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



/* ========================================================================

   Use this file to add custom CSS easily

 ========================================================================== */

 

 .tm-headerbar-background {

    background: #fff;

}



.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {

    background-color: #095c15;

    color: #edb96c;

    outline: none;

    -webkit-transition: background-color 0.25s, color 0.25s;

    transition: background-color 0.25s, color 0.25s;

}

.uk-navbar-nav > li > a {

    display: block;

    box-sizing: border-box;

    text-decoration: none;

    height: 70px;

    padding: 0 25px;

    line-height: 70px;

    color: #fff;

    font-size: 15px;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    font-weight: 600;

    font-style: normal;

    text-transform: none;

}



.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {

    background: #095c15;

    color: #edb96c;

    outline: none;

	font-size: 

	font-weight: 600;

}



.uk-dropdown {

    padding: 25px;

    background: #f9f9f9;

    color: #818181;

    font-size: 15px;

    vertical-align: top;

	font-weight: 600;

}

h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #095c15;
    text-transform: none;
}

h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #f6a418;
    text-transform: none;
}

.uk-panel-box-primary {
    background-color: #f6a418;
    color: #ffffff;
}

.uk-offcanvas-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1001;
    width: 270px;
    max-width: 100%;
    background: #12520a;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -ms-scroll-chaining: none;
    font-style: normal;
}