/*transform origin*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

header {
  color: #ffffff;
  text-transform: uppercase;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 19px 5.33vw;
    background: #ffffff;
    z-index: 9999;
  }
}

#header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  padding: 10px 16px;
  display: flex;
  width: 100%;
  align-items: center;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  #header {
    top: 0px !important;
  }
}
#header > *:not(.h_left):not(.h_right) {
  pointer-events: all;
}
#header .h_left,
#header .h_right {
  display: flex;
  width: 100%;
}
#header .h_left {
  justify-content: flex-start;
}
#header .h_right {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  #header .h_right {
    justify-content: space-between;
  }
}
#header > *:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 991px) {
  #header > *:not(:first-child) {
    margin-left: 10px;
  }
}
@media (max-width: 359px) {
  #header > *:not(:first-child) {
    margin-left: 5px;
  }
}
#header .btn {
  min-width: 165px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.4s;
  cursor: pointer;
  pointer-events: all;
}
html.system #header .btn:hover {
  border-color: #ffffff;
  background: #000000;
  color: #ffffff;
}
@media (max-width: 991px) {
  #header .btn {
    font-size: 12px;
    min-width: initial;
    width: 100%;
    max-width: 163px;
  }
}
@media (max-width: 359px) {
  #header .btn {
    letter-spacing: 0;
  }
}
#header .h_phone:after {
  content: "";
  display: inline-block;
  background: url(wp-content/themes/spera/images/icons/phone_arrow_icon.svg) no-repeat center center/8.5px auto;
  width: 9px;
  height: 9px;
  margin-left: 6px;
}
#header .h_phone:after.disabled {
  display: none;
}
@media (max-width: 991px) {
  #header .h_phone:after.disabled {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  #header {
    position: relative;
    padding: 0;
  }
}

.h_left {
  justify-content: flex-start;
}

.h_scroll_text {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  padding: 15px 295px 0px 30px;
  width: 100%;
  font: 400 10px/normal "FKGroteskNeue-Medium", sans-serif;
  letter-spacing: 0.6px;
  transition: all 0.3s;
}
.h_scroll_text .h_copy {
  display: block;
  padding: 3px 0;
}
.h_scroll_text .h_copy:first-child:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
.h_scroll_text .h_copy.h_align_right {
  text-align: right;
}
@media (max-width: 991px) {
  .h_scroll_text .h_copy {
    padding: 5px 0;
  }
}
@media (max-width: 991px) {
  .h_scroll_text {
    position: relative;
    padding: 0;
    margin-top: 17px;
  }
}
@media (max-width: 991px) {
  .h_scroll_text {
    display: none !important;
  }
}

.ham_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  cursor: pointer;
  pointer-events: all;
  background: none;
  border: 0px;
  appearance: none;
}
.ham_icon span {
  display: block;
  width: 44px;
  position: relative;
  transition: ease 0.2s;
}
@media (min-width: 992px) {
  .ham_icon span {
    height: 4px;
    border: 1px solid #000000;
    margin: 2px 0px;
    background: #ffffff;
  }
}
@media (max-width: 991px) {
  .ham_icon span {
    height: 2px;
    margin: 4px 0px;
    background: #000000;
  }
}
html.system .ham_icon:hover span {
  margin: 3px 0px;
}

.ham_menu {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #000000;
  z-index: 9999;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s;
  overflow-y: auto;
}
.ham_menu.active {
  transform: translateY(0px);
  visibility: visible;
}
.ham_menu .mCS_no_scrollbar_y {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.ham_menu .ham_close_wrap {
  display: flex;
  width: 100%;
  padding: 20px 0px;
}
.ham_menu .ham_close_wrap .ham_close {
  background: none;
  border: 0px;
  appearance: none;
  cursor: pointer;
  position: relative;
  height: 44px;
  width: 44px;
}
@media (min-width: 992px) {
  .ham_menu .ham_close_wrap .ham_close {
    margin: 0px auto;
  }
}
@media (max-width: 991px) {
  .ham_menu .ham_close_wrap .ham_close {
    margin-left: 20px;
    margin-right: auto;
  }
}
.ham_menu .ham_close_wrap .ham_close span {
  height: 2px;
  width: 44px;
  display: block;
  background: #fff;
  transition: all 0.3s;
}
.ham_menu .ham_close_wrap .ham_close span:first-child {
  position: absolute;
  top: 20px;
  left: 0px;
  transform: rotate(45deg);
}
.ham_menu .ham_close_wrap .ham_close span:last-child {
  position: absolute;
  top: 20px;
  left: 0px;
  transform: rotate(-45deg);
}
html.system .ham_menu .ham_close_wrap .ham_close:hover span:first-child {
  transform: rotate(38deg);
}
html.system .ham_menu .ham_close_wrap .ham_close:hover span:last-child {
  transform: rotate(-38deg);
}
.ham_menu ul {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ham_menu ul li {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.ham_menu ul li:last-child {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .ham_menu ul li {
    text-align: left;
  }
}
.ham_menu ul li:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 0%;
  background: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  z-index: -1;
  visibility: hidden;
  transition: all 0.3s;
}
.ham_menu ul li:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0%;
  background: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  z-index: -1;
  visibility: hidden;
  transition: all 0.3s;
}
html.system .ham_menu ul li.hover:hover:after, html.system .ham_menu ul li.hover:hover:before {
  visibility: visible;
  width: 50%;
}
.ham_menu ul li.current-menu-item:after, .ham_menu ul li.current-menu-item:before {
  visibility: visible;
  width: 50%;
}
@media (max-width: 991px) {
  .ham_menu ul li.current-menu-item:after {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .ham_menu ul li.current-menu-item:before {
    display: none;
  }
}
.ham_menu ul li a {
  font: 400 64px/normal "FKGroteskNeue-Medium", sans-serif;
  letter-spacing: 0.6px;
  color: #ffffff;
  background: #000000;
  padding: 0px 20px;
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  .ham_menu ul li a {
    font-size: 32px;
  }
}
.ham_menu .ham_bottom {
  text-align: center;
  padding: 20px 20px 20px 20px;
}
@media (max-width: 991px) {
  .ham_menu .ham_bottom {
    text-align: left;
  }
}
.ham_menu .ham_bottom a {
  display: inline-block;
  font: 400 14px/normal "FKGroteskNeue-Medium", sans-serif;
  letter-spacing: 1.2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 34px;
  padding: 8px 63px 8px 28px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.ham_menu .ham_bottom a:after {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  background: url("../images/icons/resident_icon.svg");
  background-size: cover;
  top: 50%;
  transform: translateY(-55%);
  right: 36px;
  transition: all 0.3s;
}
html.system .ham_menu .ham_bottom a:hover {
  background: #ffffff;
  color: #000000;
}
html.system .ham_menu .ham_bottom a:hover:after {
  background-image: url("../images/icons/resident_icon_dark.svg");
}

.specials_banner {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 15px 40px;
  background: #D9D9D9;
  z-index: 999;
  transition: 0.3s;
}
.specials_banner.hide {
  transform: translateY(-100%);
  height: 0;
  padding: 0;
}
.specials_banner.hide p,
.specials_banner.hide span {
  font-size: 0;
}
.specials_banner.hide p:before,
.specials_banner.hide span:before {
  content: none;
}
.specials_banner.hide button {
  opacity: 0;
}
.specials_banner p {
  color: #000000 !important;
  font-size: 14px;
  text-align: center;
  padding: 0px 15px;
  line-height: 1.3;
  text-transform: initial;
}
.specials_banner p span {
  font-size: 17px;
  color: #000000 !important;
}
.specials_banner p a {
  text-decoration: underline;
}
.specials_banner .special_close {
  background: none;
  border: 0px;
  appearance: none;
  cursor: pointer;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  right: 12px;
}
.specials_banner .special_close span {
  height: 2px;
  width: 25px;
  display: block;
  background: #000000;
  transition: all 0.3s;
}
.specials_banner .special_close span:first-child {
  position: absolute;
  top: 20px;
  left: 0px;
  transform: rotate(45deg);
}
.specials_banner .special_close span:last-child {
  position: absolute;
  top: 20px;
  left: 0px;
  transform: rotate(-45deg);
}
html.system .specials_banner .special_close:hover span:first-child {
  transform: rotate(38deg);
}
html.system .specials_banner .special_close:hover span:last-child {
  transform: rotate(-38deg);
}

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