/*  Commmon style for all pages Styles
--------------------------------------------------------------------*/
body {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	background: #060D02;
	/*background: #060D02 url(../images/bg.jpg) top center no-repeat;*/
}
h1, h2, h3, h4, h5, h6, p, li, ul, li, ol {
	margin:0;
	padding:0;
}
.black-txt {
	color:#323232;
}
.pt25 {
	padding-top:25px;
}
.pb25{
	padding-bottom:25px;
}
.pt8 {
	padding-top:8px;
}
.clearfloat {
	clear:both;
}
.pt30 {
	padding-top:30px;
}
.pt45{
	padding-top:35px;
}
.pr10 {
	padding-right:10px;
}
.pr50 {
	padding-right:50px;
}
.pl50{
	padding-left:50px;
}
.pt20{
	padding-top:20px;
}
.pt10{
	padding-top:10px;
}
.pt15{
	padding-top:15px;
}
.mt10{
	margin-top:10px;
}
.pb10 {
	padding-bottom:10px;
}
.pr35{
padding-right:35px;
}
.mt30{
	margin-top:30px;
}
.mb35{
	margin-bottom:35px;
}
.mt80{
	margin-top:80px;
}
.mt50{
	margin-top:50px;
}
.text-center{
	text-align:center;
}
.img-center{
	margin:0 auto;
}
.text-italic{
	font-style:italic;
}
.nowrap{
	white-space:nowrap;
}
.vertical-rule{
	border-left:1px solid #dedede;
}
.overflow{
	overflow:hidden;
}
/* 1. Top Header and menu bar Styles
--------------------------------------------------------------------*/

.top_header_bg {
	background-color:#F0D27A;background-image: linear-gradient(to right,#ffffff,#E5C467 72%) !important;
}
.top_header_bg .container p {
	font-size:16px;
	color:#E9852C;
	padding:11px 0;
}
.top_header_bg .container p span {
	color:#999999;
}
/* Menu bar Style */

.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
	margin-top:-10px;
	margin-left:-1px;
	padding:10px 10px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
}
.menu-right{
	height:8px;
	width:8px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display:block;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 30px;
}
.navbar-nav > li > .dropdown-menu li a{
	text-transform:none;
}	
.dropdown-submenu>a:after {
	display:block;
	float:right;
	width:0;
	height:0;
	margin-top:5px;
	margin-right:-10px;
	border-color:transparent;
	border-left-color:#ccc;
	border-style:solid;
	border-width:5px 0 5px 5px;
	content:" "
}
.dropdown-submenu:hover>a:after {
	border-left-color:#fff;
}
.dropdown .dropdown-menu .nav-header {
	padding-right:20px;
	padding-left:20px
}
.dropdown>.dropdown-menu hr{
	width:84%;
	margin:0 auto;
	border-color: #fff;
}
.dropdown-submenu>.dropdown-menu hr{
	width:75%;
	margin:0 auto;
	border-color: #e0dfdd;
	border-style:dashed;
}
.dropdown-submenu:last-child .dropdown-menu{
	margin-top:-266px;
}
.menubar .navbar-default {
	background-color: #096303;
	border-color: #fff;
}
.menubar .navbar-brand {
	float: left;
	height:auto;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
}
.menubar .nav li input {
	border:none;
	background-color:#f4f2f0;
	height:42px;
	padding:10px 10px 10px 25px;
	box-shadow: none;
}
.menubar .nav li .input-group{
	width:336px;
}
.menubar .nav li .search-btn {
	background-color:#f4f2f0;
	padding:11px;
	border:none;
	color:#E9852C;
}
.navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
}
.navbar-default .navbar-nav li a {
	font-size:15px;
	color:#ffffff;
	text-transform:uppercase;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 25px 10px 25px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #f89528;
	background-color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color:#E9852C;
	background:none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
	color:#E9852C;
	background:none;
}
.navbar-default .dropdown-menu li > a:hover, .navbar-default .dropdown-menu li > a:focus, .navbar-default .dropdown-menu li > a:active {
	color:#E9852C;
	background:none;
}
.navbar-default .navbar-nav > .open > a:focus {
	color:#E9852C;
	background:none;
}
.navbar-default .navbar-nav {
	margin-top:35px;
}
.menubar .navbar-brand img {
	position:absolute;
	top:0px;
}
.dropdown > .dropdown-menu {
	border: none;
	padding:10px 0;
	background:#f4f2f0;
}
.dropdown-menu > li > a {
    padding: 10px 20px;
}	
.menubar .nav li.open > a{
	background:none;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color:#323232;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #E9852C;
	background-color:#fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #E9852C;
}
.navbar-toggle {
	margin-top:22px;
	margin-bottom:0px;
}
.navbar {
	margin-bottom:0;
}
.navbar .row button {
	margin-top:20px;
}
@media (min-width:768px) and (max-width:1000px) {
	.menubar .nav li .input-group {
    width: 150px;
}
.nav > li > a {
	padding:10px 11px;
}
}
@media only screen and (max-width:767px) {
.navbar-collapse {
 width:300px !important;
 border-top:none !important;
 margin-top:15px;
}
.menubar .nav li .input-group{
	width:300px;
}
.dropdown-submenu>.dropdown-menu {
	margin-left:15px;
}
ul.nav{
	float:left !important;
}
.dropdown>.dropdown-menu hr{
	border:none;
}
}

/* Dropdown sub menu */

/* 2. Carousel slider Styles
--------------------------------------------------------------------*/
.carousel {
	margin-bottom: 60px;
	top:30px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
	text-shadow:none;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	width:100%;
}
.carousel-inner > .item > img {
	width: 100%;
}
.carousel-caption h1 {
	font-size:55px;
}
.carousel-caption h2 {
	font-size:35px;
	color:#fff;
}
.carousel-caption p {
	font-size:13px;
	padding-bottom:40px;
}
.carousel-caption a {
	font-size:12px;
	background-color:#fff;
	color:#323232;
	text-decoration:none;
	padding:12px 15px;
	text-transform:uppercase;
}
.carousel-caption {
top:25%;
}
.carousel-control {
	width:0%;
	text-shadow:none;
	opacity:1.0;
}
.carousel-control.right, .carousel-control.left {
	background-image:none;
}
.carousel-control .icon-next:hover, .carousel-control .icon-prev:hover, .carousel-control .icon-prev:focus, .carousel-control .icon-next:focus {
	color: #E9852C;
	background-color:#878787;
	opacity:1.0;
	font-weight:bold;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
	width: 48px;
	height: 48px;
	margin-top: -15px;
	font-size: 30px;
	color: #FFF;
	background-color: #868686;
	opacity:0.7;
	margin-right: 0;
	margin-left:0;
}
 @media (min-width: 992px) and (max-width: 1150px){
.carousel-caption {
top:10%;
}
.carousel-caption p {
	padding-bottom:20px;
}
}
 @media (min-width: 525px) and (max-width: 991px){
.carousel-caption {
top:2%;
}
	.carousel-caption h1 {
	font-size:48px;
}
	.carousel-caption h2 {
	font-size:28px;
}
.carousel-caption p {
	font-size:10px;
	padding-bottom:20px;
}

}
 @media only screen and (max-width: 525px){
.carousel-caption {
	top:0%;
}
	.carousel-caption h1 {
	font-size:24px;
}
	.carousel-caption h2 {
	font-size:16px;
}
.carousel-caption p {
	font-size:10px;
	padding-bottom:10px;
}
.carousel-caption a {
	padding:10px 13px;
}
.carousel-caption h2.pt25{
	padding-top:5px;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
	width:30px;
	height:30px;
	font-size:20px;
}
}



/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 500px) {
 /*ul.resp-tabs-list {
 display: none;
}
 h2.resp-accordion {
 display: block;
}
 .resp-accordion-closed {
 display:none !important;
}*/
li .fourthcoming-icon, li .recommanded-icon{
	display:none;
}
.resp-tabs-list li {
	font-size:12px;
}
.fourthcoming-tours {
    padding: 5px 0px 50px !important;
}
}
/* Tab Style End here */
/* Fourthcoming Tab Style Start here */
p.sorting{
	font-size:12px;
	color:#323232;
    position: absolute;
    top: -12px;
    left: 40%;
	z-index:10;
}
p.sorting a{
	margin:20px 0 0 10px;
	display:inline-block;
}
.fourthcoming-icon, .recommanded-icon, .sort1-icon, .sort2-icon, .sort3-icon, .msg-icon, .link-icon, .twitter-icon, .chat-icon, .video-icon, .loc-icon, .phone-icon, .msgbox-icon, .livechat-icon {
	background:url(../images/sprite-icons.png);
	display:inline-block;
}
.fourthcoming-icon {
	width:23px;
	height:21px;
	background-position:0 0;
}
.recommanded-icon {
	width:33px;
	height:29px;
	background-position:-29px 0;
}
.sort1-icon {
	width:26px;
	height:22px;
	background-position:-65px 0;
}
.sort2-icon {
	width:26px;
	height:22px;
	background-position:-102px 0;
}
.sort3-icon {
	width:25px;
	height:22px;
	background-position:-133px 0;
}
.msg-icon {
	width:25px;
	height:16px;
	background-position:-167px 0;
}
.link-icon {
	width:20px;
	height:20px;
	background-position:-200px 0;
}
.twitter-icon {
	width:31px;
	height:26px;
	background-position:-229px 0;
}
.chat-icon {
	width:39px;
	height:27px;
	background-position:-265px 0;
}
.video-icon {
	width:29px;
	height:25px;
	background-position:-315px 0;
}
.loc-icon {
	width:15px;
	height:23px;
	background-position:-356px 0;
}
.phone-icon {
	width:19px;
	height:18px;
	background-position:-383px 0;
}
.msgbox-icon {
	width:19px;
	height:11px;
	background-position:-412px 0;
}
.livechat-icon {
	width:23px;
	height:17px;
	background-position:-442px 0;
}
.tour-heading {
	font-size:22px;
	color:#E9852C;
	padding-top:15px;
}
.tour-date {
	font-size:15px;
	color:#323232;
	padding:5px 0 20px;
}
a.Itinerary-btn {
	font-size:12px;
	color:#323232;
	background-color:#f4f2f0;
	padding:10px 13px;
	border:2px solid #dad9d8;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
}
.fourthcoming-tours {
	padding: 5px 50px 50px;
	position:relative;
}
.fourthcoming-tours p {
	font-size:13px;
	color:#444;
	line-height:1.6; text-align:justify;
	padding-bottom:28px;
}
.fourthcoming-tours p span {
	font-weight:600;
}
.fourthcoming-tours div img {
	padding-top:50px;
	display:inline-block;
}
/* FourthComing Tab Style End here */
/* 4. BlockQuote Styles
--------------------------------------------------------------------*/
.blockquote-head {
	font-size:44px;
	color:#E9852C;
	text-align:center;
	padding-top:45px;
}
.blockquote-text {
	font-size:22px;
	color:#666666;
	text-align:center;
	padding-top:30px;
	padding-bottom:90px;
}
/* 5. Tweets and Testimonial Styles
--------------------------------------------------------------------*/
/* Tweets Style start here */
.tweets-title {
	font-size:22px;
	color:#16cbf8;
	padding:30px 0 10px;
}
.tweet-comment {
	font-size:12px;
	color:#323232;
	padding-top:20px;
}
.tweet-datetime {
	font-size:12px;
	color:#9d9d9d;
}
/* Testimonials Style start here */
.testimonial-title {
	font-size:22px;
	color:#E9852C;
	padding-top:30px;
}
.testimonial-list img {
	border: 3px solid #eaeaea;
	margin: 30px 0 10px;
}
.testimonial-list p {
	font-size: 12px;
	line-height: 16px;
	color:#666666;
}
.testimonial-list p a {
	color:#0dc0ed;
	text-decoration:none;
}
p.testimonial-name {
	font-size:12px;
	text-transform:uppercase;
	font-style:italic;
	color:#E9852C;
}
p.testimonial-date {
	color:#323232;
	font-style:italic;
}
.testimonial-list .nav-tabs {
	padding:45px 0 20px;
	border:0;
}
.testimonial-list .nav-tabs li {
	margin-right: 10px;
}
.testimonial-list .nav-tabs li a {
	width: 11px;
	height: 11px;
	padding: 0;
	background: #c9c8c8;
	border: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.testimonial-list .nav-tabs li a:hover {
	border: 0;
	background: #ddd;
}
.testimonial-list .nav-tabs li.active a {
	background: #E9852C;
}
@media only screen and (max-width:991px) {
.vertical-rule{
	border-left:none;
}
.tweets-testimonial .pl50,.tweets-testimonial .pr50, .tweets-testimonial .pr35{
	padding-left:15px;
	padding-right:15px;
}
}
/* 6. Footer Styles
--------------------------------------------------------------------*/
.footer {
	background-color:#060D02;
}
.footer-heading {
	font-size:18px;
	color:#fff;
	padding:45px 0 20px;
}
.footer p, .footer p a{
	font-size:13px;
	color:#bbb;
	text-decoration:none;
}
a[mailto], a ~ span{
	font-size:12px;
	color:#bbb;
	text-decoration:none;
}
.footer p a{
	display:block;
}
.footer .col-xs-4, .footer .col-md-8, .footer .col-md-4 {
	margin:0;
	padding:0;
}
.footer hr {
	border-color:#565656;
	margin-bottom:0;
}
@media only screen and (max-width:767px) {
.footer-heading {
 clear:both;
}
.copyright .col-md-6 div.pull-right {
 float:left !important;
}
}
@media only screen and (max-width:991px) {
.copyright .col-md-6 div.pull-right {
 float:left !important;
}
}
.social-menu1, .youtube, .twitter, .facebook, .google, .linkedin, .feed {
	background:url(../images/social-icon.png);
	display:inline-block;
}
.social-menu1 {
	width:29px;
	height:27px;
	background-position:0 0;
}
.youtube {
	width:29px;
	height:27px;
	background-position:-38px 0;
}
.twitter {
	width:29px;
	height:27px;
	background-position:-76px 0;
}
.facebook {
	width:29px;
	height:27px;
	background-position:-113px 0;
}
.google {
	width:29px;
	height:27px;
	background-position:-151px 0;
}
.linkedin {
	width:29px;
	height:27px;
	background-position:-188px 0;
}
.feed {
	width:29px;
	height:27px;
	background-position:-226px 0;
}
.footer .copyright a {
	margin-right:8px;
}
.footer .copyright p {
	padding-top:16px;
}
.footer .copyright .col-md-6 {
	padding:0px;
}
/* ===============================================================================================================================
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ View Intinerary button Page style
=====================================================================================================================================*/
.white-background{
	background-color:#fff;
	border-left:1px solid #f9f9f9;
	border-right:1px solid #f9f9f9;
	border-bottom:2px solid #c9c9c9;
	padding:0 0;
	margin-bottom:80px;
}
.white-background h1{
	font-size:38px;
	color:#DB4E17;
	padding:40px 0 20px;
}
.white-background h2{
	font-size:22px;
	color:#323232;
}
.white-background .head-para{
	font-size:14px;
	color:#737373;
}
.white-background hr{
	border-bottom:1px solid #c2c2c2;
	margin-bottom:0px;
}
.Itinerary  h2{
	font-size:22px;
	color:#E9852C;
	padding:20px 0 25px;
	text-transform:uppercase;
}
.Itinerary-front-img{
	text-align:center;
	padding-top:30px;
}
.Itinerary-front-img img{
	width:100%;
}
/* Flight Details Table Style */
.flight-details h5{
	font-size:12px;
	color:#f28c1e;
	text-transform:uppercase;
	padding-bottom:15px;
}
.flight-details .charges{
	font-size:13px;
	color:#323232;
}
.flight-details .charges span{
	font-size:13px;
	color:#fe8300;
}
table { 
  width: 100%; 
  border-collapse: collapse; 
}
th { 
	font-size:13px;
	color:#323232;
	background-color:#f8f7f6;
	vertical-align:top;
}
tr{
	background:#fff;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #fff;
}
td{
	font-size:13px;
	color:#323232;
	background:#fff;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > td {
    border-bottom-width: 1px;
	border: 1px solid #e6e6e6;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > td{
	padding:15px 9px 12px;
}
@media only screen and (max-width: 767px) {
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#no-more-tables tr { border: 1px solid #f0f0f0; }
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #f0f0f0; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 15px;
		left: 12px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

/* Day Plans of tours Tab Style*/
*.day-plan-tab ul.resp-tabs-list {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.day-plan-tab .resp-tabs-list li {
	font-size: 12px;
	display: inline-block;
	padding: 9px 12px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
	color:#999;
	text-align:center;
}
.day-plan-tab .resp-tabs-list li span{
	font-size:15px;
	color:#323232;
	font-weight:600;
}
.day-plan-tab #day-plans,.day-plan-tab #day-plans2 {
	background:#fff;
}
.day-plan-tab #day-plans ul, .day-plan-tab #day-plans2 ul  {
	background-color:#fff;
	border:1px solid #ebebeb;
}
.day-plan-tab .resp-tabs-container {
	padding: 0px;
	background-color: #f8f7f6;
	clear: left;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
}
.day-plan-tab h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.day-plan-tab .resp-tab-content {
	display: none;
	padding: 30px;
}
.day-plan-tab .resp-tab-active {
	margin-bottom: -1px !important;
    padding: 9px 12px 10px 12px !important;
}
.day-plan-tab .resp-tab-active {
	border-bottom: none;
	background-color: #f8f7f6;
	border-top:none;
	color:#999999 !important;
}
.day-plan-tab .resp-tab-active span{
	color:#f39734 !important;
}
.day-plan-tab .resp-content-active, .day-plan-tab .resp-accordion-active {
	display: block;
}
.day-plan-tab .resp-tab-content {
	border-bottom: 1px solid #ebebeb;
}
.day-plan-tab h2.resp-accordion {
	font-size: 12px;
	border: 1px solid #ebebeb;
	margin: 0px;
	padding: 10px 15px;
	background:#fff;
	color:#999;
}
.day-plan-tab h2.resp-accordion span{
	font-size:15px;
	color:#323232;
	font-weight:600;
}
.day-plan-tab h2.resp-tab-active {
	border-bottom: 0px solid #fff !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}
.day-plan-tab h2.resp-tab-title:last-child {
	border-bottom: 12px solid #ebebeb !important;
}
/*-----------Accordion styles-----------*/
.day-plan-tab h2.resp-tab-active {
	background: #f8f7f6 !important;
}
.day-plan-tab .resp-easy-accordion h2.resp-accordion {
	display: block;
}
.day-plan-tab .resp-easy-accordion .resp-tab-content {
	border: 1px solid #f00;
}
.day-plan-tab .resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
.day-plan-tab .resp-jfit {
	width: 100%;
	margin: 0px;
}
.day-plan-tab .resp-tab-content-active {
	display: block;
}
.day-plan-tab h2.resp-accordion:first-child {
	border-top: 1px solid #ebebeb !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
.day-plan-tab ul.resp-tabs-list {
 display: none;
}
.day-plan-tab h2.resp-accordion {
 display: block;
}
.day-plan-tab .resp-accordion-closed {
 display:none !important;
}
.day-plan-tab .resp-tabs-list li {
	font-size:12px;
}
}
/* Day Plan Content Style*/
.day-plan-text{
	font-size:13px;
	color:#434343;
}
.day-style{
	font-size:16px;
	color:#323232;
}
.date-style{
	font-size:13px;
	color:#939393;
}
.facility{
	font-size:13px;
	color:#E9852C;
}
.day-time-table tr > td{
	border:1px solid #ebebeb;
	padding:8px;
	vertical-align:top;
}
.day-time-table tr > td:first-child{
	white-space:nowrap;
}
/* Tour Information Style */
.extension-tour hr{
	border-bottom:1px solid #e6e6e6;
}
a.extension-tour-btn{
	font-size:20px;
	color:#f8f7f6;
	text-decoration:none;
	background-color:#323232;
	padding:20px 47px;
	border-radius:0px;
	font-weight:normal;
	margin-top:35px;
	margin-bottom:20px;
	white-space:normal;
}
a.extension-tour-btn:hover, a.extension-tour-btn:focus {
	color:#f8f7f6;
}
.tour-info h2{
	font-size:28px;
	color:#333333;
	padding-bottom:15px;
}
.tour-info h3{
	font-size:18px;
	color:#ff8500;
	padding-bottom:15px;
	padding-top:25px;
}
.tour-info h3:first-child{
	padding-top:0;
}
.tour-info h4{
	font-size:15px;
	color:#323232px;
	font-weight:600;
	padding-bottom:20px;
}
.tour-info ul li{
	font-size:12px;
	color:#323232;
	list-style:none;
	line-height:18px;
}
.tour-info ul ul{
	padding-left:20px;
}
.tour-info ul li:before{
	content:'- ';
}
.tour-info ol li{
	font-size:12px;
	color:#323232;
	line-height:18px;
}
.tour-info ol{
	padding-left:10px;
	padding-bottom:45px;
}
.tour-info .cancellation-para{
	font-size:12px;
	color:#323232;
}
.tour-info .cancellation-para span{
	font-size:11px;
	color:#989898;
	padding-top:0;
	font-style:italic;
}
.download-btn{
	font-size:12px;
	color:#323232;
	text-transform:uppercase;
	padding:5px 20px;
	border:1px solid #ebebeb;
	background-color:#fff;
	margin-bottom:30px;
}
.download-btn a{
		color:#323232;
		text-decoration:none;
}
@media only screen and (max-width:767px){
	.white-background{
		padding-left:15px;
		padding-right:15px;
	}
}
/* User Input Form Style */
.form-bg {
	background-color:#f8f7f6;
	padding:27px;
	border:1px solid #1B981B;
}
.form-bg h5{
	font-size:14px;
	color:#f28c1e;
	text-transform:uppercase;
	padding-bottom:25px;
}
.form-bg .captcha{
	font-size:12px;
	color:#8d8d8d;
}
.form-bg form input, .form-bg form textarea{
	font-size:13px;
	color:#969696;
	border: 1px solid #e6e6e6;
    border-radius:0px;
	padding:10px;
	height:auto;
}
.form-bg .send-details-btn{
	font-size:12px;
	color:#fff;
	background-color:#323232;
	padding:8px 25px;
	border-radius:0px;
	box-shadow: 0px 1px 1px rgba(129, 129, 128, 1.0) outset;
}
.form-bg form input#submit-ans{
	width:70px;
	display:inline-block;
}
.form-bg .form-text{
	font-size:11px;
	color:#8d8d8d;
}
.form-bg .red-star{
	color:#ff9000;
}
/* ===============================================================================================================================
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ About us Page style
=====================================================================================================================================*/
.aboutus .main-head{
	font-size:35px;
	color:#fa9000;
}
.aboutus .blockquote{
	font-size:18px;
	color:#505050;
	font-weight:500;
}
.aboutus .family-portfolio-head{
	font-size:22px;
	color:#fa9000;
	padding:0 0 30px 0;
}
.aboutus .portfolio-bg-1{
	background-color:#efefed;
	padding:30px;
}
.aboutus .portfolio-bg-2{
	background-color:#f7f7f7;
	padding:30px;
}
.aboutus .portfolio-bg-1 span, .portfolio-bg-2 span{
	font-size:18px;
	color:#ff8b03;
	display:block;
	padding-bottom:15px;
}
.aboutus .portfolio-bg-1 p, .portfolio-bg-2 p{
	font-size:12px;
	color:#505050;
}
.aboutus .portfolio-bg-1 img, .portfolio-bg-2 img{
	margin-bottom:10px;
}
.aboutus .travel-fun p{
	font-size:12px;
	color:#444;
}
.aboutus .travel-fun img{
	margin:0 auto;
}
.font20{
	font-size:20px;
}

.itinerary-name{
	margin-top:-80px;
	background:#fff;
}
.pb40{
	padding-bottom:40px !important;
}
.pb57{
	padding-bottom:57px !important;
}

.font12{
	font-size:12px;
}
.text-red{
	color:#f00
}
.text-orange{
	color:#ff8500
}

.contact-details ul li{
	font-size:16px;
}
.contact-details ul li:before {
    content: "";
}
.dotted-hr{
	border-top:2px dashed #f8c68f;
	margin-top:25px;
}
.menubar .navbar-brand.visible-xs img {
	position: absolute;
	top: auto;
}

@media only screen and (max-width:525px) {
.footer-button{float:left; bottom: 0px; background-color:#0078D7; width:100%;height:30; padding:6px; position: fixed;}
}