﻿@media (max-width: 1199px) {
    .navbar .navbar-xs .navbar-default {
        width: 100% !important;
    }

    .navbar .navbar-header {
        margin: 5px 0 !important;
    }

    .navbar .navbar-form {
        margin: 5px 30px !important;
    }

    .navbar .navbar-header a img {
        max-height: 60px;
    }

    .main-navbar {
        width: 100%;
        justify-content: flex-start;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        margin-top: 0 !important;
        padding: 2px 0;
    }

        .main-navbar > li {
            float: none;
            display: inline-block;
            margin: 5px 0px;
        }

            .main-navbar > li a {
                font-family: "Tahoma Regular",sans-serif !important;
            }

    .navbar .navbar-form > .form-group {
        width: 100% !important;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .tabs-tour .tab-body .in-bound .children-body .attraction .box, .tabs-tour .tab-body .out-bound .children-body .attraction .box {
        width: auto !important;
    }

    .tabs-tour .tab-body .in-bound .children-body .attraction, .tabs-tour .tab-body .out-bound .children-body .attraction {
        justify-content: flex-start !important;
        grid-template-columns: repeat(auto-fit, minmax(220px, 250px)) !important;
    }

        .tabs-tour .tab-body .in-bound .children-body .attraction .box, .tabs-tour .tab-body .out-bound .children-body .attraction .box {
            /*        width: auto !important;*/
            max-width: 280px !important;
        }

    .tabs-tour .tab-body .in-bound .children-body .attraction, .tabs-tour .tab-body .out-bound .children-body .attraction {
        justify-content: start !important;
    }

    .children-body .attraction a {
        max-width: 280px !important;
        flex: 0 0 calc(25% - 15px);
    }

    body.navbar-top {
        padding-top: 0 !important;
    }
}
