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

/*********************************************/
/*                HERO STYLES                */
/*********************************************/
@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;
}
}
.hero h1, .hero p {
	width: 100%;
}
#rotate {
	content: " ";
	background-repeat: no-repeat;
	background-position: center 50%;
	background-image: url(../img/graphs/rotate.php);
	width: 870px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 10%;
	z-index: -1000;
	overflow-y: hidden;
	opacity: 0.80;
}
.highlight-list {
	padding-bottom: 15px;
}

.wrap.row .column h2  {
	margin-top: 20px;
}

.orbit-bullets button:hover {
	background-color: rgba(255,255,255,0.90);
}
.orbit-bullets button.is-active {
	background-color: rgba(255,255,255,0.90);
}


/*********************************************/
/*                MAIN STYLES                */
/*********************************************/
.small-12.medium-5.column img {
	margin-bottom: 15px;
	margin-top: 10px;
}
.small-12.medium-5.column p span {
	/* [disabled]font-weight: bold; */
	color: rgba(255,255,255,0.95);
}
.small-12.medium-7.column ul {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 15px;
}
.small-12.medium-7.column ul li {
	color: rgba(255,255,255,0.75);
	font-size: 0.85em;
}
.column h2, h3  {
	color: rgba(255,255,0,1.00);
	font-size: 1.2em;
	display: inline-block;
}
.column h2 a {
	color: rgba(255,255,0,1);
	border-bottom: 2px solid rgba(255,255,0,1.00);
}
.column h2 a:hover {
	color: rgba(255,255,0,1.00);
	border-bottom: 2px solid rgba(255,255,0,0.00);
}


/*********************************************/
/*               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/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 (max-width: 917px) {
.hero .button.power-commander {
	background-image: url(../../img/power-commander.png);
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,1.00);
	background-position: 0px 50%;
	width: 120px;
	height: 30px;
	/* [disabled]margin-top: 15px; */
}
}

@media (max-width: 645px) {
.column, .columns {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}
#thumbs {
	visibility: none;
	display: none;
}
}
