#main_slides {
  position: relative;
}

.owl-carousel {
  background-color: #ddd;
}

.owl-carousel .my_slide {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  height: 100%;

  /* min-width: 1399px;  Add if we want advanced cruise search options to fit */
  width: 100%;
  max-height: 600px; /* Remove if we want advanced cruise search options to fit */
}

/* .owl-carousel .owl-stage-outer {
    height:737px !important;    Add if we want advanced cruise search options to fit
} */

.owl-controls-custom-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px 0;
  background-color: #fff9;
  border-bottom: 5px solid #d0e8ff;
}

.owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

.owl-controls-custom-container .custom_navigation_arrows {
  display: inline-block;
  cursor: pointer;
}

.btn_cont img {
  padding: 10px 15px;
  cursor: pointer;
  width: 25px;
}

.offers_tiles img {
  width: 100%;
}

.owl-controls-custom-container .custom_navigation_arrows img {
  vertical-align: middle;
  width: 25px;
}

.slide-adc-message-container {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  min-width: inherit;
  max-width: none;
}

.slide-adc-message {
  background-color: #ffffffe6;
  width: 500px;
  left: 50%;
  right: auto;
  bottom: 15%;
  position: absolute;
  margin-right: 50px;
  margin-bottom: auto;
  color: #004a83;
  padding: 10px;
  box-sizing: border-box;
}

.slide-adc-message h3 {
  font-size: 22px;
}

.slide-adc-message p {
  line-height: 20px;
  font-size: 14px;
  margin: 20px 0;
}

.default-slide-message p {
  margin: 20px 0 0;
}

.slide-adc-message .footer a.button {
  text-transform: uppercase;
  float: right;
}

.slide-adc-message .footer .disclaimer {
  font-size: 12px;
  float: left;
  margin-top: 24px;
}

#travel_deals_title {
  color: #004a83;
  font-size: 26px;
  padding: 10px 10px 5px;
  display: none;
}

@media (max-width: 1155px) {
  .owl-carousel .my_slide {
    background-size: auto 100%;
  }

  .owl-carousel .owl-item img {
    height: 100% !important;
    width: auto !important;
  }

  .slide-adc-message {
    width: 46%;
    bottom: 72px;
    right: 0;
    left: 52%;
    top: auto;
  }
}

@media (max-width: 740px) {
  .slide-adc-message {
    left: 55%;
    width: 42%;
  }
}

@media (max-width: 660px) {
  #main_slides {
    margin-top: 9px;
  }

  .owl-carousel .my_slide {
    background-size: 100%;
    min-height: 0;
  }

  #search_box_container {
    display: block;
  }

  #travel_deals_title {
    display: block;
  }

  .slide-adc-message {
    width: 100%;
    top: auto;
    position: relative;
    left: 0;
    bottom: 49px;
    background-color: #eee;
    margin-left: 0;
  }

  .owl-carousel {
    background-color: #ddd;
    border-top: 3px solid #bbb;
  }

  .owl-controls-custom-container {
    border-bottom: 3px solid #bbb;
    border-top: 1px solid #bbb;
    background-color: #ddd;
  }

  .slide-adc-message-container {
    padding: 0;
    position: relative;
    height: auto;
  }

  .owl-carousel,
  .owl-carousel .owl-stage-outer,
  .owl-carousel .owl-stage,
  .owl-carousel .owl-item {
    height: auto;
  }

  .owl-carousel .owl-item img {
    height: auto !important;
    width: 100% !important;
  }
}

@media (max-width: 400px) {
  .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 3px;
  }

  .btn_cont img {
    padding: 6px;
  }

  .owl-controls-custom-container .custom_navigation_arrows img {
    width: 16px;
  }

  .owl-dots .owl-dot.active span {
    height: 8px;
    width: 8px;
  }
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 5px;
  vertical-align: middle;
  background: #004a83;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #ff3048 !important;
  border: 2px solid white;
  width: 11px;
  height: 11px;
}

.offers_tiles .title {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 5px;
}

/* START - HOT TOPICS */
article#rentalSales .title {
  text-align: left;
  color: #004a83;
  font-size: 22px;
  margin-left: 10px;
  padding-top: 20px;
  font-weight: bold;
}

article#rentalSales {
  text-align: center;
  border-bottom: 5px solid #d0e8ff;
  background-color: #eff6fd;
}

article#rentalSales div.rentalType {
  display: inline-block;
  margin: 20px 15px 27px;
  position: relative;
}

#images_logo_loader img {
  width: 100px;
  animation: blink 1s infinite;
}

#offers_section .offers_title_box img {
  width: 25px;
  vertical-align: middle;
}

article#rentalSales div.rentalType img {
  width: 500px;
  border: 1px solid #ccc;
  display: block;
}

#destinations_section_container .destination_tiles a {
  width: 100px;
  margin: 0 auto;
  margin-top: 200px;
  border: 1px solid #ccc;
}

article#rentalSales div.rentalType a {
  position: absolute;
  font-size: 20px;
  top: 0;
  right: 0;
  margin-top: 40px;
  border-radius: 5px 0 0 5px;
}

article#rentalSales div.rentalType div.offerDetailsBackground {
  position: absolute;
  bottom: 0;
  background: #ffffffb3;
  width: 100%;
}

article#rentalSales div.rentalType div.offerTitle {
  margin: 10px 10px 4px;
  font-weight: bold;
  font-size: 20px;
  color: black;
}

article#rentalSales div.rentalType div.offerSubtitle {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px;
}

@media (max-width: 1068px) {
  article#rentalSales div.rentalType img {
    width: 468px;
  }
}

@media (max-width: 1004px) {
  article#rentalSales div.rentalType img {
    width: 437px;
  }
}

@media (max-width: 942px) {
  article#rentalSales div.rentalType img {
    width: 412px;
  }
}

@media (max-width: 892px) {
  article#rentalSales div.rentalType img {
    width: 383px;
  }
}

@media (max-width: 834px) {
  article#rentalSales div.rentalType img {
    width: 344px;
  }
}

@media (max-width: 833px) {
  article#rentalSales div.rentalType img {
    width: 320px;
  }
}

@media (max-width: 832px) {
  article#rentalSales div.rentalType img {
    width: 100%;
    box-sizing: border-box;
  }

  article#rentalSales div.rentalType {
    margin-bottom: 2px;
  }

  article#rentalSales div.rentalType:last-child {
    margin-bottom: 20px;
  }
}

/* END - HOT TOPICS */

#deals_content #deals_pagination {
  padding: 10px;
}

#deals_content #deals_pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}

#deals_content_container {
  background-color: #d0e8ff;
}

.btn_cont {
  display: none;
}

#offers_section {
  text-align: center;
  margin-bottom: 10px;
  color: #004a83;
}

#offers_section .offers_title_box {
  display: inline-block;
  width: 30%;
  margin: 10px;
}

#offers_section .offers_title_box h3 {
  font-size: 22px;
  display: inline;
  vertical-align: middle;
}

#offers_section .offers_title_box p {
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
}

#offers_section #offers_titles {
  margin-bottom: 15px;
}

#destinations_section_container .header h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#offers_section #offers_titles h2 {
  margin: 30px 0 10px;
  font-size: 22px;
}

#offers_titles .line_separators {
  display: none;
  width: 40%;
  margin: 0 auto;
  height: 1px;
  background-color: #d0e8ff;
}

.offers_tiles {
  width: 48%;
  height: 244px;
  display: inline-block;
  margin: 5px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.offers_tiles .textbox {
  position: absolute;
  padding: 10px;
}

.offers_tiles .button {
  position: absolute;
  font-size: 20px;
}

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

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#images_logo_loader {
  display: table;
  width: 100%;
  height: 550px;
}

#images_logo_loader .wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#images_logo_loader .text {
  font-style: italic;
  color: dodgerblue;
}

@media (max-width: 660px) {
  #images_logo_loader {
    height: 200px;
  }

  #offers_titles .line_separators {
    display: block;
  }

  #offers_section .offers_title_box {
    display: block;
    width: auto;
    padding: 10px;
  }

  #offers_section .offers_title_box:last-child {
    border-bottom: none;
  }

  .offers_tiles {
    width: auto;
    display: block;
  }
}

#destinations_section {
  background-color: #d0e8ff;
  margin-bottom: 20px;
}

#destinations_section_container {
  text-align: center;
  color: #004a83;
}

#destinations_section_container .header {
  padding: 10px;
}

#destinations_section_container .header .links a {
  color: #90908f;
  cursor: pointer;
}

#destinations_section_container .header .links a:hover {
  color: #444;
}

#destinations_section_container .header .links a.active,
#destinations_section_container .header .links a.active:hover {
  color: #1a7dde;
  cursor: default;
}

#destinations_section_container .destination_tiles {
  display: inline-block;
  width: 23%;
  height: 300px;
  border: 1px solid #004a83;
  margin: 5px;
  background-size: cover;
  background-position: center;
}

#destinations_section_container .destination_tiles .title {
  background-color: #004a83;
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
}

#destinations_section_container .links h3 {
  display: inline-block;
  font-weight: normal;
}

#destinations_section_container .footer {
  color: #1a7dde;
  padding: 20px;
}

@media (max-width: 800px) {
  #destinations_section_container .destination_tiles {
    width: 45%;
  }
}

@media (max-width: 660px) {
  #destinations_section_container .destination_tiles {
    display: block;
    width: auto;
    margin: 10px;
  }
}
