/*


    box-sizing: border-box; *behavior: url(themes/SandhillsTemplate/css/boxsizing.htc);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

*/

/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i');
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {clear: both; height:0px; margin:0;}

a:link {text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}
.no-right {margin-right:0 !important;}

h1 {
	font-size:36px;
	margin-bottom:20px;
	font-weight:700;
	color:#000;	
}

h2 {
	font-size:26px;
	margin-bottom:20px;
	font-weight:700;
	color:#000;	
}

h3 {
	font-size:36px;
	font-weight:700;
	color:#fff;	
}

p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
}

h4 {
	font-size:18px;
	font-weight:700;
	color:#000;	
	line-height:1.4;
}
/***** END RESET *****/

/***** FRAMEWORK *****/
.gray-head {background:#404041; height:10px;}
.site-width {max-width:1600px; margin:0 auto; width: 97%;}

#main-image {
    margin: 0px auto;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../siteart/header_image_1_1.jpg);
    padding: 15% 0;
    position: relative;
}

#main-image-contact {
    margin: 0px auto;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../siteart/contact_page_header_image1.jpg);
    padding: 7.2% 0;
    position: relative;
}


#financing-image {
    margin: 0px auto;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../siteart/customer_financing_header_image-new.jpg);
    padding: 9% 0;
    position: relative;
}


#bottom-image-financing {
    margin: 0px auto;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../siteart/customer_financing_bottom_image-new.jpg);
    padding: 10% 0;
    position: relative;
}

#bottom-image {
    margin: 0px auto;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../siteart/bottom_image_1_3.jpg);
    padding: 10% 0;
    position: relative;
}

#contact-form {
    margin: 0px auto;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../siteart/contact_page_info_bg_image1.jpg);
    padding: 50px 10px;
    position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	*behavior: url(/css/boxsizing.htc);
}

.listing-prices.price-link {
    display: none;
}

header {
	background:#fff;	
	padding:0 10px;
}

.logos {
	width:21%;	
	float:left;
	text-align:center;
}

.logos img {
    margin-right: 30px;
    margin-top: 10px;
    vertical-align: middle;
	display:inline-block;
	max-width: 159px;
    width: 100%;
}

.header-search {
	width:20%;	
	float:left;
	text-align:right;
	margin-top:30px;
}

input#keywords {
    height: 20px;
    border-radius: 5px 0 0 5px;
    border: none;
    max-width: 200px;
	padding-left:10px;
    font-size: 14px;
    width: 80%;
    color: #000;
    margin-right: -3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	*behavior: url(/css/boxsizing.htc);
	height:31px;
	border: solid 1px;
}

.quick-button {
    background: #404041;
    border: none;
    top: -1px;
    right:1px;
    position: relative;
    color: #fff;
    height: 31px;
    border-radius: 0 5px 5px 0;
    width: 15%;
	cursor: pointer;
	padding: inherit;
}

#main-content {
	background:#cccccc;
	padding:20px 10px;	
}

.half-col {
	width:calc(50% - 20px);
	float:left;
	margin-right:2%;
}

.align-center {text-align: center;}

.third-col {
	width:31%;
	float:left;
	margin-right:1.5%;
	box-sizing: border-box;
}


.fourth-col {
	width:24%;
	float:left;
	margin-right:1%;
	box-sizing: border-box;
}

.full-col {
	width:95%;
	margin: 0 auto;
	padding-bottom:20px;
}

p.red-bubble {
    padding: 0 0 0 10px;
    background: #ff3600;
    border-radius: 5px 0 0 5px;
    float: left;
    width: 75%;
    margin-top: 20px;
    color: #fff;
    height: 46px;
    display: flex;
    align-items: center;
}

p.red-bubble-finance {
    padding: 0 0 0 10px;
    background: #ff3600;
    border-radius: 5px 0 0 5px;
    float: left;
    width: 400px;
    margin-top: 20px;
    color: #fff;
    height: 46px;
    display: flex;
    align-items: center;
}

p.white-bubble-finance {
    height: 46px;
    display: flex;
    padding: 0 0 0 10px;
    align-items: center;
    background: #fff;
    border-radius: 5px 0 0 5px;
    float: left;
	font-weight:400 !important;
    width: 500px;
    margin-top: 20px;
	color:#000 !important;
}

strong {font-weight:700;}

.contact-button {
    color: #fff;
    border-radius: 0 5px 5px 0;
    background: #ff3600;
    float: left;
    margin-top: 20px;
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
	border:none;
	cursor: pointer;
}

.captcha, .captcha a {
    color: #fff;
}

.column3 {
    float: right;
    margin-right: 1%;
}

.contact-info p, .contact-info a {
	font-size:26px;
		
}

.container iframe {width:100%;}

.at-share-btn-elements {
    display: none !important;
}

#main-search {display:none !important; border:1px solid #000;}
#inventory-listings {
    padding-bottom: 20px;
}
#inventory-listings .container {float: none; width: 100%;}
a {color:#000;}
a:hover {color:#ff3600}
a.main-button {
    color: #fff;
    border-radius: 0 5px 5px 0;
    background: #231f20;
    float: left;
    margin-top: 20px;
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#equipment-links {padding:20px 10px;}

.inventory-equipment-container {
    float: left;
    width: 11%;
    padding: 0 10px;
    margin-top: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	*behavior: url(/css/boxsizing.htc);
	position:relative;
	z-index:1;
}

.inventory-equipment-container img {
	display:inline-block;	
}
.equipment-container {
    float: left;
    width: 33%;
    padding: 0 10px;
    margin-top: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	*behavior: url(/css/boxsizing.htc);
	position:relative;
	z-index:1;
}

.equipment-box {
    float: none;
    width: 100%;
	background:#4e8cca;	
    margin-top: 0;
    position: relative;
    overflow: hidden;
    border: none;
	text-align:center;
	padding:30px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
}

.equipment-link {
	border-top:5px solid #ff3600;
    background: #231f20;
    position: relative;
    z-index: 9999;
    padding: 15px 0;
	text-align:center;
}

.equipment-link a {
	color:#fff;
	font-size:19px;
	font-weight:700;
}


.inventory-equipment-link {
    border-top: 5px solid #ff3600;
    background: #231f20;
    position: relative;
    z-index: 9999;
    text-align: center;
    min-height: 60px;
    display: table;
    width: 100%;
    padding: 5px 5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	*behavior: url(/css/boxsizing.htc);
}

.inventory-equipment-link a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
	font-family: 'Roboto Condensed', sans-serif!important;
}

.login-button {
    display: inline-block;
    margin: 10px;
    width: 13%;
    text-align: center;
    background: #fff;
    color: #000;
    padding: 10px;
    position: absolute;
    right: 40px;
    top: 100px;
    z-index: 999999;
    border: solid 2px;
}

.inventory-search {
	width:24%;
	margin-right:1%;
	float:left;	
}

.inventory-blue {
    background: #4e8cca;
    padding: 20px;
}

.inventory-blue h4 {
	color:#fff;
	font-size:19px;
	font-weight:700;
	line-height:1.4;	
}

.search-box {
    padding: 20px;
    background: #f2f2f2;
	margin-bottom:20px;
}

.col4 select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
	font-size:14px;
}

.col4 input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	*behavior: url(/css/boxsizing.htc);
	font-size:14px;
}

.col4 input#keywords {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
	height:auto;
	max-width:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	*behavior: url(/css/boxsizing.htc);
	font-size:14px;
}

.column2 {
    width: 49%;
    float: left;
    margin-right: 1%;
}

.column2 input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	*behavior: url(/css/boxsizing.htc);
	font-size:14px;
}

.column1 {
    width: 100%;
}

.column1 input {
    width: 99%;
    padding: 10px;
    margin: 10px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	*behavior: url(/css/boxsizing.htc);
	font-size:14px;
}

.column1 textarea {
    width: 99%;
    padding: 10px;
    margin: 10px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	*behavior: url(/css/boxsizing.htc);
	font-size:14px;
    min-height: 300px;
}

.detailed-search {margin-top:20px;}

#contact-form p {
	color:#fff;	
	font-weight:700;
}

input::placeholder {
  color: #000;
}

.search-footer {
    padding: 20px;
    background: #f2f2f2;
}

.footer-blue {height:10px; float:left; width:75%; background:#4e8cca}
.footer-red {height:10px; float:left; width:25%; background:#ff3600}

.container {
	width:75%;
	float:left;	
}

.inventory-equipment-link a:hover {
    color: #ff3600;
}

.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;
}


iframe #main-search {
    display: none !important;
}

form#main-search-form {
    display: none;
}

/***** FOOTER *****/

footer {
	background:#fff;	
	padding:20px 10px;
	font-family: 'Roboto Condensed', sans-serif!important;
}

footer p, footer h3 {
	color:#000;
}

.footer-logo {
	padding:0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	*behavior: url(/css/boxsizing.htc);
}

.footer-logo img {max-width:100%;}

footer hr {
    margin-top: 50px;
    border: solid 1px #000;
    margin-bottom: 20px;
}








#top-stuff {
    right: 50px;
    position: absolute;
    top: 110px;
    width: 300px;
    z-index: 12;
}

#top-bar-out {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    background: -moz-linear-gradient(center top, #333333, #111111);
    background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
    background: -o-linear-gradient(top, #333333, #111111);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333', EndColorStr='#111111');
	background:#000;
    box-shadow: 0 1px 2px #666666;
    -webkit-box-shadow: 0 1px 2px #666666;
}

.active-links {
    position: relative;
    top: 0;
    text-align: center;
}

#container {
    width: 300px;
    margin: 0 auto;
    position: relative;
}

#topnav {
    text-align: right;
}

#session {
    cursor: pointer;
    display: inline-block;
    height: auto;
    padding: 12px 12px;
    vertical-align: top;
    white-space: nowrap;
    width: 300px;
    box-sizing: border-box;
	z-index:9999999;
}

#session.active, #session:hover {
    background: rgba(255,255,255,0.1);
    color: fff;
}

a#signin-link {
    color: #bababa;
    position: relative;
}

a#signin-link em {
    font-size: 10px;
    font-style: normal;
    margin-right: 4px;
}

a#signin-link strong {
    color: #fff;
}

#signin-dropdown {
    background: rgba(255, 255, 255, .8);
    border-bottom-left-radius: 5px;
    min-height: 200px;
    min-width: 300px;
    position: absolute;
    right: 0;
    display: none;
	z-index:999999;
}

#signin-dropdown form {
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

#signin-dropdown .textbox span {
    color: #BABABA;
}

#signin-dropdown .textbox input {
    width:92%;
}

fieldset {
    border: none;
}

form.signin .textbox label {
    display: block;
    padding-bottom: 7px;
}

form.signin .textbox span {
    display: block;
}

form.signin p, form.signin span {
    color: #999;
    font-size: 11px;
    line-height: 18px;
}

form.signin .textbox input {
    background: none;
    border-bottom: 1px solid #333;
    border-left: 1px solid #000;
    border-right: 1px solid #333;
    border-top: 1px solid #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 13px Arial, FontAwesome, Helvetica, sans-serif;
    padding: 10px 6px 10px;
	margin-top:10px;
}

form.signin .remb {
    padding: 9px 0;
    position: relative;
    text-align: right;
}

form.signin .remb .remember {
    text-align: left;
    position: absolute;
    left: 0;
}

.button {
    cursor: pointer;
    float: left;
    width: 47%;
    text-align: center;
    margin-right: 3%;
    box-sizing: border-box;
    background: none;
    border: solid 1px #000;
    border-radius: 5px;
    padding: 8px;
    font: 14px Arial;
}

.button:hover {color:#ff3600}




.listing-price-first {display:none !important;}








/***** RESPONSIVE STYLES *****/

	.logos img {margin-top:30px; max-width:122px;}




@media only screen and (min-width:768px) and (max-width: 905px) {
	p.red-bubble {font-size:14px;}
	a.main-button {padding: 11px 16px 12px;}
	p.red-bubble-finance {
    padding: 8px 0 9px 10px;
}
	
}

@media only screen and (min-width:768px) and (max-width: 820px) {
.equipment-link a {font-size: 16px;}
}


@media only screen and (min-width:768px) and (max-width: 1024px) {
	
.inventory-equipment-link a {
    color: #fff;
    font-size: 14px;
}

.inventory-equipment-link {
	padding:5px 1px;
}

.inventory-equipment-container {
    padding: 0 2px;	
}
	
}

@media only screen and (min-width:1301px) and (max-width: 1580px) {
.logos {width:30%;}
}


@media only screen and (min-width:1001px) and (max-width: 1300px) {
.logos {width:35%;}

}

@media only screen and (min-width:768px) and (max-width: 1000px) {
	
.logos {
    width: 43%;
    float: left;
    text-align: center;
}

.logos img {
    margin-top: 21px;
    max-width: 120px;
}
.header-search {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 0;
	margin-bottom: 15px;
    position: relative;
}

input#keywords {max-width:none;}

.login-button {
    display: inline-block;
    margin: 10px;
    width: 26%;
    text-align: center;
    background: #fff;
    color: #000;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 112px;
    z-index: 999999;
    border: solid 2px;
}

}


@media only screen and (max-width: 767px) {
	header {padding: 0 0 20px 0;}
	.equipment-link a {font-size: 16px;}
	.equipment-container {width:50%;}
	.equipment-box img {max-width:100%;}
	#equipment-links {text-align:center;}
	.half-col, .third-col, .fourth-col {width:100%; margin-right:0; float:none; margin-top:10px;}
	p.red-bubble  {font-size:15px;}
	/*a.main-button {padding: 12px 16px 13px;}*/
	footer {text-align:center; padding-bottom:40%;}
	input#keywords {max-width: 400px;}
		.contact-button {padding: 12px 16px 13px;}
.column3 {width:100%;}
	
	
.logos {width:100%; margin-top:5px;}
.logos img {margin-top:0; max-width:250px; width:38%;}
.header-search {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
}	
	
.login-button {width:25%; right:0; top: 138px;}	
	
.inventory-equipment-link {
    min-height: 70px;
    display: table;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}	
	
.equipment-box { display: none;}
	
.inventory-equipment-container { width: 33%;}

.inventory-search {display: none;}
	
.container {width:100%;}

p.red-bubble-finance {
    padding: 8px 0 9px 10px;
	width:85%;
	font-size:17px;
}

p.white-bubble-finance {
    padding: 8px 0 9px 10px;
	width:85%;
	font-size:17px;
}
	
#top-stuff {
    right: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#container {
    width: 300px;
    margin: 0 auto;
    position: relative;
    float: right;
}
#signin-dropdown {
    background: rgba(255, 255, 255, .9);
}
	
}

@media only screen and (max-width: 410px) {
	p.red-bubble  {font-size:12px;}
	a.main-button {padding: 10px 15px;}
	.contact-button {padding: 10px 15px;}
	
.inventory-equipment-container {
    width: 50%;
    margin-top: 5px;
}

.inventory-equipment-link {
    min-height: 55px;
}
	
p.red-bubble-finance {
    padding: 12px 0 11px 9px;
	width:78%;
	font-size:10px;
}
	
p.white-bubble-finance {
    padding: 12px 0 11px 9px;
	width:78%;
	font-size:10px;
}

.column2 {width:100%;}

}

.thankyou-heading {
    margin-bottom:20px;
}


