@charset "utf-8";
/* CSS Document */

/*********************************************/
/*                HERO STYLES                */
/*********************************************/
.hero h1, .hero p {
	width: 100%;
}
.hero h1 {
	font-size: 1.6em;
}
#rotate {
	content: " ";
	background-repeat: no-repeat;
	background-position: center 50%;
	background-image: url(../../img/bkg/rotate.php);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 2%;
	z-index: -1000;
	overflow-y: hidden;
	opacity: 0.40;
	max-width: 1100px;
}


/*********************************************/
/*                MAIN STYLES                */
/*********************************************/
.column h2 {
	color: rgba(255,255,255,1.00);
	font-size: 1.2em;
}




/*********************************************/
/*               THUMB STYLES                */
/*********************************************/
#thumbs  {
	background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,.8);
	padding-bottom: 80px;
	font-weight: normal;
	font-size: 0.9em;
	position: relative;
}
#thumbs h3 {
	font-size: 1.1em;
	text-align: center;
}
#thumbs img {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 100%;
}
#thumbs .img-box {
	width: 100%;
	position: relative;
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.thn1 {
	content: " ";
	background-repeat: no-repeat;
	background-position: center 50%;
	background-image: url(../../img/thn/2-stroke-service/rotate.php);
	width: 250px;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	/*z-index: -1000;*/
	overflow-y: hidden;
	opacity: 1;
	background-size: cover;
}
.thn2 {
	content: " ";
	background-repeat: no-repeat;
	background-position: center 50%;
	background-image: url(../../dyno/img/dyno1/rotate.php);
	width: 250px;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	/*z-index: -1000;*/
	overflow-y: hidden;
	opacity: 1;
	background-size: cover;
}
.thn3 {
	content: " ";
	background-repeat: no-repeat;
	background-position: center 50%;
	background-image: url(../../img/thn/recommissioning/rotate.php);
	width: 250px;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	/*z-index: -1000;*/
	overflow-y: hidden;
	opacity: 1;
	background-size: contain;
}
.thn4 {
	content: " ";
	background-repeat: no-repeat;
	background-position: center 50%;
	background-image: url(../../dyno/img/graphs/rotate.php);
	width: 250px;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	/*z-index: -1000;*/
	overflow-y: hidden;
	opacity: 1;
	background-size: cover;
}





/*********************************************/
/*                MEDIA QUERY                */
/*********************************************/ 
@media (max-width: 639px) {
	.nav-desktop {
	display: none;
}
#rotate {
	content: " ";
	background-repeat: no-repeat;
	background-position: center 50%;
	background-image: url(../img/bkg/rotate.php);
	width: 600px;
	height: 100%;
	position: absolute;
	top: 0px;
	/*right: 10%;*/
	z-index: -1000;
	overflow-y: hidden;
	left: auto;
	right: auto;
	opacity: 0.25;
}
}


@media (max-width: 700px) {
	.hero h1, .hero p {
	width: 100%;
}
}


@media (max-width: 682px) {
	.hero {
	height: auto;
	background-image: none;
}
}
