*{
	margin:0;
	padding:0;
    list-style: none;
    outline: none;
}

body{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #888;
    line-height: 1.6;
    overflow-x: hidden;
}

body a{
    color: #222;
    outline: none!important;
}

body a:focus,
body a:active,
body a:hover{
    color: #ff5c00;
}

body a:hover,
body a:focus,
body a:active,
body a:visited{
    text-decoration: none;
}

img{
    width: auto;
    max-width: 100%;
}

.clearfix{
    clear: both;
    height: 0;
}

.navbar-default .navbar-toggle{
    border-color: #bbb;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #bbb;
}

.content-top{
    text-align: center;
}
.content-top .sale-top h2 {
	color:#fff;
	font-size:50px;
	font-family: 'Roboto', sans-serif;
	padding-top:120px;
	margin:0px;
}
.content-top .des-top {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    padding-top: 0;
    text-align: center;
	font-family: 'Roboto', sans-serif;
}
.logo-wrapper h1{
    margin:0;
}

.logo-wrapper strong{
    display: none;
}



.price-logo-content{
    padding-top: 200px;
    position: relative;
    max-width: 1396px;
    text-align: center;
    height: 809px;
    margin: 0 auto;
    background: url(../images/bg-price-logo.png) no-repeat top center;
}

.price-logo-content h1{
    margin: 10px 0 40px;
}

.price-logo-content .welcome{
    font-size: 60px;
    color: #1d2330;
    letter-spacing: 5px;
    font-family: 'Roboto', sans-serif;
}

.price-logo-content .description{
    font-size: 36px;
    color: #1d2330;
    font-weight: 600;
}

.price-logo-content .price-theme{
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: -50px;
    background-color: #ff5555;
    font-size: 66px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    width: 200px;
    height: 200px;
    border: 13px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.9);
    -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.price-time-container{
    line-height: 180px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3) inset;
}

.price-time-container img{
    position: absolute;
    top: 15px;
    left: 31px;
}

.price-time-container .old-price {
    bottom: 8px;
    font-size: 30px;
    line-height: 1.6;
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0;
}

.price-time-container .old-price span{
    position: relative;
    display: inline-block;
}

.price-time-container .old-price span:before{
    content: "";
    display: inline-block;
    height: 2px;
    background-color: #fff;
    top: 50%;
    margin-top: -1px;
    left: -5px;
    right: -5px;
    z-index: 5;
    position: absolute;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.price-logo-content .sale-time{
    font-size: 52px;
    color: #ff5555;
    text-transform: uppercase;
    font-weight: 600;
}

.price-logo-content .title-sale{
    font-size: 117px;
    color: #1d2330;
    font-weight: 700;
    letter-spacing: -5px;
    text-transform: uppercase;
    line-height: 1;
    margin: -15px 0 -10px;
}

.price-logo-content .price-sale{
    line-height: 1;
    font-size: 200px;
    color: #ff5555;
    font-weight: 700;
    letter-spacing: -5px;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
    -webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}

.theme-demo{
    background:#f8f8f8;
    padding: 100px 0 80px;
    background-size: 100% 100%;
}

.demo-content{
    text-align: center;
	margin:0 -15px;
	padding: 0 30px ;
}

.demo-content .item .image-item{
    overflow: hidden;
    position: relative;
}

.demo-content .item .image-item:before{
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

.demo-content .item .item-inner{
    position: relative;
    overflow: hidden;
	display: inline-block;
}

.demo-content .item .item-inner:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
}

.demo-content .item:hover .item-inner:after{
    opacity: 1;
}

.demo-content .item .image-item .view-demo{
    background-color: #ff5c00;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    left: 50%;
    line-height: 48px;
    margin-left: -80px;
    margin-top: -24px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    width: 160px;
    z-index: 15;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    opacity: 0;
}


.demo-content .item .image-item .view-demo:hover{
  background-color: #ec5500;
}


.demo-content .item:hover .image-item .view-demo{
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
}

.demo-content .item .info-item h2{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fba500;
}

.demo-content .item .info-item{
	margin-bottom: 40px;
}

.logo-top {
	padding: 23px 0;
    text-align: left;
}


.title-intro{
    text-align: center;
    color: #1d2330;
}

.title-intro h3{
    font-size: 50px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin: 0 0 45px;
	color: #222;
	text-transform:capitalize;
}

.title-intro p{
    font-size: 14px;
    margin: 0 0 50px;
    line-height: 1.8;
	color:#666666;
}
.theme-demo .title-intro h3{
	 margin: 0 0 15px;
}
.theme-demo .title-intro,
.admin-demo .title-intro{
    color: #fff;
}

.admin-demo .title-intro p{
    margin-bottom: 140px;
}


.btn-buy{
    padding:0 42px;
    font-size: 80%;
    display: inline-block;
    text-align: center;
    background: #fff;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    -webkit-border-radius: 19px;

    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.btn-buy:hover{
    color: #fff;
    background-color: #f4a137;
}

.bottom-description{
    text-align: center;
    background-color: #f4a137;
    color: #fff;
    padding: 35px 0;
}


.title-page h3{
    font-size: 100%;
    margin-top: 10px;
}


.theme-demo .title-page{
    margin-bottom: 40px;
}

.demo-version li a:hover{
    color: #fff;
    background-color: #f4a137;
}

.admin-demo{
    background: url(../images/admin.jpg) no-repeat center top;
    padding-top: 130px;
}

.admin-demo .title-page{
    margin-bottom: 35px;
}

.admin-demo .title-page h2{
    color: #fff;
}

.admin-demo .title-page h3{
    color: #c9c9c9;
    line-height: inherit;
}

.hot-features .h-feature-item{
    display: table-cell;
    padding: 60px 30px 60px;
    color: #fff;
	width: 25%;
}

.hot-features .h-feature-item .hot-item-content h2{
    
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
}

.hot-features .h-feature-item .hot-item-content p{
    font-size: 14px;
}

.hot-features .h-feature-item.feature-1{
    background: #f29400;
}

.hot-features .h-feature-item.feature-2{
    background: #f29f00;
}

.hot-features .h-feature-item.feature-3{
    background: #fba500;
}

.hot-features .h-feature-item.feature-4{
    background: #ffb21e;
}

.all-features{
    padding: 100px 30px 50px;
	clear:both;
	background:#fff;
	margin: 0 -15px;
}

.support-container{
    padding: 100px 30px;
	background:#f8f8f8;
}

.support-content .info-support{
    text-align: center;
}
.support-content .title-page{
    margin-bottom: 50px;
}

.support-content .info-support h3{
    font-size: 24px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.support-content .info-support h3 a{
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.support-content .info-support h3 a:hover{
    color: #ff5c00;
}

.list-featured{
    display: inline-block;
    width: 100%;
}

.list-featured ul li{
    float: left;
    width: 33.33%;
}

.list-featured ul li .item-inner{
    max-width: 100%;
	border:1px solid #ddd;
    margin: 0 15px 40px;
    text-align: center;
	padding:40px 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.list-featured ul li .item-inner:hover{
	border-color:#ff5c00;
}
.list-featured ul li .item-inner:hover .info-featured h2{
	color:#ff5c00;
}
.list-featured ul li .item-inner:hover p{
	color:#222;
}
.list-featured ul li .item-inner .icon-featured{
    width: 60px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
}

.list-featured ul li .item-inner .info-featured{
    margin: 0 auto;
    max-width: 370px;
    padding: 0 10px;
}

.list-featured ul li .item-inner .info-featured h2{
    color: #222;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

.buytheme-bottom{
    background:#fff;
    padding: 65px 0 20px;
    text-align: center;
}

.buytheme-bottom .title-1{
    font-size: 50px;
    color: #222;
    font-weight: 900;
	font-family: 'Roboto', sans-serif;
}

.buytheme-bottom .price{
    color: #ff4444;
    font-size: 50px;
    font-weight:900;
    text-transform: uppercase;
    margin:30px 0;
}

.buytheme-bottom .description-footer{
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.buytheme-bottom .buy-theme{
    display: inline-block;
    color: #fff!important;
    background-color: #222;
    text-transform: uppercase;
    font-size: 18px;
    height: 60px;
    font-weight:500;
    line-height: 60px;
    padding:0 45px;
	margin-bottom:80px;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;

}

.buytheme-bottom .buy-theme:hover{
    background-color: #ff5c00;
}


/* RESPONSIVE */


@media (min-width: 1200px) and (max-width: 1920px) {
    .list-featured ul li:nth-child(3n+1) {
        clear: left;
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .theme-demo{
        display: inline-block;
        width: 100%;
    }

    .demo-content .item .item-inner{
        margin: 0 20px;
    }

    .demo-content .item .item-inner img{
        width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-default{
		background:rgba(255,255,255,0.5);
        padding: 0px 30px;
        border: none;
		margin:0px;
    }

    .header-on-top .navbar-default{
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #fff;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    .navbar-default .navbar-collapse{
        padding: 0;
    }

    .navbar-default .logo{
        float: left;
        margin: 0;
    }

    .navbar-default .navbar-collapse .navbar-nav{
        
    }

    .navbar-collapse .navbar-nav{
        text-align: right;
        margin: 0;
        float: none;
    }

    .navbar-collapse .navbar-nav li{
        display: inline-block;
        margin: 0 ;
        float: none;
    }

    .navbar-collapse .navbar-nav li a{
        display: block;
        height: 40px;
        line-height:40px;
        font-weight:500;
        padding:0 20px;
		margin:22px 10px;
		background:#fff;
        font-size: 14px;
        color: #222;
        text-transform: uppercase;
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
		border-radius:25px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }
	
	.navbar-collapse .navbar-nav li.purchase a{
		background-color: #1cb668;
		color: #fff;
	}
	
    .navbar-collapse .navbar-nav li.current a,
    .navbar-collapse .navbar-nav li a:hover{
        color: #fff;
		background:#ff5c00!important;
		
    }


}

@media (min-width: 992px) and (max-width: 1199px) {

    .navbar-collapse .navbar-nav li{
        margin: 0 0 0 10px;
    }

    .navbar-default{
        padding-left: 30px;
        padding-right: 30px;
    }

    .hot-features{
        display: table;
        background-size:  auto 100%;
    }

    .hot-features .h-feature-item{
        display: block;
        float: left;
        width: 50%;
        min-height: 275px;
    }

    .all-features-content .feature-item:nth-child(3n+1){
        clear: left;
    }

    .theme-demo{
        display: inline-block;
        width: 100%;
    }

    .demo-content .item .item-inner{
        margin: 0 20px;
    }

    .demo-content .item .item-inner img{
        width: 100%;
    }

    .list-featured ul li:nth-child(3n+1) {
        clear: left;
    }
	
}

@media (min-width: 768px) and (max-width: 991px) {
    .navigation-logo .logo-wrapper{
        float: left;
        width: 30%;
    }
	


    .navbar-collapse .navbar-nav li{
        margin: 0 0 0 5px;
    }

    .navbar-collapse .navbar-nav li a{
        padding: 0 20px;
    }

    .navbar-default{
        padding-left: 30px;
        padding-right: 30px;
    }

    .navigation-logo .nav-wrapper{
        float: left;
        width: 70%;
    }
	
	.navbar-collapse .navbar-nav li a{
		margin: 22px 0px;
	}

    .demo-image{
        text-align: center;
    }

    .hot-features{
        display: table;
        background-size:  auto 100%;
    }

    .hot-features .h-feature-item{
        display: block;
        float: left;
        width: 50%;
        min-height: 290px;
    }

    .list-featured ul li{
        width: 50%;
    }

    .list-featured ul li:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 767px) {
	.content-top{
		display: none;
	}
	
	.theme-demo{
		padding-top: 120px;
	}
	
	.menu-content{
		margin-top: -82px;
	}
	
	.logo-top{
		padding-left: 10px;
		padding-right: 70px;
	}
	
	.navbar-header{
		padding-bottom: 25px;
	}
	
    .hot-features{
        display: table;
        background-size:  auto 100%;
    }

    .hot-features .h-feature-item{
        display: block;
        width: 100%;
        padding: 30px;
    }

    .slider-demo-container{
        display: none;
    }

    .content-top{
        min-height: auto;
        padding-bottom: 40px;
    }

    .support-item .item-inner{
        margin-bottom: 30px;
    }

    .support-item .item-inner .box-image{
        text-align: center;
    }

    .navbar-default .logo{
        float: left;
        margin: 10px 0 15px 15px;
    }

    .navbar-toggle{
        margin-top: 16px;
    }

    .navbar-nav > li > a{
        text-transform: uppercase;
    }

    .navbar-nav > li > a:hover,
    .navbar-nav > li.current > a{
        color: #ff5c00!important;
    }

    .list-featured ul li{
        width: 100%;
        float: none;
    }

    .hot-features .h-feature-item .hot-item-content h2{
        white-space: normal;
    }

    .theme-demo{
        display: inline-block;
        width: 100%;
    }

    .demo-content .item .item-inner{
        margin: 0 20px;
    }

    .demo-content .item .item-inner img{
        width: 100%;
    }

    .buytheme-bottom .price{
        margin: 30px 0;
    }

    .buytheme-bottom .title-1{
        font-size: 40px;
    }

}

@media (min-width: 481px) and (max-width: 767px) {

}

@media (max-width: 580px) {

    .price-logo-content .sale-time{
        font-size: 30px;
    }

    .price-logo-content .title-sale{
        font-size: 60px;
        margin: 0;
    }

    .price-logo-content .price-sale{
        font-size: 100px;
    }

    .price-logo-content{
        height: 500px;
        padding-top: 110px;
    }

    .buytheme-bottom .title-1{
        font-size: 20px;
    }

    .buytheme-bottom .price{
        font-size: 40px;
        margin: 20px 0;
    }
}