/**
 * User defined IPO styles.
 */

/*** Default IPO styles *******************************************************/
html, body {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	color: #212121;
	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: #212121;
}
.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: #DA251D;
}
.linkback a {
	vertical-align: top;
}
a.nolink {
	text-decoration: underline;
	cursor: default;
}
	color:  #770200;
}
#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;
}
*:focus {
	outline: 0;
}
iframe {
	border: none;
}
a {
	word-wrap: break-word;
	-ms-hyphens: auto;
	hyphens: auto;
}
/*** Mess ***/
.button {
	background-color: #770200;
	border: 1px solid #ffffff;
	width: 100px;
	font-weight: bold;
	color: #ffffff;
}
.button2 {
	background-color: #770200;
	border: 1px solid #ffffff;
	font-weight: bold;
	color: #ffffff;
}
.button3 {
	background-color: #770200;
	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;
}
.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: #5E5E5E;
	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: #212121;
	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: #5E5E5E;
	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: #DA251D;
}
#iponavigation a:visited {
	color: #DA251D;
}
#iponavigation a:hover {
	color: #770200;
	text-decoration: none;
}
/*** #ipocopyright & #ipofooter ***/
#ipocopyright {
	padding: 10px 0px 10px 0px;
	color: #5E5E5E;
	font-weight: normal;
	text-align: center;
	clear: both;
}
#ipocopyright a {
	color: #5E5E5E;
	text-decoration: underline;
}
#ipocopyright a:hover {
	color: #5E5E5E;
	text-decoration: none;
}
#ipofooter {
	clear: both;
	min-height: 10px;
	background-color: transparent;
	color: #212121;
}
/*** #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: #770200; 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: #770200;
	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: #770200; 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: #770200;
	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: #212121;
	font-weight: normal;
	overflow: hidden;
}
.newsbodyrefu {
	color: #212121;
	font-weight: normal;
}
.newsbodyrefu:link {
	color: #212121;
}
.newsbodyrefu:active {
	color: #212121;
	text-decoration: underline;
}
.newsbodyrefu:hover {
	color: #212121;
	text-decoration: underline;
}
.newsbodyrefu:visited {
	color: #212121;
}
.newsbody a {
	color: #212121;
}
/*** column messages **********************************************************/
.column-message {
	padding: 2px 5px;
}
.column-message .newsheader {
	margin-left: -5px;
	margin-right: -5px;
}
.column-message a {
	color: #212121;
}
.ui-autocomplete.ui-menu {
	text-align: left;
}
/*** Default text properties **************************************************/
.ipolefttext, .iporighttext {
	color: #212121;
}
.ipopagetext a {
	color: #DA251D;
}
.ipopagetext a:visited {
	color: #DA251D;
}
.ipopagetext a:hover {
	color: #770200;
	text-decoration: none;
}
.styleH3, .styH3, h1 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #212121;
}
.styleH4, .styH4, h2{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1.35em;
	font-weight: bold;
	color: #212121;
}
.styleH5, .styH5, h3 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #212121;
}
.ipopagetext h1 a, .ipopagetext h1 a:hover, .ipopagetext h1 a:visited,
.ipopagetext h2 a, .ipopagetext h2 a:hover, .ipopagetext h2 a:visited,
.ipopagetext h3 a, .ipopagetext h3 a:hover, .ipopagetext h3 a:visited {
	font: inherit;
	color: inherit;
}
.ipopagetext h1 a.tooltip {
	font-size: 1em;
}
.huge-text {
	font-size: 1.8em;
}
.bigger-text {
	font-size: 1.4em;
}
.normal-text {
	font-size: 1em;
}
.smaller-text {
	font-size: 0.9em;
}
.small-text {
	font-size: 0.8em;
}
/*** Table default properties *************************************************/
#ipopage th {
	text-align: center;
}
table.border, table.border td, table.border th {
	border: 1px solid #000000;	border-collapse: collapse;
}
.text th, .paragraph th, .tender th {
	background-color: #ddd;
	color: black;
}
.ipopagetext table p:first-child {
	margin: 0 auto;
}
.ipopagetext table p:last-child {
	margin-bottom: 0;
}
.ipopagetext td, .ipopagetext th {
	padding: 0.2em;
	vertical-align: top;
}
table.evenWidth td {
	width: 10%;
}
/*** Image default properties *************************************************/
img {
	border: none;
}
.imageframe {
	border: 1px solid #FFFFFF;
}
.leftFloat {
	float: left;
	margin-right: 1em;
}
.rightFloat {
	float: right;
	margin-left: 1em;
}
/*** Cleaners *****************************************************************/
#ipomain #ipomainframe #ipopage .ipopagetext .matrix li.cleaner {
	clear: both;
	width: 100%;
	margin: -1px 0 0 0;
	padding: 0;
	height: 1px;
	min-height: 1px;
	border: none;
	visibility: hidden;
}
.matrix li.cleaner {
	display: block;
}
hr.cleaner {
	clear: both;
	margin: -1px 0 0 0;
	padding: 0;
	height: 1px;
	border: none;
	visibility: hidden;
}
.clearfix:after {
	display: block;
	visibility: hidden;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
.clear {
	clear: both;
}
.hrclear {
	margin: 0;
	padding: 0;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}
hr {
	height: 0;
	border-color: #555;
	border-style: solid none none;
	border-width: 1px 0 0;
	margin: 1rem 0;
}
.cleartop {
	margin: 0;
	padding: 0;
	clear: both;
	visibility: hidden;
}
/*** Action Buttons ***********************************************************/
.action-button, .action-button:visited {
	padding: 0.3em 1em;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: normal;
	border-radius: 4px;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: #DA251D;
;
}
.action-button:hover {
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: #770200;
;
	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;
}
/*** 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: #5E5E5E;
	border: 1px solid #DA251D;
}
#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: #770200;
	color: #ffffff;
}
#ipopage .content-paginator .paginator-current {
	background-color: #DA251D;
;
	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: #770200;
;
	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: #5E5E5E;
}

/*** Forms ************************************************************/
/*** forms - general styling */
input, select, textarea {
	border: 1px solid #ffffff;
	color: #5E5E5E;
	font-size: 1em;
	font-family: inherit;
}
label .meta {
	font-size: 0.9em;
	font-weight: normal;
	color: #777;
}
.form-item .form-item-field > *:focus {
	outline: none;
}
.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 > 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: 100px;
	min-height: 25px;
	padding: 0.2em;
	margin: 0.4em;
	box-sizing: border-box;
}
/*** 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;
}
.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-top: 1em;
}
.image-wrapper {
	float: left;
	height: auto;
	box-shadow: 1px 1px 16px -4px #888888;
	position: relative;
	behavior: url(js/PIE.html);
	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: #212121;
	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;
}
.blog .articles > li h2 {
	color: #212121;
}
.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 - 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;
	margin: 0 auto 0.25em 2em;
	font-size: 0.9em;
}
.two_columns .morelink {
	float: right;
	text-decoration: underline;
	margin: 0 2em 1em auto;
}
.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.html);
}
.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: #212121;
}
.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;
}
/*** Akce.cz ******************************************************************/
.akceCZ.view-default .event {
	margin: 1em 0;
	padding: 1em;
	border-radius: 6px;
	box-shadow: 1px 1px 12px -5px;
}
.akceCZ .event h2 {
	margin-top: 0;
}
.akceCZ .event .event-description {
	text-align: justify;
}
.akceCZ .event .event-details {
	display: table;
	width: 100%;
	border-spacing: 0 0.2em;
}
.akceCZ .event .event-details > div {
	display: table-row;
}
.akceCZ .event .event-details-label,
.akceCZ .event .event-details-value {
	display: table-cell;
	vertical-align: top;
}
.akceCZ .event .event-details-label {
	padding-right: 0.5em;
	width: 9em;
	font-weight: bold;
}
.akceCZ .event ul.types {
	padding: 0;
	margin: 0;
}
.akceCZ .event ul.types li {
	list-style: none;
	float: left;
	padding-right: 0.5em;
}
.akceCZ .event .images {
	margin: 1em 0;
}
.akceCZ .event .images img {
	max-width: 200px;
	border-width: 0;
	padding: 0.2em;
}
.akceCZ.view-detail .event .event-content {
	float: left;
	width: 50%;
	padding-right: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.akceCZ .google-map {
	float: right;
	width: 50%;
	height: 30em;
}
.akceCZ .event-filter .event-filter-list span {
	width: 25%;
}
/*** Turistika.cz ************************************************************/
.turistikaCZ.view-default .destination {
	border-radius: 6px;
	margin: 1em 0;
	padding: 1em;
	box-shadow: 1px 1px 12px -5px;
}
.turistikaCZ .destination h2 {
	margin-top: 0;
}
.turistikaCZ .destination .destination-description {
	margin: 1em 0;
	text-align: justify;
}
.turistikaCZ .destination .destination-details {
	width: 40%;
	margin: 1em 0;
	border-spacing: 0;
}
.turistikaCZ.view-detail .destination .destination-details {
	width: 100%
}
.turistikaCZ .destination .image {
	margin: 2em 0 0;
}
.turistikaCZ .destination .image a.image-detail {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	margin-right: 2em;
	margin-bottom: 2em;
}
.turistikaCZ .destination .image img {
	display: block;
	max-height: 130px;
	width: auto;
	height: auto;
}
.turistikaCZ .destination-details-label {
	width: 12em;
	font-weight: bold;
	float: left;
}
.turistikaCZ .destination-details-value {
	padding-right: 2em;
}
.turistikaCZ .google-map {
	height: 300px;
	width: 100%;
	display: block;
	margin-bottom: 1em;
}
.turistikaCZ .event-filter .event-filter-search {
	width: 6em;
}
.turistikaCZ .event-filter .form-item-label {
	display: none;
}
.turistikaCZ .event-filter .tree > .tree-node > .tree-items {
	display: block;
}
.turistikaCZ .event-filter .tree > .tree-node > .checkboxtree-toggle-branch {
	display: none;
}
/*** Event filter - akce.cz, turistika.cz ************************************/
.event-filter {
	margin: 1em 0;
}
.event-filter .event-filter-list-wrapper {
	display: table;
	width: 100%;
}
.event-filter .event-filter-search,
.event-filter .event-filter-list {
	display: table-cell;
	vertical-align: top;
}
.event-filter .event-filter-toggle-all {
	font-style: italic;
}
.event-filter input[type=checkbox] {
	margin-right: 0.5em;
	margin-left: 0;
}
.event-filter input[type=checkbox],
.event-filter input[type=checkbox] + label {
	vertical-align: middle;
}
.event-filter .event-filter-list span {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.event-filter .event-filter-search {
	width: 12em;
}
.event-filter .event-filter-search select {
	width: 100%;
	padding: 0.2em;
	margin-bottom: 0.3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.event-filter .event-filter-search .action-button {
	display: block;
	margin: 0 0 0 auto;
	padding: 0.3em 1em;
	width: auto;
}

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

/*** Website registration *****************************************************/
.webSiteRegistration .form-item .form-item-label {
	display: table;
	width: 100%;
}
.webSiteRegistration .form-item .form-item-label label,
.webSiteRegistration .form-item .form-item-label .validator-message {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.webSiteRegistration .form-item .validator-message-content {
	display: table;
	float: right;
	border: 1px solid;
	box-shadow: 2px 2px 3px -2px #888;
	color: #000000;
	position: relative;
	font-size: 0.9em;
	padding: 0.3em;
}
.webSiteRegistration .validator-message .validator-message-text {
	display: table-cell;
	vertical-align: middle;
	padding-right: 0.5em;
}
.webSiteRegistration .validator-message .validator-message-icon {
	display: table-cell;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-image: url('img/website-registration-sprite.png');
	background-repeat: no-repeat;
}
.webSiteRegistration .validator-message-loading .validator-message-content {
	background-color: #e5f5fa;
	border-color: #b7e3f1;
}
.webSiteRegistration .validator-message-ok .validator-message-content {
	background-color: #ecf9e7;
	border-color: #b7e3b7;
}
.webSiteRegistration .validator-message-error .validator-message-content {
	background-color: #fce5e5;
	border-color: #f8b7b7;
}
.webSiteRegistration .validator-message-ok .validator-message .validator-message-icon {
	background-position: 0 50%;
}
.webSiteRegistration .validator-message-error .validator-message .validator-message-icon {
	background-position: -20px 50%;
}
.webSiteRegistration .validator-message-loading .validator-message .validator-message-icon {
	background: url('img/website-registration-loader.gif') no-repeat transparent;
}
.webSiteRegistration .validator-message-error .form-item-field > * {
	border-color: #f8b7b7;
}
/*** fulltext *****************************************************************/
.fulltextSearch .form-vertical .form-item .form-item-field > input[type="submit"] {
	margin: 0;
}
#ipoheader .fulltextSearchForm .newsheader {
	display: none;
}
.fulltextSearchForm input[type=text] {
	display: block;
	padding: 2px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fulltextSearchForm 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 th {
	padding: 0 0 0 5px;
	min-width: 7em;
}
.noticeBoard .last-updated {
	margin-top: 0.5em;
	float: right;
}
.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;
}
/*** filesRenderer ************************************************************/
#ipopage ul.files {
	margin: 0 0 0.5em;
	padding: 0.5em;
}
#ipopage ul.files li {
	list-style-type: none;
	clear: left;
}
.file-type {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	background-image:url('img/icon-sprite.png');
}
.file-type-doc, .file-type-docx {
	background-position: -0px -24px;
}
.file-type-gif {
	background-position: -0px -48px;
}
.file-type-jpg, .file-type-jpeg {
	background-position: -0px -72px;
}
.file-type-odp {
	background-position: -0px -96px;
}
.file-type-ods {
	background-position: -0px -120px;
}
.file-type-odt {
	background-position: -0px -144px;
}
.file-type-pdf {
	background-position: -0px -168px;
}
.file-type-png {
	background-position: -0px -192px;
}
.file-type-ppt, .file-type-pptx {
	background-position: -0px -216px;
}
.file-type-rar {
	background-position: -0px -240px;
}
.file-type-rtf {
	background-position: -0px -264px;
}
.file-type-txt {
	background-position: -0px -0px;
}
.file-type-xls, .file-type-xlsx {
	background-position: -0px -288px;
}
.file-type-xml {
	background-position: -0px -312px;
}
.file-type-zip {
	background-position: -0px -336px;
}
/*** DATAGRID *****************************************************************/
table.datagrid {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	width: 100%;
	margin-top: 1em;
	empty-cells: show;
}
table.datagrid tr {
	background: #ffffff;
}
table.datagrid tbody tr .even {
	background: #f4f4f4;
}
table.datagrid tbody tr:hover {
	background: #E5E5E5;
}
table.datagrid tbody tr .selected,
table.datagrid tbody tr .selected td {
	background: #E5E5E5 !important;
}
table.datagrid tr.filters {
	background: #E5E5E5;
	border: 1px solid #777777;
	padding: 3px 6px !important;
}
table.datagrid tr.filters td {
	border: 1px solid #C5C5C5;
	background-color: #e5e5e5;
	padding: 3px 6px !important;
}
table.datagrid tr.filters td .actions {
	text-align: left;
	padding: 6px !important;
}
table.datagrid tr.filters select,
table.datagrid tr.filters input[type=text] {
	width: 100%;
}
table.datagrid tr.filters a.filter {
	background: url('img/datagrid/icons/find.png') no-repeat right center;
	padding-right: 25px;
	padding-left: 5px;
	font-weight: bold;
	text-align: left !important;
	line-height: 10px !important;
}
table.datagrid th {
	color: #555555;
	border: 1px solid #C5C5C5;
	background-color: #f0f0f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e5e5e5));
	background: -o-linear-gradient(top, #f0f0f0 0%, #e5e5e5 100%);
	background: linear-gradient(top, #f0f0f0 0%, #e5e5e5 100%);
	text-align: left;
	padding: 0 10px;
}
table.datagrid td {
	color: #000000;
	border: 1px solid #C5C5C5;
	padding: 6px 10px;
}
table.datagrid th.checker,
table.datagrid td.checker,
table.datagrid td.actions {
	text-align: center;
	padding: 6px;
}
table.datagrid th.checker {
	vertical-align: bottom;
}
table.datagrid tr.header th a span {
	font-size: 90%;
	padding-left: 6px;
	font-weight: normal;
}
table.datagrid tr.header th span.link {
	color: #165CA3;
}
table.datagrid th a,
table.datagrid tr.filters a.filter {
	color: #555555;
	text-decoration: none;
	line-height: 30px;
	float: left;
}
table.datagrid th.active a {
	color: #000000;
}
#ipopage table.datagrid th p {
	text-decoration: none;
	margin: 0;
	line-height: 30px;
	color: black;
	text-align: left;
}
table.datagrid select {
	padding: 1px 0px;
}
table.datagrid select,
table.datagrid input[type=text] {
	color: #525B37;
	border: 1px #CCCCCC solid;
	padding: 2px 0px;
	margin: 0 auto;
}
table.datagrid input[type=text]:hover,
table.datagrid input[type=text]:focus {
	background-color: #F6F7FA;
}
table.datagrid input[type=checkbox],
table.datagrid input[type=checkbox]:hover {
	border: none;
	background-color: #C6DBFF;
	display: block;
	margin: 0 auto;
}
table.datagrid input[type=submit] {
	border: 0px;
	padding-right: 1em;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}
table.datagrid input[name=filterSubmit] {
	width: auto;
	padding: 0;
}
table.datagrid input[name=pageSubmit],
table.datagrid input[name=itemsSubmit],
table.datagrid input[name=filterSubmit] {
	text-decoration: underline;
}
table.datagrid input[name=itemsSubmit]:hover,
table.datagrid input[name=filterSubmit]:hover {
	text-decoration: none;
}
table.datagrid input[name=resetSubmit] {
	background-image: url('img/datagrid/icons/arrow_refresh_small.png') !important;
}
table.datagrid input.datepicker {
	background: #ffffff url('img/datagrid/calendar.gif') no-repeat right !important;
}
table.datagrid th span.positioner {
	padding-top: 7px;
}
table.datagrid span.positioner {
	width: 22px;
	height: 16px;
	display: block;
	float: left;
	margin-right: 2px;
}
table.datagrid span.positioner a {
	line-height: 0px;
}
table.datagrid span.positioner a span {
	border: none;
	display: block;
	float: left;
	margin: 2px;
	width: 21px;
	height: 4px;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	padding-left: 0px !important;
}
table.datagrid span.positioner a span.up {
	background: url('img/datagrid/asc.gif') no-repeat right center;
}
table.datagrid span.positioner a span.up:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
table.datagrid span.positioner a span.down {
	background: url('img/datagrid/desc.gif') no-repeat right center;
}
table.datagrid span.positioner a span.down:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
table.datagrid span.positioner a.active span,
table.datagrid span.positioner a.active span:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	cursor: default;
}
table.datagrid span.positioner a.inactive span,
table.datagrid span.positioner a.inactive span:hover {
	background: none !important;
	cursor: default;
}
/*** footer ***/
table.datagrid tr.footer input {
	text-align: center;
}
table.datagrid tr.footer select,
table.datagrid tr.footer input[type=text] {
	margin: 0 0.2em;
	padding: 0 0.2em !important;
}
table.datagrid tr.footer td {
	border: 1px solid #C5C5C5;
	background-color: #e5e5e5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#f0f0f0));
	background: -o-linear-gradient(top, #e5e5e5 0%, #f0f0f0 100%);
	background: linear-gradient(top, #e5e5e5 0%, #f0f0f0 100%);
	color: #000000;
	padding: 0 10px;
	text-align: left;
	font-weight: bold;
	line-height: 1em;
}
table.datagrid .inactive {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
table.datagrid .paginator,
table.datagrid .operations,
table.datagrid .grid-info {
	padding: 0.4em 1em 0.4em 0.1em;
	float: left;
	font-size: 100%;
	color: #000000;
}
table.datagrid .grid-info {
	float: right;
}
table.datagrid .grid-info select {
	width: 4em;
}
table.datagrid .paginator .paginator-controls {
	padding: 0em;
	display: inline-block;
	vertical-align: middle;
}
table.datagrid .paginator .paginator-controls input {
	width: 2em;
}
table.datagrid .paginator span {
	padding: 0;
}
table.datagrid .paginator a {
	padding: 0em !important;
	border: none;
}
table.datagrid .paginator span:hover,
table.datagrid .paginator a:hover {
	border: none;
	background-color: inherit;
}
table.datagrid .paginator .paginator-first,
table.datagrid .paginator .paginator-prev,
table.datagrid .paginator .paginator-next,
table.datagrid .paginator .paginator-last {
	margin: 0em 0.2em;
	margin: 1px 2px;
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-indent: -99999px;
}
table.datagrid .paginator .paginator-first {
	background-image: url('img/datagrid/icons/control_start_blue.png');
}
table.datagrid .paginator .paginator-prev {
	background-image: url('img/datagrid/icons/control_left_blue.png');
}
table.datagrid .paginator .paginator-next {
	background-image: url('img/datagrid/icons/control_right_blue.png');
}
table.datagrid .paginator .paginator-last {
	background-image: url('img/datagrid/icons/control_end_blue.png');
}
/*** 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;
}
/*** Weather ******************************************************************/
/*** Weather :: template ******************************************************/
.forecast {
	width:100%;
	margin-bottom: 3.5em;
}
.forecast .weather-day, .other-days .weather-day {
	float: left;
	width: 18%;
	padding: 0 0 1.1em 0;
	margin: 0 1%;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 0 11px -5px #ffffff inset;
	behavior: url(js/PIE.html);
}
.forecast .temperature-night, .forecast .temperature-day, .weather-day .wind-speed {
	display: block;
	height: 1.3em;
	margin-bottom: 0.2em;
	font-size: 1.7em;
	padding: 3px 0 0 36px;
	background: url("img/weather-sprite.png") no-repeat scroll -20px -2230px transparent;
}
.forecast .temperature-day {
	background-position: -20px -2261px;
}
.forecast .temperature-night {
	font-size: 1.3em;
	padding-top: 5px;
}
.weather-day .wind-speed {
	font-size: 1.1em;
	margin: 0 0 0 10px;
	padding: 3px 0 0 28px;
	background-position: -29px -2311px;
}
.weather-day .southern {
	background-position: -29px -2311px;
}
.weather-day .southwestern {
	background-position: -29px -2435px;
}
.weather-day .western {
	background-position: -29px -2331px;
}
.weather-day .northwestern {
	background-position: -29px -2377px;
}
.weather-day .northern {
	background-position: -29px -2290px;
}
.weather-day .northeastern {
	background-position: -29px -2404px;
}
.weather-day .eastern {
	background-position: -29px -2354px;
}
.weather-day .southeastern {
	background-position: -29px -2466px;
}
.weather .forecast .weather-day:first-child {
	box-shadow: none;
	text-align: left;
}
.other-days .weather-day{
	width:23%;
}
.weather-day h2 {
	margin-top: 0;
}
.weather-day span {
	font-size: 1.3em;
	display: block;
}
.other-days .weather-day .wind-speed {
	display: inline-block;
	padding: 3px 0 0 13px;
	margin: 0;
}
.weather-state {
	display: block;
	width: 69px;
	height: 62px;
	margin:0 auto;
	text-indent: -2000em;
	background-image: url('img/weather-sprite.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.weather-state.bourky-noc {
	background-position:0 -0px;
}
.weather-state.bourky {
	background-position:0 -62px;
}
.weather-state.dest-noc {
	background-position:0 -124px;
}
.weather-state.dest {
	background-position:0 -186px;
}
.weather-state.jasno-noc {
	background-position:0 -248px;
}
.weather-state.jasno {
	background-position:0 -310px;
}
.weather-state.kroupy-noc {
	background-position:0 -372px;
}
.weather-state.kroupy {
	background-position:0 -434px;
}
.weather-state.mlha-noc {
	background-position:0 -496px;
}
.weather-state.mlha {
	background-position:0 -558px;
}
.weather-state.obcasny-dest-noc {
	background-position:0 -620px;
}
.weather-state.obcasny-dest {
	background-position:0 -682px;
}
.weather-state.oblacno-noc {
	background-position:0 -744px;
}
.weather-state.oblacno {
	background-position:0 -806px;
}
.weather-state.polojasno-noc {
	background-position:0 -868px;
}
.weather-state.polojasno {
	background-position:0 -930px;
}
.weather-state.prehanky-bourky-noc {
	background-position:0 -992px;
}
.weather-state.prehanky-bourky {
	background-position:0 -1054px;
}
.weather-state.prehanky-dest-noc {
	background-position:0 -1116px;
}
.weather-state.prehanky-dest {
	background-position:0 -1178px;
}
.weather-state.prehanky-snih-dest-noc {
	background-position:0 -1240px;
}
.weather-state.prehanky-snih-dest {
	background-position:0 -1302px;
}
.weather-state.prehanky-snih-noc {
	background-position:0 -1364px;
}
.weather-state.prehanky-snih {
	background-position:0 -1426px;
}
.weather-state.skorojasno-bourky-noc {
	background-position:0 -1488px;
}
.weather-state.skorojasno-bourky {
	background-position:0 -1550px;
}
.weather-state.skorojasno-noc {
	background-position:0 -1612px;
}
.weather-state.skorojasno {
	background-position:0 -1674px;
}
.weather-state.skorojasno-prehanky-noc {
	background-position:0 -1736px;
}
.weather-state.skorojasno-prehanky {
	background-position:0 -1798px;
}
.weather-state.snih-dest-noc {
	background-position:0 -1860px;
}
.weather-state.snih-dest {
	background-position:0 -1922px;
}
.weather-state.snih-noc {
	background-position:0 -1984px;
}
.weather-state.snih {
	background-position:0 -2046px;
}
.weather-state.zatazeno-noc {
	background-position:0 -2108px;
}
.weather-state.zatazeno {
	background-position:0 -2170px;
}
/*** Weather :: component *****************************************************/
.ipoWeather .comp-days .weather-day {
	width: 46%;
	padding: 0;
	margin: 1%;
}
.ipoWeather .comp-days .weather-day > div {
	display: block;
	width: 100%;
	padding: 1em 1%;
}
.ipoWeather .comp-days span {
	font-size: 1em;
}
.ipoWeather .comp-days {
	margin-bottom: 0;
}
.ipoWeather .weather-state {
	width: 42px;
	height: 37px;
	background-image: url('img/weather-sprite-component.png');
}
.ipoWeather .bourky-noc {
	background-position:0 -0px;
}
.ipoWeather .bourky {
	background-position:0 -37px;
}
.ipoWeather .dest-noc {
	background-position:0 -74px;
}
.ipoWeather .dest {
	background-position:0 -111px;
}
.ipoWeather .jasno-noc {
	background-position:0 -152px;
}
.ipoWeather .jasno {
	background-position:0 -189px;
}
.ipoWeather .kroupy-noc {
	background-position:0 -228px;
}
.ipoWeather .kroupy {
	background-position:0 -264px;
}
.ipoWeather .mlha-noc {
	background-position:0 -301px;
}
.ipoWeather .mlha {
	background-position:0 -338px;
}
.ipoWeather .obcasny-dest-noc {
	background-position:0 -376px;
}
.ipoWeather .obcasny-dest {
	background-position:0 -413px;
}
.ipoWeather .oblacno-noc {
	background-position:0 -450px;
}
.ipoWeather .oblacno {
	background-position:0 -487px;
}
.ipoWeather .polojasno-noc {
	background-position:0 -530px;
}
.ipoWeather .polojasno {
	background-position:0 -567px;
}
.ipoWeather .prehanky-bourky-noc {
	background-position:0 -606px;
}
.ipoWeather .prehanky-bourky {
	background-position:0 -642px;
}
.ipoWeather .prehanky-dest-noc {
	background-position:0 -681px;
}
.ipoWeather .prehanky-dest {
	background-position:0 -717px;
}
.ipoWeather .prehanky-snih-dest-noc {
	background-position:0 -755px;
}
.ipoWeather .prehanky-snih-dest {
	background-position:0 -793px;
}
.ipoWeather .prehanky-snih-noc {
	background-position:0 -829px;
}
.ipoWeather .prehanky-snih {
	background-position:0 -868px;
}
.ipoWeather .skorojasno-bourky-noc {
	background-position:0 -905px;
}
.ipoWeather .skorojasno-bourky {
	background-position:0 -943px;
}
.ipoWeather .skorojasno-noc {
	background-position:0 -982px;
}
.ipoWeather .skorojasno {
	background-position:0 -1020px;
}
.ipoWeather .skorojasno-prehanky-noc {
	background-position:0 -1058px;
}
.ipoWeather .skorojasno-prehanky {
	background-position:0 -1095px;
}
.ipoWeather .snih-dest-noc {
	background-position:0 -1134px;
}
.ipoWeather .snih-dest {
	background-position:0 -1172px;
}
.ipoWeather .snih-noc {
	background-position:0 -1211px;
}
.ipoWeather .snih {
	background-position:0 -1249px;
}
.ipoWeather .zatazeno-noc {
	background-position:0 -1287px;
}
.ipoWeather .zatazeno {
	background-position:0 -1320px;
}
/*** 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;
}
/*** Font enlargement *************************************************/
.font-enlargement .newsbody {
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.font-enlargement .newsbody a {
	display: table-cell;
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
}
.font-enlargement .newsbody a:hover {
	text-decoration: none;
	cursor: pointer;
}
.font-enlargement .newsbody .font-icon {
	width: 6px;
	height: 12px;
	margin-left: 0.2em;
	display: inline-block;
	vertical-align: middle;
	background-image: url('img/jquery-ui/ui-icons_222222_256x240.png');
	background-color: transparent;
	background-repeat: no-repeat;
}
.font-enlargement .newsbody .font-smaller .font-icon {
	background-position: -69px -50px;
}
.font-enlargement .newsbody .font-bigger .font-icon {
	background-position: -4px -50px;
}

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

.cookie-choices-info {
	font-size: 14px;
	padding: 8px;
	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-text {
	display: inline-block;
	vertical-align: middle;
}
.cookie-buttons {
	display: inline-block;
	margin: .5em;
	vertical-align: middle;
	white-space: nowrap;
}
.cookie-buttons a {
	display: inline-block;
	margin-bottom: 0;
}
.cookie-button.more {
	margin: 0;
	color: #333;
}
.cookie-button.more:hover {
	text-decoration: none;
	color: #000;
}

/*** 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 {
	display: inline-block;
	margin-top: 10px;
}
.gallery.view-detail .social-media-buttons {
	width: 100%;
}
.social-media-buttons > * {
	float: left;
	margin: 0 15px 10px 0;
}
.fb_iframe_widget span {
	display: inline-block;
	position: relative;
}
#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: #DA251D;
}
#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;
}



/*** 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-choices-info {
		top: auto;
		bottom: 0;
	}
}
@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-buttons a {
		margin-bottom: 6px;
	}
	.cookie-button.more {
		display: block;
	}
	.content-paginator .paginator-button-text {
		display:none;
	}
			.weather .forecast .weather-day:first-child {
			width: 100%;
			margin: 1% 0;
		}
		.weather .weather-day {
			width: 48%;
			margin: 1%;
		}
		.weather .forecast .weather-day:first-child > span {
			display: inline;
		}
	}
@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;
	}
}
@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 {
	box-shadow: none;
	margin: 0.5rem 0;
	font-weight: 700;
	padding: 0.4em 0.9em;
	border-spacing: none;
	border-radius: 24px;
	display: inline-block;
	font-size: 1rem;
	text-align: center;
	position: relative;
	border: 0;
	transition: all 0.4s ease-in-out 0s;
}
.action-button:hover {
	border: 0;
}
*::-moz-selection {
	color: #fff;
	background: #2D2D2D;
}
*::selection {
	color: #fff;
	background: #2D2D2D;
}
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: 700;
	font-family: 'Nunito', sans-serif;
}
h1 {
	font-size: 2em;
	margin: 1.7rem 0;
	padding-bottom: 0.2rem;
	position: relative;
}
h1:after {
	content: "";
	display: block;
	height: 4px;
	background-color: #DA251D;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3rem;
}
h2 {
	font-size: 1.5em;
	margin: 1.2rem 0;
}
h3 {
	font-size: 1.3em;
	font-weight: 700;
	margin: 1.1rem 0;
}
h4 {
	font-size: 1.2em;
}
p {
	line-height: 1.6;
	text-align: justify;
	margin-bottom: 0.5em;
}
p:last-child {
	margin-bottom: 0.5em;
}
#ipocontainer a,
#ipocopyright a {
	text-decoration-skip: ink;
	font-weight: 700;
}
#ipofooter {
	min-height: 0;
}
.ipopagetext {
	padding: 0;
}
.hrclear {
	height: 0;
}
.a_transition {
	transition: all 0.4s ease-in-out 0s;
}
/*custom body*/
#ipoheader,
#ipofooter,
#page6607273 #ipomain > div,
#page6607273 .content,
#page6607280 #ipomain > div,
#page6607280 .content {
	max-width: 100%;
	width: 100%;
}
#ipotopmenu,
#ipomain > div,
.content,
.layout-container,
#page6607280 .system,
#page6607280 .form-vertical,
#page6607280 h1,
#page6607280 #iponavigation {
	max-width: 1280px;
	width: 100%;
	margin: 0 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;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#page6607273 #iponavigation {
	display: none;
}
#page6607273 #ipomain {
	background: url("Uvodka-min8a6a.png?nid=1020&amp;oid=6836881") top -2rem center no-repeat;
}
/*end custom body*/
/*header*/
#ipoheader {
	background: #BFDE3D;
}
.header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 0;
}
.header__inner a img {
	transition: all 0.4s ease-in-out 0s;
}
.header__inner a:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.header-logo > span {
	color: #212121;
	font-family: 'Nunito', sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	display: inline-block;
	padding-left: 0.5rem;
	transition: all 0.4s ease-in-out 0s;
}
.header-logo > span span {
	display: block;
	line-height: 0.75;
	font-weight: 400;
	font-size: 0.48em;
}
.header-logo:hover > span {
	color: #770200;
}
.header-calendar a .fa {
	display: block;
	text-align: center;
	font-size: 2.5rem;
	padding-bottom: 0.5rem;
	color: #000;
	transition: all 0.4s ease-in-out 0s;
}
.header-calendar a .action-button {
	background: #000;
	font-size: 0.8rem;
	padding: 0.4em 1.25em;
	margin: 0;
	transition: all 0.4s ease-in-out 0s;
}
.header-calendar a:hover .fa {
	color: #770200;
}
.header-calendar a:hover .action-button {
	background: #770200;
}
.fulltextSearchForm,
.fulltextSearchForm .newsheader{
	display: none;
}
.fulltextSearchForm .newsbody {
	padding: 0;
	width: 12rem;
	background: #fff;
	border: 2px solid #000;
	border-radius: 24px;
}
.fulltextSearchForm form #frmfulltextForm-q {
	display: inline-block;
	margin-right: -5px;
	padding: 0.3rem 0.1rem 0.3rem 1rem;
	width: 80%;
	background: none;
	border: 0;
	color: #000;
	box-shadow: none;
}
.fulltextSearchForm form .action-button {
	display: inline-block;
	background: url("image3c6b.php?nid=1020&amp;oid=6836876") no-repeat scroll center center;
	text-indent: -2000em;
	padding: 0.3rem 1.2rem;
	border: 0;
	width: 0;
	margin: 0;
	transition: all 0.4s ease-in-out 0s;
	float: right;
}
.fulltextSearchForm form .action-button:hover {
	background-color: #bfde3d;
}
.header-item.header-item-fulltext .fulltextSearchForm,
.header-item.header-item-pismo .font-enlargement {
	display: block;
}
.font-enlargement {
	display: none;
}
.font-enlargement h4 {
	font-size: 0.9rem;
	text-align: center;
	color: #000;
	padding: 0;
	margin-bottom: 1.4rem;
}
.font-enlargement .newsbody {
	padding: 0;
	text-align: center;
}
.font-enlargement .newsbody a {
	color: #DA251D;
	font-size: 1.5rem;
	text-shadow: 1px 0 #DA251D;
	line-height: 1;
	display: inline-block;
	margin: 0 .5rem;
}
.font-enlargement .newsbody a:hover,
.font-enlargement .newsbody a.font-default:hover {
	color: #770200;
	text-shadow: 1px 0 #770200;
}
.font-enlargement .newsbody a.font-default {
	color: #000;
	text-shadow: 1px 0 #000;
}
/*end header*/
/*start fix menu*/
.fixed {
	position: fixed;
	-webkit-transform: translate(-175px, 0);
	-ms-transform: translate(-175px, 0);
	transform: translate(-175px, 0);
	width: 14rem;
	top: 15rem;
	z-index: 100;
	text-align: left;
}
.fixed a {
	color: #fff;
	background: #DA251D;
	display: block;
	margin-bottom: 1.4rem;
	padding: 1em;
	position: relative;
	transition: all 0.4s ease-in-out 0s;
	border-radius: 0 15px 15px 0;
}
.fixed a:hover {
	-webkit-transform: translate(175px, 0);
	-ms-transform: translate(175px, 0);
	transform: translate(175px, 0);
}
.fixed a:last-of-type {
	background: #BFDE3D;
	color: #000;
}
.fixed span {
	display: block;
	font-size: 1.5rem;
	line-height: 1;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
}
.fixed .fa {
	font-size: 2.5rem;
	position: absolute;
	line-height: 0;
	right: 1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*end fix menu*/
#ipotopmenuwrapper {
	background: #bfde3d;
}
#ipotopmenuwrapper ul.topmenulevel1 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
}
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1,
#ipotopmenuwrapper ul.topmenulevel1 li.noborder {
	height: auto !important;
	line-height: initial;
	border-left: none;
	margin-right: 0;
	width: 24%;
}
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1.active > a,
#ipotopmenuwrapper ul.topmenulevel1 li.noborder.active > a,
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1:hover > a,
#ipotopmenuwrapper ul.topmenulevel1 li.noborder:hover > a {
	color: #fff;
	background-color: #770200;
}
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1 > a,
#ipotopmenuwrapper ul.topmenulevel1 li.noborder > a {
    background: #DA251D;
    padding: 0.8em 0.5em;
    position: relative;
    font-size: 1.2em;
    font-weight: 700;
    border: 1px solid #770200;
    border-bottom: 0;
    text-align: center;
    border-radius: 15px 15px 0 0;
}
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1 ul.topmenulevel2,
#ipotopmenuwrapper ul.topmenulevel1 li.noborder ul.topmenulevel2 {
	z-index: -1;
}
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1 ul.topmenulevel2::before,
#ipotopmenuwrapper ul.topmenulevel1 li.noborder ul.topmenulevel2::before {
	content: "";
	display: block;
	height: 1em;
	background-color: #fff;
	position: absolute;
	right: 0;
	left: 0;
	top: -1em;
}
#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1 ul.topmenulevel3,
#ipotopmenuwrapper ul.topmenulevel1 li.noborder ul.topmenulevel3 {
	top: 0;
	left: auto;
	right: 100%;
	padding-top: 0;
}
#ipotopmenuwrapper ul.topmenulevel2,
#ipotopmenuwrapper ul.topmenulevel3 {
	top: 3.6em;
	width: 100%;
	padding: 0.3em 0 1rem;
	left: 0;
	border: none;
	border-radius: 0 0 24px 24px;
	border-top: none;
	border-bottom: 3px solid #770200;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
#ipotopmenuwrapper ul.topmenulevel2 li.topmenuitem2,
#ipotopmenuwrapper ul.topmenulevel3 li.topmenuitem2,
#ipotopmenuwrapper ul.topmenulevel2 li.topmenuitem3,
#ipotopmenuwrapper ul.topmenulevel3 li.topmenuitem3 {
	margin: 0;
	font-weight: 500;
	display: block;
}
#ipotopmenuwrapper ul.topmenulevel2 li.topmenuitem2:last-child > a,
#ipotopmenuwrapper ul.topmenulevel3 li.topmenuitem2:last-child > a,
#ipotopmenuwrapper ul.topmenulevel2 li.topmenuitem3:last-child > a,
#ipotopmenuwrapper ul.topmenulevel3 li.topmenuitem3:last-child > a {
	border-bottom: none;
}
#ipotopmenuwrapper ul.topmenulevel2 li.topmenuitem2 > a,
#ipotopmenuwrapper ul.topmenulevel3 li.topmenuitem2 > a,
#ipotopmenuwrapper ul.topmenulevel2 li.topmenuitem3 > a,
#ipotopmenuwrapper ul.topmenulevel3 li.topmenuitem3 > a {
	font-weight: 400;
	padding: 0.65em 0.5em;
	border-bottom: 1px solid #770200;
	margin: 0;
	position: relative;
	color: #212121;
	text-align: center;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}
#ipotopmenuwrapper ul.topmenulevel2 li.topmenuitem2 > a:hover,
#ipotopmenuwrapper ul.topmenulevel3 li.topmenuitem2 > a:hover,
#ipotopmenuwrapper ul.topmenulevel2 li.topmenuitem3 > a:hover,
#ipotopmenuwrapper ul.topmenulevel3 li.topmenuitem3 > a:hover,
#ipotopmenuwrapper ul.topmenulevel2 li.topmenuitem2.active > a,
#ipotopmenuwrapper ul.topmenulevel3 li.topmenuitem2.active > a,
#ipotopmenuwrapper ul.topmenulevel2 li.topmenuitem3.active > a,
#ipotopmenuwrapper ul.topmenulevel3 li.topmenuitem3.active > a {
	color: #fff;
	background-color: #770200;
}
/*end topmenu*/
/*hp*/
.widget__inner {
	padding: 23.5rem 0 3rem;
}
.widget {
	width: 32.5%;
	background: #fff;
	border-radius: 15px;
	position: relative;
	box-shadow: 0px 4px 11px -4px rgba(33, 33, 33, 0.5);
}
.widget h2 {
	background: #BFDE3D;
	border-radius: 15px 15px 0 0;
	position: relative;
	padding: 0.8rem 1.2rem;
	margin: 0;
	z-index: 1;
}
.widget h2 a.widget-button {
	font-size: 0.9rem;
	color: #DA251D;
	position: absolute;
	right: 1.2rem;
	top: 1.3rem;
}
.widget-item_all {
	background: #fff;
	border-radius: 0 0 15px 15px;
	padding: 0.8rem 1.3rem;
	padding-top: 0;
}
.widget-item_all .fa {
	position: absolute;
	font-size: 10rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 2rem;
	color: #F6F6F6;
	z-index: 0;
}
.deska .widget-item_all .fa{
	font-size: 12rem;
	padding-top: 1.5rem;
}
.widget-item_all .widget-item {
	border-bottom: 1px solid #ececec;
	padding: 1rem 0;
	position: relative;
	z-index: 1;
}
.widget-item_all .widget-item:last-child {
	border-bottom: 0;
}
.widget-item_all .widget-item .widget-time {
	color: #212121;
	display: block;
	font-size: 0.9rem;
	padding-left: 0.5rem;
}
.widget-item_all .widget-item .widget-title {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	z-index: 1;
}
.widget-item_all .widget-item .widget-title a {
	color: #212121;
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}
.widget-item_all .widget-item .widget-title a:hover {
	color: #770200;
}
.rozcestnik-bg {
	background: url("Pozadi-rozcestnik-min7699.png?nid=1020&amp;oid=6836879") top center no-repeat;
}

.rozcestnik__inner {
	height: 414px;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.rozcestnik__item {
	width: 23%;
	position: relative;
	border-radius: 15px;
    overflow: hidden;
}
.rozcestnik__item img{
	display: block;
	width: 100%;
	border-radius: 15px;
}
.rozcestnik__item h2{
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 1rem .25rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    background: #DA251D;
	transition: all 0.4s ease-in-out 0s;
}
.rozcestnik__item .links{
	background: #DA251D;
	padding: 1rem .5rem;
    text-align: center;
	position: absolute;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	transition: all 0.4s ease-in-out 0s;
	left: 0;
	right: 0;
}
.rozcestnik__item:hover h2{
    bottom: 100%;
}
.rozcestnik__item .links a{
	color: #fff;
	    display: block;
	padding: .2em 0;
			-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;

}
.rozcestnik__item:hover .links{
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
/*
.rozcestnik__item a {
	border-radius: 15px;
	position: relative;
	display: block;
	overflow: hidden;
	box-shadow: 0 0 50px -5px #fff;
}

.rozcestnik__item a::before {
	content: "";
	background: #DA251D;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	transition: all 0.4s ease-in-out 0s;
	position: absolute;
	border-radius: 15px;
}

.rozcestnik__item a img {
	display: block;
	width: 100%;
	border-radius: 15px;
}

.rozcestnik__item a span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0 0 15px 15px;
	color: #fff;
	font-weight: 700;
	background: #DA251D;
	padding: 0.5em;
	text-align: center;
	transition: all 0.4s ease-in-out 0s;
}

.rozcestnik__item a:hover::before {
	height: 100%;
}

.rozcestnik__item a:hover span {
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	bottom: 50%;
}*/
/*

.rozcestnik
{
	margin-left:
}

.urad .links {
	background-color: #DA251D;
}
.dotace .links {
	background-color: #DA251D;
}
.dokument .links {
	background-color: #DA251D;
}
.pronajem .links {
	background-color: #DA251D;
}

.urad {
	background: url("/image.php?nid=1020&oid=6836869") scroll no-repeat 50% 0 #DA251D;
	margin-left: 15.5%;
	border-radius: 15px 15px 15px 15px;
}
.dotace {
	background: url("/image.php?nid=1020&oid=6836870") scroll no-repeat 50% 0 #DA251D;
	margin-left: 2%;
	border-radius:  15px 15px 15px 15px;
}
.dokument {
	background: url("/image.php?nid=1020&oid=6837444") scroll no-repeat 50% 0 #DA251D;
	margin-left: 2%;
	border-radius:  15px 15px 15px 15px;
}
.pronajem {
	background: url("/image.php?nid=1020&oid=6836872") scroll no-repeat 50% 0 #DA251D;
	margin-left: 2%;
	border-radius:  15px 15px 15px 15px;
}

.links p {
	margin: .5em 0;
	line-height: 1;
}
.links a, .links a:hover, .links a:visited {
	color: #fff;
}
.links {
	display: inline-block;
    margin: 0;
    height: 260px;
    width: 100%;
	padding: 0 5%;
}

.rozcestnik {
	text-align: center;
    background: url(/image.php?nid=1020&oid=6836879) top center no-repeat;
    height: 360px;

}
.rozcestnik > div {
    width: 265px;
	margin-bottom: 15px;
	padding: 173px 0 0 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 240px;
	overflow: hidden;
	margin-top: 50px;
}

.rozcestnik h2 {
	color: #fff;
}
.rozcestnik div:hover {
	padding-top: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}*/


.o_nas-text {
	width: 48%;
	padding-left: calc((100% - 1280px)/2);
}
.o_nas-text h1 {
	margin-bottom: 0.5rem;
}
.o_nas-text p {
	font-size: 0.9rem;
}
.o_nas-text p:last-child {
	margin: 0;
}
.o_nas-img {
	width: 48%;
}
.o_nas-img img {
	width: 100%;
	display: block;
}
/*end hp*/
/*footer*/
#page6607273 #ipocopyright {
	margin-top: 0;
}
#ipocopyright {
	padding: 0;
	text-align: left;
	position: relative;
	margin-top: 3rem;
	background: #BFDE3D;
}
#ipocopyright::before {
	content: "";
	position: absolute;
	background: #333333;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: calc((100% - 1280px)/2);
}
#ipocopyright .copyright {
	font-size: 0.95rem;
	padding: 0;
}
#ipocopyright a {
	color: #ffffff;
}
#ipocopyright a:hover {
	color: #770200;
}
#ipocopyright .footer__item-kontakt a:hover {
	color: #BFDE3D;
}
#ipocopyright .antee {
	padding: 0.8rem 0;
	background: #000000;
	font-size: 0.85em;
	text-align: left;
	color: #fff;
	z-index: 1;
	position: relative;
}
#ipocopyright .antee a:hover {
	color: #BFDE3D;
}
#ipocopyright .antee span {
	padding-right: 3rem;
	position: relative;
}
#ipocopyright .antee span:last-of-type {
	padding: 0 0 0 3rem;
}
#ipocopyright .antee span:last-of-type::before {
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #fff;
}
.footer-inner {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer__item h3 {
	margin: 0 0 0.5rem;
}
.footer__item p {
	margin-bottom: 0.2rem;
	color: #000;
}
#ipocopyright #ipoCounter {
	display: block;
}
#ipoCounter .newsheader {
	padding: 0;
	color: #fff;
	font-size: 1.3em;
}
#ipoCounter{
	position: absolute;
    top: auto;
    bottom: 0;
	display: none;
}
#ipoCounter .newsbody {
	padding: 0;
	color: #fff;
}
.footer__item-kontakt {
	background: #333;
	width: 75%;
	padding-bottom: 1.5rem;
}
.footer__item-kontakt>div {
	width: 50%;
	position: relative;
}
.footer__item-kontakt .hodiny {
    padding-top: 1.5rem;
}
.footer__item-kontakt h2,
.footer__item-kontakt h3,
.footer__item-kontakt p {
	color: #fff;
}
.footer__item-kontakt h2 > span,
.footer__item-kontakt h3 > span {
	display: block;
	font-size: 0.6em;
	font-weight: 400;
}
.partneri > div {
	margin: 0.5em;
}
.partneri a img {
	transition: all 0.4s ease-in-out 0s;
}
.partneri a:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
/*end footer*/
/*kontakty*/
.kontakt-inner {
	padding-bottom: 3rem;
}
.kontakt-inner .kontakt__item {
	width: 30%;
}
.kontakt-inner .kontakt__item h2 {
	margin: 1rem 0;
}
.kontakt-inner .kontakt__item h2 span {
	display: block;
	font-size: 0.65em;
	font-weight: 400;
}
.kontakt-inner .kontakt__item p .fa {
	display: inline-block;
	width: 1.75rem;
}
.kontakt-inner .kontakt__item:last-child {
	width: 65%;
}
.kontakt-inner .kontakt__item:last-child iframe {
	width: 100%;
	height: 100%;
}
.formular-title-bcg {
	background: #F2F2F2;
	position: relative;
	padding: 1.5rem 0;
}
.formular-title-bcg h2 {
	margin: 0;
	position: relative;
	padding-bottom: 0.2rem;
}
.formular-title-bcg h2::after {
	content: "";
	display: block;
	height: 4px;
	background-color: #DA251D;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3rem;
}
#page6607280 #ipocopyright {
	margin-top: 0;
}
#page6607280 h1 {
	margin: 1.7rem auto;
}
#page6607280 #ipomain #frm-form {
	background: #F2F2F2;
	padding-bottom: 3rem;
}
/*end kontakty*/
/*formuláře*/
input,
select,
textarea {
	box-shadow: 1px 3px 0 rgba(43, 64, 85, 0.3);
	background-color: #ffffff;
	color: #212121;
	border-radius: 15px;
	border: 0;
}
.form-vertical fieldset {
	border: none;
	padding: 0;
	width: 39%;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.form-vertical fieldset:last-of-type {
	float: right;
	width: 58%;
}
.form-vertical fieldset legend {
	display: none;
}
.form-vertical .form-item {
	margin: 0.5rem 0 0;
}
.form-vertical .form-item .form-item-field {
	margin: 0;
}
.form-vertical .form-item .form-item-field > textarea {
	min-height: 11.5rem;
}
.form-vertical .form-item .form-item-field > * {
	padding: 0.5rem 0.7rem;
}
.form-vertical .form-item .form-item-field > select {
	background-color: #fff;
	color: #000;
}
.form-vertical .form-item .form-item-field > input:focus,
.form-vertical .form-item .form-item-field > textarea:focus {
	box-shadow: inset 0 0 10px 3px rgba(218, 37, 29, 0.2);
}
.form-vertical .form-item .form-item-field > input[type="submit"] {
	padding: 0.6rem 2.5rem;
	margin: 1rem 0;
}
.form-vertical .form-item.buttons .form-item-field {
	text-align: right;
}
.form-vertical .form-item .form-item-label label .meta {
	color: #DA251D;
}
.form-vertical .form-item.approval {
	padding-top: 0.5rem;
}
/*end formuláře*/
/*drobečková navigace*/
#iponavigation {
	padding-top: 1rem;
}
#iponavigation p {
	padding: 0.6rem 0;
}
#iponavigation p a {
	text-decoration: underline;
	padding-right: 5px;
	font-weight: 700;
	color: #000;
}
#iponavigation p a:visited {
	color: #000;
}
#iponavigation p a:hover {
	color: #770200;
}
#iponavigation p .separator {
	position: relative;
	padding: 0;
	width: 12px;
	text-indent: -2000rem;
	display: inline-block;
}
#iponavigation p .separator::before {
	content: "\f105";
	font-family: FontAwesome;
	text-indent: 0;
	position: absolute;
	color: #DA251D;
	font-size: 1.8rem;
	top: -2px;
	left: 0;
	line-height: 1;
}
#iponavigation p .currentPage {
	font-weight: 400;
	color: #000;
}
/*end drobečková navigace*/
/*fotogalerie*/
ul.albums.matrix {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 2rem;
}
.gallery .matrix .title {
	min-height: 3em;
}
.gallery .matrix .title::after {
	display: none;
}
.gallery .matrix .title a {
	padding: 0.8em 0.5em 0;
}
.gallery .matrix li {
	margin: 0 0.5em 1em;
	box-shadow: 0 0px 15px -1px rgba(0, 0, 0, 0.3);
	max-width: 33%;
	width: auto;
	-webkit-flex: 1 0 31%;
	-ms-flex: 1 0 31%;
	flex: 1 0 31%;
	transition: all 0.25s ease-out 0s;
}
.gallery .matrix li:hover {
	box-shadow: 0 0px 2px 2px #DA251D;
}
.gallery .matrix li > div {
	min-height: 100% !important;
	background-color: #fff;
}
.gallery .matrix li > div:hover {
	opacity: 0.8;
}
.gallery .matrix div > a {
	margin: 0;
	padding: 0;
}
.gallery .matrix div > a img {
	display: block;
	width: auto;
	max-height: 180px;
	margin: 1em auto;
}
.image-wrapper {
	margin: 0.85rem !important;
}
.image-wrapper .image-inner-wrapper a.image-detail {
	transition: all 0.25s ease-out 0s;
}
.image-wrapper .image-inner-wrapper a:hover.image-detail {
	opacity: 0.7;
	box-shadow: 0 0 9px 9px #DA251D;
}
.image-wrapper .image-inner-wrapper .image-description {
	display: none;
}
.image-wrapper .image-inner-wrapper.with-description {
	padding-bottom: 0;
}
#ipopage .content-paginator {
	font-size: 0.75em;
}
/*end fotogalerie*/
/*ostatní*/
.seznam-ikona {
	list-style: none;
	padding-left: 1.4rem;
}
.seznam-ikona > li {
	margin-bottom: 0.75em;
	padding-left: 0.5em;
	position: relative;
}
.seznam-ikona > li::before {
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	top: 3px;
	left: -1.15rem;
	background-size: 1.4rem;
	background: #bfde3d;
	border-radius: 15px;
	border: 2px solid #000000;
}
.subpage-rozcestnik {
	padding: 1em 2em;
	box-shadow: 0 0 40px -20px #000;
	margin: 1em 0;
	border-top: 3px solid #BFDE3D;
	background-color: #fff;
}
.tender .flash-info {
	display: none;
}

#page2880540 .subscribe-toolbar .action-button,
#page6867326 .subscribe-toolbar .action-button {
    display: none;
}

#page2880540 .action-button.tooltip.tooltipstered,
#page6867326 .action-button.tooltip.tooltipstered {
    display: block;
}

/*end ostatní*/
/*responziv*/
/*animate*/
.animated {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/*fadeIn*/
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@media only screen and (max-width: 1280px) {
	#ipotopmenu,
	#ipomain > div,
	.content,
	.layout-container,
	#page6607280 .system,
	#page6607280 .form-vertical,
	#page6607280 h1,
	#page6607280 #iponavigation {
		max-width: 1024px;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	#page6607273 #ipomain {
		background-size: 1400px auto;
	}
	.header-map {
		display: none;
	}
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1 > a,
	#ipotopmenuwrapper ul.topmenulevel1 li.noborder > a {
		padding: 0.7em 0.2em;
	}
	.widget__inner {
		padding-top: 17rem;
	}
	.rozcestnik__inner {
		height: 350px;
	}
	.o_nas-text {
		padding-left: calc((100% - 1024px)/2);
	}
	.o_nas-img {
		overflow: hidden;
	}
	.o_nas-img img {
		max-height: 20rem;
		width: auto;
	}
	#ipocopyright::before {
		max-width: calc((100% - 1024px)/2);
	}
	#ipocopyright .antee span {
		display: block;
		padding: 0;
	}
	#ipocopyright .antee span:last-of-type {
		padding: 0;
	}
	#ipocopyright .antee span:last-of-type::before{
		display: none;
	}
	#page6607280 h1{
		margin: 1.7rem auto;
	}
	.widget h2{
		font-size:1.4em;
	}
	.widget h2 a.widget-button {
		top: 1.15rem;
	}
	.rozcestnik > div {
		width: 20%;}
}
@media only screen and (max-width: 1024px) {
	h1 {
		font-size: 1.6em;
		margin: 1rem 0;
	}
	h2 {
		font-size: 1.4em;
	}
	h3 {
		font-size: 1.2em;
	}
	h4 {
		font-size: 1.05em;
	}
	#ipopage {
		padding: 0 1rem;
	}
	#page6607273 #ipomain {
		background-size: 1200px auto;
	}
	.header__inner {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.header-logo {
		padding-left: 1rem;
	}
	.fulltextSearchForm {
		padding-right: 1rem;
	}
	#ipotopmenuwrapper {
		top: 7rem;
		padding: 0.5em 0;
		background: #da251d;
	}
	#ipotopmenuwrapper ul.topmenulevel1 {
		display: block;
	}
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1,
  #ipotopmenuwrapper ul.topmenulevel1 li.noborder {
		width: 100%;
	}
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1:last-child > a,
  #ipotopmenuwrapper ul.topmenulevel1 li.noborder:last-child > a {
		border: 0;
	}
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1 > a,
  #ipotopmenuwrapper ul.topmenulevel1 li.noborder > a {
		margin: 1px 0;
		border: 0;
	  border-radius: 0;
	}
	.header-map,
	.o_nas-img,
	.header-item.header-item-pismo,
	#ipocopyright .antee span::before,
  #ipoheader .fulltextSearchForm .newsheader,
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1 ul.topmenulevel2::before,
  #ipotopmenuwrapper ul.topmenulevel1 li.noborder ul.topmenulevel2::before {
		display: none;
	}
	#ipotopmenuwrapper ul.topmenulevel1 li.topmenuitem1 ul.topmenulevel2,
  #ipotopmenuwrapper ul.topmenulevel1 li.noborder ul.topmenulevel2 {
		margin: 0;
		box-shadow: 0 0 0 0;
		padding: 0;
	}
	#ipotopmenuwrapper ul.topmenulevel2 li.topmenuitem2 > a,
  #ipotopmenuwrapper ul.topmenulevel3 li.topmenuitem2 > a,
  #ipotopmenuwrapper ul.topmenulevel2 li.topmenuitem3 > a,
  #ipotopmenuwrapper ul.topmenulevel3 li.topmenuitem3 > a {
		text-align: center;
		background: #fff;
		border-color: #DA251D;
	}
	.widget__inner {
		padding: 13rem 1rem 3rem;
	}
	.widget {
		width: 100%;
		margin-top: 1rem;
	}
	.widget h2 a.widget-button {
		top: 1.1rem;
	}
	.widget-item_all .widget-item .widget-title {
		overflow: visible;
		display: block;
		    white-space: initial;
	}
	.rozcestnik-bg {
		background: #bfde3d;
	}
	.rozcestnik__item {
    	width: 48%;
		margin: .5rem 0;
		background: #DA251D;
	}
	.rozcestnik__item img{
    	display: none;
	}
	.rozcestnik__item h2{
		position: relative;
		bottom: auto;
	}
	.rozcestnik__item:hover h2 {
		bottom: auto;
	}
	.rozcestnik__item .links {
		position: relative;
		height: auto;
		padding-top: 0;
	}
	.rozcestnik__item:hover .links {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.rozcestnik__inner{
		-webkit-box-align: inherit;
		-ms-flex-align: inherit;
		align-items: inherit;
		padding: 1rem;
				height: auto;

	}
	.o_nas-text {
		padding: 1rem;
		width: 100%;
	}
	#ipocopyright {
		margin-top: 2rem;
	}
	#ipocopyright .copyright {
		font-size: 0.9rem;
	}
	#ipocopyright .antee {
		padding: 1rem;
		font-size: 0.8em;
		text-align: center;
	}
	#ipocopyright .antee span {
		display: block;
		padding: 0;
	}
	#ipocopyright .antee span:last-of-type {
		padding: 0;
	}
	.footer__item {
		padding: 0 1rem;
	}
	.footer__item-kontakt {
		width: 100%;
		padding-bottom: 1.5rem;
	}
	.partneri {
		width: 100%;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 1rem;
	}
	.partneri a img {
		width: 80%;
	}
	.kontakt-inner {
		padding: 0 1rem 2rem;
	}
	.kontakt-inner .kontakt__item,
	.kontakt-inner .kontakt__item:last-child {
		width: 50%;
	}
	.formular-title-bcg h2 {
		padding-left: 1rem;
	}
	#page6607280 .form-vertical,
	#page6607280 #iponavigation,
	#page6607280 .ipopagetext.system {
		padding: 0 1rem;
	}
	#page6607280 #ipocopyright {
		margin-top: 0;
	}
	#page6607280 h1 {
		padding: 0 1rem;
		margin: 1rem 0;
	}
	#page6607280 .ipopagetext.system h1 {
		padding: 0;
	}
	#page6607280 h1:after,
  #page6607280 h2:after {
		left: 1rem;
	}
	.gallery .matrix li {
		-webkit-flex: 1 0 47%;
		-ms-flex: 1 0 47%;
		flex: 1 0 47%;
		max-width: 100%;
	}
	.menu-toggler {
		display: block;
		top: 3.8em;
		padding: 0.5em 1em;
		margin: 0 1em 0 0;
		right: 0;
		border-radius: 15px;
		background-color: #DA251D;
	}
	.menu-toggler:hover {
		background-color: #770200;
	}
	.menu-toggler > span {
		color: #fff;
		font-size: 1.2em;
		padding: 0;
		font-weight: 600;
		display: inline-block;
		z-index: 1;
		position: relative;
	}
	.menu-toggler > span:first-child {
		font-family: 'Nunito', sans-serif;
	}
	.menu-toggler .genericon {
		padding-left: 0.5em;
		color: #fff;
		top: 0.1em;
	}
	.menu-toggler:hover span,
  .menu-toggler:hover .genericon {
		color: #fff;
	}
	iframe {
		width: 100%;
	}
	#back-to-top {
		border-radius: 15px;
		background-color: #DA251D;
		color: #fff;
	}
	#back-to-top:hover {
		background-color: #770200;
		color: #fff;
	}
	#page6607280 #ipopage,
  #page6607273 #ipopage {
		padding: 0;
	}
	p {
		text-align: left;
	}
	body .animated {
		-webkit-animation: 0s;
		animation: 0s;
	}
	.fixed {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.action-button,
  .action-button:visited {
		padding: 0.5em;
	}
	#page6607273 #ipomain {
		background-size: 800px auto;
	}
	.header-logo > span {
		font-size: 2rem;
	}
	.header-logo img {
		width: 4rem;
	}
	.header-item.header-calendar{
		padding: 0 1rem;
	}
	.header-item.header-item-fulltext,
	.header-calendar a .fa,
	#ipoheader .fulltextSearchForm .newsheader,
  .header-item.header-item-fulltext .fulltextSearchForm,
  .header-item.header-item-pismo .font-enlargement {
		display: none;
	}
	#ipotopmenuwrapper {
		top: 6rem;
	}
	.widget__inner {
		padding: 7rem 1rem 2rem;
	}
	.rozcestnik__inner {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		padding: 2rem 1rem;
	}
	.kontakt-inner .kontakt__item,
	.kontakt-inner .kontakt__item:last-child{
		width: 100%;
	}
	.footer__item-kontakt>div {
		width: 100%;
	}
	#ipoCounter {
		position: relative;
		bottom: auto;
		padding-top: 1rem;
	}
	.kontakt-inner .kontakt__item:last-child {
		padding-top: 1rem;
		min-height: 14rem;
	}
	.form-vertical fieldset,
	.form-vertical fieldset:last-of-type {
		width: 49%;
	}
	.form-vertical .form-item.buttons .form-item-field {
		text-align: left;
	}
	.gallery .matrix li {
		-webkit-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		margin: 0 0 1em;
	}
	.menu-toggler {
		top: 3.6em;
	}
}
@media only screen and (max-width: 550px) {
	#page6607273 #ipomain {
		background: none;
	}
	#ipoheader {
		min-height: 10.5rem;
	}
	.header-logo > span {
		line-height: 1;
		font-size: 1.8rem;
		padding-left: 0.25rem;
	}
	.header-logo > span span {
		line-height: 1.25;
	}
	.header-logo img {
		width: 2.5rem;
	}
	.header-item.header-calendar{
		width: 100%;
		    padding-top: .8rem;
		text-align: center;
	}
	#ipotopmenuwrapper {
		top: 9.8rem;
	}
	.widget__inner {
		padding: 0rem 1rem 2rem;
	}
	.widget {
		border-bottom: 2rem solid #da251d;
	}
	.widget h2 {
		position: initial;
	}
	.widget h2 a.widget-button {
		top: auto;
		bottom: -1.5rem;
		left: 1rem;
		right: 1rem;
		text-align: center;
		color: #fff;
	}
	.rozcestnik__inner {
		padding: 1rem;
	}
	.rozcestnik__item {
		width: 100%;
	}
	.rozcestnik__item a {
		box-shadow: 0 0 0 0;
	}
	.widget-item_all .fa,
	.rozcestnik__item a img {
		display: none;
	}
	.rozcestnik__item a span {
		position: relative;
		display: block;
	}
	.rozcestnik__item a:hover span {
		bottom: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.footer__item-kontakt {
		width: 100%;
		margin-bottom: 1rem;
	}
	.form-vertical fieldset {
		width: 100%;
		display: block;
	}
	.form-vertical fieldset:last-of-type {
		width: 100%;
	}
	.subpage-rozcestnik {
		padding: 1em;
	}
	.menu-toggler {
		top: 7.25em;
		left: 1rem;
	}
}
/*** 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;
	}
}
