*{
	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;
    font-family: Poppins;	
}
body{
	background:#fff;
    font-family: Poppins;
    font-size: 14px;
    color: #666666;
	font-weight: 300;
}

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: fixed;
    top:0;
    left:0;
    width: 100%;
    background-color: #fff;
    height: 60px;
    z-index: 90;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.header .navigation-logo .container{
    position: relative;
}

.logo-wrapper h1{
    top: -5px;
    position: relative;
}

.main-wrapper{
    margin-top: 60px;
}

.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: 36px;
    line-height: 36px;
    padding: 0 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: .2s;
    -webkit-transition: .2s;
    font-weight: bold;
}

.header .navigation li.purchase a,
.header .navigation li.current a,
.header .navigation li a:hover{
    background-color: #f69a43;
    color: #fff;
}

/*==MAIN==*/

.hightlight-content{
    min-height: 569px;
    background: url(../images/bg_banner.jpg) no-repeat top center;
    padding: 73px 0 0;
    text-align: center;
    color: #fff;
}

.hightlight-content .title-theme-info{
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: bold;
}

.hightlight-content .des-theme-info{
    font-size: 14px;
    text-transform: uppercase;
}

.hightlight-content .device-info{
    position: relative;
    bottom:-44px;
}

.description-device{
    text-align: center;
    padding: 44px 0px 61px;
}

.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: #f2f2f2;
    border:1px solid #d7d7d7;
    transition: .2s;
    -webkit-transition: .2s;
}

.description-device .button-des li a:hover{
    background-color: #f69a43;
    border-color: #f69a43;
    color: #fff;
}

.description-device .txt-des{
    margin-bottom: 40px;
    font-size: 14px;
    margin-top: 10px;
}

.feature-wrapper.key-feature,
.feature-wrapper.demo-header{
    background-color: #f2f2f2;
}

.feature-wrapper{
    padding:51px 0 0;
    position: relative;
}

.feature-wrapper:before{

}

.feature-info .title-feature{
    text-align: center;
}

.feature-info .title-feature h2{
    font-family: Poppins;
    font-size: 32px;
    color: #363636;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}
.key-feature .feature-info .title-feature h2{
    font-size: 42px;
	margin-top: -4px;
	line-height: 98%;
}
.key-feature .feature-info .title-feature .des-feature{
    text-transform: uppercase;
    font-size: 12px;
}

.key-feature .list-feature .item-feature{
    box-shadow: 0 1px 2px #ccc;
    -webkit-box-shadow: 0 1px 2px #ccc;
    padding:25px 10px 40px;
    background-color: #fff;
    margin-bottom: 35px;
    position: relative;
	min-height: 193px;
}

.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: #f69a43;
    margin-bottom: 10px;
    font-weight: bold;
}

.key-feature .list-feature .item-feature .info-feature p{
    margin: 0;
}

.demo-layout .feature-info .title-feature h2{
	margin-bottom: 80px;
}

.demo-wrapper .image-demo{
    transition: all 3s ease 0s;
    -webkit-transition: all 3s ease 0s;
}

.demo-wrapper .image-demo a{
    display: block;
    height: 100%;
}
.demo-wrapper .image-demo img {
	transition: .2s;
    -webkit-transition: .2s;
}
.demo-wrapper .image-demo img:hover{
	opacity: 0.8;
}

.demo-wrapper .info-demo{
	text-align: center;
	display: inline-block;
	margin-top: 30px;
	width: 100%;
}
.demo-wrapper .info-demo .desc {
    padding: 0 90px;
}
.demo-wrapper .info-demo h2{
	font-size: 18px;
	color: #363636;
	margin-bottom: 10px;
	font-weight: bold;
}

.demo-wrapper .info-demo .list-option{
    margin-bottom: 25px;
}

.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;
}

.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{
    display: inline-block;
    height: 42px;
    line-height: 38px;
    border:2px 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{
    color: #fff;
    background-color: #f69a43;
    border-color: #f69a43;
}

.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-wrapper .info-demo .list-color li.red a{
    background-color: #f95656;
}

.demo-wrapper .info-demo .list-color li.blue a{
    background-color: #4eabf0;
}

.demo-wrapper .info-demo .list-color li.green a{
    background-color: #84c351;
}

.demo-wrapper .info-demo .list-color li.cyan a{
    background-color: #2dc0d0;
}

.demo-wrapper .info-demo .list-color li.orange a{
    background-color: #f69a43;
}

.demo-wrapper .info-demo .list-color li.violet a{
    background-color: #8a68c6;
}

.header-wrapper .header-item{
    margin-bottom: 30px;

}

.header-wrapper .header-item a{
    display: block;
    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 img{
    width: 100%;
}

.header-wrapper .header-item p{
    text-align: center;
    font-size: 16px;
    font-family: 'Archivo Black', sans-serif;
    color: #444;
    margin:0;
    padding-top: 10px;
}

.demo-header .title-feature{
	margin-bottom: 40px;
	padding-top: 30px;
}

.feature-wrapper.demo-layout{
	padding-top: 30px;
}
.feature-wrapper.demo-layout:after{
	content: "";
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #f2f2f2;
	z-index: 0;
}
.feature-wrapper.demo-layout:before{
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 16px solid #f2f2f2;
    content: "";
    height: 16px;
    left: 50%;
    margin-left: -23px;
    position: absolute;
    top: 100px;
    width: 46px;
}

.feature-wrapper.demo-header:before{
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 16px solid #fff;
    content: "";
    height: 16px;
    left: 50%;
    margin-left: -23px;
    position: absolute;
    top: 0;
    width: 46px;
}
.feature-wrapper.demo-layout .feature-info {
    position: relative;
    z-index: 1;
}
.feature-wrapper.demo-color {
	padding-top: 30px;
}
.footer-container{
    background-color: #1f1f1f;
    color: #fff;
    text-align: center;
    padding: 57px 0 35px;
}

.footer-container .footer h2{
	font-size: 42px;
	margin-bottom: 42px;
	text-transform: uppercase;
	font-weight: bold;
}

.footer-container .footer .btn-footer {
	border: 1px solid #FFF;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	padding: 16px 20px;
	color: #FFF;
	transition: all 0.2s ease 0s;
}

.footer-container .footer .btn-footer:hover{
    background-color: #f69a43;
    border-color: #f69a43;
}

.title-second {
    border-bottom: 1px solid #f69a43;
    margin-bottom: 54px;
    text-align: center;
}

.title-second span {
    background: #f2f2f2 none repeat scroll 0 0;
    bottom: -12px;
    color: #f69a43;
    display: inline-block;
    font-size: 18px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
	font-weight: bold;
}
.colors-wrapper {
    text-align: center;
    margin: 30px 0px 60px;
}
.color-item {
	display: inline;
}
.color-item a {
	width: 171px;
	height: 171px;
	display: inline-block;
	font-size: 18px;
	background: #CCC none repeat scroll 0% 0%;
	border-radius: 100%;
	text-align: center;
	line-height: 171px;
	margin: 15px;
	color: #fff;
	font-weight: bold;	
	transition: all 0.3s ease 0s;
}
.color-item a:hover {
	opacity: 0.7;
}
.color-item.default a {
	background: #f69a43;
}
.color-item.blue a {
	background: #4eabf0;
}
.color-item.green a {
	background: #84c351;
}
.color-item.cyan a {
	background: #2dc0d0;
}
.color-item.red a {
	background: #f95656;
}
.color-item.pink a {
	background: #eb58ca;
}
.color-item.violet a {
	background: #a358e9;
}

/* RESPONSIVE */
@media (min-width: 1200px) {
	.container{
		width: 1200px;
	}

    .demo-wrapper .demo-item{
        padding-left: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.key-feature .list-feature .item-feature {
		min-height: 196px;
	}
	.list-feature .grid-demo {
		margin: 0 -15px;
	}
	.list-feature .grid-demo .demo-wrapper {
		width: 50%;
		padding: 0;
		margin: 0;
	}
	.list-feature .grid-demo .demo-wrapper .demo-item {
		padding: 15px;
		width: 100%;
		margin: 0;
	}
	.demo-wrapper .info-demo .desc {
		padding: 0 60px;
	}	
}

@media (max-width: 991px) {
	.demo-wrapper .demo-item{
        margin-bottom: 30px;
		width: 100%;
		margin: 0;
    }
	.demo-wrapper .image-demo img {
		width: 100%;
	}
	.color-item a {
		width: 145px;
		height: 145px;
		font-size: 16px;
		line-height: 145px;
	}
	.footer-container .footer h2 {
		font-size: 36px;
	}
	.footer-container .footer .btn-footer {
		font-size: 20px;
	}
	.demo-wrapper .info-demo .desc {
		padding: 0 30px;
	}	
}

@media (min-width: 768px) and (max-width: 991px) {

    .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: #f69a43;
        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{
        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: #f69a43;
        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%;
        margin: 0;
    }

    .demo-wrapper .info-demo{
        margin-left: 0;
        clear: both;
        padding-top: 15px;
    }
	.feature-info .title-feature h2,
	.demo-layout .feature-info .title-feature h2 {
		font-size: 24px;
	}
	.color-item a {
		width: 100px;
		height: 100px;
		font-size: 12px;
		line-height: 100px;
	}
	.demo-wrapper .info-demo .desc {
		padding: 0 10px;
	}	
}

@media (min-width: 481px) and (max-width: 767px) {

}

@media (max-width: 480px) {
    .description-device .button-des li{
        margin-bottom: 10px;
    }
	.hightlight-content .des-theme-info {
		font-size: 12px;
	}
	.feature-info .title-feature h2,
	.demo-layout .feature-info .title-feature h2 {
		font-size: 18px;
	}
	.footer-container .footer h2 {
		font-size: 20px;
	}
	.footer-container .footer .btn-footer {
		font-size: 12px;
	}
	.demo-wrapper .info-demo .desc {
		padding: 0;
	}
}