/* @group reset */
p, ol, ul, h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
}
dl, dt, dd {
  margin: 0;
}
h1, h2, h3, h4, b, strong {
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
}
/* @end */

/* @group debug */
.debug {
  background: #000;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  padding: 1em;
}

/* @end */

/* @group 100% height */
html, body {
  height: 100%;
}
/* @end */

/* @group css break points */
body:before {
  content: "xs";
  display: none; /* Prevent from displaying. */
}
@media (min-width: 768px) {
  body:before {
    content: "sm";
  }
}
@media (min-width: 992px) {
  body:before {
    content: "md";
  }
}
/* @end */

/* @group bootstrap */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .container.xs-container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .container {
    width: 696px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

img {
  vertical-align: middle;
  border: 0;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-xs-flex,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-sm-flex,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-md-flex,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-lg-flex {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .visible-xs-flex {
    display: flex !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sm-pull-left {
    float: left !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
/* @end */

/* @group bootstrap dropdown */
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  text-align: left;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu > li > a {
  display: block;
  clear: both;
  /*font-weight: normal;*/
  white-space: nowrap;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px dashed;
  border-top: 5px solid \9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.dropdown.open .caret,
.bootstrap-select.open .caret,
.bootstrap-datetimepicker-widget + .caret {
  border-top: none;
  border-bottom: 5px dashed;
  border-bottom: 5px solid \9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* @end */

/* @group bootstrap carousel */
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
/* @end */

/* @group icomoon */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?v2mpae');
  src:  url('../fonts/icomoon.eot?v2mpae#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?v2mpae') format('truetype'),
    url('../fonts/icomoon.woff?v2mpae') format('woff'),
    url('../fonts/icomoon.svg?v2mpae#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bars:before {
  content: "\e900";
}
.icon-times:before {
  content: "\e901";
}
.icon-carat-down:before {
  content: "\e902";
}
.icon-carat-up:before,
.navbar-nav .dropdown.open i:before {
  content: "\e903";
}
.icon-arrow-right:before {
  content: "\e904";
}
.icon-plus:before {
  content: "\e905";
}
.icon-minus:before,
a[aria-expanded="true"] i.icon-plus:before {
  content: "\e906";
}
.icon-chevron-left:before {
  content: "\e907";
}
.icon-chevron-right:before {
  content: "\e908";
}
.icon-heart:before {
  content: "\e909";
}
.icon-photo:before,
.icon-bed:before,
.icon-bath:before {
  content: "\e90a";
}
.icon-envelope:before {
  content: "\e90b";
}
.icon-camera:before {
  content: "\e90c";
}
.icon-map-marker:before {
  content: "\e90d";
}
.icon-list:before {
  content: "\e90e";
}
.icon-grid:before {
  content: "\e90f";
}
.icon-tick:before {
  content: "\e910";
}
.icon-trash:before {
  content: "\e911";
}
.icon-share:before {
  content: "\e912";
}
.icon-arrow-left:before {
  content: "\e913";
}
/* @end */


/* @group cookie bar */
.cookie-bar {
  height:  90px;
  color:  white;
  font-size: 14px;
  line-height:  23px;
  font-weight:  600;
}

.cookie-underline {
  position: relative;
}


.cookie-underline {
  position: relative;
}

.cookie-underline:hover,
.cookie-underline:focus,
.cookie-underline:active {
   cursor: pointer;
}
.cookie-underline:hover:after,
.cookie-underline:focus:after,
.cookie-underline:active:after {
  width: 100%;
}

.cookie-underline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  background-color: #18DB7A;
}

.cookie-underline:after {
    content: "";
    text-decoration: none;
    width: 100%;
    display: inline-block;
    position: absolute;
}

.cookie-bar p {
	display: inline-block;
	float: left;
}

.has-cookie-bar {
  margin-top:  90px;
}
.navbar-cookie {
	height:  90px;
}

.cookie-bar i {
	float:  right;
	margin-top: 33px;
	margin-left: 30px;
}

.cookie-text {
   margin-top:  34px;
}

@media (max-width: 992px) {
  .cookie-bar {
  	font-size:  11px;
  	line-height: 18px;
  }
}

@media (max-width: 767px) {
  .cookie-bar {
  	height:  60px;
  	font-size:  10px;
  	line-height: 18px;
  }
  .cookie-text {
    margin-top: 20px;
  }
  .cookie-bar i {
  	float:  right;
  	margin-top: 19px;
  	margin-left: 30px;
  }
  .navbar-cookie {
    height:  60px;
  }
  .has-cookie-bar {
    margin-top:  60px;
  }
}

@media (max-width: 610px) {
  .cookie-text {
    max-width:  80%;
  }
  .cookie-text {
  	margin-top: 12px;
  }
}

@media (max-width: 358px) {
  .cookie-bar p {
    font-size: 8px;
  }
}
/* @end */

/* @group navbar */
body.noscroll {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}

.navbar {
  height: 60px;
}
.navbar-toggle {
  border: none;
  background: none;
}

#navbar-nav-wrap {
  visibility: hidden;
  opacity: 0;
}
#navbar-nav-wrap.active {
  opacity: 1;
  visibility: visible;
}

.navbar-nav .dropdown {
  position: relative;
}
.navbar-nav .dropdown i:before {
  margin-left: -5px;
  vertical-align: -2px;
}
.navbar-nav .dropdown ul {
  display: none;
}
.navbar-nav .dropdown.open ul {
  display: block;
}

@media (max-width: 991px) {
  #navbar-nav-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .navbar {
    height: 90px;
  }
  .navbar.navup {
    top: -90px;
  }
  #navbar-nav-wrap .inner {
    width: 676px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  #navbar-nav-wrap {
    opacity: 1;
    visibility: visible;
  }
  .navbar-nav .dropdown i:before {
    vertical-align: -5px;
  }
  #navbar-nav-wrap .inner {
    width: auto;
  }
  
  .navbar-nav > li:first-child {
    display: none;
  }
  
  .navbar-nav .dropdown.open ul {
    position: absolute;
    display: block;
    white-space: nowrap;
    min-width: 200px;
    left: -20px;
  }
}
/* @end */

/* @group fixed nav */
.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: top 0.5s ease-in-out;
}
body.neighbourhood-nav-fixed {
  padding-top: 119px;
}
body.page-nav-fixed #page-nav {
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  transition: top 0.5s ease-in-out;
}
@media (min-width: 768px) {
  body.page-nav-fixed {
    padding-top: 149px;
  }
  body.page-nav-fixed #page-nav {
    top: 90px;
  }
}
@media (min-width: 992px) {
  body.page-nav-fixed {
    padding-top: 173px;
  }
}
/* @end */

/* @group typography */
@font-face {
  font-family: 'Rutan';
  src: url('/fonts/Rutan-Regular.woff2') format('woff2'), url('/fonts/Rutan-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rutan';
  src: url('/fonts/Rutan-DemiBold.woff2') format('woff2'), url('/fonts/Rutan-DemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Rutan';
  src: url('/fonts/Rutan-Bold.woff2') format('woff2'), url('/fonts/Rutan-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

body,
button, 
input, 
optgroup, 
select, 
textarea {
  font-family: 'Rutan', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.text-left {
  text-align: left;
}
.text-center,
.btn {
  text-align: center;
}
.text-right {
  text-align: right;
}

.text-uppercase,
.form-group label:not(.error),
.tag,
.label,
.btn-filter  {
  text-transform: uppercase;
}

h1,
.faux-h1 {
  letter-spacing: -0.2px;
}
h2,
section.index .row.heading .title,
.user-form h1 {
  letter-spacing: 0.2px;
}
footer h3,
.form-group label:not(.error),
.label,
.tag,
.btn-filter {
  letter-spacing: 1px;
}
.letter-spacing-none {
  letter-spacing: 0;
}


.offset-panels ul li:before,
.collapse-group h3 {
  font-weight: normal;
}
#navbar-nav-header,
.navbar-nav ul a,
footer,
.form-group label,
.label,
.tag,
h2,
.faux-h2,
h3,
.btn-solid,
.bootstrap-select .dropdown-menu,
.carousel-paging,
.row.index.lettings .photos,
section.popular-searches li a,
.breadcrumbs,
section.index .row.heading .title,
section.index .row.index-options .title,
.row.index.lettings .item .beds,
.row.index.lettings .item .baths,
#filters-wrap .header p,
.modal .header p,
.checkbox label,
form .notice,
#letting-detail .similar-options span,
#neighbourhood-poi b,
#page-nav a,
#neighbourhood-highlights .item,
#modal-share .form p,
.btn-filter,
.contact-content p a,
.offset-panels ul,
.user-form h1,
.user-form a.text {
  font-weight: 600;
}
h1,
.faux-h1,
section.carousel-neighbourhoods h3 {
  font-weight: 700;
}

footer h3,
.form-group label,
.label,
.tag,
.row.index.lettings .item ul,
.row.index.lettings .photos,
.btn-filter {
  font-size: 10px;
  line-height: 16px;
}
.breadcrumbs,
form .checkbox label,
form .notice,
#page-nav a,
.contact-content p a {
  font-size: 12px;
  line-height: 19px;
}
.row.index.lettings .item ul {
  line-height: 42px;
}
footer,
.form-control,
.form-control .dropdown-menu,
.form-group .datepicker,
.bootstrap-select,
.row.index.lettings .item h3,
section.popular-searches li,
.checkbox label,
#neighbourhood-highlights .item,
#modal-share p a,
.offset-panels ul,
.user-form h1,
.user-form a.text {
  font-size: 14px;
  line-height: 23px;
}
body,
#search-form h2,
#search-form .toggle-hidden,
footer .btn,
.btn-solid {
  font-size: 16px;
  line-height: 25px;
}
.navbar-nav ul a,
h2,
.faux-h2,
section.index .row.heading .title,
#letting-detail .similar-options .header span {
  font-size: 20px;
  line-height: 26px;
}
.addthis_toolbox.follow i,
#modal-share p a i,
.addthis_toolbox i,
.contact-content i.fa {
  font-size: 22px;
}
h1,
.faux-h1,
.navbar-nav a,
section.carousel-neighbourhoods h3 {
  font-size: 30px;
  line-height: 28px;
}

#letting-detail .similar-options span,
#letting-detail .similar-options .header span {
  line-height: 24px;
}

@media screen AND (max-width: 767px) {
  .xs-text-center {
    text-align: center;
  }
}
@media screen AND (max-width: 991px) {
  .navbar-nav {
    text-align: left;
  }
  
  .navbar-nav a {
    font-weight: 700;
  }
}

@media screen AND (min-width: 768px) {
  .sm-text-left {
    text-align: left;
  }
  .sm-text-center {
    text-align: center;
  }
  .sm-text-right {
    text-align: right;
  }
  
  .row.index.lettings:not(.view-map) .item .beds,
  .row.index.lettings:not(.view-map) .item .baths,
  #neighbourhood-highlights .item p {
    font-size: 12px;
    line-height: 19px;
  }
  .breadcrumbs {
    font-size: 14px;
    line-height: 23px;
  }
  .row.index.lettings:not(.view-map) .item h3 {
    font-size: 18px;
    line-height: 28px;
  }
  #blog-index .item h3 {
    font-size: 20px;
    line-height: 26px;
  }
  h1,
  .faux-h1,
  section.carousel-neighbourhoods h3 {
    font-size: 48px;
    line-height: 44px;
  }
}
@media screen AND (min-width: 992px) {
  .md-text-left,
  .navbar-nav ul {
    text-align: left;
  }
  .md-text-right {
    text-align: right;
  }

  .navbar-nav a {
    font-weight: 600;
  }
  
  footer h3,
  .form-group label,
  .label,
  .btn-filter {
    font-size: 12px;
    line-height: 19px;
  }
  .navbar-nav a,
  .navbar-nav ul a,
  #page-nav a,
  #neighbourhood-highlights .item p {
    font-size: 14px;
    line-height: 23px;
  }
  .form-control,
  .offset-panels ul {
    font-size: 16px;
    line-height: 23px;
  }
  body,
  #search-form .toggle-hidden,
  .user-form h1 {
    font-size: 18px;
    line-height: 28px;
  }
  footer .form-wrap h2 {
    line-height: 30px;
  }
  footer .btn,
  .btn-solid,
  #search-form h2 {
    font-size: 18px;
    line-height: 32px;
  }
  h2,
  .faux-h2,
  section.index .row.heading .title,
  #blog-index .item h3 {
    font-size: 30px;
    line-height: 40px;
  }
  h1,
  .faux-h1,
  section.carousel-neighbourhoods h3 {
    font-size: 66px;
    line-height: 60px;
  }
}
/* @end */

/* @group borders */
.btn,
.form-group .form-control {
  border: none;
}

.carousel-controls,
.index-options-view {
  border: 1px solid #ccc;
}
.row.index.lettings.view-map .item ul {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
body.search-map #lettings-index,
.collapse-group .panel + .panel {
  border-top: 2px solid #333;
}
#letting-detail .similar-options .clearfix,
#page-nav a,
.user-form h1 {
  border-bottom: 2px solid #333;
}
.form-group .form-control:not(.bootstrap-select),
.form-group .form-control button.dropdown-toggle {
  border-bottom: 1px solid #ccc;
}

select,
.form-group .form-control,
.form-group .form-control button.dropdown-toggle {
  border-radius: 0;
}
.rounded,
.btn-solid,
.bootstrap-select .dropdown-menu.open,
.bootstrap-datetimepicker-widget.dropdown-menu,
.dropdown-nouislider .dropdown-menu,
.carousel-controls,
.index-options-view,
section.carousel-neighbourhoods .carousel:before,
.tag,
section.popular-searches li .inner,
.form1 .intro:before,
.carousel-indicators,
#neighbourhood-poi .information:before,
.panel-pseudo:before,
.navbar-nav .dropdown.open ul {
  border-radius: 4px;
}
.btn-filter {
  border-radius: 20px;
}
.rounded-top,
.bootstrap-select .dropdown-menu.inner li:first-child,
.navbar-nav .dropdown-menu li:first-child a {
  border-radius: 4px 4px 0 0;
}
.bootstrap-select .dropdown-menu.inner li:last-child,
.navbar-nav .dropdown-menu li:last-child a {
  border-radius: 0 0 4px 4px;
}

@media screen AND (max-width: 767px) {
  .row.index.lettings .item ul {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
  }
  #filters-wrap .header,
  .modal .header {
    border-bottom: 2px solid #333;
  }
}

@media screen AND (min-width: 768px) {
  .sm-rounded {
    border-radius: 4px;
  }
}
/* @end */

/* @group colors */
.color-white,
.navbar-toggle.close,
footer a,
footer .form-control,
.btn-solid,
.breadcrumbs.color-white,
.breadcrumbs.color-white a,
.breadcrumbs.color-white > li + li:before,
.btn-filter:hover,
.btn-filter:focus,
.btn-filter.active {
  color: #ffffff;
}
.color1,
.navbar-toggle.open,
.form-control,
.bootstrap-select button,
.row.index.lettings .item ul,
.breadcrumbs,
.breadcrumbs a,
.checkbox label,
form .notice {
  color: #9A90A0;
}
.color2,
a.color2,
body,
.bootstrap-select .dropdown-menu,
.carousel-paging .current {
  color: #3E0057;
}
.color3,
.bootstrap-select .dropdown-menu li a:focus,
.bootstrap-select .dropdown-menu li a:hover,
.popular-searches a:hover,
.popular-searches a:focus,
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover,
.bootstrap-datetimepicker-widget table td.active,
.carousel-controls a,
.btn-solid.btn-solid-white,
.breadcrumbs > li + li:before {
  color: #18DB7A;
}
.color4,
a.color1:hover,
a.color1:focus,
a.color3:hover,
a.color3:focus,
.navbar-toggle:hover,
.navbar-toggle:focus,
.btn.color3:hover,
.btn.color3:focus,
footer a:hover,
footer a:focus,
.carousel-controls a:hover,
.btn-solid.btn-solid-white:hover,
.btn-solid.btn-solid-white:focus,
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #3AE08D;
}
.color5,
.form-group label.error {
  color: #FF2D57;
}
.color6,
a.color2:hover,
a.color2:focus,
.form-group label,
.index-options-view a.active,
.index-options-view a:hover,
.index-options-view a:focus,
.row.index.lettings.view-list .label.color-white,
.btn-filter {
  color: #A214F1;
}
.color7,
.caret,
.form-group.select:after,
.carousel-paging,
.index-options-view a {
  color: #CCC7CE;
}
.color8,
.row.index.lettings .item ul i {
  color: #847B88;
}

.brand-colours .fa-facebook-official,
#modal-share .fa-facebook-official {
  color: #3C5A99;
}
.brand-colours .fa-twitter,
#modal-share .fa-twitter {
  color: #3AA9E0;
}
.brand-colours .fa-linkedin-square {
  color: #0075B2;
}
.brand-colours .fa-pinterest {
  color: #CA2026;
}
.brand-colours .fa-share {
  color: #18DB7A;
}

::-webkit-input-placeholder { 
  color: #9A90A0; 
}
:-moz-placeholder { 
  color: #9A90A0; 
}
::-moz-placeholder { 
  color: #9A90A0; 
}
:-ms-input-placeholder { 
  color: #9A90A0; 
}
footer ::-webkit-input-placeholder { 
  color: #FFFFFF; 
}
footer :-moz-placeholder { 
  color: #FFFFFF; 
}
footer ::-moz-placeholder { 
  color: #FFFFFF; 
}
footer :-ms-input-placeholder { 
  color: #FFFFFF; 
}

.form-control,
.btn {
  background: none;
}
.bg-white,
.bootstrap-select .dropdown-menu li,
.bootstrap-datetimepicker-widget.dropdown-menu,
.dropdown-nouislider .dropdown-menu,
.carousel-controls,
.index-options-view,
section.popular-searches li .inner,
.btn-solid.btn-solid-white,
.row.index.lettings .item:before,
.tag.bg-white,
.carousel-indicators,
#letting-detail .letting-ctas,
.my-list-ctas,
.panel-pseudo:before,
.btn-filter {
  background-color: #FFFFFF;
}
.bg-color1 {
  background-color: #3E0057;
}
.bg-color2,
.tag.bg-color2,
.strike-color1 strike:before {
  background-color: #A214F1;
}
.bg-color3 {
  background-color: #36004C;
}
.bg-color4 {
  background-color: #F6F5F7;
}
.bg-color5,
.btn-solid,
.strike-color2 strike:before,
.carousel-indicators li.active a:before,
.btn-filter:hover,
.btn-filter:focus,
.btn-filter.active {
  background-color: #18DB7A;
}
.bg-color6,
.btn-solid:hover,
.btn-solid:focus,
.noUi-connect {
  background-color: #3AE08D;
}
.bg-color7,
.bootstrap-select .dropdown-menu li.selected,
.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td.active,
.tag,
.btn-solid.btn-solid-white:hover,
.btn-solid.btn-solid-white:focus {
  background-color: #F3F1F4;
}
.carousel-indicators li a:before {
  background-color: #CCC7CE;
}

#page-nav a {
  border-color: transparent;
}
.form-group .form-control {
  border-color: #CCC7CE;
}
.form-group .form-control:focus,
.form-group .form-control.bootstrap-select button.dropdown-toggle:focus,
.form-group .form-control.open button.dropdown-toggle {
  border-color: #18DB7A;
}
footer .form-group .form-control {
  border-color: #FFFFFF;
}
.noUi-handle:focus {
  border-color: #18DB7A;
}
.carousel-controls,
.index-options-view,
#filters-wrap .header,
.modal .header,
#letting-detail .similar-options .clearfix,
body.search-map #lettings-index {
  border-color: #E9E8EA;
}
.row.index.lettings .item ul,
.row.index.lettings.view-map .item ul,
.collapse-group .panel + .panel {
	border-color: #F3F1F4;
}
.bootstrap-datetimepicker-widget table td.today:before,
#page-nav a.active,
/*#page-nav a:hover,*/
/*#page-nav a:focus,*/
.user-form h1 {
  border-bottom-color: #18DB7A;
}
.form-group.error .form-control,
.form-group.error .form-control button.dropdown-toggle {
  border-bottom-color: #FF2D57;
}

@media screen AND (max-width: 991px) {
  #navbar-nav-wrap,
  .navbar-nav a,
  .navbar-nav a .caret {
    color: #FFFFFF;
  }
  .navbar-nav a:hover,
  .navbar-nav a:hover .caret {
    color: #18DB7A;
  }
  
  #navbar-nav-wrap {
    background-color: #A214F1;
  }
}
@media screen AND (max-width: 767px) {
  #lettings-index #filters-wrap,
  #filters-wrap .header,
  #filters-wrap .footer,
  .modal .header {
    background: #FFFFFF;
  }
}

@media screen AND (min-width: 768px) {
  .row.index.lettings.view-grid .item .tag {
    background-color: #FFFFFF;
  }
}
@media screen AND (min-width: 992px) {
  .navbar-nav a {
    color: #9A90A0;
  }
  .navbar-nav a.active,
  .navbar-nav a:hover,
  .navbar-nav a:hover .caret {
    color: #18DB7A;
  }
  .dropdown ul a {
    color: #3E0057;
  }
  
  #letting-detail .letting-ctas,
  .my-list-ctas {
    background: none;
  }
  .navbar-nav .dropdown.open ul,
  .navbar-nav .dropdown.open ul a {
    background-color: #FFFFFF;
  }
}
/* @end */

/* @group display */
.collapse {
  display: none;
}
.navbar-brand,
.navbar-nav .dropdown.open ul a,
.form-group label,
.form-group .form-control,
.collapse.in,
section.popular-searches a,
.collapse-group h3 a {
  display: block;
}
.btn,
.btn-arrow i,
.toggle-hidden,
.carousel-controls,
.carousel-controls a,
.index-options-view,
.index-options-view a,
#page-nav a,
.user-form h1,
.user-form a.text {
  display: inline-block;
}
/* @end */

/* @group background */
.bg-diagonal-twotone {
	background: #ffffff;
	background: -webkit-linear-gradient(-45deg, #FFFFFF 33%, #FCFAFD 33%);
}
.bg-striped1,
section.carousel-neighbourhoods .carousel:before,
#neighbourhood-poi .information:before {
	/* background: #ffffff;
  background: repeating-linear-gradient(-45deg, #FFFFFF, #FFFFFF 5px, #F8F5FA 5px, #F8F5FA 7px); */
  background: linear-gradient(135deg, #f8f5fa 0.05em, #ffffff 0, #ffffff calc(50% - 0.05em), #f8f5fa 0, #f8f5fa calc(50% + 0.05em), #ffffff 0, #ffffff calc(100% - 0.05em), #f8f5fa 0);
  background-size: 0.80829em 0.80829em;
}
.bg-striped2 {
	/* background: #F8F5FA;
  background: repeating-linear-gradient(-45deg, #F8F5FA, #F8F5FA 5px, #E9E8EA 5px, #E9E8EA 7px); */
  background: linear-gradient(135deg, #E9E8EA 0.05em, #f8f5fa 0, #f8f5fa calc(50% - 0.05em), #e9e8ea 0, #e9e8ea calc(50% + 0.05em), #f8f5fa 0, #f8f5fa calc(100% - 0.05em), #e9e8ea 0);
  background-size: 0.80829em 0.80829em;
}


@media screen AND (max-width: 767px) {
  .modal {
  	background: #ffffff;
    background: repeating-linear-gradient(-45deg, #FFFFFF, #FFFFFF 5px, #F8F5FA 5px, #F8F5FA 7px);
  }
}
@media screen AND (min-width: 768px) {
  .modal {
  	background: #ffffff;
    background: rgba(255, 255, 255, .97);
  }
  .form1 .intro:before {
  	/*background: #ffffff;
    background: repeating-linear-gradient(-45deg, #FFFFFF, #FFFFFF 5px, #F8F5FA 5px, #F8F5FA 7px);*/
    background: linear-gradient(135deg, #f8f5fa 0.05em, #ffffff 0, #ffffff calc(50% - 0.05em), #f8f5fa 0, #f8f5fa calc(50% + 0.05em), #ffffff 0, #ffffff calc(100% - 0.05em), #f8f5fa 0);
    background-size: 0.80829em 0.80829em;
  }
}
/* @end */

/* @group z-index */
strike:before,
.panel-pseudo:before,
section.carousel-neighbourhoods .carousel:before,
section.popular-searches li .inner span,
.row.index.lettings .item:before,
#neighbourhood-poi .information:before {
  z-index: -1;
}

strike,
.panel-pseudo,
section.carousel-neighbourhoods .carousel,
section.popular-searches li .inner,
.row.index.lettings .item,
#neighbourhood-poi .information {
  z-index: 0;
}
#neighbourhood-poi .embed-responsive {
  z-index: 1;
}
body.page-nav-fixed #page-nav,
.dropdown-backdrop,
.dropdown-menu {
  z-index: 2;
}
.navbar,
.navbar-nav .dropdown ul {
  z-index: 3;
}
#filters-wrap .header,
.modal .header,
#filters-wrap .footer {
  z-index: 4;
}
.modal {
  z-index: 5;
}

@media screen and (max-width: 991px) {
  #letting-detail .letting-ctas,
  .my-list-ctas {
    z-index: 2;
  }
  #navbar-nav-wrap {
    z-index: 5;
  }
}
@media screen AND (max-width: 767px) {
  #filters-wrap {
    z-index: 5;
  }
}

@media screen and (min-width: 768px) {
  .form1 .intro:before {
    z-index: -1;
  }
  .form1 .intro {
    z-index: 0;
  }
}
/* @end */

/* @group box shadows */
.btn-solid {
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.20);
}
.bootstrap-select .dropdown-menu.open,
.bootstrap-datetimepicker-widget.dropdown-menu,
.dropdown-nouislider .dropdown-menu,
section.carousel-neighbourhoods .item img,
.row.index.lettings .item img,
.raised,
#neighbourhood-poi .embed-responsive {
  box-shadow: 0 10px 10px 0 rgba(0,0,0,0.20);
}
section.carousel-neighbourhoods .carousel:before,
.row.index.lettings .item:before,
section.popular-searches li .inner,
.form1 .intro:before,
.carousel-indicators,
.raised-alt,
#letting-detail .letting-ctas,
.my-list-ctas,
#neighbourhood-poi .information:before,
.panel-pseudo:before {
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.10);
}
.popular-searches .inner.hover {
  box-shadow: 0 6px 6px 0 rgba(0,0,0,0.20);
}

@media screen AND (max-width: 767px) {
  #filters-wrap .footer {
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.10);
  }
}
@media screen AND (min-width: 992px) {
  #letting-detail .letting-ctas,
  .my-list-ctas {
    box-shadow: none;
  }
}
/* @end */

/* @group links */
a,
button,
.btn {
  cursor: pointer;
  text-decoration: none;
}
:focus,
a:focus {
  outline: 0;
}

.btn-block {
  width: 100%;
}

@media screen AND (max-width: 767px) {
  .xs-btn-block {
    width: 100%;
  }
}
@media screen AND (min-width: 768px) {
  .sm-btn-block {
    width: 100%;
  }
}
@media screen AND (min-width: 992px) {
  .md-btn-block {
    width: 100%;
  }
}
/* @end */

/* @group lists */
ul {
  padding-left: 1.5em;
}

.list-unstyled,
.navbar-nav,
.navbar-nav ul,
.breadcrumbs {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
}
.breadcrumbs > li {
  white-space: nowrap;
}
.breadcrumbs > li.active {
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs > li + li:before {
  font-family: 'icomoon';
  content: "\e908";
  font-size: 24px;
}

ul.list-style-ticks {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.list-style-ticks li {
  padding-left: 2em; 
  text-indent: -1em;
}
ul.list-style-ticks li:before {
  content: "\e910";
  font-family: 'icomoon';
  color: #A214F1;
  display: inline-block;
  width: .6em;
  vertical-align: -5px;
  font-size: 24px;
}

@media screen AND (min-width: 992px) {
  .navbar-nav {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
  }
  .navbar-nav > li {
    display: inline-block;
  }
}
/* @end */

/* @group form */
.form-group {
  position: relative;
}
.form-group .form-control,
.form-group.dropdown-nouislider .dropdown-menu {
  width: 100%;
}
.form-group .caret {
  position: absolute;
  top: 40px;
  right: 7px;
}
.form-group.select {
	position: relative;
}
.form-group.select:after {
	content: '';
	display: block;
  width: 0;
  height: 0;
  border-top: 5px dashed;
  border-top: 5px solid \9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  bottom: 15px;
  right: 10px;
}
.form-group.select .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label.error {
  position: absolute;
  top: 0;
  right: 0;
}

input:-webkit-autofill
  {
    -webkit-box-shadow: 0 0 0 30px white inset;
    -webkit-text-fill-color: #9A90A0;
}

input.subscribe:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #36014b inset;
    -webkit-text-fill-color:  white;
}

label#copy_confirm {
    position: absolute;
    top: 0;
    right: 0;
    color: #18DB7A;
    display:  none;
}

/* @end */

/* @group forms: checkbox */
[type="checkbox"] {
  opacity: 0;
  margin-left: -20px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 1px; 
  left: 0;
  width: 18px; height: 18px;
  border-radius: 4px;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  border: 2px solid #CCC7CE;
  background: #FFFFFF;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\e910';
  color: #FFFFFF;
  font-family: 'icomoon';
  background: #18DB7A;
  transition: all .2s;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:focus + label:before {
  border: 2px solid #18DB7A;
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* @end */

/* @group form datepicker */
/*.bootstrap-datetimepicker-widget table td.day {
  height: 25px;
  line-height: 25px;
}

@media (max-width: 767px) {
  .bootstrap-datetimepicker-widget {
    left: -30px !important;
  }
}*/
/* @end */

/* @group strike */
strike {
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
strike:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 2px;
  left: 0;
  height: 45%;
}

@media (min-width: 768px) {
  h1 strike:before,
  h3 strike:before {
    height: 48%;
  }
  h2 strike:before {
    bottom: 5px;
    height: 43%;
  }
}
@media (min-width: 992px) {
  h1 strike:before,
  h3 strike:before {
    bottom: 5px;
  }
  h2 strike:before {
    bottom: 5px;
    height: 44.5%;
  }
}
/* @end */

/* @group padding */
.btn-arrow,
.breadcrumbs {
  padding: 0;
}
.carousel-indicators {
  padding: 8px;
}
#letting-detail .letting-ctas,
.my-list-ctas {
  padding: 10px;
}

.tag {
  padding: 5px 12px;
}
.form-control.bootstrap-select button.dropdown-toggle {
  padding: 4px 0 7px;
}
.view-map .btn-solid,
#house-search-map a.btn.tl,
#house-search-map .map-ctas .btn {
  padding: 4px 8px 4px;
}
.form-control {
  padding: 0 0 6px;
}
.btn-filter {
  padding: 8px 20px 9px;
}
.btn-solid {
  padding: 6px 25px 9px;
}
.bootstrap-select .dropdown-menu.inner li a {
  padding: 10px 15px;
}
.row.index.lettings .item {
  padding: 15px 15px 8px;
}
.collapse-group .panel-header a {
  padding: 13px 20px 14px;
}
#letting-detail .panel.location,
#letting-detail .panel.agent {
  padding: 15px 20px;
}
#advanced-wrap .collapse-inner {
  padding: 15px 20px 20px;
}
#page-nav a {
  padding: 20px 0 18px;
}
#blog-index .row.index .item {
  padding: 0 20px 20px;
}
.collapse-group .collapse-inner {
  padding: 0 20px 30px;
}
.dropdown-nouislider .dropdown-menu {
  padding: 20px 10px;
}
section.popular-searches a {
  padding: 22px 20px;
}
section.carousel-neighbourhoods .item,
#neighbourhood-highlights .item {
  padding: 0 20px 30px;
}
#search-form .panel,
.form1 .panel,
.user-form .panel {
  padding: 20px 20px 30px;
}
#neighbourhood-poi .information {
  padding: 20px 35px 30px;
  height: 250px;
}

#banner {
  padding-top: 10px;
}
#letting-detail .similar-options .body {
  padding-top: 15px;
}
#banner-photo .container,
.padding-standard + .padding-standard-reduced-top {
  padding-top: 20px;
}
#footer-mailinglist,
#footer-quicklinks,
#footer-copyright,
.padding-standard,
section.index {
  padding-top: 30px;
}
section.cta {
  padding-top: 50px;
}
body {
  padding-top: 60px;
}

.user-form h1 {
  padding-bottom: 2px;
}
#banner.no-header {
  padding-bottom: 10px;
}
#letting-detail .similar-options .body {
  padding-bottom: 15px;
}
#banner-photo .container,
.padding-standard,
.padding-standard.padding-bottom-reduced {
  padding-bottom: 20px;
}
#footer-mailinglist,
#footer-copyright {
  padding-bottom: 40px;
}
#banner,
section.popular-searches,
section.index,
.page-introduction,
#blog-detail,
.padding-bottom-large {
  padding-bottom: 50px;
}
section.cta,
#footer-quicklinks {
  padding-bottom: 60px;
}

@media screen AND (max-width: 991px) {
  #navbar-nav-wrap {
    padding: 17px 20px;
  }
  .btn-solid.sm-btn-icon-solid {
    padding: 4px 8px 7px;
  }
}
@media screen AND (max-width: 767px) {
  .btn-solid.xs-btn-icon-solid {
    padding: 4px 8px 7px;
  }
  #filters-wrap .header,
  .modal .header {
    padding: 15px 20px;
  }
  #filters-wrap .footer,
  .modal .footer {
    padding: 15px 10px;
  }
  
  section.hidden-xs + .padding-standard {
    padding-top: 10px;
  }
  #filters-wrap .collapse-inner,
  .modal {
    padding-top: 80px;
  }
  
  #blog-index #filters-wrap .collapse-inner {
    padding-bottom: 30px;
  }
  .modal {
    padding-bottom: 50px;
  }
  #lettings-index #filters-wrap .collapse-inner {
    padding-bottom: 90px;
  }
}
@media screen AND (min-width: 768px) AND (max-width: 991px) {
  section.hidden-sm + .padding-standard {
    padding-top: 0;
  }
}

@media screen AND (min-width: 768px) {
  .btn-solid {
    padding: 9px 30px 12px;
  }
  .row.index.lettings:not(.view-map) .item {
    padding: 0 15px 15px;
  }
  #letting-detail .letting-ctas,
  .my-list-ctas {
    padding: 20px;
  }
  #neighbourhood-highlights .item {
    padding: 20px 20px 25px 0;
  }
  #advanced-wrap .collapse-inner {
    padding: 20px 25px 30px;
  }
  #search-form .panel,
  .modal .header {
    padding: 30px;
  }
  .form1 .panel {
    padding: 35px 30px 40px;
  }
  #blog-index .row.index .item {
    padding: 0 15px 25px 0;
  }
  section.carousel-neighbourhoods .item {
    padding: 40px 0 50px;
  }
  #neighbourhood-poi .information {
    padding: 30px 0 50px;
  }
  
  .padding-standard + .padding-standard-reduced-top {
    padding-top: 0;
  }
  #banner {
    padding-top: 15px;
  }
  #filters-wrap .collapse-inner {
    padding-top: 20px;
  }
  body.search-map section.index {
    padding-top: 25px;
  }
  #footer-copyright {
    padding-top: 30px;
  }
  .form1 .intro {
    padding-top: 35px;
  }
  #footer-mailinglist,
  #footer-quicklinks {
    padding-top: 40px;
  }
  section.index {
    padding-top: 50px;
  }
  section.cta {
    padding-top: 60px;
  }
  #banner-photo .container {
    padding-top: 65px;
  }
  .padding-standard {
    padding-top: 70px;
  }
  body {
    padding-top: 90px;
  }
  
  .padding-standard.padding-bottom-reduced {
    padding-bottom: 0;
  }
  #banner.no-header {
    padding-bottom: 15px;
  }
  #footer-copyright,
  #filters-wrap .collapse-inner,
  body.search-map #lettings-index {
    padding-bottom: 30px;
  }
  #footer-quicklinks {
    padding-bottom: 45px;
  }
  .form1 .intro {
    padding-bottom: 50px;
  }
  #banner {
    padding-bottom: 75px;
  }
  .padding-standard,
  section.cta,
  section.index,
  .page-introduction {
    padding-bottom: 80px;
  }
  #banner.letting,
  .padding-bottom-large {
    padding-bottom: 90px;
  }
  
  .form1 .intro .indent,
  section.carousel-neighbourhoods .item .indent,
  #poi-text {
    padding-left: 75px;
  }
}
@media screen AND (min-width: 992px) {
  .navbar-nav > li,
  .my-list-ctas {
    padding: 0;
  }
  .navbar-nav .dropdown.open ul a {
    padding: 10px 15px;
  }
  .row.index.lettings:not(.view-map) .item {
    padding: 0 20px 20px;
  }
  #blog-index .row.index .item {
    padding: 0 20px 30px 0;
  }
  #letting-detail .letting-ctas {
    padding: 5px 20px 25px;
  }
  #advanced-wrap .collapse-inner {
    padding: 20px 40px 30px;
  }
  .collapse-group .panel-header a {
    padding: 20px 30px;
  }
  .collapse-group .collapse-inner {
    padding: 0 30px 30px;
  }
  #neighbourhood-highlights .item {
    padding: 30px 30px 35px 0;
  }
  #page-nav a {
    padding: 30px 0 28px;
  }
  #search-form .panel,
  .user-form .panel {
    padding: 30px 40px;
  }
  .form1 .panel {
    padding: 40px;
  }
  section.carousel-neighbourhoods .item {
    padding: 50px 0;
  }
  
  #banner {
    padding-top: 20px;
  }
  body.search-map section.index {
    padding-top: 30px;
  }
  #filters-wrap .collapse-inner,
  #footer-copyright {
    padding-top: 40px;
  }
  .form1 .intro {
    padding-top: 50px;
  }
  section.index,
  #footer-quicklinks {
    padding-top: 70px;
  }
  #banner-photo .container {
    padding-top: 80px;
  }
  .padding-standard,
  section.cta {
    padding-top: 90px;
  }
  
  #banner.no-header {
    padding-bottom: 20px;
  }
  .padding-standard.padding-bottom-reduced {
    padding-bottom: 30px;
  }
  #filters-wrap .collapse-inner {
    padding-bottom: 40px;
  }
  #footer-copyright {
    padding-bottom: 45px;
  }
  .form1 .intro {
    padding-bottom: 50px;
  }
  #banner {
    padding-bottom: 90px;
  }
  section.cta {
    padding-bottom: 100px;
  }
  section.text-image,
  section.carousel-neighbourhoods,
  section.featured-lettings,
  section.index,
  #footer-quicklinks,
  .page-introduction,
  #blog-detail,
  .padding-bottom-large {
    padding-bottom: 120px;
  }
  
  .form1 .intro .indent,
  section.carousel-neighbourhoods .item .indent {
    padding-left: 90px;
  }
}
/* @end */

/* @group margin */
.navbar-toggle.close {
  margin-top: -1px;
}
.bootstrap-select:not(.dropup) .dropdown-menu,
.dropdown-nouislider.open .dropdown-menu {
  margin-top: 5px;
}
.row.index.lettings .item ul + div {
  margin-top: 8px;
}
section.carousel-neighbourhoods h2,
section.featured-lettings:not(.similar) h2,
#footer-quicklinks li + li,
.row.index.lettings .item ul,
section.cta-search h2,
section.popular-searches h2,
.form1 h2 + p,
#letting-detail .panel.location .embed-responsive,
#letting-detail .panel.agent img,
#neighbourhood-highlights .item p,
.contact-content h2,
.offset-panels .panels,
.content-standard .label + .from-rte,
body.error #banner .btn + .btn {
  margin-top: 10px;
}
.navbar-brand,
section.text-image h2,
#enquiry-form .form-group + .form-group,
#banner.letting ul .xs-flex-break,
#modal-share .form .form-group,
#modal-share .form .btn,
#modal-share .form p + p,
#blog-index .item .summary,
.page-introduction .label + h2,
.user-form .form-group + .form-group {
  margin-top: 15px;
}
.navbar-toggle.open {
  margin-top: 16px;
}
.navbar-nav ul,
footer ul,
#search-form form,
#advanced-wrap[aria-expanded="true"],
section.text-image p.text,
section.carousel-neighbourhoods .item p,
section.cta2 .row,
section.cta-search .btn,
#banner h1,
#banner p,
#enquiry-form .checkbox,
#neighbourhood-poi #poi-text,
#letting-detail .location,
#letting-detail .agent,
.page-introduction h2 + p,
.form1 .indent,
#modal-share .form .btn + p,
#blog-index .row.index .col-xs-12 + .col-xs-12,
#blog-index .item h3,
#blog-index .item .published,
.contact-content p,
.offset-panels .panel p,
.offset-panels .panel ul,
.user-form a.text {
  margin-top: 20px;
}
#neighbourhood-poi .header p + p {
	margin-top: 22px;
}
#search-form form,
section.text-image .btn,
section.carousel-neighbourhoods .item .btn,
section.featured-lettings .row.index + .btn,
.from-rte p + p {
  margin-top: 25px;
}
section.carousel-neighbourhoods .carousel,
section.featured-lettings .row.index,
section.popular-searches ul,
section.index .row.index-options,
section.index .row.index,
#banner.letting ul,
#banner.blog-article ul,
#letting-detail .detail ul,
#letting-detail .detail p,
#letting-detail .detail .btn,
#neighbourhood-poi .row.header h2 + p,
#neighbourhood-poi .row.map,
#neighbourhood-highlights .row,
.from-rte h2 + p,
.from-rte h3 + p,
.from-rte p + h2,
.from-rte p + h3,
.from-rte h3 + ul,
.from-rte h3 + ol,
.from-rte ul + h3,
.from-rte ol + h3,
.from-rte p + ul,
.from-rte p + ol,
.from-rte ul + p,
.from-rte ol + p,
.from-rte p + img,
.from-rte h2 + img,
.from-rte h3 + img,
.from-rte ul + img,
.from-rte ol + img,
.from-rte img + p,
.from-rte img + h2,
.from-rte img + h3,
.from-rte img + ul,
.from-rte img + ol,
.from-rte + .lettings-wrap,
.lettings-wrap + .from-rte,
#blog-detail .addthis_toolbox,
body.error #banner h1 + .btn,
.collapse-group,
.user-form form,
.user-form .flex,
.user-form .form-thanks {
  margin-top: 30px;
}
.navbar-nav {
  margin-top: 45px;
}
#letting-detail .detail,
.offset-panels .panel + .panel {
  margin-top: 50px;
}

.bootstrap-select.dropup .dropdown-menu,
#blog-index #filters-wrap ul .btn {
  margin-bottom: 5px;
}
.form-group > label {
  margin-bottom: 10px;
}
.navbar-nav ul {
  margin-bottom: 40px;
}

#advanced-wrap {
  margin-left: -20px;
}
#blog-detail .addthis_toolbox a + a,
.row.index.lettings .item ul li+li {
  margin-left: 10px;
}
#banner.blog-article ul li+li {
  margin-left: 20px;
}
#page-nav li+li {
  margin-left: 15px;
}

#advanced-wrap {
  margin-right: -20px;
}
.navbar-toggle {
  margin-right: -6px;
}
#modal-share p a i {
  margin-right: 5px;
}
#banner.letting ul .beds {
  margin-right: 10px;
}
.addthis_toolbox.follow i {
  margin-right: 13px;
}
#banner.letting ul .neighbourhood {
  margin-right: 15px;
}
#banner.letting ul .tag,
#banner.letting ul .baths {
  margin-right: 20px;
}

@media screen AND (max-width: 991px) {
  .navbar-nav li+li {
    margin-top: 20px;
  }
}
@media screen AND (max-width: 767px) {
  #footer-mailinglist h3+.form-group {
    margin-top: 10px;
  }
  #search-form .row:not(.footer) [class^=col-] + [class^=col-],
  #search-form .clearfix+[class^=col-],
  #search-form .row+.row [class^=col-],
  #search-form #advanced-wrap .row + .form-group,
  #filters-wrap [class^=col-] + [class^=col-],
  #filters-wrap .clearfix + [class^=col-],
  #filters-wrap .clearfix + .form-group,
  #enquiry-form .btn {
    margin-top: 15px;
  }
  #search-form .col
  #footer-mailinglist .form-group+.form-group,
  #footer-mailinglist .btn,
  #search-form .row.footer .btn,
  section.carousel-neighbourhoods .item h3,
  section.carousel-neighbourhoods .carousel + .visible-xs-flex,
  .row.index.lettings:not(.view-map) .col-sm-4 + .col-sm-4,
  .row.index.lettings:not(.view-map) .clearfix + .col-sm-4,
  section.popular-searches li + li,
  section.cta2 .btn,
  .form1 [class^=col-] + [class^=col-],
  #neighbourhood-highlights [class^=col-] + [class^=col-],
  .offset-panels .panels img {
    margin-top: 20px;
  }
  #enquiry-form .notice {
    margin-top: 25px;
  }
  section.index .index-options-view {
    margin-top: 26px;
  }
  #footer-quicklinks .col-sm-4+.col-sm-4,
  #footer-quicklinks .clearfix+.col-md-3,
  #footer-copyright .col-sm-4,
  section.text-image .label,
  .form-thanks .btn {
    margin-top: 30px;
  }
  
  section.index .row.index-options .clearfix {
    margin-bottom: 20px;
  }
  
  .xs-margin-right-5 {
    margin-right: 5px;
  }
}

@media screen AND (min-width: 768px) AND (max-width: 991px) {
  .row.index.lettings:not(.view-map) .item ul .label {
  	margin-top: 10px;
  }
  
  .row.index.lettings .item .btn + .btn {
  	margin-left: 10px;
  }
}

@media screen AND (min-width: 768px) {
  #search-form {
    margin-top: -120px;
  }
  .page-introduction .label {
    margin-top: -20px;
  }
  .offset-panels .panels .col-sm-5 {
    margin-top: -25px;
  }
  #footer-quicklinks .addthis_toolbox li+li,
  #footer-mailinglist .btn {
    margin-top: -7px;
  }
  .row.index.lettings:not(.view-map) .item ul {
    margin-top: 0;
  }
  #footer-mailinglist h3 {
    margin-top: 6px;
  }
  #search-form .toggle-hidden,
  #search-form .col-sm-6 a {
    margin-top: 7px;
  }
  #blog-detail .body-wrap {
    margin-top: 10px;
  }
  section.carousel-neighbourhoods h2,
  section.carousel-neighbourhoods .row.header .col-sm-4,
  section.featured-lettings:not(.similar) h2,
  section.cta-search h2,
  section.popular-searches h2 {
    margin-top: 15px;
  }
  #search-form .row.footer,
  .row.index.lettings:not(.view-map) .item h3,
  #filters-wrap .footer,
  .form1 .intro p,
  #filters-wrap[aria-expanded="true"] + .container,
  #modal-share .form .btn {
    margin-top: 20px;
  }
  #navbar-nav-header {
    margin-top: 16px;
  }
  #search-form .row+.row,
  #search-form #advanced-wrap .row + .form-group,
  section.cta-search .btn,
  #banner h1,
  #banner p {
    margin-top: 25px;
  }
  .navbar-brand,
  section.featured-lettings:not(.similar) .row.header .col-sm-4,
  #enquiry-form .sm-flex,
  #modal-share .form .form-group
  .offset-panels ul,
  .user-form .form-thanks .btn {
    margin-top: 30px;
  }
  .navbar-toggle.open {
    margin-top: 32px;
  }
  #filters-wrap[aria-expanded="true"],
  section.text-image img,
  #neighbourhood-highlights .row,
  #modal-share .form .btn + p {
    margin-top: 35px;
  }
  section.featured-lettings .row.index,
  section.index .row.index,
  section.popular-searches ul,
  .collapse-group {
    margin-top: 40px;
  }
  section.carousel-neighbourhoods .carousel {
    margin-top: 45px;
  }
  #neighbourhood-poi .row.map {
    margin-top: 50px;
  }
  #footer-quicklinks .addthis_toolbox {
    margin-top: 60px;
  }
  #blog-index .item h3,
  .offset-panels .panel + .panel {
    margin-top: 70px;
  }
  
  #blog-index #filters-wrap ul .btn {
    margin-bottom: 10px;
  }
  section.popular-searches li,
  .row.index .clearfix {
    margin-bottom: 20px;
  }
  #search-form .clearfix,
  #filters-wrap .clearfix {
    margin-bottom: 25px;
  }
  
  #advanced-wrap {
    margin-left: -25px;
  }
  section.index .row.index-options .index-options-view {
    margin-left: 10px;
  }
  #filters-wrap .footer .btn + .btn {
    margin-left: 13px;
  }
  .carousel-paging + .carousel-controls,
  body.error #banner .btn + .btn {
    margin-left: 20px;
  }
  #footer-mailinglist .form-group,
  #footer-quicklinks .addthis_toolbox li {
    margin-left: 30px;
  }
  .offset-panels .panels > .panel:nth-child(2) h2 {
    margin-left: 348px;
  }
  
  #advanced-wrap {
    margin-right: -25px;
  }
  .navbar-toggle {
    margin-right: -8px;
  }
  #blog-index #filters-wrap ul .btn {
    margin-right: 5px;
  }
  #blog-detail .addthis_toolbox b {
    margin-right: 30px;
  }
}
@media screen AND (min-width: 992px) {
  .offset-panels .panels .col-sm-5 {
    margin-top: -34px;
  }
  .page-introduction .label {
    margin-top: -30px;
  }
  section.index .row.heading .my-list-ctas .btn {
  	margin-top: 0;
  }
  .row.index.lettings.view-grid .available {
    margin-top: 3px;
  }
  #footer-mailinglist h3 {
    margin-top: 4px;
  }
  #footer-quicklinks .addthis_toolbox li+li,
  section.index .row.heading .btn,
  .row.index.lettings .item .btn + .btn,
  #letting-detail .letting-ctas .btn + .btn,
  ul.list-style-ticks li,
  #search-form .col-sm-6 a {
    margin-top: 10px;
  }
  section.text-image h2,
  section.carousel-neighbourhoods h2,
  section.cta-search h2,
  section.popular-searches h2,
  #enquiry-form .form-group + .form-group,
  #blog-index .item .summary,
  .page-introduction .label + h2,
  .offset-panels .panels,
  .content-standard .label + .from-rte,
  .user-form .form-control + .form-control {
    margin-top: 20px;
  }
  .navbar-nav .dropdown.open ul {
    margin-top: 0;
    margin-left: 4px;
  }
  #search-form form {
    margin-top: 25px;
  }
  section.text-image p.text,
  section.text-image .btn,
  section.carousel-neighbourhoods .row.header .col-sm-4,
  #footer-quicklinks ul,
  #footer-quicklinks .addthis_toolbox,
  section.cta-search .btn,
  section.cta2 .row,
  .row.index .clearfix,
  #filters-wrap .footer,
  #letting-detail .location,
  #letting-detail .agent,
  .page-introduction h2 + p,
  #blog-index .row.index .col-xs-12 + .col-xs-12,
  #blog-index .item .published,
  #blog-index .row.index .col-xs-12 + .col-xs-12,
  .offset-panels .panel p,
  body.search-map section.index .row.index-options {
    margin-top: 30px;
  }
  #banner h1,
  #enquiry-form .sm-flex {
    margin-top: 35px;
  }
  .navbar-nav {
    margin-top: 39px;
  }
  .form1 .intro p,
  section.text-image img {
    margin-top: 40px;
  }
  section.featured-lettings:not(.similar) .row.header .col-sm-4 {
    margin-top: 43px;
  }
  #banner p,
  body.error #banner h1 + .btn {
    margin-top: 45px;
  }
  #filters-wrap[aria-expanded="true"],
  section.index .row.index-options,
  #neighbourhood-highlights .row,
  .from-rte p + img,
  .from-rte h2 + img,
  .from-rte h3 + img,
  .from-rte ul + img,
  .from-rte ol + img,
  .from-rte img + p,
  .from-rte img + h2,
  .from-rte img + h3,
  .from-rte img + ul,
  .from-rte img + ol,
  .from-rte + .lettings-wrap,
  .lettings-wrap + .from-rte,
  .collapse-group {
    margin-top: 50px;
  }
  #neighbourhood-poi .row.map {
    margin-top: 60px;
  }
  section.carousel-neighbourhoods .carousel,
  section.featured-lettings .row.index,
  .user-form form,
  section.popular-searches ul,
  .user-form .flex  {
    margin-top: 70px;
  }
  #blog-index .item h3,
  .offset-panels .panel + .panel {
    margin-top: 100px;
  }
  
  .navbar-nav .dropdown.open ul {
    margin-bottom: 0;
  }
  section.popular-searches li,
  .row.index .clearfix {
    margin-bottom: 30px;
  }
  #filters-wrap .clearfix {
    margin-bottom: 40px;
  }
  
  #advanced-wrap {
    margin-left: -40px;
  }
  .navbar-nav ul li+li,
  #footer-quicklinks .addthis_toolbox li {
    margin-left: 0;
  }
  .my-list-ctas .btn + .btn {
    margin-left: 8px;
  }
  #page-nav li+li {
    margin-left: 25px;
  }
  .navbar-nav li+li {
    margin-left: 30px;
  }
  .offset-panels .panels > .panel:nth-child(2) h2 {
    margin-left: 479px;
  }
  
  #advanced-wrap {
    margin-right: -40px;
  }
}
/* @end */

/* @group vertical-align */
.addthis_toolbox.follow i:before,
#letting-detail .similar-options i:before,
#modal-share p a i:before {
  vertical-align: -3px;
}
.btn i:before,
.contact-content i:before {
  vertical-align: -4px;
}
#banner.letting ul i:before,
.row.index.lettings .item ul i:before,
.row.index.lettings .item .photos i:before,
.breadcrumbs > li + li:before {
  vertical-align: -7px;
}

@media screen and (min-width: 768px) {
  #blog-detail .addthis_toolbox i:before {
    vertical-align: -2px;
  }
}
/* @end */

/* @group translate */
#banner.letting ul .beds,
#banner.letting ul .baths {
  vertical-align: -3px;
}
/* @end */

/* @group flex */
.flex {
  display: flex;
}
.flex-align-items-center {
  align-items: center;
}
.flex-mr-auto {
	margin-right: auto !important;
}
.flex-ml-auto {
	margin-left: auto !important;
}

.flex-space-between {
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  #letting-detail .letting-ctas,
  .my-list-ctas {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .xs-flex {
    display: flex;
  }
  .xs-flex-order-1 {
    order: 1;
  }
  .xs-flex-order-2 {
    order: 2;
  }
  
  .xs-flex-wrap {
    flex-wrap: wrap;
  }
  .xs-flex-break {
    flex-basis: 100%;
    width: 0px; 
    height: 0px; 
    overflow: hidden;
  }
  
  .xs-flex-space-between {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sm-only-flex {
    display: flex;
  }
  .row.index.lettings:not(.view-map) .item a.btn {
    flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .sm-flex {
    display: flex;
  }
  .sm-flex-align-items-center {
    align-items: center;
  }
  .sm-flex-justify-end {
    justify-content: flex-end;
  }
  
  .sm-flex-ml-auto {
  	margin-left: auto !important;
  }
  
  footer form {
    display: flex;
    align-items: top;
    justify-content: center;
  }
}
@media (min-width: 768px) AND (max-width: 991px) {
  footer .addthis_toolbox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* @end */

/* @group fixed */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  height: 100%;
}
#filters-wrap .header,
.modal .header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.h100 {
  height: 100%;
}

@media screen and (max-width: 991px) {
  #letting-detail .letting-ctas,
  .my-list-ctas {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen AND (max-width: 767px) {
  #filters-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    height: 100%;
  }
  #filters-wrap .footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media screen AND (min-width: 768px) {
  .sm-h100 {
    height: 100%;
  }
}
/* @end */

/* @group position */
.relative {
  position: relative;
}
/* @end */

/* @group absolute */
.absolute-parent,
.collapse-group .panel-header a {
  position: relative;
}
.absolute-tl,
.absolute-tr,
.absolute-bl,
.absolute-br,
.collapse-group .panel-header a i {
  position: absolute;
}
.absolute-tl,
.absolute-tr {
  top: 10px;
}
.absolute-bl,
.absolute-br {
  bottom: 10px;
}
.absolute-tl,
.absolute-bl {
  left: 10px;
}
.absolute-tr,
.absolute-br {
  right: 10px;
}

.collapse-group .panel-header a i {
  top: 50%;
  margin-top: -12px;
  right: 16px;
}

@media screen AND (min-width: 992px) {
  .collapse-group .panel-header a i {
    right: 26px;
  }
}
/* @end */

/* @group transitions */
.btn-arrow i {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-arrow:hover i,
.btn-arrow:focus i {
  transform: translateX(5px);
}

.popular-searches .inner {
  transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility,margin;
  -o-transition-property: height,visibility,margin;
  transition-property: height,visibility,margin;
}
/* @end */

/* @group embed-responsive */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
.embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
/* @end */

/* @group panels */
.panel-pseudo {
	position: relative;
}
.panel-pseudo:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* @end */

/* @group footer */
@media screen and (max-width: 767px) {
  #footer-mailinglist .form-control {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #footer-mailinglist .form-control {
    width: 280px;
  }
}
/* @end */

/* @group banner */
#banner-photo {
  position: relative;
}
#banner-photo .breadcrumbs {
  position: absolute;
  top: 10px;
}

@media screen and (max-width: 767px) {
  #banner-photo {
    background-image: none !important;
  }
}
@media screen and (min-width: 768px) {
  #banner-photo {
    background-position: center;
    background-size: cover;
    min-height: 400px;
  }
  #banner-photo .breadcrumbs {
    top: 15px;
  }
}
@media screen and (min-width: 992px) {
  #banner-photo {
    min-height: 500px;
  }
  #banner-photo .breadcrumbs {
    top: 20px;
  }
}
/* @end */

/* @group carousels */
section.carousel-neighbourhoods .carousel:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel-controls a,
.index-options-view a {
  width: 38px;
  text-align: center;
}
.carousel-controls a i,
.index-options-view a i {
  line-height: 38px;
}

.carousel-indicators {
  display: inline-flex;
  margin-left: 50%;
  transform: translate(-50%, -20px);
}
.carousel-indicators li {
  line-height: 0;
}
.carousel-indicators li a {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
}
.carousel-indicators li a:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .25s ease-in-out 0s;
}
.carousel-indicators li.active a:before {
  width: 10px;
  height: 10px;
}

@media screen and (min-width: 768px) {
  section.carousel-neighbourhoods .carousel:before {
    top: 0;
    right: 40px;
    left: 40px;
  }
  
  section.carousel-property-images .carousel {
  	transform: translateY(-50px);
  }
}
@media screen and (min-width: 992px) {
  section.carousel-neighbourhoods .carousel:before {
    right: 50px;
    left: 50px;
  }
}
/* @end */

/* @group popular-searches */
section.popular-searches li .inner {
  position: relative;
  overflow: hidden;
}
section.popular-searches li .inner span {
  position: absolute;
  top: 0;
  right: 10px;
  background: -webkit-linear-gradient(#E7DBF3, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 150px;
  font-weight: 700;
  line-height: 115px;
}
section.popular-searches li a {
  min-height: 90px;
}
/* @end */

/* @group form1 */
@media screen and (min-width: 768px) {
  .form1 .intro {
    position: relative;
    padding-left: 0;
  }
  .form1 .intro:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 40px;
  }
  .form1 .intro {
    width: 52%;
  }
  .form1 .form {
    width: 48%;
  }
  .form1 .panel {
    min-height: 465px;
    position: relative;
  }
  #modal-share .panel {
    min-height: 410px;
  }
  .form1 .form-thanks .btn {
    position: absolute;
    bottom: 40px;
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 992px) {
  .form1 .intro:before {
    left: 50px;
  }
  .form1 .panel {
    min-height: 490px;
  }
  #modal-share .panel {
    min-height: 470px;
  }
  .form1 .form-thanks .btn {
    width: calc(100% - 80px);
  }
}
/* @end */

/* @group lettings-index */
.form-control.bootstrap-select.alt button {
  border: 1px solid #E9E8EA;
  border-radius: 4px;
  padding: 11px 30px 11px 12px;
}
.form-control.bootstrap-select button .filter-option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row.index-options .form-control.bootstrap-select button .filter-option {
  font-weight: 600;
}
.form-control.bootstrap-select.alt button .caret {
  margin-top: -2px;
}

.row.index.lettings .item {
	position: relative;
}
.row.index.lettings .item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row.index.lettings.view-map .item .col-xs-7 {
	padding-left: 0;
}
.row.index.lettings .item .img-wrap {
  position: relative;
}
.row.index.lettings .item .img-wrap .label  {
  position: absolute;
  top: 10px;
  left: 10px;
}
.row.index.lettings .item .img-wrap .photos  {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.row.index.lettings .item .img-wrap .photos  {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

section.index .row.index-options .form-control {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .row.index.lettings .item .col-xs-7 {
  	padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  section.index .row.index-options .form-group {
    display: flex;
    align-items: center;
  }
  section.index .row.index-options .form-group label {
  	margin-bottom: 0;
  	margin-right: 20px;
  }
  section.index .row.index-options .form-group label {
    width: auto;
  }
    
  .row.index.lettings:not(.view-map) .item:before {
    top: 20px;
  }
  .row.index.lettings.view-grid .item h3 {
    min-height: 90px;
  }
  .row.index.lettings:not(.view-map) ul.flex {
    flex-wrap: wrap;
  }
  .row.index.lettings:not(.view-map) ul.flex .flex-ml-auto {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .row.index.lettings:not(.view-map) ul.flex .flex-ml-auto {
    margin-left: auto !important;
  }
  section.index .row.index-options .form-control {
    width: 210px;
  }
}
/* @end */

/* @group lettings-index view-list */
@media screen and (min-width: 768px) {
  .row.index.lettings.view-list .col-sm-4 {
    width: 100%;
  }
  .row.index.lettings.view-list .col-sm-4 + .col-sm-4 {
    margin-top: 20px;
  }
  .row.index.lettings.view-list .col-sm-4 .item {
    padding: 20px 25px 20px 0;
  }
  .row.index.lettings.view-list .col-sm-4 .item:before {
    top: 0;
    left:  30px;
  }
  .row.index.lettings.view-list .item > .row > .col-xs-5 {
    width: 29%;
  }
  .row.index.lettings.view-list .item > .row > .col-xs-7 {
    width: 71%;
  }
  
  .row.index.lettings.view-list .view-list-layout-top {
    position: absolute;
    top: 0;
    left: 100%;
    width: 493px;
    padding-left: 20px;
  }
  .row.index.lettings.view-list .view-list-layout-top .tag {
    bottom: auto;
    top: 0;
  }
  .row.index.lettings.view-list .view-list-layout-top .label {
    left: 20px;
    top: 5px;
  }
  
  .row.index.lettings.view-list .item h3 {
    margin-top: 38px;
  }
  
  .row.index.lettings.view-list .view-list-layout-bottom {
    position: absolute;
    bottom: 15px;
    left: 29%;
    right: 20px;
    display: flex;
    align-items: center;
  }
  .row.index.lettings.view-list .view-list-layout-bottom ul {
    transform: translateY(-2px);
  }
  .row.index.lettings.view-list .view-list-layout-bottom ul .label {
    margin-top: 4px;
    margin-left: 15px !important;
    font-size: 12px;
    line-height: 19px;
  }
  .row.index.lettings.view-list .view-list-layout-bottom div.xs-flex {
    margin-left: auto;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .row.index.lettings.view-list .view-list-layout-top {
    position: absolute;
    top: 0;
    left: 100%;
    width: 679px;
    padding-left: 30px;
  }
  .row.index.lettings.view-list .view-list-layout-top .tag {
    font-size: 12px;
    line-height: 19px;
  }
  .row.index.lettings.view-list .view-list-layout-top .label {
    left: 30px;
  }
  
  .row.index.lettings.view-list .item h3 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 44px;
  }
  
  .row.index.lettings.view-list .view-list-layout-bottom {
  	bottom: 20px;
  }
  .row.index.lettings.view-list .view-list-layout-bottom ul {
    transform: translateY(10px);
  }
  .row.index.lettings.view-list .view-list-layout-bottom .btn {
    width: auto;
  }
  .row.index.lettings.view-list .view-list-layout-bottom .btn + .btn {
    margin-left: 10px;
  }
}
/* @end */

/* @group lettings-index view-map */
#house-search-map .embed-responsive {
  position: fixed;
  z-index: 0;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 208px;
  padding-bottom: 0;
  height: auto;
}
#house-search-map .lettings {
  position: fixed;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F8F5FA;
  margin: 0;
}
#house-search-map .map-ctas {
  position: fixed;
  top: 70px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  #house-search-map .lettings .item {
    display: none;
    height: 208px;
  }
  #house-search-map .lettings .item:before {
    content: none;
  }
  #house-search-map .lettings .item.active {
    background: #FFFFFF;
    display: block;
  }
  #house-search-map .lettings .item .col-xs-5 {
    max-width: 129px;
  }
  
  #house-search-map a.tl {
    position: fixed;
    top: 70px;
    left: 20px;
  }
}
@media screen and (min-width: 768px) AND (max-width: 991px) {
  #lettings-index .index-options .col-sm-5 {
    width: 41%;
  }
  #lettings-index .index-options .col-sm-7 {
    width: 59%;
  }
  #house-search-map .lettings {
    overflow: auto;
    white-space: nowrap;
    padding: 20px 12px;
  }
  #house-search-map .lettings .item {
    width: 280px;
    display: inline-block;
    white-space: normal;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  body.search-map #lettings-index {
    position: relative;
    z-index: 1;
    min-height: 155px;
  }
  
  #house-search-map .embed-responsive {
    top: 245px;
    bottom: 234px;
  }
  
  #house-search-map .lettings .item::before {
    border-radius: 4px;
  }
  #house-search-map .lettings .item.active,
  #house-search-map .lettings .item.hover {
    box-shadow: 0 0 14px 0 rgba(162,20,241,0.65);
  }
  
  #house-search-map .map-ctas {
    top: 275px;
    right: 50%;
    margin-right: -338px;
  }
  #house-search-map .map-ctas .btn {
    padding: 9px 30px 12px 26px;
  }
  #house-search-map .map-ctas .btn + .btn {
    margin-left: 8px;
  }
}
@media screen and (min-width: 992px) {
  #house-search-map .embed-responsive {
    top: 259px;
    bottom: 0;
    right: 320px;
  }
  #house-search-map .lettings {
    width: 320px;
    overflow: auto;
    padding: 20px;
    top: 259px;
    bottom: 0;
    right: 0;
    left: auto;
  }
  #house-search-map .lettings .item + .item {
    margin-top: 20px;
  }
  #house-search-map .lettings .item .btn + .btn {
    margin-top: 0;
    margin-left: 5px;
  }
  
  #house-search-map .map-ctas {
    top: 118px;
    margin-right: -465px;
    z-index: 2;
  }
}
/* @end */

/* @group letting-detail */
#letting-detail .similar-options .header {
  padding: 15px 20px;
}
#letting-detail .similar-options .row {
  margin-left: 10px;
  margin-right: 10px;
}
#letting-detail .similar-options .clearfix {
  padding-bottom: 10px;
  margin: 0 10px 14px;
}

#letting-detail .panel.location .embed-responsive {
  padding-bottom: 77px;
}

@media screen and (max-width: 991px) {
  #letting-detail .letting-ctas .btn,
  .my-list-ctas .btn {
    flex: 1;
    padding: 6px 15px 9px;
  }
  #letting-detail .letting-ctas .btn + .btn,
  .my-list-ctas .btn + .btn  {
  	margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #letting-detail .carousel {
    margin-left: -20px;
    margin-right: -20px;
  }
  #letting-detail .similar-options .left {
    padding-right: 2px;
  }
  #letting-detail .similar-options .right {
    padding-left: 2px;
  }
  #letting-detail .letting-ctas .btn + .btn,
  .my-list-ctas .btn + .btn  {
  	margin-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #letting-detail .container {
    width: 580px;
  }
}
@media screen and (min-width: 768px) {
  #letting-detail .images {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
  }
}
@media screen and (min-width: 992px) {
  #letting-detail .information {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
  }
  #letting-detail .similar-options .row {
    margin-left: 5px;
    margin-right: 5px;
  }
  #letting-detail .similar-options .left {
    padding-right: 2px;
  }
  #letting-detail .similar-options .right {
    padding-left: 2px;
  }
  #letting-detail .detail {
    position: relative;
    top: -250px;
    margin-top: 0;
    margin-bottom: -250px;
  }
}
/* @end */

/* @group neighbourhoods */
#neighbourhood-highlights .panel-pseudo:before {
	top: 50px;
}

#neighbourhood-poi .information {
	position: relative;
}
#neighbourhood-poi .embed-responsive {
	position: relative;
	padding-bottom: 90%;
}
#neighbourhood-poi .information {
	position: relative;
}
#neighbourhood-poi .information:before {
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  right: 20px;
  bottom: 0;
  left: 20px;
}

@media screen and (min-width: 768px) {
  #neighbourhood-highlights .panel-pseudo:before {
  	top: 0;
  	left: 60px;
  }
  #neighbourhood-highlights .item img {
  	margin-right: 10px;
  }

  #neighbourhood-poi .row.map {
    display: flex;
    align-items: center;
  }
  #neighbourhood-poi .information:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 40px;
  }
}
/* @end */

/* @group blog */
#blog-index .item:before {
  top: 20px;
}

@media screen and (max-width: 767px) {
  #blog-index .item .category {
  	position: absolute;
  	top: 10px;
  	left: 25px;
  	color: #fff;
  }
}

@media screen and (min-width: 768px) {
  #blog-index .item:before {
    left: 20px;
  }
  #blog-index .item .col-sm-5 {
  	width: 47%;
  	margin-top: 0;
  }
  #blog-index .item .col-sm-7 {
  	width: 53%;
  }
  #blog-index .item .category {
  	position: absolute;
  	top: 40px;
  	left: calc(100% + 10px);
  	width: 300px;
  }
}
@media screen and (min-width: 992px) {
  #blog-index .item:before {
    top: 30px;
    left: 30px;
  }
  #blog-index .item .category {
  	top: 60px;
  	left: calc(100% + 15px);
  	width: 300px;
  }
  #blog-index .item .col-sm-7 {
  	padding-right: 75px;
  }
}
/* @end */

/* @group blog-article */
.from-rte h3 {
  color: #A214F1;
}
.from-rte p a {
  color: inherit;
  border-bottom: 2px solid #18DB7A;
}
.from-rte img {
  display: block;
  max-width: 100%;
  height: auto;
}

#blog-detail .addthis_toolbox b {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  #blog-detail .carousel {
    margin-left: -20px;
    margin-right: -20px;
  }
  
  .from-rte img {
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px);
  }
  
  #blog-detail .addthis_toolbox b {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  #blog-detail .carousel {
    position: relative;
    top:  -50px;
    margin-bottom: -50px;
  }
  #blog-detail .lettings-wrap {
    margin-left: -68px;
    width: 696px;
  }
  
  #blog-detail .body-wrap {
    position: relative;
  }
  #blog-detail .addthis_toolbox.top {
    position: absolute;
    top: 6px;
    left: -79px;
    margin-top: 0;
  }
  #blog-detail .addthis_toolbox.top b {
    display: none;
  }
  #blog-detail .addthis_toolbox.top a {
    display: block;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  #blog-detail .lettings-wrap {
    margin-left: -94px;
    width: 960px;
  }
}
/* @end */

/* @group contact */
.fa-fw {
  display: inline-block;
  width: 30px !important;
}
/* @end */

/* @group footer */
@media screen and (min-width: 768px) AND (max-width: 991px) {
  #footer-quicklinks .addthis_toolbox li {
    width: 212px;
    margin-left: 0;
  }
  #footer-quicklinks .addthis_toolbox li a {
    margin-left: -4px;
  }
  #footer-quicklinks .addthis_toolbox li i {
    margin-right: 5px;
  }
  #footer-quicklinks .addthis_toolbox li + li {
    margin-left: 20px;
  }
}
/* @end */

/* @group recaptcha */
.grecaptcha-badge {
  display: none !important;
}
/* @end */

/* @group #search-form */
.select-range .col-xs-6:first-child {
  padding-right: 12px;
  position: relative;
}
.select-range .col-xs-6:first-child:after {
  content: '-';
  display: block;
  position: absolute;
  bottom: 6px;
  right: -4px;
  color: #9A90A0;
}
.select-range .col-xs-6:last-child {
  margin-top: 0 !important;
  padding-left: 12px;
}
/* @end */