﻿/* Site Developed By Cam O'Brien - Orange: #f67f21 - Black: #141416 */


/***** 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;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}


/* Make HTML 5 elements display block-level for consistent styling */

header,
nav,
article,
footer,
address {
    display: block;
}

a {
    color: #000;
}


/*-------- COLORS -------- */


/***** END RESET *****/

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/*-------- BODY STYLES --------*/

body {
    font-family: 'Montserrat', sans-serif !important;
    overflow-x: hidden !important;
    font-size: 18px;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

hr {
    border: #000 1px solid;
}


/*--- HEADER STYLES ---------------------*/

.mobile-nav-container {
    display: none !important;
}

.header-top {
    background: url("../siteart/backgrounds/header-bg-pattern.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 25px 0;
    width: 100%;
}

.header-top .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

h1, .header-logo {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

a[href^="tel:"] {
    color: #f67f21 !important;
    text-decoration: none;
}

a[href^="tel:"]:hover {
    color: #d56f1f !important;
}

.header-top-right a {
    color: #f67f21;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-top-right a:hover {
    color: #d56f1f;
}

.header-top-right i,
.nav-icon i {
    color: #141416;
}

.header-top-right .fa-map-marker-alt {
    margin-left: 20px;
}

.header-top-right div {
    float: right;
}

.header-hours p span,
.header-hours p {
    text-align: right;
}

.header-hours p span {
    color: #f67f21;
}

.header-hours p {
    font-weight: 500;
    font-size: 16px;
}

.header-hours p span {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 800;
}


/*---MOBILE NAV SUB MENU ARROW BUTTON -------------------------------*/

.mobile.button {
    display: none;
}


/* Mobile Btn Sub Nav Arrow */

.mobile-nav-fix li button.mobile_btn {
    height: 40px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: #f67f21;
    display: inline-block;
    border-radius: 3px 0 0 3px;
    border: none;
}

.mobile-nav-fix li button.mobile_btn:hover {
    cursor: pointer
}

.mobile-nav-fix button.mobile_btn::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mobile-nav-fix li button.mobile_btn.active {
    background: #666;
}

.mobile-nav-fix li button.mobile_btn.active::after,
.close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*---TYPOGRAPHY--------------------------------*/

h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
}

h3 {
    font-weight: 800;
    text-transform: uppercase;
}


/*---BODY--------------------------------*/

.wrapper {
    max-width: 90%;
    margin: 0 auto;
}

.hero img {
    width: 100% !important;
    height: 100% !important;
    margin-bottom: -4px;
    z-index: 0 !important;
}

.hero {
    border-bottom: 10px solid #141416;
}

main .categories:first-of-type {
    text-align: center;
    margin-bottom: 20px;
}

main.home {
    padding: 40px 0;
}

.categories h2 {
    margin-bottom: 10px;
}

main {
    margin-top: 2px;
    border-top: 5px solid #f67f21;
}

.categories-container {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.categories-card {
    display: inline-block;
    zoom: 1;
    position: relative;
    width: 23.5%;
    margin: 0 1% 1% 0;
    -webkit-box-shadow: 0px 7px 9px -2px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 7px 9px -2px rgba(0, 0, 0, 0.59);
    overflow: hidden;
	background-color: #000;
}

.linktitle {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 96%;
    left: 2%;
    right: 2%;
    z-index: 9;
}

.linktitle h3 {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 5px;
}

.linktitle p {
    color: #fff;
    text-transform: uppercase;
    padding: 0;
}

.overlay {
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(246, 127, 33, 0.8);
}

.categories-card img {
    height: 100%;
    width: 100%;
	background-color: #000;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.categories-card:hover .overlay {
    background: rgba(246, 127, 33, 0.5);
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.categories-card:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.categories-card:hover .linktitle p {
    color: #fff;
    width: 80%;
    margin: 0 auto;
    border-top: 4px solid #141416;
    padding-top: 5px;
    -webkit-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    transition: .4s ease-in;
}

.home-welcome {
    background: #141416;
    padding: 40px 0;
}

.home-welcome .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-welcome .col-7-12 {
    padding-right: 15%;
}

.home-welcome img {
    float: right;
    width: 100%;
}

.home-welcome h2 {
    color: #f67f21;
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 36px;
}

.home-welcome h2 span {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: -5px;
}

.home-welcome p {
    color: #fff;
    margin-bottom: 25px;
}

.contact-us h2,
.auctions h2 {
    color: #141416;
    text-align: center;
    margin-bottom: 10px;
}

.contact-us .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-us .col-7-12 {
    padding-right: 40px;
}

.contact-us .col-7-12 .wrapper {
    display: flex;
    flex-direction: column;
}

.col-7-12 .col-1 ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.col-7-12 p {
    margin-top: 20px;
}

.col-7-12 .col-1 ul li {
    margin-bottom: 5px;
}

.contact-us p {
    margin-bottom: 20px;
}

section.contact-us,
section.auctions {
    padding-top: 40px;
}

.auctions .tabs li a,
.auctions #hlRegister,
.auctions #hlLogin {
    background: #f67f21 !important;
    border-radius: 0 !important;
    border: none !important;
}

.button {
    background: #f67f21;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 140px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.button:hover {
    background: #d56f1f;
    color: rgba(255, 255, 255, 0.9);
}

.divider {
    height: 5px;
    background: #f67f21;
    width: 80%;
    margin: 3px 0 6px 0;
}

.initiallyHidden {
    display: none;
}

.header-hours .divider {
    width: 130%;
}

.clear {
    clear: both;
}

.margin-right-none {
    margin-right: 0 !important;
}

.col-7-12 {
    width: 58%;
}

.col-5-12 {
    width: 42%;
}

.col-1-3 {
    width: 33%;
}

.col-1 {
    width: 100%;
}


/*--------FORM STYLES-------------------------*/


/* Form Base Styles ------------------- */

::-webkit-input-placeholder {
    /* WebKit browsers */
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

::-ms-input-placeholder {
    /* Recent browsers */
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

::placeholder {
    /* Recent browsers */
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

select {
    text-align-last: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

input[type="button"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="phone"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
    height: inherit !important;
    line-height: 30px;
    font-size: 14px;
    color: #808285;
    padding: 10px 20px !important;
    display: inline-block;
    overflow: hidden;
    border: 1px #afafaf solid !important;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}

.faceted-search-content .faceted-section-box .faceted-text-input {padding: 0px !important;}

label {
    padding-left: 0 !important;
}

.header-search i,
.footer-form i {
    color: #141416;
}

.self-input-style {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    margin-right: -5px !important;
}

#form-submit,
#mobile-form-submit {
    text-transform: uppercase !important;
    color: #141416 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    -webkit-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
    height: auto;
    padding: 0 !important;
    display: inline-block;
    border: none !important;
    cursor: pointer;
    width: 32%;
    background: #f67f21 !important;
}

.form-submit:hover {
    background: #d56f1f;
    padding: 10px 2px 10px 2px;
    color: rgba(255, 255, 255, 0.8);
}


/* Header Search Form ------------------- */

.header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 20px 0;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.header-search .self-input-style {
    width: 70%;
    padding: 10px 20px !important;
	border: 3px solid #f67f21 !important;
}

.header-search .form-submit {
    width: 32%;
}

.search-slide-down {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0 !important;
    top: 70px;
    z-index: 100 !important;
    padding: 15px 0;
    background: url("../siteart/backgrounds/header-bg-pattern.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.53);
    box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.53);
}

.search-slide-down div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.search-slide-down+form {
    margin: 20px;
}

.slide-search {
    width: 90%;
}

#form-submit:hover {
	background: #d56f1f !important;
}


.email-subscribe-btn:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.button-base:hover,
#mobile-form-submit:hover,
.button:hover {
    background: #d56f1f !important;
/*    color: rgba(255, 255, 255, 0.9) !important;*/
}


/* Footer Search Form ------------------- */

#formpage div .CaptchaPanel {
    margin: 0 auto !important;
    padding: 0 0 0 0 !important;
    line-height: normal !important;
    color: inherit;
    width: 100%;
    float: left;
    display: block !important;
}

#formpage-2 {
    width: 100%;
}

#formpage-2 .formfield input {
    width: 100%;
    max-width: 400px;
    margin: 5px 0;
}

.footer-form #formpage {
    display: block !important
}

#formpage-2 a {
    color: #F67F21
}

#formpage-2 .CaptchaPanel,
#formpage-2 .CaptchaMessagePanel {
    text-align: left;
}

.footer-form #formpage-2 .button {
    max-width: 400px;
    width: 100%;
}

.footer-form .button {
    display: block !important;
}

.CaptchaImagePanel {
    margin-top: 10px;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: inherit;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

footer input[type="submit"],
footer button[type="submit"],
.btn,
.button {
    text-transform: uppercase !important;
    color: #141416 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    -webkit-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
    line-height: inherit;
    height: inherit !important;
    padding: 15 40px !important;
    display: inline-block;
    border: none !important;
    border-radius: 0 !important;
    background: #f67f21 !important;
    cursor: pointer;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.home-welcome button {
    padding: 0;
}

input[type=text],
input[type=password] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-form .email-subscribe-btn {
    width: 32%;
}

.footer-form .self-input-style {
    width: 60%;
    padding: 10px 20px !important;
}

.email-subscribe-btn,
.contact-form-btn {
    line-height: 30px;
    height: auto;
    font-size: 14px;
    display: inline-block;
    border: none !important;
    color: #fff;
    background: #f67f21 !important;
    cursor: pointer;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    text-transform: uppercase;
    font-weight: 800;
}

textarea::-webkit-input-placeholder {
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
	text-align: left !important;
}

textarea::-moz-placeholder {
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
	text-align: left !important;
}

textarea:-ms-input-placeholder {
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
	text-align: left !important;
}

textarea::-ms-input-placeholder {
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
	text-align: left !important;
}

textarea::placeholder {
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
	text-align: left !important;
}

.contact-us form {
    width: 100%;
}

#formpage div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us input[type="phone"],
.contact-us select.contact-half {
    width: 50%;
    margin-bottom: 20px;
}

.margin-right {
    margin-right: 20px;
}

.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us input[type="phone"] {
    padding: 10px 20px;
}

.contact-us textarea {
    width: 100%;
    min-height: 200px;
}

.thank-you {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.thank-you {
    padding: 40px 0;
}

.thank-you h2 {
    margin-bottom: 10px;
}

.thank-you p {
    max-width: 600px;
}

.chat-form {width: 100%;}


/*-------- FOOTER STYLES ----------------*/

.footer-top {
    padding: 40px 0;
}

.footer-top .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-top .col-1-3 a {
    display: inline-block;
}

.footer-top a[href^="tel:"] {
    color: #141416 !important;
    text-decoration: none;
}

.footer-top a[href^="tel:"]:hover,
.footer-top li a:hover {
    color: #d56f1f !important;
}

.footer-top p {
    margin-bottom: 20px;
}

.footer-nav ul li a {
    text-transform: uppercase;
}

a.footer-contact-links {
    display: inline-block;
}

.equipment-notifications p {
    padding-right: 15%;
}

.footer-divider {
    height: 50px;
    background: #f67f21;
    width: 100%;
    text-align: center;
}

.footer-divider img {
    text-align: center;
    margin-top: -33px;
    max-width: 339px;
}

.footer-bottom {
    background: #141416;
    color: #fff;
    text-align: center;
    padding: 40px 20%;
    font-size: 11px;
    margin-top: 5px;
}

.footer-bottom a {
    color: #fff;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

header a[href^="tel:"] {
    color: #f67f21 !important;
    text-decoration: none;
}

header a[href^="tel:"]:hover {
    color: #d56f1f !important;
}

.list-content {
    padding-top: 40px;
}

.list-title,
.list-content .list-title .list-title-text {
    text-transform: uppercase;
}

.list-content .list-title .list-title-text {
    font-family: 'Montserrat', sans-serif !important;
}

input[type="button"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
    height: auto;
    line-height: normal;
}

.list-content input[type="button"],
.list-content input[type="color"],
.list-content input[type="date"],
.list-content input[type="datetime"],
.list-content input[type="datetime-local"],
.list-content input[type="email"],
.list-content input[type="file"],
.list-content input[type="month"],
.list-content input[type="number"],
.list-content input[type="password"],
.list-content input[type="reset"],
.list-content input[type="search"],
.list-content input[type="submit"],
.list-content input[type="tel"],
.list-content input[type="text"],
.list-content input[type="time"],
.list-content input[type="url"],
.list-content input[type="week"],
.list-content select,
.list-content textarea,
.modal-form-el label+input,
.modal-form-el label+select {
    height: 30px;
    line-height: 30px;
}

.list-content {
    max-width: 100%;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
    margin: 5px 0 0 5px;
}

.quick-search input[type="text"] {
    padding: 12px !important;
}

.search-mobile input[type="text"] {
    padding: 15px !important;
}

#faceted-search {
    background: #141416 !important;
    text-transform: uppercase;
}

.print-this,
.email-this {
    background: #f67f21 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    padding: 10px 50px !important;
    text-align: center !important;
    -webkit-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
    border-radius: 0 !important;
}

.paging-container .list-page-number,
.ui-selectmenu-text {
    font-size: 16px !important;
    font-weight: 800;
}

.paging-container .page-navs .list-page-nav {
    margin-left: 10px !important;
    text-transform: uppercase;
}

.faceted-search-content .selected-facets-container .selected-facet,
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.faceted-search-content .faceted-section-box .faceted-view-more-btn,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-container-flexrow .view-listing-details-link,
.paging-container .page-navs .list-page-nav,
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile,
.faceted-show-all-btn {
    background: #f67f21 !important;
    border: none;
    border-radius: 0 !important;
}

.faceted-search-content .faceted-section-head {
    text-transform: uppercase;
}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
    background: #f67f21!important;
    color: #333;
    font-weight: 700;
}

.detail-content .detail-additional-data .data-row .data-value {
    background: none;
    font-weight: 400;
    border-bottom: 1px #eee solid;
}

.detail-content .detail-additional-data .data-row {
    margin-bottom: 0;
}

.detail-content .detail-additional-data h4 {
    margin: 25px 0 5px;
    color: #141416!important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover,
.faceted-search-content .faceted-section-box .faceted-view-more-btn:hover,
.detail-content .detail-main-body .main-detail-data .offer-btn:hover,
.detail-content .detail-main-body .main-detail-data .buy-btn:hover,
.list-content .list-listing-mobile .view-listing-details-link:hover,
.list-content .list-listing-mobile .buy-now-link:hover,
.list-content .list-listing-mobile .check-availability-link:hover,
.list-content .list-listing-mobile .email-seller-link:hover,
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover,
.list-container-flexrow .view-listing-details-link:hover {
    background: #992100;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-title .list-listings-count,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-listing-mobile .price-container .price,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.info {
    color: green;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
    color: green !important;
    border: 1px green solid !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
    color: #992100;
    border: 1px #992100 solid;
}

.white-bg .container {
    width: 100% !important;
}

.section-head {
    width: 100%;
}

.list-content .list-title {
    display: block;
    margin: 0;
}

.list-content .list-title .list-title-text {
    display: block;
    width: 100%;
}

.list-content .list-title .list-listings-count {
    display: block;
    width: 100%;
    margin-left: 0;
}

.list-content .print-this,
.list-content .email-this {
    margin: 0 0 0 5px;
    padding: 7px 15px;
    font-size: 14px;
}

.list-content .list-main-section .list-container .list-listing {
    background: #f2f2f2;
    padding: 15px !important;
    border-radius: 5px;
}

.list-container-flexrow .price-container .price {
    margin-left: 0;
    color: green;
}

.fin-calc p {
    line-height: 10px;
}

.has-search-bar {
    width: 74%;
}

.list-top-section .list-title {padding: 0px 15px 0 0 !important;}
.list-top-section h1 {width: 40%;}

@media screen and (max-width: 1400px) {
    .contact-us .button-base {
        width: 100% !important;
    }
    #formpage div {
        display: block;
    }
    .contact-us input[type="text"],
    .contact-us input[type="email"],
    .contact-us input[type="phone"],
    .contact-us select.contact-half {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .contact-us select.contact-half {
        -webkit-appearance: none;
    }
    .contact-us textarea {
        width: 100%;
        min-height: 200px;
    }
    select {
        text-align-last: left;
    }
}

@media screen and (max-width: 1000px) {
    .list-content>section.list-top-section {
        border-bottom: none;
    }
    .list-content>section.list-top-section .list-sort-order {
        padding: 0;
    }
}

@media screen and (max-width: 900px) {
    .registration-links-wrapper.list-content {
        padding-top: 90px !important;
    }
}

@media screen and (max-width: 870px) and (min-width: 785px) {
    .has-search-bar {
        width: 71%;
    }
}

@media screen and (max-width: 785px) {
    .has-search-bar {
        width: 100%;
    }
}


/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1070px) {
    /*-------- HEADER STYLES ----------------*/
    h1 img, .logo-row img {
        width: 200px !important;
    }
    .header-top {
        padding: 12px 0;
    }
    .header-top-right a {
        font-size: 16px;
    }
    /*-------- TYPOGRAPHY STYLES ----------------*/
    body {
        font-size: 16px;
        line-height: 22px;
    }
    h2, .header-hours p span {
        font-size: 20px;
    }
    /*-------- SITE STYLES ----------------*/
    .categories-card {
        width: 48%;
        margin: 0 1% 1% 0;
    }
    .margin-right-none {
        margin-right: 1% !important;
    }
    .button {
        font-weight: 800;
        font-size: 18px;
        padding: 10px 80px;
    }
    .home-welcome img {}
    .col-5-12,
    .col-7-12 {
        width: 50%;
    }
    .home-welcome .col-7-12 {
        padding-right: 10%
    }
    .home-welcome .col-5-12 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .home-welcome h2 {
        font-size: 28px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .home-welcome h2 span {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: -5px;
    }
    .self-input-style {
        margin-right: -5px !important;
    }
    .footer-form {
        display: block;
    }
    .footer-form button.email-subscribe-btn {
        width: 100%;
        margin-right: 0 !important;
        padding: 10px 0 !important;
    }
    .footer-form .self-input-style {
        width: 100%;
    }
    .contact-us .wrapper {
        display: block;
    }
    .contact-us .col-7-12 {
        margin-bottom: 40px;
    }
    .contact-us .col-7-12,
    .contact-us .col-5-12 {
        width: 100%;
    }
    .contact-us .col-7-12 .col-1 {
        display: flex;
        margin-top: 20px;
    }
    .contact-us .col-7-12 .col-1 p {
        width: 60%;
    }
    .contact-us .col-7-12 .col-1 ul {
        width: 40%;
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .contact-us .col-7-12 p {
        margin-top: 0;
    }
    .contact-us .button-base {
        width: 100%;
    }
     ::-webkit-input-placeholder {
        /* WebKit browsers */
        text-align: center;
    }
     ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        text-align: center;
    }
     :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        text-align: center;
    }
     ::-ms-input-placeholder {
        /* Recent browsers */
        text-align: center;
    }
     ::placeholder {
        /* Recent browsers */
        text-align: center;
    }
    select {
        text-align-last: center;
    }
    /*-------- FORM STYLES ----------------*/
}

@media only screen and (max-width: 880px) {}

@media only screen and (max-width: 900px) {
    .wrapper {
        width: 88%;
    }
    h1, .header-logo {
        width: 100px !important;
    }
    .categories-card {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .mobile-nav-container {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-hours,
    .header-top-right {
        display: none;
    }
    .header-top .wrapper {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .header-top {
        padding: 0;
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        right: 0;
        -webkit-box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.53);
        box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.53);
    }
    .header-top-right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
    .logo-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .container {
        margin-top: 30px !important;
    }
    .hero {
        margin-top: 70px !important;
    }
    #menu-button {
        width: 20% !important;
    }
    h1, .header-logo {
        padding: 10px 0;
    }
    .mobile-nav-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .nav-icon {
        padding: 0 18px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .nav-icon:last-of-type {
        padding-right: 0 !important;
    }
    .nav-icon i {
        font-size: 24px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .nav-icon i:hover {
        opacity: .5;
    }
    .nav-bar-rule {
        width: 1px;
        height: 60%;
        background: rgba(20, 20, 22, 0.1);
    }
    h1 img, .logo-row img {
        width: 115px !important;
    }
    .home-welcome h2 {
        text-align: center;
    }
    .home-welcome .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .equipment-notifications p {
        padding-right: 0;
    }
    .home-welcome .button {
        display: block;
        padding: 10px 0 !important;
    }
    .col-7-12,
    .col-5-12 {
        width: 100%;
    }
    .home-welcome .col-7-12 {
        margin-bottom: 40px;
    }
    .footer-top .wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-top .col-1-3 {
        width: 100%;
        text-align: center;
    }
    .footer-top .col-1-3:first-of-type {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 40px;
    }
    .footer-top .col-1-3:nth-of-type(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .self-input-style {
        margin: 0 !important;
    }
    .footer-top .col-1-3:nth-of-type(2) {
        display: none;
    }
    .footer-top .divider {
        height: 5px;
        background: #f67f21;
        width: 50%;
        margin: 0 auto;
    }
    .footer-top h3 {
        margin-bottom: 5px;
    }
    .footer-top .divider+p {
        margin-top: 5px;
    }
    .footer-divider img {
        text-align: center;
        margin-top: -8px;
        max-width: 209px;
    }
    .col-7-12 .wrapper .col-1 ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .contact-us .col-7-12 .col-1 p,
    .contact-us .col-7-12 .col-1 ul {
        width: 100%;
        text-align: center;
    }
    .contact-us .col-7-12 {
        margin-bottom: 20px;
    }
    .contact-us .col-7-12 .col-1 {
        display: block;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 400px) {
    h1 img, .logo-row img {
        width: 75px !important;
    }
    .nav-icon i {
        font-size: 20px;
    }
    .nav-icon {
        padding: 0 12px !important;
    }
    .search-slide-down {
        top: 50px;
        padding: 0;
    }
    .header-search {
        display: block;
    }
    #mobile-form-submit,
    .header-search .self-input-style {
        width: 100% !important;
    }
    #mobile-form-submit {
        padding: 5px 0 !important;
    }
}

.button-base {
    text-transform: uppercase !important;
    color: #141416 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    -webkit-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
    height: auto;
    padding: 15px 60px !important;
    display: inline-block;
    border: none !important;
    cursor: pointer;
    width: 32%;
    background: #f67f21 !important;
    margin-top: 20px;
    text-align: center !important
}

.search-slide-down {
    display: none;
}