@font-face {
	font-family: 'RobotoBoldCondensed';
	src: url('/fonts/RobotoBoldCondensed.eot');
	src: url('/fonts/RobotoBoldCondensed.eot') format('embedded-opentype'), url('/fonts/RobotoBoldCondensed.woff2') format('woff2'), url('/fonts/RobotoBoldCondensed.woff') format('woff'), url('/fonts/RobotoBoldCondensed.ttf') format('truetype'), url('/fonts/RobotoBoldCondensed.svg#RobotoBoldCondensed') format('svg');
}
@font-face {
	font-family: 'RobotoBoldCondensedItalic';
	src: url('/fonts/RobotoBoldCondensedItalic.eot');
	src: url('/fonts/RobotoBoldCondensedItalic.eot') format('embedded-opentype'), url('/fonts/RobotoBoldCondensedItalic.woff2') format('woff2'), url('/fonts/RobotoBoldCondensedItalic.woff') format('woff'), url('/fonts/RobotoBoldCondensedItalic.ttf') format('truetype'), url('/fonts/RobotoBoldCondensedItalic.svg#RobotoBoldCondensedItalic') format('svg');
}
@font-face {
	font-family: 'RobotoBoldCondensed';
	src: url('/fonts/RobotoBoldCondensed.eot');
	src: url('/fonts/RobotoBoldCondensed.eot') format('embedded-opentype'), url('/fonts/RobotoBoldCondensed.woff2') format('woff2'), url('/fonts/RobotoBoldCondensed.woff') format('woff'), url('/fonts/RobotoBoldCondensed.ttf') format('truetype'), url('/fonts/RobotoBoldCondensed.svg#RobotoBoldCondensed') format('svg');
}
@font-face {
	font-family: 'RobotoCondensedItalic';
	src: url('/fonts/RobotoCondensedItalic.eot');
	src: url('/fonts/RobotoCondensedItalic.eot') format('embedded-opentype'), url('/fonts/RobotoCondensedItalic.woff2') format('woff2'), url('/fonts/RobotoCondensedItalic.woff') format('woff'), url('/fonts/RobotoCondensedItalic.ttf') format('truetype'), url('/fonts/RobotoCondensedItalic.svg#RobotoCondensedItalic') format('svg');
}
/*font-family: 'Teko', sans-serif;*/
/*font-family: 'Roboto', sans-serif;*/
html {
	height: 100%;
	min-height: 600px;
}
body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 11px;
	line-height: 2;
	color: #000;
	background: #fff;
	/*height: 100%;*/
	min-height: 600px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 120px;
}
.banner
{
font-family: 'Teko', sans-serif;
    font-size: 22px;
    color: #fff;
    background: #96cad8;
    width: 700px;
    text-align: center;
    padding: 0 0;
    position: absolute;
    left: -50px;
    top: 235px;
    z-index: 10;
    letter-spacing: 2px;
    line-height: 1;
    padding: 13px 0 9px 0;
    transform-origin: left;
    -webkit-transform-origin: left;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none;

}
*, *:before, *:after {
	box-sizing: border-box;
	border: 0 none;
}
.clear {
	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
}
* html .clearfix, *:first-child+html .clearfix {
	zoom: 1;
	box-sizing: border-box;
}
a {
	color: #000;
}
.gm-style .gm-style-iw {
	line-height: 1 !important;
}
/* Global */

.grid_1 {
	width: 6.333333333333334%;
}
.grid_2 {
	width: 14.666666666666668%;
}
.grid_3 {
	width: 23%;
}
.grid_4 {
	width: 31.333333333333336%;
}
.grid_5 {
	width: 45%
}
.grid_6 {
	width: 48%;
}
.grid_6.right {
	margin: 0 0 0 2%;
}
.grid_7 {
	width: 50%;
}
.grid_8 {
	width: 64.66666666666667%;
}
.grid_9 {
	width: 73%;
}
.grid_10 {
	width: 81.33333333333333%;
}
.grid_11 {
	width: 89.66666666666667%;
}
.grid_1, .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;
	box-sizing: border-box;
	position: relative;
}
.grid_12 {
	width: 100%;
	margin: 0;
}
.slides .grid_12 {
	border-right: 15px solid #fff;
	border-left: 15px solid #fff;
	margin-bottom: 0;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 10px 0;
	font-family: 'Teko', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#register h1 {
	width: 500px;
	max-width: 90%;
	margin: 10px auto;
	color: #96cad8;
	font-size: 30px;
	padding-top: 50px;
	line-height: 1;
}
h2 {
	font-size: 30px;
	text-align: center;
	border: 1px solid #96cad8;
	color: #96cad8;
	display: inline-block;
	margin: 20px auto 30px auto;
	padding: 4px 15px 0 15px;
}
h3 {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1;
	color: #96cad8;
}
h4 {
	font-size: 12px;
	line-height: 2;
	font-style: italic;
}
a {
	text-decoration: none;
}
p {
	max-width: 450px;
	margin: 0 auto 15px auto;
}
p span {
	font-size: 11px;
	padding-top: 20px;
	display: block;
}
.img {
	border: 0 none;
	width: 100%;
	display: block;
}
.fullheight {
	height: 100%;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.container {
	width: 1040px;
	max-width: 96%;
	margin: 0 auto;
	padding: 50px 0;
	overflow: auto;
}
.bg_con {
	width: 100%;
	position: relative;
	background-image: url(/images/bg/bg2.png), url(/images/bg/bg1.png);
	background-position: right center, left center;
	background-repeat: no-repeat;
	background-size: contain;
}
.bulebg {
	background: #96cad8;
}
.bulebg h2 a {
	border: 1px solid #fff;
	color: #fff;
	font-size: 22px;
	padding: 11px 15px 9px 15px;
}
.bulebg p {
	color: #fff;
}
ul.bullet {
	margin: 0;
	padding: 0;
}
ul.bullet li {
	text-align: left;
	background: url(/images/btn/bullet.jpg) no-repeat left 5px;
	list-style: none;
	padding-left: 15px;
	margin-bottom: 5px;
}
.content {
	position: absolute;
	width: 320px;
	height: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: table;
}
section {
	height: auto;
}
.addthis_inline_share_toolbox{
	float:left;
	clear:none !important;
	margin-left:10px;
	margin-top:3px;
}
.at-svc-email, .at-icon{
	background:#f9f8f8 !important;
}
.at-share-tbx-element .at-share-btn:hover{
	transform:translateY(0) !important
}
/*content*/
#home h1, #news h1 {
	font-size: 48px;
	color: #fff;
	margin: 0;
	position: absolute;
	right: 7%;
	top: 5%;
	text-align: left;
	line-height: 1.2;
	text-shadow: 0px 0px 15px rgba(153, 153, 153, 0.6);
}
#news h1 {
	right: 0;
	left: 0;
	top: calc(35vh - 17px);
	text-align: center;
	font-size: 50px;
	letter-spacing: 3px;
}
#news {
	height: 70vh;
	text-align: center;
}
.button {
	font-size: 19px;
	color: #fff;
	padding: 10px 25px;
	border: 2px solid #fff;
	font-weight: 500;
}
.black_btn, .blue_btn:hover {
	font-size: 13px;
	color: #000;
	padding: 5px 20px;
	border: 2px solid #000;
	font-weight: 500;
	font-family: 'Teko', sans-serif;
	background: #fff;
	display: block;
	width: 100px;
	margin-bottom: 5px;
	float: right;
}
.blue_btn, .black_btn:hover {
	font-size: 13px;
	color: #fff;
	padding: 5px 20px;
	font-weight: 500;
	border: 2px solid #96cad8;
	background: #96cad8;
	font-family: 'Teko', sans-serif;
	display: block;
	width: 100px;
	margin-bottom: 5px;
	float: right;
}
.blue_btn {
	margin-top: 80px;
}
#logos {
	position: absolute;
	bottom: 10px;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
}
#logos a {
	padding: 0 10px;
}
#logos img {
	max-width: 100%;
}
.mainlogo {
	position: absolute;
	top: 37.5vh;
	height: 25vh;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/*preloader starts*/

.mask-loading {
	widows: 100%;
	background-color: rgba(255, 255, 255,0.95);
	z-index: 100;
	position: fixed;
	top: 0;
	width: 100%;
}
.spinner {
	width: 50px;
	height: 50px;
	position: relative;
	margin: 0 auto;
	top: 50%;
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #96cad8;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
 @-webkit-keyframes sk-bounce {
 0%, 100% {
-webkit-transform: scale(0.0)
}
 50% {
-webkit-transform: scale(1.0)
}
}
 @keyframes sk-bounce {
 0%, 100% {
 transform: scale(0.0);
 -webkit-transform: scale(0.0);
}
50% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
}
/*preloader end*/
/*location*/
.aerial_map {
	position: absolute;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	top: 0;
	width: 230px;
	margin-left: -105px;
	z-index: 4;
}
.aerial_map a {
	font-size: 18px;
	color: #707070;
	padding: 10px 20px 5px 20px;
	font-weight: 500;
	font-family: 'Teko', sans-serif;
	background: #fff;
	display: inline-block;
	width: 105px;
	background: #ebebeb;
	line-height: 1;
	float: left;
}
.aerial_map a.active_tab, .aerial_map a:hover {
	background: #96cad8;
	color: #fff;
}
.tabs {
	position: relative;
	min-height: 260px;
	clear: both;
	margin: 0;
	background: #dcddde;
	top: 38px;
}
.tab {
	display: inline-block;
}
.tab label {
	font-family: 'Teko', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #fff;
	padding: 9px 20px;
	margin-left: -4px;
	position: relative;
	cursor: pointer;
	top: -32px;
}
.tab [type=radio] {
	display: none;
}
.tab .content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #dcddde;
	right: 0;
	bottom: 0;
	padding: 40px 20px 10px 20px;
	text-align: left;
	height: 210px;
	max-width: 1200px;
}
.nomargin {
	margin-right: 0;
}
[type=radio]:checked ~ label {
	background: #dcddde;
	z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
	z-index: 1;
}
#location.fixed {
	padding-top: 60px;
}
.map_list {
	list-style: none;
	width: 46%;
	margin: 0 2%;
	padding: 0;
	float: left;
}
.map_list li {
	border-bottom: 1px solid #000;
	line-height: 30px;
	font-weight: 400;
	display: block;
	text-align: left;
	font-size: 11px;
}
.map_list li span {
	font-weight: 300;
	text-align: right;
	float: right;
}
.map_list li a.active_a {
	color: #ff007e;
}
/* Plans */
.lvlmap {
	display: none;
}
.active_floor {
	display: block;
}
#imgfloorplan {
	margin: 0 auto 2vh auto;
	max-width: 100%;
}
#plans h3 {
	color: #000;
	display: block;
	border-bottom: 1px solid #000;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.table_details {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	position: relative;
	overflow: auto;
}
.table_details hr {
	border-bottom: 1px solid #000;
	margin-bottom: 3vh;
}
.table_details p {
	clear: both;
	border-bottom: 1px solid #000;
	font-weight: 300;
	text-align: left;
	font-size: 12px;
	padding: 2px 0;
	margin: 0;
}
.table_details p span {
	font-weight: 400;
	display: inline-block;
	padding: 0 3px 0 0;
	font-size: 12px;
}
.table_details img {
	max-width: 100%;
}
#imglevels {
	max-width: 100%;
}
/*map*/
#map_section {
	height: 49.2vw;
	position: relative;
	overflow: hidden;
}
.mappoint {
	position: absolute;
	top: -100px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(/images/btn/marker2.png) center center no-repeat;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.mappoint span {
	z-index: 1;
	top: -30px;
	font-size: 10px;
	opacity: 0;
	position: absolute;
	background-color: #fff;
	padding: 2px 0;
	display: block;
	width: 140px;
	/*height: 30px;*/
	left: -60px;
	-webkit-transform: translate(0, -30px);
	transform: translate(0, -30px);
	-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;
}
.mappoint span:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #fff;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
}
.mappoint:hover span {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
#arial_img {
	opacity: 1;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	background-image: url(/images/location/arial.jpg)
}
#location_map {
	width: 100%;
	max-width: 100%;
	opacity: 0;
	z-index: 2;
}
#enquiry_map {
	width: 100%;
	height: 50vh;
	max-width: 100%;
	margin: 50px auto 0 auto;
}
#maplink {
	display: block;
	text-decoration: underline;
	margin: 20px auto 50px auto;
}
/*architecture*/
#architecture {
	width: 100%;
	height: 100%;
}
#architecture .fullheight {
	height: calc(100% - 60px)
}
/*team*/
#team {
	background: #f5f5f5;
}
.teamimg {
	padding-left: 15px;
	padding-bottom: 15px;
	border-right: 15px solid #ebebeb;
	border-top: 15px solid #ebebeb;
	width: 100%;
	background: #96cad8;
}
#team h3 {
	color: #96cad8;
	margin: 10px;
}
#team p {
	margin: 0 10px;
	min-height: 245px;
}
.more {
	display: inline-block;
	clear: both;
	color: #96cad8;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
	font-style: italic;
}
.teamlogo {
	display: block;
	text-align: center;
	margin: 50px auto 10px auto;
}
.circle {
	background-color: #000;
	color: #fff;
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	line-height: 15px;
}
.circle.big {
	width: 225px;
	height: 225px;
	margin: 0 50px 0 0;
	padding-top: 50px;
}
p.circle span {
	margin: 12px 0;
	display: block;
	font-size: 20px;
}
p.circle.big span {
	margin-top: 25px;
}
.circle.small {
	width: 180px;
	height: 180px;
	margin: 20px 0 0 0;
	padding-top: 25px;
}
/* neighbours */
#neighbours img {
	padding-left: 15px;
	padding-bottom: 15px;
	border-right: 15px solid #ebebeb;
	border-top: 15px solid #ebebeb;
	width: 100%;
	margin-bottom: 20px;
	background-color: #96cad8;
}
#neighbours h3 {
	color: #96cad8;
	border-bottom: 1px solid #96cad8;
	margin: 10px;
}
#neighbours p {
	margin: 0 10px;
}
#neighbours .grid_4, #team .grid_4 {
	padding: 30px;
}
/* features */
#features {
	background: #f3f3f3;
}
#features .grid_12 {
	border: 7px solid #f3f3f3;
}
#features h3 {
}
/*header*/
.blue_bar {
	background: #96cad8;
	width: 100%;
	line-height: 50px;
	text-align: right;
	color: #fff;
	display: block;
	z-index: 10;
	padding-right: 3%;
	padding-left: 3%;
}
.blue_bar span {
	background: url(../images/phone.png) no-repeat left center;
	padding: 3px 5px 3px 35px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}
.blue_bar a {
	color: #fff;
}
.blue_bar a.header_phone {
	left: 0;
	position: relative;
	float: left;
}
.social {
	margin: 0 auto;
	position: relative;
	display: inline-block;
	right: 0;
	top: 7px;
}
.social li {
	display: inline-block;
	list-style: none;
	margin: 0 3px;
}
header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 20;
	background: #fff;
	height: 115px;
}
#logo {
	display: inline-block;
	padding: 15px 3% 10px;
	position: absolute;
	left: 0
}
nav {
	position: relative;
	max-width: 90%;
	margin: 0 3% 0 0;
	float: right;
}
#mainnav {
	width: 100%;
	padding: 15px 0;
	margin: 0;
	text-align: right;
	font-family: 'Teko', sans-serif;
}
#mainnav li {
	display: inline-block;
	list-style: none;
	padding: 10px;
	font-family: 'Teko', sans-serif;
}
#mainnav li:first-child {
	padding: 0
}
#mainnav li a, #mainnav a {
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1;
	font-family: 'Teko', sans-serif;
}
#mainnav a.news_nav{
	margin-left:10px;
}
#mainnav li.register {
	border: 2px solid #96cad8;
	padding: 5px 10px 0 10px;
}
#mainnav li.register a {
	color: #000;
	border: none !important;
}
#mainnav li a.active, #mainnav li.register a.active {
	color: #96cad8;
}
#nav-toggle {
	position: absolute;
	top: 73px;
	right: 20px;
	z-index: 10;
	cursor: pointer;
	width: 35px;
	height: 35px;
	display: none;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: #96cad8;
	position: absolute;
	display: block;
	content: '';
	top: 10px;
}
#nav-toggle span:before {
	top: -10px;
}
#nav-toggle span:after {
	bottom: -10px;
}
#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 600ms 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(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);
}
/*register*/
.enquire {
	width: 100%;
}
#Enquiry1_enquiry {
	position: relative;
}
#closebtn {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.innerform {
	width: 250px;
	margin: 0 auto;
	max-width: 90%;
}
input, select, textarea {
	font-size: 11px;
	margin: 5px 0;
	padding: 0 0 10px 0px;
	width: 100%;
	color: #000;
	border: none;
	background: #ffffff;
	text-align: left;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-bottom: 1px solid #000;
}
input.b_submit {
	background: #fff;
	color: #000;
	border: 1px solid #000;
	cursor: pointer;
	text-align: center;
	border-radius: 0;
	line-height: 30px;
	width: 100px;
	padding-left: 5px;
	font-family: 'Teko', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0;
	margin: 10px 0;
	border-left: 1px solid #000;
	float: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	background: url(/images/btn/arrow.png) right center no-repeat;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	padding: 7px 0;
	margin: 0;
}
.chk_holder {
	width: 86%;
	margin: 10px auto 0 auto;
}
#chkInternational {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 20px;
}
.chkInternational {
	background: url("/images/btn/uncheck.png") no-repeat scroll left center;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	line-height: 25px;
	margin: 0;
	padding-left: 26px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
}
.arrowdown {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#chkInternational:checked + label {
	background: url(/images/btn/check.png) left center no-repeat;
}
input.postcode {
	margin-bottom: 0;
	border: 0 none;
}
select option {
	color: #000;
	padding: 0;
	margin: 0;
}
a.phone {
	font-size: 24px;
	color: #fff;
	margin: 20px auto;
	display: block;
	text-align: center
}
a.phone span {
	text-decoration: underline;
}
.enquire p, .enquire p a {
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 0;
	line-height: 1.5;
}
.enquire p.privacy, .enquire p.privacy a {
	margin-bottom: 10px;
	color: #000;
	text-align: center;
	max-width: 300px;
	float: none;
	font-size: 9px;
	text-transform: none;
	line-height: 1.2;
}
.mandatory {
	text-transform: none;
	text-align: left;
	margin: 10px 0 0 0;
	clear: both;
}
p#th {
	font-size: 14px;
}
.asterisk {
	float: left;
}
#Enquiry1_thankyou {
	min-height: 300px;
}
::-webkit-input-placeholder {
 opacity:1;
 color: #000;
}
:-moz-placeholder {
 opacity:1;
 color: #000;
}
::-moz-placeholder {
 opacity:1;
 color: #000;
}
:-ms-input-placeholder {
 opacity:1;
 color: #000;
}
.grid_6.left {
	text-align: right;
	padding-right: 3px;
	margin-right: 5%;
	width: 45%;
}
.desktop {
	display: block
}
.mobile {
	display: none
}
/* NEWS */
.news_container{
	width:100%;
	border:2px solid #e1e1e1;
}
.news_txt{
	text-align:left;
	width:45%;
	padding:70px 20px 30px 20px;
}
.right_news{margin-right:0; float:right; text-align:right}
.right_news img{max-width:100%;}
#page-news{
	text-align:left;
	background:#f9f8f8;
}
#page-news h2 {
	font-family: 'Teko', sans-serif;
	font-size: 35px;
	color:#bfc1c1;
	border:0 none;
	margin:0 0 10px 0;
	padding:0;
	font-weight:300;
	
}
#page-news h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color:#96cad8;
	text-transform:none;

}
#page-news p{
	font-size:11px;
	text-transform:none;
	margin:0;
	max-width:100%

}
a.continue{color:#8e8c8c; margin:10px 0; display:block;}
.newsbox {
	position:relative;
	background-size:55% 100%;
	background-repeat:no-repeat;
	background-position:right;
	padding:25px 25px 0 0;	
}
.detailspage .bottom_link{
	padding:10px 0 10px 0
}
.bottom_link{ text-align:left; padding:5px 10px 0 20px; }
.bottom_link a{
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	color:#555555;
	float:left;
}
hr{
	border:0 none;
	margin:50px auto;
	border-bottom:1px solid #e1e1e1;
}
.paging{
	line-height:40px;
	color:#8e8c8c;
	font-size:15px;
	float:right;
}
.paging a{
	color:#8e8c8c;
	font-size:15px;
	padding:15px 3px;
}
.paging a.next_page{
	background:url(/images/btn/arrow_righ_g.png) no-repeat right;
	padding-right:30px;

}
.paging a.pre_page{
	background:url(/images/btn/arrow_left_g.png) no-repeat left;
	padding-left:30px;
}
/*.news_img {
	background-size: cover;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
}*/
footer{
	background:#95c9d7;
	padding:30px 3%;
	border-bottom:40px solid #363636;
}
footer p{
	color:#fff;
	max-width:1000px;	
	width:100%;
	margin-bottom:5px;
}
.luke_qr {
	text-align: center;
	width: 150px;
	display: block;
	margin: 0 auto;
}
.barfoot{
	width: 200px;
}
#film{
	padding: 100px 25px;
}
.video_holder{
	display: block;
	position: relative;
	float: left;
	width: calc(33.33% - 4%);
	margin: 0 2%;
}
.video_holder img{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}
.play_btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50px;
	max-width: 100%;
}


@media screen and (max-width : 940px) {
	.tab .content {
	padding: 10px 10px 10px;
	width: 100%;
}
.container {
	padding: 20px 0
}
}

@media screen and (max-width : 800px) {
nav {
	max-width: 96%;
}
#mainnav li {
	padding: 10px 5px;
}
.teamimg, #neighbours img {
	max-width: 100%;
	width: auto
}
.innerform {
	padding-top: 10px;
}
#neighbours .grid_4, #team .grid_4 {
	padding: 0
}
body {
	line-height: 1.5
}
	.video_holder {
    width: 100%;
    margin: 0 0 4% 0;
}
}

@media screen and (max-width : 720px) {
.desktop {
	display: none
}
.mobile {
	display: block
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	width: 100%;
	margin: 0 0 2% 0;
}
#plans .grid_6 {
	width: 50%;
	margin-right: 0
}
h2 {
	margin-bottom: 20px;
}
.grid_6.left, .privacy {
	text-align: center;
	float: none;
	margin: 0 auto 5vh auto
}
input.b_submit {
	float: none
}
p {
	max-width: 96%
}
.enquire p, .enquire p a {
	text-align: center;
}
#nav-toggle {
	display: block;
}
#nav-toggle, #register_mobile, #logombile {
	display: block;
}
nav {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	padding: 0;
	text-align: center;
	margin-right: 0
}
#mainnav {
	position: absolute;
	top: 115px;
	background: #fff;
}
#mainnav li {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center
}
#mainnav li a {
	line-height: 30px;
}
#mainnav li.register {
	border: 0;
}
.table_details .grid_6 {
	width: 48%;
}
.tab label {
	padding: 9px 9px;
	letter-spacing: 0;
	top: -29px
}
.map_list li {
	font-size: 10px;
}
header {
	height: 115px;
}
#team p {
	min-height: 50px;
}
.teamlogo {
	margin-top: 20px;
}
.bg_con {
	background-image: none
}
#arial_img {
	background-image: url(/images/location/arial_m.jpg)
}
.mappoint {
	display: none;
}
#map_section {
	height: 70.2vw;
}
#home h1 {
	font-size: 40px;
	line-height: 1;
    top: 85px;
}
#home h1 a.button {
	margin-top: 20px;
	position: absolute;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.nomarginbottom {
	margin-bottom: 0;
}
.newsbox{
	background-image:none !important
}
.newsbox{
	padding:10px 0 5px 0;
}
.mobile.img{
	padding:20px;
}
.news_txt{
	padding:10px 20px 30px;
	width:100%;
	
}
hr {
	margin:10px auto
}
.bottom_link{
	padding-top:10px;
}
.paging{
	text-align:center;
	margin: 20px auto 0 auto;
	float:none;
}
.banner
{

font-size:24px;

width: 100%;

left: 0;
top: 0;

letter-spacing:3px;
-webkit-transform: rotate(0);
transform: rotate(0);
max-width:100%;

}
}

@media screen and (max-width : 440px) {
.tab label {
	padding: 9px 7px;
	letter-spacing: 0;
}
}
