@font-face {
    font-family: 'PoppinsBold';
    src: url('../fonts/PoppinsBold.eot');
    src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsBold.woff2') format('woff2'),
         url('../fonts/PoppinsBold.woff') format('woff'),
         url('../fonts/PoppinsBold.ttf') format('truetype'),
         url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}

@font-face {
    font-family: 'PoppinsMedium';
    src: url('../fonts/PoppinsMedium.eot');
    src: url('../fonts/PoppinsMedium.eot') format('embedded-opentype'),
         url('../fonts/PoppinsMedium.woff2') format('woff2'),
         url('../fonts/PoppinsMedium.woff') format('woff'),
         url('../fonts/PoppinsMedium.ttf') format('truetype'),
         url('../fonts/PoppinsMedium.svg#PoppinsMedium') format('svg');
}

@font-face {
    font-family: 'PoppinsRegular';
    src: url('../fonts/PoppinsRegular.eot');
    src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
         url('../fonts/PoppinsRegular.woff2') format('woff2'),
         url('../fonts/PoppinsRegular.woff') format('woff'),
         url('../fonts/PoppinsRegular.ttf') format('truetype'),
         url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}

@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('../fonts/PoppinsSemiBold.eot');
    src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsSemiBold.woff2') format('woff2'),
         url('../fonts/PoppinsSemiBold.woff') format('woff'),
         url('../fonts/PoppinsSemiBold.ttf') format('truetype'),
         url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}

@font-face {
    font-family: 'PoppinsLight';
    src: url('../fonts/PoppinsLight.eot');
    src: url('../fonts/PoppinsLight.eot') format('embedded-opentype'),
         url('../fonts/PoppinsLight.woff2') format('woff2'),
         url('../fonts/PoppinsLight.woff') format('woff'),
         url('../fonts/PoppinsLight.ttf') format('truetype'),
         url('../fonts/PoppinsLight.svg#PoppinsLight') format('svg');
}

*{
	margin:0;
	padding:0;
    list-style: none;
    outline: none;
}

.clearfix{
    clear: both;
    height: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    margin:0;
}

body{
	background:#fff;
    font-size: 12px;
    color: #666666;
    font-family: 'PoppinsRegular', sans-serif;
}

a{
    color: #222;
    text-decoration: none;
}

a:hover,
a:active,
a:focus{
    text-decoration: none;
    outline:none;
}

img{
    width: auto;
    max-width: 100%;
}
.logo a{
    display: block;
    width: 200px;
    padding: 3px 0;
}
.header{
    padding: 10px 0;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 60px;
    z-index: 90;

}
.header.menu-fixed {
	position:fixed;
	background:#000;
	box-shadow: 0 1px 1px #ccc;
}
.header.menu-fixed  .navigation li a {color:#fff}
.header .navigation-logo .container{
    position: relative;
}

.logo-wrapper h1{
    top: -5px;
    position: relative;
}

.header .logo-wrapper strong{
	display:none;
}

.header .navigation.onepage{
    margin-right: 3px;
}

.header .navigation{
    list-style:none;
    float: right;
    margin:0;
}

.header .navigation li{
    display: inline-block;
}

.header .navigation li a{
    text-transform: uppercase;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
    font-size: 14px;
    border-radius: 3px;
    transition: .2s;
    -webkit-transition: .2s;
    font-weight: 600;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}
.header .navigation li.current a,
.header .navigation li a:hover{
    background-color: #E93434;
    color: #fff;
}
.header .navigation li.purchase a{
    color: #E93434;
}
.header .navigation li.purchase a:hover{
    color: #fff;
}
/*==MAIN==*/

.hightlight-content{
    min-height: 789px;
    background: url(../images/bg_banner1.jpg) no-repeat top center;
    padding: 315px 0 0;
    color: #fff;
}

.hightlight-content .title-theme-info{
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: 900;
}

.hightlight-content .des-theme-info{
    font-size: 34px; font-weight: bold;
    text-transform: capitalize;
    color: #fff;
}
.hightlight-content .des-info{
    margin: 20px 0 40px 0;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
}
.hightlight-content .des-info span{
    font-family: 'PoppinsRegular', sans-serif;
}
.hightlight-content .device-info{
    position: relative;
    bottom:-30px;
}
.hightlight-content .button-des li a{
    float: left; height: 40px;
    line-height: 37px;
    padding: 0 50px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 30px;
    border: 2px #fff solid;
    border-radius: 20px;
    transition: all 0.3s ease;
    font-size: 16px;
}
.hightlight-content .button-des li a:hover{
    background: #E93434; border: 2px #E93434 solid; transition: all 0.3s ease;
}
.description-device{
    text-align: center;
    padding: 40px 0 60px;
}
.feature-wrapper.mobile-feature{
    min-height: 1815px;
    background: url(../images/bg_banner4.jpg) no-repeat top center;
}
.feature-wrapper.key-feature{
    min-height: 1667px;
    background: url(../images/bg_banner3.jpg) no-repeat top center;
}

.feature-wrapper{
    padding:8px 0 0;
    position: relative;
}

.feature-wrapper:before{

}

.feature-info .title-feature{
    text-align: center;
}

.feature-info .title-feature h2{
    font-size: 36px;
    color: #E93434;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 39px;
    font-weight: bold;
}
.feature-info .title-feature h2 span{
    color: #222;
}

.key-feature .feature-info .title-feature .des-feature{
    text-transform: capitalize;
    font-size: 14px;
    color: #777;
}

.key-feature .list-feature .item-feature{
    box-shadow: 0 1px 2px #ccc;
    -webkit-box-shadow: 0 1px 2px #ccc;
    padding:25px 10px 30px;
    background-color: #fff;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}

.qr-code{
    position: absolute;
    left: 356px;
    bottom: -502px;
}

.key-feature .list-feature .item-feature:before{
    content: "";
    display: inline-block;
    height: 5px;
    background-color: #fff;
    border-top: none;
    position: absolute;
    bottom:-6px;
    right:9px;
    left:8px;
    box-shadow: 0 1px 1px #ccc;
    -webkit-box-shadow: 0 1px 1px #ccc;
}

.key-feature .list-feature .item-feature .icon-feature{
    width: 92px;
    text-align: center;
    float: left;
}

.key-feature .list-feature .item-feature .info-feature{
    margin-left: 100px;
}

.key-feature .list-feature .item-feature .info-feature h2{
    text-transform: uppercase;
    font-size: 16px;
    color: #e93434;
    font-weight:900;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

.key-feature .list-feature .item-feature .info-feature p{
    margin: 0;
}

.demo-layout .feature-info .title-feature h2{
    padding: 60px 0 16px; font-size: 26px; color: #fff;
}
.banner-featured .wrap-content{
    max-width: 439px;
    position: absolute;
    bottom: 183px;
    padding: 122px 0 0;
}
.banner-featured h2{
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    color: #ffffff;
    margin: 0 0 30px;
}
.banner-featured .fea-des{
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin: 0 0 26px;
}
.banner-featured a{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 0 26px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
}
.banner-featured a:hover{
    background: #fff;
    color: #fc7065;
}
.demo-wrapper{
    display: inline-block; vertical-align: top; margin-bottom: 47px;
}
.demo-wrapper .image-demo a{
    display: block; text-align: center;
    height: 100%;
}

.demo-wrapper .image-demo a img{
 max-height: 470px; border: 1px #ccc solid; border-radius: 4px;
}

.demo-wrapper .image-demo:hover{
    background-position: left bottom;
}

.demo-wrapper .info-demo{
	padding-top: 41px; 
	text-align: center;
}

.demo-wrapper .info-demo h2{
    font-size: 14px;
    color: #fff;
    text-transform:uppercase;
    margin-bottom: 20px;
}

.demo-wrapper .info-demo .list-option{
    margin-bottom: 25px;
    font-family: 'PoppinsBold', sans-serif;
    color: #666;
    font-weight: 400;
    font-size: 14px;
}

.grid-demo{
    padding: 30px 0;
    border-bottom: 1px solid #ededed;
    position: relative;
    margin:0 15px;
}

.grid-demo:first-child{
    padding-top: 0;
}
.grid-demo .demo-wrapper:nth-child(4){
    clear: both;
}
.grid-demo:last-child{
    border-bottom: none;
    padding-bottom: 0;
}



.demo-wrapper .demo-item{
    display: inline-block;
    width: 100%;
}

.demo-wrapper .demo-item.odd{
    padding-left: 0;
}

.demo-wrapper .info-demo .list-option li{
    margin-bottom: 10px;
    background:url(../images/bl-option.png) no-repeat center left;
    padding-left: 20px;
}

.demo-wrapper .info-demo .demo-item-btn,
.header-wrapper .demo-item-btn{
    display: inline-block;
    font-weight: 700;
    height: 42px;
    line-height: 38px;
    border:3px solid #d7d7d7;
    padding:0 27px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    transition: .2s;
    -webkit-transition: .2s;
    font-family:Droid Serif;
}

.demo-wrapper .info-demo .demo-item-btn:hover,
.header-wrapper .demo-item-btn:hover{
    color: #fff;
    background-color: #f5a872;
    border-color: #f5a872;
}

.demo-wrapper .info-demo .list-color li{
    display: inline-block;
    margin-right: 5px;
}

.demo-wrapper .info-demo .list-color li a{
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #fafafa;
    overflow: hidden;
    text-indent: -9999px;
}

.demo-wrapper .info-demo .list-color li a:hover{
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.header-wrapper .header-item a{
    display: inline-block;
}

.header-wrapper .header-item a img{
    width: 100%;
}

.header-wrapper .header-item p{
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    text-transform:uppercase;
    color: #444;
    margin:0;
    padding: 15px 0;
}

.feature-wrapper.demo-layout{
	min-height: 2418px;
    background: url(../images/bg_banner2.jpg) no-repeat top center;
}
.feature-wrapper.demo-layout .containers{
    position: relative;
}
.list-featured{
    padding: 23px 0 23px;
    text-align: center;
}
.list-featured .demo-wrappers{
    float: left;
}
.list-featured .demo-wrappers:first-child,
.list-featured .demo-wrappers:last-child{
    margin-top: 20px;
}
.list-featured .demo-wrappers .demo-item{
    margin: 0;
}
.list-featured .demo-wrappers .demo-item .image-demo{
    box-shadow: none;
}
.list-featured .demo-wrappers .demo-item .image-demo img{
    box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.2);
}
.list-featured .demo-wrappers .demo-item .image-demo-1,
.list-featured .demo-wrappers .demo-item .image-demo-2{
    padding-right: 73px;
}
.list-featured .btn-fea{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 0 60px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    margin-top: 47px;
    background: #000;
}
.list-featured .btn-fea:hover{
    opacity: 0.7;
}
.demo-wrappers .image-demo h3{
    font-family: 'PoppinsMedium';
    font-size: 14px;
    color: #ef1f46;
    text-transform: uppercase;
    margin-top: 60px;
}
.demo-wrappers .image-demo-2 h3{
    margin-top: 40px;
}
.feature-wrapper.demo-layout .title-feature h2{margin-bottom:0; font-size: 40px;}
.feature-wrapper.demo-layout .list-feature{ padding: 20px 0 20px;}
.feature-wrapper .list-feature{position: relative;}
.feature-wrapper.demo-layout .txt-des{
    color: #fff; text-align: center; padding: 10px 0 45px 0; line-height: 18px; font-size: 14px;
}
.item-feature-wrapper{
    display: inline-block; vertical-align: top; float: none; margin-right: -3px;
}
.footer-container{
    color: #fff;
    text-align: center;
    padding: 50px 0;
    position: relative;
    margin-top: -300px;
}

.footer-container .footer h2{
    font-size: 42px;
    margin-bottom: 35px;
    font-family: 'PoppinsBold', sans-serif;
}
.footer-container .footer p{
    font-size: 14px;
}
.footer-container .footer .btn-footer{
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    border-radius: 30px;
    padding:10px 40px;
    color: #fff;
    border: 2px #fff solid;
    transition: .2s;
    -webkit-transition: .2s;
}

.footer-container .footer .btn-footer:hover{
    background: #E93434; border: 2px #E93434 solid; transition: .2s;  -webkit-transition: .2s;
}

.header-wrapper .header-item a img:hover,
.demo-wrapper .image-demo a img:hover{
	opacity: 0.8;box-shadow:0 0 3px #ccc;
}

.title-second {
    border-bottom: 1px solid #E93434;
    margin-bottom: 40px;
    text-align: center;
}

.title-second span {
    background: #F2F2F2 none repeat scroll 0 0;
    bottom: -12px;
    color: #222;
    display: inline-block;
    font-size: 18px;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
    font-family:Roboto;
    font-weight:bold;
}

/* RESPONSIVE */
@media (min-width: 1200px) {
	.key-feature .list-feature .item-feature{
		min-height: 164px;
	}
	
	.container{
		width: 1200px;
	}
}
@media (max-width: 1199px){
    .list-featured .rows{
        margin: 0 -15px;
    }
    .list-featured .demo-wrappers{
        width: 33.33%;
        padding: 0 15px;
    }
    .list-featured .demo-wrappers .demo-item .image-demo-1, 
    .list-featured .demo-wrappers .demo-item .image-demo-2{
        padding: 0 0 0;
    }
    .list-featured .demo-wrappers:first-child, 
    .list-featured .demo-wrappers:last-child{
        margin: 0 0 0;
    }
    .qr-code{
        left: 240px;
        bottom: -669px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	.demo-wrapper .demo-item{
		text-align: center;margin: 0;
	}
    .header .navigation li a{color: #666;}
    .nav-wrapper{
        position: absolute;
        right: 15px;
        height: 30px;
        width: 30px;
        border:1px solid #dfdfdf;
        top:3px;
        background: url(../images/icon-nav-mobile.png) no-repeat center center;
    }

    .nav-wrapper .nav-container{
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ddd;
        display: none;
        padding: 10px;
        position: absolute;
        right: -1px;
        top: 28px;
        width: 200px;
    }

    .nav-wrapper .nav-container .navigation{
        float: none;
        margin:0;
    }

    .nav-wrapper .nav-container .navigation li{
        display: block;
        margin: 5px 0;
    }

    .nav-wrapper .nav-container .navigation li a{
        display: block;
    }

    .nav-wrapper:hover .nav-container{
        display: block;
    }
    
    .hightlight-content{
        padding-top: 185px;
    }
    .hightlight-content .device-info{
        bottom: auto;
    }

    .grid-demo{
        margin: 0;
        padding:0;
        border:none;
    }
    .feature-wrapper.demo-layout{
        background: #000; min-height: auto;
    }
    .demo-layout .feature-info .title-feature h2{
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .hightlight-content{
        padding-top: 120px;
    }
    .feature-wrapper.demo-layout{
        background: #000; min-height: auto;
    }
    .demo-wrapper .demo-item{
        text-align: center;margin: 0;
    }
    .feature-wrapper.demo-layout .list-feature{padding-bottom: 0;}
    .demo-wrapper .image-demo{margin-bottom: 30px;}
    .header .navigation li a{color: #666;}
    .demo-wrapper .demo-item{
        margin-bottom: 30px;
    }

    .hightlight-content .device-info{
        bottom: auto;
    }

    .nav-wrapper{
        position: absolute;
        right: 15px;
        height: 30px;
        width: 30px;
        border:1px solid #dfdfdf;
        top:3px;
        background: url(../images/icon-nav-mobile.png) no-repeat center center;
    }

    .nav-wrapper .nav-container{
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ddd;
        display: none;
        padding: 10px;
        position: absolute;
        right: -1px;
        top: 28px;
        width: 200px;
    }

    .nav-wrapper .nav-container .navigation{
        float: none;
        margin:0;
    }

    .nav-wrapper .nav-container .navigation li{
        display: block;
        margin: 5px 0;
    }

    .nav-wrapper .nav-container .navigation li a{
        display: block;
    }

    .nav-wrapper:hover .nav-container{
        display: block;
    }

    .grid-demo{
        margin: 0;
        padding:0;
        border:none;
    }

    .demo-wrapper .demo-item{
        margin:0 0 30px 0;
    }

    .demo-wrapper .image-demo{
        width: 100%;
    }

    .demo-wrapper .info-demo{
        margin-left: 0;
        clear: both;
        padding-top: 15px;
    }
    .footer-container{
        margin-top: 0; background: #111;
    }
    .footer-container .footer h2{
        font-size: 24px;
    }
    .footer-container .footer .btn-footer{
        font-size: 16px; padding: 10px 30px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {

}

@media (max-width: 480px) {
    .header .navigation-logo .logo a img{
        max-width: 230px;
    }
    .hightlight-content{
        min-height: 440px;
    }
    .hightlight-content .des-theme-info{
        font-size: 20px;
    }
    .description-device .button-des li{
        margin-bottom: 10px;
    }
    .feature-wrapper.demo-layout .txt-des{
        padding: 10px 50px 30px;
    }
    .feature-wrapper.demo-layout .title-feature h2{
        font-size: 24px;
    }
    .hightlight-content .button-des li a{
        margin-right: 5px; padding: 0 30px; font-size: 12px;
    }
}