.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  .collapse.in {
    height: auto; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black; }
  .modal-backdrop.fade {
    opacity: 0; }

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: white;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none; }
  .modal.fade {
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
    top: -25%; }
  .modal.fade.in {
    top: 10%; }

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee; }
  .modal-header .close {
    margin-top: 2px; }
  .modal-header h3 {
    margin: 0;
    line-height: 30px; }

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px; }

.modal-form {
  margin-bottom: 0; }

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  *zoom: 1; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: "";
    line-height: 0; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

body {
  margin: 0; }

a {
  text-decoration: none; }

h1 {
  clear: none;
  font-size: 1.6em; }

h2 {
  font-size: 1.4em; }

h3 {
  font-size: 1.3em; }

h4 {
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 1em 0 0.5em 0; }

ul {
  margin: 0; }
  ul li {
    list-style: none; }

button, a.button, a:link.button, input.button {
  background-image: -webkit-gradient(linear, center top, center bottom, from(#f2ef00), to(#b5cf00));
  background-image: -moz-linear-gradient(top, #f2ef00, #b5cf00);
  background-image: -o-linear-gradient(top, #f2ef00, #b5cf00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2ef00", endColorstr="#b5cf00");
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=" \"#f2ef00\" ", endColorstr=" \"#b5cf00\" ")";
  background: linear-gradient(right top, #f2ef00, #b5cf00);
  background-color: #b5cf00;
  background-color: #b5cf00;
  font-weight: bold;
  color: #155b91 !important;
  border: 1px solid #ABC800;
  text-shadow: 2px 2px 2px white;
  text-transform: uppercase;
  padding: 6px 15px;
  text-decoration: none;
  letter-spacing: 1.3px; }
  button:hover, a.button:hover, a:link.button:hover, input.button:hover {
    background-image: -webkit-gradient(linear, center top, center bottom, from(#b5cf00), to(#f2ef00));
    background-image: -moz-linear-gradient(top, #b5cf00, #f2ef00);
    background-image: -o-linear-gradient(top, #b5cf00, #f2ef00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b5cf00", endColorstr="#f2ef00");
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=" \"#b5cf00\" ", endColorstr=" \"#f2ef00\" ")";
    background: linear-gradient(right top, #b5cf00, #f2ef00);
    background-color: #b5cf00;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5), 1px, 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5), 1px, 1px;
    box-shadow: rgba(0, 0, 0, 0.5), 1px, 1px; }

button.current, a.button.current {
  background-image: -webkit-gradient(linear, center top, center bottom, from(#f2ef00), to(#b5cf00));
  background-image: -moz-linear-gradient(top, #f2ef00, #b5cf00);
  background-image: -o-linear-gradient(top, #f2ef00, #b5cf00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2ef00", endColorstr="#b5cf00");
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=" \"#f2ef00\" ", endColorstr=" \"#b5cf00\" ")";
  background: linear-gradient(right top, #f2ef00, #b5cf00);
  background-color: #b5cf00;
  background-color: #b5cf00;
  font-weight: bold;
  color: #155b91 !important;
  border: 1px solid #ABC800;
  text-shadow: 2px 2px 2px white;
  text-transform: uppercase;
  padding: 6px 15px;
  text-decoration: none;
  letter-spacing: 1.3px; }
  button.current:hover, a.button.current:hover {
    background-image: -webkit-gradient(linear, center top, center bottom, from(#b5cf00), to(#f2ef00));
    background-image: -moz-linear-gradient(top, #b5cf00, #f2ef00);
    background-image: -o-linear-gradient(top, #b5cf00, #f2ef00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b5cf00", endColorstr="#f2ef00");
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=" \"#b5cf00\" ", endColorstr=" \"#f2ef00\" ")";
    background: linear-gradient(right top, #b5cf00, #f2ef00);
    background-color: #b5cf00;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5), 1px, 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5), 1px, 1px;
    box-shadow: rgba(0, 0, 0, 0.5), 1px, 1px; }

.squeeze {
  width: 960px; }

#sfield {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0; }

#facebox .popup {
  border: 10px solid #1e82ce !important; }

#breadcrumbs ul, #breadcrumbs ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

#breadcrumbs ul {
  margin-top: 5px;
  margin-left: 5px; }

#breadcrumbs ul li {
  list-style: none;
  list-style-image: none; }

#breadcrumbs ul li.last, #breadcrumbs ul li.last a {
  background: none; }

#breadcrumbs a {
  display: inline-block;
  line-height: 2em;
  padding-right: 10px;
  background: url('//media.gadventures.com/media-server/static/sta/css/images/bullet-arrow.png?c7feb209e912') no-repeat right center;
  zoom: 1;
  *display: inline;
  /* IE */ }

#breadcrumbs span {
  display: inline-block; }

#trip_header .primary_details {
  width: 360px; }

.secondary {
  width: auto;
  margin-right: 0px; }

#header .nav {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 180px; }
  #header .nav a {
    color: #97989A; }
#header .headerSection {
  float: right;
  clear: right; }

.footer .expertAdvice {
  width: 250px; }

.footer .expertAdvice p {
  font-size: 80%; }

#footer {
  clear: both; }

/* Style the month list in the datepicker UI in faceted trip search so that it
 * appears side by side with the calendars */
#preset-dates {
  font-size: 11px;
  margin-right: 1em; }

div.datepicker {
	position: relative;
	cursor: default;
}
.datepickerContainer { 
    position: relative; 
}
.datepickerContainer .calendars {
    float: left;
    padding: 0 1px 0 0; /* combats border-collapse weirdness when some cells have no border */
}
.datepickerHidden { display: none; }
div.datepicker table { 
    border-collapse: collapse; 
    background: none; 
    float: left;
    margin-bottom: 0em !important;
}
div.datepicker table.firstCalendar {
    margin-right: 10px;
    margin-left: 1px;
}
div.datepicker table.firstCalendar .datepickerGoNext a {
    display:none; 
}
div.datepicker table.lastCalendar .datepickerGoPrev a {
    display: none; 
}
div.datepicker a, div.datepicker a:visited {
	text-decoration: none;
	cursor: pointer;
	outline: none;
    color: #5A4099;
}
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
    background: none;
    height: 20px;
}
div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
    padding: 0;
    border: none;
}
div.datepicker tbody a { display: block; }
.datepicker a:link { border: none; }
.datepickerDays td {
    border: none;
}
.datepickerContainer td {
    border: none;
}
.datepickerDays a, .datepickerDays a:link {
	width: 18px;
	line-height: 20px;
	padding: 1px 2px;
}
.datepickerViewDays span { margin: 0; padding: 0; opacity: 1; }
td.datepickerSelected a, td.datepickerSelected a:visited { 
    background: #5A4099; 
    color: #FFF; 
}
td.datepickerNotInMonth.datepickerSelected a { background: #DDD; }
td.datepickerHover a, td.datepickerHover a:hover { color: #FFF; background-color: #88c5eb; }
div.datepicker td.datepickerNotInMonth a:hover { color: #999; }
div.datepicker tbody th { }
.datepickerSpace div { width: 10px; }
.datepickerGoNext a, .datepickerGoPrev a, th.datepickerMonth span {
	text-align: center;
	height: 20px;
	line-height: 20px;
    font-weight: bold;
}
.datepickerGoNext a { 
    display: block; float: right; width: 20px; height: 15px;
    background: url('//media.gadventures.com/media-server/static/images/cal-next.png?f4c01bfa32a1') no-repeat center;
}
.datepickerGoPrev a { 
    display: block; float: left; width: 20px; height: 15px;
    background: url('//media.gadventures.com/media-server/static/images/cal-prev.png?bb789a28146b') no-repeat center;
}
.datepickerGoNext a span, .datepickerGoPrev a span { display: none; }

td.datepickerNotInMonth a { display: none !important; color: #AAA; opacity: 0.5; }
td.datepickerDisabled a, td.datepickerDisabled a:visited { color: #AAA; cursor: default; }
td.datepickerDisabled.datepickerNotInMonth a, td.datepickerDisabled.datepickerNotInMonth a:visited { display: none; }
td.datepickerDisabled a:hover { color: #AAA; }
td.datepickerSpecial a { background: #700; }
td.datepickerSpecial.datepickerSelected a { background: #a00; }
tr.datepickerDoW th { border-bottom: 1px solid #CCC; }

/* Selected Trip Dates */ 
div.datepicker td.selTripDate a { background-color: #dedede; }
div.datepicker td.selStartDate a { 
    background: #5A4099; color: #FFF; 
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-radius: 3px 0 0 3px;
}
div.datepicker td.selEndDate a { 
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-radius: 0 3px 3px 0;
}  

div.datepicker td.tripDate a { color: #FFF; background-color: #707070; opacity: 0.7; }
div.datepicker td.startDate a { 
    opacity: 1; 
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-radius: 3px 0 0 3px;
}
div.datepicker td.endDate a { 
    opacity: 1; 
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-radius: 0 3px 3px 0;
}
div.datepicker td.hasPromo a {
    color: #FF8D00;
    font-weight: bold;
} 

.ms-expedition #content td.datepickerDisabled a, .ms-expedition #content td.datepickerDisabled a:visited { color: #AAA; cursor: default; }
.ms-expedition #content .datepickerGoPrev a { background: url('//media.gadventures.com/media-server/static/images/cal-prev-exp.png?6c0a68b4f829') no-repeat center; }
.ms-expedition #content .datepickerGoNext a { background: url('//media.gadventures.com/media-server/static/images/cal-next-exp.png?1ec3f861688e') no-repeat center;}
