/***** CSS 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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;

}

a {
    text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: auto;
    overflow-x: hidden;
    font-family: 'Muli', sans-serif;
    -webkit-text-size-adjust: none;
    background-image: ;
    background-repeat: ;
    background: url("/siteart/main_bkg.jpg") 0 0px !important;
}

.body-wrapper2 {
    margin: 0 10%;
    box-shadow: 0px 0px 20px 2px #888888;
    background-color: #fff;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.red {
    color: #ed2324;
}

img {
    display: inherit !important;
}

.map-responsive {
    overflow: hidden;
    position: relative;
}

b {
    font-family: 'Poppins', sans-serif;
}

p {
    font-weight: 500;
    color: #3a3a3a;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #555555;
    color: #000;
    font-size: 1.2em;
    margin: 12px 0;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #555555;
    color: #ed2324;

}


/*
===============================================================
===============================================================
*/
/***** Header *****/

* {
    box-sizing: border-box;
}

div#header {
    display: inline-flex;
    width: 100%;
    text-align: center;
}

div#header-logo {
    text-align: center;
    margin: auto;
    padding-left: 150px;
}

#header-logo img {
    width: 40%;
    min-width: 250px;
    text-align: center;
    margin: 20px auto;
}

div#hdr_wrapper {
    margin: auto;
}

#contact_icons_hdr {
    display: inline-flex;
    vertical-align: middle;
}

#contact_icons_hdr {
    display: inline-flex;
    right: 0;
    top: -20px;
}

div.header-icon {
    float: left;
    margin: 5px 5px 15px 5px;
}

div#hdr-phone-icon {
    background: transparent url("/siteart/header_phone_icon.png") no-repeat 0 0px;
    background-size: cover;
}

div#hdr-email-icon {
    background: transparent url("/siteart/header_email_icon.png") no-repeat 0 0px;
    background-size: cover;
}

div#hdr-fb-icon {
    background: transparent url("/siteart/header_fb_icon.png") no-repeat 0 0px;
    background-size: cover;
}

div#hdr-phone-icon:hover,
div#hdr-fb-icon:hover {
    background-position: 0 -32px;
}

div#hdr-email-icon:hover {
    background-position: 0 -29.5px;
}

p.header_text {
    height: 32px;
    width: 40px;
}

.header_phone a p {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #555555;
    font-size: 1.5em;
    width: 300px;
}

/*******Main*******/
.main {}

.main-text {
    line-height: 1.4em;
    padding: 30px 40px;
}

.invPage .main-text.inv_main {
    padding: 30px 0;
}

.main-text p {
    margin: 15px 0;
}

.inv_main {
    display: flex;
}

.inv_search {
    display: inline-table;
}

div#main_image {
    width: 72%;
}

form.search input.searchButton {
    width: 50%;
    border-radius: 0;
    display: inline-table;
    margin-left: 50%;
    margin-top: 40px;
    height: 40px;
    background: #555;
}

form.search select {
    margin-bottom: 2%;
    border: 1px solid #ccc;
    background-color: #fff;
}

form.search label {
    color: #555;
    text-transform: uppercase;
}

.slider_wrapper {
    display: flex;
}

.search_wrapper {
    background-color: #e7e7e7;
    width: 28%;
    padding: 30px 20px;

}

.separator {
    background: url("/siteart/divider.jpg") 0 0px;
    height: 10px;
    width: 100%;
}

.menu_link ul {
    display: flex;
}

.menu_link li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000
}

.menu_link li {
    margin: auto;
}

.menu_link li a:hover {
    text-shadow: 1px 2px 2px #000000;
    color: #ed2324;
}

.main_contact div.contact_ftr {
    margin: 10px 0;
}

.main_contact div.contact_ftr p {
    margin: 0;
}

.main_contact div.contact_ftr a {
    color: #000;
    font-weight: 600;
}

.main_contact div.contact_ftr a:hover {
    color: #ed2324;
}

/*******inv btn********/
.inv_btns_section {
    display: table;
    padding: 10px;
}

.inv_btn {
    width: 33.132%;
    display: inline-block;
    margin: 0.1%;
}

.inv_btn:nth-of-type(7),
.inv_btn:nth-of-type(8) {
    /* width: 49.8%; */
}

@-moz-document url-prefix() {
    .inv_btn {
        margin: 0;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .inv_btn {
        margin: 0;
    }
}

div.inv_btn img {
    width: 100%;
}

div.att_inv_btn {
    background: transparent url(/siteart/att_inv.png) no-repeat 100% 0px !important;
}

div.att_inv_btn:hover {
    background: transparent url(/siteart/att_hvr.png) no-repeat 100% 0px !important;
}


div.att_inv_btn:hover {
    background: transparent url("/siteart/att_inv_hvr.jpg") no-repeat 100% 0px;

}


div#all_inv_btn {
    background: transparent url(/siteart/all_inv.jpg) no-repeat 100% 0px;
    background-size: inherit;
    height: 208px;
    width: 99.8%;
    background-color: #e7e7e7 !important;
}

div#all_inv_btn:hover {
    background: transparent url("/siteart/all_inv_hvr.jpg") no-repeat 100% 0px;
    background-size: inherit;
    background-color: #ed2324;
}

div.inv_btn a p,
.inv_btns_section a p {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #555555;
    font-size: 2em;
    position: absolute;
    margin: 10px 20px;
}

div.inv_btn:hover a p,
.inv_btns_section a div:hover p {
    color: #fff;
}



/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    margin-bottom: 10px;
}

.scrolling {
    width: 100%;
    height: 92px;
}


/******Footer*****/


.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
}

.footer_col.logos {
    margin: auto;
    text-align: center;
}

.footer_logo a img {
    width: 70%;
    min-width: 100px;
}

.footer_col.footer-address p,
.footer-right p a {
    color: #000;
}

b.footer_title {
    color: #000;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #555555;
}

b.footer_title.red {
    color: #ed2324;
}

.footer-right {
    line-height: 1.5em;
    margin-left: auto;
    display: flex;
}

.footer-right p a:hover {
    font-weight: bold
}

.contact_ftr {
    margin: 0 20px;
}

.contact_ftr img {
    width: 30px;
    vertical-align: middle;
}

.footer_title {
    color: #bcbcbc;
}

.credits a,
.credits {
    color: #fff;
}

div#ftr_credits {
    font-size: 0.6em;
    display: flex;
    background-color: #555555;
    padding: 10px 5%;
}

.credits.credits_right {
    margin-left: auto;
}


/****Contact*****/
.contact-info {
    padding: 15px;
    border: 1px solid #eee;
    text-align: center;
    margin: 0 auto;
}

.contact-fourth {
    vertical-align: middle;
    width: 33%;
    height: 100%;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
}

.contact-fourth p a img {
    width: 30px;
    vertical-align: baseline;
}

.contact-fourth a:hover {
    color: #ed2324;
}

.contact-fourth p span {
    display: table-cell;
    vertical-align: middle;
}

.contact-fourth a {
    color: #000;
    font-weight: 600;
}

/*Inventory*/
.container.cf {
    width: 100%;
}

.hosted-content .listings-wrapper .border-bottom,
.hosted-content .listings-detail-wrapper .border-bottom,
.hosted-content .listings-drilldown-wrapper .border-bottom {
    line-height: 2em !important;
}

.hosted-content #listings-title {
    color: #ed2324 !important;
    text-shadow: 1.5px 1.5px 2px #555555 !important;
    font-size: 2rem !important;
}

h5.m-top-30.m-bottom-15.red.center-text {
    font-size: 1.2em !important;
}

main-inventory {
    padding: 10px !important;
}

.cf.border-bottom {
    text-align: left !important;
}

.container.cf img {
    display: inline !important;
}

body .full #wide_col {
    max-width: none !important;
}

input#btnApply {
    position: initial !important;
    width: auto !important;
}

.hosted-content input[type='submit'],
.hosted-content button[type='submit'],
.hosted-content .btn,
.hosted-content .button2 {
    background-color: #ed2324 !important;
}

.radio-icon.cf.inline-block {
    vertical-align: middle;
}

span.unico-image img {
    margin-top: 5% !important;
}



/******Inventory buttons*****/
#inventory-navigation {
    width: 100%;
    background: #f7f7f7;
    padding: 30px 20px 10px 20px;
    border-bottom: solid 1px #b3b3b3;
    border-top: solid 1px #b3b3b3;
}

#boxlinks-inv {
    display: flex;
    justify-content: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    max-width: 1140px;
    margin: 0 auto;
    align-items: center;
}

.inv-linkbox {
    -ms-flex-preferred-size: 9%;
    flex-basis: 9%;
    text-align: center;
}

.inv-linkbox img {
    max-width: 100px;
    width: 99%;
}

.inv-linkbox h2 {
    font-size: 1em;
    margin-top: 10px;
}

.inv-linkbox:hover h2 {
    color: #b81818;
}

.inv-linkbox:hover img {
    transform: scale(1.1);
}

/***** RESPONSIVE STYLES *****/

.show-menu-for-mobile,
.only_on_mobile {
    display: none;
}

@media screen and (max-width: 1815px) {
    #wide_col {
        width: auto !important;
    }

    div#all_inv_btn {
        background-size: contain !important;
        height: 170px;
    }

    div.inv_btn a p {
        font-size: 1.7em;
    }

    .inv_btn {
        width: 49.8%;
    }

    .search_wrapper {
        padding: 1.5% 1%;
    }

    form.search select {
        margin-bottom: 2%;
    }

}

@media screen and (max-width: 1400px) {
    .slider_wrapper {
        display: block;
    }

    .search_wrapper {
        width: 100%;
        margin: auto;
    }

    div#main_image {
        width: 100%;
    }
}

@media screen and (max-width: 1072px) {}

/*ipad landscape*/
@media screen and (max-width: 1024px) {
    .body-wrapper2 {
        margin: 0 2%;

    }

    .invPage .body-wrapper2 {
        margin: 0 !important;
    }

    .only_on_mobile {
        display: block;
    }

    .not_on_mobile {
        display: none;
    }

    .fillout-form {
        width: 100%;

    }

    .right-half {
        float: none;
        width: 100%;
    }

    div#header {
        display: block;

    }

    div#header-logo {
        padding-left: 0;
    }

    p.header_text img,
    p.header_text a img {
        max-width: 50px;
        width: 15%;
    }

    .header_phone a p {
        width: auto;
        text-align: center;
    }

    #contact_icons_hdr {
        display: inline-flex;
        margin: auto;
        right: 0;
        top: 0;
    }

    .container.cf {
        width: 100%;
    }

    .inv_main {
        display: block;
    }

    .search_wrapper.inv_search {
        width: 100%;
    }

    .menu_link ul {
        display: block;
        text-align: center;
        padding: 10px;
    }

    .contact-fourth {
        width: 100%;
    }

    .footer {
        display: block;
        text-align: center;
    }

    .footer-right {
        line-height: 1.5em;
        margin-left: 0;
        display: block;
        text-align: center;
    }

    .contact_ftr {
        margin: 20px;
    }

    div#ftr_credits {
        display: block;
        text-align: center;
    }

    div.inv_btn:hover {
        background-color: #ed2324;
    }

    div.inv_btn {
        background-color: #e7e7e7;
    }
}

/*ipad portrait*/
@media screen and (max-width: 768px) {

    .body-wrapper2 {
        margin: 0;
    }

    div.inv_btn a p {
        font-size: 1.4em;
    }

    div#all_inv_btn {
        height: 110px;
    }

    .search_wrapper {
        padding: 15px 20px;
    }

    div.inv_btn img {
        padding-top: 20px;
    }


}

/*iphone 6 landscape*/
@media screen and (max-width: 667px) {
    .inv_menu_btn {
        display: block;
        margin: 10px;
    }

    div.inv_menu_btn a img {
        width: 50%;
        min-width: 200px;
    }


    p.header_text img,
    p.header_text a img {
        width: 40px;
        min-width: unset;
    }

    div.inv_btn a p {
        font-size: 1.15em;
    }

    div.inv_btn img {
        padding-top: 40px;
    }


}

@media screen and (max-width: 500px) {}

/*iphone 6,7, X portrait*/
@media screen and (max-width: 375px) {
    body .full #wide_col {
        float: none !important;
    }
}