
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html, body {
    height: 100%;
    width: 100%;
}


.gold {
	color:#DAC48A;
}


@font-face {
    font-family: 'GTSectraDisplayLight';
    src: url('/fonts/GTSectraDisplayLight.eot');
    src: url('/fonts/GTSectraDisplayLight.eot') format('embedded-opentype'),
         url('/fonts/GTSectraDisplayLight.woff2') format('woff2'),
         url('/fonts/GTSectraDisplayLight.woff') format('woff'),
         url('/fonts/GTSectraDisplayLight.ttf') format('truetype'),
         url('/fonts/GTSectraDisplayLight.svg#GTSectraDisplayLight') format('svg');
}
@font-face {
    font-family: 'SaveurSans';
    src: url('/fonts/SaveurSans.eot');
    src: url('/fonts/SaveurSans.eot') format('embedded-opentype'),
         url('/fonts/SaveurSans.woff2') format('woff2'),
         url('/fonts/SaveurSans.woff') format('woff'),
         url('/fonts/SaveurSans.ttf') format('truetype'),
         url('/fonts/SaveurSans.svg#SaveurSans') format('svg');
}



section {
    height: 100%;
    height: 100vh;
    position: absolute;
    width: 100%;
	background:white;
	opacity:0;
	transition: all 0.6s ease-in-out;
	z-index:1;
/*
	 border: 10px solid #323031;
	border-top:none;
	border-bottom:none;
*/
	
}

section.active {
	opacity:1;
	z-index:2;
}
.content 
{
    min-height:600px;
	-webkit-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}
.tb {
    display: table;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    table-layout: fixed;
    height: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
}

.tbc {
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
    text-align: center;
}

.nav-wrapper {
	display: none;
}
ul#nav-desk {
    list-style: none;
	display: inline-block
}
ul#nav-desk li{
    display:inline-block;
	float:left;
	margin: 0 20px;
}

nav.desktop-nav {
    position: fixed;
    z-index: 23;
	text-align: center;
	top:40px;
}
#main {
    height: 100%;
    width: 100%;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    position: fixed;
    top: 0;
    left: 0;
}

#mainmenuholderright, .mob {
    position: fixed;
    top: 0;
    height: 100%;
    width: 60px;
    z-index: 3;
    right: 0;
}
.mob {
	display:none;
}

#mainmenuholder {
	margin-left:10px;
    height: 100%;
    width: 60px;
	display: none;
}

#menuwrapper {
    width: 200px;
    overflow: hidden;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
	border-color:#323031;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-90deg) translateY(-70px);
    transform: rotate(-90deg) translateY(-70px);
	color:#323031;
	position: absolute;
	z-index: 2;
	font-family: 'SaveurSans';
	
}

#mainmenu {
    width: 1400px;
    margin: 0;
    padding: 0;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

    #mainmenu li {
        width: 200px;
        float: left;
        list-style: none;
        display: block;
    }

#mainmenuright {
    margin: 0;
}

    #mainmenuright li {
        display: block;
        list-style: none;
    }

        #mainmenuright li a {
            display: block;
            width: 50px;
            height: 10px;
            position: relative;
        }

.s0 div#menuwrapper, .s3 #page-double div#menuwrapper {
    color: white;
    border-color: white;
}

#page-enquire div#menuwrapper {
	color:black;
	border-color:black;
}




#mainmenuright li a:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 4PX;
    display: block;
    width: 30px;
    height: 2px;
    background: #C5AB66;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.3, 1);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#mainmenuright li.active a:after {
    width: 50px;
}
#mainmenuright li a:hover:after {
    width: 50px;
	background:#DAC48A;
	
}

.fadeInup
{
    opacity:0;
    	    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transform:translateY(10px);
    -webkit-transform:translateY(10px);
       -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.active .fadeInup
{
    opacity:1;
    transform:translateY(0);
    -webkit-transform:translateY(0);
}
.active  *.delay1{
   -webkit-transition-delay:1s;
    transition-delay: 1s;
}
.imgholder {
    display: inline-block;
    position: relative;
    overflow: hidden;
	    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
	transition-delay: 2s;
}

    .imgholder img {
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transition-duration: 0.7s;
        transition-duration: 0.7s;
        display: block;
        position: relative;
        transform: translateY(-100%) scale(1,0);
        z-index:1;

    }

    .imgholder:after {
        content:'';
        top: -100%;
        width: 100%;
        height: 100%;
        display: block;
        background: #323031;
        position: absolute;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transition-duration: 0.7s;
        transition-duration: 0.7s;
/*		transition: all 0.7s */
        z-index:0;
    }
    .active .imgholder:after 
    {
		transition-delay: 0.7s;
		top:0;
    }
	.active .imgholder img {
		
		transform: translateY(0) scale(1,1);
		transition-delay: 1.4s;
		transition-duration:0.8s;
	}

	.active img.img-clicked {
	  transform: translateY(-100%) scale(1,0)!important;
		transition-delay: 0.4s!important;
		transition-duration: 0.8s;
		top:-100%;

	}
.active .imgholder.clicked:after {

		transition-delay: 0.8s;
	  	top:-100%;
	transition-duration: 0.8s;
	
}

/*
.down {
	display:inline-grid;
	padding-top:300px;
}
*/
.reverse {
	padding: 0;
	margin-top:-300px;
}
.left{
	float:left;
}
.right {
	float:right;
}
.carousel {
	text-align:center;
	position: relative;
	width:100%;
	display:inline-block;
	max-width:810px;
}
/*

.carousel-slide.imgholder.fade:after {
	opacity:0.5;
	z-index:1;
	transition:all .8s ease-in-out;
}
*/


.carousel-slide {
	margin-bottom:10px;
}
.carousel-slide .info {
	position:absolute;
	z-index:2;
	height: 100%;
    background: #323031;
    width: 100%;
	opacity: 0;
	transition:all 0.4s ease-in-out;
	cursor:pointer;
	
}
.carousel-slide .info-wrapper {
	position:absolute;
	z-index:2;
	height: 100%;
    width: 100%;
	opacity: 0;
	transition:all 0.4s ease-in-out;
	cursor:pointer;
	display:table;
	
}
.carousel-slide span, .carousel-slide p {
    position: relative;
	display:table-cell;
	vertical-align:middle;
    color: white;
	margin:auto;
    z-index: 1;
	text-align:center;
	left:0;
	right:0;
}
.carousel-slide span {
	border-bottom: 1px solid white;
	width: 20px;
	top:20px;
	display:none;
}
.carousel-slide span.bot {
    margin: auto;
    bottom: 20px;
	top:auto;
	border:none;
	border-top: 1px solid white;
	width: 40px;
}
.carousel-slide p {
    margin: auto;
    right: 0;
    left: 0;
/*    display: inline-block;*/
    top: 50%;
	
}

.sliderr-controller {
    margin-top: 20px;
}
.controller {
	width: 18px;
    height: 18px;
    background: #dac48a;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    border: 2px solid white;
	display: inline-block;
}

.controller.active {
	width: 16px;
    height: 16px;
    background: white;
    border-color: #dac48a;
    cursor: default;
}
#map, #page-double .grid_5.right {
	height: calc(100vh - 200px);
    max-height: 900px;
	}

.map-list {
	list-style:none;
	padding:0;
	margin-top:30%;
	text-align: left;
	display: block;
    vertical-align: middle;
	 font-family: 'GTSectraDisplayLight';
	opacity: 0;
	position: absolute;
	transition: all 0.6s ease-in-out;
	letter-spacing: 1px!important;
	
}

.map-list.active {
	opacity:1;
	    transition-delay: 1s;
}
.map-list li {
	margin-bottom:10px;
}

.changer {
    display: inline-block;
    width: 100%;
	    bottom: 0;
    position: absolute;
    left: 0;
	 text-align: left;
	padding-left:20px;
}
.changer span {
	padding: 0 10px;
	transition: all 0.8s ease-in-out;
}
.changer a.active {
	font-weight:bold;
}
.arrow{
	width:20px;
	height:20px;
	vertical-align:middle;
	display:inline-block;
	position:absolute;
	transition: all 0.2s ease-in-out;
}
.arrow:hover {
	width:25px;
}



ul#menu {
    position: fixed;
    z-index: 20;
    right: 20px;
    top: 50%;
    list-style: none;
    text-align: right;
}

    ul#menu li {
        display: block;
        cursor: pointer;
        height: 12px;
        margin-bottom: 5px;
        /*	height:10px;*/
    }



    ul#menu a {
        width: 30px;
        height: 2px;
        margin: 5px 0;
        background: white;
        display: inline-block;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }

        ul#menu a:hover, ul#menu a.hovered {
            width: 40px;
            height: 4px;
        }

    ul#menu li.active a {
        width: 40px;
        height: 4px !important;
    }

span.active_section {
    list-style: none;
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    top: 50%;
    /*    opacity: 0;*/
    transition: all 1s ease-in-out;
    z-index: 20;
    left: 0;
}
span.menu-hider {
    position: fixed;
    width: 100px;
    height: 130px;
    left: 0;
    top: 44vh;
    background: red;
    z-index: 1;
}


.fullimage {
    width: 100%;
}

div.fullimage {
	background-position: center center;
    background-size: auto 100%;
    height: 100%;
	width:100%; 
    display: inline-block;
	background-repeat:no-repeat;
	
}

#page-team div.fullimage {
	height:660px;
	height: calc(100vh - 300px);
	background-size:cover;
	
}


.container {
    padding: 2.5% 5%;
    width: 90%;
    margin: 0 auto;
    clear: both;
    display: block;
    overflow: auto;
    position: relative;
}
.content.small {
	max-width:720px;
}

.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;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

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;
    border: none;
}

textarea:focus, input:focus, select:focus {
    outline: none;
}
/* General */
body {
    color: #323031;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
	line-height:20px;
    background: white;
	overflow: hidden;
	font-family: 'SaveurSans';
}


.img {
    width: 100%;
    margin: 0;
    display: block;
}

.content {
    margin: 0 auto;
    width: 100%;
    max-width: 75%;
    float: none;
}
.content.aerial {
/*	height:calc(100vh - 300px);*/
	max-width:64%;
}



.content h1 {
	font-size:48px;
	text-align: center;
	font-family: 'GTSectraDisplayLight';
	line-height: 52px;
}
/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
	
}

p {
    text-align: left;
    margin: 0;
}

h1 {
    font-size: 60px;
}

h2 {
}

h3 {
}

h4 {
    font-size: 40px;
    color: #2A3851;
}

h5 {
	font-size:16px;
	font-family: 'SaveurSans';
}
.m-b-45 {
	margin-bottom: 45px;
}
.text-upp {
	text-transform: uppercase;
}

.l-s-2 {
	letter-spacing:2px;
}

.fullyvideo{
    position: absolute;
width: 100vw;
height: 56.25vw;
min-height: 100vh;
min-width: 177.77vh;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
z-index: -2;
background-image: url(/images/poster.jpg);
background-size: cover
}
#playvideo
{
    display:block;
    letter-spacing: 2px;
    margin-top:7vh;
    line-height: 25px;
	opacity:0;
	transition:all 0.5s ease-in-out;
}
.blackoverlay
{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(50,48,49,0.8);
    z-index:0;

}
#playvideo svg
{
width:50px;
height:50px;
}
/*Grid container*/
.grid_1, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    /*float: left;*/
    display: inline-block;
    box-sizing: border-box;
    margin: auto;
}

.grid_1 {
    width: 6.333333333333334%;
}

.grid_2 {
    width: 14.666666666666668%;
}

.grid_3 {
    width: 23%;
}

.grid_4 {
    width: 31.333333333333336%;
}

.grid_5 {
    width: 46%;
    margin-right: 7%;
}

.grid_6 {
    width: 48%;
}

    .grid_6.left {
        margin: 0 2% 0 0;
    }

    .grid_6.right {
        margin: 0 0 0 2%;
    }

.grid_7 {
    width: 50%;
}

.grid_8 {
    width: 64.66666666666667%;
}

.grid_9 {
    width: 73%;
}

.grid_10 {
    width: 81.33333333333333%;
}

.grid_11 {
    width: 89.66666666666667%;
}

.grid_12 {
    width: 100%;
}

/* Navigation */


.logo {
    margin: 0 auto;
    display: block;
}

.logo_link {
	display:inline-block;
	opacity: 1;
	color:#C5AB66;
	position: fixed;
	left: 30px;
	top:30px;
	font-size: 50px;
	z-index: 24;
/*	height:40px;*/
/*	padding: 10px 0;*/
	
}

nav {
    margin: 0 auto;
    padding: 0;
		
	    display: block;
    width: 100%;
}

#nav li {
    list-style: none;
    display: inline-block;
    padding: 0 25px 0 25px;
    font-size: 18px;
    line-height: 10px;
    position: relative;
	
	width: 100%;
    height: 6vh;
}

    #nav li a {
        color: #fff;
        text-transform: uppercase;
		font-family: 'SaveurSans';
    }
#nav li a:hover {
	color:#DAC48A;
}

/* nav-toggle */
#nav-toggle {
    position: absolute;
    top: 40px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 30px;
	left:25px;
	outline:none;
	display:none;
}

a.current-page {
	color:#C5AB66!important;
}

#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
	cursor: pointer;
	height: 3px;
	width: 30px;
	background: #323031;
	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:-10px;
}
#nav-toggle span:after {
	top: 10px;
}
span.btn-hovered:before, span.btn-hovered:after {
	background:#DAC48A;
	transition: all 0.1s ease-in-out!important;
	
}
a#nav-toggle.active span.btn-hovered:before, a#nav-toggle.active span.btn-hovered:after {
	background:#DAC48A!important;
	transition: all 0.1s ease-in-out!important;
	
}

#nav-toggle span {
/*	background:transparent!important;*/
	    left: 10px;
}

html.s0 #nav-toggle span, html.s0  #nav-toggle span:after, html.s0 #nav-toggle span:before {
	background:white;
}
html.s3 #page-home #nav-toggle span, html.s3  #page-home #nav-toggle span:after, html.s3 #page-home #nav-toggle span:before {
	background:white;
}
html.s2 #page-residence #nav-toggle span, html.s2 #page-residence #nav-toggle span:after, html.s2 #page-residence #nav-toggle span:before {
	background:white;
}
html.s4 #page-residence #nav-toggle span, html.s4 #page-residence #nav-toggle span:after, html.s4 #page-residence #nav-toggle span:before {
	background:white;
}
html.s6 #page-residence #nav-toggle span, html.s6 #page-residence #nav-toggle span:after, html.s6 #page-residence #nav-toggle span:before {
	background:white;
}

#page-enquire #nav-toggle span, #page-enquire #nav-toggle span:after, #page-enquire #nav-toggle span:before {
	background:black;
}


a#nav-toggle.active span:after, #page-enquire a#nav-toggle.active span:after{
	top:0!important;
	background:white!important;
}
a#nav-toggle.active span:before, #page-enquire a#nav-toggle.active span:before{
	top:0!important;
	background:white!important;
}

html.s3 #page-double #nav-toggle span, html.s3 #page-double #nav-toggle span:before, html.s3 #page-double  #nav-toggle span:after {
	background:white;
}

html.s3 #page-home ul#nav-desk li a, html.s2 #page-residence ul#nav-desk li a, html.s4 #page-residence ul#nav-desk li a, html.s6 #page-residence ul#nav-desk li a{
	color:white;
}

#nav-toggle.active span:after, #nav-toggle.active span:before {
	top: 0;
}

/* enquiry */

.enquire-btn {
	text-transform: uppercase;
	letter-spacing: 2px;
	position: fixed;
	left: 0;
	right:0;
	margin:auto;
	top:30px;
	color:#DAC48A;
	z-index: 5;
	max-width:140px;
	font-family: 'SaveurSans';
	padding: 8px 0 10px;
	display:none;
}

.enquire-btn:after, .enquire-btn:before {
    content: '';
    position: absolute;
    width: 85%;
    background: #DAC48A;
    height: 1px;
    bottom: 0;
    left:8px;
	transition: 0.2s all ease-in-out;
}

.enquire-btn:before {
	bottom:auto;
	top:100%;
	opacity:0;
}
.enquire-btn:hover:before, .enquire-btn:hover:after {
	width:100%;
	left:0;
}

.enquire-btn:hover:before {
	top:0;
	opacity:1;
}


ul#nav-desk li a {
	max-width:140px;
	font-family: 'SaveurSans';
	padding: 8px 0 10px;
	position: relative;
	transition: all 0.3s ease-in-out;
	color:#323031;
}

ul#nav-desk a.page-enquire {
	color:#DAC48A!important;
}

ul#nav-desk li a:after, ul#nav-desk li a:before {
    content: '';
    position: absolute;
    width: 85%;
    background: #DAC48A;
    height: 1px;
    bottom: 0;
    left:8px;
	transition: 0.3s all ease-in-out;
	opacity: 0;
}

ul#nav-desk li a.current-page:after, ul#nav-desk li a.current-page:before {
	background:#C5AB66;
}

ul#nav-desk li a:before {
	bottom:auto;
	top:100%;
	opacity:0;
}

ul#nav-desk li a:hover {
	color:#DAC48A!important;
}
ul#nav-desk li a.current-page:before, ul#nav-desk li a.current-page:after  {
	width:100%;
	left:0;
	opacity: 1;
}

ul#nav-desk li a.current-page:before {
	top:0;
	opacity:1;
}
#page-enquire .enquire-btn {
	display:none;
	
}

#page-enquire ul#nav-desk li a {
	color:#323031;
}

#scrl-btn {
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	left: 0;
	right:0;
	margin:auto;
	bottom:30px;
	color:#C5AB66;
	z-index: 3;
	width:125px;
	font-family: 'SaveurSans';
	background: url('/images/buttons/downarrow.svg') center bottom no-repeat;
	padding-bottom: 40px;
	background-size: 30px 30px;
	font-size: 14px;

}

#page-enquire #scrl-btn {
	display:none!important;
}
#scrl-btn:hover {
	color:#DAC48A;
}

.register {
    width: 100%;
    margin: 0 auto;
}

.formbox {
    margin: 0 auto;
    padding: 50px 0 0 0;
    width: 90%;
    max-width:640px;
    text-align: center;
}

form#portal_enquiry {
    display: inline-block;
}

div.formbox h2 {
    font-size: 26px;
    padding: 55px 0;
    line-height: 35px;
	font-family: 'GTSectraDisplayLight';
}
.wrapper {
    width: 48%;
	display:inline-block;
}

input, select {
    font-size: 16px;
    margin: 0 auto;
    padding: 5px 10px;
    color: #393d4f;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #525252;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
    overflow: visible;
    position: relative;
	width:100%;
	font-family: 'SaveurSans';
}
input#chkInternational {
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	display:none;
}
div#int_postcode {
    width: 48%;
	float: left;
	height:50px;
}
div#au_postcode {
    width: 48%;
	height: 50px;
}
input#int_zippostal {
	width:100%;
}
    input#postcode {
        margin-bottom: 10px;
    }

    input.b_submit {
        font-weight: bold;
        letter-spacing: 4px;
        border: none;
        background: white;
        color: #393d4f;
        width: auto;
        padding: 2px 40px;
        font-size: 16px;
        cursor: pointer;
		border-left: 1px solid #393d4f;
		border-right: 1px solid #393d4f;
		display: block;
		margin:40px auto 20px;
    }

input.b_submit:hover {
	border-color:#DAC48A;
	color:#DAC48A;
}

select {
    padding: 0;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
}

    select option {
        background: white;
		color:#393d4f;
        text-align: center;
        -moz-text-align-last: center;
        text-align-last: center;
        width: auto;
        display: block;
        text-transform:uppercase !important;
    }

    select#enquiry_enquiry_source, select.bedroom {
		padding: 4px 0;
        text-align: center;
        border: none;
        margin-bottom: 20px;
		font-family: 'SaveurSans';
		border-bottom: 1px solid #525252;
		width:100%;
    }

.privacy {
    font-size: 12px;
    font-family: 'SaveurSans';
    margin: 35px 10px 55px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    line-height: 15px;
    position: relative;
    z-index: 5;
}

.chk_holder {
    margin: 0;
    display:inline-block;
    margin-bottom: 15px;
	float:left;
}

#chkInternational {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: auto;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
	width:48%;
    	font-family: 'SaveurSans';
}

    #chkInternational + label {
        background: url(/images/buttons/uncheck.png) no-repeat left center;
/*        color: #393d4f;*/
        padding-left: 26px;
        font-family: 'SaveurSans';
		font-size:12px;
    }

    #chkInternational:checked + label {
        background: url('/images/buttons/1check.png') no-repeat left center;
    }

p#th {
    text-align: center;
	max-width:425px;
	margin:auto;
}

input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
	color:#393d4f;
    opacity: 1;
    text-align-last: center;
    -ms-text-align-last: center;
    background: transparent;
	font-family: 'SaveurSans';
	font-size:16px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
    text-align: center;
    background: transparent;
    /*	 padding: 40px 0;*/
    height: 30px;
    text-align-last: center;
    -ms-text-align-last: center;
	color:#393d4f;
	font-family: 'SaveurSans';
	font-size:16px;
}


input:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1;
	font-size:16px;
    text-align: center;
    text-align-last: center;
    -ms-text-align-last: center;
    background: transparent;
	color:#393d4f;
	font-family: 'SaveurSans';
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
	font-size:16px;
    text-align: center;
    text-align-last: center;
    -ms-text-align-last: center;
    background: transparent;
	color:#393d4f;
	font-family: 'SaveurSans';
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    text-align: center;
    font-size: 16px;
    text-align-last: center;
    -ms-text-align-last: center;
    background: transparent;
	color:#393d4f;
	font-family: 'SaveurSans';
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: #393d4f;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: #393d4f;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: #393d4f;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: #393d4f;
}
/*footer */
footer {
    float: right;
    margin-left: 5%;
    line-height: 74px;
}
/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    text-align-last: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border-bottom: 1px solid #525252;
    clear: both;
	margin-bottom:20px;
}

li.token-input-input-token-project {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

div#enquiry_HowDidYouHearHolder {
    text-align: center;
	
	width:48%;
	float:right;
}

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: 16px;
	
}

li.token-input-token-project {
    overflow: hidden;
    height: 25px;
    margin: 0;
    padding: 2px 5px;
    background-color: transparent;
    cursor: default;
    font-size: 12px;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
    color:#323031;
}

div.token-input-dropdown-project {
    position: absolute;
    width: 100%;
    background-color: white;
    overflow-x: hidden;
    cursor: default;
    font-size: 11px;
    z-index: 13;
}

    div.token-input-dropdown-project ul {
        margin: 0;
        padding: 0;
        display: block !important;
    }

        div.token-input-dropdown-project ul li {
            background-color: white;
            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: white;
            }

            div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
                background-color: white;
            }

            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: red;
		margin-bottom: 20px;
    }



a.return {
    color: #323031;
    display: inline-block;
    margin-top: 100px;
    padding: 0 10px;
    border-left: 1px solid #323031;
    border-right: 1px solid #323031;
    padding-bottom: 5px;
}

a.return:hover {
	color:#DAC48A;
	border-color:#DAC48A;
}
/*Menu stylesheet*/
.menu {
    display: block;
    position: fixed;
    padding: 40px;
    width: 100%;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    background: white;
    transition: all 0.6s ease-in-out;
    z-index: -1;
    opacity: 0;
}

div.hide {
    opacity: 0 !important;
    z-index: -1 !important;
    transition: all 0.6s ease-in-out;
}

.menu a.reg-btn {
    display: inline-block;
    position: static;
    float: right;
    color: #393e4f;
}

.menu a img {
    display: inline-block;
    float: left;
    cursor: pointer;
}

/*Homepage stylesheet starts here*/
a.reg-btn {
    position: absolute;
    top: 45px;
    margin: auto;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: bold;
    z-index: 13;
    cursor: pointer;
}

.caption-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 24.3%;
}

    .caption-wrapper h3 {
        font-weight: bold;
        font-size: 18px;
        padding-top: 65px;
        letter-spacing: 3px;
    }


.scroll-btn {
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    text-align: center;
    z-index: 13;
    font-size: 11px;
}

    .scroll-btn > * {
        display: inline-block;
        line-height: 18px;
        font-size: 12px;
        font-weight: normal;
        color: #fff;
    }

    .scroll-btn .mouse {
        position: relative;
        display: block;
        width: 20px;
        height: 33px;
        margin: 0 auto 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #fff;
        border-radius: 23px;
        background: none;
        cursor: pointer;
    }

        .scroll-btn .mouse > * {
            position: absolute;
            display: block;
            top: 29%;
            left: 50%;
            width: 6px;
            height: 6px;
            margin: -3px 0 0 -3px;
            background: #fff;
            border-radius: 50%;
            -webkit-animation: ani-mouse 2s linear infinite;
            -moz-animation: ani-mouse 2s linear infinite;
            animation: ani-mouse 2s linear infinite;
        }

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 70%;
    }

    50% {
        opacity: 0;
        top: 70%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}


/*location stylesheet starts here*/

.location-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
    cursor: pointer;
    display: inline-block;
}

.location {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 25px;
    top: 55px;
    left: 39%;
}

.name {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 4px;
    padding: 10px 20px;
    background: #393e4f;
    position: absolute;
    z-index: 12;
}

.first {
    width: 250px;
    top: 0;
    bottom: 0;
    margin-top: 45%;
    margin-left: 0;
    left: 65%;
}

.hovered {
    opacity: 1;
}

.section {
    position: relative;
}
#page-enquire
{
    overflow-y:scroll;
}
#page-enquire #main
{
    position:relative;
}
.logo-wrapper {
    display: inline-block;


	margin:auto;
	    height: 165px;
	left:0;
	right:0;
	width:100%;
    padding-top:15px
	
/*    max-width: 670px;*/
}
.logo-wrapper  a

{
    display:inline-block;
    margin:0 20px ;
}
.logo-wrapper  a img
{
height:35px;
 }
img.urban {

}

img.cbre {

}

div.each-slide {
    display: none;
}

.to-fade {
	
	height:calc(100vh - 300px)!important;
	opacity:0;
	background: black;
	transition: all 0.3s ease-in-out;
}

.caption {

	position:absolute;
	margin:auto;
	left:0;
	right:0;
/*	color:#DAC48A;*/
	top:0;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	font-family: 'GTSectraDisplayLight';
	height: 100%;
	padding: 0 10%;
	font-size: 20px;
	line-height: 25px;
	color: #FFFFFF;
	max-width: 800px;

}

.double.flexslider {
	display:none;
}
.doubl.flexslider ul.flex-direction-nav {
		display:none;
	}

#page-home #first-section img {
	max-width:300px;
}
.s0 #page-home .logo_link {
	opacity:0;
}

.s0 ul#nav-desk li a, .s3 #page-double ul#nav-desk li a {
	color:white;
}



/*
.just-border {
	display:none;
	
}
*/
.just-border {
		display:block;
		position: fixed;
		background:#323031;
		top:0;
		left:0;
		z-index:3;
	}
	.just-border.l {
		width:10px;
		height:100%;
	}
	.just-border.r {
		width:10px;
		height:100%;
		left:auto;
		right:0;
	}
	.just-border.t {
		width:100%;
		height: 10px;
		
	}
	.just-border.b {
		width:100%;
		height: 10px;
		top:auto;
		bottom:0;
		
	}



.map-wrapper {
	padding-left:60px;
}
@media screen and (max-width:1024px) {
	
	.fullyvideo
    {
        display:none;
	}
	
	.tb, .tbc  {
		height:auto;
	}
	.caption {
		position:static;
		opacity:1!important;
		display: block;
		height:auto;
		color:#323031;
		    padding-top: 65px;
	}
	

	.content {
		    max-width: 80%!important;
	}
	.map-wrapper {
    padding-left:0;
}
	
	#scrl-btn {
		bottom:auto;
		top:86vh;
		position:absolute;
	}

	
	#mainmenuholderright {
		display:none;
	}
	
	body.touch {
    overflow: auto;
}
	
	.touch section {
    height: 100vh;
    position: relative;
		top:0!important;
		bottom: 0!important;
}
	
	.touch #main {
		height: auto;
		position: relative;
		transform: translateY(0)!important;
}
	.map-list {
		top:-2%;
	}
	
	.carousel {
		max-width:640px;
	}
	
	.sliderr-controller {
		margin:0;
	}
	.active .imgholder img {
			max-width:310px;
		}
	
}
@media screen and (max-width : 900px) {
	
	.touch section {
		height:auto;
	}
	.enquire-btn {
		display:block;
	}
	
	#mainmenuholder {
		display:block;
	}
	
	nav.tbc {
		width:100vw;
	}
	#nav-toggle {
		display:block;
	}
	
	nav.desktop-nav {
		display:none;
	}
	.nav-wrapper {
		display:block;
	}
	
	header {
		margin: 0 auto;
		display: block;
		text-align: center;
		width: 50%;
		height: 100%;
		position: absolute;
		z-index: 4;
		transform: translateX(-650px);
		transition: all 0.6s ease-in-out;
		opacity: 0;

	}

header.active_nav {
	transform: translateX(0);
	background: black;
	z-index:4;
	opacity:1;
}
	
	div.fullimage  {
		width: 100%;

	}
	header.active_nav {
		width:100%;
	}
	
	#mainmenuholderright {
		display:none;
	}
	
	section {
	}
	.mob {
		display:block;
	}
	
	.touch #main {
		height:auto ;
		position:relative;
	}
	body.touch{
		overflow: auto;
	}
	
	.black {
		color:#323031!important;
		border-color:#323031!important;
	}
	.touch #nav-toggle span.black-bg, .touch #nav-toggle span.black-bg:after {
		background:#323031;
	}

	.touch section {
		height: auto;
		position: relative;
	}

	.touch #mainmenuholder {
		position:fixed;
		z-index:3;
	}
	.touch header, .touch #nav-toggle {
		position:fixed;
	}

    .caption-wrapper {
        top: 15%;
    }

	.caption-wrapper img {
		width: 315px;
	}
	
	#page-double #second-section .content .carousel .carousel-slide:first-child + .down{
		position: absolute;
		left: 14%;
	}
	#page-double #second-section .content .carousel .carousel-slide.mid {
		    right: 20%;
	}
	
}


@media screen and (max-width: 768px ) {
	
	#page-team section#second-section {
		    margin-bottom: 180px;
	}
	
	#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before{
		background:#DAC48A!important;
	}
	
	.carousel {
		display: none!important;
	}
	
	.touch #mainmenuholder{
		display:none;
	}
	
	div#map {
		height:calc(100vh - 500px);
	}
	.sliderr-controller {
		display:none;
	}
	.logo_link {
		display:none;
	}
	
	div.fullimage  {
		height: 37vh;

	}
	
	.double.flexslider {
		display:block;
	}
	
	.double.flexslider p{
		margin:5px 0;
		display:inline-block;
		text-align: center;
		border-bottom: 1px solid #DAC48A;
		border-top: 1px solid #DAC48A;
		width:auto;padding:0 10px;
		margin-top: 20px;
	}
	
	.map-list {
		padding:40px 0;
		margin:auto;
		position:relative;
		opacity: 1;
		display:inline-block;
		margin-right:0;
		float:right;
		
	}
	.map-list.active {
		margin-right: 0;
		float: left;	
	}
	
	
	.changer {
		display:none;
	}
	
	.grid_5.right {
		height:auto!important;
	}
	.grid_7, .grid_5 {
		width:100%;
	}
	#page-double #second-section .content .carousel .carousel-slide:first-child + .down {
		left:0;
	}
	.content {
		min-height:auto;
		height:auto;
		padding:80px 20px;
		width:100%;
	}
	
	.tbc {
		height:auto;
	}
	
	section#first-section .content, section#first-section  .tbc, header .content, header .tbc {
		height:100vh;
		padding: 0;
    margin: auto;
	}
	
	.mob {
		display: none;
	}
	.touch section {
		opacity:1;
	}
}

@media screen and (max-width:760px) {
	.logo-wrapper a {
    display: block;
    margin: 15px 0;
}
	p#th {
		text-align: center;
		max-width: 480px;
		margin: auto;
		display: table-cell;
		vertical-align: middle;
	}
	
	div#enquiry_thankyou {
		height: 85vh;
		display: table;
	}
	
	#page-enquire .content {
		padding-top:0;
	}
	
	#page-team #last-section .caption{
		padding-bottom:40px!important;
	}
	
	.map-list li {
		margin-bottom: 5px;
	}
	
	.map-list {
		font-size:15px;
		line-height: 18px;
		padding-bottom:0;
		
	}
	.map-list.second {
		padding-top:0;
		float: left;
	}
	.double.flexslider p {
		border:none;
	}
	.content.aerial{
		padding-top:0;
	}
	
	.content h1 {
		font-size:22px;
		line-height:27px;
		padding: 0 20px;
	}
	
	p.tbc {
		font-size:15px;
		line-height: 18px;
	}
	
	
	.map-wrapper {
		padding:0 0 80px;
		
	}
	div#map{
		MIN-HEIGHT:400PX;
	}
	div.formbox h2 {
		font-size: 21px;
		line-height: 25px;
	}
	
	#page-team section#second-section{
		margin-bottom: 20px;
		min-height:100vh;
		
	}
	
	div.to-fade{
		height:250px!important;
	}
	
	
	.content{
		    width: 100%;
    padding-left: 0;
    padding-right: 0;
	}
	.caption{
		PADDING-TOP:0;
	}
	
	
	
	
	#map {
		height:66vh;
	}
	
	
	div.wrapper, div#au_postcode, div#enquiry_HowDidYouHearHolder, div#int_postcode{
		width: 100%;
	}
	
	p.caption {
    margin: auto 15%;
    top: 36%;
}
	
	div.fullimage {
		height: 190PX!important;
		min-height:260px;
		width: 100%!important;
		background-size: cover;
		background-position: center center;

	}
	#first-section img {
			width:175px;
		}
	
	#mainmenuholder {
		margin:auto;
		display:none;
	}
	.mob {
		display:none;
	}
	
	#nav-toggle {
		left:10px;
	}
	#menuwrapper {
		width:175px;
	}
	
}

@media screen and (max-width:500px){
	div.fullimage {
		min-height:auto;
	}
}
