<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('/css/font-awesome.css');
@font-face {
    font-family: 'FuturaBook';
    src: url('/fonts/FuturaBook.eot');
    src: url('/fonts/FuturaBook.eot') format('embedded-opentype'),
         url('/fonts/FuturaBook.woff2') format('woff2'),
         url('/fonts/FuturaBook.woff') format('woff'),
         url('/fonts/FuturaBook.ttf') format('truetype'),
         url('/fonts/FuturaBook.svg#FuturaBook') format('svg');
}

@font-face {
    font-family: 'didot';
    src: url('/fonts/didot.eot');
    src: url('/fonts/didot.eot') format('embedded-opentype'),
         url('/fonts/didot.woff2') format('woff2'),
         url('/fonts/didot.woff') format('woff'),
         url('/fonts/didot.ttf') format('truetype'),
         url('/fonts/didot.svg#didot') format('svg');
}

/* GRID */
.grid_1 {
	width: 6.5%;
}
.grid_2 {
	width: 15%;
}
.grid_3 {
	width: 23.5%;
}
.grid_4 {
	width: 32%;
}
.grid_5 {
	width: 40.5%;
}
.grid_6 {
	width: 49%;
}
.grid_7 {
	width: 57.5%;
}
.grid_8 {
	width: 66%;
}
.grid_9 {
	width: 74.5%;
}
.grid_10 {
	width: 83%;
}
.grid_11 {
	width: 91.5%;
}
.grid_12 {
	width: 100%;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	margin: 0 2% 1% 0;
	float: left;
	display: block;
}
*, *:before, *:after {
	box-sizing: border-box;
	border: 0 none;
}
.container {
	padding: 2.5% 5%;
	width: 90%;
	margin: 0 auto;
	clear: both;
	display: block;
	overflow: auto;
	position: relative;
}
.small_container {
	padding: 10px 0 0 0;
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	clear: both;
	display: block;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.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
}
/* General */

html {
	height: 100%;
}
#bodywrapper {
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}
#bodywrapper.showvideo {
	z-index: 101;
	width: 100%;
}
.innerslider {
	width: 100%;
	height: 100.1%;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}
.intro_fade.show {
	opacity: 1;
}
body {
font-family: 'FuturaBook';
	font-size: 16px;
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}
.image {
	width: 100%;
	margin: 0;
	display: block;
}
#bodywrapper {
	width: calc(100% - 50px);
	position: absolute;
	right: 0;
	height: 100%;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	position: fixed;
	top: 0px;
}
section {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.imghalf {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: all 500ms ease-in-out, z-index 1ms;
	-moz-transition: all 500ms ease-in-out, z-index 1ms;
	-o-transition: all 500ms ease-in-out, z-index 1ms;
	transition: all 500ms ease-in-out, z-index 1ms;
	z-index: 1;
	overflow: hidden;
}
.imgfull {
	width: 100%;
	height: 100%;
}
.imghalf.top {
	left: 0;
	top: 0;
	-ms-transform: scale(0.5, 0.5) translate(-50%, -50%);
	-webkit-transform: scale(0.5, 0.5) translate(-50%, -50%);
	transform: scale(0.5, 0.5) translate(-50%, -50%);
}
.imghalf.bottom {
	left: 0;
	top: 0;
	-ms-transform: scale(0.5, 0.5) translate(-50%, 50%);
	-webkit-transform: scale(0.5, 0.5) translate(-50%, 50%);
	transform: scale(0.5, 0.5) translate(-50%, 50%);
	margin-top: -3px;
	height: calc(100% + 3px);
}
.imghalf.top_right {
	right: 0;
	top: 0;
	-ms-transform: scale(0.5, 0.5) translate(50%, -50%);
	-webkit-transform: scale(0.5, 0.5) translate(50%, -50%);
	transform: scale(0.5, 0.5) translate(50%, -50%);
}
.imghalf.bottom_right {
	right: 0;
	top: 0;
	-ms-transform: scale(0.5, 0.5) translate(50%, 50%);
	-webkit-transform: scale(0.5, 0.5) translate(50%, 50%);
	transform: scale(0.5, 0.5) translate(50%, 50%);
	margin-top: -3px;
	height: calc(100% + 3px);
}
.imghalf.bottom_right.noscale {
	width: 50%;
	height: 50%;
	right: 0;
	top: 50%;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.imgslider {
	width: 100%;
	height: 100%;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}
.imgslider.rescale h2 {
    font-size: 80px;

    line-height: 82px;
}
.imgslider.rescale .sml_border
{
	max-width:260px;
	border-bottom: 2px solid #56575a;
    margin: 60px auto 50px auto;
}
.imgslider.rescale p
{
font-size:40px;
max-width:600px;
text-align:center
}
.imgslider.noscale {
	margin-top: 0;
	height: calc(100% + 3px);
}
.imgslider.green {
	background-color: #ef483e;
}
iframe.videoiframe {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	position: absolute;
	top: 0;
}
#videocontainer {
	background-color: #000;
}
#playvideo {
	position: absolute;
	display: block;
	width: 302px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: calc(50% - 151px);
}
#playvideo img {
	width: 100%
}
#closevideo {
	background-image: url(/image/btns/close.png);
	background-size: auto;
	background-position: center center;
	top: 10px;
	left: 10px;
	width: 51px;
	height: 51px;
	padding: 10px;
	z-index: 500;
	position: absolute;
	background-repeat: no-repeat;
	border-radius: 30px;
	display: none;
}
.videoplayer.show #closevideo {
	display: block;
}
.videoplayer.show iframe.videoiframe {
	z-index: 10;
}
#videosibil {
	z-index: 4;
	position: absolute;
	top: 0;
}
#videosibil.showvideo {
	opacity: 0
}
#projects .stable {
	height: 50%;
}
.stable {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}
.stablecell {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.imgslider.green h2 {
	color: #fff;
	font-size: 80px;
	padding-top: 0;
	line-height: 80px;
}
.imgslider.green h2 span {
	font-size: 80px;
}
.imgslider.green .sml_border {
	border-bottom: 2px solid #fff;
	width: 90%;
	max-width: 260px;
	margin: 60px auto 40px;
}
.imgslider.green p {
	text-align: center;
	width: 100%;
	font-size: 40px;
	color: #fff;
	max-width: 630px;
	padding-top: 10px;
}
.imgslider.table {
	display: table;
	text-align: center;
}
.innerimgslider {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.innerimgslidertop {
	position: absolute;
	width: 100%;
	height: 50%;
	top: 0;
}
#mapmove .innerimgsliderbottom {
	background-color: #333030;
}
.innerimgsliderbottom {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 700ms ease-in-out;
	-moz-transition: all 700ms ease-in-out;
	-o-transition: all 700ms ease-in-out;
	transition: all 700ms ease-in-out;
	display: table;
}
.innertable {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
#team .innerimgsliderbottom {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.innerimgsliderbottom.show {
	opacity: 1;
}
.innerimgslidertop h2 {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.innerimgslidertop hr {
	margin-bottom: 0;
}
.innerimgsliderbottom .small_container.fix {
	position: absolute;
	top: calc(50% + 15px);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.imgslider.logo_sec {
	background-size: auto;
}
#team .imghalf.bottom_right {
	z-index: 0 !important;
}
.exp {
	position: absolute;
	width: 54px;
	height: 54px;
	background-image: url(/image/btns/exp.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
	display: block;
	cursor: pointer;
}
#mapsection {
	width: 100%;
	height: 100%;
	position: realtive;
	top: 0;
	left: 0
}
#mapwrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#instep1, #instep2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}
#instep1.show, #instep2.show {
	opacity: 1;
}
#mapmove {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
}
#arial {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background-size: cover;
}
#arial1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 200%;
	left: 0;
	background-size: cover;
}
#inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
}
#locationholder {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	background: #55575A none repeat scroll 0% 0%;
}
#mapclose {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 2;
	border: 2px solid #56575a;
	border-radius: 30px;
	width: 50px;
	height: 50px;
	background-image: url(/image/btns/close.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#locationholder.fixed {
	opacity: 0;
	z-index: 0;
}
#mapclose.disable {
	display: none;
}
#mapopen {
	position: absolute;
	top: 0px;
	font-size: 30px;
	color: #fff;
	right: 0px;
	margin: 0px auto;
	padding-top: calc(50vh - 70px);
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	z-index: 2;
	left: 0px;
	background: rgba(55, 191, 171, 0.7) none repeat scroll 0% 0%;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#mapopen.disable {
	opacity: 0;
	z-index: -1;
}
#imageFullScreen {
	position: absolute;
	left: 0;
	right: 0;
margin:0 auto:0;
}
#locationview {
	position: relative;
}
#innerlogo {
	position: absolute;
	top: 15%;
	max-width: 100%;
	margin: 0 auto;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	left: 0;
	right: 0;
}
#innerlogo.show_slide {
	opacity: 1;
}
.exp.top {
	top: 10px;
	right: 10px;
}
.exp.bottom {
	bottom: 10px;
	right: 10px;
	background-image: url(/image/btns/expbottom.png);
}
.exp.top_left {
	top: 10px;
	left: 10px;
	background-image: url(/image/btns/exp.png);
}
.exp.bottom_left {
	bottom: 10px;
	left: 10px;
	background-image: url(/image/btns/exp.png);
}
.imghalf.bottom.active, .imghalf.top.active, .imghalf.top_right.active, .imghalf.bottom_right.active {
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	z-index: 5
}
.imghalf.active .exp {
	background-image: url(/image/btns/close.png);
	background-size: auto;
	background-position: center center;
	top: 10px;
	left: 10px;
	padding: 10px;
	/*border: 1px solid #ef483e;*/
	border-radius: 30px;
}
.fulltext {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	display: table;
	overflow: hidden;
	min-width: 50vw
}
#building .fulltext, #team .fulltext {
	right: auto;
	left: 0;
}
#display .fulltext {
	width: 100%;
	background: #545759;
	left: 0;
}
.innertext {
	display: table-cell;
	height: 100vh;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out,;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}
#team .fulltext {
	display: block;
}
#team .innertext {
	display: block;
	height: 100%;
}
.innertext.orderslider {
	vertical-align: top;
}
.innertext .small_container {
	color: #545759;
}
#content {
	margin: 0 auto;
	width: 100%;
	max-width: 806px;
	text-align: center;
	float: none;
}
.centeralign {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 0;
	border-bottom: 1px solid #000;
}
a {
	text-decoration: none;
}
.display {
	background: #545759;
}
.sml_border {
	border: 0 none;
	border-bottom: 1px solid #56575a;
	width: 90%;
	max-width: 130px;
margin:30px auto 20px auto
}
.innerimgslidertop  .sml_border
{
		margin: 30px auto 0;
}
a.floorplan {
	color: #ef483e;
	position: absolute;
	bottom: 60px;
	text-align: center;
	display: block;
	left: 0;
	right: 0;
	z-index: 1000;
}
/* Headings */
h1, h2, h3, h4, h5{
	margin: 0;
	font-family: "DidotTT";
	} 
p {
	margin: 0;
	font-weight: normal;
	
}
p {
	max-width: 75%;
	margin: 0 auto;
	color: #545759;
}
#projects p
{
	max-width: 78%;
}
h1 {
	font-size: 20px;
	color: #949494;
	text-align: center;
}
h1 span {
	font-size: 15px;
}
h2 {
	
	font-size: 40px;
	color: #ef483e;
	text-align: center;
	text-transform: uppercase;
	line-height: 41px;
}
h2 span {
	font-family: 'DidotTT';
	font-size: 40px;
	display: block;
	margin-bottom: 25px;
}
h3 {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
h3 a {
	color: #fff;
}
h4 {
}
/* NAVIGATION */ 
#menuwrapper {
	height: 100%;
	position: fixed;
	left: -140px;
	top: 0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	z-index: 100;
}
.logo {
	margin: 30px auto;
	display: block;
	text-align: center;
}
.main-nav {
	position: absolute;
	top: 0;
	height: 100%;
	background: #545759;
	overflow-y: auto;
	text-align: center;
	z-index: 10;
	border-right: 50px solid #ef483e;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#menuwrapper.active {
	left: 0;
}
#menuwrapper.active .main-nav {
	border-right: 1px solid #ef483e;
}
#nav-toggle.active {
	color: #ef483e;
	left: 115px;
}
#nav-toggle {
	position: fixed;
	top: calc(50% - 20px);
	width: 40px;
	height: 40px;
	bottom: 0;
	left: 12px;
	z-index: 12;
	cursor: pointer;
	display: block;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 0;
	height: 2px;
	width: 25px;
	background: #ffffff;
	position: absolute;
	display: block;
	content: '';
	top: 6px;
}
#nav-toggle span:before {
	top: -6px;
}
#nav-toggle span:after {
	bottom: -6px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 360ms ease-in-out;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: a rotate(90deg);
	left: -4px;
	background: #ef483e;
}
#nav-toggle.active span:after {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: a rotate(-90deg);
	left: 4px;
	background: #ef483e;
}
a.close-reg {
	color: #ef483e;
	left: 10px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: calc(50% - 220px);
	width: 140px;
}
nav ul li {
	margin: 0;
}
nav ul li a {
	display: block;
	color: #fff;
	padding: 20px 0;
	font-size: 16px;
	font-family: 'FuturaBook';
}
nav ul li a.active {
	color: #ef483e;
}
#linkarea, #closelink ,#closeappointment{
	right: 0;
	background:#ef483e;
	width: 160px;
	height: 50px;
	font-size: 16px;
	position: fixed;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	z-index: 100;
	font-family: 'NootypeRadikalThin';
	top: 0;
	margin-top: 0;
	line-height: 50px;
}
#linkarea {
	width: 160px;
	overflow: hidden;
}
#linkarea a {
	color: #fff;
	position: absolute;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	display: block;
	line-height: 35px;
	top: 10px;
}
#linkarea a span {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	display: block;
	    top: 0;
}
#linkarea a img {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
     position:absolute;
	 left :15px;
	 top:0;
	 transform:scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	 
}
#registerlink {
	/*text-align: left;
	left: 30px;
	width: 70px;*/

    right: 0;
	background: #ef483e;
	width: 160px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	position: fixed;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	z-index: 100;
	top: 0;
	margin-top: 0;
}

#closelink,#closeappointment {
	left: auto;
	position: absolute;
}
ul#sidnav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: fixed;
	top: calc(50% - 65px);
	width: 13px;
	right: 20px;
	z-index: 100;
}
ul#sidnav li {
	margin: 0 0 13px 0;
	position: relative;
}
ul#sidnav li a {
	background-color: none;
	border-radius: 10px;
	display: block;
	height: 13px;
	margin: 0 auto;
	width: 13px;
	border: 1px solid #fff;
}
ul#sidnav li a.acrive_nav, ul#sidnav li a:hover {
	background-color: #ef483e;
	border: 1px solid #ef483e;
}
ul#sidnav a.side_a {
	position: absolute;
	top: 50%;
	transform: translate(-120%, -50%);
	-webkit-transform: translate(-120%, -50%);
	width: 200px;
	padding: 5px 10px;
	color: #fff;
	background-color: #ef483e !important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-radius: 0;
	height: auto;
	visibility: hidden;
	opacity: 0;
	border: none;
}
.side_a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	width: 0;
	height: 0;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #ef483e;
	border-style: solid;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
ul#sidnav li:hover a.side_a {
	visibility: visible;
	opacity: 1;
	transform: translate(-110%, -50%);
	-webkit-transform: translateY(-110%, -50%);
}
#main-nav .logo {
	position: absolute;
	bottom: 0;
	left: 29px;
}
#main-nav .logo img {
	width: 80px;
}
#main-nav .logobottom {
	position: absolute;
    top: 43px;
    left: 28px;
	
}
#main-nav .logobottom img {
	width: 86px;
}
.zoomableContainer {
	z-index: -1;
}
/* BUTTONS */

@-webkit-keyframes ani-mouse {
 0% {
 opacity: 1;
 top: 29%;
}
 15% {
 opacity: 1;
 top: 70%;
}
 50% {
 opacity: 0;
 top: 70%;
}
 100% {
 opacity: 0;
 top: 29%;
}
}
@-moz-keyframes ani-mouse {
 0% {
 opacity: 1;
 top: 29%;
}
 15% {
 opacity: 1;
 top: 70%;
}
 50% {
 opacity: 0;
 top: 70%;
}
 100% {
 opacity: 0;
 top: 29%;
}
}
@keyframes ani-mouse {
 0% {
 opacity: 1;
 top: 29%;
}
 15% {
 opacity: 1;
 top: 70%;
}
 50% {
 opacity: 0;
 top: 70%;
}
 100% {
 opacity: 0;
 top: 29%;
}
}
.scroll-btn {
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 10;
	font-size: 11px;
}
.scroll-btn &gt; * {
	display: inline-block;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	color: #ef483e;
}
.scroll-btn &gt; *:hover, .scroll-btn &gt; *:focus, .scroll-btn &gt; *.active {
	color: #ef483e;
}
.scroll-btn &gt; *:hover, .scroll-btn &gt; *:focus, .scroll-btn &gt; *:active, .scroll-btn &gt; *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 20px;
	height: 33px;
	margin: 0 auto 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #545759;
	border-radius: 23px;
	background: #c8c8c7;
}
.scroll-btn .mouse &gt; * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: #545759;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2s linear infinite;
	-moz-animation: ani-mouse 2s linear infinite;
	animation: ani-mouse 2s linear infinite;
}
/* INTRO */
#logo {
	position: absolute;
	left: 0;
	right: 0;
	top: 45vh;
	margin: 0 auto;
	height: 10vh;
	z-index: 3;
}
#circleimage {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 3;
	max-height: 100%;
	max-width: 100%;
	    height: 75%;
    top: 6%;
}
#intro {
	background: #333030;
	text-align: center;
	display: block;
}
.intro_fade {
	background-repeat: no-repeat;
	background-position: left center;
	height: 100%;
	width: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	background-image: url(/image/intro/1.jpg);
	z-index: 2;
	background-size: cover;
	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 1000ms ease-in-out;
	opacity: 0;
}
#intro div.intro_container img {
	position: absolute;
	margin: -49px auto 0 auto;
	top: 50%;
	left: 0;
	right: 0;
}
/*Location */
#location {
	background: #55575a;
}
#imgContainer {
	width: 100%;
	height: 50%;
}
#positionButtonDiv {
	text-align: left;
	position: absolute;
	left: 120px;
	top: 30px;
	z-index: 2;
}
#positionButtonDiv .positionButtonSpan img {
	float: left;
	border: 0;
}
.positionMapClass area {
	cursor: pointer;
}
.zoomButton {
	border: 0;
	cursor: pointer;
}
.location_half {
	background-image: url(/image/location/1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 50%;
}
.half {
	width: 50%;
	float: left;
	height: calc(100vh - 150px);
}
/* ENQUIRY */
#enquiry_wrapper,#appointemnt {
	position: fixed;
	height: 100%;
	right: -50%;
	background: #545759;
	padding: 2% 55px;
	text-align: center;
	color: #fff;
	font-family: 'FuturaBook';
	border-left: 1px solid #ef483e;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	z-index: 101;
	width: 50%;
	top:0
}
#enquiry_wrapper.moved,#appointemnt.moved {
	overflow-y: auto;
	right: 0;
}
#datepicker
{
width:48%;
float:left;	
margin-right:2%;
}
.enq_frm  select.timefield  
{
	width:23%;
float:left;	
margin-right:2%;
}
#reg h3 {
	font-size: 14px;
	color: #fff;
	font-family: 'FuturaBook';
	max-width: 480px;
	margin: 40px auto;
	line-height: 25px;
	    font-weight: 100;
}
#reg h3 a {
	color: #ef483e;
}
#reg h2 {
	color: #ef483e;
	font-family: 'FuturaBook';
	letter-spacing: 2px;
	font-size: 37px;
	margin-bottom: 0;
}
#reg h2 span {
	font-family: 'DidotTT';
	display: inline;
	    font-size: 36px;
		margin-bottom:30px;
}
#reg a.phone {
	display: inline-block;
	color: #ef483e;
	display: block;
	font-size: 20px;
	line-height: 20px;
	margin-top: -45px;
}
#reg a.phone i {
	border-radius: 30px;
	color: #545759;
	background: #ef483e;
	height: 30px;
	width: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
}
#reg a.phone span {
	display: block;
}
p.mandatory {
	font-size: 10px;
}
.enq_frm {
	max-width: 510px;
	margin: 10px auto 0 auto;
}
.enq_frm input.submit {
	display: block;
	width: 180px;
	height: 40px;
	-webkit-appearance: none;
	cursor: pointer;
	float: none;
	background: #ef483e;
	color: #fff;
	margin: 0px auto 2px auto;
	font-size: 18px;
	font-family: 'FuturaBook';
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	line-height:40px;
}
.enq_frm input[type="radio"] {
	width: auto;
	margin-right: 0;
}
.enq_frm input[type="text"], .enq_frm input[type="tel"], .enq_frm input[type="email"], .enq_frm select, .enq_frm textarea {
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0 none;
	color: #8a8a8c;
	float: left;
	background: #fff;
	padding: 0 15px;
	border: 1px solid #8a8a8c;
	font-family: 'FuturaBook';
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
		height: 40px;
}
.enq_frm label.radiolabel
{
	width: 66px;
float: none;
display: inline-block;
text-align: left;
	
}
.enq_frm label, .enq_frm label input {
	font-size: 12px;
	color: #fff;
	float: left;
	width: auto;
	margin-right: 5px;
}
.enq_frm select {
	background: #fff url(/image/btns/arrow_right.png) no-repeat right;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 40px;
}
.enq_frm select.multiple {
	padding-bottom: 0;
}
.enq_frm .grid_6.radio {
	text-align: left;
	margin: 25px 0;
}
.enq_frm .grid_6.radio.right {
	text-align: right;
}
.enq_frm .grid_6 {
    position: relative;
    width: 48%;
    margin-bottom: 2%;
}
.grid_5.nomargin {
	float: right;
	margin-right: 0;
}
.grid_6.noright {
	float: right;
	margin-right: 0;
}
input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
color: #8a8a8c;
opacity: 1;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #8a8a8c;
opacity: 1;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
color: #8a8a8c;
opacity: 1;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
color: #8a8a8c;
opacity: 1;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: $form-field-text;
opacity: 1;
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
color: transparent;
}
 input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
color: transparent;
}
 input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
color: transparent;
}
 input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
color: transparent;
}
/* Projects */

#projects .text {
	height: 50%;
	float: left;
	width: 100%;
}
.projecth3 {
	font-size: 40px;
	color: #133156;
	text-align: center;
	line-height: 40px;
}
#projects .justborder {
	border-top: 1px solid #133156;
}
#projects .small_container {
	color: #ef483e;
	padding: 0;
}
#team .small_container {
	padding-top: 0;
}
#projects .small_container a {
	color: #2e3549;
	display: block;
	margin-top: 25px;
	font-family: 'NootypeRadikalMedium';
}
#projects .small_container a.mobile {
	display: none;
}
.projecth3 span {
	font-family: 'DidotTT';
}
#projects a.uno, #projects a.bridgehill_group {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	display: table;
}
#projects a.bridgehill_group {
	height:50%;
	background-size: 347px;
	background-position: center center;
	background-color: #2e3548;
	width: 101%
}
#projects a.bridgehill_group span, #projects a.uno span {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	text-align: center;
}
#projects a.uno span img {
	max-width: 75%;
}
#projects a.bridgehill_group span span {
	font-size: 2vh;
	color: #fff;
	text-align: center;
	width: 100%;
	display: block;
	height: auto;
	margin-bottom: 8vh;
	margin-top: -14vh;
}
					
#projects a.bridgehill_group span img {
	max-height: 15vh;
	width: auto;
}
a.bridgehill_group {
	background: #133156;
}
a.uno {
	background-image: url(/image/projects/2.jpg);
}
.justborder {
	width: 150px;
	border-top: 1px solid #56575a;
	margin: 30px auto;
}
/*footer*/ 
footer {
	background: #545759;
	text-align: center;
	border-top: 1px solid #ef483e;
	float: left;
	width: 100%;
	padding: 25px;
}
ul.icons {
	cursor: default;
	list-style: outside none none;
	padding-left: 0;
	font-size: 1.25em;
	margin: 20px auto 0 auto;
}
ul.icons li {
	display: inline-block;
	padding: 0 1em 0 0;
}
ul.icons li a {
	border-radius: 30px;
	color: #545759;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 30px;
	display: block;
}
.mobile {
	display: none;
}
#nav-toggle_mobile {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 10;
	cursor: pointer;
	width: 35px;
	height: 35px;
	display: none;
}
#nav-toggle_mobile span, #nav-toggle_mobile span:before, #nav-toggle_mobile span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 35px;
	background: white;
	position: absolute;
	display: block;
	content: '';
	top: 10px;
}
#nav-toggle_mobile span:before {
	top: -10px;
}
#nav-toggle_mobile span:after {
	bottom: -10px;
}
#nav-toggle_mobile span, #nav-toggle_mobile span:before, #nav-toggle_mobile span:after {
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}
#nav-toggle_mobile.active span {
	background-color: transparent;
}
#nav-toggle_mobile.active span:before, #nav-toggle_mobile.active span:after {
	top: 0;
}
#nav-toggle_mobile.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: a rotate(45deg);
}
#nav-toggle_mobile.active span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: a rotate(-45deg);
}
#maplink {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/image/location/maplink.jpg);
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}
#maplink.disable {
	display: none;
}
.teamh3 {
	color: #ef483e;
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'DidotTT';
	line-height: 45px;
}
.ipad {
	display: none;
}
#imageFullScreenmobile {
	display: none;
}
.greytemp {
	display: none;
}
.step.fade {
	opacity: 0;
	z-index: 0;
	-webkit-transition: all 600ms ease-out 50ms;
	-moz-transition: all 600ms ease-out 50ms;
	-o-transition: all 600ms ease-out 50ms;
	transition: all 600ms ease-out 50ms;
}
.step.fade.show {
	opacity: 1;
	-ms-transform: scale(1);
	-webkit-transform: scale(1); /* Safari */
	transform: scale(1);
	z-index: 2;
}
.imgslider.table {
	position: absolute;
	top: 0;
}
.buildingfirstframe h2 {
	font-size: 41px;
}
#ui-datepicker-div
{
	background-color:#fff;
	padding:10px;
}
.ui-datepicker-next
{
	margin-left:15px;
}
.ui-datepicker-unselectable.ui-state-disabled 
{
	color:#b7b7b7 ;
}
@media screen and (max-width : 1024px) {
#projects a.bridgehill_group span img, #projects a.uno span img {
	max-width: 400px;
}
#enquiry_wrapper,#appointemnt {
	width: 80%;
	right: -80%;
}
#circleimage {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 3;
	max-height: 100%;
	max-width: 100%;
	    height: 75%;
    top: 6%;
}
}

@media screen and (max-width : 780px) {
		.videomobile
{
	display:block;
	width:100%;
	margin:30px 0 0 0 ;
	text-align:center;
	color:#ef483e;
	font-weight:bold;
	text-transform:uppercase;

}
#overview .half.ipad {
    padding-bottom:20px;
}
.imghalf.desktop, .fulltext.desktop, h3.desktop, section.desktop {
	display: none;
}
#reg h3.desktop {
	display: block;
}
.fulltext {
	width: 100%;
	height: 50%;
	position: static;
}
.ipad {
	display: block;
}
.half.ipad {
	width: 100%;
	height: 50%;
}
.sml_border {
	margin: 25px auto;
}
.half.ipad.text {
	padding: 50px 0;
	text-align: center;
}
#overview .half.ipad {
	position: absolute;
	top: 50%;
	height: 50.1%;
}
#overview .half.ipad.text {
	top: 0;
	padding-top: 12%;
}
.intro_fade {
	opacity: 1;
}
.innertext {
	width: 100%;
	height: 50vh;
}
h2 {
	font-size: 35px;
	line-height: 35px;
}
.small_container {
	padding: 0;
	max-width: 100%;
	width: 100%;
	line-height: 18px;
	font-size: 15px;
}
.small_container p, #overview .half.ipad.text p {
	font-size: 17px;
	line-height: 19px;
	max-width: 100%;
	padding:0 30px;
	margin: 0 auto;
}
a.floorplan {
	position: static;
	margin-top: 35px;
}
#display .fulltext {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
#team .fulltext {
	display: none;
}
#team img {
	height: auto;
	width: 50%;
	margin: 35px auto 0 auto;
}
.team_m {
	text-align: center;
	padding-bottom: 50px;
}
.team_m p {
	color: #545759;
}
#team .innertext, #team .imgslider.table, #team .innerimgslider {
	width: 100%;
	display: block;
	height: auto;
}
#team .small_container p {
	font-size: 15px;
	line-height: 18px;
	width: 90%;
	margin: 0 auto;
	max-width: 450px;
	    padding: 0;
}
#team .justborder {
	margin: 25px auto;
}
.half {
	width: 100%;
	float: none;
	height: auto;
}
.stablecell, .stable, #projects, a.bridgehill_group {
	background-color: #2e3549;
}
.projecth3, #projects .small_container p {
	color: #fff;
}
#projects a.uno span img {
	width: 40%;
}
.projecth3 {
	font-size: 35px;
	margin-top: 50px;
}
#projects .justborder {
	border-top: 1px solid #fff;
}
#projects .small_container p {
	font-size: 15px;
	    padding: 0;
}
#projects .small_container p a
{

font-weight:bold;	
    font-family: 'FuturaBook';
}
#projects a.bridgehill_group span span {
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#projects a.bridgehill_group span img, #projects a.uno span img {
	max-width: 250px;
}
#building .innertext {
	width: calc(100vw - 50px)
}
#building .fulltext {
	position: absolute;
	top: 0;
	left: 0;
}
#building .half.ipad {
	position: absolute;
	top: 50.1%;
	left: 0;
}
.team_m.mobile {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 auto;
	left: 0;
	height: 100%;
}
#team img {
	height: auto;
	width: 185px;
	margin: 35px auto 0 auto;
}
#projects .half {
	height: calc(50% - 80px);
}
p {
	max-width: 450px;
}
#projects .small_container a {
	display: none;
}
#projects .small_container a.mobile {
	display: inline-block;
	margin-top: 0;
	color: #fff;
}
#projects .stable {
	height: 65%;
}
#projects a.bridgehill_group {
	height: 20%;
}
.enq_frm label.radiolabel {

    margin-bottom: 15px;
}
}

@media screen and (max-width : 640px) {
body {
	padding-top: 45px;
	overflow: auto;
}
.desktop {
	display: none
}
.mobile {
	display: block
}
.greytemp {
	display: block;
	width: 100%;
	height: 50px;
	background-color: #55575a;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
nav ul li a {
	padding: 10px 0px;
}
#bodywrapper {
	width: 100%;
	position: static;
}
#menuwrappermobile {
	position: fixed;
	top: 45px;
	let: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #ef483e;
	padding-top: 45px;
}
#main-nav_mobile {
	width: 100%;
}
#main-nav_mobile ul {
	width: 100%;
	display: none;
	height: calc(100vh - 45px);
	background-color: #545759;
	position: fixed;
	top: 45px
}
#main-nav_mobile ul li {
	margin: 0px;
	text-align: center;
}
#sidnav {
	display: none;
}
#nav-toggle_mobile {
	display: block;
}
#enquiry_wrapper ,#appointemnt{
	position: fixed;
	right: -100%;
	width: 100%;
	top: 0;
}
.intro_fade {
	opacity: 1;
}
.fulltext {
	height: auto;
	position: static;
	display: block;
	width: 100%;
}
.innertext {
	display: block;
	padding: 20px 0 50px 0;
	float: left;
}
a.floorplan {
	position: static;
	margin-top: 20px;
}
.half.ipad {
	float: left;
}
.innertext {
	height: auto;
}
#display .innertext {
	height: 100%;
}
p {
	max-width: 90%;
	margin: 0 auto;
}
#projects a.bridgehill_group {
	
	height: 142px;
	margin: 0 auto;
	display: block;
	float: none;
	background-size: 200px;
}
h3 {
	font-size: 15px;
	line-height: 18px;
}
#building .innertext {
	width: 100%;
}
#overview, #building, #team, #projects, #display {
	height: auto;
}
#imageFullScreen {
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
#team .imgslider {
	margin: 0 0 45px 0;
}
#projects a.uno {
	width: 100%;
	height: 100vw;
}
#reg h2 span, #reg h2 {
	font-size: 28px;
	letter-spacing: 0;
	margin-top: 30px;
	line-height: 31px;
}
#reg h2 span {
	display: block;
	margin: 0;
}
#projects a.bridgehill_group span {
	height: auto;
	padding: 30px;
}
#projects a.bridgehill_group span img, #projects a.uno span img {
	width: 75%;
}
#nav-toggle_mobile span, #nav-toggle_mobile span:before, #nav-toggle_mobile span:after {
	color: #545759;
}
a.floorplan {
	display: none;
}
.grid_6 ,.enq_frm .grid_6{
	width: 100%;
}
h2 span {
	font-size: 35px;
	line-height:35px;
	margin-bottom: 5px;
}
#circleimage {
	top: 12vh;
}
#logo {
	top: 37vh;
}
.half.ipad {
	height: 100vw;
}
#building .fulltext {
	position: static;
}
#building .half.ipad {
	position: static;
}
#projects .small_container a {
	color: #fff;
}
.half.ipad.text {
	margin: 0;
	height: auto;
}
#mapsection {
	display: none;
}
.zoomableContainer {
	height: 100% !important;
	width: 100%;
	overflow: hidden;
	z-index: 5;
}
#imageFullScreenmobile {
	display: block;
}
#location {
	height: 75%;
	overflow: hidden;
	padding-top: 0;
}
#enquiry_wrapper,#appointemnt {
	padding: 50px 30px
}
#projects .small_container a.desktop {
	display: none;
}
#display .fulltext {
	position: static;
	heught: auto;
}
.team_m.mobile {
	position: static;
	height: auto;
}
#overview .half.ipad {
	position: static;
	height: 100vw;
}
#overview .half.ipad {
	position: static;
	height: 100vw;
}
#overview .half.ipad.text {
	position: static;
	height: auto;
}
.enq_frm .grid_6.radio {
	width: 45%;
	margin-top: 10px;
}
#reg a.phone.desktop {
	display: none;
}
#closelink {
	left: 0;
	right: auto;
	text-align: left;
	padding-left: 20px;
	width: 30%;
	z-index: 5;
	padding-top: 5px;
}
a.phone.mobile {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 4;
	width: 100%;
	background: url(/image/btns/phone_m.png) #ef483e center center no-repeat;
	height: 45px;
	background-color:
}
.enq_frm .grid_6 {
	margin-bottom: 16px;
}
.projecth3 span {
	display: block;
}
.team_m.mobile {
	padding: 15px 0;
}
#reg h3.desktop {
	display: none;
}
.small_container p, #overview .half.ipad.text p {
	font-size: 15px;
	line-height: 17px;
}
.enq_frm label.radiolabel
{
	width:75px;
	float:none;
	display:inline-block
	
}
#projects a.bridgehill_group {
		background-size: 200px;
	
}
#linkarea a img,#appointmentlink span.abs,#registerlink span.abs
{
	display:none ;
}
#appointmentlink
{
	width:112px !important;
}
#linkarea
{
	width:240px !important;
	top:-5px;
}
#registerlink {
   width:100px !important;
}
#closelink,#closeappointment {

	height:45px;
	
}
#closeappointment
{
	width:30px;
	top:0;
	left:10px
	
}
#linkarea a {

    line-height: 20px;
	top:20px;
}
}

@media screen and (max-width : 320px) {
}
</pre></body></html>