#content>div {
	margin-bottom: 0
}

ul li {
	background: url() no-repeat 3px 7px;
	background-size: 4px 4px
}

.collapse:not (.show ){
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

.mp-badge {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	line-height: 21px;
	min-width: 21px;
	border-radius: 11px;
	background-color: #1fa22e;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-align: center
}

.author {
	color: #545454;
	font-size: 12px;
	font-style: normal
}

.publish_bar {
	padding: 0 15px;
	border: 0
}

@media ( min-width :48em) {
	.publish_bar {
		padding: 0
	}
}

.publish_bar .share {
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: 600;
	color: #000
}

.publish_bar .share a {
	position: static
}

.publish_bar .share a:first-child {
	margin-left: 10px
}

.publish_bar .share svg {
	width: 32px;
	height: 32px;
	fill: currentColor
}

.publish_bar .print {
	padding-top: 9px
}

.publish_bar .print a {
	position: static;
	height: auto;
	padding-right: 28px;
	font-size: 13px;
	font-weight: 600;
	color: #000;
	background: url(/img/plzen3/print.svg) no-repeat right;
	background-size: 20px 20px
}

.publish_bar .print a:hover {
	color: #1fa22e
}

.calendar {
	width: 100%;
	box-sizing: border-box
}

.promo, .promo-box, .promo-box-full {
	margin: 1em 0;
	padding: 16px 18px;
	background-color: #F2F2F2;
	border-left: 4px solid #F9B700;
	font-weight: 700
}

.promo a, .promo-box a, .promo-box-full a {
	color: #3a3a3a
}

.promo a:hover, .promo-box a:hover, .promo-box-full a:hover {
	color: #1fa22e
}

.promo-box, .promo-box-full {
	padding: 20px;
	border: 1px solid #F9B700;
	background: #fff;
	color: #000;
	text-align: center
}

.promo-box p, .promo-box-full p {
	margin-bottom: 1em
}

.promo-box p:last-child, .promo-box-full p:last-child {
	margin-bottom: 0
}

.promo-box a, .promo-box-full a {
	color: #000
}

.promo-box a:hover, .promo-box-full a:hover {
	color: #1fa22e
}

.promo-box-full {
	background: #F9B700
}

h1, .h1, .el_article h1 {
	font-size: 24px;
	color: #010101;
	letter-spacing: 0
}

@media ( min-width :36em) {
	h1, .h1, .el_article h1 {
		font-size: 28px
	}
}

@media ( min-width :48em) {
	h1, .h1, .el_article h1 {
		font-size: 34px
	}
}

.whitebox>h1:first-child {
	margin-top: 10px
}

.el_article h1 {
	margin-top: 1em;
	margin-bottom: .5em
}

h2, .h2, .el_article h2 {
	font-size: 24px;
	letter-spacing: 0
}

.mp-container>h2:first-child {
	margin-top: 0
}

h3, .h3, .el_article h3 {
	font-size: 20px;
	font-weight: 700
}

h4, .h4 {
	font-size: 18px;
	font-weight: 700
}

.el_article h2 {
	font-size: 20px
}

p {
	line-height: 1.5
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

@media ( min-width :576px) {
	.text-sm-left {
		text-align: left !important
	}
	.text-sm-right {
		text-align: right !important
	}
	.text-sm-center {
		text-align: center !important
	}
}

@media ( min-width :768px) {
	.text-md-left {
		text-align: left !important
	}
	.text-md-right {
		text-align: right !important
	}
	.text-md-center {
		text-align: center !important
	}
}

@media ( min-width :992px) {
	.text-lg-left {
		text-align: left !important
	}
	.text-lg-right {
		text-align: right !important
	}
	.text-lg-center {
		text-align: center !important
	}
}

@media ( min-width :1200px) {
	.text-xl-left {
		text-align: left !important
	}
	.text-xl-right {
		text-align: right !important
	}
	.text-xl-center {
		text-align: center !important
	}
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.font-weight-light {
	font-weight: 300 !important
}

.font-weight-normal {
	font-weight: 400 !important
}

.font-weight-bold {
	font-weight: 700 !important
}

.font-italic {
	font-style: italic !important
}

.text-md {
	font-size: 14px
}

.text-primary {
	color: #1fa22e
}

.text-secondary {
	color: #FAB700
}

.text-muted {
	color: #999
}

.el_article .article .title {
	width: auto;
	font-weight: 600
}

.el_article .article .title+p, .el_article .article .title+.ti-foot {
	margin-top: .5em
}

.article .anot_img {
	width: 142px;
	height: auto
}

.mp-row .article_box {
	box-sizing: border-box;
	float: none;
	width: auto;
	margin: 0 0 15px;
	padding: 0 15px;
	flex: 0 0 50%;
	max-width: 50%
}

@media ( min-width :36em) {
	.mp-row .article_box {
		flex: 0 0 33.333%;
		max-width: 33.333%
	}
}

@media ( min-width :62em) {
	.mp-row .article_box {
		flex: 0 0 20%;
		max-width: 20%
	}
}

.mp-row .article_box .date {
	display: block;
	margin: 0 0 4px;
	padding: 0;
	font-size: 13px;
	font-weight: 700;
	color: #1fa22e
}

.mp-row .article_box .title {
	display: block;
	margin: 0;
	font-size: 14px;
	text-decoration: underline;
	line-height: 1.3;
	transition: color .3s
}

.mp-row .article_box .title:hover {
	color: #1fa22e
}

.mp-row .article_box img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border: 1px solid #E0E0E0;
	border-radius: 2px
}

.mp-row .article_box a:hover+div+.title {
	color: #1fa22e
}

.birobox {
	box-sizing: border-box;
	height: 100%;
	padding: 5px 30px 15px;
	background: linear-gradient(to bottom, #fff, #F8F8F7);
	border: 1px solid #E0E0E0;
	font-size: 13px
}

.birobox h3 {
	position: relative;
	padding-right: 45px;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: normal
}

.birobox h3:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -16px;
	width: 40px;
	height: 32px;
	background-size: 40px 32px;
	background-repeat: no-repeat
}

.birobox ul, .birobox ul li {
	margin: 0;
	padding: 0
}

.birobox ul li {
	margin-bottom: 1em;
	padding-left: 14px;
	font-weight: 600;
	background: url(/img/plzen3/li.svg) no-repeat;
	background-size: 4px 8px;
	background-position: 0 5px
}

.birobox a:hover {
	color: #1FA22E
}

.icon_birobox_rr h3:after {
	background-image: url(/img/plzen3/biro-ridic.svg)
}

.icon_birobox_osp h3:after {
	background-image: url(/img/plzen3/biro-social.svg)
}

.icon_birobox_zu h3:after {
	background-image: url(/img/plzen3/biro-zivnost.svg)
}

.icon_birobox_op h3:after {
	background-image: url(/img/plzen3/biro-op.svg)
}

.mp-box {
	position: relative;
	box-sizing: border-box;
	padding: 15px 20px 25px;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	background: linear-gradient(to bottom, #fff, #F8F8F7);
	height: 100%
}

.mp-box__meta {
	margin: .25em 0 .75em;
	font-size: 12px;
	font-weight: 600
}

.mp-box__district {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 2px 5px;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 700;
	border: 1px solid #FAB700
}

.mp-megabtn {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 110px;
	padding: 15px 20px;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	font-size: 18px;
	text-decoration: none;
	font-weight: 700;
	line-height: 1.3;
	background: linear-gradient(to bottom, #fff, #F8F8F7);
	transition: border-color .3s
}

.mp-megabtn:hover {
	border-color: #1fa22e
}

@media ( min-width :62em) {
	.mp-megabtn {
		padding-left: 35px
	}
}

.mp-megabtn__content {
	display: block;
	height: 100%
}

.mp-megabtn--ico .mp-megabtn__content {
	box-sizing: border-box;
	max-width: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 60px;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	min-height: 40px
}

.mp-megabtn--organizace .mp-megabtn__content {
	background-image: url(/img/plzen3/btn-organizace.svg)
}

.mp-megabtn--listy .mp-megabtn__content {
	background-image: url(/img/plzen3/btn-listy.svg)
}

.mp-megabtn--aplikace .mp-megabtn__content {
	background-image: url(/img/plzen3/btn-aplikace.svg)
}

.mp-megabtn--video .mp-megabtn__content {
	background-image: url(/img/plzen3/btn-video.svg)
}

.mp-calendar__list, .mp-calendar__item {
	margin: 0 !important;
	padding: 0;
	list-style: none;
	background: none
}

.mp-calendar__list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-left: 1px solid #E0E0E0
}

.mp-calendar__item {
	position: relative;
	box-sizing: border-box;
	flex: 0 0 50%;
	max-width: 50%;
	border: 1px solid #E0E0E0;
	border-left: 0
}

@media ( min-width :36em) {
	.mp-calendar__item {
		flex: 0 0 25%
	}
}

@media ( min-width :62em) {
	.mp-calendar__item {
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
}

.mp-calendar__item .mp-badge {
	position: absolute;
	top: 5px;
	right: 0
}

.mp-calendar__link {
	position: relative;
	box-sizing: border-box;
	display: block;
	height: 100%;
	padding: 20px 5px 20px 10px;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.4;
	background: linear-gradient(to bottom, #fff, #F8F8F7);
	transition: box-shadow .4s
}

.mp-calendar__link strong {
	font-size: 16px;
	color: #1fa22e
}

.mp-calendar__link:hover {
	z-index: 2;
	box-shadow: 0 0 15px rgba(31, 162, 46, 0.7)
}

.mp-calendar__link--all {
	display: flex;
	align-items: center;
	background: #1FA22E;
	color: #fff
}

.mp-calendar__link--all strong {
	position: relative;
	padding-left: 25px;
	font-size: 14px;
	color: #fff;
	line-height: 1.3
}

.mp-calendar__link--all strong:before {
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	width: 17px;
	height: 16px;
	background: url(/img/plzen3/calendar.svg) no-repeat;
	background-size: contain
}

.mp-card {
	box-sizing: border-box;
	display: block;
	height: 100%;
	padding: 30px;
	font-size: 13px;
	color: #fff;
	background-color: #1fa22e;
	text-decoration: none;
	transition: background-color .4s
}

.mp-card strong {
	display: block;
	font-size: 18px;
	margin-bottom: .5em
}

.mp-card:hover {
	background-color: #23b734
}

.mp-card--secondary {
	background-color: #FAB700
}

.mp-card--secondary:hover {
	background-color: #ffc015
}

.mp-card__content {
	display: block
}

.mp-card--deti .mp-card__content {
	padding-right: 90px
}

.mp-card--ico .mp-card__content {
	padding-right: 90px;
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: 100% 10px
}

.mp-card--volnycas .mp-card__content {
	background-image: url(/img/plzen3/card-volnycas.svg)
}

.mp-card--plzen .mp-card__content {
	background-image: url(/img/plzen3/card-plzen.svg)
}

.mp-card--deti .mp-card__content {
	background-image: url(/img/plzen3/card-deti.svg)
}

.crumb_menu {
	padding: 20px 15px;
	font-size: 12px
}

.crumb_menu a {
	margin-right: 6px;
	padding-right: 14px;
	font-size: 12px;
	background: url(/img/plzen3/li.svg) no-repeat right;
	background-size: 4px 8px;
	transition: color .3s
}

.crumb_menu a:hover {
	color: #1fa22e
}

@media ( min-width :48em) {
	.crumb_menu {
		padding: 20px 0 36px
	}
}

.district_box {
	float: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
	font-size: 13px;
	font-weight: 700
}

.district_box a {
	display: block;
	margin: 0 5px;
	padding: 5px;
	font-size: 14px;
	text-decoration: none;
	color: #1fa22e;
	transition: color .3s
}

.district_box a:hover {
	text-decoration: none;
	color: #000
}

.district_box a.active {
	position: relative;
	padding: 5px;
	border: 0;
	color: #000
}

.district_box a.active:after {
	content: "";
	width: 50%;
	max-width: 60px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #FAB700
}

.mp-footer {
	padding: 60px 0 0;
	background: #D9D9D9;
	font-size: 12px;
	color: #555;
	font-weight: 600
}

.mp-footer .mp-col-md-4, .mp-footer .mp-col-md-4, .mp-footer .mp-col-md-3
	{
	margin-bottom: 15px
}

@media ( min-width :48em) {
	.mp-footer .mp-col-md-4, .mp-footer .mp-col-md-4, .mp-footer .mp-col-md-3
		{
		margin-bottom: 30px
	}
}

.mp-footer .title {
	margin-bottom: 12px;
	font-size: 17px;
	color: #010101;
	font-weight: 700
}

.mp-footer .copy p {
	margin-top: 10px
}

.mp-footer .copy a {
	color: #000
}

.mp-footer .copy img {
	width: 125px;
	height: 25px
}

.mp-footer .copy .erb {
	width: 53px;
	height: 62px;
	float: left;
	margin-right: 15px
}

.mp-footer .copy hr {
	max-width: 40px;
	border-bottom: 1px solid #B3B3B3;
	margin: 20px auto 35px 0
}

.mp-footer .plz {
	display: flex;
	flex-direction: column
}

.mp-footer .plz .title {
	display: block
}

.mp-footer .plz select {
	order: 2;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	max-width: 350px;
	width: 100%;
	background: #E6E6E6 url(/img/plzen3/select.svg) no-repeat right;
	background-size: 30px 16px;
	border: 1px solid #C9C9C9;
	margin-bottom: 15px;
	padding: 12px 0 12px 15px;
	font-weight: 700;
	color: #000;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer
}

@media ( min-width :36em) {
	.mp-footer .plz select {
		margin-bottom: 35px
	}
}

.mp-footer .plz select::-ms-expand {
	display: none
}

@media ( min-width :36em) {
	.mp-footer .plz {
		text-align: right
	}
	.mp-footer .plz select {
		order: 0
	}
}

.mp-footer .social {
	display: flex;
	align-items: center;
	margin-bottom: 10px
}

.mp-footer .social a {
	color: #1fa22e;
	transition: color .4s
}

.mp-footer .social a:hover {
	color: #25c237
}

.mp-footer .social svg {
	width: 48px;
	height: 48px;
	fill: currentColor
}

@media ( min-width :36em) {
	.mp-footer .social {
		justify-content: flex-end;
		margin-bottom: 0
	}
}

@media ( min-width :48em) {
	.mp-footer .social {
		display: block
	}
}

#nwsl_form {
	max-width: 350px;
	margin-top: 20px
}

#nwsl_form div {
	display: flex
}

#nwsl_form input {
	margin-bottom: 5px;
	padding: 12px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 600
}

#nwsl_form input:focus {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

#nwsl_form input[type=text], #nwsl_form input[type=email] {
	background: #fff;
	flex: auto;
	width: 100%
}

#nwsl_form input[type=submit] {
	margin-left: 5px;
	min-width: 75px;
	background: #000;
	color: #fff;
	-webkit-appearance: button
}

.bottom {
	padding: 15px;
	background-color: #C2C2C2
}

.bottom .footer_menu {
	max-width: 1140px;
	margin: auto;
	display: flex
}

.bottom .footer_menu a {
	margin-right: 10px
}

@media ( min-width :48em) {
	.bottom .footer_menu a {
		margin-right: 20px
	}
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 -4px
}

.gallery a {
	box-sizing: border-box;
	flex: 0 0 50%;
	max-width: 50%;
	float: none;
	margin: 0;
	padding: 0 4px 8px
}

@media ( min-width :48em) {
	.gallery a {
		flex: 0 0 25%;
		max-width: 25%
	}
}

.gallery img {
	display: block;
	width: 100%;
	height: auto
}

.gallery:after {
	content: normal !important
}

.mp-head {
	position: relative;
	z-index: 150
}

.mp-head header {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

@media ( min-width :48em) {
	.mp-head::before {
		content: "";
		background: #fff;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 97px
	}
	.mp-head header {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center
	}
}

.mp-head__overlay {
	display: none
}

@media ( min-width :48em) {
	.mp-head__overlay {
		position: fixed;
		z-index: 145;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(45, 45, 45, 0.4)
	}
	.mp-head__overlay.active {
		display: block;
		-webkit-animation: fadeIn;
		animation: fadeIn;
		-webkit-animation-duration: .4s;
		animation-duration: .4s
	}
}

.mp-logo {
	height: 54px
}

.mp-logo img {
	display: block;
	width: 140px;
	height: 36px;
	padding-top: 9px
}

@media ( min-width :36em) {
	.mp-logo img {
		width: 210px;
		height: 54px;
		padding-top: 0
	}
}

.mp-social {
	display: none;
	padding-top: 3px
}

@media ( min-width :48em) {
	.mp-social {
		display: block
	}
}

.mp-social a {
	color: #999;
	transition: color .4s
}

.mp-social a:hover {
	color: #1fa22e
}

.mp-social svg {
	width: 32px;
	height: 32px;
	fill: currentColor
}

.mp-head__actions {
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	width: 100%
}

@media ( min-width :48em) {
	.mp-head__actions {
		width: auto;
		align-items: center;
		height: 97px;
		margin-left: auto
	}
}

.mp-search {
	position: absolute;
	z-index: 103;
	top: 7px;
	right: 89px;
	height: 40px;
	width: 41px
}

.mp-search form {
	position: absolute;
	top: 0;
	right: 0
}

.mp-search input[type=submit] {
	padding-top: 13px;
	padding-bottom: 13px;
	border: 0;
	width: 38px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-indent: -9999px;
	background: none;
	border-radius: 2px;
	-webkit-appearance: button
}

.mp-search input[type=submit]:focus {
	background: #D4D7D9 url(/img/plzen3/search.svg) no-repeat right;
	background-size: 40px 40px
}

.mp-search input[type=text], .mp-search input[type=search] {
	box-sizing: border-box;
	float: right;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 34px;
	width: 41px;
	border: 1px solid #D4D7D9;
	border-radius: 2px;
	background: #FAFAFA url(/img/plzen3/search.svg) no-repeat right;
	background-size: 40px 40px;
	cursor: pointer;
	transition: width .4s ease, border .4s ease;
	-webkit-appearance: none
}

.mp-search input[type=text]:hover, .mp-search input[type=search]:hover {
	border: 1px solid #999
}

.mp-search input[type=text]:focus, .mp-search input[type=search]:focus {
	outline: none;
	width: 210px;
	cursor: text;
	padding-left: 10px;
	padding-right: 40px
}

.mp-search input[type=text]:focus+input[type=submit], .mp-search input[type=search]:focus+input[type=submit]
	{
	box-sizing: border-box;
	position: absolute;
	right: 1px;
	top: 0;
	display: block
}

.mp-search input[type=text]::-ms-clear, .mp-search input[type=search]::-ms-clear
	{
	width: 0;
	height: 0
}

.mp-search form div:focus-within input[type=text], .mp-search form div:focus-within input[type=search]
	{
	outline: none;
	width: 210px;
	cursor: text;
	padding-left: 10px
}

.mp-search form div:focus-within input[type=text]+input[type=submit],
	.mp-search form div:focus-within input[type=search]+input[type=submit]
	{
	box-sizing: border-box;
	position: absolute;
	right: 1px;
	top: 0;
	display: block
}

.mp-search input[type=submit] {
	display: none
}

@media ( min-width :48em) {
	.mp-search {
		position: relative;
		margin-left: 25px;
		top: auto;
		right: auto
	}
}

.mp-webcams, .mp-contacts {
	display: none;
	padding-left: 23px;
	font-size: 13px;
	font-weight: 600;
	color: #000;
	background: url(/img/plzen3/webcam.svg) no-repeat left;
	background-size: 14px 17px;
	transition: color .3s
}

.mp-webcams:hover, .mp-contacts:hover {
	color: #FAB700
}

@media ( min-width :48em) {
	.mp-webcams, .mp-contacts {
		display: block
	}
}

.mp-contacts {
	padding-left: 30px;
	margin-left: 20px;
	background: url(/img/plzen3/contact.svg) no-repeat left
}

.mp-lang {
	position: absolute;
	top: 7px;
	right: 135px;
	font-size: 14px;
	border: 1px solid #D4D7D9;
	border-radius: 2px
}

.mp-lang ul, .mp-lang li {
	margin: 0;
	padding: 0;
	background: none
}

.mp-lang ul {
	position: absolute;
	z-index: 201;
	top: 100%;
	right: 0;
	margin-top: 5px;
	width: 100%;
	min-width: 100px;
	border: 1px solid #D4D7D9;
	border-top: 0;
	background: #fff;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
	font-size: 14px
}

.mp-lang li {
	border-top: 1px solid #D4D7D9
}

.mp-lang a {
	font-size: 13px;
	display: block;
	padding: 8px 25px 8px 10px;
	text-decoration: none;
	text-align: right;
	transition: color .3s
}

.mp-lang a:hover {
	color: #1fa22e
}

@media ( min-width :48em) {
	.mp-lang {
		position: relative;
		top: auto;
		right: auto;
		margin: 0 15px 0 30px;
		border: 0
	}
}

.mp-lang__current {
	box-sizing: border-box;
	display: block;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 39px;
	cursor: pointer;
	background: #fff url(/img/plzen3/lang.svg) no-repeat 12px 50%;
	background-size: 15px 15px;
	transition: color .3s;
	width: 0;
	overflow: hidden
}

.mp-lang__current:hover {
	color: #1fa22e
}

@media ( min-width :48em) {
	.mp-lang__current {
		width: auto;
		padding: 0 20px 0 23px;
		background-position: 0 50%;
		background-size: 15px 15px
	}
	.mp-lang__current:after {
		content: "";
		width: 7px;
		height: 4px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -2px;
		background: url(/img/plzen3/expand.svg) no-repeat;
		background-size: contain;
		transition: -webkit-transform .4s;
		transition: transform .4s;
		transition: transform .4s, -webkit-transform .4s
	}
	.mp-lang__current[aria-expanded=true] {
		color: #1fa22e
	}
	.mp-lang__current[aria-expanded=true]:after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}

.mp-intro {
	margin-top: -53px;
	padding: 100px 15px 70px;
	color: #fff;
	text-align: center;
	background: url(/img/plzen3/intro.jpg) no-repeat center;
	background-size: cover
}

.mp-intro h1 {
	font-size: 42px;
	color: #fff
}

@media ( min-width :48em) {
	.mp-intro {
		padding: 130px 15px 100px
	}
}

@media ( min-width :62em) {
	.mp-intro {
		padding: 160px 15px 130px
	}
}

.mp-intro__search {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto
}

.mp-intro__search .form {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: center
}

.mp-intro__search input {
	margin: 5px 3px;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	border-radius: 2px;
	font-size: 16px;
	font-family: Arial, sans-serif
}

.mp-intro__search input[type=text], .mp-intro__search input[type=search]
	{
	flex: auto;
	padding: 20px;
	width: 100%;
	-webkit-appearance: none
}

.mp-intro__search input[type=submit] {
	padding: 20px 15px;
	background: #F9B700;
	color: #fff;
	font-weight: 700;
	transition: background-color .3s;
	-webkit-appearance: button
}

.mp-intro__search input[type=submit]:hover {
	background-color: #ffc114
}

@media ( min-width :36em) {
	.mp-intro__search input[type=submit] {
		min-width: 150px;
		padding-left: 45px;
		background: #F9B700 url(/img/plzen3/intro-search.svg) no-repeat 20px 50%;
		background-size: 16px 16px
	}
}

.mp-links {
	font-size: 14px
}

.mp-links, .mp-links li {
	margin: 0;
	padding: 0;
	background: none
}

.mp-links li {
	margin-bottom: 13px;
	padding-left: 18px;
	background: url(/img/plzen3/li.svg) no-repeat;
	background-size: 4px 8px;
	background-position: 0 5px
}

@media ( max-width :47.99em) {
	.mp-links--home {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 30px
	}
	.mp-links--home li {
		margin-right: 20px
	}
}

@media ( min-width :48em) {
	.mp-links--home {
		max-width: 290px;
		border-right: 1px solid #E0E0E0
	}
}

@media ( min-width :48em) {
	.mp-navbar-expand-md .mp-navbar-collapse {
		flex-basis: auto;
		display: flex;
		justify-content: space-between
	}
	.mp-navbar-expand-md .mp-navbar-toggler {
		display: none
	}
}

.mp-navbar {
	width: 100%;
	z-index: 2;
	font-size: 14px
}

@media ( min-width :48em) {
	.mp-navbar {
		position: relative
	}
}

.mp-navbar-collapse {
	background: #1FA22E
}

.mp-navbar-nav {
	display: flex
}

.mp-navbar .mp-nav-item {
	padding: 0;
	margin: 0;
	background: none
}

.mp-nav-link {
	display: block;
	padding: 17px 10px;
	text-decoration: none;
	font-weight: 600;
	color: #fff;
	transition: color .3s
}

.mp-nav-link:hover {
	color: #F9B700;
	text-decoration: none
}

@media ( min-width :48em) {
	.mp-nav-link {
		box-sizing: border-box;
		text-align: center;
		display: block;
		width: 100%;
		align-items: center
	}
}

@media ( min-width :62em) {
	.mp-nav-link {
		padding: 17px 18px
	}
}

.mp-nav-link--active {
	background-color: #1C9129
}

.mp-navbar-secondary {
	background: #000
}

.mp-navbar-secondary .mp-nav-item {
	border-left: 1px solid #333
}

.mp-navbar-secondary .mp-nav-link {
	padding-right: 25px;
	padding-left: 25px;
	background-position: 25px 50%;
	background-size: 22px 16px;
	background-repeat: no-repeat
}

.mp-navbar-secondary .mp-nav-link:hover {
	color: #1FA22E
}

@media ( min-width :62em) {
	.mp-navbar-secondary .mp-nav-item:nth-child(1) .mp-nav-link {
		padding-left: 55px;
		background-image: url(/img/plzen3/nav-sport.svg)
	}
	.mp-navbar-secondary .mp-nav-item:nth-child(2) .mp-nav-link {
		padding-left: 50px;
		background-image: url(/img/plzen3/nav-kultura.svg)
	}
}

@media ( max-width :47.99em) {
	.mp-navbar-nav {
		display: block
	}
	.mp-navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 200;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3)
	}
	.mp-navbar-collapse .mp-nav-link {
		display: block;
		border-top: 1px solid #ccc;
		text-align: center
	}
	.mp-navbar-collapse.show {
		width: auto;
		padding: 0;
		border: 0;
		font-size: inherit
	}
}

.mp-navbar-toggler {
	display: flex;
	padding: 13px 10px;
	border: 0;
	position: absolute;
	top: 7px;
	right: 5px;
	outline: 0;
	cursor: pointer;
	background-color: #FAFAFA;
	transition: border-color .3s;
	font-size: 12px;
	border-radius: 15px;
	transition: all .3s;
}

.mp-navbar-toggler:focus {
	outline: 0
}

.mp-navbar-toggler:hover {
	box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
}

.mp-navbar-toggler__text {
	padding-right: 4px;
	margin-top: -1px
}

.mp-navbar-toggler .icon-bar {
	display: block;
	height: 1px;
	width: 18px;
	transition: all .2s;
	background-color: #000
}

.mp-navbar-toggler .icon-bar+.icon-bar {
	margin-top: 4px
}

.mp-navbar-toggler .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	transform-origin: 10% 10%
}

.mp-navbar-toggler .icon-bar:nth-of-type(2) {
	opacity: 0
}

.mp-navbar-toggler .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	transform-origin: 10% 90%
}

.mp-navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.mp-navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity = 100)
}

.mp-navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

@media ( min-width :48em) {
	.mp-navbar-mobile {
		display: none
	}
}

.mp-nav-subitem {
	display: none;
	box-sizing: border-box;
	background: #1F7E2A;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 20px 30px;
	border-radius: 0 0 15px 15px;
}

.mp-nav-subitem ul {
	-webkit-columns: 3;
	columns: 3;
	max-width: 920px
}

.mp-nav-subitem ul li {
	display: inline-block;
	padding: 5px 0;
	margin: 0;
	width: 100%;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	background: none
}

.mp-nav-subitem ul a {
	position: relative;
	display: inline-block;
	padding-left: 12px;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	text-decoration: none
}

.mp-nav-subitem ul a::before, .mp-nav-subitem ul a::after {
	position: absolute;
	left: 2px;
	top: 2px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #77B07E
}

.mp-nav-subitem ul a::after {
	left: 0;
	border-color: transparent transparent transparent #1F7E2A
}

.mp-nav-subitem ul a:hover {
	color: #FAB700
}

.mp-nav-subitem ul a:hover::before {
	border-color: transparent transparent transparent #FAB700
}

@media ( max-width :47.99em) {
	.mp-nav-subitem {
		display: block;
		position: relative;
		padding: 10px 30px
	}
	.mp-nav-subitem ul {
		-webkit-columns: 1;
		columns: 1
	}
}

@media ( min-width :48em) {
	.mp-navbar-primary .mp-nav-item:hover .mp-nav-link {
		position: relative;
		color: #FAB700
	}
	.mp-navbar-primary .mp-nav-item:hover .mp-nav-link::after {
		position: absolute;
		z-index: 10;
		top: 100%;
		left: 50%;
		margin-left: -5px;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 5px 0;
		border-color: #1FA22E transparent transparent
	}
	.mp-navbar-primary .mp-nav-item:hover .mp-nav-link--active::after {
		border-color: #1C9129 transparent transparent
	}
	.mp-navbar-primary .mp-nav-item:hover .mp-nav-subitem {
		display: block;
		-webkit-animation: fadeIn;
		animation: fadeIn;
		-webkit-animation-duration: .4s;
		animation-duration: .4s
	}
}

@media ( min-width :48em) and (min-width:62em) {
	.mp-nav-subitem ul {
		-webkit-columns: 4;
		columns: 4
	}
}

.mp-news {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	height: 100%
}

.mp-news__item {
	width: 100%;
	box-sizing: border-box;
	flex: 0 0 auto;
	order: 2;
	padding: 0 15px 30px
}

.mp-news__item .mp-news__text {
	padding: 20px 25px
}

@media ( min-width :36em) {
	.mp-news__item {
		max-width: 50%
	}
}

.mp-news__item--big {
	max-width: none;
	width: 100%;
	height: 100%
}

.mp-news__item--big .mp-news__text {
	padding: 20px 25px
}

.mp-news__item--big .mp-news__text h3 {
	font-size: 20px
}

@media ( min-width :48em) {
	.mp-news__item--big .mp-news__text {
		padding: 35px 42px
	}
	.mp-news__item--big .mp-news__text h3 {
		font-size: 24px
	}
}

.mp-news__content {
	height: 100%;
	border: 1px solid #E0E0E0;
	background: linear-gradient(to bottom, #fff 30%, #F8F8F7)
}

.mp-news__text {
	font-size: 14px;
	line-height: 1.6
}

.mp-news__text h3 {
	margin: 0 0 1em;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.4
}

.mp-news__meta {
	margin: .25em 0 .75em;
	font-size: 12px;
	font-weight: 600
}

.mp-news__img img {
	display: block;
	width: 100%;
	height: auto
}

.strankovani {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}

.strankovani .stranka, .strankovani .selected, .strankovani .sipka_pred,
	.strankovani .sipka_po, .strankovani .sipka_posledni, .strankovani .sipka_prvni
	{
	margin: 5px;
	height: auto;
	text-decoration: none;
	border-color: #D4D7D9;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 11px;
	position: relative;
	display: block
}

.strankovani .stranka:hover, .strankovani .selected:hover, .strankovani .sipka_pred:hover,
	.strankovani .sipka_po:hover, .strankovani .sipka_posledni:hover,
	.strankovani .sipka_prvni:hover {
	background-color: #EDEDED
}

.strankovani .sipka_posledni img, .strankovani .sipka_prvni img,
	.strankovani .sipka_pred img, .strankovani .sipka_po img {
	display: block;
	width: 19px;
	height: 19px
}

.strankovani .active, .strankovani .selected {
	background-color: #1fa22e !important;
	color: #fff;
	border-color: #1fa22e
}

.mp-intro__search form {
	position: relative
}

.mp-intro__search form input {
	position: relative;
	z-index: 130
}

.mp-intro__search form input[type=search]:focus ~
	.mp-intro__search__overlay {
	visibility: visible;
	position: fixed;
	z-index: 120;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3)
}

.mp-intro__search form input[type=search]:focus ~ .search-autocomplete {
	visibility: visible
}

.mp-intro__search .mp-intro__search__overlay {
	background: rgba(0, 0, 0, 0);
	transition: background .5s;
	visibility: hidden
}

.mp-intro__search .search-autocomplete {
	visibility: hidden;
	position: absolute;
	z-index: 140;
	top: 58px;
	left: 3px;
	right: 3px;
	border-radius: 0 0 5px 5px;
	padding: 15px 15px 0;
	color: #000;
	background: linear-gradient(to bottom, #fff, #F8F8F7);
	text-align: left;
	border-top: 1px solid #D4D7D9;
	font-size: 12px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2)
}

.mp-intro__search .search-autocomplete strong {
	font-size: 14px
}

.mp-intro__search .search-autocomplete strong+div {
	margin-top: .5em;
	margin-bottom: 1.5em
}

.mp-intro__search li {
	box-sizing: border-box;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.el_aside .whitebox {
	margin-bottom: 30px;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	background: linear-gradient(to bottom, #fff, #F8F8F7)
}

.el_aside .article {
	margin: 8px 0
}

.el_aside .article .date {
	margin: 0 0 4px;
	padding: 0;
	float: none;
	width: auto;
	font-size: 12px;
	font-weight: 600
}

.el_aside .article .title {
	width: auto;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: underline
}

.el_aside .side_h {
	margin-top: 0;
	padding: 0;
	font-size: 17px
}

.el_aside div[class*="icon_"], .el_aside h2[class*="icon_"] {
	background: none !important
}

.el_aside .links {
	margin-bottom: 0
}

.el_aside .links .whitebox {
	height: auto
}

.el_aside .mp-megabtn {
	margin-bottom: 10px;
	min-height: 80px;
	font-size: 15px
}

@media ( max-width :47.99em) {
	.el_aside .submenu {
		top: 68px
	}
}

@media ( min-width :48em) {
	.el_aside .submenu {
		position: static
	}
}

@media ( min-width :48em) {
	.submenu_toggle+ul {
		display: block
	}
}

@media ( max-width :47.99em) {
	#content.content-with-submenu {
		padding-top: 60px
	}
}

.submenu_toggle {
	background: #7A8784 url(/img/plzen3/select.svg) no-repeat right;
	background-size: 30px 16px;
	font-size: 13px
}

@media ( min-width :48em) {
	.submenu_toggle {
		display: none
	}
}

.submenu {
	border-top: 0
}

.submenu>ul>li {
	border-bottom: 1px solid #fff
}

.submenu>ul>li:last-child {
	border-bottom: 0
}

.submenu>ul>li.active>a, .submenu>ul>li.active>a:hover {
	background-color: #7A8784
}

.submenu>ul>li.active>a>span {
	background-image: url(/img/plzen3/li-white.svg);
	background-size: 4px 8px;
	background-position: 0 7px
}

.submenu>ul>li>a {
	padding: 13px 10px 13px 20px;
	background: #D4D7D9;
	font-size: 14px;
	font-weight: 700;
	color: #010101;
	transition: background-color .3s
}

.submenu>ul>li>a>span {
	padding-left: 18px;
	background: url(/img/plzen3/li.svg) no-repeat;
	background-size: 4px 8px;
	background-position: 0 7px
}

.submenu>ul>li>a:hover {
	background-color: #D0D3D5
}

.submenu>ul>li>ul {
	background-color: #4A514F
}

.submenu>ul>li>ul>li>a {
	position: relative;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 55px;
	font-size: 13px
}

.submenu>ul>li>ul>li>a:before {
	content: "";
	position: absolute;
	left: 38px;
	top: 18px;
	width: 4px;
	height: 8px;
	background-image: url(/img/plzen3/li-white.svg);
	background-size: 4px 8px;
	opacity: .75
}

.submenu>ul>li>ul>li.active>a:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 1
}

.submenu>ul>li>ul {
	padding-left: 0
}

.submenu>ul>li.active>a {
	background-color: #7A8784
}

.submenu>ul>li>ul>li.active>a {
	border-bottom: 0
}

.submenu>ul>li>ul>li>ul>li>a {
	position: relative;
	padding: 10px 10px 10px 70px
}

.submenu>ul>li>ul>li>ul>li>a:before {
	content: "-";
	position: absolute;
	left: 55px;
	top: 9px;
	color: #fff;
	font-weight: 400;
	opacity: .5
}

.submenu>ul>li>ul>li>ul>li.active>a:before {
	opacity: 1;
	font-weight: 700
}

.submenu>ul>li>ul>li>a>span, .submenu>ul>li>ul>li.active>a>span {
	padding-left: 0;
	background: none
}

.submenu>ul>li>ul>li>ul {
	position: relative;
	padding: 0;
	border: 0;
	background-color: #3E4241
}

.submenu>ul>li>ul>li>a {
	border-bottom: 1px solid #686F6D
}

.submenu>ul>li>ul>li>ul>li>a {
	border: 0;
	font-size: 13px
}

.submenu>ul>li>ul>li>ul>li.active>a {
	background-color: #1fa22e;
	color: #fff
}

.survey .question {
	font-size: 14px
}

.survey .status_bar {
	margin-top: 5px;
	margin-bottom: 10px
}

.el_article .survey .answers {
	float: none
}

.el_article .survey .button {
	margin-top: 15px;
	float: none
}

.main img {
	max-width: 100%;
	height: auto
}

.main .el_aside {
	margin-right: 0
}

@media ( min-width :48em) {
	.main .el_aside {
		float: left;
		width: 28.5%
	}
}

@media ( min-width :48em) {
	.main .el_article.with_col {
		float: right;
		width: 68.75%
	}
}

/*.main .whitebox {
	border: 1px solid #E0E0E0;
	border-radius: 2px
}*/

.main .whitebox.small {
	padding: 15px
}

@media ( min-width :48em) {
	.main .whitebox.small {
		padding: 25px 30px 30px
	}
}

.main .links .whitebox {
	padding: 15px !important
}

@media ( min-width :48em) {
	.main .links .whitebox {
		padding: 25px 30px 30px !important
	}
}

.main .links ul li {
	margin-bottom: .9em;
	padding: 0 0 0 18px;
	background: url(/img/plzen3/li.svg) no-repeat;
	background-size: 4px 8px;
	background-position: 0 5px
}

.main .links ul li:last-child {
	margin-bottom: 0
}

.main .links ul li a {
	font-size: 13px;
	font-weight: 600
}

.main .chapter_box {
	box-sizing: border-box;
	max-width: none;
	width: 265px;
	border: 1px solid #E0E0E0;
	border-radius: 2px;
	background: #D4D7D9
}

.main .chapter_box .title {
	margin-bottom: 1.25em
}

.main .chapter_box ul li {
	padding-left: 18px;
	background: url(/img/plzen3/li.svg) no-repeat;
	background-size: 4px 8px;
	background-position: 0 5px
}

.main .chapter_box .active {
	color: #1fa22e
}

.main .chapter_box ul:last-child, .main .chapter_box p:last-child {
	margin-bottom: 0
}

@media ( min-width :62em) {
	.main .chapter_box {
		padding: 25px 30px
	}
}

.main .page_bar {
	display: flex;
	justify-content: space-between;
	border: 0;
	padding: 0
}

.main .page_bar .prev, .main .page_bar .next {
	float: none;
	width: auto;
	display: inline;
	font-weight: 600
}

.main .page_bar .next {
	padding-right: 14px;
	background: url(/img/plzen3/next.svg) no-repeat right;
	background-size: 4px 8px
}

.main .page_bar .prev {
	padding-left: 14px;
	background: url(/img/plzen3/prev.svg) no-repeat left;
	background-size: 4px 8px
}

.main .page_bar:after {
	content: normal !important
}

.mp-container {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box
}

.main {
	background: transparent;
}

.main #content {
	box-sizing: border-box
}

@media ( min-width :48em) {
	.main #content {
		max-width: 1170px;
		margin: auto;
		padding: 0 15px
	}
}

.home .main #content {
	max-width: none;
	padding: 0
}

#page {
	width: auto;
	padding: 0
}

.mp-section {
	clear: both;
	background: #fff;
	padding-top: 45px;
	padding-bottom: 45px
}

.mp-section h2 {
	margin-top: 2em;
	margin-bottom: 1.75em
}

.mp-section--gray {
	padding-top: 45px;
	padding-bottom: 45px;
	background: #EBEBEB
}