@charset "utf-8";
/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900';
@import 'https://fonts.googleapis.com/css?family=Lato:300,400,700';
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700';
body {
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif ;
	font-size: 15px;
	color: #000;
	font-weight: normal;
}
h1, h2 {
	color: #000;
	font-family: 'Playfair Display', serif;
	font-size:30px;
}
p {
	padding: 0;
	margin-bottom: 8px;
}
a {
	color: #90b533;
	
}
a:hover{text-decoration:none;}
ul, ol {
	padding: 0;
	margin: 0;
	list-style:none;
}

/*----Header Style---*/


header {
box-shadow: 0px 0 2px rgba(0,0,0,0.70);
	width: 100%;
   position: absolute; 
  top: 0;
  z-index: 999;
}
.home-popup .modal-header .close {
    margin-top: -12px;
}

.no-padding{
padding:0 !important; 
}
.book_now .btn-warning {
  background: #ff6600 none repeat scroll 0 0;
  border: 1px solid #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 3px 8px;
}
.logo a {
	display: inline-block;
}
.booking_zone{
  text-align: right;
}
.book_now {
  display: inline-block;
}
.offer_zone {
display: inline-block;
width: 75%;
}

.offer_zone > li {
 
  display: inline;
  padding: 0 17px;
}
.offer_zone > li a {
  color: #333333;
}
.carousel-control.right, .carousel-control.left {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.main_page {
  display: inline-block;
  position: relative;
}

.nav_zone {
  background: #ffffff none repeat scroll 0 0;
}
.nav_zone {
  position: relative;
}
.logo_sec img {
  position: absolute;
  top: -44px;
}
.booking_zone  {
  padding-bottom: 10px;
  padding-top: 10px;
}
.main-menu .nav.navbar-nav a {
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 0;
  text-transform: uppercase;
}
.main-menu .nav.navbar-nav a:hover{
 border-bottom: 4px solid #90b533;
 background:transparent;
}
.main-menu .nav.navbar-nav li {
  padding: 0 9px;
}

.main-menu .nav.navbar-nav li:last-child {
  padding-right: 0;
}
 .main-menu .navbar-collapse.collapse {
  padding: 0;
}
 .main-menu .nav.navbar-nav {
  float: right;
}
.slider_sec .carousel-indicators li {
  background-color: #becac8;
  border-radius: 50%;
  height: 25px;
  width: 25px;
}
.slider_sec .carousel-indicators .active {
  background-color:#5d7c76;
 
}
.left .glyphicon-chevron-left::before {
  content: "";
  font-family: fontawesome;
  font-size: 46px;
}
.right .glyphicon-chevron-right::before {
  content: "";
 font-family: fontawesome;
  font-size: 46px;
}

.slider_sec {
  border-bottom: 3px solid #e6e6e6;
}
.darkHeader .container.new_zone {
  display: none;
}
.inner_welcom.special_class {
  text-align: center;
}
.darkHeader .header_inner {
  box-shadow: 0 0 2px 0 #999999;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.special_class h1::after {
  border-bottom: 4px solid #9aba41;
  bottom: -16px;
  content: "";
  position: absolute;
  right: 44%;
  width: 128px;
}
.special_class h1 {
  margin-bottom: 24px;
  position: relative;
  text-align: center;
}
.darkHeader .logo_sec {
  display: none;
}
.darkHeader .nav_zone {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
}
.darkHeader .main-menu .nav.navbar-nav a {
  color: #116f01;
}
.darkHeader .col-md-10.no-padding {
  width: 100%;
}
.darkHeader .navbar-collapse.collapse {
  float: left;
}
.darkHeader .main-menu .book_now {
  display: block;
  float: right;
  padding: 10px 0;
}
.main-menu .book_now {
  display: none;
}
.inner_welcom p {
  font-weight: 400;
  line-height: 30px;
}
.inner_welcom {
  padding: 16px 0;
}
.room_suites {
  background: #f5f8eb none repeat scroll 0 0;
  padding: 12px 0;
}
.room_suites img {
  height: auto;
  width: 100%;
   min-height: 302px;
}
.galler_inner {
  display: inline-block;
  padding: 24px 0;
  width: 100%;
}
.gallery-last-content {
  text-align: center;
}

.gaps {
  position: relative;
  overflow:hidden;
}
.galler_contents {
  position: absolute;
  bottom:-303px;
  width: 100%;
 transition: all 0.5s ease 0s ;
-webkit-transition: all 0.5s ease 0s ;
 opacity:0;
}
.gallery-inner-content {
  background: rgba(42, 149, 0, 0.65) none repeat scroll 0 0;
  display: table;
  padding: 0 54px;
  width: 100%;
}
.gallery-last-content {

  color: #ffffff;
  display: table-cell;
  height: 303px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.gaps:hover .galler_contents{
	 opacity:1;
	   bottom:0px;
	}

	.gallery-last-content h3 {
  font-family: "Lato",sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 23px;
  position: relative;
}
.gallery-last-content > p {
  font-size: 15px;
  font-weight: bold;
}
.gallery-last-content h3::after {
  border-bottom: 2px solid #ffffff;
  bottom: -9px;
  content: "";
  position: absolute;
  right: 27%;
  width: 135px;
}
.tour_inner.col-md-9 > img {
  float: left;
}
.tourism_sec img {
  height: auto;
  width: 100%;
}
.tripadvisor. img {
  width: 100%;
}
.logic_tr p {
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight:100;
}
.logic_tr {
  padding-top: 54px;
}
.tripadvisor {
  padding-top: 58px;
}
.tours_tr h1 {
  margin-bottom: 14px;
}
.map_action {
  display: inline-block;
  margin-top: 57px;
  width: 100%;
}
.map_action > img {
  width: 100%;
}
.copyright {
  background: #23272a none repeat scroll 0 0;
  color: #ffffff;
  font-size: 13px;
  margin-top: 30px;
  padding: 15px 0;
  text-align: center;
}
.play_videos {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  z-index: 99999;
}
.carousel-inner > .item {
  text-align: center;
}
footer {
  background: #292e31 none repeat scroll 0 0;
  color: #ffffff;
  padding: 0 0 0px;
}
.special_class h1::after {
  border-bottom: 4px solid #9aba41;
  bottom: -16px;
  content: "";
  position: absolute;
  right: 44%;
  width: 128px;
}
.footer h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.footer h3::after {
  border-bottom: 2px solid #66c761;
  bottom: -6px;
  content: "";
  position: absolute;
  left:0;
  width: 57px;
}
.footer a {
  color: #ffffff;
  font-size: 14px;
}
.getstch p {
  font-size: 14px;
  line-height: 27px;
  margin-bottom: 0;
}
.footer li {
  line-height: 26px;
}
.book_now .btn-warning:hover {
  background: #ff863a none repeat scroll 0 0;
}
.logo_sec {
  padding-left: 0;
}
/*search form*/
.inner_pages {
  background: #f2f2f2 none repeat scroll 0 0;
}
.inner_pages {
  background: #586670 none repeat scroll 0 0;
  position: static;
}
.step-wrapper {
  float: left;
  margin: 0 50px 0 0;
  width: 247px;
}
.content_main_sec {
  display: inline-block;
  min-height: 500px;
  padding: 30px 0 30px;
  width: 100%;
}
.last-col {
  margin: 0 !important;
}
.pay_info > img {
  max-width: 200px;
  width: 100%;
}
.step-icon-wrapper {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto;
  position: relative;
  width: 80px;
  z-index: 2;
}
.main_page {
  width: 100%;
}
.step-icon-current{

  background:#BF9958	 none repeat scroll 0 0;
	}
.step-icon {
  background: #98b73c none repeat scroll 0 0;
  border-radius: 99%;
  color: #fff;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 30px;
  z-index: 2;
}
.step-icon.selected {
  background: #000 none repeat scroll 0 0;
 }
.step-line {
  background: #e8e8e8 none repeat scroll 0 0;
  height: 1px;
  margin: 0 auto;
  position: relative;
  top: 19px;
  width: 85%;
  z-index: 1;
}
.step-title {
  font-size: 14px;
  line-height: 130%;
  margin: 14px 0 0;
  text-align: center;
  width: 100%;
}
.form_sections h4::after {
  border-bottom: 2px solid #66c761;
  bottom: -6px;
  content: "";
  position: absolute;
  left:0;
  width: 57px;
}
.form_sections h4 {
  color: #0c3411;
  font-size: 20px;
  margin-bottom: 40px;
  position: relative;
}
	.booking-side {
  border-bottom: 5px solid #9aba41;
  padding: 30px;
  background:#F5F8EB;
}
 .booking-side .title-style4 {
  color: #000;
  font-size: 20px;
  margin: 0 0 30px;
  padding: 0 0 7px;
  position: relative;
}
.title-block {
  background: #9aba41 none repeat scroll 0 0;
  bottom: -3px;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 48px;
}
.booking-step-wrapper.clearfix {
  margin-bottom: 40px;
}
.inputs_styles label {
  font-size: 14px;
  font-weight: normal;
}
.inputs_styles .form-control {
  border: 1px solid #ccc;
  border-radius: 0;
}
/* .space8 {
  margin: 19px 0 12px;
} */
.space8 {
  display: none;
 
}
.inputs_styles select {
  -moz-appearance: none;
   -webkit-appearance: none;
   background-image: url("../images/arrows3.png");
    background-image: url("../images/arrows3.png");
  background-position:right 12px center;
  background-repeat: no-repeat;
  color: #444;
  font-size: 14px;
  padding: 0 10px;
  width: 100%;
}
option {
  padding: 5px;
}
.rad > input {
  position: absolute;
  visibility: hidden;
}
.rad input[type="radio"] {
  line-height: normal;
  margin: 4px 0 0;
}
.rad > input:checked + i {
  background: #0f3d1a none repeat scroll 0 0;
  box-shadow: 0 0 0 3px hsl(0, 0%, 100%) inset;
}
.rad > i {
  border: 2px solid #98b73c;
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  transition: all 0.2s ease 0s;
  vertical-align: middle;
  width: 18px;
}
 .rad > span {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  padding: 0 10px;
}
.radios.frst {
  margin-bottom: 6px;
}
.bookbutton {
  background: #718619 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  margin: 9px 0 0;
  padding: 7px 12px;
   transition: all 0.2s ease 0s;
}
.bookbutton:hover{
	 background: #98B73C none repeat scroll 0 0;
	}
	.hotels_tab {
  text-align: right;
}

.button2:hover{
	 background: #98B73C none repeat scroll 0 0;
	}
.hotels_car-{
  text-align: left;
}.button2 {
  background: #718619 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  margin: 9px 3px 0;
  padding: 4px 9px;
  transition: all 0.2s ease 0s;
}

.booking-main {
	 border-bottom: 5px solid #9aba41;
  padding: 30px;
  background:#F5F8EB;
	}
.booking-main .title-style4 {
  font-size: 20px;
  margin-top: 0;
  padding: 0 0 9px;
  position: relative;
}
.room-item.clearfix {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.room-list-left > img {
  width: 200px;
  max-height:160px;
}
.room-list-right {
display:table;
 width: 60%;
}
.room-meta {
  float: left;
  font-size: 13px;
width: 48%;
}
.room-list-left {
  float: left;
  margin-right:20px;
  
}
.room-price {
  float: right;
  font-size: 13px;
  padding-left: 16px;
   width: 52%;
}
.room_listing {
  float: left;
  width: 100%;
}
.room-item.clearfix {
  list-style: outside none none;
}
/***************hotel+car**********/
.hotel_car_sec .inputs_styles {
  margin-bottom: 15px;
}
.bookings_dates {
  margin-bottom: 0;
}
.inputs_styles .input-group-addon {
  background: #ffffff none repeat scroll 0 0;
  border-left: medium none;
  border-radius: 0;
}
 .ceck_bc input[type="checkbox"] {
  line-height: normal;
  margin: 7px 0 0 4px;
}
.checkbox-custom {
  opacity: 0;
  position: absolute;
}
.checkbox-custom:checked + .checkbox-custom-label::before {
  color: #9ABA41;
  content: "";
  font-family: "FontAwesome";
}
.checkbox-custom-label{
font-weight:normal;	
}
.checkbox-custom + .checkbox-custom-label::before {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #9ABA41;
  content: "";
  display: inline-block;
  font-weight: normal;
  height: 20px;
  line-height: 19px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
.ceck_bc {
  margin-bottom: 10px;
}

.price-breakdown > span {
  color: #628209;
  font-weight: bold;
  padding: 0 3px;
}
.room-item.clearfix > h5 {
  font-weight: bold;
}
.room-meta p {
  font-weight: bold;
}
.room-meta span {
  font-weight: normal;
  padding-right: 4px;
}
/***************room+car**********/
.hotel_booking img, .car_booking img{
	width:100%;
}
.car_listtype select {
  -moz-appearance: none;
   -webkit-appearance: none;
   background-image: url("../images/arrows3.png");
background-position:right 12px center !important;
  background-position:right 12px center;
  background-repeat: no-repeat;
  color: #444;
  font-size: 14px;
  padding: 0 10px;
  width: 100%;
  border-radius:0;
  height:28px;
}

.button3 {
  background: #ff6600 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  margin: 9px 3px 0;
  padding: 4px 9px;
  transition: all 0.2s ease 0s;
  float:right;
}
.button3 :hover{background:#ff863a none repeat scroll 0 0;}
.booking.carplus_rooms {
  display: none;
}
/***************bookingform details**********/
.hotel_booking h3, .car_booking h3 {
  color: #163d1c;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}
.hotel_booking {
  margin-bottom: 15px;
}
.car_booking p, .hotel_booking p {
  font-size: 13px;
}
.price > span {
  color: #49674b;
  font-weight: bold;
  padding: 0 7px;
}
.amount_section {
  background: #d8e5b5 none repeat scroll 0 0;
  margin: 16px 0 0;
  padding: 10px;
}
.amount_section > ul {
  text-align: right;
}
.amount_section span {
  display: inline-block;
  width: 206px;
}
.booking_grnd_total {
  font-weight: bold;
}
.billing_informations label {
  font-size: 14px;
  font-weight: normal;
}
.billing_informations .form-control, .Meal_Preference .form-control {
  border-radius: 0;
  resize:none;
}
.bookings_details .title-style4 {
  margin-bottom: 20px;
}
.lyns_gtw .rad > span {
  font-size: 13px;
}
.billing_informations {
  margin-top: 20px;
}
.route {
  background: #9aba41 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}
.Meal_Preference p {
  font-size: 14px;
}
.error{
color:red;	
}
/**************terms**********/
.terms_inners {
  display: inline;
}
.pay_arivals .button2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding: 10px 16px;
}
/***************edit**********/
.editpage_sec li {
  border-bottom: 1px solid #cccccc;
  padding: 5px 8px;
}
.editpage_sec p {
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}
.editpage_sec {
  display: none;
}
/*contactus*/

.contct_zone h4::after {
  border-bottom: 2px solid #66c761;
  bottom: -6px;
  content: "";
  left: 0;
  position: absolute;
  width: 57px;
}
.contct_zone h4 {
  color: #0c3411;
  font-size: 20px;
  margin-bottom: 40px;
  position: relative;
}
.contact_content > p {
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}
.title-style3 {
  padding: 0 0 5px;
  position: relative;
}
.contact_details_list li {
  border-bottom: 1px solid #e8e8e8;
  display: block;
  font-size: 14px;
  list-style: outside none none;
  margin: 0 0 20px;
  min-height: 36px;
  padding: 0 10px;
  position: relative;
}
.contact_details_list {
  background: #f5f8eb none repeat scroll 0 0;
  margin: 0px 0 0;
  padding-top: 18px;
}
.contact_details_list span {
  background: #3e6346 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}
.inner_cnt_details {
  padding-left: 30px;
}
.contact_details_list p {
  position: relative;
  top: 2px;
}
.form_zone {
  background: #f5f8eb none repeat scroll 0 0;
  padding: 30px;
}
.eamil_sections{
margin-top:20px;    }
.eamil_sections > h4 {
  margin-bottom: 29px;
}
.form_zone textarea {
  height: 160px;
  resize: none;
}
.contact_submit .button2 {
  float: right;
  padding: 8px 14px;
}
.map > iframe {
  width: 100%;
}
/****contac end****/

.facebookDiv {
  display: inline-block;
  float: right;
}

.inner-page-title h1::after {
  border-bottom: 2px solid #66c761;
  bottom: -6px;
  content: "";
  left: 0;
  position: absolute;
  width: 57px;
}
.inner-page-title h1 {
  color: #0c3411;
  
  margin:0px 0;
  position: relative;
}
.inner-title {
    display: inline-block;
}

/**********view detail page**********************/



.list-detail > li {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 5px;
    padding: 8px 0;
    width: 100%;
}

.list-detail li .detail {
  
}
.list-detail .detail ul {
  list-style-type: disc;
  margin: 0 0 0 22px;
}
.detail-rate-view {
  float: left;
  margin: 30px 0;
  width: 100%;
}


.galler_contents .btn-warning { border-radius:0px; background:#ff6600; border:0px;} 

.room-list-wrapper .room-item {
margin-bottom:20px;
background:#f5f8eb;
border-bottom: 3px solid #9aba41;
position:relative;
   
}
.room-list-wrapper .room-item .room-list-right > p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.room-list-wrapper .room-item .room-list-right h5 {
    color: #1e1e1e;
    font-family: lato;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 12px;
    padding-top: 0px;
	position:relative;
}

.room-list-wrapper .room-item .room-list-right h5:after {
    border-bottom: 2px solid #9aba41;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 80px;
}

.room-list-wrapper .room-item .room_listing {
    bottom: 9px;
    position: absolute;
    right: 5px;
    text-align: right;
}

 .btn-warning { background: #ff6600 none repeat scroll 0 0;
    border: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    margin: 9px 3px 0;
    padding: 4px 9px;
}


.detail-bg  { background: url("../images/detail-bg.jpg"); padding-top:360px; background-size:cover; background-position:center center;}

.detail-black-title {background: url("../images/black-bg.png;"); font-family: lato;}

.detail-black-title .title {
    color: #ffffff;
    
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
	font-family: lato;
}


.detail-black-title .price {font-size:40px; font-weight: 600; color:#a5e003; margin-top:17px; text-align:right;}
.detail-black-title .price span { color:#fff; font-size:15px; font-weight:600; }

.detail-black-title .price sup {
    font-size: 18px;
    top: -15.5px;
}

.main-detail {
    margin-top: 40px;
}

.main-detail .list-detail li { border-top:solid 1px #ddd; color:#565a5c;}

.main-detail .list-detail .sub-head {
    color: #565a5c;
    font-size: 20px;
    font-weight: 600;
}

.main-detail .list-detail  .amenities {
    margin: 0 !important;
    padding: 0;
	 left: -25px;
	 position: relative;
}

.main-detail .list-detail .amenities > li {
    border: medium none !important;
    display: inline-block;
    list-style: outside none none;
    text-align: center;
    width: 23%;
	margin: 8px 0;
}
.main-detail .list-detail .amenities span {
    display: inline-block;
    width: 100%;
	font-size:13px;
	color:#565a5c;
}

.side-box {
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.side-box .side-box-title {
  background: #565a5c none repeat scroll 0 0;
  border: 1px solid #ffffff;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  font-family: lato;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  padding: 7px 0;
  text-align: center;
  width: 100%;
}

.side-box .button2 { padding:8px  9px;}



/*------gallery--------*/



.detail-slider #slideshow {list-style:none; color:#fff}
.detail-slider #slideshow span {display:none}
.detail-slider #wrapper { display:none}
.detail-slider #wrapper * {margin:0; padding:0}
.detail-slider #fullsize {position:relative; width:100%; height:400px;   background:#ddd; overflow:hidden;}
.detail-slider #information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70); display:none;}
.detail-slider #information h3 {padding:4px 8px 3px; font-size:14px}
.detail-slider #information p {padding:0 8px 8px}
.detail-slider #image {width:100%;}
.detail-slider #image img {position:absolute; z-index:25; max-width:100%; height:400px;}
.detail-slider .imgnav {position:absolute; width:25%; height:400px; cursor:pointer; z-index:150}
.detail-slider #imgprev {left:0; background:url(images/left.gif) left center no-repeat}
.detail-slider #imgnext {right:0; background:url(images/right.gif) right center no-repeat}
.detail-slider #imglink {position:absolute; height:400px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.detail-slider .linkhover {background:url(images/link.gif) center center no-repeat}
.detail-slider #thumbnails  {display: inline-block; margin-top: 4px; position: relative; width: 100%;
}
.detail-slider #slideleft {float:left; width:20px; height:74px; background:url(images/scroll-left.gif) center center no-repeat;  left:0; position:absolute; z-index:999}
.detail-slider #slideleft::after {color: #f2f2f2; content: "";  font-family: fontawesome; font-size: 38px;  position: absolute; right: 25%; text-align: center;  top: 13%;
}
.detail-slider #slideright::after {color: #f2f2f2; content: "";  font-family: fontawesome; font-size: 38px;  position: absolute; left: 25%; text-align: center;  top: 13%;
}
.detail-slider #slideleft:hover {background-color:rgba(0,0,0,0.5);}
.detail-slider #slideright {float:right; width:20px; height:74px; background:url(images/scroll-right.gif) center center no-repeat; position:absolute; right:0; z-index:999;}
.detail-slider #slideright:hover {background-color:rgba(0,0,0,0.5);}
.detail-slider #slidearea {float:left; position:relative; width:100%;  height:81px; overflow:hidden; margin-bottom:20px;}
.detail-slider #slider {position:absolute; left:0; height:81px}
.detail-slider #slider img {cursor:pointer;}



/*------gallery end--------*/
/**************details-page****************/
.check-availability {
  padding: 20px;
}
.check-lpaid {
  margin-bottom: 24px;
}
.bet_price {
  border: 1px solid #709018;
 
}
.availabel span {
  color: #709018;
  float: right;
  font-weight: bold;
}
.availabel > li {
  border-bottom: 1px solid #cccccc;
  padding: 10px;
}
.availabel > li:last-child {
  border: medium none;
}
.bet_price i {
  float: right;
  font-size: 23px;
  color:#9b9d9e;
}

.need-help {
  text-align: center;
}
.need-help h4 {
  color: #98b73c;
  font-size: 26px;
}
.form-control.hasDatepicker {
  background: #ffffff none repeat scroll 0 0;
}
.ui-datepicker-trigger {
-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute !important;
  right: 5px;
  top: 8px;
  z-index: 2;
}
.bet_price .form-control {
  border: medium none;
  height: auto;
  padding: 5px;
}
.top_hder{
	
background:#ffffff;	
}
/**********special-offer***************/

.special_form {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 20px;
  width: 100%;
}
.pricavy_terms {
  margin-bottom: 17px;
}
.inflow {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
}
/******************small***************/
.small_banner {
  background: rgba(0, 0, 0, 0) url("../images/inner-banner.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 200px; 
  position: relative;
  width: 100%;
  background-size:cover;
}
.small_banner img{
width:100%;	
}
.small_banner::after {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  
}
.banner_cnt {
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.top_cnt {
  display: table;
  vertical-align: middle;
  width: 100%;
  margin-top: 80px;
}

.top_cnt h1 {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 0;
  float:left;
}
.top_cnt h2 {
  color: #ffffff;
  display: table-cell;
  height: 300px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  text-align: center;
  top: 48px;
  vertical-align: middle;
  width: 100%;
}
.banner_cnt {
  color: #ffffff;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.dec-short-room{
min-height:72px;
}
.roomlist-img.pull-left {
    min-width: 225px;
}
/*******************meal****************/
.Meal_Preference .accepted {
   display: inline;
}
.check_opt {
   display: inline;
}
.Meal_Preference .accepted {
   display: inline;
   padding-left: 22px;
}
.terms_inners li {
   padding: 0 0 11px;
}
.Meal_Preference .accepted {
   float: right;
   padding-left: 22px;
   width: 62%;
}
.theme-clr{
color:#9ABA41;
}

/**********************************/
.available_room {
    margin-bottom: 20px;
	    min-height: 184px;
}
.rooms_inner {
    background: #f5f8eb none repeat scroll 0 0;
    border-bottom: 3px solid #9aba41;
}
.media-object {
    max-height: 180px;
    width: 100%;
}
.media-body h4 {
    color: #1e1e1e;
    font-family: lato;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 22px !important;
    padding-top: 8px;
}
.media-heading {
    position: relative;
}
.media-heading::after {
    border-bottom: 2px solid #9aba41;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 80px;
}

.media-body > p {
    font-weight: 300;
    line-height: 22px;
}

.room_detials_btn {
  text-align: left;
  padding-top:8px;
}

.room_detials_btn .button2 {
    display: inline-block;
    line-height: 18px;
    margin: 0;
    padding: 7px;
    transition: all 0.2s ease 0s;
}

.room_detials_btn .btn-warning {
    background: #ff6600 none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
    font-weight: normal;
    margin-left: 6px;
    padding: 7px 8px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img { 
  width: 100%;
}


.anemtiies_sec .media-left {
  padding-top: 12px;
  vertical-align: top;
}
.anemtiies_sec .media-object {
  max-height: 180px;
  width: auto;
}
.anemtiies_sec {
  display: inline-block;
  padding-top: 20px;
  width: 100%;
}
.baners_discount > img {
  width: 100%;
}
.anemtiies_sec .media-body > p {
  font-weight: normal;
  line-height: 22px;
}
.anemtiies_sec .media-body h4 {
  font-weight: normal;

}
.roomlisting_page .pricavy_terms h4 {
  margin-bottom: 20px;
}
.top_cnt.static-page-banner {
  display: table;
  margin-top: 80px;
  vertical-align: middle;
  width: 100%;
}
.top_cnt.static-page-banner h2 {
  
  height: auto;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: middle;
  width: 100%;
}
.roomlisting_page .dec-short-room > p {
  font-size: 14px;
}
.roomlisting_page .media-body h4 {
  color: #1e1e1e;
  font-family: lato;
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 13px !important;
  padding-top: 2px;
}
.roomlisting_page .dec-short-room {
  min-height: 60px;
}
.dec-short-room.building-des {
  min-height: 90px;
}
.inpu-sections > a {
  float: left;
  margin: 0 7px;
}
.inpu-sections > input {
  float: left;
}
.special-offer.margin_none {
  display: inline-block;
  margin-top: 23px;
  width: 100%;
}
.row.property .text-area {
  text-align: center;
}
.text-span{
	 position: relative;
	display:inline;	 
}
.text-span::after {
    border-bottom: 2px solid #66c761;
    bottom: -6px;
    content: "";
    left: 0;
    position: absolute;
    width: 57px;
}
.medicalelective p{	
	margin-bottom:20px;
}

a.button2.qesxt {
    padding: 8px 14px;
    margin: 0;
}