/*This site is built using an Object Oriented CSS Methodology*/
/*----------------------*\
     Contents
\*----------------------*/
/*
Reset
Shared
Clearfix
Main
Header
Content
Footer
Media
Island
Type
Images
Tables
Misc (accessibilty and colours)
Flexslider
Mediaqueries
*/

/*-----------------------*\
     $reset
\*-----------------------*/
/*Thanks to CSS Wizardry*/
*{
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,
a,abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strong,sub,sup,tt,var,
b,u,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
	margin:0;
	padding:0; 
}
article,aside,details,figcaption,figure,footer,
header,hgroup,main,menu,nav,section{
	display:block;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
strong,b,mark{
	font-weight:700;
	font-style:inherit;
}
em,i,cite,q,address,dfn,var{
	font-style:italic;
	font-weight:inherit;
}
abbr[title],dfn[title]{
	cursor:help;
	border-bottom:1px dotted;
}
ins{
	border-bottom:1px solid;
}
a,u,ins{
	text-decoration:none;
}
del,s{
	text-decoration:line-through;
}
pre,code,samp,kbd{
	font-family:monospace;
}
small{
	font-size:0.75em;
}
img{
	border:none;
	font-style:italic;
}
input,
select,option,optgroup,
textarea{
	font:inherit;
}

/*----------------------*\
     $shared
\*----------------------*/
h1,h2,h3,h4,h5,h6,
ul,ol,dl,
p,
table,
form,
pre,
hr,
.source{
	margin-bottom:10px;
	margin-bottom:1rem;
}
ul,ol,dd{
	margin-left:1em;
}
label,
.text-input,
textarea,
.btn{
	cursor:pointer;
}
.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus{
	cursor:text;
}
.float-l{
	float:left;
}
.float-r{
	float:right;
}
.clear-l{
	clear:left;
}
.clear-r{
	clear:right;
}
.clear-b{
	clear:both;
}
.align-c{
	text-align:center;
}
.align-r{
	text-align:right;
}
.no-padding{
	padding:0;
}
.no-margin{
	margin:0;
}
.mobileMenu{
	width:100%;
}
/*----------------------*\
	$clearfix
\*----------------------*/
.cf:before,
.cf:after{
	content:"";
	display:table;
	overflow:hidden;
}
.ie8 .cf:before{
	display:inline;
}
.cf:after{
	clear:both;
}
.cf{
	zoom:1;
}
/*----------------------*\
     $main
\*----------------------*/
html{
	overflow-y:scroll;
	line-height:1.5;
	font-size:10px;
	letter-spacing:0;
	min-height:100%;
  background: rgb(0,173,184);
  -webkit-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
}
body{
	min-width:320px;
  font-family: korolev-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
	color:rgb(66,66,66);
	left:0;
	font-size:17px;
	font-size:1.7rem;
  -webkit-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
}
.wrapper {
    background: rgb(222,240,242);
    overflow: hidden;
}
.container{
  width:95%;
  max-width:1240px;
  margin:0 auto;
}
.inner .section .container{
  padding:30px 0;
}
footer .container{
	width:100%;
}
.textpage .container{
  max-width:900px;
}
/*------------------------------------*\
	$type
\*------------------------------------*/
/* Large */
.giga{
	font-size:72px;
	font-size:7.2rem;
}
.mega{
	font-size:48px;
	font-size:4.8rem;
}
.kilo{
	font-size:33px;
	font-size:3.3rem;
}

h1,.h1{
	font-size:26px;
	font-size:2.6rem;
	text-transform:uppercase;
	letter-spacing:2px;
  color:rgb(0,173,184);
  text-align: center;
}
h2,.h2{
	font-size:25px;
	font-size:2.5rem;
	text-transform:uppercase;
	letter-spacing:2px;
  color:rgb(0,173,184);
  font-weight:500;
}
h3,.h3{
	font-size:23px;
	font-size:2.3rem;
	text-transform:uppercase;
	letter-spacing:2px;
  color:rgb(0,173,182);
  margin-bottom: 0px;
  line-height:1.2;
}
h4,.h4{
	font-size:22px;
	font-size:2.2rem;
}
h5,.h5{
	font-size:21px;
	font-size:2.1rem;
}
h6,.h6{
	font-size:19px;
	font-size:1.9rem;
}
p,.para{
	font-size:18px;
	font-size:1.8rem;
	line-height:1.5;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

/* Small */
small,.milli{
	font-size:12px;
	font-size:1.2rem;
}
.nano{
	font-size:10px;
	font-size:1rem;
}
/* Weights */
.light{
	font-weight:300;
}
.regular{
	font-weight:400;
}
.semi-bold{
	font-weight:600;
}
.bold{
	font-weight:700;
}
.capitals{
	text-transform:uppercase;
}
.letter-spacing{
	letter-spacing:1px;	
}

/*--- LINKS ---*/
a{
	color:rgb(44,27,77);	
  font-weight:500;
}
a:hover{
	text-decoration:underline;
}

/*--- LISTS ---*/
li > ul,
li > ol{
	margin-bottom:0;
}

/*--- QUOTES ---*/
q{ quotes:"‘" "’" "“" "”"; }

q:before{ content:"‘"; content:open-quote; }
q:after{ content:"’"; content:close-quote; }

q q:before{ content: "“"; content: open-quote; }
q q:after{ content: "”"; content: close-quote; }

blockquote{ quotes: "“" "”"; }
blockquote p:before{ content: "“"; content: open-quote; }
blockquote p:after{ content: ""; content: no-close-quote; }
blockquote p:last-of-type:after{ content: "”"; content: close-quote; }

blockquote{
	text-indent:-0.4em;
}

@font-face {
  font-family: 'bas';
  src: url('../css/icons/font/bas.eot?57805427');
  src: url('../css/icons/font/bas.eot?57805427#iefix') format('embedded-opentype'),
       url('../css/icons/font/bas.woff2?57805427') format('woff2'),
       url('../css/icons/font/bas.woff?57805427') format('woff'),
       url('../css/icons/font/bas.ttf?57805427') format('truetype'),
       url('../css/icons/font/bas.svg?57805427#bas') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'bas';
    src: url('../css/icons/font/bas.svg?57805427#bas') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before, a:after, h3:after  {
  font-family: "bas";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: 0;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-download:before { content: '\e800'; } /* '' */
.icon-menu:before { content: '\e801'; } /* '' */
.icon-close:before { content: '\e802'; } /* '' */
.icon-down-open:before { content: '\e813'; } /* '' */
.icon-right-open:before { content: '\f006'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
/*------------------------------------*\
	$images
\*------------------------------------*/
img{
	max-width:100%;
	width:auto;
	height:auto !important;
	display:block;
}
.inline-img-right, .inline-img-left{
	width:100%;
	margin:2em 0;	
}
/*------------------------------------*\
	$tables
\*------------------------------------*/
table{
	width:100%;
}


/*------------------------------------*\
	$misc
\*------------------------------------*/
.hook {
  position:absolute;
  top:-60px;
}
.textpage p, .textpage li{
  font-size:18px;
  font-size:1.8rem;
}
.textpage h2{
  margin-bottom:0;
  margin-top:20px;
}
/*----------------------*\
     $flexslider
\*----------------------*/
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { background: rgb(230,230,230); position: relative;  zoom: 1;z-index:0;margin: 0 auto;height:100vh;width:100vw;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0; position:static;}
.flex-direction-nav li {position:static;}
.flex-direction-nav a {width: 48px; height: 47px; margin: -20px 0 0; display: block; background: url(../img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity:1; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 5%; }
.flex-direction-nav .flex-prev {left: 5%;}


/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {display:none;width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

/*------------------------------------*\
  $bgstretcher
\*------------------------------------*/
.bgstretcher {
  overflow: hidden;
   width: 100%;
   z-index: 1;
}
.bgstretcher, .bgstretcher ul, .bgstretcher ul li {
  position: absolute;
  top: 0;
  bottom: 0;
}
.bgstretcher ul, .bgstretcher ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bgstretcher img{
 max-width:100%;
}
.bgstretcher-area, .bgstretcher-page{
   height:100%;
}

/*------------------------------------*\
	$header / footer
\*------------------------------------*/
.header {
  padding: 0;
  width: 100%;
  position: fixed;
  z-index: 99;
  height: 73px;
  right: 0;
  border-bottom: 1px solid rgb(0,173,184);
  background: rgb(222,240,242);
  -moz-transition: .3s ease;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
}
.header__mov {
  height: 60px;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
  border-bottom: none;

}

.header__logo {
  width: 137px;
  float: left;
  margin: 10px;
  -moz-transition: .3s ease;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
}
.header__mov .header__logo {
  width: 110px;
  margin: 8px;
}

.menu-icon {
  width: 65px;
  margin: 0 -2.7% 0 0;
  padding: 24px 12px 22px 12px;
  float: right;
  font-size: 35px;
  font-size: 3.5rem;
  z-index: 30;
  background: rgb(0,173,184);
  line-height: 1;
  -moz-transition: .3s ease;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  text-decoration: none;
}
.header__mov .menu-icon {
  padding: 19px 12px 18px 12px;
}
.menu-icon:hover, .menu-icon:active {
    text-decoration:none;
}
.header .icon-close {
    color:rgb(255,255,255);
}
.menu-icon-active {
    color: rgb(255,255,255);
}
.header__nav {
  width: 100vw;
  position: absolute;
  top: 0;
  right: -102.5vw;
  background: rgb(0,173,184);
  height: 100vh;
  display: block;
  z-index: 1;
  padding: 0;
  -moz-transition: .3s ease;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
}
.header__nav-active {
    right: -2.5vw;
}
.header__nav-logo {
    display: block;
    width: 140px;
    margin: 22px 40px 30px 30px;
}
.header__nav ul {
	width: 100%;
  padding: 0;
  list-style: none;
  max-width: 1240px;
  margin: 0 auto;
  text-align: left;
  top: 100px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header__nav ul li {
    margin: 22px 0;
}
.header__nav ul li a {
    color: rgb(244,244,244);
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    margin: 5px auto;
    letter-spacing: 3px;
    font-weight: 600;
  -moz-transition: .3s ease;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
    -webkit-font-smoothing: antialiased;
    padding: 7px 30px 6px;
}
.header__nav ul li.external {
    margin: 35px 0 0 0;
}
.header__nav ul li.external a {
	background: rgb(81,187,173);
}
#nav-icon3 {
  width: 100%;
  height: 27px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgb(222,240,242);
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 12px;
}
#nav-icon3 span:nth-child(4) {
  top: 24px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header__mov #nav-icon3 {
    height: 23px;
}
.header__mov #nav-icon3 span:nth-child(2), .header__mov #nav-icon3 span:nth-child(3) {
    top: 10px;
}
.header__mov #nav-icon3 span:nth-child(4) {
    top: 20px;
}
nav#main a:hover, nav#main li.active a { background: #ff0; }

footer {
  background: rgb(0,173,184);
  padding: 30px 0 10px;
  text-align:center;
}
footer.footermini {
  background: rgb(0,173,184);
  padding: 0 0 10px;
}
footer p, footer a {
    color:rgb(255,255,255);
}
footer i {
	color: rgb(81,187,173);
	margin-left: -20px;
}
footer h4 {
	color:rgb(222,240,242);
	text-transform:uppercase;
  letter-spacing: 2px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: left;
  display:none;
}
.foot-block {
	display:block;
  padding:20px 5%;
	margin: 0 auto;
}
.footer-1 img {
    width: 200px;
    margin: 0 auto;
}
.footer-2 p, .footer-2 a {
}
.agent {
  display:block;
  width:100%;
  margin:0 auto 40px;
}
.agents__logo {
    width: 35%;
    max-width: 140px;
    display: block;
    margin: 0 auto 15px;
}
.agent__details {
    width: 100%;
    display: block;
    margin: 0 auto 30px;
}
.agent__details:last-of-type {
    margin: 0 auto;
}
.footer-4 {
  border-top: 1px solid rgb(255,255,255);
  width: 100%;
  margin: 0 auto;
}
.footer-4 img {
  width: 290px;
  margin: 20px auto;
}

.footer-4 p, .footer-4 a {
	font-size: 13px;
  font-size: 1.3rem;
}


/*------------------------------------*\
  $hero
\*------------------------------------*/
.hero {
  width: 100vw;
  height: 70vh;
  margin-top: -75px;
}
.inner .hero {
  height: 45vh;
}
.hero .text {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
    text-align:left;
    top:40%;
    z-index:1;
}
.hero .text1 {
  padding:0 0 0 20px;
  border-left:7px solid rgb(192,209,43);
}
.hero .text .text1 h2 {
    font-size: 70px;
    font-size: 7rem;
    margin-bottom: 0;
    color: rgb(192,209,43);
    text-shadow: 1px 1px 5px #000000;
    line-height: 1;
  letter-spacing:0;
    text-transform:none;

}
.hero .text .text1 p {
    font-size:21px;
    font-size:2.1rem;
    color:rgb(255,255,255);
    font-weight:600;
    text-shadow: 1px 1px 5px #000000;
    margin-bottom:30px;
    line-height: 1.2;
}

.hero .text2 {
  padding:20px;
  border-left:7px solid rgb(192,209,43);
  background: rgb(44,27,77);
  background: rgba(44,27,77,0.7);
}
.hero .text .text2 h2 {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 0;
  color: rgb(192,209,43);
  line-height: 1;
  text-transform:none;
  letter-spacing:0;
}
.hero .text .text2 p {
  font-size:21px;
  font-size:2.1rem;
  color:rgb(255,255,255);
  font-weight:600;
  margin-bottom:0;
  line-height: 1.2;
  letter-spacing:0;
}

.hero .text3 {
  margin-top:100px;
}
.hero .text .text3 h2 {
  padding:5px 15px 6px 15px;
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 5px;
  color: rgb(255,255,255);
  line-height: 1;
  text-transform:none;
  letter-spacing:0;
  background: rgb(44,27,77);
  background: rgba(44,27,77,0.8);
  float: left;
}
.hero .text .text3 p {
  font-size:21px;
  font-size:2.1rem;
  color:rgb(255,255,255);
  font-weight:600;
  margin-bottom:0;
  line-height: 1.2;
  letter-spacing:0;
  float: left;
  clear:both;
    text-shadow: 1px 1px 5px #000000;
    padding-left:10px;
}
.hero .text a {
    text-transform:uppercase;
    color:rgb(255,255,255);
    font-weight:600;
    letter-spacing: 4px;
    padding:8px 15px 7px 15px;
    margin:0 20px 0 0;
    font-size:12px;
    font-size:1.2rem;
    border:1px solid rgb(255,255,255);
    background:rgb(192,209,43);
}
.hero .text a:last-of-type {
    background:rgb(81,187,173);
}
.hero .text a:hover {
        background: rgb(44,27,77);
}
.morebutton {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 80px;
    left: 0;
    z-index: 9;
    text-align: center;
    font-size: 30px;
    color: rgb(255,255,255);
}
.hero .shade {
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
  height:100%;
  z-index: 0;
  background: -moz-linear-gradient(left, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 61%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 61%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 61%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

/*------------------------------------*\
	$intro
\*------------------------------------*/
.intro__logo {
    display: block;
    width: 80%;
    margin: 20px auto;
    max-width: 400px;
}
.intro__block {
    width: 80%;
    margin: 0 auto;
}
.intro {
  padding:50px 0;
  text-align:center;
  background: rgb(222,240,242);
}
.intro p {
  font-size: 22px;
  font-size: 2.2rem;
  color:rgb(0,173,184);
  line-height: 1.4;
  width: 100%;
  max-width:830px;
  margin: 0 auto;
}
.intro h1 {
  display:none;
}
.sub__intro p {
    font-size: 22px;
    font-size: 2.2rem;
    color: rgb(0,173,184);
}

.section {
    display: block;
    width: 100%;
}

.features {
    width: 90%;
    margin: 0 auto;
    max-width: 1267px;
}
.feature {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  border: 2px solid rgb(0,173,184);
  background: rgb(222,240,242);
  -webkit-box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.1);
  box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.1);
}
.feature__img {
    display: block;
    width: 100%;
    height: 190px;
}
.feature__overlay {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 40px 20px;
}
.feature-two {
    margin: 0 auto 60px;
}
.title__block {
  display:block;
  text-align: center;
  margin:15px auto;
}
.title__block h2 {
  color:rgb(0,173,184);
  text-align: left;
  padding: 0 0 0 15px;
  font-weight:600;
  border-left: 10px solid rgb(255,207,28);
  line-height:1.1;
  font-size: 28px;
  font-size: 2.8rem;
}
.feature__overlay-img {
    display:none;
}
.download__block {
  display: block;
  text-align: center;
  margin: 10px auto 0;
  clear:both;
}
.centre__cluster .download__block {
  display:block;
clear: none;
    float: center;
    margin: 20px 0!important;
}
.intro .download__block {
  margin: 30px auto 0;
}
.inner .download__block {
  margin: 50px auto 0;
}
.download__block a {
  border: 2px solid rgb(0,173,184);
  color:rgb(0,173,184);
  padding: 6px 40px 6px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
}
.download__block a.return {
  padding: 6px 40px 6px 15px;
}
.download__block a.download:after {
  content: '\e800';
  right: 10px;
  position: absolute;
  top: 9px;
}
.download__block a.return:after {
  content: '\f105';
  right: 10px;
  position: absolute;
  top: 9px;
}
.download__block a:hover {
  background: rgb(0,173,184);
  color:rgb(255,255,255);
  text-decoration:none;
}


.homeleasing__text-title  {
    text-align:center;
    margin:0 auto 15px;
}
.homeleasing__text-title h2 {
    background:rgb(255,207,28);
    color:rgb(37,48,94);
    font-weight:600;
    display:inline;
    padding:0 15px;
}
.homeleasing-block {
  display: block;
  width: 90%;
  max-width:750px;
  margin: 0 auto 60px;
}
.homeleasing-img {
  display: block;
  width: 85%;
  margin: 0 auto;
  z-index:1;
  border: 1px solid rgb(255,255,255);
  -webkit-box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.1);
  box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.1);
}
.homeleasing__text {
  display:block;
  width:100%;
  padding:60px 20px 20px 20px;
  margin:-40px auto 0;
  border:2px solid rgb(0,173,184);
  background:rgb(255,255,255);
}





.leasingplan {
    display: block;
    width: 100%;
    padding: 30px;
    margin: 0 auto;
}
.leasing {
  width:100%;
  display:block;
  margin:0 auto 40px;
    max-width: 690px;

}
.leasing__overlay-img {
  display:block;
  width: 60%;
  max-width:400px;
  margin: 0 auto 20px;
  -webkit-box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.1);
  box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.1);
}
.leasing__overlay-text {
  text-align:center;
}
.leasing__block {
  text-align:center;
  margin:0 auto 20px;
}
.leasing__block h2 {
  background:rgb(255,207,28);
  color:rgb(37,48,94);
  display:inline;
  padding:0 15px;
}
.intro .leasing__overlay-text p {
  font-size: 19px;
  font-size: 1.9rem;
  color:rgb(60,60,60);
  width:80%;
  margin:0 auto 20px;
}

.leasingpage__overlay {
  display: block;
  width: 90%;
  max-width: 800px;
  margin: -30px auto 20px;
  background: rgb(222,240,242);
  padding: 20px;
  border: 2px solid rgb(0,173,184);
  -webkit-box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.1);
  box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.1);
}

.inner__content {
  display:block;
  width:90%;
  margin:0 auto;
  padding:30px 0;
}
.inner .title {
  text-align:center;
  margin: 0 auto 20px;
}
.title h1 {
  background: rgb(255,207,28);
  color:rgb(37,48,94);
  display:inline;
  padding:0 20px;
}
.sub__intro {
    display: block;
    width: 95%;
    max-width: 800px;
    margin: 0 auto 20px;
    text-align: center;
}

.inner .facts {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    max-width: 900px;
}

.inner .renaissance {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    max-width: 1240px;
}

.inner .townmap {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    max-width: 1000px;
}

.ren__blocks {
  width: 90%;
  display:block;
  margin: 0 auto;
}
.ren__block {
  width: 100%;
  display:block;
  margin: 0 auto 20px;
}
.ren__block p, .townmap__pull p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.seperator, .seperator__x2, .seperator__x3, .homeseperator-2, .homeseperator-3, .keyinfoseperator-3 {
  display:none;
  width:100%;
  height:1px;
  background:rgb(0,173,184);
  float:left;
  margin:0 0 40px ;
}

.ren__block img {
  display:block;
  width: 100%;
  margin:0 auto 15px;
  border:1px solid rgb(0,173,182);
  -webkit-box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.1);
  box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.1);
}
.ren__block-6 img {
  border:none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ren__block-6 {
  width:100%;
  float:right;
  border:2px solid rgb(0,173,182);
  padding:20px;
}
.ren__block-6 img {
  width:20%;
  float:left;
  margin:0 20px 0 0;
}
.ren__block-2, .ren__block-4 {
  border:2px solid rgb(0,173,184);
  padding:20px;
}

.townmap__pull-img {
  display:none;
}
.townmap__pull {
  border:2px solid rgb(0,173,182);
  display:block;
  background:rgb(255,255,255);
  width:90%;
  padding:0;
  margin:0 auto 10px;
}
.townmap__pull h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 10px 3px 10px;
    float:left;
    width:93%;
    letter-spacing:1px;
    font-weight:600;
}
.townmap__pull-six h3 {
    padding: 7px 10px;
    width: 100%;
}
.townmap__pull h3:after {
  content: '\f107';
  position:absolute;
  right: 8px;
  top: 10px;
}
.townmap__title .townmap__no {
  display:block;
  float: left;
  width: 7%;
  text-align:center;
    padding: 8px 0;
    background: rgb(255,207,28);
    color: rgb(0,173,184);
    margin: 0;
    font-weight:600;
}
.townmap__copy {
  padding:15px;
  float:left;
  width:100%;
  height:auto;
}
.townmap__copy p {
  margin-bottom:0;
}
.keyinfo {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 40px;
}
.keyinfo__fact-two .keyinfo__fact-img, .keyinfo__fact-four .keyinfo__fact-img, .keyinfo__fact-six .keyinfo__fact-img, .keyinfo__fact-eight .keyinfo__fact-img, .keyinfo__fact-ten .keyinfo__fact-img {
  float:right;
  margin:0;
}
.keyinfo__fact-text h3 {
  font-size: 32px;
  font-size: 3.8rem;
  line-height: 1;
}
.keyinfo__fact-text p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
}
.keyinfo__fact-five  .keyinfo__fact-text h3, .keyinfo__fact-six  .keyinfo__fact-text h3, .keyinfo__fact- .keyinfo__fact-text h3, .keyinfo__fact- .keyinfo__fact-text h3  {
    font-size: 50px;
    font-size: 5rem;
}

.keyinfo__fact-  .keyinfo__fact-text h3 {
    font-size: 45px;
    font-size: 4.5rem;
}



.keyinfo__fact {
  display:block;
  width:100%;
  max-width:330px;
  margin:0 auto;
  padding:15px 0;
  border-bottom: 2px solid rgb(0,173,184);
}

.keyinfo__fact-img {
  display:block;
  width:35%;
  float:left;
  margin:0 5% 0 0;
}
.keyinfo__fact-one .keyinfo__fact-img, .keyinfo__fact-two .keyinfo__fact-img, .keyinfo__fact-five .keyinfo__fact-img {
  width:50%;
  margin:0;
}
.keyinfo__fact- .keyinfo__fact-img {
  width:35%;
  margin:0;
}



.keyinfo__fact-text {
  display:block;
  width:60%;
  float:left;
  margin:0;
}
.keyinfo__fact-one .keyinfo__fact-text, .keyinfo__fact-two .keyinfo__fact-text, .keyinfo__fact-five .keyinfo__fact-text {
  width:50%;
}
.keyinfo__fact- .keyinfo__fact-text {
  width:60%;
}


.centre__cluster, .centre__map  {
  display:block;
  width:92%;
  margin:0 auto;
  max-width: 1120px;
}
.centre__map img  {
    width: 98%;
    margin: 1%;
}
}
.centre__cluster-text {

}
.centre__cluster ul {
  list-style:none;
  margin: 0 auto;
}
.centre__cluster li {
    display: block;
    padding: 0 0 0 15px;
    border-left: 10px solid rgb(255,207,28);
    margin:0 0 10px 0;
}
.centre__cluster-block {
    display: block;
    width: 48%;
    float: left;
    margin:1%;
    background: rgb(0,173,184);
}
.centre__cluster-three {
    width: 98%;
}
.centre__cluster p {
    font-size: 22px;
    font-size: 2.2rem;
    color:rgb(0,173,184);
    margin-bottom:20px;
    text-align:center;
}

.leasingpage-img {
    display: block;
    width: 85%;
    margin: 0 auto 40px;
    z-index: 1;
    border: 1px solid rgb(255,255,255);
    -webkit-box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.1);
    max-width: 550px;
}
.leasingcontact {
  display:block;
  width:100%;
  max-width:900px;
  padding:20px;
  margin:0 auto;
  border:2px solid rgb(0,173,184);
}
.leasingpage h2 {

}


.contactpage {
  display:block;
  width:100%;
  max-width: 700px;
  margin: 0 auto;
}
.contactpage__agent  {
  display:block;
  width:100%;
  margin: 0 auto 30px;
}
.contactpage__agent img {
  display:block;
  width:60%;
  max-width: 160px;
  margin: 0 auto 20px;
}
.contactpage__agent .contactpage__agentdetails {
  display:block;
  text-align:center;
}
.contactpage__agent .contactpage__agentdetails strong {
  font-weight:600;
  color:rgb(0,173,184);
}


.textpage {

}

@media print{
	*{background:transparent !important;color:black !important;text-shadow:none !important;filter:none !important;-ms-filter:none !important;} @page {margin:0.5cm;}h2,h3{orphans:3;widows:3;page-break-after:avoid;} p{orphans:3;widows:3;} pre,blockquote{border:1px solid #808080;page-break-inside:avoid;} abbr[title]:after{content:" (" attr(title) ")";} a,a:visited{color:#000000 !important;text-decoration:underline;} a[href]:after{content:" (" attr(href) ")";} a[href^="javascript:"]:after,a[href^="#"]:after{content:"";} img{max-width:100% !important;page-break-inside:avoid;} thead{display:table-header-group;} tr{page-break-inside:avoid;} .ir a:after{content:"";}}

@media only screen and (min-device-width: 320px) and (max-device-width: 800px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.intro__logo {
    display: block;
    width: 40%;
    margin: 0 auto 20px;
    max-width: 570px;
}
.feature {
    width: 48%;
    float: left;
    min-height:440px;
    margin: 0 auto 40px;
}
.feature-two, .feature-four, .feature-six {
    float: right;
}
.homeseperator-2 {
  display:block;
}

.leasing__overlay-img {
  width: 40%;
  float:left;
  margin: 0 auto 20px;
}
.leasing__overlay-text {
  width: 55%;
  float:right;
}

}

/* Screen Widths - Change these to fit your breakpoints*/
@media only screen and (min-width: 375px){	

}

@media only screen and (min-width: 414px){	

}

@media only screen and (min-width: 600px){  
.footer-1 {
  float: left;
  width: 34%;
  margin: 5px 2% 40px;
  padding: 0;
}
.footer-2 {
  float: left;
  width: 60%;
  margin: 0 0 13px 0px;
  text-align: left;
  padding: 0;
}
.footer-3 {
  float: left;
  width: 100%;
  padding: 40px 20px 20px 20px;
  border-top: 1px solid rgb(255,255,255);
}
.agent {
  display:block;
  width:50%;
  float:left;
  margin: 0 auto;
}
.footer-4 {
  float: left;
  width: 100%;
  padding:20px;
}
.footer-4 p {
  float: left;
  margin: 9px 0 0 0;
}
.footer-4 img {
    width: 240px;
    margin: 0 auto;
    float: right;
}

.feature {
  max-width:1000px;
  margin:0 auto 30px;
}
.feature__overlay {
    padding: 30px 30px 50px 30px;
}

.feature-one .feature__img{
    width: 55%;
    float: left;
    margin: 0 ;
}
.feature-one .feature__overlay{
    width: 45%;
    float: right;
    margin: 0;
}
.feature-two {
    margin: 0 auto 100px;
}
.feature-two .feature__img{
    width: 55%;
    float: right;
    margin: 0 ;
}
.feature-two .feature__overlay{
    width: 45%;
    float: left;
    margin: 0;
}
.feature .download__block {
  margin-top:20px;
    text-align: right;
}


.intro p {
  font-size: 27px;
  font-size: 2.7rem;
}
.intro .leasing__overlay-text p {
  font-size: 17px;
  font-size: 1.7rem;
}



.contactpage__agent  {
  display:block;
  width:50%;
  margin: 0 auto 30px;
  float:left;
}


}


@media only screen and (min-width: 700px){
/*------------------------------------*\
  $misc
\*------------------------------------*/
.hook {
  top:-56px;
}
h1,.h1{
  font-size:34px;
  font-size:3.4rem;
}
/*------------------------------------*\
  $header
\*------------------------------------*/
.header__logo {
    margin: 11px 11px 11px 0;
    width: 170px;
}
.header {
  padding: 0;
  height: 90px;
  border-bottom:none;
}
.header__mov {
  height: 56px;
}
.header__mov .header__logo {
  width: 123px;
  margin: 4px;
}
.menu-icon {
  display:none;
}
.header__nav {
  top: auto;
  z-index: 3;
  opacity: 1;
  width: auto;
  height: 30px;
  float: right;
  right: 0;
  background: transparent;
  margin: 0;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header__nav-logo {
  display:none;
}
.header__nav ul {
    width: 100%;
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
}
.header__nav ul li {
  margin:0;
    float: left;
}
.header__nav ul li a {
    float: left;
    width: auto;
    margin: 0 5px;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 1.5px;
    font-weight:600;
    color: rgb(0,173,182);
    padding: 2px 9px 2px;
}
.header__nav ul li a:hover {
    background: rgb(255,207,28);
    color: rgb(37,48,94);
    text-decoration:none;
}
.header__nav ul li:last-of-type a {
    background: rgb(255,207,28);
    color: rgb(37,48,94);
    text-decoration:none;
}
.header__nav ul li:last-of-type a:hover {
    background: rgb(37,48,94);
    color: rgb(255,207,28);
    text-decoration:none;
}
.header__nav ul li.external {
    margin: 0 0 0 10px;
}
.header__nav ul li.external a{
    padding: 7px 12px 6px;
}
.header__nav ul li.external a:hover{
  text-decoration:none;
    background:rgb(192,209,43);
}
.header__mov .header__nav {
    top: 56%;
}
.header__mov .header__nav ul li a {
    font-size: 17px;
    font-size: 1.7rem;
}

.section__overlay {
  padding: 30px;
}

.seperator__x2, .seperator__x3 {
  display:block;
}
.seperator__x3 {
  display:none;
}


.homeleasing-img {
    float: left;
    width: 40%;
    margin: 20px -5% 0 0;
}
.homeleasing__text {
    float: left;
    width: 65%;
    padding: 20px 20px 20px 60px;
    margin: 0;
}
.homeleasing__text .download__block {
    text-align: right;
}




.ren__block {
  width: 47%;
  float:left;
  margin: 0 0% 20px 0%;
  clear:left;
}
.ren__block-2, .ren__block-4 {
    border: none;
    padding: 0;
    float:right;
    clear:none;
}
.ren__block-5{
  width: 60%;
}
.ren__block-6{
    padding: 20px;
    float:right;
    clear:none;
    width: 33%;
}
.ren__block img {
  width: 100%;
}

.inner .townmap {
    width: 700px;
    margin: 40px auto 100px;
}
.townmap__title .townmap__no {
    display: none;
}
.townmap__pull h3 {
    padding: 10px 10px 5px 10px;
}
.townmap__copy {
    padding: 0 10px 10px 10px;
}
.townmap__pull h3:after {
    display: none;
}
.townmap__pull-one {
  position: absolute;
  z-index: 1;
  display: block;
    top: -25px;
    width: 310px;
    right: 40px;
}
.townmap__pull-two {
  position: absolute;
  z-index: 1;
  display: block;
top: 345px;
    width: 190px;
    right: -20px;
}
.townmap__pull-three {
  position: absolute;
  z-index: 1;
  display: block;
    top: 285px;
    width: 220px;
    left: -10px;
}
.townmap__pull-four {
  position: absolute;
  z-index: 1;
  display: block;
top: -25px;
    width: 230px;
    left: -10px;
}
.townmap__pull-five {
  position: absolute;
  z-index: 1;
  display: block;
    top: 375px;
    width: 200px;
    left: 270px;
}
.townmap__pull-six {
  margin-top:70px;
}


.keyinfo {
    max-width: 1180px;
}
.keyinfo__fact {
    float: left;
    width: 31%;
    margin: 0 1.1% 10px;
    border-bottom:none;
    text-align:center;
    padding:5px;
}
.keyinfo__fact .keyinfo__fact-img {
    float: none;
    width: 50%;
    margin:0 auto 20px;
}
.keyinfo__fact-text {
    width: 100%;
    float: none;
    margin: 0 auto;
}
.keyinfoseperator-3 {
  display:block;
}
.keyinfo__fact-nine .keyinfo__fact-img {
    width: 42%;
    margin: 0 auto 20px;
}
.keyinfo__fact-five .keyinfo__fact-text h3, .keyinfo__fact-six .keyinfo__fact-text h3, .keyinfo__fact-nine .keyinfo__fact-text h3 {
  font-size: 36px;
  font-size: 3.6rem;
}
.keyinfo__fact-nine .keyinfo__fact-text h3 {
  font-size: 29px;
  font-size: 2.9rem;
}
.keyinfo__fact-one .keyinfo__fact-text, .keyinfo__fact-two .keyinfo__fact-text, .keyinfo__fact-five .keyinfo__fact-text {
    width: 80%;
}

.townmap__pull-text .townmap__copy {
  display:block!important;
}
}

@media only screen and (min-width: 768px){
.section__overlay-img {
  border: 2px solid rgb(0,173,184);
  display: block;
  float: left;
  width: 40%;
  margin: 0 0 0 -9%;
  -webkit-box-shadow: 3px 3px 7px 1px rgba(0,0,0,0.3);
  box-shadow: 3px 3px 7px 1px rgba(0,0,0,0.3);
}
.section__overlay-text {
    display: block;
    float: right;
    width: 60%;
    margin: 0 4%;
}


.centre__cluster-text {
    display: block;
    width: 48%;
    float: left;
}
.centre__cluster-imgs {
    display: block;
    width: 48%;
    float: right;
}
.centre__map img {
    width: 99%;
    margin: 0.5%;
}
.centre__cluster p {
    text-align:left;
}
.centre__cluster .download__block {
  display:none;
}

.keyinfoseperator-3 {
    margin: 0;
}
.keyinfo__fact-one .keyinfo__fact-text{
    width: 90%;
}
.keyinfo__fact {
    margin: 0 1.1% 0;
    padding: 30px 5px;
}
.keyinfo__fact-one, .keyinfo__fact-two, .keyinfo__fact-four, .keyinfo__fact-five, .keyinfo__fact-seven, .keyinfo__fact-eight {
    border-right:1px solid rgb(0,173,184);
}
.keyinfo__fact-text {
    width: 80%;
}
.keyinfo__fact-text p {
    margin-bottom:0;
}
.keyinfo__fact-four .keyinfo__fact-text, .keyinfo__fact-six .keyinfo__fact-text {
    width: 95%;
}
.keyinfo__fact-five .keyinfo__fact-img, .keyinfo__fact-six .keyinfo__fact-img {
}
}

@media only screen and (min-width: 900px){	
.header__nav ul li a {
    margin: 0 10px;
    font-size: 19px;
    font-size: 1.9rem;
}
footer p {
  font-size: 15px;
  font-size: 1.5rem;
}
footer .container{
  width:95%;
}
.footer-1 {
  width: 16%;
  margin: 20px 2% 40px 0;
}
.footer-2 {
  width: 30%;
  margin: 13px 2% 0 0;
}
.footer-3 {
    width: 50%;
    margin: 11px 0 20px;
    padding:0;
    border-top: none;
}
.agent {
    width: 58%;
    margin: 0 2% 0 0;
}
.agent:nth-of-type(2) {
    width: 40%;
    margin: 0;
}
.intro {
    padding: 50px 0;
}


.leasing__overlay-img {
  width: 40%;
  float:left;
  margin: 0 auto 20px;
}
.leasing__overlay-text {
  width: 55%;
  float:right;
}

.section__overlay {
  margin: -80px auto 20px;
}
.section__overlay h2 {
    font-size: 38px;
    font-size: 3.8rem;
}
.section__overlay p {
    font-size: 17px;
    font-size: 1.7rem;
}
.title__block {
    margin: 0 auto 20px;
}
.sub__intro p {
    font-size: 25px;
    font-size: 2.5rem;
}

}

@media only screen and (min-width: 1000px){
.intro__logo {
    margin: 30px auto;
}
.seperator__x2 {
  display:none;
}
.seperator, .seperator__x3 {
  display:block;
}
.ren__block {
  width: 31%;
  margin: 0 3.4% 20px 0;
  clear:none;
}
.ren__block p {
  font-size:15px;
  font-size:1.5rem;
}
.ren__block-2 {
  float:left;
  margin: 0 0 20px 0;
}
.ren__block-3 {
  float:right;
  margin: 0 0 20px 0;
}
.ren__block-4 {
  float: left;
  width: 41%;

}
.ren__block-5 {
  width: 32%;
  margin: 0 0 20px 0;
}
.ren__block-6 {
  width:18%;
  float:right;
  margin: 0 0 20px 0;
}
.ren__block img {
  width: 100%;
}


.inner .townmap {
    width: 800px;
    margin: 40px auto 100px;
}
.townmap__pull-one {
  top: -25px;
  width: 340px;
  right: -30px;
}
.townmap__pull-two {
  top: 405px;
  width: 220px;
  right: -30px;
}
.townmap__pull-three {
  top: 335px;
  width: 280px;
  left: -65px;
}
.townmap__pull-four {
  top: -25px;
  width: 260px;
  left: -70px;
}
.townmap__pull-five {
top: 425px;
    width: 230px;
    left: 300px;
}

.centre__cluster li {
    margin: 0 0 20px 0;
    font-size: 19px;
    font-size: 1.9rem;
}
.centre__cluster p {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.5;
    margin-bottom:20px;
}
}


@media only screen and (min-width: 1160px){

.centre__cluster .download__block {
  display:block;
      float: left;

}
}
@media only screen and (min-width: 1240px){
/*------------------------------------*\
  $misc
\*------------------------------------*/
.hook {
  top:-48px;
}

.header {
    height: 95px;
}
.header__mov{
    height: 48px;
}
.header__logo {
  width: 180px;
}
.header__nav {
    top: 46%;
}
.header__mov .header__logo {
    width: 100px;
}
.header__mov .header__nav {
    top: 57%;
}

.footer-1 {
    width: 13%;
}
.footer-2 {
    width: 21%;
    margin: 13px 9% 0 0;
}
.footer-3 {
    width: 55%;
    margin: 11px 0 40px;
}
footer h4 {
  display:block;
}
.agent {
    width: 48%;
  margin: 0 4% 0 0;
}
.agent:nth-of-type(2) {
    width: 48%;
  margin: 0;
}
.agents__logo {
  float: left;
  width: 33%;
  margin: 0 6% 0 0;
}
.agent__details {
    width: 55%;
    float: left;
    text-align: left;
}


.feature__img {
  height: 250px;
}
.title__block h2 {
    font-size: 35px;
    font-size: 3.5rem;
    margin: 18px 0;
}
.feature-three .title__block h2 {
    font-size: 50px;
    font-size: 5rem;
    margin: 18px 0;
}

.homeleasing-img {
    width: 45%;
    margin: 14px -10% 0 0;
}
.homeleasing__text {
    width: 65%;
    padding: 30px 30px 30px 120px;
}


.inner .townmap {
    width: 1000px;
    margin: 160px auto 250px;
}
.townmap__pull-img {
    display: block;
}
.townmap__pull-one {
  top: -125px;
  width: 380px;
  right: 210px;
}
.townmap__pull-two {
    top: 485px;
    width: 280px;
    right: -60px;
}
.townmap__pull-three {
    top: 415px;
    width: 330px;
    left: -65px;
}
.townmap__pull-four {
    top: -75px;
    width: 340px;
    left: -70px;
}
.townmap__pull-five {
    top: 530px;
    width: 310px;
    left: 370px;
}
.townmap__pull-six {
  position: absolute;
  z-index: 1;
  display: block;
  top: -175px;
  width: 250px;
  right: -110px;
}


.keyinfo__fact {
    margin: 0 1.1% 0;
    padding:35px 5px;
}
.keyinfo__fact-text p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
}
.keyinfo__fact .keyinfo__fact-img {
    width: 55%;
}

.keyinfo__fact-nine .keyinfo__fact-img {
    width: 46%;
}
.keyinfo__fact-one, .keyinfo__fact-two, .keyinfo__fact-four, .keyinfo__fact-five, .keyinfo__fact-seven, .keyinfo__fact-eight {
    border-right:1px solid rgb(0,173,184);
}
.keyinfo__fact-five .keyinfo__fact-img, .keyinfo__fact-six .keyinfo__fact-img {
    width: 56.2%;
}

.townmap__pull p {
    font-size: 18px;
    font-size: 1.8rem;
}
.townmap__pull h3 {
    font-size: 21px;
    font-size: 2.1rem;
}


.centre__cluster-text {
    width: 39%;
    margin-top:1%;
}
.centre__cluster-imgs {
    width: 55%;
}
.centre__cluster li {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-size: 2rem;
}
.inner .section .container {
    padding: 80px 0;
}

}

@media only screen and (min-width: 1340px){

.townmap__pull-six {
    position: absolute;
    z-index: 1;
    display: block;
    top: -155px;
    width: 250px;
    right: -150px;
}
}
/* Retina*/
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
	
}