.fancybox-inner .stateroom h4 {
  margin-bottom: 10px;
}

div.staterooms_container div.stateroom h4 {
  margin-bottom: 4px;
}

.rating_container {
  margin-top: 5px;
  color: #004a83;
}

.rating_container .title {
  font-size: 14px;
}

.rating_container .rating_number {
  font-size: 24px;
  color: #707070;
}

.fa-star,
.fa-star-half-o,
.fa-star-o,
.fa-star-sharp,
.fa-star-sharp-half-stroke {
  color: #ffe55f;
  font-size: 20px;
  margin: 0 1px;
}

.page_header .right {
  text-align: right;
}

#top_stats {
  margin-top: 30px;
  text-align: right;
  display: inline-block;
}

#main_img_container {
  position: relative;
}

#main_img_container .logo_cont {
  position: absolute;
  background-color: rgb(255 255 255 / 70%);
  width: 23.5%;
  height: 21%;
}

#main_img_container .logo_cont.top-right {
  top: 5px;
  right: 5px;
  border-radius: 0 0 0 30px;
  padding: 0 20px 5px 25px;
}

#main_img_container .logo_cont.top-left {
  top: 5px;
  left: 5px;
  border-radius: 0 0 30px;
  padding: 0 25px 5px 20px;
}

#main_img_container .logo_cont.bottom-right {
  bottom: 5px;
  right: 5px;
  border-radius: 30px 0 0;
  padding: 5px 20px 0 25px;
}

#main_img_container .logo_cont.bottom-left {
  bottom: 5px;
  left: 5px;
  border-radius: 0 30px 0 0;
  padding: 5px 25px 0 20px;
}

#main_img_container .logo_cont .logo {
  width: 100%;
  height: 100%;
}

#main_img_container .main_img {
  width: 100%;
}

.cruiseshipOverview img {
  border: 4px solid #eee;
  width: 315px;
  height: 210px;
  display: block;
}

.search_slides_section .swiper-slide img {
  width: auto;
}

.stateroom a.accommodationImg img {
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.fancybox-inner .stateroom a.accommodationImg img {
  max-width: 100%;
  max-height: 100%;
}

#main_img_container .main_img img {
  width: 100%;
}

#main_img_container .bordered_container {
  position: relative;
  width: 100%;
}

#main_img_container .border {
  border: 5px solid rgb(255 255 255 / 70%);
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

#main_img_container .context img {
  display: block;
}

#gallery_container {
  margin-top: 1%;
  border: 5px solid #ddd;
  height: 130px;
}

.gallery-swiper-container {
  height: 70%;
  padding: 5px 5px 0;
}

.search_slides_section .swiper-pagination-custom-container {
  margin-top: 0;
}

.search_slides_section .swiper-pagination-custom-container .pagination_surround {
  border: none;
  background-color: transparent;
}

.swiper-pagination-custom-container .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}

#facts_section {
  border: 1px solid #ccc;
  margin-top: 10px;
  padding: 10px;
  box-sizing: border-box;
}

#facts_section .title_box {
  margin-bottom: 20px;
}

#facts_section .title {
  font-size: 20px;
  font-weight: bold;
  color: #004a83;
  vertical-align: middle;
}

#facts_section #facts_list {
  text-align: center;
}

#facts_list .list_item {
  float: left;
  font-size: 11px;
  color: #707070;
  width: 25%;
}

#facts_list .list_item_container {
  margin: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.accommodation_type_filter.active + label {
  color: #ff3048;
  font-weight: bold;
}

#accommodation_type_filter_container input,
#accommodation_type_filter_container label {
  cursor: pointer;
}

#facts_list .list_item label {
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  text-align: left;
}

#facts_list .list_item span {
  float: right;
  text-align: right;
}

.facts_link {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #c4c4c4;
  letter-spacing: 0.5px;
}

.facts_link.active {
  color: #1a7dde;
}

.facts_link:hover:not(.active) {
  color: #1a7dde;
}

.facts_table {
  display: none;
}

.facts_table.active {
  display: block;
}

#accommodation_type_filter_container {
  margin: 10px 0 20px;
  padding: 7px;
  border: 1px solid #ccc;
  font-size: 13px;
  color: #004a83;
  background-color: #f1f1f1;
}

div.tab-accommodation.content.active div.deck_dates_container {
  margin-bottom: 20px;
}

#general_amenities {
  margin: 0 0 20px !important;
}

div.staterooms_class div ul {
  margin: 5px 0;
  list-style-type: disc;
  list-style-position: inside;
}

.fancybox-inner .stateroom .description ul {
  margin-left: 20px;
  list-style: circle;
}

div.staterooms_class div ul li {
  margin: 5px;
}

.fancybox-inner .stateroom .description ul li {
  margin: 7px 0;
}

.fancybox-inner .stateroom .description ul li:last-child {
  margin-bottom: 0;
}

div#general_amenities ul {
  margin: 0.5em 0;
  padding-left: 6px;
  column-count: 2;
}

div#general_amenities ul li {
  margin: 1px 0;
}

div#general_amenities ul li i.fa-star,
div#general_amenities ul li i.fa-star-sharp {
  color: #ff3048;
}

.staterooms_class {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  visibility: visible;
}

.staterooms_class.no_border,
.staterooms_class:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.stateroom {
  padding: 20px;
}

.fancybox-inner .stateroom {
  padding: 0;
}

.stateroom a.accommodationImg {
  margin: 0 10px 5px 0;
  max-width: 297px;
  display: inline-block;
  border: 3px solid #d9d9d9;
}

.fancybox-inner .stateroom a.accommodationImg {
  float: none;
  margin: auto;
  border: 0;
  max-width: 100%;
}

.stateroom .category_section {
  margin-bottom: 10px;
}

.stateroom .category_deck_locations_section {
  margin-bottom: 10px;
  font-size: 12px;
}

.stateroom .category_section .category_info {
  display: inline-block;
  margin: 0 10px 5px 0;
}

.stateroom .category_section .category_info .size {
  font-size: 12px;
  font-weight: bold;
}

.stateroom .description {
  display: inline;
  line-height: 21px;
}

.fancybox-inner .stateroom .description {
  display: block;
  line-height: normal;
  font-size: 14px;
  margin-top: 10px;
}

.fancybox-inner .stateroom .description p {
  margin-bottom: 10px;
}

.fancybox-inner .stateroom .description p:last-child {
  margin-bottom: 0;
}

.code_box {
  display: inline-block;
  padding: 1px 5px;
  min-width: 39px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  border: 1px solid #000;
}

.tab-deckplans > .left {
  float: left;
  width: 65%;
}

.tab-deckplans > .right {
  float: right;
  text-align: center;
  width: 35%;
}

.tab-deckplans #decks_keys {
  margin-top: 10px;
}

#categories_public_areas {
  text-align: left;
}

#categories_public_areas a {
  display: inline-block;
}

/* Deck Plans Accommodation Gallery */
.category-owl-container .owl-nav button {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  background-color: black !important;
}

.category-owl-container .owl-nav button.disabled {
  display: none;
}

.category-owl-container .owl-nav button.owl-prev {
  margin-left: 10px;
}

.category-owl-container .owl-nav button.owl-next {
  right: 10px;
}

.category-owl-container .owl-nav button i {
  font-size: 40px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.category-owl-container .owl-nav button.owl-prev i {
  margin-left: -5px;
}

.category-owl-container .owl-nav button.owl-next i {
  margin-right: -5px;
}

.tab-deckplans #deckplan_profile_img_container {
  margin-top: 25px;
}

.tab-deckplans #deckplan_profile_img_container img {
  /* max-width: 550px; */
  width: 74%;
}

.tab-deckplans .category_box {
  margin: 0 26px 2px 0;
}

.tab-deckplans #keys_container {
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 9px;
  margin-right: 15px;
}

div#mscExperiences ul {
  list-style: disc;
}

.tab-deckplans #keys_container ul {
  columns: 2;
}

.tab-deckplans #keys_container .key_box {
  font-size: 12px;
  text-align: left;
  margin: 0 1% 4% 0;
}

#gallery_container .custom_navigation_arrows img {
  vertical-align: middle;
  width: 25px;
}

.tab-deckplans #keys_container .key_box img {
  max-width: 30px;
  max-height: 20px;
  vertical-align: middle;
  margin-right: 1px;
}

.tab-deckplans #keys_container .title {
  font-weight: bold;
  margin-bottom: 5px;
}

.tab-deckplans #categories {
  margin: 20px 0;
  float: left;
  width: 57%;
}

.tab-deckplans #categories .title {
  font-weight: bold;
  margin-bottom: 5px;
}

.tab-deckplans .category_box .code {
  display: inline-block;
  padding: 1px 5px;
  margin-bottom: 2px;
}

.tab-deckplans #deckplan_public_areas {
  margin: 20px 0;
  float: left;
  width: 43%;
}

.tab-deckplans #deckplan_public_areas .title {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}

.tab-deckplans #main_deck_img_container {
  width: 330px; /* If you change the value here, also update the width of the admin's display to be the same */
  position: relative;
  margin: 15px auto;
}

.tab-deckplans #main_deck_img_container .main_deck_img {
  width: 100%;
}

.tab-deckplans #main_deck_img_container .pub_loc_dot {
  position: absolute;
  border-radius: 50%;
  background-color: dodgerblue;
  border: 2px solid white;
  width: 20px;
  height: 20px;
  animation: blink 1s step-start 0s infinite;
}

.view_more_container {
  position: absolute;
  bottom: 0;
  background-color: white;
  width: 100%;
  display: none;
}

#gallery_container .owl-carousel {
  height: 76%;
}

#gallery_container .owl-stage-outer,
#gallery_container .owl-stage,
#gallery_container .owl-item {
  height: 100%;
}

#gallery_container .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  padding: 3px;
  background-color: white;
}

#gallery_container .owl-dots {
  margin: 0 3px;
}

#gallery_container .owl-dots .owl-dot {
  text-align: center;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}

#gallery_container .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 5px;
  background: #004a83;
  display: block;
  border-radius: 50%;
}

#gallery_container .owl-dots .owl-dot.active span {
  background: #ff3048;
  border: 2px solid white;
  height: 11px;
  width: 11px;
}

#gallery_container .owl-dots,
#gallery_container .custom_navigation_arrows {
  display: inline-block;
}

#gallery_container .custom_navigation_arrows {
  display: inline-block;
  cursor: pointer;
}

#destinations-grid-container .cbp-l-grid-work-title {
  padding: 10px;
  text-transform: none;
  font-weight: bold;
  color: #004a83;
}

#destinations_top_note {
  margin-bottom: 15px;
}

#destinations_bottom_note {
  font-size: 11px;
  margin-top: 15px;
}

#DDListPopUp {
  position: absolute;
}

div.staterooms_class sup {
  vertical-align: super;
  font-size: 7px;
}

div#overview.tab-overview ul {
  margin: 0 0 20px 10px;
  padding-left: 6px;
  list-style: disc;
}

div#mscExperiences ul li {
  margin: 8px 0 8px 19px;
}

div#overview.tab-overview ul li {
  margin: 8px 0;
}

div#overview.tab-overview ul li:first-child {
  margin: 0;
}

/* START - MSC Fancybox Content */
div#mscExperiences {
  display: none;
  max-width: 600px;
  max-height: 500px;
}

div#mscExperiences div#experienceHdr {
  font-size: 22px;
  margin: 5px 8px 18px;
  font-weight: bold;
  text-decoration: underline;
}

div#mscExperiences div#experienceJump {
  margin: 0 8px;
}

div#mscExperiences div#experienceJump a {
  color: blue;
}

div#mscExperiences div#experienceJump a:hover {
  text-decoration: underline;
  color: #ff3048;
}

div#mscExperiences table#conciergeInfo {
  width: 100%;
  background-color: #f2f9ff;
  color: #06c;
  border: thin solid #cee7ff;
  padding: 8px;
  font-size: 12px;
}

div#mscExperiences table#conciergeInfo td#cruiseShipCabinNav {
  padding-top: 5px;
  padding-bottom: 15px;
}

div#mscExperiences table#conciergeInfo td.cruiseShipCabinHdr {
  font-size: 18px;
  font-weight: bold;
  color: #06c;
  background-color: #cee7ff;
  padding: 8px;
}

div#mscExperiences table#conciergeInfo td.cruiseShipCabinHdrTop {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #06c;
  background-color: #cee7ff;
  padding: 8px;
}

div#mscExperiences table#conciergeInfo td.cruiseShipCabinHdrDetail {
  font-size: 11px;
  font-style: normal;
  color: #06c;
  background-color: #f2f9ff;
  padding: 8px;
  border-left: thin solid #cee7ff;
  border-right: thin solid #cee7ff;
}

/* END - MSC Fancybox Content */

.cruiseshipOverview.right {
  float: right;
  margin: 8px 0 8px 8px;
}

.cruiseshipOverview.left {
  float: left;
  margin: 8px 8px 8px 0;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/**** affects deals search box ****/

.showHideButton {
  display: none;
}

#searchDealsSideBar {
  position: relative;
  left: auto;
  top: auto;
}

#searchDealsSideBar.open {
  left: 0;
}

@media (max-width: 1218px) {
  #DDListPopUp {
    position: fixed;
  }

  #gallery_container {
    height: auto;
  }

  #searchDealsSideBar {
    position: fixed;
    left: -340px;
    top: 266px;
  }

  .showHideButton {
    display: block;
  }

  .search_slides_section .left {
    float: none;
    width: 100%;
    height: auto;
  }

  .search_slides_section .right {
    background-color: #eee;
    padding: 10px;
    border: 2px solid #e2e2e2;
    float: none;
    width: auto;
    height: auto;
  }
}

@media (max-width: 1200px) {
  .tab-deckplans #categories {
    width: 69%;
  }

  .tab-deckplans #deckplan_public_areas {
    width: 31%;
  }
}

@media (max-width: 1000px) {
  #facts_list .list_item {
    width: 33.3%;
  }
}

@media (max-width: 900px) {
  .search_slides_section .right .slides_wrapper {
    width: auto;
  }
}

@media (max-width: 950px) {
  #facts_list .list_item {
    width: 50%;
  }

  .tab-deckplans > .left {
    width: 100%;
  }

  .tab-deckplans > .right {
    width: 100%;
    text-align: center;
  }

  #categories_public_areas {
    font-size: 12px;
  }

  .tab-deckplans #keys_container {
    margin-right: 0;
  }
}

@media (max-width: 930px) {
  .adc_tabs .tab .text {
    font-size: 17px;
  }
}

@media (max-width: 845px) {
  .adc_tabs .tab .text {
    font-size: 16px;
  }
}

@media (max-width: 815px) {
  .adc_tabs .tab .text {
    font-size: 14px;
  }
}

@media (min-width: 760px) {
  div.mobile_tab_content_header {
    display: none;
  }
}

@media (max-width: 759px) {
  .adc_tabs .tab .text {
    display: none;
  }

  div.mobile_tab_content_header {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    color: #004a83;
  }
}

@media (max-width: 720px) {
  #DDListPopUp {
    position: absolute;
  }

  #searchDealsSideBar {
    position: relative;
    left: auto;
    top: auto;
  }

  #main_search_box.open {
    display: block;
  }

  #main_search_box {
    display: none;
  }

  #top_stats {
    margin: 10px;
    text-align: left;
  }

  .page_header .right {
    text-align: left;
  }

  #facts_selections {
    display: block;
  }
}

@media (max-width: 630px) {
  .tab-deckplans #categories,
  .tab-deckplans #deckplan_public_areas {
    float: none;
    width: auto;
  }
}

@media (max-width: 550px) {
  #facts_list .list_item {
    float: none;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .stateroom a.ship_accommodations_fancybox,
  a.accommodationImg.accommodationComingImg {
    max-width: none;
  }
}

@media (max-width: 400px) {
  .tab-deckplans #deckplan_profile_img_container img {
    width: 100%;
  }
}
