::selection { background: #71f82b; }
::-moz-selection { background: #71f82b; }

.bg-dark {
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-y;
	background-size: contain;
	background-color: #141414;
	border-top: 1px solid #fff;
}



.image1 {padding-bottom: 6%;}
.image1-small {padding-top: 8%; padding-bottom: 12%;}

.image2 {}
.image3 {}
.image4 {padding-top: 6%; padding-bottom: 12%;}
.image4-small {padding-top: 6%; padding-bottom: 18%;}

.image5 {position: relative;}
.image5b {position: absolute; bottom: -4.5%;}
.image6 {}

.vid1 {width: 55%; margin: 0 auto; padding-bottom: 14%; margin-top: -2%;}
.vid2 {padding-top: 0; margin-top: -7.5%;}
.vid3 {}


.prevnext a {
	position: relative;
	text-decoration: none;
	color: #fff;
	background: -webkit-linear-gradient(to top, #fff 5px, #fff 5px, transparent 0%, transparent 0%) no-repeat;
	background: -o-linear-gradient(to top, #fff 5px, #fff 5px, transparent 0%, transparent 0%) no-repeat;
	background: linear-gradient(to top, #fff 5px, #fff 5px, transparent 0%, transparent 0%) no-repeat;
	background-size: 0 100%;
	background-position: 0 -6px ;
	transition: background-size .2s;
	font-size: 60px;
	line-height: 66px;
	letter-spacing: -0.05em;
	margin: 0;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: antialiased;
}	



.half {
	margin: 0;
	padding: 0 0 6% 0;
	max-width: 100%;	
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: repeat(2);
}

.leftimg {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / span 1;
}

.rightimg {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / span 1;
}

@media only screen and (min-width: 200px) and (max-width: 599px) {
	.vid1 {
		width: 100%; margin: 0 auto; padding-bottom: 14%; margin-top: -2%;
	}

	.bg-dark {
		background-image: url('../images/bg-small.jpg');
		background-repeat: repeat-y;
		background-size: contain;
		background-color: #141414;
		border-top: 1px solid #fff;
	}

	.testimonial .avatar {
		margin-top: -40px;
	}

	.testimonial {
		margin-top: 4%;
		margin-bottom: 7%;
	}	

	.half-small {
		padding-bottom: 6%;
	}

}

@media only screen and (min-width: 901px) and (max-width: 1160px) {
	h1.project-title span {
		display: none;
	}
}
@media only screen and (min-width: 200px) and (max-width: 380px) {
	h1.project-title span {
		display: none;
	}
}

