@font-face {
    font-family: 'MinionProRegular';
    src: url('/fonts/MinionProRegular.eot');
    src: url('/fonts/MinionProRegular.eot') format('embedded-opentype'), url('/fonts/MinionProRegular.woff2') format('woff2'), url('/fonts/MinionProRegular.woff') format('woff'), url('/fonts/MinionProRegular.ttf') format('truetype'), url('/fonts/MinionProRegular.svg#MinionProRegular') format('svg');
}

@font-face {
    font-family: 'TTBarrelsRegular';
    src: url('/fonts/TTBarrelsRegular.eot');
    src: url('/fonts/TTBarrelsRegular.eot') format('embedded-opentype'), url('/fonts/TTBarrelsRegular.woff2') format('woff2'), url('fonts/TTBarrelsRegular.woff') format('woff'), url('/fonts/TTBarrelsRegular.ttf') format('truetype'), url('/fonts/TTBarrelsRegular.svg#TTBarrelsRegular') format('svg');
}

@font-face {
    font-family: 'MinionProSemibold';
    src: url('/fonts/MinionProSemibold.eot');
    src: url('/fonts/MinionProSemibold.eot') format('embedded-opentype'), url('/fonts/MinionProSemibold.woff2') format('woff2'), url('/fonts/MinionProSemibold.woff') format('woff'), url('/fonts/MinionProSemibold.ttf') format('truetype'), url('/fonts/MinionProSemibold.svg#MinionProSemibold') format('svg');
}

.tt {
    font-family: 'TTBarrelsRegular';
}
svg *{
 font-family: GothamMedium, Gotham Medium;
}
body {
    font-family: 'MinionProRegular';
    font-size: 14px;
    line-height: 1.5;
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;

}

*{
    outline:none;
}
*:focus {outline:0;}
section {
    min-height: 600px;
    position: relative;
    padding: 110px 0 20px 0;
}
#home
{
    min-height:700px
}
section#video
{
    padding-bottom:100px;
}
.fullheight {
    height: 100vh;
}

.fullh {
    height: 100%;
}

.plink {
    z-index: 1;
    height: 100%;
    opacity: 0;
}

    .plink.active {
        z-index: 2;
        opacity: 1;
    }

.h20 {
    height: 20%;
}

.h30 {
    height: 30%;
}

.g25 {
    width: 25%;
    float: left;
    height: 25%;
    background-size: cover;
    opacity: 0;
    position: relative;
    transition: transform 0.3s;
}

.g42 {
    width: 42%;
    float: left;
    height: 100%;
}

.g16 {
    width: 16%;
    float: left;
    height: 100%;
}

.g37 {
    width: 37%;
    float: left;
    position: relative;
}

.g63 {
    width: 63%;
    float: left;
}

.g100 {
    width: 100%;
    float: left;
    position: relative;
}

.glink {
    position: relative;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s;
}

    .glink:hover, .gmlink:hover {
        transform: scale(1.03);
        z-index: 5;
    }

        .glink:hover:after, .glink:hover:before, .gmlink:hover:after, .gmlink:hover:before {
            display: none;
        }

    .glink:after, .gmlink::after {
        content: '';
        position: absolute;
        right: 0;
        height: 100%;
        width: 2px;
        background: #fff;
        z-index: 1;
    }

    .glink:before, .gmlink:before {
        content: '';
        position: absolute;
        right: 0;
        height: 2px;
        width: 100%;
        background: #fff;
        z-index: 1;
    }

.container {
    width: 1180px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    transform: translateX(30px);
    display: block;
    position: relative;
}

.arialtxt{
    position: absolute;
bottom: 0;
padding-right: 60px;
left: 0;
opacity:0;
transition:opacity 0.5s;
}
.arialtxt.active
{
    opacity:1
}
a.cim.active
{
    font-weight:bold
}
#pois.active
{
    opacity:0;
}
.minheight {
    min-height: 500px;
}

#logoholder {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 56;
    top: 110px;
}
.fullimage
{
    display:block;
    width:100%;
}
.spn 
{
    position:relative;
}

.spn img
{
    position:relative;
    z-index:1
}
.spn:after
{
    content: '';
    position: absolute;
    right: 0;
    width: 12px;
    background: #fff;
    z-index: 2;
    top: 0;
    height: 100%;
}
.spn.spL:after
{
   right: auto;
       left:0;
}
.tl
{
    position:absolute;
    line-height:24px;
    background:#fff;
    display:block;
    bottom:0;
    left:0;
    right:0;
        z-index: 3;
}
.spn.spL .tl
{
    padding-left:12px;
}
.container.big {
    transform: translateX(0);
    width: 1240px;
}

.half {
    width: calc(50% - 12.5px);
    margin-right: 25px;
    float: left;
    text-align: left;
}

    .half.last {
        margin: 0;
        padding-left: 20px;
    }

.grid_4 {
    width: 33.33%;
    float: left;
    position: relative;
}

.grid_6 {
    width: 50%;
    float: left;
    position: relative;
}

.pR50 {
    padding-right: 50px;
}

.fullh {
    height: 100%;
}

.fullbg {
    background-size: cover;
    width: 100%;
    height: 100%;
}

#heroImage .fullbg {
    background-position: left bottom;
}

.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.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;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

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;
}

textarea:focus, input:focus, select:focus {
    outline: none;
}
/* General */

.img {
    width: 100%;
    margin: 0;
    display: block;
}

.middle-h {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    display: block;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    text-align: center;
}

.bottom {
    position: absolute;
    bottom: -5px;
    left: 0;
}

.txtslider.flexslider {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 250px;
    height: 100%;
    z-index: 0;
}

    .txtslider.flexslider.rightSide {
        left: auto;
        right: -30px;
    }

.sliderimage {
    width: calc(100% - 250px);
    float: right;
    background-size: cover;
    background-position: bottom left;
    height: 100%;
    position: relative;
    z-index: 1;
}

    .sliderimage.floatleft {
        float: left;
        background-position: bottom right;
    }

.txt {
    width: 250px;
    height: 100%;
    position: relative;
    float: left;
}

.floatright {
    float: right;
}

.txt.abs {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.txt.absBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
}

.txt p {
    padding-right: 50px;
}

#heritage .txt p {
    padding-right: 0;
    padding-left: 30px;
}


.brplace {
    display: block;
    width: 100%;
    height: 15px;
    float: left;
}

.placelink {
    width: calc(16.66% - 12.5px);
    display: block;
    margin-right: 15px;
    float: left;
}

.peoplelink {
    width: calc(25% - 11.25px);
    display: block;
    margin-right: 15px;
    opacity: 0;
    float: left;
}

.pl5, .pe3 {
    margin-right: 0;
}



.gLink img {
    display: block;
    width: 100%;
    transition: transform 0.3s;
}

.gLink:hover img {
    transform: scale(1.05) translateZ(0);
}
#closeEnq{
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    cursor: pointer;
    z-index: 50;
}

  #closeEnq:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 2px;
        height: 15px;
        transform: rotate(45deg);
        transform-origin: center;
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: center;
        background: #444C5A;
    }

    #closeEnq:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 2px;
        height: 15px;
        transform: rotate(-45deg);
        transform-origin: center;
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: center;
        background: #444C5A;
    }


#popUpImage {
    position: absolute;
    z-index: 5;
    display: none;
    opacity: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    transition: opacity 0.7s;
    background-size: cover;
    background-position: center;
}

.close {
    display: block;
    width: auto;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
}

    .close span {
        position: absolute;
        background: rgba(255,255,255,0.7);
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        padding: 8px;
        z-index: 50;
        display: block;
        width: 30px;
        height: 30px;
    }

    .close img {
        width: 100%;
        display: block;
    }

.linksholder {
    position: relative;
    height: 670px;
}

#places {
    position: relative;
}

#people {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.switchLink, .switchMobile {
    font-family: 'MinionProRegular';
    font-size: 0.8em;
    text-transform: capitalize;
    font-style: italic;
    transition: opacity 0.7s;
}


    .switchLink.active, .switchMobile.active {
        text-decoration: underline;
    }

#switchp {
    transition: opacity 0.7s;
    opacity: 0;
    display: none;
}

#nameholder {
    left: 0;
    font-family: 'MinionProSemibold';
    font-size: 1.2em;
    position: absolute;
    top: 100px;
    transition: opacity 0.7s;
    display: none;
    opacity: 0;
}

.nameholder {
    font-family: 'MinionProSemibold';
    font-size: 1.2em;
    margin: 15px;
    position: relative;
}

    #nameholder:before, .nameholder:before {
        content: '';
        display: block;
        width: 12px;
        height: 1px;
        background: #000;
        position: absolute;
        left: -20px;
        top: 45%;
        transform: translateY(-50%);
        transition: all 0.3s;
    }
/* Headings */
h1, h2, h3, h4, h5 {
    line-height: 1.7;
    margin: 0;
    font-weight: normal;
}

p {
    text-align: left;
    margin: 0;
    max-width: 280px;
}

h1 {
    font-size: 1.8em;
    letter-spacing: 0.15em;
}

h2 {
    font-size: 1.4em;
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    width: 250px;
    z-index: 3;
    transform-origin: left center;
}

.noAbs {
    position: relative;
    margin-bottom: 50px;
}

.switchTeam {
    display: block;
    font-size: 1.1em;
    cursor: pointer;
    position: relative;
    text-transform: capitalize;
}

    .switchTeam:before {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background: #000;
        position: absolute;
        left: -20px;
        top: 45%;
        transform: translateY(-50%);
        transition: all 0.3s;
    }

    .switchTeam.active:before {
        width: 12px;
          font-weight:bold
    }
        .switchTeam.active
    {
        font-family: 'MinionProSemibold';
    }
.teamDetails {
    max-width: 440px;
}

    .teamDetails p {
        max-width: 100%;
    }

.quate {
    font-style: italic;
    margin-bottom: 50px;
    margin-top: 50px;
}

    .quate span {
        display: block;
        margin: 15px 0;
        font-style: normal;
        font-size: 10px;
    }
    .teamDetails
    {
        position:relative;
    }
    .altLink
    {
        position:absolute;
       opacity:0;
        left:0;top:0;
        transition:opacity 0.56s;
        background:#fff;
        z-index:1
    }
     .altLink.active{
        position:relative;
        z-index:2;
            opacity: 1;

    }
.txtPop {
    cursor: pointer;
}

#locationPlace {
    position: absolute;
    color: #fff;
    background: #000;
    width: auto;
    font-size: 0.9em;
    padding: 5px;
    transform: translate(-50%,-150%);
    opacity: 0;
}

    #locationPlace span {
        display: inline-block;
        margin-right: 5px;
    }

#locationName {
    font-size: 1em;
    position: absolute;
    right: -310px;
    bottom: 0;
    left: auto;
}

    #locationName span {
        display: inline-block;
        margin-right: 5px;
    }

    #locationName.active:before {
        content: '';
        display: block;
        width: 10px;
        height: 2px;
        background: #000;
        position: absolute;
        left: -20px;
        top: 45%;
        transform: translateY(-50%);
        transition: all 0.3s;
    }

h2 span {
    display: block;
    margin-bottom: 10px;
}

h2 b {
    font-weight: normal;
    font-size: 0.8em;
    display: inline-block;
    margin: 0 5px;
}

#heritage h2, #neighborhood h2 {
    left: auto;
    right: 0;
    padding-left: 30px;
}

h3 {
    font-size: 1.4em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 45px;
}

#enquire h3 {
    text-align: left;
    margin-top: 50px;
}

h4 {
    font-size: 40px;
    color: #2A3851;
}

.poiLink {
    position: absolute;
    display: block;
    width: 4%;
    height: 6%;
    background: #fff;
    color: #170f00;
    font-size: 0.9em;
    border-radius: 50%;
}

#arialholder .poiLink img {
    max-width: 80%;
    display: inline-block;
}

.poiLink.bgdark {
    background: #a59575;
    color: #fff;
    background-position: 80% 50%;
    background-size: 60%;
    background-repeat: no-repeat;
    text-align: left;
}

    .poiLink.bgdark .middle {
        text-align: left;
        padding-left: 8%;
    }
    .disclaimer
    {
        max-width:100%;
       font-size:0.6em;
       letter-spacing:0;
       color:#a7a9ac;
       margin:40px 0; 
    }
#arialholder {
    position: relative;
    overflow: hidden;
}

    #arialholder img {
        display: block;
        position: relative;
        z-index: 1;
        width: 100%;
    }

    #arialholder svg {
        position: absolute;
        display: block;
        top: 22.5%;
        left: 0;
        width: 100%;
        z-index: 2;
    }
    #arial {
    display: block;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
}
    #arial.viewtwo.show_arial {
    opacity: 1;
    z-index: 10 !important;
}

#proximity h2 {
    position: relative;
    margin-bottom: 40px;
}

.transport {
    font-size: 11px;
    background-position: left center;
    background-size: 23px 30px;
    background-repeat: no-repeat;
    line-height: 32px;
    font-family: 'MinionProSemibold';
    margin-bottom: 10px;
    padding-left: 30px;
}

#pois {
    position: absolute;
    bottom: 0;
    padding-top: 40px;
    transition:opacity 0.5s;
}
/*home*/
.enq {
    font-size: 1.1em;
    letter-spacing: 0.15em;
    padding: 0.7em 1.3em;
    border: 1px solid #000;
    transition: background 0.3s;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: calc(50% + 30px);
    top: 110px;
    z-index: 59;
}

.fixed .enq {
    position: fixed;
    top: 37px;
}


.enq:hover {
    border: 1px solid #5a232b;
    background: #5a232b;
    color: #fff;
}

.arrow {
    display: block;
    margin-top: 60px;
    opacity: 0.6;
}

.fullyvideo {
    display: block;

    height: 663px;
    z-index: 1;
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;

}
.playvideo
{
    z-index:10
}
.playvideo svg
{
    width:30px;
    height:30px;
}
#pause
{
    z-index:1;
    width:100%;
    height:100%;
    display:block;
    text-align:center;

    
}
#pause:after
{
        content:'';
        position:absolute;
        top:50%;
        left:50%;
        width:40px;
        height:40px;
        opacity:0;
        background:rgba(0,0,0,0.5);
        transform:translate(-50%,-50%);
           z-index:1
       

            

}
#pause.paused:after,#pause.paused:before
{
    opacity:1
}
#pause::before
{
        content:'';
        position:absolute;
        top:50%;
        left:50%;
        width:10px;
        height:14px;
        opacity:0;
        border-left:3px solid #fff;
        border-right:3px solid #fff;
        transform:translate(-50%,-50%);
        z-index:2
}


#mute
{
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    right:60px;
    bottom:20px;
    overflow:hidden;
    z-index:2

}
#mute span
{
    width:25px;
    height:25px;
    display:block;
    position:absolute;
    right:0;
    bottom:0;
    overflow:hidden;
    z-index:2
}
#mute.muted  span:after {
    content: '';
    width: 2px;
    height: 200px;
    background: #fff;
    transform: rotate(-45deg);
    top: 0;
    left: -3px;
    position: absolute;
    transform-origin: top;
}
#fullscreen
{
        width:25px;
    height:25px;
    display:block;
    position:absolute;
    right:20px;
    bottom:20px;
    overflow:hidden;
    z-index:2
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
}



@-webkit-keyframes scaleUp {
    0% {
        opacity: 0;
        -webkit-transform: translate(-20px) scale(0.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0) scale(1);
    }
}

@keyframes scaleUp {
    0% {
        opacity: 0;
        transform: translate(-20px) scale(0.5);
    }

    100% {
        opacity: 1;
        transform: translate(0) scale(1);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInJump {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.95) translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
    }
}

@keyframes fadeInJump {
    0% {
        opacity: 0;
        -ms-transform: scale(0.95) translateY(20px);
        transform: scale(0.95) translateY(20px);
    }

    100% {
        opacity: 1;
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        -ms-transform: translateX(-40px);
        transform: translateX(-40px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

.fadeInJump {
    -webkit-animation-name: fadeInJump;
    animation-name: fadeInJump;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.scaleUp {
    -webkit-animation-name: scaleUp;
    animation-name: scaleUp;
}

@media screen and (max-aspect-ratio: 1920/1080) {
    .fullyvideo {
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .fullyvideo {
    }
}
/* Navigation */
header {
    margin: 0 auto;
    width: 100%;
    display: block;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    height: 100px;
    background: #fff;
    z-index: 10;
}

.fixed header {
    position: fixed;
}



#topConatiner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 50;
}

    #topConatiner.active {
        z-index: 555;
    }

.fixed #topConatiner {
    position: fixed;
    top: -50px;
}

.fixed #logoholder {
    position: fixed;
    top: 20px;
    height:70px ;
    overflow:hidden
}

.logo {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    transition: opacity 0.5s;
    height: 106px;
    transform-origin: top right;
    transition: height 0.7s;
}

.fixed .logo {
   height:85px;
}

.logo.fadeIn {
    opacity: 1;
}

nav {
    position: absolute;
    width: 0;
    left: -57px;
    top: 60px;
    transition: all 0.6s;
    background: #fff;
    padding: 0;
    bottom: 0;
    background: #fff;
    overflow: hidden;
    height: 100vh;
}

    nav.active {
        width: 300px;
    }


#nav li {
    list-style: none;
    display: block;
    padding: 5px 25px 5px 0;
    text-align: left;
    font-size: 18px;
    position: relative;
    width: 300px;
}

    #nav li a {
        font-family: 'MinionProSemibold';
        font-size: 20px;
        color: #000;
        text-transform: uppercase;
    }
/* nav-toggle */
#nav-toggle {
    position: absolute;
    top: calc(100% + 7px);
    left: -58px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 24px;
}

    #nav-toggle:after {
        content: 'CLOSE';
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: -25px;
        display: block;
        color: #000;
        opacity: 0;
        transition: opacity 0.6s;
        font-size: 12px;
    }

    #nav-toggle.active:after {
        opacity: 1;
    }



    #nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
        cursor: pointer;
        height: 3px;
        width: 30px;
        background: #000;
        position: absolute;
        display: block;
        content: '';
        top: 10px;
        -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:before {
            top: -7px;
        }

        #nav-toggle span:after {
            top: auto;
            bottom: -7px;
        }

    #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);
        }
/* enquiry */
.register {
    max-width: 900px;
    width: 100%;
    color: #231f20;
}

    .register h4, .register h5 {
        font-size: 20px;
        display: block;
        font-family: 'MinionProSemibold';
    }

    .register h4 {
        margin-bottom: 40px;
    }

    .register a {
        display: block;
        margin-bottom: 5px;
    }

.centeralign {
    text-align: center;
}

.rightalign {
    text-align: right;
}
/*footer*/
footer {
    padding: 60px 0 100px;
    color: #000;
    background: #fff;
    font-size: 1.2em;
    letter-spacing: 0.15em;
}

.corenerstone {
    text-align: right;
}

    .corenerstone img {
        width: 155px;
    }

footer a {
    color: #fff;
}

footer .container {
    min-height: 100px;
}

.direction {
    font-family: 'MinionProSemibold';
    padding-left: 30px;
    background-image: url(/images/marker.png);
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 28px;
    display: block;
    margin-top: 25px;
    color: #fff;
}

/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    text-align-last: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border-bottom: 1px solid #525252;
    clear: both;
}

li.token-input-input-token-project {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

ul.token-input-list-project li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100% !important;
    margin-bottom: 0;
}

li.token-input-token-project p {
    display: inline;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 20px;
    font-size: 11px;
}

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;
}

div.token-input-dropdown-project {
    position: absolute;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    cursor: default;
    font-size: 11px;
    z-index: 13;
    color: #000000;
}

    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-weight: bold;
                font-style: normal;
            }

            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;
}

.p-r-80 {
    padding-right: 80px;
}

.margin-b-40 {
    margin-bottom: 40px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mobileSlider {
    display: none;
}

.mobileView {
    height: 60vw !important;
    background-size: cover;
}

.mobile {
    display: none;
}

.space {
    display: block;
    height: 40px;
}

.register a.flipbook {
    font-size: 1.1em;
    letter-spacing: 0.15em;
    padding: 0.7em 1.3em;
    border: 1px solid #000;
    transition: background 0.3s;
    display: inline-block;
    text-align: center;
    text-transform:uppercase
}

    .register a.flipbook:hover {
        border: 1px solid #5a232b;
        background: #5a232b;
        color: #fff;
    }


#enquireTop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: #59212a;
    z-index: 9999;
    width: 100%;
    display: none;
    opacity: 0;
    transition: opacity 0.7s;
    overflow-y: scroll;
}

#building {
    padding-top: 0;
}

#enquire {
    padding-top: 50px;
}

#enquireTop * {
    color: #bdb19e;
}

#closeEnq {
    display: block;
    text-align: center;
    font-size: 23px;
    margin-bottom: 40px;
}


#inner {
    position: relative;
}
#inner img
{
    max-width:1000%;
}
#register
{
    position:fixed;
    top:50%;
    left:50%;
    width:600px;
    max-width:100%;
    padding:50px;
        z-index: 500;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 7px #000000;
    border: 1px solid #707070;
    transform:translate(-50%,-50%);
    display:none;
    opacity:0;
    transition:opacity 0.7s

}
#register p
{
    margin-bottom:30px;
    font-size:16px;
    max-width: 100%;
}
label
{
    display:block;

}
input, select {
    margin: 0;
    padding: 8px;
    width: 100%;

    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #444C5A;
    margin-bottom:20px;
    font-size: 14px;
    text-align: left;
    border: 1px solid #000;
    display:block
}
.b_submit
{
    width:150px;
    text-align:center;
    margin: 30px auto 0 auto;
    
}
@media screen and (max-width : 1400px) {
    #nav-toggle {
        top: 80px;
        left: 0;
    }

    nav {
        left: 0;
    }

    .linksholder {
        height: calc(100vw - 565px);
    }

    #pois .margin-b-40 {
        margin-bottom: 0;
    }

    .container {
        margin: 0 auto !important;
        max-width: calc(100% - 75px);
        transform: translate(0);
    }
    .fullyvideo
    {
        width:100%;
        height:calc(56.25vw - 42px)
    }
}

@media screen and (max-width : 1200px) {
    body {
        font-size: 13px;
    }
}

@media screen and (max-width : 1000px) {
    #topConatiner {
        position: fixed;
        top: 25px !important;
        height: 25px;
    }

    #nav-toggle {
        top:-5px;
    }

    .enq {
        font-size: 0.9em;
        letter-spacing: 0.05em;
        padding: 0.5em 1.3em;
        border: 1px solid #000;
        transition: background 0.3s;
        display: inline-block;
        text-align: center;
        position: fixed;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100px;
        top: 15px !important;
    }



    nav {

        top:30px;
    }

    #nav li a {
    font-size: 17px;

}
        #nav li  {

}


    .mobile {
        display: block;
    }
    b.mobile,    a.mobile
    {
        display:inline-block
    }
    .linksholder {
        height: auto;
    }

    .mobileSlider {
        display: block;
    }

    .p-r-80 {
        padding-right: 0;
    }

    .grid_6 {
        width: 100%;
    }

    header {
        height: 60px;
    }

    section {
        padding-top: 0;
        padding-bottom: 40px;
        min-height: 200px;
    }

    .jll {
        margin-top: 40px;
    }

    #logoholder {
        top: 12px !important;
        left: auto;
        right: 20px;
        z-index: 20;
        width: 110px;
        position:fixed
    }

    .logo {
        height: 45px;
        transform:scale(1) !important;
    }
    .fixed  .logo {
        height: 45px;
        transform:scale(1) !important;
    }
     .fixed  #logoholder
     {
         height:37px
     }
    #heroImage {
height: calc(100vh - 110px);
    margin-top: 25px;
    }

    .txt.abs {
        position: relative;
        height: auto;
    }

    .automobile {
        height: auto;
    }

    .middle-h.noMobile {
        position: relative;
        top: auto;
        transform: translate(0);
    }

    h1 {
        margin: 40px auto 0 auto;
        font-size: 1.5em;
    }

    h2 {
        position: relative;
        top: auto;
        left: auto;
    }

    .sliderimage {
        width: 100%;
    }

    .desktop {
        display: none !important;
    }

    .txtslider.flexslider {
        position: relative;
        width: 100%;
        float: left;
    }

    .fullyvideo {
        display: block;
        position: relative;
        left: 0%;
        top: 0%;
        transform: translate(-0%, -0%);
        margin: 0 auto;
    }

    .txtslider.flexslider.rightSide {
        right: 0;
    }

    #home {
        padding-top: 60px;
    }

    .ixmobile {
        height: 60vw;
        overflow: hidden;
        margin-top:30px
    }

    #arialholder {
        height: 100%;
    }

        #arialholder img {
        }

    .minheight {
        min-height: 150px;
    }

    #neighborhood {
        display: none;
    }

    .grid_4 {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

        .grid_4 p {
            max-width: 100%;
        }

        .grid_4 * {
            text-align: center !important;
        }

    .register.middle {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(-0%, 0%);
        padding: 0 15px;
    }

    .direction {
        display: inline-block;
    }

    .container{
        max-width: calc(100% - 50px);
    }

    .close {
        display: none;
    }

    .half {
        width: 100%;
        margin-right: 0;
        float: left;
    }
    .half.last {
    margin: 0;
    padding-left: 0;
}
    .switchTeam
    {
        margin-left:20px;
    }
    #fullscreen
    {
        display:none;
    }
    #mute {

    right:20px;
  
}
    .spn::after {

display:none

}
       .fullyvideo
    {
        width:100%;
        height:calc(56.25vw - 28px)
    }
}
