﻿/***** 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;
    /*     box-sizing: border-box; */
}

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,
img {
    /*     display: block; */
}

/***** END RESET *****/

:root {
    /* Insurance/Financing buttons */
    /* Some titles, some buttons */
    /* Background color for hover states, text color for hover states */
    /* Background color, all text appearing within the colored boxes */

}

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    font-family: acumin-pro, sans-serif;

}

body {
    font-size: 16px;
    line-height: 24px;
    color: #343A3D;
    -webkit-text-size-adjust: none;
    background: #FFFFFF;
    background-attachment: fixed;
}

h1 {
    color: #B01116;
    font-size: 24px;
    letter-spacing: 0.1em;
    /* font-style: italic; */
    font-size: 24px;
    font-size: calc(1rem + ((1vw - 10.24px) * 0.8929));
}

h2 {
    line-height: normal;
}

h1 span {
    color: #B01116;
}

strong {}

a:link {
    text-decoration: none;
    color: #B01116;
}

a:visited {
    text-decoration: none;
    color: #B01116;
}

a:active {
    text-decoration: none;
    color: #B01116;
}

a:hover {
    text-decoration: underline;
    color: #B01116;
}

header {
    height: auto;
    padding: 55px 0px 15px 0px;
    background: #343A3D;
}

.surroundThis {
    width: 87%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.hours-cols {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    align-content: stretch;
}

.col5 {
    width: 50%;
}

@media only screen and (max-width: 1555px) {
    header .surroundThis {
        align-items: center;
        flex-direction: column;
    }
}

.surroundThis {}

.logo {
    /* width: 319px; */
    /* height: 65px; */
    /* position: relative; */
    bottom: 0px;
    max-width: 100%;
    z-index: 10;
}

.logo img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.topInfo {
    background: #272727;
    padding: 6px 0;
}

.topInfo p {
    color: #F9F9FB !important;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}

.topInfo a {
    color: #F9F9FB !important;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}

.clear {
    clear: both;
}

.wrapper {
    /* width: 87%; */
    /* max-width: 90%; */
    height: auto;
}

.wrapper.cushion {
    width: 87%;
    margin: 0 auto;
}

.inventory .wrapper.cushion {
    width: 100% !important
}

footer .wrapper {
    width: 74%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
    flex-wrap: wrap;
}

@media screen and (max-width: 860px) {
    footer .wrapper {
        flex-direction: column;
        align-items: center;
    }

    .four-cols:nth-of-type(3),
    .four-cols:nth-of-type(2) {

        margin-top: 30px !important;
    }

    .hours-cols {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        align-content: stretch;
    }

    .col5 {

        text-align: center;
    }


}

.wrapper.homeMain {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
    padding: 0px 20px;
    /* margin-top: -15px; */
    align-items: center;
    width: 100%;
    /* float: right; */
    max-width: 1640px;
    width: 94%;
}

.cushion {
    padding: 4% 0;
}

.home-cols {
    width: 53%;
    display: inline-block;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
    margin-right: 60px;
}

.about .home-cols {
    width: 100% !important;
}

.home-cols p {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 25px;
    font-size: calc(0.75rem + ((1vw - 10.24px) * 0.4464));
    line-height: calc(1.25rem + ((1vw - 10.24px) * 0.558));
}

.homebuttons-cols {
    width: 51%;
    display: inline-block;
    vertical-align: top;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    background: #F9F9FB;
    display: flex;
    flex-direction: column;
    padding: 28px;
    flex-direction: row;
}

.sides {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.slides {}

.slides {}

.homebuttons-cols h2 {
    font-weight: normal;
    font-size: 31px;
    letter-spacing: 0.14em;
    line-height: 43px;
    text-align: left;
    color: #272727;
    text-align: center;
    font-size: 1.6145833333333335VW;
}

.homebuttons-cols h1 {
    font-weight: normal;
    font-size: 48px;
    letter-spacing: 0.3em;
    line-height: 67px;
    text-align: left;
    color: #272727;
    font-style: normal;
    text-align: center;
    padding-bottom: 15px;
    font-size: 2.5VW;
    line-height: 3.4895833333333335VW;
}

.homebuttons-cols button {
    background: #B01116;
    color: #FFFFFF;
    padding: 15px 0px;
    width: 90%;
    margin-bottom: 15px;
    font-size: 16px;
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 4px;
    font-size: 19px;
    letter-spacing: 0.14em;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
}

.homebuttons-cols a:last-of-type button {
    margin-bottom: 0;
}

.homebuttons-cols button:hover {
    background: #272727;
    cursor: pointer;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

button.rent {
    background: #B01116;
    color: #FFFFFF;
    padding: 15px;
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    font-size: 18px;
}

button.rent:hover {
    background: #272727;
    cursor: pointer;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}


.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.container {
    /* width: 77%; */
    max-width: 100%;
    margin: 0 auto;
}

.two-cols {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
}

.attachment-search .search-header {
    color: #FFFFFF !important;
}


a.footerlink:link {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 13px;
}

a.footerlink:visited {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 13px;
}

a.footerlink:active {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 13px;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 13px;
    color: #FFFFFF;
}

.footertext {
    /* font-size: 13px; */
    color: #FFFFFF;
}

.smallfootertext {
    /* font-size: 10px; */
    color: #FFFFFF;
}

.divfooter {
    width: 100%;
    text-align: right;
    margin: 0 auto;
    line-height: 1.2;
    float: right;
    color: #FFFFFF;
}

.divfooter * {
    font-size: 10px !important;
}

footer {
    max-width: 100%;
    height: auto;
    padding: 10px 0px;
    /* margin-top: 20px; */
    background: #B01116;
}

.four-cols {
    /* max-width: 495px; */
    /* display: inline-block; */
    vertical-align: top;
    height: auto;
    font-size: 14px;
    box-sizing: border-box;
    /* width: 100%; */
}

.four-cols:nth-of-type(3) {
    width: 100%;
    max-width: 495px;
    padding-bottom: 15px;
    align-self: flex-end;
}

@media screen and (max-width: 1555px) {
    .four-cols:nth-of-type(3) {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 60px;
    }

    .four-cols:nth-of-type(3) img {
        max-width: 360px;
        margin-bottom: -30px;
        width: 100%;
    }

    .divfooter {
        max-width: 600px;
        text-align: center;
    }
}

.four-cols:nth-of-type(3) img {
    float: right;
}

.four-cols:nth-of-type(2) {
    flex: 0.5;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .four-cols:nth-of-type(2) {
        flex: none;
    }
}

.four-cols h3 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    /* font-style: italic; */
    padding-bottom: 9px;
}

.four-cols a:link {
    text-decoration: none;
    color: #FFFFFF !i;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 25px;
}

.four-cols a:visited {
    text-decoration: none;
    color: #FFFFFF !important;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 25px;
}

.four-cols a,
.four-cols a[href^="tel:"] {
    text-decoration: none;
    color: #FFFFFF !important;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 25px;
}

.four-cols a:active {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 25px;
}

.four-cols p {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 25px;
}

.four-cols a:hover {
    text-decoration: none;
    color: #343A3D;
}

.attachment-search .search-checkboxes label .row {
    color: #000 !important;
}

/************************************************ Responsive Styles **/

@media screen and (max-width: 1280px) {}


@media screen and (max-width: 1024px) {
    .home-cols {
        width: 100%;
        padding: 0 20px;
        margin: 0;
    }

    .wrapper.homeMain {
        flex-direction: column;
        width: auto;
        padding: 0;
    }

    .homebuttons-cols {
        width: 100%;
    }

    .homebuttons-cols h2 {
        font-size: 31px;
    }

    .homebuttons-cols h1 {
        font-size: 48px;
        line-height: 67px;
    }

    body {
        font-size: 14px;
    }

    h1 {
        font-size: 24px;
    }

    .topInfo .surroundThis {
        align-items: center;
        flex-direction: column;
    }

    .topInfo p,
    .topInfo a {
        font-size: 12px;
    }

    .home-cols p {
        font-size: initial;
        line-height: inherit;
    }

    .homebuttons-cols button {
        font-size: 16px;
    }

    .cushion {
        padding-top: 8%;
    }
}

@media screen and (max-width: 860px) {
    .logo {
        width: 100%;
        height: auto !important;
        text-align: center;
    }

    .cushion {
        /* padding-top: 0px; */
    }
}

@media screen and (max-width: 860px) {
    .two-cols {
        width: 100%;
    }

    .cushion h1,
    .cushion .two-cols {
        text-align: center;
    }

    .two-cols iframe {
        margin-top: 6%;
    }

    .four-cols {
        width: 50%;
        text-align: center;
    }

    .homebuttons-cols {
        flex-direction: column;
    }

    .sides:last-child {

        padding-top: 15px;
    }
}

@media screen and (max-width: 500px) {
    .four-cols {
        width: 100%;
    }

    .homebuttons-cols button {
        width: 70%;
        font-size: 14px;
    }

    .homebuttons-cols h2 {
        font-size: 6VW;
    }

    .homebuttons-cols h1 {
        font-size: 9.6VW;
        line-height: 13.4VW;
    }

}

@-moz-document url-prefix() {
    .divfooter {
        padding-top: 20px;
    }
}
