@charset "utf-8";
/* CSS Document */


.row {
    margin: 0px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}

.notInv,
.notInv * {
    box-sizing: border-box;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}



.alt-color {
    text-align: center;
    color: #fff !important;
}


/* HEADER & NAVIGATION */


.top-header {
    background-color: #1e1e1e;
    font-weight: 700;
    text-transform: uppercase;
}

.top-header p {
    color: #fff401;
    font-weight: 700;
    text-transform: uppercase;
}

.top-header h3 {
    color: #1499ca;
    font-size: 18px;
}

.notInv .top-header a, a:hover {
    color: #fff !important;
}

.top-header {
    color: #fff;
}

.top-logo {
    max-width: 100px;
}

.navbar a {
    font-size: 15px;
    text-transform: uppercase;
    font-style: normal;
    color: #fff;
    padding: 0px;
}

.navbar a:active,
a:hover {
    color: #fff;
}

.nav-link:hover {
    border-radius: 0.25rem;
    color: #fff;
    background-color: #1499ca;
}

.mobile-menu {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.25rem;
    text-align: left;
    color: #212121;
}

.notInv .fa-phone,
.notInv .fa-envelope {
    color: #fff401;
    font-size: 18px;
}


/* HERO */

.hero {
    position: relative;
    background-image: url(/../siteart/hero03.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 720px;
}

.herobox {
    background: rgba(30, 30, 30, .8);
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.herobox p {
    font-size: 1.2rem;
}


.heromobile {
    color: #fff;
}

.herobox h2,
.heromobile h2 {
    color: #1499ca;
    line-height: 1;
}

.herobox h3,
.heromobile h3 {
    color: #1499ca;
    font-style: italic;
}



/* QUICK LINKS */

.quick-links,
.heromobile,
.dark {
    background-color: #1e1e1e;
}

.quick-links img {
    border-radius: 8px;
}

.quick-links h2:hover {
    color: #1499ca;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

/* BRANDS */

.brands {
    background: #cdcdcd;
}

.brandlogo {
    max-width: 200px;
    max-height: 100px;
}


/* CONTACT */
.contact-form {
    position: relative;
    background-image: url(/../siteart/contact.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 580px;
    color: #fff;
}

.contact-card {
    background: rgba(20, 20, 20, 0.88);
    border-top: 4px solid #fff401;
    border-radius: 4px;
    padding: 2.5rem 2rem;
}

.contact-card h1 {
    color: #fff;
    margin-bottom: 0.4rem;
}

.contact-sub {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9rem;
    text-transform: none;
    margin-bottom: 1.5rem;
}

/* Fields */
.form-control,
.form-control:focus {
    background: rgba(255, 255, 255, 0.07);
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 0.88rem;
    padding: 0.75rem 1rem;
    height: auto;
    box-shadow: none;
    transition: background 0.2s;
}

.form-control:focus {
    background: rgba(20, 153, 202, 0.08);
    outline: none;
    box-shadow: none;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1px;
}

/* Submit */
.formbutton {
    background: #fff401;
    border: none;
    border-radius: 3px;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.formbutton:hover {
    background: #1499ca;
    color: #fff;
	border: 2px solid #1499ca;
}

.form-control::-webkit-input-placeholder {
    color: white;
    text-transform: uppercase;
}

/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
    color: white;
    text-transform: uppercase;
}


/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
    color: white;
    text-transform: uppercase;
}

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
    color: white;
    text-transform: uppercase;
}

/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
    color: white;
    text-transform: uppercase;
}

/* Microsoft Edge */

.formbutton {
    border: 2px solid #fff401;
    background: #fff401;
    color: #1e1e1e;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
}


/* FOOTER */


.pre-footer {
    background-color: #1e1e1e;
    color: #fff;
    font-size: 12px;
}

.pre-footer a {
    color: #fff;
}

.pre-footer a:hover {
    color: #fff;
}

/* LISTINGS */

.cf {
    max-width: 1200px;
    background-color: #fff;
}

.container-fluid.cf {
    padding: 0;
}

.partframe {
    background: #fff;
    min-height: 500px;
}


/*control the Captcha */
.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: #fff;
    font-size: 12px;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

.CaptchaPanel {
    text-align: left !important;
}

/* TIMED AUCTIONS */

.auctionTimeLogo {
    width: 250px;
    float: right;
    position: relative;
    margin-bottom: 30px;
    margin-top: -5px;
}

.contactdirections {
    color: #fff
}

.contactdirections a {
    color: #fff
}

/* MEDIA QUERIES */

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {

    .quick-links h1 {
        font-size: 20px;
    }

}

/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767px) {}

/*Medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 991px) {}

/*Large devices (desktops, less than 1200px)*/
@media (min-width: 992px) and (max-width: 1199px) {}

/*Extra large devices (large desktops)*/
@media (min-width: 1200px) {}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1400px) {}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1600px) {}
