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

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

 @media (max-width: 767px) {
  .tm-navbar {
    background: rgba(0, 46, 84,.9);
    top: 0;
    z-index: 104;
    position: fixed;
    margin-left: -20px;
    width: 100%;
  }
}
.uk-offcanvas-bar {
  background: rgb(0, 46, 84);
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #ba9c00;
}
.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: rgb(0, 46, 84);
}