/*------------------------------------------------------------------
Project:	Zoner - Real Estate HTML Template
Version:	1.0
Last change:	11.1.2015
Assigned to:	ThemeStarz

[Table of contents]

1. Elements styling
2. Styling for specific pages
3. Universal Classes
4. Header
5. Footer
6. Content
7. Responsive

[Color codes]

Default: #1396e2;
Grey dark: #2a2a2a;
Grey medium: #5a5a5a;
Grey light: #f3f3f3;

[Typography]

Body copy:		'Roboto', sans-serif; 14px;
Headers:		'Roboto', sans-serif;


-------------------------------------------------------------------*/
.select2-selection {
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.select2-dropdown {
  border: 0 !important;
  border-radius: 0 !important;
}
.select2-selection__placeholder {
  transition: 0.2s;
}
.select2-container .select2-selection--single,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 39px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 5px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 39px !important;
  color: #333 !important;
  font-weight: 700 !important;
}
.select2-container
  .select2-selection--single
  .select2-selection__rendered:hover
  .select2-selection__placeholder {
  color: #999 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff transparent transparent transparent;
  border-width: 4px 4px 0 4px !important;
}

.page-sub-page .select2-selection {
  background: #f3f3f3;
}
.page-sub-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 39px !important;
  color: #555 !important;
  font-weight: 400 !important;
}
.page-sub-page .select2-selection__placeholder {
  font-weight: 400 !important;
}
.page-sub-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #555 transparent transparent transparent;
}

.floor-plans img {
  max-width: 100%;
  margin-bottom: 20px;
}

#map-marker {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  background: url(/static/html6/images/map.jpg) no-repeat center;
  cursor: pointer;
  padding: 80px;
}
#map-marker span {
  transition: all 0.15s linear 0s;
  background: #3d456a;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  display: block;
}
#map-marker:hover span {
  opacity: 0.7;
}

#map-canvas {
  width: 100%;
  height: 480px;
}
@media (min-width: 768px) {
  #myMapModal .modal-dialog {
    width: 80% !important;
  }
}

.grecaptcha-badge {
  visibility: collapse !important;
}

.leaflet-control-search .search-tooltip {
  right: 0;
  left: auto;
}

.leaflet-control-search .search-tip {
  white-space: normal;
  width: 340px;
}

.leaflet-control-search .search-input {
  width: 308px;
}

.tag.old_price {
  text-decoration: line-through;
}

a:hover,
a:focus {
  color: #000;
}

ul.kf_schedule_room li {
  display: inline-block;
  padding: 0 8px;
  color: #fff;
  font-size: 14px;
  border-left: 1px solid #fff;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
ul.kf_schedule_room {
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0 15px;
  padding: 15px 0 0;
  text-align: left;
}
ul.kf_schedule_room li:first-child {
  border-left: 0;
}

p.clause {
  font-size: 11px;
  margin-top: 10px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  float: left;
  width: 100%;
}
span.clause {
  font-size: 10px;
  margin: 20px 0;
  color: #999;
  display: block;
}
span.clause a {
  font-size: 10px;
  color: #999;
}
#form-notepad button {
  width: 100%;
}

#sub-form button {
  margin-top: 23px;
  width: 100%;
}
#sub-form input[type="email"] {
  margin-top: 23px;
}
#sub-form .checkbox.clause-line {
  margin-top: 23px;
}

input.irs-hidden-input {
  display: none !important;
}

.kf_property_view {
  display: inline-block;
  font-size: 18px;
  color: #5a5a5a;
  margin-right: 10px;
  font-weight: lighter;
}
.kf_property_view i {
  cursor: pointer;
  opacity: 0.6;
}
.kf_property_view i.active {
  opacity: 1;
}

span#cp--filters {
  font-weight: bold;
}

#calculatorModal .modal-header {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 9999;
}
@media (min-width: 768px) {
  #calculatorModal .modal-sm {
    width: 50% !important;
    max-width: 450px;
  }
  #creditCalculatorModal .modal-sm {
    width: 50% !important;
    max-width: 450px;
  }
}
.calc-modal .form-group {
  border-bottom: 1px solid #f2f2f2;
  display: block;
  width: 100%;
}
.calc-modal .calculator-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

.cookiebanner {
  position: fixed;
  left: auto;
  right: 30px;
  height: auto;
  min-height: 21px;
  z-index: 255;
  background: rgb(0, 0, 0) none repeat scroll 0% 0%;
  color: rgb(221, 221, 221);
  padding: 5px 16px;
  font-family: arial, sans-serif;
  text-align: left;
  bottom: 30px;
  opacity: 1;
  width: 100%;
  padding-bottom: 20px;
}

.cookiebanner-close {
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 18px;
  margin: 0 0 0 8px;
  outline: medium none;
  padding: 5px 10px !important;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}
.cookiebanner span {
  display: inline-block;
  padding: 4px 0;
}
.cookiebanner-close i {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .cookiebanner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cookiebanner-close {
    width: 32%;
    float: none !important;
    padding: 5px 0 !important;
    margin: 5px auto;
    display: inherit;
  }
}
.submit-property-map {
  width: 100%;
  height: 330px;
}

@media only screen and (max-width: 500px) {
  .cookiebanner {
    width: 100%;
    left: 0;
    right: 0;
  }

  .dynamic-categories section {
    margin-bottom: 10px !important;
  }
}

a.imo {
  text-indent: -999999px;
  display: inline-block;
  width: 46px;
  height: 20px;
  background: url(../img/imo.png) no-repeat;
  margin: 0 5px 0;
  line-height: 210%;
  color: #000;
}
a.imo:hover {
  opacity: 0.7;
  color: #000;
}

.table.table-hover.sort.table-flats-header th {
  width: 13%;
}
.table.table-hover.table-sm.property-data.table-flats-body td {
  width: 13%;
}
.table.table-hover.table-sm.property-data.table-flats-body .odd {
  background: #f9f9f9;
}

.property-data tbody tr {
  cursor: pointer;
}

.table-flats-body .sold {
  color:red;
}
.table-flats-body .reserved {
  color:orange;
}
.table-flats-body .available {
  color:green;
}

.nophoto {
  height: 100%;
  position: absolute;
  width: 100%;
  text-align: center;
  display: table;
  z-index: -1;
}

.nophoto i {
  font-size: 150px;
  color: #f2f2f2;
  vertical-align: middle;
  display: table-cell;
}

/* 1. Element Styling */

a {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  outline: none !important;
}
a:hover {
  text-decoration: none;
}

a:focus,
a:active {
  outline: none !important;
  text-decoration: none;
}
a h1,
a h2,
a h3,
a h4 {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #000;
}

blockquote {
  border: none;
  display: table;
  margin-bottom: 0;
  padding: 20px 10%;
  width: 100%;
}
blockquote figure {
  display: table-cell;
  vertical-align: middle;
}
blockquote figure .image {
  background-color: #5a5a5a;
  height: 180px;
  position: relative;
  overflow: hidden;
  width: 160px;
}
blockquote figure .image:after {
  bottom: 0;
  content: "";
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 0;
  width: 0;
}
blockquote figure .image:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 20px;
  left: 0;
  width: calc(100% - 20px);
  position: absolute;
  z-index: 1;
}
blockquote .cite {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
blockquote .cite p {
  font-family: Georgia, serif;
  font-size: 24px;
  font-style: italic;
}
blockquote .cite footer {
  color: #000;
}

body {
  background-color: #fff;
  color: #5a5a5a;
  font-family: "Roboto", sans-serif;
}

dl {
  margin-bottom: 10px;
}
dl dt {
  float: left;
}
dl dd {
  margin-bottom: 8px;
  text-align: right;
}
dl dd .rating {
  float: right;
  position: relative;
  top: -5px;
}

h1 {
  font-size: 28px;
  font-weight: lighter;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  margin-top: 10px;
  padding-bottom: 15px;
}

h2 {
  font-size: 24px;
  font-weight: lighter;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  margin-top: 10px;
  padding-bottom: 15px;
}

h3 {
  font-size: 18px;
  font-weight: lighter;
  margin-bottom: 20px;
}

h4 {
  font-size: 14px;
  font-weight: lighter;
}

hr {
  border-color: rgba(0, 0, 0, 0.1);
}
hr.thick {
  border-width: 2px;
}
hr.divider {
  border-width: 2px;
  width: 40px;
}

p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  font-family: "Arial", sans-serif;
}

section {
  position: relative;
}

ul.list-links {
  margin-top: -5px;
}
ul.list-links li a {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #5a5a5a;
  display: block;
  padding: 5px 0;
  padding-left: 0;
}
ul.list-links li a:hover {
  color: #1396e2;
  padding-left: 5px;
}

/* 2. Styling for specific pages */

.page-sub-page #page-content:after {
  background: #f1f1f1;
  background: -moz-linear-gradient(top, #f1f1f1 0%, white 80%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f1f1f1),
    color-stop(80%, white)
  );
  background: -webkit-linear-gradient(top, #f1f1f1 0%, white 80%);
  background: -o-linear-gradient(top, #f1f1f1 0%, white 80%);
  background: -ms-linear-gradient(top, #f1f1f1 0%, white 80%);
  background: linear-gradient(to bottom, #f1f1f1 0%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
  content: "";
  left: 0;
  height: 110px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.page-sub-page.page-submit h2 {
  border: none;
  margin-bottom: 25px;
  padding-bottom: 0;
}
.page-sub-page.page-submit .submit-pricing {
  margin-bottom: 0;
}
.page-sub-page.page-create-account .radio {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 30px;
}
.page-sub-page.page-create-account h3 {
  margin-top: 0;
}
.page-sub-page.page-create-agency #page-content form > section {
  margin-bottom: 30px;
}
.page-sub-page.page-legal #page-content section {
  margin-bottom: 40px;
}
.page-sub-page.page-legal #page-content section h3 {
  font-weight: normal;
}
.page-sub-page.page-agency-detail #page-content address {
  position: relative;
}
.page-sub-page.page-about-us .background-image {
  overflow: visible;
}
.page-sub-page.page-about-us .agent .wrapper aside {
  display: none;
}
.page-sub-page.page-about-us #our-team .agent .wrapper {
  padding-left: 110px;
}
.page-sub-page.page-about-us #our-team .agent .agent-image {
  width: 90px;
}

.agent-image img {
  max-width: 100%;
}

.background-image {
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  overflow: hidden;
}

.button-icon .fa {
  margin: 0 10px;
}

.center {
  text-align: center;
}

#overlay {
  background: rgba(0, 0, 0, 0.3);
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99998;
}

#similar-properties {
  padding-bottom: 20px;
}
#similar-properties h2 {
  margin-bottom: 10px !important;
}

.has-fullscreen-map {
  position: relative;
}
.has-fullscreen-map:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  animation: animate-loading 3s infinite linear;
  -webkit-animation: animate-loading 3s infinite linear;
  content: "\f013";
  color: #2a2a2a;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 26px;
  height: 30px;
  bottom: 0;
  right: 0;
  margin: auto;
}
.has-fullscreen-map:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}
.has-fullscreen-map.loaded:before,
.has-fullscreen-map.loaded:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.has-dark-background {
  color: #fff;
}
.has-dark-background a {
  color: #fff;
}

.link-icon {
  color: #2a2a2a;
}
.link-icon .fa {
  color: #1396e2;
  margin: 0 10px;
}

.link-arrow {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #2a2a2a;
  display: inline-block;
}
.link-arrow:after {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f105";
  color: #1396e2;
  left: 0;
  font-size: 18px;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}
.link-arrow:hover {
  color: #2a2a2a;
  cursor: pointer;
}
.link-arrow:hover:after {
  color: #000;
  left: 5px;
}
.link-arrow.geo-location:after {
  content: "\f041";
  top: -1px;
}
.link-arrow.geo-location:hover:after {
  left: 0;
  top: -5px;
}
.link-arrow.back:after {
  display: none;
}
.link-arrow.back:before {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f104";
  color: #1396e2;
  right: 0;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}
.link-arrow.back:hover {
  color: #2a2a2a;
  cursor: pointer;
}
.link-arrow.back:hover:before {
  color: #000;
  right: 5px;
}

.no-border {
  border: none !important;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.opacity-10 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

.opacity-20 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

.text-align-right {
  text-align: right;
}

.text-underline {
  text-decoration: underline;
}

/* 4. Header*/
/* nav dropdown */
#navigation {
  position: relative;
  display: block;
}
#navigation ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

#navigation ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #navigation ul.navbar-nav {
    float: right;
  }
  #navigation ul ul {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
  }

  #navigation ul ul li {
    border-bottom: 1px solid #e9e9e9;
    border-radius: 3px;
  }
  #navigation ul ul li:last-child {
    border-bottom: none;
  }

  #navigation ul li:hover ul a,
  #navigation ul ul a {
    line-height: 27px !important;
    padding: 10px 30px 10px 15px !important;
    color: #707070 !important;
  }

  #navigation ul ul li:hover {
    background-color: #f2f2f2 !important;
    border-radius: 0;
  }

  #navigation ul ul li:first-child {
    border-radius: 3px 3px 0 0;
  }
  #navigation ul ul li:last-child {
    border-radius: 0 0 3px 3px;
  }

  #navigation ul ul {
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
    transform: translate3d(0, 15px, 0);
  }

  #navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  #navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  #navigation ul li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    width: 208px;
    padding: 0;
    z-index: 99999;
  }

  #navigation ul ul li {
    float: none;
    display: grid;
    width: 208px;
  }

  #navigation ul ul ul {
    top: 0;
    left: -228px !important;
  }

  #navigation ul ul {
    margin: 10px 0 0 0;
  }

  #navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
}

#navigation ul ul ul:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  left: -10px;
  top: 0;
  opacity: 0;
}

#navigation ul ul:before {
  content: "123";
  position: absolute;
  width: 100%;
  height: 10px;
  top: -10px;
  opacity: 0;
}

/* Indicator Arrow */
#navigation ul li a:after,
#navigation ul ul li a:after {
  font-family: "FontAwesome";
  opacity: 0.5;
}

#navigation ul li a:after {
  content: "\f107";
  padding-left: 7px;
}
#navigation ul li a.open:after {
  content: "\f106";
}

#navigation ul li a:only-child:after {
  content: "";
  padding: 0;
}
#navigation ul ul li a:only-child:after {
  content: "";
}

/* Dropdown Styles
------------------------------------- */

.navigation {
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 111;
  top: 0;
}
.navigation:hover .secondary-navigation {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.navigation .navbar-collapse {
  padding-right: 0;
}
.navigation .navbar {
  border: none;
  margin-bottom: 0;
  min-height: inherit;
  padding: 30px 0;
  /**/
  display: table;
  width: 100%;
}
.navigation .navbar .collapse {
  display: table-cell !important;
  vertical-align: middle;
  float: none !important;
}
.navigation .navbar .navbar-brand {
  height: inherit;
  line-height: 0;
  padding: 0;
}
.navigation .navbar .navbar-brand h1 {
  margin: 0;
  padding: 0;
}
.navigation .navbar .navbar-nav {
  float: right;
}

#brand img {
  max-height: 80px;
}

.navigation .navbar .navbar-nav > li:hover > .child-navigation {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}
.navigation .navbar .navbar-nav > li:last-child a {
  padding-right: 0;
}
.navigation .navbar .navbar-nav > li.active a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.navigation .navbar .navbar-nav > li.active a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.navigation .navbar .navbar-nav > li.active .child-navigation a {
  color: #5a5a5a;
}
.navigation .navbar .navbar-nav > li.active .child-navigation a:after {
  display: none;
}
.navigation
  .navbar
  .navbar-nav
  > li.active
  .child-navigation
  li:first-child
  a:after {
  display: block;
}
.navigation
  .navbar
  .navbar-nav
  > li.active
  .child-navigation.position-bottom
  li:last-child
  a:after {
  display: block;
}
.navigation .navbar .navbar-nav > li.has-child {
  position: relative;
}
.navigation .navbar .navbar-nav > li.has-child:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f0d7";
  color: #1396e2;
  font-size: 8px;
  height: 10px;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  right: 2px;
}
.navigation .navbar .navbar-nav > li a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  color: #2a2a2a;
  margin: 0;
  padding-bottom: 5px;
  padding-top: 9px;
  position: relative;
}
.navigation .navbar .navbar-nav > li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: transparent;
}
.navigation .navbar .navbar-nav > li a:active,
.navigation .navbar .navbar-nav > li a:focus {
  background-color: transparent;
}
.navigation .navbar .navbar-nav > li > .child-navigation {
  margin-top: 11px;
}
.navigation .navbar .navbar-nav > li > .child-navigation.navigation-to-left {
  right: 15px;
  left: inherit;
}
.navigation
  .navbar
  .navbar-nav
  > li
  > .child-navigation.navigation-to-left
  > li:first-child
  a:after {
  left: inherit;
  right: 10px;
}
.navigation
  .navbar
  .navbar-nav
  > li
  > .child-navigation.navigation-to-left.position-bottom
  > li:last-child
  a:after {
  left: inherit;
  right: 10px;
}
.navigation .navbar .navbar-nav > li > .child-navigation.position-bottom {
  bottom: 25px;
}
.navigation
  .navbar
  .navbar-nav
  > li
  > .child-navigation.position-bottom
  > li:first-child
  a:after {
  border-color: transparent !important;
}
.navigation
  .navbar
  .navbar-nav
  > li
  > .child-navigation.position-bottom
  > li:last-child:hover
  a:after {
  border-color: #1396e2 transparent transparent transparent;
}
.navigation
  .navbar
  .navbar-nav
  > li
  > .child-navigation.position-bottom
  > li:last-child
  > a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: transparent;
  border-color: #f3f3f3 transparent transparent transparent;
  border-style: solid;
  border-width: 7.5px 7.5px 0 7.5px;
  content: "";
  height: 0;
  position: absolute;
  left: 10px;
  bottom: -7px;
  width: 0;
}
.navigation
  .navbar
  .navbar-nav
  > li
  > .child-navigation.position-bottom
  > li:last-child
  > a:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: transparent;
  content: "";
  height: 8px;
  left: 0;
  width: 100%;
  position: absolute;
  bottom: -8px;
}
.navigation
  .navbar
  .navbar-nav
  > li
  > .child-navigation.position-bottom
  > li
  .child-navigation {
  bottom: 0;
  margin-top: inherit;
}
.navigation .navbar .navbar-nav > li > .child-navigation > li {
  position: relative;
}
.navigation
  .navbar
  .navbar-nav
  > li
  > .child-navigation
  > li:first-child:hover
  a:hover:after {
  border-color: transparent transparent #1396e2 transparent;
}
.navigation
  .navbar
  .navbar-nav
  > li
  > .child-navigation
  > li:first-child
  a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3 transparent;
  border-style: solid;
  border-width: 0 7.5px 7px 7.5px;
  content: "";
  height: 0;
  position: absolute;
  left: 10px;
  top: -7px;
  width: 0;
}
.navigation
  .navbar
  .navbar-nav
  > li
  > .child-navigation
  > li:first-child
  a:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: transparent;
  content: "";
  height: 8px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -8px;
}
.navigation .navbar .navbar-nav > li .child-navigation {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #f3f3f3;
  position: absolute;
  visibility: hidden;
  list-style: none;
  padding-left: 0;
  left: 15px;
  min-width: 240px;
  z-index: 100;
}
.navigation
  .navbar
  .navbar-nav
  > li
  .child-navigation
  li:hover
  .child-navigation {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  visibility: visible;
}
.navigation .navbar .navbar-nav > li .child-navigation li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 20px 10px 15px 10px;
  position: relative;
}
.navigation .navbar .navbar-nav > li .child-navigation li a:hover {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #1396e2;
  color: #fff;
}
.navigation .navbar .navbar-nav > li .child-navigation li .child-navigation {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  margin-top: -41px;
}
.navigation .navbar .navbar-nav > li.mobile-submit {
  display: none;
}
.navigation .navbar .navbar-nav li .child-navigation li.has-child:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  background-color: transparent;
  color: #1396e2;
  content: "\f105";
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: inherit;
  right: 8px;
  width: 5px;
  z-index: 2;
}
.navigation .navbar .navbar-nav li .child-navigation li.has-child:hover:after {
  color: #fff;
}
.navigation .add-your-property {
  position: absolute;
  right: 0;
  bottom: -39px;
}
.navigation .add-your-property:hover .text {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  right: 50px;
  pointer-events: none;
}
.navigation .add-your-property .btn {
  width: 38px;
}
.navigation .add-your-property .text {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #5a5a5a;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  right: 40px;
  text-align: right;
  top: 0;
  pointer-events: none;
}
.navigation .add-your-property .text:after {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  margin: auto;
}
.navigation .secondary-navigation {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid #f3f3f3;
  font-size: 12px;
  padding: 5px 0;
  width: 100%;
}
.navigation .secondary-navigation a {
  color: #5a5a5a;
  margin-left: 10px;
}
.navigation .secondary-navigation .nav-secondary-items a {
  margin-left: 1px;
  padding: 0 4px;
}
.navigation .secondary-navigation a:hover {
  color: #000;
}
.navigation .secondary-navigation a.promoted {
  color: #1396e2;
}
.navigation .secondary-navigation a.promoted:hover {
  color: #000;
}
.navigation .secondary-navigation .contact {
  float: left;
}
.navigation .secondary-navigation .contact figure {
  margin-right: 10px;
}
.navigation .secondary-navigation .contact figure strong {
  margin-right: 5px;
}
.navigation .secondary-navigation .user-area {
  float: right;
}
.navigation .secondary-navigation .user-area .actions {
  float: left;
}
.navigation .secondary-navigation .user-area .language-bar {
  float: right;
}
.navigation .secondary-navigation figure {
  display: inline-block;
}

.navigation-fixed-bottom .navigation {
  bottom: 0;
  position: absolute;
  top: inherit;
}

.navigation-fixed-top .navigation {
  top: 0;
  position: fixed;
  bottom: inherit;
}

.navigation-fix-to-top {
  position: fixed !important;
  bottom: inherit !important;
  top: 0 !important;
}

/* 5. Footer */

#page-footer .inner {
  display: table;
  width: 100%;
}
#page-footer .inner h3 {
  color: #2a2a2a;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 0;
}
#page-footer .inner #footer-main {
  background-color: #f3f3f3;
  padding: 20px 0;
}
#footer-main .mad-widget-title {
  margin-top: 20px !important;
}
#page-footer .inner #footer-copyright {
  background-color: #000;
  color: #fff;
  display: table;
  padding: 20px 0;
  width: 100%;
}
#page-footer .inner #footer-copyright a {
  color: #fff;
}
#page-footer .inner #footer-copyright a:hover {
  color: #1396e2;
}
#page-footer .inner .property:last-child {
  margin-bottom: 0 !important;
}
#page-footer .inner .property-thumbnail {
  background-color: #1396e2;
  float: left;
  height: 60px;
  overflow: hidden;
}
#page-footer .inner .property-thumbnail:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#page-footer .inner .property-thumbnail img {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  width: 100%;
}
#footer-main .agent-social a {
  width: 34.5px;
  margin-bottom: 3px;
}
/****
  6. Content
****/
#about-us #ceo-section .cite-title {
  font-size: 36px;
  font-weight: lighter;
}
#about-us #ceo-section h3 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
}
#about-us #ceo-section .cite {
  display: inline-block;
  margin: 20px 0;
  width: 70%;
}
#about-us .image {
  display: inline-block;
  margin-bottom: 10px;
}
#about-us .image img {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#about-us .divider-image {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  margin: 30px 0;
  max-width: 100%;
}
#about-us .member {
  margin-bottom: 60px;
}

/* Account page */

.account-profile {
  position: relative;
}
.account-profile h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.account-profile img {
  width: 100%;
  margin-bottom: 30px;
}
.account-profile form {
  position: relative;
}
.account-profile section {
  margin-bottom: 0;
}
.account-profile section#agency {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.account-profile section#contact label,
.account-profile section#agency label {
  display: block;
  line-height: 38px;
}
.account-profile section#social .input-group {
  width: 100%;
}
.account-profile section#social .input-group .input-group-addon {
  background-color: #2a2a2a;
  width: 40px;
}
.account-profile section#social .input-group .input-group-addon i {
  color: #fff;
}
.account-profile .contact-fields {
  display: table;
  width: 100%;
}
.account-profile .contact-fields dt {
  clear: both;
}
.account-profile .contact-fields dd {
  float: right;
  margin-bottom: 5px;
  width: 65%;
}
.account-profile .switch {
  position: absolute;
  top: 0;
  right: 0;
}
.account-profile .switch label {
  line-height: 0 !important;
}
.account-profile .switch .icheckbox {
  margin-right: 0;
}

/* Geo location */

.geo-location-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.geo-location-wrapper:hover .text {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  right: 50px;
  pointer-events: none;
}
.geo-location-wrapper .btn {
  background-color: #fff;
  color: #000;
  position: absolute;
  right: 0;
  top: 60px;
  width: 38px;
}
.geo-location-wrapper .btn:hover {
  background-color: #fff;
  color: #1396e2;
}
.geo-location-wrapper .fa {
  font-size: 20px;
}
.geo-location-wrapper .text {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  background-color: #000;
  padding: 10px;
  position: absolute;
  right: 40px;
  text-align: right;
  top: 0;
  pointer-events: none;
}
.geo-location-wrapper .text:after {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  margin: auto;
}

/* Agency & Agents */

.agency {
  border-bottom: 1px solid #f3f3f3;
  display: table;
  font-size: 12px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.agency address {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
}
.agency address h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.agency h2 {
  border: none;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
}
.agency dl {
  display: inline-block;
  width: 50%;
}
.agency dl dd {
  margin-bottom: 4px;
}
.agency .agency-image {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}
.agency .wrapper {
  display: table-cell;
  width: 70%;
}

.agency-image img {
  max-width: 100%;
}

.agent {
  margin-bottom: 60px;
  position: relative;
  padding-left: 180px;
}
.agent .agent-image {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  left: 0;
  position: absolute;
  top: 0;
  width: 160px;
}
.agent .agent-image:hover {
  top: -5px;
}
.agent .agent-image img {
  width: 100%;
}
.agent .wrapper h2 {
  border: none;
  margin-bottom: 10px;
  margin-top: 0;
  padding-bottom: 0;
}
.agent .wrapper aside {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.agent .wrapper dl {
  border-top: 1px solid #f3f3f3;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 12px;
}
.agent .wrapper dl dd {
  margin-bottom: 4px;
}

#agent-detail h3 {
  margin-bottom: 20px;
  margin-top: 0;
}
#agent-detail .property h3 {
  margin: 5px 0 3px 0;
}
#agent-detail .agent-image img {
  width: 100%;
}
#agent-detail .agent-social .btn {
  width: 36px;
}
#agent-detail .agency-logo {
  display: block;
  position: relative;
}
#agent-detail .agency-logo:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f105";
  color: #1396e2;
  font-size: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 20px;
  right: 20px;
}
#agent-detail .agency-logo:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  right: 5px;
}
#agent-detail .agency-logo img {
  max-width: 100%;
}

.agent-form .agent-info {
  padding-left: 140px;
  position: relative;
}
.agent-form .agent-info h3 {
  margin-top: 0;
}
.agent-form .agent-info hr {
  margin: 10px 0;
}
.agent-form .agent-info figure {
  left: 0;
  position: absolute;
  top: 0;
}
.agent-form .agent-info figure img {
  width: 120px;
}

.animate-loading {
  -webkit-animation-name: animate-loading;
  -moz-animation-name: animate-loading;
  -ms-animation-name: animate-loading;
  animation-name: animate-loading;
  -webkit-animation-duration: infinite;
  -moz-animation-duration: infinite;
  -ms-animation-duration: infinite;
  animation-duration: infinite;
}
@-webkit-keyframes animate-loading {
}
@-moz-keyframes animate-loading {
}
@-ms-keyframes animate-loading {
}
@keyframes animate-loading {
}
@-webkit-keyframes animate-loading {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes animate-loading {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes animate-loading {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/****
  B
****/
.banner {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #f3f3f3;
  display: table;
  width: 100%;
  height: 100%;
  padding: 30px;
  margin-bottom: 30px;
}
.banner:hover {
  border-color: #d9d9d9;
}
.banner .title,
.banner .submit {
  display: table-cell;
  vertical-align: middle;
}
.banner .title {
  color: #2a2a2a;
  font-size: 24px;
  font-weight: lighter;
  width: 70%;
}
.banner .submit {
  color: #1396e2;
  font-size: 18px;
  text-align: right;
  width: 30%;
}
.banner .submit i {
  color: #000;
  margin-left: 10px;
}

.breadcrumb {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background-color: transparent;
  padding: 8px 0;
  font-size: 12px;
  margin-bottom: 10px;
}
.breadcrumb a {
  color: #5a5a5a;
}

.block {
  padding: 25px 0;
}

/* 	Kategorie dynamiczne  */

.dynamic-categories {
  padding: 0;
  margin: 50px 0 25px;
}

.dynamic-categories section {
  overflow: hidden;
  height: 100%;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.dynamic-categories section h2 {
  margin: 0;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.dynamic-categories li .cat-hover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.dynamic-categories li .heading {
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
  left: 0px;
  text-transform: uppercase;
  opacity: 0.9;
  height: 36px;
  display: flex;
  align-items: center;
}
.dynamic-categories .cat-hover {
  padding: 20px;
  padding-top: 10%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.dynamic-categories .cat-hover a.type {
  display: block;
  width: 100%;
  text-decoration:
none;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

li.col-lg-2-5 a.type {
  margin-top: 0 !important;
}

.dynamic-categories .cat-hover a.biglink {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.dynamic-categories .cat-hover a.type:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.dynamic-categories ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin-bottom: 0 !important;
}

.dynamic-categories li.category-flex {
  padding:0 15px;
  flex: 1 0 0;
}

.dynamic-categories li .heading:hover {
  background: #fff;
}
.dynamic-categories li p {
  color: #333;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.dynamic-categories li:hover .cat-hover {
  background: rgba(250, 250, 250, 0.85);
}
.dynamic-categories li:hover .cat-hover p {
  opacity: 1;
}
.dynamic-categories li:hover .icon {
  background: none;
}
.dynamic-categories li:hover .heading {
  background: #fff;
}

/* Blog */

.blog-post {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 60px;
  padding-bottom: 30px;
}
.blog-post iframe {
  margin-bottom: 20px;
}
.blog-post img {
  max-width: 100%;
}
.blog-post header h2 {
  border: none;
  font-size: 36px;
  margin: 20px 0;
  padding-bottom: 0;
}
.blog-post p {
  margin-bottom: 20px;
}
.blog-post ul {
  padding-left: 25px;
}
.blog-post .meta {
  display: table;
  width: 100%;
  margin: 20px 0;
}
.blog-post .meta .link-icon:first-child .fa {
  margin-left: 0;
}
.blog-post .meta .tags {
  display: inline-block;
  float: right;
}
.blog-post .meta .tags .tag {
  margin-left: 5px;
}

.bookmark {
  position: relative;
}
.bookmark:before {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f08a";
  color: #1396e2;
  font-size: 18px;
  position: relative;
}
.bookmark:hover:before {
  color: #000;
}
.bookmark:hover .title-add {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  right: 30px;
}
.bookmark .title-add,
.bookmark .title-added {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  color: #5a5a5a;
  font-size: 12px;
  pointer-events: none;
  position: absolute;
  top: 0 !important;
  right: 20px;
  text-align: right;
  padding: 2px 4px;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.6);
}

.bookmark-added {
  position: relative;
}
.bookmark-added:before {
  content: "\f004";
}
.bookmark-added:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  animation: animate-bookmark 1s;
  -webkit-animation: animate-bookmark 1s;
  content: "\f055";
  color: #1396e2;
  left: 3px;
  font-size: 14px;
  position: absolute;
  z-index: 2;
}
.bookmark-added .title-add {
  -webkit-opacity: 0 !important;
  opacity: 0 !important;
}
.bookmark-added .title-added {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

.animate-bookmark {
  -webkit-animation-name: animate-bookmark;
  -moz-animation-name: animate-bookmark;
  -ms-animation-name: animate-bookmark;
  animation-name: animate-bookmark;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes animate-bookmark {
}
@-moz-keyframes animate-bookmark {
}
@-ms-keyframes animate-bookmark {
}
@keyframes animate-bookmark {
}
@-webkit-keyframes animate-bookmark {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    top: 0;
  }

  30% {
    top: -20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    top: -20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes animate-bookmark {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    top: 0;
  }

  30% {
    top: -20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    top: -20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-ms-keyframes animate-bookmark {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    top: 0;
  }

  30% {
    top: -20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    top: -20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@keyframes animate-bookmark {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    top: 0;
  }

  30% {
    top: -20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    top: -20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
/****
  C
****/
.cite {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Georgia", serif;
  font-size: 18px;
  font-style: italic;
  margin: 10px 0;
}

.comments {
  list-style: none;
  padding-left: 0;
}
.comments .comment {
  display: table;
  margin-bottom: 20px;
  padding-left: 80px;
  position: relative;
}
.comments .comment figure {
  left: 0;
  position: absolute;
  top: 0;
}
.comments .comment figure .image {
  background-color: #5a5a5a;
  height: 70px;
  position: relative;
  overflow: hidden;
  width: 60px;
}
.comments .comment figure .image:after {
  bottom: 0;
  content: "";
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 0;
  width: 0;
}
.comments .comment figure .image:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  width: calc(100% - 10px);
  position: absolute;
}
.comments .comment figure .image img {
  height: 100%;
}
.comments .comment .date {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 5px;
}
.comments .comment .date .fa {
  color: #b8b8b8;
  font-size: 10px;
  margin-right: 10px;
}
.comments .comment .name {
  display: table;
  font-size: 18px;
  width: 100%;
}
.comments .comment .reply {
  color: #2a2a2a;
}
.comments .comment .reply .fa {
  color: #1396e2;
  margin-right: 10px;
}

/****
  D
****/
.display-lines .property {
  border-bottom: 2px solid #f3f3f3;
  padding-left: 280px;
  padding-bottom: 30px;
  position: relative;
  overflow: visible;
}
.display-lines .property.no-border {
  padding-bottom: 0;
}
.display-lines .property:hover img {
  top: inherit;
}
.display-lines .property .property-image {
  height: 195px;
  left: 0;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 260px;
}
.display-lines .property .type {
  top: 0;
  right: 0;
}
.display-lines .property .add-remove {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.display-lines .property .add-remove a {
  font-size: 18px;
}
.display-lines .property .add-remove a:hover {
  color: #2a2a2a;
}

.display-lines .property .info {
  display: table;
  position: relative;
  width: 100%;
}
.display-lines .property .info header a {
  display: inline-block;
}
.display-lines .property .info header figure {
  margin-bottom: 10px;
}
.display-lines .property .info header h3 {
  color: #000;
  font-size: 28px;
  margin: 0;
}
.display-lines .property .info aside {
  margin-top: 10px;
}
.display-lines .property .info aside p {
  float: left;
  font-size: 12px;
  width: 60%;
  overflow: hidden;
  padding-right: 10px;
  padding-bottom: 20px;
}
.display-lines .property .info aside dl {
  float: right;
  width: 40%;
  min-height: 70px;
  font-size: 12px;
}
.display-lines .property .info aside dl dd {
  margin-bottom: 4px;
}
.display-lines .property .info .link-arrow {
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.display-lines .property .ribbon {
  margin: inherit;
  left: initial;
}

#property-gallery {
  overflow: hidden;
}

#property-gallery .ribbon {
  left: -30px;
  top: 17px;
  -webkit-transform: translateZ(1px) rotate(-45deg);
  transform: translateZ(1px) rotate(-45deg);
  right: auto;
}

.boxed .property {
  width: 50%;
  float: left;
  padding-left: 0 !important;
}
.boxed .property .add-remove {
  right: 20px;
  background: rgba(255, 255, 255, 0.6);
  top: 232px;
}
.boxed .property .property-image {
  position: relative;
  width: 70%;
}
.boxed .property .info aside dl {
  height: 85px;
  width: 60% !important;
  float: left !important;
}
.boxed .property .info aside {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.boxed .property .info aside p {
  width: calc(100% - 10px) !important;
  padding-bottom: 10px !important;
  height: 65px;
}

/****
  E
****/
.enabled {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  pointer-events: inherit;
}

.disabled {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  pointer-events: none;
}

.error-page {
  display: table;
  text-align: center;
  margin-top: 100px;
  width: 100%;
}
.error-page h2 {
  position: relative;
  z-index: 4;
}
.error-page .title header {
  color: #1396e2;
  font-size: 99px;
  font-weight: lighter;
  position: relative;
  z-index: 1;
}
.error-page .top {
  bottom: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  z-index: 2;
}
.error-page .bottom {
  bottom: 90px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  z-index: 0;
}

/****
  F
****/
.faq {
  position: relative;
  padding-left: 50px;
  margin-bottom: 50px;
}
.faq .icon {
  background-color: #1396e2;
  color: #fff;
  height: 35px;
  left: 0;
  width: 35px;
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 35px;
}
.faq .icon:after {
  bottom: -7px;
  content: "";
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent #1396e2 transparent transparent;
  position: absolute;
  right: 0;
  width: 0;
}
.faq header {
  color: #000;
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 15px;
}
.faq p {
  border-bottom: 2px solid #f3f3f3;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.faq aside {
  font-size: 12px;
}
.faq aside a {
  margin-left: 10px;
}

.feature-box {
  border: 2px solid #f3f3f3;
  margin-bottom: 30px;
  padding: 0 20px 15px 80px;
  position: relative;
}
.feature-box .description h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  font-weight: normal;
  padding-bottom: 10px;
}
.feature-box .icon {
  background-color: #1396e2;
  height: 60px;
  left: -2px;
  padding: 20px;
  position: absolute;
  top: -2px;
  width: 60px;
}
.feature-box .icon:after {
  bottom: -8px;
  content: "";
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #1396e2 transparent transparent;
  position: absolute;
  right: 0;
  width: 0;
}
.feature-box .icon .fa {
  color: #fff;
  font-size: 20px;
}

.featured-properties {
  padding-bottom: 0;
  padding-top: 40px;
}

#featured-properties-carousel {
  background-color: #fff;
}

.fun-facts {
  display: table;
  margin-bottom: 15px;
  padding: 30px 0;
  position: relative;
  width: 100%;
}
.fun-facts:before {
  background-color: rgba(0, 0, 0, 0.07);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  top: -15px;
  right: 0;
  width: 100%;
  z-index: -2;
}
.fun-facts .number-wrapper {
  text-align: center;
}
.fun-facts .number-wrapper figure {
  color: #000;
}
.fun-facts .number-wrapper .number {
  color: #1396e2;
  font-size: 48px;
  font-weight: lighter;
  position: relative;
}
.fun-facts .number-wrapper .number:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  z-index: -1;
}

/****
  I
****/
.invoice {
  width: 100%;
}
.invoice aside {
  display: inline-block;
  width: 49%;
}
.invoice address {
  line-height: 24px;
  margin: 20px 0;
}
.invoice table {
  width: 100%;
}
.invoice section {
  border-bottom: 2px solid #ccc;
  padding: 20px 0;
}
.invoice dl dd {
  text-align: left;
}
.invoice dl dt {
  width: 150px;
}
.invoice h1 {
  border: none;
  font-size: 60px;
  font-weight: lighter;
  margin: 0;
  padding: 0;
}
.invoice h2 {
  border: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.invoice h3 {
  border: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 24px;
}
.invoice h4 {
  font-weight: bold;
}
.invoice .title {
  font-weight: bold;
}
.invoice #description-table th {
  background-color: #e8e8e8;
  padding: 8px 0;
}
.invoice #description-table th:first-child {
  padding-left: 10px;
  width: 50%;
}
.invoice #description-table th:last-child {
  text-align: right;
  padding-right: 10px;
  width: 18%;
}
.invoice #description-table td {
  padding: 10px 0;
}
.invoice #description-table td:first-child {
  padding-left: 10px;
}
.invoice #description-table td:last-child {
  text-align: right;
  padding-right: 10px;
}
.invoice #description {
  padding-bottom: 0;
}
.invoice #subtotal aside:last-child {
  width: 18%;
}
.invoice #summary {
  text-align: right;
}
.invoice #summary h2 {
  display: inline-block;
}
.invoice #summary figure {
  display: inline-block;
  font-size: 24px;
  width: 18%;
}
.invoice #from-to > table > tbody > tr > td {
  width: 50%;
  vertical-align: top;
}
.invoice #underline {
  font-size: 12px;
}

/****
  L
****/
.language-bar {
  float: right;
  margin-left: 15px;
}
.language-bar a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: 5px !important;
}
.language-bar a.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.language-bar a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.layout-expandable {
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  overflow: hidden;
}

#loading-icon {
  bottom: 0;
  font-size: 28px;
  height: 25px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  z-index: 3;
}

.loading:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

.logos {
  display: block;
  line-height: 0;
  margin-top: 10px;
  padding: 30px 10px;
  text-align: justify;
}
.logos:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.logos .logo {
  display: inline-block;
  margin-bottom: 7px;
  position: relative;
}
.logos .logo a {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  padding: 10px;
}
.logos .logo a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/****
  N
****/
.note {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  font-size: 12px;
  margin: 10px 0;
}

/****
  M
****/
.masonry-hide-other {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.masonry-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.member {
  position: relative;
  margin-bottom: 30px;
  padding-left: 130px;
}
.member h3 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
}
.member .image {
  left: 0;
  position: absolute;
  top: 0;
}
.member .image img {
  width: 110px;
}
.member dl {
  border-top: 2px solid #f3f3f3;
  font-size: 12px;
  margin-top: 10px;
  padding-top: 10px;
}
.member dl dd {
  margin-bottom: 4px;
}
.member .tag {
  background-color: #1396e2;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
}

.my-properties table {
  width: 100%;
}
.my-properties table h2 {
  border: none;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0;
}
.my-properties table thead {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.my-properties table thead tr th {
  background-color: #000;
  border: none;
  color: #fff;
  padding: 10px 10px 10px 0;
}
.my-properties table thead tr th:first-child {
  padding-left: 10px;
}
.my-properties table tbody tr td {
  border-top: none;
  border-bottom: 2px solid #f3f3f3;
  padding: 20px 20px 20px 0;
  vertical-align: middle;
}
.my-properties table tbody tr td:last-child {
  padding-right: 5px;
}
.my-properties table tbody tr td.actions {
  text-align: right;
}
.my-properties table tbody tr td.actions a {
  padding: 5px;
}
.my-properties table tbody tr td.actions .edit {
  float: left;
  color: #2a2a2a;
}
.my-properties table tbody tr td.actions .edit:hover i {
  color: #000;
}
.my-properties table tbody tr td.actions .edit i {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #1396e2;
  margin-right: 5px;
}
.my-properties table tbody tr td.actions .delete {
  color: red;
  position: relative;
  top: 5px;
}
.my-properties table tbody tr td.image {
  width: 125px;
}
.my-properties table tbody tr td.image img {
  width: 100%;
}
.my-properties table tbody tr td img,
.my-properties table tbody tr td .inner {
  display: inline-block;
}
.my-properties table tbody tr td .inner figure {
  margin-bottom: 5px;
}

/****
  O
****/
.owl-carousel .property {
  margin-bottom: 0;
}
.owl-carousel .owl-pagination {
  text-align: center;
}
.owl-carousel .owl-pagination .owl-page {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}
.owl-carousel .owl-pagination .owl-page:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.owl-carousel .owl-pagination .owl-page.active {
  background-color: rgba(0, 0, 0, 0.6);
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}
.owl-carousel .owl-dots .owl-dot:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: rgba(0, 0, 0, 0.6);
}

.owl-prev i,
.owl-next i {
  position: absolute;
  top: 20px;
}
.owl-prev i {
  left: 0;
}
.owl-next i {
  right: 10px;
}
#history .owl-controls {
  display: none;
}
/****
  P
****/
#page-content {
  padding-bottom: 10px;
  position: relative;
}

.pagination li:first-child a,
.pagination li:last-child a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.pagination li.active a {
  background-color: transparent !important;
  border-color: #000 !important;
  color: #000 !important;
}
.pagination li.active a:hover,
.pagination li.active a:active,
.pagination li.active a:focus {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.pagination li a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-top: 5px solid #f3f3f3;
  color: #5a5a5a;
  padding: 10px 20px;
}
.pagination li a:hover,
.pagination li a:active,
.pagination li a:focus {
  background-color: transparent;
  border-color: #1396e2;
  color: #1396e2;
}

.post-author {
  border: 2px solid #f3f3f3;
  display: table;
  margin-bottom: 60px;
  padding: 20px;
  position: relative;
  width: 100%;
}
.post-author img {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  /*position: absolute; height: 100px; top: 0; bottom: 0; margin: auto;*/
}
.post-author header {
  color: #000;
  margin-bottom: 10px;
}
.post-author .wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.price-box {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #f3f3f3;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  bottom: 0;
}
.price-box:hover {
  bottom: 10px;
}
.price-box.promoted {
  background-color: #062f47;
  border: none;
}
.price-box.promoted header,
.price-box.promoted .price {
  margin: 0;
}
.price-box.promoted ul {
  color: #fff;
}
.price-box.promoted ul li {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.price-box header {
  background-color: #1396e2;
  margin: -2px;
  padding: 20px 0;
}
.price-box header h2 {
  border: none;
  color: #fff;
  font-size: 36px;
  font-weight: lighter;
  margin: 0;
  padding: 0;
}
.price-box .price {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #000;
  color: #fff;
  margin: 0 -2px;
  padding: 10px 0;
}
.price-box .price figure {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -5px;
}
.price-box .price small {
  font-size: 12px;
}
.price-box ul {
  list-style: none;
  padding-left: 0;
  padding-bottom: 10px;
}
.price-box ul li {
  border-bottom: 2px solid #f3f3f3;
  padding: 10px 0;
}
.price-box ul li.not-available {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  text-decoration: line-through;
}
.price-box ul li span {
  font-weight: bold;
}

.property {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.property:hover img,
.property:active img,
.property:focus img {
  -moz-backface-visibility: hidden;
  top: -10px;
}
.property:hover.big .overlay,
.property:active.big .overlay,
.property:focus.big .overlay {
  bottom: 0;
}
.property:hover .overlay,
.property:active .overlay,
.property:focus .overlay {
  bottom: 0;
}
.property:hover .overlay .additional-info li,
.property:active .overlay .additional-info li,
.property:focus .overlay .additional-info li {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.property:hover .tag.status,
.property:active .tag.status,
.property:focus .tag.status {
  background-color: rgba(0, 0, 0, 0.8);
}
.property:hover .type,
.property:active .type,
.property:focus .type {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.property img {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-backface-visibility: hidden;
  width: 100%;
  position: relative;
  top: 0;
}
.property .overlay {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  bottom: -50px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.property .overlay h3 {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 3px 0;
}
.property .overlay figure {
  color: #fff;
  font-weight: lighter;
}
.property .overlay .additional-info {
  background-color: #000;
  display: table;
  height: 30px;
  list-style: none;
  margin-bottom: 0;
  width: 100%;
  padding: 8px 12px;
}
.property .overlay .additional-info li {
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  color: #fff;
  display: table-cell;
  width: 25%;
}
.property .overlay .additional-info li header {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 95%;
}
.property .overlay .additional-info li figure {
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
}
.property .overlay .info {
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, transparent),
    color-stop(100%, rgba(0, 0, 0, 0.75))
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  padding: 12px;
}
.property .property-image {
  /*height: 195px;*/
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.property .tag.status {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  left: 13px;
  font-size: 12px;
  padding: 6px 9px;
  position: absolute;
  top: 15px;
  z-index: 1;
}
.property .tag.status:after {
  bottom: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 0;
  border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
  content: "";
  left: 0;
  position: absolute;
}
.property .type {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  background-color: #fff;
  position: absolute;
  right: 13px;
  z-index: 2;
  top: 15px;
  height: 29px;
  padding: 0 2px;
  text-align: center;
  line-height: 29px;
}
.property .type img {
  width: inherit;
  top: 0 !important;
}
.property.big {
  max-width: 440px;
}
.property.big .overlay {
  bottom: -70px;
}
.property.big .overlay h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 8px 0 3px 0;
}
.property.big .overlay li header,
.property.big .overlay li figure {
  font-size: 14px;
}
.property.big .overlay .additional-info {
  height: 70px;
  padding: 15px 20px;
}
.property.big .overlay .price {
  font-size: 18px;
}
.property.big .overlay .info {
  padding: 20px;
}
.property.big .property-image {
  /*height: 285px;*/
}
.property.big .tag {
  left: 20px;
  top: 20px;
}
.property.small {
  margin-bottom: 30px !important;
}
.property.small:hover img {
  top: inherit;
}
.property.small .property-image {
  float: left;
  width: 100px;
  height: 75px;
}
.property.small .info {
  padding-left: 110px;
}
.property.small .info a {
  color: #2a2a2a;
}
.property.small .info a:hover {
  color: #1396e2;
}
.property.small .info a h4 {
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
.property.small .info figure {
  margin-bottom: 10px;
}
.property.small .info .tag {
  font-size: 12px;
}
.property.masonry {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  font-size: 12px;
  width: 32.1%;
  float: left;
  margin-bottom: 15px;
  overflow: visible;
}
.property.masonry .inner {
  /*-moz-backface-visibility: hidden;*/
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.property.masonry:hover img {
  top: 0;
}
.property.masonry aside {
  border: 2px solid #f3f3f3;
  background-color: #fff;
  padding: 15px 15px 10px 15px;
  position: relative;
  top: -2px;
}
.property.masonry aside h3 {
  -moz-backface-visibility: hidden;
  color: #000;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}
.property.masonry aside figure {
  -moz-backface-visibility: hidden;
  margin-bottom: 10px;
}
.property.masonry aside p {
  -moz-backface-visibility: hidden;
  margin-bottom: 10px;
}
.property.masonry aside .link-arrow {
  border-top: 2px solid #f3f3f3;
  display: block;
  font-size: 14px;
  padding-top: 10px;
}
.property.masonry .property-image {
  position: relative;
  margin-bottom: 0;
}
.property.masonry .property-image img {
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.property.masonry .property-image:hover img {
  -moz-transform: scale(1.1) rotate(0.01deg);
  -webkit-transform: scale(1.1) rotate(0.01deg);
  transform: scale(1.1) rotate(0.01deg);
}
.property.masonry .property-image:hover .type img {
  -moz-transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.property.masonry .property-image .overlay {
  bottom: 0;
  position: absolute;
}
.property.masonry .property-image .overlay .tag {
  -moz-backface-visibility: hidden;
}
.property.masonry .property-image .ribbon {
  top: 15px;
  bottom: inherit;
}

.property-carousel .property-slide {
  position: relative;
  background-color: #f2f2f2;
}
.property-carousel .property-slide .overlay {
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, transparent),
    color-stop(100%, rgba(0, 0, 0, 0.75))
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  bottom: 0;
  left: 0;
  height: 40%;
  position: absolute;
  width: 100%;
}
.property-carousel .property-slide .overlay h3 {
  bottom: 20px;
  color: #fff;
  left: 30px;
  font-size: 24px;
  position: absolute;
}
.property-carousel .property-slide img {
  width: auto;
  margin: 0 auto;
}
.property-carousel .owl-controls {
  position: absolute;
  right: 0;
  top: 0;
}
.property-carousel .owl-controls .owl-prev,
.property-carousel .owl-controls .owl-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #1396e2;
  display: inline-block !important;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 3 !important;
}
.property-carousel .owl-controls .owl-prev:after,
.property-carousel .owl-controls .owl-next:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  width: 5px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.property-carousel .owl-controls .owl-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.property-carousel .owl-controls .owl-next:after {
  content: "\f105";
}
.property-carousel .owl-controls .owl-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.property-carousel .owl-controls .owl-prev:after {
  content: "\f104";
}

#property-detail section {
  margin-bottom: 25px;
}
#property-detail section h2 {
  margin-bottom: 25px;
}

.property-detail-map-wrapper {
  position: relative;
  height: 340px;
}
.property-detail-map-wrapper .property-detail-map {
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}

.property-features-list {
  column-count: 2;
  margin-bottom: 30px;
  padding-left: 20px;
  column-gap: 0;
  width: calc(100% - 80px);
}
.property-features-list li {
  padding: 3px 0;
  font-size: 14px;
}

.property-features-list li:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f111";
  color: #1396e2;
  font-size: 8px;
  position: relative;
  bottom: 2px;
  margin-right: 10px;
}

.property-title {
  margin-bottom: 30px;
  position: relative;
}
.property-title h1 {
  border: none;
  margin-bottom: 5px;
  margin-top: 0;
  padding-bottom: 0;
}
.property-title .actions {
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  position: absolute;
  right: 0;
}
.property-title .actions a {
  margin-left: 5px;
  font-size: 18px;
}

#property-rating aside,
#property-rating figure {
  display: inline-block;
}
#property-rating aside header,
#property-rating figure header {
  font-weight: bold;
  margin-bottom: 10px;
}
#property-rating aside {
  float: left;
}
#property-rating figure {
  float: right;
}
#property-rating figure .rating {
  width: inherit !important;
  float: right;
}
#property-rating .rating-form {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 0;
  overflow: hidden;
}
#property-rating .rating-form header {
  font-size: 18px;
  font-weight: lighter;
  margin: 20px 0;
}

.show-rating-form {
  height: auto;
}

/****
  R
****/
.rating img {
  background-color: #1396e2;
}
.rating .inner img {
  background-color: #1396e2;
}
.rating.rating-individual {
  margin-bottom: 10px;
}
.rating.rating-user {
  display: inline-block;
}
.rating.rating-user #hint {
  margin-top: 20px;
  height: 20px;
}

.ribbon,
.provision,
.reservation {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-transform: translate3d(0, 0, 1px) rotate(-45deg);
  -ms-transform: translate3d(0, 0, 1px) rotate(-45deg);
  -webkit-transform: translate3d(0, 0, 1px) rotate(-45deg);
  transform: translate3d(0, 0, 1px) rotate(-45deg);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #000;
  background: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 6px;
  position: absolute;
  z-index: 3;
  right: inherit;
  top: 22px;
  width: 146px;
  text-align: center;
  margin: auto;
  height: 30px;
  bottom: inherit;
  left: -36px;
}

/****
  S
****/

#form--simple-search.form-map .price-range {
  margin-bottom: 10px !important;
}

#search-filter {
  margin-bottom: 40px;
  padding-top: 10px;
  position: relative;
}
#search-filter h3 {
  display: inline-block;
  margin: 0 10px 0 0;
}
#search-filter h3 i {
  color: #1396e2;
  font-size: 12px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
#search-filter .search-count {
  font-weight: bold;
}
#search-filter .sorting {
  position: absolute;
  right: 0;
  top: 0;
}
#search-filter .sorting span,
#search-filter .sorting .form-group {
  display: inline-block;
}
#search-filter .sorting span {
  margin-right: 10px;
}
#search-filter .sorting .form-group {
  min-width: 200px;
}

.section-title {
  position: relative;
}
.section-title .link-arrow {
  margin-top: 5px;
  right: 0;
  position: absolute;
  top: 0;
}

.show-on-map {
  color: #2a2a2a;
  position: absolute;
  right: 0;
  text-align: center;
}
.show-on-map .fa {
  color: #1396e2;
  font-size: 24px;
}
#sidebar h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  margin-top: 21px;
  padding-bottom: 15px;
}
#sidebar form .btn {
  width: 100%;
}
#sidebar ul {
  padding-left: 15px;
}
#sidebar ul.list-links li {
  color: #1396e2;
}
#sidebar .sidebar-navigation {
  list-style: none;
  padding-left: 0;
}
#sidebar .sidebar-navigation li.active a {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #f3f3f3;
  border-color: #000;
  padding-left: 10px;
}
#sidebar .sidebar-navigation li.active a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  border-color: transparent transparent transparent #000;
}
#sidebar .sidebar-navigation li.active a:hover {
  padding-left: 10px;
}
#sidebar .sidebar-navigation li.active i {
  display: inline-block;
}
#sidebar .sidebar-navigation > li {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 5px;
  position: relative;
}
#sidebar .sidebar-navigation > li a {
  border-right: 3px solid transparent;
  color: #2a2a2a;
  display: block;
  padding: 10px 0 10px 10px;
  position: relative;
}
#sidebar .sidebar-navigation > li a:after {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent transparent;
  content: "";
  position: absolute;
  right: -8px;
  top: 1px;
  bottom: 0;
  margin: auto;
}
#sidebar .sidebar-navigation > li a:hover {
  border-color: #1396e2;
  padding-left: 15px;
}
#sidebar .sidebar-navigation > li a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  border-color: transparent transparent transparent #1396e2;
}
#sidebar .sidebar-navigation > li i {
  color: #1396e2;
  margin-right: 8px;
}
#sidebar .sidebar-navigation > li ul {
  padding-left: 30px;
  list-style: none;
}
#sidebar .sidebar-navigation > li ul > li {
  border-bottom: 1px solid #f3f3f3;
  position: relative;
}
#sidebar .sidebar-navigation > li ul > li:before {
  content: "•";
  color: #1396e2;
  font-size: 24px;
  position: absolute;
  left: -5px;
  top: 2px;
}
#sidebar .sidebar-navigation > li ul > li ul {
  padding-left: 10px;
}
#sidebar .sidebar-navigation > li ul > li ul li {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  border-bottom: none;
}
#sidebar .sidebar-navigation > li ul > li ul li:before {
  display: none;
}
#slider,
#slider .homepage-slider .slide {
  height: 566px;
  position: relative;
  overflow: hidden;
}
#slider .homepage-slider .owl-nav button i {
  position: absolute;
  top: 45%;
  left: 19px;
  font-size: 40px;
  color: #fff;
}
#slider .homepage-slider .owl-nav .owl-prev,
#slider .homepage-slider .owl-nav .owl-next {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
  bottom: 0;
  display: block;
  height: 100%;
  margin: auto;
  padding: 0 30px;
  position: absolute;
  top: 0;
  width: 60px;
}
#slider .homepage-slider .owl-nav .owl-prev:hover,
#slider .homepage-slider .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.2);
}
#slider .homepage-slider .owl-nav .owl-prev {
  left: 0;
}
#slider .homepage-slider .owl-nav .owl-next {
  right: 0;
}

@media (max-width: 1200px) {
  .dynamic-categories li.category-flex.big {
    flex: auto;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .dynamic-categories li.category-flex {
    flex: auto;
  }
}

@media (max-width: 768px) {
  #slider .homepage-slider .owl-nav {
    display: none;
  }  
}

@media (min-width: 600px) and (max-width: 1200px) {
  .dynamic-categories ul {flex-wrap: wrap;}
  .dynamic-categories ul li {
    max-width: 322px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .dynamic-categories ul {flex-direction: column;}
}
#slider .homepage-slider .slide:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, transparent),
    color-stop(100%, rgba(0, 0, 0, 0.75))
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -ms-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  bottom: 0;
  content: "";
  height: 30%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#slider .homepage-slider .slide .overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
  width: 100%;
  z-index: 2;
}
#slider .homepage-slider .slide .overlay .info {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#slider .homepage-slider .slide .overlay .info .tag {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 24px;
  position: relative;
  top: 20px;
}
#slider .homepage-slider .slide .overlay .info h3 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 30px;
  font-weight: normal;
  margin: 5px 0;
  position: relative;
  left: 20px;
}
#slider .homepage-slider .slide .overlay .info figure {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 18px;
  position: relative;
  left: 20px;
}
#slider .homepage-slider .slide .overlay .info.animate-description-out {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#slider .homepage-slider .slide .overlay .info.animate-description-out .tag,
#slider .homepage-slider .slide .overlay .info.animate-description-out h3,
#slider .homepage-slider .slide .overlay .info.animate-description-out figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#slider .homepage-slider .slide .overlay .info.animate-description-in {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#slider .homepage-slider .slide .overlay .info.animate-description-in figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  left: 0;
}
#slider .homepage-slider .slide .overlay .info.animate-description-in h3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  left: 0;
}
#slider .homepage-slider .slide .overlay .info.animate-description-in .tag {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  top: 0;
}
#slider .homepage-slider .slide .overlay hr {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  border-color: #fff;
}
#slider .homepage-slider .slide .overlay .link-arrow {
  color: #fff;
}
#slider .homepage-slider .slide img {
  position: relative;
}
#slider .homepage-slider .owl-controls .owl-prev,
#slider .homepage-slider .owl-controls .owl-next {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
  bottom: 0;
  display: block;
  height: 100%;
  margin: auto;
  padding: 0 30px;
  position: absolute;
  top: 0;
}
#slider .homepage-slider .owl-controls .owl-prev:hover,
#slider .homepage-slider .owl-controls .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
#slider .homepage-slider .owl-controls .owl-prev:after,
#slider .homepage-slider .owl-controls .owl-next:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  bottom: 0;
  color: #fff;
  font-size: 40px;
  height: 40px;
  margin: auto;
  top: 0;
  position: absolute;
}
#slider .homepage-slider .owl-controls .owl-next {
  right: 0;
}
#slider .homepage-slider .owl-controls .owl-next:after {
  content: "\f105";
  right: 20px;
}
#slider .homepage-slider .owl-controls .owl-prev:after {
  content: "\f104";
  left: 20px;
}

.show-all {
  color: #2a2a2a;
  padding: 10px;
  display: inline-block;
}
.show-all:hover {
  cursor: pointer;
}
.show-all:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #1396e2;
  content: "\f067";
  margin-left: 10px;
  font-size: 11px;
  position: relative;
  top: -1px;
}
.show-all.layout-expanded:after {
  content: "\f068";
}

.submit-pricing {
  border: 2px solid #f3f3f3;
  padding: 15px 20px;
  margin-bottom: 30px;
}
.submit-pricing table {
  margin-bottom: 0;
}
.submit-pricing table thead tr th {
  border: none;
  font-weight: lighter;
  font-size: 18px;
  padding: 0;
  width: 25%;
  vertical-align: middle;
}
.submit-pricing table thead tr th.title {
  color: #1396e2;
  font-size: 24px;
  text-align: center;
}
.submit-pricing table tbody tr td {
  border: none;
  border-top: 2px solid #f3f3f3;
  font-size: 12px;
  width: 25%;
  vertical-align: middle;
  padding: 10px 0;
  text-align: center;
}
.submit-pricing table tbody tr td:first-child {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  text-align: left;
}
.submit-pricing table tbody tr td.not-available {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.submit-pricing table tbody tr td.available {
  color: #1396e2;
}
.submit-pricing table tbody tr.buttons {
  padding-bottom: 0;
}
.submit-pricing table tbody tr.buttons td {
  border: none;
}
.submit-pricing table tbody tr.buttons td:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #5a5a5a;
  content: "\f05d";
  display: none;
  font-size: 20px;
}
.submit-pricing table tbody tr.buttons td.package-selected:after {
  display: inline-block;
}
.submit-pricing table tbody tr.buttons td.package-selected .btn {
  display: none;
}
.submit-pricing table tbody tr.prices td {
  border: none;
  color: #000;
  font-size: 14px;
  padding-bottom: 15px;
}

.submit-step {
  padding-left: 50px;
  padding-top: 10px;
  position: relative;
}
.submit-step .step-number {
  background-color: #1396e2;
  color: #fff;
  height: 35px;
  left: 0;
  width: 35px;
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 35px;
}
.submit-step .step-number:after {
  bottom: -7px;
  content: "";
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent transparent #1396e2;
  position: absolute;
  left: 0;
  width: 0;
}
.submit-step .description h4 {
  color: #2a2a2a;
  margin-top: 0;
  font-weight: bold;
}

.submit-features {
  list-style: none;
  padding-left: 0;
}
.submit-features li {
  display: inline-block;
  width: 33%;
}
.submit-features li label {
  font-weight: normal;
}

#submit-map {
  height: 320px;
  width: 100%;
}

.submission-message {
  margin-top: 100px;
}
.submission-message header {
  color: #000;
  font-size: 48px;
  font-weight: lighter;
  margin: 10px 0;
}
.submission-message p,
.submission-message a {
  margin-bottom: 60px;
}

/****
  T
****/
.tag {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  display: inline-block;
  padding: 3px 8px;
}
.tag.price {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #1396e2;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.tag.article {
  background-color: #f3f3f3;
  border-left: 3px solid #c7c7c7;
  color: #2a2a2a;
  font-size: 12px;
  font-weight: bold;
}

.testimonials-carousel.small .testimonial {
  padding: 20px 0;
}
.testimonials-carousel.small .testimonial figure .image {
  background-color: #5a5a5a;
  height: 70px;
  position: relative;
  overflow: hidden;
  width: 60px;
}
.testimonials-carousel.small .testimonial figure .image:after {
  bottom: 0;
  content: "";
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 0;
  width: 0;
}
.testimonials-carousel.small .testimonial figure .image:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  width: calc(100% - 10px);
  position: absolute;
}
.testimonials-carousel.small .testimonial figure .image img {
  height: 100%;
}
.testimonials-carousel.small .testimonial .cite p {
  font-size: 14px;
}
.testimonials-carousel .testimonial img {
  height: 100%;
  width: initial !important;
}

.text-banner {
  padding: 40px 0;
}

.timeline-item {
  display: block;
  margin-bottom: 60px;
}
.timeline-item:last-child:after {
  display: none !important;
}
.timeline-item:hover .circle .date {
  left: 30px;
}
.timeline-item:hover .wrapper {
  background-color: #f3f3f3;
}
.timeline-item:hover .wrapper .social .btn {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.timeline-item:after {
  background-color: #f3f3f3;
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 21px;
  z-index: -1;
}
.timeline-item .circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #f3f3f3;
  height: 43px;
  position: relative;
  width: 100%;
}
.timeline-item .circle .dot {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #1396e2;
  height: 7px;
  width: 7px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 1px;
  margin: auto;
}
.timeline-item .circle .date {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #1396e2;
  color: #fff;
  left: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 29px;
  line-height: 29px;
  padding-left: 7px;
  padding-right: 7px;
  z-index: 2;
}
.timeline-item .circle .date:after {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: transparent #1396e2 transparent transparent;
  position: absolute;
  top: 0;
  left: -8px;
  bottom: 0;
  margin: auto;
}
.timeline-item .wrapper {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
  border: 2px solid #f3f3f3;
  padding: 20px 20px 20px 80px;
  margin-top: -8px;
}
.timeline-item .wrapper img {
  margin-bottom: 30px;
  width: 100%;
}
.timeline-item .wrapper h3 {
  margin-top: 0;
}
.timeline-item .wrapper .social {
  margin-top: 20px;
}
.timeline-item .wrapper .social .btn {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  padding: 3px 0;
  width: 25px;
}

.tool-tip {
  padding: 5px;
  cursor: pointer;
  color: #000;
}

/****
  U
****/
#property-form button {
  float: right;
}
button:disabled {
  background-color: #d2d2d2 !important;
  cursor: no-drop !important;
  position: relative;
}
.universal-button {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #f3f3f3;
  color: #2a2a2a;
  display: block;
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
  top: 0;
}
.universal-button:hover {
  background-color: #eeeeee;
  color: #2a2a2a;
}
.universal-button:active {
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  top: 1px;
}
.universal-button figure,
.universal-button span {
  vertical-align: middle;
  display: table-cell;
}
.universal-button figure {
  color: #1396e2;
  font-size: 28px;
  width: 40px;
}
.universal-button .arrow {
  bottom: 0;
  color: #1396e2;
  height: 15px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 10px;
}

#map {
  width: 100%;
  height: 700px;
}

#contact-map,
#directions-map--jakdojade {
  height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.marker-style {
  border: 3px solid #1396e2;
  text-align: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-left: -17px !important;
  margin-top: -46px !important;
}
.marker-style img {
  position: absolute !important;
  top: -1px !important;
  bottom: 0 !important;
  right: 0;
  left: 0;
  margin: auto !important;
}

.cluster > div {
  color: #fff !important;
  text-align: center !important;
  z-index: 3;
}
.cluster > div:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #1396e2;
  content: "";
  height: 31px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 31px;
  z-index: -1;
}

.leaflet-div-icon {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
  border: none;
  background-image: url("../img/marker.png");
}
.leaflet-div-icon:after {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #1396e2;
  content: "";
  display: block;
  height: 34px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 34px;
  z-index: 2;
}
.leaflet-div-icon:hover {
  top: -5px;
}
.leaflet-div-icon img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -10px;
  bottom: 0;
}

.leaflet-container {
  font: inherit;
}

.leaflet-popup .leaflet-popup-close-button {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  background: #fff !important;
  color: #2a2a2a !important;
  height: 25px !important;
  top: 10px !important;
  padding: 4px !important;
  right: 10px !important;
  width: 25px !important;
  z-index: 2;
}
.leaflet-popup .leaflet-popup-content-wrapper {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  padding: 0;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  border-bottom: 5px solid #fff;
  border-top: 5px solid #000;
  height: 206px;
  width: 260px;
  margin: 0;
  overflow: hidden;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .property {
  margin-bottom: 0;
}
.leaflet-popup
  .leaflet-popup-content-wrapper
  .leaflet-popup-content
  .property:hover
  img {
  top: 0;
}
.leaflet-popup
  .leaflet-popup-content-wrapper
  .leaflet-popup-content
  .property
  .overlay {
  bottom: 0;
}

.infobox-wrapper > img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute !important;
  right: 8px;
  top: 13px;
  z-index: 2;
}
.infobox-wrapper > img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.infobox-wrapper .infobox-inner {
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-top: 6px solid #000;
  font-size: 12px;
  position: relative;
  margin-bottom: 50px;
  min-width: 200px;
}
.infobox-wrapper .infobox-inner:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 95px;
  content: "";
  bottom: -6px;
}
.infobox-wrapper .infobox-inner .infobox-image {
  width: 250px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.infobox-wrapper .infobox-inner .infobox-image:after {
  background: -moz-linear-gradient(
    top,
    transparent 50%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, transparent),
    color-stop(100%, rgba(0, 0, 0, 0.75))
  );
  background: -webkit-linear-gradient(
    top,
    transparent 50%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: -o-linear-gradient(
    top,
    transparent 50%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: -ms-linear-gradient(
    top,
    transparent 50%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 50%,
    rgba(0, 0, 0, 0.75) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.infobox-wrapper .infobox-inner .infobox-image img {
  width: 100%;
}
.infobox-wrapper .infobox-inner .infobox-image .infobox-price {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #1396e2;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 7px;
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 2;
}
.infobox-wrapper .infobox-inner .infobox-title {
  font-size: 14px;
  font-weight: bold;
}
.infobox-wrapper .infobox-inner .infobox-title a {
  color: #000;
}
.infobox-wrapper .infobox-inner .infobox-description {
  padding: 8px;
}
.infobox-wrapper .infobox-inner .infobox-location {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 12px;
}
.infobox-wrapper .infobox-inner .fa {
  color: #1396e2;
  float: right;
  font-size: 18px;
  margin-top: 4px;
}

.marker-hover {
  opacity: 0.5;
}

.search-box-wrapper {
  position: absolute;
  width: 100%;
  top: 230px;
}
.search-box-wrapper .search-box-inner h2 {
  margin-bottom: 20px;
}

#submit-map {
  margin-bottom: 20px;
}

.fade-map {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

.map-osm #map {
  z-index: 0;
  position: relative;
}

.marker-cluster {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  width: 32px;
  height: 38px;
  background-color: #1396e2;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
}
.marker-cluster:hover {
  background-color: #000;
}

.form-group {
  margin-bottom: 10px;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea.form-control {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
  -webkit-appearance: none;
  background-color: #f3f3f3;
  border: none;
  font-size: 14px;
  outline: none !important;
  padding: 10px 9px 11px 9px;
  width: 100%;
  height: inherit;
}
input[type="text"]:active,
input[type="text"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="search"]:active,
input[type="search"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="tel"]:active,
input[type="tel"]:focus,
textarea.form-control:active,
textarea.form-control:focus {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
textarea.form-control:hover,
.page-sub-page:hover .select2-selection:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.bootstrap-select.form-control {
  box-shadow: none;
}
.btn,
select {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #f3f3f3;
  border: none;
  color: #5a5a5a;
  font-size: 14px;
  outline: none !important;
  padding: 10px 9px 9px 9px;
  width: auto;
}
.btn:hover,
select:hover {
  background-color: #ebebeb;
  color: #5a5a5a;
}
.btn:active,
.btn:focus,
select:active,
select:focus {
  -moz-box-shadow: 0 1px 2px transparent, inset 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px transparent, inset 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px transparent, inset 0 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #ebebeb;
  color: #5a5a5a;
}
.btn.btn-default:not(.note-btn),
select.btn-default {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #555;
}
button.btn.btn-default:not(.dropdown-toggle, .note-btn) {
  color: #fff;
}
.btn.btn-default:active,
select.btn-default:active {
  -moz-box-shadow: 0 2px 2px transparent, inset 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px transparent, inset 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px transparent, inset 0 2px 2px rgba(0, 0, 0, 0.2);
}
.btn.btn-grey-dark,
select.btn-grey-dark {
  background-color: #2a2a2a;
  color: #fff;
}
.btn.btn-grey-dark:hover,
select.btn-grey-dark:hover {
  background-color: #393939;
}
.btn.btn-danger,
select.btn-danger {
  background-color: #c9302c;
  color: #fff;
}
.btn.btn-danger:hover,
select.btn-danger:hover {
  background-color: #b42b27;
}
.btn.btn-success,
select.btn-success {
  background-color: #5cb85c;
  color: #fff;
}
.btn.btn-success:hover,
select.btn-success:hover {
  background-color: #4cae4c;
}
.btn.btn-info,
select.btn-info {
  background-color: #31b0d5;
  color: #fff;
}
.btn.btn-info:hover,
select.btn-info:hover {
  background-color: #28a1c4;
}
.btn.btn-warning,
select.btn-warning {
  background-color: #ec971f;
  color: #fff;
}
.btn.btn-warning:hover,
select.btn-warning:hover {
  background-color: #df8a13;
}
.btn.small,
select.small {
  font-size: 12px;
  padding: 5px 12px 5px;
}
.btn.large,
select.large {
  font-size: 18px;
  padding: 15px 20px;
}

.checkbox,
.radio {
  padding-left: 0;
}

.checkbox.switch {
  margin: 0;
  padding: 0;
  z-index: 2;
}
.checkbox.switch .icheckbox {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #cdcdcd;
  background-color: #fff;
  display: inline-block;
  height: 25px;
  margin-left: 10px;
  position: relative;
  width: 45px;
  top: -1px;
}
.checkbox.switch .icheckbox:hover {
  border-color: #1396e2;
}
.checkbox.switch .icheckbox:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.checkbox.switch .icheckbox:after {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #000;
  content: "\f00c";
  font-size: 11px;
  position: absolute;
  left: 5px;
  line-height: 20px;
}
.checkbox.switch .icheckbox:before {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #1396e2;
  content: "";
  height: 17px;
  width: 17px;
  position: absolute;
  left: 2px;
  top: 2px;
}
.checkbox.switch .icheckbox.checked {
  border-color: #1396e2;
}
.checkbox.switch .icheckbox.checked:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: #000;
  left: 22px;
}
.checkbox .icheckbox {
  -moz-box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 20%);
  box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 20%);
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #f3f3f3;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  width: 20px;
  top: -1px;
}
.checkbox .icheckbox:after {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #2a2a2a;
  content: "\f00c";
  position: absolute;
  line-height: 20px;
  left: 3px;
}
.checkbox .icheckbox.checked:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.iradio {
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #f3f3f3;
  height: 20px;
  margin-right: 10px;
  position: relative;
  width: 20px;
  top: -1px;
}
.iradio:after {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  background-color: #2a2a2a;
}
.iradio.checked:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.input-group-addon {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}

.input-group .search {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  width: 40px;
  z-index: 2;
}

.form-group {
  position: relative;
}

form #form-status {
  line-height: 1;
  position: relative;
  top: -28px;
}
form #form-status #valid {
  position: relative;
  top: -10px;
}
form #form-status #valid .icon {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
form #form-status #invalid {
  color: red;
  position: relative;
  top: -10px;
}

.form-submit .file-input {
  border: 2px solid #f3f3f3;
  padding: 15px;
  position: relative;
  width: 100%;
}
.form-submit .file-input .file-preview {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.form-submit .file-input .file-preview .close {
  position: absolute;
  right: 10px;
  top: 5px;
}
.form-submit .file-input .file-preview .file-preview-frame {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border: none;
  height: inherit;
}
.form-submit .file-input .file-preview .file-preview-frame .file-preview-image {
  height: 100px;
}

.bootstrap-select {
  width: 100%;
  margin-bottom: 0 !important;
}
.bootstrap-select .selectpicker {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #f3f3f3;
  color: #5a5a5a;
}
.bootstrap-select .selectpicker:focus,
.bootstrap-select .selectpicker:active {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  outline: none !important;
}
.bootstrap-select .selectpicker:hover {
  background-color: #ebebeb;
}
.bootstrap-select .selectpicker .caret {
  border: none;
}
.bootstrap-select .selectpicker .caret:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #1396e2;
  content: "\f107";
  font-size: 18px;
  position: absolute;
  top: -7px;
  right: -2px;
}
.bootstrap-select .selectpicker .filter-option {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 0;
  position: relative;
}
.bootstrap-select .selectpicker .filter-option:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "fontawesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1396e2;
  content: "\f00c";
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 2px;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  bottom: -5px;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  border: none;
}
.bootstrap-select .dropdown-menu {
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  margin-top: 3px;
  padding: 0;
  padding-left: 0 !important;
}
.bootstrap-select .dropdown-menu.selectpicker {
  background-color: #fff !important;
}
.select-container .bootstrap-select .dropdown-menu li:first-child a,
.bootstrap-select .dropdown-menu li.selected a {
  background-color: transparent;
  color: #9c9c9c;
  padding-left: 15px;
}
.select-container .bootstrap-select .dropdown-menu li:first-child a:hover,
.bootstrap-select .dropdown-menu li.selected a:hover {
  background-color: transparent;
  padding-left: 15px;
}
.sorting .bootstrap-select ul li a .glyphicon.glyphicon-ok.check-mark {
  display: none !important;
}
.bootstrap-select .dropdown-menu li a {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #5a5a5a;
  padding: 8px 15px;
}
.bootstrap-select .dropdown-menu li a:hover {
  background-color: #f3f3f3;
  padding-left: 20px;
}
.bootstrap-select.open .selectpicker {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-search .bootstrap-select .selectpicker {
  font-weight: bold;
}

.selected-option-check-a {
  padding-left: 20px;
}
.selected-option-check-a:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.selected-option-check .selectpicker .filter-option {
  padding-left: 20px;
}
.selected-option-check .selectpicker .filter-option:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.jslider {
  font-family: "Roboto", sans-serif;
  top: 12px;
}
.jslider .jslider-value {
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.jslider .jslider-bg i {
  height: 2px;
}
.jslider .jslider-bg .l {
  background: none;
  background-color: #fff;
}
.jslider .jslider-bg .f {
  background: none;
  background-color: #fff;
}
.jslider .jslider-bg .r {
  background: none;
  background-color: #fff;
}
.jslider .jslider-bg .v {
  background: none;
  background-color: #1396e2;
  height: 2px;
}
.jslider .jslider-pointer {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: url("../img/price-range-dragger.png") no-repeat 50% 50% #1396e2;
  height: 14px;
  width: 14px;
  top: 12px;
}
.jslider .jslider-pointer:before {
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #1396e2 transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: -8px;
  left: 0;
}
.jslider .jslider-label {
  color: #fff;
}

.price-range {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #f3f3f3;
  margin-bottom: 20px;
  padding: 15px 15px 10px;
}
.price-range .jslider-label,
.price-range .jslider-value {
  color: #5a5a5a;
}

.search-box-wrapper {
  z-index: 100;
}

.search-box {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding-right: 15px;
  margin-left: -15px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.search-box.show-search-box {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.search-box h2 {
  border: none;
  padding-bottom: 0;
}
.search-box .btn {
  width: 100%;
}
.search-box .nav-pills li a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  color: #2a2a2a;
}
.search-box .form-map {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 5px 10px 1px 10px;
}
.search-box .form-map:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.search-box .form-map input[type="text"],
.search-box .form-map input[type="email"],
.search-box .form-map input[type="search"],
.search-box .form-map input[type="password"],
.search-box .form-map input[type="number"],
.search-box .form-map textarea,
.search-box .form-map select,
.search-box .form-map .selectpicker,
.search-box .form-map .price-range {
  background-color: #000;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  min-height: 40px;
  padding: 10px 9px 9px 9px;
  width: 100%;
}
.search-box .form-map input#location-text {
  padding-left: 25px;
}
#home-search input#location-text {
  padding-left: 25px;
}
#home-search input[type="submit"] {
  margin-top: 20px;
}
#form--simple-search label {
  color: #fff !important;
}
.twitter-typeahead:after {
  font-family: FontAwesome;
  content: "\f041";
  position: absolute;
  left: 8px;
  top: 9px;
  font-size: 16px;
  background: transparent;
  color: #fff;
}

.search-box .form-map .selectpicker .caret:after {
  color: #fff;
}
.search-box .form-map .price-range {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding: 15px 15px 10px;
}
.search-box .form-map .jslider-label,
.search-box .form-map .jslider-value {
  color: #fff;
}

.horizontal-search .search-box-wrapper {
  padding: 20px 0;
  position: relative !important;
  top: inherit !important;
  background-color: #1396e2;
}
.horizontal-search .search-box-wrapper .search-box {
  padding-right: 0;
  position: relative;
}
.horizontal-search .search-box-wrapper .search-box hr {
  margin-bottom: 10px;
  margin-top: 10px;
}
.horizontal-search .search-box-wrapper .search-box .advanced-search-toggle {
  padding: 10px 0;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.horizontal-search .search-box-wrapper .search-box .advanced-search-toggle .fa {
  color: #000;
  margin-left: 5px;
}
.horizontal-search .search-box-wrapper .search-box .nav-pills li.active a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: #000;
  color: #fff;
}
.horizontal-search
  .search-box-wrapper
  .search-box
  .nav-pills
  li.active
  a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.horizontal-search .search-box-wrapper .search-box .nav-pills li a {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  position: relative;
}
.horizontal-search .search-box-wrapper .search-box .nav-pills li a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #000 transparent transparent transparent;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
}
.horizontal-search .search-box-wrapper .search-box .form-map {
  background-color: transparent;
  padding: 0;
  margin-top: 20px;
}
.horizontal-search .search-box-wrapper .search-box .form-map input[type="text"],
.horizontal-search
  .search-box-wrapper
  .search-box
  .form-map
  input[type="email"],
.horizontal-search
  .search-box-wrapper
  .search-box
  .form-map
  input[type="search"],
.horizontal-search
  .search-box-wrapper
  .search-box
  .form-map
  input[type="password"],
.horizontal-search
  .search-box-wrapper
  .search-box
  .form-map
  input[type="number"],
.horizontal-search .search-box-wrapper .search-box .form-map textarea,
.horizontal-search .search-box-wrapper .search-box .form-map select,
.horizontal-search .search-box-wrapper .search-box .form-map .selectpicker,
.horizontal-search .search-box-wrapper .search-box .form-map .price-range {
  background-color: #fff;
  color: #5a5a5a;
}
.horizontal-search
  .search-box-wrapper
  .search-box
  .form-map
  input[type="text"]:hover,
.horizontal-search
  .search-box-wrapper
  .search-box
  .form-map
  input[type="email"]:hover,
.horizontal-search
  .search-box-wrapper
  .search-box
  .form-map
  input[type="search"]:hover,
.horizontal-search
  .search-box-wrapper
  .search-box
  .form-map
  input[type="password"]:hover,
.horizontal-search
  .search-box-wrapper
  .search-box
  .form-map
  input[type="number"]:hover,
.horizontal-search .search-box-wrapper .search-box .form-map textarea:hover,
.horizontal-search .search-box-wrapper .search-box .form-map select:hover,
.horizontal-search
  .search-box-wrapper
  .search-box
  .form-map
  .selectpicker:hover,
.horizontal-search
  .search-box-wrapper
  .search-box
  .form-map
  .price-range:hover {
  background-color: #f3f3f3;
}
.horizontal-search .search-box-wrapper .search-box .form-map button {
  background-color: #000;
}
.horizontal-search
  .search-box-wrapper
  .search-box
  .form-map
  .selectpicker
  .caret:after {
  color: #1396e2;
}
.horizontal-search .search-box-wrapper .search-box .form-map .jslider-label,
.horizontal-search .search-box-wrapper .search-box .form-map .jslider-value {
  color: #5a5a5a;
}
.horizontal-search .search-box-wrapper .search-box .advanced-search {
  padding-bottom: 20px;
}
.horizontal-search .search-box-wrapper .search-box .advanced-search h3 {
  margin-top: 0;
}

.horizontal-search-float .search-box {
  padding-right: 0;
  position: inherit;
}
.horizontal-search-float .search-box .nav-pills li.active a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}
.horizontal-search-float .search-box .nav-pills li a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(255, 255, 255, 0.9);
  color: #5a5a5a;
}
.horizontal-search-float .search-box .form-map {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 15px 5px 15px;
}
.horizontal-search-float .search-box .form-map:hover {
  background-color: white;
}
.horizontal-search-float .search-box .form-map input[type="text"],
.horizontal-search-float .search-box .form-map input[type="email"],
.horizontal-search-float .search-box .form-map input[type="search"],
.horizontal-search-float .search-box .form-map input[type="password"],
.horizontal-search-float .search-box .form-map input[type="number"],
.horizontal-search-float .search-box .form-map textarea,
.horizontal-search-float .search-box .form-map select,
.horizontal-search-float .search-box .form-map .selectpicker,
.horizontal-search-float .search-box .form-map .price-range {
  background-color: #000;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  min-height: 40px;
  padding: inherit;
  padding-left: 10px;
  width: 100%;
}
.horizontal-search-float .search-box .form-map input[type="text"]:hover,
.horizontal-search-float .search-box .form-map input[type="email"]:hover,
.horizontal-search-float .search-box .form-map input[type="search"]:hover,
.horizontal-search-float .search-box .form-map input[type="password"]:hover,
.horizontal-search-float .search-box .form-map input[type="number"]:hover,
.horizontal-search-float .search-box .form-map textarea:hover,
.horizontal-search-float .search-box .form-map select:hover,
.horizontal-search-float .search-box .form-map .selectpicker:hover,
.horizontal-search-float .search-box .form-map .price-range:hover {
  background-color: #062f47;
}
.horizontal-search-float .search-box .form-map .price-range {
  margin-bottom: 0;
  padding: 15px 15px 10px;
}
.horizontal-search-float .search-box .form-map .jslider-label,
.horizontal-search-float .search-box .form-map .jslider-value {
  color: #fff;
}

.animation-fade-in {
  -webkit-animation-name: animation-fade-in;
  -moz-animation-name: animation-fade-in;
  -ms-animation-name: animation-fade-in;
  animation-name: animation-fade-in;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -ms-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
@-webkit-keyframes animation-fade-in {
}
@-moz-keyframes animation-fade-in {
}
@-ms-keyframes animation-fade-in {
}
@keyframes animation-fade-in {
}
@-webkit-keyframes animation-fade-in {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@-moz-keyframes animation-fade-in {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@-ms-keyframes animation-fade-in {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@keyframes animation-fade-in {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
.animation-fade-out {
  -webkit-animation-name: animation-fade-out;
  -moz-animation-name: animation-fade-out;
  -ms-animation-name: animation-fade-out;
  animation-name: animation-fade-out;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -ms-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
@-webkit-keyframes animation-fade-out {
}
@-moz-keyframes animation-fade-out {
}
@-ms-keyframes animation-fade-out {
}
@keyframes animation-fade-out {
}
@-webkit-keyframes animation-fade-out {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes animation-fade-out {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-ms-keyframes animation-fade-out {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@keyframes animation-fade-out {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

body,
html {
  height: 100%;
  margin: 0;
}

.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.page-homepage .wrapper {
  display: block !important;
}

#page-content {
  height: auto;
}

#page-footer {
  display: table-row;
  height: 1px;
}

/* 7. Responsive */

@media (min-width: 1200px) {
  #slider .slide {
    overflow: hidden;
  }
  #slider .slide img {
    position: relative !important;
    width: inherit !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .member {
    padding-left: 110px;
  }
  .member h3 {
    font-size: 14px;
  }
  .member dl {
    font-size: 12px;
  }
  .member .image img {
    width: 90px;
  }

  .property.masonry {
    width: 31.9%;
  }
  .property.big .overlay {
    bottom: -50px;
  }
  .property.big .overlay h3 {
    font-size: 18px;
  }
  .property.big .overlay li header,
  .property.big .overlay li figure {
    font-size: 12px;
  }
  .property.big .overlay .additional-info {
    height: 50px;
    padding: 8px 15px;
  }
  .property.big .overlay .price {
    font-size: 14px;
  }
  .property.big .overlay .info {
    padding: 15px;
  }

  .ribbon,
  .provision,
  .reservation {
    width: 120px;
    height: 25px;
    bottom: inherit;
    font-size: 11px;
    padding: 4px;
  }

  #slider .slide {
    overflow: hidden;
  }
  #slider .slide img {
    position: relative !important;
    height: 100% !important;
    width: inherit !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .agency address {
    margin-left: 10px;
    width: 40%;
  }
  .agency .agency-image {
    width: 30%;
  }
  .agency .agency-image img {
    max-width: 140px;
  }
  .agency .wrapper {
    width: inherit;
  }

  .agent-info {
    margin-bottom: 30px;
  }

  .col-sm-4 .property {
    border: 2px solid #f3f3f3;
  }
  .col-sm-4 .property:hover img {
    top: 0;
  }
  .col-sm-4 .property .additional-info {
    display: none;
  }
  .col-sm-4 .property .overlay {
    bottom: 0;
    position: relative;
  }
  .col-sm-4 .property .overlay .info {
    background: none;
  }
  .col-sm-4 .property .overlay .info h3 {
    text-shadow: none;
    color: #000;
  }
  .col-sm-4 .property .overlay .info figure {
    color: #5a5a5a;
    font-size: 12px;
  }
  .col-sm-4 .property .overlay .info .tag {
    margin-bottom: 5px;
  }

  .display-lines .property {
    padding-left: 220px;
  }
  .boxed .display-lines .property {
    padding-left: 0;
  }
  .display-lines .property .info h3 {
    font-size: 24px !important;
  }
  .display-lines .property .property-image {
    height: 150px;
    width: 200px;
  }

  .member {
    margin-bottom: 40px !important;
    padding-left: 60px;
  }
  .member h3 {
    font-size: 14px;
  }
  .member dl {
    font-size: 10px;
  }
  .member .image img {
    width: 50px;
  }

  .property .property-image {
    /*height: 255px;*/
  }
  .property.big .overlay {
    bottom: -50px;
  }
  .property.big .overlay h3 {
    font-size: 18px;
  }
  .property.big .overlay li header,
  .property.big .overlay li figure {
    font-size: 11px;
  }
  .property.big .overlay .additional-info {
    height: 50px;
    padding: 10px 15px;
  }
  .property.big .overlay .price {
    font-size: 14px;
  }
  .property.big .overlay .info {
    padding: 15px;
  }
  .property.masonry {
    width: 31.45%;
  }
  .property.small .info {
    padding-left: 0;
  }
  .property.small .property-image {
    float: none;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
  }

  .ribbon,
  .provision,
  .reservation {
    right: -20px;
    width: 80px;
    height: 18px;
    bottom: inherit;
    font-size: 10px;
    padding: 2px;
  }

  .sidebar-navigation li {
    text-align: center;
    padding: 10px 0;
  }
  .sidebar-navigation li a i {
    font-size: 18px;
  }
  .sidebar-navigation li a span {
    display: none;
  }

  #slider .slide {
    overflow: hidden;
  }
  #slider .slide img {
    position: relative !important;
    height: 100% !important;
    width: inherit !important;
  }

  .submit-features li {
    width: 49%;
  }

  .text-banner h1 {
    font-size: 24px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .universal-button {
    font-size: 12px;
    padding: 15px;
  }
  .universal-button figure {
    font-size: 20px;
    width: 30px;
  }
  #search-filter .sorting {
    position: relative;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .search-box div.label {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 2px;
  }
  .search-box-wrapper {
    background-color: #f9f9f9;
    padding: 20px 0 5px;
    position: relative;
    top: 0 !important;
  }
  .search-box-wrapper .search-box form.form-map.form-search {
    background-color: transparent !important;
  }
  .search-box-wrapper .search-box {
    margin: 0;
    padding-right: 0;
    position: relative;
  }
}
#lang {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .navigation .secondary-navigation .nav-secondary-items a,
  #lang,
  .property-title .actions a {
    margin: 5px 0 0 8px;
    padding: 0 8px;
  }
  .property-title .actions a:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .flex {
    display: flex;
    flex-direction: column;
  }
  .flex .col-md-3.col-sm-3.col-sm-push-9 {
    order: 2;
  }
  .flex .col-md-9.col-sm-9.col-sm-pull-3 {
    order: 1;
  }

  #footer-copyright .pull-right {
    width: 100%;
    float: right !important;
    text-align: center;
  }

  button:disabled:before {
    left: 20px;
  }
  .navigation .navbar .navbar-nav > li.has-child > a {
    width: 80%;
  }
  #sub-form button {
    margin-top: 0;
  }
  #featured-properties {
    display: none;
  }

  .agency .agency-image {
    display: block;
    width: inherit;
  }
  .agency .agency-image img {
    max-width: 100%;
  }
  .agency .wrapper {
    display: block;
    width: inherit;
  }
  .agency .wrapper dl,
  .agency .wrapper address {
    display: block;
    width: inherit;
    margin-left: 0;
  }
  .agency .wrapper dl {
    margin-bottom: 30px;
  }

  .agency-image {
    text-align: center;
    margin-bottom: 30px;
  }

  .agent {
    padding-left: 0;
    text-align: center;
  }
  .agent .agent-image {
    display: inline-block;
    position: relative;
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
    width: inherit !important;
  }
  .agent .agent-image img {
    width: inherit !important;
  }

  blockquote {
    display: block !important;
    padding: 20px 0 !important;
    text-align: center;
  }
  blockquote figure {
    display: inline-block !important;
    margin-bottom: 30px;
  }
  blockquote .cite {
    display: block !important;
    padding-left: 0;
  }

  .blog-post {
    margin-bottom: 30px;
  }
  .blog-post h2 {
    font-size: 24px !important;
  }
  .blog-post .tags {
    float: none !important;
  }
  .blog-post .tags .tag {
    margin: 20px 0;
  }
  .blog-post .tags .tag:first-child {
    margin-left: 0 !important;
  }

  .account-profile h3 {
    margin-bottom: 15px;
  }

  .agent-detail h3 {
    margin-top: 40px;
  }

  .agent-info {
    padding-left: 0 !important;
    margin-bottom: 20px;
  }
  .agent-info figure {
    text-align: center;
    position: relative !important;
    margin-bottom: 20px;
  }

  .background-image {
    left: -200%;
    margin-left: 100%;
  }

  .block {
    padding: 10px 0;
  }

  .banner {
    padding: 20px;
  }
  .banner .title {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .banner .submit {
    display: block;
    text-align: center;
    width: 100%;
  }

  .comment .name,
  .comment .date {
    float: none !important;
    position: relative !important;
    top: 0 !important;
  }

  .display-lines .property {
    padding-left: 0;
  }
  .display-lines .property .info a {
    position: relative !important;
  }
  .display-lines .property .info aside p,
  .display-lines .property .info aside dl {
    float: none;
    width: 100%;
  }
  .display-lines .property .property-image {
    height: auto;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
  }

  .feature-box {
    margin-bottom: 30px !important;
  }

  .form-map {
    background-color: transparent !important;
    padding: 0 !important;
  }

  .fun-facts {
    padding: 0;
  }
  .fun-facts:before {
    display: none;
  }
  .fun-facts .number-wrapper {
    margin-bottom: 30px;
    position: relative;
  }
  .fun-facts .number-wrapper:before {
    background-color: rgba(0, 0, 0, 0.07);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    top: -15px;
    right: 0;
    width: 100%;
    z-index: -2;
  }

  .geo-location-wrapper .btn {
    top: 20px;
  }

  .horizontal-search .advanced-search-toggle {
    position: relative !important;
  }
  .horizontal-search .search-box-wrapper input[type="text"],
  .horizontal-search .search-box-wrapper input[type="email"],
  .horizontal-search .search-box-wrapper input[type="search"],
  .horizontal-search .search-box-wrapper input[type="password"],
  .horizontal-search .search-box-wrapper input[type="number"],
  .horizontal-search .search-box-wrapper textarea.form-control,
  .horizontal-search .search-box-wrapper .selectpicker {
    background-color: #fff !important;
  }
  .horizontal-search .submit-features li {
    width: 100%;
  }

  .logos {
    padding: 0;
    text-align: center;
  }
  .logos .logo {
    display: block;
    margin-bottom: 40px;
  }
  .logos .logo:last-child {
    margin-bottom: 0;
  }

  .floor-plans img {
    width: 100%;
  }

  #footer-copyright {
    text-align: center;
  }
  #footer-copyright span {
    float: none !important;
  }

  .leaflet-control-attribution {
    display: none;
  }

  .map-osm #map:after {
    display: none;
  }

  #map {
    margin-top: 0 !important;
  }
  #map:after {
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: "fontawesome";
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    color: #2a2a2a;
    font-size: 18px;
    position: absolute;
    bottom: 30px;
    background-color: #fff;
    content: "\f07d";
    padding: 12px 16px;
    right: 15px;
    z-index: 1;
  }

  .member {
    margin-bottom: 40px !important;
    padding-left: 0;
    text-align: center;
  }
  .member h3 {
    font-size: 18px;
  }
  .member dl {
    border-top: none;
    border-bottom: 2px solid #f3f3f3;
    font-size: 12px;
    padding-bottom: 20px;
  }
  .member .image {
    display: block;
    position: relative;
  }
  .member .image img {
    width: 150px;
  }
  .member .tag {
    top: 10px;
  }

  .navigation {
    position: relative !important;
  }
  .navigation .navbar {
    display: block !important;
    padding: 20px 0 !important;
    width: 100%;
  }
  .navigation .navbar .navbar-collapse {
    border-top: none;
    max-height: inherit;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navigation .navbar .collapse {
    display: none !important;
    float: inherit !important;
  }
  .navigation .navbar .collapse.in {
    display: block !important;
  }
  .navigation .navbar .collapse.in .child-navigation {
    display: block;
  }
  .navigation .navbar .navbar-nav {
    margin-bottom: 0;
    float: none !important;
  }
  .navigation .navbar .navbar-nav li:hover > .child-navigation {
    height: auto;
  }
  .navigation
    .navbar
    .navbar-nav
    li:hover
    > .child-navigation.navigation-to-left {
    right: inherit;
  }
  .navigation
    .navbar
    .navbar-nav
    li:hover
    > .child-navigation
    li:hover
    > .child-navigation {
    -moz-transition-delay: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    height: auto;
  }
  .navigation .navbar .navbar-nav li.active a:after {
    display: none;
  }
  .navigation .navbar .navbar-nav li.has-child:after {
    right: 25px !important;
  }
  .navigation .navbar .navbar-nav li a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .navigation .navbar .navbar-nav li.mobile-submit {
    display: block;
  }
  .navigation .navbar .navbar-nav li.mobile-submit i {
    color: #1396e2;
    position: absolute;
    bottom: 12px;
    margin-left: 10px;
  }
  .navigation .navbar .navbar-nav li .child-navigation {
    display: none;
    left: 0;
    min-width: inherit;
    width: 100%;
    position: relative;
    margin-top: 0;
    box-shadow: none;
    background-color: #f3f3f3;
    height: 0;
  }
  .navigation .navbar .navbar-nav li .child-navigation li {
    border-bottom: none !important;
  }
  .navigation .navbar .navbar-nav li .child-navigation li:first-child a:after,
  .navigation .navbar .navbar-nav li .child-navigation li:last-child a:after {
    display: none !important;
  }
  .navigation .navbar .navbar-nav li .child-navigation li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 15px;
    padding: 20px 15px 20px 15px;
  }
  .navigation .navbar .navbar-nav li .child-navigation li a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #1396e2;
  }
  .navigation
    .navbar
    .navbar-nav
    li
    .child-navigation
    li:hover
    .child-navigation {
    height: auto;
  }
  .navigation .navbar .navbar-nav li .child-navigation li .child-navigation {
    -moz-transition-delay: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    height: 0;
    background-color: #ebebeb;
    margin-top: 0;
    left: 0 !important;
  }
  .navigation .navbar .navbar-toggle {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    bottom: 0;
    display: block !important;
    vertical-align: middle;
    position: absolute;
    right: 0;
    margin: 0;
    top: 0;
    height: 65px;
    padding: 0;
  }
  .navigation .navbar .navbar-toggle .icon-bar {
    background-color: #2a2a2a;
  }
  .navigation .secondary-navigation {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: #000;
  }
  .navigation .secondary-navigation .contact,
  .navigation .secondary-navigation .contact a,
  .navigation .secondary-navigation .contact a:hover {
    color: #fff;
  }
  .navigation .secondary-navigation .user-area {
    float: right;
  }
  .navigation .secondary-navigation .user-area a {
    color: #fff;
    margin-left: 0;
    margin-right: 10px;
  }
  .navigation .secondary-navigation .user-area a:hover {
    color: #fff;
  }

  .owl-controls {
    display: none !important;
  }

  #page-content {
    padding-top: 0 !important;
  }

  #page-footer #footer-main {
    padding-bottom: 0 !important;
  }
  #page-footer #footer-main article {
    margin-bottom: 50px;
  }
  #page-footer #footer-main article h3 {
    margin-bottom: 10px !important;
  }

  .page-sign-in .wrapper {
    display: table !important;
  }

  #page-content {
    overflow: hidden;
  }

  .add-your-property {
    display: none;
    bottom: inherit;
    position: absolute;
    top: 8px;
  }
  .add-your-property figure {
    display: none !important;
  }

  .post-author {
    text-align: center;
  }
  .post-author img {
    display: inline-block;
    margin-bottom: 20px;
  }
  .post-author .wrapper {
    display: block;
  }

  .property.small .info {
    padding-left: 0;
  }
  .property.small .property-image {
    float: none;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
  }
  .property.masonry {
    width: 100%;
  }
  .property.masonry .property-image:hover img {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .property.masonry .property-image img {
    -moz-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }

  .property-detail-map {
    width: 100% !important;
  }

  .property-features-list li {
    width: 100%;
  }

  .property-title .actions {
    position: relative;
    margin-top: 20px;
    top: 10px;
  }
  .property-title .actions .title-add,
  .property-title .actions .title-added {
    text-align: left;
    left: 25px;
  }

  .rating-form .btn {
    float: none !important;
    width: 100%;
  }

  #search-filter {
    margin-bottom: 10px;
    padding: 0;
  }
  #search-filter .sorting {
    position: relative;
    margin-top: 10px;
  }
  #search-filter .sorting .form-group {
    width: 100%;
  }
  .search-box-wrapper .background-image {
    left: inherit;
    margin-left: inherit;
  }
  .search-box-wrapper .selectpicker,
  .search-box-wrapper .price-range {
    background-color: rgba(0, 0, 0, 0.4) !important;
  }
  .search-box-wrapper .search-box .nav-pills {
    margin-bottom: 20px;
  }
  .search-box-wrapper .search-box .nav-pills li.active a {
    background-color: #1396e2;
    color: #fff;
    position: relative;
  }
  .search-box-wrapper .search-box .nav-pills li.active a:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .search-box-wrapper .search-box .nav-pills li a {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: transparent;
    color: #fff;
  }
  .search-box-wrapper .search-box .nav-pills li a:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 0;
    border-style: solid;
    border-width: 5px 3.5px 0 3.5px;
    border-color: #1396e2 transparent transparent transparent;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -5px;
  }

  .section-title .link-arrow {
    position: relative;
    top: -15px;
  }

  #slider {
    margin-top: 0 !important;
  }
  #slider .slide {
    overflow: hidden;
  }
  #slider .slide:after {
    height: 50% !important;
  }
  #slider .slide .overlay {
    margin-bottom: 10px !important;
  }
  #slider .slide .overlay figure {
    font-size: 14px !important;
  }
  #slider .slide .overlay h3 {
    font-size: 24px !important;
    font-weight: bold !important;
  }
  #slider .slide .overlay hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #slider .slide .overlay img {
    left: -200%;
    position: relative;
  }
  #slider .slide .overlay .tag {
    font-size: 18px !important;
  }
  #slider .slide img {
    position: relative !important;
    height: 100% !important;
    width: inherit !important;
  }

  .submit-step {
    display: none;
  }

  .submit-pricing table th {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .submit-pricing table th:first-child {
    padding-left: 0 !important;
  }

  .text-banner h1 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    padding-bottom: 15px;
  }

  .form-submit section {
    margin-bottom: 30px;
  }
  .form-submit .submit-features li {
    width: 100%;
  }
  .form-submit .file-preview-frame {
    display: inline-block;
    float: none;
  }

  #video-presentation img {
    width: 100%;
  }

  .wrapper {
    display: block;
  }
}
@media print {
  #page-footer,
  .breadcrumb {
    display: none;
  }

  .page-property-detail body,
  .page-property-detail html {
    height: 100%;
    width: 100%;
    padding: 0;
  }
  .page-property-detail #sidebar,
  .page-property-detail #page-footer,
  .page-property-detail .thick,
  .page-property-detail .actions,
  .page-property-detail .navigation,
  .page-property-detail .breadcrumb {
    display: none;
  }

  .page-invoice .navigation {
    display: none;
  }

  .invoice {
    font-size: 12px;
  }
  .invoice address {
    line-height: 18px;
  }
  .invoice h1 {
    font-size: 36px;
    margin-top: 20px;
  }
  .invoice h2,
  .invoice h3 {
    font-size: 18px;
  }
  .invoice section {
    border-width: 1px;
    padding: 10px 0;
  }
  .invoice dl dd {
    margin-bottom: 4px;
  }
  .invoice #description-table th {
    border-bottom: 2px solid #e8e8e8;
    padding: 8px 0;
  }
  .invoice #description-table th:first-child {
    padding-left: 0;
  }
  .invoice #description-table th:last-child {
    padding-right: 0;
  }
  .invoice #description-table td {
    padding: 10px 0;
  }
  .invoice #description-table td:first-child {
    padding-left: 0;
  }
  .invoice #description-table td:last-child {
    padding-right: 0;
  }
}
@page {
  page-break-after: auto;
  margin: 0;
}

.twitter-typeahead {
  width: 100%;
}
.tt-menu {
  width: auto;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 12px;
  line-height: 24px;
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
}

.search--default_hidden {
  display: none;
}

.kf_range_slider {
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0 10px;
}
.kf_range_slider span {
  display: inline-block;
  width: 10%;
  font-weight: 600;
  color: #999999;
}
.kf_range_slider span:nth-of-type(2) {
  float: right;
  text-align: right;
}
.kf_range_slider .slider-range {
  display: inline-block;
  width: 70%;
  margin: 0px 5px;
}
.kf_range_slider .ui-widget-content {
  background-color: #eaeaea;
  border-radius: 0px;
  border: 0px;
}
.kf_range_slider .ui-slider-horizontal {
  height: 0.3em;
}
.kf_range_slider .ui-slider .ui-slider-handle {
  height: 0.9em;
  width: 0.9em;
  border: 3px solid;
  background-color: #fff;
  border-radius: 0px;
  cursor: pointer;
}

.kf_property_detail_map,
.kf_property_map_wrap {
  width: 100%;
}

.kf_property_detail_map {
  margin-top: 20px;
}
.kf_property_detail_map .parea-checkobox {
  margin: 20px 0 30px;
  float: left;
}
.kf_property_detail_map .nearplaces {
  float: left;
  width: calc(50% - 20px);
  margin: 2px 10px;
}

.kf_property_detail_map .map-canvas,
.kf_property_map_wrap .map-canvas {
  padding: 10px 10px;
  height: 340px;
  outline: 1px solid #f1eded;
  margin: 0px;
}

.history {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  min-height: 15px;
  z-index: 99;
  box-shadow: 0 0 10px #dddddd;
}
.history .line {
  border-bottom: 1px solid #ccc;
  background: #f2f2f2;
  width: 100%;
  height: 0px;
  position: relative;
  top: 25px;
  border-bottom: 1px solid #dddddd;
}
.history a#title {
  background: url("/static/html6/images/toggle.png") no-repeat scroll 3px 3px
    transparent;
  font-size: 11px;
  display: block;
  font-weight: bold;
  margin: 5px 0;
  padding: 1px 0 0 30px;
  text-decoration: none;
}
.history a.toggle {
  background: url("/static/html6/images/toggle2.png") no-repeat scroll 3px 3px
    transparent !important;
}

#history .item {
  width: 90px;
  float: left;
  position: relative;
  margin: 10px auto 1px;
  text-align: center;
  height: 44px;
}
#history .item .photo {
  display: inline-block;
  position: relative;
}
#history .item .photo a {
  line-height: 0;
  float: left;
}
#history .item .photo img {
  width: auto;
  height: 35px;
  max-width: 75px;
  float: left;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border: 4px solid #ffffff;
  cursor: pointer;
  position: relative;
}
#history .item .photo .CloseItem {
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  height: 12px;
  position: absolute;
  right: -7px;
  top: -3px;
  width: 14px;
  z-index: 1000;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
}

#history .item img.smallPhoto {
  height: 35px;
  transition: transform 0.2s;
}

#history .item:hover img.smallPhoto {
  transform: scale(1.5);
}

#history .item .CloseItem1 {
  display: none;
}

#history .item:hover .CloseItem1 {
  display: block;
}

.small_gallery {
  position: absolute;
  left: 242px;
  z-index: 9999;
  width: 420px;
  top: 0;
}

.boxed
  .kf_listing_03_wrap:nth-child(2n + 0)
  .kf_property_img_03
  .small_gallery {
  left: -335px;
}

.small_gallery .content {
  background: none repeat scroll 0 0 #ffffff;
  box-shadow: 0 5px 10px #555555;
  margin: 0 auto;
  width: 400px;
  float: right;
}
.small_gallery .content a.more-photos {
  font-size: 11px;
  float: right;
  margin: 0 10px 5px;
}
.small_gallery .content .main_photo {
  margin: 10px;
}
.small_gallery .content .main_photo a {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
  height: 250px;
  width: 380px;
  text-align: center;
}
.small_gallery .content .main_photo img {
  max-width: 380px;
  max-height: 282px;
}

.small_gallery .content .thumbs ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.small_gallery .content .thumbs li {
  display: inline;
  float: left;
  margin: 2px 10px 10px;
  height: 50px;
  padding: 0;
  overflow: hidden;
}

.small_gallery .content .thumbs li a img {
  display: block;
  max-width: 80px;
}

.small_gallery div.arrow {
  width: 0px;
  height: 0px;
  position: relative;
  left: 0;
  top: 45px;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid white;
  border-bottom: 10px solid transparent;
}

.mapper--fields-hide {
  display: none;
}

a.collapse-trigger {
  display: block;
  position: relative;
}

a.collapse-trigger::after {
  content: "\f077"; /* fa-chevron-up */
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
}

a.collapse-trigger.collapsed::after {
  content: "\f078" !important; /* fa-chevron-down */
}

.label {
  font-size: 12px;
  color: #666666;
  font-weight: 600;
  text-align: left;
  margin: 0 0 8px;
  padding: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}

#directions-map-wrapper {
  display: none;
}

.banner-popup .modal-body {
  padding: 0px;
}

.banner-popup .modal-body img {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .banner-popup .modal-dialog {
    width: max-content !important;
    max-width: 800px;
  }

  .modal-dialog {
    width: 700px;
  }
}
#card-popup button.close {
  opacity: 0.8;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-shadow: none;
}

#card-popup .modal-header {
  border-bottom: 0;
  padding: 6px 0px;
  position: relative;
  z-index: 10000;
}

#card-popup .modal-content {
  background-color: transparent;
  border: 0;
  box-shadow: none !important;
}

.crypto {
  display: none;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #fff;
}

.property.advertisment {
  padding-left: 0;
}

.property-listing--trigger.boxed .property.advertisment {
  width: 100%;
}

.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  border-bottom: 5px solid #fff;
  border-top: 5px solid #073856;
  height: auto;
  width: 260px;
  margin: 0;
  overflow: hidden;
  padding: 11px;
}

input#jak-dojade--input {
  padding-left: 25px;
}
#geomap--jakdojade {
  margin-bottom: 30px;
}
#geomap--jakdojade .twitter-typeahead:after {
  color: #1296e0;
}

.leaflet-control-fullscreen a {
  background: #fff url(../../../img/fullscreen.png) no-repeat 0 0;
  background-size: 26px 52px;
}
.leaflet-touch .leaflet-control-fullscreen a {
  background-position: 2px 2px;
}
.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: 0 -26px;
}
.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: 2px -24px;
}

/* Do not combine these two rules; IE will break. */
.leaflet-container:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.leaflet-container.leaflet-fullscreen-on {
  width: 100% !important;
  height: 100% !important;
}

.leaflet-pseudo-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 99999;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .leaflet-control-fullscreen a {
    background-image: url(../../../img/fullscreen@2x.png);
  }
}
.owl-nav {
  display: flex;
  justify-content: flex-end;
}
.owl-prev,
.owl-next {
  color: transparent;
}
#page-footer {
  width: 100%;
  display: block;
}
#footer-main nav .fa {
  width: 20px;
  margin: 0 10px 0 2px;
}
#footer-main h3 {
  margin-bottom: 20px !important;
}
#footer-main {
  padding-bottom: 0px !important;
}
#footer-main .agent-social {
  margin: 20px 0 !important;
}
@media (max-width: 1200px) {
  #footer-main div {
    text-align: left;
  }
  #footer-main .agent-social a:last-child {
    margin-right: 0px !important;
  }
  #footer-main section {
    margin-bottom: 15px;
  }
  #footer-main nav {
    margin: 0 auto;
  }
}
.search-box-wrapper .bootstrap-select > .dropdown-toggle,
.search-box-wrapper .sorting .bootstrap-select > .dropdown-toggle {
  background: #073856;
  font-weight: 600;
  color: #999 !important;
}
.search-box-wrapper .bootstrap-select > .dropdown-toggle:hover,
.search-box-wrapper .sorting .bootstrap-select > .dropdown-toggle:hover {
  background-color: #073856;
  color: #999 !important;
}
.bootstrap-select > .dropdown-toggle,
.sorting .bootstrap-select > .dropdown-toggle {
  background: #f3f3f3;
  font-weight: 400;
  color: #555;
}
.bootstrap-select > .dropdown-toggle:hover,
.sorting .bootstrap-select > .dropdown-toggle:hover {
  background-color: rgb(250, 250, 250);
}
.select2-selection {
  background: #f3f3f3;
  color: #555 !important;
}
.search-box .form-map label {
  color: #fff !important;
}
.search-box .form-map:hover label {
  color: #666666 !important;
}
.filter-option {
  text-overflow: ellipsis;
}
.secondary-navigation .container::before,
.secondary-navigation .container::after {
  content: none !important;
}
.agent-social {
  display: flex;
}
.agent-social a {
  display: flex;
  justify-content: flex-start;
  margin-left: 0 !important;
}
.agent-social a:first-child,
.social-icons a:first-child {
  margin-left: 0px !important;
}
.agent-social a,
.social-icons a {
  margin-left: 5px;
  padding: 0;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #5a5a5a !important;
}
.agent-social a:hover,
.social-icons a:hover {
  box-shadow: none !important;
  color: #25282a !important;
}
#property-gallery .provision,
#property-gallery .ribbon {
  left: -30px !important;
  right: auto;
  -moz-transform: translate3d(0, 0, 1px) rotate(-45deg);
  -ms-transform: translate3d(0, 0, 1px) rotate(-45deg);
  -webkit-transform: translate3d(0, 0, 1px) rotate(-45deg);
  transform: translate3d(0, 0, 1px) rotate(-45deg);
}
.property-big.row {
  margin-bottom: 30px;
}
.search-box .form-map {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.select2 .select2-selection__clear {
  padding: 0 6px;
}
.select2-selection__arrow {
  display: none;
}
.select2-selection__rendered {
  padding-right: 6px !important;
}
.search-box .dropdown-toggle,
.search-box .select2-selection,
.search-box input {
  background: #fff !important;
  background-color: #fff !important;
}
.search-box .label {
  color: #999;
  padding-left: 0;
}
.search-box input,
.search-box .select2-selection__rendered,
.search-box .filter-option {
  color: #999 !important;
}
.search-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #999 !important;
}
#slider .owl-carousel {
  margin-top: 0 !important;
}
@media (min-width: 1200px) {
  .col-lg-2-5 {
    width: 20% !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*=====	Footer ========*/

footer {
  float: left;
  padding: 30px 0 0;
  width: 100%;
}
footer .container .footer-contact p {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  width: 100%;
}
footer .container .footer-contact p a {
  text-decoration: none;
  color: #fff;
}
footer .container .footer-contact p a:hover {
  opacity: 0.7;
}
footer .container .footer-contact p i {
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 18px;
  margin-right: 5px;
  text-align: center;
  padding: 10px;
  width: 38px;
}
footer .container span.footer-title {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 16px;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 15px;
}

footer .container .textwidget p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.copyright {
  display: table;
  margin: 0 auto;
  width: 100%;
  background: #222;
}

.copyright small {
  color: #fff;
  float: left;
  padding: 15px 0;
}
.copyright .social {
  margin: 0;
  padding: 10px 0;
}
.social span {
  background-color: #000;
  color: #ffffff;
  float: left;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  position: relative;
  text-align: center;
  width: 30px;
  z-index: 5;
}
a.imo {
  text-indent: -999999px;
  display: block;
  width: 46px;
  height: 20px;
  background: url(../images/imo.svg) no-repeat;
  float: left;
  margin: 0 5px;
}
a.policy {
  float: left;
  margin: 7px 15px 0;
  text-decoration: none;
  color: #5e5e5e;
}
.copyright small {
  color: #fff;
  float: left;
  padding: 0;
  margin-top: 7px;
}
.powered-container {
  display: flex;
  align-items: center;
}
.btn-group.bootstrap-select:not(.bs-container.open) {
  width: 100% !important;
}
.property-tag {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  left: 13px;
  font-size: 12px;
  padding: 6px 9px;
  position: absolute;
  top: 15px;
  z-index: 1;
}
.big-property-image {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  position: relative;
  overflow: hidden;
}
.big-property-image img,
.big-img-container a {
  height: 100%;
}
.big-property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  transition: 0.2s linear;
}
.big-property-image img:hover {
  transform: scale(1.1);
}
.big-img-container {
  height: 440px;
  position: relative;
  padding-left: 0;
}
.big-img {
  height: 400px;
  display: grid;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.6s;
}
.big-img:hover {
  transform: scale(1.1);
}
.big-property-image h3 {
  margin: 0 25px 10px 0;
}
.big-info {
  padding: 15px 15px 10px 10px;
  position: relative;
}
.big-info .fa,
.property-title .fa {
  color: #6e6e6e;
}
.property-title .fa:hover {
  color: #000;
}
.big-info dl {
  background-color: #f7f7f7;
  padding: 15px 15px 7px 15px;
}
.big-info aside {
  margin-top: 20px;
}
.big-info .link-arrow {
  float: right;
  padding-right: 5px;
  position: absolute;
  bottom: 10px;
  right: 14px;
}
.big-info .print {
  font-size: 17px;
}
.map-marker a {
  width: 100%;
  display: block;
  box-shadow: rgb(204, 204, 204) 1px 1px 1px;
  font-size: 15px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-align: center;
  background: url(/static/html6/images/map.jpg) 0% 0% / cover no-repeat;
  text-decoration: none;
  padding: 66px 0px;
}
.map-marker a span {
  transition: all 0.15s linear 0s;
  padding: 10px 20px 8px;
  background: rgb(45, 133, 211);
}
.checkbox label {
  padding-left: 0px !important;
}
.contact .text ul {
  padding-left: 0px;
  margin: 5px 0;
  list-style: none;
}
.contact .text ul li a {
  color: #5a5a5a;
}
.contact .text ul li {
  padding: 7px 0px;
}
.contact .text ul li i {
  font-size: 20px;
  margin-right: 20px;
  width: 25px;
  text-align: center;
  vertical-align: middle;
}
.agent-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.agent-container h2 {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.agent-container .agent-img {
  max-width: 200px;
  max-height: 200px;
  margin-right: 20px;
}
.agent-container .agent-img img {
  max-width: 200px;
  max-height: 200px;
}
.agent-container .agent-description {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.agent-container .agent-text {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.agent-container .agent-text span:first-child {
  font-weight: 600;
}
.agent-container .agent-text:not(.email) a {
  color: #5a5a5a;
}
#SliderText a {
  margin: 0 !important;
}
#SliderText i {
  margin: 0 5px 0 0 !important;
}
#SliderText .branch-item-container > span {
  margin-right: 10px;
}
.phone-container {
  display: inline-flex;
}
.branch-item-container {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1px;
}
#superOffers {
  overflow: hidden;
}
#superOffers .property-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.4s;
  top: 0;
}
#superOffers .property:hover .property-image {
  top: -10px;
}
#superOffers .owl-nav > button {
  padding: 14px;
  color: #555;
  background: #fff;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  cursor: pointer;
  opacity: 0;
  z-index: 111;
  transition: 0.4s;
}
#property-thumbs .owl-nav > button {
  padding: 14px;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  cursor: pointer;
  opacity: 0.6;
  z-index: 111;
  transition: 0.4s;
}
#property-thumbs {
  position: relative;
  margin: 20px auto;
  width: calc(100% - 120px);
}
/* @media (min-width: 1200px) {
  #property-thumbs {
    width: calc(100% - 340px);
  }
} */

#superOffers .owl-prev {
  left: 10px;
}
#superOffers .owl-next {
  right: 10px;
}

#property-thumbs .owl-prev {
  left: -60px;
}
#property-thumbs .owl-next {
  right: -60px;
}

#superOffers:hover .owl-nav > button {
  opacity: 0.54;
}

#superOffers .owl-prev:hover,
#superOffers .owl-next:hover,
#property-thumbs .owl-nav > button:hover {
  opacity: 1 !important;
}
#property-thumbs .owl-nav > button.disabled:hover {
  opacity: 0.6 !important;
}
@media screen and (max-width: 768px) {
  #property-thumbs button,
  #superOffers .owl-nav button {
    display: none !important;
  }
  #property-thumbs {
    width: 100%;
  }
}
#property-thumbs button.disabled {
  pointer-events: all;
  cursor: default;
}
#property-thumbs .owl-item {
  border-bottom: 3px solid transparent;
}
#superOffers .owl-controls {
  display: block !important;
}
.navigation .secondary-navigation .container {
  max-width: 100vw;
  flex-wrap: wrap;
}
.nav-secondary-items {
  display: flex;
  align-items: center;
}
button#filters {
  display: none;
  margin: 0 auto 20px;
}
button#filters svg {
  display: none;
}
@media only screen and (max-width: 767px) {
  button#filters {
    display: block;
  }
  #slider,
  #slider .homepage-slider .slide {
    height: 256px !important;
  }
  #SliderText,
  .nav-secondary-items {
    width: 100% !important;
  }
  .nav-secondary-items {
    justify-content: center;
  }
}
@media only screen and (min-width: 767px) {
  .filters.row {
    max-height: 380px !important;
  }
}
.filters.row input {
  width: calc(50% - 6px);
  float: left;
  margin: 0 2px 10px;
}
.filters.row .form-group {
  display: flex;
}
#clearFiltres {
  float: right;
  margin: 0 10px 10px;
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px;
}
#clearFiltres:hover {
  text-decoration: none;
}
#inv-offers .table {
  min-width: 680px;
}
.investment-map .map-marker a {
  background: url(/static/html6/images/map.jpg) 50% 70% / cover no-repeat;
  padding: 116px 0px;
}
#slider .overlay .tag,
#slider .overlay h3,
#slider .overlay figure {
  opacity: 1 !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
#slider .overlay {
  margin-bottom: 50px !important;
}
#slider .overlay hr {
  max-width: 350px;
  margin: 20px 0;
}
#slider h3,
#slider figure {
  text-shadow: 0 1px 1px rgb(0 0 0 / 60%);
}

.property-showcase-img {
  max-width: 100%;
  max-height: 500px;
}

.thumbnail-item {
  height: 130px;
  cursor: pointer;
}
.thumbnail-item img {
  height: 130px;
}
.virtual_tour {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 9;
}

.virtual_tour .in {
  display: block;
}

.virtual_tour img {
  margin: 0 auto;
  display: block;
}
.virtual_tour span {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 13px;
  display: block;
}
.virtual_tour a {
  margin: 25px auto 0;
  text-align: center;
  color: #fff;
  display: table;
  font-size: 13px;
  padding: 8px 15px;
  background: rgba(0, 0, 0, 1);
  text-decoration: none;
  transition: 0.5s;
}

.virtual_tour a:hover {
  opacity: 0.8;
}
.form-flex-wrap {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .form-flex-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.dynamic-categories .img-responsive {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dynamic-categories a.type {
  font-size: 14px !important;
}
.category-links-container {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .dynamic-categories a.type {
    font-size: 18px !important;
    width: 50% !important;
  }
  .dynamic-categories li {
    margin-bottom: 10px !important;
  }
}
footer p {
  opacity: 1 !important;
}
.copyright a.btn.btn-grey-dark {
  color: #5e5e5e;
  background: #000;
}

.adv-search {
  box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
  background-color: #e1e1e1;
  border: none;
  color: #5a5a5a;
}
.adv-search:active,
.adv-search:hover {
  background-color: #d9d9d9;
  color: #5a5a5a;
}
.search-btn {
  margin-left: auto;
  color: #fff;
}
/* Hide the browser's default checkbox */

.custom-checkbox {
  display: flex;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  float: left;
  margin-right: 30px;
}

#property-form .custom-checkbox {
  float: none;
}

.custom-checkbox label {
  padding-left: 0;
  cursor: pointer;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #f0f0f0;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #232323;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#home-search .custom-checkbox {
  margin-top: 36px;
}

.cms-type-3:not([style*="display: none"]) ~ .col-md-6 .custom-checkbox {
  margin-top: 10px !important;
}

.radio {
  padding-left: 20px;
}
.search-custom-checkbox {
  display: inline;
  margin: 0 20px 10px 0 !important;
}
.checkbox-wrap {
  display: flex;
  justify-content: space-between;
}
.checkbox-wrap::before,
.checkbox-wrap::after {
  display: none;
}
.checkbox .icheckbox:after {
  color: #fff;
}
.big-img-container {
  padding: 0;
}
@media (max-width: 992px) {
  .big-img-container {
    max-height: 250px;
    height: auto;
  }
  .big-img-container a {
    height: auto;
  }
  .big-img-container img {
    max-width: 340px;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .big-img-container {
    padding-right: 15px;
  }
}
.newsletter-row-container {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .newsletter-row-container {
    flex-wrap: wrap;
  }
}
.newsletter-row-container .form-group {
  margin-bottom: 20px;
}
#superOffers .property-image img {
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
#superOffers .owl-item {
  height: auto;
}
#superOffers .owl-stage {
  height: 100%;
  display: flex;
}
.super-offer-container,
.super-offer-container .property,
.super-offer-container a,
.super-offer-container .property-image {
  height: 100%;
}

.small-offers-container .col-md-3 {
  margin-bottom: 30px;
}
.small-offers-container .property {
  height: 200px;
}
.small-offers-container .property-image {
  height: 100%;
}
.small-offers-container .property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
.owl-nav.disabled {
  display: none;
}
#property-thumbs .owl-nav.disabled {
  display: flex;
}
#property-thumbs .owl-nav.disabled button {
  pointer-events: none;
}
@media (max-width: 600px) {
.small-offers-container .property {height: auto;}
}
/* filter sort mobile */
.filters-mobile-container {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0 !important;
  width: 100%;
  z-index: 9999;
  border-top: 1px solid #fff;
}
.filters-mobile-container .col-6 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.filters-mobile-container button {
  width: 50%;
  border: 0;
  border-radius: 0;
  padding: 15px 0;
  background: transparent;
  color: #fff;
  font-size: 16px;
  text-shadow: 1px 1px 1px #333;
}
.filters-mobile-container button:hover,
.filters-mobile-container button:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sorting-mobile-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0%;
  overflow: hidden;
  background: rgba(27, 35, 46, 0.96);
  z-index: 9999;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
}
.sorting-mobile-container.expanded {
  height: 100%;
}
.sorting-mobile-container .sorting-mobile-page {
  display: table;
  width: 100%;
  height: 100%;
}

.sorting-mobile-container .sorting-mobile-frame {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  height: 100%;
}

.sorting-mobile-container .sorting-mobile-frame span {
  width: 100%;
  position: relative;
  display: block;
}

.sorting-mobile-container .sorting-mobile-frame span a {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  color: #fff;
}

.sorting-mobile-container .sorting-mobile-frame span a:hover,
.sorting-mobile-container .sorting-mobile-frame span.active a {
  color: #333;
  background: #ccc;
}

.sorting-mobile-container .sorting-mobile-frame span.active a.asc:after {
  font-size: 16px;
  color: #333;
  margin: 0 2px 0 6px;
  content: "\f0d7";
  font-weight: 900;
  float: right;
  font-family: "FontAwesome";
}
.sorting-mobile-container .sorting-mobile-frame span.active a.desc:after {
  font-size: 16px;
  color: #333;
  margin: 0 2px 0 6px;
  position: relative;
  top: 5px;
  content: "\f0de";
  font-weight: 900;
  font-family: "FontAwesome";
  float: right;
}
.sorting-mobile-container .icon-close {
  position: absolute;
  left: 50%;
  bottom: 15px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  margin-left: -15px;
}
.buttons-mobile,
.mobile-search-title {
  display: none;
}
.mobile-search-title h2 {
  margin: 0;
}
@media (max-width: 480px) {
  #results > div:first-child {
    display: none;
  }
  #search-filter {
    margin-bottom: 20px;
  }
  #search-filter .sorting {
    display: none;
  }
  .dropdown-menu {
    z-index: 111111 !important;
  }
  .mad-search-section-list {
    margin-top: 20px !important;
  }
  .layout-btns .col:nth-child(2) {
    display: none !important;
  }
  .mobile-search-title {
    display: block;
  }
  .layout-btns .col a {
    margin-top: 0;
  }
  .mad-custom-select .mad-options-list > li {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
  }
  .select2-container {
    z-index: 1000;
  }
  .select2-container.select2-container--default.select2-container--open {
    z-index: 99999999 !important;
  }
  .col-md-12.mobile-search-title {
    padding-bottom: 20px !important;
  }
  .col-md-12.mobile-search-title h2 {
    font-size: 20px !important;
  }
  .filters-mobile-container {
    display: block;
  }
  .layout-sorting {
    display: none !important;
  }
  .mobile-filters {
    position: fixed;
    left: 0;
    height: 0%;
    top: 0;
    background: rgba(255, 255, 255, 0.96);
    width: 100%;
    z-index: 99999;
    overflow: auto;
  }
  .mobile-filters form {
    margin: 30px 15px 40px;
  }
  .mobile-filters form .search-btn {
    display: none;
  }
  .mobile-filters.expanded {
    height: 100%;
  }

  .mobile-filters > div {
    margin-bottom: 50px;
  }

  .mobile-filters h3.search-title {
    font-size: 18px;
    margin: 20px 0 0;
    text-transform: uppercase;
  }
  .mobile-filters .main-search-box {
    margin-top: 20px !important;
  }
  .mobile-filters .main-search-input button.button {
    display: none;
  }
  .mobile-filters.expanded .buttons-mobile button.button,
  .mobile-filters.expanded .buttons-mobile {
    display: block;
  }
  .mobile-filters.expanded .buttons-mobile button.button {
    width: 50%;
    border-radius: 0;
    float: left;
    margin: 0;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    font-size: 16px;
    top: inherit;
    right: 0;
    padding: 15px 0;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    border: none;
  }
  .mobile-filters.expanded .buttons-mobile button.button#cancel {
    left: 0;
    right: inherit;
    background: #333;
  }
}
.close-btn {
  position: absolute;
  right: 15px;
}
.checkbox-form-container {
  display: flex;
  align-items: flex-end;
  padding: 0 15px;
  flex-wrap: wrap;
}
.listing-title i {
  width: 10px;
  margin-right: 5px;
}

#navigation {
  position: relative;
  display: block;
  vertical-align: middle;
}

#navigation ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

#navigation ul a {
  display: block;
  color: #444;
  text-decoration: none;
}

#navigation ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

#navigation ul ul ul {
  top: 0;
  left: 100%;
  margin: 0 0 0 10px;
}

#navigation ul ul ul:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  left: -10px;
  top: 0;
  opacity: 0;
}

#navigation ul ul:before {
  content: "123";
  position: absolute;
  width: 100%;
  height: 10px;
  top: -10px;
  opacity: 0;
}

#navigation ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 1111111;
}

/* Indicator Arrow */
#navigation ul li a:after,
#navigation ul ul li a:after {
  font-family: "FontAwesome";
  font-weight: 600;
  font-size: 14px;
}

#navigation ul li a:after {
  content: "\f107";
  padding-left: 7px;
}

#navigation ul li a:only-child:after {
  content: "";
  padding: 0;
}
#navigation ul ul li a:only-child:after {
  content: "";
}
/* Menu Style 
------------------------------------- */

@media screen and (max-width: 768px) {
  #navigation ul li a {
    position: relative;
  }
  #navigation ul li > a:only-child::after {
    content: none;
  }
  #navigation ul ul {
    opacity: 0;
    overflow: hidden;
    transition: all 0.2s ease-out;
    max-height: 0;
  }
  #navigation ul ul li a {
    font-weight: 400;
    padding: 4px 0;
  }
  #navigation ul ul.open {
    opacity: 1;
    max-height: 100vh;
    transition: all 0.2s ease-in;
  }
  #navigation ul ul {
    padding-left: 30px;
    position: initial;
  }
  #navigation.collapse.in li,
  #navigation.collapsing li {
    width: 100%;
  }
}
#navigation a.activeHover::before {
  bottom: 5px;
  content: "";
  left: 15px;
  height: 1px;
  position: absolute;
  width: 10px;
  opacity: 1;
}
.contact-agents-list {
  margin-top: 75px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .contact-agents-list {
    margin-top: 40px;
  }
  .agent-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
  }
  .agent-container .agent-img {
    margin-right: 0;
  }
  .agent-container h2 {
    border-bottom: 0;
  }

  .agent-container .agent-description {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #back-to-top {
    display: none !important;
  }
}
#back-to-top {
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 50px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  cursor: pointer;
}
.checkbox.clause-line {
  position: relative;
}
.checkbox.clause-line input {
  opacity: 0;
}
.checkbox.clause-line label {
  padding-left: 30px !important;
}
.checkbox.clause-line label::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 20px;
  height: 20px;
  box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 20%);
  background-color: #f3f3f3;
}
.checkbox.clause-line label.checked::after {
  opacity: 1;
}
.checkbox.clause-line label::after {
  transition: 0.3s;
  opacity: 0;
  font-family: "fontawesome";
  color: #fff;
  content: "\f00c";
  position: absolute;
  line-height: 20px;
  left: 3px;
  top: 0px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
select.selectpicker {
  display: block !important;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #555;
  background: #f3f3f3;
  font-weight: 400;
  padding: 10px 25px 10px 9px;
  z-index: 1;
  border-radius: 0;
  border: none;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 39px;
  line-height: 20px;
  position: relative;
}
.select-container .input-lg {
  height: auto;
}
.select-container {
  position: relative;
}
.select-container::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  margin-top: -2px;
  vertical-align: middle;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
#location-input,
#street-input {
  background: #f3f3f3;
  height: 39px !important;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (min-width: 992px) {
  .search-box-inner .col-md-offset-9 {
    margin-left: 73.8%;
  }
}
button.modal-btn.btn.btn-default {
  color: #555;
}
.slide_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 0 0 20vw !important;
  color: #fff;
  width: 44%;
  display: block;
  font-size: 36px;
  z-index: 11;
  text-shadow: 1px 1px 1px #000;
}
@media only screen and (max-width: 768px) {
  .slide_text {
    width: 100%;
    font-size: 21px;
    margin: 0 !important;
    text-align: center;
  }
  .search-box-col {
    width: 100% !important;
    margin: 0 !important;
  }
  .search-box-col #home-search {
    padding: 0;
  }
  .search-box-inner .container {
    width: auto;
  }
}

.form-control.error,
input[type="checkbox"].error ~ span.checkmark,
.checkbox label.error::before {
  border: 1px solid red !important;
}
#property-error-msg ul,
#sub-error-msg ul {
  margin: 10px 0 0 !important;
  padding-left: 15px;
}
.ladda-button[data-loading] {
  cursor: not-allowed;
  opacity: 0.65;
}
.ladda-button[data-loading]::before {
  display: none;
}
.alert {
  margin-bottom: 10px;
}
#select2-photopath-results {
  overflow-x: hidden;
}
#pictureModal .dropdown-toggle[data-id="photopath"] {
  display: none !important;
}
#pictureModal .select2-selection__rendered {
  color: #333 !important;
  font-weight: 400 !important;
}
.summernote img {
  max-width: 100%;
}
.select2-results__options {
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
#contact_description {
  margin-bottom: 20px;
}
img {
  max-width: 100%;
}
.note-nav-tabs li.active a,
.note-nav-tabs li a:hover {
  color: #fff !important;
}
.note-nav-tabs li a {
  color: #000;
}
ul.note-nav-tabs {
  margin-bottom: 10px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #e0e0e0 !important;
}
button.btn-primary:hover {
  background: #808080 !important;
}
.link-dialog .checkbox label {
  margin-left: 20px;
}
.note-editable.panel-body > *,
.summernote > * {
  font-family: "Roboto", sans-serif;
}

.text-content-edit-sec .summernote {
  margin-bottom: 20px;
}

#additionalInfo label {margin-top: 10px;}
.kv-hidden {display: none !important;}
#property-images .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}
#property-images .owl-nav > button {
  padding: 14px;
  color: #fff;
  font-size: 16px;
  border: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  opacity: 0.6;
  z-index: 111;
  position: relative;
  transition: 0.4s;
}
#property-images .owl-nav > button:hover {opacity: 1;}

#property-images .owl-nav .owl-next:after,
#property-thumbs .owl-nav .owl-next:after {
  text-shadow: none;
  font-family: fontawesome;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  width: 5px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "\F105";
}
#property-images .owl-nav .owl-prev:after,
#property-thumbs .owl-nav .owl-prev:after {
  text-shadow: none;
  font-family: fontawesome;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  width: 5px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "\F104";
}
.owl-height {transition: none !important;}
.big-photo-contaier {
  position:relative;
  overflow:hidden;
  height:500px;
 }

.skeleton-big {
  position: absolute !important;
  top:0;
  left:0;
  width: 100%;
  height: 500px;
  margin:0  !important;
  padding:0 !important;
  border:0 !important;
  z-index: 9;
}

.skeleton-big > div {
  margin: 0 !important;
  padding: 0 !important;
}

.skeleton-big .ph-picture {
  height: 500px !important;
}


.skeleton:before {
  -webkit-animation:phAnimation .8s linear infinite;
  animation:phAnimation .8s linear infinite;
  background:linear-gradient(90deg,hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0) 54%) 50% 50%;
  bottom:0;
  content:" ";
  left:50%;
  margin-left:-250%;
  pointer-events:none;
  position:absolute;
  right:0;
  top:0;
  width:500%;
  z-index:1000;
 }
 .skeleton:after {
  background-color:#ced4da;
  height:130px;
  width:100%;
  position: absolute;
  left:0;
  top:0;
  z-index: 999;
  content:'';
 }

 .super-offer-container.skeleton:after,
 .big-property-image.skeleton:after,
 .new-offers.skeleton:after {
   height: 100%;
 }
 .big-property-image.skeleton:after {
 background-image:
 linear-gradient( #eaeaea 80px, transparent 0 ),
 linear-gradient( #eaeaea 140px, transparent 0 ),
 linear-gradient( #eaeaea 130px, transparent 0 );

background-repeat: no-repeat;

background-size:
 40% 200px,
 40% 200px,
 40% 200px;

background-position:
 calc(100% - 20px) 20px,
 calc(100% - 20px) 120px,
 calc(100% - 20px) 280px;

 }

 @-webkit-keyframes phAnimation {
  0% {
   transform:translate3d(-30%,0,0)
  }
  to {
   transform:translate3d(30%,0,0)
  }
 }
 @keyframes phAnimation {
  0% {
   transform:translate3d(-30%,0,0)
  }
  to {
   transform:translate3d(30%,0,0)
  }
 }

 @media only screen and (max-width: 768px) {
  .big-photo-contaier {
    height: 200px;
  }
  .skeleton-big,
  .skeleton-big .ph-picture { height: 200px !important;}


  .big-property-image.skeleton:after {
    background-image:
    linear-gradient( #eaeaea 80px, transparent 0 ),
    linear-gradient( #eaeaea 100px, transparent 0 ),
    linear-gradient( #eaeaea 100px, transparent 0 );
   
   background-repeat: no-repeat;
   
   background-size:
    95% 200px,
    95% 200px,
    95% 200px;
   
   background-position:
    50% 240px,
    50% 340px,
    50% 460px;
   
    }
 }

 .blueimp-gallery.zoom > .slides > .slide > .slide-content {
  max-height: none;
  cursor: grab;
}

.blueimp-gallery > .icon {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
}
.blueimp-gallery > .icon {
  padding: 15px 0;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}

.blueimp-gallery > .icon:hover {
  color:#fff;
  opacity: 1;
}

.blueimp-gallery > .icon.print-img {
  right: 70px;
  font-size: 18px;
}
.blueimp-gallery > .icon.zoom {
  right: 120px;
  font-size: 18px;
}
.blueimp-gallery > .icon.download {  
  right: 95px;
  font-size: 18px;
}

.blueimp-gallery > .title {
  margin: 0 130px 0 0 !important;
}

@media (max-width: 767px) { 
  .blueimp-gallery > .icon.zoom {
    display: none;
  }
}

@media (max-width: 500px) {
  .plans a {
    margin:10px 0;
  }
}

 .stand {
  font-size: 20px;
  line-height: 16px;
}
.agent-center {
  text-align: center;
}
.agent-show {width: 100%;}
.agent-image {
  width: 200px;
  height: 200px;
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: -30px;
  border-radius: 100%;
  border: 5px solid #fff;
}
h2.office {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.data-contact {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
  font-size: 18px;
  margin-top: -10px;
}

.all-offer {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.agent-show p {
  margin-bottom: 50px;
}

.data-contact span {text-align: center;}

@media screen and (max-width: 780px) {
  .agent-show .data-contact {flex-direction: column;}
}

@media screen and (min-width: 1200px) {
  .video-slide video {
    position: absolute;
    top:-40%;
  }
}

a.oblicz-rate {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 6px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 3px;
  line-height: 12px;
  float: right;
  margin-bottom: 5px;
}

a.oblicz-rate:hover {
  opacity: 0.8;
}