@import 'bootstrap.css';
.row {
  --bs-gutter-x: 40px;
}

.container {
  max-width: 1200px;
}

.row .row {
  margin-left: -20px;
  margin-right: -20px;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.devurl:before {
  position: absolute;
  top: -140px;
  left: -140px;
  width: 200px;
  padding-top: 175px;
  color: #fff;
  content: "DEV";
  font-size: 14px;
  font-weight: bold;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 100000;
  text-align: center;
  background: #f00;
  height: 200px;
}

.valignout {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

.valignin {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  display: table-cell;
}

.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#cboxOverlay {
  background-color: #000;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxNext, #cboxPrevious {
  position: absolute;
  bottom: 0;
  margin: 0;
  right: 0;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 0;
}
#cboxNext:after, #cboxPrevious:after {
  display: none;
}

#cboxPrevious {
  right: 42px;
}

#cboxClose {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  background: none !important;
  color: #fff;
  padding: 10px;
  text-align: center;
}
#cboxClose:after {
  display: none;
}

/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

@font-face {
  font-family: "clan";
  src: url("../fonts/clanblack.eot");
  src: url("../fonts/clanblack.eot") format("embedded-opentype"), url("../fonts/clanblack.woff2") format("woff2"), url("../fonts/clanblack.woff") format("woff"), url("../fonts/clanblack.ttf") format("truetype"), url("../fonts/clanblack.svg#clanblack") format("svg");
  font-weight: 900;
}
@font-face {
  font-family: "clan";
  src: url("../fonts/clanbold.eot");
  src: url("../fonts/clanbold.eot") format("embedded-opentype"), url("../fonts/clanbold.woff2") format("woff2"), url("../fonts/clanbold.woff") format("woff"), url("../fonts/clanbold.ttf") format("truetype"), url("../fonts/clanbold.svg#clanbold") format("svg");
  font-weight: 600;
}
@font-face {
  font-family: "clan";
  src: url("../fonts/clanmedium.eot");
  src: url("../fonts/clanmedium.eot") format("embedded-opentype"), url("../fonts/clanmedium.woff2") format("woff2"), url("../fonts/clanmedium.woff") format("woff"), url("../fonts/clanmedium.ttf") format("truetype"), url("../fonts/clanmedium.svg#clanmedium") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "clan";
  src: url("../fonts/clannews.eot");
  src: url("../fonts/clannews.eot") format("embedded-opentype"), url("../fonts/clannews.woff2") format("woff2"), url("../fonts/clannews.woff") format("woff"), url("../fonts/clannews.ttf") format("truetype"), url("../fonts/clannews.svg#clannews") format("svg");
  font-weight: 300;
}
@font-face {
  font-family: "clan";
  src: url("../fonts/clanbook.eot");
  src: url("../fonts/clanbook.eot") format("embedded-opentype"), url("../fonts/clanbook.woff2") format("woff2"), url("../fonts/clanbook.woff") format("woff"), url("../fonts/clanbook.ttf") format("truetype"), url("../fonts/clanbook.svg#clanbook") format("svg");
  font-weight: 200;
}
html, body {
  font-family: "clan";
}

.appcontainer {
  position: relative;
  height: 100vh;
  height: var(--app-height);
  overflow: hidden;
}

body {
  background: #eee;
  overflow: hidden;
}

.mobilelogo, .closemenu {
  display: none;
}

nav {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 320px;
  height: 100vh;
  z-index: 11;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
nav ::-webkit-scrollbar {
  width: 5px;
}
nav ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
nav ::-webkit-scrollbar-thumb {
  background: #209EDE;
}
nav ::-webkit-scrollbar-thumb:hover {
  background: #1d8ec8;
}
nav .logo {
  width: 99px;
  height: 44px;
  background: url(../img/logo.svg);
  position: absolute;
  top: 47px;
  left: 30px;
}
nav .logo span {
  color: #5E606A;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  left: 100%;
  margin-left: 40px;
  bottom: 0;
}
nav .filters {
  position: absolute;
  top: 150px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}
nav .filters h3 {
  color: #209EDE;
  font-size: 16px;
  padding-left: 60px;
  position: relative;
  font-family: "clan";
}
nav .filters h3 img {
  position: absolute;
  top: 0;
  left: 30px;
  width: 18px;
}
nav .filters ul {
  margin: 0;
  padding: 0;
}
nav .filters ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .filters ul li {
  position: relative;
}
nav .filters ul li.active {
  /*
  >a>.colormarker{
  	opacity: 1;
  }
  */
}
nav .filters ul li.active > a {
  background: #F8F8F8;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #282828;
}
nav .filters ul li.active > a:after {
  background: url(../img/ico-less.svg) no-repeat center;
}
nav .filters ul li.active > ul {
  max-height: 1000px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
}
nav .filters ul li.showcolor > a > .colormarker, nav .filters ul li.showcolor > .colormarker {
  opacity: 1;
}
nav .filters ul li .colormarker {
  width: 8px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav .filters ul li a, nav .filters ul li .a {
  padding: 15px 30px;
  display: block;
  font-size: 12px;
  color: #5E606A;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
nav .filters ul li a:after, nav .filters ul li .a:after {
  width: 12px;
  height: 12px;
  background: url(../img/ico-plus.svg) no-repeat center;
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  right: 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav .filters ul li a.nodd:after, nav .filters ul li .a.nodd:after {
  display: none;
}
nav .filters ul li a.nodd .form-switch, nav .filters ul li .a.nodd .form-switch {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -13px;
}
nav .filters ul li:after {
  position: absolute;
  height: 1px;
  left: 30px;
  right: 30px;
  background: #F8F8F8;
  content: "";
  display: block;
}
nav .filters ul li ul {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 30px 0 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav .filters ul li ul a {
  padding-left: 0;
  margin-right: -30px;
  text-transform: none;
}
nav .filters ul li ul a:after {
  width: 12px;
  height: 7px;
  background: url(../img/arrow-down-ico.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav .filters ul li ul .active a {
  background: none;
}
nav .filters ul li ul .active a:after {
  background: url(../img/arrow-down-ico.svg) no-repeat;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
nav .filters ul li ul .active ul {
  padding: 10px 20px 10px 30px;
}
nav .filters ul li ul ul {
  padding: 0px 20px 0px 20px;
  margin: 0 -30px 0 -50px;
  background: #F8F8F8;
}
nav .filters ul li ul li {
  position: relative;
  color: #5E606A;
  font-size: 12px;
  padding: 10px 50px 10px 30px;
  padding-left: 30px;
}
nav .filters ul li ul li .colormarker {
  left: -20px;
}
nav .filters ul li ul li.showcolor > a > .colormarker, nav .filters ul li ul li.showcolor > .colormarker {
  opacity: 1;
}
nav .filters ul li ul li li {
  padding-left: 20px;
}
nav .filters ul li ul li li .colormarker {
  left: -30px;
}
nav .filters ul li ul li li .form-switch {
  right: 0px;
}
nav .filters ul li ul li.haschilds {
  padding: 0 0 0 30px;
}
nav .filters ul li ul li:after {
  display: none;
}
nav .filters ul li ul li img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.6;
  max-width: 16px;
}
nav .filters ul li ul li .form-switch {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: -10px;
}
nav .form-switch .form-check-input {
  height: 24px;
  width: 44px;
  background-color: #E3E3E3;
  border: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
nav .form-switch .form-check-input:checked {
  background-color: #209EDE;
  border-color: #209EDE;
}
nav .irasanma {
  color: #A7A7A7;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  left: 30px;
  background: #F8F8F8;
  border-radius: 21.5px;
  text-decoration: none;
  padding: 7px 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav .irasanma:hover {
  color: #fff;
  background: #209EDE;
}

.map {
  margin-left: 305px;
  height: 100vh;
  position: relative;
  z-index: 0;
}
.map #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map .search {
  position: absolute;
  width: 825px;
  height: 60px;
  background: #fff;
  border-radius: 30px;
  left: 50%;
  margin-left: -412px;
  top: 47px;
  background: #fff url(../img/search-ico.svg) no-repeat 30px 20px;
  padding-left: 95px;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.map .search:before {
  width: 1px;
  height: 100%;
  background: #E3E3E3;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 74px;
}
.map .search input {
  background: none;
  height: 60px;
  font-size: 14px;
  border: none;
  width: 100%;
}
.map .search input:focus {
  outline: none;
}
.map .search.open .results {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
  pointer-events: all;
}
.map .search .results {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  background: #fff;
  width: 100%;
  padding: 30px;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(0) translateY(50px);
          transform: translateX(0) translateY(50px);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.map .search .results ::-webkit-scrollbar {
  width: 5px;
}
.map .search .results ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.map .search .results ::-webkit-scrollbar-thumb {
  background: #209EDE;
}
.map .search .results ::-webkit-scrollbar-thumb:hover {
  background: #1d8ec8;
}
.map .search .results ul {
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
}
.map .search .results ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.map .search .results ul li {
  margin-bottom: 10px;
}
.map .search .results ul li:last-child {
  margin-bottom: 0;
}
.map .search .results ul a {
  position: relative;
  padding-left: 34px;
  color: #282828;
  font-size: 14px;
  text-decoration: none;
  display: block;
  min-height: 24px;
  padding-top: 2px;
}
.map .search .results ul a .i {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  padding: 0 2px;
  text-align: center;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.map .search .results ul a .i img {
  max-width: 14px;
  max-height: 14px;
  display: block;
}
.map .search .results ul a .ico {
  width: 18px;
  height: 18px;
  background: #29BEBB;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 11px;
}

.locationdetail {
  position: absolute;
  left: 305px;
  top: 0;
  height: 100vh;
  background: #F8F8F8;
  padding: 0px 40px 50px;
  z-index: 10;
  width: 580px;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(-100%, 0px, 0px);
          transform: translate3d(-100%, 0px, 0px);
}
.locationdetail:after {
  width: 100vw;
  left: 100%;
  top: 0;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  opacity: 0;
}
.locationdetail.open {
  -webkit-transform: translate3d(0%, 0px, 0px);
          transform: translate3d(0%, 0px, 0px);
}
.locationdetail.open:after {
  opacity: 1;
}
.locationdetail .img {
  padding-bottom: 68%;
  background-position: center;
  background-size: cover;
  margin: 0 -40px 65px;
  color: #fff;
  font-size: 125.529px;
  font-weight: 700;
  position: relative;
}
.locationdetail .img .l {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}
.locationdetail .img .l img {
  max-width: 200px;
}
.locationdetail h2 {
  font-size: 22px;
  color: #282828;
  margin-bottom: 30px;
  padding-right: 30px;
}
.locationdetail .wp-post-image {
  display: block;
  margin-bottom: 30px;
}
.locationdetail .dir, .locationdetail .tel, .locationdetail .horarios {
  color: #5E606A;
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
  min-height: 23px;
  padding-top: 2px;
}
.locationdetail .dir {
  background: url(../img/loc-ico.svg) no-repeat top left 2px;
}
.locationdetail .tel {
  background: url(../img/tel-ico.svg) no-repeat top left 3px;
  font-size: 14px;
}
.locationdetail .tel a {
  color: #5E606A;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
}
.locationdetail .tel a:hover {
  color: #209EDE;
}
.locationdetail .horarios {
  background: url(../img/horarios-ico.svg) no-repeat top left;
}
.locationdetail p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.locationdetail .desc {
  margin-bottom: 30px;
}
.locationdetail .close {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #fff url(../img/close-ico.svg) no-repeat center;
  display: block;
  position: absolute;
  top: 50px;
  right: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
}
.locationdetail .close:hover {
  background-color: #ddd;
}

.gm-style .gm-style-iw-c {
  padding: 0;
}
.gm-style .gm-style-iw-d {
  padding: 0;
  max-width: 190px;
  overflow: hidden !important;
}
.gm-style .gomapMarker {
  width: 192px;
  padding-bottom: 15px;
}
.gm-style .gomapMarker .gomapMarker {
  padding-bottom: 0;
}
.gm-style .i {
  padding-bottom: 50%;
  background-position: center;
  background-size: cover;
  background-color: #209EDE;
  position: relative;
}
.gm-style .i span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 200;
  text-align: center;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gm-style .i span img {
  max-width: 64px;
}
.gm-style h3 {
  font-size: 13px;
  font-weight: bold;
  padding: 16px;
  margin-bottom: 0;
  font-family: "clan";
  line-height: 17px;
  color: #282828;
}
.gm-style .vermas {
  display: inline-block;
  margin-left: 16px;
  color: #282828;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url(../img/arrow-rigth.svg) no-repeat right;
  padding-right: 20px;
  line-height: 13px;
  font-family: "clan";
}
.gm-style .vermas:hover {
  color: #209EDE;
}
.gm-style .gm-style-iw-t::after {
  top: -1px;
}
.gm-style .gm-ui-hover-effect {
  background: #fff !important;
  border-radius: 100%;
  opacity: 1;
  top: 5px !important;
  right: 5px !important;
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
  text-align: center;
}
.gm-style .gm-ui-hover-effect img, .gm-style .gm-ui-hover-effect span {
  margin: 0 auto !important;
}

.gmnoprint {
  top: auto !important;
  bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  nav {
    width: 250px;
  }
  nav .logo span {
    margin-left: 20px;
  }
  nav .filters ul li a, nav .filters ul li .a {
    padding: 15px 20px;
    padding-right: 50px;
  }
  nav .filters ul li .a {
    padding-right: 70px;
  }
  nav .filters h3 {
    padding-left: 20px;
  }

  .locationdetail {
    left: 250px;
  }

  .map {
    margin-left: 250px;
    overflow: hidden;
  }
  .map .search {
    width: 600px;
    margin-left: -300px;
  }
}
@media only screen and (max-width: 992px) {
  .map {
    margin-left: 0;
  }
  .map .search {
    width: 300px;
    margin-left: auto;
    left: auto;
    right: 90px;
  }
  .map:before {
    height: 300px;
    width: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
  }

  .locationdetail {
    left: 0;
  }

  nav {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .menuopen nav {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  nav .logo {
    top: 30px;
    left: 30px;
  }
  nav .filters {
    top: 120px;
  }

  .mobilelogo {
    width: 99px;
    height: 44px;
    background: url(../img/logowhite.svg);
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
    display: block;
  }
  .mobilelogo span {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    left: 100%;
    margin-left: 20px;
    bottom: 0;
  }

  .mobilemenu {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #209EDE url(../img/filter-ico-white.svg) no-repeat center;
    display: block;
    z-index: 10;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .menuopen .mobilemenu {
    background-color: #0d5a81;
  }

  .closemenu {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #209EDE;
    display: block;
    z-index: 10;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 30px;
    padding-top: 7px;
    opacity: 0;
    pointer-events: none;
    z-index: 110;
    display: block;
  }
  .menuopen .closemenu {
    opacity: 1;
    pointer-events: all;
  }

  .filteroverlay {
    width: 100vw;
    position: absolute;
    left: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    top: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .menuopen .filteroverlay {
    pointer-events: all;
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .mobilemenu {
    width: 40px;
    height: 40px;
    top: 30px;
  }

  .mobilesearch {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    top: 30px;
    right: 70px;
    background: #fff url(../img/search-ico.svg) no-repeat center;
    background-size: 19px auto;
    display: block;
    z-index: 10;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .closemenu {
    width: 40px;
    height: 40px;
    top: 30px;
    font-size: 22px;
    padding-top: 4px;
  }

  .map .search {
    width: 90%;
    left: 5%;
    right: auto;
    top: -60px;
    padding-left: 0;
    background: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .map .search input {
    padding-left: 20px;
    font-size: 16px;
  }
  .map .search:before {
    display: none;
  }
  .map .search .results {
    padding: 20px;
    border-radius: 20px;
  }
  .searchopen .map .search {
    top: 100px;
  }

  .locationdetail {
    width: 100vw;
    padding: 0px 20px 20px;
  }
  .locationdetail .img {
    margin: 0 -20px 20px;
  }
  .locationdetail .close {
    top: 30px;
    right: 20px;
  }
  .locationdetail h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 350px) {
  .mobilelogo {
    width: 80px;
    background-size: 80px auto;
    background-repeat: no-repeat;
    left: 20px;
  }
  .mobilelogo span {
    font-size: 10px;
    bottom: 4px;
  }
}