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

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

/* Logo size for centered navigation */
.tm-navbar-center [class*='tm-logo'] { transform: scale(1.2); }

body {
	font-family: Roboto;
	color: #555555;
	font-size: 15px;
}

.uk-block-default {
    background: #fcfcfc none repeat scroll 0 0;
}

.uk-article-title {
    color: #278382;
    font-family: Comfortaa;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: none !important;
}

.uk-article-meta {
    font-family: roboto condensed;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 17px;
    text-transform: none;
	opacity: 0.9;
}

.uk-button {
	font-family: roboto condensed;
}

.uk-navbar-nav > li > a {
	font-family: Roboto;
	color: #444444;
	font-size: 15px;
}

.uk-breadcrumb > li:nth-child(n+2)::before {
    margin: 0 10px;
}

.uk-navbar-brand {
	margin-top: 20px;
}

.uk-subnav > * > * {
    font-family: Roboto;
}

.uk-subnav > .uk-active > * {
    color: #278382;
    font-weight: 400;
}

.tm-block-toolbar {
    background-color: #fafafa;
}


.uk-nav-dropdown > li > a, .uk-nav-navbar > li > a {
    font-size: 15px;
    padding: 3px 25px;
}

.uk-nav-navbar > li > a {
    color: #555555;
    font-family: Roboto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Comfortaa;
}

.uk-list-line > li:nth-child(n+2) {
    border-top: 1px solid #333;
    margin-top: 5px;
    padding-top: 5px;
}

.uk-button {
    background: #059501 none repeat scroll 0 0;
}

.uk-panel-title {
    color: #278382;
}

.btn {
	font-family: roboto condensed;
	line-height: 22px;
	padding: 5px 35px;
}

.uk-panel-box-secondary .uk-panel-title {
    color: #278382;
}

.uk-panel-box .uk-panel-title {
    color: #278382;
}

.uk-nav-side > li > a {
    color: #666666;
    font-family: Roboto condensed;
    font-size: 16px;
}

input, button, select, textarea {
    font-family: roboto;
}

.uk-position-cover {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    padding: 6px;
}

.tm-socialbuttons {
    float: right;
    line-height: 1;
}

.fb-page {
	border: medium none;
}

.tm-block-bottom-e {
  padding-bottom:50px;
  padding-top:50px;
}

.uk-dropdown {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    padding: 6px 0;
}

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    background: rgba(0, 0, 0, 0.04) none repeat scroll 0 0;
    color: #323232;
}

.uk-dropdown .uk-nav {
    margin: 0 -1px;
}

.uk-block-muted {
    background: #f1f1f1 none repeat scroll 0 0;
    padding-bottom: 20px;
    padding-top: 20px;
}

.uk-panel-box-secondary {
    background-color: #fff;
    border: 1px solid #ececec;
    color: #666666;
    padding: 5px;
    text-align: center;
}

.uk-panel-box-primary .uk-panel-title {
    color: #ffffff !important;
}