﻿@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Media queries */
/*$tablet-width: 768px;*/
/* +250px  */
/*colors*/
/* Media queries */
/*$tablet-width: 768px;*/
/* +250px  */
/*colors*/
/* flex */
* {
  margin: 0;
  padding: 0; }

main {
  display: block; }

input,
textarea,
keygen,
select,
button {
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input::-ms-clear,
  textarea::-ms-clear,
  keygen::-ms-clear,
  select::-ms-clear,
  button::-ms-clear {
    display: none; }

a, .btn, button {
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  a:hover, .btn:hover, button:hover {
    text-decoration: none; }

.gallery a,
.img-holder a {
  /*@include transition(none);*/ }

.pace {
  display: block; }
  .pace.pace-inactive {
    display: none; }

li {
  list-style-type: none; }

html {
  height: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  height: 100%;
  margin: 0; }

@media (min-width: 1220px) {
  .wrapper {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed; } }

@media (min-width: 1220px) {
  .content {
    display: table-row;
    height: 100%;
    vertical-align: top; } }

.page-footer::after {
  clear: both;
  content: "";
  display: table; }

@media (min-width: 1220px) {
  .page-footer {
    display: table-row; } }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Exo 2', sans-serif; }

.ui-widget {
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
  font-weight: 400; }

.site-header {
  /*position: relative;*/
  /* Loading bar worked with this, dont touch :) [DY]*/ }
  .site-header::after {
    clear: both;
    content: "";
    display: table; }

.site-header-open {
  position: static; }

.content-main {
  background: #fbfbfa; }

.content-wrap {
  padding: 0 20px;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 1220px) {
    .content-wrap {
      max-width: 1440px; } }
  .content-wrap.content-fluid {
    padding: 0; }
    @media (min-width: 1220px) {
      .content-wrap.content-fluid {
        padding: 0 20px; } }

.quick-links-wrap a {
  color: #676262; }
  .quick-links-wrap a:hover {
    color: #89b048; }

.bg-gray-light {
  padding: 10px 0;
  background: #8A8383; }

.page-footer {
  background: #676262;
  color: #fff;
  /*padding: 20px 10px;
    @include tablet{
         padding: 40px 20px 10px 20px;
    }

    @include tablet-landscape{
         padding: 60px 30px 10px 30px;
    }*/ }
  .page-footer a {
    color: #fff; }
    .page-footer a:hover {
      color: #89b048; }

@media (min-width: 720px) {
  .f-table {
    display: table;
    table-layout: fixed; } }

@media (min-width: 720px) {
  .f-table .f-row {
    display: table-row;
    table-layout: fixed; } }

.f-table .f-cell {
  padding: 10px; }
  @media (min-width: 720px) {
    .f-table .f-cell {
      vertical-align: middle;
      display: table-cell;
      width: 33.33%;
      text-align: center; } }

.social-block {
  width: 100%;
  padding: 0 10px; }
  @media (min-width: 1440px) {
    .social-block {
      margin: 0 auto;
      width: 80%; } }

.footer-links {
  width: 100%;
  padding-top: 10px; }
  @media (min-width: 1440px) {
    .footer-links {
      margin: 0 auto;
      width: 80%; } }
  .footer-links a {
    font-size: 12px; }
  .footer-links .f-cell {
    vertical-align: top;
    text-align: left; }
   .footer-links .f-cell.superbrands-cell {
    text-align: center;}
    .footer-links .f-cell.superbrands-cell img{
        height: 112px;
    }
  .footer-links ul {
    display: none;
    /*padding-left: 10px;*/ }
    @media (min-width: 720px) {
      .footer-links ul {
        display: block;
        padding-left: 0; } }
  .footer-links h4 {
    padding-bottom: 10px; }
    .footer-links h4.footer-toggle {
      position: relative;
      border-bottom: 1px solid; }
      .footer-links h4.footer-toggle:before {
        font-family: 'icomoon';
        speak: none;
        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;
        content: "";
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        position: absolute;
        right: 0;
        top: 0; }
      @media (min-width: 720px) {
        .footer-links h4.footer-toggle {
          padding-right: 0;
          border-bottom: none; }
          .footer-links h4.footer-toggle:before {
            display: none; } }
  .footer-links .inline-group {
    text-align: left; }
    @media (min-width: 720px) {
      .footer-links .inline-group {
        display: inline-block; } }
    .footer-links .inline-group.open ul {
      display: block; }
    .footer-links .inline-group.open h4.footer-toggle:before {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  .footer-links .img-holder {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-right: 10px;
    float: none; }
    .footer-links .img-holder img {
      max-height: 100%;
      max-width: 100%; }
    @media (min-width: 720px) {
      .footer-links .img-holder {
        float: left; } }
  .footer-links .team-description .member-name {
    padding-right: 0;
    font-size: 12px;
    margin-bottom: 10px; }
  .footer-links .team-description div {
    margin-bottom: 0; }
  .footer-links .team-description .address-table {
    font-size: 12px;
    width: 100%; }
    @media (min-width: 1220px) {
      .footer-links .team-description .address-table {
        width: auto; } }
    .footer-links .team-description .address-table th {
      padding-right: 5px; }
    .footer-links .team-description .address-table a {
      font-size: 12px; }

.copyright {
  font-size: 11px;
  text-align: center; }

.custom-form {
  text-align: center; }
  .custom-form .textcount:after, .custom-form .textcount:before {
    font-size: 12px; }
  .custom-form .select2 .select2-selection__arrow {
    text-align: center;
    top: 50%;
    margin-top: -13px;
    line-height: 26px;
    height: 26px; }
    .custom-form .select2 .select2-selection__arrow:before {
      font-family: 'icomoon';
      speak: none;
      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;
      content: "";
      font-size: 8px; }
    .custom-form .select2 .select2-selection__arrow b {
      border: none;
      display: none; }
  .custom-form .select2 .select2-selection {
    border: 1px solid #979797;
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 0;
    min-height: 57px;
    background: #fff; }
  .custom-form .field {
    display: block;
    margin-bottom: 10px;
    position: relative; }
    .custom-form .field > label {
      display: block;
      margin-bottom: 10px;
      text-align: center;
      font-size: 14px; }
      @media (min-width: 1220px) {
        .custom-form .field > label {
          display: inline-block;
          vertical-align: middle;
          margin: 0; } }
    .custom-form .field .alert {
      display: none; }
      .custom-form .field .alert.open {
        display: block; }
    @media (min-width: 1220px) {
      .custom-form .field.auto {
        display: inline-block;
        width: auto;
        margin: 0 10px 10px 0;
        vertical-align: top; }
      .custom-form .field .w220 {
        width: 230px; }
      .custom-form .field .w360 {
        width: 360px; } }
    @media (min-width: 1440px) {
      .custom-form .field {
        text-align: left; } }
    .custom-form .field textarea {
      resize: none; }
  .custom-form .required label:after {
    content: "*";
    display: inline-block;
    margin-left: 2px; }
  .custom-form .action-field {
    text-align: center; }
    @media (min-width: 720px) {
      .custom-form .action-field {
        display: inline-block;
        vertical-align: top; } }
  .custom-form .small {
    font-size: 10px;
    margin: 10px 0; }
  .custom-form .alert {
    display: none; }

.icheckbox_flat-green,
.iradio_flat-green {
  margin-right: 10px;
  float: left; }

.green-btn {
  cursor: pointer;
  color: #fff;
  background-color: #89b048;
  background-image: -webkit-linear-gradient(#89b048, #89b048);
  background-image: linear-gradient(#89b048, #89b048);
  width: 219px;
  padding: 20px 0;
  border: 0;
  font-size: 14px; }
  .green-btn:hover {
    background-color: #89b048;
    background-image: -webkit-linear-gradient(#89b048, #67a304);
    background-image: linear-gradient(#89b048, #67a304); }

.gray-btn {
  cursor: pointer;
  color: #fff;
  background-color: #979797;
  background-image: -webkit-linear-gradient(#979797, #979797);
  background-image: linear-gradient(#979797, #979797);
  padding: 20px 0;
  border: 0;
  font-size: 14px; }
  .gray-btn:hover {
    background-color: #c4c4c4;
    background-image: -webkit-linear-gradient(#c4c4c4, #c4c4c4);
    background-image: linear-gradient(#c4c4c4, #c4c4c4); }

.flex-holder {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }
  .flex-holder .flex-item-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .flex-holder .flex-item-2 {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2; }
  .flex-holder .flex-item-3 {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3; }

.center {
  /*position:relative;*/ }

.cycle-pager {
  text-align: center;
  display: block; }
  .cycle-pager span {
    display: inline-block;
    width: 40px;
    height: 20px;
    font-size: 90px;
    color: #c4c4c4;
    font-family: Arial, sans-serif;
    cursor: pointer; }

.cycle-pager span.cycle-pager-active {
  color: #5c5c5c; }

.cycle-prev, .cycle-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 10px;
  height: 40px;
  z-index: 100;
  cursor: pointer; }

.cycle-prev {
  left: 20px; }

.cycle-next {
  right: 20px; }

.cycle-prev:before,
.cycle-prev:after,
.cycle-next:before,
.cycle-next:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #c4c4c4; }

.cycle-prev:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg); }

.cycle-prev:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg); }

.cycle-next:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg); }

.cycle-next:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg); }

.service-dropdown {
  position: relative; }
  .service-dropdown .placeholder {
    padding-left: 50px; }

.icon-buy {
  background: #cd65e2;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 10px; }

.icon-rent {
  background: #5799e5;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 25px; }

.buy-label, .rent-label {
  position: relative; }
  .buy-label .icheckbox_flat-green, .buy-label .iradio_flat-green, .rent-label .icheckbox_flat-green, .rent-label .iradio_flat-green {
    margin-right: 20px; }

.buy-label:before {
  content: "";
  background: #cd65e2;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 26px; }

.rent-label:before {
  content: "";
  background: #5799e5;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 26px; }

.cycle-img-wrap {
  background: #ababab;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none; }

.remove-action {
  pointer-events: none; }

/* alerts */
.alert {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 12px; }
  @media (min-width: 1025px) {
    .alert {
      margin: 0 0 20px 0; } }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.text-info {
  color: #31708f;
  font-size: 12px; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.text-danger {
  color: #a94442;
  font-size: 12px; }

.input-validation-error {
  color: #a94442;
  border: 1px solid #a94442 !important; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.text-warning {
  color: #8a6d3b;
  font-size: 12px; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.text-success {
  color: #3c763d;
  font-size: 12px; }

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.no-cursor,
a.no-cursor {
  cursor: default; }

.close {
  font-family: "", sans-serif;
  float: right;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

/* jQuery UI :( */
.ui-autocomplete {
  z-index: 3003 !important; }

.results-overflow-list {
  text-align: center;
  padding-top: 20px;
  font-size: 0; }
  @media (min-width: 720px) {
    .results-overflow-list {
      padding-top: 0;
      font-size: 12px;
      text-align: left; } }

.card-list-wrap {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media (min-width: 720px) {
    .card-list-wrap {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; } }
  .card-list-wrap.center {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .card-list-wrap .card-list-cell {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /*&.broker-contact{
            text-align: right;
             @include tablet{
                padding:0;
                @include flex(0 0 auto);

            }
        }*/ }
    @media (min-width: 720px) {
      .card-list-wrap .card-list-cell {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 0 0 10px; } }
    @media (min-width: 720px) {
      .card-list-wrap .card-list-cell.img-cell {
        padding: 0;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; } }

.card-list-item {
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  width: 98%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1% 5px 1%;
  padding: 6px;
  background-color: #fff;
  font-size: 12px;
  -webkit-box-shadow: 0px 0px 6px -2px #464646;
  -moz-box-shadow: 0px 0px 6px -2px #464646;
  box-shadow: 0px 0px 6px -2px #464646;
  /*& a{
        display: block;
    }*/ }
  .card-list-item::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 420px) {
    .card-list-item {
      width: 48%; } }
  @media (min-width: 720px) {
    .card-list-item {
      width: 100%;
      margin: 0;
      background-color: transparent;
      -webkit-box-shadow: 0 0 0 0;
      -moz-box-shadow: 0 0 0 0;
      box-shadow: 0 0 0 0;
      padding: 21px 0;
      text-align: left; } }
  .card-list-item .modal-galley {
    position: relative;
    background-color: #c4c4c4;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 0; }
    @media (min-width: 720px) {
      .card-list-item .modal-galley {
        width: 223px;
        height: 150px;
        line-height: 150px; } }
    .card-list-item .modal-galley img {
      max-width: 100%;
      max-height: 100%;
      display: inline-block;
      vertical-align: middle; }
.card-list-item .gallery-holder {
    position: relative;
    /*background-color: #c4c4c4;*/
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: #c4c4c4 no-repeat;
    background-size: 100% 100%;
}
@media (min-width: 375px) {
    .card-list-item {
        width: 90%;
    }
}
@media (min-width: 400px) {
    .card-list-item {
        width: 89%;
    }
}
@media (min-width: 414px) {
    .card-list-item {
        width: 88%;
    }
}
@media (min-width: 540px) {
    .card-list-item {
        width: 67%;
    }
}
@media (min-width: 720px) {
    .card-list-item {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .card-list-item {
        width: 100%;
    }
    .card-list-item .gallery-holder {
        background: no-repeat;
    }
}
@media (min-width: 1024px) {
   
        .card-list-item .gallery-holder {
            background:  #c4c4c4 no-repeat ;
        }
}
    @media (min-width: 720px) {
      .card-list-item .gallery-holder {
        display: table;
        width: 223px; } }
@media (min-width: 720px) {
    .card-list-item .gallery-holder .gallery {
        display: table-cell;
        vertical-align: middle;
    }
}
    @media (min-width: 1440px) {
      .card-list-item .gallery-holder {
        width: 332px; } }
  .card-list-item .broker-link {
    width: 100%;
    font-size: 0;
    font-weight: 200;
    padding: 6px 15px;
    display: inline-block;
    text-align: center;
    margin-top: 5px; }
    @media (min-width: 720px) {
      .card-list-item .broker-link {
        width: 223px; } }
    @media (min-width: 1025px) {
      .card-list-item .broker-link {
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 21px;
        width: 100%;
        padding: 17px 32px; } }
    @media (min-width: 1220px) {
      .card-list-item .broker-link {
        font-size: 14px; } }
    .card-list-item .broker-link:after {
      display: inline-block;
      content: attr(mtext);
      font-size: 14px; }
      @media (min-width: 1220px) {
        .card-list-item .broker-link:after {
          display: none;
          content: ''; } }
  .card-list-item .price-label {
    bottom: 0; }
  .card-list-item h3 {
    color: #5c5c5c;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 720px) {
      .card-list-item h3 {
        font-size: 18px;
        line-height: 22px; } }
    .card-list-item h3 a {
      color: #5c5c5c;
      font-size: 12px;
      font-weight: 400;
      padding: 3px 10px 3px 0; }
      @media (min-width: 720px) {
        .card-list-item h3 a {
          font-size: 18px; } }
    .card-list-item h3 [class^="type"] {
      width: 10px;
      height: 10px;
      margin-right: 6px;
      margin-bottom: 4px; }
  .card-list-item a.id-link {
    color: #5c5c5c;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 2px;
    display: inline-block;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 720px) {
      .card-list-item a.id-link {
        font-size: 18px;
        line-height: 22px;
        top: 0;
        position: relative; } }
  .card-list-item a.map {
    padding: 8px;
    display: inline-block;
    border: 1px solid #ababab;
    font-size: 12px;
    color: #5c5c5c;
    position: absolute;
    bottom: 0px;
    right: 0; }
    @media (min-width: 720px) {
      .card-list-item a.map {
        padding: 0 8px;
        margin-left: 8px;
        font-size: 14px;
        border: none;
        position: relative;
        border-left: 1px solid #ababab; } }
  .card-list-item .address {
    color: #ababab;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    overflow: hidden; }
    @media (min-width: 720px) {
      .card-list-item .address {
        white-space: normal;
        width: auto;
        display: inline; } }
  .card-list-item .extras {
    color: #ababab;
    padding-bottom: 0;
    display: block;
    min-height: 17px; }
    .card-list-item .extras div {
      display: inline-block;
      margin-right: 10px;
      font-size: 12px; }
      .card-list-item .extras div:last-child {
        margin-right: 0; }
      @media (min-width: 720px) {
        .card-list-item .extras div {
          margin-right: 24px;
          font-size: 16px; } }
    .card-list-item .extras span {
      margin-right: 5px; }
    .card-list-item .extras span[class^="icon"] {
      color: #90908f;
      font-size: 10px;
      margin-right: 0; }
      .card-list-item .extras span[class^="icon"] [class^="path"]:before {
        color: #90908f; }
      @media (min-width: 720px) {
        .card-list-item .extras span[class^="icon"] {
          font-size: 16px; } }
  .card-list-item table, .card-list-item tbody {
    border-collapse: collapse;
    display: block;
    text-align: left; }
    @media (min-width: 720px) {
      .card-list-item table, .card-list-item tbody {
        display: table; } }
  .card-list-item td {
    display: block;
    font-size: 12px;
    color: #5c5c5c; }
    @media (min-width: 720px) {
      .card-list-item td {
        display: table-cell;
        padding-bottom: 10px; } }
  .card-list-item tr {
    display: block; }
    @media (min-width: 720px) {
      .card-list-item tr {
        display: table-row; } }
  .card-list-item .description {
    position: relative; }
  .card-list-item .info-text-list {
    text-align: right;
    display: none;
    line-height: 14px; }
    @media (min-width: 720px) {
      .card-list-item .info-text-list {
        display: block; } }
    @media (min-width: 1025px) {
      .card-list-item .info-text-list {
        position: absolute;
        left: 10px;
        bottom: 0; } }
    .card-list-item .info-text-list p {
      text-align: left; }
      .card-list-item .info-text-list p.learn-more {
        overflow: hidden;
        position: relative; }
      .card-list-item .info-text-list p.full-text {
        display: none; }
    .card-list-item .info-text-list .read-more-btn, .card-list-item .info-text-list .link-btn {
      display: none;
      color: #5c5c5c;
      font-weight: 700;
      font-size: 12px; }
      .card-list-item .info-text-list .read-more-btn.active, .card-list-item .info-text-list .link-btn.active {
        display: inline-block; }

/* Modal */
.modal-content {
  background: #fff;
  color: #5c5c5c; }

.modal-body {
  padding: 5px 15px; }
  .modal-body .details-holder .details-row:last-child {
    display: table-row; }
  @media (min-width: 720px) {
    .modal-body .card-list-item {
      padding: 0 0 10px 0; } }
  .modal-body .xcard-list-item {
    border-bottom: 1px solid #e9e9e9; }
    @media (min-width: 720px) {
      .modal-body .xcard-list-item {
        margin-bottom: 8px;
        padding: 0 0 12px 0; } }
    .modal-body .xcard-list-item .img-holder {
      overflow: hidden;
      width: 100%;
      height: 150px;
      position: relative;
      background: #ababab;
      text-align: center; }
      @media (min-width: 720px) {
        .modal-body .xcard-list-item .img-holder {
          float: left;
          width: 257px; } }
      .modal-body .xcard-list-item .img-holder .price-label {
        bottom: 0; }
      .modal-body .xcard-list-item .img-holder img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
        vertical-align: top; }
    .modal-body .xcard-list-item .estate-details {
      width: 100%;
      overflow: hidden;
      position: relative; }
      @media (min-width: 720px) {
        .modal-body .xcard-list-item .estate-details {
          padding-left: 20px;
          min-height: 1px;
          width: auto; } }
    .modal-body .xcard-list-item h3 {
      padding-right: 0;
      font-size: 16px; }
      .modal-body .xcard-list-item h3 a {
        color: #ababab;
        font-size: 12px;
        margin-left: 17px; }
  .modal-body .xprice-label {
    position: absolute;
    right: 0;
    bottom: auto;
    /*z-index: 101;*/ }
  .modal-body .details-holder {
    display: table;
    width: 100%;
    position: relative; }
    @media (min-width: 720px) {
      .modal-body .details-holder {
        height: 150px; } }
    .modal-body .details-holder .details-row {
      display: table-row; }
      .modal-body .details-holder .details-row .info-text-list {
        display: table-cell;
        vertical-align: bottom; }
      .modal-body .details-holder .details-row:last-child {
        display: block; }
        @media (min-width: 720px) {
          .modal-body .details-holder .details-row:last-child {
            display: table-row; } }

.modal-header {
  padding: 5px 15px; }
  .modal-header .close {
    font-family: sans-serif;
    font-size: 24px; }
  @media (min-width: 720px) {
    .modal-header .tel {
      padding-left: 10px; } }
  .modal-header h4 {
    color: #5c5c5c;
    font-size: 24px;
    font-weight: 300; }
  .modal-header h5 {
    color: #5c5c5c;
    font-size: 18px;
    font-weight: 200; }

.modal-form {
  font-size: 12px; }
  .modal-form .required label:after {
    content: "*";
    display: inline-block;
    margin-left: 2px; }
  .modal-form .field {
    position: relative;
    width: 100%;
    margin-bottom: 10px; }
  .modal-form label {
    color: #666;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    padding: 0 15px; }
  .modal-form input[type=text],
  .modal-form input[type=tel],
  .modal-form input[type=email],
  .modal-form input[type=number] {
    height: 30px;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #c1c1bb;
    background: #fdfdfd;
    width: 100%;
    padding: 5px; }
    .modal-form input[type=text]:focus,
    .modal-form input[type=tel]:focus,
    .modal-form input[type=email]:focus,
    .modal-form input[type=number]:focus {
      border: 1px solid #c1c1bb;
      outline: #979797 solid thin;
      background: #fff; }
    .modal-form input[type=text].input-validation-error,
    .modal-form input[type=tel].input-validation-error,
    .modal-form input[type=email].input-validation-error,
    .modal-form input[type=number].input-validation-error {
      color: #a94442;
      border: 1px solid #a94442; }
  .modal-form textarea {
    font-size: 13px;
    height: 78px;
    border-radius: 4px;
    border: 1px solid #c1c1bb;
    background: #fdfdfd;
    width: 100%;
    padding: 5px;
    resize: none; }
    .modal-form textarea:focus {
      border: 1px solid #c1c1bb;
      outline: #979797 solid thin;
      background: #fff; }
  .modal-form .checkbox-holder {
    padding: 0 15px; }
  .modal-form .subscribe-holder::after {
    clear: both;
    content: "";
    display: table; }
  .modal-form .subscribe-holder label {
    padding: 0;
    width: 100%;
    text-align: left;
    font-size: 10px; }

#mapModal .modal-body, #mapModal .modal-footer {
  padding: 0; }

.table-form {
  width: 100%; }
  @media (min-width: 720px) {
    .table-form {
      display: table;
      table-layout: fixed; } }
  @media (min-width: 720px) {
    .table-form .row {
      display: table-row; } }
  .table-form .cell {
    padding-top: 10px; }
    @media (min-width: 720px) {
      .table-form .cell {
        display: table-cell;
        vertical-align: top; } }
    @media (min-width: 720px) {
      .table-form .cell.label {
        width: 150px;
        /*text-align: right;*/ } }
    .table-form .cell.label label {
      display: inline-block;
      margin: 0;
      font-size: 14px; }
      @media (min-width: 720px) {
        .table-form .cell.label label {
          padding: 4px 20px 0 0; } }
  .table-form input {
    margin: 0; }

.modal-footer {
  padding: 5px 15px; }
  .modal-footer .green-btn {
    width: auto;
    padding: 8px 15px; }
  .modal-footer .gray-btn {
    width: auto;
    padding: 8px 15px; }

.table-grid {
  width: 100%; }
  @media (min-width: 1220px) {
    .table-grid {
      display: table;
      table-layout: fixed; } }
  .table-grid .left-col, .table-grid .right-col {
    /*@include flex(1);*/ }
    @media (min-width: 1220px) {
      .table-grid .left-col, .table-grid .right-col {
        display: table-cell;
        vertical-align: top;
        width: 383px; } }
    @media (min-width: 1220px) {
      .table-grid .left-col.w-400, .table-grid .right-col.w-400 {
        width: 400px; } }
    @media (min-width: 1220px) {
      .table-grid .left-col.w-300, .table-grid .right-col.w-300 {
        width: 300px; } }
    @media (min-width: 1220px) {
      .table-grid .left-col.w-268, .table-grid .right-col.w-268 {
        width: 250px; } }
  @media (min-width: 1220px) {
    .table-grid .main-content {
      display: table-cell;
      vertical-align: top; } }

.col-holder {
  width: 100%;
  /*@include align-items(stretch);
    @include display(flex);
    @include flex-direction(column);
    @include justify-content(stretch);*/ }
  @media (min-width: 1220px) {
    .col-holder {
      /*@include flex-direction(row);*/
      display: flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      -webkit-box-orient: vertical;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-direction: row;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      align-items: stretch;
      -webkit-align-items: stretch;
      justify-content: stretch;
      -webkit-justify-content: stretch; } }
  .col-holder .left-col, .col-holder .right-col {
    /*@include flex(1);*/ }
    @media (min-width: 1220px) {
      .col-holder .left-col, .col-holder .right-col {
        /*@include flex(0 0 383px);*/
        width: 383px; } }
    @media (min-width: 1220px) {
      .col-holder .left-col.w-500, .col-holder .right-col.w-500 {
        /*@include flex(none);*/
        width: 495px; } }
    @media (min-width: 1220px) {
      .col-holder .left-col.w-300, .col-holder .right-col.w-300 {
        /*@include flex(0 0 300px);*/
        width: 300px; } }
    @media (min-width: 1220px) {
      .col-holder .left-col.w-268, .col-holder .right-col.w-268 {
        /*@include flex(0 0 250px);*/
        width: 250px; } }
  .col-holder.bottom-space {
    padding-bottom: 20px; }
  @media (min-width: 1220px) {
    .col-holder .left-col {
      /*@include flex(0 0 383px);*/ } }
  .col-holder .main-content {
    padding: 0;
    /*@include flex(1);*/
    min-height: 100%;
    width: 100%; }
    @media (min-width: 1220px) {
      .col-holder .main-content {
        -ms-flex: 1;
        flex: 1;
        -webkit-flex: 1;
        -webkit-box-flex: 1;
        padding: 0; } }

.contact-form {
  padding: 0 16px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  color: #5c5c5c;
  font-size: 12px;
  line-height: 2;
  width: 100%;
  /*min-height: 962px;*/ }
  .contact-form .custom-form {
    padding: 0;
    width: 100%; }
  .contact-form h5 {
    font-weight: 400;
    font-size: 22px; }
  .contact-form > div {
    padding: 0 0 8px 0;
    border-bottom: 1px solid #cdcdcd; }
  .contact-form label {
    display: block; }
  .contact-form input[type="text"], .contact-form textarea {
    border-radius: 3px;
    padding: 7px 10px;
    border: 1px solid #c4c4c4;
    width: 100%; }
    .contact-form input[type="text"]:focus, .contact-form textarea:focus {
      border: 1px solid #5c5c5c;
      outline: 0; }
  .contact-form textarea {
    height: 116px !important; }
  .contact-form input[type="submit"] {
    display: block;
    width: 120px;
    padding: 13px 0;
    font-size: 12px;
    margin-top: 15px; }
  .contact-form .social-nav {
    /*padding: 15px 0;*/
    border-bottom: none; }
    .contact-form .social-nav a {
      color: #aac448;
      width: 40px;
      height: 40px;
      overflow: hidden;
      line-height: normal; }
    .contact-form .social-nav [class^="icon-"], .contact-form .social-nav [class*=" icon-"] {
      vertical-align: top; }
      .contact-form .social-nav [class^="icon-"]:before, .contact-form .social-nav [class*=" icon-"]:before {
        vertical-align: top; }
  .contact-form .subscribe-holder {
    font-size: 10px; }

.address-table th {
  font-weight: 600;
  padding-right: 10px;
  vertical-align: top;
  text-align: left; }

.address-table td {
  margin-right: 10px;
  vertical-align: top;
  text-align: left; }

.info-window-holder {
  color: #fff;
  /*background-color: rgba(0, 0, 0, 0.65);*/ }
  .info-window-holder .info-window-bg {
    border-left: 6px solid #89b048;
    top: 3px;
    -webkit-box-shadow: 0 0 0 0 #fff !important;
    -moz-box-shadow: 0 0 0 0 #fff !important;
    box-shadow: 0 0 0 #fff !important;
    background-color: rgba(0, 0, 0, 0.45) !important; }
    .info-window-holder .info-window-bg.info-window-arrow {
      border-left: none; }
  .info-window-holder .info-window {
    padding: 10px 0;
    font-size: 12px; }
  .info-window-holder h5 {
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 14px; }

.new-badge {
  text-transform: uppercase;
  font-size: 12px;
  background-color: #f34e45;
  padding: 3px;
  /*text-shadow: 1px 1px 1px #5c5c5c;*/
  font-weight: 400;
  color: #fff;
  /* border: 1px solid #c4c4c4; */
  /* border-radius: 4px; */
  width: 100px;
  text-align: center;
  position: absolute;
  top: 12px;
  left: -28px;
  z-index: 2000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  line-height: normal; }

/* estates type rent/sale */
[class^="type"] {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle; }

.type-rent {
  background: #5799e5; }

.type-sale {
  background: #cd65e2; }

/* grid for estates details */
.info-table {
  width: 100%;
  padding-top: 2px;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .info-table.center {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .info-table .cell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 10px; }
    .info-table .cell:last-child {
      padding-right: 0;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.toggleForm-holder {
  display: none;
  text-align: center;
  padding: 40px 0 62px 0; }
  .toggleForm-holder a {
    width: auto;
    display: inline-block;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 400; }

.gm-style-cc {
  display: none; }

/*.gmnoprint a, .gmnoprint span {
    display:none;
}*/
/*.gmnoprint div {
    background:none !important;
}*/
.print-view {
  display: none; }

.cookie-alert {
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  padding: 8px 10px;
  text-align: left;
  position: fixed;
  z-index: 666;
  bottom: 0;
  /*max-width: 388px;*/
  width: 100%;
  right: 0; }
  .cookie-alert .cookie-alert-body {
    overflow: hidden;
    display: grid;
    width: 100%; }
  .cookie-alert p {
    padding-right: 20px;
    display: table-cell;
    overflow: hidden;
    font-weight: 400;
    font-size: 12px;
    vertical-align: middle; }
    .cookie-alert p strong {
      font-weight: bold; }
    .cookie-alert p a {
      color: #89b048;
      font-size: 12px;
      font-weight: bold;
      cursor: pointer; }
  .cookie-alert .text-wrap {
    display: block;
    height: 120px;
    overflow: hidden;
    overflow-y: auto; }
    @media (min-width: 720px) {
      .cookie-alert .text-wrap {
        height: auto; } }
  .cookie-alert .cookie-message-form {
    text-align: center;
    display: table-cell;
    vertical-align: middle; }
    .cookie-alert .cookie-message-form input {
      display: inline-block;
      font-size: 14px;
      width: auto;
      padding: 4px 14px;
      cursor: pointer; }
      .cookie-alert .cookie-message-form input:hover {
        background: #67a304; }

.load-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  background-image: url("../images/wait.gif");
  background-size: 50px 50px;
  background-position: center center;
  background-repeat: no-repeat; }

/* learn more */
.learn-more-holder p.learn-more {
  overflow: hidden;
  position: relative; }

.learn-more-holder p.full-text {
  display: none; }

.learn-more-holder .read-more-btn {
  display: none;
  color: #5c5c5c;
  font-weight: 700;
  font-size: 12px; }
  .learn-more-holder .read-more-btn.active {
    display: inline-block; }

.price-label {
  padding: 6px;
  color: #fff;
  background: rgba(165, 144, 125, 0.8);
  font-size: 16px;
  position: absolute;
  right: 0;
  z-index: 101;
  line-height: normal !important; }

.slider-pro .custom-left-arrow,
.slider-pro .custom-right-arrow,
.sm-slider-pro .custom-left-arrow,
.sm-slider-pro .custom-right-arrow,
.fullscreen-slider .custom-left-arrow,
.fullscreen-slider .custom-right-arrow {
  background-color: transparent;
  position: absolute;
  width: 32px;
  height: 100%;
  top: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) !important;
  -moz-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) !important;
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) !important; }
  .slider-pro .custom-left-arrow:hover,
  .slider-pro .custom-right-arrow:hover,
  .sm-slider-pro .custom-left-arrow:hover,
  .sm-slider-pro .custom-right-arrow:hover,
  .fullscreen-slider .custom-left-arrow:hover,
  .fullscreen-slider .custom-right-arrow:hover {
    background: rgba(230, 230, 230, 0.14); }

.slider-pro .custom-left-arrow,
.sm-slider-pro .custom-left-arrow,
.fullscreen-slider .custom-left-arrow {
  left: 0; }

.slider-pro .custom-right-arrow,
.sm-slider-pro .custom-right-arrow,
.fullscreen-slider .custom-right-arrow {
  right: 0; }

.slider-pro.sp-horizontal .sp-next-arrow,
.sm-slider-pro.sp-horizontal .sp-next-arrow,
.fullscreen-slider.sp-horizontal .sp-next-arrow {
  right: 10px; }

.slider-pro.sp-horizontal .sp-previous-arrow,
.sm-slider-pro.sp-horizontal .sp-previous-arrow,
.fullscreen-slider.sp-horizontal .sp-previous-arrow {
  left: 10px; }

.slider-pro.oneImg .sp-next-arrow,
.sm-slider-pro.oneImg .sp-next-arrow,
.fullscreen-slider.oneImg .sp-next-arrow {
  display: none; }

.slider-pro.oneImg .sp-previous-arrow,
.sm-slider-pro.oneImg .sp-previous-arrow,
.fullscreen-slider.oneImg .sp-previous-arrow {
  display: none; }

.yavlena-logo-map-overlay {
  position: absolute;
  bottom: 25px;
  left: 8px;
  z-index: 4; }
  .yavlena-logo-map-overlay img {
    height: 32px; }

.file-upload-rezult {
  padding-top: 10px;
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 20px; }
  .file-upload-rezult .uploaded-label {
    color: #666; }
  .file-upload-rezult .uploaded-img {
    color: #89b048; }

.small-toc {
  font-size: 12px;
  padding: 3px 0; }
  .small-toc a {
    font-size: 12px;
    line-height: normal; }
    .small-toc a:hover {
      text-decoration: underline; }

img {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                      not supported by any browser */ }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

.error-title {
  font-size: 28px;
  color: #5c5c5c;
  font-family: 'Exo 2', sans-serif;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  padding: 50px 0; }

#map-search {
  height: 100%; }

.map-search {
  vertical-align: top;
  display: inline-block;
  background: #89b048;
  color: #fff;
  padding: 16px 23px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  word-spacing: 2px;
  background-color: #89b048;
  background-image: -webkit-linear-gradient(#89b048, #89b048);
  background-image: linear-gradient(#89b048, #89b048);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.map-search > span {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 5px; }

@media (min-width: 720px) {
  .map-search {
    font-size: 19px; }
  .map-search > span {
    font-size: 30px; } }

.map-search:hover {
  background-color: #89b048;
  background-image: -webkit-linear-gradient(#89b048, #67a304);
  background-image: linear-gradient(#89b048, #67a304); }

.textcount {
  padding-bottom: 16px;
  overflow: hidden;
  position: relative;
  /*&:before {
        display: inline-block;
        content: attr(data-label);
        position: absolute;
        left: 0;
        bottom: 0;
    }*/ }
  .textcount:before {
    content: attr(data-label) " " attr(data-now);
    position: absolute;
    bottom: 0;
    left: 0; }
  .textcount.fail:before {
    color: red; }

.form-group .textcount[class*="col-"] {
  padding-bottom: 20px; }

.aside-header {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  color: #5c5c5c;
  border-bottom: 1px solid #c5c6c3;
  padding: 0 0 5px 0; }

.collapsed-text {
  padding: 10px 0;
  position: relative;
  z-index: 1; }
  .collapsed-text .collapsed-text-holder {
    background: #fbfbfa;
    padding: 10px;
    width: 98%;
    margin: auto;
    position: relative;
    z-index: 1; }
  .collapsed-text .collapsed-text-btn {
    display: none; }
  .collapsed-text p {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px; }
    .collapsed-text p a {
      font-size: 12px;
      line-height: 14px;
      color: #5c5c5c; }
    .collapsed-text p:first-child {
      margin-top: 0; }
  .collapsed-text .block-with-text {
    overflow: hidden;
    position: relative;
    text-align: justify;
    height: auto; }
    .collapsed-text .block-with-text.line-height-22 p {
      line-height: 22px; }
  .collapsed-text.collapsible .collapsed-text-btn {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #5c5c5c;
    font-weight: bold;
    width: 90px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px; }
  .collapsed-text.collapsible .block-with-text {
    max-height: 42px;
    -webkit-transition: max-height 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: max-height 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: max-height 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .collapsed-text.collapsible.open .block-with-text {
    max-height: 100vh !important; }
  .collapsed-text.collapsible.open .collapsed-text-btn {
    display: none; }
  .collapsed-text.collapsible.open .collapsed-text-holder {
    padding-bottom: 15px; }
  .collapsed-text.upFont .collapsed-text-holder {
    max-width: 100%;
    width: 100%; }
  .collapsed-text.upFont .block-with-text {
    font-size: 14px;
    line-height: 22px; }
  .collapsed-text.upFont.collapsible .block-with-text {
    max-height: 22px; }
  .collapsed-text.whiteBackground {
    background-color: #fff; }

.collapsed-seo-text {
  padding-bottom: 20px; }
  .collapsed-seo-text .home-title {
    padding-bottom: 30px; }
  .collapsed-seo-text .seo-text-wrapper {
    -webkit-transition: max-height 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: max-height 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: max-height 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    max-height: 0;
    height: auto;
    overflow: hidden;
    text-align: center; }
  .collapsed-seo-text p {
    color: #5c5c5c;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px; }
    .collapsed-seo-text p a {
      color: #89b048;
      font-size: 14px;
      line-height: 22px; }
    .collapsed-seo-text p:first-child {
      margin-top: 10px; }
  .collapsed-seo-text.open .seo-text-wrapper {
    max-height: 100vh; }

.ui-widget-content {
  background-image: none; }

iframe[name=google_conversion_frame] {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%; }

.DSK-link-holder {
  overflow: hidden; }
  .DSK-link-holder a {
    display: block; }
  .DSK-link-holder img {
    display: inline-block;
    width: 100%;
    vertical-align: top; }

.ajax-loading {
  position: relative; }
  .ajax-loading.start-loading:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.74);
    background-image: url(../images/wait.gif);
    background-position: center;
    background-size: 60px auto;
    background-repeat: no-repeat; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

    .embedded-video iframe {
        margin: 0 auto;
    }
.iframe-container {
    overflow: hidden;
    /* 16:9 aspect ratio */
    padding-top: calc(619 / 1100 * 100%);
    position: relative;
}
    .iframe-container iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        padding: 1rem;
    }
@media (min-width: 1220px) {
    #faq-main-content .section-wrap {
        padding: 1rem;
    }
}