.body-color-photo #pageLayout {
	background: transparent;
}

.photo-wrap #image-wrap
{
	text-align: center;
}

.photo-wrap #image-left-arrow, #image-right-arrow
{
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
	z-index: 2;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.photo-wrap #image-left-arrow
{
	left: 0;
}

.photo-wrap #image-right-arrow
{
	right: 0;
}

.photo-wrap #image-left-arrow img
{
	position: absolute;
	left: 8%;
	top: 250px;
    margin-top: -20px;
    margin-left: 13px;
}

.photo-wrap #image-right-arrow img
{
	position: absolute;
	right: 8%;
	top: 250px;
    margin-top: -20px;
    margin-right: 13px;
}

.photo-wrap #image-zoom-in, #image-zoom-out
{
	position: absolute;
    margin-right: 16px;
	right: 3%;
	top: 21px;
	z-index: 3;
}

.photo-wrap #image
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	/*max-width: 700px;*/
	/*width: 100%;*/
	width: 700px;
	min-height: 290px;
}

.photo-wrap #image a
{
	outline: 0;
}

.photo-wrap #image #photo-image
{
	display: block;
	margin: 0 auto 28px auto;
	/*width: 640px;*/
	max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    z-index: -5;
	transition: 0.3s width, 0.3s height, 0.3s aspect-ratio; /* Minimalizuje CLS impact fraction (animovaný přechod je z pohledu CLS lepší než skok) */
}

@media (prefers-reduced-motion)  {
	.photo-wrap #image #photo-image {
		transition: none;
	}
}

.photo-wrap #image #loader
{
	visibility: hidden;
	height: 14px;
	margin: 7px auto;
	width: 123px;
	display: block;
}

.photo-wrap #image-likebox
{
	width: 50%;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}

.photo-wrap #image-desc
{
	position: relative;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin: 28px 0 28px 0;
	/*max-width: 300px;*/
	/*width: 100%;*/
	width: 300px;
}

.photo-wrap #image-desc #image-name-container
{
	min-height: 25.2px;
	min-width: 1px;
}

.photo-wrap #image-desc h1
{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;
}

.photo-wrap #image-desc ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.photo-wrap #image-desc ul li
{
	margin: 3px 0;
}

.photo-wrap #image-desc ul li img
{
	vertical-align: middle;
	margin: 0 7px;
	width: 16px;
	height: 16px;
}

.photo-wrap #image-desc span
{
	display: inline-block;
	vertical-align: top;
	max-width: 85%;
}

.photo-wrap #image-disc
{
	margin: 14px auto 0 auto;
	color: #262727;
	background: #f3f5f6;
	height: 250px;
	padding: 5px;
}

.photo-wrap #image-likebox
{
	text-align: left;
	margin: 14px 0 0 0;
}

.photo-wrap #map-wrap
{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.photo-wrap #map-map
{
	width: 100%;
	height: 560px;
	padding: 0;
}

.photo-wrap #map-control-1
{
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -72px;
	z-index: 3;
	color: white;
}

.photo-wrap #map-control-2
{
	position: absolute;
	left: 35%;
	top: 0;
	margin-left: -75px;
	z-index: 3;
	color: white;
}

.photo-wrap #map-control-tomap
{
	position: absolute;
	top: -64px;
	left: 0;
}

.photo-wrap #map-control-tophoto
{
	position: absolute;
	top: -7px;
	left: 0;
}

.photo-wrap #map-control-topos
{
	position: absolute;
	top: 44px;
	left: 0;
}

#content-wrap {
	margin-top: 0;
}

#image-url {
	cursor: pointer;
}

#image-url-share {
	margin: 10px;
	padding: 10px;
	background: #161717;
	border: 1px solid #565757;
	position: relative;
	border-radius: 5px;
	display: none;
}

#image-url-share .image-url-share-close {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #aaa;
	cursor: pointer;
}

#image-url-share input {
	width: calc(100% - 5px);
}

#image-url-share:after, #image-url-share:before {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#image-url-share:after {
	border-color: rgba(22, 23, 23, 0);
	border-bottom-color: #161717;
	border-width: 5px;
	margin-left: -5px;
}

#image-url-share:before {
	border-color: rgba(86, 87, 57, 0);
	border-bottom-color: #565757;
	border-width: 7px;
	margin-left: -7px;
}

#image-url-share .image-url-share-header {
	font-size: 12px;
}
.image-back
{
	display: block;
	color: black !important;
	background: white;
	margin: 30px auto;
	width: 150px;
	text-align: center;
	padding: 10px;
	border-radius: 4px;
}

.image-back:hover
{
	background: rgba(255, 255, 255, 0.8);
	text-decoration: none !important;
}

#related-accommodation
{
	display: block;
	color: black !important;
	background: white;
	margin: 30px auto;
	text-align: center;
	padding: 10px;
	border-radius: 4px;
}

#related-accommodation:hover
{
	background: rgba(255, 255, 255, 0.8);
	text-decoration: none !important;
}

@media screen and (max-width: 1030px) {

.photo-wrap #image-desc
{
	margin: 0px 0 28px 0;
}

.photo-wrap #image
{
	max-width: 700px;
	width: 100%;
}

.photo-wrap #image-desc
{
	width: 330px;
}

.photo-wrap #map-control-2 {
    left: 50%;
}

}

@media screen and (max-width: 400px) {

.photo-wrap #image-desc
{
	max-width: 300px;
	width: 100%;
}

}

#map-map .print img {
    width: 93px;
    height: 28px;
}