@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Playfair+Display:400,700&display=swap");
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: .9rem;
  line-height: 1.5;
  color: #000000;
  background: #fff; }

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  max-width: 2000px;
  margin: 0 auto;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .offcanvas #page {
    overflow: hidden;
    position: absolute; }
    .offcanvas #page:after {
      -moz-transition: all 2s ease;
      -o-transition: all 2s ease;
      -webkit-transition: all 2s ease;
      -ms-transition: all 2s ease;
      transition: all 2s ease;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 101;
      background: rgba(0, 0, 0, 0.7);
      content: ""; }

a {
  color: #000000;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  a:hover, a:active, a:focus {
    color: #0b562f;
    outline: none;
    text-decoration: none; }

p {
  margin-bottom: 1rem; }
  p a {
    text-decoration: none; }
    p a:hover, p a:active, p a:focus {
      text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Montserrat", sans-serif; }

h1, h2 {
  margin: 0 0 .5rem 0;
  font-weight: bold; }

h3, h4, h5, h6 {
  margin: 0 0 .5rem 0; }

.h1, h1 {
  font-size: 2.2rem; }

.h2, h2 {
  font-size: 1.8rem; }

.h3, h3 {
  font-size: 1.2rem; }

.h4, h4 {
  font-size: 1rem; }

.h5, h5 {
  font-size: 1rem; }

.primary-font {
  font-family: "Montserrat", sans-serif; }

.secondary-font {
  font-family: "Playfair Display", serif; }

.primary-color {
  color: #0b562f !important; }

.secondary-color {
  color: #5da203 !important; }

.head-dec:after {
  content: " ";
  display: block;
  width: 150px;
  height: 1px;
  background-color: #000000;
  margin: 1.5rem auto; }

.head-dec-2:before {
  content: " ";
  display: block;
  width: 1px;
  height: 3rem;
  background-color: #5da203;
  margin: -3rem auto 1rem auto; }

.head-dec-s:after {
  content: " ";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #000000;
  margin: 1rem auto; }

.head-dec-l {
  font-weight: bold; }
  .head-dec-l:after {
    content: " ";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #5da203;
    margin: .5rem auto 1rem 0; }

.form-control[readonly] {
  background: transparent; }

.container-s {
  width: 100%;
  max-width: 900px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.mag-title {
  font-size: 2rem;
  text-transform: uppercase; }

.img-full, .img-full img {
  width: 100%;
  height: auto; }

.card {
  border: none;
  border-radius: 0;
  background-color: transparent; }
  .card .card-body {
    padding: 1rem; }
  .card .card-footer {
    padding: 0 1rem 1rem 1rem;
    border: none;
    border-radius: 0;
    background: none; }
  .card .card-title {
    margin-bottom: .5rem;
    text-transform: uppercase; }
  .card .card-columns .card {
    border: none;
    border-radius: 0;
    position: relative;
    margin-bottom: 30px;
    background-color: #fff; }
  .card .card-content {
    display: block;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: white;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .card .card-content:hover, .card .card-content:focus {
      border: 1px solid #0b562f;
      background-color: #eff5e8; }

.row .col-12 .card {
  margin-bottom: 30px; }

.price-box .sell-price {
  font-size: 1.5rem;
  color: #5da203;
  line-height: 1; }

.countdown-text {
  background: #fb7b0c;
  color: #fffb60;
  padding: 0 10px;
  font-size: .8rem; }

.embed-responsive {
  overflow: hidden;
  background-position: center; }
  .embed-responsive img {
    width: 100%;
    height: auto; }

.embed-responsive-3by1:before {
  padding-top: 33.33%; }

.embed-responsive-2by1:before {
  padding-top: 50%; }

.breadcrumb {
  background-color: transparent;
  border-radius: 0; }
  .breadcrumb li:after {
    content: '>';
    display: inline-block;
    padding: 0 .5rem;
    color: #2b2b2b;
    font-size: 1rem; }
  .breadcrumb li a {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold; }
  .breadcrumb li:last-child:after {
    display: none; }

.accordion .btn {
  font-weight: bold;
  color: #0b562f; }

.section-lite h1, .section-lite h2, .section-lite h3, .section-lite h4, .section-lite p {
  color: #0b562f; }
  .section-lite h1 a, .section-lite h2 a, .section-lite h3 a, .section-lite h4 a, .section-lite p a {
    text-decoration: underline; }
  .section-lite h1 .btn, .section-lite h2 .btn, .section-lite h3 .btn, .section-lite h4 .btn, .section-lite p .btn {
    text-decoration: none; }

.section-lite .secondary-font {
  color: #5da203; }
  .section-lite .secondary-font a {
    color: #5da203; }

.room-card {
  margin-bottom: 30px; }
  .room-card .card-cover {
    position: relative; }
    .room-card .card-cover a {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0; }
    .room-card .card-cover img {
      height: 100%;
      width: auto;
      position: absolute; }
  .room-card .card-title {
    display: block;
    text-align: center;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    bottom: 0;
    z-index: 1; }
    .room-card .card-title h1, .room-card .card-title h2, .room-card .card-title h3, .room-card .card-title h4 {
      position: relative;
      z-index: 1;
      padding: 2rem 2rem 0 2rem;
      margin-bottom: 1rem; }
    .room-card .card-title:after {
      content: ' ';
      display: block;
      background-color: #fff;
      width: 110%;
      height: 200%;
      border-radius: 50% 50% 0 0;
      position: absolute;
      top: 0;
      left: -5%; }
  .room-card .included {
    padding: .5rem;
    background-color: #2b2b2b;
    color: #fff;
    text-align: center; }
    .room-card .included ul {
      padding: 0;
      margin: 0; }
      .room-card .included ul li {
        display: inline-block;
        padding: 0 1rem;
        border-right: 1px solid #fff;
        font-family: "Playfair Display", serif;
        font-size: .8rem; }
        .room-card .included ul li .img-icon {
          display: inline-block;
          height: 20px;
          width: 20px; }
        .room-card .included ul li:last-child {
          border: none; }
  .room-card .card-content {
    text-align: center;
    background-color: #f1f1f1;
    padding: 2rem 1rem; }
    .room-card .card-content p {
      margin-bottom: 2rem; }
  .room-card .btn {
    border-radius: 1rem; }

.box-with-shadow:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 15px;
  right: 30px;
  width: 80%;
  top: 80%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  -webkit-box-shadow: 0 15px 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px 1px rgba(0, 0, 0, 0.3); }

.color-bg1 {
  background-color: #fff !important; }

.color-bg2 {
  background-color: #0b562f !important; }

.color-bg3 {
  background-color: #D0D3D4 !important; }

.color-bg4 {
  background-color: #eaf7ff !important; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus,
button.active.focus, button.active:focus, button.focus, button.focus:active, button:active:focus, button:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important; }

::-webkit-selection {
  color: #fff;
  background: #0b562f; }

::-moz-selection {
  color: #fff;
  background: #0b562f; }

::selection {
  color: #fff;
  background: #0b562f; }

.text-primary {
  color: #0b562f !important; }

.text-secondary {
  color: #5da203 !important; }

.plain-list {
  padding: 0; }
  .plain-list li {
    display: block;
    list-style: none;
    line-height: normal;
    margin: 0 0 10px 0; }

.list-inline {
  padding: 0; }
  .list-inline li {
    display: inline-block;
    list-style: none;
    line-height: normal;
    margin: 0 10px 0 0; }

.list-icon {
  padding: 0; }
  .list-icon li {
    display: block;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    position: relative;
    line-height: 1.4; }
    .list-icon li:before {
      font-family: 'Font Awesome 5 Free';
      content: "\f058";
      color: #5da203;
      position: absolute;
      left: 0;
      font-size: 1rem;
      line-height: 1; }

.engine .list-icon li {
  font-size: .8rem; }

.list-langguage {
  padding: 0;
  margin: 0; }
  .list-langguage li {
    display: block;
    list-style: none;
    line-height: normal;
    margin: 0 0 10px 0; }
    .list-langguage li:last-child {
      margin-bottom: 0; }

.hidden {
  display: none; }

.show {
  display: block; }

.show-after-exp {
  display: none; }

.modal-dialog {
  max-width: 700px;
  margin: 100px auto 30px auto;
  padding: 0 15px; }
  .modal-dialog img {
    width: 100%;
    height: auto;
    display: block; }

.modal-content {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0; }
  .modal-content .btn-close {
    font-size: 1.5rem;
    display: block;
    position: absolute;
    top: -60px;
    left: 0;
    width: 60px;
    height: 60px; }

.modal-backdrop {
  background-color: #fff; }

a .img-icon {
  display: inline-block; }

.img-gray {
  width: 100%;
  height: auto;
  opacity: .2;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .img-gray:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }

.img-icon {
  background-repeat: no-repeat;
  background-size: 408px auto;
  display: block;
  overflow: hidden; }

.img-icon-meeting {
  background-size: 350px auto;
  margin: 0 auto;
  height: 30px;
  width: 30px; }

.img-icon-theatre {
  background-position: -5px -159px; }

.img-icon-classroom {
  background-position: -43px -159px; }

.img-icon-ushape {
  background-position: -82px -159px; }

.img-icon-hollowsq {
  background-position: -122px -159px; }

.img-icon-boardroom {
  background-position: -155px -159px;
  width: 38px; }

.img-icon-cabaret {
  background-position: -199px -159px; }

.img-icon-banquet {
  background-position: -238px -159px; }

.img-icon-beach {
  height: 70px;
  width: 80px;
  background-position: -322px -10px; }

.img-icon-more {
  height: 32px;
  width: 32px;
  background-position: -53px -98px; }

.img-icon-pool {
  height: 32px;
  width: 32px;
  background-position: -279px -98px; }

.img-icon-jaguzzi-1 {
  height: 32px;
  width: 32px;
  background-position: -234px -98px; }

.img-icon-view {
  height: 32px;
  width: 32px;
  background-position: -188px -98px; }

.img-icon-bed-1 {
  height: 32px;
  width: 32px;
  background-position: -368px -98px; }

.img-icon-size-1 {
  height: 32px;
  width: 32px;
  background-position: -143px -98px; }

.img-icon-guest-1 {
  height: 32px;
  width: 32px;
  background-position: -97px -98px; }

.img-icon-garden {
  height: 32px;
  width: 32px;
  background-position: -53px -139px; }

.img-icon-size-2 {
  height: 32px;
  width: 32px;
  background-position: -143px -185px; }

.img-icon-guest-2 {
  height: 32px;
  width: 32px;
  background-position: -97px -186px; }

.img-icon-view-2 {
  height: 32px;
  width: 32px;
  background-position: -188px -185px; }

.img-icon-bed-3 {
  height: 32px;
  width: 32px;
  background-position: -368px -234px; }

.img-icon-jaguzzi-3 {
  height: 32px;
  width: 32px;
  background-position: -234px -234px; }

.img-icon-size-3 {
  height: 32px;
  width: 32px;
  background-position: -143px -234px; }

.img-icon-youtube {
  background-position: -1px -255px; }

.img-icon-instagram {
  background-position: -86px -255px; }

.img-icon-facebook {
  background-position: -43px -255px; }

.img-icon-twitter {
  background-position: -211px -255px; }

.img-icon-tripadvisor {
  background-position: -128.5px -253px; }

.img-icon-line {
  background-position: -170px -255px; }

.img-icon-flag {
  height: 16px;
  width: 22px;
  display: inline-block;
  background-size: 290px auto;
  margin-right: .25rem;
  border: 1px solid #eee; }

.img-icon-en {
  background-position: -6px -170px; }

.img-icon-ru {
  background-position: -38px -170px; }

.icon-logo {
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  z-index: 5;
  top: -40px;
  left: -40px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7); }
  .icon-logo:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: -543px -1px;
    background-size: 350px;
    z-index: 2; }
  .icon-logo:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0b562f;
    background: -webkit-gradient(linear, left bottom, left top, from(#0b562f), color-stop(75%, #97c220), to(#e2db14));
    background: -webkit-linear-gradient(bottom, #0b562f 0%, #97c220 75%, #e2db14 100%);
    background: -o-linear-gradient(bottom, #0b562f 0%, #97c220 75%, #e2db14 100%);
    background: linear-gradient(0deg, #0b562f 0%, #97c220 75%, #e2db14 100%);
    z-index: 1; }

.amenities-icon ul {
  padding: 0;
  margin: 0;
  clear: both; }
  .amenities-icon ul:after {
    display: block;
    clear: both;
    content: ""; }
  .amenities-icon ul li {
    display: block;
    width: 20%;
    text-align: left;
    float: left; }

.logo {
  margin: 0;
  padding: .5rem;
  display: block;
  height: 150px;
  width: 130px;
  background-size: 430px auto;
  position: absolute;
  left: 90px;
  top: 0;
  z-index: 2;
  background: #0b562f;
  background: -webkit-gradient(linear, left bottom, left top, from(#0b562f), color-stop(75%, #97c220), to(#e2db14));
  background: -webkit-linear-gradient(bottom, #0b562f 0%, #97c220 75%, #e2db14 100%);
  background: -o-linear-gradient(bottom, #0b562f 0%, #97c220 75%, #e2db14 100%);
  background: linear-gradient(0deg, #0b562f 0%, #97c220 75%, #e2db14 100%); }
  .logo img {
    width: 100%;
    height: auto; }

.logo-s {
  width: 160px;
  background-size: 300px auto;
  height: 60px;
  background-position: -4px -3px; }

.logo-icon-black {
  width: 60px;
  background-size: 300px auto;
  height: 60px;
  background-position: -4px -3px; }

.logo-icon-white {
  width: 60px;
  background-size: 300px auto;
  height: 60px;
  background-position: -172px -3px; }

.img-icon-s {
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 270px auto;
  display: inline-block;
  overflow: hidden; }

.img-icon-more-s {
  background-position: -35px -64px; }

.img-icon-size-s {
  background-position: -93px -64px; }

.img-icon-size-3-s {
  background-position: -93px -151px; }

.img-icon-guest-3-s {
  background-position: -64px -151px; }

.img-icon-view-3-s {
  background-position: -124px -151px; }

.hotelwebsite-nav {
  position: relative; }
  .hotelwebsite-nav .btn {
    font-size: .8rem; }
  .hotelwebsite-nav .booknow {
    width: 130px;
    height: 80px;
    color: #fff;
    background: #0b562f;
    background: -webkit-gradient(linear, left bottom, left top, from(#0b562f), to(#79a600));
    background: -webkit-linear-gradient(bottom, #0b562f 0%, #79a600 100%);
    background: -o-linear-gradient(bottom, #0b562f 0%, #79a600 100%);
    background: linear-gradient(0deg, #0b562f 0%, #79a600 100%);
    font-size: 1.4rem;
    line-height: normal;
    font-weight: bold; }
    .hotelwebsite-nav .booknow small {
      display: block;
      font-size: 60%;
      font-weight: bold; }
    .hotelwebsite-nav .booknow:hover {
      background-color: #088243; }
  .hotelwebsite-nav .collapse, .hotelwebsite-nav .collapsing {
    position: absolute; }

#collapseLang .card {
  background-color: #fff; }

#mainmenuModal .modal-dialog {
  height: 100vh;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px; }

#mainmenuModal .mainmenu {
  height: auto;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  display: block;
  padding: 1rem;
  font-family: "Playfair Display", serif;
  background: #0b562f;
  background: -webkit-gradient(linear, left bottom, left top, from(#0b562f), to(#79a600));
  background: -webkit-linear-gradient(bottom, #0b562f 0%, #79a600 100%);
  background: -o-linear-gradient(bottom, #0b562f 0%, #79a600 100%);
  background: linear-gradient(0deg, #0b562f 0%, #79a600 100%); }
  #mainmenuModal .mainmenu .img-icon-flag {
    border: 1px solid transparent; }
  #mainmenuModal .mainmenu .icon-cross {
    font-size: 2rem; }
  #mainmenuModal .mainmenu .logo-s {
    -webkit-filter: invert(100%);
    filter: invert(100%); }
  #mainmenuModal .mainmenu .hotelwebsite-social-icons li {
    display: inline-block; }
    #mainmenuModal .mainmenu .hotelwebsite-social-icons li a {
      background-color: #0b562f; }
      #mainmenuModal .mainmenu .hotelwebsite-social-icons li a:hover {
        background-color: #000000; }
  #mainmenuModal .mainmenu hr {
    border-top: 1px solid rgba(255, 255, 255, 0.8); }
  #mainmenuModal .mainmenu ul {
    padding: 0;
    margin: 0;
    width: 30%;
    float: left; }
    #mainmenuModal .mainmenu ul:nth-child(2) {
      width: 40%; }
    #mainmenuModal .mainmenu ul:nth-child(3) {
      width: 30%; }
    #mainmenuModal .mainmenu ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      display: block; }
      #mainmenuModal .mainmenu ul li a {
        line-height: 2;
        display: block;
        font-size: 1rem;
        position: relative;
        text-transform: uppercase;
        color: #fff;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        /*
						&:after {
							content:" ";
							border-bottom: 2px solid $brand-overlay-color;
							width: 0;
						    display: inline-block;
						    margin: 0 auto;
						    position: absolute;
						    left: 50%;
						    bottom: 0;
						    @include transition(.3s);
						}
					*/ }
        #mainmenuModal .mainmenu ul li a:hover, #mainmenuModal .mainmenu ul li a:focus, #mainmenuModal .mainmenu ul li a:active {
          color: yellow; }
          #mainmenuModal .mainmenu ul li a:hover:after, #mainmenuModal .mainmenu ul li a:focus:after, #mainmenuModal .mainmenu ul li a:active:after {
            width: 20px;
            left: calc(50% - 10px); }
      #mainmenuModal .mainmenu ul li ul {
        width: 100% !important;
        padding: 0 0 0 1rem;
        float: inherit; }
        #mainmenuModal .mainmenu ul li ul li a {
          text-transform: inherit;
          font-weight: normal; }
      #mainmenuModal .mainmenu ul li.active > a {
        color: #fff !important;
        position: relative; }
        #mainmenuModal .mainmenu ul li.active > a:after {
          position: absolute;
          bottom: 10px;
          left: 20px;
          content: '';
          width: 20px;
          height: 2px;
          background: #5da203;
          margin: 0 auto; }
    #mainmenuModal .mainmenu ul .hassub .dropdown {
      visibility: hidden;
      opacity: 0;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    #mainmenuModal .mainmenu ul .hassub:hover .dropdown, #mainmenuModal .mainmenu ul .hassub:focus .dropdown {
      visibility: visible;
      opacity: 1; }

/* booking */
body.showengine {
  overflow: hidden;
  height: 100%; }

.box-engine-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 100;
  top: 0;
  background-color: rgba(33, 32, 31, 0.4); }

.box-engine-content {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  z-index: 100;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden; }

.box-engine-content.showengine {
  right: 0; }

.topbooking {
  color: #666;
  margin: 0 auto; }

.engine {
  width: 85%;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  overflow-y: auto; }

.topbooking .form-control {
  position: relative;
  background-color: transparent;
  border: 0px;
  border-bottom: 0px solid #1c1c1c;
  height: 40px;
  cursor: pointer;
  width: 100%;
  margin-right: 10px;
  border-radius: 0;
  font-size: .9rem;
  line-height: 1.5; }

.topbooking .chk-room {
  position: relative; }

.topbooking .chk-room::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0; }

.topbooking label {
  color: #8d8a82;
  font-size: .9rem;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: none; }

.topbooking .cal {
  background: url(../images/small-calendar2.svg) no-repeat;
  background-position: 115px 10px;
  background-size: 20px 20px;
  background-size: 20px 20px;
  color: #000000;
  border: 0px;
  border-radius: 0;
  border-bottom: 1px solid #b3a16f; }

.topbooking .selectGuest {
  text-align: left;
  position: relative;
  padding: 0; }

.topbooking .dropdown-menu {
  background: #000; }

.topbooking .dropdown-menu a {
  color: #f1f1f1; }

.topbooking .dropdown-menu a:hover {
  background: #f00; }

.topbooking .btn.dropdown-toggle {
  height: 40px;
  color: #000000;
  background: #eee;
  border: none;
  font-weight: 400;
  border-radius: 0; }

.topbooking .dropdown-menu li a:hover {
  background: #c69c6d;
  color: #f1f1f1; }

.topbooking .showguest {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40px;
  padding: 10px;
  background: #f1f1f1;
  z-index: 9;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.topbooking .guestButton {
  display: block;
  height: 40px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px; }

.topbooking .booktop {
  float: left;
  margin-top: 0;
  padding: 10px 20px;
  color: #f1f1f1;
  border: 0;
  background: #a8996e;
  width: 50%; }

.topbooking .booktop:hover {
  background: #9a8c65; }

.topbooking ::-webkit-input-placeholder {
  color: #000000;
  opacity: 1; }

.topbooking :-ms-input-placeholder {
  color: #000000;
  opacity: 1; }

.topbooking ::-ms-input-placeholder {
  color: #000000;
  opacity: 1; }

.topbooking ::placeholder {
  color: #000000;
  opacity: 1; }

.topbooking :-ms-input-placeholder {
  color: #000000; }

.topbooking ::-ms-input-placeholder {
  color: #000000; }

.topbooking .btn-main {
  border-radius: 0;
  width: 70%;
  font-weight: 400;
  text-transform: uppercase; }

.list-engine {
  margin-left: 20px; }

/*theamdate*/
.ui-widget, .ui-datepicker-calendar .ui-state-active, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget a {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  line-height: 1.5; }

#ui-datepicker-div {
  z-index: 101 !important; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: auto;
  background: transparent;
  border: none; }

.ui-datepicker-material-header {
  display: block;
  background-color: #0b562f;
  color: #f1f1f1;
  text-align: center;
  width: 325px; }

.ui-datepicker-material-header .ui-datepicker-material-day {
  background-color: #1F3A58;
  padding: 10px;
  font-size: 1rem; }

.ui-datepicker-material-header .ui-datepicker-material-date {
  padding: 20px; }

.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-month, .ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-day-num, .ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-year {
  padding: 5px; }

.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-month {
  font-size: 2rem;
  text-transform: uppercase; }

.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-day-num {
  font-size: 4.5rem; }

.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-year {
  font-size: 1.8rem;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.4); }

.ui-datepicker {
  padding: 0;
  border: none;
  -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  width: 325px; }

.ui-corner-all {
  border-radius: 0; }

.ui-widget-header {
  border: 0; }

.ui-datepicker-header {
  text-align: center;
  background: #f1f1f1;
  padding-bottom: 15px;
  font-weight: 300; }

.ui-datepicker-header .ui-datepicker-prev, .ui-datepicker-header .ui-datepicker-next, .ui-datepicker-header .ui-datepicker-title {
  border: none;
  outline: none;
  margin: 5px; }

.ui-datepicker-prev.ui-state-hover, .ui-datepicker-next.ui-state-hover {
  border: none;
  outline: none;
  background: #0b562f; }

.ui-datepicker-calendar .ui-state-default {
  background: none;
  border: none;
  text-align: center; }

.ui-datepicker-calendar .ui-state-highlight {
  color: #0b562f; }

.ui-datepicker-calendar .ui-state-active {
  border-radius: .25rem;
  background-color: #0b562f;
  color: #f1f1f1; }

.ui-datepicker-calendar thead th {
  color: #999;
  font-weight: 200; }

.ui-datepicker-buttonpane {
  border: none; }

.ui-datepicker-buttonpane .ui-state-default {
  background: #f1f1f1;
  border: none; }

.ui-datepicker-buttonpane .ui-datepicker-close, .ui-datepicker-buttonpane .ui-datepicker-current {
  background: #f1f1f1;
  color: #ed1d24;
  text-transform: uppercase;
  border: none;
  opacity: 1;
  font-weight: 200;
  outline: none; }

.ui-datepicker-buttonpane .ui-datepicker-close:hover, .ui-datepicker-buttonpane .ui-datepicker-current:hover {
  background: #0b562f; }

.mobile-booking {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 11;
  background-color: #D0D3D4; }
  .mobile-booking .btn-mobile-booking {
    position: absolute;
    width: 100%;
    height: 100%;
    font-weight: bold;
    line-height: 1; }
    .mobile-booking .btn-mobile-booking small {
      font-size: 70%; }
  .mobile-booking .btn2 p:after {
    font-family: icomoon;
    content: "\e91d";
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 1rem; }

.signup-content {
  position: relative;
  padding: 1rem;
  background: #0b562f;
  background: -webkit-gradient(linear, left bottom, left top, from(#0b562f), color-stop(75%, #97c220), to(#e2db14));
  background: -webkit-linear-gradient(bottom, #0b562f 0%, #97c220 75%, #e2db14 100%);
  background: -o-linear-gradient(bottom, #0b562f 0%, #97c220 75%, #e2db14 100%);
  background: linear-gradient(0deg, #0b562f 0%, #97c220 75%, #e2db14 100%); }
  .signup-content:after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 28px;
    right: 30px;
    width: 80%;
    top: 80%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-box-shadow: 0 15px 10px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 10px 1px rgba(0, 0, 0, 0.5); }
  .signup-content .card {
    background-color: #fff;
    border-radius: 0;
    color: #000000;
    text-align: center;
    position: relative;
    z-index: 1; }
  .signup-content .form-control {
    height: auto;
    font-size: 1rem;
    border: none;
    border: 1px solid #2b2b2b;
    text-align: center; }

.hotelwebsite-video {
  overflow: hidden; }
  .hotelwebsite-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .hotelwebsite-video a i {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      font-size: 40px; }
  .hotelwebsite-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .hotelwebsite-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7); }
  .hotelwebsite-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

#hotelwebsite-hero {
  width: 100%;
  position: relative;
  background: #fff url(../images/loader.gif) no-repeat center center; }
  #hotelwebsite-hero.hero-s .page-cover-text {
    padding-top: 80px; }
  #hotelwebsite-hero .btn {
    padding: 14px 30px; }
  #hotelwebsite-hero iframe {
    width: 100%;
    height: calc(100vh - 170px);
    margin-bottom: -6px; }

.hero-text {
  position: absolute;
  bottom: 100px;
  left: 80px;
  z-index: 2; }
  .hero-text .hero-title, .hero-text .hero-subtitle {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: .5rem;
    -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9); }
  .hero-text .hero-title {
    font-size: 2rem; }
  .hero-text .hero-subtitle {
    font-size: 1rem; }

.owl-herobanner.with-shadow:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  z-index: 1;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); }

.owl-herobanner figure {
  height: calc(100vh - 80px);
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: table; }
  .owl-herobanner figure figcaption {
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.2); }

.owl-herobanner.herobanner-s figure {
  height: 50vh; }

.owl-herobanner.herobanner-room figure {
  height: calc(100vh - 170px); }

/*
.slide-text {
    position: absolute;
    background: rgba($brand-primary,.85);
    height: 106px;
    padding: 0 70px 0 40px;
    z-index: 2;
    bottom: 100px;
    	a {color: $brand-white;}
    	&:after {
	    content: "";
	    position: absolute;
	    width: 0;
	    height: 0;
	    border-top: 106px solid rgba($brand-primary,.85);
	    border-right: 38px solid transparent;
	    right: -38px;
	    bottom: 0;}
	.sl11 {
    position: relative;
    color: $brand-white;
    font-size: 1rem;
    line-height: 1.4;
    margin: 19px 0 15px;
	}
	.sl12 {
    position: relative;
    color: #fff;
    font-size: 33px;
    font-weight: 400;
    line-height: 1.2;
    margin: -14px 0 7px;
	}
	.sl13 {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    left: 0;
	}
	.btn-skew {
	    position: relative;
	    text-align: center;
	    letter-spacing: normal;
	    cursor: pointer;
	    height: 40px;
	    display: inline-block;
	    margin-left: -20px;
		&:after {
	    content: "";
	    display: block;
	    position: absolute;
	    background: $brand-secondary;
	    width: 40px;
	    height: 40px;
	    top: 0;
	    right: -10px;
	    -webkit-transform: skew(160deg);
	    -moz-transform: skew(160deg);
	    -o-transform: skew(160deg);
	    transform: skew(160deg);
	    z-index: 0;}
		span {
	    background: $brand-secondary;
	    font-weight: 700;
	    text-transform: uppercase;
	    z-index: 2;
	    padding: 0 20px 0 40px;
	    margin: 0 0 0 -20px;
	    line-height: 40px;
	    display: inline-block;
	    position: relative;}
	}
}
*/
.slide-text {
  position: absolute;
  /*background: rgba($brand-primary,.8);*/
  height: 106px;
  padding: 0 70px 0 40px;
  z-index: 2;
  bottom: 100px; }
  .slide-text .sl11 {
    font-family: "Playfair Display", serif;
    letter-spacing: .05rem;
    position: relative;
    color: #fff;
    font-size: 1.2rem;
    margin: 19px 0 15px;
    -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9); }
  .slide-text .sl12 {
    position: relative;
    color: #fff;
    letter-spacing: .05rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 33px;
    margin: -14px 0 7px;
    -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9); }
  .slide-text .sl13 {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    left: 0; }
  .slide-text .btn-skew {
    position: relative;
    text-align: center;
    letter-spacing: normal;
    cursor: pointer;
    height: 40px;
    display: inline-block;
    color: #fff; }
    .slide-text .btn-skew span {
      background: #5da203;
      font-weight: 700;
      text-transform: uppercase;
      z-index: 2;
      padding: 0 20px;
      line-height: 40px;
      display: inline-block;
      position: relative; }

.card-img-overlay {
  top: inherit;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 1rem 3rem 3rem; }
  .card-img-overlay h1, .card-img-overlay h2, .card-img-overlay h3, .card-img-overlay p, .card-img-overlay a {
    color: #fff; }
  .card-img-overlay h1, .card-img-overlay h2, .card-img-overlay h3, .card-img-overlay a {
    text-transform: uppercase; }

.bg-overlay:before {
  background: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.bg-overlay:hover:before {
  background: rgba(0, 0, 0, 0); }

.dec-bg {
  position: relative;
  padding-bottom: 2rem; }
  .dec-bg:after {
    content: "";
    display: block;
    width: 50%;
    height: 80vh;
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    background-size: cover; }

.link-item-overlay {
  display: block;
  position: relative; }
  .link-item-overlay .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 2;
    width: 100%;
    padding: 1rem; }
    .link-item-overlay .caption .caption-h {
      margin-bottom: 0;
      font-size: 1rem;
      -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
      -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9); }
    .link-item-overlay .caption small {
      display: block; }
    .link-item-overlay .caption .btn {
      -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
      -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9); }
  .link-item-overlay:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    background-size: cover;
    -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0);
    -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0);
    -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0);
    box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .link-item-overlay:hover:after {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.7);
    -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.7); }

.owl-content .link-item-overlay:after {
  background-color: rgba(0, 0, 0, 0.6); }

.owl-content .link-item-overlay:hover:after {
  background-color: rgba(0, 0, 0, 0.8); }

.magazine-style {
  max-width: 1200px;
  margin: 10rem auto 4rem auto; }
  .magazine-style .mag-title {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 2.5rem;
    margin: 0 0 -6rem 2rem;
    text-align: left; }
    .magazine-style .mag-title br {
      display: block; }
  .magazine-style .mag-col-1 {
    width: 60%;
    float: left; }
    .magazine-style .mag-col-1 img {
      padding: 4rem 0 0 4rem; }
  .magazine-style .mag-col-2 {
    width: 40%;
    float: left; }
    .magazine-style .mag-col-2 img {
      padding: 0 0 4rem 4rem; }
  .magazine-style .mag-col-3 {
    width: 30%;
    float: left; }
  .magazine-style .mag-content {
    padding: 0 0 0 4rem; }

.magazine-style-2 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }
  .magazine-style-2 .mag-title {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 2.5rem;
    margin: 0 0 1rem -8rem;
    text-align: left; }
    .magazine-style-2 .mag-title br {
      display: block; }
  .magazine-style-2 .mag-col-1 {
    width: 33%;
    float: left; }
    .magazine-style-2 .mag-col-1 img {
      width: 100%;
      height: auto; }
  .magazine-style-2 .mag-col-2 {
    width: 70%;
    padding: 0 30% 0 0;
    float: left;
    margin: 4vw 0 0 -5%;
    position: relative;
    background-color: #f1f1f1; }
  .magazine-style-2 .mag-col-3 {
    width: 30%;
    position: absolute;
    right: 0; }
  .magazine-style-2 .mag-content {
    padding: 2rem;
    margin-bottom: 0; }
    .magazine-style-2 .mag-content p {
      text-align: justify;
      margin-bottom: 0; }

.slide-promotion {
  position: absolute;
  bottom: calc(50% - 80px);
  right: 0;
  width: 100%;
  height: auto;
  max-width: 500px;
  padding-right: 2rem; }

.icon-scroll, .icon-scroll:before {
  position: absolute;
  left: 50%; }

.icon-scroll {
  width: 30px;
  height: 50px;
  margin-left: -15px;
  bottom: 30px;
  margin-top: -30px;
  -webkit-box-shadow: inset 0 0 0 1px #f1f1f1;
  box-shadow: inset 0 0 0 1px #f1f1f1;
  border-radius: 25px;
  z-index: 3; }

.icon-scroll:before {
  content: '';
  width: 7px;
  height: 7px;
  background: #f1f1f1;
  margin-left: -3.5px;
  top: 10px;
  border-radius: 5px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); } }

@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); } }

.icon-scroll:hover, .icon-scroll:focus {
  background: rgba(93, 162, 3, 0.3); }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

.introduction {
  background-color: #fff; }
  .introduction h1, .introduction h2, .introduction h3 {
    color: #0b562f; }
  .introduction .introduction-h {
    text-transform: uppercase; }
  .introduction .introduction-sub-h {
    font-family: "Playfair Display", serif;
    color: #5da203;
    font-size: 1.4rem; }
  .introduction .lead {
    line-height: 1.8;
    font-size: 1rem; }
    .introduction .lead a {
      font-weight: bold;
      line-height: 1.8;
      font-size: 1rem;
      color: #0b562f; }
      .introduction .lead a:hover {
        color: #088243; }

.introduction-light {
  background-color: #fff; }
  .introduction-light .container {
    max-width: 700px; }
  .introduction-light p, .introduction-light h1, .introduction-light h2, .introduction-light h3, .introduction-light a, .introduction-light li {
    color: #000000; }
  .introduction-light .introduction-h {
    text-transform: uppercase; }
  .introduction-light .lead {
    font-size: .9rem;
    line-height: 1.5; }

.bg-img {
  background-size: auto 100%;
  background-position: bottom;
  background-repeat: no-repeat; }

.p-max {
  padding: 4rem 0; }

#hotelwebsite-counter {
  padding: 4em 0;
  clear: both; }

.hotelwebsite-social-icons {
  margin: 0;
  padding: 0; }
  .hotelwebsite-social-icons li {
    margin: 0 5px;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .hotelwebsite-social-icons li a {
      display: block;
      width: 40px;
      height: 40px;
      background-color: #000000;
      border-radius: 50%; }
      .hotelwebsite-social-icons li a:hover {
        background-color: #0b562f; }
    .hotelwebsite-social-icons li .img-icon {
      background-size: 380px auto; }

.filter-btn-container {
  margin-bottom: 2rem; }
  .filter-btn-container .btn {
    border-radius: 1rem;
    padding: .5rem 2rem;
    text-transform: uppercase;
    margin: 0 .5rem .5rem .5rem; }
    .filter-btn-container .btn.active, .filter-btn-container .btn:hover, .filter-btn-container .btn:focus {
      background-color: #2b2b2b;
      color: #fff; }

.room-features {
  background-color: #f4f2f0;
  height: 90px;
  padding: 1rem; }
  .room-features .features-list {
    border-left: 1px solid #5da203; }
    .room-features .features-list div {
      width: 100%;
      text-align: center; }
  .room-features .img-icon {
    display: inline-block;
    margin: 0 5px -5px 0; }
  .room-features p, .room-features em {
    line-height: 1.2; }
  .room-features .room-features-title {
    font-size: 1rem;
    margin-bottom: .25rem;
    color: #5da203;
    font-weight: bold; }

.pattern-bg {
  padding: 3rem 0;
  position: relative;
  background: #0b562f;
  background: -webkit-gradient(linear, left bottom, left top, from(#0b562f), to(#79a600));
  background: -webkit-linear-gradient(bottom, #0b562f 0%, #79a600 100%);
  background: -o-linear-gradient(bottom, #0b562f 0%, #79a600 100%);
  background: linear-gradient(0deg, #0b562f 0%, #79a600 100%); }
  .pattern-bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 320px auto;
    background-position: top left; }
  .pattern-bg:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    z-index: 1;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #0b562f; }
  .pattern-bg p, .pattern-bg a, .pattern-bg h1, .pattern-bg h2, .pattern-bg h3, .pattern-bg h4 {
    color: #fff; }

.newsletter {
  max-width: 400px;
  margin: 0 auto; }
  .newsletter .form-group {
    position: relative; }
  .newsletter .form-control {
    background-color: #fff;
    border-radius: 1rem;
    padding: 0 15px;
    height: 40px; }
  .newsletter .email.form-control {
    padding: 0 100px 0 15px; }
  .newsletter .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    border-color: transparent;
    border-radius: 0 1rem 1rem 0; }

.graphic-map {
  position: relative; }
  .graphic-map .map-footer {
    position: absolute;
    bottom: 3rem;
    width: 100%;
    margin: 0;
    text-align: center; }

.book-direct .book-direct-item {
  background-color: rgba(93, 162, 3, 0.1);
  border: 0.5rem solid #fff; }

.book-direct .book-direct-item-content {
  width: 100%; }

.book-direct .book-direct-item-h {
  margin: 0 0 0 0;
  font-weight: bold; }

.book-direct i {
  font-size: 2rem;
  color: #5da203;
  margin: 0.5rem auto 0.25rem auto; }

.book-direct-2 .book-direct-item {
  background-color: #0b562f;
  border: 0.5rem solid #fff; }

.book-direct-2 .book-direct-item-content {
  width: 100%;
  display: block;
  color: #fff;
  padding: 1rem; }
  .book-direct-2 .book-direct-item-content .img-icon, .book-direct-2 .book-direct-item-content i {
    display: block;
    font-size: 2rem;
    margin-bottom: .25rem; }
  .book-direct-2 .book-direct-item-content:hover {
    color: #70c303; }

.book-direct-2 .book-direct-item-h {
  margin: 0;
  font-weight: bold; }

.gallery-item {
  padding: 0;
  margin: 0;
  border: .25rem solid #fff; }

.gallery-nav {
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6; }
  .gallery-nav .nav-item {
    margin-bottom: 0; }
  .gallery-nav .nav-item .nav-link {
    border-color: transparent; }
  .gallery-nav .nav-item.show .nav-link, .gallery-nav .nav-link.active {
    border-color: transparent;
    font-weight: bold;
    color: #0b562f; }

.table {
  text-align: center; }
  .table th {
    text-align: left; }
  .table thead th {
    text-align: center; }
  .table thead th:first-child {
    text-align: left; }

#hotelwebsite-footer {
  background: #2b2b2b;
  position: relative;
  z-index: 11;
  color: #f1f1f1;
  padding: 2rem 0; }
  #hotelwebsite-footer .head-dec:after {
    width: 50px;
    background-color: #fff;
    margin: 1rem 0; }
  #hotelwebsite-footer .hotelwebsite-footer-links {
    padding: 0;
    margin: 0; }
    #hotelwebsite-footer .hotelwebsite-footer-links li {
      padding: 0;
      margin: 0;
      list-style: none; }
      #hotelwebsite-footer .hotelwebsite-footer-links li a {
        color: rgba(0, 0, 0, 0.5);
        text-decoration: none; }
        #hotelwebsite-footer .hotelwebsite-footer-links li a:hover {
          text-decoration: underline; }
  #hotelwebsite-footer .copyright .block {
    display: block; }
  #hotelwebsite-footer .copyright h3 {
    font-size: 1em;
    font-weight: bold; }
  #hotelwebsite-footer .newsletter .mc-field-group {
    position: relative;
    max-width: 360px;
    margin: 0 0 1rem 0; }
    #hotelwebsite-footer .newsletter .mc-field-group button {
      position: absolute;
      bottom: 0;
      right: 0;
      height: 42px;
      padding: 5px 20px;
      border-radius: 20px;
      width: auto;
      text-transform: uppercase; }
    #hotelwebsite-footer .newsletter .mc-field-group input {
      border-radius: 20px;
      border: none;
      padding: 0 100px 0 20px;
      background-color: #fff;
      height: 42px; }
  #hotelwebsite-footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }

.footer-brand {
  width: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  margin: -4rem 0 0 0; }
  .footer-brand li, .footer-brand p, .footer-brand h1, .footer-brand h2, .footer-brand h3 {
    color: #000000; }
  .footer-brand a {
    color: #0b562f; }

.footer-logo, .footer-nav {
  background-color: white; }

.footer-logo {
  width: 30%;
  position: absolute;
  left: 1rem;
  height: 100%;
  padding: 1rem;
  bottom: -1rem;
  -webkit-box-shadow: 4px 0px 9px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 0px 9px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 0px 9px -5px rgba(0, 0, 0, 0.5); }
  .footer-logo img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    width: 100%;
    height: auto; }

.footer-nav {
  width: 70%;
  margin-left: 30%;
  float: left;
  padding: 2rem 0 1rem 4rem;
  margin-bottom: -1rem; }

#hotelwebsite-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 50px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .offcanvas #hotelwebsite-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  #hotelwebsite-offcanvas a {
    color: rgba(255, 255, 255, 0.8);
    padding: 5px 0;
    display: block;
    width: 100%; }
    #hotelwebsite-offcanvas a:hover {
      color: white; }
  #hotelwebsite-offcanvas ul {
    padding: 0;
    margin: 0; }
    #hotelwebsite-offcanvas ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      border: none; }
      #hotelwebsite-offcanvas ul li .btn {
        border: none; }
      #hotelwebsite-offcanvas ul li > ul {
        padding-left: 20px;
        display: block; }
      #hotelwebsite-offcanvas ul li.offcanvas-has-dropdown > a {
        display: block;
        position: relative; }
      #hotelwebsite-offcanvas ul li.offcanvas-has-dropdown.active a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }

.gototop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .gototop.active {
    opacity: 1;
    visibility: visible; }
  .gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center; }
    .gototop a i {
      height: 50px;
      display: table-cell;
      vertical-align: middle;
      color: #fff; }
    .gototop a:hover, .gototop a:active, .gototop a:focus {
      text-decoration: none;
      outline: none; }

.hamberger-menu {
  display: inline-block;
  cursor: pointer;
  padding: 0 15px; }
  .hamberger-menu .bar1, .hamberger-menu .bar2, .hamberger-menu .bar3 {
    width: 35px;
    height: 2px;
    background-color: #333;
    margin-top: 6px;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .hamberger-menu:hover .bar1, .hamberger-menu:hover .bar2, .hamberger-menu:hover .bar3 {
    margin-top: 9px; }

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  -ms-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px); }

/* Fade out the second bar */
.change .bar2 {
  opacity: 0; }

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  -ms-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px); }

.btn {
  border: none;
  padding: .5rem 1rem;
  font-size: .9rem;
  line-height: 1.5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  position: relative;
  background-color: #0b562f;
  color: #fff;
  border: 1px solid #0b562f;
  border-radius: 0; }
  .btn-primary span {
    position: relative;
    color: #fff;
    z-index: 2;
    font-weight: bold; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #088243;
    border: 1px solid #088243; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #fff;
    border: 1px solid #000000; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #000000;
      color: #fff; }

.btn-secondary {
  position: relative;
  background-color: #5da203;
  color: #fff;
  border: 1px solid #5da203;
  border-radius: 0; }
  .btn-secondary span {
    position: relative;
    color: #fff;
    z-index: 2;
    font-weight: bold; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    color: #fff;
    background-color: #70c303;
    border: 1px solid #70c303; }
  .btn-secondary.btn-outline {
    background: transparent;
    color: #fff;
    border: 1px solid #5da203; }
    .btn-secondary.btn-outline:hover, .btn-secondary.btn-outline:focus, .btn-secondary.btn-outline:active {
      background: #5da203;
      color: #fff; }

.btn-white {
  position: relative;
  background-color: white;
  color: #000000;
  border: 1px solid rgba(43, 43, 43, 0.4);
  border-radius: 0; }
  .btn-white span {
    position: relative;
    color: #fff;
    z-index: 2;
    font-weight: bold; }
  .btn-white:hover, .btn-white:focus, .btn-white:active {
    color: #000000;
    background-color: #f1f1f1;
    border: 1px solid rgba(43, 43, 43, 0.6); }

.btn-lite {
  position: relative;
  background-color: rgba(93, 162, 3, 0.1);
  color: #0b562f;
  border: none;
  border-radius: 0; }
  .btn-lite i {
    color: #5da203; }
  .btn-lite span {
    color: #5da203;
    font-weight: bold; }
  .btn-lite:hover, .btn-lite:focus, .btn-lite:active {
    color: #0b562f;
    background-color: rgba(93, 162, 3, 0.2);
    border: none; }

.btn-outline {
  background: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #000000;
    color: #fff;
    border: 1px solid black; }

.btn.with-arrow {
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .btn.with-arrow:hover {
    padding-right: 50px; }
    .btn.with-arrow:hover i {
      color: #fff;
      right: 18px;
      visibility: visible;
      opacity: 1; }

.btn-alt {
  width: 300px;
  height: 60px;
  color: #fff;
  border-radius: 10px;
  background-color: #2b2b2b;
  text-transform: uppercase; }
  .btn-alt:hover {
    color: #5da203; }

.btn-circle {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-color: transparent;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.btn-link {
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: .9rem;
  line-height: 1.5;
  padding: 0;
  border: none;
  vertical-align: baseline;
  text-decoration: none; }
  .btn-link:hover, .btn-linkfocus {
    text-decoration: none;
    color: #5da203; }

.arrow-right {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.arrow-top {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.btn-close {
  color: #fff;
  background-color: #000000;
  border: none; }
  .btn-close i {
    color: #fff; }
  .btn-close:hover {
    color: #fff;
    background-color: #0b562f; }

.btn-icon {
  background: transparent; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 1px solid #D0D3D4;
  font-weight: normal; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #0b562f; }

.row-pb-md {
  padding-bottom: 4em !important; }

.row-pb-sm {
  padding-bottom: 2em !important; }

.hotelwebsite-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #f1f1f1; }

.js .animate-box {
  opacity: 0; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #5da203; }

.owl-carousel button.owl-dot {
  background: transparent;
  border: 1px solid rgba(11, 86, 47, 0.8);
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%; }

.owl-carousel button.active {
  background: #5da203;
  border: 1px solid #5da203; }

.owl-carousel .owl-nav {
  position: relative;
  z-index: 2; }

.owl-carousel .owl-stage-outer {
  margin-bottom: 1rem; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  color: black;
  text-transform: uppercase;
  line-height: normal;
  padding: 0 !important;
  display: block; }
  .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    color: #5da203; }

.owl-carousel .owl-nav button.owl-prev {
  float: left; }
  .owl-carousel .owl-nav button.owl-prev:after {
    display: none; }
  .owl-carousel .owl-nav button.owl-prev:before {
    content: '';
    display: inline-block;
    width: 4vw;
    height: 1px;
    background-color: #000;
    margin: .275rem 1rem .275rem 0; }

.owl-carousel .owl-nav button.owl-next {
  float: right; }
  .owl-carousel .owl-nav button.owl-next:after {
    content: '';
    display: inline-block;
    width: 4vw;
    height: 1px;
    background-color: #000;
    margin: .275rem 0 .275rem 1rem; }

.owl-carousel .owl-dots {
  position: relative;
  z-index: 2;
  bottom: 3px;
  text-align: center; }

.owl-promotion .owl-nav button.owl-next, .owl-promotion .owl-nav button.owl-prev {
  color: white;
  font-size: .8rem; }
  .owl-promotion .owl-nav button.owl-next:hover, .owl-promotion .owl-nav button.owl-prev:hover {
    color: #5da203; }

.owl-promotion .owl-nav button.owl-prev {
  float: left; }
  .owl-promotion .owl-nav button.owl-prev:after {
    display: none; }
  .owl-promotion .owl-nav button.owl-prev:before {
    content: '';
    display: inline-block;
    width: 4vw;
    height: 1px;
    background-color: #fff;
    margin: .275rem 1rem .275rem 0; }

.owl-promotion .owl-nav button.owl-next {
  float: right; }
  .owl-promotion .owl-nav button.owl-next:after {
    content: '';
    display: inline-block;
    width: 4vw;
    height: 1px;
    background-color: #fff;
    margin: .275rem 0 .275rem 1rem; }

.owl-herobanner .owl-dots {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: center; }

.owl-herobanner .owl-stage-outer {
  margin-bottom: 0; }

.owl-herobanner .owl-item figure {
  margin-bottom: 0; }

.paralax-bg {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh; }

.sticky {
  position: fixed; }

.owl-content .item-content {
  padding: 4rem 4rem;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 2;
  width: 100%; }
  .owl-content .item-content .item-content-h {
    font-family: "Playfair Display", serif;
    font-size: 1.6rem; }
  .owl-content .item-content .item-content-sh {
    color: #5da203;
    -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: .2rem; }
  .owl-content .item-content .item-content-h, .owl-content .item-content .item-content-text {
    color: #fff;
    -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9); }
  .owl-content .item-content .item-content-h, .owl-content .item-content .btn {
    text-transform: uppercase; }

.owl-content .owl-nav {
  position: relative;
  z-index: 2; }

.owl-content .owl-stage-outer {
  margin-bottom: 1rem; }

.owl-content .owl-nav button.owl-next, .owl-content .owl-nav button.owl-prev {
  color: black;
  font-size: .8rem;
  font-weight: bold;
  letter-spacing: .1rem;
  text-transform: uppercase;
  line-height: normal;
  padding: 0 !important;
  display: block; }
  .owl-content .owl-nav button.owl-next:hover, .owl-content .owl-nav button.owl-prev:hover {
    color: #5da203; }

.owl-content .owl-nav button.owl-prev {
  float: left; }
  .owl-content .owl-nav button.owl-prev:after {
    display: none; }
  .owl-content .owl-nav button.owl-prev:before {
    content: '';
    display: inline-block;
    width: 4vw;
    height: 1px;
    background-color: #000000;
    margin: .275rem 1rem .275rem 0; }

.owl-content .owl-nav button.owl-next {
  float: right; }
  .owl-content .owl-nav button.owl-next:after {
    content: '';
    display: inline-block;
    width: 4vw;
    height: 1px;
    background-color: #000000;
    margin: .275rem 0 .275rem 1rem; }

.owl-content .owl-dots {
  position: relative;
  z-index: 1;
  bottom: 5px;
  text-align: center; }

.owl-gallery .owl-stage-outer {
  margin-bottom: 0; }

.owl-gallery .owl-dots {
  position: static;
  text-align: center;
  background: #fff;
  padding: 5px 0 0 0; }

.owl-gallery .owl-dots button {
  height: 3.5vw !important;
  background-size: cover;
  border-radius: 0;
  width: 12% !important;
  margin: 0;
  border: 3px solid #fff !important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.owl-gallery button.active {
  border: 3px solid #0b562f !important; }

.thumb-calendar {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  background-color: #fff;
  text-align: center;
  padding: 2px;
  font-weight: bold;
  width: 80px;
  font-size: .8rem;
  border: 1px solid rgba(208, 211, 212, 0.6); }
  .thumb-calendar .month {
    padding: 2px;
    color: #fff;
    background-color: #5da203; }
  .thumb-calendar .date {
    font-size: 2rem;
    line-height: 1;
    color: #5da203; }

.single-main .single-content {
  width: calc(100% - 320px);
  margin-right: auto;
  padding: 0; }

.single-main .single-aside {
  width: 320px;
  height: 100%;
  position: absolute;
  overflow-x: scroll;
  right: 0;
  top: 0;
  z-index: 11;
  padding: 20px 20px 250px 20px;
  opacity: 1;
  background-color: #ffffff;
  color: #333;
  -webkit-box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.2); }
  .single-main .single-aside .price-box .btn {
    width: 100%;
    font-weight: bold; }

.single-main .fixed-aside {
  position: fixed; }

@media (max-width: 992px) {
  .hotelwebsite-nav {
    height: 60px; }
  .hamberger-menu .bar1, .hamberger-menu .bar2, .hamberger-menu .bar3 {
    width: 25px;
    height: 3px;
    margin-top: 6px;
    margin-left: 0px; }
  .hamberger-menu:hover .bar1, .hamberger-menu:hover .bar2, .hamberger-menu:hover .bar3 {
    margin-top: 6px; }
  .hotelwebsite-nav .booknow {
    width: 100px;
    height: 60px;
    padding: 0 10px;
    font-size: 1rem; }
  #mainmenuModal .modal-dialog {
    height: auto;
    margin: 60px 0 0 0;
    padding: 0;
    width: calc(100% - 70px); }
  .modal-content {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0; }
    .modal-content .btn-close {
      display: block;
      position: absolute;
      top: -60px;
      left: 0;
      width: 60px;
      height: 60px; }
  #mainmenuModal .mainmenu {
    height: 100%; }
    #mainmenuModal .mainmenu ul {
      width: 100% !important;
      padding: 0 0 0 0; }
  .h1, h1 {
    font-size: 1.8rem; }
  .h2, h2 {
    font-size: 1.4rem; }
  .h3, h3 {
    font-size: 1.1rem; }
  .hero-text {
    bottom: 1rem;
    left: 1rem; }
    .hero-text .hero-title {
      font-size: 1.5rem; }
    .hero-text .hero-subtitle {
      font-size: .8rem; }
  .owl-herobanner figure, .owl-herobanner.herobanner-room figure {
    height: 50vh; }
  .owl-herobanner.with-shadow:after, .owl-herobanner.herobanner-room.with-shadow:after {
    display: none; }
  .owl-card {
    padding: 1rem; }
    .owl-card .owl-dots {
      display: block;
      position: static; }
  .card-img-overlay {
    top: inherit;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 1rem; }
    .card-img-overlay h1, .card-img-overlay h2, .card-img-overlay h3, .card-img-overlay p, .card-img-overlay a {
      color: #fff; }
    .card-img-overlay h1, .card-img-overlay h2, .card-img-overlay h3, .card-img-overlay a {
      text-transform: uppercase; }
  .bg-overlay:before {
    background: rgba(0, 0, 0, 0.2);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .bg-overlay:hover:before {
    background: rgba(0, 0, 0, 0); }
  .dec-bg {
    position: relative;
    padding-bottom: 2rem; }
    .dec-bg:after {
      content: "";
      display: block;
      width: 50%;
      height: 80vh;
      position: absolute;
      z-index: -1;
      bottom: 0;
      right: 0;
      background-size: cover; }
  .magazine-style {
    max-width: 1200px;
    margin: 5rem auto 0 auto; }
    .magazine-style .mag-title {
      text-transform: uppercase;
      font-size: 1.4rem;
      margin: 0;
      text-align: center; }
      .magazine-style .mag-title br {
        display: none; }
    .magazine-style .mag-col-1 {
      width: 60%;
      float: left; }
      .magazine-style .mag-col-1 img {
        padding: 1rem; }
    .magazine-style .mag-col-2 {
      width: 40%;
      float: left; }
      .magazine-style .mag-col-2 img {
        padding: 1rem; }
    .magazine-style .mag-col-3 {
      width: 100%;
      float: left; }
    .magazine-style .mag-content {
      padding: 2rem 15px 0 15px; }
  .magazine-style-2 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative; }
    .magazine-style-2 .mag-title {
      font-size: 1.5rem;
      margin: 0 0 .5rem 0; }
      .magazine-style-2 .mag-title br {
        display: none; }
    .magazine-style-2 .mag-col-2 {
      width: 100%;
      padding: 0;
      margin: 0; }
    .magazine-style-2 .mag-col-3 {
      width: 100%;
      position: static;
      height: 50vw;
      overflow: hidden; }
    .magazine-style-2 .mag-content {
      padding: 1rem;
      margin-bottom: 0; }
      .magazine-style-2 .mag-content p {
        text-align: left;
        margin-bottom: 0; }
  .room-card {
    margin-bottom: 15px; }
    .room-card .included {
      padding: .5rem 0; }
      .room-card .included ul li {
        padding: 0 .5rem; }
  .amenities-icon ul li {
    width: auto;
    padding: .5rem;
    text-align: center; }
  .amenities-icon ul .img-icon {
    margin: 0 auto; }
  .room-features {
    height: auto; }
    .room-features .features-list {
      border-left: none; }
      .room-features .features-list div span {
        display: block;
        margin: 0 auto; }
  .filter-btn-container .btn {
    border-radius: .5rem;
    padding: .25rem .5rem;
    margin: 0 .25rem .5rem .25rem;
    font-size: .8rem; }
  .graphic-map .map-footer {
    bottom: 1rem; }
  .p-max {
    padding: 2rem 0; }
  .owl-content .item-content {
    padding: 1rem;
    max-width: inherit;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%; }
    .owl-content .item-content .item-content-h, .owl-content .item-content .item-content-text {
      text-shadow: none; }
  .owl-content .link-item-overlay:after {
    display: none; }
  .embed-responsive-3by1:before {
    padding-top: 100%; }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; }
  .paralax-bg {
    background-attachment: scroll;
    height: 54vw; }
  .book-direct .book-direct-item-h {
    margin: 0 0 1rem 0;
    font-size: .8rem; }
  .book-direct i {
    margin: 1rem auto 0.25rem auto; }
  .footer-brand {
    background-color: transparent; }
  .footer-logo, .footer-nav {
    background-color: white; }
  .footer-logo {
    text-align: center;
    width: 100%;
    position: static;
    padding: 1rem;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .footer-logo img {
      -webkit-filter: invert(100%);
      filter: invert(100%);
      width: 100px;
      height: auto; }
    .footer-logo li a {
      font-size: 1.5rem; }
  .footer-nav {
    width: 100%;
    margin-left: 0;
    float: left;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center; }
  .plain-list li {
    display: inline-block;
    margin: 0 10px 10px 0; }
  .owl-gallery .owl-dots button {
    height: 4.5vh !important; } }
