@import url('https://fonts.googleapis.com/css?family=Oswald:300,400');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');

@font-face {
    font-family: 'Chronicle Text G1';
    src: url('../fonts/chron_roman/ChronicleTextG1-Roman.eot');
    src: url('../fonts/chron_roman/ChronicleTextG1-Roman.eot?#iefix') format('embedded-opentype'),
    url('../fonts/chron_roman/ChronicleTextG1-Roman.woff') format('woff'),
    url('../fonts/chron_roman/ChronicleTextG1-Roman.ttf') format('truetype'),
    url('../fonts/chron_roman/ChronicleTextG1-Roman.svg#ChronicleTextG1-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Chronicle Text G1', sans-serif;
    background-color: #f4f4f4;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    color: #222222;
    overflow: hidden;
}

* {
    outline: none !important;
}

.preloader-outer {
    display: none;
}

.site-preload-wrap {
    background: #ffffff repeat;
    background-size: auto 100%;
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1100;
}

#Stage {
    margin: 0 auto;
}

.load_status {
    display: none;
}

.preload-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 60px;
}

.preload-inner img {
    width: 200px;
}

.preload-animation {
    width: 100% !important;
    height: auto !important;
    display: block;
    background-color: rgba(255, 255, 255, 0.00);
}

.site_preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1200;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hide_loader {
    opacity: 0;
    visibility: hidden;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    z-index: 0;
}

.site_loaded {
    overflow-y: auto !important;
}

.site_loaded.modal-open {
    overflow: hidden !important;
}

.site-wrapper {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

h1, h2, h3 {
    margin: 0 0 20px 0;
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
    color: #111111;
}

a:hover, a:focus {
    color: #000000;
}

.main-header-cont {
    padding: 20px;
    background-color: rgba(255, 255, 255, 1.00);
}

.head-logo-wrap {
    text-align: center;
}

.weather-wrap {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin: 7px 0;
}

.wether-inner {
    position: relative;
    display: inline-block;
    padding: 12px 0 10px 44px;
}

.wether-inner:before {
    content: "";
    background: url(../img/cloud-icon.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    z-index: 0;
}

.temp-deg {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 10px;
    top: -0.8em;
    padding-left: 1px;
}

.brand-logo {
    display: inline-block;
}

.brand-logo img {
    width: 140px;
}

.top-social-wrap {
    text-align: right;
    padding: 18px 0;
}

.head-apply-link {
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
}

.apply-btn-fix {
    position: fixed;
    top: 17px;
    right: 20px;
    z-index: 100;
}

.main-nav-wrap {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.60);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-toggle {
    margin: 14px;
}

.navbar-brand {
    float: left;
    padding: 4px 20px;
    line-height: 20px;
    height: auto;
    position: absolute;
    display: none;
}

.navbar-brand img {
    width: 130px;
    height: 54px;
}

.navbar {
    min-height: auto;
}

.navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;
    text-align: center;
}

.navbar-collapse {
    line-height: normal;
}

.navbar-nav {
    display: inline-block;
    float: none;
    margin: 0;
}

.main-nav-wrap .navbar-nav {
}

.main-nav-wrap .navbar-nav li {
}

.main-nav-wrap .navbar-nav li a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #000000;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: none;
    border-color: #000 !important;
    color: #000;
}

.navbar-nav > li a .caret {
    display: none;
}

.navbar .dropdown-menu {
    min-width: auto;
    padding: 0;
    width: 100%;
    border-color: #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar .dropdown-menu li {
    width: 100% !important;
    margin: 0 !important;
}

.navbar .dropdown-menu li + li {
    border-top: #000 1px solid;
}

.navbar .dropdown-menu li a {
    text-align: center;
    width: 100%;
    display: block;
    border: none;
    padding: 7px !important;
}

.top-banner-cont {
    position: relative;
    display: table;
    width: 100%;
    height: 100vh;
    background-image: url(../img/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 40%;
}

.kingsley-img {
    position: absolute;
    top: 9%;


}

.top-banner-cont:before {
    background: #000000;
    content: "";
    position: absolute;
    width: 2px;
    top: 62px;
    left: 50%;
    height: 20%;
}

.top-banner-cont:after {
    background: #000000;
    content: "";
    position: absolute;
    width: 2px;
    left: 50%;
    bottom: 0;
    height: 28%;
}

.banner-content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.banner-content h2 {
    margin: 0 0 30px 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 8px;
}

.banner-content img {
    width: 650px;
    max-width: 100%;
    padding: 0 40px;
}

.banner-content p {
    margin: 30px 0 0 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 8px;
}

.plans-section-wrap {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-inner-cont {
    margin: 300px 0;
    padding: 40px 20px;
    border-top: #000000 2px solid;
    border-bottom: #000000 2px solid;
    background-color: #f4f4f4;
}

.walking-girl-wrap {
    padding: 20px 0 0 20px;
}

.walking-girl-wrap img.walking-girl-img {
    width: 100%;
}

.sea-wave-img {
    position: relative;
    left: 16%;
}

.right-img-wrap {
    text-align: right;
    position: relative;
    min-height: 200px;
}

.vim-video-wrap {
    position: absolute;
    right: 0;
    width: 380px;
}

.couple-walk-img {
    margin-top: 240px;
    padding-right: 10vw;
}

.night-img-wrap {
    position: absolute;
    width: 100%;
    top: 34%;
}

.man-bicycle-wrap {
    position: relative;
    bottom: 0;
    width: 100%;
    display: table;
    top: -167px;
}

.round-txt1 {
    position: absolute;
    top: 25%;
    left: 9%;
    z-index: -1;
}

.finishes-txt-wrap {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
    /*display: table;*/
    margin-top: 200px;
	background-color: #f4f4f4;
	padding: 20px 30px 20px 0;
}

.finishes-title {
    display: table-cell;
}

.finishes-title h4 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    transform: rotate(-90deg);
    margin: 0;
    padding: 0;
    font-size: 18px;
    letter-spacing: 4px;
    position: relative;
    top: 44px;
}

.finishes-txt {
    display: table-cell;
    vertical-align: top;
}

.finishes-txt ul {
    margin: 0;
    padding: 0;
}

.finishes-txt ul li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

.floorplan-plugin-inner {
    background-color: #eaeaea;
}

.plans-section-wrap:before {
    background: #000000;
    content: "";
    position: absolute;
    width: 2px;
    top: 0;
    left: 50%;
    bottom: 0;
    height: 100%;
    z-index: -10;
}

.plans-section-wrap h2 {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 4px;
}

.plans-section-wrap h3 {
    text-align: center;
    /*font-style: italic;*/
    font-size: 16px;
}

.plans-section-wrap hr {
    border-top: #bddbe0 3px dotted;
    width: 148px;
    margin: 40px auto;
}

.plans-section-wrap p {
    text-align: center;
    margin: 0;
    font-weight: normal;
}

.plans-content-wrap {
    border-left: #000 2px solid;
    border-right: #000 2px solid;
    margin: 16vmin 14vmin;
    padding: 4vmin 6vmin;
    background-color: #f4f4f4;
    z-index: 1;
    position: relative;
}

.floating-img {
    position: absolute;
}

.section-title-wrap {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.section-title-wrap:before {
    background: #000000;
    content: "";
    position: absolute;
    width: 2px;
    top: 0;
    left: 50%;
    bottom: 0;
    height: 100%;
    z-index: 0;
}

.section-title-wrap h1 {
    margin: 140px 0;
    line-height: 1;
    position: relative;
}

.section-title-wrap span {
    position: absolute;
    left: 20px;
    top: 5px;
    text-align: left;
    font-weight: 400;
    /*color: #bddbe0;*/
    /* Accessibility change */
    color: #222222;
}

.section-title-wrap small {
    position: relative;
    background-color: #f4f4f4;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
    padding: 2.1vmin 8vmin 2vmin 8vmin;
    font-size: 18px;
    letter-spacing: 3px;
    color: #333333;
    z-index: 1;
}

.floorplan-plugin-wrap {
    text-align: center;
}

.amenities-wrap {
    text-align: center;
    position: relative;
}

.amenities-wrap:before {
    background: #000000;
    content: "";
    position: absolute;
    width: 2px;
    top: 0;
    left: 50%;
    bottom: 0;
    height: 100%;
    z-index: -10;
}

.amenities-grid-wrap {
    background-color: #f4f4f4;
}

.custom-col-5 {
    background-color: #f4f4f4;
    position: relative;
    min-height: 1px;
    float: left;
    width: calc(20% - 6px);
    margin: 0 3px;
}

.amenities-grid-wrap .col-md-3, .amenities-grid-wrap .col-sm-6 {
    padding: 0 3px;
    background-color: #f4f4f4;
}

.grid-col-inner {
    background-color: #d1d2d4;
}

.amenities-grid-wrap .blank-grid-col, .amenities-grid-wrap .blank-grid-col .grid-col-inner {
    background-color: transparent;
}

.grid-title-wrap {
    overflow: hidden;
    display: table;
    width: 100%;
}

.grid-title {
}

.grid-title h1 {
    display: inline-block;
    margin: 0;
    background-color: #f4f4f4;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
    padding: 24px 0;
}

.grid-title h1 small {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #000000;
    display: block;
    letter-spacing: 3px;
    margin-bottom: 12px;
    line-height: 30px;
}

.grid-title h1 p {
    display: block;
    margin: 0;
    font-size: 20px;
    /*font-style: italic;*/
}

.grid-col-inner {
    background: no-repeat 50%;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    cursor: initial;
}

.grid-col-inner:before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    background: url("/wp-content/themes/pierside/assets/img/round-plus-ico.svg") no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.grid-col-inner img {
    width: 100%;
}

.p0 {
    padding: 0 !important;
}

.amenity-col-overly {
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.amenity-col-overly:before {
    content: "";
    background: url(../img/amenities-col-overly-bg.png) repeat-x;
    background-size: 1px 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.amenity-overly-inner {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.amenity-col-content {
    display: table-cell;
    vertical-align: middle;
}

.amenity-col-overly h1.amcol-title {
    font-family: 'Oswald', sans-serif;
    color: rgba(255, 255, 255, 0.80);
    font-size: 6vw;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.amenity-col-overly p.amcol-txt {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #222222;
    padding: 20px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin: 0;
}

.amenity-col-overly p.amcol-txt:before {
    content: "";
    border-top: #fff 2px dotted;
    position: absolute;
    width: 40%;
    left: 30%;
    top: 0;
    height: 2px;
    z-index: 0;
}

.amenity-col-overly p.amcol-txt:after {
    content: "";
    border-top: #fff 2px dotted;
    position: absolute;
    width: 40%;
    left: 30%;
    bottom: 0;
    height: 2px;
    z-index: 0;
}

/*--------------------------------------
	  Amenities Col Hover
--------------------------------------*/

.grid-col-inner:hover:before {
    opacity: 0;
    visibility: hidden;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.grid-col-inner:hover .amenity-col-overly {
    opacity: 1;
    visibility: visible;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

/*--------------------------------------
	  Amenities Col Hover
--------------------------------------*/

.neighborhood-wrap {
    text-align: center;
    position: relative;
}

.neighborhood-wrap:before {
    background: #000000;
    content: "";
    position: absolute;
    width: 2px;
    top: 0;
    left: 50%;
    bottom: 0;
    height: 100%;
    z-index: -10;
}

.neighbor-banner-wrap {
    min-height: 100vh;
    background: url(../img/neighbor-bg.jpg) no-repeat 50%;
    background-size: cover;
    text-align: center;
}

.neighbor-banner-wrap .banner-content {
    display: block;
    padding: 150px 0;
    position: relative;
}

.neighbor-banner-wrap .banner-content:before {
    background: #000000;
    content: "";
    position: absolute;
    width: 2px;
    top: 0;
    left: 50%;
    bottom: 0;
    height: 120px;
    z-index: 0;
}

.neighbor-banner-wrap .banner-content:after {
    background: #000000;
    content: "";
    position: absolute;
    width: 2px;
    left: 50%;
    bottom: 0;
    height: 120px;
}

.neighbor-banner-wrap .banner-content img {
    width: 600px;
    max-width: 100%;
    padding: 0 40px;
}

.neighbor-banner-txt {
    display: inline-block;
    margin: 0 0 500px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
    padding: 2.2vmin 4vmin 2vmin 4vmin;
}

.neighbor-banner-txt small {
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    color: #333333;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.neighbor-banner-txt p {
    display: block;
    font-size: 14px;
    margin: 0;
    /*font-style: italic;*/
}

.neighbor-banner-txt:after {
    background: #000000;
    content: "";
    position: absolute;
    width: 2px;
    left: 50%;
    bottom: 0;
    height: 500px;
}

.neighbor-content-sec {
    padding-top: 100px;
    position: relative;
}

.neighbor-content-sec:before {
    background: #000000;
    content: "";
    position: absolute;
    width: 2px;
    top: 0;
    left: 50%;
    bottom: 0;
    height: 100%;
    z-index: 0;
}

.neighbor-txt-block {
    text-align: center;
}

.neighbor-txt-inner {
    padding: 5vh 3vw;
    border-left: #000000 2px solid;
    border-right: #000000 2px solid;
}

.neighbor-txt-block h2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 4px;
}

.neighbor-txt-block h3 {
    font-size: 16px;
    /*font-style: italic;*/
}

.neighbor-txt-block p {
}

.neighbor-txt-block hr {
    border-top: #bddbe0 3px dotted;
    width: 100px;
}

.neighborimgs-bottom-sec {
    position: relative;
    text-align: center;
    margin-top: 80px;
}

.nbtop-imgs {
    position: relative;
    left: -60px;
}

.girl-on-pier {
}

.neighbor-video-wrap {
    width: 400px;
    display: inline-block;
    position: absolute;
    left: 100px;
    top: 18%;
}

.flying-bird-img {
    position: absolute;
    top: 40%;
    right: 0;
}

.neighbor-bottom-imgs {
    position: relative;
    top: -127px;
}

.neighbor-bottom-imgs img {
    max-width: 100%;
}

.round-txt2 {
    position: absolute;
    right: 4%;
    bottom: 10%;
    z-index: -1;
}

.neighborimgs-bottom-sec:before {
    content: " ";
    display: table;
}

.neighborimgs-bottom-sec:before, .neighborimgs-bottom-sec:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.neighbor-parallax-imgs {
    position: relative;
    margin-top: 60px;
}

.neighbor-parallax-imgs img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
}

.social-wrap {
    text-align: center;
}

.social-grid-wrap {
    border-top: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}

.social-wrap .row {
    margin: 0;
    padding: 0;
}

.social-wrap .col-md-3, .social-wrap .col-sm-6 {
    margin: 0;
    padding: 0;
}

.social-grid-col {
    background: #66635d no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-col-inner {
    display: table;
    width: 100%;
    height: 100%;
    border: rgba(255, 255, 255, 0.00) 12px solid;
}

.social-col-inner:hover {
    border: rgba(255, 255, 255, 0.80) 12px solid;
}

/* ----------- Juicer Embed ----------- */

.juicer-feed .twitter {
    background: #ffffff !important;
}

.juicer-feed.image-grid li.feed-item.words, .juicer-feed.slider li.feed-item.words, .juicer-feed.hip li.feed-item.words {
    border: 1px solid #cccccc !important;
    border-top: none !important;
}

.juicer-feed.image-grid li.feed-item.words .j-text p, .juicer-feed.slider li.feed-item.words .j-text p, .juicer-feed.hip li.feed-item.words .j-text p {
    color: #666666 !important;
}

.juicer-feed.image-grid li.feed-item.words .j-text a, .juicer-feed.slider li.feed-item.words .j-text a, .juicer-feed.hip li.feed-item.words .j-text a {
    color: #666666 !important;
}

/* ----------- Juicer Embed ----------- */

.tpright-btns {
    padding: 0;
    margin: 0;
}

.tpright-btns li {
    display: inline-block;
    border: none;
    margin: 0 8px 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
}

.tpright-btns li:last-child {
    margin: 0;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-tb-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.p-object {
    position: absolute;
}

.gallery-sec-wrap {
}

.gallery-slider-cont {
    position: relative;
    padding-top: 55%;
}

.promo-modal {

}

.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.promo-modal .modal-content {
    background: #f2f2f2 url("/wp-content/themes/pierside/assets/img/pierside-south-popup-bg.png") repeat-x 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
    border: #fff 20px solid;
}

.promo-modal .modal-content .modal-body {
    text-align: center;
    padding: 80px 40px 40px;
}

.promo-modal .modal-content .modal-body img {
    max-width: 100%;
}

.promo-modal .modal-content .modal-body h2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 300;
    font-size: 55px;
}

.promo-modal .modal-content .modal-body p {
    line-height: 1.5;
    font-size: 18px;
    margin: 60px 0;
}

.promo-modal .modal-content .modal-body p.lead-txt {
    display: inline-block;
    position: relative;
    /*font-style: italic;*/
    padding: 20px 0;
    margin: 0;
}

.promo-modal .modal-content .modal-body p.lead-txt:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 50%;
    border-top: #87d0c6 2px dotted;
    border-bottom: #87d0c6 2px dotted;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.btn-close {
    float: none;
    font-size: 24px;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 10px;
    z-index: 1;
}

@media (min-width: 992px) {
    .btn-close {
        top: -45px;
        right: -45px;
    }
}

@media (max-width: 991px) {
    .promo-modal .modal-dialog.modal-lg {
        width: calc(100% - 20px);
    }
}

@media (min-width: 768px) {
    .modal {
        text-align: center;
        padding: 0 !important;
    }

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .promo-modal .modal-content .modal-body p br {
        display: none;
    }
}

.amenity-tabs {
    position: relative;
}

.amenity-tabs .nav-tabs {
    border: none;
    text-align: center;
}

.amenity-tabs .nav-tabs > li {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    float: none;
}

.amenity-tabs .nav-tabs > li + li {
    margin-left: 100px;
}

.amenity-tabs .nav-tabs > li > a {
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    color: #bbb;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.amenity-tabs .nav-tabs > li > a svg path {
    fill: #bbb;
}

.amenity-tabs .nav-tabs > li > a span {
    display: block;
    letter-spacing: 0.4em;
    font-size: 14px;
    margin-top: 8px;
}

.amenity-tabs .nav-tabs > li.active > a {
    color: #000;
}

.amenity-tabs .nav-tabs > li.active > a svg path {
    fill: #000;
}

.amenity-tabs .tab-content .tab-pane {
    padding: 40px 100px 60px;
}

.amenity-tabs .tab-content .tab-pane--no-padding {
    padding: 0;
}

.amenity-tabs .tab-content > .tab-pane {
    display: none;
}

.amenity-tabs .tab-content > .tab-pane.active {
    display: block;
}

.plans-cfg {
    margin-top: 2.5rem;
    padding: 0 1.25rem 2rem;
}

.plans-cfg__frame {
    position: relative;
    width: 100%;
    min-height: 300px;
    height: clamp(300px, 50vh, 600px);
    overflow-y: auto;
}

.plans-cfg__iframe {
    display: block;
    width: 100%;
    min-height: 300px;
    height: clamp(300px, 50vh, 600px);
    border: 0;
}

.amenity-lists-wrap {
    padding: 50px 0 80px;
}

.amenity-lists-wrap h3 {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    border-bottom: #000 1px solid;
    letter-spacing: 0.15em;
    display: inline-block;
    padding-bottom: 15px;
    font-size: 16px;
}

.amenity-lists-wrap ul {
    margin: 0;
    padding: 0;
}

.amenity-lists-wrap ul li {
    list-style: none;
    margin-bottom: 4px;
}

.amenity-fp-wrap {
    position: relative;
}

.amenity-fp-wrap img {
    width: 100%;
}

.fp_overlay {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.fp_unit {
    fill: rgba(0, 0, 0, 0.06);
}

.fp_nmbr {
    cursor: pointer;
}

.southLvl-links {
    position: absolute;
    top: 20px;
    right: 35%;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.southLvl-links.showSunNav {
    opacity: 1;
    visibility: visible;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.southLvl-links li {
    list-style: none;
    line-height: 1.7;
}

.southLvl-links li a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #bbbbbb;
}

.southLvl-links li.active a {
    color: #000000;
}

.foot-contact-cont {
    text-align: center;
    margin-bottom: 50px;
}

.foot-contact-cont .form-control {
    border: #231f20 2px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 52px;
    padding: 10px 20px;
    color: #231f20;
    background-color: #f4f4f4;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 3px;
}

.foot-contact-cont .form-control:focus {
    border-color: #000000;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.foot-contact-cont label {
    display: block;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    color: #231f20;
}

.foot-contact-cont .text-area {
    width: 100%;
    max-width: 100%;
    border: #231f20 2px solid;
    background-color: #f4f4f4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 20px;
    color: #231f20;
    margin-bottom: 20px;
    outline: none !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 4px;
}

.foot-contact-cont .btn-submit {
    background-color: #231f20;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 52px;
    margin-bottom: 40px;
    outline: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    letter-spacing: 4px;
}

.foot-contact-cont .btn-submit:hover {
    background-color: #000000;
}

.foot-contact-cont p {
    font-size: 20px;
    /*font-style: italic;*/
}

.main-footer-cont {
    padding: 0 60px 40px 60px;
}

.foot-social-ico {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.foot-social-ico li {
    display: inline-block;
    margin-right: 4px;
    font-size: 25px;
}

.foot-social-ico li a {
    display: inline-block;
}

.foot-detail-links {
    list-style: none;
    padding: 0;
    margin: 0
}

.foot-detail-links li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.foot-detail-links li span.bullet-icon {
    position: absolute;
    left: 0;
}


.footer-icons-link span {
    display: block;
    margin-bottom: 15px;
}

.footer-icons-link span a {
    outline: none !important;
}

.footer-icons-link a {
    margin-right: 8px;
}

.footer-icons-link a:last-child {
    margin-right: 0;
}

.contact-form-inner {
    padding-top: 40px;
}

.contact-form-confirm {
    min-height: 750px;
    display: none;
    text-align: center;
}

.contact-form-confirm img {
    margin-bottom: 30px;
    width: 650px;
    max-width: 100%;
}

.contact-form-confirm h2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 6px;
    margin-bottom: 30px;
}

.form-confirm-inner {
    display: table-cell;
    vertical-align: middle;
}

.site-by-link {
    font-size: 13px;
    /*font-style: italic;*/
    margin-top: 10px;
}

.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    display: none;
}

.back-to-top a {
    background: rgba(0, 0, 0, 0.30);
    color: #ffffff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    display: inline-block;
}

.back-to-top a:hover {
    background: rgba(0, 0, 0, 0.60);
}

.reg-form-iframe {
    min-height: 880px;
}

.navbar-toggle {
    padding: 9px 8px;
    border: 1px solid #666666;
    border-radius: 1px;
}

.aerial-video-wrap {
    background-color: #000000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}

.aerial-video-wrap iframe,
.aerial-video-wrap video {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
}

.aerial-video-wrap video {
    object-fit: contain;
    background-color: #000000;
}

.aerial-vid-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: rgba(0, 0, 0, 0.00);
    color: #ffffff !important;
    text-align: center;
    z-index: 100;
}

.navbar-right {
    position: absolute;
    top: -64px;
    right: 20px;
}

.navbar-right li {
    margin: 0 !important;
}

.navbar-right li + li {
    margin-left: 8px !important;
}

.navbar-right li a {
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    border: #000 2px solid;
    padding: 8px 15px 7px 15px !important;
}

.navbar-nav li.head-apply-link > a:hover {
    background: #000;
    color: #fff;
}

.main-nav-wrap.affix .navbar-right {
    top: 0;
    right: 15px;
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
}

/*----------------------------------
        Start Plugin styles
----------------------------------*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: hidden;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.animated.visible {
    visibility: visible;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

/*---------------------------------------------
		Gallery Slideshow
---------------------------------------------*/

.home-slideshow-cont .cbp-bislideshow {
    width: auto;
    height: auto;
    top: 40px;
    left: 40px;
    bottom: 40px;
    right: 40px;
    z-index: -1;
    padding: 0;
    margin: 0;
}

.home-slideshow-cont .cbp-bislideshow li {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cbp-bislideshow {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.cbp-bislideshow li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
}

.backgroundsize .cbp-bislideshow li {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.backgroundsize .cbp-bislideshow li img {
    display: none;
}

.cbp-bislideshow li img {
    display: block;
    width: 100%;
}

.cbp-bicontrols {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cbp-bicontrols span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.40);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.cbp-bicontrols span:hover {
    background-color: rgba(0, 0, 0, 0.60);
}

.cbp-bicontrols span.cbp-binext {
    float: right;
}

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
    opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
    display: block;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.affix {
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 1.00);
    -webkit-box-shadow: rgba(0, 0, 0, 0.10) 0 0 15px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.10) 0 0 15px 0;
    box-shadow: rgba(0, 0, 0, 0.10) 0 0 15px 0;
}

/*---------------------------------------------
		Custom Select DropDown
---------------------------------------------*/

select {
    display: none;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #f4f4f4;
    border: #000000 2px solid;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    height: 52px;
    line-height: 51px;
    outline: none;
    padding-left: 20px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    margin-bottom: 20px;
    color: #888888;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 3px;
}

.nice-select:after {
    border-bottom: 2px solid #231f20;
    border-right: 2px solid #231f20;
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #e7ecf2;
    color: #90a1b5;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cdd5de;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #dddddd;
    color: #231f20;
    border-radius: 0;
    box-shadow: 0 0 0 2px rgba(221, 221, 221, 1.00);
    box-sizing: border-box;
    margin-top: 6px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}

.nice-select .option:hover {
    background-color: #eaeaea;
}

.nice-select .option.selected {
    font-weight: bold;
}

code[class*="language-"], pre[class*="language-"] {
    border-radius: 2px;
    color: #445870;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.5;
    -moz-tab-size: 4;
    tab-size: 4;
    text-align: left;
    white-space: pre;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    direction: ltr;
    font-family: Inconsolata, monospace;
    font-size: 13px;
    letter-spacing: 0;
}

/* Code blocks */
pre[class*="language-"] {
    padding: 18px 24px;
    margin: 0 0 24px;
    overflow: auto;
}

:not(pre) > code[class*="language-"], pre[class*="language-"] {
    background: #F6F7F9;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
    padding: 0 2px 1px;
}

.token.comment, .token.prolog, .token.doctype, .token.cdata {
    color: #90a1b5;
}

.token.punctuation {
    color: #999;
}

.namespace {
    opacity: .7;
}

.token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted {
    color: #EC4444;
}

.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted {
    color: #4ABF60;
}

.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string {
    color: #a67f59;
    background: rgba(255, 255, 255, 0.5);
}

.token.atrule, .token.attr-value, .token.keyword {
    color: #55A1FB;
}

.token.function {
    color: #DD4A68;
}

.token.regex, .token.important, .token.variable {
    color: #e90;
}

.token.important, .token.bold {
    font-weight: bold;
}

.token.italic {
    font-style: italic;
}

.token.entity {
    cursor: help;
}

.hdr-ph-ico {
    position: absolute;
    top: 18px;
    right: 90px;
    font-size: 24px;
}

/* QTip Styles ---------------*/

.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0;
}

.qtip-content {
    position: relative;
    padding: 5px;
    overflow: hidden;
    word-wrap: break-word;
    text-align: center;
    width: auto;
    height: auto;
}

.qtip-content img {
    width: 100%;
}

.qtip-default figure {
    position: relative;
}

.qtip-default figure span {
    font-family: 'Oswald', sans-serif;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    font-size: 58px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.qtip-default p {
    text-align: center;
    font-size: 14px;
    margin: 15px 0;
    line-height: 1.2;
}

.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: bold;
}

.qtip-titlebar + .qtip-content {
    border-top-width: 0 !important;
}

.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    cursor: pointer;
    outline: medium none;
    border: 1px solid transparent;
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
    top: 16px;
}

.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr;
}

.qtip-icon,
.qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    color: inherit;
    background: transparent none no-repeat -100em -100em;
}

.qtip-default {
    border: #000 1px solid;
    background-color: #ffffff;
    color: #000000;
    width: 220px;
    height: auto;
    text-align: center;
}

.qtip-default .qtip-titlebar {
    background-color: #FFEF93;
}

.qtip-default .qtip-icon {
    border-color: #CCC;
    background: #F1F1F1;
    color: #777;
}

.qtip-default .qtip-titlebar .qtip-close {
    border-color: #AAA;
    color: #111;
}

.qtip-light {
    background-color: white;
    border-color: #E2E2E2;
    color: #454545;
}

.qtip-light .qtip-titlebar {
    background-color: #f1f1f1;
}

.qtip-dark {
    background-color: #505050;
    border-color: #303030;
    color: #f3f3f3;
}

.qtip-dark .qtip-titlebar {
    background-color: #404040;
}

.qtip-dark .qtip-icon {
    border-color: #444;
}

.qtip-dark .qtip-titlebar .ui-state-hover {
    border-color: #303030;
}

.qtip-cream {
    background-color: #FBF7AA;
    border-color: #F9E98E;
    color: #A27D35;
}

.qtip-cream .qtip-titlebar {
    background-color: #F0DE7D;
}

.qtip-cream .qtip-close .qtip-icon {
    background-position: -82px 0;
}

.qtip-red {
    background-color: #F78B83;
    border-color: #D95252;
    color: #912323;
}

.qtip-red .qtip-titlebar {
    background-color: #F06D65;
}

.qtip-red .qtip-close .qtip-icon {
    background-position: -102px 0;
}

.qtip-red .qtip-icon {
    border-color: #D95252;
}

.qtip-red .qtip-titlebar .ui-state-hover {
    border-color: #D95252;
}

.qtip-green {
    background-color: #CAED9E;
    border-color: #90D93F;
    color: #3F6219;
}

.qtip-green .qtip-titlebar {
    background-color: #B0DE78;
}

.qtip-green .qtip-close .qtip-icon {
    background-position: -42px 0;
}

.qtip-blue {
    background-color: #E5F6FE;
    border-color: #ADD9ED;
    color: #5E99BD;
}

.qtip-blue .qtip-titlebar {
    background-color: #D0E9F5;
}

.qtip-blue .qtip-close .qtip-icon {
    background-position: -2px 0;
}

.qtip-shadow {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.qtip-rounded .qtip-titlebar {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.qtip-youtube {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 3px #333;
    -moz-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
    color: white;
    border: 0 solid transparent;
    background: #4A4A4A;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
    background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
    background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
    background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
    background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%);
}

.qtip-youtube .qtip-titlebar {
    background-color: #4A4A4A;
    background-color: rgba(0, 0, 0, 0);
}

.qtip-youtube .qtip-content {
    font: 12px arial, sans-serif;
    padding: .75em;
}

.qtip-youtube .qtip-icon {
    border-color: #222;
}

.qtip-youtube .qtip-titlebar .ui-state-hover {
    border-color: #303030;
}

.qtip-jtools {
    background: #232323;
    background: rgba(0, 0, 0, 0.7);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
    background-image: -moz-linear-gradient(top, #717171, #232323);
    background-image: -webkit-linear-gradient(top, #717171, #232323);
    background-image: -ms-linear-gradient(top, #717171, #232323);
    background-image: -o-linear-gradient(top, #717171, #232323);
    border: 2px solid #ddd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 12px #333;
    -moz-box-shadow: 0 0 12px #333;
    box-shadow: 0 0 12px #333;
}

.qtip-jtools .qtip-titlebar {
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}

.qtip-jtools .qtip-content {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
    background: transparent;
    color: white;
    border: 0 dashed transparent;
}

.qtip-jtools .qtip-icon {
    border-color: #555;
}

.qtip-jtools .qtip-titlebar .ui-state-hover {
    border-color: #333;
}

.qtip-cluetip {
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    background-color: #D9D9C2;
    color: #111;
    border: 0 dashed transparent;
}

.qtip-cluetip .qtip-titlebar {
    background-color: #87876A;
    color: white;
    border: 0 dashed transparent;
}

.qtip-cluetip .qtip-icon {
    border-color: #808064;
}

.qtip-cluetip .qtip-titlebar .ui-state-hover {
    border-color: #696952;
    color: #696952;
}

.qtip-tipsy {
    background: black;
    background: rgba(0, 0, 0, .87);
    color: white;
    border: 0 solid transparent;
    font-size: 11px;
    font-family: 'Lucida Grande', sans-serif;
    font-weight: bold;
    line-height: 16px;
    text-shadow: 0 1px black;
}

.qtip-tipsy .qtip-titlebar {
    padding: 6px 35px 0 10px;
    background-color: transparent;
}

.qtip-tipsy .qtip-content {
    padding: 6px 10px;
}

.qtip-tipsy .qtip-icon {
    border-color: #222;
    text-shadow: none;
}

.qtip-tipsy .qtip-titlebar .ui-state-hover {
    border-color: #303030;
}

.qtip-tipped {
    border: 3px solid #959FA9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #F9F9F9;
    color: #454545;
    font-weight: normal;
    font-family: serif;
}

.qtip-tipped .qtip-titlebar {
    border-bottom-width: 0;
    color: white;
    background: #3A79B8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
    background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}

.qtip-tipped .qtip-icon {
    border: 2px solid #285589;
    background: #285589;
}

.qtip-tipped .qtip-icon .ui-icon {
    background-color: #FBFBFB;
    color: #555;
}

.qtip-bootstrap {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding: 1px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.qtip-bootstrap .qtip-titlebar {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.qtip-bootstrap .qtip-titlebar .qtip-close {
    right: 11px;
    top: 45%;
    border-style: none;
}

.qtip-bootstrap .qtip-content {
    padding: 9px 14px;
}

.qtip-bootstrap .qtip-icon {
    background: transparent;
}

.qtip-bootstrap .qtip-icon .ui-icon {
    width: auto;
    height: auto;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
    filter: none;
    -ms-filter: none;
}

.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
}

:-o-prefocus,
.qtip .qtip-tip {
    visibility: hidden;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
    position: absolute;
    color: #123456;
    background: transparent;
    border: 0 dashed transparent;
}

.qtip .qtip-tip canvas {
    display: none;
    top: 0;
    left: 0;
}

.qtip .qtip-tip .qtip-vml {
    behavior: url(#default#VML);
    display: inline-block;
    visibility: visible;
}

#qtip-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#qtip-overlay.blurs {
    cursor: pointer;
}

#qtip-overlay div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.qtipmodal-ie6fix {
    position: absolute !important;
}

/*QTip Styles end ------------*/

.footer-container {
    display: none !important;
}

#modalHelper {
    display: none !important;
    height: 0 !important
}

/*Css Tooltip Styles end ------------*/

.disclaimer--text__tooltip {
    position: relative;
    font-family: 'Oswald', sans-serif;
    color: #000000;
    opacity: 1;
    text-decoration: underline !important;
    display: unset;
}

.disclaimer--text__tooltip:before,
.disclaimer--text__tooltip:after {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.disclaimer--text__tooltip:after {
    border-right: 6px solid transparent;
    border-top: 6px solid #000000f0;
    border-left: 6px solid transparent;
    content: '';
    height: 0;
    bottom: 24px;
    right: 20px;
    width: 0;
}

.disclaimer--text__tooltip:before {
    background: #000000f0;
    border-radius: 2px;
    color: #fff;
    content: attr(data-title);
    font-size: 14px;
    padding: 10px;
    width: 280px;
    text-align: center;
    font-weight: lighter;
    bottom: 30px;
    right: 0;
}

/* the animations */

.disclaimer--text__tooltip.fade:after,
.disclaimer--text__tooltip.fade:before {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;

    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);

}

.disclaimer--text__tooltip.fade:hover:after,
.disclaimer--text__tooltip.fade:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.gallery__tour--outer {
    position: relative;
}

.gallery__tour--inner {
    background: #cccccc;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.nav.gt_nav {
    position: absolute;
    display: flex;
    top: 3rem;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav.gt_nav li {
    list-style: none;
}

.nav.gt_nav li + li {
    margin-left: 1rem;
}

.nav.gt_nav li a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    min-width: 140px;
    color: #ffffff;
    border: #ffffff 2px solid;
    letter-spacing: 0.1em;
    padding: 8px 16px !important;
    font-size: 13px;
}

.nav.gt_nav li.active a,
.nav.gt_nav li a:hover {
    background: #ffffff;
    color: #000000;
}

.gallery__tour--inner .tab-content {
    width: 100%;
    height: 100%;
}

.gallery__tour--inner .tab-content .tab-pane {
    width: 100%;
    height: 100%;
}

.gall_tab-pan {
    position: relative;
    width: 100%;
    height: 100%;
}

.virtual_tour-iframe {
    border: none;
    width: 100%;
    height: 100%;
}

/* Slick Slider ---------- */

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    height: 100%;
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left;
    height: 100%;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

#ptGallery {
    height: 80%;
}

#ptGallery .item {
    background-color: #dddddd;
    padding: 80px 0;
    color: #FFF;
    text-align: center;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

#ptThumbs {
    height: 20%;
    padding: 8px 4px;
    background: #ffffff;
}

#ptThumbs .owl-item .item {
    margin: 0 4px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    transition: all 0.3s linear;
}

#ptThumbs .owl-item .item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#ptThumbs .item {
    background-color: #dddddd;
    text-align: center;
    cursor: pointer;
    height: 100%;
}

#ptThumbs .item h1 {
    font-size: 18px;
}

#ptThumbs .synced .item {
    background-color: #dddddd;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

#ptThumbs .synced .item:before {
    background: rgba(255, 255, 255, 0);
}

.photo__tour--gallery {
    width: 100%;
    height: 100%;
}

.photo__tour--gallery .owl-buttons {
    position: absolute;
    width: 100%;
    top: 50%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.photo__tour--gallery .owl-prev,
.photo__tour--gallery .owl-next {
    width: 50px;
    height: 50px;
    background-image: url(../img/angle_arrow.svg);
    background-color: rgba(0, 0, 0, 0.75);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: 12px;
    background-size: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.photo__tour--gallery .owl-prev {
    position: absolute;
    left: 1.5rem;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.photo__tour--gallery .owl-next {
    position: absolute;
    right: 1.5rem;
}

.photo__tour--gallery .owl-carousel .item:after {
    content: attr(data-number);
    color: rgba(0, 0, 0, 0.6);
    font-family: sans-serif;
    position: absolute;
    font-weight: bold;
    font-size: 2.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
}

/*-------------------------
        Media Queries
---------------------------*/

@media (min-width: 544px) {
    .floorplan-plugin-inner {
        padding: 60px 40px;
    }
}

@media (min-width: 768px) {
    .foot-col-right {
        text-align: right !important;
        padding-top: 80px;
    }

    .main-nav-wrap .navbar-nav li a {
        padding: 0;
    }

    .main-nav-wrap .navbar-nav li {
        margin: 22px 20px 16px 20px;
    }
}

@media (min-width: 992px) {
    .main-footer__block .copyrights {
        width: 50%;
        margin: 0 auto;
    }

    .grid-title-wrap {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 0;
    }

    .grid-title {
        display: table-cell;
        vertical-align: middle;
    }

    .pull-right-md {
        float: right;
    }
}

@media (min-width: 1200px) {
    .gallery__tour--outer {
        height: calc(100vh - 62px);
    }
}

@media (max-width: 1650px) {
    .main-nav-wrap .navbar-nav li {
        margin: 22px 10px 16px 10px;
    }

}

@media (max-width: 1599px){

    .main-nav-wrap.affix .navbar-default .nav.navbar-nav {
        padding-left: 150px;
        float: left;
    }

    .about-inner-cont {
        position: relative;
        z-index: 1;
    }

    .plans-content-wrap {
        margin: 12vmin;
    }

    .night-img-wrap {
        top: 28%;
    }

    .couple-walk-img {
        margin-top: 100px;
    }

    .man-bicycle-wrap {
        top: -150px;
    }

    .man-bicycle-wrap img.g3-imgs {
        width: 90%;
    }

    .round-txt1 {
        top: 24%;
        margin-left: -20px;
    }

    .couple-walk-img {
        padding-right: 4vw;
    }

    .sea-wave-img {
        left: 6%;
    }

    .round-txt2 {
        position: absolute;
        right: 0;
        bottom: 2%;
    }

    .southLvl-links {
        right: 32%;
    }

}

@media (max-width: 1450px) {

    .main-nav-wrap.affix .navbar-default {
        text-align: left;
    }

    .main-nav-wrap.affix .navbar-default .nav.navbar-nav {
        padding-left: 140px;
    }

    .main-nav-wrap.affix .navbar-right {
        padding: 0 !important;
    }

}

@media (max-width: 1399px) {

    .main-nav-wrap.affix .navbar-default .nav.navbar-nav {
        padding-left: 160px;
    }

    .main-nav-wrap .navbar-nav li {
        margin: 22px 10px 16px 10px;
    }

    .round-txt1 {
        top: 22%;
        margin-left: -30px;
    }

    .man-bicycle-wrap {
        top: -75px;
    }

    .southLvl-links {
        right: 30%;
    }

}

@media (max-width: 1333px) {

    .hdr-ph-ico {
        display: block !important;
    }

    .main-nav-wrap .navbar-default .nav.navbar-nav {
        padding-left: 0 !important;
        text-align: center;
        display: block;
    }

    .main-nav-wrap.affix .navbar-default .nav.navbar-nav {
        padding-left: 0 !important;
        display: block;
        float: none;
    }

    #menu-primary {
        background-color: #ffffff;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

    .navbar-header {
        float: none;
        background: #fff;
        border: #f4f4f4 1px solid;
        border-left: none;
        border-right: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        background: #ffffff !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .navbar-collapse {
        padding: 0 !important;
    }

    .navbar-right {
        float: none !important;
        position: static;
        top: auto;
        right: auto;
        background: #fff;
        padding-bottom: 15px;
    }

    .navbar-right li {
        margin: 22px 20px 16px 20px !important;
    }

    .navbar-right li a {
        border: none;
        padding: 0 !important;
        background: none !important;
        color: #000 !important;
    }

    .navbar-right li a:hover {
        background: none !important;
        color: #000 !important;
    }

    .main-nav-wrap .navbar-nav li a.apply-inr-link {
        font-family: 'Oswald', sans-serif;
        display: inline-block;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 2px;
        border: #000 2px solid;
        padding: 9px 30px 8px 30px !important;
    }

    .main-nav-wrap .navbar-nav li a.apply-inr-link:hover {
        background: #000 !important;
        color: #fff !important;
    }

    .main-header-cont {
        display: none;
    }

    .main-nav-wrap {
        position: fixed;
    }

    .navbar-brand,
    .main-nav-wrap .navbar-brand {
        display: block !important;
    }

    .main-nav-wrap.affix .navbar-nav li a {
        font-size: 13px;
        letter-spacing: 2px;
    }

    .navbar-right {
        -webkit-transform: translate(0) !important;
        -moz-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
        -o-transform: translate(0) !important;
        transform: translate(0) !important;
    }

    .navbar-right li.apply-btn-link a {
        display: inline-block;
        padding: 10px 40px !important;
        border: #000 2px solid;
    }

}

@media (max-width: 1199px) {

    .main-nav-wrap.affix .navbar-default .nav.navbar-nav {
        padding-left: 150px;
    }

    .main-nav-wrap.affix .navbar-nav li a {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .plans-content-wrap {
        margin: 10vmin 4vmin;
        padding: 4vmin 3vmin;
    }

    .neighbor-video-wrap {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 30px;
    }

    .flying-bird-img {
        display: none;
    }

    .round-txt1, .round-txt2 {
        display: none;
    }

    .girl-with-bicycle {
        width: 100%;
    }

    .neighbor-bottom-imgs {
        top: 0;
    }

    .night-img-wrap {
        top: 32%;
    }

    .night-img-wrap img {
        width: 400px;
    }

    .reg-form-iframe {
        min-height: 940px;
    }

    .southLvl-links {
        right: 26%;
    }
}

@media (max-width: 1100px) {

    .apply-btn-fix {
        margin-right: 60px;
    }
}

@media (min-width: 1099px) {
    .hdr-ph-ico {
        display: none;
    }

    .dropdown .dropdown-menu {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        visibility: hidden;
    }

    .dropdown:hover .dropdown-menu {
        max-height: 430px;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        visibility: visible;
    }
}

@media (max-width: 1199px) {
    .amenity-tabs .tab-content .tab-pane {
        padding: 40px 20px;
    }

    .plans-cfg {
        margin-top: 1.5rem;
        padding: 0 0.75rem 1.5rem;
    }

    .gallery__tour--outer {
        padding-top: 58%;
    }
}

@media (max-width: 1100px) {

    .apply-btn-fix {
        margin-right: 60px;
    }
}

@media (max-width: 991px) {
    .main-footer__block {
        max-width: 100% !important;
        width: auto;
    }

    .top-head-col {
        text-align: center;
    }

    .top-social-wrap {
        padding: 0;
    }

    .about-inner-cont {
        margin: 200px 0;
    }

    .foot-contact-cont {
        text-align: center;
    }

    .grid-title-wrap {
        height: auto !important;
        margin-bottom: 60px;
    }

    .grid-title h2 {
        margin: 60px 0;
    }

    .neighbor-txt-block {
        background-color: #f4f4f4;
        padding: 60px 40px;
    }

    .neighbor-top-imgs {
        display: none;
    }

    .plans-section-wrap p {
        font-size: 16px;
    }

    .finishes-txt-wrap {
        display: none;
    }

    .amenity-col-overly h1.amcol-title {
        font-size: 20vw;
    }

    .amenities-grid-wrap .col-md-3, .amenities-grid-wrap .col-sm-6 {
        padding: 0 3px;
    }

    .amenities-grid-wrap .row {
        margin: 0;
    }

    .neighbor-video-wrap {
        display: none;
    }

    .top-sec-video {
        display: none;
    }

    .right-img-wrap {
        min-height: auto;
    }

    .night-img-wrap {
        top: 36%;
    }

    .night-img-wrap img {
        width: 300px;
    }

    .man-bicycle-wrap {
        top: -64px;
    }

    .neighbor-content-sec {
        text-align: center;
    }

    .girl-on-pier {
        width: 100%;
    }

    .brand-logo {
        margin-bottom: 10px;
    }

    .custom-col-5 {
        width: calc(50% - 6px);
    }

    .southLvl-links {
        position: static;
        text-align: center;
        margin: 40px 0 20px;
    }

    .southLvl-links li {
        display: inline-block;
    }

    .southLvl-links li + li {
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        background-color: #ffffff;
        border-bottom: #bbb 1px solid;
    }

    .foot-col-right {
        padding-top: 30px;
    }

    .main-footer-cont {
        padding: 0 40px 40px 40px;
    }

    .top-banner-cont:before {
        top: 50px;
    }

    .amenities-grid-wrap {
        background-color: #f4f4f4;
    }

    .back-to-top a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .walking-girl-wrap {
        padding: 20px;
    }

    .night-img-wrap {
        position: relative;
        padding: 15px;
    }

    .night-img-wrap img {
        width: 100%;
    }

    .sea-wave-img {
        display: none;
    }

    .vim-video-wrap {
        width: 100%;
    }

    .couple-walk-img {
        padding-right: 0;
    }

    .couple-walk-img img {
        width: 100%;
    }

    .man-bicycle-wrap img {
        display: none;
    }

    .finishes-txt-wrap {
        position: relative;
        padding: 20px 15px;
        margin-top: 150px;
        background-color: #ffffff;
    }

    .neighbor-video-wrap {
        width: 100%;
        padding: 0 15px;
    }

    .neighbor-bottom-imgs {
        display: none;
    }

    .amenities-grid-wrap .col-md-3, .amenities-grid-wrap .col-sm-6 {
        padding: 0;
    }

    .navbar-brand {
        position: relative;
    }

    .reg-form-iframe {
        min-height: 980px;
    }

    .nav > li > a {
        padding: 0 !important;
    }

    .amen-list-col-inner {
        margin-bottom: 40px;
    }

    .navbar-nav .open .dropdown-menu {
        border: #000 1px solid;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
    }

    .gallery__tour--outer {
        padding-top: 70%;
    }

    .nav.gt_nav {
        top: 2rem;
    }
}

@media (max-width: 543px) {
    .about-inner-cont {
        margin: 120px 0;
    }

    .main-footer-cont {
        padding: 0 24px 24px 24px;
    }

    .contact-form-confirm h2 {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .section-title-wrap h1 {
        margin: 100px 0;
    }

    .section-title-wrap small {
        padding: 2vmin;
    }

    .nbtop-imgs {
        left: auto;
        width: 100%;
    }

    .banner-content h2, .banner-content p {
        font-size: 14px;
        letter-spacing: 6px;
    }

    .custom-col-5 {
        width: 100%;
    }

    .navbar-brand img {
        width: 100px;
    }

    .apply-btn-fix.tpright-btns li {
        margin: 0;
    }

    .apply-btn-fix .head-apply-link {
        padding: 6px 6px 5px;
        letter-spacing: 0;
    }

    .apply-btn-fix {
        margin-right: 40px;
    }

}

@media (max-width: 479px) {
    .nice-select, .foot-contact-cont .form-control, .foot-contact-cont .text-area {
        letter-spacing: 0;
    }

    .reg-form-iframe {
        min-height: 1210px;
    }

    .main-footer-cont {
        padding: 0 16px 16px 16px;
    }

    .foot-col-inner {
        font-size: 13px;
    }
}

@media (max-height: 850px) {
    .top-banner-cont:before {
        height: 16%;
    }

    .top-banner-cont:after {
        height: 24%;
    }
}

@media (max-height: 750px) {
    .top-banner-cont:before {
        height: 14%;
    }
}

@media (max-height: 660px) {
    .banner-content h2 {
        margin: 0 0 20px 0;
        font-size: 18px;
        letter-spacing: 5px;
    }

    .banner-content img {
        width: 400px;
    }

    .banner-content p {
        margin: 20px 0 0 0;
        font-size: 18px;
        letter-spacing: 5px;
        line-height: 30px;
    }
}

@media (max-height: 400px) {
    .banner-content img {
        width: 320px;
    }
}

@media (min-width: 991px) and (max-width: 1300px) {
    .amenity-col-overly h1.amcol-title {
        font-size: 8vw;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .nav-txt-right {
        text-align: right !important;
    }

    .nav-txt-right .navbar-nav li a {
        letter-spacing: normal;
    }

    .nav-txt-right .navbar-nav {
        margin-right: 110px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .main-nav-wrap .navbar-nav li {
        margin: 22px 10px 16px 10px;
    }

    .main-nav-wrap .navbar-nav li a {
        font-size: 12px;
    }
}

.form-wrapper {
    position: relative;
    display: block;
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
}

.form-wrapper h1 {
    position: relative;
    display: block;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1.25px;
    font-size: 1.6rem;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
}

.form-title-break {
    position: relative;
    display: block;
    margin: 15px auto;
    height: 1px;
    max-width: 160px;
    background-color: #000;
}

.form-wrapper p {
    position: relative;
    display: block;
    margin-bottom: 30px;
    font-family: "Chronicle Text G1", sans-serif;
    font-style: normal;
    font-size: 15px;
}

form {
    position: relative;
    display: block;
    max-width: 450px;
    margin: 0 auto;
}

form input,
form textarea {
    position: relative;
    display: block;
    background: transparent;
    width: 100%;
    color: #000;
}

form input[type="text"],
form input[type="email"],
form textarea {
    font-family: "Chronicle Text G1", sans-serif;
    line-height: 45px;
    height: 45px;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #000;
    margin-bottom: 2px;
    letter-spacing: .5px;
    padding: 0 10px;
    padding: 0;
}

form input::-webkit-input-placeholder { color: #000; opacity: 1 !important; }
form input::-moz-placeholder { color: #000; opacity: 1 !important; }
form input:-ms-input-placeholder { color: #000; }

form input:focus {
    outline: none;
    background-color: rgba(255,255,255,0.1);
}

form .required-note {
    position: relative;
    display: block;
    text-align: left;
    font-family: "Chronicle Text G1", sans-serif;
    font-weight: normal;
    /*font-style: italic;*/
    font-size: 1.2rem;
    margin: 0 0 30px;
}

form input[type="submit"] {
    line-height: 50px;
    height: 50px;
    border: 1px solid #000;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    transition: color 0.2s,background-color 0.2s;
}

form input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}

.ty-wrapper span {
    position: relative;
    display: block;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 4.2rem;
    letter-spacing: 3px;
    margin: 24px auto;
    text-align: center;
    width: 280px;
}

/* Accessability BS added 2021-03-10 RR */
.form-div p,
.plans-content-wrap p,
.foot-col-inner p,
p.footer-icons-link,
.foot-col-inner.foot-col-right,
.foot-col-inner.foot-col-right *,
.site-by-link,
p.copyrights {
    line-height: 1.5;
}

.disclaimer__text {
    padding-left: 10px;
    text-align: left;
}


.popup-info {
	position: fixed;
  z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(1.3rem + 1.6vw);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.popup-info.is-open {
  opacity: 1;
  pointer-events: auto;
}

.popup-info__inner {
  padding: calc(1.3rem + 1.6vw);
	background: #fff;
  overflow: auto;
  max-width: 640px;
  max-height: 100%;
  margin-inline: auto;
}

.popup-info__entry {
  margin-bottom: 16px;
}

.popup-info__entry strong {
  font-weight: 700;
}

.popup-info__btn {
  text-decoration: none;
  display: block;
  background: #000;
  color: #fff;
  padding: 16px;
  text-align: center;
  font-weight: 700;
}

.popup-info__btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.6;
}

.section-content {
    max-width: 710px;
    margin-inline: auto;
    padding-inline: 30px;
    margin-bottom: 30px;
}

.section-content:last-child {
    margin-bottom: 0;
}

.section-content h4 {
    font-family: 'Oswald', sans-serif;
    color: #333333;
    font-weight: normal;
    letter-spacing: 0.09em;
    margin-bottom: 20px;
}