.section1, .section2, .section3, .section4, .section5, .section6, .section7, .section8, .section9, .section10 {
	font-size: 16px;
}
img {
	max-width: 100%;
}

.flR {
	float: right;
}

.video-button {
	background-color: #0f86ff;
	color: #fff;
	padding: 10px 48px 10px 20px;
	border-radius: 30px;
	background-image: url('play-video.png');
	background-position: center right 15px;
	background-repeat: no-repeat;
}
.video-button:hover {
	background-color: red;
	color: #fff;
}


.section1 {
	background: #111;
	color: #fff;
}
.section1 .bgvideo video#backvideo {
	width: 100%;
}
.section1 .bgvideo img {
	display: none;
}
.section1 .container .topcont {
	padding-top: 60px;
	position: absolute;
	width: inherit;
}



.section2 {
	background-color: #000;
}
.section2 .container {
	background-image: url('6K-01.jpg');
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 300px;
	padding-bottom: 80px;
	min-height: 600px;
} 

.section3 {
	background-color: #151515;
}
.section3 .container {
	background-image: url('6K-02.jpg');
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 150px;
	padding-bottom: 80px;
	min-height: 600px;
} 



.section4 .container {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section4 .container p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}


.section5 .container {
	width: 960px;
	max-width: 100%;
	padding-bottom: 60px;
}

.section6 {
	background-image: url('evo1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	padding-top: 150px;
	padding-bottom: 150px;
}
.section6 .container p {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 500px;
}

.section7 {
	background-image: url('evo7.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	padding-top: 60px;
	min-height: 900px;
	border-bottom: 1px solid #111;
}
.section8 {
	background-color: #000;
	color: #fff;
	padding-top: 60px;
}
.section8 .bigNum {
	font-size: 60px;
}
.section8 strong {
	display: block;
	font-weight: normal;
}
.section8 .col-sm-6 {
	margin-bottom: 80px;
}

.section9 {
	background-color: #262626;
	color: #fff;
	padding-top: 60px;
}


.sectionTechSpec {
	background: #111;
	color: #fff;
	font-size: 16px;
	padding-bottom: 80px;
}
.sectionTechSpec .specTabSection {
	padding-top: 5px;
	padding-bottom: 20px;
	border-top: 1px solid #333;
}
.sectionTechSpec .tabcell {
	padding: 10px;
}
.sectionTechSpec .tabcell.param {
	font-weight: bold;
}





@media (max-width: 960px) {
	.section1 {
		background-color: #000;
	}
	.section1 .bgvideo video#backvideo {
		display: none;
	}
	.section1 .bgvideo img {
		display: block;
	}
	.section1 .container .topcont {
		position: relative;
		margin-bottom: 40px;
	}
}

@media (max-width: 768px) {
	.section1, .section2, .section3, .section4, .section5, .section6, .section7, .section8, .section9, .section10, .sectionTechSpec {
		font-size: 13px;
	}
	
	.section5 .flR {
		float: none;
	}
	.sectionTechSpec .tabcell.val {
		border-bottom: 1px solid #151515;
		margin-bottom: 20px;
	}
}