@font-face {
    font-family: 'AbelRegular';
    src: url('/fonts/abelregular.eot');
    src: url('/fonts/abelregular.eot') format('embedded-opentype'),
         url('/fonts/abelregular.woff2') format('woff2'),
         url('/fonts/abelregular.woff') format('woff'),
         url('/fonts/abelregular.ttf') format('truetype'),
         url('/fonts/abelregular.svg#abelregular') format('svg');
}
@font-face {
    font-family: 'DinRegular';
    src: url('/fonts/dinproregularwebfont.eot');
    src: url('/fonts/dinproregularwebfont.eot') format('embedded-opentype'),
         url('/fonts/dinproregularwebfont.woff2') format('woff2'),
         url('/fonts/dinproregularwebfont.woff') format('woff'),
         url('/fonts/dinproregularwebfont.ttf') format('truetype'),
         url('/fonts/dinproregularwebfont.svg#dinproregularwebfont') format('svg');
}

@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url('https://cdn.cbreresidentialprojects.com.au/fonts/helveticaneue/HelveticaNeue-Bold.eot');
    src: url('https://cdn.cbreresidentialprojects.com.au/fonts/helveticaneue/HelveticaNeue-Bold.eot') format('embedded-opentype'), url('https://cdn.cbreresidentialprojects.com.au/fonts/helveticaneue/HelveticaNeue-Bold.woff2') format('woff2'), url('https://cdn.cbreresidentialprojects.com.au/fonts/helveticaneue/HelveticaNeue-Bold.woff') format('woff'), url('fohttps://cdn.cbreresidentialprojects.com.au/fonts/helveticaneue/HelveticaNeue-Bold.ttf') format('truetype'), url('https://cdn.cbreresidentialprojects.com.au/fonts/helveticaneue/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
}
@font-face {
    font-family: 'OswaldRegular';
    src: url('/fonts/OswaldRegular.eot');
    src: url('/fonts/OswaldRegular.eot') format('embedded-opentype'),
         url('/fonts/OswaldRegular.woff2') format('woff2'),
         url('/fonts/OswaldRegular.woff') format('woff'),
         url('/fonts/OswaldRegular.ttf') format('truetype'),
         url('/fonts/OswaldRegular.svg#OswaldRegular') format('svg');
}

@font-face {
    font-family: 'OswaldLight';
    src: url('https://cdn.cbreresidentialprojects.com.au/fonts/Oswald/oswald-light-webfont.eot');
    src: url('https://cdn.cbreresidentialprojects.com.au/fonts/Oswald/oswald-light-webfont.eot') format('embedded-opentype'), url('https://cdn.cbreresidentialprojects.com.au/fonts/Oswald/oswald-light-webfont.woff2') format('woff2'), url('https://cdn.cbreresidentialprojects.com.au/fonts/Oswald/oswald-light-webfont.woff') format('woff'), url('fohttps://cdn.cbreresidentialprojects.com.au/fonts/Oswald/oswald-light-webfont.ttf') format('truetype'), url('https://cdn.cbreresidentialprojects.com.au/fonts/Oswald/oswald-light-webfont.svg#oswald-light-webfont') format('svg');
}



@font-face {
    font-family: 'HELR45W';
    src: url('/fonts/HELR45W.eot');
    src: url('/fonts/HELR45W.eot') format('embedded-opentype'), url('/fonts/HELR45W.woff2') format('woff2'), url('/fonts/HELR45W.woff') format('woff'), url('/fonts/HELR45W.ttf') format('truetype'), url('/fonts/HELR45W.svg#HELR45W') format('svg');
}


/*update 20180320*/
@font-face {
    font-family: 'BPreplayBold';
    src: url('/fonts/BPreplayBold.eot');
    src: url('/fonts/BPreplayBold.eot') format('embedded-opentype'),
         url('/fonts/BPreplayBold.woff2') format('woff2'),
         url('/fonts/BPreplayBold.woff') format('woff'),
         url('/fonts/BPreplayBold.ttf') format('truetype'),
         url('/fonts/BPreplayBold.svg#BPreplayBold') format('svg');
}




.centrealign {
	text-align: center;
}
.replayBold {
	font-family: 'BPreplayBold';
}
.abel {
	font-family: 'AbelRegular';
}
.oswaldbold {
	font-family: 'BPreplayBold'!important;
} 

.container {
    width: 100%;
    margin: 0 auto;
    clear: both;
    display: block;
/*    overflow: auto;*/
    overflow-y: hidden;
    overflow-x:hidden;
	margin: auto;
    position: relative;
}

.grid_3 {
    float: left;
    width: calc(25% - 15px);
    margin: 0 20px 20px 0;
    text-align:left;
}

    .grid_3.last {
        margin-right: 0;
    }

.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}



    .clearfix:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
    }

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #0f6268;
}

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;
}

a.explore {
    position: absolute;
    width: 180px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-family: 'proximanovabold';
    font-size: 20px;
    color: #fff;
    bottom: 50px;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
    z-index: 3;
    padding-bottom: 40px;
}

    a.explore:after {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 30px;
        display: block;
        border-left: none;
        border-right: 4px solid #fff;
        border-bottom: 4px solid #fff;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform-origin: center;
        -webkit-transform-origin: center;
        width: 20px;
        height: 20px;
        box-shadow: 5px 3px 3px 1px rgba(0,0,0,0.8);
    }
/* General */
body {
    font-family: 'OswaldRegular';
   	font-size:23px;
	line-height: 36px;
	line-height: 33px;
    background: #fff;
    margin: 0;
    padding: 0;
    color: #0f6268;
}

.img {
    width: 100%;
    margin: 0;
    display: block;
}

#shortvideoholder {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.video
{
    position:relative;
    padding:150px 0;
    background-image:url(/images/video.jpg);
    background-size:cover;
    background-position:center;
    text-align:center;
}
.video a
{
    color:#fff;
    text-decoration:underline;
    display:inline-block;
    font-size:44px;
font-family: 'HelveticaNeue-Bold';
	
    
}
.video span
{
    color:#fff;
    text-decoration:none;
    display:inline-block;
    font-size:16px;
    font-family: 'HELR45W';
    
}
.fullyvideo {
    position: absolute;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: -2;
    background-image: url(/images/poster.jpg);
    background-size: cover;
}

.content {
    margin: 0  auto 0 auto;
    padding: 0 0 20px 0;
    width: 100%;
    max-width: 996px;
    float: none;
    text-align: center;
    position:relative;
    z-index:4;
}
.totop
{
padding-top:110px;
}

.footer {
    background: url('/images/footer_bg.png');
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
	
}
.footer, .footer .content {
	padding: 0!important;
}

/* Headings */

h1 {
	font-size: 62px;
	line-height: 62px;
	
	font-size: 52px;
	line-height: 52px;
	font-family: 'BPreplayBold';
}

h2 {
	font-size: 46px;
	line-height: 56px;
}
h3 {
	font-size: 32px;
	line-height: 32px;
	font-family: 'BPreplayBold';
}

h4 {
    font-size: 28px;
	line-height: 28px;
}

h5 {
    font-size: 23px;
	line-height: 33px;
}

h6 {
    padding: 0 0 0 0;
    font-size:28px;
    text-align:left;
    line-height:1;
	font-family: 'BPreplayBold';
	text-transform: uppercase;
    margin-bottom:40px;
	color: #0f6268;

}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
	text-align: left;
	font-family: 'BPreplayBold';
}
p {
    text-align: left;
    margin: 0;
	display: block;
	font-family: 'AbelRegular';
	font-weight: normal;
}
      
.info h1 {
	font-size: 60px;
	line-height: 60px;
}

.info h2 {
	font-size: 60px;
	line-height: 60px;
}
.info h5 {
	font-size: 20px;
	line-height: 26px;
	text-align: center;
}
.wrapper {
	display: block;
	margin:auto;
	position: relative;
	max-width: 980px;
/*	max-width: 970px;*/
	
}

#page-resort .wrapper {
	max-width: 1025px;
}

.home_icon img {
	position:relative;
	display: block;
}
.home_icon {
	position: absolute;
    left: auto;
    display: block;
    right: 0;
    top: -38px;
	background: #ffffff;
}
#page-home h1.line:after {
    position:absolute;
    content:'';
    height:4px;
    background:#32dac4;
    background:#e8394e;
    left:100%;
    bottom:-29px;
    width:3000px;
}
#page-lifestyle h1.line:after {
    position:absolute;
    content:'';
    height:4px;
    background:#76c7d0;
    left: 0;
    bottom: -20px;
    width: calc(100% + 100px);
}
#page-westmead .line:after {
    position:absolute;
    content:'';
    height: 1px;
    background: #32dac4;
	left: 95%;
    bottom: 79px;
    width: 100%;
}
#page-westmead .line:before {
    position:absolute;
    content:'';
    height: 1px;
    background: #fffef7;
    background: #32dac4;
    
	right: calc(100% - 66px);
    top: 147px;
    width: 100%;
}
.left_line:after {
	position:absolute;
    content:'';
    height:4px;
    background:#32dac4;
    background:#e8394e;
    right:15px;
	top:-20px;
    width:3000px;
}
.left_line.red:after {
	background: #e8394e!important;
}
#page-yourhome .left_line:after {
	background: #6f2372;
}
#page-resort .left_line:after {
	right:0;
	background: #32dac4;
}
.left_line.after_top:after{
	top:-4px;
} 
.left_line.after_right:after {
	right:100%;
}
.right_line:after {
	position:absolute;
    content:'';
    height:4px;
    background:#32dac4;
    left:calc(100%);
	bottom:-4px;
    width:3000px;
}
#page-resort .right_line:after {
	left:0;
	bottom: -20px;
}
#page-westmead .right_line:after {
	left:0;
	bottom: -20px;
	background: #e6065b;
}
#page-team .right_line:after {
	left:0;
	bottom: -10px;
	background: #76c7d0;
}

#page-investment .right_line:after {
	top: -4px;
}
/*h1:after {
	width: 2000px;
    height: 10px;
    bottom: -20px;
    left: -77px;
    display: block;
    position: absolute;
    content: '';
    background: #32dac4;
}*/
#viewmap img {
    width: auto;
    display: block;
    max-width: 1000%;
}


.register h2 {
	letter-spacing: 2px;
	line-height: 66px;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	text-align: center;
	font-size: 31px;
	line-height: 41px;
	font-family: 'BPreplayBold';
    max-width:600px;
}
.register p
{
    max-width:600px;
    margin-left:auto;
    margin-right:auto;
}
.upper {
	text-transform: uppercase;
}



.padding_70 {
	padding: 70px;
}
.padding_l_230 {
	padding-left:230px;
}
.padding_l_200 {
	padding-left:200px;
}
.padding_l_100 {
	padding-left:100px;
}
.padding_l_70 {
	padding-left:70px;
}
.padding_l_35 {
	padding-left:35px;
}
.padding_r_35 {
	padding-right:35px;
}

.padding_l_30 {
	padding-left: 30px;
}

.padding_r_210 {
	padding-right: 210px;
}
.padding_r_130 {
	padding-right: 130px;
}
.padding_r_100 {
	padding-right: 100px;
}
.padding_r_90 {
	padding-right: 90px;
}
.padding_r_70 {
	padding-right: 70px;
}
.padding_r_50 {
	padding-right: 50px;
}
.padding_r_40 {
	padding-right: 40px;
}
.padding_r_30 {
	padding-right: 30px;
}
.padding_b_180 {
	padding-bottom: 180px;
}
.padding_b_20 {
	padding-bottom: 20px!important;
}
.padding_b_45 {
	padding-bottom: 45px;
}
.padding_b_50 {
    padding-bottom:50px;
}
.padding_b_60 {
		padding-bottom: 60px;
}
.padding_b_70 {
    padding-bottom:70px;
}

.padding_t_70 {
    padding-top:70px;
}
.padding_t_60 {
		padding-top: 60px;
}
.padding_t_50 {
		padding-top: 50px;
}
.padding_t_45 {
	padding-top: 45px;
}
.padding_t_30 {
		padding-top: 30px;
}
.padding_t_25 {
    padding-top:25px;
}

.margin_l_30 {
	margin-left: 30px;
}
.margin_t_130 {
	margin-top:130px;
}
.margin_t_120 {
	margin-top:120px;
}
.margin_t_100 {
	margin-top:100px;
}
.margin_t_80 {
	margin-top: 80px;
}
.margin_t_70 {
	margin-top: 70px;
}
.margin_t_50 {
	margin-top: 50px;
}
.margin_t_45 {
	margin-top: 45px;
}
.margin_t_30 {
	margin-top: 30px;
}
.margin_t_20 {
	margin-top: 20px;
}
.margin_b_200 {
	margin-bottom: 200px;
}
.margin_b_180 {
	margin-bottom: 180px;
}
.margin_b_110 {
	margin-bottom: 110px;
}
.margin_b_100 {
	margin-bottom: 100px;
}
.margin_b_80 {
	margin-bottom: 80px!important;
}
.margin_b_70 {
	margin-bottom: 70px;
}
.margin_b_60 {
	margin-bottom: 60px;
}
.margin_b_50 {
	margin-bottom: 50px;
}
.margin_b_30 {
	margin-bottom: 30px;
}
.margin_b_25 {
	margin-bottom:25px;
}
.margin_t_m50 {
	margin-top: -50px;
}
.margin_r_70 {
	margin-right: 70px;
}


.grid_6.margin_b_100 {
	margin-bottom: 100px;
}


.nomarginright {
	margin-right: 0!important;
	
}
.nomarginleft {
	margin-left: 0;
}
.nobottommargin {
	margin-bottom: 0!important;
}
.uppercase {
	text-transform: uppercase;
}
.l_s_2 {
	letter-spacing: 2px;
}
.l_s_1 {
	letter-spacing: 1px;
}
.l_s_1p3 {
	letter-spacing: 1.3px;
}
.l_s_p5 {
	letter-spacing: .5px;
}
.aqua {
	color:#32dac4;
}


h6 span{
display:inline;
/*padding:1px 10px;*/
line-height:30px;
}

.text_right{
	text-align: right;
}
.text_center {
	text-align: center;
}
#hero {
    position: relative;
	overflow: visible;
	margin-top: 123px;
}


#hero:after {
    position:absolute;
    content:'';
    bottom:-6px;
    left:0;
    width:62%;
    background:#32dac4;
    height:6px;
}
#page-resort #hero:after {
	display: none;
}
.tabs {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100px;
    width: 120px;
    height: 40px;
    z-index: 5;
}

    .tabs a {
        width: 50%;
        height: 100%;
        float: left;
        display: block;
        background: #fff;
        cursor: pointer;
        -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;
    }

        .tabs a.active {
            cursor: default;
        }

        .tabs a.arilaview {
            -webkit-border-top-left-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
            -moz-border-radius-topleft: 3px;
            -moz-border-radius-bottomleft: 3px;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            border-right: 1px solid #1d202b;
			text-align: center;
			padding-top: 5px;
           /* background: url(/images/arial.png) #1d202b center center no-repeat;*/
        }
		.fa.fa-map, .fa.fa-camera{
			color: #000000;
			font-size: 30px;
		}

        .tabs a.active.arilaview {
           /* background: url(/images/arial.png) #fff center center no-repeat;*/
        }

        .tabs a.maplink {
            -webkit-border-top-right-radius: 3px;
            -webkit-border-bottom-right-radius: 3px;
            -moz-border-radius-topright: 3px;
            -moz-border-radius-bottomright: 3px;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
			text-align: center;
			padding-top: 5px;
            /*background: url(/images/map.png) #1d202b center center no-repeat;*/
        }

        .tabs a.active {
            /*background: url(/images/map.png) #fff center center no-repeat;*/
			background:#000;
        }
		.tabs a.active .fa{
			color:white!important;
		}


.inspire {
    position: absolute;
    bottom: -65px;
    width: 960px;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 28px;
    font-family: 'HelveticaNeue-Bold';
    line-height: 1;
padding: 5px 0 4px 20px;
    overflow-y:hidden;
	z-index: 4;

}


 .inspire span {
/*        padding: 1px 15px;*/
        padding: 0 15px;
        line-height: 1;
        background: #4dffba;
        display: inline-block;
        width: auto;
	 
	     padding: 3px 15px 5PX 15PX;
    line-height: 1;
    background: #4dffba;
    display: inline-block;
    width: auto;
    }

        .inspire span.paddingt {
            padding-top: 8px;
        }

        .inspire span.paddingb {
            padding-bottom: 8px;
        }


    .m{
        display:none;
    }  

#viewmap img {
    width: 100%;
    display: block;
}

.skyview {
    overflow: hidden;
    width: 100%;
    -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;
    position: relative;
    z-index: 3;
}

#mapholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -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;
    height: 100%;
    z-index: 2;
}

#map {
    width: 100%;
    height: 100%;
}

.img_wrapper {
	overflow: scroll;
	position: relative;
}

.viewholder {
    width: 100%;
    position: relative;
}

.margin_b_15 {
    margin-bottom: 15px;
}


.margin_b_40 {
    margin-bottom: 37px;
}

.margin_b_45 {
    margin-bottom: 45px;
}

.margin_t_40 {
	margin-top: 37px;
}
/* Navigation */
header {
    margin: 0 auto;
    width: 100%;
    display: block;
    position: fixed;
	z-index: 10;
    background: #fcfbf2;
    background: #ffffff;
    text-align: center;
    padding:35px 0 55px;
   
}

li.relate {
    width:232px;
    height:10px;
}
.logo {
    display: block;
    position:absolute;
    left:0;
    top:-10px;
    margin:auto;
}

nav {
    margin: 0 auto;
    padding: 0;
}

#nav li {
    list-style: none;
    display: inline-block;
    padding: 0 15px 0 15px;
    font-size: 16px;
    line-height: 10px;
    position: relative;
}

#nav li a {
	color: #32dac4;
	text-transform: uppercase;
	position: relative;
}
 #nav li a span {
	 color:#0f6268;
 }
#nav li a:after {
	content: '';
	position: absolute;
	height:2px;
/*	background: #0f6268;*/
	background: #32dac4;
	bottom: 0;
	border-radius:20px;
	left:0;
	right: 0;
	opacity: 0;
	transform: scaleX(0);
	transition: all 0.2s ease-in-out;
}

.logo:after {
	display: none;
}
#nav li a:hover:after, #page-yourhome  #nav li a.yourhome:after, #page-resort  #nav li a.resort:after, #page-lifestyle  #nav li a.lifestyle:after, #page-westmead  #nav li a.westmead:after, #page-investment  #nav li a.investment:after, #page-team  #nav li a.team:after{
	opacity: 1;
	transform: scaleX(1);
}
/* nav-toggle */
#nav-toggle {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 10;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: none;
}

    #nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
        cursor: pointer;
        height: 4px;
        width: 25px;
        background: #32dac4;
        background: #E71162;
        position: absolute;
        display: block;
        content: '';
		top:0;
        -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 {
		top:0;
		bottom: 0;
		margin:auto;
	}
        #nav-toggle span:before {
            top: -8px;
        }

        #nav-toggle span:after {
            top:8px;
        }

    #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);
        }


.grid_6 {
	width:calc(50% - 15px);
	float: left;
	display: block;
	margin-right: 30px;
	margin-bottom: 30px;
}

.bg_green {
	background: #ffffff;
}
#page-investment .wrapper .grid_6 {
	width:calc(50% - 60px);
	float: left;
	display: block;
	margin-right: 120px;
	margin-bottom: 0;
}
#page-investment .bg_ghee .wrapper .grid_6 {
	width:calc(50% - 15px);
	margin-right: 30px;
	margin-bottom: 30px;
}
#page-yourhome .wrapper .grid_6 {
	width:calc(50% - 50px);
	float: left;
	display: block;
	margin-right: 100px;
	margin-bottom: 0;
}
#page-yourhome .grid_4 {
	width:calc(36.3333% - 30px);
	float: left;
	display: block;
	margin-right: 60px;
}
#page-yourhome .grid_8 {
	width:calc(63.6666% - 30px);
	float: left;
	display: block;
	margin-right: 60px;
}
#page-yourhome .grid_9 {
	width:calc(75% - 25px);
	float: left;
	display: block;
	margin-right: 50px;
}
#page-yourhome .grid_3 {
	width:calc(25% - 25px);
	float: left;
	display: block;
	margin-right: 50px;
}
#page-investment .grid_5 {
	width:calc(41.6667% - 20px);
	float: left;
	display: block;
	margin-right: 40px;
}
#page-investment .grid_7 {
	width:calc(58.3333% - 20px);
	float: left;
	display: block;
	margin-right: 40px;
}
/* enquiry */

form#portal_enquiry {
    max-width: 540px;
	width: 100%;
    margin: auto;
}

.register .grid_6 {
    width: 100%!important;
    margin-bottom: 10px!important;
    float: right!important;
	max-width: 100%!important;
	margin-right: 0!important;
}
.register>div#enquiry1_enquiry>.grid_6{
	margin: 0!important;
}

input, select {
    font-size: 20px;
    margin: 0 auto;
    padding: 20px 5px;
	padding-left: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border:0 none;
    background: #ffffff;
    text-align: left;
    display: block;
    width: 100%;
	font-family: 'AbelRegular';
	color:#0f6268;
}


select {
    background: url("/images/buttons/arrow.png") #fff no-repeat 98% center;
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
	cursor: pointer;
}

    select option {
        padding: 0 5px;
        background: #fff;
        text-align-last: left;
        text-align: left;
        -ms-text-align-last: left;
        -moz-text-align-last: left;
        text-align-last: left;
    }

input.b_submit {
	font-size: 28px;
    background: #e8394e;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'BPreplayBold';
    letter-spacing: 2px;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
	margin: 45px auto 45px;
}

select::-ms-expand {
    display: none;
}

.privacy {
	font-size: 16px;
	font-family: 'AbelRegular';
    letter-spacing: 1px;
	padding: 0 40px;
	line-height: 20px;
}

    .privacy a {
       color:#0f6268;
    }

.highline {
    font-size: 70px;
    text-decoration: none;
    text-align: center;
    margin: 30px 0;
}

.Deicorp {
    display: inline-block;

    text-align: center;
/*	margin-bottom: 60px!important;*/
}
.Deicorp img {
	margin: auto;
}

.chk_holder {
    margin: 0 auto 0 auto;
    color:#0f6268;
}

label {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
}

#chkInternational {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
   color:#0f6268;
    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:#0f6268;
        padding: 0 0 0 26px;
		font-family: 'AbelRegular';
/*		font-weight: 600;*/
		font-size: 20px;
    }

    #chkInternational:checked + label {
        background: url(/images/buttons/check.png) no-repeat left center;
    }

input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
    color:#0f6268;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color:#0f6268;
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
   color:#0f6268;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color:#0f6268;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:#0f6268;
    opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color:#0f6268;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color:#0f6268;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color:#0f6268;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color:#0f6268;
}
/*footer*/
footer {
    float: right;
    margin-left: 5%;
    line-height: 74px;
}
/* Token Style */
ul.token-input-list-project {
	border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    text-align-last: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    padding: 0;
    clear: both;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    display: block;
}

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: 20px;
	color: #0f6268;
	padding: 20px;
	padding-right: 5px;
	font-family: 'DinRegular';
	font-weight: bold;
}

li.token-input-token-project {

	overflow: hidden;
    /* height: 25px; */
    margin: 0 auto;
    padding: 2px 5px;
    /* background-color: #ccc; */
    color: #000;
    cursor: default;
    /* border: 1px solid #525252; */
    font-size: 26px;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
    padding: 12px 0;
}

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;
		overflow-y: scroll!important;
    }

        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: #FFFFFF;
    }
    .logo
    {
        
        
    }
.logo img {
	width:100%;
}

.content.abs{
   position:absolute;
    top:0;
    right:0;
    width:100%;
    z-index:20;
    left:0;
}

#regi
{
    position: absolute;
    bottom: -27px;
    right: 22%;
    display: block;
    z-index: 2;
    background: #32dac4;
    background: #e8394e;
    padding: 10px 20px;
    font-family: 'OswaldRegular';
    font-size: 21px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
	z-index: 12;
}
#regi:after {
	width:500px;
	height:10px;
	height:6px;
	background:#32dac4;
	background:#e8394e;
	position: absolute;
	content: '';
	right:-500px;
	top:0;
	bottom:0;
	margin:auto;
}
.gm-style-pbc{
  background: transparent !important;
  left: 50px !important;
	color: #4dffba !important;
}
.footer{
	    display: block;
    width: 100%;
    position: relative;
    text-align: center;
	padding-bottom: 40px;
}
.footer a{
	display: block;
	    margin: 0 40px;
}

.footer a.call {
	font-size: 45px;
	font-family: 'BPreplayBold';
	color:#0f6268;
	margin: 20px auto 80px auto;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.mob {
	display:none;
}
.am-mob {
	display:none;
}

.font_142 {
	font-size: 142px;
	line-height: 142px;
	font-size: 118px;
	line-height: 118px;
}
.font_127 {
	font-size: 127px;
	line-height: 137px;
}
.font_117 {
	font-size: 117px;
	line-height: 117px;
}
.font_88 {
	font-size: 88px;
	line-height: 88px;
}
.font_43 {
	font-size: 37px;
	line-height: 37px;
}
.font_42 {
	font-size: 43px;
	line-height: 43px;
}
.font_40 {
	font-size: 40px;
	line-height: 40px;
}
.font_37 {
	font-size: 32px;
	line-height: 32px;
}
.font_35 {
	font-size: 35px;
	line-height: 35px;
	font-size: 31px;
	line-height: 31px;
}
.font_30 {
	font-size: 30px;
	line-height: 40px;
	
	font-size: 25px;
	line-height: 35px;
}
.font_27 {
	font-size: 27px;
	line-height: 27px;
}
.font_19 {
	font-size: 19px;
	line-height: 24px;
}

/*
.wrapper p{
	font-size: 23px;
	color:#0f6268;
	font-family: 'AbelRegular';
	padding-right: 125px;
	padding-right: 90px;
	position: relative;
	letter-spacing: 1px;
	padding-left: 35px;
	line-height: 36px;
	
}
*/
/*.wrapper p:before {
    width: 100%;
    height: 10px;
    content: '';
    position: absolute;
    background: #32dac4;
    top: -50px;
    left: 0;
    margin: auto;
}
.wrapper p:after {
    height: calc(100% + 100px);
    width: 10px;
    content: '';
    position: absolute;
    background: #32dac4;
    top: -50px;
    right: 0;
    margin: auto;
}*/
.fullwidth {
	width:100%;
}
.bg_ghee {
	background: #fcfbf2;
	background: #e8f4f4;
}
.bg_ghee p {
	font-size: 18px;
	color:#0f6268;
	letter-spacing: 1px;
	font-family: "Oswald";
	font-weight: 600;
}
#page-investment .bg_ghee p {
	font-size: 20px;
	font-family: "AbelRegular";
	letter-spacing: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: normal;
}
#page-team .bg_ghee p {
	font-family: "AbelRegular";
	font-size: 23px;
	font-weight: normal;
}
.bg_ghee .content{
	max-width: 570px;
	max-width: 560px;
	
	padding: 60px 0 90px;
}
.mob {
	display: none!important;
}
.logo_wrapper {
	background:#fcfbf2;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.logo_wrapper img {
	display: inline-block;
}
p#th+h2 {
    padding-top: 0!important;
    margin-bottom: 0!important;
    font-size: 22px;
}
.down
{
    display:block;
    position:absolute;
    bottom:60px;
    width:75px;
    left:0;
    right:0;
    margin:0 auto;
}
.privacy a {
	color:#0f6268;
	display: inline-block;
	margin: 0;
    font-weight: bold;
text-transform: uppercase;
}

.border_top {
    border-top:4px solid #6f2372;
/*    border-top:4px solid #e8394e;*/
}
#page-investment .border_top {
    border-top:4px solid #32dac4;
}
#page-home .border_top {
    border-top:4px solid #e8394e;
}
.border_left {
    border-left:4px solid #32dac4;
/*    border-left:4px solid #e8394e;*/
}

#page-home .border_left {
/*    border-left:4px solid #32dac4;*/
    border-left:4px solid #e8394e;
}
.border_right {
    border-right:4px solid #6f2372;
/*    border-right:4px solid #e8394e;*/
}

#page-home .border_right {
    border-right:4px solid #e8394e;
}
.border_bottom {
    border-bottom:4px solid #32dac4;
}

.red_border_bottom {
	 border-bottom:4px solid #e7394d;
}

.red_border_bottom {
	 border-bottom:4px solid #e7394d;
}

.red_border_right {
	 border-right:4px solid #e7394d;
}
.lightaqua_border_bottom {
    border-bottom:4px solid #76c7d0;
}
.lightaqua_border_left {
    border-left:4px solid #76c7d0;
}
#page-home .border_bottom {
/*    border-bottom:4px solid #32dac4;*/
    border-bottom:4px solid #e8394e;
}

.purple_border_bottom {
    border-bottom:4px solid #6f2372;
}
.purple_border_left {
    border-left:4px solid #6f2372;
}
.green_border_right {
    border-right:4px solid #005f67;
}
.green_border_bottom {
    border-bottom:4px solid #005f67;
}
.relate {
    position:relative;
}


.inline_block {
	display: inline-block;
}
.blck {
	display: block;
}
.over_auto {
	overflow: auto;
}

.left {
	float:left;
}

.l_s_2 {
	letter-spacing: 2px;
}
.l_s_3 {
	letter-spacing: 3px;
}
.l_s_m9 {
	letter-spacing: -9px;
	letter-spacing: -4px;
}
.l_s_m2 {
	letter-spacing: -2px;
}
.uppercase {
	text-transform: uppercase;
}

.abs {
	position: absolute;
}

.top_70m {
	top:-71px;
}
.left_70 {
	left: 70px;
}
.right_70 {
	right: 70px;
}

h3.abs.leftside {
	left:-220px;
	min-width:176px;
}
h3 span {
	display: block;
	color: #32dac4;
	color: #2ad1e1;
}
h3.abs.rightside {
	left: calc(100% + 45px);
}
.max_w_820 {
	max-width: 820px;
	max-width: 840px;
}
.max_w_800 {
	max-width: 800px;
}
.max_w_680 {
	max-width: 680px;
}
.max_w_370 {
	max-width: 370px;
	margin:auto;
}
.box_line {
	top:0;
	left:-30px;
	margin:auto;
	width:calc(100% + 60px);
	height: 200px;
	border-right:4px solid #32dac4;
	border-bottom:4px solid #32dac4;
	border-right:4px solid #2ad1e1;
	border-bottom:4px solid #2ad1e1;
	position: absolute;
	background: transparent;
}
.box_line:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: transparent;
    height: 325px;
    border-left: 4px solid #32dac4;
    border-bottom: 4px solid #32dac4;
    border-left: 4px solid #8f4fa3;
    border-bottom: 4px solid #8f4fa3;
}
.box_line:after {
    content: '';
    position: absolute;
    top: calc(100% + 321px);
    left: 0;
    width:calc(100% + 4px);
    background: transparent;
    height: 270px;
    border-right: 4px solid #32dac4;
    border-bottom: 4px solid #32dac4;
    border-right: 4px solid #44205e;
    border-bottom: 4px solid #44205e;
}

.box_line1 {
	margin:auto;
	display: block;
	width:100%;
	height: 230px;
	border-right:4px solid #e6065b;
	border-top:4px solid #e6065b;
	position: relative;
	background: transparent;
	margin-bottom: 30px;
}
.box_line1:before {
    content: '';
    position: absolute;
    bottom:  -30px;
    left: 0;
    width: 325px;
    background: #e6065b;;
    height: 4px;
}
.box_line1:after {
    content: '';
    position: absolute;
    bottom:  0;
    right: 0;
    width: calc(100% - 290px - 90px);
    background: #e6065b;;
    height: 4px;
}
.box_line1  img {
	position: absolute;
	bottom: -30px;
	left: 293px;
}
.box_line2 {
	top:150px;
	left:0;
	margin:auto;
	width:100%;
	height: 570px;
	border-right:4px solid #32dac4;
	border-bottom:4px solid #32dac4;
	position: absolute;
	background: transparent;
}
#page-lifestyle .box_line2 {
	border-color:#76c7d0;
}
#page-lifestyle .box_line2:before, #page-lifestyle .box_line2:after {
	border-color:#6f2372;
}
.box_line2:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: transparent;
    height: 524px;
    border-left: 4px solid #32dac4;
    border-bottom: 4px solid #32dac4;
}
.box_line2:after {
    content: '';
    position: absolute;
    top: calc(100% + 520px);
    right: 0;
    width:3000px;
    background: transparent;
    height: 570px;
    border-right: 4px solid #32dac4;
    border-bottom: 4px solid #32dac4;
}
.tree {
	position: absolute;
	bottom: -4px;
	left:55%;
}

h1 img {
	position: absolute;
	bottom: -29px;
	z-index: 1;
	left:calc(100% + 100px);
}
#page-team h1 img {
	bottom: -10px;
}
#page-westmead h1 img {
	bottom: -20px;
}
#page-lifestyle h1 img {
	left:450px;
	bottom: -20px;
}
#page-lifestyle h1 img.icon2 {
	left: 120px;
	bottom: -13px;
}

#page-lifestyle p.bold img.icon2 {
	left: 120px;
	bottom: -13px;
	position: absolute;
}

#page-investment h1 img {
    position: absolute;
    top: -175px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


h2 img {
	position: absolute;
	bottom: -29px;
	z-index: 1;
	left:calc(100% + 100px);
}
#page-team h2 img {
	bottom: -10px;
}
#page-westmead h2 img {
	bottom: -20px;
}
#page-lifestyle h2 img {
	left:450px;
	bottom: -20px;
}
#page-lifestyle h2 img.icon2 {
	left: 120px;
	bottom: -13px;
}
#page-investment h2 img {
    position: absolute;
    top: -175px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#page-lifestyle .flexslider .flex-direction-nav{
/*	display: none;*/
}
#page-lifestyle .flexslider .flex-control-nav {
	bottom: 20px;
}
#map {
	display: block;
	height: 665px;
	widows: 100%; 
}

#page-investment .wrapper ul li {
	font-family: 'AbelRegular';
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}


.dollar {
	position: relative;
}
.dollar>img {
	position: absolute;
/*	bottom:0;*/
	top:calc(100% - 126px);
	left:345px;
	
}
.dollar:after {
	position: absolute;
	content: '';
	background: #32dac4;
	background: #0f6268;
	left:0;
	width:345px;
	height:4px;
	bottom:0;
		
}
#page-yourhome h5.margin_b_30.aqua.l_s_1.uppercase {
    line-height: 23px;
}
.mobile {
	display: none!important;
}

/*update 20180320*/

.red {
	color:#e6065b;
}
#page-investment .red {
	color:#e7394d;
}
.orange {
	color:#e8394e;
}
.mt60 {
	margin-top: 60px;
}
.purple {
	color:#6f2372;
}
.darkgreen {
	color:#005f67;
}
.lightaqua {
	color:#76c7d0;
}
.timeline img {
	width: 100%;
}
.timeline:after {
    content: '';
    position: absolute;
    background: #32dac4;
    height: 3px;
    width: 3000px;
    right: 100%;
    top: -2px;
    bottom: 0;
    margin: auto;
}
/*responsive stylesheets*/
@media screen and (max-width: 1200px) {
	#regi {
		right:15%;
	}
}


@media screen and (max-width:1024px) {
	#page-lifestyle .flexslider .flex-direction-nav {
		display: block;
	}
}

@media screen and (max-width: 1000px) {
	
	#page-investment .padding_r_35 {
		padding-right: 0;
	}
	#page-investment .wrapper .grid_6 {
		width:50%;
		margin-right: 0;
	}
	.margin-l-20 {
		margin-left: 20px;
	}
	#page-investment span.line.dollar:before {
		display: block!important;
		position: absolute;
		background: #0f6268;
		content: '';
		height:4px;
		left: 0;
		width:50%;
		bottom: 0;
	}
	#page-investment span.line.dollar {
		background: transparent;
	}
	
	.dollar:after, p.bold img.icon2 {
		display: none;
	}
	.max_w_370 {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		
	}
	.max_w_370 h3, .max_w_370 h2{
		text-align: center;
	}
	.info h5 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.margin_t_180 {
		margin-top: 180px;
	}
	#page-investment .wrapper ul {
		padding-left: 30px;
		padding-right: 30px;
		
	}
	#page-investment .padding_l_30 {
		padding-left: 0;
	}
	li.margin_b_40 {
		margin-bottom: 40px!important;
	}
	#map {
		height: 465px;
	}
	#page-westmead .blck.line:before {
		top: 99px;
	}
	#page-westmead .blck.line:after {
		bottom: 60px;
	}
	#page-westmead .blck.line {
		width:calc(100% - 40px);
		margin-left: auto;
		margin-right: auto;
	}
	#page-westmead .blck.margin_t_130.margin_b_100 {
		margin-bottom: 80px;
	}
	.margin_t_130 {
		margin-top: 40px;
	}
	.margin_t_80 {
		margin-top: 50px;
	}
	
	.max_w_680 {
		max-width: 100%;
	}
	
	h1 img {
		display: none;
	}
	h2 img {
		display: none;
	}
	.margin_b_50 {
		margin-bottom: 25px;
	}
	.margin_b_70, .margin_b_40 {
		margin-bottom: 40px;
	}
	.mob_padd {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	img.abs {
		display: none;
	}
	.padding_r_130,.padding_r_40, .padding_r_30, .padding_r_90 {
		padding-right: 0;
	}
	.padding_70 {
		padding: 0 0 0 0;
	}
	.tree {
		display: none;
	}
	.padding_t_70 {
		padding-top: 40px;
	}
	.padding_l_70, .padding_l_200 {
		padding-left: 0;
	}
	.left_line:after, .right_line:after {
		display: none;
	}
	.box_line, .box_line1, .box_line2, #page-lifestyle h1.line:after {
		display: none;
	}
	.margin_t_m50 {
		margin-top: 0;
	}
	h3.abs>span {
		display: inline-block;
	}
	h3.abs.text_right, h3.abs {
		text-align: center;
		margin: 20px auto 15px;
	}
	.abs {
		position: static;
	}
	.bg_ghee .content {
		padding: 40px 20px 0;
		max-width: 100%;
	}
	.margin_b_180, .margin_b_200 {
		margin-bottom: 0;
	}
	.margin_t_60 {
		margin-top: 60px;
	}
	.padding_b_70 {
		padding-bottom: 40px;
	}
	.margin_b_80 {
		margin-bottom: 40px!important;
	}
	.margin_b_35 {
		margin-bottom: 35px;
	}
	.margin_t_115 {
		margin-top: 115px;
	}
	#page-yourhome .wrapper .grid_6 {
		width: 100%;
	}
	span.line {
		height:3px;
		width:100vw;
		position: relative;
		background: #32dac4;
		display: block;
		left: 0;
	}
	#page-home span.line, #page-resort span.line, #page-team span.line {
		
		left: -20px;
	}
	span.line.red {
		background: #e8394e;
	}
	span.line.purple {
		background: #6f2372;
	}
	span.line.green {
		background: #005f67;
	}
	span.line.lightaqua {
		background: #76c7d0;
	}
	span.line.half {
		width:50vw;
	}
	#page-investment span.line {
		height:4px;
	}
	#page-investment .line.margin_t_100 {
		margin-top: 100px;
		margin-top: 180px;
	}
	span.line:after, span.line:before {
		display: none;
	}
	.purple_border_left, .purple_border_bottom, .green_border_bottom, .green_border_right, .lightaqua_border_left,.lightaqua_border_bottom {
		border: none;
	}
	#page-home span.line:after, #page-home span.line:before, #page-resort span.line:after, #page-resort span.line:before  {
/*		display: block;*/
	}
	span.line:before{
		content: '';
		width:20px;
		height: 3px;
		bottom: 0;
		left:-20px;
		background: #32dac4;
		position: absolute;
	}
	span.line:after{
		content: '';
		width:20px;
		height: 3px;
		bottom: 0;
		right:-20px;
		background: #32dac4;
		position: absolute;
	}
	span.line img {
		position: absolute;
		right:30px;
		top:-76px;
	}
	#page-investment span.line.dollar img {
		top: -121px!important;
	}
	#page-home span.line img {
		width:136px;
	}
	.padding_t_50 {
		padding-top: 0;
	}
	.padding_l_35 {
		padding-left: 0;
	}
	.margin_t_100 {
		margin-top: 40px;
	}
	#page-resort .margin_b_100 {
		margin-bottom: 40px;
	}
	.border_top, .border_bottom, .border_left {
		border:none!important;
	}
	.wrapper {
		max-width:100%;
		padding: 0;
	}
	#page-home .wrapper {
		padding: 0 20px;
	}
	#hero {
		margin-top: 100px;
	}
	header {
		height:100px;
		padding: 0;
	}
	#nav-toggle {
		display: block;
	}
	.logo {
		left: 50px;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 46px;
	}
	.desk {
		display: none!important;
	}
	.mob {
		display: block!important;
	}
	
	#regi {
		position: static!important;
		background: transparent;
		font-size: 16px!important;
	}
	ul#nav {
		margin-top: 100px;
		padding-top: 15vh;
		padding-top: 0;
		position: absolute;
		clear: both;
		z-index: 45;
		background: #fff;
		height: calc(100vh - 60px);
		width:100vw;
		top: 0;
		left: 0;
		transform: translateX(-100%);
		transition: all 0.4s ease-in-out;
		opacity: 0;
	}
	
	ul#nav.show_nav {
		transform: translateX(0);
		opacity: 1;
	}
	#nav li {
    	display: block;
		margin: 3vh 0;
		text-align: center;
		padding: 0;
		width: 100%;
		line-height: normal;
		color: #ffffff;
		font-size: 16px;
		letter-spacing: 2px;
	}
	
	.home_icon{
		top:90px;
	}
	h1 {
		text-align: left;
	}
	h2 {
		padding-left: 0;	
	}
	.wrapper p {
		margin-left: 0;
	}
	.home_icon {
		display: none;
	}
	#page-home h1.line:after {
		display: none;
	}
	span.line.margin_t_80 {
		margin-top: 80px;
	}
	#page-yourhome .padding_r_130.blck.margin_t_60.margin_b_30 {
		margin-top: 30px;
	}
	#page-yourhome .padding_r_40.blck.margin_t_60.margin_b_30 {
		margin-top: 50px;
	}
	.onebedslider.flexslider.margin_b_70 {
		margin-bottom: 50px;
	}
	.margin_t_120 {
		margin-top: 50px;
	}
	.margin_b_110 {
		margin-bottom: 50px;
	}
	.margin_b_100 {
		margin-bottom: 50px;
	}
	#page-team .grid_6.margin_b_100 {
		margin-bottom: 20px;
	}
	#page-team .grid_6.margin_b_100.nomarginright {
		margin-bottom: 60px;
	}
	#page-team .blck.margin_t_50.margin_b_100.padding_l_30  {
		padding-left: 0;
	}
	#page-team span.line:after, #page-team span.line:before {
		display: block;
	}
	#page-home a.grid_6.relate.padding_t_50 {
		margin-right: 0;
	}
	
	#page-investment .wrapper .grid_, #page-team .wrapper .grid_6  {
		width:100%;
		margin-right: 0;
	}

}
@media screen and (max-width: 768px) {
	.font_37 {
		font-size: 28px;
		line-height: 28px;
	}
	.font_43 {
		font-size: 33px;
		line-height: 33px;
	}
	#page-westmead .blck.line:before {
		    top: 110px;
	}
	#page-westmead .blck.line:after {
		bottom: 59px;
	}
	.home_icon{
		top:60px;
	}
	.bg_ghee p {
    	font-size: 16px;
	}
	h6 {
		font-size: 22px;
	}
	
	.wrapper p {
		font-size: 18px;
	}
	.font_127 {
		font-size: 97px;
		line-height: 107px;
	}
	.font_62 {
		font-size: 42px;
		line-height: 42px;
	}
	.font_47 {
		font-size: 37px;
	}
    
	#regi {
		top:155px;
	}
	#page-yourhome .blck.padding_t_70.margin_b_70.over_auto{
		padding-top: 16px;
	}
/*
	#page-westmead .wrapper .grid_6 {
		width:100%!important;
		margin-right: 0!important;
	}
*/
}

@media screen and (max-width: 760px) {
	.down {
		width: 30px;
		display: none;
	}
	
	.grid_6, .grid_4, .grid_8, .grid_3, .grid_9, #page-investment .grid_5, #page-investment .grid_7 {
		width:100%!important;
		margin-right: 0!important;
	}
	#page-resort .font_88 {
		font-size: 60px;
		line-height: 60px;
	}
	h3 {
		font-size: 21px;
		line-height: 21px;
	}
	#page-team .bg_ghee p {
		font-size: 15px;
	}
	.font_27 {
		font-size: 18px;
		line-height: 18px;
	}
	.font_117 {
		font-size: 75px;
		line-height: 75px;
	}
	#hero img.mobile {
		display: none!important;
	}
	#hero img.desktop {
		display: block!important;
	}
	span.line.margin_t_180.margin_b_30.mob.noright:after {
		display: block;
		background: white;
		height: 4px;
		z-index: 1;
		width: 50%;
	}
	#page-investment .wrapper ul li {
		font-size: 15px;
		line-height: 19px;
	}
	.info h5 {
		font-size: 20px;
		line-height: 26px;
		padding-left: 40px;
		padding-right: 40px;
		
		padding-left: 17px;
		padding-right: 17px;
	}
	#page-investment .wrapper ul {
    	padding-left: 50px;
		margin-left: 0;
	}
	.location_list {
		padding-left: 90px;
		list-style: none;
		margin-top: 20px;
	}
	.location_list li {
		color:#32dac4;
		font-size: 14px;
		line-height: 18px;
		margin-right: 5px;
	}
	.location_list li>span {
		color:#0f6268;
		width:20px;
		text-align: right;
		display: inline-block;
	}
	
	.l_s_3 {
		letter-spacing: 1.2px;
	}
	
	.flex-control-paging li a {
		width: 8px;
		height: 8px;
	}
	.l_s_1p3 {
		letter-spacing: 1.7px;
	}
	#page-lifestyle .flexslider .flex-control-nav {
		bottom: 0;
	}
	.flex-control-nav li {
		margin:0 3px;
	}
	#page-lifestyle h1.font_88.margin_b_80.uppercase.l_s_2.aqua.relate.line.mob_padd,#page-lifestyle h1.font_88.margin_b_80.uppercase.l_s_2.aqua.relate.text_right.mob_padd {
		letter-spacing: 1px;
	}
	
	.font_43 {
		font-size: 32px;
		line-height: 32px;
		font-size: 28px;
		line-height: 28px;
	}
	.font_37 {
		font-size: 28px;
		line-height: 28px;
		
		font-size: 24px;
		line-height: 24px;
	}
	span.line.half {
		width: initial;
	}
	.font_88 {
		font-size: 48px;
		line-height: 48px;
	}
	#page-westmead .font_88 {
		font-size: 43px;
		line-height: 43px;
	}
	.font_42 {
		font-size: 21px;
		line-height: 21px;
	}
	#page-lifestyle .font_42 {
		font-size: 18px;
		line-height: 18px;
	}
	#page-lifestyle .font_88 {
		font-size: 43px;
		line-height: 43px;
	}
	#page-lifestyle .font_30 {
		font-size: 13px;
		line-height: 17px;
	}
	.font_40 {
		font-size: 20px;
		line-height: 20px;
	}
	
	.font_30 {
		font-size: 14px;
		line-height: 19px;
	}
	#page-westmead .font_30 {
		font-size: 30px;
		line-height: 30px;
	}
	#page-home .font_30 {
		font-size: 30px;
		line-height: 30px;
	}
	.font_142 {
		font-size: 97px;
		line-height: 97px;
	}
	.font_35 {
		font-size: 24px;
		line-height: 24px;
	}
	
	
	
	.footer {
		background:#adf0e7;
	}
	
	.l_s_m9 {
		letter-spacing: -3px;
	}
	#page-investment span.line.dollar img {
		left: 75px!important;
		top:-122px!important;
	}
	#page-investment .font_40 {
		font-size: 34px;
		line-height: 34px;
	}
	#page-investment .font_35 {
		font-size: 29px;
		line-height: 29px;
	}
	.blck.max_w_370 ul {
		padding-left: 30px!important;
	}
	.register .grid_6 {padding: 0;}
	.padding_b_50 {
		padding-bottom: 0;
	}
	#hero:after {
		width: 100%;
	}
	.mobile {
		display: block!important;
	}
	.desktop {
		display: none!important;
	}
	.list .grid_6 {
		width:49%;
		margin-right:2%;
		margin-bottom: 0px;
	}
	.list .grid_6.last {
		margin-right: 0;
	}
	.logo_wrapper img{
		width:166px;
		margin:20px auto;
	}
	
	input.b_submit {
		margin: 10px auto 20px;
	}
	.register {
		width: 100%;
		padding: 0 20px;
	}
	.privacy {
		font-size: 10px;
		line-height: 16px;
	}
	.footer a.call {
		font-size: 35px;
		line-height: 35px;
		margin:30px auto;
	}
	.footer a img {
		width:123px;
	}
	.register h2 {
		font-size: 18px;
		line-height: 24px;
	}
	.mob.arial {
		text-align: center;
		
	}
	.list {
		margin: 20px auto;
		display: inline-block;
		text-align: left;
		width: 100%;
		padding-left: 65px;
	}
	.list li {
		color:#0f6268;
		font-size: 14px;
		font-family: 'OswaldOswaldLight';
		font-weight: 600;
	}
	.list li span {
		color:#32dac4;
		padding-left: 2px;
		
		
	}
	.grid_3 {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.bg_ghee p {
		margin-bottom: 40px;
	}
	h6 {
		margin-bottom: 20px;
	}
	h6 span {
		padding: 0;
		line-height: 20px;
	}
	.home_icon {
		top: -11px;
		left: 45px;
		width: 42px;
	}
	h1, .font_62 {
		font-size: 22px;
		line-height: 22px;
	}
	.font_127 {
		font-size: 50px;
		line-height: 60px;
	}
	h2, .font_47 {
		font-size: 20px;
		line-height: 20px;
	}
	#regi {
		    font-size: 14px;
		padding: 5px 10px;
		top: 70px;
	}
	
	.wrapper p, body, #page-investment .bg_ghee p{
		font-size: 15px;
		line-height: 25px;
	}
	.wrapper p:before {
		height: 4px;
		width:calc(100% + 20px);
		top:-20px;
	}
	.wrapper p:after{
		width:4px;
		top:-20px;
		height:calc(100% + 60px);
		right:-20px;
	}
	#regi:after {
		height:4px;
	}
	.flex-direction-nav a {
		width:18px;
		height: 30px;
		top:calc(50% - 15px);
	}
	.flex-direction-nav .flex-prev {
		background:url('/images/buttons/mob-left.png');
		
	}
	.flex-direction-nav .flex-next {
		background:url('/images/buttons/mob-right.png');
		right:5px;
	}
	.onebedslider.flexslider .flex-direction-nav .flex-prev {
		left:5px;
	}
	.onebedslider.flexslider .flex-direction-nav .flex-next {
		right:5px;
	}
	#page-westmead img.mobile.fullwidth, ul.mobile.location_list {
		display: none!important;
	}
	.padding_r_35 {
		padding-right: 0;
	}
	#page-home .font_30 {
		font-size: 25px;
		line-height: 25px;
	}
	.font_142 {
		font-size: 80px;
		line-height: 80px;
	}
	h4 {
		font-size: 24px;
		line-height: 24px;
	}
	
	
}
@media screen and (max-width: 500px) {
	#page-westmead img.mobile.fullwidth, ul.mobile.location_list {
		display: block!important;
	}
	 ul.mobile.location_list {
		margin-bottom: 30px;
	}
	#page-westmead .bg_ghee{
		display: none;
	}
	ul#nav {
		padding-top: 15vh;
	}
	#page-home .grid_6 {
		width:100%!important;
		margin-right: 0!important;
	}
	#hero img.desktop {
		display: none!important;
	}
	#hero img.mobile {
		display: block!important;
	}
	.home_icon {
		top: 28px;
	}
	.list .grid_6 {
		width:100%;
		margin-right:0%!important;
	}
}

@media screen and (max-width: 350px) {
	.footer a.call {
		font-size: 30px;
		line-height: 30px;
	}
	h1 {
/*		    padding-left: 50px;*/
	}
	#page-lifestyle h3.font_30.margin_t_120.uppercase.l_s_1p3.aqua.text_right.mob_padd {
		margin-top: 20px!important;
	}
	#page-lifestyle h1.font_88.margin_b_80.uppercase.l_s_2.aqua.relate.text_right.mob_padd {
		margin-bottom: 70px!important;
	}
	.bg_ghee .content {
		padding: 70px 15px 0;
	}
	.register {
	    padding: 0 15px;
	}
}