body { margin-top: 80px; margin-bottom: 50px; }
.page-header { margin-top: 0; }
#page-front-login { background: url(../images/titulka.jpg) center no-repeat; background-size: cover; height: 100vh; margin: 0 }
.res-active, .res-active:hover { outline: 3px solid #FFD100 !important; z-index: 2; }
.nahradnik { outline: 3px dashed #FF0000 !important; z-index: 1; }

.flash-box { position: fixed; left: 15px; top: 5px; z-index: 1030; }
.flash-box .close { margin-left: 10px; }

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently not supported by any browser */
}

@media (min-width: 767px) and (max-width: 884px) {
	body { margin-top: 130px; }
}

.thumbnail {
	height: 520px;
}
.thumbnail h3 {
	height: 50px;
	overflow: hidden;
}
.thumbnail>img {
	max-height: 300px;
}
.thumbnail .caption p {
	height: 60px;
	overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1200px) {
	.col-md-3 {
		width: 33%;
	}
}
