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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.uk-responsive-height {
    max-height: 90%;
    width: auto;
}
.uk-nav-offcanvas > li > a {
    color: #FFF;
}
.uk-nav-offcanvas ul a {
    color: #FFF;
}
.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 {
    color:#AAA;
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
    color: #AAA;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: rgb(0,91,81) none repeat scroll 0% 0%;
}
.tm-isblog a.uk-align-right{
    margin-left:0px;
    float:none;
}