﻿@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
* {
  letter-spacing: 0.3px; }
  *:focus {
    outline: none !important; }

html {
  position: relative;
  min-height: 100%; }

body {
  top: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
  padding: 0 0 51px; }

@media (max-width: 767px) {
  body {
    padding: 0; } }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

select {
  border: none; }

.inlinestyle {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

@media (max-width: 575px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 575px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 767px) and (max-width: 991px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1199px) {
  .hidden-lg {
    display: none !important; } }

.fRight {
  float: right; }

.hidden {
  display: none; }

.nopadding {
  padding: 0; }

.nopadding-left {
  padding-left: 0; }

.nopadding-right {
  padding-right: 0; }

.noscroll {
  overflow: hidden; }

.hidden {
  display: none; }

.pd-5 {
  padding-left: 5px;
  padding-right: 5px; }

.btn {
  color: #fff;
  background-color: #27ae60;
  border-color: #2cc36b;
  transition: all 0.2s ease; }
  .btn.clear {
    background: #60db94;
    border-color: #68dd99; }
  .btn.linear {
    background: transparent;
    color: #27ae60;
    border-radius: 1px; }
  .btn.rounded {
    border-radius: 100px; }
  .btn:hover {
    color: #fff;
    background-color: #2cc36b;
    border-color: #2ecb70; }
  .btn:focus {
    color: #fff;
    background-color: #2ecb70;
    border-color: #32d175; }
  .btn:active {
    color: #fff;
    background-color: #2ecf72;
    border-color: #32d175; }
  .btn:not([href]):not([tabindex]) {
    color: #fff; }

.cbox {
  background: #fff;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.05);
  margin-bottom: 20px; }
  .cbox h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #464646; }
  .cbox h4 {
    margin-bottom: 10px; }
  .cbox.green {
    background: #27ae60;
    padding: 0; }
    .cbox.green h3 {
      color: #27ae60;
      background: #229955;
      padding: 20px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
      .cbox.green h3 + div, .cbox.green h3 + fieldset {
        padding: 0 20px 20px; }

.form-group label {
  margin-bottom: 5px; }

.form-control {
  background: #fff;
  line-height: 2;
  font-size: 0.8rem;
  box-shadow: none !important;
  transition: border-color 200ms ease; }

[type="checkbox"] {
  /* Remove default checkbox */
  /* checkbox aspect */ }
  [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    visibility: hidden; }
  [type="checkbox"] + label {
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    padding-left: 20px;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    user-select: none;
    /* IE10+ */ }
  [type="checkbox"] + label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s; }
  [type="checkbox"]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.26); }
  [type="checkbox"]:checked + label:before {
    top: 2px;
    left: 1px;
    width: 6px;
    height: 11px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(40deg);
    -moz-transform: rotateZ(40deg);
    -ms-transform: rotateZ(40deg);
    -o-transform: rotateZ(40deg);
    transform: rotateZ(40deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  [type="checkbox"]:checked:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    border-bottom: 2px solid rgba(0, 0, 0, 0.26); }
  [type="checkbox"] + label:after {
    border-radius: 2px; }
  [type="checkbox"] + label:before, [type="checkbox"] + label:after {
    content: '';
    left: 0;
    position: absolute;
    /* .1s delay is for check animation */
    -moz-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    -o-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    -webkit-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    z-index: 1; }
  [type="checkbox"]:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 10px;
    top: 10px;
    -webkit-transform: rotateZ(40deg);
    -moz-transform: rotateZ(40deg);
    -ms-transform: rotateZ(40deg);
    -o-transform: rotateZ(40deg);
    transform: rotateZ(40deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  [type="checkbox"]:not(:checked) + label:after {
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 2px solid #EAEAEA;
    top: 2px;
    z-index: 0; }
  [type="checkbox"]:checked + label:after {
    width: 16px;
    height: 16px;
    border: 2px solid #27ae60;
    background-color: #27ae60;
    top: 2px;
    z-index: 0; }
  [type="checkbox"]:disabled:not(:checked) + label:before {
    background-color: transparent;
    border: 2px solid transparent; }
  [type="checkbox"]:disabled:not(:checked) + label:after {
    border-color: transparent;
    background-color: #BDBDBD; }
  [type="checkbox"]:disabled:checked + label:before {
    background-color: transparent; }
  [type="checkbox"]:disabled:checked + label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD; }

.fClear:after {
  content: " ";
  display: table;
  clear: both; }

/*
    Flaticon icon font: Flaticon
    Creation date: 04/10/2016 14:01
    */
@font-face {
  font-family: "Flaticon";
  src: url("/Content/fonts/Flaticon.eot");
  src: url("/Content/fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Flaticon.woff") format("woff"), url("/Content/fonts/Flaticon.ttf") format("truetype"), url("/Content/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/Content/fonts/Flaticon.svg#Flaticon") format("svg"); } }

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.flaticon-house-shower:before {
  content: "\f100"; }

.flaticon-house-garage:before {
  content: "\f101"; }

.flaticon-house-scale:before {
  content: "\f102"; }

.flaticon-house-bed:before {
  content: "\f103"; }

.md-modal {
  background: #FFF;
  border: none;
  box-shadow: none;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
  border-radius: 3px; }
  .md-modal .modal-header h2 {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0; }
  .md-modal .modal-body:after {
    content: "";
    display: table;
    clear: both; }
  .md-modal .modal-body .form-control {
    background: #fff;
    border: 1px solid #d9dce5; }
  .md-modal .section {
    float: left;
    width: 100%; }
    .md-modal .section .sec-title {
      margin-bottom: 5px; }
      .md-modal .section .sec-title h3 {
        font-weight: bold;
        font-size: 0.8rem; }
    .md-modal .section:after {
      content: "";
      display: table;
      clear: both; }
    .md-modal .section .btn {
      text-transform: capitalize; }
  .md-modal .footer {
    position: relative;
    padding-top: 15px;
    text-align: right; }

.pagesimple > h1 {
  display: none; }

.pagesimple .text {
  margin-bottom: 30px; }
  .pagesimple .text p {
    margin-bottom: 2px; }

/*#region 0) select2*/
.select2 {
  width: 100% !important; }

.select2-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 15px;
  padding-right: 20px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.8rem;
  font-weight: 500; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 43px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-left: 8px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: #fff;
  border: none;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  top: 10px;
  width: 100%;
  z-index: 1051; }
  .select2-dropdown:before, .select2-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: #fff transparent; }
  .select2-dropdown:before {
    border-bottom-width: 8px;
    border-left-width: 8px;
    border-right-width: 8px;
    border-bottom-color: #e3e3e3;
    margin-left: -7px;
    top: -9px; }

.select2-results {
  display: block;
  border-radius: 4px;
  overflow: hidden; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease; }
  .select2-results__options::-webkit-scrollbar {
    width: 7px; }
  .select2-results__options::-webkit-scrollbar-track {
    border-radius: 10px; }
  .select2-results__options::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transition: all 0.2s ease; }
  .select2-results__options:hover {
    transition: all 0.2s ease; }

.select2-results__option {
  padding: 5px 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-word-break: break-all;
  word-break: break-all;
  font-size: 0.9rem;
  min-height: 33px; }

.select2-results__option:last-of-type {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.select2-results__option[aria-selected] {
  cursor: pointer; }
  .select2-results__option[aria-selected][aria-selected=true] {
    background-color: #ddd; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #e4eaec; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown + .select2-results {
  border-radius: 0; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #FFFFFF;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #6f6f6f;
  line-height: 40px;
  text-align: left; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px;
  right: 5px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: relative;
  z-index: 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 28px;
  padding-right: 10px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f3d0";
    font-family: "Ionicons"; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: not-allowed; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #d9dce5;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 6px 12px !important;
  min-height: 40px;
  width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline, .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline input {
    margin: 0 !important; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #58697f;
  color: #fff;
  border-radius: 3px;
  cursor: default;
  float: left;
  padding: 5px;
  margin: 0 5px 5px 0 !important;
  margin-right: 10px;
  font-size: 0.7rem; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  margin-left: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
  font-size: 1rem;
  line-height: 16px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #DCDCDC; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #27ae60;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

@media screen and (max-width: 1199px) {
  .select2 {
    width: 100% !important; } }

/*#endregion*/
/*#region 1) Slick*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/Content/images/misc/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 0px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*#endregion*/
/*#region 1.3) Ion ranger*/
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 25px;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2; }

.irs-disabled {
  opacity: 0.6; }

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40); }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs {
  height: 20px;
  margin-bottom: 20px; }

.irs-with-grid {
  height: 75px; }

.irs-line {
  height: 4px;
  top: 8px;
  background: #E2E2E2;
  border: 1px solid #E2E2E2;
  border-radius: 16px;
  -moz-border-radius: 16px; }

.irs-line-left {
  height: 4px; }

.irs-line-mid {
  height: 4px; }

.irs-line-right {
  height: 4px; }

.irs-bar {
  height: 4px;
  top: 8px;
  border-top: 1px solid #27ae60;
  border-bottom: 1px solid #27ae60;
  background: #27ae60; }

.irs-bar-edge {
  height: 4px;
  top: 8px;
  width: 14px;
  border: 1px solid #27ae60;
  border-right: 0;
  background: #27ae60;
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px; }

.irs-shadow {
  height: 2px;
  top: 8px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30); }

.irs-slider {
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #27ae60;
  background: #27ae60;
  border-radius: 27px;
  -moz-border-radius: 27px;
  cursor: pointer;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease; }

.irs-slider.state_hover, .irs-slider:hover {
  background: #2cc36b; }

.irs-min, .irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px; }

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc; }

.irs-from, .irs-to, .irs-single {
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: #27ae60;
  border-radius: 3px;
  -moz-border-radius: 3px; }

.irs-from, .irs-to {
  display: none; }

.irs-single {
  top: -22px;
  right: 0;
  left: initial !important;
  /*IE*/
  left: inherit !important;
  visibility: visible !important;
  float: right; }

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999; }

.irs-grid {
  height: 27px; }

.irs-grid-pol {
  opacity: 0.5;
  background: #428bca; }

.irs-grid-pol.small {
  background: #999; }

.irs-grid-text {
  bottom: 5px;
  color: #99a4ac; }

/*#endregion*/
/*#region 1.4) Magnific Popup*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -ms-transform-origin: 100%;
    -o-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/** Fade-zoom animation for first dialog */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }

.mfp-zoom-in .md-modal {
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .md-modal {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .md-modal {
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/*#endregion*/
/*#region 1.5) Flexslider*/
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  background: #ffffff;
  position: relative;
  -ms-zoom: 1;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  -ms-zoom: 1;
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-radius: 3px; }
  .flex-direction-nav a:hover {
    background: white; }
    .flex-direction-nav a:hover:before {
      opacity: 1; }

.flex-direction-nav a:before {
  content: "\f3d5";
  font-family: "Ionicons";
  font-size: 20px;
  line-height: 42px;
  color: #333;
  opacity: 0.75;
  font-weight: bold; }

.flex-direction-nav a.flex-next:before {
  content: "\f3d6"; }

.flexslider .flex-direction-nav .flex-prev {
  left: 10px; }

.flexslider .flex-direction-nav .flex-next {
  right: 10px; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  -ms-zoom: 1;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/*#endregion*/
/*#region 1.6) Notify*/
#notify {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  z-index: 99999; }
  #notify .container {
    position: fixed;
    top: -50px;
    right: 0;
    left: 0;
    width: 530px;
    min-height: 50px;
    padding: 5px;
    z-index: 999999999999;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease; }
    #notify .container.aviso {
      background: #f69e49; }
      #notify .container.aviso .icon span:before {
        content: "\f101";
        font-size: 1.1rem; }
    #notify .container.sucesso {
      background: #46be8a; }
      #notify .container.sucesso .icon span:before {
        content: "\f3fd";
        font-size: 2rem;
        line-height: 40px; }
    #notify .container.erro {
      background: #f96868; }
      #notify .container.erro .icon span:before {
        content: "\f404";
        font-size: 2rem;
        line-height: 40px; }
    #notify .container .icon {
      float: left;
      text-align: center;
      height: 40px;
      width: 40px;
      line-height: 40px;
      border-radius: 100px; }
      #notify .container .icon span {
        line-height: 25px;
        font-size: 26px;
        color: #fff; }
        #notify .container .icon span:before {
          content: "\f35b";
          display: inline-block;
          font-family: "Ionicons";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          text-rendering: auto;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
    #notify .container .content {
      position: relative;
      top: 0;
      left: 12px;
      width: 470px;
      font-size: 1rem;
      color: #333; }
      #notify .container .content .title {
        text-transform: uppercase;
        font-weight: bold; }
      #notify .container .content .text {
        width: 420px;
        height: 40px;
        display: table; }
      #notify .container .content p {
        letter-spacing: 0px;
        margin: 0;
        color: #fff;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        line-height: 17px; }
    #notify .container .actions {
      position: absolute;
      top: 12px;
      right: 10px;
      width: 25px;
      height: 25px;
      text-align: right; }
      #notify .container .actions a {
        font-size: 1.5rem;
        color: #fff;
        text-shadow: none;
        opacity: 0.4;
        transition: transform 0.5s cubic-bezier(0.16, 0.81, 0.32, 1), opacity 0.5s ease; }
        #notify .container .actions a:hover {
          opacity: 1;
          -webkit-transform: rotate3d(0, 0, 1, 180deg);
          transform: rotate3d(0, 0, 1, 180deg); }

/*#endregion*/
/*#region 0.0) General*/
body {
  min-height: 100%;
  display: flex;
  flex-direction: column; }
  body > .content {
    flex: 1; }

.dropdown-menu {
  display: block;
  visibility: hidden;
  border: 0;
  border-radius: 1px;
  background-color: #fff;
  opacity: 0;
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: all 250ms;
  transition: all 250ms; }
  .dropdown-menu a {
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 10px 15px;
    transition: all 0.3s ease; }
    .dropdown-menu a:hover {
      background: #fff;
      padding-left: 20px;
      color: #27ae60; }
    .dropdown-menu a:last-of-type {
      border-bottom: none; }
  .dropdown-menu:hover {
    visibility: visible !important;
    opacity: 1 !important;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.dropdown-toggle:hover + .dropdown-menu {
  display: block;
  visibility: visible !important;
  opacity: 1 !important;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.corner-ribbon {
  position: absolute;
  padding: 0 10px 0 12px;
  background: #27ae60;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  transition: all .25s ease;
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  left: 14px;
  top: 10px;
  z-index: 1; }
  .corner-ribbon:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #27ae60;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-radius: 20px;
    transition: all .25s ease; }
  .corner-ribbon:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    float: left;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px #27ae60;
    -webkit-box-shadow: -1px -1px 2px #27ae60;
    box-shadow: -1px -1px 2px #27ae60; }
  .corner-ribbon:hover {
    background: #229955;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  .corner-ribbon:hover:before {
    border-color: transparent transparent transparent #229955; }

.diagonal-ribbon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 200px;
  transform: rotate(-35deg);
  text-decoration: none !important;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  font-size: 1em;
  text-transform: uppercase;
  z-index: 999; }
  .diagonal-ribbon p {
    padding: 0 15px 0 15px;
    background: #27ae60;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 270px; }

/*#endregion*/
/*#region 1.0) Header*/
header {
  position: relative;
  min-height: 100px;
  width: 100%;
  background: #1e8449;
  opacity: 1; }

.main-nav {
  background: #fff;
  padding: 0;
  border-radius: 0;
  z-index: 31;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); }
  .main-nav .top-row {
    width: 100%;
    border-bottom: 1px solid #eeeff4; }
    .main-nav .top-row .navbar-toggle {
      position: absolute;
      top: 0;
      left: 0;
      width: 75px;
      line-height: 88px;
      border: none;
      background: transparent;
      font-size: 2rem;
      color: #9999b2;
      z-index: 999; }
    .main-nav .top-row .tr-column:after {
      content: "";
      display: table;
      clear: both; }
    .main-nav .top-row .tr-column:last-child:before {
      content: none; }
    .main-nav .top-row .tr-column .icon {
      float: left;
      width: 45px;
      height: 100%;
      padding: 18px;
      margin: auto;
      line-height: 41px;
      color: #b2bac5; }
      .main-nav .top-row .tr-column .icon i {
        font-size: 1.5rem; }
    .main-nav .top-row .tr-column .content {
      float: left;
      margin-left: 10px;
      margin-top: 1px;
      width: 65%; }
      .main-nav .top-row .tr-column .content h3 {
        font-size: 0.8rem;
        padding-top: 18px;
        text-transform: uppercase;
        color: #7a838e; }
      .main-nav .top-row .tr-column .content p, .main-nav .top-row .tr-column .content a {
        color: #4183D7;
        font-size: 0.7rem;
        font-weight: 600;
        max-height: 32px;
        margin-bottom: 1rem;
        display: block; }
    .main-nav .top-row .tr-column .logo img {
      max-width: 100%;
      max-height: 70px;
      margin: 0 auto;
      display: block; }
    .main-nav .top-row .translate {
      float: left; }
      .main-nav .top-row .translate h3 {
        margin-bottom: 0; }
      .main-nav .top-row .translate span {
        display: none; }
      .main-nav .top-row .translate .goog-te-gadget {
        color: transparent;
        height: 35px;
        overflow: hidden; }
        .main-nav .top-row .translate .goog-te-gadget .goog-te-combo {
          margin: 0;
          height: 32px;
          background: transparent;
          border: 0;
          color: #27ae60;
          font-size: 0.7rem;
          font-weight: 600;
          cursor: pointer;
          -webkit-appearance: initial;
          font-family: "Open Sans", sans-serif; }
          .main-nav .top-row .translate .goog-te-gadget .goog-te-combo option {
            color: #333; }
    .main-nav .top-row .top-social {
      float: right;
      overflow: hidden;
      height: 35px; }
      .main-nav .top-row .top-social li, .main-nav .top-row .top-social li .ts-icon, .main-nav .top-row .top-social li a {
        display: block;
        position: relative;
        float: right;
        width: auto;
        overflow: hidden;
        height: 35px;
        line-height: 35px; }
      .main-nav .top-row .top-social li:first-child {
        border-left: 0 !important; }
      .main-nav .top-row .top-social li a {
        float: none;
        display: inline-block;
        overflow: hidden;
        width: 34px;
        height: 34px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        line-height: 35px;
        -webkit-transition: color .3s ease,background-color .3s ease,width .3s ease;
        -o-transition: color .3s ease,background-color .3s ease,width .3s ease;
        -moz-transition: color .3s ease,background-color .3s ease,width .3s ease;
        transition: color .3s ease,background-color .3s ease,width .3s ease; }
        .main-nav .top-row .top-social li a:hover .ts-text {
          opacity: 1; }
        .main-nav .top-row .top-social li a .ts-icon {
          width: 34px;
          text-align: center;
          font-size: 15px; }
          .main-nav .top-row .top-social li a .ts-icon:before {
            line-height: 35px; }
      .main-nav .top-row .top-social li.socialFacebook a:hover {
        background: #3B5998; }
      .main-nav .top-row .top-social li.socialTwitter a:hover {
        background: #55acee; }
      .main-nav .top-row .top-social li.socialLinkedin a:hover {
        background: #007bb5; }
      .main-nav .top-row .top-social li.socialGoogle a:hover {
        background: #dd4b39; }
  .main-nav .bottom-row {
    background: #f7f7f7; }
    .main-nav .bottom-row .navbar-brand-wrappper .navbar-brand {
      padding-top: 10px;
      padding-bottom: 10px;
      margin: 0; }
      .main-nav .bottom-row .navbar-brand-wrappper .navbar-brand img {
        height: 50px;
        margin: 0; }
    .main-nav .bottom-row .navbar-nav-wrapper .nav {
      margin: 0;
      display: table;
      width: 100%; }
      .main-nav .bottom-row .navbar-nav-wrapper .nav li {
        display: table-cell;
        width: 1%;
        float: none; }
        .main-nav .bottom-row .navbar-nav-wrapper .nav li.btn-group {
          margin-right: 10px; }
        .main-nav .bottom-row .navbar-nav-wrapper .nav li .nav-link {
          text-align: center;
          text-transform: uppercase;
          line-height: 30px;
          font-size: 0.8rem;
          font-weight: 600;
          letter-spacing: 1px;
          color: #313944;
          transition: all 0.3s ease; }
          .main-nav .bottom-row .navbar-nav-wrapper .nav li .nav-link[data-active=true] {
            background: #eeeff4;
            border-color: #eeeff4; }
          .main-nav .bottom-row .navbar-nav-wrapper .nav li .nav-link.dropdown-toggle::after {
            content: "\f3d0";
            font-family: "Ionicons";
            border: none;
            position: relative;
            top: -15px;
            left: 1px; }
          .main-nav .bottom-row .navbar-nav-wrapper .nav li .nav-link:hover {
            background: #eeeff4;
            border-color: #eeeff4; }

@media (max-width: 767px) {
  .main-nav .top-row {
    padding: 10px 0;
    border: none; }
    .main-nav .top-row .tr-column:before {
      content: none; }
  .main-nav .container {
    padding: 0; }
  .main-nav .navbar-brand-wrappper {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
    .main-nav .navbar-brand-wrappper .navbar-toggler {
      color: #fff; }
    .main-nav .navbar-brand-wrappper .navbar-brand {
      display: inline-block;
      float: none;
      padding-top: 10px;
      padding-bottom: 10px; }
  .main-nav .navbar-nav-wrapper {
    background: #fff; }
    .main-nav .navbar-nav-wrapper .nav {
      float: none !important;
      width: 100%; }
      .main-nav .navbar-nav-wrapper .nav li {
        display: block;
        width: 100%; }
        .main-nav .navbar-nav-wrapper .nav li .nav-link {
          padding: .425rem 15px;
          color: #27ae60 !important;
          font-size: 0.7rem;
          font-weight: bold;
          border-bottom: 1px solid rgba(0, 0, 0, 0.04); }
          .main-nav .navbar-nav-wrapper .nav li .nav-link.dropdown-toggle::after {
            top: 0;
            float: right;
            font-size: 1rem;
            left: -15px; }
          .main-nav .navbar-nav-wrapper .nav li .nav-link + .dropdown-menu {
            display: none !important;
            position: relative;
            padding: 0;
            width: 100%;
            box-shadow: none;
            -ms-transform: scale(1, 1);
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
        .main-nav .navbar-nav-wrapper .nav li.open .dropdown-menu {
          display: block !important;
          opacity: 1 !important;
          visibility: visible !important; }
        .main-nav .navbar-nav-wrapper .nav li:last-child .nav-link {
          border-bottom: none; } }

@media (min-width: 767px) {
  .main-nav .navbar-nav-wrapper {
    height: auto !important; } }

/*#endregion*/
.wpd-wrapper .wpd-text-heading {
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin: 40px auto 0; }
  .wpd-wrapper .wpd-text-heading .wpd-heading {
    margin: 0;
    font-size: 2.25rem; }
    .wpd-wrapper .wpd-text-heading .wpd-heading .title {
      text-align: left;
      font-family: inherit; }
  .wpd-wrapper .wpd-text-heading .wpr-actions .btn {
    float: right;
    font-size: 13px;
    font-weight: 700; }

@media (max-width: 575px) {
  .wpd-wrapper .wpd-text-heading {
    text-align: center; }
  .wpd-wrapper .wpr-actions .btn {
    float: none !important;
    margin: 15px auto 0; } }

/*#region 1.0) Controls*/
/*#region 1.1) Banner*/
.banner.static-img {
  background: url("/Content/images/background/background.jpg") no-repeat;
  visibility: inherit;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: 50% 0;
  background-size: cover !important;
  background-repeat: no-repeat;
  opacity: 1; }
  .banner.static-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(0, 11, 16, 0.75), transparent); }
  .banner.static-img .banner-content {
    min-height: 400px; }
    .banner.static-img .banner-content .banner-search {
      vertical-align: bottom;
      display: table-cell;
      padding-bottom: 50px; }
      .banner.static-img .banner-content .banner-search .banner-search-container {
        box-shadow: 0px 0px 28px 5px rgba(0, 0, 0, 0.3); }
      .banner.static-img .banner-content .banner-search .banner-search-reference {
        bottom: 24px; }
        .banner.static-img .banner-content .banner-search .banner-search-reference a {
          background: rgba(45, 45, 45, 0.57); }

.banner .banner-content {
  margin: 0 auto;
  display: table;
  min-height: 140px; }
  .banner .banner-content .banner-text {
    text-align: center; }
    .banner .banner-content .banner-text h1 {
      color: #fff;
      text-transform: uppercase;
      font-size: 4rem;
      line-height: 5rem;
      font-family: "Montserrat", sans-serif;
      font-weight: 300; }
      .banner .banner-content .banner-text h1 b {
        font-weight: bold;
        color: #27ae60; }
  .banner .banner-content .banner-search {
    position: relative;
    vertical-align: middle;
    display: table-cell; }
    .banner .banner-content .banner-search .banner-search-container {
      position: relative;
      width: 100%;
      background: #fff;
      display: inline-block;
      flex-direction: row;
      align-items: flex-start;
      border-radius: 2px;
      /*box-shadow: 0px 0px 28px 5px rgba(0, 0, 0, 0.3);*/
      z-index: 30; }
      .banner .banner-content .banner-search .banner-search-container .banner-search-single {
        position: relative;
        text-align: left;
        padding: 15px 0 0 15px; }
        .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content {
          position: relative;
          width: 100%;
          height: 100%; }
          .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content:after {
            content: "";
            position: absolute;
            top: 0px;
            right: 0px;
            width: 1px;
            height: 30px;
            background: #e8e8e8; }
          .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .banner-search-heading {
            display: block;
            font-size: 12px;
            color: #27ae60;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 12px;
            margin: 0;
            white-space: nowrap;
            text-overflow: ellipsis; }
          .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .form-group {
            margin: 0; }
          .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker #mapHolder, .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .parish {
            display: none; }
          .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker label {
            display: block;
            font-size: 12px;
            color: #27ae60;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 12px;
            margin: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .district:after {
            content: "";
            position: absolute;
            top: 0px;
            right: 5px;
            width: 1px;
            height: 30px;
            background: #e8e8e8; }
          .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker {
            background: #fff;
            border: 0px;
            display: inline-block;
            height: auto;
            line-height: 40px;
            font-size: 14px;
            position: absolute;
            text-align: left;
            width: 100%;
            border-radius: 3px; }
            .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker input {
              height: 30px;
              padding-left: 0;
              font-weight: 600; }
            .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker span.loader {
              display: none;
              position: absolute;
              right: 30px;
              top: -8px;
              font-size: 7px;
              text-indent: -9999em;
              border-top: 0.5em solid rgba(0, 0, 0, 0.2);
              border-right: 0.5em solid rgba(0, 0, 0, 0.2);
              border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
              border-left: 0.5em solid #27ae60;
              -webkit-transform: translateZ(0);
              -ms-transform: translateZ(0);
              transform: translateZ(0);
              -webkit-animation: load8 0.7s infinite linear;
              animation: load8 0.7s infinite linear; }
              .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker span.loader, .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker span.loader:after {
                content: "";
                border-radius: 50%;
                width: 3em;
                height: 3em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
            .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker span.notfound {
              position: absolute;
              right: 30px;
              top: -10px;
              display: none; }
              .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker span.notfound:before {
                position: absolute;
                top: 0px;
                color: #F39C12;
                content: "\f3bc";
                font: 24px "Ionicons"; }
            .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker span.error {
              position: absolute;
              right: 30px;
              top: -10px;
              display: none; }
              .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker span.error:before {
                position: absolute;
                top: 0px;
                color: #f23240;
                content: "\f36e";
                font: 24px "Ionicons"; }
            .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker #dSuggestions {
              border-top: 0px;
              border-bottom: 0px;
              background: #FFF none;
              margin: -2px 0 0px 0px;
              overflow: auto;
              position: absolute;
              display: none;
              width: 94%;
              height: 150px;
              z-index: -1;
              box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); }
              .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker #dSuggestions::-webkit-scrollbar {
                opacity: 0;
                width: 5px; }
              .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker #dSuggestions::-webkit-scrollbar-track {
                border-radius: 10px; }
              .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker #dSuggestions::-webkit-scrollbar-thumb {
                background: rgba(0, 0, 0, 0.2);
                border-radius: 10px;
                transition: all 0.2s ease; }
              .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker #dSuggestions:hover {
                transition: all 0.2s ease; }
                .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker #dSuggestions:hover::-webkit-scrollbar {
                  display: block; }
              .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker #dSuggestions a, .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker #dSuggestions p {
                display: block;
                padding: 0 8px 0 20px;
                border-bottom: 1px solid rgba(0, 0, 0, 0.04);
                color: #55595c;
                font-size: 0.75rem;
                font-weight: 500;
                line-height: 29px;
                text-decoration: none;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 150ms ease;
                transition: all 0.3s ease; }
                .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker #dSuggestions a:hover, .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker #dSuggestions p:hover {
                  background: #fff;
                  padding-left: 25px;
                  color: #27ae60; }
                .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker #dSuggestions a .highlight, .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker #dSuggestions p .highlight {
                  text-decoration: underline;
                  font-weight: bold;
                  color: #27ae60; }
              .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker #dSuggestions p.separator {
                color: #000;
                border: 0;
                padding: 5px 8px 0;
                line-height: 16px;
                margin: 0; }
              .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker #dSuggestions p.total {
                text-align: center;
                margin: 0;
                padding: 0 !important; }
            .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker #dPickedLocations {
              position: absolute;
              left: 0;
              top: 3px; }
              .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker #dPickedLocations a {
                float: right;
                margin: 0 8px 0 0;
                padding: 0 15px 0 0;
                height: 24px;
                background: #27ae60;
                color: #fff;
                text-indent: 4px;
                font-size: 13px;
                line-height: 24px;
                border-radius: 2px; }
                .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker #dPickedLocations a:after {
                  position: relative;
                  left: 8px;
                  content: "x";
                  font-size: 13px;
                  top: -1px; }
                .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .dLocationPicker .locationPicker #dPickedLocations a:hover {
                  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.05);
                  text-decoration: none; }
          .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .select2-container--default .select2-selection--single {
            border-radius: 0;
            height: 30px; }
            .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .select2-container--default .select2-selection--single .select2-selection__rendered {
              padding: 0;
              line-height: 30px;
              font-size: 0.9rem; }
            .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .select2-container--default .select2-selection--single .select2-selection__arrow b {
              line-height: 0px;
              top: -4px; }
          .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .select2-container--default.select2-container--disabled .select2-selection--single {
            background: none; }
            .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered,
            .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow {
              color: #d9dce5; }
          .banner .banner-content .banner-search .banner-search-container .banner-search-single .banner-search-content .form-control {
            height: 30px;
            border: none;
            padding-left: 0; }
      .banner .banner-content .banner-search .banner-search-container .banner-search-single.search-btn {
        padding: 0;
        position: relative; }
        .banner .banner-content .banner-search .banner-search-container .banner-search-single.search-btn .banner-search-content:after {
          content: none; }
        .banner .banner-content .banner-search .banner-search-container .banner-search-single.search-btn .banner-search-content {
          border-right: 0;
          border-radius: 0 2px 2px 0; }
          .banner .banner-content .banner-search .banner-search-container .banner-search-single.search-btn .banner-search-content .banner-btn {
            font-size: 13px;
            height: 100%;
            border-radius: 0 2px 2px 0;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 42px; }
      .banner .banner-content .banner-search .banner-search-container .search-main, .banner .banner-content .banner-search .banner-search-container .search-reference {
        display: none; }
        .banner .banner-content .banner-search .banner-search-container .search-main.active, .banner .banner-content .banner-search .banner-search-container .search-reference.active {
          display: block; }
    .banner .banner-content .banner-search .banner-search-reference {
      position: absolute;
      bottom: 11px;
      right: 0;
      width: 185px; }
      .banner .banner-content .banner-search .banner-search-reference a {
        display: inline-block;
        padding: 7px 0;
        width: 100%;
        height: 100%;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        background: rgba(45, 45, 45, 0.27);
        color: #fff;
        font-size: .8rem;
        text-align: center;
        cursor: pointer; }

@media (min-width: 991px) {
  .banner .banner-content h1 {
    padding: 0 150px; } }

@media (max-width: 991px) {
  .banner .banner-content .banner-text h1 {
    font-size: 3rem;
    line-height: 4rem; } }

@media (max-width: 767px) {
  .banner .banner-content .banner-search-single.search-btn span {
    display: none; } }

@media (max-width: 575px) {
  .banner {
    min-height: 390px; }
    .banner.static-img {
      min-height: 390px; }
      .banner.static-img .banner-content {
        top: 0%; }
    .banner .banner-content {
      top: 0%; }
      .banner .banner-content .banner-text h1 {
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin: 0; }
      .banner .banner-content .banner-search .banner-search-container {
        margin-top: 30px; }
        .banner .banner-content .banner-search .banner-search-container .banner-search-content {
          position: relative;
          width: 100%;
          height: 100%; }
          .banner .banner-content .banner-search .banner-search-container .banner-search-content:after, .banner .banner-content .banner-search .banner-search-container .banner-search-content .district:after {
            content: none !important; }
          .banner .banner-content .banner-search .banner-search-container .banner-search-content .pd-5 {
            padding: 0; }
          .banner .banner-content .banner-search .banner-search-container .banner-search-content .county {
            padding-top: 15px; } }

/*#endregion*/
/*#region 1.2) Properties Roll*/
.wpr .wpr-actions {
  margin-bottom: 45px;
  text-align: center; }
  .wpr .wpr-actions .btn {
    padding: 15px;
    background: #27ae60;
    border-color: #27ae60;
    color: #fff; }
    .wpr .wpr-actions .btn:hover {
      background: #24a259;
      color: #fff; }

.wpr .slick-list {
  padding: 10px; }

@media (min-width: 1200px) {
  .wpr .container {
    max-width: 1200px; } }

.wpr-item {
  position: relative;
  bottom: -10px;
  margin: 10px;
  margin-bottom: 30px;
  background: #fff;
  transition: all .5s;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all 0.3s ease; }
  .wpr-item a {
    text-decoration: none !important; }
  .wpr-item:hover {
    border-color: #27ae60; }
  .wpr-item .wpr-item-thumbnail {
    position: relative;
    width: 100%;
    height: 200px;
    padding: 0;
    border: 0;
    margin: 0;
    border-radius: 0; }
    .wpr-item .wpr-item-thumbnail .wrapper {
      width: 100%;
      height: 100%;
      position: relative;
      clear: both; }
      .wpr-item .wpr-item-thumbnail .wrapper div {
        visibility: inherit;
        width: 100%;
        height: 100%;
        background-color: transparent;
        background-position: 50% 0;
        background-size: cover !important;
        background-repeat: no-repeat;
        opacity: 1;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px; }
      .wpr-item .wpr-item-thumbnail .wrapper .purpose {
        position: absolute;
        top: 10px;
        right: 10px;
        background: #27ae60;
        padding: 3px 10px;
        border-radius: 3px;
        color: #fff;
        font-size: 0.6rem;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 7px 0 rgba(0, 0, 0, 0.12); }
      .wpr-item .wpr-item-thumbnail .wrapper .triangle {
        width: 0px;
        height: 0px;
        border-bottom: 35px solid #fff;
        border-right: 50px solid transparent;
        position: absolute;
        bottom: 0;
        margin: 0;
        z-index: 31; }
      .wpr-item .wpr-item-thumbnail .wrapper .labels {
        position: absolute;
        top: 0;
        width: 100%;
        height: 35px;
        z-index: 30; }
  .wpr-item .wpr-item-header {
    position: relative;
    display: block;
    padding: 25px 25px 15px 25px; }
    .wpr-item .wpr-item-header h4 {
      color: #000;
      font-size: 1.1rem;
      font-weight: bold;
      margin-top: 0;
      margin-bottom: 5px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-transform: uppercase; }
    .wpr-item .wpr-item-header h4, .wpr-item .wpr-item-header p {
      transition: color 0.2s ease; }
    .wpr-item .wpr-item-header .location {
      line-height: 15px;
      font-size: 0.9rem;
      font-weight: 400;
      color: #27ae60;
      margin-bottom: 5px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-transform: uppercase; }
      .wpr-item .wpr-item-header .location i {
        font-size: 1rem; }
    .wpr-item .wpr-item-header .characteristics {
      list-style: none;
      width: 100%;
      margin: 15px 0 5px;
      padding: 0;
      min-height: 114px; }
      .wpr-item .wpr-item-header .characteristics li {
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 10px; }
        .wpr-item .wpr-item-header .characteristics li:after {
          content: "";
          display: table;
          clear: both; }
        .wpr-item .wpr-item-header .characteristics li label, .wpr-item .wpr-item-header .characteristics li span {
          margin: 0;
          float: left;
          text-transform: uppercase; }
        .wpr-item .wpr-item-header .characteristics li label {
          font-size: 0.8rem;
          line-height: 16px;
          color: #a4a9af;
          width: 59%; }
          .wpr-item .wpr-item-header .characteristics li label i {
            position: relative;
            top: 2px;
            font-size: 1.3rem;
            margin-right: 15px; }
        .wpr-item .wpr-item-header .characteristics li span {
          font-size: 0.8rem;
          width: 39%;
          font-weight: bold;
          color: #27ae60; }
  .wpr-item .wpr-item-info {
    margin: 0 25px;
    padding: 0px 0 15px;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .wpr-item .wpr-item-info:after {
      content: "";
      display: table;
      clear: both; }
    .wpr-item .wpr-item-info .purpose {
      margin: 0;
      color: #000;
      float: left;
      font-weight: 400; }
    .wpr-item .wpr-item-info .price {
      margin: 0;
      float: right;
      font-weight: 500;
      font-size: 1.2rem;
      color: #e74c3c; }
      .wpr-item .wpr-item-info .price.priceonrequest {
        font-size: 1rem;
        line-height: 28px; }

@media (max-width: 991px) {
  .wpr .slick-prev, .wpr .slick-next, .wpf .slick-prev, .wpf .slick-next {
    display: none !important; } }

@media (max-width: 575px) {
  .wpr .container {
    overflow: hidden; }
  .wpr .slick-list {
    overflow: visible; } }

/*#endregion*/
/*#region 1.3) Properties Feature*/
.wpf {
  position: relative;
  margin-bottom: 60px !important;
  padding-top: 65px !important;
  padding-bottom: 25px !important; }

.wpf-estate-property .wpf-title {
  margin: 0 0 25px;
  font-size: 2.2rem;
  position: relative;
  text-align: center;
  margin-bottom: 45px;
  text-transform: uppercase;
  padding-bottom: 35px; }
  .wpf-estate-property .wpf-title span {
    display: inline-block; }
  .wpf-estate-property .wpf-title .title {
    font-weight: bold; }
  .wpf-estate-property .wpf-title .desc {
    display: block;
    font-size: 18px;
    font-style: italic;
    color: #999999;
    font-weight: 400;
    text-transform: none;
    margin: 10px 0 0;
    line-height: 1.4; }

.wpf-estate-property .wpf-item {
  background: #FFF;
  margin-bottom: 30px;
  position: relative;
  border-radius: 4px; }
  .wpf-estate-property .wpf-item .wpf-item-thumbnail {
    height: 371px;
    padding: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
    .wpf-estate-property .wpf-item .wpf-item-thumbnail .wrapper {
      width: 100%;
      height: 100%;
      position: relative;
      clear: both; }
      .wpf-estate-property .wpf-item .wpf-item-thumbnail .wrapper div {
        visibility: inherit;
        width: 100%;
        height: 100%;
        background-color: transparent;
        background-position: 50% 0;
        background-size: cover !important;
        background-repeat: no-repeat;
        opacity: 1;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      .wpf-estate-property .wpf-item .wpf-item-thumbnail .wrapper .purpose {
        position: absolute;
        top: 10px;
        right: 10px;
        background: #27ae60;
        padding: 5px 10px;
        border-radius: 2px;
        color: #fff;
        font-size: 0.8rem;
        text-transform: uppercase;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 7px 0 rgba(0, 0, 0, 0.12); }
  .wpf-estate-property .wpf-item .wpf-item-content {
    padding: 25px 30px 0; }
    .wpf-estate-property .wpf-item .wpf-item-content .purpose {
      list-style: none;
      background-color: #fabd47;
      color: #FFF;
      padding: 3px 10px;
      margin-right: 2px;
      font-size: 90%;
      border-radius: 3px;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-size: 10px;
      display: inline-block; }
    .wpf-estate-property .wpf-item .wpf-item-content .actions {
      float: right; }
      .wpf-estate-property .wpf-item .wpf-item-content .actions li {
        display: inline-block;
        color: #999999;
        margin-left: 10px; }
    .wpf-estate-property .wpf-item .wpf-item-content .title {
      text-transform: uppercase; }
    .wpf-estate-property .wpf-item .wpf-item-content .property-address {
      color: #5d5d5d; }
    .wpf-estate-property .wpf-item .wpf-item-content .property-desc {
      border-top: 1px solid #ebebeb;
      margin: 25px -30px 0;
      padding: 17px 30px 0;
      font-style: normal;
      color: #888888; }
      .wpf-estate-property .wpf-item .wpf-item-content .property-desc .desc {
        max-height: 73px;
        overflow: hidden; }
      .wpf-estate-property .wpf-item .wpf-item-content .property-desc .price {
        font-size: 1.5rem;
        font-weight: 400;
        color: #27ae60; }
    .wpf-estate-property .wpf-item .wpf-item-content .characteristics {
      border-top: 1px solid #ebebeb;
      margin: 0px -30px 0;
      padding: 6px 15px;
      font-style: normal;
      color: #888888; }
      .wpf-estate-property .wpf-item .wpf-item-content .characteristics li {
        display: inline-block;
        text-align: center;
        margin-left: 15px; }
        .wpf-estate-property .wpf-item .wpf-item-content .characteristics li div.logo {
          width: 40px;
          height: 50px;
          display: inline-block;
          margin: 0 auto; }
          .wpf-estate-property .wpf-item .wpf-item-content .characteristics li div.logo i {
            color: #888888;
            font-size: 2rem; }
        .wpf-estate-property .wpf-item .wpf-item-content .characteristics li span.number {
          display: inline-block;
          line-height: 25px;
          font-size: 0.8rem;
          font-weight: 600;
          color: #888888;
          -ms-text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }

.wpf-estate-property .slick-prev, .wpf-estate-property .slick-next {
  height: 45px;
  width: 45px;
  padding: 8px; }
  .wpf-estate-property .slick-prev:before, .wpf-estate-property .slick-next:before {
    position: relative;
    top: -8px;
    font-family: "Ionicons";
    font-size: 45px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.wpf-estate-property .slick-prev {
  left: -50px; }
  .wpf-estate-property .slick-prev:before {
    content: "\f3d2"; }

.wpf-estate-property .slick-next {
  right: -50px; }
  .wpf-estate-property .slick-next:before {
    content: "\f3d3"; }

/*#endregion*/
/*#region 1.4) Properties List */
.wpl-wrapper .wpl-header {
  margin-bottom: 20px; }
  .wpl-wrapper .wpl-header .breadcrumb {
    background: transparent;
    padding: 2rem 0 .75rem;
    margin: 0; }
  .wpl-wrapper .wpl-header .wpl-title h1 {
    font-size: 1.75rem;
    font-weight: 400;
    padding: 0;
    border-bottom: 1px solid #f7f7f9;
    display: table-cell;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase; }
    .wpl-wrapper .wpl-header .wpl-title h1:before {
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #e1e5f0;
      z-index: -1; }
  .wpl-wrapper .wpl-header .wpl-ordering {
    position: relative;
    top: -9px; }

.wpl-wrapper .wpl-search .propertySearch.show {
  display: block;
  max-height: initial;
  will-change: transform;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-y: scroll;
  z-index: 999; }
  .wpl-wrapper .wpl-search .propertySearch.show .search {
    margin-bottom: 0px; }

.wpl-wrapper .wpl-search .search {
  width: 100%;
  background: #FFF;
  border-radius: 4px;
  margin-bottom: 20px; }
  .wpl-wrapper .wpl-search .search .s-header {
    padding: 20px;
    background: #27ae60;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .wpl-wrapper .wpl-search .search .s-header h2 {
      margin: 0;
      color: #fff;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1; }
    .wpl-wrapper .wpl-search .search .s-header .close {
      margin: 0;
      position: absolute;
      right: 20px;
      top: 16px;
      opacity: .2;
      color: #fff; }
      .wpl-wrapper .wpl-search .search .s-header .close:hover {
        opacity: 1; }
  .wpl-wrapper .wpl-search .search .s-body {
    padding: 20px 20px 10px 20px; }
    .wpl-wrapper .wpl-search .search .s-body label {
      text-transform: uppercase;
      color: #333;
      font-size: 0.8rem;
      font-weight: 600;
      margin-bottom: 5px; }
    .wpl-wrapper .wpl-search .search .s-body ul {
      padding: 0;
      list-style: none; }
      .wpl-wrapper .wpl-search .search .s-body ul li {
        margin-bottom: 15px; }
    .wpl-wrapper .wpl-search .search .s-body .generalInfo {
      margin-bottom: 5px; }
    .wpl-wrapper .wpl-search .search .s-body .propertyfeatures {
      margin-top: 15px; }
      .wpl-wrapper .wpl-search .search .s-body .propertyfeatures ul li {
        width: 50%;
        float: left;
        margin-bottom: 2px; }
        .wpl-wrapper .wpl-search .search .s-body .propertyfeatures ul li.feature_168 {
          width: 100%;
          float: left; }
        .wpl-wrapper .wpl-search .search .s-body .propertyfeatures ul li label {
          left: 9px;
          line-height: 19px; }
        .wpl-wrapper .wpl-search .search .s-body .propertyfeatures ul li [type="checkbox"] + label {
          left: 0; }
      .wpl-wrapper .wpl-search .search .s-body .propertyfeatures label {
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        position: relative;
        top: -3px;
        left: 5px;
        color: #333;
        text-transform: none; }
    .wpl-wrapper .wpl-search .search .s-body .reference {
      margin-top: 10px;
      margin-bottom: 15px; }
    .wpl-wrapper .wpl-search .search .s-body .dLocationPicker .country {
      display: none; }
    .wpl-wrapper .wpl-search .search .s-body .form-control {
      background: #fff;
      border: 1px solid #d9dce5; }
    .wpl-wrapper .wpl-search .search .s-body .select2-container--default .select2-selection--single {
      border: 1px solid #d9dce5; }
    .wpl-wrapper .wpl-search .search .s-body .irs .irs-from, .wpl-wrapper .wpl-search .search .s-body .irs .irs-to, .wpl-wrapper .wpl-search .search .s-body .irs .irs-single {
      background: #27ae60;
      color: #fff; }
    .wpl-wrapper .wpl-search .search .s-body .irs .irs-line {
      background: #d9dce5;
      height: 1px;
      top: 9px; }
    .wpl-wrapper .wpl-search .search .s-body .irs .irs-bar {
      background: #27ae60; }
    .wpl-wrapper .wpl-search .search .s-body .irs .irs-slider {
      background: #209150;
      border: 1px solid #209150; }
      .wpl-wrapper .wpl-search .search .s-body .irs .irs-slider:before {
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        width: 4px;
        height: 4px;
        border-radius: 100px;
        background: #fff; }
    .wpl-wrapper .wpl-search .search .s-body .other,
    .wpl-wrapper .wpl-search .search .s-body .mandatory cite,
    .wpl-wrapper .wpl-search .search .s-body .reference p.isBankProperty,
    .wpl-wrapper .wpl-search .search .s-body .reference p.isOpportunity {
      display: none; }
  .wpl-wrapper .wpl-search .search .s-footer .btn {
    background: #27ae60;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 0; }

.wpl-wrapper .wpl-list .wpr-item {
  top: 0;
  margin: 0;
  margin-bottom: 20px; }

.wpl-wrapper .wpl-list .wpl-showsearch {
  color: #fff;
  margin-bottom: 20px; }

.wpl-wrapper .pager {
  clear: both;
  margin: 0px;
  margin-bottom: 50px;
  text-align: right; }
  .wpl-wrapper .pager a.page {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0;
    text-decoration: none !important; }
    .wpl-wrapper .pager a.page.active {
      font-weight: bold; }
    .wpl-wrapper .pager a.page:hover span, .wpl-wrapper .pager a.page.active span {
      background: #27ae60;
      border-color: #27ae60;
      color: #fff;
      text-decoration: none; }
    .wpl-wrapper .pager a.page span {
      display: block;
      text-align: center;
      margin: 0;
      padding: 5px 13px;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      background: #fff;
      border: 1px solid #EAEAEA;
      border-radius: 4px; }
    .wpl-wrapper .pager a.page.btn {
      border-radius: 4px; }
  .wpl-wrapper .pager a.forward, .wpl-wrapper .pager a.backward {
    position: relative;
    top: -1px;
    border-radius: 4px;
    height: 34px;
    line-height: 16px;
    font-size: 0.6rem; }

@media (max-width: 767px) {
  .wpl-wrapper .wpl-header .wpl-title h1:before {
    content: none; }
  .wpl-wrapper .wpl-header .wpl-ordering {
    top: 0;
    margin-top: 10px; }
  .wpl-wrapper .propertySearch {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 0;
    z-index: 1;
    display: none; } }

/*#endregion*/
/*#region 1.5) DETAIL [PROPERTY]*/
.property-detail .property {
  position: relative;
  padding-top: 80px; }
  .property-detail .property .pd-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 1px 0px 20px transparent;
    transition: all 200ms ease; }
    .property-detail .property .pd-header.sticky {
      position: fixed;
      background: #fff;
      padding: 0;
      z-index: 11;
      padding: 10px 20px;
      box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); }
    .property-detail .property .pd-header .ph-title {
      font-size: 2em;
      line-height: 1;
      text-transform: uppercase;
      margin: 0 0 5px 0; }
    .property-detail .property .pd-header .ph-location {
      margin: 0;
      line-height: 1;
      font-weight: 600;
      color: #27ae60; }
      .property-detail .property .pd-header .ph-location i {
        color: #27ae60; }
    .property-detail .property .pd-header .ph-price {
      float: right;
      font-size: 3rem;
      line-height: 3.4rem;
      margin: 0;
      text-transform: uppercase;
      margin-bottom: 0;
      color: #27ae60; }
      .property-detail .property .pd-header .ph-price .priceonrequest {
        font-size: 2rem; }
  .property-detail .property .pd-content .pc-general .pg-photos {
    position: relative;
    margin-bottom: 20px; }
    .property-detail .property .pd-content .pc-general .pg-photos .wrapper {
      position: relative;
      box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07); }
    .property-detail .property .pd-content .pc-general .pg-photos .favorite {
      position: absolute;
      top: 15px;
      left: 15px;
      z-index: 1; }
      .property-detail .property .pd-content .pc-general .pg-photos .favorite a {
        display: inline-block;
        width: 70px;
        height: 70px;
        background: #e74c3c;
        color: #fff;
        text-align: center;
        line-height: 70px;
        border-radius: 100%;
        font-size: 2em;
        transition: all 0.2s ease; }
        .property-detail .property .pd-content .pc-general .pg-photos .favorite a:hover {
          background: #ea6153; }
    .property-detail .property .pd-content .pc-general .pg-photos .mainPhoto {
      display: block;
      height: 537px;
      text-align: center;
      width: 100%;
      overflow: hidden; }
      .property-detail .property .pd-content .pc-general .pg-photos .mainPhoto .slides li {
        position: relative;
        background: #fff;
        height: 537px;
        line-height: 537px; }
        .property-detail .property .pd-content .pc-general .pg-photos .mainPhoto .slides li img {
          cursor: zoom-in;
          overflow: hidden;
          vertical-align: middle;
          display: inline-block;
          max-height: 100%;
          max-width: 100%;
          width: auto;
          height: auto;
          margin: auto; }
    .property-detail .property .pd-content .pc-general .pg-photos .tag-wrapper {
      height: 0; }
      .property-detail .property .pd-content .pc-general .pg-photos .tag-wrapper .tag {
        display: table;
        position: relative;
        top: -280px;
        width: auto;
        transform: rotate(-35deg);
        background: #27ae60;
        color: #fff;
        text-decoration: none !important;
        text-align: center;
        height: 50px;
        line-height: 63px;
        border-radius: 5px;
        margin: 0 auto;
        font-size: 2.5em;
        text-transform: uppercase;
        padding: 0 15px 0 15px; }
    .property-detail .property .pd-content .pc-general .pg-photos .thumbnails {
      bottom: 0;
      background: #fff;
      padding: 15px;
      height: 100px;
      overflow: hidden;
      width: 100%; }
      .property-detail .property .pd-content .pc-general .pg-photos .thumbnails .slides li {
        max-height: 70px;
        opacity: 0.6;
        transition: all 0.2s ease;
        cursor: pointer;
        text-align: center;
        border: 2px solid #EAEAEA;
        border-radius: 4px;
        overflow: hidden;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        filter: grayscale(100%); }
        .property-detail .property .pd-content .pc-general .pg-photos .thumbnails .slides li.flex-active-slide {
          border-color: #27ae60;
          opacity: 1;
          -webkit-filter: grayscale(0%);
          -moz-filter: grayscale(0%);
          -o-filter: grayscale(0%);
          -ms-filter: grayscale(0%);
          filter: grayscale(0%); }
        .property-detail .property .pd-content .pc-general .pg-photos .thumbnails .slides li img {
          overflow: hidden;
          vertical-align: middle;
          display: inline-block;
          max-height: 100%;
          max-width: 100%;
          width: auto;
          height: auto;
          margin: auto;
          border-radius: 2px; }
      .property-detail .property .pd-content .pc-general .pg-photos .thumbnails .flex-prev, .property-detail .property .pd-content .pc-general .pg-photos .thumbnails .flex-next {
        display: none; }
  .property-detail .property .pd-content .pc-general .pg-details li {
    border: 1px solid #F4F4F4;
    background: #F9F9F9;
    color: #9F9F9F;
    font-weight: 600;
    padding: 10px 20px;
    margin-bottom: 10px; }
    .property-detail .property .pd-content .pc-general .pg-details li:after {
      content: "";
      display: table;
      clear: both; }
    .property-detail .property .pd-content .pc-general .pg-details li label {
      margin: 0; }
    .property-detail .property .pd-content .pc-general .pg-details li span {
      float: right; }
  .property-detail .property .pd-content .pc-general .pg-description fieldset {
    margin-bottom: 10px; }
  .property-detail .property .pd-content .pc-general .pg-description .description {
    color: #ABABAB;
    font-weight: 400; }
  .property-detail .property .pd-content .pc-general .pg-share .socialSharing {
    float: left;
    margin: 0; }
    .property-detail .property .pd-content .pc-general .pg-share .socialSharing > li {
      float: left;
      margin: 0;
      margin-right: 5px;
      list-style: none; }
      .property-detail .property .pd-content .pc-general .pg-share .socialSharing > li a {
        display: block;
        text-align: center;
        font-size: 17px;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        color: #fff; }
        .property-detail .property .pd-content .pc-general .pg-share .socialSharing > li a span {
          display: none; }
        .property-detail .property .pd-content .pc-general .pg-share .socialSharing > li a i:before {
          line-height: 40px; }
      .property-detail .property .pd-content .pc-general .pg-share .socialSharing > li:last-child {
        margin-right: 0; }
      .property-detail .property .pd-content .pc-general .pg-share .socialSharing > li.facebook a {
        background: #3b5998; }
      .property-detail .property .pd-content .pc-general .pg-share .socialSharing > li.twitter a {
        background: #55acee; }
      .property-detail .property .pd-content .pc-general .pg-share .socialSharing > li.pinterest a {
        background: #cb2027; }
        .property-detail .property .pd-content .pc-general .pg-share .socialSharing > li.pinterest a img {
          display: none; }
      .property-detail .property .pd-content .pc-general .pg-share .socialSharing > li.gplus a {
        background: #dd4b39; }
      .property-detail .property .pd-content .pc-general .pg-share .socialSharing > li.linkedin a {
        background: #007bb5; }
  .property-detail .property .pd-content .pc-general .pg-share .btn {
    float: right;
    padding: 9px 12px;
    margin-left: 10px; }
    .property-detail .property .pd-content .pc-general .pg-share .btn:first-child {
      margin-left: 0; }
  .property-detail .property .pd-content .pc-general .pg-video object {
    width: 100% !important; }
  .property-detail .property .pd-content .pc-general .pg-location #dMap {
    overflow: hidden; }
    .property-detail .property .pd-content .pc-general .pg-location #dMap #dGoogleMap {
      width: 100% !important; }
    .property-detail .property .pd-content .pc-general .pg-location #dMap #noSVOverlay {
      display: none;
      background: #e74c3c;
      color: #fff;
      text-align: center;
      padding: 10px 0; }
      .property-detail .property .pd-content .pc-general .pg-location #dMap #noSVOverlay p {
        margin-bottom: 5px; }
      .property-detail .property .pd-content .pc-general .pg-location #dMap #noSVOverlay a {
        color: #fff; }
    .property-detail .property .pd-content .pc-general .pg-location #dMap .ctrDirections #directionsPanel {
      width: 100%;
      padding: 10px 0; }
      .property-detail .property .pd-content .pc-general .pg-location #dMap .ctrDirections #directionsPanel:after {
        content: "";
        display: block;
        clear: both; }
      .property-detail .property .pd-content .pc-general .pg-location #dMap .ctrDirections #directionsPanel > div {
        padding: 0; }
      .property-detail .property .pd-content .pc-general .pg-location #dMap .ctrDirections #directionsPanel .form-control {
        width: 100%;
        height: 32px;
        line-height: 32px;
        float: left;
        border: 1px solid #EAEAEA; }
      .property-detail .property .pd-content .pc-general .pg-location #dMap .ctrDirections #directionsPanel .btnGps {
        float: left;
        margin-left: 5px;
        height: 32px;
        width: 19%;
        text-align: center;
        background: #fff;
        border: 1px solid #EAEAEA;
        font-size: 15px; }
        .property-detail .property .pd-content .pc-general .pg-location #dMap .ctrDirections #directionsPanel .btnGps i:before {
          line-height: 32px; }
      .property-detail .property .pd-content .pc-general .pg-location #dMap .ctrDirections #directionsPanel .btn {
        float: left;
        margin-left: 5px;
        height: 32px;
        line-height: 32px;
        padding: 0 15px;
        width: 75%;
        background: #fff;
        color: #333;
        border: 1px solid #EAEAEA;
        border-radius: 0; }
        .property-detail .property .pd-content .pc-general .pg-location #dMap .ctrDirections #directionsPanel .btn:hover {
          text-decoration: none;
          color: #27ae60; }
    .property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData {
      padding: 15px; }
      .property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData:after {
        content: "";
        display: block;
        clear: both; }
      .property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData #locationType {
        float: left; }
        .property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData #locationType.aprox {
          background: url("../images/misc/markers/locationtype_sprite.png") no-repeat 0px -39px transparent; }
        .property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData #locationType.exact {
          background: url("../images/misc/markers/locationtype_sprite.png") no-repeat 0 11px transparent; }
        .property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData #locationType .locationTypeLabel {
          display: block;
          color: #666;
          line-height: 30px;
          padding: 0px 0px 0px 40px; }
        .property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData #locationType .locationAddress {
          padding: 0px 0px 0px 40px;
          color: #666; }
      .property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData .coordinates, .property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData .results {
        float: right;
        padding: 5px 0 0 0; }
        .property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData .coordinates div, .property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData .results div {
          color: #666; }
          .property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData .coordinates div label, .property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData .results div label {
            margin: 0px 2px 0px 0px; }
          .property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData .coordinates div span, .property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData .results div span {
            float: right; }
      .property-detail .property .pd-content .pc-general .pg-location #dMap #dLocationData .results {
        display: none;
        padding: 0;
        height: auto; }
    .property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities {
      height: 190px;
      margin: 15px 0px 0px;
      padding: 10px 17px;
      width: 100%; }
      .property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints {
        margin: 8px 0px 0px; }
        .property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint {
          padding: 0; }
          .property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .ck {
            background: url("../images/misc/markers/markers_sprite.png") no-repeat transparent;
            display: block;
            height: 39px;
            line-height: 50px;
            margin: 0px 0px 10px;
            padding: 0px 5px 0px 40px; }
            .property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .ck label {
              position: relative;
              top: 0;
              font-size: 0.8em;
              color: #666;
              margin: 0px 0px 0px 5px; }
          .property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .transports {
            background-position: 0 0; }
          .property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .commerce {
            background-position: 0 -40px; }
          .property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .restaurants {
            background-position: 0 -80px; }
          .property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .health {
            background-position: 0 -120px; }
          .property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .pharmacies {
            background-position: 0 -160px; }
          .property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .security {
            background-position: 0 -200px; }
          .property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .education {
            background-position: 0 -240px; }
          .property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .sport {
            background-position: 0 -280px; }
          .property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints .ipoint .services {
            background-position: 0 -320px; }
        .property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints [type="checkbox"] + label:before, .property-detail .property .pd-content .pc-general .pg-location #dMap .dLocationUtilities .ctrInterestPoints [type="checkbox"] + label:after {
          top: 17px; }
  .property-detail .property .pd-content .pc-sideview .pg-inforequest h3 {
    margin-bottom: 10px; }
  .property-detail .property .pd-content .pc-sideview .pg-inforequest label {
    text-transform: uppercase;
    color: #27ae60;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 5px; }
  .property-detail .property .pd-content .pc-sideview .pg-inforequest textarea {
    border-radius: 4px; }
  .property-detail .property .pd-content .pc-sideview .pg-inforequest .form-control {
    background: #fff;
    border: 1px solid #d9dce5; }
  .property-detail .property .pd-content .pc-sideview .pg-inforequest .actions .btn {
    text-transform: capitalize; }
  .property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails > div {
    position: relative;
    border: 1px solid #F4F4F4;
    background: #F9F9F9;
    padding: 15px 20px;
    margin-bottom: 10px; }
    .property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails > div h4 {
      color: #9F9F9F;
      font-weight: 600;
      font-size: 1em;
      margin: 0;
      cursor: pointer; }
      .property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails > div h4:after {
        position: absolute;
        right: 15px;
        content: "\f3d2";
        font-family: Ionicons; }
      .property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails > div h4.open {
        color: #333; }
        .property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails > div h4.open:after {
          content: "\f3d0"; }
    .property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails > div > ul {
      display: none;
      margin-top: 10px; }
      .property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails > div > ul > li {
        font-weight: 500;
        padding-bottom: 15px; }
        .property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails > div > ul > li:first-child {
          padding-top: 15px; }
      .property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails > div > ul ul li {
        padding: 0px 0px 5px;
        font-weight: 500; }
        .property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails > div > ul ul li:first-child {
          padding: 5px 0px 5px; }
  .property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails label {
    color: #27ae60;
    font-weight: 400;
    margin: 0; }
  .property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails li.Validating, .property-detail .property .pd-content .pc-sideview .pg-features #featuresDetails li.Exempt {
    background: none;
    height: auto;
    text-indent: 0; }
  .property-detail .property .pd-content .pc-sideview .pg-features #F002 li {
    background: url(../images/misc/energy_rating_back.png) no-repeat 0 0;
    width: 160px;
    height: 140px;
    text-indent: -9999px; }
  .property-detail .property .pd-content .pc-sideview .pg-features #F002 li.A {
    background-position: 0 0; }
  .property-detail .property .pd-content .pc-sideview .pg-features #F002 li.A_plus {
    background-position: 0 -140px; }
  .property-detail .property .pd-content .pc-sideview .pg-features #F002 li.B {
    background-position: 0 -280px; }
  .property-detail .property .pd-content .pc-sideview .pg-features #F002 li.B_minus {
    background-position: 0 -420px; }
  .property-detail .property .pd-content .pc-sideview .pg-features #F002 li.C {
    background-position: 0 -560px; }
  .property-detail .property .pd-content .pc-sideview .pg-features #F002 li.D {
    background-position: 0 -700px; }
  .property-detail .property .pd-content .pc-sideview .pg-features #F002 li.E {
    background-position: 0 -840px; }
  .property-detail .property .pd-content .pc-sideview .pg-features #F002 li.F {
    background-position: 0 -980px; }
  .property-detail .property .pd-content .pc-sideview .pg-features #F002 li.G {
    background-position: 0 -1120px; }
  .property-detail .property .pd-content .pc-sideview .pg-labels {
    clear: both;
    margin: 20px 0 20px 0; }
    .property-detail .property .pd-content .pc-sideview .pg-labels ul {
      list-style: none; }
      .property-detail .property .pd-content .pc-sideview .pg-labels ul:after {
        content: "";
        display: table;
        clear: both; }
      .property-detail .property .pd-content .pc-sideview .pg-labels ul li {
        float: left;
        height: 24px;
        line-height: 24px;
        position: relative;
        font-size: 11px;
        margin-right: 20px;
        margin-top: 5px; }
      .property-detail .property .pd-content .pc-sideview .pg-labels ul a {
        display: inline-block;
        padding: 0 10px 0 12px;
        background: #27ae60;
        color: #fff;
        text-decoration: none;
        border-radius: 4px;
        transition: all 0.25s ease; }
        .property-detail .property .pd-content .pc-sideview .pg-labels ul a:before {
          content: "";
          float: left;
          position: absolute;
          top: 0;
          right: -10px;
          width: 0;
          height: 0;
          border-color: transparent transparent transparent #27ae60;
          border-style: solid;
          border-width: 12px 0 12px 12px;
          border-radius: 20px;
          transition: all 0.25s ease; }
        .property-detail .property .pd-content .pc-sideview .pg-labels ul a:after {
          content: "";
          position: absolute;
          top: 10px;
          right: 0;
          float: left;
          width: 4px;
          height: 4px;
          -moz-border-radius: 2px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          background: #fff;
          -moz-box-shadow: -1px -1px 2px #229955;
          -webkit-box-shadow: -1px -1px 2px #229955;
          box-shadow: -1px -1px 2px #229955; }
        .property-detail .property .pd-content .pc-sideview .pg-labels ul a:hover {
          background: #1e8449;
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); }
          .property-detail .property .pd-content .pc-sideview .pg-labels ul a:hover:before {
            border-color: transparent transparent transparent #1e8449; }

@media (max-width: 991px) {
  .property-detail .property .pd-header {
    text-align: center; }
    .property-detail .property .pd-header .ph-price {
      float: none; }
  .property-detail .property .pd-content .pg-photos .mainPhoto {
    height: auto;
    max-height: 520px; }
    .property-detail .property .pd-content .pg-photos .mainPhoto .slides li {
      height: 520px;
      line-height: 520px; }
    .property-detail .property .pd-content .pg-photos .mainPhoto .slick-track, .property-detail .property .pd-content .pg-photos .mainPhoto .slick-list {
      height: auto; }
    .property-detail .property .pd-content .pg-photos .mainPhoto img {
      position: initial !important; } }

@media (max-width: 767px) {
  .property-detail .property .pd-content .pg-photos .mainPhoto {
    height: auto;
    max-height: 450px !important; }
    .property-detail .property .pd-content .pg-photos .mainPhoto .slides li {
      height: 450px !important;
      line-height: 450px !important; }
  .property-detail .property .pd-content .pg-photos .thumbnails {
    display: none; } }

@media (max-width: 575px) {
  .property-detail .property .pd-header .ph-title {
    font-size: 1.6em; }
  .property-detail .property .pd-header .ph-price {
    margin-top: 10px;
    font-size: 2em;
    line-height: 34px; }
  .property-detail .property .pd-content .pc-general .dLocationUtilities {
    height: auto !important; }
  .property-detail .property .pd-content .pg-photos .mainPhoto {
    height: auto;
    max-height: 250px !important; }
    .property-detail .property .pd-content .pg-photos .mainPhoto .slides li {
      height: 250px !important;
      line-height: 250px !important; }
  .property-detail .property .pd-content .pg-share {
    float: none !important; }
    .property-detail .property .pd-content .pg-share .socialSharing {
      float: none !important;
      text-align: center;
      margin: 0 auto !important; }
      .property-detail .property .pd-content .pg-share .socialSharing > li {
        display: inline-block;
        float: none; }
    .property-detail .property .pd-content .pg-share .btn {
      margin: 10px auto !important;
      float: none !important;
      display: block;
      margin-top: 10px; }
      .property-detail .property .pd-content .pg-share .btn:last-child {
        margin-right: 0; } }

/*#endregion*/
/*#region 1.6) Print [ PROPERTIES ]*/
.propertyPrint {
  position: relative;
  margin: 20px 0;
  width: 800px;
  height: 100%;
  margin: 0 auto; }
  .propertyPrint h1, .propertyPrint h2, .propertyPrint h3, .propertyPrint h4 {
    -webkit-print-color-adjust: exact;
    color: #393939 !important; }
  .propertyPrint .nopadding {
    padding: 0; }
  .propertyPrint .header {
    margin-top: 10px;
    position: relative;
    height: 98px;
    z-index: 999999; }
    .propertyPrint .header .price {
      width: 265px;
      height: 70px;
      position: relative;
      top: -12px; }
      .propertyPrint .header .price text {
        font-size: 3em;
        font-weight: 600; }
    .propertyPrint .header .logo {
      margin: 10px 10px 0 0;
      height: 60px;
      float: right; }
    .propertyPrint .header .headerimg {
      position: absolute;
      width: 400px; }
    .propertyPrint .header .title {
      font-size: 2rem;
      margin: 0;
      text-align: left;
      line-height: 40px; }
    .propertyPrint .header .location, .propertyPrint .header cite {
      text-align: left;
      font-size: 17px;
      color: #b5b5b5 !important;
      letter-spacing: 0 !important; }
      .propertyPrint .header .location i:before, .propertyPrint .header cite i:before {
        color: #27ae60 !important; }
  .propertyPrint .photos {
    margin-top: -20px; }
    .propertyPrint .photos img {
      max-height: 100%;
      max-width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .propertyPrint .photos .mainPhoto {
      width: 595px;
      margin-right: 5px;
      max-height: 446px; }
      .propertyPrint .photos .mainPhoto .mainPhotoWrapper {
        width: 100%;
        height: 100%; }
      .propertyPrint .photos .mainPhoto img {
        width: 100%; }
    .propertyPrint .photos .thumbnails {
      overflow: hidden;
      max-height: 446px; }
      .propertyPrint .photos .thumbnails .photo {
        height: 32.6%;
        position: relative;
        margin-bottom: 5px;
        overflow: hidden; }
    .propertyPrint .photos .cenergy {
      position: absolute;
      bottom: 5px;
      left: 5px;
      padding: 0;
      width: 60px;
      height: 63px; }
      .propertyPrint .photos .cenergy span {
        display: inline-block;
        background: url(../images/misc/energetic_class_icons.png) no-repeat 0 0;
        width: 60px;
        height: 63px; }
        .propertyPrint .photos .cenergy span.Isento {
          display: none; }
        .propertyPrint .photos .cenergy span.A {
          background-position: 0 -63px; }
        .propertyPrint .photos .cenergy span.B {
          background-position: 0 -126px; }
        .propertyPrint .photos .cenergy span.B- {
          background-position: 0 -189px; }
        .propertyPrint .photos .cenergy span.C {
          background-position: 0 -252px; }
        .propertyPrint .photos .cenergy span.D {
          background-position: 0 -315px; }
        .propertyPrint .photos .cenergy span.E {
          background-position: 0 -378px; }
        .propertyPrint .photos .cenergy span.F {
          background-position: 0 -441px; }
  .propertyPrint .content {
    margin: 10px 0; }
    .propertyPrint .content h3 {
      color: #27ae60 !important;
      font-size: 22px;
      margin-bottom: 5px; }
    .propertyPrint .content .description {
      max-height: 85px;
      margin-bottom: 20px;
      overflow: hidden; }
      .propertyPrint .content .description h3 {
        display: none; }
      .propertyPrint .content .description p {
        font-size: 14px;
        color: #393939 !important;
        text-align: justify; }
    .propertyPrint .content .details {
      height: auto;
      text-align: center;
      overflow: hidden; }
      .propertyPrint .content .details .details .detail-wrapper {
        border: 1px solid #F4F4F4;
        background: #F9F9F9;
        color: #9F9F9F;
        font-weight: 600;
        padding: 10px 20px;
        margin-bottom: 10px; }
        .propertyPrint .content .details .details .detail-wrapper:after {
          content: "";
          display: table;
          clear: both; }
        .propertyPrint .content .details .details .detail-wrapper label {
          float: left;
          margin: 0; }
        .propertyPrint .content .details .details .detail-wrapper span {
          float: right; }
      .propertyPrint .content .details label {
        display: block;
        color: #27ae60 !important; }
      .propertyPrint .content .details span {
        color: #393939 !important; }
      .propertyPrint .content .details label, .propertyPrint .content .details span {
        font-size: 14px; }
  .propertyPrint .building .content .cheader {
    height: auto; }
  .propertyPrint .agency {
    position: static;
    margin: 0 auto;
    display: block;
    bottom: 0;
    left: 0;
    background-color: #eff3f5 !important;
    padding: 20px 20px 50px 20px;
    margin-top: 20px;
    color: #393939 !important;
    -webkit-print-color-adjust: exact;
    border-top: 3px solid #27ae60; }
    .propertyPrint .agency #groupAgency {
      position: relative; }
    .propertyPrint .agency .header {
      height: auto; }
      .propertyPrint .agency .header .logo {
        background-color: #fff !important;
        position: relative;
        margin: 0;
        float: left;
        width: 300px !important;
        height: 170px;
        -webkit-print-color-adjust: exact; }
        .propertyPrint .agency .header .logo img {
          padding: 10px;
          max-height: 100%;
          max-width: 100%;
          width: auto;
          height: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
      .propertyPrint .agency .header h2 {
        color: #27ae60 !important;
        font-size: 19px;
        padding-left: 0;
        margin: 0; }
      .propertyPrint .agency .header h3 {
        color: #393939 !important;
        font-size: 12px;
        padding-left: 0; }
      .propertyPrint .agency .header .socialID {
        padding-left: 0; }
        .propertyPrint .agency .header .socialID span, .propertyPrint .agency .header .socialID i {
          font-size: 12px;
          color: #393939 !important;
          font-style: normal; }
    .propertyPrint .agency .address {
      padding-left: 0; }
      .propertyPrint .agency .address label {
        display: none; }
      .propertyPrint .agency .address p {
        margin: 5px 0 15px 0; }
        .propertyPrint .agency .address p span {
          color: #393939 !important;
          font-size: 12px; }
    .propertyPrint .agency .contacts {
      padding-left: 0; }
      .propertyPrint .agency .contacts label {
        display: none; }
      .propertyPrint .agency .contacts i {
        display: inline-block;
        width: 20px;
        text-align: center; }
      .propertyPrint .agency .contacts .phone, .propertyPrint .agency .contacts .mobile, .propertyPrint .agency .contacts .email, .propertyPrint .agency .contacts .email a, .propertyPrint .agency .contacts .website, .propertyPrint .agency .contacts .website a {
        font-size: 11px;
        line-height: 16px;
        color: #393939 !important;
        margin: 0; }
        .propertyPrint .agency .contacts .phone span, .propertyPrint .agency .contacts .phone i:before, .propertyPrint .agency .contacts .mobile span, .propertyPrint .agency .contacts .mobile i:before, .propertyPrint .agency .contacts .email span, .propertyPrint .agency .contacts .email i:before, .propertyPrint .agency .contacts .email a span, .propertyPrint .agency .contacts .email a i:before, .propertyPrint .agency .contacts .website span, .propertyPrint .agency .contacts .website i:before, .propertyPrint .agency .contacts .website a span, .propertyPrint .agency .contacts .website a i:before {
          color: #393939 !important; }
    .propertyPrint .agency .logo {
      float: right;
      position: absolute;
      right: 0;
      top: 0; }
  .propertyPrint .footer {
    position: static;
    margin: 0 auto;
    display: block;
    bottom: 0;
    left: 0; }
    .propertyPrint .footer .wrapper {
      position: relative; }
      .propertyPrint .footer .wrapper img {
        z-index: -1; }
      .propertyPrint .footer .wrapper p {
        position: absolute;
        top: 45px;
        left: 135px;
        color: #fff !important;
        z-index: 99999; }

@media print {
  .propertyPrint .agency, .propertyPrint .footer {
    position: fixed;
    bottom: 0; } }

/*#endregion*/
/*#region 1.7) Footer */
_:-ms-lang(x), .footer {
  margin-bottom: 0; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 51px; }
  .footer .footer-top {
    padding: 30px 0;
    background: #37353d; }
    .footer .footer-top .footer_widget.logo img {
      width: 100%; }
    .footer .footer-top .footer_widget.agency .body p {
      margin: 0;
      height: 80px;
      overflow: hidden; }
    .footer .footer-top .footer_widget.agency .body .agencyDetail .header {
      display: none; }
    .footer .footer-top .footer_widget.agency .body .agencyDetail .agency span {
      color: #fff;
      font-size: 0.6rem;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 0px; }
    .footer .footer-top .footer_widget.agency .body .agencyDetail .agency p {
      line-height: 17px;
      height: auto; }
    .footer .footer-top .footer_widget a {
      color: #CCC; }
    .footer .footer-top .footer_widget .header h4 {
      margin: 0;
      color: #FFF;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 1.1em;
      line-height: 40px;
      font-family: "Montserrat", sans-serif; }
    .footer .footer-top .footer_widget .body {
      padding-right: 20px;
      color: #CCC;
      letter-spacing: 0.5px;
      font-size: 0.9em;
      line-height: 26px; }
      .footer .footer-top .footer_widget .body ul {
        list-style: none; }
      .footer .footer-top .footer_widget .body .socials li {
        float: left;
        margin-right: 8px;
        margin-bottom: 8px; }
        .footer .footer-top .footer_widget .body .socials li a {
          display: block;
          width: 38px;
          border: 1px solid transparent;
          -moz-border-radius: 2px;
          -webkit-border-radius: 2px;
          border-radius: 2px;
          background: #3D4248;
          color: #CCC;
          text-align: center;
          text-indent: -1px;
          line-height: 38px;
          -moz-transition: all 300ms ease-in-out 0s;
          -o-transition: all 300ms ease-in-out 0s;
          -webkit-transition: all 300ms ease-in-out 0s;
          transition: all 300ms ease-in-out 0s; }
          .footer .footer-top .footer_widget .body .socials li a i {
            text-indent: -1px; }
            .footer .footer-top .footer_widget .body .socials li a i.ion-social-facebook {
              text-indent: 2px;
              font-size: 1.3em; }
          .footer .footer-top .footer_widget .body .socials li a:hover {
            border: 1px solid #27ae60;
            background: transparent;
            color: #27ae60; }
      .footer .footer-top .footer_widget .body .links li a {
        border-bottom: 1px dotted transparent;
        -moz-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
        color: #CCC; }
        .footer .footer-top .footer_widget .body .links li a:hover {
          text-decoration: none;
          color: white;
          border-bottom: 1px dotted #fff; }
      .footer .footer-top .footer_widget .body .login .form-control {
        height: 35px; }
      .footer .footer-top .footer_widget .body .login .btn {
        height: 35px;
        line-height: 14px;
        background: #27ae60;
        border: 1px solid #27ae60;
        color: #fff; }
      .footer .footer-top .footer_widget .body .login li {
        height: 16px; }
      .footer .footer-top .footer_widget .body .login .link {
        color: #CCC;
        border-bottom: 1px dotted transparent;
        -moz-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s; }
        .footer .footer-top .footer_widget .body .login .link:hover {
          text-decoration: none;
          border-bottom: 1px dotted #fff;
          color: #fff; }
  .footer .footer-bottom {
    height: 51px;
    background: #302e35;
    line-height: 50px; }
    .footer .footer-bottom .FooterInfo {
      color: #AAA;
      font-size: 0.7rem; }
      .footer .footer-bottom .FooterInfo > div {
        display: inline-block;
        vertical-align: middle;
        line-height: 20px; }
        .footer .footer-bottom .FooterInfo > div a {
          color: #999ca9; }
          .footer .footer-bottom .FooterInfo > div a:hover {
            text-decoration: none;
            color: #27ae60; }
      .footer .footer-bottom .FooterInfo .dPowered {
        float: right;
        /*max-width: 50%;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        margin-top: 7px; }
        .footer .footer-bottom .FooterInfo .dPowered img {
          vertical-align: middle; }

@media (max-width: 767px) {
  .footer {
    position: relative;
    max-height: 0; }
    .footer .footer-bottom .FooterInfo .dPowered {
      max-width: 50%; }
    .footer .footer_widget {
      text-align: center; }
  .footer .dCopyright,
  .footer .dPowered {
    float: none !important;
    text-align: center;
    margin: 0 auto;
    display: block !important; }
  .footer .footer-bottom {
    height: auto; } }

@media (max-width: 575px) {
  .footer .footerInfo {
    display: flex;
    flex-direction: column;
    height: auto; }
  .footer .footer_widget {
    margin-bottom: 30px; }
  .footer .footer-bottom .dPowered {
    display: flex !important;
    flex-direction: column; } }

/*#endregion*/
/* #region 1.8) Contacts buttons */
.contactsnav {
  margin: 0 0 15px 0;
  width: 100%; }
  .contactsnav li {
    float: right;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-bottom: 10px; }
    .contactsnav li a {
      display: inline-block;
      padding: 0 15px 0 0;
      height: 42px;
      border: 1px solid #E7E7E7;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      color: #333;
      letter-spacing: 0.5px;
      font-size: 12px;
      line-height: 40px;
      -moz-transition: background 300ms ease;
      -o-transition: background 300ms ease;
      -webkit-transition: background 300ms ease;
      transition: background 300ms ease; }
      .contactsnav li a i {
        display: inline-block;
        margin-right: 15px;
        width: 40px;
        height: 40px;
        border-right: 1px solid #E7E7E7;
        color: #27ae60;
        text-align: center;
        line-height: 40px;
        vertical-align: top; }
        .contactsnav li a i:before {
          font-size: 2em;
          line-height: 40px; }
      .contactsnav li a .first-word {
        color: #232323; }
      .contactsnav li a.fill {
        background: #27ae60;
        border: 1px solid #36d278;
        color: #fff; }
        .contactsnav li a.fill i {
          color: #fff;
          border-color: #36d278; }
    .contactsnav li.single a {
      padding: 0 !important; }
      .contactsnav li.single a i {
        margin: 0 !important;
        border: 0 !important; }
    .contactsnav li:first-child {
      margin-left: 0;
      float: left; }
    .contactsnav li.fRight {
      float: right; }
  .contactsnav .address {
    height: auto; }
    .contactsnav .address i:before {
      line-height: 60px; }
    .contactsnav .address span {
      display: inline-block;
      line-height: 18px;
      vertical-align: text-top; }

@media (max-width: 575px) {
  .contactsnav li {
    margin: 5px auto;
    display: block; }
    .contactsnav li span {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 74%; } }

/*#endregion*/
/*#region 1.9) SiteMap */
.siteMap {
  display: inline-block;
  padding-top: 25px;
  vertical-align: top; }
  .siteMap .bullet {
    color: #27ae60;
    font-size: 12px; }

.siteMap > li {
  margin: 0 0 5px; }

.siteMap > li > ul {
  margin: 5px 0 0 5px; }

.siteMap > li > ul > li {
  margin: 0 0 5px; }

/*#endregion*/
/*#region 1.10) Cookie Bar */
.cookies-banner {
  display: none;
  z-index: 9001;
  position: relative; }
  .cookies-banner .cb-container {
    padding: 15px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #969696;
    font-size: 0.9rem;
    box-shadow: 1px -2px 20px rgba(0, 0, 0, 0.08);
    animation-duration: .8s;
    animation-fill-mode: both;
    backface-visibility: visible !important;
    animation-name: slideUp; }
    .cookies-banner .cb-container p {
      margin: 0; }
    .cookies-banner .cb-container .btn {
      font-size: 0.9rem; }
    .cookies-banner .cb-container a {
      line-height: 38px;
      margin-left: 10px; }

@media (max-width: 991px) {
  .cookies-banner a {
    display: block;
    width: 100%;
    float: left;
    text-align: center; }
  .cookies-banner .btn {
    display: block;
    width: 100%;
    float: left; } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    -ms-transform: translateY(66px);
    transform: translateY(66px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

/*#endregion*/
/*#region 6) Controls Messages [ Error / Alerts ]*/
/*#region 6.1) No Results*/
.noResults {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -15px; }
  .noResults .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
    border-radius: 1px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07); }
  .noResults i {
    font-size: 3em; }
  .noResults p {
    font-size: 1.1em;
    margin: 0px 0px 10px;
    position: relative;
    text-align: center; }
    .noResults p span {
      font-size: 1.2em;
      color: #27ae60;
      margin: 0px 0px 30px; }
  .noResults ul {
    margin: 10px 0px 10px 15px; }
    .noResults ul li {
      font-size: 1.1em;
      color: #666;
      line-height: normal;
      margin: 0px 0px 5px;
      text-align: center; }
      .noResults ul li cite {
        display: none; }
      .noResults ul li a {
        font-size: 1em;
        color: #666; }
        .noResults ul li a:hover {
          color: #27ae60;
          text-decoration: underline; }

.noFavorits .noResults {
  padding: 20px 0px; }

.noFavorits .icon {
  background: url("images/misc/favorites.png"); }

/*#endregion*/
/*#region 6.2) Timeout*/
.timeoutError {
  text-align: center; }
  .timeoutError .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
    border-radius: 1px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07); }
  .timeoutError div.title {
    font-size: 1.6em;
    color: #27ae60;
    margin-bottom: 15px; }
  .timeoutError div i {
    font-size: 3em; }
  .timeoutError div.subtitle {
    margin: 15px 0px 0px;
    font-size: 1.2em; }
  .timeoutError div.tryAgain {
    margin: 10px 0px 0px; }
    .timeoutError div.tryAgain .btn {
      background: #27ae60;
      color: #fff; }

/*#endregion*/
/*#region 7.3) General*/
.generalError {
  text-align: center; }
  .generalError .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
    border-radius: 1px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07); }
  .generalError div.title {
    font-size: 1.6em;
    color: #27ae60;
    margin-bottom: 15px; }
  .generalError div i {
    font-size: 3em; }
  .generalError div.error {
    color: #666;
    line-height: 18px;
    text-transform: uppercase; }
  .generalError div.subtitle {
    font-size: 1.2em;
    margin: 15px 0px 0px; }

/*#endregion*/
/*#endregion*/
/*#endregion*/
.business-form .select2-selection--single {
  border: 1px solid #d9dce5; }

.business-form .bf-note label {
  font-size: 0.8rem; }

.business-form .bf-actions {
  margin-bottom: 40px;
  text-transform: capitalize; }

.wpg-header {
  margin-bottom: 20px; }
  .wpg-header .breadcrumb {
    background: transparent;
    padding: 2rem 0 .75rem;
    margin: 0; }
  .wpg-header .wpg-title h1 {
    font-size: 1.75rem;
    font-weight: 400;
    padding: 0;
    display: table-cell;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase; }
