/*
* Theme Name: Hotel Galaxy Pro
* Theme URI: http://webdzier.com/themes/wordpress-hotel-theme/
* Author: webdzier
* Author URI:https://webdzier.com
* Created by: webdzier
* Description: Hotel Galaxy is a hotel based WordPress theme which is clean and responsive design. It is used to hotel, restaurant, eatery, food joint, cuisine, hospitality business, recipe, cafe, lodge and others. It is mobile friendly and has a very nice animated homepage. It is easily to setup and customize using Customizer API.
* Version:  1.5.3
* Tags: blue, gray, orange, brown, black, white, light, dark, one-column, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-menu, sticky-post, theme-options, threaded-comments
* License: GNU General Public License v3 or later
* License URI: http://www.gnu.org/licenses/gpl.html
* Text Domain: hotel_galaxy

*/


/*-----------------------------Custom Css------------------------------------------ */

.wrapper{
	padding:0;
	margin:0;
	-webkit-font-smoothing: subpixel-antialiased;
 -webkit-text-stroke:1px transparent
}
section{
  padding: 50px 0;
}
.pd_0
{
  padding: 0;
}
a{text-decoration: none !important;}
.section-title {text-align:center;margin:35px 0;}
.section-title h1 {
  text-transform: capitalize;
  font-size: 30px;
  font-family: 'OpenSansBold';
  position: relative;
}
/*----Fixed  top menu*/

.fixed{
  position: fixed!important;
  top: 0;
  left: 0;
  width: 100%;  
  z-index:999;
}
.white{
  color: #ffffff!important;
}

.section-title .heading:before,.rq-singleRoom-text-head-left h2:before{
  bottom: -15px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  right: 0;
  margin: -2px auto;
  position: absolute;
  width: 45px;
  /*background: #00968a;*/
}
.rq-singleRoom-text-head-left h2:before{
  width: 100%;
}

.section-title  p {
  padding:0 20px;
  letter-spacing: 1.5px;
  font-family: 'OpenSansRegular';
}
.site-description{
  font-size: 16px;
}
p{font-size:18px; font-family: 'OpenSansRegular';}
.page-content p,.page-text .page-caption p,.event-single-page .caption p{
  font-size: 18px;
  line-height: 1.9;
  color: rgb(92,92,92);
}
ul {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

.page-content ul{
  padding-left: 3em; 
  list-style: inherit;
}
.comment-respond h2{
  padding-bottom: 10px;
}
.comment-respond p{
  font-size: 15px;
}
.page-content ol{
  padding-left: 3em; 
}

.page-content ul,
.page-content ol,
.page-text .page-caption ul,
.page-text .page-caption ol{
  font-size: 17px;
  line-height: 1.8;
}
/*-----------Menu-css------------- */ 
.header-section{width:100%;}
.header-bottom{
	width:100%;
	padding:10px 0px;
	font-size: 15px;
	position: relative;
}
ul.contact-top li{
	display:inline-block;
	letter-spacing:1px;
	list-style:none;
	padding-right:25px;
	padding-top: 5px;
}
ul.header-social-icon li {display:inline-block;padding-top: 5px;}	
ul.header-social-icon li a {
  display:inline-block;
  text-decoration: none;
  border-radius:50%;
  font-family: 'OpenSansRegular';
  width:30px;
  margin:0px 5px;
  height:30px;
  text-align:center !important;
  transition: all 0.3s ease-in-out 0s; 
  -webkit-transition: all 0.3s ease-in-out 0s; 	
}
ul.header-social-icon li a i{
  font-size:18px;
  line-height:30px;
  transition: all 0.3s ease-in-out 0s;
}
/*----Top Search Box-------*/
.search-box-top{margin:24px 0 !important; padding-left:30px;}
.search-box-top .input-group > .form-control {
  padding: 6px 12px;
  height:32px;
  font-family: 'OpenSansRegular';
  background-color: transparent;
  border-right:none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-box-top .input-group > .input-group-addon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  letter-spacing: 0.2px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
}
/*-----Menu And Logo section--------------------*/
.navbar-brand {padding:8px 15px 0 !important;}
.navbar-brand img { width:180px;height:60px;}
.navbar {
	border: 0px none !important;
	position: relative;
	min-height: 40px;
	padding: 0px;
	margin-top: 0px;
	border-radius:0 !important;
	margin-bottom: 0px !important;
}
.nav {
  list-style: outside none none;
  margin-bottom: 0;
  padding: 0px;
}
.navbar .navbar-nav > li {margin-right: 0px;padding: 0 0 0px 0px;}
.navbar-default .navbar-nav > li > a {
	font-size:15px;
	font-family: 'OpenSansSemiBold';
	font-weight:300;
	letter-spacing:1px !important;
	letter-spacing: 0.5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding:30px 20px;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.dropdown-submenu i {
  font-size: 14px;
  line-height: 1.5;
  position: absolute;
  right: 10px;
}
/*-------Dropdown Menus & Submenus Css------*/
.dropdown-menu {
	padding: 0 !important;
	min-width: 200px !important;
	border-radius: 0px;
	box-shadow: 0;
}
.dropdown-menu > li > a {
	margin:0 !important;
  font-family: 'OpenSansSemiBold';
  font-size: 15px;
  line-height: 20px;
  padding: 10px !important;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  letter-spacing: 0.7px;
  border-bottom: 1px solid #ddd;
}
/*.dropdown-menu > li > a:hover {
 background: #00968A !important;
 }*/
 .dropdown-menu > li > a:last-chlid {border-bottom: 0px;border-bottom: 0;}
 .dropdown-submenu { position:relative; }
 .dropdown-submenu > .dropdown-menu {
  top:0;
  left:100% !important;
  margin-top:0px;
  margin-left:0px;
  border-radius:0;
}
.dropdown-submenu:hover > .dropdown-menu { display:block; }
.dropdown-submenu .pull-left{ float:none; }
.dropdown-submenu.pull-left > .dropdown-menu{
  left:-100%;
  margin-left:10px;
  border-radius:0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus 
{
  color:#fff !important;
  /*background-color:#0c242e!important;*/
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 12px 15px;
  margin: 0 8px;
}
.navbar-right .dropdown-menu {left: 0;right: 0;}
/*---------Top-Search box--------------------------*/
.navbar-collapse{
  position: relative;
}
.search-box{
  /*float: right;*/
  position: absolute;
  right: -20px;
  top: 4px;
  /*margin-bottom:-4px;*/
}

.search-box .dropdown {
  display: inline-block;
  /* margin-left: 20px;*/
  z-index: 60000000;
  vertical-align: top;
}
.search-box .dropdown a {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding:30px 10px;
  border-top: 0;
  font-family: 'OpenSansRegular';
}
.search-box .dropdown > a:after {content: none;}
.search-box .dropdown a i {font-size: 1.2em;}
.search-box .dropdown-menu {min-width: 280px !important; padding: 8px 8px !important;}
.dropdown-search-box{
  overflow: hidden;
  padding: 10px;
  min-width: 300px;
  box-shadow: none;
}
.dropdown-search-box  {margin: 0;}
.search-box .btn-ar{font-family: 'OpenSansRegular';padding: 6px 12px !important;}
/*-----------Main Carousel--------------*/
#main-slider .active > div { display: block; }
.carousel-indicators li, .carousel-navigation li { padding: 0; }
.main-carousel .carousel-inner > .item > img { display: block; margin: 0 auto; }
.carousel-caption{
  top:20% !important;
  bottom:15px !important;
  right: 20% !important;
  left: 20% !important;
  padding-bottom: 10px !important;
}
.carousel-caption h1,.carousel-caption p{
  display:block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.carousel-caption h1{
  font-size: 60px;
  line-height: 70px;  
  word-wrap: break-word;
  font-family: 'OpenSansBold';
  margin-bottom: 10px;
}
.carousel-caption p{
  text-align: center; 
  font-size: 18px;
  word-wrap:break-word;
  line-height:30px;
  margin-bottom: 15px;  
  z-index: 2;
}
/*------Carousel Navigation--------------*/
.carousel-navigation {list-style-type: none; margin: 0px; }
.carousel-navigation a {
  text-decoration: none;
  display: block;
  width:45px;
  height:45px;  
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.carousel-navigation .carousel-prev { left: 15px;opacity: 0.8; }
.carousel-navigation .carousel-next {right: 15px;text-align: center; opacity: 0.8; }
.carousel-navigation :hover .carousel-prev { opacity: 1; left: 20px;}
.carousel-navigation :hover .carousel-next { opacity: 1; right: 20px;}
.carousel-navigation .carousel-disabled { opacity: 0!important; filter: alpha(opacity=0); cursor: default; }
.carousel-navigation a:before {
  font-family: "FontAwesome";
  font-size:28px;
  line-height:45px;
  display: inline-block;
  content: '\f104';
}
.carousel-navigation a.carousel-next:before { content: '\f105'; }		
.slide-shadow { padding-bottom: 21px; margin: 0 0 60px; }	
body.boxed .carousel-inner > .item > img,
body.boxed  .carousel-inner > .item > a > img {
  display: block;
  max-width: none;
  height: auto;
}
/*-----------Book Now Section--------------*/
.book_now_section{width:100%;padding:30px 0;}
.avallabilty { padding: 0 30px; margin: 20px 0px;}
.avallabilty .avallabilty-date{ margin-bottom:6px;}
.avallabilty .avallabilty-date .input-group-addon:first-child { border-radius: 1px 0px 0px 1px;}
.avallabilty .avallabilty-date .input-group-addon {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.avallabilty .avallabilty-date .form-control {
  height: auto;
  padding: 8px 12px;
  font-family: 'OpenSansRegular';
  border-radius: 1px;
  border-radius:0px !important;
  box-shadow: none;
  background-color: transparent !important;
}
.hl-sel .form-control{ padding:8px 6px !important}
.book-btn .main-btn{
 padding:10px 10px !important;
 border-radius:0px !important;
}
/*.main-btn-area {padding-top:20px;}*/
.main-btn {
  font-size: 14px;
  border-radius:4px;
  letter-spacing: 1px;
  line-height: normal;
  font-family: 'OpenSansRegular';
  transition: all 0.4s ease 0s;
  padding:12px 25px;
}

.main-btn:hover {transition: all 0.4s ease 0s;}
/*-----------Service Section--------------*/
.pagetitle-separator {
  height: 20px;
  margin: 0 auto;
  width: 200px;
}
/*.services-section {margin:60px 0px;}*/
/*----------Home Feature Section--------------------*/
.feature-col{
  text-align:center;
  padding:30px 25px;
  margin:0px 0px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.feature-col .sr-icon i,
.feature-col .feature-layout-two-icon-color i{
	border: 0 none;
	font-size:50px;
	width: 62px;
  height: 80px;
  line-height:80px;
  text-align:center;
  vertical-align: middle;
  transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;
  margin-bottom:25px;
  padding:0px;
}
.feature-col .feature-layout-two-icon-color i{
  margin-bottom: 10px;
}
.feature-col:hover .sr-icon i,
.feature-col:hover .feature-layout-two-icon-color i {
	-webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.feature-col h3 { margin:0px auto 15px;}
.feature-col  h3 > a {
 font-size: 22px;
 font-family: 'OpenSansSemiBold';
 text-transform: capitalize;
 text-decoration:none;
 transition: all 0.3s ease 0s;
 -webkit-transition: all 0.3s ease 0s;
}
.feature-col p{
	font-size: 15px;
	text-align:center;
	line-height: 26px;
	font-family: 'OpenSansRegular';
	/*padding-bottom:30px;*/
	word-wrap: break-word;
}
/*------------------Footer----------------------------------------*/
.footer {padding:30px 0 0px;width:100%;position:absolute;}
.footer-inner{padding:15px 0;}
.footer-widget{margin:15px 0 25px;}
.footer-widget h4{
  font-family: 'OpenSansSemiBold';
  font-size: 22px;
  margin-bottom:45px;
}
.footer-widget p{
 text-align:left;
 line-height:24px;
 font-family: 'OpenSansRegular';
}
.footer-widget ul {
  margin: 10px 0 0;
  overflow: hidden;
  padding: 0;
}
.footer-widget ul li {
  display: block;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 0;
}
.footer-widget ul li a {
	font-family: 'OpenSansRegular';
  transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;
}
.contact_link {overflow: hidden;/*padding: 4px 0;*/}
.contact_link p{margin: 0 0 20px 0;text-align:left;}
.contact_link a {
  display: block;
  font-size: 15px;
  font-family: 'OpenSansRegular';
  line-height: 30px;
  overflow: hidden;
  padding: 0px 0 0px;
  transition: all 0.4s ease 0s;
}
.contact_link a i {padding-right: 10px; font-size: 17gpx;}

.btn_1 {
  color: #ffffff;
  border: none;
  cursor: pointer;
  padding:10px 15px;
  display: inline-block;
  outline: none;
  font-family: 'OpenSansRegular';
  font-size:14px;
  border-radius:0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.copyright{
  padding:20px 0;
  text-align:center;
  width:100%;
}

.copyright p{
  letter-spacing:0.6px;
  font-family: 'OpenSansRegular';
  margin:0 !important;
  font-size: 15px;
}
/*----------Callout Section---------------------------------------*/
.callout-section,.aboutus-callout-section {
	height: 100%;
  /*margin: 60px 0;*/
  overflow: hidden;  
  width: 100%;
}
.callout-section .overlay ,
.aboutus-callout-section .overlay,
.about-team-overlay,
.event-overlay {
	width: 100%;
	height: 100%;  
  position: relative;
}
.home-callout .overlay,.aboutus-callout-section .overlay{
  padding: 50px;
}

.colut-hm-overlay{
  padding: 50px 0!important;
}

.callout-section h1 {
	font-family: 'OpenSansSemiBold';
  letter-spacing: 0px;
  padding: 0 90px;
  margin: 0 0 17px;
  text-align: center;
}
.callout-section p,.aboutus-callout-section p {
  font-family: 'OpenSansRegular';
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 25px;
  margin: 0;
  text-align: center;
  padding: 10px 90px;
}
.btn-area {display: block;margin: 25px 0 0px;text-align: center;}

.custom-logo-link img{width: auto; height: 80px;}

@media only screen and (min-width: 960px) and (max-width: 1200px) {

  .custom-logo-link img{width: 160px!important; height: 50px!important; margin-top: 15px;}
  .address-contact-sec,
  .slider-img-desc
  {display: block;}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

  .custom-logo-link img{width: 160px!important; height: 50px!important;margin-top: 15px;}
  .address-contact-sec{display: none;}
  .slider-img-desc{display: block;}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

 .custom-logo-link img{width: 230px!important; height: 70px!important;}
 .address-contact-sec,
 .slider-img-desc
 {display: none;}
}

@media only screen and (min-width: 200px) and (max-width: 480px) {

  .site-logo a img{width: 170px!important; height:46px!important;}
  .navbar-default .navbar-nav > li > a {padding: 15px;}
  .colut-hm-overlay .htlg_h1 { font-size: 22px; } 
  .htlg_social_nav{ display: none!important;}
  .address-contact-sec,
  .slider-img-desc
  {
    display: none;
  }

}

/*----------------Page Title Section Css--------------------------*/
.page-title-section {
	width:100%;
	height: 100%;
	margin: 0;
	padding:0;
}
.page-title-section .overlay {
  width: 100%;
  height: 100%;
  padding: 30px 0 36px;
  position: relative;
}
.page-title {
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto 0px;
	padding: 0px;
	position: relative;
	width: 99%;
}
.page-title h1 {
	letter-spacing: 1px;
	font-family: 'OpenSansSemiBold';
	margin: 0 0 0px;
	word-wrap: break-word;
}
/*-------Breadcrumb-------------------*/
.top-breadcrumb {
  list-style: none outside none;
  margin-bottom: 0px;
  padding:10px 0 0;
  text-align:center;
  letter-spacing: 0.8px;
  font-size: 16px;
  line-height: 20px;
}
.top-breadcrumb > li { display: inline-block;}
.top-breadcrumb > li a{ display: inline-block;font-family: 'OpenSansRegular';}
/*-------------About Page-----------------------------------------------------------*/

.panel-default .panel-title .fa {
  float: right;
  line-height: 21px;
  font-size: 21px;
}
.panel-default > .panel-heading a {
  display: block;
  padding: 10px 15px;
  font-family: 'OpenSansSemiBold';
  font-size: 14px;
  line-height: 20px;
}
.panel-heading {padding:0 !important;}
.panel-body p{text-align:left;}
.about-column{padding:0;} 	
.about-column h2 {text-align:left !important;}
.about-column h2 {
  text-align:left !important;
  font-family: 'OpenSansSemiBold';
  padding:0px 0px 22px !important;
  margin: 0;
}
.about-column p{
  text-align:left !important;
  font-family: 'OpenSansRegular';
  padding:0px 0px 22px !important;
}

.about-btn{ margin:20px 0px !important}
/*--------Team Section-------------*/
/*.team-section{padding:0 0 60px}*/
.team-area{margin:15px 0;}
.home-team-section .description p{
  font-size: 15px;
}
.social-icon a {
  display:inline-block !important;
  margin-right:8px;
  text-decoration: none;
  width:34px;
  height:34px;
  border-radius: 2px;
  text-align:center !important;
  transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;  	
}
.social-icon a i{
  font-size:15px;
  line-height:34px;
  transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;
}
/*---Accommodtion page------------------------------------*/
.accom-room-section{margin: -30px 0 90px;}
/*---------Blog Page Section---------------------------------------------*/
/*.blog-section{padding: 30px 0;}*/
.blog-area h2 a {
  color: #202020;
}
.blog-area{
	margin-bottom:30px;
  padding: 30px 20px 0px 20px!important;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

.blog2col-section .blog-area{
  box-shadow: 2px 5px 5px rgba(0,0,0,.16);
  /*border-bottom: 3px solid red;*/
}

.blog-area h4{margin:0; padding-bottom:10px;}
.blog-area h4 a{ 
	font-family: 'OpenSansSemiBold';
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	font-size:22px;
	text-transform:capitalize;
}
.blog-area p,.page-text .page-caption p{
	text-align:left;
	font-family: 'OpenSansRegular';
	letter-spacing:0.4px;
	margin-bottom:40px;
}
.blog-inner-left ul{margin:0!importan;}
.blog-inner-left ul li{
  font-size: 15px;
  list-style: none;
  display:inline-block;
  margin: 0px 16px 14px 0px;
  margin-right:15px;
}
.blog-inner-left ul li a{font-family: 'OpenSansRegular';}
.blog-inner-left ul li i{font-size: 16px;margin-right: 6px;}
.social-icon-right{margin-top:-10px;}
.social-icon-right i{margin-right:0px !important;}
/*------Sidebar------------------------------------------*/
.sidebar-widget {
  margin: 0px 0px 25px 0px;
  padding: 25px 15px;
  border-top-left-radius:8px;
  border-top-right-radius: 8px;
  background: #ffffff;
  border: 1px solid #ddd;         
  box-shadow: 2px 5px 7px rgba(0,0,0,.16);
}


.sidebar-widget .widget-title{border-top: 0px solid #dbb26b;}

.sidebar-widget .form-group{
  margin: 0;
}
.sidebar-widget p{text-align:left;font-family: 'OpenSansRegular';}
.sb-widget-inner{padding:15px 15px; overflow:hidden;}
.widget-title{
  margin: -25px -15px 25px -15px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 13px 15px;
}
.sidebar-widget .widget-post h5 a:hover,
.sidebar-widget .widget-post p{
  color: rgb(92,92,92);
}
.widget-title h2 {
	letter-spacing: 1px;
	font-family: 'OpenSansSemiBold';
	font-weight:bold;
	font-size:18px;
  position: relative;
  margin:0;
}
.button-search{
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.form-widget{
	border-radius:1px!important;
	height:40px!important;
}
.form-widget i{font-size:20px;}
ul.widget-blog{padding:0;} 
.widget-blog  li {
  float: left;
  width: 100%;
  margin: 0px 0px 20px 0px;
}
.widget-blog .blog-time {
  float: left;
  padding: 9px 14px;
  font-size: 24px;
  font-family: 'OpenSansRegular';
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.widget-blog .blog-widget-info a {
  font-size: 12px;
  font-weight: bold;
  font-family: 'OpenSansRegular';
}
.widget-blog .blog-time span {display: block; font-size: 16px;}
.widget-blog .blog-widget-info p { margin: 0px 0px 0px 0px;text-align:left;}
.widget-blog .blog-time ~ .blog-widget-info {padding: 0px 0px 0px 75px;}
.button-right{margin-right:0;margin-top:20px;}
.widget-form-contact li{margin-bottom:20px;}
.blog-pagination {float: left; width: 100%;}
.blog-pagination{margin:10px 0;}
.blog-pagination ul {float: none;display: inline-block;}
.blog-pagination ul li {float: left; list-style: none; margin: 0px 5px 0px 0px;}
.blog-pagination ul li a {
  float: left;
  font-family: 'OpenSansSemiBold';
  padding: 8px 15px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 2px;
}
/*-----Blog-page-detail----------------------------*/	
.single-post-content {text-align:left; padding:0;}
.single-post-content strong{
	font-weight: 300;
  font-size:20px;
  line-height:30px;
  font-family: 'OpenSansSemiBold';
}
.single-post-content p,
.single-room-text .rq-single-room-para p,
blockquote{
	text-align:left;
	font-family: 'Roboto';
	margin-top:20px;
  line-height: 1.9;
  font-size: 18px;
  font-weight: 300;
  letter-spacing:0.2px;
}
.single-post-content blockquote{
  padding: 25px 25px 25px 100px;
  font-style: italic;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  margin: 8px 0px 25px 0px;
  font-weight: normal;
}
.single-post-content blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  left: 30px;
  top: 11px;
  font-size: 40px;
  font-style: normal;
}
.single-post-content blockquote span {display: block;font-style: italic;}
.single-post-content blockquote span small {display: inline-block;}
.single-post-img h2{font-size:24px; font-family: 'OpenSansSemiBold';}
.blog-post-gallery{margin:0px 0px -10px 0px!important;padding:0!important;}
ul.blog-posttag{margin-top:20px!important;}
ul.blog-posttag li span{
	font-weight:300px;
	font-size:15px;
	font-family: 'OpenSansSemiBold';
}
ul.blog-posttag li {
  font-size: 14px;
  list-style: none;
  display:inline-block;
  margin: 0px 0px 14px 4px;
}
/*-------Post Navigation-----------*/
.post-navigation,
.author-section,
.comment-section
{margin-top:30px;overflow: hidden;}
.post-navigation .col-md-6{
  padding: 0;
}
.post-navigation,.author-section{
  padding: 0 20px;
}
.post-navigation i{padding:0 10px;}
.prev-post{
  padding: 10px 20px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.next-post{
  padding: 10px 20px;
  text-align:right;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.prev-post a{font-size:16px;}
.prev-post h5 a{font-size:18px;}
.next-post a{font-size:16px;}
.next-post h5 a{font-size:18px;}
/*----------Comments-section---------------------*/
.comment-section{padding: 0 15px 30px 15px;}
.comment-section h2,.author-section h2,.comment-form h2{font-size:24px;margin:0px; font-family: 'OpenSansSemiBold';}
.blog-area-detail{padding:10px 20px 20px 20px;}
.blog-area-detail h2 a{font-size:24px;}
.blog-area-detail p{text-align:left;}
/*-------Author Section---------------*/
.author-section {overflow: hidden;}
.about-author { padding: 20px;float: left;}
.about-author figure {float: left;width: 110px;}
.about-author figure img {width: 100%;}
.about-author .text {padding: 0px 0px 0px 130px;}
.about-author .text a {font-size: 20px;font-family: 'OpenSansSemiBold';}	
.about-author .text p {
  text-align:left;
  padding:10px 0;
  font-size: 15px;
  font-family: 'OpenSansRegular';
}
/*------Comments Details Box------------*/
.pull_left_comment {margin-right: 15px;float: left;}	
.media-left, .media-right, .media-body {display: table-cell;vertical-align: top; }
.comment_details {
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-left: 0px;
  padding:0px 15px 5px 15px;
}
.media,.about-author {margin-top: 15px!important;}
.comment_details ul{padding:0;margin-bottom:10px;}
.comment_details ul li {
	display:inline-block;
	text-decoration:none;
	list-style:none;
	padding:0 5px;
}
.comment_details ul li a{
	border-radius:5px 0px 5px 0px ;
	padding:3px 5px;
	font-size:12px;
	font-family: 'OpenSansRegular';
}
.comment_details ul li a i{padding-right:5px;}
.comment_details p {
	margin:10px 0;
	text-align:left;
  font-size: 15px;
  font-family: 'OpenSansRegular';
}
.blog-post-title img{padding:20px 0;}
.comment_box img{ width:80px;}
/*-------------Contact Page----------------------------------------*/
.contact-section {
  margin: 0px;
  padding:0px 0 0px;
  width: 100%;
}
.contact-title {
  display: block;
  margin: 0 0 25px;
  padding: 30px 0 0px;
}

.address-sec .contact-title{
  padding:0;
  margin: 0;
}

.address-sec .contact-title h2{
  margin-top: 0;
}
.contact-title h2 {font-size:24px;font-family: 'OpenSansSemiBold';}
.contact-btn{margin:15px 0 !important;}
.google_map{padding:0 0 0px;}
/*---------Add New Css-----------------------------------------------*/
.widget-post {
  margin-bottom: 10px;
  margin-top: 0 !important;
  padding-bottom: 15px;
  overflow: hidden;
}
.widget-post-img{
  display: block;
  float: left;
  margin-left: 0;
  margin-right:10px;
  padding: 0px;
}
.widget-post-img img {
  display: block;
  height: auto;
  max-width: 100%;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  border-radius: 0px;
}
.widget-post h5 {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom:5px;
  margin-top: -4px;
  word-wrap: break-word;
}
.sidebar-widget .widget-post h5{
  font-size: 19px;
}
.widget-post h5 a {
  font-family: 'OpenSansSemiBold';
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.widget-post p{
 font-size: 15px;
 line-height: 22px;
 text-align:left;
 font-family: 'OpenSansRegular';
 line-height:24px;
}
.copyright{
  padding:20px 0;
  text-align:center;
  width:100%;
}
.copyright p{
  letter-spacing:0.6px;
  font-family: 'OpenSansRegular';
  margin:0 !important;
}
#trapezoid .pageinfo h1 {
  font-size: 26px;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'OpenSansSemiBold';
  padding: 10px 22px;
  position: relative;
}
#trapezoid .pageinfo h1:before,#trapezoid .pageinfo h1:after {
  content: '';
  position: absolute;
  left: -4px;
  top: -1px;
  width: 3px;
  height: 100%;
}
/*----Slider intro caption--------------------*/
.intro-caption h1{
  padding: 0px;  
  line-height:60px;
  font-family: 'OpenSansSemiBold'; 
  text-transform:uppercase;
  letter-spacing:1px;
}
.intro-caption .inline{
  margin-bottom: 10px;
}
.intro-caption h1,.intro-caption h2
{
  font-size:35px;
  font-style: bold!important;
  font-weight: 500!important;
}
.intro-caption h2{
  margin: 0px;
  padding-top:0px;  
  text-transform:uppercase;
  line-height:100px;
  letter-spacing:1px;  
}
.intro-caption h4{
 font-size:20px;
 font-family: 'OpenSansSemiBold';
 padding-bottom:25px;
 letter-spacing:0.8px;
}
.intro-caption i{margin:0 4px; font-size:18px; color:#ffb900; }
.star-color{ color:#ffb900!important;}
.book-sm { text-align:right;}
.book-sm{font-size: 15px;letter-spacing: 0.5px;padding:8px 12px;}
.book-lg{font-size:16px;letter-spacing: 0.5px;padding:10px 20px;}
a.book-sm i{margin-right:4px;}
.room-price{padding:0 !important;}
/*-------Button Effect-----------*/
.custom-btn {
  display: inline-block;
  vertical-align: middle;
  font-family: 'OpenSansSemiBold';
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.custom-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -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;
}
.custom-btn:hover:before, .custom-btn:focus:before, .custom-btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*--Back to Top -----------*/
.scroll-top {
  bottom:0px;
  display: none;
  height: 40px;
  width: 40px;
  opacity: 1;
  position: fixed;
  border-radius: 1px;
  right: 20px;
  text-align: center;
  overflow: hidden;
  z-index: 9999;
}
.scroll-top i {font-size: 22px; line-height: 40px;}
/*----Datepicker css--------------------*/
.avallabilty-date .datepicker-days {width: 210px;}
.avallabilty-date .table-condensed {width: 210px;padding: 5px 20px!important;}
.avallabilty-date .table-condensed thead {font-family: 'OpenSansSemiBold';}
.avallabilty-date .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  border-radius: 0px!important;
  font-family: 'OpenSansRegular';
}
/*--------------Add New Css------------------------------------------------*/
.home-room-col {
  margin-bottom:30px;
  transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s;
}
span.room-title {
  top: 0;
  font-family: 'OpenSansSemiBold';
  font-size:16px;
  padding: 6px 15px;
  position: absolute;
  letter-spacing: 1px;
  right: 0;
  text-align: center;
  z-index: 1;
  white-space: nowrap;
  border-bottom-left-radius: 2px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.home-room-col .home-room-details h3 {margin:0;font-size:16px;}
.home-room-col .home-room-details h3 a{font-family: 'OpenSansSemiBold';}
.home-room-col .home-room-img img{
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.home-room-col:hover .home-room-img img{
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.home-room-img:after {
  content: "";
  height: 100%;
  opacity: 0.8;
  width: 0;
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 0;
}
.home-room-img:after{
  content: "";
  height: 100%;
  opacity: 0.8;
  width: 0;
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 0;
}
.home-room-details{border-top:none;padding: 20px 10px !important;}
.home-room-details ul {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align:right;
  float:right;
  vertical-align: middle;
}
.home-room-details ul li {
  display: inline;
  font-size: 16px;
  position: relative;
  padding: 0px 4px;
}
.home-room-col:hover .home-room-img:after{left: 0;width: 100%;}
.room-tabs-section{text-align:center; margin: 0 0 60px;}
.room-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
.room-filter > li {
  float: left;
  display: block;
  margin:0 1px 3px;
}
.room-filter > li a {
  display: block;
  font-size: 14px;
  padding: 8px 18px;
  font-family: 'OpenSansSemiBold';
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
/*------Animation Isotope Filtering---------------*/
.isotope-item { z-index: 2;}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/*----testimonal--------------------*/
.testimonial-inner{background:rgba(255,255,255,0.8);}
.testimonal{padding:3em 0 4em;min-height:400px;}
.testimonial-inner{border-radius:4px;padding:30px 10px;}
.carousel-indicators li {
  width: 30px!important;
  border-radius: 0px !important;
  height: 6px!important;
}
.testi-img img{border-radius:50%;width:150px;height:150px;}
.testi-img h5{
 padding-left:20px;
 font-weight:bold;
 font-family: 'OpenSansSemiBold';
}
.testi-img h6{padding-left:20px;font-family: 'OpenSansRegular';}
.testimonial-content p{
  font-size:16px;
  padding: 4px 0 0;
  font-family: 'OpenSansItalic';
  line-height: 1.8em;
  font-size: 16px;
  text-align:left;
  padding:0;
}
.testimonial-content  p span{
  font-size: 2em;
  line-height: .1em;
  vertical-align: middle;
}
/*------Footer top---------------------*/
.footer-top{width:100%;}
.f_top_inner{padding: 20px 60px 20px 0;position: relative;}
.footer-top .r_border{border-right:none;}
.f_top_inner h4 {text-decoration: none;font-family: 'OpenSansSemiBold';}
.f_top_inner .icon {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: 8px;
  right:15px;
  font-size:40px;
}
.f_top_inner:hover .icon i {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/*----Shadow------------------------------*/
.shadow-narrow:before, .shadow:before {
  position: absolute;
  left: 0;
  height:10px;
  bottom: 0;
  width: 100%;
  content: "";
  z-index: 2;
}
.shadow-narrow:after, .shadow:after {
  content: "";
  position: absolute;
  height:30%;
  width: 96%;
  left: 50%;
  bottom: 2px;
  margin-left: -48%;
  z-index: 1;
  border-radius: 10%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/*------Team Section----------------------------------*/
.team-col a {overflow: hidden;position: relative;display: block;}
.team-caption {text-align: center; margin: 17px 0px;}
.team-caption .emp-name {
  margin: 10px 0;
  position: relative;
  padding-bottom: 10px;
}
.team-caption .emp-name h4 {
  font-size:16px;  
  margin: 0;
  text-transform:uppercase;
  letter-spacing:2px;
  
}
.team-caption .emp-name:before{
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  margin: -2px auto;
  position: absolute;
  width: 30px;

}
.team-caption span{
  margin: 0 0 6px;
  display: block;
  font-size: 14px;
  color: rgb(92,92,92);
}
.team-caption  p{
	font-size:13px;
	margin-top:3px;
}
.team-col img{width:100%;}
.team-col{
  float: left;
  position: relative;
  padding: 10px;
  margin: 0 0 35px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 1%;
}
.team-col:before {
  bottom: -4px;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 98%;
}
.team-col:after {
  bottom: -8px;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 96%;
}
/*------Team-Ends-------------------------------------*/
.home-room-img {
  position: relative;
  padding: 0px;
  width: 100%;
  overflow: hidden;
}
.showcase-inner {
  position: absolute;
  bottom:-110%;
  left: 0;
  z-index:2;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

/*--------Team Section-------------*/

.home-room-col .showcase-icons {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.home-room-col:hover .showcase-inner {
  visibility: visible;
  bottom:40%;
  left: 0;
}
.home-room-col:hover .home-room-col-overlay {visibility: visible;top: 0;}
.home-room-col:hover img{
	-moz-transform: scale(1.2); 
	-webkit-transform: scale(1.2); 
	-o-transform: scale(1.2); 
	transform: scale(1.2); 
}
.home-room-img .book-now {
  left:0;
  position: absolute;
  top: 50%;
  z-index: 1;
  width:100%;
  -webkit-transform: translateX(-50%) translateY(-50%) scaleY(0);
  -moz-transform: translateX(-50%) translateY(-50%) scaleY(0);
  -ms-transform: translateX(-50%) translateY(-50%) scaleY(0);
  -o-transform: translateX(-50%) translateY(-50%) scaleY(0);
  transform: translateX(-50%) translateY(-50%) scaleY(0);
  -webkit-transition-delay:0.1s;
  -moz-transition-delay:0.1s;
  transition-delay:0.1s;
}
.home-room-col:hover .home-room-img .book-now{
  -webkit-transform: translateX(-50%) translateY(-50%) scaleY(1);
  -moz-transform: translateX(-50%) translateY(-50%) scaleY(1);
  -ms-transform: translateX(-50%) translateY(-50%) scaleY(1);
  -o-transform: translateX(-50%) translateY(-50%) scaleY(1);
  transform: translateX(-50%) translateY(-50%) scaleY(1);
}
.home-room-img:after {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.gallery-icon{ 
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height:40px;
  border: 1px solid #fff;
  margin-right: 7px;
}

.gallery-icon i{

  font-size: 18px; 
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
} 
/*.gallery-icon{ 
  display: inline-block;
  padding:7px 0 9px;
  margin: 0 7px;
  border: 1px dashed #fff;
}
.gallery-icon i{
  color: #fff;
  font-size: 20px;
  margin: 0 10px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  }	*/
  /*--------About Accordion With Images------------------------------*/
  .md-notebook {
    display: block;
    width:50rem;
    height: 31.875rem;
    font-size: 13px;
    margin: 0 auto;;
  }
  .md-notebook .md-lid {
    width: 43rem;
    height: 29.625rem;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    border-radius: 1rem;
  }
  .md-notebook .md-camera {
    width: 0.375rem;
    height: 0.375rem;
    margin: 0 auto;
    position: relative;
    top: 1.0625rem;
    border-radius: 100%;
  }
  .md-notebook .md-camera:after {
    content: "";
    display: block;
    width: 0.125rem;
    height: 0.125rem;
    position: absolute;
    left: 0.125rem;
    top: 0.0625rem;
    border-radius: 100%;
  }
  .md-notebook .md-screen {
    width: 40.25rem;
    height: 25.6rem;
    margin: 0 auto;
    position: relative;
    top: 1rem;
  }
  .md-notebook .md-screen img {
    width: 100%;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
  }
  .md-notebook .md-screen .tab-featured-image .tab-content .tab-pane {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
  }
  .md-notebook .md-base {
    width: 100%;
    height: 0.9375rem;
    position: relative;
    top: -0.75rem;
  }
  .md-notebook .md-base:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5rem;
    margin: 0 auto;
    position: relative;
    bottom: -0.1875rem;
    border-radius: 0 0 1.25rem 1.25rem;
  }
  .md-notebook .md-base::before {
    content: "";
    display: block;
    width: 7.6875rem;
    height: 0.625rem;
    margin: 0 auto;
    position: relative;
    border-radius: 0 0 0.625em 0.625rem;
  }
  .md-notebook.md-glare .md-lid:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0.8rem 0 0;
  }
  .htl-acco-desc{
    font-size: 15px;
  }
  .blog-detail{ border-top-left-radius: 6px;border-top-right-radius: 6px;}
  /*-------Comment form---------------------*/
  .comment-form {padding: 0 15px 30px 15px;}
  .comment-form .input-fields input, .comment-form .input-fields textarea {width:100%;margin-bottom: 10px;}
  .input-fields input, .input-fields textarea {
    border: medium none;
    float: left;
    font-family: 'OpenSansRegular';
    font-size: 14px;
    font-weight: 400;
    height:45px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
  }
  .input-fields textarea {height:auto !important;}
  .sidebar-widget ul {padding: 0;}
  .sidebar-widget .cat-item {padding: 10px 0;}
  .sidebar-widget ul li a {
    font-size: 16px;
    line-height: 30px;
    font-family: 'OpenSansRegular';
    margin: 0 0 10px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  .sidebar-widget .cat-item a:before {
    content: "\f069";
    font-family: FontAwesome;
    margin-right: 10px;
    margin-left: 1px;
    line-height: 30px;
    font-size: 13px;
  }
  /*---------Wordpress Default Css----------------------------------------*/
  .footer-widget ul{padding:0;}
  .sidebar-widget table{width:100% !important;}
  .footer-widget div#calendar_wrap table>thead>tr>th{
   font-size: 18px;
   line-height: 20px;
   margin: 0;
   padding: 8px 10px;
   text-align: center;
 }
 .footer-widget div#calendar_wrap table>thead>tr>th{
   font-family: 'OpenSansRegular';
   font-size: 15px;
   font-weight: 600;
   line-height: 20px;
   margin: 0;
   padding: 10px;
   text-align: center;
 }
 .footer-widget div#calendar_wrap table>tfoot>tr>td{
   font-size: 20px;
   margin: 0;
   padding: 2px;
   text-align: center;
 }
 #calendar_wrap a{
   font-family: 'OpenSansRegular';
   font-size: 14px;
   font-weight: 600;
   letter-spacing: 0;
   line-height: 20px;
 }
 div#calendar_wrap table>tbody>tr>td{
   font-family: 'OpenSansRegular';
   font-size: 14px;
   font-weight: 600;
   margin: 0;
   padding: 8px 10px;
   text-align: center;
 }
 #calendar_wrap td,#calendar_wrap th{padding: 6px 8px!important;}
 /*--------Tags Widget---------------------*/
 .tagcloud{list-style: none outside none;padding: 0;}
 .tagcloud li{
   display: inline-block;
   margin-bottom: 10px;
   margin-right: 8px;
 }
 .tagcloud a{
   cursor: pointer;
   display: inline-block;
   font-size: 15px!important;
   line-height: 20px;
   margin: 0 0 4px;
   font-family: 'OpenSansRegular';
   overflow: hidden;
   padding: 6px 17px;
   transition: all .3s ease 0s;
   vertical-align: baseline;
   white-space: nowrap;
 }
 .footer-widget h4:before {
  position: absolute;
  top:50px;
  content: "";
  width:40px;
  height:3px;
}
.footer-widget .recent_post_container,
.footer-widget .social_widget_container,
.footer-widget .contact_widget_container{
  padding: 0;
}

.sidebar-widget .recent_post_container .widget-post{
  border-bottom: 2px dashed #ddd;
}
.sidebar-widget .recent_post_container .widget-post:last-child{

}
/*-------------Contact page-----------------------------------*/
.contact-content {float:left; width:100%;}
.address-sec {float:left;padding:20px 0 0;width:100%;}
.address-sec > span {
  font-family: 'OpenSansRegular';
  font-size:15px;
  font-weight:300;
  letter-spacing:0.3px;
  line-height:30px;
}
.address-sec > h4 {
  font-size:30px;
  font-weight:bold;
  letter-spacing:0.3px;
  line-height:50px;
  margin:0 0 20px;
  text-transform:uppercase;
}
.address-sec > p {font-size:14px; margin:0 0 30px;}
.address-sec > ul {
  float:left;
  list-style:outside none none;
  margin:0;
  padding:0;
  width:100%;
}
.address-sec ul li {
  float:left;
  font-size:14px;
  font-weight:400;
  line-height:30px;
  margin-bottom:10px;
  font-family: 'OpenSansRegular';
  width:100%;
}
.address-sec ul li > strong {
  float:left;
  line-height:30px;
  margin-right:42px;
  font-family: 'OpenSansSemiBold';
  text-transform:uppercase;
}
.address-sec ul li > span {
  float:left;
  height:30px;
  line-height:30px;
  margin-right:30px;
  text-align:center;
  width:30px;
}
/*--------Home Room Navigation-------------*/
.room-scroll-btn {
	margin:30px 0;
	overflow: hidden;
	padding: 0 0 0px;
	text-align:center;
}
.room-scroll-btn li:first-child {margin-left: 0;}
.room-scroll-btn li {
	transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;
	display: inline-block;
	margin-right:5px;
	height:40px;
	width: 40px;
	/*border-radius:50px;*/
	text-align: center;
}
.room-scroll-btn li a {padding: 0; color:#fff;}
a.room-prev:before {
	font-family: "FontAwesome";
	font-size:24px;
	line-height:40px;
	display: inline-block;
	content: '\f104';
}
a.room-next:before {
	font-family: "FontAwesome";
	font-size:24px;
	line-height:40px;
	display: inline-block;
	content: '\f105';
}
/* This Multi Carousel Slider */
@media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next { left:  100%; }
	.carousel-inner .prev { left: -100%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next { left:  50%; }
	.carousel-inner .prev { left: -50%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -25%; }
	.carousel-inner .next { left:  25%; }
	.carousel-inner .prev { left: -25%; }	
}
.footer-widget label {
  float: left;
  height:45px;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
.footer-widget label i {
  font-size: 14px;
  height:45px;
  left: 0;
  line-height:45px;
  margin-left: 29px;
  margin-right: 20px;
  position: absolute;
}
.footer-widget label input {
  border: medium none;
  float: left;
  font-family: 'OpenSansRegular';
  font-size: 13px;
  font-weight: normal;
  height:45px;
  letter-spacing: 0.4px;
  padding: 0 0 0 67px;
  width: 100%;
}
.flickr-img{float: left;width: 100%;}
.flickr-img > a img {float: left;max-width:80px;opacity: 0.62;}
.flickr-img > a:hover img { opacity: 1;}


/*-------wp default css -------------------------------------------------*/
/*-------Comment form---------------------*/
.comment-form {
  padding: 0 15px 30px 15px;
}
.comment-form .input-fields input, .comment-form .input-fields textarea {
  border: 1px solid #e4e2e2;
  width:100%;
  margin-bottom: 10px;
}
.input-fields input, .input-fields textarea {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  color: #878787;
  float: left;
  font-family: 'OpenSansRegular';
  font-size: 14px;
  font-weight: 400;
  height:45px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
.input-fields textarea {height:auto !important;}
.sidebar-widget .cat-item {
  padding: 10px 0;
  border-bottom:2px dotted #f0f0f0;
}
.sidebar-widget ul li a {
  font-size: 16px;
  color: #303030;
  line-height: 30px;
  font-family: 'OpenSansRegular';
  margin: 0 0 10px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
/*.sidebar-widget ul li a:hover {
  color:#DBB26B;
  }*/
  .sidebar-widget .cat-item a:before {
    content: "\f069";
    /*color:#DBB26B;*/
    font-family: FontAwesome!important;
    margin-right: 10px;
    margin-left: 1px;
    line-height: 30px;
    font-size: 13px;
  }
  /*---------Wordpress Default Css----------------------------------------*/
  .footer-widget ul{padding:0;}
  .sidebar-widget table{width:100% !important;}
  .sidebar-widget table th{color:#fff !important;}
  .sidebar-widget #calendar_wrap{padding:0 15px 15px 15px;}
  .footer-widget div#calendar_wrap table>thead>tr>th{
   font-size: 18px;
   line-height: 20px;
   color:#fff;
   margin: 0;
   padding: 8px 10px;
   text-align: center;
 }
 .footer-widget div#calendar_wrap table>thead>tr>th{
  font-family: 'OpenSansRegular';
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  padding: 10px;
  text-align: center;
}
.footer-widget div#calendar_wrap table>tfoot>tr>td{
	border: 1px solid #eee;
	font-size: 20px;
	margin: 0;
	padding: 2px;
	text-align: center;
}
#calendar_wrap a{
  /*color:#DBB26B;*/
  font-family: 'OpenSansRegular';
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
}
/*#calendar_wrap a:hover{color: #DBB26B;}*/
div#calendar_wrap table>tbody>tr>td{
	color: #303030;
	font-family: 'OpenSansRegular';
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding: 8px 10px;
	text-align: center;
}
div#calendar_wrap table td,div#calendar_wrap table th{
	border: 1px solid #ccc!important;
	padding: 6px 8px!important;
}
/*--------Tags Widget---------------------*/
.tagcloud{
	list-style: none outside none;
	padding: 0;
}
.sidebar-widget .tagcloud {padding: 0;}
.tagcloud li{
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 8px;
}
.tagcloud a{
	cursor: pointer;
	display: inline-block;
	font-size: 15px!important;
	line-height: 20px;
	margin: 0 0 4px;	
	overflow: hidden;
	padding: 6px 17px;
	transition: all .3s ease 0s;
	vertical-align: baseline;
	white-space: nowrap;
}
.footer-widget.tagcloud a{
  color: #fff;
  border: 1px solid #fff;
}
.sidebar-widget .tagcloud a{
	background: transparent;
  border: 1px solid #ddd;
  color: #202020;
}
.footer-widget h4:before {
  position: absolute;
  top:50px;
  content: "";
  width:40px;
  height:3px;
}
.section-title h1:before{

}
/*-------------Contact page-----------------------------------*/
.contact-content {
  float:left;
  width:100%;
  margin-bottom: 30px;
}
.address-sec {
  float:left;
  padding:0;
  width:100%;
}
.address-sec > span {
  color:#3c3c3c;  
  font-size:15px;
  font-weight:300;
  letter-spacing:0.3px;
  line-height:30px;
}
.address-sec > h4 {
  color:#3c3c3c;
  font-size:30px;
  font-weight:bold;
  letter-spacing:0.3px;
  line-height:50px;
  margin:0 0 20px;
  text-transform:uppercase;
}
.address-sec > p {
  font-size:14px;
  margin:0 0 30px;
}
.address-sec > ul {
  float:left;
  list-style:outside none none;
  margin:0;
  padding:0;
  width:100%;
}
.address-sec ul li {
  color:#787676;
  float:left;
  font-size:14px;
  font-weight:400;
  line-height:30px;
  margin-bottom:10px; 
  width:100%;
}
.address-sec ul li > strong {
  color:#202020;
  float:left;
  font-family:domine;
  line-height:30px;
  margin-right:42px;  
  text-transform:uppercase;
}
.address-sec ul li > span {
  background:#ffffff none repeat scroll 0 0;
  /*color:#DBB26B;*/
  float:left;
  height:30px;
  line-height:30px;
  margin-right:30px;
  text-align:center;
  width:30px;
}
/*------Bootstrap Carousel -Fade effect-------------------------*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*--------Home Room Navigation-------------*/
/*Project Pagination Scroll*/
.room-scroll-btn {
	margin:10px 0;
	overflow: hidden;
	padding: 0 0 0px;
	text-align:right;
}
.room-scroll-btn li:first-child {
	margin-left: 0;
}
.room-scroll-btn li {
  background: #ffffff;
  transition: all 0.3s ease 0s;
  display: inline-block;
  margin-right:5px;
  height:40px;
  width: 40px;
  /*background:#DBB26B;*/
  box-shadow:0 0 3px rgba(0,0,0,0.2);
  /*border-radius:50px;*/
  text-align: center;
}
.room-scroll-btn li a {padding: 0; color:#fff;}
a.room-prev:before {	
	font-size:24px;
	line-height:40px;
	display: inline-block;
	content: '\f104';
}
a.room-next:before {	
	font-size:24px;
	line-height:40px;
	display: inline-block;
	content: '\f105';
}
.footer-widget label {
  float: left;
  height:45px;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
.footer-widget label i {
  font-size: 14px;
  height:45px;
  /*color:#DBB26B;*/
  left: 0;
  line-height:45px;
  margin-left: 29px;
  margin-right: 20px;
  position: absolute;
}
.footer-widget label input {
  background:#eeeeee;
  border: medium none;
  color: #b6b6b6;
  float: left;
  font-family: 'OpenSansRegular';
  font-size: 13px;
  font-weight: normal;
  height:45px;
  letter-spacing: 0.4px;
  padding: 0 0 0 67px;
  width: 100%;
}
.flickr-img{
  float: left;
  width: 100%;
}
.flickr-img > a img {
  float: left;
  max-width:80px;
  opacity: 0.62;
}
.flickr-img > a:hover img {
  opacity: 1;
}
.textwidget{font-size: 16px;}
.blog-detail{
 background:#fff;   
 border-top-left-radius: 6px;
 border-top-right-radius: 6px;
}
.blog-detail .single-post-content p img{max-width: 100%;}

.footer-widget .widget-post .widget-post-img img
{width: 65px;}
.sidebar-widget .widget-post .widget-post-img img{
  width: 80px;
}
.sidebar-widget img{max-width:100%;}
.sidebar-widget select{width:100%; height:30px;}
.home-room-col:hover .page-content p img{
	opacity: 0.8;
  transform: scale(1) !important;
}
.page-content p img {
  max-width: 100% !important;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
}
.home-room-details {padding: 20px 10px 15px 10px !important;}
/*.feature-section{margin:0 0 60px;}	*/

.feature-section .htlg_feature{
  margin-bottom: 50px;
}

.comment-form textarea ,.comment-form .form-control {
  display: inline-block;
  width: 100% !important;
  vertical-align: middle;
  padding: 6px 12px;
  font-family: 'OpenSansRegular';
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 25px;
  border-radius:0!important;
  border-color:#ddd !important;
}
.comment-form .form-control{height:40px !important;}
/*--------------404 page----------------------------------*/
.hotel_gallexy_404{
	text-align:center;
	padding: 60px 0;
	width: 100%;
}
.hotel_gallexy_404 h1 {
  font-weight: bold;
  font-size: 120px;
  line-height:100px;
  /*color: #DBB26B;*/
  text-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.hotel_gallexy_404 i {
  font-size:80px;
  color: #202020;
}
.hotel_gallexy_404 h2 {
  font-size: 40px;
  margin:0;
  font-weight: bold;
  color:#303030;
  text-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.hotel_gallexy_404 p {
  color:#505050;
  font-size:18px;
  padding: 20px 0px 5px 0px;
}
.media-body {display: block!important;}
blockquote {
  border-left: 5px solid !important;
}
.sidebar-widget  ul,
.footer-widget ul {
  padding: 0 15px;
  padding-bottom: 10px;
}

.sidebar-widget > ul,
.footer-widget > ul {
  padding: 0!important; 
}
.sidebar-widget .menu-menu-container ul li:before,
.footer-widget .menu-menu-container ul li:before{
  content: '\f0da';
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
}
.footer-widget .calendar_wrap caption,
.footer-widget div#calendar_wrap table>tbody>tr>td{
  color: #ffffff;
}
.sidebar-widget select {
  width: 95%;
  height: 30px;
  margin: 0 15px 15px 8px;
}
.footer-widget .sb-widget-inner{padding:0;}
.footer-widget img, .footer-widget select{max-width:100%;}
.footer-widget .tagcloud a{
  color:#fff;
  border:1px solid #fff;
}
.footer-widget .tagcloud a:hover{
  color:#fff;
}

/********************************default css*************/


.wrapper{background:#ffffff;}
/*.section-title  p {color:rgb(92,92,92);}*/
p{color:rgb(92,92,92);}
.callout-title h1, .callout-title p {color: #eee !important;}
/*-----------Menu-css------------- */ 
.header-section{background-color: #fff;}

ul.contact-top li{color:#fff;}
ul.header-social-icon li a i{color: #fff;}
.facebook:hover{ background:#3b5998;}
.twitter:hover {background:#4099FF;}
.skype:hover {background:#00aff0;}
.google-plus:hover {background:#d34836;}
/*----Top Search Box-------*/
.search-box-top .input-group > .form-control {background-color: transparent;}
.search-box-top .input-group > .input-group-addon { 
  color: #ffffff;
}
/*-----Menu And Logo section--------------------*/
.navbar {
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  /*border-top: 1px solid #202020 !important;*/
  background-color:#fff !important;
}
/*
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #00968a !important;
  }*/
  .navbar-default .navbar-nav > li > a:hover {color:#fff !important;}
  /*-------Dropdown Menus & Submenus Css------*/
  .dropdown-menu > li > a {
    color:#fff;  
    /* border-bottom: 1px dotted #eee !important;*/
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    color:#fff !important;
    /*background-color:red !important;*/
  }
/*.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus 
{
 color:#fff !important;
 background-color:#0c242e !important
 }*/
 .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
   color:#fff !important; 
 }
 .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
   color:#fff !important; 
 }
 .navbar-default .navbar-toggle .icon-bar { background-color:#fff !important;}

 /*.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #0c242e !important;}*/
 /*---------Top-Search box--------------------------*/
 .search-box .dropdown a {color: #fff;}

 .search-box .btn-ar{      
  color: #fff;
}
/*-----------Main Carousel--------------*/
/*.carousel-caption h1{color:#fff; background: rgba(191, 153, 88, 0.7)}*/
.carousel-caption p,
.intro-caption h1{
  color:#fff;

}
.slide-info{
  padding: 25px 20px;
  background-color:rgba(0,0,0,0.5);
  border-radius: 10px;
}

.slide-info .book-lg{
  font-size: 14px;
  padding: 5px 10px;
}
/*------Carousel Navigation--------------*/
/*.carousel-navigation a {background-color:rgba(0,0,0,0.7);}*/
.carousel-navigation :hover .carousel-prev {background-color:#0c242e;}
.carousel-navigation :hover .carousel-next { background-color:#0c242e;}
.carousel-navigation :hover .carousel-next:hover, 
.carousel-navigation :hover .carousel-prev:hover {color:#fff !important;}
.carousel-navigation a:before {color:#fff;}
/*-----------Book Now Section--------------*/
.book_now_section{background-color: #0c242e;}
.avallabilty .avallabilty-date .input-group-addon {background: transparent; color: #fff;border-color: #fff;}
.avallabilty .avallabilty-date .form-control {
 border-color: #fff !important;
 border-color: #fff !important;
 color: #fff !important;
 background-color: transparent !important;
}
.hl-sel .form-control option{color:#202020 !important;}

/*-----------Service Section--------------*/
/*.pagetitle-separator {background: url("../images/divider.png") no-repeat;}*/
/*.services-section {margin:60px 0px;}*/
/*----------Home Feature Section--------------------*/
.feature-col{ 
 /* -webkit-box-shadow: 1px 4px 16px 3px rgba(199,197,199,1);
  -moz-box-shadow: 1px 4px 16px 3px rgba(199,197,199,1);
  box-shadow: 1px 4px 16px 3px rgba(199,197,199,1);*/
}
.feature-col:hover{box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);}

.feature-col  h3 > a {color:#2f353e;}

.feature-col p{color:rgb(92,92,92);}
/*------------------Footer----------------------------------------*/
.footer {background-color:#202021;color: #eee;}
.footer-widget h4{color:#fff;}
.footer-widget p{color:#eee;}
.footer-widget ul li a {color: #eee;}
.contact_link a {color: #ccc;}


.copyright{background:#091F28;}
.copyright p{ color:#eee;}
/*----------Callout Section---------------------------------------*/
/*.aboutus-callout-section {background: url("../images/bg-2.jpg") no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);}*/
/*.callout-section .overlay,.aboutus-callout-section .overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  }*/
  .aboutus-callout-section h1 {color: #ffffff;}
  .aboutus-callout-section p {color: #ffffff;}
  /*----------------Page Title Section Css--------------------------*/
  /*.page-title-section {background: url("../images/bg-3.jpg") no-repeat fixed 0 0 / cover rgba(0, 0, 0, 0);}*/
    /*.page-title-section .overlay {
       background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
       }*/
       .page-title h1 {color: #ffffff;}
       /*-------Breadcrumb-------------------*/
       .top-breadcrumb > li a{color:#fff;}
       
       /*-------------About Page-----------------------------------------------------------*/
       .panel-default > .panel-heading a {
         background-color:#fff;
         color:#0c242e ;
       }
      /* .panel-default > .panel-heading a:not(.collapsed) {       
        color: #fff;
        } */

        .about-column h2 {color:#fff;}
        .about-column p{color:#fff;}
        

        .post-text{color:#0c242e;}

        /*---------Blog Page Section-------------*/
        /* .blog-section{background: #fff;}*/
        .wd-room-details-section,.blog-section,.temp-event-section{background:#f1f1f1;}
        .blog-area{background: #ffffff; border: 1px solid #e8e8e8; }
        .blog-area h4 a{ color:#202020;}
        .blog-area p,blockquote{color:rgb(92,92,92);}
        .blog-inner-left ul li{color: #303030;}
        .blog-inner-left ul li a{ color:#303030;}
        .blog-inner-left ul li i{color: #202020;}
        /*------Sidebar------------------------------------------*/
        
        .widget-title{
         border-bottom: 1px solid #d7d7d7;

       }
       .widget-title h2 {color:#fff;}

       .button-search:hover{
         background-color:#000!important;
         border:1px solid #000 !important;
       }
       .button-search i{color:#fff;}
       .widget-blog .blog-time {color: #fff;}

       .widget-blog li:hover .blog-time { background-color: #000 !important;}
       .blog-pagination ul li a:hover, .blog-pagination ul li.active a {
        color: #fff;     
      }
      .blog-pagination ul li a {color: #202020; }
      /*-----Blog-page-detail----------------------------*/ 
      .single-post-content strong{color:#202020;}
      .single-post-content blockquote{border: 1px solid #e8e8e8;}
      .single-post-content blockquote:before { color: #d7d7d7;}
      .single-post-content blockquote span {color: #d7d7d7;}
      .single-post-content blockquote span small {color: #d7d7d7;}
      ul.blog-posttag{border-bottom:2px dotted #ccc;}
      ul.blog-posttag li span{color:#aaa;}

      ul.blog-posttag li {color: #303030;}
      ul.blog-posttag li a{ color:#303030;}
      /*-------Post Navigation-----------*/
      .prev-post{
       background-color: #fcfcfc;
       border: 1px solid #f0f0f0;
     }
     .next-post{
       background-color: #fcfcfc;
       border: 1px solid #f0f0f0;
     }
     .prev-post:hover,.next-post:hover{
       color:#fff;     
     }
     .prev-post:hover.prev-post a,.next-post:hover.next-post a{color:#fff;}
     .prev-post a{color:#303030;}
     .prev-post h5 a{color:#303030;}
     .next-post a{color:#303030;}
     .next-post h5 a{color:#303030;}
     /*----------Comments-section---------------------*/
     .comment-section h2,.author-section h2,.comment-form h2{color:#202020;}
     .blog-area-detail{border:1px solid #f3f3f3;}
     .blog-area-detail:hover{box-shadow: 0px 0px 6px 2px #f3f3f3;}
     .blog-area-detail h2 a{color:#333;}

     /*-------Author Section---------------*/
     .about-author {
      border: solid 1px #f0f0f0;
      background: #fcfcfc;
    }
    .about-author figure img {
      border:3px solid #fff;
      box-shadow: 0 0 2px rgba(0,0,0,0.4);
    }
    .about-author .text a {color:#202020;}  
    .about-author .text p {color:rgb(92,92,92);}
    /*------Comments Details Box------------*/
    .comment_details {
      background: #fcfcfc;
      border: 1px solid #f0f0f0;
    }
    .comment_details ul li a{
     border:1px solid #ccc;
     background-color:#f1f1f1;
     color:#202020;
   }
   .comment_details ul li a:hover{  
     color:#fff;
   }
   .comment_details ul li a i{padding-right:5px;}
   .comment_details p {color: rgb(92,92,92);}
   .comment_box img{ border: 3px solid #fff;box-shadow: 0 0 2px rgba(0,0,0,0.4);}
   /*-------------Contact Page----------------------------------------*/
   .contact-section {background: #f1f1f1;}
   .contact-title {color: #0c242e;}
   .contact-title h2 {color: #0c242e;}}
   .google_map{border-bottom:4px solid #fff;}
   /*---------Add New Css-----------------------------------------------*/
   .widget-post-img img {
     border: 3px solid #fff;
     box-shadow: 0 0 2px rgba(0,0,0,0.4);
   }
   .widget-post h5 a:hover { color:#fff;}

   .widget-post p{color:#eee;}
   .copyright{ background:#1a1a1b;}
   .copyright p{ color:#eee;}
   #trapezoid .pageinfo h1 {color: #ffffff; border: 1px solid #fff;}
   #trapezoid .pageinfo h1:before,#trapezoid .pageinfo h1:after {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  /*----Slider intro caption--------------------*/

  .book-sm{ 
    /*border: 1px solid #0c242e !important;*/
    color: #fff;
    box-shadow:0px 1px 2px rgba(0,0,0,0.2);
  }
  /*.book-sm:hover,.book-lg:hover{border: 1px solid #0c242e !important;}*/
  .book-lg{color:#fff;}
  /*-------Button Effect-----------*/

  .custom-btn:before i{color: #202020;}
  .custom-btn:before {background:#0c242e;}
  .custom-btn:hover, .custom-btn:focus, .custom-btn:active {color:#fff;}
  /*--Back to Top -----------*/
  .scroll-top i {color:#fff!important;}
  .pageinfo-home-to h1{ color:#fff!important;}
  /*----Datepicker css--------------------*/
  .avallabilty-date .table-condensed thead { 
    color: #fff!important;
  }
  .avallabilty-date .datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:focus, .datepicker td.active:hover:focus, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] {
    color: #ffffff; 
  }

  /*--------------Add New Css------------------------------------------------*/
  span.room-title {background: rgba(0, 0, 0, 0.8);color: #ffffff;}
  .home-room-col:hover span.room-title {
   /* background: rgba(219, 178, 107,0.8);*/
   color: #ffffff;
 }
 .home-room-col .home-room-details h3 a{color:#0c242e;}

 .home-room-img:after{background: #000000 none repeat scroll 0 0;}
 .home-room-details{border: 1px solid #ddd;}
 .room-filter > li a {
  color: #0c242e;
  background-color: #eee;
  border: 1px solid #ddd;
}
.room-filter > li a:hover,
.room-filter > li a.active {
 color: #fff;
}
/*----testimonal--------------------*/
.testimonial-inner{background:rgba(255,255,255,0.8);}
.carousel-indicators li {
  border: 1px solid #fff!important;
}
.carousel-indicators .active { border: 2px solid #fff!important;}
.testi-img img{border:4px solid #eee;}
.testi-img h5{color:#101010;}

.testimonial-content p{ color:#202020;}
/*------Footer top---------------------*/

.f_top_inner{   
  min-height: 66px;
}

.f_top_inner {
  border-right: 1px solid rgba(0,0,0,0.1);
}
.noneborder_4{
  border-right: none;
}
.f_top_inner h4 { color: #fff;}
.f_top_inner .icon { color:#fff;}
/*----Shadow------------------------------*/
.shadow-narrow:before, .shadow:before {background-color: #fff;}
.shadow-narrow:after, .shadow:after {
  -webkit-box-shadow: 0 5px 7px #999;
  box-shadow: 0 5px 7px #999;
}
/*------Team Section----------------------------------*/
.team-caption  h4 {color:#BB917B;}
.team-caption  p{color:rgb(92,92,92);}
.team-col{
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  background: #ffffff;
}
.team-col:before {box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);}
.team-col:after { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);}
/*------Team-Ends-------------------------------------*/


/*--------About Accordion With Images------------------------------*/
.md-notebook .md-lid {
  border: solid 0.1875rem #cdced1;
  background: #131313;
}
.md-notebook .md-camera {box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);}
.md-notebook .md-camera:after {background: #353542;}
.md-notebook .md-base {background: #c6c7ca;}
.md-notebook .md-base:after {background: #b9babe;}
.md-notebook .md-base::before {background: #a6a8ad;}
.md-notebook.md-glare .md-lid:after {
  background: -webkit-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.6));
  background: -moz-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.6));
  background: -o-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.6));
  background: linear-gradient(53deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.6));
}
.blog-detail{ background:#fff;   }
/*-------Comment form---------------------*/
.comment-form .input-fields input, .comment-form .input-fields textarea {border: 1px solid #e4e2e2;}
.input-fields input, .input-fields textarea {
  background: #ffffff none repeat scroll 0 0;
  color: #878787;
}
.sidebar-widget .cat-item {border-bottom:2px dotted #f0f0f0;}
.sidebar-widget ul li a {color: #303030;}

/*---------Wordpress Default Css----------------------------------------*/
.sidebar-widget table th{color:#fff !important;}

.footer-widget div#calendar_wrap table>thead>tr>th{color:#fff;}
.footer-widget div#calendar_wrap table>thead>tr>th{color: #fff;}
.footer-widget div#calendar_wrap table>tfoot>tr>td{border: 1px solid #eee;}

div#calendar_wrap table>tbody>tr>td{color: #303030;}
div#calendar_wrap table td, 
div#calendar_wrap table th{
  border: 1px solid #ccc!important;
}
/*--------Tags Widget---------------------*/
.footer-widget.tagcloud a{color: #fff; border: 1px solid #fff;}
.sidebar-widget .tagcloud a{
  background: transparent;
  border: 1px solid #ddd;
  color: #202020;
}
.tagcloud a:hover{
  color: #fff;  
}

/*-------------Contact page-----------------------------------*/
.address-sec > span {color:#3c3c3c;}
.address-sec > h4 {color:#3c3c3c;}
.address-sec ul li {color:#787676;}
.address-sec ul li > strong { color:#202020;}

/*--------Home Room Navigation-------------*/

.footer-widget label input { background:#eeeeee;color: #b6b6b6;}


/**********webadd***/

.home-room-details {   
  background: #fff;
}
.home-room-img {    
  background: #fff;
}

.feature-col {
  background: #fff;
}

/****contact for 7***/

/*------------hotel new Update css-------------------------------------------------------------------------*/
.callout-news{
  background: url(http://localhost/all-test/wp-content/themes/hotel-galaxy-pro/images/bg-3.jpg) no-repeat fixed 0 0 / cover #ffffff;
}
.home-news{
 /*border-bottom:3px solid #DBB26B !important;*/
 padding:0px !important;
 border-radius:2px !important;
 webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 transition: all 0.3s;
}
.home-news:hover{
  border-bottom:3px solid #e74c3c !important;
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.home-news h4 ,.home-news p{
 padding:0 0;
 margin-bottom:0px !important;
}

#home-news .home-news{
  border-left: none;
  border-right: none;
  border-top: none;
}

.home-news .h-b-date{
  bottom: 0;
  font-family: 'OpenSansSemiBold';
  font-size: 16px;
  padding: 6px 15px;
  position: absolute;
  letter-spacing: 1px;
  left: 0;
  /*background: rgba(219, 178, 107,0.8);*/
  color:#fff;
  text-align: center;
  z-index: 1;
  white-space: nowrap;
  border-bottom-left-radius: 2px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.home-news .home-room-col {margin-bottom:0 !important;}	
.home-news  .h-b-date i{margin-right:4px;}
.home-news p{font-size:15px; color: rgb(92,92,92) !important;}
.home-news .post-t-cont p:nth-child(2){padding-bottom: 15px;}
.home-news .h-b-btn,
.blog-area .h-b-btn{
  text-align:right;
}
.home-news .h-b-btn
{
  padding:0 15px;
}
/*------Home Team -------------------------------------*/
.wd-section-teammember .title-section.style1{
  margin-bottom: 32px;
}

.wd-teammember .team {
	/*overflow: hidden;*/
  margin-bottom: 30px;
  
}

/*.wd-teammember .team .team-img{
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
  }*/

  .wd-teammember .team .col-md-6{

  }

  .wd-teammember .title-section.style2 {
   padding-right: 41px;
 }

 .wd-teammember .title-section.style1 .desc {
   margin-bottom: 33px;
 }

 .wd-teammember .description {
   position: absolute;
   right: 15px;
   left: 45px;
   top: 0px;
   padding: 25px 25px 25px 25px;
   color: #fff;
   /*background: rgba(219, 178, 107,0.8);*/
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   transform: translateY(-100%);
   -webkit-transform: translateY(-100%);
   -moz-transform: translateY(-100%);
   -ms-transform: translateY(-100%);
   opacity: 0;

 }
 /*----home gallery---------------------------*/
 .home-gallery-col{padding:0 !important;margin:0 !important;box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);}

 .wd-teammember .team:hover .description {	
   transform: translateY(0%);
   -webkit-transform: translateY(0%);
   -moz-transform: translateY(0%);
   -ms-transform: translateY(0%);
   opacity: 1;

 }

 .wd-teammember .description p:last-of-type {
  margin-bottom: 22px;
  color: #fff;
}
.wd-teammember .short_information p{color: #fff;}

.wd-teammember .team-img img {
	width: 100%;
	height: auto;
}
.wd-teammember .short_information {
	position: absolute;
	left: 15px;
	right: 45px;
	bottom: 12px;
  padding: 0px 32px;
  /* background: #dbb26b ;*/
  letter-spacing: 0.1px;
  font-size: 13px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wd-teammember .short_information .title {
  margin-bottom: 1px;
  color: #fff !important;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 14px;
}

.team .social i {
	color: #fff;
	line-height: 24px;
  font-size: 18px;
  padding-right: 10px;
}
/*home service-------------*/
.feature-col .sr-icon i {
 /* background: #dbb26b;*/
 color:#fff !important;
}
/*-------Room Details page-----------------------------------------*/
.single-room-text{
  padding:30px 15px;
}
.single-room-text .rq-singleRoom-text-head {
  display: inline-block;
  width: 100%;
}
.home-room-details .room-price h3 a{
  color:#333;
}
.home-room-details .room-price h3 a
.special-room-single .rq-singleRoom-text-head-left h2,
.wd-room-details-section .rq-singleRoom-text-head-left h2 {
  float: left;
  font-size: 24px;
  margin: 0;
  position: relative;
  font-family: 'OpenSansSemiBold';
}
.single-head-col{
  padding-left: 0!important;
  padding-bottom: 20px;
}
.singlepage-rent{
  text-align: right;
}
.single-room-text .rq-singleRoom-text-head .rq-singleRoom-text-head-left h4 {
  text-transform: capitalize;
  letter-spacing: 0;
  float: left;
  font-family: 'OpenSansSemiBold';
  margin: 7px 0 0;
  font-size: 15px;
  /*color: #dbb26b;*/
}
.single-room-text .rq-singleRoom-text-head .rq-singleRoom-text-head-right {
  text-align: right;
}
.single-room-text .fa-star {
  color: #ffb900;
}
.special-room-single .fa-star{
  color:#444;
}
.single-room-text .rq-single-room-para {
  margin-top: 15px;
}
/*.single-room-text .rq-single-room-para p {
  margin-bottom: 30px;
  line-height: 24px;
  }*/
  .single-room-text .single-room-text-custom .nav li {
    padding: 8px 0;
    font-family: 'OpenSansSemiBold';
  }
  .single-room-text .nav {
    margin-bottom: 0;
    padding-left: 0;
  }
  .single-room-text .single-room-text-custom .nav li span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
  }	
  .single-room-text .single-room-text-custom .nav li span.badge {
    margin-right: 25px;
    border: 1px solid #dbb26b;
    background: 0 0;
    padding: 6px;
  }
  .single-room-text .single-room-text-custom .nav li span.badge i {
    color: #dbb26b;
  }

  .wd-room-details-section .htlg-single-post{
    margin: 0;
  }
  .wd-room-details{position: relative; background:#fff; margin-bottom: 30px;box-shadow: 2px 5px 7px rgba(0,0,0,.16);}
  /*.sidebar-widget {border-top: 3px solid #dbb26b;}*/
  
  .htlg-site-title{
    font-size: 25px;
    margin-bottom: 1px;
    margin-top: 14px;
    font-weight: 400!important;
  }

  .post-t-cont{
   padding: 0 15px;
 }

 .post-title{
   margin-bottom: 15px;
   padding: 15px 0;
   border-bottom: 1px solid #EAEAEA;
 }
 .single-post-content .post-title{
  padding: 0 0 15px 0;
  margin-top: 10px;
}
/*-----Room Vertical Tabs------------------------------------------------------*/
.vertical-tab-section{margin:2px 0  30px 0px !important;}
.room-vertical-tab{display: block !important;}
.room-vertical-tab > li{float:none !important;}
.room-vertical-tab > li a {
  padding: 8px 15px;
  margin-bottom: 8px !important;
  width: 100%;
  background:#fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

/*---sidebar Widgets css-----------------------------------------------------------------------*/
.sidebar-widget  .contact_link, .sidebar-widget .footer-social-icon, .sidebar-widget .widget-post{

}
.sidebar-widget .widget-post{margin-bottom:15px !important;}
.sidebar-widget .widget-post p, .sidebar-widget .contact_link a{
  color:#5c5c5c;
}



/**404**/

.hotel_galaxy_404 .banner img{
  text-align: center;
  display: inline-block;
}

.hotel_galaxy_404 h2,.hotel_galaxy_404 p{
  margin: 15px 0;
}

.hotel_galaxy_404 .lead{
  font-size: 18px;
}


hr{
  border: 0;
  border-top: 1px solid #e1e1e1;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 0 none;
}

.home-counter .count-number h5{
  font-size: 18px;  
}

.about-section .aboutushome_title{
  text-align: left;
}

.about-section .aboutushome_title:before{
  margin: initial;
}

/***********about tem***************/

.about-team-section,.event-section{
  padding:0px;
}

.about-team-section .about-team-overlay{
  /*background: rgba(0,0,0,.9);*/
  padding: 30px 0;
}
.overlay{
  padding: 30px 0 45px 0;
}

.img .overlay{
  padding: 0;
}



#htlg-owl .img-overlay
.about-team-section .team-caption p,
.about-team-section .team-caption span{
  color: #fff;
}
/**************single post********/

.single-post .home-room-img:after{background:none;}

.single-post .home-room-col:hover img{
  -moz-transform: scale(1); 
  -webkit-transform: scale(1); 
  -o-transform: scale(1); 
  transform: scale(1); 
}

.single-post .blog-area{
  border: none;
  box-shadow: none;
  padding: 0!important;
}
/*.single-post .author-section{
  margin-left: 20px;
  }*/
  .single-post .blog-content{
    padding: 0 20px;
  }
  /************events****************/
  .event-section .event-overlay .event-item{
    margin-right: 20px;
  }
  .home-event-container .img,
  .event_ui2_section .img{
    position: relative;
    overflow: hidden;
  }
  .home-event-container .img:nth-child(n){
    margin-right: 5px;
  }


  .home-event-container .overlay,
  .event_ui2_section .overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .home-event-container .overlay,
  .event_ui2_section .overlay {
    bottom: 0;
    left: 0;
    right: 0;
    width: 97%;
    height: 0;
  }
  .event_ui2_section .overlay,
  .htlg_related_post .overlay{
    width: 100%;
  }
  .home-event-container .overlay a.expand,
  .event_ui2_section .overlay a.expand{
    left: 0;
    right: 0;
    bottom: 50%;
    margin: 0 auto -30px auto;
  }
  .home-event-container .img.hover .overlay ,
  .event_ui2_section .img.hover .overlay{
    height: 100%;
  }

  .home-event-container a.close-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background-color: #000;
    cursor: pointer;
  }


  .home-event-container a.expand,
  .event_ui2_section a.expand {
    display: block;
    position: absolute;
    z-index: 100;
    width: 50px;
    height: 50px;
    border: solid 3px #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    font-size: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }

  /****event template******/

  .temp-event-section .thumbnail{
    padding: 0;
    padding-top: 15px;
    padding-right: 15px;
    box-shadow: 2px 5px 7px rgba(0,0,0,.16);
  }

  .temp-event-section .thumbnail .img,.temp-event-section .thumbnail .caption-container{
    margin-bottom: 15px;
  }
  .temp-event-section .thumbnail img{
    position: relative;
    margin: 0 auto;
  }
  .event-item .caption h4{
    color:#847f7f;
  }

  .temp-event-section .thumbnail .event-date{

    color: #ffffff;
    padding:5px 10px;
    position: absolute;
    bottom:0;
    right: 0;
  }
  .temp-event-section .thumbnail .caption{
    padding:0;
  }

  .temp-event-section .thumbnail .caption h3{
    margin-top: 0;
  }

  .temp-event-section .thumbnail .caption h3 a,
  .thumbnail .caption .event-more
  {
    color: rgb(92,92,92);
  }
  .event_ui2_section h3
  {
    margin: 0;
    padding: 20px 0;
  }
  .event_ui2_section .e2_title{
    color: #000000;
    font-weight: 400!important;

  }

  .temp-event-section .thumbnail .caption p,
  .event_ui2_section p{
    font-size: 15px;
    line-height: 1.5;
  }

  .event_ui2_section .e2_container{
    margin-bottom: 25px;

  }

  .event_ui2_section .e2_container .e2_caption{
    background: #fff;
    padding: 0 10px 10px 10px;
    box-shadow: 0px 2px 7px #ddd;
    border-bottom: 3px solid;
  }

  .event_ui2_section .e2_container .e2_caption:hover,
  .temp-event-section .thumbnail:hover{
    border-color:#e3724f!important;
  }

  /**********single event page************/
  .htlg_flexslider{
   border: none!important;
 }
 .event-single-page{

 }
 .event-single-page .wd-room-details{
  padding-bottom: 20px;
}
.event-img{
  position: relative;
}
.event-single-page .event-s-title{
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  padding:5px 10px;

}
.event-date-postedby{
  background-color: #f1f5f9;
  height: 50px;
  border-bottom: 1px solid #eee;
  padding: 15px 25px;
}
.event-date-postedby img{
  width: 60px;
  height: 60px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 1px 2px #ddd;
  -moz-box-shadow: 0 1px 2px #ddd;
  box-shadow: 0 1px 2px #ddd;

}
.blog-author-name{
 font-size: 14px;
 font-weight: 600;
 margin-right: 20px;
 display: block;
 float: left;
 margin-top: 12px;
}
.blog-date{
 color: #797676;
 font-size: 16px;
 font-weight: 600;
 float: right;
 display: block;
 margin-top: 10px;
}
.event-single-page .caption {
  padding:50px 25px 25px 25px;
}

/*********related post**************/

.htlg_related_post{
  background: #fff;
  padding:20px 20px 35px 20px;
  box-shadow: 2px 5px 7px rgba(0,0,0,.16);
}

.htlg_related_post .r_p_header{
  margin-bottom: 20px;
}

.htlg_related_post h3{
  margin: 0;
  padding-bottom: 15px;
  position: relative;
}

.htlg_related_post h3:before{
 bottom: 0px;
 content: "";
 display: block;
 height: 2px;
 left: 0;
 right: 0;  
 position: absolute;
 width: 45px;
 /*background: #00968a;*/
}

.htlg_flxcustomNavigation a{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px; 
  text-align: center;
  border: 1px solid #ccc;
}

.htlg_flxcustomNavigation a i{
  cursor: pointer;
  color: #ddd;
}

/******home blogs layout 2 start*******/

.home-blog-L2 .content-title {
  padding: 5px 18px;
  background-color: #fff;
}

.home-blog-L2 .content-footer {
  background-color: #dbb26b;
  padding: 10px;
  position: relative;
}

.home-blog-author:hover{
  color:#fff!important;
}

.home-blog-L2 aside .content-footer>img {
  width: 33px;
  height: 33px;
  border-radius: 100%;
  margin-right: 10px;
  border: 2px solid #fff;
}

.home-blog-L2 .user-small-img {
  cursor: pointer;
}

.home-blog-L2 .content-footer span a {
  color: #fff;
  display: inline-block;
  padding: 6px 5px;
  text-decoration: none;
  transition: 0.5s;
}

.home-blog-L2 .home-blog-single-title a {
 color:#2f353e;
 font-size: 17px;
 text-transform: capitalize;
 text-decoration:none;
 transition: all 0.3s ease 0s;
}
.home-blog-L2 .blog-item{
  margin-bottom: 25px; 
}
.home-blog-L2 .home-blog-single-title a:hover {
 color:#DBB26B;
 transition: all 0.3s ease 0s;
}

/******home blogs layout 2 end*******/

/*shadow pages*/

.blog-detail{ 
  -webkit-box-shadow: 1px 4px 16px 3px rgba(199,197,199,1);
  -moz-box-shadow: 1px 4px 16px 3px rgba(199,197,199,1);
  box-shadow: 1px 4px 16px 3px rgba(199,197,199,1);
}

/*widget style*/
.widget-content-border ul li{
  padding: 10px;
  font-size: 16px;
  border-bottom: 1px dashed #ddd;
}

.widget-content-border #recentcomments li a:hover{
  color: #0c242e;
}

.widget-content-border #recentcomments li .comment-author-link{
  font-size: 20px;
  color: #000000;
  text-transform: capitalize;
}

/*media query  for blog section*/

@media (min-width: 406px) and (max-width: 767px ) {
  .col-small{
    width: 50%!important;
  }

  .home-blogs-section .content-title{
    display: none;
  }
 
}

@media (min-width: 768px) and (max-width: 992px ) {
   .noneborder_2{
    border: none
  }
}

@media (min-width: 406px) and (max-width: 600px ) {
  .home-blogs-section .comment-counter{
    visibility: hidden;
  }
}

/*Gallery default gallery*/

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/* Gallery Columns */

.gallery-item {
  max-width: 25%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

/**room section**/
.service-for i{
  font-size: 17px;
  margin-left: 2px;
  color:#0c0c0c;  
}
.single-sleep .service-for i{
  font-size: 20px;
  color:#3eaf06;  
}
.single-sleep{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  background: #000000;
  z-index: 3;
  padding: 10px;
  text-align: center;
}
/**mobile menubar**/
@media only screen and (max-width: 767px) {
  .navbar-default .navbar-nav > li > a {
    padding:8px 20px;
  }
}

#recentcomments li a{
  word-break: break-all;
}

/**room gallery dummy image**/
.htlg-dummy-img{
  background-position: center;
  height: 240px;
  width: 100%;
}

/***wp megamenu css***/
.wpmm-sticky.wpmm-sticky-wrap{
  position: relative!important;
}

.site-logo {
  position: relative;  
  z-index: 99999;
}

/*** Home Awebooking Form ***/
.hotel_booking_section{ 
	padding: 40px 0; 
}
.hotel_booking_section .btn-hotel{ 
	padding: 18px 23px; 
	font-size: 24px; 
	background-color: #202322; 
	border-width: 4px; 
}
.hotel_booking_section .btn-hotel,
.hotel_booking_section .btn-hotel:hover,
.hotel_booking_section .btn-hotel:focus{ 
	color: #ffffff; 
	border-color: #ffffff;
}
.hotel_booking_section .btn-hotel:hover{ 
	border-color: #ffffff52;
}
.hotel_booking_section .btn-hotel:focus{ 
	outline: none; 
}
.hotel_booking_section .modal-header .close {
    margin-top: -19px;
}
.hotel_booking_section .modal-header,
.hotel_booking_section .awebooking-btn{
	color: #ffffff;
}
/*.hotel_booking_section,
.hotel_booking_section .btn-hotel:hover,
.hotel_booking_section .modal-header,
.hotel_booking_section .awebooking-btn,
.page .awebooking-loop-room-type__button-booking,
.page .awebooking-loop-room-type__button-booking:hover,
.awebooking-btn{
	background-color: #a29060;
}
.hotel_booking_section .awebooking-btn{
	border: 1px solid #a29060;
}
.page .awebooking-loop-room-type__button-booking,
.page .awebooking-loop-room-type__button-booking:hover,
.awebooking-btn{
	border-color:#a29060;
}*/
.hotel_booking_section .awebooking-btn{
	padding: 8px 12px;
}
/*** Home Awebooking Form ***/

.page .room_types{ padding:0; list-style: none; }
.page .awebooking-loop-room-type__title{ margin-top: 0; }
.page .awebooking-loop-room-type__price{ margin-bottom: 8px; }
.page .awebooking-loop-room-type__price span{ font-size: 20px; }
.page .awebooking-loop-room-type__media img{ height: auto; }
.page .awebooking-loop-room-type__button{ color: red; }
.page .awebooking-loop-room-type__button-booking{
	color:#ffffff;
}
.awebooking-btn{
	border: 1px solid;
	color:#ffffff;
	padding:8px 10px;
	margin-bottom: 20px;
}
.awebooking-btn:hover,
.sidebar-widget .button:hover{
	background-color:#4a4a4a;
}
.awebooking-booking-item{
	width: 100%;
	border:1px solid #ccc;
	margin-bottom: 20px;
}
.sidebar-widget img{ height: auto; }
.awebooking-cart-item__title{ font-size: 20px; color: #4a4a4a; }
.awebooking-room-type-gallery__image img { height: auto; }
.awebooking-room-type__price{ margin-top: 20px; }
.awebooking-tab__controls li a{ color: #888888; }

.feature-section .custom-feature-icon{
  margin-bottom: 15px;
}