@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #000;
	font-weight: 400;
	font-size: 15px;
	color: #aa3e03;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: fixed;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
/* Header Style */
.codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}

p.codrops-demos{
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #6d0019;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
}
p.codrops-demos a:hover{
	background: #6d0019;
}
p.codrops-demos a:active{
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329));
	background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #A5727D;
	background: #6d0019;
}
/**********************************Gourav Css ************************/
.logo{outline:none;text-align:left;width:100%;display:block;max-width:100%;}
.logo  > img{max-width:100%;width:20%;height:100%;max-height:100%;float:left;margin-right:5px;}
.logo  > h1{float:left;width:50%;margin-top:35px;font-size:30px !important;}
.mid{width:100%;max-width:100%;height:500px;max-height:100%;padding:5px; overflow-y:auto;}
.mid::-webkit-scrollbar { width:6px; background-color:rgba(0,0,0,0.1);}
.mid::-webkit-scrollbar-thumb { background-color:rgba(255,255,255,0.2); border:1px solid rgba(0,0,0,0.1); border-right-width:2px;border-radius:10px;}
.mid::-webkit-scrollbar-thumb { background-color:rgba(255,255,255,0.2); border:1px solid rgba(0,0,0,0.1); border-right-width:2px;border-radius:10px;}
.mid  > ul  > li{color:#fff;list-style:disc;font-size:14px;letter-spacing:1px;padding:5px 0 10px 0;font-family:arial;}
.lst{width:100%;min-width:100%;height:auto;}
.frst-list{width:50%;float:left;}
.scnd-list{width:50%;float:left;}
.menu  > a{cursor:pointer;}
.menu:hover .submenu{display:block;}
.submenu{display:none;margin-left: 15px;margin-top: 0;width: 80%;}
.sb-slidebar{overflow-y:auto;}
.sb-slidebar::-webkit-scrollbar { width:6px; background-color:rgba(0,0,0,0.1);}
.sb-slidebar::-webkit-scrollbar-thumb { background-color:rgba(255,255,255,0.2); border:1px solid rgba(0,0,0,0.1); border-right-width:2px;border-radius:10px;}
.sb-slidebar::-webkit-scrollbar-thumb { background-color:rgba(255,255,255,0.2); border:1px solid rgba(0,0,0,0.1); border-right-width:2px;border-radius:10px;}
.submenu li a{color:#fff;font-size:13px;font-family:arial;margin-top:0 !important;}
.cricle {background: url("../images/cricle.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);display: inline-block;float: left;height: 20px;width:25px;margin-top:5px;}
.mid  > div  > h3{color:#fff;list-style:disc;font-size:16px;letter-spacing:1px;line-height:20px;padding:0;font-family:arial;max-width:100%;font-weight:bold;}
.mid  > div  > p{color:#fff;font-size:14px;letter-spacing:1px;line-height:20px;padding:0;font-family:arial;max-width:100%;font-weight:300;}
.mid  > div  > ul {margin:20px 0px;}
.mid  > div  > ul > li{color:#fff;font-size:13px;letter-spacing:1px;line-height:25px;padding:0;font-family:arial;max-width:100%;font-weight:300;}
.mid-data{float:left;margin-right:15px;color:#fff;text-align:justify;line-height:20px;letter-spacing:1px;margin-bottom:30px;}
.mid-data img{height: 175px;min-height: 100%;min-width: 100%;width: 100%;}
.mid-data:nth-child(1n){width:30%;}
.mid-data:nth-child(2n){width:65%;margin-right:0;}
.mid-data:nth-child(3n){width:30%;float:right;}
.mid-data:nth-child(4n){width:65%;margin-right:0;float:left;}
.mid-data:nth-child(5n){width:30%;float:left;clear:both;}
.mid-data:nth-child(6n){width:65%;margin-right:0;float:right;}
.mid-data:nth-child(7n){width:30%;float:right;clear:both;}
.mid-data:nth-child(8n){width:65%;margin-right:0;float:left;}
/******************************gallery*********************/
#slider1 { width:98.7%; height:auto; overflow:hidden; position:relative;margin-top:10px;}
#slider1 img { width:100%; height:390px;max-height:auto;}
.newSlider a { width:100%; height:500px; text-align:center; display:inline-block;}
.newSlider a img { width:auto !important; max-width:100% !important; height:100% !important;}
#slider1 .cycle-prev,#slider1 .cycle-next { position:absolute; z-index:111; color:#e70092; color:rgba(255, 255, 255, 0.6); font-size:100px; cursor:pointer; top:50%; margin-top:-30px; line-height:30px;}
#slider1 .cycle-prev:hover,#slider1 .cycle-next:hover {  color:rgb(255, 255, 255);}
#slider1 .cycle-prev { left:3%;}
#slider1 .cycle-next { right:3%;}
#caption { display:table; padding:10px; position:absolute; z-index:111; cursor:pointer; top:30px; right:3%; background:#000; background:rgba(0,0,0,.7);}
#caption a { color:#fff; display:block; font-size:14px; padding:5px 15px 5px 5px; text-align:right; position:relative; text-decoration:none;}
#caption a:hover,#caption a.cycle-pager-active { color:#e70092;}
#caption a:hover:after,#caption a.cycle-pager-active:after { top:50%; margin-top:-5px; right:0; content:" "; height:8px; width:8px; background:#e70092; border-radius:50%; position:absolute;}
#Pager { width:100% !important; left:0; display:table; position:absolute;}
#Pager a { width:110px; height:50px; margin-right:15px; background-repeat:no-repeat; background-position:center top; background-size:auto 100%; display:inline-block; overflow:hidden; cursor:pointer;}
#Pager a:last-child{margin-right:0;}
#Pager a.cycle-pager-active { border:4px solid #fff; cursor:default;}
#Control { width:100%; height:70px; margin:15px 0; display:block; overflow:hidden; position:relative;}
#Control .pagerPrev,#Control .pagerNext { position:absolute; z-index:111; color:#FFAA00;color:rgba(255,170,0,.5); font-size:50px; line-height:40px; cursor:pointer;}
#Control .pagerPrev:hover,#Control .pagerNext:hover { color:rgba(255,170,0,1)); text-decoration:none;}
#Control .pagerPrev { left:10px; display:none;}
#Control .pagerNext { right:10px;}
.cycle-overlay{position:absolute;background:rgba(1,1,1,0.5);color:#fff;font-size:15px;padding:5px;width:100%;min-width:100%;bottom:0;z-index:111;}
.table{width:100%;max-width:100%; margin-bottom: 35px;}
.table  > thead  > tr > td{color:#fff;font-family: arial;font-size: 18px;font-weight: 300;letter-spacing: 1px;padding: 20px 10px;text-align: left;background:rgba(255, 255, 255, 0.5);}
.table  > thead  > tr > td:nth-child(2n){text-align:center;}
.table  > thead  > tr > td:nth-child(3n){text-align:center;}
.table  > tbody > tr > td{color:#fff;font-family: arial;font-size: 15px;font-weight: 300;letter-spacing: 1px;padding: 15px 10px;text-align: left;background:rgba(255, 255, 255, 0.3);border-bottom:1px solid rgba(255,255,255,0.5);border-right:1px solid rgba(255,255,255,0.5);border-top:1px solid rgba(255,255,255,0.5);}
.table  > tbody > tr > td:last-child{border-right:none;}
.table  > tbody > tr > td:nth-child(2n){text-align:center;}
.table  > tbody > tr > td:nth-child(3n){text-align:center;}
.pop{text-align:center;}
.pop a{background-color:rgba(255,255,255,0.5);color:#fff;font-size:18px;font-family:arial;text-align:center;padding:15px;letter-spacing:1px;border-radius:5px;outline:none;}
.pop a:hover{background:#AF251B;}
.popup_wrapper{overflow:hidden !important;}
.popup_content{width:40%;background:#fff;display:block !important;top:20%;left:30%;}
.pop-data{padding:15px;width:100%;height:auto;}
.pop-data  > p{cursor: pointer;float: right;height: 25px;margin-right: 15px;
margin-top: -15px;text-align: center;width: 25px;font-size:16px;color:#000;}
.pop-form  > form  > div{margin-bottom:5px;clear:both;}
.pop-form  > form  > div  > label{color: #000;font-family: arial;font-size: 16px;
padding: 10px 20px;text-align: center;display:inline-block;width:24%;float:left;}
.pop-form  > form  > div  > input{color: #000;padding: 8px 10px;width:50%;}
.pop-form  > form  > div  > .textbox{border: 1px solid #b0b0b0;color: #000;height: 60px;padding: 5px 10px 5px 10px;width: 50%;}
.sub{border-radius: 0;color: #000;font-family: arial;font-size: 16px;letter-spacing: 1px;margin-left: 160px;margin-top: 0; padding: 10px 0;text-align: center;width: 20%;background:rgba(0,0,0);cursor:pointer;}
.sub-btn{border-radius: 0;color: #000;font-family: arial;font-size: 16px;letter-spacing: 1px;margin-left: 160px;margin-top: 0; padding: 10px 0;text-align: center;width: 20%;background:#fff;cursor:pointer;border:1px solid #b0b0b0;display:inline-block;}
.sub-btn:hover{background:#AF251B;color:#fff;border:1px solid #AF251B;}
.sub:hover{background:#AF251B;color:#fff;border:1px solid #AF251B;}
.error-img{padding-left:10px;}
.guest{width:55%;float:left;padding:3px 0;}
.adult{width:50%;float:left;}
.adult  > label{text-align:left;color:#000;font-size:16px;width:50px;display:inline-block;}
.adult  > select{border: 1px solid #ccc;padding: 5px;width: 55px;}
.children{width:50%;float:left;}
.children  > label{text-align:left;color:#000;font-size:16px;width:77px;display:inline-block;}
.children  > select{border: 1px solid #ccc;padding: 5px;width: 55px;}
/*******************Booking CSS ******************/
.book{overflow:hidden;}
.book  > form  > div {clear: both;padding: 10px;width: 100%;text-align:left;}
.book  > form  > div  > label{  color: #fff;float: left;font-size: 20px;text-align: center;
width: 30%;}
.book  > form  > div  > input{padding: 0 0 10px;width: 35%;}
.book  > form  > div  > textarea{padding: 0 0 50px;width: 35%;}
.dropdwn{width:70%;}
.drop{width:25.6%;float:left;}
.drop  > label {color: #fff;float: left;font-size: 20px;text-align: center;
width: 40%;}
.drop  > select{float: left;width:35%;margin-left:25px;padding:5px 5px 3px 1px !important;}
.drop  > selec:first-child{margin-left:15px;}
.sb-slidebar{margin-top:0;}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}