@font-face {
  font-family: "Cochin";
  src: url("fonts/Cochin-Regular.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Cochin";
  src: url("fonts/Cochin-Bold.otf");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Bold.otf");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "Gotham-Book";
  src: url("fonts/Gotham-Book.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "WorkSans";
  src: url("fonts/WorkSans-Medium.ttf");
  font-weight: normal;
  font-style: normal; }
/* CSS Document */
/*------------------------------------*\
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 {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

.wow {
  visibility: hidden; }

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: #3d96b0; }

ul {
  margin: 0; }

strong,
b {
  font-weight: bold; }

i {
  font-style: italic; }

button {
  border: none;
  background: none; }

textarea {
  resize: none; }

div {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; }
  div::-webkit-scrollbar {
    width: 0 !important; }

button:focus {
  outline: none; }

input:focus, input[type="checkbox"]:focus {
  outline: none; }

textarea:focus,
select:focus {
  outline: none; }

body {
  font-family: "Gotham-Book";
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #424548;
  background-size: contain;
  width: 100vw;
  overflow-x: hidden; }

h1 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  font-family: "Cochin"; }

h2 {
  font-family: "Cochin";
  font-size: 32px;
  font-weight: bold;
  color: #A28A66;
  margin-bottom: 25px;
  padding-bottom: 12px;
  text-align: center;
  position: relative; }

h3 {
  font-family: "Gotham";
  font-size: 16px;
  color: #A28A66;
  text-transform: uppercase; }

h4 {
  font-family: "Gotham";
  font-size: 22px;
  color: #A28A66;
  line-height: 1.2;
  text-transform: uppercase; }

h5 {
  font-family: "Cochin";
  font-size: 24px;
  font-weight: bold;
  color: #A28A66;
  text-align: center; }

h6 {
  font-weight: bold;
  margin-bottom: 15px; }

a b {
  font-weight: bold; }

html,
body {
  width: 100%;
  height: 100%; }

p {
  font-family: "Cochin";
  color: #000000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.8px; }

.vertical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.open-more-action {
  display: none; }

.last-line {
  white-space: nowrap; }

.slick-dots li button:before {
  opacity: 0.85; }
.slick-dots li.slick-active button:before {
  opacity: 1; }

.br600 {
  display: none; }

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: baseline;
  padding: 15px 0;
  padding: 0;
  z-index: 29;
  background: #A28A66;
  box-shadow: 0px 1px 8px; }
  .menu.active:after {
    position: fixed;
    content: '';
    z-index: -1;
    background: #A28A66;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .menu .logo {
    max-height: 50px;
    margin-right: 10px; }
  .menu .hamburger-inner, .menu .hamburger-inner:after, .menu .hamburger-inner:before {
    width: 38px;
    height: 3px;
    border-radius: 0;
    background-color: #fff; }
  .menu .hamburger.is-active .hamburger-inner,
  .menu .hamburger.is-active .hamburger-inner:after,
  .menu .hamburger.is-active .hamburger-inner:before {
    background-color: #fff; }
  .menu .right-menu {
    text-align: center;
    margin: 0 auto; }
    .menu .right-menu ul li {
      position: relative;
      display: inline-block;
      font-family: "Cochin";
      font-weight: bold;
      font-size: 14px;
      margin: 0 5px;
      cursor: pointer;
      vertical-align: middle;
      color: #fff; }
      .menu .right-menu ul li a {
        position: relative;
        color: #fff;
        z-index: 2;
        padding: 10px 15px;
        padding-top: 12px;
        display: block; }
        .menu .right-menu ul li a:hover {
          color: #fff; }
      .menu .right-menu ul li.register_btn {
        background: #fff;
        font-family: "Gotham" !important;
        font-weight: normal !important;
        position: relative;
        overflow: hidden;
        cursor: pointer; }
        .menu .right-menu ul li.register_btn a {
          color: #000; font-size: 16px; }
        .menu .right-menu ul li.register_btn span {
          background: #A28A66;
          content: "";
          height: 155px;
          left: -75px;
          opacity: .2;
          position: absolute;
          top: -50px;
          transform: rotate(49deg);
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
          width: 50px;
          z-index: 3; }
        .menu .right-menu ul li.register_btn::before {
          content: '';
          background: url(../img/new_img/button_bg_top.jpg) center;
          background-size: cover;
          position: absolute;
          left: 0;
          top: 0;
          width: 25px;
          height: 25px;
          z-index: 1; }
        .menu .right-menu ul li.register_btn::after {
          content: '';
          background: url(../img/new_img/button_bg_bottom.jpg) center;
          background-size: cover;
          position: absolute;
          right: 0;
          bottom: 0;
          width: 25px;
          height: 25px;
          z-index: 1; }
        .menu .right-menu ul li.register_btn:hover span {
          left: 120%;
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }
      .menu .right-menu ul li ul {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 55px;
        padding: 15px;
        transition: all 0.4s; }
        .menu .right-menu ul li ul li {
          display: block;
          margin-bottom: 10px;
          text-align: center;
          font-family: "Gotham-Book" !important; }
          .menu .right-menu ul li ul li:last-of-type {
            margin-bottom: 0; }
          .menu .right-menu ul li ul li a {
            color: #000;
            white-space: nowrap; }
          .menu .right-menu ul li ul li a:hover {
            color: #000; }
  .menu .dropdown_menu {
    background: rgba(255, 255, 255, 0.7); }
    .menu .dropdown_menu li {
      padding-left: 0;
      padding-right: 0; }
      .menu .dropdown_menu li a {
        color: #000;
        text-transform: uppercase; }
  .menu .mobile-menu,
  .menu .mobile-logo,
  .menu .mobile-register {
    display: none; }

@media (min-width: 991px) {
  .menu .right-menu ul li ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    padding: 10px 15px; }
    .menu .right-menu ul li ul li {
      margin-bottom: 0px; }
  .menu .right-menu ul li:hover {
    position: relative; }
    .menu .right-menu ul li:hover ul {
      visibility: visible;
      opacity: 1;
      z-index: 1; } }
@media (max-width: 991px) {
  .menu .right-menu ul li ul {
    display: none;
    position: relative;
    left: auto;
    transform: none;
    top: auto; }
    .menu .right-menu ul li ul li {
      display: block;
      margin-bottom: 10px;
      text-align: center;
      font-family: "Gotham-Book" !important; } }
.menu-margin {
  height: 40px; }

.my_btn {
  font-family: "Gotham";
  font-size: 14px;
  text-transform: uppercase;
  line-height: 36px;
  color: #000;
  background: #fff;
  width: 220px;
  max-width: 90%;
  cursor: pointer;
  text-align: center; }
  .my_btn.gold {
    color: #fff;
    background: #A28A66; }

.small_border {
  width: 100px;
  height: 3px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 20px auto; }

.title_top {
  margin-bottom: 20px;
  text-align: center; }
  .title_top .small_border {
    display: inline-block;
    border-top: 1px solid #A28A66;
    border-bottom: 1px solid #A28A66;
    vertical-align: middle;
    margin: 0 5px; }
  .title_top img {
    display: inline-block;
    vertical-align: middle;
    width: 42px; }

.title_box {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 25px;
  background: #A28A66;
  white-space: nowrap; }

  .title_box p {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase; 
  }
  @media ( min-width: 1024px ) and ( max-width: 1440px ) {
    .title_box p {
      font-size: 14px;
    }
  }

.top-slider {
  margin-top: 20px;
  margin-bottom: 15px !important; }
  .top-slider img {
    object-fit: cover;
    height: 100%; }
    .top-slider img.video {
      cursor: pointer; }
  .top-slider .slick-next {
    right: 25px; }
    .top-slider .slick-next::before {
      content: url(../img/arrow-next.png); }
  .top-slider .slick-prev {
    left: 25px;
    z-index: 1; }
    .top-slider .slick-prev::before {
      content: url(../img/arrow-prev.png); }
  .top-slider .slick-dots {
    bottom: 10px; }
    .top-slider .slick-dots li {
      margin: 0; }
      .top-slider .slick-dots li button::before {
        font-size: 11px;
        color: white; }
      .top-slider .slick-dots li.slick-active button::before {
        color: white; }

.top-slider-nav img {
  margin: 4px; }

#welcome .banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 40px);
  background-size: cover;
  overflow: hidden;
  min-height: 750px; }
  #welcome .banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.35); }
  #welcome .banner #video_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100vh;
    min-width: 100%; }
  #welcome .banner .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }
  #welcome .banner .scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%); }
  #welcome .banner .info_box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 30px 40px;
    z-index: 2; }
    #welcome .banner .info_box h3 {
      font-size: 32px;
      color: #fff;
      margin-bottom: 15px; }
    #welcome .banner .info_box h4 {
      font-size: 20px;
      color: #fff; }
    #welcome .banner .info_box .pricing span {
      display: inline-block;
      vertical-align: middle;
      margin: 0 2px; }
      #welcome .banner .info_box .pricing span sup {
        font-size: 28px; }
      #welcome .banner .info_box .pricing span.small {
        text-transform: uppercase;
        font-size: 12px;
        text-align: right; }
      #welcome .banner .info_box .pricing span.big {
        font-size: 46px; }
#welcome .welcome-video {
  position: relative; }
  #welcome .welcome-video .embed-container {
    --video--width: 712;
    --video--height: 402;
    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
    /* 41.66666667% */
    overflow: hidden;
    max-width: 100%;
    background: black; }
    #welcome .welcome-video .embed-container iframe,
    #welcome .welcome-video .embed-container object,
    #welcome .welcome-video .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #welcome .welcome-video #welcome-video-link {
    position: absolute;
    top: -120px; }
  #welcome .welcome-video .video_popup_container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100; }
    #welcome .welcome-video .video_popup_container .video_popup {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 20px;
      background: #fff;
      max-height: 75vh;
      width: calc((75vh * 16) / 9 - 40px); }
      #welcome .welcome-video .video_popup_container .video_popup .close_icon {
        position: absolute;
        top: -15px;
        right: -15px;
        width: 40px;
        cursor: pointer; }

#brochure .flipbook-menuBottom.flipbook-menu-fixed,
#video .flipbook-menuBottom.flipbook-menu-fixed {
  background: transparent; }
  #brochure .flipbook-menuBottom.flipbook-menu-fixed .flipbook-menu,
  #video .flipbook-menuBottom.flipbook-menu-fixed .flipbook-menu {
    display: none; }
#brochure .flipbook-bookLayer,
#video .flipbook-bookLayer {
  background: #fff;
  border: 1px solid #000; }
#brochure .tab_buttons,
#video .tab_buttons {
  background: none;
  padding: 0; }
  #brochure .tab_buttons .tab_button,
  #video .tab_buttons .tab_button {
    padding: 10px 15px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer; }
    #brochure .tab_buttons .tab_button p,
    #video .tab_buttons .tab_button p {
      font-family: "Gotham";
      font-size: 12px;
      text-transform: uppercase;
      color: #fff; }
    #brochure .tab_buttons .tab_button.active,
    #video .tab_buttons .tab_button.active {
      background: rgba(255, 255, 255, 0.9); }
      #brochure .tab_buttons .tab_button.active p,
      #video .tab_buttons .tab_button.active p {
        color: #A28A66; }
#brochure .white_box,
#video .white_box {
  background: #fff;
  padding: 50px 50px; }

.brown_bg {
  background: url("../img/new_img/brown_bg.jpg") center; }
  .brown_bg .container {
    background: #fff;
    padding: 50px 50px; }

#video {
  position: relative;
  overflow: hidden; }
  #video .stamp {
    position: absolute;
    left: 0;
    top: 5%;
    transform: translate(-20%, 0); }
  #video .tab_buttons .tab_button {
    background: rgba(162, 138, 102, 0.4); }
    #video .tab_buttons .tab_button.active {
      background: rgba(162, 138, 102, 0.9); }
      #video .tab_buttons .tab_button.active p {
        color: #fff; }
    #video .tab_buttons .tab_button p {
      color: #fff; }
  #video .container {
    background: transparent; }
  #video .white_box {
    border: 1px solid #A28A66;
    background: transparent; }

#community-location {
  position: relative; }
  #community-location #map {
    height: 45vh; }
  #community-location .map iframe {
    width: 100%;
    height: 530px;
    display: block; }

#lake-club #lake-club-link,
#activities #activities-link {
  position: absolute;
  top: -120px; }

#lake-club,
#activities {
  position: relative; }

#lake-club .lake-club-slider,
#lake-club .activities-slider {
  margin-top: 50px; }

#activities .lake-club-slider,
#activities .activities-slider {
  margin-top: 50px; }

#lake-club .lake-club-slider .slide,
#lake-club .activities-slider .slide {
  display: flex;
  width: 100%; }

#activities .lake-club-slider .slide,
#activities .activities-slider .slide {
  display: flex;
  width: 100%; }

#lake-club .lake-club-slider .slide .left,
#lake-club .activities-slider .slide .left {
  max-width: 33%;
  padding: 50px 25px 25px 50px;
  position: relative;
  border-radius: 25px 0px 0 25px;
  height: 425px; }

#activities .lake-club-slider .slide .left,
#activities .activities-slider .slide .left {
  max-width: 33%;
  padding: 50px 25px 25px 50px;
  position: relative;
  border-radius: 25px 0px 0 25px;
  height: 425px; }

#lake-club .lake-club-slider .slide .left .title,
#lake-club .activities-slider .slide .left .title {
  text-align: left;
  color: #fff;
  font-size: 42px;
  font-family: "Cochin";
  line-height: 1;
  padding-bottom: 15px; }

#activities .lake-club-slider .slide .left .title,
#activities .activities-slider .slide .left .title {
  text-align: left;
  color: #fff;
  font-size: 42px;
  font-family: "Cochin";
  line-height: 1;
  padding-bottom: 15px; }

#lake-club .lake-club-slider .slide .left p,
#lake-club .activities-slider .slide .left p {
  text-align: left;
  font-size: 14px;
  color: #fff; }

#activities .lake-club-slider .slide .left p,
#activities .activities-slider .slide .left p {
  text-align: left;
  font-size: 14px;
  color: #fff; }

#lake-club .lake-club-slider .slide .left .next-slide,
#lake-club .activities-slider .slide .left .next-slide {
  font-family: "Cochin";
  font-size: 18px;
  color: #fff;
  position: absolute;
  cursor: pointer;
  bottom: 30px;
  width: fit-content;
  line-height: 1.1;
  padding-left: 9px;
  margin-left: 30px; }

#activities .lake-club-slider .slide .left .next-slide,
#activities .activities-slider .slide .left .next-slide {
  font-family: "Cochin";
  font-size: 18px;
  color: #fff;
  position: absolute;
  cursor: pointer;
  bottom: 30px;
  width: fit-content;
  line-height: 1.1;
  padding-left: 9px;
  margin-left: 30px; }

#lake-club .lake-club-slider .slide .left .next-slide::before,
#lake-club .activities-slider .slide .left .next-slide::before {
  position: absolute;
  right: 100%;
  bottom: 50%;
  transform: translateY(50%);
  background-image: url("../img/arrow-next-round.png");
  background-size: 30px 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: ""; }

#activities .lake-club-slider .slide .left .next-slide::before,
#activities .activities-slider .slide .left .next-slide::before {
  position: absolute;
  right: 100%;
  bottom: 50%;
  transform: translateY(50%);
  background-image: url("../img/arrow-next-round.png");
  background-size: 30px 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: ""; }

#lake-club .lake-club-slider .slide .left::before,
#lake-club .activities-slider .slide .left::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50px; }

#activities .lake-club-slider .slide .left::before,
#activities .activities-slider .slide .left::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50px; }

#lake-club .lake-club-slider .slide .right,
#lake-club .activities-slider .slide .right {
  width: 66%; }

#activities .lake-club-slider .slide .right,
#activities .activities-slider .slide .right {
  width: 66%; }

#lake-club .lake-club-slider .slide .right img,
#lake-club .activities-slider .slide .right img {
  height: 425px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 25px 25px 0; }

#activities .lake-club-slider .slide .right img,
#activities .activities-slider .slide .right img {
  height: 425px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 25px 25px 0; }

#lake-club .lake-club-slider .outdoor-pool .left,
#lake-club .lake-club-slider .boat .left {
  background-color: rgba(37, 116, 187, 0.7); }
#lake-club .activities-slider .outdoor-pool .left,
#lake-club .activities-slider .boat .left {
  background-color: rgba(37, 116, 187, 0.7); }

#activities .lake-club-slider .outdoor-pool .left,
#activities .lake-club-slider .boat .left {
  background-color: rgba(37, 116, 187, 0.7); }
#activities .activities-slider .outdoor-pool .left,
#activities .activities-slider .boat .left {
  background-color: rgba(37, 116, 187, 0.7); }

#lake-club .lake-club-slider .outdoor-pool .left::before,
#lake-club .lake-club-slider .boat .left::before {
  background-color: rgba(37, 116, 187, 0.7); }
#lake-club .activities-slider .outdoor-pool .left::before,
#lake-club .activities-slider .boat .left::before {
  background-color: rgba(37, 116, 187, 0.7); }

#activities .lake-club-slider .outdoor-pool .left::before,
#activities .lake-club-slider .boat .left::before {
  background-color: rgba(37, 116, 187, 0.7); }
#activities .activities-slider .outdoor-pool .left::before,
#activities .activities-slider .boat .left::before {
  background-color: rgba(37, 116, 187, 0.7); }

#lake-club .lake-club-slider .outdoor-pool .right img,
#lake-club .activities-slider .outdoor-pool .right img {
  object-position: 20%; }

#activities .lake-club-slider .outdoor-pool .right img,
#activities .activities-slider .outdoor-pool .right img {
  object-position: 20%; }

#lake-club .lake-club-slider .outdoor-lounge .left,
#lake-club .lake-club-slider .walk-hike .left,
#lake-club .lake-club-slider .tennis-courts .left {
  background-color: rgba(71, 192, 137, 0.7); }
#lake-club .activities-slider .outdoor-lounge .left,
#lake-club .activities-slider .walk-hike .left,
#lake-club .activities-slider .tennis-courts .left {
  background-color: rgba(71, 192, 137, 0.7); }

#activities .lake-club-slider .outdoor-lounge .left,
#activities .lake-club-slider .walk-hike .left,
#activities .lake-club-slider .tennis-courts .left {
  background-color: rgba(71, 192, 137, 0.7); }
#activities .activities-slider .outdoor-lounge .left,
#activities .activities-slider .walk-hike .left,
#activities .activities-slider .tennis-courts .left {
  background-color: rgba(71, 192, 137, 0.7); }

#lake-club .lake-club-slider .outdoor-lounge .left::before,
#lake-club .lake-club-slider .walk-hike .left::before,
#lake-club .lake-club-slider .tennis-courts .left::before {
  background-color: rgba(71, 192, 137, 0.7); }
#lake-club .activities-slider .outdoor-lounge .left::before,
#lake-club .activities-slider .walk-hike .left::before,
#lake-club .activities-slider .tennis-courts .left::before {
  background-color: rgba(71, 192, 137, 0.7); }

#activities .lake-club-slider .outdoor-lounge .left::before,
#activities .lake-club-slider .walk-hike .left::before,
#activities .lake-club-slider .tennis-courts .left::before {
  background-color: rgba(71, 192, 137, 0.7); }
#activities .activities-slider .outdoor-lounge .left::before,
#activities .activities-slider .walk-hike .left::before,
#activities .activities-slider .tennis-courts .left::before {
  background-color: rgba(71, 192, 137, 0.7); }

#lake-club .lake-club-slider .fitness-centre .left,
#lake-club .lake-club-slider .shop .left {
  background-color: rgba(101, 208, 201, 0.7); }
#lake-club .activities-slider .fitness-centre .left,
#lake-club .activities-slider .shop .left {
  background-color: rgba(101, 208, 201, 0.7); }

#activities .lake-club-slider .fitness-centre .left,
#activities .lake-club-slider .shop .left {
  background-color: rgba(101, 208, 201, 0.7); }
#activities .activities-slider .fitness-centre .left,
#activities .activities-slider .shop .left {
  background-color: rgba(101, 208, 201, 0.7); }

#lake-club .lake-club-slider .fitness-centre .left::before,
#lake-club .lake-club-slider .shop .left::before {
  background-color: rgba(101, 208, 201, 0.7); }
#lake-club .activities-slider .fitness-centre .left::before,
#lake-club .activities-slider .shop .left::before {
  background-color: rgba(101, 208, 201, 0.7); }

#activities .lake-club-slider .fitness-centre .left::before,
#activities .lake-club-slider .shop .left::before {
  background-color: rgba(101, 208, 201, 0.7); }
#activities .activities-slider .fitness-centre .left::before,
#activities .activities-slider .shop .left::before {
  background-color: rgba(101, 208, 201, 0.7); }

#lake-club .lake-club-slider .meeting-room .left,
#lake-club .lake-club-slider .dine .left {
  background-color: rgba(37, 116, 187, 0.7); }
#lake-club .activities-slider .meeting-room .left,
#lake-club .activities-slider .dine .left {
  background-color: rgba(37, 116, 187, 0.7); }

#activities .lake-club-slider .meeting-room .left,
#activities .lake-club-slider .dine .left {
  background-color: rgba(37, 116, 187, 0.7); }
#activities .activities-slider .meeting-room .left,
#activities .activities-slider .dine .left {
  background-color: rgba(37, 116, 187, 0.7); }

#lake-club .lake-club-slider .meeting-room .left::before,
#lake-club .lake-club-slider .dine .left::before {
  background-color: rgba(37, 116, 187, 0.7); }
#lake-club .activities-slider .meeting-room .left::before,
#lake-club .activities-slider .dine .left::before {
  background-color: rgba(37, 116, 187, 0.7); }

#activities .lake-club-slider .meeting-room .left::before,
#activities .lake-club-slider .dine .left::before {
  background-color: rgba(37, 116, 187, 0.7); }
#activities .activities-slider .meeting-room .left::before,
#activities .activities-slider .dine .left::before {
  background-color: rgba(37, 116, 187, 0.7); }

#lake-club .lake-club-slider .social-club .left,
#lake-club .activities-slider .social-club .left {
  background-color: #7ad6d0; }

#activities .lake-club-slider .social-club .left,
#activities .activities-slider .social-club .left {
  background-color: #7ad6d0; }

#lake-club .lake-club-slider .social-club .left::before,
#lake-club .activities-slider .social-club .left::before {
  background-color: rgba(122, 214, 208, 0.7); }

#activities .lake-club-slider .social-club .left::before,
#activities .activities-slider .social-club .left::before {
  background-color: rgba(122, 214, 208, 0.7); }

#lake-club .lake-club-slider .game-room .left,
#lake-club .activities-slider .game-room .left {
  background-color: #78d1a9; }

#activities .lake-club-slider .game-room .left,
#activities .activities-slider .game-room .left {
  background-color: #78d1a9; }

#lake-club .lake-club-slider .game-room .left::before,
#lake-club .activities-slider .game-room .left::before {
  background-color: rgba(120, 209, 169, 0.7); }

#activities .lake-club-slider .game-room .left::before,
#activities .activities-slider .game-room .left::before {
  background-color: rgba(120, 209, 169, 0.7); }

#lake-club .lake-club-slider .slick-dots,
#lake-club .activities-slider .slick-dots {
  width: fit-content;
  right: 28%;
  bottom: 10px; }

#activities .lake-club-slider .slick-dots,
#activities .activities-slider .slick-dots {
  width: fit-content;
  right: 28%;
  bottom: 10px; }

#lake-club .lake-club-slider .slick-dots li,
#lake-club .activities-slider .slick-dots li {
  margin: 0; }

#activities .lake-club-slider .slick-dots li,
#activities .activities-slider .slick-dots li {
  margin: 0; }

#lake-club .lake-club-slider .slick-dots li button::before,
#lake-club .activities-slider .slick-dots li button::before {
  font-size: 11px;
  color: white; }

#activities .lake-club-slider .slick-dots li button::before,
#activities .activities-slider .slick-dots li button::before {
  font-size: 11px;
  color: white; }

#lake-club .lake-club-slider .slick-dots li.slick-active button::before,
#lake-club .activities-slider .slick-dots li.slick-active button::before {
  color: white; }

#activities .lake-club-slider .slick-dots li.slick-active button::before,
#activities .activities-slider .slick-dots li.slick-active button::before {
  color: white; }

#towns-or-condos .towns-or-condos {
  display: flex;
  margin-top: 35px; }
  #towns-or-condos .towns-or-condos .pick-one {
    display: flex;
    flex-direction: column;
    width: 41%; }
    #towns-or-condos .towns-or-condos .pick-one .towns {
      width: 100%;
      height: 155px;
      background: #3d96b0;
      border-radius: 25px 0 0 0;
      position: relative;
      margin-bottom: 5px; }
      #towns-or-condos .towns-or-condos .pick-one .towns p {
        font-size: 24px;
        font-family: "Cochin";
        position: relative;
        text-align: center;
        color: #fff; }
        #towns-or-condos .towns-or-condos .pick-one .towns p::before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 90px;
          height: 1px;
          background-color: #fff; }
      #towns-or-condos .towns-or-condos .pick-one .towns a {
        font-size: 9px;
        color: #fff;
        text-align: center;
        display: block;
        padding-top: 7px; }
    #towns-or-condos .towns-or-condos .pick-one .condos {
      width: 100%;
      height: 155px;
      background: #78d1a9;
      border-radius: 0 0 0 25px;
      position: relative; }
      #towns-or-condos .towns-or-condos .pick-one .condos p {
        font-size: 24px;
        font-family: "Cochin";
        position: relative;
        text-align: center;
        color: #fff; }
        #towns-or-condos .towns-or-condos .pick-one .condos p::before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 90px;
          height: 1px;
          background-color: #fff; }
      #towns-or-condos .towns-or-condos .pick-one .condos a {
        font-size: 9px;
        color: #fff;
        text-align: center;
        display: block;
        padding-top: 7px; }
  #towns-or-condos .towns-or-condos .pick-one-image {
    width: 58%; }
    #towns-or-condos .towns-or-condos .pick-one-image img {
      width: 100%;
      margin-left: 5px;
      height: 315px;
      object-fit: cover; }

#siteplan {
  margin-top: 90px; }
  #siteplan .siteplan-container {
    display: flex;
    flex-direction: column; }
    #siteplan .siteplan-container .buttons {
      display: flex;
      margin-bottom: 10px; }
      #siteplan .siteplan-container .buttons a {
        text-align: center;
        display: block;
        font-size: 8px;
        font-family: "Gotham";
        color: #fff;
        position: absolute;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
        width: 100%; }
        #siteplan .siteplan-container .buttons a.grey {
          color: #707070;
          text-decoration: underline; }
        #siteplan .siteplan-container .buttons a.title {
          font-size: 23px;
          font-family: "Cochin";
          position: absolute;
          left: 50%;
          top: 40%;
          bottom: unset;
          transform: translate(-50%, -50%); }
      #siteplan .siteplan-container .buttons > div {
        height: 125px;
        width: 25%;
        position: relative; }
      #siteplan .siteplan-container .buttons .balsam {
        background-color: #78d1a9;
        border-radius: 25px 0 0 0;
        margin-right: 4px; }
      #siteplan .siteplan-container .buttons .cameron {
        background-color: #b9b8b8;
        margin-right: 4px; }
      #siteplan .siteplan-container .buttons .club {
        background-color: #3d96b0;
        margin-right: 4px; }
      #siteplan .siteplan-container .buttons .kawartha {
        background-color: #b9b8b8;
        border-radius: 0 25px 0 0; }
    #siteplan .siteplan-container .siteplan-image img {
      width: 100%; }

#kawartha {
  padding-top: 10px;
  padding-bottom: 40px;
  width: 100%;
  background-color: #f8f7f8; }
  #kawartha h2 {
    margin-bottom: 10px; }
  #kawartha p {
    text-align: center;
    padding-top: 44px;
    padding-bottom: 30px;
    font-size: 15px; }
    #kawartha p span {
      display: block;
      font-family: "Gotham"; }

#balsam {
  padding-top: 70px; }
  #balsam h4 {
    color: #707070; }
  #balsam ul {
    padding-top: 20px;
    border: none;
    width: fit-content;
    margin: auto; }
    #balsam ul li {
      padding: 13px 20px; }
      #balsam ul li a {
        font-size: 10px; }
        #balsam ul li a:hover {
          color: #3d96b0; }
      #balsam ul li.active a {
        color: #79d1a9; }
  #balsam h6 {
    font-size: 13px;
    font-family: "Gotham";
    color: #4b4b4b;
    text-align: left;
    width: 100%;
    padding-top: 19px;
    padding-bottom: 11px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070; }
  #balsam .model {
    padding: 20px 0; }
    #balsam .model img {
      max-width: 100%; }
    #balsam .model p {
      font-size: 13px;
      color: #4b4b4b;
      font-family: "Gotham";
      line-height: 1.5;
      text-align: left; }
    #balsam .model .model-name {
      font-size: 25px;
      color: #78d1a9;
      font-family: "Cochin"; }
    #balsam .model .info {
      display: flex; }
      #balsam .model .info .left .bedroom-icon {
        display: inline-block;
        margin-right: 30px;
        width: 24px;
        vertical-align: sub; }
      #balsam .model .info .left .bath-icon {
        display: inline-block;
        width: 22px;
        vertical-align: sub; }
      #balsam .model .info .right {
        margin: auto; }
        #balsam .model .info .right img {
          width: 50px; }
    #balsam .model .view {
      width: 100%;
      margin-top: 10px;
      border-top: 1px solid #707070;
      border-bottom: 1px solid #707070; }
      #balsam .model .view a {
        display: block;
        margin: auto;
        padding: 12px;
        font-size: 10px;
        text-align: center;
        color: #4b4b4b;
        text-decoration: underline;
        text-transform: uppercase; }
  #balsam .model-details {
    display: flex;
    flex-direction: column;
    border: 1px solid #707070; }
    #balsam .model-details .top-bar {
      display: flex;
      justify-content: flex-end;
      border-bottom: 1px solid #707070;
      align-items: center; }
      #balsam .model-details .top-bar .info {
        margin: auto; }
        #balsam .model-details .top-bar .info .top-inline {
          display: inline-block;
          vertical-align: middle; }
        #balsam .model-details .top-bar .info p {
          color: #4b4b4b;
          font-size: 13px;
          text-align: left;
          font-family: "Gotham";
          line-height: 1.5; }
          #balsam .model-details .top-bar .info p.title {
            color: #80c3a5;
            font-size: 25px;
            font-family: "Cochin"; }
          #balsam .model-details .top-bar .info p.border-top-bottom {
            line-height: 1.7;
            display: inline-block;
            border-top: 1px solid #707070;
            border-bottom: 1px solid #707070;
            padding: 9px 0; }
          #balsam .model-details .top-bar .info p span {
            display: inline-block;
            padding-left: 20px; }
        #balsam .model-details .top-bar .info .bedroom-icon {
          display: inline-block;
          margin-right: 30px;
          width: 24px;
          vertical-align: sub; }
        #balsam .model-details .top-bar .info .bath-icon {
          display: inline-block;
          width: 22px;
          vertical-align: sub; }
      #balsam .model-details .top-bar .full-floor {
        display: inline-block;
        vertical-align: middle;
        margin-top: 40px; }
        #balsam .model-details .top-bar .full-floor img {
          height: 98px;
          margin-right: 35px;
          margin-left: 25px; }
      #balsam .model-details .top-bar .download-floorplan {
        border-left: 1px solid #707070;
        width: 15%; }
        #balsam .model-details .top-bar .download-floorplan img {
          padding: 30px 20px;
          width: 100%; }
    #balsam .model-details .bottom-floorplan {
      display: flex;
      padding: 10px 40px 40px 84px;
      align-items: center; }
      #balsam .model-details .bottom-floorplan .floorplan {
        width: 93%; }
        #balsam .model-details .bottom-floorplan .floorplan img {
          width: 100%; }
      #balsam .model-details .bottom-floorplan .bigger {
        width: 6%; }
        #balsam .model-details .bottom-floorplan .bigger img {
          width: 100%; }

#feature {
  position: relative; }
  #feature #features-link {
    position: absolute;
    top: -120px; }
  #feature .fandf {
    position: relative; }
    #feature .fandf img {
      width: 100%; }
    #feature .fandf .f {
      background-color: #ffffff;
      border-radius: 50%;
      width: 21px;
      height: 21px;
      text-align: center;
      position: absolute; }
      #feature .fandf .f p {
        font-size: 11px;
        color: #3d96b0;
        font-family: "Gotham";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      #feature .fandf .f .desc {
        display: none;
        position: absolute;
        left: 80%;
        top: 70%;
        background-color: #ffffff;
        width: 150px;
        padding: 4px 10px;
        z-index: 4; }
        #feature .fandf .f .desc p {
          color: #707070;
          font-family: "Gotham";
          font-size: 11px;
          position: relative;
          top: unset;
          left: unset;
          transform: unset;
          text-align: left; }
    #feature .fandf .f1 {
      top: 19%;
      left: 80%; }
      #feature .fandf .f1:hover {
        cursor: pointer; }
        #feature .fandf .f1:hover .desc {
          display: block; }
    #feature .fandf .f2 {
      top: 34%;
      left: 9%; }
      #feature .fandf .f2:hover {
        cursor: pointer; }
        #feature .fandf .f2:hover .desc {
          display: block; }
    #feature .fandf .f3 {
      top: 73%;
      left: 5%; }
      #feature .fandf .f3:hover {
        cursor: pointer; }
        #feature .fandf .f3:hover .desc {
          display: block; }
    #feature .fandf .f4 {
      top: 50%;
      left: 54%; }
      #feature .fandf .f4:hover {
        cursor: pointer; }
        #feature .fandf .f4:hover .desc {
          display: block; }
    #feature .fandf .f5 {
      top: 55%;
      left: 16%; }
      #feature .fandf .f5:hover {
        cursor: pointer; }
        #feature .fandf .f5:hover .desc {
          display: block; }
    #feature .fandf .f6 {
      top: 35%;
      left: 64%; }
      #feature .fandf .f6:hover {
        cursor: pointer; }
        #feature .fandf .f6:hover .desc {
          display: block; }
    #feature .fandf .f7 {
      top: 61%;
      left: 22%; }
      #feature .fandf .f7:hover {
        cursor: pointer; }
        #feature .fandf .f7:hover .desc {
          display: block; }
    #feature .fandf .f8 {
      top: 78%;
      left: 42%; }
      #feature .fandf .f8:hover {
        cursor: pointer; }
        #feature .fandf .f8:hover .desc {
          display: block; }
  #feature a {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-top: 14px; }
    #feature a img {
      width: 33px;
      vertical-align: middle; }

#blog {
  padding-top: 10px;
  padding-bottom: 40px;
  width: 100%;
  background-color: #f8f7f8; }
  #blog .post {
    padding-bottom: 15px; }
    #blog .post .banner-blog img {
      width: 100%;
      height: 140px;
      object-fit: cover;
      margin-bottom: 12px; }
    #blog .post p {
      text-align: left;
      font-size: 14px; }
      #blog .post p.date {
        padding-top: 5px;
        font-size: 13px;
        font-weight: bold;
        color: #707070;
        text-transform: uppercase; }
      #blog .post p.arthur {
        padding-top: 5px;
        padding-bottom: 10px;
        font-size: 13px;
        font-weight: bold;
        color: #707070;
        text-transform: uppercase; }
    #blog .post a {
      display: block;
      padding-top: 10px;
      font-size: 13px;
      font-weight: bold;
      color: #707070;
      text-transform: uppercase; }
      #blog .post a img {
        width: 20px;
        vertical-align: middle; }
      #blog .post a:hover {
        color: #3d96b0; }

#post {
  padding-top: 10px; }
  #post img {
    margin-bottom: 20px; }
    #post img.banner-blog {
      width: 100%;
      border-radius: 25px;
      margin-bottom: 20px; }
  #post h5 {
    text-align: left; }
  #post a img {
    width: 20px;
    vertical-align: middle; }
  #post a:hover {
    color: #3d96b0; }
  #post p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 35px; }
    #post p.sub_header {
      margin: 0; }
    #post p a {
      font-family: inherit;
      color: #3d96b0; }
    #post p.date {
      font-family: "Gotham";
      font-weight: bold;
      padding-top: 10px;
      margin: 0; }
    #post p.arthur {
      font-family: "Gotham";
      font-weight: bold;
      padding-top: 10px;
      padding-bottom: 20px; }

#about, #teams {
  padding-top: 100px;
  padding-bottom: 40px;
  width: 100%; }
  #about .line, #teams .line {
    width: 100%;
    height: 1px;
    background: #A28A66; }
  #about img, #teams img {
    width: 100%;
    border-radius: 0;
    padding-bottom: 20px; }
  #about .copy img, #teams .copy img {
    width: 170px;
    margin-bottom: 10px;
    border-radius: unset; }
  #about .copy p, #teams .copy p {
    text-align: left;
    padding-bottom: 43px; }
  #about .copy .line, #teams .copy .line {
    width: 121px;
    height: 1px;
    background-color: #212527; }

#teams {
  text-align: left; }
  #teams img {
    text-align: left;
    max-height: 55px;
    width: auto;
    padding-bottom: 0; }
  #teams p {
    text-align: left; }

#lifestyle_amenities {
  position: relative; }
  #lifestyle_amenities .stamp {
    position: absolute;
    left: 0;
    top: 5%;
    transform: translate(-20%, 0); }
  #lifestyle_amenities .lifestyle_slider .slick-dots {
    bottom: auto;
    top: 60%; }
  #lifestyle_amenities .lifestyle_slider .slick-prev {
    top: 30%;
    left: 35%; }
  #lifestyle_amenities .lifestyle_slider .slick-next {
    top: 30%;
    right: 35%; }
  #lifestyle_amenities .lifestyle_slider .slick-list {
    overflow: visible; }
  #lifestyle_amenities .lifestyle_slider .slick-current {
    transform: scale(1.15); }
  #lifestyle_amenities .my_slide {
    transition: all 0.4s; }
    #lifestyle_amenities .my_slide.slick-current .info {
      opacity: 1; }
    #lifestyle_amenities .my_slide .info {
      background: #A28A66;
      padding: 20px 40px 40px 30px;
      text-align: left;
      opacity: 0; }
      #lifestyle_amenities .my_slide .info h2 {
        color: #fff;
        text-align: left;
        margin-bottom: 0; }
      #lifestyle_amenities .my_slide .info p {
        color: #fff;
        text-align: left; }
      #lifestyle_amenities .my_slide .info ul {
        margin-top: 10px;
        list-style-type: disc;
        padding-left: 20px; }
        #lifestyle_amenities .my_slide .info ul li {
          font-family: "Cochin";
          color: #fff;
          margin-bottom: 5px; }

@media (min-width: 1200px) {
  .slick-list.draggable {
    padding: 0 !important; } }
#register {
  background-image: url("../img/new_img/form_bg.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: calc(100vh - 50px);
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  margin-top: 80px; }
  #register p {
    color: #fff; }
  #register h2 {
    color: #fff; }
  #register .title_top .small_border {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }
  #register #register-link {
    position: absolute;
    top: -120px; }
  #register .thank-you {
    display: none;
    z-index: 10;
    background: #a28a66;
    width: 620px;
    max-width: 90%;
    padding: 30px 10px;
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #register .thank-you h2 {
      margin-bottom: 0; }
    #register .thank-you p {
      color: #fff;
      font-size: 18px;
      text-align: center; }
      #register .thank-you p span {
        font-size: 28px;
        color: #7ad6d0;
        display: block;
        font-family: "Gotham"; }
  #register .register-title {
    padding-right: 60px; }
    #register .register-title img {
      width: 125px; }
    #register .register-title h5 {
      font-size: 27px;
      padding-top: 15px;
      padding-bottom: 26px;
      color: #7ad6d0;
      text-align: left; }
    #register .register-title .required {
      text-align: left;
      font-size: 16px;
      color: #fff;
      font-family: "Cochin"; }
  #register #fullform.active {
    filter: blur(3px); }
  #register #fullform .hor-flex {
    margin: auto;
    color: #fff;
    width: 530px;
    max-width: 96%; }
    #register #fullform .hor-flex .register-form {
      max-width: 530px;
      margin: 0 auto;
      margin-top: 10px; }
      #register #fullform .hor-flex .register-form input[type="text"], #register #fullform .hor-flex .register-form input[type="email"] {
        width: 100%;
        background: transparent;
        border: 0;
        border-bottom: 1px solid #fff;
        font-size: 16px;
        letter-spacing: 0.8px;
        padding: 7px 0;
        margin-top: 15px;
        color: #fff;
        text-transform: uppercase;
        font-family: "Cochin";
        border-radius: 0;
        box-shadow: 0; }
      #register #fullform .hor-flex .register-form input[type="text"]::placeholder, #register #fullform .hor-flex .register-form input[type="email"]::placeholder {
        color: #fff; }
      #register #fullform .hor-flex .register-form .error_message {
        display: none;
        font-size: 12px;
        color: red;
        margin-bottom: 5px; }
      #register #fullform .hor-flex .register-form .broker,
      #register #fullform .hor-flex .register-form .interested {
        text-align: left;
        color: #fff;
        text-transform: uppercase;
        font-family: "Cochin";
        font-size: 16px;
        letter-spacing: 0.7px;
        margin-top: 22px; }
      #register #fullform .hor-flex .register-form .broker input[type="radio"] {
        margin-left: 15px;
        /* width: 1px; */
        margin-right: 15px; }
      #register #fullform .hor-flex .register-form .interested input[type="radio"] {
        /* width: 1px; */
        margin-right: 15px;
        margin-bottom: 10px; }
      #register #fullform .hor-flex .register-form .broker input[type="radio"]#interested-c,
      #register #fullform .hor-flex .register-form .interested input[type="radio"]#interested-c {
        margin-left: 0; }
      #register #fullform .hor-flex .register-form .broker input[type="radio"]::after,
      #register #fullform .hor-flex .register-form .interested input[type="radio"]::after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #fff;
        content: "";
        display: inline-block;
        visibility: visible;
        font-family: "Cochin";
        border: 2px solid white; }
      #register #fullform .hor-flex .register-form .broker input[type="radio"]:checked::after,
      #register #fullform .hor-flex .register-form .interested input[type="radio"]:checked::after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #000;
        content: "";
        display: inline-block;
        visibility: visible;
        font-family: "Cochin";
        border: 2px solid white; }
      #register #fullform .hor-flex .register-form .broker .no_mr input[type="radio"],
      #register #fullform .hor-flex .register-form .interested .no_mr input[type="radio"] {
        margin-left: 0; }
      #register #fullform .hor-flex .register-form .broker span,
      #register #fullform .hor-flex .register-form .interested span {
        margin-bottom: 5px; }
      #register #fullform .hor-flex .register-form .broker #realtor-working,
      #register #fullform .hor-flex .register-form .interested #realtor-working,
      #register #fullform .hor-flex .register-form .broker #working-with-realtor-yes,
      #register #fullform .hor-flex .register-form .interested #working-with-realtor-yes {
        margin-left: 0px; }
  #register #fullform .consent {
    max-width: 885px;
    margin: auto; }
    #register #fullform .consent p {
      color: #fff;
      text-align: left;
      font-size: 16px; }
    #register #fullform .consent .my_btn {
      border: none; }

#contact {
  width: 1100px;
  margin: auto;
  margin-top: 78px;
  margin-bottom: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1.5px solid #3d96b0;
  border-bottom: 1.5px solid #3d96b0;
  position: relative; }
  #contact #contact-link {
    position: absolute;
    top: -120px; }
  #contact .contact {
    width: 900px;
    display: flex;
    margin: auto;
    align-items: flex-end;
    justify-content: center; }
    #contact .contact .address {
      padding-right: 40px;
      align-self: center; }
      #contact .contact .address a img {
        height: 70px;
        width: auto; }
      #contact .contact .address p {
        text-align: left;
        font-size: 15px; }
        #contact .contact .address p span {
          display: block;
          font-family: "Gotham";
          color: #043e57;
          text-transform: uppercase; }
        #contact .contact .address p a {
          font-family: "Gotham-Book"; }
    #contact .contact .vertical-line {
      height: 220px;
      width: 1px;
      background-color: #707070; }
    #contact .contact .office {
      padding: 0px 40px; }
      #contact .contact .office p {
        font-size: 15px;
        text-align: left; }
        #contact .contact .office p span {
          display: block;
          font-family: "Gotham";
          text-transform: uppercase; }
        #contact .contact .office p a {
          font-family: "Gotham-Book"; }
    #contact .contact .contact-info {
      padding-left: 40px;
      align-self: center; }
      #contact .contact .contact-info .broker {
        padding-bottom: 10px; }
        #contact .contact .contact-info .broker p {
          font-size: 15px;
          text-align: left; }
          #contact .contact .contact-info .broker p span {
            display: block;
            font-family: "Gotham";
            text-transform: uppercase; }
      #contact .contact .contact-info .line {
        width: 250px;
        height: 1px;
        background-color: #707070; }
      #contact .contact .contact-info .email-and-phone {
        padding-top: 10px; }
        #contact .contact .contact-info .email-and-phone a {
          font-family: "Gotham";
          color: #1a1818;
          font-size: 15px; }

.copyright {
  text-align: center;
  font-size: 13px;
  color: #1a1818;
  font-family: "Gotham-Book";
  padding-top: 40px;
  padding-bottom: 40px; }

.disabled {
  pointer-events: none;
  cursor: default; }

.mdm-footer img {
  max-width: 200px;
  padding: 15px; }

.mdm_logo {
  max-width: 150px !important; }

.mdm-footer .container {
  border-top: 1px solid #A28A66;
  border-bottom: 1px solid #A28A66;
  padding-top: 20px;
  padding-bottom: 20px; }

@media (max-width: 1700px) {
  #lifestyle_amenities .lifestyle_slider .slick-dots {
    top: 55%; } }
@media (max-width: 1500px) {
  #welcome .banner .title h1 {
    font-size: 52px; } }
@media (max-width: 1300px) {
  #welcome .banner .title {
    left: 80px; }
    #welcome .banner .title h1 {
      font-size: 28px; } }
@media (max-width: 1200px) {
  .menu .left-menu {
    margin-left: 20px; }

  #contact {
    width: 970px; } }
@media (max-width: 1100px) {
  #welcome .banner .background-banner {
    object-position: 100%; }
  #welcome .banner .title {
    left: 30px; } }
@media (max-width: 991px) {
  .menu {
    align-items: center;
    padding: 8px 0; }
    .menu .mobile-register {
      display: inline-block;
      background: white;
      color: black;
      font-size: 16px;
      padding: 10px 20px;
    }
    .menu .mobile-register:hover {
      background-color: rgba(255,255,255,0.7);
    }
    .menu .mobile-menu {
      display: inline-block;
      margin-left: auto;
      z-index: 39;
      vertical-align: middle; }
    .menu .mobile-logo {
      display: inline-block;
      margin-left: 10px;
      vertical-align: middle; }
      .menu .mobile-logo img {
        width: 70px; }
    .menu .left-menu {
      position: fixed;
      z-index: 38;
      top: 0;
      left: 0;
      right: 0;
      height: 56vh;
      background: #fff;
      margin-left: 0;
      padding-top: calc(55vh / 8.5);
      display: none; }
      .menu .left-menu a {
        display: block;
        text-align: center;
        height: calc(55vh / 8.5); }
      .menu .left-menu .dropdown-block {
        width: 100%; }
        .menu .left-menu .dropdown-block > a {
          display: none; }
        .menu .left-menu .dropdown-block .dropdown-items {
          display: block;
          position: relative;
          background-color: white;
          box-shadow: none; }
    .menu .right-menu {
      position: fixed;
      z-index: 38;
      top: 55vh;
      left: 0;
      right: 0;
      width: 100%;
      background: #fff;
      height: 45vh;
      margin-right: 0;
      display: none; }
      .menu .right-menu a {
        display: block;
        text-align: center;
        height: calc(55vh / 8.5); }

  #welcome .banner .background-banner {
    object-position: top center;
    transform: scaleX(-1); }
  #welcome .banner .title {
    display: none;
    left: 50%;
    transform: translateX(-50%);
    bottom: unset;
    width: fit-content;
    top: 38px; }
    #welcome .banner .title h1 {
      text-align: center;
      color: #13849b; }
  #welcome .banner .scroll-down {
    display: none; }
  #welcome .banner .register-now {
    right: 40px;
    top: 188px;
    left: unset;
    display: flex;
    flex-direction: column-reverse; }
    #welcome .banner .register-now .banner-info {
      padding-top: 20px; }
    #welcome .banner .register-now a {
      background: #fff;
      margin-top: 36px; }

  #lake-club .lake-club-slider .slide,
  #lake-club .activities-slider .slide {
    flex-direction: column; }

  #activities .lake-club-slider .slide,
  #activities .activities-slider .slide {
    flex-direction: column; }

  #lake-club .lake-club-slider .slide .left,
  #lake-club .activities-slider .slide .left {
    max-width: 100%;
    border-radius: 25px 25px 0 0px;
    height: 315px;
    padding: 25px 25px 25px 50px; }

  #activities .lake-club-slider .slide .left,
  #activities .activities-slider .slide .left {
    max-width: 100%;
    border-radius: 25px 25px 0 0px;
    height: 315px;
    padding: 25px 25px 25px 50px; }

  #lake-club .lake-club-slider .slide .left::before,
  #lake-club .activities-slider .slide .left::before {
    display: none; }

  #activities .lake-club-slider .slide .left::before,
  #activities .activities-slider .slide .left::before {
    display: none; }

  #lake-club .lake-club-slider .slide .right,
  #lake-club .activities-slider .slide .right {
    width: 100%; }

  #activities .lake-club-slider .slide .right,
  #activities .activities-slider .slide .right {
    width: 100%; }

  #lake-club .lake-club-slider .slide .right img,
  #lake-club .activities-slider .slide .right img {
    width: 100%;
    border-radius: 0 0px 25px 25px; }

  #activities .lake-club-slider .slide .right img,
  #activities .activities-slider .slide .right img {
    width: 100%;
    border-radius: 0 0px 25px 25px; }

  #lake-club .lake-club-slider .slick-dots,
  #lake-club .activities-slider .slick-dots {
    right: 50%;
    transform: translateX(50%); }

  #activities .lake-club-slider .slick-dots,
  #activities .activities-slider .slick-dots {
    right: 50%;
    transform: translateX(50%); }

  #video .stamp {
    display: none; }

  #lifestyle_amenities .stamp {
    display: none; }

  #towns-or-condos .towns-or-condos {
    flex-direction: column; }
    #towns-or-condos .towns-or-condos .pick-one {
      width: 100%;
      flex-direction: row; }
      #towns-or-condos .towns-or-condos .pick-one .condos {
        border-radius: 0 25px 0 0;
        width: 317px;
        margin-left: 2px; }
      #towns-or-condos .towns-or-condos .pick-one .towns {
        width: 317px;
        margin-bottom: 5px;
        margin-right: 2px; }
    #towns-or-condos .towns-or-condos .pick-one-image {
      width: 100%; }
      #towns-or-condos .towns-or-condos .pick-one-image img {
        margin-left: 0;
        width: 100%;
        object-fit: cover;
        height: 260px; }

  #siteplan .siteplan-container .buttons {
    flex-wrap: wrap; }
    #siteplan .siteplan-container .buttons > div {
      width: calc(50% - 2px); }
    #siteplan .siteplan-container .buttons .cameron {
      margin-right: 0;
      margin-bottom: 4px;
      border-radius: 0 25px 0 0; }
    #siteplan .siteplan-container .buttons .kawartha {
      border-radius: 0; }

  #balsam .model-details .top-bar .info .top-inline {
    display: block;
    margin: auto;
    width: fit-content; }
  #balsam .model-details .top-bar .full-floor {
    display: block;
    margin-top: 10px; }
    #balsam .model-details .top-bar .full-floor img {
      margin: auto;
      max-width: 207px;
      height: auto; }
  #balsam .model-details .top-bar .download-floorplan {
    border-left: 1px solid #707070;
    width: 27%; }
    #balsam .model-details .top-bar .download-floorplan img {
      padding: 45px 20px;
      width: 100%; }

  #register .register-title h5 {
    font-size: 24px; }
  #register #fullform .hor-flex .register-form {
    max-width: 400px; }
  #register #fullform .consent {
    max-width: 750px; }
  #register .price_range span input {
    margin-left: 0 !important; }

  #contact {
    width: 98%; }
    #contact .contact {
      width: 90%; }
      #contact .contact .address {
        padding-right: 20px; }
      #contact .contact .office {
        padding: 0px 20px; }
      #contact .contact .contact-info {
        padding-left: 20px; } }
@media (max-width: 770px) {
  #register {
    min-height: 1100px; }
    #register .register-title h5 {
      font-size: 24px; }
    #register #fullform .hor-flex {
      flex-direction: column; }
      #register #fullform .hor-flex .register-form {
        max-width: 350px;
        padding: 0; }
    #register #fullform .consent {
      max-width: 350px; }

  #contact .contact {
    flex-direction: column;
    align-items: center; }
    #contact .contact .vertical-line {
      height: 1px;
      width: 80%;
      min-width: 310px;
      background-color: #707070;
      margin: 15px; }
    #contact .contact .address {
      padding-right: 0; }
      #contact .contact .address .map-icons {
        width: fit-content;
        margin: auto; }
      #contact .contact .address p {
        text-align: center; }
    #contact .contact .office {
      padding: 0; }
      #contact .contact .office p {
        text-align: center; }
    #contact .contact .contact-info {
      padding-left: 0; }
      #contact .contact .contact-info .broker p {
        text-align: center; }
      #contact .contact .contact-info .email-and-phone a {
        display: block;
        text-align: center; } }
@media (max-width: 600px) {
  .br600 {
    display: block; }

  #register #fullform .hor-flex .register-form .interested input[type="radio"]#interested-c, #register #fullform .hor-flex .register-form .interested input[type="radio"]#interested-b, #register #fullform .hor-flex .register-form .interested input[type="radio"]#interested-t {
    margin-left: 0; }

  #welcome .banner .register-now {
    top: 174px; }
    #welcome .banner .register-now .banner-info .right-info p span {
      letter-spacing: -2px; }
  #welcome .banner .title h1 {
    font-size: 38px; }

  #blog .post .banner-blog img {
    height: unset; }

  #balsam ul li {
    padding: 13px 5px; }
  #balsam .model-details .top-bar {
    flex-direction: column;
    padding-top: 20px; }
    #balsam .model-details .top-bar .download-floorplan {
      border-left: none;
      width: unset;
      max-width: 150px; }
      #balsam .model-details .top-bar .download-floorplan img {
        padding: 45px 20px;
        width: 100%; }
  #balsam .model-details .bottom-floorplan {
    padding: 5px; }
    #balsam .model-details .bottom-floorplan .bigger {
      display: none; }
    #balsam .model-details .bottom-floorplan .floorplan {
      width: 100%; }

  #feature .fandf .f .desc {
    left: 50%;
    top: 70%;
    transform: translateX(-50%); }

  #welcome .welcome-video .video_popup_container .video_popup .close_icon {
    top: -65px;
    right: calc(50% - 20px); } }
@media (max-width: 415px) {
  #lake-club .lake-club-slider .slide .right img,
  #lake-club .activities-slider .slide .right img {
    height: 300px; }

  #activities .lake-club-slider .slide .right img,
  #activities .activities-slider .slide .right img {
    height: 300px; }

  #siteplan .siteplan-container .buttons a.title {
    font-size: 19px; }

  #register #fullform {
    padding: 0 15px; }
  #register .register-title h5 {
    font-size: 22px; } }
@media (max-width: 350px) {
  #register {
    min-height: 980px; }
    #register #fullform .hor-flex .register-form {
      max-width: 300px; }
    #register #fullform .register-title {
      padding: 0 10px; }
    #register #fullform .consent {
      max-width: 300px; } }
@media (min-width: 1450px) {
  #lake-club .lake-club-slider .slide .left .next-slide,
  #lake-club .activities-slider .slide .left .next-slide {
    font-size: 30px; }

  #activities .lake-club-slider .slide .left .next-slide,
  #activities .activities-slider .slide .left .next-slide {
    font-size: 30px; }

  #lake-club .lake-club-slider .slide .left .title,
  #lake-club .activities-slider .slide .left .title {
    font-size: 48px;
    padding-top: 15px; }

  #activities .lake-club-slider .slide .left .title,
  #activities .activities-slider .slide .left .title {
    font-size: 48px;
    padding-top: 15px; }

  #lake-club .lake-club-slider .slide .left p,
  #lake-club .activities-slider .slide .left p {
    font-size: 15px; }

  #activities .lake-club-slider .slide .left p,
  #activities .activities-slider .slide .left p {
    font-size: 15px; }

  #register .register-title img {
    width: 200px;
    margin-bottom: 10px; }

  #welcome .banner .register-now {
    right: 73px; }

  #blog .post .banner-blog img {
    height: 200px; } }
@media (min-width: 1700px) {
  #welcome .banner .register-now {
    right: 73px;
    top: 50%;
    width: 250px;
    transform: translateY(-50%); }
  #welcome .title {
    font-size: 80px; }

  #lake-club .lake-club-slider .slide .left .title,
  #lake-club .activities-slider .slide .left .title {
    padding-top: 55px;
    font-size: 53px; }

  #activities .lake-club-slider .slide .left .title,
  #activities .activities-slider .slide .left .title {
    padding-top: 55px;
    font-size: 53px; }

  #lake-club .lake-club-slider .slide .left p,
  #lake-club .activities-slider .slide .left p {
    font-size: 18px; }

  #activities .lake-club-slider .slide .left p,
  #activities .activities-slider .slide .left p {
    font-size: 18px; }

  #lake-club .lake-club-slider .slide .left,
  #lake-club .activities-slider .slide .left {
    height: 500px; }

  #activities .lake-club-slider .slide .left,
  #activities .activities-slider .slide .left {
    height: 500px; }

  #lake-club .lake-club-slider .slide .right img,
  #lake-club .activities-slider .slide .right img {
    height: 500px; }

  #activities .lake-club-slider .slide .right img,
  #activities .activities-slider .slide .right img {
    height: 500px; }

  #register #fullform .hor-flex {
    max-width: 1120px; }
    #register #fullform .hor-flex .register-form {
      max-width: 610px; }
  #register #fullform .consent {
    max-width: 1120px; }
  #register .register-title h5 {
    font-size: 34px; } }
.broker-page {
  background: url(../img/broker/login-bg.jpg) no-repeat center center;
  background-size: cover;
  font-weight: 500; }
  .broker-page .video-popup img {
    width: 27px; }
  .broker-page .password_error {
    color: #fff;
    display: none;
    padding-bottom: 10px; }
  .broker-page .popup-video-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none; }
    .broker-page .popup-video-bg .popup-video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: fit-content;
      height: fit-content;
      max-width: 100%; }
      .broker-page .popup-video-bg .popup-video .embed-container {
        --video--width: 712;
        --video--height: 402;
        position: relative;
        padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
        /* 41.66666667% */
        overflow: hidden;
        max-width: 100%;
        background: black;
        width: 700px; }
        .broker-page .popup-video-bg .popup-video .embed-container iframe,
        .broker-page .popup-video-bg .popup-video .embed-container object,
        .broker-page .popup-video-bg .popup-video .embed-container embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .broker-page .popup-video-bg .popup-video .close-icon {
        position: absolute;
        top: 0;
        right: 0; }
        .broker-page .popup-video-bg .popup-video .close-icon img {
          max-width: 30px; }
  .broker-page .fresh_stamp {
    width: 200px;
    position: absolute;
    left: 10%;
    top: 10%; }
  .broker-page .download-bg {
    background: url(../img/broker/downloads_bg.png) no-repeat center center;
    background-size: cover; }
  .broker-page .copyright {
    color: #fff;
    text-align: left;
    position: absolute;
    left: 10%;
    bottom: 30px;
    padding: 0; }
  .broker-page .fen-logo-mob {
    display: none; }
  .broker-page .mdm-link {
    display: inline-block;
    position: absolute;
    right: 10%;
    bottom: 30px; }
  .broker-page .broker-footer-logo {
    width: fit-content;
    margin: auto; }
    .broker-page .broker-footer-logo .mdm-link img {
      max-height: 60px;
      margin: 15px; }
  .broker-page .top_poster {
    height: 1; }
    .broker-page .top_poster .form_container {
      width: 270px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .broker-page .top_poster .form_container input {
        width: 100%;
        line-height: 35px;
        margin-bottom: 15px;
        text-align: center; }
      .broker-page .top_poster .form_container button {
        width: 100%;
        line-height: 35px;
        background-color: rgba(88, 194, 239, 0.64);
        color: #fff;
        text-transform: uppercase;
        transition: 1s; }
        .broker-page .top_poster .form_container button:hover {
          background-color: #58c2ef; }
  .broker-page .fenelon_logo {
    width: 280px;
    position: absolute;
    top: 3%;
    left: 10%; }
  .broker-page .login_screen {
    height: 100vh;
    overflow: hidden;
    position: relative; }
  .broker-page .footer .mdm {
    width: 70px;
    margin-right: 0; }
  .broker-page .footer-blue {
    background: #3d96b0; }
    .broker-page .footer-blue .copyright-on-blue {
      color: #fff;
      text-align: center;
      font-size: 14px; }
    .broker-page .footer-blue .mdm-link {
      position: relative;
      display: inline;
      margin: auto;
      width: fit-content;
      right: unset;
      bottom: unset;
      transform: unset; }
  .broker-page .address-top {
    padding-bottom: 19px; }
  .broker-page .content {
    display: none;
    position: relative; }
    .broker-page .content .logo-on-the-left {
      position: absolute;
      top: 30px;
      left: 30px;
      max-width: 220px; }
    .broker-page .content h2 {
      font-family: "Gotham";
      font-weight: 600;
      font-size: 40px;
      color: #3d96b0;
      margin-bottom: 50px;
      margin-top: 80px; }
      .broker-page .content h2::before {
        display: none; }
    .broker-page .content h5 {
      font-size: 30px;
      color: #3d96b0;
      font-weight: 500;
      margin-bottom: 35px;
      text-transform: uppercase; }
    .broker-page .content .downloads {
      background: rgba(255, 255, 255, 0.6);
      padding: 1px;
      margin-bottom: 50px; }
      .broker-page .content .downloads .download {
        text-align: center;
        color: #0f0f0f;
        font-size: 17px;
        font-weight: bold;
        line-height: 62px;
        margin-bottom: 1px; }
        .broker-page .content .downloads .download span a {
          display: block;
          width: 100%;
          padding: 15px 20px; }
        .broker-page .content .downloads .download span.arrow {
          display: inline-block;
          transform: rotate(-90deg);
          transition: 0.4s;
          vertical-align: text-bottom; }
          .broker-page .content .downloads .download span.arrow.rotate_down {
            transform: rotate(0deg);
            vertical-align: bottom; }
        .broker-page .content .downloads .download.blue {
          background: rgba(61, 150, 176, 0.78);
          transition: 1s; }
          .broker-page .content .downloads .download.blue:hover {
            background: #3d96b0; }
          .broker-page .content .downloads .download.blue p {
            text-align: center;
            color: #fff;
            text-transform: uppercase; }
          .broker-page .content .downloads .download.blue span {
            color: #fff; }
            .broker-page .content .downloads .download.blue span a:hover {
              color: #c1dee6; }
        .broker-page .content .downloads .download.white {
          background: #f7f7f7;
          transition: 1s; }
          .broker-page .content .downloads .download.white:hover {
            background: rgba(61, 150, 176, 0.2); }
          .broker-page .content .downloads .download.white p {
            text-align: center;
            color: #4b4b4b;
            text-transform: uppercase; }
          .broker-page .content .downloads .download.white span {
            color: #4b4b4b; }
        .broker-page .content .downloads .download.dropdown {
          cursor: pointer; }
          .broker-page .content .downloads .download.dropdown.active .arrow {
            transform: rotate(0deg);
            vertical-align: bottom; }
      .broker-page .content .downloads .under {
        display: none;
        margin-bottom: 10px; }
        .broker-page .content .downloads .under .download {
          width: 90%;
          margin: 0 auto; }
          .broker-page .content .downloads .under .download span a {
            padding: 10px 20px; }
          .broker-page .content .downloads .under .download.white span {
            color: #4b4b4b; }
          .broker-page .content .downloads .under .download.blue span {
            color: #fff; }
    .broker-page .content .trigger_accordion {
      cursor: pointer; }
    .broker-page .content .map {
      margin-bottom: 50px; }
    .broker-page .content .hours .contact-icons {
      margin: auto;
      max-width: fit-content; }
      .broker-page .content .hours .contact-icons img {
        padding: 30px; }
    .broker-page .content .hours .line-w {
      height: 1px;
      width: 320px;
      margin: auto;
      background: #fff;
      margin-bottom: 20px; }
    .broker-page .content .hours iframe {
      border: 0;
      margin: auto;
      position: relative;
      margin-right: -15px;
      margin-left: -15px;
      padding-right: -15px;
      height: 350px;
      width: calc(100vw - 17px); }
    .broker-page .content .hours h5 {
      margin-bottom: 20px;
      color: #fff;
      padding-top: 40px;
      padding-bottom: 20px;
      font-family: "Gotham-Book";
      margin: 0; }
    .broker-page .content .hours P {
      margin-bottom: 15px;
      line-height: 1.3;
      color: #fff; }
    .broker-page .content .hours a:hover {
      color: #fff;
      opacity: 0.7; }
    .broker-page .content .white-color {
      color: #fff;
      font-size: 14px;
      padding-top: 15px;
      padding-bottom: 15px; }
      .broker-page .content .white-color a:hover {
        color: #fff;
        opacity: 0.7; }
    .broker-page .content .broker-info {
      font-weight: bold; }
  .broker-page .dowmloads-p {
    font-family: "Gotham";
    padding-bottom: 15px;
    color: #3d96b0;
    font-size: 22px;
    font-weight: bold; }

.welcome-title-anchor {
  position: relative; }
  .welcome-title-anchor #welcome-title-anchor {
    position: absolute;
    top: -40px; }

.warning_container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 5; }
  .warning_container .warning {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    padding: 35px;
    background: #d2090b;
    border-radius: 5px;
    max-width: 90%;
    text-align: center; }
    .warning_container .warning p {
      font-size: 16px;
      color: #fff;
      line-height: 1.4; }
      .warning_container .warning p b {
        font-size: 18px; }
    .warning_container .warning .close_icon {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 20px;
      cursor: pointer; }

@media (max-width: 1500px) {
  .broker-page .content h2 {
    font-size: 35px; } }
@media (max-width: 1200px) {
  .broker-page .content h2 {
    font-size: 26px; } }
@media (max-width: 1024px) {
  .logo-on-the-left {
    display: none; }

  .broker-page .fen-logo-mob {
    display: block;
    margin: auto;
    max-width: 90%; } }
@media (max-width: 800px) {
  .broker-page .fenelon_logo {
    width: 230px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .broker-page .mdm-link {
    display: block;
    position: absolute;
    right: 50%;
    bottom: 110px;
    transform: translateX(50%); }
  .broker-page .copyright {
    color: #fff;
    text-align: center;
    position: absolute;
    left: unset;
    bottom: 30px;
    padding: 0;
    width: 100%; } }
@media (max-width: 500px) {
  .broker-page .mdm-link {
    bottom: 130px; }
  .broker-page .broker-footer-logo .mdm-link img {
    max-height: 50px;
    margin: 10px; }
  .broker-page .content .hours iframe {
    width: 100%;
    margin: 0 !important; }
  .broker-page .login_screen {
    height: calc(var(--vh, 1vh) * 100); } }
/* RSVP pages */
.rsvp .row {
  min-height: 100vh;
  color: #333;
  padding-top: 40px;
  padding-bottom: 40px; }
  .rsvp .row img {
    max-width: 260px;
    margin-bottom: 25px;
    margin-top: -30px; }
  .rsvp .row hr {
    background: #333; }

/* RSVP pages end */
/* flipbook updates */
.download_brochure {
  font-size: 17px;
  color: #fff;
  font-family: "WorkSans";
  background-color: #3d96b0;
  border: 1px solid #3d96b0;
  padding: 10px 85px;
  text-transform: uppercase;
  display: block;
  margin: auto;
  margin-top: 50px;
  transition: 0.5s ease-in-out;
  cursor: pointer; }

#flipbook {
  padding-top: 30px; }

.book-trigger {
  cursor: pointer; }

.book_container {
  position: relative;
  margin-bottom: 40px; }
  .book_container #book1,
  .book_container #book2 {
    height: 500px; }
  .book_container .close_icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    opacity: 0.8;
    z-index: 22;
    cursor: pointer; }
    .book_container .close_icon:hover {
      transition: 0.4s;
      opacity: 1; }
  .book_container .fa-download {
    display: none !important; }

#blog h4 {
  font-family: "Cochin";
  text-transform: capitalize; }
#blog .post p.date {
  font-family: "Gotham";
  margin-bottom: 5px; }
#blog .post a img {
  margin-left: 5px; }

/*# sourceMappingURL=my_style.css.map */
/* --------- RESPONSIVE ------------ */
@media (max-width: 1400px) {
  .menu .right-menu ul li {
    font-size: 13px; }
    .menu .right-menu ul li a {
      padding: 10px 10px; }

  #lifestyle_amenities .lifestyle_slider .slick-prev {
    top: 20%; }
  #lifestyle_amenities .lifestyle_slider .slick-next {
    top: 20%; }
  #lifestyle_amenities .lifestyle_slider .slick-dots {
    top: 47%; }

  .brown_bg .container {
    padding-bottom: 40px; }

  #video .white_box {
    padding-bottom: 40px; } }
@media (max-width: 1200px) {
  .menu .right-menu ul li {
    font-size: 11px; }
    .menu .right-menu ul li a {
      padding: 10px 5px; }

  #lifestyle_amenities .lifestyle_slider {
    max-width: 700px;
    margin: 0 auto; }
  #lifestyle_amenities .lifestyle_slider .slick-dots {
    bottom: auto;
    top: 63%; }
  #lifestyle_amenities .lifestyle_slider .slick-prev {
    top: 30%;
    left: 10%; }
  #lifestyle_amenities .lifestyle_slider .slick-next {
    top: 30%;
    right: 10%; }
  #lifestyle_amenities .lifestyle_slider .slick-list {
    overflow: visible; }
  #lifestyle_amenities .lifestyle_slider .slick-current {
    transform: scale(1.1); }
  #lifestyle_amenities .my_slide {
    transition: all 0.4s; } }
@media (max-width: 991px) {
  body {
    width: 100vw;
    overflow-x: hidden; }

  html,
  body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; }

  .menu {
    width: 100vw;
    overflow-x: hidden; }

  #welcome .banner .info_box {
    width: 410px;
    max-width: 95%;
    position: relative;
    margin: 50px auto 50px; }

  .menu .right-menu {
    background: #A28A66;
    top: 140px;
    bottom: 0;
    height: calc(100vh - 140px);
    overflow-y: scroll; }
    .menu .right-menu ul {
      padding-top: 0; }
      .menu .right-menu ul li {
        display: block;
        font-size: 16px;
        margin: 0;
        margin-bottom: 10px;
        width: 100%; }
        .menu .right-menu ul li:hover::before {
          content: '';
          background: none; }
        .menu .right-menu ul li:hover::after {
          content: '';
          background: none; }
        .menu .right-menu ul li:hover {
          background: none; }
          .menu .right-menu ul li:hover a {
            color: #000; }
        .menu .right-menu ul li a {
          padding: 10px 20px;
          height: auto; }
        .menu .right-menu ul li.has-dropdown ul {
          position: relative;
          top: auto;
          margin-top: 15px;
          padding: 0; }
          .menu .right-menu ul li.has-dropdown ul li {
            margin-bottom: 0; }

  .brown_bg .white_box {
    padding: 50px 20px; }

  #brochure .white_box,
  #video .white_box {
    padding: 50px 20px; }

  #video .white_box {
    padding: 50px 20px; }

  #brochure .tab_buttons,
  #video .tab_buttons {
    padding: 0; }
  #brochure .tab_buttons .tab_button,
  #video .tab_buttons .tab_button {
    width: 100%; }
  #brochure .book_container #book1,
  #brochure .book_container #book2,
  #video .book_container #book1,
  #video .book_container #book2 {
    height: 450px; }

  .brown_bg {
    border: none; } }
@media (max-width: 600px) {
  #lifestyle_amenities .lifestyle_slider {
    max-width: 700px;
    margin: 0 auto; }
  #lifestyle_amenities .lifestyle_slider .slick-dots {
    bottom: auto;
    top: 42%; }
  #lifestyle_amenities .lifestyle_slider .slick-prev {
    left: 45px; }
  #lifestyle_amenities .lifestyle_slider .slick-next {
    right: 45px; }
  #lifestyle_amenities .lifestyle_slider .slick-list {
    overflow: hidden;
    padding: 0 !important;
    max-width: calc(100% - 40px);
    margin: 0 auto; }
  #lifestyle_amenities .lifestyle_slider .slick-current {
    transform: none; }
  #lifestyle_amenities .lifestyle_slider .slick-slide {
    margin: 0 10px; }
  #lifestyle_amenities .my_slide .info {
    opacity: 1; } }
.new_logo {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .new_logo .play_icon {
    margin-top: 50px;
    width: 80px;
    cursor: pointer; }

.amenties_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 990px) {
    .amenties_grid {
      width: 90%; } }
  @media screen and (max-width: 768px) {
    .amenties_grid {
      grid-template-columns: 1fr; } }
  .amenties_grid .my_slide {
    transition: all 0.4s; }
    .amenties_grid .my_slide .info {
      background: #A28A66;
      padding: 20px 40px 40px 30px;
      text-align: left;
      opacity: 1 !important; }
      .amenties_grid .my_slide .info h2 {
        color: #fff;
        text-align: left;
        margin-bottom: 0; }
      .amenties_grid .my_slide .info p {
        color: #fff;
        text-align: left; }
      .amenties_grid .my_slide .info ul {
        margin-top: 10px;
        list-style-type: disc;
        padding-left: 20px; }
        .amenties_grid .my_slide .info ul li {
          font-family: "Cochin";
          color: #fff;
          margin-bottom: 5px; }

.amenities_wrapper {
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 990px) {
    .amenities_wrapper {
      width: 60%; } }
  @media screen and (max-width: 600px) {
    .amenities_wrapper {
      width: 90%; } }
  .amenities_wrapper .space {
    margin-top: 40px; }
    @media screen and (max-width: 1400px) {
      .amenities_wrapper .space {
        margin-top: 0px; } }
  .amenities_wrapper .row {
    justify-content: center; }
    .amenities_wrapper .row ul {
      margin-top: 10px;
      list-style-type: disc;
      padding-left: 20px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .amenities_wrapper .row ul li {
        font-family: "Cochin";
        margin-bottom: 5px; }

.new_reg_btn_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px; }
  .new_reg_btn_container .title_box {
    position: relative !important;
    left: unset !important;
    transform: unset !important;
    display: inline-block;
    margin-bottom: 15px; }
  .new_reg_btn_container .p {
    width: 450px; }
    @media screen and (max-width: 550px) {
      .new_reg_btn_container .p {
        width: 90%; } }

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