@media (min-width: 768px) {
    div.main-navigation .navbar-right .mega-menu .dropdown-menu,
    div.main-navigation .navbar-right .mega-menu .dropdown-menu {
        right: 0;
        left: auto;
    }

    .header .nav > .dropdown > a:before {
        top: 15px !important;
        color: #adadad;
    }

    .fixed-header-on .main-navigation .navbar-nav > li > a {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        margin-top: 9px;
        margin-bottom: 9px;
    }

    .fixed-header-on .main-navigation .mega-menu .dropdown-menu {
        top: 86%;
    }

    .fixed-header-on .header-right {
        margin: 0;
    }

    .col-md-1-5 {
        -ms-flex: 0 0 calc(100% / 5);
        flex: 0 0 calc(100% / 5);
        max-width: calc(100% / 5);
    }

    .full-section-custom > .container-full {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 992px) {
    .main-navigation .navbar-right .mega-menu .dropdown-menu,
    .main-navigation .navbar-right .mega-menu .dropdown-menu {
        right: 0;
        left: auto;
    }
    .mega-menu > .dropdown-sm {
        width: 50%;
        left: initial!important;
        right: initial!important;
    }
}

@media (min-width: 1200px) {
    .home-01 .wrap-text {
        min-width: 800px;
    }
}

@media (max-width: 991px) {
    .mega-menu > .dropdown-sm {
        width: 50%;
        right: initial!important;
    }
    .uk-navbar-toggle > svg {
        width: 33px;
        height: 33px;
        color: #dfdfdf;
    }
}

@media (max-width: 767px) {
    .navbar-dark .uk-navbar-toggle > svg {
        color: #dfdfdf;
    }
    .section-home .btn {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .uk-offcanvas-close > svg {
        width: 20px;
        height: 20px;
    }
    .uk-logo > img {
        max-height: 35px;
    }
    .uk-logo.uk-navbar-item {
        display: flex;
    }
    #modal-mobile-nav .uk-nav {
        font-size: 28px !important;
    }
    .top-navbar .uk-subnav {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .btn-call-direct {
        margin-right: 0 !important;
        overflow: visible;
    }
    .top-navbar > .top-left-container,
    .top-navbar > .top-right-container {
        width: auto;
    }
    .top-navbar > .top-right-container {
        margin-left: auto;
    }
    .cc-window.cc-floating {
        bottom: 0;
        top: initial;
        max-width: 100% !important;
        padding: 15px !important;
    }
    div[aria-label="cookieconsent"] > .uk-container > .cc-message {
        margin-bottom: 12px;
    }
    div.cc-compliance .cc-allow,
    div.cc-compliance .cc-deny,
    div.cc-compliance .cc-allow:hover,
    div.cc-compliance .cc-deny:hover {
        padding: 3px 6px;
    }
    .subfooter.has-gdbr {
        margin-bottom: 148px;
    }
    .uk-logo.has-slogan {
        top: 0 !important;
    }
    .uk-logo > img {
        width: 135px;
    }
    .main-navigation .navbar .navbar-nav {
        width: 100%;
        margin: 0;
        text-align: left;
    }

    .main-navigation.animated .navbar-default .navbar-nav > li > a,
    .main-navigation.animated .navbar-default .navbar-nav > li > a:hover {
        background-color: #fafafa;
    }

    .main-navigation .navbar-nav > .open > a,
    .main-navigation .navbar-nav > .open > a:hover,
    .main-navigation .navbar-nav > .open > a:focus {
        border-color: transparent !important;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu {
        background-color: #fff;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar.navbar-default .navbar-collapse {
        padding: 0;
    }

    .container-fluid .navbar-collapse.in {
        overflow-y: hidden;
    }

    .mega-menu .dropdown-menu {
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-radius: 1px !important;
    }

    .header #logo {
        display: inline-block;
    }

    .header .logo.has-slogan #logo_img {
        margin: 0;
    }

    .header,
    .header .site-slogan {
        text-align: center;
    }

    div[aria-label="cookieconsent"] > .container > .cc-message,
    div[aria-label="cookieconsent"] > .uk-container > .cc-message,
    div.cc-compliance .cc-allow,
    div.cc-compliance .cc-deny {
        font-size: 13px;
    }

    .full-section-custom > .container-full {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 639px) {
    .uk-nav li > a {
        justify-content: center;
    }
    .social-links li.skype {
        position: relative;
        top: -4px;
    }
    #social-dropdown {
        min-width: 173px;
        padding: 15px;
    }
    .header > .uk-section > .uk-container {
        padding-left: 0;
        padding-right: 0;
    }
    .header-top-first .social-links .uk-button {
        padding: 0 10px;
        height: 40px;
    }
    #modal-mobile-nav .uk-modal-dialog {
        min-height: 100vh !important;
    }
}