html {
	background: White;
	margin: 0;
	padding: 0;
}

body {
	background: transparent;
	margin: 0;
	padding: 0;
}

html, body, input, textarea, select, table {
	font-family: 'Open Sans', sans-serif;
	color: #2D2E31;
	font-style: normal;
}

hr {
	background: #ececee;
	margin: 2em 0;
}

h1, h2, h3, h4, h5 {
	font-weight: 300;
	margin: .8em 0 20px 0;
	line-height: 1.2em;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.7em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.7em;
}

h5 {
	font-size: 1.4em;
}

a {
	color: #118dc0;
}

input, textarea, select, button, .btn, .addFileButton {
	background: White;
	border: 1px solid #bcbcbc;
	padding: 5px 10px;
	margin: 0;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	line-height: 2em;
	transition: border-color 1s;
	-webkit-appearance: none;
}

input, textarea, select {
	min-height: 48px;
	font-size: 16px;
}

body {
	font-size: .85em;
	line-height: 1.5em;
	line-height: 1.5rem;
}

.section {
	max-width: 1230px;
	display: block;
	margin: 0 auto;
	padding: 0 15px;
	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;
}

.topNav a:hover, .topNav a.aktivni {
	background: #DA001B;
	text-decoration: none;
	color: #fff;
}

.topNav>ul {
	display: flex;
	align-items: stretch;
}

.topNav ul li {
	flex: auto;
	flex-basis: 0;
	/*stejna sirka vsech polozek*/
	border-left: 1px solid #ececee;
	display: flex;
	align-content: stretch;
	float: left;
}

.topNav>ul li a {
	display: flex;
	flex: auto;
	padding: 4px 5px;
	align-items: center;
	justify-content: center;
	background: #ececee;
}

.topNav ul ul {
	position: absolute;
	left: 0;
	top: 34px;
	min-width: 200px;
	background: White;
	background-color: rgba(255, 255, 255, .9);
	margin: 0;
	padding: 0;
	z-index: 5000;
}

.topNav ul ul li {
	padding: 0;
	float: none;
	margin: 0;
}

.topNav ul ul a {
	padding: 8px 10px;
}

.topNav ul ul li+li a {
	border-top: 1px solid #ececee;
	border-color: rgba(166, 168, 176, .2);
}

.topNav ul ul a:hover {
	background: White;
}

.topNav li:last-child ul, .topNav li:nth-last-child(2) ul {
	left: auto;
	right: 0;
}

.menu a {
	background: #118dc0;
	color: White;
	font-weight: 300;
	font-size: 1.25em;
	display: block;
	text-decoration: none;
	padding: 8px 14px;
}

.menu a:hover {
	background: #118dc0;
	color: White;
}

.menu li:first-child {
	border: 0;
}

.menu li {
	position: relative;
	border-top: 1px solid #118dc0;
	z-index: 10;
}

.menu ul {
	margin: 0;
	padding: 0;
}

.menu ul ul {
	position: absolute;
	right: -250px;
	top: 0;
	width: 250px;
}

.menu ul ul a, .menu li:hover a, .menu a.aktivni {
	background: #118dc0;
}

.menu ul ul a:hover {
	text-decoration: underline;
}

.content {
	padding: 30px 0;
}

main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.col-4 {
	-ms-flex-item-align: center;
	align-self: center;
}

.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: #DA001B;
	display: block;
	clear: both;
	-moz-border-radius: 50%;
	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) {
	margin-top: 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 {
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
}

.footer .row>div {
	padding: 0px 15px;
}


/*BUTTON*/

.btn {
	width: auto;
	border-color: #ececee;
	background: #ececee;
	color: black;
	text-decoration: none;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
}

.btn:hover {
	text-decoration: none;
	border-color: #ececee;
	background: #ececee;
	color: black;
}


/*hovers*/

a:hover {
	color: black;
	text-decoration: underline;
}


/*animace*/

a, .btn, button {
	transition: color 0.4s, border-color 0.4s, background-color 0.4s;
}

.menu ul ul, .topNav ul ul {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-out;
}

.menu li:hover ul, .topNav li:hover ul {
	opacity: 1;
	visibility: visible;
}
