/* ----------------------------------------- */
/* Panel */
#main-content .detail-photo {
	width: 100%;
	box-sizing: border-box;
	display: block;
	position: relative;
}
#main-content .detail-photo img {
	width: 100%;
	display: block;
	max-height: 140vw;
	object-fit: contain;
	border: 7px solid #e6e6e6;
	box-sizing: border-box;
	background: #e6e6e6;
}
#main-content .detail-photo span {
	width: 200px;
	height: 47px;
	color: #fba300;
	font: bold 32px 'Open Sans Condensed', 'Arial', Sans-serif;
	line-height: 47px;
	background: transparent url('../images/public/bg-sprites.png') no-repeat -248px 0;
	padding-left: 54px;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}

#main-content .share-url {
	background-color: #f2f2f2;
	padding: 10px;
	display: block;
	margin-bottom: 10px;
}
#main-content .share-url input {
	width: 100%;
	font: normal 12px Arial, sans-serif;
	background: white url('../images/public/icon-anchor.png') no-repeat 9px 50%;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	padding: 9px 10px 9px 36px;
	margin: 0;
	display: block;
}
#main-content .other-photos ul {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
}
#main-content .other-photos li {
	width: 70px;
	height: 70px;
	padding: 0 6px 6px 0;
}
#main-content .other-photos li a,
#main-content .other-photos li img {
	width: 70px;
	height: 70px;
	display: block;	
}
#main-content .main-photos {
	background: white url('../images/public/bg-photos.png') repeat-x;
	border: 1px solid #b4e7fb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 6px 3px;
}
#main-content .main-photos ul {
	list-style: none;
	display: flex;
	max-width: 100%;
	overflow: hidden;
}
#main-content .main-photos li a {
	width: 105px;
	height: 105px;
	padding: 8px 7px 8px 8px;
}
#main-content .main-photos li .label {
	color: #037dbb;
	font-family: 'Grand Hotel', Arial, Sans-serif;
	font-weight: 500;
	font-size: 2em;
	line-height: 1em;
	padding: 0px 7px 0px 8px;
}

#main-content .main-photos li .label em {
	color: #fba300;
	font-style: normal;
}

#main-content .main-photos li a,
#main-content .main-photos li img {
	width: 105px;
	height: 105px;
	display: block;	
}

#main-content .logos {
	max-width: 100%;
	width: 994px;
	margin-bottom: 30px;
}

#main-content .logos h3 {
	color: #005db5;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 10px 10px;
}
#main-content .logos ul {
	list-style: none;
	display: flex;
	max-width: 100%;
	width: 940px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
#main-content .logos li {
	padding: 10px;
}
#main-content .logos img {
	max-width: 200px;
	max-height: 150px;
	margin: 0 auto;
	display: block;
}

#detail {
	padding: 0 10px 20px;
	display: flex;
	gap: 16px;
}

#detail .mobile {
	display: none;
}

#detail .desktop {
	display: block;
}

#detail .col {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 16px;
}

#detail h2 {
	color: black;
	font: bold 34px Arial, sans-serif;
}
#detail h3 {
	color: #0069d2;
	font: normal 16px Arial, sans-serif;
	padding: 15px 0;
}
#detail h3 span {
	color: #ccc;
	font-size: 14px;
	padding: 0 15px;
}
#detail p {
	padding: 17px 0;
}
#detail p a {
	font-weight: bold;
	text-decoration: none;
}
#detail p a:hover {
	text-decoration: underline;
}
#detail .detail-info ul {
	list-style: none;
	padding: 2px 0;
}
#detail .detail-info li {
	font-size: 16px;
	line-height: 24px;
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}
#detail .detail-info label {
	color: #595959;
	width: 75px;
	min-width: 75px;
	display: inline-block;
}
#detail .detail-banner {
	color: #4d4d4d;
	background-color: #fbe800;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-top: 14px;
}
#detail .detail-banner p {
	text-align: center;
	padding: 10px 20px;
	margin: 0;
}
#detail .detail-banner a {
	color: black;
	font-size: 16px;
	line-height: 1.25em;
	text-decoration: none;
	padding: 0;
	display: block;
}
#detail .detail-banner a:hover {
	text-decoration: none;	
}
#detail .detail-votes {
	color: #4d4d4d;
	background: white url('../images/public/bg-detail.png') repeat-x 0 100%;
	border: 1px solid #d9d9d9;
	display: flex;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	justify-content: space-around;
	text-align: center;
	align-items: center;
}

#detail .detail-votes span {
	padding: 0 10px;
}

#detail .detail-votes .votes {
	font-size: 16px;
	line-height: 2em;
	background: transparent url('../images/public/icon-heart.png') no-repeat 0 50%;
	padding: 0;
	padding-left: 46px;
	display: flex;
	margin: 20px;
}
#detail .detail-votes .position {
	font-size: 16px;
	line-height: 2em;
	background: transparent url('../images/public/icon-crown.png') no-repeat 0 50%;
	padding: 0;
	padding-left: 46px;
	display: flex;
	margin: 20px;
}
#detail .detail-votes .votes strong,
#detail .detail-votes .position strong {
	color: black;
	font-size: 24px;
	vertical-align: middle;
	padding-left: 12px;
	padding-right: 12px;
	position: relative;
	bottom: 2px;
}
#detail dl {
	background-color: #f2f2f2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 0 25px;
}
#detail dt {
	color: #006ece;
	font: bold 18px 'Open Sans Condensed', 'Arial', Sans-serif;
	line-height: 22px;
	padding: 19px 26px 10px;
	display: block;
}
#detail dd {
	line-height: 18px;
	padding: 1px 28px;
}
#detail .vote-for {
	position: relative;
}
#detail .vote-for .loading {
	width: 100%;
	height: 100%;
	background: transparent url('../images/public/white.png');
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 10;
}
#detail .vote-for .loading div {
	width: 100%;
	height: 100%;
	background: transparent url('../images/public/fb-loading.gif') no-repeat 50% 50%;
}
#detail .vote-for .fb-like {
	width: 300px;
}
#detail .vote-for .fb-like strong {
	height: 16px;
	color: #cb4f4a;
	line-height: 16px;
	display: block;
}

#detail .vote-for .vote {
	color: black;
	font: bold 35px 'Open Sans Condensed', 'Arial', Sans-serif;
	letter-spacing: -1px;
	line-height: 1.75em;
	text-decoration: none;
	text-shadow: 1px 1px 0 #f9e3ac;
	background: #f2bd0d url('../images/public/bg-button-large.png') repeat-x 0 50%;
	-webkit-box-shadow: inset 0 1px 0 white;
	-moz-box-shadow: inset 0 1px 0 white;
	box-shadow: inset 0 1px 0 white;
	border: 1px solid #e89718;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 0 30px;
	display: inline-block;
}
#detail .vote-for .next-vote {
	display: inline-block;
}
#detail .vote-for .next-vote strong {
	height: 16px;
	color: black;
	line-height: 16px;
	text-align: left;
	display: block;	
}

#detail .vote-for .send {
	width: 184px;
	height: 44px;
	background: transparent url('../images/public/bg-sprites.png') no-repeat -112px -142px;
	display: block;
	margin: 20px;
}
#detail .vote-for .send span {
	display: none;
}
.detail-navigation {
	margin: 20px auto;
	padding: 30px 0;
	display: flex;
	max-width: 100%;
	justify-content: center;
	border-top: 1px solid #d9d9d9;
}
.detail-navigation a {
	height: 44px;
	background: transparent url('../images/public/bg-sprites.png') no-repeat -112px -142px;
	display: block;
}
.detail-navigation a span {
	display: none;
}
.detail-navigation a.prev {
	width: 146px;
	background-position: 0 -98px;
	margin-right: 6px;
}
.detail-navigation a.prev.disabled {
	background-position: -292px -98px;
}
.detail-navigation a.back {
	width: 112px;
	background-position: 0 -142px;
}
.detail-navigation a.next {
	width: 146px;
	background-position: -146px -98px;
	margin-left: 6px;
}
.detail-navigation a.next.disabled {
	background-position: -438px -98px;	
}



/* ----------------------------------------- */
/* Popup */
.popup h2 span {
	color: #adadad;
	font-size: 18px;
}
.popup .other-likes {
	width: 300px;
	margin: 0 auto;
}
.popup-message {
	width: 330px;
	background: #003071 url('../images/public/bg-message.png') repeat-x 0 0;
	padding: 16px 20px;
}
.popup-message h2 {
	color: #1ab5f2;
}
.popup-message p {
	padding: 0;
}
.popup-message textarea {
	width: 304px;
	max-width: 304px;
	height: 168px;
	max-height: 168px;
	font: normal 12px Arial, Sans-serif;
	line-height: 17px;
	background-color: white;
	outline: none;
	border: 1px solid #0a86d8;
	padding: 10px 12px;
	margin: 0;
	display: block;
}
.popup-message table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
.popup-message table td {
	padding: 0;
}
.popup-message table td.message-to {
	text-align: left;
}
.popup-message table td.message-length {
	text-align: right;
}
.popup-message label {
	color: white;
	padding: 8px 0 14px;
	display: block;
}
.popup-message label span {
	color: #fee106;
	font-weight: bold;
}
.popup-vip ul,
.popup-vip ol {
	list-style: none;
	line-height: 21px;
	padding: 5px 5px 15px;
}
.popup-vip ul li {
	color: #333;
	background: transparent url('../images/public/icon-star.png') no-repeat 0 6px;
	padding: 1px 22px 2px;
}
.popup-vip ol li {
	color: #333;
	background: transparent url('../images/public/icon-li.png') no-repeat 0 7px;
	padding: 1px 22px 2px;
}
.popup-vip ul li strong {
	color: black;
}
.popup-vip ol li a {
	font-weight: bold;
	margin-right: 4px;
}
.popup-vip ol li strong {
	color: black;
	margin-left: 4px;
}
.popup-vip p {
	text-align: right;
	padding: 0;
}
.popup-vip p.info-a {
	color: #ee0040;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
.popup-vip p.info-b {
	color: #666;
	font-size: 11px;
	text-align: left;
	position: relative;
	bottom: 15px;
}
.popup input.button {
	color: white;
	height: 40px;
	overflow: visible;
	font: normal 18px 'Arial', Sans-serif;
	line-height: 38px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #012a49;
	background: #0881d6 url('../images/public/bg-button-blue-small.png') repeat-x 0 50%;
	border: 1px solid #139fe6;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 0 36px 2px;
	margin: 17px auto 11px;
	display: block;
	cursor: pointer;
}
#popups .popup
{
	display: none;
}



/* ----------------------------------------- */
/* Komentáře */
#fb-comments {
	width: 500px;
	padding: 21px 0 11px;
	margin: 0 auto;
}