@import url("https://use.typekit.net/vvj3qpo.css");

.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;
}

html {
	font-size: 10px;
}

.grid_1 {
                width: 8.33%;
}
.grid_2 {
                width: 16.67%;
}
.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 {
	display: block;
}


 
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 */
body {
	font-family: bicyclette, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 2.2rem;
	background: #EAEAEA;
	color:#5A5651;
	margin: 0;
	padding: 0;
	padding-top: 150px;
}
.img {
	width: 100%;
	margin: 0;
	display: block;
}
 
/* Headings */
h1, h2, h3, h4, h5 {
	margin: 0;
	text-align: center;
	text-transform: uppercase;
    font-weight: 700;
}

p {
	text-align: center;
	margin: 0;
}

h1 {
	font-size: 8rem;
	font-family: 'baskerville-display-pt';
	color:#AC5709;
	letter-spacing: 1px;

}

h2 {
	font-family: 'baskerville-display-pt';
	font-size: 3.6rem;
	color: #5A5651;
	font-weight: normal;
}
h3 {
	font-family: renata, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4rem;
	color: #5A5651;
	text-transform: initial;
	line-height: 2;
}
h4 {
	color: #AC5709;
}
/* Navigation */ 
header {
	background: #EAEAEA;
	width: 100%;
	position: fixed;
	top:0;
	z-index: 9;
}
.logo {
	margin: 0 auto;
	display: block;
	width: 100px;
}
nav {
	margin: 0 auto;
	padding: 45px 90px;
	width: 1100px;
	max-width: 100%;
}
#nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#nav li {
	list-style: none;
	width: 20%;
	position: relative;
	text-align: center;

}
#nav li a, #call {
	color: #5A5651;
	text-transform: uppercase;
	font-family: bicyclette, sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	font-style: normal;
	text-align: center;
}

#nav li a:hover,
#page-location #nav li a.location,
#page-lifestyle #nav li a.lifestyle,
#page-design #nav li a.design,
#page-team #nav li a.team  {
	color: #AC5709;
} 


#reg-link {
    position: absolute;
    right: 90px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
	color: #AC5709;
	font-weight: 700;
	font-size: 1.8rem;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
}


#call {
    position: absolute;
    left: 90px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
}

/* nav-toggle */
#nav-toggle {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: none;
}
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
	cursor: pointer;
	height: 3px;
	width: 30px;
	background: #AC5709;
	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 {
	bottom: -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: 800px;
	max-width: 100%;
	margin: 0 auto;
}

#portal_enquiry{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
	
#portal_enquiry .grid_6 {
	width: calc(50% - 18px);
	position: relative;
}

#portal_enquiry .grid_6 > input,  #portal_enquiry .grid_6 > select, #au_postcode input, #int_postcode input, .howdidyou select{
	margin-bottom: 35px;
}


input, select {
	font-size: 1.8rem;
	margin: 0 auto;
	padding: 15px 10px;
	width: 100%;
	color: #5A5651;
	border: 0 none;
	background: #EAEAEA;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 1px solid #5A5651;
	border-radius: 25px;
	text-align: left;
	letter-spacing: 1px;
	font-family: bicyclette, sans-serif;
	font-style: normal;
	font-weight: 300;
}

input.b_submit {
	width: 175px;
	background: #5A5651;
	font-weight: 700;
	color: #fff;
	border-color: #fff;
	text-align: center;
	margin: 0 auto;
	display: block;
}


select {
	text-align-last: left; text-align: left;
	-ms-text-align-last: left;
	-moz-text-align-last: left; text-align-last: left;
}

select option {
	background: #EAEAEA;
	text-align-last: left; text-align: left;
	-ms-text-align-last: left;
	-moz-text-align-last: left; text-align-last: left;
}

.privacy {
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	max-width: 450px;
	margin: 40px auto
}

.chk_holder {
	margin: 10px auto;
	color: #5A5651;
}

#chkInternational {
   border: 0 none;
   clip: rect(0px, 0px, 0px, 0px);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   cursor: pointer;
   display: inline-block;
   line-height: 25px;
   width: 20px;
   text-align: center;
   
 }
 #chkInternational + label {
   padding: 2px 0 2px 26px;
   position: relative;
   text-align: center;
   display: block;
   color: #fff;
   font-size: 1.8rem;
   letter-spacing: 1px;
   display: block;
   margin: auto;

   font-family: bicyclette, sans-serif;
	font-style: normal;
	font-weight: 300;
 }
 #chkInternational + label:before {
   position: absolute;
   left: 0;
   width: 20px;
   height: 20px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   border: 1px solid #AE8833;
   content: '';
   display: block;
 }
 #chkInternational + label:after {
   position: absolute;
   left: 0;
   width: 5px;
   height: 11px;
   top: 50%;
   left: 8px;
   -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
   transform: translateY(-60%) rotate(45deg) scale(0);
   border-bottom: 2px solid #AE8833;
   border-right: 2px solid #AE8833;
   content: '';
   display: block;
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
 }
 #chkInternational:checked + label:after {
   -webkit-transform: translateY(-60%) rotate(45deg) scale(1);
   transform: translateY(-60%) rotate(45deg) scale(1);
 }

 
#ownerType_wrapper label, #ownerType_wrapper input{
    font-size: 1.8rem;
    margin: 0 auto;
	padding:0;
    color: #fff;
    border: 0 none;
    border-radius: 0;
	border: none;
    text-align: left;
    letter-spacing: 1px;
    font-family: bicyclette, sans-serif;
    font-style: normal;
    font-weight: 300;
	background:none;
	width: auto;
	margin: 0 10px 0 20px;
	display: inline-block;
}

#ownerType_wrapper input{
	width: 20px;
	height: 20px;
	border: 2px solid #AE8833;
	border-radius: 100%;
	margin-left: 0;
}

#ownerType_wrapper .container-fluid {
	padding:15px 10px;
	display: flex;
	align-items: center;
}

#ownerType_wrapper input:checked {
	background:#AE8833;

}



input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
color: #5A5651;
opacity: 1;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #5A5651;
opacity: 1;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
color: #5A5651;
opacity: 1;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
	color: #5A5651;
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;
}

/* Token Style */
token-input-list-project{
	border:none;
}
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: 1px solid #AE8833;
	clear: both;
	border: none;
}
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;
}
li.token-input-token-project {
	overflow: hidden;
	margin: 0;
	padding: 15px 10px;
	background-color: #EAEAEA;
	color: #5A5651;
	cursor: default;
	font-size: 1.8rem;
	white-space: nowrap;
	list-style: none;
	display:block;
	border-radius: 25px;
}
div.token-input-dropdown-project {
	position: absolute;
	width: 100%;
	background-color: #EAEAEA;
	overflow-x: hidden;
	cursor: default;
	font-size: 11px;
	z-index: 13;
	color: #5A5651;
}
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: #EAEAEA;
	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: #EAEAEA;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
	background-color: #EAEAEA;
}
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: #EAEAEA;
	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;
	position: absolute;
    text-align: left;
    bottom: 15px;
    left: 20px;
	color: #F00D0D;
}
*{
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}


.bold {
	font-family: bicyclette, sans-serif;
	font-weight: 700;
	font-size: 1.8rem;
	font-style: normal;
}

.font-antiq {
	font-family: renata, sans-serif;
	font-weight: 400;
	font-style: normal;

}

.fs60 {
	font-size: 6rem;
}


.fw400 {
	font-weight: 400;
} 
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.gold {
	color: #AC5709;
}

.container {
	width: 1060px;
	max-width: 100%;
	margin: 0 auto;
}


.container-lg {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
}



.container-sml {
	width: 550px;
	width: 740px;
	max-width: 100%;
	margin: 0 auto;
}

.container-fluid {
	width: 100%;
}



.w650 {
	width: 650px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.w740 {
	width: 740px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w780 {
	width: 780px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w800 {
	width: 820px;
	width: 800px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w820 {
	width: 820px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}


.btn {
	width: 250px;
	text-align: center;
	color: #AC5709;
	padding: 15px 0;
	border: 1px solid #AC5709;
	border-radius: 50px;
	display: block;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
}


.bg-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-grey {
	background: #5A5651;
}

.bg-grey-on-top {
	position: relative;
}

.bg-grey-on-top::after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	bottom:0;
	height: 100px;
	background: #5A5651;
}
.fullvh {
	height: 100vh;
}

.block {
	display: block;
}

.mlr-auto {
	margin-left: auto;
	margin-right: auto;
}

.p140 {
	padding: 140px;
}


.pt140 {
	padding-top: 140px;
}

.ptb180 {
	padding-top: 180px;
	padding-bottom: 180px;
}
.ptb150 {
	padding-top: 150px;
	padding-bottom: 150px;
}
.ptb130 {
	padding-top: 130px;
	padding-bottom: 130px;
}
.ptb120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.pt410 {
	padding-top: 410px;
}
.pt160 {
	padding-top:160px;
}
.pt130 {
	padding-top:160px;
}
.pt150 {
	padding-top: 150px;
}
.pt70 {
	padding-top: 70px;
}
.pt50 {
	padding-top: 50px;
}

.pb200 {
	padding-bottom: 200px;
}
.pb160 {
	padding-bottom:160px;
}

.pb120 {
	padding-bottom:120px;
}



.mb30 {
	margin-bottom: 30px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}

.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb120 {
	margin-bottom: 120px;
}
.mb140 {
	margin-bottom: 140px;
}

.mb320 {
	margin-bottom: 320px;
}
.pb160 {
	padding-bottom: 160px;
}


/*footer*/ 
footer {
	width: 100%;
	padding: 40px 90px;
	background: #000;
}

footer p {
	font-size: 1.4rem;
	text-align: center;
}

.medium {
	font-weight: 600;
}

section {
	display: block;
	overflow: auto;
}

#hero {
	position: relative;
	overflow: hidden;

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: calc(100vh - 150px);
}

.abs-middle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 2;
}

h1.abs-middle {
	height: 100px;
}


#page-location h1.abs-middle,
#page-design h1.abs-middle,
#page-lifestyle h1.abs-middle {
	height: 200px;
}


.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/home/hero.jpg);
	background-size: cover
}

#video-wrapper {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}


#video-wrapper:after  {
	content: '';
	position: absolute;
	top:0;left: 0;
	right: 0;	
	bottom: 0;
	margin: auto;
	background:rgba(0,0,0,0.4);
	z-index: 1;

}
.darklayer::after {
	content: '';
	position: absolute;
	top:0;left: 0;
	right: 0;	
	bottom: 0;
	margin: auto;
	background:rgba(0,0,0,0.2);
	z-index: 1;

}



.caption {
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	position: absolute;
	z-index: 3;
	color: #AC5709;
}

#page-team .caption {
	top:auto;
	bottom: 50px;
	left: 50px;
	right: auto;
	color: #fff;
}

#playvideo, #reg-btn {
	color: #AC5709;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
	/* width: 150px; */
	text-align: center;
	text-transform: uppercase;
	z-index: 3;
}

#playvideo {
	bottom: 0;
    top: 0;
    margin: auto;
    width: 80px;
    height: 80px;
}

img#video-link {
	bottom: auto;
	top: 80vh;
}

.two-column {
    column-count: 2;
    column-gap: 40px;
    text-align: justify;
}


#intro {
	background-image: url('/images/home/leaves-bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: visible;
}

#page-home #intro .flexslider {
	/* top:50px; */
	padding-bottom: 20px;
}

.z2 {
	z-index: 2;
}
.z3 {
	z-index: 3;
}
#enquiry-wrapper {
	overflow: visible;
	background: #5A5651;

	background-size: cover;
}

.white {
	color: white;
}

.relate {
	position: relative;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.align-center {
	align-items: center;
}
.col-gap-20 > *{
	width: calc(50% - 10px);
}

.lg-line {
	width: 800px;
	background: #2A3327;
	height: 1px;
	max-width: 100%;
	margin: 40px auto;
	display: block;
}



.sml-line {
	width: 60px;
	background: #AE8833;
	height: 1px;
	max-width: 100%;
	margin: 40px auto;
	display: block;
}

div#enquiry {
	overflow: auto;
}


#quote {
	background: url('/images/grainy-bg.jpg') repeat;
}


/* LOCATION PAGE STYLES STARTS HERE */
#page-location #intro {
	background: url('/images/location/pattern.png') center no-repeat;
	background-size: cover;
	overflow: auto;
}

#page-location #hero {
	background-image: url('/images/location/hero.jpg');
}

.fixbg {
    background-attachment: fixed!important;
}



.mapimage {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.mapdetilas {
    width: 920px;
    max-width: 100%;
    padding: 50px 20px;
    text-align: left;
    margin: 0 auto;
}

.mapdetilas div {
	text-align: center;
}

.mapdetilas p{
	display: inline-block;
}


.mapdetilas p span {
	color: #AC5709;
}
/* LOCATION PAGE STYLES ENDS HERE */


/* LIFESTYLE PAGE STYLES STARTS HERE */
#page-lifestyle #hero {
	background-image: url('/images/lifestyle/hero.jpg');
}
#page-lifestyle #intro {
	background-image: url('/images/lifestyle/leaves.png');
	overflow: auto;
}

/* LIFESTYLE PAGE STYLES ENDS HERE */

/* design PAGE STYLES STARTS HERE */
#page-design #hero {
	background-image: url('/images/design/hero_new.jpg');
}
#page-design #intro {
	background-image: url('/images/design/leaves.png');
	overflow: auto;
}

.reg-btn {
	display: block;
	width: 245px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 15px 0;
	text-transform: uppercase;
	border: 1px solid #AE8833;
	font-weight: 700;
	color: #AC5709;
}

#slider-wrapper {
	overflow: initial;
}
/* design PAGE STYLES ENDS HERE */


/* TEAM PAGE STYLES STARTS HERE */

#page-team #video-link {
	width: 135px;
}

#page-team #hero {
	background-image: url('/images/team/pattern.png');
}

.quote-sign {
	font-family: 'baskerville-display-pt';
    font-size: 20rem;
    color: #AC5709;
    font-weight: 100;
    line-height: 11rem;
    display: block;
    text-align: center;
    width: 85px;
    height: 64px;
    position: absolute;
	left: -115px;
    top: -30px;
}

.italic {
	font-style: italic;
}



/* TEAM PAGE STYLES ENDS HERE */


.tab, .mob {
	display: none!important;
}


#thank h2, #thank p {
	color: #AC5709;
	text-align: center;
	font-weight: 700;

}

#thank h2 {
	color: #fff;
	margin-bottom: 20px;
}

/* RESPONSIVE  STYLES STARTS HERE */
@media screen and (max-width : 1800px) {
	#intro, #page-location #intro, #page-design #intro-2 {
		/* background-size: initial; */
	}

	.p140 {
		padding: 120px;
	}
}

@media screen and (max-width : 1500px) {

	.p140 {
		padding: 80px;
	}


	#intro, #page-location #intro, #page-design #intro-2 {
		background-size: cover;
	}

	#call {
		left: 40px;
	}

	#reg-link {
		right: 40px;
	}

	footer {
		padding-left: 40px;;
		padding-right: 40px;;
	}
}


@media screen and (max-width : 1281px) {
	nav {
		width: 1000px;
	}
}

@media screen and (max-width : 1200px) {
	nav {
		width: 800px;
	}

	h1 {
		font-size: 6rem;
	}

	img#video-link {
		top: 77vh;
	}

	
	
}
@media screen and (max-width : 1000px) {

	#chkInternational + label {
		padding-left: 10px;
	}
	.chk_holder {
		margin-top: 0;
	}
	h1.abs-middle {
		height: 75px;
	}

	#ownerType_wrapper .container-fluid {
		padding-top: 0!important;
	}

	#ownerType_wrapper label, #ownerType_wrapper input {
		margin: 0 auto;
	}
	img#video-link {
		top: 80vh;
	}
	
	#page-location h1.abs-middle,
	#page-design h1.abs-middle,
	#page-lifestyle h1.abs-middle {
		height: 150px;
	}
	#postern-logo {
		max-width: calc(100% - 40px);
	}
	.desk {
		display: none!important;
	}

	.tab {
		display: block!important;
	}
	#nav-toggle {
		display: block;
	}

	body {
		padding-top: 0;
	}

	#hero {
		height: 100vh;
	}
	nav {
		width: 100%;
		position: fixed;
		left: 0;
		right: 0;
		height: 100vh;
		background: #EAEAEA;
		display: flex;
		align-items: center;
		justify-content: center;
		transform: translateX(-100%);
		transition: all 0.4s ease;
		visibility: hidden;
	}

	#nav {
		flex-direction: column;
	}

	#nav li {
		width: 100%;
		padding: 20px;
	}

	header.active_nav nav {
		transform: translateX(0);
		visibility: visible;
	}

	.container{
		padding-left: 20px;
		padding-right: 20px;
	}

	#hero .abs-middle {
		max-width: calc(100% - 40px)
	}

	.mapdetilas.flex {
		flex-wrap: wrap;
	}

	.locationdesttop {
		width: 100%;
		margin-bottom: 20px;
	}
	.locationdesttop h2 {
		text-align: center;
	}

	footer {
		padding-left: 20px;
		padding-right: 20px;
	}
}


@media screen and (max-width : 760px) {

	h1.abs-middle {
		height: 40px;
	}

	img#video-link {
		top: 75vh;
	}
	
	h3, .fs60 {
		font-size: 28px;
	}
	
	#page-location h1.abs-middle,
	#page-design h1.abs-middle,
	#page-lifestyle h1.abs-middle {
		height: 80px;
	}

	h1 {
		font-size: 30px;
	}

	.pb160 {
		padding-bottom: 80px;
	}

	.pt160 {
		padding-top: 80px;
	}

	.ptb120 {
		padding-top: 60px;
		padding-bottom: 60px;
	}


	.mb140 {
		margin-bottom: 70px;
	}

	.pb200 {
		padding-bottom: 100px;
	}

	.mb120 {
		margin-bottom: 60px;
	}

	.pt130 {
		padding-top: 80px;
	}

	.mb30 {
		margin-bottom: 15px;
	}

	.mb60 {
		margin-bottom: 30px;
	}

	.pt410 {
		padding-top: 210px;
	}

	.mb100 {
		margin-bottom: 50px;
	}

	.mb320 {
		margin-bottom: 150px;
	}


	.lg-line, .sml-line {
		margin:20px auto
	}

	.pt150 {
		padding-top: 75px;
	}

	.ptb130 {
		padding-top: 65px;
		padding-bottom: 65px;
	}



	.quote-sign {
		font-size: 10rem;
		line-height: 6rem;
		width: 35px;
		height: 33px;
		left: 0;
		top: -10px;
	}

	.quote-sign + p {
		padding-left: 40px;
	}
	.fullvh {
		height: auto;
	}

	.mob {
		display: block!important;
	}

	.fixbg {
		background-attachment: initial!important;
	}

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	#postern-logo {
		width: calc(100% - 30px);
	}

	#nav-toggle {
		right: 15px;
	}

	footer {
		padding-left: 15px;
		padding-right: 15px;
	}
	html {
		font-size: 8px;
	}

	h3 {
		line-height: 1.5;
	}

	h2 {
		font-size: 3.2rem;
	}
	
	#quote {
		padding-left: 15px;
		padding-right: 15px;
	}
	#ownerType_wrapper label:first-of-type {
		margin-left: 0;
	}

	.grid_6, #portal_enquiry .grid_6 {
		width: 100%;
	}
	.flex {
		flex-wrap:wrap;
		flex-direction: column;
	}

	footer .flex > *:not(:last-child) {
		margin-bottom: 20px;
	}

	.two-column {
		column-count: 1;
	}

}
