html {
	background: #e3e4e4;
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	background: transparent;
	margin: 0;
	padding: 0;
	width: 100%;
}

html, body, input, textarea, select, table {
	color: #3e4244;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
}

hr {
	background: #cacccc;
	margin: 30px 0;
	clear: both;
}

h1, h2, h3, h4, h5 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	margin: .8em 0 20px 0;
	line-height: 1.2em;
}

.font, .btn, .filters, .bookmarks {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}

h1 {
	font-size: 3em;
	text-transform: uppercase;
	line-height: 1.3em;
	margin: 0;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

a {
	color: #ff5b00;
}

input, textarea, select, button, .btn, .addFileButton {
	background: #fafafa;
	border: 1px solid #ececec;
	padding: 5px 10px;
	margin: 0;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	line-height: 2em;
	-webkit-transition: border-color 1s;
	transition: border-color 1s;
	-webkit-appearance: none;
	min-height: 44px;
	outline: 0;
}

input, textarea, select {
	font-size: 16px;
}

body {
	font-size: 1em;
	line-height: 1.5em;
	line-height: 1.5rem;
}

.section {
	max-width: 1245px;
	display: block;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
	position: relative;
}

nav a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	text-align: center;
	line-height: 1.2em;
}

nav li {
	position: relative;
}

nav ul {
	margin: 0;
	padding: 0;
}

header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 120px;
	background-color: white;
	padding-left: 40px;
	padding-right: 40px;
}

.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo a + a {
	border-left: 1px solid #eeeeee;
	padding-left: 15px;
}

.logo img {
	display: block;
	height: auto;
}

.logo a {
	display: block;
	vertical-align: middle;
	padding-right: 15px;
}

.topNav {
	width: 100%;
	background: #3e4244;
	font-family: 'Ubuntu', sans-serif;
}

.topNav a:hover, .topNav a.active, .topNav li:hover>a {
	background: #ff5b00;
	text-decoration: none;
	color: #fff;
}

.topNav a.active:after {
	content: ' ';
	position: absolute;
	left: 50%;
	bottom: -4px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: -5px;
	display: block;
	background: #ff5b00;
}

.topNav>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.topNav ul li {
	float: left;
}

.topNav>ul>li>a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 60px;
	padding: 4px 5px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: white;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0 15px;
	min-width: 60px;
}

.topNav ul ul ul {
	top: 0;
	left: 0;
	transform: translateX(100%);
}

.topNav ul ul {
	position: absolute;
	left: 0;
	top: 60px;
	min-width: 100%;
	width: 240px;
	background: #ff5b00;
	margin: 0;
	padding: 0;
	z-index: 5000;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}

.topNav ul .archivSubmenu {
	overflow: auto;
	max-height: calc(100vh - 200px);
}

.topNav ul ul li {
	padding: 0;
	float: none;
	margin: 0;
}

.topNav ul ul a {
	padding: 10px 15px;
	color: white;
	text-transform: none;
	text-align: left;
	text-decoration: none;
	display: block;
}

.topNav ul ul a:hover, .topNav ul ul li:hover>a, .topNav ul ul ul a {
	background: #3e4244;
	color: white;
	text-decoration: none;
}

.topNav ul ul ul a:hover {
	text-decoration: underline;
}

.topNav > ul > li:last-child ul {
	left: auto;
	right: 0;
}

.topNav > ul > li:nth-last-child(2) ul ul, .topNav > ul > li:nth-last-child(3) ul ul, .topNav > ul > li:last-child ul ul {
	transform: translateX(-100%);
}

.topCont {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.search {
	display: inline-block;
	max-width: 270px;
	padding-left: 30px;
}

.search fieldset {
	position: relative;
	vertical-align: middle;
}

.search form {
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	padding-right: 15px;
}

.search button:hover {
	background: #ff5b00;
	color: white;
}

.search button {
	position: absolute;
	color: #3e4244;
	font-size: 15px;
	line-height: 35px;
	border: 0;
	top: 1px;
	right: 1px;
	padding: 0;
	width: 35px;
}

.search input {
	padding: 0 45px 0 10px;
	line-height: 35px;
	width: 100%;
}

.mutace {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	white-space: nowrap;
}

.mutace img {
	width: 22px;
	height: auto;
	display: block;
}

.mutace .fa:hover {
	background: #3e4244;
}

.mutace .fa {
	width: 22px;
	line-height: 22px;
	height: 22px;
	color: white;
	background: #4267B2;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
}

.mutace a {
	display: inline-block !important;
	padding: 5px;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.font {
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
}

.font a.active, .font a:hover {
	color: #ff5b00;
	text-decoration: none;
}

.font a+a+a {
	font-size: 1.6em;
}

.font a+a {
	font-size: 1.3em;
}

.font a {
	display: inline-block;
	font-weight: 500;
	color: #3e4244;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px;
	line-height: 1.2em;
}

.content {
	padding: 25px 30px;
	background-color: white;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content ul, .cke_editable ul {
	margin-left: 0;
	padding: 0;
	list-style-image: none;
}

.content ul li, .cke_editable ul li {
	padding: 0;
	margin: 8px 0;
	position: relative;
	padding-left: 30px;
	display: table;
}

.content ul li:before, .cke_editable ul li:before {
	content: " ";
	background: #ff5b00;
	display: block;
	clear: both;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 6px;
	height: 6px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: .7em;
}

.content>h1:nth-of-type(1), .content>p:nth-of-type(1), .content>h2:nth-of-type(1) {
	margin-top: 0;
}

.content p {
	margin-bottom: 0;
}

.content img {
	height: auto;
	max-width: 100%;
}

.tab, table[border="1"] {
	font-size: 1em;
	border: 0;
	border-collapse: collapse;
	margin: 1em 0;
	width: auto;
	line-height: 1.3em;
}

.tab td, .tab th, table[border="1"] td, table[border="1"] th {
	border: 0;
	border-top: 1px solid #ececee;
	border-bottom: 1px solid #ececee;
	border-color: rgba(166, 168, 176, .2);
	padding: 6px 10px;
}

.tab th, table[border="1"] th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	font-size: 1.1em;
}

.tab tr:nth-of-type(odd) {}

.footer .row {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.footer .row>div {
	padding: 0px 15px;
}

.pageHeader {
	padding-top: 180px;
	background: #fff url(/img/bg3.jpg) center 0 fixed no-repeat;
}

.pageHeader .content {
	background: transparent;
	color: white;
	margin: 0;
}

@media screen and (min-width: 1246px) {
	.scroll header {
		position: fixed;
	}
	.scroll .header {
		display: none;
	}
}

.slideShow h2 {
	text-transform: uppercase;
	font-size: 2em;
	max-width: 800px;
	margin: 15px 0;
}

.slideShow a, .slideShow a:hover {
	color: white;
}

.slide:after {
	content: ' ';
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(62, 66, 68, 0.7);
}

.slide {
	-webkit-transition: -webkit-transform .5s ease-out;
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	width: 100%;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	height: 100%;
	background-repeat: no-repeat;
	background-position: center 0;
	background-attachment: fixed;
	padding-bottom: 35px;
	background-size: cover;
}

.slide.active {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.slidePrev {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.slideNext {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	z-index: 4;
}

.slide .content {
	background: transparent;
	padding-top: 210px;
	color: white;
	margin: 0;
	position: relative;
	z-index: 5;
}

.slide article {
	background: transparent;
	padding: 0;
}

.date {
	text-transform: uppercase;
	font-size: .85em;
	color: #9d9fa0;
}

.slideShow .btn {
	border-color: white;
	background: transparent;
	text-transform: uppercase;
	text-decoration: underline;
	padding: 15px 25px;
}

.slideShow {
	position: relative;
	overflow: hidden;
	height: 450px;
	background: #3E4244;
}

article {
	background-color: white;
	padding: 25px 30px 30px 30px;
	position: relative;
	width: 100%;
	flex: auto;
	max-width: 391px;
}

article p {
	margin: 0;
}

article.type2 a:hover {
	color: #2d6cc1;
}

article a:hover {
	color: #ff5b00;
}

article a {
	color: #3e4244;
}

.articleImg img {
	width: 100%;
	height: auto;
	display: block;
}

.articleImg {
	margin: -25px -30px 25px -30px;
}

article h3 {
	margin: 10px 0;
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1.2em;
}

.date strong {
	font-weight: 400;
}

.slideShow .date {
	color: white;
}

.type1 .date strong {
	color: #ff5b00;
}

.type2 .date strong {
	color: #2d6cc1;
}

article:hover:after {
	width: 100%;
}

.columns article, .columns .calendar {
	display: inline-block;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin-top: 20px;
}

.columns article {
	min-height: 20.7rem;
}

.columns2 article {
	min-height: 0;
}

article:after, .content.type1:before, .content.type2:before {
	display: block;
	-webkit-transition: width .75s ease-out;
	transition: width .75s ease-out;
	content: ' ';
	width: 37px;
	height: 3px;
	left: 0;
	top: 0;
	background: #ff5b00;
	position: absolute;
}

article.type2 a:hover {
	color: #2d6cc1;
}

.content.type2:before, article.type2:after {
	background: #2d6cc1;
}

.articleList article {
	display: block;
}

.articleBox {
	width: 33.3333%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.labelRec {
	font-size: .875em;
	padding: 3px 5px;
	line-height: 1.2em;
	color: #3e4244;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #d1d1d1;
	margin-bottom: 4px;
}

.articleList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 20px -10px;
}

.calendarBox {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.articleBox:nth-of-type(1), .articleBox:nth-of-type(2) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.columns {
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.columns2 {
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.rowInput {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-align-items: stretch;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.rowInput p+p {
	-webkit-flex-shrink: 1000;
	-ms-flex-negative: 1000;
	flex-shrink: 1000;
	margin: 0;
}

.rowInput p:first-child {
	-webkit-box-flex: 1000;
	-webkit-flex-grow: 1000;
	-ms-flex-positive: 1000;
	flex-grow: 1000;
	margin: 0;
}

.rowInput input, .rowInput button {
	height: 100%;
	padding: 15px;
	border: 0;
}

.newsletter .rowInput {
	max-width: 460px;
	margin: 0 auto;
	flex-flow: row nowrap;
}

.newsletter {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.newsletter .btn {
	background-color: white;
	color: #3e4244;
	text-decoration: underline;
	text-transform: uppercase;
}

.newsletter input {
	background-color: white;
	border-color: #fff;
}

.newsletter h2 {
	margin: 1em 0 0 0;
	text-transform: uppercase;
	font-size: 2em;
}

.newsletter .xs a {
	color: #3e4244;
}

.newsletter .xs {
	line-height: 1.2em;
	opacity: .75;
}

.newsletter {
	clear: both;
	padding-top: 1px;
	text-align: center;
	padding-bottom: 30px;
}

.projects .content {
	margin: 0 -15px;
	padding: 10px 0 10px 0;
	display: flex;
	flex-flow: row wrap;
}

.projects {
	background-color: white;
}

.projectImg img {
	display: block;
	margin: 0 auto;
}

.project {
	width: 33.33%;
	width: calc(100% / 3);
	float: left;
	padding: 15px;
}

.project:nth-of-type(3n+1) {
	clear: left;
}

.project p {
	padding-bottom: 15px;
	margin: 0;
	border-bottom: 1px solid #e2e3e3;
}

.project a {
	color: #3e4244;
	background: #fafafa;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	display: block;
}

.project h3 {
	font-size: 2em;
	margin: 0;
}

.projectImg {
	background: #fafafa;
	width: 100%;
	padding: 15px;
	margin-bottom: 0;
}

.footer {
	font-size: .9em;
	color: #787a7b;
	padding-top: 15px;
	padding-bottom: 30px;
}

.footer .col-6 span+span {
	padding-left: 30px;
	width: 216px;
}

.footer .col-6 span {
	text-align: right;
	line-height: 1.25em;
}

.footer .col-6 img {
	width: 100%;
	max-width: 180px;
	height: auto;
	min-width: 100px;
}

.footer .col-6 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer a {
	color: #787a7b;
}

.footer h4 {
	font-size: 1em;
	margin: 0 0 5px 0;
	padding-top: 15px;
}

.filters {
	margin-top: 30px;
	margin-left: -15px;
}

.filters strong {
	text-transform: uppercase;
}

.filters a, .filters span {
	margin-left: 15px;
	color: #3e4244;
	display: inline-block;
}

.filters .type1 {
	color: #ff5b00;
}

.filters .type2 {
	color: #2d6cc1;
}

.bread {
	font-size: .9em;
	color: #fff;
	margin: 0 0 10px 0;
}

.bread a:hover {
	color: #ff5b00;
}

.bread a {
	color: #fff;
}

.bread i {
	margin: 0 5px;
}

img.obr, img.obr2 {
	max-width: 50%;
	width: 100%;
	height: auto;
}

img.perexImg {
	max-width: 400px;
	width: 50%;
	float: right;
	margin-right: 0;
	padding-left: 30px;
}

.midCol {
	float: left;
	width: 66.66666%;
	padding-right: 20px;
}

.rightCol article {
	margin: 20px 0 0 0;
}

.rightCol {
	float: left;
	width: 33.3333%;
	padding-left: 20px;
	margin-top: 20px;
	border-left: 1px solid #cacccc;
}

.font2 .textSection {
	font-size: 1.2em;
}

.font3 .textSection {
	font-size: 1.4em;
}

@media screen and (min-width: 1600px) {
	.slide, .pageHeader {
		background-size: 100% auto;
	}
}

.book {
	margin-top: 20px;
	padding: 20px 30px;
}

.book__in {
	display: flex;
}

.book__img {
	width: 30%;
	max-width: 170px;
	padding-right: 30px;
	min-width: 80px;
}

.book__in img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}

.book__cont {
	flex: auto;
	width: 70%;
}

.book h3 {
	font-size: 1.3em;
	margin: 0 0 4px 0;
}

.book h4 {
	font-size: 1em;
	margin: 6px 0;
}

.tags a:hover {
	border-color: #ff5b00;
	background: #ff5b00;
	color: white;
	text-decoration: none;
}

.tags a {
	display: inline-block;
	margin: 3px 3px 0 0;
	border-radius: 2px;
	border: 1px solid #e3e4e4;
	padding: 2px 4px;
	line-height: 1.2em;
	font-size: .85em;
	color: #3e4244;
	text-decoration: none;
}

.form2 {
	min-height: 282px;
}

.form2 p {
	margin: 0;
}

.form2 .row+.row {
	margin-top: 6px;
}

label {
	font-size: .85em;
}

.form2 .btn {
	min-width: 100px;
	text-align: center;
}

.inRow {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	align-items: center;
}


/*BUTTON*/

.btn {
	width: auto;
	border-color: #ff5b00;
	background: #ff5b00;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
}

.btn:hover {
	text-decoration: none;
	border-color: #3e4244;
	background: #3e4244;
	color: #fff;
}

.catSection article {
	text-align: center;
	cursor: pointer;
}

.catSection article h3 {
	margin: 0;
}

.catSection .content {
	margin-bottom: 0;
}

.content~.catSection {
	margin-top: -20px;
}

.L-publikace .midCol article:after, .L-publikace .midCol article .date {
	display: none;
}

.L-publikace .midCol .columns2 {
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
	-webkit-column-count: auto;
	-moz-column-count: auto;
	column-count: auto;
}

.aText {
	margin-top: 1.5em;
}

.menuBtn, .respNav, .thReplace, .searchResp {
	display: none;
}

.textPage .content {
	margin: 0;
	max-width: 54rem;
	line-height: 1.8em;
	line-height: 1.8em;
}

.textPage ~ .newsletter hr {
	display: none;
}

.textPage {
	background-color: white;
}


/*hovers*/

a:hover {
	color: #000;
	text-decoration: underline;
}


/*animace*/

a, .btn, button {
	-webkit-transition: color 0.4s, border-color 0.4s, background-color 0.4s;
	transition: color 0.4s, border-color 0.4s, background-color 0.4s;
}

.menu ul ul, .topNav ul ul {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.menu li:hover>ul, .topNav li:hover>ul {
	opacity: 1;
	visibility: visible;
}
