﻿/***** BEGIN RESET *****/

* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
    font-family:'OpenSans_gdi', Arial, sans-serif;
}
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

@font-face {
	font-family:'OpenSans_gdi';
	src: url('../fonts/OpenSans_gdi.eot');
	src: url('../fonts/OpenSans_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans_gdi.woff') format('woff'),
		url('../fonts/OpenSans_gdi.ttf') format('truetype'),
		url('../fonts/OpenSans_gdi.svg#OpenSans-Regular') format('svg');
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1 {font-size:32px; color:#458FEF; font-family:'open_sansbold', Arial, sans-serif; text-transform:uppercase;}
h2 {font-size:18px; color:#fff;}
h2 a {font-size:20px; color:#fff; text-decoration:none;}
h3 {color:#458FEF; text-decoration:underline;}
h4 {color:#000; font-size:20px;}
p {color:#fff; line-height:25px;}
   
html{scroll-behavior: smooth;}
/******MAIN NAVIGATION******/
#nav {
    position:relative;
    display:block;  
    z-index:9000;
    margin:0 auto 0 auto;
    padding:0 0 0 0;
    text-align:center;
	padding-top:15px	
}
  
#nav ul, nav li {
    list-style: none;  
    margin:0 0 0 0;
    padding:0 0 0 0;  
}
  
#nav ul li {
    display: block;
    position: relative;
    float:right;
    text-align:center;
}
  
#nav li ul {
    display: none;
}
  
  
#nav ul li a { /* appearance of the first-level links */
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight:normal;
    font-size:20px;
    line-height:17px;
    transition:color .2s ease-in-out; -moz-transition:color .2s ease-in-out; -webkit-transition:color .2s ease-in-out;
    padding:0 17px;  
    height: 1%;
    text-transform: uppercase;
    border-right: 1px solid #458FEF;
    border-left: 1px solid #458FEF;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6); 
    text-align:center;
    font-family:'OpenSans_gdi', Arial, sans-serif;
}
 
 
#nav ul li a:hover { /* appearance of the first-level links on hover */
    height: 1%; 
    color:#ccc; 
}
  
  
  
#nav ul li li a { /* appearance of the sub-level links */
    width:215px;
    padding:8px 0 8px 15px;
    text-align:left;
    background:#090909;
    border-bottom:1px #333 solid;
    border-right: 1px solid #333;
    border-left: 1px solid #333;    
}
#nav ul li li a:hover { /* appearance of the sub-level links on hover */
    color:#fff; 
    background:#4b0000 url("../siteart/nav-ro-bg.jpg") repeat-x;     
}
  
  
  
/* Optional-use, Begin targeting styles of first and last links */
#nav ul li:last-child  { /* Optional-use, this targets last li */
    border-right:0;
}
#nav ul li:last-child a {
    border-right:0;  /* Optional-use, this targets last link */
}
#nav ul li:first-child  { /* Optional-use, this targets first li */
    border-left:0;
}
  
/* Optional-use, cancells out border for subnav li containers*/
#nav ul li li:last-child  {
    border-left:0;
    border-right:0;
}
#nav ul li li:last-child a {
    border-right:0;
}
#nav ul li li:first-child  {
    border-left:0;
    border-right:0;
}
/* Optional-use, End targeting styles of first and last links */
  
  
  
/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */
#nav ul ul {
    display: none;
    position: absolute; 
    top:100%;
    left:0;
}
  
#nav ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
  
#nav ul li:hover > ul {  
    display: block;
    line-height:18px; /* make sure your line-height always matches that of your main link styles!*/
    z-index: 100;
    background:#4b0000; /* make sure your background color always matches your link styles!*/
}
  
#nav ul ul li {
    float: none; 
    position: relative;
}

/******** Basic Styles ********/
body {background:#19529f;}
.show-menu-for-mobile {display:none;}  /* At most larger screen widths, the burger icon for the mobile menu won't be displayed. */
#site-width {width:70%; margin:0 auto;}

header {
	background: #074798; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#074798, #19529f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#074798, #19529f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#074798, #19529f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#074798, #19529f); /* Standard syntax */
	padding:10 0;
}
#headercontentwrap {width:80%; margin:0 auto;}
#logo {float:left;}
#navwrap {float:right; text-align:right; margin-top:30px;}
.social-icon{margin-left: 8px;}
.social-icon.fa{font-size: 24px;}


#middle {
	background: url(../siteart/Nov152016.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.justify{text-align: justify;}
.p-max-width{max-width: 880px;}

.textwrap {
	background-color:rgba(0,0,0,0.8);
	padding:20px 30px;
	max-width:500px;
	position:relative;
	float:right;
	margin-bottom:100px;
}
.vpad-5{padding: 5% 0;}
.center-copy {max-width: 1100px; margin: 0 auto; float:none;}
.textwrap a {color:#458FEF; text-decoration:none;}
.textwrap a:hover {color:#fff; text-decoration:none;}

.globe {margin:20px -15px 0 0; padding: 40px;}

#inventorywrap {width:100%; max-width:1060px; background:#fff; padding:20px; margin:0 auto; color:#000; font-size:14px;}
.list-content .list-title .list-title-text{display:none!important}
.pagetext {padding:0 58px 0 20px;}
.pagetext a {color:#458FEF; text-decoration:none;}
.pagetext a:hover {color:#000; text-decoration:none;}

.rental {float:left; text-align:center; width:24%; padding:10px 3px;}
.rental img {align:center;}
.newspara{color: #000; font-size: 16px;}
.newspage{display: flex; flex-wrap: wrap;}
.newsstory{width: 27%; margin: 10px 30px;}
.halfnewsstory{width: 40%; margin: 10px 20px 30px 20px;}
.halfnewsstory img{width: 190px;}
.halfnewsstory h2{font-size: 17px; text-transform: uppercase; color: #000; text-align: left; padding-right: 5%;}
.newsstory img{width: 150px;}
.newsstory h2{font-size: 17px; text-transform: uppercase; color: #000; text-align: left;}
.hplist {
    list-style: disc;
    color: #ffffff;
    padding: 0px 40px;
}
.hplist li{
    padding: 10px 0px;
}
.rentallist {
    list-style: decimal;
    list-style-position: inside;
    padding: 5px 20px;
}
.rentallist li{
    padding: 10px 0px;
}
.flex-box{display: flex; flex-wrap: wrap;}
/*FORM*/

#form{
	color: #000;
}

#form input {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #DFDFDF;
	margin: 5px 0 15px;
	height: 30px;
	border-radius: 5px;
	box-sizing: border-box;
}

#form textarea {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #DFDFDF;
	margin: 5px 0 15px;
	height: 90px;
	border-radius: 5px;
	box-sizing: border-box;
}

#form select {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #DFDFDF;
	margin: 5px 0 15px;
	height: 30px;
	border-radius: 5px;
	box-sizing: border-box;
}

#form input[type="checkbox"] {
    margin:5px 10px 0 0;
    width:13px;
    height:13px;
    display:inline;
}
#form input[type="radio"] {
    margin:5px 10px 0 0;
    width:15px;
    height:15px;
    display:inline;
}
 
#form input.button,
#form input.button:focus {
    font-family:'open_sansbold', Arial, sans-serif;
    width:200px; 
    background: #034496;
	border-radius:5px;
    font-size:14px;
	line-height:18px;
	font-weight:bold;
	color: #fff;
	text-transform:uppercase;
}
#form input.button:hover {
	background:#0857BB;
	color: #fff;
}
 
/*CAPCHA*/

.CaptchaPanel {
	width: 182px;
	margin: 15px 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;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

.line{
	width: 100%;
	height: 1px;
	margin: 5px 0 20px;
	border-top: 1px #fff solid;
}

#thankyou{
	text-align:center;
	font-size: 18px;
	color: #fff;
	margin: 25px 0;
}

/* SLIDER TEXT CONTENT */
.absolute-container{    
	position: absolute;
    width: 100%;
    height: 100%;
}
.slider-copy{
	position: absolute;
	z-index: 50;
	width: 70%;
    right: 0;
	top: -823px;
}

.ampersand{
	font-family:'open_sansbold', Arial, sans-serif;
}
#static-caption{
	position: absolute;
	z-index: 40;
	top: 0;
	left: 5%;
	right: 5%;
	
	opacity: 0;
	transition: all 1s ease;
	pointer-events: none;
}
.caption-fadein{
	opacity: 1;
	top: 5%;
}
#static-caption p{
	margin-top: -4px;
	text-shadow: 1px 1px 3px rgba(0,0,0,1.0);
	transition: margin 2s ease;
	
	font-family: rucksack, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	line-height: 30px;
}
#static-caption h1{
	font-size: 120px;
	color: #fff;
	font-family: rucksack, sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 100px;
	text-shadow: 1px 1px 3px rgba(0,0,0,1.0);
	width: 100%;	
	max-width: 700px;
}

.icon-center-absolute{
	position: absolute!important;
    z-index: 100;
    left: 50%;
    transform: translate(-50%, 0);
	
	color: #fff;
    bottom: 5%;
    font-size: 40px!important;
	text-decoration: none;
	text-shadow: 1px 1px 3px rgba(0,0,0,1.0);
}


/*--------Scrolling Inventory--------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	padding:10px 0 8px 0;
	background:#1a53a0;
}
 
.scrolling{
    width:100%;
    height:92px;
}

#whiteblock {
	background: #fff;
	padding: 30px 0;
}
#whiteblock p{color:#000;}
#blackblock {
	background: #000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#000, #222222); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#000, #222222); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#000, #222222); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#000, #222222); /* Standard syntax */
	padding:30px 0;
}

.linkbox {float:left; width:25%; color:#fff;}
.linkbox a {color:#fff; text-decoration:none;}

	
footer {
	background: #074798; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#074798, #19529f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#074798, #19529f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#074798, #19529f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#074798, #19529f); /* Standard syntax */
	padding:20px 0;
	color:#fff;
}	
.sandhillsfooter {float:left;}
.footerlogo {float:right;}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:none;font-size:13px; color:#fff;}
a.footerlink:hover {text-decoration:none;font-size:13px; color:#fff;}

.footertext{font-size:13px; color:#fff;}

.smallfootertext{font-size:10px; color:#fff;}
.divfooter {width:750px; }

.linkbox img {width:100%;}

/* Listings Styles **/
.hosted-content #listings-title {display:none!important;}
.hosted-content h1 {display:none!important;}
.listings-wrapper .listing-largecard .listing-card-pricing .listing-prices:first-child .listing-price-label, .listings-wrapper .listing-thumb .listing-card-pricing .listing-prices:first-child .listing-price-label, .listings-wrapper .listing-smallcard .listing-card-pricing .listing-prices:first-child .listing-price-label {display:none!important;}
.listings-wrapper .listing-largecard .listing-card-pricing, .listings-wrapper .listing-thumb .listing-card-pricing, .listings-wrapper .listing-smallcard .listing-card-pricing {display:none!important}
.hosted-content .listings-detail-wrapper .listing-details ._DetailListingPrice {display:none!important;}
	

/************************************************ Responsive Styles **/

@media screen and (max-width: 1480px) and (min-width:1140px) {
.show-menu-for-mobile {display:none;}

#headercontentwrap {width:95%;}
#site-width {width:85%;}
#logo {width:20%;}
#logo img {width:100%;}

}

@media screen and (min-width: 1501px){
	.slider-copy{right: 10%;}
	#navwrap{margin-top: 3%;}
}

@media screen and (max-width: 1100px){
	
	#navwrap{margin-top: 2%;}
	.slider-copy{
		position: relative;
		z-index: 50;
		width: 100%;
		right: 0;
		top: 0;
	}
	.slider-pro{height: 500px; overflow:hidden;}
	
	#static-caption{
		top: 25%!important;
	}
	#static-caption h1{
		font-size: 80px;
		line-height: 72px;
	}
	#static-caption p{
		margin-top: 8px!important;
		max-width: 400px;
	}
	.center-copy{
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.vpad-5{
		padding: 0;
	}
	.sp-arrows{display: none;}
	
}
@media screen and (max-width: 950px){
	.newspage{flex-wrap: wrap;}
	.newsstory{width: 100%; margin: 30px 0px;}
	.halfnewsstory{width: 100%; margin: 30px 0px;}
.halfnewsstory img{width: 190px;}
.halfnewsstory h2{font-size: 17px; text-transform: uppercase; color: #000; text-align: left; padding-right: 0%;}
}
@media screen and (max-width: 1139px) and (min-width:828px) {
.show-menu-for-mobile {display: none;}

#headercontentwrap {width:90%;}
#logo {width:20%;}
#logo img {width:100%;}
h2 {font-size:14px;}
h2 a {font-size:14px;}
#site-width {width:85%;}
#nav ul li a {font-size:14px; padding:0 10px;}

#inventorywrap {width:100%; padding:0;}

.rental img {width:100%;}

.linkbox {font-size:14px;}
.sandhillsfooter {width:70%;}
.divfooter {width:100%;}
.footerlogo {width:30%; text-align:right;}
	
}



@media screen and (max-width: 827px) and (min-width:521px) {
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}
.mobile-break:after{ content: ' '; display: block; }

#headercontentwrap {width:90%;}
#logo {width:35%; padding-top:20px;}
#logo img {width:100%;}
#navwrap {width:55%;}
h2 {font-size:14px;}
h2 a {font-size:14px;}
	
.social-icon{margin-top: 8px;}
.social-icon.fa{font-size: 24px;}	
	
#site-width {width:85%;}
#inventorywrap {width:100%; padding:0; font-size:12px;}

.pagetext {padding:0 0 0 0; width:95%; margin:0 auto;}
.rental {float:left; text-align:center; width:48%; padding:10px 0px;}
.rental img {width:100%;}

.linkbox {width:100%;  margin-bottom:10px; font-size:12px;}
.linkbox img {width:50%;}
.sandhillsfooter {width:100%;}
.divfooter {width:100%;}
.footerlogo {float:none; width:100%; text-align:left;}

/******************styles for the main site navigation during mobile display*************/
#navicon {
	float: right;
	font-size: 32px;
	font-size: 2em;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.25rem 0 0 0.5rem;
	color:#fff;
}
#nav  {display:none;}
}
 
 

@media screen and (max-width:520px){
	
.mobile-break:after{ content: ' '; display: block; margin-top: 16px;}	
	
#static-caption h1{
	font-size: 44px;
	line-height: 36px;
}	
#static-caption p{
	font-size: 18px;
	line-height: 20px;
	margin-top: 8px!important;
	max-width: 300px;
}
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}

body {overflow-x:hidden;}
h3{font-size: 18px;}
#logo {float:none; width:100%; margin:0 auto; text-align:center;}
#logo img {width:100%;}
#navwrap {margin-top:0; float:none;}
h2 {text-align:center; font-size:12px;}
h2 a {text-align:center; font-size:12px;}
#site-width {width:100%; margin:0 auto;}
.slider-copy{width: 100%;}
.textwrap {calc(100% - 16px); margin:0 auto; float:none; padding:20px 8px;}
.globe {display:none;}
.bodylogo {width:95%;}
#inventorywrap {width:100%; padding:0; font-size:12px;}
h1 {font-size:20px;}
.pagetext {padding:10px 0 0 0; width:95%; margin:0 auto;}
.pagetext a{font-size: 16px;}
.rental {float:none; text-align:center; width:100%; padding:10px 0px;}
.rental img {width:100%;}

.linkbox {width:100%; font-size:12px; text-align:center; margin-bottom:10px;}
.linkbox img {width:50%;}
	
.sandhillsfooter {width:90%; text-align:center; margin:0 auto; float:none;}
.divfooter {width:90%; margin:0 auto;}
.footerlogo {width:93%; margin:0 auto; text-align:center; float:none;}

.hosted-content #listings-title {font-size:1.25rem!important;}



/******************styles for the main site navigation during mobile display*************/
#navicon {
	float: left;
	font-size: 32px;
	font-size: 2em;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.25rem .75rem 0 0;
	color:#fff;
}
#nav  {display:none;}
}
