html {
    height: 100%;
}
a {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
body {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #414141;
    height: 100vh;
    position: relative;
}
.splash-header {
    width: 100%;
    height: 330px;
    background-color: #414141;
    padding: 0 108px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.splash-header-left {
    position: relative;
    top: 125px;
    z-index: 10;
}
.splash-header-left::before {
    content: "";
    display: block;
    width: 211px;
    height: 14px;
    background-color: #e7ab28;
}
.splash-header-left h2 {
    font-size: 110px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0 0;
}
.splash-header-left h2 + h2 {
    text-shadow: 0 5px 9px rgba(0, 0, 0, 0.5);
    margin: 50px 0 0;
}
.splash-header-explore {
    width: 396px;
    height: 111px;
    line-height: 111px;
    background-color: #e7ab28;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 2.5px;
    color: #414141;
    text-transform: uppercase;
    position: relative;
    top: 55px;
    z-index: 10;
}
.splash-header-explore a {
    color: #414141;
    text-decoration: none;
    display: block;
    padding: 0 0 0 50px;
    position: relative;
}
.splash-header-explore a::after {
    content: "";
    display: inline-block;
    width: 66px;
    height: 35px;
    position: absolute;
    background: url(../../assets/touchscreen/images/arrow-right.png) no-repeat;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 40px;
}
.splash-header-logo {
    margin: 0px 0 0;
    align-self: center;
}
.splash-slider {
    /*height: 100%;*/
}
.splash-slider-bg {
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 330px);
}

.wrapper {
    display: flex;
    flex-wrap: wrap;
    min-height: 100%;
}
.sidebar {
    background: #414141;
    width: 20%;
    display: flex;
    padding: 70px 0 70px;
}
.sidebar-inner {
    width: 100%;
}
.sidebar-logo {
    text-align: center;
    padding: 0 20px;
}
.siebar-menu {
    margin: 62px 0 100px;
}
.siebar-menu ul {

}
.siebar-menu ul li {
    margin: 30px 0;
}
.siebar-menu ul li a {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 35px 15px;
}
.siebar-menu ul li a:hover,
.siebar-menu ul li.active a {
    color: #414141;
    background-color: #fff;
    font-weight: 500;
}
.btn-register {
    margin: 0 42px;
}
.btn-register a {
    font-weight: 300;
    background-color: #e7ab28;
    padding: 35px 15px;
    font-size: 40px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #414141;
    text-decoration: none;
}
.btn-register a.active,
.btn-register a:hover {
    background-color: #fff;
    font-weight: 500;
    color: #e7ab28;
}

.wrapper .content {
    width: calc(100% - 20%);
    padding: 70px 100px 0px 100px;
    /*max-width: 1920px;*/
}
.btn-back {
    padding: 0 20px 10px;
    text-align: right;
    margin-top: -50px;
}
.btn-back a {
    display: inline-block;
    width: 66px;
    height: 35px;
    background: url(../../assets/touchscreen/images/arrow-left.png) no-repeat;
    font-size: 0;
}
.content-top-row {
    display: flex;
    flex-wrap: wrap;
}
.content-top-col {
    width: 33.3333%;
    padding: 20px;
}
.col-4 {
    width: 25%;;
}
.content-top-col-6 {
    width: 50%;
    padding: 20px;
}
.col-7 {
    width: 58.333333%;;
}

.hp-frame {
    padding: 0 0 30px;
}
.hp-frame h2 {
    font-size: 60px;
    line-height: 75px;
    text-transform: uppercase;
    font-weight: 500;
}
.hp-frame h2::before {
    content: "";
    display: block;
    margin: -25px auto 10px 0;
    width: 133px;
    height: 9px;
    background: #e7ab28;
}
.content-top-col h3 {
    color: #e7ab28;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.97px;
    text-transform: uppercase;
    line-height: 31px;
}
.content-top-col h4 {
    font-size: 46px;
    font-weight: 500;
    letter-spacing: 1.86px;
    text-transform: uppercase;
}
.content-top-col h5 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.97px;
    text-transform: uppercase;
    margin: 5px 0 0;
    line-height: 31px;
}
.content-top-col li {
    font-size: 21px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.85px;
}
.content-top-col-6 p {
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0.85px;
    line-height: 29px;
}
.touchView .HP-SITE-PLAN {
    background: transparent;
    width: 83%;
}
.touchView .HP-SITE-PLAN .hp-frame {
    padding-bottom: 20px;
}
.HP-SITE-PLAN .map {
    overflow: hidden;
    background: #eee no-repeat center;
    background-size: cover;
    padding-bottom: 73.33%;
    position: relative;
}
.HP-SITE-PLAN .map input {
    display: none;
}
.HP-SITE-PLAN .map ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.HP-SITE-PLAN .map li {
    position: absolute;
    margin: -15px 0 0 -15px !important;
    padding: 0;
}
.HP-SITE-PLAN .map .hotspot, .HP-SITE-PLAN .map .hotspot label {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #414141;
    cursor: pointer;
}
.HP-SITE-PLAN .map .tooltip {
    position: absolute;
    display: none;
    background: #414141;
    z-index: 1;
}
.HP-SITE-PLAN .map li[data-quadrant*="S"] .tooltip {
    bottom: 60px;
}
.HP-SITE-PLAN .map li[data-quadrant*="W"] .tooltip {
    left: 15px;
}
.HP-SITE-PLAN .map .tooltip::before {
    content: "";
    display: block;
    z-index: -1;
    border: 0 solid transparent;
    border-width: 30px 15px;
    border-left-color: #e7ab28;
    position: absolute;
}
.HP-SITE-PLAN .map li[data-quadrant*="S"] .tooltip::before {
    bottom: -30px;
}
.HP-SITE-PLAN .map li[data-quadrant*="W"] .tooltip::before {
    left: 0;
}
.HP-SITE-PLAN .map li[data-quadrant*="N"] .tooltip::before {
    top: -30px;
    border-left-color: #414141;
}
.HP-SITE-PLAN .map li[data-quadrant*="N"] .tooltip {
    top: 60px;
}
.HP-SITE-PLAN .map .tooltip .reset {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
}
.HP-SITE-PLAN .map .tooltip .reset::before {
    content: "x";
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
}
.HP-SITE-PLAN .map .tooltip .reset::after {
    content: "";
    display: block;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
}
.HP-SITE-PLAN .map .tooltip .content {
    position: relative;
    padding: 20px 0 0;
    overflow: hidden;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    width: 365px;
}
.HP-SITE-PLAN .map .tooltip .title {
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    color: #fdb913;
    padding: 0 30px 18px;
}
.HP-SITE-PLAN .map .tooltip .price {
    font-size: 46px;
    line-height: 46px;
    font-weight: 600;
    padding: 10px 30px;
}
.HP-SITE-PLAN .map .tooltip .details {
    padding: 0 30px;
    font-weight: 300;
    font-size: 26px;
    text-transform: uppercase;
}
.HP-SITE-PLAN .map .tooltip .status {
    color: #fdb913;
    padding: 5px 30px 15px;
    font-size: 26px;
    font-weight: 300;
    line-height: 36px;
    text-transform: uppercase;
}
.HP-SITE-PLAN .map .tooltip a {
    background: #e7ab28;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 18px 10px;
}
.HP-SITE-PLAN .map .tooltip a::after {
    content: "";
    display: none;
    vertical-align: top;
    width: 0;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    /*border: 8px solid transparent;
    border-left-color: #fdb913;*/
}
.HP-SITE-PLAN .map .hotspot .sold {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: red;
    color: #fff;
    cursor: default;
}
.HP-SITE-PLAN .map input:nth-child(1):checked ~ ul li:nth-child(1) .tooltip, .HP-SITE-PLAN .map input:nth-child(2):checked ~ ul li:nth-child(2) .tooltip, .HP-SITE-PLAN .map input:nth-child(3):checked ~ ul li:nth-child(3) .tooltip, .HP-SITE-PLAN .map input:nth-child(4):checked ~ ul li:nth-child(4) .tooltip, .HP-SITE-PLAN .map input:nth-child(5):checked ~ ul li:nth-child(5) .tooltip, .HP-SITE-PLAN .map input:nth-child(6):checked ~ ul li:nth-child(6) .tooltip, .HP-SITE-PLAN .map input:nth-child(7):checked ~ ul li:nth-child(7) .tooltip, .HP-SITE-PLAN .map input:nth-child(8):checked ~ ul li:nth-child(8) .tooltip, .HP-SITE-PLAN .map input:nth-child(9):checked ~ ul li:nth-child(9) .tooltip, .HP-SITE-PLAN .map input:nth-child(10):checked ~ ul li:nth-child(10) .tooltip, .HP-SITE-PLAN .map input:nth-child(11):checked ~ ul li:nth-child(11) .tooltip, .HP-SITE-PLAN .map input:nth-child(12):checked ~ ul li:nth-child(12) .tooltip, .HP-SITE-PLAN .map input:nth-child(13):checked ~ ul li:nth-child(13) .tooltip, .HP-SITE-PLAN .map input:nth-child(14):checked ~ ul li:nth-child(14) .tooltip, .HP-SITE-PLAN .map input:nth-child(15):checked ~ ul li:nth-child(15) .tooltip, .HP-SITE-PLAN .map input:nth-child(16):checked ~ ul li:nth-child(16) .tooltip, .HP-SITE-PLAN .map input:nth-child(17):checked ~ ul li:nth-child(17) .tooltip, .HP-SITE-PLAN .map input:nth-child(18):checked ~ ul li:nth-child(18) .tooltip, .HP-SITE-PLAN .map input:nth-child(19):checked ~ ul li:nth-child(19) .tooltip, .HP-SITE-PLAN .map input:nth-child(20):checked ~ ul li:nth-child(20) .tooltip, .HP-SITE-PLAN .map input:nth-child(21):checked ~ ul li:nth-child(21) .tooltip, .HP-SITE-PLAN .map input:nth-child(22):checked ~ ul li:nth-child(22) .tooltip, .HP-SITE-PLAN .map input:nth-child(23):checked ~ ul li:nth-child(23) .tooltip, .HP-SITE-PLAN .map input:nth-child(24):checked ~ ul li:nth-child(24) .tooltip, .HP-SITE-PLAN .map input:nth-child(25):checked ~ ul li:nth-child(25) .tooltip, .HP-SITE-PLAN .map input:nth-child(26):checked ~ ul li:nth-child(26) .tooltip, .HP-SITE-PLAN .map input:nth-child(27):checked ~ ul li:nth-child(27) .tooltip, .HP-SITE-PLAN .map input:nth-child(28):checked ~ ul li:nth-child(28) .tooltip, .HP-SITE-PLAN .map input:nth-child(29):checked ~ ul li:nth-child(29) .tooltip, .HP-SITE-PLAN .map input:nth-child(30):checked ~ ul li:nth-child(30) .tooltip, .HP-SITE-PLAN .map input:nth-child(31):checked ~ ul li:nth-child(31) .tooltip, .HP-SITE-PLAN .map input:nth-child(32):checked ~ ul li:nth-child(32) .tooltip, .HP-SITE-PLAN .map input:nth-child(33):checked ~ ul li:nth-child(33) .tooltip, .HP-SITE-PLAN .map input:nth-child(34):checked ~ ul li:nth-child(34) .tooltip, .HP-SITE-PLAN .map input:nth-child(35):checked ~ ul li:nth-child(35) .tooltip, .HP-SITE-PLAN .map input:nth-child(36):checked ~ ul li:nth-child(36) .tooltip, .HP-SITE-PLAN .map input:nth-child(37):checked ~ ul li:nth-child(37) .tooltip, .HP-SITE-PLAN .map input:nth-child(38):checked ~ ul li:nth-child(38) .tooltip, .HP-SITE-PLAN .map input:nth-child(39):checked ~ ul li:nth-child(39) .tooltip, .HP-SITE-PLAN .map input:nth-child(40):checked ~ ul li:nth-child(40) .tooltip {
    display: block;
}

.content-with-right-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0;
}
.content-floor-plan-row {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 30%);
}
.content-floor-plan-row .tab-content-1 {
    width: 100%;
}
.content-floor-plan-row .tab-content-1.current {
    display: block;
}
/*.content-floor-plan-row. {
    max-width: 820px;
}*/
.content-floor-plan-inner-row {
    display: flex;
    flex-wrap: wrap;
}
.content-floor-plan-col {
    width: 27%;
    padding: 20px;
}
.content-floor-plan-col h4 {
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.content-floor-plan-col img {
    /*max-width: 232px;*/
}
.right-menu {
    width: 16%;
    padding: 60px 0 0;
}
.right-menu > ul > li {
    margin: 4px 0 0;
}
.right-menu > ul > li:first-child {
    margin-top: 0;
}
.right-menu > ul > li > a {
    display: block;
    padding: 26px 10px;
    color: #414141;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 0.96px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #c8c8c8;
}
.right-menu > ul > li > a:hover,
.right-menu > ul > li.active > a {
    background-color: #414141;
    color: #fff;
}
.right-menu > ul > li ul {
    padding: 15px 0;
    display: none;
}
.right-menu > ul > li a.active_a {
    position: relative;
    background-color: #414141;
    color: #fff;
}
.right-menu > ul > li a.active_a::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #414141;
    position: absolute;
    bottom: -15px;
    z-index: 11;
    left: 50%;
    transform: translateX(-50%);
}
.right-menu > ul > li li {
    display: block;
    text-align: center;
    margin: 30px 0;
}
.right-menu > ul > li li a {
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    text-decoration: none;
    color: #414141;
}
.right-menu > ul > li li a:hover,
.right-menu > ul > li li.active a {
    color: #e7ab28;
    font-weight: 500;
}

.slider-floor-plan {
    padding: 20px;
    width: 95%;
    /*max-width: 911px;*/
}
.slider-floor-plan img {
    max-width: 100%;
}
.slider-floor-plan .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: #414141;
    z-index: 2;
    cursor: pointer;
    border: none;
    font-size: 0;
}
.slick-prev {
    left: -10px;
}
.slick-prev::after,
.slick-next::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.slick-next {
    right: -10px;
}
.slick-prev::after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 11px solid #fff;
}
.slick-next::after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 11px solid #fff;
}

.content-floor-plan-box-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% - 22%);
    /*max-width: 978px;*/
    margin: 40px 0 0;
    padding: 0 0 0 20px;
}
.floor-plan-box {
    background-color: #d3d1d1;
    min-height: 237px;
    width: calc(33.3333% - 10px );
    display: flex;
    align-items: center;
    margin: 0 0 15px 15px;
    position: relative;
}
.floor-plan-box > div {
    width: 100%;
}
.floor-plan-box .name {
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px;
}
.floor-plan-box .details,
.floor-plan-box .price {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.65px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}
.floor-plan-box .flag {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    background: no-repeat center;
    background-size: cover;
}
.floor-plan-box .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-design-row {
    width: calc(100% - 35%);
    /*max-width: 896px;*/
    margin: 20px 0 0 20px;
}
.hp-image {
    position: relative;
    margin: 0 auto;
    background-size: cover;
}
.hp-image::after {
    content: "";
    display: block;
}
.hp-image[data-ratio="16:9"]::after {
	padding-bottom: 56.25%
}
.hp-image[data-ratio="4:3"]::after {
	padding-bottom: 75%
}
.hp-image[data-ratio="3:2"]::after {
	padding-bottom: 66.66%
}
.hp-image[data-ratio="1:1"]::after {
	padding-bottom: 100%
}
.hp-image li {
    position: absolute;
    margin: -15px 0 0 -15px !important;
    padding: 0;
}
.hp-image li span:first-child {
    display: block;
    width: 30px;
    height: 30px;
    background: #fdb913;
    color: #424343;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}
.hp-image li span:last-child {
    position: absolute;
    top: 60px;
    left: 15px;
    display: none;
    background: #414141;
    color: #fdb913;
    font-size: 20px;
    line-height: 22px;
    padding: 6px 10px 8px;
    text-transform: uppercase;
    z-index: 1;
    white-space: nowrap;
}
.hp-image li span:last-child::before {
    content: "";
    display: block;
    z-index: -1;
    border: 0 solid transparent;
    border-width: 30px 15px;
    border-left-color: #414141;
    position: absolute;
    top: -30px;
    left: 0;
}
.hp-image li.alt-flipped span:last-child {
    left: auto;
    right: 15px;
}
.hp-image li.alt-flipped span:last-child::before {
    border-left-color: transparent;
    border-right-color: #414141;
    left: auto;
    right: 0;
}
.hp-image li span:first-child:hover + span {
    display: block;
}
.hp-image-content {
    padding: 30px 0 0;
}
.hp-image-content h2 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.hp-image-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
}

.tab-content{
    display: none;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}

.tab-content.current{
    display: flex;
}

.tab-content-1{
    display: none;
}

.tab-content-1.current{
    display: inherit;
}

.content-register {
    margin: 80px 0 0;
}
.content-register .hp-frame {
    width: 63%;
    margin: 0 auto;
    padding: 0;
}
.content-register h3 {
    color: #e7ab28;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 50px;
}

.content-register .hbspt-form .hs_firstname, 
.content-register .hbspt-form .hs_lastname {
    width: 50%;
}

.content-register .hbspt-form .hs_email {
    float: none;
    width: 100%;
}

.content-register .hbspt-form .hs-fieldtype-booleancheckbox {
    width: 100%;
    float: none;
    margin: 0 0 30px;
}

.content-register .hbspt-form .hs-fieldtype-booleancheckbox label {
    font-size: 18px;
    line-height: normal;
    text-transform: none;
}

.content-register .hbspt-form .hs_submit {
    float: none;
    width: 33.3%;
    clear: none;
    margin: 0 auto;
    padding: 0;
}

.content-register .form-group {
    padding: 30px 20px 20px;
}
.content-register .form-group.w-50 {
    width: 50%;
    float: left;
}
.content-register .form-group.form-group-email:before,
.content-register .form-group.form-group-email::after {
    content: "";
    display: block;
    clear: both;
}
.content-register .form-group.form-group-email {
    margin: 30px 0 0;
    clear: both;
}
.content-register .form-group label {
    display: block;
    color: #414141;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.content-register .form-group input[type="text"],
.content-register .form-group input[type="email"] {
    border: none;
    border-bottom: 2px solid #414141;
    width: 100%;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    padding: 5px 0;
}
.content-register .form-group .chk-container {
    font-size: 18px;
    line-height: normal;
    text-transform: none;
}
 /* Customize the label (the container) */
 .chk-container {
    display: block;
    position: relative;
    padding-left: 70px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .chk-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 36px;
    width: 36px;
    border: 2px solid #414141;
  }
  
  /* On mouse-over, add a grey background color */
  .chk-container:hover input ~ .checkmark {
    
  }
  
  /* When the checkbox is checked, add a blue background */
  .chk-container input:checked ~ .checkmark {
    
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .chk-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .chk-container .checkmark:after {
    left: 11px;
    top: 5px;
    width: 10px;
    height: 20px;
    border: solid #414141;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.content-register .hbspt-form .hs-submit input {
    height: 89px;
    margin: 0 auto;
    display: block;
    background-color: #e7ab28;
    border: none;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #414141;
    text-transform: uppercase;
    text-align: center;
}
.content-register-thank-you {
    text-align: center;
    padding: 200px 0 0;
}
.content-register-thank-you h3 {
    color: #e7ab28;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.content-register-thank-you p {
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0.85px;
    line-height: 29px;
    max-width: 400px;
    margin: 0 auto 80px;
}
.content-register-thank-you a {
    width: 250px;
    height: 89px;
    line-height: 89px;
    background-color: #e7ab28;
    display: inline-block;
    color: #414141;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
}

.hp-mobile-nav {
    display: none;
}

@media (min-width: 1400px) {
    .floor-plan-box:nth-of-type(3n+1) {
        margin-left: 0;
    }
}

@media (max-width: 1599.98px) {
    .splash-header {
        padding: 0 50px;
    }
    .wrapper .content {
        padding: 70px 50px 0px 50px;
    }
}

@media (max-width: 1399.98px) {
    .splash-header {
        padding: 0 15px;
        height: 250px;
    }
    .splash-header-left {
        top: 65px;
    }
    .splash-header-left h2 {
        font-size: 55px;
    }
    .splash-header-left h2 + h2 {
        margin: 30px 0 0;
    }
    .splash-header-explore {
        width: 300px;
        font-size: 40px;
    }
    .splash-header-explore a {
        padding: 0 0 0 20px;
    }
    .siebar-menu {
        margin: 62px 0 62px;
    }
    .siebar-menu ul li a {
        padding: 25px 15px;
        font-size: 30px;
    }
    .btn-register {
        margin: 0 20px;
    }
    .btn-register a {
        padding: 25px 15px;
        font-size: 30px;
    }
    .content-top-row .col-4 {
        width: 33.3333%;
    }
    .content-floor-plan-col {
        width: 33.3333%;
    }
    .wrapper .content {
        padding: 50px 20px 0px 20px;
    }
    .slider-floor-plan {
        width: 100%;
    }
    .floor-plan-box {
        width: calc(50% - 10px );
    }
    .floor-plan-box:nth-of-type(2n+1) {
        margin-left: 0;
    }
    .content-design-row {
        width: calc(100% - 25%);
    }
    .right-menu {
        width: 20%;
    }
    .content-register .hp-frame {
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .splash-slider-bg {
        background-position: center;
    }
    .splash-header {
        height: 200px;
    }
    .splash-header-left {
        top: 46px;
    }
    .splash-header-left::before {
        width: 180px;
        height: 10px;
    }
    .splash-header-left h2 {
        font-size: 40px;
    }
    .splash-header-left h2 + h2 {
        margin: 20px 0 0;
    }
    .splash-header-logo {
        max-width: 200px;
    }
    .splash-header-explore {
        width: 200px;
        font-size: 25px;
        height: 80px;
        line-height: 80px;
        top: 40px;
    }
    .splash-header-explore a {
        padding: 0 0 0 15px;
    }
    .splash-header-explore a::after {
        width: 40px;
        height: 20px;
        margin: 0 0 0 20px;
    }

    .sidebar {
        width: 100%;
        display: none;
    }
    /* Mobile Menu */
    .hp-mobile-nav {
        display: block;
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        padding: 20px 0;
        width: 100%;
        z-index: 99;
        box-shadow: 0 8px 19px 0 rgba(0,0,0,.08);
        transition: background .35s,border .35s,-webkit-box-shadow .35s;
        transition: background .35s,border .35s,box-shadow .35s;
        transition: background .35s,border .35s,box-shadow .35s,-webkit-box-shadow .35s;
    }
    .hp-mobile-nav .logo {
        width: 150px;
        height: 17px;
        background-image: url(../../assets/touchscreen/images/holland-park-logo.svg);
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        float: left;
        margin: 0 0 0 20px;
    }
    .hp-mobile-nav .mobile-nav-trigger {
        float: right;
        color: #414141;
        cursor: pointer;
        margin: 0 20px 0 0;
        width: 32px;
        height: 20px;
        position: relative;
        -webkit-transition: all .35s;
        transition: all .35s;
    }
    .hp-mobile-nav .mobile-nav-trigger::before {
        content: " ";
        width: 2px;
        height: 19px;
        background: #414141;
        display: block;
        position: absolute;
        top: 0;
        left: 8px;
        transform-origin: center;
        transform: rotate(125deg);
        transition: all .35s;
    }
    .hp-mobile-nav .mobile-nav-trigger::after {
        content: " ";
        width: 2px;
        height: 19px;
        background: #414141;
        display: block;
        position: absolute;
        top: 0;
        right: 7px;
        transform-origin: center;
        transform: rotate(-125deg);
        transition: all .35s;
    }
    .hp-mobile-nav .mobile-nav-trigger.open::before {
        transform: rotate(55deg);
    }
    .hp-mobile-nav .mobile-nav-trigger.open::after {
        transform: rotate(-55deg);
    }
    .sidebar.open {
        display: block;
    }
    .sidebar {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 8px 19px 0 rgba(0,0,0,.08);
        z-index: 99;
        padding: 20px 0 20px;
    }
    .sidebar-logo {
        width: 200px;
        margin: 0 auto;
    }
    .siebar-menu {
        margin: 20px 0 20px;
    }

    .wrapper .content {
        width: 100%;
    }
    .content-top-col,
    .content-top-row .col-4,
    .content-top-col-6 {
        width: 100%;
    }
    .content-top-col-6 {
        padding: 15px;
    }
    .hp-frame {
        padding: 0 0 0px;
    }
    .hp-frame h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .hp-frame h2::before {
        height: 6px;
    }
    .content-top-col h3 {
        font-size: 20px;
    }
    .content-top-col h4 {
        font-size: 40px;
    }
    .content-top-col h5 {
        font-size: 20px;
        line-height: 30px;
    }
    .content-top-col li {
        font-size: 20px;
    }
    .content-with-right-menu {
        margin: 20px 0 0;
    }
    .content-floor-plan-box-row {
        margin: 15px 0 0;
        padding: 0 0 0 15px;
    }
    .floor-plan-box .flag {
        width: 100px;
        height: 100px;
    }

    .content-design-row {
        margin: 15px 0 0 15px;
    }

    .HP-SITE-PLAN .map li {
        margin: -5px 0 0 -5px !important;
    }
    .HP-SITE-PLAN .map .tooltip .reset::after {
        background: #414141;
        opacity: .75;
    }
    .HP-SITE-PLAN .map input:checked ~ ul li {
        position: static;
    }
    .HP-SITE-PLAN .map li .hotspot, .HP-SITE-PLAN .map li .hotspot label {
        width: 10px;
        height: 10px;
        font-size: 0;
        background: #414141;
    }
    .HP-SITE-PLAN .map input:checked ~ ul li .hotspot {
        display: none;
    }
    .HP-SITE-PLAN .map .tooltip {
        top: 50% !important;
        left: 50% !important;
        bottom: auto !important;
        right: auto !important;
        transform: translate(-50%,-50%);
    }
    .HP-SITE-PLAN .map .tooltip .content {
        width: 300px;
    }
    .HP-SITE-PLAN .map .tooltip::before {
        display: none;
    }
    .HP-SITE-PLAN .map .tooltip .title {
        font-size: 30px;
        padding: 0 15px 18px;
    }
    .HP-SITE-PLAN .map .tooltip .details {
        font-size: 20px;
        padding: 0 15px;
    }
    .HP-SITE-PLAN .map .tooltip .price {
        font-size: 36px;
        line-height: 36px;
        padding: 10px 15px;
    }
    .HP-SITE-PLAN .map .tooltip .status {
        font-size: 20px;
        line-height: 26px;
        padding: 5px 15px 15px;
    }
    .HP-SITE-PLAN .map .tooltip a {
        font-size: 25px;
        padding: 15px 10px;
    }

    .wrapper .content {
        padding: 120px 15px 0px 15px;
    }
    .btn-back {
        padding: 0 15px 10px;
    }
    .content-top-col {
        padding: 15px;
    }
    .content-floor-plan-col {
        padding: 15px;
    }
    .slider-floor-plan {
        padding: 15px;
    }
    .slider-floor-plan .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .slick-prev {
        left: 0px;
    }
    .slick-next {
        right: 0px;
    }
    .slick-prev::after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 7px solid #fff;
    }
    .slick-next::after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 7px solid #fff;
    }
    .right-menu {
        padding: 15px 0 0;
    }
    .right-menu > ul > li > a {
        font-size: 16px;
    }

}

@media (max-width: 991.98px) {
    
}

@media (max-width: 767.98px) {
    .splash-header {
        padding-top: 15px;
        flex-wrap: wrap;
    }
    .splash-header-left {
        top: auto;
        width: 48%;
        order: 1;
    }
    .splash-header-left h2 {
        font-size: 30px;
        margin: 10px 0 0;
    }
    .splash-header-left h2 + h2 {
        margin: 10px 0 0;
    }
    .splash-header-left::before {
        width: 140px;
        height: 5px;
    }
    .splash-header-explore {
        order: 3;
        margin: 0 auto;
    }
    .splash-header-logo {
        width: 48%;
        max-width: 100%;
        order: 2;
        text-align: right;
    }
    .splash-header-logo img {
        width: 150px;
    }

    .HP-SITE-PLAN .map .tooltip .content {
        padding: 10px 0 0;
    }
    .HP-SITE-PLAN .map .tooltip .title {
        font-size: 20px;
        padding: 0 15px 0px;
    }
    .HP-SITE-PLAN .map .tooltip .price {
        font-size: 26px;
        line-height: 26px;
        padding: 10px 15px 5px;
    }
    .HP-SITE-PLAN .map .tooltip .status {
        font-size: 18px;
        line-height: 24px;
        padding: 5px 15px 10px;
    }
    .HP-SITE-PLAN .map .tooltip a {
        font-size: 20px;
        padding: 10px 10px;
    }

    .content-top-col,
    .content-top-col-6 {
        padding: 15px 0;
    }
    .content-floor-plan-box-row,
    .content-floor-plan-row,
    .content-design-row {
        padding: 0;
        width: 100%;
        order: 2;
    }
    .floor-plan-box {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .right-menu {
        width: 100%;
        order: 1;
    }
    .content-floor-plan-row {
        margin: 15px 0 0;
    }
    .content-floor-plan-col {
        width: 100%;
        padding: 15px 0;
    }
    .content-design-row {
        margin: 15px 0 0 0;
    }
    .hp-image li span:first-child {
        width: 20px;
        height: 20px;
        line-height: 19px;
        font-size: 15px;
    }
    .hp-image li span:last-child {
        line-height: 22px;
        font-size: 18px;
        text-align: center;
        position: fixed;
        padding: 6px 20px;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }
    .hp-image li.alt-flipped span:last-child {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .hp-image li span:last-child::before {
        display: none;
    }

    .content-register {
        margin: 20px 0 0;
    }
    .content-register h3 {
        margin: 0 0 20px;
    }
    .content-register .form-group {
        padding: 20px 0px 20px;
    }
    .content-register .form-group.w-50 {
        width: 100%;
        float: none;
    }
    .content-register .form-group label {
        margin: 0 0 20px;
    }
    .content-register .form-group .chk-container {
        font-size: 16px;
    }
    .chk-container {
        padding-left: 50px;
    }
    .form-group-btn input {
        font-size: 22px;
        height: 60px;
    }
    .content-register-thank-you {
        padding: 50px 0 0;
    }
    .content-register-thank-you p {
        margin: 0 auto 30px;
    }
    .content-register-thank-you a {
        font-size: 22px;
        height: 60px;
        line-height: 60px;
    }

    

}