/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */



.tm-navbar {
    border-bottom: 4px solid #5cd1df;
    height: 0px;
    visibility: hidden;
      margin-bottom: -4px;
}
.tm-headerbar {
    position: relative;
    min-height: 20px;
}

.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 20px;
    padding: 5px 25px 0 25px;
    line-height: 20px;
    color: #adadae;
    font-size: 15px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 100;
}

.uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 0px;
}

.uk-overlay-hover:hover [class*='uk-overlay-slide'], .uk-overlay-hover.uk-hover [class*='uk-overlay-slide'], .uk-overlay-active .uk-active > [class*='uk-overlay-slide'] {
    opacity: 0.9;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}