﻿/*===================== 
	Color information
	
	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-
		 
=======================*/
/*===================== 
	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%;}


/*===================== 
		Fonts
=======================*/





/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
	padding:0;
	background:url(../siteart/wheat_back.jpg) fixed center center no-repeat;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
	color:#000;
	background-color: #414141;
	}

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; max-width:100%;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
	margin: 0;
	padding:0 0 2% 0;
	font-weight:500;
	line-height:1.5em;
	}
	h1 {font-size: 36px;color:#74835c;}
	h2 {font-size:30px;}
	h3 {font-size: 24px;color:#2d2d2d;}
	h4 {font-size: 20px;color:#0c1750;}
	h5 {font-size: 18px;}

p {
    font-family: 'Roboto', sans-serif;
	padding: 0 0 2% 0;
	font-size:18px;
	line-height:1.5em;
	margin: 0;
	}
strong{font-family: 'Roboto', sans-serif;font-weight:700;}
span{padding-right:5px;}

/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:none;
	color:inherit;
}

a:hover  {
	text-decoration: none;
	color: #ffcd07;
	} 
	
	
.appbutton{}
.appbutton a{background:#38b749; padding:5px 10px;color:#fff; border-radius:3px;}
.appbutton a:hover{background:#262626; padding:5px 10px;color:#fff; border-radius:3px;}
 
/*===================== 
	list styles 
=======================*/
ul.list{margin:0;padding: 0 0 5% 7%;}
ul.list li{font-size:16px;}

.torn ul{margin:0 auto;padding-left:10px;padding-bottom:10px;}
.torn ul li{list-style:none;text-align:left;}

/*===================== 
	header styles 
=======================*/


header{width:100%;margin:0;padding:20px 0;position:relative;background:transparent;text-align:center;}

.headerwrap{width:96%;max-width:1170px;margin:0 auto;}
.logo{float:left;position:absolute;top:20%;left:15%; width: 255px;}
.owners{float:right;}
.owners h3, .owners h4{color:#fff;}

.torn .titles{
	color: #fff;
}
.torn .titles h4{
	color: #fff;
}
.bullets span{
	color: #09a1db;
}
.flexbox{
	display: flex;
	align-items: flex-start;
	flex-wrap:wrap;
}
/*===================== 
	nav styles 
=======================*/
/* see menu.css for additional nav styles */


/*===================== 
	content styles 
=======================*/
.wrapper{width:96%;max-width:1170px;margin:0 auto;padding:0;}
.container{width:100%;max-width:1230px;margin:0 auto;}

.locationbox{background:#f6fdff;height:440px;padding:4% 4% 11.7% 4%;moz-box-shadow:5px 5px 5px #515151;-webkit-box-shadow:5px 5px 5px #515151;box-shadow:5px 5px 5px #515151;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}
.locationleft{width:56%;float:left;margin:2%;}
.map{moz-box-shadow:5px 5px 5px #515151;-webkit-box-shadow:5px 5px 5px #515151;box-shadow:5px 5px 5px #515151;}
.address{width:36%;float:left;margin:2%;text-align:left;}
.address p{padding:5px 0;}
.contactbutton{moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin:4% auto;background:#31c5fd;padding:10px 5px;moz-box-shadow:5px 5px 5px #515151;-webkit-box-shadow:5px 5px 5px #515151;box-shadow:5px 5px 5px #515151; font-family: 'Oswald', sans-serif; font-size: 18px;}
.contactbutton h4{color:#000;text-align:center;padding:0;}
.contactbutton:hover{background:#09a1db;-webkit-transition:.5s all ease;-moz-transition:.5s all ease;-o-transition:.5s all ease;transition:.5s all ease; color: #000;}
.contactbutton:hover > h4{color:#000;}
.headertext{font-family: 'Oswald', sans-serif; font-size: 36px; font-weight: 500; line-height: 36px;}
.smheadertext{font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 500; line-height: 24px;}
.homebanner{width:100%;margin:0 auto;text-align:center;padding:1% 0;background:#f6fdff;margin-bottom:2%;}
.homebanner h2{padding-bottom:1%;color:#0c1750;}
.homebanner p{padding-bottom:10px;}
#wide{margin:1%;display:inline-block;*zoom: 1;*display: inline;width:46%;}
.white{color: #fff;}
.black{color: #000;}
.servicebox{background:url(../siteart/wood_back2.jpg) center center no-repeat;height:440px;padding:8%;moz-box-shadow:5px 5px 5px #515151;-webkit-box-shadow:5px 5px 5px #515151;box-shadow:5px 5px 5px #515151;}
#formbox{height:100%;}
.torn{background:url(../siteart/paper_back.png) center center no-repeat;height:86%;padding:6% 10%;}
.torn h4{text-align:left;}
.bullets, .titles{float:left;}
.bullets{padding-right:5px; font-size: 20px;}
.magnify{margin-top:83px;}
.bike,.gavel,.tag{margin-top:12px;}

.contactmap, .contactaddress{width:92%;margin:4%;}
.contactmap{moz-box-shadow:5px 5px 5px #515151;-webkit-box-shadow:5px 5px 5px #515151;box-shadow:5px 5px 5px #515151;}
#contactform{padding:14% 10%;background:url("/siteart/paper_back2.png") center center no-repeat; background-size: cover; background-color: #fff;}
#formpage{text-align:left;}
	
/*===================== 
	slideshow styles 
=======================*/
.slides{background:url(../siteart/concrete_wall.png) repeat;padding:0;color:#fff;position:relative;}

.cycle-slideshow{box-shadow: 0px 2px 5px 1px rgba(0,0,0,.75);}
.cycle-slideshow img{
	width:100%;
}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 10px; overflow: hidden;display:none;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; transition: all .5s ease-in-out; 
}
.cycle-pager span.cycle-pager-active { color:#2885b3;}
.cycle-pager > * { cursor: pointer;}



/*===================== 
	banner styles 
=======================*/

	
/*===================== 
	Form styles 
=======================*/
#formpage{padding:0 10px;}

form{
	margin:0 0 0;
}
label{
	display:block;
	font-size:16px;
	padding-top: 4%;
	width:100%;
}
input{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:100%;
	margin-bottom:10px;
}
input:focus{
	border: #2885b3 solid 1px;
}
input.button2{
	display:block;
	width:50%;
	margin:0 auto 5% auto;
	border:#277e32 solid 1px;
	background-color:#38b749;
	color:#fff;
	border-radius: 2px;
}

input.button2:hover{
	background-color:#277e32;
	cursor:pointer;
}

select{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	padding: 1%;
	font-size:14px;
	width:102%;
}
textarea{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:100%;
}

.sendbutton:hover{background:#414141;color:#fff;}


/****************** form styles **/
#consignform{text-align:left;background:#fff;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;padding:2%;}
#consignform h2{color:#414141;}
#consignform h5{color:#414141;padding:0;}
.col2 {width:48%; margin:0 1%; float:left;}
.col3 {width:31.33333%; margin:0 1%; float:left;}
.col-full {width:98%; margin:0 1%;}

#consignform label {margin-bottom:2px; display:block;}

#consignform input {
	width:100%;
	width:calc(100% - 12px);
	padding:6px 5px;
	border:1px solid #8e8d8d;
	color:#8e8d8d;
	font-size:12px;
	background:#fff;
	margin-bottom:5px;
}

#consignform textarea {
	width:100%;
	width:calc(100% - 12px);
	padding:6px 5px;
	border:1px solid #8e8d8d;
	color:#8e8d8d;
	font-size:12px;
	background:#fff;
	height:120px;
	margin-bottom:5px;
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#consignform select {
	width:100%;
	width:calc(100% - 12px);
	border:1px solid #8e8d8d;
	margin-bottom:5px;
	color:#8e8d8d;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	background:#fff;
	padding:5px;
}


#consignform input.checkbox {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#consignform input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
 }


/* focus states of various types of fields */

#consignform input:focus,
#consignform textarea:focus,
#consignform select:focus {
	background:#8e8d8d; 
	color:#FFF;
	border:1px solid #16598d;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	outline-style:none;
}
#consignform input.radio:focus,
#consignform input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 

#consignform input.button,
#consignform input.button:focus {
    width:100%; 
    margin:5px 0 0 0;
    padding:7px 0;
    background:#31c5fd;
	border:0;
    font-size:14px;
	line-height:14px;
	font-weight:bold;
    color:#000;
	cursor: pointer;  
}
#consignform input.button:hover {
	background:#09a1db;
	color:#000;	
}
 


/* for plain text next to an input field, if not using a table structure */
#consignform label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#consignform label.checkbox {
    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:#000; font-size:14px;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

/*===================== 
	layout styles 
=======================*/
.padit{padding:4% 0;}
.welcome{text-align:center;}
.scrolling{display:block;background:url(../siteart/scrollingbg.jpg) repeat; padding:30px 0; border-top:#ffcd07 4px solid;}





.sitemap{background:url(../siteart/escheresque_ste.png) repeat;color:#fff;}
.sitemap p{line-height:2em;}
.sitemap i{font-size:42px;margin-right:20px;}

/*--------Scrolling Inventory--------*/

.mobilecontainer { 
	overflow:hidden; /* must have this property for mobile phones and tablet display! */
	width:100%; 
	margin:0 auto;
	height:92px; 
	padding:0;
	background:#000;
}
iframe.banner {
	width:100%;
	height:92px;
	background:#000
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2.0%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.5%;
}
.span_10_of_12 {
  	width: 83%;
}

.span_9_of_12 {
  	width: 74.5%;
}

.span_8_of_12 {
  	width: 66%;
}

.span_7_of_12 {
  	width: 57.5%;
}

.span_6_of_12 {
  	width: 49%;
}

.span_5_of_12 {
  	width: 40.5%;
}

.span_4_of_12 {
  	width: 32%;
}

.span_3_of_12 {
  	width: 23.5%;
}

.span_2_of_12 {
  	width: 15%;
}

.span_1_of_12 {
  	width: 6.5%;
}


/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.5%;
}
.span_2_of_4 {
	width: 49%;
}
.span_1_of_4 {
	width: 23.5%;
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }





/*===================== 
	footer styles 
=======================*/

.pagebottom{background:#fff;padding:1px 0 0 0;border-bottom:30px solid #09a1db;}
.bottomwrap{margin-top:5px;border-top:8px solid #09a1db;}
.pagebottom p{color:#fff;font-size:14px;}
.pagebottom a{color:#414141;font-weight:700;}
.pagebottom a:hover{color:#2d2d2d;}
.bottomlink{padding:5px 8px;}

footer {
	margin: 0 auto;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:11px;
	color: #414141;
	border-bottom:none;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:11px;
		color: #2d2d2d;
		}

.footertext {
	font-size:11px; 
	color:#414141;
	}

.smallfootertext {
	font-size:11px; 
	color:#414141;
	}

.divfooter {
	text-align:left; 
	margin:2% auto;
	}
	
#hostedfooter, #footerlogo{margin:2% auto;}
#footerlogo a{float:right;}
#footerlogo img{width: 220px;}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1600px) {
.logo{left:10%;}	
}

@media screen and (max-width: 1350px) {
.logo{left:5%;}	
.locationleft, .address{display:block;width:100%;margin:5px auto;text-align:center;}
.locationbox{/*height:680px;*/height:565px;padding:0;}
#contact{height:440px;}
.servicebox{height:475px;}
.address h3{padding:0;}
.address p{padding:5px 0;}

#contactform{padding:14% 5%;}
.contactbutton{margin:2% auto;width:90%;}
.col2{float:none;}

}

@media screen and (max-width: 1024px) {
.torn{padding:8%;height:78%;}
.torn h1{font-size:30px;margin-top:10%;}
.torn h4{font-size:18px;}
.servicebox{height:485px;}
.magnify {
    margin-top: 74px;
}
	.bike, .gavel, .tag {
    margin-top: 10px;
}
}

@media screen and (max-width: 1000px) {
.homebanner{padding:2% 0;}
header{background:rgba(255,255,255,0.8);padding:20px 0 0 0;}
.logo{text-align:center;position:relative;text-align:left;left:-15px;transform:scale(0.90);}
.owners{text-align:right;position:relative;right:0;margin-right:0 !important;padding-top:3%;}
.owners h3, .owners h4{color:#404040;}
}

@media screen and (max-width: 900px) {
.torn{padding:8% 4%;}

#contactleft, #contactright{display:block;width:80%;margin:2% auto;text-align:center;float:none;}
#contact, #formbox{-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}
.col3{width:48%;}
}

@media screen and (max-width: 800px) {
	h1 {font-size: 30px;}
	h2 {font-size: 26px;}
	h3 {font-size: 20px;}
	h4 {font-size: 16px;}
	h5 {font-size: 14px;}
	p {font-size:14px;}
.torn{padding:8% 3%;}
.torn h4{font-size:16px;}
.locationbox{/*height:610px;*/height:510px;}
.servicebox{height:450px;}
#contact{height:410px;}
.bottomlink{font-size:13px;padding:5px;}
.bullets {
    padding-right: 5px;
    font-size: 16px;
}
	    .magnify {
        margin-top: 77px;
    }
	    .bike, .gavel, .tag {
        margin-top: 13px;
    }
}

@media screen and (max-width: 700px) {
#location, #service{display:block;float:none;width:80%;margin:4% auto;}
.locationbox{padding:4% 4% 7%;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;/*height:590px;*/height:500px;}
.servicebox{height:400px;}
.torn{padding:8%;}
.listed{margin:0 auto;width:100%;text-align:center;}
.bullets, .titles{float:none;display:inline-block;*zoom: 1;*display: inline;vertical-align:bottom;}

#contactleft, #contactright{width:90%;margin:4% auto;}

}

@media screen and (max-width: 600px) {
.logo{left:-30px;transform:scale(0.80);}
.homebanner p{padding:0;}
#wide{width:70%;display:block;margin:3% auto;}
.servicebox{height:350px;}
.torn h1{margin-top:5%;}
#hostedfooter, #footerlogo, #footerlogo a{text-align:center;margin:5% auto;float:none;width:100%;display:block;}
.divfooter{text-align:center;}
.col2,.col3{width:98%;}
}

@media screen and (max-width: 510px) {
header{padding:0;}
.logo{float:none;left:0;text-align:center;margin:0 auto;width:100%;}
.owners{float:none;text-align:center;margin:0 auto;padding:0;}

#location, #service{width:90%;margin:4% auto;}
#formleft, #formright{display:block;width:96%;margin:2%;float:none;}
#contactform{-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 4% 0 4% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}	
	#wide{width:90%;}		
}

@media screen and (max-width: 447px){
.torn{padding:8% 4%;}
.bullets{padding-right:0;}

.divfooter {text-align:center;}	
}
@media screen and (max-width: 414px){
#location, #service{width:96%;margin:4% auto;}
.servicebox{padding:5%;}
.torn h1{font-size:26px;}
.torn h4{font-size:16px;}	
}

@media screen and (max-width: 360px){
.torn h4{font-size:14px;}
.servicebox{height:310px;}	
.headertext {font-size: 26px;}
.smheadertext{    font-size: 20px;}
.magnify { margin-top: 56px;}
}
