﻿/***** BEGIN RESET *****/
* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
    font-family:'Roboto Condensed', sans-serif;
}
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

body {background:#cdcdcd; overflow-x: hidden; line-height: 1.4;}

a {
	-webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease!important;
	text-decoration: none;
}

/***** END RESET *****/

h1 {font-size:40px; color:#c90217; text-transform:uppercase; text-align:center;}
h2 {font-size:24px; color:#fff; text-align:center; margin-bottom:10px; line-height:30px;}
h3 {font-size:20px; color:#c90217; text-align:center; margin-bottom:10px; line-height:30px;}
h4 {font-size:20px; color:#c90217; line-height:30px;}


.selected-facet {    color: #000 !important;
    background: #ffcc01 !important;}


/******** Basic Styles ********/

.show-menu-for-mobile {display:none;}  /* At most larger screen widths, the burger icon for the mobile menu won't be displayed. */
#contentwrap {width:90%; margin:0 auto;}
#site-width {width:1140px; margin:0 auto; box-sizing: border-box;}
#atwrapper {max-width:1020px; width:95%; margin:0 auto;}

#whitewrapper {background:#fff; padding:10px 0 30px 0;}

/******** Header Styles ********/
#headerwrap {width: 100%; position: relative; z-index: 999;}

.header {
    background: #cdcdcd; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#cdcdcd, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#cdcdcd, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#cdcdcd, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#cdcdcd, white); /* Standard syntax */
	padding:10px 0;
} 

.header #contentwrap {display: flex; align-items: center; justify-content: space-between;}

.fbicon {position:absolute; right: 5px; top: 3px;}

.logo {position:relative; width:25%; display: flex; align-items: center; justify-content: flex-start;}
.logo img {width:100%; max-width: 250px;}
.logo img#consignment {width:100%; max-width: 150px;}

.navwrap {width:75%; display: flex; justify-content: flex-end;}
.mobile-display {display: none;} 

.more-content {
    display: none;
}

.more-content.show {
    display: block;
}

#captcha-content {display: none;}

#contactform {
	background: #000 url(../siteart/contactbg.jpg); 
	font-size:18px; 
	color:#fff; 
	padding:30px 0;
	width:100%;
}

#formpage {
vertical-align:top;
}

#formpage div {
vertical-align:top;
padding:8px 0;
}

#formpage input {
	padding:6px 5px;
	border:1px solid #8e8d8d;
	font-family:'Roboto Condensed', sans-serif;
	color:#000;
	font-size:12px;
	background:#fff;
}

#formpage textarea {
	padding:6px 5px;
	border:1px solid #8e8d8d;
	font-family:'Roboto Condensed', sans-serif;
	color:#000;
	font-size:12px;
	background:#fff;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border:1px solid #8e8d8d;
	font-family:'Roboto Condensed', sans-serif;
	color:#000;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
}
   
#formpage input  {
    width:97%;
}
 
#formpage input.larger  {
    width:97%;
}

#formpage textarea {
    width:97%;
    height:85px;
}


#formpage input.checkbox {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
 }

/* focus states of various types of fields */

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#fff; 
	color:#000;
	border:1px solid #8e8d8d;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}

#formpage input.button,
#formpage input.button:focus, a.cta-btn, #submit-btn {
    width:90%;;
	max-width: 333px;
    margin:0 auto;
	display: block;
    padding:.35em 2em;
    background:#c90217;
    border:2px #c90217 solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
    font-size:18px;
	font-weight:bold;
    color:#fff!important;
	cursor: pointer;
	transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
	box-sizing: border-box;
}
#formpage input.button:hover, a.cta-btn:hover, #submit-btn:hover {
	background:#ffb74b;
	color:#000!important;
	text-shadow:none;
	border:2px #ffb74b solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;	
}
 
/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#formpage label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 

/*control the Captcha */

.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
}

.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#fff; font-size:11px;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 
 
#main img {width:100%;}
#welcome {
	background: #000 url(../siteart/welcomebg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size:18px; 
	color:#fff; 
	text-align:center;
	padding:75px 0 100px 0;
	/*margin-top:-5px;*/
	width:100%;
}

#about {
	background: #000 url(../siteart/aboutbg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size:18px; 
	color:#fff; 
	text-align:center;
	padding:75px 0 100px 0;
	margin-top:-5px;
	width:100%;
}

#showroom {
	background: #000 url(../siteart/restorationbg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size:18px; 
	color:#fff; 
	text-align:center;
	padding:75px 0 100px 0;
	margin-top:-5px;
	width:100%;
}

#lawn {
	background: #000 url(../siteart/lawnbg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size:18px; 
	color:#fff; 
	text-align:center;
	padding:75px 0 100px 0;
	margin-top:-5px;
	width:100%;
}

#consignment-wrapper {
	background: #000 url('../siteart/nordstrom-bg2.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size:18px; 
	color:#fff; 
	text-align:center;
	padding:75px 0 100px 0;
	margin-top:-5px;
	width:100%;
}

#consignment-wrapper a {color:#c90217; text-decoration:none; font-family:'Roboto Condensed', sans-serif;}
#consignment-wrapper a:hover {color:#fff; text-decoration:none;}


.postcard {
	
	width:75%;
	
}
	
.postcard img {
	width:75%; 
	position:inline-block; 
	}
	
	

.postcard-text {
	position: absolute;
	top: 28%;
	left: 1%;
	width: 100%;
	color:#000000;
	font-weight:bold;
	font-size:25px;
	
	}

.join{
	font-size:32px;	
	color:#000000;
}

.details {
	font-size:18px;	
	color:#000000;
}

.logo-small{
	width:15%; 
	margin-top:32px;
	display:inline;
}


#contact {
	background: #000 url(../siteart/contactpagebg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size:18px; 
	color:#fff; 
	padding:75px 0 100px 0;
	margin-top:-5px;
	width:100%;
}
.contactinfo {float:left; width:30%;}
.contactinfo a {color: #fff;}
.contactinfo a:hover {color: #ffb74b; transition: .3s ease-in-out all;}
.map {float:right; width:70%;}

.leftbtn {float:left; padding: 30px 5px 10px 5px;}
.rightbtn {float:right; padding: 30px 5px 10px 5px;}

/*.employee {float:left; width:33%; text-align:center; padding-top:10px;}
.employeeone {display:inline-block; width:100%; text-align:center; padding-top:10px;}
*/

.employee {float:left; width:46%; margin: 2%; text-align:center; padding-top:25px;}

.hosted-content #listings-title {text-align:left !important;}

#footer {	
	background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white, #cdcdcd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, #cdcdcd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, #cdcdcd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, #cdcdcd); /* Standard syntax */
	padding:10px 0;
	
	text-align:center;
	padding:15px 0;
}

.manulogos {text-align:center;}
.manulogos img {float:left;}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:'Roboto Condensed', sans-serif; font-size:11px; color:#000;}
a.footerlink:hover {text-decoration:none; font-family:'Roboto Condensed', sans-serif; font-size:11px; color:#c90217;}

.footertext{font-family:'Roboto Condensed', sans-serif; font-size:11px; line-height:12px; color:#000;}

.smallfootertext{font-family:'Roboto Condensed', sans-serif; font-size:11px; color:#000;}

.divfooter {width:450px; text-align:center; margin:0 auto;}

.newsletter {
	position: fixed;
    z-index: 999;
    right: 0;
    margin-top: 20px;
}
.newsletter img {
	width: 100%;
	max-width: 55px;
	display: block;
}


/*===================================================================
   Carousel Slider
====================================================================*/
#slideshow {
	width:100%;
	float:left;
	overflow:hidden;
}
.slide-contain {
width:100%;
margin: 0 auto;
z-index:1;
overflow:hidden;
}
.cycle-slide {
	width:100%;
	float:left;
}
.cycle-slideshow {
	width:100%;
	overflow:hidden;
	display:block;
}
.cycle-slideshow img {display:block; width:100%; float:left; width:100%;}

/**** slideshow content ****/
	.orbit-caption2 {
	margin-left:5%;
	width:100%;
	margin-top:4%;
	position: absolute;
	/*z-index:3;*/
	display: block;
	box-sizing: border-box;
	}

	/* Slider CTA BTNS */
	ul.sliderCTA { 
		margin: 0px; 
		list-style:none; 
		display: inline-block;
		vertical-align:middle;
	}
	ul.sliderCTA li { 
		display: block; 
		height: 85px;
		width: 275px;
		padding: 10px 20px;
		background: url(../siteart/arrow.png) no-repeat 45% 73% #111;
		background-size: 20px;
		margin-bottom: 4%;
		position:relative;
		-webkit-transition: all .45s ease;
		-moz-transition: all .45s ease;
		-ms-transition: all .45s ease;
		-o-transition: all .45s ease;
		transition: all .45s ease;
	}
	ul.sliderCTA li:hover {background: url(../siteart/arrow-h.png) no-repeat 48% 73% #222; background-size: 20px;}
	ul.sliderCTA li a h2 {color: #fff; margin: 0 auto; font-size: 40px; text-align: left!important; margin-top: 10px; text-transform: uppercase;}
	ul.sliderCTA li a h2 span {display: block; font-size: 20px; margin-top: 7px; color: #ffb74b; text-transform: capitalize;}
	ul.sliderCTA li a p {font-weight: 700;}
	ul.sliderCTA li a:hover h2 {color: #ffb74b;}



/*********************  SHOWROOM STYLES **************************************/
/*===================== 
	hover box styles 
=======================*/
.quicklinks{text-align:center;margin:0 auto;padding:3% 0;width:100%;}
.linkbox{display:inline-block;zoom: 1;*display: inline;width:17%;margin:1%;padding:1%;position:relative;text-align:left;height:180px;background:#ddd !important;-moz-box-shadow:5px 5px 5px rgba(0,0,0,0.4);-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.4);box-shadow:5px 5px 5px rgba(0,0,0,0.4);overflow:hidden;z-index:1;}
.linkbox > img{display:block;position:absolute;z-index:2;height:100%;max-width:100%;max-height:100%;}
.linkbox h2 {color: #000; padding: 10px; background: rgba(255,255,255,.75); font-size: 14px; text-align: center;}
.linkbox:hover h2 {background: rgba(0,0,0,.75); color: #fff;}

.linkslider{width:100%;height:100%;position:absolute;z-index:100;bottom:0;left:0;background: rgba(1,43,125,.75);font-family:'Saira', sans-serif;font-size:14px;
-webkit-transform:translateY(230px); -moz-transform:translateY(230px); -ms-transform:translateY(230px); -o-transform:translateY(230px); transform:translateY(230px);
-webkit-transition: transform 0.5s ease; -moz-transition: transform 0.5s ease; -o-transition: transform 0.5s ease; transition: transform 0.5s ease;
}
.linkslider a{display:block;font-size:13px;color:#fff;font-weight:700;padding:12px  10px;text-align: center;border-bottom: 1px solid #ddd;}
.linkslider a:hover{background:#ddd;color:#000;}

.linkbox:hover > .linkslider{-webkit-transform:translateY(30px); -moz-transform:translateY(30px); -ms-transform:translateY(30px); -o-transform:translateY(30px); transform:translateY(30px);}

#ag-leader {position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/showroom/ag-leader.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}

#versatile {position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/showroom/versatile.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}

#honeybee {position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/showroom/honeybee.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}

#loadtrail {position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/showroom/loadtrail.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}

#mitm {position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/showroom/mtm.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}

#rhino {position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/showroom/rhino.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}

#farmking {position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/showroom/farmking.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}

#earthmaster {position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/showroom/earthmaster.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}

#ai {position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/showroom/ai.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}

#hy-capacity {position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/showroom/hycapacity.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}

#interstate{position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/showroom/interstatebatteries.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}

#ertl{position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/showroom/ERTL.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}

#deutz-fahr{position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/showroom/deutzfahr_logo.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}

#tym{position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/showroom/tym.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}

#unverferth{position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/showroom/unverferth.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}

#yetter{position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/showroom/yetter.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}

#claas{position:absolute;width:100%;height:100%;bottom:0;right:0;left:0;z-index:1;background:url("../siteart/manu-logos/showroom/claas.png") center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;display:block;}

/* title + content styles 
.linkbox:hover h2{margin-left:5px;-moz-transition:0.4s all ease;-webkit-transition:0.4s all ease;-ms-transition:0.4s all ease;-o-transition:0.4s all ease;transition:0.4s all ease;}
.linkbox:hover p{margin-left:5px;text-decoration:underline;-moz-transition:0.8s all ease;-webkit-transition:0.8s all ease;-ms-transition:0.8s all ease;-o-transition:0.8s all ease;transition:0.8s all ease;}
.linktitler{display:block;width:100%;height:100%;z-index:1;}
.linktitler h2{color:#fff;line-height:1.2em;font-weight:400;padding-bottom:0;}
.linktitler p{color:#a3a3a3;font-weight:700;padding-bottom:0;}*/





/* -------------------------------- 
Popup style

-------------------------------- */
	.img-replace {display: inline-block; overflow: hidden; text-indent: 100%; color: transparent; white-space: nowrap;}
    
    .bts-popup {position: absolute; left: 0; top: 20%; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 999999999999999999;}
	.bts-popup.is-visible {opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; -moz-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; z-index: 999999999999999999;}
	.bts-popup-container {
	position: relative;
	width: 1111px;
	max-width: 95%;
	margin: 0 auto;
	background: #000 url("../siteart/bg.jpg"); 
	text-align: center;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 999999999;
	box-sizing: border-box;
	padding: 0;
	/*border:1px solid #eee;*/
	}
	.bts-popup-container img {width: 100%; height: auto;}
	.bts-popup-container p {color: #fff; font-size: 18px; font-family: 'Roboto Condensed', sans-serif; font-weight: bold; line-height: normal;}
	.bts-popup-container .bts-popup-button {padding: 5px 25px; border: 2px solid white; display: inline-block; margin-bottom: 10px;}

	.bts-popup-container a {color: white; text-decoration: none; text-transform: uppercase;}

	.bts-popup-container .bts-popup-close {position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; z-index: 999999; background: #000;}
	.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {content: ''; position: absolute; top: 13px; width: 16px; height: 3px; background-color: white; z-index: 9999;}
	.bts-popup-container .bts-popup-close::before {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); left: 8px; z-index: 9999;}
	.bts-popup-container .bts-popup-close::after {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); right: 6px; top: 13px; z-index: 9999;}
	.is-visible .bts-popup-container {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}

#about h2, #contactform h2 {
	font-size: 40px;
    color: #c90217;
    text-transform: uppercase;
    text-align: center;
}
#about h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 30px;
}
/************************************************ Responsive Styles **/
@media screen and (max-width: 1530px) {
	
ul.sliderCTA li {margin-bottom:5px;}
	
}

@media screen and (max-width: 1480px) {
.show-menu-for-mobile {display:none;}
.logo img {width:100%;}

#contentwrap {width:90%;}

.postcard-text {top:24%;}

.logo-small{
	width:15%; 
	margin-top:32px;
	display:inline;
}

}


@media screen and (max-width: 1299px) {
.show-menu-for-mobile {display: block;}
.hide-for-mobile, .hide {display:none;}

#site-width {width:95%; margin:0 auto;}

#welcome {padding:40px 0;}
#about {padding:40px 0;}
#consignment-wrapper {padding:40px 0;}
#contact {padding:40px 0;}

.leftbtn {width:48%;}
.leftbtn img {width:100%;}
.rightbtn {width:48%;}
.rightbtn img {width:100%;}

.logo img {width:100%; max-width: 222px;}
.logo img#consignment {max-width: 130px;}
.fbicon img {
    max-width: 35px;
}

.postcard-text {top:21%; font-size:25px;}
.join {font-size: px;}
.details {font-size:15px;}
.postcard img {width:70%;}
.postcard {width:70%;}

.logo-small{
	width:18%; 
}
	
.orbit-caption2 {margin-top: 2%; margin-left: 2%;}
ul.sliderCTA li a h2 {font-size: 30px;}
ul.sliderCTA li a h2 span {margin-top: 0;}
ul.sliderCTA li {background:url(../siteart/arrow.png) no-repeat 68% 69% #111; background-size: 20px; width: 100%; height: 80px;}
ul.sliderCTA li:hover {background:url(../siteart/arrow-h.png) no-repeat 73% 69% #222; background-size: 20px;}


#navicon {
	font-size: 32px;
	text-decoration: none;
	position: relative;
	z-index: 999;
	color:#000;
	margin-right: 10%;
}
#nav {display:none;}
}

@media screen and (max-width: 1200px) {
	.logo {width: 100%;}
}
 
@media screen and (max-width: 999px) {
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}

#site-width {width:95%; margin:0 auto;}
	
#welcome {padding:40px 0;}
#about {padding:40px 0;}
#consignment-wrapper {padding:40px 0;}
#contact {padding:40px 0;}

.leftbtn {width:48%;}
.leftbtn img {width:100%;}
.rightbtn {width:48%;}
.rightbtn img {width:100%;}
	
.linkbox {width: 29%;}
	
.orbit-caption2 {position: relative; display: inline-block; margin: 0 auto; padding: 1em 10%; background: linear-gradient(white, #cdcdcd);}
ul.sliderCTA {display: block;}
ul.sliderCTA li {background:#111;display: inline-block; box-sizing: border-box; height: auto;}
ul.sliderCTA li:hover {background:#222;}

.postcard-text {top:17.5%; font-size:18px;}
.join {font-size:25px;}
.details {font-size:15px;}
.postcard img {width:75%;}
.postcard {width:75%;}
.logo-small{width:15%;}

}
	
	

@media screen and (max-width: 849px) {
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}

#site-width {width:95%; margin:0 auto;}

#welcome {padding:30px 0;}
#about {padding:30px 0;}
#consignment-wrapper {padding:30px 0;}
#showroom {padding:30px 0; font-size:14px;}
#lawn {padding:30px 0; font-size:14px;}

.leftbtn {width:48%;}
.leftbtn img {width:100%;}
.rightbtn {width:48%;}
.rightbtn img {width:100%;}
#contact {padding:30px 0;}
.contactinfo {float:left; width:35%;}
.map {float:right; width:65%;}

.employee {float:none; width:100%; text-align:center; margin: 0 auto;}

h1 {font-size:32px;}

.postcard-text {top:17%; font-size:15px;}
.join {font-size:20px;}
.deatils {font-size:14px;}
.postcard img {width:80%}
.postcard {width: 80%;}
.logo-small{width:18%;}
	
.linkbox {width: 45%;}
	
}


@media screen and (max-width: 600px) {
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}

h2, #about h3{font-size:18px;}

#site-width {width:95%; margin:0 auto;}

#welcome {padding:30px 0;}
#about {padding:30px 0;}
#consignment-wrapper {padding:30px 0;}
#showroom {padding:30px 0; font-size:14px;}
#lawn {padding:30px 0; font-size:14px;}

.leftbtn {float:none; width:97%; margin:0 auto;}
.leftbtn img {width:100%;}
.rightbtn {float:none; width:97%; margin:0 auto;}
.rightbtn img {width:100%;}

#contact {padding:30px 0;}
.contactinfo {float:none; width:100%; text-align:center; padding-bottom:20px;}
.map {float:none; width:100%;}

.anderson {width:80%; margin:0 auto;}
.employee {float:none; width:100%; text-align:center; margin: 0 auto;}

.captchafield {width:90%; margin:0 auto;}

.divfooter {width:95%; margin:0 auto;}

h1, #about h2, #contactform h2 {font-size:28px;}
	
.linkbox {width: 45%;}

.postcard-text {top:9.5%; font-size:15px;}
.join {font-size:20px;}
.details {font-size:14px;}
.postcard img {width:93%}
.postcard {width: 93%;}
.logo-small{width:20%;}

}
 
 
@media screen and (max-width: 500px) {

.show-menu-for-mobile {display: block;}
.hide-for-mobile, .fbicon {display:none;}
.hide {display:none;}
.newsletter img {max-width: 35px;}

h2,  #about h3 {font-size:18px;}

#site-width {width:95%; margin:0 auto;}
a.cta-btn {font-size: 15px;}
#welcome {padding:30px 0; background-attachment: inherit;}
#about {padding:30px 0; background-attachment: inherit;}
#consignment-wrapper {padding:30px 0; background-attachment: inherit;}
#showroom {padding:30px 0; font-size:14px; background-attachment: inherit;}
#lawn {padding:30px 0; font-size:14px; background-attachment: inherit;}

.leftbtn {float:none; width:97%; margin:0 auto;}
.leftbtn img {width:100%;}
.rightbtn {float:none; width:97%; margin:0 auto;}
.rightbtn img {width:100%;}

#contact {padding:30px 0;}
.contactinfo {float:none; width:100%; text-align:center; padding-bottom:20px;}
.map {float:none; width:100%;}

.anderson {width:80%; margin:0 auto;}
.employee {float:none; width:100%; text-align:center; margin: 0 auto;}

.captchafield {width:90%; margin:0 auto;}

.divfooter {width:95%; margin:0 auto;}

h1, #about h2, #contactform h2 {font-size:28px;}
	
.linkbox {width: 45%;}

.postcard-text {top:8%; font-size:15px;}
.join {font-size:20px;}
.details {font-size:15px;}
.postcard img {width:100%}
.postcard {width: 100%;}
.logo-small{display:none;}
.nord-logo{display:none;}


}
 
 

@media screen and (max-width: 320px){
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}

#site-width {width:95%; margin:0 auto;}

.logo img {width:100%;}

#welcome {padding:30px 0; font-size:14px;}
#about {padding:30px 0; font-size:12px;}
#consignment-wrapper {padding:30px 0; font-size:14px;}
#showroom {padding:30px 0; font-size:14px;}
#lawn {padding:30px 0; font-size:14px;}

.leftbtn {float:none; width:97%; margin:0 auto;}
.leftbtn img {width:100%;}
.rightbtn {float:none; width:97%; margin:0 auto;}
.rightbtn img {width:100%;}

#contact {padding:30px 0;}
.contactinfo {float:none; width:100%; text-align:center; padding-bottom:20px;}
.map {float:none; width:100%;}

.anderson {width:100%;}
.employee {float:none; width:100%; text-align:center; margin:0 auto;}
.employee img {width:95%;}


.captchafield {width:90%; margin:0 auto;}

#footer img {width:75%; margin:0 auto;}
.divfooter {width:95%; margin:0 auto;}

.linkbox {width: 100%;}
	
h1 {font-size:18px;}

.postcard-text {top:7.5%; font-size:15px;}
.join {font-size:15px;}
.details {font-size:12px;}
.postcard img {display:none;}
.postcard {width: 100%;}
.logo-small{display:none;}
.nord-logo{display:none;}

}
