﻿
/*===================== 
	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%;}

/*===================== 
	base styles 
=======================*/
html {
    font-family: 'Arimo', sans-serif;
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

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;
	}
	h1 {font-size:32px; padding-bottom: 1%;}

p {
	margin: 0;
	}

b, strong {
    font-weight: bold;
	}

/*===================== 
	link styles 
=======================*/
a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color:inherit; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color:inherit;
		}  

/*===================== 
	header styles 
=======================*/
header {
	margin: 0 auto;
	width: 100%;
    background: url("../siteart/header-bg-img.png") no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 5px 2px 5px #2b2b2b;
}
.logo {
    width: 24%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.logo img {
    width: 90%;
}
.header-info {
	width: 75%;
	text-align: right;
    display: inline-block;
    vertical-align: middle;
}
.top-header {
    color: #222;
    text-transform: uppercase;
}
.top-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-header ul li {
    display:inline-block;
}
.top-header ul li a {
    color: #222;
    display: block;
    padding: 10px 15px;
    text-transform:uppercase;
    font-size:14px;
    font-weight: 700;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}	
.top-header ul li a:hover {
    background: #00006b;
    color: #fff;
}


/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
}
#menu-button {
	display:none;	
}
/* ----- */

nav.primary {
	max-width:100%;
	}
	nav.primary ul {
		margin: 0;
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			}
			nav.primary ul li a {
				color: #222;
				display: block;
				padding: 10px 15px;
				text-transform:uppercase;
				font-size:14px;
                font-weight: 700;
				-webkit-transition-duration: 0.3s; /* Safari */
  				transition-duration: 0.3s;
				}
            nav.primary ul li a img {
				display: inline-block;
                vertical-align: middle;
            }
			nav.primary ul li a:hover {
				text-decoration: underline;
                color: #00006b;
				}
				
/* DROP DOWNS */				
nav.primary ul li li a {  /* appearance of the sub-level links */
	background:#4478db;
	width:150px;
	display:block;
	text-decoration:none !important;
}
nav.primary ul li li  a:hover {  /* appearance of the sub-level links on hover */
	background:#5689EC !important;
	color:#fff !important;
	text-decoration:none !important;
}
/* 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;
	display:block;
}


/*===================== 
	mobile btns styles 
=======================*/
.mobile-btns {
	display:none;	
}


/*===================== 
	banner styles 
=======================*/
.banner {
    background: #cb4c25;
    padding: .75% 0;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
	layout styles 
=======================*/
.wrap {
	max-width:60%;
	margin: 0 auto;
}

.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}
.col-1-4 { width: 24%;}
.col-1-3 { width: 33%;}
.col-1-2 { width: 49%;}
.col-2-3 { width: 65%;}
.col-3-4 { width: 75%;}


/*===================== 
	footer styles 
=======================*/
footer {
	margin: 0;
	width: 100%;
    background: #1b1b1b;
    padding: .75% 0;
}

a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:10px;
	color: #888;
	}
	a.footerlink:hover {
		text-decoration:underline; 
		font-size:10px;
		color: #888;
		}

.footertext {
	font-size:10px; 
	color:#888;
}
.smallfootertext {
	font-size:10px; 
	color:#888;
}
.divfooter {
	width:60%; 
	text-align:center; 
	margin:0 auto;
    color: #888;
}


/*===================== 
	Home Page 
=======================*/
.hero-img {
    background: #1b1b1b;
    width: 100%;
}
.intro-section {
    text-align: center;
	background-color: #222;
    background-image: url("../siteart/intro-bg-img.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 2% 0;
}
.intro-section h1 {
    text-transform: uppercase;
}
.callout-btn {
    background: #cb4c25;
    width: 35%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 1% 0;
    text-align: center;
    margin: 2% 2% 0 2%;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}
.callout-btn:hover {
    background: #00006b;
}
.callout-btn img, .callout-btn p {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 0 1%;
}
.contact-info {
	background-color: #222;
    background-image: url("../siteart/contact-section-bg-img.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 3% 0;
    text-align: center;
}
.contact-info h2 {
    text-transform: uppercase;
    padding-bottom: 2%;
}
.contact-info .col-1-3 {
    display: inline-block;
    vertical-align: top;
}

/*===================== 
	Contact Page 
=======================*/	
.contact-pg {
    padding: 2% 0;
}
.contact-pg .col-1-2 {
    display: inline-block;
    vertical-align: top;
}
.underline {
    text-decoration: underline;
}
.contact-form {
    background: #1b1b1b;
    /* background: url("../siteart/intro-bg-img.png") no-repeat;
    background-size: cover;
    background-position: center; */
    padding: 1% 0;
    text-align: left;
}
.contact-form h2 {
    color: #fff;
    padding-bottom: 2%;
}
.contact-form form input {
    width: 31%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1% 0 0;
    padding: .40%;
    border-radius: 4px;
    border: 1px #555 solid;
    color: #222;
}
.contact-form form textarea {
    width: 98%;
    margin:1% 0 0 0;
    padding: .40%;
    border-radius: 4px;
    border: 1px #555 solid;
    font-family: 'Arimo', sans-serif;
    color: #222;
}
.contact-form form input.button {
    background: #cb4c25;
    width: 31%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1% 0 0;
    color: #fff;
    padding: .90%;
    border-radius: 4px;
    border: none;
}
.CaptchaPanel {
    text-align: left !important;
    padding: 0;
    margin: 0;
    color: #fff;
}
.CaptchaMessagePanel {
    font-size: 12px;
}
	
/*===================== 
	Inventory styles 
=======================*/

.body-content .body-wrapper {padding:2% 0;}

.list-content.list-redesign {padding: 0 5%;}

/*----View Details Button----*/
.view-listing-details-link {background:#cb4c25 !important; color: #000 !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}

/*----Price----*/
.listing-main-stats .price {color:#000 !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #cb4c25 !important; color:#000 !important;}







/* ====================
	MOBILE SCREENS
=================================== */
@media screen and (max-width: 1485px) {
.wrap {
    max-width: 75%;
}
}

@media screen and (max-width: 1300px) {
.wrap {
    max-width: 80%;
}
.contact-info .col-1-3 {
    width: 45%;
    margin: 1% auto;
}
.contact-form {
    padding: 3% 0;
}
.contact-form form input {
    width: 98%;
    margin: 1% 0;
}
.contact-form form input.button {
    width: 98%;
    padding: 2% 0;
}
    
}

@media screen and (max-width: 1100px) {
.wrap {
    max-width: 85%;
}
.callout-btn {
    width: 47%;
    padding: 1.5% 0;
    margin: 2% 1% 0 1%;
}

}

@media screen and (max-width: 950px) {
.wrap {
    max-width: 90%;
}
.logo {
    width: 30%;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 2%;
}
.header-info {
    display: none;
}
.contact-pg .col-1-2 {
    width: 100%;
    margin: 1% 0;
}
    
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary {
	display:none;	
}
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding:1% 0 1% 3%;
	background-color:#222;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
	display:block;
}
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;
	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 15px;
	color: #ccc;
	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: #fff;
	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 10px 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: 760px) {
.wrap {
    max-width: 95%;
}	
.logo {
    width: 50%;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 2%;
}
.header-info {
    display: none;
}
.callout-btn {
    width: 97%;
    padding: 2% 0;
    margin: 1% auto;
}
.contact-info .col-1-3 {
    display: block;
    margin: 2% auto;
    width: 100%;
}
    
.divfooter {
    width: 95%;
}

/*============================= 
	mobile btn styles 
==============================*/	
.mobile-btns {
	display:none;
	width:30%;
	background:#222;	
}
	
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary {
	display:none;	
}
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding:1% 0 1% 3%;
	background-color:#222;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
	display:block;
}
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;
	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 15px;
	color: #ccc;
	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: #fff;
	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 10px 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%;
}
}
	
