/**
 * This is a copy of public\css\common.css Version 30137.
 * Several changes were made after this version. The
 * blog booking bar was not working as a result.
 * Reverting the Blog code to this version of common is an attempt
 * to fix the booking bar problem.
 */

@font-face {
  font-family: MuseoSans700;
  font-display: swap;
  /* src: url(/css/fonts/museo_sans_700.otf) format("opentype"); */
  /* src: url(https://www.ststravel.com/css/fonts/museo_sans_700.otf) format("opentype"); */
  src: url(../fonts/museo_sans_700.otf) format("opentype");
}
@font-face {
  font-family: MuseoSans500;
  font-display: swap;
  /* src: url(/css/fonts/museo_sans_500.otf) format("opentype"); */
  /* src: url(https://www.ststravel.com/css/fonts/museo_sans_500.otf) format("opentype"); */
  src: url(../fonts/museo_sans_500.otf) format("opentype");
}
@font-face {
  font-family: MuseoSans300;
  font-display: swap;
  /* src: url(/css/fonts/museo_sans_300.otf) format("opentype"); */
  /* src: url(https://www.ststravel.com/css/fonts/museo_sans_300.otf) format("opentype"); */
  src: url(../fonts/museo_sans_300.otf) format("opentype");
}
@font-face {
  font-family: BrandonBold;
  font-display: swap;
  /* src: url(/css/fonts/brandon_bld.otf) format("opentype"); */
  /* src: url(https://www.ststravel.com/css/fonts/brandon_bld.otf) format("opentype"); */
  src: url(../fonts/brandon_bld.otf) format("opentype");
}

.disabled,
.disabled * {
  cursor: not-allowed !important;
  background-color: #eeeeee !important;
  opacity: 0.6;
}
.bold {
  font-weight: bold;
}

.noselect,
.btn_peach,
.btn_darkblue {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* CSS RESET */
/*
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
*/

/* HTML5 display-role reset for older browsers */
/*
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*/

/* END CSS RESET */
/*
body {
  font-family: MuseoSans500;
  color: #fff;
}
*/
ul,
ol {
  list-style: none;
}

/* START MAIN HEADER */

#main_header {
  padding-top: 22px;
  padding-bottom: 22px;
  height: 54px;
  margin: auto;
}
#main_header .logo {
  width: 210px;
  height: 50px;
  position: relative;
  float: left;
}

#main_header #featured_destinations img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#main_header .logoSmall {
  max-width: 150px;
  max-height: 65px;
  position: relative;
  float: left;
}

#main_header .logoSmall img {
  max-width: 150px;
  max-height: 65px;
}

#main_header .affiliateLogo {
  max-width: 140px;
  max-height: 65px;
  margin-right: 10px;
  position: relative;
  float: left;
}

#main_header .affiliateLogo img {
  max-width: 140px;
  max-height: 65px;
}

#main_header .menu {
  float: right;
  margin-top: 7px;
}
#main_header li:last-child {
  padding-right: 0px;
}
#main_header li {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
#main_header .menu .top {
  font-family: MuseoSans700;
  color: #155079;
  font-size: 15px;
  display: block;
  clear: both;
  float: right;
}
#main_header .menu .top li:hover {
  color: #8cd1ff;
}
#main_header .menu .top .social_icons li {
  padding: 0;
}
#main_header .menu .top .social_icons li a {
  height: 16px;
  width: 20px;
  display: block;
  float: left;
  /*    background: url(/img/sprite_imgs/social_icons.png); */
}
#main_header .menu .top img {
  position: static;
}

#main_header .menu .bottom {
  text-transform: uppercase;
  font-family: BrandonBold;
  color: #79868f;
  font-size: 16px;
  display: block;
  clear: both;
  float: right;
  margin-top: 12px;
}
#main_header .menu .bottom li a {
  display: block;
}
#main_header .menu .bottom li a:hover {
  color: #124f78;
}
#main_header .mobile_shownumber {
  color: #f2635f;
  display: none;
}

#main_header .menu .destinations {
  position: relative;
}
#main_header .menu .destinations ol {
  display: none;
}
#main_header .menu .destinations:hover ol {
  display: block;
  position: absolute;
  background-color: #fff;
  color: #0097fa;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0px;
  width: 165px;
  z-index: 999999;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#main_header .menu .destinations ol li {
  display: block;
  float: none;
  padding: 4px 10px;
}

#main_header .menu .groups {
  position: relative;
}
#main_header .menu .groups ol {
  display: none;
}
#main_header .menu .groups:hover ol {
  display: block;
  position: absolute;
  background-color: #fff;
  color: #0097fa;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0px;
  width: 165px;
  z-index: 999999;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#main_header .menu .groups ol li {
  display: block;
  float: none;
  padding: 4px 10px;
}

/* END MAIN HEADER */

/* START FEATURED */

#featured {
  width: 1200px;
  height: 400px;
  /*    background: #5f8199 url(/img/tmp_featured.png); */
  position: relative;
}
#featured .gradient_overlay,
#featured2 .gradient_overlay {
  position: absolute;
  z-index: 1;
  /*    background: url(/img/featured_gradient.png) repeat-y; */
  /*    width: 938px;  */
  width: 640px;
  padding-left: 131px;
  padding-right: 131px;
  height: 400px;
  left: 0;
}

#featured .no_gradient_overlay,
#featured2 .no_gradient_overlay {
  position: absolute;
  z-index: 1;
  width: 938px;
  padding-left: 131px;
  padding-right: 131px;
  height: 400px;
  left: 0;
}

#featured2 .gradient_overlay {
  margin-left: -41px;
}
#featured .title,
#featured2 .title {
  margin-top: 70px;
  padding: 5px 5px 25px 10px;
  text-transform: uppercase;
  font-size: 34px;
  color: #fff;
  font-family: BrandonBold;
  background: rgba(0, 0, 0, 0.4);
}

#featured .bullet:first-child {
  padding-top: 4px;
}
#featured .bullet {
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 5px 15px 10px;
  display: block;
  clear: both;
  height: 42px;
}
#featured .bullet .icon {
  margin-right: 5px;
  float: left;
}
#featured .bullet .icon div {
  /* background: url(/img/sprite_imgs/homepage/icos1/sprite2.png) no-repeat; */
  background: url(../img/sprite2.png) no-repeat;
  height: 15px;
  width: 16px;
  margin: auto;
  margin-top: 7px;
}
#featured .bullet .icon .anchor {
  background-position: -35px -19px;
  width: 16px;
  height: 16px;
}
#featured .bullet .icon .binocs {
  background-position: -17px -48px;
  width: 16px;
  height: 14px;
}
#featured .bullet .icon .sun {
  background-position: -35px -36px;
  width: 16px;
  height: 16px;
}
#featured .bullet .text,
#featured2 .text {
  margin-left: 5px;
  width: 30vw;
  color: #fff;
  font-family: MuseoSans500;
  font-size: 13px;
  float: left;
  line-height: 1.2;
  max-width: 390px;
}
.arrowbox,
#featured .arrowbox,
#featured2 .arrowbox {
  position: absolute;
  background: #028de2;
  opacity: 0.7;
  right: 0;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  font-size: 34px;
  text-align: center;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: font-file-78563;
  cursor: pointer;
  z-index: 101;
}
.arrowbox.left,
#featured .arrowbox.left,
#featured2 .arrowbox.left {
  left: 0;
  right: auto;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.arrowbox:hover,
#featured .arrowbox:hover,
#featured2 .arrowbox:hover {
  /* background: #65b4e9; */
  opacity: 0.9;
}
.arrowbox:active,
#featured .arrowbox:active,
#featured2 .arrowbox:active {
  opacity: 1;
}
.arrowbox .arrowright,
#featured .arrowbox .arrowright,
#featured2 .arrowbox .arrowright {
  height: 28px;
  width: 16px;
  /* background: url(/img/sprite_imgs/homepage/icos1/sprite2.png) no-repeat -18px -19px; */
  background: url(../img/sprite2.png) no-repeat -18px -19px;
  margin-top: 16px;
  margin-left: 25px;
}
.arrowbox .arrowleft,
#featured .arrowbox .arrowleft,
#featured2 .arrowbox .arrowleft {
  height: 28px;
  width: 16px;
  /* background: url(/img/sprite_imgs/homepage/icos1/sprite2.png) no-repeat -0px -35px; */
  background: url(../img/sprite2.png) no-repeat -0px -35px;
  margin-top: 16px;
  margin-left: 22px;
}

/* END FEATURED */

/* START BOOKING BAR */

#bookingbar {
  background: #124f77;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 45px;
  position: relative;
  margin-top: 10px;
}

#bookingbar .input_field {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#bookingbar #btn_bookingbar_display {
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: none;
}

#bookingbar .triptype,
#bookingbar #btn_bookingbar_submit {
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: inline-block;
}
#bookingbar .triptype .btn_blue {
  font-family: MuseoSans500;
  padding: 0 20px 0 0px;
}
#bookingbar #btn_bookingbar_submit .btn_peach,
#bookingbar #btn_bookingbar_display .btn_peach {
  width: 50px;
}
#bookingbar .triptype .btn_blue {
  box-sizing: unset;
  width: 146px;
}
#bookingbar .group_start_end {
  width: 404px;
  display: inline-block;
}
#bookingbar .dest_start,
#bookingbar .dest_end,
#bookingbar .trip_dates,
#bookingbar .traveler_count {
  border-radius: 5px;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  margin-left: 5px;
}
#bookingbar input[type="text"],
#bookingbar #bookingbar_dest_end {
  width: 150px;
  height: 40px;
  line-height: 40px;
  padding-left: 35px;
  border: 0;
}
#bookingbar .input_field.dest_start {
  float: left;
}
#bookingbar .input_field.dest_end {
  float: right;
}
#bookingbar #bookingbar_dest_end {
  overflow: hidden;
  padding-right: 30px;
  width: 125px;
  height: 42px;
  line-height: 42px;
}
#bookingbar .input_field .icon {
  /* background: url(/img/sprite_imgs/homepage/icos1/sprite2.png) no-repeat; */
  background: url(../img/sprite2.png) no-repeat;
  position: absolute;
}
#bookingbar .dest_start .icon {
  background-position: -38px 0;
  top: 12px;
  left: 10px;
  width: 18px;
  height: 17px;
}
#bookingbar .dest_end .icon {
  background-position: -73px 0;
  top: 12px;
  left: 14px;
  width: 14px;
  height: 18px;
}
#bookingbar .trip_dates .icon {
  background-position: 0 0;
  top: 12px;
  left: 10px;
  width: 18px;
  height: 18px;
}
#bookingbar .traveler_count .icon {
  background-position: -19px 0;
  top: 12px;
  left: 10px;
  width: 18px;
  height: 18px;
}
#bookingbar .traveler_count input[type="text"] {
  width: 40px;
}
#bookingbar #btn_bookingbar_submit {
  margin-left: 5px;
}

/* <<<<< BOOKING BAR INTERACTIONS >>>>> */

#bookingbar #bookingbar_triptype_dropdown {
  box-shadow: 0px 1px 3px rgba(10, 52, 79, 0.4);
  position: absolute;
  border-radius: 5px;
  width: 110px;
  top: 50px;
  display: none;
  z-index: 100;
}
#bookingbar #bookingbar_triptype_options {
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: MuseoSans700;
  font-size: 14px;
  padding: 10px 10px;
  width: 168px;
  border-radius: 5px;
  background-color: #0599fa;
}
#bookingbar #bookingbar_triptype_options li {
  padding: 2px 0;
  cursor: pointer;
}
#bookingbar #bookingbar_triptype_options li.disabled {
  text-decoration: line-through;
  color: #ccc;
}
#bookingbar #bookingbar_triptype_options li:hover {
  color: #124f78;
}
#bookingbar_dest_end {
  cursor: pointer;
}

#bookingbar #bookingbar_trip_date_dropdown,
#bookingbar #bookingbar_trip_date_dropdown_fll,
#bookingbar #bookingbar_trip_date_dropdown_nassau,
#bookingbar #bookingbar_dest_start_dropdown,
#bookingbar #bookingbar_dest_end_dropdown,
#bookingbar #bookingbar_traveler_count_dropdown {
  box-shadow: 0px 1px 3px rgba(10, 52, 79, 0.4);
  position: absolute;
  border-radius: 5px;
  max-width: 300px;
  top: 50px;
  display: none;
  z-index: 100;
}
#bookingbar #bookingbar_traveler_count_dropdown {
  width: 69px;
}

#bookingbar #bookingbar_trip_date_options,
#bookingbar #bookingbar_trip_date_options_fll,
#bookingbar #bookingbar_trip_date_options_nassau,
#bookingbar #bookingbar_dest_start_options,
#bookingbar #bookingbar_dest_end_options,
#bookingbar #bookingbar_traveler_count_options {
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: MuseoSans700;
  font-size: 14px;
  padding: 10px 10px;
  width: 280px;
  border-radius: 5px;
  background-color: #012f4f;
  max-height: 200px;
  overflow-y: auto;
}
.scrollable::-webkit-scrollbar,
iframe::-webkit-scrollbar,
#bookingbar #bookingbar_dest_start_options::-webkit-scrollbar,
#bookingbar #bookingbar_dest_end_options::-webkit-scrollbar,
#bookingbar #bookingbar_trip_date_options_fll::-webkit-scrollbar,
#bookingbar #bookingbar_trip_date_options_nassau::-webkit-scrollbar,
#bookingbar #bookingbar_traveler_count_options::-webkit-scrollbar {
  width: 16px;
}
.scrollable::-webkit-scrollbar-track,
iframe::-webkit-scrollbar-track,
#bookingbar #bookingbar_dest_start_options::-webkit-scrollbar-track,
#bookingbar #bookingbar_dest_end_options::-webkit-scrollbar-track,
#bookingbar #bookingbar_trip_date_options_fll::-webkit-scrollbar-track,
#bookingbar #bookingbar_trip_date_options_nassau::-webkit-scrollbar-track,
#bookingbar #bookingbar_traveler_count_options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.scrollable::-webkit-scrollbar-thumb,
iframe::-webkit-scrollbar-thumb,
#bookingbar #bookingbar_dest_start_options::-webkit-scrollbar-thumb,
#bookingbar #bookingbar_dest_end_options::-webkit-scrollbar-thumb,
#bookingbar #bookingbar_trip_date_options_fll::-webkit-scrollbar-thumb,
#bookingbar #bookingbar_trip_date_options_nassau::-webkit-scrollbar-thumb,
#bookingbar #bookingbar_traveler_count_options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #0599fa;
}

#bookingbar #bookingbar_traveler_count_options {
  width: 48px;
}

#bookingbar #bookingbar_trip_date_options li,
#bookingbar #bookingbar_trip_date_options_fll li,
#bookingbar #bookingbar_trip_date_options_nassau li,
#bookingbar #bookingbar_dest_start_options li,
#bookingbar #bookingbar_dest_end_options li,
#bookingbar #bookingbar_traveler_count_options li {
  padding: 5px 0;
  padding-left: 5px;
  cursor: pointer;
}

#bookingbar #bookingbar_dest_start_options li:hover,
#bookingbar #bookingbar_dest_end_options li:hover,
#bookingbar #bookingbar_traveler_count_options li:hover {
  color: #0097fa;
  background-color: #024878;
  color: #ef635f;
  padding-left: 5px;
  border-radius: 5px;
}
#bookingbar #bookingbar_dest_end_options li.sel {
  color: #ef635f;
}
#bookingbar_datepicker {
  display: none;
  position: absolute;
  z-index: 99999;
}
#bookingbar_datepicker .bookingbar_datepicker_footer {
  background: #124f77;
  height: 24px;
  bottom: -24px;
  position: absolute;
  width: 478px;
  left: -134px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  font-size: 12px;
}
div.ui-datepicker {
  margin-top: 16px;
  font-family: MuseoSans500;
  text-decoration: none;
  background: #124f77;
  border: 0;
  width: 478px !important;
  padding: 10px;
  margin-left: -134px;
  border-radius: 0;
}
div.ui-datepicker .ui-datepicker-header {
  height: 30px;
  line-height: 30px;
  border: 0;
  padding: 0;
  font-weight: normal;
  font-size: 16px;
  background: #124f77;
}
div.ui-datepicker .ui-datepicker-title {
  background: #0599fa;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0;
  width: 224px;
}
.ui-datepicker-group {
  width: 224px !important;
}

.ui-datepicker-calendar {
  background: #012f4f;
  width: 224px !important;
}
.ui-datepicker-calendar thead {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  height: 20px;
  font-weight: normal;
}
.ui-datepicker-calendar thead tr {
  height: 20px;
  padding: 0;
}
.ui-datepicker-calendar thead tr th {
  padding: 0;
  font-weight: normal;
  vertical-align: middle;
}

div.ui-datepicker table {
  font-size: 13px;
}

div.ui-datepicker table td {
  border: 0;
  padding: 0;
}
td.ui-datepicker-unselectable span.ui-state-default {
  border: 0 !important;
  font-weight: normal !important;
  margin-right: 1px !important;
  margin-bottom: 1px !important;
  height: 25px;
  width: 25px;
  line-height: 25px;
}
.ui-datepicker td a {
  text-align: center !important;
  color: #124f78 !important;
  border: 0 !important;
  background: #e8f6ff !important;
  font-weight: normal !important;
  margin-right: 1px !important;
  margin-bottom: 1px !important;
  height: 25px;
  width: 25px;
  line-height: 25px;
}
.ui-datepicker td.ui-state-highlight {
  border: 0;
  background: none;
}
.ui-datepicker td.ui-state-highlight a {
  background: #ef635f !important;
  color: #fff !important;
}
.ui-datepicker td.indaterange a {
  background: #0599fa !important;
  color: #fff !important;
}
.ui-datepicker-group-last {
  margin-left: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  background: none !important;
  border: 0 !important;
}

/* END BOOKING BAR */

/* START BOOKING BAR LEFT */

#featured .bookingLeft3 {
  width: 25%;
  float: left;
}

#featured .bookingLeft9 {
  width: 75%;
  float: left;
}

/* END BOOKING BAR LEFT */

/* START FOOTER */
#footer {
  background: #124f78;
  padding-top: 20px;
}

#footer .column:first-child {
  padding-left: 0px;
}

#footer .column {
  width: 23%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
  color: #61c0ff;
  font-size: 14px;
  font-family: MuseoSans500;
  font-size: medium;
}

#footer .column .title {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  padding-bottom: 7px;
  font-family: BrandonBold;
}

#footer .column li {
  line-height: 1.5;
}

#footer .column li a:hover {
  color: #8cd1ff;
}

#footer .column.social {
  margin-left: 10px;
  width: 200px;
}

#footer .column.social .circle:first-child {
  margin-left: 0;
}

#footer .column.social .ico_circle:hover {
  box-shadow: 0px 0px 4px 1px #8cd1ff;
}

#footer .column.social .ico_circle {
  background-color: #0397f8;
  margin-left: 5px;
  margin-right: 5px;
  float: left;
}

#footer .column.social .social_links li {
  position: relative;
  line-height: normal;
}

#footer .column.social .social_links a {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}

#footer .column.social .social_links .icon {
  /* background: url(/img/sprite_imgs/homepage/icos1/sprite2.png) no-repeat; */
  margin: auto;
}

#footer .column.social .social_links .fb .icon {
  margin-top: 5px;
  margin-left: 8px;
}

#footer .column.social .social_links .twit .icon {
  /* background-position: -56px -0px; */
  margin-top: 5px;
  margin-left: 6px;
}

#footer .column.social .social_links .instagram .icon {
  /*background-position: -64px -27px; */
  width: 18px;
  height: 18px;
  margin-top: 5px;
  margin-left: 6px;
}

#footer .column.social .social_links .vimeo .icon {
  /*background-position: -0px -19px; */
  width: 18px;
  height: 18px;
  margin-top: 5px;
  margin-left: 6px;
}

#footer .column.social .social_links .youtube .icon {
  /*background-position: -56px -14px; */
  margin-top: 5px;
  margin-left: 6px;
}

#footer .column.social .social_links .pintrest .icon {
  /* background-position: -52px -27px; */
  margin-top: 5px;
  margin-left: 6px;
}

#footer .organizationimage {
  display: inline;
}

#footer .copyright {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  margin-left: 0;
}

/* END FOOTER */

.container1 {
  max-width: 1200px !important;
  margin: auto;
}

.container2 {
  max-width: 1000px !important;
  margin: auto;
}

.container2a {
  max-width: 1000px !important;
  margin: auto;
  padding: 0 10px;
}

.container2a .btn_peach {
  font-family: BrandonBold;
  font-size: 20px;
}

.container3 {
  max-width: 1000px !important;
  margin: auto;
}

.container3a {
  max-width: 1000px !important;
  margin: auto;
  padding: 0 10px;
}

.container3a .btn_peach {
  font-family: BrandonBold;
  font-size: 20px;
}
/*
a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}
*/
.vhelper {
  min-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.vmiddle {
  display: inline-block;
  vertical-align: middle;
}

.border-box {
  box-sizing: border-box; /* css3 rec */
  -moz-box-sizing: border-box; /* ff2 */
  -ms-box-sizing: border-box; /* ie8 */
  -webkit-box-sizing: border-box; /* safari3 */
  -khtml-box-sizing: border-box; /* konqueror */
}

.checkbox {
  display: inline-block;
  background-color: #e3e7ea;
  border: 1px solid #bfc7ce;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  cursor: pointer;
  vertical-align: middle;
}
.checkbox.sel {
  /* background: url(/img/sprite_imgs/booking/hotels/checkmark.png) no-repeat center center; */
  background: url(../img/checkmark.png) no-repeat center center;
  background-color: #0094f5;
  width: 20px;
  height: 20px;
  border: 0;
}
.checkbox.sel img {
  margin: auto;
  display: block;
  padding-top: 4px;
}

.selbox {
  text-align: left;
  cursor: pointer;
  display: inline-block;
}
.selbox .dropdown {
  box-shadow: 0px 1px 3px rgba(10, 52, 79, 0.4);
  background-color: inherit;
  position: absolute;
  border-radius: 5px;
  width: 100%;
  left: 0;
  display: none;
  z-index: 100;
}
.selbox .dropdown_options {
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.15);
  color: inherit;
  font-family: MuseoSans700;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 5px;
  display: block;
  overflow-y: auto;
  max-height: 200px;
}
.selbox .seloption {
  width: 100%;
  display: block;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.selbox .dropdown_options li {
  padding: 2px 0;
  cursor: pointer;
  line-height: 1.5;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.selbox .dropdown_options li:hover {
  color: #124f78;
}

.selbox .dropdown_options::-webkit-scrollbar {
  width: 16px;
}

.selbox .dropdown_options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.selbox .dropdown_options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #0599fa;
}

.play_button {
  background: url(../img/play_button.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 78px;
  height: 78px;
  position: absolute;
  z-index: 101;
  left: 50%;
  top: 50%;
  margin-left: -39px;
  margin-top: -39px;
}

.content_submenu {
  margin-top: 40px;
  text-align: right;
  font-family: BrandonBold;
  color: #79868f;
  font-size: 16px;
  margin-bottom: 40px;
}
.content_submenu li {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
.content_submenu li.sel {
  color: #124f78;
}
.ico_circle {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #f2635f;
}
.btn_gray,
.btn_darkblue,
.btn_blue,
.btn_peach,
.btn_red {
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  font-family: MuseoSans500;
  font-size: 14px;
  padding: 0 10px;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.15);
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
}
.btn_red {
  background-color: #ee332e;
}
.btn_peach {
  background-color: #ef635f;
}
.btn_peach.hover,
.btn_peach:hover {
  background-color: #e31957;
}
.btn_blue {
  background-color: #0599fa;
}
.btn_blue.hover,
.btn_blue:hover {
  background-color: #0166fa;
}
.btn_darkblue {
  background-color: #155079;
}
.btn_darkblue.hover,
.btn_darkblue:hover {
  background-color: #153071;
}
.btn_gray {
  background-color: #7c8891;
}
.txt_darkblue {
  background-color: #012f4f;
  color: #fff;
  border-radius: 5px;
  font-family: MuseoSans500;
  font-size: 14px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  margin: 0;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.txt_gray {
  background-color: #e4e8eb;
  color: #79868f;
  border-radius: 5px;
  font-family: MuseoSans500;
  font-size: 14px;
  box-shadow: inset 1px 1px 0 rgba(6, 42, 67, 0.1);
  border: 0;
  margin: 0;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.tooltip_ico {
  /* background: url(/img/tooltip_info2.png); */
  background: url(../img/tooltip_info2.png);
  width: 14px;
  height: 14px;
  background-size: contain;
  display: inline-block;
}
.tooltip {
  background-color: #0599fa;
  color: #fff;
  border-radius: 5px;
  font-family: MuseoSans500;
  font-size: 14px;
  padding: 10px 10px;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.15);
  position: absolute;
  text-align: center;
  display: none;
  z-index: 150;
}
.tooltip .top {
  position: absolute;
  top: -4px;
  height: 4px;
  width: 8px;
  /* background: url(/img/sprite_imgs/homepage/icos1/tooltiptop.png) no-repeat; */
  background: url(../img/tooltiptop.png) no-repeat;
}
.tooltip.error {
  background-color: #f2635f;
  display: block;
}
.tooltip.error .top {
  /* background: url(/img/sprite_imgs/homepage/icos1/tooltiptop_peach.png) no-repeat; */
  background: url(../img/tooltiptop_peach.png) no-repeat;
}
.alert {
  color: #b94a48;
  border-color: #eed3d7;
  padding: 15px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  background-color: #f2dede;
  box-shadow: 1px 1px 0px rgba(185, 74, 72, 0.4);
  font-size: 20px;
  display: none;
}
.alert.success {
  background-color: #dff0d8;
  box-shadow: 1px 1px 0px rgba(70, 136, 71, 0.4);
  color: #468847;
}
.rotate90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  /* filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); */
}
#livechat2 {
  top: 50%;
  left: -58px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -50px;
  position: fixed;
  z-index: 105;
  font-size: 22px;
  padding: 10px 20px;
  background-color: #124e77;
  box-shadow: 0px 0px 3px 1px #999;
}
#livechat2:hover {
  color: #ccc;
}
iframe[name="google_conversion_frame"] {
  display: none;
}

.tooltip h6 {
  color: #fff;
  margin-bottom: 10px;
  background-color: #124f77; /*#ef635f;*/
  border-radius: 5px;
  padding: 8px;
}
.sidepad {
  padding-left: 128px;
  padding-right: 128px;
  width: 948px;
  display: inline-block;
}
.box_blue_outline {
  border: 2px solid #0097fa;
  height: 26px;
  line-height: 26px;
  width: 80px;
  color: #0097fa;
  font-size: 22px;
  font-family: BrandonBold;
  border-radius: 5px;
  text-align: center;
}
.ibwrapper {
  display: inline-block;
  width: 100%;
}
.content_container {
  min-height: 500px;
}
.content_container p,
.content_container span {
  font-family: MuseoSans300;
  color: #79868f;
  font-size: 16px;
  line-height: 1.5;
}
/*
h1 {
  font-size: 22px;
  font-family: BrandonBold;
  font-weight: normal;
  color: #0097fa;
}
h2 {
  font-family: MuseoSans500;
  font-size: 16px;
  font-weight: normal;
  color: #124f78;
}
*/
.dropdown_arrow {
  /* background: url(/img/sprite_imgs/homepage/icos1/sprite3.png) no-repeat -88px -14px; */
  background: url(../img/sprite3.png) no-repeat -88px -14px;
  width: 10px;
  height: 8px;
  position: absolute;
  top: 15px;
  right: 10px;
}
.rating_star {
  width: 16px;
  height: 16px;
  display: inline-block;
  /* background: url(/img/sprite_imgs/mytrip/rating_notselected.png); */
  background: url(../img/rating_notselected.png);
}
.rating_star.sel {
  /* background: url(/img/sprite_imgs/mytrip/rating_selected.png); */
  background: url(../img/rating_selected.png);
}
.hide {
  display: none !important;
}

#mobile_menu {
  display: none;
  background: url(../img/mobile_menu.png);
  position: absolute;
  width: 40px;
  height: 29px;
  cursor: pointer;
  top: 20px;
  right: 20px;
}

/** DIALOG STUFF **/

#dialogBackground {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 198;
  top: 0px;
  left: 0px;
}
#dialogBackgroundTrans {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: Alpha(Opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: relative;
  z-index: 199;
  top: 0px;
  left: 0px;
}
#dialogContainer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  position: absolute;
  z-index: 9999;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#3c000000',EndColorStr='#3c000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3c000000',EndColorStr='#3c000000');
  zoom: 1;
  border-radius: 8px;
  padding: 20px;
}

#dialogContainer.active {
  display: inline-block;
}

#dialogContainer .titlebar {
  height: 60px;
  cursor: move;
  color: #fff;
  border-bottom: 1px solid #0074c2;
  background-color: #0195f6;
  box-shadow: 0px 0px 3px black;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}

#dialogContainer .titlebar .title {
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  font-family: "BrandonBold";
}

#dialogContainer .titlebar .close {
  font-size: 30px;
  color: #fff;
  background-color: #012f4f;
  line-height: 20px;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  padding: 7px 7px;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 14px;
}

#dialogContainer .titlebar .close:hover {
  color: #ccc;
}

#dialogContainer {
  color: #444;
}
#dialogContainer p {
  font-size: 14px;
  font-family: "MuseoSans300";
}

#dialogContainer .close {
  position: absolute;
  right: -20px;
  top: -20px;
  background-color: #f2635f;
  font-size: 40px;
  border-radius: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 42px;
  border: 1px solid #444;
  cursor: pointer;
}

#dialogContainer .btn_solid {
  height: 24px;
  line-height: 22px;
}
#dialogContainer .simpleDialog .dialog {
  border-radius: 5px;
}
.dialog {
  padding: 20px;
  display: none;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dialog a {
  color: #0097fa;
}
.dialog.active {
  display: inline-block;
}
.dialog .simple_content {
  padding: 10px;
  font-size: 16px;
}
.dialog .simple_content {
  max-width: 700px;
}
.dialog .dialog_btns {
  margin-top: 5px;
  text-align: center;
}
.dialog .dialog_btns .dialog_btn {
  padding: 5px;
  min-width: 100px;
}

/** COMMON DIALOGS **/

.dialog.login {
  width: 340px;
  position: relative;
  padding: 40px;
}
.dialog.login .login_types {
  height: 40px;
  line-height: 40px;
  font-family: MuseoSans700;
  font-size: 14px;
  color: #79868f;
  background-color: #e1e5e8;
  text-align: center;
  position: absolute;
  width: 420px;
  left: 0;
  top: 0;
}
.dialog.login .login_types li {
  cursor: pointer;
  width: 140px;
}
.dialog.login .login_types li.sel {
  background-color: #fff;
}
.dialog.login .loginarea {
  margin-top: 50px;
  font-size: 13px;
  color: #79868f;
  text-align: center;
}
.dialog.login .loginarea .logininfo {
  margin-top: 30px;
}
.dialog.login .loginarea .logininfo input {
  margin-bottom: 20px;
  width: 320px;
}
.dialog.login .forgot_password {
  display: none;
  color: #0195f6;
  cursor: pointer;
}
#btn_login_submit {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 320px;
  clear: both;
}
#btn_login_forgot_password_submit {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 320px;
  clear: both;
  display: none;
}

@media screen and (max-width: 1200px) {
  #featured .gradient_overlay {
    width: 100%;
    height: 100%;
    max-width: 1140px;
  }
  #livechat2 {
    background-color: rgba(18, 78, 119, 0.4);
  }
  #livechat2:hover {
    background-color: rgb(18, 78, 119);
  }
}
@media screen and (max-width: 1040px) {
  #featured .title {
    padding-top: 6%;
  }
}
@media screen and (max-width: 960px) {
  .container2 {
    padding: 0 10px;
  }

  #bookingbar #btn_bookingbar_display {
    padding: 0 0px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: block;
  }

  #bookingbar {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  #bookingbar .triptype .btn_blue,
  #bookingbar #btn_bookingbar_display .btn_peach,
  #bookingbar #btn_bookingbar_submit .btn_peach {
    display: block;
    width: auto;
  }
  #bookingbar .group_start_end {
    width: 100%;
  }
  #bookingbar .input_field {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    background: #012f4f;
    float: none !important;
  }
  #bookingbar .input_field input {
    width: auto !important;
    display: block;
    width: auto;
    background: transparent;
  }
  #bookingbar #btn_bookingbar_submit {
    margin-left: 0px;
    display: block;
  }

  #bookingbar .btn_book {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }

  div.ui-datepicker {
    margin-top: 0;
    margin-left: 0;
  }
  #bookingbar_datepicker .bookingbar_datepicker_footer {
    left: 0;
  }
  #btn_bookingbar_triptype {
    margin-top: 0 !important;
  }
  #bookingbar #bookingbar_triptype_dropdown {
    width: 100%;
    top: 50px;
    display: none;
    z-index: 100;
  }
  #bookingbar #bookingbar_triptype_options {
    width: auto;
  }
  #bookingbar #bookingbar_triptype_options li {
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
  }
  #bookingbar #bookingbar_dest_start_options li,
  #bookingbar #bookingbar_dest_end_options li,
  #bookingbar #bookingbar_traveler_count_options li {
    padding: 5px 0;
    cursor: pointer;
  }
  #bookingbar #bookingbar_dest_start_options,
  #bookingbar #bookingbar_dest_end_options,
  #bookingbar #bookingbar_traveler_count_options {
    width: auto;
  }
  #bookingbar #bookingbar_dest_start_dropdown,
  #bookingbar #bookingbar_dest_end_dropdown,
  #bookingbar #bookingbar_traveler_count_dropdown {
    width: 100%;
  }

  #bookingbar .container2,
  #bookingbar .container3 {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  #featured .title {
    padding-top: 4%;
    margin-bottom: 0px;
  }
  #featured .gradient_overlay {
    padding-left: 0px;
    padding-right: 0;
    height: 195px;
  }
  #main_header {
    height: auto;
  }
  #main_header .menu {
    display: none;
  }
  #mobile_menu {
    display: block;
  }
  #main_header .logo {
    float: none;
  }
  #main_header .mobile_shownumber {
    display: block;
    clear: left;
    margin-top: 10px;
    text-align: center;
    width: 210px;
    font-size: 18px;
  }
  #main_header .menu {
    display: none;
    position: absolute;
    z-index: 100;
    top: 60px;
    right: 20px;
    box-shadow: 2px 2px 4px -2px #124f78;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
  }
  #main_header .menu li {
    display: block;
    clear: both;
    float: none;
    margin-top: 7px;
    margin-bottom: 7px;
    cursor: pointer;
  }
  #main_header .menu .top {
    float: none;
    clear: none;
    margin: auto;
  }
  #main_header .menu .top .phone_num {
    display: none;
  }
  #main_header .menu .top .social_icons {
    height: 16px;
    width: auto;
    margin: auto;
    text-align: center;
  }
  #main_header .menu .top .social_icons li {
    display: inline-block;
    clear: none;
    padding-right: 4px;
    padding-left: 4px;
  }
  #main_header li:last-child {
    padding-right: 10px;
  }
  #main_header .menu .bottom {
    margin-top: 30px;
    float: none;
  }
  .content_submenu li {
    line-height: 2;
  }

  #btn_bookingbar_display {
    display: inline-block;
  }

  #footer .span6 {
    width: 100%;
    margin-left: 4%;
  }

  #footer .column.social {
    margin-left: 0;
  }

  #footer .container2 {
    padding: 0;
  }

  #footer .copyright {
    line-height: 1.5;
  }

  #featured .bullet .text,
  #featured2 .text {
    margin-left: 5px;
    width: 50vw;
    color: #fff;
    font-family: MuseoSans500;
    font-size: 13px;
    float: left;
    line-height: 1.2;
  }

  .gradient_overlay .span5 {
    width: 60%;
  }

  #featured .bullet {
    height: 3vw;
  }
}
@media screen and (max-width: 660px) {
  #featured .title {
    padding-top: 4%;
  }

  #featured .bullet:nth-child(2) {
    display: none;
  }

  #livechat2 {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  #featured {
    display: block;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
