@charset "UTF-8";
@font-face {
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "EditorsNote";
  src: url("fonts/EditorsNote-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, 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, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  transition: 0.2s ease-in-out;
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #3D71D5;
}

ul {
  margin: 0;
}

strong {
  font-weight: bold;
}

b {
  font-weight: 400;
}

i {
  font-style: italic;
}

button {
  border: none;
  background: none;
}

textarea {
  resize: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}

div::-webkit-scrollbar {
  width: 0 !important;
}

div {
  overflow: -moz-scrollbars-none;
}

div {
  -ms-overflow-style: none;
}

button:focus {
  outline: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus, input[type=checkbox]:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

select:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

iframe {
  display: block;
  width: 100%;
  border: 0;
}

div.iframe iframe {
  position: absolute;
  top: -15px;
  left: 0;
  height: 140.5vw;
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  scroll-padding-top: 80px; /* height of your sticky header */
}

button {
  -webkit-appearance: none;
}

.img-fluid {
  max-width: 100%;
}

/* defaults end */
body {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #000;
  line-height: 1.6;
  margin: 0;
  padding-top: 160px;
}

.hamburger {
  padding: 5px;
  position: relative;
  z-index: 12;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 1;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #033087;
  height: 3px;
  border-radius: 0px;
  width: 100%;
}

.hamburger-inner:before {
  top: -8px;
}

.hamburger-inner:after {
  bottom: -8px;
}

.hamburger-box {
  width: 22px;
  height: 12px;
  margin-top: 5px;
}

/* PAGE STYLES */
h1, h2, h3, h4, h5, h6 {
  font-family: century-gothic, sans-serif;
  font-weight: bold;
  line-height: 1.2;
  color: #033087;
  text-transform: none;
  margin: 0;
}

h1 {
  font-size: 200px;
  text-transform: uppercase;
  line-height: 1;
}
h1.small {
  font-size: 130px;
}
h1.very-small {
  font-size: 100px;
}
h1.very-very-small {
  font-size: 70px;
}

h2 {
  font-size: 60px;
  text-transform: uppercase;
}
h2.small {
  font-size: 50px;
}

h3 {
  font-size: 30px;
  font-weight: normal;
}

h4 {
  font-size: 40px;
}
h4.small {
  text-transform: uppercase;
  font-size: 25px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 30px;
  text-transform: uppercase;
}
h6.mid {
  font-size: 25px;
}
h6.small {
  font-size: 20px;
}

.title_margin {
  margin-bottom: 40px;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #033087;
}

span.was {
  font-size: 30px;
  color: #969696;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 10px;
}

p {
  margin: 0;
  line-height: 1.7;
}
p.black {
  color: #000;
}

.grecaptcha-badge {
  display: none !important;
}

p.small {
  font-size: 20px;
  line-height: 1.5;
}

.cookies_message {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
}
.cookies_message .small_logo {
  text-align: left;
  width: 10%;
  padding: 0 40px;
}
.cookies_message .small_logo img {
  height: 60px;
  vertical-align: middle;
}
.cookies_message .text {
  width: 80%;
}
.cookies_message .text p {
  font-size: 14px;
  max-width: 1300px;
  text-align: left;
}
.cookies_message .got_it {
  width: 10%;
  padding: 0 40px;
}
.cookies_message .got_it h3 {
  text-align: right;
}
.cookies_message.accepted {
  display: none;
}

.video_mobile {
  display: none;
}

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.my_btn {
  min-width: min(380px, 100%);
  line-height: 80px;
  font-size: 18px;
  text-transform: uppercase;
  color: #033087;
  padding: 0 25px;
  background: #FAFAFA;
  text-align: center;
  margin: 0 auto;
}
.my_btn.blue {
  background: #033087;
  color: #fff !important;
}
.my_btn.negative_margin {
  margin-top: -40px;
}
.my_btn.small {
  min-width: min(280px, 100%);
  line-height: 60px;
}
.my_btn.short {
  min-width: min(150px, 100%);
  line-height: 60px;
}
.my_btn.maps_btn img {
  margin-right: 10px;
}

.my_btn_light {
  background: #fff;
  color: #25408F;
  border: 1px solid #ccc;
  padding: 10px 25px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 700;
}
.my_btn_light:hover {
  background: #25408F;
  color: #fff;
}

.register-section {
  position: relative;
  padding-bottom: 130px;
}

.register_form .thank_you_message {
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 90%;
  left: 5%;
  text-align: center;
}

form input,
form select {
  border-radius: 0 !important;
  padding: 11px;
  font-size: 18px;
  height: 54px !important;
  border: none;
  color: #000;
}
form input[type=text] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 20px;
}
form input[type=text].missing {
  border-color: red;
}
form legend {
  color: #333;
}
form .text-left {
  color: #333;
}
form .custom-radio,
form .custom-checkbox {
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  margin-right: 0px;
}
form .custom-radio input,
form .custom-checkbox input {
  position: absolute;
  opacity: 0;
  width: 10px;
  height: 10px !important;
  left: 30px;
}
form .custom-radio label,
form .custom-checkbox label {
  color: #000;
  padding-left: 45px;
  position: relative;
  cursor: pointer;
  text-transform: none;
  font-size: 18px;
}
form .custom-radio label:before,
form .custom-checkbox label:before {
  content: "";
  position: absolute;
  top: 0px;
  display: block;
  left: -5px;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #9b9b9b;
  border-image: initial;
  background: transparent;
  text-align: center;
  line-height: 23px;
  font-size: 20px;
  border-radius: 50%;
}
form .custom-radio input[type=radio]:checked + label,
form .custom-radio input[type=checkbox]:checked + label,
form .custom-checkbox input[type=radio]:checked + label,
form .custom-checkbox input[type=checkbox]:checked + label {
  background: transparent;
  color: #000;
}
form .custom-radio label:after,
form .custom-checkbox label:after {
  content: "";
  background: #25408F;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50px;
  outline: none;
  top: 5px;
  left: 10px;
  display: block;
  opacity: 0;
  transition: all 0.4s;
}
form .custom-radio input[type=radio]:checked + label:after,
form .custom-radio input[type=checkbox]:checked + label:after,
form .custom-checkbox input[type=radio]:checked + label:after,
form .custom-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
form .custom-radio.missing label:before,
form .custom-checkbox.missing label:before {
  border-color: red;
}
form .custom-checkbox label:before {
  border-radius: 0;
  top: 5px;
}
form .custom-checkbox label:after {
  display: none;
}
form .custom-checkbox input[type=radio]:checked + label:before,
form .custom-checkbox input[type=checkbox]:checked + label:before {
  color: #033087;
  content: "✓";
}
form .custom-checkbox.consent label {
  font-size: 14px;
  color: #333;
}
form .reg_link {
  font-weight: 500;
  color: #25408F;
  border: 2px solid #25408F;
  padding: 10px 40px;
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 21px;
  cursor: pointer;
  background: none;
}
form .reg_link:hover {
  color: #FFF;
  background: #25408F;
}
form.form-done {
  opacity: 0;
}

.popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 900;
  display: none;
}
.popup-bg .close-pop {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 30px;
}
.popup-bg .close-pop img {
  width: 22px;
}

.popup-video {
  position: fixed;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 9001;
  transform: translateY(-50%);
  color: #FFF;
  text-align: center;
  display: none;
}
.popup-video iframe {
  width: 100%;
  height: 58vh;
  min-height: 300px;
  margin: 35px 0;
}
.popup-video .crosstowtv {
  width: 400px;
  margin-left: 50px;
}
.popup-video .small-text {
  padding: 0 30px;
  margin-left: 50px;
  max-width: 450px;
  margin: auto;
  font-size: 14px;
}
.popup-video .small-text h3 {
  font-size: 55px;
  margin: 0 0 30px;
  line-height: 0.5;
}

/* HEADER */
.header {
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  border-bottom: 2px solid #CCCCCC;
}
.header p {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #033087;
}
.header .expand_link {
  position: relative;
  padding-right: 40px;
  transition: all 0.3s;
  cursor: pointer;
}
.header .expand_link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 10px;
  background: url("/img/grey_arrow.svg") no-repeat;
  background-size: contain;
}
.header .expand_link.open > p {
  color: #033087;
}
.header .expand_link.open:after {
  transform: translate(0, -50%) rotate(180deg);
}
.header .submenu {
  position: absolute;
  padding: 0 30px;
  border: 2px solid #ccc;
  border-top: none;
  background: #fff;
  left: -30px;
  top: 54px;
  display: none;
}
.header .submenu:after {
  content: "";
  top: -82px;
  left: -2px;
  z-index: 2;
  position: absolute;
  content: "";
  width: 300px;
  height: 80px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
.header .submenu::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 4px;
  background: #fff;
}
.header .submenu.overall {
  display: none;
}
.header .submenu.overall ul li {
  font-size: 20px;
  white-space: nowrap;
  font-weight: bold;
  color: #033087;
  text-transform: uppercase;
  line-height: 100px;
  border-bottom: 1px solid #ccc;
}
.header .submenu.overall ul li:last-of-type {
  border-bottom: none;
}
.header .submenu.communities {
  width: 1300px;
  display: none;
}
.header .submenu.communities:after {
  width: 270px;
}
.header .submenu.communities::before {
  width: 266px;
}
.header .submenu.communities .community_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header .submenu.communities .community {
  width: 48%;
  display: flex;
  padding: 30px 0;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.header .submenu.communities .community .ratio {
  max-width: 200px;
}
.header .submenu.communities .community .price {
  width: 100%;
  padding: 0 40px;
  text-align: center;
}
.header .submenu.communities .community .logo {
  margin-bottom: 20px;
  text-align: center;
}
.header .submenu.communities .community .logo img {
  max-height: 80px;
}
.header .submenu.communities .community:nth-last-of-type(1) {
  border-bottom: none;
}
.header .submenu.overall:after {
  width: 200px;
}
.header .submenu.overall::before {
  width: 196px;
}

.lower_header .main_menu {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.lower_header .main_menu ul {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
}
.lower_header .main_menu ul li {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.lower_header .main_menu.active ul li:not(.main) {
  opacity: 0.3;
}
.lower_header .main_menu.active ul li span {
  opacity: 1;
}
.lower_header .main_menu.dim span {
  opacity: 0.4;
}
.lower_header .main_menu.dim span.active {
  opacity: 1;
}
.lower_header .submenu {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
  max-width: 100%;
  background: #fff;
  padding: 40px 20px;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 0px 5px 15px 2px rgba(97, 97, 97, 0.25);
  box-shadow: 0px 5px 15px 2px rgba(97, 97, 97, 0.25);
}
.lower_header .submenu h6 {
  margin-bottom: 20px;
}
.lower_header .submenu p.title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 10px;
}
.lower_header .submenu p.description {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.lower_header .submenu .sold_out p.title {
  font-size: 15px;
}
.lower_header .submenu.active {
  z-index: 3;
  opacity: 1;
}
.lower_header .submenu:after {
  content: "";
  position: absolute;
  top: -70px;
  left: -1px;
  background: #fff;
  height: 70px;
  width: 20%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.expandable_menu {
  display: none;
  position: fixed;
  top: 82px;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  background: #fff;
  z-index: 11;
  font-size: 30px;
  font-weight: 700;
}
.expandable_menu p {
  font-size: 30px;
}
.expandable_menu ul {
  width: 100%;
}
.expandable_menu ul li {
  color: #033087;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.expandable_menu ul li a:hover {
  text-decoration: none;
}
.expandable_menu ul li:hover:not(.show_items) {
  font-weight: bold;
  transition: all 0s;
}
.expandable_menu ul li .arrow {
  float: right;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  padding-top: 17px;
  padding-bottom: 10px;
}
.expandable_menu ul li .community {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
.expandable_menu ul li .community .ratio {
  width: 80px;
}
.expandable_menu ul li .community .price {
  text-align: center;
  width: calc(100% - 80px);
}
.expandable_menu ul li .community .price img {
  max-height: 40px;
  width: auto;
}
.expandable_menu ul li .community .price h6 {
  font-size: 18px;
}
.expandable_menu ul li ul {
  display: none;
  padding-top: 20px;
  padding-bottom: 5px;
}
.expandable_menu ul li ul li {
  font-size: 40px;
}
.expandable_menu ul li.show_items .arrow {
  transition: 0.3s all;
}
.expandable_menu ul li.show_items.open .arrow {
  transform: rotate(180deg);
}
.sitemap_links {
  position: relative;
}
.sitemap_links .link {
  position: absolute;
  cursor: pointer;
}
.sitemap_links .link.townhomes {
  width: 21%;
  height: 14%;
  left: 13%;
  top: 54%;
}
.sitemap_links .link.onecrosstown {
  width: 13%;
  height: 21%;
  left: 62%;
  top: 9%;
}
.sitemap_links .link.tower {
  width: 12%;
  height: 21%;
  right: 4%;
  bottom: 29%;
}
.sitemap_links .link.lily {
  width: 13%;
  height: 20%;
  left: 42%;
  bottom: 3%;
}
.sitemap_links .link.crest {
  width: 12%;
  height: 21%;
  right: 18%;
  bottom: 9%;
}
.sitemap_links .link.presentation {
  width: 13%;
  height: 19%;
  left: 10%;
  top: 19%;
}

.product_features {
  padding-top: 80px;
}
.product_features .product {
  border: 1px solid #969696;
  margin-bottom: 40px;
}
.product_features .product .img_container {
  position: relative;
}
.product_features .product .logo {
  position: absolute;
  left: 0;
  top: 0;
  padding: 80px 40px;
  background: #fff;
}
.product_features .product .logo img {
  max-height: 80px;
}
.product_features .product .move-in {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #033087;
  padding: 25px 25px;
}
.product_features .product .move-in h4 {
  color: #fff;
}
.product_features .product .pink {
  display: inline-block;
  background: #F457A8;
  padding: 25px 25px;
}
.product_features .product .pink h4 {
  color: #fff;
}
.product_features .product .move_in_container {
  position: absolute;
  left: 0;
  bottom: 0;
}
.product_features .product .move_in_container .move-in {
  display: inline-block;
  position: relative;
}
.product_features .product .info {
  padding: 40px 20px;
}
.product_features .product .info.has_slider {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_features .product .info.has_slider .text {
  padding: 10px 20px;
}
.product_features .product .info .my_slider {
  width: 33%;
}
.product_features .product .bedrooms {
  display: flex;
  border-top: 1px solid #969696;
}
.product_features .product .bedrooms .bedroom {
  flex-grow: 1;
  text-align: center;
  border-left: 1px solid #969696;
}
.product_features .product .bedrooms .bedroom h6 {
  line-height: 80px;
}
.product_features .product .bedrooms .bedroom:first-of-type {
  border-left: none;
}
.product_features .product .bedrooms .bedroom:last-of-type {
  border-right: none;
}
.product_features .townhome_product {
  position: relative;
}
.product_features .townhome_product .title_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  background: url("../img/towns/home/title_tall.png") no-repeat top center;
  background-size: 100% auto;
  z-index: 5;
}
.product_features .townhome_product .move_in_container {
  z-index: 11;
}
.product_features .townhome_product .info {
  position: relative;
  background: #fff;
  z-index: 6;
}
.product_features .townhome_product .title_box {
  position: relative;
  background: #1B449C;
  z-index: 2;
}
.product_features .townhome_product .title_box img {
  opacity: 0;
  width: 75%;
}
.product_features .townhome_product .title_box .my_slider {
  position: absolute;
  top: -10%;
  width: 21%;
  right: 2%;
}
.product_features .townhome_product .info_wrapper {
  display: flex;
  justify-content: space-between;
}
.product_features .townhome_product .info_wrapper .desk_img {
  height: 100%;
}
.product_features .townhome_product .info_wrapper .left {
  width: 66%;
  flex-flow: column;
  display: flex;
  flex-direction: column;
}
.product_features .townhome_product .info_wrapper .left .img_container {
  flex-grow: 1;
}
.product_features .townhome_product .info_wrapper .right {
  width: 34%;
}
.product_features .townhome_product .home_stats_table {
  color: #fff;
}
.product_features .townhome_product .home_stats_table p.title {
  font-family: "EditorsNote";
  color: #fff;
  font-size: 60px;
  line-height: 1.2;
}
.product_features .townhome_product .home_stats_table p.subtitle {
  font-family: "EditorsNote";
  color: #fff;
  font-size: 40px;
}
.product_features .townhome_product .home_stats_table table {
  color: #fff;
  background: #F9419E;
  font-size: 25px;
  font-weight: bold;
  border-top: 1px solid #fff;
  width: 100%;
}
.product_features .townhome_product .home_stats_table table tr {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.product_features .townhome_product .home_stats_table table tr td {
  background: #F9419E;
  color: #fff;
  padding: 5px 0;
}
.product_features .townhome_product .home_stats_table table tr td:last-of-type {
  font-size: 24px;
  text-align: right;
}
.product_features .townhome_product .home_stats_table .table {
  background: #F9419E;
  color: #fff;
  padding: 25px 45px;
  margin: 0;
}
.product_features .townhome_product .home_stats_table .table .col-md-6 {
  background: #F9419E;
}

/* HEADER END */
#gallery .slider_container,
#presentation_centre .slider_container {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
#gallery .slider_container .stamp,
#presentation_centre .slider_container .stamp {
  position: absolute;
  bottom: 120px;
  right: 70px;
  width: 15%;
}
#gallery .slider_container .arrow,
#presentation_centre .slider_container .arrow {
  position: absolute;
  top: 45%;
  transform: translate(0, -50%);
  cursor: pointer;
}
#gallery .slider_container .arrow.arrow_left,
#presentation_centre .slider_container .arrow.arrow_left {
  left: -10px;
}
#gallery .slider_container .arrow.arrow_right,
#presentation_centre .slider_container .arrow.arrow_right {
  right: -10px;
}
#gallery .slider_container .item img,
#presentation_centre .slider_container .item img {
  margin-bottom: 20px;
}
#gallery .slider_container .item h6,
#presentation_centre .slider_container .item h6 {
  text-transform: unset;
}
#gallery .slider_container .slick-dots,
#presentation_centre .slider_container .slick-dots {
  padding-top: 15px;
}
#gallery .slider_container .slick-dots li,
#presentation_centre .slider_container .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
#gallery .slider_container .slick-dots li:first-of-type,
#presentation_centre .slider_container .slick-dots li:first-of-type {
  margin-left: 0;
}
#gallery .slider_container .slick-dots li:last-of-type,
#presentation_centre .slider_container .slick-dots li:last-of-type {
  margin-right: 0;
}
#gallery .slider_container .slick-dots li button,
#presentation_centre .slider_container .slick-dots li button {
  font-size: 1px;
  width: 18px;
  height: 18px;
  color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  background: #ccc;
}
#gallery .slider_container .slick-dots li.slick-active button,
#presentation_centre .slider_container .slick-dots li.slick-active button {
  background: #033087;
}

#brochure iframe {
  height: 830px;
  width: 100%;
}

/* HOME */
#home .property_types .item {
  background: #FAFAFA;
  height: 100%;
}
#home .property_types .item .img_container {
  height: 240px;
  text-align: center;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
#home .property_types .item .img_container img {
  max-height: 100%;
  max-width: 100%;
}
#home .property_types .item .bg {
  margin-top: -70px;
}
#home .property_types .item h4 {
  margin-bottom: 15px;
}

/* HOME END */
/* COMMUNITY PAGE */
.community-page .page-menu {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 0 0;
}
.community-page .page-menu .logo {
  padding: 5px 50px;
  margin: 3px 0;
  float: left;
}
.community-page .page-menu ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.community-page .page-menu ul li {
  float: left;
}
.community-page .page-menu ul li a {
  color: #000;
  display: block;
  padding: 20px 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
}
.community-page .page-menu ul.righty {
  float: right;
}
.community-page .page-menu ul.righty a {
  color: #FFF;
  background: #25408F;
  margin-left: 1px;
}
.community-page .shop_suites .suite {
  background: #FAFAFA;
  padding: 20px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.community-page .shop_suites .suite .logo {
  width: 100px;
}
.community-page .shop_suites .suite p.name {
  font-size: 20px;
  font-weight: bold;
}
.community-page .shop_suites .suite p.size {
  font-size: 15px;
}
.community-page .shop_suites .suite p.bedrooms {
  font-size: 15px;
}
.community-page .shop_suites .suite p.price {
  font-size: 20px;
}
.community-page .shop_suites .suite .upgrades {
  position: absolute;
  padding: 30px 20px 10px 20px;
  background: #033087;
  text-align: center;
  top: 0;
  right: 0px;
  width: 100%;
  transform: rotate(45deg) translate(27%, -125%);
}
.community-page .shop_suites .suite .upgrades p {
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
}
.community-page .shop_suites .suite .upgrades p span {
  font-size: 20px;
}
.community-page .amenity_map .marker {
  position: absolute;
}
.community-page .amenity_map .marker.main {
  z-index: 10;
}
.community-page .amenity_map .marker .icon {
  background-image: url("../img/crest/marker.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.community-page .amenity_map .marker .content {
  position: absolute;
  background-color: white;
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  left: 120%;
  top: 0;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
}
.community-page .amenity_map .marker .content span {
  white-space: nowrap;
  padding: 5px 20px;
  text-align: center;
}
.community-page .amenity_map .marker .content.show {
  opacity: 1;
}
.community-page .amenity_map .marker .content.left {
  left: auto;
  right: 120%;
}
.community-page .amenity_map .marker .content img {
  width: 15vw;
  min-width: 2vw;
}

/* COMMUNITY PAGE END */
/* THRIVE PAGE */
#thrive .map {
  background: #EAF0F7;
}
#thrive .info h5 {
  font-size: 46px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 15px;
}
#thrive .info h5 span {
  font-size: 26px;
  vertical-align: middle;
}
#thrive .info p {
  color: #000;
}
#thrive .stations-line {
  margin-bottom: 60px;
  position: relative;
  line-height: 1;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
#thrive .stations-line:before {
  content: "";
  background: #033087;
  height: 35px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 40px;
}
#thrive .stations-line .item {
  padding: 0 15px;
  padding-top: 120px;
  position: relative;
}
#thrive .stations-line .item:before {
  content: "";
  width: 60px;
  height: 60px;
  border: 10px solid #25408f;
  background: #fff;
  left: 50%;
  top: 26px;
  position: absolute;
  transform: translateX(-50%);
  border-radius: 100px;
  display: block;
}
#thrive .stations-line .item.centre-station:before {
  background: #25408f;
  width: 100px;
  height: 100px;
  top: 4px;
}
#thrive .stations-line .item.centre-station:after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  background: url("../img/crosstown-text-white.svg") no-repeat center;
  background-size: 100%;
  height: 35px;
  top: 41px;
}
#thrive .stations-line span {
  display: inline-block;
  color: #ACACAC;
  font-weight: 700;
  font-size: 18px;
  margin: 0 20px;
}

/* THRIVE PAGE END */
#siteplan .map-container {
  opacity: 0;
  display: none;
  transition: all 0.3s ease-out;
}
#siteplan .map-container.active {
  display: block;
  opacity: 1;
}
#siteplan .map-container .btn {
  background: #25408F;
  color: #fff;
  padding: 15px 30px;
  border-radius: 0;
  font-weight: 700;
}
#siteplan .map-container .btn.alt {
  background: #fff;
  color: #25408F;
  border: 1px solid #CCC;
}
#siteplan .map-section {
  padding-top: 100px;
  position: relative;
  display: none;
}
#siteplan .map-section.active {
  display: block;
}
#siteplan .map-section .reveal-slider {
  display: none;
  width: 100%;
}
#siteplan .map-section .points {
  position: absolute;
  z-index: 1;
  background: #033087;
  height: 55px;
  width: 55px;
  border-radius: 100px;
  cursor: pointer;
}
#siteplan .map-section .points:after {
  content: "+";
  color: #FFF;
  font-size: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#siteplan .map-section .points .point-details {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 100;
  top: 0;
  left: 0;
  transform: translate(-100%, -98%);
  border: 1px solid #ccc;
  font-size: 16px;
  width: 275px;
}
#siteplan .map-section .points .point-details h4 {
  color: #033087;
  font-size: 30px;
}
#siteplan .map-section .points .point-details.right {
  transform: translate(18%, -98%);
}

#all_videos .negative_margin {
  margin-top: -70px;
}
#all_videos .site-content {
  font-size: 18px;
  position: relative;
  z-index: 1;
}
#all_videos .site-content p {
  color: #fff;
}
#all_videos .site-content h2 {
  font-weight: normal;
  text-transform: capitalize;
  color: #fff;
}
#all_videos .site-content h3 {
  color: #fff;
}
#all_videos .site-content h5 {
  color: #fff;
}
#all_videos .site-content .btn {
  background: #fff;
  color: #25408F;
  padding: 10px 20px;
  border-radius: 0;
}
#all_videos .site-content .btn:hover {
  background: #25408F;
  color: #fff;
}
#all_videos .site-content.video-container {
  background: #000 url("../img/media/gus-video-banner.jpg") no-repeat;
  background-size: contain;
  color: #FFF;
}
#all_videos .site-content .site-container {
  max-width: 1725px;
  padding-right: 50px;
  padding-left: 50px;
  margin: auto;
}
#all_videos .site-content.video-container .small-text {
  max-width: 620px;
  padding: 130px 0;
}
#all_videos .site-content .video-section.video-section-development {
  height: auto;
  background: none;
}
#all_videos .site-content .video-section {
  position: relative;
  height: 806px;
  background: url("../img/new/video-back.jpg") no-repeat;
  background-size: cover;
}
#all_videos .site-content .video-section.video-section-development .play {
  position: absolute;
  width: 55px;
  height: 55px;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
}
#all_videos #videos {
  position: relative;
}
#all_videos #videos:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: #fff;
}

#shop table {
  width: 100%;
}
#shop table th {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#shop table th span {
  font-size: 14px;
}
#shop table th:first-of-type {
  text-align: left;
}
#shop table th:last-of-type {
  text-align: right;
}
#shop table .hide {
  display: none;
}
#shop table tr.odd-row {
  background: #F8F8F8;
}
#shop table tr:not(.main):not(.detail_tr):hover {
  cursor: pointer;
  background: #e6e6e6;
  transition: all 0.4s;
}
#shop table tr:not(.main):not(.detail_tr) td {
  height: 95px;
  text-align: center;
  vertical-align: middle;
  padding: 0 5px;
  font-size: 16px;
}
#shop table tr:not(.main):not(.detail_tr) td img {
  vertical-align: middle;
}
#shop select {
  border: 1px solid #ccc;
  line-height: 45px;
  padding: 0 60px 0 10px;
  color: #033087;
  font-weight: bold;
  font-size: 16px;
  background: url("../img/select_icon.svg") no-repeat;
  cursor: pointer;
  background-position: 93% center;
  border-radius: 2px;
}
#shop select option {
  color: #033087;
  font-weight: bold;
  font-size: 16px;
}
#shop .filters .custom-radio,
#shop .filters .custom-checkbox {
  display: block;
  position: relative;
  padding-top: 0px;
  text-align: left;
  margin-right: 0px;
}
#shop .filters .custom-radio.disabled,
#shop .filters .custom-checkbox.disabled {
  opacity: 0.5;
  pointer-events: none;
}
#shop .filters .custom-radio input,
#shop .filters .custom-checkbox input {
  position: absolute;
  opacity: 0;
  width: 10px;
  height: 10px !important;
  left: 30px;
}
#shop .filters .custom-radio label,
#shop .filters .custom-checkbox label {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  text-transform: none;
  font-size: 18px;
  font-weight: bold;
  color: #969696;
  text-decoration: none;
}
#shop .filters .custom-radio label:before,
#shop .filters .custom-checkbox label:before {
  content: "";
  position: absolute;
  top: 5px;
  display: block;
  left: -5px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #aaa;
  border-image: initial;
  background: transparent;
  text-align: center;
  line-height: 23px;
  font-size: 20px;
  border-radius: 50%;
}
#shop .filters .custom-radio input[type=radio]:checked + label,
#shop .filters .custom-radio input[type=checkbox]:checked + label,
#shop .filters .custom-checkbox input[type=radio]:checked + label,
#shop .filters .custom-checkbox input[type=checkbox]:checked + label {
  background: transparent;
  color: #033087;
  text-decoration: underline;
}
#shop .filters .custom-radio label:after,
#shop .filters .custom-checkbox label:after {
  content: "";
  background: #25408F;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 50px;
  outline: none;
  top: 9px;
  left: 9px;
  display: block;
  opacity: 0;
  transition: all 0.4s;
}
#shop .filters .custom-radio input[type=radio]:checked + label:after,
#shop .filters .custom-radio input[type=checkbox]:checked + label:after,
#shop .filters .custom-checkbox input[type=radio]:checked + label:after,
#shop .filters .custom-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
#shop .filters .custom-radio input[type=radio]:checked + label,
#shop .filters .custom-radio input[type=checkbox]:checked + label,
#shop .filters .custom-checkbox input[type=radio]:checked + label,
#shop .filters .custom-checkbox input[type=checkbox]:checked + label {
  opacity: 1;
}
#shop .filters .custom-radio.missing label:before,
#shop .filters .custom-checkbox.missing label:before {
  border-color: red;
}
#shop .filters .custom-checkbox label:before {
  border-radius: 0;
  top: 4px;
}
#shop .filters .custom-checkbox label:after {
  display: none;
}
#shop .filters .custom-checkbox input[type=radio]:checked + label:before,
#shop .filters .custom-checkbox input[type=checkbox]:checked + label:before {
  color: #033087;
  content: "✓";
  line-height: 20px;
  font-size: 14px;
}
#shop .filters .custom-checkbox.consent label {
  font-size: 16px;
}

#floorplan_detail h4 {
  margin-bottom: 20px;
}
#floorplan_detail p.size,
#floorplan_detail p.bedrooms {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}
#floorplan_detail p.price {
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}
#floorplan_detail .action_buttons .my_btn {
  max-width: 100%;
  margin-bottom: 10px;
}
#floorplan_detail .features li:before {
  padding-left: 5px;
  content: "✓";
}
#floorplan_detail .floorplan_img {
  width: 100%;
  max-height: 50vh;
}
#floorplan_detail .logo_img_container {
  max-width: 300px;
}

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 20px;
  background: #EBE3D7;
  z-index: 10;
  display: none;
}
.policy_popup h3 {
  margin-bottom: 40px;
}
.policy_popup h2, .policy_popup h4, .policy_popup p {
  text-align: left;
}
.policy_popup p {
  font-size: 20px;
  margin-bottom: 30px;
}
.policy_popup .main_logo {
  width: 500px;
  max-width: 70%;
  margin-bottom: 40px;
}
.policy_popup .inner_content {
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
  max-width: 1350px;
  padding: 10px 20px;
  margin: 0 auto;
}
.policy_popup .inner_content::-webkit-scrollbar {
  width: 0;
  height: 8px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 9px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.policy_popup .inner_content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 9px;
  box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}
.policy_popup .small_logo {
  margin-top: 30px;
}
.policy_popup .copyright {
  padding-top: 30px;
}
.policy_popup .copyright p {
  text-align: center;
}
.policy_popup .close_icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  cursor: pointer;
}

.team_member {
  min-width: 0;
}
.team_member h4.small {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.team_member p.title {
  font-size: 18px;
  line-height: 1.2;
  color: #033087;
}

.footer h6 {
  margin-bottom: 15px;
}
.footer p.title {
  font-size: 15px;
  font-weight: bold;
  color: #033087;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer p.title span {
  font-size: 10px;
}
.footer p.title em {
  text-transform: lowercase;
}

.disclaimer p {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.section-padding {
  padding-bottom: 140px;
}

.icon {
  background-image: url("../img/crest/marker.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.gallery_img_container {
  position: relative;
  margin-bottom: 20px;
}
.gallery_img_container .icon,
.gallery_img_container h4 {
  position: absolute;
  right: 20px;
  left: auto;
  top: auto;
  bottom: 20px;
}
.gallery_img_container h4 {
  left: 20px;
  right: auto;
  width: auto;
  height: auto;
}

/* Deatils */
#details .title {
  font-family: "EditorsNote";
  color: #fff;
  font-size: 80px;
  line-height: 1.2;
  margin-bottom: 20px;
}
#details .title span {
  font-size: 40px;
}
#details .small_subtitle {
  font-family: "EditorsNote";
  color: #fff;
  font-size: 46px;
  line-height: 1.2;
}
#details .small_subtitle span {
  font-size: 40px;
}
#details .large_subtitle {
  font-family: "EditorsNote";
  color: #fff;
  font-size: 58px;
  line-height: 1.1;
}
#details .large_subtitle span {
  font-size: 40px;
}
#details .project_nav {
  padding-bottom: 130px;
}
#details .project_nav .btn_container a {
  width: 50%;
}
#details h2.small {
  line-height: 0.7;
}
#details span.was {
  margin-left: 0;
}
#details .more_nav ul {
  display: flex;
  justify-content: space-between;
}
#details .more_nav ul li {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #033087;
}
#details .rendering_container {
  position: relative;
}
#details .rendering_container .promo_slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 25%;
}
#details .rendering_container .promo_slider img {
  opacity: 0;
}
#details .rendering_container .promo_slider.slick-initialized img {
  opacity: 1;
}
#details .rendering_container .move-in {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  background: #033087;
}
#details .rendering_container .move-in h4 {
  color: #fff;
}
#details .rendering_container .bild {
  position: absolute;
  right: -5%;
  bottom: -100px;
  width: 40%;
}
#details .filters .custom-radio label,
#details .filters .custom-checkbox label {
  font-size: 28px;
  text-transform: uppercase;
}
#details .filters .custom-checkbox label:before,
#details .filters .custom-checkbox label:before {
  display: none;
}
#details .discover {
  position: absolute;
  left: 50px;
  top: 0;
  transform: translate(0, -75%);
  max-width: 50%;
  width: 500px;
}
#details .table_title {
  transform: translate(0, 100%);
}
#details #tableSort {
  color: #033087;
}
#details #tableSort tr.main {
  border-bottom: 2px solid #969696;
}
#details #tableSort tr.main th {
  padding: 10px 0;
  vertical-align: bottom;
}
#details #tableSort tr.main th.img_cell {
  line-height: 0;
  padding: 0;
  width: 150px;
}
#details #tableSort tr.main th.img_cell img {
  width: 150px;
  display: block;
  margin: 0 auto;
}
#details #tableSort tr:not(.detail_tr) th {
  white-space: nowrap;
}
#details #tableSort tr:not(.detail_tr) tr th:first-of-type {
  padding-left: 10px;
}
#details #tableSort tr:not(.detail_tr) tr td:first-of-type {
  text-align: left;
  padding-left: 10px;
}
#details #tableSort tr:not(.detail_tr) td {
  font-size: 24px;
  font-weight: bold;
}
#details #tableSort tr:not(.detail_tr) td.price {
  line-height: 1;
}
#details #tableSort tr:not(.detail_tr) td.price span {
  font-size: 18px;
  color: #969696;
}
#details #tableSort tr:not(.detail_tr) td.date {
  text-transform: uppercase;
  font-size: 17px;
}
#details #tableSort tr:not(.main):not(.detail_tr) td:last-of-type:not(.no_line) {
  width: 190px;
  background: url("/img/through_line.png") no-repeat left center;
  background-size: auto 100%;
}
#details #tableSort tr:not(.main):not(.detail_tr):nth-of-type(1 + 2n) {
  background: #F8F8F8;
}
#details .floorplan {
  max-height: 70vh;
  width: 100%;
}
#details .floorplan_details {
  display: none;
  position: relative;
  padding: 40px 10px;
  font-weight: bold;
  text-align: left;
}
#details .floorplan_details p.name {
  font-size: 45px;
  line-height: 1.1;
}
#details .floorplan_details p.elev {
  margin-bottom: 15px;
}
#details .floorplan_details p.price {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 5px;
  line-height: 1;
}
#details .floorplan_details p.price span.was {
  font-size: 18px;
  color: #969696;
}
#details .floorplan_details p.stat {
  font-size: 18px;
  margin-bottom: 5px;
}
#details .floorplan_details p.stat span:first-of-type {
  display: inline-block;
  min-width: 120px;
}
#details .floorplan_details .my_btn {
  margin: 20px 0 40px;
}
#details .floorplan_details .close_icon {
  position: absolute;
  top: 40px;
  right: 20px;
  cursor: pointer;
  width: 35px;
}

#brochure iframe {
  height: 780px;
  width: 100%;
}

#project_intro {
  background: url("../img/towns/new/title_bg.png") no-repeat #1B449C;
  background-size: 100% auto;
}
#project_intro .title_container img {
  opacity: 0;
}
#project_intro .info {
  padding-left: 7%;
  display: flex;
  flex-wrap: nowrap;
  margin-top: -1.75vw;
}
#project_intro .info .left {
  width: 41.6%;
}
#project_intro .info .right {
  width: 58.4%;
}

.stats_table {
  color: #fff;
  margin-top: -14vh;
  padding-left: 7%;
}
.stats_table h6 {
  color: #fff;
}
.stats_table table {
  color: #fff;
  background: #F9419E;
  font-size: 35px;
  font-weight: bold;
  border-top: 1px solid #fff;
  width: 100%;
}
.stats_table table tr {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.stats_table table tr td:last-of-type {
  font-size: 24px;
  text-align: right;
}
.stats_table .table {
  background: #F9419E;
  color: #fff;
  padding: 25px 45px;
  margin: 0;
}
.stats_table .table .col-md-6 {
  background: #F9419E;
}

#siteplan .map-link {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #033087;
  position: relative;
}
#siteplan .map-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #033087;
  transition: 0.3s all;
}
#siteplan .map-link.alt {
  color: #969696;
}
#siteplan .map-link.alt:after {
  background: transparent;
}
#siteplan .site-container {
  display: flex;
  justify-content: space-between;
}
#siteplan .form select {
  font-family: century-gothic, sans-serif;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
  color: #033087;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  outline: none;
  border-radius: 0;
  padding: 10px;
  border: 1px solid #707070;
  margin-bottom: 60px;
  background: url("../img/blue_arrow.svg") no-repeat 95% center;
}
#siteplan .form select::placeholder,
#siteplan .form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  text-transform: uppercase;
}
#siteplan .form select:-ms-input-placeholder,
#siteplan .form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  text-transform: uppercase;
}
#siteplan .form select::-ms-input-placeholder,
#siteplan .form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  text-transform: uppercase;
}
#siteplan .form select option[default] {
  text-transform: uppercase;
}

#lrt .train {
  position: relative;
}
#lrt .train:before {
  position: absolute;
  content: "";
  width: 55%;
  height: 100%;
  left: 0;
  background: url("../img/lrt/train.png") no-repeat right center;
  background-size: cover;
}
#lrt .map_container {
  width: 100%;
  overflow-x: scroll;
}
#lrt .map_container img {
  width: 850px;
}

#play .negative_margin {
  margin-top: -300px;
  background: #fff;
  padding-top: 50px;
  position: relative;
}

.construction-updates .map-section {
  padding-top: 80px;
}

#all_videos span.play-video {
  color: #033087;
  text-decoration: underline !important;
  cursor: pointer;
}
#all_videos ul {
  list-style-type: disc;
  padding-left: 20px;
}
#all_videos ul li {
  margin-bottom: 10px;
}

#big-bear .img_wrapper {
  position: relative;
}
#big-bear .img_wrapper .container {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translate(-50%, 0);
}
#big-bear .has_outline {
  outline: 15px solid #fff;
}
#big-bear .map_content {
  position: relative;
  margin-bottom: -8vw;
}
#big-bear .map_content_2 {
  position: relative;
  margin-top: -10vw;
}

.news h6 {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .lower_header .submenu {
    padding: 40px 50px;
    width: calc(100% + 60px);
    left: -30px;
  }
}
/* RESPONSIVE */
@media (max-width: 1250px) {
  h1 {
    font-size: 140px;
  }
  h1.small {
    font-size: 90px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 24px;
  }
  body {
    font-size: 18px;
  }
  .lower_header .main_menu ul li {
    font-size: 32px;
  }
  .lower_header .submenu:after {
    top: -55px;
    height: 55px;
  }
  .popup-video iframe {
    height: 50vh;
  }
  .disclaimer p {
    font-size: 12px;
  }
  .register-section {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 16px;
  }
  .register-section form .custom-radio label,
  .register-section form .custom-checkbox label {
    font-size: 16px;
  }
  .register-section form .custom-radio.consent label,
  .register-section form .custom-checkbox.consent label {
    font-size: 12px;
  }
  .register-section form .custom-radio label:before,
  .register-section form .custom-checkbox label:before {
    width: 25px;
    height: 25px;
  }
  .register-section form .custom-radio label:after {
    width: 15px;
    height: 15px;
  }
  #home .property_types .item .img_container {
    height: 160px;
  }
  #home .property_types .item .bg {
    margin-top: -40px;
  }
  #gallery .slider_container .slick-dots,
  #presentation_centre .slider_container .slick-dots {
    padding-top: 10px;
  }
  .community-page .page-menu .logo {
    max-width: 120px;
  }
  .community-page .page-menu ul:not(.righty) {
    display: none;
  }
  .community-page .page-menu ul:not(.righty) li a {
    padding: 15px 25px;
  }
  .community-page .amenity_map .marker .icon {
    width: 40px;
    height: 40px;
  }
  .community-page .amenity_map .marker .content span {
    font-size: 14px;
  }
  #thrive .type img {
    width: 150px;
  }
  #thrive .info h5 {
    font-size: 30px;
  }
  #thrive .info h5 span {
    font-size: 18px;
  }
  #floorplan_detail p.size,
  #floorplan_detail p.bedrooms {
    font-size: 20px;
  }
  #floorplan_detail p.price {
    font-size: 25px;
    margin-top: 15px;
  }
  #floorplan_detail .action_buttons .my_btn {
    max-width: 100%;
    margin-bottom: 10px;
  }
  #floorplan_detail .features li:before {
    padding-left: 5px;
    content: "✓";
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 50px;
  }
  h1.small {
    font-size: 40px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 16px;
  }
  h6 {
    font-size: 22px;
  }
  .my_btn {
    line-height: 55px;
    font-size: 14px;
  }
  .my_btn img {
    width: 25px;
  }
  .my_btn.negative_margin {
    margin-top: -15px;
  }
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header p {
    font-size: 14px;
  }
  .lower_header .main_menu ul li {
    font-size: 20px;
  }
  .lower_header .submenu:after {
    top: -40px;
    height: 40px;
    width: 23%;
  }
  .expandable_menu {
    top: 57px;
    padding: 20px 15px;
  }
  .expandable_menu ul li {
    font-size: 27px;
    margin-bottom: 12px;
  }
  .expandable_menu ul li ul li {
    font-size: 19px;
  }
  .expandable_menu p {
    font-size: 20px;
  }
  .expandable_menu ul li .community .price {
    width: calc(100% - 55px);
  }
  .expandable_menu ul li .community .price img {
    max-height: 35px;
  }
  .expandable_menu ul li .community .price h6 {
    font-size: 14px;
  }
  .expandable_menu .container {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    overflow-y: scroll;
  }
  .register-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  form .reg_link {
    font-size: 18px;
    margin-top: 0;
  }
  #gallery .slider_container,
  #presentation_centre .slider_container {
    padding-left: 0px;
    padding-right: 0px;
  }
  #gallery .slider_container .slick-dots li,
  #presentation_centre .slider_container .slick-dots li {
    margin: 0 6px;
  }
  #gallery .slider_container .slick-dots li button,
  #presentation_centre .slider_container .slick-dots li button {
    width: 14px;
    height: 14px;
  }
  #gallery .slider_container .arrow,
  #presentation_centre .slider_container .arrow {
    transform: translate(0, -50%);
    top: auto;
    bottom: 20px;
  }
  #gallery .slider_container .arrow.arrow_left,
  #presentation_centre .slider_container .arrow.arrow_left {
    left: 5px;
  }
  #gallery .slider_container .arrow.arrow_right,
  #presentation_centre .slider_container .arrow.arrow_right {
    right: 5px;
  }
  #gallery .slider_container .stamp,
  #presentation_centre .slider_container .stamp {
    bottom: 90px;
    right: 20px;
    width: 25%;
  }
  #gallery .slider_container .item h6,
  #presentation_centre .slider_container .item h6 {
    font-size: 16px;
  }
  #brochure iframe {
    height: 529px;
  }
  #home .property_types .item {
    max-width: 90%;
    width: 400px;
    margin: 0 auto;
  }
  #details .rendering_container {
    padding-left: 0;
  }
  #shop table th {
    font-size: 16px;
    white-space: nowrap;
  }
  #shop table tr:not(.main):not(.detail_tr) td {
    font-size: 14px;
    white-space: nowrap;
  }
  #shop table tr:not(.main):not(.detail_tr) td img {
    width: 80px !important;
  }
  #shop .table_container {
    width: 100%;
    overflow-x: scroll;
  }
  #shop .table_container table tr:not(.main):not(.detail_tr) td:first-of-type {
    padding-left: 10px;
  }
  #shop .floorplan_details {
    max-width: calc(100vw - 40px);
  }
  .footer h6 {
    margin-bottom: 12px;
  }
  .footer p.title {
    font-size: 14px;
  }
  .footer p.title span {
    font-size: 9px;
  }
  .community-page .page-menu .logo {
    padding: 5px 15px;
    max-width: 120px;
  }
  .community-page .page-menu .logo img {
    max-width: 100%;
  }
  .community-page .page-menu ul li a {
    padding: 15px;
    font-size: 12px;
  }
  .community-page .amenity_map .marker .content span {
    font-size: 10px;
  }
  .community-page .amenity_map .marker .content img {
    width: 30vw;
  }
  .community-page .amenity_map .marker .icon {
    width: 30px;
    height: 30px;
  }
  #thrive .type img {
    width: 100px;
  }
  #thrive .info div {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #thrive .info h5 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  #thrive .info h5 span {
    font-size: 18px;
  }
  #details .discover {
    max-width: 70%;
    position: relative;
    right: auto;
    transform: translate(0, 0);
    display: block;
    margin: 0 auto 15px;
  }
  #details .rendering_container .bild {
    bottom: -50px;
    width: 45%;
  }
  .section-padding {
    padding-bottom: 50px;
  }
  #details #shop table tr.main th {
    padding: 0 10px;
  }
  #details #tableSort tr:not(.detail_tr) td:first-of-type {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  #details .stats_table .no_border {
    border-bottom: none;
  }
}
@media (min-width: 767px) and (max-width: 800px) {
  #details .title {
    font-size: 32px !important;
  }
  #details .large_subtitle {
    font-size: 28px !important;
  }
}
@media (max-width: 576px) {
  .register-section .team_member h4.small {
    font-size: 20px;
  }
}
@media (max-width: 1700px) {
  h1.very-very-small {
    font-size: 64px;
  }
  h2.small {
    font-size: 48px;
  }
  h4.small {
    font-size: 22px;
  }
  h6 {
    font-size: 26px;
  }
  h6.small {
    font-size: 17px;
  }
  span.was {
    font-size: 28px;
  }
  .team_member p.title {
    font-size: 15px;
  }
  #details .more_nav ul li {
    font-size: 28px;
  }
  #details .title {
    font-size: 80px;
  }
  #details .small_subtitle {
    font-size: 42px;
  }
  #details .large_subtitle {
    font-size: 50px;
  }
  #details .large_subtitle span {
    font-size: 36px;
  }
  .stats_table {
    margin-top: -12vh;
  }
}
@media (max-width: 1500px) {
  h1.very-small {
    font-size: 90px;
  }
  h1.very-very-small {
    font-size: 55px;
  }
  h2 {
    font-size: 44px;
  }
  h2.small {
    font-size: 40px;
  }
  h4 {
    font-size: 36px;
  }
  h4.small {
    font-size: 20px;
  }
  .header .submenu {
    padding: 0 25px;
    left: -15px;
    top: 53px;
  }
  .header .submenu:after {
    top: -80px;
  }
  .header .submenu.communities {
    width: 1100px;
  }
  .header .submenu.communities .community .logo img {
    max-height: 60px;
  }
  .header .submenu.communities .community .ratio {
    max-width: 180px;
  }
  .header .submenu.communities:after {
    width: 240px;
  }
  .header .submenu.communities:before {
    width: 236px;
  }
  .header .submenu.overall:before {
    width: 196px;
  }
  .header .submenu.overall ul li {
    font-size: 18px;
    line-height: 80px;
  }
  .product_features {
    padding-top: 60px;
  }
  .product_features .product .move-in,
  .product_features .product .pink {
    padding: 20px;
  }
  .product_features .product .logo {
    padding: 50px 30px;
  }
  .product_features .product .logo img {
    max-height: 60px;
  }
  .product_features .townhome_product .home_stats_table p.title {
    font-size: 42px;
  }
  .product_features .townhome_product .home_stats_table p.subtitle {
    font-size: 30px;
  }
  .product_features .townhome_product .home_stats_table table {
    font-size: 20px;
  }
  .product_features .townhome_product .home_stats_table table tr td:last-of-type {
    font-size: 16px;
  }
  .product_features .townhome_product .home_stats_table .table {
    padding: 25px 35px;
  }
  .product_features .townhome_product .info {
    padding: 20px 20px;
  }
  .team_member p.title {
    font-size: 15px;
  }
  #details .title {
    font-size: 56px;
  }
  #details .small_subtitle {
    font-size: 34px;
  }
  #details .small_subtitle span {
    font-size: 20px;
  }
  #details .large_subtitle {
    font-size: 38px;
  }
  #details .large_subtitle span {
    font-size: 28px;
  }
  #details .filters .custom-radio label,
  #details .filters .custom-checkbox label {
    font-size: 24px;
  }
  #details .more_nav ul li {
    font-size: 24px;
  }
  #details #tableSort tr.main th.img_cell {
    width: 120px;
  }
  .stats_table {
    margin-top: -10vh;
  }
  .stats_table table {
    font-size: 24px;
  }
  .stats_table table tr td:last-of-type {
    font-size: 20px;
  }
  #shop .filters .custom-radio label,
  #shop .filters .custom-checkbox label {
    padding-left: 30px;
  }
  #details #shop table th {
    font-size: 22px;
  }
  #details #shop table th span {
    font-size: 12px;
  }
  #details #shop table td {
    font-size: 22px;
  }
  #details #shop table tr:not(.main):not(.detail_tr) td {
    height: 90px;
  }
  #details #shop table td.price span {
    font-size: 14px;
  }
  #details .floorplan_details {
    padding: 30px 10px;
  }
  #details .floorplan_details p.name {
    font-size: 40px;
  }
  #details .floorplan_details p.price {
    font-size: 25px;
  }
  #details .floorplan_details p.price span {
    font-size: 16px;
  }
  #details .floorplan_details p.stat {
    font-size: 22px;
  }
  #details .floorplan_details p.stat span:first-of-type {
    min-width: 150px;
  }
  #details .floorplan_details .my_btn {
    margin: 20px 0 30px;
  }
  #details .floorplan_details .close_icon {
    width: 30px;
  }
  #project_intro .info {
    margin-top: -1.9vw;
  }
  #siteplan .map-link {
    font-size: 24px;
  }
  #lrt .train:before {
    width: 46%;
  }
  #play .negative_margin {
    margin-top: -250px;
  }
  #big-bear h4 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 80px;
  }
  h1.very-small {
    font-size: 70px;
  }
  h1.very-very-small {
    font-size: 38px;
  }
  h2 {
    font-size: 40px;
  }
  h2.small {
    font-size: 32px;
  }
  span.was {
    font-size: 22px;
    margin-left: 5px;
  }
  h4 {
    font-size: 28px;
  }
  h4.small {
    font-size: 18px;
  }
  h6 {
    font-size: 20px;
  }
  h6.mid {
    font-size: 18px;
  }
  h6.small {
    font-size: 16px;
  }
  .header p {
    font-size: 15px;
  }
  .header .submenu:after {
    top: -81px;
  }
  .header .submenu {
    top: 54px;
  }
  .header .submenu.communities {
    width: 450px;
  }
  .header .submenu.communities .community {
    width: 100%;
    padding: 15px 0;
  }
  .header .submenu.communities .community .ratio {
    max-width: 120px;
  }
  .header .submenu.communities .community .price {
    padding: 0 30px;
  }
  .header .submenu.communities .community .logo img {
    max-height: 40px;
  }
  .header .submenu.communities:after {
    width: 230px;
  }
  .header .submenu.communities:before {
    width: 226px;
  }
  .header .submenu.overall:after {
    width: 165px;
  }
  .header .submenu.overall:before {
    width: 161px;
  }
  .header .submenu.overall ul li {
    font-size: 16px;
    line-height: 70px;
  }
  .section-padding {
    padding-bottom: 100px;
  }
  .icon {
    width: 40px;
    height: 40px;
  }
  .gallery_img_container .icon,
  .gallery_img_container h4 {
    right: 15px;
    bottom: 15px;
  }
  .gallery_img_container h4 {
    left: 15px;
  }
  .product_features .product .bedrooms .bedroom h6 {
    line-height: 60px;
  }
  .product_features .townhome_product .home_stats_table p.title {
    font-size: 36px;
  }
  .product_features .townhome_product .home_stats_table p.subtitle {
    font-size: 26px;
  }
  .product_features .townhome_product .home_stats_table table {
    font-size: 14px;
  }
  .product_features .townhome_product .home_stats_table table tr td:last-of-type {
    font-size: 12px;
  }
  .product_features .townhome_product .home_stats_table .table {
    padding: 25px 20px;
  }
  #details .title {
    font-size: 44px;
  }
  #details .large_subtitle {
    font-size: 34px;
  }
  #details .large_subtitle span {
    font-size: 24px;
  }
  #details .small_subtitle {
    font-size: 25px;
  }
  #details .filters .custom-radio label,
  #details .filters .custom-checkbox label {
    font-size: 24px;
  }
  #details .more_nav ul li {
    font-size: 18px;
  }
  #details #shop table tr.main th {
    font-size: 22px;
    line-height: 90px;
  }
  #details #shop table td {
    font-size: 18px;
  }
  #details .table_title {
    transform: translate(0, 0);
    padding-top: 50px;
  }
  #details .stats_table {
    margin-top: -7vh;
  }
  #details .stats_table table {
    font-size: 20px;
  }
  #details .stats_table table tr td:last-of-type {
    font-size: 18px;
  }
  #details .stats_table .table {
    padding: 30px;
  }
  #siteplan .map-section {
    padding-top: 50px;
  }
  #siteplan .map-link {
    font-size: 17px;
  }
  #play .negative_margin {
    margin-top: -210px;
  }
  #big-bear .map_content_2 {
    margin-top: 0;
  }
  #big-bear h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  h2.small {
    font-size: 30px;
  }
  h6 {
    font-size: 19px;
  }
  .section-padding {
    padding-bottom: 70px;
  }
  h1.very-small {
    font-size: 60px;
  }
  #lrt .train:before {
    display: none;
  }
  #siteplan .map-section {
    padding-top: 30px;
  }
  #siteplan .site-container {
    flex-direction: column;
  }
  #siteplan .site-container .map-link {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #play .negative_margin {
    margin-top: 0;
  }
  #details .project_nav {
    padding-bottom: 80px;
  }
  #details .title {
    font-size: 36px;
  }
  #details .large_subtitle {
    font-size: 30px;
  }
  #details .small_subtitle {
    font-size: 22px;
  }
  #details .small_subtitle span {
    font-size: 16px;
  }
  #details .stats_table {
    margin-top: -6vh;
    padding-right: 10%;
    padding-left: 0;
  }
  #details .rendering_container .bild {
    bottom: -80px;
    width: 45%;
  }
  #details .filters .custom-checkbox:first-of-type label {
    padding-left: 0;
  }
  #details .filters .custom-radio label,
  #details .filters .custom-checkbox label {
    padding-left: 30px;
  }
  #details #tableSort tr:not(.detail_tr) td {
    font-size: 22px;
  }
  #details .stats_table table {
    font-size: 18px;
  }
  #details .stats_table table tr td:last-of-type {
    font-size: 14px;
  }
  #project_intro .info {
    margin-top: -2.25vw;
  }
  .product_features .product .logo {
    padding: 35px 20px;
  }
  .product_features .product .logo img {
    max-height: 50px;
  }
  .product_features .townhome_product .title_overlay {
    width: 100%;
  }
  .product_features .townhome_product .title_box img {
    width: 100%;
  }
  .product_features .townhome_product .title_box .my_slider {
    width: 30%;
    top: 4%;
    transform: translate(0, 50%);
    right: 10px;
  }
  .product_features .townhome_product .info_wrapper {
    flex-wrap: wrap;
  }
  .product_features .townhome_product .info_wrapper .left {
    width: 100%;
  }
  .product_features .townhome_product .info_wrapper .right {
    width: 100%;
  }
  .product_features .townhome_product .home_stats_table table {
    font-size: 18px;
  }
  .product_features .townhome_product .home_stats_table table tr td:last-of-type {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #register .flex_container {
    justify-content: space-evenly;
  }
  #register .team_member {
    width: 50%;
  }
  #register .btn_container {
    width: 100%;
  }
  #register .btn_container button {
    width: 47%;
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  html, body {
    width: 100vw;
    overflow-x: hidden;
  }
  body {
    padding-top: 80px;
  }
  h1.very-small {
    font-size: 38px;
  }
  h1.very-very-small {
    font-size: 32px;
  }
  h4 {
    font-size: 24px;
  }
  h6 {
    font-size: 16px;
  }
  h6.large {
    font-size: 20px;
  }
  body {
    font-size: 16px;
  }
  .mob_logo {
    max-width: 140px;
  }
  .container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .full_width {
    margin-right: -2.2rem;
    margin-left: -2.2rem;
    width: calc(100% + 4rem);
    max-width: none;
  }
  .product_features {
    padding-top: 20px;
  }
  #siteplan .map-link:after {
    background: transparent;
  }
  h2.small {
    font-size: 32px;
  }
  #details .large_subtitle {
    font-size: 30px;
  }
  #details .stats_table {
    padding-left: 0;
    margin-top: -70px;
  }
  #details .stats_table table {
    font-size: 16px;
  }
  #details .stats_table table tr td:last-of-type {
    font-size: 14px;
  }
  #details .rendering_container .move-in {
    padding: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    top: auto;
    bottom: 0;
  }
  #details .rendering_container .move-in h4.small {
    font-size: 14px;
  }
  #details .rendering_container .promo_slider {
    width: 35%;
  }
  #details .floorplan_details p.name {
    font-size: 30px;
  }
  #project_intro {
    padding-bottom: 100px;
    padding-top: 20px;
    background: url("../img/towns/new/title_bg_mob.png") no-repeat #1B449C;
    background-size: 100% auto;
  }
  #project_intro .info {
    flex-wrap: wrap;
    justify-content: end;
  }
  #project_intro .info .left {
    width: 100%;
    margin-bottom: 30px;
  }
  #project_intro .info .right {
    width: 90%;
  }
  .product_features h4.small .container {
    max-width: 100%;
  }
  .product_features .product .info {
    padding: 20px 20px;
    text-align: center;
  }
  .product_features .product .info.has_slider {
    flex-wrap: wrap;
    justify-content: center;
  }
  .product_features .product .info.has_slider .my_slider {
    width: 50%;
  }
  .product_features .product .logo {
    padding: 20px;
    left: 50%;
    transform: translate(-50%, -1px);
  }
  .product_features .product .logo img {
    max-height: 50px;
    max-width: 160px;
  }
  .product_features .product .move-in {
    padding: 10px 15px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .product_features .product .move-in h4.small {
    font-size: 10px;
  }
  .product_features .product .move_in_container {
    width: 100%;
    text-align: center;
    top: auto;
    bottom: 0;
  }
  .product_features .product .move_in_container .move-in {
    left: auto;
    transform: none;
  }
  .product_features .product .move_in_container .move-in,
  .product_features .product .move_in_container .pink {
    padding: 15px;
  }
  .product_features .product .move_in_container .move-in h4.small,
  .product_features .product .move_in_container .pink h4.small {
    font-size: 10px;
  }
  .product_features .product .bedrooms {
    flex-wrap: wrap;
  }
  .product_features .product .bedrooms .bedroom {
    width: 50%;
  }
  .product_features .product .bedrooms .bedroom h6.small {
    font-size: 15px;
  }
  .product_features .product .bedrooms .bedroom h6 {
    line-height: 50px;
  }
  .product_features .product .bedrooms .bedroom:nth-of-type(3) {
    border-bottom: none;
    width: 100%;
    border-left: none;
    border-top: 1px solid #969696;
  }
  .product_features .product .bedrooms.towns .bedroom {
    width: 100%;
  }
  .product_features .product .bedrooms.towns .bedroom:nth-of-type(2) {
    border-left: none;
    border-top: 1px solid #033087;
  }
  .product_features h4.small {
    font-size: 14px;
  }
  .product_features .townhome_product .home_stats_table p.title {
    font-size: 24px;
  }
  .product_features .townhome_product .home_stats_table table {
    font-size: 15px;
  }
  .product_features .townhome_product .home_stats_table table tr td:last-of-type {
    font-size: 13px;
  }
  #brochure iframe {
    height: 529px;
  }
  #details .project_nav {
    padding-bottom: 30px;
  }
  #details .more_nav ul {
    flex-direction: column;
    padding-top: 10px;
  }
  #details .more_nav ul li {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #details .now_available {
    font-size: 18px;
  }
  #details .logo {
    max-height: 110px;
    max-width: 100%;
    display: block;
    margin: 0 auto 45px;
    padding-top: 5px;
  }
  #details .rendering_container .bild {
    bottom: -40px;
  }
  #details .filters .custom-checkbox label {
    font-size: 16px;
    padding-left: 20px;
  }
  #details .gallery_img_container {
    margin-bottom: 10px;
  }
  #details .gallery_img_container .icon {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
  }
  #details .beds_title {
    display: inline-block;
    vertical-align: top;
  }
  #details .beds_text {
    max-width: 160px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.1;
  }
  #details #shop table tr.main th {
    font-size: 18px;
    line-height: 70px;
  }
  #details #tableSort tr:not(.detail_tr) td:first-of-type {
    padding-left: 10px;
  }
  #details #tableSort tr:not(.detail_tr) td {
    font-size: 16px;
  }
  #shop table tr:not(.main):not(.detail_tr) td {
    padding: 0 15px;
    height: 70px;
  }
  #details #shop table tr:not(.main):not(.detail_tr) td {
    height: 70px;
  }
  #register .flex_container {
    justify-content: space-evenly;
  }
  #register .team_member h6.small {
    font-size: 12px;
  }
  #register .team_member p.title {
    font-size: 12px;
  }
  #register .btns_container {
    width: 100%;
    display: flex;
    flex-grow: 1;
  }
  #register .btns_container .my_btn {
    padding: 0 10px;
  }
  #register .btns_container a {
    flex-grow: 1;
    width: 50%;
  }
  #register .btns_container a:first-of-type {
    margin-right: 5px;
  }
  #register_form form .custom-checkbox.consent label {
    font-size: 12px;
    padding-left: 50px;
  }
  #footer h6 {
    font-size: 20px;
  }
  #footer p.title {
    font-size: 12px;
  }
  #footer form input[type=text] {
    font-size: 14px;
    margin-bottom: 15px;
    height: 50px !important;
  }
}
@media (max-width: 400px) {
  .expandable_menu ul li .community .ratio {
    width: 70px;
  }
  #register .flex_container {
    justify-content: space-between;
  }
  .expandable_menu ul li {
    font-size: 25px;
  }
  .my_btn.maps_btn {
    font-size: 12px;
  }
  .my_btn.maps_btn img {
    margin-right: 5px;
  }
  .product_features h6 {
    font-size: 15px;
  }
  .product_features .product .bedrooms .bedroom h6.small {
    font-size: 14px;
  }
  #details .filters .custom-checkbox label {
    font-size: 15px;
    padding-left: 15px;
  }
  #big-bear h2 {
    font-size: 26px;
  }
  #big-bear h2.small {
    font-size: 19px;
  }
  #big-bear h4 {
    font-size: 18px;
  }
}