html, body {
	background: White;
	margin: 0;
	padding: 0;
}

html, body, input, textarea, select, table {
	font-family: "Open Sans", sans-serif;
	color: #2D2E31;
}

body {
	font-size: .95em;
	line-height: 1.5em;
}

hr {
	color: #ececee;
	background: transparent;
	border-bottom: 1px solid #ececee;
	clear: both;
	border-color: rgba(166, 168, 176, .2);
	margin: 30px 0;
}
h1, h2, h3, h4, h5 {
	margin: 1.5em 0 20px 0;
	line-height: 1.2em;
	font-weight: 300;
	color: #118dc0;
}

h1 {
	font-size: 2.5em;
	color: #f76205;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.1em;
}

strong, th {
	font-weight: 600;
}

a {
	color: #118DC0;
}

input, textarea, select, button, .btn, .addFileButton {
	margin: 0 0;
	border: 1px solid #CBD5DB;
	line-height: 1.5em;
	padding: 5px 10px;
	display: inline-block;
	background: White;
	transition: border-color 1s;
	outline: 0;
}

input, textarea, select {
	width: 100%;
	font-size: 16px;
	-moz-box-shadow: 0 0 4px #ececee inset;
	-webkit-box-shadow: 0 0 4px #ececee inset;
	box-shadow: 0 0 4px #ececee inset;
}

input:focus, textarea:focus, select:focus {
	border-color: #118DC0;
}

#page {
	background: White no-repeat center 0;
	position: relative;
}

.section {
	width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
}

.header .section {
	display: table;
	padding: 0 15px;
	background: transparent no-repeat center center;
	background-size: cover;
}

header ul {
	margin: 0;
}

.logo {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	padding: 15px 0;
}

.logo a:hover {
	text-decoration: none;
}

.logo a {
	display: table;
	text-decoration: none;
}

.logo span {
	display: table-cell;
	vertical-align: middle;
}

.logo img {
	display: block;
	margin-right: 10px;
	max-width: 250px;
	max-height: 125px;
	width: auto;
	height: auto;
}

.logo strong {
	color: #118dc0;
	display: block;
	font-size: 2.8em;
	line-height: 1.1em;
	font-weight: 700;
}

.logo strong+strong {
	font-size: .95em;
	line-height: 1.4em;
	font-weight: 400;
}

.logo h1 {
	margin: 0;
	font-size: 1em;
}

main .section {
	background: White;
	background-color: rgba(255, 255, 255, .88);
	padding: 30px;
}

.midCol, .rightCol, .leftCol {
	float: left;
}

.leftCol {
	width: 250px;
	margin-left: -1140px;
}

.midCol {
	margin-left: 250px;
	width: 890px;
	padding-left: 40px;
}

.rightCol {
	width: 190px;
	overflow: hidden;
	display: none;
}

.topBar {
	background: White;
	border-bottom: 1px solid #ececee;
	border-color: rgba(166, 168, 176, .2);
	min-height: 35px;
	font-size: .95em;
}

.topBar .section {
	padding-right: 20px;
	display: table;
}

.topBar:after {
	content: " ";
	display: block;
	clear: both;
}

.topBar a {
	color: #2D2E31;
	text-decoration: none;
	line-height: 35px;
	display: inline-block;
}

.mutace {
	display: table-cell;
	white-space: nowrap;
}

.mutace li {
	display: inline-block;
	padding-right: 20px;
}

.mutace a img {
	margin-right: 5px;
}

.topNav {
	display: table-cell;
	text-align: right;
	vertical-align: top;
	width: 100%;
}

.topNav a {
	display: block;
	padding: 0 10px;
}

.topNav li {
	margin: 0 0 0 6px;
	position: relative;
	float: left;
}

.topNav ul {
	float: right;
	text-align: left;
}

.topNav ul ul {
	position: absolute;
	left: 0;
	top: 35px;
	width: 200px;
	float: none;
	background: White;
	background-color: #609D1D;
	margin: 0;
	padding: 0;
	z-index: 5000;
}

.topNav ul ul li {
	padding: 0;
	float: none;
	margin: 0;
}

.topNav ul ul a, .topNav li:hover a, .topNav a.aktivni {
	color: white;
	background: #609D1D;
	text-decoration: none;
}

.topNav ul ul a {
	line-height: 1.2em;
	padding: 8px 10px;
}

.topNav ul ul li+li a {
	border-top: 1px solid #ececee;
	border-color: rgba(255, 255, 255, .2);
}

.topNav ul ul a:hover {
	text-decoration: underline;
}

.topNav ul:first-child li:last-child ul, .topNav ul:first-child li:nth-last-child(2) ul {
	left: auto;
	right: 0;
}

.topNav .open {
	display: none;
}

.topNav ul ul ul {
	left: 200px;
	top: 0;
}

.topNav ul:first-child li:last-child ul ul, .topNav ul:first-child li:nth-last-child(2) ul ul {
	right: 200px;
}

.topCont {
	display: table-cell;
	width: 50%;
	text-align: right;
	vertical-align: middle;
	padding: 15px 0;
}

.search, .loginBox {
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0;
}

.search {
	padding-left: 30px;
	white-space: nowrap;
}

.search fieldset {
	position: relative;
}

.search input {
	border: 1px solid #CBD5DB;
	border-right: 0;
	height: 33px;
	width: 100%;
	max-width: 230px;
	padding: 0 10px;
	padding-right: 40px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.search button {
	border-left: 0;
	height: 33px;
	min-width: 33px;
	padding: 0;
	margin-left: -33px;
	background: #ececee;
	text-align: center;
	line-height: 19px;
	border: 1px solid #CBD5DB;
	border-left: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.search button:hover {
	background: #118DC0;
	color: white;
	border-color: #118DC0;
}

.loginBox a, .showOn {
	text-decoration: none;
	color: #118DC0;
	line-height: 31px;
	margin: 0 0 0 3px;
	border: 1px solid #ececee;
	display: inline-block;
	padding: 0 8px;
	font-size: .95em;
}

.loginBox a.regBtn {
	font-weight: 600;
}

.loginBox i {
	color: #CBD5DB;
	margin-right: 2px;
}

.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: #0F7FAC;
	color: White;
	text-decoration: none;
}

.menu li:first-child {
	border: 0;
}

.menu li {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	z-index: 10;
}

.menu ul {
	margin: 0;
	padding: 0;
	background: #118DC0;
}

.menu ul ul {
	position: absolute;
	right: -250px;
	top: 0;
	width: 250px;
}

.menu ul ul a, .leftCol .menu li:hover a, .menu a.aktivni {
	background: #0F7FAC;
}

.menu ul ul a:hover {
	text-decoration: underline;
}

.content {
	padding-top: 1px;
	margin-top: -1px;
	min-height: 400px;
}

.content ul, .cke_editable ul {
	margin: 1em 0;
	padding: 0;
	list-style-image: none;
}

.content ul li, .cke_editable ul li {
	padding: .2em 0 .2em 0;
	position: relative;
	padding-left: 30px;
	display: table;
}

.content ul li:before, .cke_editable ul li:before {
	content: " ";
	background: #118DC0;
	display: block;
	clear: both;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 8px;
	height: 8px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: .9em;
}

.content:first-child h1 {
	margin: 0;
}

.footer {
	color: #646b6f;
	font-size: .95em;
	border-top: 1px solid #ececee;
	border-color: rgba(166, 168, 176, .2);
	background: #f8f8f8;
	margin-top: 30px;
}

.footer a {
	color: #646b6f;
	text-decoration: none;
}

.footer p, .UserFooter {
	margin: 0;
	line-height: 1.4em;
}

.footer .row {
	justify-content: space-between;
}

.footer .ft {
	padding: 30px 15px;
}

.footer p span {
	margin: 0 4px;
	color: Silver;
}

.tab, table[border="1"] {
	font-size: 1em;
	border-collapse: collapse;
	margin: 1em 0;
	width: auto;
	line-height: 1.3em;
	border: 1px solid #ececee;
	border-color: rgba(166, 168, 176, .2);
	border-width: 0;
}

.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);
}

.tab th, table[border="1"] th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	font-size: 1.1em;
	border: 0;
	padding: 6px 10px;
}

.tab td, table[border="1"] td {
	padding: 6px 10px;
}

.tab tr:nth-of-type(odd) {}

.tab th span {
	display: block;
	font-weight: normal;
	font-size: .85em;
}

.tab tr td:first-child, .tab tr th:first-child, table[border="1"] tr td:first-child, table[border="1"] tr th:first-child {
	padding-left: 0;
}

.numInput {
	text-align: right;
	vertical-align: middle;
	display: inline-block;
	position: relative;
}

.numInput input {
	width: 53px;
	padding-right: 18px;
	text-align: right;
	margin: 0;
}

.numInput span {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	cursor: pointer;
	color: #118DC0;
	background: #ececee;
	border: 1px solid #CBD5DB;
	padding: 0 1px;
	line-height: 15px;
}

.numInput span+span {
	top: auto;
	bottom: 0;
}

.numInput span:hover {
	color: #609D1D;
}

.bread {
	font-size: .9em;
	color: #646b6f;
	margin: 0 0 30px 0;
}

.bread a {
	color: #646b6f;
}

.bread i {
	margin: 0 5px;
}

.btn {
	background: #118DC0;
	border-color: #118DC0;
	text-align: center;
	color: White;
	text-decoration: none;
	display: inline-block;
	padding: 8px 10px;
	line-height: normal;
	vertical-align: middle;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: auto;
}

.btn i {
	color: white;
	color: rgba(255, 255, 255, .75);
	width: 2.5em;
	text-align: center;
}

.btn2 {
	border-color: #ececee;
	color: #118DC0;
}

.btnSquare, .btnIco {
	line-height: 31px;
	min-width: 33px;
	padding: 0;
	text-align: center;
	font-size: 1.3em;
	color: #CBD5DB;
	border-color: #ececee;
}

.btn.btnSend {
	background: #609D1D;
	border-color: #609D1D;
	color: White;
	font-weight: bold;
	text-transform: uppercase;
}

.btnSubmit {
	background: #609D1D;
	color: White;
	border-color: #609D1D;
	padding: 15px;
	text-transform: uppercase;
}

.btn .num {
	border-radius: 12px;
	display: inline-block;
	vertical-align: middle;
	color: #2d2e31;
	background-color: white;
	line-height: 24px;
	width: 24px;
	text-align: center;
	font-size: 11px;
	margin-left: 5px;
}

.btnIcoXs {
	min-width: 18px;
	line-height: 16px;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	font-size: 11px;
}

.btnSquare:hover i, .btn2 i {
	color: #118DC0;
	width: auto;
}

.loginBox a, .btn2, .navig a, .showOn {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ececee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ececee));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ececee 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ececee 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ececee 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ececee 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececee', GradientType=0);
}


/*hovers*/

a:hover, .anketa li:hover strong {
	color: black;
	text-decoration: underline;
}

.btn:hover {
	background: #609D1D;
	border-color: #609D1D;
	color: White;
	text-decoration: none;
}

.btn:hover i, .loginBox a:hover i, button:hover i {
	color: white;
	color: rgba(255, 255, 255, 1);
}

.btn2:hover, .btnSubmit:hover, .loginBox a:hover {
	background: #118DC0;
	color: White;
	text-decoration: none;
	border-color: #118DC0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.topBar a:hover {
	color: #118DC0;
}

.topBar a:hover {
	text-decoration: underline;
}

.anketa li:hover a {
	color: black;
}

.avatar {
	display: inline-block;
	margin: 0 auto;
	max-width: 150px;
	position: relative;
}

.avatar img {
	width: 100%;
	max-width: 150px;
	height: auto;
}

.avatar i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50px;
	display: block;
	cursor: pointer;
	background: #118DC0;
	color: white;
	right: -8px;
	top: -8px;
	text-align: center;
	position: absolute;
}

h1 a:hover {
	text-decoration: none;
}


/*animace*/

a, .btn, .btn i {
	-moz-transition: color 0.4s, border-color 0.4s, background-color 0.4s;
	-o-transition: color 0.4s, border-color 0.4s, background-color 0.4s;
	-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;
}

button, .navig a, .showOn {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
}

.btn2, .loginBox a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.leftCol .menu ul ul, .topBar .topNav ul ul {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.leftCol .menu ul ul, .topBar .topNav ul ul {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	visibility: hidden;
}

.leftCol .menu li:hover>ul, .topBar .topNav li:hover>ul {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
}
