@charset "utf-8";
/***** BEGIN RESET *****/

* {

    border:0;
    margin:0;
    padding:0;
}

body {
	-webkit-text-size-adjust: none;
	background:#fff;
	overflow-x:hidden;
	color:#000;
	line-height:1!important;
	font-family: 'Montserrat', sans-serif;
}


ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

/****************************************************************************hover easing style


			-webkit-transition: all .5s ease; /* Safari and Chrome */
  /*  		-moz-transition: all .5s ease; /* Firefox */
  /*  		-ms-transition: all .5s ease; /* IE 9 */
  /*  		-o-transition: all .5s ease; /* Opera */
  /*  		transition: all .5s ease;


/*============================
ALL
============================*/

.wrap {
	width:95%;
	margin:0 auto;
	max-width:1400px;
}

h1, h2, h3, h4, h5, p {
	font-family: 'Montserrat', sans-serif;
}

a {
color:#c90000;	
}

.center {
	text-align:center;
}

h2 {
	text-transform:uppercase;
}
/*============================
HEADER
============================*/

header {
	width:100%;
	float:left;
	background:url("../siteart/headerbg.jpg");
	background-size:cover;
	background-position:center;
	padding:25px 0;
	border-bottom:10px solid #000;
}

.headthird {
	width:33.33%;
	float:left;
}

.headthird a {
	color:#000;
	text-decoration:none;
}

.headthird p {
	color:#000;
	font-size:18px;
	text-transform:uppercase;
	line-height:30px;
	font-family: 'Montserrat', sans-serif;
}

#lefthead p {
	text-aling:left;
}

#righthead p {
	text-align:right;
}

.headthird img {
	width:100%;
	max-width:250px;
	margin:0 auto;
	display:block;
}

/*==============
redbg
==============*/

.redbg {
	width:32%;
	float:left;
	background:url("../siteart/red-wheat.jpg");
	background-size:cover;
}

/*==============
weather
==============*/

.weather-hold{height:100px;;width:100%;max-width:500px;float:right;}

.weatherwidget {margin-top:auto;}




.weather-hold .weather-txt{display:block;padding:0;float:left;border-right:solid 1px #D5D5D5;padding:7px 17px;margin:5px 0;}
/*for smaller widgets*/
/*.weather-hold .weather-widget{display:block;width:;height:;text-align:center;font-family:sans-serif;font-size:12px;float:right;padding:0px 0px 0 0;}
.weather-hold .weather-widget img{border:0!important;width:184px;}*/
/*for larger widget*/
.weather-hold .weather-widget{display: block !important;}
.weather-hold .weather-widget img{border:0!important;float:right;padding:13.5px 4px 0 4px;width:257px;}


/*================
navigation
=================*/

.mainnav {
	width:100%;
	max-width:500px;
	float:right;
	background:#c90000;
	border:1px solid #680000;
}

.navlink {
	width:100%;
	float:left;
	border-bottom:1px solid #680000;
	-webkit-transition: all .2s ease; /* Safari and Chrome */
    -moz-transition: all .2s ease; /* Firefox */
    -ms-transition: all .2s ease; /* IE 9 */
    -o-transition: all .2s ease; /* Opera */
	transition: all .2s ease;
}

.navlink:hover {
	background:#9e0000;
}

.navlink:hover img {
	background:#7A0000;
}

.navlink img {
	width:100px;
	padding:5px;
	float:left;
	border-right:1px solid #680000;
	background:#9e0000;
	box-sizing:border-box;
	-webkit-transition: all .2s ease; /* Safari and Chrome */
    -moz-transition: all .2s ease; /* Firefox */
    -ms-transition: all .2s ease; /* IE 9 */
    -o-transition: all .2s ease; /* Opera */
	transition: all .2s ease;
}

#lastnav {
	border-bottom:none;
}

.navlink p {
	width:calc(100% - 100px);
	float:right;
	font-size:18px;
	text-align:left;
	padding:25px 10px 25px 20px;
	box-sizing:border-box;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	
}

.mainnav ul {
    display: none;
    position: absolute; 
    z-index:999999;
	background:#fff;
	left:32%;
	width:300px;
}

.mainnav ul li a {
	width:300px;
	font-size:13px;
	text-align:left;
	padding:7px 10px 7px 00px;
	box-sizing:border-box;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background:#c90000;
	float:left;
	border-bottom:1px solid #680000;
}

.mainnav ul li a:hover {
	background:#9e0000;
	color:#fff;
}

.mainnav ul li li a { /* appearance of the sub-level links */
					padding:12px 25px;
					text-transform:none;
					font-weight:400;
					font-size:14px;
					color:#fff;
					background:#b6202c;
				border-bottom:1px solid #9c1c24; 
					text-transform:uppercase;
			}

.mainnav li:hover > ul {  
    display: block;
    line-height:18px;
}
  
.mainnav ul li {
    float: none; 
    position: relative;
    margin:0;
	width:100%;
	float:left;
}

/*================
RIGHTSIDE
=================*/

.rightside {
	width:68%;
	float:left;
}

.fullsection {
	width:100%;
	float:left;
	border-bottom:10px solid #000;
}

/*====slideshow=======*/

.slide-contain {
	width:100%;
float:left;
height:554px;
	overflow:hidden;
}

.cycle-slideshow {
	width:100%;
	overflow:hidden;
	float:left;
	
	display:block;
}
.cycle-slideshow img {display:block; width:auto; height:748px; float:left;}

/* pager */
.pager { 
    text-align:center; width:100%; margin:-50px 0 -2px; position:relative; z-index:999; float:left;}
.pager span { 
    font-family:arial; font-size:50px; width:16px; height:16px; display:inline-block; color:#D30003; color:rgba(255,255,255,0.8); cursor:pointer; 
}
.pager span.cycle-pager-active { color:#001f66;}
.pager > * { cursor:pointer;}

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	background:#000;
	border-bottom:10px solid #000;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*=========================================================
CTAS
==========================================================*/

.ctas {
	width:100%;
	float:left;
	background:url("../siteart/diamondbg.jpg");
	background-size:cover;
	background-attachment:fixed;
	padding:20px 0;
}

.ctathird {
	width:31.33%;
	float:left;
	margin:1%;
	border:1px solid #aaa;
	box-sizing:border-box;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
  	-moz-transition: all .5s ease; /* Firefox */
 	 -ms-transition: all .5s ease; /* IE 9 */
 	 -o-transition: all .5s ease; /* Opera */
 	 transition: all .5s ease;
	
}

.ctathird:hover {
	transform: scale(1.05);
}

.ctathird:hover .ctaoverlay {
	background:rgba(0,0,0,0.2);
}

.ctaoverlay {
	width:100%;
	float:left;
	background:rgba(0,0,0,0.50);
	padding:75px 15px;
	box-sizing:border-box;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
  	-moz-transition: all .5s ease; /* Firefox */
 	 -ms-transition: all .5s ease; /* IE 9 */
 	 -o-transition: all .5s ease; /* Opera */
 	 transition: all .5s ease;
}

#cta1 {
	background:url("../siteart/cta1.jpg");
	background-size:cover;
	background-position:center;
}

#cta2 {
	background:url("../siteart/3.png");
	background-size:cover;
	background-position:center;
}

#cta3 {
	background:url("../siteart/cta3.jpg");
	background-size:cover;
	background-position:center;
}

.ctathird h3 {
	width:100%;
	float:left;
	text-align:center;
	color:#c90000;
	font-size:20px;
	text-transform:uppercase;
	text-shadow: 1px 1px 3px #000;
}

.ctathird h2 {
	width:100%;
	float:left;
	text-align:center;
	color:#fff;
	text-shadow: 2px 2px 2px #000;
	text-transform:uppercase;
	font-size:30px;
}


/*=VARIETIES============*/

.mainsub  .ctaoverlay {

	padding:125px 15px;
}

#livestock {
	background:url("../siteart/Livestock1.jpg");
	background-size:cover;
	background-position:center;
	
}


#horse {
	background:url("../siteart/horse1.jpg");
	background-size:cover;
	background-position:center;
}


#flatbed {
	background:url("../siteart/flatbed1.jpg");
	background-size:cover;
	background-position:center;
}

/*============================
WELCOME
============================*/

.welcome {
	width:100%;
	float:left;
	background:#fff;
	padding:80px 0;
}

.welcomewrap {
	width:95%;
	max-width:1200px;
	margin:0 auto;
}

.welcome h1 {
	width:100%;
	float:left;
	text-align:center;
	font-size:45px;
	text-transform:uppercase;
	margin-bottom:30px;
}

.welcome p {
	width:100%;
	float:left;
	text-align:center;
	font-size:18px;
	line-height:28px;
}

.bolditalic {
	font-size:bold;
	font-style:italic;
}

.conbutton {
	width:100%;
	float:left;
	margin-top:20px;
}

.conbutton a {
	width:100%;
	max-width:300px;
	text-align:center;
	margin:0 auto;
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
	background-color:#c90000;
	padding:15px 10px;
	box-sizing:border-box;
	border-radius:7px;
	text-decoration:none;
	border:5px solid #c90000;
}

.conbutton a:hover {
	background:#fff;
	color:#c90000;
}

/*============================
MAP
============================*/


.abovemap {
	width:100%;
	float:left;
	background:#000;
	padding:10px 0;
}

.abovemap h2 {
	width:calc(100% - 300px);
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-size:22px;
	padding:15px 0;
}

.abovemap h2 .fa {
	color:#c90000;
	font-size:33px;
	margin-right:10px;
	float:left;
	margin-top:-7px;
}

.abovemap a {
	width:300px;
	float:left;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
	border:5px solid #c90000;
	padding:15px 10px;
	box-sizing:border-box;
	border-radius:7px;
	text-decoration:none;
}

.abovemap a:hover {
	background:#c90000;
}

.map {
	width:100%;
	float:left;
	height:350px;
}

/*============================
FOOTER
============================*/

footer {
	width:100%;
	float:left;
	background:#c90000;
	padding:30px 0;
	border-top:8px solid #000;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#fff;}
a.footerlink:hover { font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#fff; text-decoration:underline;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#fff;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#fff;}

.divfooter {width:100%;max-width:500px; text-align:center; margin:0 auto;color:#fff;}



/*=================================================================================
SUBPAGES
==================================================================================*/


.title {
	width:100%;
	float:left;
	background:url("../siteart/diamondbg.jpg");
	background-size:cover;
	background-attachment:fixed;
	padding:40px 0;
}

.title h1 {
	width:100%;
	float:left;
	text-align:center;
	color:#fff;
	font-size:50px;
	text-transform:uppercase;
}

.mainsub {
	width:100%;
	float:left;
	background:#fff;
	padding:50px 0;
}



/*============================
trailer varieties
============================*/
.imgside {
	width:400px;
	float:left;
	padding-right:20px;
	box-sizing:border-box;
	border-right:1px solid #aaa;
}

.imgside img {
	width:100%;
	float:left;
	margin-bottom:5px;
}

.conright {
	width:calc(100% - 400px);
	float:left;
	padding-left:20px;box-sizing:border-box;
}

.halfcon {
	width:50%;
	float:left;
	padding:0 10px;
	box-sizing:border-box;
}

.halfcon h3 {
	font-size:25px;
	text-transform:uppercase;
}

.bullets {
	width:100%;float:left;list-style:disc;margin-top:20px;
	padding-left:30px;
	box-sizing:border-box;
}

.bullets li {
	width:100%;float:left;list-style:disc!important;font-size:18px;
	line-height:30px;
}

.coninfo {
	width:300px;
	float:left;
	padding-right:10px;
	box-sizing:border-box;
}

.mapright {
	width:calc(100% - 300px);
	float:left;
	border-left:1px solid #aaa;
	padding-left:20px;
	box-sizing:border-box;
	height:400px;
}

.coninfo h3 {
	font-size:22px;
	text-transform:uppercase;
}


/*============================
   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: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !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:#c90000 !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 {background:#c90000 !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 #c90000 !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: #c90000 !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**************************************************************************************
***********************************************************************************************************************************************************************************************/
@media screen and (max-width: 1600px) { 
	.cycle-slideshow img {
		height:620px;
	}
}

@media screen and (max-width: 1400px) { 
	.cycle-slideshow img {
		height:556px;
	}
}

@media screen and (max-width: 1270px) { 
	.mainnav ul {
	left:494px;
		right:auto;
	}
}

@media screen and (max-width: 1240px) { 
	.navlink img {
		width:75px;
	}
	
	.navlink p {
		width:calc(100% - 75px);
		padding:18px 10px 18px 20px;
		font-size:16px;
	}
	.redbg {
		width:340px;
	}
	
	.rightside {
		width:calc(100% - 340px);
	}
	
	.slide-contain {
		height:425px;
	}
	
	.cycle-slideshow img {
		height:442px;
	}
	
	.mainnav ul {
	left:340px;
	}
	
	.cycle-slideshow img {
		height:490px;
	}
}

@media screen and (max-width: 1170px) { 
	.halfcon {
		width:100%;
		margin-bottom:30px;
	}
}
@media screen and (max-width: 960px) { 
	.abovemap h2 {
		width:100%;
		text-align:center;
	}
	
	.abovemap h2 .fa {
		float:none;
		text-align:center;
		font-size:22px;
	}
	.abovemap a {
		width:100%;
		font-size:18px;
	}
	
	
}

@media screen and (max-width: 800px) { 
	#lefthead {
		display:none;
	}
	
	#righthead {
		display:none
	}
	
	#logo {
		width:100%;
	}
	
	.mainnav {
		display:none;
	}
	
	.redbg {
		width:100%;
	}
	
	.rightside {
		width:100%;
	}
	
	.slide-contain {
		height:auto;
	}
	
	.cycle-slideshow img {
		height:auto;
		width:100%;
	}
	
	.weather-hold {
		max-width:none;
	}
	
	.scrolling-wrap {
		border-bottom:5px solid #000;
		border-top:5px solid #000;
	}
	
	header {
		border-bottom:5px solid #000;
	}
	
	.ctathird {
		width:100%;
		margin:10px 0;
	}
	
	.imgside {
		width:100%;
		padding-right:0;
		margin-right:0;
		border-right:0;
		border-bottom:1px solid #aaa;
		margin-bottom:30px;
	}
	
	.imgside img {
		width:50%;
		float:left;
		padding:10px;box-sizing:border-box;
	}
	
	.conright {
		width:100%;
	}
	
	.coninfo {
		width:100%;
		padding-right:0;
		margin-bottom:20px;
		padding-bottom:20px;
		border-bottom:1px solid #aaa;
	}
	
	.mapright {
		width:100%;
		border-left:none;
		padding-left:0;
		height:300px;
	}
}


@media screen and (max-width: 400px) { 
	.welcome p {
		font-size:16px;
	}
	
}