
/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i');

/* 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;}

body {
	line-height: 1.2;
	overflow-x: hidden;
	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:0; margin:0;}

a:link {text-decoration:none;}
a:hover{text-decoration:none; transition: all .2s ease-in-out;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}
.no-right {margin-right:0 !important;}
::-moz-selection{background: #2b3c59; color: #fff; text-shadow: none} ::selection{background: #2b3c59; color: #fff; text-shadow: none;}

.flex-contain {display: flex; flex-wrap: wrap; justify-content: center;}

h1 {
	font-size:36px;
	font-weight:700;
	color:#000;	
}

h1#welcome {letter-spacing: normal; line-height: 1.1;}
h1#welcome span {display: block; font-size: 16px; margin-bottom: 10px; font-weight: 500; text-transform: uppercase;}

h2 {
	font-size:26px;
	margin:20px 0;
	font-weight:700;
	color:#000;	
}

h3 {
	font-size:36px;
	font-weight:700;
	color:#fff;	
}

h4 {
	font-size:26px;
	margin:10px 0;
	color:#376197;	
}

p {
	font-size:18px;
	font-weight:400;
	color:#000;	
	line-height:1.4;
}

/***** END RESET *****/

/***** FRAMEWORK *****/
.gray-head {background:#000 url('../siteart/top-bg.jpg'); height:10px;}
.site-width {width: 90%; max-width:1600px; margin:0 auto;}

#bottom-image, #bottom-image-financing, #financing-image, #main-image-contact, #main-image {
    margin: 0 auto;
    height: auto;
    width: 100%;
    position: relative;
}

#bottom-image img, #bottom-image-financing img, #financing-image img, #main-image-contact img, #main-image img {width: 100%; height: auto; display: block; margin: 0 auto;}


#contact-form {
    margin: 0 auto;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background: #000 url('../siteart/used_equip_web_contact_us_background_1.jpg') center center;
    padding: 2em 0;
    position: relative;
	box-sizing: border-box;
}

#finance-form {
	margin: 0 auto;
    height: auto;
    width: 100%;
    padding: 2em 0;
    position: relative;
	box-sizing: border-box;
}


.contact-form {width:100%;}

.listing-prices.price-link {
    display: none;
}

header {
	background:#333c44;	
	padding:0 10px;
}
header .site-width {display: flex; justify-content: space-between; align-items: center;}

.logos {
	width:30%;	
	text-align:center;
}
.logos img {
	max-width:100%;
}

.header-search {
	width:30%;	
	text-align:right;	
}

input#keywords {
    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;
	height:31px;
	font-family: 'Roboto Condensed', sans-serif;
}

.quick-button {
    background: #db7f32;
    border: none;
    top: 0;
    right: 0;
    position: relative;
    color: #fff;
    height: 31px;
    border-radius: 0 5px 5px 0;
    width: 15%;
	cursor: pointer;
}
.quick-button:hover {background: #000;}

#gray-content {
	background:#cccccc;
	padding:2.5em 0;	
}

.half-col {
	width:49%;
	float:left;
	margin-right:1%;
	padding:0 20px;
	box-sizing: border-box;
	
}
.align-center {text-align: center;}
.white a, .white p, h2.white {color: #fff!important;}
.white a:hover {text-decoration: underline;}

.third-col {
	width:31%;
	float:left;
	margin-right:1.5%;
}

.fourth-col {
	width:24%;
	float:left;
	margin-right:1%;
}

.full-col {
	width:100%;
}

.captcha.dark .CaptchaMessagePanel, .captcha.dark .CaptchaWhatsThisPanel a{color: #333;}
.CaptchaMessagePanel, .CaptchaWhatsThisPanel a {color: #ccc;}

.blue-bubble {
    padding: 0 0 0 15px;
    background: #376197;
    border-radius: 5px;
    width: 100%;
	display: flex;
	color:#fff!important;
	margin-top: 20px;
	border: none;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
}


p.red-bubble {
    padding: 11px 0 10px 10px;
    background: #ff3600;
    border-radius: 5px 0 0 5px;
    float: left;
    width: 75%;
    margin-top: 20px;
	color:#fff;
}

p.red-bubble-finance {
    padding: 11px 0 10px 10px;
    background: #db7f32;
    border-radius: 5px 0 0 5px;
    float: left;
    width: 400px;
    margin-top: 20px;
	color:#fff;
}

p.white-bubble-finance {
    padding: 10px 0 10px 10px;
    background: #376197;
    border-radius: 5px 0 0 5px;
    float: left;
	font-weight:400 !important;
    width: 500px;
    margin-top: 20px;
	color:#fff !important;
}

.contact-button {
    padding: 14px 16px 15px;
    color: #fff;
    border-radius: 0 5px 5px 0;
    background: #db7f32;
    float: left;
    margin-top: 20px;
	border:none;
	cursor: pointer;
}

.column3 {
    float: right;
    margin-right: 1%;
}

.contact-info p, .contact-info a {
	font-size:26px;
		
}

.at-share-btn-elements {
    display: none !important;
}

#main-search {display:none !important;}
#inventory-listings {
    padding-bottom: 20px;
}
a {color:#000;}
a:hover {color:#ff3600}
.main-button {
    padding: 13px 16px 13px;
    color: #fff;
    border-radius: 0 5px 5px 0;
    background: #db7f32;
	cursor: pointer;
}
.main-button:hover {background: #000;}

#equipment-links {padding:2em 0; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; box-sizing: border-box;}
#equipment-links h2 {width: 100%;}

.inventory-equipment-container .equipment-box {padding: 20px 0;}
.inventory-equipment-container {
    width: calc(11% - 1em);
    margin: .5em;
	box-sizing: border-box;
	position:relative;
	z-index:1;
}
.inventory-equipment-container img {
	display:inline-block;	
}
.equipment-container {
    width: calc(33.33% - 1em);
    margin: .5em;
	box-sizing: border-box;
	position:relative;
	z-index:1;
}

.equipment-box {
    float: none;
    width: 100%;
	background:#2b3c59;	
    margin-top: 0;
    position: relative;
    overflow: hidden;
    border: none;
	text-align:center;
	padding:30px 0;
    box-sizing: border-box;
}
/*.equipment-box:hover img {transform: scale(1.1);}*/

.equipment-link {
    position: relative;
    z-index: 9999;    
	text-align:center;
}

.equipment-link a {
	color:#fff;
}
.equipment-link button {
	border: none;
	background: #3f6193;
	color:#fff;
	font-size:19px;
	font-weight:700;
	padding: 15px 2%;
	cursor: pointer;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
}

.inventory-equipment-link {
    position: relative;
    z-index: 9999;
    text-align: center;
    width: 100%;    
	box-sizing: border-box;
}

.inventory-equipment-link a {    
    vertical-align: middle;
    text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
}
.inventory-equipment-link button {
	border: none;
	background: #3f6193;
	width: 100%;
	padding: 5px;	
	color: #fff;
    font-size: 15px;
	cursor: pointer;
    font-weight: 700;
}

.inventory-search {
	width:24%;
	margin-right:1%;
	float:left;	
}

.inventory-blue {
    background: #555555;
    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:16px;
}

.col4 input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
	box-sizing: border-box;
	font-size:16px;
}

.col4 input#keywords {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
	height:auto;
	max-width:none;
	box-sizing: border-box;
	font-size:16px;
}

.column2 {
    width: 49%;
    float: left;
    margin-right: 1%;
}

.column2 input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
	box-sizing: border-box;
	font-size:16px;
	border: 1px solid #444;
}

.column1 {
    width: 100%;
}

.column1 input {
    width: 99%;
    padding: 10px;
    margin: 10px 0;
	box-sizing: border-box;
	font-size:16px;
	border: 1px solid #444;
}

.column1 textarea {
    width: 99%;
    padding: 10px;
    margin: 10px 0;
	box-sizing: border-box;
	font-size:16px;
    min-height: 100px;
	font-family: 'Arial', sans-serif;
	border: 1px solid #444;
}

.detailed-search {width: 100%; margin:1.5em auto; padding: 0 2%; box-sizing: border-box;}

#contact-form p {
	color:#fff;	
	font-weight:700;
	font-size: 16px;
}

input::placeholder {
  color: #000;
}

.search-footer {
    padding: 20px;
    background: #f2f2f2;
}

.footer-blue {height:10px; float:left; width:75%; background:#3f6193}
.footer-red {height:10px; float:left; width:25%; background:#db7f32}

/*.container {
	width:75%;
	float:left;	
}*/

.inventory-equipment-link a:hover, .equipment-link button:hover, .inventory-equipment-link button:hover {
    color: #ccc;
	transition: .5s ease-in;
}

.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;
}


/***** FOOTER *****/

footer {
	background:#333c44;	
	padding:2em 10px;
	font-family: 'Roboto Condensed', sans-serif;
}

footer p {
	color:#fff;
}

footer .no-right h3 {font-size: 20px;}

.footer-logo {
	padding:0 20px;
	box-sizing: border-box;
}

.footer-logo img {max-width:100%;}

footer hr {
    margin-top: 4em;
    border: solid 1px #fff;
    margin-bottom: 25px;
}


#top-stuff {
    right: 4em;
    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}



/***** RESPONSIVE STYLES *****/

@media screen and (max-width: 1200px) {
	#equipment-links {padding: 1.5em 3%;}
	.inventory-equipment-container {width: calc(20% - 1em);}
	.inventory-equipment-container .equipment-box {padding: 15px 0;}
}

@media screen and (max-width: 1000px) {
	.equipment-link a {font-size: 16px;}
	
	#equipment-links .half-col {float: none; margin: 0 0 10px; width: 100%;}
	
	.inventory-equipment-link {
		width: 100%;
		box-sizing: border-box;
	}	
	.inventory-equipment-container {width: calc(33.33% - 1em); margin: .35em;}

	.equipment-box {display: none;}
	
	p.red-bubble {font-size:14px;}
	.main-button {padding: 11px 16px 12px;}
	p.red-bubble-finance {
		padding: 8px 0 9px 10px;
	}
	
}

@media screen and (max-width: 767px) {
	header {padding: 0 0 20px 0;}
	.equipment-link a {font-size: 16px;}
	.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;}
	.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%;}
	
	.equipment-container {width: calc(50% - 1em);}
	
	.footer-logo {width: 100%!important;}
	
	.equipment-link button {font-size: 16px;}
	header .site-width {justify-content: center; flex-direction: column;}
	
	.header-search {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}	

		.logos {
		width: 100%;
	}

		.logos img {
		margin: 0 auto;
		padding-top: 15px;
		display: block;
	}


	.inventory-search {display: none;}

	/*.container {width:100%;}*/

	p.red-bubble-finance {
		padding: 8px 0 8px 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);
	}

	.contact-form {
		width: 100%;
	}

	footer a {
		color:#db7f32;
	}
	
}

@media screen and (max-width: 500px) {
	.equipment-container {width: calc(100% - 1em);}
	.inventory-equipment-container {width: calc(50% - 1em); margin: .25em;}
	#equipment-links {padding: 1em 2%;}
	
	.column2 {float: none; margin: 0 auto; width: 100%;}
	.column1 input, .column1 textarea {width: 100%;}
}

@media screen and (max-width: 410px) {
	p.red-bubble  {font-size:12px;}
	.main-button {padding: 10px 15px;}
	.contact-button {padding: 10px 15px;}
	
	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%;}
}