@import "../themes/hotellotus/assets/vendor/layerslider/css/layerslider.css";
@import "../themes/hotellotus/assets/vendor/datepicker/dist/datepicker.min.css";
html,
body {
  width: 100%;
  height: 100%;
  font: 15px/20px 'Montserrat', sans-serif;
  color: #323a45;
}
h1,
h2 {
  color: #983466;
  font: 30px/38px 'Merriweather', serif;
  margin: 45px 0 60px 0;
}
@media (max-width: 575px) {
  h1,
  h2 {
    font: 22px/28px 'Merriweather', serif;
    margin: 45px 0 90px 0;
  }
}
h1:after,
h2:after {
  content: ' ';
  width: 150px;
  height: 25px;
  background: url(../themes/hotellotus/assets/images/lotushr.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -75px;
  top: 90px;
}
@media (max-width: 575px) {
  h1:after,
  h2:after {
    top: 100px;
  }
}
h3 {
  color: #323a45;
  font: 40px/53px 'Merriweather', serif;
}
a {
  color: #983466;
}
a:hover {
  color: black;
  cursor: pointer;
}
header,
footer {
  position: relative;
  height: 90px;
}
@media (max-width: 575px) {
  header .navigation,
  footer .navigation {
    width: 100%;
    text-align: center;
    z-index: 100;
    position: absolute;
  }
}
header .navigation .hamburger,
footer .navigation .hamburger {
  display: none;
  position: absolute;
  right: 25px;
  top: 30px;
  width: 30px;
  cursor: pointer;
}
@media (max-width: 575px) {
  header .navigation .hamburger,
  footer .navigation .hamburger {
    display: block;
  }
}
header .navigation .brand,
footer .navigation .brand {
  background: #983466;
  width: 180px;
  height: 90px;
  padding: 10px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -90px;
}
header .navigation .brand img,
footer .navigation .brand img {
  width: 90px;
  display: block;
  margin: 0 auto;
}
header .navigation .nav-block,
footer .navigation .nav-block {
  position: absolute;
  margin-top: 35px;
}
@media (max-width: 575px) {
  header .navigation .nav-block,
  footer .navigation .nav-block {
    display: none;
    background: white;
    width: 100%;
    position: relative;
    margin-top: 90px;
  }
}
header .navigation .nav-block.active,
footer .navigation .nav-block.active {
  display: block;
}
header .navigation .nav-block.nav-left,
footer .navigation .nav-block.nav-left {
  right: 50%;
  margin-right: 130px;
}
@media (max-width: 767px) {
  header .navigation .nav-block.nav-left,
  footer .navigation .nav-block.nav-left {
    margin-right: 120px;
  }
}
@media (max-width: 575px) {
  header .navigation .nav-block.nav-left,
  footer .navigation .nav-block.nav-left {
    right: initial;
    margin-right: 0;
    padding-top: 10px;
  }
}
header .navigation .nav-block.nav-right,
footer .navigation .nav-block.nav-right {
  left: 50%;
  margin-left: 130px;
}
@media (max-width: 767px) {
  header .navigation .nav-block.nav-right,
  footer .navigation .nav-block.nav-right {
    margin-left: 120px;
  }
}
@media (max-width: 575px) {
  header .navigation .nav-block.nav-right,
  footer .navigation .nav-block.nav-right {
    left: initial;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 10px;
  }
}
header .navigation ul,
footer .navigation ul {
  margin: 0;
  padding: 0;
  position: absolute;
}
@media (max-width: 575px) {
  header .navigation ul,
  footer .navigation ul {
    position: relative;
  }
}
header .navigation ul li,
footer .navigation ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 767px) {
  header .navigation ul li,
  footer .navigation ul li {
    margin: 0 4px;
  }
}
@media (max-width: 575px) {
  header .navigation ul li,
  footer .navigation ul li {
    display: block;
  }
}
header .navigation ul li a,
footer .navigation ul li a {
  text-transform: uppercase;
  color: #323a45;
}
@media (max-width: 767px) {
  header .navigation ul li a,
  footer .navigation ul li a {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  header .navigation ul li a,
  footer .navigation ul li a {
    display: block;
    padding: 3px 0;
  }
}
header .navigation ul li a:hover,
footer .navigation ul li a:hover {
  text-decoration: none;
  color: #cd89e8;
}
.header-spacer {
  height: 200px;
}
.slider-wrapper {
  width: 100%;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.slider-wrapper .slider {
  width: 100%;
  height: 700px;
}
@media (max-width: 767px) {
  .slider-wrapper .slider {
    height: 300px;
  }
}
.badge {
  z-index: 98;
  display: block;
  position: absolute;
  right: 10%;
  top: 50px;
}
@media (max-width: 1099px) {
  .badge {
    right: 15px;
    top: 80px;
  }
}
@media (max-width: 767px) {
  .badge {
    display: none;
  }
}
.bookingmodule {
  position: relative;
  top: 90px;
  z-index: 98;
}
@media (max-width: 575px) {
  .bookingmodule {
    display: none;
  }
}
.bookingmodule .bookingbox {
  background: #983466;
  padding: 15px;
  color: white;
}
.bookingmodule .bookingbox a {
  color: white;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .bookingmodule .bookingbox {
    padding: 10px;
  }
}
.bookingmodule .bookingbox h3 {
  text-transform: uppercase;
  color: white;
  font: 30px/36px 'Montserrat', sans-serif;
  font-weight: 600;
}
.bookingmodule .bookingbox h3 small {
  font-weight: 700;
  font-size: 15px;
}
.bookingmodule .bookingbox .btn-book {
  float: left;
  text-transform: uppercase;
  background: #cd89e8;
  border: 1px solid #cd89e8;
  font: 12px/15px 'Montserrat', sans-serif;
  font-weight: 600;
  color: white;
  width: 100%;
  padding: 10px 15px;
  margin-top: 15px;
  text-align: center;
  cursor: pointer;
}
.bookingmodule .bookingbox .btn-book:hover {
  background: #323a45;
}
@media (max-width: 767px) {
  .bookingmodule .bookingbox .btn-book {
    padding: 10px;
  }
}
.bookingmodule .bookingbox .checkinout {
  float: left;
  background: none;
  border: none;
  width: 100%;
  max-width: 100px;
  padding: 10px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .bookingmodule .bookingbox .checkinout {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .bookingmodule .bookingbox .checkinout {
    height: auto;
    padding: 10px 5px;
  }
}
.bookingmodule .bookingbox .checkinout .title {
  color: #cd89e8;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.bookingmodule .bookingbox .checkinout .selected-date {
  font: 36px/36px 'Merriweather', serif;
  color: white;
}
@media (max-width: 767px) {
  .bookingmodule .bookingbox .checkinout .selected-date {
    font: 26px/26px 'Merriweather', serif;
  }
}
.bookingmodule .bookingbox .checkinout .selected-month {
  font: 12px/12px 'Merriweather', serif;
  font-weight: 700;
  color: white;
  text-transform: capitalize;
  position: absolute;
  right: 0;
  top: 40px;
}
.bookingmodule .bookingbox .checkinout .selector {
  position: absolute;
  right: 5px;
  top: 55px;
}
.gallery-thumb {
  display: block;
  width: 100%;
  height: 190px;
  background-size: cover;
  margin-bottom: 30px;
  background-position: center;
}
.contact form label {
  display: none;
}
.contact form .form-control {
  background: #F8F8F8;
  border-color: #D8D8D8;
  border-radius: 0;
  padding: 25px 15px;
  margin-bottom: 6px;
}
.contact form .btn-primary {
  background: #cd89e8;
  color: white;
  border-radius: 0;
  padding: 15px;
  font-weight: 600;
}
.datepicker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.map {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}
.bottombox {
  background: #983466;
  padding: 15px;
  color: white;
}
.bottombox small {
  text-transform: uppercase;
  color: #cd89e8;
  font: 10px/20px 'Montserrat', sans-serif;
  font-weight: 600;
  display: block;
}
.bottombox .big {
  color: white;
  font: 18px/25px 'Merriweather', serif;
  text-decoration: none;
}
.bottombox .social-icon {
  width: 24px;
  margin-right: 10px;
}
.bottombox form input {
  font: 12px/12px 'Montserrat', sans-serif;
  background: none;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  border-radius: 0;
}
.bottombox form .btn-default {
  background: #cd89e8;
  font: 12px/12px 'Montserrat', sans-serif;
  font-weight: 600;
  color: white;
  border-radius: 0;
  padding: 9px 5px;
}
footer {
  background: #323a45;
  color: white;
}
@media (max-width: 767px) {
  footer {
    display: none;
  }
}
footer .navigation ul li a {
  color: white;
}
