@charset "utf-8";

/**
 * Developed By Jonathan Rourke
 * Online Media Group
 * jon@webomg.com
 **/


/*  11/21/2017 /
 .normal_nav {
 	position:fixed;
 	z-index:1500;
 }

 .banner100 {
 	margin-top:110px!important;
 	position:relative!important;

 }

 #bodysection_inner {
 	position:relative!important;
 	margin-top:-570px;
 }

.image1, .image2, .image3, .image4 {
	width:100%!important;
}


.bodysection_holder {
	margin-top: 20px;
}

.home-holder  {
    width: 100%;
    float: left;
    padding: 0 0 15px;
    position: relative;
    margin-top:0px;
}

.breadcrumb_title {
	margin-top:90px!important;
}

******/

.none {
	display:none;
	opacity:0;
}


* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font-family: 'Ek Mukta', sans-serif;
}

input[type=text], input[type=password], input[type=checkbox], input[type=button], select, textarea {
	border: 1px solid #315A98;
	padding: 8px;
}

input.updatequantity[type=text] {
  margin-bottom: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
  width: 20px;
  text-align: center;

}

input[type=submit] {
	border: 1px solid #315A98;
	margin: 15px 0 0;
}

#omg_loginform input[type="text"], .seccheckout_input {
	 padding: 2px 0 !important;
	 
}

#frame {
	width: 980px;
	margin: 0 auto;
}

.header {
	width: 980px;
	margin: 0 auto;
}

.logo {
	width: 299px;
	height: 70px;
	float: left;
}

.logo h1 {
	display: none;
}

.logo a {
	display: block;
	width: 350px;
	height: 70px;
	float: left;
	background-image: url('../media/logo-1.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 350px;
}

.logo.partners a, .logo.group a {
	display: block;
	width: 350px;
	height: 70px;
	float: left;
	background-image:none;
}

.logo.partners .show, .logo.group .show{
	display: block;
	width: 350px;
	height: 70px;
	float: left;
	background-image: url('../media/logo.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 350px;
}



.follow_nav {
	position: fixed;
	width: 100%;
	z-index: 1500;
}

.follow_nav .logo a {
	background-size: 300px;
}

#partnerslogo {
	display: block;
	width: 299px;
	height: 70px;
	float: left;
	background-image: url('../media/logo1.jpg');
	background-repeat: no-repeat;
	background-position: left;
}

.header_title {
	width: 470px;
	float: left;
	padding-top: 35px;
}

.header_title h1 {
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	color: #006fa9;
}

.sub_nav {
	float: right;
	width: 355px;	
	padding-top: 10px;
	font-family: 'Ek Mukta', sans-serif;
	font-size: 12px;
}

.header_right {
	float: right;
	width: 260px;
	margin: 0 0 3px;
	
}

.header_right ul {
	font-size: 10px;
	font-weight: 200;
	text-align: left;
	float: right;
}

.header_right ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #fff;
	font-size: 10px;
	color: #fff;
}

.header_right ul li:last-child {
	padding-right: 0;
}

.smaller_li {
	padding-right: 0 !important;
}


.header_right ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
}

.header_right ul li a:hover {
	text-decoration: underline;
}

.num {
	float: left;
	width: 87px;
	color: #fff;
	margin: 0 0 0 3px;
}

.header_right ul .shoppingcart {
	float: right;
	height: 15px;
	background-image: url('../media/shoppingcart.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 23px;
}

.nav_links {
	margin: 0 auto;
	width: 980px;
}

#mainnav {
	width: 825px;
	min-height: 35px;
	float: left;
	/*height: 32px;*/
	/*padding-bottom: 27px;*/
}

#mainnav > ul {
	font-size: 13px;
	font-weight: 200;
	text-align: center;
	line-height: 35px;
}

#mainnav > ul > li {
	display: inline;
	float: left;
	position: relative;
	/*z-index: 999;*/
	padding: 2px 0 2px;
}

#mainnav > ul > li > a {
	display: block;
	height: 37px;
	float: left;
	padding: 2px 25px 0 25px;
	text-decoration: none;
	/*background-image: url('../media/menusprite.jpg');
	background-repeat: repeat-x;
	background-position: bottom;*/
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}


#mainnav > ul > li:first-child  > a{
	padding: 2px 25px 0 0;

}

#mainnav > ul > li:hover > a {
	height: 35px;
	text-decoration: none;
	color: #a9bbcc;

}
#mainnav > ul > li.altbg_hover > a, .follow_nav> ul > li.altbg_hover > a{
	color: #fff !important;
	background-color: #E35948;
}
#mainnav > ul > li > ul {
	position: absolute;
	top: 34px;
	left: 10px;
	background-color: #315A98;
  	border-left: 5px solid #093D6D;
 	border-top: 5px solid #093D6D;
  	color: #FFFFFF;
  	display: none;
	padding: 7px 15px;
 	position: absolute;
 	text-align: left;
 	width: 270px;
  	z-index: 1000;
  	max-height: 300px;
  	overflow: auto;
}



#mainnav > ul > li:hover > ul {
	display: block;
}

#mainnav > ul > li > ul > li {
	text-align: left;
	font-size: 13px;
	line-height: 22px;
	border-top: 3px solid #093D6D;
  	list-style: none outside none;
  	padding: 3px 0;
}

#mainnav > ul > li > ul > li:first-child {
	  border-top: none;
	  padding: 0 0 3px;
}




#mainnav > ul > li > ul > li > a {
	padding: 2px 0;
	color: #fff;
	display: block;
	text-decoration: none;
 	font-size: 16px;
  	font-weight:500;
}


#mainnav > ul > li > ul > li:first-child > a {
	border-top: none;
}

#mainnav > ul > li > ul > li > a:hover {
	text-decoration: underline;
}

.hover_mainnav {
	background-position: center top !important;
	color: #1872ba !important;
}

#mainnav > ul > li > div#tourfinder_menu_cont {
	position: absolute;
	top: 39px;
	left: -315px;
	display: none;
	background-color: #1d4c82;
	border-top: 1px solid #fff;
	border-bottom: 5px solid #ddd;
	border-right: 5px solid #ddd;
	border-left: 5px solid #ddd;
	z-index: 999;
	width: 815px;
	padding-bottom: 15px;
}

#tourfinder_menu_cont2 {
	position: absolute;
	top: 49px;
	left: -355px;
	display: none;
	background-color: #1d4c82;
	/*border: 5px solid #ddd;*/
	z-index: 1025;
	width: 815px;
}

li.altbg_hover > div#tourfinder_menu_cont2 {
	border: 5px solid #E35948; 
}

#mainnav > ul > li.altbg_hover > div#tourfinder_menu_cont {
	position: absolute;
	top: 38px;
	left: -295px;
	display: none;
	background-color: #1d4c82;
	border: 5px solid #ddd;
	z-index: 999;
	width: 815px;
}

#mainnav > ul > li.altbg_hover {
 	padding: 0;
}





#mainnav > ul > li.altbg_hover > div#tourfinder_menu_cont {
	border-top: 1px solid #fff;
	border-bottom: 5px solid #E35948;
	border-right: 5px solid #E35948;
	border-left: 5px solid #E35948;
}


#mainnav > ul > li.altbg_hover > div#tourfinder_menu_cont >.fat-red-line {
	border-top: 5px solid #E35948;
}

#mainnav > ul > li > div#tourfinder_menu_cont > .fat-red-line {
	border-top: 5px solid #ddd;
}

#tourfinder_menu_cont2 {
	border-top: 5px solid #ddd;
	border-bottom: 5px solid #ddd;
	border-right: 5px solid #ddd;
	border-left: 5px solid #ddd;
}


/*.mainnav_padding {
	padding: 0 30px 0 30px !important;
}*/

.abovebanner_gradient {
	width: 980px;
	float: left;
}

.abovebannergrad_holder {
	width: 980px;
	float: none;
	margin: 0 auto;
}

.abovebannergrad_holder img {
	float: left;
	text-align: center;
}



.bodysection_holder {
	width: 100%;
	float: left;
	padding: 0 0 15px;
	position: relative;
}

.bodysection {
	width: 980px;
	margin: 0 auto;
}

.bodysection_content {
	width: 980px;
	float: left;
	padding: 0 0 20px;
}

#bodysection_inner {
	width: 980px;
	height: 545px;
	float: left;
	position: relative;
}

#bodysection_inner p {
	padding-bottom: 10px;
}

.faq_header{
	width: 850px;
	text-align: center;
	font-weight: 500;
	font-size: 36px;
	margin: 15px 0 5px 35px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px 0;
}

.faq_first_div {
	margin: 0 0 10px 35px !important;
}

.faq_div {
	width: 850px;
	margin: 15px 0 10px 35px;
	border-bottom: 1px solid #ddd;
}

.faq_div > p > span {
	font-size: 14px;
}

.breadcrumb_title {
	width: 980px;
	float: left;
	margin: -15px 0 0 0;
}

.breadcrumb_title h1 {
	font-family: 'Ek Mukta', sans-serif;
	font-size: 36px;
	font-weight: 200;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
	color: #555;
	padding-bottom: 10px;
	padding-top: 10px;
}

.gallerysection {
	width: 100%;
	position: absolute;
	z-index: 100;
}


.banner_holder img {
	float: left;
	border: none;
	padding: 1px;
}

#banners_cont {
	width: 100%;
	height: 400px;
	position: absolute;
	z-index: 25;
	overflow: hidden;
}

#banners_cont > img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.banner_text {
	width: 495px;
	position: absolute;
	z-index: 5;
	text-align: center;
	right:0;
}

.banner_text h1 {
	font-family: 'Ek Mukta', sans-serif;
	font-size: 31px;
	font-weight: 200;
	text-align: center;
	line-height: 50px;
	color: #1872ba;
}

.galleryimages_small {
	width: 980px;
	float: left;
	margin-top: 12px;
	padding-bottom: 20px;
}

.galleryimages_small div img {
	cursor: pointer;
}

.galleryimages_small p {
	width: 980px;
	float: left;
	text-align: center !important;
	margin: 10px 0 -20px 0;
}

.galleryimages_small p a {
	font-size: 16px;
	font-weight: 500;
}

.galleryimage_section {
	width: 104px;
	text-align: center;
	float: left;
	background-image: url('../media/gallery_bg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 2px;
	margin-top: 9px;
	margin-left: 21px;
}

.galleryimage_section img {
	padding-left: 1px;
}

.galleryimage_section a {
	font-size: 13px;
	color: #555;
	font-weight: 200;
	text-align: center;
	text-decoration: none;
}

.galleryimage_section a:hover {
	color: #ccc;
	text-decoration: none;
}

.galleryimage_section:first-child {
	margin-left: 0;
}

.gi_selected {
	padding-top: 11px;
	margin-top: 0;
	background-image: url('../media/gallerybg_hover.jpg');
}

.galleryimage_section a img {
	border: none;
}

.gallerygradient_top {
	width: 980px;
	float: left;
}

.gradient_holder {
	width: 460px;
	margin: 0 auto;
}

.gallerygradient_btm {
	width: 980px;
	float: left;
	padding-left: 5px;
	padding-bottom: 10px;
}

/*tabs ------------------*/

.bodyleft {
	width: 1011px;
	height: 542px;
	float: left;
}

.mst-cont {
	width: 1011px;
	height: 542px;
	float: left;
	background-image: url('../media/con-bg.png');
	background-position: -7px 5px;
	background-repeat: no-repeat;
	margin: 48px 0 0 0;
}



.top-tabs-cont {
	float: left;
	width: 1011px;
	margin: 15px 0 0 15px;
	position: relative;
}

.top-tab {
	float: left;
	width: 325px;
	margin: -10px 0 0 0;
	text-align: center;
	
}

.tab-txt {
	font-size: 28px;
	font-weight: 500;
	font-style: italic;
	/*margin: -48px 0 0 0;*/
	margin: 15px;
	color: #fff;
	border: none;
}

.top-tab1 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

.top-tab2 {
	position: absolute;
	top: 0px;
	left: 280px;
	/*z-index: 4;*/
}

.top-tab3 {
	position: absolute;
	top: 0x;
	left: 562px;
	/*z-index: 3;*/
}

/*start special tab ------------------*/

.choo-header {
	float: left;
	width: 280px;
	height: 30px;
	background-image: url('../media/pattren1.png');
	margin: 0 0 0 25px;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 24px;
	color: #a61000;
}

.choo-list {
	float: left;
	width: 320px;
}

.choo-list > ul {
	padding: 10px 0 0 0;
	list-style: none;
}

.chooli {
	padding: 0 0 8px 65px;
	font-size: 20px;
}

.chooli > a {
	color: #2a5e97;
	text-decoration: none;
}

.chooli1 {
	background-image: url('../media/arrow-blue.png');
	background-position: 48px 5px;
	background-repeat: no-repeat;
}

.pagedots {
	float:right;
	margin: 25px 30px 0 0;
}

.left-box-cont {
	float: left;
	width: 320px;
	border-right: 2px solid #c9deef;
	margin: 20px 0 0 0;
}

.right-box-cont {
	width: 660px;
	float: left;
	margin: 0 0 0 10px;
}

.right-box-inner {
	width: 190px;
	float: left;
	margin: 20px 0 0 20px;
}

.bottomtap {
	/*margin: 60px 0 0 20px !important;*/
	clear:both;
}

.con-image {
	text-align: center;
	float: left;
}
.con-header-cont {
	float:left;
	width: 190px;
	border-bottom: 2px solid #740c01;
}
.con-header {
	float: left;
	font-size: 20px;
	color: #333;
}
.con-header2 {
	float: left;
	font-size: 14px;
	color: #333;
}
.con-price {
	float:left;
	font-size: 20px;
	color: #740c01;
	font-weight: 500;
}

.con-price > span {
	font-size: 14px;
	color: #740c01;
	font-weight: 500;
}
.alignright{
	float:right;
}

.con-text {
	text-align: center;
	margin: 15px 0 0 0;
}

.con-text > span {
	color: #333;
	font-weight: 500;
}
/*end special tab ------------------*/


/*start featured tab ---------------*/
.ft-nut-box-inner {
	margin: 20px 0 0 45px !important;
}

.ft-right-box-inner {
	width: 190px;
	float: left;
	margin: 20px 0 0 50px;
}

.ft-bottomtap {
	margin: 50px 0 0 50px !important;
}

.ft-bottomtap-nut {
	margin: 50px 0 0 45px !important;
}

.ft-con-image {
	text-align: center;
	float: left;
	width: 190px;
}

.ft-con-image > a > img {
	width: 190px;
}

.ft-con-header a  {
	float: left;
	width: 190px;
	font-size: 20px;
	color: #333;
	font-weight: 500;
}

.ft-con-subheader a {
	float: left;
	width: 190px;
	font-size: 14px;
	color: #333;
	font-weight: 500;
}

.ft-con-text  a {
	text-align: justify;
	width: 190px;
	color: #888;
}

.ft-more {
	float:right;
	margin: 25px 56px 0 0;
		background-image: url('../media/red-nuts.png');
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
}

.ft-more > a {
	color: #a91201;
	font-size: 16px;
	text-decoration: none;
}


.ft-more > a:hover {
	color: #113e6b;
	font-size: 16px;
	text-decoration: underline;
}

/*end featured tab ------------------*/




/*start Destinations tab ---------------*/
.des-nut-box-inner {
	margin: 30px 0 0 45px !important;
}

.des-right-box-inner {
	width: 190px;
	float: left;
	margin: 30px 0 0 50px;
}

.des-con-image {
	text-align: center;
	float: left;
	width: 190px;
}

.des-con-image > a > img {
	width: 190px;
}

.des-con-header {
	float: left;
	width: 190px;
	font-weight: 500;
	text-align: center;
}

.des-con-header > a {
	font-size: 18px;
	color: #333;
}

.des-con-header > a:hover {
	font-size: 18px;
	color: #333;
	text-decoration: underline;
}


.des-more {
	float:right;
	margin: 11px 71px 0 0;
	background-image: url('../media/red-nuts.png');
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
}

.des-more > a {
	color: #a91201;
	font-size: 16px;
	text-decoration: none;
}


.des-more > a:hover {
	color: #113e6b;
	font-size: 16px;
	text-decoration: underline;
}


/*end Destinations tab ---------------*/

.excursion_section {
	width: 1011px;
	float: left;
}

.excursion_menu {
	width: 723px;
	float: left;
}

.excursion_menu {
	list-style: none;
	text-align: center;
	line-height: 68px;
	position: relative;
	z-index: 10;
}

.excursion_menu li {
	float: left;
	height: 61px;
	display: inline;
	background-image: url('../media/tabmenu_bg_new1.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 17px;
}

.excursion_menu li:hover {
	background-image: url('../media/tabmenu_bg_new1.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

.excursion_menu li a {
	height: 61px;
	float: left;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 500;
	font-size: 22px !important;
	padding-right: 20px;
	text-decoration: none;
	color: #fff;
	background-image: url('../media/tabmenu_bg_new1.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
}

.excursion_menu li a:hover {
	background-image: url('../media/tabmenu_bg_new1.jpg');
	background-position: right top;
	background-repeat: no-repeat;
}

.excursion_menu .tb_active {
	background-image: url('../media/tabmenu_bg_new1.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

.excursion_menu .tb_active a {
	background-image: url('../media/tabmenu_bg_new1.jpg');
	background-position: right top;
	background-repeat: no-repeat;
}

.menu_spacing {
	padding: 0 15px;
}

.excursion_cats {
	width: 1000px;
	float: left;
	background-image: url('../media/myexcursions_bg.png');
	background-position: left;
	background-repeat: repeat-y;
	margin: 0 0 0 -5px;
}

.excursionborder_top {
	margin: -9px 0 0 10px;
	float: left;
	background-image: url('../media/excursionsimg_top_new.png');
	background-position: 0 -5px;
	background-repeat: no-repeat;
	width: 992px;
	height: 16px;
}

.excursionborder_top img {
	float: right;
	position: relative;
	top: -7px;
	z-index: 1;
}

.excursionborder_bottom {
	margin: 0 0 0 -5px;
}

.excursion_images {
	width: 657px;
	margin: 0 auto;
	display: none;
	float: none;
	clear: both;
}

.excursion_images p {
	text-align: right;
	margin-right: 12px;
}

.excursionimg_holder {
	width: 219px;
	float: left;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.excursionimg_section {
	width: 192px;
	margin: 0 auto;
}

.excursionimg_section p {
	font-size: 13px;
	font-weight: 200;
	text-align: center;
	line-height: 16px;
}

.excursionimg_section p a {
	text-decoration: underline;
	color: #333333;
}

.excursionimg_section img {
	float: left;
	padding: 1px;
	border: 1px solid #97bfe0;
}

.dest_disp_holder {
	display: none;
}

#bodyright {
	width: 220px;
	float: left !important;
}

.right_info {
	width: 220px;
	float: left;
	margin-bottom: 5px;
}

.right_info img {
	float: left;
}

.rightinfo_holder {
	width: 220px;
	float: left;
	background-image: url('../media/bodyright_bg.png');
	background-repeat: repeat-y;
	background-position: left;
}

.rightinfo_content {
	width: 170px;
	margin: 1px auto;
}

.rightinfo_content h2 {
	font-size: 24px;
	font-weight: 200;
	text-align: left;
	text-decoration: none;
	line-height: 28px;
	color: #1872ba;
	padding-bottom: 5px;
	font-family: 'Ek Mukta', sans-serif;
}

.rightinfo_content p {
	font-size: 13px;
	font-weight: 200;
	text-align: justify;
	text-decoration: none;
	color: #333;
	padding-bottom: 10px;
}

.rightinfo_content p a {
	text-decoration: none;
	color: #333;
}

.rightinfo_content p a:hover {
	text-decoration: underline;
}

.rightinfo_content ul {
	list-style: inside;
	font-size: 13px;
	font-weight: 200;
	text-align: left;
	text-decoration: none;
	color: #333;
	line-height: 18px;
	padding-bottom: 10px;
}

.rightinfo_content ul li {
	padding: 5px 0 4px 5px;
	color: #004d7b;
}

.rightinfo_content ul li a {
	text-decoration: none;
	color: #004d7b;
}

.rightinfo_content p a:hover {
	text-decoration: underline;
}

#contact_img {
	position: relative;
	top: 7px;
	right: -4px;
}

.footer_holder {
	width: 100%;
	float: left;
}

.footer {
	width: 980px;
	margin: 0 auto;
}

.footer100 {
	padding-top: 20px;
	background-color: #315a98;
	/*padding: 22px 0;*/
	/*border-top: 1px solid #97BFE0;*/
}

.footer_wrap {
	width: 980px;
	margin: 0 auto;
	font: normal 12px;
	color: #FFF;
}

.footer a {
	font: normal 12px /24px Arial, sans-serif, Helvetica, Tahoma, Verdana;
	color: #FFF !important;
}

.credits {
	width: 980px;
	margin: 0 auto;
	color: #fff;
}

.credits, .credits a {
	color: #fff;
	font-size: 12px;
}

.footer a {
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.copy_left {
	float: left;
	width: 330px;
	color: #FFF;
	margin: 8px 0 0;
}

/*.footer .copyright {
	float: left;
	width: 330px;
	color: #FFF;
}*/

.footer .developer {
	margin: 0 auto;
	padding: 4px 0 0;
	color: #FFF;
}
#footer_nav {
	list-style: none;
	color: #FFF;
}

#footer_nav li {
	padding: 0 7px;
	list-style: none;
	display: inline;
}

#footer_nav li a, #footer_nav li a:link, #footer_nav li a:visited {
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
}

ul#footer_nav li:before {
	content: "+ ";
	color: #FFF;
	font-weight: 500;
}

#footer_nav li a:hover, #footer_nav li a:active {
	color: #CCC;
	text-decoration: underline;
}

#footer_subnav {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
	color: #FFF;
}

#footer_subnav li {
	padding: 0 7px;
	list-style: none;
	display: inline;
	border-left: 1px solid #FFF;
}

#footer_subnav li:first-child {
	border-left: none;
}

#footer_subnav li a, #footer_subnav li a:link, #footer_subnav li a:visited {
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}

#footer_subnav li a:hover, #footer_subnav li a:active {
	color: #CCC;
	text-decoration: underline;
}

.destination {
	width: 980px;
	float: left;
	padding: 0 0 30px;
	/** background:url('../media/rounded_shadow_top.png') center bottom no-repeat; **/
}

.destination h1 {
	font-family: 'Ek Mukta', sans-serif;
	font-size: 36px;
	font-weight: 200;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
	color: #555;
	padding-bottom: 10px;
}

.content_bottom h1 {
	font-family: 'Ek Mukta', sans-serif;
	font-size: 36px;
	font-weight: 200;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
	color: #555;
	padding-bottom: 10px;
}

.content_listings h1 {
	font-family: 'Ek Mukta', sans-serif;
	font-size: 36px;
	font-weight: 200;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
	color: #555;
	padding-bottom: 10px;
}

.content_top_left_col {
	width: 304px;
	float: left;
}

.contentleft_imgmd {
	width: 304px;
	float: left;
	margin-bottom: 10px;
}

.contentleft_imgmd img {
	float: left;
	padding: 1px;
	border: 1px solid #093D6D;
}

.interactive {
	width: 304px;
	float: left;
	/*background: url('../media/rounded_shadow_bottom_300x26.png') center bottom no-repeat;*/
	padding-bottom: 20px;
}

.rating {
	width: 304px;
	float: left;
	font-size: 13px;
}

.rating_icons {
	width: 105px;
	float: left;
	padding-right: 10px;
	padding-bottom: 20px;
}

.rating_icons img {
	float: left;
	border: none;
}

.user_rating {
	font-size: 13px;
	font-weight: 200;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	color: #555;
}

#submit_a_review a {
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	float: left;
	color: #315A98;
}

#submit_a_review a:hover {
	text-decoration: underline;
}

.share_with_friend {
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	line-height: 22px;
	padding: 0 0 40px 0;
}

.sharewithfriend_mid {
	width: 140px;
	float: left;
	padding-right: 10px;
}

.share_with_friend a {
	text-decoration: none;
	color: #315A98;
}

.share_with_friend img {
	width: 21px;
	height: 22px;
	border: none;
	float: left;
	padding-right: 10px;
}

.contenttopmid_left {
	width: 410px;
	float: left;
}

.contenttopmid_holder {
	width: 980px;
	float: left;
	padding-top: 15px;
	padding-bottom: 10px;
	background: url('../media/rounded_shadow_bottom.png') center bottom no-repeat;
}

.detailsbutton_holder {
	width: 196px;
	float: left;
	margin: 0 0 0 25px;
}

.viewdetails_button {
	width: 205px;
	float: right;
	line-height: 26px;
	font-size: 14px;
	font-weight: 200;
	margin: 0 0 15px;
}

.viewdetails_button a {
	display: block;
	height: 26px;
	width: 190px;
	float: left;
	background-color: #BA3721;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	padding: 7px 0 7px 15px;
	margin: 0 0 20px 0;
}

.viewdetails_button a:hover {
	background-color: #E35E4B;
}

.contenttopmid_share {
	width: 425px;
	float: left;
	padding-left: 30px;
}

.content_top_middle_col {
	width: 410px;
	min-height: 300px;
	float: left;
	padding: 0 25px 0 20px;
	/*background: url('../media/rounded_shadow_left_26x300.png') right top no-repeat;*/
}

.contentmid_col {
	width: 410px;
	float: left;
	padding: 0 25px 0 20px;
	border-right: 1px dotted #97bfe0;
	background-image: url('../media/rounded_shadow_bottom_300x26.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

.content_top_middle_col h2 {
	font-family: 'Ek Mukta', sans-serif;
	font-size: 30px;
	font-weight: 200;
	text-align: left;
	text-decoration: none;
	line-height: 30px;
	color: #315A98;
	padding-bottom: 10px;
}

.content_top_middle_col p {
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 18px;
}

.contentmid_col h2 {
	font-family: 'Ek Mukta', sans-serif;
	font-size: 24px;
	font-weight: 200;
	text-align: left;
	text-decoration: none;
	line-height: 30px;
	color: #1872ba;
	padding-bottom: 10px;
}

.contentmid_col p {
	font-size: 13px;
	padding-bottom: 5px;
}

.readmore_link a {
	color: #1872ba;
	text-decoration: none;
}

.readmore_link a:after {
	color: #1872ba;
	text-decoration: none;
	content: ">";
	padding-left: 5px;
}

.readmore_link a:hover {
	color: #1872ba;
	text-decoration: underline;
}

.content_top_right_col {
	width: 220px;
	float: right;
	text-decoration: none;
}

.contentrightcol_content {
	width: 205px;
	float: left;
	font-weight: 200;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	color: #333;
	line-height: 18px;
	padding-bottom: 16px;
	border-bottom: 1px dotted #97bfe0;
	margin: 16px 0 0 15px;
}

.contright_title {
	font-size: 16px;
	font-weight: 500;
	color: #315A98;
}

.dis-price {
	font-size: 32px;
	color: #315A98;
	font-weight: bold;
	float: left;
	margin: 8px 0 0;
}
.dis-price span {
	font-size: 20px;
	font-weight: normal;
}

.activity_level {
	width: 196px;
	float: left;
	padding-bottom: 15px;
	display: none;
}

.activitylevel_mid {
	width: 220px;
	float: right;
	display: none;
}

.activitylevel_mid img {
	float: left;
}

.activitylevel_mid p {
	float: left;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	line-height: 28px;
	color: #315A98;
	padding-left: 5px;
	padding-right: 5px;
}

.activity_level img {
	float: left;
}

.activity_level p {
	float: left;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	line-height: 20px;
	color: #315A98;
	padding-left: 5px;
	padding-right: 5px;
}

.duration {
	width: 196px;
	float: left;
	font-size: 13px;
	font-weight: 500;
	color: #315A98;
	padding-bottom: 15px;
	border-bottom: 1px dotted #97BFE0;
}

.duration p {
	width: 96px;
	float: left;
}

.duration img {
	float: left;
}

.duration p {
	float: left;
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	color: #315A98;
	padding-left: 5px;
}

.pricing {
	width: 196px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #97BFE0;
}

.pricing p {
	width: 196px;
	float: left;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	color: #333;
}

#adultpricing {
	width: 196px;
	*width: 186px;
	float: left;
	*margin-left: 10px;
}

#adultpricing p {
	width: 196px;
	*width: 186px;
	float: left;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	color: #333;
}

.hideadult {
	display: none;
}

#childpricing {
	width: 196px;
	*width: 186px;
	float: left;
	*margin-left: 10px;
}

#childpricing p {
	width: 196px;
	*width: 186px;
	float: left;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	color: #333;
}

#childpricing {
	display: none;
}

.choosepricing {
	width: 196px;
	float: left;
	margin-bottom: 10px;
}

.choosepricing > input {
	padding: 5px 0;
}

.airlineinfo {
	width: 196px;
	float: left;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #97BFE0;
}

.airlineinfo p {
	width: 196px;
	float: left;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	color: #333;
}

.quantities {
	width: 196px;
	float: left;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #97BFE0;
}

.quantities p {
	width: 196px;
	float: left;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	color: #333;
}

.quantities input[type="text"], input[type="password"], input[type="checkbox"], input[type="button"], select, textarea {
	margin: 0 0 8px;
}

.widthfull {
	width: 196px;
}

.width1 {
	width: 82px !important;
}

#atopdiv {
	display: none;
}

#ptoadiv {
	display: none;
}

#rtripdiv {
	display: none;
}

#helpdiv {
	display: none;
}

.person_left {
	float: left;
	font-weight: 500;
	color: #315A98;
}

.person_right {
	float: right;
	color: #315A98;
	font-weight: 200;
}

.tour_left {
	float: left;
}

.tour_right {
	float: right;
}

.total_left {
	float: left;
	font-weight: 500;
	color: #315A98;
}

.total_right {
	float: right;
	font-weight: 500;
	color: #315A98;
}

#product_addtocart {
	width: 196px;
	float: left;
	font-size: 13px;
	font-weight: 200;
	text-align: left;
	padding: 15px 0 0 0;
}

.addquantity_left {
	width: 60px;
	float: left;
}

.addquantity_right {
	width: 136px;
	float: left;
}

.content_middle {
	width: 980px;
	float: left;
	line-height: 18px;
}

.content_middle h2 {
	font-family: 'Ek Mukta', sans-serif;
	font-size: 30px;
	font-weight: 200;
	text-align: left;
	text-decoration: none;
	line-height: 30px;
	color: #315A98;
	padding-bottom: 10px;
}

.content_middle p {
	font-size: 13px;
	font-weight: 200;
	text-align: left;
	text-decoration: none;
	color: #333;
}

.content_middle ul {
	font-size: 13px;
	font-weight: 200;
	text-align: justify;
	text-decoration: none;
	color: #333;
	padding-left: 35px;
}

.content_middle ol {
	font-size: 13px;
	font-weight: 200;
	text-align: justify;
	text-decoration: none;
	color: #333;
	padding-left: 35px;
}

.content_middle ol li {
	padding-bottom: 10px;
}

.content_middle div {
	padding: 14px 0 17px;
	background: url('../media/rounded_shadow_top.png') center bottom no-repeat;
}

.content_middle div p {
	text-align: justify;
	margin: 0 20px;
}

.content_middle div:last-child {
	background: none;
}

.content_bottom {
	width: 980px;
	float: left;
	padding: 30px 0 27px;
	background: url('../media/rounded_shadow_bottom.png') center top no-repeat;
	line-height: 18px;
}

.content_listings {
	width: 980px;
	float: left;
	line-height: 18px;
}

.excursionsection_holder {
	width: 980px;
	float: left;
	padding-top: 40px;
	background: url('../media/rounded_shadow_top.png') no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
}

.excursionsection_holder:first-child {
	margin-top: 0;
}

#product_addtocart label {
	display: table-cell;
	/*float: left; */
	padding-left: 10px;
	font: 12px/24px bold Arial, sans-serif, Helvetica, Tahoma, Verdana;
	height: 24px;
	line-height: 14px;
	vertical-align: middle;
}

#product_addtocart input.formfield {
	float: left;
	border: 1px solid #97BFE0;
	width: 29px;
	height: 18px;
	text-align: center;
	line-height: 16px;
	padding: 2px 0;
	font-size: 14px;
	color: #333;
}

#product_addtocart input.addtocart {
	float: left;
	/* width: 90px; */
	/*height: 24px*/;
	/*background: #007CB9*/;
	cursor: pointer;
	/*border: none*/;
	/*line-height: 24px*/;
	/*font-size: 14px*/;
	/*text-align: center*/;
	/*color: #fff*/;
}

#content_body #content_main p {
	padding: 7px 0;
}

#breadcrumb_section {
	width: 980px;
	float: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #093D6D;
}

#breadcrumb_section ul {
  font-size: 14px;
  font-weight: 200;
  list-style: none outside none;
  margin: 10px 0 0;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}

#breadcrumb_section ul li {
	display: inline;
	padding-right: 5px;
}

#breadcrumb_section ul li:before {
	content: ">";
	padding-right: 5px;
	color: #093D6D;
}

#breadcrumb_section ul li:first-child:before {
	content: none;
}

#breadcrumb_section ul li a {
	text-decoration: none;
	color: #093D6D;
}

#breadcrumb_section ul li a:hover {
	text-decoration: underline;
}

.regions_cont {
	width: 980px;
	float: left;
	background-color: #fff;
	background: url('../media/regions_bottom.jpg') repeat-x;
	background-position: bottom;
	clear: both;
	*background-image: none;
}

.regions {
	width: 306px;
	float: left;
	padding: 10px 15px 10px 15px;
	margin-bottom: 10px;
	background-color: #fff;
}

.regions:first-child {
	padding-left: 0;
}

.regions_top {
	width: 306px;
	float: left;
}

.regions_top img {
	border: 3px double #093D6D;
}

.regions_bottom {
	width: 306px;
	float: left;
	padding: 5px 0 0 0;
}

.regions_bottom_left {
	width: 276px;
	float: left;
}

.regions_bottom_left h2 {
	font-family: 'Ek Mukta', sans-serif;
	font-weight: 200 !important;
	color: #1872ba;
	font-size: 30px;
	line-height: 28px;
}

.regions_bottom_left h2 a {
	color: #093D6D;
	text-decoration: none;
}

.regions_bottom_left h2 a:hover {
	color: #093D6D;
	text-decoration: underline;
}

.regions_bottom_right {
	width: 30px;
	float: left;
	padding-top: 6px;
	text-align: right;
}

.regions_bottom_content {
	width: 306px;
	float: left;
	padding: 10px 0 15px 0;
	display: none;
}

.regions_bottom_content ul {
	padding-left: 20px;
}

.regions_bottom_content ul li {
	color: #093D6D;
	font-size: 13px;
	padding-bottom: 3px;
}

.regions_bottom_content ul li a {
	color: #093D6D;
	text-decoration: none;
}

.regions_bottom_content ul li a:hoveer {
	color: #093D6D;
	text-decoration: underline;
}

.physical_activity {
	width: 22px;
	height: 23px;
	float: left;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 21px;
	background: url('../media/icon_activity_level.png') no-repeat;
}

.exercise {
	margin: -8px 0 5px 0;
}

.toggle {
	width: 22px;
	height: 23px;
	display: block;
	background: url('../media/arrows1.png') no-repeat;
}

.posbtm {
	background-position: bottom;
}

.postop {
	background-position: top;
}

.error_string {
	color: red !important;
}

#tourfinder_menu_cont {
	width: 855px;
	float: left;
}

#tourfinder_menu_frame, .tourfinder_menu_frame {
	width: 100%;
	float: left;
	/*margin: 15px 0 0;*/
	/*border-right: 1px solid #efefef;*/
}

.tourdisplay_frame {
	width: 100%;
	float: left;
	margin: 0;
}

.cruise_search_data_menu input[type="submit"] {
	margin: 0 0 0 117px;
	/*width: 100%;*/
	float: left;
	font-size: 16px;
	background-color: #E35948;
} 

#tourdisplay_cont {
	width: 100%;
	float: left;
}
.tourdisplay_cont {
	/*width: 530px;*/
	width: 790px;
	float: left;
	margin: 15px 0 0 12px;
	max-height: 500px;
 	overflow-y: auto;
}

.tourdisplay_cont table {
	font-size: 14px;
}

#tourdisplay_cont th {
	color: #fff;
}

.tourdisplay_cont th {
	color: #fff;
}

#reset_btn {
	display: none;
	float: right;
	margin: 0;
}

.reset_btn {
  display: none;
  float: right;
  margin: 0 15px 0 0;
  font-size: 14px;
}

#disclaimer, .disclaimer {
	width: 95%;
	float: left;
	margin: 0 0 0 20px;
}


#disclaimer p, .disclaimer p {
	text-align: justify;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	padding-right: 250px;
	margin: 0 0 10px;
}

.tourfinder_menu_search {
	width: 356px;
	float: left;
	text-align: left;
	margin: 0 214px 15px 15px;
	background-image: url('../media/ship-wheel.png');
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
}

.tourfinder_menu_search td {
	float: left;
	padding: 5px;
	width: 100px !important;
	font-size: 14px;
}

.tourfinder_menu_search h2 {
	font-size: 18px;
	line-height: 44px;
	padding-left: 50px;
	font-weight: 200;
	padding-bottom: 8px;
}

.tourfinder_menu_search p {
	text-align: justify;
	color: #fff;
	line-height: 16px;
}

#cart_menu_frame, .cart_menu_frame {
	width: 235px;
	float: left;
	color: #fff;
	padding: 0 10px 0 5px;
}

#cart_menu_cont, .cart_menu_cont {
	width: 235px;
	float: left;
}

#cart_menu_cont h2,.cart_menu_cont h2 {
	font-size: 18px;
	font-weight: 500;
	margin: 16px 0 0 0;
	text-align: right;
	background: url('../media/cart_img.png') no-repeat;
	background-position: 90px 8px;
}

#cart_menu_cont p, .cart_menu_cont p {
	font-size: 13px;
	font-weight: 500;
	text-align: right;
	color: #fff;
	line-height: 20px;
}

#cart_menu_cont p a, .cart_menu_cont p a {
	font-weight: 500;
	text-decoration: underline;
	color: #98c1e1;
}

#cart_menu_cont p a:hover, .cart_menu_cont p a:hover {
	text-decoration: none;
	color: #98c1e1;
}

#cart_menu_cont td, .cart_menu_cont td {
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
}

#minicarthref,.minicarthref {
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
	color: #fff !important;
}

#minicarthref:hover, .minicarthref:hover {
	text-decoration: none;
	color: #c9e5fa !important;
}

.color_text {
	color: #98c1e1;
}

.color_text1 {
	color: #555;
}

.color_text2 {
	color: #FF0000;
}

.border_btm {
	border-bottom: 1px solid #15385f;
}

#cruisefinder_left {
	width: 324px;
	float: left;
	text-align: left;
	margin: 16px 0;
	border-right: 1px solid #efefef;
	background-image: url('../media/life_preserve.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#cruisefinder_left td {
	padding: 5px;
}

#cruisefinder_left h2 {
	font-size: 18px;
	line-height: 44px;
	padding-left: 50px;
	font-weight: 200;
	padding-bottom: 8px;
}

#cruisefinder_left p {
	text-align: left;
	padding: 5px 0;
}

#cruisefinder_right {
	width: 324px;
	min-height: 216px;
	float: right;
	margin: 16px 0;
	background-image: url('../media/anchor.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#cruisefinder_right p {
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	padding: 43px 63px 0 0;
}

#my_tours_left {
	width: 320px;
	float: left;
	margin-top: 16px;
	padding: 32px 0 0 0;
	background-image: url('../media/compass.png');
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	z-index: 5;
	left: -30px;
}

#my_tours_left p {
	float: left;
	padding: 0;
	margin: 0 10px 0 60px;
}

#my_tours_right {
	width: 306px;
	min-height: 275px;
	float: left;
	margin: 16px 0;
	padding-left: 20px;
	background-image: url('../media/sailboat.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left: 1px solid #efefef;
}

#cruise_itinerary_results {
	display: none;
}

.evenrow, .oddrow {
	line-height: 18px;
}

.oddrow td {
	padding: 2px 4px;
	background-color: #eee;
}

.evenrow td {
	padding: 2px 4px;
	background-color: #ddd;
}

.ticket_section {
	width: 980px;
	float: left;
	border: 1px solid #000;
	margin-top: 15px;
	font-family: "Courier New", Courier, monospace;
	padding-bottom: 5px;
}

.ticket_section h2, h5 {
	text-transform: uppercase;
}

.ticket_section h5 {
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	text-align: left;
	line-height: 16px;
	color: #000;
}

.ticket_section h2 {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	line-height: 18px;
	color: #000;
}

.ticketleft_holder {
	width: 626px;
	float: left;
	background-image: url("../media/barcode_right.jpg");
	background-position: right 87px;
	background-repeat: no-repeat;
	padding-right: 31px;
}

.ticket_left {
	width: 526px;
	float: left;
	background-image: url("../media/barcode_btm.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 65px;
}

.ticketleft_top {
	width: 626px;
	float: left;
}

.ticket_logo {
	width: 13px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

.ticket_logo img {
	float: left;
	border: none;
}

.ticketleft_title {
	width: 403px;
	float: left;
	text-align: center;
	padding: 8px 0 0 200px;
}

.ticketleft_title h2 {
	font-size: 17px;
	font-weight: 500;
	color: #000;
	padding: 3px 0 0 0;
}

.ticketleft_title h3 {
	width: 250px;
	float: left;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	line-height: 20px;
	color: #000;
	padding-left: 75px;
	padding-top: 5px;
}

.ticket_name {
	width: 626px;
	float: left;
	padding: 20px 0 20px 0;
}

.ticket_name h4 {
	width: 280px;
	float: left;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	color: #000;
	padding-left: 10px;
}

.ticket_name h5 {
	float: left;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	color: #000;
	margin: 20px 0 0 10px;
}

.ticket_name p {
	font-size: 14px;
	font-weight: bold !important;
	text-align: right;
	float: right;
	padding-right: 150px;
	color: #000;
}

.ticket_cruise {
	width: 616px;
	float: left;
	padding-bottom: 20px;
	padding-left: 10px;
}

.ticket_cruise p {
	font-size: 14px;
	font-weight: 200;
	text-align: left;
	text-decoration: none;
	line-height: 16px;
}

.cruise_content {
	width: 305px;
	float: left;
}

.cruise_content p {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	color: #FF0000;
}

.ticket_excursion {
	width: 616px;
	float: left;
	padding-left: 10px;
}

.ticket_excursion p {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	line-height: 16px;
	color: #FF0000;
}

.excursion_content {
	width: 295px;
	float: left;
	padding-right: 10px;
}

.excursion_content2 {
	width: 155px;
	float: left;
}

.ticket_right {
	width: 323px;
	float: left;
	min-height: 269px;
}

.ticket_right h2 {
	width: 323px;
	float: left;
	font-weight: 500;
	font-size: 17px;
	padding-top: 10px;
}

.ticketright_content {
	width: 283px;
	float: left;
	padding: 5px 10px 5px 10px;
}

.ticketright_content h5 {
	color: #000;
	font-weight: 500;
}

.ticketright_content p {
	font-size: 13px;
	font-weight: 200;
	text-decoration: none;
	line-height: 16px;
	color: #555;
}

#shipid, .shipid {
	width: 275px;
	margin: 0 0 10px;
}

#vendorid, .vendorid  {
	width: 275px;
	/*margin: 0 0 10px;*/
}

.cruise_search_data_menu .vendorid {
	width: 660px;
	height: 60px !important;
	/*margin: 0 0 10px;*/
}

.cruise_search_data_menu .shipid_menu {
	width: 660px;
	height: 60px !important;
}

.cruise_search_data_menu .depselect_menu {
	width: 660px;
	height: 60px !important;
}

#cruise_search_data .cruise_ajaxselect {
	width: 275px;
}

#depselect,.depselect {
	width: 275px;
	margin: 0 0 10px;
}

#shipid_menu, .shipid_menu {
	width: 204px;
}

#vendorid_menu, .vendorid_menu {
	width: 204px;
}

#depselect_menu, .depselect_menu {
	width: 204px;
}


.tourmenulinkomg {
	text-decoration: underline !important;
	color: #006699 !important;
}

.groupsdetailsbtn_sec {
	width: 100%;
	height: 32px;
	float: left;
	padding-bottom: 25px;
}

.groupsbooking_holder {
	width: 100%;
	float: left;
}

.groupsbooking_holder .contright_title {
	margin-right: 10px;
}

.groupsbooking_holder select {
	float: left;
	margin-right: 10px;
}

.groupsbooking_holder p {
	float: left;
	line-height: 26px;
}

.groupspricing_text {
	width: 100%;
	float: left;
}

.groupscheckoutbtn_holder {
	width: 100%;
	float: left;
}

.groupcheckoutbtn {
	float: right;
}


#homebrowse_topnav {
	width: 225px;
	/*margin: 0 auto;*/
	list-style: none;
	color: #069;
	margin: 8px 0 0 -3px;
}

#homebrowse_topnav li {
	padding: 0 7px;
	list-style: none;
	display: inline;
}

#homebrowse_topnav li a, #homebrowse_topnav li a:link, #homebrowse_topnav li a:visited {
	font-size: 18px;
	font-weight: 500;
	color: #888;
	text-decoration: none;
	margin: 0 0 0 7px;
}

ul#homebrowse_topnav li:before {
	/*content: "+ ";*/
	color: #fff;
	font-weight: 500;
}

#homebrowse_topnav li a:hover, #homebrowse_topnav li a:active {
	text-decoration: underline;
}

/** GROUP PAGE CSS **/

#title_header img {
	width: 980px;
	float: left;
	margin: 10px 0 20px 0;
}

#title_header p {
	margin: 10px 0;
}

.group_details {
	width: 980px;
	float: left;
	line-height: 18px;
	display: none;
}

.group_details h2 {
	font-family: 'Ek Mukta', sans-serif;
	font-size: 20px;
	font-weight: 200;
	text-align: left;
	text-decoration: none;
	color: #1872ba;
	padding-bottom: 5px;
}

.group_details p {
	font-size: 13px;
	font-weight: 200;
	text-align: left;
	text-decoration: none;
	color: #333;
}

.group_details ul {
	font-size: 13px;
	font-weight: 200;
	text-align: justify;
	text-decoration: none;
	color: #333;
	padding-left: 35px;
}

.group_details ol {
	font-size: 13px;
	font-weight: 200;
	text-align: justify;
	text-decoration: none;
	color: #333;
	padding-left: 35px;
}

.group_details ol li {
	padding-bottom: 10px;
}

.group_details div {
	padding: 14px 0 0 0;
}

.group_details div p {
	text-align: justify;
	margin: 0 20px;
}

.group_details div:last-child {
	background: none;
}

.viewdetails {
	font-size: 14px;
}

.desclong {
	display: none;
}

.cart_queue_msg p {
	font-size: 12px;
	color: green;
	line-height: 14px;
	font-weight: 500;
}

#reviews {
	width: 980px;
	float: left;
}

#reviews h2 {
	text-indent: 20px;
}

#reviews h2:first-child {
	margin-top: 20px;
}

#reviews p {
	padding-left: 40px;
	font-size: 16px;
	line-height: 20px;
}

.dotted_line {
	width: 800px;
	margin: 10px auto;
	border-top: 2px dotted #cee0f0;
}

.quote_start {
	font-size: 40px;
	color: #0483f9;
	position: relative;
	top: 14px;
	margin-right: 3px;
}

.quote_end {
	font-size: 40px;
	color: #0483f9;
	position: relative;
	top: 14px;
	margin-left: 3px;
}



#leftsearchsection {
	width: 303px;
	float: left;
}

#leftsearchsection img {
	float: left;
	border: none;
}

#homebrowsetopnav_sec {
	position: absolute;
	width: 305px;
	height: 25px;
	z-index: 500; 
	border-top: 10px solid #C13018;
	font-weight: 500;
	font-size: 22px;
	opacity: 0.95;
	left: 0;
	top:50px;
	-webkit-box-shadow: 0 8px 16px -6px black;
	-moz-box-shadow: 0 8px 16px -6px black;
	box-shadow: 0 8px 16px -6px black;
}

#homebrowsetopnav_sec a {
	color: #FFFFFF;
	font-family: 'Ek Mukta', sans-serif;
	font-weight: 500;
}

#homebrowsetopnav_sec_inner {
	width: 290px;
	border-top: 1px solid #fff;
	padding: 10px 0 10px 15px;
	background: url(../media/map.png) no-repeat 248px 4px #E35948;
	box-shadow: 0 8px 16px -6px #000000;
}

#homesearchbanner_sec {
	width: 303px;
	position: absolute;
	top:145px;
	z-index: 500;
}

.homesearchbanner_sec {	
	width: 303px;
	position: absolute;
	top:145px;
	z-index: 500;
	border-bottom: 10px solid #093D6D;
	-webkit-box-shadow: 0 8px 16px -6px black;
	-moz-box-shadow: 0 8px 16px -6px black;
	box-shadow: 0 8px 16px -6px black;
}

#leftsearch_content {
	width: 303px;
	float: left;
	padding: 0;
	background-color: #fff;	
	border-top: 10px solid #093D6D;
}


#leftsearch_title {
	width: 288px;
	float: left;
	padding: 0 0 0 15px;
	background: url(../media/search_white.png) no-repeat 263px 13px #315a98;
	border-top: 1px solid #FFFFFF;
}


#leftsearch_title2 {
	width: 288px;
	height: 50px;
	float: left;
	padding: 0 0 0 15px;
	background-color: #315a98;
	border-top: 1px solid #fff;
}

#leftsearch_title2  h3 {
	font-size: 20px;
	text-decoration: none;
	line-height: 30px;
	color: #fff;
	padding: 10px 0;
	font-family: 'Ek Mukta', sans-serif;
	font-weight: 700;
}

#leftsearch_content2 {
  background-color: #315a98;
  float: left;
  padding: 0;
  width: 303px;
  margin: 15px 0 0;
}

#leftsearch_title img {
	margin-top: 4px;
}

#leftsearch_title h3 {
	font-size: 20px;
	text-decoration: none;
	line-height: 30px;
	color: #fff;
	padding: 10px 0;
	font-family: 'Ek Mukta', sans-serif;
	font-weight: 500;
}

#leftsearch_info {
	width: 100%;
	float: left;
}

#leftsearch_dropdowns {
	width: 204px;
	float: left;
	padding-left: 14px;
}

#leftsearch_dropdowns p {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	color: #315A98;
	padding-bottom: 0 !important;
	font-weight: 500;
	margin: 10px 0 0;
}

#leftsearch_submit {
	width: 100%;
	padding: 0 !important;
	background-color: #315A98;
	color: #fff;
	font-size: 22px;
	height: 43px !important;
	margin: 0;
	border-bottom: 1px solid #fff;
}

.instructions {
	text-align: left;
}

.departinfo {
	text-align: left;
}

.questions_link {
	float: left;
	margin-top: 10px;
	cursor: pointer;
}

.questions_link:hover {
	text-decoration: underline;
}

/*  starts sub header CSS	*/

.social-pp {
	float: left;
	color: #006699;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 0 242px;
	padding: 0 0 0 18px;
	display: inline;
}

.soctext {
	float: left;
	margin: 7px 10px 0 0;
}

.socimg {
	float: left;
	padding: 0 5px 0 5px;
	margin: 5px 0 0 0;
}

.socimg > a > img {
	width: 27px;
	height: 26px;
}

.livechat-pp {
	float: left;
	width: 155px;
	padding: 0 18px 0 18px;
	margin: 0 15px 0 15px;
	border-right: 1px solid #006fa9;
	border-left: 1px solid #006fa9;
}

.subhead-1800 {
	float: left;
	height: 28px;
	color: #006FA9;
	/*margin: -17px 5px 0 0;*/
	text-align: center;
}

.subbig-1800 {
	width: 246px;
	font-weight: 500;
	font-size: 24px;
	font-style: italic;
}

.subsm-1800 {
	font-size: 10px;
	font-weight: none !important;
	margin: -15px 0 5px 0;
	position: relative;
	z-index: 5;
}

.subsm-1800 > a {
	color: #006FA9;
	text-decoration: none;
}

.subsm-1800 > a:hover {
	text-decoration: underline;
}

/*  Ends sub header CSS	*/

.fb-like {
	float: left;
	padding: 5px 0 5px 0;
}

.g-plusone {
	float: left;
}
.transfer_title {
	font-size: 12px;
	font-weight: 500;
	color: #093D6D;
	text-align: center;
	margin-top: 5px;
}
.page_blue{
	/*background-image: url('../media/avt-blue.png');
	background-repeat: no-repeat;
 background-size: 10px 10px;*/
color:#1D4772;
font-size:14px;
 float:left;
width:12px;
}
.page_gray{
	/*background-image: url('../media/off-white.png');
	background-repeat: no-repeat;
 background-size: 10px 10px;*/
color:#D5D5D5;
font-size:14px;
  float:left;
  width:12px;
}
.page_blue, .page_gray:hover{
	text-decoration:none;
	cursor:pointer;
}
.pageheader{
color: #666;
font-size: 14px;
float: left;
width: 50px;
	
}
.pagedotsleft {
	float:left;
	width:460px;
}

.worry_free {
	width: 760px; 
	float: left;
}

.block100 {
	width: 100%;
	float: left;
}


.light_blue {
	background-color: #315a98;
}

.white_line {
	background-color: #fff;
	height: 1px;
}

.drak_blue {
	background-color: #093d6d;
	max-height: 39px;
}

.follow_drak_blue {
	background-color: #093d6d;
	min-height: 15px;
}

.bottom_drak_blue {
	background-color: #093d6d;
	min-height: 36px;
}

.nav_search {
	float: left;
	width: 340px;
	position: relative;
	
}

.nav_search input[type=text] {
	width: 340px;
	margin: 0 0 0 4px;
	padding: 4px;
	font-size: 18px;
	border: 1px solid #fff;
}

.nav_search input[type=image] {
	width: 22px;
	height: 22px;
	position: absolute;
	z-index: 1000;
	right: -7px;
	top: 4px;
	border: 1px solid #fff;
}


.nav_cart {
	background: url(../media/nav_cart.png) no-repeat 32px 2px ;
	padding: 0 25px 0 5px !important;
}


.nav_social {
	float: right;
	width: 120px;
	height: 35px;
	background: url(../media/nav_social.png) no-repeat right 4px;
}

.nav_social a {
	float: left;
	width: 28px;
	height: 29px;
	display: block;
	margin: 4px 0 0 2px;
}


.list_cont {
	float: left;
	width: 100%;
}



.list_footer {
	margin-bottom: 60px;
	font-family: 'Ek Mukta', sans-serif;
}

.list_foo{
	margin-bottom: 30px;
	font-family: 'Ek Mukta', sans-serif;
}

.li_1 {
	float: left;
	width: 295px;
	margin-right: 55px;
}


.li_2 {
	float: left;
	width: 316px;
}


.li_5 {
	float: left;
	width: 150px;
}

.li_5 ul {
	float: left;
	width: 100% !important;
}

.li_6 {
	float: right;
	width: 435px;
}


.li_3 {
	float: right;
	width: 261px;
}

.list_holder {
	color: #fff;
}

.list_holder a {
	color: #fff;
}

.back_width {
	width: 310px;
}

.list_title {
	float: left;
	width: 100%;
	padding: 0 0 2px;
	margin: 4px 0 0;
	color: #fff;
	font-weight: 500;
	border-bottom: 2px solid #fff;
	font-size: 12px;
	font-family: 'Ek Mukta', sans-serif;
}

.list_holder > ul:first-child {
	float: left;
	width: 56%;
}

.ul_2 {
	width: 40% !important;
}

.list_holder > ul {
	float: right;
	text-align: left;
	width: 38%;
}

.list_holder > ul > li {
	list-style: none;
	margin: 5px 0 0;
	font-family: 'Ek Mukta', sans-serif;
	font-size: 12px;
}


.footer_logo {
	width: 433px;
	height: 75px;
	float: left;
}

.footer_logo a {
	display: block;
	width: 433px;
	height: 75px;
	float: left;
	background-image: url('../media/footer-logo-3.png');
	background-repeat: no-repeat;
}
.footer_logo.partner a, .footer_logo.group a{
	display: block;
	width: 433px;
	height: 75px;
	float: left;
	background-image:none;
}
.footer_logo.partner .show,.footer_logo.group .show  {
	display: block;
	width: 433px;
	height: 75px;
	float: left;
	background-image: url('../media/footer_logo2.jpg');
	background-repeat: no-repeat;
}



.footer_logo a img{height:70px;}

.footer_num {
	float: left;
	width: 260px;
	font-size: 26px !important;

}


.footer_social {
	float: right;
	width: 120px;
	height: 35px;
	background: url(../media/footer_social.png) no-repeat right 4px;
}

.footer_social a {
	float: left;
	width: 28px;
	height: 29px;
	display: block;
	margin: 4px 0 0 2px;
}

.copy_right {
  float: right;
  margin: 2px 0 0;
  text-align: right;
  width: 385px;
}

.dev {
  float: left;
  margin: 5px 0 0;
}

.omg {
  float: left;
  padding: 3px 6px 3px 3px;
  width: 24px;
}


.credits100 {
	background-color: #315A98;
	border-top: 1px solid #fff;
	padding: 8px 0 15px;
}

.blog-slider-cont {
	float: left;
	position: relative;
	width: 980px;
	height: 300px;
	margin: 0 0 40px;
}

.blog-slider {
	position: absolute;
	width: 980px;
	margin: 0 auto;
	z-index: 15;
	overflow:hidden;
	height: 300px;
}

.blog-slider-cont img {
	width: 100%;
	height: 300px;
	border-bottom: 15px solid #315A98;
}
.banner100 {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	z-index: 15;
	overflow:hidden;
	height: 575px;
}

.banner100 img {
	width: 100%;
	height: 561px;
	border-bottom: 15px solid #315A98;
}

.headline2 {
	position: absolute;
	text-align: center;
	z-index: 19;
	font-family: 'Ek Mukta', sans-serif;
	font-weight: 200; 
	border-top: 10px solid #c13018;
	background-color: #e35948;
	opacity: .95;
	bottom: 50px;
	right: 0;
	padding: 0 0 5px;
	font-size: 26px;
	width: 560px;
	color: #fff;
	-webkit-box-shadow: 0 8px 16px -6px black;
	-moz-box-shadow: 0 8px 16px -6px black;
	box-shadow: 0 8px 16px -6px black;
}

.headline2 span {
	width: 560px;
}


.headline2_inner {

	border-top: 1px solid #fff;
	padding: 5px 0 0;
}


.sear_btn {
	float: left;
	width: 100%;
}

.ex_bg {
	float: left;
	position: relative;
	width: 968px;
	/*height: 465px;*/
	background-color: #b0b0b0;
	/*color: #606060;*/
	/*color: #fff;*/
	padding: 0 0 12px 12px;
	margin: 0 0 10px;
}

.ex_bg_active {
	background-color: #b0b0b0 !important;
	margin: 0 0 0 1px !important;
	/*border-top: 1px solid #fff;*/
}

.ex_active a {
	color: #fff !important;
}



.see_all_active a {
	color: #fff !important;

}

.ex_title {
	float: left;
	width: 100%;
	font-size: 48px;
	font-family: 'Ek Mukta', sans-serif;
	font-weight: 200;
	color: #fff;
}


.ex_title a { 
	color: #606060;
}

.ex1 {
	margin: 0 0 25px 0 !important;
}
.pack_cont {
	float: left;
	width: 100%;
}




.ex_packages_cont {
	float: left;
	width: 218px;
	box-shadow: 0 8px 16px -6px #000000;
	margin: 0 0 25px 28px;
}

.ex_packages_cont2{
	margin: 0 0 25px 28px;
	float: left;
	width: 218px;
	box-shadow: 0 8px 16px -6px #000000;
}

.ex_packages_cont2:nth-of-type(4n+1)  {
	margin: 0 0 25px 0;
}





.ex_packages {
	float: left;
	width: 218px;
	/*height: 132px;*/
}

.ex_image {
	float: left;
	width: 218px;
	height: 130px;
	position: relative;
	overflow: hidden;
}

.ec_price {
	background: url(../media/re_bg.png);
	width: 202px;
	padding: 8px;
	font-size: 18px;
	position: absolute;
	z-index: 29;
	color: #fff;
	text-align: right;
	top: 93px;
	
}

.ex_dection_cont {
	float: left;
	width: 195px;
	background-color: #fff;
	font-size: 13px;
	line-height: 16px;
	padding: 12px;
	color: #606060;
}

.ex_package_tile {
	float: left;
	width: 100%;
	padding: 0 0 10px;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
}

.ex_btn {
	float: left;
	background-color: #cf4739;
	border-top: 7px solid #b53820;
	font-size: 16px;
	text-align: center;
	padding: 0 0 5px;
	width: 219px;
}

.ex_btn_inner {
	width: 100%;
	border-top: 1px solid #fff;
	padding: 4px 0 0;
}

.ex_btn a {
	color: #fff;
}


.see_all_ex {
	float: left;
	/*bottom: 10px;
	right: 15px;*/
	width: 958px;
	font-size: 18px;
	text-align: right;
	margin: 12px 0 0;
}

.see_all_ex a {
	color: #fff;
}

.day_tab_cont {
	float: left;
	width: 980px;
	height: 53px;
	position: relative;	
	overflow: hidden;
}

.day_tab_inner {
	height: 80px;
	width: 2000px;
	position: absolute;
}


.day_tab:first-child {
	margin-left: 0px;
}



.day_tab {
	width: 108px;
	height: 53px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	behavior: url(border-radius.htc);
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-weight: 200;
	font-family: 'Ek Mukta', sans-serif;
	font-size: 22px;
	cursor: pointer;
	text-align: center;
	float: left;
	margin-left: -10px;
}


.day_tab > p {
	font-size: 14px;
	margin-top: -7px;
}

.day_tab_cont .on {
	position: relative;
	background-color: #B0B0B0;
	z-index: 980;
	left: 0;

}

.day_tab_cont .off:first-child {
	left: 0;
}

.day_tab_cont .off {
	display: inline;
	background-color: #315A98;
	position: relative;
	left: -4px;
}

.day_tab_cont .off:hover {
	background-color: #093D6D;
}

.margin35px {
	margin: 10px 0 15px;
}

.day_btn_cont {
	width: 50px;
	float: right;
	margin: 40px 0 0;
}

.day_left, .day_right {
	float: right;
	cursor: pointer;
	height: 24px;
	width: 24px;
}

.day_left:hover, .day_right:hover {
	opacity: .95;
}

.ex_width {
	width: 930px !important;
	color: #606060;
}

.day_left {
	background: url(../media/btn-left.png) no-repeat;
}

.day_right{
	background: url(../media/btn-right.png) no-repeat;
}




.yci {
	color: #315A98;
	width: 303px;
	float: left;
	position: relative;
}

.yci li:first-child {
	margin: 10px 0 10px 15px;
}

.yci li {
	float: left;
	width: 270px;
	list-style: none;
	margin: 0 0 0 15px;
	font-family: 'Ek Mukta', sans-serif;
	font-weight: 500;
	font-size: 14px;
	border-bottom: 5px solid #19497e;
	line-height: 22px;
	padding: 0 0 7px;
}

.yci span {
	font-size: 18px;
	font-weight: 200;
}

.noborder {
	border: none !important;
	margin: 5px 0 0 15px !important;
}


.last_info_cont {
	float: left;
	width: 303px;
	font-family: 'Ek Mukta', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	background: #315A98;
	border-top: 10px solid #fff;
}


.last_info {
	font-size: 20px !important;
	padding: 10px 0 0 !important;
	position: relative;
	line-height: 28px;
	border-bottom: 1px solid #fff  !important;
	text-indent: 15px;
}


.last_info p {
	font-size: 28px !important;
	text-indent: 15px;
}

.big_arrow {
	position: absolute;
	left: 205px;
	top: 40px;
}


.follow_down {
	float: left;
	width: 245px;
}

.follow_down > ul > li:first-child {
	border: none;
	padding: 0 0 15px;
	background: url(../media/arrow_wh.png) no-repeat center 25px;
}

.follow_down  > ul > li {
	float: left;
	width: 100px;
	text-align: center;
	margin: 22px 0 0;
	list-style: none;
	background: url(../media/div-line.png) no-repeat left;
	padding: 0 0 0 15px;
	position: relative;
}


.follow_down > ul > li > a {
	color: #fff;
	font-size: 18px;
	font-family: 'Ek Mukta', sans-serif;
	font-weight: 500;
	padding: 0 0 29px 0;
}

.arrow-img {
		background: url(../media/arrow_wh.png) no-repeat center 25px;
}	
	
.follow_down  > ul > li > ul {
	display: none;
	position: absolute;
	z-index: 1000;
	color: #fff;
	background-color: #315A98;
	text-align: left;
	padding: 15px;
	width: 250px;
	border-left: 5px solid #093D6D;
	border-top: 15px solid #093D6D;
	top: 49px;
	left: 10px;
}

.follow_down  > ul > li:hover > ul {
	display: block;
}


.follow_down  > ul > li > ul > li:first-child {
	border-top: none;
	padding: 3px 0 3px;
}


.follow_down  > ul > li > ul > li {
	list-style: none;
	padding: 3px 0 3px;
	border-top: 5px solid #093D6D;
}

.follow_down  > ul > li > ul > li > a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;

}


.li-links {
	height: 20px;
	text-align: center;
	background: url(../media/dd_icons.png) no-repeat center 8px;
	padding: 15px 0 15px !important;
}


.li-links > a:first-child {
		margin: -4px 5px 0 47px;
}

.li-links > a {
	float: left;
	display: block;
	height: 36px;
	width: 35px;
	/*background-color: #fff;*/
	margin: -4px 5px 0 0;
}


.dd_2nd > ul {
	display: none;
	position: absolute;
	z-index: 1000;
	color: #fff;
	background-color: #315A98;
	text-align: left;
	padding: 7px 10px;
	width: 250px;
	border-left: 5px solid #093D6D;
	border-top: 15px solid #093D6D;
	top: -15px;
	left: 260px;
	overflow: auto;
	max-height: 550px;
}

.dd_2nd:hover > ul {
	display: block;
}


.dd_2nd ul > li:first-child {
	border-top: none;
	padding: 5px 0 3px;
}


.dd_2nd > ul > li {
	list-style: none;
	padding: 3px 0 3px;
	border-top: 2px solid #093D6D;
}

.dd_2nd > ul > li > a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;

}

.tourdisplay_frame .ui-button {
	background-color: #EBEBEB;
	color: #093D6D;
}

.tourdisplay_frame .ui-button:hover {
	background-color: #DBEAF9;
}

.white {
	color: #fff;
}

.white:hover {
	color: #fff;
}


.reset-your-info {
	position: absolute;
	bottom: 3px;
	right: 20px;
}


.reset-your-info input{
	background-color: #fff !important;
	border: 1px solid #fff !important;
	padding: 0 !important;
	color: #093D6D !important;
	font-size: 13px;
	
}

.reset-your-info input:hover {
	text-decoration: underline !important;
}


#tourfinder_menu_cont {
	width: 855px;
	float: left;
}

#tourfinder_menu_frame {
	width: 600px;
	float: left;
	margin: 15px 0;
	border-right: 1px solid #efefef;
}

#tourdisplay_frame {
	width: 570px;
	float: left;
	margin: 0 15px;
}

#tourdisplay_cont {
	width: 570px;
	float: left;
}

#tourdisplay_cont th {
	color: #fff;
}

#reset_btn {
	display: none;
	float: right;
	margin: 5px 0;
}

#disclaimer {
	width: 570px;
	float: left;
	margin-left: 15px;
}

#disclaimer p {
	text-align: justify;
	color: #fff;
	line-height: 16px;
	padding-right: 250px;
}

#tourfinder_menu_search {
	width: 356px;
	float: left;
	text-align: left;
	margin: 0 214px 15px 15px;
	background-image: url('../media/life_preserve.png');
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
}

#tourfinder_menu_search td {
	padding: 5px;
}

#tourfinder_menu_search h2 {
	font-size: 18px;
	line-height: 44px;
	padding-left: 50px;
	font-weight: normal;
	padding-bottom: 8px;
}

#tourfinder_menu_search p {
	text-align: justify;
	color: #fff;
	line-height: 16px;
}

#cart_menu_frame {
	width: 235px;
	float: left;
	color: #fff;
	padding: 0 10px 0 5px;
}

#cart_menu_cont {
	width: 235px;
	float: left;
}

#cart_menu_cont h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 16px 0 0 0;
	text-align: right;
	background: url('../media/cart_img.png') no-repeat;
	background-position: 90px 8px;
}

#cart_menu_cont p {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #fff;
	line-height: 20px;
}

#cart_menu_cont p a {
	font-weight: bold;
	text-decoration: underline;
	color: #98c1e1;
}

#cart_menu_cont p a:hover {
	text-decoration: none;
	color: #98c1e1;
}

#cart_menu_cont td {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

#minicarthref {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	color: #fff !important;
}

#minicarthref:hover {
	text-decoration: none;
	color: #c9e5fa !important;
}

.addtocart_form p {
	float: left;
	width: 100%;
	margin: 10px 0 0;
}
.addtocart_form select {
	float: left;
	width: 100%;
}


.addtocart_form  input[type=text] {
	float: left;
	width: 177px;
}

.addtocart_form  input[type=checkbox] {
	margin: 0 3px 0 10px;
	vertical-align: middle;
}
.addtocart_form  input[type=radio] {
	margin: 0 3px 0 10px;
	vertical-align: middle;
}



.excursion-duration {
	float: left;
	width: 195px;
	background-color: #093d6d;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 25px;
	margin: 0 0 25px;
	
}
.excursion-duration2 {
	float: left;
	width: 195px;
	background-color: #093d6d;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px 10px;
	margin: 0 0 0px 15px;
}



.excursion-duration2 i {
	float: left;
	font-size: 36px;
	margin: 9px 0 0;
}

.content_top_right_col .duration-txt2 {
	float: left;
	width: 150px;
	height: 100%;
	margin: 6px 0 0 10px;
	font-weight: normal;
}


.duration-time-cont2  {
	float: left;
	width: 145px;
	margin: -6px 0 0 10px;
}

.excursion-duration i {
	float: left;
	font-size: 30px;
	margin: 2px 0 0;
}



.duration-cont .duration-txt {
	float: left;
	width: 60px;
	height: 100%;
	margin: 6px 0 0 10px;
}



.duration-time-cont  {
	float: left;
	width: 70px;
	margin: 6px 0 0 10px;
}


.side-product-option-cont {
	width: 200px;
	margin: 0 auto;
}



.product-option-title {
	float: left;
	width: 100%;
	border-bottom: 2px dotted #315A98;
	padding: 0 0 4px;
	margin: 0 0 8px;
}


.option-title-number {
	float: left;
	width: 24px;
	height: 24px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #093d6d;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	font-size: 18px;
	line-height: 24px;
}


.option-title-text {
	float: left;
	width: 165px;
	margin: 4px 0 0 10px;
	color: #093d6d;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
}

.product-option-subtitle {
	float: left;
	width: 100%;
	color: #093d6d;
	margin: 0 0 5px;
}



.product-steps-cont {
	color: #093d6d;
	line-height: 18px;
}

.product-steps-cont .product-steps-inner:last-child {
	border: none;
}

.product-steps-inner {
	float: left;
	width: 100%;
	border-bottom: 2px solid #bdbdbd;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.product-steps-cont label{
	display:block;
}



.product-steps-cont input,
.product-steps-cont select,
.product-steps-cont textarea {
	float: left;
}

.product-steps-cont input[type=radio],
.product-steps-cont input[type=checkbox]{
	margin: 3px 7px 0 0;
}


.half-option input[type=text] {
	float: left;
	width: 75px;
	margin: 0 15px 0 0;
}
.half-option select {
	float: left;
	width: 92px;
	padding: 8px 8px 6px;
	color: #757575;
}

.product-steps-cont .full-options-cont label{
	float: left;
	display:block;
	width: 175px;
	margin: 0 0 10px;
}

.full-options-inner {
	position: relative;
}

.full-box{
	position: relative;
}

.full-box select {
	float: left;
	width: 200px;
	padding: 8px 8px 6px;
	color: #757575;
}

.full-box input[type=text] {
	float: left;
	width: 181px;
	padding: 8px 8px 6px;
	color: #757575;
	position: relative;
}



.half-options-cont {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}

.half-options-inner {
	float: left;
	width: 50%;
}

.half-box-text {
	float: left;
	width: 75px;
}

span.product-option-subtitle {
	font-size: 12px;
	font-weight: normal;
	margin: 0 !important;
}

.total-cont {
	float: left;
	width: 185px;
	padding: 8px;
	background-color: #e5e5e5;
}

.total-line {
	float: left;
	position: relative;
}

.total-who {
	float: left;
	width: 42px;
	margin: 3px 0 0 3px;
	font-size: 16px;
}
.total-info {
	float: left;
	width: 20px;
	text-align: center;
	margin: 3px 0 0;
}


.fa-info-circle {
	cursor: pointer;
}

.total-price {
	float: left;
	width: 50px;
	margin: 3px 0 0;
	font-size: 16px;
}

.total-line select {
	padding: 2px 0;
	width: 42px;
	z-index: 100;
	position: relative;
}

.total-line2 {
	float: right;
	
}

.total-cost {
	float: left;
	width: 70px;
	font-weight: bold;
	margin: 5px 0 0;
}

.total-amount {
	float: left;
	width: 80px;
	font-weight: bold;
	text-align: center;
	background-color: #093d6d;
	color: #fff;
	padding: 3px 0;
}

.product-steps-cont input[type=submit]{
	width: 100%;
	background-color: #B93520;
	text-align: right;
	font-weight: bold;
	margin: 12px 0 8px;
	border: 1px solid #B93520;
}

.product-steps-cont input[type=submit]:hover {
	background-color: #E3604F;

}


.continuce-shopping {
	float: right;
	text-align: right;
	color: #093d6d;
	width: 100%;
}

.hover-cont {
	float: left;
	position: relative;
	width: 100%;
}

.ages-hover {
	width: 195px;
	height: 150px;
	position: absolute;
	z-index: 5;
	color: #fff;
	display: block;
	font-size: 12px;

}

.ages-hover:hover {
	display:block;
	width: 100%;
	height: 150px;
	left: 65px;
	padding: 3px 0 0 10px;
	background: url(../media/adult-hover.png) no-repeat 0 -5px;
	
}

.show-adult i {
	float: left;
	width: 20px;
	z-index: 25;
	margin: 2px 0 0;
}

 div.info-message {
 	position: absolute;
	width: 155px;
	z-index: 500;
	display:none;
	top:-37px;
	height: 150px;
	left: 24px;
	padding: 3px 0 0 0;
	background: url(../media/adult-hover2.png) no-repeat 0 -5px;
	color: #fff;
 }
 


.show-adult:hover div.info-message {
	display:block;
}

/*.child-ages {
		width: 100%;
	height: 150px;
	left: 65px;
	top: 2px;
	padding: 3px 0 0 10px;
	background: url(../media/adult-hover.png) no-repeat 0 -5px;
}

.infant-ages {
		width: 100%;
	height: 150px;
	top: 33px;
	left: 65px;
	padding: 3px 0 0 10px;
	background: url(../media/adult-hover.png) no-repeat 0 -5px;
}*/
.omg-ages-hover {
	top: 0px;
}


/*blog styles */

.blog-title  {
  border-bottom: 1px solid #093d6d;
  float: left;
  padding: 0 0 5px;
  margin: 0 0 30px;
  width: 980px;
}
.blog-title-article  {
  float: left;
  margin: 0 0 10px;
  width: 980px;
}

.blog-title h2 {
  color: #093d6d;
  font-family: "Ek Mukta",sans-serif;
  font-size: 32px;
  font-weight: 200;
  line-height: 30px;
  text-align: left;
}

.blog-title-article  h2 {
  color: #093d6d;
  font-family: "Ek Mukta",sans-serif;
  font-size: 32px;
  font-weight: 200;
  line-height: 30px;
  text-align: left;
}

.blog-title > h2 > span {
  font-weight: bold;
}

.blog-frame {
	float: left;
	width: 100%;
}

.blog-cat:first-child {
	float: left;
	margin: 0;
}

.blog-cat {
	float: left;
	margin: 0 0 0 17px;
}


.blog-cat  .ex_image {
  float: left;
  width: 315px;
  height: 252px;
  margin: 0 0 50px;
  overflow: hidden;
  position: relative;
}

.blog-cat .ec_price {
  background: url("../media/white_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #093D6D;
  font-size: 24px;
  padding: 8px;
  position: absolute;
  text-align: left;
  top: 205px;
  width: 299px;
  z-index: 29;
}

.blog-breadcrumb  {
  border-bottom: 1px solid #093d6d;
  float: left;
  padding: 0 0 5px;
  margin: 0 0 30px;
  width: 980px;
}

.blog-breadcrumb ul {
  font-size: 14px;
  font-weight: 200;
  list-style: outside none none;
  margin: 10px 0 0;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}

.blog-breadcrumb ul li {
  display: inline;
  padding-right: 5px;
}

.blog-breadcrumb ul li:first-child:before {
  content: none;
}
.blog-breadcrumb ul li:last-child:before {
  content: none;
}

.blog-breadcrumb ul li:before {
  color: #093d6d;
  content: "/";
  padding-right: 5px;
}

.worry-me {
	float: left;
	width: 100%;
	margin: 0 0 45px;
}


.worry-me .contentmid_col2 {
  float: left;
  padding: 0 0 0 35px;
  width: 640px;
  color: #555;
}

.worry-me .contentmid_col2 h2{
	 font-size: 30px;
	 color: #093D6D;
	 font-weight: normal;
	 margin: 0 0 10px;
	 line-height: 23px;
	 
}



.blog-paging  {
  border-top: 1px solid #093d6d;
  float: left;
  padding: 5px 0 0 ;
  margin: 0 0 30px;
  width: 980px;
}

.blog-paging ul {
  font-size: 18px;
  font-weight: 200;
  list-style: outside none none;
  margin: 3px 0 0;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}

.blog-paging ul li {
  display: inline;
  padding: 5px 2px;
}
.blog-paging ul li a:active {
  font-weight: bold;
}

.return-home {
	float: right;
	margin: -4px 0 0;
	padding: 0 !important;
}

.return-home a {
	float: right;
	font-size: 16px;
	text-align: right;
	padding: 0 8px;
	background-color: #093D6D;
	color: #fff;
}


.blog-article p {
	margin: 0 0 15px;
	text-wrap: normal;
}


.image-wrap-r {
	float: right;
	padding: 6px;
}


.depart-times {
	vertical-align: top;
}
.depart-times td {
	text-align: left;
	vertical-align: top;
	width: 95px;
	padding: 0 10px 10px 0;
}

.bold {
	font-weight: bold;
}


.ui-datepicker {
	z-index: 150 !important;
}


.airlinetable input {
	float: right !important;
	margin: 0 0 8px 0 !important;
	width: 64px !important;
	border: 1px solid #315a98 !important;
	padding: 8px !important;
}
.airlinetable select {
	float: right !important;
}