.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; }
