/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/04/2020, 11:20:59
    Author     : Nicolas Guzman
*/
.btn-open-menu-mobile{
    display: block;
    position: relative;
    float: right;
}

.book-now-wrap {
  float: right;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.book-now-wrap .toggle-book {
    line-height: 16px;
    text-transform: uppercase;
    color: #5c4f4c !important;
    font-size: 14px !important;
    padding: 14px 14px 14px 17px;
    letter-spacing: 2px;
    cursor: pointer;
    text-align: center;
    margin-top: -10px;
}

#toggle-book2 {
    padding: 0;
    margin-top: 5px;
}
/*.book-now-wrap .toggle-book span.fa {
  display: none;
}*/

.book-now-wrap .book-check-form,
.book-now-wrap .book-check-form-mobile {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: auto;
  opacity: 0;
  visibility: hidden;
/*  width: 100%;*/
  /*background-color: rgba(0, 0, 0, 0.8);*/
  text-align: left;
  margin: 20px;
/*  padding: 70px 55px 21px;*/
  /*z-index: 20;*/
  z-index: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.book-now-wrap .book-check-form-mobile {
    position: fixed;
}

.book-now-wrap .book-check-form h4,
.book-now-wrap .book-check-form-mobile h4 {
  color: #fff;
  margin: 0;
  font-size: 26px;
}

.book-now-wrap .book-check-form .book-content,
.book-now-wrap .book-check-form-mobile .book-content{
  padding: 0;
}

.book-now-wrap .book-check-form .book-content .group,
.book-now-wrap .book-check-form-mobile .book-content .group {
  margin-top: 0;
  float: none;
}

.book-now-wrap .book-check-form .book-content .group h4,
.book-now-wrap .book-check-form-mobile .book-content .group h4{
  font-style: normal;
  line-height: 1.4em;
}

/*.book-now-wrap .book-check-form .book-content ul.book-list,
.book-now-wrap .book-check-form-mobile .book-content ul.book-list {
  width: 100%;
  margin-top: 20px;
  float: none;
}

.book-now-wrap .book-check-form .book-content ul.book-list li,
.book-now-wrap .book-check-form-mobile .book-content ul.book-list li {
  margin-bottom: 20px;
}

.book-now-wrap .book-check-form .book-content ul.book-list li .custom input,
.book-now-wrap .book-check-form-mobile .book-content ul.book-list li .custom input {
  font-family: "Droid Serif", serif !important;
  width: 100%;
  height: 40px;
  font-size: 14px;
  padding: 0px 20px;
  border: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #6d6d6d;
}

.book-now-wrap .book-check-form .book-content ul.book-list li:last-child,
.book-now-wrap .book-check-form-mobile .book-content ul.book-list li:last-child {
  padding-right: 0;
}

.book-now-wrap .book-check-form .book-content ul.book-list li.book-picker .custom,
.book-now-wrap .book-check-form-mobile .book-content ul.book-list li.book-picker .custom {
  width: 230px;
}

.book-now-wrap .book-check-form .book-content ul.book-list li.book-select .custom,
.book-now-wrap .book-check-form-mobile .book-content ul.book-list li.book-select .custom {
  width: 155px;
}*/

.book-now-wrap .book-check-form.book-toggle,
.book-now-wrap .book-check-form-mobile.book-toggle {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}