﻿/*===================== 
	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 
=======================*/
.carousel-control {display: none !important;}
.invbody>.container,.invbody>.container>.container{max-width:100%!important;width:auto!important;}

.brandlogo {
	display: block;
	margin: auto;
	    padding-bottom: 20px;
	max-height: 90px;
}

.brandlogo:hover {opacity: 70%; transition-duration: .3s;}

.bl2 {
}

.myvid {
	width: 100%;
	height: auto;
}

.mybutton {
	padding-top: 15px;
    padding-bottom: 15px;
   color: white;
	background-color: black;
	font-family: 'Girassol', cursive;
	font-size: 18pt;
	letter-spacing: 3px;
}

.mybutton:hover {
	 
    color: #F5EE42;
background-color: dimgray;
	transition-duration: 0.3s;
	cursor: pointer;
transition-timing-function: ease-in;
	
}

.logospace {
	padding-top: 40px;
	background-image: url("../siteart/woodtexture.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.darkwoodrow {
		background-image: url("../siteart/darkwoodtexture.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
	color: white;
}

.lightwoodrow {
		background-image: url("../siteart/woodtexture.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
		padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.contactus {
	font-family: 'Girassol', cursive;
	font-size: 28pt;
}

.welcometo {
	font-size: 38pt;
		font-family: 'Girassol', cursive;
}

.bodycopy {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14pt;
	font-weight: 600;
}

.whitetext {
		font-family: 'Source Sans Pro', sans-serif;
	font-size: 14pt;
}

.whitetext > a {
	color: white !important;
}

.boldspot {
	font-weight: 700;
}

.dealertitles {
	font-weight: 700;
			font-family: 'Source Sans Pro', sans-serif;
	font-size: 18pt;
	
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:lightgray !important;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px; color: white !important;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:lightgray !important;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:lightgray !important;}

.divfooter { padding-left: 8%; padding-right: 8%; text-align:center; margin:0 auto; color: lightgray !important;}

.hostedrow {
	    background-color: black;
    padding-top: 25px;
    padding-bottom: 25px;
    color: lightgray !important;
}

.logo {
	margin-bottom: -1px;
} 

.dropdown-menu > li > a {
font-weight: 700 !important;
		font-family: 'Source Sans Pro', sans-serif !important;
}


* {
	box-sizing: border-box !important;
}
/*===================== 
	inv
=======================*/

.option-name {
margin-top: 0px !important;	
}

.selected-facet {
	background-color: black !important;
	color: #F5EE42 !important;
}

.view-listing-details-link {
	background-color: black !important;
	color: #F5EE42 !important;
}

.contact-options a {
	background-color: black !important;
	color: #F5EE42 !important;
}

.listing-portion-title {
	font-family: 'Girassol', cursive !important;
	font-weight: 500 !important;
	color: black !important;
}

.detail-title {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 500 !important;
}

.dealer-name {
	font-family: 'Girassol', cursive !important;
	font-weight: 500 !important;
	color: black !important;
}

.price {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 700 !important;
	color: #F3732E !important;
}

.detail-price {	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 700 !important;
	color: #F3732E !important;}

.list-title-text {
	font-family: 'Girassol', cursive !important;
	font-weight: 500 !important;
	color: black !important;
}

.body-content {
    padding: 0!important;
   font-family: 'Source Sans Pro', sans-serif !important;
}

.lower-detail-data-right {
    left: 24.5em !important;
}

.mobile-done-button {
		background-color: black !important;
}

.detail-btn-calc {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.offer-btn {
		background-color: black !important;
}

.data-label {
	background-color: black !important;
}

.contact-bar-btn {
	background-color: black !important;
}

.offer-btn-mobile {
	background-color: black !important;
}

.dealer-phone-mobile {
		background-color: black !important;
}

.send-email-btn-mobile {
	background-color: black !important;
}

.fin-calc-btn-mobile {
		background-color: black !important;
}

.page-nav {background-color: black !important;}
/*===================== 
	contact form
=======================*/

.contact-form {
	
}

form {
				background-image: url("../siteart/darkwoodtexture.jpg") !important;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

form, #formpage { margin: 0 auto; padding-top:30px;padding-bottom:30px;}
	
	#formpage { max-width: 600px; width: 100%;
	display: block;
	float: none !important;

	   min-height: 650px;
		padding-top: 80px;

}
	
	tbody > tr > td {
		display: block;
		}
	
	table, input {
		width: 100%;
		}

.attachment-search > table, input {
	width: 25px;
}
	
	input, select {
		font-family: 'Roboto', sans-serif;
		font-size: 1.5rem;
		margin-bottom: 2rem;
		padding:5px;
		font-weight: normal;
		}	
	
	input {
		border: none;
		border-bottom: 2px solid black;
		background: none;
		}
		
	select {
		border: 2px solid #ECECEC ;
		color: #717171;
		}
	
	textarea {
		width: 100%;
		border: 1px solid #ECECEC ;
		font-family: 'Roboto', sans-serif;
		font-weight: normal;
		box-sizing: border-box;
		padding: .8rem .8rem;
		font-size: 1.5rem;
		}
	textarea:active, textarea:focus {
		border: 1px solid #ECECEC;
		box-shadow: 0.4em 0.4em 2px #ECECEC ;
		}
		
	input.button {
		border: 2px solid #717171;
		font-family: 'Roboto', sans-serif;
		font-size: 1.5rem;
		color:#717171;
	}
	
	input.button:hover {
		color: white;
		background-color: black;
		border: 2px solid black;
	}

.submitbtn {
	color: white;
	background-color: #c23636 !important;
	margin-bottom: 40px;
	font-weight: 700;
}


.CaptchaWhatsThisPanel > a {
    color: #000000 !important;
}

.scroll-list > label {
	padding-left: 10px;
}

.col-xs-12 > input {
	width: 100%;
	    border: 1px solid;
    border-color: lightgray;
	    background-color: white;
}

.CaptchaAnswerPanel > input {
	width: 100%;
	    background-color: white;
	   
}

.CaptchaMessagePanel {
    padding: 5px 5px 10px 5px;
    font-weight: bold;
    color: white;
}

.CaptchaWhatsThisPanel {
    padding: 5px 5px 10px 5px;
    background-color: white;
}

.CaptchaAnswerPanel {
  padding: 0px !important;
}

.thankyoubox {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 200px;
	padding-bottom: 200px;
	text-align: center;
}

/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
box-sizing: border-box !important;
	overflow-x: hidden !important;
	font-size: 14px !important;
	}

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: 2em;}

p {
	margin: 0;
	}

	
h1 {
}
		

h2 {
}

	
h3 {
}


h4 {
}


h5 {
}


h6 {
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #aaa; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto;
	width: 100%;
	}

/*===================== 
	nav styles 
=======================*/
.dropdown-menu {

}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 700 !important;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	font-family: 'Source Sans Pro', sans-serif !important;

}


.navbar-nav {
  margin: auto !important;
    text-align: center !important;
	background-color: black !important;
	float: none !important;
	display: block !important;
	font-family: 'Source Sans Pro', sans-serif !important;
}



.navbar {
	margin-bottom: 0px !important;
	border-radius: 0px !important;
	background-color: black !important;
	font-family: 'Source Sans Pro', sans-serif !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #faffac !important;
	    font-weight: 700 !important;
	font-size: 11pt !important;
	font-family: 'Source Sans Pro', sans-serif !important;
}

.navbar-toggle {
    position: relative;
   
    padding: 9px 10px;
   float: none !important;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center !important;
    display: block !important;
    margin: auto !important;
}



nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: right;
	}

nav ul {
	padding:0;
	margin:0;
	font-family: 'Source Sans Pro', sans-serif !important;
}



nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	text-align: ;
	padding: ;
	font-family: 'Source Sans Pro', sans-serif !important;
}

nav ul li a {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: ;
	font-weight: ;
	color:;
}	
			
nav ul li a:hover {
	color: ;
}


/* Appearance of the sub-level links */

nav.primary ul li li a { 
	line-height: ;
	color: ;
	text-align:;
	font-size: ;
	font-weight:;
	}
	
nav.primary ul li li a:hover { 
	color: ;
	text-align: ;
	font-size:  ;
	font-weight: ;
	}
	
nav.primary ul li li:hover { 
	}
	
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute; 
	max-width: 235px;
	background: ;
	/*margin-top: 21px;*/
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
	padding-left: ;
	padding-right: ;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	background: rgba(117,56,8,0.6);
	border-bottom: ;
	text-align: right;
	min-height: 0 !important;
	}
	#menu-button a{
		 color:#000;
		 text-decoration: none;
		 text-align: right !important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 500; /* 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: 1.2em;
	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: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
	color: #999;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	background:;
	color: #2b2b2b;
}


nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	color: #000;
	text-decoration: none;
	text-transform: none !important;
}
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/menu-dropdown-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:44px;
	height:44px;
	-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%;
}





/*===================== 
	content styles 
=======================*/


	
/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/



/*===================== 
	layout styles 
=======================*/




/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
	
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: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:1200px; 
	text-align:center; 
	margin:0 auto;
	}

/*========================= 
	 Responsive styles 
===========================*/
@media (min-width: 768px) {
.navbar-nav > li {
    float: none !important;
    display: inline-block !important;
}
	
	.navbar-toggle {
		display: none !important;
	}
	
	
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {


}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.whitetext {
		text-align: center;
		padding-bottom: 35px;
	}
	
	.contactus {
		text-align: center;
	}

	.auctions {
		margin-top: 20px;
	}
	
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.logo {
		    width: 150% !important;
		    margin-left: -12% !important;
	}
	
	.dropdown-menu > li > a {
		padding-top: 6px !important;
		padding-bottom: 6px !important;
		padding-left: 6px !important;
		padding-right: 6px !important;
		text-align: center;
			color: #F3742F !important;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

