@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Modak');
html, body {
  height:100%;
}

body {
	font-size: 15px;
    line-height: 1.52;
    color: #717f86;
    font-size: 16px;
	font-family: 'Poppins', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#page-banner{
	min-height:150px; background:url(../images/slider_2.jpg) center no-repeat; background-size:cover;
}
#header{ position:absolute;  width:100%;}
.bg-color{
    background-color: RGBA(0, 0, 0, 0.61);
    
}
.bg-color-white{
    background-color:#fff;
    
}
.section-padding{
    padding: 60px 0px;
}
.logo-name{
    font-family: 'Satisfy', sans-serif;
    font-size: 25px;
    margin-top: 0px;
    color: #b58a61;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 20px;
}
.booking{
	padding-top:45px;

}
.menu-icon
{
    color: #fff;
    font-size: 30px;
    margin-top: 30px;
    cursor: pointer;
	margin-right:30px;
}

.icon-box {
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}
.hour_service h4 {
    font-size: 36px;
    color: #000;
	font-weight:600;
}
* {

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
.carousel  h2{ font-size:60px; font-weight:800; font-family: 'Poppins', sans-serif;}
.text-big{ text-transform:uppercase;}
.text-fancy{ color: #ffffff;
        font-size:45px;
      font-weight:700;
        background: #00000094;
        padding: 10px;
		font-family: 'Poppins', sans-serif;} 
.btn-explore{ background:#b58a61; color:#fff;}
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


.reservation-row{ background:#b58a60; padding:30px 0;}
.white-head{ color:#fff; font-size:36px;}
.choosing-block {

    background: #fff none repeat scroll 0 0;
    padding: 29px 15px 21px;
    position: relative;
    width: 100%;
}
.choosing-block span.month {

    font-weight: 600;
    text-transform: uppercase;
    color: #c6c6c6;

}
.choosing-block h2 {

    display: inline-block;
    font-size: 74.38px;
    font-weight: 600;
    vertical-align: top;
    margin-top: 2px;

}
.btn_next i, .btn_prev i  {

    font-size: 16px !important;

}
.hotel-booking-search input {

    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    border: none;
    color: transparent;
    text-indent: -9999em;
    color: transparent !important;
    height: 100%;

}
.btn_prev {

    position: absolute;
    bottom: 54.5%;
    z-index: 5;
    right: 15px;
    width: 23px;
    height: 24px;

}
.btn_next {

    position: absolute;
    bottom: 30%;
    z-index: 5;
    right: 15px;
    width: 23px;
    height: 24px;

}
.hotel-booking-search button, .hotel-booking-search input, .hotel-booking-search select, .hotel-booking-search textarea {

    position: relative;
    width: 100px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
    color: #7a7a7a;
    padding: 7px 8px;
    line-height: 24px;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075);
    box-shadow: inset 0 0 0 rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}
.hb-input {

 border:0px;

}
.choosing-block::before {

    border-bottom: 11px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    content: "";
    height: 0;
    left: 22px;
    position: absolute;
    top: -10px;
    width: 0;

}
.hb-form-field {

   
    margin-right: 0;
    padding-right: 3px; display:inline-block;

}

.btn-submit{ float:right; background:none; color:#fff; text-transform:uppercase; font-size:30px; margin-top:20px; border-bottom:1px solid #fff; font-weight:bold;}

.services{ background:#f5f5f5; display:inline-block;}
.pb-20{ padding-bottom:20px;}
.head2{ font-weight:600; font-size:30px; color:#3d3935;}
.head3{ font-weight:600; font-size:45px; color:#000;}
.services p{ font-size:14px;}
.price{
        font-weight: 600;
        color: #602600;
        font-size: 28px;
    } 

.gallery{ background:#fff; display:inline-block; width:100%;}
.service-row{ background:#b58a61;}
.pb-5{ margin-bottom:5px;}
.white{ color:#fff;}

/* */

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.grey-bg{ background:#f5f5f5; height:100%; display:inline-block; }
.padd-top{ padding:50px 20px;}
.darg-bg{ background:#3d3935; padding:30px 0; margin-top:30px;}
.footer-links{ padding:0; margin:0;}
.footer-links ul{ padding:0; margin:0 auto; display:block; text-align:center; list-style:none;}
.footer-links ul li{ padding:0 10px; margin:0; list-style:none; display:inline-block;}
.footer-links ul li a{ padding:0; font-size:12px; color:#fff; text-transform:uppercase; margin:0; list-style:none; display:inline-block;}

.gallery-container {

  color: #35373a;

}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}
 .social-links a {
    font-size: 16px;
    display: inline-block;
line-height: 1;
    padding: 10px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s;
	margin-bottom:0 10px;
}
.follow{
	text-align:center!important;
}
.container.follow.text-center a {
    color: #fff;
}
.container.follow.text-center .social-links b {
    color: #fff;
}
.tz-gallery {
  padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "Glyphicons Halflings";
  content: "\e003";
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(46, 132, 206, 0.7);
  content: "";
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

@media (max-width: 768px) {
  body {
    padding: 0;
  }
}

.navbar-brand h1 {
    margin: 0;
}

.gdlr-room-info {
    width: 44%;
    float: left;
    font-size: 13px;
    margin-bottom: 3px;
    background-color: #f5f5f5;
    padding: 16px 20px;
    margin-right: 3px;
}

.gdlr-reservation-bar {
    background-color: #1abc9c;
}
.gdlr-reservation-bar .gdlr-reservation-bar-title {
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	padding: 15px 15px 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.gdlr-reservation-bar .gdlr-reservation-bar-date-form {
	padding: 20px 0px 30px 20px;
}

.gdlr-reservation-bar .gdlr-reservation-field {
	margin-bottom: 20px;
	float: left;
	margin-right: 20px;
}

.gdlr-reservation-bar .gdlr-reservation-field-title {
	font-size: 12px;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 8px;
}
.gdlr-reservation-bar .gdlr-resv-branches-combobox .gdlr-combobox-wrapper {
	width: 253px;
}

.gdlr-reservation-bar input.gdlr-datepicker, .gdlr-reservation-bar .gdlr-combobox-wrapper select, .gdlr-reservation-bar .gdlr-combobox-wrapper select option, .gdlr-reservation-bar .gdlr-combobox-wrapper {
	background-color: #ffffff;
}

.gdlr-reservation-bar .gdlr-resv-branches-combobox .gdlr-combobox-wrapper select {
	width: 281px;
}

.gdlr-reservation-bar .gdlr-reservation-field {
	margin-bottom: 20px;
	float: left;
	margin-right: 20px;
}

.gdlr-reservation-bar .gdlr-datepicker-wrapper {
	display: inline-block;
	position: relative;
}

.light{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  justify-items: center;
grid-gap: 0}
  
.gallery .item {
        width: 97%;
        overflow: hidden;
        background: #000;
        margin: 5px;
    }
      
.gallery .item img{
  opacity: 0.6;
  width: 100%;
  height: 100%;
  transform: scale(1.15);
transition: transform 0.5s, opacity 0.5s;}
  
.gallery .item img:hover{
  opacity: 1;
transform: scale(1.03)}


.gallery .col-md-8.col-md-offset-2.text-center.pb-20 {
    color: #000;
    font-size: 18px;
}
.all_section{
	text-align: center;
}
.all_section h5 {
font-size: 30px;
text-align: center;
}
.all_section h1 {
	color: #000;
font-size: 40px;
text-align: center;
  font-weight: 700;
}
.all_section h3 {
        text-align: center;
        font-size: 50px;
        font-weight: 700;
        color: #000;
    }
	.booking_ul .form-control {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    padding-left: 10px !important;
}
.banner-text ul.booking_ul {
    list-style: none;
    display: inline-block;
    background: rgb(255 255 255 / 84%);
    padding: 16px 0px 16px 10px;
}
.booking_ul label {
    display: inline-block;
    color: #623e2a;
    font-weight: 800;
}
ul.booking_ul li {
    width: 15%;
    display: inline-block;
    position: relative;
    text-align: left;
}
.form_hotel{
	background: #e1e1e1;
    padding: 45px;

}
button.btn.btn-dark {
    background: #b58a61;
    color: #fff;
}
.view{
	margin-top:10px;
}
@media (max-width: 450px) {
        .carousel h2 {
        font-size: 20px;
        }
	    .text-fancy {
       font-size: 20px;
    }

    .carousel .item {
        height: 420px;
       }
	   .form_hotel {
		   display:none;
	   }
	       .carousel {
		   height: 420px;}
}