.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle{
    min-height: 50px;
}
.uk-navbar-container:not(.uk-navbar-transparent){
    background: #222;
}

.icon {
    fill: #666666;
    height: 20px;
    width: 38px;
    transition: all 0.3s ease;
}
.car_ic{
    width: 50px;
    height: 50px;
}
.car_menu_ic{
    width: 20px;
    fill: rgba(255,255,255,.5);
}
.uk-nav a:hover .car_menu_ic{
    fill: rgba(255,255,255,1);
}

.tab-radio {
    display: none;
}

.tab-content {
    display: none;
}

.tab-radio:checked + .tab-content{
    display: block;
}

.height_s{
    height: 350px;
}
.height_m{
    height: 500px;
}
/*.height_large{*/
    /*height: 600px;*/
/*}*/
.height_l{
    min-height: 700px;
}
.height_xl{
    height: 800px;
}
.height_xxl{
    height: 1100px;
}

.glider-contain .active .uk-card-media-bottom{
    color: #f0506e;
}


.test-fixed {
    position: fixed;
    top: 140px;
    /*bottom: 120px;*/
    right: 0;
    z-index: 1;
}

.sub_footer{
    background-color: #000000;
}
.uk-section-small{
    padding-top: 20px;
}

/* About Us */
#about_us h3, #about_us p{
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.57);
}
#about_us h3{
    font-size: 3em;
}
.about_us_box p{
    color: #ffbd29 !important;
}

/* end About Us */

/* media-queries */
@media screen and (max-width: 979px) and (min-width: 768px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 480px) {
    #about_us h3{
        font-size: 2em;
        margin-bottom: 0;
    }
    .about_us_box p{
        margin: 0;
        font-size: 1.3rem;
    }
    /*#about_us .height_s{
        background-position: 65% 0;
    }*/
    .logo_footer{
        margin-right: 0 !important;
    }
}