* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline:0;
    outline:none;
}
:focus {
    outline: 0 !important;
}
html,
body {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5 {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
}
p {
    font-family: 'Open Sans', sans-serif;
    margin:0;
}
.fadein {
    opacity:0;
}
.reg-popup-bg {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
    z-index: 199;
}
.no-scroll {
    height: 100vh;
    overflow: hidden;
}
.reg-popup {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
}
.reg-popup-in .registration {
    position: unset;
    bottom: unset;
    left: unset;
    transform: unset;
    background: #672045;
    padding: 50px;
    min-width: 850px;
    max-width: 200px;
}
.reg-popup-in {
    color:#fff;
}
.standart-padding {
    padding: 150px 0px;
}
.standart-padding-top {
    padding-top: 150px;
}
.small-padding {
    padding: 50px 0px;
}
.show767 {
    display: none;
}
.less991 {
    display: none;
}
.popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 199;
  }
  .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 700px;
    max-height: 80vh;
    overflow: scroll;
  }
  .close-popup {
    position: absolute;
    top: 14px;
    right: 20px;
    cursor: pointer;
  }
/* MENU STYLES */

#menuIcon {
    display: none;
}
.topnav {
    overflow: hidden;
    float: right;
    padding-top: 22px;
}
  
.topnav a {
    float: left;
    display: block;
    color: #393D47;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
  
.active {
    /* background-color: #4CAF50; */
    color: #651F46 !important;
}
.active:hover {
    /* background-color: #4CAF50; */
    color: #fff !important;
}
.topnav .icon {
    display: none;
}
  
.dropdown-custom {
    float: left;
    overflow: hidden;
}
  
.dropdown-custom .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: #393D47;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
  
.dropdown-custom-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  
.dropdown-custom-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    text-transform: capitalize;
}
  
.topnav a:hover, .dropdown-custom:hover .dropbtn {
    /* background-color: #555; */
    /* background-color: rgba(85,85,85,0.8); */
    /* color: white; */
    color:#651F46 !important;
}
  
.dropdown-custom-content a:hover {
    background-color: #ddd;
    color: black;
}
  
.dropdown-custom:hover .dropdown-custom-content {
    display: block;
}
.custom-menu {
    position: fixed;
    width: 100%;
    background-color: #fff;
    max-height: 100px;
    z-index: 100;
    box-shadow: 1px 0px 4px #000;
    top: 0;
}
.navLogo {
    float: left;
}
.navLogo img {
    max-width:150px;
}
.home-page-top {
    background-color: transparent;
    box-shadow: none;
}
.home-page-top .topnav .dropdown-custom .dropbtn {
    color: rgba(255, 255, 255, 0.8) !important;
}
.home-page-top .topnav a {
    color: rgba(255, 255, 255, 0.8);

}
.home-page-top .topnav a:hover{
    color:#ffffff !important;
}
.home-page-top .topnav a:hover,.home-page-top .dropdown-custom:hover .dropbtn{
    color:#ffffff !important;
}
.home-page-top .topnav a.active {
    color: #fff !important;
}
.home-page-top .dropdown-custom-content a {
    /* color: black; */

    color: #FFFFFF;
}
.not-open-not-soon{
    color: #000000 !important;
}
/*** menu open and coming soon ***/
a.now_open_items{
    background-color: #651F46;
    color:#FFFFFF;
}
a.coming_soon_items{
    background-color: #4A4E57;
    color:#FFFFFF;
}
.now_open_items_title{
    background: #651F46;
    color: white;
    font-size: 16px;
    padding: 14px 16px 5px 16px;
    cursor: default;
}
.coming_soon_items_title{
    background: #4A4E57;
    color: white;
    font-size: 16px;
    padding: 14px 16px 5px 16px;
    cursor: default;
}
/* END MENU STYLES */


/* START FOOTER STYLES */
.copyright .container .row .col-lg-12{
    border-top: 1px solid #707070;
    padding-top: 30px;
    padding-bottom: 30px;
}
.copyright p, .copyright p a {
    color: #B8BABE;
    font-size: 12px;
    text-decoration: none;
}
.form-full {
    width: 99%;
    padding: 0 10px;
}
.form-full select {
    width: -webkit-fill-available;
    padding: 10px 17px;
    background: #fff;
    margin: 7px 0px 8px 0px;
    border-radius: 0;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark-color(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: -internal-light-dark-color(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    /* margin: 0em; */
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark-color(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
}
.footer .logo img{
    max-width:100px;
}
.footer .your-home p{
    font-size:12px;
    color:#FFFFFF;
    font-family: proxima-nova, sans-serif;
    margin-bottom:30px;
}
.footer .your-home a{
    display: block;
    color:#B8BABE;
    font-size: 12px;
    margin: 20px 0;
    font-family: proxima-nova, sans-serif;
}
.footer .nav-bottom a{
    display: block;
    color: #FFFFFF;
    font-size: 12px;
    font-family: proxima-nova, sans-serif;
    text-transform:uppercase;
    margin-bottom:30px;
}
.footer .contact p{
    display: block;
    color: #FFFFFF;
    font-size: 12px;
    font-family: proxima-nova, sans-serif;
    text-transform:uppercase;
    margin-bottom:30px;
}
.footer .contact a{
    display: block;
    color:#B8BABE;
    font-size: 12px;
    margin: 20px 0;
    font-family: proxima-nova, sans-serif;
}
.footer .subscription p{
    margin-bottom:25px;
    color: #FFFFFF;
    font-family: proxima-nova, sans-serif;
}
.footer .subscription p.follow {
    margin-top: 25px;
    font-family: proxima-nova, sans-serif;
}
.footer .subscription > div > div > img {
    max-width:160px
}
.footer .subscription > div > div > a > img {
    max-width: 30px;
    margin-right: 15px;
}
.footer .subscription > div > div > a > img:hover {
    opacity: 0.5;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;  
}
.subscription .lightgray-btn:hover {
    border:1px solid #DDDFE1;
}
/* END FOOTER STYLES */

/* HOME PAGE STYLES */
.max-width50vw {
    max-width: 50vw;
}

.top-banner {
    width:100%;
    height:100vh;
    min-height:500px;
    background-image: url('../img/topbanner.jpg');
    background-size: cover;
    position: relative;
}
.top-banner-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.top-banner-copy h1 {
    font-size: 150px;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    line-height: 130px;

    /* font-size: 65px; */
    /* line-height: 70px; */

}
.top-banner-blog-detail .top-banner-copy h1 {

    font-size: 65px;
    line-height: 70px;
}
.parallax-window {
    height:350px;
    width: 100%;
}
.parallax-window-big {
    height:420px;
    width: 100%;
}
.top-banner-copy h1 span {
    font-weight: 100;
    font-style: normal;
    font-family: proxima-nova, sans-serif;
}
.arrow-down {
    position: absolute;
    left:50%;
    bottom:40px;
    transform: translateX(-50%);
}
.image-to-move {
    animation: MoveUpDown 2s linear infinite;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  @keyframes MoveUpDown {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 10px;
    }
  }

.redBG {
    background: #662046;
}
.pride h2 {
    text-align:center;
    color:#fff;
    font-size:60px;
    text-transform: uppercase;
}
.pride p {
    text-align:center;
    color:#fff;
    max-width: 800px;
}

.now-open-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #662046;
    text-align: center;
    padding: 19px 11px;
    width: 70px;
    height: 70px;
}
.now-open-tag p {
    font-size: 12px;
    color: #fff;
}
.community-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,0.9);
    max-width: 180px;
    color: #662046;
}
.community-card .town {
    text-align:center;
    color:#662046;
    font-size:12px;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.community-card .community {
    font-size:21px;
    text-align:center;
    color:#662046;
    font-family: proxima-nova, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
.community-card .small-copy {
    font-size:16px;
    text-align:center;
    color:#662046;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}


.flip-card {
    background-color: transparent;
    width: 170px;
    height: 170px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front {
    position: absolute;
    backface-visibility: hidden;
}
.flip-card-back {
    position: absolute;
    width: 110px;
    height: 110px;

    top:50%;
    left:50%;
    backface-visibility: hidden;
}
.flip-card-front {
    background-color: rgba(255,255,255,0.9);
    color: black;
    padding: 20px 25px;
}

.flip-card-back {
    background-color: rgba(255,255,255,0.9);
    color: #662047;
    transform: rotateY(180deg) translate(50%,-50%);
}
.flip-card-back p {
    /* padding: 31px 4px; */
}
.flip-card-back p a{
    text-transform: uppercase;
    font-weight: 600;
    font-family: proxima-nova, sans-serif;
    color: #393D47;
    text-decoration:none;

    width: 110px;
    height: 110px;
    display: table-cell;
    vertical-align: middle;
}
.community-filter-element img {
    display: block;
    width: 100%;
}
.community-filter-element,
.community-filter-element-sizer{
  width: 33.333%;
}
.community-filter-element {
    /* width:33%; */
    padding:5px;
    /* position:relative; */
    float: left;
}
.community-filter-element:after {
    content: '';
    display: block;
    clear: both;
  }

.order-last {
    -webkit-order: 99 !important;
    order:99  !important;
}
.grid-custom {
    width:100% !important;
}
.grid-custom-blog {
    width:100% !important;
}
.filter-btn {
    padding:5px;
    color:#BC9AAD;
    font-family: proxima-nova, sans-serif;
    text-transform:uppercase;
    font-weight: 600;
}
.filter-btn:hover {
    color:#BC9AAD;
}
.filter-btn.active {
    color:#662046 !important;
}
.item-filter {
    margin-bottom: 40px;
}
.lightgrayBG {
    background-color: #E0E3E4;
}
.slider-promo .slick-next {
    right: 25px;
    transform: translate(-100%, -50%);
}
.slider-promo .slick-prev {
    left: 25px;
    z-index: 10;
}
.slider-promo .slick-prev:before {
    background-image: url('../img/sliderArrowRight.jpg');
    background-size: 50px 50px;
    display: inline-block;
    width: 50px; 
    height: 50px;
    content:"";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slider-promo .slick-next:before {
    background-image: url('../img/sliderArrowRight.jpg');
    background-size: 50px 50px;
    display: inline-block;
    width: 50px; 
    height: 50px;
    content:"";
}

.slider-promo .community {
    font-size:25px;
    color:#393D47;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
}
.slider-promo .promo {
    font-size:75px;
    font-weight: 100;
    color:#393D47;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 15px;
}
.slider-promo .promo span {
    font-weight: 900;
    color:#651F46;
}
.gray-btn {
    display: block;
    padding:10px 30px;
    background-color: #393D47;
    color: #fff;
    text-decoration:none;
    width: max-content;
    border: 1px solid #393D47;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;   
}
.gray-btn:hover {
    background-color: #fff;
    color: #393D47;
    text-decoration: none;
}
.gridFor2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.grayBG {
    background-color: #393D47;
}
.white-btn {
    display: block;
    padding:10px 30px;
    background-color: #fff;
    color: #393D47;
    text-decoration:none;
    width: max-content;
    border: 1px solid #fff;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
}
.white-btn:hover {
    background-color: #393D47;
    color: #fff;
    text-decoration: none;
}
.inventory h3{
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    text-align: left;
    line-height:1;
}
.inventory p.inventory-p {
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
}
.center-400 {
    margin: auto;
    max-width: 400px;
}
/* .slider-inventory {
    width: 100%;
    height: 100%;
}
.slider-inventory > div {
    width: 100%;
    height: 100%;
} */
.slider-inventory {
    height: 100%;
}
.slider-inventory .slick-list {
    height: 100%;
}
.slider-inventory .slick-track {
    height: 100%;
}
.slider-inventory .slick-slide > div {
    height: 100%;
}
.slider-inventory img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.slider-inventory .slick-next {
    right: 25px;
    transform: translate(-100%, -50%);
}
.slider-inventory .slick-prev {
    left: 25px;
    z-index: 10;
}
.slider-inventory .slick-prev:before {
    background-image: url('../img/sliderArrowRightW.jpg');
    background-size: 50px 50px;
    display: inline-block;
    width: 50px; 
    height: 50px;
    content:"";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slider-inventory .slick-next:before {
    background-image: url('../img/sliderArrowRightW.jpg');
    background-size: 50px 50px;
    display: inline-block;
    width: 50px; 
    height: 50px;
    content:"";
}
.slider-inventory .flip-card {
    width: 250px;
    height: 250px;
}
.slider-inventory .community-card {
    max-width: 250px;
}
.slider-inventory .flip-card-front {
    width: 100%;
    padding: 55px 0px;
}

.slider-inventory .town {
    text-align: center;
    color: #0D2436;
    font-size: 18px;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom:10px;
}
.slider-inventory .community {
    font-size: 21px;
    text-align: center;
    color: #662046;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
}
.slider-inventory .small-copy {
    color: #0D2436;
    font-size:14px;
    font-style: italic;
    font-weight:600;
    padding-top:10px;
}
.absolute-for-parallax {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.img1BG {
    
    position: relative;
}
.lightgray-btn {
    display: block;
    padding:10px 30px;
    background-color: #DDDFE1;
    color: #393D47;
    text-decoration:none;
    width: max-content;
    border: 1px solid #DDDFE1;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;   
    text-transform: uppercase;
}
.lightgray-btn:hover {
    background-color: #393D47;
    border: 1px solid #393D47;
    color: #DDDFE1;
    text-decoration: none;
}
.img1BG .light-white-bg {
    background: rgba(255,255,255,0.9);
    padding: 60px;
    margin: 0 20px;
}
.img1BG .light-white-bg h3 {
    color: #651F46;
    font-size: 60px;
    line-height: 1;
}
.img1BG .light-white-bg p {
    color:#393D47;
    margin-bottom: 10px;
}
.img2BG .light-white-bg {
    background: rgba(101, 31, 70, 0.9);
    padding: 60px;
    margin: 0 20px;
}
.img2BG .light-white-bg h3 {
    color: #fff;
    font-size: 60px;
    line-height: 1;
}
.img2BG .light-white-bg h3 span {
    font-weight: 100;
}
.img2BG .light-white-bg p {
    color:#fff;
    margin-bottom: 10px;
}
.img2BG {
    position: relative;
}
/* END HOME PAGE STYLES */


/* FORM STYLES */
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    color: #fff;
    font-weight: 100;
  }
  
  /* Hide the browser's default checkbox */
  .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    /* height: 0;
    width: 0; */
  }

  .fixTypeCheckbox{
    top:0;
    left:0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .custom-checkbox input:checked ~ .checkmark {
    background-color: #672045;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .custom-checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .custom-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
/* END OF FORM STYLES */


/* START COMMUNITY PAGE */
.sliderfloors img{
    max-width: 700px;
}
.sliderfloors .slick-next {
    right: 25px;
    transform: translate(-100%, -50%);
}
.sliderfloors .slick-prev {
    left: 25px;
    z-index: 10;
}
.sliderfloors .slick-prev:before {
    background-image: url('../img/sliderArrowRight.jpg');
    background-size: 50px 50px;
    display: inline-block;
    width: 50px; 
    height: 50px;
    content:"";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sliderfloors .slick-next:before {
    background-image: url('../img/sliderArrowRight.jpg');
    background-size: 50px 50px;
    display: inline-block;
    width: 50px; 
    height: 50px;
    content:"";
}

.sliderfloors .community {
    font-size:25px;
    color:#393D47;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
}
.sliderfloors .slider-dots {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sliderfloors .slider-dots li {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    color: #662046;
    opacity: 0.5;
    font-weight: 700;
    font-family: proxima-nova, sans-serif;
}
.sliderfloors .slider-dots li.slick-active {
    opacity: 1;
}
.sliderfloors .slick-list {
    padding-top: 100px;
}
.btnsfloorplans a {
    display: inline-block;
    padding: 10px 40px;
    margin: 0 10px;
    width: 280px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;  
}
.btnsfloorplans a:first-child {
    border: 1px solid #393D47;
    color: #707070;
    font-weight: bold;
}
.btnsfloorplans a:first-child:hover {
    background: #707070;
    color: #fff;
    text-decoration: none;
}
.btnsfloorplans a:last-child {
    border: 1px solid #393D47;
    background: #393D47;
    color: #fff;
    font-weight: bold;
}
.btnsfloorplans a:last-child:hover {
    background: #fff;
    color: #393D47;
    text-decoration: none;
}
.btnsfloorplans-share {
    margin-top:50px;
}
.btnsfloorplans-share a{
    display: block;
    padding: 10px 40px;
    margin: 0 10px;
    width: 280px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;  
    background: #E4E4E4;
    color: #393D47;
    font-weight: 700;
    border: 1px solid #E4E4E4;
}
.btnsfloorplans-share a:hover {
    background: #393D47;
    color: #E4E4E4;
    text-decoration: none; 
}
.img5BG {
position: relative;
}
.img5BG .light-white-bg {
    background: rgba(101, 31, 70, 0.9);
    padding: 60px;
    margin: 0 20px;
}
.mapBlogDetail span a {
    color:#fff;
}
.b-over-lignt {
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.25);
}
.img5BG .light-white-bg h3 {
    color: #fff;
    font-size: 60px;
    line-height: 1;
}
.img5BG .light-white-bg h3 span {
    font-weight: 100;
}
.img5BG .light-white-bg p {
    color:#fff;
    margin-bottom: 10px;
}
.map_select_mob {
    display: none;
}
.amen-map-container {
    margin-top: -7px;
}
.height-of-screen {
    height: calc(100vh - 100px);
    background-position: center;
}
.registration {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #672045;
    padding: 50px;
    min-width: 850px;
}
.registration h4 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}
.registration h4 span {
    font-weight: 100;
}
.registration input[type="text"]::placeholder, .registration input[type="email"]::placeholder, .registration input[type="phone"]::placeholder {
    color: #787281;
    opacity: 1; /* Firefox */
    text-transform: uppercase;
}
.registration input[type="text"], .registration input[type="email"], .registration input[type="phone"] {
    width: 100%;
    padding: 10px 17px;
    background: #fff;
    margin: 7px 7px 7px 0px;
}
.form-left, .form-right {
    display:inline-block;
    width: 49.5%;
    padding: 0px 10px;
    vertical-align: middle;
}
.form-right button[type="submit"] {
    width:100%;
    padding: 10px;
}
.top-banner-copy.community-logo {
    top: 30%;
}
.top-banner.with-registration {
    height: 90vh;
    min-height: 800px;
}
.top-banner-copy.community-logo img{
    width: 300px;
}
.map {
    height: 90vh;
}
#marker_info p strong {
    font-weight: bold;
}
.find-your-home {
    padding: 20px;
}
.find-your-home h3 {
    text-align:center;
    color: #fff;
    font-size: 60px;
}
.thank-you {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 100px;
    text-transform: uppercase;
    width: -webkit-fill-available;
}
.amenities-slick > div > div > div > div{
    padding: 3px;
}
/* .amenities-slick {
    display: table !important;
	table-layout: fixed !important;
	width: 100% !important;
} */
.amenities-slick .fa-angle-left{
    background: #ffffff;
    z-index: 1;
    left: 0;
    text-align: center;
    font-size: 35px;
    padding-top: 7px;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.amenities-slick .fa-angle-right{
    background: #ffffff;
    right: 0;
    text-align: center;
    font-size: 35px;
    padding-top: 7px;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.all-communities {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 100px;
    text-transform: uppercase;
}
.thank-you span{
    font-weight: 900;
    color:#662046;
}
.all-communities span{
    font-weight: 900;
    color:#662046;
}
.img3BG .light-white-bg {
    background: rgba(101, 31, 70, 0.9);
    padding: 60px;
    margin: 0 20px;
}
.img3BG .light-white-bg h3 {
    color: #fff;
    font-size: 60px;
    line-height: 1;
}
.img3BG .light-white-bg h3 span {
    font-weight: 100;
}
.img3BG .light-white-bg p {
    color:#fff;
    margin-bottom: 10px;
}
.img3BG {
    position: relative;
}
.img4BG .light-white-bg {
    background: rgba(255,255,255,0.9);
    padding: 60px;
    margin: 0 20px;
}
.img4BG .light-white-bg h3 {
    color: #393D47;
    font-size: 60px;
    line-height: 1;
}
.img4BG .light-white-bg h3 b{
    color: #651F46;
}
.img4BG .light-white-bg h3 span {
    font-weight: 100;
}
.img4BG .light-white-bg p {
    color: #651F46;
    margin-bottom: 10px;
}
.img4BG {
    position: relative;
}
.almostwhiteBG {
    background-color: #FAFAFA;
}
.perfect-picture h2{
    color: #010101;
    font-size:60px;
}
.perfect-picture h2 b{ 
   color: #672045;
}
.perfect-picture p {
    max-width: 800px;
}
.siteplan img{
    width:100%
}
.amen-map-container {
    position: relative;
}
.sales-center {
    height: 850px;
}
.Amenities {
    height: 850px;
    position: relative;
}
.map-buttons {
    position: absolute;
    top: 0;
    left: 10%;
    background: #E0E2E4;
    z-index: 10;
    height: 850px;
    min-width: 450px;
}
.map-buttons > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.map-buttons h4 {
    font-size: 35px;
    color: #651F46;
    text-transform: uppercase;
    font-weight:bold;
    padding-bottom: 40px;
}
.map-buttons h5 {
    color: #393D47;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 30px;
}
.map-buttons h4 span {
    color: #393D47;
    font-weight: 500;
}
.map-buttons a {
    display: block;
    font-size: 21px;
    color: #393D47;
    padding-bottom: 30px;
    font-weight: 100;
}
.map-buttons a:hover {
    text-decoration: none;
    color:#651F46;
}
.map-buttons a.active-map {
    color:#651F46;
    text-transform: uppercase;
    font-weight: 700;

}
.map-buttons button {
    display: block;
    font-size: 21px;
    color: #393D47;
    padding-bottom: 30px;
    font-weight: 100;
    background: transparent;
    border: 0;
}
.map-buttons button:hover {
    text-decoration: none;
    color:#651F46;
}
.map-buttons button.active-map {
    color:#651F46;
    /* text-transform: uppercase; */
    font-weight: 700;
    outline: none;
}
.map-buttons button.active-map:focus, .map-buttons button.active-map:active, .map-buttons button.active-map:visited {
    outline: none;
}
.map-salescenter {
    font-size: 30px;
    color: #575B63;
    text-align:center;
}
.map-salescenter span {
    font-weight: 600;
    color: #651F46;
}
.map-address {
    font-size: 14px;
    color: #393D47;
    text-align: center;
    margin: 10px 0;
}
.map-contact {
    font-size: 14px;
    color: #393D47;
    text-align: center;
    margin: 10px 0;
}
.map-contact b {
    font-weight: 900;
}
.map-hours span {
    font-size: 19px;
    font-weight: bold;
    color: #651F46;
    display: block;
}
.map-hours {
    font-size: 14px;
    color: #393D47;
    text-align: center;
    margin: 10px 0;
}
.map-hours b {
    font-weight: 900;
}
.map-direction {
    text-align: center;
    padding-top: 15px;
}
.map-direction a{
    font-size: 16px;
    font-weight: 700;
    color: #393D47;
    text-decoration: underline;
}
#marker_info {
    padding: 20px 50px;
}
.model-info-container img{
    width: 90%;
}
.model-info-container .container .row {
    align-items: center;
}
.model-info {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
}
.model-info span {
    padding-right:35px;
    display: inline-block;
}
.model-info span:last-child {
    padding-right:0px;
}
.model-name {
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    
}
.i-am-interested {
    display: block;
    padding: 10px 18px;
    background: #E4E4E4;
    color: #393D47;
    font-weight: 700;
    border:1px solid #E4E4E4;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;  
}
.i-am-interested:hover {
    background: #393D47;
    color: #E4E4E4;
    text-decoration: none;
}
/* END COMMUNITY PAGE  */


/* INVENORY PAGE START  */
.top-banner-inventory {
    width:100%;
    height:60vh;
    min-height:400px;
    background-image: url('../img/topInventory.jpg');
    background-size: cover;
    position: relative;
}
.margin-top-menu {
    display: block;
    margin-top:100px;
}
.grid-for-house .community-filter-element {
    padding: 15px; 
}
.top-banner-inventory .top-banner-copy h1 {
    font-size: 100px;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    line-height: 110px;
}
.grid-for-house .house-card {
    position: relative;
}
.grid-for-house .house-card .flip-card {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 240px;
}
.grid-for-house .house-card img {
    width: 100%;
    display: block;
    height: 230px;
    object-fit: cover;

}
.grid-for-house .house-card .community {
    color: #0D2436;
    font-size:18px;
    font-family: proxima-nova, sans-serif;
    margin-top: 30px;
    line-height: 1;
}
.grid-for-house .house-card .model {
    color: #661F45;
    font-size:21px;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
}
.grid-for-house .house-card .model-info {
    color: #0D2436;
    font-size: 14px;
    font-weight: 600;
}
/* END INVENTORY PAGE  */

/* DESIGN AND SERVICE PAGE START */
.top-banner-design {
    background-image: url('../img/designBG.jpg');
}
.your-style img {
    width:100%;
}
.your-style h3 {
    font-size: 60px;
    color: #393D47;
}
.your-style h3 b {
    color: #662046;
}
.partners img {
    width: 100%;
}
.partners h4 {
    font-size: 28px;
    color: #393D47;
    padding-top: 30px;
    padding-bottom: 10px;
}
.contact-details {
    color: #641E45;
    font-size: 21px;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 20px;
}
.object-fit {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.customer-service {
    margin-bottom:0px;
}
.contact-us-info {
    color: #343538;
}
.contact-us-info > a{
    color: #343538;
    text-decoration: none;
}
.contact-us-info > span {
    color: #651F46;
}
.contact-us-info > span > a{
    color: #651F46;
    text-decoration: none;
}
.customer-service-container .block {
    padding-top: 60px;
}
.customer-service-container .block h4{
    color: #743457;
    font-size: 21px;
    font-weight: 600;
}
.customer-service-container .block p {
    color: #737680;
    max-width: 80%;
}
.customer-service-container .block.tarion > div {
    display: flex;
    flex-direction: row;
}
.customer-service-container .block.tarion p {
    padding-left: 30px;
}
.customer-service-container .block.tarion p:first-child {
    padding-bottom:25px;
}
.customer-service-container .block.tarion p a {
    color: #393D47;
    font-family: proxima-nova, sans-serif;
    font-weight: 900;
    text-decoration: underline;
}
.customer-service-container .block ul {
    margin-left: 22px;
    color: #737680;
    width: 80%;
}
/* END  DESIGN AND SERVICE PAGE  */

/* ABOUT PAGE START */
.top-banner-about {
    background-image: url('../img/aboutBG.jpg');
    background-position: center;

    background-position-y: 90%;
}
.about-first p {
    padding-bottom: 30px;
}
.about-fairgate {
    margin-bottom: 40px;
}
.about-first h4 {
    color: #393D47;
    font-size: 28px;
    margin-top: 80px;
}
.about-first h4 span {
    font-size: 125px;
    display: block;
    line-height: 0.3;
}
.slider-testemonials p {
    padding-bottom: 30px;
}
.slider-testemonials h4 {
    color: #fff;
    font-size: 28px;
    margin-top: 80px;
}
.slider-testemonials h4 i{
    font-size:18px;
}
.slider-testemonials h4 span {
    font-size: 125px;
    display: block;
    line-height: 0.3;
}
.slider-testemonials .name {
    font-size: 18px !important;
    padding-top: 30px;
}
.slider-testemonials .slick-prev, .slider-testemonials .slick-next {
    top: 90%;
    z-index: 20;
}
.slider-testemonials .slick-next {
    right: 0;
}
.slider-testemonials .slick-prev {
    right: 60px;
    left: unset;
}
.slider-testemonials .slick-prev:before {
    background-image: url(../img/testimo-left.png);
    background-size: 30px 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "";
    /* -webkit-transform: rotate(180deg);
    transform: rotate(180deg); */
}
.slider-testemonials .slick-next:before {
    background-image: url(../img/testimo-right.png);
    background-size: 30px 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "";
}
.name {
    line-height: 1 !important;
    font-size: 21px !important;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
.founder {
    line-height: 1 !important;
    font-size: 16px !important;
}
.artists h2 {
    color: #FFFFFF;
    font-size: 60px;
    text-align: left;
}
.artists .block  {
    padding-bottom:50px;
}
.history-p > div{
    margin-top:40px;
}
.giving-back {
    margin-bottom:40px;
}
.givingbacklogos {
    margin-top:30px;
}
.privacy:hover {
    color: #fff;
}
.artists .block h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    text-align:left;
}
.artists .block p {
    color: #fff;
    text-align:left;
}
.experience h3 {
    color: #FFFFFF;
    font-size: 60px;
}
/* ABOUT PAGE END */



 /* CUSTOM HOMES START  */
.top-banner-customhomes {
    background-image: url('../img/customhomesBG.jpg') ;
    background-position: center;
}
.step .number {
    width: max-content;
    height: max-content;
    background: #662046;
}
.step .number p {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: proxima-nova, sans-serif;
    padding: 2px 10px;
} 
.step h4 {
    font-size: 28px;
    color: #393D47;
    margin-top: 15px;
    margin-bottom: 20px;
}
.step p {
    color: #393D47;
    font-size: 14px;
}
.step {
    padding-bottom:70px;
}
.customhomes-slick  img {
    padding: 5px;
}
.customhomes-slick p a {
    color:#661F45;
    font-size:21px;
    text-transform: uppercase;
    font-weight:bold;
    padding-left:20px;
    font-family: proxima-nova, sans-serif;
}
.customhomes-slick .fa-angle-left{
    background: #ffffff;
    z-index: 1;
    left: 0;
    text-align: center;
    font-size: 35px;
    padding-top: 7px;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.customhomes-slick .fa-angle-right{
    background: #ffffff;
    right: 0;
    text-align: center;
    font-size: 35px;
    padding-top: 7px;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.copy-custom h3 {
    color: #343538;
    font-size: 30px;
}
.copy-custom h3 span {
    padding-left: 30px;
    font-size:21px;

}
.copy-custom p {
    color: #737680;
    padding-top:20px;
}
.copy-custom {
    padding-bottom:100px;
}
.quote h4 {
    font-size: 50px;
    text-align:center;
    color: #fff;
    text-transform: uppercase;
}
.quote input {
    width: 100%;
    padding: 10px 17px;
    background: #fff;
    margin: 7px 7px 7px 0px;
}
.quote input[type="text"]::placeholder, .quote input[type="email"]::placeholder, .quote input[type="phone"]::placeholder {
    color: #787281;
    opacity: 0.5; /* Firefox */
    text-transform: uppercase;
}
.quote textarea {
    margin: 7px 7px 7px 0px;
    padding: 10px 17px;
    height: 171px;
    width: 100%;
    resize: none;
}
.quote input[type="submit"] {
    margin-top: 2px;
    text-transform: uppercase;
    color: #393D47;
    font-weight: bold;
    background: #E4E4E4;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;  
}
.quote input[type="submit"]:hover {
    background: #393D47;
    color: #E4E4E4;
}
.object-fit-width100 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p10 {
    padding: 10px;
}
.slider-nav {
    width:90%
}
.slider-for .slick-next {
    right: 25px;
    transform: translate(-100%, -50%);
}
.slider-for .slick-prev {
    left: 25px;
    z-index: 10;
}
.slider-for .slick-prev:before {
    background-image: url('../img/sliderArrowRightW.jpg');
    background-size: 50px 50px;
    display: inline-block;
    width: 50px; 
    height: 50px;
    content:"";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slider-for .slick-next:before {
    background-image: url('../img/sliderArrowRightW.jpg');
    background-size: 50px 50px;
    display: inline-block;
    width: 50px; 
    height: 50px;
    content:"";
}
.slider-nav .slick-next {
    right: -5%;
    transform: translate(-100%, -50%);
    top: 37%;
}
.slider-nav .slick-prev {
    left: -6%;
    z-index: 10;
    top: 37%;
}
.slider-nav .slick-prev:before {
    background-image: url('../img/sliderArrowRight.jpg');
    background-size: 50px 50px;
    display: inline-block;
    width: 50px; 
    height: 50px;
    content:"";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slider-nav .slick-next:before {
    background-image: url('../img/sliderArrowRight.jpg');
    background-size: 50px 50px;
    display: inline-block;
    width: 50px; 
    height: 50px;
    content:"";
}
/* CUSTOM HOMES END  */


/* PAST COMMUNITIES  START */

.past-community img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.past-community h4 {
    font-size: 28px;
    color: #393D47;
    margin-top: 30px;
    margin-bottom: 20px;
}
.past-community p {
    color: #393D47;
    font-size: 14px;
}
.past-community {
    margin-bottom: 50px ;
}
.top-banner-past {
    background-image: url('../img/pastBG.jpg') ;
    background-position: center ;
}
/* PAST COMMUNITIES END  */

/* MEDIA  */
@media screen and (max-width: 1200px) {
    /* COMMUNITY PAGE 1200px  */
    .model-info span {
        padding-right: 27px;
    }
    .i-am-interested {
        padding: 10px 3px;
        max-width: max-content;
    }
    /* COMMUNITY PAGE END  */

    /* MENU START 1200px */  
    .topnav a {
        font-size: 14px;
    }
    .dropdown-custom .dropbtn{
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px) {
    /* HOME PAGE 1024px */

    .top-banner-copy h1 {
        font-size:120px;
    }
    .img1BG .light-white-bg h3 {
        font-size:45px;
    }
    .img5BG .light-white-bg h3 {
        font-size:45px;
    }
    .img2BG .light-white-bg h3 {
        font-size: 45px;
    }
    .img3BG .light-white-bg h3 {
        font-size: 45px;
    }
    .img4BG .light-white-bg h3 {
        font-size: 45px;
    }
    /* HOME PAGE END 1024px */

    /* INVENTORY PAGE 1024px  */
    .top-banner-inventory .top-banner-copy h1 {
        font-size: 70px;
        color: #fff;
        font-family: proxima-nova, sans-serif;
        line-height: 80px;
    }
    /* END INVENTORY PAGE  1024px */
}
@media screen and (max-width: 991px) {

    .reg-popup {
        width: 100%;
    }
    .reg-popup-in .registration {
        min-width: 100%;
        max-width: fit-content;
    }
    .more991 {
        display: none;
    }
    .less991 {
        display: block;
    }
    /* MENU START 991px */  
    /* .topnav a {
        font-size: 13px;
    }
    .dropdown-custom .dropbtn {
        font-size: 13px;
    } */
    .navLogo img {
        max-width: 125px;
    }

    .topnav {
        padding-top: 28px;
    }
    .topnav a {
        font-size: 11px;
        padding: 14px 13px;
    }
    .dropdown-custom .dropbtn{
        font-size: 11px;
        padding: 14px 13px;
    }
    /* MENU END 991px */

    /* FOOTER START 991px */

    .footer .container .row {
        text-align:center;
    }
    .footer .lightgray-btn {

        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .footer .logo img {
        margin-bottom: 30px;
    }
    /* FOOTER END 991px */

    /* HOME PAGE 991px */
    .community-filter-element, .community-filter-element-sizer {
        width: 49.999%;
    }
    .inventory .center-400 {
        padding: 15px;
    }
    /* HOME PAGE END 991px */

    /* INVENTORY PAGE 991px  */
    .top-banner-inventory .top-banner-copy h1 {
        font-size: 60px;
        color: #fff;
        font-family: proxima-nova, sans-serif;
        line-height: 70px;
    }
    /* END INVENTORY PAGE  991px */

    /* CUMMINITY PAGE  991*/
    .registration {
        min-width: 750px;
    }
    .map-buttons {
        display: none;
    }
    .map_select_mob {
        display: block;
    }
    .map_select_mob select.map_cat_mobile{
        margin: 10px;
        border-radius: 0;
        padding: 3px;
        background: #f7f7f7;
        border: 1px solid #d8d8d8;
    }
    .map_select_mob select.map_cat_mobile option{
        background: #e2e2e2;
    }
    .i-am-interested {
        padding: 10px 15px;
    }
    .model-info-container img {
        width: 20%;
    }
    .model-info span {
        display: block;
    }
    .sliderfloors img {
        max-width: 500px;
    }
    /* END COMMUNITY PAGE  991 */



    /* DESIGN AND SERVICE PAGE 991px  */

    .mobileorder1 {
        order: 1;
    }
    .mobileorder2 {
        order: 2;
    }

    /* END  DESIGN AND SERVICE PAGE 991px */
}
@media screen and (max-width: 767px) {

    .show767 {
        display: block;
    }
    .hide767 {
        display: none;
    }
    .reset-mob {
        position: relative !important;
        top: unset !important;
        left: unset !important;
        width: 100% !important;
        height: unset !important;
    }
    p.reset-mob {
        position: relative !important;
        font-size: 14px !important;

        bottom: 20px !important;
        left: 5px !important;
    }
    /* MENU START 767px */
    #menuIcon {
        display: block;
    }
    .mobile-position {
        position: absolute;
        top: 55%;
        left: 10%;
        transform: translateY(-50%);
        max-height: 70vh;
        overflow: scroll;
    }
    .topnav a {
        color: #fff !important;
        font-size: 18px;
    }
    .topnav a.active {
        color: #E0E3E4 !important;
    }
    .custom-menu {
        background-color: #393D47;
    }
    .navLogo {
        z-index: 110;
        position: relative;
    }
    .dropdown-custom .dropbtn {
        color: #fff;
        font-size: 18px;
    }
    .hamburger {
        position: fixed;
        top: 25px;
        right: 25px;
        z-index: 80;
    }
    .dropdown-custom-content {
        background-color: #393d47;
        box-shadow: none;
    }
    .topnav a:hover, .dropdown-custom:hover .dropbtn {
        background-color: #393d47;
    }
    .dropbtn {
        transition: all 0.5s ease-in-out;
    }
    .responsive .hamburger {
        -webkit-transform:translateY(-30px);
        -moz-transform:translateY(-30px);
        transform:translateY(-30px);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .animateDropdown {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }

      
    @keyframes slideInDropdown {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform:translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    }
    
    @-webkit-keyframes slideInDropdown {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
    }
      
    .slideInDropdown {
        -webkit-animation-name: slideInDropdown;
        animation-name: slideInDropdown;
    }
    .custom-menu .responsive {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #393D47;
        -webkit-transform:translateY(30px);
        -moz-transform:translateY(30px);
        transform:translateY(30px);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .hamburger:focus {
        outline: 0;
    }
    .topnav a:not(:first-child), .dropdown-custom .dropbtn {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav.responsive .dropdown-custom {float: none;}
    .topnav.responsive .dropdown-custom-content {position: relative;}
    .topnav.responsive .dropdown-custom .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
    .dropdown-custom-content.animateDropdown.slideInDropdown.to-capcase {
        display: block;
        margin-left: 20px;
    }
    /* MENU END 767px */

    /* CONTACT PAGE 767px */

    .contact-h3 {
        font-size: 30px !important;
    }

    /* CONTACT PAGE END 767px */

    /* HOME PAGE 767px */

    .community-filter-element, .community-filter-element-sizer {
        width: 99.99%;
    }
    .flip-card-back {
        display: none;
    }
    .no-front .flip-card {
        display: none;
    }
    .max-width50vw {
        max-width: 100vw;
    }
    .gridFor2 {
        grid-template-columns: 1fr;
    }
    .mobileOrder2 {
        order: 2;
    }
    .inventory .max-width50vw {
        height: 500px;
    }
    .top-banner-copy h1 {
        font-size: 90px;
        line-height: 100px;
    }
    .item-filter-mobile select{
        display: block;
        font-size: 16px;
        font-family: sans-serif;
        font-weight: 700;
        color: #662047;
        line-height: 1.3;
        padding: .6em 1.4em .5em .8em;
        width: 98%;
        max-width: 98%;
        box-sizing: border-box;
        margin: 0;
        border-radius: 0;
        border: 0;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background-color: #E4E4E4;
        text-transform: uppercase;
        background-image: url('../img/select-arrow.png');
        background-repeat: no-repeat, repeat;
        background-position: right .7em top 50%, 0 0;
        background-size: .65em auto, 100%;
        text-align: center;
        text-align-last: center;
    }
    .item-filter-mobile select::-ms-expand {
        display: none;
    }
    .item-filter-mobile select:hover {
        border-color: #888;
    }
    .item-filter-mobile select:focus {
        border-color: #aaa;
        box-shadow: 0 0 0 3px -moz-mac-focusring;
        color: #222; 
        outline: 0;
    }
    .item-filter-mobile select option {
        font-weight:normal;
        text-align: center;
    }
    /* END HOME PAGE 767px */

    /* INVENTORY PAGE 767px  */
    .top-banner-inventory .top-banner-copy h1 {
        font-size: 50px;
        color: #fff;
        font-family: proxima-nova, sans-serif;
        line-height: 60px;
    }
    /* END INVENTORY PAGE  767px */


    /* CUSTOM HOMES PAGE 767px  */
    .copy-custom h3 span {
        display: block;
        padding-left: 0;
    }
    /* END CUSTOM HOMES PAGE 767px  */
    /* CUMMINITY PAGE  767px*/
    .registration {
        min-width: 100%;
    }
    .top-banner.with-registration {
        min-height: 1000px;
    }
    .form-left, .form-right {
        width: 100%;
    }
    .sliderfloors img {
        max-width: 400px;
    }
    .sliderfloors .slider-dots li {
        padding: 9px;
        font-family: proxima-nova, sans-serif;
        text-align: center;
        display: block;
    }
    .sliderfloors .slick-list {
        padding-top: 150px;
    }
    .btnsfloorplans a {
        display: block;
        margin: 10px 0;
    }
    /* END COMMUNITY PAGE 767px */
}
@media screen and (max-width: 600px) {
    /* HOME PAGE 600px */
    
    .top-banner-copy h1 {
        font-size: 70px;
        line-height: 80px;
    }

     /* END HOME PAGE 600px */
}

@media screen and (max-width: 500px) {

    /* HOME PAGE 500px */

    .top-banner-copy h1 {
        font-size: 60px;
        line-height: 70px;
    }

    /* END HOME PAGE 500px */

    /* CUMMINITY PAGE  500px*/
    .top-banner-copy.community-logo {
        top: 25%;
    }
    .height-of-screen {
        height: 340px;
        min-height: unset;
    }
    .view-floorplans {
        font-size: 50px;
    }
    .sliderfloors img {
        max-width: 300px;
    }
    .all-communities {
        font-size: 50px;
    }
    .find-your-home h3 {
        font-size: 40px;
    }
    .inventory h3 {
        font-size: 50px;
    }
    .img4BG .light-white-bg h3 {
        font-size: 35px;
    }

    /* END COMMUNITY PAGE 500px */


    /* DESIGN AND SERVICE PAGE 500px  */


    .your-style h3 {
        font-size: 50px;
        color: #393D47;
    }
    .view-floorplans, .customer-service, .perfect-picture h2, .experience h3, .artists h2 {
        font-size: 50px;
    }
    .slider-testemonials h4 {
        font-size: 25px;
    }

    /* END  DESIGN AND SERVICE PAGE 500px */

}
@media screen and (max-width: 450px) {

    /* HOME PAGE 450px */

    .top-banner-copy h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .pride h2 {
        font-size: 45px;
    }
    .inventory h3 {
        color: #fff;
        text-transform: uppercase;
        font-size: 45px;
        text-align: left;
        line-height: 1;
    }
    /* END HOME PAGE 450px */
    /* INVENTORY PAGE 991px  */
    .top-banner-inventory .top-banner-copy h1 {
        font-size: 45px;
        color: #fff;
        font-family: proxima-nova, sans-serif;
        line-height: 50px;
    }
    /* END INVENTORY PAGE  991px */
}
@media screen and (max-width: 414px) {

    /* OVERALL */
    .lightgray-btn {
        padding: 10px 10px;
    }
    .img1BG .light-white-bg, .img2BG .light-white-bg, .img3BG .light-white-bg, .img4BG .light-white-bg, .img5BG .light-white-bg  {
        padding: 30px;
    }

    /* CUMMINITY PAGE  414px*/
    .top-banner.with-registration{
        background-size: 218% 50%;
        position: relative;
    }
    .sliderfloors img {
        max-width: 250px;
    }
     /* END CUMMINITY PAGE  414px*/
}
@media screen and (max-width: 400px) {
    /* CUMMINITY PAGE  400px*/
    .img4BG .light-white-bg h3 {
        font-size: 30px;
    }
    .all-communities {
        font-size: 40px;
    }
     /* END CUMMINITY PAGE  400px*/
}
@media screen and (max-width: 350px) {
    .reg-popup .registration h4 {
        font-size: 20px;
    }
    .reg-popup-in .registration {
        padding: 10px;
    }
    .img1BG .light-white-bg, .img2BG .light-white-bg, .img3BG .light-white-bg, .img4BG .light-white-bg, .img5BG .light-white-bg  {
        padding: 15px;
    }
    .view-floorplans {
        font-size: 40px;
    }
    .img5BG .light-white-bg h3 {
        font-size: 34px;
    }
}


/** add video **/
.videoPicasso{
    /* display: none; */
}
.videoPicasso video{
    width: 100%;
    height: 100%;
    margin: 0;
    margin-bottom:-6px;
    padding: 0;
}

/** add iframe **/
.videoPicasso{
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.videoPicasso iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
