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

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

ul {
	list-style-type: none;
}

a:active,
a:hover,
a:focus {
	text-decoration: none !important;
}

@media (min-width: 1220px) {
  .tm-main-top + .tm-content,
  .tm-content + .tm-main-bottom {
    padding-top: 20px;
  }
}

@media (min-width: 1900px) {
  .tm-page-container {
    margin-top: inherit;
  }
}

.tm-navbar {
	background: #333333;
	height: auto !important;
}

.uk-navbar {
	background: #333333;
	height: 75px !important;
}

.tm-navbar .uk-visible-small {
    height: inherit !important;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  color: #ffffff;
}

.uk-navbar-nav > li.uk-active > a {
	color: #ffffff;
}

.tm-navbar .uk-visible-small {
	padding: 2px 20px;
}

.uk-dropdown-navbar {
	top: 90px !important;
}

.uk-dropdown, .uk-dropdown-blank {
    width: 230px;
}

.uk-nav li > a > div {
    line-height: 14px;
}

.tm-logo {
	height: 75px !important;
}

.tm-title-large {
    font-size: 48px;
    line-height: 60px;
}

.uk-table-condensed td {
    padding: 0px 8px;
}

.uk-list-striped > li:nth-of-type(even) {
    background: #fafafa;
}

.uk-list-striped > li:nth-of-type(odd) {
    background: #f0f0f0;
}

.uk-icon-button {
	background: none;
	color: #444;
	width: 30px;
    height: 30px;
    font-size: 30px;
}

.uk-icon-button:hover,
.uk-icon-button:focus {
	color: #444;
  	background-color: #fff;
}

.uk-icon-button:active {
	color: #444;
    background-color: #fff;
}

.uk-article-title {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 10px;
}

.uk-article-lead {
	font-size: 22px;
	line-height: 24px;
	margin-top: 10px;
}

.embeddedVideo {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.embeddedVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.zur-training {
	font-size: 90%;
}

.zur-training .uk-panel-box {
	padding: 14px;
}

.zur-training .uk-panel-box > .uk-panel-teaser {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
}

.zur-training  .uk-panel-title {
	margin-bottom: 10px;
}

.zur-training .uk-margin {
	margin-top: 10px;
}

.zur-training .uk-table {
	line-height: 26px;
}

.zur-training p {
	line-height: 26px;
	margin-bottom: 10px;
}

.zur-purchase h3{
	margin-bottom: 10px;
}

.zur-purchase p {
	margin-top: 10px;
}

.zur-purchase form {
	margin-bottom: 10px;
}

.zur-purchase {
	padding: 30px 20px !important;
}

.zur-software-title h2 {
	font-size: 32px;
	margin-bottom: 10px;
}

.zur-software-title h3 {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 24px;
}

.zur-software-title .zur-os {
	padding-left: 5px;
}

.zur-software-grid .uk-h2 {
	margin-bottom: 6px;
}

.zur-software-grid .uk-margin {
	margin-top: 6px;
}

.uk-table .feature-compare {
    text-align: center;
}

.zur-about h2 {
	font-size: 32px;
	margin-bottom: 10px;
}

.zur-about h4 {
	margin-top: 10px;
	font-size: 20px;
	line-height: 24px;
}

.zur-about .uk-icon-button:hover,
.zur-about .uk-icon-button:focus,
.zur-about .uk-icon-button:active {
  	background-color: #fafafa;
}

.zur-xsmall {
    font-size: x-small;
    font-weight: 300;
    margin-top: 10px;
}

.zur-margin h2 {
	margin-top: 40px;
}

.uk-panel dt {
    display: block;
    float: left;
    width: 90px;
    font-weight: normal;
    padding: 0px 8px;
    line-height: 24px;
}

.uk-panel dd {
    display: block;
    margin-left: 10px;
    line-height: 24px;
}

.zur-tutorial > dd {
	color: inherit;
}

.zur-btn-patreon::after {
	content: url("/images/training/patreon.png");
	position: relative;
	top: 2px;
	left: 16px;
}