body.noscroll {
  width: 100%; }
@media screen and (max-width: 991px) {
  body[ng-controller="cart-show"] {
    padding-bottom: 58px; } }

.header-bar .mobile-nav.affix {
  height: 51px; }

.row.mobile-nav.affix .text-center {
  position: static; }
  .row.mobile-nav.affix .text-center a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: perspective(1px) translate(-50%, -50%);
    -ms-transform: perspective(1px) translate(-50%, -50%);
    transform: perspective(1px) translate(-50%, -50%); }
    @media screen and (min--moz-device-pixel-ratio: 0) {
      .row.mobile-nav.affix .text-center a {
        transform: translate(-50%, -50%); } }
    .row.mobile-nav.affix .text-center a img {
      position: relative !important;
      top: 0px !important;
      left: 0px !important;
      transform: none !important; }

.mobile-search.affix {
  top: 51px; }

.html-mobile-background {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* To compensate for mobile browser address bar space */
  background: transparent;
  background-image: none;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media screen and (min-width: 992px) {
    .html-mobile-background {
      display: none; } }

.container .full-width {
  padding: 30px 20px;
  background-color: #ffffff; }
  .container .full-width .carousel-inner .item {
    padding: 0; }
  .container .full-width .item {
    padding: 0 20px 40px 20px; }
    .container .full-width .item .image {
      padding: 0; }
      .container .full-width .item .image a {
        width: 100%;
        height: 175px;
        display: block; }
        .container .full-width .item .image a img {
          width: 100%;
          height: 100%; }
    .container .full-width .item .content {
      height: 100px;
      padding: 0; }
      .container .full-width .item .content h3 {
        height: 31px;
        padding: 0;
        font-size: 14px;
        text-align: left;
        margin: 10px 0 0 0; }
      .container .full-width .item .content .description {
        padding: 0;
        overflow: hidden;
        color: #666666;
        font-size: 12px;
        text-align: left; }
      .container .full-width .item .content a {
        font-weight: 700;
        float: right;
        font-size: 12px; }
        .container .full-width .item .content a i {
          font-size: 10px; }

#checkout-customer .dialing {
  width: 25%;
  float: left; }
#checkout-customer .billingPhone {
  width: 70%;
  float: right; }
#checkout-customer .ccYear,
#checkout-customer .ccMonth {
  float: left;
  width: 50%; }
#checkout-customer .copyBilling {
  float: right;
  margin: -33px 0px 0px;
  color: #ffffff;
  background-color: #999999;
  border-radius: 2px;
  padding: 0px 10px; }
  #checkout-customer .copyBilling:hover {
    text-decoration: none; }
#checkout-customer .row.ccExistant, #checkout-customer .row.ccNew {
  padding-bottom: 0px;
  line-height: 40px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px; }
  #checkout-customer .row.ccExistant input, #checkout-customer .row.ccNew input {
    float: left;
    width: 14px;
    margin-top: 14px; }
  #checkout-customer .row.ccExistant i, #checkout-customer .row.ccNew i {
    font-size: 40px;
    margin-left: 20px; }
#checkout-customer .row.ccNew {
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 0 none; }
#checkout-customer #form_ccNumber {
  background-image: url(../bundles/spotliowebappfront/general/cc_sprite.png), url(../bundles/spotliowebappfront/general/cc_sprite.png);
  background-position: 1% -44px, 103% 10px;
  background-size: 40px 259px, 46px 291px;
  background-repeat: no-repeat;
  padding-left: 54px; }
  #checkout-customer #form_ccNumber.visa {
    background-position: 1% -81px, 103% 10px; }
    #checkout-customer #form_ccNumber.visa.valid {
      background-position: 1% -81px, 103% -17px; }
  #checkout-customer #form_ccNumber.mastercard {
    background-position: 1% -155px, 103% 10px; }
    #checkout-customer #form_ccNumber.mastercard.valid {
      background-position: 1% -155px, 103% -17px; }
  #checkout-customer #form_ccNumber.amex {
    background-position: 1% -193px, 103% 10px; }
    #checkout-customer #form_ccNumber.amex.valid {
      background-position: 1% -193px, 103% -17px; }
  #checkout-customer #form_ccNumber.jcb {
    background-position: 1% -118px, 103% 10px; }
    #checkout-customer #form_ccNumber.jcb.valid {
      background-position: 1% -118px, 103% -17px; }
  #checkout-customer #form_ccNumber.discover {
    background-position: 1% -230px, 103% 10px; }
    #checkout-customer #form_ccNumber.discover.valid {
      background-position: 1% -230px, 103% -17px; }

/*
YIELD VIEW
*/
@media screen and (max-width: 991px) {
  body[ng-controller="yield-products"] .headerWr > *:not(.modal) {
    display: none !important; } }
.yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay {
  padding: 0; }
  .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell {
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 20px 5px 0 5px; }
    .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .mainCurrency,
    .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .otherCurrency {
      width: 100%;
      font-size: 14px;
      line-height: 14px;
      float: left; }
      .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .mainCurrency sup,
      .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .otherCurrency sup {
        font-size: 60%;
        line-height: 8px; }
      .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .mainCurrency .original,
      .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .otherCurrency .original {
        width: 100%;
        float: left;
        text-align: right; }
        .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .mainCurrency .original.line-through,
        .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .otherCurrency .original.line-through {
          width: 46%;
          margin-top: 0;
          text-decoration: line-through;
          text-align: left;
          padding-left: 1%; }
      .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .mainCurrency .offerted,
      .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .otherCurrency .offerted {
        width: 100%;
        float: left;
        text-align: right; }
      .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .mainCurrency .original,
      .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .mainCurrency .offerted,
      .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .otherCurrency .original,
      .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .otherCurrency .offerted {
        padding-right: 1%; }
        .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .mainCurrency .original .currency,
        .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .mainCurrency .original .value,
        .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .mainCurrency .offerted .currency,
        .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .mainCurrency .offerted .value,
        .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .otherCurrency .original .currency,
        .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .otherCurrency .original .value,
        .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .otherCurrency .offerted .currency,
        .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .otherCurrency .offerted .value {
          display: inline; }
    .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .mainCurrency .original {
      font-size: 24px;
      font-weight: 700;
      margin-top: 0; }
      .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .mainCurrency .original.line-through {
        display: none;
        margin-top: 0;
        font-size: 12px; }
    .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .mainCurrency .offerted {
      font-size: 24px;
      font-weight: 700;
      float: right; }
    .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .mainCurrency sup {
      font-size: 45%;
      line-height: 11px;
      top: -0.9em; }
    .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .otherCurrency .original.line-through {
      display: none; }
    .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .otherCurrency .offerted {
      float: right;
      padding-right: 3%;
      font-size: 12px; }
    .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .savings {
      width: 86%;
      text-align: center;
      line-height: 1;
      position: absolute;
      bottom: 6%;
      left: 7%;
      font-size: 14px; }
      .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .savings sup {
        top: -0.7em;
        font-size: 55%; }
      .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .savings div {
        padding: 4px 0;
        margin: 0; }
        .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .savings div i {
          font-style: normal; }
  .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .special_day {
    white-space: nowrap;
    font-size: 9px;
    font-weight: bold;
    position: absolute;
    top: 2px;
    right: 6px;
    margin: 0; }

.tooltipDay {
  width: 360px; }
  .tooltipDay .list p {
    margin: 1px 0;
    float: left;
    width: 100%; }
    .tooltipDay .list p b {
      width: 105px; }
  .tooltipDay .list span.line-through, .tooltipDay .list span.finalPrice {
    min-width: 55px; }
  .tooltipDay .list span.mc {
    margin-left: 30px; }

#yield-content .age-category .products .ac {
  width: 14%; }
#yield-content .age-category .products .wrap {
  width: 42%; }
  #yield-content .age-category .products .wrap .title h6 {
    line-height: 17px; }
#yield-content .age-category .products .prices span {
  float: left;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px; }
  #yield-content .age-category .products .prices span.normal {
    float: right; }
#yield-content .age-category .products .prices .multiCurrency .trougth,
#yield-content .age-category .products .prices .multiCurrency .normal {
  font-size: 12px;
  color: #999999;
  margin-top: -3px;
  font-weight: 400; }
#yield-content .age-category .products .prices .multiCurrency .trougth {
  float: left;
  display: none; }
#yield-content .age-category .products .prices .multiCurrency .normal {
  float: right; }
#yield-content .age-category .products .prices .saving {
  text-align: left;
  padding-right: 9px;
  font-size: 12px;
  line-height: 5px; }

@media screen and (max-width: 699px) {
  .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell {
    float: right;
    padding: 13px 0px 0px; }
    .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .cell .savings {
      bottom: auto;
      left: auto;
      width: 30%; }
  .yield-products .fc-calendar-container .fc-calendar .fc-body .fc-row .itemDay .special_day {
    white-space: normal;
    font-size: 10px;
    top: 2px;
    right: auto;
    width: 50px !important;
    left: 24px; }

  .fc-calendar .fc-row > div > span.fc-date {
    width: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px; }

  .tooltipDay {
    width: 92.7%; }
    .tooltipDay .list p {
      margin: 3px 0; }
      .tooltipDay .list p b {
        width: 50%; }
      .tooltipDay .list p span {
        text-align: right;
        float: right;
        width: 25%; }
        .tooltipDay .list p span.mc {
          display: none; }
        .tooltipDay .list p span.save {
          float: right;
          padding-right: 5px; }

  #yield-content .age-category .products .ac {
    width: 30%; }

  #yield-content .age-category .products .wrap {
    width: 50%; }

  #yield-content .age-category .products .prices {
    margin-top: 8px; }
    #yield-content .age-category .products .prices span.trougth {
      display: none; }
    #yield-content .age-category .products .prices span.saving {
      position: absolute;
      width: 50%;
      text-align: left;
      margin-top: 5px; }
    #yield-content .age-category .products .prices .multiCurrency {
      width: 100%;
      float: left;
      text-align: right;
      padding-right: 5px; } }
.load-more-btn {
  display: block;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  border: 0 none; }
  .load-more-btn:hover {
    text-decoration: none; }

.product .product-header .product-image .image-wrapper .img-responsive.loading {
  width: 40%;
  margin: 12px auto; }

#list-location-wrapper .location .location-header .location-image .img-responsive.loading {
  width: 50%;
  margin: 29px auto; }
#list-location-wrapper .location .location-tabs .location-tab-content .product-tabs .product-tab-content .tab .policies {
  padding: 10px 20px; }
  #list-location-wrapper .location .location-tabs .location-tab-content .product-tabs .product-tab-content .tab .policies.loading {
    text-align: center; }
  #list-location-wrapper .location .location-tabs .location-tab-content .product-tabs .product-tab-content .tab .policies img {
    width: 100px; }

.activitiesOptions {
  border: 1px solid;
  height: 33px;
  position: relative;
  display: inline-block;
  top: -11px;
  border-radius: 0px;
  background: none;
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis; }

.disable_appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.product-regular-package .title a {
  line-height: 17px;
  width: 100%;
  display: block;
  font-size: 14px; }
.product-regular-package .price .avgnight {
  font-size: 15px;
  line-height: 15px;
  display: block;
  text-align: right; }
.product-regular-package .price .title .description {
  text-align: right; }

@media screen and (max-width: 520px) {
  .search-bar-minimal {
    height: auto !important; }
    .search-bar-minimal .text-right {
      padding: 0; }
      .search-bar-minimal .text-right .activitiesOptions {
        height: 32px; }
      .search-bar-minimal .text-right .activitiesOptions,
      .search-bar-minimal .text-right .search-input-wrapper {
        width: 32% !important;
        float: left;
        margin: 0 1% 0 0 !important;
        top: 0; }
      .search-bar-minimal .text-right .submitinput {
        float: right;
        margin-right: 0 !important;
        width: 34% !important; } }
@media screen and (max-width: 991px) {
  .header-bar .mobile-nav .btn {
    padding-left: 0 !important; }

  .fixed_cta,
  .checkout-body .button {
    line-height: 58px !important;
    height: 58px !important;
    display: block !important;
    border-radius: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    font-family: inherit !important;
    font-size: 18px !important;
    vertical-align: middle !important;
    font-weight: bold !important;
    z-index: 100 !important;
    text-decoration: none !important;
    width: 100%; }
    .fixed_cta.checkout-button,
    .checkout-body .button.checkout-button {
      text-align: left !important;
      padding-left: 5% !important;
      display: flex !important;
      justify-content: space-between; }
      .fixed_cta.checkout-button > .legend,
      .checkout-body .button.checkout-button > .legend {
        line-height: 20px;
        margin-right: 10px;
        position: relative; }
        .fixed_cta.checkout-button > .legend .width_adj,
        .checkout-body .button.checkout-button > .legend .width_adj {
          color: transparent;
          pointer-events: none;
          text-shadow: none; }
        .fixed_cta.checkout-button > .legend span:not(.width_adj),
        .checkout-body .button.checkout-button > .legend span:not(.width_adj) {
          position: absolute;
          -ms-transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          transform: translate(0, -50%);
          top: 50%;
          width: 100%;
          left: 0; }
      .fixed_cta.checkout-button > .price,
      .checkout-body .button.checkout-button > .price {
        flex-grow: 1;
        margin-right: 5%;
        font-size: 20px !important;
        text-align: right;
        text-overflow: initial;
        overflow: visible;
        white-space: nowrap; }
        .fixed_cta.checkout-button > .price *:not(.currency),
        .checkout-body .button.checkout-button > .price *:not(.currency) {
          vertical-align: middle !important;
          top: 0px !important; } }
/* MODAL */
.modal .modal-footer .alert-danger {
  display: none;
  height: 33px;
  line-height: 33px;
  background: none; }
  @media screen and (max-width: 991px) {
    .modal .modal-footer .alert-danger {
      position: absolute;
      bottom: calc(100vh - 100px); } }
.modal button.loading {
  outline: none; }
  .modal button.loading span[ng-if="opt.loading"] i {
    font-size: 14px; }
@media screen and (max-width: 767px) {
  .modal#childs_age .modal-header button {
    opacity: 1; }
    .modal#childs_age .modal-header button i {
      color: #fff;
      font-size: 28px; } }
.modal#childs_age .modal-body {
  display: table;
  padding-bottom: 10px; }
  .modal#childs_age .modal-body > div:not([style*="none"]) {
    display: table-row !important; }
    .modal#childs_age .modal-body > div:not([style*="none"]) > * {
      display: table-cell;
      margin: 10px; }
    @media screen and (max-width: 991px) {
      .modal#childs_age .modal-body > div:not([style*="none"]) label[for^="childage"] {
        display: inline-block;
        min-width: 100px; } }
  @media screen and (max-width: 767px) {
    .modal#childs_age .modal-body {
      bottom: 94px; }
      .modal#childs_age .modal-body select {
        border: 1px solid #ffffff;
        text-align: center;
        padding: 0px 15px;
        cursor: pointer;
        font-weight: 700;
        margin-top: 1px;
        background: transparent;
        color: #fff;
        float: right;
        line-height: 38px;
        height: 38px; }
        .modal#childs_age .modal-body select * {
          color: #000; }
      .modal#childs_age .modal-body label {
        line-height: 38px; } }
@media screen and (min-width: 768px) {
  .modal#childs_age .modal-footer {
    width: 100%; } }
@media screen and (max-width: 767px) {
  .modal#childs_age .modal-footer #saveChildAge {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: calc(100% - 40px);
    left: 20px;
    font-size: 28px;
    font-weight: bold; } }
@media screen and (max-width: 767px) {
  .modal#childs_age .modal-footer .alert-danger {
    position: absolute;
    bottom: calc(100vh - 100px);
    font-weight: bold;
    background: red;
    color: #fff;
    padding: 0px 10px; } }
@media screen and (min-width: 768px) {
  .modal#childs_age .modal-footer #saveChildAge {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8; }
  .modal#childs_age .modal-footer button.btn {
    display: inline-block !important; } }
@media screen and (min-width: 768px) {
  .modal#childs_age .modal-content {
    background: #fff;
    color: #000; } }
@media screen and (max-width: 767px) {
  .modal .modal-dialog,
  .modal .modal-content {
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    border: 0;
    border-radius: 0px; }
  .modal .modal-body {
    position: absolute;
    bottom: 74px;
    width: 100%;
    max-height: 69%;
    overflow: auto;
    overflow-x: hidden; }
    .modal .modal-body.informative {
      bottom: auto; }
  .modal .modal-footer {
    bottom: 0px;
    position: absolute;
    width: 100%;
    border-top: 0px none;
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right; } }

.availability .m1 .datepicker-inline .day.red, .availability .m2 .datepicker-inline .day.red, .availability .m3 .datepicker-inline .day.red, .availability .m4 .datepicker-inline .day.red {
  background: #d0ddd5 !important; }
.availability .m1 .datepicker-inline .day.green, .availability .m2 .datepicker-inline .day.green, .availability .m3 .datepicker-inline .day.green, .availability .m4 .datepicker-inline .day.green {
  background: #8aac96 !important;
  color: #ffffff !important; }

#list-location-wrapper .location-header .location-main-info .mobile-avg-price .otherCurrency {
  margin-top: 8px;
  float: right;
  width: 100%; }

.bundle-page .bundle-card {
  padding-top: 10px; }
  .bundle-page .bundle-card.even {
    background-color: #efefef; }
    .bundle-page .bundle-card.even .package-description p {
      color: #333333; }
.bundle-page .guide {
  margin: 10px 0 0 0; }

.overflow_hidden {
  overflow: hidden !important; }

.modal-cart-package-component.modal-save-itinerary .modal-body.content {
  min-height: auto; }
  .modal-cart-package-component.modal-save-itinerary .modal-body.content .w50, .modal-cart-package-component.modal-save-itinerary .modal-body.content .w100 {
    float: left;
    padding: 5px; }
  .modal-cart-package-component.modal-save-itinerary .modal-body.content .w50 {
    width: 50%; }
  .modal-cart-package-component.modal-save-itinerary .modal-body.content .w100 {
    width: 100%; }

@media screen and (max-width: 767px) {
  .modal-cart-package-component.modal-save-itinerary .modal-body {
    top: 80px; } }

/*# sourceMappingURL=new_styles.css.map */
