﻿/*===================== 
	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%;}


/*===================== 
	added 
=======================*/

.headerrow {
	background-image: url("../siteart/toptexture.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 25px;
	padding-bottom: 25px;
}

.logo {
	max-height: 182px;
	display: block;
	margin: auto;
}

.logo:hover {
	cursor: pointer;
	transform: scale(1.05);
	transition: all 1s ease-in-out;
}

.boldspot {
	font-weight: 700;
}

.boldspot2 {
	font-weight: 700;
	color: black !important;
}

.rightbox {
	text-align: right;
	padding-right: 50px;
	font-size: 18px;
	padding-top: 20px;
}

.leftbox {
	text-align: left;
	padding-left: 50px;
	font-size: 18px;
	padding-top: 20px;
}

.herotext {
	font-size: 50px;
	font-weight: 900;
	color: #f3ebc7;
	font-family: 'Muli', sans-serif;
}
.herotext h4{
	font-size: 30px;
	font-weight: 500;
	color: #f3ebc7;
	font-family: 'Muli', sans-serif;
	
}
.herotext h4 a{
	text-decoration: none;
	color:#f3ebc7;
}
.herotext h4 a:hover{
	color: #fff;
}

.consignform {
	font-size: 25px;
	font-weight: 900;
	color: #f3ebc7;
	font-family: 'Muli', sans-serif;
	text-align: center;
	margin-bottom: 20px;
}

.herorow {
	background-image: url("../siteart/heroimg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50px;
	padding-top: 18%;
}

.iconbtn {
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f3ebc7;
	width: 100%;
	height: 100px;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 10px;
}

.iconbtn:hover {
	background-color: white;
	transition-duration: 0.8s;
	cursor: pointer;
}

.buttonwrap {
	margin-left: 50px;
}

.blackicons {
	margin-right: 50px;
}

.redrow {
	padding-top: 50px;
	padding-bottom: 50px;
		background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../siteart/redtexture1.png");
}

.redrow2 {
	padding-top: 115px;
	padding-bottom: 115px;
		background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../siteart/redtexture1.png");
}

.redicon {
	margin-right: 15px;
}

.contentrow {
	padding-top: 50px;
	padding-bottom: 50px;
}

.mapwrap {
	padding-right: 50px;
}

.contentimg {
	padding-left: 50px;
	width: 100%;
}

.textheader {
	font-size: 33px;
	color: #c23636;
	font-weight: 900;
}

.bodycopy {
	font-size: 20px;   
}

.textwrap {
	padding-right: 50px;
}

.contactuswrap {
	margin-left: 50px;

}

.contactusbox {	
	background-color: #f3ebc7;
	width: 100%;
	padding-top: 25px;
	padding-left: 50px;
	height: 430px;

}

.contactus {
		font-size: 33px;
	color: #c23636;
	font-weight: 900;
}

.contacticon {
	margin-right: 41px;
}

.consignicon {
	margin-right: 62px;
}

.tabs li a:hover, .tabs li a.selected, .tabs li a.selected:active, .tabs li a.selected:visited {
	background-color: #c23636 !important;
}

#subnav a:hover {
		background-color: #c23636 !important;
}

/*===================== 
	my navbar
=======================*/

.navbar-collapse {
	padding: 0px !important;
}

.navbar-nav > li {
	float: none !important;
	    display: inline-block !important;
    text-align: center !important;
	color: white !important;
}

.navbar-nav {
	text-align: center !important;
	float: none !important;
	background-color: black !important;
}

.navbar-inverse {
	background-color: black !important;	
}

.navbar-inverse .navbar-nav > li > a {
	color: white !important;
	font-weight: 700 !important;
	font-family: 'Muli', sans-serif !important;
	    letter-spacing: 1px !important;
	font-size: 16px !important;

}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #ffe17f !important;
}

.navbar-collapse.in {
    overflow-y: auto;
    overflow: hidden !important;
}

.nav > li > a {
		color: white !important;
	font-weight: 700 !important;
	font-family: 'Muli', sans-serif !important;
	    letter-spacing: 1px !important;
	font-size: 16px !important;
}

.navbar-nav > li > a {
			color: white !important;
	font-weight: 700 !important;
	font-family: 'Muli', sans-serif !important;
	    letter-spacing: 1px !important;
	font-size: 16px !important;
}    

nav ul li a {
				color: white !important;
	font-weight: 700 !important;
	font-family: 'Muli', sans-serif !important;
	    letter-spacing: 1px !important;
	font-size: 16px !important;
}

.navbar {
	margin-bottom: 0px !important;
}
/*===================== 
	footer
=======================*/
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:white !important;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#ffe17f !important; }

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:white !important;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:white !important;}

.divfooter {max-width:400px; text-align:center; margin:0 auto; padding-top: 12px; padding-bottom: 12px;}

.footaaa {background-image: url("../siteart/footerbg.png"); 
		background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
padding-left: 25%;
    padding-right: 25%;
	padding-top: 25px;
	padding-bottom: 25px;
}

/*===================== 
	contact form
=======================*/
.ineedmyspace {height: 20px; display: block;}

.contact-form {
	
}

.myform {
background-image: url("../siteart/redtexture2.png");
		background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
    padding-top:80px;padding-bottom:30px;
}

.listings-list>.cf>.list {
    display: flex !important;
}

form, #formpage { margin: 0 auto; }
	
	#formpage { max-width: 600px; width: 100%;
	display: block;
	float: none !important;

	   min-height: 700px;


}
	
	tbody > tr > td {
		display: block;
		}
	
	table, input {
		width: 100%;
		}

.attachment-search > table, input {
	width: 25px;
}
	
	input, select {
			font-family: 'Muli', sans-serif !important;
		font-size: 1.5rem;
		margin-bottom: 2rem;
		padding:5px;
		font-weight: normal;
		}	
	
	input {
		border: none;
		border: 2px solid #004f38 ;
		background: none;
		}
		
	select {
		border: 2px solid #ECECEC ;
		color: #717171;
		}
	
	textarea {
		width: 94%;
		
		border: 2px solid #004f38 ;
		font-family: 'Muli', sans-serif !important;
		font-weight: normal;
		box-sizing: border-box;
		padding: .8rem .8rem;
		font-size: 1.5rem;
		}
	textarea:active, textarea:focus {
		border: 2px solid #004f38 ;
		box-shadow: 0.4em 0.4em 2px #ECECEC ;
		}
		
	input.button {
		border: 2px solid #004f38 ;
		font-family: 'Muli', sans-serif !important;
		font-size: 1.5rem;
		color:#717171;
	}
	
	input.button:hover {
		color: white;
		background-color: black;
		border: 2px solid black;
	}

.submitbtn {
	color: white;
	background-color: black !important;
	margin-bottom: 40px;
	font-weight: 700;
	width: 100%;
}

.newsubmitbtn {
	color: black;
	background-color: #f3ebc7 !important;
	font-weight: 700;
	width: 100%;  border-radius: 0px !important; border-color: transparent !important;
	font-size: 24px; padding: 10px;
}

.newsubmitbtn:hover {background-color: black !important; color: #f3ebc7 !important; transition-duration: .4s;}


.CaptchaWhatsThisPanel > a {
    color: white !important;
}

.scroll-list > label {
	padding-left: 10px;
}

.col-xs-12 > input {
	width: 100%;
	  border: 2px solid #004f38 ;
	    background-color: white;
	    margin-bottom: 20px;
}

.CaptchaAnswerPanel > input {
	width: 100%;
	    background-color: white;
	   
}

.CaptchaMessagePanel {
    padding: 5px 5px 10px 5px;
    font-weight: bold;
    color: white;
}

.CaptchaWhatsThisPanel {
    padding: 5px 5px 10px 5px;
   
}

.CaptchaAnswerPanel {
  padding: 0px !important;
}

.thankyoubox {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 200px;
	padding-bottom: 200px;
	text-align: center;
}







/*===================== 
	base styles 
=======================*/

.no-gutter {
	 box-sizing: border-box !important;
}

* {
 box-sizing: border-box !important;	
	font-family: 'Muli', sans-serif;
}


html {
    font-family: 'Muli', sans-serif;
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	font-family: 'Muli', sans-serif;
	}

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 
=======================*/

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: right;
	}

nav ul {
	padding:0;
	margin:0;
}

nav ul li {

}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	text-align: ;
	padding: ;
}

nav ul li a {
	font-family: ;
	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-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 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.iconbtn {
		font-size: 18px;
		margin-right: 25px;
		
	}
	
	.blackicons {
		margin-right: 30px;
	}
	
	.herotext {
		font-size: 41px;
	}	
	
	.consignicon {
		margin-right: 45px;
	}

}

@media only screen and (max-width : 1100px) {
	.navbar-inverse .navbar-nav > li > a {
    color: white !important;
    font-weight: 700 !important;
    font-family: 'Muli', sans-serif !important;
    letter-spacing: 1px !important;
    font-size: 12px !important;
}
	
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.leftbox {
		display: none;
	}
	
	.rightbox {
		text-align: center;
		padding-right: 0px;
		padding-top: 15px;
	}
	
	.buttonwrap {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.mapwrap {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.herotext {
		padding-left: 10px;
		font-size: 35px;
	}
	
	.herorow {
		background-position: right;
		background-size: auto;
	}
	
	.mapwrap {
		padding-top: 40px;
	}
	
	.redrow2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.mapwrap {
    padding-right: 3%;
    padding-left: 3%;
}
	
	.buttonwrap {
    margin-left: 10px;
	margin-right: 10px;
    padding-left: 3%;
    padding-right: 3%;
}
	
	.textwrap {
	padding-left: 4%;
    padding-right: 4%;	
	}
	
	.contactuswrap {
    margin-left: -15px;
    margin-right: -15px;
}
	
	.contentimg {
	 padding-right: 5%;
    padding-left: 5%;
	margin-bottom: 50px;
	}
	
	.herotext {
		padding-left: 5%;
	}
	
	.navbar-inverse .navbar-nav > li > a {
		
	}
	
	.nav > li > a {
    position: relative;
    display: block;
    padding: 12px 5px !important;
}

}



/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.navbar-nav > li {
	float: none !important;
	    display: block !important;
    text-align: center !important;
}
	
	.navbar-inverse .navbar-toggle {
		margin: auto !important;
    display: block !important;
	float: none !important;
}
	
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px !important;
}

.navbar-toggle .icon-bar {
    display: block !important;
    width: 35px !important;
    height: 5px !important;
    border-radius: 1px !important;
}
	
	#formpage {

    height: 870px;
}
	
	.navbar-inverse .navbar-nav > li > a {
		font-size: 16px !important;
	}
	.herotext h4{
	font-size: 20px;
	font-weight: 400;}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.iconbtn {height: auto;
	padding-left: 10px;
		font-size: 14px;
	}
	
	.blackicons {height: 40px;}
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

