@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;
	
}

body {
	max-width:100%;
	overflow-x:hidden;
}

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;
}


/**--------------------
		FOOTER	
---------------------*/
.sandhillsfooterwrap {
	width:100%;
	background:#c10211;
	height:30px;
	color:rgba(108,108,108,1.00);
	font-size:12px;
	text-align:center;
	padding:20px 0;
	float:left;
	color:#fff;
}

.sandhillsfooterwrap a { 
	font-size:12px;
	color:#fff;
}

.sandhillsfooterwrap a:hover{
	color:rgba(174,174,174,1.00);
}

.hide {
	display:none;
}

/**--------------------
		HEADER	
---------------------*/
header {
	width:100%;
}

.logo {
	width:25%;
	margin:15px 37.5%;
	text-align:center;
}

.top_nav {
	background:#9f9aa1;
	width:100%;
	text-align:center;
	padding:10px 0;
	float:left;
}

.top_nav a {
	color:#fff;
	font-size:14px;
	font-weight:700;
	padding:0 20px;
}

/**--------------------
		HOMEPAGE	
--------------------*/
.wrap {
	width:80%;
	padding:50px 10%;
	float:left;
	background:url(/siteart/concrete-texture.png);
}

.button_auction {
	width:45%;
	margin:0 2.5%;
	box-sizing:border-box;
	float:left;
}

.title {
	width:100%;
	background:hsla(0,0%,0%,0.08);
	float:left;
}

.title img {
	height:50px;
	margin:15px auto;
	text-align:center;
	display:block;
}

.picture_auction {
	background:url(/siteart/iStock-155415266.jpg);
	background-size:cover;
	background-position:left;
	height:300px;
	width:100%;
	float:left;
}

.picture_bid {
	background:url(/siteart/iStock-458619191.jpg);
	background-size:cover;
	background-position:left;
	height:300px;
	width:100%;
	float:left;
}

@media screen and (max-width:800px) {
	.button_auction  {
		width:80%;
		margin:10px 10%;
	}
	
	.picture_auction {
		height:150px;
	}
	
	.picture_bid {
		height:150px;
	}
	
	.top_nav a {
		width:100%;
		float:left;
		margin:4px 0;
		font-size:12px;
	}
	
	.title img {
	height:30px;
	}
	
	.logo {
		width:50%;
		margin:10px 25%;
	}}