body {
	background-size: 100%;
	background: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	color: #979797;
	overflow-x: hidden;
	line-height: 1.5;
	font-weight: 300;
}
@media (min-width: 768px) {
	.has-sticky {
	    position: static;
	    top: 0px;
	} 
	.has-sticky.keeptop {
		background: rgba(0, 0, 0, 0.86) !important;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		-webkit-transition: all 0.6s ease 0s;
		-o-transition: all 0.6s ease 0s;
		transition: all 0.6s ease 0s;
		z-index: 999999;
	}
	.has-sticky.keeptop .inner {
		width: 1170px;
		margin: auto;
	} 
	.has-sticky.keeptop .inner ul.list-inline a{
		color: #fff;
	}
	.has-sticky.keeptop .inner ul.list-inline a:hover{
		color: #34a458;
	}
}
a{
	outline: none;
}
img{	
	height: auto;
	max-width: 100%;
}
a:hover,a:focus{
	outline: none;
	text-decoration: none;
} 
.btn{
	font-size: 10px;
	text-transform: uppercase;
	color: white;
	padding: 12px 30px;
	display: inline-block;
	background: #50d18e;
	letter-spacing: 1px;
	position: relative;
	font-weight: 700;
	border-width: 1px;
	border-color: #50d18e;
	border-radius: 30px;
}
.btn-second{
	background: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	color: #000;
	border: 1px solid #fff;
}
.btn-second:hover {
	border-color: #50d18e;
	color: #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	background: #50d18e;
}
a i {
	margin-left: 10px;
}
a.btn-white{
	background: #fff;
	color: black;
}

a.btn-white:hover{
	background: black;
	color: #fff;
}
.first-child {
	clear: both;
}
.space-30 {
    margin-bottom: 30px;
}
@media (min-width: 992px) {
.col-md-5 {
	width: 20%;
	float: left;
}
}
header {
	min-height: 100px;
	background: url('../images/bg-header.jpg') no-repeat;
	border-bottom: 1px solid #c3c5c8;
	overflow: hidden;
}
.top-bar .inner {
	padding: 20px 0;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: baseline;
}
.top-bar .inner > div {
}
.menu {
	text-align: center;
}
ul.list-inline a {
	font-size: 16px;
	font-weight: 500;
	color: #222222;
	font-family: 'Roboto', sans-serif;
}
ul.list-inline li + li {
	margin-left: 10px;
}
ul.list-inline > li {
    padding-right: 10px;
    padding-left: 10px;
}
.slider {
	    color: #fff;
	    margin: 100px 0 0;
	    line-height: 1.3;
	    text-align: center;
	    font-size: 20px;
}
.slider h2{font-size: 72px; font-weight: 300; letter-spacing: -1px; margin-bottom: 15px;}
.slider p{font-size: 20px;line-height: 1.6em;width: 70%;text-align: center;margin: 0 auto 50px;font-weight: 400;color: rgba(255, 255, 255, 0.8);}
.slider img{margin: 0;}

.slider a {
	margin-top: 40px;
}
 
.block-heading {
	text-align: center;
	padding: 80px 0 50px;
}
.block-heading h2{font-size: 52px;color: #43484d;margin-bottom: 20px;font-weight: 300;letter-spacing: -2px}
.block-heading p {
	font-size: 20px;
	color: #86939e;
} 
.block-heading.light h2,
.block-heading.light {
	color: #fff;
} 
.box-elements,.box-features{
	padding: 0 40px;
	margin-bottom: 80px !important;
}



.warpper > div{padding-bottom: 80px;}

#features,
#our-demo{
	background: #f9f9f9;
}
.row .demo{
	background: #fff;
}
.row .demo div{
	padding: 30px;
	color: #666;
}
.row .demo:hover{box-shadow: 0 0 30px #ccc; transition: all ease 0.3s;}
.demo-style a{display: block;position: relative;}
.demo-style .image:before{
	position:absolute;
	content:"";
	width:100%;
	height:150px;
	bottom:0;
	left:0;
	background-image:-webkit-linear-gradient(top,transparent,#989898);
	background-image: linear-gradient(180deg,transparent 0,#989898);
	background-repeat:repeat-x;
	/* 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#FF000000",GradientType=0); */
	z-index: 1;
}
.demo-style div{position: absolute;width: 100%;bottom: 0;z-index: 9999;}
.demo-style div h4{color: white;}


h4.name{
    font-size: 14px;
    font-weight: 700;
    color: #43484d;
    padding-right: 22px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    letter-spacing: -1px;
} 

.name a {
    color: #272727;
}
#optimized{background: url("../images/bg-header.jpg");}
#optimized .block-heading{}

.image-bg {
    height: 300px;
    display: block;
    position: relative;
}
.image-bg .image-shop-scroll{
	background-position: center 0;
	background-repeat: no-repeat;
	position:absolute;
	height: 300px;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
}
.image-bg .image-shop-scroll{
	transition: all 6s ease-out 0s;
	-webkit-transition: all 6s ease-out 0s;
	-moz-transition: all 6s ease-out 0s;
	-ms-transition: all 6s ease-out 0s;
	-o-transition: all 6s ease-out 0s;
}
.image-bg:hover .image-shop-scroll{
	background-position: center 100%!important;
}
.item .image-bg , .item .image-bg .image-shop-scroll{
	width: 630px;
	height: 540px;
	text-align: center;
	display: inline-block;
}  
.item > a {
    display: inline-block;
    position: relative;
} 
#mobile {
	
background: url(../images/bg-header.jpg) repeat;
	
padding-bottom: 0;
} 
#mobile .block-heading p{
	color: rgba(255, 255, 255, 0.8);
}
#mobile .inner{background: url('../images/bg-mobile.png') no-repeat bottom center;width: 311px;margin: 0 auto;height: 464px;padding-top: 72px;}
#feature-box .item{	
	display: flex;	
	margin-bottom: 50px;	
	align-items: center;
	justify-content: space-between;
}
#feature-box .item h4{color: #43484d; font-size: 22px;letter-spacing: -1px;font-weight: 400;}
#feature-box .item .icon{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease ;
	-o-transition: all 0.3s ease;
	border: 3px solid transparent;
	
}
#feature-box .item .icon i, #feature-box .item .icon .img{
	width: 100px;height: 100px; font-size: 36px;line-height: 100px;background: #86939e; color: #fff;display: inline-block;border-radius: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}  

#feature-box .item:hover .icon{
	border: 3px solid #ebebeb;
	border-radius: 100%;
	padding: 4px;
	
}
#feature-box .item:hover .icon i,#feature-box .item:hover .icon .img{
	background: #34a458;
	    width: 92px;
    height: 92px;
    line-height: 92px;
}
@media (min-width: 768px){
	#feature-box .item .text-right, #feature-box .item .text-left{
		max-width: 245px;
	}
	#mobile .block-heading p{
		max-width: 640px;
		margin: 0 auto;
	}
}

.row > .item {
    padding: 0 30px!important;
} 
#footer{
	background: url("../images/bg-footer.png") no-repeat;
	height: 410px;
	padding: 50px 0 100px;
}
#footer h2{
	color: #fff;
	font-size: 52px;
	line-height: 1.2;
	font-weight: 400;
	padding-top: 20px;
}
#footer i{font-size: 36px; color: #ffcc00;line-height: 55px;}
#footer h2 span{font-size: 82px; display: block;font-weight: 300;}
#footer .inner{
	
display: flex;
	
align-items: center;
	
justify-content: space-between;
}

#copyright{
	padding: 30px 0 15px;
}

#copyright ul.list-inline a{
	color: #86939e;
}
#copyright ul.list-inline a:hover{
	color: #34a458;
}	

.text-black {
	color: #272727!important;
}
.height-30 {
	height: 30px;
	display: block;
}
.owl-carousel-play{position: relative;display: inline-block;width: 311px;}
.owl-carousel .owl-pagination {display: none;}


#cycler{position:relative;overflow: hidden;height: 422px;margin-bottom: 40px;margin-top: 40px;}
#cycler img{position:absolute;z-index:1;left: 0;top: 0; opacity: 0;}
#cycler img.active{z-index:3; opacity: 1;}