/* _________________________________________________

320 and Up boilerplate extension
Andy Clarke http://about.me/malarkey
Version: 2
URL: http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/
_____________________________________________________

COLOURS
*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*html.ie7 * {
  behavior: url(/js/boxsizing.htc);
}*/
html.ie7 {
  width: 100%;
  overflow: auto;
}
/*html.ie7 body .header *, html.ie7 body #content * { behavior:none; }*/
ol,
ul {
  list-style: none;
  list-style-position: outside;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
body {
  width: 100%;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* 320 and Up _________________________________________________

320 and Up
Andy Clarke http://about.me/malarkey
LESS Version: 2
URL: http://stuffandnonsense.co.uk/projects/320andup/
License: http://creativecommons.org/licenses/MIT/

Includes:


__________________________________________________________ */
.sans-serif {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.serif {
  font-family: "Cambria, Georgia, Times, " Times New Roman;
}
.monospace {
  font-family: "Monaco", Courier New, monospace;
}
.gill-sans {
  font-family: "Gill Sans", Candara, Calibri, "Trebuchet MS", sans-serif;
}
.carterone {
  font-family: 'Carter One', "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.oldenburg {
  font-family: 'Oldenburg', "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
body {
  width: 100%;
  margin: 0 auto;
}
/* GENERAL ============================================================================= */
html {
  background: #ffffff url(../../img/background.jpg) repeat;
  font-size: 60%;
  -webkit-text-size-adjust: none;
}
body {
  border-top: 5px solid #DFDFDF;
  margin: 0 auto;
  font-family: TodaySH, "Helvetica Neue", Helvetica, sans-serif;
}
img {
  max-width: 100%;
}
html.ie8 img {
  height: auto;
  width: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
h2 {
  font-size: 20px;
  font-size: 2rem;
}
h3 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0.6em;
  line-height: 1.3;
}
h4 {
  line-height: 1.25;
  margin: 0 0 0.6em;
}
label {
  letter-spacing: 1.5px;
}
p {
  letter-spacing: 1pt;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 1em 0;
}
ul {
  margin-bottom: 1.5em;
}
li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 1pt;
}
a {
  letter-spacing: 1.5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
#image-wrapper {
  max-width: 1280px;
  margin: -37px auto 0;
  min-height: 656px;
}
#content {
  zoom: 1;
  *zoom: 1;
  display: block;
  width: 100%;
}
#content:before,
#content:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
#content:after {
  clear: both;
}
#content:before,
#content:after {
  content: "";
  display: table;
}
#content:after {
  clear: both;
}
#content p,
#content li {
  line-height: 1.5;
}
#content #content-wrapper {
  margin-top: 32px;
  padding-top: 16px;
  width: 100%;
}
#page-body {
  background: #ffffff;
  display: inline-block;
  padding: 3em;
  color: #000000;
  width: 100%;
  opacity:0.8;
  filter: alpha(opacity=80);
}
html.ie7 #page-body {
  width: auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
a {
  color: #000000;
}
header.blacked-out-header {
  background: #000033;
  padding: 18px 28px;
  margin: 10em auto;
  height: auto;
}
html.ie7 header.blacked-out-header {
  width: 94%;
}
.blacked-out-header h1 {
  color: #FFF;
  text-align: center;
  border-top: 3px solid #0090c7;
  border-bottom: 3px solid #cc0000;
  margin: 0;
  padding: 20px 0 15px 0;
  line-height: 0.9;
}
div.field {
  float: left;
  width: 100%;
  margin-bottom: 1em;
  clear: both;
}
div.field label {
  float: left;
  width: 120px;
}
div.checkbox label {
  float: right;
  width: 140px;
}
button,
input[type="submit"] {
  cursor: pointer;
}
html.ie7 .wrapper,
html.ie8 {
  min-width: 960px !important;
}
/* COLUMNS ============================================================================= */
.col-2-2,
.col-2-1,
.col-3-3,
.col-3-2,
.col-3-1,
.col-4-4,
.col-4-2,
.col-4-1 {
  display: inline-block;
}
.col-2-2 {
  width: 100%;
}
.col-2-1 {
  width: 50%;
  padding: 0 4em 0 0;
}
.col-3-3 {
  width: 100%;
}
.col-3-2 {
  width: 66.66%;
  padding: 0 4em 0 0;
}
.col-3-1 {
  width: 33.33%;
  padding: 0 4em 0 0;
}
.col-4-4 {
  width: 100%;
}
.col-4-3 {
  width: 75%;
}
.col-4-2 {
  width: 50%;
  padding: 0 4em 0 0;
}
.col-4-1 {
  width: 25%;
  padding: 0 4em 0 0;
}
html.ie7 .col-4-1 {
  width: 23%;
}
html.ie7 .col-4-3 {
  width: 73%;
}
html.ie7 .col-4-2,
html.ie7 .col-2-1 {
  width: 48%;
  padding: 0 3em 0 0;
}
/* HEADER ============================================================================= */
header {
  height: 96px;
  position: relative;
  z-index: 9;
  width: 100%;
}
#branding {
  width: 100%;
  margin: 0 auto;
  height: 59px;
}
#branding .wrapper {
  max-width: 1280px;
  padding: 0 15px;
  width: 100%;
}
#branding p {
  float: left;
  margin-left: 320px;
  margin-top: 19px;
  color: #393939;
  font-size: 16px;
  font-size: 1.6rem;
  text-shadow: 0 2px 2px #ffffff;
}
#branding p.tel {
  float: right;
  font-size: 19px;
  font-size: 1.9rem;
  margin: 19px 1em 0 0;
  letter-spacing: 2pt;
}
#branding a.logo {
  position: absolute;
  width: 200px;
  height: 120px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #CCC;
}
#branding a.logo:hover {
  margin-top: 15px;
}
#branding h1 {
  display: none;
}
#branding .logo img {
  max-width: none;
}
.header nav {
  width: 100%;
  border-bottom: 1px solid #2a2a1b;
  border-bottom: 1px solid rgba(42, 42, 27, 0.2);
  height: 36px;
  display: inline-block;
  border-top: 1px solid #2a2a1b;
  border-top: 1px solid rgba(42, 42, 27, 0.2);
}
.header nav ul {
  float: right;
  padding: 0;
  max-width: 658px;
}
.header nav ul li {
  float: left;
  margin-left: 2px;
  display: block;
}
.header nav ul li a {
  padding: 0 16px;
  color: #000;
  text-decoration: none;
  line-height: 2.6;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.header nav ul li a:hover {
  background: url(../../img/nav-active.png) repeat-x 0 -1px;
  color: #FFF;
  padding: 3px 16px;
  margin-top: -3px;
  height: 40px;
}
.header nav ul li a.current {
  background: url(../../img/nav-active.png) repeat-x 0 -1px;
  color: #FFF;
  padding: 3px 16px;
  margin-top: -3px;
  height: 40px;
}
.header nav #nav-white {
  background: rgba(255, 255, 255, 0.6);
  height: 34px;
}
/* FOOTER ============================================================================= */
#footer {
  display: inline-block;
  width: 100%;
  margin: 4em 0 0 0;
}
#footer .col-4-2 {
  padding: 0;
  float: right;
}
#footer .col-4-2 a {
  border-bottom: 1px solid #bfbfbf;
}
#footer .col-4-1 {
  float: left;
}
#footer h3 {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.5em;
  margin-bottom: 0.6em;
}
#footer p.copyright {
  clear: left;
  margin-top: 1.5em;
  color: #999;
  float: left;
  width: 75%;
}
#footer p.copyright a {
  color: #393939;
}
#footer p.copyright a:hover {
  color: #cc0000;
}
#footer p.copyright a.current {
  color: #cc0000;
}
#footer ul li {
  margin-bottom: .7em;
  background: url(../../img/list_image.png) no-repeat left 6px;
  line-height: 1.5;
  padding-left: 14px;
  color: #7b7b7b;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
}
#footer ul li a {
  text-decoration: none;
  color: #7b7b7b;
}
#footer ul li a:hover {
  color: #cc0000;
}
#footer ul li a.current {
  color: #cc0000;
}
#footer span.creator {
  float: left;
  width: 25%;
  margin-top: 2.4em;
}
#footer span.creator a {
  border-bottom: 0 !important;
}
/* PAGE BACKGROUND IMAGE ============================================================================= */
.home #image-wrapper {
  width: 100%;
  position: relative;
  height: 701px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
}
#break {
  position: relative;
}
/*.home #home-snip{background: url("../../beirut1.jpg") no-repeat; width: 69px;height:39px; position: absolute; top: -79px; left: 50%; margin-left: -57px;}*/
#image-wrapper {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: auto auto;
}
.about #image-wrapper {
  background-image: url("../../img/beirutsign.jpg");
  background-size:1380px ;
}
.our-services #image-wrapper {
  background-image: url("../../img/jordan.jpg");
  background-size:1380px ;
}
.property-search #image-wrapper {

}
.privacy #image-wrapper,
.terms-and-conditions #image-wrapper,
.subscribe #image-wrapper,
.disclaimer #image-wrapper,
.subscription-successfully #image-wrapper,
.error #image-wrapper,
.error_404 #image-wrapper {
  background-image: url("../../img/beirut4.jpg");
}
.contact #image-wrapper,
.thanks #image-wrapper {
  background-image: url("../../img/beirut1.jpg");
  background-size:1280px ;
}
/* HOMEPAGE ============================================================================= */
div.property-services {
  width: 335px;
  background: #000033;
  float: left;
  text-align: center;
  margin: 100px 0 0 92px;
  padding: 8px 8px 0;
}
div.property-services h1 {
  color: #FFF;
  border-top: 2px solid #0090c7;
  border-bottom: 2px solid #cc0000;
  width: 96%;
  margin: 20px auto 10px auto;
  padding: 19px 0;
  letter-spacing: 4px;
}
div.property-services p {
  color: #FFF;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 15px;
  font-size: 1.5rem;
}
div.property-services p a {
  color: #f3ec83;
}
div.property-services ul {
  width: 98%;
  margin: 0 auto;
}
div.property-services ul li {
  margin: 16px auto;
}
div.property-services ul li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 2pt;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  background: url(../../img/service_arrow.png) no-repeat 92% center;
  text-align: left;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 0.8em 0 0.5em 2em;
  width: 100%;
}
div.property-services ul li a:hover {
  background-position: 94% center;
}
div.property-services ul li.prop-services a {
  background-color: #0090c7;
}
div.property-services ul li.prop-search a {
  background-color: #cc0000;
}
div.property-services ul li.prop-survey {
  border-top: 1px solid #494949;
}
div.property-services ul li.prop-survey a {
  background-color: #404040;
  margin-top: 0.9em;
}
div.property-services ul li.call-mobile {
  display: none;
}
.home header nav ul li a {
  color: #ffffff;
  font-weight:bold;
}
html.ie7 div.property-services ul li a {
  width: 89%;
}
/* ABOUT ============================================================================= */
#page-body h2,
#page-body h3 {
  border-bottom: 2px solid #cc0000;
  padding: 0 0 0.6em 0;
  margin: 0 0 1em 0;
}
.about .blacked-out-header {
  width: 636px;
}
.about .col-4-1,
.about .col-4-3 {
  float: left;
}
.about .col-2-1 img {
  margin: 0 0 4em 0;
}
.about .col-2-1 {
  float: left;
}
.about .col-2-1 + .col-2-1 {
  padding: 0;
}
.col-4-1 .sub-nav li a {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  padding: 1.5em 0 1em 3em;
  background: url(../../img/sub-nav.png) no-repeat 0 18px;
}
.col-4-1 .sub-nav li a:hover {
  color: #cc0000;
  background-position: 0 -62px;
}
.col-4-1 .sub-nav li a.current {
  color: #cc0000;
  background-position: 0 -62px;
}
.about-who-we-are .blacked-out-header {
  width: 424px;
}
.position {
  color: #cc0000;
  text-transform: uppercase;
  margin: 0 0 0.6em 0;
}
.team-member {
  width: 47%;
  float: left;
  position: relative;
  margin: 0 3% 3% 0;
  min-height: 180px;
}
html.ie7 .team-member h4.team-clear {
  margin-bottom: 3.4em;
}
html.ie8 .about-who-we-are .team-member .team-member-img {
  float: left;
  margin-right: 2em;
}
html.ie8 .about-who-we-are .team-member .sendmessage,
html.ie7 .about-who-we-are .team-member .sendmessage {
  width: auto !important;
}
.end-member {
  width: 100%;
}
.team-member:nth-child(2n + 1) {
  margin-right: 0;
}
.team-member h4 {
  font-size: 14px;
  font-size: 1.4rem;
}
.team-member h4 em {
  text-transform: none;
}
.team-member .agent-email {
  margin: 0 0 0.5em 0 !important;
}
.team-member img {
  float: left;
  margin-right: 2em;
}
.team-member-profile {
  float: left;
  width: 100%;
}
.team-member .sendmessage {
  margin: 1em 0 0 0;
  width: 100%;
}
.team-member a.message {
  font-size: 14px;
  font-size: 1.4rem;
  float: left;
  color: #ffffff;
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #0090c7 url("../../img/calculator_arrow.png") no-repeat 120px 10px;
  padding: 0.8em 2em 0.5em 1em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.team-member a.message:hover {
  background-position: 124px 10px;
}
.about .team-member a.bio,
.our-services a.bio {
  float: none;
}
.team-member a.bio,
.our-services a.bio {
  background: url("../../img/list_image.png") no-repeat 62px 2px;
  float: left;
  padding: 0 2em 0 0;
  margin: 0 0 1em 0;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px solid #e6e6e6;
}
div.overlay {
  background: url("../../img/overlay.png") repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: none;
  top: 0;
  left: 0;
}
div.contact-box {
  background: #fff;
  width: 45%;
  margin: 15em auto 0;
  z-index: 12;
  padding: 2em;
}
a.close {
  float: right;
  background: url("../../img/overlay-close.png") no-repeat;
  width: 10px;
  height: 10px;
}
div.contact-box h4 {
  border-bottom: 1px solid #cc0000;
  padding: 0 0 0.3em;
}
.about-client-list .blacked-out-header {
  width: 321px;
}
#select-clients {
  width: 100%;
  background: #e6e6e6;
  margin: 3.5em 0 4em;
  float: left;
  padding: 2.2em 2.2em 0 2.2em;
}
html.ie7 #select-clients {
  width: 97%;
}
.client-logo {
  width: 23%;
  float: left;
  margin: 0 2% 2.2em 0;
}
html.ie7 .client-logo {
  width: 22%;
}
.client-logo img {
  max-height: 99px;
}
.client-logo:nth-child(4n+4) {
  margin-right: 0;
}
.about ul.col-3-1 {
  float: left;
}
.about ul.col-3-1 li {
  margin: 0 0 1em 0;
  padding: 0 0 0 2em;
  background: url("../../img/list_image.png") no-repeat left center;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
}
.about ul.col-3-1 li a {
  color: #cc0000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.about ul.col-3-1 li a:hover {
  color: #bfbfbf;
}
.about ul.col-3-1 + ul.col-3-1 + ul.col-3-1 {
  padding-right: 0;
}
.about-case-study #case_wrap {
  display: inline-block;
  width: 100%;
  margin-top: 4em;
}
#content ul.case-study-images {
  float: left;
  width: 100%;
  clear: left;
}
#content ul.case-study-images li {
  margin: 0;
  float: left;
  display: block;
  list-style: none;
  padding: 0;
  background: none;
  max-width: 270px;
  width: 31%;
  margin-left: 2%;
}
#content ul.case-study-images li img {
  margin: 2em 1em 0 0;
  float: left;
  max-width: 270px;
  width: 100%;
}
#select-clients.case {
  margin-top: 0;
}
#select-clients.case .client-logo img {
  max-height: 104px;
}
.about-case-study .blacked-out-header {
  width: 336px;
}
#select-clients.case {
  background: none;
  padding: 0;
}
#select-clients.case h2 {
  margin: 0 0 1em;
}
.about-case-study .col-4-3 .col-4-1 {
  padding-right: 0;
  float: right;
}
.about-case-study .col-4-3 .col-4-2 {
  width: 74%;
}
.about-case-study ul li ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  background: url("../../img/list_image.png") no-repeat 22px center !important;
  padding: 1.5em 0 1em 4em !important;
}
.about-case-study ul li ul li a:hover {
  color: #cc0000;
}
#select-clients.case .client-logo {
  margin: 0 2% 2.2% 0;
}
#select-clients.case .client-logo:nth-child(4n+4) {
  margin-right: 0;
}
.about-case-study .col-4-3 .col-4-1 a,
.about-case-study .col-4 .cv,
.about-client-list .about.col-4-3 .cv {
  background: #0090c7 url("../../img/calculator_arrow.png") no-repeat 92% center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.8em 3em 0.6em 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 1em 0 0 0;
  float: left;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
.about-case-study .col-4-3 .col-4-1 a:hover,
.about-case-study .col-4 .cv:hover,
.about-client-list .about.col-4-3 .cv:hover {
  background-position: 94% center;
}
.about-case-study div.images img {
  float: left;
  margin-right: 24px;
}
.about-case-study .col-4 li,
section.service-subs li,
.privacy #page-body li,
.terms-and-conditions #page-body li {
  background: url(../../img/list_image.png) no-repeat left 6px;
  padding-left: 14px;
  margin-bottom: 1em;
}
.adr {
  margin-bottom: 0.4em;
}
input[type="text"],
input[type='tel'],
textarea {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
input[type="text"]:hover,
input[type='tel']:hover,
textarea:hover {
  border: 1px solid #cc0000;
}
/* OUR SERVICES ======================================================================== */
.our-services .blacked-out-header {
  width: 815px;
}
.our-services .col-4-1,
.our-services .col-4-3 {
  float: left;
}
.our-services .col-2-1 {
  margin: 0 0 4em 0;
}
.our-services .contact-box {
  display: none;
}
section.service-subs {
  display: inline-block;
  width: 100%;
}
html.ie7 .service-subs {
  margin-top: 30px;
}
section.service-subs .col-2-1 {
  margin-bottom: 0;
}
section.service-subs .col-3-1 {
  float: left;
  width: 33.33%;
  margin: 2em 0 5em;
}
section.service-subs .col-3-1 img {
  float: left;
  margin: 0 2em 0 0;
  max-width: 52px;
  height: auto;
}
.bold {
  font-weight: bold;
}
.our-services .sendmessage {
  width: 72%;
  margin: 1em 0 0 7em;
  float: left;
}
html.ie7 .our-services .sendmessage {
  margin-bottom: 1em;
}
.our-services a.message {
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  color: #ffffff;
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #0090c7 url("../../img/calculator_arrow.png") no-repeat 122px 9px;
  padding: 0.8em 3em 0.5em 1em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.our-services a.message:hover {
  background-position: 126px 9px;
}
.our-services .italic {
  font-style: italic !important;
  font-size: 12px !important;
  font-size: 1.2rem !important;
  font-weight: normal !important;
}
.view-survey a {
  width: 412px;
  height: 55px;
  background: #0090c7 url("../../img/service_arrow.png") no-repeat 92% 18px;
  float: left;
  margin: 1em 0 1.5em 0;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  line-height: 3.2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  padding: 1px 0 0 1em;
}
.view-survey a:hover {
  background-position: 94% 18px;
}
.our-services .contact-box h4 {
  font-size: 14px;
  font-size: 1.4rem;
}
.ourservice-contacts {
  margin-bottom: 0;
}
#quick-signup {
  background: #e6e6e6;
  padding: 2em;
}
#quick-signup h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
#quick-signup input[type="email"],
#quick-signup input[name="subscribe_email"] {
  background: #ffffff;
  border: 1px solid #BFBFBF;
  color: #404040 !important;
  padding: 0.8em 1em;
  width: 83%;
  margin: 0 1em 0 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#quick-signup input[type="email"]:hover,
#quick-signup input[name="subscribe_email"]:hover {
  border: 1px solid #cc0000 !important;
}
html.ie7 #quick-signup input[name="subscribe_email"] {
  width: 80%;
}
#quick-signup input[type="submit"] {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  background: #cc0000 url("../../img/calculator_arrow.png") no-repeat 11px center;
  border: none;
  width: 30px;
  padding: 0.8em 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#quick-signup input[type="submit"]:hover {
  background-position: 15px center;
}
#quick-signup ::-webkit-input-placeholder,
#quick-signup input:-moz-placeholder {
  color: #404040 !important;
}
.our-services.our-services-floor-space-survey .col-2-1,
.our-services.our-services-floor-space-survey .col-2-1 {
  padding: 0;
}
.our-services.our-services-floor-space-survey .col-2-1 {
  margin: 0 3% 0 0;
  width: 47%;
  float: left;
  overflow: hidden;
}
.our-services.our-services-floor-space-survey .col-2-1 img {
  margin-bottom: 4em;
}
.our-services.our-services-floor-space-survey .col-2-1 table img {
  margin-bottom: 0;
}
.our-services.our-services-floor-space-survey .col-2-1 + .col-2-1:nth-child(even) {
  margin-right: 0;
}
.our-services.our-services-floor-space-survey #quick-signup {
  display: inline-block;
  width: 100%;
  margin-top: 3em;
}
html.ie7 .our-services.our-services-floor-space-survey #quick-signup {
  width: 96%;
}
.our-services.our-services-floor-space-survey #annual-links {
  clear: both;
}
.our-services.our-services-floor-space-survey .col-2-1 p {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 2em;
  font-size: 16px;
  font-size: 1.6rem;
}
.our-services.our-services-floor-space-survey table {
  margin-bottom: 2em;
  width: 100%;
}
.our-services.our-services-floor-space-survey #dynamic-charts {
  margin-bottom: 4em;
}
.our-services.our-services-floor-space-survey table thead tr th {
  background: #000000;
  padding: 1em 0 1em 0.75em;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.our-services.our-services-floor-space-survey table thead tr th.date {
  width: 15%;
}
.our-services.our-services-floor-space-survey table tbody {
  display: inline-block;
  margin-top: -0.5em;
}
.our-services.our-services-floor-space-survey table tbody td {
  padding: 0.5em 0.75em 0.75em;
  font-size: 14px;
  font-size: 1.4rem;
}
.our-services.our-services-floor-space-survey tbody tr:nth-child(1n) {
  background: #E5E5E5;
}
.our-services.our-services-floor-space-survey tbody tr:nth-child(2n) {
  background: #F6F6F6;
}
.our-services.our-services-floor-space-survey tbody .table-layout {
  width: 15%;
}
.our-services.our-services-floor-space-survey tbody .table-figures {
  padding-right: 6em;
  width: 42.5%;
}
.our-services.our-services-floor-space-survey tbody .table-label {
  padding-right: 6em;
}
.our-services.our-services-floor-space-survey tbody .indicator {
  padding-right: 1.2em;
}
.our-services.our-services-floor-space-survey .blue-btn {
  width: 100%;
  height: 55px;
  background: #0090c7 url("../../img/service_arrow.png") no-repeat 92% 18px;
  float: left;
  margin: 1em 0 1.5em 0;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  line-height: 3.2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  padding: 1px 0 0 1em;
}
.our-services.our-services-floor-space-survey .blue-btn:hover {
  background-position: 94% 18px;
}
.survey-table {
  width: 100%;
  margin-bottom: 5em;
}
.js #availability_graph,
.js #take_up_graph {
  width: 100%;
}
.js #availablity_table,
.js #take_up_table {
  display: none;
}
/* Property Search (List View) ======================================================================== */
.property-search #content #content-wrapper {
  margin: 62px 0 0 0;
}
.property-search .blacked-out-header {
  margin: 0 auto 3em;
}
.property-search .col-4-1 {
  padding: 0;
  float: left;
}
.property-search #page-body {
  background: none;
  padding: 0 0 3em 0;
}
.property-search #property_search_navigation ul {
  background: #FFF;
  width: 100%;
  padding: 0;
  margin: 20px 0 0 0;
  background: #f5f5f5;
  background: -webkit-linear-gradient(right, #eeeeee, #ffffff 3%);
  background: -moz-linear-gradient(right, #eeeeee 0%, #ffffff 3%);
  background: gradient(linear, right top, left top, #eeeeee, #ffffff);
}
.property-search #property_search_navigation ul li {
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}
.property-search #property_search_navigation ul li.map a {
  line-height: ;
  width: 100%;
  background: url(../../img/property_map_grey.png) no-repeat 22px center;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.property-search #property_search_navigation ul li.map a:hover,
.property-search #property_search_navigation ul li.map a:active {
  background: #e6e6e6 url(../../img/property_map_grey.png) no-repeat 22px center;
  color: #000000;
}
.property-search #property_search_navigation ul li.list a {
  width: 100%;
  background: url(../../img/property_list_grey.png) no-repeat 22px center;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.property-search #property_search_navigation ul li.list a:hover,
.property-search #property_search_navigation ul li.list a:active {
  background: #e6e6e6 url(../../img/property_list_grey.png) no-repeat 22px center;
  color: #000000;
}
.property-search #property_search_navigation ul li.calculator a {
  width: 100%;
  background: url(../../img/property_calc_grey.png) no-repeat 22px center;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.property-search #property_search_navigation ul li.calculator a:hover,
.property-search #property_search_navigation ul li.calculator a:active {
  background: #e6e6e6 url(../../img/property_calc_grey.png) no-repeat 22px center;
  color: #000000;
}
.property-search #property_search_navigation ul li.acquisition a {
  width: 100%;
  background: url(../../img/property_acq_grey.png) no-repeat 22px center;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.property-search #property_search_navigation ul li.acquisition a:hover,
.property-search #property_search_navigation ul li.acquisition a:active {
  background: #e6e6e6 url(../../img/property_acq_grey.png) no-repeat 22px center;
  color: #000000;
}
.property-search #property_search_navigation ul li.map a.current {
  background: #000000 url(../../img/property_map_active.png) no-repeat 22px center;
  color: #FFF;
}
.property-search #property_search_navigation ul li.list a.current {
  background: #000000 url(../../img/property_list_active.png) no-repeat 22px center;
  color: #FFF;
}
.property-search #property_search_navigation ul li.calculator a.current {
  background: #000000 url(../../img/property_calc_active.png) no-repeat 22px center;
  color: #FFF;
}
.property-search #property_search_navigation ul li.acquisition a.current {
  background: #000000 url(../../img/property_acq_active.png) no-repeat 22px center;
  color: #FFF;
}
.property-search #property_search_navigation ul li a {
  text-transform: uppercase;
  padding-left: 56px;
  padding-top: 1px;
  text-decoration: none;
  display: block;
  height: 100%;
  line-height: 3;
}
.property-search #property_search_navigation ul li a:hover,
.property-search #property_search_navigation ul li a.active {
  background-color: #000;
  color: #FFF;
}
.property-search #property_search_navigation ul li.map a.current {
  background-color: #000;
  color: #FFF;
}
.js .property-search #property_details {
  display: none;
}
.property-search #properties_map {
  display: none;
}
.js .property-search #properties_map {
  width: 100%;
  height: 568px;
  display: block;
}
.property-search #properties_map img {
  max-width: none;
}
.property-search .col-4-3 {
  background: #FFF;
  padding: 21px;
  float: left;
}
.property-search #content {
  display: block;
}
.js #property_order div.button {
  display: none;
}
.drop-field {
  background: #ffffff;
  padding: 2em 3em;
  width: 90%;
  margin: 0 0 0 1.5em;
  float: left;
  background: #f5f5f5;
  background: -webkit-linear-gradient(top, #bfbfbf, #ffffff 10%);
  background: -moz-linear-gradient(top, #bfbfbf 0%, #ffffff 10%);
  background: gradient(linear, right top, left top, #bfbfbf, #ffffff);
}
html.ie7 .drop-field {
  width: 90%;
  padding: 4% 3%;
}
.drop-field label {
  text-transform: uppercase;
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0.4em 0 0 0;
  float: left;
  letter-spacing: 1.5px;
}
.drop-field select {
  float: right;
}
/* Property Search (Map View) ====================================================================== */
.property-map-instructions {
  background: #000000;
  color: #bfbfbf;
  padding: 0.8em 0 0.3em 3em;
  width: 100%;
  text-align: center;
  margin: 2em 0 0 0;
  position: relative;
}
.property-map-instructions img {
  position: absolute;
  top: -8px;
  left: 210px;
}
.nice-info-window {
  position: absolute;
  width: 420px;
  height: 20em;
  border: 2px solid #bbb;
  background: white;
  background: rgba(255, 255, 255, 0.9) url(../../img/popup_background.jpg) 0 -2px repeat;
  margin-top: -45px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.nice-info-window-inner {
  padding: 8px;
  font-size: 0.8em;
  float: left;
  width: 100%;
}
.nice-info-window h1 {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}
.nice-info-window p {
  margin: 0;
  float: left;
  width: 350px;
}
.nice-info-window p {
  font-size: 14px;
  font-size: 1.4rem;
  width: 230px;
  margin-bottom: 0.2em;
}
.nice-info-window-content {
  float: left;
}
.nice-info-window-content div.details {
  overflow: hidden;
  float: left;
  width: 100px;
  margin-right: 10px;
}
.nice-info-window-content div.property-details {
  overflow: hidden;
  float: left;
  width: 240px;
  zoom: 1;
}
.nice-info-window-content img {
  float: left;
  margin-right: 1em;
  width: 100px;
  border: 4px solid #FFF;
}
.nice-info-window-inner a.close {
  margin-bottom: 20px;
  margin-right: 5px;
}
.nice-info-window-inner a.link {
  background: url(../../img/view_property.png) no-repeat;
  width: 39px;
  height: 133px;
  float: right;
  margin-left: 8px;
  padding: 0;
  margin-right: -15px;
  margin-top: 20px;
}
.cache {
  display: none;
}
.ie8 .property-search .property-summary {
  overflow: hidden;
  float: left;
  width: 100px;
  margin-right: 10px;
}
/* Property Search (List View) ====================================================================== */
.property-list .property,
.property-search .property {
  background: #ffffff url("../../img/property_list_background.jpg") repeat-x;
  height: 192px;
  padding: 8px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 22px;
  width: 100%;
  float: left;
  cursor: pointer;
}
.property-list .property .property-details,
.property-search .property .property-details {
  float: left;
  width: 100%;
}
.property-list .property .property-details h3,
.property-search .property .property-details h3 {
  float: left;
  text-transform: uppercase;
  margin: 0.6em 0;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: none !important;
  width: 100%;
}
.property-list .property img,
.property-search .property img {
  float: left;
  border: 9px solid #FFF;
  margin: 0 20px 0 0;
  width: 160px;
  height: 160px;
}
.property-list .property a.property-link,
.property-search .property a.property-link {
  background: url(../../img/view_property_list.png) no-repeat;
  width: 39px;
  height: 160px;
  float: right;
  margin-left: 8px;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.property-list .property a.property-link span,
.property-search .property a.property-link span {
  background: url(../../img/view_property_list_arrow.png) no-repeat 14px center;
  width: 39px;
  height: 160px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.property-list .property a.property-link:hover span,
.property-search .property a.property-link:hover span {
  background-position: 18px center;
}
html.ie8 .property-search-properties-list .property-details .left {
  width: 180px;
}
html.ie8 .property-search-properties-list .property-details .property-summary {
  width: 650px;
}
.property-list .property-summary {
  width: 74%;
}
html.ie7 .property-list .property-summary {
  width: 73%;
}
.property-list .property-summary a.list-more,
.property-list .property-summary p {
  float: left;
}
.property-list .property-summary a.list-more {
  margin: 19px 0 1em 2em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.property-list .property-summary a.list-more:hover {
  color: #cc0000;
}
.property-list .property-summary a.list-more:focus {
  color: #cc0000;
}
.property-list .full-details {
  width: 100%;
  display: inline-block;
}
.property-list .listing-top {
  width: 100%;
}
.property-list .listing-top p {
  float: left;
  margin-top: 0;
}
.property-list .listing-top ol {
  margin: 0.9em 0 0 0;
}
.property-list .property:nth-child(2n+1) {
  margin-right: 0 !important;
}
.property-list p {
  margin-top: 16px;
  color: #000;
}
.property-list .property-details dd,
.property-list .property-details dt {
  margin: 0 0 0.8em;
  letter-spacing: 2px;
}
.property-list .property-details dd[itemprop="postalCode"] {
  text-transform: uppercase;
}
.property-list .property-details dl[itemprop="details"] a {
  text-decoration: none;
  border-bottom: 1px solid #e6e6e6;
}
.property-list .property-details dl[itemprop="details"] a:hover {
  color: #cc0000;
}
.property-list .property-details dt {
  display: none;
}
.property-list .property-details dl[itemprop="details"] dd {
  font-size: 14px;
  font-size: 1.4rem;
}
.property-list .property-details dt.property-more {
  float: left;
  margin: 0 0.3em 0 0;
}
.property-search-properties-list ol {
  float: right;
}
.property-search-properties-list ol li {
  display: inline-block;
}
.property-search-properties-list ol li.current a {
  background: #0090c7;
  color: #ffffff;
  border-color: #0090c7;
}
.property-search-properties-list ol li a {
  display: inline-block;
  float: left;
  text-decoration: none;
  color: #bfbfbf;
  border: 1px solid #e6e6e6;
  padding: 0.5em 0.5em 0.3em;
}
.property-search-properties-list ol li a:hover {
  background: #bfbfbf;
  color: #404040;
  border-color: #bfbfbf;
}
.property-search.property-search-acquisition-service #quick-signup h3 {
  border-bottom: 0;
  padding-bottom: 0;
}
html.ie7 .property-search.property-search-properties-list .wrapper {
  width: 1280px !important;
}
html.ie8 .property-search.property-search-properties-list .wrapper {
  width: 1280px !important;
}
/* Property Search (floor calculator) ====================================================================== */
.col-4-3 .active {
  display: block !important;
}
.col-4-3 .boxes {
  display: none;
  margin: 30px 0 0 0;
}
.col-4-3 div#box-cont {
  width: 100%;
  margin-top: -5px;
  z-index: 1;
  position: relative;
}
.col-4-3 #links {
  z-index: 2;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.property-search .col-4-3 a.box-link {
  z-index: 2;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #bfbfbf;
  padding: 7px 90px 4px 45px;
  display: inline-block;
}
.property-search .col-4-3 a.box-link.active-tab {
  color: #404040;
}
.col-4-3 a.properties {
  padding: 7px 0 4px 45px !important;
}
.col-4-3 a:hover.box-link {
  color: #cc0000;
}
.col-4-3 a.active-tab {
  color: #cc0000;
  z-index: 5;
  position: relative;
}
.col-4-3 a.floor {
  background: url("../../img/calculator_1.png") no-repeat 0 0;
}
.col-4-3 a:hover.floor,
a.active-tab.floor {
  background: url("../../img/calculator_1.png") no-repeat 0 -26px;
}
.col-4-3 a.location {
  background: url("../../img/calculator_2.png") no-repeat 0 0;
}
.col-4-3 a:hover.location,
a.active-tab.location {
  background: url("../../img/calculator_2.png") no-repeat 0 -26px;
}
.col-4-3 a.properties {
  background: url("../../img/calculator_3.png") no-repeat 0 0;
}
.col-4-3 a:hover.properties,
a.active-tab.properties {
  background: url("../../img/calculator_3.png") no-repeat 0 -26px;
}
.col-4-3 .boxes p {
  text-align: center;
  color: #000000;
}
.property-search #floor .property-match {
  width: 100%;
  float: left;
  margin: 0 0 0 4em;
}
.property-search .property-match a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 2pt;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  background: #0090c7 url(../../img/service_arrow.png) no-repeat 320px center;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 0.8em 4em 0.5em 2em;
  line-height: 1.5;
}
.property-search .property-match a:hover {
  background-position: 324px center;
}
.property-search .property-match a.view {
  background: #0090c7 url(../../img/service_arrow.png) no-repeat 327px center;
}
.property-search .property-match a.view:hover {
  background-position: 337px center;
}
.property-search .property-match button {
  margin: 0;
  padding: 0;
}
.property-search .property-match button span {
  background: #0090c7 url(../../img/service_arrow.png) no-repeat 194px center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 2pt;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 0.8em 3em 0.5em 2em;
  line-height: 1.5;
}
.property-search .property-match button span:hover {
  background-position: 204px center;
}
html.ie7 .property-search .property-match button span {
  width: 200px;
  background-position: 254px center;
}
html.ie7 .property-search .property-match button span:hover {
  background-position: 264px center;
}
.property-search #back-to {
  float: left;
  margin: 0.7em 2em 0 19em;
}
.property-search #back-to a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 2pt;
  color: #FFF;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  background: #808080 url(../../img/small_white_arrow.png) no-repeat 16px center;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 0.8em 1em 0.5em 3em;
  line-height: 1.5;
}
.property-search #back-to a:hover {
  background-position: 10px center;
}
html.ie7 #selection_summary p.summary {
  width: 100%;
  float: left;
  padding: 1em 2em;
}
html.ie7 #summary-hint {
  clear: left;
  margin-top: 16px;
}
/*=============FACILITIES============*/
form#property_search {
  float: left;
}
.col_3_1 {
  width: 33.333%;
  display: inline-block;
  padding: 2em;
  border: 1px solid #bfbfbf;
  position: relative;
  z-index: 9;
  margin: 0 0 3.5em 0;
  min-height: 475px;
}
.col_3_1 + .col_3_1 {
  border-left: none !important;
  background: #f5f5f5;
  z-index: 1;
  top: 10px;
  min-height: 0;
  -webkit-box-shadow: inset 4px 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 4px 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 4px 0 10px rgba(0, 0, 0, 0.2);
}
.col_3_1 + .col_3_1 + .col_3_1 {
  margin: 0 0 0 3em;
  width: 29.66%;
  border: 1px solid #bfbfbf !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  top: -4px;
  padding: 0;
  min-height: 475px;
}
.col_3_1 .space {
  color: #0090c7;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #cc0000;
  padding: 0 0 10px 0;
}
.col_3_1 .summary {
  background: #000000;
  color: #ffffff !important;
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 0.7em 0 0.4em 0;
}
.col_3_1 li a {
  padding: 1.3em 1em 1em 1em;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  font-size: 1.1rem;
  float: left;
  width: 100%;
  font-weight: bold;
  margin: 0 0 0.2em 0;
}
.col_3_1 li a:hover,
.col_3_1 li a.active {
  color: #ffffff;
  background: #cc0000 url("../../img/calculator_arrow.png") no-repeat 96% 50%;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#summary-hint {
  margin: 0 2em;
  padding: 2em;
  border: 2px dashed #bfbfbf;
  text-align: center;
}
#summary-hint p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #808080;
  margin-bottom: 0;
}
#summary-hint img {
  margin-bottom: 1em;
}
.right {
  float: right;
}
.left {
  float: left;
}
.col_3_1 p {
  text-align: left;
}
.col_3_1 + .col_3_1 .sizes p {
  color: #000000;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0.3em ;
}
.sizes {
  padding: 0 0 1em 0;
  border-bottom: 1px solid #cc0000;
  float: left;
  width: 100%;
  margin: 0 0 1.2em 0;
  height: 110px;
}
.sizes input {
  background: #ffffff;
  border: 1px solid #a5a5a5;
  float: left;
  padding: 0.3em 0;
  text-align: center;
  width: 33px;
}
.sizes button {
  text-transform: uppercase;
  background-color: #f4f4f4;
  background-image: -webkit-linear-gradient(top, #f4f4f4, #b6b6b6);
  background-image: -moz-linear-gradient(top, #f4f4f4, #b6b6b6);
  background-image: -o-linear-gradient(top, #f4f4f4, #b6b6b6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #b6b6b6);
  background-image: linear-gradient(top, #f4f4f4, #b6b6b6);
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  padding: 0.5em 1em 0.2em 1em;
  border: 1px solid #a5a5a5;
  border-left: none;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.sizes button:hover {
  background-color: #b6b6b6;
  background-image: -webkit-linear-gradient(top, #b6b6b6, #f4f4f4);
  background-image: -moz-linear-gradient(top, #b6b6b6, #f4f4f4);
  background-image: -o-linear-gradient(top, #b6b6b6, #f4f4f4);
  background-image: -ms-linear-gradient(top, #b6b6b6, #f4f4f4);
  background-image: linear-gradient(top, #b6b6b6, #f4f4f4);
}
.upper {
  text-transform: uppercase;
  text-align: left !important;
}
.col_3_1 table.floorspace {
  color: #000000;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  margin: 0 2em 1em 2em;
  width: 203px;
}
.col_3_1 table.floorspace .summary_details {
  width: 150px;
}
.col_3_1 table.floorspace .summary_details span {
  display: block;
}
.col_3_1 table.floorspace td {
  line-height: 1.8em;
  vertical-align: top;
  padding-bottom: 1em;
}
.col_3_1 table.floorspace .summary_delete a {
  background: url("../../img/delete_summary.png") no-repeat;
  width: 16px;
  height: 15px;
  float: right;
  margin: 2px 0 0 0;
  cursor: pointer;
  display: block;
}
.col_3_1 table.floorspace .summary_delete {
  padding-top: 0.3em;
}
html.ie7 .col_3_1 ul.spaces li {
  width: 100%;
  clear: left;
  width: 200px;
  float: left;
}
html.ie7 .col_3_1 ul.spaces li a {
  display: block;
  width: 200px;
  padding-right: 0;
}
.centre {
  font-size: 16px;
  font-size: 1.6rem;
}
#space-totals {
  width: 445px;
  margin: 0 auto;
  clear: left;
}
#space-totals p {
  float: left;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0.9em 2em 0 0;
}
#space-totals .property-match,
#properties .property-match {
  width: 356px;
  height: 55px;
  background: url("../../img/matching_properties.png") no-repeat;
  float: left;
  margin: 0 0 0 42px;
}
#space-totals .property-match a,
#properties .property-match a,
#location .property-match a {
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  background: url(../../img/service_arrow.png) no-repeat 309px 16px;
  display: block;
  line-height: 3.2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  padding: 0 0 0 40px;
  margin: 2px 0 0 0;
}
#space-totals .property-match a:hover,
#properties .property-match a:hover,
#location .property-match a:hover {
  background-position: 320px 16px;
}
#area-totals {
  width: 259px;
  float: left;
  margin: 0 0 2em 0;
}
#area-totals span {
  background: #cc0000;
  color: #ffffff;
  float: left;
  width: 129px;
}
#area-totals .area_ft,
#area-totals .area_m {
  font-family: Georgia, serif;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  padding: 0.4em 1em;
  margin: 0 0 1px 0;
}
html.ie7 #area-totals .area_ft,
html.ie7 #area-totals .area_m {
  padding: 0;
}
#area-totals .feet,
#area-totals .metre {
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase ;
  letter-spacing: 1px;
  padding: 0.9em 1em 0.5em 1em;
  text-align: center;
}
#area-totals .area_ft,
#area-totals .feet {
  margin: 0 1px 0 0;
}
html.ie7 #area-totals .feet,
html.ie7 #area-totals .metre {
  padding: 0;
}
.property-search.property-search-floor-space-calculator .wrapper,
.property-search.property-search-floor-space-calculator .wrapper {
  min-width: 1200px;
}
.property-search.property-search-floor-space-calculator #floor p.calc_create {
  font-size: 16px;
  font-size: 1.6rem;
}
/*=============LOCATION============*/
#narrow-postcode {
  background: url("../../img/postcode-bg.png") repeat;
  padding: 4em 0;
  margin: 0 0 4em 0;
}
#narrow-postcode #postcode-click {
  position: relative;
  width: 567px;
  height: 259px;
  left: 170px;
}
.mapping {
  cursor: pointer;
  background: #333333;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  z-index: 10;
}
.mapping:hover {
  background: #000000;
}
#postcode-click .hover {
  background: #000000;
}
.mapping span {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
}
.mapping.selected {
  background: #cc0000;
}
#narrow-postcode [data-postcode="w8"] {
  width: 47px;
  height: 47px;
  left: 0;
  top: 91px;
}
#narrow-postcode [data-postcode="nw1"] {
  width: 122px;
  height: 90px;
  left: 48px;
  top: 0;
}
#narrow-postcode [data-postcode="w1"] {
  width: 122px;
  height: 90px;
  left: 48px;
  top: 91px;
}
#narrow-postcode [data-postcode="sw1"] {
  width: 122px;
  height: 60px;
  left: 48px;
  top: 182px;
}
#narrow-postcode [data-postcode="n1"] {
  width: 143px;
  height: 60px;
  left: 171px;
  top: 0;
}
#narrow-postcode [data-postcode="wc1"] {
  width: 47px;
  height: 50px;
  left: 171px;
  top: 61px;
}
#narrow-postcode [data-postcode="wc2"] {
  width: 47px;
  height: 50px;
  left: 171px;
  top: 112px;
}
#narrow-postcode [data-postcode="ec1"] {
  width: 47px;
  height: 50px;
  left: 219px;
  top: 61px;
}
#narrow-postcode [data-postcode="ec4"] {
  width: 47px;
  height: 50px;
  left: 219px;
  top: 112px;
}
#narrow-postcode [data-postcode="ec2"] {
  width: 47px;
  height: 50px;
  left: 267px;
  top: 61px;
}
#narrow-postcode [data-postcode="ec3"] {
  width: 47px;
  height: 50px;
  left: 267px;
  top: 112px;
}
#narrow-postcode [data-postcode="se1"] {
  width: 125px;
  height: 60px;
  left: 187px;
  top: 179px;
}
#narrow-postcode [data-postcode="e2"] {
  width: 143px;
  height: 60px;
  left: 315px;
  top: 0;
}
#narrow-postcode [data-postcode="e1"] {
  width: 143px;
  height: 101px;
  left: 315px;
  top: 61px;
}
#narrow-postcode [data-postcode="e14"] {
  width: 80px;
  height: 165px;
  left: 459px;
  top: 61px;
}
.thames {
  width: 544px;
  height: 96px ;
  background: url("../../img/thames.png") no-repeat;
  position: absolute;
  left: 22px;
  top: 163px;
}
.w8 span,
.wc1 span,
.wc2 span,
.ec1 span,
.ec4 span,
.ec2 span,
.ec3 span {
  margin: 1.1em 0 0 0;
}
.nw1 span,
.w1 span {
  margin: 2.3em 0 0 0;
}
.sw1 span,
.n1 span,
.se1 span,
.e2 span {
  margin: 1.2em 0 0 0;
}
.e1 span {
  margin: 2.4em 0 0 0;
}
.e14 span {
  margin: 4.5em 0 0 0;
}
#narrow-area {
  float: left;
  width: 100%;
  margin: 0 0 3em 0;
}
.col_8_1 {
  width: 12.5%;
  padding: 0.8em;
  float: left;
  min-height: 106px;
  cursor: pointer;
}
.col_8_1:hover,
.col_8_1:focus {
  background: #cc0000;
}
.col_8_1:hover p {
  color: #ffffff;
}
.col_8_1.selected {
  background: #cc0000;
}
.col_8_1.selected p {
  color: #ffffff;
}
.col_8_1 p {
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
/*=============PROPERTIES============*/
.criteria {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  color: #000000;
}
.criteria span {
  color: #cc0000;
  font-family: Georgia, sans-serif;
}
.calculator-contact {
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  width: 600px;
  margin: 0 auto 3em;
  overflow: hidden;
  background: #e6e6e6;
  padding: 2em;
}
.calculator-contact span,
.calculator-contact p,
.calculator-contact input[type="text"] {
  float: left;
}
.calculator-contact p,
.calculator-contact span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
}
.calculator-contact p {
  text-transform: uppercase;
  margin: 1.3em 0 0 0;
}
.calculator-contact span {
  margin: 1.5em 0 0 0;
  padding: 0 0 3em 0;
}
.calculator-contact span a {
  color: #cc0000;
  text-decoration: none;
  border-bottom: 1px solid rgba(238, 31, 113, 0.2);
}
.calculator-contact input[type="text"] {
  border: 2px solid #000000;
  margin: 0 1em;
  padding: 0.5em 0;
  text-align: center;
  color: #000000;
  font-family: Georgia, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  min-width: 270px;
  font-family: TodaySH, sans-serif;
  background: #ffffff;
}
.calculator-contact input[type="checkbox"] {
  float: left;
  margin: 0.3em 0 0 2em;
}
.calculator-contact label {
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
}
#properties .back-to,
#location .back-to {
  width: 196px;
  height: 41px;
  background: url("../../img/back_button.png") no-repeat;
  float: left;
  margin: 0.7em 0 0 16em;
}
#properties .back-to a,
#location .back-to a {
  color: #FFF;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  background: url(../../img/small_white_arrow.png) no-repeat 19px 12px;
  display: block;
  line-height: 3.2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  padding: 0 0 0 40px;
  margin: 2px 0 0 0;
}
#properties .back-to a:hover,
#location .back-to a:hover {
  background-position: 12px 12px;
}
#properties p.statement {
  font-size: 14px;
  font-size: 1.4rem;
  color: #404040;
  text-transform: none;
  margin: 2em 0 0 0;
}
.property-search-floor-space-search .col-2-2 {
  text-align: center;
}
.property-search-floor-space-search label {
  text-transform: uppercase;
  width: 125px !important;
  padding: 0.8em 0 0 0;
}
.property-search-floor-space-search .field.checkbox label {
  width: 92% !important;
  padding: 0;
}
.property-search-floor-space-search button span {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: TodaySH, sans-serif;
  letter-spacing: 2pt;
  display: block;
  float: left;
  width: 100%;
}
.property-search-floor-space-search button {
  background: #cc0000 url(../../img/service_arrow.png) no-repeat 88% center;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 1.2em 10em 0.8em 2em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.property-search-floor-space-search button:hover {
  background-position: 92% center;
}
html.ie7 .property-search-floor-space-search button {
  width: 284px;
  padding-left: 0;
  padding-right: 0;
}
.property-search-acquisition-service h2,
.property-search-acquisition-service h3 {
  border-bottom: 2px solid #cc0000;
  padding: 0 0 0.6em 0;
  margin: 0 0 1em 0;
}
.property-search-acquisition-service .col-2-1 {
  float: left;
  margin-top: 0.5em;
}
.property-search-acquisition-service .col-2-1 + .col-2-1 {
  padding-right: 0;
  margin-top: 0;
}
.property-search-acquisition-service label,
.property-search-acquisition-service input {
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
  text-transform: uppercase;
}
.property-search-acquisition-service div.field label {
  width: 98px;
  margin-top: 0.8em;
}
.property-search-acquisition-service .field {
  margin: 1.5em 0;
  float: left;
  width: 100%;
}
.property-search-acquisition-service input,
.property-search-acquisition-service #quick-signup input[type="email"] {
  padding: 0.5em;
  border: 1px solid #bfbfbf;
  color: #000000;
  width: 75%;
  background: #ffffff;
  margin-right: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.property-search-acquisition-service input:hover,
.property-search-acquisition-service #quick-signup input[type="email"]:hover {
  border-color: #cc0000;
}
p.tel-indent {
  margin-left: 7em;
}
html.ie7 p.tel-indent {
  margin-left: 0;
}
.property-search-acquisition-service .buttons {
  height: 54px;
  width: 75%;
  background: #cc0000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin: 0 0 0 98px;
}
html.ie7 .property-search-acquisition-service .buttons {
  margin: 0;
}
.property-search-acquisition-service form {
  margin-bottom: 2em;
  display: inline-block;
}
.property-search-acquisition-service .buttons button {
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  background: url("../../img/service_arrow.png") no-repeat 92% 18px;
  line-height: 3.2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  text-align: left;
  padding: 0.1em 0 0 2em;
  letter-spacing: 2pt;
}
.property-search-acquisition-service .buttons button:hover {
  background-position: 96% 18px;
}
.property-search-acquisition-service .col-2-2 h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
.property-search-acquisition-service .col-2-2 {
  margin-top: 2em;
}
.property-search-acquisition-service .col-2-2 ul li {
  background: url("../../img/list_image.png") no-repeat left 6px;
  padding: 0 0 0 1em;
  text-transform: none;
  margin-bottom: 0.8em;
}
p.centre a {
  font-size: 16px;
  font-size: 1.6rem;
}
.charges {
  margin-bottom: 1.4em !important;
}
#footer ul li.realla {
  display: none;
  background: none;
}
.property-search #footer ul li.realla {
  display: block;
  margin-top: 15px;
}
.property-search #footer ul li.realla a {
  float: left;
  margin-left: -10px;
}
/* Property Page ====================================================================== */
.commercial-property #content #content-wrapper {
  margin: 62px 0 0 0;
}
.small-col {
  width: 5%;
  display: inline-block;
  background: #ffffff;
  background: #f5f5f5;
  background: -webkit-linear-gradient(right, #eaeaea, #ffffff 10%);
  background: -moz-linear-gradient(right, #eaeaea 0%, #ffffff 10%);
  background: gradient(linear, right top, left top, #eaeaea, #ffffff);
  padding: 1.6em 2em 1.6em 0;
  float: left;
  margin: 20px 0 0 0;
}
html.ie7 .small-col {
  background: #ffffff;
}
html.ie7 .commercial-property .col-3-3 {
  width: 90%;
}
.small-col li a {
  float: left;
  width: 43px;
  height: 30px;
}
.col-3-3 {
  width: 95%;
  display: inline-block;
  background: #ffffff;
  padding: 21px;
}
.small-col ul {
  margin: 0;
}
.small-col li span {
  display: none;
}
.small-col li {
  background: url("../../img/pink-back-arrow.png") no-repeat 20px center;
  height: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.small-col li:hover {
  background: url("../../img/pink-back-arrow.png") no-repeat 10px center;
}
h2.headline {
  margin: 1em 0 0 0;
  font-size: 2.2rem;
}
.small-col li a {
  float: left;
  width: 43px;
  height: 30px;
}
.col-3-3 #property-name {
  width: 100%;
  border-bottom: 2px solid #cc0000;
}
.col-3-3 h1 {
  text-transform: uppercase;
  font-size: 32px;
  font-size: 3.2rem;
  width: 70%;
  display: inline-block;
}
.col-3-3 #property-name p {
  background: #000000;
  color: #ffffff;
  margin: 0 0 2em 0;
  padding: 0.5em 1em 0.2em 1em;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  float: right;
  text-transform: uppercase;
  letter-spacing: 2pt;
  max-width: 25%;
}
p.area-range {
  color: #808080;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 1.5em 0;
}
p.second-headline {
  color: #808080;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  margin-top: 0.5em;
}
.commercial-property .col-3-2 {
  width: 72%;
  float: left;
  margin: 0 3% 0 0;
}
.commercial-property .col-3-1 {
  width: 25%;
  float: right;
}
.commercial-property .rslides1_tabs a span {
  display: none;
}
#property-gallery {
  width: 100%;
  border: 10px solid #e6e6e6;
  height: 365px;
  position: relative;
  max-width: 780px;
}
#property-gallery img {
  position: absolute;
  width: 100%;
  max-width: 781px;
  height: 345px;
}
.rslides_tabs li a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.rslides_tabs .rslides1_s1,
.rslides_tabs .rslides1_s2 {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.rslides {
  position: relative;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
#gallery-inset {
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  height: 345px;
  width: 100%;
  position: relative;
  z-index: 5;
}
#property-gallery a.next,
#property-gallery a.prev {
  position: absolute;
  top: 170px;
  width: 87px ;
  height: 36px;
  z-index: 10;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#property-gallery a.next {
  background: url("../../img/next-btn.png") no-repeat 0 0;
  right: 0;
}
#property-gallery a.next:hover {
  background: url("../../img/next-btn.png") no-repeat 0 -37px;
}
#property-gallery a.prev {
  background: url("../../img/prev-btn.png") no-repeat 0 0;
  left: 0;
}
#property-gallery a.prev:hover {
  background: url("../../img/prev-btn.png") no-repeat 0 -37px;
}
.rslides_tabs {
  position: absolute;
  bottom: 0px;
  left: 48%;
  z-index: 20;
  background: #ffffff;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.rslides_tabs li {
  display: inline-block;
  float: left;
  background: url(../../img/pagination.png) no-repeat;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0px;
  cursor: pointer;
}
.rslides_tabs li.rslides_here {
  background: url("../../img/pagination-active.png") no-repeat;
  width: 13px;
  height: 13px;
  margin: -1px 5px 0 0px;
}
.rslides_tabs li:last-child {
  margin-right: 0;
}
.properties.properties-view .col-3-3 {
  float: left;
}
tr.property-total td {
  font-weight: bold;
}
html.ie7 #amenities .col-amenities li {
  width: 30%;
}
#extra-info-col .callback h3 {
  font-size: 16px;
}
/* ============= PROPERTY PAGE TABS ============ */
.col-3-2 #box-cont .active {
  display: block !important;
}
.col-3-2 .boxes {
  display: none;
  margin: 30px 0 0 0;
}
.col-3-2 div#box-cont {
  width: 100%;
  margin: -5px 0 3em 0;
  z-index: 1;
  position: relative;
  color: #000000;
  min-height: 189px;
}
.col-3-2 div#box-cont h3 {
  display: none;
}
.commercial-property .col-3-2 #links {
  z-index: 2;
  position: relative;
  display: inline-block;
  margin: 40px 0 0 0;
  width: 100%;
  border-bottom: 1px solid #000000;
}
.col-3-2 a.box-link {
  z-index: 2;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2pt;
  font-weight: bold;
  color: #000000;
  padding: 1.2em 2em 0.8em 4.5em;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.col-3-2 a.box-link:focus,
.col-3-2 a.box-link:hover {
  background-color: #bfbfbf !important;
}
.col-3-2 a.general {
  background: url("../../img/general-info.png") no-repeat 25px -67px;
}
.col-3-2 a.general:focus,
.col-3-2 a.general:hover {
  background: #000000 url("../../img/general-info.png") no-repeat 25px 11px;
  color: #ffffff;
}
a.active-tab.general {
  background: #000000 url("../../img/general-info.png") no-repeat 25px 11px;
  color: #ffffff;
}
.col-3-2 a.amenities {
  background: url("../../img/amenities.png") no-repeat 25px -67px;
}
.col-3-2 a.amenities:focus,
.col-3-2 a.amenities:hover {
  background: #000000 url("../../img/amenities.png") no-repeat 25px 11px;
  color: #ffffff;
}
a.active-tab.amenities {
  background: #000000 url("../../img/amenities.png") no-repeat 25px 11px;
  color: #ffffff;
}
.col-3-2 a.map {
  background: url("../../img/maps-icon.png") no-repeat 25px -67px;
}
.col-3-2 a.map:focus,
.col-3-2 a.map:hover {
  background: #000000 url("../../img/maps-icon.png") no-repeat 25px 11px;
  color: #ffffff;
}
a.active-tab.map {
  background: #000000 url("../../img/maps-icon.png") no-repeat 25px 11px;
  color: #ffffff;
}
.col-3-2 a.floorplan {
  background: url("../../img/floorplan.png") no-repeat 25px -67px;
}
.col-3-2 a.floorplan:focus,
.col-3-2 a.floorplan:hover {
  background: #000000 url("../../img/floorplan.png") no-repeat 25px 11px;
  color: #ffffff;
}
a.active-tab.floorplan {
  background: #000000 url("../../img/floorplan.png") no-repeat 25px 11px;
  color: #ffffff;
}
.col-amenities li {
  width: 33.33%;
  padding: 0 1em 0 0;
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  float: left;
}
.col-amenities li {
  background: url(../../img/list_image.png) no-repeat left 2px;
  padding: 0 0 0 1.5em;
  margin-bottom: 0.75em;
  line-height: 1.2em !important;
  font-size: 14px;
  font-size: 1.4rem;
}
.col-3-2 div#box-cont #map img {
  width: 100%;
  max-width: none;
}
.col-3-2 div#box-cont #map #properties_map {
  width: 100%;
  height: 500px;
}
.col-3-2 #floorplan .blue-btn a {
  width: 286px;
}
.col-3-2 #floorplan img {
  width: 100%;
}
#general h2 {
  margin-top: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #cc0000;
  padding-bottom: 0.6em;
  margin-bottom: 1em;
  float: left;
  clear: both;
  width: 100%;
}
/*=============OFFICE SPACE TABLE============*/
.commercial-property .col-3-2 {
  padding: 0;
}
.commercial-property .col-3-3 {
  float: left;
}
#office-space {
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  margin-bottom: 4em;
}
.tableh th {
  background: #000000;
  color: #ffffff;
  padding: 0.5em 0 0.3em 1.5em;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 2pt;
}
#space-totals {
  text-transform: uppercase;
  text-align: left !important;
}
table .smalltable {
  letter-spacing: 1px;
  text-align: center;
}
#office-space tbody tr:nth-child(1n) {
  background: #e5e5e5;
}
#office-space tbody tr:nth-child(2n) {
  background: #f6f6f6;
}
#office-space tbody th {
  padding-left: 1.6em;
  padding-top: 1.2em;
}
#office-space .tableborder {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 0.5em 1em 0.3em 1em;
}
#office-space .rowspan2 {
  border-bottom: 1px solid #ffffff;
  text-align: center;
}
.smalltable {
  border-right: 1px solid #ffffff;
}
.smalltable:last {
  border: none;
}
#office-space tbody {
  color: #000000;
  letter-spacing: 1px;
}
#office-space tbody td {
  padding: 1em 0.3em;
  font-size: 14px;
  font-size: 1.4rem;
}
#office-space th {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding: .75em 0;
  vertical-align: middle;
}
#office-space .accommodation-column {
  text-align: left;
  padding-left: 2em;
}
#office-space .availibilty {
  background: #cc0000;
  text-transform: uppercase;
}
#office-space .availibilty a {
  text-decoration: none;
  color: #ffffff;
  background: url("../../img/calculator_arrow.png") no-repeat 100% -39%;
  padding: 0 3.2em 0 2em;
}
#office-space .availability {
  text-transform: uppercase;
  color: #000000;
  padding: 0 3.2em 0 2em;
  width: 150px;
}
#office-space .available {
  background: #cc0000;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 3.2em 0 2em;
}
#office-space .available a {
  text-decoration: none;
  color: #ffffff;
  background: url("../../img/calculator_arrow.png") no-repeat 100% -39%;
  padding: 0 3.2em 0 0;
}
/*=============EXTRA INFO RH COL============*/
@font-face {
  font-family: 'iconic';
  src: url('../../fonts/iconic.eot');
  src: url('../../fonts/iconic.eot?#iefix') format('embedded-opentype'), url('../../fonts/iconic.svg#iconic') format('svg'), url('../../fonts/iconic.woff') format('woff'), url('../../fonts/iconic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'iconic';
  font-style: normal;
  speak: none;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  top: .8em;
  right: 1em;
}
.icon-layers:before {
  content: "\21";
  padding: 0 0 0 5em;
}
.icon-book:before {
  content: "\24";
  padding: 0 0 0 5em;
}
.icon-sun-fill:before {
  content: "\22";
  padding: 0 0 0 5em;
}
.commercial-property .col-3-1 {
  padding: 0;
}
.col-3-1 .blue-btn {
  width: 286px;
  display: inline-block;
  margin-bottom: 1em;
}
.col-3-1 .blue-btn a,
.col-3-2 .blue-btn a {
  position: relative;
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  padding: 0 0 0 27px;
  margin: 15px 0 0 0;
  color: #ffffff;
  background: #0090c7;
  padding: 1.1em 1em 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.col-3-1 .blue-btn a:hover,
.col-3-2 .blue-btn a:hover {
  background-position: 254px 0;
}
.commercial-property .agent-email a {
  color: #ffffff;
  text-decoration: none;
}
.commercial-property .agent-email a:hover {
  color: #cc0000;
}
.col-3-1 .blue-btn a:hover,
.col-3-2 #box-cont .blue-btn a:hover,
.col-3-1 .blue-btn a:focus {
  background-color: #808080;
}
.col-3-1 #extra-info-col {
  /*background: #3c3c3c;*/
  display: inline-block;
  width: 100%;
  color: #000000;
  margin: 2em 0 1em 0;
  padding: 0 0 0em 0;
}
.col-3-1 .blue-btn a {
  margin-top: 0 !important;
}
.col-3-1 #extra-info-col h2 {
  color: #cc0000;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #cc0000;
  margin: 0 0 1em 0;
  padding: 0 0 0.7em 0;
  text-transform: uppercase;
}
.col-3-1 #extra-info-col p {
  line-height: 2em;
}
.col-3-1 #extra-info-col .agent-name {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1em;
  margin: 1em 2em 0 ;
}
.callback p:last-child {
  margin-bottom: 0;
}
.property-contacts a {
  font-weight: bold;
}
.col-3-1 form {
  width: 100%;
  float: left;
  margin: 1em 0;
}
.col-3-1 .callback {
  background: #F6F6F6;
  padding: 2em;
  margin: 0 0 2em 0;
}
.col-3-1 .agent-name {
  font-weight: bold;
  margin: 2em 2em 0 2em!important;
}
.col-3-1 .callback input[type="text"] {
  background: #ffffff;
  border: 1px solid #333333;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #bfbfbf;
  padding: 0.8em 1em;
  width: 86%;
  float: left;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #404040;
}
.col-3-1 .callback input[type="text"]:hover {
  border: 1px solid #cc0000;
}
html.ie7 .col-3-1 .callback input[type="text"] {
  width: 70%;
}
.col-3-1 .callback input[type="submit"] {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  background: #cc0000 url("../../img/calculator_arrow.png") no-repeat 11px center;
  border: none;
  width: 30px;
  padding: 0.9em 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 0 0 1%;
}
.col-3-1 .callback input[type="submit"]:hover {
  background-position: 15px center;
}
html.ie8 .col-3-1 .callback input[type="submit"] {
  padding: 1.9em 0 1em 0;
}
.col-3-1 .callback h2.request {
  margin-top: 2em !important;
}
.col-3-1 .callback.contact-phone p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em !important;
  letter-spacing: 2px;
}
.col-3-1 .callback.contact-phone {
  margin-top: 2em;
  padding: 2em 0 1.5em 0;
}
.col-3-1 .callback ul.property-contacts li {
  margin: 0 0 8px 0;
}
.col-3-1 .callback ul.property-contacts li a,
.col-3-1 .callback ul.property-contacts li a:visited,
.col-3-1 .callback ul.property-contacts li a:active {
  color: #000000;
  text-decoration: none;
}
.col-3-1 .callback ul.property-contacts li a:hover {
  text-decoration: underline;
}
#agent-logos {
  margin: 2em 0;
  background: #ffffff;
  padding: 1em;
  text-align: center;
}
#agent-logos ul {
  margin: 0;
  padding: 0;
}
#agent-logos ul li {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
#agent-logos img {
  max-width: 226px;
  margin: 0 0 1em 0;
  display: inline-block;
  width: 100%;
}
#agent-logos img:last-child {
  margin-bottom: 0 !important;
}
/* Contact ============================================================================= */
.contact .blacked-out-header {
  width: 340px;
  margin: 10em auto 0;
}
.contact #page-body,
.thanks #page-body {
  background: none;
}
.contact #content {
  width: 100%;
}
.contact h1 {
  text-transform: uppercase;
}
#contactform {
  max-width: 960px;
  margin: 29em auto 0;
  background: #ffffff;
  padding: 4em;
  overflow: hidden;
}
#contactform form.col-3-2 {
  width: 66.66%;
  display: inline-block;
  padding: 0 2em 0 0;
  margin: 0;
  border-right: 1px solid #e6e6e6;
  float: left;
}
#contactform .col-3-1 {
  width: 33.33%;
  padding: 0 0 0 2em;
  float: left;
}
html.ie7 #contactform .col-3-1 {
  width: 30%;
}
#contactform .col-3-1 img {
  margin: 0 0 2em 0;
}
#contactform .col-3-1 h4 {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}
#contactform .col-3-1 p + h4 {
  margin-top: 2em;
}
#contactform form .field {
  margin: 1.5em 0;
  float: left;
  width: 100%;
}
#contactform form label,
#contactform form input,
#contactform form textarea {
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
}
#contactform #contact_fullname {
  position: absolute;
  left: -9999px;
  overflow: hidden;
}
#contactform label {
  width: 120px;
  float: left;
  text-transform: uppercase;
  letter-spacing: 1pt;
  padding-top: 1em;
  font-size: 12px !important;
  font-size: 1.2rem !important;
}
#contactform select {
  margin-top: 1em;
}
#contactform input,
#contactform textarea {
  padding: 0.5em;
  border: 1px solid #bfbfbf;
  color: #bfbfbf;
  width: 78%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#contactform input:hover,
#contactform textarea:hover {
  border-color: #cc0000;
}
#contactform textarea,
#contactform select {
  width: 78%;
}
#contactform .buttons {
  height: 54px;
  width: 306px;
  background: #cc0000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin: 0 0 0 120px;
}
#contactform .buttons button {
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  background: url("../../img/service_arrow.png") no-repeat 269px 18px;
  line-height: 3.2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  text-align: left;
  padding: 0.1em 0 0 2em;
  letter-spacing: 2pt;
  cursor: pointer;
}
#contactform .buttons button:hover {
  background-position: 280px 18px;
}
.thanks #contactform {
  text-align: center;
}
.error .blacked-out-header {
  width: 366px;
}
.error .col-1 {
  text-align: center;
}
.error .col-1 p {
  margin-bottom: 0;
}
/* Subscribe ============================================================================= */
.subscribe .blacked-out-header {
  width: 62%;
  margin: 10em auto 0;
}
.subscribe #page-body,
.subscription-successfully #page-body {
  background: none;
}
.subscribe h1 {
  text-transform: uppercase;
}
#subscribeform {
  max-width: 960px;
  margin: 0 auto;
  background: #ffffff;
  padding: 4em;
  overflow: hidden;
  position: relative;
}
#subscribeform form.col-3-2 {
  width: 66.66%;
  display: inline-block;
  padding: 0 0 0 2em;
  margin: 0;
  border-left: 1px solid #e6e6e6;
}
#subscribeform .col-3-1 {
  width: 33.33%;
  padding: 0 2em 0 0;
  float: left;
}
#subscribeform form .field {
  margin: 1.5em 0;
  float: left;
  width: 100%;
}
#subscribeform form label,
#contactform form input,
#contactform form textarea {
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
  text-transform: uppercase;
}
#subscribeform input,
#subscribeform textarea {
  padding: 0.5em;
  border: 1px solid #bfbfbf;
  color: #000000;
  width: 83%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#subscribeform input:hover,
#subscribeform textarea:hover {
  border-color: #cc0000;
}
#subscribeform input,
#subscribeform select {
  width: 83%;
}
#subscribeform textarea {
  width: 346px;
  text-align: left;
}
#subscribeform label {
  width: 137px;
  float: left;
  padding: 0.7em 0 0 0;
  font-size: 12px !important;
  font-size: 1.2rem !important;
}
#subscribeform .radio {
  float: left;
  width: 39%;
  margin: 0 0 0 0.5em;
}
#subscribeform .radio input {
  border: 0 !important;
  width: 20px;
}
#subscribeform .radio + .radio {
  margin: 0;
}
#subscribeform .radio label {
  margin: 0 0 1em;
  padding: 0;
  width: 100%;
}
#subscribeform #subscribechange p {
  width: 90px;
  float: left;
  line-height: 0.8;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
.js #subscribeform #bypost {
  display: none;
}
#subscribeform #byemail,
#subscribeform #bypost {
  float: left;
  width: 100%;
}
#subscribeform .buttons {
  height: 54px;
  width: 346px;
  background: #cc0000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 1.5em 0 0 9.4em;
  float: left;
}
#subscribeform .buttons button {
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  background: url("../../img/service_arrow.png") no-repeat 257px 21px;
  line-height: 3.2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  text-align: left;
  padding: 0.2em 0 0 4.5em;
  letter-spacing: 1px;
}
#subscribeform .buttons button:hover {
  background-position: 261px 21px;
}
#subscribeform select {
  border: 1px solid #bfbfbf;
}
.errors p {
  border: 1px solid #cc0000;
  padding: 0.6em 0.6em 0.3em;
}
.successful p {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #cc0000;
}
.subscription-successfully header.blacked-out-header {
  width: 390px;
}
.subscription-successfully #subscribeform {
  text-align: center;
}
/* privacy and terms ============================================================================= */
.privacy .blacked-out-header {
  width: 477px;
}
.terms-and-conditions .blacked-out-header,
.disclaimer .blacked-out-header {
  width: 322px;
}
@media screen and (max-width: 1500px) and (min-width: 850px) {
  .property-search.property-search-properties-list .wrapper {
    min-width: 1280px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 850px) {
  section.service-subs .col-3-1 {
    width: 50%;
  }
}
@media screen and (max-width: 1280px) and (min-width: 850px) {
  .our-services-floor-space-survey .wrapper {
    min-width: 1280px;
  }
  .our-services.our-services-floor-space-survey tbody .table-figures br {
    display: block;
  }
}
@media screen and (max-width: 650px) and (min-width: 481px) {
  #branding .wrapper {
    padding: 0;
  }
  #branding p,
  #branding p.tel {
    display: none !important;
  }
  #branding #mdlogo img {
    display: none;
  }
  #branding #mdlogo {
    width: 200px;
    margin: 0 auto;
  }
  #branding a.logo {
    background: url("../../img/logo-mobile.jpg") no-repeat;
    width: 288px;
    height: 44px;
    display: block;
    position: relative;
    top: 0;
    margin-top: 10px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
  }
  #branding a.logo:hover {
    margin-top: 10px;
    top: 0;
  }
  #branding {
    background: #eeeeee;
    padding: 0.5em 0 0;
  }
  .home #home-snip {
    display: none;
  }
  .header nav {
    background: #ffffff;
  }
  .header nav .wrapper {
    padding: 0 5px;
  }
  .header nav ul {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .header nav ul li a {
    color: #000000 !important;
  }
  .header nav ul li a:hover {
    color: #ffffff !important;
  }
  .header nav ul li a.current {
    color: #ffffff !important;
  }
}
/*******************************
	DESKTOP SCREENS
********************************/
@media screen and (max-width: 850px) and (min-width: 481px) {
  .col-2-2,
  .col-2-1,
  .col-3-3,
  .col-3-2,
  .col-3-1,
  .col-4-4,
  .col-4-3,
  .col-4-2,
  .col-4-1 {
    width: 100% !important;
    padding-right: 0;
  }
  #image-wrapper {
    margin: -48px auto 0;
  }
  .home #home-snip {
    top: -78px;
  }
  .blacked-out-header {
    margin: 10 auto !important;
    width: 100% !important;
    height: auto;
  }
  .blacked-out-header h1 {
    line-height: 1.2;
  }
  #branding p {
    display: none;
  }
  /*#branding p.tel{display: inline-block!important;}*/
  #branding a {
    text-decoration: none;
    font-size: 19px;
    font-size: 1.9rem;
  }
  .header nav li a span {
    display: none;
  }
  #footer {
    text-align: center;
  }
  #footer ul li {
    background: none;
  }
  #footer p.copyright {
    text-align: center;
    width: 100%;
  }
  .header nav .home-nav {
    display: none;
  }
  .sub-nav {
    margin-top: -1.8em;
    margin-bottom: 4em;
  }
  /*******************************
			ABOUT
		********************************/
  .about .col-2-1 + .col-2-1 {
    text-align: center;
  }
  .about .col-2-1 + .col-2-1 img {
    margin-top: 3em;
  }
  .about .team-member {
    width: 100%;
  }
  /*******************************
			OUR SERVICES
		********************************/
  .our-services .col-3-1 {
    width: 50% !important;
    padding-right: 4em;
  }
  .our-services .col-3-1 + .col-3-1 {
    padding-right: 0 !important;
  }
  section.service-subs .col-3-1:last-child {
    margin-bottom: 5em !important;
  }
  .our-services .col-2-1 ul {
    text-align: left;
  }
  .our-services .col-2-1 {
    float: left;
    width: 50% !important;
  }
  .our-services .view-survey {
    width: 100%;
    float: left;
  }
  /*******************************
			CONTACT
		********************************/
  .contact .blacked-out-header {
    margin: 10em auto;
  }
  .contact #page-body {
    padding: 0;
  }
  #contactform {
    padding: 3em;
    margin-top: 32em;
  }
  #contactform form.col-3-2 {
    border: 0;
    padding: 0;
  }
  #contactform .buttons {
    margin-bottom: 4em;
    margin-left: 120px;
  }
  /*******************************
			SUBSCRIBE
		********************************/
  .subscribe .blacked-out-header {
    margin: 10em auto;
  }
  .subscribe #page-body {
    padding: 0;
  }
  #subscribeform {
    padding: 3em;
  }
  #subscribeform .buttons {
    margin-bottom: 4em;
    margin-left: 9.4em;
  }
  #subscribeform form.col-3-2 {
    border: 0;
    padding-left: 0;
  }
  /*******************************
			PROPERTY SEARCH
		********************************/
  .property-search .col-4-1 {
    margin-bottom: 4em ;
  }
  .calculator-contact {
    width: 98%;
  }
  /*******************************
			MAP
		********************************/
  .property-map-instructions img {
    left: 10%;
  }
  /*******************************
			PROPERTY LIST
		********************************/
  .property-search-properties-list #page-body h3 {
    border: 0 !important;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .property-search-properties-list .property-details {
    display: block;
    margin: 0 0 4em 0;
  }
  .property-list .property im {
    float: left;
    margin: 0 1.5em 0 0;
    width: 90px;
    height: 90px;
  }
  .property-search-properties-list .property-details dl[itemprop="details"] {
    float: left;
  }
  .property-list .property {
    width: 100%;
  }
  .property-search.property-search-floor-space-calculator .wrapper {
    min-width: 1042px;
  }
  .property-list .property a.property-link {
    display: none;
  }
  .property-list .left {
    width: 33%;
    margin-right: 3%;
  }
  .property-list .property-summary {
    width: 60%;
  }
  /*******************************
			COMMERCIAL PROPERTY
		********************************/
  .commercial-property .small-col {
    display: none;
  }
  .commercial-property .col-3-3 {
    padding: 3em;
    margin: 6em 0 0 0;
  }
}
/*******************************
	IPHONE
********************************/
/*and only screen and (min-width: 560px) and (max-device-width: 1136px)*/
@media screen and (min-width: 240px) and (max-width: 480px) {
  .col-2-2,
  .col-2-1,
  .col-3-3,
  .col-3-2,
  .col-3-1,
  .col-4-4,
  .col-4-3,
  .col-4-2,
  .col-4-1 {
    width: 100% !important;
    padding-right: 0;
  }
  body {
    overflow: hidden;
  }
  #page-body {
    padding: 1.5em;
  }
  .blacked-out-header {
    margin: 0 auto 2em !important;
    width: 100% !important;
    padding: 1em 2em 1em;
    height: auto;
  }
  .blacked-out-header h1 {
    padding: 10px 0 5px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  body {
    border-top: 0 !important;
  }
  #image-wrapper .wrapper {
    padding: 0.8em;
  }
  .sub-nav {
    margin-bottom: 5em;
    margin-top: -0.8em;
  }
  #content #content-wrapper {
    margin: 2.5em 0 0 0;
  }
  #branding .wrapper {
    padding: 0;
  }
  #branding p {
    display: none;
  }
  #branding #mdlogo img {
    display: none;
  }
  #branding #mdlogo {
    width: 200px;
    margin: 0 auto;
  }
  #branding a.logo {
    background: url("../../img/logo-mobile.jpg") no-repeat;
    width: 288px;
    height: 34px;
    display: block;
    position: relative;
    top: 0;
    margin-top: 10px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
  }
  #branding a.logo:hover {
    margin-top: 10px;
    top: 0;
  }
  #branding {
    background: #eeeeee;
    padding: 0.5em 0 0;
  }
  .home #home-snip {
    display: none;
  }
  .header nav {
    background: #ffffff;
  }
  .header nav .wrapper {
    padding: 0 5px;
  }
  .header nav ul {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .header nav ul li {
    padding-right: 0.1em;
    margin-left: 0;
    margin-right: 0;
  }
  .header nav ul li:first-child {
    padding-left: 0;
    display: none;
  }
  .header nav ul li:last-child {
    padding-right: 0 !important ;
  }
  .header nav ul li a {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 5px;
    color: #000000 !important;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
  }
  .header nav ul li a:hover {
    color: #cc0000;
    background: none !important;
    padding: 8px 5px;
  }
  .header nav ul li a.current {
    color: #cc0000 !important;
    background: none !important;
    padding: 8px 5px;
  }
  .header nav li a span {
    display: none;
  }
  #footer h3 {
    text-align: center;
  }
  #footer .col-4-1 + .col-4-1 h3,
  #footer .col-4-2 {
    margin: 1em 0 0.6em 0;
  }
  #footer ul li {
    text-align: center;
    background: none;
    padding-left: 0 ;
  }
  #footer p {
    text-align: center;
  }
  #footer .mobile-footer {
    width: 100%;
    float: left;
  }
  #footer p.copyright {
    width: 100%;
  }
  #footer span.creator {
    width: 100%;
    text-align: center;
  }
  /*******************************
		HOME
	********************************/
  .home #content #content-wrapper {
    margin: 2em 0 0 0;
    padding: 0;
  }
  .home #image-wrapper {
    margin: -1.1em auto 0;
    height: 480px !important;
    min-height: 480px;
  }
  div.property-services {
    margin: 0 auto;
    float: none;
    width: 100%;
    padding-bottom: 2px;
  }
  div.property-services p {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0.5em;
  }
  div.property-services p br {
    display: none;
  }
  div.property-services ul li a {
    text-align: left;
    padding-left: 20px;
  }
  div.property-services ul li.call-mobile {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: 2pt;
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    background: #26cd3e;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 0.7em 0 0.4em;
    width: 100%;
  }
  div.property-services ul li.call-mobile a:link {
    background-image: none;
    padding: 0 0 0 1em;
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
  }
  .header nav {
    background: #ffffff;
  }
  div.property-services ul li.prop-survey {
    border-top: 0;
  }
  div.property-services ul li.prop-survey a {
    margin-top: 0;
  }
  /*******************************
		ABOUT
	********************************/
  .about h2,
  .about h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .team-member {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
  .team-member a.bio {
    margin: 0 0 0.5em 0;
  }
  .team-member a.message {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    background-position: 93% center;
    min-height: 44px;
    float: left;
    padding: 1.5em 0 0 1.5em;
  }
  .team-member p {
    margin: 0 0 0.5em;
  }
  .client-logo {
    width: 46%;
    padding: 0 1em 1em 1em 0;
    margin: 0 2em 2.2em 0;
  }
  #select-clients {
    margin: 2em 0;
  }
  .about-case-study .client-logo:nth-child(3n) {
    margin-right: 0;
  }
  div.contact-box {
    width: 92%;
    margin: 5em auto 0;
  }
  .team-member h4 em {
    display: none;
  }
  .client-logo:nth-child(2n+2),
  #select-clients.case .client-logo:nth-child(2n+2) {
    margin-right: 0;
  }
  .about-client-list .about.col-4-3 .cv {
    min-height: 44px;
    padding-top: 0.9em;
  }
  .about .team-member.empty {
    display: none;
  }
  /*******************************
		OUR SERVICES
	********************************/
  #quick-signup input[type="email"] {
    width: 80%;
  }
  section.service-subs .col-3-1 {
    width: 100%;
    margin: 1em 0;
  }
  section.service-subs .col-3-1:last-child {
    margin: 1em 0 2em 0 !important;
  }
  .our-services.our-services-floor-space-survey .col-2-1 {
    width: 100%;
    margin-right: 0;
  }
  section.service-subs .col-3-1 {
    width: 100%;
    margin-bottom: 2em;
  }
  section.service-subs .col-3-1 a {
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1.2em 3em 1em 0.8em;
  }
  section.service-subs .col-3-1:last-child {
    margin-bottom: 3em !important;
  }
  .our-services .view-survey a {
    width: 100%;
    background-position: 96% center;
    font-size: 13px;
    font-size: 1.3rem;
    padding-top: 0.7em;
  }
  .our-services a.message {
    background-position: 92% center;
  }
  .about .team-member {
    margin-bottom: 3em;
  }
  .our-services .sendmessage {
    min-height: 44px;
    float: left;
    padding: 1.5em 0 0 0;
    margin: 0;
  }
  .our-services.our-services-floor-space-survey table {
    width: 100%;
  }
  .our-services.our-services-floor-space-survey tbody .table-label {
    padding-right: 2em;
  }
  .our-services.our-services-floor-space-survey tbody .table-figures {
    padding-right: 2em;
  }
  .our-services.our-services-floor-space-survey .blue-btn span {
    display: none;
  }
  .our-services.our-services-floor-space-survey .blue-btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 0.3em;
  }
  .our-services.our-services-floor-space-survey tbody img {
    max-width: 12px !important;
    height: 9px;
    padding-top: 0.5em;
  }
  /*.our-services .sendmessage{margin-left: 5.8em;}*/
  .our-services a.bio {
    display: none;
  }
  section.service-subs .col-3-1 .adr a {
    padding: 0;
  }
  /*******************************
		CONTACT
	********************************/
  .contact #page-body {
    padding: 0;
  }
  #contactform {
    padding: 2em;
    width: 100%;
    margin: 2em 0 0 0 !important;
  }
  #contactform a {
    text-decoration: none;
  }
  #contactform form.col-3-2 {
    border-right: none;
    padding: 0;
  }
  #contactform form.col-3-2 input,
  #contactform form.col-3-2 textarea,
  #contactform form.col-3-2 select {
    width: 100%;
  }
  #contactform .buttons {
    margin: 0 0 3em 0;
    width: 330px;
  }
  #contactform select,
  #subscribeform select {
    border: 1px solid #bfbfbf;
    padding: 1em;
  }
  #contactform .buttons {
    width: 100%;
  }
  #contactform .buttons button {
    background-position: 90% center;
  }
  #contactform .col-3-1 {
    padding-left: 0;
  }
  /*******************************
		SUBSCRIBE
	********************************/
  .subscribe #page-body {
    padding: 0;
  }
  #subscribeform {
    width: 100%;
    padding: 2em;
  }
  #subscribeform form.col-3-2 {
    border-left: 0;
    padding-left: 0;
  }
  #subscribeform input,
  #subscribeform select {
    width: 100%;
  }
  #subscribeform #subscribechange p {
    width: 100%;
  }
  #subscribeform .buttons {
    margin-left: 0;
    width: 100%;
  }
  #subscribeform .buttons button {
    background-position: 90% center;
    padding-left: 1.5em;
  }
  /*******************************
		PROPERTY SEARCH
	********************************/
  .property-search #page-body {
    background: #ffffff;
    margin: -0.4em 0 0 0;
    padding: 1.5em;
  }
  .property-search #content #content-wrapper {
    margin: 3.2em 0 0 0;
  }
  #property-search-tabs {
    width: 100%;
    display: inline-block;
    height: auto;
    margin: 2em 0 0 0;
  }
  #property-search-tabs a {
    padding: 2em;
    float: left;
  }
  #property-search-tabs a.prop-list {
    background: #000000 url("../../img/mobile-property-list-icon.png") no-repeat center center;
    margin-right: 1px;
  }
  #property-search-tabs a.prop-list.current {
    background: #ffffff url("../../img/mobile-property-list-icon-active.png") no-repeat center center;
  }
  .property-map-instructions img {
    display: none;
  }
  .property-map-instructions {
    text-align: center;
    padding-left: 0;
  }
  /*******************************
		PROPERTY LIST
	********************************/
  .property-search-properties-list #page-body h3 {
    border: 0 !important;
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 0.8em;
    padding-bottom: 0;
    border: 0;
  }
  .property-list .property {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .property-list .property {
    width: 100%;
  }
  .property-list .property a.property-link {
    display: none;
  }
  .property-search-properties-list .property-details {
    display: block;
    margin: 0 0 4em 0;
  }
  .property-list .property img {
    float: left;
    width: 100%;
    border-width: 2px;
    height: auto;
    margin: 0;
  }
  .property-search-properties-list .property-details a {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #0090c7;
    padding: 1.2em 0 0;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    min-height: 44px;
    float: left;
  }
  .property-search-properties-list .property-details a.list-more {
    margin-left: 0;
  }
  .property-search-properties-list dl {
    display: none;
  }
  #office-space .available {
    padding: 1em 1em 0.5em 1.6em;
  }
  .mobile-wrap {
    float: left;
    margin-top: 1em;
    width: 100%;
  }
  .property-search-properties-list .property-details .left {
    width: 100%;
  }
  .mobile-totals td:nth-of-type(1)::before,
  .mobile-totals td:nth-of-type(2)::before {
    display: none;
  }
  .mobile-wrap p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .commercial-property table#office-space tr.mobile-totals td {
    text-align: center;
    padding-left: 0 !important;
  }
  /*******************************
		PROPERTY ACQUISITIONS
	********************************/
  .property-search-acquisition-service .fields {
    margin: 1.5em 0;
    width: 100%;
    float: left;
  }
  .property-search-acquisition-service .fields label {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 1em 0 0;
  }
  .property-search-acquisition-service input,
  .property-search-acquisition-service #quick-signup input[type="email"] {
    width: 100%;
  }
  .property-search-acquisition-service .buttons {
    background: #cc0000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 100%;
    margin-left: 0;
  }
  .property-search-acquisition-service .buttons button {
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    background: url("../../img/service_arrow.png") no-repeat 90% 16px;
    line-height: 2.2;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
    width: 100%;
    text-align: left;
    padding: 0.5em 0 0 2em;
    letter-spacing: 2pt;
  }
  .calculator-contact {
    width: 98%;
  }
  .calculator-contact input[type="text"] {
    margin: 0 2em;
  }
  .property-search-floor-space-search .field.checkbox label {
    width: 100%;
  }
  .calculator-contact span {
    padding: 0 0 1em 9em;
  }
  /*******************************
		FLOOR SPACE RESULTS
	********************************/
  .property-search.property-search-floor-space-search div.field label {
    float: none!important;
    text-align: center;
  }
  .property-search.property-search-floor-space-search .calculator-contact input[type="text"] {
    float: none;
    margin: 0 auto;
  }
  .calculator-contact span {
    float: none;
    text-align: center;
    padding: 0;
    display: block;
  }
  .calculator-contact input[type="checkbox"] {
    float: none;
    display: block;
    margin: 0 auto 1em;
  }
  /*******************************
		INDIVIDUAL PROPERTY
	********************************/
  .small-col {
    display: none;
  }
  .commercial-property #content #content-wrapper {
    margin: 4em 0 0 0;
  }
  .commercial-property .col-3-3 {
    padding: 1.5em;
  }
  .commercial-property h1 {
    font-size: 18px;
    font-size: 1.8rem;
    width: 100%;
  }
  .commercial-property h1 br {
    display: none;
  }
  p.area-range {
    margin: 0.5em 0;
  }
  .commercial-property .col-3-3 #property-information {
    margin-top: 2em;
    width: 100%;
  }
  .commercial-property .col-3-3 #property-information #general {
    width: 100%;
    display: inline-block;
  }
  .commercial-property #property-availability p {
    background: #000000;
    color: #ffffff;
    padding: 0.5em 1em 0.2em 1em;
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2pt;
    max-width: 100%;
    text-align: center;
  }
  .commercial-property .mobile-property-info {
    width: 100%;
    display: block;
  }
  .commercial-property .mobile-property-info .blue-btn a {
    width: 96%;
    display: block;
  }
  .col-amenities {
    width: 100%;
  }
  .commercial-property .col-3-2 #links {
    margin-top: 3em !important;
  }
  #property-information a.box-link {
    padding: 1em 2em 2.2em;
  }
  #property-information a.amenities,
  #property-information a.map {
    background-position: center -67px;
  }
  #property-information a.active-tab.amenities,
  #property-information a.active-tab.map {
    background-position: center 11px;
  }
  #property-information a.rental {
    background: url("../../img/rentals.png") no-repeat center -67px;
  }
  #property-information a.rental:hover {
    background: #000000 url("../../img/rentals.png") no-repeat center 11px;
    color: #ffffff;
  }
  #property-information a.contact {
    background: url("../../img/agents.png") no-repeat center -67px;
  }
  #property-information a.contact:hover {
    background: #000000 url("../../img/agents.png") no-repeat center 11px;
    color: #ffffff;
  }
  #property-information #rental p {
    text-align: center;
    background: #cc0000;
    color: #ffffff;
    padding: 1em;
  }
  #property-information #rental p span.upper {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .commercial-property #property-information #contact .agent-details {
    background: #e6e6e6;
    padding: 1.5em;
    margin-bottom: 1.5em;
    display: block;
    width: 100%;
    text-align: center;
  }
  .commercial-property #property-information #contact .agent-telephone {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 1em;
    margin-bottom: 0.5em;
  }
  .commercial-property #property-information #contact .agent-telephone:last-child {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .commercial-property #property-information #contact .agent-details a {
    text-decoration: none;
    color: #000000;
  }
  #property-information #rental p span.upper {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .commercial-property #property-information #contact .agent-details p {
    margin-bottom: 0.8em;
  }
  .commercial-property h2 {
    border-bottom: 1px solid #cc0000;
    margin: 0;
    padding: 1em 0 0.8em 0;
  }
  .commercial-property .col-2-1 {
    margin: 4em 0 0 0;
  }
  .commercial-property .col-2-1 h2 {
    margin: 0 0 1em 0;
  }
  .commercial-property table {
    float: left;
    margin-top: 2em;
  }
  #office-space tbody th {
    padding-left: 0;
  }
  .commercial-property table,
  .commercial-property thead,
  .commercial-property tbody,
  .commercial-property th,
  .commercial-property td,
  .commercial-property tr {
    display: block;
  }
  .commercial-property table#office-space thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .commercial-property table#office-space tr {
    border: 1px solid #ccc;
  }
  .commercial-property table#office-space td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .commercial-property table#office-space td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .commercial-property table#office-space td:nth-of-type(1):before {
    content: "Accomodation";
    text-transform: uppercase;
    margin-top: 0em;
  }
  .commercial-property table#office-space td:nth-of-type(2):before {
    content: "Available";
    text-transform: uppercase;
    margin-top: 0.6em;
  }
  .commercial-property table#office-space td:nth-of-type(3):before {
    content: "Square Feet (NIA)";
    text-transform: uppercase;
    margin-top: 0.6em;
  }
  .commercial-property table#office-space td:nth-of-type(4):before {
    content: "Square Metre (NIA)";
    text-transform: uppercase;
    margin-top: 0.6em;
  }
  .commercial-property table#office-space td:nth-of-type(5):before {
    content: "Square Feet (IPMS)";
    text-transform: uppercase;
    margin-top: 0.6em;
  }
  .commercial-property table#office-space td:nth-of-type(6):before {
    content: "Square Metre (IPMS)";
    text-transform: uppercase;
    margin-top: 0.6em;
  }
  .commercial-property .col-3-1 .blue-btn {
    margin-top: 2em;
  }
  .commercial-property .blue-btn a {
    position: relative;
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 1px;
    padding: 0 0 0 27px;
    color: #ffffff;
    background: #0090c7;
    padding: 1.1em 1em 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .commercial-property .blue-btn a:hover {
    background-position: 254px 0;
  }
  .col-3-3 #property-name p {
    display: block;
    float: none;
    max-width: 100%;
    margin: 0 0 1em 0;
    text-align: center;
  }
  .col-3-3 h2.headline {
    display: none;
  }
  p.second-headline,
  p.area-range {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .property-contacts a {
    text-decoration: none;
  }
  .property-contacts li {
    margin-bottom: 1em;
  }
}
/*******************************
	IPAD LANDSCAPE
********************************/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .col-2-2,
  .col-2-1,
  .col-3-3,
  .col-3-2,
  .col-3-1,
  .col-4-4,
  .col-4-3,
  .col-4-2,
  .col-4-1 {
    width: 100% !important;
    padding-right: 0;
  }
  .header nav {
    margin: 1.2em 0 0 0;
  }
  .header nav ul {
    width: auto;
    margin-left: 22em;
    float: left;
  }
  .header nav li a span {
    display: none;
  }
  .header a {
    text-decoration: none;
    font-size: 19px;
    font-size: 1.9rem;
  }
  .header nav .home-nav {
    display: none;
  }
  #branding p {
    display: none !important;
  }
  #branding p.tel {
    display: inline-block !important;
  }
  .blacked-out-header {
    width: 100% !important;
    height: auto;
  }
  .sub-nav {
    margin-bottom: 5em !important;
    margin-top: -2em !important;
  }
  #footer {
    padding-bottom: 2em;
  }
  #footer .col-4-1 {
    width: 33.33% !important;
    float: left;
    padding-right: 4em;
  }
  #footer .col-4-2 {
    width: 33.33% !important;
    float: left;
  }
  #footer .col-4-2 .col-4-2 {
    width: 100% !important;
  }
  #footer span.creator {
    float: none;
    margin-top: 2.3em;
    float: left;
  }
  #footer p.copyright {
    width: 67%;
  }
  /***************************************
	ABOUT
***************************************/
  .about .col-2-1 + .col-2-1 {
    text-align: center;
  }
  .about .col-2-1 + .col-2-1 img {
    margin-top: 2em;
  }
  .about.about-client-list ul.col-3-1 {
    width: 33.33% !important;
  }
  /***************************************
	OUR SERVICES
***************************************/
  .our-services .col-3-1 {
    width: 33.33% !important;
  }
  .our-services .col-3-1 a {
    text-decoration: none;
  }
  .our-services .view-survey a {
    width: 57% !important;
  }
  .our-services.our-services-floor-space-survey tbody .table-label {
    padding-right: 5.7em;
  }
  .our-services.our-services-floor-space-survey tbody .table-figures {
    padding-right: 3.6em;
  }
  .our-services.our-services-floor-space-survey .col-2-1 {
    width: 48% !important;
  }
  section.service-subs li {
    text-align: left;
  }
  .our-services.our-services-floor-space-survey table {
    width: 100%;
  }
  section.service-subs .col-2-1 {
    width: 50% !important;
    padding-right: 3em;
  }
  section.service-subs .col-2-1 + .col-2-1 {
    padding-right: 0;
  }
  .our-services .sendmessage {
    clear: both;
    float: left;
    width: 77%;
    margin-top: 1em;
  }
  .our-services a.message {
    padding: 1em 3em 1em 1em;
  }
  .our-services.our-services-floor-space-survey tbody .table-label {
    padding-right: 5.5em;
  }
  .our-services.our-services-floor-space-survey tbody .table-figures {
    padding-right: 4em;
  }
  .our-services.our-services-floor-space-survey tbody .indicator {
    padding-right: 1em;
  }
  .our-services.our-services-floor-space-survey tbody img {
    max-width: 12px !important;
  }
  .our-services section.service-subs.research-area .col-2-1 {
    width: 100% !important;
  }
  section.service-subs .col-3-1 {
    margin-bottom: 3em;
  }
  .our-services .view-survey {
    width: 100%;
    float: left;
  }
  .our-services.our-services-floor-space-survey tbody .table-figures br {
    display: none;
  }
  /***************************************
	CONTACT
***************************************/
  .contact #page-body {
    padding: 0;
  }
  .contact .blacked-out-header {
    margin: 10em auto;
  }
  #contactform {
    padding: 3em;
  }
  #contactform form {
    margin-bottom: 4em !important;
    border: 0 !important;
    padding: 0;
  }
  #contactform form.col-3-2 {
    border: 0;
    padding: 0;
  }
  #contactform a {
    text-decoration: none;
  }
  #contactform select,
  #subscribeform select {
    border: 1px solid #bfbfbf;
    padding: 1em;
  }
  #contactform input,
  #contactform select,
  #contactform textarea {
    width: 100%;
  }
  #contactform .buttons {
    margin-left: 0;
  }
  #contact-location {
    width: 100%;
    float: left;
  }
  .contact .device-col {
    width: 50%;
    padding: 0 2em 0 0;
    float: left;
  }
  .contact .device-col + .device-col {
    padding: 0;
  }
  /***************************************
	SUBSCRIBE
***************************************/
  .subscribe #page-body {
    padding: 0;
  }
  .subscribe .blacked-out-header {
    margin: 10em auto;
  }
  #subscribeform {
    padding: 3em;
  }
  #subscribeform .buttons {
    margin-left: 0;
  }
  #subscribeform .buttons button {
    padding-left: 2em;
    background-position: 92% center;
  }
  #subscribeform select,
  #subscribeform select {
    border: 1px solid #bfbfbf;
    padding: 1em;
  }
  #subscribeform input,
  #subscribeform select,
  #subscribeformm textarea {
    width: 100%;
  }
  #subscribeform form.col-3-2 {
    border: 0;
  }
  /***************************************
   PROPERTY SEARCH
***************************************/
  .property-search #page-body {
    background: #ffffff;
    margin: -0.4em 0 0 0;
    padding: 3em;
  }
  #property-search-tabs {
    width: 100%;
    display: inline-block;
    height: auto;
    margin: 2em 0 0 0;
  }
  #property-search-tabs a {
    padding: 2em;
    float: left;
  }
  #property-search-tabs a.prop-list {
    background: #000000 url("../../img/mobile-property-list-icon.png") no-repeat center center;
    margin-right: 1px;
  }
  #property-search-tabs a.prop-list.current {
    background: #ffffff url("../../img/mobile-property-list-icon-active.png") no-repeat center center;
  }
  #property-search-tabs a.prop-acquisition {
    background: #000000 url("../../img/mobile-acquisition-icon.png") no-repeat center center;
  }
  #property-search-tabs a.prop-acquisition.current {
    background: #ffffff url("../../img/mobile-acquisition-icon-active.png") no-repeat center center;
  }
  /***************************************
   PROPERTY LIST
***************************************/
  .property-search.property-search-properties-list .wrapper {
    min-width: 100%;
  }
  .property-search-properties-list .property {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .property-search-properties-list #page-body h3 {
    border: 0 !important;
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
  }
  .property-search-properties-list .property-details {
    display: block;
    /*margin:0 0 4em 0;*/
    width: 100%;
    /*padding: 0 0 4em 0; */
    border-bottom: 1px solid #e6e6e6;
  }
  .property-search-properties-list .property-details img {
    float: left;
    margin: 0 4em 0 0;
  }
  .property-search-properties-list .property-details a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #0090c7 url("../../img/calculator_arrow.png") no-repeat 90% 10px;
    padding: 0.8em 3em 0.5em 1em;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
  }
  .property-search-properties-list .property-details dl[itemprop="details"] a {
    background: none;
    color: #000000;
    text-decoration: none;
    text-align: left;
    margin: 0;
    padding: 1em 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .property-search-properties-list .property-details dl[itemprop="details"] {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .property-search-properties-list .mobile-wrap {
    float: left;
  }
  .property-contacts li {
    margin-bottom: 1em;
  }
  .mobile-wrap {
    width: 70%;
  }
  #page-body .mobile-wrap h3 {
    padding-bottom: 0 !important;
  }
  .property-list .left {
    width: 25%;
    margin-right: 3%;
  }
  .property-list p {
    float: left;
    width: 100%;
    margin-top: 0;
  }
  .commercial-property .col-2-1 {
    padding-left: 0;
  }
  /***************************************
  PROPERTY ACQUISITIONS
 ***************************************/
  .property-search-aquisition-service .col-2-1 {
    width: 50% !important;
    padding-right: 4em;
  }
  .property-search-aquisition-service .col-2-1 + col-2-2 {
    padding-right: 0;
  }
  .property-search-acquisition-service .fields {
    margin: 1.5em 0;
    width: 100%;
    float: left;
  }
  .property-search-acquisition-service .fields label {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 1em 0 0;
  }
  .property-search-acquisition-service .fields input {
    padding: 0.5em;
    border: 1px solid #bfbfbf;
    color: #bfbfbf;
    width: 100%;
  }
  .property-search-acquisition-service .buttons {
    background: #cc0000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 45%;
    margin-left: 0;
  }
  .property-search-acquisition-service .buttons button {
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    background: url("../../img/service_arrow.png") no-repeat 90% 16px;
    line-height: 2.2;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
    width: 100%;
    text-align: left;
    padding: 0.5em 0 0 2em;
    letter-spacing: 2pt;
  }
  /*******************************
	INDIVIDUAL PROPERTY
********************************/
  .commercial-property .small-col {
    display: none;
  }
  .commercial-property .col-3-3 {
    padding: 3em;
  }
  .commercial-property #property-availability p {
    background: #000000;
    color: #ffffff;
    padding: 0.5em 1em 0.2em 1em;
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2pt;
    max-width: 100%;
    text-align: center;
  }
  .commercial-property .col-3-3 #property-information {
    width: 100%;
    display: block;
    margin-top: 2em ;
  }
  .commercial-property .col-3-3 #property-information #ipad-amenities {
    margin-top: 2em;
    display: block;
    width: 100%;
  }
  .commercial-property .col-3-3 #property-information #ipad-amenities h2 {
    border-bottom: 1px solid #cc0000;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
  }
  .commercial-property .col-3-3 table {
    margin-bottom: 2em;
  }
  .commercial-property .col-3-3 #property-information #ipad-map {
    margin: 2em 0;
    width: 100%;
    display: block;
  }
  .commercial-property .col-2-1 {
    width: 100% !important;
    padding: 2em;
  }
  .commercial-property .blue-btn a {
    position: relative;
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: TodaySH, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 1px;
    padding: 0 0 0 27px;
    margin: 15px 2em 0 0;
    color: #ffffff;
    background: #0090c7;
    padding: 1.1em 1em 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 45%;
    float: left;
  }
  .commercial-property .blue-btn a:hover {
    background-position: 254px 0;
  }
  #property-information a.rental {
    background: url("../../img/rentals.png") no-repeat center -67px;
  }
  #property-information a.rental:hover {
    background: #000000 url("../../img/rentals.png") no-repeat center 11px;
    color: #ffffff;
  }
  #property-information a.contact {
    background: url("../../img/agents.png") no-repeat center -67px;
  }
  #property-information a.contact:hover {
    background: #000000 url("../../img/agents.png") no-repeat center 11px;
    color: #ffffff;
  }
  #property-information a.amenities,
  #property-information a.map {
    background-position: center -67px;
  }
  #property-information a.active-tab.amenities,
  #property-information a.active-tab.map {
    background-position: center 11px;
  }
  #property-information a.box-link {
    padding: 1em 2em 2.2em;
  }
  #property-information #rental p {
    text-align: center;
    background: #e6e6e6;
    color: #000000;
    padding: 1em;
  }
  #property-information #rental p span.upper {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .commercial-property #property-information #contact .agent-details {
    background: #e6e6e6;
    padding: 1.5em;
    margin-bottom: 1.5em;
    display: block;
    width: 100%;
    text-align: center;
  }
  .commercial-property #property-information #contact .agent-telephone {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 1em;
    margin-bottom: 0.5em;
  }
  .commercial-property #property-information #contact .agent-telephone:last-child {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .commercial-property #property-information #contact .agent-details a {
    text-decoration: none;
    color: #000000;
  }
  #property-information #rental p span.upper {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .commercial-property #property-information #contact .agent-details p {
    margin-bottom: 0.8em;
  }
  .commercial-property table#office-space .floorspace-column.hidden {
    display: none;
  }
}
/*******************************
	IPAD PORTRAIT
********************************/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #image-wrapper {
    margin: -3.6em auto 0;
  }
  .our-services .col-3-1 {
    width: 50% !important;
  }
  .our-services .view-survey {
    width: 100%;
    float: left;
  }
  .our-services .view-survey a {
    padding-right: 4em;
  }
  .our-services .col-3-1 + .col-3-1 + .col-3-1 {
    margin-bottom: 5em !important;
  }
  .property-search-properties-list .property-details dl[itemprop="details"] {
    width: 50%;
  }
  .client-logo {
    width: 22%;
    margin-right: 4%;
  }
  .our-services.our-services-floor-space-survey tbody .table-label {
    padding-right: 5.7em;
  }
  .our-services.our-services-floor-space-survey tbody .table-figures {
    padding-right: 3.6em;
  }
  .our-services.our-services-floor-space-survey a.blue-btn span {
    display: none;
  }
  .about.about-client-list ul.col-3-1 {
    width: 50% !important;
  }
  #footer p.copyright {
    width: 100%;
  }
  .about article.team-member h4.team-clear {
    margin-bottom: 1.8em;
  }
  #footer span.creator {
    float: none !important;
  }
}
@media print {
  header nav,
  #footer,
  .blacked-out-header,
  .team-member .sendmessage,
  a.bio,
  .our-services a.message,
  .our-services #quick-signup,
  .our-services .view-survey,
  #property_search_navigation,
  .property-search-acquisition-service #quick-signup,
  .small-col,
  .col-3-2 div#box-cont #floorplan,
  .commercial-property .col-3-2 #links,
  .col-3-2 #box-cont #map a,
  .commercial-property .col-3-1 .blue-btn,
  .commercial-property .callback .print-hide,
  .commercial-property .callback form,
  .sub-nav {
    display: none !important;
  }
  .about .col-2-1 {
    width: 100% !important;
    display: block;
  }
  .our-services.our-services-floor-space-survey tbody .table-label,
  .our-services.our-services-floor-space-survey tbody .table-figures {
    padding-right: 0;
  }
  .about .col-4-3,
  .our-services .col-4-3,
  .service-subs.research-area .col-2-1,
  .privacy .col-4-3,
  .terms-and-conditions .col-4-3,
  .disclaimer .col-4-3,
  .property-search .col-4-3,
  .property-search-acquisition-service .col-2-1,
  .col-3-2 .boxes,
  .commercial-property .col-3-1 {
    width: 100%;
  }
  .commercial-property .wrapper,
  .commercial-property .col-3-3 {
    padding: 0;
  }
  .commercial-property .col-3-2 {
    margin-right: 0;
    width: 100%;
  }
  .col-3-2 #box-cont,
  .col-3-2 .boxes,
  .col-3-2 div#box-cont h3 {
    display: block;
  }
  .col-3-2 .boxes {
    overflow: hidden;
  }
  .col-3-2 div#box-cont {
    min-height: 0;
  }
  .col-3-2 div#box-cont #map #properties_map {
    min-height: 100% !important;
    width: 100% !important;
    display: inline-block;
    clear: both;
  }
  .commercial-property #office-space,
  #office-space tr {
    border: 1px solid #bfbfbf;
  }
  #office-space th.availability-column {
    text-align: left;
    padding-left: 2.5em;
  }
  #agent-logos {
    text-align: left;
  }
  #mdlogo img {
    width: 50%;
  }
  .col-3-3 #property-name h1 {
    font-size: 16px;
  }
  .commercial-property h2,
  .commercial-property h3 {
    font-size: 14px;
  }
  .commercial-property p {
    font-size: 12px;
  }
  #agent-logos img {
    width: 198px !important;
    height: 119px;
  }
  #branding a.logo {
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    width: auto;
    height: auto;
  }
}
