@media print {
  a[href]:after {
    content: none!important;
  }
}

html {
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  /* line-height set to bootstrap3 standard */
  /*line-height: 1.428!important;*/
  line-height: 1.2!important;
  -webkit-text-size-adjust: none;
}

body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #c1d5e8;
  font-size: 14px;
  color: #000!important;
  font-family: Arial, Helvetica, sans-serif;!important;
  line-height: 1.2 !important;
  -webkit-text-size-adjust: none;
}

img {
  border: 0px;
}

/* BEGIN: Match this to Bootstrap's anchor color! */
.anchor-color {
  color: #0220c7;
}
/* END: Match this to Bootstrap's anchor color! */

a:link { color:#0220c7; text-decoration: none; }
a:hover { color: #0220c7; text-decoration: underline; }
a:visited { color: #0220c7; text-decoration: none; }
a:visited:hover { color: #0220c7; text-decoration: none; }

.padR { padding-right: 2em; }

.text-color-dark {
  color: #000;
}

.text-color-red {
  color: #e8191f;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

.btn-vtg {
  border: 0px;
  line-height: 1em;
  font-weight: bold;
  font-size: 16px!important;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  border-radius: 0px;
}

.btn-vtg-yellow {
  color: #000;
  background-color: #f9ce0c;
}

.btn-vtg-gray {
  color: #000;
  background-color: #eee;
}

.btn-vtg-red {
  color: #fff;
  background-color: #cc0000;
}

.btn-vtg-red:hover,
.btn-vtg-red:focus,
.btn-vtg-red:visited:hover {
  color: #fff!important;
  text-decoration: none;
}

.btn-vtg-green {
  color: #fff!important;
  background-color: #00aa00;
}

.btn-vtg-green:hover,
.btn-vtg-green:focus,
.btn-vtg-green:visited:hover {
  color: #fff!important;
  text-decoration: none;
}

.btn-book-online {
  float: right;
  margin-top:10px;  /* offsets <h1>'s margin-top:15px; */
}

.btn-vtg-continue,
.btn-vtg-continue:hover,
.btn-vtg-continue:focus,
.btn-vtg-continue:visited:hover {
  color: #0220c7!important;
  text-decoration: none;
}

.announcement {
  margin-top: 2em;
  margin-bottom: 2em;
}

a[href^="tel"]{
  color: inherit;
  text-decoration: none;
}

.inline-block,
.inline-column {
  display: inline-block;
  vertical-align: top;
}

.inline-block.column {
  text-align: left;
  line-height: 1.6em;
  white-space: nowrap;
}

.separation {
  margin-right: 3em;
}

form label {
  margin-bottom: 0em;
}

.label {
  white-space:nowrap;
}

.one-place {
  white-space: nowrap;
}

.cursor-pointer {
  cursor: pointer;
}

#carouselContainer { width: 400px; }
#slideshowCarousel { margin: 0.5em auto; }
.tab-pane { padding-top: 15px; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  height: 40px !important;
  width: 40px !important;
}

.carousel-control-prev-icon {
 background-image: url(/images/chevron-left.png);
}

.carousel-control-next,.carousel-control-prev {
  opacity: 1.0;
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
  opacity: 1.0;
}

.carousel-control-next-icon {
  background-image: url(/images/chevron-right.png);
}

form .paragraph-margin {
  margin-bottom: 1.25em!important;
}

/* ------------------------------------------------------------------ */
/* ----------------- BEGIN: Body-related containers ----------------- */

#bodyContainerBackground {
  width: 1080px;
  height: 100%;
  margin: 0px auto;
  position: relative;
  background-color: #e5dfd1;
}

#bodyContainer {
  width: inherit;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
}

.body-section-container {
  width: 100%;
  clear: left;
  margin: 0px;
  padding: 0px;
}

/*red: #c93b2b */
#siteHeader {
  background-color: #3BA7CE;
  height: 110px;
  font-family: Arial, Helvetica, sans-serif;!important;
  line-height: 1.428!important;
}

#siteMenu {
  font-family: Arial, Helvetica, sans-serif;!important;
  font-size: 18px;
  height: 40px;
}

#siteFooter {
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #e5dfd1;
  font-family: Arial, Helvetica, sans-serif;!important;
  line-height: 1.428;
}

.body-content {
  width: 100%;
  text-align: left;
  padding: 8px 18px 18px 18px;
}

.vtg-layout {
  width: 100%;
  min-height: 600px;
  display: table;
  margin-top: 10px!important;
}

.vtg-layout-row {
  display: table-row;
}

.vtg-layout-left-col {
  width: 290px!important;
  max-width: 290px!important;
  padding-left: 0px;
  padding-right: 15px;
  display: table-cell;
  vertical-align: top;
}

.vtg-layout-daily-special {
  width: 230px;
  max-width: 230px;
  padding-left: 0px;
  padding-right: 15px;
  display: table-cell;
  vertical-align: top;
  float: right;
}

.vtg-layout-main {
  display: table-cell;
  padding-right: 15px;
  padding-left: 15px;
  vertical-align: top;
  width: 754px;
  max-width: 754px;
  -webkit-text-size-adjust: none;
}

.vtg-layout-custom-search {
  margin-left: 50px;
}

.custom-search-row {
  margin-bottom: 0px;
}

.custom-search-label {
   max-width:100% !important;
	 flex: 0 0 60% !important;
}

.custom-col-4 {
  background-color: #e5dfd1;
  padding: 0px 13px 0px 13px;
}

.custom-col-2-left {
  background-color: #e5dfd1;
  padding: 0px 0px 0px 13px;
}

.custom-col-2-right {
  background-color: #e5dfd1;
  padding: 0px 13px 0px 0px;
}

.vtg-layout-cbr {
  margin-left: 50px;
}

/* This forces .vtg-layout-main to have no right padding when not on the home page */
/*.vtg-layout-row > div:nth-last-child(1) {
  padding-right: 0px;
}*/

/*.vtg-layout .vtg-layout-main {
  min-width: 71.1%;
}*/

.vtg-left-section {
  width: 275px!important;
  max-width: 275px!important;
  background-color: #e5dfd1;
  padding: 15px 13px 10px 13px;
  margin-bottom: 7px;
  -webkit-text-size-adjust: none;
}

.vtg-left-section .header {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-top: -6px;
}

.vtg-left-section .notheader {
  font-size: 14px;
  font-weight: normal;
}

.vtg-left-section input {
  font-size: inherit!important;
}

.vtg-left-section .more-deals {
  display: inline-block;
  position: relative;
  width: 111px;
  margin-right: 15px;
  line-height: 2em;
}

.vtg-right-section {
  max-width: 215px;
  width: 100%;
  background-color: #e5dfd1;
  padding: 10px 15px 10px 15px;
  margin-bottom: 7px;
}

.vtg-ds-header {
  width: 100%;
  background-color: #fff;
  padding: 0px 0px 0px 0px;
  margin-bottom: 5px;
}

.vtg-ds-img {
  max-width: 215px;
  background-color: #e5dfd1;
  margin: -10px -15px 10px -15px;
}

.vtg-ds-heading {
  font-weight: bold;
  color: #0220c7;
}

.vtg-ds-anchor:link,
.vtg-ds-anchor:hover,
.vtg-ds-anchor:visited,
.vtg-ds-anchor:visited:hover {
  color: #000;
  text-decoration: none;
}

.vtg-largest-agency {
  font-size: 18px;
  text-align: center;
}

.vtg-why-book {
  font-size: 21px;
}

a.text-color-dark:link { color: #000; text-decoration: none; }
a.text-color-dark:hover { color: #0220c7; text-decoration: underline; }
a.text-color-dark:visited { color: #000; text-decoration: none; }
a.text-color-dark:visited:hover { color: #0220c7; text-decoration: none; }

.vtg-myprofile-radio {
  margin-top:5px;
  margin-bottom:4px;
}

.more-discounts-image {
  padding-top: 25px;
}

/* ------------------ END: Body-related containers ------------------ */
/* ------------------------------------------------------------------ */


/* ------------------------------------------------------------------ */
/* ------------------------- BEGIN: Header -------------------------- */

#siteHeader .left-block {
  position: relative;
  float: left;
  height: 100%;
  width: 400px;
  text-align: left;
  padding: 8px 10px 8px 40px;
  color: #fff;
}

/* just resize logo for a site and don't touch .logo-cust! */

#siteHeader .left-block .logo-cust {
  position: absolute;
  bottom: 11px;
  font-size: 15px;
  line-height: 1.428!important;
}

#siteHeader .left-block .logo-cust img {
  margin-bottom: 2px;
}

#siteHeader .powered-by-vtg {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

#siteHeader .uppermiddle-block {
  position: relative;
  float: left;
  color: #feed00;
  font-size: 16px;
  font-weight: 400;
	padding-top:0px;
	margin-left:-180px;
}

#siteHeader .uppermiddle-block a {
  color: #feed00;
  text-decoration: underline;
}

#siteHeader .middle-block {
  position: relative;
  float: left;
  height: 100%;
  width: 280px;
  padding: 8px 10px 8px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

#siteHeader .middle-block .bottom-half {
  position: absolute;
  padding: 0px;
  left: 10px;
  bottom: 10px;
  text-align: center;
  width: 100%;
  width: 260px;
}

#siteHeader .right-block {
  position: relative;
  float: right;
  height: 100%;
  width: 440px;
  text-align: right;
  padding: 8px 40px 8px 10px;
  color: #fff;
}

#siteHeader .right-block .top-half {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

#siteHeader .right-block .top-half a:link { color: #fff; text-decoration: none; }
#siteHeader .right-block .top-half a:hover { color: #fff; text-decoration: underline; }
#siteHeader .right-block .top-half a:visited { color: #fff; text-decoration: none; }
#siteHeader .right-block .top-half a:visited:hover { color: #fff; text-decoration: none; }

#siteHeader .right-block button {
  padding: 0px 0px 3px 0px;
  color: #fff;
  font-size: 1em;
}

#siteHeader .right-block .top-half span {
  display: inline-block;
}

#siteHeader .right-block .pipe {
  /*font-size: 20px;*/
  margin-left: 0.20em;
  margin-right: 0.20em;
}

#siteHeader .right-block .bottom-half {
  position: absolute;
  padding: 0px;
  right: 50px;
  bottom: 12px;
}

#siteHeader .right-block .phone-middle {
  font-size: 21px;
  white-space: nowrap;
  padding-top: 8px!important;
  padding-bottom: 8px!important;
}
#siteHeader .right-block .phone-middle a:hover { color: #fff; text-decoration: none; }

#siteHeader .right-block .phone-top {
  font-size: 18px;
  white-space: nowrap;
  line-height: 1em;
}

#siteHeader a[href^="tel"]{
  color: white!important;
  text-decoration: none;
}

/* .dropdown-toggle for changing language */
#siteHeader-lang::after {
  margin-left: 0px;
  vertical-align: middle;
}

#siteHeader .dropdown-menu {
  transform: translate3d(0px, 20px, 0px)!important;
  font-size: 16px!important;
}

.welcome-back-exclamation {
  padding-left: 2px;
}

.vtg-user-prompt-icon {
  display: block;
  content: "!";
  border-radius: 50%;
  border: 1px solid #00adef; /* #036ffc #00adef #f1ff2e */
  background-color: #00adef;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff; /* #c93b2b */
  font-weight: bold;
  font-size: 17px;
}

/* -------------------------- END: Header --------------------------- */
/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/* -------------------------- Begin: FAB  --------------------------- */

/* BEGIN regular bootstrap select styles */

.custom-select {
 height:30px!important;
 color:#000!important;
}

select:-moz-focusring { 
  color: transparent!important;
  text-shadow: 0 0 0 #000!important;
}

select:focus::-ms-value {
  background-color: #cefdce!important;
}

.custom-select {
  /* START arrow in the select */
  background-image:
    linear-gradient(45deg, transparent 50%, black 60%),
    linear-gradient(135deg, black 40%, transparent 50%) !important;
  background-position:
    calc(100% - 15px) 12px,
    calc(100% - 10px) 12px,
    100% 0;
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* END arrow in the select */

  cursor: pointer; /* does not have pointer by default */
  color: #000; /* font color should be black */
  padding-left: 7px;

  /* START size changes */
  font-size: 14px!important;
  line-height: 1.2em;
  /* END size changes */ 
}

/* red arrow on an invalid form field */
.custom-select.is-invalid {
  /* START arrow in the select */
  background-image:
    linear-gradient(45deg, transparent 50%, red 60%),
    linear-gradient(135deg, red 40%, transparent 50%) !important;
  background-position:
    calc(100% - 15px) 12px,
    calc(100% - 10px) 12px,
    100% 0;
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* END arrow in the select */
}

.custom-select:focus {
  color: #000;
  outline:0;
  box-shadow:0 0 0 0rem rgba(0,123,255,.25)
}

.custom-select option {
  color: #000;
}
.custom-select option:hover {
  background-color: #3BA7CE;
}

/* green highlight when something is selected, occupancy is different since default is 2 */
select[data-chosen]:not([data-chosen='0']):not([name='occ']) {
  color: #212529;
  background-color: #cefdce!important;
  border-color: #ced4da;
}
select[name='occ']:not([data-chosen='2']) {
  color: #212529;
  background-color: #cefdce!important;
  border-color: #ced4da;
}
select option:not([data-chosen='0']) {
  color: ##000;
  background-color: #fff!important;
  border-color: #ced4da;
}

/* END regular bootstrap select styles */

#fabBoxContainer {
  text-align: left;
  padding: 0px;
  max-width: 248px; /* stops select options from resizing container */
  margin-top: -8px;
}

#fabBoxContainer form select,
#fabBoxContainer form option {
  font-size: 14px!important;
	line-height:1.2em!important;
}

.bootstrap-select,
.filter-option,
.dropdown-menu {
  font-size: 14px!important;
}

.bootstrap-select {
  background-color: #fff!important;
}

#countryOnlyTooltip {
  padding-top: 3px;
}

#fabTitle {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 3px;
}

#fabMsgRegionID, #fabMsgMisc {
  display: none;
  color: red;
	margin-top:8px;
}

#fabShowMeTheDeals {
  width: 200px;
  font-size: 18px!important;
	margin-top:8px;
}

#fabMsgCount { 
  color: forestgreen;
  margin-right: 1em;
}

#fabMsgDepartures {
   margin-bottom: 6px;
}

.form-control {
  line-height: 1.2!important;
  font-size: 14px!important;
}

.form-control:focus {
	color: #000;
	outline:0;
	box-shadow:0 0 0 0rem rgba(0,123,255,.25)
}

/* START CBRForm */
#CBRForm .btn {
  line-height: 1.2!important;
  font-size: 12px!important;
}

#CBRForm input.form-control {
  font-size: 14px!important;
  padding: 4px 8px 4px 8px;
  height: 31px;
  color: #000!important;
}

#CBRForm select.form-control {
  height: 31px;
}

#CBRForm textarea.form-control {
  font-size: 14px!important;
}

#CBRForm .bs-placeholder {
  color: #000!important;
}

#CBRForm .form-group {
  margin-bottom: 10px;
}
/* END CBRForm */

/* START override placeholder color */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000!important;
  opacity: 1!important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000!important;
}
/* END override placeholder color */

/* Override the Bootstrap bottom margin */
#fabForm .form-group {
  margin-bottom: 2px;
}

/* This overrides <option> color */
#fabForm .dropdown-menu.open li a {
  color: #000;
}

.dropdown-item {
  color: #000!important;
}

.dropdown-item.active,.dropdown-item:active {
  background-color: #f5f5f5;
}

/* override the color by forcing 0px */
.btn.focus,
.btn:focus {
 outline:0;
 box-shadow:0 0 0 0rem rgba(0,123,255,.25)
}

/* force it to be white background instead of subtle grey */
.btn-light{
  color:#212529;
  background-color:#fff!important;
  border-color:#ced4da; /*#f8f9fa*/
}

.btn-light-selected {
  color:#212529;
  background-color:#cefdce!important;
  border-color:#ced4da;
}

.custom-control-label {
  padding-top: 5px;
}

#containerTickerPrompt .pipe {
  /*font-size: 20px;*/
  color: #000!important;
  margin-left: 0.10em;
  margin-right: 0.1em;
}

#ShipID ~ .dropdown-menu {
  min-height: 0px!important;
}
#ShipID ~ .dropdown-menu .inner {
  min-height: 0px!important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ---------------------------- END: FAB ---------------------------- */
/* ------------------------------------------------------------------ */


/* ------------------------------------------------------------------ */
/* -------------------------- BEGIN: Menu --------------------------- */

#siteMenu nav  {
  height: 40px;
  background-color: white;
  border: 0px;
  color: #000!important;
  font-family: Arial, Helvetica, sans-serif;!important;
  font-size: 18px;!important;
  padding-left: 0rem;
  padding-right: 0rem;
}

#siteNav li a {
  padding: 10px 15px;
}

#siteNav {
  width: 100%;
}

#siteMenu nav li a:hover {
  background-color: #e0e0e0;
  text-decoration: none;
}

#siteMenu a[href="#"] {
  cursor: default;
}

#siteMenu .dropdown-toggle {
  white-space: normal;
}

#siteMenu .dropdown-toggle:after {
  display: none;
}

#siteMenu .navbar-default .navbar-nav>li>a {
  color: #000;
}

#siteNav ul {
  position: absolute;
  white-space: nowrap;
  z-index: -1;
}

#siteNav > li {
  margin-left: 16px;
  margin-right: 16px;
}

/* First Menu Item - Home */
#siteNav > li:first-child {
  margin-left: 0px!important;
}
#siteNav > li:first-child > a {
  padding-left: 18px!important;
}

/* companies sub menu */
#siteNav > li:nth-child(2):hover > ul { 
  min-width: 530px!important;
}

/* companies sub menu */
#siteNav > li:nth-child(2):hover > ul li:nth-child(odd){
  float:left;
  width:50%;
}

/* companies sub menu */
#siteNav > li:nth-child(2):hover > ul li:nth-child(even){
  float:right;
  width:50%;
}

/* Newsletter */


#siteNav > li:hover > ul {
  left: auto;
  width: 100%;
  z-index: 1000;
}

#siteNav > li:nth-last-child(2):hover > ul { 
  min-width: 240px;
  font-size: 16px;
  line-height: 1.8em;
}

#siteMenu > nav > ul > li.dropdown:hover > a {
  background-color: #e0e0e0;
  text-decoration: none;
}
/* END: "Our Specialties" sub items */

/* --------------------------- END: Menu ---------------------------- */
/* ------------------------------------------------------------------ */


/* ------------------------------------------------------------------ */
/* ------------------------- BEGIN: Footer -------------------------- */
#siteFooter .callback {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 6px;
}

#siteFooter .phone-footer {
 color: #e8191f;
}

#siteFooter a[href^="tel"]{
  color: #e8191f!important;
  text-decoration: none;
}

#siteFooter .office-hours {
  font-size: 14px;
  margin-bottom: 6px;
}

#siteFooter .link-section {
  margin-top: 30px;
  font-size: 13px;
}

#siteFooter .inline-block {
  text-align: left;
}

#siteFooter .separate {
  margin-right: 70px;
}

#siteFooter .career-tellus {
  margin-top: 1em;
  font-size: 14px;
  font-weight: bold;
}

#siteFooter .career-tellus .pipe {
  margin-top: 1em;
  font-size: 20px;
  font-weight: normal;
}

#siteFooter .copyright {
  margin-top: 0.5em;
  font-size: 12px;
}


#siteFooter .link-section a:link { color: #000; text-decoration: none; }
#siteFooter .link-section a:hover { color: #0220c7; text-decoration: underline; }
#siteFooter .link-section a:visited  { color: #000; text-decoration: none; }
#siteFooter .link-section a:visited:hover { color: #0220c7; text-decoration: none; }

/* -------------------------- END: Footer --------------------------- */
/* ------------------------------------------------------------------ */


/* ---------------------------------------------------------------- */
/* ------------------------- BEGIN: Call Back --------------------- */

.has-error {
  color: #e8191f;!important;  
}

#comment_msg,#fd_msg,#fd2_msg,#fd3_msg {
  color:#e8191f;
}

/* ----------this is the same as myprofile.cfm lines per Troy-- */
#callback_hr {
  margin-top: 2em;
  margin-bottom: 1em;
  background-size: 4px;
  border-top: 4px solid #eee;
  border-color: #eee;
}

/* -------------------------- END: Call Back --------------------------- */
/* ---------------------------------------------------------------- */

/* ----------------------------------------------------------------- */
/* ----- BEGIN: classes for CMS to make it look like BootStrap ----- */

.vtg-thead-dark {
  font-weight: normal;
  color: #fff;
  background-color: #666;
}

/* ----------------------------------------------------------------- */
/* ------ END: classes for CMS to make it look like BootStrap ------ */

/* ------------------------------------------------------------------ */
/* ------------ BEGIN: Override Bootstrap's CSS settings ------------ */

h1 {
  color: #000;
  font-size: 26px;
  font-weight: normal;
  margin-top: 0px;
}

h2 {
  color: #000;
  font-size: 23px;
  font-weight: bold;
}

h3 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

h4 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

p {
  margin-top: 0.75em!important;
  margin-bottom: 0.75em!important;
}

hr {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  height: 1px;
}

button.btn-vtg-info {
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.btn-specials-info {
  border-radius: 15%;
  border: 1px solid #dc3545;
	line-height:12px;
	padding:1px 4px 0px 4px;
	margin:0px;
	font-size:12px !important;
	font-weight:bold;
	background-color:#ffd6cc;
	color:#dc3545 !important;
}

/* delete? */
/*.carousel-control {
  outline: 0;
  opacity: .9;
}

.carousel-control .glyphicon-chevron-left:before{  
  font-size: 40px;
}

.carousel-control .glyphicon-chevron-right:before{  
  font-size: 40px;
}*/
/* end delete? */

/* Tabs on Cruise Lines and Ships */
/* Bootstrap4 uses 1rem normally but we are reducing it so it fits into a smaller space than niche uses */
#tabContainer .nav-link {
  padding-left: 0.60rem;
  padding-right: 0.60rem;
  font-size: 14px;
	color:: #000000 !important;
}

/* Bootstrap4 uses 0.75rem but Bootstrap3 uses 8px */
.table td, .table th {
  padding: 4px 8px 4px 8px;
}

.table tbody {
  color: #000!important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}

.popover-header,
.popover-body {
  font-family: Arial, Helvetica, sans-serif!important;
  font-size: 14px!important;
  color: #000!important;
}

.popover {
  min-width: 450px;
}

/* -------------- END: Override Bootstrap's settings -------------- */
/* ---------------------------------------------------------------- */


/* ------------------------------------------------------------------ */
/* ------------ BEGIN: Override Bootstrap's NAV settings ------------ */

.navbar-nav > li, .navbar-nav {
  float: left!important;
}

nav li.dropdown:hover, .dropdown.open {
  background-color: #dfdfdf;
}

nav li.dropdown .dropdown-menu {
  border-top: 0px;
}

nav li.dropdown:hover .dropdown-menu {
  display: block;
  box-shadow: none;
  padding: 10px 0px 10px 0px!important;
}

nav .dropdown-menu, nav .dropdown-menu > li {
  background-color: #dfdfdf;
  font-size: 14px!important;
  line-height: 1.428!important;
}

nav .dropdown-menu > li {
  padding: 0px!important;
}

nav .dropdown-menu > li > a {
  text-align: left!important;
  padding-top: 0.47em!important;
  padding-bottom: 0.47em!important;
	padding-left:15px!important;
  color: #000;
  width: 100%;
  display: block;
}

nav .dropdown-menu > li > a:hover {
  background-color: #444!important;
  color: white;
  width: 100%;
}

.bootstrap-select>.dropdown-toggle{
  color:#000;
}

.bootstrap-select>.dropdown-toggle::after {
    display: inline-block!important;
    margin-left: .255em!important;
    vertical-align: .255em!important;
    content: ""!important;
    border-top: .3em solid!important;
    border-right: .3em solid transparent!important;
    border-bottom: 0!important;
    border-left: .3em solid transparent!important;
}

/* cruise lines and ships tabs */
.nav > li > a:hover {
  text-decoration:none;
  background-color:#eee
}

/* ------------ END: Override Bootstrap's NAV settings ------------ */
/* ---------------------------------------------------------------- */


/* ------------ START: Override Bootstrap's TOOLTIP settings ------------ */
/* -----------------------------------------------      ----------------- */

.tooltip-inner {
  background-color: #fff;
  font-size: 14px;
  color: #000!important;
  font-family: Arial, Helvetica, sans-serif;!important;
  max-width: 450px;
  border: 1px solid #c5c5c5;
  text-align: left;
  padding: 10px 20px 10px 20px;
}

.tooltip.show {
  opacity: 1.0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  border-bottom-color: #c5c5c5 !important;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  border-top-color: #c5c5c5 !important;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  border-left-color: #c5c5c5 !important;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  border-right-color: #c5c5c5 !important;
}

/* ------------ END: Override Bootstrap's TOOLTIP settings ------------ */
/* ------------------------------------------------    ---------------- */

/* ------------------------------------------------------------------ */
/* ---------------------- BEGIN: Daily Special ---------------------- */

.daily-special-container {
  background-color: #fff;
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 100%;
  color: #fff;
  height: 44px;
  font-size: 12px;
  margin-top: -3px!important;
}

/* DS-background.png is 60px high but needs to be 37px */
.daily-special-container {
  background-image: url(/images/DS-background.png);
  height: 44px;
}

/* margin-top makes the DS-map.png poke out the top! */
.daily-special-container table {
  margin-top: 0px;
  margin-left: 12px;
  height: 44px;
  z-index: 999;
  position: absolute;
}

/* default Daily Special button to red */
.daily-special-container a[role="button"] {
  color: #fff;
  background-color: #ff0000;
}

.daily-special-container a[role="button"]:hover,
.daily-special-container a[role="button"]:focus,
.daily-special-container a[role="button"]:visited:hover {
  color: #fff!important;
  text-decoration: none;
}

.daily-special-banner {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}


/* ----------------------- END: Daily Special ----------------------- */
/* ------------------------------------------------------------------ */



/* ----------------------- Discounts ----------------------- */


.collapsing {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.offers {
  margin-top:0px;
}

.offers-boxed {
	padding:14px;
	text-align:left;
	color:#000000;
	font-size:14px;
	margin-top:15px;
}

#offers-boxed-header {
	text-align:left;
	margin-bottom:10px;
	color:#FF0000;
	font-size:16px;
	font-weight:bold;
}

#offers-header {
  background-color:#C91217;
  text-align:left;
  padding:4px;
  margin-bottom:4px;
  font-size:14px;
	font-weight:bold;
  color:#FFFFFF;
	margin-top:18px;
}

#offers-list {
  margin-top:15px;
  text-align:left;
  color:#000000;
  font-size:14px;
}

/*#offers-list li {
  margin-left:-24px;
}*/

#offers-col1 {
 float:left;
 /*width:354px;*/
 margin-right:16px;
}

#offers-col2 {
 float:right;
 /*width:354px;*/
}

#offers-col1exp {
 float:left;
 /*width:354px;*/
 margin-right:16px;
}

#offers-col2exp {
 float:right;
 /*width:354px;*/
}


/* ----------------------- Hotdeals, MostPopular pages ----------------------- */

.subheader {
  font-size:14px;
	font-weight:bold;
}

.offers-full {
  width: 100%;
}

.graydot { margin-left: 0px; margin-right: 10px; font-size:14px; padding-left:1.25em; }

.graydot li { margin-bottom:10px!important; }
