/**
 * 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: #8f0000;
	border: 1px solid #ffffff;
	width: 100px;
	font-weight: bold;
	color: #ffffff;
}
.button2 {
	background-color: #8f0000;
	border: 1px solid #ffffff;
	font-weight: bold;
	color: #ffffff;
}
.button3 {
	background-color: #8f0000;
	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: transparent; 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: transparent; background-image: none;
}
#ipomenu ul li a:hover {
	color: #ffffff;
	background-color: #8f0000; background-image: none;
}
#ipomenu ul li a.nolink:hover {
	cursor: text;
	color: #ffffff;
	background-color: transparent;
}
#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: #ffffff;
	font-weight: bold;
	text-align: left;
	background-image: none;
}
#ipomenu ul li.submenu1 ul li a:hover {
	color: #ffffff;
	background-color: #8f0000;
	background-image: none;
}
#ipomenu ul li.submenu1 ul li a.nolink:hover {
	cursor: text;
	color: #ffffff;
	background-color: #ffffff;
}
#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: transparent; 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: #ffffff;
	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: #8f0000; 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: #8f0000;
	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: #ffffff;
}
#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: transparent; 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: #102882;
}
.styleH4, .styH4, h2{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1.35em;
	font-weight: bold;
	color: #102882;
}
.styleH5, .styH5, h3 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}
.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: #102882;
	color: #ffffff;
}
.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: #ffffff;
	border: 1px solid #ffffff;
	background-color: #102882;
;
}
.action-button:hover {
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: #0a1a4d;
;
	cursor: pointer;
}
.action-button:active {
	background-image: none;
	filter: none;
}
a.action-button, a.action-button:visited {
	color: #ffffff;
}
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 #102882;
}
#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: #0a1a4d;
	color: #ffffff;
}
#ipopage .content-paginator .paginator-current {
	background-color: #102882;
;
	color: #ffffff;
	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: #0a1a4d;
;
	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: #102882;
}
.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: transparent; 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;
}
/*** Booking system ***********************************************************/
.bookingSystem .calendar table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 1em;
}
.bookingSystem .calendar table.public td,
.bookingSystem .calendar table.public th {
	border-width: 1px;
	border-style: solid;
	padding: 0.1em 0.3em;
	font-size: 1.1em;
}
.bookingSystem .calendar table.public td {
	overflow: hidden;
	text-shadow: 1px 1px 2px #aaa;
}
.bookingSystem .calendar table.public td ul {
	list-style: none;
	padding-left: 0;
}
.bookingSystem .calendar table.public th:first-child {
	width: 3em;
	text-align: right;
	vertical-align: middle;
	border-left: none;
}
#ipopage .bookingSystem .calendar table.public td,
#ipopage .bookingSystem .calendar table.public th {
	background-color: white;
	text-align: center;
}
#ipopage .bookingSystem .calendar table.public td.free {
	background-color: #6a9d02;
	background-image: -webkit-gradient(linear,left top,right bottom,from(#6a9d02),to(#609300));
	background-image: -o-linear-gradient(-45deg, #6a9d02, #609300);
	background-image: linear-gradient(-45deg, #6a9d02, #609300);
}
#ipopage .bookingSystem .calendar table.public td.free:hover {
	background-color: #347730;
	background-image: -webkit-gradient(linear,left top,right bottom,from(#347730),to(#004300));
	background-image: -o-linear-gradient(-45deg, #347730, #004300);
	background-image: linear-gradient(-45deg, #347730, #004300);
}
#ipopage .bookingSystem .calendar table.public td.bookedOut {
	background-color: #dd4b39;
	background-image: -webkit-gradient(linear,left top,right bottom,from(#dd4b39),to(#dd2a21));
	background-image: -o-linear-gradient(-45deg, #dd4b39, #dd2a21);
	background-image: linear-gradient(-45deg, #dd4b39, #dd2a21);
}
#ipopage .bookingSystem .calendar table.public td.inactive,
#ipopage .bookingSystem .calendar table.public td.inactive:hover {
	background-color: #faa51a;
	background-image: -webkit-gradient(linear,left top,right bottom,from(#faa51a),to(#f47a20));
	background-image: -o-linear-gradient(-45deg, #faa51a, #f47a20);
	background-image: linear-gradient(-45deg, #faa51a, #f47a20);
}
.bookingSystem .calendar table.public td a {
	display: block;
	padding: 2000px;
	margin: -2000px;
	text-decoration: none;
	color: black;
}
.bookingSystem .calendar p.message {
	color: #444;
	font-size: 1.1em;
	text-shadow: 1px 1px 2px #ffffff;
	text-align: center;
}
#ipopage .bookingSystem .calendar table th {
	background-color: transparent;
	color: #2f2f2f;
}
.bookingSystem .calendar table td,
.bookingSystem .calendar table th {
	border: 1px solid lightgrey;
}
#ipopage .bookingSystem table th {
	background: transparent;
	font-size: 1.1em;
	line-height: 1.3em;
}
.bookingSystem .navigation {
	min-height: 2em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.bookingSystem .navigation a {
	font-size: 1.1em;
}
.bookingSystem .navigation .misc .previous + .next {
	margin-left: 1em;
}
.bookingSystem .daySetup table {
	width: auto;
}
/*** Contact form *************************************************************/
.contactForm label {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}
.contactForm label:first-child {
	margin-top: 0;
}
.contactForm input[type=text], .contactForm textarea {
	width: 100%;
	padding: 0.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contactForm textarea {
	max-width: 100%;
}
.contactForm input[type=submit] {
	display: block;
	margin: 0.5em auto;
}
/*** 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%;
}
/*** 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;
}
/*** 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: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#C6C6C6));
	background: -moz-linear-gradient(top, #FFFFFF 0%, #C6C6C6 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%,#C6C6C6 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%,#C6C6C6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFFFFF,EndColorStr=#C6C6C6,GradientType=0);
	background: linear-gradient(top, #FFFFFF 0%, #C6C6C6 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: #ffffff;
			background-color: #102882;
		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: #0a1a4d;
	}

/*** 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: #102882;
}
#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;
}

/*** Mobilní Rozhlas ***************************************************/
.rozhlas-banner-container .rozhlas-banner {
	display: none;
}
.rozhlas-banner-container {
	position: fixed;
	bottom: 2.5em;
	right: 2.5em;
	z-index: 100;
	max-width: 165px;
	color: #000;
}
.rozhlas-banner-container .rozhlas-banner__icon {
	display: inline-block;
	padding: 1em;
	border-radius: 25px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.25s linear 0s;
	background-color: #fff;
	text-decoration: none;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.rozhlas-banner-container .rozhlas-banner__icon:hover {
	background-color: #ececec;
}
.rozhlas-banner-container .rozhlas-banner__icon > span {
	display: inline-block;
	color: #000;
	text-decoration: none;
	line-height: 1.3;
	margin-left: 0.5em;
}
.rozhlas-banner-container .rozhlas-banner {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	max-width: 300px;
	width: 100%;
	padding: 1.5em;
	position: fixed;
	bottom: 2em;
	right: 2em;
	z-index: 101;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.rozhlas-banner-container .rozhlas-banner__close {
	text-align: right;
}
.rozhlas-banner-container .rozhlas-banner__logo,
.rozhlas-banner-container .rozhlas-banner__close a {
	transition: all 0.25s linear 0s;
}
.rozhlas-banner-container .rozhlas-banner__close a:hover {
	cursor: pointer;
	opacity: 0.7;
}
.rozhlas-banner-container .rozhlas-banner__logo,
.rozhlas-banner-container .rozhlas-banner__image {
	text-align: center;
	margin: 0.5em 0;
}
.rozhlas-banner__image img {
	width: 100%;
	height: auto;
}
.rozhlas-banner-container .rozhlas-banner__logo:hover {
	opacity: 0.7;
}
.rozhlas-banner-container .rozhlas-banner__text {
	text-align: center;
	font-style: italic;
}
.rozhlas-banner-container .rozhlas-banner-btn {
	display: block;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 5px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding: 12px 0.5em 12px 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 8px center;
	transition: all 0.25s linear 0s;
}
#ipocopyright .rozhlas-banner-container a.rozhlas-banner-btn {
	color: #fff;
	text-decoration: none;
}
.rozhlas-banner-btn--telefon {
	background-color: #2AB574;
	background-image: url('/img/mobilni-rozhlas/banner_pridat-icon.svg');
}
.rozhlas-banner-btn--nastenka {
	background-color: #1BB4EC;
	background-image: url('/img/mobilni-rozhlas/banner_nastenka-icon.svg');
}
.rozhlas-banner-btn--app {
	background-color: #F8971E;
	background-image: url('/img/mobilni-rozhlas/banner_app-icon.svg');
}
.rozhlas-banner-btn--telefon:hover,
.rozhlas-banner-btn--nastenka:hover,
.rozhlas-banner-btn--app:hover {
	background-color: #013eab;
}
.rozhlas-banner-btn:last-child {
	margin-bottom: 0;
}
.rozhlas-banner__icon .rozhlas-subtitle {
	display: block;
	font-size: 0.8em;
	margin-top: 0.5em;
	max-width: 12em;
}
@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.rozhlas-banner-container .pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
.rozhlas-banner-container .animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.rozhlas-container .mobile-app,
.rozhlas-container .mobile-sms {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 2em;
}
.rozhlas-container .mobile-app__item,
.rozhlas-container .mobile-sms__item {
	width: 50%;
}
.rozhlas-container .mobile-app__item:nth-child(2) img {
	width: 100%;
	height: auto;
}
.rozhlas-container .mobile-app__item h2 {
	padding-left: 1.5em;
	background: url('/img/mobilni-rozhlas/phone.svg') no-repeat left center;
	color: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.rozhlas-container .mobile-app__links > div {
	display: inline-block;
	background-color: #F7F7F7;
	padding: 1em;
	min-width: 220px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.rozhlas-container .app-qr {
	text-align: center;
	padding: 1em 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.rozhlas-container .app-link {
	text-align: center;
}
.rozhlas-container .mobile-app__links .app-link__button,
.rozhlas-container .mobile-app__links .app-link__button:visited {
	display: inline-block;
	text-align: left;
	border-radius: 4px;
	color: #fff;
	background-color: #86B700;
	text-decoration: none;
	padding: 0.5em 1em 0.5em 5em;
	min-width: 180px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 2.5em center;
	background-image: url('/img/mobilni-rozhlas/android.svg');
	transition: all 0.25s linear 0s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.rozhlas-container .mobile-app__links .app-link__button:hover {
	color: #fff;
}
.rozhlas-container .app-ios .app-link__button {
	background-color: #222222;
		background-image: url('/img/mobilni-rozhlas/apple.svg');
}
.rozhlas-container .mobile-sms__item h2 {
	padding-left: 1.5em;
	background: url('/img/mobilni-rozhlas/home.svg') no-repeat left center;
	color: #000;
}
.rozhlas-container .mobile-sms__item iframe {
	width: 100%;
}
.rozhlas-container .sms-links {
	text-align: center;
}
.rozhlas-container .sms-links a,
.rozhlas-container .sms-links a:visited {
	display: inline-block;
	padding: 0.5em;
	border-radius: 4px;
	padding: 12px 0.5em 12px 38px;
	margin: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: 10px center;
	transition: all 0.25s linear 0s;
	text-decoration: none;
	color: #fff;
}
.rozhlas-container .sms-links__login {
	background-color: #2AB574;
	background-image: url('/img/mobilni-rozhlas/banner_pridat-icon.svg');
}
.rozhlas-container .sms-links__show {
	background-color: #1BB4EC;
		background-image: url('/img/mobilni-rozhlas/banner_nastenka-icon.svg');
}
.rozhlas-container .sms-links a:hover {
	color: #fff;
}
.rozhlas-container .mobile-app__item:nth-child(2) {
	background-color: #F7F7F7;
}
.rozhlas-container .sms-links__login:hover,
.rozhlas-container .sms-links__show:hover,
.rozhlas-container .mobile-app__links .app-link__button:hover,
.rozhlas-container .app-ios .app-link__button:hover {
	background-color: #013eab;
}

@media only screen and (max-width: 1024px) {
	.rozhlas-banner-container {
		right: 60px;
		bottom: 0;
	}

	.rozhlas-container .mobile-app__item:nth-child(2),
	.rozhlas-container .mobile-app__item .mobile-app__links {
		text-align: center;
	}

	.rozhlas-container .rozhlas-banner__icon {
		border-radius: 25px 0 0 25px;
	}

	.rozhlas-container .mobile-app,
	.rozhlas-container .mobile-sms {
		margin-bottom: 1em;
	}

	.rozhlas-container .mobile-app__item,
	.rozhlas-container .mobile-sms__item {
		width: 100%;
		margin-bottom: 1em;
	}

	.rozhlas-container .mobile-app__item:nth-child(2) img {
		max-width: 400px;
	}
}

@media only screen and (max-width: 580px) {
	.rozhlas-container .mobile-app__links>div {
		min-width: 100%;
		box-sizing: border-box;
	}

	.rozhlas-banner-container .rozhlas-banner__text {
		margin-bottom: 1em;
	}

	.rozhlas-container .app-android,
	.rozhlas-container .sms-links__login {
		margin-bottom: 1em;
	}

	.rozhlas-container .mobile-app__item h2,
	.rozhlas-container .mobile-sms__item h2 {
		background: none;
		padding: 0;
	}

	.rozhlas-container .app-qr,
	.rozhlas-container .mobile-app__item:nth-child(2),
	.rozhlas-banner-container .rozhlas-banner__image {
		display: none;
	}
}
/*****************************************************************************/

/*** 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 ************************************************************/
*,
*::after,
*::before {
	box-sizing: border-box;
}
.action-button,
.action-button:visited {
	border: none;
	box-shadow: none;
	margin: 0.5rem 0;
	font-weight: 700;
	font-size: 1em;
	padding: 0.7em 1.5em;
	border-spacing: none;
	border-radius: 0;
	display: inline-block;
	text-align: center;
	position: relative;
	transition: all 0.25s ease-in-out 0s;
}
.action-button:hover {
	border: none;
	font-weight: 700;
}
*::-moz-selection {
	color: #FFF;
	background: #102882;
}
*::selection {
	color: #FFF;
	background: #102882;
}
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;
	font-size: 18px;
}
body {
	line-height: 1.5;
	font-weight: 400;
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
}
h1 {
	margin: 0 0 1.5rem 0;
	padding-top: 0.6em;
	font-size: 1.95em;
	font-weight: 700;
	position: relative;
}
h1:before {
	content: "";
	width: 92px;
	height: 3px;
	background: #f7ea11;
	position: absolute;
	display: block;
	top: 9px;
	left: 0;
}
h2 {
	font-size: 1.5em;
	margin: 1.2rem 0;
	font-weight: 700;
}
h3 {
	font-size: 1.3em;
	margin: 1.1rem 0;
	font-weight: 700;
}
h4 {
	font-size: 1.1em;
}
p {
	line-height: 1.6;
	text-align: left;
	margin-bottom: 0.5em;
}
p:last-child {
	margin-bottom: 0.5em;
}
#ipocontainer a,
#ipocopyright a {
	text-decoration-skip: ink;
}
#ipofooter {
	min-height: 0;
}
.subscribe-toolbar .fa {
	margin-top: 4px;
}
/*custom body*/
#ipoheader,
#ipomain,
#ipomain > #ipomainframe,
#ipopage,
.ipopagetext,
#page7064699 .content,
#page7069688 .content {
	width: 100%;
	max-width: 100%;
}
.row.header-inner,
#ipotopmenuwrapper,
#ipotopmenu,
#iponavigation p,
#ipofooter,
.content,
.error,
#page7069688 h1,
.row.kontakt,
#page7069688 .form-vertical,
.ipopagetext.system,
.row.widget-aktuality,
.row.o-obci__deska,
.row.kalendar-odkazy,
.row.loga,
.layout-container,
.row.antee div {
	max-width: 1280px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.flex-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
/*end custom body*/
#ipoheader {
	min-height: 110px;
}
#ipoheader a {
	text-decoration: underline;
}
#ipoheader a,
#ipoheader a:hover,
#ipoheader a:visited {
	color: #000;
}
#ipoheader a:hover,
#ipoheader a:visited {
	text-decoration: none;
}
#ipoheader .header-logo {
	display: block;
	position: relative;
	z-index: 100;
	color: #b30000;
	transition: all 0.25s ease-in-out 0s;
	text-decoration: none;
}
#ipoheader .header-logo:hover,
#ipoheader .header-logo:visited {
	text-decoration: none;
}
#ipoheader .header-logo:hover .znak {
	-webkit-transform: scale(1.025);
	-ms-transform: scale(1.025);
	transform: scale(1.025);
}
#ipoheader .header-logo:hover .nazev-obce {
	opacity: 0.7;
}
#ipoheader .header-logo .znak {
	float: left;
	width: 11.2em;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 0.25s ease-in-out 0s;
}
#ipoheader .header-logo .nazev-obce {
	display: inline-block;
	transition: all 0.25s ease-in-out 0s;
	color: #102882;
	font-size: 1.95em;
	font-weight: 700;
}
.row.header-inner {
	padding: 1em 0;
}
.row.header-inner h3 {
	font-size: 1em;
}
.logo {
	width: 49%;
}
.header-telefon {
	width: 16%;
	text-align: right;
}
.header-telefon h3 {
	margin-top: 0;
	margin-bottom: 0.2em;
}
.header-provoz {
	width: 24.7%;
	margin: -1.5em 0 0 auto;
	padding: 0.5em 1.4em 0.9em 1.4em;
	background: rgba(255, 255, 255, 0.85);
	position: relative;
}
.header-provoz h3 {
	margin-top: 0.4em;
	margin-bottom: 0.2em;
}
.header-provoz *,
.header-provoz p {
	text-align: right;
}
.header-provoz p {
	margin-bottom: .2em;
}
.header-provoz .provoz-ikona {
	margin: 0;
	position: absolute;
	top: -0.4em;
	left: 0.5em;
	width: 50px;
	height: 58px;
	box-sizing: content-box;
	padding-top: 8px;
	background: linear-gradient(180deg, #242424 50%, transparent 50%);
	text-align: center;
}
.header-provoz .provoz-ikona img {
	position: relative;
	z-index: 1;
}
.header-provoz .provoz-ikona:after {
	content: "";
	float: right;
	width: 0;
	border-top: 34px solid #242424;
	border-left: 50px solid transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}
.header-provoz .provoz-ikona:before {
	content: "";
	width: 0;
	border-top: 34px solid #242424;
	border-right: 50px solid transparent;
	position: absolute;
	left: 0;
	bottom: 0;
}
.uvodni-fotka {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.uvodni-fotka .boxImage > div {
	display: block;
	text-indent: -2000em;
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 561px;
}
#page7064699 .subpage-background {
	display: none;
}
#page7064699 .subpage-background .boxImage > div {
	background: none;
	display: none;
}
.subpage-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.subpage-background:before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.subpage-background .boxImage > div {
	min-height: 320px;
	display: block;
	text-indent: -2000em;
	background-repeat: no-repeat;
	background-position: top center;
}
/*end header*/
/*topmenu*/
#ipotopmenuwrapper {
	position: absolute;
	top: 4.4rem;
	left: 0;
	right: 0;
}
#ipotopmenuwrapper #ipotopmenu {
	width: 89%;
	background: #b30000;
	float: right;
}
#ipotopmenuwrapper ul.topmenulevel1 {
	float: left;
	padding-left: 1.3em;
}
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1,
#ipotopmenuwrapper ul.topmenulevel1 li.noborder {
	height: auto !important;
	line-height: initial;
	font-weight: 400;
	position: relative;
	display: block;
	border-left: none;
	transition: all 0.25s linear 0s;
}
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1:hover > a,
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.active > a,
#ipotopmenuwrapper ul.topmenulevel1 li.noborder:hover > a,
#ipotopmenuwrapper ul.topmenulevel1 li.noborder.active > a {
	color: #fff;
	background-color: #8f0000;
}
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1 > a,
#ipotopmenuwrapper ul.topmenulevel1 li.noborder > a {
	padding: 0.8em 1em;
	font-size: 1.2rem;
	font-weight: 600;
	margin-left: 1em;
	text-align: center;
	transition: all 0.25s linear 0s;
}
#ipotopmenuwrapper ul.topmenulevel2 {
	top: auto;
	width: 250px;
	padding: 0;
	left: 1.3em;
	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;
	text-shadow: none;
}
#ipotopmenuwrapper ul.topmenulevel2 li.topmenuitem2:last-child > a {
	border-bottom: none;
}
#ipotopmenuwrapper ul.topmenulevel2 li.topmenuitem2.active > a {
	color: #fff;
	background-color: #8f0000;
}
#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;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}
#ipotopmenuwrapper ul.topmenulevel2 li.topmenuitem2 > a:hover {
	color: #fff;
	background-color: #8f0000;
}
/*end topmenu*/
/*hp*/
#ipomain {
	background: #fff;
}
.hrclear {
	display: none;
}
.ipopagetext {
	padding: 0;
}
#page7064699 #ipomain {
	background: transparent;
	margin-top: -3.9em;
}
/*aktuality, úřední deska, obec*/
.row.widget-aktuality h2 {
	text-shadow: 0 0 3.5px rgba(0, 0, 0, 0.49);
}
.row.widget-aktuality .widget-body {
	width: 30.5%;
}
.row.o-obci__deska {
	padding: 1.8em 0 5em 0;
}
.o-obci {
	width: 49%;
}
.o-obci p:nth-child(3) {
	padding-top: 1.5em;
}
.o-obci .action-button {
	padding: 1em 7.2em 1em 1.5em;
}
.o-obci .action-button:before {
	content: "";
	width: 55px;
	height: 50px;
	background: url(/image.php?nid=17701&oid=7241804) no-repeat center;
	position: absolute;
	top: 6px;
	right: 0;
}
.widget-informace {
	width: 36.6%;
	margin: 0 0 0 auto;
}
.widget-aktuality h2,
.widget-informace h2 {
	position: relative;
	margin-bottom: 0;
	padding: 0 0.5em 0.1em 0.65em;
	font-size: 1.55em;
}
.widget-aktuality h2 {
	color: #fff;
}
.widget-informace h2 {
	color: #102882;
}
.widget-aktuality h2:before,
.widget-informace h2:before {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.widget-aktuality h2:before {
	background: #c10001;
}
.widget-informace h2:before {
	background: #102882;
}
.widget-aktuality h2 span img,
.widget-informace h2 span img {
	position: relative;
	z-index: 1;
}
.widget-aktuality h2 span:after,
.widget-informace h2 span:after {
	content: "";
	float: right;
	width: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	border-left: 50px solid transparent;
}
.widget-aktuality h2 span:before,
.widget-informace h2 span:before {
	content: "";
	float: left;
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	border-right: 50px solid transparent;
}
.widget-aktuality h2 span {
	margin: 0;
	position: absolute;
	top: -0.4em;
	right: 0.5em;
	width: 70px;
	height: 78px;
	box-sizing: content-box;
	padding-top: 8px;
	text-align: center;
	background: linear-gradient(180deg, #c10001 70%, transparent 70%);
}
.widget-aktuality h2 span:after {
	border-top: 30px solid #c10001;
}
.widget-aktuality h2 span:before {
	border-top: 30px solid #c10001;
}
.widget-informace h2 span {
	margin: 0;
	position: absolute;
	top: -0.4em;
	right: 0.5em;
	width: 70px;
	height: 78px;
	box-sizing: content-box;
	padding-top: 8px;
	text-align: center;
	background: linear-gradient(180deg, #102882 70%, transparent 70%);
}
.widget-informace h2 span:after {
	border-top: 30px solid #102882;
}
.widget-informace h2 span:before {
	border-top: 30px solid #102882;
}
.widget-aktuality .widget-date,
.widget-informace .widget-date {
	font-weight: 100;
}
.widget-aktuality .widget-date {
	color: #c10001;
}
.widget-informace .widget-date {
	color: #102882;
}
.widget-aktuality .widget-item,
.widget-informace .widget-item {
	display: block;
	text-decoration: none;
	margin: 1em 0;
	padding: 1em 1em 1.2em 1em;
	transition: all 0.25s ease-in-out 0s;
}
.widget-aktuality .widget-item>span,
.widget-informace .widget-item>span {
	display: block;
}
.widget-aktuality .widget-item>.widget-text,
.widget-informace .widget-item>.widget-text {
	text-decoration: underline;
}
.widget-aktuality .widget-item:hover .widget-text,
.widget-informace .widget-item:hover .widget-text {
	text-decoration: none;
}
.widget-aktuality .widget-item {
	background: rgba(255, 255, 255, 0.85);
}
.widget-informace .widget-item {
	background: #dadada;
}
.widget-aktuality .widget-item:hover {
	background: #c10001;
}
.widget-informace .widget-item:hover {
	background: #102882;
}
.widget-aktuality .widget-item:hover .widget-date,
.widget-aktuality .widget-item:hover .widget-text {
	color: #fff;
}
.widget-informace .widget-item:hover .widget-date,
.widget-informace .widget-item:hover .widget-text {
	color: #fff;
}
/*end aktuality, úřední deska, obec*/
/*kalendář, odkazy*/
.kalendar-odkazy__container {
	padding: 1.7em 0;
	background: linear-gradient(rgba(16, 40, 130, 0.4), rgba(16, 40, 130, 0.4)), 
		url(/image.php?nid=17701&oid=7241817) no-repeat top center;
}
.kalendar {
	width: 40.5%;
}
.odkazy {
	width: 52%;
	padding-top: 1.6em;
	margin: 0 0 0 auto;
}
.odkazy a {
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width: 48%;
	background-color: rgba(16, 40, 130, 0.85);
	padding-top: 6.3em;
	background-repeat: no-repeat;
	background-position: center 1.5em;
	transition: all 0.25s ease-in-out 0s;
	font-size: 1.3em;
	font-weight: 700;
}
.odkazy a:hover {
	background-color: rgba(179, 0, 0, 0.85);
}
.odkazy a:hover,
.odkazy a:visited {
	color: #fff;
}
.odkazy a:nth-child(2),
.odkazy a:nth-child(4) {
	margin: 0 0 0 auto;
}
.odkazy a:nth-child(3),
.odkazy a:nth-child(4) {
	margin-top: 1.5em;
}
.odkazy .kulturak {
	background-image: url("/image.php?nid=17701&oid=7241812");
}
.odkazy .fotogalerie {
	background-image: url("/image.php?nid=17701&oid=7241807");
}
.odkazy .kronika {
	background-image: url("/image.php?nid=17701&oid=7241811");
}
.odkazy .knihovna {
	background-image: url("/image.php?nid=17701&oid=7241810");
}
/*end kalendář, odkazy*/
/*loga*/
.row.loga {
	padding: 3em 0;
}
.row.loga a {
	display: block;
	width: 33%;
	text-align: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}
.row.loga a:hover img {
	opacity: 0.7;
}
.row.loga img {
	transition: all 0.25s ease-in-out 0s;
}
/*end loga*/
/*end hp*/
/*kalendář*/
/*kulturní dům*/
#page7071587 .kalendar {
	width: 60%;
	margin: 0 auto;
}
/*end kulturní dům*/
.kalendar .data-aggregator-calendar {
	display: block;
}
.data-aggregator-calendar h4 {
	display: none;
}
.data-aggregator-calendar {
	display: none;
	padding: 0;
}
.data-aggregator-calendar .newsbody {
	padding: 0;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
	border-radius: 0;
}
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker {
	margin-bottom: 0;
	max-width: 100%;
	padding: 0 0 0.5em 0;
	border: 0;
	border-radius: 0;
	background: #fff;
}
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-title {
	margin: 0;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1;
}
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-header {
	border: 0;
	border-radius: 0;
	max-width: 100%;
	margin: 0;
	background: #b30000;
	color: #fff;
	padding: 1.4em 0.9em;
}
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-header a {
	border-radius: 0;
	border: 0;
	font-size: 1.05em;
	font-weight: 400;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	background: transparent;
	border: 1px solid transparent;
	transition: all 0.25s linear 0s;
	text-decoration: none;
}
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-header a:hover {
	background: #fff;
	border-color: #102882;
}
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-header a:hover::before,
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-header a:hover::after {
	color: #102882;
}
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	right: 7%;
}
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	left: 7%;
}
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-calendar {
	max-width: 95%;
	font-size: 0.88rem;
	margin: 1em auto 0 auto;
}
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-calendar th {
	padding: 0 0 1em 0;
	color: #000;
	background: none;
	font-weight: 700;
	border-bottom: dotted 2px #102882;
}
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-calendar td {
	padding: 0.5em 0 0 0;
	font-size: 0.9em;
}
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-calendar td > a,
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-calendar td span {
	position: relative;
	z-index: 1;
	background: #fff;
	color: #000;
	border: 0;
	margin: 0 0.2em;
	padding: 1.5em 1em;
	line-height: 1;
	text-align: center;
	font-weight: 400;
	transition: all 0.25s linear 0s;
}
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-calendar td .ui-state-active {
	box-shadow: none;
	background: none;
	color: #fff;
}
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-calendar td .ui-state-active::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #b30000;
	z-index: -1;
}
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-calendar td .ui-datepicker-other-month {
	opacity: 1;
}
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-calendar td .holiday {
	background: #242424;
	color: #fff;
}
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-calendar td a,
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
	text-decoration: none;
	background: #102882;
	color: #fff;
}
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-calendar td a:hover,
.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-calendar td a.ui-state-active:hover {
	background: #b30000;
	color: #fff;
}
/*end kalendář*/
/*footer*/
#page7064699 #ipocopyright,
#page7069688 #ipocopyright {
	margin-top: 0;
}
#ipocopyright {
	padding: 0;
	background: #ededed;
	text-align: left;
	color: #000;
	margin-top: 2em;
}
#ipocopyright p,
#ipocopyright a,
#ipocopyright a:visited,
#ipocopyright a:hover {
	color: #000;
}
#ipocopyright .copyright {
	padding: 0;
	font-size: 1rem;
}
#ipocopyright .row.antee {
	padding: 1rem 0;
	font-size: 0.9em;
	background-color: #fff;
	color: #000;
	text-align: left;
}
#ipocopyright .row.antee p,
#ipocopyright .row.antee a {
	color: #000;
	text-align: left;
}
#ipocopyright h3 {
	width: 100%;
	color: #222222;
	font-size: 1.45em;
	margin-bottom: 0;
}
#ipocopyright h4 {
	color: #b30000;
	font-weight: 700;
	font-size: 1.05em;
	margin-bottom: 0.3em;
}
#ipocopyright h4:nth-child(5) {
	margin-top: 1.5em;
}
#ipocopyright .copy-info {
	width: 64.5%;
	padding: 2em 0 0 calc(50% - 640px);
}
#ipocopyright .copy-info p {
	font-size: 1.05em;
}
#ipocopyright .copy-adresa {
	width: 37.5%;
}
#ipocopyright .copy-kontakt {
	width: 31.5%;
}
#ipocopyright .copy-provoz {
	width: 30%;
}
#ipocopyright .copy-provoz p {
	margin-bottom: 0;
}
#ipocopyright .copy-mapa {
	width: 35.4%;
	margin: 0 0 0 auto;
}
#ipocopyright .copy-mapa a {
	display: block;
	background: url(/image.php?nid=17701&oid=7241814) left top no-repeat;
	padding: 9.3em 0 9.3em 3em;
	position: relative;
	border-left: solid 5px #fff;
}
#ipocopyright .copy-mapa a:hover:before {
	background: rgba(16, 40, 130, 0.7);
}
#ipocopyright .copy-mapa a:hover .action-button {
	background: #0a1a4d;
}
#ipocopyright .copy-mapa a:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(16, 40, 130, 0);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.25s ease-in-out 0s;
}
#ipocopyright .action-button {
	padding: 0.9em 1.5em 0.9em 5.4em;
}
#ipocopyright .action-button:before {
	content: "";
	width: 80px;
	height: 90px;
	background: url(/image.php?nid=17701&oid=7241806) no-repeat center;
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
}
/*end footer*/
/*drobečková navigace*/
#iponavigation {
	margin-bottom: 1rem;
	background: #b30000;
}
#iponavigation p {
	color: #fff;
	font-size: 0.9em;
	font-weight: 400;
	padding: 1em 0;
}
#iponavigation a,
#iponavigation a:visited {
	color: #fff;
	text-decoration: underline;
}
#iponavigation a:hover {
	color: #fff;
	text-decoration: none;
}
#iponavigation .separator {
	margin: 0 7px;
	position: relative;
	padding: 0;
	width: 7px;
	text-indent: -2000em;
	display: inline-block;
}
#iponavigation .separator::before {
	content: '/';
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
	display: inline-block;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
#iponavigation .currentPage {
	color: #fff;
	font-weight: 700;
}
/*end drobečková navigace*/
/*formuláře*/
input,
select,
textarea {
	border: 1px solid #102882;
	background-color: #fff;
	color: #000;
}
.form-vertical input[type="text"],
.form-vertical input[type="url"],
.form-vertical input[type="number"],
.form-vertical input[type="email"],
.form-vertical input[type="file"],
.form-vertical select,
.form-vertical textarea {
	border: 1px solid #102882;
	border-radius: 0;
}
.form-vertical input[type="file"] {
	background-color: transparent;
	border: 1px solid #102882;
}
.form-vertical fieldset:last-of-type {
	float: right;
	width: 65%;
}
.form-vertical fieldset legend {
	display: none;
}
.form-vertical fieldset {
	border: none;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.form-vertical fieldset:first-child {
	width: 30%;
}
.form-vertical .form-item {
	margin: 0.5em 0 0;
}
.form-vertical .form-item .form-item-field > * {
	padding: 0.5em;
}
.form-vertical .form-item .form-item-field > select {
	background-color: #fff;
	color: #000;
}
.form-vertical .form-item .form-item-field > input[type="text"]:focus,
.form-vertical .form-item .form-item-field > input[type="url"]:focus,
.form-vertical .form-item .form-item-field > input[type="number"]:focus,
.form-vertical .form-item .form-item-field > input[type="email"]:focus,
.form-vertical .form-item .form-item-field > input[type="file"]:focus,
.form-vertical .form-item .form-item-field > textarea:focus {
	border: 1px solid #b30000;
}
.form-vertical .form-item .form-item-field > textarea {
	height: 217px;
}
.form-vertical .form-item .form-item-field > input[type="submit"] {
	padding: 1em 2em;
}
.form-vertical .buttons .form-item-field {
	text-align: center;
}
.form-vertical .approval {
	margin: 1rem 0;
	font-weight: 400;
	clear: both;
}
/*end formuláře*/
/*fotogalerie*/
ul.albums.matrix {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gallery .matrix .title {
	min-height: 3em;
	color: #fff;
}
.gallery .matrix .title a {
	padding: 0.8em 0.5em 0;
}
.gallery .matrix .title:before {
	display: none;
}
.gallery .matrix li {
	margin: 0 0.5em 1em;
	box-shadow: 0 0px 15px -1px rgba(0, 0, 0, 0.2);
	max-width: 33%;
	width: auto;
	-webkit-flex: 0 0 31%;
	-ms-flex: 0 0 31%;
	flex: 0 0 31%;
	border-radius: 0;
	transition: all 0.25s ease-in-out 0s;
}
.gallery .matrix li:hover {
	box-shadow: 0 0px 30px -1px rgba(0, 0, 0, 0.2);
}
.gallery .matrix li>div {
	min-height: 100% !important;
	background-color: #102882;
	transition: all 0.25s ease-in-out 0s;
	border-radius: 0;
}
.gallery .matrix li > div:hover {
	opacity: 0.8;
}
.gallery .matrix div > a {
	margin: 0;
	padding: 0;
	transition: all 0.25s ease-in-out 0s;
}
.gallery .matrix div>a img {
	display: block;
	width: auto;
	max-height: 180px;
	margin: 1em auto;
	border-radius: 0;
}
.image-wrapper {
	box-shadow: none;
}
.image-wrapper .image-inner-wrapper a.image-detail {
	transition: all 0.25s ease-in-out 0s;
	border-radius: 0;
}
.gallery .image-thumbnail img {
	border-radius: 0;
}
.image-wrapper .image-inner-wrapper .image-thumbnail {
	background: #fff;
	border-radius: 0;
}
.image-wrapper .image-inner-wrapper a:hover.image-detail {
	opacity: 0.6;
}
.image-wrapper .image-inner-wrapper .image-description {
	padding: 0.2em 0;
	text-align: center;
	background: #102882;
	color: #fff;
}
#ipopage .content-paginator {
	font-size: 0.7em;
}
/*end fotogalerie*/
/*kontaktní stránka*/
#page7069688 h1 {
	width: 100%;
	margin: 1.5rem auto;
	max-width: 1280px;
}
#page7069688 #frm-form {
	position: relative;
	padding: 5em 0 1em 0;
	margin-top: 2em;
	background: #f6f6f6;
}
#page7069688 #frm-form:before {
	content: "Kontaktní formulář";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 1.5em;
	margin: 1.2rem auto;
	font-weight: 700;
	color: #102882;
	width: 100%;
	max-width: 1280px;
}
#page7069688 #frm-form .form-vertical {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.ipopagetext.system {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
#page7069688 .ipopagetext.system h1 {
	margin: 1.5rem 0;
}
#page7069688 .ipopagetext.system p:last-child {
	margin-bottom: 2em;
}
.row.kontakt h2 {
	width: 100%;
	margin: 0;
}
.kontakt-info {
	width: 49%;
	margin: 0;
}
.kontakt-telefon strong {
	display: inline-block;
	width: 14em;
}
.kontakt-mapa {
	width: 49%;
	margin: 0 0 0 auto;
	position: relative;
}
.kontakt-mapa iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
}
/*end kontaktní stránka*/
/*ostatní*/
.paragraph ul {
	list-style: none;
	padding-left: 0;
}
.paragraph ul > li {
	margin-bottom: 0.5em;
	font-size: 1em;
	position: relative;
	padding-left: 1.5em;
	font-weight: 700;
}
.paragraph ul > li:hover::before {
	text-indent: 0.35em;
}
.paragraph ul > li::before {
	content: '\f105';
	color: #102882;
	position: absolute;
	top: 5px;
	left: 0;
	font-weight: 700;
	text-indent: 0;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: all 0.25s ease-in-out 0s;
}
.subpage-rozcestnik {
	padding: 1em 2em;
	box-shadow: 0 0 40px -20px #000;
	margin: 1em 0;
	border-top: 3px solid #102882;
	background-color: #fff;
	border-radius: 0;
}
.ipopagetext .error {
	padding-top: 0;
}
/*end ostatní*/
/*Akce a Aktuality*/
.akceCZ.view-default .event,
.divided_bg .article {
	border-top: solid 5px #102882;
	border-radius: 0;
}
.articleText > * {
	word-break: break-all;
}
.morelink.action-button {
	display: inline-block;
}
#ipopage .content-paginator .paginator-step,
#ipopage .content-paginator .paginator-next,
#ipopage .content-paginator .paginator-prev {
	transition: all 0.25s ease-in-out 0s;
	background: #fff;
	color: #b30000;
	font-weight: 700;
}
#ipopage .content-paginator .paginator-step:hover,
#ipopage .content-paginator .paginator-next:hover,
#ipopage .content-paginator .paginator-prev:hover {
	color: #b30000;
	background-color: #102882;
}
/*end Akce a Aktuality*/
/*end ostatní*/
/*responziv*/

.fulltext {
  width: 247px;
  float: right;
	    margin-left: 11em;
}
.elasticSearchForm {
  background: url("image.php?nid=17701&oid=10387894") scroll repeat 0 0 transparent;
}
.elasticSearchForm form {
  width: 100%;
  background-color: #fff;
}
.elasticSearchForm .newsheader {
  display: none;
}
.elasticSearchForm .newsbody {
  background: none repeat scroll 0 0 transparent;
  padding: 0;
  float: left;
  border-radius: 0px;
  width: 100%;
  height: 55px;
}
.elasticSearchForm input {
  height: 55px;
  border: 0 none;
  background-color: transparent;
  color: #000;
}
.elasticSearchForm input[type="text"] {
  padding: 15px 0px 15px 15px;
  width: 160px;
  float: left;
  font-size: .9em;
  background-color: #fff;
}
.elasticSearchForm input.action-button {
  border: medium none;
  box-shadow: none;
  cursor: pointer;
  height: 55px;
  margin: 0;
  width: 55px;
  border-radius: 0px;
  float: right;
  background: url("image.php?nid=17701&oid=10387895") no-repeat scroll center center #d00000;

  text-indent: -2000em;
}
.elasticSearchForm .action-button:hover {
  background-color: #333333;
}

@media only screen and (max-width: 1280px) {
	.row.header-inner,
	#ipotopmenuwrapper,
	#ipotopmenu,
	#iponavigation p,
	#ipofooter,
	.content,
	.error,
	#page7069688 h1,
	.row.kontakt,
	#page7069688 .form-vertical,
	.ipopagetext.system,
	.row.widget-aktuality,
	.row.o-obci__deska,
	.row.kalendar-odkazy,
	.row.loga,
	.layout-container,
	.row.antee div {
		max-width: 1024px;
	}
	.header-provoz {
		width: 30%;
	}
	#ipotopmenuwrapper ul.topmenulevel1 {
		padding-left: 3em;
	}
	.row.widget-aktuality .widget-body {
		width: 40%;
	}
	#ipocopyright .copy-info {
		padding: 2em 0 0 calc(50% - 512px);
	}
	#ipocopyright .copy-provoz span {
		display: block;
		font-weight: 600;
	}
	#ipocopyright .action-button {
		padding: 0.9em 1em 0.9em 5.4em;
	}
	#page7069688 h1 {
		max-width: 1024px;
	}
	#page7069688 #frm-form:before {
		max-width: 1024px;
	}
	#page7069688 #frm-form .form-vertical {
		max-width: 1024px;
	}
	.ipopagetext.system {
		max-width: 1024px;
	}
	.fulltext{
		margin-left: 5em;
	}
}
@media only screen and (max-width: 1024px) {
	h1 {
		font-size: 1.5em;
		margin: 1rem 0;
		padding-top: 0;
	}
	h1:before{
		display: none;
	}
	h2 {
		font-size: 1.25em;
	}
	h3 {
		font-size: 1.15em;
	}
	h4 {
		font-size: 1.1em;
	}
	#page7064699 #ipoheader {
		min-height: 300px;
	}
	#ipoheader .header-logo:hover .znak {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 0.7;
	}
	#ipoheader .header-logo .znak {
		width: 6.5em;
	}
	#ipoheader .header-logo .znak img {
		width: 6em;
	}
	#ipoheader .header-logo .nazev-obce {
		font-size: 1.75em;
		line-height: 1.2;
	}
	#ipoheader .header-logo .nazev-obce span {
		display: block;
	}
	.row.header-inner {
		padding: 1em;
	}
	.header-telefon {
		width: 50%;
		text-align: left;
	}
	.header-provoz {
		width: 17em;
	}
	.uvodni-fotka:before {
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.85);
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.uvodni-fotka .boxImage > div {
		background-size: 1024px;
		min-height: 400px;
	}
	.subpage-background:before {
		background: rgba(255, 255, 255, 0.85);
	}
	.subpage-background .boxImage > div {
		min-height: 262px;
	}
	#ipotopmenuwrapper {
		top: 7rem;
		border-radius: 0;
		padding-top: 0;
		background-color: white;
		border-bottom: 3px solid #b30000;
	}
	#ipotopmenuwrapper #ipotopmenu {
		width: 100%;
		margin: 0.5em 0;
		float: none;
		background: #fff;
	}
	#ipotopmenuwrapper ul.topmenulevel1 {
		padding: 0;
		float: none;
	}
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1,
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder {
		width: 100%;
		color: #000;
		text-shadow: none;
		margin: 0.1em 0;
	}
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1:hover > a,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.active > a,
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder:hover > a,
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder.active > a {
		background-color: #8f0000;
		color: #fff;
	}
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1 > a,
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder > a {
		font-size: 1em;
		padding: 0.7em 1rem;
		margin: 0;
		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;
	}
	#ipotopmenu ul.topmenulevel1 li.topmenuitem1 ul.topmenulevel2 {
		padding: 0;
		margin: 0.5em 0;
	}
	#page7064699 #ipomain {
		margin-top: 1.5em;
	}
	#page7064699 .ipopagetext,
	#page7069688 .ipopagetext,
	#ipopage {
		padding: 0;
	}
	.ipopagetext {
		padding: 1em;
	}
	.row.widget-aktuality {
		padding: 0 1em;
	}
	.row.widget-aktuality h2 {
		text-shadow: none;
		color: #b30000;
	}
	.row.widget-aktuality .widget-body {
		width: 100%;
	}
	.row.o-obci__deska {
		padding: 0 1em;
	}
	.o-obci {
		width: 100%;
	}
	.o-obci p:nth-child(3) {
		padding-top: 0;
	}
	.widget-informace {
		width: 100%;
		margin: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.widget-aktuality h2,
	.widget-informace h2 {
		font-size: 1.25em;
		padding: 0 0 0.5em 0;
	}
	.widget-aktuality .widget-item {
		border: solid 1px #c10001;
	}
	.widget-informace .widget-item {
		border: solid 1px #102882;
	}
	.kalendar-odkazy__container {
		padding: 0 1em;
		background: none;
	}
	.kalendar {
		width: 100%;
	}
	.odkazy {
		width: 100%;
		margin: 0;
	}
	.odkazy a {
		padding-bottom: 1em;
	}
	.row.loga img {
		width: 45%;
	}
	#ipocopyright {
		margin-top: 1em;
	}
	#ipocopyright .row.antee {
		padding: 1rem;
	}
	#ipocopyright h3 {
		margin-bottom: 1.1rem;
	}
	#ipocopyright h4:nth-child(5) {
		margin-top: 0;
	}
	#ipocopyright .copy-info {
		width: 100%;
		padding: 0;
	}
	#ipocopyright .copy-adresa {
		width: 33%;
	}
	#ipocopyright .copy-kontakt {
		width: 33%;
	}
	#ipocopyright .copy-provoz {
		width: 33%;
	}
	#ipocopyright .copy-mapa {
		width: 100%;
	}
	#ipocopyright .copy-mapa a {
		background: none;
		border-left: none;
		padding: 0;
	}
	#ipocopyright .action-button {
		padding: 0.7em 1.5em;
	}
	#ipocopyright .action-button:before,
	#ipocopyright .copy-mapa a:before{
		display: none;
	}
	.row.copyright__inner {
		padding: 1em;
	}
	#iponavigation p {
		padding: 1em 1.2em;
	}
	#iponavigation .separator::before {
		color: #fff;
	}
	.form-vertical fieldset:last-of-type {
		float: none;
		width: 100%;
	}
	.form-vertical fieldset:first-child {
		width: 100%;
	}
	.form-vertical .approval {
		font-size: 0.85em;
		margin: 0;
	}
	.gallery .matrix li {
		-webkit-flex: 0 0 47%;
		-ms-flex: 0 0 47%;
		flex: 0 0 47%;
		max-width: 100%;
	}
	#page7069688 h1 {
		width: 8em;
		margin: 1.5rem 0 1.5rem 0.7em;
	}
	#page7069688 #iponavigation p {
		padding: 1em 1.2em;
	}
	#page7069688 #frm-form {
		padding: 3.5em 1em 1em 1em;
	}
	#page7069688 #frm-form:before {
		font-size: 1.25em;
		padding: 0 0.9em;
	}
	#page7069688 .ipopagetext.system {
		padding: 0 1em;
	}
	.row.kontakt {
		padding: 0 1em;
	}
	.row.kontakt h3 {
		margin-bottom: 0.3em;
	}
	.kontakt-info {
		width: 100%;
		margin: 0;
		padding-right: 0;
	}
	.kontakt-mapa {
		width: 100%;
		margin: 0;
		margin-top: 1em;
	}
	.kontakt-mapa iframe {
		position: inherit;
		height: 200px;
	}
	.menu-toggler {
		display: block;
		top: 1.3em;
		padding: 0.5em 1em;
		margin: 0 1em 0 0;
		right: 0;
		background-color: #102882;
		border-radius: 0;
		font-weight: 700;
	}
	.menu-toggler:hover {
		background-color: #b30000;
	}
	.menu-toggler > span {
		color: #fff;
		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: #fff;
		top: 0.1em;
	}
	.menu-toggler:hover span,
	.menu-toggler:hover .genericon {
		color: #fff;
	}
	#back-to-top {
		background: #102882;
		color: #fff;
		border-radius: 0;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	}
	p {
		text-align: left;
	}
	.fulltext{
		margin-left: 0em;
	}
}
@media only screen and (max-width: 768px) {
	.action-button,
	.action-button:visited {
		padding: 0.5em;
	}
	.logo {
		width: 100%;
	}
	.header-telefon {
		width: 100%;
		padding-top: 1em;
	}
	.header-provoz {
		margin: -8em 0 0 auto;
	}
	.subpage-background .boxImage > div {
		min-height: 285px;
	}
	#page7064699 #ipomain {
		margin-top: 0;
	}
	.o-obci .action-button {
		padding: 0.5em 5em 0.5em 1.5em;
	}
	.o-obci .action-button:before {
		top: -1px;
	}
	#page7071587 .kalendar {
		width: 100%;
		margin: 0;
	}
	#ipocopyright .copy-adresa {
		width: 100%;
		margin-bottom: 0.5em;
	}
	#ipocopyright .copy-kontakt {
		width: 100%;
		margin-bottom: 0.5em;
	}
	#ipocopyright .copy-provoz {
		width: 100%;
		margin-bottom: 0.5em;
	}
	.gallery .matrix li {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin: 0 0 1em;
	}
	.gallery .matrix div>a {
		overflow: hidden;
	}
	.morelink.action-button {
		padding: 0.5em 2em;
	}
}
@media only screen and (max-width: 550px) {
	#page7064699 #ipoheader {
		min-height: 230px;
	}
	.header-provoz {
		display: none;
	}
	.uvodni-fotka:before {
		background: rgba(255, 255, 255, 0.85);
	}
	.uvodni-fotka .boxImage > div {
		min-height: 220px;
	}
	.subpage-background:before {
		background: rgba(255, 255, 255, 0.85);
	}
	.subpage-background .boxImage > div {
		min-height: 224px;
	}
	.widget-aktuality h2 span,
	.widget-informace h2 span {
		display: none;
	}
	.odkazy a {
		width: 100%;
		margin-bottom: 1em;
		background-size: 12%;
		padding-top: 3.3em;
	}
	.odkazy a:nth-child(2),
	.odkazy a:nth-child(4) {
		margin: 0 0 1em 0;
	}
	.odkazy a:nth-child(3),
	.odkazy a:nth-child(4) {
		margin-top: 0;
	}
	.row.loga {
		display: none;
	}
	.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-title {
		font-size: 1.1em;
	}
	.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
		right: 10%;
	}
	.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
		left: 10%;
	}
	.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-calendar td > a,
	.data-aggregator-calendar .newsbody .blog-cal.ui-datepicker .ui-datepicker-calendar td span {
		padding: 0.5em;
	}
	#ipocopyright .row.antee {
		font-size: 0.7em;
	}
	#iponavigation {
		margin: 0.5em 0;
	}
	.form-vertical .form-item .form-item-field > * {
		padding: 0.3em 0.5em;
	}
	.form-vertical .form-item .form-item-field > textarea {
		height: 8em;
	}
	.form-vertical .form-item .form-item-field > input[type="submit"] {
		padding: 0.5em 1.5em;
	}
	#page7069688 #frm-form {
		padding: 4em 1em 1em 1em;
	}
	.kontakt-info strong {
		display: block;
		margin-top: 0.5em;
	}
	.kontakt-telefon strong {
		display: block;
		width: 100%;
	}
	.subpage-rozcestnik {
		padding: 1em;
	}
	.menu-toggler {
		top: 1.5rem;
	}
	.menu-toggler > span:first-of-type {
		display: none;
	}
	.menu-toggler .genericon {
		padding-left: 0;
		top: 0.18em;
	}
	.header-telefon{
		margin-top: 2em;
	}
}
@media only screen and (max-width: 419px) {
	#ipotopmenuwrapper {
		top: 11.5rem;
	}
	.ipopagetext .subscribe-toolbar .action-button {
		margin-top: 0;
		font-size: 0.9em;
	}
	.menu-toggler {
		top: 8.1rem;
	}
	.fulltext{
		margin-top: 1em;
	}
}
/*** 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;
	}
}
