/*
CSS created by David Oldfield
Made By Mod / hello@madebymod.co.uk
Green: #2bf300
*/
@font-face {
    font-family: 'Circular';
    src: url('/fonts/CircularStdBold.eot');
    src: url('/fonts/CircularStdBold.eot') format('embedded-opentype'),
         url('/fonts/CircularStdBold.woff2') format('woff2'),
         url('/fonts/CircularStdBold.woff') format('woff'),
         url('/fonts/CircularStdBold.ttf') format('truetype'),
         url('/fonts/CircularStdBold.svg#CircularStdBold') format('svg');
}

* {
    outline: none;
}
html, body {
    height: 100%;
}
html {
    font-size: 16px;
}
body {
    padding: 0px;
    margin: 0px;
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #333;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
a:hover {
    text-decoration: underline;
}
p {
    line-height: 150%;
}
input, textarea, select, label {
    font-size: 1rem;
    font-family: roboto, sans-serif;
    font-weight: 300;
}
::-webkit-input-placeholder {
 opacity: 1 !important;
}

:-moz-placeholder {
 opacity: 1 !important;
}

::-moz-placeholder {
 opacity: 1 !important;
}
.bold {
    font-weight: 700;
}
#status {
    width: 350px;
    padding: 20px;
    background-color: #fff;
    color: #ee2d24;
    position: fixed;
    top: 50%;
    margin-left: -195px;
    left: 50%;
    margin-top: -60px;
    z-index: 99999999999999999;
    text-align: center;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}
#status h4 {
    font-family: 'Circular';
    font-size: 1.238rem;
    text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    font-family: 'Circular';
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.c_20 {
    width: 20%;
}
.c_25 {
    width: 25%;
}
.c_30 {
	width: 30%;
}
.c_33 {
    width: 33.333333%;
}
.c_35 {
    width: 35%;
}
.c_40 {
    width: 40%;
}
.c_50 {
    width: 50%;
}
.c_60 {
    width: 60%;
}
.c_65 {
    width: 65%;
}
.c_66 {
    width: 66.666666666%;
}
.c_75 {
    width: 75%;
}
.c_100 {
    width: 100%;
}
.f_33 {
    width: 33.3333333%;
}
.indent {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 1px;
}
#header_wrap {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: 99;
}
.header {
    padding: 15px 5%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.header.minify {
    background-color: #3c3c3b;
    padding: 5px 5%;
}
.header li:first-of-type {
    flex: 1;
}
.header ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.header a {
    font-weight: 400;
    color: #fff;
    margin-left: 25px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
}
.header a.quad {
    padding:7px 10px;
    background-color:#e95a0c;
    color: #fff!important;
    border:none!important;
}
.header.alt a {
    color: #09504f;
}
.header.minify.alt a {
    color: #fff;
}
.header a:hover, .header a.active {
    border-bottom: 2px solid #e95a0c;
    text-decoration: none;
}
.header li:first-of-type a {
    margin-left: 0px;
    padding-bottom: 0px;
}
.header li:first-of-type a:hover {
    border-bottom: 2px solid transparent;
}
.header img {
    max-width: 285px;
}
.header span, #mobile_bar span {
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.header.minify img {
    max-width: 275px;
}
.header.minify span, #mobile_bar.minify span {
    width: 24%;
    overflow: hidden;
}
section {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    overflow: hidden;
}
section.lazy {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
section.active {
    opacity: 1;
}
.intro {
    -moz-align-content: center;
    -ms-align-content: center;
    -o-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    background-image: url(/images/bg-home.jpg);
    min-height: 100%;
    min-height: 100vh;
    height:100px;
}
.intro::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(/images/bg-swirl.png);
    z-index: 1;
}
section h1 {
    margin-left: 5%;
    width: 70%;
    font-size: 2.692rem;
    line-height: 130%;
    position: relative;
    z-index: 9;
    color: #fff;
    -moz-align-self: center;
    -webkit-align-self: center;
    -ms-align-self: center;
    -o-align-self: center;
    align-self: center;
}
.intro a.btn, a.masterplan_btn, .quad_box a.btn, .unit a.btn {
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 8;
    font-weight: 700;
    font-size: 1.231rem;
    display: block;
    padding-bottom: 10px;
    border-bottom: 2px solid #e95a0c;
    color: #fff;
}
.quad_box a.btn {
	border:none;
	background-color:#e95a0c;
	padding:10px 20px;
	font-weight: 400;
}
.quad_box a.btn:hover {
	background-color: #fff;
	color:#e95a0c;
	text-decoration: none;
}
.hotspot {
  margin: 15px;
  width: 10px;
  position: absolute;
  z-index: 99;
}

.dot {
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  opacity: 0.6;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.dot.big {
	width: 20px;
	height: 20px;
	margin-left: -10px;
  margin-top: -10px;
	background-color: #000;
}
.pulse {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #09504f;
  border-radius: 50%;
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -ms-animation: pulsate_two 2s ease-out;
  animation: pulsate_two 2s ease-out infinite; /*     opacity: 0.0 */
}
.pulse.orange {
	background: #f18a00;
	width: 28px;
	height: 28px;
	margin-left:-14px;
	margin-top: -14px;
}
.dot:hover {
  opacity: 1;
	background: #001f60;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1.0, 1.0);
    opacity: 0.9;
  }
  /*     50% {opacity: 0.85;} */
  100% {
    -webkit-transform: scale(2.5, 2.5);
    opacity: 0.0;
  }
}
@keyframes pulsate_two {
  0% {
    transform: scale(1.0, 1.0);
    opacity: 0.9;
  }
  100% {
    transform: scale(2.5, 2.5);
    opacity: 0.0;
  }
}
[data-tooltip] {
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	font-size: 0.8231rem;
}
/* Hide the tooltip content by default */
[data-tooltip]:before, [data-tooltip]:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}
/* Position tooltip above the element */
[data-tooltip]:before {
	position: absolute;
	bottom: 150%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -120px;
	padding: 10px 20px;
	width: 200px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.8);
	color: #000;
	content: attr(data-tooltip);
	text-align: center;
	line-height: 150%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	font-size: 0.8231rem;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.orange {
    color:#e95a0c;
}
a.masterplan_btn {
    width: 90%;
    border: none;
    text-align: center;
    padding-bottom: 65px;
    background-image: url("/images/bg-line.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    bottom: 0px;
}
.intro a.btn:hover {
    text-decoration: none;
    border-bottom: 2px solid #fff;
    padding-right: 20px;
}
a.masterplan_btn:hover {
    text-decoration: none;
    color: #e95a0c;
}
a.more {
    font-weight: 400;
    display: inline-block;
    padding: 6px 10px;
    background-color: #e95a0c;
    color: #fff;
}
a.more:hover {
    text-decoration: none;
    background-color: #09504f;
}
.masterplan, .why {
    -moz-align-content: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    -o-align-content: center;
    align-content: center;
    background-image: url(/images/bg-about.jpg);
    min-height: 100%;
    min-height: 100vh;
    height:100px;
}
.masterplan {
    background-image: url(/images/bg-masterplan.jpg);
}
.unit {
    background-image: url(/images/unit-17.jpg);
}.unit.second {
    background-image: url(/images/unit-17-2.jpg);
}
.unit .overlay {
	position: absolute;
	top:0px;
	left:0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0, 0.4);
}
.unit h1 {
	z-index: 99;
}
.news_wrap {
	background-image: url(/images/bg-about-orange.jpg)!important;
}
.half {
	min-height: 60%;
	min-height: 60vh;
}
.article h2 {
	margin-top: 55px;
}
.article_wrap {
	padding-left:70px;
	padding-right:10%;
	background-image:url(/images/bg-dot.jpg);
	background-repeat: no-repeat;
	background-size:1px 400px;
	background-position: top left;
}
.article_wrap h1 {
	font-size: 2rem;
	color: #e95a0c;
	padding-left: 0px;
	margin-left: 0px;
	width: 100%;
}
.share {
	margin-top:50px;
	display: block;
	position: relative;
	z-index: 1;
	font-size: 0.8231rem;
	font-weight: 700;
	color: #e95a0c;
}
.share p a {
	display: inline-block;
	color: #e95a0c;
	margin:0px 4px;
}
.share a.all_news {
	position: absolute;
	right: 0px;
	top:0px;
	z-index: 1;
	background: none;
	padding:0px 0px 10px 0px;
	border-bottom: 2px solid #e95a0c;
	font-weight: 700;
}
.share a.all_news:hover {
	text-decoration: none;
	color: #09504f;
	border-bottom: 2px solid #09504f;
}
.article_wrap a {
	color: #e95a0c;
}
img.quad_logo {
	position: absolute;
	bottom:40px;
	left:4.8%;
	max-width: 22%;
	z-index: 99999;
}
.why_wrapper {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(/images/bg-luton.jpg);
}
.why {
    background: none;
    min-height: 90%;
    min-height: 90vh;
    height:100px;
}
.content {
    background-color: #fff;
    padding: 50px 5%;
    width: 90%;
	position: relative;
	z-index: 1;
}
.content.aerial {
    padding: 0px;
    width: 100%;
}
.content.no_pad {
    padding-bottom: 10px;
}
p.roll {
    position: relative;
    top:0px;
    left:5%;
    z-index: 99;
    display: block;
    width: 50%;
    margin-bottom: 40px;
}
.news {
	margin-left:-10px;
	margin-right:-10px;
	margin-top:30px;
}
.news .inner {
	margin:10px;
	display: block;
	position: relative;
	z-index: 1;
}
.news .inner img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}
.news .inner span {
	position: absolute;
	top:40px;
	left:40px;
	z-index: 99;
	font-size: 1.692rem;
	display: block;
	width:calc(80%-80px);
	font-weight: 700;
	color: #fff;
	opacity: 0.000001;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.news .inner .more {
	font-size: 1rem;
	display: inline-block;
	padding-bottom: 6px;
	border-bottom: 2px solid #fff;
	width: auto;
	top: auto;
	bottom:40px;
}
.news .inner .overlay {
	position: absolute;
	top:0px;
	left:0px;
	z-index: 55;
	width: 100%;
	height: 100%;
	background-color:rgba(233, 90, 12, 0.7);
}
.news .inner:hover span {
	opacity: 1;
}
.inner_aerial {
    margin: 0px 2.5% 50px 2.5%;
    position: relative;
    z-index: 1;
}
.site {
    background-color: #fff;
    background-position: center;
    background-size: contain;
    padding: 0px;
	position: relative;
	z-index: 1;
}
img.sitemap {
    width: 100%;
}
.key {
    padding-bottom: 0px;
}
.key .c_25 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.key .c_25 img {
    width: 35px;
	margin-top:5px;
}
.view:hover {
	color: #e95a0c;
	cursor: pointer;
}
.key .c_25 span {
    display: block;
    padding: 0px 5% 10px 5%;
}
.key .c_25 span a {
    font-size: 0.7692rem;
    color: #e95a0c;
}
.key a {
    display: block;
    padding:15px 10% 15px 80px;
    background-color: #fd4e00;
    background-size: auto 100%;
    background-image: url("/images/key-orange-download.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: #fff;
    margin-right:15px;
    border:2px solid #fff;
}
.key a.view {
    background-color: #efefef;
    background-image: url("/images/key-360.png");
    color: #000;
}
.key a:hover {
    text-decoration: none;
    border:2px solid #aaa;
}
.one {
	top:78%; left:20%;
}
.two {
	top:61%; left:25%;
}
.three {
	top:62%; left:14%;
}
.four {
	top:58%; left:16%;
}
.five {
	top:54%; left:18%;
}
.six {
	top:50%; left:20%;
}
.seven {
	top:41%; left:24%;
}
.eight {
	top:43%; left:26%;
}
.nine {
	top:46%; left:29%;
}
.ten {
	top:42%; left:29%;
}
.eleven {
	top:50%; left:43%;
}
.twelve {
	top:36%; left:31%;
}
.thirteen {
	top:30%; left:43%;
}
.fourteen {
	top:32%; left:62%;
}
.fifteen {
	top:37%; left:81%;
}
h2 {
    font-size: 4.385rem;
    color: #e95a0c;
    line-height: 100%;
	display: block;
	position: relative;
	z-index: 1;
}
h2.small {
	font-size: 2.385rem;
}
h2 span {
	font-size: 1rem;
	position: absolute;
	right:0%;
	bottom:10px;
	z-index: 1;
	font-family: roboto, sans-serif;
    font-weight: 300;
    font-style: normal;
    max-width: 25%;
    line-height: 150%;
}
h2.sub {
	border-top: 1px solid #e95a0c;
	padding-top: 25px;
}
.availability {
    position: absolute;
    top:0px;
    left:0px;
    z-index: 99;
    padding:20px 200px 0px 40px;
    color: #fff;
    font-weight: 700;
}
.availability span {
    position: relative;
    z-index: 5;
}
.availability::after {
    content: "";
    position: absolute;
    bottom:0px;
    left:0px;
    z-index: 1;
    background-color:rgba(233, 90, 12, 0.7);
    width:100%;
    height:50%;
    -ms-transform: skewY(-25deg); /* IE 9 */
    -webkit-transform: skewY(-25deg); /* Safari 3-8 */
    transform: skewY(-25deg);
    padding-bottom: 190px;
}
#blob {
    overflow: hidden;
}
#blob .availability {
    padding-left: 20px;
}
.key {
    min-height: 10px;
}
.negative {
    margin-left: -10px;
    margin-right: -10px;
}
.features .inner {
    margin: 10px;
    padding: 20px 3%;
}
.features .c_25 .inner {
    padding: 20px 6%;
    background-color: #09504f;
    color: #fff;
    background-position: 90% 90%;
    background-repeat: no-repeat;
    background-size: 25% auto;
    height: 0px;
    padding-bottom: 75%;
}
.buildings {
    background-image: url("/images/icon-building.png");
}
.plots {
    background-image: url("/images/icon-flexible-plots.png");
}
.hotel {
    background-image: url("/images/icon-hotel.png");
}
.parking {
    background-image: url("/images/icon-car.png");
}
.height {
    background-image: url("/images/icon-12m-clear.png");
}
.dock {
    background-image: url("/images/icon-3-dock.png");
}
.secure {
    background-image: url("/images/icon-45m-secure.png");
}
.cycle {
    background-image: url("/images/icon-bike.png");
}
.serviced {
    background-image: url("/images/icon-power.png");
}
.tick {
    background-image: url("/images/icon-tick.png");
}
.spaces {
    background-image: url("/images/icon-48-car-parking.png");
}
.breeam {
    background-image: url("/images/icon-breeam.png");
}
.features .c_25 .inner.spaces {
	background-size: 30% auto;
}

.features .c_25 .inner p {
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    font-size: 1.154rem;
}
.block {
    padding-top: 50px;
    border-top: 1px solid #e95a0c;
    margin-top: 80px;
}
#post {
    display: none;
}
.c_50 h3 {
    margin-top: 40px;
}
.latest img {
    display: block;
    max-width: 90%;
}
.footer {
    background-color: #3c3c3b;
    color: #fff;
    background-image: url("/images/bg-swirl.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 105%;
}
.footer .inner {
    margin: 0px 10px;
}
.footer img {
    max-width: 40%;
}
.breaker {
    border-top: 1px solid #e95a0c;
    margin: 30px -5% 30px 0px;
}
.footer form {
    width: 100%;
}
.footer input[type=text] {
    color: #e95a0c;
    padding: 10px 5%!important;
    width: 60%;
    border: none;
    margin-top: 15px;
}
.footer input[type=submit] {
    padding: 10px 5%!important;
    width: 30%;
    border: none;
    margin-top: 15px;
    color: #fff;
    background-color: #e95a0c;
}
.footer a {
    color: #fff;
    font-weight: 400;
}
.creds {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    color: #fff;
    margin-top: 20px;
}
.creds img {
    max-width: 160px;
    margin-top: 10px;
}
.right {
    text-align: right;
    font-weight: 400;
}
.creds a {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
}
.creds .right a {
    margin-right: 0px;
}
.footer a.btn, .inner_aerial a.btn {
    display: inline-block;
    background-color: #e95a0c;
    color: #fff;
    padding: 20px 30px;
    margin-top: 20px;
}
.inner_aerial a.btn {
    margin-top: 0px;
    position: absolute;
    right: 20px;
    top:20px;
    z-index: 999;
}
.footer a.btn:hover, .inner_aerial a.btn:hover {
    color: #e95a0c;
    background-color: #fff;
    text-decoration: none;
}
.disclaimer {
    font-size: 0.892rem;
    font-style: italic;
}
.disclaimer a {
    font-weight: 700;
}
.stats {
    margin: 0px 0%;
    padding: 0px 5%;
    color: #fff;
    padding-bottom: 70px;
    background-position: 50% 50%;
    position: relative;
    z-index: 2;
}
.stats_wrap {
    position: relative;
    z-index: 1;
}
.stats_wrap::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 35%;
    background-color: #214f4d;
    z-index: 1;
    height: 65%;
    width: 100%;
}
.stats .inner {
    padding: 150px 20px 0px 20px;
    border-left: 2px solid #e95a0c;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 90% auto;
    font-weight: 700;
    font-size: 1.154rem;
}
.stats .c_33 {
    width: 16.66666%;
}
.stats .c_33:nth-child(3) .inner {
    background-image: url(/images/icon-plane.png);
}
.stats .c_33:nth-child(1) .inner {
    background-image: url(/images/icon-motorway-white.png);
    background-size: auto 35%;
}
.stats .c_33:nth-child(2) .inner {
    background-image: url(/images/icon-train.png);
    background-size: auto 35%;
}
.stats .c_33:nth-child(4) .inner {
    background-image: url(/images/icon-bus.png);
    background-size: 80% auto;
}
.stats .c_33:nth-child(5) .inner {
    background-image: url(/images/icon-graduate.png);
    background-size: auto 35%;
}
.stats .c_33:nth-child(6) .inner {
    background-image: url(/images/icon-people.png);
    background-size: 80% auto;
}
.occupiers {
    margin-top: 30px;
}
.occupiers h4 {
    display: block;
    text-align: center;
    font-size: 1.692rem;
}
.occupiers .inner {
    margin: 10px;
    color: #09504f;
    background-color: #efefef;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}
.occupiers .inner:hover {
    /*background-color: #e95a0c;*/
}
.map {
    background-color: #f7f6f1;
    text-align: center;
}
.map img {
    max-width: 70%;
    margin: 0px auto;
    display: block;
}
.location {
    padding-bottom: 0px!important;
    padding-right: 0px!important;
    width: 95%;
    padding-top:0px;
}
.location h2 {
    margin-bottom: 30px;
}
.location h5 {
    font-size: 2rem;
    color: #09504f;
}
.location h5 span {
    color: #e95a0c;
}
.location .c_50:nth-child(1) {
    display: flex;
    align-items: center;
}
.map_wrap {
    height: 75vh;
    background-color: #fff;
}
.drivetimes {
    background-color: #214f4d;
    padding: 50px 5%;
    color: #fff;
    display: block;
    overflow: hidden;
    width: 90%;
}
.drivetimes span {
    color: #e95a0c;
}
.drivetimes p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    margin-top: 0px;
}
.drivetimes .inner {
    padding-left: 20px;
    border-left: 1px solid #0b847f;
    padding-top: 40px;
}
.drivetimes .inner p:first-of-type {
    margin-bottom: 15px;
}
.drivetimes .inner .c_33 p:first-of-type {
    margin-bottom: 0px;
}
.drivetimes .c_20 {
    width: 15%;
}
.drivetimes .c_35 {
    width: 45%;
    /*background-image: url(/images/icon-plane-angled.png);*/
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 27% auto;
}
img.illustration {
    width: 110%;
    margin-left: -5%;
}
.aerial {
    padding-top: 0px!important;
    position: relative;
    z-index: 1;
    display: block;
	overflow: hidden;
}
.instruction {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
    padding: 10px;
    background-color: #224E4D;
    color: #EA5B0C;
    border: 2px solid #fff;
}
.aerial img {
    display: block;
    width: 100%;
}
.aerial img.base {
    position: relative;
    z-index: 1;
}
.aerial .nug {
	position: absolute;
	bottom: 1px;
	left:2.5%;
	z-index: 5;
	padding:6px 20px;
	background-color: #EA5B0C;
	color: #fff;
}
.trigger {
    text-decoration:none;
    position:relative;
}
.trigger span {
    display:none;
}
.trigger span img {
    width: 110px;
}
.trigger:hover span {
    display:block;
    position:fixed;
    overflow:hidden;
}

.embed {
	height:90vh;
	
	background-color: #fff;
	
	display:none;
	overflow: hidden;
	width:100%!important
}
.embed iframe {
	display: block;
	overflow: hidden;
	margin-left:2.5%
}
.tour {
	background-color: #3c3c3b;
	height: calc(90vh - 135px);
	display: block;
	padding-top: 135px;
}
img.layer {
    position: absolute;
    z-index: 2;
    opacity: 0.0000001;
}
img.layer:hover {
    opacity: 0.0000001;
    cursor: zoom-in;
}
img.unit_one {
    left: 39.8%;
    top: 63.8%;
    width: 9.5%;
}
img.unit_one.layer:hover, img.unit_two_b.layer:hover, img.unit_three.layer:hover, img.unit_four_b.layer:hover, img.unit_four_c.layer:hover {
    opacity: 0.0000001;
}
img.unit_four_a.layer, img.unit_four_f.layer  {
    opacity: 1;
}
img.unit_two_a {
    left: 36.31%;
    top: 52.80%;
    width: 8.24%;
}
img.unit_two_b {
    left: 35.14%;
    top: 42.85%;
    width: 7.84%;
}
img.unit_three {
    left: 34.2%;
    top: 20.9%;
    width: 14.1%;
}
img.unit_four_a {
    left: 54.5%;
    top: 29.45%;
    width: 8.16%;
}
img.unit_four_b {
    left: 56.32%;
    top: 44.8%;
    width: 7.08%;
}
img.unit_four_c {
    left: 57.03%;
    top: 50.8%;
    width: 7.08%;
}
img.unit_four_d {
    left: 57.92%;
    top: 58%;
    width: 7.12%;
}
img.unit_four_e {
    left: 58.63%;
    top: 64.18%;
    width: 6.96%;
}
img.unit_four_f {
    left: 59.361%;
    top: 70.125%;
    width: 7.16%;
}
.data_wrap {
    display: none;
}
.data_one.active {
    opacity: 1;
}
.data_wrap {
    width: 45%;
    position: absolute;
    z-index: 99;
}
.data_one {
    bottom: 25%;
    left: 20%;
}
.data_two_a {
    bottom: 35%;
    left: 20%;
}
.data_two_b {
    bottom: 35%;
    left: 20%;
}
.data_three {
    top: 15%;
    left: 20%;
}
.data_four_a {
    bottom: 25%;
    left: 20%;
}
.data_four_b {
    bottom: 25%;
    left: 20%;
}
.data_four_c {
    bottom: 25%;
    left: 20%;
}
.data_four_d {
    bottom: 25%;
    left: 20%;
}
.data_four_e {
    bottom: 25%;
    left: 20%;
}
.data_four_f {
    bottom: 25%;
    left: 20%;
}
.data_five {
    bottom: 25%;
    left: 30%;
}
.data_six {
    bottom: 15%;
    left: 35%;
}
.data_seven_a {
    bottom: 15%;
    left: 15%;
}
.data_seven_b {
    bottom: 15%;
    left: 20%;
}
.data_eight {
    bottom: 15%;
    left: 5%;
}
#blob {
    position: relative;
    z-index: 1;
}
#blob img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}
#blob img.close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    width: 30px;
    padding: 5px;
    background-color: #e95a0c;
}
.business {
    position: absolute;
    top:0px;
    left: 0px;
    padding:20px 5%;
    width:90%;
    height:calc(100% - 40px);
    z-index: 89;
    color: #e95a0c;
    background-color:rgba(9, 80, 79, 0);
    
}
.business span {
    color: #fff;
}
.business p {
    position: absolute;
    bottom:180px;
    left:5%;
    z-index: 99;
    padding:0px;
    margin:0px;
}
.phase_two .business {
    background-color:rgba(9, 80, 79, 0);
}
.description {
    padding: 20px 5% 30px 5%;
    color: #fff;
    background-color: #09504f;
    position: relative;
    z-index: 1;
    text-align: right;
}
.description a, .inner_plans a {
    display: inline-block;
    margin: 0px 0px 0px 5px;
    background-color: #e95a0c;
    color: #fff;
    padding: 10px 2.5%;
    font-weight: 700;
    margin-bottom: 5px;
	font-weight:300;
	font-size: 0.9231rem;
}
.description a:hover, .inner_plans a:hover {
    color: #e95a0c;
    background-color: #fff;
    text-decoration: none;
}
.description img, .business img {
    position: absolute;
    top: -60px;
    left: 5%;
    z-index: 3;
    width: 10%!important;
}
.inner_plans {
    position: absolute;
    right:20px;
    bottom:25px;
    width:85%;
    z-index: 5;
    text-align: right;
}
.business img {
    top:auto;
    bottom:20px;
    position: absolute!important;
}
.business p {
    font-weight: 700;
    padding:0px;
    margin:0px;
    font-size: 1.231rem;
}
.park_stats .inner {
    background-color: #09504f;
    background-image: url(/images/b-units.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px 20px;
    color: #fff;
    margin: 10px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    font-size: 1.154rem;
}
.park_stats .c_50:nth-child(1) .inner::after {
    content: "";
    /*background-image: url(/images/icon-b-numbers.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70% auto;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.park_stats .c_50 .c_50 .inner::after {
    background: none;
}
.park_stats .c_50 .c_50 .inner {
    padding: 20px 20px;
    background-image: none;
}
.negative .negative {
    margin-left: -10px;
    margin-right: -10px;
}
.park_stats .c_25 .inner {
    background-image: none;
}
.park_stats .inner.design {
    background-image: url(/images/icon-stocks.png)!important;
    background-size: 35% auto;
    background-position: 90% 90%;
}
.park_stats .inner.links {
    background-image: url(/images/icon-motorway.png)!important;
    background-size: 35% auto;
    background-position: 90% 90%;
}
.park_stats .inner.buildings {
    background-image: url(/images/icon-schedule.png)!important;
    background-size: 35% auto;
    background-position: 90% 90%;
}
.park_stats .inner.available {
    /*background-image: url(/images/icon-measure.png)!important;*/
    background-size: 35% auto;
    background-position: 90% 90%;
    background-color: #e95a0c;
}
.park_stats .inner.units {
    background-image: url(/images/icon-building.png)!important;
    background-size: 35% auto;
    background-position: 90% 90%;
}
.park_stats .inner.freehold {
    /*background-image: url(/images/icon-tick.png)!important;*/
    background-size: 35% auto;
    background-position: 90% 90%;
    background-color: #e95a0c;
}
.experts .inner {
    padding-left: 30px;
}
.experts {
    margin-top: 30vh;
    border-left: 1px solid #e95a0c;
    padding-bottom: 100px;
}
.news_wrap .experts {
	border-left: none;
}
.news_wrap .experts .inner {
	padding-left: 0px;
}
.hbd {
    border-left: 1px solid #09504f;
    margin-top: 100px;
}
.hbd_bg, .expert_bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hbd_bg {
    background-image: url("/images/bg-hbd.jpg");
}
.expert_bg {
    background-image: url("/images/bg-experts.jpg");
}
.experts h2 {
    color: #fff;
    font-size: 3rem;
}

.expert_bg h2, .experts p {
    color: #fff;
}
.green h2, .green p {
    color:#09504f!important;
}
.experts p {
    padding-top: 0px;
    margin-top: 0px;
}
.experts p a {
    color: #fff;
    font-weight: 700;
}
.green p a {
    color:#09504f!important;
}
.design_wrap {
    background-color: #09504f;
    color: #fff;
}
.design_wrap .flex {
    border-left: 1px solid #e95a0c;
    margin-left: 5%;
    margin-right: 5%;
    width: 75%;
    padding-top: 80px;
}
.design_wrap .flex .inner {
    padding: 0px 15% 40px 20px;
    border-left: 1px solid #e95a0c;
    font-weight: bold;
}
.design_wrap .flex .inner.bottom {
    padding: 0px 15% 100px 20px;
}
.design_wrap .flex .inner.no_b {
    border: none!important;
}
.design_wrap .flex img {
    max-width: 35%;
}
.expert_wrap {
    padding-bottom: 0px!important;
}
.dev_wrap {
    background-color: #f7f6f1;
    color: #09504f;
    padding-bottom: 100px;
}
.dev_wrap .flex {
    border-left: 1px solid #09504f;
}
.dev_wrap .flex .inner {
    border-left: 1px solid #09504f;
}
.left_pad {
    padding-left: 20px;
}
#mobile_bar, #mobile_menu, .all_plans {
    display: none;
}
.cc-window.cc-banner {
    font-size: 13px !important;
    font-family: 'Graphik Light', 'Graphik', "work-sans", Helvetica, Arial, "sans-serif" !important;
    font-weight: 300 !important;
}
table {
    width: 90%;
}
.glide {
  position: relative;
  width: 100%;
  height: 100vh;
	z-index: 1;
	margin-bottom: 80px;
}
.quad_box {
    height: 75vh;
}
.quad_box .glide {
    height: 100%;
    margin-bottom: 0px;
}
.glide__wrapper {
  overflow: hidden;
}
.glide__track {
  position: relative;
  width: 100%;
  height: 100vh;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
	margin:0px;
}
.glide__track.dragging {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
	height: 100vh;
	background-size: cover;
	background-position: center;
}
.glide__slide a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__arrow {
  cursor: pointer;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
	
	display: block;
	text-align: center;
	padding-top:26px;
}
.quad_box .glide__bullets {
    display: none;
}
.glide__bullet {
	display: inline-block!important;
	width:25px;
	height:5px;
	background-color: #09504f;
	border:none;
	margin:0px 4px;
}
.glide__bullet.active {
	background-color:#e95a0c;
}
.glide--slider .glide__slide {
  float: left;
  clear: none;
}
.glide--carousel.glide--vertical .glide__track {
  overflow: visible;
}
.glide--carousel .glide__slide {
  float: left;
  clear: none;
}
.glide--slideshow .glide__wrapper {
  height: 100%;
}
.glide--slideshow .glide__slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.glide--slideshow .glide__slide.active {
  z-index: 1;
}

@media only screen and (max-width:1300px) {
.header {
    padding: 15px 2.5%;
}
section h1 {
    margin-left: 2.5%;
}
.content, .drivetimes {
    padding: 50px 2.5%;
    width: 95%;
}
.intro a.btn, a.masterplan_btn, .quad_box a.btn {
    left: 2.5%;
}
.header img {
    max-width: 300px;
}
.stats, .design_wrap .flex {
    margin: 0px 2.5%;
}
.location {
    width: 97.5%!important;
}
.header.minify {
    background-color: #3c3c3b;
    padding: 5px 2.5%;
}
}

@media only screen and (max-width:1024px) {
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .hamburger {
        padding: 0px 0px;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
        position: relative;
        z-index: 5;
        position: absolute;
        right: 2.5%;
        top: 30px;
        z-index: 5;
    }
    .hamburger:hover {
        opacity: 0.7;
    }
    .hamburger-box {
        width: 35px;
        height: 19px;
        display: inline-block;
        position: relative;
        top: 5px;
    }
    .hamburger-inner {
        display: block;
        top: 20px;
        margin-top: -0px;
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 35px;
        height: 3px;
        background-color: #fff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }
    .alt .hamburger-inner, .alt .hamburger-inner::before, .alt .hamburger-inner::after {
        background-color: #3c3c3b;
    }
    .minify .hamburger-inner, .minify .hamburger-inner::before, .minify .hamburger-inner::after {
        background-color: #fff;
    }
    .hamburger-inner::before, .hamburger-inner::after {
        content: "";
        display: block;
    }
    .hamburger-inner::before {
        top: -10px;
    }
    .hamburger-inner::after {
        bottom: -10px;
    }
    .hamburger--collapse .hamburger-inner {
        top: auto;
        bottom: 0;
        transition-duration: 0.13s;
        transition-delay: 0.13s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .hamburger--collapse .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    }
    .hamburger--collapse .hamburger-inner::before {
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .hamburger--collapse.is-active .hamburger-inner {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
        transition-delay: 0.22s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    }
    .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .intro h1, section h1 {
        display: flex;
        align-content: center;
        align-items: center;
        width: 75%;
        font-size: 2.192rem;
    }
    #mobile_bar {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 9999;
        padding: 10px 2.5%;
        width: 90%;
    }
    #mobile_menu {
        position: fixed;
        top: -110%;
        left: 0px;
        z-index: 999;
        width: 100%;
        height: 100%;
        display: block;
        background-color: #3c3c3b;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
    }
    #mobile_menu.active {
        top: 0px;
    }
    #mobile_menu ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        align-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 100%;
    }
    #mobile_menu ul li {
        width: 100%;
    }
    #mobile_menu a {
        display: inline-block;
        padding: 12px 0px;
        font-size: 1.154rem;
        color: #fff;
    }
    #mobile_bar.minify {
        background-color: #3c3c3b;
        padding: 10px 2.5%;
        width: 95%;
    }
    #mobile_bar img {
        max-width: 250px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
    }
    #mobile_bar.minify img {
        width: 200px;
    }
    #mobile_bar.minify span {
        width: 60px;
    }
    #header_wrap {
        display: none;
    }
    .header {
        padding: 15px 5%;
    }
    input {
        border-radius: 0px!important;
    }
    input[name=submit] {
        -webkit-appearance: none!important
    }
    .stats {
        padding:0px 2.5%;
    }
    .stats .inner {
        background-size: 65% auto!important;
        background-position: center 25px!important;
        font-size: 1rem;
        padding-bottom: 20px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    #mobile_bar img {
        width: 250px!important;
    }
    #mobile_bar.minify img {
        width: 200px!important;
    }
    #mobile_bar.minify span {
        width: 60px;
    }
    #mobile_menu a {
        font-size: 1.385rem!important;
    }
    section h1 {
        font-size: 2rem!important;
    }
    .park_stats .c_50 {
        width: 100%!important;
    }
    .park_stats .c_50 .c_50, .park_stats .c_25, .stats .c_33, .occupiers .c_50, .drivetimes .c_20, .drivetimes .c_50, .drivetimes .c_25, .features .c_25, .design_wrap .c_25 {
        width: 50%!important;
    }
    .stats {
        padding-left:0%!important;
    }
    .left_pad {
        padding-left: 20px!important;
    }
    h2 {
        font-size: 3rem!important;
    }
    .footer .c_25 {
        width: 50%!important;
    }
    .footer img {
        max-width: 30%!important;
    }
}

@media only screen and (max-width:768px) {
    #mobile_bar {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 9999;
        padding: 10px 5%;
        width: 90%;
    }
    #mobile_menu {
        position: fixed;
        top: -110%;
        left: 0px;
        z-index: 999;
        width: 100%;
        height: 100%;
        display: block;
        background-color: #3c3c3b;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
    }
    #mobile_menu.active {
        top: 0px;
    }
    #mobile_menu ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        align-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 100%;
    }
    #mobile_menu ul li {
        width: 100%;
    }
    #mobile_menu a {
        display: inline-block;
        padding: 8px 0px;
        font-size: 1.077rem;
        color: #fff;
    }
    #mobile_menu a.quad {
        background-color:#e95a0c;
        color: #fff!important;
        padding:8px 20px;
    }
    #mobile_bar.minify {
        background-color: #3c3c3b;
        padding: 10px 5%;
    }
    #mobile_bar.minify span {
        width: 30px;
    }
    #mobile_bar img {
        width: 170px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
    }
    #mobile_bar.minify img {
        width: 120px;
    }
    #header_wrap {
        display: none;
    }
    .header {
        padding: 15px 5%;
    }
    section h1 {
        margin-left: 5%;
        width: 90%;
        font-size: 1.231rem;
        display: block;
    }
    .content, .drivetimes {
        padding: 50px 5%;
        width: 90%;
    }
    .intro a.btn, a.masterplan_btn, .quad_box a.btn {
        left: 5%;
    }
    .header img {
        max-width: 300px;
    }
    .stats, .design_wrap .flex {
        margin: 0px 5%;
    }
    .location {
        width: 95%!important;
    }
    .header.minify {
        background-color: #3c3c3b;
        padding: 5px 5%;
    }
    .intro h1, section h1 {
        display: flex;
        align-content: center;
        align-items: center;
    }
    .c_25, .c_50, .c_20, .drivetimes .c_20, .c_33, .c_35, .c_40, .c_60 {
        width: 100%!important;
    }
    .c_40 {
        padding-bottom: 20px;
    }
    .footer {
        background-color: #3c3c3b;
        color: #fff;
    }
    .right {
        text-align: left;
        padding-top: 20px;
        border-top: 1px solid #e95a0c;
        margin-top: 20px;
    }
    .footer img {
        max-width: 55%;
    }
    .hamburger {
        padding: 0px 0px;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
        position: relative;
        z-index: 5;
        position: absolute;
        right: 5%;
        top: 20px;
        z-index: 5;
    }
    .hamburger:hover {
        opacity: 0.7;
    }
    .hamburger-box {
        width: 35px;
        height: 19px;
        display: inline-block;
        position: relative;
        top: 5px;
    }
    .hamburger-inner {
        display: block;
        top: 20px;
        margin-top: -0px;
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 35px;
        height: 3px;
        background-color: #fff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }
    .alt .hamburger-inner, .alt .hamburger-inner::before, .alt .hamburger-inner::after {
        background-color: #3c3c3b;
    }
    .minify .hamburger-inner, .minify .hamburger-inner::before, .minify .hamburger-inner::after {
        background-color: #fff;
    }
    .hamburger-inner::before, .hamburger-inner::after {
        content: "";
        display: block;
    }
    .hamburger-inner::before {
        top: -10px;
    }
    .hamburger-inner::after {
        bottom: -10px;
    }
    .hamburger--collapse .hamburger-inner {
        top: auto;
        bottom: 0;
        transition-duration: 0.13s;
        transition-delay: 0.13s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .hamburger--collapse .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    }
    .hamburger--collapse .hamburger-inner::before {
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .hamburger--collapse.is-active .hamburger-inner {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
        transition-delay: 0.22s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    }
    .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .intro a.btn, a.masterplan_btn, .quad_box a.btn {
        font-size: 1.077rem;
    }
    h2 {
        font-size: 2.231rem;
    }
    .location h2 {
        margin-bottom: 15px;
    }
    h5 {
        margin-bottom: 15px;
    }
	.key .c_25 {
		flex:auto;
		width: 50%!important;
		align-items: flex-start;
	}
    .key .c_25 img {
        max-width: 15%;
        margin-bottom: 5px;
		margin-top:5px;
    }
    .experts {
        margin-top: 15vh;
    }
    .experts .inner {
        padding-left: 20px;
    }
    .experts h2 {
        font-size: 2.692rem;
    }
    .experts p {
        padding-left: 20px;
    }
    .design_wrap .flex .inner {
        border-left: none;
        padding-bottom: 20px;
    }
    .design_wrap .flex .inner.bottom {
        padding-bottom: 20px;
    }
    .all_plans {
        display: block;
        padding: 0px 5% 50px 5%;
        background-color: #fff;
    }
    .quad_aerial {
        display: none;
    }
    .description {
        padding: 50px 2.5% 20px 2.5%;
        text-align: center;
    }
	.description.ltd {
		padding-top:20px;
	}
	.description.ltd p {
		font-weight: 700;
		font-size: 1.154rem;
	}
    .description a {
        padding: 10px 2.5%;
    }
    #blob {
        margin-bottom: 10px;
    }
    .left_pad {
        padding-left: 0px;
    }
    .stats_wrap::before {
        content: "";
        position: absolute;
        left: 0px;
        top: -5%;
        background-color: #214f4d;
        z-index: 1;
        height: 105%;
        width: 100%;
    }
    input {
        border-radius: 0px!important;
    }
    input[name=submit] {
        -webkit-appearance: none!important
    }
    .stats .inner {
        background-size: auto 90px!important;
        background-position: left 25px!important;
    }
    .latest img {
        margin-bottom: 20px;
    }
	h2 span {
		position: relative;
		display:block;
		line-height: 130%;
	}
	.description img {
    	top: -40px;
		width: 22%!important;
	}
	.quad_box a.btn {
		position: absolute;
		bottom: 0%;
		left: 0%;
	}
	img.quad_logo {
		position: absolute;
		top:auto;
		bottom:5px;
		right:5%;
		left:auto;
		max-width: 25%;
		z-index: 99999;
	}
	.article_wrap {
		padding-left:0px;
		padding-right:0%;
		background-image:none;
	}
	.news .inner span {
		top:20px;
		left:20px;
		font-size: 1.231rem;
		width:calc(80%-40px);
		
	}
	.news .inner .more {
		font-size: 1rem;
		display: inline-block;
		padding-bottom: 6px;
		border-bottom: 2px solid #fff;
		width: auto;
		top: auto;
		bottom:20px;
	}
	h2 span {
		position: relative;
		bottom:0px;
		max-width: 95%;
		display: block;
		padding-top:15px;
	}
	
	

.dot {
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  opacity: 0.6;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.pulse {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  
}
	
	.one {
	top:78%; left:20%;
}
.two {
	top:61%; left:25%;
}
.three {
	top:62%; left:14%;
}
.four {
	top:58%; left:16%;
}
.five {
	top:54%; left:18%;
}
.six {
	top:50%; left:20%;
}
.seven {
	top:41%; left:24%;
}
.eight {
	top:43%; left:26%;
}
.nine {
	top:46%; left:29%;
}
.ten {
	top:42%; left:29%;
}
.eleven {
	top:50%; left:43%;
}
.twelve {
	top:36%; left:31%;
}
.thirteen {
	top:30%; left:43%;
}
.fourteen {
	top:32%; left:62%;
}
.fifteen {
	top:37%; left:81%;
}
    .key {
        margin-left:-10px;
        margin-right:-10px;
    }
    .key .c_50 {
        width: 50%!important;
    }
    .key {
        margin-top:15px!important;
    }
    .key a {
        margin:0px 10px!important;
        border:none;
    }
    .key a:hover {
        border: none;
    }
    .quad_box {
        height: 50vh;
    }
	.unit.second {
		min-height: 50vh!important;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .drivetimes .c_20 {
        width:50%!important;
    }
	
}
