@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

.nowrap {
	white-space: nowrap !important;
}

.bold {
	font-weight: bold !important;
}

.underline {
	text-decoration: underline !important;
}

.text-center {
	text-align: center !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.font-14 {
	font-size: 14px !important;
}

.display-none {
	display: none !important;
}

html
{
	height: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
body {
	height: 100%;
}
#pageLayout
{
	flex-shrink: 0;
}
}

body
{
	font: normal 100% Verdana, Arial, Helvetica, Sans-serif;
	font-size: 14px; /* 0.875em */
	line-height: 1.4;
	margin: 0;
	min-height: 100%;
	min-width: 100%;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	flex-direction: column;
}

table { font-size: inherit; font-weight: inherit; font-style: inherit; font-variant: inherit; }

#page
{
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#pageLayout
{
	flex-grow: 1;
}

.width-limit
{
	max-width: 1000px;
	width: 94%;
}

.width-limit-100
{
	max-width: 1000px;
	width: 100%;
}

img
{
	border: 0;
}

@media only screen and (max-width: 1000px)
{
	.media-100plus-only
	{
		display: none !important;
	}

	.media-100less-inline
	{
		display: inline !important;
	}
}

@media only screen and (max-width: 800px)
{
	.media-80plus-only
	{
		display: none !important;
	}

	.media-80less-inline
	{
		display: inline !important;
	}
}

@media only screen and (max-width: 600px)
{
	.media-60plus-only
	{
		display: none !important;
	}

	.media-60less-inline
	{
		display: inline !important;
	}
}
@media only screen and (max-width: 540px)
{
	.width-limit
	{
		width: 100%;
		padding-left: 14px;
		padding-right: 14px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

#header-wrap
{
	padding: 2px 0;
}

#header-1000
{
	margin: 0 auto;
}

#header
{
	min-height: 50px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	position: static;
	width: 100%;
	text-align: right;
}

#header img
{
	vertical-align: middle;
}

#header a
{
	text-decoration: none;
	overflow: inherit;
}

#header-left
{
	line-height: 50px;
	margin: auto auto auto 0;
	text-align: left;
	vertical-align: middle;
	float: left;
}

#header-left img
{
	margin-left: 2px;
}

#header-right
{
	margin: auto 0 auto auto;
	min-height: inherit;
	text-align: right;
	vertical-align: middle;
	display: inline-block;
	line-height: 50px;
}

#header-right ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 1px;
	white-space: nowrap;
}

#header-right ul li
{
	display: inline-block;
	margin-left: 14px;
	line-height: 1.4;
}

#header-right ul li a
{
	display: inline-block;
	border-radius: 4px;
}

#header-right ul li img
{
	margin: 0 1px;
}

#header-right .separator
{
	width: 1px;
	padding: 4px 0;
	vertical-align: middle;
}

#header-right .username
{
	max-width: 175px;
	max-height: 2.75em;
	margin: 0 14px 3px 0;
	display: inline-block;
	white-space: normal;
	vertical-align: middle;
	overflow: hidden;
}

#drobky-wrap
{
	padding: 7px 0 4px 0;
}

#drobky
{
	min-height: 20px;
	margin: 0 auto;
	vertical-align: middle;
}

#drobky br {
	display: none;
}

@media only screen and (max-width: 700px)
{
	.hide-on-mobile
	{
		display: none;
	}
}
@media only screen and (min-width: 701px)
{
	.show-on-mobile
	{
		display: none;
	}
}

#content-wrap
{
	margin-top: 30px;
	margin-bottom: 19px;
}

.ga {position: absolute;}

#content
{
	margin: 0 auto;
	padding-bottom: 20px;
}

#message
{
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#yellow-message-box
{
	padding: 15px 60px 15px 15px;
	min-height: 20px;
	font-size: 13px;
	vertical-align: middle;
	background: #fffcd2;
	position: relative;
}

#yellow-message-box .box-icon-hide {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	opacity: .25;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: opacity;
	background: url(/share/img/home/box-icon-close.gif) 15px 15px no-repeat;
}

#footer-advertisement,
#footer-media
{
	margin: 0 auto;
}

.trans-bg
{
	background: white;
    border-top: 1px solid #D4D4D4;
}

#banner_small
{
	display: none;
	max-width: 485px;
	min-height: 60px;
}
#banner_large
{
	display: table;
	max-width: 730px;
	min-height: 90px;
}

#banner_large,
#banner_small
{
	width: 100%;
	margin: 0 auto 20px auto;
	font-size: 13px;
	line-height: 1.6;
	background-color:black;
	background-image: linear-gradient(to bottom, #454545 15%, #000000 85%);
	background-image: -moz-linear-gradient(top, #454545 15%, #000000 85%);
	background-image: -ms-linear-gradient(top, #454545 15%, #000000 85%);
	background-image: -o-linear-gradient(top, #454545 15%, #000000 85%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#000000');
}

#links
{
	width: 100%;
	display: table;
	max-width: 1000px;
	margin: 0 auto;
	min-height: 60px;
	font-size: 13px;
	line-height: 1.4;
	padding-bottom: 10px;
}

#banner_large .td,
#banner_small .td
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#links .td
{
	display: table-cell;
	vertical-align: top;
	text-align: center;
	margin: 0 5px;
}

#links img,
#banner_small img,
#banner_large img
{
	display: block;
}

#banner_small .media
{
	width: 14px;
	background-color:black;
	vertical-align: middle;
}

#banner_large .media
{
	width: 16px;
	background-color:black;
	vertical-align: middle;
}


#banner_small .image
{
	width: 87px;
}

#banner_small .image img
{
	width: 81px;
	height: 54px;
	margin: 3px;
}

#banner_large .image
{
	width: 129px;
}

#banner_large .image img
{
	width: 126px;
	height: 84px;
	margin: 3px 3px 3px 0;
}

#banner_large .image2
{
	width: 63px;
}

#banner_large .image2 img
{
	width: 60px;
	height: 40px;
	margin: 3px 3px 3px 0;
}

#banner_small .obsah .nadpis a
{
	text-decoration: none;
	color: #E37919;
}

#banner_large .obsah .nadpis a
{
	font-size: 14px;
	text-decoration: none;
	color: #E37919;
}

#banner_small .obsah .text a,
#banner_large .obsah .text a
{
	text-decoration: none;
	color: white;
}

#banner_small .obsah .paticka a,
#banner_large .obsah .paticka a
{
	text-decoration: none;
	color: #FCC100;
}

#links .odkazy
{
	padding: 10px 0;
	display: inline-block;
	min-width: 140px;
	max-width: calc(100% - 20px);
	text-align: left;
	margin: 0 auto;
}

#links .odkazy a
{
	text-decoration: underline;
}

#links .odkazy_main
{
	display: block;
	font-weight: bold;
}

#links .odkazy_nadpis
{
	display: table-caption;
	font-weight: bold;
	padding-top: 10px;
}

#rema {
	width: 100%;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	font-size: 9px;
	text-align: left;
	margin-bottom: 10px;
}

#rema .box-rema {
	display: table;
	margin: 0 auto;
}

#rema .box-rema img {
	display: block;
	min-height: 60px;
	width: auto;
}

#rema-bocni-wrap {
	position: relative;
	z-index: 1;
}

#rema-bocni-wrap .rema-bocni {
	position: absolute;
	left: 1025px;
	font-size: 9px;
	top: -12px;
	text-align: left;
}

#rema-bocni-wrap .rema-bocni a {
	display: block;
}

.navigace {
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 1320px) {
	#rema-bocni-wrap {display: none;}
}

@media screen and (max-width: 1030px) {
#banner_small,
#banner_large,
#links
{
	width: calc(100% - 20px);
}
}
@media screen and (max-width: 750px) {
#banner_large .hide01 {
	display: none;
}
}
@media screen and (max-width: 700px) {
#banner_large .hide02 {
	display: none;
}
}
@media screen and (max-width: 600px) {
#banner_large {
		display: none;
}
#banner_small
{
	display: table;
}
#links .td
{
	display: block;
}
#links .odkazy
{
	padding: 5px 0;
	display: inline-block;
	width: 100%;
	max-width: 100%;
}

#links .odkazy_main
{
	display: inline-block;
}

#links .odkazy_popis::before
{
	white-space: pre;
	content: " - ";
}
}

@media screen and (max-width: 500px) {
	#banner_small .hide01 {
		display: none;
	}

	#rema .box-rema img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 400px) {
#banner_small .hide02 {
		display: none;
}
}

#footer-wrap
{
	width: 100%;
	vertical-align: bottom;
}

#footer
{
	margin: 0 auto;
	padding: 14px 0 14px 0;
}

.box
{
	padding:2px 2px 2px 2px;
	line-height: 19px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.box .x
{
	position:relative;
	left:5px;
	top: -5px;
	border:0;
}
.box A
{
	TEXT-DECORATION: underline;
}

#header-right .foto-profil-img
{
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	border-radius: 10%;
}

.box-shadow{
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

#header-right .popup {display: block; margin-left: -4px; margin-top: -2px}
#header-right .popup ul {height: 20px}
#header-right .popup ul ul {height: auto; z-index: 9}
#header-right .popup li li {display: block}
#header-right .popup a {width: 58px; text-decoration: none; text-align: left; line-height: 30px; border-radius: 0}
#header-right .popup ul ul a {width: 100%; display: inline-block; text-align: left}
#header-right .popup ul ul {display: none; position: absolute; top: 100%; left: -1px; /*border-top: 0; */ width: 58px; border-width: 1px; border-style: solid; font-size: 12px;}
#header-right .popup li {position: relative; margin-left: 0;}
#header-right .popup ul {padding: 0; margin: 0; list-style: none}
#header-right .popup .show a {border-radius: 0}
#header-right .popup .show ul {display: block}
#header-right .popup .arrowRotate {margin-bottom: 4px}
#header-right .popup .show .arrowRotate {-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg)}
#header-right .popup .flag {margin-left: 8px; margin-right: 8px; margin-bottom: 2px; width: 19px; height: 12px}

@media only screen and (max-width: 540px)
{
	#header-right .popup a {line-height: 40px}
}

@media (max-width: 1136px) {
	#st-3 {
		display: -ms-flexbox !important;
	}
}

.info-text {
	margin-bottom: 3px;
}

@media (max-width: 970px) {
	.info-text {
		max-width: 750px;
		margin-bottom: 10px;
	}
}

.button-shared {
	display: inline-block;
	padding: 7px 6px;
	box-sizing: border-box;
	margin: 0 auto 1px auto;
	width: 240px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	text-align: center;
	color: #fff;
}

.button-260 {
	width: 260px;
}

.button-shared:hover {
	text-decoration: none;
}

.sharethis-inline-share-buttons {
	height: 48px;
}

/* FOOTER */

#footer .fbox {
	display: table;
	padding: 10px 0 15px 0;
	line-height: 2.0;
	box-sizing: border-box;
	vertical-align: top;
	text-align: center;
}

#footer hr {
	width: 100%;
}

#footer .social {
	margin-top: 25px;
}

#footer .box-1,
#footer .box-2,
#footer .box-3 {
	width: calc(33% - 40px);
}

#footer .box-4 {
	width: 100px;
}

#footer .fbox:first-of-type:nth-last-of-type(2),
#footer .fbox:first-of-type:nth-last-of-type(2) ~ .fbox {
	width: 49%;
}

#footer .fbox:first-of-type:nth-last-of-type(3),
#footer .fbox:first-of-type:nth-last-of-type(3) ~ .fbox {
	width: 32%;
}

#footer .fbox-obsah {
	display: inline-block;
	text-align: left;

}

#footer .box-1H,
#footer .box-2H,
#footer .box-3H {
	width: 26%;
}

#footer .box-4H {
	width: 18%;
}

#footer .box-1L,
#footer .box-2L,
#footer .box-3L {
	width: 32%;
}

#footer a {
	text-decoration: none;
}

#footer a::before {
	content: "» ";
	font-size: 12px;
}

#footer .pridat {
	background: #dc4e41;
	padding: 7px 10px 7px 5px;
	line-height: 1.5;
	font-weight: 500;
	border-radius: 4px;
	display: block;
}

#footer .logo {
	width: 120px;
	height: 26px;
	position: relative;
	left: 10px;
	top: 10px;
	vertical-align: top;
}

#footer .social-site {
	width: 32px;
	height: 32px;
	display: inline-block;
	margin-right: 5px;
}

#footer .box-5 {
	text-align: center;
	line-height: 1.8;
}

#footer .male {
	font-size: 12px;
	display: block;
	padding-left: 10px;
}

#footer hr {
	background: white;
	height: 1px;
	border: 0;
}

#footer .no-ico::before {
	content: " ";
}

#footer .box-5 a {
	text-decoration: underline;
}

#footer .boxes {

}

#footer .forum-pocasi-lastminute + .sezoni-odkazy,
#footer .forum-pocasi-lastminute + .dalsi-sluzby {
	margin-top: 25px;
}

#footer .sezoni-odkazy + .dalsi-sluzby,
#footer .nase-servery + .dalsi-sluzby {
	margin-top: 25px;
}

.modal-open {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 541px) {
	#footer .fbox {
		display: inline-block;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 541px) {
	#footer .fbox {
		width: 49% !important;
		text-align: left;
	}
}

@media only screen and (max-width: 540px) {
	#footer .fbox {
		display: block;
		width: 80% !important;
		min-width: 300px;
		margin: 0 auto;
		text-align: left;
	}
}

/* PRM */

.prmT-wrap {
	background: #F9EFA6;
	padding: 7px;
}

.prmT-cont {
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
	width: 100%;
	vertical-align: middle;
	position: relative;
	padding: 0;
}

.prm-layer {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	z-index: 500;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.prm-cont {
	display: none;
}

.prm-cont-bottom {
	background: white;
	position: fixed;
	max-width: 950px;
	text-align: left;
	min-height: 200px;
	max-height: calc(90% - 40px);
	top: 90px;
	left: calc(50% - 475px);
	z-index: 550;
	box-sizing: border-box;
	font-size: 14px;
	overflow: auto;
}

@media screen and (max-height: 540px) {
	.prm-cont-bottom {
		max-height: calc(90% - 50px);
	}
}

.prm-cont-top {
	background: white;
	width: 100%;
	height: 40px;
	text-align: right;
	vertical-align: middle;
	position: fixed;
	z-index: 550;
	max-width: 950px;
	top: 50px;
	left: calc(50% - 475px);
	box-sizing: border-box;
}

.prm-cont-top a {
	cursor: pointer;
	padding: 2px;
	display: inline-block;
	text-decoration: none !important;
}

.prm-cont-top a::before {
	display: inline-block;
	text-align: center;
	content: "\00d7";
	font-size: 40px;
	color: #d3d3d3;
	width: 40px;
	line-height: 30px;
	font-weight: 900;
}

.prm-cont-top a:hover::before {
	color: grey;
}

.prm-cont-top-nadpis {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

.prm-cont-top-text {
	padding: 30px 20px;
	line-height: 1.6;
	font-size: 12px;
}

.prm-cont-top-text b {
	font-size: 14px;
}

.prm-cont-top-text .nadpis {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 3px;
	display: block;
}

.prm-cont-top-text .nadpis:before {
	content: url("/share/img/prm/rezervace.svg");
	position: relative;
	top: 4px;
	margin-right: 4px;
}

.prm-cont-top-text .HR .nadpis:before {
	content: url("/share/img/prm/rezervace-red.svg");
	position: relative;
	top: 4px;
	margin-right: 4px;
}

.prm-cont-top-text a {
	text-decoration: underline;
}

.prm-cont-top-text ul {
	padding-left: 0;
	margin: 0 0 30px;
}

.prm-cont-top-text li {
	margin: 0 0 20px;
	list-style-type: none;
}

.block-visible {
	display: block;
}

.prmT-unvisible {
	display: none;
}

.prmT-cont img {
	width: 22px;
	height: 22px;
	position: absolute;
	right: 0;
	top: -1px;
}

.prmT-cont .prm-text {
	color: #C76500;
	display: inline-block;
	margin: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	cursor: pointer;
	padding: 3px 6px;
	height: 18px;
}

.prmT-cont .prm-text:hover {
	color: #b00000;

}

.prmT-cont .buttonP {
	display: inline-block;
	padding: 3px 6px;
	margin: 0 5px;
	box-sizing: border-box;
	width: 90px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	font: 500 13px/18px 'Open Sans', 'Verdana CE', Verdana, 'Arial CE', Arial, 'Helvetica CE', Helvetica;
	text-align: center;
	background: #e9960c;
	color: white;
}

.prmT-cont .buttonPmobile {
	display: inline-block;
	padding: 4px;
	margin: 2px;
	box-sizing: border-box;
	width: 29px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	font-size: 15px;
	text-align: center;
	background: #AD7F01;
	color: white;
	font-weight: 900;
	position: absolute;
	border-radius: 18px;
	right: -6px;
	top: -7px;
}

.prmT-cont .buttonPmobile:hover,
.prmT-cont .buttonP:hover {
	background: #b00000;
}

.prmT-cont .mobile {
	display: none;
}

@media screen and (max-width: 700px) {
	.prmT-cont .prm-text,
	.prmT-cont .buttonP {
		display: none;
		padding: 0;
		margin-left: 0;
		margin-right: 0;
		font-size: 14px;
		position: relative;
		top: 1px;
	}

	.prmT-cont .prm-text {
		text-decoration: underline;
	}

	.prmT-cont .mobile {
		display: inline-block;
		cursor: pointer;
	}
}

@media screen and (max-width: 1000px) {
	.prm-cont-top,
	.prm-cont-bottom {
		width: 98%;
		left: 1%;
	}

}

@media screen and (max-width: 370px) {

	.prmT-cont {
		text-align: left;
	}

	.prmT-cont .prm-text {
		font-size: 13px;
	}

}

/* SEARCH */

#search-wrap {
	transition: height .5s ease;
	overflow: hidden;
	width: 100%;
	background: #4a4a4a;
}

#search-wrap:not(.active) {
	display: none;
}

.search-form {
	margin: 0 auto;
	padding: 20px 0 15px 0;
	display: table;
}

.search-wrap-off { display: none; }

.search-bar input {
	padding: 10px;
	margin: 0;
	height: 20px;
	width: 500px;
	border:1px solid #eaeaea;
	outline:none;
}

.search-bar input[name=q] {
	width: calc(100% - 170px);
	height: 26px;
	padding: 5px 10px 5px 10px;
	border: none;
	font-size: 16px;
	border-bottom: 2px solid #dae1e3;
}

.search-bar input[type=submit] {
	float: right;
	width: 130px;
	height: 36px;
	border-radius: 2px;
	background: #EE1C23;
	border: 1px solid #EE1C23;
	color: white;
	cursor: default;
	font-size: 14px;
	font-weight: bold;
	padding: 0 16px;
}

@media (max-width: 500px) {
	.search-bar input[type=submit] {width: 80px;}
	.search-bar input[name=q] {width: calc(100% - 120px);}
}

.servers-to-search-mobile select:hover,
.search-bar input[name=q]:hover { border-color: grey;}

.search-bar input[type=submit]:hover { border-color: #9e2126; background: #9e2126; cursor: pointer;}
.search-bar input:focus, .servers-to-search-mobile select:focus { border-color:#EE1C23 !important; }

.search-servers-title, .search-often-title {
	padding-top: 20px;
	padding-bottom: 5px;
	color: #d0cfcf;
	font-weight: bold;
	text-align: left;
	display: inline-block;
	width: 49%;
}

.search-servers, .search-often {
	display: inline-block;
	width: 49%;
	color: white;
	vertical-align: top;
}

.search-often a {
	margin-right: 10px;
	color: white;
	height: 10px;
	white-space: nowrap;
}

.search-often #queries a:nth-child(1) { font-size: 18px }
.search-often #queries a:nth-child(2) { font-size: 13px }
.search-often #queries a:nth-child(3) { font-size: 15px }
.search-often #queries a:nth-child(4) { font-size: 12px }
.search-often #queries a:nth-child(5) { font-size: 16px }
.search-often #queries a:nth-child(6) { font-size: 18px }
.search-often #queries a:nth-child(7) { font-size: 12px }
.search-often #queries a:nth-child(8) { font-size: 16px }

.search-often #queries {
	height: 76px;
	overflow: hidden;
}

.search-often #queries {
	display: block;
}

.input-container {
	display: inline-block;
	width: 48%;
	padding: 0.5%;
}

.input-container label {

}

.input-container input[type=radio] {
	width: 15px;
	height: 15px;
}

@media (max-width: 900px) {
	.search-wrap {
		padding: 20px 14px 20px 14px;

	}


	.input-container {
		display: inline-block;
		padding: 0.5%;
	}

	.search-often #queries {
		height: auto;
	}
}

@media (max-width: 750px) {
	.input-container {
		display: inline-block;
		width: 48%;
		padding: 0.5%;
	}
}

@media (max-width: 650px) {
	.input-container {
		width: 98%;
		padding: 1%;
	}
}

@media (max-width: 540px) {
	.search-form {
		padding-left:20px;
		padding-right:20px;
	}
}

@media (max-width: 450px) {
	.search-often-title {
		display: none;
	}
	.search-often,
	.search-servers {
		width: 100%;
	}

	.search-often {
		border-top: 1px solid white;
		margin-top: 10px;
		padding-top: 10px;
	}

	.input-container {
		width: 47%;
	}
}
