/*VERZE 2.0*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.2em;
}

* {
	margin: 0;
}

*, *:before, *:after {
	box-sizing: border-box;
	background-clip: padding-box;
}

img {
	box-sizing: content-box;
}

.center {
	text-align: center !important;
}

.center-block {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
}

.right {
	text-align: right !important;
}

.left {
	text-align: left !important;
}

.justify {
	text-align: justify !important;
}

.kur {
	font-style: italic !important;
}

.light {
	font-weight: normal !important;
}

.bold {
	font-weight: bold !important;
}

.odskok {
	padding-top: 1em !important;
}

.bezmarginu, .nomargin {
	margin: 0 !important;
}

.bezmarginu-top, .nomargin-top {
	margin-top: 0 !important;
}

.bezmarginu-left, .nomargin-left {
	margin-left: 0 !important;
}

.bezmarginu-right, .nomargin-right {
	margin-right: 0 !important;
}

.bezmarginu-bottom, .nomargin-bottom {
	margin-bottom: 0 !important;
}

.nopad {
	padding: 0 !important;
}

.nopad-top {
	padding-top: 0 !important;
}

.nopad-left {
	padding-left: 0 !important;
}

.nopad-right {
	padding-right: 0 !important;
}

.nopad-bottom {
	padding-bottom: 0 !important;
}

.clear {
	clear: both !important;
}

.clear-left {
	clear: left !important;
}

.clear-right {
	clear: right !important;
}

.proexp {
	position: relative !important;
}

.bezramu, .noborder {
	border: 0 !important;
}

.bezpozadi, .nobg {
	background-image: none !important;
	background-color: transparent !important;
}

.hidden {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

.block {
	display: block !important;
}

.inline {
	display: inline !important;
}

.inline-block {
	display: inline-block !important;
}

.no, .none {
	display: none !important;
}

.nowrap {
	white-space: nowrap !important;
}

.full {
	width: 100% !important;
}

.auto {
	width: auto !important;
}

.hand {
	cursor: pointer;
}

.float-right {
	float: right !important;
}

.float-left {
	float: left !important;
}

.nofloat {
	float: none !important;
}

.top {
	vertical-align: top !important;
}

.middle {
	vertical-align: middle !important;
}

.bottom {
	vertical-align: bottom !important;
}

.abc {
	list-style-type: lower-alpha !important;
}

.bezodrazek {
	list-style-type: none !important;
}

.btn {
	cursor: pointer;
	overflow: visible;
}

.nounder {
	text-decoration: none !important;
}

.under {
	text-decoration: underline !important;
}


/*velikosti*/

.xxxs {
	font-size: .6em !important;
}

.xxs {
	font-size: .7em !important;
}

.xs {
	font-size: .8em !important;
}

.s {
	font-size: .9em !important;
}

.m {
	font-size: 1em !important;
}

.l {
	font-size: 1.1em !important;
}

.xl {
	font-size: 1.2em !important;
}

.xxl {
	font-size: 1.3em !important;
}

.xxxl {
	font-size: 1.4em !important;
}

.xxxxl {
	font-size: 1.5em !important;
}

.xxxxxl {
	font-size: 1.6em !important;
}

.xxxxxxl {
	font-size: 1.7em !important;
}

big {
	font-size: 1.2em;
}

small {
	font-size: .8em;
}

.lh-xxxs {
	line-height: .6em !important;
}

.lh-xxs {
	line-height: .7em !important;
}

.lh-xs {
	line-height: .8em !important;
}

.lh-s {
	line-height: .9em !important;
}

.lh-m {
	line-height: 1em !important;
}

.lh-l {
	line-height: 1.2em !important;
}

.lh-xl {
	line-height: 1.4em !important;
}

.lh-xxl {
	line-height: 1.6em !important;
}

.lh-xxxl {
	line-height: 1.8em !important;
}

.lh-xxxxl {
	line-height: 2em !important;
}

.lh-xxxxxl {
	line-height: 2.2em !important;
}


/*obrazky*/

.obr, .obr-left {
	float: left;
	margin: 0px 25px 5px 0;
	display: inline;
}

.obr2, .obr-right {
	float: right;
	margin: 0px 0px 5px 25px;
	display: inline;
}

.obr3, .obr-center {
	float: none;
	margin: 0px auto 12px auto;
	display: block;
}

.obr-text {
	vertical-align: text-bottom;
}

p, ul, ol {
	margin: 1em 0;
	padding: 0;
}

ol {
	padding-left: 2.2em;
}

ul {
	list-style-type: none;
}

ul ul, ol ol {
	margin: 1em 0em 1em 1.5em;
}

ul ul ul, ol ol ol {
	margin: 1em 0em 1em 3em;
}

q, blockquote {
	quotes: "\201E" "\201C";
}

figure {
	margin: 0;
}

address {
	font-style: normal;
	display: block;
	margin: .5em 0;
}

hr {
	height: 1px;
	color: #e8e8e8;
	background: #e8e8e8;
	clear: both;
	margin: 2em 0;
	padding: 0;
	border: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration: none;
}

th {
	text-align: left;
}

.borderbox, .col {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.col {
	float: left;
	width: 50%;
	padding-right: 5%;
}

.col+.col {
	float: left;
	width: 50%;
	padding-left: 5%;
	padding-right: 0;
}

input, textarea, select, button {
	font-family: inherit;
	line-height: normal;
	text-transform: none;
	font-size: 1em;
	vertical-align: middle;
	visibility: visible;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

textarea {
	font-size: 1em;
	font-family: inherit;
	overflow: auto;
	vertical-align: top;
}

table {
	font-size: 1em;
	font-family: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}

input[type="checkbox"], input[type="radio"] {
	border: 0;
	padding: 0;
	background: transparent none;
	margin: 0;
	width: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
}

h1 {
	font-size: 1.6em;
	margin: .8em 0;
	line-height: 1.2em;
}

h2 {
	font-size: 1.5em;
	margin: .8em 0;
	line-height: 1.2em;
}

h3 {
	font-size: 1.4em;
	margin: .8em 0;
	line-height: 1.2em;
}

h4 {
	font-size: 1.3em;
	margin: .8em 0;
	line-height: 1.2em;
}

h5 {
	font-size: 1.2em;
	margin: .8em 0;
	line-height: 1.2em;
}

.lomic {
	margin: 0;
	height: 1px;
	margin-top: -1px;
	clear: both;
}

.hlavni {
	margin-top: 0;
}

strong strong, strong, .bold .bold, .bold strong {
	font-weight: bold;
}

.checkableReplacement {
	background: transparent;
	border: 0;
	cursor: pointer;
	vertical-align: middle;
}

.shadow {
	box-shadow: 2px 2px 2px #575757;
}

.orez, .hellip {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.w25 {
	width: 25px !important;
}

.w50 {
	width: 50px !important;
}

.w100 {
	width: 100px !important;
}

.w200 {
	width: 200px !important;
}

.w300 {
	width: 300px !important;
}

.w400 {
	width: 400px !important;
}

.w500 {
	width: 500px !important;
}

.w600 {
	width: 600px !important;
}

.w700 {
	width: 700px !important;
}

.w150 {
	width: 150px !important;
}

.w250 {
	width: 250px !important;
}

.w350 {
	width: 350px !important;
}

.w450 {
	width: 450px !important;
}

.w10p {
	width: 10% !important;
}

.w20p {
	width: 20% !important;
}

.w30p {
	width: 30% !important;
}

.w40p {
	width: 40% !important;
}

.w50p {
	width: 50% !important;
}

.w60p {
	width: 60% !important;
}

.w80p {
	width: 80% !important;
}

.w90p {
	width: 90% !important;
}

.w25p {
	width: 25% !important;
}

.w75p {
	width: 75% !important;
}

.w33p {
	width: 33.33% !important;
}

.w66p {
	width: 66.66% !important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
	min-height: 1px;
	float: left;
	position: relative;
}

.col-1:after, .col-2:after, .col-3:after, .col-4:after, .col-5:after, .col-6:after, .col-7:after, .col-8:after, .col-9:after, .col-10:after, .col-11:after {
	content: " ";
	clear: both;
	display: block;
}

.col-pad5 {
	padding: 0 5px !important;
}

.col-pad10 {
	padding: 0 10px !important;
}

.col-pad15 {
	padding: 0 15px !important;
}

.col-pad20 {
	padding: 0 20px !important;
}

.col-pad25 {
	padding: 0 25px !important;
}

.col-pad30 {
	padding: 0 30px !important;
}

.col-pad50 {
	padding: 0 50px !important;
}

.col-1 {
	width: 8.333333333333332%;
}

.col-2 {
	width: 16.666666666666664%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.33333333333333%;
}

.col-5 {
	width: 41.66666666666667%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.333333333333336%;
}

.col-8 {
	width: 66.66666666666666%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.33333333333334%;
}

.col-11 {
	width: 91.66666666666666%;
}

.col-12 {
	width: 100%;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
	clear: both;
}

.row-pad0 {
	margin-left: 0;
	margin-right: 0;
	clear: both;
}

.row-pad5 {
	margin-left: -5px;
	margin-right: -5px;
	clear: both;
}

.row-pad10 {
	margin-left: -10px;
	margin-right: -10px;
}

.row-pad20 {
	margin-left: -20px;
	margin-right: -20px;
}

.row-pad25 {
	margin-left: -25px;
	margin-right: -25px;
}

.row-pad30 {
	margin-left: -30px;
	margin-right: -30px;
}

.row-pad50 {
	margin-left: -50px;
	margin-right: -50px;
}

.row h1:first-child, .row h2:first-child, .row h3:first-child, .row h4:first-child, .row h5:first-child {
	margin-top: 0;
}

.row div[class^="col"] {
	padding: 0 15px;
}

.row-pad5 div[class^="col"] {
	padding: 0 5px;
}

.row-pad10 div[class^="col"] {
	padding: 0 10px;
}

.row-pad20 div[class^="col"] {
	padding: 0 20px;
}

.row-pad25 div[class^="col"] {
	padding: 0 25px;
}

.row-pad30 div[class^="col"] {
	padding: 0 30px;
}

.row-pad50 div[class^="col"] {
	padding: 0 50px;
}

.separated div[class^="col"] {
	border-left: 1px solid #ccd8df;
	border-right: 1px solid #ccd8df;
}

.separated div[class^="col"]:first-child {
	border-left: 0;
}

.separated div[class^="col"]:last-child {
	border-right: 0;
}

.separated div[class^="col"]+div[class^="col"] {
	margin-left: -1px;
}

.separated div[class^="col"] {
	border-color: #ccd8df;
}

.img-responsive, .responsive-img {
	height: auto;
	width: 100%;
}

.img-circle {
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.arrow {
	width: 11px;
	position: absolute;
	left: 10px;
	top: -6px;
}

.arrow span:after, .arrow span:before, .arrow:after {
	content: " ";
	background: white;
	width: 1px;
	height: 1px;
	margin: 0 auto;
	display: block;
	border-width: 0 1px;
	border-style: solid;
	border-color: #cbd5db;
}

.arrow:before {
	content: " ";
	background: #cbd5db;
	width: 1px;
	height: 1px;
	margin: 0 auto;
	display: block;
}

.arrow span:before {
	width: 3px;
}

.arrow span:after {
	width: 5px;
}

.arrow span+span:before {
	width: 7px;
}

.arrow span+span:after {
	width: 9px;
}

.arrow:after {
	width: 11px;
}

.vertical .arrow {
	width: 11px;
	position: absolute;
	left: -6px;
	top: 22px;
}

.vertical .arrow span:after, .vertical .arrow span:before, .vertical .arrow:after {
	display: inline-block;
	float: left;
	width: 1px;
	border-width: 1px 0;
}

.vertical .arrow:before {
	margin: 5px 0 0 0;
	display: inline-block;
	float: left;
	width: 1px;
	border-width: 0;
}

.vertical .arrow span:before {
	height: 3px;
	margin-top: 4px;
}

.vertical .arrow span:after {
	height: 5px;
	margin-top: 3px;
}

.vertical .arrow span+span:before {
	height: 7px;
	margin-top: 2px;
}

.vertical .arrow span+span:after {
	height: 9px;
	margin-top: 1px;
}

.vertical .arrow:after {
	height: 11px;
	margin-top: 0;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

html {
	background: White;
	margin: 0;
	padding: 0;
	min-width: 1200px;
}

body {
	background: White;
	margin: 0;
	padding: 0;
	min-width: 1200px;
}

html, body, input, textarea, select, table {
	font-family: 'Roboto', sans-serif;
	color: black;
	font-weight: 400;
}

.awe, .btnBox .logBtn.rollOut:before, .showOn.rollOut em:before, .tab .sort span:after {
	content: "\f106";
	font-size: 20px;
	display: inline-block;
	font-family: 'FontAwesome';
	line-height: 1;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}


/* Icomoon */

@font-face {
	font-family: 'icomoon';
	src: url('/fonts/icomoon.eot');
	src: url('/fonts/icomoon.eot#iefix') format('embedded-opentype'), url('/fonts/icomoon.ttf') format('truetype'), url('/fonts/icomoon.woff') format('woff'), url('/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"], .icomoon, .fa-times {
	vertical-align: middle;
	display: inline-block;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

hr {
	color: #e8e8e8;
	background: rgba(0, 0, 0, .1);
	clear: both;
}

h1, h2, h3, h4, h5 {
	font-weight: 300;
}

h1 {
	font-size: 2.45em;
	margin: .8em 0 20px 0;
}

h2 {
	font-size: 2.1em;
	margin: .8em 0 20px 0;
}

h3 {
	font-size: 1.9em;
	margin: 1.5em 0 20px 0;
}

h4 {
	font-size: 1.5em;
	margin: 1.5em 0 20px 0;
}

h5 {
	font-size: 1.25em;
	font-weight: 400;
	margin: 1.5em 0 20px 0;
}

.HPindex h2 {
	font-size: 2.45em;
}

a {
	color: #e01e20;
}

input, textarea, select, button, .btn {
	margin: 0;
	border: 1px solid #cbd5db;
	padding: 15px;
	display: inline-block;
	background: White;
	text-decoration: none;
	width: 100%;
	line-height: 1.45em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

input[type=text]:-moz-read-only {
	background: #e8e8e8 !important;
	opacity: .5;
}

input[type=text]:read-only {
	background: #e8e8e8 !important;
	opacity: .5;
}

body {
	font-size: .9em;
	line-height: 1.6em;
}

#base {
	position: relative;
	padding-top: 65px;
}

.topBar-in, .header-in, .main-in, .footer-in {
	width: 1230px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #e01e20;
	z-index: 9;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.header-in:after {
	content: " ";
	display: block;
	clear: both;
}

.header-in {
	display: table;
	padding: 0;
}

.header-in .logo {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}

.header-in .logo a {
	display: table;
	text-decoration: none;
}

.header-in .logo span {
	height: 60px;
	display: table-cell;
	vertical-align: middle;
}

.header-in .logo img {
	width: 138px;
	height: 55px;
}

.header-in .logo h1 {
	margin: 0;
}

.midCol, .rightCol, .leftCol {
	float: left;
}

.leftCol {
	width: 250px;
}

.midCol {
	width: 75%;
}

.rightCol {
	width: 25%;
	padding: 30px 0 30px 30px;
}

.xLayout .midCol {
	width: 100%;
	float: none;
}

.showOn {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: black;
	width: 65px;
	text-align: center;
	margin-left: 10px;
	cursor: pointer;
}

.showOn em {
	display: table-cell;
	height: 65px;
	vertical-align: middle;
	width: 65px;
	font-style: normal;
}

.showOn span {
	display: block;
	background: white;
	width: 18px;
	margin: 2px auto;
	height: 3px;
}

.showOn:hover span {
	background: black;
}

.showOn.rollOut {
	background: black;
	background-color: rgba(0, 0, 0, .95);
	color: white;
}

.showOn.rollOut span {
	display: none;
}

.showOn.rollOut em:before {
	content: "\f00d";
	color: white;
	text-align: center;
	font-size: 18px;
}

.btnBox {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 13px;
}

.btnBox>a, .btnBox .logBtn span {
	display: inline-block;
	cursor: pointer;
	line-height: 31px;
	padding: 0 13px;
	text-decoration: none;
	color: black;
	border: 1px solid white;
	background: white;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.btnBox .logBtn span {
	background: black;
	color: white;
	border-color: black;
}

.btnBox .logBtn span em {
	vertical-align: middle;
	line-height: 1.2em;
	font-style: normal;
	display: inline-block;
	max-width: 160px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.btnBox>a:hover, .btnBox .logBtn:hover span {
	text-decoration: none;
	border-color: black;
	background: black;
	color: white;
}

.btnBox .logBtn:hover span {
	background: white;
	color: black;
	border-color: white;
}

.btnBox .logBtn {
	line-height: 65px;
	display: inline-block;
	margin-left: 13px;
	position: relative;
}

.btnBox .logBtn.rollOut {
	background: black;
	background-color: rgba(0, 0, 0, .95);
	cursor: pointer;
}

.btnBox .logBtn.rollOut span {
	visibility: hidden;
}

.btnBox .logBtn.rollOut:before {
	content: "\f00d";
	color: white;
	position: absolute;
	cursor: pointer;
	left: 50%;
	width: 2em;
	text-align: center;
	margin-left: -1em;
	display: inline-block;
	line-height: 65px;
	font-size: 18px;
}

.btnBox .logBtn i {
	font-size: 16px;
	vertical-align: middle;
}

.btnBox .myLink {
	background: #e01e20;
	color: white;
	border-color: #e01e20;
	margin-left: 13px;
}

.loginBox {
	display: none;
	position: absolute;
	white-space: normal;
	line-height: 1.3em;
	font-size: 1em;
	text-align: left;
	top: 65px;
	right: 0;
	z-index: 100;
	width: 375px;
}

.loginBox-in {
	position: relative;
	z-index: 300;
	background: black;
	background-color: rgba(0, 0, 0, .95);
	color: white;
}

.loginBox-in:after {
	content: " ";
	display: block;
	clear: both;
}

.loginBox .h3 {
	margin: 0;
	line-height: 1.2em;
	font-size: 1.4em;
	font-weight: 300;
}

.loginBox .btn {
	width: 100%;
	text-align: left;
}

.loginBox .btn i {
	float: right;
	font-size: 12px;
	line-height: 20px;
}

.loginBox .btn:hover {
	background: #c1c1c2;
	border-color: #c1c1c2;
	color: black;
}

.loginBox p {
	margin: 10px 0;
}

.loginBox form {
	padding: 25px 40px;
}

.loginBox input {
	font-style: italic;
}

.loginBox a {
	color: white;
	color: rgba(255, 255, 255, .6);
	text-decoration: none;
}

.loginBox a:hover {
	color: white;
}

.rr {
	float: left;
	width: 50%;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #4b4b49;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.3em;
	padding: 25px;
}

.rr+.rr {
	border-left: 1px solid rgba(255, 255, 255, .1);
}

.rr:hover {
	color: white;
	background: #a61920;
	text-decoration: none;
}

.rr i {
	color: white;
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 26px;
}

.rr:hover i {
	color: white;
}

.topNav {
	display: none;
	white-space: normal;
	position: absolute;
	z-index: 101;
	right: 0;
	top: 65px;
	background: black;
	background-color: rgba(0, 0, 0, .95);
	color: white;
	width: 350px;
	padding: 8px 0;
}

.topNav a {
	display: block;
	padding: 8px 30px;
	text-decoration: none;
	color: white;
	font-size: 1.4em;
	line-height: 1.2em;
}

.topNav ul {
	margin: 0;
	text-align: left;
}

.topNav ul ul {
	display: none;
}

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

.topNav ul ul a, .topNav li:hover a, .topNav a.aktivni {
	color: white;
	background: #e01e20;
	text-decoration: none;
}

.topNav ul ul a {
	line-height: 1.2em;
	padding: 8px 10px;
}

.topNav ul ul li+li a {
	border-top: 1px solid #e9e9e9;
	border-color: rgba(166, 168, 176, .2);
}

.topNav ul ul a:hover {
	background: White;
}

.topNavBtn, .topNavBtnLogIn {
	display: none;
}

.topCont {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 13px;
	text-align: right;
	white-space: nowrap;
}

.search {}

.search input {
	border-right: 0;
	height: 33px;
	width: 100%;
	max-width: 220px;
	min-height: 0;
}

.search button {
	border-left: 0;
	height: 33px;
	min-width: 33px;
	background: #f7f7f8;
	text-align: center;
	line-height: 19px;
}

.search button span {
	display: none;
}

.mutace {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.mutace ul {
	position: absolute;
	left: 0;
	top: 32px;
	width: 80px;
	background: black;
	background-color: rgba(0, 0, 0, .95);
	z-index: 100;
	margin: 0;
	padding: 2px 0 0 0;
	display: none;
	padding-bottom: 1px;
	background-clip: padding-box;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}

.mutace i {
	font-size: 18px;
	vertical-align: middle;
	margin-left: 5px;
	position: absolute;
	top: 1px;
	right: 1px;
	text-align: center;
	width: 37px;
	height: 37px;
	line-height: 37px;
	color: black;
}

.mutace span {
	line-height: 31px;
	margin: 0;
	padding: 0;
	padding: 0 5px;
	min-width: 80px;
	text-align: center;
	cursor: pointer;
	display: block;
	color: white;
	text-decoration: underline;
	border: 1px solid transparent;
}

.mutace:hover span {
	color: black;
}

.mutace li a {
	margin: 0;
	padding: 0;
	line-height: 28px;
	padding: 0 5px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: white;
}

.mutace li {
	line-height: normal;
	height: auto;
	display: block;
	padding: 0 0 5px 0;
}

.mutace img {
	display: block;
	border: 1px solid #E7E7E7;
}

.mutace li a:hover {
	color: white;
	text-decoration: underline;
}

.mutace.rollOut span {
	background: black;
	background-color: rgba(0, 0, 0, .95);
	color: white;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

.mutace.rollOut ul {
	display: block;
}

.content {
	padding: 30px 0;
}

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

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

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

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

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

.footer {
	background: #e01e20;
	color: white;
}

.footer a, .footer .row+.row {
	color: white;
	color: rgba(255, 255, 255, .6);
}

.footer a:hover {
	color: white;
}

.footer .row+.row img {
	padding: 10px 0;
	display: inline-block;
}

.footer h3 i {
	display: block;
	font-size: 60px;
	line-height: 94px;
}

.footer h3 i.icon-faq2, .footer h3 i.icon-faq {
	font-size: 40px;
	margin: 14px 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 66px;
	line-height: 62px;
	border: 2px solid white;
	text-align: center;
}

.footer h3 {
	font-size: 1.4em;
	margin: 0;
}

.footer .col-4 {
	margin-top: 20px;
}

.footer li {
	padding: 3px 0;
	line-height: 1.2em;
}

.footerClaim {
	font-weight: 400;
	font-size: 1.9em;
	text-align: right;
	margin: 0;
	line-height: 1.2em;
	padding-top: 87px;
}

.footer h3 span {
	color: black;
}

.soc {
	text-align: right;
	margin-top: 30px;
	display: block;
}

.soc a {
	border: 1px solid white;
	/*color: white;*/
	background: white;
	color: #e01e20;
	text-decoration: none;
	width: 96px;
	line-height: 94px;
	text-align: center;
	font-size: 50px;
	display: inline-block;
	margin-left: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.soc a:hover {
	background: white;
	color: #e01e20;
}

.ff {
	float: left;
	padding: 0 15px;
	padding-right: 70px;
}

.main {
	/*background: white url(../img/bgtext.jpg) no-repeat center 0;*/
	background-size: 100% auto;
	background: #f5f5f5;
}

.index h2, .blok9 h2, .blok11 h2, .blok10 h2 {
	margin: 10px 0 25px 0;
}

.index h2 {
	text-align: center;
}

.blok1 {
	background: white url(../img/bg1.jpg) no-repeat center 100%;
	color: white;
}

.blok1 .main-in {
	padding: 0 0;
}

.blok1 p {
	margin-bottom: 0;
}

.rozc h2 {
	font-size: 1em;
	display: table;
	width: 100%;
	margin: 0 0 0 0;
}

.blok1 h2, .stdRozc .rozc h2 {
	margin: 0 0 20px 0;
	text-align: left;
}

.blok1 h1 {
	font-size: 2.1em;
	margin: 0 0 20px 0;
}

.stdRozc .rozc h2 {
	margin: 20px 0 0 0;
	;
}

.rozc h2 strong {
	display: block;
	font-size: 2.45em;
	font-weight: 300;
	line-height: 1.1em;
	margin-bottom: 15px;
}

.rozc a, .rozc em {
	color: white;
	font-style: normal;
	text-decoration: none;
	display: block;
	background: transparent url(../img/r1.jpg) no-repeat 0 center;
	background-size: auto 100%;
	padding: 30px;
	height: 216px;
	vertical-align: middle;
	display: table-cell;
}

.rozc .r2 {
	background-image: url(../img/r2.jpg);
}

.rozc .r3 {
	background-image: url(../img/r3.jpg);
}

.rozc .r4 {
	background-image: url(../img/r4.jpg);
}

.rozc a:hover .btn {
	text-decoration: none;
	border-color: #c1c1c2;
	background: white;
	color: black;
}

.rozc a:hover {
	background-size: auto 105%;
	color: white;
	text-decoration: none;
}

.rozc a:hover, .rozc a {
	-webkit-transition: all 0.2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
}

.rozcUp {
	position: absolute;
	z-index: 10;
	width: 100%;
	display: none;
	overflow: visible !important;
}

.rozcUp:after {
	content: " ";
	display: block;
	clear: both;
}

.rozcUp h2 {
	float: left;
	width: 50%;
	position: relative;
}

.rozcUp .rozc {
	position: relative;
	z-index: 11;
}

.over {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(31, 57, 72, .9);
	z-index: 10;
	left: 0;
	top: 0;
}

.rozcClose {
	color: white;
	position: absolute;
	right: 0;
	line-height: 92px;
	top: -92px;
	z-index: 12;
	text-align: center;
	width: 60px;
	font-size: 20px;
	cursor: pointer;
}

.rozcClose:hover {
	color: #e01e20;
}

.rozc a.vybrano {
	background-size: auto 100%;
	cursor: default;
}

.rozc em span {
	text-transform: uppercase;
	line-height: 50px;
	/*text-transform: uppercase; position: absolute; width: 100%; height: 100%; background: rgba(224, 30, 32, .8) url(../img/ok.png) no-repeat 30px 30px; left: 0; top: 0;padding: 30px; padding-top: 120px;   */
}

.rozc em:after {
	content: " ";
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
	background: rgba(224, 30, 32, .7) url(../img/ok.png) no-repeat 90% center;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
	background-size: auto 35%;
}

.blok2 {
	background: white url(../img/bg2.jpg) no-repeat center 100%;
	background-size: cover;
	text-align: center;
}

.blok2 .content {
	min-height: 480px;
}

.blok2 .fung {
	margin: 30px 0;
	padding: 0;
	list-style-type: none;
}

.blok2 .fung li {
	float: left;
	width: 33.333%;
	text-align: center;
	padding: 0 20px;
	position: relative;
}

.blok2 .fung:after {
	content: " ";
	display: block;
	clear: both;
}

.blok2 .fung strong {
	font-weight: 300;
	font-size: 2.45em;
	display: block;
	padding: 15px 0;
	line-height: 1.1em;
	max-width: 250px;
	margin: 0 auto;
}

.blok2 .fung i {
	font-size: 80px;
	line-height: 85px;
}

.blok2 .fung li::before {
	left: 50%;
	margin-left: -100px;
	top: 10%;
}

.blok2 .fung li+li::after {
	width: 35%;
	position: absolute;
	left: -25%;
	top: 10%;
	border-bottom: 1px #b6b7b6 dashed;
	display: block;
	height: 18px;
	z-index: 2;
	content: " ";
}

.blok2 .fung img {
	height: 80px;
	display: block;
	margin: 0 auto 5px auto;
}

.blok2 .main-in, .blok3 .main-in, .blok4 .main-in {
	width: 100%;
	max-width: 990px;
	padding: 0 15px;
}

.blok3 {
	background: white;
}

.news {
	text-align: right;
	margin-top: -40px;
}

.blok4 {
	background: white url(../img/bg12.jpg) no-repeat center 0;
	background-size: cover;
	text-align: center;
}

.white {
	color: white;
}

.loga {
	display: flex;
	flex-flow: row wrap;
	gap: 6px 30px;
	justify-content: center;
}

.loga span {
	object-fit: scale-down;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 150px;
	flex: auto;
	height: 80px;
}

.loga a {
	display: block;
	height: 80px;
}

.loga img {
	object-fit: scale-down;
	width: 100%;
	height: 100%;
}

.blok5 {
	background: #fff none;
	padding: 10px;
}

.claim {
	text-align: right;
	color: #e01e20;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: -85px;
	margin-top: 0;
	padding-top: 20px;
}

.claim img {
	display: inline-block;
	margin-bottom: 8px;
	margin-left: 5px;
	vertical-align: middle;
}

.claim span {
	display: inline-block;
}

.zadost {
	position: relative;
	z-index: 90;
	text-align: center;
	padding: 25px 0;
	margin: 0;
	margin-bottom: -125px;
}

.HPindex .zadost {
	padding-top: 0;
}

.blok5 .content {
	padding: 0;
}


/*.blok6 {
background: #E3F2F9 url(../img/bg6.jpg) no-repeat center 0;
}*/

.blok7 {
	background: white;
}

.blok7 .content {
	padding: 15px 30px 0 30px;
	text-align: center;
}

.blok7 h2 {
	margin: 0 0 30px 0;
	font-size: 2.45em;
}

.stepsBlok ~ .blok7 {
	margin-top: -15px;
}

.blok8 {
	background: white;
}

.box, .textBox {
	background: white;
	color: black;
	padding: 25px;
	background-color: rgba(255, 255, 255, .9);
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 2px rgba(0, 0, 0, .1);
}

.box h5:first-child {
	margin-top: 0;
}

.box h5, .blok8 h5 {
	margin-bottom: 10px;
}

.box table, .blok8 table, .box .btn {
	width: 100%;
	max-width: 300px;
}

.box th, .blok8 th {
	font-weight: 400;
	padding-right: 15px;
	color: #596a74;
	vertical-align: top;
}

.box th, .box td, .blok8 td, .blok8 td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.textBox {
	margin-bottom: 20px;
	padding: 15px 20px;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

.textBox h3 i {
	opacity: .6;
}

.textBox h3 {
	margin-bottom: 20px;
	font-weight: 400;
	margin-top: 0;
	font-size: 1.4em;
}

.textBox h2 {
	font-size: 1.4em;
	margin: -20px -20px 15px -20px;
	padding: 15px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: 400;
}

.form .help .popup, .textBox .help .popup {
	top: -17px;
	z-index: 10;
}

.form .help strong, .textBox .help strong {
	width: 16px;
	height: 16px;
	line-height: 14px;
	font-size: 11px;
}

.status strong {
	font-size: 1.25em;
	margin-right: 10px;
}

.status {
	margin-left: -20px;
	margin-right: -20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 1px 0;
	padding: 10px 20px;
	margin-bottom: 10px;
	background: #f8f8f8;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.cntTab td {
	font-size: .95em;
	line-height: 1.35em;
	padding: 2px 10px 2px 0;
}

.clickMore {
	cursor: pointer;
}

.clickMore:hover {
	color: #e01e20;
}

.row.forTextBox:after, .row.forTextBox:before {
	display: none;
}

.row.forTextBox {
	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;
}

.row.forTextBox > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

.textBox .tabBox {
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 20px;
}

.tt > strong.cena {
	color: #E01E20;
	font-weight: 700;
	font-size: 2em;
}

.tt > strong {
	font-size: 1.15em;
	line-height: 1.2em;
	margin: 4px 0;
	display: block;
}

.tt .pozn strong {
	display: inline-block;
	padding: 0 8px;
	border-radius: .7em;
	line-height: 1.4em;
	background: black;
	color: white;
}

.tt .pozn {
	margin-top: 7px;
	display: block;
}

.blok8 ul li:before {
	display: none;
}

.blok8 ul li {
	margin: 0;
	padding: 0;
}

.blok8 ul {
	margin: 0 0 0 0;
}

.faqBlok {
	padding-bottom: 0;
}

.faq h3, .faq h2 {
	margin: 0;
	font-size: 1.4em;
	cursor: pointer;
}

.faq h3 a, .faq h2 a {
	color: black
}

.faq h3 a:hover, .faq h2 a:hover {
	color: #e01e20;
}

.faqBlok .faq li {
	padding: 10px 0 10px 40px;
}

.answer {
	padding: 1px 0;
}

.answer p {
	margin: 8px 0;
}

.faqBlok .faq li:before {
	display: none;
}

.content .faq i {
	color: #e01e20;
	font-size: 36px;
	margin-left: -40px;
	width: 40px;
	min-width: 40px;
}

.tel, .tel:hover {
	color: black;
	text-decoration: none;
}

.contact {
	background: white;
}

.contact h2 {
	margin-top: 0;
}

.content i {
	min-width: 1.6em;
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ol li {
	counter-increment: step-counter;
	padding: 8px 0 8px 50px;
	position: relative;
}

ol li::before {
	content: counter(step-counter);
	display: inline-block;
	color: white;
	position: absolute;
	left: 0;
	top: 4px;
	background: #e01e20;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.question {
	margin: 0 auto;
	max-width: 600px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 420px;
}

.question h1 {
	font-size: 2.45em;
	margin-top: 0;
}

.question .btn {
	min-width: 150px;
	margin: 0 5px;
	margin-top: 20px;
}

.question img {
	display: inline-block;
	margin: 0 30px 0 0;
}

.questionIco {
	text-align: left;
	max-width: 300px;
	display: inline-block;
}

.stepsH1 {
	line-height: 92px;
	margin: 0;
	background: white;
	color: #e01e20;
	position: relative;
}

.stepsH1 h1 {
	margin: 0;
	line-height: 1.2em;
	padding-left: 130px;
	padding-right: 175px;
}

.stepsH1 h1 span {
	display: table-cell;
	height: 92px;
	vertical-align: middle;
}

.change {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 92px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	width: 192px;
	font-size: 1.1em;
	border-left: 1px solid rgba(0, 0, 0, .1);
}

.change span {
	margin-right: 15px;
}

.stepsBlok .content {
	padding-top: 0;
}

.stepsBlok {
	margin-bottom: 30px;
}

.stepsBlok .form fieldset {
	border-color: rgba(255, 255, 255, .3);
}

.stepsBlok .content {
	position: relative;
}

.stepsH1:after {
	content: " ";
	width: 100%;
	height: 100%;
	background: white;
	display: block;
	position: absolute;
	left: -100%;
	top: 0;
}

.change:hover {
	background: black;
	color: white;
	border-color: black;
}

.stepsBlok .form {
	color: white;
	padding-left: 140px;
}

.stepsBlok .form h2 {
	text-align: center;
}

.stepsBlok .form h3 {
	text-align: center;
	margin: 5px 0 0 0;
	padding: 0 40px;
}

.form label~p {
	margin: 0;
}

.form .btnMini {
	margin-top: 1px;
	margin-bottom: 1px;
}

.stepsBlok .form .fa-times, .remove {
	color: white;
	font-size: 20px;
	float: right;
	width: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	margin-right: -40px;
	margin-top: -10px;
}

.remove {
	color: black;
	margin: 0 0 -10px 0;
	position: relative;
	z-index: 5;
}

.stepsBlok .form .fa-times:hover, .remove:hover {
	color: #e01e20;
}

.ta {
	text-align: center;
	margin-bottom: 20px;
}

.ta .btn {
	min-width: 150px;
	margin: 5px 5px;
}

.kod .btn {
	width: 100px;
	margin: 0;
	margin-left: -100px;
	min-width: 50px;
}

.stepsBlok .form .kod .fa-times {
	float: none;
	line-height: 54px;
	color: #596a74;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.stepsBlok .form .kod .fa-times:hover {
	color: #e01e20;
}

.form .kod {
	margin: 20px auto 0 auto;
	max-width: 440px;
	display: block;
	white-space: nowrap;
	position: relative;
}

.submit {
	padding-top: 40px;
	text-align: center;
	background: transparent url(../img/stin.png) no-repeat center 100%;
	padding-bottom: 40px;
	margin-bottom: -115px;
}

.stepsBlok hr {
	background: rgba(255, 255, 255, .3);
	margin: 2em auto;
	max-width: 50%;
}

.StdItem {
	position: relative;
}

.stepsBlok, .event1 {
	background: #607a84 url(../img/bg7.jpg) no-repeat center 0;
	background-size: 100% auto;
}

.stepsBlok .stepsH1 h1 {
	background: transparent url(../img/key.svg) no-repeat;
	background-size: 92px 92px;
}

.event-late .stepsH1 h1, article.event-late {
	background-image: url(../img/zpozdeni-red.svg);
}

.event-deny {
	background-image: url(../img/bg10.jpg);
}

.event-deny .stepsH1 h1, article.event-deny {
	background-image: url(../img/odepreni-red.svg);
}

.event-cancel {
	background-image: url(../img/bg9.jpg);
}

.event-cancel .stepsH1 h1, article.event-cancel {
	background-image: url(../img/zruseni-red.svg);
}

.event-miss {
	background-image: url(../img/bg8.jpg);
}

.event-miss .stepsH1 h1, article.event-miss {
	background-image: url(../img/zmeskany-red.svg);
}

.potvrzeni {
	width: 100%;
	max-width: 380px;
	padding: 20px 15px;
	z-index: 10000;
	background-color: #F4F4F4;
	border: 1px solid silver;
	top: 20%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	position: fixed;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, .5);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .5);
	z-index: 10005;
}

.potvrzeni p {
	padding: 0;
	margin: 1em 0 0 0;
}

.potvrzeni button {
	padding: 10px;
	min-width: 50px;
	text-align: center;
	width: auto;
	font-size: 1em;
}

.potvrzeni h4 {
	margin: 0;
}

.potvrzeni .btn {
	line-height: 2em;
	font-size: 1.1em;
	padding: 0 10px;
	width: auto;
	min-width: 100px;
}

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

.tab td, .tab th, table[border="1"] td, table[border="1"] th {
	border: 0;
	border: 1px solid #e9e9e9;
	border-color: rgba(166, 168, 176, .3);
	padding: 10px 10px;
	background: white;
}

.tab th, table[border="1"] th {
	font-weight: 400;
	background: #e01e20;
	color: white;
	font-weight: 400;
	font-size: 1em;
	padding: 10px 10px;
}

.kompenzaceTab th {
	border-bottom: 2px solid #e01e20;
	background: #f0f0f0;
	color: black;
}

.kompenzaceTab th, .kompenzaceTab td {
	font-size: .9em;
	line-height: 1.25em;
	font-weight: 400;
	padding: 10px 12px;
}

.tab tr:nth-of-type(even) td {
	background: #f8f8f8;
}

.form p {
	margin: 20px 0 0 0;
}

.form p.noLabel {
	margin: 37px 0 0 0;
}

.form p.noLabel .btn {
	margin: 0;
}

.tab .sort {
	cursor: pointer;
	padding: 0;
}

.tab .sort:hover span {
	background: white;
}

.tab .sort span:after {
	position: absolute;
	right: 10px;
	top: 50%;
	line-height: 19px;
	content: "\f0dc";
	color: rgba(0, 0, 0, .2);
	margin-top: -8px;
}

.tab .sort span {
	display: block;
	position: relative;
	padding: 10px;
	padding-right: 26px;
}

.tab .sort-down span:after {
	content: "\f0d7";
	color: black;
}

.tab .sort-up span:after {
	content: "\f0d8";
	color: black;
}

.tab .sort a {
	text-decoration: none;
	color: black;
}

.tabScroll {
	overflow: auto;
}

.kompenzaceTab .sort span {
	display: block;
	position: relative;
	padding: 10px 5px 10px 12px;
	padding-right: 26px;
}

a.num {
	margin: 0 0 0 3px;
}

a.num:hover {
	background: #e01e20;
	color: white;
	text-decoration: none;
}

.dataTab {
	width: auto;
}

.dataTab th {
	background: white;
	color: black;
	font-size: .9em;
	line-height: 1.25em;
}

.dataTab th, .dataTab td {
	padding: 12px 20px;
}

.dataTab td {
	font-weight: 700;
}

.dataTab tr:nth-of-type(even) th {
	background: #f8f8f8;
}

.detTab td {
	padding: 7px 20px;
}

.detTab th {
	padding: 7px 20px;
	padding-left: 0;
	vertical-align: top;
}

.detTab ul, .detTab ul li {
	margin: 0;
}

.removeInput input {
	padding-right: 50px;
}

.removeInput {
	position: relative;
	display: block;
}

.removeInput .remove {
	float: none;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 2;
	height: 54px;
	line-height: 50px;
	width: 40px;
	margin: 0;
}

.tab p {
	margin: 0;
}

.suma {
	max-width: 300px;
}

.suma a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 4px 5px;
	margin: 0 -5px;
	line-height: 26px;
}

.suma p {
	margin: 0 0;
	text-align: right;
	padding: 1px 0;
	clear: both;
}

.num {
	background: #596a74;
	-moz-border-radius: 13px;
	margin: 0 5px;
	border-radius: 13px;
	text-decoration: none;
	-webkit-border-radius: 13px;
	display: inline-block;
	vertical-align: middle;
	color: white;
	text-align: center;
	min-width: 26px;
	line-height: 26px;
	font-size: .9em;
	padding: 0 5px;
}

.suma .num {
	background: #e01e20;
}

.suma i {
	width: 1.25em;
	color: #596a74;
	font-size: 20px;
	text-align: center;
	margin-right: 5px;
	line-height: 26px;
	vertical-align: middle;
}

.suma em {
	font-style: normal;
	float: left;
}

.suma a:hover {
	background: #e01e20;
	color: white;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.suma a:hover i {
	color: white;
}

.suma a:hover .num {
	color: #e01e20;
	background: white;
}

.form {
	margin: 1.5em 0 0 0;
}

.form label {
	display: block;
	padding: 10px 0 4px 0;
	font-weight: 400;
}

.form label .red {
	margin-left: 10px;
}

.pozn {
	font-size: .9em;
	line-height: 1.25em;
	color: rgba(0, 0, 0, .75);
}

.plusko {
	float: left;
	margin-right: 10px;
	cursor: pointer;
	width: 36px;
	line-height: 36px;
	height: 36px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	color: white;
	background: #e01e20;
	font-size: 12px;
	text-align: center;
}

.plusko:hover {
	background: black;
	color: White;
}

.plusko i {
	color: white;
}

.help-block {
	font-size: .8em;
	line-height: 1.25em;
	color: rgba(0, 0, 0, .7);
	display: block;
	padding-top: 2px;
	margin: 0;
}

.form h4 {
	margin-top: 0;
}

.gray {
	color: rgba(0, 0, 0, .6);
}

.red {
	color: #e01e20;
}

.white {
	color: white;
}

.black {
	color: black;
}

a.white:hover {
	text-decoration: underline !important;
	color: white;
}

a.black:hover {
	text-decoration: underline !important;
	color: black;
}

fieldset {
	display: block;
	margin: 0;
}

fieldset+fieldset, .StdItem+.StdItem {
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding: 10px 0 0 0;
	margin-top: 10px;
}

.form fieldset.noline {
	border-top: 0;
	padding: 0;
	margin: 0;
}

.form fieldset.noline fieldset {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding: 10px 0 0 0;
	margin-top: 20px;
}

p.date {
	display: inline-block;
	width: 100%;
	position: relative;
}

.date i {
	margin-left: 0;
	line-height: 52px;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
	color: #6A808B;
	cursor: pointer;
	text-align: center;
	width: 40px;
}

.date input {
	padding-left: 45px;
}

.form .inputReplace {
	margin: 37px 0 0 0;
	padding-top: 16px;
}

.form .inputReplace label {
	display: inline;
	margin: 0;
	padding: 0;
}

.form .pop {
	margin: -15px 0 15px 0;
}

.color1 {
	color: green;
}

.kompenzaceTab {
	width: 100%;
}

.kompenzaceTab i {
	font-size: 45px;
	width: 48px;
	min-width: 48px;
	float: left;
	color: #e01e20;
}

.kk {
	display: block;
	margin-left: 60px;
}

.btnRight .btn {
	float: right;
	margin-top: -4.2em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btnRight:after {
	content: " ";
	display: block;
	clear: both;
}

.form .btnRight {
	margin: 0;
}

.anone .btn {
	margin: 4px 10px;
	min-width: 150px;
}

.numTab {
	width: 100%;
}

.numTab td {
	padding: 4px 0;
}

.numTab td+td {
	padding-left: 10px;
}

.boxik {
	background: white;
	background-color: rgba(255, 255, 255, .9);
	margin: 15px 0;
	padding: 15px;
}

.cc {
	text-align: center;
	font-weight: bold;
	padding-top: 30px;
}

.cc strong {
	display: block;
	font-weight: bold;
	color: #e01e20;
	line-height: 1em;
	font-size: 6em;
}

.form .form-control {
	padding-right: 0;
	position: relative;
}

.form .form-control.valid:after {
	color: green;
}

.form .form-control.valid:after {
	font-size: 18px;
	display: inline-block;
	font-family: 'FontAwesome';
	line-height: 1;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	position: absolute;
	top: 0;
	right: 5px;
	text-align: center;
	content: "\f00c";
	line-height: 52px;
	width: 24px;
}

.form .form-control.valid.invalid:after, .form .form-control.valid.forceinvalid:after {
	color: #e01e20;
	content: "\f071";
}

.form .form-control input {
	padding-right: 30px;
}

.form .btnIco {
	margin-top: 8px;
}

.filter input, .filter select, .filter textarea {
	padding-top: 10px;
	padding-bottom: 10px;
}

.kroky span, .kroky a {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	width: 70px;
	color: white;
	color: rgba(255, 255, 255, .3);
	font-size: 2.45em;
	line-height: 68px;
	height: 70px;
	text-align: center;
	color: white;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.kroky .aktivni {
	border-color: #e01e20;
	background: #e01e20;
	color: white;
}

.kroky a {
	color: white;
	text-decoration: none;
}

.kroky span {
	color: rgba(255, 255, 255, .5);
}

.kroky strong {
	font-weight: 300;
	color: white;
	text-transform: uppercase;
	display: block;
}

.kroky:after {
	content: " ";
	display: block;
	clear: both;
	width: 21px;
	height: 78px;
	background: transparent url(../img/kroky.png) no-repeat;
	position: absolute;
	top: -60px;
	left: 0;
}

.kroky {
	position: absolute;
	left: 0;
	top: 135px;
	width: 110px;
	padding-left: 5px;
	text-align: center;
}

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


/* <doplnuje Vitek> */

p.requestError {
	color: #ff2626;
	margin: 0;
}

.requestErrorInput {
	border: 1px solid red;
}


/* </ doplnuje Vitek> */

.step2 {
	text-align: center;
}

.castka {
	font-weight: bold;
	font-size: 6em;
	line-height: 1em;
}

.program {
	width: 100%;
	max-width: 345px;
	margin: 5px 10px;
	vertical-align: top;
	text-align: center;
	display: inline-block;
	background: transparent url(../img/stin.png) no-repeat center 100%;
	padding-bottom: 60px;
}

.program h3, .prodej p {
	font-size: 1em;
	background: #e01e20;
	padding: 20px 0;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	margin: 0;
	color: white;
	text-transform: uppercase;
}

.program h3 strong, .prodej p strong {
	font-weight: bold;
	line-height: 1em;
	font-size: 2.8em;
	display: block;
	padding: 0 5px;
}

.program .pf {
	background: #b3181a;
	padding: 15px;
	line-height: 1.2em;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	color: white;
	color: rgba(255, 255, 255, .6);
	background: #b3181a;
}

.program .pf:after {
	content: " ";
	display: block;
	clear: both;
}

.program .pf .pff {
	float: left;
	width: 50%;
	text-align: left;
}

.program .pf .pff+.pff {
	text-align: right;
}

.program .pf strong {
	font-weight: bold;
	line-height: 1.3em;
	white-space: nowrap;
	font-size: 2.5em;
	vertical-align: middle;
	display: inline-block;
	color: white;
	margin: 0 6px;
}

.program .level2 {
	display: none;
}

.program .level1 {
	cursor: pointer;
}

.premium h3 {
	background: #3b474e;
}

.premium .pf {
	background: #333c40;
}

.program .level2 p {
	margin: 0;
	padding: 15px;
	text-align: left;
}

.program .level2 p+p {
	padding: 0;
}

.program:hover .level1 h3 {
	background: #1c2123;
}

.program:hover .level1 .pf {
	background: black;
}

.prodej a, .prodej a:hover {
	text-decoration: none;
	color: white;
}

.prodej p {
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.prodej a:hover p {
	background: black !important;
}

.prodej p strong {
	font-size: 1.8em;
}

.prodej .program {
	margin: 10px auto;
	display: block;
}

.prodej .row div+div p {
	background: #3b474e;
}

.prodej .row div+div+div p {
	background: #283035;
}

.program:nth-of-type(2) h3 {
	background: #3b474e;
}

.program:nth-of-type(2) .pf {
	background: #333c40;
}

.program:nth-of-type(3) h3 {
	background: #283035;
}

.program:nth-of-type(3) .pf {
	background: #202628;
}

.popup {
	background: White;
	background-color: rgba(255, 255, 255, .85);
	padding: 10px;
	border: 1px solid #cbd5db;
	position: absolute;
	left: 0;
	top: 27px;
	width: 200px;
	line-height: 1.25em;
}

.popup p {
	margin: 0;
}

.popup p+p {
	margin-top: 10px;
}

.popup p strong {
	font-weight: 600;
}

.popup a {
	text-decoration: none;
}

.arrow span:after, .arrow span:before, .arrow:after, .arrow span, .arrow::before {
	border: 0;
	background-color: #515f6b;
}

.help {
	position: relative;
	display: inline-block;
	line-height: 1.2em;
	font-size: 14px;
	color: white;
}

.help strong {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 28px;
	line-height: 28px;
	background: #515f6b;
	color: white;
	text-align: center;
	cursor: pointer;
}

.help .popup {
	position: absolute;
	left: 40px;
	top: -13px;
	background: #515f6b;
	text-align: left;
	display: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 0;
	z-index: 10;
}

.stepsBlok .help strong {
	background: white;
	color: #515f6b;
}

.help strong:hover, .stepsBlok .help strong:hover {
	background: #e01e20;
	color: white;
}

.blok9 {
	background: #eeeeee;
}

.blok9 h2 {
	margin-top: 10px;
}

.icoText article {
	background-repeat: no-repeat;
	background-position: 0 -5px;
	padding-left: 110px;
	background-size: 90px 90px;
	position: relative;
	padding-bottom: 22px;
}

.icoText .event-late .eBtn, .icoText .event-cancel .eBtn {
	position: absolute;
	left: 125px;
	bottom: 15px;
	margin: 0;
}

.icoText .event-late, .icoText .event-cancel {
	padding-bottom: 60px;
	position: static;
}

.icoText article h3 {
	padding-top: 20px;
	color: #e01e20;
}

.icoText .col-6:after {
	content: ' ';
	background: transparent url(/img/cara.png) 0 0 repeat;
	width: 4px;
	position: absolute;
	top: 85px;
	bottom: 0;
	display: block;
	left: 70px;
}

.icoText .row+.row .col-6:after {
	display: none;
}

.icoText {
	margin-top: 30px;
}

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

.row:after {
	content: ' ';
	clear: both;
	height: 1px;
	display: block;
}

.icoText .row:after {
	display: none;
}

.blok10 {
	background: transparent url(../img/blok10.jpg) no-repeat center center;
	background-size: 100% auto;
}

.priceBox h3 {
	text-align: center;
	background: #656565;
	color: white;
	font-size: 1.5em;
	font-weight: 400;
	padding: 8px 10px;
	margin: 0 0 0 0;
}

.priceBox {
	background: #eeeded;
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeded), to(#c5c5c5));
	background: linear-gradient(to bottom, #eeeded 0%, #c5c5c5 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeded', endColorstr='#c5c5c5', GradientType=0);
	border-radius: 0 0 4px 4px;
}

.priceBox span {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	background: transparent url(/img/km.png) center 20px no-repeat;
	background-size: 90% auto;
	padding: 15px;
	margin: 0 auto;
	max-width: 270px;
	padding-top: 90px;
}

.blok11 {
	background: white;
}

.blok12 {
	background: white url(/img/blok12.jpg) center 0 no-repeat;
}

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

.blok12 .row .col-6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.webBox {
	background: white;
	border: 1px solid #e01e20;
	padding: 20px;
}

.webBoxNext {
	margin-top: 50px;
	position: relative;
}

.webBoxNext:after {
	content: ' ';
	display: block;
	width: 15px;
	height: 45px;
	background: transparent url(/img/redarrow.svg) center 0 no-repeat;
	background-size: auto 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: -52px;
}

.webBox h3 {
	padding: 0;
	margin: 0;
}

.webBox p {
	margin: 0;
}

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

.webBox img {
	width: 50px;
	height: auto;
}

.webBox-in {
	min-width: 80px;
}

.smile ul li {
	padding: 3px 0 3px 35px;
	margin: 3px 0;
}

.smile ul li:before {
	width: 25px;
	height: 25px;
	background: transparent url(/img/smile1.svg) 0 0 no-repeat;
	background-size: 25px 25px;
	top: 0;
}

.smile2 ul li:before {
	background-image: url(/img/smile2.svg)
}

.icoText .ico6 {
	background-image: url(/img/ico6.svg);
	background-position: 15px 0;
}

.icoText .ico5 {
	background-image: url(/img/ico5.svg);
	background-position: 15px 0;
	background-size: 80px 80px;
}

.icoText .ico7 {
	background-image: url(/img/ico7.svg);
	background-position: 15px 0;
	background-size: 80px 80px;
}

.icoText .ico8 {
	background-image: url(/img/omezeni-provozu.svg);
	background-position: 15px 0;
	background-size: 80px 80px;
}

.infoMap {
	margin-top: 30px;
	margin-bottom: -30px;
	display: block;
}

.bread {
	font-size: .9em;
	color: #646b6f;
	margin: 0 0 30px 0;
}

.bread a {
	color: #646b6f;
}

.bread i {
	margin: 0 5px;
}

.pic {
	overflow: hidden;
	display: table;
}

.pic span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.pic span img {
	display: block;
	margin: 0 auto;
}


/*BUTTON*/

.btn {
	width: auto;
	border-color: #e01e20;
	background: #e01e20;
	color: white;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
}

.btn2 {
	border-color: black;
	background: black;
}

.btn3 {
	border-color: #f0f0f0;
	background: #f0f0f0;
	color: black;
}

.btnIco {
	text-align: left;
}

.btnIco i {
	float: right;
	line-height: 1.4em;
	min-width: 0;
	margin-right: 10px;
}

.btnIco:hover i {
	margin-right: 0;
}

.bigBtn {
	font-size: 2em;
	text-transform: uppercase;
	width: 100%;
	max-width: 340px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 300;
	position: relative;
	z-index: 5;
}

.btn4 {
	text-decoration: none;
	border-color: #c1c1c2;
	background: white;
	color: black;
	text-transform: none;
}

.btn4:hover {
	border-color: black;
	background: black;
	color: white;
}

.btn5 {
	background: black;
	border-color: transparent;
	background-color: rgba(0, 0, 0, .3);
	color: white;
}

.btn:hover, .btn2:hover, .btn3:hover, .btn.active {
	text-decoration: none;
	border-color: #c1c1c2;
	background: white;
	color: black;
}

.btnAktivni, .btnAktivni:hover {
	background: #e01e20;
	color: white;
	border-color: #e01e20;
	cursor: default;
}

.btnMini i {
	text-align: left;
}

.btnMini {
	padding-top: 6px;
	padding-bottom: 6px;
	text-transform: none;
}

.polozka {
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}

.polozka:first-child {
	border-left: 0;
}

.polozka:last-child {
	border-right: 0;
}

.polozka+.polozka {
	margin-left: -1px;
}

.numInput {
	text-align: right;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	margin-right: 3px;
	white-space: nowrap;
	border: 1px solid #d6d6d6;
	padding-right: 23px;
	line-height: 36px;
}

.numInput input {
	padding: 0 2px 0 8px;
	font-size: 1em;
	line-height: 36px;
	height: 36px;
	vertical-align: top;
	width: 36px;
	background: White;
	border: 0;
	text-align: right;
	margin: 0;
}

.numInput span {
	display: inline-block;
	position: absolute;
	right: 1px;
	top: 1px;
	text-align: center;
	width: 16px;
	font-size: 14px;
	line-height: 16px;
	cursor: pointer;
	color: black;
	padding: 0 1px;
	background: #DFDFDF;
	z-index: 5;
}

.numInput span+span {
	top: auto;
	bottom: 1px;
}

.numInput span:hover {
	color: white;
	background: #3F5C95;
}

.zal {
	margin-bottom: 30px;
	margin-top: -30px;
	position: relative;
	max-width: 878px;
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 3px 2px rgba(0, 0, 0, .05);
}

.zal ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	display: table;
	width: 100%;
	table-layout: fixed;
}

.zal ul li {
	margin: 0;
	padding: 0;
	text-align: center;
	display: table-cell;
	height: 75px;
	vertical-align: middle;
	background: white;
	position: relative;
}

.zal li a {
	text-decoration: none;
	display: block;
	padding: 20px 0;
	line-height: 1.2em;
	color: black;
	position: relative;
	-webkit-transition: none;
	transition: none;
}

.zal li+li a span {
	border-left: 1px solid rgba(0, 0, 0, .15);
	display: block;
	padding: 0 10px;
}

.zal li.aktivni {
	background: transparent;
	color: white;
	background: black;
}

.zal li.aktivni a {
	color: white;
}

.zal li.aktivni:after {
	content: " ";
	background: transparent url(../img/sip.gif) no-repeat;
	display: block;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -5px;
	height: 8px;
	width: 15px;
	padding: 0;
}

.zal ul ul li {
	display: block;
	height: auto;
}

.zal li:hover > a {
	background: #000;
	color: white !important;
}

.zal li:hover ul {
	display: block;
}

.zal ul ul a span {
	padding: 0;
}

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

.zal ul ul a {
	background: #000;
	color: white;
	padding: 10px 20px;
	text-align: left;
	text-decoration: none;
}

.zal ul ul {
	position: absolute;
	left: 0;
	top: 75px;
	display: block;
	width: 180px;
	display: none;
	z-index: 1000;
}

.zal li:hover {
	background: #000;
}

.zal li a:hover {
	color: white;
}

.zal li.aktivni a:hover {
	color: white;
}

.zal ul li:before {
	display: none;
}

.zal:after {
	content: " ";
	width: 100%;
	height: 100%;
	background: white;
	display: block;
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 3px 2px rgba(0, 0, 0, .05);
}

.zal-resp {
	display: none;
}

.article {
	margin-top: 25px;
	border-width: 0;
	margin-bottom: 0;
}

.blok3 .text {
	padding-bottom: 25px;
	border-bottom: 1px solid #cbcbcb;
}

.article+.article {
	margin: 0 0 0 163px;
	padding: 0;
	border-bottom: 1px solid #cbcbcb;
}

.blok3 .article h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.article+.article h3 {
	font-size: 1em;
}

.article+.article h3 a {
	font-weight: 700;
}

.article+.article .date {
	display: inline-block;
	min-width: 70px
}

.articleFtr {
	color: #737478;
	font-size: .9em;
	line-height: 33px;
	margin: 2em 0;
}

.article .articleFtr {
	color: #737478;
	font-size: .9em;
	line-height: 1.3em;
	padding: 5px 0 0 0;
	margin: 0;
}

.articleFtr a {
	color: #737478;
}

.articleFtr span {
	margin-right: 10px;
	white-space: nowrap;
}

.article .text .date {
	margin: 0 0 0 0;
	line-height: 1.1em;
}

.article h3 {
	margin: 0 0;
	padding: 10px 0;
	font-size: 1.4em;
	text-align: left;
	font-weight: 400;
}

.article h3 a {
	color: black;
}

.article img {
	width: 170px;
	height: auto;
	display: block;
	max-width: none;
}

.article .text p {
	display: block;
	margin: 0;
}

.articleFtr .num {
	line-height: 14px;
	font-size: .85em;
	color: White;
	background: transparent url(../img/comm.png) no-repeat;
	padding-bottom: 5px;
	vertical-align: text-top;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	min-width: 15px;
}

.more {
	display: inline-block;
	line-height: 1.5em;
	color: #2D2E31;
}

.article .aPic, .article .text {
	display: table-cell;
	vertical-align: top;
}

.article .aPic span {
	display: block;
	overflow: hidden;
	width: 133px;
}

.article .aPic {
	padding-right: 30px;
}

.article .text {
	width: 100%;
}

.article .aPic img {
	margin-right: 25px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.obr, .obr2 {
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.helium .article .aPic img {
	margin-right: 25px;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.helium .article .aPic span {
	display: block;
	overflow: visible;
	width: auto;
}

.reportrange {
	display: none;
}

.reportrange p {
	margin: 0;
}

.rangeMenu {
	position: absolute;
	display: none;
	right: 0;
	top: 41px;
	width: 100%;
	max-width: 100%;
	background: black;
	color: white;
	z-index: 10;
	padding-bottom: 4px;
}

.range .rangeMenu li:before {
	display: none;
}

.range .rangeMenu {
	margin: 0;
	padding: 0 0 4px 0;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}

.range .rangeMenu li {
	display: block;
	padding: 0;
	margin: 0;
}

.range {
	position: relative;
	float: right;
	margin-top: -4.2em;
}

.range .btn {
	padding: 10px 20px;
	height: 41px;
	min-width: 200px;
	text-transform: none;
}

.rangeMenu a {
	display: block;
	text-decoration: none;
	color: white;
	padding: 5px 20px;
}

.rangeMenu a:hover {
	background: #e01e20;
	color: white;
	text-decoration: none;
}

.range.rollOut .btn {
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

.range.rollOut .rangeMenu {
	display: block;
}

.contactForm {
	margin: 0;
}

.contactForm p {
	margin: 4px 0;
}

h5 i, h5 .fa {
	display: block !important;
	font-size: 50px;
	line-height: 50px;
	height: 60px;
	color: #e01e20;
}

.tabScroll {
	width: 100%;
	max-width: 100%;
	overflow: auto;
}

.tabScroll .tab {
	margin-top: 0;
}

.popupBar {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background: white;
	-webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 -2px 2px rgba(0, 0, 0, .2);
}

.popupBar-in {
	margin: 0 auto;
	max-width: 1230px;
	margin: 0 auto;
	font-size: .9em;
	line-height: 1.4em;
	padding: 0 30px 0 30px;
}

.cookies, .affiliate {
	display: table;
	width: 100%;
	padding: 20px 0;
}

.fancybox-skin {
	background: white url(/img/bg12.jpg) no-repeat center center !important;
	background-size: cover;
}

.cookies, .affiliate.small {
	padding: 8px 0;
}

.cookies {
	border-top: 1px solid #e8e8e8;
}

.popupBar .set {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	color: gray;
	padding: 5px;
}

.popupBar .set {
	line-height: 18px;
}

.popupBar .set i:hover {
	color: #e01e20;
}

.popupBar p {
	margin: 0;
	display: table-cell;
}

.popupBar #afCookieLogo {
	text-align: right;
	padding-left: 30px;
	width: 20%;
}

.popupBar img {
	float: right;
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	width: 100%;
	min-width: 100px;
}

.popupBar #afCookieLong {
	display: table-cell;
	vertical-align: middle;
	width: 80%;
}

.navig {
	margin: 30px 0 0 0;
	text-align: center;
}

.navig a, .navig span {
	color: #1c2123;
	line-height: 30px;
	min-width: 32px;
	text-align: center;
	display: inline-block;
	margin: 0 1px;
	padding: 0 5px;
	background-color: white;
	border: 1px solid #ececee;
	text-decoration: none;
}

.navig span.curr {
	background: #e01e20;
	color: White;
	font-weight: normal;
}

.navig a:hover {
	background: #000;
	color: White;
	text-decoration: none;
}

.navig i {
	font-size: 1.2em;
}

.img-circle {
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.gopay img {
	width: auto;
	height: 32px;
	vertical-align: middle;
	margin: 3px 5px;
	display: inline-block;
}

.whitebox {
	max-width: 100%;
	margin: 0;
	padding: 20px;
	min-width: 768px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

.closeBtn {
	position: absolute;
	right: 20px;
	top: 20px;
}

.whitebox h5 {
	margin-top: 0;
}

.uppercase {
	text-transform: uppercase;
}

.icoService1, .icoService2, .icoService4 {
	background: transparent url(/img/icoService1.png) no-repeat;
	display: block;
	padding-left: 70px;
	margin: 10px 0;
	line-height: 1.3em;
	min-height: 46px;
	padding-top: 4px;
}

.icoService2 {
	background: transparent url(/img/icoService2.png) no-repeat;
}

.icoService4 {
	background: transparent url(/img/icoService4.png) no-repeat;
}

.textPage h2 {
	color: #e01e20;
	font-weight: 400;
	font-size: 1.5em;
	margin-top: 2em;
}

.bIco i {
	background: black;
	color: white;
	border-radius: 50px;
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	margin-right: 10px;
}

.bIco {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.perex {
	font-size: 1.2em;
	line-height: 1.5em;
}

.textPage h1 {
	color: #e01e20;
	font-weight: 700;
}

.textPage h1 img {
	width: 66px;
	height: 66px;
	vertical-align: middle;
}

.textPage .box .icon-ico3 {
	width: 105px;
	display: block;
	margin: -70px auto 0 auto;
	text-align: center;
	font-size: 60px;
	border-radius: 52px 52px 0 0;
	height: 95px;
	line-height: 105px;
	background: black;
}

.textPage .box {
	background: black;
	color: white;
	border-radius: 5px;
	margin-top: 60px;
}

.textPage .box h3 {
	margin-top: 0;
}

.textPage p {
	text-align: justify;
}

.textPage .box p {
	text-align: left;
}

.spol {
	background-size: cover;
}

.spol hr {
	margin: 10px 0;
	background: transparent;
	border-top: 1px dashed #e01e20;
}

.spol h4 {
	margin-top: 25px;
	color: #e01e20;
	margin-bottom: 0;
}

.per {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
}

.per+.per .perText {
	border-top: 1px dashed #e01e20;
	padding-top: 30px;
}

.per+.per .perImg {
	padding-top: 30px;
}

.perImg {
	max-width: 10%;
	padding-right: 15px;
	width: 10%;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	min-width: 45px;
}

.perText {
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 100;
	-ms-flex-positive: 100;
	flex-grow: 100;
	width: 100%;
}

.per h5 {
	color: #e01e20;
	margin: 0;
	font-size: 1.2em;
}

.per img {
	max-width: 70px;
	width: 100%;
	height: auto;
	min-width: 30px;
}

.per p {
	margin: 0
}

.per .cnt {
	margin-top: 10px;
}

.per .cnt a {
	font-weight: 400;
	margin-right: 15px;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 26px;
	display: inline-block;
	background: transparent url(/img/email.svg) 0 center no-repeat;
	background-size: 22px 22px;
	line-height: 2em;
}

.per .cnt a[href^="tel:"] {
	background-image: url(/img/tel.svg);
	cursor: default;
}

.loading {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 340px;
	margin: 0 auto;
}

.loading.active:after {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	content: ' ';
	display: block;
	z-index: 5;
}

.loading.active .loader {
	position: absolute;
	margin: -35px 0 0 -35px;
	left: 50%;
	top: 50%;
	z-index: 15;
	display: block;
}

.loader {
	width: 70px;
	height: 70px;
	display: block;
	-webkit-animation: animLoader 1.25s infinite linear;
	animation: animLoader 1.25s infinite linear;
	border-width: 5px;
	border-style: solid;
	border-color: white rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	display: none;
}

@-webkit-keyframes animLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes animLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes animLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes animLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.skupina {
	position: relative;
}

.skupina .num {
	position: absolute;
	right: -5px;
	top: -5px;
}

.skupina p > span:hover {
	text-decoration: underline;
}

.skupina p span {
	display: inline-block;
	cursor: pointer;
	line-height: 1.9em;
	text-decoration: none;
}

.skupina p {
	margin: 0;
}

.skupina .tag {
	background: #e7e7e7;
	border: 1px solid #b6b7b6;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	padding: 2px 5px;
	border-radius: 4px;
	margin-left: 4px;
	line-height: 1.1em;
	text-decoration: none !important;
	cursor: default;
}

.moveTh:hover {
	background: #c5c5c5;
}

.moveTh i {
	display: inline-block;
	background: #e01e20;
	color: white;
	min-width: 20px;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	border-radius: 2px;
	font-size: 14px;
	width: 20px;
	max-width: 20px;
	margin-right: 5px;
}

.moveTh {
	white-space: nowrap;
	cursor: w-resize;
}

.windowPopup {
	display: none;
	position: fixed;
	z-index: 10000;
}

.windowPopupIn {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	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;
	padding: 10px;
}

.overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .60);
}

.window h3 {
	margin: 0;
	padding: 0 40px 0 0;
	text-transform: uppercase;
}

.window {
	background-color: white;
	padding: 20px;
	text-align: center;
	position: relative;
	max-height: 100%;
	overflow: auto;
	max-width: 960px;
	z-index: 5;
}

.filtrHHH label {
	padding: 4px 0;
}

.filtrHHH p {
	margin-bottom: 0;
	margin-top: 5px;
}

.filtrHHH input, .filtrHHH select, .filtrHHH textarea {
	padding: 5px 10px;
}

.window .close {
	position: absolute;
	right: 10px;
	top: 12px
}

.close {
	cursor: pointer;
	top: 5px;
	right: 5px;
	width: 32px;
	height: 32px;
	padding-top: 0;
	text-align: center;
	display: block;
	margin: 0 auto 10px auto;
	padding-top: 16px;
}

.close:after, .close:before {
	content: ' ';
	display: block;
	margin: 0 auto;
	height: 1px;
	width: 30px;
	background: #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: -1px;
}

.close:hover {
	-webkit-animation: cross .5s linear;
	animation: cross .5s linear;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@-webkit-keyframes cross {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	30% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}
	70% {
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes cross {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	30% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}
	70% {
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.dropDown {
	position: relative;
	display: inline-block;
}

.dropDown .btn:hover {
	background: black;
	border-color: #000;
	color: white;
}

.dropDown .btn i {
	min-width: 0;
	padding-left: 5px;
}

.dropDown .btn {
	padding: 0 10px;
	font-size: .9em;
	white-space: nowrap;
	line-height: 32px;
	margin: 0;
}

.dropDown ul li + li {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropDown ul li a:hover {
	color: #E01E20;
	text-decoration: none;
}

.dropDown ul li a {
	text-decoration: none;
	display: block;
	color: black;
	padding: 7px 10px;
}

.dropDown ul li i {
	padding-right: 5px;
}

.dropDown ul li .num {
	display: inline-block;
	min-width: 20px;
	line-height: 20px;
	font-size: 12px;
	margin-right: 0;
}

.dropDown ul li {
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
}

.dropDown ul li:before {
	display: none;
}

.dropDown ul {
	position: absolute;
	display: none;
	right: 0;
	margin: 0;
	top: 32px;
	padding: 0;
	background-color: white;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
	width: 170px;
	z-index: 20;
}

.let > i {
	padding: 0 5px;
	vertical-align: middle;
}

.let span > strong {
	display: block;
	padding: 2px 0;
	font-size: 1.1em;
}

.let span i {
	min-width: 0;
	padding-left: 5px;
	opacity: .5;
}

.let span {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #c4c4c4;
	padding: 4px 8px;
	border-radius: 3px;
	background: #efefef;
	margin: 2px 0;
}

.likeTab {
	display: inline-block;
	min-width: 50px;
}

.skt > strong {
	display: inline-block;
	text-align: right;
	min-width: 35px;
}

.tabAgenda .skt {
	text-align: left;
}

.tabAgenda .help {
	line-height: 1.1em;
	font-size: 11px;
}

.tabAgenda td, .tabAgenda th {
	text-align: center;
}

.tabAgenda .help strong {
	line-height: 14px;
	width: 16px;
	height: 16px;
	border: 1px solid #d1d1d1;
	background: #efefef;
	color: #484848;
}

.switch span {
	display: block;
	width: 38px;
	height: 35px;
	border-radius: 4px;
	background: #39860f;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.switchAN:before, .switchAN:after {
	position: absolute;
	width: 38px;
	height: 35px;
	line-height: 35px;
	color: white;
	text-align: center;
	left: 0;
	top: 0;
	font-size: 12px;
	z-index: 2;
	content: 'Ano';
	-webkit-transition: color .5s;
	transition: color .5s;
}

.switchAN:after {
	content: 'Ne';
	left: auto;
	right: 0;
	color: #6f7273;
}

.switch {
	background: #e2e2e2;
	border-radius: 4px;
	height: 35px;
	width: 76px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 5px;
}

.switchAN.switch--off span {
	background: #ee0303;
}

.switch--off span {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.switch--off:before {
	color: #6f7273
}

.switch--off:after {
	color: white;
}

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

.stav i.stav3 {
	background: #ee0303
}

.stav i.stav2 {
	background: #fca90e;
}

.stav i {
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	color: white;
	background: #39860f;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
}

.statusHeader {
	color: #e01e20;
	margin: -10px 0 10px 0;
	font-weight: 400;
}

.statusHeader img {
	width: 50px;
	height: auto;
	vertical-align: middle;
	margin-right: 15px;
}

.bms.bms1 > .bmsBtn {
	background: #e01e20;
	color: white;
	cursor: pointer;
}

.bms .bmsBtn div div {
	display: block;
	padding-bottom: 10px;
	font-size: 1.2em;
}

.bms .bmsBtn {
	display: block;
	text-decoration: none;
	border-radius: 6px;
	text-align: center;
	padding: 15px 15px;
	min-height: 140px;
	background: rgba(0, 0, 0, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
}

.bms >div {
	padding: 15px;
}

.bms {
	background-color: white;
	border-radius: 6px;
}

.bms h5 {
	margin: 0;
}

.bms p {
	margin-top: 5px;
	font-size: .9em;
	line-height: 1.35em;
}

.tab td input, .tab td .btn {
	padding: 6px 8px;
}

.textBoxHeader >div {
	padding: 10px 20px;
}

.textBoxHeader {
	flex-flow: row wrap;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: -10px -20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
}

.textBoxHeader h2 {
	margin: 0;
	border-width: 0;
	padding: 0;
}


/*hovers*/

a:hover {
	color: black;
	text-decoration: underline;
}

.ui-menu .ui-menu-item {
	padding: 3px 15px !important;
	margin: 0 !important;
	border-bottom: 1px solid #eaeaea !important;
}

.ui-autocomplete {
	margin: 0 0 0 0 !important;
	padding: 0 !important;
	overflow: auto;
	max-height: 300px;
}

input.wait {
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

.filterBtns {
	white-space: nowrap;
	text-align: right;
}

.form .tab {
	margin: 15px 0;
}

.form .tabBox {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 15px;
}

.filterBtns .btn3 {
	border: 1px solid #ccc;
}

.label {
	border-radius: 4px;
	display: inline-block;
	background: #e01e20;
	color: white;
	font-size: .8em;
	line-height: 1.4em;
	padding: 3px 5px;
	font-weight: 700;
}

.cest {
	margin: 0;
}

.cest .active .label i {
	visibility: visible;
}

.cest .active {
	font-weight: 700;
	cursor: default;
}

.cest .active .label i {
	display: none;
}

.cest li {
	cursor: pointer;
	padding: 5px 0 5px 40px;
}

.cest li:hover .label, .cest li.active .label {
	visibility: visible;
}

.cest .label {
	visibility: hidden;
}

.cross3 > div {
	padding: 5px;
	text-align: center;
}

.cross3 {
	display: flex;
	flex-flow: row wrap;
	margin: -5px;
}

.cgg {
	padding: 10px 0 0 0;
}

.tab.kompenzaceTab tr.trChecked td {
	background: #e2e2e2;
}

.btnGGGGG {
	padding-top: 10px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}

ol.helpBM li:before {
	display: none;
}

ol.helpBM li a img {
	width: 24px;
	min-width: 24px;
	height: auto;
	padding-right: 5px;
}

ol.helpBM li a i {
	font-size: 16px;
	padding-right: 5px;
	display: block;
	color: #ee0303;
}

ol.helpBM .active a {
	background-color: white;
	box-shadow: 0 -2px 3px rgba(0, 0, 0, .15);
}

ol.helpBM li a {
	display: flex;
	line-height: 1.2em;
	align-items: center;
	text-decoration: none;
	padding: 10px 10px;
	font-size: .9em;
	color: #000;
}

ol.helpBM li {
	padding: 0;
	display: flex;
	padding-right: 1px;
}

ol.helpBM {
	display: flex;
	margin: 0;
}

.helpBMcont h3 {
	margin: 20px 0;
}

.helpBMcont {
	background-color: white;
	padding: 15px 15px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.tab.tab01 i.fa {
	text-align: center;
	font-size: 1.1em;
	min-width: 0;
	float: none;
	width: auto;
	min-width: 1.6em;
}

.tab01 img {
	max-width: 26px;
	height: auto;
}

.tab.tab01 .colored td {
	background: rgba(238, 3, 3, 0.25);
}

.tab01 td, .tab01 th {
	padding-left: 5px;
	padding-right: 5px;
	font-size: .9em;
	text-align: center;
}

.tab02 td, .tab02 th {
	word-break: break-word;
}

.helpFtr span {
	padding-right: 20px;
	display: inline-block;
	font-size: .9em;
}

.war i {
	color: #ee0303;
}

.ewrwe {
	text-align: center;
}

.dfhj img {
	margin-right: 20px;
}

.dfhj {
	padding: 0 20px;
	display: inline-block;
}

.war {
	border: 1px solid #ccc;
	padding: 10px;
}

.btnR {
	padding-left: 10px;
	float: right;
	margin-top: 24px;
}

.inputMini, .filter .inputMini {
	padding: 6px 10px;
}

.efsd {
	margin: 20px 0;
}

table.tab tr.odd td {
	background-color: white;
}

table.tab tr.even td {
	background-color: #f8f8f8;
}

.blikyBlink {
	animation: bb 1s linear;
	animation-iteration-count: 3;
	outline: transparent solid 2px;
}

@keyframes bb {
	0% {
		outline: transparent solid 2px;
	}
	50% {
		outline: #ee0303 solid 2px;
	}
}

.filtersdialog {
	width: 1230px;
	margin: 0 auto;
	padding: 0 30px;
}


/*animace*/

a, .program h3, .program .pf {
	-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;
}

.btn, button, .navig a, .btnIco i {
	-webkit-transition: all 0.2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
}

.menu ul ul, .topNav ul ul {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	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 {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
}

.icon-head:before {
	content: "\e074";
}

.icon-class:before {
	content: "\e900";
}

.icon-dokument:before {
	content: "\e907";
}

.icon-odepreni:before {
	content: "\e908";
}

.icon-presmerovani:before {
	content: "\e909";
}

.icon-procenta:before {
	content: "\e90a";
}

.icon-zmeskany:before {
	content: "\e90b";
}

.icon-zpozdeni:before {
	content: "\e90c";
}

.icon-zruseni:before {
	content: "\e90d";
}

.icon-faq:before {
	content: "\e90e";
}

.icon-ico6:before {
	content: "\e901";
}

.icon-ico1:before {
	content: "\e902";
}

.icon-ico2:before {
	content: "\e903";
}

.icon-ico3:before {
	content: "\e904";
}

.icon-ico4:before {
	content: "\e905";
}

.icon-cross:before, .fa-times:before {
	content: "\e117";
}

.icon-faq2:before {
	content: "\e906";
}

.icon-mail:before {
	content: "\e002";
}

.icon-location:before {
	content: "\e070";
}

.icon-head:before {
	content: "\e074";
}

.icon-briefcase:before {
	content: "\e075";
}

.icon-faq3:before {
	content: "\e90f";
}

.icoTxts {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: clamp(16px, 4vw, 48px);
}

@media (max-width: 640px) {
	.icoTxts {
		grid-template-columns: 1fr 1fr;
	}
}

.icoTxt {
	text-align: center;
	display: flex;
	align-items: center;
	flex-flow: column nowrap;
	line-height: 1.25em;
	gap: 8px;
}

.icoTxts img {
	width: 70%;
	height: auto;
	display: block;
	max-width: 120px;
}

.icoTxts strong {
	display: block;
	min-height: 2.5em;
	font-size: 1.125em;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}

.exams {
	display: flex;
	flex-flow: row wrap;
	gap: 24px;
	margin-top: 60px;
	justify-content: center;
}

.exam {
	display: grid;
	grid-template-columns: 9em 1fr;
	gap: 16px;
	border: 3px solid #ee0303;
	background-color: white;
	padding: 24px;
	border-radius: 100px 0 0 100px;
	align-items: center;
}

.exam__l {
	text-align: center;
}

.exam__l strong {
	color: #ee0303;
	font-size: 3em;
	display: block;
	line-height: 1.25em;
}

.exam .exam__r {}

.exam__row .fa {
	min-width: 10px;
	color: #ee0303;
}

.exam__row {
	display: grid;
	place-content: center;
	grid-template-columns: auto 1fr auto auto;
	align-items: center;
	gap: 5px;
}

.exam hr {
	background: #ee0303;
	margin: 0;
	width: 100%;
	min-width: 30px;
}

.inputReplaceRow, .checkList {
	display: grid;
	margin: 5px 0;
	gap: .75em .75em;
	align-items: flex-start;
	grid-template-columns: 1.5em auto;
	margin-top: 1em;
}

.inputReplaceLabel, .checkList label {
	align-self: center;
	line-height: 1.25em;
	margin: 0;
	padding: 0;
}

.inputReplaceLabel label {
	padding: 0;
	margin: 0;
}

input[type="checkbox"], input[type="radio"] {
	appearance: none;
	/* For iOS < 15 */
	background-color: white;
	width: 1.5rem;
	height: 1.5rem;
	transform: translateY(-0.05em);
	place-content: center;
	border: 1px solid #ccc;
	border-radius: 2px;
	position: relative;
	display: grid;
	transition: all .15s;
	cursor: pointer;
	flex: none;
	margin: 0;
	padding: 0;
	min-height: 0;
}

input[type="radio"] {
	border-radius: 50%;
}


/* hover */

input[type="checkbox"]:enabled:hover, input[type="radio"]:enabled:hover, input[type="checkbox"]:enabled:focus, input[type="radio"]:enabled:focus {
	border-color: #08d000;
}


/* zaskrtnuti */

input[type="checkbox"]:checked, input[type="radio"]:checked {
	background: #08d000;
	border-color: #08d000;
	box-shadow: 2px 1px 3px rgba(0, 0, 0, .1) inset;
}

input[type="checkbox"]:checked:after, input[type="radio"]:checked:after {
	opacity: 1;
	transform: scale(1);
}

input[type="checkbox"]:after, input[type="radio"]:after {
	content: ' ';
	pointer-events: none;
	transform: scale(2);
	transition: 100ms transform ease-out;
	opacity: 0;
	display: grid;
}

input[type="checkbox"]:after {
	width: .9375em;
	height: .9375em;
	clip-path: polygon(32% 70%, 90% 17%, 99% 28%, 33% 90%, 1% 59%, 11% 49%);
	box-shadow: inset 1em 1em #fff;
	/* Windows High Contrast Mode */
	background-color: CanvasText;
}

input[type="radio"]:after {
	background-color: white;
	border-radius: 50%;
	width: .5em;
	height: .5em;
}

input:checked + label, input:checked + .inputReplaceLabel label {
	color: #08d000;
}

input[type="checkbox"]:disabled, input[type="radio"]:disabled {
	filter: grayscale(1);
	opacity: .5;
	pointer-events: none;
}

.switcher {
	display: inline-flex;
}

.switcher__l, .switcher__r {
	position: relative;
	flex: 1;
	border: 1px solid #ccc;
	border-width: 1px 0 1px 1px;
	border-radius: 2px 0 0 2px;
	padding: 2px;
}

.switcher__r {
	border-left-width: 0;
	border-width: 1px 1px 1px 0;
	border-radius: 0 2px 2px 0;
}

.switcher .switcher__input {
	appearance: none;
	border-radius: 0;
	width: 4em;
	height: 2em;
	background: transparent;
	border-width: 0;
	display: block;
	transition-delay: 0;
	box-shadow: none;
	transform: none;
	transition: none;
	border-radius: 2px;
	cursor: pointer;
	background-color: #fff;
}

.switcher__label {
	display: grid;
	place-content: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	font-size: .875em;
	padding: 0;
	margin: 0;
	z-index: 2;
	color: var(--textColor);
	transition: color .2s;
	transition-delay: 0;
	pointer-events: none;
}

.switcher .switcher__input:not(:checked):hover {
	background: rgba(0, 0, 0, 0.05);
}


/* posouvátko */

.switcher .switcher__input:checked:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: var(--primColor);
	border-radius: 2px;
	z-index: 2;
}

.switcher .switcher__input:checked + .switcher__label {
	color: white;
	transition-delay: .15s;
}


/* biColor */


/*
.switcher__l .switcher__input:checked, .switcher__l .switcher__input:checked:before {
	background: green;
}

.switcher__r .switcher__input:checked, .switcher__r .switcher__input:checked:before {
	background: red;
}
*/

.switcher__l .switcher__input:checked:focus::before {
	/*cas posunu */
	animation: s1 .3s ease-in-out;
}

.switcher__r .switcher__input:checked:focus::before {
	/*cas posunu */
	animation: s2 .3s ease-in-out;
}

.switcher .switcher__input:checked {
	transition: background .1s;
	/*cas posunu */
	transition-delay: .3s;
	box-shadow: none;
	/* prevence opetovneho kliknuti na chcecked */
	pointer-events: none;
}

@keyframes s1 {
	from {
		transform: translateX(100%);
	}
	to {
		transform: translateX(0%);
	}
}

@keyframes s2 {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0%);
	}
}

.switcher .switcher__input:after {
	display: none;
}

.topNav .open {
	display: none;
}

@media screen and (min-width: 1245px) {
	.showOn {
		display: none;
	}
	.topNav {
		display: block !important;
		white-space: normal;
		position: absolute;
		z-index: 101;
		right: auto;
		left: 240px;
		top: 29px;
		background: transparent;
		color: white;
		width: auto;
		padding: 0 0;
	}
	.topNav a {
		display: block;
		padding: 0 9px;
		text-decoration: none;
		color: white;
		font-size: 1.2em;
		font-weight: 400;
		line-height: 33px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	.topNav li:hover a {
		background: black;
		color: white;
		text-decoration: none;
	}
	.topNav ul {
		margin: 0;
		text-align: center;
	}
	.topNav ul li {
		display: inline-block;
		padding: 0 5px;
	}
	.scrolled .topNav {
		top: 16px;
	}
	.header-in .logo img, .topNav, .header-in .logo span, .header-in, .btnBox .logBtn, .btnBox .logBtn.rollOut:before {
		-webkit-transition: all 0.2s;
		-moz-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
		-webkit-transition-delay: 0;
		transition-delay: 0;
		-moz-transition-delay: 0;
		-o-transition-delay: 0;
	}
	.loginBox {
		-webkit-transition: top 0.2s;
		-moz-transition: top .2s;
		-o-transition: top .2s;
		transition: top .2s;
	}
	.btnBox .logBtn, .btnBox .logBtn.rollOut:before {
		line-height: 90px;
	}
	.header-in .logo span {
		height: 90px;
	}
	.header-in .logo img {
		width: 180px;
		height: 72px;
	}
	.loginBox {
		top: 90px;
	}
	.scrolled .header-in .logo span {
		height: 60px;
	}
	.scrolled .header-in .logo img {
		width: 138px;
		height: 55px;
	}
	.scrolled .btnBox .logBtn, .scrolled .btnBox .logBtn.rollOut:before {
		line-height: 65px;
	}
	.scrolled .loginBox {
		top: 65px;
	}
	.index .main {
		padding-top: 0;
	}
	.index .blok1, .main {
		padding-top: 25px;
	}
	.main+.main {
		padding-top: 0;
	}
	.btnBox .contactBtn {
		display: none;
	}
}

@media screen and (max-width: 1300px) {
	.row-pad50 {
		margin-left: -25px !important;
		margin-right: -25px !important;
	}
	.row-pad50 div[class^="col"] {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width: 1245px) {
	html, body {
		margin: 0;
		padding: 0;
		min-width: 260px;
	}
	.header-in, .main-in, .footer-in {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-in .logo span {
		height: 60px;
	}
	.header-in .logo img {
		width: 138px;
		height: 55px;
	}
	.row {
		margin-left: -10px !important;
		margin-right: -10px !important;
	}
	.row div[class^="col"] {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.row-pad5 div[class^="col"] {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.row-pad10 div[class^="col"] {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.row-pad5 {
		margin-left: -5px !important;
		margin-right: -5px !important;
	}
	.row-pad10 {
		margin-left: -10px !important;
		margin-right: -10px !important;
	}
	img[src*="wysiwyg_thumbs"] {
		width: 100% !important;
		max-width: 50%;
		height: auto !important;
	}
	.topCont {
		padding-right: 0;
	}
	.topNav {
		right: 15px;
	}
	.question {
		padding-top: 20px;
	}
	.blok1 .main-in {
		padding: 0 15px;
	}
	.header-in .logo {
		padding-left: 0;
	}
	.question {
		min-height: 0;
	}
	.contact .form {
		max-width: 70%;
	}
	.midCol {
		width: 70%;
	}
	.rightCol {
		width: 30%;
		padding: 20px 0 20px 30px;
	}
	.blok7 .content {
		padding: 10px 0 0 0;
	}
	.program {
		margin: 5px 15px;
	}
	.ff {
		float: left;
		padding-right: 0;
	}
	.ff+.ff {
		padding-left: 30px;
	}
}

@media screen and (max-width: 960px) {
	.blok2 .fung li+li::after {
		width: 25%;
		left: -25%;
	}
	.loga span {
		padding: 20px 0;
	}
	.content {
		padding: 20px 0;
	}
	.zal {
		margin-top: -20px;
	}
	.footer div[class^="col"] {
		padding: 0 15px;
		float: none;
		text-align: center !important;
		width: 100%;
		float: none;
		margin: 3px 0;
	}
	.footer h3 {
		text-align: center;
		margin: 0;
		padding-top: 10px;
	}
	.soc {
		text-align: center;
	}
	.ff {
		float: none;
		padding: 5px 0 !important;
	}
	.footer h4 i {
		display: none;
	}
	.footer h4 {
		padding-top: 15px;
	}
	.midCol, .rightCol {
		width: 100%;
		float: none;
		padding: 0;
	}
	.rightCol {
		padding: 0 0 10px 0;
	}
	.box {
		max-width: 600px;
		margin: 0 auto;
	}
	.submit {
		margin: 0;
	}
	.kroky {
		position: static;
		padding: 0;
		width: 100%;
		margin-top: 15px;
	}
	.kroky strong {
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}
	.stepsBlok .form {
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.kroky:after, .kroky strong {
		display: none;
	}
	.stepsBlok {
		margin-bottom: 0;
	}
	.lomic {
		margin-top: -1px;
	}
	.stepsBlok .form h2 {
		margin-top: 0;
	}
	.blok7 .content {
		padding: 10px 0 0 0;
	}
	.stepsBlok .rightCol {
		display: none;
	}
	.popupBar #afCookieLogo {
		width: 20%;
	}
	.popupBar img {
		width: auto;
		height: auto;
		max-width: 100%;
		width: 100%;
		min-width: 100px;
	}
	.popupBar #afCookieLong {
		width: 80%;
	}
	.infoMap {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	.claim {
		display: none;
	}
	.zadost {
		text-align: center;
		padding: 15px 0;
		margin-bottom: 0;
	}
	.main {
		padding-bottom: 0;
	}
	.blok2 .fung {
		margin: 15px 0;
	}
	.blok2 .fung li {
		float: none;
		width: 100%;
		text-align: center;
		padding: 0 10px;
	}
	.blok2 .fung li+li {
		margin-top: 15px;
	}
	.blok2 .fung strong {
		font-size: 2em;
		display: block;
		max-width: 100%;
	}
	.blok2 .fung img {
		height: 60px;
	}
	.blok3 h2 {
		padding: 0 0;
		margin: 0;
	}
	.blok2 .fung li+li::after {
		display: none;
	}
	.stepsH1 h1 {
		padding-left: 0;
		background-image: none !important;
	}
	.blok1 {
		background-image: url(../img/bg1x.jpg);
		background-position: center 100%;
		background-attachment: scroll;
		background-size: cover;
	}
	.stepsBlok, .event-late {
		background-image: url(../img/bg7x.jpg);
	}
	.event-deny {
		background-image: url(../img/bg10x.jpg);
	}
	.event-cancel {
		background-image: url(../img/bg9x.jpg);
	}
	.event-miss {
		background-image: url(../img/bg8x.jpg);
	}
	.btn.float-right, .btnRight .btn, .range {
		float: none !important;
		margin: 0;
		display: inline-block;
	}
	.btnRight {
		margin: 10px 0;
	}
	.zal {
		background: #e01e20;
	}
	.zal ul {
		display: none;
	}
	.zal-resp {
		display: block;
		padding: 5px 5px 5px 0;
	}
	.zal-resp select {
		width: 100%;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 650px) {
	.header-in .logo img {
		width: 110px;
		height: 44px;
	}
	.col-4, .col-6, .col-5, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		width: 100%;
		float: none;
		margin: 10px 0;
		clear: both;
	}
	.col-1, .col-2, .col-3 {
		width: 50%;
		margin: 10px 0;
	}
	.row div[class^="col"]:first-child {
		margin-top: 0;
	}
	.footer {
		padding-top: 10px;
	}
	.separated div[class^="col"] {
		border: 0;
	}
	.article {
		margin: 10px 0 0 0;
		padding: 0 0;
	}
	.btnBox, .btnBox .logBtn, .showOn {
		margin-left: 5px;
	}
	.contact .form {
		max-width: 100%;
	}
	.change {
		width: 60px;
	}
	.change span {
		display: none;
	}
	.stepsH1 h1 {
		padding-right: 60px;
		font-size: 2em;
	}
	.rozc h2 strong {
		font-size: 2em;
	}
	.rozcUp .rozc a, .rozcUp .rozc em {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.form .inputReplace {
		margin-top: 0;
	}
	table.kompenzaceTab, table.kompenzaceTab tr, table.kompenzaceTab td, table.kompenzaceTab th, .kompenzaceTab tbody {
		display: block;
		width: 100% !important;
		text-align: left !important;
		border: 0;
	}
	.kompenzaceTab thead {
		display: none;
	}
	table.kompenzaceTab td {
		padding: 5px 10px;
	}
	table.kompenzaceTab {
		border-top: 1px solid #eaeaea;
	}
	table.kompenzaceTab td:empty, table.kompenzaceTab th:empty, table.kompenzaceTab tr:empty {
		display: none;
	}
	table.kompenzaceTab i {
		display: none;
	}
	.kompenzaceTab .thRow {
		display: none;
	}
	.kk {
		display: block;
		margin-left: 0;
	}
	table.kompenzaceTab td {
		border-top: 1px solid rgba(0, 0, 0, .1);
	}
	table.kompenzaceTab tr+tr {
		border-top: 1px solid rgba(0, 0, 0, .1);
	}
	.topNav a {
		font-size: 1.1em;
	}
	.btnBox {
		display: none;
	}
	.topNavBtn {
		display: block;
		text-align: center;
		display: block;
		padding-top: 8px;
	}
	.topNavBtn a {
		display: block;
		text-decoration: none;
		color: white;
		text-transform: uppercase;
		font-size: 1em;
		padding: 20px 8px;
		color: white;
		background: #e01e20;
	}
	.topNavBtn a:hover {
		color: white;
		text-decoration: none;
		background: black;
	}
	.topNav {
		padding-bottom: 0;
	}
	.topNavBtnLogIn {
		text-align: left;
		display: block;
		border-top: 1px solid rgba(255, 255, 255, .5);
		margin-top: 8px;
		padding: 8px 0;
	}
	.topNavBtnLogIn strong {
		display: block;
		font-weight: 300;
		padding: 8px 30px;
		font-size: 1.4em;
	}
	.topNavBtnLogIn a {
		display: block;
		padding: 8px 30px;
		text-decoration: none;
		color: white;
		font-size: 1.1em;
		line-height: 1.2em;
	}
	.topNavBtnLogIn a:hover {
		color: white;
		text-decoration: none;
		background: #e01e20;
	}
	.cookies, .affiliate {
		padding: 5px 0;
	}
	.popupBar p {
		margin: 0;
		display: block;
		vertical-align: middle;
		text-align: center;
	}
	.popupBar p+p {
		text-align: center;
		padding-left: 0;
		margin: 5px 0;
	}
	.popupBar img {
		float: none;
		display: inline-block;
	}
	.icoText .col-6:after {
		display: none;
	}
	.icoText article {
		background-repeat: no-repeat;
		background-position: 0 0 !important;
		padding-left: 80px;
		background-size: 60px 60px !important;
		position: relative;
		padding-bottom: 0px;
	}
	.icoText article h3 {
		margin-top: 0;
		padding-top: 0;
		margin-bottom: 0;
	}
	.icoText .event-late .eBtn, .icoText .event-cancel .eBtn {
		position: static;
		margin-bottom: 1em;
	}
	.icoText .event-late, .icoText .event-cancel {
		padding-bottom: 0;
		position: static;
	}
}

@media screen and (max-width: 470px) {
	body {
		font-size: .85em;
	}
	h1 {
		font-size: 2em;
		margin: 1.5em 0 20px 0;
	}
	h2 {
		font-size: 2em;
		margin: 1.5em 0 20px 0;
	}
	h3 {
		font-size: 1.7em;
		margin: 1.5em 0 20px 0;
	}
	h4 {
		font-size: 1.5em;
		margin: 1.5em 0 20px 0;
	}
	h5 {
		font-size: 1.3em;
		margin: 1.5em 0 20px 0;
	}
	.blok1 .row a {
		height: auto;
		padding: 15px;
	}
	.blok1 .row h2 strong {
		font-size: 2em;
	}
	.article .aPic span {
		display: block;
		overflow: hidden;
		width: 100px;
	}
	.article .aPic {
		display: block;
		float: left;
	}
	.article .text {
		display: block;
	}
	.article+.article {
		margin-left: 0;
	}
	.article+.article .date {
		display: block;
	}
	.article .aPic span img {
		width: 130px;
	}
	.col-1, .col-2, .col-3 {
		width: 100%;
		float: none;
		margin: 10px 0;
		clear: both;
	}
	.potvrzeni {
		left: 5%;
		top: 10px;
		width: 90;
		margin-left: 0;
	}
	.potvrzeni .btn {
		float: none !important;
		margin: 10px auto;
		text-align: center;
		width: auto;
	}
	/*.tab, .tab tr, .tab td, .tab th, .tab tbody{ display: block; width: 100% !important; text-align: left !important; border: 0; }
	.tab tr{ border-bottom: 1px solid #eaeaea; padding: 0 0; }
	.tab td, .tab th{ padding: 5px 10px; }
	.tab{ border-top: 1px solid #eaeaea; }
	.tab td:empty, .tab th:empty, .tab tr:empty{ display: none; }*/
	.tab i {
		display: none;
	}
	.detTab, .detTab tr, .detTab td, .detTab th, .detTab tbody {
		display: block;
		width: 100% !important;
		text-align: left !important;
		border: 0;
		padding: 2px 0;
	}
	.tab .thRow {
		display: none;
	}
	.loga span {
		display: block;
		padding: 2px 0;
	}
	.topNav {
		width: 290px;
	}
	.question img {
		display: inline-block;
	}
	.kroky span, .kroky a {
		font-size: 1.8em;
		width: 50px;
		height: 50px;
		line-height: 48px;
	}
	.program .pf .pff {
		float: none;
		width: 100%;
		text-align: center !important;
	}
	.program {
		margin: 5px 0;
		padding-bottom: 10px;
		background-image: none;
	}
	.footer .row + .row img {
		display: none;
	}
	.rozcUp h2 {
		float: none;
		width: 100%;
	}
	.rozcUp .rozc a, .rozcUp .rozc em {
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
		background-size: cover;
	}
	.rozc .r2 {
		background-image: url(../img/r1x.jpg);
	}
	.rozc .r2 {
		background-image: url(../img/r2x.jpg);
	}
	.rozc .r3 {
		background-image: url(../img/r3x.jpg);
	}
	.rozc .r4 {
		background-image: url(../img/r4x.jpg);
	}
	.help {
		position: static;
	}
	.help .popup {
		position: fixed;
		left: 2.5%;
		top: 75px;
		width: 95%;
		z-index: 10000;
		cursor: pointer;
	}
	.popup .arrow {
		display: none;
	}
	.popupBar #afCookieLogo {
		text-align: center;
		display: block;
		padding: 0;
		width: auto;
	}
	.popupBar img {
		width: auto;
		height: auto;
		max-width: 100px;
		min-width: 0;
		max-height: 75px;
	}
	.popupBar #afCookieLong {
		text-align: center;
		display: block;
		padding: 0;
		width: 100%;
		;
	}
}

/*input, textarea, select, .search button{
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAOCAIAAACKFloIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACVJREFUeNpi+fTpEwMDAwsjIyMSxcTERKQghAJJYPCYIDyAAAMAJAUDMM1gx/MAAAAASUVORK5CYII=);
background-repeat: repeat-x;}*/
@media print{
*{ color: Black !important; background-color: White !important; }
html,body{ color: Black !important; background-color: White !important; font-family: "Times New Roman", Times, serif; font-size: 11pt; }
a{ color: Black !important; background-color: White !important; }

@page{ margin: 2cm; } 

#nav, #menu, #left, .zapati, .potvrzeni,  #top, #right, div#submenu,.banner,div#head img,  .ban-top, .ban2, div#head img, #login, #topnav, #supernav, #drobky, object, #flash, .zapati, .search, #pata, #search, .drobky, #mutace, .mutace, .submenu, #submenu, form, .noprint, .banner, #banner-top, .banner-top
{ display: none; }
#head{ margin-bottom: 1cm;  font-size: 1.5em; font-weight: bold;
}
#head a{ text-decoration: none; }

div#head span.hidden{ position: static; top: auto; left: auto; font-size: 20pt; font-weight: bold; }
table.tab{ border-collapse: collapse; font-size: 1em; }
table.tab td{ border: 1px solid black; }
input, textarea, select{ font-size: 1em; }

.obr{ float: left; margin: 0px 2em .5em 0; border-width: 0px; display: block; }
.obr2{ float: right; margin: 0px 0px .5em 2em; border-width: 0px; display: block; }
.obr3{ border: 1px solid black; }
img{ float: left; margin: 0 2em .5em 0; }
.hidden{ display: none; }

a img{ border: 0; }

div#plocha, div#main, div#stred{ margin: 0; padding: 0; }


h1,h2,h3,h4,h5,h6{page-break-after:avoid; font-family: inherit; font-weight:bold;margin:.4em 0; clear: both;}

h1{font-size:15pt; margin:15pt 0 3pt 0;}
h2{font-size:14pt; margin:15pt 0 6pt 0;}
h3{font-size:13pt; margin:15pt 0 4pt 0;}
h4{font-size:12pt; margin:15pt 0 3pt 0;}
h5{font-size:11pt; margin:15pt 0 2pt 0;}
h6{font-size:10pt; margin:15pt 0 2pt 0;}


hr{ height: 1px; color: gray; background: gray; clear: both; margin: 0; padding: 0; border: 0; }

img, ul, ol{page-break-inside:avoid;}




}
