/* RESET 
------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
    margin: 0;  
    padding: 0;  
    border: 0;  
    outline: 0;  
    background: transparent; 	
	-webkit-text-size-adjust:none;
	font-family: 'Open Sans Condensed', sans-serif;
}

ul {padding-inline-start:0px;}

a {
	color:#fff;
	text-decoration:underline;
	
}

a:hover{
	color:#dbac5e;
	text-decoration:none;
}

p {
	padding:5px 0 0;
	font-size: 13px;
	letter-spacing: .5px;
	
}

h2 {font-family: 'Open Sans Condensed', sans-serif!important; font-size:1.5rem !important;}

.texts {font-family: "open sans",sans-serif!important; font-size: 14px!important;}

img {display: inline-block!important;color: inherit;}

body {overflow-x: hidden; }

.dark {background:#0e0f0f;}




.text-center h1.text-uppercase {text-transform: uppercase !important;font-size: 2rem;margin-bottom: 0.5rem;font-family: 'Open Sans Condensed', sans-serif!important;font-weight: 500;line-height: 1.2;text-align: center !important;border-bottom: none; width: unset;}


@font-face {
  font-family: 'CenturyGothic';
  src: url('/fonts/CenturyGothic.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CenturyGothic';
  src:  url(/fonts/CenturyGothic.woff) format('woff'), url('CenturyGothic.ttf')  format('truetype'), url('CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}

.gothic {font-family: 'CenturyGothic'!important;}


 
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {clear: both;}
.left {float: left;}
.right {text-align:right;}
.none{display:none;}

*{
	box-sizing:border-box;
}



.wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:20px;
	position:relative;
}

.no-pad-wrapper {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	position:relative;
}




::selection {
	color:#fff;
	background: #356088;
}
::-moz-selection {
	color:#fff;
	background: #356088;
}



/* HEADER 
----------------------------------------------*/

.desk-top {display: block;}
.mobile-top {display: none;}

.top-bar {
	background:#bc0000;
	padding:5px 0 45px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif!important;
}

.top-bar p {color:#fff; font-weight: bold; font-size: 16px;}
.top-bar a {color:#fff; font-weight: bold;}

.map-marker-alt {color:#fff;}

.header{
	background:url("/siteart/links-bg.png")!important; background-size: 100%!important; overflow-y: auto;
	margin:0 auto;
	background-color: #000;
}

.logo{
	text-align:left;
	width:100%;
	margin:0 auto;
	display:inline-block;
	padding:0 0 20px 5px;
}
.logo img{
	width:250px;
	margin:-60px 0 7px;
	position: absolute;
}

.fixed-width {width:80%; margin:0 auto;}

.img-responsive {width:100%;}

.full-width{width:100%; margin:0 auto;}


/* HOME PAGE STYLES
-----------------------------------------------*/

.fixed-width {width:80%; margin:0 auto!important; padding:5px;}

.wave img {  margin-top:-65px;}
.wave {width:100%;}

.white {color:#fff!important;}

.carousel-caption {font-family: 'Open Sans Condensed', sans-serif; text-transform: uppercase; text-align: right!important;}
.carousel-caption h5 {text-transform: uppercase; font-size: 25px; margin-bottom: 0px; font-weight: bold;}
.carousel-caption p {text-transform: uppercase; font-size: 20px; padding-bottom: 15px;}

.outline-btn {border:3px solid #fff; color:#fff!important; padding:10px; background:transparent; margin:5px; cursor: pointer;}
.outline-btn:hover {background: #fff; color:#941515!important; padding:10px;}

.outline-btn-red {border:3px solid #941515; color:#941515!important; padding:10px; font-weight: bold; background:transparent; margin:5px; cursor:pointer;}
.outline-btn-red:hover {background: #941515; color:#fff!important; padding:10px;}


ul.slick-dots li{display: inline-block!important; }
#slick-slide-control00 {color:#fff!important; background:transparent!important; border:0px; font-weight: bold; cursor: pointer;}
#slick-slide-control01 {color:#fff!important; background:transparent!important; border:0px; font-weight: bold; cursor: pointer;}
#slick-slide-control02 {color:#fff!important; background:transparent!important; border:0px; font-weight: bold; cursor: pointer;}
#slick-slide-control03 {color:#fff!important; background:transparent!important; border:0px; font-weight: bold; cursor: pointer;}


.slick-arrow:before {
    content: '';
    height: 20px;
    display: inline-block;
    width: 20px;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
}

.slick-next, .slick-prev {
	z-index: 2;
	background:transparent;
	color:#fff;
	padding:5px;
	margin:5px;
	text-align:  center;
	border:0px;
}

.slick-next:before {
}

.slick-prev:before {
}

.links {background:url(/siteart/links-bg.png); background-size: cover; padding:20px; overflow-y: auto; overflow-x: hidden;}

.text-wrap {background:#D2D2D2; overflow: auto; padding:50px 20px;}
.text-wrap h1 {font-family: 'Open Sans Condensed', sans-serif; text-transform: uppercase; border-bottom: 3px solid #bc0000; width:40%; font-weight: bold;}

.spacer {padding:20px;}
.spacer-lg {padding:40px;}


/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 100%;
	margin-top: 5%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

.margins img {margin-bottom: 10px!important;}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	margin:10px 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/* ANIMATE
-----------------------------------------------*/

.animate-reveal {
  letter-spacing: .5px;
  opacity: 0;
  -webkit-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
     -moz-animation: reveal 1s ease-in 1 normal forwards;
       -o-animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
          animation: reveal 1s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
}

.animate-first {
  -webkit-animation-delay: 0;
     -moz-animation-delay: 0;
       -o-animation-delay: 0;
          animation-delay: 0;
}

.animate-second {
  -webkit-animation-delay: 500ms;
     -moz-animation-delay: 500ms;
       -o-animation-delay: 500ms;
          animation-delay: 500ms;
}

.animate-third {
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}

.animate-fourth {
  -webkit-animation-delay: 1.5s;
     -moz-animation-delay: 1.5s;
       -o-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}



/* =============================================================================
     CTA                                                             
============================================================================= */

			.cta *, .text-center{margin: 0 auto;}
			.cta ul { 
				margin:0; 
				list-style:none; 
				width: 100%;
				display: table;
				position: relative;
				padding-bottom: 20px;
			}
			
			.cta ul li { 
				padding: 0;
				margin: 0px; 
			}
			.cta ul li:first-child { margin-left:0px; }
			
			.cta ul li div:first-child {
				list-style:none;
				position: relative;
				background-repeat:no-repeat;
				background-size: cover;
				background-position: 50% 50%;
				padding: 0;
				height: 150px;
				margin-bottom: 10px;
			}
			.cta a span {
				text-align: center;
				display: table-cell; 
				vertical-align:middle;
			}
			.cta a span { color: #fff; font-weight: 200; line-height: 1; font-family: 'Open Sans Condensed', sans-serif!important; text-transform:uppercase; font-size:18px; border:1px solid #fff; vertical-align: middle; width:87%; padding:30px;}
			.cta a span strong { display: block; font-weight: 800; font-size: 2rem;}
			.cta a:hover { opacity: 1; }
			.cta a .overlay {
				background: rgba(45,45,45,.8);
				position:absolute;
				top:0;
				bottom: 0;
				display: table;
				padding: 0;
				width: 100.2%;
				height: 100%;
			}
			.cta ul li .cta1 {  margin:10px; }
			.cta ul li .cta2 {  margin:10px;}
			.cta ul li .cta3 {  margin:10px;}
			.cta ul li .cta4 {  margin:10px;}

			.cta a:hover .overlay { background: rgba(0,0,0,0); }
			
				/* Interior */
				#interior .cta ul li div:first-child { height: 135px; }

/* INVENTORY
------------------------------------------------*/
.cf{background:#fff;}
.hosted-content .listings-wrapper .listings-list .listing-banner {

}
.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button{
	background:#941515 !important;
}


/* FOOTER
------------------------------*/
.footer{
	width:100%;
	color:#eaeaea;
	font-size:11px;
	text-align:center;
	background:#2D2D2D;
	padding: 20px 0 30px 0;
	overflow: auto;
}

.footer a{
	color:#fff;
	text-decoration:none;
}

.footer a:hover{
	color:#eaeaea;
	text-decoration:none;
}
.divfooter{
	width:60%;
	margin:20px auto;
}

/* INVENTORY */

#inv{padding: 5% 0;}
#inv *{border-radius: 0!important;}
#inv *:not(.fa):not(.far):not(.fas):not(.material-icons){font-family: 'Open Sans Condensed', sans-serif!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;}

.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, .mobile-breadcrumb {background:#bc0000 !important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link, .list-content .list-main-section .list-container .list-listing .listing-top-right .video-chat-link {background: #3b3b3b !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 {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 {text-transform: uppercase!important; 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, .faceted-search-content .mobile-done-button-container .mobile-done-button, .list-page-nav {background: #000 !important;}

.detail-content .dealer-info .phone-and-email .send-email-btn {border-color: #000!important; color: #000!important;}

.material-icons {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;}


@media screen and (max-width:1500px){
	.carousel-caption {bottom:25%!important;}
	  .d-md-block {
	width:35%!important;
  }
	.top-bar a,.top-bar p { font-size: 12px; text-transform: uppercase;}
	.tabs li {width:50%!important;}
}

@media screen and (max-width:1100px){
	.header{ background-size: 150%!important;}
	.dark {background:url("/siteart/links-bg.png"); background-size:cover;}
}
	
@media screen and (max-width:992px){
	.cta ul li div:first-child {
				margin-bottom: 10px;
			}
	.text-wrap h1 {font-size: 22px; width:50%; line-height: 35px;}
	.tabs li {width:100%!important;}
	
	
}
@media screen and (max-width:850px){
	.logo {height:120px}
	.logo img{margin:10px auto;}
	
	.wave {display: none;}
	
	
	.d-md-block {width:60%!important;}
	.carousel-caption {bottom: 20%;}
	.top-bar a,.top-bar p {font-size: 16px;}
	
}

@media screen and (max-width:768px){
	.desk-top {display: none;}
	.mobile-top {display: block;}
	
	.text-right {text-align: center!important;}
	
		.logo {margin:0;}
	
	.fixed-width {width:95%; margin:0 auto;}
	.spacer-lg {padding:20px;}
}
@media screen and (max-width:400px){
	
	.logo img {width:100%; position: relative;}
	.logo {height: auto;}
	#menu-button{ text-align: center!important;}
	#menu-button a{ padding:0!important;}
	
}

