/******************************************************************************************/
/* core css
/******************************************************************************************/
/******************************************************************************************/
/* html5 reset
/******************************************************************************************/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  position: relative;
  line-height: 1;
  min-height: 100%;
  -webkit-tap-highlight-color: #eff8f7;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: block;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@font-face {
  font-family: 'texgyreadventorregular';
  src: url('../fonts/texgyreadventor-regular-webfont.eot');
  src: url('../fonts/texgyreadventor-regular-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'), url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'), url('../fonts/texgyreadventor-regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/******************************************************************************************/
/* Font variables
/******************************************************************************************/
/******************************************************************************************/
/* colours
/******************************************************************************************/
/******************************************************************************************/
/* ie7 inline block fix
/******************************************************************************************/
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/******************************************************************************************/
/* border radius
/******************************************************************************************/
/******************************************************************************************/
/* box sizing
/******************************************************************************************/
/******************************************************************************************/
/* transitions
/******************************************************************************************/
/******************************************************************************************/
/* helper classes
/******************************************************************************************/
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clearb {
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.ie7 .clearfix {
  zoom: 1;
}
/******************************************************************************************/
/* TYPO
/******************************************************************************************/
body {
  font-family: arial, helvetica, sans-serif;
  color: #434343;
  font-size: 12px;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
h1 {
  font-family: 'texgyreadventorregular';
  font-size: 22px;
}
h2 {
  font-family: 'texgyreadventorregular';
  font-size: 20px;
}
h3 {
  font-family: 'texgyreadventorregular';
  font-size: 16px;
}
h4 {
  font-family: 'texgyreadventorregular';
  font-size: 14px;
  font-weight: bold;
}
p,
li,
dt,
dd,
label {
  line-height: 21px;
  color: #6b6b6b;
  font-size: 14px;
}
p,
li,
ul.square-bullets {
  margin: 20px 0 0 0;
}
article ul.square-bullets {
  margin: 20px 0;
}
a {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  text-decoration: none;
}
b {
  font-weight: bold;
}
ul.square-bullets li {
  padding-left: 30px;
  margin-top: 8px;
  background: url(../images/square-bullet.png) left center no-repeat;
}
figcaption {
  color: #a09f9f;
  font-size: 12px;
  margin: 10px 0 0 0;
  width: 400px;
}
.blue-arrow-link {
  display: block;
  float: left;
  clear: both;
  text-decoration: none;
  color: #00407a;
  background: url("../images/blue-arrow.png") 100% 5px no-repeat;
  padding: 0 15px 0 0;
  text-transform: uppercase;
  line-height: 21px;
}
.blue-arrow-link.back {
  background: url(../images/back-arrow.png) 0 50% no-repeat;
  padding: 0 0 0 15px;
}
.back-link {
  padding-top: 15px;
}
p .blue-arrow-link {
  float: none;
  clear: none;
  padding: 0;
  display: inline-block;
  padding-right: 15px;
}
.green-arrow-htag {
  background: url("../images/green-arrow.png") 100% 2px no-repeat;
  line-height: 24px;
}
.underline {
  border-bottom: 1px solid #cacbcb;
  padding: 0 0 20px 0;
}
#similar-items > li {
  position: relative;
  background: none !important;
  padding: 0 !important;
  overflow: hidden;
}
#similar-items > li li {
  padding: 0 0 0 20px !important;
}
#similar-items .image {
  height: 151px;
  overflow: hidden;
  padding-bottom: 20px;
}
#similar-items .landscapehelper {
  float: none;
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  width: 1000px;
  margin-left: -500px;
  text-align: center;
  height: 151px;
}
#similar-items .landscapehelper img {
  margin: 0 auto;
  width: auto;
  min-width: 102px;
  max-width: none;
  height: 151px;
}
#similar-container h2.underline,
#properties-landing h2.underline {
  border-top: 1px solid #cacbcb;
  margin-top: 30px;
  padding: 20px 0;
  background-position: 100% 50%;
}
#properties-landing h2.underline {
  margin-top: 0;
  margin-bottom: 20px;
}
.property-description {
  width: 475px;
  float: left;
}
.intro-text {
  font-size: 18px;
  line-height: 28px;
  color: #434343;
}
.intro-text:first-child {
  margin-top: 0;
}
.quoter {
  clear: both;
  padding: 30px;
  margin: 30px 0;
  text-align: center;
}
.quoter p {
  font-family: 'texgyreadventorregular';
  font-size: 26px;
  line-height: 36px;
  color: #00937e;
  margin: 0;
  position: relative;
}
.quoter p:before,
.quoter p:after {
  content: "";
  display: inline-block;
  background-image: url(../images/quoter.png);
  position: absolute;
}
.quoter p:before {
  top: -10px;
  left: -30px;
  width: 35px;
  height: 28px;
  background-position: -1px -1px;
}
.quoter p:after {
  right: -30px;
  bottom: -10px;
  width: 27px;
  height: 21px;
  background-position: -1px -30px;
}
.quoter span {
  display: block;
  margin-top: 15px;
  color: #a09f9f;
}
.or {
  display: block;
  width: 48px;
  line-height: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  background: #027162;
  font-family: 'texgyreadventorregular';
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.contact-drop .or {
  position: absolute;
  left: -24px;
  top: 66px;
}
.phone {
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url("../images/phone.png") 0 2px no-repeat;
  margin: 40px 0 0 0;
  padding: 0 0 0 30px;
}
.email {
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url("../images/email.png") 0 50% no-repeat;
  margin: 40px 0 0 0;
  padding: 0 0 0 30px;
}
.map-initial {
  margin: 20px 0 30px;
}
.enlarge-map {
  font-size: 11px;
}
.enlarge-map:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 11px;
  background: url(../images/enlarge-map.png);
  margin-right: 10px;
  vertical-align: middle;
}
/******************************************************************************************/
/* FORMS
/******************************************************************************************/
input[type=text],
input[type=email],
input[type=url],
textarea {
  height: 40px;
  text-indent: 10px;
  border: 1px solid #d5d1d1;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  color: #9e9e9e;
}
.green-btn,
input[type=submit],
button {
  margin: 10px 0 0 0;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #027162;
  border: 1px solid #027162;
  font-family: 'texgyreadventorregular';
  font-size: 14px;
  border-radius: 2px;
  text-decoration: none;
  padding: 0 30px;
}
.green-btn:hover,
input[type=submit]:hover,
button:hover {
  background-color: #fff;
  color: #027162;
}
.green-btn.download-pdf {
  float: right;
  margin: 21px 20px 18px 0;
  padding: 0 15px;
}
.add-to-portfolio-btn,
.download-pdf-btn {
  margin: 5px 0 0 0;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #00407a;
  background: #fff;
  border: 1px solid #00407a;
  font-family: 'texgyreadventorregular';
  font-size: 14px;
  border-radius: 2px;
  text-decoration: none;
  padding: 0 16px;
}
.add-to-portfolio-btn:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/add-to-portfolio-btn.png);
  margin-right: 10px;
  vertical-align: middle;
}
.download-pdf-btn:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/download-pdf.png);
  margin-right: 10px;
  vertical-align: middle;
}
.select-holder {
  position: relative;
  float: left;
  height: 38px;
  margin: 6px;
  border: 1px solid #cac8c9;
  width: 166px !important;
  background: url("../images/select-arrow.gif") 90% 50% #ffffff no-repeat;
}
.select-holder select {
  position: absolute;
  left: 0;
  top: 0;
  height: 38px;
  -webkit-appearance: menulist-button;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 166px !important;
}
.select-holder .select {
  font-family: 'texgyreadventorregular';
  font-size: 12px;
  color: #434343;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  height: 38px;
  display: block;
  line-height: 38px;
  text-indent: 10px;
  width: 166px !important;
}
.checkbox-holder {
  width: 21px;
  height: 21px;
  display: block;
  float: left;
  position: relative;
  margin-right: 10px;
}
.checkbox-holder span.checkbox {
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(../images/checkbox.png);
}
#request-callback-checkbox {
  width: auto !important;
}
#contact-form #request-callback-checkbox label {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  display: block;
}
.range-label {
  padding: 10px 0 0 5px;
}
.range-label label {
  color: #fff;
  font-family: 'texgyreadventorregular';
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle;
}
.range-label input[type=text] {
  color: #fff;
  height: auto;
  background: none transparent;
  border: 0px;
  font-family: 'texgyreadventorregular';
  font-size: 14px;
}
.ui-slider {
  float: left;
  background: #fff;
  clear: both;
  height: 10px;
  width: 288px;
  position: relative;
  margin: 10px 5px;
  border-radius: 7px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.6);
}
.ui-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  background: #00937e;
  border-radius: 7px;
}
.ui-slider-handle {
  background: url("../images/slide-btn.png") 0 0 no-repeat;
  width: 26px;
  height: 25px;
  position: absolute;
  z-index: 3;
  top: -7px;
  margin-left: -13px;
}
input[type=submit].slider-submit {
  float: left;
  margin: 10px 0 0 5px;
}
.slider-strapline {
  font-size: 12px;
  color: #fff;
  float: left;
  clear: both;
  margin: 14px 0 0 5px;
}
.contact-form {
  float: left;
  width: 274px;
  margin: 20px 0 0 0;
  padding: 0 80px 0 106px;
}
.contact-form input[type=text] {
  border: 0px;
  width: 274px;
  display: block;
  margin: 6px 0 0 0;
}
.contact-form input[type=submit] {
  margin: 10px 0 0 0;
  display: block;
  height: 40px;
  padding: 0 22px;
  color: #fff;
  background: #027162;
  border: 0px;
  font-family: 'texgyreadventorregular';
  font-size: 14px;
  border-radius: 2px;
}
.tel-box {
  text-align: center;
  color: #fff;
  font-family: 'texgyreadventorregular';
  font-size: 20px;
  float: left;
  line-height: 28px;
  margin: 30px 0 0 0;
  border-left: 1px solid #027162;
  padding: 30px 0 30px 80px;
  position: relative;
}
.search {
  background: rgba(26, 50, 72, 0.3);
  float: left;
  margin: 7px 0 0 0;
}
.search input[type=submit] {
  border: 1px solid #6b717a;
  display: block;
  width: 36px;
  height: 36px;
  background: url("../images/search-glass.png") 50% 50% no-repeat transparent;
  float: left;
  padding: 0;
  border-radius: 0px;
  margin: 0;
}
.search input[type=text] {
  background: none transparent;
  border: 1px solid #6b717a;
  border-left: 0px;
  display: block;
  float: left;
  height: 32px;
  width: 200px;
}
#contact-form {
  padding-top: 30px;
}
#contact-form label,
#contact-form input[type=text],
#contact-form input[type=email],
#contact-form textarea {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
#contact-form div.select-holder {
  margin: 0 0 15px 0;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  background-position: 97% 50%;
  background-color: #fafafa;
}
#contact-form div.select-holder select,
#contact-form div.select-holder span {
  width: 100% !important;
}
#contact-form div.tab-index {
  width: 350px;
}
#contact-form div.tab-index.pad-left {
  width: 330px;
  padding-left: 20px;
}
#contact-form div.tab-index.clearb {
  width: 700px;
}
#contact-form div.tab-index.clearb textarea {
  min-width: 100%;
  max-height: 100%;
  min-height: 150px;
}
#contact-form label {
  font-family: 'texgyreadventorregular';
  font-size: 16px;
  margin-bottom: 5px;
}
#contact-form input[type=text],
#contact-form input[type=email],
#contact-form textarea {
  margin-bottom: 15px;
  background: #fafafa;
}
/******************************************************************************************/
/* TABLES
/******************************************************************************************/
table {
  border-collapse: collapse;
}
th,
td {
  text-align: left;
  padding: 20px 25px;
}
.data-table {
  border: 1px solid #00937e;
}
.data-table th,
.data-table td {
  font-family: 'texgyreadventorregular';
  font-size: 14px;
  border-right: 1px solid #027162;
  color: #6b6b6b;
}
.data-table th {
  background: #00937e;
  color: #fff;
}
.data-table tr:nth-child(even) td {
  background: #f1f1f1;
}
/******************************************************************************************/
/* GLOBAL STYLES
/******************************************************************************************/
.hash-top {
  background: url("../images/hash-line.gif") 0 0 repeat-x;
  margin-top: 20px;
}
.small-icons {
  display: block;
  padding: 0 0 0 20px !important;
  margin: 8px 0 0 0;
  line-height: 22px;
}
.location {
  background: url("../images/location.png") 0 50% no-repeat !important;
}
.size {
  background: url("../images/size.png") 0 50% no-repeat !important;
}
.type {
  background: url("../images/type.png") 0 50% no-repeat !important;
}
.angled-head {
  display: block;
  color: #027162;
  font-family: 'texgyreadventorregular';
  font-size: 22px;
  background: #fff;
  text-align: center;
  line-height: 48px;
  border-bottom: 5px solid #008772;
  position: relative;
}
.angled-head:after {
  content: "";
  display: block;
  height: 30px;
  width: 15px;
  background: url("../images/angle-head.png") 0 0 no-repeat;
  position: absolute;
  left: 0;
  bottom: -15px;
}
#listing-tab-links {
  border-bottom: 1px solid #c4c4c4;
}
#listing-tab-links li {
  display: block;
  float: left;
  border: 1px solid #c4c4c4;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
#listing-tab-links li a {
  display: block;
  padding: 12px 25px;
  font-family: 'texgyreadventorregular';
  font-size: 18px;
  background: #f1f1f1;
  border-radius: 4px 4px 0 0;
}
#listing-tab-links li.active {
  position: relative;
  top: 1px;
  margin-top: 14px;
}
#listing-tab-links li.active a {
  padding: 15px 25px;
  background: #fff;
  color: #00407a;
}
#detail-tab-links {
  clear: both;
  margin-bottom: 0;
}
#detail-tab-links li {
  display: block;
  float: left;
  width: 33%;
}
#detail-tab-links li a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #00937e;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-right: 1px solid #027162;
}
#detail-tab-links li a:hover {
  background: #008d79;
}
#detail-tab-links li:last-child a {
  border-right: none;
}
#detail-tab-links li.active a {
  cursor: default;
  background: #fff;
  color: #00937e;
  border: 2px solid #00937e;
  height: 56px;
  line-height: 56px;
}
.detail-tabs {
  border: 2px solid #00937e;
  border-top: none;
  width: 98.5%;
  overflow: hidden;
}
.tab-links {
  float: none !important;
}
.tab-links li {
  background: none !important;
  padding: 0 !important;
}
#availability-tab a {
  font-family: 'texgyreadventorregular';
}
.availability-key {
  padding: 20px 10px;
  font-family: 'texgyreadventorregular';
  position: relative;
}
.availability-key .key-title {
  font-weight: bold;
  float: left;
  font-size: 16px;
  color: #000;
  margin: 2px 10px 0 0;
}
.availability-key ul {
  float: left;
  width: auto!important;
  clear: none!important;
}
.availability-key li {
  list-style: none;
  padding: 0 !important;
  margin: 0 0 0 20px;
  float: left;
  background: none !important;
}
.availability-key li:first-child {
  margin: 0;
}
.availability-key li.vacant span {
  background: #77bca9;
}
.availability-key li.let span {
  background: #a1afb5;
}
.availability-key li.meeting span {
  background: #5fcbcd;
}
.availability-key li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 0px;
  border: 1px solid #6b6b6b;
}
.availability-key .green-btn {
  position: absolute;
  right: 10px;
  top: 0;
}
.block_img {
  display: block;
  width: 100%;
  height: auto;
}
.items-reults-list {
  float: none !important;
  width: 100%;
}
.items-reults-list > li {
  border-bottom: 1px solid #D8D8D8;
  padding: 20px 0 !important;
  background: none !important;
  overflow: hidden;
  margin: 0;
}
.items-reults-list > li .image {
  float: left;
  position: relative;
  width: 160px;
  height: 115px;
  overflow: hidden;
}
.items-reults-list > li .image img {
  width: 100%;
  float: none!important;
}
.items-reults-list > li .image .landscapehelper {
  float: none;
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  width: 1000px;
  margin-left: -500px;
  text-align: center;
  height: 115px;
}
.items-reults-list > li .image .landscapehelper img {
  margin: 0 auto;
  width: auto;
  min-width: 102px;
  max-width: none;
  height: 115px;
}
.items-reults-list > li div.fleft {
  padding-left: 20px;
}
.items-reults-list > li div.fright {
  width: 130px;
}
.items-reults-list > li div.fright a {
  display: block;
  text-align: center;
}
.items-reults-list > li div.fright a:hover {
  color: #00407a;
  text-decoration: none !important;
}
.items-reults-list > li div.fright a.green-btn {
  margin-bottom: 10px;
}
.items-reults-list > li div.fright a:not(.green-btn):hover {
  text-decoration: underline;
}
.items-reults-list > li h3 a {
  text-decoration: none;
  font-size: 20px;
}
.items-reults-list > li h3 a:hover {
  text-decoration: underline;
}
#properties-listing .items-reults-list div.fright a:not(.green-btn),
#my-portfolio .items-reults-list div.fright a:not(.green-btn) {
  text-align: right;
  color: #00407a;
}
#properties-listing .items-reults-list a.underline,
#my-portfolio .items-reults-list a.underline {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#properties-listing .items-reults-list a.green-btn,
#my-portfolio .items-reults-list a.green-btn {
  margin-bottom: 20px;
}
.modal-cover {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -ms-transition: opacity .3s;
  transition: opacity .3s;
}
.no-rgba .modal-cover {
  background-image: url(../images/modal-bg.png);
  background-repeat: repeat;
}
.modal-cover.active {
  z-index: 999;
  top: 0;
  opacity: 1;
}
.modal {
  width: 400px;
  padding: 25px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  top: -200%;
  left: 50%;
  margin-left: -225px;
  -webkit-transition: top .3s;
  -moz-transition: top .3s;
  -o-transition: top .3s;
  -ms-transition: top .3s;
  transition: top .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}
.modal-cover.active .modal {
  top: 20px;
}
#book-a-meeting-room h2 {
  color: #00937e;
  margin: 0 0 20px 0;
}
#book-a-meeting-room .book-meeting-content {
  background: #f1f1f1;
  border: 1px solid #a09f9f;
  border-top: none;
  padding: 20px;
}
#book-a-meeting-room h3 {
  padding: 20px;
  margin: 0;
  background: #00937e;
  color: #fff;
  border-bottom: 1px solid #027162;
}
#book-a-meeting-room ul {
  position: absolute;
  left: 0;
}
#book-a-meeting-room .select-holder.site ul {
  top: 33px;
}
#book-a-meeting-room .select-holder.room-type ul {
  top: 33px;
}
#book-a-meeting-room .book-time-from,
#book-a-meeting-room .book-time-to {
  position: relative;
}
#book-a-meeting-room .book-time-from ul,
#book-a-meeting-room .book-time-to ul {
  top: 35px;
}
#book-a-meeting-room .book-date-from,
#book-a-meeting-room .book-date-to {
  position: relative;
}
#book-a-meeting-room .book-date-from ul,
#book-a-meeting-room .book-date-to ul {
  top: 57px;
}
#book-a-meeting-room .select-holder.site span.select {
  width: 224px !important;
}
#book-a-meeting-room .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}
#book-a-meeting-room .book-your-details {
  position: relative;
}
#book-a-meeting-room .book-your-details ul {
  top: 37px;
  left: 2px;
}
#book-a-meeting-room li {
  font-size: 12px;
  color: #f00;
  margin: 0;
}
#book-a-meeting-room .select-holder,
#book-a-meeting-room .select-holder > span,
#book-a-meeting-room .select-holder select,
#book-a-meeting-room input[type=text],
#book-a-meeting-room input[type=email] {
  float: none;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
#book-a-meeting-room input[type=text],
#book-a-meeting-room input[type=email],
#book-a-meeting-room .select-holder {
  margin-bottom: 20px;
}
#book-a-meeting-room div.select-holder {
  background-position: 96% center;
  margin: 0 0 20px 0;
}
#book-a-meeting-room label {
  display: block;
}
#book-a-meeting-room div.fleft,
#book-a-meeting-room div.fright {
  width: 169px;
  margin: 0 0 15px;
}
#book-a-meeting-room div.fleft {
  padding-right: 10px;
}
#book-a-meeting-room div.fright {
  padding-left: 10px;
}
#book-a-meeting-room .book-meeting-back {
  float: left;
  display: block;
  line-height: 40px;
  font-family: 'texgyreadventorregular';
  font-size: 16px;
  margin-top: 10px;
  color: #747474;
}
#book-a-meeting-room .required-notice {
  display: block;
  text-align: right;
  padding: 0 0 10px 0;
  font-family: 'texgyreadventorregular';
  font-size: 12px;
  color: #747474;
}
fieldset#step-2 .book-meeting-content,
fieldset#step-3 {
  display: none;
}
fieldset#step-3 {
  padding: 30px;
  text-align: center;
}
fieldset#step-3 h2 {
  font-size: 38px;
}
fieldset#step-3 p {
  font-family: 'texgyreadventorregular';
  font-size: 18px;
  line-height: 28px;
  color: #00937e;
  margin-bottom: 20px;
}
#space-calculator {
  width: 700px;
  margin-left: -365px;
}
#calculator-head {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
#calculator-head img {
  display: block;
  float: left;
  margin-right: 10px;
}
#calculator-head h2 {
  font-size: 34px;
  color: #00937e;
}
#calculator-head p {
  margin: 0;
  font-family: 'texgyreadventorregular';
  font-size: 16px;
  color: #a09f9f;
}
#calculator-form fieldset {
  padding: 20px;
  background: #00937e;
  border-radius: 2px;
  margin-bottom: 10px;
  overflow: hidden;
}
#calculator-form fieldset div.select-holder,
#calculator-form fieldset div.select-holder select,
#calculator-form fieldset div.select-holder > span {
  width: 260px !important;
}
#calculator-form fieldset div.select-holder {
  background-position: 94% 50%;
}
#calculator-form fieldset div.select-holder,
#calculator-form fieldset .qty-holder,
#calculator-form fieldset .area-holder {
  display: block;
  float: left;
  margin-right: 30px;
}
#calculator-form fieldset input[type=text] {
  padding: 0;
  position: relative;
  top: 4px;
  width: 70px;
  text-align: center;
  text-indent: 0;
}
#calculator-form fieldset p,
#calculator-form fieldset p span b {
  margin: 0;
  font-size: 22px;
}
#calculator-form fieldset .qty-holder span,
#calculator-form fieldset .area-holder span {
  font-family: 'texgyreadventorregular';
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding-top: 3px;
}
#calculator-form fieldset .qty-holder span {
  position: relative;
  top: 5px;
}
#calculator-form fieldset .remove-space {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/remove-space.png);
  text-indent: -9999px;
  float: right;
  position: relative;
  top: 17px;
}
#calculator-form #add-space {
  display: block;
  text-align: center;
  padding: 15px 0;
  background: #f1f1f1;
  font-family: 'texgyreadventorregular';
  font-size: 16px;
  color: #999;
}
#calculator-form #add-space:hover {
  background: #ddd;
}
#calculator-form > div.clearb {
  text-align: right;
  padding: 10px 0;
}
#calculator-form > div.clearb .blue-text-link {
  color: #00407a;
  margin-right: 10px;
  font-family: 'texgyreadventorregular';
  font-size: 14px;
}
#calculator-form p.advice {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  text-align: center;
  font-family: 'texgyreadventorregular';
  font-size: 16px;
}
#calculator-form p.advice a {
  text-decoration: underline;
}
#total-space {
  margin-top: 30px;
}
#total-space:before,
#total-space:after {
  content: "";
  display: block;
  height: 7px;
  background: url(../images/hash-line.gif);
  clear: both;
}
#total-space:before {
  margin-bottom: 30px;
}
#total-space p {
  margin: 0 0 23px 0;
  font-family: 'texgyreadventorregular';
  font-size: 20px;
}
#total-space p.fleft,
#total-space p.fright span {
  color: #00937e;
}
#total-space p.fright span b {
  font-weight: bold;
  font-size: 30px;
}
.modal-close-cross {
  display: block;
  width: 27px;
  height: 25px;
  background: url(../images/modal-close.png);
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: -9999px;
}
#office-locations {
  position: relative;
  background: #00937e;
  margin-top: -50px;
}
.office-location {
  float: left;
  width: 25%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.office-location h4 {
  background: #00937e;
  padding: 0 20px;
  font-size: 13px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  border-right: 1px solid #027162;
}
.office-location address {
  height: 0;
  padding: 0 20px;
  background: #027162;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.office-location address p {
  margin: 0;
  color: #fff;
  font-family: 'texgyreadventorregular';
  font-size: 14px;
}
.office-location:hover {
  margin-top: -160px;
}
.office-location:hover address {
  height: 120px;
  padding: 20px;
}
.office-location:last-child h4,
.office-location:last-child address {
  border-right: none;
}
.office-info {
  padding: 20px;
  background: #00937e;
  border-right: 1px solid #027162;
}
.office-info li {
  margin: 0;
  color: #fff;
}
/******************************************************************************************/
/* LAYOUT
/******************************************************************************************/
.inner {
  width: 940px;
  margin: auto;
}
.double {
  width: 616px;
  float: left;
  margin: 0 0 0 34px;
}
.single {
  width: 290px;
  float: left;
  margin: 0 0 0 34px;
}
.single:first-child,
.double:first-child {
  margin-left: 0;
}
.main-grid {
  width: 700px;
  float: left;
}
.main-grid.prop-search-listing {
  float: none;
  margin: 0 auto;
}
.main-grid .single {
  width: 333px;
}
.side-grid {
  width: 220px;
  float: right;
}
.align-left {
  float: left;
  margin: 0 20px 0 -40px;
}
.align-right {
  float: right;
  margin: 0 0 0 20px;
}
figure.align-left,
figure.align-right {
  margin-top: 20px;
}
.intro {
  padding: 34px 0 0 0;
}
.margin-top {
  margin-top: 45px;
}
.contact-drop {
  width: 100%;
  background: url("../images/contact_bg.gif") 50% 0 no-repeat;
  height: 316px;
  display: none;
  overflow: auto;
}
.contact-drop .contact-header {
  font-family: 'texgyreadventorregular';
  font-size: 24px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 25px 0 0 0;
}
.contact-drop .contact-form {
  margin: 8px 0 0 0;
}
.contact-drop form li {
  margin: 4px 0 -10px 0;
  font-size: 12px;
  color: #fff;
}
#errors {
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  background: #096;
  font-family: 'texgyreadventorregular';
  font-size: 18px;
}
#errors.red {
  background: #b00;
}
.big-image {
  background: url("../images/big-image.jpg") 50% 0 no-repeat;
  background-size: cover;
  height: 545px;
  display: block;
  position: relative;
}
.image-strip {
  background: url("../images/big-image.jpg") 50% 0 no-repeat;
  background-size: cover;
  height: 340px;
  display: block;
  position: relative;
}
#make-enquiry {
  position: relative;
  padding: 20px;
  background: url(../images/make-an-enquiry.png) 0 50%;
  background-size: 100% 100%;
}
#make-enquiry .angled-head {
  font-size: 16px;
}
#make-enquiry .phone,
#make-enquiry .email {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin: 0;
  display: block;
}
#make-enquiry .email {
  display: block;
  vertical-align: middle;
  border-bottom: 1px solid #027162;
  padding-bottom: 15px;
  margin-bottom: 20px;
  background-position: 0 7px;
}
#make-enquiry .phone {
  margin-top: 10px;
}
#make-enquiry p {
  color: #fff;
  font-family: 'texgyreadventorregular';
  font-size: 18px;
  font-weight: bold;
}
#make-enquiry p span {
  font-weight: normal;
  font-size: 70%;
  display: block;
}
#make-enquiry p.a {
  font-weight: normal;
  text-align: center;
  margin: 0;
  font-size: 14px;
  color: #8BD3C9;
}
#make-enquiry .or {
  margin: 20px auto;
}
#make-enquiry .green-btn {
  font-size: 12px;
  display: block;
}
.get-in-touch {
  padding: 20px;
  background: url("../images/half-green-bg.gif") 50% 50% no-repeat;
  border-radius: 2px;
}
.get-in-touch p {
  color: #fff;
  font-family: 'texgyreadventorregular';
  font-size: 16px;
  padding-bottom: 10px;
}
.get-in-touch .green-btn {
  margin: 15px 0 0 0;
  display: block;
}
.aside-block {
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  background: #f7fafa;
  margin: 28px 0 0 0;
}
.aside-block:first-child {
  margin: 0;
}
.aside-header {
  padding: 18px;
  border-bottom: 1px solid #d7d7d7;
}
.aside-links {
  font-family: 'texgyreadventorregular';
  font-size: 14px;
  padding: 18px;
}
.aside-links li {
  line-height: 18px;
  padding: 0 0 0 24px;
  margin: 20px 0 0 0;
}
.aside-links li a {
  color: #434343;
  text-decoration: none;
}
.aside-links li.active {
  background: url("../images/aside-active.png") 0 50% no-repeat;
}
.aside-links li.active a {
  color: #00407a;
}
.aside-links li:first-child {
  margin: 0;
}
.page-assets li {
  background: url("../images/document-icon.png") 0 50% no-repeat;
}
.page-assets .dl {
  display: block;
  font-size: 10px;
  text-decoration: underline;
}
#use-calc,
#book-meeting-room {
  padding: 20px;
}
#use-calc h4,
#book-meeting-room h4 {
  font-family: 'texgyreadventorregular';
  font-size: 16px;
  font-weight: normal;
  color: #797676;
}
#use-calc {
  position: relative;
}
#use-calc h4 {
  float: left;
  width: 120px;
  line-height: 1.3;
  margin-bottom: 45px;
  font-size: 18px;
}
#use-calc img {
  position: absolute;
  right: 20px;
  top: 20px;
}
#use-calc a {
  clear: both;
  display: block;
  text-align: center;
  font-family: 'texgyreadventorregular';
  font-size: 11px;
  line-height: 21px;
  font-weight: bold;
  text-decoration: underline;
  color: #666;
  background: url(../images/green-arrow.png) right center no-repeat;
  padding-right: 15px;
}
#book-meeting-room {
  text-align: center;
}
#book-meeting-room h4 {
  margin-bottom: 20px;
}
#book-meeting-room .green-btn {
  display: block;
}
/******************************************************************************************/
/* LISTS
/******************************************************************************************/
.property-description + p {
  clear: both;
}
.property-description + p:before {
  content: '';
  display: block;
  clear: both;
  margin-top: 1rem;
  float: left;
  width: 100%;
}
.main-grid ul {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 1rem;
}
.main-grid ul li {
  background: url('../images/list-bullet-square.png') 0 4px no-repeat;
  padding: 0 0 0 28px;
}
.nofloat .main-grid ul {
  float: none !important;
}
.main-grid #brochure-tab {
  padding: 0 20px 20px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
.main-grid #brochure-tab ul li {
  background: url('../images/download.png') 0 50% no-repeat;
}
/******************************************************************************************/
/* NAVIGATIONS
/******************************************************************************************/
.utility {
  height: 50px;
  width: 100%;
  background: url("../images/hash-bg.png");
  display: block;
}
.utility-nav {
  float: right;
  font-family: 'texgyreadventorregular';
  font-size: 13px;
  margin: 7px 0 0 0;
}
.utility-nav li {
  margin: 0 0 0 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.utility-nav li a {
  color: #fff;
  text-decoration: none;
}
.utility-nav li a:hover {
  text-decoration: underline;
}
.utility-nav .callback-btn a {
  border: 1px solid #fff;
  background: #1a3248;
  line-height: 34px;
  display: block;
  padding: 0 20px;
}
.white-strip {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  /* IE6-9 */
  height: 76px;
  width: 100%;
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.2);
}
.logo {
  background: url("../images/langtree.png") 0 0 no-repeat;
  width: 181px;
  height: 60px;
  display: block;
  text-indent: -9999px;
  margin: 7px 0 0 0;
  float: left;
}
.main-nav {
  float: right;
  font-family: 'texgyreadventorregular';
  font-size: 13px;
}
.main-nav li {
  margin: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 76px;
}
.main-nav a {
  display: block;
  line-height: 76px;
  padding: 0 11px;
  color: #343434;
  text-decoration: none;
}
.main-nav a:hover,
.main-nav a.active {
  color: #00407a;
  box-shadow: inset 0 -5px 0 0 #00407a;
}
.main-nav .last {
  border-left: 1px #c8c8c8 solid;
  border-right: 1px #c8c8c8 solid;
}
.main-nav .last a {
  padding: 0 20px;
}
#breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#breadcrumbs li {
  float: left;
  margin: 0 0 10px 0;
}
#breadcrumbs li a {
  display: block;
  color: #fff;
  font-family: 'texgyreadventorregular';
  font-size: 14px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
#breadcrumbs li a:after {
  content: ">";
  margin: 0 10px;
}
#breadcrumbs li:last-child a {
  font-weight: bold;
}
#breadcrumbs li:last-child a:after {
  content: "";
  margin: 0;
}
.pagination a,
.pagination span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #f1f1f1;
  float: left;
  margin: 20px 10px 0 0;
}
.pagination a:hover {
  border-color: #6b6b6b;
}
.pagination a.current,
.pagination span.current {
  cursor: default;
  background: #00937e;
  border: 1px solid #027162;
  color: #fff;
}
.image-strip {
  background: url("../images/header-image-development-detail.jpg") 50% 0 no-repeat;
  background-size: cover;
}
#map_canvas img {
  max-width: none;
}
/******************************************************************************************/
/* SPECIFICS
/******************************************************************************************/
.homepage-boxes {
  width: 780px;
  margin: 46px auto 0;
}
.homepage-boxes .white-box {
  width: 350px;
  height: 280px;
  padding: 20px;
  background: #fff;
  display: block;
  position: relative;
  float: left;
}
.homepage-boxes .white-box p {
  color: #434343;
}
.homepage-boxes .white-box h1 {
  padding: 0 0 10px;
}
.homepage-boxes .tri-shadow {
  background: url("../images/tri-shadow.png") 0 0 no-repeat;
  width: 21px;
  height: 34px;
  display: block;
  position: absolute;
  right: -15px;
  top: 50%;
  margin: -17px 0 0 0;
  z-index: 2;
}
.homepage-boxes .hash-box {
  width: 350px;
  height: 280px;
  padding: 20px;
  background: url("../images/hash-bg.png");
  display: block;
  position: relative;
  float: left;
}
.homepage-boxes .hash-box h2 {
  color: #fff;
  font-size: 24px;
}
.homepage-boxes .hash-box form {
  width: 360px;
  margin: 14px 0 0 -5px;
}
.homepage-boxes .hash-box form .disabled {
  background-color: #CCC;
}
.ventures-image {
  margin: 20px 0 0 0;
}
.case-study-wrapper {
  overflow: hidden;
  margin: 20px 0 0 0;
}
.case-study-wrapper figure {
  padding: 0;
  margin: 0 0 0 45px;
  float: left;
  width: 98px;
}
.case-study-wrapper figure:first-child {
  margin: 0;
}
.case-study-wrapper figure img {
  border: 1px solid #cacbcb;
}
.case-study-wrapper figcaption {
  font-size: 12px;
  display: block;
  margin: 0;
  width: auto;
  line-height: 1.3;
  padding: 0;
  font-family: 'texgyreadventorregular';
  font-size: 14px;
  color: #000;
  text-align: center;
}
.featured-properties {
  background: url("../images/hash-line.gif") 0 0 repeat-x;
  margin: 40px auto 0;
  padding: 30px 0 0 0;
  position: relative;
}
.featured-properties .bx-controls {
  position: absolute;
  top: 26px;
  right: 0;
  float: left;
}
.featured-properties .bx-prev {
  display: block;
  background: url("../images/arrow-left.png") 50% 50% #00937e no-repeat;
  height: 34px;
  width: 34px;
  float: left;
  text-indent: -9999px;
}
.featured-properties .bx-next {
  display: block;
  background: url("../images/arrow-right.png") 50% 50% #00937e no-repeat;
  height: 34px;
  width: 34px;
  float: left;
  text-indent: -9999px;
  border-left: 1px solid #077465;
}
.featured-properties .bx-viewport {
  margin-top: 30px;
}
.featured-slider {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.featured-slider li {
  margin: 0;
  float: left;
  width: 235px;
}
.featured-slider li .blue-arrow-link {
  margin: 10px 0;
  display: inline-block;
}
.featured-slider li img {
  display: block;
}
.featured-slider li .blue-arrow-link {
  float: none;
}
.property-info {
  padding: 10px;
  border-right: 1px solid #ddd;
}
.featured-slider li:nth-child(4n+0) .property-info {
  border-right: none;
}
.featured-headings {
  font-weight: bold;
  margin: 15px 0 0 0;
}
.news-entry {
  padding: 10px 0;
  border-top: 1px solid #cacbcb;
  margin: 18px 0 0 0;
  line-height: 21px;
}
.news-date {
  font-family: 'texgyreadventorregular';
  font-size: 14px;
  display: block;
  margin: 5px 0 0 0;
}
.big-number {
  color: #00937e;
  font-size: 22px;
}
.news-title {
  display: block;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.news-snippet {
  display: block;
}
#developments .single p {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 10px;
}
.map.developments {
  margin: 20px 0;
}
.map.developments img {
  width: 100%;
}
#developments-landing .single {
  width: 201px !important;
}
#developments-landing .single h2 {
  font-size: 17px !important;
}
.faq-accordion dt {
  font-size: 20px;
  padding: 6px 0;
}
.faq-accordion dt a {
  display: block;
  font-family: 'texgyreadventorregular';
  font-size: 20px;
}
.faq-accordion dt a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/faq-accordion.png) -1px -26px;
  margin-right: 10px;
  vertical-align: middle;
}
.faq-accordion dt a:hover {
  color: #00937e;
}
.faq-accordion dt.active a:before {
  background-position: -1px -1px;
}
.faq-accordion dd {
  padding: 15px 0 15px 35px;
}
.prop-search-form-wrap {
  width: 730px;
  margin: 0 auto;
}
form.development .prop-search-form-wrap {
  width: 540px;
}
#search-for-property {
  width: 720px;
  padding: 20px;
  margin: 5px auto 0 auto;
  background: url('../images/hash-bg.png');
  text-align: center;
}
#search-for-property .select-holder {
  text-align: left;
}
#search-for-property .range-label,
#search-for-property .search-submit {
  display: inline-block;
  vertical-align: middle;
}
#search-for-property .range-label {
  text-align: left;
  width: 320px;
}
.search-strapline {
  display: block;
  width: 410px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  background: url(../images/hash-bg.png) rgba(0, 0, 0, 0.6);
  font-family: 'texgyreadventorregular';
  font-size: 12px;
  color: #fff;
}
.search-strapline a {
  font-weight: bold;
  text-decoration: underline;
}
#search-results-title:before,
#search-results-title:after {
  content: "";
  display: block;
  height: 7px;
  background: url(../images/hash-line.gif);
  clear: both;
}
#search-results-title h2,
#search-results-title span {
  display: block;
  margin: 20px 0;
}
#search-results-title h2 {
  float: left;
  font-size: 28px;
  line-height: 40px;
}
#search-results-title > span {
  float: right;
  width: 100px;
  height: 40px;
  font-family: 'texgyreadventorregular';
  font-size: 14px;
  line-height: 1;
}
#search-results-title > span b {
  font-size: 40px;
  float: left;
  margin-right: 5px;
}
#search-results-title > span span {
  margin-top: 5px;
}
#properties-map {
  position: relative;
  overflow: hidden;
  margin: 30px 0;
}
#properties-map-controls {
  position: absolute;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
#properties-map-controls.active {
  left: 0;
}
#properties-map-controls-items {
  overflow: auto;
  height: 100%;
}
#properties-map-controls-items ul {
  border-right: 1px solid #027162;
}
#properties-map-controls-items ul li {
  padding: 15px;
  margin: 0;
  background: #00937e;
  border-bottom: 1px solid #027162;
}
#properties-map-controls-items ul li:hover {
  cursor: pointer;
  background: #027162;
}
#properties-map-controls-items ul li h5,
#properties-map-controls-items ul li address p {
  color: #fff;
}
#properties-map-controls-items ul li h5 {
  font-family: 'texgyreadventorregular';
  font-size: 18px;
}
#properties-map-controls-items ul li address p {
  font-family: 'texgyreadventorregular';
  font-size: 12px;
}
#properties-map-controls-items ul li h5 span {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 10px;
}
#properties-map-controls-items ul li address {
  padding-left: 38px;
}
#properties-map-controls-items::-webkit-scrollbar {
  width: 7px;
  padding: 10px 0;
  border: none;
  outline: none;
  background: #00937e;
}
#properties-map-controls-items::-webkit-scrollbar-button {
  /* 2 */
}
#properties-map-controls-items::-webkit-scrollbar-track {
  /* 3 */
}
#properties-map-controls-items::-webkit-scrollbar-track-piece {
  /* 4 */
}
#properties-map-controls-items::-webkit-scrollbar-thumb {
  background: #333;
  width: 7px;
  border-radius: 4px;
}
#properties-map-controls-items::-webkit-scrollbar-corner {
  /* 6 */
}
#properties-map-controls-items::-webkit-resizer {
  /* 7 */
}
#open-close-map-controls {
  display: block;
  width: 22px;
  height: 33px;
  background: url(../images/open-close-map-controls.png) -22px 0;
  text-indent: -9999px;
  position: absolute;
  top: 20px;
  right: -40px;
}
#properties-map-controls.active #open-close-map-controls {
  background-position: 0 0;
}
strong {
  font-weight: bold;
}
#detail-header {
  background: url("../images/hash-bg.png");
  margin: 40px auto 0 auto;
  width: 540px;
  position: relative;
}
#detail-header .image {
  position: absolute;
  overflow: hidden;
  top: -20px;
  left: -20px;
  height: 120px;
  width: 160px;
}
#detail-header .image .landscapehelper {
  float: none;
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 1000px;
  margin-left: -500px;
  text-align: center;
  height: 120px;
}
#detail-header .image .landscapehelper img {
  width: auto;
  max-width: none;
  height: 120px;
}
#detail-header h1 {
  color: #fff;
  font-size: 30px;
  margin: 0;
  padding: 20px 0 15px 0;
}
#detail-header h2 {
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 0 0 30px 0;
}
#detail-header h2 span {
  font-size: 65%;
}
#detail-header h1,
#detail-header h2 {
  padding-left: 160px;
}
#detail-header a {
  display: block;
  position: absolute;
  top: -20px;
  right: -70px;
  background: #00937e;
  padding: 15px 30px;
  color: #fff;
  font-family: 'texgyreadventorregular';
  font-size: 16px;
  text-transform: uppercase;
}
#detail-header a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 14px;
  height: 10px;
  background: url(../images/green-spch.png);
}
#detail-intro {
  margin-bottom: 25px;
}
#detail-intro:after {
  content: "";
  display: block;
  clear: both;
  height: 10px;
  background: url(../images/hash-line.gif) repeat-x;
}
#detail-intro h2 {
  margin: 0;
  poadding: 0;
  margin-bottom: 20px;
}
#detail-intro h2:before,
#detail-intro h2:after {
  content: "";
  display: block;
  clear: both;
  height: 10px;
  background: url(../images/hash-line.gif) repeat-x;
}
#detail-intro h2:before {
  margin-bottom: 15px;
}
#detail-intro h2:after {
  margin-top: 15px;
}
.detail-carousel {
  width: 470px;
  float: left;
  position: relative;
}
#detail-images {
  width: 470px;
  height: 250px;
  margin-bottom: 70px;
}
#detail-images ul:before,
#detail-images ul:after {
  content: '';
  display: table;
  clear: both;
}
#detail-images .bx-wrapper,
#detail-images .bx-viewport,
#detail-images ul,
#detail-images li {
  height: 100%!important;
}
#detail-images li {
  margin: 0;
  font-size: 0;
  text-align: center;
}
#detail-images li .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#detail-images li img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
#detail-images .landscapehelper {
  float: none;
  position: absolute;
  top: 0;
  display: inline-block;
  width: 3000px;
  margin-left: -1500px;
  text-align: center;
  height: 250px;
}
#detail-images .landscapehelper img {
  width: auto;
  min-width: 470px;
  max-width: none;
  height: 250px;
}
.thumbs-carousel {
  width: 410px;
  margin: 0 auto;
}
#detail-images-thumbs {
  text-align: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 100;
}
#detail-images-thumbs span,
#detail-images-thumbs a,
#detail-images-thumbs li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#detail-images-thumbs a {
  position: relative;
  display: block;
  width: 100%;
  height: 67px;
  overflow: hidden;
}
#detail-images-thumbs img {
  display: block;
  width: 100%;
  height: auto;
}
#detail-images-thumbs li {
  overflow: hidden;
}
#detail-images-thumbs ul {
  width: 470px;
}
#detail-images-thumbs .landscapehelper {
  float: none;
  position: absolute;
  top: 0;
  display: inline-block;
  width: 1000px;
  margin-left: -500px;
  text-align: center;
  height: 67px;
}
#detail-images-thumbs .landscapehelper img {
  margin: 0 auto;
  width: auto;
  min-width: 102px;
  max-width: none;
  height: 67px;
}
#detail-images-thumbs #detail-image-slider-prev,
#detail-images-thumbs #detail-image-slider-next {
  position: absolute;
}
#detail-images-thumbs #detail-image-slider-prev a,
#detail-images-thumbs #detail-image-slider-next a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}
#detail-images-thumbs #detail-image-slider-prev {
  left: 0;
  top: 50%;
  margin-right: -15px;
  margin-top: -15px;
}
#detail-images-thumbs #detail-image-slider-prev a {
  background: url(../images/arrow-left.png) center center no-repeat #00937e;
}
#detail-images-thumbs #detail-image-slider-next {
  margin-left: -15px;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
#detail-images-thumbs #detail-image-slider-next a {
  background: url(../images/arrow-right.png) center center no-repeat #00937e;
}
#detail-info {
  width: 450px;
  float: right;
}
#detail-quick-info {
  float: left;
  width: 230px;
  min-height: 240px;
  border-right: 1px solid #f1f1f1;
}
#detail-quick-info li {
  margin-top: 8px;
}
#detail-quick-map {
  float: right;
}
#detail-quick-map #map-canvas {
  width: 199px;
  height: 200px;
}
#detail-quick-map .enlarge-map {
  display: block;
  text-align: right;
  padding-top: 10px;
}
ul.square-bullets.has-quick-map {
  float: left;
}
#properties-detail #detail-quick-map {
  margin-top: 20px;
}
#detail-latest-offer {
  float: right;
  width: 165px;
  padding: 15px;
  border: 2px solid #00937e;
}
#detail-latest-offer h4,
#detail-latest-offer p {
  color: #00937e;
  text-align: center;
}
#detail-latest-offer p {
  font-family: 'texgyreadventorregular';
  font-size: 14px;
}
#detail-latest-offer h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
#detail-latest-offer p.fm-offer {
  font-size: 16px;
  vertical-align: top;
  line-height: 1;
}
#detail-latest-offer p.fm-offer b {
  font-size: 70px;
}
#detail-latest-offer p.fm-offer span {
  vertical-align: bottom;
}
#similar-items > li {
  width: 226px;
  margin-left: 10px;
  float: left;
}
#similar-items > li:first-child {
  margin-left: 0;
}
#similar-items .block_img,
#similar-items h3 {
  margin-bottom: 15px;
}
#news-landing h1:after {
  content: "";
  display: block;
  height: 7px;
  background: url(../images/hash-line.gif);
  margin-top: 20px;
}
#news-landing .side-grid {
  margin-top: 40px;
}
#news-landing .side-grid .aside-links {
  padding: 0;
}
#news-landing .side-grid .aside-links li {
  margin: 0;
  padding: 14px;
  border-bottom: 1px solid #d7d7d7;
}
#news-landing .side-grid .aside-links li:last-child {
  border-bottom: 0 none;
}
#news-landing .side-grid .aside-links li.active {
  padding-left: 35px;
  background-position: 15px 50%;
}
#news-items time,
#news-items span {
  font-family: 'texgyreadventorregular';
  font-size: 12px;
  color: #a09f9f;
  display: inline-block;
  width: 100%;
}
#news-items li {
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #a09f9f;
  background: none !important;
}
#portfolio-heading {
  padding: 20px 0;
}
#portfolio-heading:after,
#portfolio-heading:before {
  content: "";
  display: block;
  height: 7px;
  background: url(../images/hash-line.gif);
}
#portfolio-heading p {
  font-family: 'texgyreadventorregular';
  font-size: 14px;
  vertical-align: middle;
}
#portfolio-heading p b {
  display: inline-block;
  font-size: 60px;
  float: left;
  vertical-align: middle;
  margin-right: 10px;
}
#portfolio-heading p span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -9px;
}
#portfolio-heading .download-pdf-btn {
  position: relative;
  top: 4px;
}
#portfolio-foot {
  padding: 10px 0 20px 0;
  background: url(../images/hash-line.gif) bottom left repeat-x;
}
.venture {
  padding: 30px 0;
  overflow: hidden;
}
.venture:first-of-type {
  margin-top: 30px;
}
.venture img.fleft {
  display: block;
  border: 1px solid #ddd;
}
.venture > div.fright {
  width: 510px;
}
#contact-map-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#map-canvas,
.contact-map {
  width: 100%;
  height: 400px;
}
#map-canvas-small {
  float: right;
}
.contact-map {
  position: relative;
}
.utility,
.white-strip {
  position: relative;
}
img {
  max-width: none;
}
.faq-accordion ul {
  float: none !important;
}
.ui-widget-header {
  background: none !important;
  background-color: #027162 !important;
}
p#fully-let-message {
  border: 1px solid #DDDDDD;
  border-left: solid 5px white;
  border-right: solid 5px white;
  padding: 5px;
  text-align: center;
  display: block;
  margin: 5px 0;
  background-color: #CCCCCC;
  color: #333;
}
.main-grid > ul:not(.tab-links, .development-project-details) {
  clear: left!important;
  width: 60%!important;
}
.popbox {
  padding: 25px;
  display: none;
  width: 300px;
}
.popbox p {
  margin-bottom: 10px;
}
.popbox form input[type='text'] {
  width: 180px;
  margin-top: 10px;
  height: 36px;
  font-size: 14px;
  color: #00407a;
  border: 1px solid #00407a;
  position: relative;
}
.popbox form p {
  font-size: 11px;
}
.fancybox-close {
  background: url(../images/close.png) top center no-repeat !important;
  top: 10px !important;
  right: 5px !important;
}
/******************************************************************************************/
/* FOOTER
/******************************************************************************************/
footer {
  background: url("../images/hash-line.gif") 0 0 repeat-x;
  padding: 45px 0 0 0;
  overflow: hidden;
}
.mobile-menu,
.mobile-footer,
.mobile-sidebar {
  display: none;
}
.footer-links {
  float: left;
  margin: 0 0 0 20px;
  width: 140px;
}
.footer-links:first-child {
  margin: 0;
}
.footer-links h4 {
  font-family: 'texgyreadventorregular';
  font-size: 12px;
  text-transform: uppercase;
  color: #6b6b6b;
}
.footer-links ul {
  margin: 15px 0 0 0;
}
.footer-links ul li {
  margin: 6px 0 0 0;
  line-height: 1.2;
  font-family: 'texgyreadventorregular';
  font-size: 12px;
}
.footer-links ul li a {
  color: #6b6b6b;
  text-decoration: none;
}
.bottom-links {
  border-top: 2px solid #cccccc;
  overflow: hidden;
  padding: 0 0 20px;
  clear: both;
  margin: 45px 0 0 0;
  float: left;
  width: 940px;
}
.bottom-links p {
  font-size: 12px;
  color: #6b6b6b;
}
.bottom-links ul {
  float: right;
}
.bottom-links ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-left: 1px solid #a5a5a5;
  padding: 0 10px;
  line-height: 1.2;
  font-size: 12px;
}
.bottom-links ul li:first-child {
  border: 0px;
}
.bottom-links ul li a {
  color: #6b6b6b;
  text-decoration: none;
}
/******************************************************************************************/
/* FOOTER
/******************************************************************************************/
@media only screen and (max-width: 900px) {
  /****************************************/
  /* Header
	/****************************************/
  .inner {
    width: 92%;
  }
  .big-image {
    height: auto;
    overflow: hidden;
  }
  .white-strip {
    overflow: hidden;
  }
  .white-strip .inner {
    position: relative;
    overflow: hidden;
  }
  .logo {
    position: relative;
    float: none;
    margin: 5px auto 0;
  }
  .homepage-boxes {
    position: relative;
    width: 92%;
    overflow: hidden;
    margin: 40px auto 0;
  }
  .homepage-boxes .hash-box {
    float: none;
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
  }
  .homepage-boxes .hash-box form {
    width: auto;
    margin: 14px 0 0;
  }
  .homepage-boxes .range-label {
    padding: 10px 2% 0;
  }
  .homepage-boxes .hash-box h2 {
    font-size: 22px;
  }
  .homepage-boxes .select-holder {
    margin: 6px 1.8%;
    width: 46%!important;
  }
  .homepage-boxes .ui-slider {
    position: relative;
    width: 99%;
    margin: 10px auto;
  }
  .homepage-boxes #property_search {
    margin-left: 2%;
  }
  .contact-drop {
    height: 460px;
    background: #008d79 none;
  }
  .contact-drop .contact-header {
    font-size: 20px;
  }
  .contact-drop .contact-form {
    float: none;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin: 20px 0 0;
  }
  .contact-form input[type=text] {
    width: 99%;
  }
  .contact-form button {
    padding: 0;
    width: 100%;
    display: block;
  }
  .contact-drop .tel-box {
    padding: 0;
    float: none;
    border: none;
    font-size: 19px;
    margin: 20px 0 0;
    text-transform: uppercase;
  }
  .contact-drop .or {
    display: none;
  }
  .contact-drop .phone {
    margin: 20px 0 0;
  }
  /****************************************/
  /* Homepage
	/****************************************/
  .single,
  .double {
    position: relative;
    width: auto;
    float: none;
    margin: 0 auto;
  }
  .single {
    margin-top: 44px;
  }
  .single:first-child,
  .double:first-child {
    margin: 0 auto;
  }
  .single.margin-top,
  .double.margin-top {
    margin-top: 30px;
    padding-top: 30px;
  }
  .case-study-wrapper figure,
  .case-study-wrapper figure:first-child {
    width: 30%;
    margin: 0 1.5%;
  }
  .ventures-image,
  .case-study-wrapper figure img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: auto;
  }
  .case-study-wrapper figure img {
    height: 80px;
  }
  .featured-properties h2 {
    margin-bottom: 30px;
  }
  .featured-slider li {
    margin: 0;
    float: none;
    width: 100%;
  }
  .featured-slider li img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .news-date {
    margin: 5px 0 10px;
  }
  .news-snippet {
    margin: 10px 0;
  }
  /****************************************/
  /* Master
	/****************************************/
  .image-strip {
    height: auto;
    overflow: hidden;
    min-height: 340px;
  }
  .main-grid,
  .side-grid {
    float: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .main-grid h1 {
    line-height: 30px;
  }
  .main-grid p:empty {
    display: none;
  }
  .main-grid ul {
    float: none;
    width: auto;
  }
  #breadcrumbs li a {
    font-size: 12px;
  }
  .side-grid {
    margin-top: 40px;
    overflow: hidden;
  }
  .aside-links li a {
    font-size: 13px;
  }
  .pagination {
    overflow: hidden;
  }
  .get-in-touch {
    background-color: #00937e;
  }
  #make-enquiry {
    background: #00937e none;
  }
  #about #map {
    width: 100%;
  }
  #about #map img {
    width: 100%;
    display: block;
    max-width: 100%;
  }
  /****************************************/
  /* Development
	/****************************************/
  #developments-listing .main-grid {
    width: 100%;
  }
  #developments-landing .single {
    width: auto !important;
  }
  #listing-tab-links {
    border: none;
    margin: 40px 0 20px;
  }
  #listing-tab-links li {
    margin: 0;
    float: none;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    text-align: center;
    border: 1px solid #C4C4C4;
  }
  #listing-tab-links li a,
  #listing-tab-links li.active a {
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 12px 0;
    overflow: hidden;
  }
  #listing-tab-links li.active {
    top: auto;
    margin: 0;
  }
  .items-reults-list li .image,
  .items-reults-list li div.fright {
    float: none;
    width: 100%;
    height: auto;
    max-height: 160px;
  }
  .items-reults-list li .image img {
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .items-reults-list > li .image .landscapehelper {
    position: relative;
    float: none;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: auto;
    max-height: 160px;
  }
  .items-reults-list > li .image .landscapehelper img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
  }
  #detail-images-thumbs .landscapehelper,
  #detail-images-thumbs .landscapehelper img {
    height: 68px;
  }
  .items-reults-list li div.fleft {
    float: none;
    padding: 20px;
    overflow: hidden;
  }
  .items-reults-list li div.fright {
    float: none;
    overflow: hidden;
  }
  .items-reults-list li div.fright a.green-btn,
  .items-reults-list #request-call-back {
    float: left;
    width: 47%;
    padding: 0;
    margin: 0;
  }
  .items-reults-list #request-call-back {
    float: right;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    border: 1px solid #ccc;
  }
  #properties-listing .items-reults-list div.fright a:not(.green-btn),
  #my-portfolio .items-reults-list div.fright a:not(.green-btn) {
    text-align: center;
  }
  #properties-detail .main-grid,
  #properties-detail .side-grid,
  #properties-landing .main-grid,
  #properties-landing .side-grid {
    width: 100%;
  }
  #properties-landing .main-grid {
    margin-top: 20px;
  }
  .faq-accordion dt {
    position: relative;
    padding: 12px 0;
  }
  .faq-accordion dt a {
    padding: 0 0 0 42px;
  }
  .faq-accordion dt a:before {
    position: absolute;
    top: 12px;
    left: 0;
  }
  #detail-header {
    width: 100%;
    background: none;
    padding: 10px 0 80px;
  }
  #properties-landing .map-initial,
  #detail-header .image {
    display: none;
  }
  #detail-header h1,
  #detail-header h2 {
    padding: 10px;
    background: url(../images/hash-bg.png);
  }
  #detail-header h1 {
    padding-top: 20px;
  }
  #detail-header h2 {
    padding-bottom: 20px;
  }
  #detail-header a {
    position: relative;
    top: auto;
    right: auto;
    margin: 10px 0 0;
  }
  .detail-carousel {
    float: none;
    width: 100%;
  }
  #detail-info,
  #detail-images,
  #similar-items li,
  .property-description {
    float: none;
    width: 100%;
    height: auto;
  }
  #similar-items li {
    margin: 20px 0 0;
  }
  #similar-items .image {
    height: auto;
  }
  #similar-items .landscapehelper {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    float: none;
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
  }
  #similar-items .landscapehelper img {
    width: 100%;
    height: auto;
    display: block;
    min-width: 100%;
  }
  #detail-images {
    height: 200px;
    margin: 0 0 20px;
  }
  #detail-images li img {
    width: 100%;
    display: block;
  }
  #detail-images-thumbs {
    position: relative;
    margin: 0 0 20px;
    bottom: auto;
    height: 68px;
  }
  .thumbs-carousel {
    height: 68px;
    width: 80%;
  }
  #detail-images-thumbs .bx-wrapper,
  #detail-images-thumbs .bx-viewport,
  #detail-images-thumbs ul,
  #detail-images-thumbs a {
    height: 68px;
  }
  #detail-quick-info {
    float: none;
    width: 100%;
    border: none;
    min-height: 20px;
    padding: 0 0 20px;
  }
  #map-canvas-small {
    margin: 40px 0 20px;
    width: 100% !important;
  }
  #map-canvas,
  .contact-map {
    width: 100% !important;
  }
  .property-benefits {
    width: 100% !important;
  }
  #detail-tab-links {
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    border: 2px solid #00937E;
  }
  #detail-tab-links li {
    margin: 0;
    width: 33.333333333333%;
  }
  #detail-tab-links li a,
  #detail-tab-links li.active a {
    border: none;
    font-size: 12px;
  }
  .detail-tabs {
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
  .detail-tabs .availability-frame {
    width: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .availability-key .green-btn {
    display: none;
  }
  #brochure-tab ul {
    margin-bottom: 0;
  }
  .availability-key ul {
    margin: 0;
  }
  .availability-key .key-title {
    float: none;
    display: block;
    margin: 0 0 20px;
  }
  .availability-key li,
  .availability-key li:first-child {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 10px;
  }
  .availability-key li span {
    margin: 0 0 0 8px;
  }
  /****************************************/
  /* Joint Ventures
	/****************************************/
  .venture img.fleft {
    width: 99%;
    float: none;
    height: auto;
    display: block;
    max-width: 99%;
    margin-bottom: 20px;
  }
  .venture div.fright {
    width: 100%;
  }
  /****************************************/
  /* Find a Property
	/****************************************/
  #search-for-property {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    float: none;
    height: auto;
    width: 100%;
  }
  .prop-search-form-wrap {
    width: 100%;
  }
  #search-for-property .select-holder {
    width: 99% !important;
    margin-left: 0;
    margin-right: 0;
  }
  #search-for-property .range-label {
    width: 100%;
    padding: 10px 0 0;
  }
  #search-for-property .range-label,
  #search-for-property .search-submit {
    display: block;
  }
  #search-for-property .slider-range-space {
    position: relative;
    width: 98%;
    float: none;
    margin: 10px auto;
  }
  #search-for-property button {
    padding: 0;
    width: 100%;
    display: block;
    margin: 20px 0 0;
  }
  #search-results-title h2 {
    font-size: 19px;
  }
  /****************************************/
  /* News
	/****************************************/
  #news-items time,
  #news-items span {
    display: block;
    margin: 10px 0 0;
  }
  #news-items p {
    margin: 10px 0 0;
  }
  /****************************************/
  /* Contact Us
	/****************************************/
  .contact-map {
    height: 100px;
  }
  #contact-map-holder {
    display: none;
  }
  #office-locations {
    margin: 0 auto;
    background: none;
  }
  .office-location {
    width: 100%;
    float: none;
    margin: 10px 0 0;
    background: #00937E;
  }
  .office-location address {
    height: 120px;
    padding: 20px;
  }
  .office-location:hover {
    margin-top: 10px;
  }
  #contact-form div.tab-index,
  #contact-form div.tab-index.clearb,
  #contact-form div.tab-index.pad-left {
    padding: 0;
    width: 100%;
  }
  #contact-form .checkbox-holder {
    height: 38px;
  }
  #contact-form button {
    padding: 0;
    width: 100%;
    display: block;
  }
  /****************************************/
  /* Meeting Room Modal
	/****************************************/
  .modal-cover {
    position: absolute;
    overflow: hidden;
  }
  .modal {
    position: relative;
    width: 260px;
    top: 40px;
    left: 0;
    margin: 0 auto;
  }
  .modal .booking-range {
    width: 97%;
  }
  #book-a-meeting-room div.fleft,
  #book-a-meeting-room div.fright {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #book-a-meeting-room input[type=text],
  #book-a-meeting-room input[type=email],
  #book-a-meeting-room .select-holder,
  #book-a-meeting-room div.select-holder {
    margin: 0 0 15px;
  }
  #book-a-meeting-room .ui-accordion .ui-accordion-content {
    overflow: hidden;
  }
  #book-a-meeting-room .book-meeting-content {
    padding: 20px 20px 40px;
  }
  /****************************************/
  /* Calculator Modal
	/****************************************/
  #space-calculator {
    position: relative;
    width: 260px;
    top: 40px;
    left: 0;
    margin: 0 auto;
  }
  #calculator-form fieldset {
    position: relative;
  }
  #calculator-form fieldset div.select-holder,
  #calculator-form fieldset div.select-holder select,
  #calculator-form fieldset div.select-holder > span {
    width: 99% !important;
    float: none;
    margin: 0;
  }
  #calculator-form fieldset div.select-holder {
    margin: 18px 0 0;
  }
  #calculator-form fieldset .qty-holder {
    float: none;
    width: 100%;
    height: 50px;
    margin: 10px 0 0;
    overflow: hidden;
  }
  #calculator-form fieldset input[type=text] {
    float: right;
    width: 160px;
  }
  #calculator-form fieldset .qty-holder span {
    margin: 0 10px 0 0;
  }
  #calculator-form fieldset .area-holder {
    width: 100%;
    margin: 10px 0 0;
  }
  #calculator-form fieldset .remove-space {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  /****************************************/
  /* Footer
	/****************************************/
  .footer-links,
  .footer-links:first-child {
    float: left;
    width: 50%;
    min-height: 130px;
    margin: 0 auto 20px;
  }
  .footer-links ul li {
    font-family: arial, helvetica, sans-serif;
  }
  .footer-links h4 {
    font-size: 15px;
  }
  .bottom-links {
    float: none;
    width: 100%;
    margin: 45px 0 0;
    text-align: center;
  }
  .bottom-links ul {
    float: none;
    overflow: hidden;
    padding: 10px 0 0;
  }
  .bottom-links ul li,
  .bottom-links ul li:first-child {
    width: 50%;
    padding: 0;
    float: left;
    border: none;
    display: block;
    margin: 10px 0 0;
  }
  /****************************************/
  /* Multi Use Elements
	/****************************************/
  .hidden,
  .utility,
  .main-nav,
  .homepage-boxes .white-box,
  .homepage-boxes .tri-shadow {
    display: none;
  }
  input,
  button,
  textarea,
  input[type=text],
  input[type=submit] {
    border-radius: 0;
    -webkit-appearance: none;
  }
  .select-holder {
    background-position: right 50%;
  }
  .select-holder select,
  .select-holder .select {
    width: 100% !important;
  }
  /****************************************/
  /* Mobile Only
	/****************************************/
  .mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 76px;
    display: block;
    text-indent: -999px;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
    background: url('../images/mobile-menu.png') 50% no-repeat;
  }
  .mobile-sidebar {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 9999;
    display: block;
    width: 84%;
    height: 100%;
    background: #00325f;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0 -10px 30px #222222;
    -moz-box-shadow: 0 -10px 30px #222222;
    box-shadow: 0 -10px 30px #222222;
  }
  .mobile-sidebar.open {
    left: 0;
  }
  .big-image.open,
  .image-strip.open {
    padding-top: 76px;
  }
  .open .white-strip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .open .white-strip .mobile-menu {
    left: 92%;
  }
  .mobile-sidebar .search {
    float: none;
    margin: 1em;
    background: none;
  }
  .mobile-sidebar .search input[type=text],
  .mobile-sidebar .search input[type=submit] {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .mobile-sidebar .search input[type=text] {
    width: 88%;
    height: 34px;
    color: #f2f2f2;
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mobile-sidebar .content {
    position: relative;
    z-index: 999;
    width: 100%;
  }
  .content nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  .content nav li {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .content nav li:first-child {
    border-top: none;
  }
  .content nav a {
    padding: 1em;
    display: block;
    color: #F2F2F2;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
  }
}
@media only screen and (max-width: 480px) {
  /****************************************/
  /* Header
	/****************************************/
  .homepage-boxes .select-holder {
    margin: 6px 2%;
    width: 98%!important;
  }
  .mobile-sidebar .search input[type=text] {
    width: 190px;
  }
  /****************************************/
  /* Footer
	/****************************************/
  .footer-links,
  .footer-links:first-child {
    float: none;
    width: 100%;
    min-height: 20px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 760px), (min-resolution: 192dpi) and (max-width: 760px) {
  /****************************************/
  /* Retina
	/****************************************/
  .logo {
    background-image: url('../images/langtree-mobile.png');
    background-size: 100%;
  }
}