body {
	background-size: 100%;	
	font-family:'Lato', sans-serif;
	text-align: center;
	background: #FFF;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: -1;
	color: #fff;
	overflow-x: hidden;
}

a{
	outline: none;
}
img{	
	height: auto;
	max-width: 100%;
}
a:hover,a:focus{
	outline: none;
	text-decoration: none;
}
.arrows a{
	width: 55px;
	height: 55px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	padding-top: 15px;
	margin-top: 30px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.arrows a:hover{
	cursor: pointer;
	margin-top: 40px;
}
.btn-outline {
	font-family: 'Ubuntu', sans-serif;
	height: 46px;
	line-height: 44px;
	padding: 0 25px;
	background: none;
	border: 2px solid #1993ca;
	border-radius: 30px;
	color: #1993ca;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.btn-outline:hover {
	background-color: #1993ca;
	color: #fff;
}

header {
	min-height: 100px;
	background: #fff;
}
.logo{
	padding: 110px 0;
	font-size: 16px;
	background-color: #FFF;
	background-image: url("http://demo.wowtheme.pw/lets/wp-content/uploads/2017/03/12.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	    background-size: cover;
}
.btn-action{
	margin-top: 35px;
}
.btn-action a{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: white;
	padding: 18px 50px;
	display: inline-block;
	margin: 0 10px;
	background: #111;
}

a.btn-white{
	background: #fff;
	color: black;
}

a.btn-white:hover{
	background: black;
	color: #fff;
}

.btn-action a:hover{
	background: #000;
	color: #black;
}

.sub-logo{
	margin: 0;
	    text-align: center;
    font-size: 28px;
    color: #85b584;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-top: 40px;
    font-weight: bold;
}
.space-30{
	margin-bottom: 30px;
}
.space-60{
	margin-bottom: 60px;
}


.text-small{
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
}

.text-big{
	font-size: 50px;
	font-weight: 100;
	margin-bottom: 25px;
}

.text-large{
	font-weight: 800;
	font-size: 60px;
	text-transform: uppercase;
}

.text-medium{
	font-weight: 300;
	font-size: 18px;
}

.text-main{
	margin-top: 20px;
}

.text-main > div{
	margin-bottom: 10px;
}

.features-heading{
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 15px;
	position: relative;
	display: block;
	padding-bottom: 10px;
	font-family: 'Ubuntu';
}


.sub-heading{
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
	display: block;
	text-transform: uppercase;
	font-family: 'Ubuntu';
	letter-spacing: 5px;
}

.icon-box .icon{
	text-align: center;
	width: 50px;
	height: 50px;
	padding-top: 15px;
	background: #8BC44A;
	color: #FFF;
	float: left;
	margin-right: 10px;
}

.icon-box i{
	font-size: 20px;
}

.icon-box .text{
	font-size: 14px;
	color: #000;
	font-weight: 600;
	text-align: left;
	line-height: 24px;
}


.main-center{
	padding: 30px 0;
}
.main-bottom{
	background: #FFF;
	padding: 50px 0;
}

.content{
	padding-top: 100px;
}
.content .row {
	margin-bottom: 40px;
	}

.text_heading {
    background-image: url("../images/bg-heading.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #000000;
    font-family: "Ubuntu",sans-serif;
    font-size: 45px;
    font-weight: 400;
    min-height: 186px;
    line-height: 58px;
    margin: 0;
    padding: 30px 0;
}
.text_heading small {
    color: #000000 !important;
    font-size: 30px !important;
}
.shop-name a{
	font-weight: 700;
	font-size: 14px;
	color: #000;
	line-height: 1.2;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	margin: 25px 0 0;
	display: block;
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 0 35px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.shop-name a:hover {
	color: #FAC42B;
}
.text-decription{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
}
.box-content{
	/* border: 1px solid #111; */
	overflow: hidden;
}
@media(min-width: 1200px){
	.row > .item{
		padding: 0 30px!important;
	}
}
.image-bg{
	min-height: 600px;
	display:inline-block;
	position: relative;
	background-size: 100%!important;
	width: 100%;
	max-width: 540px;
}
.image-bg .image-shop-scroll{
	background-position: center 0!important;
	background-repeat: no-repeat!important;
	background-size: 100%!important;
	position:absolute;
	width:100%;
	    min-height: 620px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	border-radius: 0px 0px 5px 5px;
}
.image-bg .image-shop-scroll{
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}
.image-bg:hover .image-shop-scroll {
    opacity: 0.5;
}
.description > * {
	display: inline-block;
}
.description i {
	color: #333;
	font-size: 8px;
}
#footer {

 }
.footer-link {
	padding: 80px 0 100px;
	background-image: url("../images/cta-bg-1.jpg");
	background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto;
	background-color: #111;
}
.footer-link .text-large{
	font-size: 30px;
	position: relative;
	margin-bottom: 10px;
	font-family: 'Ubuntu';
	font-weight: 700;
}

.footer-link > * {
	display: inline-block;
}
.box-content{
    position: relative;
    -webkit-box-shadow: 0 0 7px #999;
    -moz-box-shadow: 0 0 7px #999;
    box-shadow: 0 0 7px #999;
    border-radius: 10px;
    padding: 20px;
}
.box-content:hover .btn-link{
	bottom: 0;
}
.btn-link{
	background: #FF3333;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	font-weight: 400;
	font-size: 10px;
	padding: 13px 33px;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 100%;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	
}
.btn-link:hover, .btn-link:focus, .btn-link:active{
	color: black;
	background: #FF3333;
	text-decoration: none;
}
.btn-cta{
	background: #FF3333;
	color: #FFF;
	font-weight: 700;
	font-size: 14px;
	padding: 20px 35px;
	border: none;
	text-transform: uppercase;
	margin-top: 20px;
	display: inline-block;
}
.btn-cta:hover, .btn-cta:focus, .btn-cta:active{
	color: black;
}
.copyright{
	padding: 50px 0;
	color: #aaa;
	font-weight: 600;
	font-size: 18px;
}

.title {
    margin-bottom: 50px;
    margin-top: 20px;
}
.title p {
    color: #666666;
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto;
    width: 70%;
}
.text-head {
    color: #424242;
    font-size: 36px;
    text-transform: uppercase;
}
.text-head span {
    color: #111;
}
.feature-content a {
	color: #111;
	font-size: 40px;
}
.feature-name {
	font-size: 14px;
	margin-top: 10px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	font-family: 'Ubuntu', sans-serif;
}
.feature-name a {
	color: #000;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.feature-name a:hover {
	color:  #FAC42B;
}