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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/* html {
    color: #000;
    font: 300 14px/22px "Roboto",Helvetica,Arial,sans-serif;
} */
 
.uk-article-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
}

.uk-panel-title {
    color: #2f363b;
    font-size: 26px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
}

.tm-logo-small {
    letter-spacing: 0;
}

.uk-article-title::before {
    background: #2f363b none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 99%;
}

h1, h2, h3, h4, h5, h6 {
    color: rgb(47, 54, 59);
    font-family: "Verdana";
	font-weight: bold;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.uk-button {
    font-size: 0.9rem;
	}
	
.tm-footer {
    font-size: 11px;
    text-align: left;
}

.uk-icon-small {
    font-size: 22px;
    vertical-align: -10%;
}

.uk-article-meta {
    background-color: #fff;
    border: 1px solid #e1e1e1;
	border-radius: 11px;
    color: #a4a6a8;
    font-size: 13px;
	font-style: normal;
    line-height: 18px;
    margin-bottom: 25px;
    padding: 5px;
    width: 35%;
}

a, .uk-link {
    color: #666;
    cursor: pointer;
    text-decoration: none;
}

.uk-list a {
    color: #8e9091;
	font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}
.uk-navbar-nav > li > a {
    line-height: 95px;
    color: #2F363B;
    font-size: 12px;
    font-family: "Verdana";
    font-weight: normal;
}

.tm-navbar .uk-navbar-brand {
    margin-left: -30px;
    padding-left: 10px;
    padding-right: 0px;
}

.uk-navbar-nav > li {
    margin-right: 25px;
}

/* VIDEO */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

.tm-totop-scroller:hover {
    background-color: #86b33d;
}