.services__list {
  list-style: none; }

.slider {
  overflow: hidden;
  position: relative; }
  .slider .slick-slider {
    margin-bottom: 0; }

.slider__item {
  min-height: 340px;
  background-size: cover;
  background-position: center;
  position: relative;
  height: calc(100vh - 50px); }
  @media (min-width: 992px) {
    .slider__item {
      min-height: 500px;
      height: calc(100vh - 118px); } }

.slider__video #mute {
  content: "Mute";
  width: 26px;
  height: 32px;
  position: absolute;
  bottom: 20px;
  left: 17px;
  z-index: 20;
  transition: all .3s ease;
  cursor: pointer;
  color: #fff;
  font-size: 26px;
  font-family: icomoon; }
  .slider__video #mute.muted:before {
    content: "\e904"; }
  .slider__video #mute.unmuted:before {
    content: "\e905"; }

.slider__video #video {
  height: 100%; }

.slider__caption {
  font-family: Helvetica, Roboto, Arial, sans-serif;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .slider__caption {
      max-width: 80%;
      margin: 0 auto; } }
  @media (min-width: 992px) {
    .slider__caption {
      bottom: 20%;
      width: auto; } }

.slider__title,
.slider__panel__title {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.7); }

.slider__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .slider__title {
      font-size: 3.5em; } }

.slider__context {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.7); }
  @media (max-width: 991px) {
    .slider__context {
      margin-bottom: 50px; } }
  @media screen and (max-width: 321px) {
    .slider__context {
      margin-bottom: 0; } }

.simple-label {
  padding: 0 10px 0 0;
  padding: 0 0.625rem 0 0;
  margin: 0 10px 5px 0;
  display: block; }
  @media (min-width: 768px) {
    .simple-label {
      display: inline-block;
      margin-bottom: 0; } }

.slider__panel__title {
  letter-spacing: 2px;
  font-size: 1.5em; }
  @media (max-width: 767px) {
    .slider__panel__title {
      font-size: 18px;
      margin-bottom: 10px; } }

.slider__panel {
  padding: 30px;
  padding: 1.875rem;
  background: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  font-size: 16px; }
  @media (max-width: 991px) {
    .slider__panel {
      margin: 15px 15px 0; } }

.slider__panel__context {
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 15px; }

.link-view-video {
  color: #fff; }
  .link-view-video:hover, .link-view-video:focus {
    color: #000;
    text-decoration: none; }

.btn-book-now {
  border-radius: 3px;
  line-height: 26px;
  font-size: 14px; }
  .btn-book-now:hover, .btn-book-now:focus {
    text-decoration: none;
    color: #fff; }

.price-label {
  font-weight: 600; }

.slider__logo__link {
  position: absolute;
  top: 5%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0); }
  @media (min-width: 992px) {
    .slider__logo__link {
      display: none; } }

.slider__logo {
  width: 140px; }
  @media (max-width: 767px) {
    .slider__logo {
      width: 80px; } }

.services__list {
  list-style: none; }

.map-canvas {
  border-radius: 3px;
  margin: 30px auto 0;
  margin: 1.875rem auto/16px/rem 0;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border: solid 1px #cccccc; }

.infoBox {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 10px !important; }
  .infoBox .brand {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase; }

.map-marker-popup {
  text-align: center; }
  .map-marker-popup .title {
    margin-bottom: 10px;
    letter-spacing: -1px; }
  .map-marker-popup .close-info {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 14px;
    height: 14px;
    background: transparent; }
    .map-marker-popup .close-info .toogle-nav__icon {
      width: 14px; }
      .map-marker-popup .close-info .toogle-nav__icon:before, .map-marker-popup .close-info .toogle-nav__icon:after {
        background: #555555; }
  .map-marker-popup .link {
    margin-top: 15px; }
  .map-marker-popup .link > * {
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold; }
    .map-marker-popup .link > *:hover, .map-marker-popup .link > *:focus {
      text-decoration: none; }
  .map-marker-popup .visit-site {
    border: solid 1px #CA1531;
    color: #CA1531; }
  .map-marker-popup .book-now {
    background-color: #CA1531;
    border: solid 1px #CA1531;
    color: #fff; }
    .map-marker-popup .book-now:hover, .map-marker-popup .book-now:focus {
      background: #ee576f; }

.container-gm > div:first-child {
  display: none; }

.container-gm .gm-style-iw {
  background: #fff;
  padding: 15px 15px 10px;
  box-shadow: 5px 5px 12px 0 rgba(169, 169, 169, 0.5); }

.container-gm .gm-close {
  opacity: 0 !important; }

.location__select {
  max-width: 340px; }

.services {
  margin: 0 auto;
  padding: 30px;
  background: #999;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
  .services__list {
    text-align: center; }
  .services__item {
    padding: 0 10px; }
  .services__link {
    color: #fff;
    cursor: default; }
    .services__link:focus, .services__link:hover {
      color: #fff;
      text-decoration: none;
      cursor: default; }
  .services__icon {
    display: block;
    margin: 0 auto;
    transform: scale(0.8);
    min-height: 90px;
    position: relative; }
  .services__icon__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block; }
  .services__name {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600; }
  @media (min-width: 768px) {
    .services {
      max-width: 95%; }
      .services__icon {
        transform: scale(1);
        margin-bottom: 20px; } }
  @media (max-width: 991px) {
    .services__item {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 20px 10px; } }

.features {
  clear: both;
  display: -ms-flexbox;
  display: flex; }
  .features .slick-prev,
  .features .slick-next {
    background: #000;
    width: 50px;
    height: 50px;
    margin-top: -55px; }
    .features .slick-prev:before,
    .features .slick-next:before {
      line-height: 20px;
      font-size: 30px; }
    .features .slick-prev:hover, .features .slick-prev:focus,
    .features .slick-next:hover,
    .features .slick-next:focus {
      background: black; }
  .features .slick-prev:before {
    margin-left: -5px; }
  .features .slick-next:before {
    margin-right: -5px; }
  .features__item {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background: #999;
    color: #fff;
    margin: 15px; }
  .features__photo {
    transition: all 0.3s linear;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 240px;
    background-repeat: no-repeat;
    display: inline-block; }
  .features__content {
    padding: 15px 30px 30px;
    text-align: center; }
  .features__title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative; }
    .features__title:before {
      height: 1px;
      width: 80%;
      background: rgba(255, 255, 255, 0.5);
      position: absolute;
      bottom: -10px;
      content: "";
      left: 50%;
      transform: translate(-50%, 0); }
  .features__hotel-name {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    display: block; }
  .features__hotel-name__url {
    color: #fff; }
    .features__hotel-name__url:hover, .features__hotel-name__url:active, .features__hotel-name__url:focus {
      color: #fff; }
  .features__hotel-location {
    font-size: 14px;
    font-weight: 300; }
  .features__prices {
    letter-spacing: 2px; }
    .features__prices .small-text {
      display: block; }
    .features__prices .prices {
      font-size: 16px;
      font-weight: 600; }
  .features__action {
    padding-top: 15px; }
  .features__status span {
    font-size: 1.25em;
    animation: blink 1.4s linear 0.2s infinite;
    animation-fill-mode: both; }
    .features__status span:before {
      content: '.';
      animation: blink 1.4s linear 0s infinite;
      animation-fill-mode: both; }
    .features__status span:after {
      content: '.';
      animation: blink 1.4s linear 0.4s infinite;
      animation-fill-mode: both; }
  @media (min-width: 768px) {
    .features__photo {
      height: 300px; }
    .features__hotel-name {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media (min-width: 992px) {
    .features .slick-prev,
    .features .slick-next {
      width: 70px;
      height: 70px;
      margin-top: -35px; }
      .features .slick-prev:before,
      .features .slick-next:before {
        font-size: 50px; } }
  @media (min-width: 1200px) {
    .features.non-slick-item .features__item {
      width: 400px; } }
