/* PRESETS
------------------------------------------------*/
/* 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 {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-text-size-adjust: none;
  font-family: 'Poppins', sans-serif; }

a {
  color: #000;
  text-decoration: underline; }

a:hover {
  color: #000;
  text-decoration: none; }

p {
  padding: 20px 0; }

/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {
  clear: both; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.none {
  display: none; }

* {
  box-sizing: border-box; }

.wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
  position: relative; }

.sub-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 20px;
  position: relative; }
  .sub-wrapper h1 {
    text-transform: uppercase;
    color: #b0332d;
    font-style: italic;
    letter-spacing: 1.5px;
    font-size: 22px;
    padding-bottom: 20px; }

.no-pad-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative; }

::selection {
  color: #fff;
  background: #356088; }

::-moz-selection {
  color: #fff;
  background: #356088; }

/* HEADER 
----------------------------------------------*/
.header {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  background: url("../siteart/header-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top; }
  .header .header-contact {
    width: 100%;
    background: #000;
    padding: 10px;
    text-align: right;
    color: #fff; }
    .header .header-contact p {
      padding: 0;
      color: #fff;
      font-size: 14px;
      font-style: italic;
      letter-spacing: 1.5px; }
      .header .header-contact p a {
        color: #fff;
        text-decoration: none; }
  .header .logo {
    text-align: left;
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto; }
    .header .logo img {
      width: 260px; }

/*STICKY NAV*/
header {
  text-align: center;
  color: #fff;
  z-index: 999; }

header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  box-shadow: 2px 2px 13px 5px rgba(0, 0, 0, 0.8); }

/*END STICKY NAV*/
/* HOME PAGE STYLES
-----------------------------------------------*/
.hero {
  width: 100%;
  padding: 0 0 40px 0;
  background: url("../siteart/brick-bg.jpg") no-repeat;
  background-size: cover; }
  .hero img {
    width: 100%;
    display: block;
    box-shadow: 2px 2px 3px 4px #000; }

.welcome-sect {
  width: 100%;
  position: relative;
  background: #fff;
  text-align: left;
  display: inline-block;
  margin: 0 auto; }
  .welcome-sect .ws-left {
    display: inline-block;
    margin: 0 auto;
    padding: 100px;
    width: 40%;
    margin-left: 0; }
    .welcome-sect .ws-left h1 {
      font-size: 16px;
      font-weight: normal;
      letter-spacing: 1.5px; }
      .welcome-sect .ws-left h1 span {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 600;
        font-style: italic;
        color: #b0332d; }
    .welcome-sect .ws-left p {
      padding: 30px 0;
      font-size: 14px; }
    .welcome-sect .ws-left a {
      display: inline-block;
      margin-left: 0;
      padding: 10px 20px;
      border: 2px solid #000;
      border-radius: 4px;
      font-size: 14px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      font-style: italic;
      font-weight: 500;
      text-decoration: none;
      transition: ease .3s; }
      .welcome-sect .ws-left a:hover {
        background: #000;
        color: #fff;
        transition: ease .3s; }
  .welcome-sect .ws-right {
    width: 55%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 75px;
    text-align: left;
    color: #fff;
    background: #b0332d; }
    .welcome-sect .ws-right h2 {
      text-transform: uppercase;
      text-shadow: 2px 2px 4px #000;
      font-style: italic;
      font-weight: 600;
      letter-spacing: 1.5px;
      font-size: 22px;
      padding-bottom: 20px; }
    .welcome-sect .ws-right ul {
      margin-left: 50px; }
      .welcome-sect .ws-right ul li {
        padding: 10px 0;
        list-style-image: url("../siteart/bullet-pt.png"); }
    .welcome-sect .ws-right a {
      color: #000;
      letter-spacing: 1.5px;
      padding: 10px 20px;
      background: #fff;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 4px;
      font-style: italic;
      display: inline-block;
      margin: 0 auto;
      margin-top: 40px;
      margin-left: 50px;
      transition: ease .3s; }
      .welcome-sect .ws-right a .fa {
        padding-right: 5px; }
      .welcome-sect .ws-right a:hover {
        background: #000;
        color: #fff;
        transition: ease .3s; }

/* SUB PAGES
------------------------------------------------*/
.sub-wrapper iframe {
  width: 100%; }
.sub-wrapper ul {
  margin-left: 50px; }
  .sub-wrapper ul li {
    padding: 10px 0;
    list-style-image: url("../siteart/bullet-pt_blk.png"); }
.sub-wrapper .call-btn {
  color: #fff;
  letter-spacing: 1.5px;
  padding: 10px 20px;
  background: #000;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  font-style: italic;
  display: inline-block;
  margin: 0 auto;
  margin-top: 40px;
  margin-left: 50px;
  transition: ease .3s; }
  .sub-wrapper .call-btn .fa {
    padding-right: 5px; }
  .sub-wrapper .call-btn:hover {
    background: #b0332d;
    color: #fff;
    transition: ease .3s; }

.contact-info {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #eaeaea;
  text-align: center; }
  .contact-info .ci-third {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    text-align: center; }
    .contact-info .ci-third .fa {
      font-size: 20px;
      color: #b0332d; }
    .contact-info .ci-third p {
      padding: 15px 0;
      font-size: 14px; }
    .contact-info .ci-third a {
      color: #000;
      text-decoration: none; }
      .contact-info .ci-third a:hover {
        color: #b0332d;
        text-decoration: none; }

.sub-footer .footer {
  padding: 40px 20px; }

/* INVENTORY
------------------------------------------------*/
.cf {
  background: #fff; }

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
  background: #DBAC5E !important; }

.hosted-content .hosted-content .svg-inline--fa.fa-w-10 {
  width: auto !important; }

.hosted-content h1 {
  font-size: 20px;
  color: #000;
  text-transform: none;
  padding-bottom: 0 !important;
  font-weight: bold; }

.hosted-content h3 {
  text-transform: none !important; }

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
  text-transform: none !important; }

/* FOOTER
------------------------------*/
.footer {
  width: 100%;
  padding: 80px 20px 20px 20px;
  display: inline-block;
  margin: 0 auto;
  background: url("../siteart/footer-bg.jpg") no-repeat;
  background-size: cover;
  text-align: center; }
  .footer h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 18px;
    font-weight: 500; }
  .footer p {
    font-size: 14px;
    color: #fff; }
  .footer a {
    color: #fff;
    text-decoration: none; }
    .footer a:hover {
      color: #fff;
      text-decoration: underline; }
  .footer .foot-left {
    width: 60%;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 auto;
    color: #fff;
    text-align: left; }
    .footer .foot-left p {
      padding: 10px 0; }
  .footer .foot-right {
    width: 39%;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 auto;
    color: #fff;
    text-align: left;
    padding-top: 80px; }
    .footer .foot-right .fr-hours {
      width: 100%;
      display: inline-block;
      margin: 0 auto;
      text-align: left; }
      .footer .foot-right .fr-hours h3 {
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        width: 49%; }
      .footer .foot-right .fr-hours p {
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        width: 49%;
        padding: 0; }
    .footer .foot-right .logo-legal {
      padding-top: 20px; }
      .footer .foot-right .logo-legal .foot-logo {
        width: 49%;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        padding-right: 20px; }
        .footer .foot-right .logo-legal .foot-logo img {
          width: 200px; }
      .footer .foot-right .logo-legal .foot-legal {
        width: 49%;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto; }

@media screen and (max-width: 1350px) {
  .welcome-sect .ws-left {
    padding: 50px; }

  .welcome-sect .ws-right {
    width: 60%;
    padding: 45px; }
    .welcome-sect .ws-right a {
      margin-top: 10px; }

  .footer .foot-right {
    padding-top: 120px; } }
@media screen and (max-width: 1150px) {
  .welcome-sect .ws-left {
    width: 100%; }

  .welcome-sect .ws-right {
    position: relative;
    width: 100%; }

  .footer {
    padding: 30px 20px; }

  .footer .foot-left {
    width: 40%; }

  .footer .foot-right {
    padding-top: 0;
    width: 58%; } }
@media screen and (max-width: 1090px) {
  .header .header-contact {
    text-align: center; }

  .header .logo {
    width: 100%;
    padding: 10px;
    text-align: center; } }
@media screen and (max-width: 850px) {
  .contact-info .ci-third {
    width: 100%;
    padding: 20px 0; }

  .footer .foot-left {
    width: 100%;
    padding-bottom: 30px; }

  .footer .foot-right {
    width: 100%; } }
@media screen and (max-width: 550px) {
  .footer .foot-left {
    text-align: center; }

  .footer .foot-right .fr-hours {
    text-align: center; }

  .footer .foot-right .fr-hours h3 {
    width: 100%;
    padding-top: 15px; }

  .footer .foot-right .logo-legal {
    text-align: center; }
    .footer .foot-right .logo-legal .foot-logo {
      width: 100%;
      padding-right: 0; }
    .footer .foot-right .logo-legal .foot-legal {
      width: 100%; } }
