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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.tm-toolbar {

    background-color: #e9edef;
}

.uk-panel-box-secondary {
    border: 0px;
    margin-top: 20px;
}
.uk-nav-side > li.uk-active > a {
    font-weight: bold;
}
.uk-panel-box .uk-nav-side > li > a {
    padding-left: 20px;
}

.uk-panel-box {
    padding: 20px;

}
ul.uk-nav-sub {
    padding: 5px 0px 5px 25px;
}

.uk-navbar-nav > li > a {
    height: 20px;
    line-height: 20px;
}
.tm-navbar.uk-navbar-attached .tm-nav-logo {
    position: relative;
    top: 40px;

}

.uk-sticky-placeholder {
    height: auto;
}

.tm-block:first-child {

}


.uk-dropdown {

    right: -100%;
}


.uk-nav-navbar > li > a {
    color: rgba(50, 49, 49, 1);
}
.uk-nav-navbar > li > a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #fe5e22;
}

.uk-nav ul a:hover {
       background-color: rgba(0, 0, 0, 0);
    color: #fe5e22;
}
.uk-dropdown-navbar {
    background: #f6f6f6;
}

@media print {
.uk-sticky-placeholder
  {display:none;}
.tm-bottom
  {display:none;}
  
aside
  {display:none;}

.tm-content {
    width: 100%;
}
  
.tm-con {
   -webkit-column-count: 2 !important;
 -moz-column-count: 2 !important;
    column-count: 2 !important;
}
article > div {
   -webkit-column-count: 2 !important;
 -moz-column-count: 2 !important;
    column-count: 2 !important;
}
.uk-overlay img  
  {
    width: 120px;
}
    a[href]:after { display: none !important; }  
.uk-grid{
  page-break-inside:avoid !important;}
}


