@charset "utf-8";
/* CSS Document */

a, button, .button, a:hover, button:hover, .button:hover, button.mobile_btn::after, header .logo a img, header .logo a:hover img, .top-bar ul li.facebook:hover, .top-bar ul li.facebook, footer a span.facebook, header.onPageScroll .logo img  {
    -webkit-transition:all .45s ease;
    -moz-transition:all .45s ease;
    -ms-transition:all .45s ease;
    -o-transition:all .45s ease;
    transition:all .45s ease;
    outline: none;
}

/* =============================================================================
   Foundation Resets                                                               
============================================================================= */

.row { max-width: 70rem; }

/* =============================================================================
   Inventory Style Resets                                                               
============================================================================= */
.hosted-content #main-search .form-row { margin: 0px !important; }
.hosted-content #main-search ul { margin: 0px !important; }
.hosted-content #main-search { line-height: 1; }
.hosted-content .column12 {
    font-weight: 600;
    text-align: center;
    line-height: 2;
}
#main-search > p {
    text-align: center;
    font-size: 1.25em;
	margin: 15px 0;
}
#main-search form {
    margin: 0 -1.5%;
}
#main-search hr { display: none; }

/* =============================================================================
   Typeography                                                              
============================================================================= */
body { font-family: 'Roboto', sans-serif; overflow-x:hidden;}
h1,h2,h3,h4,h5,h6 { font-family: 'Roboto', sans-serif; }

h3,h4 { font-weight: 700; }

.title h1 {
	padding: 0 0 25px 0;
	font-weight:900;
}

a, a:visited {
	color: #d42329;
}
a:hover, a:focus {
	color: #333;
}
a.button, .button, button, a.button:visited, .button:visited, button:visited {
	background: #d42329;
	padding: .8em 1.5em;
	color: #fff;
	border-radius: 2px;
}
a.button:hover, .button:hover, button:hover, a.button:focus, .button:focus, button:focus {
	opacity: .70;
	background: #d42329;
}
a.button.center, .button.center, button.center {
	display: block;
	margin: 0px auto;
}

/* =============================================================================
   Header                                                              
============================================================================= */
header {
	background: url(../siteart/header-bg.jpg) no-repeat center center;
	background-color:#000;
	width: 100%;
	display: block;
	background-size: cover;
	position: absolute;
	z-index: 999;
	top:0;
}
header .opacity {
/*	background: rgba(0,0,0,.5);*/
	padding: 15px 75px; 
	position:relative;
	height: 150px;
	display: block;
}
header .logo img {
	width: 250px; 
	display: block;
	margin: 0px auto;
}
header .logo a:hover img {
	opacity: .85;
}
header .logo img.opac { 
	opacity: 0; 
	visibility: hidden;
	width: 150px;
	position: absolute;
	left: 75px;
}

header.onPageScroll {
	position: fixed;
/*	height: 100px;*/
}
header.onPageScroll img { width: 150px; }
header.onPageScroll .top-bar { display: none; }
header.onPageScroll .menu-main-container { bottom: 35px }

/* Menu Main */
.menu-main-container {
	position: absolute;
    right: 75px;
    bottom: 0;
}
.menu-main-container ul {
  margin: 0;
  padding:0;
  list-style: none;
  float: right;
}
#menu-main a {
  display:block; 
  color: #fff; 
  padding: 0em 2em;
  margin: 0px 0em;
  font-size: 1em;
  letter-spacing: 1px;
  position: relative;
  font-weight: bolder;
  border-bottom: 6px solid transparent;
  z-index: 9999;
}
#menu-main a.active {
	border-color: #fff;
  	color: #fff;
}
#menu-main li {
  position: relative;
  margin: 0 -2px;
}
#menu-main > li { 
  display: inline-block; 
} 
#menu-main > li > a { 
  
}
#menu-main > li a:hover, 
#menu-main > li > a:hover { 
  border-color: #fff;
  color: #fff;
}
.menu-main-container button.mobile_btn {
  display: none;
}
/* Sub-Menu */
#menu-main ul {
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  left: -99999em;
  background: #d42329;
  background-size: cover;
  text-align: left;
  border-top: 6px solid #fff;
  margin-top: -6px;
  padding: 0 15px;
}
#menu-main ul li {
	
}
#menu-main ul li a { 
	border: none; 
	padding: 10px 0 10px 0;
	color: #fff;
}
#menu-main ul li a:hover {
	border-color: transparent;
	opacity: .65;
}
#menu-main > li:hover > ul {
  left: auto;
  min-width: 100%;
}
#menu-main > li li:hover > ul { 
  left: 100%;
  margin-left: 1px;
  top: -1px;
}

/* Dropdown Arrow */
/*#menu-main li > a:after {
    color: #666;
    content: url(image/down.png);
    position: absolute;
    top: -2px;
    padding-left: 3px;
}

#menu-main li > a:hover:after {
    color: #666;
    content: url(image/down.png);
}

#menu-main li > a:only-child:after {
    content: '';
}*/

  /* Mobile Menu */
  .off-canvas {
    background: #888;
    height: 100%;
    min-height: 100vh;
    display: none;
  }
  .off-canvas header {
	height: 100%;
	background: transparent;	  
  }
  .off-canvas h2 {
	color: #fff;
	text-align:center;
	font-weight: bold;	
	padding: 15px 0;  
  }
  .mobile.button {
    display: none;
  }
  .off-canvas-wrapper {
    overflow: visible;
  }
  .mobile-nav {
    width: 100%;
    position: relative;
    height: auto;
  }
  .mobile-nav #mobile-menu-main {
    border-top: 1px solid #333;
    margin: 0px;
  }
  .mobile-nav #mobile-menu-main li {
    width: 100%;
    position: relative;
  }
  .mobile-nav #mobile-menu-main li a:hover {
    background: #666;
  }
  .mobile-nav #mobile-menu-main a {
    width: 100%;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 10px 5%;
    height: auto;
    position: relative;
    border-bottom: 1px solid #333;
    font-size: 14px;
	font-weight: 700;
  }

  /* Sub-Menu */
  .mobile-nav #mobile-menu-main ul {
    position: relative;
    white-space: nowrap;
    z-index: initial;
    left: 0;
    background: transparent;
    text-align: left;
  }
  .mobile-nav ul.sub-menu li ul.sub-menu {
    margin: 0px;
    display: none;
  }
  .mobile-nav ul li a:hover {
    color: #fff !important;
  }
  .mobile-nav #mobile-menu-main > li li:hover > ul {
    left: 0px;
  }
  .mobile-nav #mobile-menu-main > li:hover, #mobile-menu-main > li:hover > a {
    border-color: #333;
  }
  .mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu li a {
    padding: 10px 15%;
  }
  .mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu > li > ul.sub-menu li a {
    padding: 10px 20%;
  }
  .mobile-nav #mobile-menu-main > li > .sub-menu {
    display: none;
    margin: 0px;
  }
  .mobile-nav #mobile-menu-main > li > .sub-menu li a {
    padding: 10px 10%;
  }

  /* Mobile Btn */
  .mobile-nav li button.mobile_btn {
    height: 45px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: #333;
    background-size: 10px;
	border-radius: 0px;
  }
  button.mobile_btn::after {
    content: ' ';
    position: absolute;
    top: 0;
    background: url(../siteart/mobile_arrow.png) no-repeat center center;
    background-size: 10px;
    width: 100%;
    height: 100%;
    right: 0;
  }
  .mobile-nav li button.mobile_btn.active::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

/* =============================================================================
   Body                                                              
============================================================================= */
#main-container {
	display: table;
	width: 100%;
	padding: 50px 0;
}
.bg {
	background: url(../siteart/bg.png) no-repeat center bottom;
	background-size: cover;
	display: block;
	width: 100%;
	padding: 50px 0;
	min-height: 250px;
}


/* Top Bar */
.top-bar {
	background: transparent;
	color: #fff;
}
.top-bar ul, .contact ul {
	list-style: none;
	color: #fff;
	text-align:right;
	background: transparent;
}
.contact ul {
	margin: 0px;
	text-align:left;
	color: #222;
}
.top-bar ul li, .contact ul li {
	display: inline-block;
	margin: 0 8px;
}
.contact ul li { 
	display: block; 
	margin: 12px 0;
}
.top-bar ul li a {
	color: #fff;
	font-weight: 300;
}
.top-bar ul li a:hover {
	opacity: .75;
	color: #fff;
}
.top-bar ul li strong { margin: 0 5px 0 0; }
.contact ul li strong { display: block; }
.top-bar ul li.facebook {
	background: url(../siteart/facebook.png) no-repeat center center;
	background-size: contain;
}
.top-bar ul li.facebook a { padding: 10px; }
.top-bar ul li.facebook:hover { opacity: .65; }
.contact ul li.facebook { display: none; }

/* Slider */
#slider {
	padding-top: 140px;
	overflow:hidden;
	position:relative;
    width: 100%!important;
}
#slider .orbit-container {
    margin: 0;
    list-style: none;
    overflow: hidden;
    height: 40vh !important;
	width: 100%;
	background-color:#000;
}
#slider .orbit-slide {
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
    background-position: center center;
}
.orbit-caption {
    position: absolute;
    padding: 3.35rem 1em;
    color: #fefefe;
    font-size: 2em;
    top: 12vh;
	display: table;
    text-align: center;
    font-weight: 700;
    font-style: italic;
	background-color: hsla(0, 0%, 4%, .5) !important;
}
.orbit-next, .orbit-previous { 
	cursor:pointer; 
	background: transparent;
}

/* Brands */
.brands {
	 padding: 0 0; 
	 display: table;
	 margin: 0px auto;
	 width: 100%;
}
.brands ul { margin: 0px auto; display: block; list-style:none; text-align:center; }
.brands ul li { 
	display: inline-block;
	position:relative;
	margin: 0 15px;
	text-align:center;
}
.brands ul li:first-child {
	margin: 0 15px 0 0;
}
.brands ul li:last-child {
	margin: 0 0 0 15px;
}
.brands ul li img { 
	display: block;
	margin: 0px auto;
	vertical-align:middle;
	position:relative;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	width: 125px;
}
.brands a {
    height: 150px;
    width: 100%;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.brands a:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
	opacity: .65;
}

/* Scroll Bar */
.scrollBar {
	background: #fff;
	padding: 10px 0;
}
#scroll ul { list-style:none; margin: 0px; overflow:hidden; }
#scroll ul li { display: inline; }
#scroll { overflow: hidden; }

/* Inventory Page */
.hosted-content .listings-wrapper .listings-list .category-banner h3 {
	font-size: 2em;
}


/* Contact Form */
ul.contact-form {
	list-style: none;
}

/* =============================================================================
   Footer                                                              
============================================================================= */
footer {
	background: #d42329;
	display: table;
	width: 100%;
	padding: 35px 0;
	color: #fff;
	font-weight: 600;
}
footer a {
	color: #fff;
	font-weight: 300;
}
footer a:hover {
	color: #fff;
	opacity: .7;
}
footer p { 
	line-height: 1.5;
    margin: 0;
}
footer h4 { margin: 0px; }
footer .medium-6.columns { padding-left: 6em; }
footer span.facebook {
	background: url(../siteart/facebook.png) no-repeat center center;
	background-size: contain;
}
footer a span.facebook { 
	padding: 18px; 
	margin: 15px 0;
	position: relative;
	top: 15px;
}
footer a:hover span.facebook { opacity: .7; }


/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/* responsive styles */
.list-content .list-title .list-listings-count{color:#000 !important;}
.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link, .faceted-search-content .selected-facets-container .selected-facet, .list-content .list-listing-mobile .view-listing-details-link, .list-content .list-listing-mobile .buy-now-link, .list-content .list-listing-mobile .check-availability-link, .list-content .list-listing-mobile .email-seller-link, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile, .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .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, .detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile, .list-container-flexrow .view-listing-details-link {background:#d42329 !important; }
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {font-size: 22px; line-height: 26px;}



/* =============================================================================
   Mobile                                                              
============================================================================= */
@media only screen and (max-width: 1400px){
	header .logo img{max-width:220px; width:100%;}
}
@media only screen and (max-width: 1140px){
    
    .row { max-width: 58rem;}
	#menu-main a{padding:0em 1em;}
}

@media only screen and (max-width: 1200px) {
	
	.orbit-caption {
		font-size: 1.5em;
	}
	.brands a { height: 100px; }
	
}

@media only screen and (max-width: 1024px) {

	.off-canvas {
	  display: block;
	}
	.mobile.button {
	  display: inline-block;
	  position: absolute;
	  background: url(../siteart/mobile.png) no-repeat center center;
	  background-size: contain;
	  padding: 5px;
	  top: 35px;
	  left: 50px;
	  color: transparent;
        width: auto;
	}
	.menu-main-container {
	  display: none;
	}
	header { height: 100px; /*position: fixed;*/ }
	header .logo img { 
	  width: 150px; 
	  margin: 0px;
	  position: absolute;
	  right: 50px
	}
    header .opacity{height: 100px;}
	#slider { padding-top: 100px; }
  	.top-bar { display: none; }
	.mobile-nav .top-bar {
		display: block;  
	}
	.mobile-nav .top-bar ul {
		list-style: none;
		color: #fff;
		text-align: left;
		background: transparent;
		margin: 0;
		font-size: 14px;	
	}
	.mobile-nav .top-bar ul li {
		display: block;	
		margin: 5px 0;
	}
	.mobile-nav .top-bar ul li strong { display: block; }
  	.mobile-nav .top-bar ul li.facebook { background-position: center left }
  
  	.bg { min-height:150px; }
  
	.brands {
	  padding: 20px 0px 0;
	  display: table;
	  width: 100%;	  
	} 
	.brands ul li { margin: 0px; }
	.brands ul li img { width: 100px; }
	  .orbit-caption {
		  position: absolute;
		  padding: 2.5rem 1em;
		  color: #fefefe;
		  font-size: 1em;
		  top: 50px;
		  bottom: 50px;
		  display: table;
		  text-align: center;
		  font-weight: 700;
		  font-style: italic;
	  }
	  footer .medium-6.columns { padding-left: .625rem; }

    .row { max-width: 58rem;}
    
}