﻿@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,
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;
}

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 {
    display: block;
}

/*-------- COLORS --------*/
:root {
    /* All text that appears outside of the colored boxes, background for the colored boxes */
    /* 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 */
}

/***** END RESET *****/
::-moz-selection {
    background: #2D2D2D;
    color: #F5F5F5;
    text-shadow: none;
}

::selection {
    background: #2D2D2D;
    color: #F5F5F5;
    text-shadow: none;
}

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/
body * {
    font-family: aktiv-grotesk-condensed, sans-serif;
}

h1 {
    font-family: eurostile, sans-serif;
    color: #e9940d;
}

h2 {
    font-family: eurostile, sans-serif;
    color: #e9940d;
}

h3 {
    font-family: eurostile, sans-serif;
    color: #e9940d;
}

h4 {
    font-family: eurostile, sans-serif;
    color: #e9940d;
}

h5 {
    font-family: eurostile, sans-serif;
    color: #e9940d;
}

h6 {
    font-family: eurostile, sans-serif;
    color: #e9940d;
}

.wrapper {
    display: flex;
    max-width: 1552px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 25px 60px;
}

header .wrapper {
    max-width: 1792px;
}

.wrapper.inventory {
    padding: 25px 0;
    width: 96%;
}

.center {
    display: flex;
    justify-content: center;
    width: 100%;
}

.container {}

.wrapper.animated.fadeIn {}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a[href^="tel:"].button2 {
    background: #e9940d;
    color: #F5F5F5 !important;
    padding: 14px 30px !important;
    font-size: 17px;
    border-radius: 5px;
    font-weight: bold;
}

.notInventory .button2 {
    background: #e9940d;
    color: #F5F5F5 !important;
    padding: 14px 30px !important;
    font-size: 17px;
    border-radius: 5px;
    font-weight: bold;
}

a.button2:hover {
    background: #2D2D2D !important;
}

hr {
    border: #2D2D2D 1px solid;
}

.notInventory h1 {
    font-weight: bold;
    font-size: 56px;
    line-height: 67px;
    text-align: left;
    color: #e9940d;
}

.notInventory p,
.notInventory ul li {
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 0.03em;
    line-height: 33.09px;
    text-align: left;
    color: #2D2D2D;
    text-transform: uppercase;
}

.notInventory main p {
    padding: calc(0rem + ((1vw - 3.2px) * 1.25)) 0;
}

@media (min-width: 1920px) {
    .notInventory main p {
        padding: 20px 0;
    }
}


/*--- HEADER STYLES ---------------------*/
.notInventory header {
    position: absolute;
    left: 0;
    right: 0;
}

.homePage header {
    z-index: 99999999999;
}

.otherPage header {
    /* z-index: 0; */
}

.notInventory.otherPage header {
    position: relative;
    background: linear-gradient(320deg, black 17%, #d08610 100%), #2D2D2D;
    background-size: 150% 150%;
    -webkit-animation: animatedGradient 20s ease infinite;
    -moz-animation: animatedGradient 20s ease infinite;
    animation: animatedGradient 20s ease infinite;
}

.otherPage .notInventory header {
    position: relative;
    background: linear-gradient(320deg, black 17%, #d08610 100%), #2D2D2D;
    background-size: 150% 150%;
    -webkit-animation: animatedGradient 20s ease infinite;
    -moz-animation: animatedGradient 20s ease infinite;
    animation: animatedGradient 20s ease infinite;
}

@-webkit-keyframes animatedGradient {
    0% {
        background-position: 15% 0%;
    }

    50% {
        background-position: 86% 100%;
    }

    100% {
        background-position: 15% 0%;
    }
}

@-moz-keyframes animatedGradient {
    0% {
        background-position: 15% 0%;
    }

    50% {
        background-position: 86% 100%;
    }

    100% {
        background-position: 15% 0%;
    }
}

@keyframes animatedGradient {
    0% {
        background-position: 15% 0%;
    }

    50% {
        background-position: 86% 100%;
    }

    100% {
        background-position: 15% 0%;
    }
}

.notInventory header img {
    padding-bottom: 0px !important;
    max-width: 500px;
    width: 100%;
}

/*---BODY--------------------------------*/
.notInventory .hero {
    background: linear-gradient(320deg, black 17%, #d08610 100%), #2D2D2D;
    background-size: 150% 150%;
    -webkit-animation: animatedGradient 20s ease infinite;
    -moz-animation: animatedGradient 20s ease infinite;
    animation: animatedGradient 20s ease infinite;
    padding-top: 100px;
    padding-bottom: 55px;
}

.notInventory .hero img {
    max-width: 660px;
    max-width: 34.375VW;
}

.notInventory .hero .wrapper {
    align-items: center;
}

.notInventory .hero p {
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 67px;
    color: #F5F5F5;
    text-transform: none;
    font-size: 2.5VW;
    line-height: 3.4895833333333335VW;
    width: 34.89583333333333VW;
}

@media only screen and (min-width: 1920px) {
    .notInventory .hero p {
        font-size: 48px;
        line-height: 67px;
    }
}

main {
    background: #F5F5F5;
    padding: 125px 0;
    padding: 6.510416666666667VW 0;
}

.notInventory .right>* {
    box-shadow: 20px 20px 50px rgba(39, 39, 39, 0.42);
}

.walkersSurround .right>* {
    box-shadow: none;
}

.notInventory .right img {
    width: 100%;
}

.notInventory .gMap {
    width: 100%;
}

/*--------FORM STYLES--------------------*/
/*-------- FOOTER STYLES ----------------*/
.mc-fullwindow header,
.mc-fullwindow footer {
    /*  scrolling inventory
  ------------------------------------------------*/
    /* .otherPage footer .fadeIn {
      -webkit-animation-name: none !important;
      animation-name: none !important;
  } */
    z-index: -1 !important;
}

.notInventory .scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.notInventory .scrolling {
    width: 100%;
    height: 92px;
}

.notInventory footer {
    background: #2D2D2D;
    z-index: -1;
    position: absolute;
    width: 100%;
}

.notInventory footer .wrapper {
    align-items: center;
}

.notInventory .logo,
.notInventory .divfooter,
.notInventory .icons {
    flex: 33%;
    display: flex;
}

.notInventory .icons {
    justify-content: flex-end;
}

.notInventory a.footerlink:link,
.notInventory a.footerlink:visited,
.notInventory a.footerlink:active {
    font-size: 13px;
    font-family: Eurostile;
    font-weight: normal;
    font-size: 25px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #fff;
}

.notInventory .footertext {
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #F5F5F5;
    text-transform: uppercase;
}

.notInventory .smallfootertext {
    font-size: 10px;
    color: #999999;
}

.notInventory .divfooter {
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
}

.notInventory .icons a {
    padding: 10px;
    color: #F5F5F5 !important;
    border: 1px solid #F5F5F5;
    margin: 0 5px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
}

.notInventory .hide {
    display: none !important;
}

/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1200px) {
    .walkersSurround .wrapper {
        flex-direction: column-reverse !important;
    }

    .notInventory .hide {
        display: block !important;
    }

    .notInventory .show {
        display: none !important;
    }

    .notInventory h1 {
        font-size: calc(2.375rem + ((1vw - 3.2px) * 2.0455));
    }

    .notInventory .wrapper {
        flex-direction: column;
        align-items: center;
        padding: 0 25px !important;
        max-width: 680px;
    }

    .notInventory .hero {
        padding-bottom: calc(1.5625rem + ((1vw - 3.2px) * 3.4091));
    }

    .notInventory #menu-button {
        justify-content: space-between;
        padding-top: 20px;
    }

    .notInventory .button2 {
        font-size: calc(0.625rem + ((1vw - 3.2px) * 0.7955));
        padding: 9px 20px !important;
    }

    .notInventory .hero .wrapper {
        margin-top: 12.5VW;
        flex-direction: column-reverse;
    }

    .notInventory .hero p {
        font-size: calc(1.0625rem + ((1vw - 3.2px) * 2.5));
        line-height: initial;
        width: 90%;
        text-align: center;
        max-width: 550px;
        padding-top: 4.583333VW;
    }

    .notInventory header .wrapper {
        display: block;
        padding-top: calc(0.9375rem + ((1vw - 3.2px) * 1.1364)) !important;
    }

    .notInventory.otherPage header .wrapper,
    .otherPage .notInventory header .wrapper {
        padding-bottom: calc(0.9375rem + ((1vw - 3.2px) * 1.1364)) !important;
    }

    .notInventory .left {
        padding-bottom: calc(1.5625rem + ((1vw - 3.2px) * 6.0443));
    }

    .notInventory .hero img {
        max-width: calc(15.1875rem + ((1vw - 3.2px) * 34.8864));
        width: 100%;
    }

    .notInventory .wrapper>*:last-of-type:not(img) {
        padding-bottom: 0;
    }

    .notInventory main,
    .notInventory footer .wrapper {
        padding: calc(1.5625rem + ((1vw - 3.2px) * 6.0443)) 0 !important;
    }

    .notInventory footer .wrapper>* {
        padding-bottom: 22px;
    }

    .notInventory p {
        font-size: calc(0.9375rem + ((1vw - 3.2px) * 0.9091));
        line-height: calc(1.375rem + ((1vw - 3.2px) * 1.2602));
    }
}

.walkersSurround .orange {
    color: #e59145;
    font-size: 14px;
}

.walkersSurround .left {
    max-width: 335px;
    text-align: center;
    padding-right: 85px;
}

.walkersSurround .left,
.walkersSurround .left * {
    box-sizing: initial;
}

.walkersSurround .left section {
    position: relative;
}

.walkersSurround .left section img {
    position: absolute;
    z-index: 9;
    left: -8px;
    top: -8px;
}

.walkersSurround .left h3 {
    font-family: 'Rock Salt', cursive;
    text-transform: inherit;
    color: #e59145;
    font-size: 19px;
    font-weight: 500;
}

.walkersSurround .left img.side-photo {
    margin: 0 0 20px 0;
}

.walkersSurround #slideshow {
    max-width: 330px;
    overflow: hidden;
    -webkit-filter: drop-shadow(0px 10px 65px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0px 10px 65px rgba(0, 0, 0, 0.16));
}

.walkersSurround #slideshow img {
    padding: 0;
    border: 0;
    top: 0;
    left: 0;
    max-width: 381px;
    width: 100%;
}

.walkersSurround section {
    display: block;
}

.walkersSurround div {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1300px) {

    /*! CSS Used fontfaces */
    .walkersSurround .left {
        padding-right: 0;
        margin: 0 auto;
        padding-top: 40px;
    }

    .walkersSurround .left {
        padding-right: 85px;
    }
}

.walkersSurround {
    display: flex;
    justify-content: center;
}

.walkersSurround .zoom-container {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 22.5px solid transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    /* color: white; */
    font-weight: 500;
    line-height: 1.7;
    font-size: calc(0.75rem + ((1vw - 7.67px) * 0.3469));
}

.walkersSurround a:active,
.walkersSurround a:link,
.walkersSurround a:visited {
    text-decoration: none;
}

.walkersSurround a:hover {
    text-decoration: underline;
}

.walkersSurround a,
.walkersSurround div {
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    webkit-text-size-adjust: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

.walkersSurround ::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

.walkersSurround :hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media screen and (max-width: 500px) {

    .walkersSurround .wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .walkersSurround .zoom-container {
        float: none;
    }
}

@media screen and (max-width: 780px) {
    .walkersSurround .zoom-container {
        width: 50%;
    }
}

@media screen and (max-width: 999px) {
    .walkersSurround .zoom-container {
        width: 50% !important;
    }
}

@media screen and (max-width: 1300px) {
    .walkersSurround .zoom-container {
        width: 50% !important;
    }

    .walkersSurround .contactSec .wrap {
        padding: 0;
    }
}

@media screen and (min-width: 1000px) {
    .walkersSurround .zoom-container {
        border: 1.171875VW solid transparent;
    }
}

.walkersSurround main a,
.walkersSurround main div {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .walkersSurround a {
        font-size: calc(.8125rem + ((1vw - 3.2px) * .6711)) !important;
    }

    .walkersSurround a {
        font-size: calc(.8125rem + ((1vw - 3.2px) * .6711)) !important;
    }
}

.walkersSurround main *,
.walkersSurround main :after,
.walkersSurround main :before {
    box-sizing: border-box;
}

.walkersSurround main a:focus,
.walkersSurround main a:hover {
    color: #f22840;
    text-decoration: none;
}

.walkersSurround main a:active,
.walkersSurround main a:hover {
    outline: 0;
}

.walkersSurround main a:focus,
.walkersSurround main a:hover {
    color: #23527c;
    text-decoration: underline;
    text-decoration: none;
    color: #6e7a81;
    outline: 0 !important;
}

.walkersSurround main a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.walkersSurround main div {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
}

.walkersSurround main *,
.walkersSurround main :after,
.walkersSurround main :before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.walkersSurround main a:link {
    text-decoration: none;
    color: inherit;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.walkersSurround main a:visited {
    color: inherit;
}

.walkersSurround main a:active {
    color: #000;
}

.walkersSurround main a,
.walkersSurround main div {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1100px) {
    .walkersSurround main div#content * {
        font-size: 16px !important;
    }

    .walkersSurround main div#content.contactSec * {
        width: 100% !important;
    }
}


.walkersSurround .images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.walkersSurround .images img {
    margin: 15px;
    max-width: 500px;
}

.walkersSurround main div {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
}

.walkersSurround main *,
.walkersSurround main :after,
.walkersSurround main :before {
    box-sizing: border-box;
}

.walkersSurround main div {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
}

.walkersSurround main *,
.walkersSurround main :after,
.walkersSurround main :before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.walkersSurround main div {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1100px) {

    /*! CSS Used fontfaces */
    .walkersSurround main div#content * {
        font-size: 16px !important;
    }

    .walkersSurround main div#content.contactSec * {
        width: 100% !important;
    }
}

.walkersSurround div,
.walkersSurround img {
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    webkit-text-size-adjust: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

.walkersSurround ::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

.walkersSurround :hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.walkersSurround .images-1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.walkersSurround .images-1 img {
    margin: 15px;
    max-width: 225px;
}

.walkersSurround main div {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
}

.walkersSurround main *,
.walkersSurround main :after,
.walkersSurround main :before {
    box-sizing: border-box;
}

.walkersSurround main div {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
}

.walkersSurround main *,
.walkersSurround main :after,
.walkersSurround main :before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.walkersSurround main div {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1100px) {

    /*! CSS Used fontfaces */
    .walkersSurround main div#content * {
        font-size: 16px !important;
    }

    .walkersSurround main div#content.contactSec * {
        width: 100% !important;
    }
}