html,
body {
	overflow-x: hidden;
}

a {
	color: #eee;
	text-decoration: none
}

a:hover {
	color: #000;
	text-decoration: none;
}

p {
	padding: 7px 0 3px;
	font-size: 13px;
}

ul {
	oadding: 0px !important;
	padding-inline-start: 0px !important;
}

h4 {
	margin-bottom: 7px;
	padding: 0px;
}

h1,
h2,
h3,
h4 {
	text-transform: uppercase;
}

.img-responsive {
	width: 100%;
}

img {
	display: inline-block !important;
}



.fixed-width {
	width: 80%;
	margin: 0 auto !important;
}

.facebook {
	width: 20px;
	display: inline-block;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
	width: 98%;
	height: 90px;
	overflow: hidden;
	margin: 10px;
}

.scrolling {
	width: 100%;
	height: 92px;
	overflow: hidden;
}




/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	text-align: right;
}

.none {
	display: none;
}

.spacer {
	padding: 1.2em;
}

.spacer-left {
	left: 20%;
	top: 8%;
}


* {
	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 
----------------------------------------------*/
.header {
	width: 100%;
	display: inline-block;
	text-align: right;
	margin: 0 auto;
	background: #fff;
	padding-top: 40px;
}

.header h4 {
	font-weight: bold;
	font-size: 20px;
	color: #1c2a57;
	margin: 0 auto;
}

.header a {
	font-weight: bold;
	font-size: 15px !important;
	color: #1c2a57;
}

.logo {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	padding: 0 20px 20px;
}

.logo img {
	width: 250px;
	margin: 0 auto;
}

.contacts {
	font-weight: bold;
	color: #fff;
}


/* =============================================================================
     CTA                                                             
============================================================================= */
.cta ul {
	margin: 0;
	list-style: none;
	width: 100%;
	display: table;
	position: relative;
	padding: 0px;
	z-index: 1;
}

.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: 300px;
	z-index: 999;
}

.cta a span {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.cta a h2 {
	color: #fff;
	font-weight: 200;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 25px;
	vertical-align: middle;
	width: 100%;
	padding: 10px;
}

.cta a h2 strong {
	display: block;
	font-weight: 700;
}

.cta a:hover {
	opacity: 1;
}

.cta a .overlay {
	background: rgba(0, 0, 0, .2);
	position: absolute;
	top: 0;
	bottom: 0;
	display: table;
	padding: 0;
	width: 100%;
	height: 100%;
}

.cta ul li .cta1 {
	background-image: url(/siteart/trucks.png);
	margin: 10px;
}

.cta ul li .cta1:hover,
.cta ul li .cta2:hover,
.cta ul li .cta3:hover,
.cta ul li .cta4:hover {
	background-size: 130%;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

.cta ul li .cta2 {
	background-image: url(../siteart/construction.png);
	margin: 10px;
}

.cta ul li .cta3 {
	background-image: url(../siteart/ag.png);
	margin: 10px;
}

.cta ul li .cta4 {
	background-image: url(../siteart/misc.png);
	margin: 10px;
}

.cta a:hover .overlay {
	background: rgba(191, 40, 36, .5);
}

/* Interior */
#interior .cta ul li div:first-child {
	height: 135px;
}



/* HOME PAGE STYLES
-----------------------------------------------*/

.red-bg {
	background: #bf1e2e;
	height: 350px;
	width: 100%;
	padding: 8%;
	color: #fff;
}


#video-bg {
	position: relative;
	width: auto;
	min-width: 100%;
	height: auto;
	background-size: cover;


}

video {
	display: block;
}

.video-container {
	width: 100%;
	max-height: 450px;
	overflow: hidden;
	position: relative;
	top: 0;
	right: 0;
	z-index: -100;
}

.state {
	position: relative;
	left: 40%;
	margin-top: -25%;
	width: 45%
}

.plate-bg {
	background: url("/siteart/plate-bg.png");
	background-size: cover;
	overflow: auto;
	padding: 0px 20px;
	height: 265px;
}

.plate-bg img {
	padding: 20px 10px;
}

.red-btn {
	background: #bd0012;
	padding: 20px 50px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
}

.red-btn:hover {
	background: #29316b;
	color: #fff;
}

.red-btn-sm {
	background: #bd0012;
	padding: 20px 50px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}

.red-btn-sm:hover {
	background: #29316b;
	color: #fff;
}

.contact-bg {
	background: #b71b2a;
	overflow: auto;
	padding: 0px 20px;
	color: #fff;
}

.mission {
	left: 4%;
	top: 4%;
}

.inv-btns {
	width: 100%;
	display: block;
	margin-top: 20px;
}

.inv-btns a {
	float: left;
	margin: 0 1.5% 15px 1.5%;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	background: #29316b;
	color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.inv-btns a:hover {
	background: #bf1e2e;
}


/***** Widgets *****/



.side {
	background: #fff;
	width: 300px;
	height: 500px;
	position: fixed;
	z-index: 100;
	padding: 5px;
}



#weather {
	top: 200px;
	height: auto;
	z-index: 99999;
	right: -300px;
}

#weatherTab {
	display: block;
	height: 66px;
	width: 55px;
	background: url(../siteart/weather.png);
	position: absolute;
	left: -55px;
	top: 0px;
}


#location {
	top: 271px;
	height: auto;
	z-index: 99999;
	right: -300px;
	width: 300px;
}

#locationTab {
	display: block;
	height: 53px;
	width: 55px;
	background: url(../siteart/location.png);
	position: absolute;
	left: -45px;
	top: -5px;

}






/* 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;
}

@-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);
	}
}



/* 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: #bf1e2e !important;
}

.hosted-content .hosted-content .svg-inline--fa.fa-w-10 {
	width: auto !important;
}

.hosted-content h1 {
	font-size: 20px !important;
	color: #000;
	text-transform: uppercase;
	padding-bottom: 0 !important;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
}

.hosted-content h3 {
	text-transform: none !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
	text-transform: none !important;
}

.desk {
	display: block;
}

.phone {
	display: none;
}


/* FOOTER
------------------------------*/
.footer {
	width: 100%;
	color: #fff;
	font-size: 13px;
	text-align: center;
	background: #272727;
	padding: 30px;
	overflow: auto;
	font-family: "Roboto", sans-serif;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: #eaeaea;
	text-decoration: none;
}

.divfooter {
	width: 60%;
	margin: 20px auto;
}

.footer h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0px;
}

.footer h6 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

ul.secondary li {
	list-style: none;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	padding-bottom: 8px;
}

ul.secondary li a {
	text-decoration: none;
}



@media screen and (max-width:1550px) {
	.state {
		position: relative;
		left: 20%;
		margin-top: -32%;
		margin-bottom: 9%;
	}

	.red-bg h1 {
		font-size: 22px;
	}
}

@media screen and (max-width:1200px) {

	.logo img {
		width: 60%;
	}

	.spacer-left {
		left: 10px;
		top: 20px;
		padding: 20px;
	}

	.state {
		position: relative;
		left: 20%;
		margin-top: -40%;
	}

	.mission {
		left: 10px;
		top: 20px;
		padding: 20px;
	}

	.inv-btns a {
		float: left;
		margin: 0 1% 15px 1%;
		padding: 10px;
	}

}

@media screen and (max-width:992px) {
	.row {
		margin: 0 auto !important;
	}

	.logo {
		text-align: center;
	}

	.logo img {
		width: 90%;
	}

	.header {
		padding-bottom: 10px;
	}

	.spacer-left {
		padding-bottom: 10%;
	}

	.cta ul li div:first-child {
		margin-bottom: 10px;
	}

	.state {
		position: relative;
		left: 20%;
		margin-top: -40%;
	}

	.plate-bg {
		height: auto;
		padding-bottom: 20px;
	}

	#locationTab {
		display: none;
	}

	#weatherTab {
		display: none;
	}

	.red-bg h1 {
		font-size: 1.8em;
		padding: 30px 0 0;
	}

	.red-bg {
		height: auto !important;
	}

	.desk {
		display: none;
	}

	.phone {
		display: block;
	}


}

@media screen and (max-width:768px) {
	.logo img {
		width: 250px;
	}

	.scrolling-wrap iframe {
		width: 800px !important;
	}

	.scrolling-wrap {
		width: 95%;
	}

}

@media screen and (max-width:560px) {
	.logo img {
		width: 100%;
	}

	.state {
		margin-top: -80%;
		width: 90%;
		left: 0%;
		margin-bottom: 20%;
	}

	.fixed-width {
		width: 100%;
		margin: 0 auto !important;
	}

	.scrolling-wrap iframe {
		width: 600px !important;
	}

}

@media screen and (max-width:480px) {
	.inv-btns a {
		float: none;
		margin: 0 0 10px 0;
		padding: 15px;
		width: 100%
	}
}

@media screen and (max-width:400px) {
	.scrolling-wrap iframe {
		width: 400px !important;
	}
}

/*---- faceted links  
----------------------------------------*/

.list-content .list-main-section .list-container {
	margin-top: 20px !important;
}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc p {
	margin-top: 12px !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
	margin-right: 5px !important;
}

.faceted-search-content .faceted-section-head {
	width: 100% !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.detail-content .detail-additional-data .data-row .data-label,
.faceted-search-content .selected-facets-container .selected-facet,
.paging-container .page-navs button.list-page-nav,
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder button,
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder input,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.contact-options a,
.fin-calc-mobile>a,
.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button, .list-container-flexrow .view-listing-details-link {
	background: #263975 !important;
}

.faceted-search-content .faceted-section-head {
	background: #263975 !important;
	color: #fff !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-main-section .list-container .fin-calc,
.list-content .listing-portion-title {
	color: #263975 !important;
}

.list-content .list-main-section .list-container .fin-calc {
	font-size: 14px !important;
}

.list-content .list-title,
.list-content .list-title .list-listings-count,
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name,
.contact-information a,
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-count,
.list-content .list-top-section .listing-option-bar .list-sort-order .sort-by-dropdown-container,
.breadcrumbs .breadcrumbs-element,
.detail-content .search-results,
.legal-text-content,
.detail-content .dealer-info .field-name,
.detail-content .dealer-info .field-value,
.detail-additional-data h4,
.mc-thumb-strip .mc-btn.mc-btn-next span,
.mc-thumb-strip .mc-btn.mc-btn-prev span,
.detail-content .dealer-info .google-maps-link i,
.paging-container .page-number,
.paging-container .list-page-number,
.faceted-search-content .faceted-section-box .faceted-date-range,
.faceted-search-content .faceted-section-box .faceted-date-range .days-ago-input {
	color: #000 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button {
	border: 1px solid #263975 !important;
	color: #263975 !important;
}

.list-content .listing-bottom .listing-description-text {
	color: #000 !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
	margin-top: 0 !important;
}

@media (max-width: 992px) {

	.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,
	.mobile-breadcrumb,
	.list-content .list-listing-mobile .view-listing-details-link {
		background: #263975 !important;
	}

	.list-content .list-listing-mobile .price-container .price {
		color: #263975 !important;
	}

	.fin-calc p,
	.fin-calc strong,
	.dealer-info a {
		color: #263975 !important;
	}

	.list-content .list-listing-mobile .email-seller-link {
		height: 38px !important;
	}

	.spec-container a,
	.list-content .list-listing-mobile .listing-portion-title {
		color: #263975 !important;
	}

	.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
	.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text {
		border: 1px solid #263975 !important;
	}

	.detail-content-mobile .detail-main-body .detail-mobile-top .detail-title,
	.detail-content-mobile .detail-main-body .detail-mobile-top .detail-category,
	.detail-content-mobile .detail-main-body .main-detail-data,
	.main-detail-data .currency-selector,
	.detail-content-mobile .share-listing {
		color: #263975 !important;
	}

	.detail-content-mobile .detail-additional-data .data-row .data-value,
	.list-content .list-listing-mobile .listing-description-text,
	.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
		color: #000 !important;
	}
}