.fotogalerie-mista table {
	text-align: center;
	vertical-align: top;
	width: 32%;
	min-width: 200px;
	display: inline-table;
	margin: 0 auto 10px;
}

@media screen and (max-width: 720px) {

.fotogalerie-mista table {
	width: 49%;
	}

}

@media screen and (max-width: 500px) {

.fotogalerie-mista table {
	width: 100%;
	}
}

/* ------------------------------------------------------------------------ */

.cyklotrasy {
	width: 100%;
	max-width: 800px;
	display: table;
	margin: 10px auto;
	background: #f0f0f0;
	padding: 5px;
	box-sizing: border-box;
}

.cyklotrasy .cyklotrasy-td {
	 display: table-cell;
	 vertical-align: top;
	 padding-right: 10px;
	 text-align: left;
 }

.cyklotrasy .cyklotrasy-td:last-of-type {
	width: 100%;
}

.cyklotrasy .nadpis {
	font-weight: 700;
	display: block;
}

.cyklotrasy .popis {
	display: block;
}

.cyklotrasy .popis:hover {
	text-decoration: none;
}
.cyklotrasy .paticka {
	padding-top: 5px;
}

.cyklotrasy .paticka span {
	padding-right: 10px;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}

.cyklotrasy .paticka span img {
	width: 16px;
	height: 16px;
	vertical-align: text-top;
	padding: 0 3px;
}

.cyklotrasy .cyklotrasy-td:first-of-type img {
	border: 1px solid black;
	display: block;
	margin: 0 auto;
}

.row {
	border-bottom-width: 0;
}

.places {
	display: table;
	text-align: left;
	margin: 0 auto 30px;
	width: 100%;
}

.places .place-td {
	width: 50%;
	display: table-cell;
	vertical-align: top;
}

.places a {
	margin: 5px 2px;
	display: inline-block;
}

.place-row {
	display: table;
	width: 100%;
	/*max-width: 350px;*/
	table-layout: fixed;
	margin: 5px auto;
	border-spacing: 0;
	background: #f0f0f0;
	vertical-align: bottom;
	min-height: 33px;	
}

.place-row img {
	width: 18px;
	height: 18px;
	border: 0;
	/*vertical-align: middle;*/
	margin: 2px 0;
}

.place-text {
	margin-top: 15px;
	background: none;
}

.place-row .distance,
.place-row a {
	display: table-cell;
	/*height: 30px;*/
	vertical-align: top;
	padding: 7px 0 2px;
}

.place-row .distance {
	font-weight: 700;
	font-size: 13px;
	padding-left: 5px;
	width: 45px;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
	padding-top: 8px;
}

.place-row a:nth-child(2){
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#dokument .place-row a:hover {
	background: #edeff4;
}

.place-row a:first-of-type {
	padding-left: 7px;
	/*width: 100%;*/
}

.place-row a + a {
	width: 30px;
	text-align: center;
	padding: 6px 0 1px;
}


@media screen and (min-width: 791px) {
	.places {
		border-collapse: separate;
		border-spacing: 10px 0;
		max-width: 820px;
	}

}

@media screen and (max-width: 790px) {

	.places {
		margin: 0 auto 40px;
	}

	.places .place-td {
		width: 100%;
		/*min-width: 290px;*/
		display: block;
	}

	.place-row {
		width: 100%;
	}

	.place-row-no {
		display: none;
	}

}

@media screen and (max-width: 500px) {

	.cyklotrasy .cyklotrasy-td {
		display: block;
		text-align: center;
	}

	.cyklotrasy .cyklotrasy-td .popis,
	.cyklotrasy .cyklotrasy-td .paticka,
	.cyklotrasy .cyklotrasy-td .nadpis {
		padding-top: 10px;
	}

	.cyklotrasy .cyklotrasy-td {
		padding-right: 0;
	}

	.cyklotrasy {
		padding: 15px 5px;
	}

}

.button {
	box-sizing: border-box;
	height: 36px;
	display: block;
	width: 220px;
	margin: 10px auto;
	text-align: center;
	font: 300 14px/36px 'Open Sans', 'Verdana CE', Verdana, 'Arial CE', Arial, 'Helvetica CE', Helvetica;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	overflow: hidden;
	color: white;
}

.row .button {
	margin-top: 40px;
	width: 260px;
}

.row .button:hover {
	text-decoration: none;
}