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

/*********************************************/
/*                HERO STYLES                */
/*********************************************/
#rotate {
	content: " ";
	background-repeat: no-repeat;
	background-position: center 50%;
	background-image: url(../img/carbs/rotate.php);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 2%;
	z-index: -1000;
	overflow-y: hidden;
	opacity: 0.80;
	max-width: 1100px;
}
.highlight-list {
	padding-bottom: 15px;
}


/*********************************************/
/*                MAIN STYLES                */
/*********************************************/





/*********************************************/
/*               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;
	padding-top: 80px;
}
#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/power-commander/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(../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/dyno2/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(../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:1560px){
#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;
	z-index: -1000;
	overflow-y: hidden;
	opacity: 0.2;
	max-width: 1100px;
	-o-transition: .5s ease-out;
	-ms-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-webkit-transition: .5s ease-out;
	transition: .5s ease-out;
}
}
@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%;
}
	.hero .eighty h1, .hero .eighty p {
    width: 100%;
}
}


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