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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
/* Large screen and bigger */
@media (min-width: 1000px) {
  .uk-container2 {
    max-width: 800px;
    padding: 0 35px;
  }
}

/* Sub-object: `uk-panel-body`
 ========================================================================== */
.uk-panel-body {
  padding: 0px;

}

.uk-position-bottom-right {
  bottom: -95px !important;
  right: 0;
}

.uk-margin-right {
  margin-right: 0px !important;
}

.uk-grid-small > * {
  padding-left: 0px;
}

.tm-block-footer {  
    display: none;  
}  

.uk-menu2 {  
  margin-top: 25px; 
  margin-left: 3px; 
} 

.uk-nav-side > li > a {

  font-size: 12px;
  line-height: 16px;
}

.uk-nav-side .uk-nav-sub > li > a,
.uk-nav-side .uk-nav-sub ul > li > a {
  font-size: 12px;
  line-height: 16px;
}