/* Minification failed. Returning unminified contents.
(6178,21): run-time error CSS1038: Expected hex color, found '#black'
 */
@charset "UTF-8";
/* Social Colors */
/* Contexts colors */
/* Header Variables */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/shared/font-icons/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("/shared/font-icons/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/shared/font-icons/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/shared/font-icons/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/shared/font-icons/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/shared/font-icons/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 29, 2016 */
@font-face {
  font-family: "source_sans_problack";
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-black-webfont.eot");
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-black-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-black-webfont.woff2") format("woff2"), url("/Shared/fonts/sourcesanspro/sourcesanspro-black-webfont.woff") format("woff"), url("/Shared/fonts/sourcesanspro/sourcesanspro-black-webfont.ttf") format("truetype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-black-webfont.svg#source_sans_problack") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_probold";
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-bold-webfont.eot");
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-bold-webfont.woff2") format("woff2"), url("/Shared/fonts/sourcesanspro/sourcesanspro-bold-webfont.woff") format("woff"), url("/Shared/fonts/sourcesanspro/sourcesanspro-bold-webfont.ttf") format("truetype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-bold-webfont.svg#source_sans_probold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_proregular";
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-regular-webfont.eot");
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-regular-webfont.woff2") format("woff2"), url("/Shared/fonts/sourcesanspro/sourcesanspro-regular-webfont.woff") format("woff"), url("/Shared/fonts/sourcesanspro/sourcesanspro-regular-webfont.ttf") format("truetype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-regular-webfont.svg#source_sans_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_prosemibold";
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-semibold-webfont.eot");
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-semibold-webfont.woff2") format("woff2"), url("/Shared/fonts/sourcesanspro/sourcesanspro-semibold-webfont.woff") format("woff"), url("/Shared/fonts/sourcesanspro/sourcesanspro-semibold-webfont.ttf") format("truetype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "source_sans_proregular";
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-it-webfont.eot");
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-it-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-it-webfont.woff2") format("woff2"), url("/Shared/fonts/sourcesanspro/sourcesanspro-it-webfont.woff") format("woff"), url("/Shared/fonts/sourcesanspro/sourcesanspro-it-webfont.ttf") format("truetype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-it-webfont.svg#source_sans_proitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "source_sans_prolight";
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-light-webfont.eot");
  src: url("/Shared/fonts/sourcesanspro/sourcesanspro-light-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-light-webfont.woff2") format("woff2"), url("/Shared/fonts/sourcesanspro/sourcesanspro-light-webfont.woff") format("woff"), url("/Shared/fonts/sourcesanspro/sourcesanspro-light-webfont.ttf") format("truetype"), url("/Shared/fonts/sourcesanspro/sourcesanspro-light-webfont.svg#source_sans_prolight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "maple-simple";
  src: url("/shared/font-icons/maple-simple/maple-simple.eot");
  src: url("/shared/font-icons/maple-simple/maple-simple.eot?#iefix") format("embedded-opentype"), url("/shared/font-icons/maple-simple/maple-simple.woff") format("woff"), url("/shared/font-icons/maple-simple/maple-simple.ttf") format("truetype"), url("/shared/font-icons/maple-simple/maple-simple.svg#maple-simple") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[data-icon]:before {
  font-family: "maple-simple" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "maple-simple" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sign:before {
  content: "a";
}

.icon-testimonials:before {
  content: "b";
}

.icon-info:before {
  content: "c";
}

.icon-valuation:before {
  content: "d";
}

.icon-floorplan:before {
  content: "e";
}

.icon-view:before {
  content: "f";
}

.icon-team:before {
  content: "h";
}

.icon-pin:before {
  content: "i";
}

.icon-street:before {
  content: "j";
}

.icon-back:before {
  content: "k";
}

.icon-bath:before {
  content: "l";
}

.icon-station:before {
  content: "m";
}

.icon-bed:before {
  content: "n";
}

.icon-epc:before {
  content: "o";
}

.icon-garden:before {
  content: "p";
}

.icon-news:before {
  content: "g";
}

.icon-parking:before {
  content: "q";
}

.icon-print:before {
  content: "r";
}

.icon-receptions:before {
  content: "s";
}

.icon-school:before {
  content: "t";
}

.icon-contact:before {
  content: "u";
}

.icon-email:before {
  content: "v";
}

.icon-register:before {
  content: "w";
}

.icon-service:before {
  content: "x";
}

.icon-key:before {
  content: "y";
}

.icon-house:before {
  content: "z";
}

.icon-down:before {
  content: "A";
}

.icon-twitter:before {
  content: "B";
}

.icon-facebook:before {
  content: "C";
}

.icon-linkedin:before {
  content: "D";
}

.icon-google-plus:before {
  content: "E";
}

.icon-instagram:before {
  content: "G";
}

.icon-quote:before {
  content: "F";
}

.icon-down-mini:before {
  content: "H";
}

.icon-left-mini:before {
  content: "I";
}

.icon-right-mini:before {
  content: "J";
}

.icon-up-mini:before {
  content: "K";
}

.icon-left:before {
  content: "L";
}

.icon-right:before {
  content: "M";
}

.icon-up:before {
  content: "N";
}

.icon-list:before {
  content: "Q";
}

.icon-comm:before {
  content: "P";
}

.icon-th:before {
  content: "T";
}

.icon-banknote:before {
  content: "R";
}

.icon-like:before {
  content: "S";
}

/* ---------------------------------------------------- */
/* CSS Basic */
/* ---------------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.5em;
  font-family: "source_sans_prolight";
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 720px) {
  html {
    font-size: 16px;
  }
}
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.static-stick .main-content {
  padding-top: 60px;
}
@media (min-width: 720px) {
  .static-stick .main-content {
    padding-top: 120px;
  }
}

.boxed {
  max-width: 1440px;
  display: block;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  position: relative;
  background-color: #E5E5E5;
  min-height: 100%;
  color: #666;
}
@media (min-width: 720px) {
  body {
    padding-top: 0;
  }
}

img.sml-bg {
  display: none;
}
@media (max-width: 719px) {
  img.sml-bg {
    position: fixed;
    top: 0;
    display: block;
    width: auto;
    height: auto;
    min-height: 100vh;
    min-width: 100vw;
    z-index: -1;
  }
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

p, ul, ol {
  font-family: "source_sans_prolight";
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.75rem;
  line-height: 1.1em;
  letter-spacing: 0;
  font-family: "source_sans_prosemibold";
  color: #000;
}

@media (max-width: 719px) {
  h1 {
    font-size: 24px;
    line-height: normal;
  }
}

@media (max-width: 719px) {
  h2 {
    font-size: 20px;
    line-height: normal;
  }
}

@media (max-width: 719px) {
  h3 {
    font-size: 18px;
    line-height: normal;
  }
}

h1 small {
  color: #61c2a1;
  line-height: normal;
  color: #666;
}
a {
  color: #2d2d39;
}

.strong {
  font-weight: 400;
}

a:hover,
a:focus,
a:active {
  color: #000;
}

a.button {
  text-decoration: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

:focus {
  outline: none !important;
}

::-moz-focus-inner {
  border: 0 !important;
}

.form_error {
  color: red;
  font-family: "source_sans_probold";
}

iframe {
  border: 0;
}

p.small {
  font-size: 0.9em;
}

.reg-confirmation-list p {
  text-align: center;
}
.reg-confirmation-list ul {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

.margin-small {
  margin-top: 5px;
  margin-bottom: 5px;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

dt {
  color: #2d2d39;
}

dt, dd {
  margin: 2px 0;
}

.small-font {
  font-size: 0.9em;
}

.primary-color {
  color: #2d2d39;
}

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.imageborder {
  padding: 5px;
  border: solid 1px #ddd;
  margin: 0 0 15px 0;
  width: 100%;
}
@media (min-width: 720px) {
  .imageborder.alignright {
    max-width: 500px;
    margin: 0 0 30px 30px;
  }
}

img.alignleft + p,
img.alignright + p {
  margin-top: 0px;
}

.p-lg {
  font-size: 1.1em;
  line-height: 180%;
}

.margin-bottom {
  margin-bottom: 40px;
}

.margin-top {
  margin-top: 40px;
}

.margin-top-80 {
  margin-top: 80px;
}

hr {
  display: block;
  border-top: 1px solid #ddd;
  margin: 25px 0;
}

hr.color {
  border-color: #2d2d39 !important;
}

hr.dotted {
  border-style: dotted !important;
}

hr.dashed {
  border-style: dashed !important;
}

hr.double {
  height: 5px;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-bottom-style: solid;
}

.list-line {
  list-style-type: none;
  padding: 0;
}

.list-line li {
  border-bottom: solid 1px #eee;
}

.list-line li:first-child {
  border-top: solid 1px #eee;
}

.list-line li a {
  color: #333;
  text-decoration: none;
  padding: 7px;
  display: block;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.list-line li a:hover {
  background-color: #f5f5f5;
  color: #2d2d39;
}

blockquote {
  margin: 0 0 30px 0;
}
blockquote p.quote {
  font-style: italic;
}
blockquote p.quotee {
  font-family: "source_sans_prosemibold";
  font-size: 16px;
}

.emphasize {
  font-family: "source_sans_prolight";
  text-transform: uppercase;
}
.emphasize span {
  font-family: "source_sans_probold";
}
.text-line {
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #2d2d39;
  margin: 10px 0 20px;
}
.webp .box-1 {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/box-1.jpg?size=500%2C500&modified=23-01-20-04-45-48&format=webp");
}
.webp .box-2 {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/box-2.jpg?size=500%2C500&modified=23-01-20-04-45-48&format=webp");
}
.webp .box-3 {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/box-3.jpg?size=500%2C500&modified=23-01-20-04-45-48&format=webp");
}
.webp .box-4 {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/box-4.jpg?size=500%2C500&modified=23-01-20-04-45-48&format=webp");
}
.webp .box-5 {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/box-5.jpg?size=500%2C500&modified=23-01-20-04-45-48&format=webp");
}
.webp .box-6 {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/box-6.jpg?size=500%2C500&modified=23-01-20-04-45-48&format=webp");
}

.no-webp .box-1 {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/box-1.jpg?size=500%2C500&modified=23-01-20-04-45-48&format=jpg");
}
.no-webp .box-2 {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/box-2.jpg?size=500%2C500&modified=23-01-20-04-45-48&format=jpg");
}
.no-webp .box-3 {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/box-3.jpg?size=500%2C500&modified=23-01-20-04-45-48&format=jpg");
}
.no-webp .box-4 {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/box-4.jpg?size=500%2C500&modified=23-01-20-04-45-48&format=jpg");
}
.no-webp .box-5 {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/box-5.jpg?size=500%2C500&modified=23-01-20-04-45-48&format=jpg");
}
.no-webp .box-6 {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/box-6.jpg?size=500%2C500&modified=23-01-20-04-45-48&format=jpg");
}

.secondary-color {
  color: #61c2a1;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  margin-bottom: 0.5em;
  font-weight: 500;
  color: #17171d;
}

.h1, h1 {
  font-size: 2.3130607656em;
}

.h2, h2 {
  font-size: 2.0113571875em;
}

.h3, h3 {
  font-size: 1.74900625em;
}

.h4, h4 {
  font-size: 1.520875em;
}

.h5, h5 {
  font-size: 1.3225em;
}

.h6, h6 {
  font-size: 1.15em;
}

.link, a {
  color: #61c2a1;
  text-decoration: none;
}
.link:visited, a:visited {
  color: #35886c;
}
.link:hover, a:hover, .link:visited:hover {
  color: #43ad89;
}

.unordered-list {
  list-style-type: disc;
}

.ordered-list {
  list-style: decimal;
}

p {
  margin-bottom: 0.5em;
  line-height: 22px;
}
p > a {
  font-weight: 500;
}

.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 200px;
}

.SelectBox {
  padding: 0px;
  cursor: pointer;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
  visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  -webkit-box-shadow: 0 0 4px #7799D0;
          box-shadow: 0 0 4px #7799D0;
  border-color: #7799D0;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding: 0 30px 0 10px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
          box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  -webkit-box-shadow: 0 0 100px #595959;
          box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 0px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel {
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span, .SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i, .SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  -webkit-box-shadow: 0 0 2px #a1c0e4;
          box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

.SumoSelect {
  color: #666;
  font-weight: 400;
}

.SumoSelect > .CaptionCont {
  line-height: 32px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 0 10px 0 10px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.SumoSelect > .optWrapper > .options li.opt label {
  width: 100%;
}

.SumoSelect > .CaptionCont > label {
  display: none;
}

.SumoSelect > .CaptionCont > span {
  padding-right: 32px;
  position: relative;
}
.SumoSelect > .CaptionCont > span:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "";
  color: #ddd;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 32px;
  width: 32px;
  height: 32px;
  border-left: 1px solid #ddd;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.main-content {
  background-color: #FFF;
  float: left;
  width: 100%;
}
.main-content::after {
  clear: both;
  content: "";
  display: block;
}

.container-main-content {
  max-width: 1200px;
  margin: 0 auto;
}
.container-main-content::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 720px) {
  .container-main-content {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  }
}

.box-grid::after {
  clear: both;
  content: "";
  display: block;
}
.box-grid img {
  width: 100%;
  height: auto;
  margin: 0;
}
.box-grid .box-grid-button {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
  display: block;
}
.box-grid .box-grid-button:hover {
  color: #222;
  background-color: #fff;
  border: 2px solid #fff;
}

@media (min-width: 480px) and (max-width: 1023px) {
  .layout-1 .box-grid-contain .box-grid {
    width: 49.1525423729%;
    float: left;
  }
  .layout-1 .box-grid-contain .box-grid:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .layout-1 .box-grid-contain .box-grid:nth-child(2n+2) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1024px) {
  .layout-1 .box-grid-contain .box-grid {
    width: 32.2033898305%;
    float: left;
  }
  .layout-1 .box-grid-contain .box-grid:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .layout-1 .box-grid-contain .box-grid:nth-child(3n+2) {
    margin-left: 33.8983050847%;
    margin-right: -100%;
    clear: none;
  }
  .layout-1 .box-grid-contain .box-grid:nth-child(3n+3) {
    margin-left: 67.7966101695%;
    margin-right: -100%;
    clear: none;
  }
}

.layout-1 .box-grid {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.layout-1 .box-grid .box-grid-info {
  padding: 15px;
}
.layout-1 .box-grid .box-grid-info h2 {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .layout-1 .box-grid {
    margin-bottom: 30px;
  }
}

.layout-2 .box-grid {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.layout-2 .box-grid .box-grid-info {
  padding: 15px;
}
.layout-2 .box-grid .box-grid-info h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "source_sans_prolight";
}
.layout-2 .box-grid .box-grid-info h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}
@media (min-width: 480px) {
  .layout-2 .box-grid {
    margin-bottom: 30px;
  }
}
@media (min-width: 720px) {
  .layout-2 .box-grid {
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px 0;
    padding: 0 30px 30px 0;
  }
  .layout-2 .box-grid:last-of-type {
    border: 0;
    padding-bottom: 0;
  }
  .layout-2 .box-grid img {
    max-width: 300px;
    float: left;
    margin: 0 30px 30px 0;
  }
  .layout-2 .box-grid .box-grid-info {
    padding: 0;
    text-align: justify;
  }
  .layout-2 .box-grid .box-grid-button {
    display: inline-block;
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  .layout-2 .box-grid {
    margin-bottom: 30px;
  }
  .layout-2 .box-grid img {
    margin-bottom: 0;
  }
}

.browserchoice {
  float: left;
  width: 100%;
  text-align: center;
}

.browser {
  width: 110px;
  display: block;
  text-align: center;
  float: left;
  margin: 0px 20px 0px 0px;
}

/*-------------------------------------------------------------------*/
/* Back to Top */
/*-------------------------------------------------------------------*/
#back-top a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999999;
  color: #eee;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  #back-top a {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
}
#back-top a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
#back-top a i {
  font-size: 2em;
}

.about-us-img {
  width: 100%;
  height: auto;
}
@media (min-width: 720px) {
  .about-us-img {
    max-width: 50%;
    margin: 0 0 0 15px;
  }
}

.form-page h2.emphasize {
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 720px) {
  .form-page h2.emphasize {
    margin-bottom: 30px;
  }
}

.hover-box {
  background-position: center;
  background-size: cover;
}
.hover-box .text {
  position: absolute;
  top: 0;
  left: 0;
}
.hover-box p {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  font-family: "source_sans_prosemibold";
  margin: 10px 15px;
}
.hover-box a {
  margin-left: 15px;
  display: inline-block;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 18px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
}
.hover-box a:hover {
  color: #222;
  background-color: #fff;
  border: 2px solid #fff;
}
@media (min-width: 720px) {
  .hover-box p {
    font-size: 24px;
    margin: 30px;
    max-width: 260px;
  }
  .hover-box a {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .hover-box {
    background-size: 110%;
    -webkit-transition: background 0.75s linear;
    -o-transition: background 0.75s linear;
    transition: background 0.75s linear;
  }
  .hover-box:hover {
    background-size: 100%;
  }
}

.areas-back {
  float: left;
  width: 100%;
  background-color: #1a1a1a;
  margin: 0;
  padding: 15px 0px 30px 0px;
}

.areas-back h3 {
  color: #61c2a1;
  margin: 15px 10px 10px 0;
}

.areas-back ul {
  padding: 0;
  margin: 0;
}
.areas-back ul li {
  list-style-type: none;
}

.areas-back a {
  display: block;
  color: white;
}

/* Testimonials */
.blockquote-color {
  border-color: #2d2d39;
}

.blockquote-color-left {
  padding-right: 0;
  border-right: 0;
  text-align: left;
  margin-left: 15px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}
.blockquote-color-left p {
  padding-left: 15px;
  border-left: 5px solid #2d2d39;
}

.blockquote-color-bg {
  border-color: #2d2d39;
  border-bottom: solid 1px #2d2d39;
  background-color: #f9f9f9;
}

.blockquote-big {
  font-size: 1.8em;
  line-height: 140%;
  font-style: oblique;
  border: none;
}

.blockquote-big footer {
  font-style: normal;
  font-size: 0.7em;
}

.blockquote-color-bg-primary {
  font-size: 1em;
  background-color: #2d2d39;
  color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
}

.blockquote-color-bg-primary:after,
.blockquote-color-bg-dark:after {
  font-family: "maple-simple";
  content: "F";
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 2.6em;
}

.blockquote-color-bg-dark {
  font-size: 1em;
  background-color: #444;
  color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
}

.blockquote-color-bg-light {
  font-size: 1em;
  background-color: #ddd;
  color: #333;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
  text-shadow: 1px 1px 0px white;
}

.blockquote-color-bg-light:after {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #333;
  font-size: 2.6em;
}

.blockquote-color-bg-primary footer,
.blockquote-color-bg-dark footer {
  color: #eee;
  font-size: 0.9em;
}

.blockquote-color-bg-light footer {
  color: #666;
  font-size: 0.9em;
}

/* End Testimonials */
.lastest-news {
  border-left: 1px solid #ddd;
}

.lastest-news h2 span {
  color: #2d2d39;
}

.lastest-news a {
  color: #61c2a1;
  text-decoration: underline;
}

.lastest-news img {
  margin-left: 10px;
  margin-bottom: 10px;
}

.refine-search-lnk {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Process pages */
/* End Process pages */
/* Meet the team */
.about-person {
  margin: 0 0 25px 0;
}

.about-person h2 {
  text-align: left;
  color: #2d2d39;
}

.about-person h3 {
  text-align: center;
  color: #61c2a1;
}

/* Meet the team with Bio*/
.about-person-2 {
  margin: 0 0 25px 0;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.about-person-2 .team-photo {
  float: left;
  width: 100%;
  height: auto;
}
.about-person-2 .blurb {
  float: left;
  width: 100%;
}
@media (min-width: 720px) {
  .about-person-2 .team-photo {
    width: 40%;
  }
  .about-person-2 .blurb {
    float: right;
    width: 60%;
    padding-left: 30px;
  }
}

.about-person-2 h2 {
  color: #222;
  text-align: left;
}

.about-person-2 h3 {
  color: #222;
  font-family: "source_sans_prolight";
}

/* Services */
.service {
  margin: 0 0 25px 0;
  padding-bottom: 25px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
}
.service:last-of-type {
  border: 0;
  padding: 0;
}
.service ul {
  list-style-type: disc;
  margin-top: 25px;
  margin-bottom: 25px;
}
.service ul li {
  font-size: 16px;
  margin-left: 25px;
  margin-bottom: 10px;
  color: #111;
  font-weight: 300;
}
@media (min-width: 720px) {
  .service .image {
    width: 40.6779661017%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .service .text {
    width: 57.6271186441%;
    float: right;
    margin-right: 0;
  }
}

.service h2 {
  font-family: "source_sans_prolight";
}

.service h3 {
  color: #61c2a1;
}

/* Top image defaults for content pages */
.image-header-cont {
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  display: block;
  float: left;
  margin: 0px 0 25px 0;
}

.image-header {
  position: relative;
  margin: 0 auto;
}

.image-header h1 {
  background-color: #2d2d39;
  color: #fff;
  padding: 5px;
  width: auto;
  float: left;
}

.image-header h1 {
  margin: 0 0 100px 0;
}

.image-header button {
  margin: 0 0 0 0;
}

.image-header-cont {
  height: 250px;
}

.image-header div {
  margin: 200px 0 0 0;
}

@media (min-width: 720px) {
  .collapse.in.banner-collapse {
    display: none;
    visibility: hidden;
  }

  .image-header {
    width: 718px;
  }

  .image-header-cont {
    height: 250px;
  }

  .image-header div {
    margin: 200px 0 0 0;
  }
}
@media (min-width: 960px) {
  .image-header {
    width: 992px;
  }

  .image-header-cont {
    height: 300px;
  }

  .image-header div {
    margin: 250px 0 0 0;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .image-header {
    width: 1140px;
  }

  .image-header-cont {
    height: 350px;
  }

  .image-header div {
    margin: 300px 0 0 0;
  }
}
/* Stamp Duty CValculator */
.stamp-calc {
  float: left;
  width: 100%;
  margin: 0 15px 0 0;
}

.stamp-duty h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "source_sans_prolight";
}

.stamp-duty h4 a {
  font-size: 13px;
}

.calc-form form {
  padding: 0px 0px 20px 0px;
  float: left;
  display: block;
  width: 100%;
}

.calc-form {
  border-bottom: 1px solid #dbdbdb;
  margin: 0px 0px 20px 0px;
  float: left;
  width: 100%;
}

/* Contact Us page layout */
.gmapcontact {
  float: left;
  width: 100%;
  height: 500px;
  margin: 20px 0px 20px 0px;
}

.gmapcontact1 {
  float: left;
  width: 100%;
  height: 550px;
  margin: 0px 0px 20px 0px;
}

/* News Archive list*/
.full-cta {
  float: left;
  width: 100%;
  background-color: #61c2a1;
  /* SM Styles end */
  /* LG Styles end */
}
.full-cta.cta-1 {
  background-image: url("/images/banners/banner5.jpg");
}
.full-cta.cta-2 {
  background-image: url("/images/banners/banner6.jpg");
}
.full-cta .content {
  height: 300px;
}
.full-cta h2 {
  text-align: center;
  margin: 4em 0 1.5em;
  color: #fff;
  font-family: "source_sans_probold";
}
.full-cta.primary p.more a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 11px;
  padding: 5px 20px;
  border-radius: 0;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.full-cta.primary p.more a:focus, .full-cta.primary p.more a.focus, .full-cta.primary p.more a:active:focus, .full-cta.primary p.more a:active.focus, .full-cta.primary p.more a.active:focus, .full-cta.primary p.more a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.full-cta.primary p.more a:hover, .full-cta.primary p.more a:focus, .full-cta.primary p.more a.focus {
  color: #333;
  text-decoration: none;
}
.full-cta.primary p.more a:active, .full-cta.primary p.more a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.full-cta.primary p.more a.disabled, .full-cta.primary p.more a[disabled], fieldset[disabled] .full-cta.primary p.more a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.full-cta.secondary p.more a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 11px;
  padding: 5px 20px;
  border-radius: 0;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.full-cta.secondary p.more a:focus, .full-cta.secondary p.more a.focus, .full-cta.secondary p.more a:active:focus, .full-cta.secondary p.more a:active.focus, .full-cta.secondary p.more a.active:focus, .full-cta.secondary p.more a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.full-cta.secondary p.more a:hover, .full-cta.secondary p.more a:focus, .full-cta.secondary p.more a.focus {
  color: #333;
  text-decoration: none;
}
.full-cta.secondary p.more a:active, .full-cta.secondary p.more a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.full-cta.secondary p.more a.disabled, .full-cta.secondary p.more a[disabled], fieldset[disabled] .full-cta.secondary p.more a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.full-cta p.more {
  text-align: center;
}
@media (min-width: 720px) {
  .full-cta {
    /* SM Styles */
  }
  .full-cta h2 {
    margin: 3em 0 2em;
  }
}
@media (min-width: 1200px) {
  .full-cta {
    /* LG Styles */
  }
  .full-cta .content {
    height: 500px;
  }
  .full-cta h2 {
    margin: 6em 0 2em;
  }
}

.form-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 11px;
  padding: 5px 20px;
  border-radius: 0;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-submit:focus, .form-submit.focus, .form-submit:active:focus, .form-submit:active.focus, .form-submit.active:focus, .form-submit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-submit:hover, .form-submit:focus, .form-submit.focus {
  color: #333;
  text-decoration: none;
}
.form-submit:active, .form-submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.form-submit.disabled, .form-submit[disabled], fieldset[disabled] .form-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form_register_form h2, .form_valuation_form h2 {
  margin-bottom: 10px;
  font-size: 1.25em;
  text-transform: uppercase;
  color: #2d2d39;
  font-family: "source_sans_prolight";
  letter-spacing: 0;
}

span.separator {
  float: left;
  width: 100%;
  height: 60px;
  background-image: url("/images/logo-sm.png");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 15px 0 15px 0px;
}
span.separator:after, span.separator:before {
  position: absolute;
  top: 55%;
  overflow: hidden;
  width: 45%;
  width: calc(50% - 30px);
  height: 1px;
  content: " ";
  background-color: #eee;
}
span.separator:before {
  right: 0;
}
@media (min-width: 1200px) {
  span.separator {
    margin: 60px 0 60px 0px;
  }
}

/* Social Media */
ul.social-media {
  margin: 0px 0px 0 0;
  padding: 0;
}
ul.social-media li {
  float: left;
  list-style-type: none;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
ul.social-media li a {
  color: #fff;
  float: left;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: inherit;
  text-align: center;
}
ul.social-media li a:hover {
  color: #fff;
  text-decoration: none;
}

ul.sitemap-list {
  float: left;
  width: 100%;
}
ul.sitemap-list > li {
  color: #666;
  font-family: "source_sans_prosemibold";
  list-style-type: none;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 720px) {
  ul.sitemap-list > li {
    width: 50%;
  }
}
@media (min-width: 960px) {
  ul.sitemap-list > li {
    width: 25%;
    margin-bottom: 30px;
  }
}

.layout-variations > a {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
  padding: 0 15px;
  margin-right: 15px;
}
.layout-variations > a:hover {
  color: #222;
  background-color: #fff;
  border: 2px solid #fff;
}
.layout-variations > a:last-of-type {
  margin: 0;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 60px;
  color: #fff;
  z-index: 10;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.static-page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  position: relative;
}
.static-page:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 480px) {
  .static-page {
    padding: 30px;
  }
}
.static-page img.static-page-img {
  max-width: 100%;
  display: block;
  margin: 0 auto 15px;
  border: 1px solid #ccc;
}
@media (min-width: 480px) {
  .static-page img.static-page-img {
    margin: 0 auto 30px;
  }
}
@media (min-width: 720px) {
  .static-page img.static-page-img {
    float: right;
    margin: 0 0 30px 30px;
  }
}

@media (min-width: 1200px) {
  .static-page.register {
    padding: 50px 150px 25px 150px;
  }
}

.sitemaplist {
  width: 100%;
  max-width: 500px;
  margin-top: 0;
}
.sitemaplist ul, .sitemaplist li {
  margin: 0;
}
.sitemaplist ul::after, .sitemaplist li::after {
  clear: both;
  content: "";
  display: block;
}
.sitemaplist a {
  float: left;
  width: 100%;
}
.sitemaplist > li {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.sitemaplist > li > a {
  font-weight: 500;
  padding-left: 15px;
  line-height: 45px;
}
.sitemaplist > li > ul > li {
  padding-left: 15px;
  line-height: 36px;
  border-bottom: 1px solid #ccc;
}
.sitemaplist > li > ul > li:last-of-type {
  border: 0;
}
.sitemaplist h3 {
  margin: 0;
  line-height: 45px;
  padding-left: 15px;
  background-color: #ededed;
}
@media (min-width: 480px) {
  .sitemaplist > li {
    margin-bottom: 30px;
  }
}

.contact-page {
  padding: 0px !important;
}

.gmapcontact {
  display: block;
  width: 100%;
  height: 400px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 720px) {
  .gmapcontact {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .gmapcontact {
    height: 600px;
    width: 40.6779661017%;
    float: right;
    margin-right: 0;
  }
}

.contact-information {
  border-bottom: 1px dashed #ccc;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 720px) {
  .contact-information {
    width: 40.6779661017%;
    float: left;
    margin-right: 1.6949152542%;
    border-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .contact-information {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%;
  }
}

.contact-branch {
  margin-bottom: 15px;
  width: 100%;
  display: block;
  line-height: 26px;
}
.contact-branch h4 {
  margin-bottom: 10px;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #2d2d39;
  font-family: "source_sans_prolight";
  letter-spacing: 0;
}
.contact-branch p {
  margin-top: 0;
}
.contact-branch p:last-of-type {
  margin-bottom: 0;
}
.contact-branch i {
  color: #2d2d39;
  margin-right: 3px;
  min-width: 22px;
}
.contact-branch a {
  font-size: 20px;
  line-height: 26px;
}
.contact-branch .contact-address {
  font-size: 20px;
  line-height: 22px;
}
.contact-branch .contact-info {
  font-size: 20px;
}
@media (min-width: 480px) {
  .contact-branch .contact-info {
    padding-top: 30px;
    margin: 30px 0;
  }
}
@media (min-width: 720px) {
  .contact-branch .contact-info {
    margin-top: 0;
    padding-top: 0;
    border: 0;
  }
}

.contact-form {
  margin-bottom: 15px;
  display: block;
  border-top: 1px dashed #ccc;
  padding-top: 15px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.contact-form h4 {
  margin-bottom: 10px;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #2d2d39;
  font-family: "source_sans_prolight";
  letter-spacing: 0;
}
.contact-form p {
  margin-top: 0;
}
.contact-form fieldset {
  margin-bottom: 15px;
  width: 100%;
}
.contact-form fieldset label {
  width: 100%;
  display: block;
}
.contact-form fieldset input {
  margin: 0;
}
.contact-form fieldset textarea {
  width: 100%;
}
.contact-form fieldset:last-of-type {
  margin: 0;
}
.contact-form .form-button-submit {
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .contact-form .form-button-submit {
    width: 66.1016949153%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 480px) {
  .contact-form {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 720px) {
  .contact-form {
    width: 57.6271186441%;
    float: right;
    margin-right: 0;
    margin-top: 0;
    padding-top: 0;
    border: 0;
  }
}
@media (min-width: 1024px) {
  .contact-form {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .contact-form fieldset label {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .contact-form fieldset input {
    width: 66.1016949153%;
    float: right;
    margin-right: 0;
  }
  .contact-form fieldset textarea {
    margin-top: 10px;
  }
}

.opening-hours {
  margin-bottom: 10px;
  border-top: 1px dashed #ccc;
  padding-top: 10px;
  width: 100%;
}
.opening-hours h4 {
  margin-bottom: 10px;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #2d2d39;
  font-family: "source_sans_prolight";
  letter-spacing: 0;
}
.opening-hours p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0px;
}
.opening-hours .day {
  color: #61c2a1;
  width: 60px;
  display: inline-block;
}
.opening-hours .time {
  font-weight: bold;
}
@media (min-width: 480px) {
  .opening-hours {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 720px) {
  .opening-hours {
    padding-top: 0;
    margin-top: 0;
    border: 0;
  }
}

.contact-us-page .contact-details {
  margin-bottom: 25px;
  float: left;
}
.contact-us-page .contact-details .contact-form-submit {
  float: right;
  margin-right: 15px;
  width: calc(100% - 30px);
}
@media (min-width: 720px) {
  .contact-us-page .contact-details .contact-form-submit {
    width: 50%;
  }
}
.contact-us-page .contact-details .contact-details h2 {
  color: #2d2d39;
  font-size: 15px;
  font-weight: 400;
}
.contact-us-page .contact-details .contact-details h3 {
  color: #2d2d39;
  font-size: 16px;
  line-height: 25px;
  margin: 10px 0px 10px 0px;
}
.contact-us-page .contact-details .contact-details h3 i.fa {
  color: #61c2a1;
  padding-right: 0px;
  width: 20px;
}
.contact-us-page .contact-details .contact-details p {
  line-height: 18px;
  font-size: 13px;
}
.contact-us-page .contact-details .contact-details strong span {
  color: #2d2d39;
}

.leaflet-top, .leaflet-bottom {
  z-index: 998;
}

.schools {
  width: 100%;
  height: 550px;
  padding: 0px 15px 0 15px;
  float: left;
}

.schools iframe {
  padding: 0px 15px 0 15px;
}

.schoolsmap {
  width: 100%;
  height: 550px;
}

.detail-propstat_under_offer,
.detail-propstat_let,
.detail-propstat_let_agreed,
.detail-propstat_sold,
.detail-propstat_sold_stc {
  padding: 4px 6px 4px 6px;
  color: red;
}

#form_contactus_form_ce label {
  width: 100%;
}

.mortgage-calc {
  display: block;
}

.mortgage-form {
  display: block;
}

.mortgage-form input[type=text] {
  border: 1px solid #ccc;
}

.mortgage-form h2 {
  display: block;
  width: 100%;
}

.mortgage-form h3 {
  display: block;
  width: 100%;
  padding: 0;
}

#myModal3 .modal-body {
  height: 250px;
}

.rooms td {
  vertical-align: top;
}

.roomtype1 {
  font-weight: bold;
  padding-right: 10px;
}

.roomtype2 {
  font-weight: bold;
  font-size: 1.2em;
  padding-right: 10px;
}

.roomdesc {
  display: block;
  text-align: justify;
}

.bullets-li {
  width: 100%;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 25px;
}

.bullets-li p {
  font-size: 18px;
  font-family: "source_sans_prosemibold";
  color: black;
}
@media (min-width: 1024px) {
  .bullets-li p {
    width: 50%;
    float: left;
  }
}

.bullets-li p i.fa {
  color: #61c2a1;
  margin: 0px 10px 0px 0px;
}

/* Rooms formating */
.tableH {
  font-weight: bold;
  border-right: 1px solid #dbdbdb;
  padding: 0px 5px 0px 0px;
}

.tableH2 {
  font-weight: bold;
  border-right: 1px solid #dbdbdb;
  padding: 0px 5px 0px 5px;
}

.tableH3 {
  font-weight: bold;
}

.tableD {
  border-right: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  padding: 0px 5px 0px 0px;
}

.tableD2 {
  border-right: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  padding: 0px 5px 0px 5px;
}

.tableD3 {
  border-top: 1px solid #dbdbdb;
  padding: 0px 0px 0px 5px;
}

.details-page {
  padding: 0px !important;
}

.details-page-content {
  background-color: white;
  padding: 15px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 960px) {
  .details-page-content {
    padding: 30px;
  }
}

#detail-slider {
  float: left;
  width: 100%;
  background-color: #000000;
}
#detail-slider .sp-bottom-thumbnails {
  margin-top: 0;
}
#detail-slider .sp-thumbnail-container {
  margin: 0;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#detail-slider .sp-thumbnail-container.sp-selected-thumbnail {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.detail-singular-img-contain {
  background-color: #000;
}

img.detail-singular-img {
  display: block;
  margin: 0 auto;
}

.detail-header {
  margin: 0;
  padding: 15px;
  float: left;
  width: 100%;
  background-color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail-header h1 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-family: "source_sans_proregular";
  text-transform: uppercase;
}
.detail-header h1 a {
  color: inherit;
}
.detail-header h1 .priceask {
  font-family: "source_sans_prolight";
}
@media (min-width: 960px) {
  .detail-header {
    margin: 0;
    padding: 30px 0;
  }
}
@media (max-width: 960px) {
  .detail-header h1 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .detail-header h1 {
    font-size: 18px;
  }
}

a.detail-menu-reveal {
  display: none;
  visibility: hidden;
}
@media (max-width: 960px) {
  a.detail-menu-reveal {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 11px;
    padding: 5px 20px;
    border-radius: 0;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    text-align: center;
    cursor: pointer;
    visibility: visible;
  }
  a.detail-menu-reveal:focus, a.detail-menu-reveal.focus, a.detail-menu-reveal:active:focus, a.detail-menu-reveal:active.focus, a.detail-menu-reveal.active:focus, a.detail-menu-reveal.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  a.detail-menu-reveal:hover, a.detail-menu-reveal:focus, a.detail-menu-reveal.focus {
    color: #333;
    text-decoration: none;
  }
  a.detail-menu-reveal:active, a.detail-menu-reveal.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  a.detail-menu-reveal.disabled, a.detail-menu-reveal[disabled], fieldset[disabled] a.detail-menu-reveal {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.page-menu {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  min-height: 50px;
  background-color: #222;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 960px) {
  .page-menu {
    display: none;
  }
}
.page-menu ul {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
}
.page-menu ul li {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  list-style-type: none;
  display: inline-block;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #666;
  color: #fff;
  cursor: pointer;
}
.page-menu ul li:hover {
  background-color: #333;
}
.page-menu ul li:last-of-type {
  border: 0;
}
.page-menu ul li a {
  color: inherit;
  line-height: 50px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  display: block;
}
.page-menu ul li a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 54px;
  font-size: 20px;
}
@media (min-width: 720px) {
  .page-menu {
    padding: 0px 15px;
  }
  .page-menu .detail-menu-reveal {
    display: none;
  }
  .page-menu ul {
    display: block;
    margin: 0 auto;
  }
  .page-menu ul li {
    width: auto;
    margin: 0;
    border: 0;
  }
  .page-menu ul li a {
    padding: 0 10px 0 50px;
    width: auto;
  }
}

.detail-right-col {
  float: right;
  width: 100%;
}
.detail-right-col .detail-floorplan {
  float: left;
  width: 100%;
}
.detail-right-col .detail-floorplan h2 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "source_sans_probold";
}
@media (max-width: 960px) {
  .detail-right-col .detail-floorplan h2 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .detail-right-col .detail-floorplan h2 {
    font-size: 18px;
  }
}
.detail-right-col .detail-floorplan img {
  width: 100%;
  height: auto;
}
@media (min-width: 720px) {
  .detail-right-col {
    width: 33%;
  }
}

.detail-viewing {
  float: left;
  width: 100%;
  margin: 15px 0;
  background-color: #eee;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail-viewing h2 {
  text-align: center;
}
.detail-viewing h3 {
  display: none;
  visibility: hidden;
}
.detail-viewing .detail-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 11px;
  padding: 5px 20px;
  border-radius: 0;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.detail-viewing .detail-submit:focus, .detail-viewing .detail-submit.focus, .detail-viewing .detail-submit:active:focus, .detail-viewing .detail-submit:active.focus, .detail-viewing .detail-submit.active:focus, .detail-viewing .detail-submit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.detail-viewing .detail-submit:hover, .detail-viewing .detail-submit:focus, .detail-viewing .detail-submit.focus {
  color: #333;
  text-decoration: none;
}
.detail-viewing .detail-submit:active, .detail-viewing .detail-submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.detail-viewing .detail-submit.disabled, .detail-viewing .detail-submit[disabled], fieldset[disabled] .detail-viewing .detail-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.detail-viewing .form-group:last-of-type {
  margin: 0;
}
@media (min-width: 720px) {
  .detail-viewing {
    margin: 0 0 30px;
  }
}
.detail-viewing .detail-menu-button {
  cursor: pointer;
}

.detail-viewing form {
  width: 100%;
}
.detail-viewing form fieldset {
  margin: 0 0 5px 0;
}
.detail-viewing form fieldset label {
  width: 100%;
  float: left;
}
.detail-viewing form fieldset input, .detail-viewing form fieldset textarea {
  width: 100%;
  float: left;
  border-radius: 0;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail-viewing form fieldset textarea {
  height: 100px;
}
.detail-viewing form .submit-button {
  width: 100%;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #222;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #222;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
}
.detail-viewing form .submit-button:hover {
  color: #fff;
  background-color: black;
  border: 2px solid #black;
}

.detail-content {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 720px) {
  .detail-content {
    width: 67%;
    padding-right: 30px;
  }
}

#detail-stampduty .detail-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 11px;
  padding: 5px 20px;
  border-radius: 0;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
#detail-stampduty .detail-submit:focus, #detail-stampduty .detail-submit.focus, #detail-stampduty .detail-submit:active:focus, #detail-stampduty .detail-submit:active.focus, #detail-stampduty .detail-submit.active:focus, #detail-stampduty .detail-submit.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#detail-stampduty .detail-submit:hover, #detail-stampduty .detail-submit:focus, #detail-stampduty .detail-submit.focus {
  color: #333;
  text-decoration: none;
}
#detail-stampduty .detail-submit:active, #detail-stampduty .detail-submit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#detail-stampduty .detail-submit.disabled, #detail-stampduty .detail-submit[disabled], fieldset[disabled] #detail-stampduty .detail-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

#detail-rooms {
  float: left;
  width: 100%;
}
@media (min-width: 720px) {
  #detail-rooms {
    width: 67%;
    padding-right: 30px;
  }
}

.detail-location {
  float: left;
  width: 100%;
}
.detail-location #smap, .detail-location #dmap {
  float: left;
  width: 100%;
  height: 350px;
  margin: 0px 0px 20px 0px;
}
@media (min-width: 720px) {
  .detail-location {
    margin-top: 30px;
  }
  .detail-location #smap, .detail-location #dmap {
    width: 50%;
    width: calc(50% - 15px);
    margin: 0;
  }
  .detail-location #smap {
    float: right;
  }
}

#detail-disclaimer {
  float: left;
  padding: 15px;
  line-height: 22px;
}
@media (min-width: 960px) {
  #detail-disclaimer {
    margin-top: 30px;
    padding: 30px;
  }
}

.details-page #detail-disclaimer {
  float: left;
  padding: 15px 0;
  line-height: 22px;
}
@media (min-width: 960px) {
  .details-page #detail-disclaimer {
    margin-top: 30px;
    padding: 30px 0;
  }
}

.featured-contain {
  float: left;
  width: 100%;
  padding: 15px;
}
@media (min-width: 480px) {
  .featured-contain {
    padding: 30px;
  }
}
.featured-contain h3 {
  text-align: center;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.featured-contain .featured-properties::after {
  clear: both;
  content: "";
  display: block;
}
.featured-contain .featured-info {
  text-align: center;
  padding: 0 15px 15px;
}
.featured-contain .featured-property {
  background-color: #FFF;
  margin-bottom: 7.1428571429%;
  border: 1px solid #ededed;
}
.featured-contain .featured-property .price a {
  font-size: 0.75em;
}
.featured-contain .featured-property img {
  max-width: 100%;
  height: auto;
}
.featured-contain .featured-property h2, .featured-contain .featured-property h3, .featured-contain .featured-property h4, .featured-contain .featured-property h5, .featured-contain .featured-property h6 {
  text-align: center;
  font-weight: 300;
}
.featured-contain .featured-property .res-attributes {
  display: block;
  margin: 15px auto;
  width: auto;
}
.featured-contain .featured-property a.more {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
  display: block;
  margin: 0px auto 0;
}
.featured-contain .featured-property a.more:hover {
  color: #222;
  background-color: #fff;
  border: 2px solid #fff;
}
@media (min-width: 720px) {
  .featured-contain .featured-property {
    width: 49.1525423729%;
    float: left;
  }
  .featured-contain .featured-property:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .featured-contain .featured-property:nth-child(2n+2) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1024px) {
  .featured-contain .featured-property {
    width: 23.7288135593%;
    float: left;
    height: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .featured-contain .featured-property:nth-child(4n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .featured-contain .featured-property:nth-child(4n+2) {
    margin-left: 25.4237288136%;
    margin-right: -100%;
    clear: none;
  }
  .featured-contain .featured-property:nth-child(4n+3) {
    margin-left: 50.8474576271%;
    margin-right: -100%;
    clear: none;
  }
  .featured-contain .featured-property:nth-child(4n+4) {
    margin-left: 76.2711864407%;
    margin-right: -100%;
    clear: none;
  }
  .featured-contain .featured-property h2.featured-title {
    margin: 15px 0 15px 0px;
  }
  .featured-contain .featured-property a.more {
    width: calc(100% - 30px);
  }
}

/* ---------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------- */
footer {
  position: relative;
  z-index: 2;
}

.footer-sub {
  width: 100%;
  float: left;
  position: relative;
  color: #666;
  background-color: #333333;
}
.footer-sub .eit-foot {
  text-align: center;
  color: #666;
  font-size: 12px;
  padding: 15px 10px 15px 10px;
  line-height: 26px;
}
.footer-sub .eit-foot a {
  color: #666;
}

.eit-footer-legal {
  font-size: 12px;
  text-align: center;
  padding: 0 20px 15px 20px;
}
.eit-footer-legal span {
  color: rgba(102, 102, 102, 0.5);
}

.footer-top {
  background-color: #222;
  width: 100%;
  display: block;
  float: left;
}
.footer-top .footer-contact {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-top .footer-contact a {
  color: #999;
  text-decoration: none;
}
.footer-top .footer-contact a span {
  margin-right: 10px;
  color: #fff;
}
.footer-top .footer-contact a i {
  color: #fff;
}
.footer-top .footer-contact img {
  margin-bottom: 15px;
}
.footer-top .area-links {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-top .area-links ul li {
  margin-bottom: 5px;
}
.footer-top .footer-links {
  display: inline-block;
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-top .footer-links ul {
  float: right;
  width: 100%;
  padding-left: 0;
}
.footer-top .footer-links ul li {
  list-style-type: none;
  margin-bottom: 5px;
}
.footer-top .footer-links ul li a {
  color: #999;
  text-decoration: none;
}
.footer-top .footer-links ul li a:hover {
  color: #fff;
}
.footer-top .footer-links ul li.social-media a {
  line-height: 30px;
}
.footer-top h4 {
  margin: 0 0 16px 0;
  font-size: 22px;
  font-family: "source_sans_prolight";
  color: #fff;
}
.footer-top p {
  margin: 0 0 8px 0;
  color: #999;
}
.footer-top p i {
  margin: 0 5px 0 0;
  color: #fff;
}
@media (min-width: 720px) {
  .footer-top .footer-contact {
    width: 50%;
    float: left;
    vertical-align: top;
  }
  .footer-top .footer-links {
    width: 50%;
    float: left;
    vertical-align: top;
    margin-top: 50px;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .footer-top .footer-contact {
    width: 50%;
  }
  .footer-top .footer-links {
    width: 50%;
  }
  .footer-top .area-links {
    display: inline-block;
    float: left;
    width: 33%;
    padding: 85px 0px 0;
  }
  .footer-top .area-links h3 {
    margin-bottom: 8px;
  }
  .footer-top .area-links ul {
    float: left;
    width: 100%;
    margin: 0px 0px 0 0;
    padding: 0;
  }
  .footer-top .area-links ul li {
    list-style-type: none;
  }
  .footer-top .area-links ul li a {
    color: #999;
    text-decoration: none;
  }
  .footer-top .area-links ul li a:hover {
    color: #fff;
  }
  .footer-top .area-links ul:last-of-type {
    margin-right: 0;
  }
}

footer ul.social-media {
  display: block;
  margin-bottom: 15px;
}
footer ul.social-media li {
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: 0px 10px 0 0;
}
footer ul.social-media li i {
  color: #fff;
}
footer ul.social-media li a {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}
footer ul.social-media li a.rss {
  background-color: #ef922f;
}
footer ul.social-media li a.rss:hover {
  background-color: #da7911;
}
footer ul.social-media li a.facebook {
  background-color: #3b5998;
}
footer ul.social-media li a.facebook:hover {
  background-color: #2d4373;
}
footer ul.social-media li a.twitter {
  background-color: #00aced;
}
footer ul.social-media li a.twitter:hover {
  background-color: #0087ba;
}
footer ul.social-media li a.instagram {
  background-color: #517fa4;
}
footer ul.social-media li a.instagram:hover {
  background-color: #406582;
}
footer ul.social-media li a.googleplus {
  background-color: #dd4b39;
}
footer ul.social-media li a.googleplus:hover {
  background-color: #c23321;
}
footer ul.social-media li a.linkedin {
  background-color: #007bb6;
}
footer ul.social-media li a.linkedin:hover {
  background-color: #005983;
}

.affiliations {
  display: none;
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  background-color: #222;
}
.affiliations ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 10px;
  display: inline-block;
}
.affiliations ul li {
  padding: 10px 0px;
}
@media (min-width: 1024px) {
  .affiliations {
    display: block;
    margin-top: 60px;
  }
  .affiliations li {
    display: inline-block;
    margin: 0 15px 0px;
  }
}

.register > h2 {
  display: block;
  width: 100%;
  text-align: center;
}
.register .form_register_message {
  line-height: 20px;
}
.register .form_register_hint {
  line-height: 20px;
}

.register-page {
  padding: 0px !important;
}

.valuation_form {
  float: left;
  width: 100%;
}

.form-section {
  margin-bottom: 15px;
  padding-top: 15px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1024px) {
  .form-section {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
.form-section > fieldset > .radio-inline {
  float: left;
  width: auto !important;
  padding-right: 18px;
  margin-bottom: 0;
  line-height: 33px;
}
.form-section > fieldset > .radio-inline input {
  width: auto;
  float: left;
  margin-top: 10px;
  margin-right: 5px;
}
.form-section > fieldset > .radio-inline label {
  float: left;
}
.form-section > fieldset > label {
  margin: 0;
  line-height: 30px;
  width: 100%;
  float: left;
}
.form-section > fieldset > input {
  margin: 0;
  line-height: 25px;
  width: 100%;
}
.form-section > fieldset > select {
  margin: 0;
  line-height: 25px;
  width: 100%;
}
.form-section > fieldset > textarea {
  margin: 0;
  line-height: 25px;
  width: 100%;
}
.form-section > fieldset > input[type=text], .form-section > fieldset > input[type=email], .form-section > fieldset > textarea {
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 28px;
}
.form-section > fieldset {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}
.form-section > fieldset:last-of-type {
  margin: 0;
}
.form-section > fieldset:last-of-type input, .form-section > fieldset:last-of-type select {
  margin: 0;
}
.form-section .selectBox-dropdown {
  width: 100% !important;
}
.form-section .SumoSelect {
  width: 100% !important;
}
@media (min-width: 720px) {
  .form-section h2 {
    margin: 0 0 15px;
  }
  .form-section > fieldset > label {
    float: left;
    width: 35%;
  }
  .form-section > fieldset > input[type=text], .form-section > fieldset > input[type=email], .form-section > fieldset > textarea, .form-section > fieldset > select {
    float: left;
    width: 65%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .form-section .SumoSelect {
    width: 65% !important;
    float: left;
  }
}
.form-section > fieldset.checkbox > label {
  float: none;
  display: inline-block;
  width: auto;
  margin: 0;
}
.form-section > fieldset.checkbox > input[type=checkbox] {
  float: none;
  display: inline-block;
  width: auto;
  margin: 0 0 0 15px;
  line-height: 30px;
  text-align: right;
}
.form-section > fieldset.checkbox.consent {
  text-align: center;
}

input[type=text]:focus, input[type=text]:hover, input[type=email]:focus, input[type=email]:hover {
  -webkit-box-shadow: 0 0 2px #aaaabc;
          box-shadow: 0 0 2px #aaaabc;
  border-color: #aaaabc;
}

.form-section.notes, .form-section.form-footer {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  float: left;
}
.form-section.notes label, .form-section.notes textarea, .form-section.form-footer label, .form-section.form-footer textarea {
  width: 100%;
}

@media (min-width: 1024px) {
  .form-section.property-details {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .form-section.general-requirements {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}

.property-address, .form-additional-information {
  display: none;
}
@media (min-width: 720px) {
  .property-address, .form-additional-information {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .property-address, .form-additional-information {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .property-address fieldset, .form-additional-information fieldset {
    float: none;
  }
}

.form-section.notes.form-full-notes {
  width: 100%;
}
@media (min-width: 480px) {
  .form-section.notes {
    margin-right: 0;
    float: right;
  }
}

.form-section.consent {
  width: 100%;
}
.form-section.consent input {
  width: 100%;
}
@media (min-width: 480px) {
  .form-section.consent input {
    width: auto;
  }
  .form-section.consent label {
    margin-right: 20px;
    width: auto;
    float: left;
  }
}
.form-section.consent p.text-center {
  text-align: center;
  display: inline-block;
  float: none;
  width: 100%;
}

.form-submission {
  text-align: center;
  border: 0;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (min-width: 720px) {
  .form-submission {
    width: 100%;
    padding: 0;
    border: 0;
  }
}

.submit-button {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: #22222b;
  border: 1px solid #fff;
  height: 36px;
  line-height: 34px;
  text-transform: lowercase;
  font-family: 300;
  margin-top: 15px;
}
.submit-button:hover {
  color: #fff;
  background-color: #0b0b0e;
  border: 1px solid #fff;
}

.contact-req .form-section {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.login-form {
  padding: 20px;
  float: left;
}
.login-form form .form-section {
  margin: 0 0 10px 0;
  width: 100%;
  padding: 0;
  border: 0;
}
.login-form form .form-section input[type=text], .login-form form .form-section input[type=password] {
  padding: 10px;
  width: 100%;
}
.login-form form .form-section label {
  float: none;
}

.guide-page {
  padding: 0px !important;
}

.guide-section .left-guide {
  width: 74.5762711864%;
  float: left;
  margin-right: 1.6949152542%;
}
@media (max-width: 1200px) {
  .guide-section .left-guide {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
  }
}
@media (max-width: 1024px) {
  .guide-section .left-guide {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.guide-section h3 {
  margin-top: 25px;
  color: #2d2d39;
}
.guide-section p:last-of-type {
  margin-bottom: 0;
}
.guide-section .cta-side-links {
  width: 23.7288135593%;
  float: right;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .guide-section .cta-side-links {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .guide-section .cta-side-links {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.guide-section .cta-side-link {
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 45px;
}
.guide-section .cta-side-link a {
  margin-top: 15px;
}
.guide-section .cta-side-link:last-of-type {
  margin-bottom: 0px;
}
@media (min-width: 720px) and (max-width: 1024px) {
  .guide-section .cta-side-link {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media (min-width: 480px) {
  .guide-section h3 {
    margin-bottom: 10px;
  }
}

ul.change-bg {
  width: auto;
  position: fixed;
  z-index: 1;
  bottom: 15px;
  right: 15px;
  padding: 0;
  margin: 0;
  z-index: 99999999;
}
ul.change-bg li {
  float: left;
  list-style-type: none;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
ul.change-bg li a {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
}
ul.change-bg li a:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

.header-container {
  position: relative;
  padding: 0 !important;
}

.logo-contain img {
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.logo-contain .logo-white {
  display: block;
}
.logo-contain .logo-col {
  display: none;
}
.stick .logo-contain .logo-white {
  display: none;
}
.stick .logo-contain .logo-col {
  display: block;
}
.opacity .logo-contain .logo {
  display: block;
}
.opacity .logo-contain .logo-white {
  opacity: 1;
}
.opacity .logo-contain .logo-col {
  opacity: 0;
}
.opacity .stick .logo-contain .logo-white {
  opacity: 0;
}
.opacity .stick .logo-contain .logo-col {
  opacity: 1;
}
.opacity .static-stick .logo-contain .logo-white {
  opacity: 0;
}
.opacity .static-stick .logo-contain .logo-col {
  opacity: 1;
}

@media (min-width: 720px) {
  .logo-sml {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 720px) {
  .logo-lrg {
    display: none;
    visibility: hidden;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #000;
  z-index: 999;
  -webkit-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.stick header, .static-stick header {
  background-color: #FFF;
  border-bottom: 1px solid #eee;
}
header .logo-sml {
  float: left;
  width: 180px;
  height: 19px;
  margin: 20px 0 0 10px;
  left: 0;
  position: relative;
}
@media (min-width: 360px) {
  header .logo-sml {
    width: 260px;
    height: 40px;
    margin: 5px 0 0 10px;
  }
}
@media (min-width: 480px) {
  header .logo-sml {
    width: 360px;
    height: 40px;
    margin: 5px 0 0 10px;
  }
}
header .logo-sml img {
  width: 100%;
  max-width: 150px;
  height: auto;
}
header .top-contact {
  display: none;
}
@media (min-width: 720px) {
  header {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .stick header {
    position: fixed;
    top: -40px;
    left: 0;
  }
  .static-stick header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1460px) {
  .stick header, .static-stick header {
    left: 50%;
    margin-left: -720px;
    max-width: 1440px;
  }
}
@media (min-width: 720px) {
  header {
    height: 120px;
  }
  header .logo-lrg {
    float: left;
    position: relative;
    width: 180px;
    height: 70px;
    margin: 5px 0 0 5px;
  }
  .static-stick header .top-contact {
    border-bottom: 1px solid #eee;
  }
  .static-stick header .top-contact .info p {
    color: #222;
  }
  .static-stick header .top-contact {
    background-color: #fff;
  }
  header .top-contact {
    display: block;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  header .top-contact .info {
    float: right;
  }
  header .top-contact .info p {
    float: left;
    font-size: 14px;
    font-family: "source_sans_prolight";
    letter-spacing: 2px;
    line-height: 40px;
    color: #fff;
    margin: 0 20px 0 0px;
  }
  header .top-contact .info p i {
    margin-right: 5px;
    float: left;
    line-height: 46px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    border-right: 1px solid #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
  header .top-contact .info p a {
    color: #fff;
  }
}

header ul.social-media {
  float: left;
  display: inline-block;
  width: auto;
  height: auto;
}
.static-stick header ul.social-media li {
  border-right: 1px solid #eee;
}
.static-stick header ul.social-media li a {
  color: #222;
}
.static-stick header ul.social-media li a:hover {
  color: #fff;
}
header ul.social-media li {
  border-right: 1px solid #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
header ul.social-media li a.rss:hover {
  background-color: #ef922f;
}
header ul.social-media li a.facebook:hover {
  background-color: #3b5998;
}
header ul.social-media li a.twitter:hover {
  background-color: #00aced;
}
header ul.social-media li a.instagram:hover {
  background-color: #517fa4;
}
header ul.social-media li a.googleplus:hover {
  background-color: #dd4b39;
}
header ul.social-media li a.linkedin:hover {
  background-color: #007bb6;
}

a.account-link {
  color: #fff;
  float: left;
  line-height: 46px;
  position: absolute;
  top: 14px;
  right: 100px;
  z-index: 1001;
  width: 40px;
  height: 40px;
}
.stick a.account-link, .static-stick a.account-link {
  color: #222;
}
a.account-link .icon {
  text-align: center;
  width: 100%;
  height: 40px;
  float: left;
  font-size: 25px;
}
a.account-link .icon-user {
  display: inline-block;
  line-height: 40px;
  color: #2d2d39;
  font-size: 16px;
}
a.account-link span {
  display: none;
}
a.account-link.active {
  background-color: #2d2d39;
  border: 0;
  -webkit-border-radius: 10px 10px 0 0;
}
a.account-link.active .icon-user {
  display: none;
}
a.account-link.active .close-but {
  display: inline-block;
}
@media (min-width: 720px) {
  a.account-link {
    top: 63px;
    color: #eee;
  }
}
@media (min-width: 960px) {
  a.account-link {
    right: auto;
    left: 245px;
  }
}

#home-slider .sp-layer a.button {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #222;
  font-size: 20px !important;
  background-color: #fff;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
  float: left;
  -webkit-box-shadow: 0 0 5px 0 #050505;
  box-shadow: 0 0 5px 0 #050505;
}
#home-slider .sp-layer a.button:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
}
#home-slider h4, #home-slider h3 {
  display: block;
  line-height: normal;
  color: #fff;
}
#home-slider h4 a, #home-slider h3 a {
  font-family: "source_sans_prolight";
  font-size: 18px;
  color: #fff;
}
#home-slider h4 {
  width: auto;
  float: left;
  font-family: "source_sans_proregular";
  margin-bottom: 15px;
  text-transform: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: normal;
  font-family: "source_sans_prosemibold";
  text-shadow: 0 0 5px #000000;
}
#home-slider h3 {
  font-size: 22px;
  text-shadow: 0 0 5px #000000;
}
@media (min-width: 720px) {
  #home-slider h3 {
    font-size: 36px;
    display: block;
  }
  #home-slider h4 {
    font-size: 24px;
  }
}

/*
.home-slider-container{
	width:100%;
	height:auto;
	margin-bottom:0px;
}
*/
.home-content::after {
  clear: both;
  content: "";
  display: block;
}

.home-box {
  float: left;
  z-index: 8;
  width: 100%;
  padding-bottom: 33%;
  position: relative;
}
@media (max-width: 719px) {
  .home-box {
    padding-top: 10%;
  }
}
@media (min-width: 720px) {
  .home-box {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    width: 50%;
    padding-bottom: 50%;
  }
}
@media (min-width: 1200px) {
  .home-box {
    width: 33%;
    padding-bottom: 33%;
  }
}

.home-about {
  float: left;
  width: 100%;
  position: relative;
  height: auto;
  z-index: 8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-about h1 {
  font-family: 400;
}
.home-about h1 span {
  color: #61c2a1;
}
.home-about .text {
  padding: 30px;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-about .text h3 {
  margin-bottom: 10px;
}
.home-about .text a {
  display: inline-block;
  margin-top: 15px;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #222;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #000;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
}
.home-about .text a:hover {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
}
@media (min-width: 720px) {
  .home-about {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    width: 50%;
    padding-bottom: 50%;
  }
  .home-about .text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
  }
  .home-about .text h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .home-about {
    width: 34%;
    padding-bottom: 33%;
  }
}

.home-testimonial {
  float: left;
  position: relative;
  height: auto;
  background-color: #2d2d39;
  z-index: 8;
}
.home-testimonial .text-line {
  background-color: #FFF;
}
.home-testimonial blockquote, .home-testimonial i, .home-testimonial p {
  color: #fff;
}
.home-testimonial i {
  font-size: 40px;
  line-height: normal;
  display: inline-block;
  margin-bottom: 10px;
}
.home-testimonial .text {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-testimonial .text blockquote {
  font-size: 22px;
  line-height: normal;
  font-family: "source_sans_prosemibold";
}
.home-testimonial .text p {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 20px;
  font-family: "source_sans_probold";
}
.home-testimonial .text a {
  display: inline-block;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
}
.home-testimonial .text a:hover {
  color: #fff;
  background-color: #222;
  border: 2px solid #222;
}
@media (min-width: 720px) {
  .home-testimonial {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    width: 50%;
    padding-bottom: 50%;
  }
  .home-testimonial .text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
  }
  .home-testimonial .text p {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .home-testimonial {
    width: 33%;
    padding-bottom: 33%;
  }
}

.home-letting {
  float: left;
  position: relative;
  height: auto;
  width: 100%;
  background-image: url(/content/images/box-lettings.jpg);
  padding-bottom: 60%;
  z-index: 8;
}
@media (min-width: 1200px) {
  .home-letting {
    width: 67%;
    padding-bottom: 33%;
  }
}

.no-webp .home-letting {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/box-lettings.jpg?size=1000%2C500&modified=23-01-20-04-45-48&format=jpg");
}

.webp .home-letting {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/box-lettings.jpg?size=1000%2C500&modified=23-01-20-04-45-48&format=webp");
}

.home-blurb {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  z-index: 8;
}
.home-blurb h3 {
  color: #2d2d39;
}
.home-blurb img {
  display: none;
}
@media (min-width: 720px) {
  .home-blurb {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .home-blurb {
    width: 66%;
  }
  .home-blurb p {
    float: left;
    text-align: justify;
    padding: 0 30px 0 0px;
  }
  .home-blurb p:last-of-type {
    margin-bottom: 0;
  }
}

.home-sell-guide {
  z-index: 8;
}
@media (min-width: 1200px) {
  .home-sell-guide {
    width: 34%;
  }
}

.results-noresults {
  margin: 25px;
}

nav li {
  color: #fff;
  font-family: "source_sans_proregular";
}
nav a {
  letter-spacing: 1px;
  color: inherit;
  text-decoration: none;
  color: white;
}
nav a:hover {
  color: #fff !important;
  text-decoration: none;
}
nav a:active {
  color: white;
}
nav a:visited {
  color: white;
}
.stick nav li, .static-stick nav li {
  color: #000;
}
.stick nav li a, .static-stick nav li a {
  color: #000;
}
.stick nav li a:hover, .static-stick nav li a:hover {
  color: #222 !important;
}
.stick nav li a:visited, .static-stick nav li a:visited {
  color: #000 !important;
}
@media (max-width: 959px) {
  .stick nav li, .static-stick nav li {
    color: #fff;
  }
  .stick nav li a, .static-stick nav li a {
    color: #fff;
  }
  .stick nav li a:hover, .static-stick nav li a:hover {
    color: #fff !important;
  }
  .stick nav li a:visited, .static-stick nav li a:visited {
    color: #fff !important;
  }
}

/* Nav Button */
a#nav-link {
  float: right;
  width: 30px;
  height: 30px;
  margin: 15px 15px 0 0;
  position: relative;
  z-index: 1003;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 720px) {
  a#nav-link {
    margin: 25px 15px 0 0;
  }
}
a#nav-link.expanded span {
  background-color: #FFF !important;
}
.stick a#nav-link span, .static-stick a#nav-link span {
  background: #000 !important;
}
a#nav-link span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
a#nav-link span:nth-child(1) {
  top: 5px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}
a#nav-link span:nth-child(2) {
  top: 15px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}
a#nav-link span:nth-child(3) {
  top: 25px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}
a#nav-link.expanded span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: 5px;
  left: 5px;
}
a#nav-link.expanded span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
a#nav-link.expanded span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 25px;
  left: 5px;
}
@media (min-width: 960px) {
  a#nav-link {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 959px) {
  nav {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    position: fixed;
    top: 60px;
    z-index: 1002;
    background-color: #212121;
    -webkit-box-shadow: 5px 0 10px -8px #030303;
    box-shadow: 5px 0 10px -8px #030303;
    width: calc(100% - 60px);
    right: 100%;
    min-height: calc(100vh - 60px);
    height: calc(100vh - 60px);
    padding: 15px 30px 120px 30px;
    overflow-y: scroll;
    background-color: #202020;
  }
  nav ul {
    width: 100%;
    padding-bottom: 50px;
  }
  nav li {
    width: 100%;
    display: inline-block;
    line-height: 20px;
    font-size: 15px;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-family: "source_sans_proregular";
  }
  nav li.last-child {
    margin-bottom: 0;
    border: 0;
  }
  nav li .menu-dd {
    display: block !important;
  }
  nav li .menu-dd li a {
    color: white;
  }
  nav li .menu-dd li a i {
    display: inline-block;
    width: 25px;
  }
  nav li .menu-dd li a:active {
    color: white;
  }
  nav li .menu-dd li a:visited {
    color: white;
  }
  nav li ul li {
    border: 0;
    margin: 0;
    padding-left: 0;
    width: 50%;
    float: left;
  }
  nav li ul li:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 959px) and (max-width: 479px) {
  nav li ul li {
    width: 100%;
  }
}
@media (max-width: 959px) {
  nav .multi-list {
    float: left;
    border: 0;
  }
  nav .multi-list .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
  }
  nav .multi-list .title i {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 959px) {
  nav.expanded {
    right: 0;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  nav {
    top: 120px;
  }
  .stick nav {
    top: 80px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  nav .multi-list {
    width: 30%;
    margin-right: 3%;
    float: left;
    border: 0;
  }
  nav .multi-list .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  nav .multi-list .title i {
    display: none;
    visibility: hidden;
  }
  nav .multi-list .menu-dd {
    width: 100%;
    float: left;
  }
  nav .multi-list .menu-dd li {
    width: 100%;
    float: left;
  }
  nav .menu-item {
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
}
@media (min-width: 960px) {
  nav {
    float: right;
    margin-right: 15px;
  }
  nav li {
    float: left;
    -webkit-transition: background 0.15s ease;
    -o-transition: background 0.15s ease;
    transition: background 0.15s ease;
    line-height: 80px;
    text-transform: uppercase;
    cursor: pointer;
  }
  nav li .title {
    float: left;
    padding: 0 15px;
  }
  nav li .menu-item.title {
    padding: 0 50px 0 15px;
    position: relative;
  }
  nav li .menu-item.title i {
    position: absolute;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    height: 80px;
    right: 0;
    top: 0;
    width: 100%;
    text-align: right;
    padding-right: 15px;
    line-height: 85px;
    font-size: 12px;
  }
  nav li.navActive {
    background-color: #212121;
  }
  nav li.navActive .title {
    color: #fff;
  }
  nav li.navActive .menu-item.title i {
    line-height: 90px;
    color: #fff;
  }
  nav li:hover .menu-item.title i {
    line-height: 90px;
  }
  nav > ul > li a:visited, nav > ul > li a:active {
    color: white;
  }

  .menu-dd {
    display: none;
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    height: auto;
    background-color: #212121;
  }
  .menu-dd ul {
    float: right;
    margin: 0;
  }
  .menu-dd ul li a {
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    float: left;
    position: relative;
    width: 200px;
    height: 180px;
  }
  .menu-dd ul li a .title-text {
    float: left;
    line-height: 80px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: "source_sans_prolight";
  }
  .menu-dd ul li a .title-text .emp {
    font-family: "source_sans_prosemibold";
  }
  .menu-dd ul li a:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .menu-dd i {
    float: left;
    width: 200px;
    height: 100px;
    line-height: 160px;
    font-size: 40px;
    text-align: center;
    color: #fff;
  }
}
/* News list layout */
.static-page.news-list-page {
  padding: 0;
}

.news-archive-contain {
  display: none;
}
@media (min-width: 1200px) {
  .news-archive-contain {
    float: left;
    padding: 30px;
    display: inline-block;
    width: calc(25% - 60px);
  }
  .news-archive-contain h3 {
    margin: 0;
  }
}

.news-archive .year a, .news-archive .year a:link, .news-archive .year a:active, .news-archive .year a:visited {
  width: 100%;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  text-align: left;
  float: left;
  margin: 0px 0px 0px 0px;
}

.news-archive .month a, .news-archive .month a:link, .news-archive .month a:active, .news-archive .month a:visited {
  width: 100%;
  text-align: left;
  color: #666;
  float: left;
  display: block;
  text-decoration: underline;
  line-height: normal;
  margin: 0px 0px 0px 0px;
}

.news-list {
  float: left;
  width: 100%;
}
@media (min-width: 1200px) {
  .news-list {
    width: calc(75% - 31px);
    padding: 30px 30px 0 0;
    border-right: 1px solid #ededed;
  }
}

.news-list article {
  float: left;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #ededed;
  background-color: white;
}
.news-list article .news-img {
  float: left;
  width: 100%;
  height: auto;
}
.news-list article .box-grid-info {
  float: left;
  width: 100%;
  height: auto;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news-list article .box-grid-info h3 {
  font-family: "source_sans_prolight";
  text-transform: uppercase;
}
.news-list article .box-grid-info h3 a {
  color: #666;
  text-decoration: none;
}
.news-list article .box-grid-info .news-info-btn a.btn-default {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #222;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #000;
  height: 60px;
  line-height: 56px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
}
.news-list article .box-grid-info .news-info-btn a.btn-default:hover {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
}
.news-list article .box-grid-info p {
  display: none;
}
@media (min-width: 720px) {
  .news-list article .news-img {
    width: 50%;
  }
  .news-list article .box-grid-info {
    width: 50%;
  }
  .news-list article .box-grid-info p {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .news-list article:nth-of-type(even) .news-img {
    float: right;
  }
  .news-list article:nth-of-type(even) .box-grid-info {
    width: 60%;
    padding: 30px 30px 0;
  }
  .news-list article .news-img {
    width: 40%;
  }
  .news-list article .box-grid-info {
    width: 60%;
    padding: 30px 30px 0;
  }
}

.news-list article:nth-of-type(2n) {
  background-color: #f9f9f9;
}

/* News list layout END */
/* News Article layout END */
.news-article-page {
  padding: 0;
}

@media (min-width: 720px) {
  .news-article-image {
    width: calc(50% - 15px);
    float: left;
    width: 100%;
  }
}

@media (min-width: 720px) {
  .news-article-content {
    width: 50%;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
  }
}

.news-article-page .article-contain {
  float: left;
  width: 100%;
}
.news-article-page .article-contain article {
  float: left;
  padding: 15px;
}
.news-article-page .article-contain article h1 {
  font-family: "source_sans_prolight";
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 720px) {
  .news-article-page .article-contain article {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .news-article-page .article-contain {
    width: calc(75% - 1px);
    border-right: 1px solid #ededed;
  }
}

article .post-footer {
  float: left;
  width: 100%;
}
article .post-footer p.source {
  display: block;
  font-family: "source_sans_prosemibold";
}
article .post-footer a.more {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 11px;
  padding: 5px 20px;
  border-radius: 0;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
}
article .post-footer a.more:focus, article .post-footer a.more.focus, article .post-footer a.more:active:focus, article .post-footer a.more:active.focus, article .post-footer a.more.active:focus, article .post-footer a.more.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
article .post-footer a.more:hover, article .post-footer a.more:focus, article .post-footer a.more.focus {
  color: #333;
  text-decoration: none;
}
article .post-footer a.more:active, article .post-footer a.more.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
article .post-footer a.more.disabled, article .post-footer a.more[disabled], fieldset[disabled] article .post-footer a.more {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.show-hide-pop-up {
  display: none;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px;
  top: 0;
  left: 0;
  z-index: 999997;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.show-hide-info {
  position: absolute;
  top: 15px;
  left: 15px;
  height: auto;
  z-index: 999998;
  width: 100%;
  width: calc(100% - 30px);
  background-color: #FFF;
  padding: 55px 15px 15px 15px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.show-hide-info p:last-child {
  margin-bottom: 0;
}
.show-hide-info a.close-pop-up {
  position: absolute;
  line-height: 40px;
  width: 100%;
  top: 0;
  left: 0;
  text-align: right;
  background-color: #61c2a1;
  color: #fff;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 480px) {
  .show-hide-info {
    max-width: 420px;
    left: 50%;
    margin-left: -210px;
  }
}
@media (min-width: 720px) {
  .show-hide-info {
    top: 30px;
    max-width: 620px;
    margin-left: -310px;
    padding: 55px 30px 30px 30px;
  }
}
#stamp-duty-pop-up h3 span {
  margin-right: 15px;
}

#detail-epc table {
  table-layout: auto;
  margin: 0;
}
#detail-epc table td {
  padding: 0;
}
@media (min-width: 720px) {
  #detail-epc .epcTab {
    float: left;
    width: auto;
    margin: 0 20px 0 0;
  }
  #detail-epc .epcTab:last-of-type {
    margin: 0 0 0 0;
  }
}

#browser-pop-up {
  display: block;
}
#browser-pop-up .browserchoice::after {
  clear: both;
  content: "";
  display: block;
}
#browser-pop-up a.browser {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 10px;
}
#browser-pop-up a.browser img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 480px) {
  #browser-pop-up .browserchoice {
    margin-top: 30px;
  }
  #browser-pop-up a.browser {
    width: 25%;
    margin-bottom: 0;
  }
  #browser-pop-up a.browser img {
    margin-bottom: 15px;
  }
}

.leaflet-popup-pane {
  background-color: white;
}

.leaflet-popup-content-wrapper {
  float: left;
}

.leaflet-popup-tip-container {
  bottom: -20px;
}

.bgProcessFlash h3 {
  -webkit-animation-name: bgFlash;
  animation-name: bgFlash;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: 4;
  animation-iteration-count: 4;
}

@-webkit-keyframes bgFlash {
  0% {
    background-color: #202020;
  }
  100% {
    background-color: #000;
  }
}

@keyframes bgFlash {
  0% {
    background-color: #202020;
  }
  100% {
    background-color: #000;
  }
}
.process-page {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.process-instructions {
  margin-bottom: 30px;
  font-family: "source_sans_probold";
}
@media (min-width: 720px) {
  .process-instructions {
    display: none;
  }
}

.process-menu {
  display: none;
}
@media (min-width: 720px) {
  .process-menu {
    display: block;
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
    background-color: #3a3a3a;
  }
  .process-menu span {
    font-size: 20px;
    margin-right: 15px;
    width: 30px;
    float: left;
    line-height: 50px;
    font-family: "source_sans_probold";
  }
  .process-menu a {
    color: #fff;
    float: left;
    width: 100%;
    border-bottom: 1px solid #535353;
    line-height: 50px;
    font-family: "source_sans_prolight";
    font-size: 20px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .process-menu a:last-of-type {
    border: 0;
  }
  .process-menu a:hover {
    background-color: #000;
  }
}
@media (min-width: 1024px) {
  .process-menu {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .process-menu a {
    padding: 0 30px;
  }
}

@media (min-width: 720px) {
  .process-steps {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
    float: right;
  }
}
@media (min-width: 1024px) {
  .process-steps {
    width: 66.1016949153%;
    float: right;
    margin-right: 0;
    float: right;
  }
}

.process-steps .step {
  border: 1px solid #3a3a3a;
  margin-bottom: 15px;
}
.process-steps .step h3 {
  background-color: #3a3a3a;
  color: #fff;
  margin: 0;
  padding: 10px 10px 10px 50px;
  position: relative;
  line-height: 30px;
  font-family: "source_sans_prolight";
  cursor: pointer;
}
.process-steps .step h3 span {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #2d2d39;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50%;
}
.process-steps .step.bgProcessFlash h3 {
  background-color: #000;
}
.process-steps .step .step-text {
  padding: 15px;
  margin-bottom: 0;
  display: none;
}
.process-steps .step .step-text p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .process-steps .step {
    margin-bottom: 30px;
  }
  .process-steps .step .step-text {
    padding: 30px;
  }
  .process-steps .step h3 {
    padding: 15px 15px 15px 60px;
    cursor: default;
  }
  .process-steps .step h3 .icon {
    left: 30px;
    top: 15px;
    font-size: 30px;
    line-height: 32px;
  }
  .process-steps .step h3 span {
    top: 15px;
    left: 15px;
  }
}
@media (min-width: 720px) {
  .process-steps .step .step-text {
    display: block !important;
  }
}

.step-0 span.icon:before {
  content: "";
}

.step-1 span.icon:before {
  content: "";
}

.step-2 span.icon:before {
  content: "";
}

.step-3 span.icon:before {
  content: "";
}

.step-4 span.icon:before {
  content: "";
}

.step-5 span.icon:before {
  content: "";
}

.step-6 span.icon:before {
  content: "";
}

.search-menu {
  display: none;
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2d2d39;
  background-color: rgba(45, 45, 57, 0.95);
}
.search-menu .content {
  max-width: 600px;
  display: block;
  margin: 50px auto 0;
  padding: 30px;
}
.search-menu label {
  display: none;
}
.search-menu h2 {
  color: #fff;
  font-family: "source_sans_prolight";
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .search-menu h2 {
    margin-bottom: 30px;
  }
}
.search-menu .SumoSelect {
  width: 100%;
  margin-bottom: 10px;
}
.search-menu .SumoSelect > .CaptionCont {
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
.search-menu .SumoSelect > .CaptionCont > span::after {
  color: #fff;
  border-left: 0px;
}
.search-menu .SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #61c2a1;
}
.search-menu .SumoSelect:focus > .CaptionCont, .search-menu .SumoSelect:hover > .CaptionCont, .search-menu .SumoSelect.open > .CaptionCont {
  -webkit-box-shadow: 0 0 4px #7799D0;
  box-shadow: 0 0 4px #7799D0;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

a.close-search {
  color: #fff;
  text-transform: uppercase;
  font-family: "source_sans_prolight";
  font-size: 30px;
  line-height: 50px;
  float: right;
  margin: 0 15px;
  text-decoration: none;
}
a.close-search span {
  font-family: "source_sans_prosemibold";
  margin-left: 10px;
}
@media (min-width: 1200px) {
  a.close-search {
    margin: 15px 30px;
  }
}

a.search-button {
  color: #fff;
  float: left;
  line-height: 46px;
  position: absolute;
  top: 10px;
  right: 60px;
  z-index: 1001;
  width: 40px;
  height: 40px;
}
.stick a.search-button, .static-stick a.search-button {
  color: #222;
}
a.search-button .icon {
  text-align: center;
  width: 100%;
  height: 40px;
  float: left;
}
a.search-button .icon-search {
  display: inline-block;
  line-height: 40px;
  color: #2d2d39;
  font-size: 16px;
}
a.search-button span {
  display: none;
}
a.search-button.active {
  background-color: #2d2d39;
  border: 0;
  -webkit-border-radius: 10px 10px 0 0;
}
a.search-button.active .icon-search {
  display: none;
}
a.search-button.active .close-but {
  display: inline-block;
}
@media (min-width: 720px) {
  a.search-button {
    top: 60px;
    color: #eee;
  }
}
@media (min-width: 960px) {
  a.search-button {
    right: auto;
    left: 205px;
  }
  a.search-button.resultsSearch {
    display: none;
  }
}

.form-button-submit {
  width: 100%;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: #22222b;
  border: 1px solid #fff;
  height: 36px;
  line-height: 34px;
  text-transform: lowercase;
  font-family: 300;
  font-size: 16px;
}
.form-button-submit:hover {
  color: #fff;
  background-color: #0b0b0e;
  border: 1px solid #fff;
}
.form-button-submit .icon {
  display: none;
  visibility: hidden;
}

.light-submit {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
  font-size: 16px;
  width: 100%;
}
.light-submit:hover {
  color: #222;
  background-color: #fff;
  border: 2px solid #fff;
}

.property-search {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  background: white;
}
@media (min-width: 720px) {
  .property-search {
    padding: 100px 0px 100px 0px;
  }
}

.property-search .search-contain {
  display: block;
  float: left;
  border-radius: 6px;
  background-color: white;
  border: 1px solid #e6e6e6;
  padding: 0px 0px 0px 0px;
  margin-bottom: 15px;
}
.property-search .search-contain h2 {
  padding: 5px 0 0 15px;
  color: #2d2d39;
}

.search-contain .btn-secondary {
  font-size: 12px;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
}
.search-contain .btn-secondary:hover {
  color: #222;
  background-color: #fff;
  border: 2px solid #fff;
}

.results-search {
  padding: 0 15px;
  position: relative;
  min-height: 36px;
  width: 100%;
  margin-top: 15px;
}
.results-search .search-submit {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: #2d2d39;
  border: 1px solid #2d2d39;
  height: 36px;
  line-height: 34px;
  text-transform: lowercase;
  font-family: 300;
}
.results-search .search-submit:hover {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.results-search a.reveal {
  position: absolute;
  top: 0;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: #2d2d39;
  border: 2px solid #2d2d39;
  height: 36px;
  line-height: 32px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
}
.results-search a.reveal:hover {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}
.results-search a.reveal i {
  float: left;
  height: 32px;
  width: 32px;
  line-height: 36px;
}
.results-search .form-group {
  padding: 0;
}
.results-search form {
  display: none;
}
.results-search form p {
  color: #fff;
}
.results-search label {
  display: none;
}
@media (min-width: 960px) {
  .results-search {
    padding: 30px 15px 0;
  }
  .results-search a.reveal {
    display: none;
  }
  .results-search form {
    display: block;
  }
}
@media (min-width: 960px) {
  .results-search {
    margin: 0;
  }
  .csscalc .results-search .form-group {
    width: calc(25% - 11.25px);
    margin-right: 15px;
  }
  .csscalc .results-search .form-group:nth-of-type(4n) {
    margin-right: 0;
  }
  .results-search .form-group:nth-of-type(n+5) {
    margin-bottom: 0;
  }
  .results-search .form-group {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .results-search {
    padding: 30px 30px 0;
  }
}

.search-page {
  padding: 0px !important;
}

.search-body {
  background-color: #fff;
  padding: 0px !important;
}

.search-form-contain {
  float: left;
  width: 100%;
  background-color: #fff;
}
.search-form-contain label {
  display: none;
}
.search-form-contain > h2 {
  padding: 10px;
  display: block;
  text-align: center;
}
.search-form-contain > p {
  padding: 10px;
  display: block;
  text-align: center;
}
.search-form-contain p {
  margin-bottom: 15px;
  font-family: "source_sans_proregular";
}
.search-form-contain p a {
  font-family: "source_sans_prosemibold";
  color: #2d2d39;
}
.search-form-contain .search-form {
  padding: 25px 25px;
}
@media (min-width: 480px) {
  .search-form-contain .search-form {
    padding: 25px 50px;
  }
}
@media (min-width: 720px) {
  .search-form-contain .search-form {
    padding: 25px 240px;
  }
}
.search-form-contain .form-group {
  float: left;
  width: 100%;
}
.search-form-contain .SumoSelect {
  width: 100%;
  margin-bottom: 20px;
}
.search-form-contain .SumoSelect > .CaptionCont {
  background-color: transparent;
  border-radius: 0px;
  color: #999;
}
.search-form-contain .SumoSelect > .CaptionCont > span::after {
  color: #999;
  border-left: 0px;
}
.search-form-contain .SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #61c2a1;
}
.search-form-contain .SumoSelect:focus > .CaptionCont, .search-form-contain .SumoSelect:hover > .CaptionCont, .search-form-contain .SumoSelect.open > .CaptionCont {
  -webkit-box-shadow: 0 0 4px #7799D0;
  box-shadow: 0 0 4px #7799D0;
}
.search-form-contain .search-submit {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: #2d2d39;
  border: 2px solid #2d2d39;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
}
.search-form-contain .search-submit:hover {
  color: #2d2d39;
  background-color: transparent;
  border: 2px solid #2d2d39;
}
@media (min-width: 720px) and (max-width: 1199px) {
  .search-form-contain .form-group:nth-of-type(even) {
    float: right;
  }
}
@media (min-width: 1200px) {
  .search-form-contain {
    padding-top: 60px;
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .search-form-contain h2 {
    text-align: center;
  }
  .search-form-contain p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
  }
  .search-form-contain .form-group {
    margin: 0 0 15px 25%;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .search-form-contain .form-group {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .search-boxes {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
  }
}

.search-box {
  float: right;
  width: 100%;
  padding-top: 33%;
  padding-bottom: 63%;
  position: relative;
}
@media (min-width: 720px) and (max-width: 1199px) {
  .search-box {
    width: 50%;
    padding-top: 20%;
    padding-bottom: 45%;
  }
}

.buy-guide-box {
  background-image: url("/content/images/box-3.jpg");
}

.sold-box {
  background-image: url("/content/images/box-5.jpg");
}

.comm-reg-box {
  background-image: url("/content/images/box-7.jpg");
}

.comm-val-box {
  background-image: url("/content/images/box-8.jpg");
}

/*!
*  - v1.3
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 9;
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
  overflow: hidden;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
}

.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto;
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}

.sp-bottom-thumbnails {
  margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0;
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail {
  border: none;
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp-rtl .sp-thumbnail-container {
  float: right;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #FFF;
  background: black;
  background: rgba(0, 0, 0, 0.7);
}

.sp-white {
  color: #000;
  background: white;
  background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  cursor: url(/content/images/openhand.cur), move;
}

.sp-grabbing {
  cursor: url(/content/images/closedhand.cur), move;
}

.sp-selectable {
  cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-full-screen-button:before {
  content: "↕";
}

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.sp-rtl .sp-buttons {
  direction: rtl;
}

.sp-full-screen .sp-buttons {
  display: none;
}

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.sp-selected-button {
  background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px;
  }
}
/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute;
}

.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
  left: 20px;
  right: auto;
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  right: 20px;
  left: auto;
}

.sp-horizontal .sp-next-arrow {
  right: 20px;
  left: auto;
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  left: 20px;
  right: auto;
}

.sp-vertical .sp-previous-arrow {
  top: 20px;
}

.sp-vertical .sp-next-arrow {
  bottom: 20px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
  content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute;
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
  content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
  text-decoration: none;
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

a.sp-video:after {
  content: "▶";
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider-pro img.sp-layer {
  border: none;
}

.blockquote-color {
  border-color: #2d2d39;
}

.blockquote-color-left {
  padding-right: 0;
  border-right: 0;
  text-align: left;
  margin-left: 15px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}
.blockquote-color-left p {
  padding: 0 0 0 15px;
  margin: 0 0 10px 10px;
  border-left: 5px solid #2d2d39;
  line-height: 22px;
}
.blockquote-color-left footer {
  font-style: italic;
  margin-top: 15px;
}
.blockquote-color-left footer ::before {
  content: "— ";
}

.blockquote-color-bg {
  border-color: #2d2d39;
  border-bottom: solid 1px #2d2d39;
  background-color: #f9f9f9;
}

.blockquote-big {
  font-size: 1.8em;
  line-height: 140%;
  font-style: oblique;
  border: none;
}

.blockquote-big footer {
  font-style: normal;
  font-size: 0.7em;
}

.blockquote-color-bg-primary {
  font-size: 1em;
  background-color: #2d2d39;
  color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
}

.blockquote-color-bg-primary:after,
.blockquote-color-bg-dark:after {
  font-family: "maple-simple";
  content: "F";
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 2.6em;
}

.blockquote-color-bg-dark {
  font-size: 1em;
  background-color: #444;
  color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
}

.blockquote-color-bg-light {
  font-size: 1em;
  background-color: #ddd;
  color: #333;
  padding: 20px;
  text-align: center;
  position: relative;
  border: none;
  text-shadow: 1px 1px 0px white;
}

.blockquote-color-bg-light:after {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #333;
  font-size: 2.6em;
}

.blockquote-color-bg-primary footer,
.blockquote-color-bg-dark footer {
  color: #eee;
  font-size: 0.9em;
  font-style: italic;
}

.blockquote-color-bg-light footer {
  color: #666;
  font-size: 0.9em;
  font-style: italic;
}

@font-face {
  font-family: "resultsicons";
  src: url("/Shared/font-icons/resultsicons/resultsicons.eot?72761561");
  src: url("/Shared/font-icons/resultsicons/resultsicons.eot?72761561#iefix") format("embedded-opentype"), url("/Shared/font-icons/resultsicons/resultsicons.woff?72761561") format("woff"), url("/Shared/font-icons/resultsicons/resultsicons.ttf?72761561") format("truetype"), url("/Shared/font-icons/resultsicons/resultsicons.svg?72761561#resultsicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'resultsicons';
    src: url('../font/resultsicons.svg?72761561#resultsicons') format('svg');
  }
}
*/
[class^=res-icon-]:before, [class*=" res-icon-"]:before {
  font-family: "resultsicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  font-size: 24px;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.res-icon-beds:before {
  content: "";
}

.res-icon-station:before {
  content: "";
}

.res-icon-reception:before {
  content: "";
}

.res-icon-parking:before {
  content: "";
}

.res-icon-gardern:before {
  content: "";
}

.res-icon-bath:before {
  content: "";
}

.results_property_border {
  margin: 0px 0px 15px 0px;
  float: left;
}

.eye-icon {
  color: #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: -52px;
  right: 8px;
  z-index: 3;
  font-style: normal;
  font-family: "maple-simple";
}
.eye-icon:before {
  content: "f";
  line-height: 40px;
}

h1.resultsTitle {
  text-align: center;
  font-family: "source_sans_prolight";
}
@media (min-width: 720px) {
  h1.resultsTitle {
    margin-bottom: 30px;
  }
}

h3 [class^=results_propstat] {
  font-family: "source_sans_prosemibold";
  color: #2d2d39;
}

h3 .results_propstat_under_offer,
h3 .results_propstat_let,
h3 .results_propstat_let_agreed,
h3 .results_propstat_sold,
h3 .results_propstat_sold_stc {
  color: red;
}

h3 .results_priceask {
  color: #2d2d39;
}

.GMCon h3 a {
  color: #a9a9a9;
  font-size: 12px;
  font-family: "source_sans_proregular";
  margin: 0px 0px 0px 5px;
}

.view-icons {
  float: right;
  margin: 10px 0px 0px 0px;
}

/* Google map v3 results with image marker list */
/*Map layout*/
#map_canvas {
  width: 100%;
  height: 600px;
  margin: 0 0 0px;
}

#side_bar {
  display: none;
  visibility: hidden;
}

/*End Map layout*/
/*Marker list formatting*/
.marker-item {
  float: left;
  border: 1px solid #DADADA;
  margin: 0 0 3px;
  padding: 0;
  width: 100%;
  height: 43px;
}

.marker-item:hover,
.marker-item:active {
  cursor: pointer;
}

.map-photo {
  float: left;
  width: 60px;
}

.marker_photo {
  width: 60px;
  height: 45px;
}

.marker-txt {
  float: left;
  margin: 0 0 0 5px;
  width: 185px;
  cursor: pointer;
}

.marker-txt h2 {
  float: left;
  margin: 5px 0 8px;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  cursor: pointer;
}

.marker-txt h3 {
  float: left;
  margin: 0;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  cursor: pointer;
}

/*End Marker list formatting*/
/*Info window content styling */
.GMCon {
  width: 310px;
  float: left;
  text-align: left;
  font-size: 11px;
  padding: 10px 0px 0px 5px;
  overflow: hidden;
}

.GMCon h2 {
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #222222;
}

.GMCon h3 {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #2d2d39;
}

.GMPhoto {
  width: 300px;
  float: left;
  margin: 0 5px 0 0;
}

.resultsGM_photo {
  width: 300px;
  margin: 0 0 5px;
}

.moreInfo {
  margin: 5px 0 0;
  height: 20px;
  text-align: right;
}

.priceGM {
  font-size: 14px;
  text-align: left;
  float: left;
  margin: 5px 0;
  font-weight: 700;
}

.GMCont {
  width: 300px;
  float: left;
  text-align: left;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

/* Property status over image and marker list */
.GMPhoto .photoLabelLet,
.GMPhoto .photoLabelSold,
.GMPhoto .photoLabelUO,
.GMPhoto .photoLabelLetAgreed,
.GMPhoto .photoLabelSoldSTC,
.GMPhoto .photoLabelNI {
  width: 150px;
  position: relative;
  margin: 0;
  padding: 0;
}

.GMPhoto .photoLabelLet span,
.GMPhoto .photoLabelLetAgreed span,
.GMPhoto .photoLabelSold span,
.GMPhoto .photoLabelSoldSTC span,
.GMPhoto .photoLabelUO span, .GMPhoto .photoLabelNI span {
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  width: 150px;
  height: 100px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.GMPhoto .photoLabelLet span {
  background-image: url(/Shared/images/propertystatus6/let.png);
}

.GMPhoto .photoLabelLetAgreed span {
  background-image: url(/Shared/images/propertystatus6/letagreed.png);
}

.GMPhoto .photoLabelSold span {
  background-image: url(/Shared/images/propertystatus6/sold.png);
}

.GMPhoto .photoLabelSoldSTC span {
  background-image: url(/Shared/images/propertystatus6/soldSTC.png);
}

.GMPhoto .photoLabelUO span {
  background-image: url(/Shared/images/propertystatus6/UO.png);
}

.GMPhoto .photoLabelNI span {
  background-image: url(/Shared/images/propertystatus6/new.png);
}

/* End Property status over image */
/* Property status over marker list image */
.map-photo .photoLabel {
  padding: 0;
  margin: 0;
}

.map-photo .photoLabelLet,
.map-photo .photoLabelSold,
.map-photo .photoLabelUO,
.map-photo .photoLabelLetAgreed,
.map-photo .photoLabelSoldSTC,
.map-photo .photoLabelNI {
  width: 60px;
  position: relative;
  margin: 0;
  padding: 0;
}

.map-photo .photoLabelLet span,
.map-photo .photoLabelLetAgreed span,
.map-photo .photoLabelSold span,
.map-photo .photoLabelSoldSTC span,
.map-photo .photoLabelUO span,
.map-photo .photoLabelNI span {
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 40px;
  margin: 0;
  padding: 0;
}

.map-photo .photoLabelLet span {
  background-image: url(/Shared/images/propertystatus6/letML.png);
}

.map-photo .photoLabelLetAgreed span {
  background-image: url(/Shared/images/propertystatus6/letagreedML.png);
}

.map-photo .photoLabelSold span {
  background-image: url(/Shared/images/propertystatus6/soldML.png);
}

.map-photo .photoLabelSoldSTC span {
  background-image: url(/Shared/images/propertystatus6/soldSTCML.png);
}

.map-photo .photoLabelUO span {
  background-image: url(/Shared/images/propertystatus6/UOML.png);
}

.map-photo .photoLabelNI span {
  background-image: url(/Shared/images/propertystatus6/newML.png);
}

/*End Property status over marker list image */
/*End Info window content styling */
/* End Google map v3 results with image marker list */
.results-page {
  padding: 0px !important;
}

.resultsdesc {
  background-color: #000;
  color: #fff;
  padding: 10px 0;
}

.results-header {
  background-image: url("/content/images/banners/banner-results.jpg");
  background-position: center top;
  background-size: cover;
  display: inline-block;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #333;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.results-header h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "source_sans_prolight";
  margin: 0 0 15px 0;
  font-size: 22px;
}
.results-header h1 span {
  font-family: "source_sans_probold";
}
.results-header h3 {
  color: #fff;
  font-size: 18px;
  font-family: "source_sans_prolight";
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 720px) {
  .results-header {
    padding-top: 150px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .results-header h1 {
    margin: 0 0 15px 0;
  }
  .results-header h1 span {
    font-family: "source_sans_probold";
  }
  .results-header h3 {
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .results-header {
    padding-left: 100px;
    padding-right: 100px;
  }
  .results-header h1 {
    font-size: 50px;
    letter-spacing: 2px;
  }
}

.results-search {
  display: inline-block;
  padding: 0 30px;
}
@media (max-width: 960px) {
  .results-search {
    display: none;
    visibility: hidden;
  }
}
.results-search .form-item {
  width: 23.7288135593%;
  float: left;
  margin-bottom: 10px;
}
.results-search .form-item:nth-of-type(4n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.results-search .form-item:nth-of-type(4n + 2) {
  margin-left: 25.4237288136%;
  margin-right: -100%;
  clear: none;
}
.results-search .form-item:nth-of-type(4n + 3) {
  margin-left: 50.8474576271%;
  margin-right: -100%;
  clear: none;
}
.results-search .form-item:nth-of-type(4n + 4) {
  margin-left: 76.2711864407%;
  margin-right: -100%;
  clear: none;
}
.results-search .form-item label {
  color: #000;
}
.results-search .form-item > label {
  display: none;
  visibility: hidden;
}
.results-search .form-item.submit-button-field {
  float: right;
  margin-right: 0;
}
.results-search .form-button-submit {
  font-size: 12px;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: rgba(97, 194, 161, 0.8);
  border: 2px solid #fff;
  height: 33px;
  line-height: 29px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
  border: 1px solid #fff;
}
.results-search .form-button-submit:hover {
  color: #222;
  background-color: #fff;
  border: 2px solid #fff;
}
.results-search .SumoSelect > .CaptionCont {
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #fff;
  color: #fff;
}
.results-search .SumoSelect > .CaptionCont > span::after {
  color: #fff;
  border-left: 0px;
}
.results-search .SumoSelect:focus > .CaptionCont, .results-search .SumoSelect:hover > .CaptionCont, .results-search .SumoSelect.open > .CaptionCont {
  -webkit-box-shadow: 0 0 4px #7799D0;
  box-shadow: 0 0 4px #7799D0;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.results-search .SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #61c2a1;
}
.results-search .SumoSelect > .optWrapper > .options li.opt:hover label {
  color: #fff;
}
.results-search .container {
  position: absolute;
  top: 55px;
  left: 5%;
  width: 90%;
  min-height: 100%;
  z-index: 2;
}
.results-search .SumoSelect {
  width: 100%;
}
@media (min-width: 720px) {
  .results-search {
    padding: 0px 0 15px;
  }
  .results-search .container {
    position: absolute;
    top: 55px;
    left: 15%;
    width: 70%;
    min-height: 100%;
    z-index: 2;
  }
}
@media (min-width: 960px) {
  .results-search.propertySearch {
    display: block !important;
    margin-bottom: 30px;
  }
  .results-search h2 {
    margin: 30px 0;
  }
  .results-search .container {
    max-width: 600px;
    left: 50%;
    top: 54px;
    margin-left: -300px;
  }
  .results-search .form-group {
    margin-bottom: 30px;
  }
  .results-search .btn-group {
    float: left !important;
    width: 50% !important;
  }
  .results-search .search-submit {
    float: left;
    width: 50%;
    margin-left: 25%;
  }
}

.displayorderform {
  float: right;
  line-height: 38px;
  height: 38px;
  width: 250px;
}
.displayorderform .SumoSelect > .CaptionCont {
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 36px;
  height: 36px;
}
.displayorderform .SumoSelect > .CaptionCont > span::after {
  color: #fff;
  border-left: 0px;
}
.displayorderform .SumoSelect:focus > .CaptionCont, .displayorderform .SumoSelect:hover > .CaptionCont, .displayorderform .SumoSelect.open > .CaptionCont {
  -webkit-box-shadow: 0 0 4px #7799D0;
  box-shadow: 0 0 4px #7799D0;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.displayorderform .SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #61c2a1;
}
.displayorderform .SumoSelect > .optWrapper > .options li.opt:hover label {
  color: #fff;
}
.displayorderform .container {
  position: absolute;
  top: 55px;
  left: 5%;
  width: 90%;
  min-height: 100%;
  z-index: 2;
}
.displayorderform .SumoSelect {
  width: 75%;
  float: right;
}

.displayorderform > label {
  color: #fff;
  width: 20%;
  line-height: 38px;
  height: 38px;
}

.results-footer {
  background-color: #000;
  float: left;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}
@media (min-width: 720px) {
  .results-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .results-footer {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.results-footer #detail-disclaimer {
  float: left;
  padding: 30px 0 0 0;
}

.results-page-grid {
  padding: 15px 15px 0;
  background-color: #ffffff;
}
.results-page-grid .results-contain {
  padding: 0 !important;
}
@media (min-width: 1200px) {
  .results-page-grid {
    padding: 45px 45px 0;
  }
}

.results-page-grid .results-grid-item {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
@media (min-width: 720px) and (max-width: 1199px) {
  .results-page-grid .results-grid-item {
    width: 50%;
  }
  .csscalc .results-page-grid .results-grid-item {
    width: calc(50% - 7.5px);
    margin: 0 15px 15px 0;
  }
  .csscalc .results-page-grid .results-grid-item:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
}
@media (min-width: 1200px) {
  .results-page-grid .results-grid-item {
    width: 33.3%;
  }
  .csscalc .results-page-grid .results-grid-item {
    width: calc(33.3% - 30px);
    margin: 0 45px 45px 0;
  }
  .csscalc .results-page-grid .results-grid-item:nth-child(3n) {
    margin-right: 0;
    float: right;
  }
}

.results-page-grid .results-grid-item [class^=res-icon-]:before, .results-page-grid .results-grid-item [class*=" res-icon-"]:before {
  color: #fff;
}
.results-page-grid .results-grid-item .photo-contain {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.results-page-grid .results-grid-item .photo-contain img {
  z-index: 1;
  width: 100%;
  height: auto;
}
.results-page-grid .results-grid-item .results_priceask {
  color: #fff;
}
.results-page-grid .results-grid-item h3 [class^=results_propstat] {
  font-family: "source_sans_prosemibold";
  color: #fff;
}
.results-page-grid .results-grid-item a.feeslink {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  font-family: "source_sans_proregular";
}
.results-page-grid .results-grid-item .property-description {
  display: block;
  background: #2d2d39;
  padding: 10px;
  position: relative;
}
.results-page-grid .results-grid-item .property-description h3, .results-page-grid .results-grid-item .property-description h2 {
  color: #fff;
  font-weight: normal;
}
.results-page-grid .results-grid-item .property-description h3 {
  font-size: 20px;
  font-family: "source_sans_prolight";
  text-transform: uppercase;
}
.results-page-grid .results-grid-item .property-description h2 {
  font-size: 16px;
  font-family: "source_sans_prolight";
  margin: 0;
  line-height: 30px;
  display: block;
}
.results-page-grid .results-grid-item .res-attributes {
  display: none;
}
.results-page-grid .results-grid-item a.results-details {
  position: absolute;
  margin: 0;
  right: 0px;
  top: 0px;
  text-decoration: none;
}
.results-page-grid .results-grid-item a.results-details .text {
  display: none;
}
.results-page-grid .results-grid-item a.results-details i {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background-color: #61c2a1;
}
@media (min-width: 960px) {
  .results-page-grid .results-grid-item {
    position: relative;
    /* Hover Functionality */
    /* Hover Functionality End */
  }
  .results-page-grid .results-grid-item .photo-contain {
    width: 100%;
    height: 0;
    padding-bottom: 71.4285714286%;
    overflow: hidden;
  }
  .results-page-grid .results-grid-item .photo-contain img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .results-page-grid .results-grid-item:hover .property-description {
    background-color: rgba(45, 45, 57, 0.5);
  }
  .results-page-grid .results-grid-item:hover .property-description a.results-details {
    margin-right: 25px;
  }
  .results-page-grid .results-grid-item:hover .property-description .res-attributes {
    margin-right: 0;
  }
  .results-page-grid .results-grid-item:hover .property-description h3, .results-page-grid .results-grid-item:hover .property-description h2 {
    background-color: #2d2d39;
  }
  .results-page-grid .results-grid-item .property-description {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 0px;
    overflow: hidden;
    -webkit-transition: background-color 0.75s ease;
    -o-transition: background-color 0.75s ease;
    transition: background-color 0.75s ease;
    background-color: transparent;
  }
  .results-page-grid .results-grid-item .property-description a.results-details {
    top: auto;
    bottom: 30px;
    right: 30px;
    width: auto;
    height: 50px;
    margin-right: -50%;
    -webkit-transition: margin 0.75s ease;
    -o-transition: margin 0.75s ease;
    transition: margin 0.75s ease;
  }
  .results-page-grid .results-grid-item .property-description a.results-details i {
    display: none;
  }
  .results-page-grid .results-grid-item .property-description a.results-details .text {
    display: block;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    text-decoration: none;
    padding: 0px 20px;
    color: #fff;
    font-size: 20px !important;
    background-color: #43ad89;
    border: 0px solid #fff;
    height: 50px;
    line-height: 50px;
    text-transform: lowercase;
    font-family: "source_sans_prosemibold";
    text-align: center;
    width: 100%;
    height: 50px;
  }
  .results-page-grid .results-grid-item .property-description a.results-details .text:hover {
    color: #fff;
    background-color: #43ad89;
    border: 0px solid #fff;
  }
  .results-page-grid .results-grid-item .property-description .results_priceask {
    color: #fff;
  }
  .results-page-grid .results-grid-item .property-description h3 {
    -webkit-transition: background-color 0.75s ease;
    -o-transition: background-color 0.75s ease;
    transition: background-color 0.75s ease;
    padding: 0 15px 10px 15px;
    margin: 0;
    width: 100%;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(45, 45, 57, 0.75);
  }
  .results-page-grid .results-grid-item .property-description h2 {
    -webkit-transition: background-color 0.75s ease;
    -o-transition: background-color 0.75s ease;
    transition: background-color 0.75s ease;
    text-transform: uppercase;
    padding: 10px 15px;
    color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(45, 45, 57, 0.75);
  }
  .results-page-grid .results-grid-item .property-description .res-attributes {
    display: block;
    position: absolute;
    width: 240px;
    right: 30px;
    margin-right: 100%;
    bottom: 100px;
    color: #fff;
    -webkit-transition: margin 0.75s ease;
    -o-transition: margin 0.75s ease;
    transition: margin 0.75s ease;
  }
}
@media (min-width: 1200px) {
  .results-page-grid .results-grid-item .photo-contain {
    width: 100%;
    height: 0;
    padding-bottom: 80%;
  }
}

.results-container-list {
  padding: 0px;
}

.results-list-item {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 0 !important;
}
.results-list-item [class^=res-icon-]:before, .results-list-item [class*=" res-icon-"]:before {
  color: #222;
}
.results-list-item .photo-thumb {
  float: left;
  width: 100%;
  height: auto;
}
.results-list-item .photo-thumb .thumbnail {
  width: 100%;
  height: auto;
}
.results-list-item .property-description {
  float: left;
  padding: 15px;
  text-align: left;
}
.results-list-item .property-description p, .results-list-item .property-description h2, .results-list-item .property-description h3, .results-list-item .property-description .res-attributes {
  text-align: inherit;
}
.results-list-item .property-description p {
  display: none;
}
.results-list-item .property-description h3, .results-list-item .property-description h2 {
  font-family: "source_sans_prolight";
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .results-list-item .property-description h2 {
    font-size: 22px !important;
  }
  .results-list-item .property-description h3 {
    font-size: 18px !important;
  }
}
.results-list-item .res-attributes {
  color: #222;
  margin-bottom: 15px;
}
.results-list-item a.results-details {
  float: left;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #222;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #222;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
}
.results-list-item a.results-details:hover {
  color: #fff;
  background-color: #222;
  border: 2px solid #222;
}
@media (min-width: 720px) {
  .results-list-item {
    border-bottom: 1px solid #ededed;
    /*
    position:relative;
    margin-bottom:60px;
    border-bottom:5px solid $secondary-color;
    background-color: #f5f5f5;
    .csscalc & {
    	h3{
    		border-bottom:1px solid #ccc;
    		padding: 0;
    		line-height:40px;
    		width:calc(100% - 30px);
    		margin:0 0 15px 15px;
    	}
    }
    .results-text {
    	position:static;
    }
    .res-prop-lnk{
    	position:absolute;
    	bottom:15px;
    	right:15px;
    }
    a.results-details{
    	@include button;
    	.text{
    		display:block;
    	}
    	i{
    		display:none;
    	}
    }
    h2, h3, p{
    	padding:0 15px;
    }
    h2{
    	text-align:left;
    	margin:0;
    }

    h3{
    	display:block;
    	margin-top:15px;
    	color: $primary-color;
    	font-size: 16px;
    	font-family: $ff-light;
    	line-height: 40px;
    	margin: 0px 0px 0px 0px;
    	width: 100%;
    	text-align: left;
    }
    */
  }
  .results-list-item .photo-thumb {
    width: 50%;
  }
  .results-list-item .property-description {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 960px) {
  .results-list-item {
    /*
    .res-attributes{
    	display:block;
    	position:absolute;
    	bottom:15px;
    	padding-left:10px;
    	color:$primary-color;
    	font-family: $ff-bold;
    }
    */
  }
}
@media (min-width: 1200px) {
  .results-list-item:nth-of-type(even) .photo-thumb {
    float: right;
  }
  .results-list-item:nth-of-type(even) .property-description {
    text-align: right;
  }
  .results-list-item:nth-of-type(even) .property-description a.results-details {
    float: right;
  }
  .results-list-item .photo-thumb {
    width: 40%;
  }
  .results-list-item .property-description {
    width: 60%;
    padding: 60px 60px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .results-list-item .property-description p {
    display: block;
  }
}

/* Results Navigation & Options */
.resultsnav {
  padding: 15px 0 !important;
  background-color: #000;
}
.resultsnav.resultsnav-top {
  background-color: transparent;
}
.resultsnav .page-num {
  float: left;
}
@media (max-width: 720px) {
  .resultsnav .page-num {
    width: 100%;
    margin-bottom: 15px;
  }
}
.resultsnav .page-num ul {
  padding: 0;
  margin: 0;
  float: left;
  width: auto;
}
.resultsnav .page-num ul li {
  list-style-type: none;
  float: left;
  margin: 0px 10px 0px 0px;
}
.resultsnav .page-num ul li.active a {
  background-color: #fff;
  border-color: #fff;
  color: #2d2d39;
}
.resultsnav .page-num ul li.disabled a, .resultsnav .page-num ul li.disabled a:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  cursor: default;
}
.resultsnav .page-num ul li a {
  float: left;
  height: 36px;
  min-width: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
}
.resultsnav .page-num ul li a i {
  line-height: 40px;
}
.resultsnav .page-num ul li a:hover {
  text-decoration: none;
  border-color: #fff;
  background-color: #fff;
  color: #2d2d39;
}
.resultsnav .nav-options {
  float: right;
  width: auto;
}
.resultsnav .nav-options form {
  float: right;
}
.resultsnav .nav-options form label {
  display: none;
}
@media (min-width: 720px) {
  .resultsnav {
    padding: 15px 0 !important;
  }
}

.view-icons {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  float: right;
  margin: 0px 0px 0px 10px;
}
@media (max-width: 960px) {
  .view-icons {
    display: none;
    visibility: hidden;
  }
}
.view-icons a {
  margin: 0px 0px 0px 10px;
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #fff;
  text-decoration: none;
  text-align: center;
  color: white;
}
.view-icons a i {
  line-height: 34px;
  width: 100%;
  text-align: center;
  color: #fff !important;
  float: left;
  line-height: 40px;
}
.view-icons a.active, .view-icons a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #2d2d39;
}
.view-icons a.active i, .view-icons a:hover i {
  color: #2d2d39;
}
.view-icons a:visited i {
  color: red;
}

/* Results Navigation & Options END */
.static-page.area-guide-page {
  padding: 15px 15px 0;
}
@media (min-width: 960px) {
  .static-page.area-guide-page {
    padding: 45px 45px 0;
  }
}

.areas {
  float: left;
  width: 100%;
}

.area-guide {
  position: relative;
  float: left;
  background-color: white;
  padding: 0;
  height: 100px;
  background-position: center;
  background-size: cover;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.area-guide span.bg {
  float: left;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.area-guide .text {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-family: "source_sans_probold";
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.area-guide .text .more-info {
  display: none;
}
.area-guide .text h3 {
  margin: 0;
  font-family: "source_sans_proregular";
  line-height: 100px;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 720px) {
  .area-guide {
    height: auto;
  }
  .area-guide span.bg {
    background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    -webkit-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
  }
  .area-guide:hover span.bg {
    background-color: rgba(0, 0, 0, 0.75);
  }
  .area-guide:hover .text .more-info {
    left: 50%;
    margin-left: -63px;
  }
  .area-guide:hover .text h3 {
    background-color: transparent;
    color: #fff;
  }
  .area-guide .text {
    padding: 30px;
    overflow: hidden;
  }
  .area-guide .text h3 {
    text-align: center;
    line-height: normal;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 60px;
    color: #222;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .area-guide .text .more-info {
    display: block;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    text-decoration: none;
    padding: 0px 20px;
    color: #fff;
    font-size: 20px !important;
    background-color: transparent;
    border: 2px solid #fff;
    height: 50px;
    line-height: 46px;
    text-transform: lowercase;
    font-family: "source_sans_prosemibold";
    position: absolute;
    left: -100%;
    bottom: 45px;
  }
  .area-guide .text .more-info:hover {
    color: #222;
    background-color: #fff;
    border: 2px solid #fff;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .area-guide {
    width: 50%;
  }
  .csscalc .area-guide {
    width: calc(50% - 7.5px);
    margin: 0 15px 15px 0;
  }
  .csscalc .area-guide:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
}
@media (min-width: 960px) {
  .area-guide {
    width: 30%;
    margin-bottom: 5%;
  }
  .area-guide:nth-child(3n+2) {
    margin-left: 5%;
    margin-right: 5%;
  }
  .csscalc .area-guide {
    width: calc(33.3% - 30px);
    margin: 0 0px 45px 0;
  }
  .csscalc .area-guide:nth-child(3n+2) {
    margin-left: 45px;
    margin-right: 45px;
  }
}
.area-1 {
  background-image: url("/content/images/area-guides/area1.jpg");
}

.area-2 {
  background-image: url("/content/images/area-guides/area2.jpg");
}

.area-3 {
  background-image: url("/content/images/area-guides/area3.jpg");
}

.area-4 {
  background-image: url("/content/images/area-guides/area4.jpg");
}

.area-5 {
  background-image: url("/content/images/area-guides/area5.jpg");
}

.area-6 {
  background-image: url("/content/images/area-guides/area6.jpg");
}

.area-7 {
  background-image: url("/content/images/area-guides/area7.jpg");
}

.area-8 {
  background-image: url("/content/images/area-guides/area8.jpg");
}

.area-9 {
  background-image: url("/content/images/area-guides/area9.jpg");
}

.area-10 {
  background-image: url("/content/images/area-guides/area10.jpg");
}

.area-11 {
  background-image: url("/content/images/area-guides/area11.jpg");
}

.area-12 {
  background-image: url("/content/images/area-guides/area12.jpg");
}

.booking-button div {
  margin-right: 15px;
}
.booking-button.valuation {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
  margin-top: 10px;
  width: auto;
  border: 2px solid #000;
  color: #111;
  display: inline-block;
  cursor: pointer;
}
.booking-button.valuation:hover {
  color: #222;
  background-color: #fff;
  border: 2px solid #fff;
}
.booking-button.valuation span {
  margin-right: 5px;
}
.booking-button.valuation:hover {
  background-color: #262626;
  border: 2px solid #000;
  color: #fff;
  cursor: pointer;
}

#booking-window {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999998;
  overflow: hidden;
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
#booking-window #booking-dialog {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
@media (min-width: 480px) {
  #booking-window #booking-dialog {
    border-radius: 5px;
    margin-top: 2%;
    width: 395px;
    height: 95%;
  }
}
#booking-window #booking-dialog #booking-dialog-loading {
  z-index: 999999;
  background-color: #fff;
  position: relative;
  text-align: center;
  padding-top: 50px;
  height: 100%;
}
@media (min-width: 480px) {
  #booking-window #booking-dialog #booking-dialog-loading {
    border-radius: 5px;
  }
}
#booking-window #booking-dialog #booking-dialog-close {
  position: absolute;
  font-size: 1.8em;
  right: 10px;
  top: 2px;
}
#booking-window #booking-dialog #booking-dialog-close .fa:hover {
  font-weight: bold;
  cursor: pointer;
}
#booking-window #booking-dialog #booking-dialog-content {
  padding: 20px 10px 10px 10px;
  position: absolute;
  height: 95%;
  width: 95%;
  top: 0px;
}
#booking-window #booking-dialog #booking-dialog-content iframe {
  height: 100%;
  width: 100%;
}

#stamp-duty-calc {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

#sd-recalculate {
  width: 100%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #2d2d39;
}
#sd-recalculate a.sdc-breakdown {
  color: #fff;
  text-decoration: underline;
  float: left;
  width: 100%;
}
#sd-recalculate h3 {
  color: #fff;
  margin-top: 0;
}
#sd-recalculate input {
  color: #000;
  line-height: 36px;
  padding: 0 8px;
}
#sd-recalculate label {
  font-weight: 300;
}
#sd-recalculate .first-time-buyer {
  float: left;
  width: 100%;
}
#sd-recalculate .second-home {
  margin-top: 12px;
}
#sd-recalculate .second-home label {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  cursor: pointer;
}
@media (min-width: 720px) {
  #sd-recalculate {
    padding: 30px;
  }
  #sd-recalculate .second-home input {
    float: left;
    margin: 12px 0 0 0;
    vertical-align: middle;
  }
  #sd-recalculate .second-home label {
    width: auto;
    float: left;
    line-height: 36px;
    margin: 0 12px 0 0;
  }
  #sd-recalculate .first-time-buyer {
    float: left;
    width: 100%;
  }
  #sd-recalculate .first-time-buyer input {
    float: left;
    margin: 12px 0 0 0;
    vertical-align: middle;
  }
  #sd-recalculate .first-time-buyer label {
    width: auto;
    float: left;
    line-height: 36px;
    margin: 0 12px 0 0;
  }
}
@media (min-width: 1200px) {
  #sd-recalculate label, #sd-recalculate input {
    float: left;
    width: auto;
  }
  #sd-recalculate label {
    line-height: 36px;
    margin: 0 15px 0 0;
  }
  #sd-recalculate a {
    float: right;
    width: auto;
    margin: 15px 0 0 0;
  }
  #sd-recalculate input {
    text-align: right;
  }
  #sd-recalculate .recalc-input {
    float: right;
  }
  #sd-recalculate h3 {
    margin-bottom: 0px;
    width: auto;
    float: left;
    line-height: 36px;
  }
  #sd-recalculate .second-home {
    float: left;
    width: 100%;
  }
}

#totalStamp {
  float: left;
  width: 100%;
  background-color: #000;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#totalStamp h4, #totalStamp p {
  line-height: 30px;
  margin: 0;
  color: #fff;
}
#totalStamp p {
  font-weight: 400;
}
@media (min-width: 720px) {
  #totalStamp {
    padding: 15px 30px;
  }
  #totalStamp h4, #totalStamp p {
    width: auto;
    line-height: 40px;
  }
  #totalStamp h4 {
    float: left;
  }
  #totalStamp p {
    float: right;
    font-size: 1.4em;
    font-weight: 300;
  }
}

#stampduty-calc-details {
  display: none;
  color: #fff;
  width: 100%;
  float: left;
  padding: 15px;
  background-color: #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#stampduty-calc-details p.breakdown {
  color: #fff;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
#stampduty-calc-details h3.title {
  margin-top: 0;
  border-bottom: 1px solid #3c3c3c;
  padding-bottom: 10px;
}
#stampduty-calc-details h3.title span {
  color: #61c2a1;
}
#stampduty-calc-details h3.title:last-of-type {
  margin-bottom: 30px;
}
#stampduty-calc-details h3, #stampduty-calc-details h4 {
  float: left;
  width: 100%;
  color: #fff;
}
#stampduty-calc-details h3 span, #stampduty-calc-details h4 span {
  display: block;
  width: 100%;
  font-weight: 300;
  margin-top: 5px;
}
#stampduty-calc-details .amount {
  float: left;
  width: 100%;
  border-top: 1px solid #555555;
  padding: 15px 15px 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#stampduty-calc-details .amount h4 {
  font-family: "source_sans_prolight";
}
#stampduty-calc-details .amount h4 .percentage {
  color: #666;
  font-size: 0.9em;
}
#stampduty-calc-details .amount p {
  color: #fff;
  float: left;
  text-align: right;
  width: 100%;
  margin: 0;
  line-height: 30px;
  font-weight: 400;
}
#stampduty-calc-details .amount .pcVal {
  display: inline;
  float: none;
  vertical-align: baseline;
}
@media (min-width: 480px) and (max-width: 960px) {
  #stampduty-calc-details .amount p {
    float: right;
    width: auto;
  }
  #stampduty-calc-details .amount h4 {
    width: auto;
  }
}
@media (min-width: 720px) {
  #stampduty-calc-details {
    padding: 30px;
  }
  #stampduty-calc-details p.breakdown {
    margin-bottom: 30px;
    font-style: italic;
  }
  #stampduty-calc-details h3.title span {
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #stampduty-calc-details h3 span, #stampduty-calc-details h4 span {
    float: right;
    display: inline-block;
    width: auto;
    margin: 0;
    vertical-align: middle;
  }
  #stampduty-calc-details .amount {
    position: relative;
    padding: 8px 15px 8px 15px;
  }
  #stampduty-calc-details .amount h4 {
    margin: 0;
    line-height: 26px;
  }
  #stampduty-calc-details .amount h4 .percentage {
    display: block;
    width: 100%;
  }
  #stampduty-calc-details .amount p {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    width: 200px;
    text-align: right;
  }
}

#travel-time-results-pagination button {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
  margin-right: 15px;
  float: left;
}
#travel-time-results-pagination button:hover {
  color: #222;
  background-color: #fff;
  border: 2px solid #fff;
}
#travel-time-results-pagination button.active {
  background-color: #2d2d39;
}
#travel-time-results-pagination button.disabled {
  border: 1px solid #ccc;
  background-color: transparent;
  color: #ccc !important;
  cursor: default;
}

.account-home {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 30px;
}

.account-menu {
  margin-top: 35px;
}

.account-documents {
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.account-documents-title {
  font-weight: 400;
  color: #333;
  font-size: 24px;
  padding-top: 15px;
}

#gridView {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 25px;
}
#gridView table {
  width: 100%;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#gridView th {
  border-right: 1px dashed rgba(255, 255, 255, 0.5);
}
#gridView th a {
  background-color: #262626;
  display: block;
  padding: 5px 10px;
  color: #fff;
}
#gridView th a:hover {
  background-color: #1a1a1a;
}
#gridView th a:visited {
  color: #fff;
}
#gridView th:last-of-type {
  border-right: 0px dashed rgba(255, 255, 255, 0.5);
}
#gridView tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1);
}
#gridView tr:hover {
  background-color: #1a1a1a;
}
#gridView td {
  padding: 5px 10px;
  border-right: 1px dashed rgba(255, 255, 255, 0.5);
}
#gridView td:last-of-type {
  border-right: 0px dashed rgba(255, 255, 255, 0.5);
}
#gridView td a {
  display: block;
  padding: -5px -10px;
}
#gridView td a:hover {
  background-color: #1a1a1a;
}
#gridView .k-header {
  text-align: left;
}
#gridView li {
  float: left;
  padding-right: 10px;
}

.klink {
  float: left;
}

.klink:hover {
  text-decoration: underline !important;
}

.k-pager-numbers {
  padding-top: 15px;
}

.k-pager-sizes {
  display: inline-block;
  padding-bottom: 15px;
}

.accounts-main-menu {
  margin-right: 1px;
  width: 15%;
  float: left;
  width: 100%;
}
.accounts-main-menu li {
  border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 2px;
  display: inline-block;
}
.accounts-main-menu li a {
  padding: 5px 10px;
}
.accounts-main-menu li a:hover {
  background-color: #333;
  color: #fff !important;
}
.accounts-main-menu li a:visited {
  color: #333;
}
.accounts-main-menu li a.active {
  background-color: #333;
  color: #fff;
}
.accounts-main-menu li a.inset {
  text-align: right;
}

.documents-menu {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.documents-menu li {
  margin-bottom: 15px;
  margin-left: 0;
  display: inline-block;
}
.documents-menu li a {
  padding: 5px 10px;
  background-color: #262626;
}
.documents-menu li a.active {
  background-color: #1a1a1a;
  color: #fff;
}
.documents-menu li a:hover {
  background-color: #1a1a1a;
}
.documents-menu li a:visited {
  background-color: #262626;
}
.documents-menu li a.inset {
  text-align: right;
}

#account-main-command {
  float: right;
  padding-right: 30px;
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
#account-main-command a {
  float: right;
}

.account-main-panel {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  background-color: #fff;
}
.account-main-panel .module-title {
  text-transform: none;
  letter-spacing: normal;
  font-size: 30px;
}

.k-grid-header {
  background-color: #262626;
}

.k-pager-numbers {
  padding-top: 0px;
}

#gridView li {
  padding-right: 0px;
}

#gridView tr:hover {
  background-color: transparent;
}

#gridView td a:hover {
  background-color: transparent;
  color: #111;
}

#account-main-title h1 {
  font-size: 36px;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 25px;
}

.account-details {
  display: block;
  margin-bottom: 40px;
}
.account-details form {
  float: left;
  background-color: #fff;
  padding: 15px;
}
.account-details form .form-section {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background-color: #333;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-top: 0px;
  border: 0px solid #ddd;
}
@media (min-width: 480px) {
  .account-details form .form-section {
    width: 100%;
    padding-right: 30px;
    border: 0px solid #ddd;
    padding-bottom: 20px;
  }
}
@media (min-width: 720px) {
  .account-details form .form-section {
    width: 100%;
    border: 0px solid #ddd;
  }
}
@media (min-width: 1024px) {
  .account-details form .form-section {
    width: 40%;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    width: 40.6779661017%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .account-details form .form-section:nth-of-type(even) {
    width: 49.1525423729%;
    float: right;
    margin-right: 0;
  }
}
.account-details form .form-section.notes {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.account-details form .form-section.commands {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background-color: rgba(255, 255, 255, 0);
}
.account-details form .requirements {
  clear: both;
}
.account-details .privacy fieldset label {
  width: auto;
  height: 40px;
}
.account-details .privacy fieldset input {
  width: 26px;
}
.account-details .details {
  margin-left: 10px;
}
@media (min-width: 720px) {
  .account-details .details {
    margin-left: 0px;
  }
}
@media (min-width: 480px) {
  .account-details .details {
    margin-left: 0px;
  }
}
@media (min-width: 360px) {
  .account-details .details {
    margin-left: 0px;
  }
}
@media (min-width: 720px) {
  .account-details .details {
    margin-left: 0px;
  }
}
@media (min-width: 1024px) {
  .account-details .details {
    margin-left: 10px;
  }
}
.account-details .details fieldset {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px;
}
.account-details .details fieldset > span {
  line-height: 40px;
}
.account-details .details-edit {
  margin-left: 0px;
}
.account-details .details-edit .SumoSelect .CaptionCont {
  border: 1px solid #cfcfcf;
  color: #fff;
}
.account-details .details-edit .SumoSelect .CaptionCont span:after {
  border: 1px solid #cfcfcf;
  color: #fff;
}
.account-details .details-edit .SumoSelect .CaptionCont span.placeholder {
  border: 1px solid #cfcfcf;
  color: #fff;
}
.account-details .general-requirements {
  margin-left: 10px;
}
@media (min-width: 720px) {
  .account-details .general-requirements {
    margin-left: 0px;
  }
}
@media (min-width: 480px) {
  .account-details .general-requirements {
    margin-left: 0px;
  }
}
@media (min-width: 360px) {
  .account-details .general-requirements {
    margin-left: 0px;
  }
}
@media (min-width: 1024px) {
  .account-details .general-requirements {
    margin-left: 0px;
  }
}
.account-details .general-requirements label {
  margin-right: 25px;
}
.account-details .general-requirements fieldset > span {
  line-height: 40px;
}
.account-details .address-details {
  float: right;
  margin-right: 20px !important;
}
@media (min-width: 720px) {
  .account-details .address-details {
    margin-right: 0px !important;
  }
}
@media (min-width: 480px) {
  .account-details .address-details {
    margin-right: 0px !important;
  }
}
@media (min-width: 360px) {
  .account-details .address-details {
    margin-right: 0px !important;
  }
}
@media (min-width: 1024px) {
  .account-details .address-details {
    margin-right: 20px !important;
  }
}
.account-details .address-details .SumoSelect .CaptionCont {
  border: 1px solid #cfcfcf;
  color: #fff;
}
.account-details .address-details .SumoSelect .CaptionCont span:after {
  border: 1px solid #cfcfcf;
  color: #fff;
}
.account-details .address-details .SumoSelect .CaptionCont span.placeholder {
  border: 1px solid #cfcfcf;
  color: #fff;
}
.account-details .commands {
  border: 0px !important;
}
.account-details .commands a {
  margin-left: 10px;
  height: 40px;
  display: inline-block;
}
.account-details .privacy {
  line-height: 40px;
}
.account-details .privacy input[type=checkbox] {
  float: right;
  margin-top: 15px;
}
.account-details .privacy fieldset {
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px;
}
.account-details .requirements fieldset {
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.1);
}
.account-details .requirements input[type=radio] {
  float: right;
  margin-top: 15px;
  width: 15px;
}

.payment-form .main-content {
  background-image: url(images/form-background.jpg);
  background-size: cover;
}

.payment-container {
  width: 100%;
  float: left;
}
.payment-container .payment-contain {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  background-color: #333;
}
@media (min-width: 720px) {
  .payment-container .payment-contain {
    width: 90%;
  }
}
@media (min-width: 480px) {
  .payment-container .payment-contain {
    width: 90%;
  }
}
@media (min-width: 360px) {
  .payment-container .payment-contain {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .payment-container .payment-contain {
    width: 50%;
  }
}
.payment-container form {
  width: 100%;
  float: left;
  border: 1px solid #cfcfcf;
  margin-left: 40px;
}
@media (min-width: 720px) {
  .payment-container form {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .payment-container form {
    width: 100%;
  }
}
@media (min-width: 360px) {
  .payment-container form {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .payment-container form {
    width: 85%;
  }
}
.payment-container form .form-section {
  width: 100%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 0px !important;
}
.payment-container form .form-section fieldset {
  padding-left: 30px;
  padding-right: 30px;
}
.payment-container form .form-section label {
  font-size: 15px;
}
.payment-container form .contact-details {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0px;
}
.payment-container form .contact-details h1 {
  width: 100%;
  background-color: #c3a95b;
  color: white;
  margin-bottom: 15px;
  height: 60px;
  padding-left: 10px;
  padding-top: 10px;
}
.payment-container form .contact-details h1 span {
  margin-top: 2px;
  float: right;
  padding-right: 20px;
  font-size: 30px;
}
.payment-container form .form-submission {
  padding-top: 0px;
  padding-bottom: 15px !important;
  margin-top: 0px;
  margin-bottom: 0px;
}
.payment-container form .form-submission .submit-button {
  margin-top: 20px;
  clear: both;
}

.nav-toggle2 {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  right: 25px;
  top: 10px;
  width: 40px;
  height: 40px;
  position: absolute;
  margin: 0;
  cursor: pointer;
  z-index: 102;
}
.nav-toggle2 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 80%;
  background: #fff;
  opacity: 1;
  left: 10%;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.nav-toggle2 span:nth-child(1) {
  top: 10px;
}
.nav-toggle2 span:nth-child(2), .nav-toggle2 span:nth-child(3) {
  top: 20px;
}
.nav-toggle2 span:nth-child(4) {
  top: 30px;
}
@media (min-width: 960px) {
  .nav-toggle2 {
    top: 15px;
    right: 30px;
  }
}

.webp .banner-title {
  background-position: center top;
  background-size: cover;
  display: inline-block;
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=768%2C170&modified=23-01-20-04-45-48&format=webp");
  width: 100%;
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #2d2d39;
  text-align: center;
  color: #fff;
  font-family: "source_sans_proregular";
  margin: 0 0 0px 0;
}
@media (min-width: 720px) {
  .webp .banner-title {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=960%2C280&modified=23-01-20-04-45-48&format=webp");
  }
}
@media (min-width: 960px) {
  .webp .banner-title {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=1200%2C280&modified=23-01-20-04-45-48&format=webp");
  }
}
@media (min-width: 1200px) {
  .webp .banner-title {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=1440%2C420&modified=23-01-20-04-45-48&format=webp");
  }
}
@media (min-width: 720px) {
  .webp .banner-title {
    padding-top: 180px;
    padding-bottom: 60px;
    margin: 0 0 0px 0;
  }
}
@media (min-width: 1200px) {
  .webp .banner-title {
    padding-top: 240px;
    padding-bottom: 120px;
    margin: 0 0 0px 0;
    font-size: 50px;
    letter-spacing: 2px;
  }
}
.webp .banner-title.search-banner {
  margin: 0;
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-results.jpg?size=768%2C170&modified=23-01-20-04-45-48&format=webp");
}
@media (min-width: 720px) {
  .webp .banner-title.search-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-results.jpg?size=960%2C280&modified=23-01-20-04-45-48&format=webp");
  }
}
@media (min-width: 960px) {
  .webp .banner-title.search-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-results.jpg?size=1200%2C280&modified=23-01-20-04-45-48&format=webp");
  }
}
@media (min-width: 1200px) {
  .webp .banner-title.search-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-results.jpg?size=1440%2C420&modified=23-01-20-04-45-48&format=webp");
  }
}
.webp .banner-title.area-guide-banner {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-area-guides.jpg?size=768%2C170&modified=23-01-20-04-45-48&format=webp");
}
@media (min-width: 720px) {
  .webp .banner-title.area-guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-area-guides.jpg?size=960%2C280&modified=23-01-20-04-45-48&format=webp");
  }
}
@media (min-width: 960px) {
  .webp .banner-title.area-guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-area-guides.jpg?size=1200%2C280&modified=23-01-20-04-45-48&format=webp");
  }
}
@media (min-width: 1200px) {
  .webp .banner-title.area-guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-area-guides.jpg?size=1440%2C420&modified=23-01-20-04-45-48&format=webp");
  }
}
.webp .banner-title.guide-banner {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-guide.jpg?size=768%2C170&modified=23-01-20-04-45-48&format=webp");
}
@media (min-width: 720px) {
  .webp .banner-title.guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-guide.jpg?size=960%2C280&modified=23-01-20-04-45-48&format=webp");
  }
}
@media (min-width: 960px) {
  .webp .banner-title.guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-guide.jpg?size=1200%2C280&modified=23-01-20-04-45-48&format=webp");
  }
}
@media (min-width: 1200px) {
  .webp .banner-title.guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-guide.jpg?size=1440%2C420&modified=23-01-20-04-45-48&format=webp");
  }
}
.webp .banner-title.news-banner {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-news.jpg?size=768%2C170&modified=23-01-20-04-45-48&format=webp");
}
@media (min-width: 720px) {
  .webp .banner-title.news-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-news.jpg?size=960%2C280&modified=23-01-20-04-45-48&format=webp");
  }
}
@media (min-width: 960px) {
  .webp .banner-title.news-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-news.jpg?size=1200%2C280&modified=23-01-20-04-45-48&format=webp");
  }
}
@media (min-width: 1200px) {
  .webp .banner-title.news-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-news.jpg?size=1440%2C420&modified=23-01-20-04-45-48&format=webp");
  }
}
.webp .banner-title.contact-banner {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-contact.jpg?size=768%2C170&modified=23-01-20-04-45-48&format=webp");
  margin: 0;
}
@media (min-width: 720px) {
  .webp .banner-title.contact-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-contact.jpg?size=960%2C280&modified=23-01-20-04-45-48&format=webp");
  }
}
@media (min-width: 960px) {
  .webp .banner-title.contact-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-contact.jpg?size=1200%2C280&modified=23-01-20-04-45-48&format=webp");
  }
}
@media (min-width: 1200px) {
  .webp .banner-title.contact-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-contact.jpg?size=1440%2C420&modified=23-01-20-04-45-48&format=webp");
  }
}
.webp .banner-title.register-banner {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=768%2C170&modified=23-01-20-04-45-48&format=webp");
}
@media (min-width: 720px) {
  .webp .banner-title.register-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=960%2C280&modified=23-01-20-04-45-48&format=webp");
  }
}
@media (min-width: 960px) {
  .webp .banner-title.register-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=1200%2C280&modified=23-01-20-04-45-48&format=webp");
  }
}
@media (min-width: 1200px) {
  .webp .banner-title.register-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=1440%2C420&modified=23-01-20-04-45-48&format=webp");
  }
}
@media (min-width: 720px) {
  .webp .banner-title.register-banner {
    padding-top: 140px;
    padding-bottom: 30px;
    margin: 0 0 0px 0;
  }
}
@media (min-width: 1200px) {
  .webp .banner-title.register-banner {
    padding-top: 160px;
    padding-bottom: 60px;
    margin: 0 0 0px 0;
    font-size: 50px;
    letter-spacing: 2px;
  }
}
.webp .banner-title.valuation-banner {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=768%2C170&modified=23-01-20-04-45-48&format=webp");
}
@media (min-width: 720px) {
  .webp .banner-title.valuation-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=960%2C280&modified=23-01-20-04-45-48&format=webp");
  }
}
@media (min-width: 960px) {
  .webp .banner-title.valuation-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=1200%2C280&modified=23-01-20-04-45-48&format=webp");
  }
}
@media (min-width: 1200px) {
  .webp .banner-title.valuation-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=1440%2C420&modified=23-01-20-04-45-48&format=webp");
  }
}
@media (min-width: 720px) {
  .webp .banner-title.valuation-banner {
    padding-top: 140px;
    padding-bottom: 30px;
    margin: 0 0 0px 0;
  }
}
@media (min-width: 1200px) {
  .webp .banner-title.valuation-banner {
    padding-top: 160px;
    padding-bottom: 60px;
    margin: 0 0 0px 0;
    font-size: 50px;
    letter-spacing: 2px;
  }
}

.no-webp .banner-title {
  background-position: center top;
  background-size: cover;
  display: inline-block;
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=768%2C170&modified=23-01-20-04-45-48&format=jpg");
  width: 100%;
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #2d2d39;
  text-align: center;
  color: #fff;
  font-family: "source_sans_proregular";
  margin: 0 0 0px 0;
}
@media (min-width: 720px) {
  .no-webp .banner-title {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=960%2C280&modified=23-01-20-04-45-48&format=jpg");
  }
}
@media (min-width: 960px) {
  .no-webp .banner-title {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=1200%2C280&modified=23-01-20-04-45-48&format=jpg");
  }
}
@media (min-width: 1200px) {
  .no-webp .banner-title {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=1440%2C420&modified=23-01-20-04-45-48&format=jpg");
  }
}
@media (min-width: 720px) {
  .no-webp .banner-title {
    padding-top: 180px;
    padding-bottom: 60px;
    margin: 0 0 0px 0;
  }
}
@media (min-width: 1200px) {
  .no-webp .banner-title {
    padding-top: 240px;
    padding-bottom: 120px;
    margin: 0 0 0px 0;
    font-size: 50px;
    letter-spacing: 2px;
  }
}
.no-webp .banner-title.search-banner {
  margin: 0;
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-results.jpg?size=768%2C170&modified=23-01-20-04-45-48&format=jpg");
}
@media (min-width: 720px) {
  .no-webp .banner-title.search-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-results.jpg?size=960%2C280&modified=23-01-20-04-45-48&format=jpg");
  }
}
@media (min-width: 960px) {
  .no-webp .banner-title.search-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-results.jpg?size=1200%2C280&modified=23-01-20-04-45-48&format=jpg");
  }
}
@media (min-width: 1200px) {
  .no-webp .banner-title.search-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-results.jpg?size=1440%2C420&modified=23-01-20-04-45-48&format=jpg");
  }
}
.no-webp .banner-title.area-guide-banner {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-area-guides.jpg?size=768%2C170&modified=23-01-20-04-45-48&format=jpg");
}
@media (min-width: 720px) {
  .no-webp .banner-title.area-guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-area-guides.jpg?size=960%2C280&modified=23-01-20-04-45-48&format=jpg");
  }
}
@media (min-width: 960px) {
  .no-webp .banner-title.area-guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-area-guides.jpg?size=1200%2C280&modified=23-01-20-04-45-48&format=jpg");
  }
}
@media (min-width: 1200px) {
  .no-webp .banner-title.area-guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-area-guides.jpg?size=1440%2C420&modified=23-01-20-04-45-48&format=jpg");
  }
}
.no-webp .banner-title.guide-banner {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-guide.jpg?size=768%2C170&modified=23-01-20-04-45-48&format=jpg");
}
@media (min-width: 720px) {
  .no-webp .banner-title.guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-guide.jpg?size=960%2C280&modified=23-01-20-04-45-48&format=jpg");
  }
}
@media (min-width: 960px) {
  .no-webp .banner-title.guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-guide.jpg?size=1200%2C280&modified=23-01-20-04-45-48&format=jpg");
  }
}
@media (min-width: 1200px) {
  .no-webp .banner-title.guide-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-guide.jpg?size=1440%2C420&modified=23-01-20-04-45-48&format=jpg");
  }
}
.no-webp .banner-title.news-banner {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-news.jpg?size=768%2C170&modified=23-01-20-04-45-48&format=jpg");
}
@media (min-width: 720px) {
  .no-webp .banner-title.news-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-news.jpg?size=960%2C280&modified=23-01-20-04-45-48&format=jpg");
  }
}
@media (min-width: 960px) {
  .no-webp .banner-title.news-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-news.jpg?size=1200%2C280&modified=23-01-20-04-45-48&format=jpg");
  }
}
@media (min-width: 1200px) {
  .no-webp .banner-title.news-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-news.jpg?size=1440%2C420&modified=23-01-20-04-45-48&format=jpg");
  }
}
.no-webp .banner-title.contact-banner {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-contact.jpg?size=768%2C170&modified=23-01-20-04-45-48&format=jpg");
  margin: 0;
}
@media (min-width: 720px) {
  .no-webp .banner-title.contact-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-contact.jpg?size=960%2C280&modified=23-01-20-04-45-48&format=jpg");
  }
}
@media (min-width: 960px) {
  .no-webp .banner-title.contact-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-contact.jpg?size=1200%2C280&modified=23-01-20-04-45-48&format=jpg");
  }
}
@media (min-width: 1200px) {
  .no-webp .banner-title.contact-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-contact.jpg?size=1440%2C420&modified=23-01-20-04-45-48&format=jpg");
  }
}
.no-webp .banner-title.register-banner {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=768%2C170&modified=23-01-20-04-45-48&format=jpg");
}
@media (min-width: 720px) {
  .no-webp .banner-title.register-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=960%2C280&modified=23-01-20-04-45-48&format=jpg");
  }
}
@media (min-width: 960px) {
  .no-webp .banner-title.register-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=1200%2C280&modified=23-01-20-04-45-48&format=jpg");
  }
}
@media (min-width: 1200px) {
  .no-webp .banner-title.register-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=1440%2C420&modified=23-01-20-04-45-48&format=jpg");
  }
}
@media (min-width: 720px) {
  .no-webp .banner-title.register-banner {
    padding-top: 140px;
    padding-bottom: 30px;
    margin: 0 0 0px 0;
  }
}
@media (min-width: 1200px) {
  .no-webp .banner-title.register-banner {
    padding-top: 160px;
    padding-bottom: 60px;
    margin: 0 0 0px 0;
    font-size: 50px;
    letter-spacing: 2px;
  }
}
.no-webp .banner-title.valuation-banner {
  background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=768%2C170&modified=23-01-20-04-45-48&format=jpg");
}
@media (min-width: 720px) {
  .no-webp .banner-title.valuation-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=960%2C280&modified=23-01-20-04-45-48&format=jpg");
  }
}
@media (min-width: 960px) {
  .no-webp .banner-title.valuation-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=1200%2C280&modified=23-01-20-04-45-48&format=jpg");
  }
}
@media (min-width: 1200px) {
  .no-webp .banner-title.valuation-banner {
    background-image: url("https://images.estatesit.uk/https://www.centralurbanliving.com//content/images/banners/banner-default.jpg?size=1440%2C420&modified=23-01-20-04-45-48&format=jpg");
  }
}
@media (min-width: 720px) {
  .no-webp .banner-title.valuation-banner {
    padding-top: 140px;
    padding-bottom: 30px;
    margin: 0 0 0px 0;
  }
}
@media (min-width: 1200px) {
  .no-webp .banner-title.valuation-banner {
    padding-top: 160px;
    padding-bottom: 60px;
    margin: 0 0 0px 0;
    font-size: 50px;
    letter-spacing: 2px;
  }
}

.privacy h1 {
  font-family: "source_sans_prolight";
}
.privacy h2 {
  font-size: 20px;
}

a.cookie-anchor:link,
a.cookie-anchor:active,
a.cookie-anchor:hover,
a.cookie-anchor:visited {
  color: white;
}

.remove-white-space {
  white-space: normal !important;
  /*padding-left: 20px !important;*/
}

.cookie-font {
  font-size: 90%;
}

h3 {
  color: white;
}

h4 {
  color: white;
}

.fieldlist {
  margin: 0 0 -1em;
  padding: 0;
}

.fieldlist li {
  list-style: none;
  padding-bottom: 1em;
}

#overlay-drawer {
  border: 0;
}

.k-drawer-content {
  padding: 1em;
}

.k-drawer-container .k-drawer-items {
  overflow: visible;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*@media (min-width: 720px) {
      width: 80% !important;
      width: 80% !important;kendo-overides       
  }

  @media (min-width: 1024px) {
      width: 90% !important;
  }*/
}
.k-drawer-container .k-drawer-items ul, .k-drawer-container .k-drawer-items li {
  margin: 0;
  padding: 0;
}

.k-drawer-container.k-drawer-expanded {
  border-right-width: 1px;
  background-color: rgba(45, 45, 57, 0.85);
  color: white;
  padding: 20px;
  border-style: none;
}

.k-drawer-wrapper.k-drawer-overlay .k-drawer-container {
  left: -20px;
  top: 0;
}

.k-drawer-wrapper {
  background-color: rgba(45, 45, 57, 0.85) !important;
}
@media (min-width: 720px) {
  .k-drawer-wrapper {
    overflow-y: hidden;
  }
}

#bottom-left {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
#bottom-left .cookie-button-toggle {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 14px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
  height: 75px;
  line-height: 18px;
}
#bottom-left .cookie-button-toggle:hover {
  color: #222;
  background-color: #fff;
  border: 2px solid #fff;
}
#bottom-left .cookie-button-toggle i {
  font-size: 30px;
  line-height: 35px;
}

.cookie-button {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-decoration: none;
  padding: 0px 20px;
  color: #fff;
  font-size: 20px !important;
  background-color: transparent;
  border: 2px solid #fff;
  height: 50px;
  line-height: 46px;
  text-transform: lowercase;
  font-family: "source_sans_prosemibold";
}
.cookie-button:hover {
  color: #222;
  background-color: #fff;
  border: 2px solid #fff;
}

.cookie-button-right {
  text-align: right;
}

.switch-right {
  float: right;
}

.k-switch-on.k-state-hover .k-switch-handle, .k-switch-on:hover .k-switch-handle {
  border-color: transparent;
  color: white;
  background-color: black;
}

.k-switch-off.k-state-hover .k-switch-handle, .k-switch-off:hover .k-switch-handle {
  border-color: transparent;
  color: white;
  background-color: #5a5a72;
}

.k-switch-on .k-switch-handle {
  border-color: transparent;
  color: white;
  background-color: black;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.k-switch-off .k-switch-handle {
  border-color: transparent;
  color: white;
  background-color: #5a5a72;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.cookies-table {
  width: 100%;
}
.cookies-table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.cookies-table tr:first-of-type {
  background-color: rgba(0, 0, 0, 0);
}
.cookies-table th {
  text-align: left;
  font-weight: 500;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  background-color: rgba(45, 45, 57, 0.2);
  padding: 2px 4px;
}
.cookies-table th:first-of-type {
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
  width: 200px;
}
.cookies-table td {
  padding: 2px 4px;
}
.cookies-table td:first-of-type {
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
}
/* No Styles */
body {}
