.toggle-button {

	position: fixed;

	top: 5px;

	right: 15px;

	padding: 12px 10px;

	margin: 8px 15px 8px 0;

	width: 50px;

	cursor: pointer;

	z-index: 3;

	background: #363435;

}

.bar {

	background-color: #fff;

	display: block;

	width: 100%;

	height: 2px;

	border: 0;

	-webkit-transition: all .35s ease;

	transition: all .35s ease;

}

.bar + .bar {

	margin-top: 6px;

}

.middle {

	top: 11px;

}

.bottom {

	top: 22px;

}

.toggle-button:hover {

	opacity: .7;

}

.toggle-active .bar {

	background-color: #fff;

}

.toggle-active .top {

	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);

}

.toggle-active .middle {

	opacity: 0;

}

.toggle-active .bottom {

	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);

}

.overlay {

	position: fixed;

	background-image: linear-gradient(120deg, #333 0%, #000 100%);

	top: 0;

	left: 0;

	width: 100%;

	height: 0;

	visibility: hidden;

	opacity: 0;

	-webkit-transition: opacity .35s, visibility .35s, height .35s;

}

.nav-active {

	opacity: 1;

	visibility: visible;

	height: 100%;/*    max-height: 340px;*/

}

.overlay ul {

	display: block;

	position: relative;

	top: 20px;

	left: 0;

	font-size: 3.8rem;

	font-weight: 400;

	text-align: center;

	list-style: none;

	padding: 0;

}

.overlay ul li {

	display: block;

	background: rgba(68, 67, 67, 0.1);

	margin-bottom: 10px;

	padding: 5px 0px;

}

.overlay ul li a {

	color: #fff;

	text-decoration: none;

}

header {

	position: absolute;

	z-index: 10;

	color: #fff;

	left: 0;

	right:0;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */

background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */



	

}

.logo {

	position: absolute;

	top: 0px;

	box-shadow: 0px 14px 16px rgba(0,0,0,.2);

}

.phone p {

	font-size: 24px;

	margin-top: 15px;

	margin-bottom: 18px;

	font-weight: 300;

}

.phone i {

	margin-left: 20px;

	margin-right: 10px;

}

#banner {

	position: relative;

	z-index: 0;

}

.caption {

	position: absolute;

	top: 35%;

	left: 15px;

	right: 15px;

	color: orange;

	text-align: center;

	text-shadow: 0px 0px 9px rgba(0,0,0,1);

}

.caption p {

	font-size: 20px;

	font-weight: 400;

	color: #fff;

}

.caption h2 {

	text-transform: uppercase;

	font-weight: normal;

	font-size: 56px;

	margin-bottom: 0px;

	font-weight: 300;

	color: #fff;

}

.caption .btn {

	background: #d9a402;

	color: #fff;

	border-radius: 0px;

	padding-left: 40px;

	padding-right: 40px;

	text-shadow: none;

	text-transform: uppercase;

}

.caption h4 {

	color: #ffd428;

	font-size: 22px;

	text-transform: uppercase;

}

.booking-outer {

	margin-top: -90px;

	position: relative;

	z-index: 5;

}

.booking .form-control {

	border-radius: 0px;

	padding: 8px 10px !important;

}

.booking {

	background: #363435;

	padding-top: 20px;

	padding-bottom: 0px;

	margin-bottom: 80px;

	border: 1px solid #4b4a4b;

	box-shadow: 0px 12px 12px rgba(0,0,0,.38);

}

.booking label {

	text-transform: uppercase;

	font-weight: 300;

	color: #ffd428;

	font-size: 12px !important;

}

/*the container must be positioned relative:*/

.custom-select {

	position: relative;

}

.custom-select select {

	display: none; /*hide original SELECT element:*/

}

.select-selected {

	background-color: #fff;

}

/*style the arrow inside the select element:*/

.select-selected:after {

	position: absolute;

	content: "";

	bottom: 10px;

	right: 26px;

	width: 0;

	height: 0;

	border: 6px solid transparent;

	border-color: #888 transparent transparent transparent;

}

/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {

	border-color: transparent transparent #333 transparent;

	bottom: 15px;

}

/*style the items (options), including the selected item:*/

.select-items div, .select-selected {

	color: #aaa;

	padding: 8px 10px;

	border: 1px solid transparent;

	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;

	cursor: pointer;

	border: 1px solid #4c4b4b;

	background: #1e1d1e;

}

.select-items div {

	padding: 5px 10px !important;

}

/*style items (options):*/

.select-items {

	position: absolute;

	background-color: #fff;

	top: 100%;

	left: 0;

	right: 0;

	z-index: 99;

}

/*hide the items when the select box is closed:*/

.select-hide {

	display: none;

}

.select-items div:hover, .same-as-selected {

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

}

.date.form-control {

	padding: 4px 10px !important;

	border: 1px solid #4c4b4b;

	cursor: pointer;

	background: #1e1d1e url(../images/calendar.png) right 5px center no-repeat !important;

}

.date-pic.form-control {

	padding: 4px 10px !important;

	 

	cursor: pointer;

	background:  url(../images/calendar.png) right 5px center no-repeat !important;

}



.btn-booking {

	background: #d9a402;

	border-radius: 0px;

	border: 1px solid #efc239;

	text-transform: uppercase;

	color: #fff;

}

.btn-booking:hover {

	background: #edbc25;

	color: #fff;

}

.about h4 {

	color: #757575;

	font-size: 22px;

	font-weight: 400;

}

.about h2 {

	color: #000;

	font-size: 40px;

	font-weight: 300;

}

.abouta {

	border: 2px solid #888;

	padding: 13px 26px;

	color: #666;

	text-transform: uppercase;

}

.about p {

	font-size: 16px;

	line-height: 23px;

	margin-top: 20px;

	text-align: justify;

	margin-bottom: 30px;

}

.facility {

	text-align: center;

	margin-top: 20px;

}



.facility h5 {

	color:#222;

	

}





.facility div div {

	border: 1px solid #eee;

	padding: 20px 0px;

	margin-top: 20px;

}

.rooms {

	padding: 70px 0px;

	background: #f5f5f5;

}

.rooms h2 {

	text-align: center;

	font-size: 40px;

	font-weight: 300;

	text-transform: uppercase;

}

.rooms h2 span {

	position: relative;

}

.rooms h2 span:after {

	border-bottom: 2px;

	background: #d9a402;

	height: 2px;

	width: 100px;

	content: "";

	left: 25%;

	bottom: 0px;

	position: absolute;

}

.room-cat {

	background: #fff;

	border: 1px solid #ddd;

	margin-top: 30px;

}









img {

	max-width: 100%;

}

.no-of-night {

	background: #d9a402;

	padding: 20px;

	color: #fff;

	text-align: center;

	height: 100px;

	width: 100px;

	font-size: 20px;

	float: right;

	margin-right: -15px;

	margin-top: 0px;

}

.rooms h3 {

	font-size: 22px;

	text-transform: uppercase;

	font-weight: 400;

	position: relative;

}

.rooms h3:after {

	position: absolute;

	left: 0px;

	content: "";

	height: 2px;

	width: 80px;

	background: #d9a402;

	bottom: -10px;

}

.rooms p {

	font-size: 16px;

	text-align: justify;

	margin-top: 20px;

}

.rooms a {

	color: #d9a402;

}

.gallery2 {

	padding: 50px 0px 0px 0px;

}

.galleryinn {

	padding: 80px 0px 40px 0px;

	background: url(../images/gall-bg.jpg) center top repeat-y;

	margin-top: 30px;

}

.gallery2 h2 {

	font-size: 42px;

	text-align: center;

	background: url(../images/go.jpg) center repeat-x;

	font-weight: 300;

}

.gallery2 h2 span {

	background: #fff;

	padding-left: 20px;

	padding-right: 20px;

	position: relative;

}

.gallery2 h2 span:after {

	background: #d9a402;

	height: 10px;

	width: 50px;

	position: absolute;

	content: "";

	bottom: 0px;

	left: 32%;

	margin-bottom: -10px;

}

.gallery div {

	margin-bottom: 30px;

}

.galleryinn img {

	 

	height: 180px;

	width: 100%;

	transition: ease all 0.5s;

	filter: gray; /* IE6-9 */

	-webkit-filter: grayscale(.3); /* Google Chrome, Safari 6+ & Opera 15+ */

	filter: grayscale(.3); /* Microsoft Edge and Firefox 35+ */

}

.galleryinn img:hover {

	-webkit-filter: grayscale(0);

	box-shadow: 0px 10px 10px rgba(0,0,0,.4);

	filter: none;

	border:1px solid #d9a402;

}

footer {

	background: #eee;

	padding-top: 15px;

	padding-bottom: 20px;

}

footer h2 {

	font-size: 20px;

	font-weight: 400;

}

footer ul {

	margin-left: 0px;

	padding-left: 0px;

	list-style: none;

}

footer ul li {

	margin-bottom: 6px;

}

footer p span {

	font-size: 13px;

}

a:hover {

	text-decoration: none;

}

footer ul li a {

	color: #222;

}

footer p {

	line-height: 24px;

}

.social a {

	margin-left: 10px;

	color: #000;

	font-size: 18px;

}

.anton-img {

	position: relative;

	margin-bottom: 60px;

}

.anton-img:before {

	position: absolute;

	background: #f6e9c3;

	left: -70px;

	bottom: -50px;

	content: "";

	height: 100%;

	width: 100%;

	z-index: -1;

	

}

.anton-img img {

	z-index: 9;

	position: relative;

}

.inner {

	padding: 40px 0px 0px 0px;

}

.inner p {

	font-size: 16px;

	line-height: 25px;

	text-align: justify;

	margin-top: 15px;

}

.inner h2 {

	position: relative;

	font-weight: 500;

	font-size: 28px;

}

.inner h2:before {

	border-bottom: 2px;

	background: #d9a402;

	height: 3px;

	width: 100px;

	content: "";

	left: 0px;

	bottom: -8px;

	position: absolute;

}

.reserve strong {

	color: #e7960a;

}

.reserve {

	font-size: 20px !important;

}

.contact {

	margin-top: 40px;

}

.contact .btn {

	border-radius: 0px;

	padding: 10px 26px;

}

.contact input {

	border-radius: 0px;

}
.about {padding-bottom:15px;
}
 @media (min-width:768px) {
	 .facility h5 {
    
    font-size: 12px;
    height: 30px;
	
	 }
	 
 }


 @media (max-width:768px) {
	 .only-mob {
	display:block !important;
	
}
	 
	 .only-web {
	display:none;
	
}
	 
	 .inner-banner {padding-top:48px !important;
	 }
	 .about h2 {
   
    font-size: 32px;
	 }
	 
	 button.Zebra_DatePicker_Icon { 
	 display:none !important;
	 }
	 
	 #banner {
  
    padding-top: 45px;
	 }
	 
	 
	 .toggle-button {

position: fixed;
top: 5px;
right: 5px;
padding: 12px 10px;
margin: 8px 15px 8px 0;
width: 40px;
cursor: pointer;
z-index: 3;
background: #363435;

}
	 
	header .phone {
		 padding:0px !important;
		 
		 
	 }
	 .phone i {
    margin-left: 0px !important;
	 }

	 header {

		 background:#555;

	 }

	 .overlay ul li {

		 padding:2px 0px;

	 }

.overlay ul {

	font-size: 1.8rem;

}

.logo {

	position: relative;

	width: 80px;

}

.menu-logo img {

	width: 60px;

}

.phone p {

    font-size: 12px

	

}

 .booking-outer {

    margin-top: 0px;

 }

 .owl-dots {

	 display:none;

 }

 .caption {

	 display:none;

 }

 .facility h5 {

    font-size: 12px;

	

 }

 .galleryinn img {

    height: 90px;

    

	

 }

}

.map {

	height: 250px;

	margin-top: 30px;

	width: 100%;

	border: 0;

	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */

	filter: gray; /* IE6-9 */

	-webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */

	-webkit-backface-visibility: hidden;  /* Fix for transition flickering */

}

.menu-logo {

	margin-top: 20px;

}



.inner .gallery  {

	margin-top:30px;

	

}

.inner .gallery img {

	box-shadow:0px 5px 10px rgba(0,0,0,.2);

	transition:ease all 0.5s;

	

}

.inner .gallery img:hover {

	box-shadow:0px 10px 10px rgba(0,0,0,.3);

	

}



.facilities {

	background:#f5f5f5;

	padding-bottom:20px;

	 

	

}

.facilities .tile {

	background:#fff;

	margin-top:30px;

	text-align:center;

	transition:ease all 0.5s;

	cursor:pointer;

	box-shadow:0px 5px 10px rgba(0,0,0,.1);

	padding:20px;

	min-height:380px;

	 



	

}

.facilities .tile:hover {

	box-shadow:0px 10px 10px rgba(0,0,0,.2);

	

}

.facilities .tile img {

	width:120px;

	margin:20px 0px;

}



.facilities .tile p {

	text-align:center;

	font-size:14px;

}



.facilities .tile h4 {

	font-weight:400;

	color:#222;

}

.room-cat {

	border:1px solid #eee;

}



.room-cat h5 {

	font-size: 22px;

color: #ba0707;

margin: 10px 0px;

font-weight: 500;

	

}



.room-cat .content {

	position:relative;
	padding-bottom: 10px;

}

.room-cat .content:before {

	position:absolute;

	content:"";

	right:10px;

	bottom:0;

	    width: 100px; height: 100px; background: #f5f5f5; border-radius: 50%

	 

}



.room-cat .btn {

	border-radius:0px;

	padding:8px 24px;

	margin-top:15px;

}

.room-cat li {

	background:url(../images/bull.png) left top no-repeat;

	padding-left:30px;

	display:block;

	margin-bottom:10px;

	float:left;

	width:200px;

	max-width:100%;

	

	 

	

}

.room-cat ul {

	margin-left:0px;

	padding-left:0px;

}

.room-cat h3  {

	margin-bottom:10px;

	

}

.room-cat p {

	margin-bottom:15px;

	

}

.room-details {

	background:#f5f5f5;

	 

	

}

.room-detail li {

	font-size:15px;

	margin-bottom:5px;

}

.room-details .room-cat {

	padding-bottom:20px;

	margin-bottom:30px;

}

.room-details .room-cat li  {

	margin-bottom:10px;

	width:220px;

}

.room-detail h5 {

	font-size:24px;

	color:#333;

	margin:15px 0px;

	font-weight:500;

	 

	

}

.reservation {

	margin-top:20px;

}

.address  {

	border:1px solid #eee;

}

	.room-cat h3 a {
		font-weight:bold;
		color:#333;
	}

.only-mob {
	display:none;
	
}

 