#site-head {
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background-color: darkred;
	border-bottom: 1px solid rgba(0, 0, 0, 0.76);
	background-image: linear-gradient(to right top, rgba(195, 55, 55, 0.5), rgba(166, 42, 42, 0.6), rgba(130, 38, 38, 0.7), rgba(100, 38, 38, 0.8), rgba(78, 38, 38, 0.9));
}
#site-foot {
	position: fixed;
	z-index: 3;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 0.8rem;
}
nav.nav-scroll {
    position: relative;
    z-index: 2;
    height: 2rem;
    box-sizing: border-box;
    overflow-y: hidden;
    padding: 1rem;
    border-top: 1px solid rgba(0,0,0,0.075);
    line-height: 1em;
}
nav.nav-scroll > ul {
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
}
nav.nav-scroll > ul > li > a {
    font-weight: 500;
}
.news-slide > li > .uk-card {
    box-shadow: none;
    border:  1px solid rgba(0,0,0,0.075);
}
.uk-logo img {
	width: 60px;
}
em {
	color: #333;
}
strong {
	color: rgb(102, 0, 0);
}
.uk-section.tbe-hero-section {
	padding-top: 81px;
}
                       