/*

    box-sizing: border-box; *behavior: url(themes/SandhillsTemplate/css/boxsizing.htc);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

*/
@import 'https://fonts.googleapis.com/css?family=Rajdhani:400,500,700';

/***** 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;
    padding:0;
}

ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Rajdhani', sans-serif;
	line-height: 1.42857;
	overflow-x: hidden;
}

a:link {
	text-decoration:none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all.3s ease-in-out;
}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}

h1 {
	font-size:58px;
	text-shadow:2px 2px 2px #000;
	font-family: 'Rajdhani', sans-serif;
	font-weight:700;
	color:#fff;
	margin-bottom:30px;
	line-height: 50px;
}

h2 {
	font-size:28px;
	font-family: 'Rajdhani', sans-serif;
	font-weight:700;
	color:#000;
	margin-bottom:10px;
	line-height: 24px;
}

h3 {
	font-size:20px;
	font-family: 'Rajdhani', sans-serif;
	font-weight:700;
	color:#fff;
	margin-bottom:5px;
	line-height: 20px;
}

h4 {
	font-size:28px;
	text-shadow:2px 2px 2px #000;
	font-family: 'Rajdhani', sans-serif;
	font-weight:700;
	color:#fff;
	margin-bottom:10px;
}


p {
	font-size:24px;
	text-shadow:2px 2px 2px #000;
	font-family: 'Rajdhani', sans-serif;
	font-weight:700;
	color:#fff;
}
.right {margin-right:0 !important;}
a.red {color:#F1070B !important;}
/***** END RESET *****/

/***** FRAMEWORK *****/
.invslides {
    background: #f1f2f7 url(../siteart/3.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.site-width {
	max-width:1020px;
	margin:0 auto;
	width: 95%;
}
.one-third {
	float:left;
	width:32%;
	margin-right:4%;
	text-align:left;
}
.two-third {
	float:left;
	width:64%;
	margin-right:4%;
}

/*** MOBILE MENU ***/
#cssmenu{float: right; margin-top: 65px; display: inline-block; position: relative; font-size: 0; z-index: 9999; text-align: center; font-family: 'Rajdhani', sans-serif;}
#cssmenu ul li{display: inline-block; position: relative;}
#cssmenu ul li a{font-family: 'Rajdhani', sans-serif; font-size: 19px; font-weight: 700; padding: 5px 10px; color: #fff;}
#cssmenu ul li:hover > ul{left: auto;}
#cssmenu ul li.has-sub > a{padding-right: 30px;}
#cssmenu ul li.has-sub > a::after{position: absolute; top: 8px; right: 16px; font-family: FontAwesome; font-size: 8px; content: '\f078';}
#cssmenu ul ul{display: block; position: absolute; left: -9999px; text-align: left;}
#cssmenu ul ul li{}
#cssmenu ul ul li a{background: #ebebeb; width: 215px; font-size: 13px; text-transform: none; text-decoration: none; color: #333; padding: 10px 15px; border-bottom: solid 1px #dcdadb; font-weight: 400; display: block;}
#cssmenu ul li a:hover{text-decoration: none; color: #000;}
#cssmenu ul ul li a:hover, #cssmenu ul ul li:hover > a{background: #fff; color: #000;}
#cssmenu ul ul li.has-sub a::after{position: absolute; top: 18px; right: 8px; font-family: FontAwesome; font-size: 8px; content: '\f054';}
#cssmenu ul ul ul{margin-left: 100%; top: -1px;}
#cssmenu #menu-button{display: none;}



header {
	background:#303030;
	padding:10px 0;	
}

.logo {
    float: left;
    max-width: 250px;
}

.logo img {
	width:100%;	
}

#main {
	padding:150px 0;
	/*text-align:center;*/
}

.center {text-align: center;}

a.home-button {
	background:#303030;
	display:inline-block;
	margin-top:30px;
	padding:10px 20px;
	border-radius:10px;
	color:#fff;
	font-weight:700;
	font-size:28px;	
}
a.home-button:hover {color: #fff; text-decoration: none;}



#bottom {
    width: 100%;
    position: relative;
    margin-top:61px;
}

#home-contact {
    width: 100%;
    padding: 20px 0;
    background: rgba(255,255,255,0.70);
	box-sizing: border-box;
}

#home-contact p {
	color:#000;
	text-shadow:none;
	font-size:22px;	
	font-weight:500;
}

.upcoming-auctions {
	float:left;
	text-align:left;	
}

.upcoming-auctions i {
	font-size:17px;
	margin-right:10px;	
}

.contact-info {
	float:right;
	text-align:left;	
}

.contact-info i {
	font-size: 30px;
	color:#303030;	
}

.contact-info a {color: #000;}

.scroll-frame {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    text-align: center;
    background: none;
	margin-bottom:20px;
}

.scroll-frame iframe {
	width:100%;
	height:90px;
	display:block;
	text-align:center;
}

#boxlinks {
	text-align:justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	max-width:1020px;
	margin:30px auto;
}

.linkbox {
	width: 30%;
    position: relative;
    text-align: center;
    vertical-align: top;
    display: inline-block;
	*float:left;
}

.linkstretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.google-maps {
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
    width: 100%;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
    pointer-events: none;
}

.desktop-hidden {display: none;}

/*.container.cf {
    width: 100%;
    background: #fff;
}

h1#listings-title {
    position: absolute;
    text-align: center;
    max-width: 1020px;
    width: 100%;
    margin: -50px auto 0 auto;
}*/
/***** FOOTER *****/

footer {
    width: 100%;
    padding: 10px;
	color:#fff;
    background: #303030;
	font-family: 'Rajdhani', sans-serif;
}

footer a {
	color:#fff;	
}

footer a:hover {
	color:#fff;
	text-decoration:underline;	
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	text-decoration:underline;
	font-family: 'Rajdhani', sans-serif;
	font-weight:500;
	font-size:15px;
	color:#fff;
	
}

a.footerlink:hover {
	text-decoration:none; 
	font-family: 'Rajdhani', sans-serif;
	font-weight:500;
	font-size:15px;
}

.footertext{
	font-family: 'Rajdhani', sans-serif;
	font-weight:500;
	font-size:15px;
	color:#fff;
}

.smallfootertext{
	font-family: 'Rajdhani', sans-serif;
	font-weight:500;
	font-size:15px;
	color:#fff;
}

.divfooter {
	max-width:650px; 
	text-align:right; 
	margin:0 auto;
}

footer .two-third.right p {font-size: 16px;text-align: right;}

.ts-modal-content {color: #000 !important;}

.postcard img {width:100%;}
.postcard {max-width:1300px; display: flex; justify-content: center; text-align: center; margin: 0 auto; padding-top:25px;}

/***** RESPONSIVE STYLES *****/
@media screen and (max-width: 1000px) {	
/* HEADER */	
	#cssmenu{float: none; width: 100%; text-align: center; margin-top: 0;}
	#cssmenu ul{width: 100%; display: none;}
	#cssmenu ul li{display: block;}
	#cssmenu ul li a{font-size: 14px; padding: 10px; width: 100%; box-sizing: border-box; color: #fff; display: block;}
	#cssmenu ul ul{display: none; position: relative; left: 0; right: auto; width: 100%; margin: 0;}
	#cssmenu ul li.has-sub > a {padding-right: 0;}
	#cssmenu ul ul li{width: 100%; border: none; border-top: 1px solid #555;}
	#cssmenu ul ul li a{background: #222; font-size: 12px; color: #eee; padding: 12px 20px; width: 100%; text-align: center; border-bottom: none;}
	#cssmenu ul ul ul{display: none; position: relative; top: 0; left: 0; right: auto; width: 100%; margin: 0;}
	#cssmenu ul ul ul li a{padding: 20px 40px; background: #555;}
	#cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after{display: none;}
	#cssmenu #menu-button{display: block; padding: 13px; font-size: 14px; font-weight: 400; text-align: left; text-transform: uppercase; color: #fff; cursor: pointer;}
	#cssmenu #menu-button.menu-opened:after{content: '\f00d';}
	#cssmenu #menu-button::after{position: absolute; top: 11px; color: #fff; font-weight: 700; right: 20px; font-family: FontAwesome; font-size: 16px; content: '\f0c9';}
	#cssmenu .submenu-button{position: absolute; z-index: 10; right: 0; top: 0; display: block; height: 55px; width: 100%; cursor: pointer;}
	#cssmenu .submenu-button::after{position: absolute; top: 13px; right: 20px; font-family: FontAwesome; font-size: 12px; content: '\f067'; color: #aaa;}
	#cssmenu .submenu-button.submenu-opened:after{content: '\f068';}
	#cssmenu ul li:hover > a{background: #ebebeb; color: #333;}
	
	.logo {
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
	}
}

@media only screen and (max-width: 767px) {
	
.one-third {
	width:100%;
	float:none;
	margin:20px 0;
	text-align:center;
}

.two-third {
	width:100%;
	float:none;
	margin:20px 0;
}

#main {
	padding:50px 10px 0;	
}

#home-contact {
	padding:20px 10px;
}

.divfooter {
	text-align:center;	
}

.google-maps {
    position: relative;
    padding-bottom: 80%;
    overflow: hidden;
    width: 100%;
}
footer .two-third.right p {font-size: 16px;text-align: center;}
	
}

@media only screen and (max-width: 650px) {
	
.upcoming-auctions {
	width:100%;
	text-align:center;
	margin:10px 0;
}

.contact-info {
	width:100%;
	text-align:center;
	margin:10px 0;
}

h1 {
	font-size:40px;	
	line-height: 36px;
}

p {
	font-size:19px;	
	line-height: normal;
}
	
	.invslides {
		background-attachment: inherit;
	}

	
}

@media only screen and (max-width: 500px) {
	.desktop-hidden {display: contents;}
}
