/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

a {
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

p {
  line-height: 25px;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

* {
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  overflow: hidden !important;
}

/*end of reset*/
body {
  opacity: 1;
  transition: 2s opacity;
}

body.fade {
  opacity: 0;
  transition: none;
}

@font-face {
  font-family: "HeaderFont";
  src: url("fonts/Rajdhani-Bold.eot");
  src: url("fonts/Rajdhani-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Rajdhani-Bold.woff") format("woff"), url("fonts/Rajdhani-Bold.ttf") format("truetype"), url("fonts/Rajdhani-Bold.svg") format("svg");
}
@font-face {
  font-family: "BodyFont";
  src: url("fonts/DINOT.eot");
  src: url("fonts/DINOT.eot?#iefix") format("embedded-opentype"), url("fonts/DINOT.woff") format("woff"), url("fonts/DINOT.ttf") format("truetype"), url("fonts/DINOT.svg") format("svg");
}
@font-face {
  font-family: "BoldFont";
  src: url("fonts/DINOT-Bold.eot");
  src: url("fonts/DINOT-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DINOT-Bold.woff") format("woff"), url("fonts/DINOT-Bold.ttf") format("truetype"), url("fonts/DINOT-Bold.svg") format("svg");
}
@font-face {
  font-family: "MediumFont";
  src: url("fonts/Rajdhani-Medium.eot");
  src: url("fonts/Rajdhani-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Rajdhani-Medium.woff") format("woff"), url("fonts/Rajdhani-Medium.ttf") format("truetype"), url("fonts/Rajdhani-Medium.svg") format("svg");
}
.header {
  width: 100%;
  height: 400px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffff;
  z-index: 9;
}
.header h1 {
  font-family: "BoldFont";
  font-size: 24px;
  margin-bottom: 15px;
}
.header h2 {
  font-family: "HeaderFont";
  font-size: 62px;
  width: 60%;
  margin-bottom: 10px;
}
.header p {
  font-family: "BodyFont";
  font-size: 25px;
}

.header.home {
  height: 100vh;
}

.title-wrapper.home {
  padding-top: 35vh;
  padding-left: 30px;
  animation-delay: 0.2s;
  animation-name: load-banner;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes load-banner {
  from {
    opacity: 0;
    padding-top: 70vh;
  }
  to {
    padding-top: 35vh;
    opacity: 1;
  }
}
.see-more {
  position: absolute;
  bottom: 20px;
  left: 50%;
  color: #ffff;
  cursor: pointer;
  text-align: center;
}
.see-more i {
  font-size: 27px;
  position: relative;
  top: 0px;
  transition: ease-in 0.3s;
}
.see-more p {
  font-family: "BodyFont";
  font-size: 18px !important;
  position: relative;
  top: -20px;
  opacity: 0;
  transition: ease-in 0.3s;
}

.see-more:hover p {
  opacity: 1;
  top: 0px;
  transition: ease-in 0.3s;
}
.see-more:hover i {
  top: -10px;
  transition: ease-in 0.3s;
}

.navigation {
  padding: 15px 30px;
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0px;
  z-index: 10;
  transition: ease-in 0.3s;
}

.logo-wrapper {
  height: 100%;
  width: 100px;
  float: left;
}
.logo-wrapper path {
  fill: #ffff;
  transition: ease-in 0.3s;
}

.main-menu {
  float: right;
  padding-top: 15px;
}
.main-menu ul {
  padding-top: 15px;
  margin-right: 15px;
}
.main-menu li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  padding-bottom: 35px;
}
.main-menu a {
  color: #ffff;
  font-family: "MediumFont";
  font-size: 21px;
  transition: ease-in 0.3s;
}
.main-menu a:hover {
  color: #c2d4bc;
  transition: ease-in 0.3s;
}
.main-menu .Btn-Book, .main-menu .menu-main-menu-container {
  float: left;
}

.sub-menu {
  padding: 15px;
  background-color: #1a3d39;
  position: absolute;
  top: 90px;
  display: none;
  opacity: 0.9;
}
.sub-menu li {
  display: list-item;
  margin: unset;
  padding: unset;
  width: auto;
  margin-bottom: 10px;
}
.sub-menu a {
  color: #ffff !important;
  font-size: 18px;
}
.sub-menu a:hover {
  color: #c2d4bc !important;
}

.sub-menu::after {
  content: "";
  position: absolute;
  left: 15%;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #1a3d39;
  clear: both;
}

.active_link a {
  font-family: "HeaderFont";
}

.Btn-Book {
  padding: 15px 20px;
  cursor: pointer;
  color: #ffff !important;
  border: 2px solid #1a3d39;
  background-color: #1a3d39;
}

.Btn-Book:hover {
  background-color: #ffff;
  border: 2px solid #ffff;
  color: #1a3d39 !important;
}

.navigation.scroll .Btn-Book:hover {
  border: 2px solid #1a3d39;
}

.navigation.scroll a:hover {
  color: #c2d4bc;
}

.content {
  width: 100%;
  padding: 30px;
  position: relative;
}
.content h2 {
  color: #c2d4bc;
  font-family: "BoldFont";
  font-family: 19px;
  margin-bottom: 15px;
}
.content h1 {
  color: #393838;
  font-family: "HeaderFont";
  font-size: 27px;
  margin-bottom: 20px;
}
.content p {
  color: #393838;
  font-size: 18px;
  font-family: "BodyFont";
}

.col-half.text {
  padding-top: 5%;
}

.row {
  display: inline-flex;
  width: 100%;
}

.half-screen {
  position: relative;
  left: -60px;
}

.col-half {
  width: 50%;
  padding: 15px;
  position: relative;
}
.col-half img {
  width: 100%;
}

.navigation.scroll {
  background-color: #ffff;
  box-shadow: 0 0px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.2);
  transition: ease-in 0.3s;
}
.navigation.scroll path {
  fill: #1a3d39;
  transition: ease-in 0.3s;
}
.navigation.scroll a {
  color: #1a3d39;
}

.col-center {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.col-center p {
  margin-bottom: 50px;
}

.Btn-default {
  padding: 15px 35px;
  background-color: #1a3d39;
  color: #ffff;
  border: solid 3px #1a3d39;
  cursor: pointer;
  font-family: "HeaderFont";
  font-size: 21px;
  transition: ease-in 0.3s;
}

.Btn-default:hover {
  color: #1a3d39;
  background-color: #ffff;
  transition: ease-in 0.3s;
}

.room-wrapper {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.room-col {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: ease-in 0.3s;
}

.room-col:hover {
  transform: scale(1.3);
  transition: ease-in 0.3s;
}

.Btn-room {
  background-color: #f66229;
  padding: 15px 30px;
  color: #ffff;
  font-size: 21px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-family: "MediumFont";
  transition: ease-in 0.3s;
}
.Btn-room i {
  margin-left: 15px;
}

.Btn-room:hover {
  background-color: #1a3d39;
  transition: ease-in 0.3s;
}

.room-info {
  position: absolute;
  top: 40px;
  left: 0px;
  z-index: 6;
  background-color: #1a3d39;
  padding: 20px 39px 20px 20px;
}
.room-info h2 {
  color: #ffff;
  font-size: 24px;
  margin-bottom: 7px;
}
.room-info p {
  color: #ffff;
  font-size: 18px;
}

.content.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.col-content {
  padding: 30px;
  background-color: #ffff;
  width: 85%;
  margin: 0 auto;
}

.ameneties {
  margin-left: 20%;
  width: 90%;
  margin-bottom: 30px;
}
.ameneties li {
  margin-bottom: 20px;
  width: 40%;
  display: inline-block;
}
.ameneties i {
  color: #c2d4bc;
  margin-right: 10px;
  font-size: 26px;
}
.ameneties p {
  font-size: 21px;
}

.score {
  width: 75px;
  padding: 25px 0px;
  margin: 0 auto;
  margin-bottom: 30px;
  background-color: #f66229;
}
.score p {
  font-family: "HeaderFont";
  font-size: 30px;
  color: #ffff;
  margin-bottom: 0px;
}

.guest-name h2 {
  color: #393838;
  font-size: 24px;
}
.guest-name p {
  color: #c2d4bc;
  font-size: 18px;
}

.content.booknow {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 30px;
}
.content.booknow h2 {
  color: #ffff;
  font-size: 30px;
}

.Btn-book-now {
  position: absolute;
  right: 30px;
  bottom: 100px;
  padding: 25px 35px;
  font-size: 21px;
  color: #fffdee;
  background-color: #1a3d39;
  font-family: "HeaderFont";
  transition: ease-in 0.3s;
}
.Btn-book-now i {
  margin-left: 15px;
}

.Btn-book-now:hover {
  background-color: #fffdee;
  color: #1a3d39;
  transition: ease-in 0.3s;
}

footer {
  width: 100%;
  padding: 30px;
  position: relative;
  background-color: #1a3d39;
}
footer img {
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
}
footer h4 {
  color: #ffff;
  font-family: "BodyFont";
}

.bold {
  font-family: "HeaderFont";
  font-size: 19px;
  color: #ffff !important;
  text-decoration: none;
}

.black {
  color: #393838 !important;
  font-size: 18px !important;
  padding-top: 10px;
}

.footer-menu {
  margin-bottom: 40px;
}
.footer-menu li {
  margin-right: 5px;
  display: inline-block;
}
.footer-menu a {
  color: #c2d4bc;
  font-family: "BoldFont";
}

.bottom-footer {
  width: 100%;
  height: 70px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(images/footer-bottom.png);
}

.to-top {
  cursor: pointer;
  text-align: center;
  color: #ffff;
  background-color: #f66229;
  height: 70px;
  padding: 15px 30px;
  position: absolute;
  right: 30px;
}
.to-top p {
  font-family: "BoldFont";
}
.to-top i {
  font-size: 21px;
  position: relative;
  top: -2px;
}

.to-top:hover i {
  animation-duration: 1s;
  animation-name: totop;
  animation-iteration-count: infinite;
}

@keyframes totop {
  from {
    top: 10px;
    opacity: 0;
  }
  to {
    top: -2px;
    opacity: 1;
  }
}
/*//  DISCOUNT*/
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 300;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #FFFFFF;
  margin: auto;
  min-height: 400px;
  width: 80%;
  position: relative;
  box-shadow: 0 0px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.2);
}

/* The Close Button */
.close {
  color: #ffff;
  background-color: #f66229;
  padding: 5px 10px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-img {
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.modal-text {
  height: 100%;
  width: 60%;
  margin-left: 40%;
  padding: 50px;
  padding-top: 100px;
}

.modal-text .btn_normal:hover {
  border: 1px solid #827267 !important;
}

.modal-text h1 {
  font-family: "HeaderFont";
  color: #1a3d39;
  font-size: 24px;
  margin-bottom: 15px;
}

.modal-text p {
  font-family: "RegularFont";
  font-size: 18px;
  margin-bottom: 30px;
}

.default-title {
  padding-top: 250px;
  padding-left: 30px;
}

.col-half.room {
  flex: 0 0 50%;
  width: 50%;
}

.room-row {
  display: flex;
  flex-wrap: wrap;
}

.content.contact {
  background-color: #fffdee;
}
.content.contact h2 {
  color: #1a3d39;
  font-size: 24px;
}
.content.contact i {
  margin-left: 15px;
}
.content.contact a {
  margin-right: 15px;
}
.content.contact a:hover {
  background-color: #fffdee;
}

.check-avail p {
  margin-bottom: 60px;
}

.room-ameneties {
  margin-right: 50px;
}
.room-ameneties i {
  margin-right: 10px;
}
.room-ameneties h3 {
  font-family: "HeaderFont";
  font-size: 21px;
  color: #1a3d39;
  margin-bottom: 15px;
}
.room-ameneties li {
  margin-bottom: 5px;
}

.notice {
  padding-top: 30px;
}
.notice i {
  margin-right: 10px;
}
.notice p {
  font-size: 21px;
  color: #f66229;
}

.checkout-text {
  padding: 50px 75px;
}

.checkout-text .bold {
  color: #1a3d39 !important;
}

.Btn-default.orange {
  background-color: #f66229;
  border-color: #f66229;
}

.Btn-default.orange:hover {
  color: #f66229;
  background-color: #ffff;
}

.sight-wrapper {
  display: inline-flex;
  margin-bottom: 30px;
  width: 100%;
}

.sight-img {
  width: 50%;
  position: relative;
}
.sight-img img {
  width: 100%;
  height: 100%;
}

.sight-info {
  width: 50%;
  position: relative;
  padding-left: 30px;
  padding-bottom: 50px;
}
.sight-info h2 {
  font-size: 20px;
}
.sight-info h3 {
  color: #1a3d39;
  font-size: 21px;
  font-family: "MediumFont";
  margin-bottom: 15px;
}
.sight-info p {
  margin-bottom: 75px;
}
.sight-info i {
  margin-right: 10px;
}

.sight-btn {
  position: absolute;
  right: 0px;
}

.Btn-default.orange.direction {
  font-size: 18px;
  padding: 15px 20px;
}

ul.direction {
  margin-right: 25%;
}
ul.direction h3 {
  color: #1a3d39;
  font-family: "BoldFont";
  font-size: 19px;
}
ul.direction i {
  margin-right: 10px;
}
ul.direction li {
  margin-bottom: 10px;
}

.direction-btn {
  padding-top: 30px;
}

.col-content.direction {
  width: 70%;
  padding: 50px;
}

.Btn-default.wasapp {
  background-color: #128c7e;
  border-color: #128c7e;
}

.Btn-default.wasapp:hover {
  color: #128c7e;
  background-color: #ffff;
}

.contact-info li {
  margin-bottom: 15px;
}
.contact-info i {
  margin-right: 15px;
}
.contact-info h3 {
  padding-bottom: 10px;
}
.contact-info a {
  font-family: "MediumFont";
  font-size: 19px;
  display: block;
  width: 300px;
}

.row.contact h3 {
  font-size: 24px;
  font-family: "HeaderFont";
  color: #1a3d39;
  margin-bottom: 15px;
}

.contact-wrapper {
  width: 80%;
  margin: 0 auto;
}

.map {
  width: 100%;
  height: 300px;
}
.map iframe {
  width: 100%;
  height: 100%;
}

.col-single {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0px;
}
.col-single p {
  margin-bottom: 10px;
}
.col-single h2 {
  color: #1a3d39;
  font-family: "HeaderFont";
  font-size: 26px;
  margin-bottom: 10px;
}
.col-single h3 {
  font-family: "MediumFont";
  font-size: 21px;
  margin-bottom: 10px;
  color: #f66229;
}

.content.amenities {
  padding-left: 10%;
}

.col-center.contact {
  width: 70%;
}

.header.blank {
  background-image: url(images/blank-page-header.png);
}

/**/
.mobile-bar {
  width: 100%;
  background-color: #fffdee;
  height: 60px;
  position: fixed;
  bottom: 0;
  z-index: 200;
  display: none;
}
.mobile-bar a {
  height: 100%;
  display: flex;
  color: #1a3d39;
  display: -ms-flexbox;
  justify-content: center;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  white-space: nowrap;
  border-left: solid 1px #ffff;
}

#book-bar {
  background-color: #1a3d39;
}

.mobile-menu {
  background-color: #ffff;
  width: 100%;
  height: 100vh;
  position: fixed;
  bottom: 0;
  z-index: 197;
  display: none;
}
.mobile-menu ul {
  position: absolute;
  top: 40%;
  left: 40%;
}
.mobile-menu li {
  display: list-item;
  margin-bottom: 20px;
  text-align: center;
}
.mobile-menu a {
  font-size: 24px;
  font-family: "MediumFont";
  color: #1a3d39;
}

.book-mobile {
  background-color: #1a3d39;
}
.book-mobile i {
  color: #ffff;
}

.book-mobile:active {
  background-color: #1a3d39;
}

.burger span {
  display: block;
  width: 28px;
  height: 2px;
  left: 20px;
  margin-bottom: 5px;
  position: relative;
  background: #393838;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.burger span:first-child {
  transform-origin: 0% 0%;
}

.burger span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

.burger.active span {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -3px);
}

/*
 * But let's hide the middle one.
 */
.burger.active span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
.burger.active span:nth-last-child(3) {
  transform: rotate(45deg) translate(-2px, -3px);
}

/**/
.footer .row {
  padding-top: 0px !important;
}

.hidden {
  display: none;
}

.room-description {
  padding-left: 30px;
}

/**/
.bwg_slideshow_dots_container_0 {
  display: none !important;
}

#spider_slideshow_right-ico_0, #spider_slideshow_left-ico_0 {
  border-radius: 0px !important;
}

#spider_slideshow_right_0 {
  bottom: 0px !important;
  right: 8% !important;
}

#spider_slideshow_left_0 {
  bottom: 0px !important;
  left: 72% !important;
}

#spider_slideshow_right-ico_0, #spider_slideshow_left-ico_0 {
  background-color: #1a3d39 !important;
}

.bwg_container {
  margin-top: 0px !important;
}

#bwg_container1_0, #bwg_container2_0, .bwg_slideshow_image_wrap_0 {
  background-color: #ffff !important;
}

/*RESPONSIVE CSS*/
@media only screen and (max-width: 1024px) {
  .sight-wrapper {
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .sight-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .sight-info {
    width: 100%;
    padding-left: 0px;
  }

  .col-content.direction {
    width: 90%;
  }

  .default-title h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 800px) {
  .modal-text {
    width: 100%;
    margin-left: unset;
    padding-top: 75px;
  }

  .modal-img {
    display: none;
  }

  .modal-content {
    min-height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .main-menu {
    display: none;
  }

  .mobile-bar {
    display: -webkit-box;
  }

  .logo-wrapper {
    float: unset;
    margin: 0 auto;
  }

  .row {
    display: block;
  }

  .col-half {
    width: 100%;
  }

  .half-screen {
    left: unset;
  }

  .title-wrapper.home h2 {
    font-size: 40px;
  }

  .see-more {
    display: none;
  }

  .bottom-footer {
    margin-bottom: 60px;
  }

  .ameneties {
    margin-left: unset;
    width: 100%;
  }
  .ameneties li {
    width: 48%;
  }

  .Btn-book-now {
    left: 30px;
    bottom: 30px;
    text-align: center;
  }

  .content.booknow {
    padding-top: 30px;
    text-align: center;
  }

  .col-half.room {
    width: 100%;
  }

  .room-row {
    display: block;
  }

  .sight-wrapper {
    width: 100%;
    margin: unset;
    margin-bottom: 30px;
  }

  .default-title h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .content.contact .col-center {
    width: 100%;
  }
  .content.contact a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  .checkout-text {
    padding: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .sight-info {
    padding-bottom: 0px;
  }
  .sight-info p {
    margin-bottom: 30px;
  }

  .sight-btn {
    width: 100%;
    position: relative;
  }
  .sight-btn a {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .direction {
    width: 100%;
    margin-right: 0px;
  }

  .col-content.direction {
    padding: 30px;
    width: 100%;
  }

  #spider_slideshow_right-ico_0 {
    right: -10px !important;
  }

  #spider_slideshow_left_0 {
    left: 280px !important;
  }
}
@media only screen and (max-width: 420px) {
  .header h2 {
    width: 100%;
  }

  .header.home {
    height: 86vh;
  }

  .col-center {
    width: 100%;
  }

  .content {
    padding: 20px;
  }

  .room-wrapper {
    height: 300px;
  }

  .room-info {
    top: 30px;
  }

  .room-info p {
    font-size: 16px;
  }
  .room-info h2 {
    font-size: 21px;
  }

  .col-content {
    width: 100%;
  }

  .ameneties li {
    display: list-item;
    width: 90%;
  }

  footer h4 {
    font-size: 14px;
  }
  footer .bold {
    font-size: 14px;
  }

  .footer-menu li {
    margin-bottom: 10px;
  }

  .content.amenities ul {
    margin-bottom: 30px;
  }

  .header {
    height: 300px;
  }

  .default-title {
    padding-top: 200px;
  }
  .default-title h2 {
    font-size: 30px;
  }
  .default-title p {
    font-size: 18px;
  }

  .checkout-text {
    padding: 0px;
  }

  .notice p {
    font-size: 19px;
  }

  .sight-info h3 {
    font-size: 16px;
  }

  .direction-btn a {
    display: block;
    width: 100%;
    text-align: center;
  }

  .col-center.contact {
    width: 100%;
  }

  .col-center.sights p, .col-center.contact p {
    margin-bottom: 0px;
    text-align: left;
    padding-top: 15px;
  }

  .contact-wrapper {
    width: 100%;
  }

  .check-avail a {
    width: 100%;
    display: block;
    text-align: center;
  }

  .content.our-rooms a {
    display: block;
  }

  #spider_slideshow_right-ico_0 {
    right: -10px !important;
  }

  #spider_slideshow_left_0 {
    left: 180px !important;
  }

  .modal-text h1 {
    font-size: 18px;
  }
  .modal-text p {
    font-size: 16px;
  }
  .modal-text .Btn-default {
    display: block;
    text-align: center;
    font-size: 17px;
  }

  .modal-content {
    top: 10%;
  }
}
@media only screen and (max-width: 320px) {
  .col-content.direction {
    padding: 20px;
  }

  #spider_slideshow_right-ico_0 {
    right: -10px !important;
  }

  #spider_slideshow_left_0 {
    left: 130px !important;
  }
}