@import url(normalize.3.0.1.min.css);
/* ========================================================================== */
/* Font smoothing in webkit browsers. Especially for ugly Mac default.
/* ========================================================================== */
body {
  -webkit-font-smoothing: antialiased; }

/* ========================================================================== */
/*   BORDER BOX MODEL
/* - Every element has to have border-box model because of the Bootstrap grid
/* - Padding now doesn't extend elements width
/* ========================================================================== */
* {
  -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; }

/* ========================================================================== */
/*   VARIABLES
/* - Global SASS variables for this project only */
/* - [For example] font-size, box-shadow, colors */
/* ========================================================================== */
/* ========================================================================== */
/*   BASESTYLES
/* - In basestyles.scss we specify basic styles valid for entire web page */
/* - Basestyles have typically very basic selector not classes! */
/* - [For example] body, html, p a, input[type="text"], etc...  */
/* ========================================================================== */
html, body {
  width: 100%;
  height: 100%; }

html {
  font-size: 16px;
  font-family: "Open Sans", sans-serif; }

div, section, header, footer, ul, ol, li, span, p, table, address, h1, h2, h3, h4, nav, img {
  margin: 0;
  padding: 0; }

ul, li, ol {
  list-style: none; }

.fancybox-overlay-fixed {
  z-index: 9999 !important; }

.fancybox-wrap {
  z-index: 99999 !important; }

.container {
  position: relative;
  width: 90%;
  height: auto;
  margin: auto;
  *zoom: 1; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

h2 {
  color: #323537;
  /* text color */
  font-size: 18px;
  font-weight: 600;
  display: block;
  float: left;
  margin: 11px 0px; }
  h2.icon-title {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    padding-left: 30px;
    margin-top: 30px;
    background: url("/cms/common-data/images/icon-title-ad-detail.png") no-repeat left center; }
  h2.icon-title-more {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    padding-left: 30px;
    margin-top: 30px;
    background: url("/cms/common-data/images/icon-title-ad-detail-more.png") no-repeat left center; }

h3 {
  color: #1b272f;
  /* text color */
  font-size: 16px;
  font-weight: 400;
  margin: 35px 10px;
  margin-bottom: 30px;
  letter-spacing: -1px; }
  h3.icon-title {
    position: relative;
    padding-left: 35px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block; }
    h3.icon-title .icon {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      display: block;
      border: 0;
      width: auto;
      height: 28px;
      margin: auto; }
  h3.similar-reality .icon {
    top: 2px;
    left: 5px; }
  h3.icon-ad-contact-form {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    color: #323537;
    /* text color */
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    padding-left: 40px;
    margin-top: 30px;
    margin-left: 20px;
    background: url("/cms/common-data/images/icon-contact-form.png") no-repeat left center; }
  h3.ad-detail {
    color: #323537;
    /* text color */
    font-size: 18px;
    font-weight: 600;
    display: none;
    margin-left: 0;
    margin-top: 40px; }

table {
  display: none; }

small {
  display: none; }

.mobile-btn {
  position: relative;
  display: block;
  width: 90%;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  padding: 11px 25px;
  padding-bottom: 10px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 0; }
  .mobile-btn.color-red {
    background: #c9112f; }
  .mobile-btn.color-gray {
    background: #1b272f; }

@media (min-width: 768px) {
  h3 {
    font-size: 26px;
    font-weight: 400;
    margin: 35px 10px;
    margin-bottom: 30px; }
    h3.icon-title {
      position: relative;
      padding-left: 45px;
      margin: 35px 10px;
      margin-bottom: 30px; }
    h3.ad-detail {
      display: block; }

  table {
    position: relative;
    width: 100%;
    display: inline-table;
    margin-bottom: 10px;
    border: 0; }
    table.fiftyfive {
      width: 55%; }
    table.table-ad-detail tr th {
      background: none;
      color: #69757d;
      /* text color */
      font-size: 13px;
      font-weight: 600;
      line-height: 20px;
      padding: 2px 0;
      padding-left: 10px;
      text-align: left;
      vertical-align: middle;
      border: 0;
      border-bottom: 1px solid #d1d5d7; }
    table.table-ad-detail tr td {
      color: #000;
      /* text color */
      font-size: 13px;
      font-weight: 600;
      line-height: 20px;
      padding: 2px 0;
      text-align: right;
      vertical-align: middle;
      border: 0;
      border-bottom: 1px solid #d1d5d7;
      /* layer fill content */ }
      table.table-ad-detail tr td span.price {
        color: #c9122f;
        /* text color */
        font-size: 16px;
        line-height: 19px;
        font-weight: 600; }
    table tr th {
      background-color: #f3f3f3;
      /* layer fill content */
      color: #1b272f;
      /* text color */
      font-size: 12px;
      font-weight: 500;
      padding: 14px 5px;
      text-align: center;
      vertical-align: middle;
      border: 1px solid #d1d5d7;
      /* layer fill content */ }
    table tr td {
      color: #68747d;
      /* text color */
      font-size: 13px;
      font-weight: 600;
      padding: 12px 5px;
      text-align: center;
      vertical-align: middle;
      border: 1px solid #d1d5d7;
      /* layer fill content */ }

  small {
    position: relative;
    width: 100%;
    color: #bcc0c3;
    /* text color */
    font-size: 12px;
    font-weight: 400;
    display: inline-block; }

  .mobile-btn {
    display: none; } }
@media (min-width: 1024px) {
  .container {
    width: 1000px; }

  .z-index {
    z-index: 999; }

  .bg {
    position: relative;
    background: #fff;
    z-index: 999; } }
header {
  padding-bottom: 12px; }
  header .logo {
    position: relative;
    display: block;
    border: 0;
    text-decoration: none;
    width: 100%;
    height: auto;
    margin-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ececec; }
    header .logo img {
      width: 100px;
      height: auto; }
  header ul {
    position: relative;
    display: none; }
  header h1 {
    position: relative;
    color: #1b272f;
    /* text color */
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 20px;
    display: block;
    float: left;
    text-align: center;
    margin-top: 25px;
    margin-left: 5%;
    margin-right: 5%;
    letter-spacing: 0px; }
    header h1 strong {
      font-weight: 600; }

@media (min-width: 1024px) {
  header {
    border-bottom: 1px solid #ececec; }
    header.header-subpage {
      padding-bottom: 0px; }
      header.header-subpage .logo {
        margin-bottom: 20px; }
    header .logo {
      width: 126px;
      height: auto;
      margin: 32px 18px;
      margin-left: 28px;
      float: left;
      border: 0; }
      header .logo img {
        width: 100%; }
    header ul {
      display: block; }
      header ul.menu {
        float: left;
        margin-top: 75px;
        margin-left: 30px; }
        header ul.menu.color-red {
          margin-top: 61px;
          margin-left: 15px;
          border-radius: 4px;
          background-color: #c9122f; }
          header ul.menu.color-red li {
            text-transform: none; }
            header ul.menu.color-red li a {
              position: relative;
              display: block;
              color: #fff;
              font-size: 13px;
              font-weight: 400;
              line-height: 18px;
              text-decoration: none;
              text-transform: none;
              padding: 16px 24px;
              margin: 0;
              border: 0; }
              header ul.menu.color-red li a:hover {
                background-color: #b5122d;
                border-radius: 4px;
                text-decoration: none; }
        header ul.menu li {
          float: left; }
          header ul.menu li:last-child a {
            border: 0; }
          header ul.menu li a {
            color: #1b272f;
            /* text color */
            font-size: 11px;
            font-weight: 500;
            text-transform: uppercase;
            text-decoration: none;
            margin: 8px;
            padding-right: 15px;
            border-right: 1px solid #ececec;
            line-height: 23px; }
            header ul.menu li a:hover {
              text-decoration: underline; }
            header ul.menu li a.rk-enter-icon {
              background: url("/cms/common-data/images/rk-enter.png") no-repeat 0% 50%;
              padding: 5px 0;
              padding-left: 20px; }
    header h1 {
      text-align: left;
      margin-left: 15px;
      margin-right: 15px; } }
.module-search {
  position: relative;
  display: block;
  width: 99%;
  height: 108px; }
  .module-search form {
    position: relative;
    display: block;
    width: 890px;
    margin: 24px auto;
    *zoom: 1; }
    .module-search form:before, .module-search form:after {
      content: " ";
      display: table; }
    .module-search form:after {
      clear: both; }
    .module-search form .sel {
      width: 115px; }
      .module-search form .sel.sel-s {
        width: 120px; }
      .module-search form .sel.sel-m {
        width: 142px; }
  .module-search a.other {
    color: #c9122f;
    /* text color */
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px; }
    .module-search a.other:hover {
      text-decoration: underline; }

.search-wrapper {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  overflow: hidden; }

@media (max-width: 910px) {
  .module-search {
    height: auto; }
    .module-search form {
      width: 88%;
      margin: 0 auto; }
      .module-search form.form-search input {
        width: 48%;
        margin: 1%;
        float: left; }
        .module-search form.form-search input[type="submit"] {
          width: 98%;
          background: #c9112f;
          margin-bottom: 20px; }
      .module-search form.form-search a.other {
        display: none; }
      .module-search form.form-search .dk_container .dk_toggle {
        background-position: 94% 50%; }
      .module-search form .sel {
        width: 48%;
        margin: 1%;
        float: left; }
        .module-search form .sel.sel-s {
          width: 48%;
          margin: 1%; }
        .module-search form .sel.sel-m {
          width: 48%;
          margin: 1%; } }
@media (min-width: 768px) {
  .search-wrapper {
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible; }

  .module-search {
    display: block;
    z-index: 9999; } }
@media (min-width: 1024px) {
  .module-search {
    display: block; }
    .module-search.search-subpage form {
      margin-bottom: 15px; } }
.module-banner {
  display: none; }

.module-column-banner {
  display: none; }

.vertical-banner-wrapper {
  display: none; }

@media (min-width: 768px) {
  .module-column-banner {
    display: block; }
    .module-column-banner img {
      position: relative;
      display: block;
      margin: auto;
      margin-top: 20px; } }
@media (min-width: 1024px) {
  .module-banner {
    position: relative;
    display: block;
    z-index: 9; }
    .module-banner.m-top {
      margin-top: 15px; }
    .module-banner.full-background {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      overflow: hidden; }
      .module-banner.full-background img {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        border: 0; }
      .module-banner.full-background .banner {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        z-index: 1; }
      .module-banner.full-background .bg-white {
        position: absolute;
        width: 100%;
        height: 1530px;
        margin-top: -1530px;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 2; }
      .module-banner.full-background .fixed {
        position: fixed;
        bottom: 0; }
    .module-banner a {
      display: block;
      text-decoration: none;
      border: 0; }
      .module-banner a img {
        display: block;
        margin: auto; }

  .bg-shadow {
    width: 100%;
    height: 24px;
    left: 0;
    position: absolute;
    z-index: 2;
    background-image: url("/cms/common-data/images/stin-nahore.png");
    background-position: center bottom;
    background-repeat: repeat-x; }

  .vertical-banner-wrapper {
    position: relative;
    display: block;
    width: 14%;
    float: left; }
    .vertical-banner-wrapper a {
      position: relative;
      display: block;
      text-decoration: none;
      border: 0; }
      .vertical-banner-wrapper a img {
        position: relative;
        display: block;
        margin: auto; } }
.module-crossroad {
  display: none;
  margin-top: 30px;
  margin-bottom: 40px; }
  .module-crossroad.container {
    width: 90%;
    margin: auto; }
    .module-crossroad.container .row {
      position: relative;
      width: 100%;
      height: auto;
      *zoom: 1; }
      .module-crossroad.container .row:before, .module-crossroad.container .row:after {
        content: " ";
        display: table; }
      .module-crossroad.container .row:after {
        clear: both; }
      .module-crossroad.container .row .item {
        position: relative;
        width: 27%;
        height: auto;
        float: left;
        margin: 15px 4.5%; }
        .module-crossroad.container .row .item:nth-child(2) {
          margin: 15px 0; }
        .module-crossroad.container .row .item .icon {
          position: absolute;
          display: block;
          margin-top: 5px; }
          .module-crossroad.container .row .item .icon.icon-left {
            left: -20px; }
          .module-crossroad.container .row .item .icon img {
            border: 0; }
        .module-crossroad.container .row .item .content {
          margin-left: 0; }
          .module-crossroad.container .row .item .content h2 {
            color: #1b272f;
            /* text color */
            font-size: 23px;
            font-weight: 300;
            margin: 0;
            padding-left: 40px;
            float: none; }
            .module-crossroad.container .row .item .content h2 a {
              color: #1b272f;
              /* text color */
              text-decoration: none; }
              .module-crossroad.container .row .item .content h2 a:hover {
                text-decoration: underline; }
          .module-crossroad.container .row .item .content .link-box {
            padding-left: 40px;
            padding-right: 40px;
            *zoom: 1;
            color: #7b8991;
            /* text color */
            font-size: 15px;
            font-weight: 300; }
            .module-crossroad.container .row .item .content .link-box.m-bottom {
              margin-bottom: 10px; }
            .module-crossroad.container .row .item .content .link-box:before, .module-crossroad.container .row .item .content .link-box:after {
              content: " ";
              display: table; }
            .module-crossroad.container .row .item .content .link-box:after {
              clear: both; }
            .module-crossroad.container .row .item .content .link-box a {
              color: #7b8991;
              /* text color */
              font-size: 15px;
              font-weight: 300;
              text-decoration: none;
              display: inline; }
              .module-crossroad.container .row .item .content .link-box a.color-red {
                color: #c9122f;
                /* text color */
                font-weight: 600; }
              .module-crossroad.container .row .item .content .link-box a:hover {
                text-decoration: underline; }

@media (max-width: 630px) {
  .module-crossroad.container .row .item {
    width: 100%; }
    .module-crossroad.container .row .item:nth-child(2) {
      margin: 15px 4.5%; } }
@media (min-width: 768px) {
  .module-crossroad {
    display: block !important; } }
@media (min-width: 1024px) {
  .module-crossroad {
    display: block !important; }
    .module-crossroad.container {
      width: 960px;
      margin-bottom: 20px; }
      .module-crossroad.container .row .item {
        width: 270px;
        margin: 15px 36px; } }
.module-recomemnded {
  position: relative;
  display: block;
  background: #ebf0f3;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .module-recomemnded.p-top {
    margin-top: 20px;
    padding-top: 20px; }
  .module-recomemnded .container .count-arrow {
    display: none; }

@media (min-width: 1024px) {
  .module-recomemnded {
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 0px; }
    .module-recomemnded .container .count-arrow {
      position: absolute;
      display: block;
      top: -20px;
      left: 0;
      right: 0;
      margin: auto;
      float: none;
      background: url("/cms/common-data/images/count-arrow.png") top center no-repeat;
      width: 196px;
      height: 100px; }
      .module-recomemnded .container .count-arrow span {
        position: relative;
        display: block; }
        .module-recomemnded .container .count-arrow span.big {
          color: #fff;
          /* text color */
          font-size: 36px;
          font-weight: 600;
          text-align: center;
          margin-top: 15px; }
        .module-recomemnded .container .count-arrow span.small {
          color: #fff;
          /* text color */
          font-size: 12px;
          font-weight: 400;
          text-align: center; } }
.module-featured .advert-card {
  position: relative;
  margin-bottom: 10px; }
  .module-featured .advert-card .row {
    margin: auto; }
    .module-featured .advert-card .row.last .item {
      border: 0; }

@media (min-width: 768px) {
  .module-featured .advert-card .row {
    width: 90%; }
    .module-featured .advert-card .row .item {
      margin: 0 2%;
      width: 28%;
      max-width: 234px;
      border-bottom: 1px solid #ececec;
      padding-bottom: 22px;
      margin-bottom: 14px;
      float: left; }
      .module-featured .advert-card .row .item .main {
        overflow: hidden;
        border-radius: 5px; }
        .module-featured .advert-card .row .item .main img {
          width: 100%;
          height: auto; } }
@media (min-width: 1024px) {
  .module-featured .advert-card .row {
    width: 860px; }
    .module-featured .advert-card .row .item {
      margin: 0 25px;
      border-bottom: 1px solid #ececec;
      padding-bottom: 22px;
      margin-bottom: 14px; } }
.advert-card {
  position: relative;
  display: block;
  margin: auto; }
  .advert-card .row {
    position: relative;
    display: block;
    margin-bottom: 10px;
    *zoom: 1; }
    .advert-card .row:before, .advert-card .row:after {
      content: " ";
      display: table; }
    .advert-card .row:after {
      clear: both; }
    .advert-card .row .item {
      position: relative;
      display: block;
      width: 234px;
      height: auto;
      float: none;
      margin: auto;
      margin-bottom: 30px; }
      .advert-card .row .item .main {
        position: relative;
        display: block;
        border: 0;
        overflow: hidden;
        width: 100%;
        height: 166px;
        border-radius: 4px; }
        .advert-card .row .item .main .main-img {
          max-width: 100%;
          height: auto;
          min-height: 166px; }
      .advert-card .row .item .logo {
        position: relative;
        display: block;
        background: #fff;
        border-radius: 4px;
        margin-top: 3px;
        width: 100%;
        height: 40px;
        border: 0; }
        .advert-card .row .item .logo img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: auto;
          height: 32px;
          border: 0; }
      .advert-card .row .item h4 {
        color: #1b272f;
        /* text color */
        font-size: 18px;
        font-weight: 300;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px; }
      .advert-card .row .item p {
        color: #1b272f;
        /* text color */
        font-size: 13px;
        font-weight: 300;
        text-align: center;
        min-height: 36px; }
      .advert-card .row .item a.btn {
        position: relative;
        display: block;
        border: 0;
        text-decoration: none;
        border-radius: 4px;
        width: 90%;
        height: auto;
        padding: 10px;
        margin: auto;
        margin-top: 15px;
        color: #fff;
        font-size: 11px;
        font-weight: 300;
        text-transform: uppercase;
        text-align: center; }
        .advert-card .row .item a.btn.btn-gray {
          background-color: #1b272f;
          /* layer fill content */ }
          .advert-card .row .item a.btn.btn-gray:hover {
            background-color: #b5122d;
            /* layer fill content */ }

@media (min-width: 768px) {
  .advert-card .row .item {
    width: 47%;
    float: left;
    margin: 0 1.5%;
    margin-bottom: 30px; }
    .advert-card .row .item .main img {
      margin: auto;
      display: block;
      margin-bottom: 10px; } }
@media (min-width: 1024px) {
  .advert-card .row .item {
    width: 234px;
    margin: 0 8px; }
    .advert-card .row .item a.btn {
      width: 70%; } }
.advert-card-carousel {
  position: relative;
  width: 100%;
  display: block;
  margin: auto;
  overflow: hidden;
  *zoom: 1; }
  .advert-card-carousel:before, .advert-card-carousel:after {
    content: " ";
    display: table; }
  .advert-card-carousel:after {
    clear: both; }
  .advert-card-carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    *zoom: 1; }
    .advert-card-carousel ul:before, .advert-card-carousel ul:after {
      content: " ";
      display: table; }
    .advert-card-carousel ul:after {
      clear: both; }
  .advert-card-carousel .item {
    position: relative;
    display: list-item;
    width: 270px;
    height: auto;
    float: left;
    margin: 0 15px;
    margin-bottom: 30px; }
    .advert-card-carousel .item .main {
      position: relative;
      display: block;
      border: 0;
      overflow: hidden;
      width: 100%;
      height: 166px;
      border-radius: 4px; }
      .advert-card-carousel .item .main .main-img {
        max-width: 100%;
        height: auto;
        min-height: 166px;
        display: block;
        margin: auto; }
    .advert-card-carousel .item .logo {
      position: relative;
      display: block;
      background: #fff;
      border-radius: 4px;
      margin-top: 3px;
      width: 100%;
      height: 40px;
      border: 0; }
      .advert-card-carousel .item .logo img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: auto;
        height: 32px;
        border: 0; }
    .advert-card-carousel .item h4 {
      color: #1b272f;
      /* text color */
      font-size: 18px;
      font-weight: 300;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 5px; }
    .advert-card-carousel .item p {
      color: #1b272f;
      /* text color */
      font-size: 13px;
      font-weight: 300;
      text-align: center;
      min-height: 36px; }
    .advert-card-carousel .item a.btn {
      position: relative;
      display: block;
      border: 0;
      text-decoration: none;
      border-radius: 4px;
      width: 90%;
      height: auto;
      padding: 10px;
      margin: auto;
      margin-top: 15px;
      color: #fff;
      font-size: 11px;
      font-weight: 300;
      text-transform: uppercase;
      text-align: center; }
      .advert-card-carousel .item a.btn.btn-gray {
        background-color: #1b272f;
        /* layer fill content */ }
        .advert-card-carousel .item a.btn.btn-gray:hover {
          background-color: #b5122d;
          /* layer fill content */ }

@media (min-width: 768px) {
  .advert-card-carousel .item {
    width: 212px;
    margin: 0 8px; } }
@media (min-width: 1024px) {
  .advert-card-carousel .item {
    width: 234px;
    margin: 0 8px; }
    .advert-card-carousel .item a.btn {
      width: 70%; } }
@media (min-width: 391px) and (max-width: 420px) {
  .advert-card-carousel .item {
    position: relative;
    display: list-item;
    width: 335px;
    height: auto;
    float: left;
    margin: 0 15px;
    margin-bottom: 30px; } }
@media (min-width: 350px) and (max-width: 390px) {
  .advert-card-carousel .item {
    position: relative;
    display: list-item;
    width: 300px;
    height: auto;
    float: left;
    margin: 0 15px;
    margin-bottom: 30px; } }
.module-blog {
  position: relative;
  display: block;
  background: #ebf0f3;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  z-index: 999; }
  .module-blog h3 {
    margin-top: 55px; }
  .module-blog .column-wrapper {
    position: relative;
    display: block;
    *zoom: 1; }
    .module-blog .column-wrapper:before, .module-blog .column-wrapper:after {
      content: " ";
      display: table; }
    .module-blog .column-wrapper:after {
      clear: both; }
    .module-blog .column-wrapper .column {
      position: relative;
      display: block;
      width: 90%;
      float: none;
      left: 6px; }
      .module-blog .column-wrapper .column a {
        position: relative;
        display: block;
        border: 0;
        text-decoration: none;
        color: #0e1b25;
        /* text color */
        margin: 22px 0;
        *zoom: 1; }
        .module-blog .column-wrapper .column a:before, .module-blog .column-wrapper .column a:after {
          content: " ";
          display: table; }
        .module-blog .column-wrapper .column a:after {
          clear: both; }
        .module-blog .column-wrapper .column a:hover h4 {
          text-decoration: underline; }
        .module-blog .column-wrapper .column a.article-img .left-side {
          width: 100%; }
          .module-blog .column-wrapper .column a.article-img .left-side .image {
            position: relative;
            display: block; }
            .module-blog .column-wrapper .column a.article-img .left-side .image img {
              position: relative;
              display: block;
              margin: auto;
              border: 0;
              border-radius: 4px; }
        .module-blog .column-wrapper .column a .left-side {
          position: relative;
          display: block;
          float: left;
          width: 100%;
          height: auto;
          margin-right: 0%;
          margin-bottom: 15px; }
          .module-blog .column-wrapper .column a .left-side .date {
            position: relative;
            display: block;
            border: 1px solid #dadada;
            padding: 3px 10px;
            border-radius: 4px;
            width: 46px;
            margin: auto; }
            .module-blog .column-wrapper .column a .left-side .date span {
              position: relative;
              display: block;
              padding: 4px; }
              .module-blog .column-wrapper .column a .left-side .date span:first-child {
                border-bottom: 1px solid #dadada; }
        .module-blog .column-wrapper .column a .content {
          position: relative;
          display: block;
          width: 100%;
          height: auto;
          margin: auto;
          margin-bottom: 30px;
          float: left; }
          .module-blog .column-wrapper .column a .content h4 {
            color: #0e1b25;
            /* text color */
            font-size: 18px;
            font-weight: 300; }
          .module-blog .column-wrapper .column a .content p {
            color: #1b272f;
            /* text color */
            font-size: 14px;
            font-weight: 300; }

@media (min-width: 768px) {
  .module-blog.back-bottom {
    background: #ebf0f3 url("/cms/common-data/images/blog-bottom.jpg") left bottom no-repeat;
    padding-bottom: 70px; }
  .module-blog .column-wrapper .column {
    width: 50%;
    float: right; }
    .module-blog .column-wrapper .column a.article-img {
      margin-left: 10px; }
      .module-blog .column-wrapper .column a.article-img .left-side {
        width: 25%; }
      .module-blog .column-wrapper .column a.article-img .content {
        width: 72%; }
    .module-blog .column-wrapper .column a .left-side {
      width: 15%;
      margin-right: 3%; }
    .module-blog .column-wrapper .column a .content {
      width: 75%; } }
footer {
  position: relative;
  display: block;
  *zoom: 1; }
  footer:before, footer:after {
    content: " ";
    display: table; }
  footer:after {
    clear: both; }
  footer.container {
    margin-top: 35px;
    margin-bottom: 70px; }
  footer .logo-wrapper {
    position: absolute;
    bottom: 20px;
    *zoom: 1; }
    footer .logo-wrapper:before, footer .logo-wrapper:after {
      content: " ";
      display: table; }
    footer .logo-wrapper:after {
      clear: both; }
    footer .logo-wrapper .logo {
      position: relative;
      display: block;
      border: 0;
      text-decoration: none;
      float: left; }
      footer .logo-wrapper .logo img {
        position: relative;
        display: block;
        border: 0; }
    footer .logo-wrapper p {
      position: relative;
      display: block;
      width: 70%;
      padding-top: 12px;
      padding-left: 15px;
      float: left; }
      footer .logo-wrapper p span {
        position: relative;
        display: none;
        color: #b9bcbf;
        font-size: 12px;
        font-weight: 300; }
        footer .logo-wrapper p span.color-black {
          display: block;
          color: #1b272f;
          /* text color */
          font-size: 13px;
          font-weight: 300; }
  footer ul {
    padding-bottom: 75px;
    *zoom: 1; }
    footer ul:before, footer ul:after {
      content: " ";
      display: table; }
    footer ul:after {
      clear: both; }
    footer ul li {
      color: #000;
      /* layer fill content */
      font-size: 12px;
      font-weight: 400;
      list-style: none;
      float: none;
      display: block;
      padding: 15px 20px;
      border: 1px solid #000;
      text-align: center;
      border-radius: 4px;
      margin: 10px auto;
      width: 80%; }
      footer ul li a {
        display: block;
        color: #000;
        /* text color */
        font-size: 12px;
        font-weight: 400;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase; }
  footer a.btn {
    display: none; }

@media (min-width: 768px) {
  footer.footer-topline {
    position: relative;
    margin-top: 60px;
    padding-top: 90px;
    background: url("/cms/common-data/images/footer-line.jpg") top left no-repeat; }
    footer.footer-topline span.top-line {
      position: absolute;
      top: 58px;
      right: 0;
      width: 30%;
      height: 1px;
      background: #e0e0e0; }
  footer.footer-no-top {
    margin-top: -60px;
    background: none; }
    footer.footer-no-top span.top-line {
      width: 0%; }
  footer .logo-wrapper {
    position: relative; }
    footer .logo-wrapper p {
      width: auto; }
      footer .logo-wrapper p span {
        display: block; }
        footer .logo-wrapper p span.color-black {
          display: block; }
  footer ul {
    float: left;
    margin-top: 32px;
    *zoom: 1; }
    footer ul:before, footer ul:after {
      content: " ";
      display: table; }
    footer ul:after {
      clear: both; }
    footer ul li {
      color: #cbcfd3;
      /* layer fill content */
      list-style: disc;
      display: inline-block;
      float: left;
      margin-left: 12px;
      padding: 0;
      padding-right: 7px;
      text-align: left;
      border: 0;
      border-radius: 0;
      width: auto; }
      footer ul li:first-child {
        list-style: none;
        margin-left: 0; }
      footer ul li a {
        display: inline-block;
        color: #7a8792;
        /* text color */
        font-size: 12px;
        font-weight: 400;
        text-decoration: none;
        text-transform: none; }
        footer ul li a:hover {
          text-decoration: underline; }
  footer a.btn {
    position: absolute;
    display: inline-block;
    border: 0;
    text-decoration: none;
    border-radius: 4px;
    padding: 15px 25px;
    margin: auto;
    top: 0px;
    right: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center; }
    footer a.btn.btn-red {
      background-color: #c9122f;
      /* layer fill content */ }
      footer a.btn.btn-red:hover {
        background-color: #1b272f;
        /* layer fill content */ } }
@media (min-width: 1024px) {
  footer a.btn {
    top: 45px; } }
.dk_container {
  display: inline-block;
  margin-right: 5px; }
  .dk_container:focus {
    outline: 0; }
  .dk_container a {
    cursor: pointer;
    text-decoration: none; }
  .dk_container .dk_toggle {
    border: 1px solid #c9112f;
    /* stroke */
    border-radius: 5px;
    /* border radius */
    padding: 12px 0px;
    padding-left: 15px;
    position: relative;
    white-space: nowrap;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-transform: uppercase;
    text-align: left;
    color: #1b272f;
    /* text color */
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
    background: url("/cms/common-data/images/arrow.png") no-repeat 88% 50%;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(js/libs/boxsizing.htc); }
    .dk_container .dk_toggle span {
      overflow: hidden; }
  .dk_container .dk_options {
    background: #fff;
    /* Removes transparent background on iOS5+ scroll */
    display: none;
    position: absolute;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-size: 11px;
    z-index: 999; }
    .dk_container .dk_options a, .dk_container .dk_options a:link, .dk_container .dk_options a:visited {
      display: block;
      border: 1px solid #c9112f;
      /* stroke */
      padding: 12px 15px;
      font-weight: normal; }
    .dk_container .dk_options a:hover, .dk_container .dk_options .dk_option_current a {
      background-color: #c9112f;
      border-bottom-color: #c9112f;
      color: #fff;
      text-decoration: none; }
    .dk_container .dk_options .dk_options_inner {
      padding: 0;
      margin: 0;
      max-height: 250px;
      border: 1px solid #c9112f;
      color: #000;
      overflow: auto;
      position: relative;
      -webkit-overflow-scrolling: touch; }
      .dk_container .dk_options .dk_options_inner li.disabled {
        cursor: default; }
        .dk_container .dk_options .dk_options_inner li.disabled a {
          color: #000a; }
        .dk_container .dk_options .dk_options_inner li.disabled:hover, .dk_container .dk_options .dk_options_inner li.disabled:hover a {
          cursor: default;
          background-color: #fff;
          border-bottom-color: #000;
          text-shadow: none; }
  .dk_container select {
    position: absolute;
    top: -99999em;
    visibility: hidden; }
  .dk_container.dk_open {
    z-index: 10;
    position: relative; }
    .dk_container.dk_open .dk_options {
      display: block; }
    .dk_container.dk_open .dk_label {
      color: inherit; }
    .dk_container.dk_open .dk_toggle {
      border-color: #c9112f;
      color: #000; }
  .dk_container .dk_focus .dk_toggle {
    border: 1px solid #000000; }

/*  nativeMobile override */
.dk_mobile {
  position: relative; }
  .dk_mobile select {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }

.sel-black.sel-s.dk_container {
  width: 100%;
  margin: 0;
  margin-bottom: 5px; }
.sel-black.sel-xs.dk_container {
  width: 160px; }
.sel-black.dk_container {
  width: 100%;
  margin-bottom: 5px; }
  .sel-black.dk_container .dk_toggle {
    width: 100% !important;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    background-position: 96% 50%; }
  .sel-black.dk_container .dk_options {
    border: 1px solid #d3d3d3; }
    .sel-black.dk_container .dk_options a, .sel-black.dk_container .dk_options a:link, .sel-black.dk_container .dk_options a:visited {
      border: 1px solid #d3d3d3;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase; }
    .sel-black.dk_container .dk_options a:hover, .sel-black.dk_container .dk_options .dk_option_current a {
      background-color: #d3d3d3;
      border-bottom-color: #d3d3d3;
      color: #fff; }
    .sel-black.dk_container .dk_options .dk_options_inner {
      border: 1px solid #d3d3d3; }
      .sel-black.dk_container .dk_options .dk_options_inner li {
        margin: 0;
        padding: 0;
        border: 0; }

form.form-contact.page-contact {
  margin-top: 35px; }
form.form-contact input, form.form-contact textarea {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #d3d3d3;
  /* stroke */
  border-radius: 5px;
  /* border radius */
  margin-bottom: 10px;
  padding: 12px 20px;
  color: #a9afb2;
  /* text color */
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase; }
form.form-contact textarea {
  height: 220px;
  resize: vertical; }
form.form-contact input[type="submit"] {
  border-radius: 4px;
  /* border radius */
  display: block;
  position: relative;
  width: 100%;
  float: right;
  color: #fff;
  /* text color */
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  padding: 15px 45px;
  top: 2px;
  border: 0;
  background-color: #1b272f;
  /* layer fill content */ }
  form.form-contact input[type="submit"]:hover {
    background-color: #c9112f; }
form.form-search input {
  position: relative;
  display: inline-block;
  width: 148px;
  border: 1px solid #c9112f;
  /* stroke */
  border-radius: 5px;
  /* border radius */
  padding: 12px 20px;
  margin-right: 5px;
  color: #000;
  /* text color */
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase; }
  form.form-search input[type="submit"] {
    border-radius: 4px;
    /* border radius */
    width: 140px;
    display: inline-block;
    position: relative;
    color: #fff;
    /* text color */
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    padding: 11px 25px;
    padding-left: 55px;
    padding-bottom: 10px;
    top: 2px;
    border: 0;
    background: #c9112f url("/cms/common-data/images/zoom.png") no-repeat 15% 50%; }
    form.form-search input[type="submit"]:hover {
      background-color: #1b272f;
      /* layer fill content */ }
form.ad-contact-form {
  margin-left: 0px; }
  form.ad-contact-form textarea {
    height: 110px; }
  form.ad-contact-form input[type="submit"] {
    float: left;
    background-color: #c9112f; }
    form.ad-contact-form input[type="submit"]:hover {
      background-color: #1b272f;
      /* layer fill content */ }
form.form-filter {
  padding: 30px;
  *zoom: 1; }
  form.form-filter:before, form.form-filter:after {
    content: " ";
    display: table; }
  form.form-filter:after {
    clear: both; }
  form.form-filter input {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #d4d4d4;
    /* stroke */
    border-radius: 5px;
    /* border radius */
    padding: 12px 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #000;
    /* text color */
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase; }
    form.form-filter input[type="submit"] {
      border-radius: 4px;
      /* border radius */
      width: 100%;
      margin-bottom: 10px;
      display: block;
      position: relative;
      color: #fff;
      /* text color */
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center;
      padding: 11px 25px;
      border: 0;
      white-space: pre-wrap;
      /* css-3 */
      white-space: -moz-pre-wrap;
      /* Mozilla, since 1999 */
      white-space: -pre-wrap;
      /* Opera 4-6 */
      white-space: -o-pre-wrap;
      /* Opera 7 */
      word-wrap: break-word;
      /* Internet Explorer 5.5+ */
      -moz-box-sizing: border-box;
      background: #c9112f; }
      form.form-filter input[type="submit"]:hover {
        background-color: #1b272f;
        /* layer fill content */ }
form.form-sort {
  margin: 10px;
  margin-top: 25px;
  margin-bottom: 0;
  margin-left: 0; }

select.chosen-select {
  width: 100%; }

.hide-form {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  *zoom: 1; }
  .hide-form:before, .hide-form:after {
    content: " ";
    display: table; }
  .hide-form:after {
    clear: both; }
  .hide-form .form-wrapper {
    position: absolute;
    width: 50%;
    height: 380px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 30px;
    padding-top: 0;
    padding-left: 0;
    background: #fff;
    border-radius: 5px; }
    .hide-form .form-wrapper .close {
      position: absolute;
      display: block;
      top: 20px;
      right: 20px;
      padding: 10px 20px;
      padding-left: 40px;
      text-decoration: none;
      border-radius: 5px;
      /* border radius */
      background: #1b272f url("/cms/common-data/images/close.png") no-repeat 10px 50%;
      /* layer fill content + color overlay */
      color: #fff;
      /* text color */
      font-size: 14px;
      font-weight: 400; }
      .hide-form .form-wrapper .close:hover {
        background-color: #c9122f; }

@media (min-width: 768px) {
  form.form-contact input[type="submit"] {
    display: inline-block;
    width: auto;
    padding: 11px 45px; }
  form.ad-contact-form {
    margin-left: 30px; }

  .sel-black.sel-s.dk_container {
    width: 49.6%;
    margin: 0;
    margin-bottom: 10px; } }
@media (min-width: 1024px) {
  form.form-filter input {
    width: 235px; }
    form.form-filter input[type="submit"] {
      width: 209px; }
  form.form-filter select.chosen-select {
    width: 235px; }

  .sel-black.sel-s.dk_container {
    width: 235px; } }
.module-title {
  position: relative;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  *zoom: 1; }
  .module-title:before, .module-title:after {
    content: " ";
    display: table; }
  .module-title:after {
    clear: both; }
  .module-title.title-ad-detail {
    padding-bottom: 0px; }
    .module-title.title-ad-detail .locality-wrapper {
      float: left;
      *zoom: 1; }
      .module-title.title-ad-detail .locality-wrapper:before, .module-title.title-ad-detail .locality-wrapper:after {
        content: " ";
        display: table; }
      .module-title.title-ad-detail .locality-wrapper:after {
        clear: both; }
      .module-title.title-ad-detail .locality-wrapper h1 {
        color: #1b272f;
        /* text color */
        font-size: 26px;
        margin-left: 18px;
        margin-top: 24px;
        letter-spacing: -1px; }
        .module-title.title-ad-detail .locality-wrapper h1 span.price {
          display: inline-block;
          color: #c9122f;
          /* text color */
          font-size: 24px;
          font-weight: 600;
          margin-left: 0px; }
      .module-title.title-ad-detail .locality-wrapper span.locality {
        position: relative;
        display: none;
        width: 50%;
        left: 20px;
        float: left;
        color: #c9122f;
        /* text color */
        font-size: 12px;
        font-weight: 600;
        letter-spacing: -1px;
        padding-left: 30px;
        background: url("/cms/common-data/images/icon-locality.png") no-repeat center left; }
    .module-title.title-ad-detail a.icon-back {
      position: relative;
      float: left;
      display: none;
      text-decoration: none;
      width: 32px;
      height: 32px;
      margin-top: 26px;
      margin-left: 23px;
      background: url("/cms/common-data/images/icon-back.png"); }
  .module-title h1 {
    color: #1b272f;
    /* text color */
    font-size: 26px;
    font-weight: 400;
    margin: 19px;
    float: left; }
  .module-title ul.module-breadcrumbs {
    display: none; }

@media (min-width: 768px) {
  .module-title.title-ad-detail {
    padding-bottom: 40px; }
    .module-title.title-ad-detail .locality-wrapper h1 span.price {
      margin-left: 12px; }
    .module-title.title-ad-detail .locality-wrapper span.locality {
      display: block; }
    .module-title.title-ad-detail a.icon-back {
      display: block; } }
@media (min-width: 1024px) {
  .module-title h1 {
    margin-left: 31px;
    max-width: 55%; }
  .module-title .locality-wrapper {
    max-width: 55%; }
    .module-title .locality-wrapper h1 {
      max-width: 100%;
      margin-left: 31px;
      margin-bottom: 5px; }
  .module-title ul {
    max-width: 35%; }
    .module-title ul.module-breadcrumbs {
      display: block;
      float: right;
      *zoom: 1;
      margin: 5px;
      margin-top: 30px; }
      .module-title ul.module-breadcrumbs:before, .module-title ul.module-breadcrumbs:after {
        content: " ";
        display: table; }
      .module-title ul.module-breadcrumbs:after {
        clear: both; }
      .module-title ul.module-breadcrumbs li {
        position: relative;
        list-style: none;
        float: left;
        margin-top: 3px;
        margin-bottom: 3px; }
        .module-title ul.module-breadcrumbs li:first-child a:after {
          display: none; }
        .module-title ul.module-breadcrumbs li a {
          display: block;
          float: left;
          color: #c9122f;
          /* text color */
          font-size: 11px;
          text-decoration: none; }
          .module-title ul.module-breadcrumbs li a:hover {
            text-decoration: underline; }
          .module-title ul.module-breadcrumbs li a.active-page {
            color: #909090;
            /* text color */ }
          .module-title ul.module-breadcrumbs li a:after {
            position: relative;
            display: block;
            float: left;
            content: ">";
            margin-left: 5px;
            margin-right: 10px;
            color: #909090;
            /* text color */ } }
.module-column-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/libs/boxsizing.htc); }
  .module-column-wrapper:before, .module-column-wrapper:after {
    content: " ";
    display: table; }
  .module-column-wrapper:after {
    clear: both; }
  .module-column-wrapper .column {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden; }
    .module-column-wrapper .column ul {
      margin: 0;
      padding: 0;
      margin-top: 40px; }
      .module-column-wrapper .column ul li {
        position: relative;
        list-style: none;
        color: #313538;
        /* text color */
        font-size: 14px;
        line-height: 17px;
        font-weight: 600;
        padding-left: 52px;
        margin-bottom: 25px;
        margin-left: 9px; }
        .module-column-wrapper .column ul li span {
          position: relative;
          display: table-cell;
          vertical-align: middle;
          height: auto; }
          .module-column-wrapper .column ul li span.number {
            position: absolute;
            display: block;
            left: 0;
            top: 0;
            height: auto;
            color: #fff;
            font-size: 14px;
            text-align: center;
            padding: 8px 13px;
            border-radius: 50%;
            background-color: #c9112f;
            /* layer fill content */ }
          .module-column-wrapper .column ul li span.title {
            position: relative;
            display: block;
            color: #c9112f;
            font-size: 18px;
            line-height: 27px;
            font-weight: 600;
            margin: 0;
            margin-top: 15px; }
        .module-column-wrapper .column ul li ul {
          position: relative;
          left: -43px;
          margin-top: 20px; }
          .module-column-wrapper .column ul li ul li {
            margin-left: 0;
            padding-left: 32px;
            height: auto;
            min-height: auto; }
            .module-column-wrapper .column ul li ul li span.number {
              width: 22px;
              line-height: 22px;
              padding: 0;
              background-color: #aab1b5; }
      .module-column-wrapper .column ul.icon-list li {
        margin-bottom: 45px;
        margin-left: 0; }
        .module-column-wrapper .column ul.icon-list li span {
          color: #68747d;
          /* text color */
          font-size: 13px;
          font-weight: 400;
          position: relative;
          display: table-cell;
          vertical-align: middle;
          height: 33px; }
          .module-column-wrapper .column ul.icon-list li span.icon {
            position: absolute;
            width: 33px;
            height: 33px;
            left: 0;
            top: -3px;
            display: block;
            background: url("/cms/common-data/images/list-icon.png") center center no-repeat;
            border-radius: 50%;
            background-color: #c9112f;
            /* layer fill content */ }
          .module-column-wrapper .column ul.icon-list li span strong {
            color: #313538;
            /* text color */
            font-size: 18px;
            line-height: 27px;
            font-weight: 600;
            display: inline-block;
            width: 100%;
            margin-bottom: 18px; }
    .module-column-wrapper .column a.btn {
      position: relative;
      display: block;
      width: 100%;
      border: 0;
      text-decoration: none;
      border-radius: 4px;
      padding: 15px 40px;
      margin: auto;
      margin-top: 15px;
      margin-bottom: 30px;
      color: #fff;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center; }
      .module-column-wrapper .column a.btn.btn-gray {
        background-color: #1b272f;
        /* layer fill content */ }
        .module-column-wrapper .column a.btn.btn-gray:hover {
          background-color: #c9122f;
          /* layer fill content */ }
      .module-column-wrapper .column a.btn.btn-red {
        background-color: #c9122f;
        /* layer fill content */ }
        .module-column-wrapper .column a.btn.btn-red:hover {
          background-color: #1b272f;
          /* layer fill content */ }
      .module-column-wrapper .column a.btn.btn-icon-contact {
        background: url("/cms/common-data/images/icon-contact.png") 10px 50% no-repeat;
        background-color: #c9122f;
        /* layer fill content */
        margin: 0;
        margin-top: 30px;
        padding: 8px 30px;
        padding-left: 40px;
        font-size: 16px;
        font-weight: 600;
        text-transform: none; }
    .module-column-wrapper .column p.contact-text {
      color: #68747d;
      /* text color */
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      display: inline-block;
      margin: 30px 0px; }
    .module-column-wrapper .column p.small {
      color: #68747d;
      /* text color */
      font-size: 13px;
      margin: 20px 0;
      margin-top: 30px; }
    .module-column-wrapper .column p.ad-detail {
      color: #323537;
      /* text color */
      font-size: 13px;
      margin-top: 18px; }
    .module-column-wrapper .column p strong.m-bottom {
      display: inline-block;
      margin-bottom: 20px;
      padding-left: 5px; }
    .module-column-wrapper .column p a {
      color: #c9122f;
      font-size: 13px;
      text-decoration: underline; }
      .module-column-wrapper .column p a:hover {
        text-decoration: none; }
    .module-column-wrapper .column .content-wrapper {
      width: 100%;
      *zoom: 1; }
      .module-column-wrapper .column .content-wrapper:before, .module-column-wrapper .column .content-wrapper:after {
        content: " ";
        display: table; }
      .module-column-wrapper .column .content-wrapper:after {
        clear: both; }
      .module-column-wrapper .column .content-wrapper.border-bottom {
        border-bottom: 1px solid #e3e5e6;
        margin-bottom: 20px;
        padding-bottom: 20px; }
      .module-column-wrapper .column .content-wrapper p.column-content, .module-column-wrapper .column .content-wrapper div.column-content {
        width: 100%;
        color: #69757d;
        /* text color */
        font-size: 13px;
        font-weight: 600;
        padding-left: 5px;
        float: left; }
        .module-column-wrapper .column .content-wrapper p.column-content.column-forty, .module-column-wrapper .column .content-wrapper div.column-content.column-forty {
          width: 100%; }
        .module-column-wrapper .column .content-wrapper p.column-content.column-sixty, .module-column-wrapper .column .content-wrapper div.column-content.column-sixty {
          width: 100%; }
        .module-column-wrapper .column .content-wrapper p.column-content strong.big, .module-column-wrapper .column .content-wrapper div.column-content strong.big {
          color: #323537;
          /* text color */
          font-size: 18px;
          font-weight: 600;
          display: inline-block;
          letter-spacing: -1px;
          margin-top: 20px;
          line-height: 18px; }
        .module-column-wrapper .column .content-wrapper p.column-content span.content-title-icon, .module-column-wrapper .column .content-wrapper div.column-content span.content-title-icon {
          position: relative;
          display: inline-block;
          width: 200px;
          background: url("/cms/common-data/images/content-title.png") no-repeat;
          background-position: 60px 0px;
          color: #323537;
          /* text color */
          font-size: 18px;
          font-weight: 600;
          letter-spacing: -1px;
          padding-top: 50px;
          padding-left: 7px;
          margin-bottom: 19px; }
        .module-column-wrapper .column .content-wrapper p.column-content a, .module-column-wrapper .column .content-wrapper div.column-content a {
          color: #b5122d;
          text-decoration: none; }
          .module-column-wrapper .column .content-wrapper p.column-content a:hover, .module-column-wrapper .column .content-wrapper div.column-content a:hover {
            text-decoration: underline; }

@media (min-width: 768px) {
  .module-column-wrapper.banner-inside .column {
    width: 50%;
    float: left;
    margin-right: 2%; }
    .module-column-wrapper.banner-inside .column:last-child {
      width: 48%;
      margin-right: 0; }
  .module-column-wrapper.ad-detail .column {
    width: 53%;
    float: left;
    margin-right: 2%; }
    .module-column-wrapper.ad-detail .column:last-child {
      width: 45%;
      margin-right: 0; }
  .module-column-wrapper .column {
    width: 63%;
    float: left;
    margin-right: 2%; }
    .module-column-wrapper .column:last-child {
      width: 35%;
      margin-right: 0; }
    .module-column-wrapper .column ul li ul {
      position: relative;
      left: 0; }
    .module-column-wrapper .column a.btn {
      display: inline-block;
      width: auto;
      margin-left: 15px;
      padding: 10px 40px; }
    .module-column-wrapper .column p.contact-text {
      display: inline-block;
      margin: 39px 7px;
      margin-bottom: 26px; }
    .module-column-wrapper .column p.small {
      margin: 20px 0;
      margin-top: 30px; }
    .module-column-wrapper .column p strong.m-bottom {
      display: inline-block; }
    .module-column-wrapper .column .content-wrapper {
      width: 93%; }
      .module-column-wrapper .column .content-wrapper.ad-detail {
        width: 100%; }
      .module-column-wrapper .column .content-wrapper.border-bottom {
        margin-bottom: 36px;
        padding-bottom: 48px; }
      .module-column-wrapper .column .content-wrapper p.column-content, .module-column-wrapper .column .content-wrapper div.column-content {
        width: 50%;
        float: left; }
        .module-column-wrapper .column .content-wrapper p.column-content.column-forty, .module-column-wrapper .column .content-wrapper div.column-content.column-forty {
          width: 42%; }
        .module-column-wrapper .column .content-wrapper p.column-content.column-sixty, .module-column-wrapper .column .content-wrapper div.column-content.column-sixty {
          width: 58%; }
        .module-column-wrapper .column .content-wrapper p.column-content strong.big, .module-column-wrapper .column .content-wrapper div.column-content strong.big {
          margin-top: 54px; } }
@media (min-width: 1024px) {
  .module-column-wrapper {
    padding-left: 30px; }
    .module-column-wrapper.banner-inside .column {
      width: 63%;
      float: left;
      margin-right: 2%; }
      .module-column-wrapper.banner-inside .column:last-child {
        width: 35%;
        margin-right: 0; } }
.content {
  margin-left: 30px;
  *zoom: 1; }
  .content:before, .content:after {
    content: " ";
    display: table; }
  .content:after {
    clear: both; }
  .content .title-wrapper {
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
    *zoom: 1;
    display: block; }
    .content .title-wrapper:before, .content .title-wrapper:after {
      content: " ";
      display: table; }
    .content .title-wrapper:after {
      clear: both; }
    .content .title-wrapper h3 {
      position: relative;
      display: block;
      float: left;
      color: #323537;
      /* text color */
      font-size: 18px;
      font-weight: 600;
      margin: 11px 0px;
      padding: 0; }
      .content .title-wrapper h3 span {
        font-size: 14px; }
  .content a.btn.btn-gray {
    position: relative;
    border-radius: 4px;
    /* border radius */
    display: block;
    width: 80%;
    color: #fff;
    /* text color */
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: auto;
    margin-top: 80px;
    padding: 15px 35px;
    border: 0;
    background-color: #1b272f;
    /* layer fill content */ }
    .content a.btn.btn-gray:hover {
      background-color: #c9112f; }
  .content a.btn-icon-pdf:before {
    position: absolute;
    content: "";
    width: 59px;
    height: 59px;
    left: -35px;
    top: -7px;
    background: url("/cms/common-data/images/icon-pdf.png") no-repeat; }

@media (min-width: 768px) {
  .content a.btn.btn-gray {
    display: block;
    float: right;
    width: auto;
    margin-top: 0; } }
.icon-box {
  display: none; }

@media (min-width: 768px) {
  .icon-box {
    display: block;
    position: relative;
    margin-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
    *zoom: 1; }
    .icon-box:before, .icon-box:after {
      content: " ";
      display: table; }
    .icon-box:after {
      clear: both; }
    .icon-box a {
      position: relative;
      float: left;
      display: block;
      margin-left: 18px;
      text-decoration: none;
      color: #323537;
      /* text color */
      font-size: 12px;
      font-weight: 600; }
      .icon-box a:hover {
        text-decoration: underline;
        color: #c9122f;
        /* layer fill content */ }
      .icon-box a.fb-icon {
        width: 98px;
        height: 42px;
        background: url("/cms/common-data/images/fb-icon.png") no-repeat left center; }
      .icon-box a.icon-print {
        padding-left: 30px;
        background: url("/cms/common-data/images/icon-print.png") no-repeat left center;
        line-height: 42px; }
      .icon-box a.icon-save {
        padding-left: 30px;
        background: url("/cms/common-data/images/icon-save-pdf.png") no-repeat left center;
        line-height: 42px; }
      .icon-box a.icon-send {
        padding-left: 30px;
        background: url("/cms/common-data/images/icon-send.png") no-repeat left center;
        line-height: 42px; } }
.ad-contact-form-wrapper {
  width: 100%;
  background: #ebf0f3;
  margin-top: 25px;
  padding-bottom: 25px;
  *zoom: 1; }
  .ad-contact-form-wrapper:before, .ad-contact-form-wrapper:after {
    content: " ";
    display: table; }
  .ad-contact-form-wrapper:after {
    clear: both; }
  .ad-contact-form-wrapper .column {
    position: relative;
    display: block;
    width: 100%;
    float: left; }
    .ad-contact-form-wrapper .column .person {
      position: relative;
      display: block;
      margin: auto;
      margin-left: 0px;
      margin-top: 20px;
      *zoom: 1; }
      .ad-contact-form-wrapper .column .person:before, .ad-contact-form-wrapper .column .person:after {
        content: " ";
        display: table; }
      .ad-contact-form-wrapper .column .person:after {
        clear: both; }
      .ad-contact-form-wrapper .column .person .person-image {
        position: relative;
        display: none;
        float: left;
        width: 91px;
        height: 91px;
        border-radius: 50%; }
      .ad-contact-form-wrapper .column .person .person-info {
        position: relative;
        display: block;
        float: left;
        font-size: 12px;
        font-weight: 600;
        margin-left: 0px; }
        .ad-contact-form-wrapper .column .person .person-info span.color-red {
          font-size: 18px;
          color: #c9122f;
          /* text color */ }
        .ad-contact-form-wrapper .column .person .person-info a {
          color: #b5122d;
          text-decoration: none; }
          .ad-contact-form-wrapper .column .person .person-info a:hover {
            text-decoration: underline; }
        .ad-contact-form-wrapper .column .person .person-info .reality-logo {
          position: relative;
          display: block;
          margin: 15px 0;
          margin-top: 20px;
          padding: 3px;
          background: #fff;
          border-radius: 5px;
          text-decoration: none; }
          .ad-contact-form-wrapper .column .person .person-info .reality-logo img {
            display: block;
            margin: auto;
            max-width: 100%; }

@media (min-width: 768px) {
  .ad-contact-form-wrapper .column {
    width: 50%; }
    .ad-contact-form-wrapper .column .person {
      margin-left: 90px;
      margin-top: 0; }
      .ad-contact-form-wrapper .column .person .person-info {
        margin-left: 25px; } }
@media (min-width: 1024px) {
  .ad-contact-form-wrapper .column .person .person-info {
    max-width: 60%; }
  .ad-contact-form-wrapper .column .person .person-image {
    display: block; } }
.tab-wrapper {
  position: relative; }
  .tab-wrapper ul.tab-nav {
    position: relative;
    margin: 0;
    margin-top: 25px;
    padding: 0;
    *zoom: 1; }
    .tab-wrapper ul.tab-nav:before, .tab-wrapper ul.tab-nav:after {
      content: " ";
      display: table; }
    .tab-wrapper ul.tab-nav:after {
      clear: both; }
    .tab-wrapper ul.tab-nav li {
      position: relative;
      display: block;
      list-style: none;
      float: left;
      margin: 0;
      margin-right: 10px;
      padding: 0;
      z-index: 9; }
      .tab-wrapper ul.tab-nav li.active {
        z-index: 99; }
        .tab-wrapper ul.tab-nav li.active a {
          color: #c9122f;
          /* text color */ }
      .tab-wrapper ul.tab-nav li a {
        position: relative;
        display: block;
        color: #323537;
        /* text color */
        font-size: 14px;
        text-decoration: none;
        padding: 10px 10px;
        border: 1px solid #e3e5e6;
        border-bottom: 0px;
        border-radius: 5px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        background: white; }
        .tab-wrapper ul.tab-nav li a:hover {
          color: #c9122f;
          /* text color */ }
  .tab-wrapper div.tab {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 400px;
    visibility: hidden;
    display: block !important;
    border: 1px solid #e3e5e6;
    top: -1px; }
    .tab-wrapper div.tab.tab-gallery {
      position: relative;
      display: block;
      visibility: visible;
      z-index: 9; }
      .tab-wrapper div.tab.tab-gallery .gallery-wrapper .galery-big {
        position: relative;
        display: block;
        margin: 2%; }
        .tab-wrapper div.tab.tab-gallery .gallery-wrapper .galery-big img {
          position: relative;
          display: block;
          width: 100%;
          height: auto; }
      .tab-wrapper div.tab.tab-gallery .gallery-wrapper .galery-small {
        position: relative;
        display: block;
        float: left;
        margin: 5px; }
        .tab-wrapper div.tab.tab-gallery .gallery-wrapper .galery-small img {
          position: relative;
          display: block;
          width: auto;
          height: 94px; }
        .tab-wrapper div.tab.tab-gallery .gallery-wrapper .galery-small:first-child {
          margin-left: 0; }
      .tab-wrapper div.tab.tab-gallery .gallery-wrapper .small-wrapper {
        border: 0;
        position: relative;
        display: block;
        margin-left: 2%;
        margin-bottom: 2%;
        *zoom: 1; }
        .tab-wrapper div.tab.tab-gallery .gallery-wrapper .small-wrapper:before, .tab-wrapper div.tab.tab-gallery .gallery-wrapper .small-wrapper:after {
          content: " ";
          display: table; }
        .tab-wrapper div.tab.tab-gallery .gallery-wrapper .small-wrapper:after {
          clear: both; }

.carousel {
  position: relative; }
  .carousel .jcarousel {
    position: relative;
    overflow: hidden;
    height: 94px;
    margin-left: 30px;
    margin-right: 37px;
    padding: 0; }
    .carousel .jcarousel ul {
      position: absolute;
      list-style: none;
      width: 12610px;
      padding: 0;
      margin: 0;
      *zoom: 1; }
      .carousel .jcarousel ul:before, .carousel .jcarousel ul:after {
        content: " ";
        display: table; }
      .carousel .jcarousel ul:after {
        clear: both; }
      .carousel .jcarousel ul li {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: auto;
        height: 94px; }
        .carousel .jcarousel ul li a {
          width: auto;
          height: 94px;
          display: block;
          position: relative;
          float: left;
          margin: 5px; }
  .carousel .jcarousel-prev, .carousel .jcarousel-next {
    position: absolute;
    display: inline-block;
    width: 20px;
    top: 5px;
    left: 0px;
    border-radius: 5px;
    background-color: #c9122f;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    padding: 33px 0; }
    .carousel .jcarousel-prev:hover, .carousel .jcarousel-next:hover {
      background-color: #1b272f; }
  .carousel .jcarousel-next {
    left: auto;
    right: 7px; }
  .carousel .jcarousel-pagination {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    *zoom: 1; }
    .carousel .jcarousel-pagination:before, .carousel .jcarousel-pagination:after {
      content: " ";
      display: table; }
    .carousel .jcarousel-pagination:after {
      clear: both; }
    .carousel .jcarousel-pagination a {
      margin-left: 3px;
      margin-right: 3px;
      background: url("/cms/common-data/images/carousel-dot.png") no-repeat;
      background-position: 0px -12px;
      display: inline-block;
      width: 12px;
      height: 12px;
      text-indent: -9999px; }
      .carousel .jcarousel-pagination a.active {
        background-position: 0px 0px; }

@media (min-width: 768px) {
  .tab-wrapper ul.tab-nav li a {
    padding: 10px 15px; } }
@media (min-width: 1024px) {
  .tab-wrapper ul.tab-nav li a {
    padding: 10px 25px; } }
.reality-office-wrapper .reality-logo {
  position: relative;
  display: block;
  margin-top: 50px;
  margin-bottom: 35px;
  text-decoration: none; }
  .reality-office-wrapper .reality-logo img {
    position: relative;
    display: block;
    border: 0; }
.reality-office-wrapper p {
  position: relative;
  display: block;
  color: #313538;
  /* text color */
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 25px;
  width: 100%; }
.reality-office-wrapper small {
  position: relative;
  display: block;
  color: #68747d;
  /* text color */
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px; }
.reality-office-wrapper table {
  position: relative;
  width: 100%;
  border: 0;
  margin-top: 10px;
  margin-left: 20px; }
  .reality-office-wrapper table tr td {
    border: 0;
    padding: 0;
    color: #313538;
    /* text color */
    font-size: 12px;
    font-weight: 600;
    text-align: left; }
    .reality-office-wrapper table tr td a {
      color: #c9112f;
      text-decoration: underline; }
      .reality-office-wrapper table tr td a:hover {
        text-decoration: none; }

.reality-statistic h3 {
  color: #1b272f;
  /* text color */
  font-size: 24px;
  margin: 0;
  margin-top: 30px;
  margin-left: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d3d3; }
.reality-statistic ul {
  position: relative;
  margin-left: 0px;
  margin-bottom: 50px;
  *zoom: 1; }
  .reality-statistic ul:before, .reality-statistic ul:after {
    content: " ";
    display: table; }
  .reality-statistic ul:after {
    clear: both; }
  .reality-statistic ul li {
    position: relative;
    display: block;
    float: left;
    color: #1b272f;
    /* text color */
    font-size: 15px;
    line-height: 17px;
    margin: 7px 0;
    margin-right: 15px; }
    .reality-statistic ul li a {
      color: #1b272f;
      /* text color */
      font-size: 15px;
      line-height: 17px;
      text-decoration: none; }
      .reality-statistic ul li a:hover {
        text-decoration: underline; }
    .reality-statistic ul li img {
      position: relative;
      display: block;
      float: left;
      width: auto;
      height: 17px;
      margin-right: 10px; }
    .reality-statistic ul li small {
      position: relative;
      display: block;
      float: right;
      width: auto;
      margin-left: 5px;
      font-size: 17px;
      color: #767f85; }

.map {
  position: relative;
  display: block;
  width: 100%;
  height: 400px; }

@media (min-width: 1024px) {
  .reality-office-wrapper p {
    width: 60%; }
  .reality-office-wrapper table {
    width: 100%; }
    .reality-office-wrapper table td {
      width: 50%; }

  .reality-statistic h3 {
    margin-left: 30px; }
  .reality-statistic ul {
    margin-left: 30px; } }
@media (max-width: 767px) {
  .viditelnaMobilu {
    display: inline-table !important; } }
@media (min-width: 768px) {
  .neViditelnaPocitac {
    display: none !important; } }
.reality-office-list {
  position: relative;
  margin-top: 20px;
  *zoom: 1; }
  .reality-office-list:before, .reality-office-list:after {
    content: " ";
    display: table; }
  .reality-office-list:after {
    clear: both; }
  .reality-office-list .region-map {
    position: relative;
    display: block;
    width: 100%;
    float: left; }
    .reality-office-list .region-map .reality-region-map {
      position: relative;
      display: block;
      margin: auto;
      width: 289px;
      height: auto; }
  .reality-office-list .region-check-list {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    *zoom: 1; }
    .reality-office-list .region-check-list:before, .reality-office-list .region-check-list:after {
      content: " ";
      display: table; }
    .reality-office-list .region-check-list:after {
      clear: both; }
    .reality-office-list .region-check-list h2 {
      color: #c9122f;
      /* text color */
      font-size: 26px;
      font-weight: 400;
      float: none;
      margin: 0; }
    .reality-office-list .region-check-list p {
      color: #7a8792;
      /* text color */
      font-size: 13px;
      font-weight: 400;
      margin-top: 5px; }
    .reality-office-list .region-check-list small {
      position: relative;
      display: block;
      color: #7d878d;
      /* text color */
      font-size: 14px;
      font-weight: 400;
      margin-top: 10px; }
    .reality-office-list .region-check-list form.region-check {
      position: relative;
      display: block;
      width: 100%;
      margin-top: 5px;
      *zoom: 1; }
      .reality-office-list .region-check-list form.region-check:before, .reality-office-list .region-check-list form.region-check:after {
        content: " ";
        display: table; }
      .reality-office-list .region-check-list form.region-check:after {
        clear: both; }
      .reality-office-list .region-check-list form.region-check label {
        position: relative;
        display: block;
        float: left;
        width: 118px;
        border-radius: 4px;
        /* border radius */
        background-color: #fff;
        /* layer fill content */
        border: 1px solid #e3e5e6;
        color: #2e2e2e;
        /* text color */
        font-size: 13px;
        font-weight: 400;
        margin: 5px 4px;
        padding: 10px 25px;
        padding-right: 5px; }
        .reality-office-list .region-check-list form.region-check label.small {
          font-size: 11px; }
        .reality-office-list .region-check-list form.region-check label.active {
          color: #fff;
          background: #c9122f;
          font-weight: 600; }
        .reality-office-list .region-check-list form.region-check label input[type="checkbox"] {
          position: relative;
          left: -10px; }

.reality-list {
  margin-top: 19px; }
  .reality-list .reality-item {
    position: relative;
    display: block;
    border-top: 1px solid #e3e5e6;
    border-bottom: 1px solid #e3e5e6;
    padding: 20px 0;
    *zoom: 1; }
    .reality-list .reality-item:before, .reality-list .reality-item:after {
      content: " ";
      display: table; }
    .reality-list .reality-item:after {
      clear: both; }
    .reality-list .reality-item .reality-logo {
      position: relative;
      display: block;
      vertical-align: middle;
      text-align: center;
      margin-bottom: 20px;
      width: 100%; }
      .reality-list .reality-item .reality-logo img {
        left: 0;
        display: block; }
    .reality-list .reality-item .reality-content {
      position: relative;
      display: block;
      width: 100%; }
      .reality-list .reality-item .reality-content p {
        color: #1b272f;
        /* text color */
        font-size: 14px;
        font-weight: 400; }
      .reality-list .reality-item .reality-content a.title {
        position: relative;
        display: block;
        color: #1b272f;
        /* text color */
        font-size: 24px;
        font-weight: 600;
        text-decoration: underline;
        text-transform: uppercase; }
        .reality-list .reality-item .reality-content a.title:hover {
          text-decoration: none; }
      .reality-list .reality-item .reality-content a.btn {
        position: relative;
        display: block;
        width: 100%;
        border: 0;
        text-decoration: none;
        border-radius: 4px;
        padding: 15px 40px;
        margin-top: 15px;
        margin-bottom: 0px;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center; }
        .reality-list .reality-item .reality-content a.btn.btn-gray {
          background-color: #1b272f;
          /* layer fill content */ }
          .reality-list .reality-item .reality-content a.btn.btn-gray:hover {
            background-color: #c9122f;
            /* layer fill content */ }
      .reality-list .reality-item .reality-content span.locality {
        position: relative;
        display: block;
        color: #c9122f;
        /* text color */
        font-size: 12px;
        font-weight: 600;
        letter-spacing: -1px;
        margin-top: 12px;
        margin-bottom: 20px;
        padding-left: 30px;
        background: url("/cms/common-data/images/icon-locality.png") no-repeat center left; }

@media (min-width: 768px) {
  .reality-office-list .region-map {
    width: 45%; }
  .reality-office-list .region-check-list {
    width: 55%; }

  .reality-list .reality-item {
    position: relative;
    display: table;
    width: 100%; }
    .reality-list .reality-item .reality-logo {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      width: 26%; }
    .reality-list .reality-item .reality-content {
      display: table-cell;
      width: 70%; }
      .reality-list .reality-item .reality-content a.btn {
        width: 50%; } }
@media (min-width: 1024px) {
  .reality-office-list .region-check-list form.region-check label {
    margin: 5px; }

  .reality-list .reality-item .reality-logo img {
    display: inline; }
  .reality-list .reality-item .reality-content a.btn {
    width: 44%; } }
.page-list {
  margin-top: 10px;
  margin-bottom: 10px; }
  .page-list .page-wrapper {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
    *zoom: 1; }
    .page-list .page-wrapper:before, .page-list .page-wrapper:after {
      content: " ";
      display: table; }
    .page-list .page-wrapper:after {
      clear: both; }
    .page-list .page-wrapper ul {
      position: relative;
      display: inline-block;
      *zoom: 1; }
      .page-list .page-wrapper ul:before, .page-list .page-wrapper ul:after {
        content: " ";
        display: table; }
      .page-list .page-wrapper ul:after {
        clear: both; }
      .page-list .page-wrapper ul li {
        position: relative;
        display: inline-block; }
        .page-list .page-wrapper ul li a {
          position: relative;
          display: block;
          color: #1b272f;
          /* text color */
          font-size: 13px;
          font-weight: 600;
          padding: 10px 15px;
          margin-right: 0px;
          border-radius: 5px;
          cursor: pointer;
          text-decoration: none; }
          .page-list .page-wrapper ul li a:hover {
            color: #fff;
            background-color: #c9122f;
            /* layer fill content */ }
  .page-list a.btn, .page-list div.btn {
    position: relative;
    display: block;
    width: 100%;
    border: 0;
    text-decoration: none;
    border-radius: 4px;
    float: left;
    padding: 15px 40px;
    margin-top: 15px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center; }
    .page-list a.btn.btn-red, .page-list div.btn.btn-red {
      background-color: #c9122f;
      /* layer fill content */ }
      .page-list a.btn.btn-red:hover, .page-list div.btn.btn-red:hover {
        background-color: #1b272f;
        /* layer fill content */ }
    .page-list a.btn.disabled, .page-list div.btn.disabled {
      background-color: #c5c5c5;
      /* layer fill content */ }
      .page-list a.btn.disabled:hover, .page-list div.btn.disabled:hover {
        background-color: #c5c5c5;
        /* layer fill content */ }
    .page-list a.btn.btn-prev, .page-list div.btn.btn-prev {
      background-image: url("/cms/common-data/images/icon-prev.png");
      background-position: 10% 50%;
      background-repeat: no-repeat;
      text-align: right;
      padding-right: 20px; }
    .page-list a.btn.btn-next, .page-list div.btn.btn-next {
      background-image: url("/cms/common-data/images/icon-next.png");
      background-position: 90% 50%;
      background-repeat: no-repeat;
      text-align: left;
      padding-left: 20px; }
  .page-list a.hide, .page-list div.hide {
    visibility: hidden; }

@media (min-width: 768px) {
  .page-list {
    margin-top: 30px;
    margin-bottom: 0; }
    .page-list .page-wrapper {
      width: 60%;
      margin-top: 25px; }
    .page-list a.btn, .page-list div.btn {
      width: 20%; } }
.filter-wrapper {
  position: relative;
  border-radius: 4px;
  /* border radius */
  background-color: #ebeff3;
  /* layer fill content */
  *zoom: 1; }
  .filter-wrapper:before, .filter-wrapper:after {
    content: " ";
    display: table; }
  .filter-wrapper:after {
    clear: both; }
  .filter-wrapper .input-wrapper {
    position: relative;
    width: 100%;
    float: left; }
  .filter-wrapper .submit-wrapper {
    position: relative;
    width: 100%;
    margin-top: 10px;
    float: left; }
  .filter-wrapper label {
    color: #1b272f;
    font-size: 11px;
    font-weight: 600;
    line-height: 41px;
    text-transform: uppercase;
    margin-right: 10px; }
  .filter-wrapper #filter-search {
    margin: 0;
    margin-bottom: 20px; }
    .filter-wrapper #filter-search input {
      width: 100%; }
  .filter-wrapper #filter-area {
    margin-bottom: 20px; }
    .filter-wrapper #filter-area div.title {
      margin-top: 20px;
      margin-bottom: 10px; }
    .filter-wrapper #filter-area div, .filter-wrapper #filter-area span.kc {
      color: #1b272f;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      margin-right: 10px; }
  .filter-wrapper .filter-widgets .chosen-container.chosen-container-multi {
    width: 100% !important; }
  .filter-wrapper .more-filter {
    position: absolute;
    display: block;
    text-decoration: none;
    width: 146px;
    height: 61px;
    right: 56px;
    bottom: -30px;
    text-align: center;
    color: #152129;
    /* text color */
    font-size: 12px;
    font-weight: 400;
    background: url("../img/more-filter.png") no-repeat 50% -3px; }
    .filter-wrapper .more-filter:hover {
      color: #c9112f;
      background-position: 50% 0px; }
    .filter-wrapper .more-filter.hide {
      background: url("../img/more-filter-up.png") no-repeat 50% -3px; }
  .filter-wrapper .more-wrapper {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 1px;
    float: left;
    padding-top: 10px; }
    .filter-wrapper .more-wrapper .chosen-container-multi {
      margin-left: 0;
      margin-right: 5px;
      margin-bottom: 5px; }
  .filter-wrapper .chosen-container .chosen-drop {
    margin-top: -5px;
    box-shadow: none;
    border: 1px solid #d3d3d3; }
    .filter-wrapper .chosen-container .chosen-drop .chosen-results li {
      padding: 12px 15px;
      border: 1px solid #d3d3d3; }
      .filter-wrapper .chosen-container .chosen-drop .chosen-results li.highlighted {
        background-image: none;
        background-color: #d3d3d3;
        color: #fff; }
  .filter-wrapper .chosen-container-multi {
    margin-right: 5px;
    top: 2px; }
    .filter-wrapper .chosen-container-multi .chosen-choices {
      position: relative;
      display: inline-block;
      width: 100%;
      border: 1px solid #d4d4d4;
      /* stroke */
      border-radius: 5px;
      /* border radius */
      padding: 6px 20px;
      margin-bottom: 0px;
      color: #000;
      /* text color */
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      background: url("/cms/common-data/images/arrow.png") no-repeat 95% 50%;
      background-color: #fff;
      cursor: pointer; }
      .filter-wrapper .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        font-family: "Open Sans", sans-serif;
        color: #1b272f;
        font-size: 11px;
        font-weight: 600;
        line-height: 25px; }
  .filter-wrapper .chosen-container-active .chosen-choices {
    box-shadow: none; }

.sum-count {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  color: #7d878d;
  /* text color */
  font-size: 14px;
  font-weight: 400; }

@media (min-width: 1024px) {
  .filter-wrapper .input-wrapper {
    width: 78%; }
  .filter-wrapper .submit-wrapper {
    width: 22%;
    margin-top: 0; }
  .filter-wrapper #filter-search input {
    width: 99%; }
  .filter-wrapper .filter-widgets .chosen-container.chosen-container-multi {
    width: 24% !important; }
  .filter-wrapper .filter-widgets #filter-area-min {
    float: left; }
  .filter-wrapper .filter-widgets #filter-area-max {
    float: left; } }
.ad-list {
  position: relative;
  display: block;
  width: 100%;
  float: left; }
  .ad-list .item-wrapper .item {
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 15px;
    padding-top: 8px;
    border-bottom: 1px solid #d3d3d3;
    *zoom: 1; }
    .ad-list .item-wrapper .item:before, .ad-list .item-wrapper .item:after {
      content: " ";
      display: table; }
    .ad-list .item-wrapper .item:after {
      clear: both; }
    .ad-list .item-wrapper .item .image {
      position: relative;
      display: block;
      text-decoration: none;
      width: 100%;
      float: left;
      height: 176px;
      overflow: hidden;
      border-radius: 5px; }
      .ad-list .item-wrapper .item .image img {
		object-position: 50% 50%;
		object-fit: cover;
        width: 100%;
        height: 176px; }
    .ad-list .item-wrapper .item .content {
      position: relative;
      display: block;
      width: 100%;
      margin: 0;
      padding: 0;
      float: left; }
      .ad-list .item-wrapper .item .content span.locality {
        position: relative;
        display: block;
        color: #1b272f;
        /* text color */
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 10px; }
      .ad-list .item-wrapper .item .content a.title {
        position: relative;
        display: inline;
        text-decoration: none;
        color: #1b272f;
        /* text color */
        font-size: 24px;
        font-weight: 400;
        border-bottom: 2px solid transparent; }
        .ad-list .item-wrapper .item .content a.title:hover {
          text-decoration: none;
          border-bottom: 2px solid #000; }
      .ad-list .item-wrapper .item .content a.btn {
        position: relative;
        display: block;
        float: left;
        border: 0;
        text-decoration: none;
        border-radius: 4px;
        padding: 15px;
        margin: auto;
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center; }
        .ad-list .item-wrapper .item .content a.btn.btn-gray {
          background-color: #1b272f;
          /* layer fill content */ }
          .ad-list .item-wrapper .item .content a.btn.btn-gray:hover {
            background-color: #c9122f;
            /* layer fill content */ }
        .ad-list .item-wrapper .item .content a.btn.btn-red {
          background-color: #c9122f;
          /* layer fill content */ }
          .ad-list .item-wrapper .item .content a.btn.btn-red:hover {
            background-color: #1b272f;
            /* layer fill content */ }
      .ad-list .item-wrapper .item .content p {
        color: #1b272f;
        /* text color */
        font-size: 14px;
        font-weight: 400;
        width: 95%; }
      .ad-list .item-wrapper .item .content .row {
        position: relative;
        display: block;
        width: 100%;
        *zoom: 1; }
        .ad-list .item-wrapper .item .content .row:before, .ad-list .item-wrapper .item .content .row:after {
          content: " ";
          display: table; }
        .ad-list .item-wrapper .item .content .row:after {
          clear: both; }
        .ad-list .item-wrapper .item .content .row .price {
          position: relative;
          display: block;
          color: #c9122f;
          font-size: 23px;
          font-weight: 400;
          line-height: 23px;
          float: left;
          margin-top: 8px;
          padding-left: 25px;
          background: url("/cms/common-data/images/price.png") no-repeat 0 50%; }
          .ad-list .item-wrapper .item .content .row .price small {
            color: #7b8793;
            /* text color */
            font-size: 12px;
            font-weight: 400;
            display: inline-block;
            margin-right: 10px; }
        .ad-list .item-wrapper .item .content .row .favorite {
          position: relative;
          display: block;
          color: #1b272f;
          /* text color */
          font-size: 13px;
          font-weight: 400;
          text-decoration: none;
          float: left;
          margin-top: 20px;
          padding-left: 30px;
          background: url("../img/favorite.png") no-repeat 0 50%; }
          .ad-list .item-wrapper .item .content .row .favorite:hover {
            text-decoration: underline; }
  .ad-list .item-wrapper .ad-contact-form-wrapper {
    margin-top: 0px;
    display: none; }
    .ad-list .item-wrapper .ad-contact-form-wrapper .container {
      width: 90%; }
      .ad-list .item-wrapper .ad-contact-form-wrapper .container h3 {
        margin-top: 70px; }
    .ad-list .item-wrapper .ad-contact-form-wrapper .close {
      position: absolute;
      display: block;
      top: 20px;
      right: 20px;
      padding: 10px 20px;
      padding-left: 40px;
      text-decoration: none;
      border-radius: 5px;
      /* border radius */
      background: #1b272f url("/cms/common-data/images/close.png") no-repeat 10px 50%;
      /* layer fill content + color overlay */
      color: #fff;
      /* text color */
      font-size: 14px;
      font-weight: 400; }
      .ad-list .item-wrapper .ad-contact-form-wrapper .close:hover {
        background-color: #c9122f; }

@media (min-width: 768px) {
  .ad-list .item-wrapper .item .image {
    width: 36%;
    margin-right: 2%; }
  .ad-list .item-wrapper .item .content {
    width: 62%; }
    .ad-list .item-wrapper .item .content .row .favorite {
      float: left;
      margin-top: 15px; }
  .ad-list .item-wrapper .ad-contact-form-wrapper .container {
    width: 100%; }
    .ad-list .item-wrapper .ad-contact-form-wrapper .container h3 {
      margin-top: 30px; }
    .ad-list .item-wrapper .ad-contact-form-wrapper .container .person {
      margin-left: 60px; } }
@media (min-width: 1024px) {
  .ad-list {
    width: 84%;
    margin-right: 2%; }
    .ad-list .item-wrapper .item .image {
      width: 28%; }
    .ad-list .item-wrapper .item .content {
      width: 70%; }
      .ad-list .item-wrapper .item .content .row .favorite {
        float: left;
        margin-top: 37px; } }
/*.magazine-search {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 30px; }
  .magazine-search form {
    position: relative; }
    .magazine-search form input {
      position: relative;
      display: block;
      border: 1px solid #d3d3d3;
       stroke 
      border-radius: 5px;
       border radius 
      padding: 10px;
      padding-right: 40px;
      width: 250px; }
      .magazine-search form input[type="submit"] {
        position: absolute;
        width: 30px;
        height: 45px;
        left: 200px;
        top: 0;
        border: 0;
        outline: none;
        background: url("/cms/common-data/images/zoom-gray.png") no-repeat center; }

.magazine-wrapper {
  position: relative;
  display: block;
  margin-top: 15px;
  *zoom: 1; }
  .magazine-wrapper:before, .magazine-wrapper:after {
    content: " ";
    display: table; }
  .magazine-wrapper:after {
    clear: both; }
  .magazine-wrapper .column-navigation {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    .magazine-wrapper .column-navigation ul.navigation li {
      position: relative;
      display: block;
      list-style: none;
      margin-bottom: 5px; }
      .magazine-wrapper .column-navigation ul.navigation li a {
        position: relative;
        display: block;
        padding: 10px;
        padding-left: 20px;
        color: #fff;
         text color 
        font-size: 13px;
        font-weight: 600;
        border-radius: 5px;
         border radius 
        background-color: #1b272f;
         layer fill content 
        text-decoration: none; }
        .magazine-wrapper .column-navigation ul.navigation li a:hover, .magazine-wrapper .column-navigation ul.navigation li a.active {
          background-color: #c9122f;
           layer fill content  }
    .magazine-wrapper .column-navigation .news-block {
      position: relative;
      display: none;
      margin-top: 22px; }
      .magazine-wrapper .column-navigation .news-block h2 {
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0; }
        .magazine-wrapper .column-navigation .news-block h2 a {
          position: relative;
          color: #1b272f;
           text color 
          font-size: 26px;
          font-weight: 400;
          text-decoration: none; }
          .magazine-wrapper .column-navigation .news-block h2 a:hover {
            text-decoration: underline; }
      .magazine-wrapper .column-navigation .news-block .news {
        position: relative;
        display: block;
        margin-bottom: 20px; }
        .magazine-wrapper .column-navigation .news-block .news h3 {
          margin: 0;
          padding: 0; }
          .magazine-wrapper .column-navigation .news-block .news h3 a {
            color: #1b272f;
             text color 
            font-size: 15px;
            font-weight: 400;
            text-decoration: none; }
            .magazine-wrapper .column-navigation .news-block .news h3 a:hover {
              text-decoration: underline; }
        .magazine-wrapper .column-navigation .news-block .news p {
          color: #919191;
           text color 
          font-size: 12px;
          font-weight: 400; }
        .magazine-wrapper .column-navigation .news-block .news .date {
          color: #cbcbcb;
          font-size: 14px;
          font-weight: 600; }
  .magazine-wrapper .column-wrapper {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ececec;
    *zoom: 1; }
    .magazine-wrapper .column-wrapper:before, .magazine-wrapper .column-wrapper:after {
      content: " ";
      display: table; }
    .magazine-wrapper .column-wrapper:after {
      clear: both; }
    .magazine-wrapper .column-wrapper.article-detail {
      border-bottom: 0; }
      .magazine-wrapper .column-wrapper.article-detail .column .article h2 {
        float: none;
        margin-top: 0;
        margin-bottom: 10px; }
      .magazine-wrapper .column-wrapper.article-detail .column .article .info-title {
        margin-top: 0;
        margin-bottom: 25px; }
    .magazine-wrapper .column-wrapper .column {
      position: relative;
      display: block;
      width: 100%;
      float: left;
      margin: 0 1.5%; }
      .magazine-wrapper .column-wrapper .column:last-child {
        margin-right: 0; }
    .magazine-wrapper .column-wrapper .article {
      position: relative;
      display: block;
      margin-bottom: 50px; }
      .magazine-wrapper .column-wrapper .article.article-full {
        width: 100%; }
      .magazine-wrapper .column-wrapper .article h2 {
        position: relative;
        display: block;
        width: 100%; }
        .magazine-wrapper .column-wrapper .article h2 a {
          color: #1b272f;
           text color 
          font-size: 26px;
          font-weight: 400;
          text-decoration: none; }
          .magazine-wrapper .column-wrapper .article h2 a:hover {
            text-decoration: underline; }
      .magazine-wrapper .column-wrapper .article p {
        color: #919191;
         text color 
        font-size: 14px;
        line-height: 22px;
        font-weight: 600;
        margin-bottom: 27px; }
      .magazine-wrapper .column-wrapper .article a.read-more {
        color: #000;
         text color 
        font-size: 12px;
        font-weight: 600;
        padding: 11px 16px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        border: 1px solid #d3d3d3;
         stroke 
        border-radius: 5px;
         border radius  }
        .magazine-wrapper .column-wrapper .article a.read-more:hover {
          text-decoration: none;
          background: #c9122f;
          color: #fff; }
      .magazine-wrapper .column-wrapper .article .article-img {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        border: 0;
        text-decoration: none; }
        .magazine-wrapper .column-wrapper .article .article-img img {
          position: relative;
          display: block;
          width: 100%;
          height: auto;
          border-radius: 3px; }
      .magazine-wrapper .column-wrapper .article .info-title {
        position: relative;
        display: block;
        margin-top: 35px;
        *zoom: 1; }
        .magazine-wrapper .column-wrapper .article .info-title:before, .magazine-wrapper .column-wrapper .article .info-title:after {
          content: " ";
          display: table; }
        .magazine-wrapper .column-wrapper .article .info-title:after {
          clear: both; }
        .magazine-wrapper .column-wrapper .article .info-title a {
          position: relative;
          display: inline-block;
          color: #c9122f;
           text color 
          font-size: 15px;
          font-weight: 600;
          margin-right: 15px;
          text-decoration: none; }
          .magazine-wrapper .column-wrapper .article .info-title a:hover {
            text-decoration: underline; }
        .magazine-wrapper .column-wrapper .article .info-title .date {
          position: relative;
          display: inline-block;
          color: #cbcbcb;
          font-size: 14px;
          font-weight: 600; }
        .magazine-wrapper .column-wrapper .article .info-title .pr-article {
          position: relative;
          display: inline-block;
          float: right;
          color: #fff;
           text color 
          font-size: 11px;
          font-weight: 600;
          margin-left: 15px;
          padding: 3px 5px;
          border-radius: 3px;
          background-color: #1b272f;
           text color  }
    .magazine-wrapper .column-wrapper .article-info {
      position: relative;
      *zoom: 1; }
      .magazine-wrapper .column-wrapper .article-info:before, .magazine-wrapper .column-wrapper .article-info:after {
        content: " ";
        display: table; }
      .magazine-wrapper .column-wrapper .article-info:after {
        clear: both; }
      .magazine-wrapper .column-wrapper .article-info a.next-article {
        position: relative;
        display: block;
        width: 100%;
        padding: 9px 15px;
        padding-right: 30px;
        border-radius: 4px;
         border radius 
        color: #fff;
         text color 
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        background-color: #c9112f;
         layer fill content 
        background-image: url("/cms/common-data/images/next-article.png");
        background-repeat: no-repeat;
        background-position: 95% 50%; }
        .magazine-wrapper .column-wrapper .article-info a.next-article:hover {
          background-color: #1b272f;
           text color  }
      .magazine-wrapper .column-wrapper .article-info img {
        position: relative;
        display: block;
        margin: 10px 0;
        width: 100%;
        height: auto; }
      .magazine-wrapper .column-wrapper .article-info .info-border {
        position: relative;
        display: block;
        text-decoration: none;
        border: 1px solid #d3d3d3;
         stroke 
        border-radius: 5px;
         border radius 
        margin: 5px 0;
        padding: 5px 15px;
        *zoom: 1; }
        .magazine-wrapper .column-wrapper .article-info .info-border:before, .magazine-wrapper .column-wrapper .article-info .info-border:after {
          content: " ";
          display: table; }
        .magazine-wrapper .column-wrapper .article-info .info-border:after {
          clear: both; }
        .magazine-wrapper .column-wrapper .article-info .info-border.print-btn {
          color: #1b272f;
           text color 
          font-size: 12px;
          font-weight: 600;
          text-align: right;
          text-transform: uppercase;
          padding: 12px 15px;
          background-image: url("/cms/common-data/images/print-icon.png");
          background-repeat: no-repeat;
          background-position: 5% 50%; }
          .magazine-wrapper .column-wrapper .article-info .info-border.print-btn:hover {
            background-color: #d3d3d3; }
        .magazine-wrapper .column-wrapper .article-info .info-border.send-btn {
          color: #1b272f;
           text color 
          font-size: 12px;
          font-weight: 600;
          text-align: right;
          text-transform: uppercase;
          padding: 12px 15px;
          background-image: url("/cms/common-data/images/send-icon.png");
          background-repeat: no-repeat;
          background-position: 5% 50%; }
          .magazine-wrapper .column-wrapper .article-info .info-border.send-btn:hover {
            background-color: #d3d3d3; }
        .magazine-wrapper .column-wrapper .article-info .info-border .date {
          position: relative;
          display: inline-block;
          color: #cbcbcb;
          font-size: 14px;
          font-weight: 600;
          line-height: 32px; }
        .magazine-wrapper .column-wrapper .article-info .info-border .fb-icon {
          display: inline-block;
          float: right;
          width: 88px;
          height: 29px;
          overflow: hidden; }
          .magazine-wrapper .column-wrapper .article-info .info-border .fb-icon img {
            margin: 0;
            padding: 0; }

@media (min-width: 768px) {
  .magazine-wrapper .column-navigation {
    width: 19%;
    margin-left: 3%;
    margin-right: 1.5%;
    margin-bottom: 0px; }
    .magazine-wrapper .column-navigation .news-block {
      display: block; }
  .magazine-wrapper .column-wrapper {
    width: 76.5%; }
    .magazine-wrapper .column-wrapper.article-detail .column {
      width: 60%; }
      .magazine-wrapper .column-wrapper.article-detail .column:last-child {
        width: 35.5%; }
    .magazine-wrapper .column-wrapper .article {
      width: 47%;
      margin: 0 1.5%;
      margin-bottom: 50px;
      float: left; } }
@media (min-width: 1024px) {
  .magazine-search {
    display: block; } }*/

/*# sourceMappingURL=screen.css.map */
