@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/robotocondensed-regular-webfont.eot');
    src: url('../fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-regular-webfont.woff') format('woff'),
         url('../fonts/robotocondensed-regular-webfont.ttf') format('truetype'),
         url('../fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	font-family:roboto_condensedregular;
	color:#555555;
	font-size:14px;
	background:url('../images/bg.jpg');
	background-size:100%;
	background-attachment:fixed;
}
#topstrip{
	height:20px;
	background:#eee;
	width:100%;
}
#wrapper{
	display:table;
	margin:0 auto;
	background:#fff;
	width:1000px;
	padding:10px;

	
}
.ltinfo{
	float:right;
}
.ltinfo > ul{
	margin:0;
	padding:0;
	float:right;
}
.ltinfo > ul > li{
	float:left;
	list-style:none;
}
.ltinfo > ul > li > span{
	padding:0 10px;
	font-size:13px;
}
.ltinfo > ul > li > span > a{
	text-decoration:none;
	color:#333;
}
.info{
	float:right;
	width:500px;
}
.info > ul{
	margin:0;
	padding:0;
	float:right;
}
.info > ul > li{
	float:left;
	list-style:none; 
}
.info > ul > li > span{
	padding:0 7px;
}
.header{
	width:1000px;
	margin:0 auto 5px;
	float:left;
}
.logo{
	display:block;
	float:left;
	padding:5px;
}

.info{
	float:right;
}
.info > ul{
	margin:0;
	padding:0;
}
.info > ul > li{
	float:left;
	list-style:none;
	margin:8px 0 0 10px;
	color:#5E5E5E;
	font-size:13px;
}
.info > ul > li > i{
	float:left;
}
.info > ul > li > span{
	padding:0 10px;
	font-size:13px;
	color:#555555;
}
.nav{
	background:#0095DA;
	width:100%;
	float:right;
	height:35px;
}
.nav > ul{
	margin:0;
	padding:0;
}
.nav > ul > li{
	list-style:none;
	float:left;
	padding:3px 5px; 
	position:relative;
	border-right:1px solid #fff;
	margin:8px 0 0 0;
}
.nav > ul > li:last-child{
	border:none;
}
.nav > ul > li > a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
}
.nav > ul > li > a:hover{
	color:#fff;
}
#active{
	background:#AE1818;
}
.submenu{
	position:absolute;
	display:none;
	width:250px;
	left:0;
	z-index:1000;
	background:#CF000F;
	margin-top:8px;
	padding-bottom:10px;
}
.submenu > ul{
	margin:0;
	padding:0;
}
.submenu > ul > li{
	list-style:none;
	margin:10px 10px 0 10px;
	padding:5px;
	border-bottom:1px dashed #8F0000;
}
.hovered {
    color: #FFF;
}
.submenu > ul > li:last-child{
	border:none;
}
.submenu > ul > li > a{
	color:#fff;
	text-decoration:none;
	font-size:13px;
	text-transform:uppercase;
}
.clrfix{
	clear:both;
}
.tourmap{
	width:210px;
	height:210px;
	background:#32579D;
	border-radius:100%;
	position:absolute;
	left:40%;
}
.tourmap h3{
	color:#FFF;
	display:block;
	text-align:center;
	line-height:20px;
}
.tourmap a{
	text-decoration:none;
}
.pckdetails{
	width:100%;
	background:#eee;
	float:left;
	margin-bottom:10px;
	margin-top:10px;
}
.pckdetails ul{
	margin:0;
	padding:0;
}
.pckdetails ul li{
	float:left;
	padding:10px 10px;
	list-style:none;
}
.pckdetails ul li i{
	color:#019875;
}
.slideshow{
	width:1000px;
	height:250px;
	background:#34495E;
	margin:3px 0 0 0;
}
.container{
	width:1000px;
	float:left;
}
.about{
	width:100%;
}
.about > a {
    padding: 10px 5px;
    font-size: 14px;
	display:block;
	color:#0095DA;
	text-decoration:none;
    line-height: 24px;
}
.about p{
	padding:4px;
	line-height:24px;
}
.about > h2{
	padding:4px;
	font-size:18px;
	line-height:24px;
}
.toursHeading{
	width:100%;
	float:left;
} 
.CSSTableGenerator {
	margin:5px 0 0 0;
	padding:0px;
	width:100%;
	border:1px solid #eee;
}.CSSTableGenerator table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
.CSSTableGenerator tr td a{
	color:#0095DA;
	text-decoration:none;
	font-weight:bold;
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#f4f4f4; }
.CSSTableGenerator tr:nth-child(even) {background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	border:1px solid #eee;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:10px;
	font-size:14px;
	font-weight:normal;
	color:#333;
}
.CSSTableGenerator tr:first-child td{
	text-align:left;
	background-color:#E8E8E8;
	height: 17px;
	border:1px solid #eee;
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
}
.CSSTableGenerator tr td img{
	border:2px solid #eee;
}
.toursHeading h1{
	margin:0;
	color:#555555;
	line-height:35px;
	font-size:19px;
	padding:4px;
	text-transform:uppercase;
	letter-spacing:1px;
	border-bottom:1px solid #ccc;
}
.toursHeading h2{
	color:#e3002d; 
	padding:10px;
}
.itinary{
	background:#4B0D5A;
	
}
.itinary h3{
	padding:12px;
	color:#fff;
}
.content{
	float:left;
	width:65%;
}
.content table p{
	font-size:14px;
	line-height:24px;
	text-align:justify;
	padding:11px;
}
.enquiry{
	float:right;
	width:35%;
}

.enquiry .enquiryHading{
	width:100%;
	background:#08ACAD;
	float:left;
}

.enquiryHading h2{
	color:#FFF; 
	padding:12px;
}
.response{
	width:100%;
	background:#fff;
	float:left;
	padding-bottom:10px;
}

.contact{
	width:100%;
	float:left;
	padding-bottom:10px;
}
.contact > ul{
	margin:0;
	padding:0;
}
.contact > ul > li {
	width:100%;
	float:left;
	margin:32px 0 0 10px;
	list-style:none;
}
.contact > ul > li > i{
	color:#4B0D5A;
	float:left;
	width:20px;
	margin:4px 0 0 0;
}
.contact > ul > li > span{
	float:left;
	text-align:justify;
	padding-left:10px;
	width:300px;
	line-height:24px;
}
.contact > ul > li > span > a{
	text-decoration:none;
	color:#333;
}
.response > form > ul{
	margin:10px 0 0 10px;
	padding:0;
}
.response > form > ul > li > label{
	font-size:14px;
	float:left;
	color:#333;
	width:100%;
	text-indent:10px;
	padding-bottom:10px;
}
.select{
	width:300px;
	border:1px solid #4B0D5A;
	margin:0 0 0 10px;
	padding:3px;
}
.small{
	width:98px;
	padding:3px;
	border:1px solid #4B0D5A;
}
.medium{
	width:133px;
	padding:1px;
	border:1px solid #4B0D5A;
}
.response > form > ul > li{
	list-style:none;
	list-style-position:inside;
	margin:10px 0 0 0;
}
.response > form > ul > li input[type='text']{
	width:290px;
	padding:5px;
	border:1px solid #4B0D5A;
	margin:0 0 0 10px;
}
.response > form > ul > li input[type='submit']{
	padding:7px;
	cursor:pointer;
	background:#08ACAD;
	color:#fff;
	border:none;
}
.response > form > ul > li input[type='reset']{
	padding:7px;
	margin:0 0 0 10px;
	cursor:pointer;
	background:#08ACAD;
	color:#fff;
	border:none;
}
.response > form > ul > li textarea{
	width:290px;
	padding:5px;
	height:70px;
	resize:none;
	border:1px solid #4B0D5A;
	margin:0 0 0 10px;
}
.menuinner{
	margin:10px 0 0 0;
}
.menuinner > ul{
	margin:0;
	padding:0;
}
.menuinner > ul > li{
	margin:15px 0 0 0;
	list-style:none;
}
.menuinner > ul > li > i{
	color:#1C3D70;
}
.menuinner > ul > li > a{
	color:#555555;
	text-decoration:none;
}
.menuinner > ul > li > a:hover{
	color:#1C3D70;
}
.heading{
	width:100%;
}
.heading h1{
	margin:0;
	letter-spacing:1px;
	color:#1C3D70;
	font-weight:normal;
	font-size:20px;
}
.images{
	width:100%;
	float:left;
	margin-top:20px;
}
.images img{
	display:block;
	margin-left:10px;
	margin-top:10px;
	border:2px solid #eee;
}
.footer{
	width:1000px;
	margin:10px auto;
	float:left;
	border-top:1px solid #eee;
	height:20px;
}
.footer span{
	display:block;
	text-align:center;
	font-size:12px;
	line-height:30px;
}

.footerLeft span{
	color: #5e5e5e;
    float: left;
    font-size: 12px;
}
.footerRight{
	float:right;
}
.footerRight > span > a{
	color: #5e5e5e;
	text-decoration:none;
}
.details
{
	width:100%;
	float:left;
}
.enquiry_form
{
	width:957px;
	margin:0 0 0 21px;
	font-family:Verdana;
	border:1px solid #e1e1e1;
	font-family:roboto_condensedregular;
	font-size:14px;

}

.enquiry_form input
{
	width:230px;
	border:1px solid #999;
	padding:4px;
   
}
.enquiry_form input:focus
{
	-webkit-transition-property: background;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
    background: #fff;
}
.enquiry_form select
{
	width:240px;
	border:1px solid #999;
	padding:3px;
	font-size:12px;
	font-family:roboto_condensedregular;
}
.enquiry_form select.small
{
	width:72px;
	border:1px solid #999;
	padding:2px;
}
.enquiry_form select.medium
{
	width:114px;
	border:1px solid #999;
	padding:2px;

}
.enquiry_form .margin6px
{
	margin-right:6px;
}
.enquiry_form textarea
{
	padding:4px;
	border:1px solid #999;
	height:50px;
	resize:none;
	font-family:roboto_condensedregular;
}
.enquiry_form .submit
{
	width:80px;
	height:30px;
	display:block;
	float:left;
	margin:10px 0 10px 20px;
	cursor:pointer;
	background-color:#019875;
	color:#FFF;
	font-weight:bold;
	border:none;
	font-family:roboto_condensedregular;

}
.enquiry_form .reset
{
	width:80px;
	height:30px;
	display:inline-block;
	float:left;
	margin:10px 0 10px 20px;
	cursor:pointer;
	background-color:#CF000F;
	color:#FFF;
	font-weight:bold;
	border:none;
	font-family:roboto_condensedregular;
}
.blockHead span
{
	font:10px;
	clear:left;
	font-weight:normal;
}
span.textBlock
{
	color:#FFF;
	display:block;
	float:left;
	height:20px;
	font-size:12px;
	margin:10px 0 5px 10px;
	padding:4px 8px;
	width:200px;
	background-color:#CF000F;
	font-weight:bold;
	line-height:20px;

}
.td_text
{
	font-size:12px;
	display:block;
	margin:0 0 0 20px;
}

.contactus{
	width:48%;
	float:left;
	margin:10px 0 0 10px;
}
.contactus > ul{
	margin:0;
	padding:0;
	float:left;
}
.contactus > ul > li:first-child{
	margin:0 0 0 0;
}
.contactus > ul > li{
	list-style:none;
	width:100%;
	float:left;
	margin:20px 0 0 0;
}
.contactus > ul > li > i{
	float:left;
	width:23px;
	color:#446CB3;
	margin-top:5px;
}
.contactus > ul > li > span{
	float:left;
	line-height:22px;
	width:312px;
}
#nav { z-index: 1000; position: absolute; left:46%; bottom:4%; }
#nav a { margin: 0 3px; padding: 0 4px; border-radius:100%; font-size:10px; text-indent:-9999px; background: #fff; color:#fff; text-decoration: none }
#nav a.activeSlide { background: #E10B17; color:#E10B17; }
#nav a:focus { outline: none; }

.purple{
	color:#fff;
}
.red{
	color:#fff;
}
.green{
	color:#fff;
}
.blue{
	color:#fff;
}
.commonimg{
	position:relative;
	width:100%;
}
.commonimg img{
	width:100%;
	height:210px;
}
.packagdiv{
	background:rgba(34, 49, 63, 0.9);
	height: 118px;
	z-index: 4;
	left: 0px;
	bottom: 8%;
	width:100%;
}