/* HTML5 ✰ Boilerplate */

html, body, h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd, 
table, tr, th, td, 
form, fieldset, input{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	vertical-align:baseline;
}

p, ul, ol, dl, form, table{margin-bottom:1.5em;}
ul, ol{
	margin-left:1em;
	padding-left:1em;
}

/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
body{
	margin:0;
	padding:0;
/* 	background:url('images/12_col.gif') center top repeat-y; */
/* 	background-color:#323232; */
	background-color:#000000;
	font-family:arial;
	font-size:13px;
	line-height:1.5em;
}

html{min-width:960px;}

h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	font-family:'Century Gothic', century, sans-serif;
	font-weight:bold;
}
red-italics{
	margin:0;
	padding:0;
	font-weight:bold;
	color: #F00;
}

a, .bio-more{color:#015b94}
.bio-more{
	text-decoration:underline;
	cursor:pointer;
	text-align:right;
}

a img{border:none;}

h1, .sec_col h2{font-size:1.84615384615385em;line-height:0.8125em;margin-bottom:0.8125em;}
h1{color:#6b1008}
h2{font-size:1.61538461538462em;line-height:1em;margin-bottom:1em}
/*h2{font-size:1.61538461538462em;line-height:0.92857142857143em;margin-bottom:0.92857142857143em}*/
/* h2{font-size:1.38461538461538em;line-height:1.08333333333333em;} */

#newManufacturers ul, #featuredManufacturers ul, #homeFeatures, #nav{
	margin-left:0;
	padding-left:0;
	list-style:none;
}

#container{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}


.three_columns{
	background-image:url('images/3_col.png');
	background-position:center top;
	background-repeat:repeat-y;
}

.two_columns{
	background-image:url('images/2_col.png');
	background-position:center top;
	background-repeat:repeat-y;
}

.two_columns_alt{
	background-image:url('images/2_col_alt.png');
	background-position:center top;
	background-repeat:repeat-y;
}

.thirds{
	background-image:url('images/thirds.png');
	background-position:center top;
	background-repeat:repeat-y;
}

#thirds_main, #thirds_sec, #thirds_sidebar{
	margin:0 10px;
	float:left;
}

#thirds_main{
	position:relative;
	left:320px;
	width:300px;
}

#thirds_sec{
	position:relative;
	left:-320px;
}

#thirds_sec, #thirds_sidebar{
	padding:0 10px;
	width:280px;
}

#catalog{
	width:1347px;
	margin:1.5em auto;
	color:#fff;
}


#catalog a{
	color:#ddd;
}

#header{
	margin:0 10px;
	text-align:center;
	background:url('images/header.png') center top no-repeat;
	height:107px;
}

#logo{
	text-indent:-999999px;
	width:130px;
	height:70px;
	display:block;
	margin:0 auto;
	position:relative;
	top:10px;
}

#nav{
	height:30px;
	background:url('images/nav.png') left top repeat-x;
	margin:0 10px 1.5em;
	text-align:center;
	padding-top:8px;
}

.nav-btn {
	background: #015b94;
	color: #fff;
	text-decoration: none;
	padding: .25em;
	display: inline-block;
	margin-bottom: .5em;
	border:solid 1px #015b94;
}

#nav a{color:#fff;}

#nav li{
	display:inline-block;
	margin-right:5px;
	padding-right:5px;
	border-right:solid 1px;
}

#nav li.last{
	border-right:0;
	margin-right:0;
	padding-right:0;
}

#homeFeature{
	padding: 0 20px;
	margin-bottom: 1.5em;
}

#brandFeature {
	margin-bottom: 1.5em;
}

.slick-dots {
	margin: .75em 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	display: inline;
}

.slick-dots button {
	border: solid 2px #214D95;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	padding: 0;
	margin: 0 .25em;
	background: transparent;
	text-indent: -999999px;
	cursor: pointer;
}

.slick-active button {
	background: #214D95;
}

#col_3_main{
	width:460px;
	margin:0 10px;
	float:left;
	position:relative;
	left:240px;
}

#col_3_sec{
	position:relative;
	left:-480px;
}

#col_3_sec, #sidebar{
	width:200px;
	margin:0 10px;
	float:left;
	padding:0 10px;
}

#homeFeatures li{
	float:left;
	width:140px;
/* 	height:180px; */
	margin:10px;
}

#homeFeatures li.first{margin-left:0;}
#homeFeatures li.last{margin-right:0;}

.content{
	margin:0 10px;
}

.main_col, .sec_col{
	margin: 0 10px;
	float:left;
	padding:0 10px;
}

.main_col{width:520px;}
.sec_col{width:360px}

#two_col_img .main_col{
	position:relative;
	padding-right:160px;
	width:360px;
}

#two_col_img .sec_col{
	padding-left:60px;
	width:300px;
}

.manufacturers_list{
	margin-left:0;
	padding-left:0;
	list-style:none;
	text-align:center;
	font-size:80%;
	line-height:1;
}

.manufacturers_list-img{
	float:left;
	margin-right:5px;
	width:75px;
}

.manufacturers_list-img img {
	max-width: 100%;
}

.manufacturers_list p{text-align:left; float:right;width:110px;}

.manufacturers_list li{
	clear:both;
	border-bottom:solid 1px #b5c8e0;
	margin-bottom:1.5em;
	overflow:hidden;
}

.brand-btn {
	background: #015b94;
	color: #fff;
	text-decoration: none;
	padding: .25em;
	display: inline-block;
	margin-bottom: .5em;
	border:solid 1px #015b94;
}

.brand-btn:hover {
	color: #015b94;
	background: #fff;
}

.view_all{clear:both;}

#manufacturers,
.brand-list{
	margin-left:0;
	padding-left:0;
	list-style:none;
}


#manufacturers li,
.brand-list li{
	float:left;
	margin:10px 0 10px 20px;
	width:100px;
}

#manufacturers li.first,
.brand-list li.first{
	margin-left:0;
}

#manufacturers li img,
.brand-list li img {
	width:100px; height:70px;
}

.brand-section {
	clear: both;
	margin-bottom: 3em;
}

.brand-section h2 {
	background: #C8D1E1;
	padding: .25em;
}

.team{
	margin-left:0;
	padding-left:0;
	list-style:none;
}

.team img{
	float:left;
	margin-right:20px;
}

.team li{
	clear:both;
	overflow:hidden;
	margin-bottom:1.5em;
	border-bottom:solid 1px #b5c8e0;
}

#photoOverlay{
	margin-left:0;
	padding-left:0;
	list-style:none;
	position:absolute;
	right:-60px;
	top:100px;
}

#photoOverlay li{margin-bottom:1.5em;}

#prev_page{float:left;}
#next_page{float:right;}

#homeFeature{
	text-align:center;
}

.imgRight{
	float:right;
	margin-left:10px;
}

.imgLeft{
	float:left;
	margin-right:10px;
}

form div{clear:both;margin-bottom:1em;}
form div.inline{clear:none;float:left;margin-right:1em;}
.inlineLabels label{display:inline;}
ul.inlineLabels{
	margin-left:0;
	padding-left:0;
	list-style:none;
}
label{display:block;}
label, input[type="submit"], input[type="file"]{cursor:pointer;}

.error ul{
	margin-left:0;
	padding-left:0;
	list-style:none;	
}

.error{
	font-style:italic;
	color: #9F6000;
	background-color: #FEEFB3;
	border:solid 1px;
	padding:10px;
	margin-bottom:1.5em;
}

#quickOrder input[type="text"]{
	width:268px;
	border:solid 1px #666;
	padding:5px;
}
#quickOrder .halves{
	float:left;
	clear:none;
	margin-right:10px;
}

#quickOrder .last{
	margin-right:0;
}

#quickOrder .halves input{
	width:123px;
}

#quickOrder td{padding:0;}
#quickOrder input.item{
	width:205px;
	margin-right:5px;
}

#quickOrder input.qty{
	width:44px;
}

#dealerNav{
	margin:0 -10px 1.5em;
	padding:0;
	list-style:none;
}

#dealerNav li{
	float:left;
	margin:10px;
}

.social{
	text-align:center;
}
#aboutcatalog{float:left;}
.aboutsocial{float:left;margin-left:10px;}
.aboutsocial a{display:block;}

.btn{
	background:#6b1008;
	color:#fff;
	padding:5px;
	border:solid 1px #000;
	border-radius: 4px;
}

.brand-video {
	max-width: 100%;
	margin-bottom: 3em;
}

.vjs-big-play-button {
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}