﻿
/*===================== 
	base styles 
=======================*/

body {
	font-family: Arial, sans-serif; 
    margin: 0;
	overflow-x: hidden;
	line-height: 1.6;
}

.clear {clear: both;}


hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
} 

img {border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0 0 2% 0;
	color:#adf1d18;
	}
	h1 {font-size: 35px;}
	h2 {padding-top:10%; /*color:#fff;*/}

.home-intro h2{padding: 0 0 2% 0 !important; font-size: 18px !important;}

p {
	margin: 0 auto;
	text-align:center;
	}

b, strong {
    font-weight: bold;
	}
	
hr {
	margin:4% auto;
	width:60%;	
	color:#df1d18;
}

a, .financing-intro a p, .war-col-span .col-1-2 {transition: all .2s ease-in-out;}
.financing-intro a, .thank-you a {color: #fff;}

.center {
	text-align: center;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
footer a,
footer a:link, 
footer a:visited, 
footer a:active {
	outline: 0;/*reset*/
    color: #fff; 
    text-decoration:none;
	}
	footer a:hover  {
		text-decoration: none;
		color:#df1d18;
		} 

header a,
header a:link, 
header a:visited, 
header a:active {
	outline: 0;/*reset*/
    color: #df1d18; 
    text-decoration:none;
	}
header a:hover, footer a:hover  {
	text-decoration: none;
	color:#000;
	} 

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
	}

header {
	margin: 0 auto;
	padding:1em 10%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	}
header p strong {
	color:#df1d18;	
}
header img {
	width:80%;}

.logo {
	float:left;
}

/*===================== 
	nav styles 
=======================*/
#menu-button { /* hiding responsive menu button */
	display: none;
}
nav.mobile { /* hiding responsive menu */
	display: none;
}
/* ------------ */
nav.primary {
	background: #df1d18;
	width: 100%;
	padding: 0;
	position:relative;
	z-index: 999;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}
nav.primary ul {
	max-width:1150px;
	padding: 0;
	margin: 0 auto;
}
nav.primary ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
nav.primary ul li a {
	font-weight: bold;
	display: block;
	padding: 15px 2vw;
	text-decoration: none;
	color: #fff;
	margin: 0;
}
nav.primary ul li a:hover {
	background: #fff;
	color: #df1d18;
}
nav.primary ul li li a { /* appearance of the sub-level links */
	background: #df1d18;
	border-top: #BF292B solid 3px;
	font-weight:400;
	padding: 15px 25px;
}
nav.primary ul li li a:hover { /* appearance of the sub-level links on hover */
	background: #bf292b;
	color:#f7f7f7;
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute;
}
nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
nav.primary ul li:hover > ul {
	display: block;
	line-height: 18px;
	z-index: 100;
}
nav.primary ul ul li {
	float: none;
	position: relative;
	margin: 0;
}

/*===================== 
	content styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}

.wrap h1 {display: block; margin: 1em 0;}
	

/* ======================
	SCROLLING INVENTORY
====================== */
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/*===================== 
	layout styles 
=======================*/

.container .left {float: left;}
.container .right {float: right; text-align:right;}

.container {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	}

#inv {
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
	}
	
.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}
.col-1-4 { width: 24%;}
.col-1-3 { width: 31.33333%;}
.col-1-2 { width: 49%;}
.col-2-3 { width: 65%;}
.col-3-4 { width: 75%;}


/*===================== 
	footer styles a
=======================*/

footer {
	margin: 0;
	width: 100%;
	background:#df1d18;
	padding-top:1.5%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #f7f7f7;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #f7f7f7;
		}

.footertext {
	font-size:13px; 
	color:#f7f7f7;
	}

.smallfootertext {
	font-size:10px; 
	color:#f7f7f7;
	}

.divfooter {
	width:40%; 
	text-align:center; 
	margin:0 auto;
	padding-bottom:1.5%;
	line-height: 1.4;
	box-sizing: border-box;
	}


/* ======================
	FORM
====================== */
footer form {
	margin:1% auto;
	padding:3%;
	width:45%;
	background-color:#BF292B;
	display: flex;
	flex-wrap: wrap;
}
footer form h2 {
	width: 100%;
}
footer form .col-1-2 {
	width:calc(50% - 2em);
	display:inline-block;
	margin:1em;	
}

footer form label {
	display:block;	
	color:#f7f7f7;
	margin-top: 5px;
}

footer form label .label-row {
	margin-bottom: 5px;
}

span.text {
	color:#f7f7f7;
}
footer form textarea {
	width:100%;	
	padding: 10px;
	box-sizing: border-box;
}
footer form input {
	width:100%;	
	padding: 10px;
	box-sizing: border-box;
}
footer form select {
	width:100%;	
	padding: 10px;
	box-sizing: border-box;
}
footer form input.button {
	background:#f7f7f7;	
	border:none;
	box-shadow:none;
	padding:1em;
	color:#bf292b;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	border-radius:5px;
}
footer form input.button:hover {
	background:#222;	
	color:#f7f7f7;
	cursor:pointer;
}
.CaptchaMessagePanel {
    padding: 5px 5px 10px 5px;
    font-weight: bold;
	font-size: 14px;
    color: #fff !important;
}

	
/* ======================
	home page
====================== */
.hero-img {
	z-index:-2;
	background:url(../siteart/financing-img.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	padding: 0 0 6em;
	background-color: #000;
}
#home-title {
	text-align:center;
	color:#fff;	
	font-size:40px;
}
.col-1-4 { 
	width:22.5%; 
	margin:0 1%;
	display:block;
}
.inv-col-span {
	max-width:1100px;
	padding-top:2%;	
}
img.brighten {
	opacity:0.7;
	position:relative;
}
img.brighten:hover {
	opacity: 1;	
}
.container figure {
	background-color:#000;
	margin:0 1%;
	padding:0;
	display:block;	
	overflow:hidden;
}
.container figcaption {
	text-align:center;
	color:#fff;	
	margin-top:-5px;
	padding:1em;
	font-size:20px;
	position:relative;
	background-color:#df1d18;
}
.bg-home {
	background-color:#EDEDED;
	width:100%;
	padding:3% 0;	
}
.home-intro {
	text-align:center;	
	padding:0 0 3em 0;
	width:90%;
	margin:0 auto;
}

/* ========================== 
	Form Page
========================== */
.thank-you {
	color:#fff;	
	padding:10% 0;
}
.thank-you a:hover {
	text-decoration:underline;	
	color:#fff;
}

/* ===================== 
	contact page
===================== */

.contact-intro {
	text-align:center;
	width:90%;
	margin:3em auto;	
}
.contact-intro h2 {
	padding-top:3%;
}
.contact-intro p strong {
	color:#df1d18;
}
.contact-intro iframe {
	padding-top:3%;
	border:none;
}

/* ======================
	financing page
======================== */
.financing-img {
	background:url(../siteart/financing-img-2.jpg) no-repeat;
	background-position:center;
	background-size:cover;	
	padding: 3em 0;
	background-color: #000;
}
.financing-intro {
	text-align:center;
	width:90%;
	margin:0 auto;	
	color:#fff;
	display: block;
}
.financing-intro h2 {
	color:#fff;	
}
.financing-intro a p {
	background:#df1d18;
	color:#fff;	
	margin:5% auto;
	padding:2% 0;
	width:30%;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	text-decoration:underline;
	font-weight:bold;
	font-size:20px;
	border: solid 3px #df1d18;
}
.financing-intro a p:hover {
	border: solid 3px #fff;	
	background-color:transparent;
	color:#fff;
}
.financing-intro a p.green-btn {
	background:#29A624;
	color:#fff;	
	margin:5% auto;
	padding:2% 0;
	width:30%;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	text-decoration:underline;
	font-weight:bold;
	font-size:20px;
	border: solid 3px #29A624;
}
.financing-intro a p.green-btn:hover {
	border: solid 3px #fff;	
	background-color:transparent;
	color:#fff;
}

.financing-intro a:hover {
	color:#fff;
	text-decoration:underline;	
}


/* ========================
 	Warranty Page
======================== */
.warranty-img {
	background:url(../siteart/warranty-img.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	background-color: #000;
}
.war-col-span {
	padding:3em 0;
	max-width:1024px;	
}
.war-col-span h1 {
	text-align:center;
	color:#fff;	
}
.war-col-span p {
	color:#fff;	
}
.war-col-span .col-1-2 {
	background-color:#df1d18;
	width:45%;
	padding:3% 0;
	margin:8% 2%;
	color:#fff;
	text-align:center;
	text-decoration:underline;
	font-weight:bold;
	font-size:20px;
	border:solid 3px #df1d18;	
}
.war-col-span .col-1-2:hover {
	color:#fff;
	text-align:center;
	text-decoration:underline;
	font-weight:bold;
	font-size:20px;	
	background-color:transparent;
	border:solid 3px #fff;
	transition: .2s ease-in-out all;
}

/* ======================
	Service page
======================== */
.service-img {
	background:url(../siteart/service-img-2.jpg) no-repeat;
	background-size:cover;
	background-position:center;	
}
.service-intro {
	text-align:center;
	padding:15% 0 40% 0;
	width:90%;
	margin:0 auto;	
	color:#fff;
}
.service-intro h2 {
	color:#fff;	
}

/* ======================
	Rentals page
======================== */
.rental-img .container {
	margin:3em auto;
}
.rentals-intro {
	width:60%;
	display: inline-block;
	vertical-align: top;
	margin:0 auto;	
	color:#222;
}
.rental-img-col {
	display: inline-block;
	vertical-align: top;
	width: 35%;
	padding-right: 4%;
}
.rentals-intro h2 {
	color:#df1d18;	
}
.rentals-intro a {
	color:#222;
}
.rentals-intro p {
	text-align:left !important;
}
.rentals-intro a p {
	color:#222;	
	margin:10% auto;
	padding:2% 5%;
	width:30%;
	text-align:left;
	text-decoration:underline;
	font-weight:bold;
	font-size:20px;	
	border: solid 3px #df1d18;
}
.rentals-intro a p:hover {
	border: solid 3px #fff;	
	background-color:transparent;
	margin:10% auto;
	padding:2% 5%;
	width:30%;
	text-decoration:underline;
	font-weight:bold;
	font-size:20px;
	transition: .2s ease-in-out all;
}
.rentals-intro a:hover {
	color:#df1d18;
	text-decoration:underline;	
}
.rentals-intro a {
	text-decoration:underline;	
}



/* ===========================================
	MEDIA SREENS
============================================ */


@media screen and (max-width:1070px) {
header img {
	width:100%;
	max-width: 350px;
	float:none;
	margin:0;
	padding:0;
}
header .right {
	text-align:center;	
	float:none;
	padding-top:2%;
}
#home-title {
	padding-top:7%;
	color:#fff;	
}
.divfooter {
	width:80%;
	padding:2em;	
}


/* FORM */
footer form {
	margin:1% auto;
	padding:2%;
	width:80%;
	background-color:#BF292B;
}
	

/* FINANCING PAGE */


/* RENTAL PAGE */
.rental-img-col {
	width: 60%;
}
.rentals-intro {
	width: 95%;
	display: block;
}

/* CONTACT PAGE */
	
/* INV PAGE */
.body-wrapper {margin: 3em 0!important;}


/* MOBILE NAV */
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 30px;
	width: 97%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding-left: 3%;
	padding-bottom: .5%;
	background-color:#df1d18;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
}
nav.primary {
	display:none;	
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: #999;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #ccc;
	font-size: 15px;
	text-decoration: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click {/* dropdown menu idicator arrow be sure to include this image with your image files */
	background: url(../siteart/arrow.png) 10px 12px no-repeat;
	background-size: 55%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 0 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-webkit-transition: background-size .3s ease-in-out;
	-moz-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover {
	background-size: 60%;
}
}

@media screen and (max-width:930px) {
header .right {
	text-align:center;	
	float:none;
	padding-top:2%;
}
header {justify-content: center;}
	
.hero-img {padding: 0 0 4em;}
	
.divfooter {
	width:80%;
	padding:2em;	
}
.container figcaption {
    font-size: 17px;
}
}

@media screen and (max-width:840px) {
.rentals-intro a p {
	width:70%;	
}
}

@media screen and (max-width: 760px) {
header .right {
	text-align:center;	
	float:none;
	padding-top:2%;
}
	
.rentals-intro {text-align: center;}
	
/*.hero-img {
	background:none;	
}*/

#home-title {
	font-size: 32px;	
}
.home-intro h1 {
	padding-top:5%;	
}
.inv-col-span figure{
	width:85%;
	margin:0 auto;
}
.inv-col-span .col-1-4, .inv-col-span .col-1-3 {
	margin:5% auto;
	padding:0 8%;
	background:none;
}
img.brighten {
	opacity:1;
	position:relative;	
}
img.brighten:hover {
	opacity: 1;	
}
.call-out-span {
	margin:10% auto;	
}
.call-out-span .col-1-2 {
    background-color: #df1d18;
    width:85%;
    padding: 3% 0;
    margin: 2% 7%;
}
h1 {
	font-size:25px;	
}
hr {
	margin:	8% auto;
}
.divfooter {
	width:90%;
	padding:2em;	
}

.rentals-intro a p {
	width:90%;	
	padding:2% 4%;
}
.rentals-intro a p:hover {
	width:90%;	
	padding:2% 4%;
	transition: .2s ease-in-out all;
}
.financing-intro a p, .financing-intro a p.green-btn {
	width:90%;
	padding:2% 4%;	
}
.financing-intro a p:hover, .financing-intro a p.green-btn:hover {
	width:90%;
	padding:2% 4%;
	transition: .2s ease-in-out all;
}
.war-col-span .col-1-2 {
	width:90%;
	float:none;
	margin:5% auto;
	padding:3% 0;	
}

/* FORM  */
footer form {
	margin:1% auto;
	width:85%;
	background-color:#BF292B;
}
footer form .col-1-2 {
	width:100%;
	float:none;
	display:inline-block;
	box-sizing: border-box;
}
footer form label {
	width:100%;
	display:block;	
	color:#f7f7f7;
}
span.text {
	color:#f7f7f7;
}
footer form textarea {
	width:95%;	
}
footer form input {
	width:95%;	
}
footer form select {
	width:95%;	
}
footer form input.button {
	background:#f7f7f7;	
	border:none;
	box-shadow:none;
	padding:1em;
	color:#bf292b;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	border-radius:5px;
	width:100%;
	transition: .2s ease-in-out all;
}
.CaptchaMessagePanel {
    padding: 5px;
    font-weight: bold;
    color: #fff !important;
}
.CaptchaWhatsThisPanel a:hover {
    padding: 5px;
    color: #fff !important;
	text-decoration:underline !important;
}


	
/* ----------- Mobile Nav Styles ------------ */	
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 30px;
	width: 98%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding-left: 3%;
	padding-bottom: .5%;
	background-color:#df1d18;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
}
nav.primary {
	display:none;	
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: #999;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #ccc;
	font-size: 15px;
	text-decoration: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click {/* dropdown menu idicator arrow be sure to include this image with your image files */
	background: url(../siteart/arrow.png) 10px 12px no-repeat;
	background-size: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 0 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-webkit-transition: background-size .3s ease-in-out;
	-moz-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover {
	background-size: 60%;
}
}


