/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  font-family: 'Open Sans';
  font-weight: 400;
  color: #666666;
  text-transform: none;
}

a, .uk-link {
  color: #33cc00;
  text-decoration: none;
  cursor: pointer;
}

.greyscale {
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%); 
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%); 
  -o-transition: .5s ease-in-out;
  filter: grayscale(100%);
}

.greyscale:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
  filter: grayscale(0%);
}

.uk-navbar {
  padding: 0px;
}

.tm-navbar .tm-logo {
  margin-right: 0px;
}

.tm-footer > .uk-panel {
  background: #4c5054;
  color: #b1b9ba;
}

.uk-navbar-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 40px;
  padding: 0 22px;
  line-height: 40px;
  /* 2 */
  color: #f5f5f5;
  font-size: 18px;
  font-family: 'Open Sans';
  font-weight: 300;
}

.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(0, 0, 0, 0);
  color: #99ff66;
}

table.kompatibilnost td {
	vertical-align: top;
}

table.kompatibilnost td:nth-child(odd) {
	min-width: 120px;
	font-weight: bold;
	padding-right: 10px;
}

table.kompatibilnost tr:nth-child(odd) {
	background-color: #fafafa;
}