﻿/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    font-family: 'Raleway', sans-serif;
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
}

svg:not(:root) {
    overflow: hidden;
    /*reset*/
}

/* clear floats */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
    clear: both;
}

/*image replacement*/
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-style: solid;
    height: 0;
}

img {
    border: 0;
}

/*===================== 
	typography 
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 35px;
}

p {
    margin: 0;
}

b,
strong {
    font-weight: bold;
}

/*===================== 
	link styles 
=======================*/

a:focus {
    outline: thin dotted;
    /*reset*/
}

a,
a:link,
a:visited,
a:active {
    outline: 0;
    /*reset*/
    color: inherit;
    text-decoration: none;
}

a:hover {
    outline: 0;
    /*reset*/
    text-decoration: none;
    color: inherit;
}

/*===================== 
	header styles 
=======================*/

header {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.top-header {
    width: 100%;
    background: #ED1C24;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.top-header .col-2-3 {
    width: 87%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.top-header h2 {
    font-size: 15px;
}

.cart-div {
    text-align: right;
    width: 12%;
    display: inline-block;
    vertical-align: middle;
}

.cart-div img {
    float: right;
}

.middle-header {
    background: #000;
    background-size: cover;
    background-position: center;
}

.middle-header .logo-div,
.middle-header .header-info {
    display: inline-block;
    vertical-align: middle;
}

.middle-header .logo-div {
    width: 23%;
    max-width: 264.953px;
}

.middle-header .logo-div img {
    width: 100%;
}

.middle-header .header-info {
    text-align: right;
    width: 76%;
    color: #F0EBEF;
    font-style: italic;
    font-family: 'Raleway', sans-serif !important;
}

.middle-header .header-info h4 {
    padding-bottom: 14px;
}

.red-btn {
    background: #ED1C24;
    padding: 1% 0;
    margin: 0 1% 1% 0;
    width: 25%;
    text-align: center;
    color: #fff;
    float: right;
    font-weight: bold;
}

.red-btn:hover {
    background: #cd2a2b;
}

/*===================== 
	nav styles 
=======================*/
nav.mobile {
    display: none;
}

#menu-button {
    display: none;
}

/* ----- */

nav.primary {
    max-width: 100%;
    /* background: var(--neutral2); */
    /* text-align: center; */
}

nav.primary ul {
    margin: 0;
    padding: 0;
}

nav.primary ul li {
    display: inline-block;
}

nav.primary ul li a {
    color: #fff;
    display: block;
    padding: 12px 19px 48px;
    /* text-transform: uppercase; */
    font-size: 15px;
    font-weight: bold;
    -webkit-transition-duration: 0.3s;
    /* Safari */
    transition-duration: 0.3s;
    font-style: italic;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    margin-bottom: -47px;
}

nav.primary ul li a:hover {
    background: #ED1C24;
}

nav.primary ul li a.current {
    background: #ED1C24;
}


/* DROP DOWNS */
nav.primary ul li li a {
    /* appearance of the sub-level links */
    background: #ED1C24;
    width: 180px;
    display: block;
    text-align: left;
    text-decoration: none !important;
}

nav.primary ul li li a:hover {
    /* appearance of the sub-level links on hover */
    background: #cd2a2b !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute;
}

nav.primary ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

nav.primary ul li:hover > ul {
    display: block;
    line-height: 18px;
    z-index: 100;
}

nav.primary ul ul li {
    float: none;
    position: relative;
    margin: 0;
    display: block;
}


/*===================== 
	mobile btns styles 
=======================*/
.mobile-btns {
    display: none;
}


/*===================== 
	slideshow styles 
=======================*/
.slideshow {
    width: 95%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.slideshow .slick-center img {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    opacity: 1;
    transform: scale(1.08);
}

.slideshow img {
    width: 95%;
    opacity: .5;
    margin: 15px;
    transition: all .4s ease;
}



/*===================== 
	banner styles 
=======================*/

.banner {
    background-color: #63727f;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'%3E%3Cstop offset='0' stop-color='%2363727f'/%3E%3Cstop offset='1' stop-color='%2363727f'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='385' height='320.8' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.04'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 1% 0 0;
    display: none;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 100px;
    padding: 5px 0;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.featured-inventory {
    position: absolute;
    left: 0%;
    top: 17%;
    color: #fff;
    height: 93px;
    font-family: 'Raleway', sans-serif;
    padding: 0% 4% 0% 6.5%;
    /* text-transform: uppercase; */
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: #ED1C24;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    font-style: italic;
}

/*===================== 
	layout styles 
=======================*/
.wrap {
    max-width: 60%;
    margin: 0 auto;
}

.col-1-6 {
    width: 16%;
}

.col-1-5 {
    width: 20%;
}

.col-1-4 {
    width: 24%;
}

.col-1-3 {
    width: 33%;
}

.col-1-2 {
    width: 49%;
}

.col-2-3 {
    width: 65%;
}

.col-3-4 {
    width: 75%;
}

/*===================== 
	footer styles 
=======================*/

footer {
    margin: 0;
    width: 100%;
    background: #000;
    padding: 1.5% 0;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 14px !important;
    color: #fff;
}

.footertext {
    font-size: 14px;
    color: #fff;
}

.smallfootertext {
    font-size: 14px;
    color: #fff;
}

.divfooter {
    width: 55%;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 10px;
    font-family: 'Raleway', sans-serif !important;
}

/*===================== 
	Home Page 
=======================*/
.callout-section {
    background-color: #63727f;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'%3E%3Cstop offset='0' stop-color='%2363727f'/%3E%3Cstop offset='1' stop-color='%2363727f'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='385' height='320.8' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.04'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 45px 0;
    text-align: center;
}

.callout-section .wrap {
    max-width: 70% !important;
}

.callout-section h2 {
    font-size: 22px;
    text-transform: none !important;
    font-family: 'Raleway', sans-serif;
}

.callout {
    width: calc(7.1875rem + ((1vw - 11.5px) * 9.7403));
    display: inline-block;
    vertical-align: middle;
    background: #ED1C24;
    text-align: center;
    padding: 1.5% 0;
    margin: 0 .6%;
    max-width: 190px;
}

.callout:hover {
    background: #212023;
}

.callout img {
    width: 50%;
    margin: 0 auto;
}

.callout h3 {
    /* text-transform: uppercase; */
    color: #fff;
}

.hvr-animation {
    -webkit-transition: margin 1s ease;
    -moz-transition: margin 1s ease;
    -o-transition: margin 1s ease;
    -ms-transition: margin 1s ease;
    transition: margin 1s ease;
}

.hvr-animation:hover {
    /* margin-right: -20px; */
}

.contact-section {
    padding: 2% 0;
    background: #F0EBEF;
}

.contact-section .wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-section i {

    font-size: 42px;

    padding-right: 7px;

    color: #ED1C24;
}

h2 {
    font-size: 28px;
    text-transform: uppercase;
    color: #ED1C24;
    font-family: 'Racing Sans One', cursive;
}

.contact-section h3 {
    font-size: 21px;
    color: #ED1C24;
}


.contact-section .col-1-3,
.contact-section .col-2-3 {
    display: inline-block;
    vertical-align: top;
}

.contact-section .col-1-3 img,
.contact-section .col-1-3 .address-div {
    display: inline-block;
    vertical-align: top;
}

.contact-section .col-1-3 img {
    width: 10%;
}

.contact-section .col-1-3 .address-div {
    width: 88%;
}


.pg-padding {
    padding: 3% 0;
}

/*===================== 
	Value Your Trade Page 
=======================*/
h1 {
    font-size: 32px;
    color: #ED1C24;
    text-transform: uppercase;
}

.value-trade-section .form-div form {
    width: 100%;
    padding: 1%;
    margin: 1.5% 0;
    background: #f9f9f9;
    border: #ccc 1px solid;
}

.value-trade-section .form-div form h3 {
    background: #ED1C24;
    padding: 1% 0 1% .5%;
    text-transform: uppercase;
    font-size: 16px;
    color: #f9f9f9;
}

.value-trade-section .form-div form input {
    width: 48%;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    margin: .5% 0;
}

.value-trade-section .form-div form .checkbox {
    width: 3%;
    display: inline-block;
    vertical-align: middle;
}

.value-trade-section .form-div form .form-p {
    width: 95%;
    display: inline-block;
    vertical-align: middle;
}

.value-trade-section .form-div form .form-field-select {
    width: 100%;
    margin: .5% 0;
}

.value-trade-section .form-div form .form-p-2 {
    width: 88%;
    display: inline-block;
    vertical-align: middle;
}

.value-trade-section .form-div form .select-form {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
}

.value-trade-section .form-div form .CaptchaMessagePanel {
    padding: 0px !important;
    font-weight: bold;
    font-size: 11px !important;
}

.value-trade-section .form-div form input.button {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #ED1C24;
    border: none;
    padding: .8% 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    -webkit-transition-duration: 0.3s;
    /* Safari */
    transition-duration: 0.3s;
}

.value-trade-section .form-div form input.button:hover {
    background: #cd2a2b;
    color: #f9f9f9;
    cursor: pointer;
}

/*===================== 
	Auctions Page 
=======================*/
.auctions-pg {
    padding: 8% 0 3% 0;
}


/*===================== 
	Contact Page 
=======================*/
.contact-pg .col-1-3,
.contact-pg .col-2-3 {
    display: inline-block;
    vertical-align: top;
}

.contact-pg .col-1-3 img,
.contact-pg .col-1-3 .address-div {
    display: inline-block;
    vertical-align: top;
}

.contact-pg .col-1-3 img {
    width: 10%;
}

.contact-pg .col-1-3 .address-div {
    width: 88%;
}

/*===================== 
	Inventory Page 
=======================*/
.hosted-content .red,
.hosted-content .redtext,
.hosted-content .field-validation-error {
    font-size: 13px;
}

.hosted-content input[type='submit'],
.hosted-content button[type='submit'],
.hosted-content .btn,
.hosted-content .button {
    color: #222;
}

#btnSearch {}

.hosted-content #listings-title {}

.btn,
.btn-on-auction {}






/* ====================
	MOBILE SCREENS
=================================== */
@media screen and (max-width: 1575px) {
    .wrap {
        max-width: 75%;
    }

    .featured-inventory {
        top: 16%;
    }

}

@media screen and (max-width: 1425px) {
    .wrap {
        max-width: 80%;
        overflow: hidden;
    }

    .featured-inventory {
        top: 14.5%;
    }

}

@media screen and (max-width: 1150px) {
    .wrap {
        max-width: 85%;
    }

    .featured-inventory {
        top: 13%;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1920px) {
    .contact-section i {
        font-size: calc(1.625rem + ((1vw - 11.5px) * 2.0779));
    }
}

@media screen and (max-width: 1200px) {
    .red-btn {
        width: 40%;
    }

    .wrap {
        max-width: 90%;
    }

    .contact-section .wrap {

        flex-direction: column;
    }

    .contact-section .wrap .col-1-3 {

        width: 100%;

        padding-bottom: 30px;
    }

    .contact-section .wrap .col-2-3 {
        width: 100%;

    }

    .callout {
        width: 47%;
        margin: 1%;
    }

    .featured-inventory {
        top: 12.5%;
    }

    /*value your trade*/
    .consignment-pg form input.button {
        width: 95%;
    }

    /*contact pg*/
    .contact-pg .col-1-3,
    .contact-pg .col-2-3 {
        width: 100%;
        margin: 1% auto;
    }


    .divfooter {
        width: 85%;
    }

    /*==============================
	Mobile Nav Styles			
================================*/
    nav.primary {
        display: none;
    }

    #menu-button {
        /* initially will need to be hidden */
        display: block;
        font-size: 25px;
        max-width: 100%;
        position: relative;
        z-index: 900;
        /* needs to be lower than nav.mobile, adjust as needed */
        padding: 1% 0 1% 3%;
        background-color: #222;
    }

    #menu-button a {
        color: #fff;
        text-decoration: none;
        display: block;
    }

    nav.mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background: #333;
        z-index: 1200;
        /* needs to be higher than #menu-button, adjust as needed */
        overflow: auto;
    }

    nav.mobile h3 {
        /* Menu header styles */
        position: relative;
        padding: 12px 10px;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        border-bottom: 4px solid #222;
    }

    nav.mobile .menu-toggle {
        /* Menu close button */
        position: absolute;
        top: 12px;
        right: 10px;
        display: inline-block;
        padding: 6px 9px 5px;
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
        line-height: 1;
        background: #222;
        color: #999;
        text-decoration: none;
        vertical-align: top;
    }

    nav.mobile .menu-toggle:hover {
        /* Menu close button on hoveer */
        color: #fff;
    }

    nav.mobile ul {
        list-style: none;
        font-weight: 300;
        border-top: 1px solid #151515;
        border-bottom: 1px solid #454545;
        margin: 0;
        padding: 0;
    }

    nav.mobile ul li {
        border-top: 1px solid #454545;
        border-bottom: 1px solid #151515;
    }

    nav.mobile ul li a {
        position: relative;
        display: block;
        padding: 10px;
        color: #999;
        text-decoration: none;
    }

    nav.mobile ul li a:hover {
        background: #000;
        color: #fff;
    }

    nav.mobile ul li li a {
        /* appearance of the sub-level links */
        background: #444;
        position: relative;
        display: block;
        padding: 10px 10px 10px 15px;
        color: #ccc;
        text-decoration: none;
    }

    nav.mobile ul li li li a {
        /* appearance of third level sub-level links if needed */
        background: #666;
        position: relative;
        display: block;
        padding: 10px 10px 10px 25px;
        color: #fff;
        text-decoration: none;
    }

    nav.mobile ul li span.click {
        /* dropdown menu idicator arrow be sure to include this image with your image files */
        background: url(../siteart/arrow.png) 10px 12px no-repeat;
        background-size: 45%;
        position: relative;
        display: block;
        float: right;
        margin: -44px 10px 0 0;
        cursor: pointer;
        z-index: 12399994;
        width: 40px;
        height: 40px;
        -webkit-transition: background-size .3s ease-in-out;
        -moz-transition: background-size .3s ease-in-out;
        transition: background-size .3s ease-in-out;
    }

    nav.mobile ul li span.click:hover {
        background-size: 60%;
    }
}

@media screen and (max-width: 760px) {
    .middle-header .logo-div {
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

    .middle-header .logo-div img {
        width: 50%;
        margin: 1% auto;
    }

    .middle-header .header-info {
        width: 100%;
        text-align: center;
    }

    .red-btn {
        float: none;
        margin: 1% auto;
        width: 65%;
    }


    .wrap {
        max-width: 95%;
    }

    .featured-inventory {
        top: 12%;
    }

    .callout {
        width: 95%;
        margin: 23px auto;
        display: block;
    }

    .contact-section .col-1-3,
    .contact-section .col-2-3 {
        width: 100%;
        margin: 1% auto;
    }

    /* value your trade */
    .value-trade-section form input.button {
        padding: 2% 0;
        width: 100%;
    }

    input {
        width: 95%;
        padding: 5px;
        display: block;
        vertical-align: top;
        margin: 1% 0;
    }

    .checkbox {
        width: 5%;
    }

    .form-p {
        width: 90%;
        display: inline-block;
        vertical-align: top;
    }

    .select-form {
        width: 20%;
    }

    .form-field-select {
        margin: 3% 0;
    }

    .divfooter {
        width: 95%;
    }

    /*============================= 
	mobile btn styles 
==============================*/
    .mobile-btns {
        display: none;
        width: 30%;
        background: #222;
    }

    /*==============================
	Mobile Nav Styles			
================================*/
    nav.primary {
        display: none;
    }

    #menu-button {
        /* initially will need to be hidden */
        display: block;
        font-size: 25px;
        max-width: 100%;
        position: relative;
        z-index: 900;
        /* needs to be lower than nav.mobile, adjust as needed */
        padding: 1% 0 1% 3%;
        background-color: #222;
    }

    #menu-button a {
        color: #fff;
        text-decoration: none;
        display: block;
    }

    nav.mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background: #333;
        z-index: 1200;
        /* needs to be higher than #menu-button, adjust as needed */
        overflow: auto;
    }

    nav.mobile h3 {
        /* Menu header styles */
        position: relative;
        padding: 12px 10px;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        border-bottom: 4px solid #222;
    }

    nav.mobile .menu-toggle {
        /* Menu close button */
        position: absolute;
        top: 12px;
        right: 10px;
        display: inline-block;
        padding: 6px 9px 5px;
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
        line-height: 1;
        background: #222;
        color: #999;
        text-decoration: none;
        vertical-align: top;
    }

    nav.mobile .menu-toggle:hover {
        /* Menu close button on hoveer */
        color: #fff;
    }

    nav.mobile ul {
        list-style: none;
        font-weight: 300;
        border-top: 1px solid #151515;
        border-bottom: 1px solid #454545;
        margin: 0;
        padding: 0;
    }

    nav.mobile ul li {
        border-top: 1px solid #454545;
        border-bottom: 1px solid #151515;
    }

    nav.mobile ul li a {
        position: relative;
        display: block;
        padding: 10px;
        color: #999;
        text-decoration: none;
    }

    nav.mobile ul li a:hover {
        background: #000;
        color: #fff;
    }

    nav.mobile ul li li a {
        /* appearance of the sub-level links */
        background: #444;
        position: relative;
        display: block;
        padding: 10px 10px 10px 15px;
        color: #ccc;
        text-decoration: none;
    }

    nav.mobile ul li li li a {
        /* appearance of third level sub-level links if needed */
        background: #666;
        position: relative;
        display: block;
        padding: 10px 10px 10px 25px;
        color: #fff;
        text-decoration: none;
    }

    nav.mobile ul li span.click {
        /* dropdown menu idicator arrow be sure to include this image with your image files */
        background: url(../siteart/arrow.png) 10px 12px no-repeat;
        background-size: 45%;
        position: relative;
        display: block;
        float: right;
        margin: -44px 10px 0 0;
        cursor: pointer;
        z-index: 12399994;
        width: 40px;
        height: 40px;
        -webkit-transition: background-size .3s ease-in-out;
        -moz-transition: background-size .3s ease-in-out;
        transition: background-size .3s ease-in-out;
    }

    nav.mobile ul li span.click:hover {
        background-size: 60%;
    }
}

@media screen and (max-width: 450px) {
    .featured-inventory {
        top: 10%;
        font-size: 15px;
        padding: 0 6%;
    }

}
