.pad-top-big {
	padding-top: 5vh;
}
.pad-vertical-big {
	padding-top: 10vh;
	padding-bottom: 10vh;
}

.font-size-plus {
	font-size: 38px;
	line-height: 1.28;
}
.graytext {
	color: #676767;
}

#s1 {

}


#s3 {
	background-color: #000;
	color: #FFF;
	display: flex;
}
#s3 .inner {
	margin-top: 0;
	padding-left: 50px;
}


#s5 {
	height: 910px;
	background-image: url(img/s5.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #FFF;
}




#s7 {
	margin-bottom: -10px;
}

#s_other {
    padding: 0 0 4em 0;
}


@media(max-width: 1360px) {
	.font-size-plus {font-size: 30px;}
	#s6, #s7, #s5, #s12 {height: 800px;}
}

@media(max-width: 1200px) {
	.font-size-plus {font-size: 24px;}
	#s2 {background: none;}
	#s3 {flex-direction: column;}
	#s6, #s7, #s5, #s12 {height: 700px;}
}

@media(max-width: 991px) {
	.font-size-plus {font-size: 21px;}
	#s1, #s6, #s7, #s5, #s12 {height: 600px;}
}

@media(max-width: 640px) {
	.font-size-plus {font-size: 18px;}
	#s1, #s7 {height: auto;}
	#s6, #s5, #s12 {height: 400px;}
}