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

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

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>.jmedtz {
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.075);
}

#header.uk-sticky-below {
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.07);
}

.uk-nav-default>li>a.ru {
	color: #FF851B;
}

.uk-thumbnav>*>::after {
	background: rgba(255, 255, 255, .08);
}

.uk-card-primary {
/*	background: #1e87f0;
	color: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,.08);*/
}

html {
	background: #e3e3e3;
}

#site-head {
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background-color: white;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

#site-foot {
	position: fixed;
	z-index: 3;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 0.8rem;
}

.uk-section-xsmall {
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}

.uk-logo img {
	width: 50px;
}

.spacer {
	height: 60px;
}

.jmedtz {
	/*	border-top: 21px solid;*/
	position: relative;
	/*	transition: box-shadow 0.15s ease-out;*/
	border-radius: 0px;
}

.jmedtz:hover {
	box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.086);
}

.jmedtz .uk-inline {
	z-index: 99;
}

.jmedtz .uk-card-footer {
	padding: 0.55rem 1rem;
}

.jmedtz .uk-card-header {
	padding: 0.55rem 1rem;
}

.jmedtz .cat-txt {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.01em;
}

.zrltlcd li a {
	border-radius: 0px;
}

.zrltlcd li.uk-active:nth-child(3) a {
	background-color: #8630F0;
}

.zrltlcd li.uk-active:nth-child(4) a {
	background-color: #F03A7F;
}

.zrltlcd li.uk-active:nth-child(5) a {
	background-color: #E84DF0;
}

.jmedtz .uk-overlay-primary {
	padding: 0.5rem;
	text-align: center;
	font-size: 0.7rem;
	text-transform: uppercase;
	opacity: 0.7;
}

img[data-src][src*='data:image'] {
	background: rgba(0, 0, 0, 0.1);
}

.search-fld {
	border-radius: 50px;
	padding: 0 1rem;
}

.uk-dropdown.drop-nav {
	border-radius: 4px;
	box-shadow: 0 2px 24px rgba(0, 0, 0, .1);
	width: 300px;
}

.uk-dropdown.drop-comments {
	width: 370px;
}

.drop-nav::after {
	/*	bottom: 100%;
	right: 4%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 6px;
	margin-left: -6px;*/
}

.uk-dropdown.uk-dropdown-right-center::after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 6px;
	margin-top: -6px;
}

.uk-dropdown.uk-dropdown-left-center::after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 6px;
	margin-top: -6px;
}

.message {
	font-size: 0.85rem;
	display: block;
	line-height: 1.3rem;
	padding: 0.5rem 0;
}

.uk-card-default {
	background: #efefef;
/*	box-shadow: 0 5px 15px rgba(0,0,0,.4);*/
}

@media (min-width: 1600px) {
	body,
	#site-head {
		margin: 0 90px;
	}
}