﻿/***** BEGIN 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

.clear {
	clear: both;
	height: 0px;
	margin: 0;
}

/***** END RESET *****/


/* roboto-condensed-regular - latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-condensed-v16-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
		url('../fonts/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/roboto-condensed-v16-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/roboto-condensed-v16-latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/roboto-condensed-v16-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg');
	/* Legacy iOS */
}


/* roboto-condensed-italic - latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/roboto-condensed-v16-latin-italic.eot');
	/* IE9 Compat Modes */
	src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'),
		url('../fonts/roboto-condensed-v16-latin-italic.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/roboto-condensed-v16-latin-italic.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/roboto-condensed-v16-latin-italic.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/roboto-condensed-v16-latin-italic.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/roboto-condensed-v16-latin-italic.svg#RobotoCondensed') format('svg');
	/* Legacy iOS */
}


/* roboto-condensed-700 - latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-condensed-v16-latin-700.eot');
	/* IE9 Compat Modes */
	src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
		url('../fonts/roboto-condensed-v16-latin-700.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/roboto-condensed-v16-latin-700.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/roboto-condensed-v16-latin-700.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/roboto-condensed-v16-latin-700.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed') format('svg');
	/* Legacy iOS */
}


/* roboto-condensed-700italic - latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/roboto-condensed-v16-latin-700italic.eot');
	/* IE9 Compat Modes */
	src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'),
		url('../fonts/roboto-condensed-v16-latin-700italic.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/roboto-condensed-v16-latin-700italic.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/roboto-condensed-v16-latin-700italic.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/roboto-condensed-v16-latin-700italic.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/roboto-condensed-v16-latin-700italic.svg#RobotoCondensed') format('svg');
	/* Legacy iOS */
}

body {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	font-size: 18px;
	-webkit-text-size-adjust: none;
}

td {
	vertical-align: top;
}


/***** Global text link style *****/

a {
	/* text-decoration: none; */
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #737373;
}

h1 {
	font-size: 40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

h2 {
	font-weight: 700;
	font-size: 36px;
}

h3 {
	font-weight: 400;
	font-size: 28px;
}

h4 {
	font-weight: 400;
	font-size: 22px;
}

h5 {
	font-weight: 400;
	font-size: 20px;
}


p {
	margin-bottom: 15px;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
}

.background {
	display: block;
	width: 100%;
	background: url(../siteart/background.png) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
	width: 96%;
	margin: 0 auto;
	max-width: 1400px;
}

.padding-top {
	padding-top: 30px;
}

.wrapper {
	width: 92%;
	margin: 0 auto;
	max-width: 1170px;
}

/*HOSTED CONTENT*/
.hosted-content h2 {
	font-weight: 700;
	font-size: 32px;
	color: #fff;
}

.hosted-content h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	font-weight: 400;
	color: #fff !important;
}

.hosted-content h5 {
	font-family: 'Roboto Condensed', sans-serif;
}


/*SPANS*/
.red {
	color: #c42822
		/*red*/
	;
}

.white {
	color: #fff;
}

.gray {
	color: #737373
		/*gray*/
	;
	font-weight: 700;
}

/***HEADER***/
.black-header {
	background-color: #000;
}

.top-bar {
	width: 100%;
	float: none;
	display: block;
	align-content: center;
	margin: 0 auto;
	position: relative;
	text-align: center;
}


.small-box {
	width: 20%;
	box-sizing: border-box;
	text-align: left;
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
	padding-top: 30px;
}

.small-box-logo {
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
	padding: 50px;
}

.small-box-logo a {
	display: flex;
	justify-content: center;
}

.small-box a {
	color: #fff;
	text-decoration: underline;
}

.small-box a:hover {
	color: #737373
		/*gray*/
	;
	text-decoration: none;
}


/*BODY*/
.welcome-text {
	padding-bottom: 40px;
}

.three-boxes {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	background-size: 100%;
}

.three-boxes a {
	text-decoration: none;
	color: none;
}

.red-button {
	display: inline-block;
	float: none;
	width: 28%;
	height: 100px;
	margin: 0 10px;
	margin: 1%;
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
    background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
	text-align: center;
	vertical-align: top;
}

.red-button .red-button-title {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 65%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 26px;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin: 0 0 0 0;
	z-index: 99;
}

.red-button:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .3s all;

}

.red-button:hover:after {
	opacity: 0.8;
	background: #c42822;
}

a .red-button {
	color: #fff;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover .red-button {
	color: #000;
}

/*EQUIPMENT*/

.inventory-boxes {
	padding: 20px 0;
}

.equipment-contain {
	padding: 0 0 30px 0;
	width: 100%;
	float: left;
	background-size: 100%;
}

/* Category Box */
.categorybox {
	float: left;
	width: 23%;
	margin: 0 0 0 0;
	box-sizing: border-box;
	height: 180px;
	margin: 1%;
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.categorybox .categorybox-title {
	text-align: center;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 28px;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 1em;
	margin: 0 0 0 0;
	text-transform: uppercase;
	z-index: 99;
}

.categorybox:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
	transition: .3s all;
	display: block;
}

.categorybox:hover:after {
	opacity: 0.8;
	background: #c42822;
}

a .categorybox {
	color: #fff;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover .categorybox {
	color: #000;
}
#inventory .flex-container{
	display: flex;
}
#inventory .flex-container-mobile{
	display: flex;
}
#inventory .flex-thirds{
	width: 33.333%;
	display: grid;
}
#inventory .flex-half{
	width: 50%;
	display: grid;
}
#inventory .int-button{
	color: white;
	background-color: #C42822;
	padding: 15px 0px;
	margin: 10px;
	font-size: 20px;
	text-align: center;
	    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}
a.int-button{
	text-decoration: none;
}
#inventory .int-button:hover{
	background-color: black;
	color: white;
}
/*Financing*/

.left {
	margin: 10px auto;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.financing-button {
	display: inline-block;
	float: none;
	margin: 0 auto;
	margin: 20px;
	width: 200px;
	height: 100%;
	padding: 20px;
	background-color: #c42822
		/*red*/
	;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border: #c42822
		/*red*/
		solid 3px;
	vertical-align: top;
}

.financing-button:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	border: #fff solid 3px;
	transition-property: background;
	transition-duration: .25s;
	transition-timing-function: linear;
}


/***CONTACT***/

.contact-contain {
	padding: 20px 0 40px 0;
	width: 100%;
	float: left;
	background-size: 100%;
}

.contact-info {
	width: 25%;
	float: left;
	margin-right: 5%;
}

.map {
	width: 70%;
	float: left;
}

/***FORM***/

.contact {
	text-align: left;
	display: inline-block;
	box-sizing: border-box;
	align-items: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin: 0 auto;
	padding: 0 0 30px 0;
	width: 100%;
	float: left;
	background-size: 100%;
}

.contact p {
	margin-bottom: 0;
	padding-left: 20px;
}

textarea {
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
	margin: 5px 0 10px 0;
}

.splitform {
	width: 45%;
	float: left;
	margin: 0 2%;
}

input {
	padding: 5px;
	box-sizing: border-box;
	width: 95%;
	margin: 5px 0 15px 0;
}

input[type=checkbox],
input[type=radio] {
	width: 30px;
}

form {
	vertical-align: top;
	margin: 0 auto;
	font-size: 12px;
}

.main-heading {
	padding: 40px 0;
	text-align: left;
	border-bottom: #f8a61a
		/*orange*/
		solid 4px;
}

select {
	width: 95%;
	padding: 8px;
	border: 1px solid rgb(169, 169, 169);
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	font-family: 'Roboto Condensed', sans-serif;
}

element.style {
	width: 80%;
}

.center {
	text-align: center;
}

.center p {
	text-align: left;
	margin-bottom: 0;
	padding-left: 27px;
}

.center input {
	padding: 5px;
	box-sizing: border-box;
	width: 16%;
	margin: 5px 0 15px 0;
}

.center .submit-button {
	display: inline-block;
	margin-bottom: 15px;
	padding: 12px 0;
	width: 45%;
	font-family: 'Roboto Condensed', sans-serif;
	background: #c42822
		/*red*/
	;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

.center .submit-button:hover {
	background: #000;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

form .submit-button {
	border-style: none;
}

/*FOOTER*/

.bottom-wrapper {
	background: url(../siteart/bottomnav.jpg);
    background-color: #000;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	border-bottom: #c42822 solid 4px;
}

.bottom-nav {
	max-width: 1400px;
	width: 96%;
	float: none;
	display: block;
	align-content: center;
	margin: 0 auto;
	position: relative;
	padding: 20px 0;
}

.nav-box {
	width: 24%;
	margin: 0 auto;
	float: left;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
}

.nav-box-logo {
	margin: 0 auto;
	float: left;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	padding-top: 40px;
}

.nav-box p {
	font-weight: 700;
}

.nav-box a {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}

.nav-box a:hover {
	text-decoration: underline;
	color: #c42822
		/*red*/
	;
}

footer {
	background: #000;
	padding: 40px 0;
}

.copyright {
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.copyright a:hover {
	color: #c42822 !important;
	text-decoration: underline;
}

.copyright a {
	color: #fff !important;
}


/*

Needed for Parallax
.parallax-window1 {
    min-height: 800px;
    background: transparent;
}

.parallax-window2 {
    min-height: 400px;
    background: transparent;
}

*/


.view-listing-details-link,
.buy-now-link,
.faceted-search-content .selected-facets-container .selected-facet,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.modal-bg .form-bottom .captcha-and-submit .captcha-placeholder button,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.compare-listings-container .compare-container .button {
	background: #c42822 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
	color: #c42822 !important;
	border-color: #c42822 !important;
}

.view-listing-details-link:hover {
	color: #fff !important;
}


.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-title .list-listings-count {
	color: #c42822 !important;
}

.detail-content .detail-additional-data .data-row .data-label {
	background: #000 !important;
}

.detail-content .detail-main-body .main-detail-data .detail-price,
.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title h3,
.compare-listings-container .compare-container .compare-price {
	color: #000 !important;
}

.compare-chkbox-container .compare-listings .compare-chkbox {
	margin-bottom: 0 !important;
}

.compare-chkbox-container .compare-listings .compare-label {
	margin-bottom: 5px !important;
	margin-left: 3px !important;
}

.compare-chkbox-container .compare-listings .fa-check {
	top: 0px !important;
	left: 1px !important;
}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc p {
	margin-bottom: 0px !important;
}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc {
	padding: 3px 0 !important;
}

/*===================== 
                Responsive styles 
=======================*/
@media screen and (max-width: 1400px) {

	/*HEADER*/
	.small-box {
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}

	.top-bar>.small-box:first-of-type {
		display: flex;
		justify-content: center;
	}

	.small-box-logo {
		width: 80%;
		padding: 20px 0;
	}

	/*FOOTER*/
	.nav-box {
		width: 18%;
	}

	.nav-box-logo {
		max-width: 100%;
		width: 60%;
		padding: 0 15px;
		padding-top: 40px;
		float: right;
	}

	.nav-box-logo img {
		max-width: 100%;
	}
}

@media screen and (max-width: 1250px) {
	.red-button .red-button-title {
		left: 50%;
	}
}

@media screen and (max-width: 1090px) {

	/*HEADER*/

	p {
		margin-bottom: 10px;
		font-size: 15px;
	}

	a {
		font-size: 15px;
	}

	.small-box a {
		font-size: 28px;
	}

	.small-box-logo img {
		max-width: 100%;
	}

	/*BODY*/
	.red-button img {
		width: 100%;
		max-width: 100%;
	}

	/*EQUIPMENT*/
	.categorybox {
		width: 48%;
	}

	/*FOOTER*/
	.copyright a {
		font-size: 12px !important;
	}
}

@media screen and (max-width: 830px) {

	/*HEADER*/
	h3 {
		font-size: 16px;
	}

	.small-box a {
		font-size: 16px;
	}


	/*BODY*/

	.red-button {
		width: 50%;
	}

	.inventory-boxes {
		text-align: center;
	}

	.contact-info {
		width: 100%;
		margin-right: 0;
		padding-bottom: 30px;
		text-align: center;
	}

	.map {
		width: 100%;
	}

	/*FOOTER*/
	.nav-box {
		width: 50%;
		text-align: center;
	}

	.nav-box-logo {
		max-width: 100%;
		width: 100%;
		padding: 0 60px;
		padding-top: 40px;
	}

}

@media screen and (max-width: 750px) {

	/*BODY*/
	.red-button {
		width: 60%;
		max-width: 50%;
		margin: 10px 0;
	}

}
@media screen and (min-width: 571px){
	#inventory .flex-container-mobile{
		display: none;
	}
}

@media screen and (max-width: 570px) {

	/*HEADER*/
	.small-box-logo img {
		width: 100%;
	}

	.small-box img {
		width: 40%;
		max-width: 100%;
	}

	.inventory-boxes {
		padding: 10px 0;
	}

	.inventory-boxes h1 {
		font-size: 28px;
	}

	.contact-contain {
		padding: 10px 0;
	}

	.financing-contain {
		padding: 10px 0;
	}

	.contact {
		padding: 0 0 10px 0;
	}

	.welcome-text {
		padding-bottom: 10px;
	}

	/*BODY*/
	.center p {
		padding-left: 10px;
	}

	.contact p {
		padding-left: 10px;
	}

	.nav-box-logo {
		max-width: 100%;
		width: 100%;
		padding: 0 10px;
		padding-top: 40px;
	}

	.map {
		padding-bottom: 20px;
	}

	#inventory .flex-container{
		display: none;
	}
}

@media screen and (max-width: 480px) {

	/*HEADER*/
	.small-box img {
		width: 30%;
	}

	/*BODY*/
	.red-button .red-button-title {
		font-size: 20px;
	}

	.red-button {
		max-width: 90%;
		width: 250px;
		height: 70px;
	}

	.red-button .red-button-title {
		width: 70%;
	}

	/*EQUIPMENT*/
	.categorybox {
		width: 100%;
		margin: 1% auto;
	}

	/*FOOTER*/
	.nav-box a {
		font-size: 12px;
	}
}