body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  color: #2b2b2b;
}
* {
  border: none;
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

img{
  max-width: 100%;
}
h1, h2, h3, h4{
  font-family: "Afacad", sans-serif;
}


/*====== Header =========*/
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.navbar-brand {
  float: left;
  width: 380px;
  height: auto;
  padding: 6px 15px;
}
.navbar-brand img{
  float: left;
  width: 200px;
}
.navbar-brand span {
  color: #FC7309;
  font-size: 20px;
  padding: 17px 0 0 0;
  float: right;
  width: 122px;
}
.navbar.navbar-default {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  margin: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
  background: none;
  font-weight: 700;
}

.navbar-nav a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 28px !important;
  color: #fff !important;
  font-weight: 600;
}
.navbar-nav a:hover , .navbar-nav li.active a{
  color: #c3ada5 !important;  
}

#hotel-nav {
  width: calc(100% - 350px);
  float: left;
  margin: 0;
  padding: 0;
  border-right: 1px solid rgba(255,255,255,0.3);
}
.language {
  float: right;
  width: 70px;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
}
.language ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.language ul > li {
  float: left;
  width: 100%;
  padding: 0 12px;
  cursor: pointer;
  color: #fff;
}
.language li li {
  padding: 0;
}
.language li li a {
  padding: 9px 10px;
  color: #fff;
  background: #000;
  float: left;
  margin-top: 0;
  width: 100%;
  text-align: center;
}
.language li ul {
  display: none;
  position: absolute;
  padding-top: 10px;
  width: 50px;
}
.language li:hover ul {
  display: block;
}
.spcl {
  float: right !important;
}
.spcl a {
  background: #c3ada5;
}
.spcl a:hover, .spcl a:active, .spcl a:focus {
  background: #b39d95 !important;
  color: #fff !important;
}

.navbar-brand {
  float: left;
  width: 116px;
  filter: invert(100%) brightness(100);
  border-right: 1px solid rgba(0,0,0,0.3);
}
.navbar-brand img {
  padding: 5px;
}
.navbar-brand2 {
  float: left;
  width: 170px;
  margin: 0;
  padding: 12px 15px;
  filter: invert(100%) brightness(100);
  border-right: 1px solid rgba(0,0,0,0.3);
}

.header-phone {
  float: left;
  margin: 0;
  padding: 0;
  width: calc(100% - 350px);
  border-right: 1px solid rgba(255,255,255,0.3);
}
.header-phone ul{
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.header-phone li{
  float: left;
  margin: 0;
  padding: 0;
}
.header-phone li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px 6px;
  float: left;
}
.nav.navbar-nav.navbar-left {
  width: 100%;
}

.header.topfix {
  background: #fff;
}
.header.topfix .navbar-brand, .header.topfix .navbar-brand2{
  filter: none;
}
.header.topfix .header-phone li a, .header.topfix .language ul > li{
  color: #2b2b2b;
}
.header.topfix .header-phone {
  border-right: 1px solid rgba(0,0,0,0.3);
}
.header.topfix .navbar-nav a{
  color: #2b2b2b !important;
}
.header.topfix .navbar.navbar-default {
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.header.topfix #hotel-nav {
  border-right: 1px solid rgba(0,0,0,0.3);
}
.header.topfix  .navbar-nav a:hover, .header.topfix .navbar-nav li.active a {
  color: #c3ada5 !important;
}

.header.topfix .spcl a:hover {
  background: #b39d95 !important;
  color: #fff !important;
}
.header-phone li a:hover{
  color: #c3ada5 !important;
}
/*====== Banner =========*/
.banner-area {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background: #000;
}
#project-banner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  z-index: 4;
  height: 200px;
}
.partner-logo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 320px;
}
.welcome-space h3 strong {
  color: #738cbb;
}
/*#project-banner {
  left: -40px;
  right: -40px;
  width: 100vw;
}*/
#project-banner .carousel-control {
  width: 70px;
  background: none;
}
.banner-area .item {
  height: 100vh;
  overflow: hidden;
}

.spcl-book a {
  background: #F2EEEB;
  color: #000 !important;
}
.spcl-book a:hover{
  background: #DDD9D6 !important;
}
#project-banner .carousel-caption {
  position: absolute;
  left: 60px;
  top: 60px;
  bottom: 60px;
  right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#project-banner .carousel-caption h2{
  font-size: 52px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 3px rgba(0,0,0,0.9);
}
#project-banner .carousel-caption h3{
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 3px rgba(0,0,0,0.9);
}
#project-banner .carousel-caption hr{
  float: left;
  width: 100%;
  margin: 5px 0;
  padding: 0;
  max-width: 670px;
}
/* YOUR CSS simplified */  
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  height: auto;
  width: 100%;
  line-height: 1;
}

/*Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}    
.carousel-fade .carousel-inner .active {
  opacity: 1;
}    
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}    
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}    
.carousel-fade .carousel-control {
  z-index: 2;
}

/*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/*====== Booking =========*/
.booking-section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.booking-area {
  float: left;
  width: 100%;
  padding: 10px 0;
  position: relative;
}
.sb-booking {
  background: #fff;
  float: left;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 30px;
  z-index: 12;
}

.main_book_form_item {
  float: left;
  position: relative;
  width: 16.66%;
}
.first-book{
  float: left;
  position: relative;
  width: 30%;
}
.main_book_form_item h2 span {
  font-size: 12px;
  float: left;
  text-transform: uppercase;
  width:100%;
}
.date_picker input#search_arrival {
  cursor: pointer;
}
.booking-area input[type=text] {
  width: calc(100% - 40px);
  margin: 0;
  padding: 5px;
  height: 40px;
  background: transparent;
  color: #000;
  border: none;
  margin: 10px;
  font-size: 14px;
}
.booking-area select {
  width: calc(100% - 10px);
  padding: 5px 10px;
  height: 40px;
  font-size: 14px;
  background: transparent;
  color: #2b2b2b;
  border: none;
  margin: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: transparent url(../images/select-arrow.png) no-repeat;
  background-position: right 10px center;
}
.main_book_form_item:nth-child(3), .main_book_form_item:nth-child(4), .main_book_form_item:nth-child(5), .main_book_form_item:nth-child(2) {
  border-right: 1px solid rgba(0,0,0,0.1);
}
.booking-area select option {
  font-size: 12px;
}
.ui-datepicker-trigger {
  position: absolute;
  right: 14px;
  top: 25px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  text-align: center;
}
#ui-datepicker-div {
  font-size: 14px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: none;
}
.sb-booking .form_submit {
  width: calc(100% + 1px);
  margin: 0;
  padding: 5px 10px;
  height: 60px;
  background: #c3ada5;
  color: #fff;
  border: none;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sb-booking .form_submit:hover {
  background: #b39d95;
}

.whybook {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.whybook img{
  margin-bottom: 20px;
}
.booking-area.fixed .sb-booking {
  position: fixed;
  left: 0;
  right: 0;
  max-width: 1140px;
  margin: 0 auto;
  top: 84px;
  background: #F1EFED;
  bottom: auto;
}

.main_book_form_item label {
  float: left;
  margin: 0;
  padding: 0 12px;
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #c3ada5;
  width: 100%;
}

/*======home-about===========*/
.home-about {
  float: left;
  width: 100%;
  margin: 0;
  padding: 80px 0;
}
.home-about h2{
  font-size: 42px;
  text-align: right;
  font-weight: 800;
  margin-top: 0;
}
.home-about h2 span{
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1em;
  color: #c3ada5;
  margin-top: 10px;
  float: left;
  width: 100%;
}
.home-about h3{
  font-weight: 500;
  padding-left: 60px;
  font-size: 26px;
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
}
.home-about p{
  font-weight: 500;
  padding-left: 60px;
  font-size: 16px;
  line-height: 1.6em;
}

.home-room {
  float: left;
  width: 100%;
  margin: 0;
  padding: 60px 0 30px;
  position: relative;
  background: #F1EFED;
}
.home-room h2 {
  font-weight: 600;
  font-size: 48px;
  float: left;
  position: relative;
  margin: 0;
}
.home-room h2 span{
  color: #c3ada5;
}

.hm-room-area {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
}
.room-booking {
  float: left;
  width: 100%;
  background: #c3ada5;
  padding: 15px;
  position: relative;
  z-index: 3;
}
.rm-left, .rm-right {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}
.rm-left {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.rm-right a{
  font-size: 18px;
  color: #78583D;
  font-weight: 600;
  float: right;
}
.rm-right a:hover{
  color: #2b2b2b;
}
.hm-room-area h3 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  background: #c3ada5;
  float: left;
  margin: 0;
  padding: 10px 0 15px;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #b59f97;
}

.hm-room-area .owl-nav {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 45%;
  font-size: 40px;
  z-index: 2;
  color: #C4ACA5;
}
.home-room .view-room {
  margin-right: 0;
}

.hm-room-area .owl-nav .owl-prev{
  float: left;
}
.hm-room-area .owl-nav .owl-next{
  float: right; 
}
.hm-room-area img{
  float: left;
  position: relative;
  z-index: 0;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.hm-room-area .item{
  overflow: hidden;
  float: left;
}
.hm-room-area .item:hover img{
  transform: scale(1.1);
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.view-room {
  float: right;
  border: 2px solid #c3ada5;
  padding: 6px 20px;
  color: #c3ada5;
  margin: 3px 40px 0;
  font-size: 16px;
  font-weight: 600;
}
.view-room:hover {
  border: 2px solid #c3ada5;
  color: #fff;
  background: #c3ada5;
}

.home-spcl {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 60px;
  text-align: center;
  background: #c3ada5;
}

.spcl-img {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  transform: translateY(-40px);
}
.home-spcl h2{
  font-size: 28px;
  padding: 0 110px;
  font-family: "Poppins", sans-serif;
}
.home-spcl h2 span{
  font-size: 1.3em;
  float: left;
  width: 100%;
  font-weight: 700;
  margin-top: 10px;
}
.home-spcl a {
  margin: 20px 0;
  padding: 10px 40px;
  background: #fff;
  color: #2b2b2b;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
}
.home-spcl a:hover {
  color: #b39d95;
  background: #2b2b2b;
}


.hm-services {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.services h2 {
  padding-left: 55px;
}
.services p {
  padding-left: 12px;
  padding: 10px 0px;
}
.services p b {
  font-size: 16px;
}
.hm-services:before {
  content: "";
  background: #2B2B2B;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
  height: auto!important;
}
.hm-services h2 {
  font-weight: 600;
  font-size: 47px;
  float: left;
  position: relative;
  margin: 0 0 20px 0;
  width: 100%;
  line-height: 0.9em;
  color: #c3ada5;
}
.hm-services h2 span{
  color: #c3ada5;
}
.hm-services p {
  font-size: 16px;
}
.hm-services iframe {
  float: left;
  width: 100%;
  height: 440px;
}
.hm-services a {
  margin: 20px 0;
  padding: 10px 40px;
  background: #c3ada5;
  color: #fff;
  display: inline-block;
  font-weight: 600;
}
.hm-services a:hover {
  color: #fff;
  background: #b39d95;
}


.hm-newsletter {
  float: left;
  width: 100%;
  margin: 0;
  padding: 80px 0;
  text-align: center;
  background: #c3ada5;
  color: #fff;
}
.hm-newsletter  h3 {
  font-weight: 400;
  font-size: 36px;
  float: left;
  position: relative;
  margin: 0 0 20px 0;
  width: 100%;
  padding: 0 120px;
}
#subscribe {
  margin: 15px auto 0;
  display: inline-block;
  width: 470px;
}
.check-privacy {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0 0 0;
  font-weight: normal;
}
.check-privacy a{
  color: #2b2b2b;
}
.hm-newsletter input[type="email"] {
  float: left;
  width: 300px;
  margin: 0;
  padding: 10px;
  font-weight: normal;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  font-size: 16px;
  height: 50px;
}
#submit-button {
  background: #2b2b2b;
  color: #fff;
  padding: 10px 40px;
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #fff;
  height: 50px;
}
#submit-button:hover {
  background: #000;
}


.footer {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0,0,0,0.3);
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.footer-logo a {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.footer-logo a img {
  width: 100%;
  max-width: 112px;
}
.footer a{
  float: left;
  width: 100%;
  color: #2b2b2b;
}
.footer-logo {
  border-right: 1px solid rgba(0,0,0,0.3);
  padding: 15px;
  min-height: 210px;
}
.footer h3{
  margin: 0 0 10px 0;
}
.footer a:hover{
  color: #000;
}
.footer-address {
  padding: 30px 15px 0;
  border-right: 1px solid rgba(0,0,0,0.3);
  min-height: 210px; 
}
.footer-call {
  padding: 30px 15px 0;
  border-right: 1px solid rgba(0,0,0,0.3);
  min-height: 210px;
}
.footer-vat {
  padding: 30px 15px 0;
  min-height: 210px;
}
.footer-copy {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid rgba(0,0,0,0.3);
  text-align: center;
  font-size: 14px;
}
.footer-call a{
  float: none;
  display: inline;
}


/*-------Newly added -----------*/
.hm-adv {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0px 0 70px;
  background: #F1EFED;
}
.spcl-1 {
  float: left;
  width: calc(50% - 15px);
  text-align: center;
  padding: 70px;
  margin: 0 15px 0 0;
  background: url("../images/spcl-1.jpg") no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: bottom center;
}
.spcl-2 {
  float: left;
  width: calc(50% - 15px);
  text-align: center;
  padding: 70px;
  margin: 0 0 0 15px;
  background: url("../images/spcl-2.jpg") no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: bottom center;
}
.spcl-1 p {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.hm-adv h2 {
  font-size: 50px;
  font-weight: 400;
  color: #fff;
}
.hm-adv a {
  font-size: 16px;
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 25px;
  margin-top: 20px;
}
.hm-adv a:hover {
  color: #2b2b2b;
  background: #fff;
}

.bg-text{
  color: #fff;
  background: #2b2b2b;
  padding: 40px;
}
.hm-services{
  background: url("../images/hm-extra.jpg") no-repeat;
  background-size: cover;
  background-position: left;
}
.hm-services h3{
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

#alert {
  float: left;
  width: 100%;
  font-size: 20px;
  padding: 20px 0 0;
  text-transform: uppercase;
  font-weight: 600;
}
#alert .success {
  color: green;
}
#alert .error {
  color: red;
}


/*====room====*/
.room-section-inner {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 60px;  
}
.room-section-inner ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
}
.room-section-inner li{
  float: left;
  width: 33.33%;
  margin: 0;
  padding: 5px 15px 2px 0;
  line-height: 1em;
  font-size: 14px;
}
.room-section-inner li i{
  font-size: 16px;
  width: 20px;
}
.room-section-inner h2{
  margin-bottom: 10px;
  font-weight: 600;
  color: #c3ada5;
  font-size: 36px;
}
.room-section-inner h2 span{
  position: relative;
}
.room-section-inner h2 span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border: 1px solid #c7b899;
  bottom: 5px;
}
.room-section-inner .owl-nav {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 45%;
  font-size: 20px;
}
.room-section-inner .owl-nav button i{
  padding: 10px !important;
  background: #fff !important;
}
.room-section-inner .owl-nav .owl-prev{
  float: left;
}
.room-section-inner .owl-nav .owl-next{
  float: right; 
}
.room-section-inner p {
  font-size: 15px;
}
.room-section-inner p span {
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.room-section-inner .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.room-section-inner:nth-child(2n+2) .container {
  flex-direction: row-reverse;
}



.service-breakfast {
  float: left;
  width: 100%;
  margin: 0 0 60px 0;
  padding: 80px 0;
  background: #c3ada5;
  position: relative;
}

.service-breakfast h2{
  font-size: 36px;
  float: left;
  width: 100%;
}
.service-breakfast p{
  font-size: 16px;
  float: left;
  width: 100%;
}
.service-breakfast:before{
  content: "";
  left: 0;
  right: 52%;
  top: 0;
  bottom: 0;
  background: url("../images/service-1-4.jpg") no-repeat;
  background-size: cover;
  position: absolute;
}
.service-breakfast h3 {
  font-size: 30px;
  padding: 90px 0;
  margin: 0;
  font-weight: 400;
  line-height: 1em;
}
.gallery-banner{
  width: 100%;
  margin: 0;
  padding: 0;
  height: 330px;
  background: url("../images/location-banner-1.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
}


.location-map {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.location-map iframe{
  float: left;
  width: 100%;
  height: 350px;
  margin: 0;
  padding: 0;
}
.location-map h2{
  font-size: 36px;
  margin-bottom: 20px;
}
.location-map h2 span{
  float: left;
  width: 100%;
  color: #c3ada5;
  font-size: 0.8em;  
}
.location-map p{
  font-size: 15px;
}


.service-list {
  float: left;
  list-style: none;
  margin: 0;
  padding: 15px 0 0 60px;
}
.service-list li{
  float: left;
  width: 50%;
  font-size: 15px;
  margin: 0;
  padding: 10px 0;
}
.service-list li i{
  float: left;
  font-size: 20px;
  margin: 0;
  padding: 0 15px 0 0;
}

.gallery-section .hm-room-area {
  padding: 0 40px;
}
.gallery-section  .hm-room-area .owl-nav {
  left: -35px;
  right: -35px;
  z-index: -1;
  top: 40%;
}
.home-room.gallery-section {
  padding: 0 0 40px 0;
  background: #fff;
}
.home-room.gallery-section h2{
  text-align: center;
  float: left;
  width: 100%;
}
.owl-nav .disabled {
  opacity: 0.1;
}
.hm-adv h2 span {
  float: left;
  width: 100%;
  font-size: 0.7em;
  line-height: 1em;
}
.service-pg a {
  margin: 20px 0;
  padding: 10px 40px;
  background: #c3ada5;
  color: #fff;
  display: inline-block;
  font-weight: 600;
}
.service-pg a:hover {
  color: #fff;
  background: #b39d95;
}
.home-room.gallery-section a:hover::before {
  content: "\f002";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 99;
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.daterangepicker td.in-range{
  background: #b39d95 !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover{
  background: #88684D !important;
}

.drp-calendar.right {
  display: none !important;
}
.gallery-banner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  z-index: 4;
  height: 200px;
}

.grecaptcha-badge {
  visibility: hidden;
}
.footer .footer-vat a {
  margin-bottom: 10px;
}


/*=====================================================
MEDIA QUERY
=====================================================*/
@media (max-width:767px) { 
  .header-phone {
    position: fixed;
    right: 0;
    bottom: 0;
    border: none !important;
    width: 100vw;
    background: #c3ada5;
    border-radius: 10px 10px 0 0;
    left: 0;
  }
  .header.topfix .header-phone {
    background: #c3ada5;
  }
  .header-phone li a {
    font-size: 18px;
    width: 100%;
    margin: 0;
    padding: 10px;
    text-align: center;
  }
  .header-phone li {
    width: 25%;
  }

  .navbar-brand {
    float: left;
    width: 100px;
  }
  .navbar-brand2 {
    width: 122px;
    padding: 10px 5px 0;
  }
  .navbar-header {
    float: left;
    width: 289px;
  }
  .navbar-toggle {
    margin-top: 17px;
  }
  .language ul > li { 
    padding: 0 5px;
  }
  .language {
    float: right;
    width: 52px;
  }
  #hotel-nav {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    top: 70px;
    background: #fff;
    z-index: 9;
  }
  .header {
    position: fixed;
    z-index: 9;
    background: #fff;
  }
  .navbar-brand, .navbar-brand2{
    filter: none;
    border-right: 1px solid rgba(0,0,0,0.1);
  }
  .language ul > li{
    color: #2b2b2b;
  }
  .navbar-nav a{
    color: #2b2b2b !important;
    padding: 10px 16px !important;
  }
  .nav.navbar-nav.navbar-left {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .spcl {
    float: right !important;
    width: 100%;
  }
  .banner-area .item {
    height: 400px;
    overflow: hidden;
  }
  .banner-area .item img {
    height: 100%;
    width: auto;
    max-width: none;
    transform: translateX(-160px);
  }
  #project-banner .carousel-caption h2 {
    font-size: 24px;
  }
  #project-banner .carousel-caption h3 {
    font-size: 16px;
  }
  .home-about h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  .home-about h2 span {
    font-size: 46px;
  }
  .home-about h3 {
    font-size: 21px;
    padding: 0;
    text-align: center;
    float: left;
  }
  .home-about p {
    font-size: 16px;
    line-height: 1.5em;
    float: left;
    padding: 0;
    text-align: center;
  }
  .home-room h2 {
    font-size: 38px;
    text-align: center;
    margin: 0;
    padding: 0 15px;
    width: 100%;
  }
  .home-room {
    text-align: center;
    padding-bottom: 0;
  }

  .view-room {
    float: none;
    display: inline-block;
    margin: 15px auto 0;
  }
  .room-booking{
    padding: 15px;
  }
  .rm-left, .rm-right {
    width: 100% !important;
    text-align: center;
  }
  .rm-right a {
    font-size: 20px;
    font-weight: 600;
    float: none;
    display: inline-block;
    margin-top: 5px;
  }
  .home-spcl h2 {
    font-size: 22px;
    padding: 0 15px;
    float: left;
    width: 100%;
  }
  .home-spcl h2 span {
    font-size: 30px;
    margin-top: 15px;
  }
  .hm-services h2 {
    font-size: 38px;
    text-align: center;
    padding: 0px;
  }
 .hm-services iframe {
    float: left;
    width: 100%;
    height: 300px;
  }
  .home-about {
    padding: 60px 0;
  }
  .hm-services h3 {
    font-size: 19px;
    float: left;
    text-align: center;
  }
  .hm-services p {
    line-height: normal;
    font-size: 16px;
    float: left;
    text-align: center;
    width: 100%;
  }
  .hm-services {
    text-align: center;
  }
  .hm-services a {
    margin: 20px auto 0;
  }
  .hm-newsletter h3 {
    font-size: 26px;
    padding: 0 15px;
  }
  #subscribe {
    width: 330px;
  }
  .hm-newsletter input[type="email"] {
    width: 196px;
    font-size: 14px;
  }
  #submit-button {
    font-size: 14px;
	padding: 10px 29px;
  }
  
  .footer p {
    font-size: 14px;
  }
  .footer h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
  }
  .footer-copy {
    padding: 10px 20px;
    font-size: 12px;
    margin-top: 20px;
  }
  .sb-booking.mn-booking {
    position: relative;
    bottom: 0;
    z-index: 1;
  }
  .main_book_form_item {
    width: 100%;
    border: none !important;
  }
  .booking-area input[type="text"], .booking-area select {
    font-size: 14px;
  }
  .footer {
    text-align: center;
  }
  .footer-logo, .footer-address, .footer-call, .footer-vat{
    padding: 10px;
    border: none !important;
    min-height: auto;
    float: left;
    width: 100%;
  }
  .footer h3 {
    margin: 10px 0;
  }
  #ui-datepicker-div {
    width: 300px !important;
  }
  .sb-booking .form_submit {
    font-size: 14px;
    height: auto;
    padding: 15px 0;
  }
  .spcl-img {
    transform: translateY(0);
    overflow-x: hidden;
    padding-top: 15px;
  }
  .home-spcl img {
    border-radius: 0;
    height: 250px;
    width: auto;
    max-width: none;
    transform: translateX(-330px);
  }
  .hm-room-area {
    padding: 0;
  }
  .hm-room-area .owl-nav {
    left: 10px;
    right: 10px;
    top: 45%;
    font-size: 30px;
    z-index: 2;
  }
  .hm-adv {
    padding: 0px;
    background: #000;
  }
  .spcl-1, .spcl-2 {
    width: 100%;
    margin: 0;
    height: auto;
  }
  .hm-adv h2 {
    font-size: 36px;
  }
  .hm-services {
    text-align: center;
    padding-top: 190px;
    background-size: 100%;
    background-color: #2b2b2b;
    background-position: top center;
  }
  .hm-adv .container, .home-room .container, .hm-spcl .container {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .navbar-brand2 {
    height: 70px;
  }
  .hm-services:before{
    display: none;
  }
  .footer-copy {
    padding: 10px 20px 70px;
    font-size: 12px;
  }
  .header-phone li a:hover{
    background: #98785d !important;
    filter: none;
    border-radius: 10px 10px 0 0;
  }
  .header-phone ul{
    float: none;
  }
  .language {
    margin-top: 22px;
  }
  .navbar-header {
    float: left;
    width: calc(100% - 42px);
  }
  .banner-area {
    padding: 70px 0 0 0;
  }
  .navbar-default .navbar-toggle{
    border: none;
  }
  .spcl-mob{
    display: none;
  }
  .bg-text {
    margin-top: 12px;
  }
  .home-spcl {
    padding: 0 0 12px;
  }
  .desktop-hide {
    background: #88684D;
    border-radius: 0 10px 0 0;
  }
  .room-section-inner {
    width: 100%;
  }
  .room-section-inner .container {
    display: block;
    padding: 5px;
  }
  .room-section-inner li{
    width: 50%;
  }
  .service-pg {
    text-align: center;
  }
  .service-breakfast:before {
    right: 0;
    bottom: auto;
    height: 260px;
  }
  .service-breakfast h2 {
    margin-top: 290px;
  }
  .gallery-section a {
    width: 50%;
  }
  #map, #floating-panel{
    width: 100%;
  }
  .service-breakfast {
    padding: 0 0 40px;
    text-align: center;
    margin-bottom: 40px;
  }
  .service-breakfast p {
    font-size: 15px;
  }
  .location-map {
    padding-bottom: 40px;
    text-align: center;
  }
  .location-map h2{
    padding-top: 20px;
    float: left;
    width: 100%;
  }
  .service-list li{
    width: 100%;
  }
  .service-list {
    float: none;
    list-style: none;
    margin: 0;
    padding: 15px 0 0 0px;
    display: inline-block;
    text-align: center;
  }
  .service-list li i {
    float: none;
    display: inline-block;
    padding-right: 5px;
  }
  .gallery-section .hm-room-area .owl-nav {
    left: -25px;
    right: -25px;
  }
  .header.topfix .header-phone li a{
    color: #fff;
  }
  #ui-datepicker-div {
    width: 300px !important;
    font-size: 12px;
  }
}

@media (min-width: 500px) and (max-width:767px) {
   .banner-area .item img {
    height: 100%;
    width: auto;
    max-width: none;
    transform: translateX(0);
  }
}

@media (min-width:768px) {
  .desktop-hide{
    display: none;
  }
}

@media (min-width: 768px) and (max-width:1023px) {
  .language ul > li {
    padding-top: 16px;
  }
   .header-phone {
    position: fixed;
    right: 0;
    bottom: 0;
    border: none !important;
    width: 100vw;
    background: #c3ada5;
    border-radius: 10px 10px 0 0;
    left: 0;
  }
  .header.topfix .header-phone {
    background: #c3ada5;
  }
  .header-phone li a {
    font-size: 22px;
    width: 100%;
    text-align: center;
    padding: 12px;
  }
  .header-phone li {
    width: 33.33%;
  }
  .navbar-brand {
    float: left;
    width: 100px;
  }
  .navbar-brand2 {
    width: 116px;
    padding: 13px 6px;
  }
  #hotel-nav {
    width: calc(100% - 272px);
  }
  .header .container {
    width: 100%;
  }
  .navbar-nav a {
    font-size: 13px;
    text-transform: uppercase;
    padding: 25px 8px !important;
  }
  .language {
    margin-top: 9px;
  }
  .banner-area .item {
    height: auto;
    overflow: hidden;
  }
  #project-banner .carousel-caption h2 {
    font-size: 34px;
  }
  #project-banner .carousel-caption h3 {
    font-size: 22px;
  }
  .home-about h2 {
    font-size: 28px;
  }
  .home-about h2 span {
    font-size: 30px;
  }
  .home-about h3 {
    font-size: 21px;
  }
  .home-about p {
    font-size: 16px;
    line-height: 1.5em;
  }
  .home-room h2 {
    font-size: 38px;
  }
  .booking-area.fixed .sb-booking {
    max-width: 748px;
    top: 71px;
  }
  .home-about {
    padding: 60px 0;
  }
  .hm-services h3 {
    font-size: 19px;
  }
  .hm-services p {
    line-height: normal;
    font-size: 16px;
  }
  .footer p {
    font-size: 14px;
  }
  .footer h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
  }
  .footer-copy {
    padding: 10px 20px 70px;
    font-size: 12px;
  }
  .header-phone li a:hover{
    background: #b39d95 !important;
    filter: none;
    border-radius: 10px 10px 0 0;
  }
  .header-phone ul{float: none;}
	.room-section-inner .col-sm-6{
    width: 100%;
  }
  .room-section-inner .container {
    display: block;
  }
  #map {
    width: 60%;
  }
  #floating-panel{
    width: 40%;
  }
  .service-list li{
    width: 100%;
  }

}


@media (min-width: 1024px) and (max-width: 1279px) {
  .navbar-nav a {
    padding: 15px !important;
  }
  .header-phone li a {
    padding: 7px 12px 6px;
  }
  .banner-area .item {
    height: auto;
    overflow: hidden;
  }
  .home-about h2 span {
    font-size: 40px;
  }
  .home-about h3 {
    font-size: 28px;
  }
  .hm-room-area h3 {
    font-size: 30px;
  }
  .rm-left {
    line-height: 1em;
    padding-right: 20px;
  }
  .booking-area.fixed .sb-booking {
    max-width: 940px;
  }

}

@media (min-width: 1280px) and (max-width:1365px) {
	
}

@media (min-width: 1024px) {
  .navbar-nav a {
    transform: translateY(-17px);
  }
  .spcl a{
    transform: translateY(0) translateX(1px);
  }

}

@media (min-width: 1280px) {
  .bg-text {
    padding: 100px 40px 60px;
  }
  .header-phone li a {
    padding: 7px 16px 6px;
    float: left;
  }

}


@media (min-width: 1600px) {
  
}

@media (min-width: 1400px) and (min-height:1000px) {
  .banner-area .item {
    height: auto;
    overflow: hidden;
  }  
}