@font-face {
    font-family: 'SilverSouthSerif';
    src: url('/fonts/SilverSouthSerif.eot');
    src: url('/fonts/SilverSouthSerif.eot') format('embedded-opentype'),
         url('/fonts/SilverSouthSerif.woff2') format('woff2'),
         url('/fonts/SilverSouthSerif.woff') format('woff'),
         url('/fonts/SilverSouthSerif.ttf') format('truetype'),
         url('/fonts/SilverSouthSerif.svg#SilverSouthSerif') format('svg');
}

@font-face {
    font-family: 'GothamExtraLightItalic';
    src: url('/fonts/GothamExtraLightItalic.eot');
    src: url('/fonts/GothamExtraLightItalic.eot') format('embedded-opentype'),
         url('/fonts/GothamExtraLightItalic.woff2') format('woff2'),
         url('/fonts/GothamExtraLightItalic.woff') format('woff'),
         url('/fonts/GothamExtraLightItalic.ttf') format('truetype'),
         url('/fonts/GothamExtraLightItalic.svg#GothamExtraLightItalic') format('svg');
}

@font-face {
    font-family: 'GothamLight';
    src: url('/fonts/GothamLight.eot');
    src: url('/fonts/GothamLight.eot') format('embedded-opentype'),
         url('/fonts/GothamLight.woff2') format('woff2'),
         url('/fonts/GothamLight.woff') format('woff'),
         url('/fonts/GothamLight.ttf') format('truetype'),
         url('/fonts/GothamLight.svg#GothamLight') format('svg');
}

@font-face {
    font-family: 'GothamBold';
    src: url('/fonts/GothamBold.eot');
    src: url('/fonts/GothamBold.eot') format('embedded-opentype'),
         url('/fonts/GothamBold.woff2') format('woff2'),
         url('/fonts/GothamBold.woff') format('woff'),
         url('/fonts/GothamBold.ttf') format('truetype'),
         url('/fonts/GothamBold.svg#GothamBold') format('svg');
}

.gotham_bold{
	  font-family: 'GothamBold';
}
 
.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.66%;
}
.grid_3 {
                width: 25%;
}
.grid_4 {
                width: 33.33%;
}
.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;
	outline: none;
	font-weight: normal;
}
*{
	outline: none;
	font-weight: normal;
}

img {
	border: none;
	max-width: 100%;
	display: block;
}
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 */
body {
	font-family: 'GothamLight';
	font-size: 18px;
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	padding-top: 80px;
	overflow-x: hidden;
	background-image: url("/images/bg/bg_footer.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
}
/* Headings */
h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
	line-height: 1.1em;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 600;
}
h1 {
	position: relative;
	z-index: 2;
}
h2 {
}
h3 {
}
h4 {
}

.art_text {
    font-family: 'SilverSouthSerif';
    color: #000000;
    font-size: 90px;
    font-size: 5em;
    font-size: 4em;
}
.art_text.small{
	font-size: 1.5em;
}
h1.art_text{
	font-size: 100px;
    font-size: 5em;
	line-height: 1em;
}
/* Navigation */ 
header {
	display: block;
	position: fixed;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	background: #ffffff;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	box-shadow: 0px 0px 10px #000000;

}
nav {
	margin: 0 auto;
	padding: 0;
	display: block;
	text-align: center;

}
#nav li {
    list-style: none;
    display: inline-block;
     padding: 0;
    font-size: 18px;
    position: relative;
    border-right: 1px solid #c2c2c2;
       margin: 32px 0 26px 0;
    text-align: center;
	transition: 0.5s all;
	width: 150px;
}
li.bl1{
	border-left: 1px solid #c2c2c2;
}
#nav li a {
	color: #000000;
	font-family: 'SilverSouthSerif';
	font-size: 14px;
	font-size: .9em;
	padding-bottom: 4px;
	border-bottom: 1px solid transparent;
	transition: 0.5s all;
	position: relative
}
.has-hover #nav li a:hover, #page-apartments.has-hover  #nav li a.apartments, #page-convenience.has-hover  #nav li a.convenience, #page-greenspace.has-hover  #nav li a.greenspace, #page-gallery.has-hover  #nav li a.gallery, #page-team #nav.has-hover  li a.team, #page-contact #nav.has-hover  li a.contact, #page-connectivity.has-hover  #nav li a.connectivity{
	border-bottom: 1px solid #000000;	
}
#nav li ol li:hover, #page-apartments.parkview.has-hover  #nav li ol li.parkview, #page-apartments.terraceview.has-hover  #nav li ol li.terraceview, #page-greenspace.park.has-hover  #nav li ol li.park, #page-greenspace.terrace.has-hover  #nav li ol li.terrace  {
	background-image: -webkit-linear-gradient(bottom, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: -o-linear-gradient(bottom, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: linear-gradient(to right, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
}


#page-apartments.parkview #nav li ol li.parkview a, #page-apartments.terraceview #nav li ol li.terraceview a, #page-greenspace.park #nav li ol li.park a, #page-greenspace.terrace #nav li ol li.terrace a{
	color: #ffffff;
}



#nav li ol {
display: block;
    position: absolute;
    background: #ffffff;
    width: 100%;
    left: 0;
    padding-top: 28px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s all;
    top: 90%;
}
#nav li:hover ol{
	height: auto;
	opacity: 1;
}
#nav li ol li{
	display: block;
	position: relative;
	border: 0 none;
	padding: 0;
	margin: 0 auto;
	transition: 0.3s background;
}


#nav li ol li a{
	display: block;
	padding: 12px 0;
}
.enq {
	color: #000000;
	font-family: 'SilverSouthSerif';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 130px;
	text-align: center;
	 padding: 10px  0 12px 0;
	font-size: 0.7em;
	background-image: -webkit-linear-gradient(left, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: -o-linear-gradient(left, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: linear-gradient(to right, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
	color: #ffffff;	
}
#nav {
    display: block;
    margin: 0 auto;
    width: calc(100% - 300px);
    max-width: 1366px;
}


/* nav-toggle */
#nav-toggle {
	    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 10;
    cursor: pointer;
    width: 50px;
    height: 60px;
	background-image: -webkit-linear-gradient(bottom, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: -o-linear-gradient(bottom, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: linear-gradient(to right, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
	display: none;
}
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
    cursor: pointer;
    height: 4px;
    width: 26px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
  
    -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{
	left: 12px;
	top: calc(50% - 2px);
}
#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)
}
.logo {
display: block;
    width: 110px;
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    left: 20px;
}


li.logoholder{
	width: 200px;
}
/* enquiry */
.register {
}
.formbox {
}
.reg_holder .wrap{
	    transform: translateX(-85%);
}
.form_holder {
    display: block;
    width: 100%;
    max-width: 540px;
    background: #ffffff;
    padding: 0;
    margin: 0;
	border: 2px solid #000000;
	padding-top: 50px;
	margin-bottom: 50px;
}

.input_holder{
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	border-bottom: 2px solid #000000;
	width: calc(100% - 200px);
	margin-bottom: 8px;
}
.bg_gold_reg::before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 300%;
	top: 0;
	left: 0;
	   background-image: -webkit-linear-gradient(left, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: -o-linear-gradient(left, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: linear-gradient(to right, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
	z-index: -1;
	
}
.reg_holder .bg{
	background-position: right center;
}
label{
font-family: 'SilverSouthSerif';
font-size: 14px;
color: #000000;
padding: 0;
	    position: absolute;
    left: 0;
    bottom: 20px;
	text-transform: uppercase;
}
input, select {
	  font-family: 'SilverSouthSerif';
	font-size: 13px;
	font-size: 1em;
	margin: 0 auto;
	padding: 20px 0 15px 125px;
	width: 100%;
	color: #000000;
	border: 0 none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-bottom: 0 none;
	text-align: left;
	margin-bottom: 5px;
	
}
.b_submit{
	font-family: 'SilverSouthSerif';
	display: block;
	position: relative;
	margin: 30px auto 20px auto;
	width: 190px;
	text-align: center;
	font-size: 0.9em;
	color: #ffffff;
	padding: 20px;
	   background-image: -webkit-linear-gradient(bottom, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: -o-linear-gradient(bottom, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: linear-gradient(to right, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);	
}
input[type="submit"]{
	cursor: pointer !important;
}
select {

	    padding: 20px 0 15px 0;
	text-align-last: left; text-align: left;
color: #000000;
-ms-text-align-last: left;
-moz-text-align-last: left; text-align-last: left;
}
select option {
	padding: 7px 5px;
	background: #fff;
	text-align-last: left; text-align: left;
color: #000000;
-ms-text-align-last: left;
-moz-text-align-last: left; text-align-last: left;
}
.privacy {
	font-size: 10px;
}
.chk_holder {
	margin: 10px auto 0 auto;
	color: #fff;
}
#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: 2px 0 2px 26px;
}
#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 {
color: transparent;
}
 input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
color: transparent;
}
 input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
color: transparent;
}
 input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
color: transparent;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: initial;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}
/*footer*/ 
footer {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
}
footer h2 {
    font-size: 1.3em;
    position: relative;
	font-family: 'SilverSouthSerif';
}
footer h2 span {
    font-size: 1.05em;
}
footer .grid_7 {
    border-bottom: 5px solid #000000;
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 12px;
	text-align: center;
}
footer .grid_7 a {
    font-family: 'SilverSouthSerif';
    font-size: 1em;
    display: inline-block;
    margin: 0 10px;
    color: #414042;
   
}
footer .grid_2.rightfloat {
    transform: translateY(-15px);

}

.has_dropdown::before{
	content: url(../images/buttons/arrowDown.png);
    margin: 0 auto;
    position: absolute;
    right: -12px;
    top: 8px;
    transform: translateY(-50%);
	 
}
.m_gold {
    transform: translateX(-10px);
    display: inline-block;
}
.social_media_holder {
    display: block;
    position: relative;
}
.socialmedia {
    fill: #000000;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.heard{
	padding: 0 0 10px 0;
	text-align: center;
} 
.heard a{
	display: inline-block;
	font-size: 14px;
    font-weight: 600;
    text-align: center;
	text-decoration: none;
	color: #000000;
	letter-spacing: 1px;
}
/* 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;
}
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;
}

/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
section{
	display: block;
	position: relative;
	width: 100%;
	max-width: 100%;
}

.container{
	display: block;
	position: relative;

}
section.landing {
    overflow: hidden;
	height: calc(100vh - 80px);
	background: lightgray;
}
.fullyvideo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
 
}
.video_holder {
    position: absolute;
    height: 100%;
    min-height: 600px;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 1;
	width: 100%;
	background: #000;
}
.video_holder iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.video_holder::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: transparent;
    top: 0;
    left: 0;
}
.wrapper {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}
#page-thankyou .wrapper {
 
    display: block;
    position: absolute;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
 	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	text-align: center;
}
.key{
	position: absolute;
	left: 0;
	bottom: 0;
}

.trigger{
	display: block;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	left: 20px;
	background: #000000;
	color: #ffffff;
	font-family: 'SilverSouthSerif';
	font-size: 25px;
	font-size: 1.38em;
	padding: 13px 10px 16px 11px;
	text-align: center;
}
.trigger::before{
	 content: '';
	display: block;
	position: absolute;
	width: 60px;
	height: 100%;
  background-image: -moz-linear-gradient( -65deg, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
  background-image: -webkit-linear-gradient( -65deg, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
  background-image: -ms-linear-gradient( -65deg, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
	right: -60px;
	top: 0;
}
.trigger::after{
	 content: '';
 position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
	background-image: url("/images/buttons/right_flash.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.learnmore{
	font-family: 'SilverSouthSerif';
	text-decoration: underline;
	font-size: 18px;
	font-size: 1em;
	text-transform: uppercase;
}
 
.number{
	font-size: 120px;
	font-size: 6.6em;
}
.airpottime{
	margin-top: -50px;
	padding-left: 20px;
}

.small_logo{
	margin: auto;
	border: 2px solid #000000;

}
.grid_6.sl{
	padding-left: 20px;
	padding-right: 0;
}
.grid_12.sl{

	margin-top: 20px;
}

.grid_12.sl div{
	width: 50%;
	margin: 0 auto;
		padding-left: 10px;
	padding-right: 10px;
}
.text-container{
	padding-top: 160px;
	padding-bottom: 150px;
}
.grid_5.hap{
	position: absolute;
	right: 0;
	top: -50px;
}
.a5{
	float: right;
	padding-right: 16px;
}
.grid_7.two_img_holder img{
	/*float: left;*/
	display: inline-block;
}
.a7{
	max-width: 420px;
	width: 53%;
}

.a8{
	max-width: 320px;
	width: 40%;
	transform: translateY(60%);
}
.video_frame.fullwidth {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.video_frame.fullwidth video {
    width: 100%;
    max-width: 100%;
}
.wrap {
    display: block;
    position: relative;
}
.Play_btn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    max-width: 80px;
}
.tel{
	display: block;
  font-size: 38px;
  font-size: 2.11em;
 font-family: 'SilverSouthSerif';
	text-decoration: none;
	color: #000000;
	margin: 12px auto;
}

.title_label { font-family: 'SilverSouthSerif';
  font-size: 25px;
  font-size: 1.38em;
	color: #ffffff;
	background: #000000;
	padding: 18px 30px;
	text-align: left;
	display: inline-block
}
.bg_black_extend::before{
content: '';
    display: block;
    position: absolute;
    width: 1000vw;
    height: calc(100% + 180px);
    top: -70px;
    left: -100vw;
    right: -100vw;
    margin: 0 auto;
    background: #000000;
	z-index: -1;
}
.half{
	display: block;
	position: relative;
	float: left;
	border: 2px solid #000000;
	width: calc(50% - 40px);
	margin: 10px;
	padding: 40px 20px;
	text-align: center;
	min-height: 270px;
	
}
#page-contact  .half p{
	font-size: 14px;
}
#page-contact  .half a{
		 
	font-weight: 600;
	    font-family: 'GothamLight';
}
#page-contact p.contact_title {
	font-size: 33px;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    font-size: 1.9em;
    font-family: 'SilverSouthSerif';
    color: rgb(0, 0, 0);
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000000;
}

.contact_details a{
	display: block;
}

.old_tel{
	position: absolute;
	bottom: 0;
	right: 25%;
	transform: translateX(50%);
	width: 400px;
}
.grid_2{
	
}
.p10{
	padding: 10px;
}
.grid_holder{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
}
.clearright{
	clear: right
}
.clearleft{
	clear: left;
}
.grid_2 .smart{
	display: block;
	position: absolute;
	left: 10px;
	top: 96%;
	width: 100%;
}
.ty-50{
	transform: translateY(-50px);
}
.ty-150{
	transform: translateY(-150px);
}
.ty-90{
	transform: translateY(-90px);
}
.tx-50{
	transform: translateX(-50px);
	padding-top: 80px;
}

.pop-up-holder{
	position: fixed;
	z-index: 1000;
	background: #000000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
.pop-up-container h5 {
	 font-family: 'SilverSouthSerif';
	font-weight: 1.2em;
	font-size: 1.5em
}
.pop-up-holder .input_holder{
	width: calc(100% - 40px)
}
.pop-up-container{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	transform: translate(-50%,-50%);
	width: 900px;
	max-width: 90%;
	border: 2px solid #ffffff;
	background: #ffffff;
}
.ptb100{
	padding-top: 100px;
	padding-bottom: 100px;
}
.pt100{
	padding-top: 100px;
}
.pop-up-holder .fields_holder{
	width: 100%;
	max-width: 100%;
}
.pop-up-holder .grid_6{
	padding-left: 25px;
	padding-right: 25px;
}
.pop-up-img-holder{
	display: block;
	width: 100%;
}
.close_pop_up{
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	z-index: 2;
}
.pop-up-thankyou {
    position: fixed;
    z-index: 1000;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.pop-up-thankyou .pop-up-container {
    padding: 100px 75px 0 75px;
    max-width: 700px;
    border-radius: 25px;
    width: 100%;
}
.pop-up-thankyou .input_holder {
 
    width: 100%;
     
}

.pop-up-thankyou select {
    background-color: transparent;
    color: #000000;
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    position: relative;
    background-image: url("/images/buttons/arrow-black.png");
    background-position: 98% 25px;
    background-size: auto;
    background-repeat: no-repeat;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
}

.pop-up-thankyou h2 {
	    font-family: 'SilverSouthSerif';
    color: #000000;
    font-size: 3em;
}

.personalize {
    font-size: 1em;
    color: #ed1c24;
	text-transform: uppercase;
	margin-top: 10px;
}
.personalize + p {
	margin-bottom: 10px;
}

.complet-my-profile {
    display: block;
    position: relative;
    width: 100%;
    margin: 40px auto 0 auto;
 	font-family: 'SilverSouthSerif';
		background-image: -webkit-linear-gradient(left, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: -o-linear-gradient(left, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: linear-gradient(to right, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    color: #ffffff;
    font-size: 1em;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
	padding: 10px !important;
}

.l-h {
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    max-width: 100px;
}

a.thankyou-closebtn {
    position: absolute;
    top: 7px;
    right: 0;
    width: 40px;
}
.second-form-holder{
	padding: 0 40px;
}

.splash_holder{
	position: fixed;
	z-index: 1000;
	background: rgba(0,0,0,0.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/splash/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;

	
}

.splash1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	opacity: 0;
	transition: 1s opacity;
	max-width: 90%;
	margin: 0 auto;
}
.splash2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	opacity: 0;
	transition: 0.6s opacity;
		max-width: 90%;
	margin: 0 auto;
}
.splash_holder.start .splash1{
	opacity: 1;
}
.splash_holder.start .splash2{
	transition-delay: 0.8s;
	opacity: 1;
}
.pop-up-container input, .pop-up-container select{
		padding: 15px 0 10px 125px;
	}
.pop-up-container input.b_submit, .b_submit.rd{
	padding: 10px 0 10px 0;
}
.pop-up-container .ema input{
	padding: 10px 0 10px 75px;
	font-size: 14px;
	transform: translateY(-5px)
}
#page-greenspace .copy{
	max-width: 600px;
}
#map {
	width: 100%;
	height: 60vh;
	z-index: 3;
}
.stamp {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    transform: translate(-15%,25% );
}
#page-thankyou section.landing {
    overflow: hidden;
	height: calc(100vh - 290px);
	background: transparent;
}

/* ------------------------------STAR-------------------------------- */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
.black{
	color: #000000;
}
.white{
	color: #ffffff;
}
.gold{
	color: #ffc367;
}

*.fullheight {
    height: 100vh;
    overflow: hidden;
}
.fullwidth{
	width: 100%;
}
.ptb120{
    padding-top: 120px;
    padding-bottom: 120px;
}
.pt120{
    padding-top: 120px;
}
.pb120{
    padding-bottom: 120px;
}
.ptb200{
    padding-top: 200px;
    padding-bottom:200px;
}
.pb160{
	padding-bottom: 160px;
}
.pt160{
	padding-top: 160px;
}
.pb100{
	padding-bottom: 100px;
}
.mt_img{
	margin-top: 130px;
}
.mb_img{
	margin-bottom: 130px;
}
.tyb160{
	transform: translateY(160px);
}
.pt200{
    padding-top: 200px;
}
.pt80{
	padding-top: 80px;
}
.pb200{
    padding-bottom: 200px;
}
.pl100{
    padding-left: 100px;
}
.pl200{
    padding-left: 200px;
}
.pr100{
    padding-right: 100px;
}
.pr50{
	padding-right: 50px;
}
.ml100{
	margin-left: 100px;
}
.ml100{
	margin-left: 100px;
}
.ml200{
	margin-left: 200px;
}
.pl50{
	padding-left: 50px;
}
.pl135{
	padding-left: 135px;
}
.ml135{
	margin-left: 135px;
}
.tyt05em{
	transform: translateY(-0.7em);
}
.plr100{
	padding-left: 100px;
	padding-right: 100px;
}

.pr_img{
	padding-right: 90px;
}
.pl_img{
	padding-left: 70px;
}
.mb20{
	margin-bottom: 20px;
}
.mb50{
	margin-bottom: 50px;
}
.bold{
	font-weight: bold !important;
}
.mt50{
	margin-top: 50px;
}
.mt100{
	margin-top: 100px;
}
.mtb50{
	margin-top: 50px;
	margin-bottom: 50px;
}
.ptb50{
	padding-top: 50px;
	padding-bottom: 50px;
}
.pt50{
	padding-top: 50px;
}
.pb50{
	padding-bottom: 50px;
}
.pt70{
	padding-top: 70px;
}
.pb30{
	padding-bottom: 30px;
}
.pb10{
	padding-bottom: 10px;
}
.copy{
	width: 100%;
	max-width: 350px;
	max-width: 460px;
	font-weight: 600;
	line-height: 1.5em;
}
.red{
	color: #ed1c24;
}
.uppercase{
	text-transform: uppercase;
}
.rightfloat{
	float: right;
}
.leftfloat{
	float: left;
}
.abs{
position: absolute;	
}
.h100{
	height: 100%;
}
.leftside{
	left: 0;
}
.rightside{
	right: 0;
}

.tyt120{
	transform: translateY(-120px);
}

.leftalign{
	text-align: left;
}
.rightalign{
	text-align: right;
}
.centeralign{
	text-align: center;
}
.pl20{
	padding-left: 20px;
}
.pr20{
	padding-right: 20px;
}

.plr20{
	padding-left: 20px;
	padding-right: 20px;
}
.pt20{
	padding-top: 20px;
}
.pb20{
	padding-bottom: 20px;
}
.pb30{
	padding-bottom: 30px;
}
.txr20{
	transform: translateX(20px);
}
.txl20{
	transform: translateX(-20px);
}
.bg{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.ml50{
	margin-left: 50px;
}
.mr100{
	margin-right: 100px;
}
.mb30{
	margin-bottom: 30px;
}
.mt30{
	margin-top: 30px;
}
.mtb30{
	margin-top: 30px;
	margin-bottom: 30px;
}
.mb100{
	margin-bottom: 100px;
}
.z2{
	z-index: 2;
}
.ptb30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.bg_black{
	background-color: #000000;
}
.bg_gray{
	background-color: #e3e3e3;
}
.shadowbox{
padding-top: 150px;
	padding-bottom: 150px;
	
}
.w80{
	width: 80%;
	padding-right: 20px;
}
.shadowbox .hasside{
	background: transparent;
}
.bg_black.hasside::before{
	content: '';
	position: absolute;
	height: calc(100% + 300px);
	top: -150px;
	left: 0;
	background-color: #000000;
	width: 100%;
	z-index: -1;
	
}
.bg_gold.hasside::before{
		content: '';
	position: absolute;
	height: calc(100% + 300px);
	top: -150px;
	left: 0;
	background-image: -webkit-linear-gradient(bottom, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: -o-linear-gradient(bottom, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: linear-gradient(to right, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
	width: 100%;
	z-index: -1;
}

.bg_gold{
    background-image: -webkit-linear-gradient(bottom, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: -o-linear-gradient(bottom, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: linear-gradient(to right, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);	
}


.gradient_text{
	background: -webkit-linear-gradient(#ffc367, #bb8825);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.tyt50{
	transform: translateY(-50px)
}
.relative{
	position: relative
}
.tyt-75{
	transform: translateY(-55px);
}
.ty-120{
	transform: translateY(-120px);
}
.justmobile{
	display: none !important;
}
.nodesktop{
	display: none;
}
#iframe_embedded{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
	.ty-6em{
		transform: translateY(-6em);
	}
.two_img_holder  .disclaimer {
	position: relative;
	
}
.slider_disclaimer{
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	display: block;
	color: #ffffff;
	   font-family: 'GothamLight';
	font-weight: bold;
}
.disclaimer::before{
	content: 'Disclaimer: Not actual park';
	position: absolute;
	display: block;
	color: #ffffff;
	bottom: 10px;
	right: 10px;
	z-index: 2;
	font-size: 12px;
	font-weight: bold;
}
.landing .disclaimer::before{
	color: #000000;
}
.Odf{
	/* display: none; */
}

.video_slider {
	width: 100%;
	height: 1200px;
}

.disclaimer_enq {
	position: relative;
    margin: 0 auto 20px auto;
    padding: 0;
	width: calc(100% - 50px);
	font-size: 10px;
	color: #000;
	text-align: center;
}

#page-apartments .disclaimer, #page-greenspace .disclaimer {
	width: 100%;
}

.disclaimer a {
	color: #000;
	font-family:'GothamBold';
}

iframe.venoframe.vbvid.figlio {
	background: transparent!important;
}





.loader-cover{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
  z-index: 1000;
	display: none;
}

/*  Preloader  */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
.loader {
  color: #ffffff;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10em;
  height: 10em;
  -webkit-transform: translateZ(0) translate(-50%,-50%);
  -ms-transform: translateZ(0) translate(-50%,-50%);
  transform: translateZ(0) translate(-50%,-50%);
	
}
.loader:before,
.loader:after {
  position: absolute;
  content: '';
}
.loader:before {
  width: 5.2em;
  height: 10.2em;
      background-image: -webkit-linear-gradient(left, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: -o-linear-gradient(left, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: linear-gradient(to right, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.loader:after {
  width: 5.2em;
  height: 10.2em;
     background-image: -webkit-linear-gradient(left, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: -o-linear-gradient(left, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: linear-gradient(to right, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media screen and (max-aspect-ratio: 1920/1080) {
    
	.fullyvideo {
          height: 100%;
          
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .fullyvideo {
        width: 100%;
	}
}

@media screen and (max-width : 1550px) {
	body{
		font-size: 17px;
	}
	#nav li {
		padding: 0 10px;
		width: 140px;
	}
		#nav li a{
		font-size: 0.7em;
	}
	.eng{
		font-size: 0.7em;
	}
	.has_dropdown::before{
		top: 5px;
	}
}

@media screen and (max-width : 1320px) {
	
	body{
		font-size: 16px;
	}
	#nav li a{
		font-size: 12px;
	}
	#nav li {
		width: 120px;
	}
	.pl100 {
    padding-left: 60px;
}
	.view3d h2, .view3d p {
		float: left;
	}
	.ml100 {
    margin-left: 60px;
}
	.plr100 {
    padding-left: 60px;
    padding-right: 60px;
}
	.number{
		font-size: 5em;
	}
	.ml200 {
    margin-left: 120px;
}
	h1.art_text{
		font-size: 5em
	}
	
}

@media screen and (max-width : 1250px) {
	body{
		font-size: 17px;
	}
	.number{
		font-size: 4em;
	}
	#nav li {
    padding: 0;
    width: 100px;
}
	.ml135 {
    margin-left: 75px;
}


}
@media screen and (max-width : 1050px) {
	footer h2{
		font-size: 1em;
	}
	.input_holder, .disclaimer {
    width: calc(100% - 50px);
}
	
	.ml135 {
    margin-left: 50px;
}
	
	#nav li {
    padding: 0;
    width: 98px;
}
	#nav li{
		width: 95px;
	}
}

@media screen and (max-width : 1000px) {
	.video_holder{
		min-height: 100%;
	}
	.stamp {
 
		transform: translate(-14%,-10% );}
	body{
		font-size: 14px;
		overflow-x: hidden;
		padding-top: 70px;
	}
	h1.art_text{
		font-size: 4.5em;
	}
	.justdesktop{
		display: none !important ;
	}
	.justmobile{
		display: block !important;
	}

	.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
                width: 100%
}
	#nav-toggle {
	display: block;
}
ul#nav {

	clear:both;
	height: calc(100vh - 60px);
	padding-top: 40px;
	overflow-y: scroll !important;
	display: none;
}
		header{
		min-height: 70px;
			
	}
	nav {
    margin-top: 60px;
    overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;

	}
	.logo {
    display: block;
    width: 110px;
    position: absolute;
    top: 10px;
    transform: none;
    left: 20px;
}
	
	.enq {
        top: auto;
    transform: none;
    bottom: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: initial;
    padding: initial;
    width: 100%;
    position: relative;

	}
	#nav {
    width: 100%;
    max-width: 100%;
}
	#nav li {
    list-style: none;
    display: block;
       padding: 20px 0 20px 40px;
    font-size: 18px;
    position: relative;
    border-right: none;
    margin: 0 auto 30px auto;
    text-align: left;
    transition: 0.5s all;
	width: 100%;
    border-bottom: 2px solid #000000;
	border-left: none;
}
	
	
	#nav li ol {
    display: block;
    position: relative;
    background: #ffffff;
    width: 100%;
    left: auto;
    padding-top: 0;
    height: auto;
    overflow: initial;
    opacity: 1;
    transition: none;
    top: initial;
}
	#nav li a {
    color: #000000;
    font-family: 'SilverSouthSerif';
    font-size: 18px;
    font-size: 18px;

    border-bottom: none;
    transition: none;
    position: relative;
}
	.has_dropdown::before{
		content: none;
	}
	#nav li ol li a{
		padding-top: 0;
		margin: 0;
	}
	#nav li ol li a, #nav li a{
		padding-bottom: 15px;
		display: block;
	}
	#nav > li{
		width: calc(100% - 100px);
	}
	*.m_gold{
		color: #ffc367 !important;
	}
	header.active_nav{
		background-image: url("../images/bg/bg.jpg");
		background-position: top;
		background-size: auto;
		background-repeat: no-repeat;
	}
	#nav li ol{
		background: transparent;
	}
	#page-apartments.parkview #nav li ol li.parkview a, #page-apartments.terraceview #nav li ol li.terraceview a, #page-greenspace.park #nav li ol li.park a, #page-greenspace.terrace #nav li ol li.terrace a {
    color: initial;
}
	#nav li.justmobile {
		padding: 0;border-bottom: 0;
		margin-bottom: 50px;
		margin-top: 60px
	}
	#nav li.justmobile a{
		padding: 20px;
		color: #ffffff !important;
	}
	

	.tyt120{
		transform: none;
	}
	.key{
		position: relative;
		left: initial;
		bottom: initial;
		    float: left;
	}
	
	.pb120{
		padding-bottom: 0px;
	}
	.txr20{
		transform: none;
	}
	.pl50, .pl100 {
    padding-left: 0;
}
	.copy{
		max-width: 60%;
	}
	.plr100 {

    padding-left: 0;
    padding-right: 0;

}
	/*	.trigger::before{
		height: 50%;
		top: auto;
		bottom: 0;
	}*/
/*	.trigger::after {
	top: initial;
    bottom: 25%;
    transform: translateY(50%);
	}*/
	.trigger{
		line-height: 2;
		    padding: 3px 10px 6px 11px;
	}
/*	#page-apartments 	.trigger{
		line-height: 1;
	}*/
	
		#page-apartments .trigger::before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 100%;
    background-image: -moz-linear-gradient( -65deg, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: -webkit-linear-gradient( -65deg, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    background-image: -ms-linear-gradient( -65deg, rgb(255,195,103) 0%, rgb(255,195,103) 10%, rgb(187,136,37) 100%);
    right: -60px;
    top: 0;
}
		#page-apartments .trigger::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    background-image: url(/images/buttons/right_flash.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

	.pb120{
		padding-bottom: 60px;
	}
	.pt120{
		padding-top: 60px;
	}
	.txl20{transform: none;}
	.special_grid .grid_6, .special_grid .grid_3{
		width: 50%;
	}
	.special_grid .copy{
		width: 100%;
		max-width: 100%;
	}
	p, .copy{
		font-size: 18px;
	}
	.ty-50, .tx-50, .ty-90, .ty-150{
		transform: none;
	}
	.number{
		font-size: 8em;
	}
	.pt70 {
    padding-top: 30px;
}
	.grid_holder{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 90%;
		height: initial;
	}
	.learnmore{
		display: inline-block;
	}
	.reg_holder .wrap{
		transform: none;
	}
	#enq .grid_6, #enq .grid_5 {
		width: calc(100% - 50px);
	}
	#enq .grid_5 {
		float: right
	}
	
	.tel{
		transform: translateX(-40px);
	} 
	#enq{
		margin-bottom: 400px;
		margin-bottom: 400px;
	}
	.form_holder {
    transform: translateX(-25px) translateY(400px);
     max-width: 100%; 
    width: 100%;
 
	}
	.input_holder, .disclaimer{
		width: 90%;
	}
	.grid_6.sl{
		padding-left: 0;
	}
	footer .grid_7 {
    border-bottom: none;
    padding-bottom: 0;
    position: relative;
    left: auto;
    right: auto;
    margin: 0 auto;
    bottom: initial;
    text-align: left;
		border-left: 2px solid #000;
	}
footer .grid_7 {
    padding: 30px 0;
    margin: 30px 0 30px 50px;
    width: calc(100% - 80px);
}
	footer .grid_7 a {
    font-family: 'SilverSouthSerif';
    font-size: 1.2em;
    display: block;
    margin: 0;
        margin-bottom: 0px;
    color: #414042;
    padding-left: 20px;
    margin-bottom: 30px;
}
	footer .grid_7 a:last-child{
		margin-bottom: 10px;
	}
	footer .grid_2.rightfloat, .wrap.rightfloat {
		float: left;
	}
	footer .social_media_holder{
		float: right;
	}
	footer .wrap  h2.rightalign {
		text-align: left;
		float: left;
		transform: translateY(100%);
	}
	footer .wrap.rightfloat{
		float: right;
		width: 100%;
	}
	.grid_4.special_grid .grid_6{
		border: 3px solid #ffffff;
	}
	.mobile_trx{
		padding-left:20px;
		display: block
	}
	.abs{
		position: relative;
	}
	.leftside{
		left: initial;
	}
	.rightside{
		right: initial;
	}
	.t0{
		top: initial;
	}
	.b0{
		bottom: initial;
	}
	.shadowbox{
		padding-bottom: 0;
	}
	.ptb120 {

    padding-top: 60px;
    padding-bottom: 60px;

}
	.tyt50{
		transform: none;
	}
.bg_black.hasside::before {
 
    height: calc(100% + 150px);
    top: -75px;
	}
	.a7 {

    width: 60%;

}
	.bg_gold.hasside::before {

    position: absolute;
    height: calc(100% + 150px);
    top: -75px;
 
	}
	#page-connectivity .grid_2{
		width: 50%;
	}
	section.landing {
    height: 65vh;
}
	.shadowbox {
    padding-top: 75px;
    padding-bottom: 0;
}
	.small_squre .art_text {
    font-size: 6em;
}
	.small_squre .grid_12{
		margin-bottom: 40px;
	}
	
	.small_squre .copy{
	width: 100%;
    max-width: 350px;
    font-weight: 600;
    line-height: 1.3em;
    font-size: 0.9em;
    padding-top: 10px;
	}
	.grid_5.hap {
    position: relative;
    right: initial;
    top: initial;
}
	.a5 {
    float: left;
    width: calc(100% - 100px);
    margin-bottom: 60px;
}
	.grid_5.hap img:first-child{
		width: calc(100% - 100px);
		margin:  0 auto;
	}
	.grid_5.hap img:last-child{
		width: calc(100% - 100px);
		
	}
	.tyt-75{
		transform: none;
	}
	.m_ty-05em{
		transform: translateY(-28px);
	}
	.form_holder {
 
    padding-top: 200px;
    margin-bottom: 20px;
		z-index: 100;
		    display: block;
 
}
	input, select {
		padding: 15px 0 10px 125px;}
	#enquiry1_enquiry_source{
		padding-left: 0
	}
	.stamp{
		bottom: 100px;
	}
	label{
		bottom: 15px;
	}

	/*--------------------------------------------------------*/
	.m_pl10{
		padding-left: 10px;
	}
	.m_plr50{
	padding-left: 50px;
	padding-right: 50px;
}
	.m_leftalign{
		text-align: left
	}
	.ml200 {
	margin-left: 0;
	}
	.m_ml0{
		margin-left: 0;
	}
	.m_pt0{
		padding-top: 0;
	}
	.m_pb0{
		padding-bottom: 0;
	}
	.m_plr0{
		padding-left: 0;
		padding-right: 0;
	}
		.m_ptb60{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.m_pt60{
		padding-top: 60px;
	}
	.m_pt40{
		padding-top: 40px;
	}
	.m_pb60{
		padding-bottom: 60px;
	}
	.m_leftfloat{
		float: left;
		clear: left;
	}
	.m_rightfloat{
		float: right;
	}
	.m_mb0{
		margin-bottom: 0;
	}
	.m_pl0{
		padding-left: 0;
	}
	.m_pl20{
		padding-left: 20px;
	}
	.m_pr20{
		padding-right: 20px;
	}
	.m_pr0{
		padding-right: 0;
	}
	.m_pl0{
		padding-left: 0
	}
	.ml100, .ml135, .ml300{
		margin-left: 0;
	}
	.m_pb120{
		padding-bottom: 120px;
	}
	.m_pt120{
		padding-top: 120px;
	}
	.m_pl100{
		padding-left: 100px;
	}
	
	.m_pl40{
		padding-left: 40px;
	}
	.m_plr20{
		padding-left: 20px;
		padding-right: 20px;
	}
	.m_pl50{
		padding-left: 50px;
	}
	.Play_btn{
		max-width: 50px;
	}
	.teamlogos{
		padding-left: 20px;
	}
	.deicorp_project_image{
		width: calc(100% - 100px);
		float: right;
	}
	.scott_project_image, .turner_project_image{
		width: calc(100% - 40px);
		float: right
	}
	.bg_black_extend::before {
 
    width: 100%;
    
    left: 0;
    right: 0;
 
}
	.pop-up-holder{
		overflow-y: scroll;
			-webkit-overflow-scrolling: touch;

	}
	
	.pop-up-img-holder{
		display: none
	}
	.pop-up-holder .grid_6 {
    padding: 20px 5px 0 5px;
}
	.pop-up-container h5.mtb50{
		margin: 20px auto 30px auto;
	}
	
	.pop-up-container .b_submit{
	    margin: 25px auto 30px auto;
	}
	.close_pop_up {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    z-index: 2;
    background: white;
    padding: 2px;
}
	
}

@media screen and (max-width : 768px) {
	.video_holder::after{
		content: none;
	}
	 .fullyvideo {
        width: auto;
        height: 100%;
    }
	.half {
 
    float: none;
    border: 2px solid #000000;
    width: 80%;
    margin: 2% auto;
    padding: 40px 20px;
    text-align: center;
    min-height: 270px;
		max-width: 400px;
}
	
.old_tel {
    position: relative;
    bottom: auto;
    right: auto;
    transform: none;
    left: 0;
    right: 0;
    margin: 0 auto;
	display: block;
	
}
	.m_pb20{
		padding-bottom: 20px;
	}


.m_pb40 {
    padding-bottom: 40px;
}
}

@media screen and (max-width : 640px) {
	.pop-up-container input, .pop-up-container select {
    padding: 20px 0 10px 125px;
}
	.pop-up-thankyou{
		overflow-y: scroll;
			-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	}
	.pop-up-container {
 
    top: 50px;
 
    transform: translate(-50%,0);
 
 
}
	.m_ty0{
		transform: none;
	}
	section.landing {
    height: 56vw;
}
	.video_holder iframe {
    width: 100vw;
    height: 57vw;
    min-height: 57vw;
    min-width: 100vw;
}
	
	.pop-up-thankyou .pop-up-container {
      padding: 50px 25px 0 25px;
	width: 90%;
	}
	.second-form-holder {
    padding: 0 0;
}
	.pop-up-thankyou h2 {
 
    font-size: 2em;
    padding-top: 40px;
}
	.personalize,.personalize + p{
		font-size: 12px;
	}
	
	
	.register {
    display: block;
    position: relative;
		z-index: 100;
}
	
	.form_holder {
 
    padding-top: 50px;
 
}
	.stamp {
   
		transform: translate(-15%,-50% );
}
	.teamlogos{
	width: 150px;
	transform: translateY(-60px);
	}
	#page-team .bg_black_extend::before{
	height: calc(100% + 100px);
    top: -35px;
	}
	.copy{
		max-width: 90%;
	}
	.number{
		font-size: 5em;
	}	
	.art_text{
		font-size: 4em;
	    line-height: 0.9em;
	}
	h1.art_text {
    font-size: 4em;
}
	.tel{
    font-size: 2em;
	text-decoration: none;
	color: #000000;
}
}

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  .video_holder::after{
		  content: none;
	  }
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.video_holder::after{
		  content: none;
	  }
}