.dropdown-inside ul li{padding:0;}

.aw-filter{
	height:40px;
}

.aw-filter select{
	padding:10px;
	font-size:14px;
	width:148px;
}

.artworks .header{
	margin-top:10px;
	border-bottom:2px solid #d6d6d6;
}

.artworks .aci-box{
	box-sizing:border-box;
	display:inline-block;
	width:31%;
	vertical-align:top;
	margin-top:30px;
	margin-left:2%;
	background:#ffffff;
}

.artworks .aci-box a{
	display:inline-block;
	width:100%;
	height:250px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
}

.artworks .aci-box a .art-title{
	box-sizing:border-box;
	height:50px;
	margin-top:200px;
	background-color:#242424;
	padding:16px 20px;
	color:#ffffff;
	font-size:12px;
	line-height:1.5;
	overflow-y:hidden;
}

.art-title div{
	height:20px;
	overflow:hidden;
}

.pagination{
	text-align:center;
}

.aci-aw-pagi{
	display:inline-block;
	padding:8px;
	margin:2px;
	border:1px solid #242424;
	color:#242424;
	font-weight:bold;
}

.aci-aw-pagi-active{
	color:#bc0c37;
	border:1px solid #bc0c37;
}

.annotation h3{
	font-weight:bold;
}

.gallery{
	position:relative;
}

.gallery .aci-box{
	display:inline-block;
	width:24%;
	margin-right:1%;
	margin-bottom:10px;
	height:160px;
	vertical-align:top;
	background-color:#ffffff;
	text-align:center;
	cursor:pointer;
}

.gallery .aci-box img{
	max-width:100%;
	max-height:100%;
}

.aci-lightbox{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background:rgba(0,0,0,0.5);
    z-index: 9;
    text-align:center;
}

.aci-lightbox, .aci-lightbox *{
	-webkit-touch-callout: none; 
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.aci-lightbox .aci-la{
	display:inline-block;
	width:15%;
	height:100vh;
	background:linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1));
	float:left;
	font-size:40px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding-top:48vh;
	text-shadow:0 0 5px #aaaaaa;
}

.aci-lightbox .aci-la:hover{
	cursor:pointer;
}

.aci-lightbox .aci-ra{
	display:inline-block;
	width:15%;
	height:100vh;
	background:linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));
	float:right;
	font-size:40px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding-top:48vh;
	text-shadow:0 0 5px #aaaaaa;
}


.aci-lightbox .aci-ra:hover{
	cursor:pointer;
}

.aci-lightbox img{
	max-width: 70%;
	max-height:80%;
    margin-top:10vh;
}

.team .aci-box, .authors .aci-box{
	display:inline-block;
	width:24%;
	margin-right:1%;
	margin-bottom:10px;
	height:200px;
	vertical-align:top;
	text-align:center;
	cursor:pointer;
}

.team .aci-box img, .authors .aci-box img{
	text-align:center;
	display:inline-block;
	max-width:100%;
	max-height:80%;
}

.front-image{
	float:left;
	max-width:50%;
	max-height:400px;
}

.menu ul{
	background-color:rgba(242,242,242,0.7);
	overflow:visible!important;
}

.menu ul li ul{
	display:none;
}

@media (min-width:700px){
	.menu ul li ul{
		position:absolute;
		left:90%;
		top:0;
	}
	.menu ul li:hover > ul {
		height:auto;
		display:block;
	}
}

.menu ul ul ul ul{
	display:none;
}

.right-content .event p a {
    position: initial;
    display:block;
}

.right-content .event:after {
	display:none;
}

.right-content .event p a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 3px);
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(61%, rgba(255, 255, 255, 0)), color-stop(63%, rgba(243, 243, 243, 0)), color-stop(100%, rgba(19, 19, 19, 0.87)));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(61%, rgba(255, 255, 255, 0)), color-stop(63%, rgba(243, 243, 243, 0)), to(rgba(19, 19, 19, 0.87)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 61%, rgba(243, 243, 243, 0) 63%, rgba(19, 19, 19, 0.87) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#131313', GradientType=0);
}

.ngg-galleryoverview.ngg-ajax-pagination-none .slideshowlink {
	display: none;
}

.bg-divadelni-fakulta{
	background: #ff0098;
}

.bg-hudebni-fakulta{
	background: #6300ff;
}

.bg-jamu-fakulta{
	background: #000000;
}

.directory-list .folder::before{
	font-family: "Font Awesome 5 Pro"; font-weight: 900; content: "\f07b";
	padding-right: 5px;
}
.directory-list li {
	list-style: none;
}

div#flowpaper-logo-bottom {
	display: none !important;
}