body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #888;
	font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
a{
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #e5363d;
}
a:hover,
a:focus{
	color: inherit;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	margin-bottom: 20px;
	color: #333333;
}
h1{
	font-size: 48px;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}
img{
	max-width: 100%;
}

.button{
	display: inline-block;
	padding: 13px 35px;
	border-radius: 3px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background-color: #aaaaaa;
}
.button:hover{
	background-color:#e5363d;
	color: #fff; 
}
.button.primary{
	background-color:#e5363d;
}

.header{
	background-size: cover;
	background-image: url("../images/header-bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.header-content{
	text-align: center;
    position: relative;
}
.header-content .title{
	color: #fff;
	margin-bottom: 15px;
}
.header-content .subtitle{
	font-size: 30px;
	font-weight: 300;
	color: #dddddd;
	margin-bottom: 40px;
}
.header-content .inner{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.header-content  .featured-image{
	margin-top: 140px;
}

.section-heading .subtitle{
	font-size: 16px;
	line-height: 26px;
}
.section-demos{
	margin-top: 30px;
}
.section-demos .section-heading{
    margin-bottom: 20px;
}
.demos{
	margin-right: -30px;
	margin-left: -30px;
}
.demos .demo-item{
	padding: 0 30px;
}

.demos .demo{
	margin-top: 60px;
	
}
.demos .demo .demo-image{
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
	background-color: #f9f9f9;
}
.demos .demo .image-scroll{
	display: block;
	
	height: 280px;
	transition: background-position 5s ease-out 0s;
    -webkit-transition: background-position 5s ease-out 0s;
    -moz-transition: background-position 5s ease-out 0s;
    background-color: #ffffff;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.demos .demo:hover .image-scroll {
    background-position: center 100% !important;
}

.demos .demo .demo-info{
	text-align: center;
}
.demo .demo-info .title{
	font-size: 16px;
	color: #444;
	font-weight: 600;
	margin-bottom: 10px;
}
.demo.comming-soon .text{
	height: 280px;
	text-align: center;
	font-size: 36px;
	text-transform: uppercase;
	color: #d4d4d4;
	line-height: 280px;
	display: block;
}
.demo{
	position: relative;
	overflow: hidden;
}
.demo .hot,
.demo .new{
	width: 277px;
    height: 70px;
    display: inline-block;
    background-color: #e5363d;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 100px;
    transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
    position: absolute;
    top: -23px;
    right: -131px;
}
.demo .new{
	background-color: #8fb455;
}
.demo .trending{
	position: absolute;
	top: 0;
	right: 0;
	background-image: url("../images/trending.png");
	background-repeat: no-repeat;
	background-position: top cover;
	width: 42px;
	height: 102px;

}
.demo .trending .text{
	display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 42px;
    transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(90deg) scale(1) skew(1deg) translate(0px);
    position: absolute;
    top: 22px;
    right: -19px;
}
.section-featured{
	margin-top: 115px;
	background-color: #f6f6f6;
	padding: 60px 0;
}

.section-featured .section-heading{
	margin-bottom: 40px;
}
.section-featured .section-heading .subtitle{
	font-weight: 300;
}

.feature-icon{
	background-color: #fff;
	border: 1px solid #eeeeee;
	text-align: center;
	padding: 30px 30px;
	min-height: 240px;
	margin-top: 30px;
}
.feature-icon .icon{
	margin-bottom: 30px;
}

.feature-icon .title{
	margin: 0;
	font-size: 18px;
	color: #666666;
}

.footer{
	background-color: #191919;
	color: #aaaaaa;
	text-align: center;
	padding: 26px 0;
}
.section-customer{
	padding: 60px 0;
}
.section-customer .section-heading{
	margin-top: 30px;
}
.testtimonial{
	text-align: center;
}
.testtimonial .text{
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;
	position: relative;
	padding-top: 60px;
}
.testtimonial .text:before{
	content: '“';
	font-family: 'Georgia';
	color: #eeeeee;
	font-size: 150px;
	display: inline-block;
	position: absolute;
	top: -25px;
	left: 50%;
	z-index: 3;
	line-height: normal;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.testtimonial .name{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}
.testtimonials .owl-dots{
	display: table;
	margin: 0 auto;
	margin-top: 50px;
}
.testtimonials .owl-dots .owl-dot{
	width: 13px;
	height: 13px;
	border: 1px solid #eeeeee;
	border-radius: 50%;
	display: inline-block;
	background-color: #fff;
	margin: 0 3px;
}
.testtimonials .owl-dots .owl-dot.active{
	background-color: #e5363d;
	border-color: #e5363d;
}
.section-buy{
	background-color: #f6f6f6;
	padding: 55px 0;
}
.section-buy .button{
    margin: 0 13px;
}
.section-buy .text{
	margin-bottom: 45px;
}
.footer a{
	color: #aaaaaa;
}

.section-othertheme{
	padding-top: 100px;
	background-image: url("../images/other-theme-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.section-othertheme .section-heading{
	margin-bottom: 70px;
}
.section-othertheme .section-heading .title{
	color: #fff;
	font-size: 48px;
	margin-bottom: 10px;
}
.section-othertheme .section-heading .subtitle{
	font-size: 30px;
	font-weight: 300;
	color: #aaaaaa;
}
.other-theme-wapper{
	max-width: 1350px;
	margin: 0 auto;
}
.otherthemes .owl-stage-outer{
	padding-top: 80px;
}
.otherthemes .item-center {
    z-index: 100;
}
.otherthemes .item-center .theme{
	position: absolute;
	top: -80px;
	z-index: 100;
	left: -150px;
	right: -150px;
}
.otherthemes .owl-prev,
.otherthemes .owl-next{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ccc;
    color: #ccc;
    text-align: center;
    line-height: 42px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.otherthemes:hover .owl-prev,
.otherthemes:hover .owl-next{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.otherthemes .owl-prev{
    left: 0;
}
.otherthemes .owl-next{
    right: 0;
}
.otherthemes:hover .owl-prev{
    left: -70px;
}
.otherthemes:hover .owl-next{
    right: -70px;
}
.otherthemes .owl-prev:hover,
.otherthemes .owl-next:hover{
    border-color: #fff;
    color: #fff;
}
/*----------------
AUTO CLEAR 
----------------*/
@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (min-width:480px) and (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}
@media (max-width:479px){
    .auto-clear .col-ts-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-ts-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-ts-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-ts-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-ts-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-ts-6:nth-child(odd){clear:left;}
}
/*------------------------------
 CUSTOM BOOSTRAP 5 COLUMNS
 ------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1280px){
	.container {
	    width: 1200px;
	}
}

@media (max-width: 1366px){
    .header-content  .featured-image{
        margin-top: 80px;
    }
}
@media (max-width: 1200px){
    h1{
    	font-size: 30px;
    }
    h2{
    	font-size: 24px;
    }
    h3{
    	font-size: 20px;
    }
    h4{
    	font-size: 18px;
    }
    h5{
    	font-size: 16px;
    }
    h6{
    	font-size: 14px;
    }
    .header-content .subtitle{
    	font-size: 20px
    }
    .demos{
    	margin: 0 -15px;
    }
    .demos .demo-item{
    	padding: 0 15px;
    }
    .feature-icon{
	   	padding: 30px 10px;
	}
    .header .header-content{
        padding-top: 100px;
    }
    .otherthemes:hover .owl-prev{
        left: 70px;
    }
    .otherthemes:hover .owl-next{
        right: 70px;
    }
}
@media (max-width: 991px){
    
    .section-demos{
        padding-top: 50px;
        margin: 0;
    }
}
@media (max-width: 767px){
    .otherthemes .item-center .theme{
		left: -100px;
		right: -100px;
	}
	.header-content  .featured-image{
		margin-top: 30px;
	}
    .header-content{
        height: auto!important;
        padding-top: 50px;
    }
    .header-content .inner{
        position: static;
    }
}
@media (max-width: 480px){
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-ts-1,
    .col-ts-10,
    .col-ts-11,
    .col-ts-12,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}
    .col-ts-1,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9,
    .col-ts-10,
    .col-ts-11{float:left;}
    .col-ts-12{width:100%;}
    .col-ts-11{width:91.66666667%;}
    .col-ts-10{width:83.33333333%;}
    .col-ts-9{width:75%;}
    .col-ts-8{width:66.66666667%;}
    .col-ts-7{width:58.33333333%;}
    .col-ts-6{width:50%;}
    .col-ts-5{width:41.66666667%;}
    .col-ts-4{width:33.33333333%;}
    .col-ts-3{width:25%;}
    .col-ts-2{width:16.66666667%;}
    .col-ts-1{width:8.33333333%;}
    .col-ts-pull-12{right:100%;}
    .col-ts-pull-11{right:91.66666667%;}
    .col-ts-pull-10{right:83.33333333%;}
    .col-ts-pull-9{right:75%;}
    .col-ts-pull-8{right:66.66666667%;}
    .col-ts-pull-7{right:58.33333333%;}
    .col-ts-pull-6{right:50%;}
    .col-ts-pull-5{right:41.66666667%;}
    .col-ts-pull-4{right:33.33333333%;}
    .col-ts-pull-3{right:25%;}
    .col-ts-pull-2{right:16.66666667%;}
    .col-ts-pull-1{right:8.33333333%;}
    .col-ts-pull-0{right:auto;}
    .col-ts-push-12{left:100%;}
    .col-ts-push-11{left:91.66666667%;}
    .col-ts-push-10{left:83.33333333%;}
    .col-ts-push-9{left:75%;}
    .col-ts-push-8{left:66.66666667%;}
    .col-ts-push-7{left:58.33333333%;}
    .col-ts-push-6{left:50%;}
    .col-ts-push-5{left:41.66666667%;}
    .col-ts-push-4{left:33.33333333%;}
    .col-ts-push-3{left:25%;}
    .col-ts-push-2{left:16.66666667%;}
    .col-ts-push-1{left:8.33333333%;}
    .col-ts-push-0{left:auto;}
    .col-ts-offset-12{margin-left:100%;}
    .col-ts-offset-11{margin-left:91.66666667%;}
    .col-ts-offset-10{margin-left:83.33333333%;}
    .col-ts-offset-9{margin-left:75%;}
    .col-ts-offset-8{margin-left:66.66666667%;}
    .col-ts-offset-7{margin-left:58.33333333%;}
    .col-ts-offset-6{margin-left:50%;}
    .col-ts-offset-5{margin-left:41.66666667%;}
    .col-ts-offset-4{margin-left:33.33333333%;}
    .col-ts-offset-3{margin-left:25%;}
    .col-ts-offset-2{margin-left:16.66666667%;}
    .col-ts-offset-1{margin-left:8.33333333%;}
    .col-ts-offset-0{margin-left:0;}
    .hidden-ts{
        display: none;
    }

    .otherthemes .item-center .theme{
		left: -80px;
		right: -80px;
	}
	.section-buy .button{
		margin-bottom: 10px;
	}

	.header-content  .featured-image{
		margin-top: 100px;
	}
    .section-othertheme .section-heading .title{
        font-size: 30px;
    }
    .section-othertheme .section-heading .subtitle{
        font-size: 20px;
    }
    .header-content{
        padding-top: 250px;
    }
}
@media (max-width: 320px){
	.header-content{
        padding-top: 150px;
    }
}
