/**
 * User defined IPO styles.
 */

/*** Default IPO styles *******************************************************/
html, body {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color: transparent; background-image: none;
}
.top {
	padding: 5px 20px 0 20px;
	font-size: 2.6em;
	font-weight:bold;
	font-style: italic;
	display: block;
	text-decoration: none;
	min-height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000000;
}
.hiddenMenu {
	position:absolute;
	left:-1000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.linkback, .linknext, .linkprev {
	font-size: 1.25em;
	display: inline-block;
}
.linknext, .linkprev {
	width: 33%;
	min-height: 1em;
	margin: 0 2%;
}
.linknext {
	float: right;
	text-align: right;
}
.linkprev {
	float: left;
	text-align: left;
}
.linkback {
	width: 26%;
	float: left;
}
.linknext a, .linkprev a, .linkback a {
	text-decoration: none;
	display: inline-block;
}
.linknext a:hover .linknext-chevron {
	right: -10px;
}
.linkprev a:hover .linkprev-chevron {
	left: -10px;
}
.linkback a:hover .linkback-chevron .fa-undo {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.linknext-title, .linkprev-title, .linknext-text, .linkprev-text, .linkback-text {
	display: inline-block;
}
.linknext-chevron, .linknext-title, .linknext-text, .linkback-text {
	float: right;
}
.linkback-chevron, .linkprev-chevron, .linkprev-text, .linkprev-title {
	float: left;
}
.linknext-text span:first-child, .linkprev-text span:first-child, .linkback-text span {
	text-decoration: underline;
}
.linknext a:hover > .linknext-text span:first-child, .linkprev a:hover > .linkprev-text span:first-child, .linkback:hover .linkback-text span {
	text-decoration: none;
}
.linknext > a > span:first-child {
	margin-left: 10px;
}
.linkprev > a > span:first-child {
	margin-right: 10px;
}
.linknext-chevron, .linkprev-chevron {
	font-size: 1.9em;
	display: inline-block;
	position: relative;
	line-height: 0.75em;
}
.linkback-chevron {
	display: inline-block;
	position: relative;
}
.linkprev-chevron .fa-angle-left,
.linknext-chevron .fa-angle-right{
	font-size: 1.1em;
	line-height: 1em;
}
.linknext-date {
	font-size: 0.65em;
	float: right;
	clear: right;
}
.linkprev-date {
	font-size: 0.65em;
	float: left;
	clear: left;
}
.linkback, .linkprev-title, .linknext-title {
	line-height: 1.2em;
}
.linkback .fa-undo {
	font-size: 1em;
	margin-left: -1.14em;
	transition: all 0.07s ease 0s;
	color: #000000;
}
.linkback a {
	vertical-align: top;
}
a.nolink {
	text-decoration: underline;
	cursor: default;
}
	color:  #000000;
}
#ipopage .blog .content-paginator {
	margin: 3em auto;
}
.copyright {
	padding: 0 15px;
	font-size: 0.75em;
	font-weight: normal;
}
#ipoheader a {
	text-decoration: none;
}
.iporighttext a:hover, .ipolefttext a:hover {
	text-decoration: none;
}
iframe {
	border: none;
}
a {
	word-wrap: break-word;
	-ms-hyphens: auto;
	hyphens: auto;
}
:focus {
	outline: 0;
}
body.using-keyboard :focus {
	outline: 2px solid currentColor;
}

/*** Mess ***/
.button {
	background-color: #24ADEF;
	border: 1px solid #ffffff;
	width: 100px;
	font-weight: bold;
	color: #ffffff;
}
.button2 {
	background-color: #24ADEF;
	border: 1px solid #ffffff;
	font-weight: bold;
	color: #ffffff;
}
.button3 {
	background-color: #24ADEF;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 0.75em;
	font-weight: normal;
}
.item {
	color: #000000;
	background-color: #EEEEEE;
}
.tabtitle {
	color: #FFFFFF;
	background-color:
	#979797;
	font-weight: bold;
}
.tabtitleno {
	color: #FFFFFF;
	background-color: #979797;
	font-weight: bold;
}
.itemhand, .itemhand:link {
	color: #000000;
	background-color: #EEEEEE;
	text-decoration: none;
	cursor: pointer;
}
.itemhand td:hover, .itemhand:hover {
	color: #000000;
	background-color: #DCDCDC;
	text-decoration: none;
	cursor: pointer;
}
.itemhand td textarea:hover {
	cursor: pointer;
	background-color: #DCDCDC;
}
.itemvalue {
	color: #000000;
	background-color: #FFCFCF;
}
.hidden {
	display: none !important;
}
.noprint {
	display: block;
}
.printonly {
	display: none;
}
.component-container table {
	width: 100%;
	border: 0;
}
.spacer5 {
	height: 5px;
}
/*** Layout *******************************************************************/
#ipocontainer, #ipomain, #ipomainframe, #ipotopmenuwrapper, #ipofooter {
	width: 1024px;
}
#ipocontainer {
	position: relative;
	color: #000000;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: transparent;
}
#ipoheader img, #ipoheader object, #ipofooter img {
	vertical-align: top;
}
#ipoheader {
	width: 100%;
	min-height: 50px;
	color: #000000;
	background-color: transparent;
	position: relative;
}
#ipomain {
	position: relative;
	background-color: transparent; background-image: none;
}
#ipoleftblock, #ipopage, #iporightblock {
	display: inline;
}
#ipopage {
	width: 1024px;
	margin-left: 0px;
	float: left;
	padding: 0;
	color: #000000;
	overflow: visible;
	position: relative;
}
#ipopage, #iporightblock, #ipoleftblock, .ipopagetext {
	min-height: 500px;
}
#iporightblock {
	width: 0px;
	float: left;
	padding: 0;
}
#ipoleftblock {
	width: 0px;
	margin-left: -1024px;
	float: left;
	padding: 0;
}
#ipoleftblockin {
	width: 0px;
	margin: 20px 0;
	padding: 0;
}
.ipopagetext {
	padding: 5px 0px 10px 0px;
}
/*** #iponavigation ***/
#iponavigation p {
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
#iponavigation a {
	color: #000000;
}
#iponavigation a:visited {
	color: #000000;
}
#iponavigation a:hover {
	color: #000000;
	text-decoration: none;
}
/*** #ipocopyright & #ipofooter ***/
#ipocopyright {
	padding: 10px 0px 10px 0px;
	color: #000000;
	font-weight: normal;
	text-align: center;
	clear: both;
}
#ipocopyright a {
	color: #000000;
	text-decoration: underline;
}
#ipocopyright a:hover {
	color: #000000;
	text-decoration: none;
}
#ipofooter {
	clear: both;
	min-height: 10px;
	background-color: transparent;
	color: #000000;
}
/*** #ipomenu ***/
#ipomenu {
	margin: 0px 0px 20px 0px;
}
#ipomenu ul, #ipomenu ul li {
	width: 0px;
}
#ipomenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	background-color: #ffffff; background-image: none;
}
#ipomenu li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	position: relative;
}
#ipomenu a {
	text-align: left;
	font-weight: bold;
	float: none;
	display: block;
	color: #FFFFFF;
}
#ipomenu li ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
}
#ipomenu li ul li {
	display: block;
	float: none;
	position: relative;
}
#ipomenu li ul li:hover {
	position: relative;
}
/* simulate child selector for IE */
#ipomenu li:hover ul,
#ipomenu li:hover li:hover ul,
#ipomenu li:hover li:hover li:hover ul,
#ipomenu li:hover li:hover li:hover li:hover ul,
#ipomenu li:hover li:hover li:hover li:hover li:hover ul {
	visibility: visible;
}
#ipomenu li:hover li ul,
#ipomenu li:hover li:hover li ul,
#ipomenu li:hover li:hover li:hover li ul,
#ipomenu li:hover li:hover li:hover li:hover li ul,
#ipomenu li:hover li:hover li:hover li:hover li:hover li ul {
	visibility: hidden;
}
#ipomenu ul li {
	margin: 0 0 1px 0;
	padding: 0;
}
#ipomenu ul li a {
	padding: 5px 5px;
	margin: 0;
	text-decoration: none;
	display: block;
	height: 100%;
	color: #FFFFFF;
	background-color: #313131; background-image: none;
}
#ipomenu ul li a:hover {
	color: #ffffff;
	background-color: #24ADEF; background-image: none;
}
#ipomenu ul li a.nolink:hover {
	cursor: text;
	color: #FFFFFF;
	background-color: #313131;
}
#ipomenu ul li.submenu1 ul {
	width: 182px;
	left: 0px;
	margin: 0;
	padding: 0;
	top: 0;
	background-color: #ffffff;
	background-image: none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#ipomenu ul li.submenu1 ul li {
	width: 180px;
	display: block;
	padding: 0;
	margin: 0 0 1px 0;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	float: left;
}
#ipomenu ul li.submenu1 ul li a {
	padding: 5px 5px;
	display: block;
	margin: 0px;
	color: #FFFFFF;
	background-color: #313131;
	font-weight: bold;
	text-align: left;
	background-image: none;
}
#ipomenu ul li.submenu1 ul li a:hover {
	color: #ffffff;
	background-color: #24ADEF;
	background-image: none;
}
#ipomenu ul li.submenu1 ul li a.nolink:hover {
	cursor: text;
	color: #FFFFFF;
	background-color: #313131;
}
#ipomenu ul li.submenu2 ul, #ipomenu ul li.submenu3 ul, #ipomenu ul li.submenu4 ul, #ipomenu ul li.submenu5 ul {
	width: 180px;
	left: 180px;
	margin: 0;
	padding: 0;
	top: 0;
	background-color: #ffffff;
}
/*** #ipotopmenu ***/
#ipotopmenuwrapper {
	padding: 0;
	margin: 0;
	background-color: #313131; background-image: none;
}
#ipotopmenu {
	padding: 0;
	margin: 0;
}
#ipotopmenu a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	text-align: left;
}
#ipotopmenu ul, #ipotopmenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#ipotopmenu ul.topmenulevel1 li.topmenuitem1,
#ipotopmenu ul.topmenulevel1 li.noborder {
	height: 23px !important;
	line-height: 23px;
	float: left;
	position: relative;
	font-weight: bold;
	border-left: 1px solid #ffffff;
	z-index: 99;
}
#ipotopmenu ul.topmenulevel1 li.topmenuitem1 a,
#ipotopmenu ul.topmenulevel1 li.noborder a {
	padding: 0 5px;
	background-color: transparent; background-image: none;
}
#ipotopmenu ul.topmenulevel1 li.noborder {
	border: none;
}
#ipotopmenu ul.topmenulevel2,
#ipotopmenu ul.topmenulevel3,
#ipotopmenu ul.topmenulevel4,
#ipotopmenu ul.topmenulevel5,
#ipotopmenu ul.topmenulevel6 {
	top: 23px;
	width: 180px;
	padding: 0 5px;
	position: absolute;
	line-height: 100%;
	left: -1px;
	background: #ffffff;
	visibility: hidden;
	border: 1px solid #ffffff;
	border-top: none;
	z-index: 100;
}
#ipotopmenu ul.topmenulevel3, #ipotopmenu ul.topmenulevel4, #ipotopmenu ul.topmenulevel5, #ipotopmenu ul.topmenulevel6 {
	left: 190px;
	top: -1px;
}
#ipotopmenu ul.topmenulevel2 li.topmenuitem2,
#ipotopmenu ul.topmenulevel3 li.topmenuitem3,
#ipotopmenu ul.topmenulevel4 li.topmenuitem4,
#ipotopmenu ul.topmenulevel5 li.topmenuitem5,
#ipotopmenu ul.topmenulevel6 li.topmenuitem6 {
	margin: 1px -5px 0 -5px;
	font-weight: bold;
	text-align: left;
	padding: 0;
	background-color: #313131;
	line-height: 1.2em;
	position: relative;
}
#ipotopmenu ul.topmenulevel2 li.topmenuitem2 a,
#ipotopmenu ul.topmenulevel3 li.topmenuitem3 a,
#ipotopmenu ul.topmenulevel4 li.topmenuitem4 a,
#ipotopmenu ul.topmenulevel5 li.topmenuitem5 a,
#ipotopmenu ul.topmenulevel6 li.topmenuitem6 a {
	font-weight: bold;
	text-align: left;
	padding: 4px 2px 4px 5px;
	line-height: 1.2em;
	height: 100%;
	background-image: none;
}
#ipotopmenu ul.topmenulevel1 li.topmenuitem1 a:hover {
	color: #ffffff;
	background-color: #24ADEF; background-image: none;
}
#ipotopmenu ul.topmenulevel2 li.topmenuitem2 a:hover,
#ipotopmenu ul.topmenulevel3 li.topmenuitem3 a:hover,
#ipotopmenu ul.topmenulevel4 li.topmenuitem4 a:hover,
#ipotopmenu ul.topmenulevel5 li.topmenuitem5 a:hover,
#ipotopmenu ul.topmenulevel6 li.topmenuitem6 a:hover {
	color: #ffffff;
	background-color: #24ADEF;
	background-image: none;
}
#ipotopmenu ul.topmenulevel1 li.topmenuitem1 a.nolink:hover,
#ipotopmenu ul.topmenulevel2 li.topmenuitem2 a.nolink:hover,
#ipotopmenu ul.topmenulevel3 li.topmenuitem3 a.nolink:hover,
#ipotopmenu ul.topmenulevel4 li.topmenuitem4 a.nolink:hover,
#ipotopmenu ul.topmenulevel5 li.topmenuitem5 a.nolink:hover,
#ipotopmenu ul.topmenulevel6 li.topmenuitem6 a.nolink:hover {
	cursor: text;
	color: #FFFFFF;
	background-color: #313131;
}
#ipotopmenu ul.topmenulevel1 li.topmenuitem1:hover ul.topmenulevel2,
#ipotopmenu ul.topmenulevel2 li.topmenuitem2:hover ul.topmenulevel3,
#ipotopmenu ul.topmenulevel3 li.topmenuitem3:hover ul.topmenulevel4,
#ipotopmenu ul.topmenulevel4 li.topmenuitem4:hover ul.topmenulevel5,
#ipotopmenu ul.topmenulevel5 li.topmenuitem5:hover ul.topmenulevel6 {
	visibility: visible;
}
/*** .newsheader & .newsbody ***/
.newsheader {
	padding: 5px 5px;
	color: #FFFFFF;
	background-color: #313131; background-image: none;
	font-weight: bold;
	margin-bottom: 0.3em;
}
.newsheaderref {
	color: #FFFFFF;
	font-weight: bold;
}
.newsbody {
	padding: 2px 5px;
	color: #000000;
	font-weight: normal;
	overflow: hidden;
}
.newsbodyrefu {
	color: #000000;
	font-weight: normal;
}
.newsbodyrefu:link {
	color: #000000;
}
.newsbodyrefu:active {
	color: #000000;
	text-decoration: underline;
}
.newsbodyrefu:hover {
	color: #000000;
	text-decoration: underline;
}
.newsbodyrefu:visited {
	color: #000000;
}
.newsbody a {
	color: #000000;
}
/*** column messages **********************************************************/
.column-message {
	padding: 2px 5px;
}
.column-message .newsheader {
	margin-left: -5px;
	margin-right: -5px;
}
.column-message a {
	color: #000000;
}
.ui-autocomplete.ui-menu {
	text-align: left;
}
/*** Default text properties **************************************************/
.ipolefttext, .iporighttext {
	color: #000000;
}
.ipopagetext a {
	color: #000000;
}
.ipopagetext a:visited {
	color: #000000;
}
.ipopagetext a:hover {
	color: #000000;
	text-decoration: none;
}
.styleH3, .styH3, h1 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #062B43;
}
.styleH4, .styH4, h2{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1.35em;
	font-weight: bold;
	color: #062B43;
}
.styleH5, .styH5, h3 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #062B43;
}
.ipopagetext h1 a, .ipopagetext h1 a:hover, .ipopagetext h1 a:visited,
.ipopagetext h2 a, .ipopagetext h2 a:hover, .ipopagetext h2 a:visited,
.ipopagetext h3 a, .ipopagetext h3 a:hover, .ipopagetext h3 a:visited {
	font: inherit;
	color: inherit;
}
.ipopagetext h1 a.tooltip {
	font-size: 1em;
}
.huge-text {
	font-size: 1.8em;
}
.bigger-text {
	font-size: 1.4em;
}
.normal-text {
	font-size: 1em;
}
.smaller-text {
	font-size: 0.9em;
}
.small-text {
	font-size: 0.8em;
}
/*** Table default properties *************************************************/
#ipopage th {
	text-align: center;
}
table.border, table.border td, table.border th {
	border: 1px solid #000000;	border-collapse: collapse;
}
.text th, .paragraph th, .tender th {
	background-color: #ddd;
	color: black;
}
.ipopagetext table p:first-child {
	margin: 0 auto;
}
.ipopagetext table p:last-child {
	margin-bottom: 0;
}
.ipopagetext td, .ipopagetext th {
	padding: 0.2em;
	vertical-align: top;
}
table.evenWidth td {
	width: 10%;
}
/*** Image default properties *************************************************/
img {
	border: none;
}
.imageframe {
	border: 1px solid #FFFFFF;
}
.leftFloat {
	float: left;
	margin-right: 1em;
}
.rightFloat {
	float: right;
	margin-left: 1em;
}
/*** Cleaners *****************************************************************/
#ipomain #ipomainframe #ipopage .ipopagetext .matrix li.cleaner {
	clear: both;
	width: 100%;
	margin: -1px 0 0 0;
	padding: 0;
	height: 1px;
	min-height: 1px;
	border: none;
	visibility: hidden;
}
.matrix li.cleaner {
	display: block;
}
hr.cleaner {
	clear: both;
	margin: -1px 0 0 0;
	padding: 0;
	height: 1px;
	border: none;
	visibility: hidden;
}
.clearfix:after {
	display: block;
	visibility: hidden;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
.clear {
	clear: both;
}
.hrclear {
	margin: 0;
	padding: 0;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}
hr {
	height: 0;
	border-color: #555;
	border-style: solid none none;
	border-width: 1px 0 0;
	margin: 1rem 0;
}
.cleartop {
	margin: 0;
	padding: 0;
	clear: both;
	visibility: hidden;
}
/*** Action Buttons ***********************************************************/
.action-button, .action-button:visited {
	padding: 0.3em 1em;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: normal;
	border-radius: 4px;
	color: #062B43;
	border: 1px solid #062B43;
	background-color: #24ADEF;
;
}
.action-button:hover {
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: #062B43;
;
	cursor: pointer;
}
.action-button:active {
	background-image: none;
	filter: none;
}
a.action-button, a.action-button:visited {
	color: #062B43;
}
a.action-button:hover {
	color: #ffffff;
}
.action-button:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
a.disabled {
	opacity: 0.5;
}
a.disabled:hover {
	background: inherit;
	color: inherit;
	cursor: not-allowed;
}
/*** Content Paginator ********************************************************/
#ipopage .content-paginator {
	margin: 1.5em auto;
	white-space: nowrap;
	max-width: 100%;
	text-align: center;
}
#ipopage .content-paginator .content-paginator-wrapper {
	display: inline-block;
	width: auto;
	max-width: 100%;
}
#ipopage .content-paginator .paginator-step,
#ipopage .content-paginator .paginator-separator,
#ipopage .content-paginator .paginator-current,
#ipopage .content-paginator .paginator-button {
	font-weight: normal;
	position: relative;
	float: left;
	padding: 0.5em 0.7em;
	margin-left: -1px;
	font-size: 1em;
	text-decoration: none;
	color: #000000;
	border: 1px solid #24ADEF;
}
#ipopage .content-paginator .paginator-step,
#ipopage .content-paginator .paginator-separator,
#ipopage .content-paginator .paginator-current {
	-webkit-box-sizing: border-box;
	-mz-box-sizing: border-box;
	box-sizing: border-box;
	width: 30px;
	padding: 0.5em 0;
	text-align: center;
}
#ipopage .content-paginator .paginator-step:hover {
	background-color: #062B43;
	color: #ffffff;
}
#ipopage .content-paginator .paginator-current {
	background-color: #24ADEF;
;
	color: #062B43;
	font-weight: bold;
}
#ipopage .content-paginator .paginator-button {
	max-width: 100px;
	padding: 0.5em;
}
#ipopage .content-paginator .paginator-prev .paginator-button-icon {
	margin-right: 0.2em;
}
#ipopage .content-paginator .paginator-next .paginator-button-icon {
	margin-left: 0.2em;
}
#ipopage .content-paginator .paginator-button:hover,
#ipopage .content-paginator .paginator-step:hover {
	color: #ffffff;
	background-color: #062B43;
;
	cursor: pointer;
}
#ipopage .content-paginator .paginator-prev {
	border-radius: 4px 0 0 4px;
}
#ipopage .content-paginator .paginator-next {
	border-radius: 0 4px 4px 0;
}
#ipopage .content-paginator .paginator-disabled {
	opacity: 0.5;
}
#ipopage .content-paginator .paginator-disabled:hover {
	background: inherit;
	color: inherit;
	cursor: not-allowed;
}
#ipopage .items-counter {
	text-align: right;
	color: #000000;
}

/*** Forms ************************************************************/
/*** forms - general styling */
input, select, textarea {
	border: 1px solid #ffffff;
	color: #000000;
	font-size: 1em;
	font-family: inherit;
}
label .meta {
	font-size: 0.9em;
	font-weight: normal;
	color: #777;
}
.form-item .form-item-field > input:not([type='submit']):focus,
.form-item .form-item-field > textarea:focus,
.form-item .form-item-field > select:focus {
	border-color: currentColor;
}
.form-item .form-item-field input[type="radio"] {
	margin: 0 0.4em 0 0;
	vertical-align: middle;
	width: auto;
	border: none;
}
.form-item .form-item-field input[type="checkbox"] {
	vertical-align: middle;
	width: auto;
	border: none;
}
.form-item .form-item-field input[type="checkbox"] + label {
	vertical-align: middle;
}
.form-item .form-item-label label {
	font-weight: bold;
}
.form-item .form-item-label label .meta {
	font-size: 0.9em;
	font-weight: normal;
	color: #777;
}
/* form - table layout */
.form-horizontal {
	display: table;
	width: 100%;
	border-spacing: 0 0.3em;
}
.form-horizontal .form-item {
	display: table-row;
}
.form-horizontal .form-item .form-item-label,
.form-horizontal .form-item .form-item-field {
	display: table-cell;
	vertical-align: top;
}
.form-horizontal .form-item .form-item-label {
	padding: 0.2em;
}
.form-horizontal .form-item .form-item-field > * {
	padding: 0.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}
.form-horizontal fieldset ~ .form-item {
	display: table;
	width: 100%;
}
.form-horizontal fieldset ~ .form-item.buttons {
	display: table;
	width: auto;
	margin: 0 auto;
}
.form-horizontal .form-item .form-item-field > input[type="submit"],
.form-horizontal .form-item .form-item-field > input[type="button"] {
	padding: 0.3em 1em;
	width: auto;
}
/* form - below layout */
.form-vertical .form-item {
	margin-bottom: 0.3em;
}
.form-vertical .form-item .form-item-label,
.form-vertical .form-item .form-item-field {
	margin: 0.3em 0;
}
.form-vertical .form-item .form-item-field > * {
	width: 100%;
	max-width: 100%;
	padding: 0.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-vertical .form-item .form-item-field > input[type="submit"], .form-vertical .form-item .form-item-field > input[type="button"] {
	padding: 0.3em 1em;
	display: inline-block;
	width: auto;
}
.form-vertical .buttons .form-item-field {
	text-align: center;
}
.form-horizontal .buttons .form-item-field {
	text-align: left;
}
/* form - recaptcha */
.form-horizontal .form-item .g-recaptcha > div,
.form-vertical .form-item .g-recaptcha > div {
	padding-left: 0px;
}
body form .grecaptcha-badge {
	display: none;
}
input[name='antispam'] {
	display: none;
}
.form-item.approval {
	font-weight: bold;
}
.form-item.antispam-disclaimer a {
	font-weight: bold;
}
.form-item.approval label {
	vertical-align: middle;
}
.form-item.approval input {
	margin: 0 0.5em 0 0;
	vertical-align: middle;
}
#ipoleftblock input[name='approval'] {
	float: left;
}
/*** div.paragraph ************************************************************/
div.paragraph:after {
	display: block;
	content: ' ';
	height: 0;
	visibility: hidden;
	font-size: 0;
	clear: both;
}
/*** tags *********************************************************************/
.tags {
	margin: 0.5em 0;
}
.tags form > span {
	display: inline-block;
	margin: .5em 1em 0 .5em;
}
.tags form > span input {
	margin: 0 .25em 0 0;
	vertical-align: middle;
}
.tags form > span label {
	vertical-align: middle;
}
.tags > a {
	font-weight: bold;
	float: left;
}
.tags ul {
	display: inline-block;
	padding: 0;
	margin: 0 0 0 .5em;
}
.tags li {
	display: inline;
	list-style: none;
	margin-right: .5em;
}
.tags .filtered {
	font-weight: bold;
	font-size: larger;
}
.tags-selection {
	margin: 10px 0;
}
.tags-selection label {
	font-weight: bold;
	font-size: larger;
}
.tags-selection select {
	min-width: 150px;
	min-height: 25px;
	padding: 0.2em;
	margin: 0.4em;
	box-sizing: border-box;
}
.tags input[type='submit'] {
	display: none;
}
/*** Subscribe toolbar ********************************************************/
.subscribe-toolbar .fa {
	float: right;
	margin-left: 0.5em;
}
.subscribe-toolbar {
	float: right;
}
.with-subscribe > h1 {
	float: left;
}
.ipopagetext .subscribe-toolbar .action-button {
	margin-right: 0.5em;
	margin-top: 1em;
	padding: 0.3em 0.6em;
	float: right;
}
.subscribe-toolbar .action-button:first-child {
	margin-right: 0;
}
/*** Assessment ***************************************************************/
.ratings {
	float: left;
	text-decoration: none;
	min-height: 16px;
	text-align: right;
	cursor: default;
	margin-right: 2em;
}
.ratings .ratings-item {
	display: inline-block;
}
.ratings .ratings-item + .ratings-item {
	margin-left: 2em;
}
.ratings a {
	color: #555;
}
.ratings a:hover {
	color: #000
}
.ratings .inactive {
	cursor: not-allowed;
	color: #d4d4d4;
}
.ratings .fa {
	font-size: 1.25em;
}
/*** Discussion component *****************************************************/
.comment-footer .reply {
	font-size: 1.1em;
}
.comment-name .comment-name-moderator {
	font-style: oblique;
	font-weight: bold;
}
.discussion-add-comment-link {
	float: right;
}
.censored {
	font-style: italic;
}
.comments {
	padding: 0;
}
.comments .comment {
	position: relative;
	list-style: none;
	margin: 0.2em;
	margin-left: 0;
	padding: 0.2em 0.5em 0.2em 1.5em;
}
.comment > .created {
	position: absolute;
	right: 0.2em;
	top: 0.2em;
}
.comments .comment.level-1 {
	margin-left: 2em;
}
.comments .comment.level-2 {
	margin-left: 4em;
}
.comments .comment.level-3 {
	margin-left: 6em;
}
.comments .comment.level-4 {
	margin-left: 8em;
}
.comments .comment.level-5 {
	margin-left: 10em;
}

/*** Gallery layouts **********************************************************/
/*** default list ***/
.albums#listPreview {
	padding: 0;
	margin: 0;
}
.albums#listPreview > li {
	list-style-type: none;
	margin-bottom: 2em;
}
.albums#listPreview h2 a {
	display: block;
	margin-bottom: 0.25em;
}
.albums#listPreview img.intro {
	float: left;
	margin-right: 1.5em;
}
.albums#listPreview div > p:first-child {
	margin-top: 0;
}
.albums#listPreview div p {
	text-align: justify;
}
.article .image-thumbnail img,
.gallery .image-thumbnail img {
	max-width: none;
}
/*** list with all images ***/
.albums#listImages div.clearfix p {
	text-align: justify;
}
/*** Gallery matrix list ***/
.gallery .matrix .title {
	min-height: 3.5em;
}
/*** Gallery/Catalog matrix list **********************************************/
.matrix {
	padding: 0;
}
.matrix a {
	display: block;
	width: 100%;
}
.matrix div > a {
	margin: -2000px;
	padding: 2000px;
}
.matrix .title {
	margin: 0;
}
.matrix .title a {
	padding: 0.2em 0 0.8em;
}
.matrix li {
	list-style-type: none;
	float: left;
	width: 33%;
	margin: 0 0 0.2em;
	text-align: left;
	overflow: hidden;
}
.matrix li.column-1 {
	margin-left: 0.5%;
	margin-right: 0.5%;
}
.matrix li > div {
	display: block;
	background: #eee;
	min-height: 373px;
	text-align: center;
	vertical-align: top;
	padding: 0.2em 5px;
}
/*** Gallery/Catalog images component *****************************************/
.images {
	margin: 1em 0;
}
.image-wrapper {
	float: left;
	height: auto;
	box-shadow: 1px 1px 16px -4px #888888;
	position: relative;
	behavior: url(js/PIE.htc);
	background-color: transparent;
}
.image-wrapper .image-inner-wrapper {
	position: relative;
}
.image-wrapper .image-inner-wrapper.with-description {
	padding-bottom: 2em;
}
.image-wrapper .image-inner-wrapper .image-thumbnail {
	background-color: #000000;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.image-wrapper .image-inner-wrapper a.image-detail {
	display: inline-block;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	vertical-align: middle;
	width: 100%;
}
.image-wrapper .image-inner-wrapper .image-description {
	padding: 0.5em 0 0 0;
	z-index: 3;
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 2em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*** Blog *********************************************************************/
.articles {
	padding: 0;
}
.article.article--sticky {
	background: #f3f3f3;
	padding: 1em 2em;
	border: 1px solid #aaa;
	border-left: 3px solid #aaa;
	margin-bottom: 1em;
}
.blog .articles > li h2 {
	color: #062B43;
}
.blog .articles > li > a p {
	margin-bottom: 0.2em;
}
.blog .articles > li > hr {
	margin: 0.15em 0em;
}
.article-footer, .comment-footer {
	text-align: right;
}
.blog.view-detail .article-footer {
	display: inline-block;
	width: 100%;
}
.blog.view-detail .article-footer > div {
	margin: 0.5em 0;
	display: inline-block;
	float: left;
	text-align: left;
}
#discussion {
	margin-top: 2em;
}
.blog.view-detail .article-footer .published, .blog.view-detail .article-footer .author {
	float: right;
}
.article-footer .published span, .article-footer .author-label {
	font-weight: bold;
}
.blog.view-detail .article-footer .author {
	width: 100%;
}
form.article table {
	width: 100%;
}
.dates > span {
	font-weight: bold;
}
.dates > div, .article-footer .author > div {
	display: inline-block;
}
.blog #frm-subscriptionConfirmation-form ul li,
.blog #frm-editSubscription-form ul li {
	list-style-type: none;
}
.blog #frm-subscriptionConfirmation-form .form-item > ul,
.blog #frm-editSubscription-form .form-item > ul {
	padding-left: 0;
}
/*** BLOG - listLayouts, styles for all templates *****************************/
.articles .comments-number {
	display: inline-block;
	margin-top: 1em;
	font-size: 0.8em;
}
/*** BLOG - blogSimple ********************************************************/
.simple .articles .dueDate {
	display: inline-block;
	padding-bottom: 0.5em;
}
/*** BLOG - twoColumnsLayout **************************************************/
.two_columns .articles {
	position: relative;
}
.two_columns .article:after {
	display: block;
	visibility: hidden;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
.two_columns ul.tags {
	margin-bottom: 2em;
}
.two_columns h2 {
	margin-bottom: 0.2em;
}
.two_columns .article .intro-content {
	margin-left: 10em;
	text-align: justify;
}
.two_columns .article .author,
.two_columns .article .published,
.two_columns .article .dueDate {
	display: block;
	font-size: 0.9em;
}
.two_columns .morelink {
	float: right;
}
.two_columns .article .additional-info {
	float: left;
	width: 10em;
}
.calendarDate {
	display: block;
	width: 3em;
	border-radius: 6px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	background-color: lightgrey;
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(lightgrey));
	background: -o-linear-gradient(top, white 0%, lightgrey 100%);
	background: linear-gradient(top, white 0%, lightgrey 100%);
	box-shadow: 2px 2px 4px -1px gray;
	font-size: 1.5em;
	margin-bottom: 0.8em;
}
.calendarDate span {
	display: block;
	border-radius: 6px 6px 2px 2px;
	font-size: 0.8em;
	padding: 0.1em;
	line-height: 1.2;
	box-shadow: 0px 3px 2px -2px gray;
	background-color: darkred;
	background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(darkred));
	background: -o-linear-gradient(top, red 0%, darkred 100%);
	background: linear-gradient(top, red 0%, darkred 100%);
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
}
.blog-news .calendarDate {
	font-size: 1em;
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0;
	color: black;
}
.blog-news .calendarDate span {
	font-weight: normal;
}
/*** BLOG - Divided Background Layout *****************************************/
.divided_bg .article {
	position: relative;
	border-radius: 6px;
	margin-bottom: 2em;
	padding: 0.5em 1em 2em;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 12px -5px;
	behavior: url(js/PIE.htc);
}
.divided_bg h2 {
	margin-bottom: 0.25em;
}
.divided_bg h2 a {
	text-decoration: none;
}
.divided_bg h2 a:hover {
	opacity: 0.5;
}
.view-default.divided_bg .articles .article .articleText img {
	max-width: 100%;
	height: auto;
}
.divided_bg .article .dueDate {
	display: inline-block;
	padding-bottom: 0.5em;
}
.divided_bg .article .leftFooter {
	float: left;
	width: 50%;
}
.divided_bg .article .rightFooter {
	float: right;
	width: 50%;
	text-align: right;
}
.divided_bg .article .rightFooter,
.divided_bg .article .leftFooter span {
	display: block;
	font-size: 0.9em;
}
.divided_bg .article .rightFooter .addComment {
	display: inline;
}
.divided_bg .article .cleaner {
	margin-bottom: 1em;
}
/************** Blog - column box *********************************************/
.blog-news ul li {
	list-style: none;
}
.blog-news ul.list, .blog-news ul.calendar {
	margin: 0;
	padding: 0;
}
.blog-news ul.list li, .blog-news ul.calendar li {
	margin: 0.5em 0;
}
.blog-news ul.list li a {
	color: #000000;
}
.blog-news ul.list li a:hover, .blog-news ul.calendar li a:hover {
	text-decoration: none;
}
.blog-news ul li .due {
	font-weight: bold;
	margin-right: 0.2em;
}
.blog-news ul.list li .title {
	font-size: 1em;
	font-weight: normal;
}
.blog-news ul.calendar li {
	padding: 0.3em 0;
}
.blog-news ul.thumbnail {
	padding: 0;
}
.blog-news ul.thumbnail li {
	margin-bottom: 0.2em;
}
.blog-news ul.thumbnail li > a {
	display: block;
	padding: .4em;
	color: #FFFFFF;
	background-color: #313131; background-image: none;
	font-weight: bold;
}
/*** Tender *******************************************************************/
a.cell-link {
	display: block;
	padding: 2000px;
	margin: -2000px;
	text-decoration: none;
}
table.tenders {
	width: 100%;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
#ipopage .tenders th {
	padding: 0.5em;
}
#ipopage .tenders td {
	padding: 0.25em;
	overflow: hidden;
	vertical-align: middle;
}
#ipopage .tenders .right {
	text-align: right;
	margin-left: 0.3em;
}
ul.tenders {
	margin: 0 0 0.5em;
	padding: 0.5em;
}
ul.tenders li {
	list-style-type: none;
	clear: left;
}
ul.tenders li span.ui-icon-document {
	float: left;
	margin-right: 0.5em;
}
.tender .footer {
	text-align: right;
}
/*** Akce.cz ******************************************************************/
.akceCZ.view-default .event {
	margin: 1em 0;
	padding: 1em;
	border-radius: 6px;
	box-shadow: 1px 1px 12px -5px;
}
.akceCZ .event h2 {
	margin-top: 0;
}
.akceCZ .event .event-description {
	text-align: justify;
}
.akceCZ .event .event-details {
	display: table;
	width: 100%;
	border-spacing: 0 0.2em;
}
.akceCZ .event .event-details > div {
	display: table-row;
}
.akceCZ .event .event-details-label,
.akceCZ .event .event-details-value {
	display: table-cell;
	vertical-align: top;
}
.akceCZ .event .event-details-label {
	padding-right: 0.5em;
	width: 9em;
	font-weight: bold;
}
.akceCZ .event ul.types {
	padding: 0;
	margin: 0;
}
.akceCZ .event ul.types li {
	list-style: none;
	float: left;
	padding-right: 0.5em;
}
.akceCZ .event .images {
	margin: 1em 0;
}
.akceCZ .event .images img {
	max-width: 200px;
	border-width: 0;
	padding: 0.2em;
}
.akceCZ.view-detail .event .event-content {
	float: left;
	width: 50%;
	padding-right: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.akceCZ .google-map {
	float: right;
	width: 50%;
	height: 30em;
}
.akceCZ .event-filter .event-filter-list span {
	width: 25%;
}
/*** Turistika.cz ************************************************************/
.turistikaCZ.view-default .destination {
	border-radius: 6px;
	margin: 1em 0;
	padding: 1em;
	box-shadow: 1px 1px 12px -5px;
}
.turistikaCZ .destination h2 {
	margin-top: 0;
}
.turistikaCZ .destination .destination-description {
	margin: 1em 0;
	text-align: justify;
}
.turistikaCZ .destination .destination-details {
	width: 40%;
	margin: 1em 0;
	border-spacing: 0;
}
.turistikaCZ.view-detail .destination .destination-details {
	width: 100%
}
.turistikaCZ .destination .image {
	margin: 2em 0 0;
}
.turistikaCZ .destination .image a.image-detail {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	margin-right: 2em;
	margin-bottom: 2em;
}
.turistikaCZ .destination .image img {
	display: block;
	max-height: 130px;
	width: auto;
	height: auto;
}
.turistikaCZ .destination-details-label {
	width: 12em;
	font-weight: bold;
	float: left;
}
.turistikaCZ .destination-details-value {
	padding-right: 2em;
}
.turistikaCZ .google-map {
	height: 300px;
	width: 100%;
	display: block;
	margin-bottom: 1em;
}
.turistikaCZ .event-filter .event-filter-search {
	width: 6em;
}
.turistikaCZ .event-filter .form-item-label {
	display: none;
}
.turistikaCZ .event-filter .tree > .tree-node > .tree-items {
	display: block;
}
.turistikaCZ .event-filter .tree > .tree-node > .checkboxtree-toggle-branch {
	display: none;
}
/*** Event filter - akce.cz, turistika.cz ************************************/
.event-filter {
	margin: 1em 0;
}
.event-filter .event-filter-list-wrapper {
	display: table;
	width: 100%;
}
.event-filter .event-filter-search,
.event-filter .event-filter-list {
	display: table-cell;
	vertical-align: top;
}
.event-filter .event-filter-toggle-all {
	font-style: italic;
}
.event-filter input[type=checkbox] {
	margin-right: 0.5em;
	margin-left: 0;
}
.event-filter input[type=checkbox],
.event-filter input[type=checkbox] + label {
	vertical-align: middle;
}
.event-filter .event-filter-list span {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.event-filter .event-filter-search {
	width: 12em;
}
.event-filter .event-filter-search select {
	width: 100%;
	padding: 0.2em;
	margin-bottom: 0.3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.event-filter .event-filter-search .action-button {
	display: block;
	margin: 0 0 0 auto;
	padding: 0.3em 1em;
	width: auto;
}

[data-type="checkboxtree"] ul {
	list-style: none;
	display: none;
	width: 100%;
	padding-left: 3rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
[data-type="checkboxtree"] .tree {
	display: block;
	margin: 0;
	padding: 0;
}
[data-type="checkboxtree"] .tree-node {
	vertical-align: top;
	margin-bottom: 0.25rem;
}
[data-type="checkboxtree"] .tree > .tree-node > .tree-items {
	display: block;
}
[data-type="checkboxtree"] .tree-node > .tree-items {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
[data-type="checkboxtree"] .tree-item {
	width: 25%;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 0.25rem;
}
[data-type="checkboxtree"] .checkboxtree-toggle-branch {
	cursor: pointer;
	font-size: 1.25rem;
	width: 1.5rem;
	vertical-align: middle;
}
[data-type="checkboxtree"] .checkboxtree-toggle-branch.open:before {
	content: "\f0d7";
}
[data-type="checkboxtree"] .tree > .tree-node > label {
	font-weight: bold;
}
[data-type="checkboxtree"] .tree .checkboxtree-toggle-branch ~ .tree-items {
	display: none;
}
[data-type="checkboxtree"] .tree .checkboxtree-toggle-branch.open ~ .tree-items {
	display: block;
	border-left: 1px dashed #ccc;
	margin-left: 3px;
}

/*** Website registration *****************************************************/
.webSiteRegistration .form-item .form-item-label {
	display: table;
	width: 100%;
}
.webSiteRegistration .form-item .form-item-label label,
.webSiteRegistration .form-item .form-item-label .validator-message {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.webSiteRegistration .form-item .validator-message-content {
	display: table;
	float: right;
	border: 1px solid;
	box-shadow: 2px 2px 3px -2px #888;
	color: #000000;
	position: relative;
	font-size: 0.9em;
	padding: 0.3em;
}
.webSiteRegistration .validator-message .validator-message-text {
	display: table-cell;
	vertical-align: middle;
	padding-right: 0.5em;
}
.webSiteRegistration .validator-message .validator-message-icon {
	display: table-cell;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-image: url('img/website-registration-sprite.png');
	background-repeat: no-repeat;
}
.webSiteRegistration .validator-message-loading .validator-message-content {
	background-color: #e5f5fa;
	border-color: #b7e3f1;
}
.webSiteRegistration .validator-message-ok .validator-message-content {
	background-color: #ecf9e7;
	border-color: #b7e3b7;
}
.webSiteRegistration .validator-message-error .validator-message-content {
	background-color: #fce5e5;
	border-color: #f8b7b7;
}
.webSiteRegistration .validator-message-ok .validator-message .validator-message-icon {
	background-position: 0 50%;
}
.webSiteRegistration .validator-message-error .validator-message .validator-message-icon {
	background-position: -20px 50%;
}
.webSiteRegistration .validator-message-loading .validator-message .validator-message-icon {
	background: url('img/website-registration-loader.gif') no-repeat transparent;
}
.webSiteRegistration .validator-message-error .form-item-field > * {
	border-color: #f8b7b7;
}
/*** elastic fulltext *********************************************************/
#ipoheader .elasticSearchForm .newsheader {
	display: none;
}
.elasticSearchForm .newsbody {
	overflow: visible;
}
.elasticSearchForm input[type=text] {
	display: block;
	padding: 2px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.elasticSearchForm input[type=submit] {
    display: block;
    margin: 0.2em 0 0.2em auto;
}
/*** .noticeBoard - uredni deska **********************************************/
#ipopage .noticeBoard table.datagrid tbody tr a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000000;
	text-decoration: none;
}
#ipopage .noticeBoard table.datagrid tbody tr a .fa {
	margin-left: .5em;
}
#ipopage .noticeBoard table.datagrid tbody tr a .fa-files-o {
	transform: scale(-1, 1);
}
.noticeBoard .last-updated {
	margin: 1em 0;
	float: right;
}
.noticeBoard .last-updated:after {
	clear: both;
	display: block;
	content: ' ';
}
.noticeBoard .files .icon {
	vertical-align: middle;
}
.noticeBoard .datagrid .ui-icon-document {
	background-position: -36px -100px;
	display: inline-block;
	height: 9px;
	margin-right: 0.3em;
	width: 8px;
}
.noticeBoardOverview-filter {
	margin-bottom: 1em;
}
.noticeBoardOverview-filter fieldset {
	border: 1px solid #ccc;
	margin: 0;
	padding: 2em;
}
.noticeBoardOverview-filter legend {
	margin: 1px 0;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 .5em;
}
.noticeBoardOverview-filter-item {
	box-sizing: border-box;
	padding-bottom: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.noticeBoardOverview-filter-item span {
	margin-right: 1em;
	margin-bottom: .5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.noticeBoardOverview-filter-item span input {
	margin: 0 .5em 0 0;
}
.noticeBoardOverview-filter-label {
	min-width: 130px;
	margin-bottom: .25em;
}
.noticeBoardOverview-filter-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.noticeBoardOverview-filter-controls > input:focus,
.noticeBoardOverview-filter-controls > select:focus {
	border-color: currentColor;
}
.noticeBoardOverview-filter-controls > input,
.noticeBoardOverview-filter-controls > select {
	width: 100%;
}
.noticeBoardOverview-filter-search {
	clear: both;
	text-align: center;
	margin-top: .5em;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.noticeBoardOverview-item {
	padding: 2em;
	margin: 2em 0 0;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.noticeBoardOverview-item > div {
	margin: 1em 0;
}
.noticeBoardOverview-item > :first-child {
	margin-top: 0;
}
.noticeBoardOverview-item > :last-child {
	margin-bottom: 0;
}
.noticeBoardOverview--grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1em;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.noticeBoardOverview--grid .noticeBoardOverview-item {
	padding: 2em;
	border: 1px solid #ccc;
	margin: 1em;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	width: calc(50% - 2em);
	box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
	.noticeBoardOverview--grid .noticeBoardOverview-item {
		width: 100%;
	}
	.noticeBoardOverview-filter-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.noticeBoard #frm-noticeOverview-itemsPerPageChooser-form {
	margin-left: auto;
	text-align: right;
}
.noticeBoard #frm-noticeOverview-itemsPerPageChooser-form .form-item-label {
	display: inline-block;
	vertical-align: middle;
	padding-right: 1em;
}
.noticeBoard #frm-noticeOverview-itemsPerPageChooser-form .form-item-field {
	display: inline-block;
	vertical-align: middle;
}
.noticeBoard #frm-noticeOverview-itemsPerPageChooser-form:before,
.noticeBoard #frm-noticeOverview-itemsPerPageChooser-form:after {
	clear: both;
	content: ' ';
	display: table;
}
/*** .noticeAggregator - Přehled zveřejněných dokumentů **********************************************/
.noticeAggregatorFilter {
	margin-bottom: 1em;
}
.noticeAggregatorFilter .col-1-2 {
	padding: 0;
}
.noticeAggregatorFilter-buttons {
	padding: 1em 0;
}
.noticeAggregatorItem {
	padding: 1em;
	border: 1px solid #bbb;
	margin-top: 2em;
}
.noticeAggregatorItem .col-1-2 {
	padding: 0;
}
.noticeAggregatorItem h2 {
	margin-top: 0;
}
.noticeAggregatorItem-inserted {
	margin-top: 0.5em;
}
/*** filesRenderer ************************************************************/
#ipopage ul.files {
	margin: 0 0 0.5em;
	padding: 0.5em;
}
#ipopage ul.files li {
	list-style-type: none;
	clear: left;
	margin-bottom: 0.5em;
}
.file-type {
	width: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-image: url('img/fileIcons/default.svg');
}
.file-type-bmp {
	background-image: url('img/fileIcons/bmp.svg');
}
.file-type-csv {
	background-image: url('img/fileIcons/csv.svg');
}
.file-type-doc,
.file-type-docx {
	background-image: url('img/fileIcons/doc.svg');
}
.file-type-gif {
	background-image: url('img/fileIcons/gif.svg');
}
.file-type-jpg,
.file-type-jpeg {
	background-image: url('img/fileIcons/jpg.svg');
}
.file-type-odp {
	background-image: url('img/fileIcons/odp.svg');
}
.file-type-ods {
	background-image: url('img/fileIcons/ods.svg');
}
.file-type-odt {
	background-image: url('img/fileIcons/odt.svg');
}
.file-type-otf {
	background-image: url('img/fileIcons/otf.svg');
}
.file-type-pdf {
	background-image: url('img/fileIcons/pdf.svg');
}
.file-type-png {
	background-image: url('img/fileIcons/png.svg');
}
.file-type-ppt,
.file-type-pptx {
	background-image: url('img/fileIcons/ppt.svg');
}
.file-type-rar {
	background-image: url('img/fileIcons/rar.svg');
}
.file-type-rtf {
	background-image: url('img/fileIcons/rtf.svg');
}
.file-type-svg {
	background-image: url('img/fileIcons/svg.svg');
}
.file-type-txt {
	background-image: url('img/fileIcons/txt.svg');
}
.file-type-xls,
.file-type-xlsx {
	background-image: url('img/fileIcons/xls.svg');
}
.file-type-xml {
	background-image: url('img/fileIcons/xml.svg');
}
.file-type-zip {
	background-image: url('img/fileIcons/zip.svg');
}
/*** TuristikaCZ, Catalog, ... ************************************************/
.order-tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: 1px;
}
.order-tabs li {
	display: inline-block;
	margin-right: 4px;
}
.order-tabs a {
	position: relative;
	padding: 8px 10px;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
}
.order-tabs a:before {
	display: inline-block;
	margin-right: 0.5em;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.order-tabs .tab-price-high-to-low a:before {
	content: "\f107";
}
.order-tabs .tab-price-low-to-high a:before {
	content: "\f106";
}
.order-tabs .tab-alphabetically a:before {
	content: "\f15d";
}
.order-tabs .tab-newest a:before {
	content: "\f017";
}
.order-tabs .tab-rating a:before {
	content: "\f005";
}
.order-tabs .current a {
	font-weight: bold;
	pointer-events: none;
}
.customer-links {
	text-align: center;
	margin: 1em 0;
}
.customer-links a {
	display: inline-block;
	margin: 0 1em;
}
.customer .attributes {
	display: table;
	width: 100%;
	box-sizing: border-box;
	margin: 10px 0;
	padding: 0;
}

.customer .attributes .attributes-row {
	width: 100%;
	display: table-row;
}
.customer .attributes .attributes-row:nth-child(odd) {
	background-color: #ccc;
}
.customer .attributes .attributes-cell {
	width: 48%;
	float: left;
	padding: 1%;
	display: table-cell;
}
/*** Poll *********************************************************************/
.poll-option-bar > * {
	height: 1.1em;
	display: block;
	float: left;
}
.poll-bar-filled {
	background-color: #313131;
}
.poll-bar-unfilled {
	background-color: #24ADEF;
}
.poll-option {
	margin: 0 0 0.75em;
}
.poll-option-result {
	width: 100%;
	overflow: hidden;
}
.poll-option-text {
	overflow: hidden;
	width: 100%;
	min-height: 1.4em;
}
.poll-option-text input {
	margin: 0 0.1em 0 0;
	vertical-align: text-top;
}
.newsbody .poll-option-bar {
	width: 75%;
	float: left;
	margin-right: 0.5em;
}
.newsbody .poll-option-stats,
.newsbody .poll-summary {
	float: left;
}
.newsbody .poll-summary-paragraph {
	margin: 0.25em 0;
}
.newsbody .poll-option-percVotes {
	display: none;
}
.newsbody .poll-summary {
	margin-top: 0.5em;
}
.poll-widget-question {
	font-weight: bold;
	margin: 0.5em 0;
}
/*** Data Aggregator Calendar ************************************************************/
.blog-cal.ui-datepicker {
	margin-bottom: 0.5em;
	display: block;
}
.blog-cal.ui-datepicker table.ui-datepicker-calendar tbody tr td a {
	text-decoration: underline;
}
.blog-cal.ui-datepicker .ui-datepicker-header {
	margin-bottom: 0.2em;
	background-color: #313131;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5F5F5F), to(#010101));
	background: -moz-linear-gradient(top, #5F5F5F 0%, #010101 100%);
	background: -o-linear-gradient(top, #5F5F5F 0%,#010101 100%);
	background: -ms-linear-gradient(top, #5F5F5F 0%,#010101 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#5F5F5F,EndColorStr=#010101,GradientType=0);
	background: linear-gradient(top, #5F5F5F 0%, #010101 100%);
	color: #FFFFFF;
}
.blog-cal.ui-datepicker .ui-datepicker-header .ui-icon {
	background-image: url('img/jquery-ui/ui-icons_ffffff_256x240.png');
}
.blog-cal.ui-datepicker .ui-datepicker-header .ui-icon:hover,
.blog-cal.ui-datepicker .ui-datepicker-header a:hover .ui-icon {
	background-image: url('img/jquery-ui/ui-icons_222222_256x240.png');
}
.blog-cal.ui-datepicker .ui-datepicker-header a:hover,
.ui-datepicker table.ui-datepicker-calendar tbody tr td a:hover {
	border: 1px solid #999;
	background-color: #e3e3e3;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #e4e4e4), color-stop(0.5, #dadada));
	background: -o-linear-gradient(center top, #e4e4e4 50%, #e3e3e3 50%);
	background: linear-gradient(center top, #e4e4e4 50%, #e3e3e3 50%);
	color: #212121;
}
.blog-cal.ui-datepicker .ui-datepicker-header a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-cal.ui-datepicker th {
	padding: 0.7em 0.25em;
}
.blog-cal.ui-datepicker .ui-datepicker-calendar .ui-state-highlight.ui-state-active {
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
}
.ui-state-default.ui-datepicker-other-month {
	filter: alpha(opacity=35);
	-moz-opacity: 0.35;
	opacity: 0.35;
}
.blog-cal,
.blog-cal table.ui-datepicker-calendar {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	width: 100%;
	max-width: 200px;
	padding-left: 2px;
	padding-right: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	table-layout: fixed;
}
.blog-cal table.ui-datepicker-calendar,
.blog-cal table.ui-datepicker-calendar td {
	border-collapse: collapse;
	border-width: 1px;
}
.data-aggregator-calendar .newsbody {
	padding-left: 0;
	padding-right: 0;
}
/*** Data aggregator *****************************************************/
.dataAggregator .da-navigation {
	margin: 1em 0;
	text-align: center;
}
.dataAggregator .da-navigation .da-navigation-prev, .dataAggregator .da-navigation .da-navigation-next {
	margin: 0 1em;
	display: inline-block;
	min-width: 60px;
}
.dataAggregator .da-content-wrapper .da-content {
	margin: 2em 0;
}
.dataAggregator .da-content-wrapper .da-content:first-child {
	margin-top: 0;
}
.dataAggregator .da-content-day {
	margin: 0.5em;
	text-align: left;
}
.dataAggregator .da-content-day h2 {
	margin: 0;
}
.dataAggregator .da-content-day h2, .dataAggregator .da-content-day em {
	display: inline-block;
	vertical-align: middle;
}
.dataAggregator .da-content-day em {
	margin-left: 1em;
	text-align: center;
	text-transform: none;
	font-size: 90%;
}
.dataAggregator .da-content-day em span {
	display: block;
	border-bottom: 1px solid;
	padding: 0 5px;
}
.dataAggregator .da-content-events {
	width: 95%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}
.dataAggregator .da-content-events .da-content-events-certain:hover {
	opacity: 0.75;
}
.dataAggregator .da-content-events .da-content-events-certain {
	box-shadow: 1px 1px 12px -5px #888888;
	border-radius: 6px;
	padding: 1em;
	margin: 1em 0;
}
.dataAggregator .da-content-events .da-content-events-certain h3 {
	margin-top: 0;
}
.dataAggregator .da-content-events .da-content-events-certain .da-certain-content {
	text-align: justify;
}
.dataAggregator .da-content-events .da-content-events-certain .da-certain-footer {
	display: table;
	width: 100%;
}
.dataAggregator .da-content-events .da-content-events-certain .da-certain-footer .da-certain-detail {
	text-align: left;
	display: table-cell;
}
.dataAggregator .da-content-events .da-content-events-certain .da-certain-footer .da-certain-source {
	text-align: right;
	display: table-cell;
}

/*** Popup window **********************************************************/

.modal-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-size: 18px;
	z-index: 150;
	background-color: rgba(0,0,0,0.2);
}

.modal-wrapper .modal-close {
	float: right;
	margin-left: 1em;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	color: #333;
	text-decoration: none;
}

.modal-wrapper .modal-close:hover {
	color: #000;
}

.modal-wrapper .modal-close:before {
	content: "\f00d";
}

.modal-wrapper .modal-close span {
	display: none;
}

.modal-wrapper .modal-dialog {
	padding: 18px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	left: 50%;
	top: 100px;
	transform: translateX(-50%);
}

.modal-wrapper .modal-dialog .modal-body {
	padding-top: 27px;
}

@media only screen and (max-width: 1024px) {
	.modal-wrapper .modal-dialog {
		top: 50px;
	}
}

/*** Cookie confirmation ***************************************************/

.cookie-choices-info {
	font-size: 14px;
	padding: 10px;
	background-color: #fff;
	color: #333;
	text-align: center;
	border-top: 1px solid #ccc;
	position: fixed;
	left: 0;
	top: auto;
	bottom: 0;
	width: 100%;
	z-index: 150;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}
.cookie-choices-info p {
	margin: 10px 0;
	text-align: center;
}
.cookie-buttons a {
	display: inline-block;
	margin: 2px;
}
.cookie-button.more {
	color: #333;
}
.cookie-button.more:hover {
	text-decoration: none;
	color: #000;
}
.cookie-button.cookie-button--settings.action-button {
	color: #fff;
	background: #666;
	border-color: #666;
}
.cookie-button.cookie-button--settings.action-button:hover {
	color: #fff;
	background: #444;
	border-color: #444;
}
.cookie-choices-info.template_2 {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	transform: translate(-50%, -50%);
	max-width: 690px;
	width: 100%;
	max-height: none;
	height: auto;
	padding: 1em;
	border-radius: 0;
}
.cookie-choices-bg {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 102;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	.cookie-choices-info.template_2 {
		position: fixed;
		left: 0;
		top: auto;
		bottom: 0;
		transform: none;
		max-width: 100%;
		width: 100%;
	}
}

.cookie-choice-settings {
	font-size: 14px;
	position: fixed;
	margin: 0 auto;
	width: 100%;
	background: #fff;
	z-index: 151;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	left: 0;
	bottom: -1px;
	right: 0;
	border: 1px solid #ccc;
	padding: 2em;
	max-width: 1024px;
	text-align: left;
	box-sizing: border-box;
	max-height: 80vh;
	overflow-y: auto;
	color: #333;
}

.cookie-choice-settings .cookie-choice-settings--close {
	float: right;
	margin-left: 1em;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	color: #333;
	text-decoration: none;
}

.cookie-choice-settings .cookie-choice-settings--close:hover {
	color: #000;
}

.cookie-choice-settings .cookie-choice-settings--close:before {
	content: "\f00d";
}

.cookie-choice-settings .cookie-choice-settings--close span {
	display: none;
}

.cookie-settings-choice {
	font-weight: bold;
	font-size: 1.15em;
	padding-bottom: .5em;
}

.cookie-settings-choice + div {
	color: #333;
}

.cookie-choice-settings form > div:not(.cookie-buttons) {
	padding-top: 1em;
	border-top: 1px solid #ccc;
	margin-top: 1em;
}

.cookie-choice-settings .cookie-buttons {
	text-align: center;
	margin-top: 2em;
}

.cookie-choice-settings .cookie-buttons input {
	margin: 2px;
}

.cookie-choice-settings .cookie-buttons input[name="necessaryCookies"],
.cookie-choice-settings .cookie-buttons input[name="selectedCookies"] {
	color: #fff;
	background: #666;
	border-color: #666;
}
.cookie-choice-settings .cookie-buttons input[name="necessaryCookies"]:hover,
.cookie-choice-settings .cookie-buttons input[name="selectedCookies"]:hover {
	color: #fff;
	background: #444;
	border-color: #444;
}

.cookie-settings-choice input {
	float: right;
	width: 1em;
	height: 1em;
	margin: 0;
}

.cookie-choice-settings .fa.yes {
	color: #27c90d;
}

.cookie-choice-settings .fa.no {
	color: #999999;
}

.cookie-choice-settings--left {
	right: auto;
	bottom: 1em;
	width: auto;
}

.cookie-choices-fixed {
	position: fixed;
	bottom: 1em;
	left: 1em;
	z-index: 151;
}

.cookie-choices-fixed a svg {
	width: 1.5em;
	vertical-align: middle;
}

.cookie-choices-fixed a svg path {
	fill: currentColor;
}

.cookie-choices-fixed .fa {
	font-size: 18px;
}

.cookie-choices-fixed a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
		color: #062B43;
			background-color: #24ADEF;
		padding: 5px;
	border-radius: 4px;
	display: inline-block;
	line-height: 18px;
	font-size: 18px;
	width: 37px;
	height: 37px;
}

.cookie-choices-fixed a:hover {
		color: #ffffff;
			background-color: #062B43;
	}

/*** Design Warning  **********************************************************/
.design-warning {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	padding: .75em 1.25em;
	z-index: 150;
	border-top: 1px solid #f1dfa8;
	color: #735703;
	background-color: #fff3cd;
}
.design-warning .fa {
	font-size: 1.5em;
	margin-right: .5em;
}
.design-warning .action-button,
.design-warning .action-button:visited {
	display: inline-block;
	font-size: 1em;
	padding: .25em .75em;
	border: 0;
	background: #735703;
	color: #fff;
}
.design-warning .action-button:hover{
	background: #553c03;
	color: #fff;
}

/*** social media icons *******************************************************/
/*** icons view */
.social-media-buttons {
	min-height: 30px;
}
.gallery.view-detail .social-media-buttons {
	width: 100%;
}
.social-media-buttons > * {
	vertical-align: top;
}
#socialMediaIconsSetupHeader {
	text-align: right;
}
/*** icons setup form */
#socialMediaIconsSetupHeader .socialIconSetupLabel {
	min-width: 100px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}
#frm-iconsForPages-socialMediaIconsForm .system-form-item-label,
#frm-iconsForPages-socialMediaIconsForm .system-form-item-field span {
	float: left;
}
#frm-iconsForPages-socialMediaIconsForm :not(.buttons) .system-form-item-field {
	float: right;
}
#frm-iconsForPages-socialMediaIconsForm .system-form-item:not(.buttons):nth-child(odd) {
	background-color: #24ADEF;
}
#frm-iconsForPages-socialMediaIconsForm .system-form-item-label {
	min-width: 300px;
	padding-left: 0.3em;
}
#frm-iconsForPages-socialMediaIconsForm .system-form-item-field span label {
	display: none;
}
#frm-iconsForPages-socialMediaIconsForm .system-form-item-field span input {
	width: 100px;
}
#frm-iconsForPages-socialMediaIconsForm .system-form-item:not(.buttons) {
	margin: 0;
	line-height: 1.5em;
}

.menu li {
	list-style: none;
}

.menu .menu-item {
	margin-bottom: 1em;
}

.menu .menu-item h3 {
	margin: 0 0 0.5em 0;
}

.menu .menu-item .meal-list {
	display: table;
}

.menu .menu-item .meal-list .meal-item {
	display: table-row;
	margin: 0.5em 0;
}

.menu .menu-item .meal-list .meal-item > div {
	display: table-cell;
}

.menu .menu-item .meal-list .meal-item .meal-item-title {
	width: 50%;
}
.menu .menu-item .meal-list .meal-item .meal-item-description {
	width: 40%;
	text-align: center;
}
.menu .menu-item .meal-list .meal-item .meal-item-cost {
	width: 10%;
	text-align: right;
}

/* tooltipster custom theme */
.tooltip-wrapper {
	display: none
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
	border: 1px solid #ccc;
	background: #ffffff;
	color: #333;
	margin-right: 1em;
	margin-left: 1em;
	text-align: left;
	-webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized.tooltipster-base {
	font-size: 13px;
	font-family: Verdana, sans-serif;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content h3 {
	margin: 0 0 .5em;
	font-family: Verdana, sans-serif;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content {
	padding: 14px 18px;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content,
.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content a {
	color: #333
}

/* top arrow */
.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #ccc;
}

/* left arrow */
.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #ccc;
}

/* right arrow */
.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #ccc;
}

/* bottom arrow */
.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized.tooltipster-bottom .tooltipster-arrow-border {
	border-top-color: #ccc;
}

/*** LazyLoading Error *************************************************/
.error[loading] {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAQAAACQ9RH5AAAC33pUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAAHja7ZdRkuMoDIbfOcUeAUkIieNgA1Vzgz3+/mDa6aR7pmpn52EfYioYy+IH9AmShP73jxH+wkVFYkhqnkvOEVcqqXBFw+N1XXeKadXrknO/o2d7uF8wTDI9r8fct3+FXR8dLG378WwPtoXYt9B+8SEoc2RGY/v5FhK+7LSfQ9n9avq0nP052rbpdXt9ToZgNIWecOAuJBG1z1EEM5AiddpQw8LTImirOGoR+j524W6+BO9uvcQu1m2X51CEmLdDfonRtpN+H7sVoc8zosfITy9M7iG+xG6M5mP0a3U1ZUQqh72oj6WsFhwPhFJWt4xi+CjatkpBcSzxBLEGmgfKGagQI7KDEjWqNKiv+0knppi4s+HOfLIsm4tx4XNBSbPQYAOeFsCC5QQ1gZnvudAat6zxTnKM3AieTBAj9PhSwnfG3ym30BgzdYmi37HCvHjmNKYxyc0aXgBCY8dUV3xXCZ/yJn4CKyCoK8yOBdZ4XBKH0iO3ZHEW+GlMIV5bg6xtAYQIYysmQwICMZMoZYrGbESIo4NPxcxZEh8gQKrcKAywEcmA4zzHRh+j5cvKlxlHC0CoZDGgwQYCrJQU+WPJkUNVRVNQ1aymrkVrlpyy5pwtzzOqmlgytWxmbsWqiydXz27uXrwWLoIjTEsuFoqXUmrFoBXSFb0rPGo9+JAjHXrkww4/ylFPpM+ZTj3zaaef5ayNmzRs/5abheattNqpI5V66tpzt+699DqQa0NGGjrysOGjjHpT21SfqdELuV9To01tEkvLzx7UYDb7kKB5nOhkBmKcCMRtEkBC82QWnVLiSW4yi4WxKZRBjXTCaTSJgWDqxDroZvcg90tuQdO/4sY/Ixcmuj9BLkx0m9xXbt9Qa3V9o8gCNHfhjGmUgYMNDt0re53fSb99D/9V4C30FnoLvYXeQm+ht9D/R2jgxwP+aoZ/APWmke/mAiJwAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH4woCCzoqTvrr6AAAA4ZJREFUWIXt2F1vFVUUxvHfTE/bU5tqLC0UimJbG6FFhUhVwFBEUYiJRG+89Ev4bbzRL4AxxvBiEJAUUJAXkULAilVoWimkEqCHvpzxgklT8MzpTBijCX3malZW1n/Wnr3XWtksalH/koIEe7339ChkjFZ2wj7lNK41CfZ+rwozYgm0azQkWtg1KaeV+NWpTNiXdQtswJ6Fs04CB7jp50zgdt0igb406OzLWV1jLqDPzoUi5w2esdtgGnTeYKZ9YRAbqqOzHpi0aHqqb7O8waEGEfao11UNnSf4Lyz3SfwWILDBHYcqf2F+OuOqQE38hDF+VWXnPDMu+Uy74jxLn+eTnPP9xzOGH3jvTnbN/zil1H8GTrvUSV2skmbzA3f5UF1K7JTdhvICt2pMiaVWa37gkyYyZPxLGrd04BkXU2JTa/E4JSlInEcfVpRm1EsLXmWX2pTgaV8+VDgfAdyuOSX2vndu4JPuZsh4MI1bOvCUMymxqfX4HafHD5y0uSKs0OzmPFuoS7daV50zNc9e50UrTbts6IFRttmKOFIFJdWjfm/iniOOmwEtduiK/W/Y57IIgW7vWhJ/7JB9rscJvWaLehx0OAs41GerBozab9x6m9WJXDfpGaHIoEPo1ytQ9ocGrQJTBpzWYrvlmHTYD5UH+moV+Cnv6BGIRELcddApZc/aqQ1l9/fIqL2GhdbZphFlgUDkgv0mkoJXL/2Bbtu1CMw474Bbsb3gdZs8gUkDvjcd25u8rVdB5IZvXKrWLpLBRZRQo03RuFsi1AuVRChqw6gSAkVl9+J1alEyanZejAzgF3wgcNTRuWxYZpvn1LjuOxfnsgmstkWrWb/51ticd61NNonsdqkSIGls3Wmpgg6r3TSBOlu9b6mCUJNebUZM4mm79GsSKmixTp0RswKdPrJWQUHRuSwZf6zDpHqhsgv+9JIluO2IOzZqR8lprFfENcc0ekMTbvjJUmuEyu5pcMXnWcE/GrRDa2wpO+uA26jRp19DbC857IQZNHrLurlaOG6vNV5JAldri5Ehn+rTq8GYY36P/+us4y7arANXDMwdmTu+ctZGy0w674Qpq5ODL9SPpww4KvhHEZjwtcDDBTEybFiYZu5KMwgkhUkKnupK8fFri//Lftxs7SNGb5a4E5LAV3Xq1PmI4PuRKiqpZI540pJM9wCVNO28A+luCBa1qNz0N0yQ9ML5hZVCAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: inherit;
}


/*** Statistics ********************************************************/
#ipostatistics {
	height: 0;
}

/*** CSS grid ***************************************************************/

/**
 * Zachovávat stejný obsah jako v app/presentation/Tiny/templates/css.latte
 */

.row:before,
.row:after {
	display: table;
	content: " ";
}
.row:after {
	clear: both;
}
.col-1,
.col-1-1,
.col-1-2,
.col-1-3,
.col-2-3,
.col-1-4,
.col-3-4,
.col-1-6,
.col-5-6,
.col-1-12,
.col-2-12,
.col-3-12,
.col-4-12,
.col-5-12,
.col-6-12,
.col-7-12,
.col-8-12,
.col-9-12,
.col-10-12,
.col-11-12,
.col-12-12 {
	display: inline-block;
	*display: inline;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.col-1-2,
.col-1-3,
.col-2-3,
.col-1-4,
.col-3-4,
.col-1-6,
.col-5-6,
.col-1-12,
.col-2-12,
.col-3-12,
.col-4-12,
.col-5-12,
.col-6-12,
.col-7-12,
.col-8-12,
.col-9-12,
.col-10-12,
.col-11-12,
.col-12-12 {
	padding: 0 5px;
	float: left;
}
.col-1-12 {
	width: 8.3333%;
	*width: 8.3023%;
}
.col-1-6,
.col-2-12 {
	width: 16.6667%;
	*width: 16.6357%;
}
.col-1-4,
.col-3-12 {
	width: 25%;
	*width: 24.9690%;
}
.col-1-3,
.col-4-12 {
	width: 33.3333%;
	*width: 33.3023%;
}
.col-5-12 {
	width: 41.6667%;
	*width: 41.6357%;
}
.col-1-2,
.col-6-12 {
	width: 50%;
	*width: 49.9690%;
}
.col-7-12 {
	width: 58.3333%;
	*width: 58.3023%;
}
.col-2-3,
.col-8-12 {
	width: 66.6667%;
	*width: 66.6357%;
}
.col-3-4,
.col-9-12 {
	width: 75%;
	*width: 74.9690%;
}
.col-5-6,
.col-10-12 {
	width: 83.3333%;
	*width: 83.3023%;
}
.col-11-12 {
	width: 91.6667%;
	*width: 91.6357%;
}
.row,
.col-1,
.col-1-1,
.col-12-12 {
	width: 100%;
}


/*** responsive ***************************************************************/
@-ms-viewport { width: device-width }

#ipocontainer,
#ipotopmenuwrapper,
#ipomain,
#ipomainframe,
#ipopage,
.ipopagetext {
	width: 100%
}

#ipoheader,
#ipotopmenu,
#ipomain > div,
#ipofooter,
.content {
	max-width: 1024px;
	margin: 0 auto;
}
.menu-toggler {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1em;
	color: #fff;
	display: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: .4em 1em;
}
.menu-toggler span {
	padding-left: 1em;
	line-height: 1;
}
.menu-toggler:hover {
	cursor: pointer;
}
.menu-toggler:hover span {
	color: #76B0E3;
}
.menu-toggler span {
	padding-left: 1em;
	line-height: 1;
}
#back-to-top {
	display: none;
}
@media only screen and (max-width: 1024px) {
	html, body {
		min-width: 100%;
	}
	.menu-toggler {
		display: block;
		z-index: 101;
	}
	#ipopage {
		padding: 1em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#ipocontainer,
	#ipoheader,
	#ipotopmenu,
	#ipomain,
	#ipomainframe,
	#ipopage,
	#ipoleftblock,
	#iporightblock,
	#ipoleftblockin,
	#iporightblockin,
	#ipofooter,
	.content{
		width: 100%;
	}
	#ipopage,
	#iporightblock,
	#ipoleftblock,
	.ipopagetext {
		min-height: initial;
	}
	#ipotopmenuwrapper {
		display: none;
		width: 100%;
		position: absolute;
		padding-top: 50px;
		top: 0;
		left: 0;
		z-index: 100;
	}
	#ipotopmenu * {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#ipotopmenu {
		border-radius: 0;
	}
	#ipotopmenu > ul {
		padding-left: 0;
	}
	#ipotopmenu ul.topmenulevel1 > li,
	#ipotopmenu ul.topmenulevel1 li.noborder {
		border: 0 none;
	}
	#ipotopmenu ul li,
	#ipotopmenu ul.topmenulevel1 li.topmenuitem1 a,
	#ipotopmenu ul.topmenulevel2 li.topmenuitem2 a,
	#ipotopmenu ul.topmenulevel3 li.topmenuitem3 a {
		width: 100%;
		text-align: center;
	}
	#ipotopmenu ul.topmenulevel1 li.topmenuitem1 ul.topmenulevel2,
	#ipotopmenu ul.topmenulevel2 li.topmenuitem2 ul.topmenulevel3,
	#ipotopmenu ul.topmenulevel3 li.topmenuitem3 ul.topmenulevel4 {
		visibility: visible;
		display: none;
		width: 100%;
	}
	#ipomenu li {
		text-align: center;
	}
	#ipomenu ul li.submenu1 > ul {
		background-color: inherit;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		float: none;
		margin: 0 auto 20px;
		padding: 6px 0;
		position: static;
		visibility: visible;
		width: 90%;
	}
	#ipomenu ul li.submenu1 ul li,#ipomenu ul li.submenu1 ul li a {
		background: transparent;
		border: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: none;
		width: 100%;
	}
	#ipotopmenu ul.topmenulevel1 li.topmenuitem1 ul.topmenulevel2 {
		background-color: inherit;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		float: none;
		margin: 0 auto 20px;
		padding: 6px 0;
		position: static;
		visibility: visible;
		width: 90%;
		border: none;
	}
	#ipotopmenu ul.topmenulevel2 li.topmenuitem2 {
		margin: 0;
	}
	#ipotopmenu ul.topmenulevel1 li.topmenuitem1,#ipotopmenu ul.topmenulevel1 li.noborder {
		height: initial !important;
		line-height: initial;
	}
	#ipomenu ul li.submenu2 ul {
		display: none;
	}
	
	#ipocontainer {
		padding-bottom: 0;
	}
	#ipocopyright {
		position: static;
		height: auto;
		padding: 0;
		width: 100%;
		display: inline-block;
	}
	.copyright {
		position: static;
		top: 0;
		height: auto;
	}
	.col-1,
	.col-1-1,
	.col-1-2,
	.col-1-3,
	.col-2-3,
	.col-1-4,
	.col-3-4,
	.col-1-6,
	.col-5-6,
	.col-1-12,
	.col-2-12,
	.col-3-12,
	.col-4-12,
	.col-5-12,
	.col-6-12,
	.col-7-12,
	.col-8-12,
	.col-9-12,
	.col-10-12,
	.col-11-12,
	.col-12-12 {
		float: none;
		width: 100%;
		padding: 0;
	}
	#back-to-top {
		color: #FFF;
		border: 0 none;
		height: 40px;
		bottom: 45px;
		font-size: 1.75em;
		padding: 1px 15px;
		vertical-align: middle;
		line-height: 38px;
		position: fixed;
		right: 10px;
		background: #555;
		cursor: pointer;
		-webkit-transition: all 0.5s ease-out 0s;
		transition: all 0.5s ease-out 0s;
		z-index: 100;
		-webkit-animation: fadeInUp 1s both;
		animation: fadeInUp 1s both;
	}
	#ipopage,
	#ipoleftblock,
	#iporightblock {
		margin: 0;
	}
	#ipomenu ul, #ipomenu ul li {
		width: 100%;
	}
	#ipoleftblockin .ipolefttext, #iporightblockin .iporighttext {
		float: left;
		width: 100%;
	}
	#ipoleftblockin .ipolefttext > div, #iporightblockin .iporighttext > div {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 0 1%;
	}
	img {
		max-width: 100%;
		height: auto;
		display: inline-block;
	}
	.rwd-table {
		overflow-x: auto;
	}
	.rwd-table table {
		width: 100% !important;
	}
	.gallery .images {
		text-align: center;
	}
	.gallery .image-wrapper {
		display: inline-block;
		float: none;
	}
	.catalog.view-itemDetail .images img {
		max-width: inherit;
	}
	.cookie-buttons {
		margin-top: 8px;
	}
	iframe {
		width: 100%;
	}
}
@media only screen and (max-width: 700px){
	.catalog .orderWizard-navigation a,
	.catalog .orderWizard-navigation span {
		width: 100%;
	}
	.catalog .orderWizard-navigation :nth-last-child(n+2) { /*odstranění borderdu v navigaci*/
		border: none;
	}
	.eshop-basketOverview {
		display: block;
	}
	.catalog.view-basket .eshop-basketOverview-Header { /*skrytí hlavičky v košíku*/
		display: none;
	}
	.catalog.view-basket .eshop-basketOverview-row {
		display: block;
		float: left;
		padding: 10px 0 10px;
		width: 100%;
	}
	.total-prices > div:first-child > div { /*skrytí vodorovných linek*/
		border: none;
	}
	.eshop-paymentDelivery-row .eshop-basketOverview-cell:first-child {
		text-align: left;
		display: inline-block;
		width: 100%;
	}
	.eshop-basketOverview-cell.eshop-basketOverview-itemName {
		padding-right: 0;
		overflow: initial;
		max-width: 32em;
	}
	.eshop-basketOverview-cell.recalculate { /*tlačítko pro přepočítání*/
		display: block;
		width: 130px;
		float: left;
	}
	.eshop-basketOverview-cell.totalPrice,
	.eshop-basketOverview-cell.forPiece,
	.eshop-basketOverview-cell.removeItem { /*cena za kus a celková částka*/
		display: block;
	}
	.eshop-basketOverview-cell.eshop-totalPriceLabel { /*celková cena*/
		display: inline-block;
		text-align: left;
		width: 33%;
		padding: 0;
	}
	.eshop-basketOverview-cell.eshop-totalPriceValue {
		display: inline-block;
		width: 66%;
		padding: 0;
	}
	.catalog.view-basket div.buttons {/*mezera před buttony*/
		margin: 0;
	}
	.eshop-basket #czech-post-zipcode {
		width: 100%;
	}
	#frm-orderWizard-deliveryDataForm .form-item .form-item-label,
	#frm-orderWizard-deliveryDataForm .form-item .form-item-field { /*kontaktní fomrulář*/
		width: 100%;
		padding: 0;
		display: block;
	}
	.eshop-basketOverview-cell.countItem { /*zarovnání počtu objednáných položek*/
		float: left;
	}
	.total-prices {
		display: block;
		width: 100%;
	}
	.eshop-basketOverview-cell {
		padding: 0;
	}
	#frmapplyForm-code-pair {
		display: block;
		width: 100%;
	}
}
@media only screen and (max-width: 600px) {
	.catalog .default-image {
		width: 100%;
		float: none;
		margin: 0;
	}
	.catalog .catalog-item .attributes {
		float: none;
		width: 100%;
		box-sizing: border-box;
		margin: 10px 0;
		padding: 0;
	}
	.catalog.view-itemDetail .eshop-priceAndBasketAdd,
	.catalog.view-itemDetail .eshop-stockInfo {
		width: 100%;
		float: none;
	}
	.catalog .default-image .thumbnail {
		text-align: center;
	}
}
@media only screen and (max-width: 505px) {
	.linkprev, .linkback, .linknext {
		width: 100%;
		margin: 1% 0;
	}
	.cookie-choices-info {
		font-size: 13px;
		padding: 6px;
	}
	.cookie-choice-settings {
		font-size: 13px;
	}
	.content-paginator .paginator-button-text {
		display:none;
	}
	}
@media only screen and (max-width: 400px) {
	.matrix li > div {
		min-height: 0;
	}
	.items.matrix .cleaner + li + li,
	.items.matrix > li:first-child + li {
		margin-left: 0;
		margin-right: 0;
	}
	.catalog .categories .category-image {
		width: 100%;
		margin-left: 0;
		float: none;
	}.catalog .categories .category {
		width: 100%;
		float: none;
	}
	.catalog .categories .category-image img {
		margin: 0;
	}
	.form-horizontal .form-item .form-item-label, .form-horizontal .form-item .form-item-field {
		display: block;
		width: 100%;
	}
	.form-horizontal .form-item .form-item-field > * {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	form .form-horizontal .form-item .g-recaptcha {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	.form-horizontal .form-item.recaptcha {
		display: block;
		width: 245px;
	}
	.matrix li {
		width: 100%;
	}
	.eshop-basketOverview-cell.eshop-totalPriceValue {
		display: inline-block;
		width: 65%;
		padding: 0;
	}
	.eshop-basketOverview-cell.eshop-basketOverview-itemName {
		width: 100%;
		float: left;
		overflow: hidden;
		padding-right: 0;
	}
	.cookie-choices-info {
		font-size: 12px;
	}
	.cookie-choice-settings {
		font-size: 12px;
	}
}
@media only screen and (max-width:340px){
	.action-button.btn-submit.backToCatalog {/*tlačíko pro posun v objednávce*/
		padding: 5px 5px;
	}
	.action-button.btn-submit.nextStep {
		padding: 5px 5px;
	}
}


/*** Coolurl ******************************************************************/

/*** timepicker ***************************************************************/
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
.view-personalDataProcessing {
	max-width: 1024px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/*** custom styles ************************************************************/
body,
html {
	font-size: 18px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins",sans-serif;
}
body.mce-content-body.ipopagetext .widget_box-notice {
   display: grid;
}
body.mce-content-body.ipopagetext .widget-cta{
    position: static;
	margin: 0.5rem 0;
}
#ipocopyright .action-button,
#ipocopyright .action-button:visited,
.akceCZ.view-default .event h2 a:hover,
.main-rozcestnik > a,
.main-rozcestnik>a:hover>strong,
.turistikaCZ.view-default .destination h2 a:hover {
	text-decoration: none;
}
*,
::after,
::before {
	box-sizing: border-box;
}
a {
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}
.action-button,
.action-button:visited {
	border: none;
	box-shadow: none;
	margin: 0.5rem 0;
	font-weight: 700;
	font-size: 1em;
	padding: 0.5em 1.5em;
	border-spacing: unset;
	border-radius: 0;
	display: inline-block;
	text-align: center;
	position: relative;
	transition: 0.25s ease-in-out;
}
.action-button:hover {
	border: none;
	font-weight: 700;
}
.cookie-button.action-button,
.cookie-button.action-button:hover,
.cookie-button.action-button:visited {
	padding: 0.4rem 1rem;
	font-size: 1em;
}
.cookie-choice-settings .cookie-buttons input {
	font-size: 1em;
}
.cookie-choices-fixed a {
	height: 37px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
strong {
	font-weight: bold;
}
::-moz-selection {
	color: #000;
	background: #24aef1;
}
::selection {
	color: #000;
	background: #24aef1;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
object,
p,
span {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
.col-1-1,
.col-1-12,
.col-1-2,
.col-1-3,
.col-1-4,
.col-1-6,
.col-10-12,
.col-11-12,
.col-12-12,
.col-2-12,
.col-2-3,
.col-3-12,
.col-3-4,
.col-4-12,
.col-5-12,
.col-5-6,
.col-6-12,
.col-7-12,
.col-8-12,
.col-9-12,
.row {
	min-height: 1px;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	background: none;
}
body {
	line-height: 1.5;
	font-weight: 400;
}
#ipocontainer a,
#ipocopyright a {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}
#ipofooter {
	min-height: 0;
}
.subscribe-toolbar .fa {
	margin-top: 4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 400;
}
h1 {
	font-size: 2.22em;
	margin: 1.5rem 0;
	font-weight: 700;
	position: relative;
}
h2 {
	font-size: 1.5em;
	margin: 1.2rem 0;
	font-weight: 700;
}
h3 {
	font-size: 1.3em;
	margin: 1.1rem 0;
	font-weight: 700;
}
p,
p:last-child {
	margin-bottom: 0.5em;
}
h4 {
	font-size: 1.1em;
}
p {
	line-height: 1.6;
	text-align: left;
}
.paragraph ul,
.seznam-ikona {
	list-style: none;
	padding-left: 0;
}
.paragraph ul > li,
.seznam-ikona > li {
	margin-bottom: 0.5em;
	font-size: 1em;
	position: relative;
	padding-left: 1.5em;
}
.paragraph ul > li::before,
.seznam-ikona > li::before {
	content: '\f105';
	color: #000;
	position: absolute;
	top: 5px;
	left: 0;
	text-indent: 0;
	display: inline-block;
	font: 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.paragraph ul > ul,
.seznam-ikona > ul {
	padding-left: 2em;
}
.paragraph .ipo-widget[data-mce-fragment],
.subpage-rozcestnik {
	padding: 1em 2em;
	box-shadow: 0 0 40px -20px #000;
	margin: 1em 0;
	border-top: 3px solid #24aef1;
	background-color: #fff;
}
.footer-container,
.kontakt-info,
.kontakt-mapa,
.main-rozcestnik > a,
.minor-rozcestnik > a {
	box-shadow: 0 10px 50px rgba(0, 0, 0, 0.16);
}
.ipopagetext {
	padding: 0 0 3rem;
}
.ipopagetext .error {
	padding-top: 0;
}
.paragraph .rwd-table table {
	width: 100%;
	margin: 1rem 0;
	border: none;
}
.calendar-container .ui-datepicker .ui-datepicker-calendar tbody td a:hover,
.calendar-container .ui-widget-content,
.paragraph .rwd-table table td,
.paragraph .rwd-table table th {
	border: none;
}
.paragraph .rwd-table tr:nth-child(odd) {
	background-color: #ececec;
}
.paragraph .rwd-table tr td,
.paragraph .rwd-table tr th {
	padding: 0.5em;
}
#ipopage .content-paginator .paginator-button,
#ipopage .content-paginator .paginator-current,
#ipopage .content-paginator .paginator-separator,
#ipopage .content-paginator .paginator-step {
	border: none;
	border-bottom: 2px solid #24aef1;
}
#ipopage .content-paginator .paginator-button {
	max-width: inherit;
}
#ipopage .content-paginator .paginator-next,
#ipopage .content-paginator .paginator-prev {
	border-radius: 0;
}
#ipopage .content-paginator .paginator-button:hover,
#ipopage .content-paginator .paginator-current,
#ipopage .content-paginator .paginator-step:hover {
	color: #000;
	background-color: #24aef1;
}
.with-subscribe h1 {
	margin-top: 1rem;
}
.blog.view-default .article h2 {
	font-size: 1.25rem;
	margin: 1rem 0 0.5rem;
	min-height: 2.5rem;
	font-weight: 700;
}
.akceCZ.view-default .event h2 a,
.blog.view-default .article h2 a,
.turistikaCZ.view-default .destination h2 a {
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
	text-decoration: underline;
}
.blog.view-default .article h2 a:hover {
	text-decoration: none;
	color: #000;
	opacity: 1;
}
#ipofooter,
#ipomain > div,
#iponavigation > p,
#ipotopmenu,
#page9243508 .form-vertical,
#page9243508 .ipopagetext.system,
#page9243508 h1,
.content,
.layout-container {
	max-width: 1260px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.flex-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
#ipocontainer {
	overflow: hidden;
}
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1:nth-of-type(n+6),
#ipotopmenuwrapper ul.topmenulevel2.two-column ul.topmenulevel3,
#page9243507 .header__bg--sp,
#page9243507 .hrclear,
#page9243508 .hrclear,
.calendar-container .blog-cal.ui-datepicker .ui-datepicker-header .ui-icon,
.calendar-container .newsheader,
.calendar-container .ui-datepicker .ui-datepicker-header a>span,
.calendar-container .ui-datepicker-calendar thead,
.calendar-container .ui-state-default.ui-datepicker-other-month,
.data-aggregator-calendar,
.elasticSearchForm .newsheader,
.fulltext>a.search-active .ikona-lupa:before,
.owl-next>span,
.owl-prev>span,
div#fulltext-search-form-6194505 {
	display: none;
}
#page9243507 #ipoheader::after,
.header__bg::before {
	display: block;
	position: absolute;
	left: 0;
	content: '';
	right: 0;
}
.header-container a.facebook-icon > img,
.header-logo > img {
	display: inline-block;
}
#page9243508 #ipoheader {
	margin-bottom: 0;
}
#page9243507 #ipoheader {
	height: 770px;
	margin-bottom: -6.6rem;
}
#page9243507 #ipoheader::after {
	height: 297px;
	bottom: -297px;
	background: #24adef;
}
#page9243507 .header__bg--sp .boxImage {
	background-image: none!important;
}
body[data-user-mode] #ipoheader {
	height: 252px;
	margin-bottom: 0;
}
.header__bg.header__bg--sp .boxImage{
	background-size: cover;
}
#ipoheader {
	position: relative;
	max-width: 100%;
	height: auto;
	margin-bottom: 2rem;
	min-height: 393px;
}
#ipoheader #iponavigation {
	max-width: 1260px;
	width: 100%;
	position: relative;
	left: 0;
	right: 0;
	bottom: 2.3rem;
	margin: 0 auto;
	color: #fff;
	z-index: 2;
	padding-top: 11rem;
}
#ipoheader #iponavigation h1 {
	margin: 0;
	color: inherit;
}
#ipoheader #iponavigation p {
	padding: 0 0 1.8rem;
}
.header__bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.header__bg::before {
	top: 0;
	background: #313131;
	opacity: 0.58;
	z-index: 1;
}
.header__bg .boxImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

#ipoheader .header__bg .boxImage:after {
	content: " ";
	position: absolute;
	inset: 0;
	background: #313131;
	opacity: 0.58;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#page9243507 #ipoheader .header__bg .boxImage:after {
	display: none;
}
.header__bg.header__bg--hp::before {
	height: 171px;
}
.header__bg.header__bg--sp::before {
	height: 100%;
	display: none;
}
.header__bg.header__bg--sp{
	position: initial;
}
.header-container {
	position: relative;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 1.5rem 0 0 1.4rem;
}
.header-container .cta-odber {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 243px;
	padding: 0 1.2rem;
	height: 42px;
	margin: 0 2rem 0 0;
	color: #062b43;
}
.header-container .cta-odber:hover > span::after {
	-webkit-filter: invert(1);
	filter: invert(1);
}
.header-container .cta-odber > span {
	position: relative;
	text-align: left;
	display: block;
	width: 100%;
}
.header-container .cta-odber > span::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -0.3rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22.5px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(/image.php?nid=17015&oid=9257287);
	transition: 0.25s linear;
}
.footer-container > h2::before,
.kontakt-info h2::before {
	-webkit-transform: translateY(-50%);
	width: 60px;
	height: 65px;
	content: '';
	left: 0;
}
.header-container a.facebook-icon {
	position: absolute;
	right: 0;
	top: 7rem;
	z-index: 51;
	transition: 0.25s linear;
}
.header-container a.facebook-icon:hover,
.header-logo:hover>img {
	-webkit-filter: drop-shadow(1px 3px 13px #000);
	filter: drop-shadow(1px 3px 13px #000);
}
.header-logo:hover>img {
    transform: scale(1.08);
}
.header-moduly {
	position: relative;
	z-index: 52;
	margin-left: auto;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 0.5rem;
}
.header-logo {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	z-index: 51;
	transition: 0.25s linear;
	height: 56px;
}
.header-logo:hover > span {
	text-shadow: 2px 2px 13px rgba(0, 0, 0, 0.53);
}
.header-logo > img {
	transition: 0.25s linear;
	margin-right: 1.6rem;
}
.header-logo > span {
	position: relative;
	transition: 0.25s linear;
	color: #fff;
	font-size: 2.22em;
}
/*Úpravy*/
.header_cta {
    position: absolute;
    margin-inline: auto;
    inset: 50% 0;
}
.cta_view {
	padding: 0.75em 3em 0.75em 1em;
	position: relative;
}
.cta_view:before {
	content: "";
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 17px;
    background: url(/file.php?nid=17015&oid=10163860);
    background-repeat: no-repeat;
    background-position: center;
	transition: all 0.25s linear 0s;
}
.cta_view:hover:before {
    filter: invert(1);
}
div.paragraph .inplace-item-view {
	border: none;
}
.widgets_header a {
	text-decoration: underline;
	position: relative;
	z-index: 1;
	cursor: pointer;
	font-weight: 700;
	font-size: 33px;
	line-height: 42px;
	color: #062b43;
	transition: all 0.25s linear 0s;
}
.widgets_header a.active {
	text-decoration: none;
}
.widgets_header a:hover {
	text-decoration: none;
}
.widgets_header a:before {
	content: " ";
	position: absolute;
    top: -0.2em;
    left: -1.25em;
	z-index: -1;
	width: 55px;
	height: 55px;
	background-repeat: no-repeat;
    background-position: top left;
}
.widgets_header a[data-show="aktuality"]:before {
	background-image: url(/file.php?nid=17015&oid=10163861);
}
.widgets_header a[data-show="deska"]:before {
    left: -0.5em;
    top: -0.25em;
	background-image: url(/file.php?nid=17015&oid=10163862);
}
.widget-container {
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	width: 47.6%;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.16);
	background-color: #fff;
	padding: 2.45em 1.24em 3em;
}
.widgets_header {
	justify-content: space-between;
	padding: 0 0.85em 0 2.25em;
	margin-bottom: 2.5em;
}

.widget_box {
	display: none;
	gap: 1.25em;
}
.widget-container[data-show="aktuality"] .widget_box-news,
.widget-container[data-show="deska"] .widget_box-notice {
	display: grid;
}
.blog-cal.ui-datepicker {
background: 0 0;
}
.about-container {
    position: relative;
    top: -5.2em;
	margin-bottom: 2.4em;
}
#ipotopmenuwrapper {
	position: absolute;
	top: 6.1rem;
	background: 0 0;
	z-index: 50;
}
#ipotopmenuwrapper ul.topmenulevel1 {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
    padding-left: 9em;
    padding-right: 7.1em;
}
#ipotopmenuwrapper ul.topmenulevel1::before {
	content: '';
	display: block;
	position: absolute;
	left: -3.7rem;
	top: 0;
	right: 0;
	height: 1px;
	background: #fff;
}
#ipotopmenuwrapper ul.topmenulevel1 li.noborder,
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1 {
	height: auto!important;
	line-height: inherit;
	font-weight: 400;
	position: relative;
	display: block;
	border-left: none;
	transition: 0.25s linear;
}
#ipotopmenuwrapper ul.topmenulevel1 li.noborder.active,
#ipotopmenuwrapper ul.topmenulevel1 li.noborder:hover,
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.active,
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1:hover {
	background-color: transparent;
}
#ipotopmenuwrapper ul.topmenulevel1 li.noborder.active > a,
#ipotopmenuwrapper ul.topmenulevel1 li.noborder.active > a.nolink,
#ipotopmenuwrapper ul.topmenulevel1 li.noborder:hover > a,
#ipotopmenuwrapper ul.topmenulevel1 li.noborder:hover > a.nolink,
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.active > a,
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.active > a.nolink,
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1:hover > a,
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1:hover > a.nolink {
	background-color: transparent;
	color: #fff;
}
#ipotopmenuwrapper ul.topmenulevel1 li.noborder.active > a.nolink::before,
#ipotopmenuwrapper ul.topmenulevel1 li.noborder.active > a::before,
#ipotopmenuwrapper ul.topmenulevel1 li.noborder:hover > a.nolink::before,
#ipotopmenuwrapper ul.topmenulevel1 li.noborder:hover > a::before,
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.active > a.nolink::before,
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.active > a::before,
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1:hover > a.nolink::before,
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1:hover > a::before {
	opacity: 1;
	width: 147%;
}
#ipotopmenuwrapper ul.topmenulevel1 li.noborder > a,
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1 > a {
	padding: 0.9em 0.5em 0.65em;
	margin-left: 0;
	font-size: 1.11em;
	font-weight: 700;
	text-align: center;
	transition: 0.25s linear;
}
#ipotopmenuwrapper ul.topmenulevel1 li.noborder > a::before,
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1 > a::before {
content: '';
    display: block;
    position: absolute;
    top: -1px;
    height: 6px;
    background: #24aef1;
    transition: 0.25s linear;
    left: 4px;
	width: 0;
	opacity: 0;
}
#ipotopmenuwrapper li.topmenuitem1:last-child ul.topmenulevel2,
#ipotopmenuwrapper li.topmenuitem1:nth-last-child(2) ul.topmenulevel2 {
	right: 0;
	left: auto;
}
#ipotopmenuwrapper ul.topmenulevel2 {
	top: auto;
	width: 250px;
	padding: 0;
	left: 0;
	border: none;
	box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
}
#ipotopmenuwrapper ul.topmenulevel2 li.topmenuitem2 {
	margin: 0;
	font-weight: 400;
	display: block;
	background-color: #fff;
}
#ipotopmenuwrapper ul.topmenulevel2 li.topmenuitem2:last-child>a,
.widget-item:nth-of-type(3) {
	border-bottom: none;
}
.widget-item:nth-of-type(2) {
    padding-bottom: 1.1em;
	margin-bottom: -0.25em;
}
.widget-item:nth-of-type(3) {
	border-bottom: none;
	padding-bottom: 0.85em;
}
#ipotopmenuwrapper ul.topmenulevel2 li.topmenuitem2 a:hover,
#ipotopmenuwrapper ul.topmenulevel2 li.topmenuitem2.active>a,
#ipotopmenuwrapper ul.topmenulevel3 li.topmenuitem3.active>a,
#ipotopmenuwrapper ul.topmenulevel3 li.topmenuitem3>a:hover {
	color: #062b43;
	background-color: #24adef;
}
#ipotopmenuwrapper ul.topmenulevel2 li.topmenuitem2 > a {
	font-weight: 400;
	text-align: left;
	padding: 0.7em;
	border-bottom: none;
	margin: 0;
	color: #000;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}
#ipotopmenuwrapper ul.topmenulevel2.two-column {
	width: 500px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ipotopmenuwrapper ul.topmenulevel2.two-column li.topmenuitem2 {
	width: 50%;
}
#ipotopmenuwrapper ul.topmenulevel3 {
	right: auto;
	left: -240px;
	top: 0;
	width: 240px;
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 9px 18px -9px rgba(0, 0, 0, 0.7);
	background: 0 0;
}
#ipotopmenuwrapper ul.topmenulevel3 li.topmenuitem3 {
	margin: 0;
	background-color: #fff;
}
#ipotopmenuwrapper ul.topmenulevel3 li.topmenuitem3 > a {
	padding: 0.7em;
	color: #000;
	font-weight: 400;
	background: 0 0;
}
#ipocopyright {
	position: relative;
	padding: 0;
	background: #fff;
	text-align: left;
	color: #000;
}
#ipocopyright::before {
	z-index: 2;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 5.6rem;
	background-image: url(/image.php?nid=17015&oid=9264160);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#ipocopyright *,
#ipocopyright a,
#ipocopyright a:hover,
#ipocopyright a:visited,
#ipocopyright p {
	color: #000;
}
#ipocopyright .copyright {
	padding: 0;
	font-size: 1rem;
}
#ipocopyright .row.antee {
	position: relative;
	z-index: 3;
	padding: 1rem 0 1.8rem;
	font-size: 0.9em;
	background: 0 0;
	color: #000;
	text-align: left;
}
#ipocopyright .row.antee p {
	margin-bottom: 0;
	line-height: 1.5;
}
#ipocopyright .row.antee *,
#ipocopyright .row.antee a,
#ipocopyright .row.antee a:hover,
#ipocopyright .row.antee a:visited,
#ipocopyright .row.antee p {
	color: #000;
	text-align: left;
}
.footer-container {
	position: relative;
	z-index: 3;
	background: #fff;
	padding: 2.3rem 2rem;
	margin-bottom: 3.6rem;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer-container > h2 {
	position: relative;
	width: 100%;
	margin: 0 0 2.6rem;
	font-size: 2.22em;
	padding-left: 5rem;
}
.footer-container > h2::before {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(/image.php?nid=17015&oid=9257295);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.footer-container p,
.kontakt-gdpr p {
	line-height: 1.5;
}
.footer-container .adresa {
	min-width: 18.75%;
}
.footer-container .hodiny {
	min-width: 28.5%;
}
#page9243507 #ipocontainer,
#page9243507 #ipomain,
#page9243507 #ipomain > div,
#page9243507 .content,
#page9243508 #ipocontainer,
#page9243508 #ipomain,
#page9243508 #ipomain > div,
#page9243508 .content {
	max-width: 100%;
	width: 100%;
}
#page9243507 .ipopagetext,
#page9243508 .ipopagetext {
	padding: 0;
	background-color: transparent;
}
.widget_box > h2 {
	margin: 0 0 1.8rem;
	font-size: 2.22em;
}
.widget-cta {
    display: flex;
    position: absolute;
    bottom: -1.15em;
    gap: 2.15em;
}
.widget-cta .action-button {
	margin: 0;
	padding: 0.7rem;
	min-width: 248px;
	background: #c1c1c1;
	color: #000;
}
.widget-cta .action-button:nth-of-type(2) {
	background: #24adef;
	color: #062b43;
}
.widget-cta .action-button:hover {
	color: #fff;
	background: #000;
}
.about-text,
.main-wrapper {
	background-repeat: no-repeat;
}
.widget-item {
	width: 100%;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #d6d6d6;
	display: -ms-grid;
	display: grid;
}
.widget-item .widget-datum {
	color: #414141;
	font-size: 16px;
	display: block;
	margin-bottom: 0.15rem;
}
.widget-item .widget-text {
	font-size: 18px;
	color: #062b43;
	font-weight: 700;
	line-height: 1.4;
}
.calendar-container .data-aggregator-calendar,
.fulltext .elasticSearchForm,
.main-rozcestnik>a>span>img,
.minor-rozcestnik>a>span>img,
.widget-item .widget-text a {
	display: block;
}
.main-wrapper {
	position: relative;
	margin-top: 6.75em;
	padding-bottom: 5em;
	background-image: url(/image.php?nid=17015&oid=9257265);
	background-position: center top;
}
.main-wrapper:before {
	content: " ";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 196px;
	bottom: 0;
	background: linear-gradient(rgba(255, 255, 255, 0) %, #fff 55%);
}
.main-rozcestnik {
	width: 50%;
	margin-left: auto;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(296px, 1fr));
	gap: 1.4em 1em;
	margin-top: 3.65em;
}
.main-rozcestnik > a {
    padding: 2em 1.45em;
    background: #fff;
	min-height: 178px;
	display: flex;
	gap: 1.8em;
	flex-direction: column;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.25s linear 0s;
}
.main-rozcestnik > a:first-of-type {
    background-image: url(/image.php?nid=17015&oid=10163872);
}
.main-rozcestnik > a:nth-of-type(2) {
	padding: 1.4em 1.1em;
	gap: 1.6em;
    background-image: url(/image.php?nid=17015&oid=10163875);
}
.main-rozcestnik > a:nth-of-type(3) {
	padding: 1.5em 1.45em 0;
	gap: 1em;
    background-image: url(/image.php?nid=17015&oid=10163874);
}
.main-rozcestnik > a:nth-of-type(4) {
	padding: 1.5em 1em 0;
	gap: 1.2em;
	background-image: url(/image.php?nid=17015&oid=10163876);
}
.main-rozcestnik a:first-of-type,
.main-rozcestnik a:nth-of-type(3) {
	max-width:296px;
}
.main-rozcestnik > a > span {
	font-weight: 700;
	text-decoration: underline;
	font-size: 23px;
	line-height: 35px;
	color: #062b43;
	transition: all 0.25s linear 0s;
}

.main-rozcestnik > a img,
.minor-rozcestnik > a img{
	transition: 0.25s linear;
}
.main-rozcestnik > a:hover img,
.minor-rozcestnik > a:hover img{
	transform: rotateY(180deg);
}
.main-rozcestnik > a:hover span {
	text-decoration: none;
}
.calendar-container {
	margin-bottom: 5rem;
}
.calendar-container h2 {
    font-size: 2.22em;
    text-align: center;
    margin: 0em 0 1em;
    position: relative;
    top: 0.45em;
}
.about-container .owl-carousel {
	top: -1.5rem;
}
.about-container .owl-carousel .boxImage {
	display: block;
	height: 26rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.about-container .owl-carousel .boxImage::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	transition: 0.25s linear;
}
.about-container .owl-carousel .boxImage:hover::before {
	opacity: 0.4;
}
.owl-next:hover > img,
.owl-prev:hover > img {
	-webkit-filter: brightness(0);
	filter: brightness(0);
}
.owl-next > img,
.owl-prev > img {
	transition: 0.25s linear;
	display: block;
}
.owl-dots {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.owl-dots .owl-dot {
	background: #adadad;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	transition: 0.25s linear;
	border-radius: 50%;
}
.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
	background: #0b3c58;
	cursor: pointer;
}
.owl-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(100% + 7.2rem);
	position: absolute;
	left: -3.6rem;
}
.owl-controls {
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	-ms-flex-pack: center;
	justify-content: center;
	left: 3.6rem;
	bottom: -3.85em;
	-ms-flex-align: center;
	align-items: center;
}
.about-text {
	width: 54%;
	padding-right: 6rem;
	padding-top: 4rem;
	padding-left: 1.5rem;
	background-image: url(/image.php?nid=17015&oid=9269012);
	background-position: 0 0;
}
.about-text h1 {
	margin: 0.25em 0 1.69rem;
    font-size: 45px;
}
.about-text p {
    line-height: 28px;
}
.about-text p,
form .form-vertical .form-item {
	margin-bottom: 1.55rem;
}
.about-text .action-button {
	margin: 0.9rem 0;
	padding: 0.7rem 4.3rem;
}
.about-img {
	width: 46%;
	min-height: 550px;
	padding-left: 1.8rem;
	position: relative;
	width: calc(46% + 320px);
	margin-right: -320px;
}
.about-img::after {
	content: '';
	display: block;
	position: absolute;
	width: 1500px;
	height: 498px;
	left: 0;
	bottom: 0;
	background: #f0f0f0;
}
.minor-wrapper {
	position: relative;
	padding-top: 405px;
	padding-bottom: 2.5rem;
	margin-bottom: 5rem;
}
.minor-wrapper::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	background: #f0f0f0;
	width: 47%;
}
.minor-wrapper > .boxImage {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(50% + 28rem);
	height: 466px;
	z-index: 1;
}
.minor-rozcestnik {
	position: relative;
	z-index: 2;
}
.minor-rozcestnik > a {
	width: 20%;
	padding: 1.5rem 1.5rem 1.9rem;
	background: #fff;
	min-height: 236px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
}
.minor-rozcestnik > a > strong {
	font-size: 1.38em;
	font-weight: 700;
	color: #062b43;
}
.minor-rozcestnik > a > span {
	height: 66px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.loga-container {
	padding: 0 2.6rem;
	margin-bottom: 6.5rem;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.loga-container .logo_item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: 0.25s linear;
}
.loga-container .logo_item:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.loga-container .logo_item:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.loga-container .logo_item img {
	display: block;
	transition: 0.25s linear;
}
#page9243508 .form.view-personalDataProcessing.content {
	padding: 2rem 0 4rem;
}
#page9243508 .form .form-vertical {
	padding-bottom: 3rem;
}
#page9243508 .form .form-vertical::before {
	content: "Kontaktní formulář";
	display: block;
	font-size: 1.94em;
	margin: 1.7rem auto 1.3rem;
	font-weight: 700;
	font-family: "Poppins",sans-serif;
	color: #000;
}
.kontakt-wrapper {
	padding-top: 2rem;
}
.kontakt-wrapper::before {
	background: #24adef;
	left: 0;
}
.kontakt-wrapper::after {
	background: #f0f0f0;
	right: 0;
}
.kontakt-wrapper::after,
.kontakt-wrapper::before {
	width: 50%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	height: 429px;
}
.kontakt-container {
	position: relative;
	z-index: 3;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.kontakt-info,
.kontakt-mapa {
	width: calc(50% - 3.9rem);
}
.kontakt-info {
	background: #fff;
	padding: 2rem 1.3rem 1rem;
}
.kontakt-info h2 {
	font-size: 1.68em;
	margin: 0 0 1.3rem;
}
.kontakt-info h2::before {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.kontakt-info p {
	line-height: 1.47;
	margin-bottom: 1.2em;
}
.kontakt-info .hodiny > span,
.kontakt-info .kontakty > span {
	display: inline-block;
}
.kontakt-info .hodiny > span{
	margin-bottom: 0.35rem;
}
.kontakt-info .kontakty > span {
	margin-bottom: 0.5rem;
}
.minwidth_m {
	display: inline-block;
	min-width: 5.2rem;
}
.kontakt-mapa {
	background-image: url(/image.php?nid=17015&oid=9263829);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	transition: 0.25s linear;
	text-decoration: none;
}
.kontakt-mapa .action-button {
	margin: 0;
	padding: 0.7em 1.1em;
	background: #24ADEF;
}
.kontakt-mapa:hover{
	box-shadow: none;
}
.kontakt-mapa:hover .action-button{
	background: #afafaf;
	color: #000;
}
.kontakt-mapa .action-button > span {
	display: block;
	text-align: left;
	position: relative;
	padding-right: 1.6rem;
}
.kontakt-mapa .action-button > span::after {
	content: '';
	display: block;
	position: absolute;
	right: -7px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 15px;
	height: 22px;
	background-image: url(/file.php?nid=17015&oid=9263837);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.kontakt-gdpr {
	margin-top: 4.4rem;
}
.kontakt-gdpr h3 {
	margin: 0 0 1.7rem;
}
.kontakt-gdpr h3,
.kontakt-gdpr p {
	font-size: 1.11em;
}
#iponavigation {
	margin-bottom: 1rem;
	color: #000;
}
#iponavigation p {
	color: inherit;
	margin: 0 auto;
	font-size: 1rem;
	font-weight: 400;
	padding: 1.5em 0;
}
#iponavigation a,
#iponavigation a:visited {
	color: inherit;
	text-decoration: underline;
}
#iponavigation a:hover {
	color: inherit;
	text-decoration: none;
}
#iponavigation .separator {
	text-align: center;
	margin: 0 16px;
	position: relative;
	padding: 0;
	width: 9px;
	text-indent: -2000em;
	display: inline-block;
}
#iponavigation .separator::before {
	content: '\f105';
	color: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-indent: 0;
	display: inline-block;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	font-size: 1em;
	line-height: 1.5;
	font-weight: 400;
}
#iponavigation .currentPage {
	color: inherit;
	font-weight: 700;
}
input,
select,
textarea {
	border: 1px solid #95989a;
	border-radius: 3px;
	background-color: #fff;
	color: #000;
}
form .form-vertical {
	background-color: transparent;
	padding: 1rem 0;
	margin-top: 2rem;
}
form .form-vertical .form-item .form-item-field > * {
	padding: 0.4em 0.6em;
}
form .form-vertical .form-item .form-item-field > select {
	background-color: #fff;
}
form .form-vertical .form-item .form-item-field > textarea:focus,
form .form-vertical .form-item .form-item-field input:not([type=submit]):focus {
	border: 1px solid #24aef1;
}
form .form-vertical .form-item .form-item-field > textarea {
	height: 8em;
}
form .form-vertical .form-item .form-item-field > input[type=submit] {
	padding: 0.7em 4.9em;
	margin-top: 1rem;
}
.turistikaCZ.view-default .destination-details,
form .form-vertical .form-item.recaptcha {
	width: 100%;
}
.calendar-container .data-aggregator-calendar .newsbody,
.event-filter form .form-vertical .form-item .form-item-field>*,
form .form-vertical .form-item.recaptcha .g-recaptcha>div {
	padding: 0;
}
form .form-vertical .buttons .form-item-field {
	text-align: left;
}
form .form-vertical .approval {
	margin: 1rem 0 1.5rem;
	font-weight: 400;
	font-size: 0.9em;
	clear: both;
}
.blog.view-default .articles {
	margin: 1rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.blog.view-default .article {
	padding: 0 1rem 1rem;
	transition: 0.25s linear;
	margin-bottom: 1.25rem;
	border-radius: 0;
	border-top: 3px solid #24aef1;
	width: calc(50% - 0.5rem);
	margin-right: 0;
}
.blog.view-default .article:nth-of-type(2n) {
	margin-right: 0;
	margin-left: 1rem;
}
.akceCZ.view-default .event:hover,
.blog.view-default .article:hover,
.turistikaCZ.view-default .destination:hover {
	box-shadow: 0 0 5px -5px;
}
.blog.view-default > p {
	min-height: 6rem;
}
.akceCZ.view-default .event,
.turistikaCZ.view-default .destination {
	width: 100%;
	border-top: 5px solid #24aef1;
	border-radius: 0;
	padding: 0 1rem 1rem;
	transition: 0.25s linear;
}
.akceCZ.view-default .event > *,
.turistikaCZ.view-default .destination > * {
	word-break: break-word;
}
.akceCZ.view-default .event h2,
.turistikaCZ.view-default .destination h2 {
	font-size: 1.3rem;
	margin: 1.2rem 0;
	letter-spacing: 0;
}
.akceCZ.view-default .event .event-details,
.akceCZ.view-detail .event .event-details {
	display: block;
	margin-bottom: 1.2em;
}
.akceCZ.view-detail .event .event-details > div {
	display: block;
	width: 100%;
}
.akceCZ.view-detail .event .event-content {
	float: none;
	width: 100%;
	padding-right: 0;
}
.akceCZ.view-detail .google-map {
	float: none;
	width: 100%;
	margin: 1em 0;
	height: 300px;
}
.akceCZ.view-default .event .event-details-label,
.akceCZ.view-detail .event .event-details-label,
.turistikaCZ.view-default .destination-details-value,
.turistikaCZ.view-detail .destination-details-value {
	padding-right: 0;
}
.event-filter,
.event-filter form .form-vertical {
	margin: 0;
}
.fulltext,
.fulltext > a {
	margin-left: auto;
}
.destionation-item {
	margin-bottom: 0.3rem;
}
.turistikaCZ.view-detail .destination .destination-details {
	margin-bottom: 1.5rem;
}
.noticeBoardOverview-item h2 {
	font-size: 1.3em;
}
table.datagrid span.positioner {
	margin-top: 5px;
}
table.datagrid td {
	max-width: 840px;
}
.calendar-container .ui-datepicker-calendar tbody {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: center;
	justify-content: center;
}
.calendar-container .ui-datepicker-calendar tbody tr {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.calendar-container .ui-datepicker .ui-datepicker-header {
	background: none;
	color: #24aef1;
	border: none;
	padding: 0;
	max-width: 13rem;
	margin: 0 auto;
}
.calendar-container .ui-datepicker .ui-datepicker-header a {
	border: none;
	top: 10px;
}
.calendar-container .ui-datepicker .ui-datepicker-header a:hover {
	opacity: 0.7;
	border: none;
}
.calendar-container .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	color: #414141;
	font-size: 1rem;
	margin-bottom: 0.9rem;
}
.calendar-container .blog-cal,
.calendar-container .blog-cal table.ui-datepicker-calendar {
	max-width: 100%;
}
.calendar-container .ui-datepicker td a,
.calendar-container .ui-datepicker td span {
	padding: 0.3em 0.5em;
	background: 0 0;
	border: none;
	display: inline-block;
	color: #414141;
	font-size: 1rem;
	min-width: 32px;
	text-align: center;
}
.calendar-container .ui-datepicker td a:hover,
.calendar-container .ui-datepicker td span:hover {
	background: #ececec;
	border: none;
}
.calendar-container .ui-datepicker .ui-datepicker-calendar tbody td a {
	color: #414141;
	text-decoration: none;
}
.calendar-container .ui-datepicker .ui-datepicker-calendar tbody td a:hover{
	background: #eee;
}
.calendar-container .ui-datepicker-calendar .ui-state-highlight.ui-state-active {
	box-shadow: none;
	color: #414141;
}
.calendar-container .holiday,
.calendar-container .saturday,
.calendar-container .sunday {
	font-weight: 700;
	color: #000;
}
.calendar-container .blog-cal table.ui-datepicker-calendar td {
	padding: 0.1em;
}
.calendar-container .ui-datepicker .ui-datepicker-next,
.calendar-container .ui-datepicker .ui-datepicker-prev {
	top: 0;
	width: 0.5em;
	height: 1em;
	text-decoration: none;
	background: 0 0;
	border-radius: 0;
	transition: 0.25s linear;
}
.calendar-container .ui-datepicker .ui-datepicker-next:before,
.calendar-container .ui-datepicker .ui-datepicker-prev:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	padding: 0.55rem 0 0 .1rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px;
	top: -0.35rem;
}
.calendar-container .ui-datepicker .ui-datepicker-next:hover,
.calendar-container .ui-datepicker .ui-datepicker-prev:hover {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	opacity: 1;
}
.calendar-container .ui-datepicker .ui-datepicker-prev:before {
	background-image: url(/file.php?nid=17015&oid=9257796);
	padding-left: 0;
}
.calendar-container .ui-datepicker .ui-datepicker-next:before {
	background-image: url(/file.php?nid=17015&oid=9257797);
}
.calendar-container .ui-datepicker .ui-datepicker-prev {
	left: 0.6rem;
}
.calendar-container .ui-datepicker .ui-datepicker-next {
	right: 0.6rem;
}
.calendar-container .blog-cal.ui-datepicker .ui-datepicker-header a:hover{
	background: none;
}
.calendar-container .blog-cal.ui-datepicker .ui-datepicker-calendar .ui-state-highlight.ui-state-active {
	box-shadow: none;
}
.calendar-container .ui-datepicker .ui-datepicker-header .ui-datepicker-title,
.calendar-container .ui-datepicker td a,
.calendar-container .ui-datepicker td span {
	font-family: "Poppins",sans-serif;
}
.elasticSearch-autocompleteResult {
	min-width: 22rem;
	right: 0;
}
.elasticSearchForm {
	display: none;
	position: relative;
	border: none;
}
.elasticSearchForm .newsbody {
	padding: 0;
	width: 14.4em;
	margin-left: auto;
}
.elasticSearchForm input[type=text] {
	padding: 0.35rem 3rem 0.4rem 1.2rem;
	border-radius: 0;
	background-color: #fff;
	color: #000;
	border: 1px solid transparent;
	transition: 0.25s ease-in-out;
}
.elasticSearchForm input[type=text]:focus {
	border: 1px solid #aaa;
	padding-left: 0.8rem;
}
.elasticSearchForm input[type=text]:focus::-webkit-input-placeholder {
	color: transparent;
}
.elasticSearchForm input[type=text]:focus::-moz-placeholder {
	color: transparent;
}
.elasticSearchForm input[type=text]:focus:-ms-input-placeholder {
	color: transparent;
}
.elasticSearchForm input[type=text]:focus::-ms-input-placeholder {
	color: transparent;
}
.elasticSearchForm input[type=text]:focus::placeholder {
	color: transparent;
}
.elasticSearchForm input[type=text]::-webkit-input-placeholder {
	color: #393939;
	font-style: italic;
	font-size: 0.88em;
}
.elasticSearchForm input[type=text]::-moz-placeholder {
	color: #393939;
	font-style: italic;
	font-size: 0.88em;
}
.elasticSearchForm input[type=text]:-ms-input-placeholder {
	color: #393939;
	font-style: italic;
	font-size: 0.88em;
}
.elasticSearchForm input[type=text]::-ms-input-placeholder {
	color: #393939;
	font-style: italic;
	font-size: 0.88em;
}
.elasticSearchForm input[type=text]::placeholder {
	color: #393939;
	font-style: italic;
	font-size: 0.88em;
	text-transform: lowercase;
}
.elasticSearchForm input[type=submit] {
	font-family: inherit;
	display: inline-block;
	margin: -1rem 0 0;
	background: url(/image.php?nid=17015&oid=9257292) right no-repeat;
	-webkit-filter: none;
	filter: none;
	text-indent: -2000em;
	box-shadow: none;
	width: 22px;
	height: 20px;
	font-weight: 400;
	box-shadow: none;
	position: relative;
	top: -0.75rem;
	padding: 0;
	right: 0.7rem;
	float: right;
}
.elasticSearchForm input[type=submit]:hover {
	-webkit-filter: drop-shadow(1px 3px 10px #000);
	filter: drop-shadow(1px 3px 10px #000);
}
@-moz-document url-prefix() {
	.elasticSearchForm input[type=text]::-moz-placeholder {
		opacity: 1;
	}
	.elasticSearchForm input[type=text]::placeholder {
		opacity: 1;
	}
}
.fulltext > a {
	display: none;
	padding-right: 0.2em;
	text-align: center;
	position: relative;
	background: #114486;
	border: 1px solid #114486;
	border-radius: 0;
	cursor: pointer;
	transition: 0.25s linear;
}
.fulltext > a.search-active,
.fulltext > a:hover {
	background: #062b43;
	border: 1px solid #062b43;
}
.fulltext > a:hover .ikona-lupa {
	color: #fff;
	border: 2px solid #fff;
}
.fulltext > a:hover .ikona-lupa:before {
	background: #fff;
}
.fulltext > a.search-active .ikona-lupa {
	border: none;
	background: 0 0;
	color: #fff;
	border-radius: 0;
	text-indent: 0;
	display: block;
	width: auto;
	height: auto;
	font-size: 1em;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	text-align: center;
	top: -5px;
	right: 3px;
}
.fulltext .ikona-lupa {
	font-size: 1.3em;
	text-indent: -2000em;
	display: inline-block;
	width: 0.3em;
	box-sizing: content-box;
	height: 0.3em;
	border: 2px solid #fff;
	position: relative;
	border-radius: 0.35em;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	transition: 0.25s linear;
}
.fulltext .ikona-lupa:before {
	content: "";
	display: block;
	position: absolute;
	right: -0.3em;
	bottom: -0.17em;
	border-width: 0;
	background: #fff;
	width: 0.35em;
	height: 0.1em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.albums.matrix {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gallery .matrix .title {
	min-height: 2.5em;
	font-size: 1.35rem;
}
.gallery .matrix .title a {
	padding: 0.8em 0.5em 0;
}
.gallery .matrix li {
	margin: 0 1em 1em 0;
	box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.2);
	width: calc(33% - 0.5rem);
	transition: 0.25s ease-in-out;
}
.gallery .matrix li:nth-of-type(3n) {
	margin-right: 0;
}
.gallery .matrix li:hover {
	box-shadow: 0 0 30px -1px rgba(0, 0, 0, 0.2);
}
.gallery .matrix li > div {
	min-height: 100%!important;
	background-color: #fff;
	transition: 0.25s ease-in-out;
}
.gallery .matrix li > div:hover {
	opacity: 0.8;
}
.gallery .matrix div > a {
	margin: 0;
	padding: 0;
}
.gallery .matrix div > a img {
	display: block;
	width: auto;
	max-height: 180px;
	margin: 1em auto;
}
.image-wrapper .image-inner-wrapper a:hover.image-detail {
	opacity: 0.6;
}
#ipopage .content-paginator {
	font-size: 0.75em;
}
.noticeBoard .last-updated {
	margin: 1em 0 1.5rem;
}
.nadpis-small{
	display: inline-block;
	margin-bottom: 0.4rem;
}
body.mce-content-body.ipopagetext .about-img::after{
	display: none;
}
#ipoheader h1,
#ipoheader #iponavigation,
.error h1,
#page9243507 h1,
body.mce-content-body.ipopagetext h1{
	display: block;
}
body:not([data-user-mode]) #iponavigation,
body:not([data-user-mode]) h1{
	display: none;
}
@media only screen and (max-width: 1600px) {
	.header__bg .boxImage,
	.header__bg--hp {
		background-size: 1600px;
	}
	#ipotopmenuwrapper ul.topmenulevel1::before {
		width: 100%;
		left: unset;
	}
	#page9243507 #ipoheader {
		height: 580px;
		margin-bottom: -5.6rem;
	}
	.widget_box > h2 {
		font-size: 1.82em;
	}
	.main-wrapper {
		padding-top: 6.1rem;
		margin-top: 3.5rem;
	}
	.calendar-container h2 {
		font-size: 1.92em;
	}
	.about-container {
		margin-bottom: 4.5rem;
	}
	.minor-wrapper {
		padding-top: 265px;
	}
	.minor-wrapper > .boxImage {
		height: 356px;
		background-position: center;
	}
	.loga-container {
		margin-bottom: 3.5rem;
	}
	.about-img{
		width: calc(46% + 220px);
		margin-right: -220px;
		min-height: 530px;
	}
	.about-container .owl-carousel .boxImage {
		height: 24rem;
	}
}
@media only screen and (max-width: 1280px) {
	.header__bg .boxImage,
	.header__bg--hp {
		background-size: 1280px;
	}
	.main-rozcestnik {
		margin-top: 0;
		gap: 1em;
		grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
		grid-template-rows: min-content;
	}
	.widgets_header a {
		font-size: 1.45rem;
	}
	.widget-container {
		height: 100%;
	}
	..main-wrapper {
		margin-top: 1em;
	}
	.about-container {
    	margin-bottom: 1em;
	}
	#ipofooter,
	#ipomain > div,
	#iponavigation > p,
	#ipotopmenu,
	#page9243508 .form-vertical,
	#page9243508 .ipopagetext.system,
	#page9243508 h1,
	.content,
	.layout-container {
		max-width: 988px;
	}
	#page9243507 #ipoheader {
		height: 460px;
		margin-bottom: -2.8rem;
	}
	#ipoheader #iponavigation {
		max-width: 988px;
		bottom: 1.8rem;
		padding-top: 8.9rem;
	}
	#ipoheader #iponavigation p {
		padding: 0 0 1.1rem;
	}
	#ipoheader{
		min-height: 333px;
	}
	.header-container .cta-odber {
		width: 210px;
		margin-right: 1.5rem;
	}
	.header-logo > span {
		font-size: 2.1em;
	}
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder > a,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1 > a {
		font-size: 1.05em;
	}
	.footer-container {
		margin-bottom: 2rem;
	}
	.widget_box > h2 {
		font-size: 1.72em;
	}
	.widget_box.widget_box-news {
		background-size: 70px;
	}
	.widget_box.widget_box-notice {
		background-size: 46px;
	}
	.widget-cta .action-button {
		margin: 0 1.1rem 0 0;
		min-width: 180px;
	}
	.widget-item .widget-text {
		font-size: 1em;
	}
	.main-rozcestnik > a:nth-of-type(4),
	.main-rozcestnik > a {
		height: 200px;
		padding: 1em;
	}
	.main-rozcestnik > a > strong {
		font-size: 1.18em;
	}
	.main-rozcestnik > a > span > img {
		max-height: 51px;
		max-width: 59px;
		width: auto;
		height: auto;
	}
	.calendar-container h2 {
		font-size: 1.65em;
	}
	.about-container .owl-carousel {
		top: -1rem;
	}
	.about-container .owl-carousel .boxImage {
		height: 21rem;
	}
	.about-img {
		min-height: 493px;
		width: calc(46% + 180px);
		margin-right: -180px;
	}
	.about-text {
		padding-right: 5rem;
		padding-top: 3rem;
	}
	.about-text h1 {
		font-size: 2.55em;
	}
	.minor-wrapper {
		padding-top: 170px;
		margin-bottom: 3.5rem;
	}
	.minor-wrapper > .boxImage {
		width: calc(50% + 22.5rem);
		background-size: cover;
		height: 260px;
	}
	.minor-rozcestnik > a {
		padding: 1.2rem 1.3rem;
		min-height: 190px;
	}
	.minor-rozcestnik > a > strong {
		font-size: 1.12em;
	}
	.minor-rozcestnik > a > span > img {
		max-height: 50px;
		width: auto;
	}
	.loga-container {
		margin-bottom: 2.7rem;
	}
	#page9243508 .form .form-vertical::before {
		margin: 1.25rem auto 1.3rem;
		font-size: 1.55em;
	}
	.kontakt-info,
	.kontakt-mapa {
		width: calc(50% - 1.5rem);
	}
	.kontakt-info h2 {
		font-size: 1.48em;
		margin: 0 0 1.1rem;
	}
	.kontakt-gdpr h3 {
		margin-bottom: 1.2rem;
	}
	.kontakt-gdpr p {
		font-size: 1rem;
	}
	.calendar-container .ui-datepicker td a,
	.calendar-container .ui-datepicker td span {
		font-size: 0.95rem;
		padding: 0.2em 0.2em;
		min-width: 26px;
	}
	.calendar-container .blog-cal table.ui-datepicker-calendar td {
		padding: 0 0.1rem;
	}
	.elasticSearchForm .newsbody {
		width: 12.7em;
	}
	.gallery .matrix li {
		width: calc(50% - 0.5rem);
		margin-right: 0;
	}
	.gallery .matrix li:nth-of-type(2n) {
		margin-right: 0;
		margin-left: 1rem;
	}
	.gallery .matrix li:nth-of-type(3n) {
		margin-right: 0;
	}
	h1 {
		font-size: 1.82em;
	}
	#iponavigation .separator {
		margin: 0 11px;
	}
	.slideshow.owl-carousel{
		max-height: 380px;
	}
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1:hover > a::before,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.active > a::before {
		width: 110%;
	}
}
@media only screen and (max-width: 1024px) {
	.header_cta {
		inset: unset;
		bottom: 3em;
		margin-left: 1em;
		width: fit-content;
	}
	.header__bg .boxImage,
	.header__bg--hp {
		background-size: 1024px;
	}
	.widget-item:nth-of-type(3) {
		margin-bottom: 0;
	}
	.header__bg.header__bg--hp::before {
		display: none;
	}
	.widget-container::after {
		display: none;
	}
	.widget-container {
    	width: 100%;
		box-shadow: none;
	}
	.widgets_header {
		padding: 1em 2em;
		margin-bottom: 0;
		justify-content: start;
		gap: 3em;
	}
	.main-rozcestnik {
		width: 100%;
		padding: 0 1em;
		grid-template-columns: 1fr 1fr;
	}
	.main-rozcestnik > a:first-of-type,
	.main-rozcestnik > a:nth-of-type(2),
	.main-rozcestnik > a:nth-of-type(3),
	.main-rozcestnik > a:nth-of-type(4) {
		padding: 1em;
		gap: 0.5em;
		max-width: 100%;
		height: 150px;
		background-position: center;
	}
	.main-rozcestnik > a > span {
		font-size: 1rem;
	}
	.main-rozcestnik > a img, .minor-rozcestnik > a img {
		width: 25px;
		height: auto;
	}
	.about-container {
		top: 0;
	}
	.minor-rozcestnik {
		gap: 1em;
	}
	.leftFloat,
	.rightFloat {
		margin-bottom: 0.5em;
		display: block;
		float: none;
	}
	.akceCZ.view-default .event-filter .event-filter-list,
	.akceCZ.view-default .event-filter .event-filter-search,
	.destionation-item,
	.header-logo>span>*,
	.image-detail[data-caption],
	.leftFloat,
	.menu-toggler,
	.rightFloat {
		display: block;
	}
	#back-to-top,
	.menu-toggler:hover {
		background-color: #062b43;
	}
	#ipoheader,
	.header-logo {
		height: auto;
	}
	.blog.view-default .article:nth-of-type(2n),
	.rightFloat {
		margin-left: 0;
	}
	h1 {
		font-size: 1.5em;
		margin: 1rem 0;
	}
	.noticeBoardOverview-item h2,
	h2 {
		font-size: 1.25em;
	}
	h3 {
		font-size: 1.15em;
	}
	h4 {
		font-size: 1.1em;
	}
	#page9243508 .form.view-personalDataProcessing.content,
	.ipopagetext {
		padding: 0 0 2rem;
	}
	.ipopagetext .error {
		padding-top: 0.6rem;
	}
	#ipopage,
	.minor-rozcestnik {
		padding: 0 1rem;
	}
	.blog.view-default .article h2 {
		font-size: 1.15rem;
		margin: 1rem 0 0.7rem;
		min-height: unset;
	}
	.leftFloat {
		margin-right: 0;
	}
	.menu-toggler {
		top: 1em;
		padding: 0.5em 1em;
		margin: 0 1em 0 0;
		right: 0;
		background-color: #24aef1;
		border-radius: 0;
		font-weight: 700;
	}
	#ipocopyright::before,
	#ipopage .noticeBoard table.datagrid .file-type,
	#ipotopmenu ul.topmenulevel1 li.topmenuitem1 ul.topmenulevel2,
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder>a::before,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1>a::before,
	#page9243507 #ipoheader::after,
	.about-img,
	.calendar-container,
	.header__bg.header__bg--sp,
	.kontakt-wrapper::after,
	.kontakt-wrapper::before,
	.minor-wrapper::after {
		display: none;
	}
	.menu-toggler > span {
		color: #000;
		font-size: 1.2em;
		padding: 0;
		font-weight: 700;
		display: inline-block;
		z-index: 1;
		position: relative;
	}
	.menu-toggler .genericon {
		padding-left: 0.5em;
		color: #000;
		top: 0.1em;
	}
	.menu-toggler:hover .genericon,
	.menu-toggler:hover span {
		color: #fff;
	}
	#back-to-top {
		color: #fff;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
		border-radius: 0;
		z-index: 102;
	}
	p {
		text-align: left;
	}
	#ipofooter,
	#ipomain > div,
	#iponavigation > p,
	#ipotopmenu,
	#page9243508 .form-vertical,
	#page9243508 .ipopagetext.system,
	#page9243508 h1,
	.content,
	.layout-container {
		max-width: 100%;
	}
	#ipocontainer {
		overflow: initial;
	}
	#page9243507 #ipoheader {
		height: auto;
		margin-bottom: -3.1em;
	}
	#ipoheader {
		margin-bottom: 0;
		min-height: unset;
	}
	.header__bg.header__bg--hp {
		position: relative;
		height: 32vw;
		min-height: 12rem;
	}
	#ipopage .noticeBoard table.datagrid .grid-info select,
	.kontakt-mapa {
		display: inline-block;
	}
	.header__bg.header__bg--sp .boxImage {
		background-image: none!important;
	}
	.header-container {
		padding: 1rem;
		position: relative;
		background: #e6eef2;
		border-bottom: 1px solid #99a6ac;
	}
	.header-container .cta-odber {
		width: auto;
		margin-right: 0;
		margin-top: 5rem;
		padding: 0 1rem;
	}
	.header-container .cta-odber > span {
		padding-right: 2rem;
	}
	.header-container a.facebook-icon {
		top: auto;
		bottom: 1rem;
		right: 12rem;
		width: 42px;
		height: 42px;
		background: #114486;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-radius: 5px;
		z-index: 53;
	}
	.header-container a.facebook-icon:hover {
		-webkit-filter: unset;
		filter: unset;
		background: #062b43;
	}
	.header-container a.facebook-icon > img {
		max-width: 25px;
	}
	.header-moduly {
		position: initial;
		margin-top: 0;
	}
	.header-logo:hover > img{
		-webkit-filter: unset;
		filter: unset;
	}
	.header-logo:hover > span{
		text-shadow: none;
	}
	.header-logo:hover > span {
		color: #114486;
	}
	.header-logo > img {
		max-height: 88px;
		width: auto;
		margin-right: 1rem;
	}
	.header-logo > span {
		font-size: 1.61em;
		line-height: 1.2;
		margin-top: 0.4rem;
		color: #000;
	}
	#ipotopmenuwrapper {
		top: 168px;
		padding-top: 0;
		background-color: #fff;
		border-top: 1px solid #99a6ac;
		border-bottom: 2px solid #99a6ac;
	}
	#ipotopmenuwrapper ul.topmenulevel1 {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		float: none;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
	}
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1,
	.footer-container>div.hodiny {
		width: 100%;
	}
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder.active > a,
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder.active > a.nolink,
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder:hover > a,
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder:hover > a.nolink,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.active > a,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.active > a.nolink,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1:hover > a,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1:hover > a.nolink {
		background-color: #24aef1;
		color: #062b43;
	}
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder > a,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1 > a {
		font-size: 1em;
		padding: 0.7em 1rem;
		color: #000;
	}
	#ipotopmenuwrapper ul.topmenulevel2 {
		box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
		padding: 0;
	}
	#ipotopmenuwrapper ul.topmenulevel2 li.topmenuitem2 > a {
		text-align: center;
		padding: 0.7em;
	}
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder.active.hasSubmenu .open-submenu:before,
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder.hasSubmenu .open-submenu.see-more:before,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.active.hasSubmenu .open-submenu:before,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.hasSubmenu .open-submenu.see-more:before {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder.active.hasSubmenu ul.topmenulevel2,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.active.hasSubmenu ul.topmenulevel2 {
		visibility: visible;
		display: block!important;
	}
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder.hasSubmenu.active .open-submenu,
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder.hasSubmenu:hover .open-submenu,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.hasSubmenu.active .open-submenu,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.hasSubmenu:hover .open-submenu {
		background: 0 0;
	}
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder.hasSubmenu.active .open-submenu:before,
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder.hasSubmenu:hover .open-submenu:before,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.hasSubmenu.active .open-submenu:before,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.hasSubmenu:hover .open-submenu:before {
		border-color: #000 transparent transparent;
	}
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder.hasSubmenu > a,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.hasSubmenu > a {
		padding: 0.7em 3.5rem;
	}
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder.hasSubmenu > a > span:first-of-type,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.hasSubmenu > a > span:first-of-type {
		position: relative;
	}
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder.hasSubmenu .open-submenu,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.hasSubmenu .open-submenu {
		width: 20px;
		height: 20px;
		background: #062b43;
		display: inline-block;
		position: absolute;
		top: 0.8em;
		right: 1em;
		transition: 0.25s linear;
	}
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder.hasSubmenu .open-submenu:before,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.hasSubmenu .open-submenu:before {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		margin: 0 auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 6px 0;
		border-color: #fff transparent transparent;
		top: 6px;
		transition: 0.25s linear;
	}
	#ipocopyright .row.antee {
		padding: 1rem;
		background: #24aef1;
	}
	.footer-container {
		background: #e6eef2;
		padding: 2.2rem 1rem 0.5rem;
		margin-bottom: 0;
		box-shadow: none;
	}
	.footer-container > div {
		margin-bottom: 1rem;
		width: 50%;
	}
	.footer-container > h2 {
		margin: 0 0 2.2rem;
		font-size: 1.62em;
		padding-left: 4rem;
	}
	.main-rozcestnik > a,
	.minor-rozcestnik > a {
		padding: 1rem;
		min-height: unset;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	}
	.footer-container > h2::before {
		width: 50px;
		height: 55px;
	}
	#page9243507 #ipopage,
	.kontakt-wrapper {
		padding: 0;
	}
	.widget-container {
		padding: 1em;
		position: relative;
		z-index: 2;
		margin-bottom: 1em;
	}
	.widget_box {
		width: 100%;
		margin-bottom: 0;
	}
	.widget_box > h2 {
		margin-bottom: 0.8rem;
	}
	.widget_box.widget_box-news {
		background-size: 50px;
	}
	.widget_box.widget_box-notice {
		background-size: 35px;
	}
	.widget-cta {
		bottom: 0;
		position: relative;
		margin: 0.9rem 0 0;
		left: 0;
	}
	.widget-item {
		padding: 0.9rem 0;
		margin: 0;
		min-height: unset;
	}
	.widget-item .widget-datum {
		font-size: 0.94em;
	}
	.main-wrapper {
		display: none;
	}
	.main-rozcestnik {
		margin-bottom: 2rem;
	}
	.about-text {
		width: 100%;
		padding: 0 1rem;
		background: 0 0;
	}
	.about-text h1 {
		font-size: 1.66em;
		margin-bottom: 1.1rem;
	}
	.about-text p,
	.kontakt-info h2 {
		margin-bottom: 1rem;
	}
	.minor-wrapper {
		padding: 0;
		margin: 0;
	}
	.minor-wrapper > .boxImage {
		display: none;
		background-image: none!important;
	}
	.minor-rozcestnik > a {
		width: 32%;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: center;
		align-items: center;
	}
	.minor-rozcestnik > a > strong {
		font-size: 1.02em;
	}
	.minor-rozcestnik > a > span > img {
		max-height: 35px;
		width: auto;
	}
	.loga-container {
		margin-bottom: 0;
		padding: 3rem 1rem 1.7rem;
	}
	.loga-container .logo_item img {
		max-width: 100px;
		max-height: 78px;
		width: auto;
		height: auto;
	}
	#page9243508 .form .form-vertical {
		padding-bottom: 1rem;
	}
	#page9243508 .form .form-vertical::before {
		margin: 0 auto 1rem;
		font-size: 1.32em;
	}
	.kontakt-info,
	.kontakt-mapa {
		box-shadow: none;
	}
	.kontakt-info {
		width: 100%;
		padding: 0;
	}
	.kontakt-info h2 {
		font-size: 1.38em;
		margin-top: 0.5rem;
	}
	.kontakt-info p {
		margin-bottom: 1em;
	}
	.kontakt-info .hodiny > span,
	.kontakt-info .kontakty > span {
		margin-bottom: 0;
		margin-top: 0.3rem;
	}
	.kontakt-mapa {
		background-image: none;
		width: auto;
		margin-top: 0.5rem;
	}
	.kontakt-gdpr {
		margin-top: 2.5rem;
	}
	.kontakt-gdpr h3 {
		margin-bottom: 0.6rem;
		font-size: 1.04rem;
	}
	#iponavigation p {
		padding: 0.8em 0;
	}
	#iponavigation .separator {
		margin: 0 7px;
	}
	form .form-vertical .form-item .form-item-field > input[type=submit] {
		padding: 0.7em 3.2em;
	}
	form .form-vertical .form-item {
		margin-bottom: 0.9rem;
	}
	.blog.view-default .article {
		width: 100%;
		margin-right: 0;
	}
	.akceCZ.view-default .event,
	.turistikaCZ.view-default .destination {
		border-top: 3px solid #24aef1;
	}
	.akceCZ.view-default .event h2,
	.turistikaCZ.view-default .destination h2 {
		font-size: 1.1rem;
	}
	.akceCZ.view-default .event-filter .event-filter-search {
		width: 100%;
		margin-top: 1em;
	}
	.akceCZ.view-default .event-filter .event-filter-list span {
		width: 49%;
	}
	.akceCZ.view-detail .google-map,
	.turistikaCZ.view-detail .google-map {
		height: 200px;
	}
	.akceCZ .destination-description,
	.akceCZ .event-description,
	.turistikaCZ .destination-description,
	.turistikaCZ .event-description {
		text-align: left!important;
	}
	#ipopage .noticeBoard table.datagrid {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	#ipopage .noticeBoard table.datagrid thead {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	#ipopage .noticeBoard table.datagrid thead tr:first-child,
	#ipopage .noticeBoard table.datagrid thead tr:last-child {
		width: 100%;
		background: none;
	}
	#ipopage .noticeBoard table.datagrid tr.filters,
	#ipopage .noticeBoard table.datagrid tr.filters td {
		padding: 0!important;
	}
	#ipopage .noticeBoard table.datagrid th,
	#ipopage .noticeBoard table.datagrid tr.footer td {
		background: none;
		border: none;
		padding: 0;
		float: left;
		width: 100%;
	}
	#ipopage .noticeBoard table.datagrid th {
		display: block;
		margin-bottom: 2.85em;
		min-width: inherit;
	}
	#ipopage .noticeBoard table.datagrid tr.filters {
		background: none;
		border: none;
		position: absolute;
		top: 30px;
		left: 0;
		right: 0;
	}
	#ipopage .noticeBoard table.datagrid tr.filters td {
		width: 100%;
		float: left;
		display: block;
		margin-bottom: 3em;
		background: none;
		border: none;
	}
	#ipopage .noticeBoard table.datagrid tr.filters td:first-child {
		margin-bottom: 2.2em;
	}
	#ipopage .noticeBoard table.datagrid tr.filters td:nth-child(2) {
		margin-bottom: 2em;
	}
	#ipopage .noticeBoard table.datagrid tr.filters td:nth-child(3) {
		margin-bottom: 1.7em;
	}
	#ipopage .noticeBoard table.datagrid select {
		padding: 0.3em;
		margin-top: 0.5em;
		display: block;
	}
	#ipopage .noticeBoard table.datagrid input[type=text] {
		padding: 0.3em;
	}
	#ipopage .noticeBoard table.datagrid tbody {
		width: 100%;
		margin-top: 1.2em;
		display: block;
	}
	#ipopage .noticeBoard table.datagrid tbody tr {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		border: 1px solid #c5c5c5;
		margin-bottom: 1em;
		padding: 1em;
		box-shadow: 1px 1px 12px -5px;
		border-top: 5px solid #24aef1;
		transition: 0.25s linear;
	}
	#ipopage .noticeBoard table.datagrid tbody tr:hover {
		box-shadow: 0 0 5px -5px;
	}
	#ipopage .noticeBoard table.datagrid tbody tr td:first-child a:hover,
	#ipopage .noticeBoard table.datagrid tbody tr td:first-child a:visited:hover,
	#ipopage .noticeBoard table.datagrid tbody tr:hover td:first-child a {
		text-decoration: none;
	}
	#ipopage .noticeBoard table.datagrid tbody tr td {
		width: 100%;
		position: relative;
		border: none;
		padding: 6px 0;
	}
	#ipopage .noticeBoard table.datagrid tbody tr td:first-child a,
	#ipopage .noticeBoard table.datagrid tbody tr td:first-child a:visited {
		text-decoration: underline;
	}
	#ipopage .noticeBoard table.datagrid tbody tr td:first-child:before {
		content: "Název:";
	}
	#ipopage .noticeBoard table.datagrid tbody tr td:nth-child(2):before {
		content: "Vyvěšeno:";
	}
	#ipopage .noticeBoard table.datagrid tbody tr td:nth-child(3):before {
		content: "Sejmuto:";
	}
	#ipopage .noticeBoard table.datagrid tbody tr td:nth-child(4):before {
		content: "Stav:";
	}
	#ipopage .noticeBoard table.datagrid tbody tr td:before {
		font-weight: 700;
	}
	#ipopage .noticeBoard table.datagrid tfoot {
		width: 100%;
		display: block;
		-ms-flex-order: 2;
		order: 2;
	}
	#ipopage .noticeBoard table.datagrid tr.footer {
		width: 100%;
		float: left;
		background: none;
	}
	#ipopage .noticeBoard table.datagrid .grid-info {
		float: right;
		padding-right: 0;
	}
	.noticeBoardOverview--grid .noticeBoardOverview-item,
	.noticeBoardOverview-filter fieldset {
		padding: 1em;
	}
	.noticeBoardOverview-filter-item {
		display: block;
		padding-bottom: 0;
		margin-bottom: 0.5em;
	}
	.noticeBoardOverview-filter-label {
		width: 100%;
		min-width: inherit;
	}
	.noticeBoardOverview-item {
		padding: 1em;
		margin: 1em 0 0;
	}
	table.datagrid td {
		max-width: unset;
	}
	.elasticSearch-autocompleteResult {
		min-width: unset;
		top: -4px;
	}
	.fulltext .elasticSearchForm {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 168px;
		background: #e6eef2;
		border-top: 1px solid #99a6ac;
		border-bottom: 2px solid #99a6ac;
		z-index: 99;
		padding-bottom: 0.5rem;
		padding-top: 0;
	}
	.elasticSearchForm input[type=text] {
		padding: 0.7rem 3rem 0.7rem 1rem;
	}
	.elasticSearchForm input[type=text]:focus {
		padding-left: 1rem;
	}
	.elasticSearchForm input[type=submit] {
		top: -1rem;
	}
	.fulltext .ikona-lupa {
		display: block;
		right: 0.1rem;
		top: -0.1rem;
	}
	.fulltext > a {
		display: block;
		position: absolute;
		top: 1rem;
		right: 9.8rem;
		width: 45px;
		height: 45px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		padding: 0;
		border-radius: 0;
	}
	.fulltext > a.search-active .ikona-lupa {
		top: 0;
		margin: 0 auto;
		right: 0;
		font-weight: 700;
	}
	.elasticSearchForm .newsbody {
		width: 100%;
		max-height: 4.5rem;
		padding: 1rem 1rem 0.5rem;
	}
	.main-rozcestnik > a > strong br {
		display: none;
	}
	body:not([data-user-mode]) #iponavigation,
	body:not([data-user-mode]) h1{
		display: block;
	}
}
@media only screen and (max-width: 768px) {
	.header__bg .boxImage,
	.header__bg--hp {
		height: 185px;
		background-size: 768px;
	}
	.main-rozcestnik {
		grid-template-columns: 1fr;
	}
	.cta_view.action-button:visited,
	.cta_view.action-button {
		padding: 0.75em 3em 0.75em 1em;
	}
	.action-button,
	.action-button:visited {
		padding: 0.5em 1em;
	}
	.widget_box > h2 {
		font-size: 1.5em;
	}
	.minor-rozcestnik > a {
		width: 48%;
	}
	.minor-rozcestnik > a > span {
		height: 48px;
	}
	.loga-container {
		padding: 2.5rem 1rem 0.2rem;
	}
	.loga-container .logo_item {
		width: 33%;
		margin: 0 0 1.2rem;
	}
	.loga-container .logo_item img {
		max-width: 85px;
		max-height: 78px;
	}
	.blog.view-default > p {
		min-height: unset;
	}
	.akceCZ.view-default .event .action-button,
	.akceCZ.view-default .event .action-button:visited,
	.turistikaCZ.view-default .destination .action-button,
	.turistikaCZ.view-default .destination .action-button:visited {
		padding: 0.5em 1.3em;
	}
	.akceCZ .event .event-details-label,
	.akceCZ .event .event-details-value,
	.akceCZ.view-default .event-filter .event-filter-list span,
	[data-type=checkboxtree] .tree-item {
		width: 100%;
		display: block;
	}
	.akceCZ.view-detail .event .event-details-label {
		width: 100%;
	}
	.akceCZ.view-detail .event .event-details-value {
		display: block;
	}
	.akceCZ .event ul.types li {
		float: none;
		padding-right: 0;
	}
	.turistikaCZ.view-detail .destination-details-label {
		width: auto;
		float: none;
	}
	.turistikaCZ.view-default .event-filter .tree > .tree-node > .tree-items {
		padding-left: 1em;
	}
	.turistikaCZ.view-default .destination-details-label {
		width: 100%;
		font-weight: bold;
		float: none;
	}
	.akceCZ .event .event-details > div,
	.turistikaCZ.view-default .destination-details > div {
		margin-bottom: 0.5rem;
		display: block;
	}
	.destionation-item {
		margin-bottom: 0.5rem;
	}
	#ipopage .noticeBoard .last-updated,
	#ipopage .noticeBoard table.datagrid tr.footer {
		float: none;
	}
	#ipopage .noticeBoard table.datagrid .grid-info,
	#ipopage .noticeBoard table.datagrid .paginator {
		float: none;
		display: block;
	}
	.gallery .matrix li {
		width: 100%;
		margin-right: 0;
	}
	.gallery .matrix li:nth-of-type(2n) {
		margin-left: 0;
	}
	.gallery .matrix li:nth-of-type(3n) {
		margin-right: 0;
	}
	.gallery .matrix div > a {
		overflow: hidden;
	}
	.main-rozcestnik > a > strong {
		font-size: 1em;
	}
	.main-rozcestnik > a > span > img {
		max-height: 36px;
		max-width: 38px;
	}
}
@media only screen and (max-width: 550px) {
	.header__bg .boxImage,
	.header__bg--hp {
		background-size: 550px;
	}
	.header_cta {
		bottom: 1em;
	}
	.cta_view.action-button:visited,
	.cta_view.action-button {
		padding: 0.5em 1.5em;
	}
	.cta_view:before {
		display: none;
	}
	.widgets_header {
		padding: 0;
		gap: 0;
		flex-direction: column;
	}
	.widgets_header a {
		padding: 0.5em 1em;
		font-size: 1rem;
		background: #24ADEF;
	}
	.widgets_header a:after,
	.widgets_header a:visited:after {
		content: " ";
		display: block;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 1em;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 6px 0;
		border-color: #000 transparent transparent;
		transition: all .25s linear 0s;
	}
	.widgets_header a.active:after,
	.widgets_header a:hover:after {
		transform: rotate(180deg);
		border-color: #fff transparent transparent;
	}
	.widgets_header a:hover {
		color: #fff;
		background: #062B43;
	}
	.widgets_header a:before {
		display: none;
	}
	.widget_body {
		display: none;
	}
	.paragraph .ipo-widget[data-mce-fragment],
	.subpage-rozcestnik,
	form .form-vertical .form-item .form-item-field>input[type=submit] {
		padding: 0.5em 1.5em;
	}
	.ipopagetext .subscribe-toolbar,
	.with-subscribe h1 {
		float: none;
	}
	.ipopagetext .subscribe-toolbar .action-button {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-top: 0.5em;
		font-weight: 400;
		font-size: 0.9em;
	}
	.divided_bg .article .leftFooter,
	.divided_bg .article .rightFooter {
		float: none;
		width: 100%;
		text-align: left;
	}
	.dataAggregator .da-navigation .action-button {
		display: block;
		margin: 0 0 0.5em;
	}
	.kontakt-info p strong+br,
	.menu-toggler>span:first-of-type {
		display: none;
	}
	.menu-toggler .genericon {
		padding-left: 0;
	}
	#page9243507 #ipoheader {
		margin-bottom: -1rem;
	}
	.header__bg.header__bg--hp {
		min-height: 9.2rem;
	}
	.header-container .cta-odber {
		margin-top: 2.8rem;
		margin-left: auto;
	}
	.header-moduly {
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 100%;
	}
	.header-logo > img {
		max-height: 50px;
		margin-right: 0.7rem;
	}
	.header-logo > span {
		font-size: 1.11em;
		margin-top: -0.1rem;
	}
	#ipotopmenuwrapper,
	.fulltext .elasticSearchForm {
		top: 178px;
	}
	#ipocopyright .row.antee {
		font-size: 0.7em;
	}
	.footer-container > div {
		width: 100%;
		margin-bottom: 0.6rem;
	}
	.footer-container > h2 {
		margin: 0 0 1.7rem;
		font-size: 1.42em;
		padding-left: 3.2rem;
	}
	.main-rozcestnik > a,
	.minor-rozcestnik>a {
		padding: 0.5rem 1rem;
		width: 100%;
	}
	.footer-container > h2::before {
		width: 40px;
		height: 45px;
	}
	.widget-container::after {
		top: 1rem;
	}
	.widget_box {
		margin-bottom: 0;
		padding: 0;
	}
	.widget_box > h2 {
		font-size: 1.27em;
	}
	.widget_box.widget_box-news {
		background-size: 36px;
	}
	.widget_box.widget_box-notice {
		background-size: 25px;
	}
	.widget-cta {
		margin: 0;
		gap: 0;
	}
	.widget-cta .action-button {
		margin: 0.65rem 0 0;
		min-width: unset;
		width: 100%;
		padding: 0.6rem;
	}
	.main-rozcestnik>a>strong,
	.minor-rozcestnik>a>strong {
		font-size: 1em;
	}
	.main-rozcestnik>a>span>img,
	.minor-rozcestnik>a>span>img {
		max-height: 31px;
		max-width: 34px;
	}
	.about-text h1 {
		font-size: 1.46em;
		margin-bottom: 0.9rem;
	}
	.about-text p {
		margin-bottom: 0.8rem;
	}
	.about-text .action-button {
		display: block;
		margin: 1.2rem 0 0;
	}
	.minor-rozcestnik > a > span {
		height: 45px;
		width: 50px;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.loga-container .logo_item img {
		max-width: 94px;
		max-height: 85px;
	}
	#page9243508 .form .form-vertical::before {
		font-size: 1.22rem;
		margin: 0.9rem 0;
	}
	.kontakt-info h2 {
		font-size: 1.18em;
		margin: 0 0 0.8rem;
	}
	.kontakt-info p strong {
		display: block;
		margin-top: 0.75rem;
	}
	.kontakt-info .kontakty a {
		display: inline-block;
	}
	.kontakt-info .hodiny .minwidth_m {
		display: block;
		margin-top: 0.2rem;
	}
	.kontakt-info .hodiny > span,
	.kontakt-info .kontakty > span {
		margin-top: 0;
	}
	.minwidth_m {
		margin-top: 0.3rem;
		display: block;
	}
	#iponavigation,
	.akceCZ .event .event-details>div,
	.turistikaCZ.view-default .destination-details>div {
		margin-bottom: 0.5rem;
	}
	#frm-subscriptionForm-form .form-vertical .form-item.buttons,
	form .form-vertical {
		margin-top: 1rem;
	}
	form .form-vertical .form-item .form-item-field > textarea {
		height: 6em;
	}
	form .form-vertical .approval {
		font-size: 0.8em;
	}
	#frm-subscriptionForm-form .form-vertical .form-item.buttons .form-item-field > input[type=submit] {
		display: block;
		width: 100%;
	}
	.noticeBoardOverview-filter {
		margin-top: 1em;
	}
	.fulltext {
		margin-left: 0;
	}
	.fulltext > a {
		right: 5.1rem;
		top: 1rem;
	}
	.loga-container .logo_item {
		width: 49%;
	}
}
@media not all and (min-resolution:.001dpcm) {
	.elasticSearchForm input[type=submit]{
		top: -0.8rem;
	}
}
/*** print styles *************************************************************/
@media print {
	#ipocontainer, #ipomain, #ipomainframe, #ipofooter {
		width: 1024px;
	}
	html, body, #ipocontainer, #ipomain {
		background: transparent;
	}
	#ipoleftblock, #iporightblock, #ipoheader, #ipofooter, #ipotopmenuwrapper {
		display: none;
	}
	#ipopage {
		display: inline;
		margin-left: 0px;
	}
	#ipocopyright {
		padding: 10px 0px 0px 0px;
		margin-bottom: 10px;
	}
	.noprint {
		display: none;
	}
	.printonly {
		display: block;
	}
}
