#header .logo span 
{
	background: url("../images/logo_svk.png") no-repeat scroll 0 0 transparent;
}

#header ul.menu li.kniznica a  {
    background: url("/images/du_nadpis_h_svk.png") no-repeat scroll 3px 8px / 166px auto #231F20;
    border-right: 1px solid #fff;
    color: #ffffff;
    display: block;
    float: left;
    height: 41px;
    line-height: 46px;
    margin-top: 3px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-indent: -40061px;
    text-overflow: unset;
    width: 133px;
	box-sizing: content-box;
}
#header ul.menu li.kniznica a.active, #header ul.menu li.kniznica a:hover
{
 background: url("/images/du_nadpis_svk.png") no-repeat scroll 3px 8px / 166px auto #fff;
}

.active_vlajka{
	-moz-box-shadow: 0px 0px 3px 3px red;
    -webkit-box-shadow: 0px 0px 3px 3px red;
    box-shadow: 0px 0px 3px 3px red;
}
.zobrazit-gallery{
	display: flex;
}
.img-mosaic{
	width: 40%;
}
.kronika-images{
	display: flex;
	flex-wrap: wrap;
}
.imgwrap{
	/*display: none;*/
	max-height: 72px;
}
.imgwrap img {
	display: block;
	width: 100%;
	max-width: 70px; /*actual image width*/
	height: auto; /* maintain aspect ratio*/
	margin: auto; /*optional centering of image*/
	cursor: pointer;
}
.videowrap{
	display: block;
	width: 100%;
	max-width: 110px; /*actual image width*/
	height: auto; /* maintain aspect ratio*/
	/*margin: auto; /*optional centering of image*/
	cursor: pointer;
	padding: 2px;
}
.nadpis-kronika{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.popis-kronika{
	margin-bottom: 10px;
	margin-left: 7px;
}
#loadMore{
	vertical-align: middle;
	border: 1px dashed #BBBBBB;
	width: 70px;
	height: 56px;
	font-size: 60px !important;
	text-align: center !important;
	line-height: 46px;
	cursor: pointer;
	position: relative !important;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
	display: none;
}

.addReadMore.showmorecontent .readMore {
	display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
	font-weight: bold;
	margin-left: 2px;
	color: blue;
	cursor: pointer;
	position: relative !important;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
	display: block;
}
.SecSec{
	position: relative !important;
	color: #444 !important;
}

@media screen and (max-width: 850px) {
	#header .logo span {
			background: url("../images/logo_svk.png");
			background-repeat: no-repeat;
			background-size:225px auto;
			background-position:0 17px;
	}	
}
@media screen and (max-width: 690px) {
	#header .logo span {
			background: url("../gui/bk_male.png");
			background-repeat: no-repeat;
			background-size:88px auto;
			background-position:10px 20px;
		}
}
@media screen and (max-width: 580px) {
		#header .logo span {
			background:none;
		}
}
@media screen and (max-width: 480px) {
		#header .logo span {
			background: url("../images/logo_svk.png");
			background-repeat: no-repeat;
			background-size:169px auto;
			background-position:0 0;
			display:block;
		}
		#header .logo span {		
			height: 65px;
		}
		#header .logo span {
			width: auto;
		}
}
