body {
    font-size: 14px;
    font-family: "Open Sans";
    background-color: #fbfefe;
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.1);
    color: #666666;
}

::-webkit-scrollbar, scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track, scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb, scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover, scrollbar-thumb:hover {
    background: #555;
}

input[type=radio] {
    background-color: #6ac56a;
}

a {
    color: #666;
}

a:hover {
    color: #666;
}

#preloader {
    position: fixed;
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999999999;
}

#page-loading p {
    text-align: center;
    text-transform: uppercase;
    z-index: 99;
    padding: 10px 0;
    color: black;
    font-size: 12px;
    overflow: hidden;
    margin-top: 5px;
    color: #fff;
}

.card #page-loading p {
    color: #000;
}

#page-loading div {
    width: 40px;
    height: 40px;
    margin: auto;
    border-right: 3px solid #59c45a;
    border-bottom: 3px solid transparent;
    border-radius: 100%;
    -webkit-animation: spin 0.9s linear infinite;
    -moz-animation: spin 0.9s linear infinite;
    -o-animation: spin 0.9s linear infinite;
    animation: spin 0.9s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    50% {
        -o-transform: rotate(180deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}
.btn-file>input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer;
}

.tb-cell {
    display: table-cell;
    vertical-align: middle;
}

.nav-link {
    padding: .55em 1em;
}

.bg-beach {
    background-image: url('/frontend/new/img/bg/beach.png');
}

.bg-city {
    background-image: url('/frontend/new/img/bg/london-skyline-night-other-health.png');
}

.bg-adam-wilson {
    background-image: url('/frontend/new/img/bg/adam-wilson.png');
}

.bg-dorian-mongel {
    background-image: url('/frontend/new/img/bg/dorian-mongel.png');
}

.bg-san-francisco {
    background-image: url('/frontend/new/img/bg/san-francisco.png');
}

.bg-sydney {
    background-image: url('/frontend/new/img/bg/sydney.png');
}

.bg-traveller {
    background-image: url('/frontend/new/img/bg/traveller.png');
}

.bg-vegas {
    background-image: url('/frontend/new/img/bg/vegas.png');
}

.bg-clouds {
    background-image: url('/frontend/new/img/bg/clouds-background.png');
}

.bg-body {
    background-image: url('/dir/body-box.jpg');
}

.bg-mind {
    background-image: url('/dir/mind-box.jpg');
}

.bg-spirit {
    background-image: url('/dir/spirit-box.jpg');
}

.bg-box {
    /* Full height */
    height: 155px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-city, .bg-beach, .bg-adam-wilson, .bg-dorian-mongel, .bg-san-francisco, .bg-sydney, .bg-traveller, .bg-vegas, .bg-clouds {
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-transition: background 300ms ease-in 200ms;
    -moz-transition: background 300ms ease-in 200ms;
    -o-transition: background 300ms ease-in 200ms;
    transition: background 300ms ease-in 200ms;
}

@media (max-width: 768px) {
    .bg-city, .bg-beach, .bg-adam-wilson, .bg-dorian-mongel, .bg-san-francisco, .bg-sydney, .bg-traveller, .bg-vegas, .bg-clouds {
        background-size: auto auto;
        background-repeat: no-repeat;
    }
}

.trigo-logo {
    height: 64px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.trigo-menu {
    min-height: 78px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    z-index: 9999;
}

.trigo-menu.sticky-top {
    animation-duration: 0.8s;
    animation-name: fadeIn;
}

.trigo-menu a, .trigo-menu a:hover {
    color: #fff;
    text-decoration: none;
}

.trigo-menu .container {
    min-height: 78px;
}

.trigo-mobile-menu {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
}

.trigo-mobile-menu a, .trigo-mobile-menu a:hover {
    color: #fff;
    text-decoration: none;
}

.trigo-mobile-menu ul {
    padding: 0px;
}

.trigo-mobile-menu ul li {
    list-style-type: none;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    border-top: 1px solid #d8d8d8;
}

.trigo-mobile-menu ul p {
    margin-bottom: 0px;
}

.trigo-menu-btn, .trigo-menu-btn:hover, .trigo-menu-btn .fa, .trigo-menu-btn:hover .fa {
    color: #fff;
}

.trigo-menu-btn .badge {
    position: relative;
    left: -20px;
    top: 15px;
}

.trigo-item-menu {
    /*border-left: 1px solid rgba(255, 255, 255, 0.3);*/
    text-align: center;
    /*padding-top: 25px;*/
}

.trigo-item-menu a {
    color: #fff;
}

.trigo-item-menu a:hover {
    text-decoration: underline;
}

.trigo-item-menu .badge {
    position: relative;
    right: -38px;
    top: -10px;
    border: 1px solid #fff;
}

.trigo-icon-menu {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

.trigo-menu span.big {
    display: block;
    font-size: 0.97rem;
    font-weight: bold;
    margin-top: 0px;
}

.trigo-menu a.big {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 0px;
    color: #fff;
    text-decoration: none;
}

.trigo-menu a.big:hover {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 0px;
    color: #fff;
    text-decoration: underline;
}

.trigo-contact-menu {
    background-image: url('/frontend/new/img/icon/phone.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px 25px;
    padding-left: 30px;
}

.trigo-contact {
    background-image: url('/frontend/new/img/icon/phone-black.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px 25px;
    padding-left: 30px;
    margin-left: 30px;
}

.trigo-contact small {
    display: inline-block;
}

.trigo-contact span.big {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 0px;
    color: #6ac56a;
}

.trigo-where-to {
    margin-top: 100px;
}

.trigo-search-box {
    margin-top: 3rem;
    position: relative;
    z-index: 99;
}

@media (min-width: 769px) {
    .trigo-search-box {
        position: relative;
        top: -15rem;
        margin-bottom: -15rem;
        z-index: 99;
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .trigo-search-box {
        position: relative;
        top: -21rem;
        margin-bottom: -21rem;
        z-index: 99;
        margin-top: 0px;
    }
}
@media (max-width: 576px) {
    .trigo-search-box {
        position: relative;
        top: -25rem;
        margin-bottom: -25rem;
        z-index: 99;
        margin-top: 0px;
    }
}

.trigo-search-box .bg-green {
    border-radius: 6px;
    background-color: rgba(106, 197, 106, 0.8);
    min-height: 135px;
    padding-right: 0px;
    padding-left: 0px;
}

.trigo-search-box .nav-trigo-search {
    min-height: 72px;
}

.trigo-search-box .nav-trigo-search .nav-item {
    width: 20%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-align: center;
    color: #fbfefe;
    padding-top: 5px;
}

.trigo-search-box .nav-trigo-search .nav-item a {
    color: #fbfefe;
}

.trigo-search-box .nav-trigo-search .nav-item .nav-link.active {
    color: #154911;
}

.trigo-search-box .nav-trigo-search .nav-item span {
    display: inherit;
}

.trigo-search-box .nav-trigo-search .nav-item span.underline {
    margin: 0 auto;
    width: 100%;
    max-width: 106px;
    height: 5px;
    border-radius: 2px;
    background-color: #fff;
    position: relative;
    bottom: 0px;
    display: none;
}

.trigo-search-box .nav-trigo-search .nav-item:hover>span.underline {
    display: inherit;
}

.nav-trigo-search .nav-link.active~span.underline {
    background-color: #144910;
    display: inherit;
}

.trigo-search-box .trigo-search-details {
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 1);
    min-height: 63px;
}

.trigo-search-box .trigo-search-details .input-group-addon {
    background-color: transparent;
    border: none;
}

.trigo-search-box .trigo-search-details .row {
    margin-right: 0px;
    margin-left: 0px;
}

.trigo-search-box .trigo-search-details .row .col-md-3, .trigo-search-box .trigo-search-details .row .col-md-2, .trigo-search-box .trigo-search-details .row .col-md-1, .trigo-search-box .trigo-search-details .row .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.trigo-btn-close {
    padding: 10px;
    border: none;
    border-right: 1px solid #e4e4e4;
    border-radius: 0px;
}

.trigo-bms-boxes {
    text-align: center;
}

.trigo-bms-boxes h2 .underline {
    border-radius: 2px;
    background-color: #ffffff;
    width: 100%;
    max-width: 89px;
    height: 3px;
    display: inherit;
    margin: 10px auto;
}

.trigo-body-box {
    margin: 50px 0px 0px 0px;
    padding: 15px;
    border-radius: 6px;
    background-color: #c6dfdb;
    box-shadow: 0 2px 13px 0 rgba(204, 204, 204, 0.5);
    border: solid 1px #a8cac5;
}

.trigo-body-box h2 {
    font-size: 55px;
    font-weight: 300;
    color: #678d87;
}

.trigo-body-box h2 a, .trigo-body-box h2 a:hover {
    color: #678d87;
    text-decoration: none;
}

.trigo-body-box p {
    font-size: 14px;
    text-align: center;
    color: #3b4745;
}

.trigo-body-box .btn-body {
    border-radius: 6px;
    background-color: #678d87;
    color: #fff;
}

.trigo-mind-box {
    margin: 50px 0px 0px 0px;
    padding: 15px;
    border-radius: 6px;
    background-color: #fbddd1;
    box-shadow: 0 2px 13px 0 rgba(204, 204, 204, 0.5);
    border: solid 1px #e6c3b5;
}

.trigo-mind-box h2 {
    font-size: 55px;
    font-weight: 300;
    color: #83685d;
}

.trigo-mind-box h2 a, .trigo-mind-box h2 a:hover {
    color: #83685d;
    text-decoration: none;
}

.trigo-mind-box p {
    font-size: 14px;
    text-align: center;
    color: #5c4b44;
}

.trigo-mind-box .btn-mind {
    border-radius: 6px;
    background-color: #83685d;
    color: #fff;
}

.trigo-spirit-box {
    margin: 50px 0px 0px 0px;
    padding: 15px;
    border-radius: 6px;
    background-color: #ecdee6;
    box-shadow: 0 2px 13px 0 rgba(204, 204, 204, 0.5);
    border: solid 1px #d7b8c9;
}

.trigo-spirit-box h2 {
    font-size: 55px;
    font-weight: 300;
    color: #7d6372;
}

.trigo-spirit-box h2 a, .trigo-spirit-box h2 a:hover {
    color: #7d6372;
    text-decoration: none;
}

.trigo-spirit-box p {
    font-size: 14px;
    text-align: center;
    color: #493a43;
}

.trigo-spirit-box .btn-spirit {
    border-radius: 6px;
    background-color: #7d6272;
    color: #fff;
}

.box {
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    z-index: 20;
}

.box:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.trigo-form-control {
    height: 50px;
    width: 100%;
    border-radius: 4px;
    border: solid 1px #d8d8d8;
    font-size: 14px;
    text-align: left;
    color: #999999;
    padding-left: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.trigo-search .trigo-form-control {
    height: 40px;
    border: none;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    font-size: 16px;
    color: #333333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.trigo-search-details .trigo-form-control {
    height: 63px;
    border: none;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    font-size: 16px;
    color: #333333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.trigo-form-control.icon {
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 43px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.trigo-form-control.icon.plane-up {
    background-image: url('/frontend/new/img/icon/plane-up.svg');
    background-repeat: no-repeat;
}

.trigo-form-control.icon.plane-down {
    background-image: url('/frontend/new/img/icon/plane-down.svg');
    background-repeat: no-repeat;
}

.trigo-form-control.icon.plane-retur {
    background-image: url('/frontend/new/img/icon/plane-retur.svg');
    background-repeat: no-repeat;
}

.trigo-form-control.icon.calendar {
    background-image: url('/frontend/new/img/icon/calendar.svg');
}

.trigo-form-control.icon.pin {
    background-image: url('/frontend/new/img/icon/pin.svg');
    background-size: 26px;
}

.trigo-form-control.trigo-location {
    width: 100%;
    max-width: 230px;
    float: left;
}

.trigo-form-control.trigo-calendar-tur {
    width: 100%;
    max-width: 135px;
    float: left;
}

.trigo-form-control.trigo-calendar-retur {
    width: 100%;
    max-width: 165px;
    float: left;
}

.trigo-btn {
    background-color: #6ac56a;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 .5rem 0.7rem rgba(0, 0, 0, .3)!important;
}

.btn {
    cursor: pointer;
}

.trigo-btn:hover {
    color: #fff;
}

.trigo-btn-search {
    width: 100%;
    /*max-width: 135px;*/
    height: 40px;
    float: right;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: center;
    padding: 5px;
}

.trigo-search-details .trigo-btn-search {
    height: 63px;
    border-top-right-radius: 0px;
}

.trigo-week-highlights h2, .trigo-top-destination h2 {
    text-align: center;
    font-size: 36px;
    font-style: italic;
    text-align: center;
    color: #333333;
    text-decoration: underline;
    margin-top: 78px;
}

.trigo-panel {
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 2px 13px 0 rgba(204, 204, 204, 0.5);
    margin: 40px 5px 0px 5px;
    padding: 20px;
    font-size: 16px;
    text-align: left;
    color: #666666;
}

.trigo-footer {
    background-image: url("/frontend/new/img/bg/footer.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 50px;
    padding-top: 100px;
    min-height: 380px;
    font-size: 15px;
    text-align: left;
    color: #ffffff;
}

.trigo-footer a {
    color: #ffffff;
}

.trigo-footer p {
    margin-bottom: 0px;
}

.trigo-footer hr {
    border-color: rgba(216, 216, 216, 0.2);
}

.trigo-footer .trigo-border-left {
    border-left: 1px solid rgba(216, 216, 216, 0.2);
}

.trigo-green-text {
    color: #3aa33b;
}

.trigo-green-text a {
    color: #3aa33b;
}

.trigo-orange-text {
    color: #f3a01b;
}

.trigo-top-destination .trigo-find-destinations {
    margin-top: 40px;
    color: #666666;
}

.trigo-top-destination ul {
    margin-top: 20px;
}

.trigo-top-destination ul li {
    font-size: 20px;
    line-height: 2.12;
    text-align: left;
    color: #3aa33b;
    padding-left: 15px;
}

.trigo-top-destination ul li:hover, .trigo-top-destination ul li.active {
    border-radius: 6px;
    background-color: #6ccc6d;
    color: #fff;
}

.trigo-top-destination ul li:hover>a, .trigo-top-destination ul li.active>a {
    color: #fff;
}

.trigo-top-destination ul .fa-circle {
    font-size: 10px;
    position: relative;
    top: -3px;
}

.trigo-top-destination ul li a {
    color: #3aa33b;
}

.trigo-top-destination ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.trigo-line {
    width: 100%;
    max-width: 89px;
    height: 3px;
    border-radius: 2px;
    background-color: #e9e9e9;
    display: inherit;
    margin: 5px 0px 10px 0px;
}

.trigo-address {
    font-size: 14px;
    text-align: left;
    color: #666666;
}

.trigo-pills {
    padding-top: 30px;
}

.trigo-img-overflow {
    overflow: hidden;
}

.trigo-img {
    width: auto;
    height: 100%;
}

.trigo-price strong {
    font-size: 26px;
    font-weight: 600;
    color: #666666;
}

.trigo-travellers {
    height: 40px;
    border: none;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 35px;
    background-image: url('/frontend/new/img/icon/traveller.svg');
}

.trigo-search-details .trigo-travellers {
    height: 63px;
    width: 100%;
    text-align: left;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.trigo-travellers.active, .trigo-travellers:active, .show>.trigo-travellers.dropdown-toggle {
    background-image: url('/frontend/new/img/icon/traveller.svg');
}

.trigo-travellers-dropdown {
    min-width: 15rem;
    padding: 10px;
    font-size: 12px;
}

.nav-trigo-search .nav-link span {
    padding-top: 25px;
    background-position: top center;
    background-repeat: no-repeat;
}

.nav-trigo-search .nav-link span.trigo-packs {
    background-image: url('/frontend/new/img/icon/packs.svg');
}

.nav-trigo-search .nav-link span.trigo-hotel {
    background-image: url('/frontend/new/img/icon/hotel.svg');
}

.nav-trigo-search .nav-link span.trigo-plane {
    background-image: url('/frontend/new/img/icon/plane.svg');
}

.nav-trigo-search .nav-link span.trigo-hotel-plane {
    background-image: url('/frontend/new/img/icon/hotel-plane.svg');
}

.nav-trigo-search .nav-link span.trigo-charter {
    background-image: url('/frontend/new/img/icon/charter.svg?v=1');
}

.nav-trigo-search .nav-link span.trigo-activity {
    background-image: url('/frontend/new/img/icon/tour.svg');
}

.nav-trigo-search .nav-link span.trigo-tour {
    background-image: url('/frontend/new/img/icon/tour.svg');
}

.nav-trigo-search .nav-link.active span.trigo-packs {
    background-image: url('/frontend/new/img/icon/packs-black.svg');
}

.nav-trigo-search .nav-link.active span.trigo-hotel {
    background-image: url('/frontend/new/img/icon/hotel-black.svg');
}

.nav-trigo-search .nav-link.active span.trigo-hotel-plane {
    background-image: url('/frontend/new/img/icon/hotel-plane-black.svg');
}

.nav-trigo-search .nav-link.active span.trigo-plane {
    background-image: url('/frontend/new/img/icon/plane-black.svg');
}

.nav-trigo-search .nav-link.active span.trigo-charter {
    background-image: url('/frontend/new/img/icon/charter-black.svg?v=1');
}

.nav-trigo-search .nav-link.active span.trigo-activity {
    background-image: url('/frontend/new/img/icon/tour-black.svg');
}

.nav-trigo-search .nav-link.active span.trigo-tour {
    background-image: url('/frontend/new/img/icon/tour-black.svg');
}

.trigo-multi-city-options {
    background-color: #e4e4e4;
}

.trigo-card {
    border: none;
    box-shadow: 0 2px 13px 0 rgba(204, 204, 204, 0.5);
    margin-top: 2rem;
}

.trigo-card-small-padding {
    padding: 5px;
}

a.trigo-dropdown:hover {
    text-decoration: none;
}

.trigo-sort {
    margin-bottom: 15px;
    margin-right: 10px;
}

.trigo-sort a.trigo-dropdown {
    display: inline;
}

.trigo-no-padding.col-md-1, .trigo-no-padding.col-md-2, .trigo-no-padding.col-md-3, .trigo-no-padding.col-md-4, .trigo-no-padding.col-md-5, .trigo-no-padding.col-md-6, .trigo-no-padding.col-md-7, .trigo-no-padding.col-md-8, .trigo-no-padding.col-md-9, .trigo-no-padding.col-md-10, .trigo-no-padding.col-md-11, .trigo-no-padding.col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.trigo-no-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.trigo-no-padding.row {
    margin-right: 0px;
    margin-left: 0px;
}

.trigo-border {
    border: solid 1px #d8d8d8;
    border-radius: 4px;
}

.trigo-dashed-border {
    border-bottom: 1px dashed #cfcfcf;
}

.trigo-list {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.trigo-list li {
    list-style-type: none;
}

.trigo-flight-offer .card-header {
    background-color: #fff;
}

.trigo-flight-offer .card-block {
    padding: 0px;
}

.trigo-hotel-offer .card-header {
    background-color: #fff;
}

.trigo-hotel-offer .card-block {
    padding: 0px;
}

.trigo-card-small {
    margin-bottom: -1rem;
}

.trigo-flight-price {
    border-left: 1px solid #d8d8d8;
    padding: 15px;
    padding-right: 30px;
    text-align: center;
}

.trigo-hotel-price {
    border-left: 1px solid #d8d8d8;
    padding: 15px;
    padding-right: 30px;
    text-align: center;
}

.trigo-flight .col {
    padding-left: 0px;
    padding-right: 0px;
}

.trigo-flight {
    margin: 10px 15px 0px 15px;
}

.trigo-flight small {
    display: block;
}

.trigo-start .trigo-pill, .trigo-end .trigo-pill {
    background-color: #6ac56a;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    position: relative;
    bottom: -7px;
}

.trigo-end {
    text-align: right;
}

.trigo-interm {
    text-align: center;
}

.trigo-end .trigo-pill {
    left: 95%;
}

.trigo-interm .trigo-pill {
    background-color: #f1c173;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    position: relative;
    bottom: -12px;
    left: 45%;
    cursor: pointer;
}

.trigo-flight-date {
    padding: 0px 15px 0px 60px;
    background-position: 20px center;
    background-repeat: no-repeat;
}

.plane-up {
    background-image: url('/frontend/new/img/icon/plane-up.svg');
    background-repeat: no-repeat;
}

.plane-down {
    background-image: url('/frontend/new/img/icon/plane-down.svg');
    background-repeat: no-repeat;
}

.plane-retur {
    background-image: url('/frontend/new/img/icon/plane-retur.svg');
    background-repeat: no-repeat;
}

hr.trigo-flight-line {
    margin-right: -15px;
}

.trigo-flight-tur, .trigo-flight-retur {
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.trigo-filter-widget {
    padding-bottom: 20px;
}

.trigo-filter-widget .trigo-filter-title {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.trigo-slider-container {
    text-align: center;
}

.slider.slider-horizontal {
    width: 95%;
}

.slider-handle {
    background-color: #ffffff;
    box-shadow: 0 2px 7px 0 rgba(159, 159, 159, 0.5);
    border: solid 4px #6ac56a;
    background-image: none;
}

.trigo-cart {
    margin-bottom: 10px;
}

.trigo-cart .card-block {
    padding: 0px;
}

.trigo-cart .trigo-cart-row {
    border-top: 1px solid #d8d8d8;
    margin: 0px;
}

.trigo-cart .trigo-cart-row .trigo-cart-col {
    padding: 15px;
}

.trigo-cart .trigo-cart-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.trigo-right-border {
    border-right: 1px solid #d8d8d8;
}

.trigo-cart .trigo-cart-total {
    border-top: none;
}

.trigo-cart .trigo-cart-total .trigo-cart-col {
    padding-top: 10px;
    padding-bottom: 0px;
}

.trigo-card-normal .card-block {
    padding: 20px 0px 0px 20px;
}

.trigo-card-normal .card-block .row {
    margin-right: 0px;
    margin-left: 0px;
}

.trigo-card-normal .card-block label {
    font-weight: bold;
}

.trigo-card-normal .card-block p.trigo-lead {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

h3.trigo-title {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}

.trigo-checkout-options hr {
    margin-bottom: 0px;
}

.trigo-checkout-options .col {
    padding-top: 20px;
    padding-bottom: 20px;
}

.trigo-details {
    font-size: 14px;
    color: #999999;
}

.trigo-nav-pills .nav-link {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #6ccc6d;
    background-color: #fff;
    border-radius: 0px;
    border: 1px solid #6ccc6d;
}

.trigo-nav-pills .nav-link.active {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #6ccc6d;
}

.trigo-nav-pills .trigo-nav-item-start .nav-link {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.trigo-nav-pills .trigo-nav-item-end .nav-link {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.trigo-margin-bottom {
    margin-top: 0px;
    margin-bottom: 1rem;
}

.trigo-price-label {
    font-size: 16px;
    font-weight: bold;
    color: #999999;
    margin-bottom: 20px;
    margin-right: 20px;
}

.trigo-pin {
    height: 20px;
    width: 16px;
    background-image: url("/frontend/new/img/icon/pin.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
}

.trigo-card-normal .card-block.trigo-no-padding, .trigo-no-padding {
    padding: 0px;
}

.trigo-check-in-out {
    padding-top: 15px;
    padding-bottom: 5px;
}

.trigo-check-in-out p {
    margin-bottom: 0px;
}

.trigo-btn-extended {
    width: 100%;
}

hr.trigo-dashed-border {
    border-top: none;
}

.trigo-offer {
    padding-top: 10px;
    padding-bottom: 1rem;
}

.trigo-offer p.trigo-lead {
    margin-bottom: 0px;
}

.trigo-offer hr.trigo-dashed-border {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.trigo-offer hr {
    margin-bottom: 0px;
}


/*.trigo-owl {
    position: relative;
    z-index: 1;
    top: -78px;
}*/

.trigo-owl .owl-item {
    overflow: hidden;
    max-height: 300px;
}

@media (max-width: 991px) {
    .trigo-owl .owl-item {
        max-height: 200px;
    }
}

@media (max-width: 576px) {
    .trigo-owl .owl-item {
        max-height: 100px;
    }
}

.trigo-owl .owl-item img {
    height: 100%;
    width: 100%;
    /*max-height: 300px;*/
}

.trigo-owl .owl-nav {
    position: absolute;
    top: 30%;
    left: 20%;
    width: 60%;
    margin: 0 auto;
}

.trigo-owl .owl-nav .owl-prev {
    float: left;
    background-color: rgba(108, 204, 109, 0.8);
    color: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 2rem;
    text-align: center;
    padding-right: 5px;
}

.trigo-owl .owl-nav .owl-next {
    float: right;
    background-color: rgba(108, 204, 109, 0.8);
    color: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 2rem;
    text-align: center;
    padding-left: 5px;
}

.trigo-owl .owl-nav .owl-prev.disabled, .trigo-owl .owl-nav .owl-next.disabled {
    display: none;
}

@media (max-width: 991px) {
    .trigo-owl .owl-nav .owl-prev, .trigo-owl .owl-nav .owl-next {
        display: none!important;
    }
}

.trigo-hotel-img, .trigo-charter-img {
    max-height: 230px;
    border-bottom-left-radius: .25rem;
}

.trigo-hotel-img img, .trigo-charter-img img {
    border-bottom-left-radius: .25rem;
    max-height: 230px;
    height: 100%;
    width: auto;
}

.trigo-week-highlights-img {
    max-height: 160px;
}

.trigo-week-highlights-img img {
    max-height: 100%;
}

.trigo-activity-badge {
    margin-bottom: 0px;
    position: relative;
    top: 21px;
    margin-top: -23px;
    z-index: 1;
}

.trigo-activity-badge .badge {
    border-top-left-radius: 0px;
}

.trigo-activity-img {
    max-height: 250px;
    overflow: hidden;
}

.trigo-activity-img .badge {
    position: relative;
    top: -15px;
    margin-bottom: -15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.trigo-activity-img img {
    width: 100%;
}

.trigo-activity-price {
    padding: 15px;
    text-align: center;
}

.trigo-activity-details {
    padding: 15px 15px 0px 15px;
}

.trigo-activity-offer .card-block {
    padding: 0px;
}

.trigo-activity-offer .card-header {
    background-color: #ffffff;
}

.trigo-activity-offer .card-header .row {
    height: 45px;
}

.trigo-hotel-details {
    padding: 15px;
}

@media (max-width: 992px) {
    .trigo-hotel-details {
        padding: 0px 15px 5px 15px;
    }
    .trigo-hotel-img, .trigo-charter-img {
        max-height: 100px;
        border-radius: .75rem;
    }
    .trigo-hotel-img img, .trigo-charter-img img  {
        border-radius: .75rem;
        max-height: 100px;
        /*height: 100%;*/
        /*width: 100%;
        max-width: 100px;*/
    }
    .trigo-week-highlights-img {
        max-height: 100px;
    }
    .trigo-week-highlights-img img {
        max-height: 100%;
    }
    .trigo-hotel-offer .card-block {
        padding: 10px 15px 0px 15px;
    }
    .trigo-hotel-price {
        border-left: none;
        padding: 0px 15px;
    }
    .trigo-pills {
        padding-top: 0px;
    }
}

.trigo-no-margin {
    margin: 0 auto;
}

.trigo-no-padding-bottom {
    padding: 1.25rem 1.25rem 0rem 1.25rem;
}

.daterangepicker_input {
    display: none;
}

.trigo-week-highlights img {
    height: 160px;
}

.trigo-icon-contact {
    height: 40px;
}

.trigo-pills .badge {
    white-space: normal;
}

.ui-autocomplete {
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    padding-left: 0px;
}

.ui-autocomplete .ui-menu-item .trigo-autocomplete-item {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    cursor: pointer;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background-color: rgba(101, 176, 73, 1);
    color: #fff;
}

.trigo-null-margin-start {
    margin-bottom: -50px;
}

.ui-autocomplete {
    z-index: 99999999999999;
}

.calendar.left .next.available {
    display: none;
}

.trigo-traveller-adt, .trigo-traveller-chd, .trigo-traveller-yth, .trigo-traveller-ins {
    /*width: auto;*/
    margin: 0 auto;
}

.slider-selection.tick-slider-selection {
    background-image: none;
}

.slider.slider-horizontal:hover>.tooltip.tooltip-main, .slider.slider-vertical:hover>.tooltip.tooltip-main {
    opacity: 1 !important;
}

@media (max-width: 576px) {
    .trigo-btn-search {
        border-bottom-left-radius: .25rem;
    }
    .nav-trigo-search .nav-link span {
        font-size: .7rem;
    }
    .trigo-search-box .nav-trigo-search .nav-item {
        width: 35%;
    }
    .nav-trigo-search span.trigo-hotel-plane {
        background-size: 90%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .trigo-bms-boxes h2 .underline {
        margin: 10px 0px;
    }
}

@media (min-width: 992px) and (max-width: 1185px) {
    .trigo-btn-search {
        font-size: 11px;
    }
    button.trigo-travellers {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .trigo-right-border {
        border-right: none;
    }
}

.trigo-icon {
    width: 30px;
    float: left;
    background-position: center;
}

.trigo-stop-time {
    background-color: #f6f6f6;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin: 5px -20px;
}

.trigo-less-content {
    max-height: 125px;
    overflow: auto;
}

.trigo-less-content.active {
    max-height: 100%;
}

.trigo-gray-img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.trigo-bg-logo {
    background-color: #ccc;
}

.trigo-bg-logo img {
    max-height: 55px;
    padding: 5px;
}

#swipebox-close {
    top: 45px;
    right: 25px;
}

.trigo-more-less {
    cursor: pointer;
}

.bg-white {
    background-color: #fff;
}

.trigo-travellers-control .minus, .trigo-travellers-control .plus {
    cursor: pointer;
}

.slideout-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    padding-bottom: 9rem;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    /*willp-change: transform;*/
    background-color: #FFF;
    /* A background-color is required */
    min-height: 100vh;
}

.slideout-open .slideout-menu {
    display: block;
}

.trigo-mobile-tickets {
    padding: .75rem;
    background-color: #3aa33b;
    color: #fff;
    border-top-left-radius: .55rem;
    border-bottom-left-radius: .55rem;
    position: fixed;
    right: 0px;
    top: 25%;
    z-index: 999999;
}

a.trigo-mobile-tickets, a.trigo-mobile-tickets:hover {
    color: #fff;
    text-decoration: none;
}

.trigo-mobile-filters {
    padding: .75rem;
    background-color: #3aa33b;
    color: #fff;
    border-top-left-radius: .55rem;
    border-bottom-left-radius: .55rem;
    position: fixed;
    right: 0px;
    top: 42%;
    z-index: 999999;
}

a.trigo-mobile-filters, a.trigo-mobile-filters:hover {
    color: #fff;
    text-decoration: none;
}

.trigo-travellers-dropdown-parent .dropdown-toggle::after {
    margin-top: .4em;
    float: right;
}

.modal {
    z-index: 99999;
}

.trigo-searchbox-badge {
    position: relative;
    right: 35px;
    top: -10px;
    border: 1px solid #fff;
}

@media (max-width: 767px) {
    .trigo-searchbox-badge {
        right: -10px;
    }
    .trigo-search-box .nav-trigo-search .nav-item a {
        padding: .5em 0em;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .trigo-searchbox-badge {
        right: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .trigo-searchbox-badge {
        right: 5px;
    }
}

.slider-tick.in-selection {
    background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
    background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
}

.navbar-toggleable-md .navbar-nav .nav-link {
    font-size: 1.1em;
}

.trigo-revolution-slideshow ul li {
    list-style: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.calendar table {
  border-collapse: separate;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd!important;
}

.trigo-owl-slide {
  min-height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.shadow {
  box-shadow: .5rem .5rem 1rem rgba(0, 0, 0, .15)!important;
}
.text-shadow {
  text-shadow: 0 0 .5rem rgba(0, 0, 0, 1)!important;
}
