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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.uk-nav-side > li > a {
  color: #818181;
  border-bottom: 1px solid #939597;
}

.uk-subnav-pill > * > * {
  padding: 3px 15px;
  border: 1px solid #939597;
  border-radius: 5px;
}

.uk-navbar {
  background: #f2f2f2;
  color: #808080;
}

/* Only Tablets (Portrait) */
@media (min-width: 931px) and (max-width: 1200px) {
.uk-navbar-nav > li > a{padding:0 8px;}
}
/* Only Tablets (Portrait) --- END */

.tm-footer {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 50px;
}


.uk-nav-navbar > li > a {  
font-weight: 500;  
}
