/* ----------------------------------------- */
/* Tělo */
body {
	color: black;
    font: normal 12px Arial, Sans-serif;
    line-height: 16px;
	background-color: white;
}



/* ----------------------------------------- */
/* Odkazy */
a {
	color: #0072aa;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input.button {
	border: 0px;
}



/* ----------------------------------------- */
/* Float clear */
.clear {
	clear: both;
}



/* ----------------------------------------- */
/* Statusy */
.message {
	width: 1000px;
	font: normal 16px Arial, Sans-serif;
	line-height: 22px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 36px auto 0;
}
.message a {
	text-decoration: none;
	padding: 14px 20px;
	display: block;	
}
.message.success {
	color: #006ece;
	background-color: #d9eef9;	
}
.message.success a {
	color: #006ece;	
}
.message.error {
	color: #bc3a5d;
	background-color: #fecaca;
}
.message.error a {
	color: #bc3a5d;	
}

/* ----------------------------------------- */
/* Hlavička */
header {
	width: 100%;
}
header.small {
	background: transparent url('../images/public/bg-header-small.png') repeat-x 50% 100%;
	padding-bottom: 2px;
}

#promo {
	max-width: 100%;
	width: 994px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: end;
	margin: 0 auto;
}

header.small .promo-text p {
	display: none;
}

header.small .promo-motto {
	width: 650px;
	max-width: 100%;
}

.promo-motto {
	line-height: 1.7em;
	font-size: clamp(12px, 3vw, 21px);
	color: #99def8;
	font-weight: bold;
	font-family: 'Open Sans Condensed', 'Arial', Sans-serif;
	display: flex;
	align-items: self-end;
	justify-content: end;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	box-sizing: border-box;
}

.promo-motto .label {
	font-family: 'Grand Hotel', Arial, Sans-serif;
	color: white;
	font-weight: 500;
	font-size: 1.7em;
	margin-right: 0.3em;
}

.promo-motto div {
	white-space: nowrap;
}

.promo-motto .label:last-child {
	margin-right: 0;
}

.promo-motto .label em {
	color: #fef127;
	font-style: normal;
}

header.large {
	background: #006fcf url('../images/public/bg-header-large.png') repeat-x 50% 100%;
	padding-bottom: 22px;
}

header.small .promo-text {
	max-width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

header.large .promo-text {
	width: 970px;
	margin: 14px auto 0;
	max-width: 100%;
	display: flex;
	align-items: center;
}
header.large p {
	color: #fef200;
	font: normal 61px 'Grand Hotel', 'Arial', Sans-serif;
	line-height: 74px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	padding: 0;
	position: relative;
}
header.large p span {
	color: white;
}

header.large .promo-text p {
	width: 55%;
}

header.large .promo-text span {
	position: relative;
	z-index: 100;
}

header.large .promo-text span.promo-crown {
	background: transparent url('../images/public/bg-promo-crown.png') no-repeat;
	width: 34px;
	height: 38px;
	position: absolute;
	top: -16px;
	left: -6px;
	z-index: 50;
}

header.large .promo-delimiter {
	background: transparent url(../images/public/bg-promo-delimiter.png) no-repeat center;
	width: 50px;
	height: 122px;
}

header.large .promo-motto {
	background-size: contain;
	flex-direction: column;
	font-size: clamp(12px, 4vw, 19px);
	justify-content: center;
}

#main-content {
	width: 1000px;
	padding: 36px 20px 28px;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	transition: opacity 0.3s;
}

.menu-open #main-content {
	opacity: 0.25;
}

/* ----------------------------------------- */
/* Logo */
#logo {
	height: 100px;
	margin: 0 auto;
}
#logo h1 {
	width: 243px;
	height: 167px;
	display: flex;
	flex-direction: column;
	padding: 30px;
	box-sizing: border-box;
	background: transparent url('../images/public/logo-bg.png') no-repeat;
	background-size: contain;
}
#logo a {
	text-align: center;
	text-decoration: none;
	display: block;
}
#logo .title {
	color: #00a5f1;
	font: bold 28px 'Open Sans Condensed', 'Arial', Sans-serif;
	line-height: 32px;
	padding: 10px;
	display: block;
}

#logo h1 .center-piece {
	background: transparent url('../images/public/crown-light.png') no-repeat center;
	background-size: contain;
	width: 60px;
	height: 60px;
	display: block;
	margin: auto;
}



/* ----------------------------------------- */
/* Navigace */
#navigation {
	width: 100%;
	background-color: transparent;
	background-image: url('../images/public/bg-nav.png'), url('../images/public/bg-nav.png');
	background-repeat: repeat-x, repeat-x;
	background-position: 50% 100%, 50% 0%;
}
.missvste #navigation {
	background-image: url('../images/public/bg-nav-red.png'), url('../images/public/bg-nav-red.png');
}

#navigation > .container {
	margin: 0 auto;
	width: 988px;
	max-width: 95%;
	display: flex;
}

#navigation nav {
	width: 743px;
	font: bold 18px 'Open Sans Condensed', 'Arial', Sans-serif;
	line-height: 32px;
	text-align: left;
	margin: 0 auto 10px;
}
#navigation ul {
	list-style: none;
	padding-top: 11px;
	text-align: left;
}
#navigation li {
	padding-left: 15px;
	display: inline;
}
#navigation li a {
	color: #0069d2;
	font-size: 17px;
	text-decoration: none;
	white-space: nowrap;
}
.missvste #navigation li a {
	color: rgb(153, 51, 51);
}
#navigation li a.current,
#navigation li a:hover {
	color: black;
}



/* ----------------------------------------- */
/* Patička */
footer {
	width: 988px;
	border-top: 1px solid #d9d9d9;
	padding-bottom: 30px;
	margin: 0 auto;
}
footer p {
	color: #666;
	line-height: 16px;
	padding: 10px 5px;
}
footer p.text {
	float: left;
}
footer p.links {
	float: right;
	text-align: right;
}
footer p.links a {
	color: #666;
	text-decoration: none;
}
footer p.links a:hover {
	text-decoration: underline;
}
footer p.links span {
	padding: 0 7px;
}



/* ----------------------------------------- */
/* Bannery */
#ads {
	width: 912px;
	height: 117px;
	margin: 35px auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#ads a {
	width: 912px;
	height: 117px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
#ads div {
	width: 912px;
	height: 117px;
	position: relative;
	z-index: 1;
}
#ads div img {
	width: 912px;
	height: 117px;
	display: block;	
}



/* ----------------------------------------- */
/* Facebook */
#facebook {
	width: 922px;
	height: 232px;
	overflow: hidden;
	margin: 8px auto 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#facebook span {
	margin-top: -1px;
	margin-left: -1px;
}



/* ----------------------------------------- */
#profile-list {
	background-color: #cce9f7;
	margin-top: 21px;
}
#profile-list .content {
	width: 994px;
	padding-bottom: 24px;
	margin: 0 auto;
	position: relative;
}
#profile-list h2 {
	color: #2167ca;
	margin-bottom: 0;
	display: block;
	position: relative;
	font-size: 2.5em;
	bottom: 1.35em;
	line-height: 2.5em;
	padding-left: 0.25em;
	font-family: 'Grand Hotel', Arial, Sans-serif;
	font-weight: 500;
}

/*#profile-list a.all-miss {
	width: 172px;
	height: 44px;
	background: transparent url('../images/public/bg-sprites.png') no-repeat -296px -142px;
	display: block;
	position: absolute;
	right: 5px;
}*/
#profile-list a.all-miss {
	height: 40px;
	color: black;
	font: bold 20px 'Open Sans Condensed', 'Arial', Sans-serif;
	line-height: 40px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #f9e3ac;
	background: white url('../images/public/bg-button-small.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 23px;
	display: inline-block;
	position: absolute;
	right: 5px;
}
#profile-list a.all-miss.top {
	top: -28px;
}
#profile-list a.all-miss.bottom {
	bottom: -23px;
}
/*#profile-list a.all-miss span {
	display: none;
}*/
#profile-list ul {
	list-style: none;
	padding-top: 2px;
}
#profile-list li {
	float: left;
	width: 130px;
	padding: 6px;
}
#profile-list li a {
	width: 130px;
	height: 178px;
	display: block;
	position: relative;
}
#profile-list li img {
	width: 130px;
	height: 145px;
	border: none;
	display: block;
}
#profile-list li span {
	width: 110px;
	color: #99def9;
	font: 600 12px 'Myriad Pro', Arial, Sans-serif;
	line-height: 15px;
	background-color: #031936;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 10px 5px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
#profile-list li a:hover span {
	color: #1f0e2d;
	background-color: #fef200;
}
#profile-list li a span.vip-badge {
	width: 200px;
	height: 26px;
	color: #fba300;
	font: bold 20px 'Open Sans Condensed', 'Arial', Sans-serif;
	line-height: 26px;
	background: transparent url('../images/public/bg-sprites.png') no-repeat -548px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0 0 0 30px;
	display: block;
	position: absolute;
	top: 7px;
	left: 7px;
}
#profile-list li em {
	color: #1f0e2d;
	font: 600 13px 'Myriad Pro', Arial, Sans-serif;
	font-style: normal;
	line-height: 13px;
	background-color: #99def9;
	-webkit-box-shadow: inset 1px 1px 2px 0px #4e717f;
	-moz-box-shadow: inset 1px 1px 2px 0px #4e717f;
	box-shadow: inset 1px 1px 2px 0px #4e717f;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 4px 10px 2px;
	display: inline-block;
	position: absolute;
	top: -15px;
	right: 7px;
}

.phase-registration #profile-list li em {
	display: none;
}

#profile-list li strong {
	color: white;
	font: bold 14px 'Open Sans Condensed', 'Arial', Sans-serif;
	line-height: 16px;
	padding: 2px 0;
	display: block;
}
#profile-list li a:hover strong {
	color: #1f0e2d;
}



/* ----------------------------------------- */
/* Fernet banner */
#fernet_banner {
	width: 170px;
	height: 170px;
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
}
#fernet_banner img {
	width: 170px;
	height: 170px;
	display: block;
}

.popup {
	background: white url('../images/public/bg-detail.png') repeat-x 0 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 16px 20px;
}
.popup p {
	line-height: 21px;
	padding: 8px 0 4px;
}
.popup h2 {
	color: #6d6d6d;
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
	padding-bottom: 6px;
	padding-right: 50px;
}

.input-fields {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: end;
	margin-left: -10px;
	margin-right: -10px;
}

.input-fields .input-field {
	flex: 1;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
}

.input-fields .input-field label {
	font-weight: bold;
	padding: 18px 0 8px;
	display: block;
	cursor: pointer;
	position: relative;
}

.input-fields .input-field input.text, .input-fields .input-field select {
	width: 100%;
	font: normal 14px Arial, Sans-serif;
	line-height: 16px;
	background-color: white;
	-webkit-box-shadow: inset 0 0 8px #666;
	-moz-box-shadow: inset 0 0 8px #666;
	box-shadow: inset 0 0 8px #666;
	outline: none;
	border: none;
	border-radius: 6px;
	padding: 11px 10px;
	margin: 0;
	box-sizing: border-box;
}

.input-fields .input-field textarea {
	height: 58px;
	font: normal 14px Arial, Sans-serif;
	line-height: 16px;
	background-color: white;
	-webkit-box-shadow: inset 0 0 8px #666;
	-moz-box-shadow: inset 0 0 8px #666;
	box-shadow: inset 0 0 8px #666;
	outline: none;
	border: none;
	border-radius: 6px;
	padding: 11px 10px;
	margin: 0;
	box-sizing: border-box;
}

.ajax-form {
	position: relative;
}

.ajax-form.loading {
	pointer-events: none;
}

.ajax-form.loading::after {
	content: '';
	opacity: 0.8;
	position: absolute;
	inset: 0;
	background-color: white;
	background-image: url('../images/public/fb-loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	z-index: 999;
}