@charset "utf-8";
/* CSS Document */

html, body { margin:0; padding:0; background:#fff;  }
*{ margin:0; padding:0;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: roboto,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:300;
	color:#2c2c2c;
	margin:0;
	padding:0;
	font-family: 'roboto',sans-serif;
}

h1 {
	color:#2e7d32;
	font-size:30px;
	font-weight:400;
	margin-bottom:15px;
}
a:hover,
a.active {
	outline:none;
	transition: all 0.5s ease;
	text-decoration:none;
	/* color:#13f31e; */
	color: darkgray;
}
a:focus {
	outline:none;
	transition: all 0.5s ease;
	text-decoration:none;

}

.err_msg { width: 100%; color: #ff0000; text-align: center;font-size:13px;}
/* HTML5 display-role reset for older browsers */
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.show-grid [class^="col-"] {
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);
    padding-bottom: 10px;
    padding-top: 10px;
}

p { color:#424242; font-size:14px; font-family: 'Roboto', sans-serif; line-height:23px; }

/* Header */
.header_wrp1 {
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index:1111;
    /* background: rgba(0, 0, 0, 0.22); */
	height: 135px;
}
.darkHeader {
	width: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px -2px 24px 1px rgb(0 0 0 / 6%);
    box-shadow: 0px -2px 24px 1px rgb(0 0 0 / 6%);
}
.logo {
	width:100%;
	float:left;
	padding:6px 0 0;
	text-align:center;
}
.logo img {
	display:inline-block;
	height:60px;
	object-fit: cover;
	position: relative;
    right: 28px;
    top: 3px;
}
.main_nav {
	float:left;
}
nav {
	position:relative;
}
.navbar-collapse {
	padding:0;
	position: relative;
    left: -4px;
	height: 0px;
}
nav > ul {
	float:left;
	text-align:right;
}

/*nav > ul > li {
	display:block;
	position:relative;
	float:left;
	margin:0 10px;
}*/
nav > ul > li {
    display: block;
    position: relative;
    float: left;
    margin: 0 3px;
}
/* nav > ul > li:last-child {
	margin-right:0;
} */
nav > ul > li > a {
	display:block;
	color:#000000;
	font-size:14px;
	padding:10px 10px;
	line-height:67px;
}
nav > ul > li.active > a, nav > ul > li.active > a:hover, nav > ul > li.active > a:focus {
    /* background: transparent; */
    /* color: #15ca0f; */
	/* color: #2e7d32; */
	color: #2e7d32;
    font-weight: bold;
    border-bottom: 1px solid green;
    line-height: 18px;
}
nav > ul > li.active > a::before {
    background: #2e7d32 none repeat scroll 0 0;
    left: 0;
    position: absolute;
    bottom: -2px;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
nav > ul > li > a::before {
	background: #2e7d32 none repeat scroll 0 0;
    left: 50%;
    position: absolute;
    bottom: -2px;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
}
nav > ul > li:hover > a::before {
    left: 0;
    width: 100%;
}


.language {
	float:right;
	position:relative;
	margin:32px 0 0;
}
/*
.language::after {
	position:absolute;
	right:-12px;
	content: '\f104';
	font-family:"Ionicons";
	font-size:14px;
	top:3.5px;
	color:#2e7d32
}
*/
.language a {
	color:#2e7d32;
}
.language a i {
	margin-right:5px;
}
.lang_list {
	background:rgba(255,255,255,0.7);
	position:absolute;
	width:100px;
	z-index:99;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
	margin:5px 0 0;

}
.lang_list li {
	list-style:none;
	padding:5px 10px;
}
.lang_list li a {
	font-size:13px;
	color:#48383e;
}
.lang_list li a:hover {
	color:#2e7d32;
}

.languageicon::after {
	position:absolute;
	right:-12px;
	content: '\f104';
	font-family:"Ionicons";
	font-size:14px;
	top:3.5px;
	color:#2e7d32
}

/* Inner Banner */
#inner-revolution-slider  {
	width: 100%;
	height: 80%;
	min-height: 80%;
}
.hero {
    position: relative;
    z-index: 1;
    top: 0;
    bottom:  0;
    left: 0;
    right: 0;
    background-size: cover;
}

/* Banner */
#home-revolution-slider  {
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.hero {
    position: relative;
    z-index: 1;
    top: 0;
    bottom:  0;
    left: 0;
    right: 0;
    background-size: cover;
}
.banner_heading,
.banner_subheading {
    position: relative;
    z-index: 1;
    text-align: center;
    transform: translateY(0px);
    /*-webkit-transition: 1s opacity ease-in-out;*/
}
.tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    background: url(../images/rev-loader.GIF) no-repeat center center;
    background-color: transparent;
    box-shadow:  none;
    -webkit-box-shadow: none;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
    margin-top: 0;
    z-index: -1;
}
.tparrows.preview4 .tp-arr-titleholder {
    background:rgba(0,0,0,0.5) !important;
}

.html5-video-container video {
    width: 100%!important;
    height: auto!important;
    left: 0!important
}
.banner_heading {
	font-size:55px;
	color:#fff;
	font-weight:200;
	text-transform:uppercase;
	position:relative;
	left:60px;
}
.banner_subheading {
	font-size:39px;
	color:#fff;
	font-weight:200;
	text-transform:uppercase;
	position:relative;
	left:60px;
}

/* Banner links */
.banner_links {
	float:right;
	position:absolute;
	left:100px;
	z-index:99;
	bottom: 153px;
}
.banner_links > li {
	width:100%;
	float:left;
}
.banner_links > li > a {
	background:rgba(28,28,28,0.4);
	color:#fff;
	font-size:22px;
	padding:10px 15px 10px;
	width:100%;
	float:left;
	font-weight:200;
	margin-bottom:10px;

}
.banner_links > li > a.active {
	background:rgba(46,125,50,.9);
}

.banner_links > li > a:hover {
	background:rgba(210,56,102,1);

}

/* Home Search*/
.serach_wrp {
	width:100%;
	float:left;
	padding:10px 10px;
	background:rgba(17,17,17,0.35);
	bottom: 3px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    z-index: 99;
}
.serach_wrp > h3 {
	font-weight:200;
	color:#fff;
	font-size:30px;
	text-transform:uppercase;
	margin:20px 0 0;
    float: left;
}
/* .date input[type="text"] {
	 border:1px solid #fff;
	 padding:8px 10px;
	 background:transparent;
	 border-radius:3px;
	 color:#fff;
	 font-weight:200;
	 font-size:15px;
	 width:100%;
	float:left;
	cursor:pointer;
} */
.serach_wrp input[type="button"] {
	background:#2e7d32 !important;
	color:#fff !important;
	padding:9px 22px;
	border:none;
	border-radius:3px;
	font-size:15px;
	font-weight:300;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	float:right;
	margin:10px 0 0;

}
.trip_logo {
    position:absolute;
    left:500px;
    bottom:0px;
}
.sjh_logo {
    position:absolute;
    left:400px;
    bottom:5px;
}
.serach_wrp ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.serach_wrp :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.serach_wrp ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.serach_wrp :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.select_desti {
    width:40%;
    float:left;
    margin:10px 10px 0 0;
     border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 14px;
    padding: 8px 10px;
    background: transparent;
}
.select_room {
    width:40%;
    float:left;
    margin:10px 10px 0 0;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 14px;
    padding: 8px 10px;
}
.select_room option, .select_desti option {
    background: #fff;
    color: #222;
}
/* .date {
	width: 21%;
	float:left;
	margin:10px 10px 0 0;
	position:relative;
	color:#fff;
} */
/* .date:after {
	content: '\e075';
	font-family:"Simple-Line-Icons";
	right: 12px;
	position:absolute;
	top:30%;
    z-index: -1;

}
.inner_desti .date:after {
    z-index: 1;
} */



/* Brand Story */
.brand_story_wrp {
	width:100%;
	float:left;
	padding:0px 0 30px;
	background:#ffff;
}
.brand_story {
	width:100%;
	float:left;
}

/* Excellence */
.excellence_wrp {
	width:100%;
	float:left;
	padding:40px 0 50px;
}
.excellence {
	width:100%;
	float:left;
	text-align:center;
}

.excellence_logo > img {
	display:inline-block;
}

/* Latest News */
.latestnews_wrp {
	width:100%;
	float:left;
	background:#2e7d32;
	padding:25px 0;
}
.latestnews {
	width:100%;
	float:left;
}
.latestnews > h1 {
	color:#fff;
}
.latest_slide {
	width:100%;
	float:left;
	text-align:center;
	margin:10px 0 0;
}
.latest_slide p::before {
    content:"\e009";
    float: left;
    font-family: "Simple-Line-Icons";
    margin: 12px 25px 0 0;
	font-size:55px;
}
.latest_slide p {
	color:#fff;
	font-size:15px;
	line-height:28px;
}
.latest_slide a {
	float:right;
	font-size:12px;
	color:#fff;
}

/* Home Gallery */
.home_gallery {
	width:100%;
	float:left;
	background: #c92d53;
    /* padding: 100px 30px 0px 30px;
    padding-bottom: 248px; */
	padding:40px 0 40px;
	position:relative;
	z-index: -1;
	
}

/* .home_gallery

.home_gallery h1 {
	color:#fff;
}
.view_gallery {
	color:#fff;
	margin:35px 0 0;
	position:relative;
	font-size:15px;
	display:inline-block;
	padding:8px 15px;
	border-radius:3px;
}
.view_gallery:hover {
	background:rgba(255,255,255,0.3);
}

.cbp-l-filters-alignRight .cbp-filter-item,
.cbp-l-filters-alignCenter .cbp-filter-item {
    background-color: transparent;
    color: #2E7D32;
    cursor: pointer;
    font: 400 11px/28px;
    text-transform: capitalize!important;
    padding: 3px 20px;
    position: relative;
    overflow: visible;
    margin: 10px 0 0 5px;
    border: 1px solid #2E7D32;
    text-transform: none;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	display:none;
}
.cbp-l-filters-alignRight {
    margin: 20px auto 10px;
    padding: 10px 0px 20px 0px;
    text-align: left;
    background-color: transparent;
	display:none;
}

.cbp-l-caption-title {
    color: #fff;
    font: 500 16px/18px;
    margin-bottom: 5px;
}
.cbp-l-caption-desc {
    color: #7a7a7a;
    font: 400 12px/16px sans-serif;
}
.cbp-l-filters-alignRight .cbp-filter-counter {
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity .25s ease,bottom .25s ease;
    transition: opacity .25s ease,bottom .25s ease;
}
.cbp-l-filters-alignCenter .cbp-filter-counter {
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity .25s ease,bottom .25s ease;
    transition: opacity .25s ease,bottom .25s ease;
}
.cbp-l-filters-alignCenter {
    margin: 20px auto 10px;
    padding: 10px 0px 20px 0px;
    text-align: center;
    background-color: transparent;

}
.cbp-l-grid-fullScreen {
	margin:30px 0 0;
}
.cbp-l-filters-alignRight .cbp-filter-item:hover,
.cbp-l-filters-alignCenter .cbp-filter-item:hover {
    color: #fff;
}
.cbp-l-filters-alignCenter .cbp-filter-item-active {
    color: #fff !important;
}
.cbp-l-filters-dropdownWrap {
    width: 150px;
    position: absolute;
    right: 0;
    background: #f6f7f7;
}
.cbp-l-filters-dropdownHeader {
    margin: 0 17px;
    color: #1c1c1c;
    cursor: pointer;
    position: relative;
}

.cbp-l-filters-dropdownList .cbp-filter-item {
    background: none;
    color: #7a7a7a;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0 17px;
    cursor: pointer;
    border: 0;
    border-top: 1px solid #ccc;
}
.cbp-l-filters-dropdownHeader:after {
    border-color: #7a7a7a rgba(0,0,0,0);
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    margin-top: -1px;
}
.cbp-item-w h4 {
    margin-top: 10px;
    margin-bottom: 2px;
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    background: #f6f7f7;
    border: none;
    border-radius: 3px;
    color: #7E7B7B;
    display: inline-block;
    min-width: 80px;
    text-decoration: none;
    padding: 3px 23px;
    outline: 0;
    margin-top: 30px;
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover {
    color: #fff;
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 56px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);
}
.cbp-popup-singlePage .cbp-popup-close,
.cbp-popup-singlePage .cbp-popup-next,
.cbp-popup-singlePage .cbp-popup-prev {
    height: 34px;
    width: 34px;
    top: 8px;
}
.cbp-popup-singlePage-counter {
    top: -24px;
    font-weight: 400;
    color: #1c1c1c;
}
.cbp-popup-lightbox .cbp-popup-close,
.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-lightbox .cbp-popup-prev {
    -webkit-transition: all 0.11s ease-in-out;
    -moz-transition: all 0.11s ease-in-out;
    -o-transition: all 0.11s ease-in-out;
    transition: all 0.11s ease-in-out;
}
.cbp-popup-lightbox .cbp-popup-close {
    opacity: .4;
    background: url("../images/popup-close-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-close:hover {
    opacity: 1;
    background: url("../images/popup-close-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-prev {
    opacity: .4;
    background: url("../images/popup-prev-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-prev:hover {
    opacity: 1;
    background: url("../images/popup-prev-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-next {
    opacity: .4;
    background: url("../images/popup-next-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-next:hover {
    opacity: 1;
    background: url("../images/popup-next-light.png") no-repeat;
}

.cbp-popup-singlePage .cbp-popup-close,
.cbp-popup-singlePage .cbp-popup-next,
.cbp-popup-singlePage .cbp-popup-prev {
    top:17px;
    -webkit-transition: all 0.11s ease-in-out;
    -moz-transition: all 0.11s ease-in-out;
    -o-transition: all 0.11s ease-in-out;
    transition: all 0.11s ease-in-out;
}
.cbp-popup-singlePage .cbp-popup-prev {
    background: url("../images/popup-prev-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-prev:hover {
    top:18px;
    opacity: .2;
    background: url("../images/popup-prev-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-next {
    background: url("../images/popup-next-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-next:hover {
    top:18px;
    opacity: .2;
    background: url("../images/popup-next-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-close {
    background: url("../images/popup-close-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-close:hover {
    top:18px;
    opacity: .2;
    background: url("../img/portfolio/buttons/popup-close-dark.png") no-repeat;

}

.cbp-popup-singlePage .cbp-popup-content {
    margin-top: 0;
    max-width: 100%;
}
.project-video,
.project-widget {
    margin-bottom: 60px;
}
.project-big-slider {
    margin-bottom: 20px;
}
.project-big-slider img {
    min-width: 100%;
}
.project-widget h4 {
    margin-top: 0;
}
.project-widget p {
    color: #7a7a7a!important;
}

.cbp-filter-counter{display:none;}
/*
.cbp-l-grid-fullScreen {
    visibility: visible;
    overflow: visible;
}
@media (min-width:992px) {
    .cbp-l-grid-fullScreen {
        margin-top: 200px;
    }
}
*/

/* Img Hover Effect */
.effects .img {
    position: relative;
    overflow: hidden;
}
.effects .img a {
    display: inline;
    margin: auto;
    padding: 0;
    max-width: 100%;
    height: auto;
    color: #fff;
}
/* .overlay {
    display: block;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background: #c92d53b3;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all .5s;
} */
.expand {
    height:93%;
    width: 104%;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
}
.expand .social-icon {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}
.expand .cbp-l-icon {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}
.effect .overlay {
  top: 0;
  bottom: 25px;
  left: 0;
  right: 0;
  opacity: 0;
}
.effect .overlay .expand {
  left: 0;
  right: 0;
  top: 50px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.effect .img-responsive {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all .25s ease-in-out;
}
.effect:hover .img .overlay {
  opacity: 1;
}
.effect:hover .img .overlay .expand {
  top: 52%;
  margin-top: -30px;
  opacity: 1;
}

.effect .cbp-item-wrapper .img {
    position: initial;
    overflow: hidden;
}
.effect:hover .cbp-item-wrapper .img .overlay .expand {
  top: 12%!important;
  margin-top: -30px;
  opacity: 1;
}
.cbp-item .img a:hover {
    opacity: .6;
    font-size:10px;
}
.cbp-item .img a {
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}
.cbp-l-filters-dropdownList .cbp-filter-item-active,
.member-list a:hover,
.effects .img a:hover,
.cbp-item .img a {
	color:#ffffff;
	/* background:rgba(46,125,50,0.5); */
	border-radius:50%;
	padding:7px 10px;
	font-size:15px;
	position: relative;
	top: 15px;
	left: 120px;
}
.cbp-l-filters-button .cbp-filter-item-active,
.cbp-l-filters-button .cbp-filter-counter,.cbp-l-filters-alignRight .cbp-filter-item-active,
.cbp-l-filters-alignRight .cbp-filter-counter,
.cbp-l-filters-alignRight .cbp-filter-item:hover,
.cbp-l-filters-alignCenter .cbp-filter-item:hover {
	background: #a8a8a8;
	 border: 1px solid #a8a8a8;
}

/* Select Destination */
.destination_wrp {
	width:100%;
	float:left;
	padding:40px 0 40px;
	background: hsla(0, 0%, 0%, 0.829);
}
.blur_wrp {
	padding:10px 0 40px;

	background: hsla(0, 0%, 0%, 0.603);
}

.desti {
	margin:30px auto 0;
	position:relative;
	width:100%;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border-radius:3px;
}
.desti > img {
	width:100%;
	border-radius:3px 3px 0px 0px;
}
.desti > h3 {
	padding:15px 10px 10px;
	font-size:18px;
	color:#2e7d32;
}
.desti .frag_kollam_heading h3 >a {
	font-size: 20px;
	font-family: roboto,sans-serif;
    font-weight: bold;
    letter-spacing: .60px;
    color: #424242;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.desti .frag_kollam_heading h3 >a:hover {
	color:#15ca0f;
}

.desti > h3 >a:hover {
	color:rgba(210,56,102,1);
}

.desti > p {
	font-size:13px;
	padding: 0 10px 15px 10px;
}
.icon_more {
	width:50px;
	height:50px;
	background:#fff;
	border-radius:50%;
	float:left;
	position:absolute;
	right:15px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	text-align:center;
	font-size:18px;
	color:#2e7d32;
	margin:-25px 0 0;
}
.icon_more i {
	position:relative;
	top:13px;
}
.icon_more:hover {
	background:#f5f5f5;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}


/* Scrooll up */
#scroller {
  background: url("../images/top.png") no-repeat center center;
  height: 41px;
  right: 20px;
  text-indent: -99999px;
  width: 44px;
  position: fixed;
  bottom: 50px;
  margin-left: -150px;
  z-index: 99999;
}


/* Home Testimonials */
.home_testi_wrp {
	width:100%;
	float:left;
	padding:40px 0 30px;
	background:#fff;
	position:relative;
}
.testi_cnt {
	width:100%;
	float:left;
	margin:15px 0 0;
	/* padding:10px 60px 0; */
}
.testi_cnt > blockquote > p {
	font-size:17px;
	color:#898989;
	line-height:30px;
	margin-bottom:20px;
	font-weight:400;
	font-style: italic;
}
.testi_img {
	width:30%;
	margin:30px auto 0;
}
.testi_img > img {
	width:60px;
	height:60px;
	float:left
}
.testi_img > a {
	display:inline;
	color:#2e7d32;
	float:left;
	margin:5px 15px 0px;
}
.testi_img > p {
	color:#fff;
	margin:0px 15px 0px;
	float:left
}
.carousel-inner {
	float:left;
}
.carousel-indicators {
	width:100%;
	float:left;
	margin:40px 0 0;
	left:0;
	position:relative;
	display: none;
}

/* Footer */
.ftr_wrp {
	width:100%;
	float:left;
	background:url(../images/ftr_bg.jpg) repeat;
	padding:30px 0 45px;
}
.ftr_sub {
	width:100%;
	float:left;
	margin:20px 0;
}
.ftr_sub > h2 {
	font-size:25px;
	margin-bottom:15px;
}
.ftr_social {
	width:100%;
	float:left;
	margin:5px 0 0;
}
.ftr_social > li {
	float:left;
	margin-right:10px;
}
.ftr_social > li > a {
	font-size:20px;
	background:#e8e8e8;
	width:44px;
	height:44px;
	text-align:center;
	float:left;
	border-radius:50%;
	margin-bottom:10px;
}
.ftr_social > li > a > i {
	position:relative;
	top:8px;
}
.blog_icon {
	width:19px;
	height:21px;
	display:inline-block;
	background:url(../images/ftr_social.png) no-repeat;
	top:12px !important;
}
.delicious_icon {
	width:19px;
	height:19px;
	display:inline-block;
	background:url(../images/ftr_social.png) no-repeat -30px 0;
	top:11px !important;
}
.flickr_icon {
	width:24px;
	height:19px;
	display:inline-block;
	background:url(../images/ftr_social.png) no-repeat -62px 0;
	top:10px !important;
}
.fb {
	color:#3b579d;
}
.fb:hover {
	background:#3b579d;
	color:#fff;
}
.tw {
	color:#2caae1;
}
.tw:hover {
	background:#2caae1;
	color:#fff;
}
.gplus {
	color:#dd4c3a;
}
.gplus:hover {
	background:#dd4c3a;
	color:#fff;
}
.blg:hover {
	background:#f87f14;
}
.blg:hover i {
	background:url(../images/ftr_social.png) no-repeat 0 -30px;
}
.delicious:hover, .flickr:hover {
	background:#fff;
}

.ftr_sub > form > input[type="text"] {
	border:none;
	border-bottom:1px solid #9b9b9b;
	padding:10px 5px;
	color:#414040;
	margin:15px 0;
	background:transparent;
	font-size:14px;
	width:100%;
	float:left
}
.ftr_sub > form > input[type="text"]:focus {
	color:#2e7d32;
}
.sub_btn {
	background:#2e7d32;
	color:#fff;
	padding:8px 15px;
	border:none;
	border-radius:3px;
	font-size:14px;
	font-weight:300;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	float:right;
}
.ftr_address {
	width:100%;
	float:left;
}
.ftr_address > li {
	font-size:14px;
	line-height:25px;
	color:#454545;
	margin:13px 0 0;
}
.ftr_address > li > i {
	font-size:20px;
	color:#656565;
	position:relative;
	top:3px;
	margin-right:8px;
}
.cpy_wrp {
	width:100%;
	float:left;
	background:#111111;
	padding:8px 0;
}
.cpy_wrp p {
	color:#c5c4c4;
	font-size:13px;
	margin:15px 0 0;
}
.cpy_wrp p > a {
	color:#2E7D32;
}

.ftr_nav {
	width:100%;
	float:left;
	text-align:left;
}
.ftr_nav > li {
	display:inline-block;
	line-height:45px;
	padding:0 10px;
}
.ftr_nav > li:first-child {
	padding-left:0;
}
.ftr_nav > li > a {
	display:inline-block;
	color:#c5c4c4;
	font-size:13px;
}
.ftr_nav > li > a:hover {
	color:#2E7D32;
}

/* Preloader */
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    /* z-index:999999;  makes sure it stays on top */
}
#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/preloder.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/* Mobile menu */
.menu_link
{
	background: center center no-repeat rgba(46,125,50,0.8);
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 30px;
	left: 10px;
	border-radius:3px;
}

/* Animated Butoons */

.menu-item, .menu-open-button {
  background: #fff;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  position: absolute;
  right:15px;
  top:-25px;
  color: white;
  text-align: center;
  line-height: 45px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1) !important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
          transition: transform ease-out 200ms;
}
.menu-open {
  display: none;
}

.hamburger {
  width: 14px;
  height: 2px;
  background: #2e7d32;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7.5px;
  margin-top: -1.5px;
  -webkit-transition: -webkit-transform 200ms;
          transition: transform 200ms;
}

.hamburger-1 {
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}

.hamburger-2 {
  -webkit-transform: translate3d(1px, 0.5px, 0);
          transform: translate3d(1px, 0.5px, 0) rotate(90deg);
		  width:12px;

}

.hamburger-3 {
  -webkit-transform: translate3d(0, 8px, 0);
          transform: translate3d(0, 8px, 0);
		  display:none
}

.menu-open:checked + .menu-open-button .hamburger-1 {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
          transform: translate3d(0, 0, 0) rotate(45deg);
		  background:#d23866;
}
.menu-open:checked + .menu-open-button .hamburger-2 {
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
          transform: translate3d(0, 0, 0) scale(0.1, 1);
		  background:#d23866;
}
.menu-open:checked + .menu-open-button .hamburger-3 {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
          transform: translate3d(0, 0, 0) rotate(-45deg);
		  display:inline-block;
		  background:#d23866;
}

.menu {
  position: absolute;
  width: 100%;
  font-size: 20px;
  text-align: left;
}
.menu-item {
	background:#d23866;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.16) !important;
	font-size:18px;
}
.menu-item:hover {
  color: #d23866;
  background:#fff;
}
.menu-item:nth-child(3) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}
.menu-item:nth-child(4) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}
.menu-item:nth-child(5) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}
.menu-item:nth-child(6) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}
.menu-item:nth-child(7) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}
.menu-item:nth-child(8) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}
.menu-item:nth-child(9) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}

.menu-open-button {
  z-index: 2;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
          transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
}

.menu-open-button:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
          transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
 /* -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
          transform: scale(0.8, 0.8) translate3d(0, 0, 0);*/
		   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.menu-open:checked ~ .menu-item {
  -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
          transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}
.menu-open:checked ~ .menu-item:nth-child(3) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
  -webkit-transform: translate3d(0.08361px, -104.99997px, 0);
          transform: translate3d(0.08361px, -104.99997px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(4) {
  -webkit-transition-duration: 280ms;
          transition-duration: 280ms;
  -webkit-transform: translate3d(-90.9466px, -52.47586px, 0);
          transform: translate3d(-90.9466px, -52.47586px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(5) {
  -webkit-transition-duration: 380ms;
          transition-duration: 380ms;
  -webkit-transform: translate3d(-90.9466px, 52.47586px, 0);
          transform: translate3d(-90.9466px, 52.47586px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(6) {
  -webkit-transition-duration: 480ms;
          transition-duration: 480ms;
  -webkit-transform: translate3d(0.08361px, 104.99997px, 0);
          transform: translate3d(0.08361px, 104.99997px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(7) {
  -webkit-transition-duration: 580ms;
          transition-duration: 580ms;
  -webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
          transform: translate3d(-90.86291px, 52.62064px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(8) {
  -webkit-transition-duration: 680ms;
          transition-duration: 680ms;
  -webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
          transform: translate3d(-91.03006px, -52.33095px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(9) {
  -webkit-transition-duration: 780ms;
          transition-duration: 780ms;
  -webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
          transform: translate3d(-0.25084px, -104.9997px, 0);
}

.owl-carousel {
	float:left;
}
/* .owl-carousel .item {
	min-height:400px;
} */
.innerSlider .item {
	min-height:400px;

}
.nicescroll-rails {
	z-index:999 !important;
}

/* Inner page */
.inner_banner {
	width:100%;
	position:relative;
	float:left;
}
.inner_banner .item > img {
	width:100%;
}
.inner_serach {
	width:92%;
	float:left;
	position:absolute;
	padding:10px 10px;
	background:rgba(17,17,17,0.35);
	bottom:80px;
	z-index:9;
}
.inner_serach h1 {
	font-weight:100;
	color:#fff;
	text-align:center;
}
.inner_desti, .inner_date {
	width:100%;
	float:left;
	margin:0 0 15px !important;
}
.inner_room {
	margin:0 11px 15px 0 !important;
	width:31%;
	float:left;
}
.inner_room_last {
	margin:0 0 15px !important;
	float:right !important;
}
.inner_room div.cs-select {
	font-size:13px;
}
.inner_serach ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.inner_serach :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.inner_serach ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.inner_serach :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.inner_serach input[type="button"] {
	background:#2e7d32 !important;
	color:#fff !important;
	padding:9px 22px;
	border:none;
	border-radius:3px;
	font-size:15px;
	font-weight:300;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	float:right;
	margin:10px 0 0;

}
.inner_trip_logo {
    position: absolute;
    left: 125px;
    bottom: 0px;
}
.inner_slh_logo {
    bottom: 5px;
    position: absolute;
    left: 25px;
}

/* Inner Menu */
.inner_menu_wrp {
	width:100%;
	margin:-10px 0 0;
}
/* .inner_menu {
	width:100%;
	float:left;
	text-align:center;
	background: #d23866;
	margin-top: 5px;
} */
.inner_menu > li {
	display:inline-block;
}
.inner_menu > li > a {
	font-size:16px;
	color:#ffffff;
	display:inline-block;
	padding:22px 20px 20px;
	text-transform:uppercase;
}
.inner_menu > li > a:hover {
	color: #000000;
    background: #fff;
    border: 1px solid #d23866;
}
.inner_menu > li > a:focus {
	color: #000000;
    background: #fff;
    border: 1px solid #d23866;
}


/* Inner About */
.abt_wrp {
	width:100%;
	float:left;
	padding:40px 0 40px;
}
.abt_wrp p {
	margin-bottom:15px;
}
.inner_excellence {
	background:#f5f5f5;
}

/* Pop Up */
.lightbox_wrp {
	width:100%;
	float:left;
	background: rgba(17, 17, 17, 0.7) none repeat scroll 0 0;
	overflow:hidden;
	position:fixed;
	height:100%;
	z-index:999999;
	display:none;
	top:0;
}
.lightbox {
	width:100%;
	float:left;
	background:#2e7d32;
	margin:23% 0 0;
	position:relative;
	padding-bottom:25px;

}
.lightbox > h3 {
	font-size:30px;
	border-bottom:1px dashed #519354;
	padding:15px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:300
}
.lightbox > form {
	width:100%;
	float:left;
	padding:15px 15px 5px 15px;
	margin:10px 0 0;
}
.close {
    color: #c5fcc7;
    float: right;
    font-size: 35px;
    line-height: 1;
    text-shadow: none;
	position:absolute;
	top:18px;
	opacity:1;
	right:16px;
}
.close:hover, .close:focus {
    color: #c5fcc7;
    cursor: pointer;
    text-decoration: none;
}

.lightbox ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.lightbox :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.lightbox ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.lightbox :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.pop_submit {
	background:#519354;
	color:#fff !important;
	padding:9px 22px;
	border:none;
	border-radius:3px;
	font-size:15px;
	font-weight:300;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	float:right;
	margin:8px 0 0;
}
.pop_submit:hover {
	background:#3e8842 !important;
}
.pop_slh {
    left: 10px;
    position: absolute;
}
.pop_trip_logo {
    left: 110px;
    position: absolute;
}

/* Search title */
.searchtitle_wrp {
	width:100%;
	float:left;
	position:relative;
	padding:30px 0 30px 0;
	background:#ffffff;
}
.search_title {
	font-size:25px;
	color:#000;
}

/* Search List */
.searchlist_wrp {
	width:100%;
	float:left;
	padding:30px 0;
}
.top_sort {
	width:100%;
	float:left;
	background:#2E7D32;
	padding:10px;
}
.top_sort  h4 {
	font-size:13px;
	color:#fff;
	float:left;
	font-weight:400
}
.sort_room {
	float:right;
}
.sort_room div.cs-select {
	color:#fff;
	border:none;
	font-size:13px;
	padding:0;
	font-weight:400;
}
.sort_room .cs-select span {
	padding:0 2em 0 0;
	font-weight:400;
}
.sort_room .cs-select .cs-options span {
	font-weight:300;
	font-size:12px;
	font-weight:400;
	padding:5px;
}
.hotel_list {
	width:100%;
	float:left;
	padding:20px 0;
	border-bottom:5px solid #f4f4f4;
}
.room_img {
	border:1px solid #eaeaea;
	padding:2px;
	float:left;
}
.hotel_title {
	font-size:22px;
	color:#2E7D32;
	font-weight:400
}
.room_facility {
	width:100%;
	float:left;
	margin:10px 0 15px;
	border-bottom:1px solid #eaeaea;
	padding-bottom:15px;
}
.room_facility > li  {
	font-size:13px;
	list-style:url(../images/bullet.png) outside;
	line-height:25px;
	margin:0 0 0 15px;
	float:left;
	width:100%;
}
.room_facility > li:last-child {
	list-style:none;
	margin:0
}
.room_facility > li > a {
	font-size:13px;
	color:#2E7D32;
	text-decoration:underline
}
.price {
	font-size:22px;
	color:#2E7D32;
	float:left;
	background:#F5F5F5;
	padding:5px 15px;

}
.price span {
	font-size:12px;
	color:#2e2e2e !important;
}
.book_btn {
	background:#ffffff;
	color:#fff;
	padding:9px 22px;
	border:none;
	border-radius:3px;
	font-size:13px;
	font-weight:300;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	float:right;
}
.book_btn:hover {
	color:#fff;
	box-shadow:none;
}
.room_select {
	width:140px;
	float:right;
}
.room_select div.cs-select{
	color:#333;
	border:1px solid #eaeaea;
	width:74%;
	margin-right:15px;
}
.room_select a {
	color:#2E7D32;
	font-size:26px;
}
.room_select a:hover {
	color:#D23866;
}
.room_book h2 {
	font-size:18px;
	color:#2e7d32;
	border-bottom:1px solid #eaeaea;
	padding-bottom:10px;
	font-weight:400;
}
.room_table {
	width:100%;
	float:left;
	border-top:1px solid #fff;
}
.room_table table {
	width:100%;
	padding-bottom:10px;
	background:#fff;
	margin:15px 0;
}
.room_table table th {
	padding:10px;
	font-size:14px;
	font-weight:500;
}
.room_table table th:first-child {
	width:20%;
}
.room_table table th span {
	width:100%;
	float:left;
	font-weight:300;
	font-size:12px;
	margin:5px 0 0;
}
.room_table table td {
	font-size:13px;
 	padding:10px 10px;
	vertical-align:middle;
}
.room_table table td a {
	color:#2E7D32;
	margin:0 15px 0 0;
}
.room_table table td:first-child {
	font-size:15px;
	font-weight:500;
}
.room_table table td select {
	width:50%;
	padding:5px;
}
.total_price {
	font-size:22px !important;
	color:#2E7D32;
}
.total_price span {
	font-size:15px !important;
	font-weight:500;
	color:#333;
}
.hotel_detail {
	width:100%;
	float:left;
	background:#F5F5F5;
	padding:15px;
	border-top:2px solid #2E7D32;
	margin:20px 0 0;
	position:relative;
	display:none
}
.hotel_detail p {
	font-size:13px;
	border-bottom:1px solid #eaeaea;
	padding-bottom:15px;
}
.basic_info {
	width:100%;
	float:left;
	border-top:1px solid #fff;
	border-bottom:1px solid #eaeaea;
	padding:10px 0 15px;
}
.basic_info > h3 {
	font-size:22px;
	color:#2E7D32;
	font-weight:400
}
.info_main {
	width:50%;
	float:left;
	margin:15px 0 0;
}
.info_main > li {
	line-height:30px;
}
.info_title {
	font-size:14px;
	/*font-style:italic;*/
	width:30%;
	font-weight:300;
	float:left;
}
.info_list {
	font-size:14px;
	width:70%;
	float:left;
}
.add_info {
	width:100%;
	float:left;
	padding:0px 0 0;
}
.add_info ul {
	margin:15px 0 0;
	width:100%;
	float:left;
	color:#424242;
}
.add_info h3 {
	font-size:16px;
	font-weight:500;
	margin-bottom:5px;
}
.add_info li {
	font-size:15px;
	list-style:url(../images/bullet.png) outside;
	line-height:25px;
	margin:0 0 0 12px;
	float:left;
	width:100%;
	color: #d4d4d4;
}
.detail_close {
	color:#fff;
	background:#2E7D32;
	font-size:8px;
	position:absolute;
	float:right;
	padding:4px 5px;
	right:0;
	top:0;
}
.detail_close:hover {
	background:#2e2e2e;
	color:#fff;
}

/*  Dining content autocentering */
.diningholder {
	height:282px; position: relative;
}
.diningcontent{
	top: 50%;position: absolute;transform: translateY(-50%);
}


/* Filters */
.book_detail {
	width:100%;
	float:left;
	background:#F5F5F5;
	padding:10px 15px;
}
.book_detail > h3, .book_filter > h3 {
 	color: #2e7d32;
    font-size: 22px;
    font-weight: 400;
}
.book_info {
	width:100%;
	float:left;
	margin:15px 0 0;
}
.book_info > li {
	font-size:13px;
	line-height:30px;
}
.book_name {
	width:35%;
	float:left;
	/*font-style:italic;*/
}
.book_cnt {
	width:65%;
	float:left;
}
.change_btn {
	background:#2E7D32;
	color:#fff;
	padding:8px 18px;
	border:none;
	border-radius:3px;
	font-size:13px;
	font-weight:300;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
	float:right;
}
.change_btn:hover {
	color:#fff;
	box-shadow: none;
}

.serach_change {
	width:100%;
	float:left;
	margin:15px 0 0;
	display:none;
}
.serach_change div.cs-select {
	color:#333;
	border:1px solid #cccccc;
}
.serach_change .date {
	color:#333;
}
.serach_change input[type="text"] {
	border:1px solid #cccccc;
	color:#333;
}
.serach_change ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333;
}
.serach_change :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333;
   opacity:  1;
}
.serach_change ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333;
   opacity:  1;
}
.serach_change :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #333;
}
.serach_change .pop_submit{
	background:#2E7D32;
	padding:8px 18px;
	margin:5px 0 0
}
.book_filter {
	width:100%;
	float:left;
	background:#F5F5F5;
	padding:10px 15px;
	margin:20px 0 0;
}
.price_range {
	width:100%;
	float:left;
	border-bottom:1px solid #eaeaea;
	padding-bottom:10px;
	margin:15px 0 0;
}
.price_range p {
	text-align:center;
	font-size:13px;
	margin:10px 0 0;
	display:inline-block;
	text-transform:capitalize;
	width:100%;
	/*font-style:italic;*/
}
.filter_title {
	font-size:14px;
	/*font-style:italic;*/
}
.check_row {
	width:100%;
	float:left;
	margin:15px 0 0;
}
.check_row > label {
	font-size:13px;
	float:left
}
.check_row > input[type="checkbox"] {
	margin:2px 7px 0 0;
	float:left;
	outline:none;
}
.offer_side {
	width:100%;
	float:left;
	margin:25px 0 0;
}

/* Booking */
.book_menu {
	width:100%;
	float:left;
	text-align:center;
}
.book_menu > a {
	background:#fff;
	width:60px;
	height:60px;
	display:inline-block;
	border-radius:50%;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1) !important;
  -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
   color:#2E7D32;
   font-size:25px;
   margin-bottom:20px;
}
.book_menu > a.active, .book_menu:hover > a {
	color:#fff;
	background:#d23866;
  -webkit-transform: scale(1, 1.1) translate3d(0, 0, 0);
          transform: scale(1.1, 1.1) translate3d(0, 0, 0);

}
.book_menu > a > i {
	position:relative;
	top:10px;
}
.dotted-line {
    overflow: hidden;
    position: absolute;
    right: -52%;
    top: 0;
    width: 100%;
}
.dotted-line::after {
    color: #dadada;
    content: "••••••••••••";
    font-size: 29px;
    letter-spacing: 10px;
    line-height: 60px;
}
.book_menu > h5 {
	font-weight:400;
}
.book_menu:hover > h5, .book_menu > h5.active {
	color:#d23866;
}
.user_info {
	width:100%;
	float:left;
}
.user_info > h3 {
	font-size:25px;
	font-weight:400;
	color:#2e7d32;
	margin-bottom:5px;
}
.user_info > p {
	margin-bottom:10px;
}
.form_row {
	width:100%;
	float:left;
	margin:15px 0 10px;
}
.form_row > label {
	font-size:14px;
	margin-bottom:10px;
	width:100%;
	float:left;
}
.form_row > select {
	border:1px solid #e3e3e3;
	padding:5px 10px;
	font-size:14px;
}
.form_row > [type="text"], .form_row > textarea, .form_row > [type="email"], .form_row > [type="phone"], .form_row > [type="file"] {
	border:1px solid #e3e3e3;
	padding:8px 10px;
	font-size:14px;
	width:100%;
	resize:none;
}
.form_row > textarea {
	height:80px;
}
.form_row > [type="text"]:focus, .form_row > [type="email"]:focus, .form_row > [type="phone"]:focus, .form_row > textarea:focus, .form_row > [type="file"]:focus, .form_row > textarea:focus {
	border:1px solid #2e7d32;
	transition: all 0.5s ease;
}
.form_title  {
	font-size:25px;
	color:#2e7d32;
	margin-bottom:5px;
	border-bottom:1px solid #e3e3e3;
	padding:0 0 10px;
	width:100%;
	float:left;
	margin:10px 0;
	/*font-style:italic;*/
}
.form_info {
	background:#F5F5F5;
	padding:15px;
	width:100%;
	float:left;
	margin:0 0 15px 0;
}
.form_info > h3 {
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.form_info > p {
	margin:0 0 8px;
}
.form_policy {
	width:100%;
	float:left;
	margin:0 0 15px 0;
}
.form_policy > label {
	font-size:13px;
	float:left;
}
.form_policy > input[type="checkbox"] {
	float:left;
	margin-right:10px;
	outline:none;
}
.book_card {
	width:100%;
	float:left;
	background:#2E7D32;
	padding:15px;
	margin-bottom:20px;
	position:relative;
}
.book_card > h3 {
	font-size:22px;
	color:#fff;
	font-weight:400
}
.book_card_info > li {
	color:#fff;
}
.book_card_info {
	border-bottom:1px solid #1f6c23;
	padding-bottom:15px;
}
.book_card_price {
	width:100%;
	float:left;
	border-top:1px solid #369a3b;
	text-align:center;
	padding:15px 0 0;
}
.book_card_price > h2 {
	font-size:25px;
	color:rgba(255,255,255,0.6);
	font-weight:400;
	margin-bottom:5px;
}
.book_card_price > p {
	color:rgba(255,255,255,0.6);
}
.key_icon {
	width:60px;
	height:60px;
	float:right;
	position:absolute;
	right:15px;
	top:15px;
	background:#369a3b;
	color:#2E7D32;
	font-size:30px;
	border-radius:50%;
	text-align:center
}
.key_icon i {
	position:relative;
	top:10px;
}

/* Gallery */
.show_fliter {
	display:inline-block !important;
}
.gallery .cbp-l-filters-alignCenter {
	margin:0;
	padding:0;
}

/* Testimonails */
.testimonial {
	width:100%;
	float:left;
	margin:0px 0 10px;
}
.testimonial .photo{background:no-repeat center;margin-right:6px;position:relative;float:left;}
.testimonial .photo img{max-width:115px;max-height:115px;overflow:hidden;position:absolute;}
.testimonial .photo img.photo-bg{z-index:1;}
.testimonial .photo img.photo{left:0;}
.testimonial p.content{/*font-style:italic;*/line-height:24px;padding-left:19px;margin-left:100px;position:relative;overflow:hidden;}
/* .testimonial p.content span {text-indent;} */
.testimonial p.content span.laquo{background:url(../images/laquo.png) no-repeat;width:14px;height:11px;position:absolute;left:0;top:4px;display:block;}
.testimonial p.content span.raquo{background:url(../images/raquo.png) no-repeat right 4px;width:13px;height:15px;padding-left:4px;display:inline-block;}
.testimonial .sign{text-align:right;float:right;}
.testimonial .sign a{color:#00bdc2;font-family:Arial,sans-serif;font-size:13px;text-decoration:none;}
.testimonial .sign a:hover{text-decoration:underline;}
.testimonial .sign p{color:#5a5a5a;font-size:12px;line-height:15px;margin-top:6px;}

/* Contact Us */
.map_wrp {
	width:100%;
	float:left;
}

.map iframe {
    width: 100%;
    height: 300px;
}
#map {
	width:100%;
	float:left;
	height:300px;
}
.contact_wrp {
	width:100%;
	float:left;
	padding:40px 0;
}
.contact_form {
	width:100%;
	float:left;
}
.contact_form > h3 {
	color: #00bdc2;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}
.contact_form > p {
	margin-bottom: 10px;
    font-size: 12px;
}
.contact_form > p a {
	color:#2e7d32;
}
.contact_form > input[type="submit"] {
	margin:10px 0 0;
}
.contact_form address {
	margin:15px 0 10px;
}
.contact_form address p {
	padding:0 22px;
}
.contact_form  h4 {
	font-size:20px;
	color: #2e7d32;
	margin-bottom:10px;
}
.contact_form  h4 i {
	margin-right:10px;
}


/* Brand Story */
.brand {
	width:100%;
	float:left;
}

/* Offers */
.offer {
    width: 100%;
    float: left;
    background: #f5f5f5;
    text-align: center;
    border: 1px solid #eaeaea;
     border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin:15px 0 25px;

}
.offer:hover {
    background: #2e7d32;
    transition: all 0.5s ease;
}
.offer img {
    margin-bottom: 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    width: 100%;
    height:216px;
}
.offer h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #2e7d32;
}
.offer:hover img {
    opacity: 0.9;
     transition: all 0.5s ease;
}
.offer:hover h3, .offer:hover p {
    color: #fff;
    transition: all 0.5s ease;
}
.offer p {
    margin-bottom: 20px;
        padding: 0 15px;
}


/* Media */
.media {
	width:100%;
	float:left;
	/* margin-bottom:20px; */
	/* border:1px solid #eaeaea; */
	padding:5px;
	text-align:center;
}
.media > h3 {
	font-size:18px;
	color:#2e7d32;
	font-weight:400;
	margin-bottom:5px;
}
.media > h5 {
	font-size:16px;
	color:#d23866;
	font-weight:400;
	margin-bottom:10px;
}

/* Chat Window */
.chat_window {
	bottom: 0;
    position: fixed;
    right: 24px;
    width: 300px;
	z-index:9999;

	-webkit-box-shadow: 0px -1px 14px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -1px 14px -6px rgba(0,0,0,0.75);
box-shadow: 0px -1px 14px -6px rgba(0,0,0,0.75);
}
.chat_header {
	/* background:#1fb61a; */
	background: #00bdc2;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	width:100%;
	float:left;
	padding:10px 15px;
	position:relative;
	cursor:pointer;
}
.chat_header h4 {
	font-size:14px;
	color:#fff;
	font-weight:500;
}
.chat_header a {
	color:#fff;
	position:absolute;
	right:15px;
	top:10px;
}
.chat_online, .chat_offline {
	width:100%;
	float:left;
	background:#fff;
	position:relative;
	/*display:none;*/
}
.chat_cont {
    cursor: default;
    max-height: 280px;
    overflow-y: auto;
    width: 100%;
	min-height:200px;
	background:#ffffff;
	padding:10px;
}
.chat_cont > p {
	font-size:12px;
	margin-bottom:10px;
}
.chat_area {
    background-color: rgba(240, 240, 240, 0.2);
    display: table;
    margin: 0 auto 0;
    padding: 5px 0;
    width: 100%;
}
.chat_photo {
	text-align:center;
}
.left_chat {
	float:left;
	color: #424242;
	background-color:#eef1f5;
}
.right_chat {
	float:right;
	 color:white;
	background-color:#3cb868;
}
.chat_photo p {
	color: #2e2e2e;
    font-size: 12px;
}
.chat_photo_admin {
	text-align:center;
	float:left;
}
.chat_photo_guest {
	float:right;
	text-align:center;
}
.chat_photo_admin p {
	color: #2e2e2e;
    font-size: 12px;
}
.chat_photo_guest p {
	color: #2e2e2e;
    font-size: 12px;
}

.chat_photo_admin img {
    border: 2px solid #f0f0ff;
    border-radius: 50%;
    height: 30px;
    padding: 5px;
    width: 30px;
}
.chat_photo_guest img {
    border: 2px solid #f0f0ff;
    border-radius: 50%;
    height: 30px;
    padding: 5px;
    width: 30px;
}

.chat_photo img {
    border: 2px solid #f0f0ff;
    border-radius: 50%;
    height: 30px;
    padding: 5px;
    width: 30px;
}

.chat_text {
    /*background-color: rgba(255, 255, 255, 0.6);*/
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    padding: 5px;
    min-width: 220px;
	max-width:227px;
	word-wrap:break-word;
}
.chat_msg {
	padding:10px;
	background:#ffffff;
	width:100%;
	float:left;
}
.chat_msg input[type="text"] {
	width:100%;
	float:left;
	border:1px solid #eaeaea;
	padding:8px 10px;
	font-size:12px;
	color: #424242;
}
.chat_form {
	min-height:300px !important;
}
.chat_form input[type="text"], .chat_form textarea{
	width:100%;
	float:left;
	border:1px solid #eaeaea;
	padding:8px 10px;
	font-size:12px;
	color: #424242;
	margin-bottom:10px;
	resize:none;
}
.send_btn {
	 background: #2e7d32 none repeat scroll 0 0 !important;
    border: none;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-size: 13px;
    font-weight: 300;
    padding: 7px 15px;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.send_btn:hover {
	box-shadow:none;
}
.chat_fb, .chat_tw {
    float: left;
    margin:10px 10px 0 0;
    padding: 3px 10px;
    color:#fff;
    border-radius: 3px;
    font-size: 12px;
}
.chat_fb i, .chat_tw i {
    margin-right: 5px;
}
.chat_fb {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5678bc+0,334c7e+100 */
background: #5678bc; /* Old browsers */
background: -moz-linear-gradient(top, #5678bc 0%, #334c7e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #5678bc 0%,#334c7e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #5678bc 0%,#334c7e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5678bc', endColorstr='#334c7e',GradientType=0 ); /* IE6-9 */
border: 1px solid #2A4069;
}
.chat_fb:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#334c7e+0,5678bc+100 */
background: #334c7e; /* Old browsers */
background: -moz-linear-gradient(top, #334c7e 0%, #5678bc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #334c7e 0%,#5678bc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #334c7e 0%,#5678bc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#334c7e', endColorstr='#5678bc',GradientType=0 ); /* IE6-9 */
color: #fff;
}
.chat_tw {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#70d3ec+0,50b4ce+100 */
background: #70d3ec; /* Old browsers */
background: -moz-linear-gradient(top, #70d3ec 0%, #50b4ce 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #70d3ec 0%,#50b4ce 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #70d3ec 0%,#50b4ce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70d3ec', endColorstr='#50b4ce',GradientType=0 ); /* IE6-9 */
border: 1px solid #4AA7BF;
}
.chat_tw:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#50b4ce+0,70d3ec+100 */
background: #50b4ce; /* Old browsers */
background: -moz-linear-gradient(top, #50b4ce 0%, #70d3ec 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #50b4ce 0%,#70d3ec 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #50b4ce 0%,#70d3ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b4ce', endColorstr='#70d3ec',GradientType=0 ); /* IE6-9 */

color: #fff;
}

.chatbox .chatcontent{

	height: 200px;
}

.chatbox .chat_text{
	max-width:273px;
	word-wrap:break-word;
}

.chatbox .chat_photo{
	display:none;
}
.chatbox .chat_photo_admin{display:none;}
.chatbox .chat_photo_guest{display:none;}
.chatbox .left_chat{
	color: #D23866;
	width:100%;
	background-color:#eef1f5;
}
.chatbox .right_chat{
	color: #2e7d32;
	width: 100%;
	background-color:#eef1f5;
}


/* Cochin Page */
.acc_wrp {
	background: #f5f5f5;
	width:100%;
	float:left;
	padding:10px 0 25px;
}
.gen_cnt {
	width:100%;
	float:left;
}
.gen_cnt > p {
    padding-bottom: 15px;
}
.acc_cnt {
	width:100%;
	float:left;
	padding:15px 0 0;
}
.acc_cnt h2 {
	font-size:20px;
	color:#665e5e;
	margin-bottom:10px;
	font-weight:500;
}
.acc_cnt p {
	font-size:15px;
	margin-bottom:10px;
}
.tab_acc {
	width:100%;
	float:left;
}
.tab_acc > span {
	float:left;
	padding:7px 15px;
	/* background:#2e7d32; */
	background-color: darkgray;
	color:#fff;
	font-size:13px;
	margin-right:10px;
	cursor:pointer;
}
.tab_acc > span:hover, .tab_acc > span.active {
	background:#00bdc2;
	transition: all 0.5s ease;
	font-weight: 500;
    color: #ffffff;
}
.tab_cnt {
	width:100%;
	float:left;
	background:#fff;
	border-top:2px solid #868181;
	padding:10px;
}
.tab_cnt ul {
	margin:0;
}

/* Carrers */
.careers {
	width:100%;
	float:left;
	border-bottom:1px dashed #dfdfdf;
	padding-bottom:20px;
	margin-bottom:20px;
}
.careers > h3 {
	font-size:18px;
	font-weight:400;
	margin:0px 0 10px;
}
.careers > h3 > span {
	color:#2e7d32;
}
.careers > p {
	font-size:14px;
}
.careers > .book_btn {
	margin:15px 0 0;
}
.careers_right {
	border:none;
	padding-right:20px;
}
.apply_form {
	width:100%;
	float:left;
	margin:15px 0 0;
	display:none;
}
.apply_form h3 {
	font-size:24px;
	font-weight:400;
	margin:0px 0 10px;
	color:#2e7d32;
	background:#f5f5f5;
	padding:10px 15px;
	width:80%;
}
.apply_form .form_row {
	width:52%;
}
.apply_form .form_row label {
	float:left;
	width:auto;
	margin:10px 0 0 15px;
}
.apply_form .form_row label {
	float:left;
	width:auto;
}
.apply_form .form_row input[type="text"],
.apply_form .form_row input[type="email"],
.apply_form .form_row input[type="phone"],
.apply_form .form_row textarea,
.apply_form .form_row input[type="file"] {
	float:right;
	width:60% !important;
}
.gm-style-iw {
	color:#000;
	font-weight:400 !important;
}
.gm-style-iw a {
	color:#2e7d32;
}

/* FAQs */
.faqs {
	width:100%;
	float:left;
	border-bottom:1px dashed #dfdfdf;
	padding-bottom:0px;
	margin-bottom:20px;
}
.faqs dt {
	font-size:18px;
	margin:0px 0 10px;
	color:#2e7d32;
	cursor:pointer;
}
.faqs dt i {
	background:#2e7d32;
	color:#fff;
	padding:0px 5px;
	font-size:13px;
	margin-right:10px;
}

.faqs dd {
	font-size:13px;
	margin-bottom:10px;
	line-height:23px;
}

.date_avai {
    width: 100%;
    float: left;
}
.date_avai > li {
    font-size: 12px;
    float: left;
    margin: 10px 18px 0 0;
    line-height: 23px;
}
.date_avai > li > i {
    margin-right: 5px;
}
/* Media Quries */
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

	.language {
		margin:0 15px 0 0;
		position:absolute;
		right:20px;
		top:40px;
		z-index:99
	}
	.logo {
		padding:10px 0;
	}
	.lang_list {
		right:-14px;
	}
	.banner_links {
		bottom:450px;
		left:95 !important;
	}
	.date input[type="text"], div.cs-select  {
		font-size:12px;
	}
	.select_desti, .select_room,.date {
		margin:10px 5px 0 0;
	}
	.date {
		width:14%;
	}
	.desti {
		width:100%;
	}
	.testi_img {
		width:35%;
	}
	.testi_cnt {
		padding:0;
	}
	.ftr_sub > h2 {
		font-size:18px;
	}
	.ftr_wrp p {
		font-size:12px;
	}
	.inner_banner .item > img {
		width:auto;
	}
	.inner_date {
		width:100%;
	}
	.inner_menu > li > a {
		padding:22px 15px 20px;
	}
	.price {
		width:100%;
		margin-bottom:20px;
	}
	.book_detail, .book_card {
		margin:30px 0 0;
	}
	.media > h3 {
		font-size:14px;
	}
	.media > h5 {
		font-size:13px;
	}
	.apply_form > h3, .apply_form > .form_row {
		width:100%;
	}
}

/* Mobile */
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.language {
		margin:0 15px 0 0;
		position:absolute;
		right:10px;
		top:40px;
		z-index:99
	}
	.lang_list {
		right:-14px;
	}
	.logo {
		padding:10px 0;
	}
	.inner_banner .item > img {
		width:auto;
	}
	.inner_date {
		width:100%;
	}
	.inner_room {
		margin:0 5px 15px 0 !important;
	}
	.inner_menu > li > a {
		padding:22px 10px 20px;
	}
	.book_detail, .book_card  {
		margin:30px 0 0;
	}
	.dotted-line {
		display:none;
	}
	.book_menu {
		margin-bottom:20px;
	}

}
@media only screen and (min-width: 360px) and (max-width: 640px) {
	.logo {
		padding:10px 0;
	}
	.trip_logo, .sjh_logo {
		position:relative !important;
		right:0 !important;
		top:-5px !important;
		display:inline-block !important;
	}
	/*  Chat */

	.chat_online{
		display:none;
	}
	/*
	.inner_banner .serach_wrp{
		position:relative;
	}
	*/
	 .serach_wrp > h3 {
		margin:10px 0 !important;
		font-size:30px !important;
	}

	.inner_serach{
		position:relative;
	}
	.inner_room {
		margin:0 7px 15px 0 !important;
	}
	.diningholder{height:auto;}
	.diningcontent{position:relative;transform: translateY(0%);}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.language {
		margin:0 15px 0 0;
		position:absolute;
		right:10px;
		top:40px;
		z-index:99
	}
	.lang_list {
		right:-14px;
	}
	.logo {
		padding:5px 0;
	}
	.select_desti, .select_room,.date {
		width:100%;
		margin:10px 0 0;
	}
	.trip_logo, .sjh_logo {
		display:none
	}
	/*  Chat */

	.chat_online{
		display:none;
	}


	/*
	.inner_banner .serach_wrp{
		position:relative;
	}	*/
	.serach_wrp > h3 {
		margin:0;
		font-size:18px;
	}
	
	.owl-carousel .item {
		min-height:367px;
	}
	.innerSlider {
		min-height:367px;
	}
	.innerSlider .ul{
		min-height:367px;
	}

	.testi_cnt {
		width:100%;
		padding:0
	}
	.testi_img {
		width:60%;
	}
	.ftr_nav {
		text-align:left;
	}
	.ftr_nav > li {
		padding:0 5px;
	}
	.inner_banner .item > img {
		width:auto;
	}
	.inner_serach{
		position:relative;
	}
	.inner_date {
		width:100%;
	}
	.inner_room {
		margin:0 5px 15px 0 !important;
	}
	.price {
		width:100%;
		margin-bottom:20px;
	}
	.book_detail, .book_card  {
		margin:30px 0 0;
	}
	.dotted-line {
		display:none;
	}
	.book_menu {
		margin-bottom:20px;
	}
	.media > h5 {
		font-size:13px;
	}
	.apply_form > h3, .apply_form > .form_row {
		width:100%;
	}
    .map {
        width: 100%;
    }
	.diningholder{height:auto;}
	.diningcontent{position:relative;transform: translateY(0%)}
}

.gallery_loadmore{

	text-align:center;
	margin-top: 30px;
	background:#2E7D32;
	color:#fff;
	font-size:16px;
	width:150px;
	height:40px;
}

/* Yoga */
.yoga_new {
	width:100%;
	float:left;
	margin:10px 0;
}
.yoga_new > h2 {
	font-size:26px;
	margin-bottom:10px;
	font-weight:400;
}
.yoga_sub_cnt {
	width:100%;
	float:left;
	margin-bottom:10px;
}
.yoga_sub_cnt h3 {
	font-size:17px;
	font-weight:400;
	margin-bottom:10px;
	width:100%;
	display:inline-block;
}
.yoga_sub_cnt p {
	font-size:13px;
	text-align:justify;
	line-height:20px;
}
.yoga_sub_cnt img {
	width:100%;
	display:inline-block;
	height:230px;
}
.yoga_pdf_link {
	font-size:13px;
	text-decoration:underline;
	padding:5px 0;
}
.send_enquiry {
	font-size:13px;
	border:1px solid #2e7d32;
	padding:5px 10px;
	border-radius: 25px;
	color:#2e7d32;
	float:left;
	margin:15px 0 0;
}
.send_enquiry:hover {
	color:#fff;
	background:#2e7d32;
}
.padding_right_zero {
	padding-right:0;
}
.padding_left_zero {
	padding-left:0;
}
.yoga_controls {
	width:100%;
	float:left;
	margin-bottom:10px;
}
.yoga_left, .yoga_right {
	font-size:35px;
	color:#2e7d32;
	margin-left:10px;
}

/* yoga enquriy */
.search_yoga_bg {
	width:100%;
	float:left;
	background:rgba(0,0,0,0.5);
	position:fixed;
	height:100vh;
	z-index:99999;
}
.search_yoga_main {
	width:100%;
	float:left;
	background:#fff;
	margin-top:10%;
	border-radius:4px;
}
.search_title {
	width:100%;
	float:left;
	position:relative;
	border-bottom:1px solid #eaeaea;
	padding-bottom:10px;
	padding:10px 15px;
}
.search_title > h2 {
	font-size:25px;
}
.close_serach {
	width:28px;
	height:28px;
	background:#eaeaea;
	color:#424242;
	font-size:13px;
	position:absolute;
	right:10px;
	text-align:center;
	padding:5px 10px;
	top:15px;
	border-radius:4px;
}
.close_serach:hover {
	background:#2E7D32;
	color:#fff;
}
.search_yoga_form {
	width:100%;
	float:left;
	padding:10px 15px;
}
.feild_row {
	width:100%;
	float:left;
	margin-bottom:7px;
}
.feild_row > label {
	font-size:13px;
	margin:5px 0 0;
	width:30%;
	float:left;
}
.feild_row > .input_box {
	font-size:13px;
	width:70%;
	float:right;
	border:1px solid #eaeaea;
	padding:7px 10px;
	resize:none;
}
.yoga_search_btn {
	background:#2E7D32;
	color:#fff;
	font-size:14px;
	display:inline-block;
	margin:5px 0 0 30%;
	border:none;
	padding:7px 15px;
	border-radius:4px;
}
.search_logos {
	width:100%;
	float:left;
	border-top:1px solid #eaeaea;
	padding:10px;
	text-align:center;
}
.search_logos > img {
	display:inline-block;
}
.serach_wrp.serach_wrp_fixed {
    position: fixed;
    top: 76px;
    bottom: inherit;
    width: 100%;
    padding: 19px 14px 6px;
    background: #000;
    z-index: 99999;
}
.rateModalBtn, .wmrBoxWrap {
    top: 37% !important;
}

a#watchMyRate.rateModalBtn {

    top: 57% !important;

	}
.boldweight{
        font-weight: 700;
    }
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.clr-covid{
    color: #d7356e;
    font-weight: 600;
}
@media (max-width: 678px) {
    .pay-image-view{
        margin-top: 120px !important
        }
    }
