/* uvod */
#items .block {
width: 49%;
display: inline-block; }

#links .block {
width: 16.66666%; }

#about .half {
display: inline-block; }

#about .half:first-child {
width: 70%; }

#about .half:nth-child(2) {
position: relative;
width: 25%; }

#about .page .half:nth-child(2) img {
float: right;
margin: -60px 20px 0 0;
max-width: 90%; }

#links .block i {
font-size: 2.5em; }

.article_img {
float: left;
width: 25%;
height: 6em;
margin: 0 1em 1em 0;
overflow: hidden; }

.article img {
min-height: 100%;
min-width: 100%;
width: auto;
height: auto;
max-width: none;
max-height: none;
display: block;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }

/* footer */
#footer .block {
padding-bottom: 1em;
float: left;
display: inline-block;
width: 50%; }

#footer .block:nth-child(2), #footer .block:nth-child(4) {
border-left: 1px solid #828283;
text-align: right; }

.nomobile {
display: inline-block; }


label {
width: 150px; }

/* clanky */
.clanek_obr {
height: 7em !important;
max-width: 25%;
width: 25%;
position: relative;
margin-right: 1em;
overflow: hidden;
display: block;
float: left; }