.hero-section {
  position: relative;
}
.hero-section.has-background h1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #fff;
  font-weight: normal;
  font-size: 54px;
}
.hero-section.has-background h2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.hero-section.has-background h4 {
  color: #fff;
}
.hero-section.has-background form {
  z-index: 1;
}
.hero-section.has-map .results-wrapper .search-form {
  position: relative;
  height: auto;
  padding: 10px;
}
.hero-section.has-map .results-wrapper .search-form form {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding-bottom: 10px;
}
.hero-section.has-map .results-wrapper .search-form .section-title h2 {
  font-size: 18px;
  margin-left: 0;
  font-weight: normal;
  color: inherit;
  display: block;
  margin: 0 0 10px 0;
}
.hero-section.has-map .results-wrapper .search-form .form-group {
  margin-bottom: 10px;
  display: table;
  height: auto;
  width: 100%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.hero-section.has-map .results-wrapper .search-form .btn {
  padding: 8px;
}
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="text"],
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="email"],
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="date"],
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="time"],
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="search"],
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="password"],
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="number"],
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="tel"],
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  textarea.form-control {
  padding-left: 0;
  color: inherit;
}
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="text"]:active,
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="text"]:focus,
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="email"]:active,
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="email"]:focus,
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="date"]:active,
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="date"]:focus,
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="time"]:active,
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="time"]:focus,
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="search"]:active,
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="search"]:focus,
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="password"]:active,
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="password"]:focus,
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="number"]:active,
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="number"]:focus,
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="tel"]:active,
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  input[type="tel"]:focus,
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  textarea.form-control:active,
.hero-section.has-map
  .results-wrapper
  .search-form.inputs-underline
  textarea.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 8px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.hero-section.has-map .results-wrapper .search-form input[type="text"],
.hero-section.has-map .results-wrapper .search-form input[type="email"],
.hero-section.has-map .results-wrapper .search-form input[type="date"],
.hero-section.has-map .results-wrapper .search-form input[type="time"],
.hero-section.has-map .results-wrapper .search-form input[type="search"],
.hero-section.has-map .results-wrapper .search-form input[type="password"],
.hero-section.has-map .results-wrapper .search-form input[type="number"],
.hero-section.has-map .results-wrapper .search-form input[type="tel"],
.hero-section.has-map .results-wrapper .search-form textarea.form-control {
  padding: 8px;
  color: inherit;
}
.hero-section.has-map .results-wrapper .search-form .btn[type="submit"] {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  width: 40px;
  height: 40px;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.hero-section.has-map .results-wrapper .search-form .btn[type="submit"]:before {
  display: none;
}
.hero-section.has-map .results-wrapper .search-form .btn[type="submit"]:after {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.hero-section.has-map .results-wrapper .search-form .btn[type="submit"]:active {
  top: inherit;
}
.hero-section.has-map .results-wrapper .search-form .btn[type="submit"] i {
  margin-left: 0;
  margin-top: -1px;
}
.hero-section.has-sidebar.sidebar-grid .map-wrapper,
.hero-section.has-sidebar.sidebar-grid .results-wrapper {
  width: 50%;
}

.hero-section.has-sidebar.sidebar-grid .results-content .item {
  display: inline-block;
  width: 46%;
  margin: 10px 10px 20px 20px;
  height: 270px;
}
.hero-section.has-sidebar.sidebar-grid .results-content .item .description {
  z-index: 1;
}
.hero-section.has-sidebar.sidebar-grid .results-content .item .image {
  background-size: cover;
}
.hero-section.has-sidebar.sidebar-grid .results-content .item .image .price {
  right: inherit;
  left: 10px;
}
.hero-section > .wrapper {
  display: table;
  height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
}
.hero-section > .wrapper > .inner {
  display: table-cell;
  vertical-align: middle;
}
.hero-section .map-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.hero-section .results-wrapper {
  -moz-transition: 0.7s ease;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  -moz-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  background-color: #fff;
  height: 100%;
  overflow: hidden;
}
.hero-section .results-wrapper.show-detail .results {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hero-section .results-wrapper.loading .results {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.hero-section .results-wrapper h2 {
  font-size: 22px;
  font-family: "Source Sans Pro", sans-serif;
  background: #f2f2f2;
  display: block;
  padding: 10px 15px;
}
.hero-section .results-wrapper h2 .results-number {
  margin-left: 10px;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.4);
  display: inline-block;
}
.hero-section .results-wrapper h2 .results-number:before {
  content: "(";
}
.hero-section .results-wrapper h2 .results-number:after {
  content: ")";
}
.hero-section .results-wrapper .section-title {
  margin-top: 0;
  margin-bottom: 0;
}
.hero-section .results-wrapper .results {
  -moz-transition: 0.7s ease;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  height: 100%;
}
.hero-section .results-wrapper .result-item {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.hero-section .results-wrapper .result-item:last-child {
  margin-bottom: 136px;
}
.hero-section .results-wrapper .result-item > a {
  color: inherit;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.hero-section .results-wrapper .result-item > a:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 100%;
  background-color: #02adc6;
}
.hero-section .results-wrapper .result-item > a:hover,
.hero-section .results-wrapper .result-item > a.hover-state {
  background-color: rgba(0, 0, 0, 0.05);
}
.hero-section .results-wrapper .result-item > a:hover:before,
.hero-section .results-wrapper .result-item > a.hover-state:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.hero-section .results-wrapper .result-item > a h3 {
  font-size: 17px;
  margin-bottom: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
.hero-section .results-wrapper .result-item > a h4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 12px;
  font-weight: normal;
  margin-top: 0;
}
.hero-section .results-wrapper .result-item > a .result-item-detail {
  position: relative;
  display: table;
  padding-bottom: 0;
  width: 100%;
}
.hero-section .results-wrapper .result-item > a .result-item-detail .image {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 125px;
  height: 100px;
  background-size: cover;
  top: 0;
  left: 0;
  text-align: center;
  float: left;
  clear: both;
  position: relative;
}
.hero-section
  .results-wrapper
  .result-item
  > a
  .result-item-detail
  .image:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.hero-section
  .results-wrapper
  .result-item
  > a
  .result-item-detail
  .image
  figure {
  position: absolute;
  bottom: 5px;
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  width: 100%;
}
.hero-section
  .results-wrapper
  .result-item
  > a
  .result-item-detail
  .description {
  padding-left: 0;
  overflow-wrap: break-word;
}
.hero-section
  .results-wrapper
  .result-item
  > a
  .result-item-detail
  .description
  h5 {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  padding: 3px 0;
}
.hero-section
  .results-wrapper
  .result-item
  > a
  .result-item-detail
  .description
  h5
  i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.5;
  margin-right: 5px;
  font-size: 13px;
  width: 18px;
  text-align: center;
  vertical-align: top;
  padding-top: 5px;
}
.hero-section
  .results-wrapper
  .result-item
  > a
  .result-item-detail
  .description
  h5
  span {
  display: inline-block;
  width: 89%;
}
.hero-section
  .results-wrapper
  .result-item
  > a
  .result-item-detail
  .description
  p {
  font-size: 12px;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
  margin-bottom: 0;
}
.hero-section
  .results-wrapper
  .result-item
  > a
  .result-item-detail
  .description
  .label {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  display: inline-block;
  margin: 8px 0 0 0;
  padding: 8px 10px;
}
.hero-section .results-wrapper .result-item .ribbon {
  right: 10px;
  font-size: 9px;
}
.hero-section .results-wrapper .result-item .controls-more {
  padding: 1px 15px;
  z-index: 5;
}
.hero-section .results-wrapper .result-item .controls-more a {
  padding: 7px 10px;
}
.hero-section .results-wrapper .result-item .controls-more ul {
  right: 15px;
}
.hero-section .results-wrapper .tse-scrollable {
  width: 100%;
  height: 100%;
}
.hero-section .results-wrapper .tse-scrollbar .drag-handle {
  right: 4px;
  width: 5px;
}
.hero-section .results-wrapper .tse-scrollbar .drag-handle.visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.hero-section .results-wrapper .image .price {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
  font-weight: 900;
  color: #1f1f1f;
  position: absolute;
  left: -6px;
  top: 10px;
  z-index: 2;
  padding: 5px;
  font-size: 12px;
}
.hero-section .results-wrapper .image .price:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #ababab transparent transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
}
.hero-section .results-wrapper.multi-choice {
  float: none;
  width: 100%;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  10% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  10% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-o-keyframes pulse {
  0% {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  10% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  10% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
.map,
.map-wrapper {
  height: 100%;
}

.map-wrapper .geo-location {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  height: 26px;
  width: 26px;
  background-color: #02adc6;
  color: white;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  right: 13px;
  top: 40px;
  z-index: 1;
  cursor: pointer;
}
.map-wrapper .geo-location:hover {
  background-color: white;
  color: #02adc6;
}

.map.show-marker-labels .marker .title {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.map .cluster:hover > div {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.map .cluster > div {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2),
    inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2),
    inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2),
    inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  background-color: #02adc6;
  border: 2px solid #02adc6;
  width: 36px;
  height: 36px;
  color: #fff !important;
  line-height: 32px !important;
}
.map .cluster > div:after {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transform: translateZ(-2px);
  -ms-transform: translateZ(-2px);
  -webkit-transform: translateZ(-2px);
  transform: translateZ(-2px);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  border: 2px solid #02adc6;
  background-color: #02adc6;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -2px;
  left: -2px;
  content: "";
}
.map .cluster > div:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transform: translateZ(-4px);
  -ms-transform: translateZ(-4px);
  -webkit-transform: translateZ(-4px);
  transform: translateZ(-4px);
  content: "\f002";
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 36px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}
.map .gmnoprint a,
.map .gmnoprint span,
.map .gm-style-cc {
  display: none;
}
.map .gm-style button[draggable="false"] {
  -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);
}
.map .marker {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.map .marker:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  width: 14px;
  height: 4px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.map .marker:hover:after,
.map .marker.hover-state:after,
.map .marker.active:after {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.map .marker:hover .marker-wrapper,
.map .marker.hover-state .marker-wrapper,
.map .marker.active .marker-wrapper {
  -moz-transform: rotateY(180deg) translateY(-4px);
  -ms-transform: rotateY(180deg) translateY(-4px);
  -webkit-transform: rotateY(180deg) translateY(-4px);
  transform: rotateY(180deg) translateY(-4px);
}
.map .marker:hover .marker-wrapper .pin:after,
.map .marker.hover-state .marker-wrapper .pin:after,
.map .marker.active .marker-wrapper .pin:after {
  -moz-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.map .marker:hover .title,
.map .marker.hover-state .title,
.map .marker.active .title {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.map .marker.active .marker-wrapper:before {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: pulse;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -webkit-animation-iteration-count: infinite;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 2s;
  -moz-animation-name: pulse;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-iteration-count: infinite;
  -o-animation-delay: 0s;
  -o-animation-duration: 2s;
  -o-animation-name: pulse;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-name: pulse;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-iteration-count: infinite;
}
.map .marker .marker-wrapper {
  -moz-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
  position: relative;
  transform-style: preserve-3d;
  width: 37px;
  height: 49px;
}
.map .marker .marker-wrapper:before {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #02adc6;
  width: 37px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}
.map .marker .marker-wrapper:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transform: translateZ(-4px);
  -ms-transform: translateZ(-4px);
  -webkit-transform: translateZ(-4px);
  transform: translateZ(-4px);
  content: "\f002";
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
}
.map .marker .marker-wrapper .pin {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2),
    inset 0px 0px 0px 2px white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
  transform-style: preserve-3d;
  border: 2px solid #02adc6;
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
  background-size: cover;
}
.map .marker .marker-wrapper .pin:before {
  -moz-transform: translateZ(-2px);
  -ms-transform: translateZ(-2px);
  -webkit-transform: translateZ(-2px);
  transform: translateZ(-2px);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #02adc6;
  content: "";
  z-index: -2px;
  background-color: #02adc6;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 37px;
  height: 37px;
  z-index: 1;
}
.map .marker .marker-wrapper .pin .image {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2),
    inset 0px 0px 0px 2px white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
  background-size: 18px;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
}
.map .marker .marker-wrapper .pin .image:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #02adc6 transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}
.map .marker .tag {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transform: translateZ(3px);
  -ms-transform: translateZ(3px);
  -webkit-transform: translateZ(3px);
  transform: translateZ(3px);
  position: absolute;
  top: -3px;
  right: -1px;
  z-index: -1;
  background-color: #02adc6;
  width: 19px;
  font-size: 9px;
  height: 19px;
  color: #fff;
  text-align: center;
  line-height: 18px;
  transform-style: preserve-3d;
}
.map .marker .tag i {
  -moz-transform: translateZ(2px);
  -ms-transform: translateZ(2px);
  -webkit-transform: translateZ(2px);
  transform: translateZ(2px);
  transform-style: preserve-3d;
}
.map .marker .title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  position: absolute;
  left: 50px;
  top: 5px;
  white-space: nowrap;
  background-color: #fff;
  padding: 2px 4px;
}
.map .marker .title:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #fff transparent transparent;
  content: "";
  position: absolute;
  left: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.map .marker .title:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent rgba(0, 0, 0, 0.2) transparent transparent;
  content: "";
  position: absolute;
  left: -6px;
  top: 2px;
  bottom: 0;
  margin: auto;
}

.modal .section-title {
  margin-bottom: 15px;
  position: relative;
  margin-top: 10px;
}
.modal .section-title h2 {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.modal .section-title h4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.modal h5 {
  font-size: 15px;
  margin: 15px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
.model h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500 !important;
}
.modal h5 i {
  color: #555;
  margin-right: 12px;
  width: 25px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}
.modal h5 span {
  display: inline-block;
  width: 88%;
}
.modal h5 a {
  color: inherit;
  text-decoration: none;
}
.modal .label {
  margin-bottom: 10px;
  display: inline-block;
  padding: 5px;
  margin-right: 15px;
  margin-top: 5px;
}
.modal .owl-dots {
  text-align: left;
}
.modal .back {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  margin-right: 15px;
  position: relative;
}
.modal .back:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "ElegantIcons";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  position: absolute;
  top: 0;
  left: 0;
  content: "\#";
  width: 20px;
  height: 20px;
  width: 100%;
  line-height: 36px;
  font-size: 22px;
  text-align: center;
  color: #02adc6;
}
.modal .back:hover {
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.modal .gallery {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 20px 0;
}
.modal .gallery.show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.modal .gallery img {
  display: block;
  position: relative;
}
.modal .gallery img:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.modal .ribbon {
  top: inherit;
  bottom: 0;
}
.modal .controls-more {
  margin: inherit;
  bottom: inherit;
  top: 5px;
  z-index: 5;
}
.modal .controls-more ul {
  bottom: inherit;
  top: 35px;
}
.modal .controls-more ul li:first-child a:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 11px 11px;
  border-color: transparent transparent #fff transparent;
  content: "";
  position: absolute;
  right: 0px;
  top: -10px;
  bottom: inherit;
  height: 11px;
  width: 11px;
}
.modal .controls-more ul li:first-child a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 14px;
  border-color: transparent transparent rgba(0, 0, 0, 0.05) transparent;
  content: "";
  position: absolute;
  right: -2px;
  top: -15px;
  bottom: inherit;
  height: 11px;
  width: 11px;
}
.modal .controls-more ul li:first-child a:hover:after {
  border-color: transparent transparent #e8e8e8 transparent;
}
.modal .controls-more ul li:last-child a:before,
.modal .controls-more ul li:last-child a:after {
  display: none;
}
.modal .jssocials-share {
  padding: 1px 3px 2px 3px;
}
.modal .jssocials-share .jssocials-share-logo {
  font-size: 1em;
}

/* 3. Elements Styling */
address {
  margin-bottom: 10px;
}
address figure {
  margin-bottom: 5px;
}
address i {
  width: 30px;
  color: #02adc6;
  margin-left: -30px;
}
a.link:hover.icon i,
a.link:active.icon i,
a.link:focus.icon i {
  color: #1f1f1f;
}
a.link.icon i {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 12px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
a.link.arrow:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "ElegantIcons";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  content: "$";
  font-size: 14px;
  vertical-align: middle;
  margin-left: 2px;
  top: -1px;
  position: relative;
}
a.icon i {
  margin: 0 5px;
}
a.underline {
  text-decoration: underline;
}
a.btn {
  display: inline-block;
}

dl {
  margin-bottom: 0;
}
dl dt {
  float: left;
  padding: 2px 0;
}
dl dd {
  text-align: right;
  padding: 2px 0;
}

/* 4. Universal classes */
.block {
  padding: 30px 0;
  /*overflow: hidden;*/
  position: relative;
}

.box {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 20px;
  position: relative;
  background-color: #fafafa;
}

.container .block {
  padding: 30px;
}

/* 5. Classes */

.controls-more {
  font-size: 18px;
  padding: 1px 5px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 27px;
}
.controls-more.show ul {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.controls-more ul {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  visibility: hidden;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  list-style: none;
  padding-left: 0;
  position: absolute;
  bottom: 25px;
  right: 8px;
  background-color: #fff;
  font-size: 14px;
  text-align: right;
}
.controls-more ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.controls-more ul li:last-child {
  border-bottom: none;
}
.controls-more ul li:last-child a:after {
  /*background-image: url("../../assets/img/triangle.png");*/
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 0;
  border-color: transparent #fff transparent transparent;
  content: "";
  position: absolute;
  right: 0px;
  bottom: -10px;
  height: 11px;
  width: 11px;
}
.controls-more ul li:last-child a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 14px 0;
  border-color: transparent rgba(0, 0, 0, 0.05) transparent transparent;
  content: "";
  position: absolute;
  right: -2px;
  bottom: -14px;
  height: 11px;
  width: 11px;
}
.controls-more ul li:last-child a:hover:after {
  border-color: transparent #e8e8e8 transparent transparent;
}
.controls-more ul li a {
  display: block;
  color: #1f1f1f;
  white-space: nowrap;
  padding: 7px 10px;
}
.controls-more ul li a:hover {
  background-color: #e8e8e8;
}
.controls-more:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #02adc6;
}
.controls-more:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f142";
  color: #000;
}
.datepicker {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 5px;
  border: none;
}
.datepicker .table-condensed > tbody > tr > td.day {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 8px;
  cursor: pointer;
  text-align: center;
}
.datepicker .table-condensed > tbody > tr > td.day:hover {
  background-color: #02adc6;
  color: #fff;
}
.datepicker .old,
.datepicker .new,
.datepicker .disabled {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.datepicker .today {
  background-color: #1f1f1f;
  color: #fff;
}
.datepicker .month {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  margin: 5px;
  padding: 5px 8px;
  cursor: pointer;
}
.datepicker .month:hover {
  background-color: #02adc6;
  color: #fff;
}
.datepicker .month.focused {
  background-color: #1f1f1f;
  color: #fff;
}
.datepicker .glyphicon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #02adc6;
  cursor: pointer;
}
.datepicker .glyphicon:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.datepicker .datepicker-switch {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  padding: 6px;
}

.file-upload {
  position: relative;
  height: 70px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.file-upload .file-upload-input {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.03);
  width: 100%;
  border: 2px dashed rgba(0, 0, 0, 0.1);
  height: 70px;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 70px 0 0 0;
  overflow: hidden;
  z-index: 1;
}
.file-upload .file-upload-input:hover {
  border: 2px dashed rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.02);
}
.file-upload span {
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 75px;
  width: 100%;
  text-align: center;
  margin: auto;
  z-index: 0;
  left: 0;
  text-transform: uppercase;
  color: #02adc6;
  font-size: 12px;
  font-weight: bold;
}

.item {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 30px;
}
.item > a {
  display: block;
  position: relative;
  height: 220px;
  overflow: hidden;
}
.item > a:hover .image {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.item > a:hover .description {
  will-change: transform;
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.item > a:hover .description h4 {
  will-change: transform;
}
.item > a .description {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}
.item > a .description figure {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: bold;
}
.item > a .description figure i {
  margin-right: 5px;
}
.item > a .description figure span {
  margin-right: 10px;
}
.item > a .description h3 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 5px;
}
.item > a .description h4 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.item > a .image {
  -moz-transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
  position: absolute;
  width: 100%;
  height: 100%;
}
.item > a .image:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.item.featured .label {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.item .price {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  font-weight: 900;
  color: #1f1f1f;
  position: absolute;
  right: -6px;
  top: 30px;
  z-index: 1;
  padding: 5px;
  font-size: 14px;
}
.item .price:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #ababab transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
}
.jssocials-share {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px 5px;
}
.jssocials-share:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.list-descriptive {
  list-style: none;
  padding-right: 0;
}
.list-descriptive.icon li {
  position: relative;
  margin-bottom: 15px;
}
.list-descriptive.icon li i {
  color: #02adc6;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 5px 6px;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 11px;
  text-align: center;
}
.list-descriptive.icon li .description {
  padding-left: 35px;
}

.list-schedule {
  display: table;
  height: 100%;
  width: 100%;
}
.list-schedule li {
  margin-bottom: 15px;
}
.list-schedule .left {
  float: left;
  text-align: left;
}
.list-schedule .right {
  float: right;
  text-align: right;
}
.list-schedule .promoted {
  color: #02adc6;
}
.list-schedule figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 12px;
}

[data-show-after-time] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  visibility: hidden;
}
[data-show-after-time].show {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

[data-show-after-scroll] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  visibility: hidden;
}
[data-show-after-scroll].show {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.modal {
  text-align: center;
  z-index: 99999;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal.fade .modal-dialog {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.modal-external .modal-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}
.modal.modal-external.show .modal-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.modal.modal-external.show .loading-icon {
  display: none;
}
.modal .modal-item-detail.modal-dialog {
  width: 960px !important;
  max-width: 960px;
}
.modal .modal-item-detail.modal-dialog .modal-content .modal-body > .left {
  display: block;
  width: 49%;
  margin: 0 1% 0 0;
  float: left;
}
.modal .modal-item-detail.modal-dialog .modal-content .modal-body > .left h3,
.modal .modal-item-detail.modal-dialog .modal-content .modal-body > .right h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
  border-bottom: 1px solid #ddd;
  padding: 0 0 5px 0;
}

.modal .modal-item-detail.modal-dialog .modal-content .modal-body dl dt {
  padding: 4px 0;
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
.modal .modal-item-detail.modal-dialog .modal-content .modal-body dl dd {
  padding: 4px 0;
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
.modal .modal-item-detail.modal-dialog .modal-content .modal-body > .right {
  display: block;
  width: 49%;
  margin: 0 0 0 1%;
  float: left;
}
.modal
  .modal-item-detail.modal-dialog
  .modal-content
  .modal-body
  > .right
  section:first-child {
  margin-top: 0;
}
.modal
  .modal-item-detail.modal-dialog
  .modal-content
  .modal-body
  > .right
  section:first-child
  h3 {
  margin-top: 0;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
}
.modal .modal-item-detail .map {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  height: 150px;
  margin-bottom: 20px;
}
.modal .modal-item-detail .label {
  float: right;
  margin: 0;
}
.modal .loading-icon {
  color: #fff;
  font-size: 36px;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.modal .modal-content {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 10px;
  border: none;
  padding: 20px;
  display: table;
  width: 100%;
}
.modal .modal-header,
.modal .modal-body {
  padding: 0;
  border: none;
}
.modal .section-title {
  margin-top: 0;
  width: 100%;
}
.modal .gallery {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  margin-top: 0;
  margin-bottom: 10px;
}
.modal .gallery.owl-carousel {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.modal .gallery.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
.modal .gallery.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.modal .close {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  font-size: 22px;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #000000;
  color: #fff;
  text-shadow: none;
  float: right;
  font-weight: bold;
  line-height: 0;
}
.modal .controls-more {
  right: 0;
}
.modal .bg-transfer {
  z-index: 0;
}
.modal .modal-scrollable-content {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.modal .tse-scrollable {
  position: absolute;
  height: 100%;
  width: 100%;
}
.modal .tse-content {
  padding: 10px;
}

.nav-tabs > li > a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.owl-dots {
  margin-top: 5px;
  text-align: center;
}
.owl-dots .owl-dot {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
}
.owl-dots .owl-dot.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.owl-dots .owl-dot span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background-color: #000;
  width: 5px;
  height: 5px;
  margin: 3px 5px;
}

[data-owl-dots="0"] .owl-dots {
  display: none !important;
}

[data-owl-nav="0"] .owl-nav {
  display: none !important;
}

[data-owl-dots="1"] .owl-dots {
  display: block !important;
}

[data-owl-nav="1"] .owl-nav {
  display: block !important;
}
.label.label-default {
  background-color: #02adc6;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}

.rating-passive .stars {
  margin-right: 5px;
}
.rating-passive .stars figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  color: #000;
  font-size: 11px;
  margin-right: 1px;
}
.rating-passive .stars figure.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #02adc6;
}
.rating-passive .reviews {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 11px;
}
.rating-passive .reviews:after {
  content: ")";
}
.rating-passive .reviews:before {
  content: "(";
}

.review {
  position: relative;
  margin-bottom: 40px;
  display: table;
  height: 100%;
}
.review .image {
  position: absolute;
  left: 0;
  top: 0;
}
.review .image > div {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}
.review .description {
  padding-left: 100px;
}
.review .description .rating-passive {
  display: inline-block;
  margin-right: 20px;
}
.review .description .date {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-size: 12px;
}
.review .description p {
  margin-top: 10px;
}

.reviews .review {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 30px;
  position: relative;
}
.reviews .review.switch {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  pointer-events: none;
}
.reviews .review.write .name {
  margin-bottom: 20px;
}
.reviews .review.write .comment:before {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent white transparent;
  left: 20px;
  top: -10px;
}
.reviews .review form {
  margin: 0;
}
.reviews .review .name {
  font-weight: bold;
  font-size: 16px;
  margin-top: 15px;
}
.reviews .review .ribbon {
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  padding: 8px;
}
.reviews .review.muted .name,
.reviews .review.muted .date,
.reviews .review.muted .comment {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.reviews .review.muted .name:hover,
.reviews .review.muted .date:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.ribbon {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #02adc6;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  padding: 5px;
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 1;
}
.ribbon:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #02adc6 transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
}
.ribbon:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  z-index: 1;
}

.section-title {
  margin-bottom: 50px;
  margin-top: 5px;
}
.section-title h2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
}

.sidebar section {
  margin-bottom: 30px;
}
.sidebar h2 {
  font-size: 24px;
  font-weight: lighter;
  margin-bottom: 30px;
}
.sidebar .form-group {
  margin-bottom: 10px;
  min-height: 45px;
}
.sidebar .bootstrap-select .dropdown-menu {
  margin-top: 0;
}
.sidebar .btn[type="submit"] {
  text-transform: none;
  font-size: 14px;
}
.sidebar .btn[type="submit"] i {
  margin-right: 0;
  margin-left: 10px;
}
.sidebar .item {
  margin-bottom: 10px;
}
.sidebar .item > a {
  height: 140px;
}
.sidebar .item .controls-more {
  bottom: 0px;
  top: inherit;
  margin: inherit;
}
.sidebar .item .controls-more:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: #fff;
}

.step {
  position: relative;
  margin-bottom: 40px;
}
.step .box {
  margin-left: 220px;
}
.step .box:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 11px 11.5px 0;
  border-color: transparent #fafafa transparent transparent;
  content: "";
  position: absolute;
  top: 30px;
  left: -11px;
}
.step .box:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 11px 11.5px 0;
  border-color: transparent rgba(0, 0, 0, 0.1) transparent transparent;
  content: "";
  position: absolute;
  top: 32px;
  left: -11px;
}
.step h2 {
  margin-bottom: 20px;
}
.step p {
  margin-bottom: 20px;
}

.tags {
  list-style: none;
  padding-left: 0;
}
.tags li {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
  background-color: #fafafa;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.8);
  padding: 5px 10px;
  margin-bottom: 5px;
}
.tags li:before {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f00c";
  color: #02adc6;
  margin-right: 3px;
}
.video iframe {
  width: 100%;
  height: 100%;
}

.bootstrap-select.open .dropdown-menu {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  pointer-events: auto;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.bootstrap-select .btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1),
    0px 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1),
    0px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: none;
  outline: none !important;
  text-transform: none;
  padding: 12px;
  padding-right: 30px;
  font-size: 14px;
  width: 100%;
}
.bootstrap-select .btn:active,
.bootstrap-select .btn:focus,
.bootstrap-select .btn:hover {
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2),
    0px 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2),
    0px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.1);
  top: 0;
  background-color: #fff;
  outline: none !important;
  border: none;
}
.bootstrap-select .dropdown-menu {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block !important;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  pointer-events: none;
  padding: 0;
  border: none;
  background-clip: none;
  margin: 0;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: 0px transparent !important;
}
.bootstrap-select .dropdown-menu > li > a {
  padding: 5px 12px;
}
.bootstrap-select > select {
  left: 0;
  height: 0 !important;
  max-height: 0px;
  padding: 0 !important;
}

.btn.btn-default.btn-framed {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn.btn-default.btn-framed:hover,
.btn.btn-default.btn-framed:active,
.btn.btn-default.btn-framed:active:hover,
.btn.btn-default.btn-framed:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn.btn-default.btn-framed.btn-light-frame {
  border-color: rgba(255, 255, 255, 0.4);
}
.btn.btn-default.btn-framed.btn-light-frame:hover,
.btn.btn-default.btn-framed.btn-light-frame:active,
.btn.btn-default.btn-framed.btn-light-frame:active:hover,
.btn.btn-default.btn-framed.btn-light-frame:focus {
  border-color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}
.btn.icon i {
  margin-left: 5px;
  margin-right: 5px;
}
.btn.btn-rounded {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.btn.arrow {
  padding-right: 30px;
  position: relative;
}
.btn.arrow:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: "ElegantIcons";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  content: "$";
  position: absolute;
  font-size: 14px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 14px;
}
.btn.btn-xs {
  font-size: 10px;
  padding: 2px 7px;
}
.btn.sa:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #02adc6 transparent;
  position: absolute;
  content: "";
  right: 0px;
  top: -9px;
  top: -5px;
  z-index: -1;
}

.hero-section .form.vertical {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.hero-section .form.vertical:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.hero-section .form.vertical ::-webkit-input-placeholder {
  color: white;
}
.hero-section .form.vertical :-moz-placeholder {
  color: white;
}
.hero-section .form.vertical ::-moz-placeholder {
  color: white;
}
.hero-section .form.vertical :-ms-input-placeholder {
  color: white;
}
.hero-section .form.vertical .btn[type="submit"] {
  width: inherit;
  margin-top: 15px;
}
.hero-section .form.vertical.search-form .row,
.hero-section .form.vertical.search-form .container {
  height: 0;
}
.hero-section
  .form.vertical
  .bootstrap-select
  > .dropdown-toggle.bs-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.hero-section select.form-control,
.hero-section select {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #02adc6;
  border: none;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hero-section select.form-control:active,
.hero-section select.form-control:focus,
.hero-section select:active,
.hero-section select:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hero-section select.form-control:hover,
.hero-section select:hover {
  /*background-color: darken($color-default, 5%);*/
}
.hero-section select.form-control option,
.hero-section select option {
  background-color: #fff;
  color: #1f1f1f;
}
.hero-section input[type="text"],
.hero-section input[type="email"],
.hero-section input[type="date"],
.hero-section input[type="time"],
.hero-section input[type="search"],
.hero-section input[type="password"],
.hero-section input[type="number"],
.hero-section input[type="tel"],
.hero-section textarea.form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-appearance: none;
  background-color: #02adc6;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.hero-section input[type="text"]:active,
.hero-section input[type="text"]:focus,
.hero-section input[type="text"]:hover,
.hero-section input[type="email"]:active,
.hero-section input[type="email"]:focus,
.hero-section input[type="email"]:hover,
.hero-section input[type="date"]:active,
.hero-section input[type="date"]:focus,
.hero-section input[type="date"]:hover,
.hero-section input[type="time"]:active,
.hero-section input[type="time"]:focus,
.hero-section input[type="time"]:hover,
.hero-section input[type="search"]:active,
.hero-section input[type="search"]:focus,
.hero-section input[type="search"]:hover,
.hero-section input[type="password"]:active,
.hero-section input[type="password"]:focus,
.hero-section input[type="password"]:hover,
.hero-section input[type="number"]:active,
.hero-section input[type="number"]:focus,
.hero-section input[type="number"]:hover,
.hero-section input[type="tel"]:active,
.hero-section input[type="tel"]:focus,
.hero-section input[type="tel"]:hover,
.hero-section textarea.form-control:active,
.hero-section textarea.form-control:focus,
.hero-section textarea.form-control:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 0px 70px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 70px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 70px 0px rgba(0, 0, 0, 0.25);
}
.hero-section .bootstrap-select.open .dropdown-menu {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  pointer-events: auto;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hero-section .bootstrap-select .btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #02adc6;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  outline: none !important;
  text-transform: none;
  padding: 12px;
  font-size: 14px;
  position: relative;
}
.hero-section .bootstrap-select .btn:active,
.hero-section .bootstrap-select .btn:focus,
.hero-section .bootstrap-select .btn:hover,
.hero-section .bootstrap-select .btn:active:hover,
.hero-section .bootstrap-select .btn:active:focus,
.hero-section .bootstrap-select .btn:focus:hover {
  background-color: #02adc6;
}
.hero-section .bootstrap-select .btn:active:after,
.hero-section .bootstrap-select .btn:focus:after,
.hero-section .bootstrap-select .btn:hover:after,
.hero-section .bootstrap-select .btn:active:hover:after,
.hero-section .bootstrap-select .btn:active:focus:after,
.hero-section .bootstrap-select .btn:focus:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
}
.hero-section .bootstrap-select .btn:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-section .bootstrap-select .btn:active,
.hero-section .bootstrap-select .btn:focus,
.hero-section .bootstrap-select .btn:hover,
.hero-section .bootstrap-select .btn:active:hover {
  top: 0;
  color: #fff;
}
.hero-section .bootstrap-select .dropdown-menu {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block !important;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  pointer-events: none;
  padding: 0;
  border: none;
  background-clip: none;
  margin: 0;
  margin-top: -1px;
}
.hero-section .bootstrap-select .dropdown-menu > li > a {
  padding: 5px 12px;
}
.hero-section .form-control {
  height: auto;
}
.hero-section .input-group {
  margin-bottom: 15px;
}
.hero-section form {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.hero-section.has-map .btn[type="submit"] {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-bottom: none;
  margin-top: 15px;
  border: none;
  text-transform: none;
  outline: none !important;
  font-size: 14px;
  padding: 12px 30px;
  position: relative;
}
.hero-section.has-map .btn[type="submit"]:active {
  top: 0;
}
.hero-section.has-map .btn[type="submit"] i {
  margin-left: 10px;
}
.hero-section.has-map .form.horizontal form {
  padding: 20px 25px 5px 25px;
}
.hero-section .search-form {
  position: absolute;
  z-index: 20;
  height: 0;
  width: 100%;
}
.hero-section .search-form.show form {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.hero-section.has-background .form .input-group-btn .btn[type="submit"] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  border-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 11px 15px 12px 15px;
  margin-top: 0;
}

.form.vertical .form-group {
  margin-bottom: 0;
}
.form.horizontal form {
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  background-color: #02adc6;
  display: table;
  width: 100%;
  height: 100%;
}
.form.horizontal form ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form.horizontal form :-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form.horizontal form ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form.horizontal form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form.horizontal .row > [class^="col-"],
.form.horizontal .row > [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.form.horizontal .container {
  height: inherit;
}
.form.horizontal input[type="text"],
.form.horizontal input[type="email"],
.form.horizontal input[type="date"],
.form.horizontal input[type="time"],
.form.horizontal input[type="search"],
.form.horizontal input[type="password"],
.form.horizontal input[type="number"],
.form.horizontal input[type="tel"],
.form.horizontal textarea.form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-bottom: none;
  color: inherit;
}
.form.horizontal input[type="text"]:active,
.form.horizontal input[type="text"]:focus,
.form.horizontal input[type="text"]:hover,
.form.horizontal input[type="email"]:active,
.form.horizontal input[type="email"]:focus,
.form.horizontal input[type="email"]:hover,
.form.horizontal input[type="date"]:active,
.form.horizontal input[type="date"]:focus,
.form.horizontal input[type="date"]:hover,
.form.horizontal input[type="time"]:active,
.form.horizontal input[type="time"]:focus,
.form.horizontal input[type="time"]:hover,
.form.horizontal input[type="search"]:active,
.form.horizontal input[type="search"]:focus,
.form.horizontal input[type="search"]:hover,
.form.horizontal input[type="password"]:active,
.form.horizontal input[type="password"]:focus,
.form.horizontal input[type="password"]:hover,
.form.horizontal input[type="number"]:active,
.form.horizontal input[type="number"]:focus,
.form.horizontal input[type="number"]:hover,
.form.horizontal input[type="tel"]:active,
.form.horizontal input[type="tel"]:focus,
.form.horizontal input[type="tel"]:hover,
.form.horizontal textarea.form-control:active,
.form.horizontal textarea.form-control:focus,
.form.horizontal textarea.form-control:hover {
  background-color: #fafafa;
  border-bottom: none;
}
.form.horizontal select.form-control,
.form.horizontal select {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  color: inherit;
  border-bottom: none;
  min-height: 43px;
}
.form.horizontal select.form-control:active,
.form.horizontal select.form-control:focus,
.form.horizontal select:active,
.form.horizontal select:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: none;
}
.form.horizontal select.form-control:hover,
.form.horizontal select:hover {
  background-color: #fafafa;
}
.form.horizontal .bootstrap-select .btn {
  background-color: #fff;
  border-bottom: none;
  color: inherit;
}
.form.horizontal .bootstrap-select .btn:active,
.form.horizontal .bootstrap-select .btn:focus,
.form.horizontal .bootstrap-select .btn:hover {
  background-color: #fafafa;
  color: inherit;
}
.form.horizontal .bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form.horizontal .btn[type="submit"] {
  margin-top: 0;
  width: 100%;
  text-align: center;
}
.form.horizontal .btn[type="submit"]:before {
  display: none;
}
.form.horizontal .btn[type="submit"] i {
  margin-left: -5px;
}
form .status {
  -moz-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  top: -20px;
  right: -20px;
  position: absolute;
}
form .status .status-icon {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  width: 40px;
  height: 40px;
  background-color: grey;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
form .status .status-icon.valid {
  background-color: #50aa8d;
}
form .status .status-icon.invalid {
  background-color: #e45544;
}
form .status i {
  font-size: 18px;
}

.form.inputs-underline input[type="text"],
.form.inputs-underline input[type="email"],
.form.inputs-underline input[type="date"],
.form.inputs-underline input[type="time"],
.form.inputs-underline input[type="search"],
.form.inputs-underline input[type="password"],
.form.inputs-underline input[type="number"],
.form.inputs-underline input[type="tel"],
.form.inputs-underline textarea.form-control,
.input-group.inputs-underline input[type="text"],
.input-group.inputs-underline input[type="email"],
.input-group.inputs-underline input[type="date"],
.input-group.inputs-underline input[type="time"],
.input-group.inputs-underline input[type="search"],
.input-group.inputs-underline input[type="password"],
.input-group.inputs-underline input[type="number"],
.input-group.inputs-underline input[type="tel"],
.input-group.inputs-underline textarea.form-control {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  padding-left: 0;
  padding-right: 0;
}
.form.inputs-underline input[type="text"]:active,
.form.inputs-underline input[type="text"]:focus,
.form.inputs-underline input[type="email"]:active,
.form.inputs-underline input[type="email"]:focus,
.form.inputs-underline input[type="date"]:active,
.form.inputs-underline input[type="date"]:focus,
.form.inputs-underline input[type="time"]:active,
.form.inputs-underline input[type="time"]:focus,
.form.inputs-underline input[type="search"]:active,
.form.inputs-underline input[type="search"]:focus,
.form.inputs-underline input[type="password"]:active,
.form.inputs-underline input[type="password"]:focus,
.form.inputs-underline input[type="number"]:active,
.form.inputs-underline input[type="number"]:focus,
.form.inputs-underline input[type="tel"]:active,
.form.inputs-underline input[type="tel"]:focus,
.form.inputs-underline textarea.form-control:active,
.form.inputs-underline textarea.form-control:focus,
.input-group.inputs-underline input[type="text"]:active,
.input-group.inputs-underline input[type="text"]:focus,
.input-group.inputs-underline input[type="email"]:active,
.input-group.inputs-underline input[type="email"]:focus,
.input-group.inputs-underline input[type="date"]:active,
.input-group.inputs-underline input[type="date"]:focus,
.input-group.inputs-underline input[type="time"]:active,
.input-group.inputs-underline input[type="time"]:focus,
.input-group.inputs-underline input[type="search"]:active,
.input-group.inputs-underline input[type="search"]:focus,
.input-group.inputs-underline input[type="password"]:active,
.input-group.inputs-underline input[type="password"]:focus,
.input-group.inputs-underline input[type="number"]:active,
.input-group.inputs-underline input[type="number"]:focus,
.input-group.inputs-underline input[type="tel"]:active,
.input-group.inputs-underline input[type="tel"]:focus,
.input-group.inputs-underline textarea.form-control:active,
.input-group.inputs-underline textarea.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 12px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.form.inputs-underline input[type="text"]:hover,
.form.inputs-underline input[type="email"]:hover,
.form.inputs-underline input[type="date"]:hover,
.form.inputs-underline input[type="time"]:hover,
.form.inputs-underline input[type="search"]:hover,
.form.inputs-underline input[type="password"]:hover,
.form.inputs-underline input[type="number"]:hover,
.form.inputs-underline input[type="tel"]:hover,
.form.inputs-underline textarea.form-control:hover,
.input-group.inputs-underline input[type="text"]:hover,
.input-group.inputs-underline input[type="email"]:hover,
.input-group.inputs-underline input[type="date"]:hover,
.input-group.inputs-underline input[type="time"]:hover,
.input-group.inputs-underline input[type="search"]:hover,
.input-group.inputs-underline input[type="password"]:hover,
.input-group.inputs-underline input[type="number"]:hover,
.input-group.inputs-underline input[type="tel"]:hover,
.input-group.inputs-underline textarea.form-control:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.form.inputs-underline .input-group .btn,
.input-group.inputs-underline .input-group .btn {
  background-color: transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  padding: 8px 12px 9px 12px;
}
.form.inputs-underline .input-group-btn .btn,
.input-group.inputs-underline .input-group-btn .btn {
  -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 ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  border-color: transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  padding: 14px 12px 13px 12px;
}
.form.inputs-underline .input-group-btn .btn:active,
.form.inputs-underline .input-group-btn .btn:focus,
.form.inputs-underline .input-group-btn .btn:hover,
.form.inputs-underline .input-group-btn .btn:active:focus,
.form.inputs-underline .input-group-btn .btn:active:hover,
.input-group.inputs-underline .input-group-btn .btn:active,
.input-group.inputs-underline .input-group-btn .btn:focus,
.input-group.inputs-underline .input-group-btn .btn:hover,
.input-group.inputs-underline .input-group-btn .btn:active:focus,
.input-group.inputs-underline .input-group-btn .btn:active:hover {
  border-color: rgba(0, 0, 0, 0.1);
}
.form.inputs-underline .input-group-btn .btn:active:after,
.form.inputs-underline .input-group-btn .btn:focus:after,
.form.inputs-underline .input-group-btn .btn:hover:after,
.form.inputs-underline .input-group-btn .btn:active:focus:after,
.form.inputs-underline .input-group-btn .btn:active:hover:after,
.input-group.inputs-underline .input-group-btn .btn:active:after,
.input-group.inputs-underline .input-group-btn .btn:focus:after,
.input-group.inputs-underline .input-group-btn .btn:hover:after,
.input-group.inputs-underline .input-group-btn .btn:active:focus:after,
.input-group.inputs-underline .input-group-btn .btn:active:hover:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.form.inputs-underline .input-group-btn .btn:after,
.input-group.inputs-underline .input-group-btn .btn:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: transparent;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.form.inputs-underline .bootstrap-select,
.input-group.inputs-underline .bootstrap-select {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form.inputs-underline .bootstrap-select .btn,
.input-group.inputs-underline .bootstrap-select .btn {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  color: inherit;
  padding-left: 0 !important;
  outline: none !important;
}
.form.inputs-underline .bootstrap-select .btn:active,
.form.inputs-underline .bootstrap-select .btn:focus,
.form.inputs-underline .bootstrap-select .btn:hover,
.input-group.inputs-underline .bootstrap-select .btn:active,
.input-group.inputs-underline .bootstrap-select .btn:focus,
.input-group.inputs-underline .bootstrap-select .btn:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: inherit;
}
.form.inputs-underline .bootstrap-select .btn:active:after,
.form.inputs-underline .bootstrap-select .btn:focus:after,
.form.inputs-underline .bootstrap-select .btn:hover:after,
.input-group.inputs-underline .bootstrap-select .btn:active:after,
.input-group.inputs-underline .bootstrap-select .btn:focus:after,
.input-group.inputs-underline .bootstrap-select .btn:hover:after {
  display: none;
}
.form.inputs-underline .bootstrap-select > .dropdown-toggle.bs-placeholder,
.input-group.inputs-underline
  .bootstrap-select
  > .dropdown-toggle.bs-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form.inputs-underline select,
.form.inputs-underline select.form-control,
.input-group.inputs-underline select,
.input-group.inputs-underline select.form-control {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  color: inherit;
  padding-left: 0;
  padding-right: 0;
  outline: none !important;
}
.form.inputs-underline select:hover,
.form.inputs-underline select.form-control:hover,
.input-group.inputs-underline select:hover,
.input-group.inputs-underline select.form-control:hover {
  cursor: pointer;
}
.form.inputs-underline select option[value=""],
.form.inputs-underline select.form-control option[value=""],
.input-group.inputs-underline select option[value=""],
.input-group.inputs-underline select.form-control option[value=""] {
  color: rgba(0, 0, 0, 0.5);
}
.form.inputs-underline ::-webkit-input-placeholder,
.input-group.inputs-underline ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form.inputs-underline :-moz-placeholder,
.input-group.inputs-underline :-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form.inputs-underline ::-moz-placeholder,
.input-group.inputs-underline ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form.inputs-underline :-ms-input-placeholder,
.input-group.inputs-underline :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.read-more + [data-readmore-toggle],
.read-more[data-readmore] {
  min-width: auto !important;
}

select,
select.form-control {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: inherit;
  -webkit-appearance: none;
  background-color: #fff;
  padding: 7px 9px;
  width: 100%;
  position: relative;
  background-image: url("../../images/carret-down.png");
  background-repeat: no-repeat;
  background-position: 96% 50%;
}
select:hover,
select.form-control:hover {
  cursor: pointer;
}

/*
@-moz-document url-prefix() {
    select, select.form-control { padding: 4px 10px; }
}
*/

/* 7. Responsive */
body::before {
  display: none;
  content: "lg";
}

.hero-section.has-sidebar .map-wrapper {
  width: 70%;
  float: right;
}
.hero-section.has-sidebar .results-wrapper {
  width: 30%;
  box-shadow: none;
  border: 1px solid #ddd;
}
.hero-section .map-wrapper {
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  body::before {
    content: "md";
  }

  .hero-section.has-sidebar.sidebar-grid .map-wrapper,
  .hero-section.has-sidebar.sidebar-grid .results-wrapper {
    width: 50%;
  }
  .hero-section.has-sidebar.sidebar-grid .results-content .item {
    width: 43.2%;
  }
  .hero-section.has-sidebar .map-wrapper {
    width: 65%;
  }
  .hero-section.has-sidebar .results-wrapper {
    width: 35%;
  }
  .hero-section .map-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body::before {
    content: "sm";
  }

  .item > a .description h3 {
    font-size: 16px;
  }

  .hero-section.has-sidebar.sidebar-grid .map-wrapper,
  .hero-section.has-sidebar.sidebar-grid .results-wrapper {
    width: 50%;
  }
  .hero-section.has-sidebar.sidebar-grid .results-content {
    padding-right: 40px;
  }
  .hero-section.has-sidebar.sidebar-grid .results-content .item {
    width: 100%;
  }
  .hero-section.has-sidebar .map-wrapper {
    width: 65%;
  }
  .hero-section.has-sidebar .results-wrapper {
    width: 35%;
  }
  .hero-section .map-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body::before {
    content: "xs";
  }
  .gallery.detail .image {
    height: 200px;
  }
  .modal {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal .modal-dialog {
    width: auto;
    margin-top: 40px;
  }
  .modal .modal-item-detail.modal-dialog {
    width: auto;
  }
  .modal .modal-item-detail.modal-dialog .modal-content .modal-body > .left {
    float: none;
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .modal
    .modal-item-detail.modal-dialog
    .modal-content
    .modal-body
    > .left
    section {
    padding-left: 0;
  }

  .hero-section.has-map.sidebar-grid .results-wrapper,
  .hero-section.has-map.has-sidebar.sidebar-grid .results-wrapper {
    height: 700px;
    z-index: 1;
    /*overflow: hidden;*/
  }
  .hero-section.has-map.sidebar-grid .results-content,
  .hero-section.has-map.has-sidebar.sidebar-grid .results-content {
    padding-right: 40px;
  }
  .hero-section.has-map.sidebar-grid .results-content .item,
  .hero-section.has-map.has-sidebar.sidebar-grid .results-content .item {
    width: 100%;
  }
  .hero-section.has-map .map-wrapper,
  .hero-section.has-map.has-sidebar .map-wrapper {
    width: 100%;
  }
  .hero-section.has-map .results-wrapper,
  .hero-section.has-map.has-sidebar .results-wrapper {
    width: 100%;
    z-index: 1;
    margin-bottom: 20px;
    float: none;
  }
  .hero-section.has-map .results-wrapper .results,
  .hero-section.has-map.has-sidebar .results-wrapper .results {
    /*min-height: 500px;*/
    height: 650px;
  }

  .hero-section {
    z-index: 1;
  }
  .hero-section.has-map .search-form {
    z-index: 1;
    position: relative;
    height: auto;
    top: 0 !important;
  }
  .hero-section.has-map .search-form .container {
    height: auto !important;
  }
  .hero-section.has-map .search-form form {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .hero-section.has-map .form.horizontal form {
    padding: 25px;
  }
  .hero-section.has-background {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }
  .hero-section.has-background h1 {
    font-size: 38px;
    margin-top: 20px;
  }
  .hero-section.has-background h2 {
    font-size: 20px;
  }
  .hero-section.has-background .form.horizontal form {
    padding-bottom: 10px;
  }
  .hero-section .search-form {
    height: auto;
    margin-bottom: 20px;
  }
  .hero-section .results-wrapper {
    overflow: visible;
  }

  [class*=" height-"]:not(.map) {
    height: auto;
  }

  .hero-section.has-background {
    padding-top: 0;
    height: 100% !important;
    min-height: inherit !important;
  }

  .hero-section.has-background .form.horizontal form {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .step {
    text-align: center;
  }
  .step .box {
    margin-left: 0;
    margin-top: 20px;
  }
  .step .box:after {
    border-width: 0 11.5px 11px 11.5px;
    border-color: transparent transparent #fafafa transparent;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .step .box:before {
    border-width: 0 11.5px 11px 11.5px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.time_table {
  background: #fff;
  border: 1px solid #ddd;
}
.time_table h4 {
  background: #02adc6;
  font-size: 18px;
  color: #fff;
  padding: 6px 0;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
}
.time_table dl {
  padding: 2px 15px;
}
a.live_link {
  font-size: 18px;
  color: #fff;
  background: #02adc6;
  display: inline-block;
  padding: 8px 15px;
  margin: 0;
  margin-bottom: 10px;
  border-radius: 6px;
  text-decoration: none;
}
.web-location {
  padding: 30px 0;
  margin: -1px 30px 0 30px;
}
@media (max-width: 1024px) {
  .modal-dialog {
    width: 90% !important;
  }
}
@media (max-width: 767px) {
  .web-location {
    padding: 30px 0;
    margin: -1px 5px 0 5px;
  }
  .section-title h2 {
    display: block;
    font-size: 20px;
  }
  .modal .modal-item-detail .label {
    float: none;
    margin: 0;
  }
  .modal .modal-item-detail.modal-dialog .modal-content .modal-body > .right {
    width: 100%;
    margin: 0;
  }
  .hero-section .results-wrapper .result-item:last-child {
    margin-bottom: 0;
  }
  .modal h5 span {
    width: 84%;
  }
  .hero-section .results-wrapper {
    height: auto;
  }
}
.virtual_tour {
  margin-bottom: 15px;
}
.modal-backdrop.fade {
  opacity: 0.5 !important;
}
.modal.show {
  display: block;
}
.tse-scrollable .tse-scroll-content {
  overflow: hidden;
  overflow-y: scroll;
}
.tse-scrollbar {
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 11px;
}
.tse-scrollbar .drag-handle {
  position: absolute;
  right: 2px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  min-height: 10px;
  width: 7px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: #6c6e71;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}

@media (max-width: 1024px) {
  .modal .modal-item-detail.modal-dialog {
    width: 90% !important;
    max-width: 90%;
  }
}
