/* ---------------------------- */
/*           Google Fonts
/* ---------------------------- */


@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Prata');


@font-face {
    font-family: CenturyGothicRegular;
    src: url('../fonts/CenturyGothicRegular.ttf');
}

/* ---------------------------- */
/*           General
/* ---------------------------- */

body {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  overflow-x: hidden;
  /*background-color: #eeeef0;*/
  background: #fff;
}

img {
  max-width:100%;
}

a, .btn { 
  -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  transition:all .2s ease-in;
}

a, a:active {
  color: #000;
  text-decoration: none;

}
a:hover{
  /*color: #cc1;*/
  text-decoration: none;
}
i {outline:none!important;}
i.foucs {outline:none!important;}
i.visited {outline:none!important;}

/* make it red instead (with with same width and style) */
select:active, select:hover {
  outline-color: red
}
.grow img { transition: all .5s ease-in-out; }
.grow:hover img{ transform: scale(1.1); }

ul, li{ padding: 0; margin: 0; }
ul{list-style-type: none;}

h1, h2, h3, h4, h5, h6{ padding: 0px; margin: 0px;  }

h1{ font-size: 28px; }
h2{ font-size: 24px; }
h3{ font-size: 19px;  }
h4{ font-size: 16px; }

h6{ font-size: 16px; }
h6{ font-size: 20px; line-height: 26px; color: #000; }


h1{ font-size: 28px; }
h2{ font-size: 24px; }
h3{ font-size: 19px; }
h4{ font-size: 16px; }

h6{ font-size: 16px; }
h6{ font-size: 20px; line-height: 26px; color: #000; }

label{
  color: #464646;
  font-weight: normal;
}
input.error, textarea.error { border: 1px dotted red; }

#top-head {  font-size: 11px; background: #fff; display: none;}
#top-head > .container > .row { border-bottom: 1px solid #ccc; margin-left: 15px; margin-right: 10px; }
#top-head ul { display: inline-block;}
#top-head ul.left {  margin-left: -30px; }
#top-head ul.right { margin-right: -10px; }
#top-head ul li { display: inline-block; }
#top-head ul.left li { display: inline-block; padding: 8px 20px 5px 0px; font-size: 14px; color: #000;    font-weight: 400; }

#top-head ul li  i { color: #b9a256; padding-left: 18px; font-size: 18px; vertical-align: top;margin-top: 2px;}
#top-head ul.left li i {  padding-right: 13px; }
#top-head ul li  i > img { width: 20px; margin-top: -2px; }
#top-head ul li  i > img.agoda { width: 70px; }
#top-head ul li  i > img.expedia { width: 95px; }
/*#top-head ul li i:hover { color: #ff0000;}*/
#top-head ul li i.fa.fa-facebook:hover { color: #3E5C9A;
-webkit-transform: rotateX(720deg);
-moz-transform: rotateX(720deg);
transform: rotateX(720deg);
}
#top-head ul li i.fa.fa-twitter:hover { color: #1DA1F2;}
#top-head ul li i.fa.fa-skype:hover { color: #01AEF2;}
#top-head ul li i.fa.fa-instagram:hover { color: #fb3958;}
#top-head ul li i.fa.fa-youtube:hover { color: #bb0000;}
#top-head ul li i.fa.fa-tripadvisor:hover { color: #00af87;}
i.fa.fa-facebook:hover { color: #3E5C9A;}
i.fa.fa-twitter:hover { color: #1DA1F2;}
#top-head .right{ padding: 3px 0px 1px 0px;text-align: right; }
#top-head .right span { text-align: left; padding-right: 50px; }

.head { min-height: 100px; }
.head h4 { display: block; position: relative; padding-top: 35px; font-size: 25px; text-align: right; margin-right: 30px; }
.head h4 span { color: #ccc; }
.head .logo img { padding: 3px 0px; }
#inner-page-nav {
  /* padding: 13px 0px; */
  /* padding-left: 100px; */
  position: absolute !important;
  z-index: 5;
  width: 100%;
  transition: 0.6s;
}
#inner-page-nav a { font-weight: 400; }
#inner-page-nav a:hover { color: #b9a256; }
#inner-page-nav a.active { color: #b9a256;font-weight: 500; }
#inner-page-nav .logo { display: block; text-align: center; }
#inner-page-nav ul.right { padding-top: 20px; }
#inner-page-nav ul.right li { position: relative; margin: 35px 0; text-align: center; padding: 0px 6px 0px 6px; }

 .navbar .social{
    right: 80px;
    top: 50px;
    position: absolute;
    transition: 0.6s;
 }
 .social ul{
  /*padding-top: 20px; */
    /* display: block; */
    /* text-align: right;*/
 }

 .social ul li{
  /*position: relative; */
    display: inline-block;
    /* text-align: center; */
    padding: 0px 6px 0px 6px;
 }

 .social ul li a{
  color: white;
  font-size: 17px;
 }
 
 .social ul li a i {
  padding-right: 8px;
}

.nav ul li{
  list-style: none;
  
}

.nav ul li a {
  text-decoration: none;
  font-size: 30px;
  padding: 5px;
}

.nav{
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #000000f7;
  z-index: 10;
  top: -101vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.5s;

}

.lite-text {
  color: #efeaea0d;
  /* width: 77px; */
  font-size: 68px;
  letter-spacing: 0;
  opacity: 0.5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 800;
  z-index: -1;
}

.close-icon{
  width: 25px;
  position: absolute;
  left: 80px;
  top: 50px;
  cursor: pointer;
}

.menu-icon{
  width: 30px;
  cursor: pointer;
  left: 80px;
  top: 50px;
  position: absolute;
  transition: 0.6s;
}
.sopnil img{
  width:10%;
  transition: 0.6s;
}

#bootstrap-touch-slider{
  position: relative;
    top: -1px;
}





/* .booking-holder {   
    font-family: 'Prata', serif;
    display: block;
    position: absolute;
    background: #fdfdfd;
    /* margin-top: -100px; *
    z-index: 2;
    width: 98%;
    margin: 0 auto;
    left: 0%;
    margin-top: -70px;
    min-height: 140px;
    text-align: left;
    border-bottom: 5px solid #f3f3f3;}
.booking-holder ul li { display: inline-block; width: 24.91%; padding: 30px 0px 25px 30px; vertical-align: top;}
.booking-holder ul  li:after { content: "";
    border-right: 2px solid #ccc;
    position: absolute;
    top: 20px;
    bottom: 20px;
    /* left: 200px; */
    /* right: -2px; *
    padding: 0px 120px;} */

    .booking-holder {   
      font-family: 'Prata', serif;
      display: block;
      position: absolute;
      background: #fdfdfd;
      z-index: 2;
      width: 98%;
      margin: 0 auto;
      left: 0;
      margin-top: -70px;
      min-height: 140px;
      text-align: left;
      border-bottom: 5px solid #f3f3f3;
  }

  #bookNow{
    font-family: 'Prata', serif;
    background: #fdfdfd;
    width: 100%;
    min-height: 140px;
    border-bottom: 5px solid #f3f3f3;
    position: absolute;
    left: 0;
    margin-top: -70px;
    min-height: 140px;
    z-index: 1;
    
  }
  /* Add this to allow absolute positioning inside *
  .booking-holder ul li {
      display: inline-block;
      width: 24.91%;
      padding: 30px 0 25px 30px;
      vertical-align: top;
      position: relative; /* Add this to allow absolute positioning inside *
  }
  
  .booking-holder ul li:after {
      content: "";
      border-right: 2px solid #ccc;
      position: absolute;
      top: 20px;
      bottom: 20px;
      right: 0; /* Place the line on the right side of each li *
      height: calc(100% - 40px); /* Adjust height to prevent overflow *
  }
  
  /* Remove the right border from the last list item *
  .booking-holder ul li:last-child:after {
      display: none;
  }
  

/* .booking-holder ul  li:last-child:after { display: none; }
.booking-holder ul  li:nth-child(3):after { display: none; }
.booking-holder h4 { font-family: 'Poppins', sans-serif; text-transform: uppercase;color: #989898;font-weight: 500; }
.booking-holder ul { width: 100%; padding: 0px; }
.booking-holder li { background: #fff; }
.booking-holder .date { margin-top: 10px;  }
.booking-holder .date  h1 { display: inline-block; font-size: 50px;  color: #333; }
.booking-holder h2 { /*background: #b9a256;  padding: 25px 15px; font-size: 22px; color: #fff; display: block;text-align: center; }  
.booking-holder .date  > span { font-size: 20px;  }
.booking-holder li.check  { background: #DAE2E4; vertical-align: top; padding: 34px 20px; text-align: center; } */
/*.booking-holder li.check h2:hover { background: #7C6955; }*/
.about-us { display: block; position: relative; background: #fff; padding: 0px 0px 75px 0px; margin-top: 40px; }
.about-us h2 { font-family: 'Playfair Display', serif; opacity: .2; font-size: 95px; letter-spacing: 20px;   font-weight: 900; color: #c5bbbb; font-stretch: ultra-expanded; text-align: center; margin-top: -40px; padding-top: 0px; }
.about-us h3 {  font-family: 'Playfair Display', serif; padding-right: 20px; color: #251f19; font-size: 44px; text-align: right; font-weight: 600; line-height: 50px;}
.about-us p { text-align: justify;line-height: 26px; width: 89%; margin-bottom: 30px;}
.about-us a { font-family: 'Playfair Display', serif; /*background: #C1780F;color: #fff;*/ padding: 10px 20px;  font-size: 18px; right: 0px; float: left;}


.facility { background-image: url('../images/facility-bg.jpg'); padding: 50px 0px 90px 0px;}
.facility .heading { text-align: center; }
.facility .heading h2 { font-family: 'Playfair Display', serif; font-size: 44px; color: #000; font-weight: 600;     padding: 10px 0px 40px 0px;}
.facility .heading h5 { text-transform: uppercase; font-weight: 500; color: #8c8888; font-size: 15px; letter-spacing: 1px;}

.facility .text { padding: 30px 30px; background: #fff; }
.facility .text h3 { font-family: 'Playfair Display', serif; color: #8c8163; font-weight: 600; }
.facility .text p {  color: #212121; padding: 15px 0px; min-height: 128px;}
.facility .text i {  color: #DAB074; padding-left: 15px; }
.facility .text a:hover { color: #7C6955;  }
.facility .link { display: block;
    position: relative;
    background: #b9a256;
    width: 70px;
    float: right;
    right: -30px;
    top: -10px;
    transition-duration: .5s; }
.facility .link i {position: relative;display: block; text-align: center; color: #fff; padding:10px 30px; font-size: 20px; transition-duration: .5s;}
.facility .link:hover { background: #7C6955; }
.facility .link:hover > i {  color: #fff;  transition-duration: .5s;}
/* button hover style if required */
.hover14:hover {
    
}
/* generated element for shine effect.
 * normal state is semi-transparent
 * white but with zero width. Set no
 * transition here for no mouse-leave
 * animations. Otherwise the effect
 * will play in reverse when your mouse
 * leaves the element
 */
.hover14:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    
}
/* on hover we animate the width to
 * 100% and opacity to 0 so the element
 * grows and fades out 
 */
.hover14:hover:after {
    width: 120%;
    background-color: rgba(255,255,255,0);
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}


.google-map-section { background-color: #fff; }



.menu-nav  { display: block; position: absolute; color: #fff; max-height: 90px;}
.menu-nav i { font-size: 40px; color: #FD0202;}
.menu-nav i:hover { font-size: 40px; color: #fff;}
.menu-nav ul { padding: 14px 0px;  }
.menu-nav ul li { display: inline-block; width: 130px; }
.menu-nav ul li > ul li { display: block;}
.menu-nav ul li > ul li:after { /*content: "\f078 "; font-family: FontAwesome; padding-left: 5px; font-size: 12px; color: #a7a7a7;*/}
.menu-nav ul li.icon:before {display:inline-block;position:absolute;content:"";height:85px;top:0px;left:90px;border-left:1px solid #fff; }
.menu-nav ul li.icon { width: 5%; padding: 7px 20px; float: left; }
.menu-nav ul li.icon:after {display:inline-block;position:absolute;content:"";height:85px;top:0px;left:17px;border-right:1px solid #fff; }
.menu-nav ul li.menu { width: 70%; padding-left: 40px; }
.menu-nav ul li.contact { width: 20%; padding: 0px 40px; float: right; text-align: center; }
.menu-nav ul li.contact:after {display:inline-block;position:absolute;content:"";height:85px;top:0px;right: 30px;border-right:1px solid #fff; }
.menu-nav ul li.contact:before {display:inline-block;position:absolute;content:"";height:85px;top:0px;right: 220px;border-right:1px solid #fff; }

.link-1 {
  transition: 0.6s ease;
  color: white;
  text-decoration: none;
  /*border-top: 4px solid #3fa46a;*/
  /*border-bottom: 4px solid #3fa46a;*/
}
.link-1:hover {
  color: #b9a256;
  border-bottom: 1px solid #b9a256;
  padding: 6px 0; 
}


.border { display: block; position: absolute; border-bottom: 1px solid #fff; width: 1920px;  z-index: 11;top: 230px; }

.dropbtn {background-color:transparent;color:#fff; padding: 16px 16px 31px 16px;font-size:16px;border:none;cursor: pointer;outline: none;}
.dropbtn:after{content: "\f078 "; font-family: FontAwesome; padding-left: 5px; font-size: 12px; color: #a7a7a7;}
.dropdown { position: relative; display: inline-block; }
.dropdown-content {  display: none; position: absolute; background-color: rgba(255,255,255,.8); min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1;transition-duration: .5s}
.dropdown-content a { color: #828282; padding: 12px 16px;text-decoration: none; display: block; font-weight: 700; }
.dropdown-content a:hover {color: #FD0202; background-color: #f1f1f1; transition-duration: .3s;}
.dropdown:hover .dropdown-content { display: block;}
.dropdown:hover .dropbtn { color: #fff; background-color: transparent; font-weight: 700; transition-duration: .8s;     box-shadow: 0px 0px 1px #827e7e;}

div#banner-holder { position: relative; display: block; /*margin-top: -85px;*/ z-index: 1; max-height: 750px; }
#banner-holder:after { position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    z-index: 27;
    background: rgba(0,0,0,0.2);}



#main-body .level-1 { padding: 80px 0px; }
#main-body .level-1 .text { width: 75%; float: right; }
#main-body .level-1 .text h3 { color: #040404; font-size: 17px; padding-bottom: 8px; font-weight: 700; }
#main-body .level-1 .text h4 { color: #968E8E; font-size: 15px; }
#main-body .level-1 img { padding: 20px 0px; }
#main-body .level-1 i { padding: 20px; background: #F71414; border-radius: 50%; font-size: 20px; color: #fff; }

#main-body .level-2 { background-color: #322626; color: #FEFCFC; }
#main-body .level-2 .color1 { background-color: #322626; }
#main-body .level-2 .color2 { background-color: #2C2221; }
#main-body .level-2 .text { display: block; padding: 40px 20px; text-align: center; min-height: 210px; }
#main-body .level-2 .text img { display: block; height: 40px; margin: 0 auto; }
#main-body .level-2 .text h4 { font-weight: 400; padding-top: 20px; }
#main-body .level-2 .text h4 > span { font-size: 25px;  }
#main-body .level-2 .text h4 > span > div:after{ content: '+'; }

#main-body .level-3 { background-image: url('../images/bg-1.jpg'); padding: 100px 0px 50px 0px; color: #FEFCFC; }
#main-body .commmon-headline h2 { font-size: 30px; text-align: left; color: #000;
    padding-bottom: 30px;  font-weight: 500; }
#main-body .commmon-headline h2.white { color: #fff; }    
#main-body .commmon-headline h2:before { 
    position: absolute;
    content: '';
    padding: 0px;
    width: 47px;
    height: 45px;
    margin: -20px 0px 0px -30px;
    border-top: 7px solid #FD0202;
    border-left: 7px solid #FD0202; }
#main-body .level-3 h2 > span { padding: 20px; background: #cc1; }
#main-body .level-3 .text { min-height: 300px; text-align: center; }
#main-body .level-3 .text img { height: 65px; margin-top: 80px; margin-bottom: 30px; }
#main-body .level-3 .text h4 { text-transform: uppercase; padding-bottom: 8px;}
#main-body .level-3 .text p { line-height: 15px; font-size: 15px; padding-bottom: 8px; }
#main-body .level-3 .read-more { background-color: #FD0202; border-radius: 20px; color: #fff; padding: 6px 15px; font-size: 13px; }
#main-body .level-3 .read-more:hover { background-color: #fff; color: #FD0202; }

#main-body .directors { padding: 70px 0px; }
#main-body .directors h2 { text-align: center; padding: 20px 0px; color: #000; font-size: 30px; margin: -30px 0px 25px 0px; font-weight: 700;}
#main-body .directors .box { padding: 10px 20px; }
#main-body .directors h3 { color: #000; font-size: 15px; text-align:left; padding-bottom: 5px;font-weight: 700; }
#main-body .directors h4 { color: #FD0202; font-size: 13px; }

#main-body .media { background-color: #000; padding: 70px 0px; color: #FEFCFC; }
#main-body .media .text { background-color: #fff; color: #000;float: left;text-align: center;padding: 20px 0px; }
#main-body .media h3 { font-weight: 700; }
#main-body .media p { color: #9c9898; line-height: 15px; padding: 15px 40px; }
#main-body .media h4 { color: #FD0202; font-size: 12px; }
#main-body .media a { font-size: 13px; transition:all .6s ease-in;}
#main-body .media a:hover {display: block; transform: scale(1.3); transition:all .6s ease-in; }

#main-body .testimonial { background: #fff; padding: 70px 0px; }
#main-body .testimonial-holder { display: block; background: #D8D4D4; margin-left: 200px; padding: 50px 0px; text-align: center;}
#main-body .testimonial .profile:after {  
    display: inline-block;
    position: absolute;
    content: "";
    height: 175px;
    top: -30px;
    right: 0px;
    border-right: 1px solid #afafaf; }
#main-body .testimonial .profile { margin-top: -20px; }
#main-body .testimonial .profile i {  color: #FD0202; font-size: 80px; padding-bottom: 10px; }
#main-body .testimonial .profile h4 { color: #000; font-size: 14px; }
#main-body .testimonial .profile p { color: #333; font-size: 12px; line-height: 13px; }
#main-body .testimonial .text p { display: block; text-align: right; padding-right: 60px; color: #000; }
#main-body .testimonial img.top-corner { display: block;  position: absolute; width: 110px; border-radius: 50%;right: -50px; top: -100px;}

#main-body .client { background: #000; padding: 80px 0px 100px 0px; }
#main-body .client img { background: #fff; padding: 30px 30px;  }

#main-body .certificate { background: #fff; padding: 80px 0px 100px 0px; }
#main-body .certificate ul li{ padding-bottom: 20px; }
#main-body .certificate ul li#li-4{ padding-top: 35px; }
#main-body .certificate ul li#li-5{ padding-top: 60px; }
#main-body .certificate ul li#li-6{ padding-top: 60px; }

#main-body .contact-us .bg { background-image: url('../images/bg-2.jpg'); padding: 80px 0px; min-height: 456px;}
#main-body .contact-us .bg:before {     
  content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7); } 
#main-body .contact-us .navigation-footer {   color: #FFF; position: relative; padding: 0px 50px; }
#main-body .contact-us .navigation-footer ul { padding-bottom: 50px; }
#main-body .contact-us .navigation-footer ul li { padding: 10px 0px; }
#main-body .contact-us .navigation-footer ul a { font-size: 15px; color: #fff; }
#main-body .contact-us .navigation-footer ul a:hover { color: #fd0202; font-weight: 700; }
#main-body .contact-us  h3 { text-transform: uppercase; padding-bottom: 40px; min-height: 40px; }
#main-body .contact-us .navigation-footer input { line-height: 40px; margin-top: -15px; width: 115px; }
#main-body .contact-us .navigation-footer span { background-color: #FD0202; font-size: 13px; padding: 15px 18px; }

#main-body .contact-us .address { color: #fff; }
#main-body .contact-us .address ul li { line-height: 18px; }
#main-body .contact-us .address ul li.heading { padding: 55px 0px 5px 0px; }
#main-body .contact-us .address ul li.heading:first-child { padding: 10px 0px 5px 0px; }

#main-body .contact-us .form-section { }
#main-body .contact-us .form-section .long { line-height: 150px; }
#main-body .contact-us .form-section input { width: 340px; margin: 15px 0px;line-height: 40px; }
#main-body .contact-us .form-section input.submit-button-cls { background: #FD0202; border: none; padding: 0px 5px;  width: 20%; outline: none; border-radius: 14px; color: #fff; }
#main-body .contact-us .form-section input.submit-button-cls:hover { background: #fff; color: #FD0202; }


.google-map-section {  }
.google-map-section .text-holder { padding-top: 20px; width: 35%;}
.google-map-section .text-holder h3 { font-family: 'Playfair Display', serif; font-size: 30px; width: 180px; padding-bottom: 20px;}
.google-map-section .text-holder p.address{ border-bottom: 1px solid #b9a256; padding-bottom: 20px;}
.google-map-section .text-holder p.follow, ul { display: inline-block; position: relative; padding-right: 0px; padding-top: 0px;}
.google-map-section .text-holder ul li { display: inline-block; position: relative; padding-left: 10px; }
.google-map-section .text-holder ul li i{ color: #b9a256; font-size: 18px; }

.footer { background-color: #211F20; color: #fff; padding: 20px 0px 0px 0px; }
.footer h3 { display: block; text-align: left; font-size: 14px; padding: 20px 0px 10px 0px;} 
.footer h4 { display: block; text-align: right;font-size: 14px; }
.footer ul li { border-bottom: 2px solid  #2B2B2B; width: 100%; color: #fff; width: 260px;}
.footer ul li a { width: 100%; color: #fff; padding-bottom: 5px; margin-bottom: 0px;  display: block; padding-top: 10px; }
.footer ul li a:hover { color: #7C6955; }
.footer ul li:last-child { border-bottom: 0px solid !important; }
.footer p { color: #fff;}
.footer .footer-bottom {border-top: 2px solid #2B2B2B; padding: 10px 0px 5px 0px; margin-top: 20px; }
.footer .copyright { padding-top: 10px; }
.footer .copyright p { color: #686868; }
.footer .siteby { padding-top: 10px;display: block; text-align: right; }
.footer .siteby span { color: #686868; }
.footer .siteby a { color: #686868; }
.footer .siteby a:hover { color: #7C6955; }

.media .lSSlideOuter .lightSlider, .lSSlideOuter .lSPager { margin: 50px 0px;  }
.media .lSAction > .lSPrev { top: 0px; right: 60px; width: 32px; height: 32px; margin-top: 0px; }
.media .lSAction > .lSPrev:after {display: inline-block;position: absolute;content: "";height: 30px;top: 2px;left: 36px;
    border-left: 1px solid #fff;}
.media .lSAction > .lSNext { right: 30px; top: 0px; right: 18px; width: 32px; height: 32px; margin-top: 0px;}
.media .lSAction > a:hover { opacity: 1; color: #FD0202;}

.client .lSSlideOuter .lightSlider, .lSSlideOuter .lSPager { margin: 50px 0px;  }
.client .lSAction > .lSPrev { top: 0px; right: 60px; width: 32px; height: 32px; margin-top: 0px; }
.client .lSAction > .lSPrev:after {display: inline-block;position: absolute;content: "";height: 30px;top: 2px;left: 36px;
    border-left: 1px solid #fff;}
.client .lSAction > .lSNext { right: 30px; top: 0px; right: 18px; width: 32px; height: 32px; margin-top: 0px;}
.client .lSAction > a:hover { opacity: 1; color: #FD0202;}


/*  Inner Page NAV CSS Starts  */




#about-us-page .about-us-p { background: #F2F2F2; padding: 100px 0px; }
div#common .commmon-headline h2 { font-size: 30px; text-align: left; color: #000;
    padding-bottom: 30px; font-weight: 700; }
div#common .commmon-headline h2:before {
  position: absolute;
  content: '';
  padding: 0px;
  width: 47px;
  height: 45px;
  margin: -20px 0px 0px -30px;
  border-top: 7px solid #FD0202;
  border-left: 7px solid #FD0202;  }
div#common-heading h1 { font-family: 'Playfair Display', sans-serif; padding-bottom: 30px; }
#about-us-page .video-border {position: relative; border-bottom: 2px solid #ccc; padding: 50px 0px; }
#about-us-page .video-border .video { display: block; text-align: center;  }
#about-us-page .diretor-details { padding: 50px 0px; background-color: #DDDBDB; }
#about-us-page .diretor-details .details { padding-bottom: 50px; }
#about-us-page .diretor-details .text { padding: 20px 0px 0px 40px; }
#about-us-page .diretor-details .text h3 { font-size: 28px; color: #635858; font-weight: 700; padding-bottom: 15px; }
#about-us-page .diretor-details .text h4 { font-size: 20px; color: #F71414; font-weight: 700;}
#about-us-page .diretor-details .text p { text-align: justify; padding: 20px 0px; }
/*VERTPAN*/
.vertpan.pic {
    width: 100%;
    height: 463px;
    overflow: hidden;
}
.vertpan img {
  margin-top: 0px;
  -webkit-transition: margin 1s ease;
     -moz-transition: margin 1s ease;
       -o-transition: margin 1s ease;
      -ms-transition: margin 1s ease;
          transition: margin 1s ease;
}
 
.vertpan img:hover {
  margin-top: -250px;
  cursor: pointer;
}

/*  Inner Page Contact US CSS Starts  */

#contact-us-page .map-bg { background-image: url('../images/map-bg.png'); padding: 80px 0px; }
/*#contact-us-page .map-bg h2.common { font-size:27px;text-transform: uppercase; padding-bottom:30px;font-weight:700;padding-bottom: 0px; margin: 0px; color: #000;} 
#contact-us-page .map-bg h2.common:before {position: absolute;content: "";left: 15px;bottom: -7px; border-bottom: 5px solid #FD0202;width: 190px;}
#contact-us-page .map-bg h2.common:after { position: absolute;content: "";left: 15px;bottom: -17px; border-bottom: 5px solid #FD0202;width: 100px; }*/
#contact-us-page h2.common { font-size:27px;text-transform: uppercase; padding-bottom:30px;font-weight:700;padding-bottom: 0px; margin: 0px; color: #000;} 
#contact-us-page h2.common:before {position: absolute;content: "";left: 15px;bottom: -7px; border-bottom: 5px solid #FD0202;width: 190px;}
#contact-us-page h2.common:after { position: absolute;content: "";left: 15px;bottom: -17px; border-bottom: 5px solid #FD0202;width: 100px; }
#contact-us-page .map-bg p { font-weight: 700; padding-top: 50px; font-size: 18px; }
#contact-us-page .map-bg ul.contact-ul li { display: inline-block; width: 29%; border: 2px solid #ccc; min-height: 200px;  margin: 0px 20px; vertical-align: text-bottom; text-align: center; font-weight: 700; }  
#contact-us-page .map-bg ul.contact-ul li span  { display: block; text-align: center; padding: 20px 0px; }
#contact-us-page .map-bg ul.contact-ul li span > i { font-size: 22px; background-color: #ccc; border-radius: 50%; height: 43px; color: #FD0202; padding: 10px; width: 43px; }
#contact-us-page .contact-form { max-width: 800px; display: block; margin: 0 auto; margin-top: 60px; }
#contact-us-page .contact-us-section { padding-bottom: 40px; }
.contact-us-section h2{text-transform: uppercase; font-size: 27px;padding-bottom: 30px; font-weight: 700; color: #000;}
#contact-us-page .form-control { padding: 33px 20px; }
#contact-us-page input.submit-button-cls {
    display: block;
    margin: 0 auto;
    background: #ff0202;
    outline: none;
    border: 0px solid;
    padding: 15px 50px;
    border-radius: 13px;
    color: #fff;
    font-size: 20px; }
#contact-us-page .left { padding-right: 60px; }

/*Media & Update Page */

#media-update-page { padding: 100px 0px 0px 0px; }
#media-update-page .media-upd { padding: 50px 0px; color: #FEFCFC; }
#media-update-page .media-upd .text { background-color: #fff;color: #000;float: left;text-align:center;padding: 20px 0px;    margin-bottom: 50px; }
#media-update-page .media-upd h3 { font-weight: 700; }
#media-update-page .media-upd p { color: #9c9898; line-height: 15px; padding: 15px 40px; }
#media-update-page .media-upd h4 { color: #FD0202; font-size: 12px; }
#media-update-page .media-upd a { text-decoration: underline; font-size: 13px; }
#media-update-page input.submit-button-cls {
    display: block;
    margin: 0 auto;
    background: #ff0202;
    outline: none;
    border: 0px solid;
    padding: 15px 50px;
    border-radius: 13px;
    color: #fff;
    font-size: 20px; }

/*Media & Update -2 Page*/

#media-update-page-two > .container { margin-top: 80px; }
#media-update-page-two .text { margin-top: 20px; }
#media-update-page-two .text > p { margin-top: 40px; }
#media-update-page-two h3 { font-size: 23px; font-weight: 700;  padding: 15px 10px; }
#media-update-page-two .media-upd .text2 { font-weight: 700;  min-height: 150px; text-align: center;}
#media-update-page-two .media-upd .text2  h3 { font-size: 18px; font-weight: 700; }
#media-update-page-two .media-upd .text2  p { color: #9c9898; line-height: 15px; padding: 0px; }
#media-update-page-two .media-upd .text2  h4 { color: #FD0202; font-size: 14px; }
#media-update-page-two a.media-link { display: block; font-size: 20px; color: #fd0202; margin: 40px 0px; }
#media-update-page-two a.media-link:hover { color: #000; }
#media-update-page-two a.media-link > i { padding-right: 10px; }

/* Gallery Page */

#gallery-page > .container { margin-top: 30px; }
#gallery-page ul.gallery-item li { background: #ccc; padding: 13px 15px; margin: 5px 0px; line-height: 19px;}
#gallery-page .rg-gallery { min-height: 885px;}
img.g-thumb { width: 195px; height: 130px; }


/* Details Page */
#details-page  > .container { margin-top: 30px; }
#details-page ul.gallery-item li { background: #ccc; padding: 13px 15px; margin-bottom: 5px; line-height: 19px;}
#details-page ul.gallery-item li:hover { background: #FAC112;}
#details-page ul.gallery-item a { color: #000;}
#details-page ul.gallery-item a:hover { color: #fff;}
#details-page .image-col { margin-top:  }
#details-page .image-col .extra-space { margin: 44px 0px 0px 0px; }
#details-page .text { padding-top: 40px; }
#details-page .text h2.common { font-size:27px; padding-bottom:30px;font-weight:700;padding-bottom:0px; margin: 0px; color: #000;}
#details-page .text h2.common:before {position: absolute;content: "";left: 15px;bottom: -17px; border-bottom: 5px solid #FD0202;width: 190px;}
#details-page .text h2.common:after { position: absolute;content: "";left: 15px;bottom: -27px; border-bottom: 5px solid #FD0202;width: 100px; }
#details-page .text p { margin: 25px 0px 50px 0px; margin-top: 50px;}
#details-page .table-info ul { padding: 20px 100px; color: #fff; position: relative;}
#details-page .table-info ul.right { padding: 20px 50px;}
#details-page .table-info ul li { padding: 5px 0px; }
#details-page .table-info ul li { padding: 5px 0px; }
#details-page .table-info .color-1 { background: #000;  }
#details-page .table-info .color-bg { background-image: url(../images/bg-3.jpg); }
#details-page .table-info .color-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7); }
#details-page .table-list { background-image: url(../images/bg-4.jpg); }
#details-page .table-list .holder .nav-tabs { border: 0px solid; margin-left: 80px; margin-bottom: 30px; }
#details-page .table-list .nav-tabs > li > a { border-radius: 0px 0px 15px 15px; background: #A51111; color: #fff; }
#details-page .table-list .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{ background: #FF0707; color: #fff; border: 0px solid;}
#details-page .table-list .holder { display: block; margin: 0 auto; background: #fff; max-width: 800px;padding: 0px 80px 40px 80px; text-transform: uppercase;}
#details-page  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 5px 10px; line-height: 10px; vertical-align: text-bottom;
    border: 1px solid #f00; }



.ui-datepicker-trigger{
    border:none;
    background:none;
}
#main-body .booking-holder input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    /*border: 0px solid !important;*/
    background: transparent;
        background: transparent;
    outline: none;
    border: 0px solid;
}
#main-body .booking-holder input { display:none; }
#main-body .booking-holder .dropd {
    position: relative;
    display: block;
    margin-left: 190px;
    margin-top: -30px;
    z-index: 10;
}


#onclick-menu {
    position: relative;
    display: block;
    margin-left: 190px;
    margin-top: -30px;
    z-index: 10;
}
#onclick-menu ul {  }
#onclick-menu ul li { background: #fff;
    color: #333;
    font-size: 25px;
    padding: 10px 20px;
    width: 200%;
    z-index: 999;
    text-align: center;}
#onclick-menu ul li:hover { background: #ccc; }
#onclick-menu:before {
    content: "\f078 "; font-family: FontAwesome;
}
#onclick-menu:focus {
    /* clicking on label should toggle the menu */
    pointer-events: none;
    outline: none;
}
#onclick-menu:focus .onclick-menu-content {
    /*  opacity is 1 in opened state (see below) */
    opacity: 1;
    visibility: visible;

    /* don't let pointer-events affect descendant elements */
    pointer-events: auto;
    outline: none;
}
.onclick-menu-content {
    position: absolute;
    z-index: 1;

    /* use opacity to fake immediate toggle */
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s;
    z-index: 999;
}
ul.onclick-menu-content li:after {
    content: "";
    border-right: 0px solid #ccc;

}

/*hover effect a*/
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #7C6955;
  color: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000;
  background: #b9a256;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.icon{  -webkit-transform: rotateX(0deg);
        -webkit-transition: -webkit-transform 1s ease-in-out;}

.icon:hover{  -webkit-transform: rotateX(360deg);
           -webkit-transition: -webkit-transform 1s ease-in-out;}

/*--------------------------------------------------------------------------

                        ROOM PAGE STYLE

--------------------------------------------------------------------------*/
a.with-caption.image-link.deluxe-single {
    z-index: 99;
    position: relative;
}
.widget-rooms-list {
    margin-bottom: 100px;
}

.widget-rooms-list .rooms-item {
  padding-left: 0;
  padding-right: 0;
}

.widget-rooms-list .rooms-item .item-photo {
  position: static;
  top: auto;
  left: auto;
  width: 100%;
}

.widget-rooms-list .rooms-item .item-photo a {
  padding-top: 100%;
  height: auto;
}

.widget-rooms-list .rooms-item .item-price {
  top: 20px;
  right: 20px;
  width: auto;
  height: inherit;
  border-left: 0;
  background-color: #fff;
}

.widget-rooms-list .rooms-item .item-price:after {
  display: none;
}

.widget-rooms-list .rooms-item .item-price .price-inner {
  position: static;
  top: inherit;
  padding: 40px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.widget-rooms-carousel .rooms-item .item-desc {
  padding: 20px 20px 40px;
}

.widget-rooms-list .rooms-item .item-desc {
  padding: 20px;
  text-align: center;
}

.widget-rooms-list .rooms-item .item-desc p {
  font-size: 14px;
  line-height: 26px;
}

.widget-rooms-list .rooms-item .item-desc .desc-features ul li {
  float: none;
  width: 100%;
  text-align: left;
}

.widget-rooms-list .rooms-item .item-price {
  position: static;
  top: auto;
  right: auto;
  padding: 20px;
  border-top: 1px solid #e1e1e1;
}

.widget-rooms-list .rooms-item .item-price .price-inner {
  padding: 0;
}

.widget-rooms-list .rooms-item .item-desc .desc-features ul:after {
  clear: both;
}

.widget-rooms-list .rooms-item .item-desc .desc-features ul:before,
.widget-rooms-list .rooms-item .item-desc .desc-features ul:after {
  content: "";
  display: table;
}

.widget-rooms-carousel .rooms-item {
  padding: 30px;
}

.widget-rooms-carousel .rooms-item .item-inner {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
  border: 5px solid #fff;
  -moz-box-shadow: 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
}

.widget-rooms-carousel .rooms-item .item-photo a {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.widget-rooms-carousel .rooms-item .item-desc {
  position: relative;
  padding: 40px 15px;
  text-align: center;
}

.widget-rooms-carousel .rooms-item .item-desc a {
  background: #699D3B;
  padding: 15px 35px;
  font-size: 18px;
  color: #fff;
}

.widget-rooms-carousel .rooms-item .item-desc a:hover {
  background: #18c154;
}

/*.btn:hover,
.btn:active,
.btn:active:focus,
.btn:focus {
  color: #fff;
  background-color: #18c154;
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: ng234one;
  -moz-box-shadow: none;
  box-shadow: none;
}*/

.widget-rooms-carousel .rooms-item .item-desc h2 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 60px;
  margin-bottom: 20px;
  font-size: 26px;
  margin-bottom: 10px;
  color: #699D3B;
}

.widget-rooms-carousel .rooms-item .item-desc h2 a:hover {
  color: #d77b5d;
}

.widget-rooms-carousel .rooms-item .item-desc h3 {
  font-weight: 900;
  color: #d77b5d;
  margin-bottom: 20px;
}

.widget-rooms-carousel .rooms-item .item-desc p {
  min-height: 75px;
  color: #5b5b5c;
  font-size: 15px;
  margin: 25px 0px 60px 0px;
}

.widget-rooms-carousel .rooms-item .item-desc p:last-child {
  margin-bottom: 0;
}

.widget-rooms-carousel .rooms-item .item-desc .fa-star {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.widget-rooms-carousel .rooms-item .item-desc .fa-star-1:before {
  content: "\f005";
  letter-spacing: 5px;
  color: #d77b5d;
}

.widget-rooms-carousel .rooms-item .item-desc .fa-star-2:before {
  content: "\f005\f005";
  letter-spacing: 5px;
  color: #d77b5d;
}

.widget-rooms-carousel .rooms-item .item-desc .fa-star-3:before {
  content: "\f005\f005\f005";
  letter-spacing: 5px;
  color: #d77b5d;
}

.widget-rooms-carousel .rooms-item .item-desc .fa-star-4:before {
  content: "\f005\f005\f005\f005";
  letter-spacing: 5px;
  color: #d77b5d;
}

.widget-rooms-carousel .rooms-item .item-desc .fa-star-5:before {
  content: "\f005\f005\f005\f005\f005";
  letter-spacing: 5px;
  color: #d77b5d;
}

.widget-rooms-carousel .widget-carousel {
  width: auto;
  min-width: 100%;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
}

.widget-rooms-carousel .widget-carousel .owl-dots {
  margin-top: 0px;
  margin-bottom: 20px;
}

.widget-rooms-carousel.top-over .widget-title {
  display: none;
}

.widget-rooms-carousel.top-over .widget-carousel {
  margin-top: -100px;
  z-index: 2;
}

.widget-rooms-carousel.top-over .wrapper-inner,.widget-rooms-carousel.top-over .wrapper-full-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.widget-rooms-list .rooms-item {
    position: relative;
    padding-left: 30%;
    margin-bottom: 40px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
/*    -webkit-box-shadow: 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(33, 30, 25, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(33, 30, 25, 0.1);*/
}

.widget-rooms-list .rooms-item .item-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    overflow: hidden;
}

.widget-rooms-list .rooms-item .item-photo a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.widget-rooms-list .rooms-item .item-desc {
  padding: 33px 20px 34px 40px;
}

.widget-rooms-list .rooms-item .item-desc h2 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
  text-align: left;
}

.widget-rooms-list .rooms-item .item-desc h2 a:hover {
  color: #b9a256;
}

.widget-rooms-list .rooms-item .item-desc p {
  font-size: 15px;
  color: #6b6b6b;
  line-height: 22px;
  margin: 0;
  text-align: left;
  width: 450px;
}

.widget-rooms-list .rooms-item .item-desc .desc-features {
  position: relative;
  margin-top: 10px;
  width: 65%;
}

.widget-rooms-list .rooms-item .item-desc .desc-features:before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 2px;
  height: 100%;
  content: "";
  display: inline-block;
  background-color: #fff;
}

.widget-rooms-list .rooms-item .item-desc .desc-features:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  content: "";
  display: inline-block;
  background-color: #fff;
}

.widget-rooms-list .rooms-item .item-desc .desc-features ul li {
  position: relative;
  float: left;
  width: 50%;
  height: 35px;
  line-height: 20px;
  padding-left: 25px;
  padding-right: 0px;
  color: #6b6b6b;
    /* font-weight: 700; */
  font-size: 14px;
    /* letter-spacing: 1px; */
    /* text-transform: uppercase; */
/*  white-space: nowrap;*/
  text-overflow: ellipsis;
  /*overflow: hidden;*/
  background-color: #fff;
}

.widget-rooms-list .rooms-item .item-desc .desc-features ul li .fa {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 7px;
  color: #b9a256;
  border: 1px solid #b9a256;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.widget-rooms-list .rooms-item .item-desc .desc-features ul li .fa:before {
  display: inline-block;
  width: 20px;
}

.widget-rooms-list .rooms-item .item-price {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  border-left: 1px solid #e1e1e1;
}

.widget-rooms-list .rooms-item .item-price:after {
      position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 100%;
    content: "";
    display: inline-block;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.05) -100%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.05) -100%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) -100%, rgba(0, 0, 0, 0) 100%);
}

.widget-rooms-list .rooms-item .item-price .price-inner {
  position: relative;
  top: 50%;
  z-index: 1;
  padding: 0 20px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget-rooms-list .rooms-item .item-price .price-inner h3,.widget-rooms-list .rooms-item .item-price .price-inner h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.widget-rooms-list .rooms-item .item-price .price-inner h3 {
  font-size: 36px;
  margin-top: 0px;
}
.widget-rooms-list .rooms-item .item-price .price-inner h3 span {
  display: inline-block;
  font-size: 26px;
  margin-top: -10px;
}

.widget-rooms-list .rooms-item .item-price .price-inner h4 {
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
  margin-bottom: 20px;
}

.widget-rooms-list .rooms-item .item-price .price-inner h5 {
  font-size: 17px;
  color: #24324a;
  padding: 10px 0px;
}

.widget-rooms-list .rooms-item .item-price .price-inner .btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.widget-rooms-list .rooms-item .item-price .price-inner .fa-star {
  position: relative;
  left: 5px;
  color: #b9a256;
  margin-bottom: 10px;
  font-size: 15px;
}

.widget-rooms-list .rooms-item .item-price .price-inner i {
  color: #b9a256;
  font-size: 25px;
  padding-top: 10px;
  min-width: 40px;
  outline: none;
  margin-left: -4px;
}
.widget-rooms-list .rooms-item .item-price .price-inner i:hover {
  color: #7C6955;;
}

.widget-rooms-list .rooms-item .item-price .price-inner .fa-star:before {
  content: "\f005\f005\f005";
  letter-spacing: 5px;
}

.widget-rooms-list .rooms-item .item-price .price-inner .fa-star-1:before {
  content: "\f005";
  letter-spacing: 5px;
  color: #d77b5d;
}

.widget-rooms-list .rooms-item .item-price .price-inner .fa-star-2:before {
  content: "\f005\f005";
  letter-spacing: 5px;
  color: #d77b5d;
}

.widget-rooms-list .rooms-item .item-price .price-inner .fa-star-3:before {
  content: "\f005\f005\f005";
  letter-spacing: 5px;
  color: #d77b5d;
}

.widget-rooms-list .rooms-item .item-price .price-inner .fa-star-4:before {
  content: "\f005\f005\f005\f005";
  letter-spacing: 5px;
  color: #d77b5d;
}

.widget-rooms-list .rooms-item .item-price .price-inner .fa-star-5:before {
  content: "\f005\f005\f005\f005\f005";
  letter-spacing: 5px;
  color: #d77b5d;
}

.widget-rooms-list .rooms-item:last-child {
  margin-bottom: 40px;
}

/*--------------------------------------------------------------------------

                        Small Banner STYLE

--------------------------------------------------------------------------*/



section.banner-inner.haslayout.padding-section.parallax-window {
    background: url(../images/banner.jpg) no-repeat;
    background: rgba(215, 224, 224, 0.5) url(../images/banner.jpg) repeat-x;
    background: url(../images/banner.jpg) repeat-x;
}
section.banner-inner.haslayout.padding-section.parallax-window.room {
    background: url(../images/D11.jpg) no-repeat;
    background: rgba(215, 224, 224, 0.5) url(../images/D11.jpg) repeat-x;
    background: url(../images/D11.jpg) repeat-x;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.banner-inner.haslayout.padding-section.parallax-window.restaurant {
    background: url(../images/rasturant-banner1.jpg) no-repeat;
    background: rgba(215, 224, 224, 0.5) url(../images/rasturant-banner1.jpg) repeat-x;
    background: url(../images/rasturant-banner1.jpg) repeat-x;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.banner-inner.haslayout.padding-section.parallax-window.meeting {
    background: url(../images/meeting-banner.jpg) no-repeat;
    background: rgba(215, 224, 224, 0.5) url(../images/meeting-banner.jpg) repeat-x;
    background: url(../images/meeting-banner.jpg) repeat-x;
}
section.banner-inner.haslayout.padding-section.parallax-window.gallery {
    background: url(../images/gallery-banner.jpg) no-repeat;
    background: rgba(215, 224, 224, 0.5) url(../images/gallery-banner.jpg) repeat-x;
    background: url(../images/gallery-banner.jpg) repeat-x;
}
section.banner-inner.haslayout.padding-section.parallax-window.reservation {
    background: url(../images/s2.jpg) no-repeat;
    background: rgba(215, 224, 224, 0.5) url(../images/s2.jpg) repeat-x;
    background: url(../images/s2.jpg) repeat-x;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.banner-inner.haslayout.padding-section.parallax-window.offer {
    background: url(../images/offer-banner.jpg) no-repeat;
    background: rgba(215, 224, 224, 0.5) url(../images/offer-banner.jpg) repeat-x;
    background: url(../images/offer-banner.jpg) repeat-x;
}
section.banner-inner.haslayout.padding-section.parallax-window.contact {
    background: url(../images/contact-banner.jpg) no-repeat;
    background: rgba(215, 224, 224, 0.5) url(../images/contact-banner.jpg) repeat-x;
    background: url(../images/contact-banner.jpg) repeat-x;
}
.awe-overlay-intro {
    background-color: rgb(16 2 2 / 76%);
    /*background-color: #4C4D4F;*/
    z-index: 0;
    padding: 60px 0px;
    padding: 90px 0px;
    margin: 0px 0px 60px 0px;
}
.banner-inner h1 {
    font-family: 'Playfair Display', serif;
     font-size: 34px; 
     line-height: 35px; 
     color: #fff; 
     font-weight: 300; 
     position: relative; 
     margin: 0; 
     float: left; 
     padding: 10px 100px; 
}
.banner-inner h1:before {
    content: '';
    display: block;
    position: absolute;
    right: 90%;
    top: 10px;
    background: url(../images/bg-heading.png) repeat-x;
    width: 10000%;
    height: 40px;
    opacity: .6;
}
.banner-inner h1:after {
    content: '';
    display: block;
    position: absolute;
    left: 90%;
    top: 10px;
    background: url(../images/bg-heading.png) repeat-x;
    width: 10000%;
    height: 40px;
    opacity: .6;
}

#offer-page .offer-div {
  display: block;  
  text-align: center; 
   }
#offer-page .offer-div h1 {
  display: block; 
  padding-bottom: 20px;
 }
 #offer-page .offer-div img {
  min-height: 700px;
  margin-top: 20px;
  margin-bottom: 50px;
  background-color: #f3f3f3;

 }


/*--------------------------------------------------------------------------

                        GALLERY PAGE STYLE

--------------------------------------------------------------------------*/

.gallery-section h4 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  /*background: #E1CCA8;*/
  /*background: rgba(234, 218, 189, 0.49);*/
  background: #DAE2E4;
  color: #846C55;
  width: 100%;
  padding: 15px 0px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 20px;
}

.gallery-section .left, 
.gallery-section .right {
    position: relative !important;
    z-index: 1 !important;
}

.gallery-section .left {
  margin-bottom: 100px;
}

.gallery-section .left ul {  
  display: block;
  text-align: center;  
}

.gallery-section .left ul li { 
  display: inline-block; 
  position: relative;
  padding: 8px 5px;
}

.gallery-section .left ul li:after {
    content: "";
    /*background: rgba(0,0,0,.3);*/
    height: 91%;
    width: 96%;
    z-index: 10;
    position: absolute;
    top: 6px;
    left: 4px;
}
.gallery-section .left a:after {
    content: "";
    display: block;
    position: absolute;
    width: 96%;
    height: 90%;
    background: rgba(0, 0, 0, 0.4) url(../images/camera.png) no-repeat center center;
    top: 6%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 11;
}
.gallery-section .left ul li:after {
    content: "";
    /*background: rgba(0,0,0,.3);*/
    height: 91%;
    width: 96%;
    z-index: 10;
    position: absolute;
    top: 6px;
    left: 4px;
}
.gallery-section .left img:hover {
    -webkit-filter: brightness(200%); /* Safari */
    filter: brightness(200%);
}

.gallery-section .left a:hover:after {  
    background: rgba(0, 0, 0, 0) url(../images/camera.png) no-repeat center center;
    /*background: rgba(0, 0, 0, 0) url(../images/play-next-button.png) no-repeat center center;*/
   
}


.gallery-section .right {
  margin-bottom: 50px;
}

.gallery-section .right ul {  
  display: block;
  text-align: center;  
}

.gallery-section .right ul li { 
  display: inline-block; 
  position: relative;
  padding: 8px 5px;
}

.gallery-section .right ul li:after {
    content: "";
    /*background: rgba(0,0,0,.3);*/
    height: 91%;
    width: 96%;
    z-index: 10;
    position: absolute;
    top: 6px;
    left: 4px;
}
.gallery-section .right a:after {
    content: "";
    display: block;
    position: absolute;
    width: 96%;
    height: 90%;
    background: rgba(0, 0, 0, 0.3) url(../images/play.png) no-repeat center center;
    top: 6%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 11;
}

.gallery-section .right ul li:after {
    content: "";
    background: rgba(0,0,0,.3);
    height: 91%;
    width: 96%;
    z-index: 10;
    position: absolute;
    top: 6px;
    left: 4px;
}
.gallery-section .right ul li img:hover {
    -webkit-filter: brightness(200%); /* Safari */
    filter: brightness(200%);
}

.gallery-section .right a:hover:after {  
    background: rgba(0, 0, 0, 0) url(../images/play-next-button.png) no-repeat center center;
   
}


.gallery-section .image-link {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* aligns caption to center */
.gallery-section .mfp-title {
  text-align: center;
  padding: 6px 0;
}



/*--------------------------------------------------------------------------

                        CONTACT US PAGE STYLE

--------------------------------------------------------------------------*/
#contact-us .contact-form { 
  margin: 20px 0px;  
  margin-bottom: 100px;
}
#contact-us .contact-form .submit-button {
  display: block;
  text-align: right;   
}
#contact-us .contact-form input.form-control.message {
    height: 150px;
}
#contact-us .contact-form button.btn.btn-default{    
  background: #b9a256;
  color: #fff;
  padding: 15px 40px;  
}
#contact-us .contact-form button.btn.btn-default:hover{    
  background: #7C6955;
  color: #fff;
  padding: 15px 40px;  
}
#contact-us h2 { 
  font-family: 'Playfair Display', serif;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  color: #b9a256;
}
#contact-us .right ul {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}
#contact-us .right ul li.details {
    color: #383535;
}
#contact-us .right ul.social-links {
  display: block;
  text-align: left; 
  border-bottom: 0px solid !important;
  margin-top: 20px;
}
#contact-us .right ul.social-links li {
    display: inline-block;
    padding-right: 15px;
  
}
#contact-us .right ul.social-links li i { font-size: 25px; }
#contact-us .right ul.social-links li i.fa-facebook-official { color: #b9a256 }
#contact-us .right ul.social-links li i.fa-twitter { color: #b9a256; }
#contact-us .right ul.social-links li i.fa-facebook-official:hover { color: #3E5C9A }
#contact-us .right ul.social-links li i.fa-twitter:hover { color: #1DA1F2 }
#contact-us .left {  padding-right: 80px; }



/*--------------------------------------------------------------------------

                        Room page Slider STYLE

--------------------------------------------------------------------------*/

.widget-rooms-detail .room-slider{position: relative;border: 10px solid #fff; min-height: 360px; background-color: #ccc;}
.widget-rooms-detail .room-slider a{display: block;width: 100%;height: 360px;background-repeat: no-repeat;background-position: top center;background-size: cover; }

/*Owl Carasoul Starts*/
.widget-rooms-detail .room-slider .owl-theme .owl-nav [class*="owl-"]{width: 50px;height: 50px;line-height: 50px;margin: 0 1px 0 0;padding: 0;font: normal normal normal 14px/1 FontAwesome;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color: #24324a;background: #fff;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}
.owl-theme .owl-nav{margin-top: 10px;text-align: center;-webkit-tap-highlight-color: transparent;}
.owl-theme .owl-nav [class*='owl-']{color: #FFF;font-size: 14px;margin: 5px;padding: 4px 7px;background: #D6D6D6;display: inline-block;cursor: pointer;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.owl-theme .owl-nav [class*='owl-']:hover{background: #869791;color: #FFF;text-decoration: none;}
.owl-theme .owl-nav .disabled{opacity: 0.5;cursor: default;}
.owl-theme .owl-dots{margin-top: 40px;text-align: center;-webkit-tap-highlight-color: transparent;}
.owl-theme .owl-dots .owl-dot{display: inline-block;zoom: 1;*display: inline;}
.owl-theme .owl-dots .owl-dot span{width: 10px;height: 10px;margin: 5px 7px;background: #D6D6D6;display: block;-webkit-backface-visibility: visible;-webkit-transition: opacity 200ms ease;-moz-transition: opacity 200ms ease;-ms-transition: opacity 200ms ease;-o-transition: opacity 200ms ease;transition: opacity 200ms ease;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px}
.owl-carousel.owl-type1 .owl-nav { position: absolute; right: -3px; bottom: 0; z-index: 2; /* width: 100%; */ }
.owl-carousel.owl-type1.left .owl-nav  { left: 0px; right: inherit; }
.owl-carousel.owl-type1 .owl-nav [class*="owl-"]:hover {color: #FFF;background: #d77b5d;}
.owl-carousel.owl-type1 .owl-nav .owl-prev:before,
.owl-carousel.owl-type1 .owl-nav .owl-next:before {line-height: 50px;}
.owl-carousel.owl-type1 .owl-nav .owl-prev:before {content: "\f177"; color: #fff;}
.owl-carousel.owl-type1 .owl-nav .owl-next:before {content: "\f178"; color: #fff;}
.owl-carousel.owl-type1 .owl-nav .disabled {opacity: 1;cursor: pointer;}
.owl-carousel.owl-type1 .owl-dots {position: absolute;left: 0;bottom: 20px;z-index: 1;width: 100%;margin-top: 0; text-align: center;}
.owl-carousel.owl-type1 .owl-dots .owl-dot span {background: #fff;}
.owl-carousel.owl-type1 .owl-dots .owl-dot.active span,
.owl-carousel.owl-type1 .owl-dots .owl-dot:hover span {background: #d77b5d;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #699D3B; }



.section-restaurant { margin-bottom: 100px; }
.section-restaurant .text-holder img { margin-bottom: 30px;/*width: 100%;*/height: 90px;/* opacity: .2; */ }
.section-restaurant .text-holder img.lagracia { height: 130px; }
.section-restaurant .text-holder { display: block;  padding: 0px 0px 0px 0px; text-align: justify;}
.section-restaurant .level-1 { margin-bottom: 50px; }
.section-restaurant .photo-virtural-holder ul { vertical-align: top; padding-top: 15px; }
.section-restaurant .photo-virtural-holder ul li { display: inline-block; vertical-align: top; }
.section-restaurant .photo-virtural-holder i {color: #b9a256; font-size: 25px; min-width: 35px;    padding-right: 20px; }
.section-restaurant .photo-virtural-holder i:hover {color: #7C6955; }
.section-restaurant .photo-virtural-holder i.fa.fa-facebook:hover {color: #3E5C9A; }
.section-restaurant .photo-virtural-holder img { height: 30px; }


.reservation_content { background: #fff; }
.reservation-detail { margin-bottom: 100px; }
.reservation_content h3 { font-family: 'Playfair Display', serif; font-weight: 600; padding: 30px 0px 15px 0px;}
.reservation_content input { margin-bottom: 20px; }
.reservation_content select { border: 1px solid #ccc; }
.reservation_content fieldset {
  margin: 1em 0;
  border: 0;
  padding: 0;
  position: relative;
}
.reservation_content button.book-now {
    background: #b9a256;
    color: #fff;
    padding: 15px 40px;
}
.reservation_content button.book-now:hover {
    background: #7C6955;
    color: #fff;
}
.reservation_content input, .form-control {
  font-size: 1em;
  font-family: sans-serif;
  font-weight: 200;
  border: 1px solid #ccc;
  padding: .75em 1em;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 20px;
}
.reservation_content input:focus {
  border-color: #b9a256;
}
#contact-us iframe { margin-bottom: -10px; }

.reservation_content .whitespace:before {
  content: "...some content here...";
  color: #ccc;
  background: #f5f5f5;
  margin: 1em 0;
  padding: 5em 0;
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}


.picker{font-size:16px;text-align:left;line-height:1.2;color:#000;position:absolute;z-index:10000}.picker__input.picker__input--active{border-color:#b9a256}.picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.picker{width:100%}.picker__holder{position:absolute;background:#fff;border:1px solid #aaa;border-top:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-width:176px;max-width:466px;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;max-height:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transform:translateY(-1em) perspective(600px) rotateX(10deg);-moz-transform:translateY(-1em) perspective(600px) rotateX(10deg);transform:translateY(-1em) perspective(600px) rotateX(10deg);-webkit-transition:all .15s ease-out,max-height 0 .15s;-moz-transition:all .15s ease-out,max-height 0 .15s;transition:all .15s ease-out,max-height 0 .15s}.picker--opened .picker__holder{max-height:25em;-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;opacity:1;-webkit-transform:translateY(0) perspective(600px) rotateX(0);-moz-transform:translateY(0) perspective(600px) rotateX(0);transform:translateY(0) perspective(600px) rotateX(0);-webkit-transition:all .15s ease-out,max-height 0;-moz-transition:all .15s ease-out,max-height 0;transition:all .15s ease-out,max-height 0;-webkit-box-shadow:0 6px 18px 1px rgba(0,0,0,.12);-moz-box-shadow:0 6px 18px 1px rgba(0,0,0,.12);box-shadow:0 6px 18px 1px rgba(0,0,0,.12)}
.picker__box{padding:0 1em}.picker__header{text-align:center;position:relative;margin-top:.75em}.picker__month,.picker__year{font-weight:500;display:inline-block;margin-left:.25em;margin-right:.25em}.picker__year{color:#999;font-size:.8em;font-style:italic}.picker__select--month,.picker__select--year{font-size:.8em;border:1px solid #b7b7b7;height:2.5em;padding:.66em .25em;margin-left:.25em;margin-right:.25em;margin-top:-.5em}.picker__select--month{width:35%}.picker__select--year{width:22.5%}.picker__select--month:focus,.picker__select--year:focus{border-color:#b9a256}.picker__nav--prev,.picker__nav--next{position:absolute;top:-.33em;padding:.5em 1.33em;width:1em;height:1em}.picker__nav--prev{left:-1em;padding-right:1.5em}.picker__nav--next{right:-1em;padding-left:1.5em}.picker__nav--prev:before,.picker__nav--next:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:.75em solid #000;width:0;height:0;display:block;margin:0 auto}.picker__nav--next:before{border-right:0;border-left:.75em solid #000}.picker__nav--prev:hover,.picker__nav--next:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__nav--disabled,.picker__nav--disabled:hover,.picker__nav--disabled:before,.picker__nav--disabled:before:hover{cursor:default;background:0;border-right-color:whitesmoke;border-left-color:whitesmoke}.picker__table{text-align:center;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:inherit;width:100%;margin-top:.75em;margin-bottom:.5em}@media (min-height:26.5em){.picker__table{margin-bottom:.75em}}.picker__table td{margin:0;padding:0}.picker__weekday{width:14.285714286%;font-size:.75em;padding-bottom:.25em;color:#999;font-weight:500}@media (min-height:26.5em){.picker__weekday{padding-bottom:.5em}}.picker__day{padding:.3125em 0;font-weight:200;border:1px solid transparent}.picker__day--today{color:#b9a256;position:relative}.picker__day--today:before{content:" ";position:absolute;top:2px;right:2px;width:0;height:0;border-top:.5em solid #fff;border-left:.5em solid transparent}.picker__day--selected,.picker__day--selected:hover{border-color:#b9a256}.picker__day--highlighted{background:#b1dcfb}.picker__day--disabled:before{border-top-color:#aaa}.picker__day--outfocus{color:#ddd;-ms-filter:"alpha(Opacity=66)";filter:alpha(opacity=66);-moz-opacity:.66;opacity:.66}.picker__day--infocus:hover,.picker__day--outfocus:hover{cursor:pointer;color:#000;background:#b1dcfb}.picker__day--highlighted:hover,.picker--focused .picker__day--highlighted{background:#b9a256;color:#fff}.picker__day--disabled,.picker__day--disabled:hover{background:whitesmoke;border-color:whitesmoke;color:#ddd;cursor:default}.picker__footer{text-align:center}.picker__button--today,.picker__button--clear{border:1px solid #fff;background:#fff;font-size:.8em;padding:.66em 0;font-weight:700;width:50%;display:inline-block;vertical-align:bottom}.picker__button--today:hover,.picker__button--clear:hover{cursor:pointer;color:#000;background:#b1dcfb;border-bottom-color:#b1dcfb}.picker__button--today:focus,.picker__button--clear:focus{background:#b1dcfb;border-color:#b9a256;outline:0}.picker__button--today:before,.picker__button--clear:before{position:relative;display:inline-block;height:0}.picker__button--today:before{content:" ";margin-right:.45em;top:-.05em;width:0;border-top:.66em solid #fff;border-left:.66em solid transparent}.picker__button--clear:before{content:"\D7";margin-right:.35em;top:-.1em;color:#e20;vertical-align:top;font-size:1.1em}


@media (max-width: 897px)
{
  .nav{
    
  }

  .menu-icon {
    
  }

  #inner-page-nav ul.right li {
    margin: 12px 0;
  }

  .nav ul li a {
    font-size: 26px;
}

}

@media  (max-width: 480px) 
{
  .sopnil img {
    width: 22%;
    transition: 0.6s;
  }
  .menu-icon {
    width: 30px;
    cursor: pointer;
    left: 35px;
    top: 35px;
    position: absolute;
    transition: 0.6s;
  }
  .close-icon {
    width: 25px;
    position: absolute;
    left: 35px;
    top: 35px;
    cursor: pointer;
  }
  #inner-page-nav ul.right li {
    margin: 30px 0;
  }

}












