/*
Theme Name: 
Theme URI: http://www.ansonika.com/reserve/
Author: Ansonika
Author URI: http://themeforest.net/user/Ansonika/

CSS STRUCTURE:

1. SITE STRUCTURE and TYPOGRAPHY
2. FORMS
3. COMMON
5. MEDIA QUERIES

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
/*-------- 1.0 Preloader --------*/
@-webkit-keyframes background {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@-moz-keyframes background {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@-o-keyframes background {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@keyframes background {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #111;
  z-index: 99999999999 !important;
}
#preloader.loaded {
  -webkit-animation: background 0.65s normal forwards
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation: background 0.65s normal forwards
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation: background 0.65s normal forwards
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation: background 0.65s normal forwards
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

[data-loader="circle-side"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite 0.95s linear;
  -moz-animation: circle infinite 0.95s linear;
  -o-animation: circle infinite 0.95s linear;
  animation: circle infinite 0.95s linear;
  border: 2px solid #ccc;
  border-top-color: #444;
  border-right-color: #444;
  border-bottom-color: #444;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Structure */
html,
body {
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  background-color: #000;
  color: #ccc;
  -webkit-font-smoothing: antialiased !important;
}

/* TYPOGRAPHY and links color */
p {
  margin-bottom: 20px;
}

.lead {
  margin-top: -15px;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover,
a:focus {
  color: #00aeef;
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.03em;
  color: #fff;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased !important;
}

h1 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
}

h2 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  font-size: 24px;
}

h2.section_title {
  font-weight: 500;
  font-size: 36px;
  margin: 30px 0 60px 0;
}

h3 {
  margin: 60px 0 30px 0;
  padding: 0;
  text-align: center;
  font-size: 42px;
}

#modal-notified h3 {
  margin: 60px 0 20px 0;
  padding: 0;
  font-size: 36px;
}

#modal-offers h3 {
  font-weight: 500;
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 28px;
  text-align: left;
}

#modal-offers h3 span {
  font-weight: 300;
  display: block;
  font-size: 18px;
}

#modal-contacts h3 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 8px;
}

/* BUTTONS */
.btn_check {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #6cc;
  border: none;
  color: #fff;
  width: 100%;
  height: 42px;
  line-height: 34px;
  text-align: center;
  outline: none;
  margin: 0 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 600;
}

.btn_check:hover {
  background: #3366ff;
}

.btn-2 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #6cc;
  border: none;
  color: #fff;
  display: inline-block;
  padding: 12px 15px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  outline: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn-2:hover {
  color: #fff;
  background: #3366ff;
}

hr {
  border-top: 1px solid #373737;
}

/* Basic Structure
-------------------------------------------------*/

#main {
  position: relative;
}

#logo {
  margin: auto;
  width: 280px;
  background: rgba(0.5, 0.5, 0.5, 0.5);
  text-align: center;
  padding: 55px 0;
  margin-bottom: 30px;
}

.main_content {
  position: relative;
  top: -50px;
}
/* Booking form */
#book {
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px;
  position: relative;
  max-width: 1300px;
}

#modal-offers,
#modal-notified,
#modal-contacts {
  background: #1f1f1f;
  background: rgba(000, 000, 000, 0.7);
  display: none;
  left: 0;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 997;
}

ul#contact_info {
  list-style: none;
  text-align: center;
  border-top: 1px solid #373737;
  margin-top: 15px;
  padding-top: 30px;
  margin-left: 0;
  padding-left: 0;
}

.container_count {
  width: 60px;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}

.container_count.last {
  margin-right: 0;
}

#countdown_wp {
  text-align: center;
  margin: 5px 0 20px 0;
}

#days,
#hours,
#minutes,
#seconds {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, 0.7);

  text-align: center;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 56px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #fff;
}

nav {
  background: rgba(51, 49, 49, 0.7);
  width: 100%;
  padding: 10px;
}

ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.menu li {
  float: left;
  font-weight: 500;
}

ul.menu li a {
  display: inline-block;
  padding: 10px 30px;
  color: #ccc;
  background: url(menu_divider.png) no-repeat center right;
}

ul.menu li a:hover {
  color: #fff;
}

#modal-offers-open,
#modal-notified-open,
#modal-contacts-open {
  padding-left: 50px;
  position: relative;
}

#modal-offers-open:before,
#modal-notified-open:before,
#modal-contacts-open:before {
  font-family: bootstrap-icons !important;
  position: absolute;
  left: 25px;
  top: 10px;
}
#modal-offers-open:before {
  content: "\f483";
}

#modal-notified-open:before {
  content: "\f189";
}

#modal-contacts-open:before {
  content: "\f3e7";
}

#modal-contacts-open:before {
  content: "\f3e7";
}

ul.additional_info {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

ul.additional_info li {
  display: inline-block;
  font-size: 28px;
  margin-right: 15px;
}

ul.additional_info li:last-child {
  margin-right: 0;
}

/*============================================================================================*/
/* 2.  FORMS */
/*============================================================================================*/
.input-icon {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 28px;
  background-color: #fff;
  text-align: right;
}

.input-icon i {
  color: #bbb;
  font-size: 21px;
}

.form-control {
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}

.first-nogutter {
  padding-right: 0;
}

.nogutter {
  padding-right: 0;
  padding-left: 5px;
}

.form-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-control {
  background-color: #ffffff;
  border: none;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

.loader {
  float: right;
  display: inline;
  margin-top: 10px;
  color: #fff;
  margin-right: -14px;
}

label {
  font-weight: 600;
  line-height: 14px;
}

.error_message {
  margin-top: 5px;
  color: #f66;
  display: block;
  font-size: 12px;
}

/** Quantity incrementer input==================== **/
.qty-buttons {
  position: relative;
}

input.qty {
  width: 90px;
}

input.qtyminus,
input.qtyplus {
  position: absolute;
  width: 32px;
  height: 23px;
  border: 0;
  border-left: 1px solid #ddd;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

input.qtyplus {
  background: #fff url(../img/plus.png) no-repeat center center;
  right: 0;
  top: 0;
  text-indent: -9999px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  box-shadow: none;
}

input.qtyminus {
  background: #fff url(../img/minus.png) no-repeat center center;
  right: 0;
  top: 18px;
  text-indent: -9999px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: none;
}

/*============================================================================================*/
/* 3.  COMMON */
/*============================================================================================*/
/*-------- Datepicker --------*/
.daterangepicker {
  border: 0 !important;
  font-family: "Poppins", Helvetica, sans-serif !important;
}

.daterangepicker .calendar-table th {
  font-size: 13px !important;
}

.daterangepicker .calendar-table td {
  width: 40px !important;
  height: 30px !important;
  font-size: 13px !important;
  font-weight: 400;
}

/* Fix for scroll issue */
@media screen and (min-width: 560px) {
  .daterangepicker.single {
    width: auto !important;
  }
}
.applyBtn.btn.btn-sm.btn-primary {
  background-color: #4b514d;
  border: 0;
}

.drp-selected {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .daterangepicker .drp-calendar {
    max-width: 100% !important;
  }

  .daterangepicker .drp-calendar.left,
  .daterangepicker .drp-calendar.right {
    clear: none !important;
    float: none !important;
    margin-right: 0;
  }
}
.daterangepicker {
  -webkit-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
}
.add_bottom_60 {
  padding-bottom: 60px;
}
.daterangepicker {
  color: #333 !important;
}
@media (max-width: 575px) {
  .datepicker_mobile_full .daterangepicker {
    margin-top: 0 !important;
    border: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999999 !important;
    height: 100% !important;
    overflow-y: scroll !important;
  }
  .datepicker_mobile_full .daterangepicker .calendar {
    max-width: 100% !important;
  }
}

ul#contact_follow {
  list-style: none;
  margin: 10px 10px 0 0;
  padding: 0;
  font-size: 18px;
  float: right;
}

ul#contact_follow li {
  display: inline-block;
  margin: 0 5px;
}

ul#contact_follow li a {
  color: #ccc;
}

ul#contact_follow li a:hover {
  color: #fff;
}

.map_iframe iframe {
  width: 100%;
  height: 350px;
  filter: grayscale(85%);
}

ul#contact_follow_2 {
  list-style: none;
  margin-top: 15px;
  padding: 0;
  font-size: 24px;
  margin: auto;
  margin-bottom: 30px;
}

ul#contact_follow_2 li {
  display: inline-block;
  margin-bottom: 10px;
}

/** List styles **/
ul.list {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

ul.list li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}

ul.list li:before {
  font-family: "ElegantIcons";
  content: "\35";
  position: absolute;
  left: 0;
  top: 0;
}

a.modal-close {
  color: #fff;
  font-size: 54px;
  position: absolute;
  top: 10px;
  right: 140px;
  z-index: 9;
  outline: none;
}

#slides {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: -2;
}

ul.slides-container li img {
  opacity: 0.4;
}

#slides .slides-container {
  display: none;
}

#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.jarallax_element {
  height: 100vh;
  width: 100%;
  z-index: -1;
  position: fixed;
  opacity: 0.75;
}

.vegas-overlay {
  opacity: 0.6 !important;
  background: #000 !important;
}

/* Success submit */
#success_page {
  padding: 30px 0;
  text-align: center;
}
#success_page h5 {
  margin-top: 15px;
}
#success_page h5 span {
  display: block;
  margin-top: 7px;
  font-size: 16px;
}

/* Confirm page */
#confirm {
  text-align: center;
  padding: 60px 15px;
}

@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-ms-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@-ms-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
.inlinesvg .svg svg {
  display: inline;
}

.icon--order-success svg path {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
}

/*============================================================================================*/
/* 4.  MEDIA QUERIES */
/*============================================================================================*/

@media (min-width: 768px) and (max-width: 1200px) {
  .qty-buttons {
    width: 140px;
  }

  input.qty {
    width: 140px;
  }

  .btn_check {
    width: 120px;
    display: block;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -60px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .main_content {
    position: relative;
    top: 0;
  }
  .qty-buttons {
    width: 102px;
  }

  input.qty {
    width: 102px;
  }

  .btn_check {
    width: 120px;
    display: block;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -60px;
  }

  ul.menu li a {
    padding: 10px 20px;
  }

  #modal-offers-open,
  #modal-notified-open,
  #modal-contacts-open {
    padding-left: 35px;
  }

  #modal-offers-open:before,
  #modal-notified-open:before,
  #modal-contacts-open:before {
    left: 14px;
  }
}

/* From tablet portrait to mobile */
@media (max-width: 767px) {
  .main_content {
    position: relative;
    top: 0;
  }
  .first-nogutter {
    padding-right: 15px;
  }

  .nogutter {
    padding-right: 15px;
    padding-left: 15px;
  }

  .form-control {
    margin-bottom: 10px;
  }

  .input-icon {
    right: 25px;
  }

  .qty-buttons {
    width: 100%;
  }

  input.qty {
    width: 100%;
  }

  .btn_check {
    width: 120px;
    display: block;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -60px;
  }

  #modal-offers-open,
  #modal-notified-open,
  #modal-contacts-open {
    padding-left: 0;
    position: relative;
  }

  a#modal-offers-open,
  a#modal-notified-open,
  a#modal-contacts-open {
    text-indent: -999px;
    width: 50px;
    height: 42px;
  }

  #modal-offers-open:before,
  #modal-notified-open:before,
  #modal-contacts-open:before {
    font-size: 22px;
    text-indent: 0px;
  }

  #modal-offers-open:before {
    left: 11px;
    top: 5px;
  }

  #modal-notified-open:before {
    left: 12px;
    top: 5px;
  }

  #modal-contacts-open:before {
    left: 15px;
    top: 5px;
  }

  h1 {
    margin: 0;
    font-size: 24px;
  }

  h2 {
    font-size: 16px;
  }

  h3 {
    font-size: 32px;
  }

  #modal-notified h4 {
    font-size: 24px;
    margin-top: 45px;
  }

  .loader {
    position: absolute;
    right: 20px;
    bottom: -45px;
  }
}

/* Mobile portrait */
@media (max-width: 480px) {
  body {
    font-size: 12px;
  }

  h3 {
    margin: 40px 0 20px 0;
    font-size: 32px;
  }

  #modal-offers h3 {
    font-size: 24px;
  }

  #modal-offers h3 span {
    font-size: 16px;
  }
}

.wrapper {
  position: relative;
  background-image: url(img/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 40;
}

.gravity {
  width: 100%;
  text-align: center;
  padding: 70px 0;
}
.gravity .logo {
}
.gravity P {
  color: #d0d0d0;
  font-family: "Raleway", sans-serif;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  padding-top: 90px;
}

.opacity {
  background: rgba(79, 70, 62, 0.5);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
