﻿/*===================== 
	Color information
	
	red #c41230
	Grey #e5e5e5
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
	}

body {
	font-family: 'Roboto', sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
.clear { clear: both;}

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {
		font-size:30px;
		font-weight:800;
	}
	h2 {
		font-size:18px;
		font-weight:700;
	}
	h3 {}
	h4 {}
	h5 {}
	h6 {}

p {
	margin: 0;
	font-size:18px;
	font-weight:400;
	}

h2.lg-red{
	font-size: 30px!important;
	color:#c41230;
}
.bold {
    font-weight: bold;
	}
.font-red {
	color:#c41230;
}
.font-white {
	color:#fff;
}
.font-thin {
	font-weight:300; 
}
.font-center {
	text-align: center;
}
.bg-red {
	background-color:#c41230;
}
.border-top {
	border-top:3px solid #000;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #000; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

.copy-link {
	color:inherit!important;
}
.copy-link:hover {
	text-decoration: underline;
}
.disclamer-1 {
	font-size: 12px!important;
}

/*===================== 
	header styles 
=======================*/

.header-social-1 {
	color:#c41230!important;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	padding:0 5px 0 0;
	font-size: 18px;
}
.header-social-1:hover {
	color:#000!important;
}


.header-wrap {
	width: 100%;
	margin: 0;
	}

header {
	margin: 0 auto;
	max-width: 1100px;
	}
.header-logo-1 {
	padding:10px;
}
.header-logo-1 img {
	max-width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
}
.nav-info-cont-1 {
	padding:0 10px;
}
.header-search-1 {	
	padding:10px 0;
}
.header-search-1 form {
	display: flex;
	justify-content: flex-end;
}
.page-header-1 {
	background: url("../siteart/bg-texture-1.png") repeat;
	width:100%;
	background-color: #e5e5e5;
	border-top:3px solid #c41230;
}

/*===================== 
	header search styles 
=======================*/

.header-search-1 input {
	width:60%;
	padding:5px;
	border:2px solid #c41230;
}
.header-search-1 button {
	background: none !important;
	border: none !important;
	outline: none !important;
	color: #000 !important;
	font-size: 20px !important;
}

/*===================== 
	nav styles 
=======================*/

#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	width:100%;
	}
	nav.primary ul {
		margin:0 auto; 
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			}
			nav.primary ul li a {
				font-family: 'Roboto', sans-serif;
				color: #000;
				font-size: 17px;
				text-decoration: none;
				padding: 20px 10px;
				display: block;
				margin: 0;
				text-align: center;
				-webkit-transition: .2s ease-in;
				-moz-transition: .1s ease-in;
				-o-transition: .1s ease-in;
				transition: .1s ease-in;
				}	
			nav.primary ul li a:hover {
				background: #c41230;
				color:#fff;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				font-size:16px;
				line-height:16px;
				padding:10px;
				color:#fff;
				display: inline-block;
				text-align:center;
				margin:0 auto;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover {
				color:#000;
				background: none;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
	flex-wrap: wrap;
	justify-content: space-around;
    position: absolute;
	left:0;
	width:100%;
	background:#c41230;
	padding:20px;
	box-sizing: border-box;
	border-right:1px solid #fff;
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: flex;
    line-height:18px; 
    z-index: 200;
}
nav.primary ul li:hover .super-nav-1 {  
	background: #c41230!important;
	color:#fff!important;
}

nav.primary ul ul li {
    float: none; 
	width: 30%;
    position: relative;
    margin:0;
	text-align: center;
	border-left:1px solid rgba(255,255,255,0.5);
}


/*===================== 
	content styles 
=======================*/

.hero-background-wrap {
	background:url("../siteart/hero-bg-1.jpg") no-repeat center;
	background-size: cover;
	padding:40px 0;	
	background-color:#000;
}
.search-cont-1 {
	max-width: 500px;
}

.btn-1 {
	display: block;
	max-width: 320px;
	padding:10px;
	margin:20px auto;
	color:#fff!important;
	background:#c41230;
	font-size: 18px;
	text-align: center;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}
.btn-1:hover {
	background:#E81538;
}
.list-centered {
	margin:0;
	padding:20px 0;
}
.list-centered li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 600;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin:0 auto;
}
.contact-page-list {
	padding:10px 0;
	margin:0;
}
.contact-page-list li {
	padding:0;
	margin:0;
	list-style: none;
}
.contact-page-list li a {
	color:#000;	
}
.contact-page-list li a:hover {
	color:#c41230;	
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	padding:10px 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
	Detailed Search - styles 
=======================*/

.detailed-search-wrap h2 {
	color: white;
	font-size: 20px;
}


.detailed-form {
	margin: auto;
}

.detailed-search-wrap .last {
	padding-right: 0px;
}
.detailed-search-wrap .detailed-search input[type='submit'] {
	font-size: 16px;
	background: #c41230;
	width: 50%;
	margin: 5px 0 0 0;
	height: 40px;
	color: #fff;
	display: inline-block;
	border-radius: 0 !important;
	outline: none;
	border: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-webkit-appearance: none;
	font-family: 'Montserrat', sans-serif;
}
.detailed-search-wrap .detailed-search input[type='submit']:hover{
	background:#E81538;
	
}
.detailed-search-wrap .detailed-search input[type='text'],.detailed-search select {
	width: 100%;
	margin: 5px 0;
	padding: 0 8px;
	font-size: 15px;
	height: 40px;
	background-color: #f9f9f9;
	border: 1px solid #bebebe;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.detailed-search-wrap h3 span {
	color: #d7d7d7;
}

.detailed-search-wrap main {
  width:100%;
  padding: 50px;
  margin: 0 auto;
}

.detailed-search-wrap section {
  display: none;
  padding: 20px 0 0;
}

.detailed-search-wrap label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: white;
}

.detailed-search-wrap label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

/*label[for*='1']:before { content: '\f1cb'; }
label[for*='2']:before { content: '\f17d'; }
label[for*='3']:before { content: '\f16b'; }
label[for*='4']:before { content: '\f1a9'; }*/

.detailed-search-wrap label:hover {

	cursor: pointer;
}

.detailed-search-wrap input:checked + label {
	background-color: #c41230;
	color: #fff;
}

.detailed-search-wrap #tab1:checked ~ #content1,
.detailed-search-wrap #tab2:checked ~ #content2,
.detailed-search-wrap #tab3:checked ~ #content3,
.detailed-search-wrap #tab4:checked ~ #content4 {
  display: block;
}

/*===================== 
	Form styles 
=======================*/

/* Containers */



.form-info-cont {
	width: 100%;
	box-sizing: border-box;
}
.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.form-inline-1 {
	display: flex;
	flex-wrap: wrap;
}
.thankyou-container {
	max-width: 1100px;
	margin: 0 auto;
	padding:40px 10px 20% 10px;
}

/* Inputs */

.radio-pad {
	padding: 0 0 0 10px;
}

.form-info-cont input, .form-info-cont date, .form-info-cont select {
	width: 100%;
	display: block;
	padding: 5px 0 5px 5px;
	font-size: 17px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-checkbox input[type="checkbox"] {
	padding: 5px 0 5px 5px;
	margin:  0 0 15px 0;
	box-sizing: border-box;
}
.form-info-cont textarea {
	width: 100%;
	display: block;
	padding: 5px;
	font-size: 17px;
	min-height: 120px;
	box-sizing: border-box;
	margin:  0 0 15px 0;
	font-family: 'Roboto', sans-serif;
}

select {
	margin:0;
	padding:0;
}
.form-inline .button {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size:18px;
	font-weight: 500; 
    display: block;
    padding: 10px;
	width: 40%;
    margin: 10px auto;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
	border: none;
    background: #c41230;
	-webkit-appearance: none;
}


.form-inline .button:hover {
    background: #E81538;

}

.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 




/*===================== 
	layout styles 
=======================*/

.wrap {
	width: 100%;
	margin: 0;
	}
.wrap-texture {
	width:100%;
	margin:0;
	background:url("../siteart/bg-texture-1.png") repeat;
	
	background-color: #e5e5e5;
}

.container-1 {
	max-width: 1100px;
	margin: 0 auto;
	padding:40px 10px;
	}
.container-2 {
	max-width: 900px;
	margin: 0 auto;
	padding:40px 10px;
	}
.container-3 {
	max-width: 1100px;
	margin: 0 auto;
	padding:10px;
	}
.flex-cont-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.flex-cont-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.col-1 { width: 100%; box-sizing:border-box;}	
.col-1-6 { width: 16%; box-sizing:border-box;}
.col-1-5 { width: 20%; box-sizing:border-box;}
.col-1-4 { width: 24%; box-sizing:border-box;}
.col-1-3 { width: 33%; box-sizing:border-box;}
.col-1-2 { width: 49%; box-sizing:border-box;}
.col-2-3 { width: 65%; box-sizing:border-box;}
.col-3-4 { width: 75%; box-sizing:border-box;}
.list-content .listing-widgets .Currency a{
	color: #000000!important;
}
.financing.listing-widget__financing.Currency{
	color: #000000!important;
	
}
.listing-widgets-detail .Currency a{
	    background: #003a5d !important;
}
/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}

.foot-info-cont-1 {
	padding:0 10px 0 0;
}
.foot-info-cont-1 ul {
	margin:0;
	padding:10px 0;
}
.foot-info-cont-1 ul li {
	margin:0;
	padding:0;
	list-style: none;
}
.foot-info-cont-1 ul li a {
	color:#000;
}
.foot-info-cont-1 ul li a:hover {
	text-decoration: underline;
}
.foot-info-cont-2 {
	max-width:350px;
}
.cust-privacy-p {
	color:#000!important;
	font-size:13px;
}
.cust-privacy-p:hover {
	text-decoration:underline; 
}

a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:underline; 
		font-size:13px;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:490px; 
	text-align:center; 
	margin:0 auto;
	}

/*========================== 
	  Responsive styles 
============================*/
@media screen and (max-width: 1000px)  {
	nav.primary ul li a {
		font-size: 14px;
		padding: 20px 5px;
	}	
}

@media screen and (max-width: 800px)  {
	
	.col-1-2, .col-1-3, .col-2-3 {
		width:100%;
	}
	.nav-info-cont-1 {
		width:60%;
	}
	
	
	.header-search-1 input {
		width:90%;
	}
	
	.hide-on-mobile {
		display: none;
	}
	
	/*==============================
		Mobile Nav Styles			
	================================*/	
	nav.primary{display:none;}
	#menu-button{ 
		width: 100%;
		display: block;
		font-size: 24px;
		position: relative;
		line-height:60px; 
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
		background: #c41230;
		text-align: right;
		}
		#menu-button a{
			 color:#fff;
			 text-decoration: none;
			 padding:0 .8em 0 0; 
			 font-weight:normal;
		  }
	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -250px;
		width: 250px;
		height: 100%;
		background: #333;
		z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
		overflow:auto;
	}
	/* MENU HEADER SOCIAL MEDIA */
		nav.mobile .social-media {
			position: relative;
			text-decoration: none;
			display: inline-block;
			font-size:16px;
			word-spacing:13px;
			padding:0 0 0 15px;
			color: #ccc !important;
		}

		nav.mobile .social-media a:link, nav.mobile .social-media a:visited {color:#ccc; text-decoration:none;}
		nav.mobile .social-media a:hover, nav.mobile .social-media a:active {color:#fff; text-decoration:underline;}

	/* MENU HEADER STYLES */
	nav.mobile .mobile_top {
		position: relative;
		display:block;
		padding: 0;
		margin:15px 0 10px 0;
		color: #999;
		font-size: 18px;
		font-weight: 400;
	}

	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {
		position: absolute;
		padding: 3px 8px 3px;
		font-family: Arial, sans-serif;
		font-size:24px;
		font-weight: bold;
		line-height: 1;
		background: #222;
		color: #999;
		text-decoration: none;
		top:-4px;
		right:13px;
	}
	nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
		color: #fff;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
		position:relative;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		position: relative;
		display: block;
		font-size:15px;
		padding: 10px;
		color: #999;
		text-decoration: none;
		border-left:4px #333 solid;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
		border-left:4px #C8102E solid; /* border highlight - Change to fit match site colors */
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		border-left:4px #444 solid;
		color: #ccc;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #ccc;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}


	.nav-footer {color:#1B1B1B; position:relative; text-align:center; font-size:14px; line-height:16px; padding:15px 0;}


    
    .grid figure{width: 49%;}
	
	.foot-info-cont-1, .foot-info-cont-2 {
		width:100%;
		padding:10px 0;
		max-width: 100%;
	}
	.form-inline .button {
		width: 90%;
	}
	
}

@media screen and (max-width: 500px)  {
	.detailed-search-wrap .detailed-search input[type='submit'] {
		width: 100%;
	}
}

@media screen and (max-width: 400px)  {
	.nav-info-cont-1 {
		width:100%;
	}
	.header-logo-1 {
		width:100%;
	}
	.foot-info-cont-1 ul li a {
		word-break: break-all;
	}
	
}
	
