@font-face {
  font-family: 'KiyanaDisplay UltraLight';
  src: url("fonts/KiyanaDisplay-UltraLight.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'KiyanaDisplay Regular';
  src: url("fonts/KiyanaDisplay_Regular.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'AkzidenzGroteskPro';
  src: url("fonts/AkzidenzGroteskPro-Light.otf");
  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: .2s ease-in-out;
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #000; }

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, button {
  -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: calc(100vw * 1.405); }

a {
  color: inherit;
  text-decoration: none;
  color: #6C6C6C; }

.img-fluid {
  max-width: 100%; }

/* defaults end */
html {
  overflow-x: hidden; }

body {
  font-family: 'KiyanaDisplay Regular';
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
  color: #6C6C6C;
  width: 100vw;
  overflow-x: hidden; }
  body.no-scroll {
    overflow: hidden; }

#home, #team {
  overflow-x: hidden; }

#team h2 {
  line-height: 0.9; }
#team .builders img {
  width: 300px; }

.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 {
  font-family: 'KiyanaDisplay Regular';
  display: inline-block;
  line-height: 28px;
  padding: 0 1px;
  letter-spacing: 2px;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #000;
  color: #000; }

.register_btn {
  display: inline-block;
  line-height: 40px;
  width: 165px;
  max-width: 100%;
  padding: 0 1px;
  font-size: 24px;
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff; }

.my_btn:active {
  color: #000; }

.my_btn_dark {
  font-family: 'KiyanaDisplay Regular';
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 30px;
  background: #000; }

.download_btn {
  line-height: 42px;
  padding: 0 10px;
  width: 300px;
  max-width: 100%;
  font-size: 24px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  background: #707070; }

.read_more {
  padding: 0;
  color: #6C6C6C;
  font-size: 24px;
  line-height: 1.4;
  border-bottom: 1px solid #6C6C6C; }

h1 {
  font-family: 'KiyanaDisplay UltraLight';
  font-size: 80px;
  line-height: 1;
  text-align: center;
  color: #fff; }

h2 {
  font-size: 50px;
  line-height: 1.2; }

h3 {
  font-family: 'AkzidenzGroteskPro';
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px; }

h6 {
  font-family: 'KiyanaDisplay Regular';
  font-size: 28px;
  line-height: 1.3; }

p.caption {
  font-size: 16px;
  line-height: 1.3; }

@media (min-width: 1350px) {
  #home .my_slider p.caption {
    max-width: 65%;
    margin: 0 auto; } }
.fancybox__container.has-toolbar {
  padding: 20px 0; }

.thank_you_container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10; }
  .thank_you_container .thank_you {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .thank_you_container .thank_you .main {
      width: auto;
      max-width: 100vw;
      max-height: 90vh; }
    .thank_you_container .thank_you .close_icon {
      position: absolute;
      right: 15px;
      top: 15px;
      cursor: pointer; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-top: 30px;
  padding-bottom: 15px;
  background: #000; }
  .header .hamburger {
    position: relative;
    z-index: 4; }
  .header .hamburger-inner,
  .header .hamburger-inner::before,
  .header .hamburger-inner::after {
    width: 30px;
    height: 2px;
    border-radius: 0px; }
  .header .hamburger-inner, .header .hamburger-inner::before, .header .hamburger-inner::after {
    background-color: #fff; }
  .header .menu li {
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase; }
    .header .menu li a {
      color: #fff; }

.menu_overlay {
  display: none;
  background: #efefef;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }
  .menu_overlay ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
    .menu_overlay ul li {
      margin-bottom: 30px;
      color: #000; }
      .menu_overlay ul li a {
        color: #000; }
    .menu_overlay ul button {
      border: none; }

.text_box {
  padding: 80px 70px;
  background: #EFEFEF; }
  .text_box span {
    display: none; }
  .text_box.open button {
    transition: all 0.4s; }
    .text_box.open button img {
      rotate: -90deg; }

.mt_negative {
  margin-top: -200px; }

.top_renderings .images_slider_container {
  position: relative;
  height: calc(100vw / 1.75);
  max-height: calc(100vh - 180px);
  min-height: 50vh; }
  .top_renderings .images_slider_container .dark_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2; }
.top_renderings h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 100%;
  padding-right: 25%; }

#home .top_renderings .images_slider_container {
  background: url("../img/home/top_5.jpg");
  background-position: center top;
  background-size: cover; }

#gallery .top_renderings .images_slider_container {
  background: url("../img/gallery/img_2.jpg");
  background-position: center top;
  background-size: cover; }

#team .top_renderings .images_slider_container {
  background: url("../img/team/hero.jpg");
  background-position: center;
  background-size: cover; }

.zoom_icon {
  position: absolute;
  bottom: 0;
  right: 0; }

@media (max-width: 1350px) {
  .top_renderings {
    margin-top: 50px; } }
@media (min-width: 1350px) {
  .top_renderings .images_slider_container {
    height: calc(100vw / 1.75);
    max-height: calc(100vh - 200px);
    min-height: 36vw;
    overflow: hidden; }
    .top_renderings .images_slider_container .main_rendering_slider {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 0;
      transform: translate(0, -50%); } }
.carousel_container {
  position: relative;
  width: 100vw;
  overflow-x: hidden; }
  .carousel_container .my_slider {
    /* the slides */
    /* the parent */ }
    .carousel_container .my_slider .slick-slide {
      margin: 0 4vw; }
    .carousel_container .my_slider .slick-list {
      margin: 0 -4vw; }
  .carousel_container .slider_arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 30px;
    cursor: pointer; }
    .carousel_container .slider_arrow.arrow_left {
      left: 25vw; }
    .carousel_container .slider_arrow.arrow_right {
      right: 25vw;
      left: auto; }

.floorplans {
  background: #FAFAFA; }
  .floorplans .info {
    padding: 40px;
    background: #EDE5DC; }
  .floorplans .floorplan_img {
    padding: 20px; }

#gallery .images_slider_container .thank_you {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 3; }
#gallery .carousel_container1 .my_slide h6 {
  opacity: 0;
  transition: all 0.4s; }
#gallery .carousel_container1 .my_slide.slick-current h6 {
  opacity: 1; }
#gallery .carousel_container1 .slider_arrow {
  top: 50%; }

body[data-article="gallery"] .contact {
  display: none !important; }
body[data-article="gallery"] .showroom {
  display: none !important; }
body[data-article="gallery"] .register_form_btn {
  display: none !important; }

@media (min-width: 1800px) {
  .floorplans .floorplan_img {
    max-width: 900px;
    padding: 50px; } }
.convergence {
  background: #EFEFEF;
  padding-top: 40px;
  padding-bottom: 40px; }

@media (min-width: 1800px) {
  .convergence p {
    padding-right: 10vw; } }
.webley_living .img_list img {
  width: calc(25% -  15px); }

.register_form {
  position: relative; }
  .register_form .container {
    position: relative; }
    .register_form .container .thank_you_message {
      display: none;
      position: absolute;
      top: -5px;
      left: -5px;
      bottom: -5px;
      right: -5px;
      background: transparent; }
      .register_form .container .thank_you_message h2 {
        position: absolute;
        z-index: 2;
        width: 100%;
        top: 50%;
        transform: translate(0, -50%); }
  .register_form .form {
    position: relative;
    margin: 0 auto;
    transition: all 0.4s; }
    .register_form .form input[type="text"],
    .register_form .form input[type="search"],
    .register_form .form input[type="tel"],
    .register_form .form input[type="number"],
    .register_form .form input[type="email"],
    .register_form .form input[type="password"],
    .register_form .form select {
      width: 100%;
      font-weight: 400;
      font-style: normal;
      font-size: 24px;
      line-height: 44px;
      margin-bottom: 30px;
      color: #000;
      -webkit-appearance: none;
      border: none;
      background: transparent;
      border-bottom: 1px solid #000;
      outline: none; }
    .register_form .form input[type="text"]::placeholder,
    .register_form .form input[type="search"]::placeholder,
    .register_form .form input[type="tel"]::placeholder,
    .register_form .form input[type="number"]::placeholder,
    .register_form .form input[type="email"]::placeholder,
    .register_form .form input[type="password"]::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #6C6C6C;
      opacity: 1;
      /* Firefox */
      letter-spacing: 2.5px; }
    .register_form .form input[type="text"]:-ms-input-placeholder,
    .register_form .form input[type="search"]:-ms-input-placeholder,
    .register_form .form input[type="tel"]:-ms-input-placeholder,
    .register_form .form input[type="number"]:-ms-input-placeholder,
    .register_form .form input[type="email"]:-ms-input-placeholder,
    .register_form .form input[type="password"]:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #6C6C6C; }
    .register_form .form input[type="text"]::-ms-input-placeholder,
    .register_form .form input[type="search"]::-ms-input-placeholder,
    .register_form .form input[type="tel"]::-ms-input-placeholder,
    .register_form .form input[type="number"]::-ms-input-placeholder,
    .register_form .form input[type="email"]::-ms-input-placeholder,
    .register_form .form input[type="password"]::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #6C6C6C; }
    .register_form .form .missing input[type="text"],
    .register_form .form .missing input[type="search"],
    .register_form .form .missing input[type="tel"],
    .register_form .form .missing input[type="number"],
    .register_form .form .missing input[type="email"],
    .register_form .form .missing input[type="password"] {
      border-bottom: 1px solid red; }
      .register_form .form .missing input[type="text"]::placeholder,
      .register_form .form .missing input[type="search"]::placeholder,
      .register_form .form .missing input[type="tel"]::placeholder,
      .register_form .form .missing input[type="number"]::placeholder,
      .register_form .form .missing input[type="email"]::placeholder,
      .register_form .form .missing input[type="password"]::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: red;
        opacity: 1;
        /* Firefox */ }
      .register_form .form .missing input[type="text"]:-ms-input-placeholder,
      .register_form .form .missing input[type="search"]:-ms-input-placeholder,
      .register_form .form .missing input[type="tel"]:-ms-input-placeholder,
      .register_form .form .missing input[type="number"]:-ms-input-placeholder,
      .register_form .form .missing input[type="email"]:-ms-input-placeholder,
      .register_form .form .missing input[type="password"]:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: red; }
      .register_form .form .missing input[type="text"]::-ms-input-placeholder,
      .register_form .form .missing input[type="search"]::-ms-input-placeholder,
      .register_form .form .missing input[type="tel"]::-ms-input-placeholder,
      .register_form .form .missing input[type="number"]::-ms-input-placeholder,
      .register_form .form .missing input[type="email"]::-ms-input-placeholder,
      .register_form .form .missing input[type="password"]::-ms-input-placeholder {
        /* Microsoft Edge */
        color: red; }
    .register_form .form .checkbox {
      display: inline-block;
      position: relative;
      font-size: 15px;
      padding-top: 5px;
      padding-bottom: 20px;
      text-align: left;
      margin-right: 35px; }
      .register_form .form .checkbox input {
        position: absolute;
        opacity: 0;
        width: 10px;
        height: 10px;
        left: 30px; }
      .register_form .form .checkbox label {
        padding-left: 35px;
        position: relative;
        cursor: pointer;
        text-transform: none; }
      .register_form .form .checkbox label:before {
        position: absolute;
        top: 4px;
        display: block;
        left: -2px;
        width: 20px;
        content: "";
        height: 20px;
        margin-left: 5px;
        border-width: 1px;
        border-style: solid;
        border-color: #000;
        border-image: initial;
        background: transparent; }
      .register_form .form .checkbox input[type="radio"]:checked + label::before,
      .register_form .form .checkbox input[type="checkbox"]:checked + label::before {
        content: "\2713";
        font-size: 16px;
        color: #000;
        text-align: center;
        line-height: 18px; }
      .register_form .form .checkbox.missing label:before {
        border-color: red; }
    .register_form .form .radio-wrapperG .checkbox:last-of-type {
      margin-right: 0; }
    .register_form .form .warning-message,
    .register_form .form .error-message {
      display: block;
      font-size: 14px;
      line-height: 1.5;
      color: red; }
    .register_form .form .consent label {
      font-size: 13px;
      line-height: 1.3; }
    .register_form .form.completed .thank_you_message {
      opacity: 1;
      z-index: 2; }
  .register_form .thank_you_message {
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% + 10px);
    opacity: 0;
    z-index: -1;
    text-align: center;
    transition: all 0.4s; }
    .register_form .thank_you_message .close_btn {
      position: absolute;
      bottom: 20px;
      width: 100%;
      text-align: center; }
    .register_form .thank_you_message h2 {
      position: absolute;
      text-align: center;
      width: 100%;
      top: 50%;
      transform: translate(0, -50%); }
    .register_form .thank_you_message .close_btn {
      position: absolute;
      bottom: 20%;
      left: 50%;
      transform: translate(-50%, 0);
      font-size: 24px; }
  .register_form.done .form {
    opacity: 0; }
  .register_form.done h5 {
    opacity: 0; }
  .register_form.done .thank_you_message {
    opacity: 1;
    z-index: 2; }

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 20px;
  background: #D8D9DA;
  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: 400px;
    max-width: 70%;
    display: block;
    margin: 0 auto;
    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; }

p.contact {
  font-size: 26px;
  line-height: 1.5; }

.show_message {
  cursor: pointer; }

.grecaptcha-badge {
  display: none !important; }

.footer p {
  font-size: 14px; }

/* PAGE STYLES END */
@media (max-width: 1700px) {
  h6 {
    font-size: 28px; }

  h1 {
    font-size: 70px; }

  .mt_negative {
    margin-top: -150px; }

  .carousel_container .slider_arrow.arrow_left {
    left: 20vw; }
  .carousel_container .slider_arrow.arrow_right {
    right: 20vw; } }
@media (max-width: 1350px) {
  h1 {
    font-size: 52px; }

  h6 {
    font-size: 22px; }

  .read_more {
    font-size: 18px; }

  .mt_negative {
    margin-top: -150px; }

  p.caption {
    font-size: 14px; }

  .carousel_container .slider_arrow.arrow_left {
    left: 20vw; }
  .carousel_container .slider_arrow.arrow_right {
    right: 20vw; }

  p.contact {
    font-size: 22px; }

  #team h2 {
    font-size: 42px; }
  #team .builders img {
    width: 250px; }

  #gallery .carousel_container1 .slider_arrow {
    top: 50%; } }
@media (max-width: 991px) {
  body {
    font-size: 14px; }

  h1 {
    font-size: 40px; }

  h2 {
    font-size: 40px; }

  h3 {
    margin-bottom: 15px; }

  h6 {
    font-size: 20px; }

  #team h2 {
    font-size: 36px;
    margin-bottom: 25px; }
  #team .builders img {
    width: 220px; }

  .header {
    padding-top: 25px; }

  .header.scrolled {
    padding-bottom: 25px; }

  .header .hamburger-inner,
  .header .hamburger-inner::before,
  .header .hamburger-inner::after {
    width: 26px;
    height: 1px;
    border-radius: 0px; }

  .read_more {
    font-size: 18px; }

  .mt_negative {
    margin-top: auto; }

  p.caption {
    font-size: 14px; }

  .text_box {
    padding: 40px 30px; }

  .carousel_container .slider_arrow {
    top: 45%; }
    .carousel_container .slider_arrow.arrow_left {
      left: 14vw;
      width: 25px; }
    .carousel_container .slider_arrow.arrow_right {
      right: 14vw;
      width: 25px; }

  .webley_living .img_list img {
    width: calc(50% - 5px);
    margin-bottom: 10px; }

  .register_form h6 {
    font-size: 24px;
    margin-bottom: 30px; }
  .register_form .form input[type="text"],
  .register_form .form input[type="search"],
  .register_form .form input[type="tel"],
  .register_form .form input[type="number"],
  .register_form .form input[type="email"],
  .register_form .form input[type="password"],
  .register_form .form select {
    font-size: 18px;
    line-height: 36px; }
  .register_form .form .read_more {
    font-size: 22px; }

  p.contact {
    font-size: 18px; }

  #gallery .carousel_container1 h6 {
    font-size: 16px; }
  #gallery .carousel_container2 .slider_arrow {
    top: 50%; } }
@media (max-width: 768px) {
  .top_renderings h1 {
    text-align: left;
    padding-left: 10%;
    padding-right: 25%; }

  .carousel_container .slider_arrow {
    top: 50%; }
    .carousel_container .slider_arrow.arrow_left {
      width: 15px;
      left: 5px; }
    .carousel_container .slider_arrow.arrow_right {
      width: 15px;
      right: 5px; } }
@media (max-width: 576px) {
  .container {
    max-width: 100%; }

  .bottom_arrow {
    width: 70px; } }
/* BROKER */
#broker {
  width: 100vw;
  overflow-x: hidden;
  background: transparent; }
  #broker .slider_container {
    position: relative; }
    #broker .slider_container .slider_arrow {
      cursor: pointer; }
  #broker .grey_box_bg {
    margin-top: 9%;
    max-width: 1600px; }
    #broker .grey_box_bg .position-relative {
      z-index: 1; }
    #broker .grey_box_bg .grey_box_right_small {
      position: absolute;
      right: 5%;
      top: 0;
      bottom: 0;
      background: #DCDCDC;
      width: 55%; }
      @media (max-width: 991px) {
        #broker .grey_box_bg .grey_box_right_small {
          width: 100%;
          right: 10%; } }
    #broker .grey_box_bg .grey_box_right_big {
      position: absolute;
      right: 5%;
      top: 0;
      bottom: 0;
      background: #DCDCDC;
      width: 60%; }
      @media (max-width: 991px) {
        #broker .grey_box_bg .grey_box_right_big {
          width: 100%;
          right: 10%; } }
    #broker .grey_box_bg .grey_box_left_small {
      position: absolute;
      left: 5%;
      top: 0;
      bottom: 0;
      background: #DCDCDC;
      width: 55%; }
      @media (max-width: 991px) {
        #broker .grey_box_bg .grey_box_left_small {
          width: 100%;
          left: 10%; } }
    #broker .grey_box_bg .grey_box_left_big {
      position: absolute;
      left: 5%;
      top: 0;
      bottom: 0;
      background: #DCDCDC;
      width: 60%; }
      @media (max-width: 991px) {
        #broker .grey_box_bg .grey_box_left_big {
          width: 100%;
          left: 10%; } }
  #broker .center-heading {
    text-align: center; }
  #broker .brochure_slider_container {
    padding: 0 0 0 0; }
    #broker .brochure_slider_container .brochure_slider .slick-slide {
      width: 80vw;
      padding: 0 2vw 0 2vw; }
  #broker .flex-center {
    display: flex;
    justify-content: center; }
    #broker .flex-center * {
      background-color: transparent; }
  #broker .floorplan-iframe {
    width: 100%;
    height: 35vw;
    align-self: center; }
    @media (max-width: 991px) {
      #broker .floorplan-iframe {
        height: 55vw; } }
  #broker .floorplan-flip {
    height: 40vw;
    display: flex; }
    @media (max-width: 1150px) {
      #broker .floorplan-flip {
        width: 60%;
        margin-left: auto; } }
    @media (max-width: 991px) {
      #broker .floorplan-flip {
        width: 100%;
        height: 55vw; } }
  #broker .footer-flex {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    margin-bottom: 2%; }
    @media (max-width: 767px) {
      #broker .footer-flex {
        flex-direction: column;
        justify-content: flex-start; } }
    #broker .footer-flex .logo-size {
      width: 18%;
      min-width: 150px;
      align-self: flex-end; }
      @media (max-width: 1400px) {
        #broker .footer-flex .logo-size {
          width: 25%; } }
      @media (max-width: 767px) {
        #broker .footer-flex .logo-size {
          align-self: flex-start; } }
    #broker .footer-flex .footer-address {
      text-align: right;
      align-self: flex-end; }
      @media (max-width: 767px) {
        #broker .footer-flex .footer-address {
          text-align: left;
          align-self: flex-start; } }

.article-gallery .header .text_img {
  display: none !important; }

#gallery .gallery_list .d-flex div {
  margin: 0 5px 5px 0; }
  #gallery .gallery_list .d-flex div img {
    display: block;
    cursor: zoom-in; }

.custom-pos-1 {
  margin-left: 22% !important; }

.custom-pos-2 {
  margin-left: 95% !important; }

@media (min-width: 1400px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px; } }
@media (max-width: 991px) {
  .mobile-pos-1 {
    margin-left: 45% !important; }

  .custom-pos-1 {
    margin-left: 15% !important; }

  .custom-pos-2 {
    margin-left: 47% !important; } }
@media (min-width: 1250px) {
  .custom-pos-2 {
    margin-left: 110% !important; } }
/* BROKER END */
/* RESPONSIVE */

/*# sourceMappingURL=my_style.css.map */
