@charset "UTF-8";
/*!
 *  Copyright (C) 2017  Total Studio Kft.
 *  Author: Tamás Gergely
 *  This file is a part of Studio CMS engine.
 *
 */
/*!
 *  Copyright (C) 2017  Total Studio Kft.
 *  Author: Tamás Gergely
 *  This file is a part of Studio CMS engine.
 *
 */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
}

a {
  color: #F4C64C;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn {
  box-shadow: none;
}

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

header {
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 10;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header .logo {
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 22px;
  padding-top: 15px;
  text-transform: uppercase;
}
header .logo span {
  display: block;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 6px;
}
header .logo {
  background-color: #070614;
  border-radius: 50%;
  height: 100px;
  left: 40px;
  position: absolute;
  text-align: center;
  top: 40px;
  width: 100px;
  z-index: 10;
}
header .login-button {
  display: none;
  position: absolute;
  right: 120px;
  top: 40px;
  z-index: 2;
}
header .login-button a {
  background: #F4C64C;
  border-radius: 50px;
  color: #070614;
  display: inline-block;
  font-weight: bold;
  height: 52px;
  padding: 15px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header .login-button a:hover {
  background-color: #070614;
  color: white;
  text-decoration: none;
}
header .login-button.show {
  display: block;
}
header .logged-in {
  position: fixed;
  right: 120px;
  top: 40px;
  z-index: 2;
}
header .logged-in a {
  background-color: #070614;
  border-radius: 50px;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: bold;
  padding: 5px 30px 5px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header .logged-in a:hover {
  background: #F4C64C;
  color: #070614;
  text-decoration: none;
}
header .logged-in a picture {
  display: inline-block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  overflow: hidden;
  width: auto;
}
header .logged-in a picture img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
header .logged-in a span {
  align-self: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 15px;
  max-width: 100%;
  width: auto;
}
header .navbar-toggler {
  background-color: #070614;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 23px;
  height: 52px;
  outline: none !important;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 52px;
  z-index: 2;
}
header nav {
  background-color: #070614;
  height: 100vh;
  padding-top: 140px;
  position: fixed;
  right: -320px;
  top: 0;
  width: 320px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
}
header nav a {
  color: #ffffff;
  display: block;
  padding: 10px 30px;
  text-transform: uppercase;
}
header nav.show {
  right: 0;
}

.map-holder {
  overflow: hidden;
  position: relative;
}
.map-holder #map {
  min-height: 1000px;
}
.map-holder .filters {
  background: #070614;
  background: linear-gradient(144deg, #070614 0%, #141541 50%, #70377b 100%);
  border-radius: 30px;
  bottom: 20%;
  left: 25%;
  min-width: 300px;
  padding: 40px;
  position: absolute;
  width: 50%;
  z-index: 20;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.map-holder .filters .pubtourist {
  position: Absolute;
  top: -284px;
  right: -100px;
}
.map-holder .filters h1 {
  color: #ffffff;
  font-size: 42px;
  font-weight: bold;
}
.map-holder .filters p {
  color: #ffffff;
}
.map-holder .filters .checkbox {
  display: inline-block;
  margin-bottom: 10px;
}
.map-holder .filters .checkbox .input-holder {
  background-color: #F4C64C;
  border-radius: 10px;
  color: #000000;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.map-holder .filters .checkbox .input-holder .control-label {
  display: inline-block;
  margin-bottom: 0;
}
.map-holder .filters .checkbox .input-holder .control-label:checked ~ {
  background-color: #000000;
  color: #ffffff;
}
.map-holder .filters .submitBtn {
  background-color: #F4C64C;
  border-radius: 0 20px 20px 0;
  font-weight: bold;
  min-height: 48px;
  text-transform: uppercase;
}
.map-holder .filters .submitBtn:before {
  content: "" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  font-weight: 300;
  margin-right: 10px;
}
.map-holder .filters .submitBtn:hover {
  background-color: #d69e09;
}
.map-holder .filters .filter-field.filter-location .form-control {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.map-holder .filters .filter-field .form-control {
  border: 0;
  border-radius: 0;
  min-height: 48px;
  outline: none !important;
}
.map-holder .filters .filter-field .input-holder {
  box-shadow: none;
}
.map-holder .filters .filter-key .input-holder {
  border-left: 1px solid #bebebe;
}
.map-holder .filters .expand-button {
  background-color: #141541;
  border-radius: 50px 50px 0 0;
  color: #ffffff;
  cursor: pointer;
  display: none;
  height: 50px;
  left: calc(50% - 40px);
  padding: 5px;
  position: Absolute;
  text-align: center;
  top: -50px;
  width: 80px;
}
.map-holder .filters .expand-button:after {
  content: "" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  font-size: 30px;
  font-weight: 300;
}
.map-holder .filters .expand-button:hover {
  background-color: #F4C64C;
  color: #000000;
}
.map-holder .filters.searching {
  bottom: -30%;
}
.map-holder .filters.searching .expand-button {
  display: block;
}

.login-holder {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
.login-holder:before {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.login-holder .login {
  background: #070614;
  background: linear-gradient(144deg, #070614 0%, #141541 50%, #70377b 100%);
  border-radius: 15px;
  color: #ffffff;
  left: 50%;
  max-width: 760px;
  min-height: 200px;
  padding: 70px 100px 70px 70px;
  position: absolute;
  right: 120px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 140px);
  z-index: 30;
}
@media (min-width: 1200px) {
  .login-holder .login {
    max-width: 1000px;
    right: 100px;
    width: 80%;
  }
}
@media (min-width: 1600px) {
  .login-holder .login {
    max-width: 1000px;
    right: 200px;
    width: 50%;
  }
}
.login-holder .login h1 {
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 1px;
}
.login-holder .login .submitBtn {
  background-color: #F4C64C;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(112, 55, 123, 0.5);
  font-size: 40px;
  height: 100px;
  position: absolute;
  right: -50px;
  top: calc(50% - 50px);
  width: 100px;
}
.login-holder .login .submitBtn:hover {
  background-color: #eeaf04;
  box-shadow: 0 0 0 8px rgba(112, 55, 123, 0.7);
}
.login-holder .login .form-control {
  border: none;
  border-radius: 50px;
  height: 50px;
  padding: 10px 30px;
}
.login-holder .login .minimize {
  position: absolute;
  right: 50px;
  top: 50px;
}
.login-holder .login .minimize:hover {
  color: #ffffff;
}
.login-holder .login span {
  position: relative;
}
.login-holder .login span:before {
  border-bottom: 1px solid #ffffff;
  content: "";
  left: -120px;
  position: absolute;
  top: 10px;
  width: 100px;
}
.login-holder .login span:after {
  border-bottom: 1px solid #ffffff;
  content: "";
  position: absolute;
  right: -120px;
  top: 10px;
  width: 100px;
}
.login-holder .login .social {
  border: none;
  border-radius: 30px;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 30px;
  text-transform: uppercase;
}
.login-holder .login .btn-facebook {
  background-color: #3b5998;
  color: #ffffff;
}
.login-holder .login .btn-google {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.54);
}

.back-to-top {
  background-color: #F4C64C;
  border-radius: 50%;
  bottom: 15px;
  color: #ffffff;
  display: none;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 50px;
}

.pub-detail {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 15px;
  position: absolute;
}
.pub-detail .pub-close {
  position: absolute;
  right: 5px;
  top: 5px;
}

.markerContent {
  font-family: "Poppins", sans-serif !important;
  max-width: 400px;
  width: 100%;
}
.markerContent h3 {
  font-size: 22px;
  font-weight: bold;
  padding-right: 40px;
}
.markerContent h3 .badge-info {
  background-color: #F4C64C;
  font-size: 13px;
}
.markerContent .offers h4 {
  font-size: 18px;
  font-weight: bold;
}
.markerContent .offers .offer {
  border: 1px solid #eae9e9;
  margin-bottom: 15px;
  padding: 10px 10px 10px 40px;
  position: relative;
}
.markerContent .offers .offer h5 {
  font-size: 16px;
  font-weight: bold;
}
.markerContent .offers .offer .fad {
  font-size: 20px;
  left: 10px;
  position: absolute;
  top: calc(50% - 10px);
}
.markerContent .images {
  height: 80px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.markerContent .images .item {
  background-color: #eae9e9;
  padding: 10px;
}
.markerContent .images .owl-prev, .markerContent .images .owl-next {
  background-color: #000000;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0;
  height: 30px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: calc(50% - 15px);
  width: 30px;
}
.markerContent .images .owl-prev {
  left: -38px;
}
.markerContent .images .owl-prev:before {
  content: "" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  font-size: 14px;
}
.markerContent .images .owl-next {
  right: -38px;
}
.markerContent .images .owl-next:before {
  content: "" !important;
  display: inline-block;
  font-family: Font Awesome\ 5 Pro, sans-serif;
  font-weight: 900;
  font-size: 24px;
}
.markerContent .btn-details {
  background-color: #F4C64C;
  font-weight: bold;
  text-transform: uppercase;
}
.markerContent .btn-details:hover {
  background-color: #000000;
  color: #ffffff;
}

.gm-ui-hover-effect {
  right: 10px !important;
  top: 2px !important;
  width: 34px !important;
  height: 34px !important;
  background: #070614;
  opacity: 1;
}
.gm-ui-hover-effect img {
  width: 28px !important;
  height: 28px !important;
}

footer {
  background-color: rgba(0, 0, 0, 0.7);
  min-height: 150px;
}

/*# sourceMappingURL=style.css.map */
