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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
 .uk-article-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    text-transform: none;
    color: #65ae2a !important;
}

.uk-panel-box .uk-panel-title {
    color: #65ae2a !important;
}

body {
    padding-left: 0;
    padding-right: 0;
    background-color: rgba(60, 60, 60, 0.1) !important;
    font: inherit;
    color: inherit;
}

.uk-button {

    background: #65ae2a !important;
    color: #FFFFFF !important;
}




.uk-tab > li.uk-active > a {
    background: #65ae2a !important;

}

.tm-toolbar .uk-subnav > * > *, .tm-toolbar .uk-icon-hover {
    color: rgb(221, 222, 222) !important;
}


.uk-overlay-panel {
  
     top: 0;
    bottom: 0;
    margin-bottom: -70px !important;
       position: inherit;
    padding: 20px;
    color: #65ae2a;
    background-color: rgba(255, 255, 255, 0.91);
}

.uk-overlay > :first-child {
    margin-bottom: 30px;
}