/*----Header menu starts-----*/



.menu_toggle_header {

	display: table;

	width: 100%;

}

.menu_toggle_header .logo_holder {

	display: table-cell;

	vertical-align: middle;

	width:20%;

}


.menu_toggle_header .nav-header {

	display: table-cell;

	vertical-align: middle;

	width:80%;

}

.navigation-bar .container {

	padding:0;

}

/*----Room Content css starts-----*/





.room_content {
	padding: 100px 0;
	background-color:#F4F4F4;

}

.room_content figure {

	margin-bottom:30px;

	position:relative;

}

.room_content figure img {

	width:100%;

}

.room_content figure:after {

	position: absolute;

	content: "";

	bottom: 0;

	left: 0;

	background-color: rgba(4, 9, 0,0.50);

	height: 80%;

	width: 100%;

	opacity: 0;

	visibility: hidden;

	transition: all 0.5s ease-in-out 0s;

-o-transform: transition: all 0.5s ease-in-out 0s;

	-o-transition: all 0.5s ease-in-out 0s;

	-webkit-transition: all 0.5s ease-in-out 0s;

}

.room_content figure:hover:after {

	opacity: 1;

	visibility: visible;

	height: 100%;

	transition: all 0.5s ease-in-out 0s;

-o-transform: transition: all 0.5s ease-in-out 0s;

	-o-transition: all 0.5s ease-in-out 0s;

	-webkit-transition: all 0.5s ease-in-out 0s;

}

.room_content figcaption {

	position: absolute;

	left: 50%;

	bottom: 0;

	transform: translate(-50%, 0%);

	-moz-transform: translate(-50%, 0%);

	-webkit-transform: translate(-50%, 0%);

	color: #fff;

	padding: 10px 15px;

	width: 80%;

	text-align: center;

	z-index: 1;

	transition: all 0.4s ease-in-out 0s;

	-moz-transition: all 0.4s ease-in-out 0s;

	-webkit-transition: all 0.4s ease-in-out 0s;

}

.room_content figure:hover figcaption {

	transition: all 0.4s ease-in-out 0s;

	-moz-transition: all 0.4s ease-in-out 0s;

	-webkit-transition: all 0.4s ease-in-out 0s;

	bottom: 50%;

}

.room_content figcaption .price {

	background-color: #f8931d;

	transition: all .4s ease;

}

.room_content figcaption .price:hover {

	background-color: rgb(83, 71, 71);

	transition: all .4s ease;

}

.room_content figure .view-details {

	opacity:0;

	visibility:hidden;

	transition: all 0.4s ease-in-out 0s;

	-moz-transition: all 0.4s ease-in-out 0s;

	-webkit-transition: all 0.4s ease-in-out 0s;

}

.room_content figure .view-details:hover {

	text-decoration:underline !important;

}

.room_content figure:hover .view-details {

	opacity:1;

	visibility:visible;

	transition: all 0.4s ease-in-out 0s;

	-moz-transition: all 0.4s ease-in-out 0s;

	-webkit-transition: all 0.4s ease-in-out 0s;

}

.room_content figcaption a {

	color:#fff;

	font-size: 17px;

	display: inline-block;

	vertical-align: middle;

	padding: 10px 15px;

}

/*-------Attraction content starts--------*/



.attraction_content {
	padding: 100px 0;
	background-color: #fff;

}

.attraction_content figure.att_img {

	max-width: 390px;

	position: relative;

	border: 10px solid transparent;

	max-height: 300px;

	overflow: hidden;

	transition: all 0.4s ease-in-out 0s;

	-moz-transition: all 0.4s ease-in-out 0s;

	-o-transition: all 0.4s ease-in-out 0s;

	-webkit-transition: all 0.4s ease-in-out 0s;

	-ms-transition: all 0.4s ease-in-out 0s;

}

.attraction_content figure.att_img img {

	transform-style: preserve-3d;

	-webkit-transition: all .4s ease;

	-moz-transition: all 0.4s ease-in-out 0s;

	transition: all .4s ease;

}

.attraction_content figure.att_img:hover img {

	-webkit-transform: scale(1.05);

	transform: scale(1.05);

}

.attraction_content h2.att_title {

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%, -50%);

	width: 80%;

	border: 2px solid #ffa320;

	text-transform: uppercase;

	color: #fff;

	padding: 10px;

	opacity:0;

	visibility:hidden;

	transition: all 0.4s ease-in-out 0s;

	-moz-transition: all 0.4s ease-in-out 0s;

	-o-transition: all 0.4s ease-in-out 0s;

	-webkit-transition: all 0.4s ease-in-out 0s;

	-ms-transition: all 0.4s ease-in-out 0s;

}

figure.att_img:hover:after {

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	z-index: 1;

	width: 100%;

	height: 100%;

	background-color: rgba(63, 62, 62,0.5);

	transition: all 0.4s ease-in-out 0s;

	-moz-transition: all 0.4s ease-in-out 0s;

	-o-transition: all 0.4s ease-in-out 0s;

	-webkit-transition: all 0.4s ease-in-out 0s;

	-ms-transition: all 0.4s ease-in-out 0s;

}

figure.att_img:hover {

	border:10px solid #ffa320;

	transition: all 0.4s ease-in-out 0s;

	-moz-transition: all 0.4s ease-in-out 0s;

	-o-transition: all 0.4s ease-in-out 0s;

	-webkit-transition: all 0.4s ease-in-out 0s;

	-ms-transition: all 0.4s ease-in-out 0s;

}

figure.att_img:hover h2.att_title {

	opacity:1;

	visibility:visible;

	transition: all 0.4s ease-in-out 0s;

	-moz-transition: all 0.4s ease-in-out 0s;

	-o-transition: all 0.4s ease-in-out 0s;

	-webkit-transition: all 0.4s ease-in-out 0s;

	-ms-transition: all 0.4s ease-in-out 0s;

}

.attraction_content .owl-theme .owl-controls .owl-buttons div {

	color: #ffa320;

	background-color:transparent;

	font-size:40px;

}

/*--------Lukla Content starts--------*/









.lukla_content {
	padding: 100px 0;
	background:url(../images/lukla_bg.jpg) no-repeat fixed;

	background-size:cover;

}

.lukla_content .container {

	display:table;

	width:100%;

}

.lukla_txt {

	background-color:#fff;

	display:table-cell;

	width:50%;

	padding: 50px;

	vertical-align:top;

}

.lukla_img {

	display:table-cell;

	width:50%;

}

.lukla_img img {

	width:100%;

}

/*----facilities  css starts-----*/







.facilities_content {
	padding: 100px 0;
	background-color:#333;

}

.facilities_icon {

	border-radius: 50%;

	width:110px;

	height:110px;

	line-height: 110px;

}

.facilities_icon img {

	transform-style: preserve-3d;

	-webkit-filter: grayscale(20%);

	filter: grayscale(20%);

	-webkit-transition: 0.3s ease-in-out;

	-webkit-transform: scale(1);

	transform: scale(1);

}

.facilities_icon:hover img {

	filter: none;

	-webkit-filter: grayscale(0);

	transition: 0.3s ease-in-out;

	-webkit-transform: scale(1.1);

	transform: scale(1.1);

	-webkit-transition: .3s ease-in-out;

	transition: .3s ease-in-out;

}

.facilities_icon:hover {



}

h4.facilities_title {

	color:#fff;

	font-size:18px;

}

/*----Testimonial Figure starts-----*/





.testimonisl_content {
	padding: 100px 0;
	background:#f4f4f4;

	background-size:cover;

}

.testimonisl_content .item {

	text-align:left;

	display:table;

	padding: 30px;

}

.testimonial_figure {

	float:left;

	width: 20%;
	margin-right:30px;

}

.testimonial_figure img {

	width:100px;

	height:100px;

}

.testimonial_caption {

	float:right;

	width: 75%;

}

h4.testi_title {

	color:#ffa320;

	font-size:16px;

}

.testimonisl_content .owl-theme .owl-controls .owl-buttons {

	display:none;

}

.testimonisl_content .owl-theme .owl-controls .owl-pagination {

	display:block;

}

/*----gallery_content starts-----*/



.gallery_content {
	padding: 80px 0;
	background: #c59a67;
}

.gallery_content .owl-item .gallery_thumb {

/*max-width: 200px;*/
max-width: none;
overflow: hidden;
position: relative;
height: auto;

}


.gallery_content .owl-item .item{
     
    margin: 0 10px 0 0;
}

.gallery_content .owl-item .gallery_thumb img {
    width: 100%;

	transform-style: preserve-3d;

	-webkit-transition: all .4s ease;

	-moz-transition: all 0.4s ease-in-out 0s;

	transition: all .4s ease;

}

.gallery_content .owl-item .gallery_thumb:hover img {

	-webkit-transform: scale(1.05);

	transform: scale(1.05);

}

h4.gallery_title {

	color: #fff;

	text-align: center;

	position: absolute;

	z-index: 2;

	margin-bottom:0;

	background-color: rgba(0, 0, 0,0.50);

	padding:10px;

	width: 100%;

	bottom:0;

	left: 50%;

	transform: translate(-50%, 0%);

	-moz-transform: translate(-50%, 0%);

	-webkit-transform: translate(-50%, 0%);

	opacity: 0;

	visibility: hidden;

	transition: all 0.4s ease-in-out 0s;

	-moz-transition: all 0.4s ease-in-out 0s;

	-webkit-transition: all 0.4s ease-in-out 0s;

}

.gallery_thumb:hover h4.gallery_title {

	opacity:1;

	visibility:visible;

}

.gallery_thumb:hover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(63, 62, 62,0.5);
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}



/*-------Footer css starts---------*/


.footer{
	background-color:#333;
	padding: 100px 0;
}

h4.footer_title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 0 0 10px;
    position: relative;
}

h4.footer_title::after {
    content: "";
    position: absolute;
    left: 0%;
    height: 4px;
    width: 10%;
    bottom: 0px;
    background-color: #ffa320;
}

.footer_content {
    margin-top: 20px;
}

.footer_content ul{
	line-height:30px;
}

.footer_content li {
    color: #fff;
    line-height: 17px;
	margin: 5px 0;
	padding: 5px 0;
}

.footer_content a{
	  color: #fff;
}

.footer_content a:hover {
    opacity: 0.7;
}

.footer_content address {
    padding-bottom: 20px;
    display: table;
    width: 100%;
}

.footer_content .icon {
    display: table-cell;
    vertical-align: middle;
    width: 5%;
}

.footer_content .details {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
    color: #c5c2c2;
	width: 95%;
}

.footer_content .details span, 

.footer_content .details a {
    color: #fff;
    display: block;
}
.footer .footer_logo{
	max-width:112px;
}

.footer  .footer_caption{
	color:#090b0b;
	line-height:24px;
}

.footer i{
	color:#f8931c;
	width:38px;
	height:38px;
	line-height:38px;
	text-align:center;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}

  .footer-social-icons li {
    display: inline-block;
    margin-right: 15px;
}

  .footer-social-icons li i {
    color: #fff;
    font-size: 25px;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}











  .footer-social-icons li i:hover {
    color: #e8ceaf;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}





/*=========Booking sidebar Starts==========*/



.other-rooms {
	margin-top: 50px;
}

.other-rooms .other-box {
	margin-bottom: 25px;
	text-align: center;
}

.booking-sidebar .single-booking-sidebar + .single-booking-sidebar {

	margin-top: 50px;

}

.post-social {

	list-style: none;

	display: grid;

	grid-template-columns: auto auto auto;

	padding: 0 55px 15.5px;

	font-size: 17px;

	background: #191919;

	text-align: center;

	margin-bottom: 0;

}

.post-social li i {

	color: #fff;

	border: 1px solid;

	width: 35px;

	height: 31px;

	padding: 5px;

	text-align: center;

}

.booking-sidebar .single-booking-sidebar.overlapped {

	margin-top: -168px;

	position: relative;

	z-index: 10;

}

.booking-sidebar .booking-page-form-wrapper .price-box {

	background: #000000;

	font-size: 16px;

	color: #FFFFFF;

	border-top-left-radius: 5px;

	border-top-right-radius: 5px;

	padding: 20.5px 0;

	padding-left: 33px;

}

.booking-sidebar .booking-page-form-wrapper .price-box span.regular {

	color: #C6C6C6;

	font-weight: 300;

	text-decoration: line-through;

	font-size: 24px;

	display: inline-block;

	vertical-align: bottom;

	margin-right: 20px;

}

.booking-sidebar .booking-page-form-wrapper .price-box span.amount {

	font-weight: 600;

	font-size: 24px;

	margin-right: 5px;

	display: inline-block;

	vertical-align: bottom;

}

.booking-sidebar .booking-page-form-wrapper .form-content {

	border: 1px solid #DCDCDC;

	border-top: 0;

	background: #F3F3F3;

	padding: 35px 30px 38px;

	border-bottom-left-radius: 5px;

	border-bottom-right-radius: 5px;

}

.booking-sidebar .booking-page-form-wrapper .form-content h3 {

	margin: 0;

	color: #232323;

	font-weight: 600;

	font-size: 22px;

	margin-bottom: 35px;

}

.booking-sidebar .booking-page-form-wrapper .form-content input {

	border: none;

	outline: none;

	background-color: transparent;

	width: 100%;

	border: 1px solid #DEDEDE;

	background: #FFFFFF;

	color: #787878;

	font-size: 15px;

	height: 46px;

	padding-left: 20px;

}

.booking-sidebar .booking-page-form-wrapper .form-content input::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: #787878;

}

.booking-sidebar .booking-page-form-wrapper .form-content input::-moz-placeholder {

  /* Firefox 19+ */

  color: #787878;

}

.booking-sidebar .booking-page-form-wrapper .form-content input:-ms-input-placeholder {

  /* IE 10+ */

  color: #787878;

}

.booking-sidebar .booking-page-form-wrapper .form-content input:-moz-placeholder {

  /* Firefox 18- */

  color: #787878;

}

.booking-sidebar .booking-page-form-wrapper .form-content input + input {

	margin-top: 25px;

}

.booking-sidebar .booking-page-form-wrapper .form-content button[type=submit] {

	border: none;

	outline: none;

	background-color: transparent;

	width: 100%;

	text-align: center;

	padding: 0;

	height: 48px;

	line-height: 48px;

	text-transform: uppercase;

	color: #fff;

	background: #C09A76;

	letter-spacing: .24em;

	font-size: 13px;

	margin-top: 30px;

}

.booking-sidebar .booking-page-form-wrapper.with-calendar h3 {

	font-size: 16px;

	color: #232323;

	font-weight: 400;

	margin-bottom: 25px;

}

.booking-sidebar .booking-page-form-wrapper.with-calendar .inline-datepicker {

	-webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);

	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);

}

.booking-sidebar .booking-page-form-wrapper.extarnal-link h3 {

	font-size: 16px;

	color: #232323;

	font-weight: 400;

	margin-bottom: 25px;

	line-height: 26px;

	text-align: center;

}

.booking-sidebar .booking-page-form-wrapper.extarnal-link a.book-btn {

	border: none;

	outline: none;

	background-color: transparent;

	width: 100%;

	text-align: center;

	padding: 0;

	height: 48px;

	line-height: 48px;

	text-transform: uppercase;

	color: #fff;

	background: #C09A76;

	letter-spacing: .24em;

	font-size: 13px;

	margin-top: 0px;

	display: block;

}

.booking-sidebar .booking-page-form-wrapper.booking-form-contact-style .form-box {

	position: relative;

	margin-bottom: 20px;

}

.booking-sidebar .booking-page-form-wrapper.booking-form-contact-style .form-box i {

	color: #A9A9A9;

	font-size: 15px;

	position: absolute;

	top: 50%;

	-webkit-transform: translateY(-50%);

	transform: translateY(-50%);

	right: 20px;

}

.booking-sidebar .booking-page-form-wrapper.booking-form-contact-style .form-box input {

	border: none;

	outline: none;

	width: 100%;

	height: 42px;

	border: 1px solid rgba(192, 192, 192, 0.28);

	color: #4A4A4A;

	font-size: 15px;

	font-weight: 500;

	padding-left: 20px;

}

.booking-sidebar .booking-page-form-wrapper.booking-form-contact-style .form-box input::-webkit-input-placeholder {

  /* Chrome/Opera/Safari */

  color: #4A4A4A;

}

.booking-sidebar .booking-page-form-wrapper.booking-form-contact-style .form-box input::-moz-placeholder {

  /* Firefox 19+ */

  color: #4A4A4A;

}

.booking-sidebar .booking-page-form-wrapper.booking-form-contact-style .form-box input:-ms-input-placeholder {

  /* IE 10+ */

  color: #4A4A4A;

}

.booking-sidebar .booking-page-form-wrapper.booking-form-contact-style .form-box input:-moz-placeholder {

  /* Firefox 18- */

  color: #4A4A4A;

}

.booking-sidebar .booking-page-form-wrapper.booking-form-contact-style .form-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {

	width: 100%;

}

.booking-sidebar .booking-page-form-wrapper.booking-form-contact-style .form-box .bootstrap-select > .dropdown-toggle {

	padding: 9.5px 0;

	border-radius: 0px;

	color: #4A4A4A;

	font-size: 15px;

	font-weight: 500;

	padding-left: 20px;

	border: 1px solid rgba(192, 192, 192, 0.28);

}

.booking-sidebar .booking-page-form-wrapper.booking-form-contact-style .form-box .bootstrap-select.btn-group .dropdown-toggle .caret {

	right: 20px;

}

.booking-sidebar .booking-page-form-wrapper.booking-form-contact-style .form-content button[type=submit] {

	margin-top: 10px;

}

.booking-sidebar .share-room-sidebar {

	background: #191919;

	padding: 15.5px 0;

	padding-left: 35px;

}

.booking-sidebar .share-room-sidebar i {

	color: #BFBFBF;

	font-size: 27px;

	vertical-align: middle;

}

.booking-sidebar .share-room-sidebar p {

	color: #FFFFFF;

	font-size: 16px;

	margin: 0;

	line-height: 1em;

	display: inline-block;

	vertical-align: middle;

	padding-left: 10px;

}

.booking-sidebar .cart-sidebar {

	border: 1px solid #DBDBDB;

	padding: 25px;

}

.booking-sidebar .cart-sidebar .icon-box, .booking-sidebar .cart-sidebar .text-box {

	display: table-cell;

	vertical-align: top;

}

.booking-sidebar .cart-sidebar .icon-box i {

	color: #C09A76;

	font-size: 44px;

}

.booking-sidebar .cart-sidebar .text-box {

	padding-left: 20px;

}

.booking-sidebar .cart-sidebar .text-box h3, .booking-sidebar .cart-sidebar .text-box p {

	margin: 0;

}

.booking-sidebar .cart-sidebar .text-box h3 {

	color: #232323;

	font-weight: 600;

	font-size: 22px;

	margin-bottom: 10px;

}

.booking-sidebar .cart-sidebar .text-box p {

	color: #9F9F9F;

	font-weight: 500;

	font-size: 16px;

}

.booking-sidebar .contact-information {

	background: #F5F5F5;

	border: 1px solid #DBDBDB;

	padding: 25px 25px;

}

.booking-sidebar .contact-information h3 {

	margin: 0;

	color: #232323;

	font-weight: 600;

	font-size: 22px;

	margin-bottom: 20px;

}

.booking-sidebar .contact-information .single-contact-info + .single-contact-info {

	margin-top: 10px;

}

.booking-sidebar .contact-information .single-contact-info .icon-box, .booking-sidebar .contact-information .single-contact-info .text-box {

	display: table-cell;

	vertical-align: middle;

}

.booking-sidebar .contact-information .single-contact-info .icon-box {

	width: 27px;

}

.booking-sidebar .contact-information .single-contact-info .icon-box i {

	color: #C09A76;

	font-size: 27px;

}

.booking-sidebar .contact-information .single-contact-info .text-box {

	padding-left: 22px;

	color: #232323;

	font-size: 16px;

}

.booking-sidebar .contact-information .single-contact-info .text-box a {

	color: #232323;

}
.sub_facilities_content .col {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
    width: 16.33%;
    text-align: center;
    padding: 0 30px;
}

