@import url('https://fonts.googleapis.com/css?family=Dosis:400,500,600,700|Playfair+Display:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600');

* {
  background: transparent;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body{
	padding: 0;
	margin: 0; color: #464646;
	font: normal 16px/20px 'Dosis', sans-serif;
  overflow-x: hidden;
  -moz-transition: padding-top 0.5s ease;
  -o-transition: padding-top 0.5s ease;
  -webkit-transition: padding-top 0.5s ease;
  transition: padding-top 0.5s ease;
}
nav ul, a, img, input, nav, .box .inner, #gallery .item, video, .box.specials {
    -webkit-transition: all .4s ease-in-out; 
    transition: all .4s ease-in-out 
}
a:hover{text-decoration: none;}
h1, h2, h3, h4, h5, h6{
  font-family: 'Playfair Display', serif;
  color: #000000;
  margin: 0;
}
h1 span.small{
  font-family: 'SQMarket-Light';
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
}
h1{
  font-size: 36px;
}
h2{
  font-size: 26px;
}
ul{list-style: none;padding: 0px;margin:0px;}
hr { border-top: 1px solid #424242; }
.navbar-nav { width: 100%; text-align: center; padding-left: 30px;
  > li { float: none; display: inline-block; text-transform: uppercase; font-weight: 500; padding: 0 15px; }
}
.navbar-nav, .navbar { margin: 0!important; }
.navbar-toggle { margin: 32px 0 10px 15px; border: none; }
.navbar-toggle .icon-bar { background: #ffffff; }
.probootstrap-logo-center a { padding-bottom: 0!important; }
.navbar-nav > li > a { color: #fff!important; font-weight: 500; font-size: 14px; padding: 10px 0; }
.navbar-nav > li:first-child { padding-left: 0; }
.navbar-nav > li:last-child { padding-right: 0; }
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a.menuactive { color: #d4af37!important; background: none!important; transition: unset!important; }
.dropdown-menu { border-radius: 0; background: #fff; border: none; left: 15px; padding: 0!important; }
.dropdown-menu > li > a { color: #333!important; font-weight: 500; padding: 10px 20px!important; font-size: 14px; 
  border-bottom: none!important; }
.dropdown-menu > li > a:hover { color: #fbeb00!important; background: #eee!important; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background: none!important; border-color: unset!important; }

/* HEADER */
.sticky.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0;
  transition: 0.5s;
  z-index: 9999;
  background: #49796d ;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0px 16px 20;
  color: #f1f1f1;
  transition: 0.5s;
  z-index: 9999;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}
.header-top-wrapper {
  padding: 5px 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s; 
}
.header.sticky .header-top-wrapper { 
  margin-top: -40px; 
  transition: 0.5s; 
}
.header-top-wrapper .wr-phone-n-email ul li {
  display: inline-block;
  font-size: 14px;
}
.header-top-wrapper .wr-phone-n-email ul li i {
  font-size: 10px;
  width: 15px;
}
.header-top-wrapper .wr-phone-n-email ul li:last-child {
  margin-left: 15px;
}
.probootstrap-logo-center a {
  padding: 0 15px;
}
.header.sticky .nav > li > a > img {
  width: 80px;
}
.btn-book {
  color: #ffffff;
  padding: 5px 30px;
  background: #000000;
  border: 1px solid #49796d;
  transition: 0.5s;
}
.btn-book:hover {
  color: #f5f5f5;
  background: #49796d;
  border: 1px solid #b89934;
  transition: 0.5s;
}

.logo-xs {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 100%;
  text-align: center;
  transition: 0.5s;
  z-index: -1;
}
.logo-xs img {
  width: 80px;
}

//BORDER UNDERLINE H1
.top-feature-wrapper h1 { font-size: 28px; text-transform: uppercase; }
.txtCap { display: inline-block; border-bottom: 1px solid #fbeb00; }
.title-separator-outer { overflow: hidden; }
.title-separator { display: inline-block; height: 20px; width: 1px; margin-bottom: 10px; position: relative; }
.title-separator.style-liner { width: 1px; height: 20px }
.title-separator.style-icon { width: 30px; height: auto; text-align: center; font-size: 20px;}
.bg-primary { background-color: #fbeb00; }

.wr-items-offers .wr-box-img {
  width: 100%;
  height: 550px;
}
.left-box .wr-box-img {
  width: 100%;
  height: 600px;
}
.right-box .wr-box-img {
  width: 100%;
  height: 265px;
}
.btn-more {
  color: #000000;
  padding: 5px 15px;
  background: transparent;
  border: 1px solid #fbeb00;
  transition: 0.5s;
}
.btn-more:hover, .btn-more:focus {
  color: #fbeb00;
  background: #000000;
  border: 1px solid #000000;
  transition: 0.5s;
}

//HOVER EFFECT
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: left;
}
.hovereffect .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}
.hovereffect a, .hovereffect p {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}
.overlay span {
  background: #ffffff;
  color: #000000;
  padding: 10px 15px;
}
.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

//OFFERS
#offers-wrapper {
  width: 100%;
  // background: #3c763d url(../uploads/images/container-bg.png) left center no-repeat;
  background-color: #8a9693;
}
#offers-wrapper h3 a {
  color: #ffca00;
}
#offers-wrapper p {
  color: #ffffff;
}

.wr-map {
  box-shadow: 10px 10px 0px -2px #c1a73f;
}
.wrap-home-review {
  width: 100%;
  background: url(../uploads/images/review-bg-sm.jpg) no-repeat;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-size: cover;
}
.wr-items-review {
  padding: 0px;
}
.wrap-review-des {
  width: 500px;
  float: right;
}
.wr-items-review img {
  width: 50px!important;
  border-radius: 50%;
  margin: 0 auto;
  margin-right: 15px;
}
.wr-items-review .g-title {
  font-size: 22px;
}
.wr-items-review {
  color: #fff;
  margin-left: 15px;
}
.wr-items-review h4 {
  color: #fbeb00;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#g-review::before {
  content: "“";
  font-size: 120px;
  color: #fbeb00;
  font-family: "Times New Roman", Times, serif;
  font-weight: 900;
  line-height: 1;
  display: block;
  height: 0;
  margin-left: -55px;
}
.wr-items-review ul li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.wr-items-review ul li:first-child {
  padding-right: 12px;
  margin-right: 5px;
  display: block;
}
.wr-items-review ul li:nth-child(2)::after {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 50%;
  background: #c6a280;
}
.wr-items-review ul li:last-child {
  padding-left: 5px;
}
.flex-direction-nav {
  display: none;
}

#banner-wrapper {
  width: 100%;
  height: 650px;
  position: relative;
}
.title-design-wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.title-design-wrapper h1 {
  color: #ffffff;
  text-transform: uppercase;
}
.title-desig p {
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.wr-feature-room-des, .wr-feature-room-img { width: 50%; height: 450px; position: relative; }
.room-img-in { height: 450px; }
.room-des-in { width: 70%; height: 450px; position: absolute; display: flex; align-items: center; justify-content: center; left: 55%; transform: translate(-50%, 0%); -ms-transform: translate(-50%, 0%); }
span.promo-price {
  color: #faeb00;
  display: block;
  font-size: 32px;
}
.room-price span { font-size: 32px; }
.per-9 { color: #faeb00; font-size: 16px; }
.wr-main-rooms-feature .wr-feature-room-des { color: #ffffff; font-size: 14px; }
#footer-wrapper{
  background: linear-gradient(to bottom,#49796d 0);}
.wr-main-rooms-feature .room-des-in { left: 50%; }
.wr-feature-room-des h2 { color: #ffffff; }
.more-detail, .more-detail:hover, .more-detail:focus {
  color: #fff;
  padding: 10px 30px;
  background: #d4af37;
  border-radius: 30px;
}
#content-detail-wrapper {
  margin-top: -120px;
}
.detail-description {
  padding: 50px 30px;
  background: #ffffff;
  box-shadow: 0 20px 30px 0 rgba(1,1,1,.1);
  position: relative;
}
.detail-description h4 {
  margin-bottom: 20px;
  line-height: 28px;
}
.wr-room-info {
  border-left: 1px solid #424242;
  padding-left: 50px;
  padding-bottom: 30px;
}
.wr-room-info .r-price {
  font-size: 48px;
  font-weight: 600;
  padding-left: 30px;
  line-height: 32px;
  font-family: 'Josefin Sans', sans-serif;
}
.wr-txt-icon {
  height: 35px;
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.wr-icon {
  width: 70px;
}
.wr-icon img {
  max-width: 45px;
}
.btn-booknow {
  width: 100%;
  color: #faeb00;
  padding: 15px 30px;
  background: #000000;
  transition: 0.5s;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
}
.btn-booknow:hover {
  color: #ffffff;
}

#amenities-wrapper {
  background: #000000;
}
.wr-amenities h3, .wr-services h3 {
  color: #ffffff;
  // font-size: 22px;
  // padding-left: 15px;
  // font-family: 'Playfair Display', serif;
}

.wr-overview ul {
  padding-left: 50px;
}
.wr-overview ul li {
  line-height: 12px;
}
.wr-overview ul li:before { 
  content: ">";
  display: block;
  position: relative; 
  top: 15px; 
  left: -30px; 
}

#room_gallery .owl-controls { position: absolute; top: 50%; width: 100%;}
#room_gallery .owl-controls .owl-prev { float: left; width: 40px; height: 32px; text-align: center; margin-left: 30px; background: #fff url(../uploads/images/prev.png) left 3px center no-repeat; opacity: 0.7; transition: 0.5s; }
#room_gallery .owl-controls .owl-next { float: right; width: 40px; height: 32px; text-align: center; margin-right: 30px; background: #fff url(../uploads/images/next.png) left 3px center no-repeat; opacity: 0.7; transition: 0.5s; }
#room_gallery .owl-controls .owl-prev:hover, #room_gallery .owl-controls .owl-next:hover { opacity: 1; transition: 0.5s; }

.wr-feature-room-des:hover  {

}
.wr-feature-room-des:hover  .overlay:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.wr-offers-img { height: 250px; }
.wr-offers-items { padding: 15px; }
.wr-offers-items-des { padding: 20px 30px; background: #fff; }
.wr-offers-items-des h4 { text-transform: capitalize!important; }
.wr-offers-items-feature .wr-offers-items-des { box-shadow: 0px 0px 15px -1px #eee; margin-bottom: 30px; }
.wr-offers-items-feature span.promo-price {
  color: #000000;
}
.wr-offers-items-feature .per-9 {
  color: #000000;
}

span.icon-style i {
  font-size: 16px !important;
  padding-top: 2px;
  width: 50px;
  height: 50px;
  color: #d3ae36;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.wr-site-info {
  width: 100%;
  height: 450px;
  padding: 50px 50px 50px 100px;
  display: flex;
  align-items: center;
}

/* Gallery */
.wr-chan-gallery {
  overflow: hidden;
}
.wr-chan-gallery:hover {
  opacity: 0.8;
}

#commentForm label {
  font-weight: 400;
}
#commentForm label.error {
  font-size: 12px;
  color: #f00;
  font-weight: 600;
}
#commentForm .input-style {
  height: 42px!important;;
  border-radius: 0!important;
  outline: unset!important;
  box-shadow: unset!important;
}
#commentForm textarea {
  border-radius: 0!important;
  outline: unset!important;
  box-shadow: unset!important;
  resize: vertical;
}
#commentForm .input-style:focus,
#commentForm textarea:focus {
  border-color: #000;
}


/* FOOTER */
// #footer-wrapper { background: #000000 url(../uploads/images/footer-bg.png) center no-repeat; color: #ffffff; }
.wrap-footer { background: url(../uploads/images/body-bg.gif); color: #b1b1b1; }
.wrap-footer a, .wrap-footer a:hover{color: #ffffff;}
#footer-wrapper h3 { color: #ffffff; }
#footer-wrapper h4 { color: #fbeb00; }
.wrap-footer .media .media-left span, .media i { font-size: 12px !important; padding-top: 2px; }
.socail-media{ display: inline-block; }
.socail-icon { color: #fbeb00; border-style: solid; border-color: #ddd; border-width: 1px; width: 32px; height: 32px; line-height: 32px;
  border-radius: 500px; font-size: 18px; margin-right: 5px; text-align: center;}
.powered{ background: #443022; color: #b1b1b1; padding: 15px 0; }
.design-by{ text-align: right; }

/*Newsleter*/
.div-wpNews{position: relative; }
.div-wpNews .form-control { width: 90%; border-radius: 25px; }
.btn-newsleter{ position: absolute; top: 0; right: 0; color: #000000; background: #fbeb00; padding: 7px 38px 7px; border-radius: 25px; }
.loader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999999;
  background: url(../uploads/images/Rolling.svg) 50% 50% no-repeat #f9f9f9;}
.sep-footer-info { border-left: 1px solid #ddd; }
.wrap-footer .navbar-nav > li > a { padding: 0; color: #ffffff!important; }
.wrap-footer .navbar-nav > li { border-right: 1px solid #ddd; }
.wrap-footer .navbar-nav > li:last-child { border-right: none; }
.media-body a { color: #ffffff; }
.wr-footer-bottom p {
  padding: 15px 0 15px;
  border-top: 1px solid #424242;
}


/*################## Preaking Point Phone ##############################*/
@media (max-width: @screen-xs-max) {
  .header {
    padding: 0 0 14px;
  }
  .sticky.header {
    padding: 0 0 14px;
  }
  .navbar-nav > li:first-child { padding-left: 15px; }
  .navbar-nav > li:last-child { padding-right: 15px; }
  .navbar-collapse {
    margin-top: 15px;
    padding-top: 15px;
    transition: 0.5s;
  }
  .navbar-collapse.in {
    transition: 0.5s;
  }
  .slideshow .slide .title {
    font-size: 36px!important;
  }
  .btn {
    padding: 5px 15px;
  }
  .left-box .wr-box-img {
    height: 250px;
  }
  .right-box .wr-box-img {
    height: 250px;
  }
  .wr-items-offers .wr-box-img {
    height: 250px;
  }
  // #g-review::before  {
  //   font-size: 50px;
  //   line-height: 0;    
  //   margin-left: -15px;
  // }
  .wr-feature-room-des { width: 100%; height: 400px; }
  .wr-feature-room-img { width: 100%; height: 300px; }
  .wr-feature-room-img.pull-right,.wr-feature-room-des.pull-left, .wr-feature-room-img.pull-left {float: none!important}
  .room-img-in { height: 300px; }
  .room-des-in { height: 400px; }
  #amenities-wrapper ul {
    padding-left: 50px;
  }
  .wr-site-info {
    height: 400px;
    padding: 30px 30px 0;
  }
  .wrap-review-des {
    width: 335px;
    padding-right: 30px;
  }
}
/*################## Preaking point smaller than XS of between ##############################*/
@media (min-width: 300px) and (max-width: 399px) {
  .header {
    background: #000000!important;
  }
  .navbar-nav > li {
    padding: 0 10px;
  }
}
/*################## Preaking between SM and XS portrait phone ##############################*/
@media (min-width: 553px) and (max-width: 767px) {

}
/*################## Preaking Point Tablet ##############################*/
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
  .navbar-nav > li {
    padding: 0 10px;
  }
  .wr-items-offers .wr-box-img {
    height: 450px;
  }
  #amenities-wrapper ul {
    padding-left: 50px;
  }
  .wr-room-info {
    padding-left: 15px;
  }
  .wr-site-info {
    padding: 30px 30px 30px 30px;
  }
}
/*################## Preaking Point Destop ##############################*/
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {

}

/*################## Preaking Smaller LG ##############################*/
@media (max-width: 1523px){

}
/*################## Preaking LG ##############################*/
@media (min-width: @screen-lg-min){ 

}

/*################## Custom LG ##############################*/
@media (min-width: 1367px){ 

}
