/*------------------------- Select2 -------------------------*/
label[for="city_select"], label[for="country_select"] {
  margin-right: 20px; }

#city_select, #country_select {
  opacity: 0; }

.select2-selection {
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #454545 !important;
  text-align: left !important;
  outline: none !important; }

.select2-search__field {
  outline: none !important;
  border: 1px solid #eee !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #252525 !important;
  font-size: 1rem !important; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 3px !important; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fafafa !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #d2a637 !important; }

.select2-dropdown {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25); }

/*------------------------- Select2 -------------------------*/
/*------------------------- Grid -------------------------*/
.places-grid {
  margin-bottom: 30px; }
  .places-grid #map {
    width: 100%;
    height: 530px;
    background-color: #252525;
    margin-bottom: 40px; }
  .places-grid .filter-row {
    height: 87px; }
    @media (max-width: 1024px) {
      .places-grid .filter-row {
        height: 100px; } }
    .places-grid .filter-row .btn-gold-outlined {
      display: inline-block;
      text-align: center;
      border-radius: 20px;
      padding: 5px 10px;
      color: #d2a637;
      text-decoration: none;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 1rem;
      background: rgba(210, 166, 55, 0);
      letter-spacing: 1px;
      border: 2px solid #d2a637;
      -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -ms-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms; }
      .places-grid .filter-row .btn-gold-outlined:hover {
        background-color: #d2a637;
        color: white; }
    .places-grid .filter-row h2 {
      font-weight: 500;
      color: #252525;
      text-transform: uppercase;
      font-size: 1.1428571428571428571428571428571rem; }
    .places-grid .filter-row h3 {
      font-weight: 500;
      color: #252525;
      text-transform: uppercase;
      font-size: 1.1428571428571428571428571428571rem; }
    .places-grid .filter-row .filter {
      text-align: left; }
      .places-grid .filter-row .filter .sort {
        font-size: 1rem;
        margin-left: 25px;
        color: #252525;
        cursor: pointer;
        font-weight: 400; }
        .places-grid .filter-row .filter .sort .fa {
          font-size: 0.71428571428571428571428571428571rem; }
  .places-grid .item-href {
    text-transform: none;
    text-decoration: none; }
  .places-grid .item-wrapper {
    padding-bottom: 40px; }
  .places-grid .item {
    width: 100%;
    height: 100%;
    outline: 1px solid #eee;
    outline-offset: 0px;
    background: white;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: box-shadow 500ms;
    -moz-transition: box-shadow 500ms;
    -ms-transition: box-shadow 500ms;
    -o-transition: box-shadow 500ms;
    transition: box-shadow 500ms; }
    .places-grid .item:hover {
      cursor: default;
      box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15); }
    .places-grid .item .thumb {
      display: block;
      width: 100%;
      padding-top: 100%;
      position: relative;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 5; }
      .places-grid .item .thumb .overlay {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 6;
        opacity: 0;
        -webkit-transition: opacity 500ms;
        -moz-transition: opacity 500ms;
        -ms-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        transition: opacity 500ms;
        background-color: rgba(0, 0, 0, 0.75);
        background-image: url("/images/about/hover-zoom.png");
        background-position: center;
        background-repeat: no-repeat; }
    .places-grid .item .desc {
      padding: 10px 10px 10px 0;
      width: 100%; }
      @media (max-width: 600px) {
        .places-grid .item .desc {
          padding: 10px 15px 20px 0; } }
      .places-grid .item .desc .name {
        font-size: 1.2857142857142857142857142857143rem;
        color: #252525;
        text-transform: uppercase;
        font-weight: 500; }
      .places-grid .item .desc .tags {
        margin: 15px 0;
        padding: 0;
        text-align: left;
        color: #888;
        list-style: none;
        display: block;
        width: 100%; }
        .places-grid .item .desc .tags li {
          display: inline-block;
          text-transform: capitalize;
          margin: 0 20px 0 0; }
          .places-grid .item .desc .tags li .fa {
            margin-right: 5px; }
          .places-grid .item .desc .tags li.email a, .places-grid .item .desc .tags li.telephone a, .places-grid .item .desc .tags li.openingHours a {
            text-decoration: none;
            color: #888;
            -webkit-transition: 300ms;
            -moz-transition: 300ms;
            -ms-transition: 300ms;
            -o-transition: 300ms;
            transition: 300ms; }
            .places-grid .item .desc .tags li.email a:hover, .places-grid .item .desc .tags li.telephone a:hover, .places-grid .item .desc .tags li.openingHours a:hover {
              color: #d2a637; }
          .places-grid .item .desc .tags li.email, .places-grid .item .desc .tags li.telephone {
            text-transform: none;
            cursor: pointer; }
          .places-grid .item .desc .tags li.telephone .comma {
            margin-left: -3px; }
            .places-grid .item .desc .tags li.telephone .comma:last-child {
              display: none; }
          .places-grid .item .desc .tags li:last-child {
            margin: 0; }
      .places-grid .item .desc .address {
        font-size: 1rem;
        color: #252525; }
      .places-grid .item .desc .places-card__buttons {
        display: flex;
        margin-top: 15px; }
      .places-grid .item .desc .route {
        text-align: left;
        margin-right: 8px; }
        .places-grid .item .desc .route .route-btn {
          color: white;
          background: #d2a637;
          padding: 5px 15px;
          border-radius: 20px;
          text-decoration: none;
          white-space: nowrap;
          display: inline-block;
          text-align: center;
          -webkit-transition: 300ms;
          -moz-transition: 300ms;
          -ms-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms; }
          @media (max-width: 1199px) {
            .places-grid .item .desc .route .route-btn {
              padding: 5px 10px; } }
          @media (max-width: 1023px) {
            .places-grid .item .desc .route .route-btn {
              min-width: unset; } }
          .places-grid .item .desc .route .route-btn:hover {
            background-color: #d7af4c; }
      .places-grid .item .desc .review {
        text-align: left; }
        .places-grid .item .desc .review .review-btn {
          color: white;
          background: #d2a637;
          padding: 5px 15px;
          border-radius: 20px;
          text-decoration: none;
          white-space: nowrap;
          display: inline-block;
          text-align: center;
          -webkit-transition: 300ms;
          -moz-transition: 300ms;
          -ms-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms; }
          @media (max-width: 1199px) {
            .places-grid .item .desc .review .review-btn {
              padding: 5px 10px; } }
          @media (max-width: 1023px) {
            .places-grid .item .desc .review .review-btn {
              min-width: unset; } }
          .places-grid .item .desc .review .review-btn:hover {
            background-color: #d7af4c; }
    .places-grid .item .place-slider-wrapper {
      display: flex;
      justify-content: center; }
      .places-grid .item .place-slider-wrapper .place-slider {
        width: 100%;
        height: auto;
        background: #252525;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center; }
        .places-grid .item .place-slider-wrapper .place-slider:hover .owl-prev, .places-grid .item .place-slider-wrapper .place-slider:hover .owl-next {
          opacity: 1; }
        .places-grid .item .place-slider-wrapper .place-slider .slider-item {
          display: block;
          width: 100%;
          height: 0;
          position: relative;
          padding-top: 100%;
          background-size: cover;
          background-position: center; }
        .places-grid .item .place-slider-wrapper .place-slider .owl-prev, .places-grid .item .place-slider-wrapper .place-slider .owl-next {
          display: block;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-size: 35px;
          color: #d2a637;
          border: none;
          background-color: transparent;
          cursor: pointer;
          -webkit-transition: 300ms;
          -moz-transition: 300ms;
          -ms-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms; }
          @media (max-width: 767px) {
            .places-grid .item .place-slider-wrapper .place-slider .owl-prev, .places-grid .item .place-slider-wrapper .place-slider .owl-next {
              display: none !important; } }
        .places-grid .item .place-slider-wrapper .place-slider .owl-prev {
          left: 10px;
          opacity: 0; }
        .places-grid .item .place-slider-wrapper .place-slider .owl-next {
          right: 10px;
          opacity: 0; }
  .places-grid .tooltip {
    position: relative;
    display: inline-block; }
    .places-grid .tooltip:hover .tooltiptext {
      opacity: 1; }
    .places-grid .tooltip .tooltiptext {
      opacity: 0;
      width: 120px;
      background-color: black;
      color: #fff;
      text-align: center;
      pointer-events: none;
      border-radius: 6px;
      padding: 5px 0;
      transition: opacity .5s;
      position: absolute;
      z-index: 1;
      bottom: 120%;
      left: 50%;
      margin-left: -60px; }
      .places-grid .tooltip .tooltiptext::after {
        content: ' ';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: black transparent transparent transparent; }
  .places-grid .btn-lazy-load {
    display: inline-block;
    padding: 12px 26px;
    margin: 20px 10px 40px 10px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.85714285714285714285714285714286rem;
    background: #d2a637;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    -webkit-transition: background 300ms;
    -moz-transition: background 300ms;
    -ms-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms; }
    .places-grid .btn-lazy-load:hover {
      background: #d7af4c; }
    @media (max-width: 1023px) {
      .places-grid .btn-lazy-load {
        font-size: 1rem; } }
    .places-grid .btn-lazy-load .arrow-right {
      display: inline-block;
      height: 7px;
      width: 12px;
      background-image: url("/images/catalog/arrow-right.png");
      background-repeat: no-repeat;
      margin-left: 20px; }

@media (max-width: 1023px) {
  .places-grid .item .row {
    margin-right: -1rem;
    margin-left: -1rem; }
  .places-grid .item .desc .name {
    font-size: 1rem;
    color: #252525;
    text-transform: uppercase;
    font-weight: 500; }
  .places-grid .item .desc .tags {
    margin: 10px 0; }
    .places-grid .item .desc .tags li {
      display: inline-block;
      text-transform: capitalize;
      margin: 0 20px 0 0; }
      .places-grid .item .desc .tags li .fa {
        margin-right: 5px; }
      .places-grid .item .desc .tags li:last-child {
        margin: 0; }
  .places-grid .item .desc .address {
    font-size: 1rem;
    color: #252525; } }
.fullheight {
  height: 100vh; }

.place-modal {
  display: none;
  background: rgba(0, 0, 0, 0.93);
  color: white;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 200; }
  .place-modal .place-container {
    position: relative;
    width: 70vw;
    margin: auto;
    max-width: 854px; }
    .place-modal .place-container img {
      z-index: 210;
      position: relative;
      max-width: 100% !important;
      max-height: 100% !important; }
  .place-modal .btn-close {
    display: block;
    position: fixed;
    right: 30px;
    top: 30px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    z-index: 50; }
    .place-modal .btn-close span {
      display: block;
      height: 4px;
      position: absolute;
      width: 38px;
      background: #FFF; }
      .place-modal .btn-close span:nth-child(1) {
        top: 13px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .place-modal .btn-close span:nth-child(2) {
        top: 13px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }

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