*{
	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: 'Roboto', sans-serif;
}

a{
    color: #636363;
    text-decoration: none;
}

a:hover,
a:active,
a:focus{
    text-decoration: none;
	outline:none;
}

img{
    width: auto;
    max-width: 100%;
}

.header{
    padding: 12px 0;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    background: transparent;
    height: 62px;
    z-index: 90;
	border-bottom: 1px solid #aba7a2;
}
.header.menu-fixed {
	position:fixed;
	background:#fff;
	box-shadow: 0 3px 3px #ccc;
	border-color:transparent;
}
.header.menu-fixed  .navigation li a {color:#636363}
.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;
    transition: .2s;
    -webkit-transition: .2s;
	font-weight: 600;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}

.header .navigation li.purchase a,
.header .navigation li.current a,
.header .navigation li a:hover{
    background-color: #f6a873;
    color: #fff;
}

/*==MAIN==*/

.hightlight-content{
    min-height: 690px;
    background: url(../images/bg_banner.jpg) no-repeat top center;
    padding: 220px 0 0;
    text-align: center;
    color: #fff;
}

.hightlight-content .title-theme-info{
    font-size: 48px;
    margin-bottom: 10px;
	font-weight: 900;
}

.hightlight-content .des-theme-info{
   font-size: 20px;
    text-transform: uppercase;
    color: #fefefe;
	font-family: 'Roboto', sans-serif;
}

.hightlight-content .device-info{
    position: relative;
    bottom:-30px;
}

.description-device{
    text-align: center;
    padding: 40px 0 60px;
}

.description-device .button-des{
    margin:0;
}

.description-device .button-des li{
    display: inline-block;
    margin:0 4px;
}

.description-device .button-des li a{
    display: inline-block;
    width: 157px;
    height: 52px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 52px;
    background-color: #000000;
    transition: .2s;
    -webkit-transition: .2s;
	color: #fff;
	font-family:source sans pro;
	font-size:14px;
}

.description-device .button-des li a:hover{
    background-color: #f5a872;
    color: #fff;
}

.description-device .txt-des{
    margin-bottom: 40px;
	font-size: 14px;
}

.feature-wrapper.key-feature{
    background-color: #f2f2f2;
}

.feature-wrapper{
    padding:30px 0 0;
    position: relative;
}

.feature-wrapper:before{

}

.feature-info .title-feature{
    text-align: center;
}

.feature-info .title-feature h2{
    font-size: 42px;
    color: #3a3a3a;
	font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
	font-family: 'Source Sans Pro', sans-serif;
}

.demo-header .feature-info .title-feature h2{
	font-size: 32px; 
}

.key-feature .feature-info .title-feature .des-feature{
    text-transform: uppercase;
    font-size: 12px;
	color: #707070;
}

.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;
}

.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;
	padding-top: 15px;
}

.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: #f5a872;
	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: 50px 0 40px;
	font-size: 32px;
	color: #363636;
}

.demo-wrapper .image-demo{
   
}

.demo-wrapper .image-demo a{
    display: block;
    height: 100%;
}

.demo-wrapper .image-demo:hover{
    background-position: left bottom;
}

.demo-wrapper .info-demo{
	padding-top: 30px; 
	    text-align: center;
}

.demo-wrapper .info-demo h2{
    font-size: 18px;
    color: #363636;
	font-weight: 700;
	text-transform:uppercase;
    margin-bottom: 20px;
}

.demo-wrapper .info-demo .list-option{
    margin-bottom: 25px;
	color: #666;
	font-weight: 400;
}

.grid-demo{
    padding: 30px 0;
    border-bottom: 1px solid #ededed;
    position: relative;
    margin:0 15px;
}

.grid-demo:first-child{
    padding-top: 0;
}

.grid-demo:last-child{
    border-bottom: none;
    padding-bottom: 0;
}



.demo-wrapper .demo-item{
    margin:0 -15px;
    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;
}

.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);
}
.demo-header .header-wrapper .header-item a{
	font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 140px;
	
}    
.demo-header .header-wrapper .header-item.brown{margin-right: 0;}
.demo-header .header-wrapper .header-item a:hover{
		color: #000;
	}
.demo-header .header-wrapper .header-item.default{background-color: #f6a873;}
.demo-header .header-wrapper .header-item.red{background-color: #f44336;}
.demo-header .header-wrapper .header-item.orange{background-color: #ff6029;}
.demo-header .header-wrapper .header-item.lime{background-color: #cddc39;}
.demo-header .header-wrapper .header-item.blue{background-color: #03a9f4;}
.demo-header .header-wrapper .header-item.cyan{background-color: #00bcd4;}
.demo-header .header-wrapper .header-item.brown{background-color: #795548;}
.demo-header .header-wrapper .header-item{
    margin-bottom: 80px;
	text-align:center;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin-right: 30px;
}

.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;
}
.demo-header{text-align: center;}
.demo-header .header-wrapper{
	display: inline-block;
}
.demo-header .title-feature{
    margin-bottom: 60px;
    padding-top: 10px;
}

.feature-wrapper.demo-layout{
	padding: 0;
}
.feature-wrapper.demo-layout .title-feature{background: #f2f2f2; }
.feature-wrapper.demo-layout .title-feature h2{margin-bottom: 0;}
.feature-wrapper.demo-layout .list-feature{ padding: 60px 0 20px;}
.feature-wrapper .list-feature{position: relative;}

.feature-wrapper.demo-layout .list-feature:before{
   content: "";
    height: 28px;
    left: 50%;
    margin-left: -23px;
    position: absolute;
    top: -10px;
    width: 48px;
	background: url(../images/iconchoose.png)center center no-repeat;
}

.footer-container{
    background-color: #1f1f1f;
    color: #fff;
    text-align: center;
    padding: 50px 0;
}

.footer-container .footer h2{
    font-size: 42px;
    margin-bottom: 35px;
	font-weight: 700;
	font-family:source sans pro;
	text-transform:uppercase;
}

.footer-container .footer .btn-footer{
    border:1px solid #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    padding:10px 40px;
	font-weight: 700;
    color: #fff;
	font-family:source sans pro;
    transition: .2s;
    -webkit-transition: .2s;
}

.footer-container .footer .btn-footer:hover{
    background-color: #f5a872;
    border-color: #f5a872;
}

.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 #434343;
    margin-bottom: 40px;
    text-align: center;
}

.title-second span {
    background: #F2F2F2 none repeat scroll 0 0;
    bottom: -12px;
    color: #f5a872;
    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 (min-width: 768px) and (max-width: 991px) {
	.demo-wrapper .demo-item{
		text-align: center;margin: 0;
	}
	.demo-header .header-wrapper .header-item{height: 100px;width: 100px; margin-right: 20px;}
	.demo-header .header-wrapper .header-item a{font-size: 12px;line-height: 100px;}
    .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;
    }

    .header .navigation li.purchase a{
        background-color: transparent;
        color: #636363;
    }

    .header .navigation li.purchase a:hover{
        background-color: #f5a872;
        color: #fff;
    }

    .nav-wrapper:hover .nav-container{
        display: block;
    }

    .hightlight-content{
        min-height: auto;
    }

    .hightlight-content .device-info{
        bottom: auto;
    }

    .grid-demo{
        margin: 0;
        padding:0;
        border:none;
    }

}

@media (max-width: 767px) {
	.demo-wrapper .demo-item{
		text-align: center;margin: 0;
	}
	.feature-wrapper.demo-layout .list-feature{padding-bottom: 0;}
	.demo-header{  padding-top: 0;}
	.demo-wrapper .image-demo{margin-bottom: 30px;}
	.demo-header .title-feature{margin-bottom: 50px;}
	.demo-header .header-wrapper .header-item{height: 85px;width: 85px; margin-right: 15px;}
	.demo-header .header-wrapper .header-item a{font-size: 11px;line-height: 85px;}
    .header .navigation li a{color: #666;}
    .demo-wrapper .demo-item{
        margin-bottom: 30px;
    }

    .hightlight-content{
        min-height: auto;
    }

    .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;
    }

    .header .navigation li.purchase a{
        background-color: transparent;
        color: #636363;
    }

    .header .navigation li.purchase a:hover{
        background-color: #f5a872;
        color: #fff;
    }

    .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;
    }
}

@media (min-width: 481px) and (max-width: 767px) {

}

@media (max-width: 480px) {
    .description-device .button-des li{
        margin-bottom: 10px;
    }
	.demo-header{margin-bottom: 20px;}
	.demo-header .header-wrapper .header-item{ margin-bottom: 35px;}
}