﻿/*===================== 
	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 (http://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: 100%; /* 2 */
	}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
	padding:0;
	background:#fff;
	color:#000;
	}

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: 'Roboto', sans-serif;
	margin: 0;
	padding:0 0 2% 0;
	font-weight:700;
	line-height:1em;
	color:#d80e2a;
	}
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size:36px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 20px;
	}

p {
    font-family: 'Open Sans', sans-serif;
	padding: 0 0 2% 0;
	font-size:18px;
	line-height:1.5em;
	margin: 0;
	}
strong{font-weight:bold;}

/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:underline;
	color:inherit;
}

a:hover  {
	text-decoration: none;
	color: #d80e2a;
	} 
	
	
.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{position:relative;width:100%;margin:0;padding:0;background:#000;z-index: 99;box-shadow: 0px 3px 6px 1px rgba(0,0,0,.75);}

.headerwrap{width:96%;max-width:1400px;margin:0 auto;}
.logo{float:left;width:25%;}
.mobile-logo{display:none;}

.address{text-align:right;padding-top:10px;}
.address h2{padding:0;color:#000;}
.address h5{padding:0;color:#000;}

.starburst{position:relative;z-index:99;}
.starburst img{position:absolute;right:5%;top:40px;}

.social-icons {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 100;
}

.social-icons img {
  width: 32px;
}

.no-underline{text-decoration: none !important;}

/*===================== 
	nav styles 
=======================*/
/* see menumaker.css for additional nav styles */


/*===================== 
	content styles 
=======================*/
.wrapper{width:96%;max-width:1170px;margin:0 auto;padding:0;}
.container{width:100%;max-width:1230px;margin:0 auto;}


	
/*===================== 
	slideshow styles 
=======================*/
.slides{background:url(../siteart/concrete_wall.png) repeat;padding:0;color:#fff;position:relative;}

.cycle-slideshow{box-shadow: 0px 2px 5px 1px rgba(0,0,0,.75);}
.cycle-slideshow img{
	width:100%;
}


/*===================== 
	layout styles 
=======================*/
.padit{padding:2% 0;}
.welcome h1{color:#000;}
.welcome{background:#d1d1d1;}
.about-us{background:#fff;}
.about-us img{box-shadow: 0px 2px 5px 1px rgba(0,0,0,.75);}
.categories{background:#fff;border-bottom:#d80e2a 2px solid;font-family: 'Roboto', sans-serif;font-weight:800;font-size:14px;text-transform:uppercase;text-align:center;}

.flex{display: flex;}
.flex-wrap{flex-wrap: wrap;}

.categories .flex{
	justify-content: center;
	padding: 0 6%;
}

.categories .section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 20px;
}

.linkbox{text-align:center;width: 200px;display:inline-block; margin: 20px 0;}
.linkbox img{height:70px;width:auto;display: block;margin: 0 auto 10px;}



.infobox{background:#272727;color:#fff;box-shadow: 0px 2px 5px 1px rgba(0,0,0,.75);}
.infobox img{width:100%;height:auto;}
.infobox-text{padding:15px;}
.infobox-link{padding:5px 15px;background:#000;text-align:right;font-family: 'Roboto', sans-serif;}
.infobox-link i{color:#d80e2a;}

.photo-block{width:100%;padding:0;margin:0 auto;}
.photo-block img{float:left;width:20%;height:auto;display:block;}

.thumbnail{
	float:left;
	display:block; 

	width:19%;
	margin:.5%;
}

#video-background{float:left;margin:0 20px 20px 0;max-width:100%;}

.videobox{
	width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.videobox video{
	width: 100%;
    position: fixed;
    z-index: -10;
    bottom: 32%;
}

.sitemap{background:url(../siteart/escheresque_ste.png) repeat;color:#fff;}
.sitemap p{line-height:2em;}
.sitemap i{font-size:42px;margin-right:20px;}


/* BANNER */

.mfg-banner{
	background: #000;
	color: #fff;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
.mfg-banner a{
	max-width: 100%;
	width: 300px;
	padding: 10px 40px;
}

#fb {
  top: 320px;
  right: -300px;
  z-index: 999999;
}
.side {
  background: #fff;
  width: 300px;
  height: 510px;
  position: fixed;
  z-index: 100;
}
.fb_iframe_widget {
  display: inline-block;
  position: relative;
}
#facebookTab {
	height: 73px;
    width: 55px;
    background: #222;
    position: absolute;
    left: -55px;
    padding-left: 3px;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 90px 0 0 90px;
    justify-content: center;border: 1px solid #444;
	font-size: 32px;
}

#facebookTab img {height: 30px;max-width: 100%;}
.raise:hover, .raise:focus {
  box-shadow: rgba(0, 0, 0, 0.4) 0 0.5em 0.5em -0.4em;
  transform: translateY(-0.5em);
}
    


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	background:url(../siteart/scrollingbg.jpg) repeat; 
	padding:30px 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}



/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  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;}
/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  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 NINE  */
.span_9_of_9 {
	width: 100%;
}

.span_8_of_9 {
  	width: 88.66%;
}

.span_7_of_9 {
  	width: 77.33%;
}

.span_6_of_9 {
  	width: 66%;
}

.span_5_of_9 {
  	width: 54.66%;
}

.span_4_of_9 {
  	width: 43.33%;
}

.span_3_of_9 {
  	width: 32%;
}

.span_2_of_9 {
  	width: 20.66%;
}

.span_1_of_9 {
  	width: 9.333%;
}


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 4% 0 4% 0%; }
	.span_1_of_9, .span_2_of_9, .span_3_of_9, .span_4_of_9, .span_5_of_9, .span_6_of_9, .span_7_of_9, .span_8_of_9, .span_9_of_9 { 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%; 
	}			
}


/*===================== 
	footer styles 
=======================*/

.pagebottom{background:#000 url(../siteart/sitemapbg.jpg) center center no-repeat;padding:50px 0;border-top:#000 2px solid;-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.pagebottom p{color:#fff;font-size:14px;}
.pagebottom a{color:inherit;}
.pagebottom a:hover{color:##d80e2a !important;}

footer {
	margin: 0 auto;
	width: 100%;
	background:#000;
	padding:40px 0;
	}
	
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 {
	text-align:center; 
	margin:0 auto;
	padding:0 20px;
	}

/*===================== 
	Inventory styles 
=======================*/

#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#d90e2a !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a, .list-content .list-error-container .info button {background:#d90e2a !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #d90e2a !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #d90e2a !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1605px) {
	.categories{font-size:13px;}
}
@media screen and (max-width: 1250px) {
.logo{width:100%;}	
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 842px) {
	
		.linkbox{width: 180px;}
.starburst img{width:200px;height:auto;}
.logo{float:none;text-align:center;width:100%;display:none;}
.mobile-logo{float:none;text-align:center;display:block;padding:20px;}
.headerwrap{width:100%;}
.address{text-align:center;padding-top:20px;}
.categories .span_1_of_9 {width:31%;}	
.thumbnail{width:32%;}			
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size:24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}

p {

	font-size:14px;

	}
	.social-icons{
		display: none;
	}
}
@media screen and (max-width: 600px) {
.topbar ul li{float:none;padding:7px 0 7px 0;}
.topbar ul li:last-child{float:none;padding:7px 0 7px 0;}
.arrowdown{display:none;}
.categories .span_1_of_9 {width:48%;}
.starburst img{width:150px;height:auto;}
		.linkbox{width: 200px;}
		
}

@media screen and (max-width: 480px){
		.linkbox{width: 150px;}
.topbar{font-size:12px;text-align:center;}
.address h2{font-size:24px;}
.pagebottom{padding:20px 0;text-align: center;}
.thumbnail{width:49%;}		
.divfooter {
	text-align:center; 
	}	
.starburst img{width:75px;height:auto;}
}
@media screen and (max-width: 414px){
	
}
	
