@charset "utf-8";
/***** 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,
s 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;
}

/* ======= Site Created by 
Courtney Thoendel =======/

/*RID OF IOS STYLING*/
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="select"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}

ol,
ul {
    list-style: none;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0;
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    /*overflow-x: hidden;*/
    height: 100%;
    position: relative;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: border-box !important;
}

* {
    -webkit-overflow-scrolling: touch;
}

/* Hides giant arrows that show up on inventory pages on Chrome*/
.container.cf .widgets svg[class*="fa"],
.container.cf .widgets-details svg[class*="fa"] {
    display: none !important;
}

/*=========================
		TYPOGRAPHY 
=========================*/
a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}

a:link {
    text-decoration: none;
    color: inherit;
}

a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #93132B;
}

a:active {
    color: #000;
}

body a {
    color: #000;
    margin: 0;
}

p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

h1 {
    font-family: 'Fjalla One', sans-serif, Arial;
    color: #d21b3d;
    font-size: 42px;
    text-transform: uppercase;
}

h2 {
    font-family: 'Fjalla One', sans-serif, Arial;
    font-weight: 700;
    color: #000;
    font-size: 30px;
}

h3 {
    font-family: 'Fjalla One', sans-serif, Arial;
    font-weight: 700;
    text-transform: uppercase;
    color: #36499b;
    font-size: 28px;
}

h4 {
    font-family: 'Fjalla One', sans-serif, Arial;
    font-weight: 700;
    text-transform: uppercase;
    color: #d21b3d;
    font-size: 24px;
}

h5 {
    font-family: 'Fjalla One', sans-serif, Arial;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
}

.bold {
    font-weight: bold;
}

.padding1 {
    padding: 3em 6em;
}

.padding2 {
    padding: 5em 8em;
}

.padding3 {
    padding: 6em 12em;
}

.padding4 {
    padding: 0 6em;
}

.padding5 {
    padding: 3em 0;
}

.welcome {
    padding: 5% 25% !important;
}

.welcome p {
    font-size: 22px;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
}

/*=========================
		BASE STYLES
=========================*/
.col1 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.col2 {
    width: 50%;
    float: left;
    position: relative;
    height: auto;
    display: inline-block;
}

.col3 {
    width: 33.33%;
    float: left;
    position: relative;
    height: auto;
}

.col4 {
    width: 25%;
    float: left;
    position: relative;
    height: auto;
}

.col5 {
    width: 20%;
    float: left;
    position: relative;
}

.col6 {
    width: 16.666%;
    float: left;
    position: relative;
    height: auto;
    display: inline-block;
}

.col7 {
    width: 14.28%;
    float: left;
    position: relative;
    height: auto;
    display: inline-block;
}

.col3-8 {
    width: 37.50%;
    float: left;
    position: relative;
    height: 130px;
}

.col2-3 {
    width: 66.66%;
    float: left;
    position: relative;
    height: auto;
}

.col3-4 {
    width: 75%;
    float: left;
    position: relative;
    height: auto;
    display: inline-block;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

/*=======================
		BACKGROUNDS
=========================*/
.pattern {
    background-image: url(/siteart/texture.jpg);
    background-position: center center;
    text-align: center;
    padding: 3em;
}

.dark {
    background-image: url(/siteart/footer.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.col1.dark a[href^="tel:"] {
    color: white;
}

.transparent {
    background-color: RGBA(300, 300, 300, .75);
}

.noise {
    background-image: url(/siteart/noise.png);
    background-position: center center;
    text-align: center;
}

/*=======================
ZOOM CONTAINER/BOXES
=========================*/
.image-zoom-container {
    list-style: none;
    font-size: 0px;
}

.zoom-container,
.zoom-container-info {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 50%;
    float: left;
    border: 5px solid #fff;
    height: 190px;
}

.zoom-container img {
    display: block !important;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    /* Safari and Chrome */
    -moz-transition: all .5s ease;
    /* Firefox */
    -ms-transition: all .5s ease;
    /* IE 9 */
    -o-transition: all .5s ease;
    /* Opera */
    transition: all .5s ease;
    position: relative;
    transform: translateY(-15%);
}

.zoom-container .zoom-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(82, 82, 82, .4);
    -webkit-transition: all .5s ease;
    /* Safari and Chrome */
    -moz-transition: all .5s ease;
    /* Firefox */
    -ms-transition: all .5s ease;
    /* IE 9 */
    -o-transition: all .5s ease;
    /* Opera */
    transition: all .5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #2c2c2c;
}

.zoom-container .zoom-caption h3 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 0.8px;
    /* margin: 20% 0 0; */
    padding: 10px 0;
    text-shadow: 2px 2px 8px #000;
    background: rgba(255, 255, 255, 0.55);
    color: #fff;
}

/*.fa-arrow-alt-circle-right {text-shadow: 2px 2px 8px #000;}*/

.zoom-container:hover img,
.zoom-container-double:hover img {
    -webkit-transform: scale(1.25);
    /* Safari and Chrome */
    -moz-transform: scale(1.25);
    /* Firefox */
    -ms-transform: scale(1.25);
    /* IE 9 */
    -o-transform: scale(1.25);
    /* Opera */
    transform: scale(1.25);
}

.zoom-container:hover .zoom-caption {
    background: #3c3c3c;
}

/*=======================
  SLIDESHOW/BANNER IMAGES
=========================*/
.cycle-slideshow {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 1;
    overflow-x: hidden;
    top: 0;
    position: relative;
    margin: 0 auto;
}

.cycle-slideshow img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.cycle-pager {
    text-align: center;
    z-index: 500;
    position: absolute;
    bottom: 8px;
    right: 25px;
    overflow: hidden;
}

.cycle-pager span {
    font-family: arial;
    font-size: 55px;
    width: 20px;
    height: 16px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
}

.cycle-pager span.cycle-pager-active {
    color: #d21b3d;
}

.cycle-pager>* {
    cursor: pointer;
}

.banner {
    background-image: url(../siteart/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
    z-index: 30;
    position: relative;

}

.bannertxt {
    margin-top: 105px;
    position: absolute;
    width: 100%;
}

/* headlines with lines */
.decorated {
    overflow: hidden;
    text-align: center;
}

.decorated>span {
    position: relative;
    display: inline-block;
}

.decorated>span:before,
.decorated>span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 591px;
    /* half of limiter*/
    margin: 0 20px;
}

.decorated>span:before {
    right: 100%;
}

.decorated>span:after {
    left: 100%;
}

/*===================== 
	  SEARCH BAR
=======================*/
.search {
    background: #000;
    padding: 2em;
    padding: 1em 1em 1.75em 1em;
}

.searchbar {
    width: 50%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#searchbar .searchbutton,
#searchbar .searchbutton:focus {
    width: 60px;
    height: 60px;
    float: left;
    position: relative;
    -webkit-appearance: none;
    background: url(/siteart/magnifier.png) no-repeat center;
    background-size: 60% 60%;
    border: none;
    margin-top: 10px;
}

#searchbar .searchbutton:hover {
    background: url(/siteart/magnifier.png) no-repeat center;
    background-size: 60% 60%;
    cursor: pointer;

}

#keywords {
    width: 90%;
    background: #000;
    padding: 10px;
    float: left;
    font-family: 'Fjalla One', Arial;
    text-transform: uppercase;
    border: none;
    border-bottom: 3px solid #464646;
    font-size: 30px;
    color: #fff;
}

.logos {
    width: 180px;
    margin: 0 auto;
    position: relative;
    display: block;
}

.first {
    width: 235px;
}

.logoline {
    padding: 0 13%;
}

.logoline2 {
    padding: 0 5%;
}

#keywords:focus {
    outline: none !important;
}

.col2.right p {
    font-family: 'Fjalla One', sans-serif;
}

/*===================== 
	  FORM STYLES 
=======================*/
form {
    background: #fff;
    padding: 0 3em;
    border-radius: 25px;
    text-align: left;
}

form p {
    font-size: 19px;
    text-align: left !important;
    color: #000;
    font-family: 'Fjalla One', sans-serif, arial;
}

/*form h4 {margin-top: 18px;}*/

.col2 form {
    padding: 0 0 !important;
}

.col2 form input,
.col2 form select,
.col-1 form input,
.col-1 form select {
    width: 98%;
    padding: 8px;
    margin: 0 0 0 0;
    border: 1.5px solid #ccc;
    font-family: 'Fjalla One', sans-serif, Arial;
    border-radius: 0;
}

.col2 form label,
.col-1 form label {
    width: 90%;
    display: block;
    margin: 7px 0 3px 0;
    font-family: 'Fjalla One', sans-serif, Arial;
    font-weight: bold;
    text-align: left;
    font-size: 15px;
}

.col2 form textarea,
.col-1 form textarea {
    width: 100%;
    display: block;
    font-family: 'Fjalla One', sans-serif, Arial;
    border-width: 1px;
    padding: 8px;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1.5px solid #ccc;
    margin: 0 auto;
}

.col2 form input.button,
.col-1 form input.button {
    background: #e6e6e6;
    border: none;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
    width: 45%;
    -webkit-appearance: none;
    border-radius: 0;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

.col2 form input.button:hover,
.col-1 form input.button:hover {
    box-shadow: #333 3px 3px 3px;
    background: #d21b3d;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
    color: #fff;
}

.button:hover a {}

.col2 input[type=text]:focus {
    outline: #0e31a2;
}

/*control the Captcha */
.CaptchaPanel {
    margin: 0 auto !important;
    padding: 5px 0 0 0 !important;
    text-align: center;
    line-height: normal !important;
    font-family: 'Fjalla One', sans-serif, Arial;
    width: 100%;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    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;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 8px 0 8px 0 !important;
    font-family: 'Fjalla One', sans-serif, Arial;
    font-size: 12px;
    text-decoration: underline;
}

/*=======================
     INVENTORY PAGES
=========================*/
.container.cf {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.container.cf.noise {
    max-width: 100%;
}

.container.cf a {
    /*     color: #000; */
}

body .full .inner-wrap {
    text-align: left;
}

.contentwrap {
    text-align: left;
    background-color: #fff;
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    -webkit-box-shadow: 0px 15px 30px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 15px 30px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 30px -3px rgba(0, 0, 0, 0.2);
    padding: 30px;
    z-index: 30;
    line-height: 25px;
}

a.widget-details.btn.listings-button {
    background-color: #6c6c6c;
}

.hosted-content .listings-wrapper .listings-list .category-banner h3 {
    line-height: 1.0em !important;
    color: #d21b3d;
}

.inv {
    width: 100%;
    display: block;
    margin: 15px auto;
    background: #fff;
}

.inv-btn:after {
    clear: both;
    content: "";
    display: block;
}

.inv-btn a {
    width: 31.33333%;
    float: left;
    margin: 0 1% 10px 1%;
    display: block;
    color: #fff !important;
    background: #d21b3d;
    text-transform: uppercase;
    padding: 6px 1%;
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.inv-btn a:hover {
    background: #3f3f3f;
    color: #fff;
}

.box {
    background: #fff;
    text-align: left;
    width: 85%;
    padding: 3% 5%;
    margin: 0 auto;
}

/*=======================
     	  FOOTER
=========================*/
footer {
    width: 100%;
    padding: 2em 8em;
    overflow: auto;
    border-top: 10px solid #000;
}

footer a {
    display: inline-block;
}

footer a:hover {
    color: #93132B;
}

footer p {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
}

footer h2 {
    font-family: 'Fjalla One', sans-serif, arial;
    font-size: 22px;
    color: #d21b3d;
    text-transform: uppercase;
    margin-bottom: 10px;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.footertext {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.smallfootertext {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
}

.divfooter {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background-color: #d21b3d;
    padding: .75em;
}

/*=======================
	  MEDIA QUERIES
=========================*/

@media screen and (max-width: 1495px) {
    .zoom-container .zoom-caption h3 {
        /* margin: 24% 0 0; */
    }

    .zoom-container {
        height: 180px;
    }

    #searchbar .searchbutton {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 1365px) {
    .logos {
        width: 130px;
    }

    .zoom-container img {
        transform: translateY(0%);
    }

    .zoom-container {
        /* height: auto; */
    }

    .zoom-container .zoom-caption h3 {
        /* margin: 32% 0 0; */
    }
}

@media screen and (max-width: 1250px) {
    .welcome {
        padding: 5% 10% !important;
    }

    .cycle-pager span {
        font-size: 45px;
    }

    .cycle-pager {
        bottom: 0;
        right: 12px;
    }

    #keywords {
        width: 85%;
    }
}

@media screen and (max-width: 1115px) {
    h4 {
        font-size: 20px;
    }

    .col4 {
        width: 50%;
    }

    .padding {
        padding: 4em 3em;
    }

    .padding3 {
        padding: 6em 6em;
    }

    footer a {
        display: block;
        word-wrap: break-word;
    }

    .col6 {
        width: 33.33%;
    }

    .cycle-slideshow {
        width: 100%;
        height: auto;
    }

    .cycle-slideshow img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 950px) {
    .logos {
        width: 100px;
    }

    .logoline2 {
        padding: 0 1%;
    }

    footer {
        padding: 2em;
    }

    .searchbar {
        width: 80%;
    }

    #keywords {
        width: 90%;
        font-size: 26px;
    }
}

@media screen and (max-width: 850px) {
    footer h2 {
        margin: 15px 0 10px 0;
    }

    .padding2 {
        padding: 3em 5em;
    }

    p {
        font-size: 17px;
    }

    .welcome p {
        font-size: 16px;
        line-height: 30px;
    }

    .box {
        padding: 2% 3%;
    }

    .banner {
        height: 180px;
    }

    .bannertxt {
        margin-top: 70px;
    }

    h1 {
        font-size: 35px;
    }

    .zoom-caption h3 {
        font-size: 20px !important;
        /* margin: 29% 0 0 !important; */
    }
}

@media screen and (max-width: 775px) {
    h1 {
        font-size: 28px;
        line-height: 32px;
    }

    footer p {
        font-size: 15px;
        line-height: 20px;
    }

    p {
        font-size: 16px;
    }

    .col2-3 {
        width: 100%;
    }

    .cycle-slideshow {
        width: 100%;
        height: auto;
        overflow: hidden;
        z-index: 1;
    }

    .cycle-slideshow img {
        width: 100%;
        height: auto;
    }

    .padding1 {
        padding: 0.5em 1.55em .5em 1em;
    }

    .col3 {
        width: 100%;
    }

    .padding {
        padding: 2em;
    }

    .logoline {
        padding: 0;
    }

    .col7 {
        width: 25%;
    }

    .col5 {
        width: 33%;
    }

    .last {
        width: 50%;
    }

    .last2 {
        width: 33%;
    }

    .zoom-caption h3 {
        /* margin: 28% 0 0 !important; */
    }

    .search {
        padding: 1em 0em 1.75em 0em;
    }

    #keywords {
        width: 85%;
    }

}

@media screen and (max-width: 1300px) {
    .invPage .box {
        width: 100% !important
    }
}

@media screen and (max-width: 655px) {
    footer p {
        font-size: 16px;
        line-height: 17px;
    }

    .col2 {
        width: 100%;
    }

    footer .col2 {
        width: 50% !important;
    }

    .btn p {
        font-size: 14px !important;
    }

    p {
        font-size: 18px;
    }

    .padding3 {
        padding: 2em;
    }

    .info p {
        font-size: 14px;
    }

    .padding2 {
        padding: 1em 1em;
    }

    .bannertxt {
        margin-top: 82px;
        font-size: 30px;
    }

    .map {
        height: 300px;
    }

    form {
        margin-bottom: 15px;
    }

    .box {
        width: 100%;
    }

    .col4 {
        width: 100%
    }

    .zoom-caption h3 {
        /* margin: 26% 0 0 !important; */
        font-size: 16px !important;
    }

    .right {
        text-align: center;
    }

    .welcome {
        padding: 5% 3% !important;
    }

    #keywords {
        padding: 10px 10px 0 10px;
        font-size: 24px;
    }

    #searchbar .searchbutton {
        width: 35px;
        height: 35px;
    }

    form#searchbar {
        padding: 0;
    }
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 23px;
    }

    .hide {
        display: none;
    }

    footer p {
        font-size: 15px;
        line-height: 18px;
    }

    footer .col2 {
        width: 100% !important;
    }

    footer {
        padding: 1em;
    }

    footer h2 {
        font-size: 21px;
    }

    .banner {
        height: 175px;
    }

    .CaptchaPanel {
        width: 100%;
    }

    h2 {
        font-size: 25px;
    }

    p {
        font-size: 15px;
    }

    .padding4 {
        padding: 0;
    }

    .logos {
        width: 70px;
    }

    form p {
        font-size: 16px;
    }

    form {
        padding: 1em;
    }

    .welcome {
        font-size: 18px;
        line-height: 24px;
    }

    .box ul {
        margin-left: 20px;
    }

    .cycle-pager span {
        font-size: 45px;
    }

    .cycle-pager {
        bottom: -5px;
        right: 7px;
    }

    .padding {
        padding: 1em;
    }

    .zoom-container {
        width: 100%;
        height: 150px !important;
    }

    .zoom-caption h3 {
        /* margin: 75px 0 0 !important; */
        font-size: 21px !important;
    }
}

@media screen and (max-width: 442px) {
    .info p {
        font-size: 12px;
    }

    .bannertxt {
        margin-top: 70px;
    }

    .padding3 {
        padding: .65em;
    }

    .box {
        padding: 3%;
    }

    .col2 form input.button,
    .col1 form input.button {
        width: 45%;
        font-size: 12px;
    }
}

@media screen and (max-width: 320px) {
    .cycle-pager span {
        width: 16px;
        font-size: 35px;
    }

}

.faceted-search-content .faceted-section-head {
    box-sizing: border-box !important
}

.bottom-bar .listing-control-bar .bi-center {
    background: #ffffff !important
}