@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'texgyreadventorregular';
	src: url('texgyreadventor-regular-webfont.eot');
	src: url('texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('texgyreadventor-regular-webfont.woff') format('woff'),  url('texgyreadventor-regular-webfont.ttf') format('truetype'),  url('texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'texgyreadventorbold';
	src: url('texgyreadventor-bold-webfont.eot');
	src: url('texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('texgyreadventor-bold-webfont.woff') format('woff'),  url('texgyreadventor-bold-webfont.ttf') format('truetype'),  url('texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Universals */
* {
	font-family: 'texgyreadventorregular', Arial, sans-serif;
}
body {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color:inherit;
}
.whole {
	position: relative;
}
/* Body Sections */
/* Header Section */
.top-box {
	width: 100%;
	/*background-color:rgba(51,52,57,.7); temp */
	margin: 0px;
	padding: 40px 0;
	background-color: #1B1F22;
	background-image: url(../images/topanner_bg_s.jpg);
	-webkit-background-size: cover; 
   -moz-background-size: cover; 
   -o-background-size: cover; 
     background-size: cover;
	position:relative;
}
.top-box::after {
	content: " ";
	height: 100px;
	width: 100%;
	background-color: rgba(255,255,255,.35);
	position: absolute;
	bottom: 100px;
	display: block;
	z-index:100;
}
.top-box2 {
	width: 100%;
	/*background-color:rgba(51,52,57,.7); temp */
	margin: 0px;
	padding: 40px 0;
	background-image: url(../images/topanner_bg_s.jpg);
	-webkit-background-size: cover; 
   -moz-background-size: cover; 
   -o-background-size: cover; 
     background-size: cover;
	position:relative;
}
.head-text h2 {
	color: #ffffff;
}
/* Top Body Section */
.gray-box {
	width: 100%;
	background: rgba(155,155,155,1);
background: -moz-linear-gradient(left, rgba(155,155,155,1) 0%, rgba(191,191,191,1) 50%, rgba(155,155,155,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(155,155,155,1)), color-stop(50%, rgba(191,191,191,1)), color-stop(100%, rgba(155,155,155,1)));
background: -webkit-linear-gradient(left, rgba(155,155,155,1) 0%, rgba(191,191,191,1) 50%, rgba(155,155,155,1) 100%);
background: -o-linear-gradient(left, rgba(155,155,155,1) 0%, rgba(191,191,191,1) 50%, rgba(155,155,155,1) 100%);
background: -ms-linear-gradient(left, rgba(155,155,155,1) 0%, rgba(191,191,191,1) 50%, rgba(155,155,155,1) 100%);
background: linear-gradient(to right, rgba(155,155,155,1) 0%, rgba(191,191,191,1) 50%, rgba(155,155,155,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9b9b', endColorstr='#9b9b9b', GradientType=1 );
	margin: 0px;
	padding: 10px 0;
	color: #333;
}
.gray-box::before {
	content: " ";
	height: 20px;
	width: 100%;
	background-color: rgba(255,255,255,.2);
	position: relative;
	top: -30px;
	display: block;
}
.gray-box h2 {
	font-size: 2.25em;
	font-family: 'texgyreadventorbold', Arial, sans-serif;
}
.gray-box h3 {
	color: #2d65b0;
	font-size: 1.5em;
	margin: 5px;
	padding: 0;
	font-family: 'texgyreadventorbold', Arial, sans-serif;
}
.gray-box p {
	color: #000000;
	margin: 5px 5px;
	padding: 0px 5px;
}
.gray-box img {
	width: calc(100% - 20px);
		-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: 5px solid #2d65b0;
	margin: 0 auto;
	padding: 0;
	height: auto;
}
.left {
	text-align:left;	
}
/* Bottom Body Section */
.dark-box {
	width: 100%;
	background-color: #333439;
	margin: 0px;
	padding: 0px;
}
.dark-box h3 {
	color: #ffffff;
	text-transform:uppercase;
}
.dark-box p {
	color: #ffffff;
}
.b-button-border {
	margin: 0 0 0 20px;
	width: 200px;
	padding: 5px;
	background: rgba(38,59,126,1);
	background: -moz-linear-gradient(left, rgba(38,59,126,1) 0%, rgba(44,101,175,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(38,59,126,1)), color-stop(100%, rgba(44,101,175,1)));
	background: -webkit-linear-gradient(left, rgba(38,59,126,1) 0%, rgba(44,101,175,1) 100%);
	background: -o-linear-gradient(left, rgba(38,59,126,1) 0%, rgba(44,101,175,1) 100%);
	background: -ms-linear-gradient(left, rgba(38,59,126,1) 0%, rgba(44,101,175,1) 100%);
	background: linear-gradient(to right, rgba(38,59,126,1) 0%, rgba(44,101,175,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263b7e', endColorstr='#2c65af', GradientType=1 );
	border-radius: 7px;
}
.b-button {
	margin: 0px;
	padding: 0px;
	background: rgba(44,101,175,1);
	background: -moz-linear-gradient(left, rgba(44,101,175,1) 0%, rgba(38,59,126,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(44,101,175,1)), color-stop(100%, rgba(38,59,126,1)));
	background: -webkit-linear-gradient(left, rgba(44,101,175,1) 0%, rgba(38,59,126,1) 100%);
	background: -o-linear-gradient(left, rgba(44,101,175,1) 0%, rgba(38,59,126,1) 100%);
	background: -ms-linear-gradient(left, rgba(44,101,175,1) 0%, rgba(38,59,126,1) 100%);
	background: linear-gradient(to right, rgba(44,101,175,1) 0%, rgba(38,59,126,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c65af', endColorstr='#263b7e', GradientType=1 );
	border-radius: 4px;
	text-align: center;
}
.b-button h3 {
	padding: 10px;
	margin: 0px;
}
#car {
	background-image: url(../images/Engine.jpg);
	background-position:center;	
	background-size:cover;
	height: 320px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
.pic-label {
	font-size: 1.5em;
	text-shadow: 0px 0px 10px #000;
	margin-left: 20px;
}
#shop {
	background-image: url(../images/CPEoriginal.jpg);
	background-position:center;	
	background-size:cover;
	height: 320px;
	margin-top: 0px;
	margin-bottom: 0px;
	position:relative;
	z-index:1;
}
#shop::before {
	background-color: rgba(51,52,57,.80);
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	display:block;
	position:absolute;
	top:0px;
	content:" ";
	z-index: -1;
	
}
#shop p {
	margin: 0 10px;
	
}

/* Footer Section */
.blue-box {
	width: 100%;
	margin: 0px;
	padding: 10px 0;
	background: rgba(44,101,175,1);
	background: -moz-linear-gradient(left, rgba(44,101,175,1) 0%, rgba(38,59,126,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(44,101,175,1)), color-stop(100%, rgba(38,59,126,1)));
	background: -webkit-linear-gradient(left, rgba(44,101,175,1) 0%, rgba(38,59,126,1) 100%);
	background: -o-linear-gradient(left, rgba(44,101,175,1) 0%, rgba(38,59,126,1) 100%);
	background: -ms-linear-gradient(left, rgba(44,101,175,1) 0%, rgba(38,59,126,1) 100%);
	background: linear-gradient(to right, rgba(44,101,175,1) 0%, rgba(38,59,126,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c65af', endColorstr='#263b7e', GradientType=1 );
}
.blue-box h3 {
	color: #ffffff;
	font-size: 1.75em;
}
.blue-box p {
	color: #ffffff;
}
.g-button-border {
	margin: 0px auto;
	width: 200px;
	padding: 5px;
	background: rgba(131,131,131,1);
	background: -moz-linear-gradient(left, rgba(131,131,131,1) 0%, rgba(111,111,111,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(131,131,131,1)), color-stop(100%, rgba(111,111,111,1)));
	background: -webkit-linear-gradient(left, rgba(131,131,131,1) 0%, rgba(111,111,111,1) 100%);
	background: -o-linear-gradient(left, rgba(131,131,131,1) 0%, rgba(111,111,111,1) 100%);
	background: -ms-linear-gradient(left, rgba(131,131,131,1) 0%, rgba(111,111,111,1) 100%);
	background: linear-gradient(to right, rgba(131,131,131,1) 0%, rgba(111,111,111,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838383', endColorstr='#6f6f6f', GradientType=1 );
	border-radius: 7px;
}
.g-button {
	margin: 0px;
	padding: 0px;
	background: rgba(111,111,111,1);
	background: -moz-linear-gradient(left, rgba(111,111,111,1) 0%, rgba(131,131,131,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(111,111,111,1)), color-stop(100%, rgba(131,131,131,1)));
	background: -webkit-linear-gradient(left, rgba(111,111,111,1) 0%, rgba(131,131,131,1) 100%);
	background: -o-linear-gradient(left, rgba(111,111,111,1) 0%, rgba(131,131,131,1) 100%);
	background: -ms-linear-gradient(left, rgba(111,111,111,1) 0%, rgba(131,131,131,1) 100%);
	background: linear-gradient(to right, rgba(111,111,111,1) 0%, rgba(131,131,131,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#838383', GradientType=1 );
	border-radius: 4px;
}
.g-button h3 {
	padding: 10px;
	margin: 0px;
}
.copyright {
	margin: 0px auto;
	font-size: .8em;
	clear:both;
}
.copyright a {
	color: #fff;
}
/* width control */
.central {
	/*width:100%;
	max-width:1000px;*/
	width: 1000px;
	margin: 0px auto !important;
	text-align: center;
}
/* Nav Box */
.nav-box {
	background: rgba(44,101,175,1);
	background: -moz-linear-gradient(left, rgba(44,101,175,1) 0%, rgba(38,59,126,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(44,101,175,1)), color-stop(100%, rgba(38,59,126,1)));
	background: -webkit-linear-gradient(left, rgba(44,101,175,1) 0%, rgba(38,59,126,1) 100%);
	background: -o-linear-gradient(left, rgba(44,101,175,1) 0%, rgba(38,59,126,1) 100%);
	background: -ms-linear-gradient(left, rgba(44,101,175,1) 0%, rgba(38,59,126,1) 100%);
	background: linear-gradient(to right, rgba(44,101,175,1) 0%, rgba(38,59,126,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c65af', endColorstr='#263b7e', GradientType=1 );
	border-radius: 5px;
}
.nav-border {
	padding: 5px;
	background: rgba(38,59,126,1);
	background: -moz-linear-gradient(left, rgba(38,59,126,1) 0%, rgba(44,101,175,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(38,59,126,1)), color-stop(100%, rgba(44,101,175,1)));
	background: -webkit-linear-gradient(left, rgba(38,59,126,1) 0%, rgba(44,101,175,1) 100%);
	background: -o-linear-gradient(left, rgba(38,59,126,1) 0%, rgba(44,101,175,1) 100%);
	background: -ms-linear-gradient(left, rgba(38,59,126,1) 0%, rgba(44,101,175,1) 100%);
	background: linear-gradient(to right, rgba(38,59,126,1) 0%, rgba(44,101,175,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263b7e', endColorstr='#2c65af', GradientType=1 );
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,.2);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,.2);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,.2);
}
.logo {
	width: 25%;
	min-width: 200px;
	text-align: left;
	float: left;
	position: relative;
	z-index: 1000;
}
.logo img {
	width: 75%;
	margin: 0;
	padding: 5px 0 0 0;
}
/* Line dividers */
.double-line-short {
	width: 75%;
	height: 7px;
	background-color: transparent;
	border-top: 1px solid #a3a3a6;
	border-bottom: 1px solid #a3a3a6;
	margin: 25px auto;
}
.double-line {
	width: 100%;
	height: 7px;
	background-color: transparent;
	border-top: 1px solid #a3a3a6;
	border-bottom: 1px solid #a3a3a6;
	margin: 10px auto;
}
/* Index Page logos flexboxes */
.logos img {
	width: 10%;
	height: auto;
	z-index: 500;
}
.logos img:nth-of-type(1) {
	width: 6.5%;
	
}
.logos img:nth-of-type(2) {
	width: 6%;
	
}
.logos img:nth-of-type(4) {
	width: 20%;
	
}
.logos img:nth-of-type(5) {
	width: 11%;
	
}
.logos img:nth-of-type(6) {
	width: 6.5%;
	
}
.logos img:nth-of-type(7) {
	width: 15%;
	
}
.shadow {
    -webkit-filter: drop-shadow( 0px 0px 12px rgba(255,255,255,.75) );
            filter: drop-shadow( 0px 0px 8px #fff ); 
}

.flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100px;
}
.contact {
}
.contact p {
	font-size: 1.5em;
	text-align: left;
}
.contact i {
	padding-right: 15px;
}


/* Print Styles */    /* Print Styles */    /* Print Styles */    /* Print Styles */   

@media print {
*,  *:before,  *:after {
	background: transparent !important;
	color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
	box-shadow: none !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content:none /*" (" attr(href) ")"*/;
}
abbr[title]:after {
	content:none /*" (" attr(title) ")"*/;
}
/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

a[href^="#"]:after,  a[href^="javascript:"]:after {
	content: "";
}
pre,  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

thead {
	display: table-header-group;
}
tr,  img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
}


/* Tablet Styles */    /* Tablet Styles */    /* Tablet Styles */    /* Tablet Styles */    

@media (min-width: 250px) and (max-width: 1025px){
	body {
	width:100%;
	}
	
	.whole {
	width:100%;
	}
	
	.central {
	width:100%;
	max-width:1000px;
	}
	
	.nav-border {
	margin-left:10px;
	margin-right:10px;	
	}
	
	.blue-box p{
	margin: 10px 10px;
	}
	
	.gray-box {
	margin:0px auto;
	}
	.flex-container {
	width:95%;
	margin:0px auto;
	}
}   

@media (min-width: 375px) and (max-width: 850px){
	.col-con {
	width:350px; 
	margin:0px auto;
	}
	.gray-box h3 {
	font-size: 1.2em;
	}
}


/* Mobile Styles */    /* Mobile Styles */    /* Mobile Styles */    /* Mobile Styles */    

@media (min-width: 375px) and (max-width: 450px){
	.blue-box p{
	font-size: 1em;
	}
	.dark-box p {
	font-size: .9em;
	}
	.dark-box h3 {
	font-size: 1.1em;	
	}
}

@media (min-width: 250px) and (max-width: 375px){
	.nav {
	padding-top:50px;
	}
	.blue-box p{
	font-size: .9em;
	}
	.col-con {
	width:200px; 
	}
	.dark-box p {
	font-size: .7em;
	}
	.dark-box h3 {
	font-size: 1em;	
	}
}
