.mixx-image, .mixx-image-rotate {
    overflow: hidden;
    border-bottom: 3px solid #bababa;
}

.mixx-gallery .mixx-image,
.mixx-gallery .mixx-image-rotate { margin-bottom: 10px; }

.thumbnail.mixx-image,
.thumbnail.mixx-image-rotate {border-bottom: 1px solid #ddd;; }

.mixx-image img {
    max-width: 100%;
    height: auto;
    width: auto;
    margin-right: auto;
    margin-left: auto;
}

.mixx-image a, .mixx-image-rotate a {
    display: grid;
}

.mixx-image-wrapper img {
    -webkit-transition: all 2s ease; /* Safari and Chrome */
    -moz-transition: all 2s ease; /* Firefox */
    -ms-transition: all 2s ease; /* IE 9 */
    -o-transition: all 2s ease; /* Opera */
    transition: all 2s ease;
    padding-bottom: 0;
}

.mixx-image-wrapper:hover  img{
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.mixx-image-wrapper:hover .mixx-image-rotate img{
    -webkit-transform:scale(1.25) rotate(3deg); /* Safari and Chrome */
    -moz-transform:scale(1.25) rotate(3deg); /* Firefox */
    -ms-transform:scale(1.25) rotate(3deg); /* IE 9 */
    -o-transform:scale(1.25) rotate(3deg); /* Opera */
     transform:scale(1.25) rotate(3deg);
}


.regions .mixx-image-wrapper {
    padding-bottom: 15px;
}

.the-block,
.destination-block {
    position: relative;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0 20px 0;
    -webkit-box-shadow: 0 0 7px rgba(68,68,68,.25);
    box-shadow: 0 0 7px rgba(68,68,68,.25);
    -webkit-transition: all .3s;
    transition: all .3s;
    border-bottom: 3px solid #3664cc;
}

.the-block.booking-container { padding: 20px 10px; width: 100%; }

.the-block:hover,
.destination-block:hover {
    -webkit-box-shadow: 0 0 20px rgba(68,68,68,.25);
    box-shadow: 0 0 20px rgba(68,68,68,.25);
}

.the-block h5,
.the-block:hover h4 > a,
.destination-block h5,
.destination-block:hover h4 > a { color: #ff5211; }

.destination-block h4 {
    text-align: center;
    margin-top: 0;
    color: #3664cc;
}
.the-block h4 > a:hover,
.destination-block h4 > a:hover { color: #23527c; }

.destination-block .populer-ones a { font-size: 15px; }
.destination-block .block-details,
.hotel-block-grid .block-details {
    padding: 10px 20px 20px;
}

.destination-block .browse-all a { color: #696969; }
.excursion-calendar {
    position: absolute;
    bottom: 10px;
}

.the-block.hotel-block-list,
.the-block.flight-block-list {
    float: none;
}


@media (min-width: 992px) {
    .the-block.hotel-block-list,
    .the-block.flight-block-list {
        /*display: -webkit-box;  */
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .charter-offers .the-block.hotel-block-list {
        display: block;
    }

}

@media (min-width: 768px) {
    .is-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .is-flex > [class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .destination-block { height: 100%; }

}

/*
 * Component: Small Box
 * --------------------
 */
.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
    padding: 10px;
}
.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.small-box > .small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}
.small-box p {
    font-size: 15px;
}
.small-box p > small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}
.small-box h3,
.small-box p {
    z-index: 5px;
}
.small-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}
.small-box:hover .icon {
    font-size: 95px;
}

.small-box h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.small-box > .inner p.inner-excerpt {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 6px;
}

.small-box-price .price-detail { float: left; }
.small-box-price h3 { text-align: right; }
.small-box-price h6 { text-align: right; margin: 0; text-decoration: line-through; }
.small-box .spinner,
.widget .spinner { text-align: center; padding: 8px; background: #0000001f; }
.widget .innerTitle { text-transform: uppercase; }

.sidebar-hotel .small-box > .small-box-footer {
    text-transform: uppercase;
    padding: 6px;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .small-box {
    text-align: center;
    }
    .small-box .icon {
    display: none;
    }
    .small-box p {
    font-size: 12px;
    }
}

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active {
    color: #fff !important;
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important;
}
.bg-gray-light {
    background-color: #f7f7f7;
}
.bg-black {
    background-color: #111111 !important;
}
.bg-red {
    background-color: #dd4b39 !important;
}
.bg-yellow {
    background-color: #f39c12 !important;
}
.bg-aqua {
    background-color: #00c0ef !important;
}
.bg-blue {
    background-color: #0073b7 !important;
}
.bg-light-blue {
    background-color: #3c8dbc !important;
}
.bg-green {
    background-color: #00a65a !important;
}
.bg-navy {
    background-color: #001f3f !important;
}
.bg-teal {
    background-color: #39cccc !important;
}
.bg-olive {
    background-color: #3d9970 !important;
}
.bg-lime {
    background-color: #01ff70 !important;
}
.bg-orange {
    background-color: #ff851b !important;
}
.bg-fuchsia {
    background-color: #f012be !important;
}
.bg-purple {
    background-color: #605ca8 !important;
}
.bg-maroon {
    background-color: #d81b60 !important;
}
.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important;
}
.bg-black-active {
    background-color: #000000 !important;
}
.bg-red-active {
    background-color: #d33724 !important;
}
.bg-yellow-active {
    background-color: #db8b0b !important;
}
.bg-aqua-active {
    background-color: #00a7d0 !important;
}
.bg-blue-active {
    background-color: #005384 !important;
}
.bg-light-blue-active {
    background-color: #357ca5 !important;
}
.bg-green-active {
    background-color: #008d4c !important;
}
.bg-navy-active {
    background-color: #001a35 !important;
}
.bg-teal-active {
    background-color: #30bbbb !important;
}
.bg-olive-active {
    background-color: #368763 !important;
}
.bg-lime-active {
    background-color: #00e765 !important;
}
.bg-orange-active {
    background-color: #ff7701 !important;
}
.bg-fuchsia-active {
    background-color: #db0ead !important;
}
.bg-purple-active {
    background-color: #555299 !important;
}
.bg-maroon-active {
    background-color: #ca195a !important;
}
[class^="bg-"].disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.bookingstart {
    padding: 14px;
    color: #ffffff;
    margin: 0;
    background-color: #3b97e3;
}

.last-minute-container .flight-container {
    background: #bcbcbc;
    padding: 20px;
    margin-top: -28px;
    border-bottom: 4px solid #3564cb;
}
.flight-info-container.last-minute-container .flight-container { margin-top: 0; }

.flight-container .flight-info { margin-top: 10px; }

.flight-info .flight-details {
    padding: 8px 0 0 24px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
}

.flight-info .flight-details > div {
    width: 50%;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
}

.flight-container .flight-info:first-of-type {
    border-bottom: 1px solid #969696;
    padding-bottom: 10px;
}

.last-minute-container .pax-choose-container {
    background: #3664cc;
    margin-top: 4px;
    padding: 4px 12px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.last-minute-container .pax-choose-container .pax-holder {
    text-align: left;
    float: left;
    padding-right: 8px;
    margin-right: 10px;
    border-right: 1px solid #bcbcbc;
}
.last-minute-container .pax-choose-container .caret-holder {
    float: right;
    text-align: center;
}

@media (min-width: 768px){
    .flight-container .flight-info:first-of-type {
        border-right: 1px solid #969696;
        border-bottom: none;
        padding-bottom: unset;
    }
}