@font-face {
    font-family: 'Futura-Std';
    src: url('/fonts/FuturaStd-Medium.woff2') format('woff2'), url('/fonts/FuturaStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basier Circle';
    src: url('/fonts/BasierCircle-Regular.eot');
    src: url('/fonts/BasierCircle-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/BasierCircle-Regular.woff2') format('woff2'),
        url('/fonts/BasierCircle-Regular.woff') format('woff'),
        url('/fonts/BasierCircle-Regular.ttf') format('truetype'),
        url('/fonts/BasierCircle-Regular.svg#BasierCircle-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Silk Serif';
    src: url('/fonts/SilkSerif-Regular.eot');
    src: url('/fonts/SilkSerif-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SilkSerif-Regular.woff2') format('woff2'),
        url('/fonts/SilkSerif-Regular.woff') format('woff'),
        url('/fonts/SilkSerif-Regular.ttf') format('truetype'),
        url('/fonts/SilkSerif-Regular.svg#SilkSerif-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
    height: 100%;
}

body {
    font-family: 'Silk Serif';

    font-size: 13px;
    line-height: 1.31;
    background: #efede8;
    color: #A5845F;
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
}

#slidelayer {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: height 0.7s;
    background: #efede8;
}

#slidelayer.slideDown {
    height: 100%;
}

.clear,
* html .clearfix,
*:first-child+html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.play {
    display: block;
    width: 196px;
    margin-top: 40px;
    letter-spacing: 4px;
    font-size: 10px;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Basier Circle';
    padding: 9px 0;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

.play:hover {
    background: #fff;
    color: #A5845F
}

.fullyvideo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    background-size: cover !important;
    min-height: 100%;
}

.mw600 {
    max-width: 600px;
    margin: auto;
}

@media screen and (max-aspect-ratio: 1920/1080) {
    .fullyvideo {
        height: 100vh;
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .fullyvideo {
        width: 100%;
    }
}

#animation_container {
    width: 715px !important;
    height: 182px !important;
    opacity: 0;
    transition: opacity 1s;
}

#animation_container canvas {
    width: 100% !important;
    height: 100% !important;
}

#overlay {
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    background: transparent;
    width: 100%;
    position: fixed;
    z-index: 10;
}


#main {
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    background: #efede8;
    width: 100%;
    position: fixed;
    z-index: 2;
    border: none;
}

.pre {
    height: 100vh;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 1s ease;
    width: 100%;
    position: absolute;
    z-index: 2;
    border: none;
    background-size: cover;
    background-color: #efede8;
}


.pre.fadeOut {
    opacity: 0 !important;
}

.quickLoad *.tofade {
    transition-duration: 0.2s;
    opacity: 1 !important;
}

.fadeInUp {
    opacity: 0;
    transition: opacity 1s;
}

.fadeInUp.animated {
    opacity: 1;
}

.leftalign {
    text-align: left;
}

#pre1 {
    z-index: 555;
    overflow: hidden;
}

#pre1.slideDown {
    height: 0;
}

.inner-pre {
    width: 100%;
    height: 100vh;
    position: absolute;
    bottom: 0;
    left: 0;
}

#pre2 {
    position: absolute;
    height: 100vh;
    overflow: hidden;
    opacity: 0.2;
    transform: scale(1.1);
    width: 100%;
    top: 0;
    z-index: 0;
}

#pre2.fadeIn {
    transition: opacity 3s ease, transform 2s;
    opacity: 1;
    transform: scale(1);
}


.darklayer:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
}

#h1 {
    transition: opacity 1.5s ease, transform 1s;
    opacity: 0.1;
    transform: translateY(-100px);
    width: 1000px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

#h1.slideIn {
    opacity: 1;
    transform: translate(0);
}

.scrolldown {
    font-family: 'Basier Circle';
    position: absolute;
    display: block;
    z-index: 3;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 12px;
    letter-spacing: 4px;
    color: #fff;
    bottom: 30px;
}

.book {
    font-family: 'Basier Circle';
    border: 1px solid #A5845F;
    width: 280px;
    padding: 8px 0;
    letter-spacing: 4px;
    font-size: 11px;
    display: block;
    margin: 30px auto 0 auto;
    transition: all 0.3s;
    text-transform:uppercase
}

.book:hover {
    background: #A5845F;
    color: #efede8
}

.max710 {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}

.max475 {
    max-width: 475px;
}

.max350 {
    max-width: 350px;
}

.photo_caption {
    margin-top: 20px;
}

.max610 {
    width: 610px;
    max-width: 100%;
    margin: 0 auto 40px auto;
}

.max380 {
    max-width: 380px;
    text-align: left;
}

.mb30 {
    margin-bottom: 6vh;
}

.nomb {
    margin-bottom: 0;
}

.pr50 {
    padding-right: 50px;
}

.pr40 {
    padding-right: 40px;
}

.pl50 {
    padding-left: 50px;
}

.abs-b {
    position: absolute;
    bottom: -30px;
    left: 60%
}

.fakebar {
    display: block;
    height: 76px;
    width: 120px;
    position: relative;
    z-index: 0;
}

.quickLoad #pre2 {
    opacity: 1;
}

.iframe {
    width: 1280px;
    height: 720px;
    margin: 0 auto 40px auto;
}

#page-penthousevideo #h1 {
    width: 705px;
    margin-bottom: initial;
    margin-bottom: 65px;
}

#page-penthousevideo #bookDiv {
    display: none;
}

.w460 {
    width: 460px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#video_wrapper video {
    max-width: 100%;
}

@media screen and (max-width : 1280px) {
    .iframe {
        width: 100%;
        height: 56vw
    }

    
    #video_wrapper {
        padding-left: 100px;
        padding-right: 100px;
    }


}

.vipLogo {
    display: block;
    width: 200px;
    margin: 19px auto 80px auto;
}

.vipLogo svg {
    width: 100%;
}

#panaHolder {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#inner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.pana {
    max-width: 1000%;
    height: 100%;
    min-width: 100%;
    display: block;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}

.middle-h {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    z-index: 1;
}

.abs-b-m {
    position: absolute;
    bottom: 0;
    right: 100px;
}

.grid_1 {
    width: 8.33%;
}

.grid_2 {
    width: 28%;
}

.grid_3 {
    width: 25%;
}

.grid_4 {
    width: 33.33%;
    position: relative;
}

.grid_third {
    width: calc(33.33% - 53.33px);
    position: relative;
    float: left;
    margin-right: 80px;
}

.grid_two {
    width: calc(50% - 40px);
    position: relative;
    float: left;
    margin-right: 80px;
}

.grid_5 {
    width: 40%;
}

.grid_35 {
    width: 35%;
    float: left;
}

.grid_6 {
    width: 50%;
}

.grid_7 {
    width: 58.33%;
}

.grid_8 {
    width: 66.67%;
}

.grid_9 {
    width: 75%;
}

.grid_10 {
    width: 83.33%;
}

.grid_11 {
    width: 91.67%;
}

.grid_12 {
    width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    float: left;
    display: block;
}

.last {
    margin-right: 0;
}

.rightfloat {
    float: right;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #A5845F;
}

img {
    border: none;
    max-width: 100%;
}

a,
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a.view {
    text-decoration: underline;
    display: block;
    padding-top: 21px;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
}

/* General */

.img {
    width: 100%;
    margin: 0;
    display: block;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0 0 21px 0;
    font-size: 15px;
    line-height: 1.31
}

h1 {
    font-size: 72px;
    font-family: 'Silk Serif';
    color: #fff;
    line-height: 1.05;
    padding-left: 25px;
    padding-right: 25px;
}

h1.vip {

    color: #A5845F;
    margin-bottom: 90px
}
h1 .sml
{
    font-family: 'Futura-Std';
    font-size: 0.228em;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.4em;
    text-align: center;
    display: block;
    padding-top: 1.5em;
    text-transform: uppercase;
    max-width: 480px;
    margin: auto;
}

h2 {
    font-size: 26px;
    font-family: 'Silk Serif';
    line-height: 1.3;
}

h3 {
    font-family: 'Futura-Std';
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 4px;
    margin-bottom: 20px;
    font-weight: 900;
}

.quate {
    font-family: 'Silk Serif';

    letter-spacing: 0;
    font-size: 26px;

    line-height: 1.3;
    text-align: left;
    text-transform: initial;
    font-weight: normal;


}

.quate span {
    display: block;
    padding-top: 30px;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Basier Circle';
}

h4 {
    font-family: 'Basier Circle';
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
}

h6 {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.fullheight {
    height: 100vh;
    position: relative;
    background-size: cover;
}

.fullbg {
    position: absolute;
    opacity: 0;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s;
    background-size: cover;
}

#pre2.fadeIn .fullbg {
    transition-delay: 1s;
    opacity: 1;
}

.h50 {
    height: 50vw;
    position: relative;
}

.h33 {
    height: 33vw;
    position: relative;
}

.relativeh {
    position: relative;
    overflow: hidden;
}

.container {
    width: 1300px;
    position: relative;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

.container.sml {
    width: 1070px;
}


.p-left {
    padding-left: 10%;
}

.p-right {
    padding-right: 10%;
}

.container.big {
    width: 80%;
    position: relative;
    margin: 0 auto;
}

.fullwidth {
    display: block;
    width: 100%;
}

.link {

    position: relative;
}

.link .middle {
    color: #fff;
    font-family: 'Silk Serif';
    font-size: 42px;
    line-height: 1.05;
    z-index: 5;
}

.bg {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background-size: cover;
}

.imgesholder {
    position: relative;
}

.bwImage {
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.cImage {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1s ease-out;
    z-index: 2;
}

.colorfull .cImage {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
    opacity: 1;
}

/* Navigation */
header {
    margin: 0 auto;
    width: 100%;
    display: block;
    position: fixed;
    background: #efede8;
    text-align: center;
    height: 76px;
    opacity: 0;
    transition: opacity 1s;
    z-index: 50;
    top: 0;
}

header.fadeIn {
    opacity: 1;
}


#mainmenu {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 2;
    line-height: 11px;
}

#mainmenu li {
    display: inline-block;
    margin-right: 34px;
}

#mainmenu li:last-child {
    margin-right: 0;
}

#mainmenu li a {
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-family: 'Basier Circle';
}

#mainmenu li a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 2px;
    display: block;
    height: 1px;
    background: #A5845F;
    opacity: 0;
    bottom: -7px;

}

#mainmenu li a:hover:after,
#page-home a.home:after,
#page-team a.team:after,
#page-architecture a.architecture:after,
#page-location a.location:after,
#page-residences a.residences:after,
#page-penthouse a.penthouse:after {
    opacity: 1
}

#page-penthouse #bookDiv,
#page-enquire #bookDiv {
    display: none
}

.artist,
.actual,
.caption {
    position: absolute;
    font-size: 9px;
    display: block;
    bottom: 15px;
    left: 15px;
    text-align: right;
    color: #fff;
    z-index: 9;
    font-family: 'Basier Circle';
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.7;

}
.caption
{
    width: 200px;
    font-size: 10px;
    text-align: left;
    margin: 0;
}

.artist:after {
    content: 'ACTUAL PHOTO'
}
#page-residences .artist:after {
    content: 'artist render '
}


.actual:after {
    content: 'artist render - actual view'
}

.enquire-now {
    font-family: 'Basier Circle';
    right: 30px;
    width: 180px;
    z-index: 3;
    border: 1px solid #A5845F;
    padding: 8px 0;
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #A5845F;
    position: absolute;
    transition: all 0.3s
}

.enquire-now:hover {
    background: #A5845F;
    color: #efede8
}

.tofade {
    opacity: 0;
    transition: opacity 0.5s;
}

#mainlogo-m,
.logo-m {
    display: none !important;
}

#mainlogo {
    position: absolute;
    z-index: 555;
    display: block;
    left: 30px;
    width: 189px;
    height: 38px;
}

#mainlogo svg {
    width: 100%;
    height: 100%;
    fill: #A5845F;
}

.enq {
    width: 211px;
    right: 30px;
    display: block;
    font-family: 'Futura-Std';
    font-size: 12px;
    letter-spacing: 4px;
}

.enq span {
    width: 211px;
    border: 1px solid #C1B39E;
    display: block;
    padding: 8px 0;
}

#enqM {
    display: none;
}

.tofade.fadeIn {
    opacity: 1;
}

.logo {
    margin: 0 auto;
    display: block;
}

nav {
    margin: 0 auto;
    padding: 0;
}

#nav li {
    list-style: none;
    display: inline-block;
    padding: 0 25px 0 25px;
    font-size: 18px;
    line-height: 10px;
    position: relative;
}

#nav li a {
    color: #fff;
    text-transform: uppercase;
}

/* nav-toggle */
#nav-toggle {
    left: 15px;
    z-index: 10;
    cursor: pointer;
    width: 66px;
    height: 30px;
    bottom: -3px;
    position: fixed;
    z-index: 155;
    display: none;
}

#nav-toggle span {
    cursor: pointer;
    height: 1px;
    width: 30px;
    background: #A5845F;
    position: absolute;
    display: block;
    top: 5px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

#nav-toggle span:after,
#nav-toggle span:before {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    background: #A5845F;

}

#nav-toggle span:before {
    top: -5px;
}

#nav-toggle span:after {
    top: 5px;
}

#nav-toggle.Active span {
    background-color: transparent !important;
}

#nav-toggle.Active span:after,
#nav-toggle.Active span:before {
    top: 0;
}

#nav-toggle.Active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: a rotate(45deg);
}

#nav-toggle.Active span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}


.switch {
    position: relative;
}

.builderImg {
    z-index: 0;
    opacity: 0;
}

.switch-img {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.6s;
    top: 0;
    left: 0;
}

.switch-img.active {
    opacity: 1;
}

.switch-link {
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration-line: underline;
    display: inline-block;
    margin-right: 30px;
    font-weight: 700;
}

#map {
    width: calc(100% - 500px);
    height: calc(100vh - 300px);
}

#mapcontent {
    width: 400px;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
}

.pois {
    display: block;
    font-size: 11px;
    line-height: 16px;
    font-family: 'Basier Circle';
    text-transform: none;
    letter-spacing: 0px;
}

.pois span {
    display: inline-block;
    margin-right: 2px;
    content: '.';
}

.map-cat {
    text-align: left;
    padding: 15px 0 0 0;
    font-family: 'Basier Circle';
    position: relative;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.map-cat:after {
    content: '';
    display: block;
    position: absolute;
    right: 5px;
    margin: 0 auto;
    width: 1px;
    height: 11px;
    top: 17px;
    background: #A5845F;
}

.map-cat.active:after {
    height: 0;
}

.map-cat:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 22px;
    margin: 0 auto;
    width: 11px;
    height: 1px;
    background: #A5845F;
}

.inner-poi {
    display: none;
    padding: 10px 0 0 0;
}

/* enquiry */

.formbox {
    margin: 0 auto;
    width: 480px;
    max-width: 100%;
}

input,
select {
    font-family: 'Futura-Std';
    font-size: 10px;
    margin: 0 auto 15px auto;
    padding: 10px 0;
    width: 100%;
    color: #A5845F;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #A5845F;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 700;
}

input.b_submit {
    border: 1px solid #A5845F;
    margin: 15px 0;
    cursor: pointer;
    transition: all 0.3s;
}

input.b_submit:hover {
    background: #A5845F;
    color: #efede8
}

select {
    padding: 5px 7px;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
    font-family: 'Futura-Std';
    font-size: 10px;
}

select option {
    padding: 7px 5px;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
    font-family: 'Futura-Std';
    font-size: 10px;
}

.privacy {
    font-size: 11px;
}

.logos {
    margin: 30px 0;
    display:flex;
    justify-content:center;
    align-items:center;
    column-gap:20px;
    flex-wrap:wrap
}

.logos a {
    display: block;
   
}

.logos svg {
    height: 50px;
    fill: #A5845F;
}

.thirdi-logo {
    height: 34px !important;
}

.logos a.danager svg {
    height: 40px;
}

.logos img {
    height: 32px; 
}

.logos a.danager img {
    height: 29px;
    
}

.logos a.sjb svg {

    height: 32px;
}

.logos a.mathieson svg {

    height: 18px;
}.logos a.cbre {

    
  
}

.chk_holder {
    margin: 10px auto 15px auto;
    color: #fff;
}

#au_postcode,
#int_postcode {
    margin-bottom: 15px;
}

#chkInternational {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
    width: 20px;
    text-align: left;
}

#chkInternational+label {
    font-family: 'Futura-Std';
    color: #A5845F;
    font-size: 10px;
    letter-spacing: 4px;
    padding: 2px 0 2px 27px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    line-height: 15px;
}

#chkInternational+label:before {
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #A5845F;
    content: '';
    display: block;
}

#chkInternational+label:after {
    position: absolute;
    left: 0;
    width: 5px;
    height: 8px;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
    transform: translateY(-60%) rotate(45deg) scale(0);
    border-bottom: 2px solid #A5845F;
    border-right: 2px solid #A5845F;
    content: '';
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#chkInternational:checked+label:after {
    -webkit-transform: translateY(-60%) rotate(45deg) scale(1);
    transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
    color: #A5845F;
    text-transform: uppercase;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #A5845F;
    opacity: 1;
    text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #A5845F;
    text-transform: uppercase;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #A5845F;
    text-transform: uppercase;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #C1B39E;
    text-transform: uppercase;
    opacity: 1;
}

/*footer*/
footer {
    font-family: 'Basier Circle';
}

footer a,
footer p {
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 16px;


}

.footerlinks {
    padding: 0 0 25px 0;
}

.footerlinks a {


    letter-spacing: 0.5px;
    text-transform: capitalize;
  
}

.footerlinks span {
   
    margin: 0 5px;
 
}
.photo
{
    display:none
}
.for-home{
    display:none
}
#page-architecture .photo,#page-home .photo,#page-home .for-home ,#page-penthouse  .photo
{
    display:initial
}

.right-border:after {
    content: '';
    position: absolute;
    right: -40px;
    height: 1000px;
    width: 1px;
    background: #A5845F;
    top: 0;
}

.underline {
    text-decoration: underline;
}

/* Token Style */

li.token-input-input-token-project {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;

    font-family: 'Futura-Std';
    font-size: 10px;
}

ul.token-input-list-project li input {

    width: 100% !important;



}

li.token-input-token-project p {
    display: inline;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 20px;
    font-size: 12px;
    text-transform: uppercase;

    font-family: 'Futura-Std';
    font-size: 10px;
}

li.token-input-token-project {
    overflow: hidden;
    height: 25px;
    margin: 0;
    padding: 2px 5px;
    /*background-color: #ccc;
    color: #000;*/
    cursor: default;
    /*border: 1px solid #525252;*/
    font-size: 12px;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
    font-family: 'Futura-Std';
    font-size: 10px;
}

div.token-input-dropdown-project {
    position: absolute;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    cursor: default;
    font-size: 11px;
    z-index: 13;
    color: inherit;
    font-family: 'Futura-Std';
    font-size: 10px;
}

div.token-input-dropdown-project * {
    font-family: 'Futura-Std' !important;
    font-size: 16px !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
}

div.token-input-dropdown-project ul {
    margin: 0;
    padding: 0;
    display: block !important;
    max-height: 205px;
}

div.token-input-dropdown-project ul li {
    background-color: #fff;
    font-size: 14px;
    padding: 3px;
    margin: 0;
    list-style-type: none;
    font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
    background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
    background-color: #fff;
}

div.token-input-dropdown-project ul li em {

    font-family: 'Futura-Std';
    font-size: 10px;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
    background-color: #ccc;
    color: #fff;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
    font-size: 10px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
    padding: 0;
    text-align: left;
    color: #F00D0D;
}

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #000 inset;
    -webkit-text-fill-color: #C1B39E !important;
    color: #C1B39E !important;
}



.arrow {
    display: none;
    width: 50%;
    position: absolute;
    top: 0;
    z-index: 5;
    height: 100%;
    left: 0;
}

.arrow span {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: 20px;
}

.rightPin {
    left: 50%;
}

.rightPin span {
    left: auto;
    right: 20px;
}

.ptb150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.pt150 {
    padding-top: 150px;
}

.pt196 {
    padding-top: 196px;
}

.pb150 {
    padding-bottom: 150px;
}

.pt100 {
    padding-top: 90px;
}

.pb100 {
    padding-bottom: 100px;
}

.mob {
    display: none !important
}

.m-copy {
    display: none;
}

#th {
    width: 610px;
    margin: 0 auto 25px auto;
    max-width: 100%;
}

.logos svg.cbre_logo {
    height: 30px;
    transform: translateY(-5px);
}


.bg-creamy {
    background: #efede8;
}

#page-penthouse .bg-creamy {
    border-bottom: 1px solid #A5845F;
}

#page-penthouse a.book {
    color: #A5845F;
}

@media(hover:hover) {
    #page-penthouse a.book:hover {
        color: #efede8;
    }
}

@media screen and (max-width : 1300px) {
    .abs-b-m {

        right: 40px;
    }
}

@media screen and (max-width : 1200px) {
    #mainmenu li {

        margin-right: 17px;
    }

    .abs-b-m {

        right: 20px;
    }

    .abs-b-m .max475 {
        max-width: 420px
    }
}

@media screen and (max-width : 1000px) {
    .mob {
        display: block !important
    }

    header {
        bottom: 0;
        top: auto;
        height: 48px;
    }

    .abs-b-m {
        padding: 0 15px;
        position: relative;
        bottom: auto;
        right: auto;
    }

    #mainmenu {
        height: 100vh;
        left: 0;
        width: 100%;
        transform: translateX(-100%);
        top: auto;
        bottom: 0;
        background: #efede8;
        transition: transform 0.5s;
        padding-top: calc(50vh - 100px);
    }

    #mainmenu li {
        display: block;
        margin-right: 0;
    }

    #mainmenu li a {

        padding: 15px 0;
    }

    #mainmenu li a:after {

        bottom: 7px;
    }

    #nav-toggle {
        display: block;
    }

    .enquire-now {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }


    #mainlogo {
        display: none;
    }

    #mainlogo-m {
        display: block !important;
        top: 20px;
        width: 159px;
        height: 32px;
        position: absolute;
        z-index: 500;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 !important;
    }

    .logo-m {
        position: absolute;
        top: 20px;
        width: 100%;
    }

    .logo-m a {
        display: block !important;
        margin: 0 auto;
        width: 159px;
        height: 32px;
    }

    #mainlogo-m svg,
    .logo-m a svg {
        width: 100%;
        height: auto;
        fill: #fff;
    }

    #page-team #mainlogo-m svg,
    #page-enquire #mainlogo-m svg {
        fill: #A5845F;
    }

    .Active #mainmenu {
        transform: translateX(0%);
    }

    .scrolldown {
        display: none;
    }

    .scroll-content {
        height: 100%;
    }

    #pre2 {
        height: 100%;
        height: calc(100% - 48px);
    }

    .abs-b {
        padding-right: 20px;

    }
}

@media screen and (max-width : 720px) {
    #video_wrapper {
        padding-top: 100px;
        padding-left: 0;
        padding-right: 0;
    }

    #page-penthousevideo .pt196:not(#video_wrapper) {
        padding-top: 0;
    }
    #animation_container {
        width: 239px !important;
        height: 61px !important;
    }

    .container.big {
        width: calc(100% - 30px);
        max-width: 100% !important;
    }

    .fullm {
        width: 100% !important;
    }

    .pb20m {
        padding-bottom: 20px !important;
    }

    .pt20m {
        padding-top: 20px !important;
    }

    .paddingm {
        padding: 20px 15px 0 15px !important;
    }

    .prlm {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .abs-b {
        position: relative;
        top: auto;
        left: auto;
        float: left;
        padding-top: 0 !important
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 22px;
    }

    .ptb150 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .quate {
        font-size: 18px;
    }

    .link .middle {
        font-size: 30px;
    }

    .right-border {
        margin-bottom: 30px;
    }

    .right-border:after {
        display: none;
    }

    .pt150 {
        padding-top: 80px;
    }

    .pt196 {
        padding-top: 100px;
    }

    .pb150 {
        padding-bottom: 80px;
    }

    .pb100 {
        padding-bottom: 80px;
    }

    .grid_6,
    .grid_4,
    .grid_3,
    .grid_5,
    .grid_35 {
        width: 100%;
    }

    .h50 {
        height: 118vw;
        position: relative;
    }

    .h33 {
        height: 100vw;
    }

    footer {
        padding-bottom: 46px;
    }


    #map {
        width: 100%;
        height: 100vw;
    }

    #mapcontent {
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        padding: 0 15px;
    }

    #register {
        padding: 80px 0;
    }

    input,
    select,
    select option {
        text-align: left;
    }

    select {
        text-align-last: left;
        text-align: left;
        -ms-text-align-last: left;
        -moz-text-align-last: left;
        text-align-last: left;
    }

    input.b_submit {
        width: 100%;
        text-align: center !important;
    }

    .pt100 {
        padding-top: 30px;
    }

    .scrollbar-track-y {
        width: 3px !important;
    }

    .disap #enqM {
        opacity: 0;
    }

    .brm {
        display: block;
        height: 30px;
        width:100%
    }

    
    .pr50 {
        padding-right: 0;
    }

    .pl50 {
        padding-left: 0;
    }

    .mb25m {
        margin-bottom: 30px;
    }

    .p-left {
        padding-left: 0;
    }

    .p-right {
        padding-right: 0;
    }

    .tocopy {
        display: none;
    }

    .m-copy {
        display: block;
    }

    .grid_third,
    .grid_two {
        width: 100%;
        margin-right: 0;
    }

 
    .logos a {
   
    max-width: 33.33%;
    padding: 0 5px;
}
  
    .logos img {
        height: 22px;

    }

    .grid_7 {
        width: 100%;
    }
}

@media screen and (max-width : 420px) {}