/* Car Hire */
.sugestions {
    position: absolute;
    background: #FFF;
    border: 1px solid;
    border-color: rgba(100, 100, 100, .2);
    z-index: 10;
    width: 100%;
    margin-top: -1px !important;
    max-height: 49vh;
    overflow: hidden;
    display: none;
}

.sugestions .sugestion {
    padding: 10px !important;
    border-bottom: 1px solid;
    border-bottom-color: rgba(100, 100, 100, .2);
    color: #06F;
    cursor: pointer;
}

.sugestions .sugestion:hover {
    background: #CCC;
}

.search_form_cars {
    background: white;
}

.carhire .panel-heading {
    background-color: #f5f5f5 !important;
    padding: 15px !important;
}

.carhire .panel-body {
    padding: 5px !important;
}

.tooltip-inner {
    max-width: 270px;
    width: 270px;
}

.carfilter a::before {
    top: 1px !important;
}

.carfilter a {
    padding: 0px !important;
}

.carfilter label {
    padding: 0px 15px !important;
}

.bt-search-cars {
    max-width: 210px;
    font-size: 13px;
    min-height: 45px;
    display: block;
    margin: 0 auto;
    padding: 13px;
}

.car-hire-h {
    font-size: 30px;
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
}

.car-hire-sub-title {
    color: #2a2a2a;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
}

.tagline {
    top: 50%;
}

.subtagline {
    font-size: 27px;
    position: absolute;
    line-height: 1em;
    top: 57%;
    left: 0;
    right: 0;
    display: block;
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    text-shadow: 1px 1px 3px #000, 1px -1px 3px #000, -1px 1px 3px #000, -1px -1px 3px #000;
}

/* Transfers */
#form-search-transfers .bt-search-transfers {
    max-width: 210px;
    font-size: 13px;
    min-height: 45px;
    display: block;
    margin: 0 auto;
    padding: 13px;
}

.transfers-h {
    font-size: 30px;
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
    text-align: left;
}

/* Clubs */
#form-search-clubs .bt-search-clubs {
    max-width: 210px;
    font-size: 13px;
    min-height: 45px;
    display: block;
    margin: 0 auto;
    padding: 13px;
}

.clubs-h {
    font-size: 30px;
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
    text-align: left;
}

/* Contacts */
.contacts-sub-title {
    color: #2a2a2a;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
}

.contacts-form-title {
    font-weight: 600;
    color: #8a8a8a;
    margin-bottom: 5px;
}

.bt-search-contacts {
    max-width: 210px;
    font-size: 13px;
    min-height: 45px;
    display: block;
    margin: 0 auto;
    padding: 13px;
}

/* Help Desk */
.freq-asked-quest {
    cursor: pointer;
    text-decoration: underline;
}

/* Terms & Conditions */
.logo_tt_terms {
    width: 100px;
    height: auto;
}

/* TT Tournaments */
.photo-tourn {
    position: relative
}

.photo-tourn img {
    width: 100%;
}

.photo-tourn-desc {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    margin: 0;
    padding: 5px 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    text-align: center
}

.p_results {
    text-align: center;
    margin: 0
}

.hr_table_results {
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Suggestions on the map */
#filter_wrapper {
    position: fixed;
    z-index: 999;
    right: 23px;
    margin-top: 8px;
    width: 200px;
    height: 200px;
}

#filter_wrapper_footer {
    width: auto;
    height: auto;
    min-width: 100px;
    min-height: 50px;
    position: fixed;
}

.div_sug_footer {
    text-align: center;
    padding: 4px 15px;
    background-color: var(--main_color);
    border-color: var(--main_color);
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 25px;
    opacity: .6;
    cursor: pointer;
    display: inline-block
}

.div_sug_footer:hover {
    background-color: var(--main_color_hover);
    border-color: var(--main_color_hover);
    border-radius: 25px;
    opacity: 1
}

.div_suggesstion {
    margin: 15px;
    text-align: center;
    padding: 4px;
    background-color: var(--main_color);
    border-color: var(--main_color);
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    width: 100%;
    border-radius: 25px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: pointer;
}

.div_suggesstion:hover {
    background-color: var(--main_color_hover);
    border-color: var(--main_color_hover);
    border-radius: 25px;
    opacity: 1
}

div.new-item {
    -webkit-animation: .3s linear forwards new-item-animation;
    -o-animation: .3s linear forwards new-item-animation;
    animation: .3s linear forwards new-item-animation
}

div.removed-item {
    -webkit-animation: 1s cubic-bezier(.55, -.04, .91, .94) forwards removed-item-animation;
    -o-animation: 1s cubic-bezier(.55, -.04, .91, .94) forwards removed-item-animation;
    animation: 1s cubic-bezier(.55, -.04, .91, .94) forwards removed-item-animation;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%
}

/* Flights */
.title-flights {
    background-color: var(--main_color);
}

.title-flights-h {
    color: #FFF;
    font-size: 18px;
}

.table-flights-lt {
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.table-flights-rt {
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}

/* BGS2021 */
/***********/
.bgs-offer {
    max-width: 690px;
}

.bgs-offer:hover p {
    color: var(--main_color_hover);
}

.bgs-offer:hover h2 {
    background-color: var(--main_color_hover);
}

.bgs-offer-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #ffffff;
    margin: 0;
    padding: 5px 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
}

.bgs-from-word {
    margin: 1px 5px 0 0;
    font-size: 11px;
}

.bgs-from {
    width: 35px;
}

.bgs-conditions {
    list-style-type: none;
    padding-left: 0;
}

.bgs-conditions p {
    color: var(--main_color);
    font-size: 26px;
    text-decoration: underline;
    line-height: initial;
}

.bgs-stamp,
.bgs-qr-code {
    max-width: 100px;
}

.bsg2021_form_background {
    background-color: var(--main_color)
}

.bsg2021_form_title {
    color: #ffffff;
    font-size: 24px;
}

#bsg2021_name,
#bsg2021_email {
    width: 100%;
    background-color: #FFF;
    color: #000;
}

/* Voucher Discount */
.sgs-text {
    font-size: 17px;
}

.sgs-logo {
    max-width: 450px;
}

.sgs-offer-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #ffffff;
    margin: 0;
    padding: 5px 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
}

/* BGS2022 */
.bgs2022_form_title {
    color: #ffffff;
    font-size: 16px;
}

.bgs2022_form_background {
    background-color: var(--main_color);
    max-width: 300px;
    display: block;
    margin: 0 auto;
}

.bgs2022_form_date {
    max-width: 211px;
}

.bgs2022_error {
    border: 1px solid #5cb85c !important;
}

/* Feiras - Geral */
.gs_return {
    max-width: 110px;
    font-size: 13px;
    height: 25px;
    display: block;
    margin: 0 auto;
    padding: 2px;
}

.sgs_form_background,
.igs_form_background {
    background-color: var(--main_color)
}

.sgs_form_date,
.igs_form_date {
    width: auto;
    padding-right: 32px;
}

.sgs_error,
.igs_error {
    border: 1px solid #5cb85c !important;
}

.sgs-ast-top,
.igs-ast-top {
    font-size: 18px;
    top: -2px;
}

.sgs-green {
    font-size: 17px;
    color: #69B26C;
}

/* ANIMATION */
@keyframes new-item-animation {
    from {
        -webkit-transform: translateY(-400px);
        -ms-transform: translateY(-400px);
        -o-transform: translateY(-400px);
        transform: translateY(-400px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes removed-item-animation {
    0% {
        -webkit-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -o-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -webkit-transform: translateY(600px) rotateZ(90deg);
        -ms-transform: translateY(600px) rotateZ(90deg);
        -o-transform: translateY(600px) rotateZ(90deg);
        transform: translateY(600px) rotateZ(90deg)
    }
}

/* MEDIA QUERIES TODOS NO FIM E AGRUPADOS */
@media (min-width: 1450px) {
    .bgs-conditions {
        margin-top: 13px;
    }
}

@media (min-width: 1200px) {
    .search_form_cars {
        position: absolute;
        top: -49vh;
    }

    .col-lg-offset-1-pt2020 {
        margin-left: 8.33333333% !important;
    }

    .col-lg-offset-2-pt2020 {
        margin-left: 16.66666667% !important;
    }
}

@media (min-width: 768px) {
    .robot_flex {
        display: flex;
        align-items: center;
    }

    .logo_tt_terms {
        width: 70px;
    }
}

@media (max-width: 767px) {
    .bgs2022_form_title {
        font-size: 14px;
    }
}