body { 
	/* background-color: #2D2C71; */
}
h1, h2 {
	color: #76819D;
    font-family: Georgia, Palatino, 'Times New Roman', Times, Serif, serif;
	line-height: 1.1;
}
h3, h4, h5, h6 {
	color: #666;
}
h4 {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}
div#content p {
    padding-left: 0px;
    padding-right: 0px;
}
div#banner {
	border-bottom: none;
	background: none;
	position: static;
	width: 100%;
	height: auto;
}
div#banner img {
	width: 100%;
	height: auto;
}
.hc-nav-trigger span, 
.hc-nav-trigger span::before, 
.hc-nav-trigger span::after {
    display: block;
    position: absolute;
    left: 0;
    height: 4px;
    background: #fff !important;;
    transition: all .2s ease;
}

a.hc-nav-trigger {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #161893;
    border: 5px solid #161893;
}
div#container {
	margin-top: 0;
	background-color: #FFF; /* same as the content */
}
div#content {
	margin-top: 0.5em;
	background-color: #FFF;
}
div#bodyWrapper {
    line-height: 1.3em;
}
div#navigation ul li ul {
	background-color: #336;
}
#navigation, #navigation a {
	color: #FFF;
}
#navigation, #navigation h3 {
	color: #FFF;
	margin-top: 10px;
}
.sideLoginMenus {
	background-color: #080745;
}
a:active {
	color: #000;
}
a:link {
	color: #000;
}
a:hover {
	color: #33C;
}
a:visited {
	color: #000;
}
/*** Login Status ***/

.loginStatus {
	background-color: #666;
	margin: 10px 2px 10px 0px;
	padding: 5px 5px 5px 5px;
	color: #FFF;
}
/*********************** Page Editor **************************************/
body.mceContentBody {
	background-color: #FFF;
}
/*********************** Footer ******************************************/
#footer  a {
	color: #BBB;
}
#footer  a:hover {
	color: #FFF;
}
#footer {
	border-top: 1px solid #999;
	background-color: #2D2C71;
	height: 2em;
}
/***************************************************************************/
/************************ Travel Site **************************************/
/***************************************************************************/

/**************************** TripSummaryIndex *******************************/
div.tripSummaryIndex table {
	width: 100%;
	border-collapse: collapse;
}
div.tripSummaryIndexTitle a, 
div.tripSummaryIndexTitle a:link, 
div.tripSummaryIndexTitle a:visited, 
div.tripSummaryIndexTitle a:active {
	font-size: 0.9em;
	font-weight: bold;
}
.tripSummaryIndexTitleContainer {
	color:  #444;
	font-weight: bold;
    font-size: 1.2em;
	background-color: #ccc;
	padding: 10px;
	border: 1px solid #ccc;
}

.tripSummaryIndexText {
	vertical-align: top;
	background-color: #eee;
	border-width: 1px 0px 0px 1px;
	border-color: #CCC;
	border-style: solid;
}
.tripSummaryIndexText {
	padding: 10px;
	font-size: 0.9em;
}
.tripSummaryIndexImageContainer {
	float: right;
	width: 125px;
	background-color: #EEE;
	background-color: #EEE;
	border: none;
	padding-top: 10px;
	padding-left: 5px;
}

.tripSummaryIndex img {
	vertical-align: top;
	width: 120px;
	height: auto;
	box-shadow: 5px 5px 5px rgba(0, 0, 0 , 0.5);
	border: 1px solid #333;
}

/**************************** Trip Display ***********************************/
.tripBodyMargins {
	margin-left: 10px;
	margin-right: 15px;
}
.tripBodyMargins p {
	margin-left: 5px;
	margin-right: 5px;
}
div#tripSummary {
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
div#tripSummary p {
	font-style: italic;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: bold;
}
div#tripDescription {
	font-style: normal;
	margin: 0;
	padding: 10px;
}
div#tripDescription ul {

}
#tripTestimonials {
	background-color: #ddd;
	border: 1px solid #bbb;	
	margin: 0;
	padding: 10px;
}
#tripTestimonialsTitle {
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 5px;
	margin-left: 5px;
}
.tripTestimonialsTestimonial {
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
}
.tripTestimonialsCustomer {
	font-style: italic;
	font-weight: bold;
}
/********** Prices and Dates *********/

#datesAndPrices {
	margin-top: 10px;
}
#datesAndPrices table {
	width: 100%;
	background-color: #ddd;
	border: 1px solid #bbb;	
	margin: 10px auto;
	padding: 10px;
}
#datesAndPrices table td {
	vertical-align: middle;
}
#datesAndPrices table th {
	font-weight: bold;
	vertical-align: middle;
}
#datesAndPrices td#duration {
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}
#datesAndPrices #tripDate {

}

#pricingComments table td {
	padding: 10px;
}

#pricingComments table {
	background-color: #ddd;
	border: 1px solid #bbb;	
	width: 100%;
}

/************ Itinerary ************/
#tripItinerary {
	margin-top: 10px;
	margin-bottom: 10px;
}
#tripItinerarySegments {
	background-color: #ddd;
	border: 1px solid #bbb;	
	padding: 5px 10px;
	vertical-align: top;
}
.segmentTitle {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.segmentDescription {
	padding-top:2px;
	padding-bottom: 10px;
}

/*********** Images ****************/
#itineraryImages {
	vertical-align: top;
	text-align: center;
	/*! padding: 0px 0px 0px 5px; */
}

.itineraryImage {
	padding 5px;
	text-align: center;
	margin-bottom: 5px;
}
.itineraryImage img {
	width: 30vw;
	max-width: 200px;
	height: auto;
	box-shadow: 5px 5px 5px rgba(0, 0, 0 , 0.5);
	border: 1px solid #333;
}
.itineraryImageCaption {
	font-size: 0.9em;
}

.moreTripPhotosLink {
	font-size: 0.9em;
	background-color: #ddd;
	border: 1px solid #bbb;
	height: 3.4em;
	text-align: left;
	vertical-align: middle;
}
.moreTripPhotosLink img {
	float:left; 
	margin: 3px 8px 3px 10px;
}
.moreTripPhotosLink div {
	padding-top: 10px;
	margin-top: 6px;
}
/********** Trip Options **********/
#tripOptions {
	background-color: #ddd;
	border: 1px solid #bbb;	
	padding: 0px 10px;
	margin-top: 5px;
}
#tripOptions h3 {
	margin-top: 10px;
}

#tripOptions table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}

#tripOptions th {
	text-align: left;
	vertical-align: middle;
	font-size: 0.9em;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #ccc;
}

#tripOptions td {
	vertical-align: middle;
	text-align: left;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #eee;
}

#bookingsButton {
	margin-top: 15px;
	text-align: center;
}

/********** Foot Notes **********/
#tripFootNotes {
	background-color: #ddd;
	border: 1px solid #bbb;	
	padding: 10px;
	margin-top: 10px;
}
#tripFootNotes li {
	font-size: 0.9em;
	}
#tripFootNotes a:hover {
	color: #33C;
}

/******************************** simpleLightBox **************************/

.slbOverlay {
    opacity: 1 !important;;
    background-color: #666 !important;;
}
.slbCaption {
	color: #fff;
}

/************************** Info PopUp Windows *******************************/

div#infoPopup {
	text-align: left;
	background-color: #ddd;
	height: 100%;
	width: 100%;
}
div#infoPopup p {
	padding: 0px 15px 10px 15px;
	margin: 0 0 0 0;
}
div#infoPopup h3{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#infoPopupClose {
	margin-top: 5px;
	text-align: center;
}
body#infoPopupBody {
	background-color: #ddd;
	margin: 0 0 0 0;
}

/************************** Trip Summary*******************************/
div#tripSummary {
	padding-bottom: 10px;
}
div#tripSummary table {
	width: 605px;
	background-color: #DDD;
	border-width: 1px;
	border-style: solid;
	border-color: #AAA;
}
div#tripSummary th {
	font-size: 0.8em;
	vertical-align: top;
	background-color: #AAA;
	padding: 2px 3px 3px 3px;
}
div#tripSummary td{
	font-size: 0.8em;
	vertical-align: top;
	background-color: #CCC;
}
#tripSummaryDate {
	width: 6em;
}
#tripSummaryStyle {
	width: 5em;
}

div#tripSummary td a:hover{
	color: #33C;
}

/***** Select Options *******/
div#tripSummarySelect select, div#tripSummarySelect input {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 0.8em;
}
div#tripSummarySelect input {
	margin-bottom: 0px;
}
div#tripSummarySelect table {
	border-width: 0;
	margin-top: 10px;
}
div#tripSummarySelect td {
	font-size: 0.8em;
	vertical-align: top;
	border-width: 0;
	padding: 3px 0px 3px 5px;
}

/***********************  Contact Details *********************************/
div#contactDetails table {
	padding-left: 20px;
}
div#contactDetails th {
	font-weight: bold;
	text-align: right;
	font-size: 0.8em;
}
div#contactDetails td {
	padding-left: 10px;

}
div#contactDetails {
	padding-left: 0px;
	padding-bottom: 0px;
}

/*********************** Online Feedback **********************************/
#onlineFeedbackIntro {
	font-size: 0.9em;
	padding: 0;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
#onlineFeedback td {
	float: right;
	width: 100%;
}
#onlineFeedback td input,
#onlineFeedback textarea,
#onlineFeedback select {
	width: 100%;
}

#onlineFeedback th {
	float: left;
	margin-top: 1em;
	text-align: left;
}

/*********************** Booking Form **********************************/

#bookingsAndInquiries table {
	width: 100%;
}

#bookingsAndInquiries td {
	float: right;
	width: 100%;
}
#bookingsAndInquiries td input,
#bookingsAndInquiries textarea {
	width: 100%;
}
#bookingsAndInquiries th {
	float: left;
	margin-top: 1em;
	text-align: left;
}

#bookingsAndInquiries select {
	width: 100%;
}
