/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/e3b436436832b027.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.modal-backdrop{height:100%}@media(max-width: 576px){.container-full{padding:0}.container-full .row{margin:0}.container-full .row div[class^=col]{padding:0}}.open-promotion-subscription-modal{cursor:pointer}.loading-state{opacity:.5;pointer-events:none}.loading-state::after{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #ccc;border-top-color:#000;animation:button-spinner .6s linear infinite}.offer-details{border:1px solid #ddd;border-radius:5px}@media(max-width: 767.98px){.offer-details{border-radius:0;border:0}}.offer-details__image{width:100%;border-radius:5px}@media(max-width: 767.98px){.offer-details__image{height:100%;object-fit:cover;border-radius:0px}}@media(min-width: 576px){.offer-details__product{border-right:1px solid #ddd;align-content:start}}.offer-details__name{font-size:24px;font-family:Oswald,sans-serif}@media(max-width: 767.98px){.offer-details__name{font-size:18px;font-weight:bold}}@media(max-width: 767.98px){.offer-details__description{background-color:#f2fffc;border:1px solid #ddd}}.trashcan{width:2.45rem;height:2.45rem}.trash-glyph{font-size:1.2rem}.selected-bg{background-color:#f2fdfd}.badge-outline-success{border:1px solid #28a745;color:#28a745}.content-fit{width:fit-content}.change-btn{width:2rem;height:2rem;font-size:1.5rem;text-align:center;padding:0;min-height:unset}.separator{border-bottom:1px solid #ccc}.cursor-pointer{cursor:pointer}.list-style-none{list-style:none}.room-details-modal__close{z-index:3;border:0;opacity:.4;background:none;font-size:25px;color:#999;position:absolute;top:5px;right:5px;line-height:20px}.terms-conditions-link{color:#555}.underline-on-hover:hover{text-decoration:underline}.offer-box{box-shadow:none}.border-color-grayc{border-color:#ccc !important}#mapModal{z-index:20000}@media(min-width: 768px){.flight-offer-box{padding-left:0;padding-right:15px}}@media(max-width: 991.98px){.flight-offer-box{padding:0}}@media(max-width: 767.98px){.flight-offer-box .offer-box{border:0}.flight-offer-box .offer-box .card-shadow{box-shadow:0 5px 20px rgba(0,0,0,.2) !important}}@media(min-width: 768px){.flight-offer-box .offer-box:not(.hidden){height:100%}.flight-offer-box .offer-box .card{border:0}}.content-text-box ul li{padding-left:5px}.content-text-box ul li::marker{font-family:General !important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;content:"";color:#35ae66}.content-text-box .content img{object-fit:contain;width:100%}.transparent{color:rgba(0,0,0,0) !important}.mr-minus-5{margin-right:-5px}.z-1041{z-index:1041}.highlight-box{background:#fff;top:-10px;border-top-left-radius:8px;border-top-right-radius:8px}.highlight-box .btn-border-bottom:hover{border-top-left-radius:8px !important;border-top-right-radius:8px !important}.mobile-offer-name{font:18px Roboto,sans-serif;font-weight:bold}.card-lower-body{padding:15px}@media(max-width: 991.98px){.card-lower-body{padding:0px}}.usp-row{padding:15px 10px 10px}.traveler-error{color:#d01c1c}@media(max-width: 991.98px){.traveler-selector-bottom{margin-bottom:100px}}.product-offerpage [class^=glyphicon-],.product-offerpage [class*=" glyphicon-"]{font-size:19px}.glyphicon-container{width:25px !important;flex-grow:0}.mb-100px{margin-bottom:100px}.room-preview-image{object-fit:cover}.modal--fullscreen-title{margin:3px;font-size:14px}.modal--fullscreen-back{position:absolute;left:35px}#roomAndFlightSelector .modal-body{padding:0 0 90px 0}@media(max-width: 576px){.plane-infos{border-bottom:0;background:unset}}.back-to-bg{z-index:-10}@media(min-width: 768px){#datepicker-text button{white-space:nowrap}}

/*# sourceMappingURL=flight-campaign.css.map*/