/*-------------
 	General
-------------*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font: normal 16px sans-serif;
	color: #333;
}

ul, nav{
	list-style: none;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;

	opacity: 0.9;
}

a:hover{
	opacity: 1;
}

a.btn{
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #2196F3;
	padding:20px 40px;
	font-weight: 800;
	text-align: center;
	font-size:1.6rem;
}

hr{
	width: 150px;
	height: 2px;
	background-color: #2196F3;
	border: 0;
	margin-bottom: 80px;
}

section{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 80px 15px;
}

@media (max-width: 1000px){

	section{
		padding: 100px 50px;
	}

}

@media (max-width: 600px){

	section{
		padding: 80px 30px 0px 30px;
	}

}

section h3.title{
font-family: Raleway,sans-serif;
font-weight: 800;
display: block;
-webkit-transform-origin: top center;
transform-origin: top center;
font-size: 40px;
margin-bottom: .8rem;
}



section h3.title span:nth-child(6n+1) {
 color:#00a4cd
}
section h3.title span:nth-child(6n+2) {
 color:#ea545d
}
section h3.title span:nth-child(6n+3) {
 color:#ed6d0f
}
section h3.title span:nth-child(6n+4) {
 color:#9070af
}
section h3.title span:nth-child(6n+5) {
 color:#a48b78
}
section h3.title span:nth-child(6n) {
 color:#ef858c
}


section p{
	max-width: 1000px;
	text-align: center;
	padding: 0 20px;
	font-size:1.3rem;
	font-weight:600;
	line-height: 1.5;
}




ul.grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.btm15{margin-bottom:15px;}
.btm35{margin-bottom:35px;}
.btm45{margin-bottom:45px;}
.btm60{margin-bottom:60px;}


.top15{margin-top:15px;}
.top35{margin-top:35px;}
.top45{margin-top:45px;}
.top60{margin-top:60px;}


/*-------------
 	Header
-------------*/

header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 35px 100px 0;
}

header h2{
	font-family: 'Quicksand', sans-serif;
}

header nav{
	display: flex;
}

header nav li{
	margin: 0 15px;
}

header nav li:first-child{
	margin-left: 0;	
}

header nav li:last-child{
	margin-right: 0;	
}



@media (max-width: 1000px){
	header{
		padding: 20px 50px;
	}
}


@media (max-width: 700px){
	header{
		flex-direction: column;		
	}

	header h2{
		margin-bottom: 15px;
	}
}



/*----------------
 	Hero Section
----------------*/

.hero{
	position: relative;
	justify-content: center;
	min-height: 80vh;
	color: #fff;
	text-align: center;
	overflow:hidden;
	padding: 180px 100px 20px;
}

@media (max-width: 600px){


.hero{
	position: relative;
	justify-content: center;
	min-height: 30vh;
	color: #fff;
	text-align: center;
	overflow:hidden;
	padding: 110px 40px 5px;

}
}

.hero .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-color: #2196F3;
	z-index: -1;
}

.hero .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #414a4f;
	opacity: 0.45;
}


.hero h1{
	font: bold 60px 'Open Sans', sans-serif;
	margin-bottom: 15px;
}

.hero h3{
	font: normal 28px 'Open Sans', sans-serif;
	margin-bottom: 40px;
}

.hero .price{
	padding: 20px;
	font: normal 42px 'Open Sans', sans-serif;
	font-weight:900;
}

.hero .background-image video{
    width: 100%;
    height: auto;
}

@media (max-width: 600px){

.hero h1{
	font: bold 24px 'Open Sans', sans-serif;
	margin-top: 10px;
}

.hero h3{
	font: normal 14px 'Open Sans', sans-serif;
	margin-top: 5px;
}

}



/*--------------------
 	Our Work Section
---------------------*/

.оur-work{
	background-color: #fff;
}

.our-work .grid li{
	padding: 20px;
	height: 450px;
	border-radius: 3px;
	background-clip: content-box;
	background-size: cover;
	background-position: center;
}

.our-work .grid li.small{
	flex-basis: 40%;
}

.our-work .grid li.large{
	flex-basis: 60%;
}

.our-work .grid li.triple{
	flex-basis: 33%;
}

.our-work .grid li .innertxt{
	margin:20px;
}


@media (max-width: 1000px){

	.our-work .grid li.small,
	.our-work .grid li.large,
	.our-work .grid li.triple{
		flex-basis: 100%;
	}


}



/*----------------------
 	Features Section
----------------------*/

.features{
	background-color: #f9f5d2;
}

.features .grid li.triple{
	padding: 0 20px;
	flex-basis: 31%;
	text-align: center;
}

.features .grid li.triple i{
    font-size: 50px;
    color: #2196F3;
    margin-bottom: 25px;
}

.features .grid li.triple h4{
	color: #555;
    font-size: 20px;
    margin-bottom: 25px;
}

.features .grid li.triple p{
    margin: 0;
}

@media (max-width: 1000px){

	.features .grid li.triple{
		flex-basis: 70%;
		margin-bottom: 65px;
	}

	.features .grid li.triple:last-child{
		margin-bottom: 0;
	}

}


@media (max-width: 600px){

	.features .grid li.triple{
		flex-basis: 100%;
	}

}

/*--------------------
 	lineup Section
--------------------*/

.lineup{
	background-color: #fff;
	width: 80%;
	margin:0 auto;
}

.lineup h4.type{
	font-size:2.4rem;
	margin-bottom:30px auto;

}


.lineup .grid li.double{
	padding: 0 20px;
	flex-basis: 47%;
	text-align: center;
}

.lineup .grid li.double i{
    font-size: 50px;
    color: #2196F3;
    margin-bottom: 25px;
}

.lineup .grid li.double h4{
	color: #3c3c3c;
    font-size: 1.6rem;
    margin-bottom: 25px;
}

.lineup .grid li.double p{
    margin-bottom: 45px;
    font-size:1.2rem!important;
}

.lineup .grid li.double p strong{
	color:#b40008;
}

.lineup .grid li.double span{
	font-size:1.7rem;
	font-weight:900;
	color:#b40008;
}

@media (max-width: 1000px){

	.lineup .grid li.double{
		flex-basis: 70%;
		margin-bottom: 65px;
	}

	.lineup .grid li.double:last-child{
		margin-bottom: 0;
	}

}


@media (max-width: 600px){

	.lineup .grid li.double{
		flex-basis: 100%;
	}

}

/*--------------------
 	flow Section
--------------------*/

.flow{
	background-color: #f9f5d2;
	width: 100%;
	margin:0 auto;
}


/*--------------------
 	Reviews Section
--------------------*/

.reviews{
	background-color: #fff;
}

.reviews .quote{
	text-align: center;
	width: 80%;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0;
}

.reviews .author{
    font-size: 18px;
    margin-bottom: 50px;
}

.reviews .author:last-child{
    margin-bottom: 0;
}

@media (max-width: 1000px){

	.reviews .quote{
		font-size: 20px;
	}

	.reviews .author{
	    font-size: 16px;
	}

}



/*---------------------
 	Contact Section
---------------------*/

.contact{
	background-color: #f7f7f7;
	margin-bottom:200px;
}

.contact form{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

	max-width: 800px;
	width: 80%;
}

.contact form input{
	padding: 15px;
	flex: 1;
	margin-right: 30px;
	font-size: 18px;
	color: #555;
}

.contact .btn{
	padding: 18px 42px;
}


@media (max-width: 800px){

	.contact form input{
		flex-basis: 100%;
		margin: 0 0 20px 0;
	}

}




/*-------------
 	Footer
-------------*/

footer{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
	background-color: #414a4f;
	padding: 60px 0;
}

footer ul{
	display: flex;
	margin-bottom: 25px;
	font-size: 32px;
}

footer ul li{
	margin: 0 8px;	
}

footer ul li:first-child{
	margin-left: 0;	
}

footer ul li:last-child{
	margin-right: 0;	
}

footer p{
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	margin-bottom: 10px;
}

footer p a{
	color: #fff;
}

@media (max-width: 700px){

	footer{
		padding: 80px 15px;
	}

}


/* -- Demo ads -- */

@media (max-width: 1200px) {
	#bsaHolder{ display:none;}
}