i.fa {
	font-style: normal;
}

.box-light {
    text-align: center;
}

.v-post-date {
	font-size: 0.8rem;
	font-style: italic
}

.rd-navbar-thin.rd-navbar-static {
    background-color: rgba(0,0,0,0);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgba(0, 0, 0, 0.8)),
	color-stop(0.5, rgba(0, 0, 0, 0.5)),
	color-stop(1, rgba(0, 0, 0, 0))
	);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0.5, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
	border: none;
}

.rd-navbar-thin.rd-navbar-static .rd-navbar-main {
    padding: 23px 0 0 0;
}

.rd-navbar-thin.rd-navbar-static .rd-navbar-brand {
    position: relative;
	top: -20px;
}

.rd-navbar-thin.rd-navbar-static .rd-navbar-brand img {
    max-width: 200px;
    max-height: 25px;
}

.rd-navbar-thin.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-thin.rd-navbar-static.rd-navbar--is-clone {
     background-color: green;
	 background-image: none;
}

.rd-navbar-nav-wrap ul, .rd-navbar-nav-wrap ol, footer ul, footer ol {
    background-color: green;
    padding: 20px 50px;
}

.rd-navbar-thin.rd-navbar-static .rd-navbar-nav-wrap {
    background: transparent;
}

.rd-navbar-thin.rd-navbar-static .rd-navbar-popup-toggle {
    background: transparent;
}

.text-shadow {
    text-shadow: 0 5px 8px rgb(0 0 0 / 40%);
}



.udalosie {
	background: rgba(255,255,255,0.6);
    padding: 10px 30px;
    border-radius: 10px;
    color: black;
    font-size: 1.2rem;
}

.invalid-feedback {
	background: rgba(255,255,255,0.6);
    padding: 2px;
    border-radius: 10px;
}