#ts-hero {
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 999;
}

.d-f {
  display: flex;
}

.lh-1 {
  line-height: 1rem;
}

.progress {
  height: 0.3rem;
}

.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}

.text-small {
  font-size: 0.75rem;
}

.ts-z-index__1 {
  z-index: 1 !important;
}

ts-z-index__2 {
  z-index: 2 !important;
}

#ts-map-hero.leaflet-container:after {
  z-index: 401;
}

#ts-map-hero:after {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: ts-dimOut;
  animation-name: ts-dimOut;
  background-color: black;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: opacity 0.4s ease;
  opacity: 0;
}

.ts-box pre {
  color: #666;
  padding: 3rem 1rem 3rem 1rem;
  font-family: inherit !important;
  margin: 0px !important;
  background: none !important;
  white-space: break-spaces;
}

.leaflet-container {
  font-family: inherit !important;
  font-display: swap;
}

.gray {
  color: #7d858c;
}

.gray a,
.gray a:hover {
  font-size: 0.85rem;
  color: #9b9b9b;
}

.dark-gray {
  color: #3b4757;
}

@-webkit-keyframes ts-anim__active-marker {
  0% {
    -webkit-transform: rotateX(70deg) rotateZ(0deg);
    transform: rotateX(70deg) rotateZ(0deg);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: rotateX(70deg) rotateZ(360deg);
    transform: rotateX(70deg) rotateZ(360deg);
    transform: scale(1);
  }
}

@keyframes ts-anim__active-marker {
  0% {
    -webkit-transform: rotateX(70deg) rotateZ(0deg);
    transform: rotateX(70deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(70deg) rotateZ(360deg);
    transform: rotateX(70deg) rotateZ(360deg);
  }
}

.ts-active-marker {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 1 !important;
}

.ts-active-marker:before {
  -webkit-animation-name: ts-anim__active-marker;
  animation-name: ts-anim__active-marker;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  content: url(../img/marker-active.svg);
  position: absolute;
  width: 3.25rem;
  height: 3.25rem;
  z-index: 0;
  left: -1.5rem;
  bottom: -1.1875rem;
  opacity: 1;
}

.text-white .custom-checkbox .custom-control-label {
  color: rgba(255, 255, 255, 0.6);
}

.ts-h__auto {
  height: auto;
}

.ts-min-h__10vh {
  min-height: 10vh;
}

.ts-min-h__20vh {
  min-height: 20vh;
}

.ts-min-h__30vh {
  min-height: 30vh;
}

.ts-min-h__40vh {
  min-height: 40vh;
}

.ts-min-h__50vh {
  min-height: 50vh;
}

.ts-min-h__60vh {
  min-height: 60vh;
}

.ts-min-h__70vh {
  min-height: 70vh;
}

.ts-min-h__80vh {
  min-height: 80vh;
}

.ts-min-h__90vh {
  min-height: 90vh;
}

.ts-min-h__100vh {
  min-height: 100vh;
}

.ts-shadow__none {
  box-shadow: none !important;
}

.ts-full-screen {
  min-height: calc(100vh - 110px);
  width: 100%;
}

.ts-responsive-block {
  overflow-y: auto;
  white-space: nowrap;
  width: 100%;
}

.ts-h-0 {
  height: 0 !important;
}

.ts-w-0 {
  width: 0 !important;
}

.ts-z-index__-1 {
  z-index: -1 !important;
}

.ts-z-index__0 {
  z-index: 0 !important;
}

.ts-z-index__1 {
  z-index: 1 !important;
}

.ts-z-index__2 {
  z-index: 2 !important;
}

.ts-z-index__1000 {
  z-index: 1000 !important;
}

.badge {
  border-radius: 0.1875rem;
  font-size: 0.85rem;
  padding: 0.375rem 0.625rem;
}

.ts-block {
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}

.ts-block-inside {
  padding: 1.25rem;
  position: relative;
}

.ts-box {
  background-color: #fff;
  padding: 1rem;
  position: relative;
}

.ts-box span {
  display: inline-block;
  color: #666;
}

.ts-infobox a:focus {
  opacity: 1;
}
.ts-infobox__content button:hover,
.ts-infobox__content button:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.3);
}

.ts-infobox:after {
  border-color: #666666 transparent transparent transparent;
  border-width: 0.5rem 0.5rem 0 0;
  border-style: solid;
  bottom: -0.375rem;
  content: "";
  left: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.ts-black-gradient:before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 100%
  );
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
}

.card {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: none;
  box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
}

.card-columns .card {
  margin-bottom: 1.5rem;
}

.ts-cards-same-height > div[class*="col"] {
  display: flex;
}

.ts-cards-same-height > div[class*="col"] .card {
  width: 100%;
}

.ts-card__flat {
  border-radius: 0;
  box-shadow: none;
}

.ts-card__flat .card-footer {
  background-color: transparent;
  border: none;
}

.ts-card {
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1875rem;
  margin-bottom: 2rem;
  position: relative;
  transition: 0.3s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.ts-card:hover {
  box-shadow: 0 0.3125rem 0.75rem rgba(0, 0, 0, 0.25);
  color: inherit;
  -webkit-transform: translateY(-0.3125rem);
  transform: translateY(-0.3125rem);
}

.ts-card .card-body {
  position: relative;
}

.ts-card .card-img {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  display: block;
  height: 15rem;
  position: relative;
  z-index: 1;
}

.ts-card .card-footer {
  background-color: #f6f6f6;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1.25rem;
}

.ts-card .card-footer .ts-btn-arrow {
  color: #191919;
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.ts-card .card-footer .ts-btn-arrow:after {
  color: #5067eb;
}

.ts-card .ts-item__info-badge {
  background-color: #8b8b8b;
  border-radius: 0.25rem 0 0.25rem 0;
  color: #fff;
  display: inline-block;
  top: 0rem;
  left: 0rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 500;
  position: absolute;
  padding: 0.25rem 1rem;
  z-index: 2;
}

.ts-circle__xs {
  border-radius: 50%;
  display: inline-block;
  height: 3rem;
  flex: 0 0 3rem;
  overflow: hidden;
  text-align: center;
  line-height: 3rem;
  width: 3rem;
}

.ts-circle__sm {
  border-radius: 50%;
  display: inline-block;
  height: 4.375rem;
  flex: 0 0 4.375rem;
  overflow: hidden;
  text-align: center;
  line-height: 4.375rem;
  width: 4.375rem;
}

.ts-circle__md {
  border-radius: 50%;
  display: inline-block;
  height: 6.25rem;
  flex: 0 0 6.25rem;
  overflow: hidden;
  text-align: center;
  line-height: 6.25rem;
  width: 6.25rem;
}

.ts-circle__lg {
  border-radius: 50%;
  display: inline-block;
  height: 8.125rem;
  flex: 0 0 8.125rem;
  overflow: hidden;
  text-align: center;
  line-height: 8.125rem;
  width: 8.125rem;
}

.ts-circle__xl {
  border-radius: 50%;
  display: inline-block;
  height: 10rem;
  flex: 0 0 10rem;
  overflow: hidden;
  text-align: center;
  line-height: 10rem;
  width: 10rem;
}

.ts-circle__xxl {
  border-radius: 50%;
  display: inline-block;
  height: 15.625rem;
  flex: 0 0 15.625rem;
  overflow: hidden;
  text-align: center;
  line-height: 15.625rem;
  width: 15.625rem;
}

.ts-circle {
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  padding: 50%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.ts-circle > * {
  line-height: 0;
  position: absolute;
  width: 100%;
}

[data-toggle="collapse"] .ts-visible-on-collapsed {
  display: none;
}

[data-toggle="collapse"].collapsed .ts-visible-on-collapsed {
  display: inline-block;
}

[data-toggle="collapse"].collapsed .ts-visible-on-uncollapsed {
  display: none;
}

.ts-description-lists dl {
  display: inline-block;
  width: 50%;
  text-align: left;
  margin: 0px;
}

.ts-description-lists dl dt {
  font-size: 0.8125rem;
  opacity: 0.6;
  line-height: 0.8rem;
}

.ts-description-lists dl dd {
  font-size: 0.875rem;
  padding: 0px;
}

.ts-description-list__line dd {
  color: rgba(0, 0, 0, 0.5);
}

.ts-feature {
  margin-bottom: 2rem;
}

.ts-feature .ts-feature__icon {
  position: relative;
  margin-bottom: 1.5rem;
}

.ts-feature .ts-feature__icon .ts-circle {
  background-color: #5067eb;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 1rem;
  position: absolute;
}

.ts-feature h4 {
  margin-bottom: 1rem;
}

form,
.ts-form {
  position: relative;
}

form.ts-labels-inside-input .form-group,
.ts-form.ts-labels-inside-input .form-group {
  position: relative;
}

form.ts-labels-inside-input .form-group label,
.ts-form.ts-labels-inside-input .form-group label {
  line-height: 2.625rem;
  left: 0.8125rem;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: 0.3s ease;
}

form.ts-labels-inside-input .form-group label.focused,
.ts-form.ts-labels-inside-input .form-group label.focused {
  top: -2.1875rem;
  left: 0;
  font-size: 0.75rem;
  opacity: 1;
}

form .ts-form-advanced-search,
.ts-form .ts-form-advanced-search {
  box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
  background-color: #5067eb;
  bottom: 0;
  color: #fff;
  left: 1rem;
  font-size: 0.75rem;
  position: absolute;
  padding: 1rem;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.ts-form__map-search {
  max-height: 100%;
  overflow-y: auto;
  padding: 1rem;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.ts-form__map-search .ts-form {
    background-color: rgb(247 248 253);
    background: rgb(255 255 255 / 90%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 0.75rem;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 15px 0px, rgba(0, 0, 0, 0.05) 0px 1px 10px 0px;
}

.ts-form {
  padding: 0.85rem;
}

.ts-form__map-horizontal {
  height: auto;
  bottom: 0;
  margin: 1rem 0;
  position: relative;
  z-index: 1;
  width: 100%;
}

.form-control,
.custom-select {
  border-width: 0.0625rem !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: #363636 !important;
  font-size: 0.85rem !important;
  border-radius: 0.1875rem !important;
  padding: 0.5rem 0.75rem !important;
}

.form-control:hover,
.custom-select:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.form-control:focus,
.custom-select:focus {
  box-shadow: none;
  border-color: #9e9e9e;
}

.form-group,
.input-group {
  margin-bottom: 1.5rem;
}

.input-group label {
  width: 100%;
}

.input-group .form-control:focus ~ .input-group-append .input-group-text {
  border-color: #9e9e9e;
}

.input-group-append {
  margin-left: 0;
}

.input-group-append .input-group-text {
  border-color: rgba(25, 25, 25, 0.15);
  color: rgba(25, 25, 25, 0.3);
  transition: 0.3s ease;
  font-size: 0.875rem;
}

label:not(.custom-control-label) {
  font-size: 0.875rem;
  font-weight: 600;
}

.custom-select {
  cursor: pointer;
  padding: 0.5625rem 1.5rem 0.5625rem 0.75rem;
  height: auto;
  color: #7d858c;
  font-size: 0.85rem;
}

.custom-select.ts-selected {
  color: inherit;
}

select [value=""] {
  color: rgba(0, 0, 0, 0.5);
}

.ts-item.ts-item__lg .card-img {
  height: 18rem;
}

.ts-item.ts-item__lg .card-img h4 {
  font-size: 1.25rem;
}

.ts-item.ts-item__lg .ts-description-lists dt {
  font-size: 0.875rem;
}

.ts-item.ts-item__lg .ts-description-lists dd {
  font-size: 0.875rem;
}

.ts-item.ts-item__lg .ts-item__info-badge {
  font-size: 1rem;
  font-weight: 600;
}

.ts-item > .badge {
  position: absolute;
  top: 0;
  left: 0;
  margin: 1.5rem;
  z-index: 2;
}

.ts-item .ts-item__info {
  bottom: 0.5rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #fff;
  margin: 0 0 0.25rem 0;
  position: absolute;
  padding: 1.25rem;
  overflow: hidden;
  transition: 0.3s ease;
  z-index: 1;
}

.ts-item .ts-item__info h4 {
  margin-bottom: 0;
  transition-delay: 0.2s;
}

.ts-item .ts-item__info aside {
  font-size: 0.8125rem;
  transition-delay: 0.1s;
  opacity: 0.6;
}

.ts-item .ts-description-lists dt {
  font-size: 0.75rem;
}

.ts-item .ts-description-lists dd {
  font-size: 0.8125rem;
}

@-moz-document url-prefix() {
  .ts-item {
    transform: rotate(0.002deg);
    transform-style: preserve-3d;
  }
}

.ts-item__list {
  width: 100%;
}

.ts-item__list .ts-item__info {
  bottom: inherit;
  top: -5rem;
  padding: 0;
}

.ts-item__list .ts-item__info-badge {
  bottom: inherit;
  top: -1rem;
}

ul.ts-list-icons {
  list-style: none;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.5);
}

ul.ts-list-icons i {
  margin-right: 0.5rem;
}

#ts-main {
  padding-top: 1rem;
}

.ts-homepage #ts-main {
  padding-top: 0;
}

.ts-map {
  position: relative;
	height: 100%;
}
.ts-map .gmnoprint a,
.ts-map .gmnoprint span,
.ts-map .gm-style-cc {
  display: none;
}

.ts-map .cluster > div,
.ts-map .marker-cluster > div {
  font-size: 0.75rem;
  background-color: #e74c3c;
  box-shadow: inset 0 0 0 0.375rem rgba(255, 255, 255, 0.5),
    0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  color: #fff !important;
  text-align: center;
  transition: 0.25s ease;
}

.ts-map .cluster > div:hover,
.ts-map .cluster > div.ts-hover,
.ts-map .marker-cluster > div:hover,
.ts-map .marker-cluster > div.ts-hover {
  box-shadow: inset 0 0 0 0.375rem rgba(255, 255, 255, 0.3),
    0 0.3125rem 1.5625rem rgba(0, 0, 0, 0.5);
}

.ts-map .marker-cluster > div {
  line-height: 3rem;
  height: 3rem !important;
  width: 3rem !important;
}

.ts-map .gm-style-mtc > div {
  font-size: 0.75rem !important;
  height: 2rem !important;
  padding: 0 0.75rem !important;
}

.ts-map__detail {
  height: 14.8rem;
}

.ts-contact-map {
  height: 25rem;
}

.ts-sidebar-map {
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
  height: 18rem;
}

.ts-marker-wrapper {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 0 2.75rem;
  transform-origin: 0 2.75rem;
  transition: 0.3s ease;
}

.ts-marker-wrapper.ts-hide-marker {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.ts-marker {
  display: inline-block;
  position: relative;
  padding-bottom: 0.5rem;
  transition: 0.6s cubic-bezier(0.16, 0.64, 0.31, 1.68);
  -webkit-transform: translateY(0) rotate(0.002deg);
  transform: translateY(0) rotate(0.002deg);
}

.ts-marker:hover,
.ts-marker.ts-hover {
  color: inherit;
  -webkit-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
  z-index: 1;
}

.ts-marker:hover .ts-marker__title,
.ts-marker:hover .ts-marker__info,
.ts-marker.ts-hover .ts-marker__title,
.ts-marker.ts-hover .ts-marker__info {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.ts-marker:hover .ts-marker__info,
.ts-marker.ts-hover .ts-marker__info {
  transition-delay: 0.05s;
}

.ts-marker:hover:before,
.ts-marker.ts-hover:before {
  -webkit-transform: translateY(0.25rem) scaleX(0.8);
  transform: translateY(0.25rem) scaleX(0.8);
  opacity: 0.2;
}

.ts-marker:after {
  border-color: #af3a2d transparent transparent transparent;
  border-width: 0.375rem 0.375rem 0 0;
  border-style: solid;
  bottom: 0.1875rem;
  content: "";
  left: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.ts-marker:before {
  bottom: -0.375rem;
  left: -0.0625rem;
  position: absolute;
  opacity: 0.8;
  transition: 0.6s cubic-bezier(0.16, 0.64, 0.31, 1.68);
  -webkit-transform: translateY(0) scaleX(1);
  transform: translateY(0) scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.ts-marker .ts-marker__title,
.ts-marker .ts-marker__info {
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
  position: absolute;
  font-size: .85rem;
  font-weight: 500;
  left: 0.25rem;
  white-space: nowrap;
  border-radius: 0.0625rem;
  pointer-events: none;
  padding: 0.0625rem 0.25rem;
  transition: 0.5s cubic-bezier(0.03, 0.18, 0.05, 1.01);
  -webkit-transform: translateX(0.25rem);
  transform: translateX(0.25rem);
  opacity: 0;
}

.ts-marker .ts-marker__title {
  background-color: #666;
  color: #fff;
  top: 0.25rem;
  z-index: 99999;
  border-radius: 5px;
}

.ts-marker .ts-marker__info {
  background-color: #5067eb;
  color: #fff;
  top: 1.25rem;
  z-index: 1;
}

.ts-marker .ts-marker__feature {
  top: -0.625rem;
  left: -0.625rem;
  position: absolute;
  z-index: 3;
}

.ts-marker .ts-marker__feature > * {
  background-color: #5067eb;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #fff;
  font-size: 0.5rem;
  width: 1.375rem;
  text-align: center;
  height: 1.375rem;
  line-height: 1.375rem;
}

.ts-marker .ts-marker__image {
  background-color: #e74c3c;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 4px 4px 4px 0;
  height: 2.625rem;
  width: 2.625rem;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.ts-marker .ts-marker__image:before {
  border-bottom-right-radius: 0.125rem;
}

.ts-marker-hide {
  opacity: 0.2;
}

.infobox-wrapper {
  transition: 0.3s transform cubic-bezier(0.51, 0.31, 0.28, 1.16);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.infobox-wrapper > img {
  display: none;
}

.infobox-wrapper.ts-show {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.infobox-wrapper.ts-show .ts-infobox .ts-close {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  transition-delay: 0.15s;
}

.ts-infobox a:hover {
  opacity: 1;
}

.leaflet-popup {
  margin-bottom: 0;
  bottom: 5px !important;
  left: -1px !important;
}

.leaflet-popup .leaflet-popup-content-wrapper {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}

.leaflet-popup .leaflet-popup-tip-container {
  display: none;
}

.ts-infobox {
  display: inline-block;
  position: relative;
}

.ts-infobox:after {
  border-color: #ff5e4c transparent transparent transparent;
  border-width: 0.5rem 0.5rem 0 0;
  border-style: solid;
  bottom: -0.375rem;
  content: "";
  left: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.ts-infobox .ts-ribbon {
  right: 1.5rem;
}

.ts-infobox .ts-ribbon-corner:before {
  left: 1.5625rem;
}

.ts-infobox .ts-ribbon-corner:after {
  bottom: 1.5625rem;
}

.ts-infobox .badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1;
}

.ts-infobox .ts-infobox__wrapper {
  background-color: #e74c3c;
  align-items: flex-end;
  color: #fff;
  display: flex;
  border-radius: .5rem 0 .5rem 0;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  height: 14rem;
  overflow: hidden;
  width: 15rem;
  padding: 0.75rem;
  position: relative;
  z-index: 1;
}

.ts-infobox .ts-infobox__wrapper:before {
  height: 70%;
  z-index: 1;
}

.ts-infobox .ts-close {
  position: absolute;
  right: -1rem;
  top: -1rem;
  z-index: 3;
  -webkit-filter: drop-shadow(0 0.1875rem 0.125rem rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0.1875rem 0.125rem rgba(0, 0, 0, 0.2));
  cursor: pointer;
  transition: 0.3s ease;
  opacity: 1;
}

.ts-infobox .ts-infobox_image {
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.ts-infobox .ts-infobox__content {
  z-index: 1;
  width: 100%;
}

.ts-infobox .ts-item__info {
  margin-bottom: 0.5rem;
}

.ts-infobox .ts-item__info h4 {
  color: #fff;
  text-shadow: 0 0.125rem 0.1875rem rgba(25, 25, 25, 0.8);
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  line-height: 1.375rem;
}

.ts-infobox .ts-item__info aside {
  font-size: 0.75rem;
  opacity: 0.7;
}

.ts-infobox .ts-item__info-badge {
  display: inline-block;
  background-color: #5067eb;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1875rem;
  font-weight: 500;
  font-size: 0.6875rem;
  margin-bottom: 0.25rem;
  padding: 0.25rem 0.375rem;
}

.ts-infobox .ts-description-lists {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.4);
  padding-top: 0.5rem;
}

.ts-infobox .ts-description-lists dl {
  margin-bottom: 0;
}

.ts-infobox .ts-description-lists dt {
  font-size: 0.6875rem;
  opacity: 1;
  font-weight: 600;
}

.ts-infobox .ts-description-lists dd {
  font-size: 0.6875rem;
  margin-bottom: 0;
}

.H_ui * {
  box-sizing: border-box;
}

.H_ib_tail {
  display: none;
}

.H_ib_body {
  background-color: transparent;
  padding: 0;
}

.H_ib_body .H_ib_close {
  display: none;
}

.H_ib_body .H_ib_content {
  margin: 0;
}

.H_ib_body .infobox-wrapper {
  bottom: 0;
  left: 6.25rem;
  position: absolute;
}

.here-map-marker .ts-marker-wrapper {
  margin-top: -3rem;
  position: relative;
}

@-webkit-keyframes ts-dimIn {
  0% {
    width: 0;
  }

  1% {
    width: 100%;
  }

  5% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}

@keyframes ts-dimIn {
  0% {
    width: 0;
  }

  1% {
    width: 100%;
  }

  5% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}

@-webkit-keyframes ts-dimOut {
  0% {
    opacity: 0.6;
  }

  95% {
    opacity: 0;
  }

  99% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@keyframes ts-dimOut {
  0% {
    opacity: 0.6;
  }

  95% {
    opacity: 0;
  }

  99% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

#ts-map-hero {
  transition: 0.3s ease;
}

#ts-header {
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
}

#ts-header:not(.fixed-top) {
  z-index: 3;
  position: relative;
  background: #fff;
}

#ts-header.ts-expanded {
  max-height: 100%;
  overflow-y: auto;
}

body.ts-full-screen-page {
  position: fixed;
  width: 100%;
  height: 100%;
}

.ts-page-wrapper {
  overflow-x: hidden;
}

#ts-main {
  position: relative;
}

#ts-main section:not(.ts-block) {
  margin-bottom: 1.3rem;
}

.pagination {
  margin-top: 4rem;
}

.page-link {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #191919;
  margin: 0 0.125rem;
  padding: 0.75rem 1rem;
  position: relative;
}

.page-link:hover {
  background-color: #fff;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
  color: #191919;
}

.page-link:after {
  border-style: solid;
  border-width: 0.5rem 0.5rem 0 0;
  border-color: transparent transparent transparent transparent;
  bottom: -0.4375rem;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
  transition: 0.3s ease;
}

#ts-results {
  height: 100%;
  position: relative;
}

.ts-results-wrapper {
  height: 100%;
  position: absolute;
  width: 100%;
}

.ts-results__vertical {
  position: relative;
  height: 100% !important;
}

.ts-results__vertical > .scroll-content {
  overflow-x: hidden !important;
  overflow-y: inherit !important;
}

.scrollbar-inner:hover > .scroll-element {
  opacity: 1;
}

.scrollbar-inner > .scroll-element {
  opacity: 0;
  transition: 0.3s ease;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: calc(100% - 1rem);
  top: 0.5rem;
  width: 0.25rem;
  right: 0.375rem;
}

.ts-results__grid.scroll-wrapper {
  /*position: absolute !important;
     -webkit-transform: translateX(calc(100% - 3rem));
    transform: translateX(calc(100% - 3rem));
    transition: .4s transform ease; */
}

.ts-results__grid.scroll-wrapper .scrollbar-inner {
  /*padding-right: 4rem;*/
}

.ts-results__grid.scroll-wrapper.ts-expanded {
  /* -webkit-transform: translateX(4rem);
    transform: translateX(4rem); */
}

.ts-results__grid.scroll-wrapper.ts-expanded .ts-result {
  pointer-events: auto;
}

.ts-results__grid .ts-results-wrapper {
  padding: 1rem;
}

.ts-results__grid .ts-form__grid {
  padding: 1rem;
}

.ts-results__grid .ts-sly-frame {
  position: absolute;
  padding: 1rem;
  width: 100%;
  height: 100%;
}

.ts-results__grid .ts-result-link {
  display: inline-block;
  margin: 1rem;
  width: calc(100% - 24px);
}

.ts-results__grid .ts-item__info-badge {
  top: -0.875rem;
  bottom: inherit;
}

.ts-results__grid .ts-item__info {
  bottom: inherit;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.ts-results__grid .card-img {
  background-size: cover;
}

.ts-results__horizontal {
  background: #f6f6f6;
  min-height: 9rem;
  width: 100%;
  white-space: nowrap;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #d9d9d9;
}

.ts-results__horizontal .scroll-element.scroll-x {
  bottom: 0.5rem;
  height: 0.375rem;
  left: 0.5rem;
  width: calc(100% - 1rem);
}

.ts-results__horizontal .ts-results-wrapper {
  padding-top: 1em;
}

.ts-results__horizontal .ts-result-link {
  display: inline-flex;
}

.ts-map .ts-results__horizontal {
  bottom: 7.5rem;
  left: 0;
  height: 0;
  position: absolute;
  z-index: 1;
}

.ts-results__horizontal .ts-result,
.ts-results__vertical-list .ts-result {
  border-radius: 0.5rem;
  display: inline-flex;
  flex-direction: row;
  white-space: normal;
  margin: 0.25rem;
  width: 19rem;
  height: 6rem;
}

.ts-results__horizontal .ts-result h4,
.ts-results__vertical-list .ts-result h4 {
  color: #343434;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  line-height: 1.375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ts-results__horizontal .ts-result aside,
.ts-results__vertical-list .ts-result aside {
  font-size: 0.75rem;
  line-height: 1rem;
}

.ts-results__horizontal .ts-result .card-body,
.ts-results__vertical-list .ts-result .card-body {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 1rem 0.5rem 1rem;
  width: 19.5rem;
}

.ts-results__horizontal .ts-result .card-img,
.ts-results__vertical-list .ts-result .card-img {
  border-radius: 0.1875rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-size: cover;
  height: 100%;
  float: left;
  position: relative;
  width: 4rem;
  z-index: 1;
}

.ts-results__horizontal .ts-result .card-img:before,
.ts-results__horizontal .ts-result .card-img:after,
.ts-results__vertical-list .ts-result .card-img:before,
.ts-results__vertical-list .ts-result .card-img:after {
  display: none;
}

.ts-results__horizontal .ts-result .card-footer,
.ts-results__vertical-list .ts-result .card-footer {
  display: none;
}

.ts-results__horizontal .ts-result .ts-item__info,
.ts-results__vertical-list .ts-result .ts-item__info {
  color: #191919;
  overflow: visible;
  padding: 0;
  position: relative;
  bottom: inherit;
  top: 10px;
}

.ts-results__horizontal .ts-result .ts-description-lists,
.ts-results__vertical-list .ts-result .ts-description-lists {
  display: none;
  border-top: 0.0625rem solid rgba(25, 25, 25, 0.1);
  padding-top: 0.5rem;
  color: #161616;
}

.ts-results__horizontal .ts-result .ts-description-lists dl,
.ts-results__vertical-list .ts-result .ts-description-lists dl {
  margin-bottom: 0;
}

.ts-results__horizontal .ts-result .ts-description-lists dt,
.ts-results__vertical-list .ts-result .ts-description-lists dt {
  font-size: 0.6875rem;
}

.ts-results__horizontal .ts-result .ts-description-lists dd,
.ts-results__vertical-list .ts-result .ts-description-lists dd {
  font-size: 0.6875rem;
  margin-bottom: 0;
}

.ts-results__horizontal .ts-result .ts-ribbon,
.ts-results__vertical-list .ts-result .ts-ribbon {
  right: inherit;
  left: 0.5rem;
}

.ts-results__vertical-list {
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
  z-index: 1;
  width: 100%;
  position: absolute !important;
}

.ts-results__vertical-list.scroll-wrapper {
  -webkit-transform: translateX(calc(-100% + 3rem));
  transform: translateX(calc(-100% + 3rem));
  transition: 0.4s transform ease;
}

.ts-results__vertical-list.scroll-wrapper .scrollbar-inner {
  padding-left: 4rem;
}

.ts-results__vertical-list.scroll-wrapper.ts-expanded {
  -webkit-transform: translateX(-4rem);
  transform: translateX(-4rem);
}

.ts-results__vertical-list.scroll-wrapper.ts-expanded .ts-result {
  pointer-events: auto;
}

.ts-results__vertical-list .ts-result {
  border-top: 0.0625rem solid rgba(25, 25, 25, 0.1);
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
  height: auto;
  padding: 1rem;
  pointer-events: none;
}

.ts-results__vertical-list .ts-result:hover {
  box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
  background-color: #f8f8f8;
}

.ts-results__vertical-list .ts-result .card-img {
  border-radius: 0.1875rem;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 10rem;
}

.ts-results__vertical-list .ts-result .card-body {
  padding: 1.5rem 0 0 0;
}

.ts-results__vertical-list .ts-result .ts-description-lists {
  display: block;
  right: 0;
  border: none;
  padding-left: 0;
  top: 0;
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.ts-results__vertical-list .ts-result .ts-description-lists dt {
  font-size: 0.75rem;
}

.ts-results__vertical-list .ts-result .ts-description-lists dd {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.ts-results__vertical-list .ts-result .ts-item__info-badge {
  background-color: #fff;
  color: inherit;
  top: -0.875rem;
}

.ts-results__vertical-list .ts-result .ts-ribbon {
  right: 0.5rem;
  left: inherit;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  top: -0.875rem;
}

.ts-results__vertical-list .ts-result .ts-ribbon-corner {
  top: 0;
}

.ts-results__vertical-list .ts-result .ts-ribbon-corner:before {
  display: none;
}

.ts-center__vertical {
  display: flex;
  align-items: center;
}

.ts-center-marker {
  right: 0.375rem;
  top: 0.375rem;
  padding-top: 0.25rem;
  padding-right: 0.25rem;
  position: absolute;
  transition: 0.3s ease;
  opacity: 0.5;
  z-index: 10;
}

.ts-center-marker:hover {
  cursor: pointer;
  opacity: 0.8;
}

.ts-result .card-img {
  background-position: center;
}

.ts-result-link {
  position: relative;
  transition: 0.3s ease;
}

.ts-result-link:hover {
  color: #191919;
}

.ts-result-link:first-child {
  margin-left: 1em;
}

.ts-result-link .card {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.ts-full-screen.ts-has-horizontal-results .ts-map {
  height: calc(100% - 9rem);
}

.blue {
  background-color: blue !important;
}

.ts-ribbon {
  border: 1rem solid #5067eb;
  border-top: 0 solid;
  border-bottom: 1rem solid rgba(0, 0, 0, 0);
  color: #fff;
  line-height: 2.5rem;
  position: absolute;
  right: 1rem;
  top: -0.25rem;
  z-index: 2;
  width: 0;
}

.ts-ribbon i {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ts-ribbon-corner {
  height: 7.5rem;
  position: absolute;
  top: -0.375rem;
  overflow: hidden;
  right: -0.375rem;
  width: 7.5rem;
}

.ts-ribbon-corner:before,
.ts-ribbon-corner:after {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  position: absolute;
}

.ts-ribbon-corner:before {
  border-width: 0.375rem 0 0 0.375rem;
  border-color: transparent transparent transparent #191919;
  left: 1.4375rem;
  top: 0;
}

.ts-ribbon-corner:after {
  border-width: 0.375rem 0 0 0.375rem;
  border-color: transparent transparent transparent #191919;
  right: 0;
  bottom: 1.4375rem;
}

.ts-ribbon-corner span {
  background-color: #5067eb;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 600;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 0.5rem 2rem;
  position: absolute;
  z-index: 2;
  width: 200%;
  display: block;
  top: 1.25rem;
  right: -5rem;
}

.ts-sidebar {
  flex-direction: column;
}

.ts-sidebar h3 {
  margin-bottom: 2.5rem;
}

.ts-sidebar .form-group {
  margin-bottom: 1rem;
}

.ts-sidebar section {
  width: 100%;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a:hover {
  color: white;
}

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

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

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

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

.mfp-close {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 1.125rem 0.625rem;
  color: white;
  font-style: normal;
  font-size: 1.75rem;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 0.0625rem;
}

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

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -3.4375rem;
  padding: 0;
  width: 5.625rem;
  height: 6.875rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -3.375rem;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 2.1875rem;
  margin-left: 2.1875rem;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 0.8125rem;
  border-bottom-width: 0.8125rem;
  top: 0.5rem;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 1.3125rem;
  border-bottom-width: 1.3125rem;
  opacity: 0.7;
}

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

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 1.0625rem solid white;
  margin-left: 1.9375rem;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 1.5625rem;
  border-right: 1.6875rem solid #3f3f3f;
}

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

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 1.0625rem solid white;
  margin-left: 2.4375rem;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 1.6875rem solid #3f3f3f;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 2.5rem 0 2.5rem;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

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

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.mfp-figure figure {
  margin: 0;
}

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

.mfp-title {
  text-align: left;
  line-height: 1.125rem;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 2.25rem;
}

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

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

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 37.5rem;
  left: 50%;
  margin-left: -18.75rem;
  margin-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 2.75rem;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  background-color: #000;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media (min-width: 36rem) and (max-width: 47.9375rem) {
  html {
    font-size: 85%;
  }

  h1,
  .h1 {
    font-size: 1.875rem;
  }

  .ts-column-count-sm-1 {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .ts-column-count-sm-2 {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .ts-column-count-sm-3 {
    -webkit-column-count: 3;
    column-count: 3;
  }

  .ts-column-count-sm-4 {
    -webkit-column-count: 4;
    column-count: 4;
  }

  .ts-results__vertical-list {
    width: 28rem;
  }
}

@media (min-width: 48rem) and (max-width: 61.9375rem) {
  html {
    font-size: 90%;
  }

  h1,
  .h1 {
    font-size: 1.75rem;
  }

  .ts-homepage h1 {
    font-size: 2rem;
  }

  .ts-column-count-md-1 {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .ts-column-count-md-2 {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .ts-column-count-md-3 {
    -webkit-column-count: 3;
    column-count: 3;
  }

  .ts-column-count-md-4 {
    -webkit-column-count: 4;
    column-count: 4;
  }

  .ts-bokeh-background {
    top: -7rem;
  }

  .ts-results__vertical-list {
    width: 30rem;
  }
}

@media (min-width: 62rem) and (max-width: 74.9375rem) {
  html {
    font-size: 95%;
  }

  h1,
  .h1 {
    font-size: 1.875rem;
  }

  .ts-homepage h1 {
    font-size: 3rem;
  }

  .ts-column-count-lg-1 {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .ts-column-count-lg-2 {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .ts-column-count-lg-3 {
    -webkit-column-count: 3;
    column-count: 3;
  }

  .ts-column-count-lg-4 {
    -webkit-column-count: 4;
    column-count: 4;
  }

  .ts-block {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .ts-card__image {
    height: 12.5rem;
  }

  .ts-results__grid .ts-result-link {
    width: calc(50% - 2rem);
  }

  .ts-results__vertical-list {
    width: 32rem;
  }
}

@media (min-width: 75rem) {
  html {
    font-size: 100%;
  }

  .ts-column-count-xl-1 {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .ts-column-count-xl-2 {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .ts-column-count-xl-3 {
    -webkit-column-count: 3;
    column-count: 3;
  }

  .ts-column-count-xl-4 {
    -webkit-column-count: 4;
    column-count: 4;
  }

  .ts-xl-h__auto {
    height: auto;
  }

  .ts-block {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .ts-card__image {
    height: 15.625rem;
  }

  .ts-results__grid .ts-result-link {
    width: calc(33.33% - 2rem);
  }

  .ts-results__vertical-list {
    width: 34rem;
  }
}

@media (max-width: 35.9375rem) {
  h1,
  .h1 {
    margin-bottom: 1.25rem;
  }

  [class*="ts-column-count-"] {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .container .featured img {
    width: 100%;
  }

  .ts-xs-text-center {
    text-align: center !important;
  }

  .ts-title {
    margin-bottom: 2rem;
  }

  .ts-infobox .ts-infobox__wrapper {
    height: 11rem;
    width: 12rem;
  }

  .ts-infobox .ts-item__info {
    border-bottom: none;
  }

  .ts-infobox .ts-description-lists {
    display: none;
  }

  .leaflet-popup {
    margin-left: -1.75rem;
  }

  .H_ib_body .infobox-wrapper {
    left: 2rem;
  }

  .ts-quick-info .ts-quick-info__item {
    border-bottom: 0.0625rem solid rgba(25, 25, 25, 0.1);
  }

  .ts-infobox .ts-item__info h4 {
    font-size: 0.85rem;
  }

  .ts-infobox_image .kategori-icon {
    font-size: 1.5rem;
  }

  .ts-marker .ts-marker__title,
  .ts-marker .ts-marker__info {
    font-size: 0.8rem;
  }

  .ts-form__map-search {
    width: 75%;
  }

  .empty {
    font-size: 1.2rem !important;
  }
}

@media (min-width: 36rem) and (max-width: 61.9375rem) {
  .ts-title {
    margin-bottom: 2rem;
  }

  .ts-block-inside {
    padding: 2.5rem;
  }
}

@media (min-width: 62rem) {
  .ts-bokeh-background {
    top: -10rem;
  }

  .ts-lg-h__auto {
    height: auto;
  }

  .ts-title {
    margin-bottom: 2rem;
  }

  .ts-block-inside {
    padding: 3.75rem;
  }

  .ts-full-screen.ts-has-horizontal-results .ts-map {
    height: calc(100% - 12em);
  }

  .ts-map .ts-results__horizontal {
    bottom: 11rem;
  }

  .ts-results__horizontal {
    min-height: 12rem;
  }

  .ts-results__horizontal .ts-result {
    height: 9rem;
  }

  .ts-results__horizontal .ts-result .ts-description-lists {
    display: block;
  }
}

.empty {
  width: 100%;
  color: #adadad;
  text-align: center;
  font-size: 1.2rem;
  line-height: 9rem;
  font-weight: 300;
}

.ts-center-marker i {
  font-size: 1.2rem;
}

.kategori-icon {
  width: 100%;
  text-align: center;
  top: 8px;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  opacity: 1;
  z-index: 1;
}

.ts-infobox_image .kategori-icon {
  text-align: left;
  margin-left: 20px;
  top: 10px;
  font-size: 1.8rem;
}

.ts-infobox_image .kategori-icon {
  text-align: left;
  margin-left: 20px;
  top: 10px;
  font-size: 1.8rem;
}


.spor span:before {content: "\f70c"}

.bebek span:before {content: "\f77c"}

.giyim span:before { content: "\f553"}

.hayvan span:before {content:"\f1b0"}

.kultur span:before { content:"\f53f"}

.ev span:before { content:"\e066"}

.temizlik span:before { content:"\e05e"}

.egitim span:before { content:"\f19d"}

.saglik span:before { content:"\f479"}

.elektronik span:before { content:"\f1e6"}



.diger span:before {
  content: "\f004";
}

.filter {
  color: #666;
}

.hidden {
  display: none !important;
  opacity: 0 !important;
}

#result-loader {
  width: 100%;
  min-height: 180px;
  background: #f6f6f6;
  display: block;
  position: absolute;
  z-index: 999;
  padding: 3.6rem;
}

#result-loader-ajax {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

#result-loader-ajax .dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 50%;
  border: 6px solid #b7bdbf;
  border-color: #b7bdbf transparent #b7bdbf transparent;
  animation: dual-ring 1.2s linear infinite;
}

.dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 50%;
  border: 6px solid #b7bdbf;
  border-color: #b7bdbf transparent #b7bdbf transparent;
  animation: dual-ring 1.2s linear infinite;
}

@keyframes dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.overlay {
  display: table;
  position: absolute;
  background: rgb(0 0 0 / 65%);
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

.overlay span {
  font-size: 1.2rem;
  display: table-cell;
  vertical-align: middle;
}

#map-location {
  margin-bottom: 1rem;
}
.info {
  width: 25%;
  display: flex;
}

.progress {
  width: 100%;
  display: flex;
  margin-top: 0.45rem;
}
.progress .progress-bar {
  background-color:#1f9bd7
}
.counter {
  width: 20%;
  text-align: right;
}

@media (max-width: 768px) {
  .info {
    width: 100%;
  }
  .progress {
    width: 75%;
    float: left;
  }

  .counter {
    width: 25%;
    float: left;
  }

  .m-50 {
      width: 50%;
      float: left;
      display: block;
      clear: none;
  }
}

.total-count {
  position: absolute;
  pointer-events: none;
  bottom: 1rem;
  left: 50%;
  font-size: 0.85rem;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  transform: translate(-50%);
	background: rgb(255 255 255 / 90%);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
  color: #8c8c8c;
  border: 1px solid #e7e7e7;
  -moz-border-radius: .5rem;
  border-radius: .5rem;
  z-index: 2;
  padding: 5px 15px 5px 15px;
}

@media (min-width: 36rem) {
  .ts-form__map-search {
    width: 18rem;
	min-width: 320px;
  }
}

.leaflet-div-icon {
  background: none;
  border: none;
}

.locate-me a {
  font-weight: inherit;
  cursor: pointer;
}
#search_form #search-btn,
#search_form #search-btn:focus {
  line-height: 0.5rem;
  font-weight: 700;
  color: #fff;
  font-size: 0.825rem;
  border-radius: 5px;
  background-color: #2c8fff;
  text-align: center;
  display: block;
}
#search_form #search-btn:hover {
  box-shadow: none;
  outline: 0 !important;
  background-color: #6075eb;
}
.ts-box .btn {
  font-size: 0.85rem;
  padding: 0.5rem 1rem 0.5rem 1rem !important;
  border-radius: 5px;
  color: #fff;
  transition: 0.2s ease;
  padding: 5px;
}
.ts-infobox__content button {
  width: 100%;
  font-size: 0.825rem;
  border: 0;
  border-radius: 5px;
  margin-top: 10px;
  background: rgb(255 255 255 / 20%);
  transition: 0.2s ease;
  color: #fff;
  padding: 5px;
  cursor: pointer;
}

.ts-shadow__md {
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  border: 1px solid #ececec;
  border-radius: 5px;
}

@media (min-width: 36rem) {
  .ts-results__grid.scroll-wrapper {
    position: relative !important;
    /* -webkit-transform: translateX(0);
    transform: translateX(0); */
  }
}

.map-left {
  display: flex-root;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #eff2f7;
  position: relative;
}
.map-filter {
  display: flex;
  flex-direction: column;
  width: 40%;
  background-color: #fff;
  max-width: 560px;
  min-width: 420px;
  overflow: hidden;
}

#ts-map-simple {
  width: 100%;
  height: 200px;
}

@media only screen and (max-width: 576px) {
  .d-f {
    display: block;
    flex-direction: column;
  }
  .map-left {
    height: 300px;
  }
  .map-filter {
    width: 100%;
    max-width: none;
    min-width: 100%;
  }
  #ts-hero {
    margin-bottom: 1rem;
  }
  .ts-full-screen {
    height: calc(100vh - 150px);
    min-height: calc(100vh - 150px);
  }
  #ts-results {
    display: none;
  }
  .ts-map {
    height: 100%;
  }
  .total-count {
    display: none;
  }
  .page-template-harita_detay .content {
    padding: 1rem;
  }
}

.ts-results__vertical .ts-form {
  margin: 0;
  box-shadow: rgb(149 157 165 / 20%) 0 8px 15px;
}
.ts-results__vertical .ts-form .custom-select {
  width: 49.5%;
}
.ts-results__vertical .ts-form__grid {
  padding: 0;
}
.ts-results__vertical .ts-results-wrapper {
  height: calc(100% - 50px);
  overflow: auto;
  padding: 0;
}
.ts-results__vertical .ts-result-link {
  width: 100%;
  margin: 0;
  padding: 1rem;
  border-bottom: 1px solid #d3d3d3;
}
.ts-results__vertical .ts-result-link i {
  color: #5067eb;
}
.ts-results__vertical .ts-result-link:hover {
  background: #f5f5f5;
  color: #fff;
}
.ts-results__vertical .ts-result-link a:hover {
  opacity: 1;
}
.ts-results__vertical .ts-item .ts-item__info {
  font-size: 0.8rem;
  font-weight: 600;
  position: unset;
  color: #929292;
  transform: none;
  padding: 0 !important;
}
.ts-results__vertical .ts-item .ts-item__info .item_title {
  font-size: 1rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}
.ts-results__vertical .ts-item .ts-item__info aside {
  opacity: 1;
}
.ts-results__vertical .ts-results-wrapper .card-footer {
  display: none;
}
.ts-results__vertical .ts-description-lists dl:first-child,
.ts-results__vertical .ts-description-lists dl {
  width: unset;
  padding-right: 0.8125rem;
  color: #000;
}
.ts-results__vertical .scroll-wrapper > .scroll-content {
  overflow: inherit !important;
}
.ts-results__vertical #result-loader {
  min-height: 700px;
  padding: 200px;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef !important;
}
.select_container:after {
  right: 10px !important;
}
#search_form h6 {
  font-size: 14px !important;
  margin-top: 0px;
  color: #3f3f3f;
}


.form-select {
  font-size: .85rem;
  display: block;
  width: 100%;
  padding: .6rem 2rem .6rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  line-height: 1.7;
  color: #666;
  background-color: #fefefe;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%2360697b' d='M22.667 12.227c-0.241-0.24-0.573-0.388-0.94-0.388s-0.699 0.148-0.94 0.388l0-0-4.787 4.72-4.72-4.72c-0.241-0.24-0.573-0.388-0.94-0.388s-0.699 0.148-0.94 0.388l0-0c-0.244 0.242-0.394 0.577-0.394 0.947s0.151 0.705 0.394 0.947l5.653 5.653c0.242 0.244 0.577 0.394 0.947 0.394s0.705-0.151 0.947-0.394l0-0 5.72-5.653c0.244-0.242 0.394-0.577 0.394-0.947s-0.151-0.705-0.394-0.947l-0-0z'%3E%3C/path%3E%3C/svg%3E")!important;
  background-repeat: no-repeat!important;
  background-position: right .75rem center!important;
  background-size: 20px 20px!important;
  border: 1px solid rgba(8,60,130,.07);
  border-radius: .4rem;
  box-shadow: 0 0 1.25rem rgba(30,34,40,.04);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.form-select, .form-select:focus {
  box-shadow: none!important;
  outline: none !important;
}
