﻿/*===================== 
	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
=======================*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 10, 2015 */





/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
	padding:0;
	background:url(../siteart/field_back.jpg) top center fixed no-repeat !important;-moz-background-size:cover !important;-webkit-background-size:cover !important;background-size:cover !important;
	color:#000;
	}

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, p {
    font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding:0 0 2% 0;
	font-weight:600;
	line-height:1.5em;
	color:#3a3b71;
	}
	h1 {font-size: 36px;}
	h2 {font-size:30px;}
	h3 {font-size: 24px;}
	h4 {font-size: 20px;}
	h5 {font-size: 18px;}

p {
    font-family: 'Montserrat', sans-serif;
	padding: 0 0 2% 0;
	font-weight:400;
	font-size:18px;
	line-height:1.5em;
	margin: 0;
	}
strong{font-family: 'Montserrat', sans-serif;font-weight:600;font-size:1.1em;}

/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:none;
	color:inherit;
}

a:hover  {
	text-decoration: none;
	color: #3a3b71;
	} 
	
	
.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;
}

/*===================== 
	header styles 
=======================*/
header{width:100%;margin:0;padding:8px 0 4px 0;background:transparent;border-bottom:3px solid #3a3b71;}

.headerwrap{width:96%;max-width:1170px;margin:0 auto;}
.logo{float:left;}
.headphone{float:right;}
.headphone h3 a{color:#fff !important;}
.headphone h3 a:hover{color:#3a3b71 !important;}
.logo h3, .headphone h3{color:#fff;}





/*===================== 
	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;}

.hero{max-width:100%;}
	
/*===================== 
	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;}



/*===================== 
	welcome styles
=======================*/
.greeting{position:relative;}
.welcomebox{float:left;max-width:100%;}
.textbox{width:110%;background:rgba(255,255,255,0.60);margin-top:-4px;border-top:5px solid #3a3b71;-moz-box-shadow:5px 5px 5px #7F7F7F;-webkit-box-shadow:5px 5px 5px #7F7F7F;box-shadow:5px 5px 5px #7F7F7F;}
.welcometext{padding:1% 10% 1% 3%;margin:0 auto;}
.texas{position:absolute;right:-6%;top:6%;z-index:2;}
#contactleft{text-align:left;}
#contactright{text-align:center;position:relative;height:70px;}

.homephone{display:block;padding-bottom:5px;position:absolute;left:20%;right:20%;top:5%;z-index:9;}
#homemail{position:absolute;left:20%;right:20%;z-index:3;top:40%;}
#homemail2{position:absolute;left:20%;right:20%;z-index:3;}
.mailbutton{position:absolute;z-index:3;background:#3a3b71;padding:5px 0 0 0;width:60%;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.mailbutton h4{color:#fff;text-align:center;}
.mailbutton:hover{background:#fff;}
.mailbutton:hover > h4{color:#3a3b71;}
	
	
/*===================== 
	contact styles
=======================*/
.contactbox{background:rgba(255,255,255,0.60);margin-top:-4px;border-top:5px solid #3a3b71;-moz-box-shadow:5px 5px 5px #7F7F7F;-webkit-box-shadow:5px 5px 5px #7F7F7F;box-shadow:5px 5px 5px #7F7F7F;}
#mapright{position:relative;}
#mapright p{text-align:center;}

#contactstate{transform:scale(0.60);top:40%;right:-9%;}
#contacttext{width:60%;text-align:left;margin:1%;}

/*===================== 
	Form styles 
=======================*/
#formpage{padding:0 10px;}

form{
	margin:0 0 0;
}



textarea{
	font-family: 'Open Sans', Arial, sans-serif;
	border: #999999 solid 1px;
	border-radius: 2px;
	padding: 1%;
	font-size:14px;
	width:100%;
}





/*===================== 
	layout styles 
=======================*/
.padit{padding:2% 0;}



.ribbon{text-align:center;color:#fff;background:#38b749;border-bottom:#216c2b 5px solid;position:relative;}
.ribbon h2{color:#fff;}
.linkbox{display:inline-block;zoom: 1;*display: inline;width:142px; height:70px;padding-top:100px;font-family: 'quanticobold';position:relative;}
a .linkbox{color:#fff;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;}
a:hover .linkbox{color:#000;}

.sitemap{background:url(../siteart/escheresque_ste.png) repeat;color:#fff;}
.sitemap p{line-height:2em;}
.sitemap i{font-size:42px;margin-right:20px;}


/*===================== 
	inventory styles 
=======================*/
.hosted-content .btn{background-color:#3a3b71 !important;}
.listings-wrapper .hosted-theme .btn:hover{color:#fff !important;}
.hosted-content .btn:hover{background:#ccc !important;}
.inventorypadding{
	padding: 50px 0px;
}
.list-container-flexrow .price-container .price{
	 color: #333333!important;
}
.list-top-section .list-title .list-listings-count{
	 color: #333333!important;	
}
.list-container-flexrow .view-listing-details-link, .list-container-flexrow .dealer-phone-call, .list-container-flexrow .dealer-phone-text{
	background-color:#3a3b71!important;
}
.list-content .media-buttons .print-this, .list-content .media-buttons .email-this{
		background-color:#3a3b71!important;
		color: #fff!important;
		border: none;
}
.mobile-option-bar .mobile-option-bar-filter{
	color: #3a3b71!important;
}
.faceted-search-content .mobile-done-button-container .mobile-done-button{
		background-color:#3a3b71!important;

}
/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    overflow:hidden;
	margin:1% auto;
}
 
.scrolling{
    width:100%;
    height:92px;
	padding:8px 0;
	background:#3a3b71;
}

.cf{background:#fff;}

/*  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:#3a3b71;padding:10px 0;margin-bottom:2%;}
.pagebottom p{color:#fff;font-size:14px;}
.pagebottom a{color:#fff;}
.pagebottom a:hover{color:#ccc;}

.footerlinks a{color:#fff;padding:0 5px;font-size:14px;}
footer {width: 100%;}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:11px;
	color: #ccc;
	border-bottom:none;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:11px;
		color: #fff;
		}

.footertext {
	font-size:11px; 
	color:#ccc;
	}

.smallfootertext {
	font-size:11px; 
	color:#ccc;
	}

.divfooter {
	text-align:right; 
	margin:0 auto;
	}
	
.footerlogo{text-align:right;}
.footerlogo a h3{color:#fff;}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1330px) {
#hs-main-content{margin-top:6%;}
.texas{right:-5%;transform:scale(0.90);}

	
}

@media screen and (max-width: 1250px) {
.texas{right:-5%;transform:scale(0.85);}
.textbox{width:100%;}	

.container{width:92%;margin:1% 4%;}
.footerlinks a{display:block;margin:2px 0;}
}

@media screen and (max-width: 1100px) {
#hs-main-content{margin-top:7.5%;}
.texas{right:-8%;transform:scale(0.75);}

#footerleft{width:30%;}
#footerright{width:70%;margin:1% auto;}
.footerlinks a{display:block;margin:2px 0;}
}

@media screen and (max-width: 1000px) {
.texas{right:-13%;transform:scale(0.60);}
h1 {font-size: 30px;}
h2 {font-size: 26px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
p {font-size: 16px;}

.footerlinks a{font-size:14px;padding:0 3px;}

#contactstate{transform:scale(0.60);top:40%;right:-10%;}

#hs-main-content{margin-top:2%;}
}

@media screen and (max-width: 900px) {
.texas{right:-20%;transform:scale(0.45);}
.welcometext{padding:1% 15% 1% 3%;}

#contactstate{transform:scale(0.45);top:40%;right:-18%;}

}


@media screen and (max-width: 800px) {
h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
p {font-size:14px;}
.welcometext{padding:1% 20% 1% 3%;}
}

@media screen and (max-width: 720px) {
.texas{right:-30%;transform:scale(0.30);}
#contactstate{transform:scale(0.35);top:40%;right:-25%;}
}

@media screen and (max-width: 650px) {
.welcomebox{margin:2% auto;}
.welcometext{padding:3%;width:94%;margin:0 auto;text-align:center;}
.texas{display:none;}
#contactleft, #contactright, #mapleft, #mapright{text-align:center;}
.homephone,#homemail{position:relative;left:0;right:0;margin:0 auto;}
	#homemail{top:10%;}
	#homemail2{position:relative;left:0;right:0;margin:0 auto;}
.homephone{font-size:14px;}

#contacttext{width:94%;text-align:center;margin:0 auto;}
.footerlinks a{font-size:13px;}
}

/*  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%; 
	}	
	
#contactleft, #contactright{width:49%;}	
.mailbutton{width:70%;}
	
#footerleft, #footerright{margin:3% auto;display:block;width:100%;text-align:center;float:none;}
.pagebottom p{text-align:center;}

}

@media screen and (max-width: 447px){
.topbar{font-size:12px;text-align:center;}
.address h2{font-size:24px;}
.pagebottom{padding:20px 0;text-align: center;}
.divfooter {
	text-align:center; 
	}	
}

@media screen and (max-width: 414px){
.logo, .headphone{display:block;text-align:center;width:100%;float:none;}

#contactleft, #contactright{display:block;float:none;width:96%;margin:4% 2%;}
.mailbutton{width:80%;}

}
	
