
.uk-navbar-left {
    order: 2;
}
.uk-navbar-right {
    margin-left: 0;
    margin-right: auto;
}
.uk-button-primary {
    text-transform: none;
}

.uk-drop.uk-navbar-dropdown {
    position: absolute;
    padding: 11px;
    top: 111px !important;
}
.uk-drop.uk-navbar-dropdown:before {
    content: "";
    width: 31px;
    height: 17px;
    background: url('../images/drop-arrow.svg') center no-repeat;
    display: block;
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.uk-nav.uk-navbar-dropdown-nav > * > * {
    justify-content: center;
    padding: 7px 0;
}
.uk-nav.uk-navbar-dropdown-nav > *.uk-active > *,
.uk-nav.uk-navbar-dropdown-nav > * > *:hover {
    background-color: #ebebeb;
}




.uk-nav-default .uk-nav-sub li>a {
    font-size: 18px;
}
.uk-nav-default .uk-nav-sub li.uk-active>a {
    color: #fff;
    border-bottom: solid 1px #fff;
    display: inline-block;
}
.uk-nav-default .uk-nav-sub a {
    color: #fff;
}

.country-selector .wgcurrent {
    display: none !important;
}

.vd-highlight-grid > .uk-grid > *:nth-of-type(1),
.vd-highlight-grid > .uk-grid > *:nth-of-type(3) {
    border-right: rgba(255,255,255,0.2) solid 1px;
}
.vd-highlight-grid > .uk-grid > *:nth-of-type(1),
.vd-highlight-grid > .uk-grid > *:nth-of-type(2) {
    border-bottom: rgba(255,255,255,0.2) solid 1px;
    padding-bottom: 10px;
}
.vd-highlight-grid > .uk-grid > *:nth-of-type(3),
.vd-highlight-grid > .uk-grid > *:nth-of-type(4) {
    padding-top: 20px;
}
.vd-highlight-grid h3.el-title {
    font-size: 18px;
    font-weight: 300;
}

[class*=uk-modal-close-] {
    right: auto;
    left: 10px;
    color: #fff;
    top: 40px;
}

.vd-hero > *{
    max-height: 560px;
}

@media screen and (max-width:960px) {
    .vd-highlight-grid_section {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .vd-header-home {
        min-height: calc(100vw / 16 * 15) !important;
    }
    .vd-header-home.uk-flex-middle {
        align-items: flex-end;
    }
    .uk-h1, h1 {
        font-size: 25px;
    }
    .uk-h2, h2 {
        font-size: 25px;
    }

    .vd-hero > *{
        min-height: calc(100vw / 2 * 1) !important;
    }
}