.wrapper{
  padding: 90px 0px;
}

.about_wrapper{
  text-align: center;
}
  .heading {
    text-align: center;
  }
  .heading h1{
    font-size: 45px;
    color: #050505;
    font-weight: 600;
    margin-top: 0px;
    text-transform: uppercase;
  }
    .heading h5{
      font-weight: 300;
      text-transform: uppercase;
      color: #040404;
      letter-spacing: 2px;
      margin-top: 15px;
      text-transform: uppercase;
    }

 .heading img{
      margin: 0px auto;
       max-width: 250px;
      margin-top: 20px; }

 .about_wrapper .about-detail p{
   font-weight: 300;

      color: #040404;
      font-size: 16px;
      line-height: 32px;
      padding-top: 20px;
      padding-bottom: 0px;
     

 }
  .cmn-btn{

    font-size: 18px;
    margin-top: 30px;
    padding: 10px 40px;
    border-radius: 0px;
    position: relative;
    border: 0px solid transparent;
    background-color:transparent;
    margin-top:50px;
   
  }
   .cmn-btn::after{
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #050505;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-left: 0px;
    border-top: 0px;

  }
  .cmn-btn::before{
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #050505;
    position: absolute;
    left: 0px;
    top: 0px;
    border-bottom: 0px;
    border-right: 0px;

  }
    .cmn-btn:hover, .cmn-btn:focus, .cmn-btn:active{
      background-color:transparent !important;
      border: 0px;
    }
  
  .cmn-btn:hover:after{
   
    width: 100%;
    height:100%;
  -webkit-transition: width 0.7s ease-out, height 0.5s ease-out; /* For Safari 3.1 to 6.0 */
    transition: width 0.7s ease-out, height 0.5s ease-out;
  }
  .cmn-btn:hover:before{
   
    width: 100%;
    height:100%;
  -webkit-transition: width 0.7s ease-out, height 0.5s ease-out; /* For Safari 3.1 to 6.0 */
    transition: width 0.7s ease-out, height 0.5s ease-out;
  }

.rooms-wrapper{
  background-color: #111118;
}
.rooms-wrapper ul li {

  float: left;
  width: 40px;
  border: 1px solid #23232b;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;


}
.rooms-wrapper ul li img{
  width: 20px;
position: absolute;
top: 8px;
left: 10px;
}

.rooms-wrapper .room-detail{
  background-color: #171720;
  padding-left: 15px;
  min-height: 390px !important;
  padding-right: 15px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
padding: 70px 15px;
}
.room-detail h2{
  font-family: 'Playfair Display', serif !important;
  font-weight: 600;
  color: #fff;
  margin-bottom: 22px;

}
.room-detail p{
  margin-top: 20px;
}
.room-detail .room-a{
  text-transform: uppercase;
  margin-top:30px;
  color: #6ec081;

}



.carousel{
  min-height: 400px;
  position: relative;
}
.speciality-wrapper{
  background-image:url(../img/bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;

  background-color: #f6f5f3;

}
.btn-cl{
  text-align: center;
}

.grillhouse{
  min-height: 600px;
 background-image:url(../img/grillhouse2.jpg);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: bottom;
}
.speciality .col-md-4{
  overflow: hidden !important;
  cursor: pointer !important;
}

.library{
  min-height: 600px;
 background-image:url(../img/treehouse.jpg);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: bottom;
}

.plantation{
  min-height: 600px;
 background-image:url(../img/plantation2.jpg);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: bottom;
}


.speciality{
  margin-top: 30px;
}

.speciality-buckets{
  position: relative;
}
.speciality-buckets::after{
  content: "";
  width: 100%;
  height:180px;
  bottom: 0px;
 
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.8) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(0,0,0,0.8)));
background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.8) 100%);
background: -o-linear-gradient(top, transparent 0%, rgba(0,0,0,0.8) 100%);
background: -ms-linear-gradient(top, transparent 0%, rgba(0,0,0,0.8) 100%);
background: linear-gradient(to bottom,transparent 0%, rgba(0,0,0,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );

  position: absolute;
  z-index:1;
}

.speciality-buckets h1{
  position: absolute;
  bottom: 25px;
  text-transform: uppercase;
  left: 25px;
  font-size: 30px;
  color: #fff !important;
  font-weight: 600;
  z-index: 2;
  cursor: pointer;
}
.offer-icons1 ,.offer-icons1 , .offer-icons2, .offer-icons2 {
  padding: 70px 25px;
  border-right: 1px solid #000;
}
.offer-icons1  {
  padding: 70px 25px;
  border-bottom: 1px solid #000 !important;
}

.offer-icons1 img, .offer-icons2 img{
  max-width:120px;
  margin: 0px auto;
}
.offer-icons1{
  border-bottom: 1px solid;
}

.br-icon{
   border-right: 0px solid;

}
.mt-row{
  margin-top: 50px;
}

.offer-icons1 h3, .offer-icons2 h3{
 color: #040404; 
 text-transform: uppercase;
 margin-top: 18px;
 text-align: center;
 font-size: 20px;
 cursor: pointer;
}
.nearby-wrapper{
  background-color: #f4f4f4;
}
.offer-icons1:hover img, .offer-icons2:hover img {
  animation: bounce 1s;
  cursor: pointer;
}
.nearbybuck{
  text-align: center;
}
.nearbybuck h3{
  text-transform: uppercase;
  color: #050505; 
  margin-top: 20px;
}
.nearbybuck p{
  color: #313131;
  font-size: 15px;
  font-weight: 300;
  margin-top: 8px;
}
.nearby{
 cursor: pointer;
}

.quickmenu-wrapper{
  background-color: #0d1a25;
  min-height: 120px;
}
.quickmenu{
  position: relative;

}
.quickmenu ul{
   position: absolute;
  right: 0px;

}
.quickmenu ul li  {
  float:left;
  padding: 50px 0px;
  text-transform: uppercase;
  margin-right: 25px;
  font-size: 15px;
   color: #b0b9c1;

}
.quickmenu ul li a {
 cursor: pointer;
   color: #b0b9c1;

}

.contactus a{
  color:#b0b9c1;
  cursor: pointer !important;
}
.logo-footer{
  background-color:#031729;
 max-width:280px;
 padding: 20px;
 margin-top: -75px;
-webkit-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.8);
box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.8);
}
.address-wrapper{
  background-color: #1e2730;
  padding: 25px 0px;
  color: #b0b9c1;
}
.address-wrapper .social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.address-wrapper .social ul li{
  float: left;
  width: 50px;
  height: 50px;
  border: 2px solid #475059 !important; 
  margin-right:15px;
  border-radius: 50%;
    display: flex;
  align-items: center;
  justify-content: center;
 cursor: pointer;

}

.address-wrapper .social ul li i{
font-size: 18px;
 cursor: pointer;
 color: #475059 !important;
}
.copyrights-wrapper{
  background-color:#1e2730;

}
.copyrights-wrapper .top-line{
  border-top: 2px solid #262f38;


}
.copyrights-wrapper .top-line p{
  padding: 15px 0px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: center;
}
.address h2 {
  font-family: 'Playfair Display', serif !important;
}
.address h2 span{
  font-size:22px;
  font-weight: 400;
  

}
.address p{
  font-size: 16px;
  font-weight: 300;
}
.contactus h2{
  text-align: right;
  font-family: 'Playfair Display', serif !important;
}
.contactus h2 span{


  font-weight: 400;
   font-family: 'Source Sans Pro', sans-serif;
   cursor: pointer;


}

.heading-slider{
  padding: 50px 0px;
  min-height: 500px;
      align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;


  color: #fff;
  font-weight: 700;
  vertical-align: center;

}
.heading-slider h1{
  font-size: 60px;

}
.about_wrapper-inner h2{
font-family: 'Playfair Display', serif !important;
padding: 15px 0px;
color: #050505;
margin-bottom: 0px;
line-height:45px;
}
.about_wrapper-inner p{
  font-weight: 300;
color: #040404;
font-size: 16px;
line-height: 32px;
padding-top: 10px;
padding-bottom: 0px;
}
.dining_wrapper p{
  font-weight: 300;
color: #040404;
font-size: 16px;
line-height: 32px;
padding-top: 10px;
padding-bottom: 0px;
}
.inner-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    }
.nearby_wrapper{
  padding-top: 70px;
} 

    .nearby_wrapper h2{
      font-family: 'Playfair Display', serif !important;
padding: 15px 0px;
color: #050505;
margin-bottom: 0px;
font-weight: 700;
padding-bottom: 0px !important;
padding-top: 0px;
text-transform: uppercase;


    }

.nearby_wrapper h4{
  font-weight: 300;
color: #484848;
font-size: 16px;
letter-spacing: 1px;
line-height: 32px;
padding-top: 10px;padding-bottom: 0px;
text-transform: uppercase;
margin-top: -5px;

}
.nearby_wrapper p{
  font-weight: 300;
color: #111118;
font-size:15px;
letter-spacing: px;
line-height: 28px;
padding-top: 10px;padding-bottom: 0px;

}


            .read-more-paragraph {
  background: #fff;
  border-radius: 15px;

  font-weight: 300;
color: #111118;
font-size:15px;
letter-spacing: px;
line-height: 28px;
padding-top: 10px;padding-bottom: 0px;


}

/*Incluir en el CSS*/
.dining_wrapper{
  padding: 50px 0px;
  margin-bottom: 50px;
}


.read-more-paragraph .hidden-text {
  display: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.read-more-paragraph.show-hidden-text .hidden-text {
  display: inline-block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.read-more-paragraph.show-hidden-text .show-hidden-text {
  display: none;
  
}
.read-more-paragraph a{
  color: #09a82e;
}
.bottom_activities{
  margin-bottom: 130px;
}
.show-hidden-text i, .hidden-text i{
  font-size: 12px;
  position: absolute;
  margin-left: 5px;
  margin-top: 9px;
  cursor: pointer !important;
}
.show-hidden-text, .hide-hidden-text, .show-hidden-text i, .hide-hidden-text i{
  cursor: pointer !important;
}
/*Animaciones*/
.form-wrapper input, .form-wrapper textarea{
  border-radius: 0px;
  border: 1px solid  rgba(17, 17, 24, 0.2) !important;
  width: 100%;
  padding:22px 15px;
  margin-top: 25px ;
  font-size:15px;
  color: rgba(17, 17, 24, 0.5) !important;

}
.form-wrapper{
  text-align: center;
  margin-bottom: 25px;
}

.form-wrapper input:hover, .form-wrapper input:active, .form-wrapper input:focus,  .form-wrapper textarea:hover, .form-wrapper textarea:active, .form-wrapper textarea:focus{
  box-shadow: inherit;

}

.contact-wrapper{
  background-color: #f6f5f3; 
}
.form-wrapper .btn{
  margin-top: 20px !important;
  text-transform: uppercase;
  font-weight: 300;
}
.contactdetail{
  text-align: center;
  padding: 30px 0px;

}
.contactdetail h2{
   font-family: 'Playfair Display', serif !important;
padding: 15px 0px;
color: #050505;
margin-bottom: 0px;
font-weight: 700;
padding-bottom: 0px !important;
padding-top: 0px;
text-transform: uppercase;
font-size: 22px;
}
.contactdetail span{
  font-size:80px;
  margin-bottom: 15px;
  color: #050505;
}
.contactdetail p{
    font-weight: 300;
color: #111118;
font-size:18px;

line-height: 28px;
padding-top: 10px;padding-bottom: 0px;

}

.wrapper30{
  padding: 50px 0px;

}

#para1{
  width: 300px;
  padding: 15px 0px;
  color: #fff;
  letter-spacing: .5px;
  font-weight: 300;
  font-size: 16px;
}
.room-offer-wrapper .offer-icons1, .room-offer-wrapper .offer-icons2{
  padding: 30px 25px !important ;


}

.room-offer-wrapper .offer-icons1 img, .room-offer-wrapper .offer-icons2 img{
  max-width: 80px;
margin: 0px auto;

}

.room-offer-wrapper .offer-icons1 h3, .room-offer-wrapper .offer-icons2 h3{
 font-size: 13px;

}
.room_wrapper{
  padding-top: 30px;
  padding-bottom: 80px;
}
.room_wrapper h2{
   font-family: 'Playfair Display', serif !important;
padding: 15px 0px;
color: #050505;
margin-bottom: 0px;

padding-bottom: 0px !important;
padding-top: 0px;
text-transform: uppercase;
font-size: 22px;
margin-bottom: 15px;

}
.room_wrapper p{
   font-weight: 300;
color: #040404;
font-size: 16px;
line-height: 32px;
padding-top: 10px;
padding-bottom: 0px;

}
.room-offer-wrapper h4 ,.table-room h4{
   font-family: 'Playfair Display', serif !important;
padding: 15px 0px;
color: #050505;
margin-bottom: 0px;

padding-bottom: 0px !important;
padding-top: 0px;
text-transform: uppercase;
font-size: 22px;
margin-bottom: 25px;
text-align: center;

}

.table-room{
  font-weight: 300;
color: #040404;
font-size: 16px;
line-height: 32px;
padding-top: 10px;
padding-bottom: 0px;
padding: 25px 0px;

}
.table-room th{
  font-weight: 600 !important;
}
.table-room .table td{
  padding: 15px ;
  font-size: 16px;
}
.booking{
  padding: 20px 25px 20px 25px;
box-shadow: inset 0 0 0 1px #e0e5e9;
border: 5px solid #fbfbfc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 30px;
background-color: #fff;
text-align: center;
}
.booking h4{
 font-family: 'Playfair Display', serif !important;

padding: 15px 0px;
color: #050505;
margin-bottom: 0px;

padding-bottom: 0px !important;
padding-top: 0px;
text-transform: uppercase;
font-size: 22px;
margin-bottom: 25px;
text-align: center;}
.booking label{
  float: left !important;
  color: #050505;
}
.booking  input{
  border-radius: 0px;
  border: 1px solid  rgba(17, 17, 24, 0.2) !important;
  width: 100%;
 min-height: ;

  font-size:15px;
  color: rgba(17, 17, 24, 0.5) !important;
  min-height: 40px;

}
.booking .btn{
  margin-top: 20px !important;
  text-align: center;
  margin: 0px auto;
  text-transform: uppercase;
  font-weight: 300;

}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

      
@keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@media (min-width:993px){
.navbar-collapse.collapse {
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    display: block;}
  }
@media (max-width: 1200px) {

  .banner-con {
    position: relative;
    z-index: 2;
  margin-top:35%;
  margin-left:0%;
}

}
@media (max-width: 992px) {
  .header_menu .navbar.navbar-default .navbar-collapse{
    margin-top: 70px;
  }
  .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
        border-top-color: transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.collapse {
    display: none;
}

  .navbar-toggle{
    display: block !important;
    position: absolute;
    right: 0px;
  }
  .nearby_wrapper h2{
    margin-top: 25px ;
  }
  .inner-flex {
    display:block;
    align-items: center;
    justify-content: center;
    }
  .offer-icons1u{
    border-right: 0px;
  }

  .quickmenu ul li{
    float: left;
    padding: 10px !important;
  }
  .quickmenu ul{
    position: inherit;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .logo-footer{
    text-align: center;
    margin: 0px auto;
    margin-top: -75px;
  }
.address, .contactus h2{
  text-align: center;
}
.contactus h2, .social{
  margin-top: 25px;
}
.speciality-buckets{
  margin-top: 30px;
}
.offer-icons2t{
  border-top: 1px solid ;
}
.nearby{
  margin-top: 30px;
}

}

@media (max-width: 768px){
  .header_menu .navbar.navbar-default .navbar-collapse{
    margin-top: 0px;
  }
  .header_top{
    display: none;
  }
  .wrapper{
    padding: 40px 0px;
  }
  .owl-carousel .owl-item img{
    width: 150% !important;

  }
  .item-bg-show{
    display: none !important;
  }
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  display: none;
}
 .owl-carousel button.owl-dot{
  display: inline-block !important;
 }
.single-banner{
}
  .heading img{
    max-width: 160px;
}

.banner-con h1{
  font-size: 30px;
}


  .nearby_wrapper{
    padding-top: 40px;
  }
  .heading-slider{
  padding: 50px 0px;
  min-height: 300px;
      align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;


  color: #fff;
  font-weight: 700;
  vertical-align: center;

}
.heading-slider h1{
  font-size: 40px;

}
    .nearby_wrapper h2{
   font-size: 20px;
  }
.offer-icons1 img, .offer-icons2 img{
  max-width:80px;
  margin: 0px auto;
}
   .quickmenu ul li{
    float: left;
    width: 50%;
    padding: 10px !important;
    margin-right: 0px;
    text-align: center;
  }
  .speciality-buckets{
 
  min-height: inherit;
  height: 400px;
}
.offer-icons1, .offer-icons2 {
    padding: 50px 25px;
    min-height: 230px;


}
.room-offer-wrapper .offer-icons1, .room-offer-wrapper .offer-icons2{
   padding: 50px 25px;
    min-height: 120px;



}

 .heading h1{
    font-size: 35px;
    color: #050505;
    font-weight: 600;
    margin-top: 0px;
    text-transform: uppercase;
  }

}

.scrollUp{
  width: 15px;
  height: 15px;
  background-color: #000;

}

@import "compass/css3";

.form-select {
    @include user-select(none);

    background: #ffffff;
    overflow: hidden;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), inset 0 0 10px rgba(0, 0, 0, 0.07);

    @include single-transition(box-shadow, 0.2s);

    &:focus,
    &:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }

    &:after {
        content: '▾';
        position: absolute;
        top: 0;
        right: 12px;
        z-index: 1;
        color: #bbbbbb;
        line-height: 40px;
        font-size: 14px;

        .ie & {
            display: none;
        }
    }
}

select {
    position: relative;
    background: transparent;
    background-image: none;
    display: block;
    width: 100%;
    outline: none;
    color: #888888;
    cursor: pointer;
    z-index: 2;
    border: none;
    padding: 10px 10px 10px 5px;
    // This is so hacky.. (for Firefox)
    // Removes the default select arrow.
    text-overflow: '';
    text-indent: 5px;
    // End of brutal hack

    @include appearance(none);

    &[multiple=multiple] {
        height: auto;
        border: 1px solid #cbcbcb;
        border-radius: 3px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), inset 0 0 10px rgba(0, 0, 0, 0.07);

        @include single-transition(box-shadow, 0.2s);

        &:hover {
            border-color: #cccccc;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        }
    }

    option[disabled] {
        color: #eeeeee;
        text-shadow: none;
        border: none;
    }
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #888888;
}

select::-ms-expand {
    display: none;
}



/*==========  Generic styling  ==========*/

.column-6 {
   
 
   width: 100%;
}

@media (max-width: 768px){
  .banner-con h1{
    font-size: 50px;
  }


  .carousel{
    min-height: inherit;
  }
}
@media (max-width: 400px){
  .room-offer-wrapper .offer-icons1, .room-offer-wrapper .offer-icons2{
   padding: 50px 25px;
    min-height: 150px;



}
.room-offer-wrapper .offer-icons1 h3, .room-offer-wrapper .offer-icons2 h3{
  font-size:10px !important;
}


}


.wa-fab {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer !important;
  overflow: hidden;
  box-shadow: rgba(15, 155, 15, 0.3) 0px 19px 38px, rgba(15, 155, 15, 0.22) 0px 15px 12px;
}

@media( max-width: 767px ) {
  .wa-fab {
    width: 60px;
    height: 60px;
  }

  .wa-fab img {
    width: 100%;
    height: 100%;
  }
}