/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  /*font-family: $p22Book;
  font-size: $bodyFontSize;*/
  font-weight: 300;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: textfield;
}

textarea {
  overflow: auto;
  resize: vertical;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  margin-bottom: 1rem;
}

:focus {
  outline-width: 1px;
  outline-style: dotted;
  outline-color: inherit;
  outline-offset: 1px;
  transition: none;
}

/********************
		Fonts
\********************/
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.fp-result-page .sort-wrap .sort-list a::after, .fp-result-page .fp-unit .btn-gp::after, .fp-search-page .search-txt::after, .fp-common .fp-btn.btn-collapse::before {
  content: "";
  position: absolute;
}

.fp-result-page .result-count-wrap, .fp-search-page .search-keyword, .load-more-btn-wrap .load-more-btn {
  font: 32px "league-gothic", sans-serif;
  letter-spacing: 1.6px;
}

.fp-detail-page .unit-info-sec, .fp-detail-page .fp-info-col, .fp-result-page .fp-unit, .fp-search-page .search-box-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

html, body {
  height: 100%;
  margin: 0;
}

#contentWrapper {
  min-height: 100%;
  position: relative;
  z-index: 0;
  margin-top: 60px;
}
@media (max-width: 1024.8px) {
  #contentWrapper {
    min-height: auto;
  }
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.main-title {
  color: #000;
  font: 400 44px/50px "league-gothic", sans-serif;
  letter-spacing: 2.2px;
  padding-bottom: 20px;
  padding-right: 30px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 767.8px) {
  .main-title {
    font-size: 33px;
    letter-spacing: 1.65px;
  }
}
.main-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/dashes.png) repeat-x 0 0;
  height: 7px;
  width: 100%;
}

.main-heading span.hidden {
  display: none;
}

.brown-title {
  color: #b45e33;
  font-family: "league-gothic", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  position: relative;
  padding-bottom: 28px;
}
.brown-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/dashes.png) repeat-x 0 0;
  height: 7px;
  width: 100%;
}
@media (max-width: 767.8px) {
  .brown-title {
    color: #ab532d;
  }
}

.maincopy, .fp-common .unit-info, .fp-common .fp_no_results,
.fp-common .no_results, #contact_page .office-hours-wrap span, .selectivo-common-wrap .selectivo__option, .list, p {
  color: #736565;
  font: 600 18px/30px "proxima-nova", sans-serif;
  margin-bottom: 13px;
  letter-spacing: 0.45px;
}
.maincopy span, .fp-common .unit-info span, .fp-common .fp_no_results span,
.fp-common .no_results span, #contact_page .office-hours-wrap span span, .selectivo-common-wrap .selectivo__option span, .list span, p span {
  text-transform: uppercase;
  color: #b45e33;
  font: 400 18px/30px "league-gothic", sans-serif;
  letter-spacing: 2.25px;
}

.highlight {
  color: #b45e33;
  font-family: "league-gothic", sans-serif;
  font-weight: 400;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  line-height: 30px;
}
.highlight a {
  color: #b45e33;
}
@media (max-width: 767.8px) {
  .highlight {
    color: #ab532d;
  }
}

.link, .white-link {
  color: #b45e33;
  font-family: "league-gothic", sans-serif;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  position: relative;
  padding: 0 36px 0 0;
  transition: all 0.2s ease-in-out;
}
.link:after, .white-link:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 10px;
  background: url(../images/arrow_rust.png) no-repeat right center;
  background-size: 100%;
  transition: all 0.2s ease-in-out;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.link:hover, .white-link:hover {
  padding-right: 50px;
}
@media (max-width: 767.8px) {
  .link, .white-link {
    color: #ab532d;
  }
}

.white-link:after {
  background: url(../images/arrow_white.png) no-repeat right center;
  background-size: 100%;
}

.label {
  height: 34px;
  background-color: #b45e33;
}
.label p {
  color: #fefefe;
  font-family: "league-gothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2.25px;
  padding: 0 10px;
  margin: 0;
  line-height: 34px;
  height: 100%;
}

@media (max-width: 767.8px) {
  .mob-hide {
    display: none !important;
  }
}

.mob-visible {
  display: none !important;
}
@media (max-width: 767.8px) {
  .mob-visible {
    display: block !important;
  }
}

#error-page {
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  height: 100vh;
}
@media (max-width: 991.8px) {
  #error-page {
    background-position: right 95px;
    min-height: 600px;
  }
}
#error-page .error-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
}
@media (max-width: 991.8px) {
  #error-page .error-wrap {
    align-items: flex-start;
  }
}
#error-page .error-wrap .error-container {
  background: #fff;
  max-width: 500px;
  margin-left: 9vw;
  padding: 50px;
}
@media (max-width: 991.8px) {
  #error-page .error-wrap .error-container {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 20px 50px;
  }
}
@media (max-width: 575.8px) {
  #error-page .error-wrap .error-container {
    padding-left: 35px;
    padding-right: 20px;
  }
}
@media (max-width: 767.8px) {
  #error-page .error-wrap .error-container .main-title {
    margin-bottom: 20px;
    font-size: 33px;
    letter-spacing: 1.65px;
  }
}
#error-page .error-wrap .error-container .main-title:after {
  background-repeat: no-repeat;
}
@media (max-width: 767.8px) {
  #error-page .error-wrap .error-container p {
    max-width: 300px;
    color: #685a5a;
  }
}

.blog-detail-page .blog-detail-sec .blog-featured-img, .features-page .banner-area .banner-bg, .features-page .img-grid {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.txt-card {
  background-color: #fff;
  padding: 80px 3vw 50px 4vw;
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 30px;
  background: url(../images/arrow_white.png) center/25px 10px no-repeat;
  z-index: 5;
}
.nav-arrow.nav-arrow-prev {
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.nav-arrow.nav-arrow-next {
  right: calc(-3vw + 20px);
}
@media (max-width: 991.8px) {
  .nav-arrow.nav-arrow-next {
    right: 20px;
  }
}

.caption-box {
  background: url("../images/pattern-bg-copy.png") center/cover repeat;
  width: 320px;
  height: 189px;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  position: absolute;
}
.caption-box .caption-txt {
  color: #fff;
  font: 44px/49px "league-gothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.2px;
}
@media (max-width: 767.8px) {
  .caption-box .caption-txt {
    font-size: 33px;
    line-height: normal;
    letter-spacing: 1.65px;
  }
}

.sec-title {
  color: #b45e33;
  font: 23px "league-gothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}
.sec-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/dashes.png) no-repeat 0 0;
  height: 7px;
  width: 100%;
}

.list {
  line-height: 20px;
}

.disclaimer {
  color: #808080;
  font: 600 15px/20px "proxima-nova", sans-serif;
  letter-spacing: 0.38px;
}

.link-common {
  color: #736565;
  font: 18px "league-gothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.25px;
  position: relative;
}
.link-common.back-btn {
  padding-left: 20px;
}
@media (max-width: 991.8px) {
  .link-common.back-btn {
    padding-left: 40px;
  }
}
.link-common.back-btn::after {
  top: 7px;
  right: initial;
  left: -20px;
  transform: rotate(180deg);
}
@media (max-width: 991.8px) {
  .link-common.back-btn::after {
    left: 0;
  }
}
.link-common::after {
  content: "";
  position: absolute;
  background: url(../images/arrow_brown.svg) center/contain no-repeat;
  width: 25px;
  height: 10px;
  top: 6px;
  right: -35px;
}

.selectivo-common-wrap .selectivo__label {
  color: #b45e33;
  font: 18px "league-gothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.25px;
  border: 0;
  border-bottom: 1px solid #736565;
  text-align: left;
  padding: 14px 40px 14px 20px;
  background: url(../images/arrow_dropdown.svg) calc(100% - 20px) 50%/18px 15px no-repeat;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.selectivo-common-wrap .selectivo__dropdown {
  width: 100%;
  max-height: 200px;
}
.selectivo-common-wrap .selectivo__dropdown .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.selectivo-common-wrap .selectivo__option {
  font-size: 15px;
  text-align: left;
  padding: 5px 20px;
  margin-bottom: 0;
}
.selectivo-common-wrap .selectivo__option:first-of-type {
  background: none;
}
.selectivo-common-wrap .selectivo__option.selectivo__option--selected {
  background-color: #b45e33;
  color: #fff;
}
.selectivo-common-wrap .selectivo {
  display: block;
}
.selectivo-common-wrap .selectivo.default-selected .selectivo__label {
  color: #000;
}

.load-more-btn-wrap {
  text-align: center;
  position: relative;
}
.load-more-btn-wrap .loading-icon {
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.load-more-btn-wrap .load-more-btn {
  border: 0;
  background: url(../images/rust-texture.jpg) center/cover no-repeat;
  padding: 31px 39px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.title-sm {
  color: #736565;
  font: 18px/30px "league-gothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.25px;
}

.hide-visually {
  position: absolute;
  text-indent: -99999px;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.disable-link, .default_cursor {
  pointer-events: none;
  cursor: default;
}

.hide-cnt {
  display: none !important;
}

.hidden_h1 {
  font-weight: 0px;
  height: 0px;
  overflow: hidden;
}

.skip-nav {
  background: transparent;
  color: #000000;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 9999;
}
.skip-nav:focus {
  background: #ffffff;
  box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
  left: 0;
  outline: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu-open .ham-menu {
  animation: menu-in 0.3s;
  animation-fill-mode: forwards;
}

.menu-close .ham-menu {
  animation: menu-out 0.3s;
}

header {
  background-image: url(../images/home/body_bg.jpg);
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  position: fixed;
  width: 100%;
  top: 0;
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}
header .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.8px) {
  header .wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 991.8px) {
  header .wrapper {
    padding: 0 20px;
  }
}
header .wrapper .logo {
  width: 182px;
}
@media (max-width: 1199.8px) {
  header .wrapper .logo {
    width: 145px;
  }
}
@media (max-width: 767.8px) {
  header .wrapper .logo {
    width: 138px;
  }
}
header .wrapper .header-text {
  color: #000000;
  font-family: "league-gothic";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 30px;
}
@media (max-width: 991.8px) {
  header .wrapper .header-text {
    display: none;
  }
}
@media (max-width: 1365.8px) {
  header .wrapper .header-text {
    font-size: 16px;
    letter-spacing: 1.8px;
  }
}
@media (max-width: 1249.8px) {
  header .wrapper .header-text {
    font-size: 14px;
    letter-spacing: 1.8px;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  header .wrapper .header-text {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  header .wrapper .header-text {
    display: none;
  }
}
header .wrapper .nav-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
header .wrapper .mob-icons {
  display: none;
}
@media (max-width: 991.8px) {
  header .wrapper .mob-icons {
    display: block;
  }
}
@media (max-width: 767.8px) {
  header .wrapper .mob-icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
  }
}
header .wrapper .mob-icons a {
  margin-right: 45px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .wrapper .mob-icons a {
    margin-right: 165px;
  }
}
@media (max-width: 767.8px) {
  header .wrapper .mob-icons a {
    margin-right: 30px;
    width: 18px;
  }
}
@media (max-width: 374.8px) {
  header .wrapper .mob-icons a {
    margin-right: 15px;
  }
}
@media (max-width: 991.8px) {
  header .wrapper .mob-icons .call-icon {
    display: none;
  }
}
@media (max-width: 767.8px) {
  header .wrapper .mob-icons .call-icon {
    display: block;
    width: 28px;
  }
}
header .wrapper .mob-icons .location-icon {
  display: none;
}
header .wrapper .mob-icons .location-icon img {
  width: 100%;
}
header .wrapper nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 767.8px) {
  header .wrapper nav {
    display: none;
  }
}
header .wrapper nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header .wrapper nav ul li a {
  width: 55px;
  height: 15px;
  color: #000000;
  font-family: "league-gothic";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.25px;
  margin-right: 38px;
}
@media (max-width: 1365.8px) {
  header .wrapper nav ul li a {
    margin-right: 25px;
  }
}
@media (max-width: 1199.8px) {
  header .wrapper nav ul li a {
    margin-right: 10px;
  }
}
@media (max-width: 1023px) {
  header .wrapper nav ul li a {
    margin-right: 25px;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  header .wrapper nav ul li a {
    font-size: 13px;
  }
}
header .wrapper .ham-button {
  width: 40px;
  padding: 5px 0 0;
  background: 0 0;
  border: 0;
  cursor: pointer;
  color: #000;
}
header .wrapper .ham-button span {
  display: block;
  height: 1px;
  width: 100%;
  border-top: 1px solid #000;
  border-radius: 10px;
  transition: all ease 0.2s;
  margin-bottom: 6px;
}
header .wrapper .ham-menu {
  position: fixed;
  width: 421px;
  background: #fff;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
  top: 0;
  width: 230px;
  background-color: #b45e33;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100vh;
}
@media (max-width: 767.8px) {
  header .wrapper .ham-menu {
    width: 100%;
  }
}
header .wrapper .ham-menu .mCustomScrollBox {
  height: auto;
}
header .wrapper .ham-menu .menu-scroll {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .wrapper .ham-menu .mCSB_inside > .mCSB_container {
  margin-right: 0;
  width: 100%;
}
header .wrapper .ham-menu .mCustomScrollBox {
  width: 100%;
}
header .wrapper .ham-menu .close {
  position: absolute;
  top: 23px;
  right: 28px;
  width: 32px;
  width: 24px;
  height: 15px;
}
@media (max-width: 991.8px) {
  header .wrapper .ham-menu .close {
    right: 45px;
  }
}
@media (max-width: 767.8px) {
  header .wrapper .ham-menu .close {
    top: 18px;
    right: 15px;
  }
}
header .wrapper .ham-menu .close:before, header .wrapper .ham-menu .close:after {
  position: absolute;
  left: 12px;
  top: -4px;
  content: "";
  height: 24px;
  width: 1px;
  background-color: #fff;
}
header .wrapper .ham-menu .close:before {
  transform: rotate(60deg);
}
header .wrapper .ham-menu .close:after {
  transform: rotate(-60deg);
}
header .wrapper .ham-menu .mob-ham-menu {
  display: none;
}
@media (max-width: 767.8px) {
  header .wrapper .ham-menu .mob-ham-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 0;
    left: 20px;
    right: 40px;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    z-index: 1;
  }
}
header .wrapper .ham-menu .menu-inner {
  text-align: center;
  position: relative;
  margin: 25px 0;
}
header .wrapper .ham-menu .menu-inner ul {
  flex-direction: column;
}
header .wrapper .ham-menu .menu-inner .menu-hamburger-menu-container ul li.current_page_item a:after {
  width: 100%;
}
header .wrapper .ham-menu .menu-inner .menu-hamburger-menu-container ul li a {
  margin-right: 0;
  color: #fff;
  font-family: "league-gothic";
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 2.25px;
  position: relative;
}
header .wrapper .ham-menu .menu-inner .menu-hamburger-menu-container ul li a:after {
  content: "";
  width: 0;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 1px;
}
header .wrapper .ham-menu .menu-inner .menu-hamburger-menu-container ul li a:hover:after {
  width: 100%;
}
header .wrapper .ham-menu .menu-inner hr {
  height: 1px;
  width: 6px;
  border: none;
  background: #fff;
  margin: 25px auto;
}
header .wrapper .ham-menu .menu-inner a.nav-link {
  color: #fff;
  font-family: "league-gothic";
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 2.25px;
  padding-right: 0;
  display: inline-block;
}
header .wrapper .ham-menu .menu-inner a.nav-link:before {
  content: "";
  width: 0;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 13px;
}
header .wrapper .ham-menu .menu-inner a.nav-link.white-link:after {
  transform: translate3d(11px, -50%, 0);
  transition: all ease 0.2s;
  margin: -2px -22px 0 0;
}
header .wrapper .ham-menu .menu-inner a.nav-link.white-link:hover:after {
  transform: translate3d(22px, -50%, 0);
}
header .wrapper .ham-menu .menu-inner a.nav-link.white-link:before {
  display: none;
}
header .wrapper .ham-menu .menu-inner a.nav-link:hover {
  padding-right: 0;
}
header .wrapper .ham-menu .menu-inner a.nav-link:hover:before {
  width: 100%;
}

.header-schedule {
  position: absolute;
  left: 250px;
}
@media (max-width: 1365.8px) {
  .header-schedule {
    left: 225px;
  }
}
@media (max-width: 1199.8px) {
  .header-schedule {
    left: 180px;
  }
}
@media (max-width: 1023px) {
  .header-schedule {
    left: auto;
    right: 190px;
  }
}
@media (max-width: 767.8px) {
  .header-schedule {
    display: none;
  }
}
.header-schedule a {
  color: #000000;
  font-family: "league-gothic";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.25px;
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .header-schedule a {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .head-tablet-hide {
    display: none;
  }
}

@keyframes menu-in {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@keyframes menu-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
  }
}
footer .footer {
  height: 125px;
  background-color: #736565;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 991.8px) {
  footer .footer {
    height: 320px;
  }
}
footer .footer .footer-wrapper {
  padding: 0 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 1199.8px) {
  footer .footer .footer-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 991.8px) {
  footer .footer .footer-wrapper {
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767.8px) {
  footer .footer .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer .footer-wrapper .footer-logo {
  width: 139px;
}
@media (max-width: 991.8px) {
  footer .footer .footer-wrapper .footer-logo {
    order: 2;
    margin-right: 42px;
  }
}
@media (max-width: 767.8px) {
  footer .footer .footer-wrapper .footer-logo {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
footer .footer .footer-wrapper .footer-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 1199.8px) {
  footer .footer .footer-wrapper .footer-links {
    padding: 0 20px;
  }
}
@media (max-width: 991.8px) {
  footer .footer .footer-wrapper .footer-links {
    flex-basis: 100%;
    justify-content: center;
    margin-bottom: 25px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
}
footer .footer .footer-wrapper .footer-links li {
  border-right: 1px solid #fff;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 1199.8px) {
  footer .footer .footer-wrapper .footer-links li {
    padding-right: 6px;
    padding-left: 6px;
  }
}
@media (max-width: 991.8px) {
  footer .footer .footer-wrapper .footer-links li {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
    border-right: none;
    text-align: center;
  }
}
footer .footer .footer-wrapper .footer-links li:last-of-type {
  border-right: none;
}
footer .footer .footer-wrapper .footer-links li a {
  color: #fff;
  font-family: "league-gothic";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.25px;
  line-height: 20px;
}
@media (max-width: 1365.8px) {
  footer .footer .footer-wrapper .footer-links li a {
    font-size: 15px;
  }
}
@media (max-width: 1199.8px) {
  footer .footer .footer-wrapper .footer-links li a {
    font-size: 12px;
  }
}
@media (max-width: 991.8px) {
  footer .footer .footer-wrapper .footer-links li a {
    font-size: 18px;
  }
}
@media (max-width: 374.8px) {
  footer .footer .footer-wrapper .footer-links li a {
    font-size: 17px;
  }
}
footer .footer .footer-wrapper .social-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 991.8px) {
  footer .footer .footer-wrapper .social-links {
    align-items: flex-end;
    order: 3;
  }
}
footer .footer .footer-wrapper .social-links > a:first-child {
  display: none;
}
footer .footer .footer-wrapper .social-links a {
  margin-right: 10px;
  width: 25px;
}
footer .footer .footer-wrapper .social-links a:first-of-type {
  width: 39px;
}
footer .footer .footer-wrapper .social-links .ada-eho {
  margin-left: 20px;
}
@media (max-width: 1199.8px) {
  footer .footer .footer-wrapper .social-links .ada-eho {
    margin-left: 0;
  }
}
@media (max-width: 991.8px) {
  footer .footer .footer-wrapper .social-links .ada-eho {
    margin-left: 35px;
    position: relative;
    top: -2px;
  }
}
footer .footer .footer-wrapper .social-links .ada-eho a {
  width: 25px;
  height: 20px;
  display: inline-block;
  margin-right: 0;
}
footer .footer .footer-wrapper .social-links .ada-eho a img {
  height: 100%;
}
footer .sub-footer {
  height: 35px;
  background-color: #594e4e;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .sub-footer span {
  font-family: "league-gothic";
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 2.25px;
}

/* osano sidepanel widget styles */
.osano-cm-widget {
  display: none;
}

.osano-cm-disclosure__toggle, .osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link:hover, .osano-cm-link:active,
.osano-cm-link,
.osano-cm-info-dialog-header__header,
.osano-cm-description,
.osano-cm-description p {
  color: #000;
}

.osano-cm-disclosure__toggle, .osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link,
.osano-cm-link:hover,
.osano-cm-link:active {
  color: #000;
}

.osano-cm-description p, .osano-cm-view p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.375;
}

/*Home Blvd*/
body {
  /*background-image: url('../images/home/body_bg.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: top;*/
}
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url("../images/home/body_bg.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banner_wrap {
  background-image: url("../images/home/body_bg.jpg");
  background-size: cover;
}
@media (max-width: 991.8px) {
  .banner_wrap {
    background: none;
  }
}

.home #contentWrapper {
  max-width: 100%;
  margin-top: 0;
}
.home header {
  position: fixed;
  width: 100%;
}
.home.fixed header {
  background: none;
}

/* btm section */
.content_row .content_offset_1 {
  margin: 0 auto;
  max-width: 900px;
}
@media (max-width: 991.8px) {
  .content_row .content_offset_1 {
    max-width: 100%;
    padding: 50px 80px;
  }
}
@media (max-width: 767.8px) {
  .content_row .content_offset_1 {
    padding: 38px 41px;
  }
}

.main_heading {
  margin-bottom: 0;
  font-family: "league-gothic", sans-serif;
  color: #000000;
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 2.2px;
}
@media (max-width: 767.8px) {
  .main_heading {
    font-size: 33px;
    line-height: 38px;
    letter-spacing: 1.65px;
  }
}

.heading_border {
  margin: 17px 0 24px;
}
.heading_border img {
  display: block;
}
@media (max-width: 767.8px) {
  .heading_border {
    margin: 15px 0 15px;
  }
}

.p1 {
  font-family: "proxima-nova", sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 40px;
  color: #736565;
  letter-spacing: 0.57px;
  margin-bottom: 30px;
}
.p1 span.gothic {
  font-size: 23px;
  line-height: 40px;
}
@media (max-width: 767.8px) {
  .p1 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.45px;
    margin-bottom: 18px;
  }
  .p1 span.gothic {
    font-size: 18px;
    line-height: 30px;
  }
}

.uppercase {
  text-transform: uppercase;
}

.orange {
  color: #b45e33;
}

.gothic {
  font-family: "league-gothic", sans-serif;
  letter-spacing: 2.88px;
}
@media (max-width: 767.8px) {
  .gothic {
    letter-spacing: 2.25px;
  }
}

.white_sec {
  background-color: #fff;
}
.white_sec .content_offset_1 {
  padding: 50px 0 30px;
}
@media (max-width: 991.8px) {
  .white_sec .content_offset_1 {
    padding: 50px 80px;
  }
}
@media (max-width: 767.8px) {
  .white_sec .content_offset_1 {
    padding: 38px 41px;
  }
}

.fixed #home_page .home_slides_sec {
  /*touch-action: none;*/
}

@media (max-width: 991.8px) {
  .h_web {
    display: none !important;
  }
}

.h_mob {
  display: none !important;
}
@media (max-width: 991.8px) {
  .h_mob {
    display: block !important;
  }
}

#home_page {
  /*margin-top: -60px;
  @include respond-below(lg){
      margin-top: calc(-60px - 1vh);
  }*/
}
#home_page .home_slides_sec {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.8px) {
  #home_page .home_slides_sec {
    display: flex;
    align-items: center;
    justify-content: center;
    /*min-height: 100vh;*/
    height: auto;
    transition: min-height 0.3s ease-in-out;
  }
}
#home_page .h_mob_hero {
  width: 100%;
}
#home_page .h_mob_hero .mob_hero_img {
  width: calc(100vh - 70px);
  height: calc(100vh - 70px);
  margin: 0 auto;
  min-height: 280px;
  min-width: 280px;
  text-align: center;
}
@media screen and (max-width: 991px) and (orientation: portrait) {
  #home_page .h_mob_hero .mob_hero_img {
    width: 79vw;
    height: 79vw;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #home_page .h_mob_hero .mob_hero_img {
    width: calc(100vw - 40px);
    height: calc(100vw - 40px);
  }
}
#home_page .h_mob_hero img {
  max-height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #home_page #home_slider {
    margin-top: 15vh;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #home_page #home_slider {
    margin-top: 21vh;
  }
}
#home_page .home_slide {
  width: 100%;
  /*height: 100vh;*/
  height: 99vh;
  /*background-color: red;*/
  position: relative;
}
@media (max-width: 991.8px) {
  #home_page .home_slide {
    height: 78vh;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #home_page .home_slide {
    height: 100vw !important;
  }
}
#home_page .home_slide .home_slide_img {
  width: 85vh;
  height: 100vh;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
@media (max-width: 991.8px) {
  #home_page .home_slide .home_slide_img {
    width: 78vh;
    height: 100%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #home_page .home_slide .home_slide_img {
    width: 100%;
    height: 100vw;
  }
}
#home_page .home_slide:nth-child(2) .home_slide_img {
  background-position: left center !important;
}
#home_page .home_sticky_sec {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991.8px) {
  #home_page .home_sticky_sec {
    /*height: calc(100% - 225px);*/
    background: url(../images/home/tablet.png) no-repeat center center/auto 100% !important;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #home_page .home_sticky_sec {
    background: url(../images/home/mob_3.png) no-repeat center center/cover !important;
  }
}
@media (max-width: 767.8px) {
  #home_page .home_sticky_sec {
    /*height: calc(100% - 188px);*/
  }
}
#home_page .home_title {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  pointer-events: none;
  text-align: center;
  /*background: url("../images/home/body_bg.jpg") center center/100% auto repeat-y;*/
  padding-top: 10px;
  /*display: none;*/
}
@media (max-width: 991.8px) {
  #home_page .home_title {
    /* display: block;*/
    position: static;
    padding: 48px 0 0;
  }
}
@media (max-width: 767.8px) {
  #home_page .home_title {
    padding: 35px 0 0;
  }
}
#home_page .home_title .main_heading {
  /*padding-bottom: 66px;*/
  /*padding-bottom: 6.5vh;*/
  line-height: 55px;
  letter-spacing: 5.5px;
  display: none;
}
@media (max-width: 991.8px) {
  #home_page .home_title .main_heading {
    display: block;
  }
}
@media (max-width: 767.8px) {
  #home_page .home_title .main_heading {
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 28px;
    /*padding-bottom: 9vh;*/
  }
}
@media screen and (max-height: 480px) {
  #home_page .home_title .main_heading {
    /* padding-bottom: 3vh;*/
  }
}
#home_page .scroll_block {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 0;
  pointer-events: none;
}
#home_page .swipe_actn, #home_page .swipe_mob_actn {
  pointer-events: all;
  display: inline-block;
  margin: 0 auto 0;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  transition: 0.5s opacity ease-in-out;
}
#home_page .swipe_actn.fadeout, #home_page .swipe_mob_actn.fadeout {
  opacity: 0;
}
#home_page .swipe_actn img, #home_page .swipe_mob_actn img {
  transform: rotate(180deg);
  margin: 5px 0;
}
#home_page .swipe_actn span, #home_page .swipe_mob_actn span {
  width: 100%;
  display: block;
  color: #636466;
  font-family: "league-gothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.25px;
  /*display: none;*/
}
@media (max-width: 991.8px) {
  #home_page .swipe_actn span, #home_page .swipe_mob_actn span {
    margin: 9px 0;
  }
}
#home_page .swipe_mob_actn img {
  transform: rotate(0deg);
  margin: 0;
}
#home_page .swipe_mob_actn span {
  display: block;
  margin: 9px 0;
}
#home_page .content_row.hom_logo {
  width: 100%;
}
#home_page .hom_logo .content_offset_1 {
  padding: 69px 0;
}
@media (max-width: 991.8px) {
  #home_page .hom_logo .content_offset_1 {
    padding: 50px 80px;
  }
}
@media (max-width: 767.8px) {
  #home_page .hom_logo .content_offset_1 {
    padding: 38px 41px;
  }
}
#home_page .sub_text {
  color: #b9b2b2;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  margin-bottom: 0;
}
@media (max-width: 767.8px) {
  #home_page .sub_text {
    font-size: 14px;
    line-height: 14px;
    margin-left: 26%;
    color: #b0a9a9;
  }
}
@media (max-width: 374.8px) {
  #home_page .sub_text {
    margin-left: 14%;
  }
}
#home_page .img_grid_sec {
  padding: 36px 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991.8px) {
  #home_page .img_grid_sec {
    padding: 47px 41px;
    flex-direction: column;
  }
}
@media (max-width: 767.8px) {
  #home_page .img_grid_sec {
    padding: 40px 0;
  }
}
#home_page .img_grid_sec .img_grid_block {
  position: relative;
}
#home_page .img_grid_sec .img_grid_block.row1 {
  width: 41.5vw;
  height: 34.5vw;
}
#home_page .img_grid_sec .img_grid_block.row1 .img_grid_btn {
  bottom: 7vw;
  right: -14.3vw;
}
@media (max-width: 1180px) {
  #home_page .img_grid_sec .img_grid_block.row1 .img_grid_btn {
    right: -12.3vw;
  }
}
@media (max-width: 991.8px) {
  #home_page .img_grid_sec .img_grid_block.row1 .img_grid_btn {
    right: -52px;
    bottom: -76px;
  }
}
@media (max-width: 767.8px) {
  #home_page .img_grid_sec .img_grid_block.row1 .img_grid_btn {
    right: -48px;
    bottom: -110px;
  }
}
@media (max-width: 991.8px) {
  #home_page .img_grid_sec .img_grid_block.row1 {
    width: 77.5vw;
    height: 63.9vw;
    margin-bottom: 76px;
  }
}
@media (max-width: 767.8px) {
  #home_page .img_grid_sec .img_grid_block.row1 {
    width: 82.2vw;
    height: 67.5vw;
    margin-bottom: 110px;
  }
}
#home_page .img_grid_sec .img_grid_block.row2 {
  width: 33.2vw;
  height: 46.9vw;
  margin-top: 5.75vw;
}
@media (max-width: 1180px) {
  #home_page .img_grid_sec .img_grid_block.row2 {
    height: 48.9vw;
  }
}
@media (max-width: 991.8px) {
  #home_page .img_grid_sec .img_grid_block.row2 {
    width: 62.4vw;
    height: 88.1vw;
    align-self: flex-end;
    margin-bottom: 39px;
    margin-top: 52px;
  }
}
@media (max-width: 767.8px) {
  #home_page .img_grid_sec .img_grid_block.row2 {
    width: 59vw;
    height: 83.2vw;
    align-self: flex-end;
    margin-bottom: 39px;
    margin-top: 39px;
  }
}
#home_page .img_grid_sec .img_grid_block.row2 .img_grid_btn {
  /*left: -169px;*/
  bottom: 7.8vw;
  left: -11.7vw;
  /* bottom: 113px;*/
}
@media (max-width: 1180px) {
  #home_page .img_grid_sec .img_grid_block.row2 .img_grid_btn {
    left: -9.7vw;
  }
}
@media (max-width: 991.8px) {
  #home_page .img_grid_sec .img_grid_block.row2 .img_grid_btn {
    left: -169px;
    bottom: 16.8vw;
  }
}
@media (max-width: 767.8px) {
  #home_page .img_grid_sec .img_grid_block.row2 .img_grid_btn {
    left: -134px;
    bottom: 36px;
  }
}
@media (max-width: 374px) {
  #home_page .img_grid_sec .img_grid_block.row2 .img_grid_btn {
    left: -120px;
  }
}
#home_page .img_grid_sec .img_grid_block.row3 {
  width: 41.4vw;
  height: 30.6vw;
  margin-top: -14.4vw;
  margin-left: 4.2vw;
}
@media (max-width: 991.8px) {
  #home_page .img_grid_sec .img_grid_block.row3 {
    margin-top: 83px;
    margin-left: 0;
    width: 77.5vw;
    height: 57.5vw;
  }
}
@media (max-width: 767.8px) {
  #home_page .img_grid_sec .img_grid_block.row3 {
    margin-top: 140px;
    width: 89.2vw;
    height: 66vw;
  }
}
#home_page .img_grid_sec .img_grid_block.row3 .img_grid_btn {
  bottom: 4.3vw;
  /*right: -181px;*/
  right: -12.5vw;
}
@media (max-width: 1180px) {
  #home_page .img_grid_sec .img_grid_block.row3 .img_grid_btn {
    right: -10.5vw;
  }
}
@media (max-width: 991.8px) {
  #home_page .img_grid_sec .img_grid_block.row3 .img_grid_btn {
    right: -92px;
    bottom: auto;
    top: -83px;
  }
}
@media (max-width: 767.8px) {
  #home_page .img_grid_sec .img_grid_block.row3 .img_grid_btn {
    right: -21px;
    top: -140px;
  }
}
#home_page .img_grid_sec .img_grid_block .img_grid_bg {
  width: 100%;
  height: 100%;
  display: block;
}
#home_page .img_grid_sec .img_grid_block .img_grid_btn {
  width: 371px;
  height: 210px;
  background-color: #ffffff;
  color: #000000;
  font-family: "league-gothic", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  position: absolute;
  width: 25.7vw;
  height: 14.6vw;
  min-width: 301px;
  min-height: 172px;
  overflow: hidden;
  /*&:hover, &:focus{
      span.cta_txt {
          transform: translateX(100%);
      }
      span.cta_hover {
          transform: translateX(0%);
      }
  }*/
}
@media (max-width: 991.8px) {
  #home_page .img_grid_sec .img_grid_block .img_grid_btn {
    width: 371px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 42px 64px;
  }
}
@media (max-width: 767.8px) {
  #home_page .img_grid_sec .img_grid_block .img_grid_btn {
    letter-spacing: 1.65px;
    line-height: 37.5px;
    font-size: 33px;
    padding: 36px;
    width: 278px;
    height: auto;
    min-width: 0;
    min-height: 0;
  }
}
@media (max-width: 374px) {
  #home_page .img_grid_sec .img_grid_block .img_grid_btn {
    width: 258px;
    padding: 28px;
  }
}
#home_page .img_grid_sec .img_grid_block .img_grid_btn span.cta_txt {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(0%);
  transition: all 0.5s ease-in-out;
}
#home_page .img_grid_sec .img_grid_block .img_grid_btn span.cta_hover {
  display: flex;
  background: url("../images/contact/rust_txtr.jpg") center center/cover no-repeat;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transform: translateX(-100%);
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out;
  color: #ffffff;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.88px;
}
#home_page .img_grid_sec .img_grid_block .img_grid_btn span.cta_hover span {
  display: inline-block !important;
}
@media (max-width: 991.8px) {
  #home_page .img_grid_sec .img_grid_block .img_grid_btn span.cta_hover {
    position: static;
    color: #ab532d;
    background: none;
  }
}
@media (max-width: 991.8px) {
  #home_page .img_grid_sec .img_grid_block .img_grid_btn span.cta_hover {
    line-height: 37px;
  }
}
@media (max-width: 991.8px) {
  #home_page .img_grid_sec .img_grid_block .img_grid_btn span {
    display: block !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }
}
#home_page .img_grid_sec .img_grid_block:hover .img_grid_btn span.cta_txt, #home_page .img_grid_sec .img_grid_block:focus .img_grid_btn span.cta_txt {
  transform: translateX(100%);
}
#home_page .img_grid_sec .img_grid_block:hover .img_grid_btn span.cta_hover, #home_page .img_grid_sec .img_grid_block:focus .img_grid_btn span.cta_hover {
  transform: translateX(0%);
}
#home_page .img_grid_sec .img_grid_block:focus {
  outline-color: #000;
}

.device #home_page .swipe_actn span.swipe {
  display: block;
}

.system #home_page .swipe_actn span.scroll {
  display: block;
}

.specials-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 16;
  flex-wrap: wrap;
  padding: 15px 0 15px 40px;
  overflow: hidden;
  overflow-y: auto;
  pointer-events: none;
}
.specials-overlay.hidden {
  display: none;
}

.specials-wrap {
  max-width: 535px;
  background: #fff;
  padding: 80px 30px 30px 70px;
  pointer-events: all;
  position: relative;
  transition: all ease 0.6s;
  visibility: hidden;
  transform: translateX(10%);
  opacity: 0;
}
@media (max-width: 1499.8px) {
  .specials-wrap {
    padding: 50px 30px 30px 40px;
    max-width: 480px;
  }
}
.show-specials .specials-wrap {
  visibility: visible;
  opacity: 1;
  transform: none;
}
@media (max-width: 767.8px) {
  .specials-wrap {
    max-width: 335px;
    padding: 40px 30px 30px 40px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .specials-wrap {
    max-width: 380px;
  }
}
.specials-wrap .h1 {
  font-family: "league-gothic", sans-serif;
  font-size: 44px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  line-height: 50px;
  margin-bottom: 30px;
}
@media (max-width: 1499.8px) {
  .specials-wrap .h1 {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.8px) {
  .specials-wrap .h1 {
    font-size: 33px;
    margin-bottom: 19px;
    line-height: 40px;
    letter-spacing: 1.65px;
  }
}
.specials-wrap p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.45px;
}
@media (max-width: 767px) and (orientation: landscape) {
  .specials-wrap p {
    line-height: 24px;
  }
}
@media (max-width: 991.8px) {
  .specials-wrap p {
    margin-bottom: 26px;
  }
}
@media (max-width: 767.8px) {
  .specials-wrap p {
    margin-bottom: 22px;
  }
}

.specials-info {
  padding-right: 10px;
}

.specials-btn {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

.special-rest {
  text-align: right;
  margin-top: 25px;
  font-size: 13px;
  line-height: 30px;
  color: #757575;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  letter-spacing: 0.33px;
}
@media (max-width: 1499.8px) {
  .special-rest {
    margin-top: 18px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .special-rest {
    margin-top: 5px;
  }
}

.specials-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
  border: 0;
  padding: 0;
  background: url(../images/close_dark.png) center no-repeat;
  background-size: 80%;
  font-size: 0;
  cursor: pointer;
}

.covid_popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 80px 25px 80px;
  background: #b35e32;
  z-index: 14;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.4s;
  transform: translateY(10%);
}
@media (min-width: 992px) {
  .covid_popup {
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 991.8px) {
  .covid_popup {
    flex-direction: column;
    padding: 30px 40px 25px 40px;
  }
}
.covid_popup.open {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.covid_info p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 991.8px) {
  .covid_info p {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.8px) {
  .covid_info p {
    font-size: 16px;
    letter-spacing: 0.4px;
  }
}

@media (min-width: 992px) {
  .covid_btn_wrap {
    margin-left: 70px;
  }
}
.covid_btn_wrap .white-link {
  color: #fff;
  white-space: nowrap;
}
.covid_btn_wrap .white-link:hover {
  padding-right: 36px;
}
.covid_btn_wrap .white-link:hover:after {
  right: -14px;
}

.covid_popup_close {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../images/close_white.png) no-repeat;
  background-size: contain;
  font-size: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 767.8px) {
  .covid_popup_close {
    top: 10px;
    right: 10px;
  }
}

.banner-video-container {
  width: 100%;
  height: calc(100vh - 60px);
  position: relative;
  margin-top: 60px;
}
.banner-video-container .banner-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-video-container .home_banner_video_control_buttons {
  position: absolute;
  z-index: 2;
  right: 60px;
  bottom: 15px;
}
@media (max-width: 991.8px) {
  .banner-video-container .home_banner_video_control_buttons {
    right: 30px;
    bottom: 5px;
  }
}
.banner-video-container .home_banner_video_control_buttons .video_play_pause_button {
  appearance: none;
  border: 0;
  background: transparent;
}
.banner-video-container .home_banner_video_control_buttons .video_play_pause_button:focus {
  outline: none;
}
.banner-video-container .home_banner_video_control_buttons .video_play_pause_button:before {
  background: url(../images/icons/pause-icon.svg) no-repeat center center;
  background-size: contain;
  z-index: 3;
}
.banner-video-container .home_banner_video_control_buttons .video_play_pause_button:after {
  opacity: 0;
  background: url(../images/icons/play-icon.svg) no-repeat center center;
  background-size: contain;
  z-index: 3;
}
.banner-video-container .home_banner_video_control_buttons .video_play_pause_button.paused:before {
  opacity: 0;
}
.banner-video-container .home_banner_video_control_buttons .video_play_pause_button.paused:after {
  opacity: 1;
}
.banner-video-container .home_banner_video_control_buttons .video_play_pause_button:before, .banner-video-container .home_banner_video_control_buttons .video_play_pause_button:after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 42px;
  height: 42px;
}
@media (max-width: 991.8px) {
  .banner-video-container .home_banner_video_control_buttons .video_play_pause_button:before, .banner-video-container .home_banner_video_control_buttons .video_play_pause_button:after {
    width: 30px;
    height: 30px;
  }
}
.banner-video-container .home_banner_video_control_buttons .video_sound {
  appearance: none;
  border: 0;
  background: transparent;
  width: 52px;
  height: 52px;
}
.banner-video-container .home_banner_video_control_buttons .video_sound:focus {
  outline: none;
}
.banner-video-container .home_banner_video_control_buttons .video_sound:before {
  background: url(../images/icons/sound-icon.svg) no-repeat center center;
  background-size: contain;
  z-index: 3;
}
.banner-video-container .home_banner_video_control_buttons .video_sound:after {
  opacity: 0;
  background: url(../images/icons/sound-muted-icon.svg) no-repeat center center;
  background-size: contain;
  z-index: 3;
}
.banner-video-container .home_banner_video_control_buttons .video_sound:before, .banner-video-container .home_banner_video_control_buttons .video_sound:after {
  content: "";
  left: 56px;
  top: 0;
  position: absolute;
  width: 42px;
  height: 42px;
}
@media (max-width: 991.8px) {
  .banner-video-container .home_banner_video_control_buttons .video_sound:before, .banner-video-container .home_banner_video_control_buttons .video_sound:after {
    width: 30px;
    height: 30px;
    left: 40px;
  }
}
.banner-video-container .home_banner_video_control_buttons .video_sound.muted:before {
  opacity: 0;
}
.banner-video-container .home_banner_video_control_buttons .video_sound.muted:after {
  opacity: 1;
}

.galleryOuter {
  width: 100%;
  position: relative;
}
.galleryOuter .galleryContainer {
  max-width: 91.6666666667%;
  margin: auto;
  width: 100%;
}
.galleryOuter .blvdGallery {
  width: 100%;
  height: 100%;
}
.galleryOuter .blvdGallery .slick-list {
  height: 100%;
}
.galleryOuter .blvdGallery .slick-list .slick-track {
  height: 100%;
}
.galleryOuter .blvdGallery .galleryItem {
  height: 100%;
  position: relative;
  padding-bottom: 83px;
}
@media (max-width: 767.8px) {
  .galleryOuter .blvdGallery .galleryItem {
    padding-bottom: 220px;
  }
}
.galleryOuter .blvdGallery .galleryItem:after {
  width: 100%;
  /*background: #fff;*/
  color: #000;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 4rem;
  font-size: 1rem;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 83px;
  /*background:url(../images/gallery/gallery-pattern.jpg) no-repeat center center;
  background-size:cover;*/
}
@media (max-width: 767.8px) {
  .galleryOuter .blvdGallery .galleryItem:after {
    /*background:url(../images/gallery/gallery-pattern-mobile.jpg) no-repeat center center;
    background-size:cover;  */
    height: 220px;
  }
}
.galleryOuter .blvdGallery .galleryItem .slider-image {
  height: 83vh;
  width: 100%;
  background-color: #7a7a7a;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1280px) and (max-height: 580px) {
  .galleryOuter .blvdGallery .galleryItem .slider-image {
    height: 75vh;
  }
}
@media screen and (max-width: 1025px) and (orientation: landscape) {
  .galleryOuter .blvdGallery .galleryItem .slider-image {
    height: 81vh;
  }
}
@media screen and (max-width: 1024px) and (max-height: 720px) {
  .galleryOuter .blvdGallery .galleryItem .slider-image {
    height: 75vh;
  }
}
@media (max-width: 991.8px) {
  .galleryOuter .blvdGallery .galleryItem .slider-image {
    height: 85vh;
  }
}
@media (max-width: 767.8px) {
  .galleryOuter .blvdGallery .galleryItem .slider-image {
    height: 48vh;
  }
}
@media (max-width: 575.8px) {
  .galleryOuter .blvdGallery .galleryItem .slider-image {
    height: 48vh;
  }
}
.galleryOuter .blvdGallery .galleryItem .galleryCaption {
  position: absolute;
  bottom: 12px;
  width: 100%;
  z-index: 2;
  left: 0;
}
@media (min-width: 767.8px) and (max-height: 1024px) and (max-width: 1024px) {
  .galleryOuter .blvdGallery .galleryItem .galleryCaption {
    bottom: -6px;
  }
}
@media (max-width: 767.8px) {
  .galleryOuter .blvdGallery .galleryItem .galleryCaption {
    bottom: 138px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.galleryOuter .blvdGallery .galleryItem .galleryCaption p {
  color: #736565;
  font: 600 18px/30px "proxima-nova", sans-serif;
  letter-spacing: 0.45px;
}
@media (max-width: 767.8px) {
  .galleryOuter .blvdGallery .galleryItem .galleryCaption p {
    color: #685a5a;
  }
}
@media (max-width: 575.8px) {
  .galleryOuter .blvdGallery .galleryItem .galleryCaption p {
    line-height: 16px;
  }
}
.galleryOuter .blvdGallery .prev-slick, .galleryOuter .blvdGallery .next-slick {
  position: absolute;
  top: 0;
  width: 20%;
  z-index: 4;
  height: 83vh;
  cursor: pointer;
  border: none;
  outline: none;
}
.galleryOuter .blvdGallery .prev-slick:focus, .galleryOuter .blvdGallery .prev-slick:active, .galleryOuter .blvdGallery .prev-slick:hover, .galleryOuter .blvdGallery .next-slick:focus, .galleryOuter .blvdGallery .next-slick:active, .galleryOuter .blvdGallery .next-slick:hover {
  border: none;
  outline: none;
}
@media (max-width: 767.8px) {
  .galleryOuter .blvdGallery .prev-slick, .galleryOuter .blvdGallery .next-slick {
    height: 48vh;
    width: 40%;
  }
}
.galleryOuter .blvdGallery .prev-slick {
  left: 0;
}
.galleryOuter .blvdGallery .next-slick {
  right: 0;
}
.galleryOuter .galleryControls {
  position: absolute;
  top: calc(83vh + 3px);
  width: 100%;
  left: 0;
}
@media (max-width: 950px) {
  .galleryOuter .galleryControls {
    top: calc(83vh + 13px);
  }
}
@media (max-width: 1024px) and (min-width: 992px) and (max-height: 768px) {
  .galleryOuter .galleryControls {
    top: calc(78vh + 3px);
  }
}
@media (max-width: 767.8px) {
  .galleryOuter .galleryControls {
    top: calc(51vh + 180px);
  }
}
.galleryOuter .galleryControls .galleryContainer {
  position: relative;
}
.galleryOuter .galleryControls .gallryCategories {
  display: flex;
  margin: 0;
  position: relative;
  z-index: 3;
  max-width: 40%;
}
@media (max-width: 767.8px) {
  .galleryOuter .galleryControls .gallryCategories {
    display: block;
    position: absolute;
    top: -130px;
    left: 0;
    max-width: 100%;
    width: 100%;
  }
}
.galleryOuter .galleryControls .gallryCategories li {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.galleryOuter .galleryControls .gallryCategories li:before {
  display: none;
}
@media (max-width: 767.8px) {
  .galleryOuter .galleryControls .gallryCategories li {
    padding-right: 0;
    margin-right: 0;
    display: block;
    height: 30px;
  }
}
.galleryOuter .galleryControls .gallryCategories li:not(:last-child):after {
  content: "";
  width: 2px;
  background: #736565;
  height: 16px;
  position: absolute;
  transform: rotate(12deg);
  top: 17px;
  right: 0;
}
@media (max-width: 767.8px) {
  .galleryOuter .galleryControls .gallryCategories li:not(:last-child):after {
    display: none;
  }
}
.galleryOuter .galleryControls .gallryCategories li a {
  color: #736565;
  text-transform: uppercase;
  font: 400 18px/50px "league-gothic", sans-serif;
  letter-spacing: 2.25px;
  cursor: pointer;
}
.galleryOuter .galleryControls .gallryCategories li a:hover {
  color: #b35e32;
}
@media (max-width: 1024.8px) {
  .galleryOuter .galleryControls .gallryCategories li a:hover {
    color: #736565;
  }
}
.galleryOuter .galleryControls .gallryCategories li.active a {
  color: #b35e32;
}
@media (max-width: 767.8px) {
  .galleryOuter .galleryControls .gallryCategories li.active a {
    color: #ab532d;
  }
}
.galleryOuter .galleryNav {
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 11px;
}
@media (max-width: 991.8px) {
  .galleryOuter .galleryNav {
    justify-content: flex-end;
  }
}
@media (max-width: 767.8px) {
  .galleryOuter .galleryNav {
    top: -180px;
    height: 16px;
    justify-content: center;
  }
}
.galleryOuter .galleryNav .slick-prev, .galleryOuter .galleryNav .slick-next {
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
}
.galleryOuter .galleryNav .slick-prev:after, .galleryOuter .galleryNav .slick-next:after {
  color: #736565;
  font: 400 18px "league-gothic", sans-serif;
}
.galleryOuter .galleryNav .slick-prev:after {
  content: "<";
}
.galleryOuter .galleryNav .slick-next:after {
  content: ">";
}
.galleryOuter .galleryNav .galleryCounter {
  color: #736565;
  font: 400 18px/30px "league-gothic", sans-serif;
  letter-spacing: 2.25px;
  width: 40px;
  text-align: center;
}
@media (max-width: 767.8px) {
  .galleryOuter .galleryNav .galleryCounter {
    color: #685a5a;
  }
}
.galleryOuter .slick-pauseplay button {
  appearance: none;
  border: 0;
  display: block;
  position: absolute;
  bottom: 100px;
  opacity: 1;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  left: 40px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  z-index: 6;
  text-indent: 9999px;
  background: url(../images/play-icon.svg) no-repeat center center;
  background-size: contain;
}
@media (max-width: 767.8px) {
  .galleryOuter .slick-pauseplay button {
    bottom: 250px;
    left: 20px;
  }
}
@media (max-width: 575.8px) {
  .galleryOuter .slick-pauseplay button {
    left: 10px;
  }
}
.galleryOuter .slick-pauseplay button.slick-pause {
  background: url(../images/pause-icon.svg) no-repeat center center;
  background-size: contain;
}

.gallery #contentWrapper {
  min-height: auto;
}
.gallery #contentWrapper .main-heading {
  margin: 0;
}

.gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  max-width: 91.66667%;
  margin: auto;
  width: 100%;
  margin-top: 50px;
}
.gallery-thumbs .gal-thumb-item {
  width: 25%;
  padding: 0 45px 45px 0;
}
@media (max-width: 991.8px) {
  .gallery-thumbs .gal-thumb-item {
    width: 33.33%;
    padding: 0 15px 15px 0;
  }
}
@media (max-width: 767.8px) {
  .gallery-thumbs .gal-thumb-item {
    width: 50%;
  }
}
.gallery-thumbs .gal-thumb-item a {
  display: block;
  position: relative;
}
.gallery-thumbs .gal-thumb-img {
  background-color: #ccc;
  background-size: cover;
  background-position: center;
}
.gallery-thumbs .gal-thumb-img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.gallery-thumbs .gal-thumb-img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
}

.gal-load-more {
  text-align: center;
  margin-bottom: 50px;
}
.gal-load-more a {
  display: inline-block;
}

#galleryModal {
  height: calc(100vh - 60px);
  top: auto;
  bottom: 0;
  width: 100%;
  background-color: white;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transition: all ease 0.5s;
}
@media (max-width: 991.8px) {
  #galleryModal {
    height: calc(100% - 60px);
  }
}
#galleryModal.open {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}
#galleryModal.gallery-modal .modal-dialog {
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 767.8px) {
  #galleryModal.gallery-modal .modal-dialog {
    justify-content: flex-start;
  }
}
.using-keytab #galleryModal.gallery-modal .slick-arrow:focus, .using-keytab #galleryModal.gallery-modal .close-popup:focus {
  outline-color: #fff;
}
#galleryModal .popup-slider-wrap {
  width: 100%;
  padding: 20px;
  height: calc(100vh - 70px);
}
@media (max-width: 767.8px) {
  #galleryModal .popup-slider-wrap {
    padding: 0 10px;
    height: calc(100vh - 80px);
  }
}
#galleryModal .popup-slider-wrap .popup-slider-inner-wrap {
  padding: 35px 20px 20px;
  position: relative;
  height: 100%;
}
#galleryModal .gal-popup-slider {
  height: 100%;
}
#galleryModal .gal-popup-slider .slick-track, #galleryModal .gal-popup-slider .slick-list {
  height: 100%;
}
#galleryModal .gal-popup-slider .slick-slide img {
  margin: 0 auto;
  height: auto;
  max-height: 70vh;
  max-width: 100%;
  display: block;
}
.using-keytab #galleryModal .gal-popup-slider .slick-slide:focus {
  outline-offset: -2px;
  outline-color: #ccc;
}
#galleryModal .gal-popup-slider .slick-arrow {
  width: 30px;
  height: 50px;
  font-size: 0;
  background: url(../images/gallery/arrow_next.svg) no-repeat;
  background-size: contain;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: 25px;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 767.8px) {
  #galleryModal .gal-popup-slider .slick-arrow {
    width: 30px;
    height: 40px;
    left: 0;
  }
}
#galleryModal .gal-popup-slider .slick-arrow.slick-next {
  left: auto;
  right: 25px;
  transform: translateY(-50%) rotate(0deg);
}
@media (max-width: 767.8px) {
  #galleryModal .gal-popup-slider .slick-arrow.slick-next {
    right: 0;
  }
}
#galleryModal .gal-pop-wrap {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
#galleryModal .gal-pop-wrap .gal-pop-image {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
#galleryModal .gal-pop-wrap img {
  margin: 0 auto;
  height: auto;
  max-height: 70vh;
  max-width: 100%;
  display: block;
  min-height: 70vh;
}
#galleryModal .gal-pop-caption {
  padding: 10px 25px;
  text-align: center;
  letter-spacing: 0.9px;
  font-size: 18px;
  line-height: normal;
  color: #b45e33;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255, 255, 255);
}
@media (max-width: 767.8px) {
  #galleryModal .gal-pop-caption {
    padding: 7px 20px;
  }
}
#galleryModal .close-popup {
  background: url(../images/close_dark.png) center/contain no-repeat;
  right: 8px;
  top: 10px;
  width: 16px;
  height: 16px;
  position: absolute;
  border: none;
  cursor: pointer;
}

.slick-pauseplay {
  position: relative;
}

#why-bozzuto {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 767.8px) {
  #why-bozzuto .maincopy, #why-bozzuto .fp-common .unit-info, .fp-common #why-bozzuto .unit-info, #why-bozzuto .fp-common .fp_no_results, .fp-common #why-bozzuto .fp_no_results,
  #why-bozzuto .fp-common .no_results,
  .fp-common #why-bozzuto .no_results, #why-bozzuto #contact_page .office-hours-wrap span, #contact_page .office-hours-wrap #why-bozzuto span, #why-bozzuto .list, #why-bozzuto .selectivo-common-wrap .selectivo__option, .selectivo-common-wrap #why-bozzuto .selectivo__option, #why-bozzuto p {
    color: #685a5a;
  }
}
@media (max-width: 767.8px) {
  #why-bozzuto .maincopy span, #why-bozzuto .fp-common .unit-info span, .fp-common #why-bozzuto .unit-info span, #why-bozzuto .fp-common .fp_no_results span, .fp-common #why-bozzuto .fp_no_results span,
  #why-bozzuto .fp-common .no_results span,
  .fp-common #why-bozzuto .no_results span, #why-bozzuto #contact_page .office-hours-wrap span span, #contact_page .office-hours-wrap #why-bozzuto span span, #why-bozzuto .list span, #why-bozzuto .selectivo-common-wrap .selectivo__option span, .selectivo-common-wrap #why-bozzuto .selectivo__option span, #why-bozzuto p span {
    color: #ab532d;
  }
}
#why-bozzuto .wrapper {
  position: relative;
  padding-bottom: 26px;
}
@media (max-width: 991.8px) {
  #why-bozzuto .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
#why-bozzuto .mainContainer {
  max-width: 89%;
  margin: auto;
  width: 100%;
  display: flex;
  flex-flow: row-reverse;
  padding-bottom: 0;
  position: relative;
  justify-content: space-between;
}
@media screen and (min-width: 1552px) {
  #why-bozzuto .mainContainer {
    max-width: 1350px;
  }
}
@media (max-width: 991.8px) {
  #why-bozzuto .mainContainer {
    display: flex;
    flex-flow: column;
    position: static;
    max-width: 688px;
  }
}
@media (max-width: 767.8px) {
  #why-bozzuto .mainContainer {
    max-width: 100%;
  }
}
#why-bozzuto .mainContainer .whyBozzutoCaptionSection {
  position: relative;
  right: 0;
  top: 0;
  width: 57%;
  max-width: 730px;
}
@media (max-width: 991.8px) {
  #why-bozzuto .mainContainer .whyBozzutoCaptionSection {
    right: -85px;
    top: 0;
    left: 0;
    width: 85%;
    position: absolute;
  }
}
@media (max-width: 767.8px) {
  #why-bozzuto .mainContainer .whyBozzutoCaptionSection {
    width: 100%;
    height: auto;
    max-width: none;
    position: relative;
    top: 0;
  }
}
#why-bozzuto .mainContainer .whyBozzutoCaptionSection .whyBozzutoimg1 {
  width: 100%;
  position: relative;
  top: 0;
  left: -54px;
}
#why-bozzuto .mainContainer .whyBozzutoCaptionSection .whyBozzutoimg1 img {
  width: 638px;
  height: 427px;
  object-fit: cover;
}
@media (max-width: 991.8px) {
  #why-bozzuto .mainContainer .whyBozzutoCaptionSection .whyBozzutoimg1 img {
    width: 100%;
    height: 426px;
  }
}
@media (max-width: 575.8px) {
  #why-bozzuto .mainContainer .whyBozzutoCaptionSection .whyBozzutoimg1 img {
    height: 251px;
  }
}
@media (max-width: 991.8px) {
  #why-bozzuto .mainContainer .whyBozzutoCaptionSection .whyBozzutoimg1 {
    left: 0;
  }
}
@media (max-width: 767.8px) {
  #why-bozzuto .mainContainer .whyBozzutoCaptionSection .whyBozzutoimg1 img {
    width: 100%;
  }
}
#why-bozzuto .mainContainer .whyBozzutoCaptionSection .bozzutoCaption {
  width: 316px;
  height: 187px;
  background: url(../images/pattern-bg-copy.png) no-repeat 0 0;
  text-align: left;
  padding: 5.53vh 40px;
  position: absolute;
  right: -68px;
  top: 373px;
  z-index: 3;
  display: flex;
  align-items: center;
  transform: rotate(3deg);
}
@media (max-width: 991.8px) {
  #why-bozzuto .mainContainer .whyBozzutoCaptionSection .bozzutoCaption {
    right: -75px;
    top: 350px;
  }
}
@media (max-width: 767.8px) {
  #why-bozzuto .mainContainer .whyBozzutoCaptionSection .bozzutoCaption {
    right: 0;
    bottom: -65px;
    width: 306px;
    padding-left: 0;
    padding-right: 0;
    transform: none;
    top: auto;
    width: 234px;
    height: 125px;
    background: url(../images/whybozzuto/why-bozzuto-caption-bg.png) no-repeat 0 0;
    background-size: 243px 100%;
  }
}
@media (max-width: 575.8px) {
  #why-bozzuto .mainContainer .whyBozzutoCaptionSection .bozzutoCaption {
    bottom: -54px;
  }
}
@media (max-width: 374.8px) {
  #why-bozzuto .mainContainer .whyBozzutoCaptionSection .bozzutoCaption {
    bottom: -45px;
  }
}
#why-bozzuto .mainContainer .whyBozzutoCaptionSection .bozzutoCaption span {
  color: #fff;
  font: 400 44px/50px "league-gothic", sans-serif;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  position: relative;
  transform: rotate(4deg);
  width: 100%;
}
@media (max-width: 767.8px) {
  #why-bozzuto .mainContainer .whyBozzutoCaptionSection .bozzutoCaption span {
    font-size: 33px;
    line-height: 37px;
    padding-left: 32px;
    letter-spacing: 1.65px;
  }
}
#why-bozzuto .mainContainer .whyBozzutoimg2 {
  width: 100%;
  max-width: 39.65vw;
  clear: both;
  position: absolute;
  right: 20px;
  text-align: right;
  z-index: 2;
  top: auto;
  bottom: 0;
  height: 510px;
}
#why-bozzuto .mainContainer .whyBozzutoimg2.desktopOnly {
  display: block;
  width: 571px;
  height: 463px;
  position: relative;
  float: right;
  bottom: 0;
  margin-top: 50px;
}
@media (max-width: 991.8px) {
  #why-bozzuto .mainContainer .whyBozzutoimg2.desktopOnly {
    display: none;
  }
}
#why-bozzuto .mainContainer .whyBozzutoimg2.mob-only {
  display: none;
}
@media (max-width: 991.8px) {
  #why-bozzuto .mainContainer .whyBozzutoimg2.mob-only {
    display: block;
  }
}
@media screen and (max-width: 1366px) {
  #why-bozzuto .mainContainer .whyBozzutoimg2 {
    right: 0;
  }
}
@media (max-width: 991.8px) {
  #why-bozzuto .mainContainer .whyBozzutoimg2 {
    max-width: 100%;
    width: 100%;
    position: relative;
    right: 0;
    margin-top: -51px;
    height: 100%;
    bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  #why-bozzuto .mainContainer .whyBozzutoimg2 {
    max-width: 92%;
  }
}
#why-bozzuto .mainContainer .whyBozzutoimg2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199.8px) {
  #why-bozzuto .mainContainer .whyBozzutoimg2 img {
    height: 100%;
  }
}
@media (max-width: 991.8px) {
  #why-bozzuto .mainContainer .whyBozzutoimg2 img {
    height: 388px;
    width: 478px;
  }
}
@media (max-width: 575.8px) {
  #why-bozzuto .mainContainer .whyBozzutoimg2 img {
    height: 272px;
    width: 335px;
  }
}
@media (max-width: 374.8px) {
  #why-bozzuto .mainContainer .whyBozzutoimg2 img {
    width: 300px;
    height: auto;
  }
}
#why-bozzuto .whyBozzutoCopy {
  background: #fff;
  width: 100%;
  max-width: 37.15vw;
  padding: 9.68vh 4.86vw 9.68vh 4.86vw;
  top: 105px;
  position: relative;
  z-index: 2;
  margin-left: 0;
  max-height: 818px;
}
@media screen and (max-width: 1100px) {
  #why-bozzuto .whyBozzutoCopy {
    top: 0;
    margin-top: 105px;
  }
}
@media (max-width: 1365.8px) {
  #why-bozzuto .whyBozzutoCopy {
    max-width: 534px;
  }
}
@media (max-width: 991.8px) {
  #why-bozzuto .whyBozzutoCopy {
    margin-top: 385px;
  }
  #why-bozzuto .whyBozzutoCopy .main-title {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767.8px) {
  #why-bozzuto .whyBozzutoCopy {
    margin-left: 0;
    margin-top: 0;
    padding-top: 45px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 89.3333333333%;
    max-height: none;
  }
  #why-bozzuto .whyBozzutoCopy .main-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 419.8px) {
  #why-bozzuto .whyBozzutoCopy {
    max-width: 335px;
  }
}
@media (max-width: 374.8px) {
  #why-bozzuto .whyBozzutoCopy {
    max-width: 90%;
  }
}
#why-bozzuto .buttotoCaptionSectionRight {
  position: relative;
  width: 58%;
}

@media (min-width: 1366px) {
  .why-bozzuto #contentWrapper {
    min-height: auto;
  }
}
@media screen and (min-width: 1660px) {
  .why-bozzuto #contentWrapper {
    min-height: 100%;
  }
}

#neighborhood {
  overflow: hidden;
}
@media (max-width: 991.8px) {
  #neighborhood .carousel-container {
    margin-top: 40px;
  }
}
@media (max-width: 767.8px) {
  #neighborhood .carousel-container {
    margin-top: 20px;
  }
}
#neighborhood .intro-section .intro-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 1500px) {
  #neighborhood .intro-section .intro-top {
    position: relative;
  }
}
@media (max-width: 767.8px) {
  #neighborhood .intro-section .intro-top {
    justify-content: center;
    position: relative;
  }
}
#neighborhood .intro-section .intro-top .image-wrap {
  width: 484px;
  z-index: 2;
  position: relative;
  left: 10vw;
  top: 32px;
}
@media (min-width: 1500px) {
  #neighborhood .intro-section .intro-top .image-wrap {
    width: 40vw;
  }
}
@media (max-width: 991.8px) {
  #neighborhood .intro-section .intro-top .image-wrap {
    left: 28vw;
  }
}
@media (max-width: 767.8px) {
  #neighborhood .intro-section .intro-top .image-wrap {
    position: static;
    width: auto;
    height: auto;
  }
}
#neighborhood .intro-section .intro-top .tag {
  background-image: url("../images/pattern-bg-copy.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 316px;
  height: 187px;
  top: 100px;
  position: relative;
  z-index: 2;
  left: 68px;
  transform: rotate(-5deg);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 1500px) {
  #neighborhood .intro-section .intro-top .tag {
    position: absolute;
    top: 148px;
    left: 53%;
    bottom: -3px;
    transform: translateX(-50%) rotate(-5deg);
  }
}
@media (max-width: 991.8px) {
  #neighborhood .intro-section .intro-top .tag {
    top: 276px;
    left: -10px;
    transform: rotate(4deg);
  }
}
@media (max-width: 767.8px) {
  #neighborhood .intro-section .intro-top .tag {
    position: absolute;
    left: auto;
    right: -7px;
    bottom: -38px;
    top: auto;
    width: 234px;
    height: 140px;
  }
}
#neighborhood .intro-section .intro-top .tag p {
  color: #fff;
  font-family: "league-gothic", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 49.93px;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  transform: rotate(3deg);
  margin: 0;
}
@media (max-width: 767.8px) {
  #neighborhood .intro-section .intro-top .tag p {
    font-size: 33px;
    line-height: 37px;
  }
}
#neighborhood .intro-section .intro-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 1500px) {
  #neighborhood .intro-section .intro-bottom {
    justify-content: center;
  }
}
@media (max-width: 991.8px) {
  #neighborhood .intro-section .intro-bottom {
    flex-direction: column;
  }
}
#neighborhood .intro-section .intro-bottom .intro-text {
  max-width: 534px;
  background-color: #fff;
  position: relative;
  right: -40px;
  top: -16px;
  padding: 80px 4vw 50px 4vw;
  z-index: 1;
}
@media (max-width: 374.8px) {
  #neighborhood .intro-section .intro-bottom .intro-text a.link, #neighborhood .intro-section .intro-bottom .intro-text a.white-link {
    padding-right: 30px;
  }
}
@media (min-width: 1500px) {
  #neighborhood .intro-section .intro-bottom .intro-text {
    max-width: none;
    width: 38vw;
  }
}
@media (max-width: 991.8px) {
  #neighborhood .intro-section .intro-bottom .intro-text {
    left: 12vw;
    top: 0;
  }
}
@media (max-width: 767.8px) {
  #neighborhood .intro-section .intro-bottom .intro-text {
    left: 0;
    max-width: 80vw;
    padding: 59px 50px 49px 40px;
  }
}
@media (max-width: 575.8px) {
  #neighborhood .intro-section .intro-bottom .intro-text {
    max-width: 90vw;
  }
}
@media (max-width: 374.8px) {
  #neighborhood .intro-section .intro-bottom .intro-text {
    padding-left: 40px;
    padding-right: 6vw;
  }
}
#neighborhood .intro-section .intro-bottom .intro-text h1 {
  color: #000;
  font-family: "league-gothic", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  margin-bottom: 5px;
}
#neighborhood .intro-section .intro-bottom .intro-text h1:after {
  background-repeat: no-repeat;
}
#neighborhood .intro-section .intro-bottom .intro-text .desc {
  margin-top: 15px;
}
#neighborhood .intro-section .intro-bottom .intro-text .desc p {
  color: #736565;
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767.8px) {
  #neighborhood .intro-section .intro-bottom .intro-text .desc p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.8px) {
  #neighborhood .intro-section .intro-bottom .intro-text .link, #neighborhood .intro-section .intro-bottom .intro-text .white-link {
    font-size: 20px;
  }
}
#neighborhood .intro-section .intro-bottom .neighbors-image {
  max-width: 850px;
  position: relative;
  margin-top: -90px;
}
@media (min-width: 1500px) {
  #neighborhood .intro-section .intro-bottom .neighbors-image {
    width: 62vw;
    max-width: none;
    margin-top: -160px;
  }
}
@media (max-width: 991.8px) {
  #neighborhood .intro-section .intro-bottom .neighbors-image {
    max-width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 767.8px) {
  #neighborhood .intro-section .intro-bottom .neighbors-image {
    display: none;
  }
}
#neighborhood .neighborhood-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #neighborhood .neighborhood-gallery {
    padding-left: 19px;
    padding-right: 19px;
  }
}
@media (max-width: 991.8px) {
  #neighborhood .neighborhood-gallery {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 767.8px) {
  #neighborhood .neighborhood-gallery {
    margin-left: 30px;
    margin-right: 30px;
    overflow: visible;
  }
}
#neighborhood .neighborhood-gallery .swiper-slide {
  width: 300px;
  height: 437px;
}
@media (max-width: 991.8px) {
  #neighborhood .neighborhood-gallery .swiper-slide {
    height: 438px;
  }
}
@media (max-width: 767.8px) {
  #neighborhood .neighborhood-gallery .swiper-slide {
    height: 310px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #neighborhood .neighborhood-gallery .swiper-slide {
    width: 500px;
    height: 480px;
  }
}
#neighborhood .neighborhood-gallery .swiper-slide .image-item {
  height: 437px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991.8px) {
  #neighborhood .neighborhood-gallery .swiper-slide .image-item {
    height: 438px;
  }
}
@media (max-width: 767.8px) {
  #neighborhood .neighborhood-gallery .swiper-slide .image-item {
    height: 310px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #neighborhood .neighborhood-gallery .swiper-slide .image-item {
    height: 480px;
  }
}
#neighborhood .neighborhood-gallery .swiper-button-prev:after {
  content: none;
}
@media (max-width: 991.8px) {
  #neighborhood .neighborhood-gallery .swiper-button-prev {
    background-image: url("../images/neighborhood/arrow_gallery.png");
    background-size: cover;
    width: 30px;
    height: 60px;
    left: -46px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
@media (max-width: 767.8px) {
  #neighborhood .neighborhood-gallery .swiper-button-prev {
    width: 15px;
    height: 30px;
    left: -32px;
  }
}
@media (max-width: 575.8px) {
  #neighborhood .neighborhood-gallery .swiper-button-prev {
    left: -22px;
  }
}
#neighborhood .neighborhood-gallery .swiper-slide.one-child .label {
  top: 15px;
  right: -14px;
}
#neighborhood .neighborhood-gallery .swiper-slide.two-child .label {
  right: -14px;
  bottom: 15px;
}
#neighborhood .neighborhood-gallery .swiper-slide.three-child .label {
  top: 15px;
  left: -14px;
}
#neighborhood .neighborhood-gallery .swiper-slide.four-child .label {
  bottom: 30px;
  right: -14px;
}
#neighborhood .neighborhood-gallery .swiper-slide.five-child .label {
  left: -14px;
  bottom: 105px;
}
#neighborhood .neighborhood-gallery .swiper-slide.six-child .label {
  top: 15px;
  left: -14px;
}
#neighborhood .neighborhood-gallery .swiper-slide .label {
  position: absolute;
}
#neighborhood .map-image-mob {
  display: none;
}
@media (max-width: 767.8px) {
  #neighborhood .map-image-mob {
    display: block;
    margin-top: 28px;
  }
}
#neighborhood .map-image-mob .enlarge-map {
  width: 100%;
  height: 40px;
  background-color: #b45e33;
  color: #fff;
  font-family: "league-gothic", sans-serif;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#neighborhood .access {
  max-width: 95vw;
  margin-left: auto;
  background-color: #fff;
  margin-top: 50px;
  margin-bottom: 57px;
}
@media (max-width: 991.8px) {
  #neighborhood .access {
    max-width: 85vw;
    margin: 40px auto 90px;
  }
}
#neighborhood .access .access-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 79px;
  padding-bottom: 62px;
  justify-content: space-between;
}
@media (max-width: 991.8px) {
  #neighborhood .access .access-wrap {
    flex-direction: column;
    padding-bottom: 0;
  }
}
@media (max-width: 767.8px) {
  #neighborhood .access .access-wrap {
    margin-bottom: 300px;
    padding-top: 40px;
    padding-bottom: 62px;
  }
}
#neighborhood .access .access-wrap .left-section {
  width: 40vw;
  padding: 0 4vw;
  max-width: 500px;
}
@media (min-width: 1500px) {
  #neighborhood .access .access-wrap .left-section {
    max-width: none;
    width: 45vw;
  }
}
@media (max-width: 991.8px) {
  #neighborhood .access .access-wrap .left-section {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.8px) {
  #neighborhood .access .access-wrap .left-section {
    padding: 0 40px;
  }
}
@media (max-width: 374.8px) {
  #neighborhood .access .access-wrap .left-section {
    padding-left: 40px;
    padding-right: 6vw;
  }
}
#neighborhood .access .access-wrap .left-section h2:after {
  width: 235px;
}
@media (max-width: 374.8px) {
  #neighborhood .access .access-wrap .left-section h2:after {
    width: 215px;
  }
}
#neighborhood .access .access-wrap .right-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 55vw;
  justify-content: space-between;
}
@media (min-width: 1500px) {
  #neighborhood .access .access-wrap .right-section {
    justify-content: center;
    width: auto;
  }
}
@media (max-width: 1024.8px) {
  #neighborhood .access .access-wrap .right-section {
    width: 58vw;
  }
}
@media (max-width: 991.8px) {
  #neighborhood .access .access-wrap .right-section {
    width: 108%;
    position: relative;
    left: -30px;
    margin-top: 0;
    bottom: -40px;
  }
}
@media (max-width: 767.8px) {
  #neighborhood .access .access-wrap .right-section {
    margin-top: 20px;
    flex-direction: column;
    width: 100%;
    position: static;
  }
}
#neighborhood .access .access-wrap .right-section .bike-text {
  padding: 0 4vw;
  margin-top: 40px;
  margin-bottom: 45px;
}
@media (max-width: 767.8px) {
  #neighborhood .access .access-wrap .right-section .bike-text {
    padding: 0 40px;
  }
}
#neighborhood .access .access-wrap .right-section .bike-text .link, #neighborhood .access .access-wrap .right-section .bike-text .white-link {
  letter-spacing: 2.88px;
}
#neighborhood .access .access-wrap .right-section .image-item-mob {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
#neighborhood .access .access-wrap .right-section .image-item-mob .grid-image {
  width: 315px;
  height: 317px;
  position: absolute;
  right: -8vw;
}
#neighborhood .access .access-wrap .right-section .image-item-mob .label {
  position: absolute;
  bottom: -17px;
  right: 0;
}
#neighborhood .access .access-wrap .right-section .image-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.8px) {
  #neighborhood .access .access-wrap .right-section .image-col:first-of-type .image-item:nth-of-type(2) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 767.8px) {
  #neighborhood .access .access-wrap .right-section .image-col:first-of-type .image-item:nth-of-type(2) .grid-image {
    position: relative;
    right: -8vw;
  }
}
#neighborhood .access .access-wrap .right-section .image-col .image-item {
  position: relative;
}
#neighborhood .access .access-wrap .right-section .image-col .image-item .label {
  position: absolute;
}
#neighborhood .access .access-wrap .right-section .image-col:first-of-type {
  margin-right: 20px;
}
@media (max-width: 767.8px) {
  #neighborhood .access .access-wrap .right-section .image-col:first-of-type {
    margin-right: 0;
  }
}
#neighborhood .access .access-wrap .right-section .image-col:first-of-type .image-item:first-of-type {
  margin-bottom: 50px;
}
@media (max-width: 767.8px) {
  #neighborhood .access .access-wrap .right-section .image-col:first-of-type .image-item:first-of-type {
    margin-bottom: 35px;
  }
}
#neighborhood .access .access-wrap .right-section .image-col:first-of-type .image-item:first-of-type .label {
  right: 8px;
  bottom: -15px;
}
@media (max-width: 767.8px) {
  #neighborhood .access .access-wrap .right-section .image-col:first-of-type .image-item:first-of-type .label {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767.8px) {
  #neighborhood .access .access-wrap .right-section .image-col:first-of-type .image-item:first-of-type .grid-image {
    width: 263px;
    height: 234px;
    position: relative;
    left: -8vw;
  }
}
#neighborhood .access .access-wrap .right-section .image-col:first-of-type .image-item:nth-of-type(2) .grid-image {
  height: 234px;
}
@media (max-width: 767.8px) {
  #neighborhood .access .access-wrap .right-section .image-col:first-of-type .image-item:nth-of-type(2) .grid-image {
    width: 264px;
    height: 155px;
  }
}
#neighborhood .access .access-wrap .right-section .image-col:first-of-type .image-item:nth-of-type(2) .label {
  bottom: -16px;
  left: 20px;
}
@media (max-width: 767.8px) {
  #neighborhood .access .access-wrap .right-section .image-col:first-of-type .image-item:nth-of-type(2) .label {
    right: 20px;
    left: auto;
  }
}
#neighborhood .access .access-wrap .right-section .image-col:first-of-type .image-item .grid-image {
  width: 28vw;
  height: 357px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 400px;
}
@media (max-width: 1199.8px) {
  #neighborhood .access .access-wrap .right-section .image-col:first-of-type .image-item .grid-image {
    width: 30vw;
  }
}
@media (max-width: 1024.8px) {
  #neighborhood .access .access-wrap .right-section .image-col:first-of-type .image-item .grid-image {
    width: 31vw;
  }
}
@media (max-width: 991.8px) {
  #neighborhood .access .access-wrap .right-section .image-col:first-of-type .image-item .grid-image {
    width: 48vw;
    max-width: none;
  }
}
@media (max-width: 767.8px) {
  #neighborhood .access .access-wrap .right-section .image-col:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
#neighborhood .access .access-wrap .right-section .image-col:nth-of-type(2) .image-item .grid-image {
  width: 25vw;
  height: 639px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 400px;
}
@media (max-width: 991.8px) {
  #neighborhood .access .access-wrap .right-section .image-col:nth-of-type(2) .image-item .grid-image {
    width: 42vw;
  }
}
#neighborhood .access .access-wrap .right-section .image-col:nth-of-type(2) .image-item .label {
  top: -14px;
  right: 16px;
}
#neighborhood .neigborhood-map {
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1500px) {
  #neighborhood .neigborhood-map {
    justify-content: center;
  }
}
#neighborhood .neigborhood-map .category-section {
  padding: 75px 48px 50px 80px;
  min-width: 360px;
}
@media (min-width: 1500px) {
  #neighborhood .neigborhood-map .category-section {
    width: 40vw;
  }
}
@media (max-width: 991.8px) {
  #neighborhood .neigborhood-map .category-section {
    padding-left: 40px;
    min-width: 300px;
  }
}
#neighborhood .neigborhood-map .category-section h3 {
  color: #b45e33;
  font-family: "league-gothic", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2.88px;
}
#neighborhood .neigborhood-map .category-section .categories {
  margin-top: 60px;
}
#neighborhood .neigborhood-map .category-section .categories li {
  list-style: none;
}
#neighborhood .neigborhood-map .category-section .categories li.active a {
  border-bottom: 1px solid #b45e33;
  padding-bottom: 5px;
}
#neighborhood .neigborhood-map .category-section .categories li a {
  color: #000;
  font-family: "league-gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
}
#neighborhood .neigborhood-map .category-section .categories li a:hover {
  border-bottom: 1px solid #b45e33;
  padding-bottom: 5px;
}
#neighborhood .neigborhood-map .map-container {
  position: relative;
}
@media (min-width: 1500px) {
  #neighborhood .neigborhood-map .map-container {
    width: 60vw;
  }
}
#neighborhood .neigborhood-map .map-container .area_zoom {
  position: absolute;
  left: 10px;
  display: flex;
  flex-flow: column;
  top: 95px;
  z-index: 9;
}
#neighborhood .neigborhood-map .map-container .area_zoom button {
  background: white;
  border: none;
  outline: none;
  padding: 3px;
  width: 40px;
  height: 34px;
  cursor: pointer;
}
#neighborhood .neigborhood-map .map-container .area_zoom button img {
  width: 23px;
  opacity: 0.7;
}
#neighborhood .neigborhood-map .map-container .area_zoom button:first-child {
  border-radius: 2px 2px 0 0;
}
#neighborhood .neigborhood-map .map-container .area_zoom button:last-child {
  border-radius: 0 0 2px 2px;
}
@media (min-width: 1500px) {
  #neighborhood .neigborhood-map #map {
    width: 100% !important;
  }
}
#neighborhood .neigborhood-map #map .gm-style .gm-style-iw-t:after {
  background: #b45e33;
  box-shadow: none;
}
#neighborhood .neigborhood-map #map .gm-style .gm-style-iw-c {
  width: 182px;
  height: auto;
  background-color: #b45e33;
  overflow: hidden;
  border-radius: 0;
  padding: 20px 20px 30px 20px !important;
  width: auto;
}
#neighborhood .neigborhood-map #map .gm-style .gm-style-iw-d {
  overflow: hidden !important;
}
#neighborhood .neigborhood-map #map .gm-style .map-popup h4 {
  color: #fefefe !important;
  font-family: "league-gothic", sans-serif;
  font-size: 23px;
  font-weight: 400 !important;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 2.88px;
  text-align: left !important;
}
#neighborhood .neigborhood-map #map .gm-style .map-popup p {
  font-size: 16px;
  margin-bottom: 0;
  color: #fefefe;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 18px;
}
#neighborhood .neigborhood-map #map .gm-style .map-popup a {
  color: #ffffff;
  font-family: "league-gothic";
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
}

.sub_heading {
  color: #000;
  font-family: "league-gothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.25px;
}

/* contact*/
#contact_page .office-hours-wrap {
  background: #fff;
  max-width: 490px;
  padding: 4vw 3vw 4vw 4vw;
  margin-top: 60px;
  z-index: 1;
  width: 100%;
}
@media (max-width: 1199.8px) {
  #contact_page .office-hours-wrap {
    max-width: 440px;
  }
}
@media (max-width: 991.8px) {
  #contact_page .office-hours-wrap {
    max-width: 490px;
    padding: 80px 62px 80px 72px;
  }
}
@media (max-width: 767.8px) {
  #contact_page .office-hours-wrap {
    padding: 40px;
    max-width: 400px;
  }
}
@media (max-width: 374.8px) {
  #contact_page .office-hours-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#contact_page .office-hours-wrap .main-title {
  padding-right: 0;
  padding-bottom: 25px;
  margin-bottom: 25px;
  display: block;
}
#contact_page .office-hours-wrap .main-title::after {
  width: 100%;
  background-repeat: no-repeat;
}
#contact_page .office-hours-wrap span {
  display: block;
}
#contact_page .contact_banner {
  padding-left: 12%;
  margin-bottom: 30px;
}
@media (max-width: 991.8px) {
  #contact_page .contact_banner {
    padding-left: 0;
    margin-top: 105px;
  }
}
@media (max-width: 767.8px) {
  #contact_page .contact_banner {
    padding-left: 0;
    margin-top: 64px;
  }
}
#contact_page .contact_banner .c_banner {
  width: 65.3vw;
  position: relative;
}
@media (max-width: 991.8px) {
  #contact_page .contact_banner .c_banner {
    width: calc(100% - 89px);
  }
}
@media (max-width: 767.8px) {
  #contact_page .contact_banner .c_banner {
    width: 100%;
  }
}
#contact_page .contact_banner .c_banner img {
  width: 100%;
}
#contact_page .contact_banner .c_banner .c_banner_bg {
  width: 100%;
  height: 34.1vw;
}
@media (max-width: 991.8px) {
  #contact_page .contact_banner .c_banner .c_banner_bg {
    height: 46.9vw;
  }
}
@media (max-width: 767.8px) {
  #contact_page .contact_banner .c_banner .c_banner_bg {
    height: 66.4vw;
  }
}
#contact_page .contact_banner .c_banner .contact_heading {
  padding: 50px 70px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  bottom: -70px;
  left: -74px;
}
@media (max-width: 991.8px) {
  #contact_page .contact_banner .c_banner .contact_heading {
    bottom: -75px;
    left: 102px;
  }
}
@media (max-width: 767.8px) {
  #contact_page .contact_banner .c_banner .contact_heading {
    bottom: -75px;
    left: 0;
    padding: 38px 52px 38px 40px;
  }
}
#contact_page .contact_banner .c_banner .contact_caption {
  background: url("../images/contact/rust_txtr.jpg") no-repeat;
  display: inline-block;
  padding: 41px 37px;
  background-size: contain;
  position: absolute;
  right: -176px;
  top: 30px;
  transform: rotate(4deg);
}
#contact_page .contact_banner .c_banner .contact_caption .main_heading {
  color: #fff;
}
@media (max-width: 991.8px) {
  #contact_page .contact_banner .c_banner .contact_caption {
    right: -59px;
    top: -90px;
  }
}
@media (max-width: 767.8px) {
  #contact_page .contact_banner .c_banner .contact_caption {
    right: -12px;
    top: -54px;
    padding: 17px 22px;
    background-size: 100% auto;
  }
}
#contact_page .contct_content {
  display: flex;
  width: 100%;
  padding-bottom: 37px;
}
@media (max-width: 991.8px) {
  #contact_page .contct_content {
    display: block;
    padding-bottom: 45px;
  }
}
#contact_page .contct_content .form_wrap {
  width: 48%;
  padding: 0 100px 37px 75px;
  padding: 0 7vw 0 5.3vw;
}
#contact_page .contct_content .form_wrap #contact_hyly {
  width: 100%;
  border: 1px solid #736565;
  /*height: 560px;*/
  padding: 120px 50px;
  display: flex;
  align-items: center;
  min-height: 560px;
}
#contact_page .contct_content .form_wrap #contact_hyly .hywrap {
  width: 100% !important;
}
@media (max-width: 767.8px) {
  #contact_page .contct_content .form_wrap #contact_hyly {
    min-height: 330px;
  }
}
#contact_page .contct_content .form_wrap #contact_hyly .hywrap .name-fields li:first-child, #contact_page .contct_content .form_wrap #contact_hyly .hywrap .control-group {
  margin-bottom: 0;
  position: relative;
}
#contact_page .contct_content .form_wrap #contact_hyly .hywrap .top_align .control-label {
  color: #000;
  font-family: "league-gothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.25px;
  padding: 0;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 13px;
  pointer-events: none;
}
#contact_page .contct_content .form_wrap #contact_hyly .hywrap .top_align .hytag_sign_up_for_the_newsletter .control-label {
  position: static;
  margin-top: 14px;
}
#contact_page .contct_content .form_wrap #contact_hyly .hywrap input, #contact_page .contct_content .form_wrap #contact_hyly .hywrap input[type=text], #contact_page .contct_content .form_wrap #contact_hyly .hywrap select, #contact_page .contct_content .form_wrap #contact_hyly .hywrap textarea, #contact_page .contct_content .form_wrap #contact_hyly .hywrap .radio {
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: #736565;
  padding: 10px 0;
  min-height: 45px;
  color: #000 !important;
  font-family: "league-gothic", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.25px;
  margin-top: 0;
}
#contact_page .contct_content .form_wrap #contact_hyly .hywrap .name-fields li:first-child input[type=text] {
  border-top: 1px solid #736565;
}
#contact_page .contct_content .form_wrap #contact_hyly .hywrap input[type=text], #contact_page .contct_content .form_wrap #contact_hyly .hywrap textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}
#contact_page .contct_content .form_wrap #contact_hyly .hywrap textarea {
  height: 96px;
}
#contact_page .contct_content .form_wrap #contact_hyly #more-info a {
  color: #b45e33;
  font-family: "league-gothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.25px;
}
#contact_page .contct_content .form_wrap #contact_hyly .hywrap button[type=submit], #contact_page .contct_content .form_wrap #contact_hyly .hywrap button[type=submit]:hover {
  color: #b45e33;
  font-family: "league-gothic", sans-serif;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  background: url("../images/contact/arrow_rust.png") no-repeat right center;
  padding: 0 40px 0 0;
  border: 0;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}
#contact_page .contct_content .form_wrap #contact_hyly .hywrap button[type=submit]:hover {
  padding-right: 50px;
}
#contact_page .contct_content .form_wrap #contact_hyly .hywrap .form-actions {
  margin-top: 18px;
}
#contact_page .contct_content .form_wrap #contact_hyly .hywrap input:focus, #contact_page .contct_content .form_wrap #contact_hyly .hywrap select:focus, #contact_page .contct_content .form_wrap #contact_hyly .hywrap textarea:focus, #contact_page .contct_content .form_wrap #contact_hyly .hywrap button:focus {
  outline-width: 1px;
  outline-style: dotted;
  outline-color: inherit;
  outline-offset: 1px;
}
#contact_page .contct_content .form_wrap #contact_hyly .hywrap .LV_invalid {
  font: 400 14px "proxima-nova", sans-serif;
  margin-bottom: 13px;
  letter-spacing: 0.45px;
}
#contact_page .contct_content .form_wrap #contact_hyly .hywrap input[type=hidden] {
  display: none;
}
@media (max-width: 991.8px) {
  #contact_page .contct_content .form_wrap {
    width: 510px;
    padding: 0 0 50px 83px;
  }
}
@media (max-width: 767.8px) {
  #contact_page .contct_content .form_wrap {
    width: 100%;
    padding: 100px 42px 62px;
  }
  #contact_page .contct_content .form_wrap #contact_hyly {
    border: 0;
    padding: 0;
  }
}
#contact_page .contct_content .getdirection_wrap {
  width: 52%;
  padding-right: 22px;
  align-items: flex-start;
}
@media (max-width: 991.8px) {
  #contact_page .contct_content .getdirection_wrap {
    width: 100%;
    padding-right: 0;
    padding-left: 40px;
  }
}
@media (max-width: 767.8px) {
  #contact_page .contct_content .getdirection_wrap {
    width: 100%;
    padding-left: 0;
  }
}
#contact_page .contct_content .getdirection_wrap > div {
  position: relative;
}
#contact_page .contct_content .getdirection_wrap .c_right_img {
  width: 46%;
}
@media (max-width: 767.8px) {
  #contact_page .contct_content .getdirection_wrap .c_right_img {
    width: 55%;
  }
}
#contact_page .contct_content .getdirection_wrap .c_map {
  width: 57%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 767.8px) {
  #contact_page .contct_content .getdirection_wrap .c_map {
    width: 70%;
    right: -10vw;
  }
}
#contact_page .contct_content .getdirection_wrap .get_direction {
  background: url("../images/contact/arrow_black.png") no-repeat right center;
  color: #000;
  font-family: "league-gothic", sans-serif;
  padding-right: 32px;
  position: absolute;
  padding: 0 32px 0px 15px;
  text-transform: uppercase;
  letter-spacing: 2.25px;
}
#contact_page .ty_social {
  margin-top: 15px;
  /*display: flex;*/
}
#contact_page .ty_social a {
  margin-right: 10px;
}
#contact_page .ty_social a img {
  width: 25px;
}
#contact_page .ty_social a:hover img {
  opacity: 0.8;
}
@media (max-width: 767.8px) {
  #contact_page {
    overflow: hidden;
  }
}

#amenities {
  overflow: hidden;
}
#amenities .carousel-container {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  #amenities .carousel-container {
    margin-bottom: 62px;
  }
}
@media (max-width: 767.8px) {
  #amenities .carousel-container {
    margin-top: -43px;
    margin-bottom: 5px;
  }
}
#amenities .intro-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1500px) {
  #amenities .intro-section {
    justify-content: center;
  }
}
@media (max-width: 991.8px) {
  #amenities .intro-section {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767.8px) {
  #amenities .intro-section {
    align-items: stretch;
    margin-top: 20px;
    overflow: hidden;
  }
}
#amenities .intro-section .intro-text {
  max-width: 534px;
  width: 37vw;
  background-color: #fff;
  padding: 80px 3vw 34px 4vw;
  position: relative;
  right: -40px;
  z-index: 1;
  bottom: -5px;
}
@media (min-width: 1500px) {
  #amenities .intro-section .intro-text {
    width: 40vw;
    max-width: none;
    bottom: 20px;
  }
}
@media (max-width: 1365.8px) {
  #amenities .intro-section .intro-text {
    top: 20px;
  }
}
@media (max-width: 1199.8px) {
  #amenities .intro-section .intro-text {
    top: auto;
  }
}
@media (max-width: 1024.8px) {
  #amenities .intro-section .intro-text {
    padding: 60px 2vw 34px;
    width: 37vw;
    bottom: 0;
  }
}
@media (max-width: 991.8px) {
  #amenities .intro-section .intro-text {
    position: static;
    width: 75%;
    padding: 60px 5vw;
    max-width: 600px;
  }
}
@media (max-width: 767.8px) {
  #amenities .intro-section .intro-text {
    width: 90%;
    max-width: none;
    padding: 34px 40px 60px 40px;
  }
}
@media (max-width: 374.8px) {
  #amenities .intro-section .intro-text {
    padding: 38px 8vw 60px 40px;
  }
}
@media (max-width: 374.8px) {
  #amenities .intro-section .intro-text .main-title {
    width: 92%;
  }
}
#amenities .intro-section .intro-text .main-title:after {
  width: 235px;
}
#amenities .intro-section .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 63vw;
}
@media (min-width: 1500px) {
  #amenities .intro-section .list-wrap {
    width: auto;
  }
}
@media (max-width: 1024.8px) {
  #amenities .intro-section .list-wrap {
    width: 63vw;
  }
}
@media (max-width: 991.8px) {
  #amenities .intro-section .list-wrap {
    width: auto;
    margin-top: 28px;
  }
}
@media (max-width: 767.8px) {
  #amenities .intro-section .list-wrap {
    flex-direction: column;
  }
}
#amenities .intro-section .amenities-image {
  width: 638px;
  position: relative;
  align-self: flex-start;
}
@media (min-width: 1500px) {
  #amenities .intro-section .amenities-image {
    width: 48vw;
  }
}
@media (max-width: 991.8px) {
  #amenities .intro-section .amenities-image {
    width: auto;
  }
}
@media (max-width: 767.8px) {
  #amenities .intro-section .amenities-image {
    width: 100%;
  }
}
#amenities .intro-section .amenities-image img {
  width: 100%;
}
#amenities .intro-section .amenities-image .tag {
  background-image: url("../images/pattern-bg-copy.png");
  background-size: cover;
  width: 320px;
  height: 189px;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  right: -135px;
  top: 15px;
}
@media (max-width: 991.8px) {
  #amenities .intro-section .amenities-image .tag {
    right: -95px;
    top: -88px;
  }
}
@media (max-width: 767.8px) {
  #amenities .intro-section .amenities-image .tag {
    width: 234px;
    height: 145px;
    right: 0;
  }
}
#amenities .intro-section .amenities-image .tag p {
  color: #fff;
  font-family: "league-gothic", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 49.93px;
  transform: rotate(3deg);
  text-transform: uppercase;
  letter-spacing: 2.2px;
  margin: 0;
}
@media (max-width: 767.8px) {
  #amenities .intro-section .amenities-image .tag p {
    font-size: 33px;
    line-height: 37.45px;
    letter-spacing: 1.65px;
  }
}
#amenities .intro-section .list {
  width: 292px;
  background-color: #fff;
  position: relative;
  top: 190px;
  padding: 30px;
  z-index: 2;
}
@media (min-width: 1500px) {
  #amenities .intro-section .list {
    width: 20vw;
    padding: 3vw;
  }
}
@media (max-width: 1024.8px) {
  #amenities .intro-section .list {
    width: 38vw;
  }
}
@media (max-width: 991.8px) {
  #amenities .intro-section .list {
    top: 96px;
    max-width: 292px;
    width: auto;
  }
}
@media (max-width: 767.8px) {
  #amenities .intro-section .list {
    top: -50px;
    align-self: center;
    padding-left: 40px;
  }
}
@media (max-width: 374.8px) {
  #amenities .intro-section .list {
    padding-right: 6vw;
  }
}
@media (max-width: 767.8px) {
  #amenities .intro-section .list .brown-title {
    max-width: 88%;
    margin-bottom: 26px;
  }
}
#amenities .intro-section .list ul li {
  color: #000000;
  font-family: "league-gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#amenities .amenities-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  #amenities .amenities-gallery {
    padding-left: 19px;
    padding-right: 19px;
  }
}
@media (max-width: 991.8px) {
  #amenities .amenities-gallery {
    margin-top: 125px;
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 767.8px) {
  #amenities .amenities-gallery {
    margin-top: -16px;
    margin-bottom: 18px;
    margin-left: 30px;
    margin-right: 30px;
    overflow: visible;
  }
}
#amenities .amenities-gallery .swiper-slide {
  position: relative;
  width: 300px;
  height: 437px;
}
@media (max-width: 991.8px) {
  #amenities .amenities-gallery .swiper-slide {
    height: 438px;
  }
}
@media (max-width: 767.8px) {
  #amenities .amenities-gallery .swiper-slide {
    margin-bottom: 0;
    height: 310px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #amenities .amenities-gallery .swiper-slide {
    width: 500px;
    height: 480px;
  }
  #amenities .amenities-gallery .swiper-slide:nth-child(3) {
    width: 331px;
  }
}
#amenities .amenities-gallery .swiper-slide.one-child .label {
  bottom: 40px;
  right: -14px;
}
#amenities .amenities-gallery .swiper-slide.two-child .label {
  left: -14px;
  bottom: 105px;
}
#amenities .amenities-gallery .swiper-slide.three-child .label {
  bottom: 25px;
  left: -14px;
}
#amenities .amenities-gallery .swiper-slide.four-child .label {
  bottom: 40px;
  right: -14px;
}
#amenities .amenities-gallery .swiper-slide.five-child .label {
  right: -14px;
  bottom: 105px;
}
#amenities .amenities-gallery .swiper-slide.six-child .label {
  bottom: 25px;
  left: -14px;
}
#amenities .amenities-gallery .swiper-slide.right-bottom .label {
  bottom: 30px;
  right: -10px;
}
#amenities .amenities-gallery .swiper-slide.left-middle .label {
  bottom: 90px;
  left: -16px;
}
#amenities .amenities-gallery .swiper-slide.left-bottom .label {
  bottom: 20px;
  left: -14px;
}
#amenities .amenities-gallery .swiper-slide .label {
  position: absolute;
}
#amenities .amenities-gallery .swiper-slide .image-item {
  height: 437px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991.8px) {
  #amenities .amenities-gallery .swiper-slide .image-item {
    height: 438px;
  }
}
@media (max-width: 767.8px) {
  #amenities .amenities-gallery .swiper-slide .image-item {
    height: 310px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #amenities .amenities-gallery .swiper-slide .image-item {
    height: 480px;
  }
}

.carousel-container {
  position: relative;
}
@media (min-width: 768px) {
  .carousel-container {
    margin-top: 62px;
  }
}
@media (min-width: 992px) {
  .carousel-container {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.carousel-container .swiper-nav {
  background-image: url("../images/neighborhood/arrow_gallery.png");
  background-size: contain;
  width: 15px;
  height: 30px;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.carousel-container .swiper-nav:after {
  content: none;
}
@media (max-width: 991.8px) {
  .carousel-container .swiper-nav {
    left: 16px;
  }
}
@media (max-width: 767.8px) {
  .carousel-container .swiper-nav {
    left: 7px;
  }
}
.carousel-container .swiper-nav.swiper-button-next {
  left: auto;
  right: -15px;
  transform: rotate(-180deg) translateY(50%);
}
@media (max-width: 991.8px) {
  .carousel-container .swiper-nav.swiper-button-next {
    right: 16px;
  }
}
@media (max-width: 767.8px) {
  .carousel-container .swiper-nav.swiper-button-next {
    right: 7px;
  }
}

.our-story-page .story-gallery-wrap .img-caption.active, .our-story-page .story-gallery-wrap .story-gallery-img.active {
  opacity: 1;
}

.our-story {
  overflow-x: hidden;
}
.our-story #contentWrapper {
  padding-bottom: 60px;
}
@media (max-width: 767.8px) {
  .our-story #contentWrapper {
    padding-bottom: 0;
  }
}
.our-story::before {
  background-repeat: repeat;
}

.our-story-page {
  padding: 30px 0 0 5vw;
}
@media (max-width: 991.8px) {
  .our-story-page {
    padding-top: 20px;
    padding-left: 0;
  }
}
.our-story-page .main-title {
  padding-right: 0;
  display: block;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media (max-width: 767.8px) {
  .our-story-page .main-title {
    padding-bottom: 15px;
    margin-bottom: 13px;
  }
}
.our-story-page .main-title::after {
  width: 100%;
  background-repeat: no-repeat;
}
.our-story-page .highlight a {
  text-decoration: underline;
}
.our-story-page .flex-wrap {
  align-items: flex-start;
}
@media (max-width: 991.8px) {
  .our-story-page .flex-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.our-story-page .txt-card {
  width: 41%;
  max-width: 534px;
  padding-bottom: 34px;
  padding-right: 8vw;
}
@media (max-width: 991.8px) {
  .our-story-page .txt-card {
    width: 80%;
    padding: 60px 5vw;
    max-width: 600px;
  }
}
@media (max-width: 767.8px) {
  .our-story-page .txt-card {
    width: calc(100% - 40px);
    margin: 0 20px 60px;
    max-width: none;
    padding: 40px 40px 50px;
  }
}
.our-story-page .keyword-box {
  background-color: #fff;
  font: 18px/35px "proxima-nova", sans-serif;
  color: #736565;
  position: relative;
  width: 38vw;
  top: -4vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 4vw 7vw 4vw 3vw;
  min-width: 400px;
  margin-bottom: 30px;
}
@media (max-width: 1199.8px) {
  .our-story-page .keyword-box {
    width: 45vw;
    transform: translateX(-48%);
  }
}
@media (max-width: 991.8px) {
  .our-story-page .keyword-box {
    top: -40px;
    margin-bottom: 0;
    width: 545px;
    padding: 60px 80px 60px 40px;
    transform: none;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767.8px) {
  .our-story-page .keyword-box {
    top: 0;
    width: 100%;
    min-width: 200px;
    padding: 20px 30px 35px 22px;
  }
}
.our-story-page .keyword-box .desc {
  font-weight: 600;
  display: inline-block;
  padding-left: 2.5vw;
  padding-bottom: 15px;
}
@media (max-width: 991.8px) {
  .our-story-page .keyword-box .desc {
    padding-left: 30px;
  }
}
.our-story-page .keyword-box .box-title {
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 2.25px;
  display: block;
  font-family: "league-gothic", sans-serif;
  position: relative;
}
.our-story-page .keyword-box .box-title::before {
  content: "";
  position: absolute;
  background: url("../images/sketcharrow.svg") no-repeat;
  width: 19px;
  height: 47px;
  top: 40px;
  left: 5px;
}
.our-story-page .keyword-box .keywords {
  font-weight: 600;
  letter-spacing: normal;
  padding-left: 2.5vw;
}
@media (max-width: 991.8px) {
  .our-story-page .keyword-box .keywords {
    padding-left: 30px;
  }
}
.our-story-page .keyword-box .keywords .keyword {
  color: #000;
  font: 23px "league-gothic", sans-serif;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  transition: all 0.6s ease-in-out;
  white-space: nowrap;
}
.our-story-page .keyword-box .keywords .keyword.active, .our-story-page .keyword-box .keywords .keyword:hover {
  color: #b45e33;
  text-decoration: underline;
}
.our-story-page .story-gallery-wrap {
  top: 5vw;
  left: -3vw;
  z-index: 2;
  position: relative;
  width: 59%;
  flex: auto;
}
@media (max-width: 991.8px) {
  .our-story-page .story-gallery-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}
@media (max-width: 767.8px) {
  .our-story-page .story-gallery-wrap {
    overflow: visible;
  }
}
.our-story-page .story-gallery-wrap .gallery-img-list {
  position: relative;
  height: 31.6vw;
  min-height: 380px;
}
@media (max-width: 991.8px) {
  .our-story-page .story-gallery-wrap .gallery-img-list {
    height: 400px;
  }
}
@media (max-width: 991.8px) {
  .our-story-page .story-gallery-wrap .gallery-img-list {
    height: 53vw;
    min-height: 195px;
  }
}
.our-story-page .story-gallery-wrap .story-gallery-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  position: absolute;
  left: 0;
  right: -3vw;
  height: 100%;
  transition: opacity 500ms linear 0s;
}
@media (max-width: 991.8px) {
  .our-story-page .story-gallery-wrap .story-gallery-img {
    right: 0;
  }
}
.our-story-page .story-gallery-wrap .img-caption {
  opacity: 0;
  color: #fff;
  font: 44px/49px "league-gothic", sans-serif;
  transform: rotate(3deg);
  text-transform: uppercase;
  letter-spacing: 2.2px;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 1s linear 0s;
}
@media (max-width: 767.8px) {
  .our-story-page .story-gallery-wrap .img-caption {
    font-size: 33px;
    line-height: normal;
    letter-spacing: 1.65px;
  }
}
.our-story-page .story-gallery-wrap .img-caption.active {
  visibility: visible;
  width: auto;
  height: auto;
}
.our-story-page .story-gallery-wrap .caption-box {
  right: 0;
  bottom: -3vw;
  padding: 45px 48px;
}
@media (max-width: 991.8px) {
  .our-story-page .story-gallery-wrap .caption-box {
    right: -20px;
  }
}
@media (max-width: 767.8px) {
  .our-story-page .story-gallery-wrap .caption-box {
    width: 217px;
    height: 125px;
    right: 20px;
    top: -95px;
    padding: 20px;
  }
}

.features-page {
  padding-left: 6vw;
  padding-top: 60px;
  overflow-x: hidden;
}
@media only screen and (min-width: 1600px) {
  .features-page {
    padding-left: 9vw;
  }
}
@media (max-width: 1365.8px) {
  .features-page {
    padding-top: 90px;
  }
}
@media (max-width: 991.8px) {
  .features-page {
    padding-left: 0;
    padding-top: 40px;
  }
}
@media (max-width: 767.8px) {
  .features-page {
    padding-top: 0;
  }
}
.features-page .main-title, .features-page .sec-title {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.features-page .main-title {
  display: block;
  padding-right: 0;
}
@media (max-width: 767.8px) {
  .features-page .main-title {
    padding-bottom: 15px;
    margin-bottom: 13px;
  }
}
.features-page .main-title::after {
  width: 100%;
  background-repeat: no-repeat;
}
.features-page .txt-card {
  width: 41%;
  max-width: 534px;
}
@media (max-width: 991.8px) {
  .features-page .txt-card {
    padding: 80px 62px 115px 72px;
    max-width: 605px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767.8px) {
  .features-page .txt-card {
    padding: 40px;
  }
}
.features-page .features-intro {
  align-items: flex-start;
}
.features-page .features-intro .txt-card {
  padding-bottom: 85px;
}
@media (max-width: 1199.8px) {
  .features-page .features-intro .txt-card {
    padding-bottom: 8vw;
  }
}
@media (max-width: 991.8px) {
  .features-page .features-intro .txt-card {
    padding-bottom: 115px;
    margin-top: -35px;
    position: relative;
    z-index: 3;
  }
}
@media (max-width: 767.8px) {
  .features-page .features-intro .txt-card {
    width: calc(100% - 40px);
    margin-right: 40px;
    padding-bottom: 77px;
  }
}
@media (max-width: 991.8px) {
  .features-page .features-intro {
    flex-direction: column-reverse;
  }
}
.features-page .banner-area {
  width: 63%;
  padding-top: 75px;
  position: relative;
  flex: 1;
}
@media (max-width: 1199.8px) {
  .features-page .banner-area {
    padding-top: 60px;
  }
}
@media (max-width: 991.8px) {
  .features-page .banner-area {
    width: 100%;
    padding-right: 120px;
    padding-top: 60px;
  }
}
@media (max-width: 767.8px) {
  .features-page .banner-area {
    padding-right: 0;
    padding-top: 80px;
  }
}
.features-page .banner-area .banner-bg {
  height: 38.4vw;
}
@media (max-width: 991.8px) {
  .features-page .banner-area .banner-bg {
    height: 58vw;
    transform: scaleX(-1);
  }
}
@media (max-width: 767.8px) {
  .features-page .banner-area .banner-bg {
    height: 68vw;
  }
}
.features-page .caption-box {
  top: -60px;
  left: 8vw;
}
@media (max-width: 1365.8px) {
  .features-page .caption-box {
    top: -90px;
    left: 5vw;
  }
}
@media (max-width: 1199.8px) {
  .features-page .caption-box {
    left: 2vw;
  }
}
@media (max-width: 991.8px) {
  .features-page .caption-box {
    left: initial;
    right: 40px;
    top: -40px;
  }
}
@media (max-width: 767.8px) {
  .features-page .caption-box {
    width: 210px;
    height: 125px;
    right: -10px;
    padding-left: 20px;
    padding-right: 20px;
    top: 0;
  }
}
.features-page .caption-box .caption-txt {
  transform: rotate(3deg);
}
.features-page .list li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 12px;
}
.features-page .list li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #736565;
  border-radius: 50%;
  left: 0;
  top: 6px;
}
.features-page .living-features {
  padding-right: 4vw;
}
@media only screen and (min-width: 1600px) {
  .features-page .living-features {
    padding-right: 7vw;
  }
}
@media (max-width: 991.8px) {
  .features-page .living-features {
    flex-direction: column;
    padding-right: 0;
  }
}
.features-page .living-features .txt-card, .features-page .living-features .img-grid {
  position: relative;
  z-index: 2;
}
.features-page .living-features .img-grid {
  width: 37.5vw;
  height: 31vw;
  margin-top: calc(-75px - 4vw);
  margin-left: 6vw;
  min-height: 400px;
}
@media (max-width: 1199.8px) {
  .features-page .living-features .img-grid {
    margin-left: 4vw;
  }
}
@media (max-width: 991.8px) {
  .features-page .living-features .img-grid {
    min-height: 350px;
    width: 63vw;
    height: 51.5vw;
    margin-top: -70px;
    z-index: 4;
    margin-left: 40px;
  }
}
@media (max-width: 767.8px) {
  .features-page .living-features .img-grid {
    width: calc(100% - 80px);
    height: 65vw;
    margin-left: auto;
    margin-top: -40px;
    min-height: 240px;
  }
}
.features-page .living-features .txt-card {
  margin-left: auto;
  margin-top: -4vw;
  padding-top: 4vw;
  padding-bottom: 8vw;
}
@media (max-width: 991.8px) {
  .features-page .living-features .txt-card {
    padding-top: 115px;
    padding-bottom: 120px;
    margin-top: -70px;
  }
}
@media (max-width: 767.8px) {
  .features-page .living-features .txt-card {
    width: calc(100% - 80px);
    padding-top: 77px;
    margin-top: -40px;
    padding-bottom: 70px;
  }
}
.features-page .living-features .txt-card .disclaimer {
  position: absolute;
  bottom: 6.5vw;
  right: 4vw;
}
@media (max-width: 991.8px) {
  .features-page .living-features .txt-card .disclaimer {
    bottom: 100px;
    right: 60px;
  }
}
@media (max-width: 767.8px) {
  .features-page .living-features .txt-card .disclaimer {
    bottom: 60px;
    right: 20px;
  }
}
.features-page .kitchen-features {
  padding-bottom: 60px;
  align-items: flex-start;
}
@media (max-width: 991.8px) {
  .features-page .kitchen-features {
    flex-direction: column-reverse;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.8px) {
  .features-page .kitchen-features {
    padding-bottom: 40px;
  }
}
.features-page .kitchen-features .txt-card {
  padding-top: 8.5vw;
  margin-top: -17vw;
  padding-bottom: 40px;
}
@media (max-width: 1199.8px) {
  .features-page .kitchen-features .txt-card {
    padding-top: 15vw;
    margin-top: -10vw;
  }
}
@media (max-width: 991.8px) {
  .features-page .kitchen-features .txt-card {
    padding-top: 120px;
    margin-top: -70px;
    padding-bottom: 55px;
  }
}
@media (max-width: 767.8px) {
  .features-page .kitchen-features .txt-card {
    width: calc(100% - 80px);
    margin-top: -40px;
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.features-page .kitchen-features .img-grid {
  width: 42.5vw;
  height: 32.5vw;
  margin-left: auto;
  margin-right: 9vw;
  margin-top: -5vw;
  position: relative;
  min-height: 400px;
  z-index: 3;
}
@media only screen and (min-width: 1600px) {
  .features-page .kitchen-features .img-grid {
    margin-right: 12vw;
  }
}
@media (max-width: 991.8px) {
  .features-page .kitchen-features .img-grid {
    min-height: 350px;
    width: 68vw;
    height: 47.8vw;
    margin-right: 40px;
    margin-top: -70px;
  }
}
@media (max-width: 767.8px) {
  .features-page .kitchen-features .img-grid {
    width: calc(100% - 80px);
    min-height: 200px;
    height: 60.5vw;
    margin-right: auto;
    margin-top: -40px;
    margin-left: 0;
  }
}

.fp-result-page .fp-unit .btn-gp .link, .fp-result-page .fp-unit .btn-gp .white-link, .fp-common .fp-btn, .fp-common .search-btn {
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

button.mfp-close:focus {
  outline: 1px dotted #fff;
  outline-offset: -2px;
}

.fp-common .main-title {
  padding-right: 0;
  padding-bottom: 25px;
  margin-bottom: 25px;
  display: block;
}
@media (max-width: 767.8px) {
  .fp-common .main-title {
    padding-bottom: 15px;
    margin-bottom: 13px;
  }
}
.fp-common .main-title::after {
  width: 100%;
  background-repeat: no-repeat;
}
.fp-common .flex-wrap {
  align-items: flex-start;
}
@media (max-width: 991.8px) {
  .fp-common .flex-wrap {
    flex-direction: column;
  }
}
@media (max-width: 767.8px) {
  .fp-common .advanced-search-wrap {
    display: none;
  }
}
@media (min-width: 768px) {
  .fp-common .advanced-search-wrap {
    display: block !important;
  }
}
.fp-common .fp_no_results,
.fp-common .no_results {
  padding: 50px 20px;
}
.fp-common .fp-form-card {
  width: 33%;
  padding-right: 9vw;
  padding-bottom: 80px;
}
.fp-common .fp-form-card .desc {
  margin-bottom: 30px;
  padding-right: 7px;
}
@media (max-width: 1365.8px) {
  .fp-common .fp-form-card {
    padding-right: 7vw;
  }
}
@media (max-width: 1024.8px) {
  .fp-common .fp-form-card {
    padding-right: 5vw;
  }
}
@media (max-width: 991.8px) {
  .fp-common .fp-form-card {
    width: 100%;
    position: relative;
    padding: 80px 60px 90px 72px;
  }
}
@media (max-width: 767.8px) {
  .fp-common .fp-form-card {
    padding: 35px 35px 40px 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fp-common .bedroom-select, .fp-common .maxprice-select {
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fp-common .bedroom-select .selectivo__dropdown, .fp-common .maxprice-select .selectivo__dropdown {
    width: calc(100% - 20px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fp-common .bedroom-select {
    order: 1;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fp-common .bedroom-select::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #fff;
    right: 0;
    top: -1px;
    z-index: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fp-common .availability-select {
    order: 3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fp-common .maxprice-select {
    order: 5;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fp-common .features-select {
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fp-common .building-select {
    order: 4;
  }
}
.fp-common .fp-search-form {
  margin-top: 60px;
  border-top: 1px solid #736565;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .fp-common .fp-search-form .selectivo {
    width: 50%;
    border-top: 0;
  }
}
@media (max-width: 991.8px) {
  .fp-common .fp-search-form {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fp-common .fp-search-form {
    display: flex;
    flex-wrap: wrap;
  }
}
.fp-common .search-btn {
  margin-top: 20px;
}
.fp-common .search-btn:hover {
  padding-right: 36px;
}
.fp-common .search-btn:hover::after {
  right: -15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .fp-common .search-btn {
    position: absolute;
    bottom: 40px;
    right: 60px;
    order: 6;
  }
}
.fp-common .fp-btn {
  padding-right: 25px;
}
.fp-common .fp-btn:hover {
  padding-right: 25px;
}
.fp-common .fp-btn::after {
  content: none;
}
.fp-common .fp-btn.btn-collapse {
  color: #000;
  position: relative;
  margin-top: 30px;
}
.fp-common .fp-btn.btn-collapse::before {
  background: url(../images/arrow_dropdown.svg) center/contain no-repeat;
  width: 18px;
  height: 15px;
  right: 0;
  top: 6px;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .fp-common .fp-btn {
    display: none !important;
  }
}
.fp-common .unit-title {
  font: 32px "league-gothic", sans-serif;
  letter-spacing: 3.94px;
  color: #fff;
  padding: 4px 18px;
  background-color: #b45e33;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: -20px;
}
.fp-common .unit-info {
  display: block;
  margin-bottom: 0;
}

.fp-search-page {
  padding: 30px 0 40px 35px;
}
@media (max-width: 991.8px) {
  .fp-search-page {
    padding: 40px 40px 80px;
  }
}
@media (max-width: 767.8px) {
  .fp-search-page {
    padding: 20px;
  }
}
.fp-search-page .quick-search-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 40px;
}
@media (max-width: 991.8px) {
  .fp-search-page .quick-search-wrap {
    justify-content: space-between;
  }
}
@media (max-width: 767.8px) {
  .fp-search-page .quick-search-wrap {
    flex-wrap: wrap;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }
}
.fp-search-page .search-right-sec {
  width: 67%;
}
.fp-search-page .search-right-sec svg {
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
@media (max-width: 767.8px) {
  .fp-search-page .search-right-sec svg {
    width: 100%;
    height: auto;
  }
}
.fp-search-page .search-right-sec svg .disabled-building-txt {
  pointer-events: none;
  fill: #736565;
  fill-opacity: 0.7;
}
@media (max-width: 991.8px) {
  .fp-search-page .search-right-sec {
    width: 100%;
  }
}
.fp-search-page .search-box-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 166px;
  height: 134px;
  background: url(../images/rust-texture.jpg) center/cover no-repeat;
  font-family: "league-gothic", sans-serif;
  margin-left: 2.8vw;
  text-transform: uppercase;
}
@media (max-width: 1365.8px) {
  .fp-search-page .search-box-link {
    margin-left: 2vw;
  }
}
@media (max-width: 1199.8px) {
  .fp-search-page .search-box-link {
    margin-left: 1.6vw;
    width: 135px;
    height: 110px;
  }
}
@media (max-width: 991.8px) {
  .fp-search-page .search-box-link {
    width: 142px;
    height: 134px;
  }
}
@media (max-width: 767.8px) {
  .fp-search-page .search-box-link {
    margin-left: 0;
    margin-bottom: 20px;
    width: 158px;
    height: 93px;
  }
}
@media (max-width: 374.8px) {
  .fp-search-page .search-box-link {
    width: calc(50% - 10px);
    height: 25vw;
  }
}
.fp-search-page .search-box-link:focus {
  outline-color: #000;
}
.fp-search-page .search-box-link:hover .search-txt::after {
  right: -45px;
}
.fp-search-page .search-box-link.disabled-link {
  pointer-events: none;
  cursor: default;
  position: relative;
}
.fp-search-page .search-box-link.disabled-link .search-txt::after {
  content: none;
}
.fp-search-page .search-box-link.disabled-link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(115, 101, 101, 0.7);
}
@media (max-width: 991.8px) {
  .fp-search-page .search-box-link:first-of-type {
    margin-left: 0;
  }
}
.fp-search-page .search-txt {
  font-size: 18px;
  letter-spacing: 2.25px;
  position: relative;
}
.fp-search-page .search-txt::after {
  background: url(../images/arrow_white.svg) center/contain no-repeat;
  width: 25px;
  height: 10px;
  top: 6px;
  right: -35px;
  transition: all 0.2s ease-in-out;
}
.fp-search-page .search-keyword {
  margin-bottom: 0;
  margin-top: 5px;
}
.fp-search-page .building-img-wrap {
  position: relative;
  overflow: hidden;
  height: 33vw;
  margin: 40px 40px 0 -40px;
}
@media (max-width: 991.8px) {
  .fp-search-page .building-img-wrap {
    margin-right: -40px;
    height: 50vw;
  }
}
@media (max-width: 767.8px) {
  .fp-search-page .building-img-wrap {
    margin: 0 -20px;
  }
}
.fp-search-page .building-path {
  pointer-events: all;
}
.fp-search-page .building-path:hover {
  cursor: pointer;
}
.fp-search-page .building-path.disabled-path {
  pointer-events: none;
  cursor: default;
}
.fp-search-page .building-detail-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  padding: 50px;
  margin-left: 60px;
}
@media (max-width: 1199.8px) {
  .fp-search-page .building-detail-card {
    margin-left: 20px;
  }
}
@media (max-width: 991.8px) {
  .fp-search-page .building-detail-card {
    margin-left: 40px;
    margin-right: 40px;
    flex-direction: column;
    padding: 70px 85px 64px 80px;
  }
}
@media (max-width: 767.8px) {
  .fp-search-page .building-detail-card {
    margin: 0;
    padding: 30px;
  }
}
.fp-search-page .building-detail-card .desc:not(:last-of-type) {
  margin-right: 2vw;
}
.fp-search-page .building-detail-card .highlight {
  display: block;
}

/*......Floorplan Result Page....*/
.fp-result-page {
  padding: 30px 40px 35px;
}
@media (max-width: 767.8px) {
  .fp-result-page {
    padding: 20px 20px 40px;
  }
}
.fp-result-page .result-count-wrap {
  letter-spacing: 3.9px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.fp-result-page .fp-result-wrap {
  width: 67%;
  margin-left: 40px;
  padding-top: 40px;
}
@media (max-width: 991.8px) {
  .fp-result-page .fp-result-wrap {
    width: 100%;
  }
}
@media (max-width: 767.8px) {
  .fp-result-page .fp-result-wrap {
    margin-left: 0;
  }
}
.fp-result-page .fp-result-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.8px) {
  .fp-result-page .fp-result-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 374.8px) {
  .fp-result-page .fp-result-list {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.fp-result-page .fp-unit {
  width: calc(33.3% - 27px);
  background-color: #fff;
  padding: 70px 25px 0;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1365.8px) {
  .fp-result-page .fp-unit {
    width: calc(50% - 20px);
  }
}
@media (max-width: 991.8px) {
  .fp-result-page .fp-unit {
    width: calc(50% - 40px);
    margin-right: 40px;
  }
}
@media (max-width: 767.8px) {
  .fp-result-page .fp-unit {
    width: 100%;
    margin-right: 0;
  }
}
.fp-result-page .fp-unit .btn-gp {
  margin-left: -26px;
  margin-right: -26px;
  background-color: #b45e33;
  padding: 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  position: relative;
}
.fp-result-page .fp-unit .btn-gp .link, .fp-result-page .fp-unit .btn-gp .white-link {
  color: #fff;
  padding-right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fp-result-page .fp-unit .btn-gp .link, .fp-result-page .fp-unit .btn-gp .white-link {
    width: 50%;
    text-align: center;
  }
}
.fp-result-page .fp-unit .btn-gp .link::after, .fp-result-page .fp-unit .btn-gp .white-link::after {
  content: none;
}
.fp-result-page .fp-unit .btn-gp::after {
  top: 10px;
  bottom: 10px;
  left: 50%;
  width: 1px;
  background-color: #fff;
}
@media (min-width: 992px) and (max-width: 1365px) {
  .fp-result-page .fp-unit:nth-child(odd) {
    margin-right: 40px;
  }
}
@media (min-width: 1366px) {
  .fp-result-page .fp-unit:nth-child(3n-1) {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.fp-result-page .fp-img {
  margin-top: 40px;
  margin-bottom: 40px;
  flex: 1 0 0;
  text-align: center;
}
.fp-result-page .sort-wrap {
  font: 18px "league-gothic", sans-serif;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 767.8px) {
  .fp-result-page .sort-wrap {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.fp-result-page .sort-wrap .sort-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 20px;
}
@media (max-width: 767.8px) {
  .fp-result-page .sort-wrap .sort-list {
    padding-left: 0;
  }
}
.fp-result-page .sort-wrap .sort-list li:not(:last-of-type) {
  padding-right: 20px;
}
@media (max-width: 374.8px) {
  .fp-result-page .sort-wrap .sort-list li:not(:last-of-type) {
    padding-right: 12px;
  }
}
.fp-result-page .sort-wrap .sort-list li.active a {
  color: #b45e33;
}
.fp-result-page .sort-wrap .sort-list li.desc a::after {
  transform: translateY(-50%) rotate(180deg);
}
.fp-result-page .sort-wrap .sort-list a {
  color: #736565;
  position: relative;
  padding-right: 13px;
}
@media (max-width: 374.8px) {
  .fp-result-page .sort-wrap .sort-list a {
    padding-right: 10px;
  }
}
.fp-result-page .sort-wrap .sort-list a::after {
  background: url(../images/down_arrow_brown_small.png) center/contain no-repeat;
  width: 10px;
  height: 9px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fp-result-page .disclaimer-fp {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .fp-result-page .disclaimer-fp {
    padding-right: 40px;
  }
}

/*......Floorplan Detail Page....*/
.fp-detail-page {
  padding: 30px 40px 60px 35px;
}
@media (max-width: 991.8px) {
  .fp-detail-page {
    padding: 40px;
  }
}
@media (max-width: 767.8px) {
  .fp-detail-page {
    padding: 20px 0 0;
  }
}
.fp-detail-page .view-large-btn {
  display: inline-block;
}
@media (max-width: 767.8px) {
  .fp-detail-page .fp-form-card {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.fp-detail-page .fp-unit-details {
  width: 67%;
  margin-left: 60px;
  padding-top: 40px;
}
@media (max-width: 1199.8px) {
  .fp-detail-page .fp-unit-details {
    margin-left: 40px;
  }
}
@media (max-width: 991.8px) {
  .fp-detail-page .fp-unit-details {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767.8px) {
  .fp-detail-page .fp-unit-details {
    padding-top: 20px;
  }
}
.fp-detail-page .fp-detail-box {
  background-color: #fff;
  position: relative;
  padding: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
}
@media (max-width: 991.8px) {
  .fp-detail-page .fp-detail-box {
    flex-direction: column;
  }
}
@media (max-width: 767.8px) {
  .fp-detail-page .fp-detail-box {
    margin-top: 0;
  }
}
.fp-detail-page .fp-info-col {
  padding-top: 100px;
  width: 40%;
}
@media (max-width: 991.8px) {
  .fp-detail-page .fp-info-col {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fp-detail-page .fp-info-col {
    flex-direction: row;
  }
}
.fp-detail-page .fp-info-col span {
  display: inline-block;
}
.fp-detail-page .fp-info-col .unit-title {
  font-size: 44px;
  letter-spacing: 5.42px;
  top: 40px;
  padding: 5px 29px;
}
@media (max-width: 767.8px) {
  .fp-detail-page .fp-info-col .unit-title {
    left: 20px;
  }
}
.fp-detail-page .fp-info-col .title-sm {
  padding-top: 30px;
}
.fp-detail-page .fp-info-col .link-wrap {
  display: block;
  margin-bottom: 22px;
}
@media (max-width: 767.8px) {
  .fp-detail-page .fp-info-col .link-wrap:last-of-type {
    margin-bottom: 40px;
  }
}
.fp-detail-page .fp-img-col {
  width: 60%;
  text-align: center;
}
@media (max-width: 991.8px) {
  .fp-detail-page .fp-img-col {
    width: 100%;
  }
}
@media (max-width: 991.8px) {
  .fp-detail-page .link-advanced-search {
    display: none;
  }
}
.fp-detail-page .keyplan-img {
  margin-top: 40px;
}
.fp-detail-page .unit-info-sec {
  padding-bottom: 30px;
}
@media (max-width: 991.8px) {
  .fp-detail-page .unit-info-sec {
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fp-detail-page .unit-info-sec {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fp-detail-page .fp-btn-gp {
    width: 50%;
  }
}
@media (max-width: 767.8px) {
  .fp-detail-page .fp-btn-gp {
    padding-top: 40px;
    position: absolute;
    bottom: 0;
    left: 70px;
  }
}

.sightmap-wrap {
  width: 100%;
}
.sightmap-wrap .back-fp-wrap {
  padding: 40px 40px 40px 60px;
}
.sightmap-wrap iframe {
  border: 0;
  width: 100%;
  height: 100vh;
}
@media (min-width: 768px) {
  .sightmap-wrap iframe {
    display: block;
    width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
  }
}

.services-page {
  overflow-x: hidden;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .services-page .carousel-container {
    margin-top: -30px;
  }
}
@media (min-width: 992px) {
  .services-page .carousel-container {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .services-page .carousel-container {
    margin-top: 80px;
  }
}
@media (max-width: 991.8px) {
  .services-page .carousel-container {
    margin-top: 40px;
  }
}
@media (max-width: 767.8px) {
  .services-page .carousel-container {
    margin-top: 30px;
  }
}

.services-intro {
  padding-left: 168px;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
.services-intro .main-title {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media (max-width: 767.8px) {
  .services-intro .main-title {
    padding-bottom: 15px;
    margin-bottom: 13px;
  }
}
.services-intro .main-title:after {
  background-repeat: no-repeat;
}
@media (max-width: 991.8px) {
  .services-intro {
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
  }
}
.services-intro .banner-area {
  width: 60%;
}
@media (max-width: 991.8px) {
  .services-intro .banner-area {
    width: 70%;
    margin-top: 60px;
    margin-right: 40px;
    margin-left: auto;
  }
}
@media (max-width: 767.8px) {
  .services-intro .banner-area {
    width: 100%;
    margin: 60px 0 0 0;
  }
}
.services-intro .banner-bg {
  height: 38.4vw;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.8px) {
  .services-intro .banner-bg {
    height: auto;
  }
  .services-intro .banner-bg:before {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
}
.services-intro .txt-card {
  width: 40%;
  padding-bottom: 34px;
}
@media (max-width: 1499.8px) {
  .services-intro .txt-card {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .services-intro .txt-card {
    max-width: 534px;
    transform: translate3d(-40px, 110px, 0);
  }
}
@media (max-width: 991.8px) {
  .services-intro .txt-card {
    width: 80%;
    transform: translate3d(0, -40px, 0);
    padding: 60px 5vw;
    max-width: 600px;
    margin-left: 40px;
  }
}
@media (max-width: 767.8px) {
  .services-intro .txt-card {
    width: auto;
    margin: 0 20px;
    padding: 40px 40px 70px 40px;
  }
}
.services-intro .caption-box {
  background: url(../images/services/rust_txtr.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 266px;
  height: 228px;
  top: 15px;
  left: 64px;
}
@media (max-width: 991.8px) {
  .services-intro .caption-box {
    left: 40px;
  }
}
@media (max-width: 767.8px) {
  .services-intro .caption-box {
    width: 182px;
    height: 160px;
    padding: 10px 25px;
    left: 10px;
    top: 0;
  }
}
.services-intro .caption-box .caption-txt {
  transform: rotate(-4deg);
}

.services-list-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-list {
  background: #fff;
  max-width: 1210px;
  padding: 40px 75px;
  text-align: center;
  margin: 60px;
}
@media (max-width: 991.8px) {
  .services-list {
    margin: 40px;
  }
}
@media (max-width: 767.8px) {
  .services-list {
    margin: 30px auto;
    padding: 40px 30px 30px 30px;
  }
}
.services-list h2.sec-title {
  padding-bottom: 0;
  margin-bottom: 18px;
}
.services-list h2.sec-title::after {
  display: none;
}
.services-list p {
  margin-bottom: 0;
}

.services-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .services-gallery {
    padding-left: 19px;
  }
}
@media (min-width: 992px) {
  .services-gallery {
    padding-left: 0;
  }
}
@media (max-width: 991.8px) {
  .services-gallery {
    margin-left: 60px;
  }
}
@media (max-width: 767.8px) {
  .services-gallery {
    margin-left: 40px;
    overflow: visible;
  }
}
.services-gallery .swiper-button-prev:after {
  content: none;
}
@media (max-width: 991.8px) {
  .services-gallery .swiper-button-prev {
    background-image: url("../images/neighborhood/arrow_gallery.png");
    background-size: cover;
    width: 15px;
    height: 30px;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    left: 32px;
  }
}
@media (max-width: 767.8px) {
  .services-gallery .swiper-button-prev {
    width: 15px;
    height: 30px;
    left: 10px;
  }
}
@media (max-width: 767.8px) {
  .services-gallery .swiper-wrapper .swiper-slide:first-child {
    display: none;
  }
}
.services-gallery .swiper-slide {
  position: relative;
  width: 300px;
  height: 437px;
}
@media (max-width: 1024.8px) {
  .services-gallery .swiper-slide {
    margin-bottom: 0;
  }
}
@media (max-width: 991.8px) {
  .services-gallery .swiper-slide {
    height: 438px;
  }
}
@media (max-width: 767.8px) {
  .services-gallery .swiper-slide {
    margin-bottom: 0;
    height: 310px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .services-gallery .swiper-slide {
    width: 500px;
    height: 480px;
  }
  .services-gallery .swiper-slide:nth-child(3) {
    width: 331px;
  }
}
.services-gallery .swiper-slide.right-bottom .label {
  bottom: 87px;
  right: -10px;
}
@media (max-width: 767.8px) {
  .services-gallery .swiper-slide.right-bottom .label {
    bottom: 60px;
  }
}
.services-gallery .swiper-slide.left-middle .label {
  bottom: 20px;
  left: -16px;
}
.services-gallery .swiper-slide.left-bottom .label {
  bottom: 20px;
  left: -14px;
}
.services-gallery .swiper-slide .label {
  position: absolute;
}
.services-gallery .swiper-slide .image-item {
  height: 437px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991.8px) {
  .services-gallery .swiper-slide .image-item {
    height: 438px;
  }
}
@media (max-width: 767.8px) {
  .services-gallery .swiper-slide .image-item {
    height: 310px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .services-gallery .swiper-slide .image-item {
    height: 480px;
  }
}
.services-gallery .swiper-slide .text-item {
  background: url(../images/services/rust_txtr_lg.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-gallery .swiper-slide .text-item p {
  color: #ffffff;
  line-height: 30px;
  width: 220px;
  margin-bottom: 0;
}
.services-gallery .swiper-slide .text-item p a {
  color: #fff;
  text-transform: uppercase;
  font: 400 18px/30px "league-gothic", sans-serif;
  letter-spacing: 2.25px;
  border-bottom: 1px solid transparent;
  position: relative;
  display: inline-block;
}
.services-gallery .swiper-slide .text-item p a:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 2px;
}

.serv-welcome-home {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .serv-welcome-home {
    display: none;
  }
}
.serv-welcome-home > div {
  background: url(../images/services/rust_txtr_lg.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 315px;
  padding: 45px;
  margin-top: -80px;
}
.serv-welcome-home > div p {
  color: #ffffff;
  line-height: 30px;
  width: 220px;
}
.serv-welcome-home > div p a {
  color: #fff;
  text-transform: uppercase;
  font: 400 18px/30px "league-gothic", sans-serif;
  letter-spacing: 2.25px;
  border-bottom: 1px solid transparent;
  position: relative;
  display: inline-block;
}
.serv-welcome-home > div p a:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 2px;
}

.blog-page {
  padding: 40px 5vw 0;
  display: flex;
  margin-top: 80px;
  margin-bottom: 60px;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1499.8px) {
  .blog-page {
    padding-right: 3vw;
  }
}
@media (max-width: 991.8px) {
  .blog-page {
    padding-left: 20px;
    padding-right: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.8px) {
  .blog-page {
    flex-direction: column-reverse;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 60px;
    padding-top: 60px;
  }
}
.blog-page .tag {
  width: 262px;
  height: 184px;
  position: absolute;
  background: url(../images/blog/rust_txtr.png) no-repeat;
  background-size: contain;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 10px;
  left: 35px;
}
@media (max-width: 991.8px) {
  .blog-page .tag {
    left: -15px;
  }
}
@media (max-width: 767.8px) {
  .blog-page .tag {
    width: 185px;
    height: 83px;
    background: url(../images/blog/rust_txtr-mob.png) no-repeat;
    background-size: contain;
    top: 0;
    left: -5px;
  }
}
.blog-page .tag h1 {
  color: #fff;
  font-family: "league-gothic", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 49.93px;
  transform: rotate(-4deg);
  text-transform: uppercase;
  letter-spacing: 2.2px;
  margin: 0;
}
@media (max-width: 767.8px) {
  .blog-page .tag h1 {
    font-size: 33px;
    line-height: 37.45px;
    letter-spacing: 1.65px;
  }
}

.blog-sidebar {
  background: #fff;
  padding: 110px 40px 60px 30px;
  width: 290px;
  margin-right: 60px;
  margin-top: 85px;
  position: relative;
}
@media (max-width: 1499.8px) {
  .blog-sidebar {
    margin-right: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar {
    width: 250px;
    margin-right: 30px;
  }
}
@media (max-width: 991.8px) {
  .blog-sidebar {
    margin-right: 40px;
  }
}
@media (max-width: 767.8px) {
  .blog-sidebar {
    width: calc(100% - 40px);
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.blog-side-block:not(:last-child) {
  padding-bottom: 40px;
}
@media (max-width: 767.8px) {
  .blog-side-block:not(:last-child) {
    padding-bottom: 28px;
  }
}
.blog-side-block .brown-title {
  padding-bottom: 0;
  margin-bottom: 18px;
}
@media (max-width: 767.8px) {
  .blog-side-block .brown-title {
    margin-bottom: 14px;
  }
}
.blog-side-block .brown-title:after {
  display: none;
}
.blog-side-block ul li {
  text-transform: uppercase;
  font-family: "league-gothic", sans-serif;
}
.blog-side-block ul li:not(:last-child) {
  margin-bottom: 14px;
}
.blog-side-block ul a {
  color: #000000;
  font-size: 16px;
  letter-spacing: 1px;
}
.blog-side-block ul a.arse_yard {
  position: relative;
}
.blog-side-block ul a.arse_yard:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 10px;
  background: url(../images/arrow_black.svg) no-repeat;
  top: 50%;
  transform: translate3d(11px, -50%, 0);
  margin-top: 1px;
  transition: all ease 0.2s;
}
.blog-side-block ul a.arse_yard:hover:after {
  transform: translate3d(25px, -50%, 0);
}
.blog-side-block.blog-tags ul li {
  display: inline-block;
}
.blog-side-block.blog-tags ul li:not(:last-child) a {
  padding-right: 10px;
}
.blog-side-block.blog-tags ul li:not(:last-child):after {
  content: "-";
  position: relative;
  left: -7px;
}

.blog-container {
  flex: 1;
}
@media (max-width: 767.8px) {
  .blog-container {
    width: 100%;
  }
}
.blog-container .no_results {
  text-align: center;
  margin: 12vw;
}
@media (max-width: 767.8px) {
  .blog-container .no_results {
    margin: 25vw;
  }
}
.blog-container .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 27px;
  text-align: center;
  font-family: "league-gothic", sans-serif;
  font-size: 23px;
}
@media (max-width: 991.8px) {
  .blog-container .wp-pagenavi {
    padding-top: 0;
  }
}
@media (max-width: 767.8px) {
  .blog-container .wp-pagenavi {
    padding-bottom: 25px;
  }
}
.blog-container .wp-pagenavi a, .blog-container .wp-pagenavi span {
  display: block;
  margin: 0 8px;
}
.blog-container .wp-pagenavi span {
  color: #ab532d;
  position: relative;
}
.blog-container .wp-pagenavi span::after {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 10px;
  height: 1px;
  background: #ab532d;
  left: 65%;
  transform: translateX(-50%);
}
.blog-container .wp-pagenavi a {
  color: #685a5a;
  transition: all ease 0.2s;
}
.blog-container .wp-pagenavi a.nextpostslink {
  width: 25px;
  height: 10px;
  background: url(../images/arrow_brown.svg) center no-repeat;
  background-size: contain;
  font-size: 0;
  margin-left: 12px;
}
.blog-container .wp-pagenavi a.nextpostslink:hover {
  transform: translateX(15px);
}
.blog-container .wp-pagenavi a.previouspostslink {
  width: 25px;
  height: 10px;
  background: url(../images/arrow_brown.svg) center no-repeat;
  background-size: contain;
  font-size: 0;
  margin-right: 12px;
  transform: rotate(180deg);
}
.blog-container .wp-pagenavi a.previouspostslink:hover {
  transform: rotate(180deg) translateX(15px);
}

.blog-row {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 991.8px) {
  .blog-row {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .blog-row:nth-child(even) {
    flex-direction: row-reverse;
  }
  .blog-row:nth-child(even) .blog-list-content {
    margin-right: -100px;
    margin-left: 40px;
  }
}

.blog-list-image {
  background-color: #bdc3c7;
  background-position: center;
  background-size: cover;
  width: 60%;
  align-self: flex-start;
  position: relative;
}
.blog-list-image.blog-no-image {
  background-image: url(../images/no-image.png);
  background-size: 70%;
  background-repeat: no-repeat;
}
@media (max-width: 991.8px) {
  .blog-list-image {
    width: calc(100% - 40px);
  }
}
.blog-list-image:before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
@media (min-width: 1500px) {
  .blog-list-image:before {
    padding-bottom: 70%;
  }
}
@media (max-width: 767.8px) {
  .blog-list-image:before {
    padding-bottom: 75%;
  }
}
.blog-list-image .post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.blog-list-content {
  flex: 1;
  background: #fff;
  padding: 40px 75px 35px 50px;
  position: relative;
  align-self: flex-end;
}
@media (min-width: 992px) {
  .blog-list-content {
    margin-left: -60px;
    bottom: -30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-list-content {
    padding: 30px 45px 25px 35px;
  }
}
@media (max-width: 991.8px) {
  .blog-list-content {
    margin-left: 60px;
    margin-top: -40px;
    padding: 20px 30px 30px 40px;
  }
}
.blog-list-content .h1 {
  color: #fff;
  font-family: "league-gothic", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  background: #b45e33;
  padding: 20px 75px 20px 40px;
  margin-bottom: 30px;
  margin-left: -90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-list-content .h1 {
    margin-left: -75px;
  }
}
@media (max-width: 991.8px) {
  .blog-list-content .h1 {
    margin-left: -80px;
  }
}
@media (max-width: 767.8px) {
  .blog-list-content .h1 {
    padding-right: 50px;
  }
}
@media (max-width: 1024.8px) {
  body.news-events #contentWrapper {
    min-height: 100%;
  }
}

.blog-detail-page {
  margin-top: 0;
  padding-top: 60px;
  overflow-x: hidden;
}
@media (max-width: 991.8px) {
  .blog-detail-page {
    flex-direction: column;
    padding: 140px 40px 40px;
    margin-bottom: 0;
  }
}
@media (max-width: 767.8px) {
  .blog-detail-page {
    padding: 60px 0 0;
    margin-bottom: 20px;
  }
}
.blog-detail-page .tag {
  top: 30px;
}
@media (max-width: 767.8px) {
  .blog-detail-page .tag {
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-detail-page .blog-sidebar {
    column-count: 2;
  }
}
@media (max-width: 991.8px) {
  .blog-detail-page .blog-sidebar {
    width: calc(100% - 60px);
    order: 2;
    margin-left: 60px;
    margin-top: 40px;
    padding: 60px 50px;
  }
}
@media (max-width: 767.8px) {
  .blog-detail-page .blog-sidebar {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 40px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-detail-page .blog-sidebar .blog-side-block {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
.blog-detail-page .main-title {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media (max-width: 767.8px) {
  .blog-detail-page .main-title {
    font-size: 23px;
    letter-spacing: 2.88px;
    line-height: 30px;
    padding-bottom: 15px;
    margin-bottom: 13px;
  }
}
.blog-detail-page .blog-detail-sec {
  flex: 1;
}
@media (max-width: 991.8px) {
  .blog-detail-page .blog-detail-sec {
    width: 100%;
    order: 1;
  }
}
.blog-detail-page .blog-detail-sec .blog-featured-img {
  width: calc(100% - 60px);
  height: 43vw;
  background-color: #808080;
}
@media (max-width: 991.8px) {
  .blog-detail-page .blog-detail-sec .blog-featured-img {
    width: calc(100% - 40px);
    height: 60vw;
  }
}
@media (max-width: 767.8px) {
  .blog-detail-page .blog-detail-sec .blog-featured-img {
    width: calc(100% - 40px);
    margin-right: auto;
  }
}
@media (max-width: 991.8px) {
  .blog-detail-page .blog-detail-sec .blog-featured-img + .blog-desc {
    padding-top: 40px;
  }
}
.blog-detail-page .blog-detail-sec .post-date {
  font-size: 16px;
  display: block;
}
.blog-detail-page .blog-detail-sec .blog-desc {
  color: #736565;
  font: 600 18px/30px "proxima-nova", sans-serif;
  letter-spacing: 0.45px;
  background-color: #fff;
  padding: 40px 85px 55px 60px;
  width: calc(100% - 60px);
  margin-left: 60px;
  margin-top: -40px;
}
.blog-detail-page .blog-detail-sec .blog-desc h2:not(.main-title), .blog-detail-page .blog-detail-sec .blog-desc h3, .blog-detail-page .blog-detail-sec .blog-desc h4, .blog-detail-page .blog-detail-sec .blog-desc h5, .blog-detail-page .blog-detail-sec .blog-desc h6 {
  font-family: "league-gothic", sans-serif;
  color: #000;
  margin-bottom: 10px;
}
.blog-detail-page .blog-detail-sec .blog-desc a {
  color: #b45e33;
}
.blog-detail-page .blog-detail-sec .blog-desc ul:not(.social-share-icons) {
  list-style: disc;
  padding-left: 20px;
}
@media (max-width: 991.8px) {
  .blog-detail-page .blog-detail-sec .blog-desc {
    padding-right: 60px;
    padding-top: 100px;
  }
}
@media (max-width: 767.8px) {
  .blog-detail-page .blog-detail-sec .blog-desc {
    width: calc(100% - 40px);
    margin: -20px auto 20px;
    padding: 40px 30px;
  }
}
.blog-detail-page .blog-detail-sec .blog-desc p {
  margin-bottom: 18px;
}
.blog-detail-page .blog-detail-sec .blog-desc .desc {
  margin-bottom: 55px;
}
@media (max-width: 991.8px) {
  .blog-detail-page .blog-detail-sec .blog-desc .desc {
    margin-bottom: 40px;
  }
}
.blog-detail-page .blog-detail-sec .blog-desc .link-common {
  color: #736565;
  font-size: 23px;
  letter-spacing: 2.88px;
}
.blog-detail-page .blog-detail-sec .blog-desc .link-common::after {
  transition: all 0.2s ease-in-out;
  top: 10px;
}
.blog-detail-page .blog-detail-sec .blog-desc .link-common:hover::after {
  right: -50px;
}
.blog-detail-page .blog-detail-sec .social-share-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
  margin-top: 50px;
}
@media (max-width: 991.8px) {
  .blog-detail-page .blog-detail-sec .social-share-icons {
    margin-top: 30px;
  }
}
.blog-detail-page .blog-detail-sec .social-share-icons a {
  width: 22px;
  display: inline-block;
  margin-right: 18px;
}
.blog-detail-page .blog-detail-sec .main-title::after {
  background-repeat: no-repeat;
}

/*# sourceMappingURL=main.css.map */
