*{
	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-family: Montserrat;
    font-size: 14px;
    color: #898989;
}

a{
    color: #363636;
    text-decoration: none;
}

a:hover,
a:active,
a:focus{
    text-decoration: none;
}

img{
    width: auto;
    max-width: 100%;
}

.header{
    padding:0;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    background-color: transparent;
    height: 62px;
    z-index: 90;
	border-bottom:1px solid #81838a;
}

.header.sticky-menu{
	background-color:#333;
	border:0;
}

.header .navigation-logo .container{
    position: relative;
}

.logo-wrapper h1{
    top: -5px;
    position: relative;
}

.main-wrapper{
    margin-top: 0px;
}

.header .logo-wrapper strong{
	display:none;
}
.header .navigation-logo{
	padding:10px 0;
}

.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;
	font-size:14px;
	font-weight: 400;
    height: 40px;
    line-height:40px;
    padding: 0 20px;
    transition: .2s;
    -webkit-transition: .2s;
	color:#fff;
}

.header .navigation li.purchase a,
.header .navigation li.current a,
.header .navigation li a:hover{
    background-color: #ddbf5e;
    color: #fff;
}

/*==MAIN==*/

.hightlight-content{
    background: url(../images/bg_banner.jpg) no-repeat top center;
    padding: 175px 0 30px;
    text-align: center;
    color: #fff;
	position:relative;
}
.hightlight-content::before{
	content:'';
	position:absolute;
	bottom:-20px;
	left:50%;
	margin-left:-10px;
	width: 0; 
	height: 0; 
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;  
	border-top: 20px solid #ffffff;
	z-index:3;
	
}

.hightlight-content .title-theme-info{
    font-size: 16px;
	font-weight:400;
	text-transform:uppercase;
	margin:0 0 8px;
}
.hightlight-content .title-theme-info span{
	font-size:54px;
}

.hightlight-content .title-theme-info span.word1{
	color:#fa381d;
}

.hightlight-content .des-theme-info{
    font-size: 26px;
    text-transform: uppercase;
	margin-bottom:70px;
}

.hightlight-content .device-info{
    position: relative;
}

.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;
	border-radius:3px;
	color:#707070;
    background-color: #f7f5f5;
    border:1px solid #d7d7d7;
    transition: .2s;
    -webkit-transition: .2s;
}

.description-device .button-des li a:hover{
    background-color: #fa381d;
    border-color: #fa381d;
    color: #fff;
}

.description-device .txt-des{
   color:#666;
   font-size:16px;
   line-height:24px;
}

.feature-wrapper.key-feature{
    background-color: #f2f2f2;
}

.feature-wrapper{
    padding:60px 0 0;
    position: relative;
}

.feature-wrapper:before{

}

.feature-info .title-feature{
    text-align: center;
	padding: 60px 0 35px;
}

.feature-info .title-feature h2{
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
	font-weight:700;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.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;
}

.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{
    font-size: 14px;
    color: #d5ab2b;
	font-weight: 700;
    margin-bottom: 10px;
	text-transform:uppercase;
}

.key-feature .list-feature .item-feature .info-feature p{
    margin: 0;
	font-family:'Open Sans';
	font-size:13px;
	color:#666;
}


.demo-layout .feature-info .title-feature h2{
    margin-bottom: 30px;
}

.demo-layout .list-feature .demo-info .title-demo h2{
	font-size:26px;	
	color:#222;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	padding-bottom:43px;
}

.demo-layout .list-feature{
	padding-bottom: 40px;
}

.demo-wrapper .image-demo{
    width: 370px;
    height: 620px;
    float: left;
	border:0;
    background-size: 100% auto;
}


.demo-wrapper .image-demo a{
    display: block;
    height: 100%;
	box-shadow:0 0 3px #999;
	position:relative;
}
.demo-wrapper .image-demo a:before{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:'';
	height:100%;
	width:100%;
	background-color:#000;
	opacity:0;
	 transition: .2s;
    -webkit-transition: .2s;
}
.demo-wrapper .image-demo a span{
	position:absolute;
	top: 50%;
	margin-top:-20px;
	left:50%;
	margin-left:-77px;
	display:inline-block;
	height:40px;
	padding:0 26px;
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	line-height:40px;
	border-radius:2px;
	opacity:0;
	transform:scale(0);
	-webkit-transform:scale(0);
	z-index:3;
	background-color:#ddbf5e;
	font-weight:bold;
	transition: .2s;
    -webkit-transition: .2s;
	
}
.demo-wrapper .image-demo a:hover::before{
	opacity:0.6;
}
.demo-wrapper .image-demo a:hover span{
	opacity:1;
	transform:scale(1);
	-webkit-transform:scale(1);
}

/* .demo-wrapper .image-demo:hover{
    background-position: left bottom;
} */

.demo-wrapper .info-demo{
    float: none;
	overflow:hidden;
	width: 75%;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}

.demo-wrapper .info-demo h3{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
	font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}
.demo-wrapper .info-demo p{
	font-size:12px;
	color:#666;
	line-height:22px;
	margin:10px 0;
}

.grid-demo{
    padding: 30px 0;
    border-bottom: 1px solid #ededed;
    position: relative;
}

.grid-demo:first-child{
    padding-top: 0;
}

.grid-demo:last-child{
    border-bottom: none;
    padding-bottom: 0;
}


.demo-wrapper .info-demo .demo-item-btn{
    display: inline-block;
    height: 43px;
    line-height: 37px;
    border:3px solid #d7d7d7;
    padding:0 27px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: .2s;
    -webkit-transition: .2s;
}
.demo-color{
	padding:0 0 60px;
	background-color:#f5f5f5;
}

.demo-wrapper .info-demo .demo-item-btn:hover{
    color: #fff;
    background-color: #fa381d;
    border-color: #fa381d;
}

.header-wrapper .header-item{
    margin-bottom: 30px;

}

.header-wrapper .header-item a{
    display: block;
	width:288px;
	height:400px;
	background-repeat:no-repeat;
	background-position:top left;
	background-size: 100%;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	transition: .3s;
	-webkit-transition: .3s;
}

.header-wrapper .header-item p{
	width:288px;
}

/* .header-wrapper .header-item a:hover{
	background-position: left bottom;
} */

.header-wrapper .header-item a.color-1{
	background-image:url(../images/index1.jpg);
}

.header-wrapper .header-item a.color-2{
	background-image:url(../images/index2.jpg);
}

.header-wrapper .header-item a img{
    width: 100%;
}

.header-wrapper .header-item p{
    text-align: center;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #444;
	font-weight: 700;
    margin:0;
    padding-top: 10px;
}

.demo-header .title-feature{
    margin-bottom: 15px;
    padding-top: 10px;
}


.feature-wrapper.demo-layout:before{
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 16px solid #f7f5f5;
    content: "";
    height: 16px;
    left: 50%;
    margin-left: -23px;
    position: absolute;
    top: 0;
    width: 46px;
}
.feature-wrapper.demo-header{
	padding:0 0 100px;		
}

.feature-info .title-top{
	text-align:center;	
}

.feature-info .title-top h4{
	font-size:12px;	
	color:#707070;
	text-transform:uppercase;
	font-family:'Poppins', sans-serif;
	margin-bottom:8px;
}

.feature-info .title-top h2{
	font-size:42px;
	font-weight:700;
	text-transform:uppercase;
	color:#363636;
	font-family:'Poppins', sans-serif;
	margin-bottom:10px;
}

.feature-info .title-top h2 span{
	color:#fa381d;
}

.feature-info .color-wrapper{
	text-align:center;
}

.feature-info .color-wrapper .color-item{		
	display:inline-block;
	margin-right:30px;
}

.feature-info .color-wrapper .color-item  a{		
	height:140px;
	width:140px;
	line-height:140px;
	text-align:center;
	display:inline-block;
	border-radius:50%;
	font-size:18px;
	color:#fff;
	font-weight:700;
	 transition: .2s;
    -webkit-transition: .2s;
	outline:none;
	
}
.feature-info .color-wrapper .color-item  a:hover{
	transform:translateY(-20px);
	-webkit-transform:translateY(-20px);
}
.feature-info .color-wrapper .color-item.color-1  a{		
	background-color:#996633;
}

.feature-info .color-wrapper .color-item.color-2  a{		
	background-color:#53b1b2;
}

.feature-info .color-wrapper .color-item.color-3  a{		
	background-color:#c83061;
}

.feature-info .color-wrapper .color-item.color-4  a{		
	background-color:#d5ab2b;
}

.feature-info .color-wrapper .color-item.color-5  a{		
	background-color:#ea2c58;
}

.feature-info .color-wrapper .color-item.color-6  a{		
	background-color:#ff4b4b;
}

.footer-container{
    color: #fff;
    text-align: center;
	background-color:#303747;
	padding:70px 0 90px;
}

.footer-container .footer h2{
    font-size: 42px;
    margin-bottom: 50px;
	color:#f5f5f5;
	text-transform: uppercase;
	font-weight:700;
	line-height:40px;
}

.footer-container .footer .btn-footer{
    border:0;
	background-color:#d5ab2b;
	text-transform:uppercase;
    font-size: 20px;
	height:70px;
    font-weight: 700;
    display: inline-block;
	padding:0 35px;
	line-height:70px;
    color: #fff;
    transition: .2s;
    -webkit-transition: .2s;
}

.footer-container .footer .btn-footer:hover{
    background-color: #ddab2b;
}

.demo-wrapper{
	margin-bottom: 30px;
}
.image-demo-1{
    background: url(../images/index1.jpg) no-repeat top left;
}

.image-demo-2{
    background: url(../images/index2.jpg) no-repeat top left;
}

.image-demo-3{
    background: url(../images/index3.jpg) no-repeat top left;
}
.image-demo-4{
    background: url(../images/index4.jpg) no-repeat top left;
}
.image-demo-5{
    background: url(../images/index5.jpg) no-repeat top left;
}
.image-demo-6{
    background: url(../images/rtl.jpg) no-repeat top left;
}

.title-second {
	width:100%;
    border-bottom: 1px solid #ddbf5e;
    margin-bottom: 40px;
    text-align: center;
	display:inline-block;
}

.title-key{
	text-align: center;
}

.title-second span {
    background: #f2f2f2 none repeat scroll 0 0;
    bottom: -15px;
    color: #d5ab2b;
    display: inline-block;
	font-weight: 700;
    font-size: 18px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
}

/* RESPONSIVE */
@media (min-width: 1200px) {
	.container{
		width: 1200px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .demo-wrapper .image-demo{
        width: 100%;
		height:492px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .demo-wrapper .demo-item{
        margin-bottom: 30px;
    }
	
	.demo-wrapper .image-demo{
			float:none;
			margin:0 auto;
	}
	.header-wrapper .header-item a.color-1,
	.header-wrapper .header-item p,
	.header-wrapper .header-item a.color-3{
		margin:0 auto;
		float:none!important;
	}

    .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;
		color:#333;
    }

    .header .navigation li.purchase a{
        background-color: transparent;
        color: #333;
    }

    .header .navigation li.purchase a:hover{
        background-color: #d5ab2b;
        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;
    }
	
	.header-wrapper .header-item a.color-1,
	.header-wrapper .header-item p,
	.header-wrapper .header-item a.color-3{
		margin:0 auto;
		float:none!important;
	}

    .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: #fa381d;
        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;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
	.footer-container .footer h2{
		font-size:28px;
	}
}

@media (max-width: 480px) {
	.demo-wrapper .info-demo{
		width:100%;
	}
	.footer-container{
		padding:40px 0;
	}
	.footer-container .footer h2{
		font-size:18px;
		margin-bottom:30px;
	}
	.footer-container .footer .btn-footer{
		font-size:16px;
	}
    .description-device .button-des li{
        margin-bottom: 10px;
    }
	.feature-info .color-wrapper .color-item a{
		margin-bottom:30px;
	}

}