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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .uk-navbar {
    background: #8b1a18;
    color: #ffffff;
}

.tm-navbar {
    border-bottom: 4px solid #235186;
    margin-bottom: 25px;
}

.uk-navbar-nav > li.uk-active > a {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    text-transform: uppercase;
}

.uk-block-secondary {
    background: #235186;
}

.tm-footer {
    box-sizing: border-box;
    padding: 15px 0;
    background: #13355c;
    color: #adadae;
    font-size: 14px;
}

@media (min-width: 768px){
.tm-block-padding-large {
    padding-top: 50px;
    padding-bottom: 50px;
}}

@media (min-width: 1220px){
.tm-block-footer-bg {
   margin-top: 0;
}}

.uk-float-right {
    float: right;
    font-size: 20px;
    color: #ffffff;
}

.uk-article-title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 100;
    text-transform: none;
    text-align: left;
}

.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 90px;
    padding: 0 10px;
    line-height: 90px;
    color: #adadae;
    font-size: 15px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 100;
}

table.report {
	font-size: 12px;
	line-height:24px;
	border-collapse: collapse;
	line-height:18px;
	}
	
	
.report th {
	padding: 0 0.5em;
	text-align: left;
	}

.report tr.green td {
	border-top: 0;
	border-bottom: 0;
	background: #333;
	line-height:13px;
	text-align: left;
	font-weight: bold;
	padding:3px 6px;
	color:#fff;
	}

.report tr.odd td {
	border-top: 0;
	border-bottom: 0;
	background: #ccc;
	line-height:13px;
	padding:3px 6px;
	}
	
.report td {
	border-bottom: 0;
	padding: 0 0.5em;
	}

.report td.width {
	width: 190px;
	}

.report td.adjacent {
	border-left: 0;
	text-align: center;
	}
	
	
@media(max-width:767px){	
	.tm-noblog .tm-content, .tm-isblog .tm-article.tm-article-box, .yoo-zoo .uk-article {
    border-radius: 0;
    padding: 5px;
    box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
    background: #ffffff;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: rgba(0, 0, 0, 0);
    color: #c27189;
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
    color: #c27189;
}
.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
    background: rgba(0, 0, 0, 0);
    color: #c27189;
    outline: none;
}
}