@font-face {
    font-family: 'NoeDisplayMedium';
    src: url('/fonts/NoeDisplayMedium.eot');
    src: url('/fonts/NoeDisplayMedium.eot') format('embedded-opentype'),
         url('/fonts/NoeDisplayMedium.woff2') format('woff2'),
         url('/fonts/NoeDisplayMedium.woff') format('woff'),
         url('/fonts/NoeDisplayMedium.ttf') format('truetype'),
         url('/fonts/NoeDisplayMedium.svg#NoeDisplayMedium') format('svg');
}

@font-face {
    font-family: 'BrownLight';
    src: url('/fonts/BrownLight.eot');
    src: url('/fonts/BrownLight.eot') format('embedded-opentype'),
         url('/fonts/BrownLight.woff2') format('woff2'),
         url('/fonts/BrownLight.woff') format('woff'),
         url('/fonts/BrownLight.ttf') format('truetype'),
         url('/fonts/BrownLight.svg#BrownLight') format('svg');
}



.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;
}

.grid_1 {
                width: 8.33%;
}
.grid_2 {
                width: 16.67%;
}
.grid_3 {
                width: 25%;
}
.grid_4 {
                width: 33.33%;
				width: calc(33.33% - 60px);
				margin-right: 90px;
				margin-bottom: 25px;
}
.grid_5 {
                width: 41.67%;
}
.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;
				position: relative;
}
 
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;
}
textarea:focus, input:focus, select:focus {
	outline: none;
}
/* General */
html{
	height: 100%;
	font-size: 16px;
}
body {
	   font-family: 'BrownLight';
	font-weight: 400;
	font-size: 1rem;
	background: #fff;
	color: #fff;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}
.img {
	width: 100%;
	margin: 0;
	display: block;
}
 
/* Headings */
h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
}
p {
    text-align: left;
    margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
    font-size: 1.7rem;
    line-height: 2.2rem;
    letter-spacing: 0.16rem;

}
h3 + p{
	font-family: 'NoeDisplayMedium';
}
h1 {
  font-size: 70px;
  font-size: 4rem;
 text-align: center;
  font-family: 'NoeDisplayMedium';
  color: rgb(255, 255, 255);
line-height: 1;
	letter-spacing: 0.5rem;
}
 
h2 {
}
h3 {
font-family: 'NoeDisplayMedium';
font-size: 55px;
font-size: 3.4375rem;
line-height: 2.4rem;
padding-top: 18px;
letter-spacing: 1.75pt;

}
h4 {
	font-size: 40px;
	color: #2A3851;
}

/* Navigation */ 

 #indicatior {
	margin: 0 auto;
	width: 90px;
	height: 100%;
	display: block;
	position: fixed;
	background: transparent;
	top: 0;
	left: 0;
	left: 0;
	transition: 0.5s all;
	opacity: 0;
}


#indicatior ul.indicator {
    display: block;
    position: absolute;
	left: calc(25px - 20px);
    top: 50%;
    transform: translateY(-50%);
    list-style: none;
}


.indicator li{
	display: block;
	position: relative;
	margin-bottom: 1rem; 
	
}

.indicator li a{
	width: 20px;
	height: 1px;
	background-color: #c1a176;
	display: block;
	transition: 0.5s all;
}
 .link0 .link1, .link1 .link2, .link2 .link3, .link3 .link4, .link4 .link5, .link5 .link6, .link6 .link7, .link7 .link8, .link8 .link9, .link9 .link10{
	width: 40px;
}


 
.logo {
	margin: 0 auto;
	display: block;
    width:188px;
    position:relative
}
.logo svg
{
    position:absolute;
    display:block;
    width:150px;
    top:12px;
    right:0;
   left:0 ;
   margin:auto;
   z-index:2;

}
.logo img
{
    width:100%;
    display:block;

}
header {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: #ffffff;
	padding: 50px;
	display: none;
}

nav {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #a8c7c3;
}

nav li {
	list-style: none;
	display: block;
	padding: 0 25px 0 25px;
	font-size: 18px;
	line-height: 10px;
	position: relative;
}

nav li a {
  font-size: 72px;
  font-size: 3.5rem;
   font-family: 'NoeDisplayMedium';
  color: #ffffff;
  font-weight: bold;
  line-height: 1.667;
  text-align: center;
	letter-spacing: 0.5rem;
	transition: 0.5s color; 
}

nav li a:hover{
	color: #1a474c;
}


.page0 .link.home, .page1 .link.residences, .page2 .link.residences, .page3 .link.location, .page4 .link.location, .page5 .link.lifestyle , .page6 .link.lifestyle, .page7 .link.films  , .page8 .link.films , .page9 .link.enquarie      {
		color: #1a474c;
}


/* nav-toggle */
#nav-toggle {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 15;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: block;
    background: rgb(193, 161, 118);
	transition: 0.5s all;
	margin-right: -50px;
}
.start.show #nav-toggle{
	margin: 0;
}
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
	cursor: pointer;
    height: 2px;
    width: 30px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    top: calc(50% - 1px);
    -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;
    left: 0;
	right: 0;
    margin: 0 auto;
}
#nav-toggle span:before {
	top: -10px
}
#nav-toggle span:after {
	top: 10px
}
#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: a rotate(-45deg) ;
}
/* enquiry */
.register {
	width: calc(100% - 60px);
	margin: 0 auto;
 max-width: 850px;
}
.formbox {
	margin: 0 auto;
	padding: 10px 0;
}
.inp-holder{
	display: block;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #ffffff;
	padding-top: 2rem;
	padding-bottom: 1rem;
	float: left;
	padding-top: 1rem;
    padding-bottom: 0.5rem;
}
.inp-holder.half{
	width: calc(50% - 20px);
	margin-right: 40px;
	float: left;
}
input, select {
	   font-family: 'BrownLight';
	font-size: 0.8rem;
	margin: 0 auto;
	padding: 0 0;
	width: 100%;
	color: #fff;
	border: 0 none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-bottom: 0 none;
	text-align: left;
	letter-spacing: 0;
	text-transform: uppercase;
	letter-spacing: 0.125rem;
}
select {
	padding: 0;
	text-align-last: left; text-align: left;

-ms-text-align-last: left;
-moz-text-align-last: left; text-align-last: left;
	background-image: url(/images/buttons/arrow-down.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: contain;
}
select option {
	padding: 7px 5px;
	background: #1a474c;
	text-align-last: left; text-align: left;

-ms-text-align-last: left;
-moz-text-align-last: left; text-align-last: left;
}
.privacy {
    font-size: 10px;
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
    line-height: 1rem;
    letter-spacing: 2px;
}
.chk_holder {
	margin: 2px auto 0 auto;
	color: #fff;
	text-align: left;
}
#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 {
	background: url("/images/buttons/uncheck.png") no-repeat left center;
	color: #fff;
	padding: 4px 0 4px 26px;
	   font-family: 'BrownLight';
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.125rem;
}
#chkInternational:checked + label {
	background: url(/images/buttons/check.png) no-repeat left center;
}
input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
color: #fff;
opacity: 1;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #fff;
opacity: 1;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
color: #fff;
opacity: 1;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
color: #fff;
opacity: 1;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: $form-field-text;
opacity: 1;
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
 opacity: 0.3;
}
 input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
 opacity: 0.3;
}
 input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
 opacity: 0.3;
}
 input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
 opacity: 0.3;
}
/*footer*/ 
footer {
	display: block;
	position: relative;
	width: 100%;
	padding: 0 0;
	margin: 0 auto;
	background: #1a474c;
}

footer .onethird{
	display: block;
	position: relative;
	width: 100%;
	float: left;
}
footer .onethird.centeralign {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
	transform: translateY(30%);
}
footer .container{
	width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: auto;	
	border: 0 !important;
}
footer a{
	display: inline-block;
	color: #ffffff;
	font-size: 1rem;
}
footer a.line{
	padding: 0 15px;
}
footer .onethird:nth-child(3){
	float: right ;
}
footer .onethird:nth-child(1), footer .onethird:nth-child(3){
	padding: 15px 0;
	text-align: center;
}
 
.cbre  , .demar  {
	display: inline-block;
	float: none;
	 width: 130px;
    margin-left: auto;
    margin-right: auto;
}
.cbre{
	margin-left: 40px;
}
/* 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: 0 none;
	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;
	text-align: left;
    width: 100%;
    bottom: 0;
}
ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
	padding:0;
	text-align: left;
	color: #F00D0D;
	position: absolute;
    bottom: -15px;
    left: 0;
}

*{
	text-size-adjust: none;
	-webkit-text-size-adjust: none
}

section{
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	height: 100% !important;
	overflow: hidden;
}
/*#fourth{
	height: auto;
}*/
.grid_4 div{
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.landing {
    
    transition: 1.5s all;
    border: 0px solid #ffffff !important;
}
.start .landing {
	 border: 50px solid #ffffff  !important;
}
 .start.show .label.bottom, .start.show #indicatior,.start.show #first .hl.bottom, .start.show #enq, #nav-toggle{
	 
	opacity: 1;
}
 

.container{
	display: block;
	width: 100%;
	position: relative;
	height: 100%;
	border: 50px solid #ffffff;
}

.dark-layer::before{
	/*content: '';*/
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);

} 
.main-logo{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	margin: auto;
	text-align: center
}
 
span.txt

{
    font-family: 'NoeDisplayMedium';
    display:block;
    margin-top:1rem;
    font-size:1.5rem;
    color: #ffffff;
    text-align:center;
	letter-spacing: 0.11rem;
}
.hl{
	display: block;
	position: relative;
	margin: 0 auto;
	background: transparent;
	display: none !important;
}
.hl::before{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #ffffff;
}

 .hl.top {
    height: 20vh;
}

 
 
 .hl.bottom{
    position: absolute;
    margin: 0 auto;
    height: 4vh;
    transition: 0.5s all;
    bottom: 0;
    left: 0;
    right: 0;
}

 .hl.bottom svg{
	width: 30px;
    transform: none;
    position: relative;
    display: block;
    margin: 10px auto;
	 transform: translateX(-1px);

}
#first .hl.bottom{
	    position: absolute;
    bottom: 0;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
	opacity: 0;
}
#first .hl.bottom::before{
	content: none;
}
.tb{
    display: table;
    max-width: 750px;
    max-width: 46.875rem;
    margin: 0 auto;
    table-layout: fixed;
    height: 100%;
    text-align: center;
     width: 100%;
}

.tbc{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
#tenth .tb{
	 max-width: 1200px;
}
#tenth .tbc{
	vertical-align: middle;
}
header .tbc{
	padding: 0;
	vertical-align: middle;
}

.label {
	display: inline-block;
	color: rgb(193, 161, 118);
	font-size: 20px;
	font-size: 1rem;
 	letter-spacing: 0.1rem;
	text-transform: uppercase;
	text-align: center;
	height: 1.68rem;
	font-weight: 600;
	width: max-content;
}

.label.bottom{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 5;
	transition: 0.5s all;
	bottom: 25px;
	transform: translateY(50%);
	opacity: 0;
}
.label.top {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 25px;
	transform: translateY(-50%); 
}

#enq {
    position: fixed;
    z-index: 1;
    right: calc(5.5vh - (1.68rem / 2));
    right: 25px;
    top: 50%;
    transform: translateY(-50%) translateX(50%) rotate(90deg);
    height: auto;
    color: rgb(193, 161, 118);
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    transform-origin: center;
	letter-spacing: 0.1rem;
 	opacity: 0;
}

.dis, .pri{
	padding-bottom: 10px;
	text-decoration: underline;
}

 

 

.second-logo svg{
	max-width: 160px;
	 width: 10rem;
	max-height: 120px;
}

/*#third, #fifth, #seventh, #ninth{
	padding: 50px;
}*/
 
span.second-logo.t {
    margin-top: 10vh;
    display: block;
	margin-bottom: 2rem;
}

.tel{
	color: inherit;
	font-size: inherit;
}

.hide{
	display: none;
}

.b_submit{
	color: #ffffff;
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
}
.inp-holder.sb{
    border: 1px solid #ffffff;
    padding: 0;
    margin: 1.7rem auto;
}

.mandatory{
  font-size: 0.85rem;
  color: rgb(255, 255, 255);
  line-height: 1.571;
  text-align: center;
  height: 13px;
  display: block;
  margin-bottom: 1rem;
}


#th{
	text-align: center
}

.center-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.center-word{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
    width: max-content;
}
a.scrolldown.target {
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-100%);
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 0.8rem;
}
.btn{
  display: inline-block;
  font-size: 15px;
  color: rgb(26, 71, 76);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
  background-color: rgb(255, 221, 200);
  padding: 15px ;
  letter-spacing: 1px;
}
#fourth .round-1{
	fill: #1a474c !important;
}
.video-play-btn{
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.clip-date, .clip-name{
	display: inline-block;
	position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  color: rgb(193, 161, 118);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.167;
  text-align: left;
	padding-bottom: 0.5rem;
	letter-spacing: 1.5px;
}
.clip-date{
	float: right;
}

 
.fadeIn {
    opacity: 0;
    opacity: 1;
    transition: 2s all;
}
.fadeIn.animate {
    animation-delay: 0.5s;
    opacity: 1;
    
}
#films{
    margin: auto;
	overflow: hidden;
}

.caption {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 1rem;
    left: 1rem;
    font-size: 0.8rem;
	font-weight: 600px;
}
 

/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/


.fullheight{
	height: 100%;
}
.bg-black{
	background-color: #000000;
}
.bg-green{
	background-color: #1a474c;
}
.bg-pink{
	background-color: #ffddc8;
}
.green{
	color:  #1a474c;
}
.gold{
	color: #c1a176;
}
.bg-light-green{
	background-color: #a8c7c3;
}
.bg{
	background-position: center center;
    background-position: 80% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.mb40{
	margin-bottom: 2.5rem;
	margin-bottom: 4vh;
}
.mt40{
	margin-top: 2.5rem;
	margin-top: 4vh;
}
.mtb40{
	margin-top: 2.5rem;
	margin-top: 4vh;
	margin-bottom: 2.5rem;
	margin-bottom: 4vh;
}
.mt4{
	margin-top: 4vh;
}
.mb10{
	margin-bottom: 5vh;
}
.mtb30{
	margin-top: 3.5vh;
	margin-bottom: 3.5vh;
}

.centeralign{
	text-align: center;
}
.nomarginright{
	margin-right: 0 !important;
}
.fullwidth{
	width: 100%;
}
.plr50{
	padding-left: 50px;
	padding-right: 50px;
}



.fullyvideo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    background-size: cover !important;
}
.counter_message {
    text-align: center;
    padding-bottom: 30px;
    font-style: italic;
    letter-spacing: initial;
}


@media screen and (max-aspect-ratio: 1620/1080) {
    .fullyvideo {
        height: 100%;
    }
}

@media screen and (min-aspect-ratio: 1620/1080) {
    .fullyvideo {
        width: 100%;
    }
}









@media screen and (min-width : 1921px) {
	html{
		font-size: 20px;
	}
}

@media screen and (max-width : 1360px) {
	span.second-logo.t {
    margin-top: 15vh;
    
}
	h1{
		font-size: 2.5rem;
	}
	.main-logo {
		max-width: 140px;
	}
	.clip-date, .clip-name{
		font-size: 1rem;
	}
	.video-play-btn {
    width: 45px;
	height: 45px;
	}
}
	
	@media screen and (max-width : 1024px) {
	html{
		font-size: 14px;
	}
		.landing {
    padding: 50px;
}
		.start .landing {
    border: 50px solid #ffffff;
}
		.start .landing {
    border: 50px solid #ffffff;
}
	#indicatior ul.indicator {

    left: calc(25px - 15px);
 
}
		.indicator li a.active {
    width: 30px;
}
		#enq {
			right: 25px;
		}
		.label.bottom {
			bottom: 25px;
		}
		.tbc {
    padding: 50px 0 0 0;
}
		.label.top {
			top: 25px;
		}
	 
		#nav-toggle {

    width: 50px;
    height: 50px;
 
}
header {
    padding: 50px;
}
		nav li a {
			font-size: 2.7rem;
		}
	 
		.clip-date {
    float: none;
    padding-left: 20px;
}
		.link0 .link1, .link1 .link2, .link2 .link3, .link3 .link4, .link4 .link5, .link5 .link6, .link6 .link7, .link7 .link8, .link8 .link9, .link9 .link10 {
    width: 30px;
}
.indicator li a {
    width: 15px;
}
}

@media screen and (max-width : 900px) {
 
  .fullyvideo {
        transform: translate(0, -50%);
        left: 0;
        right: auto;
    }

 
 
	footer .container {
    max-width: 94%;
}
 
 	.grid_4 {
    width: 33.33%;
    width: calc(50% - 50px);
    margin: 25px !important;
    
}
	
 
 

}
@media screen and (max-width : 760px) {
	.container {
    border: 30px solid #ffffff;
}
 
	html{
		font-size: 12px;
	}
	
	#indicatior {
		display: none;
	}
	
	
	
	
		.landing {
    padding: 30px;
}
		.start .landing {
    border: 30px solid #ffffff;
}
		.start .landing {
    border: 30px solid #ffffff;
}
 
	 
		#enq {
			right: 15px;
		}
		.label.bottom {
			bottom: 15px;
		}
		.tbc {
    padding: 30px 0 0 0;
}
		.label.top {
			top: 15px;
		}
	 
		#nav-toggle {

    width: 30px;
    height: 30px;
 
}
header {
    padding: 30px;
}
		nav li a {
			font-size: 2rem;
		}
	#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before{
		width: 20px;
	}
	#nav-toggle span:before {
    top: -5px;
}
	#nav-toggle span:after {
    top: 5px;
}
	
	p {
    text-align: center;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0.05rem;
    padding-left: 30px;
    padding-right: 30px;
}
	.btn {

    font-size: 1rem;
     
}
	

.plr50 {
    padding-left: 0;
    padding-right: 0;
}	
	
	
	.grid_4 {
    width: 100%;
    margin: 0 0 40px 0 !important;
}
.inp-holder.half {
    width: 100%;
    margin-right: 0;
    float: left;
}
	
	.register {
    padding: 0 30px;
}
	
	h3{
		font-size: 3rem;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

	footer .onethird {
    width: 100%;
    
}
	footer .onethird:nth-child(1), footer .onethird:nth-child(3) {
    padding: 20px 0;
		text-align: center
}
	footer .onethird:nth-child(2){
		display: none;
	}
	.cbre, .demar {
    max-width: 100px;
}
	
	header{
		display: none;
	}
		#chkInternational + label {
    padding: 8px 0 8px 26px;
			font-size: 9px;
 
}
	.label {
    font-size: 0.8rem;
}
	.formbox h3{
		font-size: 2.5rem;
	}
	.mtb30 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
	.privacy {
    font-size: 10px;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    line-height: 1rem;
    letter-spacing: 0;
    padding: 0;
}
	section#tenth {
    height: auto !important;
}

	
}
@media screen and (max-width : 320px) {
	.residences {
    font-size: 2.5rem;
}
	#chkInternational + label {
 
    font-size: 0.7rem;
}
}
 
