﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	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 {
    font-family: 'PT Sans', 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:35px;}

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%;
}
.top-header {
	width:60%;
	margin:0 auto;
	padding:1% 0;	
}
.top-header .col-1-2 {
	width:49%;
	display:inline-block;
	vertical-align:middle;
}
.top-header .social-media {
	text-align:right;	
}
.social-media img, .social-media p {
	display:inline-block;
	vertical-align:middle;	
}

/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
}
#menu-button {
	display:none;	
}
/* ----- */

nav.primary {
	max-width:100%;
	background:#a71414;
	text-align: center;
	}
	nav.primary ul {
		margin: 0;
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			}
			nav.primary ul li a {
				color: #fff;
				display: block;
				padding: 10px 20px;
				text-transform:uppercase;
				font-size:16.5px;
				font-weight:600;
				font-family: 'PT Sans', sans-serif;
				}	
			nav.primary ul li a:hover {
				
				}

.view-listing-details-link {background-color:#9B1B1B !important; color: white !important;}
				
/* DROP DOWNS */				
nav.primary ul li li a {  /* appearance of the sub-level links */
	background:#9B1B1B;
	width:170px;
	display:block;
	text-decoration:none !important;
	font-family: 'PT Sans', sans-serif;
}
nav.primary ul li li  a:hover {  /* appearance of the sub-level links on hover */
	background: #a71414 !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: 800;
}
nav.primary ul ul li {
	float: none;
	position: relative;
	margin: 0;
	display:block;
}


/*===================== 
	slideshow styles 
=======================*/
.hero-img {	
	width:100%;	
}
.hero-img img {
	width:100%;	
}


/*===================== 
	banner styles 
=======================*/

.banner {
	background:url(../siteart/scrolling-bg.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	padding:1% 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%;
	border-bottom:10px solid #1b1b1b;
}
footer .col-1-2 {
	width:45%;
	display:inline-block;
	vertical-align:middle;	
	margin:1% 0;
}
footer .col-1-2 img {
	padding:0 1%;	
}
.left-border {
	border-left:solid 2px #a71414;
	padding-left: 3%;
}
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #a71414;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	width:100%; 
	text-align:left; 
	margin:0 auto;
}
	
/*===================== 
	Home Page 
=======================*/
.mfg-logo {
	width: 100%;
	text-align: center;
	padding: 1% 0;
}
.mfg-logo img {
	/* padding: 0 2.5%; */
	display:block;
	margin: 2% auto;
	width: 60%;
}
.callout-section {
	max-width:100%;
	margin:0 auto;	
}
.inv-div, .callout-span {
	display:inline-block;
	vertical-align:middle;
}
.inv-div {
	width:29%;	
	margin:0 auto;
}
figure {
	width:100%;	
	margin:0;
	text-align:center;
	position:relative;
}
figcaption {
	position:absolute;
	color:#fff;
	font-size:30px;
	left:0;
	right:0;
	top:38%;
}
figure img {
	width:100%;	
	position:relative;
}
.callout-span {
	background:url(../siteart/white-texture-bg.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	width:70%;
	text-align:center;
	padding:1.2% 0;
}
.callouts {
	background:#f3f3f3;
	width:23%;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	padding:2% 0;
	margin:.5% 1%;
	font-weight:700;
}
.callouts:hover {
	box-shadow:3px 3px 3px #555;	
}
.blockquote-section {
	padding:1% 0;
	background:#1b1b1b;
	width:100%;
	color:#fff;	
	text-align:center;
	font-size:20px;
}
.about-section {
	background:#f9f9f9;
	padding:2.5% 0;	
	box-shadow:#777 5px 5px 5px;
	z-index:800;
}
.contact-section {
	padding:.5% 0;	
}
.contact-section .col-1-2 {
	display:inline-block;
	vertical-align:middle;
	width:50%;	
}
.contact-div {
	width:30%;
	display:inline-block;
	vertical-align:middle;
	background:#efefef;
	margin-left:10%;
	margin-right:5%;
	padding:2% 0% 2% 4%;
}
	
/*===================== 
	Contact Page 
=======================*/
.contact-pg {
	padding:3% 0 12% 0;	
}
.red-bg {
	background:#a71414;
	color:#fff;
	padding:3% 2%;	
}
.red-bg p {
	display:inline-block;
	vertical-align:top;
	padding-right:1.5%;	
}

/*===================== 
	Locations Page 
=======================*/
.locations-page {
	padding:3% 0;	
}
.locations-page .col-1-2 {
	display:inline-block;
	vertical-align:middle;
	width:45%;	
	padding:2%;
	margin:2% 0;	
}
.locations-page .col-1-2 p {
	background:#f3f3f3;	
	margin-bottom:3%;
	padding:3%;
}
	
/*===================== 
	Inventory Page 
=======================*/	
.hosted-content {
	padding:3% 0;	
}


#btnSearch {
		
}
.hosted-content #listings-title {
	
}
.btn, .btn-on-auction {
		
}






/* ====================
	MOBILE SCREENS
=================================== */


@media screen and (max-width: 1580px) {
figcaption {
	font-size:25px;
	top:38%;
	left:0;
	right:0;	
}

}


@media screen and (max-width: 1350px) {
.top-header {
	width:80%;
	padding:1% 0;
}
.wrap {
	max-width:80%;	
}

.contact-div {
	width:35%;
	margin-left:5%;	
}

}

@media screen and (max-width: 1250px) {
figcaption {
	font-size:25px;
	top:38%;
	left:0;
	right:0;	
}
}


@media screen and (max-width: 980px) {

.inv-div {
	display:none;	
}
.callout-span {
	width:100%;	
}


.contact-div {
	width:96%;
	margin:0 auto;	
}
.contact-section .col-1-2 {
	width:100%;	
}
	
	
/*==============================
	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:#a71414;
}
#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) {
.top-header {
	width:95%;
	padding:1% 0;
}
.top-header .col-1-2 {
	width:100%;	
}
.top-header .social-media {
	text-align:left;	
}
.wrap {
	max-width:95%;	
}
.callout-span {
	width:100%;	
}
.callouts {
	width:80%;	
	margin:1%;
}
.blockquote-section {
	padding:5% 0;	
}
.contact-div {
	padding:2% 0% 2% 4%;	
}

.locations-page .col-1-2 {
	width:100%;
	margin:0 auto;
	display:block;
	padding:0;	
}
.left-border {
	border-left:none;
	margin:0;	
}

footer .col-1-2 {
	width:95%;	
}

/*==============================
	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:#a71414;
}
#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%;
}
}


