@charset "utf-8";
/* CSS Document */

/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;snazzy
	padding: 0;
	font-family:Helvetica, Arial, sans-serif;
	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
article, aside, figure, footer, header, nav, section {
    display: block;
	border:none;
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
}




/**--------------------
		HEADER	
---------------------*/
header {
	width:100%;
	margin:0;
	padding:0;
	z-index:10;
	background:#293243;
}

.logo {
	position:absolute;
	z-index:5;
	width:300px;
	margin:15px 0 0 10%;
}

.top_nav {
	background-image:url(/siteart/footer_lodyas.png);
	width:80%;
	text-align:right;
	padding:10px 10%;
}

.top_nav a {
	color:#fff;
	font-size:12px;
	margin-left:20px;
	text-transform: uppercase;
}

/**--------------------
		HOMEPAGE	
---------------------*/
.banner {
	width:100%;
	height:auto;
	float:left;
}

.about_wrap {
	background-image:url(/siteart/footer_lodyas.png);
	background-color:#293243;
	width:80%;
	padding:70px 10%;
	float:left;
	color:#fff;
}

.about {
	max-width:994px;
	margin:0 auto;
}

.about_wrap p,.about_wrap h1 {
	width:80%;
	font-size: 16px;
	margin-left:20%;
	line-height:20px;
	margin-top:10px;
}

.title {
	width:40%;
	margin-right:60%;
	float:left;
	margin-bottom:30px;
}

.title.mobile {
	display:none;
	margin:0 0 20px;
}

.auction_time { 
	margin:0 auto; 
	padding:30px 20px;
	box-sizing:border-box;
	max-width:994px;
	text-align:center; 
	background:#fff;
	box-shadow:inset #313131 10px 5px 5px;
}

h2 {
	text-align:left;
	margin-left:10px;
}

/**--------------------
		FOOTER	
---------------------*/

.home-pg .sandhillsfooterwrap {background-image: url(/siteart/footer_lodyas_blue.jpg) !important;}
.sandhillsfooterwrap {
	width:100%;
	background-image:url(/siteart/footer_lodyas.png);
	background-color: #283142;
	height:30px;
	color:rgba(108,108,108,1.00);
	font-size:12px;
	text-align:center;
	padding:20px 0;
	float:left;
}

.sandhillsfooterwrap a { 
	font-size:12px;
	color:rgba(108,108,108,1.00);
}

.sandhillsfooterwrap a:hover{
	color:rgba(174,174,174,1.00);
}

.hide {
	display:none;
}

.sandhillsfooterwrap a, .sandhillsfooter {color: #fff !important;}

@media screen and (max-width: 1200px)  {
.top_nav{width:90%;padding:10px 5%;}
.logo{margin-left:5%;}
}


@media screen and (max-width: 980px)  {
header {
	background:url(/siteart/footer_lodyas_blue.jpg);
	width:100%;
	float:left;
	padding:10px 0 20px;
}

.logo {
	margin:10px 0 0 5%;
	width:200px;
}

.title, .about_wrap p {
	width:100%;
	margin:20px 0 0;
	font-size:14px;
	text-align:center;
}

.title.mobile {
	display:block;
}

.title.desktop, .top_nav {
	display:none;
}
.about_wrap {
	padding:10px 10% 30px;
}}

@media screen and (max-width:500px) {

.auction_time {
	box-shadow:none;
}

h2 {
	display:none;
}
}