/* General styles */
* {
    color: #302e2e;
    font-size: 14px;
}

#resort_search_form > div.input-group.flex-nowrap.search-by-location.typeahead__container.cancel.result.hint > div {
    margin-top: 4em;
}

#hotel_search_form .typeahead__result {
    margin-top: 42px;
}

.bg-gray {
    background: #f5f5f5;
}

.top-bar-text {
    padding-left: 0 !important;
    display: flex;
    align-items: center;
}

.top-bar-text a {
    color: #666666;
    font-weight: 700;
}

.top-bar-text span {
    color: #666666;
}

.menu-top-bar {
    background: #e8e7e7 !important;
    /*padding-bottom: 1em;*/
}

.menu-top-bar .user .welcome{
    color: var(--pa-blue);
    font-weight: 700;
}

.menu-top-bar .user .name{
    font-weight: 600;
}

.nav-agent-dashboard {
    background: #e8e7e7;
    color: #666;
    font-weight: 600;
    font-size: 14px;
    /*border-right: 1px solid #d3c6c6;
    padding-right: 3em;*/
}

.nav-agent-dashboard img {
    max-width: 20px;
}

.nav-language-switcher {
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #4f4f3f;
    border-radius: 5px;
    margin-left: 2em !important;
}

.nav-agent-dashboard a {
    text-decoration: none;
    color: var(--pa-blue);
}

li.nav-agent-dashboard:not(:last-child) {
    margin-right: 1em
}

.pa-top-logo {
    max-width: 250px;
}

/*CATEGORIES SECTION*/
.categories-container {
    display: flex;
    justify-content: space-between;
    padding: 1.5em 0.5em;
}

.top-categories {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.top-categories-centered {
    flex: 1;
    justify-content: center;
    align-items: center;
}

.top-category i.fa-shopping-cart {
    color: var(--pa-blue) !important;
    margin-right: -0.7em !important;
}

.top-category {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; 
    margin-right: 2.5em;
}

.top-category:last-child {
    margin-right: 0;
}

.top-category:hover{
    border-bottom: 3px solid #52a7db !important;
}

.top-category span {
    color: #666;
    font-size: 15px !important;
    font-weight: 600;
    white-space: nowrap;
}

/*.top-category:nth-child(even){
    margin: 0 1.5em;
}*/

.top-category.cart{
/*margin-right: -0.7em;*/
}

.top-category img {
    height: 30px;
    margin-right: 0.5em;
}

.top-category a{
    text-decoration: none;
}



/*CATEGORIES SECTION*/
.pa-button-purple {
    font-size: 14px;
    background: #4d2864;
    font-weight: 700;
}

.pa-button-outline {
    font-size: 14px;
    font-weight: 700;
    outline: 1px solid;
    outline-color: #8e8e8e;
    color: #666;
    background: transparent;
    margin-left: 15px;
}

.pa-button-outline.last-minute, .pa-button.purple.resorts {
    font-size: 13px;
}

.pa-button.purple.resorts {
    font-weight: 500;
}

.pa-text-blue {
    font-size: 1.7em;
    color: #52a7db;
    font-weight: 800;
}

.mexico-exclusives {
    padding-right: 5px !important;
    height: 280px;
    background: url("../images/mexico_exclusives_bg_min.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}

.mexico-exclusives h2, .special-offers h2 {
    font-size: 23px;
    margin-left: 5px;
    font-weight: 700;
}

.mexico-exclusives .subtext, .special-offers .subtext {
    color: #ffffffb5 !important;
    font-size: 13px;
}

.special-offers {
    height: 280px;
    background: url("../images/special_offers_bg_min.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}

.scroll-icon {
    width: 20px;
}

#inventory_search_form #start_date,
#inventory_search_form #end_date {
    background-position: 1em center;
    height: 40px;
}

.search-by-date-container {
    margin-bottom: 1.5em;
}

.resort-field-header-text span {
    display: flex;
    color: var(--pa-color);
    margin-bottom: 1em;
    font-size: 13px;
    padding-left: 0.2em;
}

.br-15 {
    border-radius: 15px !important;
}

.outline-gray {
    border-color: #b0b1b2 !important;
}

.inventory-slider-title {
    display: flex;
    flex-direction: column;
    line-height: 20px;
}

    .inventory-slider-title span:first-child {
        color: #666666 !important;
        font-size: 24px;
        font-weight: 800 !important;
        margin-left: 10px;
    }

.main-options img {
    max-height: 30px;
    margin-right: 5px;
}

.main-options span {
    color: #666;
    font-size: 13px !important;
    font-weight: 700;
    white-space: nowrap;
}

.new-hero-container {
    min-height: 510px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/hero_banner_min.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 2em;
    border-radius: 15px;
}


.reset-password-result {
}

    .reset-password-result span {
        font-size: 1em;
        font-weight: 600;
    }

    .reset-password-result a,
    .reset-password-policy a {
        text-decoration: none;
        color: var(--pa-color);
    }

.new-hero-slider-container {
    display: flex;
    padding: 0 2em;
}

.new-hero-slider {
    overflow: hidden;
}

.new-hero-logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hero-container {
    height: 510px !important;
    background: url("../images/hero_banner.jpg.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-logo {
    width: 100px;
}

.inventory-slider-title span:nth-child(2) {
    color: #333333 !important;
    font-weight: 500;
    margin-left: 10px;
}

.inventory-slider-header img,
.high-demand-slider-header img {
    height: 40px;
    margin-right: 1em;
}

.high-demand .button-explore {
    font-size: 13px;
    padding: 0.6em;
    padding-left: 1.2em;
    padding-right: 1.2em;
    font-weight: 300;
    border-color: #ffffff85;
}

/*
######################
SEARCH FORM SECTION
######################
*/
#tab_categories {
    border: none !important;
}

#resort_search_input::-moz-placeholder {
    font-weight: 600;
}

#resort_search_input::placeholder {
    font-weight: 600;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 3px solid #52a7db !important;
    background: none;
    text-align: left;
    padding-left: 0;
}

.nav-link {
    font-weight: 700;
    min-width: 100px;
    color: #666666 !important;
    text-align: left;
    margin-right: 20px !important;
    padding-left: 0;
}

    .nav-link.active {
        color: #52a7db !important;
        font-weight: 700;
        min-width: 100px;
        text-align: left;
        padding-left: 0;
    }

    .nav-link:hover {
        border: none;
        outline: none;
    }

.nav-tabs .nav-link {
    transition: none !important;
}

.pa-search-button {
    color: white;
    font-size: 1em !important;
    font-weight: 600;
    padding-left: 2.5em;
    padding-right: 2.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 20px;
}

.button-on {
    color: white !important;
    background: #8d8b8b !important;
}

.button-off {
    color: #666666 !important;
    background: white !important;
    outline: 1px black;
    outline: 1px solid #666666 !important;
}

.pa-search-button.button-location {
    background: #8d8b8b;
    margin-right: 10px;
    border-radius: 5px;
}

.pa-search-button.button-date {
    color: #666666;
    outline: 1px solid #666666 !important;
    outline-color: #666666;
    border-radius: 5px;
}

#resort_search_input {
    background-color: white !important;
    line-height: 1.5em;
    padding-left: 1em;
    margin-bottom: 10px;
    border-radius: 5px;
}

#resort_search_form #resort_search_input {
    background-color: white !important;
    background: url("../icons/input_search_bg.png");
    background-repeat: no-repeat;
    background-size: 2.5em;
    line-height: 3em;
    padding-left: 4em;
    background-position: 1em center;
    margin-bottom: 20px;
}

#resort_search_form .typeahead__result {
    margin-top: 4em;
}

#hotel_search_form input,
#resort_search_by_date_form input,
/*#hotel_search_form select,*/
#car_rental_search_form input,
#car_rental_search_form select,
#airfare_search_form input,
#airfare_search_form select {
    background-color: white !important;
    line-height: 2em;
    padding-left: 1em;
    background-position: 1em center;
    margin-bottom: 1em;
}

#hotelDestination,
input[name="HotelDestination"] {
    border-radius: 5px
}

#hotel_search_form label:not(#feedback_box),
#car_rental_search_form label,
#airfare_search_form label {
    font-size: 12px;
    color: var(--pa-color-dark);
    padding-left: 0.5em;
}

#hotel_search_form .country-select,
#car_rental_search_form .country-select,
#airfare_search_form .country-select {
    width: 100% !important;
}

#hotel_search_form .search-options,
#car_rental_search_form .search-options,
#airfare_search_form .search-options {
    display: flex;
    justify-content: center;
}

    #hotel_search_form .search-options span:first-child,
    #car_rental_search_form .search-options span:first-child,
    #airfare_search_form .search-options span:first-child {
        /* border-right: 1px solid var(--pa-border-color); */
        padding-right: 2em;
    }

    #hotel_search_form .search-options span:nth-child(2),
    #car_rental_search_form .search-options span:nth-child(2),
    #airfare_search_form .search-options span:nth-child(2) {
        padding-left: 2em;
    }

#airfare_search_form label {
    padding-left: 0 !important;
    margin-right: 1em;
}

#airfare_search_form button[type=submit] {
    margin-top: unset !important;
    width: 100%;
}

.advanced-options, .lodging-options {
    display: flex;
    flex-direction: column;
}

#country_selector {
    padding-left: 4em !important;
    padding-right: 0;
}

.pa-search-button.button-submit {
    background-color: #4d2864 !important;
    background: url("../icons/icon_loupe.png");
    background-repeat: no-repeat;
    background-size: 1em;
    line-height: 3em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 4em;
    background-position: 2em center;
    margin-bottom: 20px;
    border: none;
}

/*
######################
SEARCH FORM SECTION
######################
*/
/* hero section */
.hero-second-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

/*
######################
WEBINAR SECTION
######################
*/
.pa-webinar {
    height: 470px;
    background: url("../images/webinar_bg_min.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}

.webinar-container {
    background-image: linear-gradient(to bottom, #f5f5f5 50%, white 50%);
    padding-top: 15px;
}

.webinar-play-button {
    max-width: 175px !important;
    margin-left: 110px;
    cursor: pointer;
}

.webinar-video {
    padding: 40px 80px !important;
}

.webinar-header {
    color: #52a7db;
    font-size: 25px;
    font-style: italic;
    margin-bottom: 10px;
}

.webinar-title {
    text-align: left;
    font-size: 50px;
    font-weight: 700;
    line-height: 47px;
}

.webinar-content {
    flex-direction: column;
}

.webinar-button {
    background: #52a7db !important;
    border: none;
}

/*
######################
FOOTER SECTION
######################
*/
.pa-footer-container {
    background-color: #f5f5f5;
}

.pa-footer {
    margin-top: 80px !important;
    margin-bottom: 40px !important;
    padding-top: 20px !important;
    padding-bottom: 40px !important;
    border-bottom: 3px solid var(--pa-border-color);
}

.footer-title {
    color: #4d2864;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.pa-footer ul {
    list-style-type: none;
    padding: 0;
    line-height: 35px;
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pa-footer-logo {
    height: 55px !important;
    padding-left: 0;
}

.footer-link {
    padding-left: 74px;
    padding-right: 0;
}

.col-lg-4.footer-link {
    /*padding-left: 90px !important;*/
}

.footer-items li,
.footer-items li a {
    color: #666666 !important;
    font-weight: 500;
}

.footer-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-icon {
    height: 30px;
    margin: 0 20px;
}

.footer-copyright p {
    font-size: 13px !important;
    color: var(--pa-color);
}

.subfooter {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* Styles for mobile devices */
@media screen and (max-width: 767px) {
    /* menu section */
    .nav-item {
        width: 100% !important;
        font-size: 13px;
    }

    .navbar-toggler[data=]

    .nav-agent-dashboard {
        background: none !important;
        padding-left: 0 !important;
        border: none !important;
    }

    .nav-item.py-3.nav-agent-dashboard {
        border: none !important;
    }

    .nav-language-switcher {
        margin-left: 0 !important;
        border: none;
    }

    .dropdown-menu .show {
        background-color: transparent;
        border: none;
    }
    /* menu section */
    .fs-10 {
        font-size: 10px !important;
    }

    .top-bar-text {
        font-size: 12px !important;
    }
    /*CATEGORIES SECTION*/
    .categories-container {
        flex-direction: column;
    }

    .pa-logo {
        text-align: center;
        margin-top: 1em;
    }

    .top-category {
        flex-direction: column;
    }

        .top-category img {
            margin: 0.5em 0;
        }

        .top-category span {
            font-size: 12px !important;
            display: inline-block;
            white-space: wrap;
            text-align: center !important;
            padding-left: 18px !important;
            padding-right: 18px !important;
        }
    /*END CATEGORIES SECTION*/
    .pa-top-logo {
        margin-bottom: 1em !important;
    }

    .main-options span {
        font-size: 10px !important;
        display: inline-block;
        white-space: wrap;
        text-align: center !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
    /*
  ######################
  FORM SEARCH SECTION
  ######################
  */
    .form-search-container {
        position: relative;
        margin-top: 850px !important;
        margin-bottom: 3em !important;
    }

    .form-search {
        padding: 15px !important;
        /* height: 310px !important; */
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .resorts-form-container {
        display: flex;
        flex-direction: column;
    }

    .search-button-container {
        display: flex;
        flex-direction: row;
    }

        .search-button-container .pa-search-button.button-location,
        .resorts-form-container .pa-search-button.button-date {
            text-align: center;
            width: 50%;
            padding-left: 0;
            padding-right: 0;
            font-size: 12px !important;
        }

    .pa-search-button.button-submit {
        background-position: 6em center !important;
    }

    .hero-container .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        min-width: 88px;
        border: none !important;
        text-decoration: underline;
        text-decoration-color: #52a7db;
        text-decoration-thickness: 2px;
        text-underline-offset: 10px;
    }

    .form-search .nav-item {
        width: 25% !important;
    }

    .hero-container .nav-item {
        width: 85px !important;
        border: none !important;
    }

    .hero-container .nav-link .active {
        max-width: 80px !important;
        padding: 0;
    }
    /*
  ######################
  END FORM SEARCH SECTION
  ######################
  */
    /*
  ######################
  HERO SECTION
  ######################
  */
    .new-hero-container {
        min-height: 510px !important;
        display: block;
        background-image: none;
        padding: 0 0.5em;
    }

        .new-hero-container.subscriber {
            min-height: 190px !important;
            margin-bottom: 1em;
        }

    .new-hero-logo {
        justify-content: center;
    }

        .new-hero-logo > img {
            width: 50px;
            margin-left: 1em;
        }

    .hero-second-col {
        padding: 0 !important;
        padding-left: 0 !important;
        margin-bottom: 800px !important;
    }

    .hero-second-col {
        padding: 0 !important;
        padding-right: 0 !important;
        /* padding-left: 10em !important; */
    }

        .hero-second-col h1 {
            margin-top: 20px;
            color: #302e2e !important;
        }

    .hero-slider-title {
        font-size: 30px !important;
        text-align: center;
        color: var(--pa-color-dark) !important;
    }

    .hero-slider .pa-text-blue {
        font-size: 18px !important;
        margin-bottom: 3em !important;
    }

    .hero-slider .item {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 2.5em !important;
        margin-bottom: 4em;
    }

    .hero-slider .owl-stage-outer {
        /* display: flex; */
        justify-content: center;
    }

    .new-hero-slider-container {
        display: flex;
        padding: 2.5em 0.5em;
        flex-direction: row;
    }
    /*
  ######################
  END HERO SECTION
  ######################
  */
    /*
  ######################
  BANNERS SECTION
  ######################
  */
    .mexico-exclusives {
        margin-top: 0.5em !important;
    }
    /*
  ######################
  END BANNERS SECTION
  ######################
  */
    .inventory-slider-header {
        flex-direction: column !important;
    }

    .inventory-slider-title span:first-child {
        font-size: 18px !important;
    }

    .inventory-slider-title span:nth-child(2) {
        font-size: 10px !important;
    }

    .inventory-slider-header img, .high-demand-slider-header img {
        height: 50px !important;
    }

    .inventory-slider-header-buttons {
        justify-content: center !important;
    }

        .inventory-slider-header-buttons:nth-child(2) {
            margin-left: 40px !important;
        }

    .inventory-slider .owl-nav .owl-prev, .high-demand-slider .owl-nav .owl-prev {
        height: 25px !important;
        width: 25px !important;
        margin-left: -5px !important;
    }

    .inventory-slider .owl-nav .owl-next, .high-demand-slider .owl-nav .owl-next {
        height: 25px !important;
        width: 25px !important;
        margin-right: -5px !important;
    }
    /* webinar section */
    .webinar-play-button {
        margin-left: 0px !important;
    }
    /*
  ######################
  MARGINS SECTION
  ######################
  */
    .mb-sm-10 {
        margin-bottom: 10px !important;
    }

    .mt-sm-10 {
        margin-top: 10px !important;
    }

    .mt-sm-45 {
        margin-top: 45px !important;
    }
    /*
  ######################
  MARGINS SECTION
  ######################
  */
    .force-center {
        text-align: center !important;
    }

    .form-search {
        padding: 0.7em !important;
        height: initial;
    }

    .hero-container {
        height: 0;
        background: none; /* url("../images/hero_banner.jpg");*/
        background-repeat: no-repeat;
        background-size: contain;
        padding: 5px !important;
    }

    .hero-container {
        /* height: 510px !important; */
        /* background: none; */
        /* background-repeat: no-repeat; */
        /* background-size: contain; */
        /* padding: 5px !important; */
    }

    .form-search-container {
        padding: 5px !important;
    }
    /*
  ######################
  MOBILE WEBINAR SECTION
  ######################
  */
    .pa-webinar {
        height: 410px;
    }
    .webinar-video {
        padding: 0px 5px !important;
    }

    .webinar-header {
        color: #52a7db;
        font-size: 21px;
        font-style: italic;
    }

    .webinar-title {
        font-size: 28px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        text-align: center;
    }

    .webinar-content {
        flex-direction: column;
        align-items: center;
        height: 240px !important;
    }

        .webinar-content img {
            max-width: 130px !important;
        }

    .webinar-button {
        background: #52a7db !important;
        border: none;
    }
    /*
  ######################
  MOBILE FOOTER SECTION
  ######################
  */
    .pa-footer {
        padding-top: 2em !important;
        padding-bottom: 2em !important;
        margin: 0 !important;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .footer-title {
        color: #4d2864;
        font-size: 18px;
        font-weight: 700;
        margin-top: 25px;
    }

    .footer-link {
        padding-left: 3em;
    }

    .footer-icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-icon {
        height: 40px;
        margin: 1em;
    }

    .copy-logo-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .footer-copyright {
        text-align: center;
        justify-content: center;
    }

        .footer-copyright p {
            font-weight: 100;
        }
}
/* Styles for tablets */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .pa-top-logo {
        max-width: 180px;
    }

    .new-hero-container {
        flex-direction: column;
        /*min-height: 580px !important;*/
    }

        .new-hero-container .col-lg-6 {
            /*margin-top: -10em;*/
        }


    .form-search {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .hero-slider-title {
        color: white;
    }

    .webinar-video {
        padding-top: 0 !important;
    }

    .webinar-play-button {
        max-width: 110px !important;
        margin-left: 0px;
    }

    .search-bar-form {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 2em;
        width: 100%;
        flex-direction: column;
    }

    .check-dates div.checkin, .check-dates div.checkout {
        padding-left: 0;
        padding-right: 0.5em;
    }

    .search-form-input {
        display: flex;
        flex-direction: column;
        width: 100%;
        flex: 1;
    }

    .check-dates {
        display: flex;
        padding: 0.5em;
        padding-left: 0;
        padding-right: 3em;
        flex: 1;
        /* border-left: 1px solid var(--pa-border-color); */
        width: 100%;
    }

    .guest {
        display: flex;
        flex-direction: column;
        padding: 0.5em;
        padding-left: 0;
        /* padding-right: 3em; */
        flex: 1;
        /* border-left: 1px solid var(--pa-border-color); */
        width: 100%;
    }

    .search-form-button {
        display: flex;
        justify-content: center;
        height: 4em;
        min-width: 170px;
        margin-top: 2em;
    }
}
/* Styles for desktops */
@media screen and (min-width: 1024px) {
    .pl-0 {
        padding-left: 0 !important;
    }

    .pr-0 {
        padding-right: 0 !important;
    }
}
/*# sourceMappingURL=style.css.map */
