@font-face{
    font-family:'Gotham';
    font-weight: 400;
    src:url('../fonts/GothamPro-Medium.woff');
}
@font-face{
    font-family:'Gotham';
    font-weight: 700;
    src:url('../fonts/GothamPro-Bold.woff');
}
@font-face{
    font-family:'Gotham-Book';
    font-weight: 400;
    src:url('../fonts/GothamPro-Light.woff');
}
:focus {outline:none;}
.template-smartliving p, .template-smartliving a, .template-smartliving span {
    font-family:'Gotham-Book', 'Lato', sans-serif;
}
.template-smartliving p {
    font-size: 15px;
    line-height: 28px;
    color: #000;
}
.template-smartliving h4 {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 700;
}
.template-smartliving h4 span {
    color: #FF5C39;
    font-family:'Gotham', 'Lato', sans-serif;
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
    font-family:'Gotham', 'Lato', sans-serif;
} 
.new-con-rules .container-fluid {
    width: 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .new-con-rules .container {
        width: 768px;
    }
}
@media (min-width: 992px) {
    .new-con-rules .container {
        width: 810px;
    }
}
@media (min-width: 1200px) {
    .new-con-rules .container {
        width: 970px;
    }
}
@media (min-width: 1300px) {
    .new-con-rules .container {
        width: 1200px;
    }
}
.smartliving-body {
    overflow-x: hidden !important;
}
.till1200 {
    display: inherit;
}
.under1200 {
    display: none;
}
.living-nav {
    margin: auto;
    padding-top: 30px;
    padding-bottom: 40px;
    width: -moz-fit-content;
    width: fit-content;

    display: flex;
    flex-direction: row;
    align-items: center;
}
.ie11 .living-nav {
  width: 850px;
}
.living-nav a {
    color: #1B1B1B;
    font-size:14px;
    text-transform: uppercase;
    font-family:'Gotham', 'Lato', sans-serif;
    padding: 0 15px;
    margin-top: 10px;
}
.living-nav a.logo-a {
  margin-top: 0;
}
.living-nav a:active, .living-nav a:focus {
    text-decoration: none;
}
.living-nav img,
#main article .living-nav img {
    padding: 0 30px;
    height: 55px;
}
.living-nav a:hover {
    text-decoration:none;
}
#expertise {
    position: relative;
    top: -100px;
}
#pagetop {
    position: absolute;
    top: -100px;
}
.new-con-rules .video {
    position: relative;
    margin-bottom: 100px;
    margin-top: 22px;
}
.new-con-rules .video img {
    max-width:100%;
}
.new-con-rules .video .orange {
    width: 237px;
    height: 237px;
    border-radius: 50%;
    background-color: #FF5C39;
    opacity: 0.85;
    position: absolute;
    top: -15px;
    left: 170px;
    transition: 0.1s;
}
.new-con-rules .video .yellow {
    width: 237px;
    height: 237px;
    border-radius: 50%;
    background-color: #F4B829;
    opacity: 0.85;
    position: absolute;
    bottom: -15px;
    left: 170px;
    transition: 0.1s;
}
.new-con-rules .video .blue {
    width: 237px;
    height: 237px;
    border-radius: 50%;
    background-color: #4D8BB5;
    opacity: 0.85;
    position: absolute;
    top: 26%;
    right: 170px;
    transition: 0.1s;
}
.new-con-rules .video .text {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.new-con-rules .video .text p {
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 700;
    font-size: 90px;
    color: #fff;
    text-align: center;
    line-height: 1.1;
}
.new-con-rules .video .text p span {
    color: #FF5C39;
    font-family: 'brandon-grotesque', sans-serif;
}
.new-con-rules .video .play {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: 0.5s;
}
.new-con-rules .video .play:hover {
    transform: translate(-50%, -50%) scale(1.1);
}
.new-con-rules .align-items-center {
    display: flex;
    align-items: start;
    position: relative;
    margin-bottom:100px;
}
.new-con-rules .align-items-center .blue {
    width: 237px;
    height: 237px;
    border-radius: 50%;
    background-color: #4D8BB5;
    opacity: 0.85;
    position: absolute;
    bottom: 0%;
    left: 185px;
    transition: 0.1s;
}
.new-con-rules .align-items-center .orange {
    width: 237px;
    height: 237px;
    border-radius: 50%;
    background-color: #FF5C39;
    opacity: 0.85;
    position: absolute;
    top: -90px;
    right: 185px;
    z-index: -1;
    transition: 0.1s;
}
.new-con-rules .card {
    padding: 0px 2px;
    width: 25%;
    position: relative;
}
.new-con-rules .card .h3 {
    position: absolute;
    left: 50%;
    bottom:30px;
    transform: translateX(-50%);
    width: -moz-fit-content;
    width: fit-content;
}
.new-con-rules .card .h3 h3 {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}
.new-con-rules .card .copy {
    position: absolute;
    top: 0;
    left: 2px;
    right: 2px;
    bottom: 0;
    width: calc(100% - 4px);
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    padding: 30px;
    /* margin: 0px 1px; */
    opacity: 0;
    transition: 0.5s;
}
.new-con-rules .card:hover .copy {
    opacity: 1;
}
.new-con-rules .card .copy p {
    color: #fff;
}
.new-con-rules .card img {
    width:100%;
    height: 619px;
    object-fit: cover;
}
.new-con-rules .border-w1 {
    padding: 0px 2px;
    display:flex
}
.new-con-rules .map-dark {
    margin-top:4px;
}
.new-con-rules .map-dark img {
    width:100%;
}
.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 65px;
    overflow-x: hidden;
    color: black;
    font-size: 18px;
    font-weight: bold;
    background-color: #111111;
    margin-bottom: 3px;
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
    padding-top: 18px;
}
.track span {
    padding: 0 50px;
    color: #FF5C39;
    font-weight: 400;
    border-right: 1px solid #636363;
    text-transform: uppercase;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.slider-smartliving {
    margin-top: 56px;
}
.slider-smartliving  .flex-hor {
    /* display: flex; */
}
.slider-smartliving  .flex-hor .left {
    padding-right: 40px;
}
.slider-smartliving h5.sup-title  {
    font-size: 14px;
    text-transform: none;
    color: #858585;
    margin-top: 0;
}
.slider-smartliving h3 {
    margin: 0;
    font-size:26px;
    text-transform: none;
    color: #1E1E1E;
}
.slider-smartliving .completed {
    font-size:14px;
}
.slider-smartliving .completed b {
    font-family:'Gotham', 'Lato', sans-serif;
}
.slider-smartliving  .flex-hor .right p b {
    font-family:'Gotham', 'Lato', sans-serif;
    font-weight: 700;
}
.position-relative {
    position: relative;
}
.mobile_header {
    background-color: rgba(255,255,255);
}



.container > .position-relative > .yellow {
    width: 237px;
    height: 237px;
    border-radius: 50%;
    background-color: #F4B829;
    opacity: 0.85;
    position: absolute;
    top: 0px;
    right: 170px;
    transition: 0.1s;
    z-index: -1;
}
.slide-nav {
    width:100vw;
    background-color: #BCBEC0;
    z-index: 2;
    position: relative;
    margin-top: 3px;
}
.slide-nav .prev {
    position: absolute;
    left: 50px;
    top: 50%;
    transform:translateY(-50%);
}
.slide-nav .next {
    position: absolute;
    right: 50px;
    top: 50%;
    transform:translateY(-50%) rotate(180deg);
}
.prev-big {
    display: none;
    position: absolute;
    left: -20px;
    top: 50%;
    transform:translateY(-50%);
}
.next-big {
    display: none;
    position: absolute;
    right: -20px;
    top: 50%;
    transform:translateY(-50%) rotate(180deg);
}
.slide-nav .flex-hor {
    display: flex;
    align-items:center;
    justify-content: start;
    margin: 40px 0;
    position: relative;
}
.slide-nav .flex-hor .left img {
    height: 265px;
    width: 185px;
    object-fit: cover;
}
.slide-nav .right {
    padding-left:30px;
    text-align:left;
}
.slide-nav .right .logo {
    max-width: 140px;
}
.slide-nav .right .sup-title {
    font-size: 12px;
    text-transform: none;
    color: #858585;
    margin: 0;
    padding-top: 7px;
    padding-bottom:5px;
}
.slide-nav .right h3 {
    margin: 0;
    font-size:18px;
}
.slide-nav .right .top-part {
    position: absolute;
    top: 15px;
}
.slide-nav .right .location {
    font-size: 12px;
}
.slide-nav .right .info {
    font-size: 12px;
    padding-top: 25px;
}
.slide-nav .right a {
    font-size: 11px;
    color:#FF5C39;
    text-transform: uppercase;
    /* font-weight:bold; */
    font-family:'Gotham', 'Lato', sans-serif;
    position: absolute;
    bottom: 15px;
}
.slide-nav .right a:focus {
    outline: none;
}
.slide-nav .right a:hover {
    text-decoration:none;
}
.slide-nav .slick-list{padding:0 15% 0 0;}
.slider-smartliving .full-img {
    width: 100%;
    height: 678px;
    object-fit: cover;
}
.logo-community {
    height: 35px;
    margin-bottom: 15px;
}
.learn-more {
    position: absolute;
    left: 0;
    bottom: 0;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-lr;
    text-orientation: inherit;
    transform: rotate( -180deg) translatex(115%);
    z-index: 2;
    transition: 0.5s;
    padding-right: 5px;
}
.learn-more a {
    color: #2D2D2D;
    font-size: 13px;
}
.learn-more a::before {
    content:url('images/learn-more.svg');
    display: inline-block;
    transform: rotate(180deg);
    padding-top: 13px;
}
.ie11 .learn-more a::before {
  position: relative;
  top: 13px;
  left: 13px;
}
.news {
    /* margin-top: 144px; */
    position: relative;
}
#news {
    position: absolute;
    top: -180px;
}
#communities {
    position: absolute;
    top: -180px;
}
.slide-nav h2 {
    font-size: 26px;
    color: #1E1E1E;
    margin-top: 40px;
    margin-bottom: 0;
}
.thank-you h2 {
    font-size: 26px;
    color: #1E1E1E;
    margin-top:0;
    margin-bottom:25px;
}
.thank-you p {
    max-width: 420px;
}
.thankyou-banner {
    margin-bottom:70px;
}
.news h2 {
    font-size: 26px;
    color: #1E1E1E;
    margin-top:0;
    margin-bottom:40px;
}
.news .img-zoom {
    position: relative;
}
.news .img-zoom:after {
    content: "";
    display: block;
    padding-bottom: 100%; 
  }
.news .img-zoom img {
    position: absolute; /* Take your picture out of the flow */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; /* Make the picture taking the size of it's parent */
    width: 100%; /* This if for the object-fit */
    height: 100% !important; /* This if for the object-fit */
    object-fit: cover; /* Equivalent of the background-size: cover; of a background-image */
    object-position: center;
}
.news .col-lg-4 {
    margin-bottom: 40px;
}
.news .col-lg-4:nth-child(1n) .img-zoom img {
    border-bottom:4px solid #E05840;
} 
.news .col-lg-4:nth-child(2n) .img-zoom img {
    border-bottom:4px solid #4D8BB5;
} 
.news .col-lg-4:nth-child(3n) .img-zoom img {
    border-bottom:4px solid #F4B829;
} 
.ajax-load-more-wrap.grey .alm-load-more-btn.more{
    background-color: #454545;
    padding: 13px 40px;
}
.alm-load-more-btn.more.done {
    display:none;
}
.template-smartliving .visit-website {
    display: block;
    padding: 11px 15px;
    background-color: #454545;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 10px;
    font-family: 'Gotham', 'Lato', sans-serif;
    font-weight: 700;
    margin-top: 36px;
    transition: 0.5s;
}
.ie11 .visit-website {
  display: inline-block;
}
.template-smartliving  .visit-website:hover {
    opacity: 0.65;
    text-decoration: none;
    color: #fff;
}
.news .date p {
    color: #717171;
    font-size:12px;
    padding-top: 20px;
}
.news h4 {
    font-size: 18px;
    color: #1E1E1E;
    text-transform: none;
}
.news .copy a {
    display: block;
    padding: 11px 15px;
    background-color: #454545;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    width: -moz-fit-content;
    width: fit-content;
    font-size:10px;
    font-family: 'Gotham', 'Lato', sans-serif;
    font-weight: 700;
    transition: 0.5s;
    position: absolute;
    bottom: 0;
}
.news .copy a:hover {
    opacity: 0.65;
    text-decoration: none;
}
.news {
    position: relative;
    padding-bottom: 160px;
}
.news-item {
    height: 590px;
    position: relative;
}
 
.scroll-button {
    display:none !important;
}
.news .yellow {
    position: absolute;
    top: 80px;
    width: 237px;
    height: 237px;
    border-radius: 50%;
    background-color: #F4B829;
    opacity: 0.85;
    position: absolute;
    left: 170px;
    z-index: -1;
    transition: 0.1s;
}
.news.news-thankyou .orange {
    z-index: 2;
    left: unset;
    right: 170px;
}
.news.news-thankyou .yellow {
    left: unset;
    right: 170px;
}
.news.news-thankyou .blue {
    left: 170px;
    right: unset;
}
.news .orange {
    position: absolute;
    top: -674px;
    width: 237px;
    height: 237px;
    border-radius: 50%;
    background-color: #FF5C39;
    opacity: 0.85;
    position: absolute;
    left: 170px;
    z-index: -1;
    transition: 0.1s;
}
.news .blue {
    position: absolute;
    top: -300px;
    width: 237px;
    height: 237px;
    border-radius: 50%;
    background-color: #4D8BB5;
    opacity: 0.85;
    position: absolute;
    right: 170px;
    z-index: -1;
    transition: 0.1s;
}
.new-footer {
    background-color: #FF5C39;
    padding: 65px;
    border-bottom: 6px solid #4C4C4C;
    position: relative;
}
.new-footer .logo {
    width: 184px;
    margin-bottom: 45px;
}
.new-footer .address {
    color: #fff;
    font-size: 22px;
    padding-bottom: 35px;
    margin: 0;
}
.new-footer .address a {
    color: #fff;
    font-size: 22px;
}
.new-footer .social a {
    padding: 0 33px;
}
.new-footer .social a:hover {
    text-decoration:none;
}
#footer {
    margin-top: 0;
}
.register-now {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-lr;
    text-orientation: inherit;
    -webkit-transform: rotate( -180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate( -180deg);
    background-color: #FF5C39;
    z-index: 4;
}
.register-now a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham', 'Lato', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    display: block;
    padding: 20px 15px;
}
.register-now a:hover {
    text-decoration: none;
}
.register-form {
    position: fixed;
    top: 0%;
    right: -100%;
    height: 100vh;
    width: 830px;
    background-color: #000000;
    z-index: 1000;
    max-height: 100vh;
    max-width: 100vw;
    padding: 50px 89px 50px 126px;
    transition: 1s;
}
.register-form.open-register {
    right: 0%;
}
.register-form-in {
    width:100%;
    height: 100%;
    /* background-color: #fff; */
}
.register-form .register-form-in .top-row {
    display: flex;
}
.register-form .register-form-in .top-row .logo img {
    width: 234px;
    margin-right: 40px;
}
.register-form .register-form-in .top-row .address {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.register-form .register-form-in .top-row .address img {
    width: 22px;
    height: 24px;
}
.register-form .register-form-in .top-row .address p {
    padding-left: 17px;
    padding-right: 29px; 
}
.register-form .register-form-in .top-row .address p a {
    color:#fff;
    font-size: 13px;
}
.register-form .register-form-in .top-row .phone  {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.register-form .register-form-in .top-row .phone img {
    width: 20px;
    height: 20px;
}
.register-form .register-form-in .top-row .phone p {
    padding-left: 13px;
}
.register-form .register-form-in .top-row .phone p a {
    color:#fff;
    font-size: 13px;
}
.register-form .register-form-in .copy h3 {
    color: #FFFFFF;
    font-size: 26px;
    margin: 0;
    padding-bottom: 8px;
    padding-top: 8px;
}
.register-form .register-form-in .copy p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-weight: 400;
}
.register-form .register-form-in .copy p.fields {
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding-top: 15px;
}
.register-form .close-form {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-lr;
    text-orientation: inherit;
    -webkit-transform: rotate( -180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate( -180deg);
    
}
.register-form .close-form a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham', 'Lato', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    display: block;
    padding: 20px 15px;
    cursor: pointer;
}
.register-form .close-form a:hover {
    text-decoration: none;
}
.new-con-rules .video-vimeo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.5s;
}
.new-con-rules .video-vimeo.show-video {
    z-index: 2;
    opacity: 1;
}
.new-con-rules .video-vimeo .close-btn {
    position: absolute;
    top: 0;
    font-size: 20px;
    right: 0;
    line-height: 1;
    cursor: pointer;
    transform: translate(46%, -40%);
}
.new-con-rules .video-vimeo .mute {
    position: absolute;
    bottom: 7px;
    font-size: 20px;
    right: 7px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
}
.new-con-rules .video-vimeo .mute.show-btn {
    z-index: 2;
    opacity: 1;
}
.new-con-rules .video-vimeo .unmute {
    position: absolute;
    bottom: 7px;
    font-size: 20px;
    right: 7px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
}
.new-con-rules .video-vimeo .unmute.show-btn {
    z-index: 2;
    opacity: 1;
}
.first-img {
    max-width:100%;
}
.back-to-top {
    position: absolute;
    right: 0;
    top: 0;
    bottom:0;
    transform: translateY(-50%);
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-lr;
    text-orientation: inherit;
    -webkit-transform: rotate( -180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate( -180deg);
    background-color: #F4B829;
    z-index: 2;
    transition: 0.5s;
}
.ie11 .back-to-top {
  max-height: 330px;
}
.back-to-top.fixed-back {
    position: fixed;
    bottom: 0px;
    top: auto; /* ie11 */
    top: unset;
   
}
.back-to-top.fixed-back .long-arrow {
    padding: 10px 15px;
    font-size: 0;
}
.long-arrow {
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Gotham', 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
    display: block;
    padding: 0 65px;
    transition: 0.5s padding;
}
.long-arrow:hover, .long-arrow:active, .long-arrow:focus {
    color: #000000;
    text-decoration: none;
}
.long-arrow::after {
    content:url('images/long-arrow.svg');
    display: inline-block;
    transform: rotate(180deg);
}
.ie11 .long-arrow::after {
  position: relative;
  top: 62px;
  left: 62px;

}
.form {
    padding-top:40px;
}
.form .all-text {
    display: flex;
    flex-wrap: wrap;
}
.form .all-text .text-field {
    width: 50%;
}
.form input[type=checkbox] {
    filter: invert(100%) hue-rotate(325deg) brightness(1.1);
}
/* .communities-list li {
    display: flex;
    align-items: center;
} */

.text-field label {
    display: block;
    margin: 0;
    font-family: 'Gotham', 'Lato', sans-serif;
    font-weight: 400;
    font-size:11px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom:5px;
}
.text-field input {
    width:300px;
    max-width: 95%;
    padding: 5px;
    border:0;
    margin-bottom:15px;
}
.communities-list p {
    color: #fff;
    font-family: 'Gotham', 'Lato', sans-serif;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
}
.communities-list ul {
    /* columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3; */
    list-style-type: none;
    padding-left: 0;
}
input[type="radio"], input[type="checkbox"] {
    margin: 0;
}
.communities-list label {
    font-size:13px;
    color: #fff;
    padding-left: 10px;
    font-weight: 300;
    font-family:'Gotham-Book', 'Lato', sans-serif;
    width: 90%;
    vertical-align: top;
    margin: 0;
}
.communities-list input {
    vertical-align: top;
    margin-top: 4px;
}
.consent p {
    color: #fff;
    font-family: 'Gotham', 'Lato', sans-serif;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 0px;
    margin: 0;
}
.consent input {
    vertical-align: top;
    margin-top: 3px;
}
#mc_embed_signup form {
    padding: 0 !important;
}
.submit-form input {
    background-color: #FF5C39;
    color: #fff;
    padding: 15px 40px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border:1px solid #FF5C39 !important;
    margin-top: 25px;
    transition: 0.5s;
    border-radius: 0 !important;
}
.submit-form input:hover {
    background-color: #fff;
    color: #FF5C39;
}
.consent label {
    font-size:12px;
    color: #fff;
    padding-left: 10px;
    font-weight: 300;
    font-family:'Gotham-Book', 'Lato', sans-serif;
    width: 95%;
}
.desktop_header {
    transition: 0.5s;
}
.desktop_header.nav-up {
    top: -136px;
}
.sub-nav.nav-up {
    top: 0px;
}
.sub-nav {
    transition: 0.5s;
    /* position: fixed; */
    /* top: 135px; */
    z-index: 10;
    /* left: 50%;
    transform: translateX(-50%); */
    background: #fff;
}
body.admin-bar .sub-nav {
  top: 163px;
}
@media screen and (max-width: 1200px) {
    .new-con-rules .video .text {
        top: 33%;
    }
    .new-con-rules .video .text p {
        font-size: 65px;
    }
    .new-con-rules .video .play {
        top: 70%;
    }
    .till1200 {
        display: none;
    }
    .under1200 {
        display: inherit;
    }
}
@media screen and (max-height: 800px) {
    .register-form {
        padding: 10px 89px 10px 126px;
        overflow: scroll;
    }
    .register-form .register-form-in .copy p.fields {
        padding-top: 5px;
    }
    .form {
        padding-top: 12px;
        padding-bottom: 110px;
    }

}

@media screen and (max-width: 991px) {
    .news-item {
        height: unset;

    }
    .news .copy a {
        position: relative;
    }
    .learn-more {
        display: none;
    }
    .living-nav a {
        padding: 0 9px;
    }
    .slide-nav {
        display: none;
    }
    .prev-big {
        display: block;
    }
    .next-big {
        display: block;
    }
    .news {
        margin-top: 50px;
    }
    .new-con-rules .video .text p {
        font-size: 55px;
    }
    .new-con-rules .video .orange {
        width: 200px;
        height: 200px;
    }
    .new-con-rules .video .blue {
        width: 200px;
        height: 200px;
    }
    .new-con-rules .video .yellow {
        width: 200px;
        height: 200px;
    }
    .new-con-rules .align-items-center .blue {
        width: 200px;
        height: 200px;
    }
    .new-con-rules .align-items-center .orange {
        width: 200px;
        height: 200px;
    }
    .new-con-rules .card .h3 h3 {
        font-size: 26px;
    }
    .new-con-rules .card img {
        height: 519px;
    }
    .container > .position-relative > .yellow {
        width: 200px;
        height: 200px;
    }
    .news .yellow {
        width: 200px;
        height: 200px;
    }
    .news .orange {
        width: 200px;
        height: 200px;
    }
    .news .blue {
        width: 200px;
        height: 200px;
    }
    .new-con-rules .border-w1 {
        flex-wrap: wrap;
    }
    .new-con-rules .card {
        width: 50%;
        padding: 2px 2px;
    }
    .new-con-rules .card .copy {
        top: 2px;
        bottom: 2px;
        height: calc(100% - 4px);
    }
    .register-form {
        padding: 10px 10px 10px 50px;
        z-index: 10000;
    }
}
@media screen and (max-width: 768px) {
    p {
        font-size: 13px;
        line-height: 24px;
    }
    .mobile_tablet {
        transition: 0.5s;
        border-bottom: 2px solid #4c4c4c;
    }
    .new-con-rules .video {
        margin-top: 162px;
    }
    .mobile_tablet.nav-up {
        top: -43px;
    }
    .sub-nav {
        top: 43px;
    }
    .prev-big {
        display: block;
        top: 40%;
        left: 10px;
    }
    .next-big {
        display: block;
        top: 40%;
        right: 10px;
    }
    .register-form.nav-up {
        top: 121px;
        height: calc(100vh - 121px);
    }
    .communities-list ul {
        padding-left: 0;
    }
    .register-form {
        top: 164px;
        height: calc(100vh - 164px);
    }
    .new-con-rules .align-items-center {
        display: block;
    }
    .slick-slide .full-img {
        margin-bottom: 30px;
    }
    .slider-smartliving h3 {
        font-size: 22px;
    }
    .register-now {
        position: fixed;
        right: 0;
        top: 107px;
        left: 0;
        text-align: center;
        transform: unset;
        white-space: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        text-orientation: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -o-transform: unset;
        transform: unset;
        background-color: #FF5C39;
        z-index: 4;
        transition: 0.5s;
    }
    .register-now.nav-up {
        top: 65px;
    }
    .first-img {
        margin-bottom:50px;
    }
    .new-con-rules .video .orange {
        width: 150px;
        height: 150px;
    }
    .new-con-rules .video .yellow {
        width: 150px;
        height: 150px;
    }
    .new-con-rules .video .blue {
        width: 150px;
        height: 150px;
    }
    .new-con-rules .align-items-center .blue {
        width: 150px;
        height: 150px;
    }
    .new-con-rules .align-items-center .orange {
        width: 150px;
        height: 150px;
    }
    .container > .position-relative > .yellow {
        width: 150px;
        height: 150px;
    }
    .news .orange {
        width: 150px;
        height: 150px;
    }
    .news .blue {
        display: none;
    }
    .news .yellow {
        width: 150px;
        height: 150px;
    }
    .new-footer .address {
        font-size: 18px;
    }
    .new-footer .address a {
        font-size: 18px;
    }
    .new-con-rules .video .text p {
        font-size: 40px;
    }
    .new-con-rules .living-nav a {
        display: none;
    }
    .new-con-rules .living-nav a.logo-a {
        display: block;
    }
    .back-to-top {
        display: none;
    }
    .register-form .register-form-in .top-row .address {
        display: none;
    }
    .register-form .register-form-in .top-row .phone {
        display: none;
    }
    .register-form .register-form-in .copy p {
        font-size: 12px;
    }
    .register-form .register-form-in .copy p.fields {
        font-size: 13px;
    }
    .communities-list p {
        font-size: 10px;
    }
    .consent p {
        font-size: 10px;
    }
    .consent label {
        font-size: 10px;
    }
    .submit-form input {
        padding: 8px 40px;
    }
    .text-field label {
        font-size: 10px;
    }
    .living-nav {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    /* .living-nav img {
        max-height: 23px;
    } */
}
@media screen and (max-width: 576px) {


    .communities-list label {
        font-size: 12px;
    }
    .form .all-text .text-field {
        width: 100%;
    }
    .register-form .register-form-in .copy h3 {
        font-size: 18px;
    }
    .register-form .register-form-in .top-row .logo img {
        display: none;
    }
    .new-con-rules .video .text p {
        font-size: 26px;
    }
    .new-con-rules .video .orange {
        width: 85px;
        height: 85px;
        left: 40px;
    }
    .new-con-rules .video .yellow {
        width: 85px;
        height: 85px;
    }
    .register-form-in {
        padding:10px 0;
    }
    .register-form {
        padding: 0 10px 1px 50px;
        overflow: scroll;
    }
    .new-con-rules .align-items-center {
        margin-bottom: 50px;
    }
    .news {
        padding-bottom: 50px;
    }
    .post .post_content figure {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .new-con-rules .video .blue {
        width: 85px;
        height: 85px;
        right: 40px;
    }
    .new-con-rules .align-items-center .blue {
        width: 85px;
        height: 85px;
        left: 40px;
    }
    .new-con-rules .align-items-center .orange {
        width: 85px;
        height: 85px;
        right: 55px;
        background-color: #F4B829;
    }
    .container > .position-relative > .yellow {
        width: 85px;
        height: 85px;
        right: 40px;
    } 
    .news .orange {
        width: 85px;
        height: 85px;
        left:40px;
    }
    .news .yellow {
        width: 85px;
        height: 85px;
    }
    .new-con-rules .video .yellow {
        display: none;
    }
    .new-con-rules .video .play img {
        width: 75px;
    }
    .new-con-rules .card {
        width: 100%;
    }
    .slider-smartliving .full-img {
        height: 378px;
        width: 100%;
    }
    .slider-smartliving .flex-hor {
        flex-direction: column;
    }
    .slide-nav .slick-list {
        padding: 0;
    }
    .slide-nav .next {
        right: 10px;
    }
    .slide-nav .prev {
        left: 10px;
    }
    .new-con-rules .align-items-center .blue {
        transform: translate(-50%, 100%);
    }
    .prev-big {
        display: block;
        top: 25%;
    }
    .next-big {
        display: block;
        top: 25%;
    }
    .living-nav {
        padding-top: 80px;
    }
    .new-con-rules .video {
        margin: 30px 0 60px;
    }
}





/* posts css  */
.post .attachment-wpbs-featured {
    width:100%;
    object-fit: cover;
    height: calc(100vh - 266px) !important;
}
.post .date-top {
    text-align:center;
    font-size:12px;
    padding-top:50px;
    padding-bottom: 50px;
}
.single-post #main-wrapper {
    padding: 0;
}
.post .post_content {
    padding-top: 70px;
    padding-bottom: 70px;
}
.post .post_content figure {
    padding-top: 50px;
    /* padding-bottom: 70px; */
}
.post .post_content figure img {
    width: 100%;
}
.post .back-to-smartliving a {
    display: block;
    padding: 11px 15px;
    background-color: #454545;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 3px;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 10px;
    font-family: 'Gotham', 'Lato', sans-serif;
    font-weight: 700;
    margin-top: 36px;
    transition: 0.5s;
    margin-bottom: 50px;
}
.smartliving-body .back-to-smartliving a {
    display: block;
    padding: 11px 15px;
    background-color: #454545;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 3px;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 10px;
    font-family: 'Gotham', 'Lato', sans-serif;
    font-weight: 700;
    margin-top: 15px;
    transition: 0.5s;
    margin-bottom: 50px;
}
.smartliving-body .back-to-smartliving a:hover {
    opacity: 0.65;
    text-decoration: none;
}
.post .back-to-smartliving a:hover {
    opacity: 0.65;
    text-decoration: none;
}
.post .news {
    padding-bottom: 0;
}
.post .new-con-rules .page-header h1 {
    margin-top: 150px;
}




