@charset "utf-8";
/* CSS Document */
/*
    Theme Name: kensington
    Description: Kensington Website Theme
    Author: Developer: Aivy
*/

/* CSS DocumentProject:  Canvas Website
----------------------------------------------------------------------------------------------------------*/
/*------------------Layout,Table of Contents-----------------------------------------------------------------
1. BASIC STYLING FOR COMMON HTML ELEMENTS
2. TYPOS
3. COMMON CSS CLASSES
4. SKELETON
5. HEADER SECTION
6. BODY SECTION
7. FOOTER SECTION
-----------------------------------------------------------------------------------------------------------*/

/*................................................
    1. BASIC STYLING FOR COMMON HTML ELEMENTS
.................................................*/
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
html,
body {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  font-size: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}
body,
input,
select,
textarea,
button {
  resize: none;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
}
a {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  outline: none;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
html {
  min-height: 100%;
}
a:hover {
  text-decoration: none;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
::-moz-selection {
}
::selection {
  text-shadow: none;
}
:focus {
  outline: 0;
}
ul li {
  list-style-type: none;
}
label,
input[type="submit"],
button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/*................................................
    2. TYPOS
.................................................*/

/*................................................
    3. COMMON CSS CLASSES
.................................................*/
.mobile,
.tablet,
.tab_and_mobile {
  display: none !important;
}
.text_center {
  text-align: center;
}
.opacity_70 {
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-filter: alpha(opacity=70);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.bold {
  font-weight: bold;
}
.relative {
  position: relative;
}
.hide {
  display: none;
}
.default_cursor {
  cursor: default !important;
}
.no_margin {
  margin: 0 !important;
}
.no_padding {
  padding: 0 !important;
}
.clearfix:after {
  display: table;
  clear: both;
  content: "";
}

/*.................................................
    4. SKELETON
..................................................*/
.main_wrapper {
  min-height: 100%;
  position: relative;
  padding-bottom: 116px;
  width: 100%;
  font-size: 0;
}
header {
  position: fixed;
  z-index: 102;
  height: 110px;
  display: block;
  width: 100%;
  color: #fff;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: rgba(110, 84, 3, 1);
  padding: 0 40px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.shrink-header header,
.shrink-header .nav_title {
  height: 90px;
}
.shrink-header .inner_wrapper {
  margin-top: 90px;
}
.inner_wrapper {
  font-size: 22px;
  position: relative;
  margin-top: 110px;
  min-height: 100%;
  width: 100%;
  -webkit-transition: margin-top 0.2s ease-out;
  -moz-transition: margin-top 0.4s ease-out;
  -o-transition: margin-top 0.4s ease-out;
  transition: margin-top 0.4s ease-out;
}
body,
.main_wrapper {
  float: left;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/*.................................................
    5. HEADER SECTION
..................................................*/
/*body.menu-opened {overflow: hidden;}*/
.header_left {
  float: left;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  margin: 0;
}
.header_right {
  float: right;
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(-50%) translateY(4px);
  -ms-transform: translateY(-50%) translateY(4px);
  transform: translateY(-50%) translateY(4px);
  top: 50%;
  margin: 0;
}
.header_logo {
  width: 580px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.shrink-header .header_logo,
.shrink-header .menu_logo {
  width: 500px;
}
.header_right a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0em;
  margin-left: 30px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(110, 84, 3, 1);
  float: left;
}
.header_right > a.desktop {
  margin-top: 3px;
}
.header_right a.current-menu-item {
  border-bottom: 1px solid #fff;
}
.header_right a:hover {
  border-bottom: 1px solid #fff;
}
.header_right a.tour_button:hover {
  border: none;
}
.schedule_tour {
  display: inline-block;
  float: left;
}
.schedule_tour > div {
  display: block;
  clear: left;
}
.schedule_tour .tel-text {
  float: left;
  clear: left;
  margin-left: 0;
  padding-top: 6px;
  font-size: 16px;
}
#phone_number {
  float: right;
  margin-left: 0;
  padding-top: 6px;
  font-size: 16px;
  border: none !important;
}
.tour_button {
  height: 25px;
  display: block;
}
.tour_button span {
  background: #fff;
  border: 1px solid #fff;
  width: 100%;
  padding: 2px 10px 1px;
  vertical-align: middle;
  color: rgba(110, 84, 3, 1);
  line-height: 25px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.tour_button span:hover {
  color: #fff;
  background-color: rgba(110, 84, 3, 1);
}
.menu_icon_wrap {
  float: right;
  width: 40px;
  margin-left: 30px;
  cursor: pointer;
  height: 51px;
}
.menu_icon,
.menu_icon:before,
.menu_icon:after {
  display: block;
  position: relative;
  height: 5px;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
body.menu-opened .menu_icon,
body.menu-opened .menu_icon:after {
  background-color: rgba(110, 84, 3, 1);
  top: 11px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.menu-opened .menu_icon:after {
  top: -5px;
  left: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
body.menu-opened .menu_icon:before {
  background: none;
}
body.menu-opened .header_right {
  z-index: 7;
}
body.menu-opened .header_right > *:not(#hamburger_menu) {
  display: none !important;
}
.close_txt {
  display: none !important;
  color: rgba(110, 84, 3, 1);
}
body.menu-opened .menu_txt {
  display: none !important;
}
body.menu-opened .menu_txt.close_txt {
  display: block !important;
}
.menu_icon {
  top: 0px;
}
.menu_icon:before,
.menu_icon:after {
  content: "";
}
.menu_icon:before {
  top: 9px;
}
.menu_icon:after {
  top: 13px;
}
.menu_icon_wrap span.menu_txt {
  position: relative;
  display: block;
  top: 27px;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.03em;
}
#nav_menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
  display: none;
}
.nav-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}
.nav_list {
  width: 650px;
  float: right;
  background-color: rgba(255, 255, 255, 0.9);
}
.nav_title {
  height: 110px;
  padding: 0 40px;
  background-color: #fff;
}
.nav_title > a {
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  display: inline-block;
}
.close_menu {
  float: right;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.03em;
  text-align: center;
  color: rgba(110, 84, 3, 1);
  cursor: pointer;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  display: none !important;
}
.close_menu img {
  width: 40px;
  padding-bottom: 4px;
}
.menu_logo {
  width: 580px;
}
#nav_menu ul li {
  font-size: 30px;
  text-align: left;
  letter-spacing: 0.01em;
  line-height: 70px;
  text-transform: uppercase;
}
#nav_menu ul li a {
  color: rgba(110, 84, 3, 1);
}
#nav_menu .bottom_menu {
  text-align: left;
  font-size: 24px;
  letter-spacing: 0.01em;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  padding: 45px 0 80px;
  padding-left: 60px;
}
#nav_menu .bottom_menu a {
  color: rgba(110, 84, 3, 1);
}
#nav_menu .bottom_menu a.current-menu-item {
  border-bottom: 1px solid #6e5403;
}
#nav_menu .bottom_menu span {
  padding: 0 20px;
}
#nav_menu .bottom_menu span:first-child {
  padding-left: 0;
}
#nav_menu .bottom_menu span:nth-child(2) {
  border-left: 1px solid rgba(110, 84, 3, 1);
  border-right: 1px solid rgba(110, 84, 3, 1);
}
#nav_menu ul {
  padding-left: 60px;
  padding-top: 20px;
}
#nav_menu ul li.current-menu-item {
  background: rgba(110, 84, 3, 1);
}
#nav_menu ul li.current-menu-item a {
  color: white;
}
#nav_menu ul li a:hover,
#nav_menu .bottom_menu a:hover {
  color: rgba(210, 182, 115, 1);
}

/*.................................................
    6. BODY SECTION
..................................................*/

/*.................................................
    7. FOOTER SECTION
..................................................*/

footer {
  background-color: rgba(110, 84, 3, 1);
  display: inline-block;
  width: 100%;
  font-size: initial;
  padding: 0 20px;
}
footer a,
.tel-text {
  color: #ffffff;
}
footer ul li {
  display: inline-block;
}
.footer-wrapper {
  width: 100%;
  display: block;
  max-width: 1340px;
  margin: 0 auto;
}
.footer-wrapper div {
  display: inline-block;
}
.footer-left,
.footer-right,
.footer-middle {
  height: 116px;
  width: 33.3333%;
  float: left;
}
.footer-middle ul {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-bozzuto {
  margin-right: 45px;
}
.footer-left ul,
.footer-right ul {
  line-height: 112px;
}
.footer-bozzuto > ul > li > a > img {
  height: 40px;
}
.footer-wrapper div.footer-handicapped-tab {
  display: none;
}
.footer-handicapped > ul > li {
  vertical-align: middle;
  line-height: 0;
}
.footer-handicapped > ul > li.handicapped-home > a,
.footer-handicapped > ul > li.handicapped-chair > a {
  width: 20px;
  height: 20px;
  display: block;
}
.footer-handicapped > ul > li.handicapped-ora > a > img {
  height: 32px;
}
.footer-handicapped > ul > li.handicapped-ora {
  width: 33px;
  height: 32px;
}
.footer-handicapped > ul > li.handicapped-home > a {
  background: url(images/handicaped_logo.svg);
  background-repeat: no-repeat;
  background-size: 45px 20px;
}
.footer-handicapped > ul > li.handicapped-chair > a {
  background: url(images/handicaped_logo.svg);
  background-repeat: no-repeat;
  background-size: 45px 20px;
  background-position: 100%;
}
li.handicapped-ora {
  margin-right: 12px;
}
li.handicapped-home {
  margin-right: 4px;
}
footer .footer-address {
  display: block;
  text-align: center;
}
footer .footer-tel {
  display: block;
  text-align: center;
}
.tel-text {
  margin-right: 5px;
}
footer .footer-address a,
footer .footer-tel a,
footer .tel-text {
  letter-spacing: 0.03em;
  font-size: 14px;
}
footer .footer-address,
footer .footer-tel {
  line-height: 20px;
}
.social-icons > ul > li > a > img {
  width: 20px;
  height: 20px;
}
.social-wrapper {
  float: right;
}
.privacy {
  margin-right: 20px;
}
.social-icons li {
  margin-left: 10px;
}
.privacy a {
  vertical-align: middle;
  letter-spacing: 0.03em;
  line-height: 24px;
  font-size: 14px;
}
.footer-wrapper div.tab-only {
  display: none;
}
.cookie-li {
  padding-left: 10px;
}

/*.................................................
    8. HOME SECTION
..................................................*/

.banner {
  position: relative;
  overflow: hidden;
}
.banner_img_box {
  height: 500px;
}
.banner_gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

/* Home page specific: allow touch events to pass through gradient overlay for carousel swipe */
#home_page .banner_gradient {
  pointer-events: none;
}

.banner_logo {
  position: absolute;
  z-index: 5;
  width: 230px;
  height: 230px;
  top: 90px;
  right: 40px;
  border-radius: 50%;
  transition: top 0.3s linear;
}
.banner_logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.banner_content {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Home page specific: re-enable pointer events for interactive content */
#home_page .banner_content {
  pointer-events: none;
}
/* banner slider navigation dots*/
.banner_slider .flex-control-nav {
  bottom: 35px;
  z-index: 10;
  left: 28px;
  text-align: left;
}
@media screen and (max-width: 736px) {
  .banner_slider .flex-control-nav {
    text-align: right;
    bottom: 20px;
    left: -20px;
  }
}

.banner_slider .flex-control-paging li a {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 0;
  line-height: 0;
}

.banner_slider .flex-control-paging li a:hover {
  background: rgba(255, 255, 255, 0.8);
}

.banner_slider .flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, 1);
  border: 1px solid #fff;
}

/* Hide any text content in the pagination dots */
.banner_slider .flex-control-paging li {
  font-size: 0;
  line-height: 0;
}

.banner_slider .flex-control-paging li a:before,
.banner_slider .flex-control-paging li a:after {
  display: none;
}

/* Slick Slider styles for banner_slider (replacing FlexSlider) */
.banner_slider .slick-dots {
  bottom: 35px;
  z-index: 10;
  left: 28px;
  text-align: left;
  width: auto;
  height: 30px;
}
@media screen and (max-width: 736px) {
  .banner_slider .slick-dots {
    text-align: left;
    bottom: 10px;
    left: 9px;
  }
}

.banner_slider .slick-dots li button {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 0;
  line-height: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0;
}

.banner_slider .slick-dots li button:hover {
  background: rgba(255, 255, 255, 0.8);
}

.banner_slider .slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 1);
  border: 1px solid #fff;
}

.banner_slider .slick-dots li button:before {
  display: none;
}

.banner_slider .slick-list,
.banner_slider .slick-track {
  height: 100%;
}

.banner_slider .slick-list {
  touch-action: pan-x pan-y;
  -ms-touch-action: pan-x pan-y;
}

.banner_slider {
  position: relative;
  z-index: 1;
  touch-action: pan-x pan-y;
  -ms-touch-action: pan-x pan-y;
}

.banner_slider .slick-slide {
  height: 100vh;
  touch-action: pan-x pan-y;
  -ms-touch-action: pan-x pan-y;
}

.banner_slider .slick-slide img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.banner_content h1,
.banner_content h2 {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 70px;
  left: 28px;
  text-transform: uppercase;
  font-family: "brandon-grotesque";
  font-size: 80px;
  color: #fff;
  text-align: left;
  letter-spacing: 0.01em;
  line-height: 104px;
}
.sec {
  width: 100%;
}
.sec.one > div {
  width: 50%;
  height: 488px;
  float: left;
  position: relative;
}
.hover-content {
  cursor: default;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.hover-content a {
  display: block;
  width: 100%;
  height: 100%;
}
.hover-content h2 {
  font-family: "brandon-grotesque";
  font-size: 46px;
  color: #fff;
  letter-spacing: 0.03em;
  position: absolute;
  width: 100%;
  height: auto;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-transform: uppercase;
  padding: 12%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.default_heiding {
  opacity: 1;
  font-family: "brandon-grotesque";
  font-size: 46px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0 5px;
  word-wrap: break-word;
  margin-top: 20px;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.sec.two > div {
  width: 33.33331%;
  height: 429px;
  float: left;
  position: relative;
}
.sec.gallery > div {
  height: 795px;
  float: left;
  position: relative;
  width: 100%;
}
.sec.gallery .default_heiding {
  position: absolute;
  top: 20px;
  width: 100%;
}

.default_content {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.hover-content .default_heiding {
  display: none;
}
.sec > div {
  overflow: hidden;
}
/*.sec > div:hover .default_content{opacity: 0;}*/
/*.sec > div:hover .hover-content{opacity: 1;}*/

.default_content.hoveredme {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.default_content.hoveredme .default_heiding {
  /*transform: translateY(-80px);*/
}
.hover-content.showme_onhover {
  opacity: 1;
}
.hover-content.showme_onhover h2 {
  top: 50%;
}

.awards {
  color: #fff;
  position: relative;
  float: left;
}
.heading_sec {
  text-transform: uppercase;
  background-color: rgba(110, 84, 3, 1);
  width: 100%;
  float: left;
  text-align: center;
  padding: 90px 20px;
}
.heading_sec h2 {
  font-size: 42px;
}
.heading_sec h4 {
  font-size: 22px;
  text-transform: uppercase;
}
.awards_item h3 {
  font-size: 28px;
  margin: 10px 0;
}
.awards_item p {
  font-size: 22px;
}
.awards_wrap {
  background-color: rgba(250, 250, 250, 1);
  color: rgba(88, 88, 88, 1);
  display: table;
  padding: 10px;
  width: 100%;
}
.awards_item_wrap {
  border: 10px solid rgba(250, 250, 250, 1);
  background-color: rgba(250, 250, 250, 1);
  width: 50%;
  display: table-cell;
  text-align: center; /*padding: 20px;*/
  background-color: #fff;
}
.awards_item {
  padding: 70px 20px;
  background-color: #fff;
}
.awards_item h5 {
  font-size: 28px;
}
.awards_item p {
  width: 80%;
  margin: 0 auto;
}
.awards_item img {
  height: 160px;
  width: 160px;
}

.banner_slider .slides img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/* Arrows */
.slick-prev:before,
.slick-next:before {
  color: #fff; /* white looks better on top of image */
  font-size: 30px;
}

/* Dots styling */
.slick-dots {
  position: absolute;
  bottom: 20px; /* distance from bottom of image */
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}

.slick-dots li button:before {
  font-size: 12px;
  color: white; /* white dots on image */
  opacity: 0.7;
}

.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

/* AMENITIES */
.top-banner {
  width: 100%;
  position: relative;
  height: 500px;
}
.top-banner-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.banner-text {
  text-align: center;
  position: absolute;
  bottom: 160px;
  width: 100%;
}
#life_at_the_kensington_page .banner-text {
  bottom: 110px;
}
.banner-text h1,
.banner-text h2 {
  font-size: 55px;
  color: #fff;
}
.banner-text p {
  font-size: 25px;
  color: #fff;
  max-width: 1024px;
  margin: 0 auto;
}
.banner-menu ul li {
  /*display: inline-block;
    padding: 20px;*/
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
}
.banner-menu ul li a {
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid transparent;
}
.banner-menu ul {
  /*text-align: center;*/
  display: table;
  text-align: center;
  width: 100%;
  height: 70px;
}
.banner-menu {
  border-top: 1px solid rgba(231, 231, 231, 0.5);
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: auto;
}
.content-block {
  width: 100%;
  clear: both;
  overflow: hidden;
  position: relative;
}
.img-block {
  height: 100%;
  width: 55%;
  height: 420px;
}
.text-block {
  width: 45% !important;
  text-align: center;
  padding: 60px;
  height: 420px;
  position: relative;
}
.content-block:nth-child(even) .text-block {
  float: left;
}
.content-block:nth-child(odd) .text-block {
  float: right;
}
.content-block:nth-child(even) .img-block {
  float: right;
}
.content-block:nth-child(odd) .img-block {
  float: left;
}
.text-block h2 {
  font-size: 42px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.text-block p {
  font-size: 22px;
  line-height: 29px;
  color: #585858;
  orphans: 3;
  widows: 2;
}
.text-block a,
.full-wid-content .exp-gallery-link {
  font-size: 20px;
  color: #6e5403;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(images/Amenities/down_arrow.png) right center no-repeat,
    url(images/Amenities/camera-gallery_icon.png) left center no-repeat;
  display: block;
  width: 174px;
  padding: 0 40px 0 46px;
  line-height: 24px;
}
.exp-gallery-link.gal-expanded {
  background-image: url(images/Amenities/up_arrow.png),
    url(images/Amenities/camera-gallery_icon.png);
}
.text-block a img {
  margin: 0 10px;
  vertical-align: baseline;
}
.table {
  width: 100%;
  display: table;
  vertical-align: middle;
}
.table-cell {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.table.full-ht {
  height: 100%;
}
.content-gal-expanded {
  clear: both;
  overflow: hidden;
  display: none;
}
.content-gal-expanded div {
  height: 500px;
  float: left;
}
.gal60 {
  width: 60%;
}
.gal40 {
  width: 40%;
}
.gal100 {
  width: 100%;
  float: left;
}
.device-menu-selected {
  display: none;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
}
.device-menu-selected-val {
  background: url(images/down_arrow.png) right center no-repeat;
  padding-right: 40px;
  font-size: 18px;
  color: #ffffff;
}
.banner-menu ul li.active-item a,
.banner-menu ul li:hover a {
  border-bottom: 1px solid #fff;
}
.amenities-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #585858;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
.amenities-title span {
  color: #6e5403;
}
/*.banner-menu ul li.active-item,.banner-menu ul li:hover{background: #FFF;cursor: pointer;}*/

/* Residences */
#residence_page .banner-menu ul li {
  padding: 0 60px;
}
#residence_page .banner-menu ul {
  padding: 0 20%;
}
.full-wid-content .text-block {
  float: left;
  width: 100% !important;
}
.points-block {
  width: 100%;
  float: left;
  padding: 60px 10% 60px;
}
.points-block .half-block {
  width: 48%;
  float: left;
}
.points-block .half-block.right-block {
  float: right;
}
.points-block .half-block.right-block ul {
  display: table;
  float: right;
}
.points-block ul li {
  font-size: 22px;
  line-height: 29px;
  color: #585858;
  background: url(images/Residence/dot.png) left top 10px no-repeat;
  padding-left: 40px;
  margin: 0;
  margin-bottom: 10px;
}
.points-block a {
  font-size: 22px;
  color: #6e5403;
  text-decoration: underline;
}
.points-block p {
  font-size: 22px;
  color: #585858;
}
.full-wid-content .exp-gallery-link {
  position: relative;
  margin: 20px auto 0;
  clear: both;
}
.full-wid-content .text-block h2,
.full-wid-content .text-block p {
  color: #fff;
  max-width: 910px;
  text-align: center;
  margin: 20px auto;
}
.full-wid-content .text-block p span.yellow-txt {
  color: #c49421;
  text-transform: uppercase;
}
.residences-block .img-block {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
}
.residences-block .text-block {
  float: left;
  height: auto;
  padding: 120px 0 150px;
}
.penthouses-links {
  width: 100%;
  margin-top: 30px;
}
.penthouses-links div {
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
.aln-ctr {
  text-align: center;
}
.title-txt {
  padding: 45px 0;
  display: inline-block;
  width: 100%;
}
.full-block {
  width: 100%;
  clear: both;
  overflow: hidden;
  position: relative;
}
.full-width.aln-ctr.title-txt {
  border: solid 1px rgba(241, 241, 241, 1);
  border-width: 0 0 1px 0;
  font-size: 22px;
  color: #585858;
}
.clear {
  clear: both;
}
body.no-scroll {
  overflow-y: hidden;
}
/**
 * 404 Page
 */

body {
  height: 100%;
  display: block;
  width: 100%;
}
.error-page.inner_wrapper {
  display: table;
  width: 100%;
  text-align: center;
  /*height: calc(100vh - 256px);*/
  min-height: 480px;
}
.error-page-content {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.error-page-wrapper {
  margin: 30px auto;
  max-width: 767px;
  width: 90%;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  background: url(images/404/error-circles.svg) no-repeat;
  background-position: 35% 0;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px 0;
}
.error-page.inner_wrapper h1 {
  font-family: "brandon-grotesque";
  font-size: 120px;
  color: rgba(110, 84, 3, 1);
  text-align: center;
}
.error-page.inner_wrapper h2 {
  font-family: "brandon-grotesque";
  font-size: 45px;
  color: rgba(110, 84, 3, 1);
  text-align: center;
  text-transform: uppercase;
}
.error-page.inner_wrapper p {
  font-family: "brandon-grotesque";
  font-size: 30px;
  color: rgba(20, 20, 20, 1);
  text-align: center;
  text-transform: uppercase;
  line-height: 52px;
}
.error-button {
  height: 56px;
  width: 210px;
  background-color: #6c5201;
  line-height: 54px;
  border: 1px solid #6c5201;
  outline: none;
  font-family: "brandon-grotesque";
  font-size: 25px;
  color: #fffcf5;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 60px;
  display: inline-block;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.error-button:hover {
  border: 1px solid #6c5201;
  background-color: #ffffff;
  color: #6e5403;
}

/**
 * Greenliving Page
 */

.green-living-page {
  font-family: "brandon-grotesque";
}
.green-living-banner {
  position: relative;
  width: 100%;
}
.neighborhood-inner {
  width: 100%;
}
.green-living-banner .banner-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 100px;
  margin: auto;
}
.green-living-banner .banner-caption h1,
.green-living-banner .banner-caption h2 {
  font-size: 55px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.green-living-banner .banner-caption p {
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 31px;
  margin: 30px auto 50px;
}
.green-living-middle {
  display: inline-block;
  width: 100%;
  padding-bottom: 100px;
}
.middle-wrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.green-living-middle h2 {
  font-size: 22px;
  color: rgba(88, 88, 88, 1);
  text-align: center;
  line-height: 29px;
  margin-top: 20px;
}
.green-living-middle h3 {
  font-size: 22px;
  line-height: 29px;
  color: rgba(88, 88, 88, 1);
  text-align: center;
  text-transform: uppercase;
  margin: 20px auto;
  padding: 35px 0;
  border: solid rgba(241, 241, 241, 1);
  border-width: 1px 0;
}
.green-living-middle h4 {
  font-size: 22px;
  color: rgba(88, 88, 88, 1);
  text-align: center;
  line-height: 33px;
  padding: 0 100px;
  margin-bottom: 30px;
  max-width: 1720px;
  display: inline-block;
}
.green-living-middle .green-living-list-container {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
  max-width: 1720px;
}
.green-living-middle .green-living-list-container ul {
  display: inline-block;
  vertical-align: top;
}
.green-living-middle .green-living-list-container ul li {
  font-size: 22px;
  color: rgba(88, 88, 88, 1);
  text-align: left;
  line-height: 29px;
  padding-left: 65px;
  position: relative;
  margin: 15px 0;
  display: inline-block;
  width: 100%;
}
.green-living-middle .green-living-list-container ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 7.5px;
  left: 10px;
  background: url(images/Greenliving/bullet-point.svg) center/cover no-repeat;
}
.green-living-middle .green-living-list-container .left-list {
  width: 45%;
  margin-right: 5%;
}
.green-living-middle .green-living-list-container .right-list {
  width: 45%;
  margin-left: 5%;
}
.bottom-image-section {
  display: block;
  width: 100%;
  padding-bottom: 40%;
}

/*Gallery*/
/********
Thumbnail Control Nav
*********/
.gallery_flexslider .flex-control-nav {
  bottom: 84px;
  text-align: center;
  padding: 0 260px;
}
.gallery_flexslider .flex-control-thumbs {
  overflow: visible;
  position: absolute;
}
.gallery_flexslider .flex-control-thumbs li {
  width: 15px;
  height: 15px;
  float: none;
  position: relative;
  overflow: visible;
  cursor: pointer;
  margin: 10px 0 0 12px;
  border-radius: 50%;
  background-color: #fff;
}
.gallery_flexslider .flex-control-thumbs li:first-child {
  margin-left: 0px;
}
.gallery_flexslider .flex-control-thumbs li:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  margin: 0 auto;
  top: -9px;
  border: 8px solid #fff;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  width: 0;
  height: 0;
  opacity: 0;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gallery_flexslider .flex-control-thumbs img {
  height: 80px;
  width: 80px;
  max-width: none;
  display: block;
  -moz-user-select: none;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin: 0 auto;
  transform: translateX(-50%);
  bottom: calc(100% + 9px);
  border: 2px solid #fff;
  pointer-events: none;
}
iframe {
  left: 0;
  max-width: 100%;
}
.gallery_flexslider .flex-control-thumbs li:hover img {
  opacity: 1;
  cursor: default;
  z-index: 10;
  height: 80px;
  width: 80px;
}
.gallery_flexslider .flex-control-thumbs li:hover:before {
  opacity: 1;
}
.gallery_flexslider .flex-control-thumbs .flex-active {
  opacity: 0;
  cursor: default;
}
.gallery_flexslider .flex-control-thumbs li.activeParent {
  background-color: transparent;
  cursor: default;
  background: url(images/gallery/active_dot.svg) no-repeat center/cover;
}

.gallery_flexslider .flex-direction-nav {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 100%;
}
.gallery_flexslider .flex-direction-nav a {
  width: 37px;
  height: 64px;
}
.gallery_flexslider .flex-direction-nav a:before {
  content: "" !important;
}
.gallery_flexslider .flex-direction-nav a.flex-next {
  background: url("images/gallery/right_arrow_white.png") no-repeat center
    center/85%;
  right: 26px;
  opacity: 1;
}
.gallery_flexslider .flex-direction-nav a.flex-prev {
  background: url("images/gallery/left_arrow_white.png") no-repeat center
    center/85%;
  left: 26px;
  opacity: 1;
}

.banner-sub-menu {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  height: auto;
  position: fixed;
  z-index: 1;
  text-align: center;
}
.banner-sub-menu > div {
  padding: 25px 0;
  height: 100%;
  margin: 0 auto;
}
.banner-sub-menu > div > a {
  font-size: 20px;
  font-family: "brandon-grotesque";
  font-style: normal;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.07em;
  margin-right: 80px;
}
.banner-sub-menu > div > a:last-child {
  margin-right: 0;
}
.banner-sub-menu > div > a:hover,
.banner-sub-menu > div > a.current_item {
  border-bottom: 1px solid #fff;
}
.desk_hide {
  display: none;
}
.caption {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 15px;
  text-align: center;
}
.caption p {
  font-size: 20px;
  font-family: "brandon-grotesque";
  font-style: normal;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.07em;
}
.gallery_custom_share {
  position: absolute;
  bottom: 100px;
  right: 30px;
}
.gallery_custom_share a {
  float: left;
  width: 50px;
  line-height: 45px;
  height: 45px;
  margin-right: 1px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  margin-right: 1px;
}
.gallery_custom_share a img {
  width: 22px;
}
.gallery_custom_share a.share-facebook img {
  width: 10px;
}
.gallery_custom_share a:last-child {
  margin-right: 0;
}
.gallery_custom_share .share-google > div {
  position: absolute;
  left: 2px;
  right: 0;
  top: 10px;
  bottom: 0;
  opacity: 0;
  width: auto !important;
  height: 51px;
}
.gallery_custom_share a.share-facebook {
  padding-bottom: 11px;
}
.gallery_custom_share .share-google {
  position: relative;
}
.gallery_custom_share .share-google > div span {
  display: block;
}
.gallery_custom_share .google_plusone_iframe_widget span > div {
  width: 42px !important;
  height: 45px !important;
}
.gallery_custom_share .google_plusone_iframe_widget iframe {
  width: 42px !important;
  height: 45px !important;
}
#plusone #button {
  height: 45px !important;
  width: 49px !important;
}
.thumb_popup {
  position: absolute;
  width: 100px;
  z-index: 10;
  height: 60px;
  display: none;
  border: 1px solid #fff;
}
.thumb_popup > img {
  width: 100%;
  height: 100%;
}
.gallery_flexslider .slides li {
  position: relative;
}
.enlarge_btn {
  position: absolute;
  top: 100px;
  right: 40px;
  width: 40px;
  height: 40px;
}
.mfp-zoom-out-cur {
  cursor: default !important;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer !important;
  width: 25px;
}
.mobile_pagination {
  display: none;
}

/**
 * Art Of Kensington Page
 */
.kensington-page.inner_wrapper {
  display: block;
}
.kensington-page-content .green-living-banner.kensington-banner {
  background-size: cover !important;
  background-position: center center !important;
}
.green-living-banner.kensington-banner .banner-caption {
  bottom: 40px;
  margin: 0 auto;
  padding: 0;
}
.green-living-banner.kensington-banner .banner-caption p {
  font-size: 22px;
  text-transform: none;
  margin: 10px auto 35px;
  max-width: 1024px;
  line-height: 29px;
}
.kensington-content {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.kensington-content div {
  max-width: 1340px;
  width: 100%;
  display: inline-block;
  padding: 100px 50px;
}
.kensington-content div.show-more-container {
  max-width: none;
  width: 100%;
  display: inline-block;
  padding: 0;
}
.show-more-button {
  display: none;
  position: relative;
  border: none;
  outline: none;
  background: none;
  color: rgba(110, 84, 3, 1);
  width: 70px;
  padding-right: 20px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  font-size: 14px;
}
.show-more-button:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 10px;
  width: 10px;
  border: solid rgba(110, 84, 3, 1);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.more-button {
  display: inline-block;
}
.less-button {
  display: none;
}
.opened .more-button {
  display: none;
}
.opened .less-button {
  display: inline-block;
}
.show-more-button.opened:after {
  -webkit-transform: rotate(-135deg) translateY(-5px) translateX(-5px);
  -ms-transform: rotate(-135deg) translateY(-5px) translateX(-5px);
  transform: rotate(-135deg) translateY(-5px) translateX(-5px);
}
.kensington-content div p {
  font-size: 22px;
  color: rgba(88, 88, 88, 1);
  text-align: center;
  line-height: 29px;
  margin-bottom: 30px;
}
.kensington-content div p.kensington-more-info {
  color: rgba(110, 84, 3, 1);
  margin: 0;
}
.image-text-sections {
  display: block;
  width: 100%;
}
.image-text-sections .image-content-wrapper {
  width: 100%;
  display: table;
}
.image-text-sections .image-content-wrapper > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.image-text-sections .image-content-wrapper .content-wrapper {
  width: 45%;
}
.image-text-sections .image-content-wrapper .image-wrapper {
  width: 55%;
  padding-bottom: 40%;
  position: relative;
}
.image-text-sections .image-content-wrapper .content-wrapper div {
  position: relative;
  display: inline-block;
  margin: 30px;
}
.image-text-sections .image-content-wrapper .content-wrapper h2 {
  font-size: 42px;
  text-align: center;
  text-transform: uppercase;
}
.image-text-sections .image-content-wrapper .content-wrapper h3 {
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 37px;
}
.image-text-sections .image-content-wrapper .content-wrapper p {
  font-size: 22px;
  color: rgba(88, 88, 88, 1);
  text-align: center;
  line-height: 29px;
  max-width: 550px;
  display: block;
  margin: 0 auto;
}
.kensington-enlarge {
  background: url(images/art-of-kensington/enlarge.svg) center/cover no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  display: block;
  top: 40px;
  right: 40px;
  border: none;
  outline: none;
  cursor: pointer;
}

.image-text-sections
  .image-content-wrapper:nth-of-type(even)
  .kensington-enlarge {
  right: auto;
  left: 40px;
}
.popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  text-align: center;
  z-index: 4;
}
.popup-overlay > .table {
  height: 100%;
}
.image-popup {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding-top: 110px;
  /*    top: 50%;
    -webkit-transform: translateY(-50%) translateY(70px);
        -ms-transform: translateY(-50%) translateY(70px);
            transform: translateY(-50%) translateY(70px);
    display: block;*/
}
.shrink-header .image-popup {
  padding-top: 90px;
}
.popup-image-wrapper {
  display: inline-block;
  position: relative;
  border: 5px solid #ffffff;
}
.popup-image-wrapper img {
  width: auto;
  margin: 0 auto;
  max-height: calc(100vh - 200px);
  max-width: calc(100vw - 200px);
}
button.popup-close {
  width: 40px;
  height: 40px;
  top: -5px;
  position: absolute;
  right: -55px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
}

button.popup-close:after,
button.popup-close:before {
  position: absolute;
  left: 20px;
  content: " ";
  height: 22px;
  width: 1px;
  background-color: #000;
  top: 9px;
}
button.popup-close:before {
  transform: rotate(-45deg);
}
button.popup-close:after {
  transform: rotate(45deg);
}
.popup-opened {
  overflow: hidden;
}

/**
 * Contact Page
 */
.contact-banner .banner-caption p {
  margin-bottom: 80px;
  margin-top: 20px;
}
.contact-form-container .hywrap {
  margin: 0 auto !important;
  max-width: none;
}
.contact-form-container .hywrap .control-label {
  font-family: "brandon-grotesque";
  font-size: 18px;
  color: rgba(88, 88, 88, 1);
  text-transform: uppercase;
  margin-bottom: 5px !important;
}
.contact-content {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.contact-form-container {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
  padding: 75px 50px 40px;
}
.contact-form-container h2 {
  font-size: 42px;
  color: rgba(0, 0, 0, 1);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contact-form-container .hywrap select,
.contact-form-container .hywrap textarea,
.contact-form-container .hywrap input[type="text"] {
  border: 1px solid rgba(194, 194, 194, 1);
  height: 50px;
  font-size: 18px;
  color: #000;
  font-family: "brandon-grotesque", sans-serif;
}
.contact-form-container .hywrap textarea {
  height: 200px;
}
.contact-form-container .hywrap .control-group {
  margin-bottom: 25px;
}
.contact-form-container .hywrap #more-info a {
  color: rgba(111, 85, 16, 1);
  font-family: "brandon-grotesque", sans-serif;
  font-size: 25px;
}
.contact-form-container .hywrap select {
  background: #ffffff;
}
.contact-form-container .hywrap button {
  font-family: "brandon-grotesque", sans-serif;
  background-color: rgba(111, 85, 16, 1);
  border: none;
  outline: none;
  width: 100%;
  font-size: 25px;
  letter-spacing: 0.03em;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 0;
}
.contact-form-container .hywrap .form-actions {
  padding-bottom: 75px;
}
.contact-form-container .hywrap .control-group.hy-signup {
  margin: 0;
}
.contact-map {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1150px;
}
.contact-map div {
  position: relative;
  width: auto;
  padding-bottom: 34%;
  margin: 0 50px 40px;
}
a.contact-direction {
  position: absolute;
  top: 30px;
  left: 30px;
}
a.contact-direction img {
  width: 80px;
  height: 80px;
}
.contact-address-hours {
  display: inline-block;
  margin: auto;
  width: 100%;
  text-align: left;
  max-width: 1150px;
  padding: 0 50px 90px;
}
.contact-address-hours .contact-address {
  float: left;
}
.contact-address-hours .contact-hours {
  float: right;
  width: 420px;
}
.contact-address-hours .contact-address h2,
.contact-address-hours .contact-hours h2 {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.06em;
  color: #6e5403;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.contact-address-hours .contact-address * {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 24px;
  color: #141414;
  letter-spacing: 0.06em;
  line-height: 40px;
  display: block;
}
.contact-address-hours .contact-address span {
  margin-top: 12px;
}
.contact-address-hours .contact-hours li span {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 20px;
  color: #3b3b3b;
  line-height: 45px;
  display: inline-block;
}
.contact-address-hours .contact-hours ul li span:first-child {
  width: calc(100% - 175px);
  color: rgba(20, 20, 20, 1);
}
.contact-address-hours .contact-hours ul li span:last-child {
  color: rgba(59, 59, 59, 1);
}
.hywrap .radio {
  color: rgba(88, 88, 88, 1);
}
.hywrap .top_align .controls {
  text-align: left;
}

/**
 * Thank you Page
 */
.thankyou-content {
  max-width: 500px;
  display: inline-block;
  margin: 75px auto 60px;
}
.thankyou-content h2 {
  margin: 60px auto 15px;
  font-size: 80px;
  line-height: 82px;
  color: rgba(110, 84, 3, 1);
  text-align: center;
  text-transform: uppercase;
}
.thankyou-content h3 {
  margin-bottom: 70px;
  font-size: 35px;
  color: rgba(110, 84, 3, 1);
  text-align: center;
  text-transform: uppercase;
}
.thankyou-content ul {
  display: inline-block;
}
.thankyou-content ul li {
  display: inline-block;
  margin: 0 14px;
}
.thankyou-content ul li a {
  display: inline-block;
}
.thankyou-content ul li a img {
  display: block;
  width: 49px;
}

/**
 * Reviews Page
 */
#reviews_page .banner-text {
  bottom: 90px;
}
.review_sec,
.review_media_head {
  float: left;
  width: 100%;
}
.review_sec {
  margin: 100px 0 0;
}
.review_media_head {
  margin-bottom: 25px;
}
.review_sec_wrap {
  padding: 0 45px;
  float: left;
  width: 100%;
  margin: 0px 0 35px;
}
.review_media_head > div {
  float: left;
  width: 50%;
}
.review_info > div {
  float: right;
  font-size: 20px;
  margin-top: 5px;
}
.review_info .and_more {
  width: 100%;
}
.star_list li {
  width: 35px;
  height: 35px;
  float: left;
  margin: 0px 0 25px 25px;
}
.and_more > div {
  width: auto;
  float: right;
}
.and_more .review_count {
  color: rgba(88, 88, 88, 1);
  padding-right: 58px;
}
.view_more a {
  color: rgba(110, 84, 3, 1);
}
.more_reviews a {
  color: rgba(110, 84, 3, 1);
}
.and_more {
  font-size: 14px;
}
.review_list {
  float: left;
}
.review_list_row {
  width: 100%;
  display: table;
}
.review_item_wrap {
  background-color: rgba(248, 248, 248, 1);
  width: 50%;
  padding-right: 20px;
  display: table-cell;
  vertical-align: top;
  border-right: 20px solid #fff;
  border-bottom: 20px solid #fff;
}
.review_item_wrap:nth-child(2n) {
  border-right: 0;
}
.review_item_wrap:nth-child(2n) {
  padding-right: 0;
}
.review_item {
  background-color: rgba(248, 248, 248, 1);
  float: left;
  padding: 20px;
}
.review_item .reviewer {
  width: 114px;
  height: 114px;
  border-radius: 50%;
}
.review_item .reviewer img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.review_item > div {
  float: left;
}
.review_item .review_comment {
  width: calc(100% - 114px);
  font-size: 22px;
  line-height: 29px;
  padding-left: 40px;
}
.review_item .review_comment p {
  color: rgba(83, 83, 83, 1);
}
.review_rating li {
  width: 20px;
  height: 20px;
  float: left;
  margin: 15px 0 15px 15px;
}
.review_rating li:first-child {
  margin-left: 0;
}
#reviews_page .bottom_banner {
  height: 500px;
  float: left;
  width: 100%;
}
.review_sec_wrap:last-child {
  margin-bottom: 20px;
}

/* Life at kensington */
#life_at_the_kensington_page .banner-text h1,
#life_at_the_kensington_page .banner-text h2 {
  text-transform: uppercase;
}
#life_at_the_kensington_page #bozzuto-socialfeed-container {
  margin-bottom: 20px;
  max-width: 100%;
}

/*Blog Page*/

h1 {
  text-transform: uppercase;
}
.banner-text.banner_single_title {
  bottom: 40px;
  padding: 0 10px;
}
.single_title {
  text-transform: uppercase;
  margin-bottom: 0;
}
.blog_content {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.blog_listing {
  width: 75%;
  display: table-cell;
}
.blog_sidebar {
  width: 25%;
  display: table-cell;
  padding-left: 40px;
  height: 100%;
  vertical-align: top;
  padding-right: 15px;
}
#blog_page .text-block h2 {
  font-size: 22px;
  margin-bottom: 0;
  max-width: 80%;
  margin: 0 auto;
}
#blog_page .text-block a {
  background: none;
  padding: 0;
}
#blog_page .text-block .table-cell {
  vertical-align: middle;
}
#blog_page .content-block:nth-child(odd) .text-block {
  float: left;
}
#blog_page .content-block:nth-child(even) .text-block {
  float: right;
}
#blog_page .text-block .post_date {
  color: #585858;
  display: block;
  font-size: 18px;
  margin: 20px 0;
}
.blog_sidebar {
  font-size: 22px;
  background-color: #fbfafa;
}
.blog_sidebar .side-bar-title {
  color: rgba(108, 82, 1, 1);
  text-transform: uppercase;
  font-size: 30px;
  margin: 70px 0 40px;
}
.blog_sidebar .textwidget form {
  border: none !important;
  text-align: left !important;
  width: 100%;
}
.blog_sidebar .sub-title {
  color: rgba(102, 82, 77, 1);
  font-size: 22px;
  float: left;
  text-transform: uppercase;
  width: 100%;
}
.blog_sidebar input,
.blog_sidebar .customSelect {
  border: 1px solid #e5e5e5;
  width: 100% !important;
  height: 50px;
  margin-top: 16px;
  font-size: 22px;
  font-family: "brandon-grotesque", sans-serif;
}
.blog_sidebar .sub-title,
.blog_sidebar .customSelect {
  font-size: 18px;
}
.blog_sidebar .customSelect {
  border: none;
  z-index: 1 !important;
}
.blog_sidebar .textwidget,
.blog_sidebar .customSelect,
.blog_sidebar .tagcloud,
.blog_sidebar #widget_recent_entries ul {
  max-width: 80%;
  width: 100%;
}
.blog_sidebar .customSelect .selectedValue {
  background: #fff;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 1px solid #e5e5e5;
  text-transform: uppercase;
  padding: 11px 20px;
}
.blog_sidebar .customSelect .caret {
  border: none;
  background: url(images/blog/down_arrow.png) no-repeat right center/100%;
  width: 22px;
  height: 26px;
  right: 20px !important;
}
.blog_sidebar .customSelect .selectList {
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  padding: 0;
  font-size: 22px;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
}
.blog_sidebar .customSelect .selected {
  background-image: none;
  background-color: rgba(110, 84, 3, 1);
  color: #ffffff;
}
.blog_sidebar .customSelect dd {
  color: #68544f;
  padding: 11px 20px;
}
.blog_sidebar .customSelect .selectList dd.hovered {
  background: rgba(110, 84, 3, 1);
  color: #ffffff;
}

.blog_sidebar input[type="submit"] {
  background-color: rgba(110, 84, 3, 1);
  border: 1px solid rgba(110, 84, 3, 1);
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
}
.system .blog_sidebar input[type="submit"]:hover {
  color: rgba(110, 84, 3, 1);
  background-color: #fff;
}
.blog_sidebar section {
  float: left;
  width: 100%;
}
.blog_sidebar ul li:not(:last-child) {
  /*margin-bottom: 30px;*/
}
.blog_sidebar ul li a {
  color: #000;
  max-width: 300px;
}
.system .blog_sidebar ul li a:hover,
.system .blog_sidebar .tagcloud a:hover {
  color: rgba(0, 0, 0, 0.75);
}
.blog_sidebar .tagcloud a {
  float: left;
  font-size: 18px !important;
  color: #000;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
  text-transform: capitalize;
}
.blog_sidebar .rss {
  float: left;
  width: 100%;
  margin: 45px 0;
}
.blog_sidebar input[type="text"] {
  padding-left: 20px;
}
.blog_sidebar #widget_categories .cat-item {
  width: 80%;
  padding-left: 20px;
  line-height: 50px;
}
.blog_sidebar #widget_categories .cat-item:nth-child(2n + 1) {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(248, 248, 248, 1) 85%,
    #fbfafa 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(85%, rgba(248, 248, 248, 1)),
    color-stop(100%, #fbfafa)
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(248, 248, 248, 1) 85%,
    #fbfafa 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(248, 248, 248, 1) 85%,
    #fbfafa 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 1) 0%,
    rgba(248, 248, 248, 1) 85%,
    #fbfafa 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(248, 248, 248, 1) 85%,
    #fbfafa 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}

.blog_post {
  padding: 40px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 22px;
}
.pin_it_iframe_widget {
  margin-top: -21px;
  margin-right: -6px;
  display: none;
}
.blog_sidebar .widget_text:first-child .side-bar-title {
  margin-top: 31px;
}
.blog_post_wrap {
  height: auto;
}
.blog_post .post_bottom {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(248, 248, 248, 1) 85%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(85%, rgba(248, 248, 248, 1)),
    color-stop(100%, rgba(237, 237, 237, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(248, 248, 248, 1) 85%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(248, 248, 248, 1) 85%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(248, 248, 248, 1) 85%,
    rgba(237, 237, 237, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(248, 248, 248, 1) 85%,
    rgba(237, 237, 237, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.blog_post .post_image {
  width: 100%;
  height: auto;
}
.blog_post .post_content > * {
  max-width: 100%;
}
.blog_post .post_content {
  margin: 10px 0 150px;
  text-align: center;
  padding: 0 50px;
  font-size: 22px;
}
.blog_post .post_content h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.blog_post .post_date {
  color: rgba(88, 88, 88, 1);
  display: block;
  padding: 30px 0 60px;
}
.blog_post .post_content p {
  color: #585858;
  margin-bottom: 45px;
}
.blog_post .post_content a {
  color: #6e5403;
  border-bottom: 1px solid transparent;
}
.blog_post .post_bottom {
  border-top: 1px solid #ccc;
  width: 100%;
  height: 90px;
  padding: 25px 30px;
}
.blog_post .post_bottom a {
  color: rgba(110, 84, 3, 1);
  text-transform: uppercase;
}
.blog_post .post_bottom ul,
.thankyou-content ul li a {
  display: inline-block;
}
.blog_post .post_bottom ul li {
  display: inline-block;
  margin: 0 6px;
  list-style-type: none;
}
.blog_post .post_bottom ul li a img {
  width: 28px;
}
.blog_post .post_bottom .back_to {
  width: 50%;
  float: left;
}
.blog_post .post_bottom .social {
  width: 50%;
  float: right;
  text-align: right;
}
.blog_pagination,
.fp_pagination {
  width: 100%;
  clear: both;
  overflow: hidden;
  position: relative;
  margin: 60px auto;
}
.wp-pagenavi a,
.wp-pagenavi span,
.fp_pagination a {
  display: inline-block;
  font-size: 22px;
  width: 36px;
  height: 36px;
  line-height: 32px;
  margin: 2px;
  padding: 0;
  border: 1px solid #6e5403;
  background-color: #6e5403;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.fp-prev,
.fp-next {
  background-image: url("images/neighborhood/next_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
}
.wp-pagenavi a.previouspostslink,
.fp-prev {
  background-image: url("images/neighborhood/back.svg");
}
.wp-pagenavi a.previouspostslink:hover,
.fp-prev:hover {
  background-image: url("images/neighborhood/back_gold.svg");
}
.wp-pagenavi a.nextpostslink:hover,
.fp-next:hover {
  background-image: url("images/neighborhood/next_arrow_gold.svg");
}
.wp-pagenavi {
  font-size: 22px;
  width: 100%;
  text-align: center;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.fp_pagination a:hover,
.fp_pagination li.active a {
  border: 1px solid #6e5403;
  background-color: #fff;
  color: #6e5403;
  font-weight: normal;
}
.back_to a {
  background: url(images/blog/left_arrow.png) no-repeat left center/14px;
  padding-left: 30px;
  line-height: 39px;
}
.back_to a:hover,
#blog_page .text-block a:hover {
  color: rgba(210, 182, 115, 1);
}
.heading_link {
  position: static !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}
#blog_page .text-block h2:hover {
  color: rgba(0, 0, 0, 0.75);
}
.blog_post .post_content .post_date {
  padding-top: 0;
}
.blog_post .post_content ul,
.blog_post .post_content ol {
  text-align: left;
}
.blog_post .post_content ol li {
  white-space: normal !important;
}
.blog_post .post_content ul li {
  list-style-type: disc;
}
.blog_post .post_bottom ul li:last-child {
  margin-right: 0;
}

/**
 * Why Bozzuto Page
 */
.why-bozzuto-page
  .image-text-sections
  .image-content-wrapper
  .content-wrapper
  h2 {
  margin-bottom: 30px;
}
.image-text-sections .image-content-wrapper .content-wrapper p a {
  color: #6e5403;
}
.image-text-sections .image-content-wrapper .content-wrapper p a:hover {
  color: rgba(210, 182, 115, 1);
}

/**
 * Neighborhood Page
 */
.neighborhood-banner {
  position: relative;
}
.neighborhood-content,
.neighborhood-inner {
  position: relative;
  overflow: hidden;
}
.neighborhood-map {
  height: 900px;
}
.side-menu {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 90px;
  background: #fff;
}
.side-menu > ul > li {
  text-align: center;
  height: 90px;
  width: 90px;
  overflow: hidden;
  transition: all 0.5s ease;
}
/*.side-menu > ul > li:hover {
    background-color: rgba(110, 84, 3, 1);
}*/
/*.side-menu ul li:hover .side-menu-text {
  background-color: rgba(111, 83, 0, 1);
  width: 340px;
  position: absolute;
  
}*/
.side-menu ul li > div.side-menu-icon {
  display: block;
  vertical-align: middle;
  position: relative;
  float: left;
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center center;
}
.side-menu li.all:not(.active) {
  cursor: pointer;
}
.side-menu ul li > div.side-menu-text {
  left: 90px;
  font-size: initial;
  text-align: left;
  color: #fff;
  font-family: "brandon-grotesque", sans-serif;
  white-space: nowrap;
  cursor: pointer;
  transition: top 0.3s linear;
  position: relative;
  font-size: 20px;
}
.side-menu ul li > div.side-menu-text span {
  line-height: 90px;
  text-transform: uppercase;
  padding: 0 20px;
  display: block;
}
.side-menu > ul {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.side-menu ul li:not(:last-of-type) .side-menu-icon:after {
  display: block;
  content: "";
  width: 70%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.2);
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.side-menu-text ul {
  display: none;
  background: #fff;
  border-left: 2px solid rgba(111, 83, 0, 1);
  padding: 10px 0;
  max-height: 800px;
  padding-bottom: 100px;
}
.side-menu-text ul li {
  padding: 0 20px 10px;
}
.side-menu-text ul li a {
  color: rgba(111, 83, 0, 1);
}
.system .side-menu-text ul li a:hover {
  color: rgba(110, 84, 3, 1);
}

.side-menu-text span::after {
  background-image: url("images/neighborhood/down_arrow.png");
  content: "";
  width: 18px;
  height: 11px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 45px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.side-menu li.all .side-menu-text span::after {
  display: none;
}

.side-menu-text.side-menu-open span::after {
  transform: rotate(180deg);
}

div.icon-all {
  background-image: url("images/neighborhood/all.svg");
}
div.icon-attractions {
  background-image: url("images/neighborhood/attractions_entertainment.svg");
}
div.icon-clubs {
  background-image: url("images/neighborhood/clubs_bars.svg");
}
div.icon-hotels {
  background-image: url("images/neighborhood/hotels.svg");
}
div.icon-restaurants {
  background-image: url("images/neighborhood/restaurants.svg");
}
div.icon-theater {
  background-image: url("images/neighborhood/theater_stadiums.svg");
}
div.icon-transit {
  background-image: url("images/neighborhood/transit_transit.svg");
}
div.icon-specialty {
  background-image: url("images/neighborhood/specialty_foods.svg");
}
div.icon-areas {
  background-image: url("images/neighborhood/major_areas.svg");
}
div.icon-conveniences {
  background-image: url("images/neighborhood/conveniences.svg");
}
.side-menu ul li.active div.icon-all {
  background-image: url("images/neighborhood/all_select.png");
}
.side-menu ul li.active div.icon-attractions {
  background-image: url("images/neighborhood/attractions_entertainment_select.png");
}
.side-menu ul li.active div.icon-clubs {
  background-image: url("images/neighborhood/clubs_bars_select.png");
}
.side-menu ul li.active div.icon-hotels {
  background-image: url("images/neighborhood/hotels_select.png");
}
.side-menu ul li.active div.icon-restaurants {
  background-image: url("images/neighborhood/restaurants_select.png");
}
.side-menu ul li.active div.icon-theater {
  background-image: url("images/neighborhood/theater_stadiums_select.png");
}
.side-menu ul li.active div.icon-transit {
  background-image: url("images/neighborhood/transit_transit_select.png");
}
.side-menu ul li.active div.icon-specialty {
  background-image: url("images/neighborhood/specialty_foods_select.png");
}
.side-menu ul li.active div.icon-areas {
  background-image: url("images/neighborhood/major_areas_select.png");
}
.side-menu ul li.active div.icon-conveniences {
  background-image: url("images/neighborhood/conveniences_select.png");
}

#map_btn {
  position: absolute;
  right: 28px;
  bottom: 40px;
  width: 50px;
  background: #fff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.12);
}
#map_btn a {
  width: 100%;
  display: inline-block;
  text-align: center;
}
#map_btn a.active {
  background: #eee;
}
#map_btn a:not(:last-of-type) {
  border-bottom: 1px solid rgba(216, 216, 216, 1);
}
#map_btn a img {
  margin: 10px 0;
}
#map_zoom_btn {
  display: block;
  position: absolute;
  top: 40px;
  right: 28px;
  padding: 5px 10px;
  background: #000;
  width: 50px;
  text-align: center;
}
#map_zoom_btn a {
  width: 100%;
  display: inline-block;
}
#map_zoom_btn a:first-of-type {
  border-bottom: 1px solid rgba(85, 85, 85, 1);
}
#map_zoom_btn a img {
  margin: 15px 0;
}

.map-popup {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 13px;
  color: rgba(88, 88, 88, 1);
  text-transform: uppercase;
  min-width: 175px;
  padding: 10px 0 5px;
  /*position: relative;*/
}
.map-popup h3 {
  font-size: 18px;
  padding-right: 15px;
}
.map-popup a.popup-link {
  color: rgba(110, 84, 3, 1);
  display: inline-block;
  float: right;
  margin-top: 13px;
}
.map-popup .directions a.popup-link {
  float: left;
}
.map-popup .popup-close-icon {
  display: inline-block;
  position: absolute;
  right: 0;
}
.map-popup .popup-close-icon a {
  height: 25px;
  width: 25px;
  background: url("images/neighborhood/close.png") no-repeat;
  display: block;
  background-size: contain;
}
.gm-style-iw + div {
  display: none;
}
.neighborhood-page .image-fade li {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.neighborhood-page .image-fade,
.neighborhood-page .image-fade ul,
.neighborhood-page .image-fade li {
  height: 100%;
}
.neighborhood-page .image-grid {
  margin: 0 0 8px;
  height: calc(100vh - 112px);
  position: relative;
  display: block;
}
.neighborhood-page .imgbox {
  margin-top: 0;
  margin-bottom: 8px;
  overflow: hidden;
}
.neighborhood-page .imgbox-1,
.neighborhood-page .imgbox-3,
.neighborhood-page .imgbox-4 {
  height: calc(50% - 4px);
}
.imgbox {
  float: left;
  width: 50%;
  background-size: cover;
  cursor: pointer;
  background-position: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.imgbox-1 {
  width: 50%;
}
.imgbox-2 {
  width: calc(50% - 8px);
  float: right;
  margin-left: 8px;
}
.neighborhood-page .imgbox-2 {
  height: 100%;
}
.imgbox-3 {
  width: calc(25% - 4px);
  clear: left;
}
.imgbox-4 {
  width: calc(25% - 4px);
  float: right;
}
.vert_page_title {
  position: absolute;
  right: -389px;
  bottom: -17px;
  width: 420px;
  transform-origin: left top;
  transform: rotate(-90deg);
  font-size: 40px;
  line-height: 31px;
  height: 31px;
  text-transform: uppercase;
  opacity: 0.5;
}
.neighborhood-page .vert_wrapper {
  color: #fff;
  padding: 40px 60px 40px 40px;
  height: 100%;
}
.story-vert-bar .scroll-cnt .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.vert_wrapper h2 {
  font-size: 42px;
  margin-bottom: 20px;
}
.vert_wrapper p {
  font-size: 22px;
  line-height: 29px;
}
.view-gallery {
  background: #fff;
  border: 1px solid #fff;
  width: 120px;
  margin-top: 10px;
  display: block;
  font-size: 14px;
  padding: 5px 10px 4px;
  vertical-align: middle;
  color: rgba(110, 84, 3, 1);
  line-height: 18px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.system .view-gallery:hover {
  color: #fff;
  background-color: rgba(110, 84, 3, 1);
}
.image-fade .flex-control-nav,
.image-fade .flex-direction-nav {
  display: none;
}
.story-vert-bar {
  position: absolute;
  height: 100%;
  top: 0;
  right: 78px;
  width: 392px;
  text-align: left;
  background: rgba(87, 87, 87, 0.95);
  color: #fff;
  z-index: 2;
}
.story-vert-bar ul {
  margin-top: 15px;
  padding-right: 60px;
}

.story-vert-bar:not(.opened) {
  width: 29px;
}

.story-vert-bar ul li {
  list-style-type: none;
  padding-left: 10px;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
}

.story-vert-bar ul li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #502c1e;
  border-radius: 50%;
}
.story-vert-bar {
  -webkit-box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.arrow-left {
  position: absolute;
  top: 40px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid #fff;
  margin-left: -11px;
}
.arrow-right {
  position: absolute;
  top: 40px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #fff;
  margin-left: 0px;
}
.story-vert-bar.opened {
  width: 392px;
}
#gallery-slider .flex-control-paging {
  text-align: center;
  padding-bottom: 17px;
  line-height: 10px;
}

#gallery-slider .flex-control-paging li {
  font-size: 0;
  line-height: 0;
  display: inline-block;
}

#gallery-slider .flex-control-paging a {
  background: #2a2626;
  text-indent: -9999px;
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 5px 5px;
  outline: 0;
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
  border: 1px solid #fff;
}

#gallery-slider .flex-control-paging a.flex-active {
  background: #fff;
}

.hidden-slide-caption {
  display: none;
}

.gallery-popup-inner .slide-caption {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  min-height: 20px;
}

#gallery-slider {
  position: relative;
}

#gallery-slider .slides li {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
#gallery-slider .slides li:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#gallery-slider .slides li img {
  max-height: 100%;
  vertical-align: middle;
}
#gallery-slider .flex-direction-nav a {
  position: absolute;
  width: 42px;
  height: 42px;
  opacity: 1;
}
#gallery-slider .flex-direction-nav a.flex-next {
  right: -35px;
}
#gallery-slider .flex-direction-nav a:after {
  content: "";
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  padding: 13px;
  margin-top: -16px;
  border-top: 1px solid transparent;
}
#gallery-slider .flex-direction-nav a.flex-prev:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#gallery-slider .flex-direction-nav {
  height: 50px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

#gallery-slider .flex-direction-nav li {
  list-style-type: none;
}

#gallery-slider .flex-direction-nav a:after {
  content: "";
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  padding: 13px;
  margin-top: -16px;
  border-top: 1px solid transparent;
}

#gallery-slider .flex-direction-nav a.flex-next:before,
#gallery-slider .flex-direction-nav a:before {
  display: none;
}

#gallery-slider .flex-direction-nav a.flex-prev {
  left: -35px;
}

#gallery-slider .flex-direction-nav a.flex-prev:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

#gallery-slider .flex-direction-nav a.flex-next:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.gallery-popup-inner .close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 25px;
  height: 26px;
  border: 1px solid #fff;
}
#gallery-slider .flex-control-paging {
  text-align: center;
  padding-bottom: 17px;
  line-height: 10px;
  position: static;
}
.mob-pagination {
  display: none;
}
#gallery-slider .flex-control-paging a {
  background: #2a2626;
  text-indent: -9999px;
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 5px 5px;
  outline: 0;
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  border-radius: 4.5px;
  border: 1px solid #fff;
}
#gallery-slider .flex-control-paging li {
  font-size: 0;
  line-height: 0;
  display: inline-block;
}
.gallery-popup-inner .close:before,
.gallery-popup-inner .close:after {
  position: absolute;
  left: 11px;
  top: 3px;
  content: " ";
  height: 18px;
  width: 1px;
  background-color: #fff;
}

.gallery-popup-inner .close:before {
  transform: rotate(45deg);
}

.gallery-popup-inner .close:after {
  transform: rotate(-45deg);
}

.mob-pagination {
  color: #fff;
  padding: 7px 0 10px;
  text-align: center;
  font-size: 12px;
  font-family: "robotobold";
}

#gallery-slider .slides li:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.gallery-popup {
  position: absolute;
  width: 90%;
  top: 15px;
  height: calc(100% - 30px);
  background-color: rgba(35, 31, 32, 0.95);
  z-index: 9;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
}
.gallery-popup-inner {
  max-width: 80%;
  margin: 0 auto;
  height: 100%;
  padding: 20px;
}
/*
 *Floorplans Page
 */
#floorplans_page .banner-text.banner_single_title {
  bottom: 100px;
}
#floorplans_page .floorplans_content {
  position: relative;
}
.floorplans_srch_form {
  top: -48px;
  color: rgba(104, 84, 79, 1);
  font-size: 22px;
  padding: 0 55px;
  position: absolute;
  width: 100%;
}
.wrapper {
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.27);
  max-width: 1250px;
  margin: 0 auto;
  height: auto;
  padding: 20px;
}

.floorplans_srch_form .srch_fields_wrap > div {
  float: left;
}
.floorplans_srch_form .wrapper form {
  width: 100%;
  height: 100%;
}
.floorplans_srch_form .srch_fields_wrap {
  width: 100%;
}
.floorplans_srch_form .srch_fields_wrap > div {
  width: calc(100% / 6);
  padding-right: 15px;
}
.floorplans_srch_form .srch_fields_wrap > div .hidden_field {
  visibility: hidden;
}
.floorplans_srch_form .srch_fields {
  width: 85%;
}
.floorplans_srch_form .srch_ctrls {
  width: 15%;
  height: 100%;
  vertical-align: bottom;
  float: none !important;
}
.floorplans_srch_form .srch_ctrls input[type="submit"] {
  width: 60%;
  background-color: #6e5403;
  color: #fff;
  height: 45px;
  border-color: #6e5403;
  -webkit-appearance: none;
  border-radius: 0;
}
.floorplans_srch_form .srch_ctrls button {
  width: 37%;
  color: #fff;
  height: 45px;
  border-color: #575757;
  background: url(images/floorplans/cross.svg) no-repeat center center/20px
    #575757;
}
.floorplans_srch_form .srch_ctrls input,
.floorplans_srch_form .srch_ctrls button {
  font-size: 22px;
  cursor: pointer;
  border-style: solid;
  vertical-align: bottom;
}
.system .floorplans_srch_form .srch_ctrls input:hover {
  background-color: #fff;
  color: #6e5403;
}
.system .floorplans_srch_form .srch_ctrls button:hover {
  background-image: url(images/floorplans/cross_grey.svg);
  background-color: #fff;
}

#floorplans_page .customSelect {
  width: 100%;
  font-size: 16px;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  margin-right: 0;
}

#floorplans_page .customSelect .selectValueWrap {
  width: 100%;
}

#floorplans_page .customSelect .selectedValue {
  background: #fff;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 1px solid #e5e5e5;
  color: #6e5403;
  padding: 11px 8px;
  text-transform: uppercase;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 25px;
}
#floorplans_page .customSelect .selectValueWrap .caret {
  border: none;
  background: url(images/blog/down_arrow.png) no-repeat right center/90%;
  width: 22px;
  height: 26px;
  right: 5px !important;
  top: 7px !important;
}

#floorplans_page .customSelect .selectList {
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  padding: 0;
  font-size: 22px;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  z-index: 1000;
}
#floorplans_page .customSelect.select-open .selectList {
  top: 100% !important;
}

#floorplans_page .customSelect .selected {
  background: #6e5403;
  color: #fff;
}
#floorplans_page .customSelect dd {
  background: #fff;
  color: #68544f;
  font-size: 16px;
  padding: 8px 10px 8px 10px;
}
#floorplans_page .customSelect .selectList dd.hovered {
  background: #6e5403;
  color: #fff;
}
#floorplans_page .customSelect .jspVerticalBar {
  width: 4px;
}
.floorplans_quick_srch {
  padding: 100px 40px;
  float: left;
  width: 100%;
}
.floorplans_quick_srch h2 {
  text-transform: uppercase;
  color: #6e5403;
  width: 100%;
  text-align: center;
  font-size: 45px;
}
.floorplans_quick_srch .quick_srch_wrap {
  max-width: 1145px;
  width: 100%;
  margin: 0 auto;
}
#floorplans_page {
  background-color: #fff;
  float: left;
}
.quick_field {
  width: 33.3331%;
  text-align: center;
  float: left;
  padding: 40px;
}
.quick_field h3 {
  text-transform: uppercase;
  padding-top: 25px;
  font-size: 35px;
  color: #585858;
}
.quick_field > a {
  display: inline-block;
}
.quick_field > a:hover {
  opacity: 0.85;
}

.floorplans_results {
  float: left;
  background-color: #fff;
  padding: 90px 20px 45px;
  width: 100%;
  height: 100%;
}
.result_item {
  padding: 20px;
  width: 50%;
  float: left;
  max-height: 580px;
}
/* .result_item div {
  float: left;
} */
.result_item_wrap {
  padding: 40px;
  background-color: #fafafa;
  width: 100%;
  height: 100%;
}
.result_item_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.result_item_wrap > div {
  width: 100%;
}
.plan_detail {
  color: #6c5201;
  display: table;
  float: none !important;
}
.plan_detail > div {
  text-align: center;
  float: none;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.plan_detail .plan_info {
  width: 45%;
  padding-right: 15px;
  font-size: 20px;
}
.plan_detail .plan_image {
  width: 55%;
}
.plan_detail h3 {
  margin-bottom: 40px;
  font-size: 45px;
}
.plan_image img {
  max-width: none;
  height: auto;
  width: 100%;
}
.view_more {
  margin-top: 40px;
}
.view_more a {
  background-color: #6e5403;
  color: #fff;
  border: 1px solid #6e5403;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 50px;
}
.system .view_more a:hover {
  color: #6e5403;
  background-color: #fff;
}
.fp_pagination li,
.fp_pagination ul {
  display: inline-block;
}
.fp_pagination {
  text-align: center;
}
.fp-prev,
.fp-next {
  vertical-align: bottom;
}

.sort_box {
  margin: 20px auto;
  float: left;
  width: 100%;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 20px;
  color: #68544f;
}
.sort_box > div {
  width: 50%;
  float: left;
}
.sort_box ul li {
  float: left;
  padding-left: 25px;
}
.sort_box ul li a:hover,
.sort_box ul li a.selected {
  border-bottom: 2px solid #6e5403;
}
.sort_box ul li a {
  color: #68544f;
}
.filter_options > div {
  float: right;
}
.floorplans_detail {
  position: relative;
  top: -25px;
  width: 100%;
  text-align: center;
  float: none !important;
}
.floorplans_detail_wrap {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.27);
  background-color: #fff;
  width: 80% !important;
  margin: 0 auto;
}
.floorplans_detail .result_item {
  width: 100%;
  float: none;
  padding: 0;
  background-color: #fff;
  max-height: none;
  font-size: 22px !important;
}
.floorplans_detail .result_item_wrap {
  background-color: #fff;
  float: none;
  padding: 0;
  position: relative;
}
.floorplans_detail,
.floorplans_detail > div {
  width: 100%;
  float: none;
}
.floorplans_detail .view_more {
  width: 100%;
  text-align: center;
}
.floorplans_detail .view_more a {
  text-align: center;
  margin: 20px auto 0;
  width: 250px;
  text-transform: uppercase;
}
.floorplans_detail .view_more a span.at-icon-wrapper {
  display: none;
}
.floorplans_detail .view_more a:first-of-type {
  margin-top: 0;
}
.floorplans_detail .plan_detail {
  background-color: #fafafa;
  padding: 50px 0;
  color: rgba(0, 0, 0, 0.87);
}
.floorplans_detail .plan_detail .view_more {
  margin-top: 0;
}
.floorplans_detail .plan_detail h3 {
  font-size: 45px !important;
}
.floorplans_detail .plan_image img {
  width: auto;
  max-width: 100%;
}
.floorplans_detail .plan_image {
  padding: 110px 0 90px;
}
.floorplans_detail .enlarge-image {
  position: absolute;
  right: 30px;
  top: 30px;
}
.top-banner-gradient .back-to-text {
  position: absolute;
  bottom: 40px;
  left: 28px;
}
.top-banner-gradient .back-to-text a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding-left: 50px;
}
.top-banner-gradient .back-to-text:before {
  content: "";
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(-45deg);
  width: 12px;
  height: 12px;
  display: inline-block;
}
.floorplans_results .no_results_copy {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  color: #585858;
  font-size: 20px;
}
.floorplans_detail .ada_units {
  color: red;
  margin: 0 auto 18px;
  font-size: 16px;
  padding: 0 10px;
}

#bedRooms {
  position: relative;
}
#bedRooms .custom-select-list {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #68544f;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 101;
}

#bedRooms .selected-value-wrap {
  background: #fff;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 1px solid #e5e5e5;
  color: #cdcdcd;
  padding: 9px 8px;
  text-transform: uppercase;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 5px;
  font-size: 16px;
}
#bedRooms .selected-value-wrap .selected-value {
  color: #6e5403;
  display: block;
  width: 100%;
  background-image: url(images/blog/down_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 25px;
  background-size: 20px auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*#bedRooms .custom-select-list .range-item{
    padding: 8px 10px 8px 30px;
    background: url(images/floorplans/checkbox.svg) no-repeat 8px 48%/14px;
    cursor: pointer;
}
#bedRooms .custom-select-list .range-item:hover{
    background: url(images/floorplans/checked.svg) no-repeat 8px 48%/14px;
}
#bedRooms .custom-select-list .range-item.selectRange{
    background: url(images/floorplans/checked.svg) no-repeat 8px 48%/14px;
}*/
.select-check {
  margin: 12px 0;
}
.checkboxFive input[type="checkbox"] {
  visibility: hidden;
}
.checkboxFive {
  width: 16px;
  float: left;
  position: relative;
  margin: 0 10px;
}
.checkboxFive label {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
  background: #fff;
  overflow: hidden;
  border: 1px solid #68544f;
}
.checkboxFive label span {
  color: transparent;
  opacity: 0;
}
.checkboxFive label:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  background: transparent;
  top: 2px;
  left: 2px;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
/**
 * Create the hover event of the tick
 */
/*.checkboxFive label:hover{background: #6e5403;}
.checkboxFive label:hover::after {
    opacity: 1;
}
.select-check:hover .checkboxFive label{background: #6e5403;}
.select-check:hover .checkboxFive label:after{opacity: 1;}*/

/**
 * Create the checkbox state for the tick
 */
.checkboxFive input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.checkboxFive input[type="checkbox"]:checked + label {
  background: #6e5403;
}
#bedRoom .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
#bedRooms .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

#home_page *::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

#home_page *::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

/*------------POPUP-----------*/
.popup-wrapper {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.promo_box {
  width: 670px;
  border: 10px solid #fff;
  background-color: rgba(110, 84, 3, 1);
  z-index: 10;
}
.promo_box > div {
  padding: 18px 12px 12px 22px;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.promo_box h2 {
  font-size: 18px;
  font-weight: 900;
  padding-right: 10px;
  line-height: 23px;
}
.schedule-tour {
  display: block;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  padding: 10px;
  color: rgba(110, 84, 3, 1);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.125em;
  width: 160px;
  margin: 20px auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.schedule-tour:hover {
  color: #fff;
  background-color: rgba(110, 84, 3, 1);
}
.promo_box p {
  font-size: 11px;
  font-weight: 300;
  text-transform: none;
  text-align: right;
  letter-spacing: 0.002em;
  margin-right: 6px;
}
.promo_box .close {
  position: absolute;
  right: 12px;
  top: 8px;
}
.popup-wrapper.show-popup {
  display: flex;
}
.promo_box .close img {
  width: 18px;
  height: 18px;
}
#mask {
  background: rgba(110, 84, 3, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: none;
  -webkit-animation: simpleFadeIn 0.5s;
  -moz-animation: simpleFadeIn 0.5s;
  animation: simpleFadeIn 0.5s;
}
#floor-plan .flap {
  float: left;
  color: #fff;
  background-color: rgba(87, 87, 87, 1);
  width: 85px;
  /* width: 65px; */
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 700;
  word-wrap: break-word;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#floor-plan .fp-content {
  float: left;
  margin-right: -330px;
  color: #8ac2e9;
  background-color: rgba(87, 87, 87, 1);
  padding: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: margin 0.5s, opacity 0.5s, padding 0.5s;
  -moz-transition: margin 0.5s, opacity 0.5s, padding 0.5s;
  transition: margin 0.5s, opacity 0.5s, padding 0.5s;
}
#floor-plan.open .fp-content {
  margin-right: 0;
  padding: 15px;
  opacity: 1;
}
#floor-plan .fp-content .title {
  color: #fff;
  font-weight: 100;
  font-size: 23px;
  text-transform: uppercase;
  margin: 0;
}
#floor-plan .fp-content .sub-title {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  margin: 0;
}
#floor-plan .fp-content .fp-plans {
  overflow: hidden;
  text-align: center;
}
#floor-plan.open .fp-content .fp-type {
  padding: 25px 10px;
}

#floor-plan .fp-content .fp-type {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 0;
  -webkit-transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  transition: padding 0.5s;
}
#floor-plan .fp-content .icon {
  display: block;
  font-weight: 100;
  font-size: 96px;
  line-height: 70px;
}
#floor-plan .fp-content .text {
  font-size: 12px;
  text-transform: uppercase;
}
#mask.show {
  display: block;
}
#floor-plan {
  position: absolute;
  top: 200px;
  right: 0;
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#floor-plan .fp-plans {
  display: flex;
  flex-direction: column;
}
#floor-plan .fp-content .fp-type:hover {
  color: rgba(0, 0, 0, 1);
}
/**
*   Humble CSS3 animations
**/
@-webkit-keyframes simpleFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes simpleFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-keyframes simpleFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.getDir-link {
  display: block;
  margin: 0 auto 40px;
  max-width: 200px;
}
.getDir-link a {
  font-family: "brandon-grotesque", sans-serif;
  background-color: rgba(110, 84, 3, 1);
  border: 1px solid #fff;
  letter-spacing: 0.03em;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}
.system .getDir-link a:hover {
  background-color: #fff;
  color: rgba(111, 85, 16, 1);
  border: 1px solid rgba(111, 85, 16, 1);
}
.loader-icon {
  width: 45px;
  display: block;
  margin: 0 auto;
}
.and_more .review_count {
  text-align: right;
}
.link-review {
  text-align: right;
}
.link-review .btn-review {
  background: rgba(110, 84, 3, 1);
  padding: 4px 12px;
  color: #fff;
  margin-right: 8px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.03em;
  border: 1px solid rgba(110, 84, 3, 1);
}
.system .link-review .btn-review:hover {
  background-color: #fff;
  color: rgba(111, 85, 16, 1);
}
.imgbox .slides li {
  cursor: default;
}
.gallery-popup {
  display: none !important;
}
.neighborhood-page .content-block {
  display: flex;
  margin-bottom: 10px;
}
.java_link_block .img-block {
  height: auto;
}
.green-living-banner {
  height: 500px;
}
.play-video-desk {
  text-transform: uppercase;
  font-family: "brandon-grotesque";
  color: #fff;
  font-size: 32px;
  letter-spacing: 0.01em;
  position: absolute;
  bottom: 20px;
  left: 35px;
}
.play-video-desk span {
  background-image: url(images/playbtn.png);
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
  padding-top: 2px;
}
.gm-style-iw + button {
  display: none !important;
}

/* Contact page Hyly styles */
.contact-page .hywrap .top_align .control-label {
  margin-bottom: 0 !important;
}
.contact-page .hywrap input,
.contact-page .hywrap input[type="text"],
.contact-page .hywrap select,
.hywrap textarea {
  margin-top: 0;
  border-radius: 0;
}
.contact-page .contact-form-container .hywrap textarea {
  border-radius: 0;
}
.contact-page .hywrap button[type="submit"] {
  font-family: "brandon-grotesque", sans-serif;
  background-color: rgba(111, 85, 16, 1);
  border: none;
  outline: none;
  width: 100%;
  font-size: 25px;
  letter-spacing: 0.03em;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  color: white;
  border-radius: 0;
}

.contact-form-container .hywrap .form-actions {
  padding-bottom: 75px;
  position: relative;
}
.hywrap button:hover {
  background-color: rgba(111, 85, 16, 1) !important;
}
.contact-page .hywrap .radio {
  font-size: 12px !important;
}
.contact-page .hywrap .LV_invalid {
  color: #cc0000;
  display: block;
  font-family: "BrandonGrotesque-Regular", "Arial";
  clear: both;
  margin-top: 3px;
  font-size: 10px;
}
.gm-ui-hover-effect {
  display: none !important;
}
.mfp-close-btn-in .mfp-close {
  color: #fff !important;
  opacity: 1 !important;
  right: 7px;
  top: 5px;
  font-size: 28px;
}

.white-popup {
  position: relative;
  /* background: #FFF; */
  padding: 10px;
  width: auto;
  max-width: 1130px;
  margin: 20px auto;
  max-height: 650px;
  height: 100vw;
}

.video-btn {
  cursor: pointer;
  text-transform: uppercase;
  color: rgba(111, 85, 16, 1);
  text-decoration: underline;
}
@media (max-width: 1140px) {
  .white-popup {
    height: 57vw;
  }
}
@media (max-width: 768px) {
  .white-popup {
    height: 50vw;
  }
}
@media (max-width: 767px) {
  .white-popup {
    height: 58vw;
    max-width: 95%;
  }
}
@media (max-width: 480px) {
  .white-popup {
    height: 62vw;
    max-width: 95%;
  }
}

/***************************
        Virtual tour
****************************/
#tour {
  min-height: 400px;
}
.mobile_tour {
  display: none;
}

/*****Plugin styles*****/
#life_at_the_kensington_page {
  width: 100%;
}

#life_at_the_kensington_page .fts-mashup-post-wrap {
  background-color: #3f3b3c;
  border-bottom: 1px solid #000;
}
#life_at_the_kensington_page .fts-mashup-post-wrap span.fts-jal-fb-user-name a,
#life_at_the_kensington_page .fts-jal-single-fb-post .fts-jal-fb-user-name a,
#life_at_the_kensington_page .fts-twitter-full-name {
  color: #ece9e7 !important;
  font-size: 24px !important;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 26.07px;
}
#life_at_the_kensington_page
  .fts-jal-single-fb-post
  .fts-jal-fb-user-name
  a:hover {
  color: #ece9e7 !important;
}
#life_at_the_kensington_page .fts-mashup-post-wrap a {
  color: rgba(110, 84, 3, 1);
  font-size: 15px;
}
#life_at_the_kensington_page .fts-mashup-description-wrap,
#life_at_the_kensington_page .fts-jal-fb-message p {
  font-family: "cera_proregular", serif;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
#life_at_the_kensington_page .fts-jal-fb-user-name {
  color: #fff;
}
#life_at_the_kensington_page
  .slicker-instagram-placeholder:hover
  .slicker-instaG-photoshadow {
  background-color: transparent !important;
}
#life_at_the_kensington_page .fts-jal-fb-message,
.fts-mashup .fts-jal-fb-message {
  line-height: 18px;
}
#life_at_the_kensington_page .fts-mashup-description-wrap > a {
  font-weight: 400;
}
#life_at_the_kensington_page
  .fts-mashup-media-top
  .fts-mashup-icon-wrap-right.fts-mashup-facebook-icon {
  position: absolute;
  top: 0;
}
#life_at_the_kensington_page .fts-mashup-icon-wrap-right {
  position: absolute;
  top: 0;
  left: -45px;
  background-color: rgba(110, 84, 3, 1);
  margin: 0 !important;
  width: 45px;
  height: 45px;
}
#life_at_the_kensington_page .fts-mashup-icon-wrap-right a {
  display: block;
  width: 100%;
  height: 100%;
}
#life_at_the_kensington_page .fts-mashup-icon-wrap-right a:before {
  top: -1px;
  color: #ece9e7;
  left: 7px;
  font-size: 38px !important;
  line-height: 47px;
}
/*#life_at_the_kensington_page .fts-mashup-icon-wrap-right.fts-mashup-facebook-icon{display:none;}*/
#life_at_the_kensington_page
  .fts-mashup-media-top
  .fts-mashup-twitter-icon
  a:before {
  top: 15px;
  left: 9px !important;
}
#life_at_the_kensington_page
  .fts-feed-type-facebook
  .fts-mashup-icon-wrap-right
  a::before {
  left: 12px;
  top: 1px;
}
#life_at_the_kensington_page .fts-twitter-image {
  padding: 0;
  background-color: #d33e1e;
  position: relative;
}
#life_at_the_kensington_page .fts-twitter-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#life_at_the_kensington_page .fts-tweeter-wrap {
  width: 310px;
}
#life_at_the_kensington_page .fts-twitter-text {
  background-color: rgba(0, 0, 0, 0.6);
  font-family: "proxima-nova";
  color: #ece9e7;
  font-weight: 300;
  font-size: 16px;
  padding: 8px 15px;
}
#life_at_the_kensington_page .fts-twitter-text a {
  color: #6f6c2a;
  font-size: 15px;
  font-weight: 400;
}
#life_at_the_kensington_page .fts-powered-by-text {
  display: none !important;
}
#life_at_the_kensington_page .fts-right .fts-uppercase {
  width: calc(100% - 15px);
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px 0 0 15px;
}
#life_at_the_kensington_page .fts-twitter-username img.twitter-image {
  display: none;
}
#life_at_the_kensington_page .fts-tweeter-wrap .tweeter-info img {
  margin-top: 0 !important;
}
#life_at_the_kensington_page .tweeter-info .fts-right {
  padding: 0 10px 0 45px;
}
#life_at_the_kensington_page .fts-twitter-at-name {
  color: #ece9e7;
}
#life_at_the_kensington_page .fts-mashup-count-wrap .fts-share-wrap {
  float: left;
}
#life_at_the_kensington_page
  .fts-mashup-count-wrap
  .fts-twitter-reply-wrap-left {
  float: none;
  padding: 10px 10px 0;
  background: transparent;
  margin-top: 0;
  width: auto;
  padding-top: 0;
  display: flex;
  justify-content: flex-end;
}
#life_at_the_kensington_page .fts-tweeter-wrap .fts-twitter-reply-wrap {
  margin-left: 45px;
}
#life_at_the_kensington_page .fts-tweeter-wrap .fts-twitter-reply-wrap-left {
  float: none;
  width: calc(100% - 75px);
  margin-left: 45px;
  background: rgba(0, 0, 0, 0.6);
  margin-top: 0;
  padding-bottom: 8px;
}
#life_at_the_kensington_page .fts-tweeter-wrap .fts-twitter-image {
  width: 45px;
  height: 45px;
}
#life_at_the_kensington_page .fts-twitter-favorites,
#life_at_the_kensington_page .fts-twitter-reply,
#life_at_the_kensington_page .fts-twitter-retweet {
  color: #fff;
}
#life_at_the_kensington_page .fts-tweeter-wrap .fts-twitter-image:after {
  font-family: FontAwesomeSlick;
  content: "\f099";
  font-size: 35px;
  font-weight: 100 !important;
  position: absolute;
  top: 16px;
  left: 7px;
  color: #fff;
}
#life_at_the_kensington_page .fts-tweeter-wrap .fts-right br {
  display: none;
}
#life_at_the_kensington_page .fts-tweeter-wrap .fts-twitter-favorites {
  margin-top: 2px;
}
#life_at_the_kensington_page .fts-twitter-reply-wrap {
  /*background: rgba(0, 0, 0, 0.6);*/
  margin-top: 0;
}
#life_at_the_kensington_page .fts-tweet-others-right {
  display: flex;
  justify-content: flex-end;
}
#life_at_the_kensington_page .fts-tweet-reply-left {
  margin-left: 35px !important;
}
#life_at_the_kensington_page
  .fts-slicker-facebook-posts
  .fts-jal-single-fb-post {
  background: rgba(0, 0, 0, 0.8) !important;
  padding: 10px 00px 8px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#life_at_the_kensington_page .fts-jal-fb-top-wrap {
  padding: 0 15px;
  position: relative;
}
#life_at_the_kensington_page .fts-jal-fb-top-wrap .fts-jal-fb-user-thumb {
  position: absolute;
  left: -45px;
  top: -10px;
  margin-right: 0;
  background-color: rgba(110, 84, 3, 1);
  margin-bottom: 0;
  width: 45px;
  height: 45px;
}
#life_at_the_kensington_page .fts-jal-fb-top-wrap .fts-jal-fb-user-thumb a img {
  display: none;
}
#life_at_the_kensington_page .fts-jal-fb-top-wrap .fts-jal-fb-user-thumb a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
#life_at_the_kensington_page
  .fts-jal-fb-top-wrap
  .fts-jal-fb-user-thumb
  a:after {
  color: #ece9e7;
  font-family: FontAwesomeSlick;
  content: "\f09a";
  top: 1px;
  left: 11px;
  position: relative;
  font-size: 38px !important;
  line-height: 47px;
}
#life_at_the_kensington_page .fts-share-wrap .ft-gallery-link-popup {
  padding-left: 10px;
  color: #6f6c2a;
}
#life_at_the_kensington_page .fts-jal-single-fb-post a,
#life_at_the_kensington_page .fts-share-wrap .ft-gallery-link-popup:hover,
#life_at_the_kensington_page .fts-jal-single-fb-post a:hover {
  color: #fff !important;
}
#life_at_the_kensington_page .fts-jal-single-fb-post a.fts-jal-fb-see-more {
  position: absolute;
  right: 10px;
}
#life_at_the_kensington_page .fts-fb-large-photo {
  width: 100%;
  margin-top: 0;
}
#life_at_the_kensington_page .fts-twitter-favorites:before,
#life_at_the_kensington_page .fts-twitter-reply:before,
#life_at_the_kensington_page .fts-twitter-retweet:before,
#life_at_the_kensington_page .ft-gallery-link-popup:before,
#life_at_the_kensington_page .slicker-instagram-image-likes:before,
#life_at_the_kensington_page .fts-comment-instagram:before,
#life_at_the_kensington_page .fts-mashup .fts-likes-shares-etc-wrap a,
#life_at_the_kensington_page
  .fts-mashup-count-wrap
  .slicker-heart-comments-wrap
  li {
  color: #fff !important;
}
#life_at_the_kensington_page .hpng-grid_wrap {
  width: 90%;
  max-width: 1720px;
  margin: -60px auto 0;
}
.twitter .hpng-grid_wrap {
  margin-top: 45px;
}
.facebook .hpng-grid_wrap {
  margin-top: 30px;
}
.instagram .hpng-grid_wrap {
  margin-top: 30px;
}
#life_at_the_kensington_page .slicker-heart-comments-wrap {
  z-index: 10;
}
#life_at_the_kensington_page .fts-jal-fb-message p {
  font-size: 16px;
}
#life_at_the_kensington_page
  .fts-feed-type-instagram
  .fts-mashup-icon-wrap-right.fts-mashup-facebook-icon
  a {
  position: relative;
}
#life_at_the_kensington_page
  .fts-feed-type-instagram
  .fts-mashup-icon-wrap-right.fts-mashup-facebook-icon
  a:after {
  content: "";
  background: url(images/instagram_life.png) no-repeat center/30px;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 31px;
  height: 31px;
}
#life_at_the_kensington_page
  .fts-feed-type-twitter
  .fts-mashup-icon-wrap-right.fts-mashup-facebook-icon
  a {
  position: relative;
}
#life_at_the_kensington_page
  .fts-feed-type-twitter
  .fts-mashup-icon-wrap-right.fts-mashup-facebook-icon
  a:after {
  font-family: FontAwesomeSlick;
  content: "\f099";
  font-size: 35px;
  font-weight: 100 !important;
  position: absolute;
  top: 16px;
  left: 7px;
  color: #ece9e7;
}
#life_at_the_kensington_page .fts-mashup .fts-jal-fb-user-name {
  margin-right: 0;
  padding-left: 15px;
  padding-top: 14px;
}
#life_at_the_kensington_page
  .fts-mashup
  .fts-jal-fb-top-wrap
  .fts-jal-fb-user-name {
  padding-left: 0px;
}
#life_at_the_kensington_page .fts-mashup-description-wrap {
  padding-left: 15px;
  padding-right: 15px;
  word-break: break-word;
}

/*Insta page*/
#life_at_the_kensington_page
  a.fts-instagram-link-target.fts-slicker-backg.fts-instagram-img-link {
  background: rgba(110, 84, 3, 1);
  position: absolute;
  margin: 0;
  left: -45px;
  width: 45px;
  height: 45px;
  padding: 0 !important;
}
#life_at_the_kensington_page
  a.fts-instagram-link-target.fts-slicker-backg.fts-instagram-img-link
  span {
  width: 100% !important;
  height: 100% !important;
}
#life_at_the_kensington_page
  .slicker-instagram-placeholder
  .fts-instagram-icon:before {
  content: "";
  background: url(images/instagram_life.png) no-repeat center/30px;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 31px;
  height: 31px;
}
#life_at_the_kensington_page
  .fts-smallerthan-180
  .fts-instagram-link-target
  span:before {
  content: "\f16d" !important;
}
#life_at_the_kensington_page a.fts-slicker-backg {
  left: -45px;
  margin: 0;
}
#life_at_the_kensington_page .slicker-instagram-placeholder {
  overflow: visible;
  width: 250px !important;
}
.instagram-placeholder .fts-see-on-instagram,
.slicker-instagram-placeholder .fts-see-on-instagram,
.slicker-instagram-placeholder .fts-share-wrap,
.slicker-instagram-placeholder .fts-slicker-backg,
.slicker-instagram-placeholder .slicker-date,
.slicker-instagram-placeholder .slicker-instagram-image-comments,
.slicker-instagram-placeholder .slicker-instagram-image-likes {
  opacity: 1 !important;
}
#life_at_the_kensington_page .fts-insta-likes-comments-grab-popup {
  background-color: rgba(0, 0, 0, 0.9);
  display: block !important;
  height: 32px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
#life_at_the_kensington_page
  .fts-mashup-count-wrap
  .slicker-heart-comments-wrap
  li,
#life_at_the_kensington_page
  .slicker-instagram-placeholder
  .slicker-heart-comments-wrap
  li {
  color: #fff !important;
}
#life_at_the_kensington_page .fts-jal-fb-header {
  display: none;
}
#life_at_the_kensington_page .tweeter-info .time {
  background-color: #192027;
  padding-left: 15px;
  display: block;
  color: #ece9e7;
}
#life_at_the_kensington_page .tweeter-info .time a,
#life_at_the_kensington_page .tweeter-info .time a:hover,
#life_at_the_kensington_page .fts-jal-fb-post-time {
  color: #ece9e7;
}
#life_at_the_kensington_page .fts-mashup .fts-jal-fb-post-time,
#life_at_the_kensington_page .fts-mashup .fts-jal-fb-post-time {
  padding-left: 15px;
  color: #ece9e7;
}
#life_at_the_kensington_page
  .fts-mashup
  .fts-feed-type-facebook
  .fts-jal-fb-post-time {
  padding-left: 0;
}
#life_at_the_kensington_page
  .fts-mashup-icon-wrap-right.fts-mashup-twitter-icon
  a:before {
  left: 6px !important;
}
#life_at_the_kensington_page .hpng-filter-wrap {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 19px 0;
  text-align: center;
  position: relative;
  top: -72px;
  border-top: 1px solid rgba(231, 231, 231, 0.5);
}
#life_at_the_kensington_page .hpng-filter-wrap .row a {
  position: relative;
  padding-left: 32px;
  margin-right: 1.7vw;
  color: #eff0e9;
  font-family: "brandon-grotesque";
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.33px;
}
#life_at_the_kensington_page .hpng-filter-wrap .row .col-1,
#life_at_the_kensington_page .hpng-filter-wrap .row .col-2 {
  display: inline;
}
#life_at_the_kensington_page .hpng-filter-wrap .row a:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: transparent;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #eff0e9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#life_at_the_kensington_page .hpng-filter-wrap .row a.is-checked:before {
  background-color: #eff0e9;
}
#life_at_the_kensington_page .fts-tweeter-wrap .tweeter-info {
  border-bottom: 0px;
}
#life_at_the_kensington_page .fts-twitter-quoted-text-wrap {
  border: 0px solid #000 !important;
  background: rgba(0, 0, 0, 0.6);
}
#life_at_the_kensington_page .nores {
  padding: 20vh 0;
  text-align: center;
}
#life_at_the_kensington_page .nores h2 {
  color: #fff;
}
/*#life_at_the_kensington_page .fts-mashup-error-check{display:none;}*/

#features .h_slider_caption {
  background-color: transparent;
}
#life_at_the_kensington_page .fts-jal-single-fb-post a {
  color: #fff !important;
  border-bottom: 1px solid transparent !important;
}
#life_at_the_kensington_page .fts-jal-single-fb-post a:hover {
  color: #777 !important;
  opacity: 0.8;
}
#life_at_the_kensington_page
  .fts-jal-single-fb-post
  .fts-likes-shares-etc-wrap
  a.fts-jal-fb-see-more {
  color: #fff !important;
}
#life_at_the_kensington_page
  .fts-greater-than-width-height.fts-fb-video-on-page
  iframe {
  width: 100% !important;
}
#life_at_the_kensington_page .fts-jal-fb-vid-wrap {
  position: relative;
  z-index: 1;
}

/***************************
        Floor plans Virtual tour
****************************/
.tour_content {
  position: relative;
}
.tour_content .tour-wrapper {
  top: -48px;
  color: rgba(104, 84, 79, 1);
  font-size: 18px;
  padding: 0 55px;
  position: relative;
  width: 100%;
}
#floorplans_virtualtour_page .banner-text.banner_single_title {
  bottom: 60px;
  padding: 0 10px;
}
.tour_content .tour-wrapper .wrapper {
  background-color: transparent;
  box-shadow: none;
  max-width: 90%;
  margin: 0 auto;
  height: auto;
  display: -webkit-box;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
a.fplan-btn.video-btn.mobile-btn {
  display: none;
}
a.fplan-btn.video-btn.desk {
  display: block;
}
.tour-item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.27);
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30%;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
}
#loading-gui #loading-background {
  color: #fff;
  background-size: cover !important;
}
.tour_content .tour-wrapper .wrapper .tour-item:not(:last-child) {
  margin-right: 35px;
}
.tour_content .tour-wrapper .wrapper .tour-item .plan_detail {
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.tour_content .tour-wrapper .wrapper .tour-item .plan_detail > div {
  display: block;
}
.tour_content .plan_detail .plan_image {
  width: 100%;
}
.tour_content .plan_detail .plan_image img {
  width: auto;
  height: 300px;
}
.tour_content .plan_detail .plan_info {
  width: 100%;
  padding: 0;
  display: block;
}
.tour_content .plan_detail .plan_info h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  margin: 30px 0 0;
  height: 50px;
}
.tour_content .plan_detail .view_more {
  text-transform: uppercase;
  margin-top: 30px;
}
.tour_content .plan_detail .view_more a {
  text-decoration: none;
}
.virtual-tour button.mfp-close {
  color: #000 !important;
  background-color: #fff;
  opacity: 1 !important;
  border-radius: 50px;
  right: 0px;
  font-weight: normal;
  top: -60px;
  font-size: 28px;
}
.virtual-tour.white-popup {
  height: 100vw;
  /* max-width: 95%; */
  padding: 0;
}
.plan_image.desktop_and_tab {
  display: block;
}

/* Covid banner */
.covid_popup {
  background-color: rgba(87, 87, 87, 1);
  color: #fff;
  padding: 25px 5.7vw 25px 32px;
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}
.covid_popup .covid_popup_close {
  position: absolute;
  width: 14px;
  height: 13px;
  top: 25px;
  right: 25px;
  background: url(images/close.png) no-repeat center center;
  background-size: 14px 13px;
  cursor: pointer;
  border: none;
}
.covid_popup .covid_info p {
  line-height: 26px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 18px;
  margin-right: 10px;
}
.covid_popup .covid_info p a {
  font-weight: bold;
  color: #ffffff;
  text-decoration: underline;
}
.covid_btn_wrap a {
  border: 1px solid #ffffff;
  background: transparent;
  padding: 13px 30px 12px;
  white-space: nowrap;
  color: #ffffff;
  font-family: "brandon-grotesque";
  text-transform: uppercase;
  font-size: 14px;
}
.covid_btn_wrap a:hover {
  color: rgba(110, 84, 3, 1);
  background-color: #fff;
}
header {
  transition: margin 400ms;
}
/*Osano*/
.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 {
  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;
}
.hidden_h1 {
  font-size: 0 !important;
  height: 0;
  width: 0;
  visibility: hidden;
}
/* .sec-primary {
    width: 100%;
    height: auto;
}
.sec-primary video#secvid {
    min-height: 100%;
    width: 100%;
    background-size: cover;
}
.sec-primary .audio_icon_sec {
    display: block;
}
.sec-primary .vd-pauseplay_sec {
    display: block;
}
.audio_icon_sec {
    position: absolute;
    right: 40px;
    bottom: 58px;
    background: url(images/Home/sound.svg) no-repeat center 0;
    cursor: pointer;
    z-index: 120;
    width: 38px;
    height: 24px;
    background-size: 27px 48px;
}

.audio_icon_sec.off {
    background-position: center -24px;
}
.vd-pauseplay_sec {
    position: absolute;
    z-index: 2;
    bottom: 100px;
    left: 30px;
    width: 40px;
    height: 40px;
}
.vd-pauseplay_sec {
    left: auto;
    right: 40px;
    bottom: 58px;
    width: 24px;
    height: 24px;
}
@media screen and (max-width: 1600px) {
.vd-pauseplay_sec {
    bottom: 45px;
    right: 28px;
    width: 17px;
    height: 17px;
}
}
@media screen and (max-width: 1200px){
.vd-pauseplay_sec {
    bottom: 58px;
    right: 30px;
    width: 24px;
    height: 24px;
}}
@media screen and (max-width: 1000px){
.vd-pauseplay_sec {
    bottom: 25px;
    right: 20px;
}}
@media screen and (max-width: 736px){
.vd-pauseplay_sec {
    bottom: 16px;
}}
@media screen and (max-width: 480px){
.vd-pauseplay_sec {
    right: 20px;
}}
.vd-pauseplay_sec button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    background: url(images/play-circular-button.svg) no-repeat center center;
    background-size: contain;
}
.vd-pauseplay_sec button.vd_play {
    display: none;
}
.vd-pauseplay_sec button.vd_pause {
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/pause-circular-button.svg) no-repeat center center;
    background-size: contain;
} */

.banner_logo img {
  margin-bottom: 10px;
}
.fp-tabs-block {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 60px;
}
.fp-tabs-block a {
  font-family: "brandon-grotesque", sans-serif;
  background-color: rgba(110, 84, 3, 1);
  border: 1px solid #fff;
  letter-spacing: 0.03em;
  height: 38px;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 0px 40px;
  text-align: center;
}
.fp-tabs-block a:hover {
  background-color: #fff;
  color: rgba(111, 85, 16, 1);
  border: 1px solid rgba(111, 85, 16, 1);
}
.fp-tabs-block .sightmap_cta {
  margin-left: 20px;
}
.engrain-widget {
  height: 700px;
}
.engrain-widget iframe {
  width: 100%;
  height: 100%;
}
#fp-tabs-wrap a.active {
  background-color: #fff;
  color: rgba(111, 85, 16, 1);
  border: 1px solid rgba(111, 85, 16, 1);
}

.plan_info_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.result_item_wrap .view_more {
  margin-bottom: 15px;
}
.result_item_wrap .fee_disclaimer {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px;
  line-height: normal;
  font-style: normal;
  font-weight: 400;
  color: #6c5201;
  justify-self: center;
}

.floorplans_results_container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}

.rfwa-export-link a {
  color: #6c5201;
  font-weight: bold;
}

/* Fee calculator widget styles */
.rfwa-fee-calculator::before {
  background-image: url("./images/floorplans/calculator.svg") !important;
  position: relative;
  top: -3px;
}
.floorplans_detail {
  text-align: unset;
}
.floorplans_detail .result_item {
  text-align: center;
}
.rfwa-expense-guide-container h2,
.rfwa-expense-guide-container p,
.rfwa-group-title {
  color: #6c5201 !important;
  font-family: "brandon-grotesque", sans-serif !important;
}

.rfwa-expense-list th,
.rfwa-expense-list .rfwa-expense-label,
.rfwa-expense-list .rfwa-expense-amount.has-tooltip,
.rfwa-expense-list .rfwa-expense-details,
.rfwa-expense-list td::before {
  color: #6c5201 !important;
  font-family: "brandon-grotesque", sans-serif !important;
}

.rfwa-expense-list th {
  font-weight: 600 !important;
}
.rfwa-expense-type-required,
.rfwa-expense-type.Required {
  font-family: "brandon-grotesque", sans-serif !important;
  background-color: #6e5403 !important;
  border-color: #6e5403 !important;
}
.rfwa-expense-type.Optional,
.rfwa-expense-type.Situational,
.rfwa-expense-type-optional,
.rfwa-expense-type-situational {
  font-family: "brandon-grotesque", sans-serif !important;
  background-color: #575757 !important;
  border-color: #575757 !important;
  color: #fff !important;
}
.rfwa-expense-footer {
  font-family: "brandon-grotesque", sans-serif !important;
  color: #6c5201 !important;
  margin-bottom: 5em;
}

.floorplans_detail_wrap .rfwa-fee-calculator {
  position: relative;
  transform: translateX(-88px);
}

.floorplans_detail_wrap .rfwa-fee-calculator span {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 200px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
.floorplans_detail_wrap .rfwa-fee-calculator::before {
  background-image: url("./images/floorplans/calculator-dark.svg") !important;
  top: 0px;
}
@media screen and (max-width: 1600px) {
  .floorplans_detail_wrap .rfwa-fee-calculator span {
    left: 3px;
  }
  .floorplans_detail_wrap .rfwa-fee-calculator {
    transform: translateX(-84px);
  }
  .floorplans_detail_wrap .rfwa-fee-calculator::before {
    top: -2px;
  }
}

#rfwa-fee-calc-popup button {
  font-size: 35px !important;
  width: 20px;
  height: 20px;
  top: -10px !important;
  right: 20px !important;
}
@media screen and (max-width: 1023px) {
  #rfwa-fee-calc-popup button {
    right: 5px !important;
  }
}
