body {
  margin: 0px;
  background-color: #fff;
  color: #000;
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

form {
  margin: 0px;
  padding: 0px;
}

img {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
p,
ul,
ol {
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
}

ul,
ol {
  padding-left: 25px;
}

h1.default-header {
  font-weight: normal;
}

a {
  color: #96202b;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

a:hover {
  color: #ba0213;
}

hr {
  display: block;
  margin: 20px 0;
  padding: 0;
  height: 0;
  border: 0;
  border-bottom: 1px solid #44291a;
}

i.fa {
  font-family: "FontAwesome" !important;
}

header {
  background-color: #000;
}

.wrapper {
  width: 100%;
  max-width: 1400px;
  min-width: 300px;
  margin: 0 auto;
  padding: 0px;
}

.homeSearchDiv,
.sidebartext {
  padding-left: 5px;
}

.homeSearchDiv {
  padding-bottom: 10px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.red-button {
  background-color: #ba0213 !important;
  color: #fff !important;
}

.serengetti {
  font-family: "Serengetti", sans-serif;
}

.dear-joe {
  font-family: "Dear Joe", sans-serif;
}

.avenir {
  font-family: "Avenir", sans-serif;
}

:target:before {
  content: "";
  display: block;
  height: 120px;
  /* fixed header height*/
  margin: -120px 0 0;
  /* negative fixed header height */
}

.gform-body label {
  color: #000;
}
.gfield_required_text {
  color: #900;
}

.blog-image {
  height: 224px !important;
}

.blog-image-mobile {
  height: 224px !important;
}

a:focus {
  outline: 2px dotted black;
}

/**
 * DESKTOP HEADER
 */
header {
  min-height: 0;
}

header nav {
  width: auto;
}

header .desktop-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
  color: #ffffff;
  height: 120px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

header.fixed .desktop-header {
  height: 80px;
}

header .desktop-header:after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 198;
  display: block;
  height: 240px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #000000;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}

header.fixed .desktop-header:after {
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
}

/* header.fixed.headerFix .desktop-header:after {
	top: 44px;
} */
header .desktop-header .desktop-logo {
  float: left;
  position: relative;
  z-index: 200;
  margin-left: 80px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

header .desktop-header .desktop-logo a {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

header.fixed .desktop-header .desktop-logo a {
  margin-top: 10px;
  margin-bottom: 10px;
}

header .desktop-header .desktop-logo img {
  width: 219px;
  height: 80px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  max-width: none;
}

header.fixed .desktop-header .desktop-logo img {
  height: 60px;
}

header .desktop-header .desktop-menu {
  float: right;
  position: relative;
  z-index: 200;
  margin-right: 140px;
}

header .desktop-header .desktop-menu ul,
header .desktop-header .desktop-menu li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

header .desktop-header .desktop-menu li a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  line-height: 80px;
  padding: 40px 14px 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

header .desktop-header .desktop-menu li a:hover {
  color: #ff9c00;
}

header.fixed .desktop-header .desktop-menu li a {
  padding-top: 0px;
  padding-bottom: 0px;
}

.mobile-location-icon {
  cursor: pointer;
}

header .desktop-header .desktop-menu li:first-child a {
  background-color: rgba(182, 32, 43, 1);
}

header .desktop-header .desktop-menu li:last-child a {
  background-color: rgba(182, 32, 43, 1);
}

.mobile-location-details {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 1362px) {
  header .desktop-header:after {
    height: 180px;
  }

  header .desktop-header .desktop-logo {
    margin-left: 20px;
  }

  header .desktop-header .desktop-logo a {
    display: inline-block;
    margin-top: 40px;
  }

  header .desktop-header .desktop-logo img {
    width: 164px;
    height: 60px;
  }

  header .desktop-header .desktop-menu {
    margin-right: 100px;
  }

  header .desktop-header .desktop-menu li a {
    padding: 40px 10px 0 10px;
    font-size: 24px;
  }
}

@media screen and (max-width: 992px) {
  .quick-panel .z-1of3 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 479px) {
}

/* DESKTOP MOBILE MENU */
header .desktop-header .desktop-mobile-menu {
  position: fixed;
  top: 0;
  right: -320px;
  bottom: 0;
  z-index: 203;
  display: inline-block;
  background-color: #b6202b;
  background-image: url(../images/sw-logo.png);
  background-repeat: no-repeat;
  background-position: 140% 90%;
  width: 320px;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

header .desktop-header .desktop-mobile-menu.open {
  opacity: 1;
  right: 0;
}

header .desktop-header .desktop-mobile-menu.open .overlay {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  z-index: 202;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  width: 500%;
}

header .desktop-header .desktop-mobile-menu ul,
header .desktop-header .desktop-mobile-menu li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

header .desktop-header .desktop-mobile-menu > ul {
  overflow: auto;
  position: absolute;
  top: 120px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 204;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

header.fixed .desktop-header .desktop-mobile-menu > ul {
  top: 85px;
}

header .desktop-header .desktop-mobile-menu ul li a {
  display: block;
  padding: 0 20px;
  line-height: 1.25em;
  color: #ffffff;
  text-decoration: none;
  text-align: right;
}

header .desktop-header .desktop-mobile-menu ul li a:hover {
  color: #ff9c00;
}

header .desktop-header .desktop-mobile-menu ul li ul li a {
  color: #ccc6b6;
}

/**
 * MOBILE HEADER
 */

header .mobile-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
  background-color: #000000;
  color: #ffffff;
  height: 85px;
}

header .mobile-header a {
  color: #ffffff;
  text-decoration: none;
}

/* MOBILE LOCATION ICON */

header .mobile-header .mobile-location-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 201;
  display: inline-block;
  padding: 20px;
}

header .mobile-header .mobile-location-icon i.fa {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 25px;
}

header .mobile-header .mobile-location-icon span {
  font-size: 20px;
  display: block;
  text-align: center;
}

/* MOBILE LOCATION MENU */
header .mobile-header .mobile-location-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -320px;
  z-index: 207;
  display: inline-block;
  background-color: #ccbeb1;
  width: 320px;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

header .mobile-header .mobile-location-menu.open {
  opacity: 1;
  left: 0;
}

header .mobile-header .mobile-location-menu.open .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 206;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  width: 500%;
}

header .mobile-header .mobile-location-menu .choose-another {
  background-color: #b6202b;
  color: #ffffff;
}

/* MOBILE LOGO */
header .mobile-header .mobile-logo {
  width: 100%;
}

header .mobile-header .mobile-logo a {
  display: block;
  width: 100%;
  height: 85px;
  text-align: center;
}

header .mobile-header .mobile-logo img {
  margin: 15px 0;
  height: 55px;
}

/* MOBILE MENU ICON */
header .mobile-menu-icon {
  width: 60px;
  height: 45px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 205;
  -webkit-transform: rotate(0deg) scale(0.8);
  -moz-transform: rotate(0deg) scale(0.8);
  -o-transform: rotate(0deg) scale(0.8);
  transform: rotate(0deg) scale(0.8);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

header .mobile-menu-icon.desktop {
  top: auto;
  bottom: 20px;
  right: 40px;
}

header .mobile-menu-icon span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

header .mobile-menu-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

header .mobile-menu-icon span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

header .mobile-menu-icon span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

header .mobile-menu-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

header .mobile-menu-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

header .mobile-menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

/* MOBILE MENU */

header .mobile-header .mobile-menu {
  position: fixed;
  top: 0;
  right: -320px;
  bottom: 0;
  z-index: 203;
  display: inline-block;
  background-color: #b6202b;
  background-image: url(../images/sw-logo.png);
  background-repeat: no-repeat;
  background-position: 140% 90%;
  width: 320px;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

header .mobile-header .mobile-menu.open {
  opacity: 1;
  right: 0;
}

header .mobile-header .mobile-menu.open .overlay {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  z-index: 202;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  width: 500%;
}

header .mobile-header .mobile-menu ul,
header .mobile-header .mobile-menu li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

header .mobile-header .mobile-menu > ul {
  overflow: auto;
  position: absolute;
  top: 85px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 204;
}

header .mobile-header .mobile-menu ul li a {
  display: block;
  padding: 0 20px;
  line-height: 1.25em;
  color: #ffffff;
  text-align: right;
}

header .mobile-header .mobile-menu ul li ul li a {
  color: #ccc6b6;
}

.order-now-location {
  background-color: #b6202b !important;
  color: #ffffff !important;
  padding: 0 40px;
  width: 246px;
  clear: both;
  line-height: 2em;
  margin-bottom: 10px;
}

#zcidspan4 {
  text-align: center;
}

@media screen and (max-width: 1362px) {
  header .mobile-menu-icon.desktop {
    top: auto;
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 767px) {
  header .mobile-header {
    height: 60px;
  }

  header .mobile-header .mobile-location-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 201;
    display: inline-block;
    padding: 10px;
  }

  header .mobile-header .mobile-location-icon i.fa {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
  }

  header .mobile-header .mobile-location-icon span {
    font-size: 16px;
  }

  header .mobile-header .mobile-logo a {
    height: 60px;
  }

  header .mobile-header .mobile-logo img {
    margin: 10px 0;
    height: 40px;
  }

  header .mobile-menu-icon {
    top: 8px;
    right: 8px;
    -webkit-transform: rotate(0deg) scale(0.6);
    -moz-transform: rotate(0deg) scale(0.6);
    -o-transform: rotate(0deg) scale(0.6);
    transform: rotate(0deg) scale(0.6);
  }

  header .mobile-header .mobile-menu > ul {
    top: 65px;
  }
}

@media screen and (max-width: 479px) {
}

/**
 * PAGE TITLE
 */

section.page-title {
  background-color: #000;
}
.page-title {
  position: relative;
}

.page-title.no-slider {
  height: 280px;
  background-image: url(../images/default-page-header-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-title h1 {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 105;
  display: block;
  width: 1260px;
  transform: translateX(-50%);
  line-height: 1em;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 120px;
  font-weight: normal;
}

.page-title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  display: block;
  height: 320px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+50,000000+100&0+50,0.65+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.65) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}

/* Forms
--------------------------------------------- */
body .gform_wrapper {
  font-family: "Inter", sans-serif !important;
}

.gfield_select {
  line-height: 2.3 !important;
}
.gform_button {
  background: #b6202b !important;
  color: white !important;
}
.gform-theme--foundation .gform_fields {
  background: #f3f2f0;
  border: 1px solid #ddd;
  margin-left: 0;
  padding: 20px;
  row-gap: 10px;
  font-family: "Inter", sans-serif !important;
  font-size: 18px;
}
label.gfield_label.gform-field-label,
legend.gfield_label.gform-field-label {
  font-size: 18px;
}

.page-title.no-slider:after {
  height: 240px;
}

.page-title-slider {
  margin: 0;
}

.page-title-slider-container {
  margin: 0;
  background-color: #000000;
  overflow: hidden;
}

.page-title-slider .page-title-slide {
  padding: 0;
  color: #ffffff;
  text-align: center;
}

.page-title-slider .page-title-slide.active {
  display: inline-block;
}

.page-title-slider .page-title-slide.not-active {
  display: none !important;
}

.page-title-slider .page-title-slide img {
  vertical-align: bottom;
}

.page-title-slider .page-title-slide .desktop-slide,
.page-title-slider .page-title-slide .mobile-slide {
}

.page-title-slider .page-title-slide .slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
}

.page-title-slider.content-slider .slider-previous-button {
  background-color: transparent;
  width: 39px;
  height: 68px;
  padding: 0;
  right: auto;
  left: 40px;
  z-index: 199;
}

.page-title-slider.content-slider .slider-next-button {
  background-color: transparent;
  width: 39px;
  height: 68px;
  padding: 0;
  left: auto;
  right: 40px;
  z-index: 199;
}

.modal-popup {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  background-color: #fff;
  padding: 0;
}

.modal-popup .popup-content .popup-close {
  position: absolute;
  top: -30px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}

.modal-popup .popup-content .popup-image {
  text-align: center;
}

.modal-popup .popup-content .popup-image img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .modal-popup .popup-content {
    width: 90%;
  }
}

#promotionsPopup.show {
  display: block;
}

#promotionsPopup .popup-image .image-desktop {
  display: block;
}

#promotionsPopup .popup-image .image-mobile {
  display: none;
}

@media (max-width: 767px) {
  #promotionsPopup .popup-image .image-desktop {
    display: none;
  }

  #promotionsPopup .popup-image .image-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .page-title-slider.content-slider .slider-previous-button {
    left: 20px;
  }

  .page-title-slider.content-slider .slider-next-button {
    right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .page-title-slider-container {
    margin: 0;
  }
}

.subpage-bg {
  background-color: #d3c7be;
  background-image: url(../images/subpage-bgnew.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}

/**
 * SUBPAGE NEWSLETTER SIGNUP
 */

.newsletter-signup {
  background-color: #ffffff;
}

.newsletter-signup a {
  display: block;
  color: #000;
  line-height: 1.5em;
  text-decoration: none;
}

.newsletter-signup strong {
  color: #b6202b;
  font-weight: normal;
  white-space: nowrap;
}

/**
 * FOOTER
 */

footer {
  background-color: #1b1210;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  margin-bottom: 68px !important;
  padding-bottom: 58px !important;
}

footer .footer-menu,
footer .footer-menu li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-menu {
  float: left;
  margin-right: 40px;
}

footer .footer-menu a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
footer {
  background-color: #000;
}

footer .footer-menu a:hover {
  color: #ffcc90;
}

footer .footer-menu ul {
  float: none;
  padding: 0;
  margin: 0;
}

footer .footer-menu ul li {
  display: block;
}

footer .footer-menu ul li a {
  line-height: 1.5em;
  color: #ccc6b6;
}

footer .footer-menu ul li a:hover {
  color: #ffffff;
}

footer .footer-menu > li > a {
  margin-bottom: 40px;
}

footer .company-info {
  float: right;
}

footer .company-info .footer-logo a {
  display: inline-block;
  height: 85px;
}

footer .company-info .footer-logo img {
  height: 85px;
}

footer .company-info .footer-social a {
  display: block;
  color: #ccc6b6;
  text-decoration: none;
  line-height: 1.5em;
}

footer .company-info .footer-social a:hover {
  color: #ffffff;
}

footer .company-info .footer-social a i.fa {
  display: inline-block;
  width: 1em;
  text-align: center;
  margin-right: 10px;
}

footer .copyright {
  color: #fff;
}

footer .copyright a {
  color: #fff;
  text-decoration: underline;
}

footer .copyright a:hover {
  color: #ccc6b6;
}

footer .copyright span {
  white-space: nowrap;
}

@media screen and (max-width: 1362px) {
  footer .footer-menu {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .desktop-menu {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  footer {
    text-align: center;
    padding-bottom: 78px !important;
  }

  footer .z-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  footer .footer-nav {
    display: inline-block;
    padding: 20px 40px;
    border-top: 2px solid rgba(204, 198, 182, 0.5);
    border-bottom: 2px solid rgba(204, 198, 182, 0.5);
    margin: 20px auto 60px;
  }

  footer .footer-menu {
    float: none;
    display: inline-block;
    margin: 0 20px;
  }

  footer .footer-menu ul {
    display: none;
  }

  footer .footer-menu > li > a {
    line-height: 1.5em;
    margin-bottom: 0;
  }

  footer .company-info {
    float: none;
    width: 100%;
    text-align: center;
  }

  footer .company-info .footer-social a {
    display: inline-block;
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  footer {
    background-repeat: repeat;
    background-position: top right;
    background-size: auto;
  }

  footer .footer-nav {
    padding: 20px 80px;
  }

  footer .footer-menu {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }

  footer .footer-menu > li > a {
    line-height: 2em;
  }
}

@media screen and (max-width: 479px) {
  footer {
    padding-top: 20px !important;
    padding-bottom: 108px !important;
    margin-bottom: 38px !important;
  }

  footer .footer-nav {
    margin-bottom: 20px;
  }

  footer .footer-menu > li > a {
    font-size: 28px;
    line-height: 1.5em;
  }
}

/**
 * FIXED BOTTOM CTA
 */

.fixed-bottom-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 198;
}

.fixed-bottom-cta .my-location {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.fixed-bottom-cta .my-location .location-name {
  display: inline-block;
  margin: 0 10px;
  white-space: nowrap;
}

.fixed-bottom-cta .my-location .location-phone {
  display: inline-block;
  margin: 0 10px;
  white-space: nowrap;
}

.fixed-bottom-cta .my-location .location-phone a {
  color: inherit;
}

.fixed-bottom-cta .my-location .location-hours {
  display: inline-block;
  margin: 0 10px;
  white-space: nowrap;
}

.fixed-bottom-cta .my-location .location-buttons {
  display: inline-block;
  margin: 0 10px;
}

.fixed-bottom-cta .my-location .more-info {
  background-color: #b6202b;
}

.fixed-bottom-cta .e-club {
  position: relative;
}

.fixed-bottom-cta .e-club a.e-club-link {
  width: 100%;
  display: block;
  padding: 20px;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.fixed-bottom-cta .e-club a.e-club-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 20px;
  line-height: 1em;
  text-decoration: none;
  background-color: transparent;
}

/**
 * BLOG
 */
.rss-summary-d {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.rss-summary-thumbnail {
}

.rss-summary-thumbnail span {
  display: block;
  overflow: hidden;
  width: 100%;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.rss-summary-thumbnail img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.rss-summary-thumbnail span:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

.rss-summary-title {
  color: #44291a;
  font-family: "Serengetti";
  font-weight: normal;
  font-size: 3em;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.rss-summary-title:hover {
  color: #b6202b;
}

.rss-summary-date {
  display: none;
}

.rss-summary-text {
  font-size: 1em;
}

.rss-summary-readmore {
  display: table;
  margin-top: 20px;
  background-color: #b6202b;
  color: #ffffff;
  font-family: "Serengetti";
  font-weight: normal;
  font-size: 1.25em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.rss-summary-readmore:hover {
  color: #ffffff;
  background-color: #ba0213;
}

.rss-summary-box {
  display: none;
}

.blog-page-heading {
  color: #44291a;
  font-family: "Serengetti";
  font-weight: normal;
  font-size: 4em;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #44291a;
  margin-bottom: 20px;
}

.zblog-author {
  display: none;
}

.zblog-date {
  display: none;
}

@media screen and (max-width: 1362px) {
  .page-title h1 {
    width: 974px;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 992px) {
  .subpage-bg {
    background-image: none;
  }
  body {
    margin-top: 85px;
  }

  .page-title h1 {
    font-size: 90px;
    width: 100%;
    transform: none;
    left: 0;
    right: 0;
    padding: 0 40px;
  }

  .page-title:after {
    height: 270px;
  }

  .newsletter-signup {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .newsletter-signup a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .newsletter-signup .eclub-text {
    font-size: 32px;
  }

  .newsletter-signup strong {
    display: block;
    margin-bottom: 20px;
    font-size: 150%;
  }

  .rss-summary-title {
    color: #44291a;
    font-family: "Serengetti";
    font-weight: normal;
    font-size: 2.5em;
  }

  .blog-page-heading {
    font-size: 3em;
  }
}

@media screen and (max-width: 767px) {
  body {
    margin-top: 60px;
  }

  .page-title h1 {
    font-size: 52px;
    text-align: center;
    left: 0;
  }

  .page-title:after {
    height: 180px;
  }

  .newsletter-signup strong {
    font-size: 140%;
  }

  .fixed-bottom-cta .my-location {
    font-size: 14px;
  }

  .fixed-bottom-cta .my-location .location-name span {
    display: none;
  }

  .fixed-bottom-cta .my-location .z-button {
    padding: 0 20px;
    line-height: 2em;
  }

  .fixed-bottom-cta .e-club {
    font-size: 24px;
  }

  .fixed-bottom-cta .e-club a.e-club-link {
    padding: 20px 40px 20px 20px;
  }

  .fixed-bottom-cta .e-club a.e-club-close {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .newsletter-signup {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .newsletter-signup a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .newsletter-signup .eclub-text {
    font-size: 24px;
  }

  .newsletter-signup strong {
    display: block;
    margin-bottom: 10px;
    font-size: 150%;
  }

  .fixed-bottom-cta .e-club a.e-club-link {
    /*text-align: left;*/
  }
}
