@import url(../../font-awesome/4.4.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,800,700);
@import url(../../font-awesome/4.3.0/css/font-awesome.min.css);.ko-unbound {
  display: none;
}
.ko-hidden {
  visibility: hidden;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url('../../8024/css/4893e44f-989b-4f0e-9105-4092248d84eb/1.0.0.116/fontawesome-webfont_v-4.3.0.eot');
  src: url('../../8024/css/4893e44f-989b-4f0e-9105-4092248d84eb/1.0.0.116/fontawesome-webfont.eot') format('embedded-opentype'), url('../../8024/css/4893e44f-989b-4f0e-9105-4092248d84eb/1.0.0.116/fontawesome-webfont_v-4.3.0.woff') format('woff'), url('../../8024/css/4893e44f-989b-4f0e-9105-4092248d84eb/1.0.0.116/fontawesome-webfont_v-4.3.0.ttf') format('truetype'), url('https://media2.estateweb.com/8024/css/4893e44f-989b-4f0e-9105-4092248d84eb/1.0.0.116/fontawesome-webfont.svg?v=4.3.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;
  transform: translate(0, 0);
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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 {
  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: white;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */


    .fancybox-wrap,
    .fancybox-skin,
    .fancybox-outer,
    .fancybox-inner,
    .fancybox-image,
    .fancybox-wrap iframe,
    .fancybox-wrap object,
    .fancybox-nav,
    .fancybox-nav span,
    .fancybox-tmp {
        padding: 0;
        margin: 0;
        border: 0;
        outline: none;
        vertical-align: top;
    }

    #fancybox {
        padding: 0px;
    }

    .fancybox-wrap {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8020;
        -webkit-overflow-scrolling: touch !important; /* JM: 13/08/2015 - Req. to fix iOS touch issues */
    }

    .fancybox-skin {
        position: relative;
        background: #fff;
        color: #444;
        text-shadow: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }


@media (min-width: 1025px) {

    .fancybox-opened {
        margin: 0 20px 0;
        z-index: 8030;
    }

    .fancybox-outer {
        position: relative;
    }

    .fancybox-close {
        position: absolute !important;
        top: -18px;
        right: -18px;
        width: 36px;
        height: 36px;
        cursor: pointer;
        z-index: 8040;
        background-color: transparent !important;
    }

}

/*@media (max-width: 1024px) {
    .fancybox-opened {
        margin: 0;
        width: 100% !important;
        z-index: 8030;
    }

    .fancybox-outer {
        margin: 36px 0 0 0;
        position: relative;
        width: 100%;
    }

    .fancybox-close {
        
    }

    .fancybox-inner {
        width: 100% !important;
    }
}*/

    .ie8 .fancybox-opened {
        margin: 0 20px 0;
        z-index: 8030;
    }

    .ie8 .fancybox-outer {
        position: relative;
    }

    .ie8 .fancybox-close {
        position: absolute !important;
        top: -18px;
        right: -18px;
        width: 36px;
        height: 36px;
        cursor: pointer;
        z-index: 8040;
        background-color: transparent !important;
    }

    .ie8 .fancybox-overlay {
        background-color: #444;
    }




        .fancybox-opened .fancybox-skin {
            -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        }

    .fancybox-inner {
        /*height: auto !important;*/
        position: relative;
    }

    /*.fancybox-inner {
        overflow: hidden;
    }*/

    .fancybox-type-iframe .fancybox-inner {
        -webkit-overflow-scrolling: touch;
    }

    .fancybox-error {
        color: #444;
        font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
        margin: 0;
        padding: 15px;
        white-space: nowrap;
    }

    .fancybox-image, .fancybox-iframe {
        display: block;
        width: 100%;
        height: 100%;
    }

    .fancybox-image {
        max-width: 100%;
        max-height: 100%;
    }

    #fancybox-loading {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -25px;
        cursor: pointer;
        z-index: 8060;
    }

        #fancybox-loading i {
            width: 50px;
            height: 50px;
            color: #FFF;
            font-size: 50px;
        }    

    .fancybox-nav {
        position: absolute;
        top: 0;
        width: 40%;
        height: 100%;
        cursor: pointer;
        text-decoration: none;
        /* background: transparent url('https://media2.estateweb.com/images/controls/dialogs/fancybox/blank.gif'); helps IE */
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        z-index: 8040;
    }

    .fancybox-prev {
        left: 0;
    }

    .fancybox-next {
        right: 0;
    }

    .fancybox-nav span {
        position: absolute;
        top: 50%;
        width: 36px;
        height: 34px;
        margin-top: -18px;
        cursor: pointer;
        z-index: 8040;
        visibility: hidden;
    }

    .fancybox-prev span {
        left: 10px;
        /*background-position: 0 -36px;*/
    }

    .fancybox-next span {
        right: 10px;
        /*background-position: 0 -72px;*/
    }

        .fancybox-next span:before {
            position: absolute;
            font-family: FontAwesome;
            content: "\f0a9";
            left: -10px;
            color: #FFF;
            font-size: 50px;
        }

    .fancybox-prev span:before {
        position: absolute;
        font-family: FontAwesome;
        content: "\f0a8";
        left: 5px;
        color: #FFF;
        font-size: 50px;
    }

    .fancybox-nav:hover span {
        visibility: visible;
    }

    .fancybox-tmp {
        position: absolute;
        top: -99999px;
        left: -99999px;
        visibility: hidden;
        max-width: 99999px;
        max-height: 99999px;
        overflow: visible !important;
    }

    /* Overlay helper */

    .fancybox-lock {
        overflow: hidden !important;
    }

    .fancybox-overlay {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        display: none;
        z-index: 8010;
        background-color: rgba(22, 21, 21, 0.86);
        /*background: url('https://media2.estateweb.com/images/controls/dialogs/fancybox/fancybox_overlay.png');*/
    }

    .fancybox-overlay-fixed {
        position: fixed;
        bottom: 0;
        right: 0;
    }

    .fancybox-lock .fancybox-overlay {
        overflow: auto;
        overflow-y: scroll;
    }

    /* Title helper */

    .fancybox-title {
        visibility: hidden;
        font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
        position: relative;
        text-shadow: none;
        z-index: 8050;
    }

    .fancybox-opened .fancybox-title {
        visibility: visible;
    }

    .fancybox-title-float-wrap {
        position: absolute;
        bottom: 0;
        right: 50%;
        margin-bottom: -35px;
        z-index: 8050;
        text-align: center;
    }

        .fancybox-title-float-wrap .child {
            display: inline-block;
            margin-right: -100%;
            padding: 2px 20px;
            background: transparent; /* Fallback for web browsers that doesn't support RGBa */
            background: rgba(0, 0, 0, 0.8);
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            text-shadow: 0 1px 2px #222;
            color: #FFF;
            font-weight: bold;
            line-height: 24px;
            white-space: nowrap;
        }

    .fancybox-title-outside-wrap {
        position: relative;
        margin-top: 10px;
        color: #fff;
    }

    .fancybox-title-inside-wrap {
        padding-top: 10px;
    }

    .fancybox-title-over-wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
        padding: 10px;
        background: #000;
        background: rgba(0, 0, 0, .8);
    }

    .fancybox-alert {
        /*background: #fff url('https://media2.estateweb.com/8024/images/alertBG.png') no-repeat center 10px;*/
        height: 254px;
        padding: 0px;
        width: 575px;
    }


        .fancybox-alert span {
            color: #000;
            display: table-cell;
            font-size: 20px;
            height: 55px;
            padding: 115px 0 20px 50px;
            text-align: center;
            vertical-align: middle;
            width: 474px;
        }

        .fancybox-alert a {
            background-color: #000;
            color: #fff;
            cursor: pointer;
            display: inline-block;
            font-size: 20px;
            font-weight: normal;
            line-height: 31px;
            margin: 0 0 0 208px;
            text-align: center;
            text-transform: lowercase;
            width: 150px;
        }

    .modalClose {
        clear: both;
        height: 36px;
        margin: 0;
        padding: 0;
        position: fixed !important;
        top: 0;
        width: 100%;
    }
/**/
/* font */
/**/

/**/
/* defaults */
/**/
.sky-form {
	margin: 0;
	outline: none;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
	color: #666;
}
.sky-form header{
	display: block;
	padding: 20px 30px;	
	border-bottom: 1px solid rgba(0,0,0,.1);
	background: rgba(248,248,248,.9);
	font-size: 25px;
	font-weight: 300;
	color: #232323;
}
.sky-form fieldset {
	display: block;	
	padding: 25px 30px 5px;
	border: none;
	background: rgba(255,255,255,.9);
}
.sky-form fieldset + fieldset {
	border-top: 1px solid rgba(0,0,0,.1);
}
.sky-form section, .sky-form div {
	margin-bottom: 20px;
}

.sky-form [data-bind="visible: isStatus('ready')"] {
    margin-bottom: 0 !important;
}

.sky-form footer {
	display: block;
    left: 0;
	padding: 15px 30px 25px;
	border-top: 1px solid rgba(0,0,0,.1);
	background: rgba(248,248,248,.9);
    text-align: left;
    width: auto;
}

    .sky-form footer section, .sky-form footer div {
        margin-bottom: 0px;
    }

.sky-form footer:after {
	content: '';
	display: table;
	clear: both;
}

.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
	font-weight: 400;
}
.sky-form .label.col {
	margin: 0;
	padding-top: 10px;
}
.sky-form .note {
	margin-top: 6px;
	padding: 0 1px;
	font-size: 11px;
	line-height: 15px;
	color: #999;
}
.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
	position: relative;
	display: block;
}

.sky-form option {
    
    padding: 10px !important;
}

.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 39px;
	padding: 8px 10px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #404040;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.sky-form .select select {
    height: 39px !important;
}
.sky-form .progress {
	float: right;
	margin-top: 10px;
	line-height: 39px;
	color: #232323;
}


/**/
/* file inputs */
/**/
.sky-form .input-file .button {
	position: absolute;
	top: 4px;
	right: 4px;
	float: none;
	height: 31px;
	margin: 0;
	padding: 0 20px;
	font-size: 13px;
	line-height: 31px;
}
.sky-form .input-file .button:hover {
	box-shadow: none;
}
.sky-form .input-file .button input {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	font-size: 30px;
	cursor: pointer;
	opacity: 0;
}


/**/
/* selects */
/**/
.sky-form .select i {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 5px;
	height: 11px;
	background: #fff;
	box-shadow: 0 0 0 12px #fff;
}
.sky-form .select i:after,
.sky-form .select i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .select i:after {
	bottom: 0;
	border-top: 4px solid #404040;
}
.sky-form .select i:before {
	top: 0;
	border-bottom: 4px solid #404040;
}
.sky-form .select-multiple select {
	height: auto;
}


/**/
/* textareas */
/**/
.sky-form .textarea textarea {
	height: auto;
	resize: none;
}
.sky-form .textarea-resizable textarea {
	resize: vertical;	
}
.sky-form .textarea-expandable textarea {
	height: 39px;
}
.sky-form .textarea-expandable textarea:focus {
	height: auto;
}


/**/
/* radios and checkboxes */
/**/
.sky-form .radio,
.sky-form .checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
	cursor: pointer;
}
.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
	margin-bottom: 0;
}
.sky-form .radio input,
.rtLI input[type=checkbox],
.sky-form .checkbox input {
	position: absolute;
	left: -9999px;
}
.sky-form .radio i,
.sky-form .checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 13px;
	height: 13px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}
.sky-form .radio i {
	cursor: pointer;
    border-radius: 50%;
}
.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
	cursor: pointer;
    position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.sky-form .radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
input:checked + label.checkbox i:after,
.sky-form .checkbox input + i:after {
	content: '\f00c';
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.sky-form .radio input:checked + i:after,
input:checked + label.checkbox i,
.sky-form .checkbox input:checked + i:after {
	cursor: pointer;
    opacity: 1;
}
.sky-form .inline-group {
	margin: 0 -30px -4px 0;
}
.sky-form .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}

    /* MT CUSTOMISATIONS */
    
    .register .checkbox {                
        line-height: 0px !important;
        margin-top: -22px;
        padding: 0 !important;
    }

        .register .checkbox i {            
            height: 1px;
            line-height: 0px !important;
            margin: 0 !important;
            overflow: hidden;
            padding: 0 0 12px 0 !important;
            text-align: center;
            vertical-align: middle;
        }

    .register input:checked + label.checkbox i:after,
    .register .checkbox input + i:after {
	    font: normal 11px/15px FontAwesome;
    }

    .sky-form img {
        max-width: 100%;
    }



/**/
/* toggles */
/**/
.sky-form .toggle {
	margin-bottom: 4px;
	padding-right: 61px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
	cursor: pointer;
}
.sky-form .toggle:last-child {
	margin-bottom: 0;
}
.sky-form .toggle input {
	position: absolute;
	left: -9999px;
}
.sky-form .toggle i {
	content: '';
	position: absolute;
	top: 4px;
	right: 0;
	display: block;
	width: 49px;
	height: 17px;
	border-width: 2px;
	border-style: solid;
	border-radius: 12px;
	background: #fff;
}
.sky-form .toggle i:after {
	content: 'OFF';
	position: absolute;
	top: 2px;
	right: 8px;
	left: 8px;
	font-style: normal;
	font-size: 9px;
	line-height: 13px;
	font-weight: 700;
	text-align: left;
	color: #5f5f5f;
}
.sky-form .toggle i:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 4px;
	right: 4px;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	opacity: 1;
	transition: right 0.2s;
	-o-transition: right 0.2s;
	-ms-transition: right 0.2s;
	-moz-transition: right 0.2s;
	-webkit-transition: right 0.2s;
}
.sky-form .toggle input:checked + i:after {
	content: 'ON';
	text-align: right;
}
.sky-form .toggle input:checked + i:before {
	right: 36px;
}


/**/
/* ratings */
/**/
.sky-form .rating {
	margin-bottom: 4px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
    float: left;
}
.sky-form .rating:last-child {
	margin-bottom: 0;
}
.sky-form .rating input {
	position: absolute;
	left: -9999px;
}
.sky-form .rating label {
	display: block;
	float: right;
	height: 17px;
	margin-top: 5px;
	padding: 0 2px;
	font-size: 17px;
	line-height: 17px;
	cursor: pointer;
}


/**/
/* buttons */
/**/
.sky-form .button, .sky-form footer table {
	float: right;
	height: 39px;
	overflow: hidden;
	margin: 10px 0 0 20px;
	padding: 0 25px;
	outline: none;
	border: 0;
	font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.sky-form .button-back {
    margin-left: 0px;
    float:left;
}
.sky-form .button-uploading {
	position: relative;
	color: transparent;
	cursor: default;
}
.sky-form .button-uploading:after {
	content: 'Uploading...';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	-o-animation: blink 1s linear infinite;
	-ms-animation: blink 1s linear infinite;
	-moz-animation: blink 1s linear infinite; 
	-webkit-animation: blink 1s linear infinite;
}
@-o-keyframes blink
{
  0% {opacity: 1}
  50% {opacity: 0.3}
  100% {opacity: 1}
}
@-ms-keyframes blink
{
  0% {opacity: 1}
  50% {opacity: 0.3}
  100% {opacity: 1}
}
@-moz-keyframes blink
{
  0% {opacity: 1}
  50% {opacity: 0.3}
  100% {opacity: 1}
}
@-webkit-keyframes blink
{
  0% {opacity: 1}
  50% {opacity: 0.3}
  100% {opacity: 1}
}

.sky-form [class^="icon-"],
.ui-datepicker [class^="icon-"] {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.sky-form .icon-append,
.sky-form .icon-prepend {
	position: absolute;
	top: 5px;
	width: 29px;
	height: 29px;
	font-size: 15px;
	line-height: 29px;
	text-align: center;
}
.sky-form .icon-append {
	right: 5px;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: solid;
}
.sky-form .icon-prepend {
	left: 5px;
	padding-right: 3px;
	border-right-width: 1px;
	border-right-style: solid;
}
.sky-form .input .icon-prepend + input,
.sky-form .textarea .icon-prepend + textarea {
	padding-left: 46px;
}
.sky-form .input .icon-append + input,
.sky-form .textarea .icon-append + textarea {
	padding-right: 46px;
}
.sky-form .input .icon-prepend + .icon-append + input,
.sky-form .textarea .icon-prepend + .icon-append + textarea {
	padding-left: 46px;
}


/**/
/* grid */
/**/
.sky-form .row {	
    margin: 0 -15px;
}
.sky-form .row:after {
	content: '';
	display: table;
	clear: both;
}
.sky-form .col {
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    position: relative;
    margin-left: 0 !important;
}

.sky-form .col-1 {
	width: 8.33%;
}
.sky-form .col-2 {
	width: 16.66%;
}
.sky-form .col-3 {
	width: 25%;
}
.sky-form .col-4 {
	width: 33.33%;
}
.sky-form .col-5 {
	width: 41.66%;
}
.sky-form .col-6 {
	width: 50%;
}
.sky-form .col-7 {
    width: 58.33%;
}
.sky-form .col-8 {
	width: 66.67%;
}
.sky-form .col-9 {
	width: 75%;
}
.sky-form .col-10 {
	width: 83.33%;
}
.sky-form .col-12 {
    width: 100%;
}
@media screen and (max-width: 600px) {
	.sky-form .col {
		float: none;
		width: 100%;
	}
}
.sky-form .clear {
    clear: both;
}

/**/
/* tooltips */
/**/
.sky-form .tooltip {
	position: absolute;
	z-index: 1;
	left: -9999px;
	padding: 2px 8px 3px;
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	background: rgba(0,0,0,0.9);
	color: #fff;
	opacity: 0;
	transition: margin 0.3s, opacity 0.3s;
	-o-transition: margin 0.3s, opacity 0.3s;
	-ms-transition: margin 0.3s, opacity 0.3s;
	-moz-transition: margin 0.3s, opacity 0.3s;
	-webkit-transition: margin 0.3s, opacity 0.3s;
}
.sky-form .tooltip:after {
	content: '';
	position: absolute;
}
.sky-form .input input:focus + .tooltip,
.sky-form .textarea textarea:focus + .tooltip {
	opacity: 1;	
}

.sky-form .tooltip-top-right {
	bottom: 100%;
	margin-bottom: 15px;
}
.sky-form .tooltip-top-right:after {
	top: 100%;
	right: 16px;	
	border-top: 4px solid rgba(0,0,0,0.9);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-top-right,
.sky-form .textarea textarea:focus + .tooltip-top-right {
	right: 0;
	left: auto;
	margin-bottom: 5px;
}

.sky-form .tooltip-top-left {
	bottom: 100%;
	margin-bottom: 15px;
}
.sky-form .tooltip-top-left:after {
	top: 100%;
	left: 16px;
	border-top: 4px solid rgba(0,0,0,0.9);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-top-left,
.sky-form .textarea textarea:focus + .tooltip-top-left {
	right: auto;
	left: 0;
	margin-bottom: 5px;
}

.sky-form .tooltip-right {
	top: 9px;
	white-space: nowrap;
	margin-left: 15px;
}
.sky-form .tooltip-right:after {
	top: 6px;
	right: 100%;
	border-top: 4px solid transparent;
	border-right: 4px solid rgba(0,0,0,0.9);
	border-bottom: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-right,
.sky-form .textarea textarea:focus + .tooltip-right {
	left: 100%;
	margin-left: 5px;
}

.sky-form .tooltip-left {
	top: 9px;
	white-space: nowrap;
	margin-right: 15px;
}
.sky-form .tooltip-left:after {
	top: 6px;
	left: 100%;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid rgba(0,0,0,0.9);
}
.sky-form .input input:focus + .tooltip-left,
.sky-form .textarea textarea:focus + .tooltip-left {
	right: 100%;
	left: auto;
	margin-right: 5px;
}

.sky-form .tooltip-bottom-right {
	top: 100%;
	margin-top: 15px;
}
.sky-form .tooltip-bottom-right:after {
	bottom: 100%;
	right: 16px;	
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(0,0,0,0.9);
	border-left: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-bottom-right,
.sky-form .textarea textarea:focus + .tooltip-bottom-right {
	right: 0;
	left: auto;
	margin-top: 5px;
}

.sky-form .tooltip-bottom-left {
	top: 100%;
	margin-top: 15px;
}
.sky-form .tooltip-bottom-left:after {
	bottom: 100%;
	left: 16px;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(0,0,0,0.9);
	border-left: 4px solid transparent;
}
.sky-form .input input:focus + .tooltip-bottom-left,
.sky-form .textarea textarea:focus + .tooltip-bottom-left {
	right: auto;
	left: 0;
	margin-top: 5px;
}


/**/
/* normal state */
/**/
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
	border-color: #e5e5e5;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}

.sky-form .rating label {
	color: #ccc;
	transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.sky-form .button {
	opacity: 0.8;
	transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}
.sky-form .button.button-secondary {
	background-color: #b3b3b3;
}
.sky-form .icon-append,
.sky-form .icon-prepend {
	color: #ccc;
}


/**/
/* hover state */
/**/
.sky-form .button:hover {
	opacity: 1;
}


/**/
/* focus state */
/**/



/**/
/* checked state */
/**/


input:checked + label.checkbox i {
    
}

/**/
/* error state */
/**/
.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i {
	background: #fff0f0;
    border-color: #cc3d3d;
}
.sky-form .state-error select + i {
	background: #fff0f0;
	box-shadow: 0 0 0 12px #fff0f0;
}
.sky-form .toggle.state-error input:checked + i {
	background: #fff0f0;
}
.sky-form .state-error + em {
	display: block;
	margin-top: 6px;
	padding: 0 1px;
	font-style: normal;
	font-size: 11px;
	line-height: 15px;
	color: #ee9393;
}
.sky-form .rating.state-error + em {
	margin-top: -4px;
	margin-bottom: 4px;
}


/**/
/* success state */
/**/
.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i {
	background: #f0fff0;
}
.sky-form .state-success select + i {
	background: #f0fff0;
	box-shadow: 0 0 0 12px #f0fff0;
}
.sky-form .toggle.state-success input:checked + i {
	background: #f0fff0;
}
.sky-form .note-success {
	color: #6fb679;
}


/**/
/* disabled state */
/**/
.sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
	cursor: default;
	opacity: 0.5;
}
.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
	border-color: #e5e5e5;
}


/**/
/* submited state */
/**/
.sky-form .message {
	display: none;
	color: #6fb679;
}
.sky-form .message i {
	display: block;
	margin: 0 auto 20px;
	width: 81px;
	height: 81px;
	border: 1px solid #6fb679;
	border-radius: 50%;
	font-size: 30px;
	line-height: 81px;
}
.sky-form.submited fieldset,
.sky-form.submited footer {
	display: none;
}
.sky-form.submited .message {
	display: block;
	padding: 25px 30px;
	background: rgba(255,255,255,.9);
	font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
	text-align: center;
}


/**/
/* datepicker */
/**/
.ui-datepicker {
	display: none;
	padding: 10px 12px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #666;
   /* z-index: 99999 !important;*/
}
.ui-datepicker a {
	color: #404040;
}
.ui-datepicker-header {
	position: relative;
	margin: -10px -12px 10px;
	padding: 10px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-size: 15px;
	line-height: 27px;
}
.ui-datepicker-prev, 
.ui-datepicker-next {
	position: absolute;
	top: 0;
	display: block;
	width: 47px;
	height: 47px;
	font-size: 15px;
	line-height: 47px;
	text-decoration: none;
	cursor: pointer;
}
.ui-datepicker-prev {
	left: 0;
}
.ui-datepicker-next {
	right: 0;
}
.ui-datepicker-calendar {
	border-collapse: collapse;
	font-size: 13px;
	line-height: 27px;
}
.ui-datepicker-calendar th {
	color: #999;
}
.ui-datepicker-calendar a,
.ui-datepicker-calendar span {
	display: block;
	width: 31px;
	margin: auto;
	text-decoration: none;
	color: #404040;
}
.ui-datepicker-calendar a:hover {
	background: rgba(0,0,0,.05);	
}
.ui-datepicker-calendar span {
	color: #bfbfbf;
}
.ui-datepicker-today a {
	font-weight: 700;
}
.ui-datepicker-calendar .ui-state-active {
	background: rgba(0,0,0,.05);
	cursor: default;	
}
.ui-datepicker-inline {
	border: 2px solid #e5e5e5;
	background: #fff;
	box-shadow: none;
}
.ui-datepicker-inline .ui-datepicker-header {
	line-height: 47px;
}
.ui-datepicker-inline .ui-datepicker-calendar {
	width: 100%;
}


/**/
/* modal */
/**/
.sky-form-modal {
	position: fixed;
	z-index: 1;
	display: none;
	width: 400px;
}
.sky-form-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}


/**/
/* bootstrap compatibility */
/**/
.sky-form *,
.sky-form *:after,
.sky-form *:before {
	margin: 0;
	padding: 0;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}
.sky-form .label {
	border-radius: 0;
	font-size: 100%;
	text-align: left;
	white-space: normal;
	color: inherit;
}
.sky-form .radio,
.sky-form .checkbox {
	font-weight: 400;
}
.sky-form .radio + .radio,
.sky-form .checkbox + .checkbox {
  margin-top: 0;
}

.validation-message, .required {
    font-size: 11px;
}

.validation-message {
    color: #ff0000;
    position:absolute;
    top: -18px;
    left: 0px;
}

.denotesRequired {    
    font-size: 15px;
    padding: 10px 0 0 0;
    text-align: right;
}

.sky-form .RadTreeView .rtIn {
    display: inline-block;
    padding: 0 !important;
}

.sky-form .RadTreeView .rtPlus {
    display: inline-block;
    margin-top: -2px;
}

.sky-form div.rtMid:parent {
    margin-left: 20px;
}

/* VALIDATION WINDOW*/

#cntrlMain_cntrlValidateScreen ul {
    padding: 30px 30px 20px 30px;
}

    #cntrlMain_cntrlValidateScreen ul li {
        font-size: 16px;
        margin: 0 0 20px 20px;
    }

#cntrlMain_cntrlRegisterSearchSave_ctl00 {
    position: absolute;
}

.RadTreeView .rtMinus {
    margin-top: -4px !important;
}

.RadTreeView .rtHover .rtIn {
    border: 0 !important;
}

/* MODEL FORMS */

.fieldsetTitle {
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 3.6% 0;
}

.modernForm .radio i {
    margin-top: 5px;
    top: auto !important;
}

.modernForm select {
    height: 42px !important;
}

.calc { /* MORTGAGE CALCULATOR BUTTON */
    float: left !important;
    margin: 0 !important;
}

.header2 {
    box-shadow: inset 0px -20px 10px -20px rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(0,0,0,.1);
}

/* ARRANGE A VIEWING FORM */

.arrangeViewingRow figure img {
    max-width: 100%;
}

/* SEND TO A FRIEND */

fieldset.sendProp {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0px;
}

    fieldset.sendProp input, fieldset.sendProp label {
        display: none;
    }

#ctl00_cntrlCenterRegion_ctl00 .sky-form {
    box-shadow: 0 0 0 rgba(255,255,255,.1) !important;
}

label.radio table {
    margin: 0 0 0 -27px;
}
    label.radio table label {
        padding: 0 0 0 27px;
        position: relative;
        z-index: 10;
    }

.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before,
.icon-rotate-right:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before,
.icon-mail-forward:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone {
	margin-top: 1px;
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before,
.icon-rotate-left:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before,
.icon-mail-reply:before {
  content: "\f112";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-pound:before {
  content: "\f154";
}

.propertyTreeType {
    position: relative;
}

     .propertyTreeType .validation-message {
        left: 16px;
        margin-top: -23px;
    }

label.radio {
    margin: 0 0 20px !important;
}



@font-face {
  font-family: 'Affiliates';
  src: url('../../8024/css/ff460897-def9-493a-a31f-b99d39c3c8b0/1.0.0.67/Affiliates_uovn7w.eot');
  src: url('../../8024/css/ff460897-def9-493a-a31f-b99d39c3c8b0/1.0.0.67/Affiliates_uovn7w.eot#iefix') format('embedded-opentype'), url('../../8024/css/ff460897-def9-493a-a31f-b99d39c3c8b0/1.0.0.67/Affiliates_uovn7w.ttf') format('truetype'), url('../../8024/css/ff460897-def9-493a-a31f-b99d39c3c8b0/1.0.0.67/Affiliates_uovn7w.woff') format('woff'), url('https://media2.estateweb.com/8024/css/ff460897-def9-493a-a31f-b99d39c3c8b0/1.0.0.67/Affiliates.svg?uovn7w#Affiliates') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="tweb-"],
[class*=" tweb-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Affiliates' !important;
  speak: none;
  font-size: 44px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tweb-helpToBuy-aff:before {
  content: "\e90f";
}
.tweb-PICMP-aff:before {
  content: "\e90d";
}
.tweb-homeLet-aff:before {
  content: "\e90e";
}
.tweb-PRSaccreditation-aff:before {
  content: "\e90c";
}
.tweb-TSI-AC-aff:before {
  content: "\e90b";
}
.tweb-CLA-aff:before {
  content: "\e90a";
}
.tweb-SCSI-aff:before {
  content: "\e908";
}
.tweb-IPAV-aff:before {
  content: "\e909";
}
.tweb-irpm-aff:before {
  content: "\e907";
}
.tweb-guild2017-aff:before {
  content: "\e905";
}
.tweb-ombudsman-aff:before {
  content: "\e906";
}
.tweb-propertylink-aff:before {
  content: "\e904";
}
.tweb-letrisks-aff:before {
  content: "\e903";
}
.tweb-NFOPP-aff:before {
  content: "\e902";
}
.tweb-rightmove-aff:before {
  content: "\e901";
}
.tweb-StuRents-aff:before {
  content: "\e900";
}
.tweb-afs-aff:before {
  content: "\e910";
}
.tweb-sheffieldchamber-aff:before {
  content: "\e912";
}
.tweb-ARMA-aff:before {
  content: "\e913";
}
.tweb-agenttracker-aff:before {
  content: "\e914";
}
.tweb-cmp-aff:before {
  content: "\e915";
}
.tweb-relocationagent-aff:before {
  content: "\e916";
}
.tweb-londonrentalstandardtransparentbackground-aff:before {
  content: "\e917";
}
.tweb-primelocation2-aff:before {
  content: "\e801";
}
.tweb-ukala-aff:before {
  content: "\e800";
}
.tweb-naeamember-aff:before {
  content: "\e606";
}
.tweb-ts-aff:before {
  content: "\e60d";
}
.tweb-gumtree-aff:before {
  content: "\e60e";
}
.tweb-arlamember-aff:before {
  content: "\e604";
}
.tweb-nalslicensed-aff:before {
  content: "\e68f";
}
.tweb-onthemarket-aff:before {
  content: "\e690";
}
.tweb-tdsmember-aff:before {
  content: "\e691";
}
.tweb-tpocommercial-aff:before {
  content: "\e602";
}
.tweb-tpolettings-aff:before {
  content: "\e603";
}
.tweb-zoopla-aff:before {
  content: "\e600";
}
.tweb-tpo-aff:before {
  content: "\e601";
}
.tweb-tds-aff:before {
  content: "\e65b";
}
.tweb-safeagent-aff:before {
  content: "\e65c";
}
.tweb-rics-aff:before {
  content: "\e65e";
}
.tweb-prs-aff:before {
  content: "\e65f";
}
.tweb-nla-aff:before {
  content: "\e661";
}
.tweb-nals-aff:before {
  content: "\e662";
}
.tweb-naea-aff:before {
  content: "\e663";
}
.tweb-mydeposits-aff:before {
  content: "\e664";
}
.tweb-movewithus-aff:before {
  content: "\e665";
}
.tweb-findaproperty-aff:before {
  content: "\e666";
}
.tweb-dps-aff:before {
  content: "\e667";
}
.tweb-arla-aff:before {
  content: "\e668";
}
.tweb-allagents-aff:before {
  content: "\e669";
}

/* Kiss goodbye to crazy, random browser padding or margins or anything else stupid.  Apart from Safari's slightly bolder fonts */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */

ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none;
}
/* change colours to suit your needs */

mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid white;
  margin: 1em 0;
  padding: 0;
}
/*input, select {
    vertical-align:middle;
}*/

.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
/*img {
    width: 100%;
}*/




.headingOne {
  color: #292929;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 38px;
  text-transform: uppercase;
}
.headingTwo {
  color: #292929;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
}
.headingThree {
  color: #afe9ed;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}
.headingFour {
  color: #afe9ed;
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 27px;
}
.headingFive {
  color: #8d90c6;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.bodyFont {
  color: #292929;
  font-family: "Open Sans", sans-serif;
  /*font-size: 17px;*/
  font-weight: 400;
  line-height: 28px;
}
a,
.tab,
.icons .row,
.icons i {
  transition: ease all 0.5s;
}
.hideMe {
  display: none;
}
/* SelectBoxIt container */

.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
/* Styles that apply to all SelectBoxIt elements */

.selectboxit-container * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
/* Button */

.selectboxit-container .selectboxit {
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
}
/* Height and Vertical Alignment of Text */

.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 32px;
  /* Height of the drop down */
  line-height: 32px;
  /* Vertically positions the drop down text */
  display: block;
}
/* Focus pseudo selector */

.selectboxit-container .selectboxit:focus {
  outline: 0;
}
/* Disabled Mouse Interaction */

/*.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}*/

/* Button Text */

.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}
/* Options List */

.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Individual options */

.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}
/* Individual Option Hover Action */

.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
/* Individual Option Optgroup Header */

.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}
/* Drop Down optgroup headers */

.selectboxit-optgroup-header {
  font-weight: bold;
}
/* Drop Down optgroup header hover psuedo class */

.selectboxit-optgroup-header:hover {
  cursor: default;
}
/* Drop Down down arrow container */

.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}
/* Drop Down down arrow */

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
/* Drop Down down arrow for jQueryUI and jQuery Mobile */

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
/* Drop Down individual option icon positioning */

.selectboxit-option-icon-container {
  float: left;
}
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
/* Drop Down individual option icon positioning */

.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */

.jqueryui .ui-icon {
  background-color: inherit;
}
/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */

.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
@media (max-width: 1024px) {
  .selectboxit-container select {
    width: 100% !important;
  }
}
@media (min-width: 1025px) {
  .navigation {
    background-color: #afe9ed;
    color: #292929;
    position: relative;
    text-transform: lowercase;
    z-index: 50;
  }
  .navigation nav {
    width: 100% !important;
  }
  .navigation nav li {
    float: left;
    margin: 0 27px 0 0;
    position: relative;
  }
  .navigation nav li .parentLink {
    cursor: pointer;
  }
  .navigation nav li a {
    color: #292929;
    cursor: pointer;
    text-decoration: none;
  }
  .navigation nav li a:hover {
    color: #8d90c6;
  }
  .navigation nav .submenu {
    background-color: #afe9ed;
    display: none;
    font-size: 11px;
    text-transform: uppercase;
    padding: 12px 0 0 0;
    position: absolute;
    white-space: nowrap;
    z-index: 10;
  }
  .navigation nav .submenu li {
    float: none;
    line-height: 28px;
    margin: 0;
    position: relative;
    transition: 0.5s ease all;
  }
  .navigation nav .submenu li a {
    display: block;
    padding: 0 12px;
    width: 100%;
  }
  .navigation nav .submenu li .grandChildren,
  .navigation nav .submenu li .greatGrandChildren {
    background-color: #afe9ed;
    display: none;
    position: absolute;
    top: 0;
  }
  .navigation nav .submenu li:hover {
    background-color: #8d90c6;
  }
  .navigation nav .submenu li:hover a {
    color: #292929;
  }
  .navigation .cipPanel a,
  .navigation .cipPanel span {
    color: #292929;
    display: inline-block;
    margin: 0 0 0 27px;
    text-decoration: none;
  }
  .navigation .cipPanel a:hover {
    color: #8d90c6;
  }
  .navigation i {
    /*background-color: @colour3;*/
    color: #292929;
    /*font-size: 28px;*/
  
    /*padding: 5px;*/
  
    /*position: relative;*/
  
  }
  #mobileMenu {
    display: none;
  }
}
@media (max-width: 1024px) {
  #menuBtn {
    z-index: 1000;
  }
  .navigation {
    background-color: #afe9ed;
    position: relative;
    z-index: 2;
  }
  .navigation nav {
    display: none;
  }
  .navigation i {
    background-color: #70cbd2;
    color: #292929;
    cursor: pointer;
    font-size: 40px;
    padding: 5px;
    position: relative;
  }
  #mobileMenu {
    background: radial-gradient(#70cbd2 15%, transparent 16%) 0 0, radial-gradient(#70cbd2 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 20%) 8px 9px;
    background-color: #70cbd2;
    background-size: 16px 16px;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    transition: width 1000ms;
    top: 0;
    visibility: hidden;
    width: 200px;
    z-index: 0;
  }
  #mobileMenu div[data-bind="with: cipUserActions"] a,
  #mobileMenu div[data-bind="with: cipUserActions"] span {
    background-color: #afe9ed;
    border-bottom: groove 2px #afe9ed;
    color: #292929;
    display: block;
    line-height: 48px;
    padding: 0 10px;
    text-decoration: none;
    width: 180px;
  }
  #mobileMenu div[data-bind="with: cipUserActions"] a:hover {
    background-color: #8d90c6;
  }
  #mobileMenu ul {
    position: relative;
    width: 200px;
  }
  #mobileMenu ul li {
    border-bottom: groove 2px #afe9ed;
    color: #292929;
    list-style: none;
  }
  #mobileMenu ul li a {
    color: #292929;
    cursor: pointer;
    display: block;
    line-height: 48px;
    padding: 0 10px;
    text-decoration: none;
    width: 180px;
  }
  #mobileMenu ul li a:hover {
    color: #292929;
  }
  #mobileMenu ul li .submenu,
  #mobileMenu ul li .grandChildren,
  #mobileMenu ul li .greatGrandChildren {
    background-color: transparent;
    display: none;
    font-size: 17px;
    height: 100%;
    left: 200px;
    padding: 0;
    position: absolute;
    text-transform: none;
    transition: transform 1000ms ease 0s;
    top: 0;
    width: 200px;
    z-index: 10000;
  }
  #mobileMenu ul li .submenu li,
  #mobileMenu ul li .grandChildren li,
  #mobileMenu ul li .greatGrandChildren li {
    line-height: 48px;
  }
  #mobileMenu ul li .submenu li i,
  #mobileMenu ul li .grandChildren li i,
  #mobileMenu ul li .greatGrandChildren li i {
    background-color: transparent;
    font-size: 17px;
    line-height: 48px;
    padding: 0 5px 0 0;
  }
  #mobileMenu ul li:hover {
    background-color: #8d90c6;
  }
  .slideOut {
    animation: slideOut 1000ms;
    animation-fill-mode: forwards;
    -webkit-animation: slideOut 100ms;
    -webkit-animation-fill-mode: forwards;
  }
  @-webkit-keyframes slideOut {
    from {
      left: 0px;
    }
    to {
      left: 200px;
    }
  }
  @keyframes slideOut {
    from {
      left: 0px;
    }
    to {
      left: 200px;
    }
  }
  .slideIn {
    animation: slideIn 1000ms;
    animation-fill-mode: forwards;
    -webkit-animation: slideIn 100ms;
    -webkit-animation-fill-mode: forwards;
  }
  @-webkit-keyframes slideIn {
    from {
      left: 200px;
    }
    to {
      left: 0px;
    }
  }
  @keyframes slideIn {
    from {
      left: 200px;
    }
    to {
      left: 0px;
    }
  }
  #contents {
    box-shadow: -5px 0px 5px 1px rgba(0, 0, 0, 0.7);
  }
}
/*@media (min-width: 1025px) and (max-width: 1279px){

    .navigation {
        background-color: @colour2;
        color: @colour1;
        position: relative;
        text-transform: lowercase;
        z-index: 50;

        nav {
            width: 100% !important;

            li {
                float: left;
                margin: 0 27px 0 0;
                position: relative;

                .parentLink {
                    cursor: pointer;
                }


                a {
                    color: @colour1;
                    cursor: pointer;
                    text-decoration: none;
                }

                    a:hover {
                        color: @colour4;
                    }
            }

            .submenu {
                background-color: @colour2;
                display: none;
                font-size: 11px;
                text-transform: uppercase;
                padding: 12px 0 0 0;
                position: absolute;
                white-space: nowrap;
                z-index: 10;

                li {
                    float: none;
                    line-height: 28px;
                    margin: 0;
                    padding: 0 12px;
                    transition: 0.5s ease all;
                }

                    li:hover {
                        background-color: @colour4;

                        a {
                            color: @colour1;
                        }
                    }
            }
        }


        .cipPanel a, .cipPanel span {
            color: @colour1;
            display: inline-block;
            margin: 0 0 0 20px;
            text-decoration: none;
        }

            .cipPanel a:hover {
                color: @colour4;
            }

        i {
            background-color: @colour3;
            color: @colour1;
            font-size: 28px;
            padding: 5px;
            position: relative;
        }
    }

    #mobileMenu {
        display: none;
    }

}*/

.ie8 .navigation {
  background-color: #afe9ed;
  color: #292929;
  position: relative;
  text-transform: lowercase;
  z-index: 3;
}
.ie8 .navigation nav {
  width: 100% !important;
}
.ie8 .navigation nav li {
  float: left;
  margin: 0 27px 0 0;
  position: relative;
}
.ie8 .navigation nav li .parentLink {
  cursor: pointer;
}
.ie8 .navigation nav li a {
  color: #292929;
  cursor: pointer;
  text-decoration: none;
}
.ie8 .navigation nav li a:hover {
  color: #8d90c6;
}
.ie8 .navigation nav .submenu {
  background-color: #afe9ed;
  display: none;
  font-size: 11px;
  text-transform: uppercase;
  padding: 12px 0 0 0;
  position: absolute;
  white-space: nowrap;
  z-index: 10;
}
.ie8 .navigation nav .submenu li {
  float: none;
  line-height: 28px;
  margin: 0;
  padding: 0 12px;
  transition: 0.5s ease all;
}
.ie8 .navigation nav .submenu li:hover {
  background-color: #8d90c6;
}
.ie8 .navigation nav .submenu li:hover a {
  color: #292929;
}
.ie8 .navigation .cipPanel a {
  color: #292929;
  display: inline-block;
  margin: 0 0 0 20px;
  text-decoration: none;
}
.ie8 .navigation .cipPanel a:hover {
  color: #8d90c6;
}
.ie8 .navigation i {
  background-color: #70cbd2;
  color: #292929;
  font-size: 28px;
  padding: 5px;
  position: relative;
}
/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/

/* Background */

.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #292929;
  color: #292929;
}
@media (min-width: 1025px) {
  #property-photos-device1 .rsOverflow {
    margin-left: 195px !important;
  }
}
/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsHor .rsArrowLeft {
  left: 15px;
  top: 0;
}
.rsDefault.rsHor .rsArrowRight {
  right: 15px;
  top: 0;
}
.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background-color: #292929;
  border: solid 2px #292929;
  border-radius: 50%;
  box-shadow: 1px 1px 3px 1px black;
}
/* JV i have added this as for some reason the background image on the above class would NOT work, But blow Works fine. NOT IN IE8 */

/*.rsArrowLeft .rsArrowIcn:before {
    content:"<";
    color:#fff !important;
    display:inline-block;
    font-size:25px;
    font-weight:700;
    margin:7px 0px 0px 7px;
}

.rsArrowRight .rsArrowIcn:before {
    content:">";
    color:#fff !important;
    display:inline-block;
    font-size:25px;
    font-weight:700;
    margin:7px 0px 0px 10px;
}*/

/**********************************************/

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}
.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsDefault .rsThumbsVer {
  width: 186px !important;
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 186px;
  height: 124px;
}
.rsDefault .rsThumb img {
  height: 100%;
}
.rsDefault .rsThumb.rsNavSelected img {
  border: 0 !important;
}
.rsDefault .rsTmb {
  display: block;
}
/* Thumbnails with text */

.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: white;
}
.rsDefault .rsTmb span {
  color: #afe9ed !important;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
/* Thumbnails arrow icons */

.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #afe9ed;
  opacity: 0.8;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -5px;
  position: absolute;
  cursor: pointer;
  background: url('https://media2.estateweb.com/8024/css/E:/Production/assets/8024/afp/css/rs-default.png');
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}
/* Thumbnails resizing on smaller screens */

@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefault .rsThumbsHor {
    height: 44px;
  }
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
***************/

.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto 10px auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsDefault .rsTab {
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
  width: 140px;
  height: 95px;
}
.rsDefault .rsTab:nth-child(3n+3) {
  margin: 0 0 6px 0;
}
.rsDefault .rsTab img {
  cursor: pointer;
  width: 140px;
  height: 95px;
}
/*
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
  right: 15px;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 10px 10px 0 0;
  width: 32px;
  height: 32px;
  border-radius: 32px;
}
.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url('https://media2.estateweb.com/8024/css/E:/Production/assets/8024/afp/css/rs-default.png') no-repeat 0 -32px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: black;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('https://media2.estateweb.com/8024/css/E:/Production/assets/8024/afp/css/rs-default.png') -64px 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: black;
}
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url('https://media2.estateweb.com/8024/css/E:/Production/assets/8024/afp/preloaders/preloader-white.gif');
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
/***************
*
*  8. Global caption
*
****************/

.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
}
#globalSharePanel {
  color: black;
  border: solid 1px silver;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  display: none;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 10px;
  position: absolute;
  background-color: white;
  line-height: 16px;
  z-index: 10000;
}
#globalSharePanel tr:hover {
  background-color: #ececec;
}
#globalSharePanel a {
  color: black;
  display: inline-block;
  font-size: 10px;
  line-height: 16px;
  margin: 0 10px 0 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
}
#globalSharePanel td {
  height: 26px;
  overflow: hidden;
  text-align: left;
}
#globalSharePanel td .fa {
  background-color: transparent;
  border-radius: 0;
  bottom: auto;
  color: white;
  display: inline-block;
  font-size: 12px;
  left: auto;
  line-height: 16px;
  margin: 5px;
  position: relative;
  text-align: center;
  width: 16px;
}
#globalSharePanel td .fa-facebook {
  background-color: #3b5998;
}
#globalSharePanel td .fa-twitter {
  background-color: #4099ff;
}
#globalSharePanel td .fa-google-plus {
  background-color: #d34836;
}
#globalSharePanel td .fa-tumblr {
  background-color: #32506d;
}
#globalSharePanel td .fa-linkedin {
  background-color: #007bb6;
}
#globalSharePanel td .fa-digg {
  background-color: #356aa0;
}
#globalSharePanel td .fa-delicious {
  background-color: #205cc0;
}
#globalSharePanel td .fa-stumbleupon {
  background-color: #f74425;
}
#globalSharePanel td .fa-reddit {
  background-color: #cee3f8;
  color: black;
}
#globalSharePanel td .fa-pinterest-p {
  background-color: #cc2127;
}
/* 

    TECHNICWEB UPTO 12 COLUMN REPONSIVE GRID!!!
        MT - August 2014
    
        Instructions:
            .row - like a table row, but without tables
            .col - floated left, has a left margin of 1.6% (except the first column).  You can use any combination of columns, but it MUST add up to 12!
            .group - stops it's children floating, like a lifeguard
            .*wide - Specifies the number of colums spanned.  The * denotes the number, so 5wide would span 5 columns.  Clever.
            

                   

    Note: needs a better name

*/

select,
input,
textarea {
  font-size: 19px;
}
.container {
  margin: 0 auto;
  padding: 0;
  position: relative;
}
/* Row bits, as described above */

.row {
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
}
/* Now the column stuff */

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
  position: relative;
}
.col:first-child {
  margin-left: 0;
}
/* And that's a wrap */

@media (max-width: 767px) {
  html,
  body {
    width: 100%;
  }
  .container {
    margin: 0 auto;
    width: 90%;
  }
  .inline-row {
    margin: 0 auto;
    width: 100%;
  }
  .sm-twelveWide {
    margin-left: 0px;
    width: 100%;
  }
  .sm-elevenWide {
    width: 91.46%;
  }
  .sm-tenWide {
    width: 83%;
  }
  .sm-nineWide {
    width: 74.54%;
  }
  .sm-eightWide {
    width: 66.08%;
  }
  .sm-sevenWide {
    width: 57.62%;
  }
  .sm-sixWide {
    width: 49.16%;
  }
  .sm-sixWide:nth-child(odd) {
    margin-left: 0;
  }
  .sm-fiveWide {
    width: 40.7%;
  }
  .sm-fourWide {
    width: 32.24%;
  }
  .sm-threeWide {
    width: 23.78%;
  }
  .sm-twoWide {
    width: 15.32%;
  }
  .sm-oneWide {
    width: 6.86%;
  }
  .sm-gone {
    display: none;
  }
  /* PUSHES */
  
  .sm-pushTwelve {
    left: 100%;
  }
  .sm-pushEleven {
    left: 91.46%;
  }
  .sm-pushTen {
    left: 83%;
  }
  .sm-pushNine {
    left: 74.54%;
  }
  .sm-pushEight {
    left: 66.08%;
  }
  .sm-pushSeven {
    left: 57.62%;
  }
  .sm-pushSix {
    left: 49.16%;
  }
  .sm-pushFive {
    left: 40.7%;
  }
  .sm-pushFour {
    left: 32.24%;
  }
  .sm-pushThree {
    left: 23.78%;
  }
  .sm-pushTwo {
    left: 15.32%;
  }
  .sm-pushOne {
    left: 6.86%;
  }
  /* PULLS */
  
  .sm-pullTwelve {
    right: 100%;
  }
  .sm-pullEleven {
    right: 91.46%;
  }
  .sm-pullTen {
    right: 83%;
  }
  .sm-pullNine {
    right: 74.54%;
  }
  .sm-pullEight {
    right: 66.08%;
  }
  .sm-pullSeven {
    right: 57.62%;
  }
  .sm-pullSix {
    right: 49.16%;
  }
  .sm-pullFive {
    right: 40.7%;
  }
  .sm-pullFour {
    right: 32.24%;
  }
  .sm-pullThree {
    right: 23.78%;
  }
  .sm-pullTwo {
    right: 15.32%;
  }
  .sm-pullOne {
    right: 6.86%;
  }
  .sm-textCentre {
    text-align: center;
  }
  /*#modalForm {
          width: 250px;
      }*/
}
@media (min-width: 1025px) and (max-width: 1279px) {
  html,
  body {
    font-size: 14px;
  }
  .container {
    width: 960px;
  }
  .inline-row {
    margin: 0 auto;
    width: 90%;
  }
  .lg-twelveWide {
    margin-left: 0;
    width: 100%;
  }
  .lg-elevenWide {
    width: 91.46%;
  }
  .lg-tenWide {
    width: 83%;
  }
  .lg-nineWide {
    width: 74.54%;
  }
  .lg-eightWide {
    width: 66.08%;
  }
  .lg-sevenWide {
    width: 57.62%;
  }
  .lg-sixWide {
    width: 49.16%;
  }
  .lg-fiveWide {
    width: 40.7%;
  }
  .lg-fourWide {
    width: 32.24%;
  }
  .lg-fourWide:nth-child(4) {
    margin-left: 0;
  }
  .lg-threeWide {
    width: 23.78%;
  }
  .lg-twoWide {
    width: 15.32%;
  }
  .lg-oneWide {
    width: 6.86%;
  }
  .lg-gone {
    display: none;
  }
  /* PUSHES */
  
  .lg-pushTwelve {
    left: 100%;
  }
  .lg-pushEleven {
    left: 91.46%;
  }
  .lg-pushTen {
    left: 83%;
  }
  .lg-pushNine {
    left: 74.54%;
  }
  .lg-pushEight {
    left: 66.08%;
  }
  .lg-pushSeven {
    left: 57.62%;
  }
  .lg-pushSix {
    left: 49.16%;
  }
  .lg-pushFive {
    left: 40.7%;
  }
  .lg-pushFour {
    left: 32.24%;
  }
  .lg-pushThree {
    left: 23.78%;
  }
  .lg-pushTwo {
    left: 15.32%;
  }
  .lg-pushOne {
    left: 6.86%;
  }
  /* PULLS */
  
  .lg-pullTwelve {
    right: 100%;
  }
  .lg-pullEleven {
    right: 91.46%;
  }
  .lg-pullTen {
    right: 83%;
  }
  .lg-pullNine {
    right: 74.54%;
  }
  .lg-pullEight {
    right: 66.08%;
  }
  .lg-pullSeven {
    right: 57.62%;
  }
  .lg-pullSix {
    right: 49.16%;
  }
  .lg-pullFive {
    right: 40.7%;
  }
  .lg-pullFour {
    right: 32.24%;
  }
  .lg-pullThree {
    right: 23.78%;
  }
  .lg-pullTwo {
    right: 15.32%;
  }
  .lg-pullOne {
    right: 6.86%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 96%;
  }
  .inline-row {
    margin: 0 auto;
    width: 100%;
  }
  .md-twelveWide {
    margin-left: 0;
    width: 100%;
  }
  .md-elevenWide {
    width: 91.46%;
  }
  .md-tenWide {
    width: 83%;
  }
  .md-nineWide {
    width: 74.54%;
  }
  .md-eightWide {
    width: 66.08%;
  }
  .md-sevenWide {
    width: 57.62%;
  }
  .md-sixWide {
    width: 49.16%;
  }
  .md-fiveWide {
    width: 40.7%;
  }
  .md-fourWide {
    width: 32.24%;
  }
  /*.md-fourWide:nth-child(4) {
              margin-left: 0;
          }*/
  
  .md-threeWide {
    width: 23.78%;
  }
  .md-twoWide {
    width: 15.32%;
  }
  .md-oneWide {
    width: 6.86%;
  }
  .md-gone {
    display: none;
  }
  /* PUSHES */
  
  .md-pushTwelve {
    left: 100%;
  }
  .md-pushEleven {
    left: 91.46%;
  }
  .md-pushTen {
    left: 83%;
  }
  .md-pushNine {
    left: 74.54%;
  }
  .md-pushEight {
    left: 66.08%;
  }
  .md-pushSeven {
    left: 57.62%;
  }
  .md-pushSix {
    left: 49.16%;
  }
  .md-pushFive {
    left: 40.7%;
  }
  .md-pushFour {
    left: 32.24%;
  }
  .md-pushThree {
    left: 23.78%;
  }
  .md-pushTwo {
    left: 15.32%;
  }
  .md-pushOne {
    left: 6.86%;
  }
  /* PULLS */
  
  .md-pullTwelve {
    right: 100%;
  }
  .md-pullEleven {
    right: 91.46%;
  }
  .md-pullTen {
    right: 83%;
  }
  .md-pullNine {
    right: 74.54%;
  }
  .md-pullEight {
    right: 66.08%;
  }
  .md-pullSeven {
    right: 57.62%;
  }
  .md-pullSix {
    right: 49.16%;
  }
  .md-pullFive {
    right: 40.7%;
  }
  .md-pullFour {
    right: 32.24%;
  }
  .md-pullThree {
    right: 23.78%;
  }
  .md-pullTwo {
    right: 15.32%;
  }
  .md-pullOne {
    right: 6.86%;
  }
  .md-textCentre {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1220px;
  }
  .fl-twelveWide {
    margin-left: 0;
    width: 100%;
  }
  .fl-elevenWide {
    width: 91.46%;
  }
  .fl-tenWide {
    width: 83%;
  }
  .fl-nineWide {
    width: 74.54%;
  }
  .fl-eightWide {
    width: 66.08%;
  }
  .fl-sevenWide {
    width: 57.62%;
  }
  .fl-sixWide {
    width: 49.16%;
  }
  .fl-fiveWide {
    width: 40.7%;
  }
  .fl-fourWide {
    width: 32.24%;
  }
  .fl-fourWide:nth-child(4) {
    margin-left: 0;
  }
  .fl-threeWide {
    width: 23.78%;
  }
  .fl-twoWide {
    width: 15.32%;
  }
  .fl-oneWide {
    width: 6.86%;
  }
  .fl-gone {
    display: none;
  }
  /* PUSHES */
  
  .fl-pushTwelve {
    left: 100%;
  }
  .fl-pushEleven {
    left: 91.46%;
  }
  .fl-pushTen {
    left: 83%;
  }
  .fl-pushNine {
    left: 74.54%;
  }
  .fl-pushEight {
    left: 66.08%;
  }
  .fl-pushSeven {
    left: 57.62%;
  }
  .fl-pushSix {
    left: 49.16%;
  }
  .fl-pushFive {
    left: 40.7%;
  }
  .fl-pushFour {
    left: 32.24%;
  }
  .fl-pushThree {
    left: 23.78%;
  }
  .fl-pushTwo {
    left: 15.32%;
  }
  .fl-pushOne {
    left: 6.86%;
  }
  /* PULLS */
  
  .fl-pullTwelve {
    right: 100%;
  }
  .fl-pullEleven {
    right: 91.46%;
  }
  .fl-pullTen {
    right: 83%;
  }
  .fl-pullNine {
    right: 74.54%;
  }
  .fl-pullEight {
    right: 66.08%;
  }
  .fl-pullSeven {
    right: 57.62%;
  }
  .fl-pullSix {
    right: 49.16%;
  }
  .fl-pullFive {
    right: 40.7%;
  }
  .fl-pullFour {
    right: 32.24%;
  }
  .fl-pullThree {
    right: 23.78%;
  }
  .fl-pullTwo {
    right: 15.32%;
  }
  .fl-pullOne {
    right: 6.86%;
  }
}
.ie8 html,
.ie8 body {
  font-size: 14px !important;
}
.ie8 .container {
  width: 960px;
}
.ie8 .inline-row {
  margin: 0 auto;
  width: 90%;
}
.ie8 .lg-twelveWide {
  margin-left: 0;
  width: 100%;
}
.ie8 .lg-elevenWide {
  width: 91.46%;
}
.ie8 .lg-tenWide {
  width: 83%;
}
.ie8 .lg-nineWide {
  width: 74.54%;
}
.ie8 .lg-eightWide {
  width: 66.08%;
}
.ie8 .lg-sevenWide {
  width: 57.62%;
}
.ie8 .lg-sixWide {
  width: 49.16%;
}
.ie8 .lg-fiveWide {
  width: 40.7%;
}
.ie8 .lg-fourWide {
  width: 32.24%;
}
.ie8 .lg-fourWide:nth-child(4) {
  margin-left: 0;
}
.ie8 .lg-threeWide {
  width: 23.78%;
}
.ie8 .lg-twoWide {
  width: 15.32%;
}
.ie8 .lg-oneWide {
  width: 6.86%;
}
.ie8 .lg-gone {
  display: none;
}
.ie8 .lg-pushTwelve {
  left: 100%;
}
.ie8 .lg-pushEleven {
  left: 91.46%;
}
.ie8 .lg-pushTen {
  left: 83%;
}
.ie8 .lg-pushNine {
  left: 74.54%;
}
.ie8 .lg-pushEight {
  left: 66.08%;
}
.ie8 .lg-pushSeven {
  left: 57.62%;
}
.ie8 .lg-pushSix {
  left: 49.16%;
}
.ie8 .lg-pushFive {
  left: 40.7%;
}
.ie8 .lg-pushFour {
  left: 32.24%;
}
.ie8 .lg-pushThree {
  left: 23.78%;
}
.ie8 .lg-pushTwo {
  left: 15.32%;
}
.ie8 .lg-pushOne {
  left: 6.86%;
}
.ie8 .lg-pullTwelve {
  right: 100%;
}
.ie8 .lg-pullEleven {
  right: 91.46%;
}
.ie8 .lg-pullTen {
  right: 83%;
}
.ie8 .lg-pullNine {
  right: 74.54%;
}
.ie8 .lg-pullEight {
  right: 66.08%;
}
.ie8 .lg-pullSeven {
  right: 57.62%;
}
.ie8 .lg-pullSix {
  right: 49.16%;
}
.ie8 .lg-pullFive {
  right: 40.7%;
}
.ie8 .lg-pullFour {
  right: 32.24%;
}
.ie8 .lg-pullThree {
  right: 23.78%;
}
.ie8 .lg-pullTwo {
  right: 15.32%;
}
.ie8 .lg-pullOne {
  right: 6.86%;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.inline-row:before,
.inline-row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.inline-row:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.text-centre {
  text-align: center;
}
.text-right {
  text-align: right;
}
a,
.tab,
.icons .row,
.icons i {
  transition: ease all 0.5s;
}
.hideMe {
  display: none;
}
/* MASTER PAGES */

body {
  color: #292929;
  font-family: "Open Sans", sans-serif;
  /*font-size: 17px;*/
  font-weight: 400;
  line-height: 28px;
  overflow-x: hidden;
}
body a {
  color: #afe9ed;
}
#contents {
  background-color: white;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
#contents #searchPopup,
#contents #arrangeviewing {
  display: none;
}
header {
  background-color: white;
}
header .socialMedia a {
  color: #bfbfbf;
  display: inline-block;
  font-size: 26px;
  margin: 0 0 0 13px;
  transition: 0.5s linear all;
}
header .marketingMessage {
  color: #292929;
  font-size: 24px;
  letter-spacing: 1px;
}
header .logo {
  white-space: nowrap;
}
header .logo img {
  display: inline-block;
  vertical-align: middle;
}
/* SEARCH PANEL */

.searchPanel {
  color: #292929;
  left: 50%;
  position: absolute;
  z-index: 2;
}
.searchPanel .listingType label {
  background-color: #70cbd2;
  cursor: pointer;
  float: left;
  font-size: 24px;
  line-height: 47px;
  padding: 0 0 0 0.7%;
  text-indent: 1.667em;
  text-transform: uppercase;
  transition: ease all 0.5s;
}
.searchPanel .listingType label:hover {
  color: #8d90c6;
}
.searchPanel .listingType label[for=lettings] {
  float: right;
}
.searchPanel .listingType input[type=radio]:checked + label {
  background-color: #afe9ed;
}
.searchPanel .listingType input[type=radio] {
  display: none;
}
.searchPanel .cipRow {
  line-height: 33px;
}
.searchPanel .cipRow a {
  color: #292929;
  text-decoration: none;
}
.searchPanel .searchCriteria {
  background-color: #afe9ed;
  color: #292929;
  padding: 2.105em;
  /*[data-bind="visible: isListingType(6)"] {
                display: none;
            }*/

}
.searchPanel .searchCriteria [data-bind="ifnot: isLoggedIn"] label {
  margin: 0 0 0 14px;
}
.searchPanel .searchCriteria [data-bind="if: isLoggedIn"] {
  display: none;
}
.searchPanel .searchCriteria select {
  background-color: #70cbd2;
  border: 0;
  color: #292929;
  width: 100%;
}
.searchPanel .searchCriteria button {
  background: #8d90c6;
  border: 0;
  color: #292929;
  cursor: pointer;
  font-size: 23px;
  font-weight: 400;
  line-height: 33px;
  text-transform: uppercase;
  transition: ease all 0.5s;
  width: 100%;
}
.searchPanel .searchCriteria button:hover {
  background-color: #70cbd2;
}
.searchPanel .cipSavePrompt {
  background-color: red;
  border-radius: 5px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.6);
  color: white;
  font-family: Arial, sans-serif;
  font-size: 12px;
  left: 162px;
  line-height: 15px;
  padding: 8px;
  position: absolute;
  top: -88px;
  width: 210px;
}
.searchPanel .cipSavePrompt i {
  bottom: -14px;
  color: red;
  font-size: 26px;
  left: 105px;
  position: absolute;
}
.searchPanel .searchTitle {
  background-color: #afe9ed;
  font-size: 24px;
  line-height: 47px;
  margin: 0;
  text-indent: 1.667em;
  text-transform: uppercase;
}
/* SELECT BOXES - THROUGHOUT THE SITE */

.selectboxit-btn {
  background-color: #70cbd2;
  text-transform: none;
}
.selectboxit-default-arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #292929;
  height: 0;
  width: 0;
}
.selectboxit-list {
  background-color: #70cbd2;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: #8d90c6;
  color: #292929;
}
.selectboxit-list > .selectboxit-option > .selectboxit-option-anchor {
  color: #292929;
}
#searchPopup > .searchPanel {
  margin-top: 0 !important;
}
/* HOME PAGE */

#gallery-1 {
  margin: 0;
}
.ctaContainer {
  padding: 32px 40px;
}
.ctaContainer a {
  text-decoration: none;
}
.ctaContainer .fa {
  background-color: #70cbd2;
  border-radius: 50%;
  color: #292929;
  display: inline-block;
  font-size: 27px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
.ctaContainer .headingOne {
  color: #70cbd2;
  display: block;
  line-height: 64px;
}
.ctaContainer p {
  display: inline-block;
  width: 60%;
}
.welcome {
  padding: 0 0 57px 0;
}
.welcome h1 {
  color: #292929;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 38px;
  text-transform: uppercase;
  color: #afe9ed;
}
.welcome h2 {
  color: #292929;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  color: #afe9ed;
  font-style: italic;
  margin: 20px 0;
  text-transform: none;
}
/* FOOTER */

footer {
  background-color: #afe9ed;
  color: #292929;
  padding: 50px 0 20px 0;
}
footer .latestReviewHeading .fa {
  background-color: #70cbd2;
  border-radius: 50%;
  color: #292929;
  display: inline-block;
  font-size: 27px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
footer .latestReviewHeading .headingOne {
  color: #292929;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 38px;
  text-transform: uppercase;
  display: block;
  margin: 25px 0 8px 0;
}
footer .latestReviewHeading .button {
  background: #8d90c6;
  border: 0;
  color: #292929;
  display: inline-block;
  font-size: 23px;
  font-weight: 400;
  line-height: 33px;
  margin: 15px 0 0 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s ease all;
}
footer .latestReviewHeading .button:hover {
  background-color: #70cbd2;
}
footer .latestReviewRow,
footer .ctaRow {
  border-bottom: solid 1px #292929;
}
footer .latestReview {
  color: #292929;
}
footer .latestReview .fa {
  color: #8d90c6;
  font-size: 21px;
}
footer .latestReview a {
  color: #292929;
  text-decoration: none;
}
footer .latestReview em {
  color: #8d90c6;
  display: block;
  font-style: normal;
}
footer .ctaRow {
  padding: 35px 0;
}
footer .ctaRow .fa {
  background-color: #70cbd2;
  border-radius: 50%;
  color: #292929;
  display: inline-block;
  font-size: 27px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
footer .ctaRow .headingOne {
  color: #292929;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 38px;
  text-transform: uppercase;
  display: block;
  margin: 25px 0 8px 0;
}
footer .ctaRow a {
  text-decoration: none;
}
footer .socialRow {
  padding: 35px 0 15px 0;
}
footer .socialRow .headingOne {
  color: #292929;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 38px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 31px 0;
}
footer .socialRow .fa {
  background-color: #70cbd2;
  border-radius: 50%;
  color: #292929;
  display: inline-block;
  font-size: 27px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  color: #afe9ed;
  cursor: pointer;
  margin: 0 25px 20px 0;
  transition: 0.1s ease all;
}
footer .socialRow .fa:hover {
  color: #292929;
  font-size: 40.5px;
  line-height: 70px;
  margin: -20px 15px 10px -10px;
  width: 70px;
}
/* AFFILIATE SECTION */

.affiliates {
  padding: 39px 0;
}
.affiliates .headingOne {
  color: #292929;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 38px;
  text-transform: uppercase;
  color: #afe9ed;
  display: block;
  margin: 0 0 22px 0;
}
.affiliates [class^="tweb-"] {
  color: #afe9ed;
}
/* COPYRIGHT  */

.copyright {
  background-color: #70cbd2;
  color: #292929;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
}
.copyright a {
  color: #292929;
  text-decoration: none;
}
.copyright a:hover {
  color: #8d90c6;
}
.backToTop {
  bottom: 30px;
  color: #8d90c6;
  cursor: pointer;
  /* display: none;*/
  font-size: 16px;
  right: 50px;
  position: fixed;
  text-align: center;
  z-index: 3;
}
.backToTop i {
  background-color: #8d90c6;
  color: #292929;
  display: block;
  font-size: 25px;
  line-height: 49px;
  text-align: center;
  width: 49px;
}
/* SEARCH RESULTS */

#searchHeader {
  background-color: #afe9ed;
  color: #292929;
  margin: 0 0 36px 0;
  min-height: 155px;
}
#searchHeader .tabs {
  background-color: #afe9ed;
  font-size: 20px;
  text-transform: uppercase;
}
#searchHeader .tabs .col {
  line-height: 46px;
  margin: 0;
}
#searchHeader .tabs .col:first-child {
  background-color: #afe9ed;
  font-size: 25px;
  letter-spacing: 2px;
  text-indent: 24px;
  width: 49.75%;
}
#searchHeader .tabs .col:last-child {
  float: right;
}
#searchHeader .tab {
  border-left: solid 1px #292929;
  cursor: pointer;
  width: 16.666%;
}
#searchHeader .tab a {
  color: #292929;
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
#searchHeader .tab .activeTab {
  background-color: #8d90c6;
}
#searchHeader .tab .notActive {
  background-color: #70cbd2;
}
#searchHeader .tab .notActive:hover {
  background-color: #8d90c6;
}
#searchHeader .propCount {
  color: #292929;
  font-size: 15px;
  text-indent: 24px;
}
#searchHeader .filtering {
  font-size: 15px;
}
#searchHeader .filtering .perPageContainer {
  margin: 0 30px 0 19px;
  width: 55px;
}
#searchHeader .filtering label {
  display: inline-block;
  cursor: pointer;
  margin: 0 7px 0 17px;
}
#searchHeader .filtering input {
  vertical-align: middle;
}
/* RESPONSIVE SUB MENU */

.subMenu {
  background-color: #afe9ed;
  display: none;
  text-transform: lowercase;
}
.subMenu ul {
  border-bottom: solid 1px #292929;
}
.subMenu ul li {
  border-top: solid 1px #292929;
  line-height: 66px;
  margin: 0;
  padding: 0 0 0 17px;
}
.subMenu ul li label {
  cursor: pointer;
  transition: 0.5s ease all;
}
.subMenu ul li label input {
  display: none;
}
.subMenu ul li a {
  color: #292929;
  cursor: pointer;
  text-decoration: none;
}
.subMenu ul li label:hover,
.subMenu ul li a:hover {
  color: #8d90c6;
}
.subMenu ul li .activeTab {
  display: none;
}
/* PAGING */

[data-role="pager"] {
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 0 24px;
}
[data-role="pager"] li {
  margin: 0 22px 0 0;
}
[data-role="pager"] li a {
  color: #292929;
  text-decoration: none;
}
[data-role="pager"] li a:hover {
  color: #8d90c6;
}
[data-role="pager"] li .current {
  color: #8d90c6;
}
/* INDIVIDUAL RESULT */

.propertyRow,
.gridRow {
  margin: 0 0 31px 0;
}
.propertyRow figure,
.gridRow figure {
  background-color: #292929;
  line-height: 0;
}
.propertyRow figure img,
.gridRow figure img {
  max-width: 100%;
}
@media (min-device-width: 1025px) {
  .propertyRow .thumb,
  .gridRow .thumb {
    height: 124px;
    margin: 0 0 15px 0;
  }
  .propertyRow .thumb:last-child,
  .gridRow .thumb:last-child {
    margin: 0;
  }
}
.propertyRow h2,
.gridRow h2 {
  margin: 0 0 0 13px;
  min-height: 48px;
}
.propertyRow h2 a,
.gridRow h2 a {
  color: #292929;
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}
.propertyRow h3,
.gridRow h3 {
  color: #8d90c6;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 0 13px;
}
.propertyRow h3 a,
.gridRow h3 a {
  color: #8d90c6;
  font-weight: 400;
}
.propertyRow p,
.gridRow p {
  line-height: 28px;
  height: 109px;
  margin: 0 0 0 13px;
  overflow: hidden;
}
.propertyRow .resultOptions,
.gridRow .resultOptions {
  margin: 30px 0 0 13px;
}
.propertyRow .resultOptions a,
.gridRow .resultOptions a {
  background-color: #afe9ed;
  color: #292929;
  display: inline-block;
  line-height: 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.propertyRow .resultOptions a:hover,
.gridRow .resultOptions a:hover {
  background-color: #8d90c6;
}
.propertyRow .gridProperty .resultOptions,
.gridRow .gridProperty .resultOptions {
  margin: 15px 0 0 0;
}
.propertyRow:first-child {
  opacity: 1 !important;
  transform: none !important;
}
.noResults .button {
  background-color: #8d90c6;
  color: #292929;
  display: inline-block;
  font-size: 23px;
  font-weight: 400;
  line-height: 33px;
  margin: 15px 0 30px 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s ease all;
}
.noResults .button:hover {
  background-color: #70cbd2;
}
/* MAP VIEW */

#mapContainer {
  background-color: #292929;
}
#mapContainer .mapBack {
  /* ONLY PRESENT ON SMALLER DEVICES */
  background-color: #70cbd2;
}
#mapContainer .mapBack a {
  color: #292929;
  display: inline-block;
  font-size: 36px;
  line-height: 28px;
  text-decoration: none;
  text-indent: 20px;
}
#mapContainer .mapBack a:hover {
  color: #8d90c6;
}
#search-results-map {
  height: 600px;
  margin: 0 0 45px 0;
  width: 100%;
}
.loadingMap {
  background-color: #292929;
  line-height: 600px;
  margin: 0 0 45px 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.mapIconBlank {
  padding: 0 3%;
}
.mapIcon {
  position: relative;
  text-align: right;
}
.mapIcon i {
  color: #8d90c6;
  font-size: 32px;
  line-height: 48px;
  position: relative;
  z-index: 2;
}
.mapIcon i:nth-of-type(2) {
  display: none;
}
.mapIcon i + i {
  display: none;
}
.mapIcon span {
  line-height: 48px;
  vertical-align: top;
}
.mapIcon:nth-child(2) {
  text-align: center;
}
.mapIcon:nth-child(2) i {
  color: #70cbd2;
}
.mapIcon + .mapIcon {
  text-align: center;
}
.mapIcon + .mapIcon i {
  color: #70cbd2;
}
.mapKey div:nth-of-type(3) {
  text-align: left;
}
.mapKey div:nth-of-type(3) i {
  color: #8d90c6;
}
.mapKey div:nth-of-type(3) i:nth-of-type(2) {
  color: #70cbd2;
  display: inline-block;
  left: -8px;
  z-index: 1;
}
.mapIcon + .mapIcon + .mapIcon {
  text-align: left;
}
.mapIcon + .mapIcon + .mapIcon i {
  color: #8d90c6;
}
.mapIcon + .mapIcon + .mapIcon i + i {
  color: #70cbd2;
  display: inline-block;
  left: -8px;
  z-index: 1;
}
#mapPopUp {
  border-style: solid;
  border-width: 10px;
  height: 150px;
  width: 300px;
  z-index: 1000000000;
}
#mapPopUp .fa-stack {
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: -20px;
}
#mapPopUp .fa-stack .fa-times {
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
#mapPopUp .mapPropContainer {
  height: 150px;
  overflow: auto;
}
#mapPopUp .mapProperty {
  margin: 0 0 10px 0;
}
#mapPopUp .mapProperty img {
  max-height: 100%;
  max-width: 100%;
}
#mapPopUp .mapProperty em {
  display: block;
}
#mapPopUp .mapProperty em a {
  font-style: normal;
  font-weight: 700;
}
#mapPopUp .mapProperty b {
  display: block;
}
.arrangeViewingRow img {
  max-height: 100%;
  max-width: 100%;
}
.arrangeViewingRow em {
  display: block;
  font-style: normal;
  font-weight: 700;
}
.printOptions p {
  font-size: 13px;
  height: 128px;
}
.printOptions img {
  max-height: 100%;
  max-width: 100%;
}
#mapPopUp {
  background-color: #292929;
  border-color: #292929;
  border-radius: 5px;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
#mapPopUp .fa-times {
  background-color: #70cbd2;
  border: solid 3px #292929;
  border-radius: 50%;
  color: #292929;
}
.mapProperty {
  border-bottom: solid 1px #70cbd2;
}
.mapProperty em {
  line-height: 14px;
}
.mapProperty em a {
  color: #292929;
  text-decoration: none;
}
.mapProperty b {
  color: #8d90c6;
}
.mapProperty a {
  color: #afe9ed;
  text-decoration: none;
}
.mapProperty a:hover {
  color: #8d90c6;
}
.mapProperty:last-child {
  border: 0;
}
.pagingFooter {
  background-color: #afe9ed;
  color: #292929;
  margin: 0 0 45px 0;
  min-height: 47px;
}
/* FULL DETAILS */

#fullDetailsHeader {
  background-color: #afe9ed;
  color: #292929;
  margin: 0 0 36px 0;
  position: relative;
}
#fullDetailsHeader .tabs {
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
}
#fullDetailsHeader .tabs .col {
  line-height: 46px;
  margin: 0;
}
#fullDetailsHeader .tabs .col:first-child {
  background-color: #afe9ed;
  font-size: 25px;
  letter-spacing: 2px;
  text-indent: 24px;
  width: 32.2%;
}
#fullDetailsHeader .tabs .col:last-child {
  background-color: #afe9ed;
}
#fullDetailsHeader .tab {
  background-color: #70cbd2;
  border-left: solid 1px #292929;
  cursor: pointer;
  width: 16.866%;
}
#fullDetailsHeader .tab a {
  color: #292929;
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
#fullDetailsHeader .tab:hover {
  background-color: #8d90c6;
}
#fullDetailsHeader #Previous,
#fullDetailsHeader #Next {
  display: none;
  padding: 0;
  position: absolute;
  top: 45px;
}
#fullDetailsHeader #Previous img,
#fullDetailsHeader #Next img {
  border: solid 1px #292929;
}
.fullDetails {
  position: relative;
  z-index: 1;
}
.fullDetails h1 {
  color: #afe9ed;
  font-size: 24px;
  font-weight: 700;
}
.fullDetails h2 {
  color: #8d90c6;
  font-size: 24px;
  font-weight: 700;
}
.fullDetails .gallery {
  height: 467px;
  margin: 1% 0;
}
.fullDetails .gallery .col {
  margin-bottom: 0;
  margin-top: 0;
}
.fullDetails .icons {
  background-color: #afe9ed;
  height: 100%;
  padding: 0;
  position: relative;
  z-index: 5;
}
.fullDetails .icons .col {
  background-color: #afe9ed;
  border-bottom: solid 1px #292929;
  margin: 0;
}
.fullDetails .icons .col:hover {
  background: #8d90c6;
}
.fullDetails .icons .col:first-child {
  margin: 14px 0 0;
}
.fullDetails .icons a {
  color: #292929;
  display: block;
  font-size: 20px;
  line-height: 40px;
  text-decoration: none;
  text-indent: 15px;
}
.fullDetails .icons a:hover {
  color: #292929;
}
.fullDetails .icons i {
  background-color: #70cbd2;
  bottom: 20px;
  color: #292929;
  cursor: pointer;
  display: inline-block;
  font-size: 36px;
  left: 15px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  width: 50px;
}
.fullDetails .icons i:hover {
  background-color: #8d90c6;
}
.fullDetails em {
  color: #afe9ed;
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.fullDetails .fullDescription span {
  display: inline-block;
}
.fullDetails a {
  color: #292929;
}
.fullDetails a:hover {
  color: #8d90c6;
}
.fullDetails .features ul {
  background-color: #70cbd2;
  color: #8d90c6;
  padding: 34px 16px 34px 32px;
}
.fullDetails .features ul span {
  color: #292929;
}
.fullDetails hr {
  border-top: solid 55px #afe9ed;
  margin: 0 0 32px 0;
}
/* SAVED PROPERTIES */

#savedPropertiesFacilities {
  background: #70cbd2;
  color: #292929;
  margin: 25px 0 20px 0;
  padding: 0 25px;
}
#savedPropertiesFacilities em {
  color: #292929;
  display: block;
  font-size: 25px;
  font-style: normal;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
#savedPropertiesFacilities .button,
#savedPropertiesFacilities button {
  background-color: #8d90c6;
  border: 0;
  color: #292929;
  cursor: pointer;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin: 20px 0 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: ease all 0.5s;
}
#savedPropertiesFacilities .button:hover,
#savedPropertiesFacilities button:hover {
  background-color: #afe9ed;
}
#savedPropertiesFacilities input[type=text],
#savedPropertiesFacilities input[type=email] {
  border: 0;
  color: #292929;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  height: 33px;
  line-height: 33px;
  text-indent: 12px;
  width: 100%;
}
#savedPropertiesFacilities footer {
  background-color: transparent;
}
#savedPropertiesFacilities footer button {
  margin: 15px 0 0 0 !important;
}
#savedPropertiesFacilities [data-bind="visible: isStatus(\'sent\')"],
#savedPropertiesFacilities [data-bind="visible: isStatus(\'failed\')"],
#savedPropertiesFacilities [data-bind="visible: isStatus(\'sending\')"] {
  min-height: 55px !important;
  padding: 25px 0 !important;
}
#savedPropertiesFacilities [data-bind="visible: isStatus(\'sent\')"] a,
#savedPropertiesFacilities [data-bind="visible: isStatus(\'failed\')"] a,
#savedPropertiesFacilities [data-bind="visible: isStatus(\'sending\')"] a {
  color: #292929;
}
/* REVIEWS */

#reviewsHeader {
  color: #292929;
  margin: 0 0 36px 0;
  position: relative;
  text-transform: uppercase;
  z-index: 5;
}
#reviewsHeader .row:first-child {
  background-color: #292929;
}
#reviewsHeader .row:first-child .col {
  line-height: 46px;
  margin: 0;
}
#reviewsHeader .row:first-child .col:first-child {
  background-color: #afe9ed;
  font-size: 25px;
  letter-spacing: 2px;
  text-indent: 24px;
  width: 84.6%;
}
#reviewsHeader .row:first-child .col:first-child h1 {
  font-weight: normal;
}
#reviewsHeader .row:first-child a {
  background-color: #70cbd2;
  color: #292929;
  display: inline-block;
  float: right;
  text-decoration: none;
  transition: ease all 0.5s;
}
#reviewsHeader .row:first-child a:hover {
  background-color: #8d90c6;
}
#reviewsHeader .row {
  background-color: #afe9ed;
}
#reviewsHeader i {
  color: #8d90c6;
  display: inline-block;
  font-size: 23px;
  margin: 0 5px 0 0;
}
#reviewsHeader i:first-child {
  text-indent: 24px;
}
#reviewsHeader em {
  font-size: 18px;
  font-style: normal;
  text-transform: lowercase;
}
#reviewsHeader .writeReview a {
  background-color: #8d90c6;
  color: #292929;
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 93%;
}
#reviewsHeader .writeReview a i {
  color: #292929;
}
#reviewsHeader .writeReview a:hover {
  background-color: #70cbd2;
}
#reviewsHeader .return {
  color: #292929;
  display: inline-block;
  margin: 0 0 0 24px;
  text-decoration: none;
}
#reviewsHeader .return:hover {
  color: #8d90c6;
}
.reviewItem {
  border-bottom: solid 1px #292929;
  margin: 0 0 20px 0;
  padding: 0 0 13px 0;
}
.reviewItem img {
  max-height: 100%;
  max-width: 100%;
}
.reviewItem i[class*="fa-star"] {
  color: #8d90c6;
  display: inline-block;
  font-size: 22px;
  margin: 0 5px 0 0;
}
.reviewItem h4 {
  color: #292929;
  font-size: 28px;
  font-weight: 700;
  margin: 13px 0 0 0;
  min-height: 63px;
}
.reviewItem sub {
  color: #8d90c6;
  font-size: 18px;
  font-weight: 700;
}
.reviewItem a {
  color: #afe9ed;
  text-decoration: none;
  text-transform: uppercase;
}
.reviewItem a:hover {
  color: #8d90c6;
}
.reviewItem [data-bind="with: reviews"] a {
  text-transform: none;
}
.reviewItem [data-bind="with: reviews"] em {
  background-color: #afe9ed;
  color: #292929;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
  width: 46px;
}
.reviewItem [data-bind="with: reviews"] {
  text-transform: uppercase;
}
.reviewItem [data-bind="with: reviews"] em {
  background-color: #afe9ed;
  color: #292929;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  line-height: 21px;
  margin: 0 17px 0 0;
  text-align: center;
  width: 46px;
}
.reviewItem [data-bind="with: reviews"] .counter {
  background: #8d90c6;
  border-radius: 0px;
  color: #292929;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  padding: 0px;
  position: relative;
  text-align: center;
  width: 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.reviewItem [data-bind="with: reviews"] .counter:after {
  border-color: transparent #8d90c6;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  content: '';
  display: block;
  left: -8px;
  position: absolute;
  top: 6px;
  width: 0;
  z-index: 1;
}
.reviewItem .share .fb-like span {
  vertical-align: top !important;
}
.reviewItem:nth-child(2) {
  opacity: 1 !important;
  transform: none !important;
}
/* CONTENT PAGES */

#contentHeader {
  color: #292929;
  margin: 0 0 36px 0;
  position: relative;
  text-transform: uppercase;
  z-index: 5;
}
#contentHeader .row:first-child {
  background-color: #292929;
}
#contentHeader .row:first-child .col {
  line-height: 46px;
  margin: 0;
}
#contentHeader .row:first-child .col:first-child {
  background-color: #afe9ed;
  font-size: 25px;
  letter-spacing: 2px;
  text-indent: 24px;
  width: 84.6%;
}
#contentHeader .row:first-child .col:first-child h1 {
  font-weight: normal;
}
#contentHeader .row:first-child a {
  background-color: #70cbd2;
  color: #292929;
  display: inline-block;
  float: right;
  text-decoration: none;
  transition: ease all 0.5s;
}
#contentHeader .row:first-child a:hover {
  background-color: #8d90c6;
}
.contentPageFooter {
  background-color: #afe9ed;
  color: #292929;
  margin: 0 0 45px 0;
  min-height: 47px;
  margin: 45px 0;
}
/* CONTACT US */

.branchContainer {
  font-size: 22px;
}
.branchContainer a:hover {
  color: #8d90c6;
}
.branchContainer h2 {
  color: #292929;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 38px;
  text-transform: uppercase;
  color: #afe9ed;
}
.branchContainer span {
  display: block;
  margin: 0 0 13px 0;
  width: 80%;
}
.branchContainer em {
  color: #8d90c6;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  margin: 0 5px 0 0;
}
.branchContainer a {
  color: #292929;
}
.branchContainer p {
  margin: 105px 0 0 0;
}
.branchContainer .viewer {
  border: solid 1px #292929;
  /*display: block;*/
  height: 476px;
}
.branchContainer .viewer.office img {
  max-height: 100%;
  max-width: 100%;
}
.branchContainer:nth-child(2) {
  opacity: 1 !important;
  transform: none !important;
}
.mapOptions input {
  display: none;
}
.mapOptions label {
  cursor: pointer;
}
/* STAFF PROFILES */

.staffRow {
  margin: 14px 0 0 0;
}
.staffRow img {
  max-height: 100%;
  max-width: 100%;
}
.staffRow h2 {
  color: #292929;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 38px;
  text-transform: uppercase;
  color: #afe9ed;
}
.staffRow span {
  color: #afe9ed;
}
.staffRow h3 {
  color: #8d90c6;
  font-weight: 700;
  margin: 12px 0;
}
.staffRow a {
  color: #afe9ed;
}
.staffRow a:hover {
  color: #8d90c6;
}
.staffRow p {
  margin: 15px 0;
  min-height: 209px;
}
.staffRow .contact {
  text-decoration: none;
}
.staffRow .contact i {
  font-size: 25px;
  margin: 0 20px 0 0;
}
.staffRow:nth-child(2) {
  opacity: 1 !important;
  transform: none !important;
}
.staffGrid {
  float: left;
}
.staffGrid img {
  max-height: 100%;
  max-width: 100%;
}
.staffGrid h2 {
  color: #292929;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 38px;
  text-transform: uppercase;
  color: #afe9ed;
}
.staffGrid span {
  color: #afe9ed;
}
.staffGrid h3 {
  color: #8d90c6;
  font-weight: 700;
  margin: 12px 0;
}
.staffGrid a {
  color: #afe9ed;
}
.staffGrid a:hover {
  color: #8d90c6;
}
.staffGrid p {
  margin: 15px 0;
  min-height: 209px;
}
.staffGrid .contact {
  text-decoration: none;
}
.staffGrid .contact i {
  font-size: 25px;
  margin: 0 20px 0 0;
}
/* NEWS */

#newsHeader {
  color: #292929;
  margin: 0 0 36px 0;
  position: relative;
  text-transform: uppercase;
  z-index: 5;
}
#newsHeader .row:first-child {
  background-color: #292929;
}
#newsHeader .row:first-child .col {
  line-height: 46px;
  margin: 0;
}
#newsHeader .row:first-child .col:first-child {
  background-color: #afe9ed;
  font-size: 25px;
  letter-spacing: 2px;
  text-indent: 24px;
  width: 84.6%;
}
#newsHeader .row:first-child .col:first-child h1 {
  font-weight: normal;
}
#newsHeader .row:first-child a {
  background-color: #70cbd2;
  color: #292929;
  display: inline-block;
  float: right;
  text-decoration: none;
  transition: ease all 0.5s;
}
#newsHeader .row:first-child a:hover {
  background-color: #8d90c6;
}
#newsHeader .row {
  background-color: #afe9ed;
}
#newsHeader [data-role="pager"] {
  line-height: 50px;
}
#newsHeader .fa {
  background-color: #70cbd2;
  border-radius: 50%;
  color: #afe9ed;
  display: inline-block;
  font-size: 27px;
  line-height: 50px;
  margin: 0 25px 0 0;
  text-align: center;
  transition: 0.1s ease all;
  width: 50px;
}
#newsHeader .fa:hover {
  color: #292929;
  font-size: 40.5px;
  line-height: 70px;
  margin: -30px 15px -10px -10px;
  width: 70px;
}
.newsArticles {
  border-bottom: solid 1px #292929;
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
}
.newsArticles img {
  max-height: 100%;
  max-width: 100%;
}
.newsArticles a {
  text-decoration: none;
}
.newsArticles a h4 {
  color: #afe9ed;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  transition: ease all 0.5s;
}
.newsArticles a h4:hover {
  color: #8d90c6;
}
.newsArticles span,
.newsArticles sub {
  color: #8d90c6;
  display: inline-block;
  margin: 9px 0;
}
.newsArticles sub {
  text-transform: uppercase;
}
.newsArticles p {
  height: 100px;
}
.newsArticles .readMore {
  color: #afe9ed;
  display: inline-block;
  float: right;
  text-decoration: none;
  text-transform: uppercase;
}
.newsArticles .readMore:hover {
  color: #8d90c6;
}
.newsArticles:first-child {
  opacity: 1 !important;
  transform: none !important;
}
.newsFilter {
  background-color: #292929;
  border-bottom: solid 4px #292929;
  margin: 0 0 34px 0;
  padding: 28px 25px;
}
.newsFilter b {
  color: #292929;
  display: block;
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.newsFilter input[type=text] {
  background-color: #292929;
  border: 0;
  color: #afe9ed;
  font-size: 16px;
  font-weight: 400;
  height: 25px;
  line-height: 25px;
  text-indent: 10px;
  width: 100%;
}
.newsFilter [data-bind="click: Quicksearch"] {
  color: #292929;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 14px 0 0 0;
}
.newsFilter a {
  color: #292929;
  text-decoration: none;
  text-transform: uppercase;
}
.newsFilter a:hover {
  color: #8d90c6;
}
.newsFilter ul {
  list-style: none;
}
/* FULL ARTICLE */

.newsArticle .royalSlider {
  margin: 0 0 20px 0;
}
.newsArticle .articleDetails {
  border-bottom: solid 1px #292929;
  border-top: solid 1px #292929;
  color: #8d90c6;
  margin: 25px 0;
  padding: 25px 0;
}
.newsArticle .articleDetails b {
  color: #afe9ed;
  display: block;
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.newsArticle .articleDetails em {
  color: #8d90c6;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  height: 125px;
}
.newsArticle .articleDetails span {
  color: #292929;
}
/* SITEMAP */

.sitemap ul {
  list-style: none;
  margin: 0 0 50px 0;
  padding: 0;
}
.sitemap ul li {
  float: left;
  margin: 1% 0 1% 1.6%;
  position: relative;
}
.sitemap ul li a {
  color: #70cbd2;
  font-weight: 700;
}
.sitemap ul li ul li {
  float: none;
  margin-left: 0;
  text-indent: 10px;
  width: 100%;
}
.sitemap ul li ul li a {
  color: #8d90c6;
  font-weight: 400;
}
.sitemap ul li:first-child,
.sitemap ul li:nth-child(7),
.sitemap ul li:nth-child(13),
.sitemap ul li:nth-child(19) {
  margin-left: 0;
}
.errorBG {
  background: none repeat scroll 0% 0% #4e4e4e;
  padding: 40px 0;
  width: 100%;
}
.errorBG .errorContainer {
  background-color: white;
  border: 16px solid #292929;
  border-radius: 16px;
  color: #70cbd2;
  margin: 0 auto;
  padding: 0;
  position: relative;
  padding: 40px 0;
}
.errorBG .errorContainer b {
  font-size: 53px;
  line-height: 112px;
  border: 5px solid #8d90c6;
  border-radius: 50%;
  color: #8d90c6;
  display: inline-block;
  font-weight: 700;
  height: 112px;
  margin: 0 0 59px;
  text-align: center;
  width: 112px;
}
/* ROYAL SLIDER */

.royalSlider .rsFullscreenIcn {
  border: solid 2px white;
  background: url('../../8024/css/images/rs-default.png') 0 0;
  background-color: black;
  -webkit-box-shadow: 1px 1px 3px 1px black;
  box-shadow: 1px 1px 3px 1px black;
}
.royalSlider .rsArrowIcn {
  background-image: url('../../8024/css/images/rs-default.png');
  color: #292929;
  transition: 0.5s linear all;
}
.royalSlider .rsArrowIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.royalSlider .rsBullets {
  background-color: #afe9ed;
}
.royalSlider .rsSlide {
  background-color: #292929;
}
.royalSlider .rsBullet span {
  background-color: #292929;
  transition: 0.5s ease all;
}
.royalSlider .rsBullet.rsNavSelected span {
  background-color: #8d90c6;
}
.royalSlider .rsThumb {
  background-color: #292929;
  text-align: center;
}
.royalSlider.rsFullscreen {
  height: 100% !important;
}
#property-photos .rsThumbsVer {
  left: 0;
  right: auto;
}
#property-photos .rsOverflow {
  margin-left: 196px;
}
div.status {
  background-color: #8d90c6;
  color: #292929;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  opacity: 0.8;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 20;
}
.modalClose {
  background-color: #afe9ed;
}
.modalClose span {
  color: #8d90c6;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 20px;
}
/* TRANSACTIONS & FEES APPLY WINDOW */

.transactions {
  min-width: 280px;
  padding: 20px;
}
.transactions a {
  color: #8d90c6;
}
/* COLOUR THE FORMS */

/**/
/* normal state */

/**/
.sky-form #tab-1 a,
.sky-form #tab-2 a {
  color: #afe9ed !important;
}
.sky-form .rating {
  width: 103px;
}
.sky-form .rating label {
  float: right !important;
}
/* VALUATION FORM FROM HOME PAGE */

#valuation-global,
#valuation {
  max-width: 800px;
}
.fancybox-opened {
  margin: 0 !important;
  /*.fancybox-inner {
        overflow: visible !important;
    }*/

}
.fancybox-opened .fancyboxClose {
  background-color: white;
  border: solid 2px #292929;
  border-radius: 50%;
  color: #292929;
  cursor: pointer;
  font-size: 30px;
  height: 34px;
  line-height: 30px;
  right: -18px;
  position: absolute;
  text-align: center;
  top: -18px;
  width: 34px;
}
#cookiepolicy-container {
  background-color: #ededed;
  color: #292929;
  display: block;
  font-family: "Open Sans", sans-serif !important;
  padding: 35px;
  position: fixed;
  right: 0;
  transition: bottom 1.5s ease;
  z-index: 9999;
}
#cookiepolicy-container a {
  color: #292929;
  text-decoration: none;
}
#cookiepolicy-container b {
  cursor: pointer;
}



.headingOne {
  color: #292929;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 38px;
  text-transform: uppercase;
}
.headingTwo {
  color: #292929;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
}
.headingThree {
  color: #afe9ed;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}
.headingFour {
  color: #afe9ed;
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 27px;
}
.headingFive {
  color: #8d90c6;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.bodyFont {
  color: #292929;
  font-family: "Open Sans", sans-serif;
  /*font-size: 17px;*/
  font-weight: 400;
  line-height: 28px;
}
a,
.tab,
.icons .row,
.icons i {
  transition: ease all 0.5s;
}
.hideMe {
  display: none;
}
@media (min-width: 1280px) {
  header {
    padding: 0 0 47px 0;
  }
  .searchPanel {
    margin-left: -610px;
    margin-top: -47px !important;
  }
  #searchHeader {
    margin-top: -47px !important;
  }
  #searchHeader .perPageContainer {
    display: block !important;
    float: right;
    margin-right: 70px !important;
  }
  .propertyRow figure,
  .gridRow figure {
    height: 262px;
  }
  .propertyRow figure img,
  .gridRow figure img {
    max-height: 100%;
  }
  .gridRow .mapButton {
    margin: 0 0 1% 0.6%;
  }
  #gallery-1 {
    min-height: 723px;
  }
  .branchContainer .button {
    text-decoration: none;
  }
  .branchContainer .mapOptions {
    background-color: #70cbd2;
    color: #292929;
    font-size: 22px;
    line-height: 54px;
    margin: 0 0 42px 0;
    padding: 0 24px 0 0;
  }
  .branchContainer .mapOptions a {
    color: #292929;
    text-decoration: none;
  }
  .branchContainer .mapOptions a:hover,
  .branchContainer .mapOptions .a:active {
    color: #8d90c6;
  }
  .branchContainer .splitter {
    display: inline;
  }
  .mapKey {
    display: none;
  }
  #fullDetailsHeader,
  #contentHeader,
  #reviewsHeader,
  #newsHeader {
    margin-top: -46px !important;
    z-index: 5;
  }
  #fullDetailsHeader .subMenu,
  #contentHeader .subMenu,
  #reviewsHeader .subMenu,
  #newsHeader .subMenu {
    display: none;
  }
  /* POP UP SEARCH FORM*/
  
  #searchPopup {
    border: solid 20px #292929;
    height: 229px;
    width: 1180px;
  }
  #searchPopup .container {
    width: 1180px !important;
  }
  .sitemap li {
    width: 15.32%;
  }
  #cookiepolicy-container {
    bottom: -290px;
    font-size: 14px;
    height: 220px;
    width: 335px;
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  header {
    padding: 0 0 47px 0;
  }
  .searchPanel {
    margin-left: -480px;
    margin-top: -47px !important;
  }
  #searchHeader {
    margin-top: -47px !important;
  }
  #searchHeader .perPageContainer {
    display: block;
    float: right;
    margin-right: 0;
  }
  #gallery-1 {
    min-height: 415px;
  }
  #fullDetailsHeader,
  #contentHeader,
  #reviewsHeader,
  #newsHeader {
    margin-top: -46px !important;
  }
  .listingType input[type=radio] {
    display: inline-block;
    position: absolute;
    z-index: -1;
  }
  .searchPanel [data-bind="visible: displaySaveWarning"] {
    left: 131px;
  }
  .copyright {
    font-size: 13px;
  }
  #searchHeader .tabs .col:first-child {
    width: 49.71%;
  }
  #searchHeader .tabs .col:last-child {
    width: 16.651%;
  }
  #searchHeader .filtering {
    font-size: 13px !important;
    line-height: 26px;
  }
  #searchHeader .filtering label {
    margin: 0;
  }
  .branchContainer .button {
    text-decoration: none;
  }
  .branchContainer .mapOptions {
    background-color: #70cbd2;
    color: #292929;
    font-size: 22px;
    line-height: 54px;
    margin: 0 0 42px 0;
    padding: 0 24px 0 0;
  }
  .branchContainer .mapOptions a {
    color: #292929;
    text-decoration: none;
  }
  .branchContainer .mapOptions a:hover,
  .branchContainer .mapOptions .a:active {
    color: #8d90c6;
  }
  .branchContainer .splitter {
    display: inline;
  }
  .mapKey {
    display: none;
  }
  .propertyRow figure,
  .gridRow figure {
    height: 211px;
  }
  .propertyRow figure img,
  .gridRow figure img {
    max-height: 100%;
  }
  .propertyRow .thumb,
  .gridRow .thumb {
    height: 98px;
  }
  .propertyRow h2,
  .gridRow h2 {
    height: 30px;
    min-height: 30px;
    overflow: hidden;
  }
  .propertyRow p,
  .gridRow p {
    height: 90px;
    overflow: hidden;
  }
  .propertyRow .resultOptions,
  .gridRow .resultOptions {
    margin: 13px 0 0 13px;
  }
  .gridRow .mapButton {
    margin: 0 0 0 2px;
  }
  #fullDetailsHeader {
    z-index: 1;
  }
  #fullDetailsHeader .tabs {
    font-size: 14px;
  }
  #fullDetailsHeader .tabs .tab {
    width: 16.84%;
  }
  #fullDetailsHeader .subMenu {
    display: none;
  }
  .fullDetails .gallery {
    height: 354px;
  }
  .reviewItem [data-bind="with: reviews"] {
    font-size: 12px;
  }
  /* POP UP SEARCH FORM*/
  
  #searchPopup {
    border: solid 20px #292929;
    height: 212px;
    width: 964px;
  }
  #searchPopup .container {
    width: 944px !important;
  }
  #cookiepolicy-container {
    bottom: -290px;
    font-size: 14px;
    height: 220px;
    width: 335px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .navigation .fa-facebook,
  .navigation .fa-twitter {
    background-color: #8d90c6;
    border-radius: 50%;
    color: #292929;
    display: inline-block;
    font-size: 30px;
    line-height: 38px;
    margin: 2px 0 0 3px;
    text-align: center;
    width: 38px;
  }
  header .logo {
    text-align: center;
  }
  header img {
    max-width: 100%;
  }
  #gallery-1 {
    margin: 0;
  }
  .searchPanel {
    left: 0;
    margin: 17px auto 0 auto;
    position: relative;
  }
  .searchPanel .listingType label {
    padding: 0 0 0 0.77%;
  }
  .searchPanel .searchCriteria .md-fourWide:nth-child(3) {
    margin-left: 0;
  }
  .ctaContainer {
    padding: 32px 0;
  }
  .copyright {
    line-height: 32px;
  }
  #searchHeader {
    min-height: initial;
  }
  /* SEARCH RESULTS */
  
  .fa-ellipsis-h {
    cursor: pointer;
    font-size: 56px;
    line-height: 0.9;
    margin: 0 24px 0 0;
  }
  .propertyRow {
    clear: none;
    display: block;
    float: left;
    margin: 1% 0 5% 1.6%;
    opacity: 1 !important;
    position: relative;
    transform: none !important;
    width: 49.16%;
  }
  .propertyRow figure {
    height: 241px;
    overflow: hidden;
  }
  .propertyRow h2,
  .propertyRow h3,
  .propertyRow .resultOptions {
    margin-left: 0;
  }
  .propertyRow h2 {
    min-height: 78px;
  }
  .gridRow {
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .gridRow figure {
    height: 241px;
    overflow: hidden;
  }
  .gridRow h2,
  .gridRow h3,
  .gridRow .resultOptions {
    margin-left: 0;
  }
  .gridRow h2 {
    min-height: 78px;
  }
  .gridRow .mapButton {
    margin: 0 0 0 0.5%;
  }
  [data-bind="visible: propertysearchresults.mode() == 'list'"] .row div:nth-of-type(odd) {
    margin-left: 0;
  }
  .mapIcon {
    text-align: center;
  }
  #mapContainer {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  #mapContainer #search-results-map {
    height: 100%;
  }
  #mapContainer .loadingMap {
    height: 100%;
  }
  #mapContainer .mapKey {
    background-color: #292929;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
  /* SAVED PROPERTIES */
  
  #savedPropertiesFacilities input[type="text"],
  #savedPropertiesFacilities input[type="email"] {
    width: 95%;
  }
  /* FULL DETAILS */
  
  #fullDetailsHeader {
    z-index: 1;
  }
  #fullDetailsHeader .tabs {
    height: 46px;
    overflow: hidden;
  }
  #fullDetailsHeader .tabs .md-eightWide {
    padding: 0 0 0 12px;
  }
  #property-photos .rsOverflow {
    margin-left: 0;
  }
  .fullDetails .icons {
    background-color: transparent;
    height: auto;
    padding: 0;
  }
  .fullDetails .icons .col {
    margin: 1% 0 1% 1.6%;
  }
  .fullDetails .icons .col:nth-child(odd) {
    margin-left: 0;
  }
  .fullDetails .icons i {
    bottom: 0;
    left: 0;
    margin: 10px 0 40px 0;
    position: relative;
  }
  /* CONTACT US */
  
  .branchContainer {
    text-align: center;
  }
  .branchContainer span {
    width: 100%;
  }
  .branchContainer .button {
    background: #70cbd2;
    color: #292929;
    display: inline-block;
    margin: 0 0 20px 0;
    text-decoration: none;
    width: 49%;
  }
  .branchContainer .splitter {
    display: none;
  }
  .branchContainer .mapOptions {
    background-color: #292929;
    margin: 0 0 40px 0;
    padding: 0;
  }
  .branchContainer .mapOptions .button {
    background: #afe9ed;
    margin: 20px 0 0 9px;
    text-align: center;
    width: 32%;
  }
  .branchContainer .mapOptions .button:first-child {
    margin: 20px 0 0 0;
  }
  /* REVIEWS */
  
  #reviewsHeader [data-bind="with: $root.filters"] {
    text-indent: 24px;
  }
  #reviewsHeader .writeReview {
    float: right;
  }
  /* POP UP SEARCH FORM*/
  
  #searchPopup {
    height: 1024px;
  }
  #cookiepolicy-container {
    bottom: -290px;
    font-size: 14px;
    height: 220px;
    width: 335px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* POP UP SEARCH FORM*/
  
  #searchPopup {
    height: 768px;
  }
  .gridRow .mapButton {
    margin: 0 0 0 0.8%;
  }
}
@media (max-width: 767px) {
  .navigation .fa-facebook,
  .navigation .fa-twitter {
    background-color: #8d90c6;
    border-radius: 50%;
    color: #292929;
    display: inline-block;
    font-size: 30px;
    line-height: 38px;
    margin: 2px 0 0 3px;
    text-align: center;
    width: 38px;
  }
  header .logo {
    text-align: center;
  }
  header img {
    max-width: 100%;
  }
  .searchPanel .listingType label {
    text-align: center;
    text-indent: 0;
  }
  .searchPanel .searchCriteria [data-bind="ifnot: isLoggedIn"] label {
    display: block;
    float: left;
    margin-left: 0;
    width: 50%;
  }
  .searchPanel [data-bind="visible: displaySaveWarning"] {
    left: 0;
    top: -65px;
  }
  .searchPanel [data-bind="visible: displaySaveWarning"] i {
    left: 33px;
  }
  .latestReview {
    margin: 16px 0;
    text-align: center;
  }
  .ctaContainer .col,
  .ctaRow .col {
    margin-bottom: 50px;
  }
  .copyright {
    line-height: 25px;
  }
  .searchPanel {
    left: 0;
    margin: 17px auto 0 auto;
    position: relative;
  }
  .searchPanel .listingType label[for="sales"],
  .searchPanel .listingType label[for="lettings"] {
    border: 0;
    font-size: 14px;
  }
  #gallery-1 {
    margin: 0 0 42px 0;
  }
  #gallery-1 .rsBullets {
    bottom: -21px;
  }
  .ctaContainer {
    padding: 32px 0;
  }
  #searchHeader {
    min-height: initial;
  }
  #searchHeader * {
    letter-spacing: 0 !important;
  }
  #searchHeader .tabs .col:first-child {
    width: 82%;
  }
  #searchHeader .fa-ellipsis-h {
    cursor: pointer;
    font-size: 56px;
    line-height: 0.9;
    margin: 0;
  }
  #searchHeader [data-role="pager"] {
    font-size: 14px;
  }
  #searchHeader [data-role="pager"] li {
    margin: 0 22px 0 0;
  }
  .propertyRow {
    margin: 0 0 30px 0;
    opacity: 1 !important;
    transform: none !important;
  }
  .propertyRow h2,
  .propertyRow h3,
  .propertyRow .resultOptions {
    margin-left: 0;
  }
  .propertyRow h2 {
    min-height: 55px;
  }
  .propertyRow .resultOptions a {
    margin-bottom: 10px;
  }
  .pagingFooter {
    min-height: initial;
  }
  .pagingFooter [data-role="pager"] {
    font-size: 16px;
  }
  .pagingFooter [data-role="pager"] li {
    margin: 0 22px 0 0;
  }
  #mapContainer {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  #mapContainer #search-results-map {
    height: 100%;
  }
  #mapContainer .loadingMap {
    height: 100%;
  }
  #mapContainer .mapKey {
    background-color: #292929;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
  #fullDetailsHeader {
    z-index: 1;
  }
  #fullDetailsHeader .tabs {
    height: 46px;
    overflow: hidden;
  }
  #fullDetailsHeader .tabs .col:first-child {
    width: 76%;
  }
  #fullDetailsHeader .tabs .fa-ellipsis-h {
    cursor: pointer;
    font-size: 56px;
    line-height: 0.9;
    margin: 0 15px 0 0;
  }
  #property-photos .rsOverflow {
    margin: 20px 0;
  }
  .fullDetails h2 {
    text-align: left;
  }
  .fullDetails .icons {
    height: initial;
    margin: 0 0 16px 0;
    padding: 0 0 90px 0;
  }
  .fullDetails hr {
    display: none;
  }
  #contentHeader .row:first-child a {
    display: none;
  }
  #contentHeader .row:first-child .col:first-child {
    width: 100%;
  }
  #savedPropertiesFacilities {
    padding: 25px;
  }
  #savedPropertiesFacilities * {
    letter-spacing: 0 !important;
  }
  #savedPropertiesFacilities .button {
    margin: 15px 0;
  }
  #savedPropertiesFacilities section {
    overflow: hidden;
  }
  #savedPropertiesFacilities section input[type="text"],
  #savedPropertiesFacilities section input[type="email"] {
    border-radius: 0;
    width: 100%;
  }
  /* CONTACT US */
  
  .branchContainer {
    text-align: center;
  }
  .branchContainer span {
    width: 100%;
  }
  .branchContainer .button {
    background: #70cbd2;
    color: #292929;
    display: inline-block;
    margin: 0 0 20px 0;
    text-decoration: none;
    width: 100%;
  }
  .branchContainer .splitter {
    display: none;
  }
  .branchContainer .mapOptions {
    background-color: #292929;
    margin: 20px 0;
    padding: 0;
    text-align: center;
  }
  /* STAFF PROFILES */
  
  .staffRow em {
    display: block;
    font-size: 40px;
    font-weight: 700;
    margin: 15px 0;
    text-align: center;
  }
  /* NEWS */
  
  #newsHeader .row:first-child .col:first-child {
    width: 100%;
  }
  #newsHeader .row:first-child a {
    display: none;
  }
  #newsHeader .fa {
    font-size: 20px;
    line-height: 40px;
    margin: 0 25px 10px 0;
    width: 40px;
  }
  .newsArticles p {
    height: 91px;
    overflow: hidden;
  }
  .newsArticles span,
  .newsArticles sub {
    display: inline;
  }
  /* REVIEWS */
  
  #reviewsHeader .row:first-child .col:first-child {
    width: 100%;
  }
  #reviewsHeader .row:first-child a {
    display: none;
  }
  #reviewsHeader [data-bind="with: $root.filters"] {
    margin: 1% 24px;
    width: 85.5%;
  }
  #reviewsHeader .writeReview {
    margin: 1% 24px 5% 24px;
    width: 92%;
  }
  .reviewItem {
    border-bottom: 0;
    text-align: center;
  }
  .reviewItem p {
    margin: 0 0 20px 0;
  }
  .reviewItem a {
    border-bottom: solid 1px #292929;
    display: inline-block;
    padding: 0 0 15px 0;
    text-align: center;
    width: 100%;
  }
  .reviewItem [data-bind="with: reviews"] {
    text-align: center;
  }
  /* MAP POP-UP */
  
  .fa-lg {
    display: none;
  }
  /* POP UP SEARCH FORM*/
  
  #searchPopup {
    height: 640px;
  }
  #cookiepolicy-container {
    bottom: -200px;
    font-size: 10px;
    height: 180px;
    padding: 10px 0 !important;
    width: 100%;
  }
  #cookiepolicy-container b,
  #cookiepolicy-container p,
  #cookiepolicy-container span {
    display: inline-block;
    padding: 0 10px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .searchPanel {
    left: 0;
    margin: 17px auto 0 auto;
    position: relative;
  }
  .searchPanel .listingType label {
    font-size: 17px;
  }
  .searchPanel .listingType label[for="sales"],
  .searchPanel .listingType label[for="lettings"] {
    border: 0;
    font-size: 17px;
  }
  .searchPanel .searchCriteria [data-bind="ifnot: isLoggedIn"] label {
    font-size: 20px;
  }
  .ctaContainer p {
    width: 100%;
  }
  #searchHeader [data-role="pager"] {
    font-size: 25px;
  }
}
.ie8 header {
  padding: 0 0 47px 0;
}
.ie8 .searchPanel,
.ie8 #searchHeader {
  margin-top: -47px !important;
}
.ie8 #fullDetailsHeader,
.ie8 #contentHeader,
.ie8 #reviewsHeader,
.ie8 #newsHeader {
  margin-top: -46px !important;
}
.ie8 #mobileMenu {
  display: none;
}
.ie8 .listingType input[type=radio] {
  display: inline-block;
  position: absolute;
  z-index: -1;
}
.ie8 .searchPanel [data-bind="visible: displaySaveWarning"] {
  left: 138px;
  margin: 0 0 10px 0;
}
.ie8 .copyright {
  font-size: 13px;
}
.ie8 #searchHeader .tabs .col:first-child {
  width: 49.71%;
}
.ie8 #searchHeader .tabs .col:last-child {
  width: 16.651%;
}
.ie8 #searchHeader .filtering {
  font-size: 13px !important;
  line-height: 26px;
}
.ie8 #searchHeader .filtering .perPageContainer {
  float: right;
}
.ie8 #searchHeader .filtering label {
  margin: 0;
}
.ie8 .branchContainer .button {
  text-decoration: none;
}
.ie8 .branchContainer .mapOptions {
  background-color: #70cbd2;
  color: #292929;
  font-size: 22px;
  line-height: 54px;
  margin: 0 0 42px 0;
  padding: 0 24px 0 0;
}
.ie8 .branchContainer .mapOptions a {
  color: #292929;
  text-decoration: none;
}
.ie8 .branchContainer .mapOptions a:hover,
.ie8 .branchContainer .mapOptions .a:active {
  color: #8d90c6;
}
.ie8 .branchContainer .splitter {
  display: inline;
}
.ie8 .mapKey {
  display: none;
}
.ie8 .propertyRow .thumb {
  height: 98px;
  margin: 0 0 15px 0;
}
.ie8 .propertyRow h2 {
  height: 30px;
  min-height: 30px;
  overflow: hidden;
}
.ie8 .propertyRow p {
  height: 90px;
  overflow: hidden;
}
.ie8 .propertyRow .resultOptions {
  margin: 13px 0 0 13px;
}
.ie8 #fullDetailsHeader .tabs {
  font-size: 14px;
}
.ie8 #fullDetailsHeader .tabs .tab {
  width: 16.84%;
}
.ie8 .fullDetails .gallery {
  height: 354px;
}
.ie8 .fullDetails .rsOverflow {
  margin-left: 195px !important;
}
.ie8 .fullDetails .fullDescription span {
  display: inline;
}
.ie8 .reviewItem [data-bind="with: reviews"] {
  font-size: 12px;
}
.ie8 #newsHeader .fa {
  margin: 0 20px 0 0;
}
.ie8 #searchPopup {
  border: solid 20px #292929;
  height: 212px;
  width: 964px;
}
.ie8 #searchPopup .container {
  width: 944px !important;
}
.ie8 #valuation-global,
.ie8 #valuation {
  width: 800px;
}



.headingOne {
  color: #292929;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 38px;
  text-transform: uppercase;
}
.headingTwo {
  color: #292929;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
}
.headingThree {
  color: #afe9ed;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}
.headingFour {
  color: #afe9ed;
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 27px;
}
.headingFive {
  color: #8d90c6;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.bodyFont {
  color: #292929;
  font-family: "Open Sans", sans-serif;
  /*font-size: 17px;*/
  font-weight: 400;
  line-height: 28px;
}
a,
.tab,
.icons .row,
.icons i {
  transition: ease all 0.5s;
}
.hideMe {
  display: none;
}
.sky-form a {
  color: #afe9ed !important;
}
.sky-form .toggle i:before {
  background-color: #afe9ed !important;
}
.sky-form .button {
  background-color: #afe9ed !important;
  color: #292929 !important;
}
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
  border-color: #70cbd2 !important;
}
.sky-form .rating input + label:hover,
.sky-form .rating input + label:hover ~ label {
  color: #afe9ed !important;
}
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
  border-color: #afe9ed !important;
}
.sky-form .radio input + i:after {
  background-color: #afe9ed !important;
}
.sky-form .checkbox input + i:after {
  color: #afe9ed !important;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
input:checked + label.checkbox i,
.sky-form .toggle input:checked + i {
  border-color: #afe9ed !important;
}
.sky-form .rating input:checked ~ label {
  color: #afe9ed !important;
}