﻿/*===================== 
	Color information
	
	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
		Fonts
=======================*/

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on November 10, 2015 */

@font-face {
    font-family: 'oswaldbold';
    src: url('../webfonts/oswald-bold-webfont.eot');
    src: url('../webfonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-bold-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-bold-webfont.woff') format('woff'),
         url('../webfonts/oswald-bold-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'oswaldlight';
    src: url('../webfonts/oswald-light-webfont.eot');
    src: url('../webfonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-light-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-light-webfont.woff') format('woff'),
         url('../webfonts/oswald-light-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldmedium';
    src: url('../webfonts/oswald-medium-webfont.eot');
    src: url('../webfonts/oswald-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-medium-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-medium-webfont.woff') format('woff'),
         url('../webfonts/oswald-medium-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-medium-webfont.svg#oswaldmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswald_regularregular';
    src: url('../webfonts/oswald-regular-webfont.eot');
    src: url('../webfonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../webfonts/oswald-regular-webfont.woff') format('woff'),
         url('../webfonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../webfonts/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: none; /* 2 */
	}

body {
    font-family: 'oswaldlight';
    margin: 0;
	padding:0;
	background:#000;
	color:#fff;
	overflow-x:hidden;
	}
* {
    box-sizing: border-box;
}
svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0; max-width:100%;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'oswaldbold';
	margin: 0;
	padding:0 0 20px 0;
	font-weight:normal;
	}
	h1 {
		font-size: 36px;
		color:#b01116;
	line-height:1em;
	}
	h2 {
		font-size:30px;
		color:#b01116;
	line-height:1em;
	}
	h3 {
		font-size: 24px;
		color:#b01116;
	line-height:1em;
	}
	h4 {
		font-size: 20px;
		color:#000000;
	line-height:0;
	}
	h5 {
		font-size: 18px;
		color:#b01116;
	line-height:1em;
	}

p {
    font-family: 'oswaldlight';
	padding: 0 0 20px 0;
	font-size:18px;
	line-height:1.5em;
	margin: 0;
	}
strong{font-family: 'oswaldbold';font-weight:normal;}

/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:none;
	color:inherit;
}

a:hover  {
	text-decoration: none;
	color: #B1B1B1;
	} 
	
	
.appbutton{}
.appbutton a{background:#38b749; padding:5px 10px;color:#fff; border-radius:3px;}
.appbutton a:hover{background:#262626; padding:5px 10px;color:#fff; border-radius:3px;}
 
/*===================== 
	list styles 
=======================*/
ul.list{
	margin:0;
	padding: 0 0 5% 7%;
}
ul.list li{
	font-size:16px;
}

/*===================== 
	header styles 
=======================*/
header{width:100%;margin:0;padding-top:20px;background:#111111;text-align:center;}
header img{display:inline-block;}
.headerwrap{width:96%;max-width:1400px;margin:0 auto;}
.logo{float:left;width:50%;text-align:center;}
.logo img {max-width: 550px; width: 98%; min-width: 450px; padding-bottom: 20px;}
.address{font-family: 'oswaldbold'; font-size:38px; float:left;width:50%;text-align:center;padding-top:10px;color:#b01116;font-style:italic;}
.address span{color:#fff;}
.address a {color: #fff !important;}
.address a:hover {color: #b1b1b1 !important;}

.headwrap {width:90%; margin:0 auto; max-width:2000px;}
.top-bar {
	width:100%;
	background:#FFFFFF;
	padding:5px 0 0 0;
	height: 30px;
	
}
.top-bar h6 {
	font-size:18px;
	font-family: "oswaldlight";}
	
.top-bar img {
	display: inline
}
.top-cont {width: 94%;}
.lt-header { float:left; margin-left:0%; text-align:left;}
.rt-header { float:right; margin-left:0%; text-align:right;}
.lt-header h6 {color: #b01116}
.rt-header a {display: inline; color: #b01116}
.rt-header a:hover {display: inline; color: #b1b1b1}

.fb {margin-left: 103px; padding-top: 20px;}
.fb:hover {opacity: .6;-webkit-filter: grayscale(60%); /* Safari 6.0 - 9.0 */filter: grayscale(60%);}

.keysearch {
    display: flex;
}
.keysearch input {
    height: auto!important;
    line-height: normal!important;
}

.searchbtn {
	color: #fff!important;
	background-color: #000!important;
	border: 1px solid #000!important;
	text-transform: uppercase;
	font-weight: bold;
	transition: .3s ease-in-out;
    padding:0 5px!important;
    border-radius: 0px!important;
}

.searchbtn:hover {
	background: transparent;
	color: #000!important;
	border: 1px solid #000;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:100px;
    overflow:hidden;
	background:#b01116;
	padding:5px 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
	Inventory styles 
=======================*/
.container {margin-top: 20px !important;}
.info {color: #000 !important;}
.faceted-search-content .selected-facets-container .selected-facet {background: #000 !important;}
.button {background-color: #000 !important;}
.button:hover {background-color:#a8a8a8 !important;}
.body-wrapper {font-family: cronos-pro, sans-serif;}
.body-content {padding: 50px 0!important;}
.detail-content-mobile .detail-additional-data .data-row .data-value{color: #000!important}
.detail-content-mobile .detail-additional-data .data-row .data-label {background-color: #b01116!important;}
.currency-selector{color: #fff}
.google-maps-link .address{color:#fff!important; width: 100%;}
.detail-content-mobile .dealer-info h3{color: #fff!important}
.contact-options a, .fin-calc-mobile>a {background-color: #b01116!important;}
.currency-selector{color:#b01116!important;}
    
/*-----FONTS-----*/
.list-content .list-title .list-title-text {font-family: cronos-pro, sans-serif!important; font-size: 25px; text-transform: uppercase;}
.list-content .listing-portion-title {font-family: cronos-pro, sans-serif; font-size: 20px;}
.list-content .list-title .list-listings-count {color: #a8a8a8!important;}
.list-listing-title {font-family: cronos-pro, sans-serif!important;}
.listing-portion-title {font-family: cronos-pro, sans-serif!important;}
.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name {font-family: cronos-pro, sans-serif;}
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {color: #000!important; font-family: cronos-pro, sans-serif;}
.list-content .list-top-section .listing-option-bar .list-listings-count {color: #a8a8a8!important;}
.faceted-search-content .faceted-section-head h5 {font-family: cronos-pro, sans-serif;border-radius: 0px!important;}
.listing-portion-title.description-title {font-family: cronos-pro, sans-serif;}
.faceted-search-content .faceted-section-box .faceted-search {border-radius: 0px!important;}
.faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn {border-radius: 0px!important;}
.detail-content .detail-main-body .main-detail-data .detail-price {color: #000!important; font-family: cronos-pro, sans-serif;}
.detail-content .detail-main-body .main-detail-data .detail-title {font-family: cronos-pro, sans-serif!important; font-size: 25px; text-transform: uppercase; color: #000; font-weight: 800;}
.detail-content .dealer-info h3 {font-family: cronos-pro, sans-serif; font-size: 20px;}
.contact-information {font-family: cronos-pro, sans-serif!important;}
.breadcrumbs {font-family: cronos-pro, sans-serif!important;}
.listing-widgets {font-family: cronos-pro, sans-serif!important;}
.detail-additional-data {font-family: cronos-pro, sans-serif!important;}
.detail-additional-data h4 {font-family: cronos-pro, sans-serif!important; color: #fff !important;}
.detail-content .search-results{color: #fff!important;}
.legal-text-content {font-family: cronos-pro, sans-serif!important; font-size: 12px; font-style: italic;}
.breadcrumbs .breadcrumbs-element {color: #fff !important;}

/*-----BUTTONS-----*/
.view-listing-details-link {background: #000!important; color: #fff!important; font-family: cronos-pro, sans-serif; border-radius: 0px!important;}
.view-listing-details-link:hover {background: #a8a8a8!important;}
.email-seller-link {border-radius: 0px!important;}
.faceted-search-content .selected-facets-container .selected-facet{background: #000!important; font-family: cronos-pro, sans-serif; border-radius: 0px!important;}
.noUi-connect {background: #000!important; color: #fff!important;}
.noUi-handle  {background: #000!important; color: #fff!important;}
.list-content .listing-bottom .listing-widgets a {border-radius: 0px!important; font-family: cronos-pro, sans-serif!important;}
.detail-content .print-this, .detail-content .email-this {border-radius: 0px!important; font-family: cronos-pro, sans-serif;}
.offer-btn {border-radius: 0px!important; font-family: cronos-pro, sans-serif; background-color: #000!important;color:#fff !important;}
.offer-btn:hover {background-color: #a8a8a8!important;}
.send-email-btn {font-family: cronos-pro, sans-serif!important; border-radius: 0px!important; border-color: #000!important; color: #000!important;}
.detail-content .detail-additional-data .data-row .data-label {background: #b01116!important;}
.print-this, .email-this {font-family: cronos-pro, sans-serif!important; border-radius: 0px!important;}
.detail-content .detail-main-body .main-detail-data .addthis_inline_share_toolbox .at-share-btn-elements {display: inline-block!important;}
.detail-content .detail-main-body .main-detail-data .addthis_inline_share_toolbox .at-share-btn-elements {width: auto!important;}
.paging-container .page-navs .list-page-nav {background: #000!important; font-family: cronos-pro, sans-serif;color:#fff !important;}
.list-container-flexrow .buy-now-link, .list-container-flexrow .check-availability-link, .list-container-flexrow .email-seller-link, .list-container-flexrow .dealer-phone-call {border-radius: 0px!important;}
.detail-content-mobile .accordion-container .form-bottom .captcha-and-submit .mobile-close {color: #000 !important; border-color: #000 !important;}
.list-container-flexrow {background: #fff; color: #000;}
.detail-content .detail-additional-data .data-row .data-value {color: #000;}
.detail-content-mobile .detail-main-body .fin-stacked {background: none!important}
    
/*-----Mobile Styles-----*/
.price {color: #000!important; font-family: cronos-pro, sans-serif;}
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call, .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text {color:#000!important; border-color: #000!important; border-radius: 0px!important;}
.specs-container {font-family: cronos-pro, sans-serif!important;}
.spec-container {font-family: cronos-pro, sans-serif!important;}
.mobile-breadcrumb {background-color: #a8a8a8!important;}
.detail-title {font-family: cronos-pro, sans-serif!important;}
.detail-content-mobile .detail-main-body .main-detail-data .detail-price {color: #000!important;}
.detail-content-mobile .dealer-info h3 {font-family: cronos-pro, sans-serif!important;}
.field-value {font-family: cronos-pro, sans-serif;}
.contact {font-family: cronos-pro, sans-serif;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {background-color: #000!important; color: #fff!important; font-family: cronos-pro, sans-serif!important; border-radius: 0px!important;}
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile {background-color: #000!important; color: #fff!important; font-family: cronos-pro, sans-serif!important; border-radius: 0px!important; border: none!important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn {background-color: #000!important; color: #fff!important; font-family: cronos-pro, sans-serif!important; border-radius: 0px!important;}
.data-label {background-color: #000!important;}
.faceted-search-content .mobile-done-button-container .mobile-done-button {background-color: #000!important; color: #fff!important; border-radius: 0px; font-family: cronos-pro, sans-serif;}
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover {background-color: #a8a8a8!important; border-radius: 0px; font-family: cronos-pro, sans-serif;}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {background-color: #000 !important;}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile:hover {background-color: #a8a8a8 !important;}
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile {background-color: #000 !important;}
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover {background-color: #a8a8a8 !important;}

.faceted-search-content, .compare-listings-container .compare-container {
    background: #fff;
}

/*===================== 
	content styles 
=======================*/
.wrapper{width:96%;margin:0 auto;padding:0;}

/*===================== 
	layout styles 
=======================*/
.padit{padding:2% 0;}
.welcome{text-align:left;background:#b01116 url(../siteart/cheap_diagonal_fabric.png) fixed; }
.welcome h2 span{color:#fff;}
.special {background: #b01116; height: 100%;text-align: center;}
.special h4 {color: #fff; padding: 40px 20px;}
.ribbon{text-align:center;color:#fff;background:#38b749;border-bottom:#216c2b 5px solid;position:relative;}
.ribbon h2{color:#fff;}
.linkbox{display:inline-block;zoom: 1;*display: inline;width:142px; height:70px;padding-top:100px;font-family: 'quanticobold';position:relative;}
a .linkbox{color:#fff;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}
a:hover .linkbox{color:#000;}
.listings{padding: 20px 0;background: #fff;border-radius: 5px;}
.sitemap{background:url(../siteart/escheresque_ste.png) repeat;color:#fff;}
.sitemap p{line-height:2em;}
.sitemap i{font-size:42px;margin-right:20px;}

.box {border: 1px solid #b01116; padding: 15px 10px 10px 10px;background: #000000}

/*===================== 
	banner styles 
=======================*/

.quicksearch{padding:10px 0;background: #da181f;border-bottom:#000000 2px solid;}

#stock{
	background:#3f3f3f;
	padding:  10px;
	margin:15px 0 5px 0;
	font-family: 'oswaldbold';
	color:#fff;
	-moz-box-shadow:  0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	font-size: 22px;
}
#stock input{margin:5px 0px 5px 2.5px; width: 48.5%; padding: 5px 3px;}
#stock select{margin:0; width: 48.5%;padding: 4px 2px;}
.right{
	float:right;
}

.left{
	float:left;
}

#stock .button{
	margin-left:0px;
	width:100px !important;
}




.mainart {
	width:100%;
	padding: 10px;
	background: url(../siteart/dust_scratches.png) fixed;
	text-align:center;
	/* height: 600px; */
}
.mainartinner {
	-moz-box-shadow:  0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	background: url(/siteart/truckhero_cutout.jpg) center;
	background-size: cover;
	height:600px;
	width: 100%;
	text-align: center;
	float: none;
	margin: 0 auto;
}
.mainartinner .in  {
	text-align: center; 
	padding: 0px 30% 8% 30%; 
	color: #fff;
}
.hero_over {
	text-align: left;
    line-height: 36px;
    padding: 20px 20px 0;
}
.in h2 {
	color: #fff;
	text-transform:uppercase;
	padding: 30px 0;
}

.mainartinner .in2  {
	text-align: center; 
	padding: 8% 15% 0 15%; 
	color: #fff;
}
.mainartinner h1 {color: #FFFFFF; }
.mainartinner .min {background: rgba(0,0,0,.5);padding: 20px; box-shadow: 2px 5px 8px #3B3B3B;border: 2px solid #b01116;}


.quicklink {float: none; max-width: 400px; margin: 0 auto; text-align: left;}

.para {color: #000;}
.in2 {padding: 20px 50px;}

/*--------Scrolling Inventory--------*/

.mobilecontainer { 
	overflow:hidden; /* must have this property for mobile phones and tablet display! */
	width:100%; 
	margin:0 auto;
	height:92px; 
	padding:0;
	background:#000;
}
iframe.banner {
	width:100%;
	height:92px;
	background:#000
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}





.contentmain {
	background: url(../siteart/welcomebg.jpg) repeat;
	padding: 30px 0 20px 0;
	border-top: 1px solid #b01116
}

/* Forward */ 

.hvr-forward img { 
	display: inline-block; 
	vertical-align: middle; 
	-webkit-transform: perspective(1px) translateZ(0); 
	transform: perspective(1px) translateZ(0); 
	box-shadow: 0 0 1px rgba(0, 0, 0, 0); 
	 -webkit-transition-duration: 0.3s; 
	transition-duration: 0.3s; 
	-webkit-transition-property: transform; 
	transition-property: transform; 
} 
.hvr-forward:hover img, .hvr-forward:focus img, .hvr-forward:active img { 
	-webkit-transform: translateX(8px); 
	transform: translateX(8px); 
} 




.contact-wrap { width: 90%;float: none; margin: 15px auto;}
.contact-contain {
	width: 100%;
	background: url(../siteart/darkgrey.png) repeat;
}
.contact-contain a {
	color: #000000;
}

.continfo {margin-top: 20px;width: 40%; display: inline-block;}
.continfo a:hover {color: #fff; border-bottom: 1px solid #b01116; }

#formpage {width: 60%; margin: 25px auto; float: right;display: inline-block;padding-top: 25px;}
.form-box h2 {
	text-align: left;
}


/*** form styles ***/
.col2 {Max-width: 750px; width:50%; float:left; color: #000000;border-radius: 0; margin: 0;}
.col3 {Max-width: 500px; width:33%; float:left; color: #000000;border-radius: 0; }
.col4 {Max-width: 375px; width:25%; float:left; color: #000000;border-radius: 0; }
.col-full {Max-width: 1500px; width:100%; float: left;color: #000000;border-radius: 0;}
/***************************** form styles **/

#formpage label {display:block;
	font-family: Arial, sans-serif;}

#formpage input {
	width:100%;
	padding:6px 5px;
	border:1px solid #8e8d8d;
	color:#8e8d8d;
	background:#fff;
	font-size:12px;
}

#formpage textarea {
	padding:6px 5px;
	width:100%;
	border:1px solid #8e8d8d;
	color:#8e8d8d;
	font-size:12px;
	background:#fff;
	font-family: Arial, sans-serif;
	height:120px;
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	width:100%;
	border:1px solid #8e8d8d;
	color:#8e8d8d;
	vertical-align:middle;
	font-size:12px;
	margin-bottom:5px;
	background:#fff;
	line-height:normal;
	padding:5px;
}

#formpage input.checkbox {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
 }




/* focus states of various types of fields */

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	color:#000000;
	border:1px solid #b01116;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 



#formpage input.button,
#formpage input.button:focus {
    width:100%; 
    margin:0;
    padding:7px 0;
    background:#ffcc00;
    border:0;
    font-size:14px;
	margin-top:10px;
	line-height:14px;
	font-weight:bold;
    color:#000000;
}
#formpage input.button:hover {
	background:#FF8B1E;
	color: #FFFFFF;
}

.submit-button {
	max-width: 300px;
	float:none;
	margin: 0 auto;
}


.column3 input[type="text"] {
    padding: 6px 0px;
    font-size: 13px;
    background-color: #b4b4b4;
    border: none!important;
    color: white;
    width: 100%;
	max-width:300px;
	float: none;
	margin:0;
}

.column3 input[type="submit"] {
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-align:center;
	max-width:300px;
	color:#fff;
	float: none;
	background:#b01116!important;
	color: #fff!important;
	margin:0;
}
.column3 input[type="submit"]:hover{
	background:#fff!important;
	color: #b01116!important;
	cursor: pointer;
	float: none;
	margin:0;
}

/*  EXPANDER
------------------------------------------------*/	
.toggle.expander.expanded {
	display: none;
	float: none;
	margin:0;
}
a.expander.toggle.column3.submit-button.collapsed:hover {
	background: #b01116;}
a.expander.toggle.column3.submit-button.collapsed {
    width:100%;
	max-width: 1502px;
    background: #343434;
    display: inline-block;
    text-align: center;
    padding: 5px 5px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
	float: none;
	margin:0;
}

a.expander.toggle.column3.submit-button.collapsed {
    width:100%;
    background: #343434;
    display: inline-block;
	padding: 5px 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
	text-decoration:none;
	float: none;
	margin:0;
}

.text-link.expander.collapsed {
	visibility: visible;
	-webkit-transition:.5s ease-in;  
	-moz-transition:.5s ease-in;  
	-o-transition:.5s ease-in;  
	transition:.5s ease-in;
	float: none;
}
	
.text-link.expander.expanded {
	color: #fff;
	max-width:300px;
	float: none;
	margin:0;
}

	
.toggle.expander.expanded:hover {
	text-decoration:none;
	color:#767475;
	background:#f9f8f3;	
	outline-style:none;
	border:1px #0f355b solid;
	max-width:300px;
	float: none;
	margin:0;
}
	
.toggle.expander.collapsed:hover {
	text-decoration:none;
}

 .captcha {
	width:100%;
	margin:0 auto;
	color:#D5D5D5;
	line-height:19px;
	text-align:center;
	font-weight: 200;
}

.captcha a{
	color:#D5D5D5;
}

.captcha input{
	margin:0;
	float:none;
	max-width:300px
}
.CaptchaImage {
	margin: 0 auto;
	text-align: center;
	float: none;
	display: block;
} 




/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2.0%;
}
.col:first-child { margin-left: 0; }
.hosted-content .col{margin:0 0 0 0 !important;}
.listings .hosted-content {color:#000 !important;}
.listings .hosted-content .button {width:100% !important;}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }




#formpage2 {float: none; padding: 0 ; width: 100%;}
#formpage2 h2 {text-align: left; padding: 8px 0; color: #000000; margin: 10px auto; text-transform:uppercase; border-bottom: 2px solid #000000;padding-bottom: 0;margin-bottom: 18px;}
form a:hover {cursor: pointer}
#formpage2 label {display:block;}
.col2 {width:calc(50% - 2px); margin: 0  auto;display: inline-block; float: none;}
#formpage2 option {color: #000000; font-family:'roboto_regular'}
/*** form styles ***/
#formpage2 .row p {margin-bottom: 0px; margin-top: 5px;}
#formpage2 .col-full {padding-bottom: 8px;}
#formpage2 .col2 {padding-bottom: 8px;}
#formpage2 input {
	width:100%;
	width:calc(100% - 12px);
	padding:5.5px 5px;
	border:1px solid #363636;
	color:#000000;
	background:#FFFFFF;
	font-size:14px;
}
#formpage2 .column3 input{
	background:#000000;
	color: #fff;
	width:100%;
}


#formpage2 .column3 input:hover{
	cursor: pointer;
	background: #ffffff;
	color: #b01116 !important;
}
#formpage2 textarea {
	padding:6px 5px;
	width:100%;
	width:calc(100% - 7px);
	border:1px solid #363636;
	color:#000000;
	font-size:14px;
	background:#FFFFFF;
	height:120px;
	margin-right: 0;
	padding-right: 0;
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage2 select {
	width:100%;
	border:1px solid #C8C8C8;
	color:#000000;
	vertical-align:middle;
	font-size:12px;
	margin-bottom:5px;
	background:#FFFFFF;
	line-height:normal;
	padding:5px;
	margin-top: 1px;
}

#formpage2 input.checkbox {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#formpage2 input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
 }

.check { height: 100%;  margin-bottom: 20px; align-content:center }
.check input {margin-top: 10px!important; margin-left: 10px!important;padding: 0 10px;}

/* focus states of various types of fields */

#formpage2 input:focus,
#formpage2 textarea:focus,
#formpage2 select:focus {
	color: #000000;
	border:1px solid #C8C8C8;
	outline-style:none;
}
#formpage2 input.radio:focus,
#formpage2 input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
	width: 10px;
}
 


#formpage2 input.button,
#formpage2 input.button:focus {
	width:100%;
	width:calc(100% - 12px);
	border:1px solid #C8C8C8;
    margin:0;
    padding:7px 0;
    background:#000000;
    border:0;
    font-size:14px;
	margin-top:10px;
	line-height:14px;
	font-weight:bold;
    color:#E4E4E4;
}
#formpage2 input.button:hover {
	background:#898989;
	color:#FFFFFF;
}
 
.column3 {
	margin-bottom: 30px;
}
.sub:hover {background:#FFFFFF; color:#b01116!important;  cursor: pointer;border: 1px solid #b01116;margin:0;
	float:none;}

/*  EXPANDER
------------------------------------------------*/	

#formpage2 .toggle.expander.expanded {
	display: none;
	float: none;
	margin:0;
}



#formpage2 a.expander.toggle.column3.submit-button.collapsed {
    width:100%;
	width:calc(100% - 12px);
    background: #000000;
	border:1px solid #363636;
    display: inline-block;
	padding: 5.5px 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
	text-decoration:none;
	float: none;
	margin:0;
}
#formpage2 a.expander.toggle.column3.submit-button.collapsed:hover {
    width:100%;
	width:calc(100% - 12px);
    background:#898989;
    display: inline-block;
	padding: 5.5px 5px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-transform: uppercase;
	text-decoration:none;
	float: none;
	margin:0;
}
#formpage2 .text-link.expander.collapsed {
	visibility: visible;
	-webkit-transition:.5s ease-in;  
	-moz-transition:.5s ease-in;  
	-o-transition:.5s ease-in;  
	transition:.5s ease-in;
	float: none;
	background: #363636;
}
	
#formpage2 .text-link.expander.expanded {
	color: #fff;
	max-width:300px;
	float: none;
	margin:0;
}

	
#formpage2 .toggle.expander.expanded:hover {
	text-decoration:none;
	color:#FFFFFF;
	background:#898989;	
	outline-style:none;
	border:1px solid #ab8913;
	max-width:300px;
	float: none;
	margin:0;
}
	
#formpage2 .toggle.expander.collapsed:hover {
	text-decoration:none;
}



#formpage2  .captcha {
	width:100%;
	margin:0 auto;
	color:#363636;
	line-height:19px;
	text-align:center;
}

#formpage2 .captcha a{
	color:#363636;
}

#formpage2 .captcha input{
	margin:0;
	float:none;
	max-width:300px;
}

#formpage2 .CaptchaImage {
	margin: 0 auto;
	text-align: center;
	float: none;
	display: block;
} 




/*===================== 
	footer styles 
=======================*/

.pagebottom{background:#111111;padding:50px 0;border-top:#474747 4px solid;}
.pagebottom p{color:#fff;font-size:14px;}
.pagebottom a{color:#fff;}
.pagebottom a:hover{color:#ffcd07;}
.pagebottom-left{float:left;width: 67%;padding-right:30px; border-right:#ccc 1px solid;}
.pagebottom-right{float:right;width:25%;padding:15px 0 15px 30px;}
footer {
	margin: 0 auto;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:11px;
	color: #ccc;
	border-bottom:none;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:11px;
		color: #fff;
		}

.footertext {
	font-size:11px; 
	color:#666;
	}

.smallfootertext {
	font-size:11px; 
	color:#666;
	}

.divfooter {
	margin:0 auto;
	}
	

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.5%;
}
.span_10_of_12 {
  	width: 83%;
}

.span_9_of_12 {
  	width: 74.5%;
}

.span_8_of_12 {
  	width: 66%;
}

.span_7_of_12 {
  	width: 57.5%;
}

.span_6_of_12 {
  	width: 49%;
}

.span_5_of_12 {
  	width: 40.5%;
}

.span_4_of_12 {
  	width: 32%;
}

.span_3_of_12 {
  	width: 23.5%;
}

.span_2_of_12 {
  	width: 15%;
}

.span_1_of_12 {
  	width: 6.5%;
}

/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.6%;
}
.span_3_of_5 {
	width: 59.2%;
}
.span_2_of_5 {
	width: 38.8%;
}
.span_1_of_5 {
	width: 18.4%;
}


/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.5%;
}
.span_2_of_4 {
	width: 49%;
}
.span_1_of_4 {
	width: 23.5%;
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	#formpage2 {text-align: center;}
		.col2 {width:100%; margin-right:0%; padding: 0;}
	.col {  margin: 4% 0 4% 0%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}			
}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1320px) {
	.hero_over {font-size: 30px;}
}
@media screen and (max-width: 1200px) {
	.mainartinner .in  {padding-right: 15%; padding-left: 15%;}
	.hero_over {font-size: 25px;}
}
@media screen and (max-width: 1075px) {
	.hero_over {font-size: 20px;}
}
@media screen and (max-width: 991px) {
	.hero_over {display: none;}
}
@media screen and (max-width: 900px) {
    #stock{font-size:20px;text-align:center;}
    #stock.left{float:none;}
    #stock.right{float:none;}
}
@media screen and (max-width: 800px) {
    .logo{width:100%; }
    .logo img {min-width: 180px; padding: 0}
    .address{width:100%;font-size:24px; padding: 0;}
    .fb {margin-left: 0; padding-top: 0;}
    .fb img{width: 30px}
    .slides{margin-top:50px;}

h1 {font-size: 30px;}
h2 {font-size:24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
p {font-size:16px;}

}

@media screen and (max-width: 750px) {
.pagebottom-left{float:left;width:100%;padding-right:0; border-right:none;}
.pagebottom-right{display:none;}
.lt-header{display: none; visibility:hidden;}
	.rt-header {width: 100%; text-align:center;padding-left: 0;}
}
@media screen and (max-width: 700px) {
	#formpage {width: 100%; float: left;margin-top: 30px;}
	.continfo {width: 100%;text-align: center;}
	

}
@media screen and (max-width: 580px) {
	.mainartinner .in  {padding-right: 5%; padding-left: 5%;}
	
	.mainartinner .in2 {padding: 18% 5% 0 5%; }
	.block {display: block;}
	
}

@media screen and (max-width: 480px){
.slides{margin-top:0px;}
.divfooter {text-align:center;}
}
@media screen and (max-width: 415px){
#stock .button{width:95% !important;}
#stock input {width: 95%;}
#stock select {width: 95%; margin: 10px 2.5px 2.5px 5px;}
}
@media screen and (max-width: 350px){

.fb img {margin-left:3%;}
}
	
