/*! CSS Used from: https://townhub.kwst.net/css/reset.css */
div,
span,
img,
strong {
  border: none;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article {
  display: block;
}

:focus {
  outline: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #000;
}

/*! CSS Used from: https://townhub.kwst.net/css/plugins.css */
.fal,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-check:before {
  content: "\f00c";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-heart:before {
  content: "\f004";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-parking:before {
  content: "\f540";
}

.fa-phone:before {
  content: "\f095";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-star:before {
  content: "\f005";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fal {
  font-weight: 300;
}

.fal {
  font-family: Font Awesome\ 5 Pro;
}

.fas {
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900;
}

.tolt:before,
.tolt:after {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  transition: all .2s ease-in-out;
  position: absolute;
  box-sizing: border-box;
  z-index: 10;
  transform-origin: top;
}

.tolt:before {
  background-size: 100% auto !important;
  content: "";
}

.tolt::after {
  border-radius: 2px;
  background: #313e6e;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 11px;
  font-weight: 400;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  box-sizing: content-box;
}

.tolt:hover::before,
.tolt:hover::after {
  opacity: 1;
  pointer-events: auto;
}

.tolt[data-microtip-position|="top"]::after {
  margin-bottom: 11px;
}

.tolt[data-microtip-position|="top"]::before {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

.tolt[data-microtip-position|="top"]:hover::before {
  transform: translate3d(-50%, -5px, 0);
}

.tolt[data-microtip-position|="top"]::after {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

.tolt[data-microtip-position="top"]:hover::after {
  transform: translate3d(-50%, -5px, 0);
}

/*! CSS Used from: https://townhub.kwst.net/css/style.css */
.fl-wrap {
  float: left;
  width: 100%;
  position: relative;
}

.no-list-style {
  list-style: none;
}

.geodir-category-location a i {
  padding-right: 4px;
}

.listing-rating i {
  color: #facc39;
}

.listing-item {
  float: left;
  width: 50%;
  padding: 0 8px 0 0;
  margin-bottom: 12px;
  position: relative;
}

.gallery-item .listing-item {
  height: auto !important;
}

.geodir-category-listing {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eee;
}

.geodir-category-listing:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  z-index: -1;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 10px 14px 0 rgba(37, 44, 65, 0.12);
  transition: all .3s ease;
}

.geodir-category-listing:hover:after {
  box-shadow: 0 16px 14px 0 rgba(37, 44, 65, 0.12);
}

.geodir-category-content {
  z-index: 2;
  width: 100%;
}

.geodir-category-img {
  float: left;
  width: 100%;
  position: relative;
  z-index: 11;
  border-radius: 10px 10px 0 0;
}

.geodir-category-img:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  border-radius: 15px 15px 0 0;
  background: #fff;
  z-index: 3;
}

.geodir-category-img-wrap {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.geodir-category-img-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 30%;
  background: linear-gradient(to bottom, rgba(6, 27, 65, 0) 0%, rgba(6, 27, 65, 0.95) 100%);
  z-index: 2;
}

.geodir-category-img-wrap img,
.gallery-item img {
  width: 100%;
  height: auto;
}

.geodir-category-img-wrap img,
.gallery-item img {
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.geodir-category-listing:hover .geodir-category-img-wrap img,
.gallery-item:hover img {
  transform: scale(1.12);
}

.geodir-js-favorite_btn {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 20;
  cursor: pointer;
  color: #fff;
}

.geodir-js-favorite_btn i {
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  background: #425998;
  position: relative;
  z-index: 2;
  padding-left: 10px;
}

.geodir-js-favorite_btn span {
  border-radius: 36px;
  background: #425998;
  float: left;
  left: -36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  padding: 0 18px 0 48px;
  font-size: 11px;
  font-weight: 600;
  position: relative;
  top: 0;
  z-index: 1;
  transition: all .2s ease-in-out;
  opacity: 0;
  margin-top: -2px;
  visibility: hidden;
}

.geodir-js-favorite_btn:hover span {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.geodir-js-favorite_btn:hover i {
  font-weight: 900;
}

.geodir-category-content p {
  text-align: left;
  font-size: 12px;
  color: #999;
  font-weight: 500;
}

.geodir-category-content h2 {
  margin: 0;
  float: left;
  text-align: left;
  font-weight: 600;
  font-size: 1.5em;
  font-family: 'Nunito', sans-serif;
}

.geodir-category-content h3 a {
  color: #566985;
}

.verified-badge {
  display: inline-table;
  margin-left: 12px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
  text-align: center;
  font-weight: 900;
  position: relative;
  top: -2px;
}

.geodir_status_date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 20;
  padding: 6px 10px;
  color: #fff;
  z-index: 20;
  font-size: 11px;
  border-radius: 20px;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.geodir_status_date i {
  margin-right: 10px;
}

.geodir_status_date.gsd_open i {
  color: #fff;
}

.listing-rating-count-wrap .review-score {
  background: #384f95;
  color: #fff;
  float: left;
  font-weight: 600;
  border-radius: 4px;
  padding: 10px;
  font-size: 13px;
  margin-right: 12px;
}

.listing-rating-count-wrap .reviews-count {
  float: left;
  color: #fff;
  font-size: 11px;
  position: relative;
  top: 2px;
}

.geodir-category-opt {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 10px 20px;
  cursor: pointer;
}

.card-popup-rainingvis_bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 200px;
}

.card-popup-rainingvis_bg span {
  float: left;
  margin-right: 4px;
  position: relative;
}

.card-popup-rainingvis_bg span:before {
  font-family: Font Awesome\ 5 Pro;
  content: "\f005";
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
}

.geodir-category-content-title {
  margin-top: 0;
  width: 100%;
  padding: 0px 20px 5px;
}

.geodir-category-content-title-item {
  float: left;
  width: 80%;
  position: relative;
  z-index: 1;
}

.facilities-list {
  margin: 10px 0;
}

.facilities-list-title {
  float: left;
  margin-right: 10px;
  color: #566985;
  font-weight: 700;
}

.facilities-list li {
  float: left;
  margin-right: 14px;
  cursor: pointer;
  position: relative;
}

.facilities-list li i {
  font-size: 16px;
}

.facilities-list li:hover i {
  color: #adc7dd;
}

.listing-item-category {
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  float: left;
  border-radius: 100%;
  position: relative;
}

.listing-item-category-wrap {
  float: left;
  position: relative;
}

.listing-item-category-wrap span {
  float: left;
  margin-left: 10px;
  position: relative;
  top: 10px;
  color: #7d93b2;
}

.geodir-category-footer {
  margin: 4px 0 0 0;
  padding: 10px 20px;
  border-top: 1px solid #eee;
}

.geodir-category-location a {
  float: left;
  color: #7d93b2;
  text-align: left;
  font-size: 12px;
}

.geodir-category-location a i {
  padding-right: 6px;
}

.geodir-opt-list {
  float: right;
  position: relative;
  top: 8px;
}

.geodir-opt-list:before {
  content: '';
  position: absolute;
  left: 0;
  top: -16px;
  bottom: -6px;
  width: 1px;
  background: #eee;
}

.geodir-category-text {
  padding: 0 20px;
}

.geodir-opt-list li {
  float: left;
  margin-left: 16px;
}

.geodir-opt-list a,
.gdop-list-link {
  float: left;
  position: relative;
  font-size: 16px;
  color: #9ea6ba;
  cursor: pointer;
}

.geodir-opt-list a:hover i,
.gdop-list-link:hover i {
  transition: all .2s ease-in-out;
  animation: bounce 1s;
}

.geodir-opt-tooltip,
.price-name-tooltip {
  position: absolute;
  opacity: 0;
  right: 0;
  top: -40px;
  height: 30px;
  line-height: 30px;
  min-width: 100px;
  margin-left: -65px;
  color: #fff;
  font-size: 11px;
  visibility: hidden;
  border-radius: 2px;
  background: #338bbb;
  padding-left:10px;
}

.price-name-tooltip {
  right: -35px;
}

.geodir-opt-tooltip strong {
  color: #fff;
  padding-left: 6px;
}

.geodir-opt-list li:hover .geodir-opt-tooltip,
.geodir-category_price:hover .price-name-tooltip {
  opacity: 1;
  visibility: visible;
}

.close_gcc {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
  font-size: 14px;
  color: #9ea6ba;
  cursor: pointer;
}

.geodir-category_contacts ul {
  position: relative;
  z-index: 2;
}

.geodir-category_contacts li {
  float: left;
  width: 100%;
  margin: 5px 0;
  text-align: left;
}

.geodir-category_contacts li span,
.geodir-category_contacts li a {
  float: left;
  color: #7d93b2;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
}

.geodir-category_contacts li span {
  margin-right: 10px;
  color: #9ea6ba;
}

.geodir-category_contacts li span i {
  margin-right: 6px;
}

.geodir-category_price {
  float: right;
  margin-right: 16px;
  position: relative;
}

.geodir-category_price .price-level-item strong {
  float: left;
  font-size: 11px;
  margin-left: 2px;
  color: #999;
}

.gallery-item {
  width: 33%;
  position: relative;
  float: left;
  padding: 5px;
}

.gallery-item .listing-item {
  width: 100%;
  padding: 0;
}

@media only screen and (max-width: 1070px) {
  .gallery-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .gallery-item,
  .listing-item {
    width: 100%;
  }

  .listing-item {
    top: 0;
  }
}

@media only screen and (max-width: 650px) {
  .listing-item {
    padding: 0;
  }
}

/*! CSS Used from: https://townhub.kwst.net/css/color.css */
.geodir-category-location a i,
.avatar-tooltip strong,
.facilities-list li i,
.geodir-opt-list a:hover i,
.geodir-js-favorite_btn:hover i,
.geodir-category_contacts li span i,
.geodir-category_contacts li a:hover,
.close_gcc:hover,
.geodir-opt-tooltip strong,
.gdop-list-link:hover i,
.geodir-category-content h3 a:hover {
  color: #4db7fe;
}

.gsd_open {
  background: #5ecfb1;
}

.red-bg {
  background: #f75c96;
}

/*! CSS Used keyframes */
@keyframes bounce {
  0%,
  20%,
  60%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  80% {
    transform: translateY(-5px);
  }
}

/*! CSS Used fontfaces */
@font-face {
  font-family: Font Awesome\ 5 Pro;
  font-style: normal;
  font-weight: 300;
  src: url(fa-light-300.eot);
  src: url(fa-light-300.eot?#iefix) format("embedded-opentype"), url(fa-light-300.woff2) format("woff2"), url(fa-light-300.woff) format("woff"), url(fa-light-300.ttf) format("truetype"), url(fa-light-300.svg#fontawesome) format("svg");
}

@font-face {
  font-family: Font Awesome\ 5 Pro;
  font-style: normal;
  font-weight: 400;
  src: url(fa-regular-400.eot);
  src: url(fa-regular-400.eot?#iefix) format("embedded-opentype"), url(fa-regular-400.woff2) format("woff2"), url(fa-regular-400.woff) format("woff"), url(fa-regular-400.ttf) format("truetype"), url(fa-regular-400.svg#fontawesome) format("svg");
}

@font-face {
  font-family: Font Awesome\ 5 Pro;
  font-style: normal;
  font-weight: 900;
  src: url(fa-solid-900.eot);
  src: url(fa-solid-900.eot?#iefix) format("embedded-opentype"), url(fa-solid-900.woff2) format("woff2"), url(fa-solid-900.woff) format("woff"), url(fa-solid-900.ttf) format("truetype"), url(fa-solid-900.svg#fontawesome) format("svg");
}

.image-container {
  display: flex;
  width: 100%;
  height: 300px;
  /*border: 1px solid black;*/
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
}

img.ivan {
  display: block;
  width: 100%;
}

.geodir-opt-list ol,
.geodir-opt-list ul {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.header-container {
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.header-container a {
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 25px;
}

.header-container a.logo {
  font-size: 25px;
  color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.header-right,
#site-navigation-pro {
  float: right;
}

.header-left {
  float: left;
}

#masthead-pro {
  height: 90px;
  transition: font-size 0.5s, height 0.5s;
  -webkit-transition: font-size 0.5s, height 0.5s;
  -moz-transition: font-size 0.5s, height 0.5s;
}

.header-container {
  height: 90px;
}

#masthead-pro.shrink .header-container {
  height: 40px;
}

#masthead-pro.shrink {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 40px !important;
}

#masthead-pro .header-container a.logo img {
  transition: font-size 0.5s, height 0.5s;
  -webkit-transition: font-size 0.5s, height 0.5s;
  -moz-transition: font-size 0.5s, height 0.5s;
  height: 80px;
}

@media only screen and (max-width: 1070px) {
  #masthead-pro .header-container a.logo img {
    height: 80px;
  }
}

@media only screen and (max-width: 768px) {
  #masthead-pro .header-container a.logo img {
    height: 60px;
  }
}

@media only screen and (max-width: 650px) {
  #masthead-pro .header-container a.logo img {
    height: 60px;
  }
}

#masthead-pro.shrink .header-container a.logo img {
  transition: font-size 0.5s, height 0.5s;
  height: 40px !important;
}

.galleria {
  font-size: 1em;
  padding: 0 0.5em;
  margin: 2px;
}

.float-left{
  clear:left;
  float:left;
}