/**********************************
RESET
**********************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

table img {
  max-width: none;
}

textarea, input, select {
  font-size: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
}

/**********************************
MY CLASSES
**********************************/
.hidden, .submithidden {
  display: none !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.s-hidden-flex {
  display: none !important;
}
@media (min-width: 576px) {
  .s-hidden-flex {
    display: flex !important;
  }
}

.l-hidden {
  display: block !important;
}
@media (min-width: 1090px) {
  .l-hidden {
    display: none !important;
  }
}

.s-m-hidden {
  display: none !important;
}
@media (min-width: 1090px) {
  .s-m-hidden {
    display: block !important;
  }
}

.s-m-hidden-flex {
  display: none !important;
}
@media (min-width: 1090px) {
  .s-m-hidden-flex {
    display: flex !important;
  }
}

.f-left {
  float: left !important;
}

.f-right {
  float: right !important;
}

.t-left {
  text-align: left !important;
}

.t-center {
  text-align: center !important;
}

.t-right {
  text-align: right !important;
}

.v-top {
  vertical-align: top !important;
}

.v-center {
  vertical-align: middle !important;
}

.v-bott {
  vertical-align: bott !important;
}

.full {
  width: 100% !important;
}

hr {
  border: none;
  border-bottom: 1px solid #bfbfbf;
}

.page p:empty {
  display: none;
}

.clear {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

/**********************************
FLEX
**********************************/
@media (min-width: 768px) {
  .flex {
    display: flex;
  }
}
.flex > * {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .flex > * {
    margin-bottom: 0;
  }
}
.flex .col-48 {
  width: 100%;
}
@media (min-width: 768px) {
  .flex .col-48 {
    width: 48%;
  }
}

.inline-flex {
  display: inline-flex;
}

.flex-mobile {
  display: flex;
}

.a-center {
  align-items: center;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.flex-true {
  flex: 1 1 auto;
}

.flex-false {
  flex: 0 0 auto;
}

.flex-wrap {
  flex-wrap: wrap;
}

/**********************************
WIDTH
**********************************/
.tiny {
  width: 30px !important;
}

.w1 {
  width: 10px !important;
}

.w2 {
  width: 20px !important;
}

.w3 {
  width: 30px !important;
}

.w4 {
  width: 40px !important;
}

.w5 {
  width: 50px !important;
}

.w6 {
  width: 60px !important;
}

.w7 {
  width: 70px !important;
}

.w8 {
  width: 80px !important;
}

.w9 {
  width: 90px !important;
}

.w10 {
  width: 100px !important;
}

/**********************************
SPACING
**********************************/
/*** tmg ***/
.tmg-0 {
  margin-top: 0px !important;
}

.tmg-1 {
  margin-top: 1px !important;
}

.tmg-2 {
  margin-top: 2px !important;
}

.tmg-3 {
  margin-top: 3px !important;
}

.tmg-4 {
  margin-top: 4px !important;
}

.tmg-5 {
  margin-top: 5px !important;
}

.tmg-10 {
  margin-top: 10px !important;
}

.tmg-15 {
  margin-top: 15px !important;
}

.tmg-20 {
  margin-top: 20px !important;
}

.tmg-25 {
  margin-top: 25px !important;
}

.tmg-30 {
  margin-top: 30px !important;
}

.tmg-40 {
  margin-top: 40px !important;
}

.tmg-50 {
  margin-top: 50px !important;
}

.tmg-60 {
  margin-top: 60px !important;
}

.tmg-70 {
  margin-top: 70px !important;
}

.tmg-80 {
  margin-top: 80px !important;
}

.tmg-90 {
  margin-top: 90px !important;
}

.tmg-100 {
  margin-top: 100px !important;
}

/*** rmg ***/
.rmg-0 {
  margin-right: 0px !important;
}

.rmg-1 {
  margin-right: 1px !important;
}

.rmg-2 {
  margin-right: 2px !important;
}

.rmg-3 {
  margin-right: 3px !important;
}

.rmg-4 {
  margin-right: 4px !important;
}

.rmg-5 {
  margin-right: 5px !important;
}

.rmg-10 {
  margin-right: 10px !important;
}

.rmg-15 {
  margin-right: 15px !important;
}

.rmg-20 {
  margin-right: 20px !important;
}

.rmg-25 {
  margin-right: 25px !important;
}

.rmg-30 {
  margin-right: 30px !important;
}

.rmg-40 {
  margin-right: 40px !important;
}

.rmg-50 {
  margin-right: 50px !important;
}

.rmg-60 {
  margin-right: 60px !important;
}

.rmg-70 {
  margin-right: 70px !important;
}

.rmg-80 {
  margin-right: 80px !important;
}

.rmg-90 {
  margin-right: 90px !important;
}

.rmg-100 {
  margin-right: 100px !important;
}

/*** bmg ***/
.bmg-0 {
  margin-bottom: 0px !important;
}

.bmg-1 {
  margin-bottom: 1px !important;
}

.bmg-2 {
  margin-bottom: 2px !important;
}

.bmg-3 {
  margin-bottom: 3px !important;
}

.bmg-4 {
  margin-bottom: 4px !important;
}

.bmg-5 {
  margin-bottom: 5px !important;
}

.bmg-10 {
  margin-bottom: 10px !important;
}

.bmg-15 {
  margin-bottom: 15px !important;
}

.bmg-20 {
  margin-bottom: 20px !important;
}

.bmg-25 {
  margin-bottom: 25px !important;
}

.bmg-30 {
  margin-bottom: 30px !important;
}

.bmg-40 {
  margin-bottom: 40px !important;
}

.bmg-50 {
  margin-bottom: 50px !important;
}

.bmg-60 {
  margin-bottom: 60px !important;
}

.bmg-70 {
  margin-bottom: 70px !important;
}

.bmg-80 {
  margin-bottom: 80px !important;
}

.bmg-90 {
  margin-bottom: 90px !important;
}

.bmg-100 {
  margin-bottom: 100px !important;
}

/*** lmg ***/
.lmg-auto {
  margin-left: auto !important;
}

.lmg-0 {
  margin-left: 0px !important;
}

.lmg-1 {
  margin-left: 1px !important;
}

.lmg-2 {
  margin-left: 2px !important;
}

.lmg-3 {
  margin-left: 3px !important;
}

.lmg-4 {
  margin-left: 4px !important;
}

.lmg-5 {
  margin-left: 5px !important;
}

.lmg-10 {
  margin-left: 10px !important;
}

.lmg-15 {
  margin-left: 15px !important;
}

.lmg-20 {
  margin-left: 20px !important;
}

.lmg-25 {
  margin-left: 25px !important;
}

.lmg-30 {
  margin-left: 30px !important;
}

.lmg-40 {
  margin-left: 40px !important;
}

.lmg-50 {
  margin-left: 50px !important;
}

.lmg-60 {
  margin-left: 60px !important;
}

.lmg-70 {
  margin-left: 70px !important;
}

.lmg-80 {
  margin-left: 80px !important;
}

.lmg-90 {
  margin-left: 90px !important;
}

.lmg-100 {
  margin-left: 100px !important;
}

/*** tpd ***/
.tpd-0 {
  padding-top: 0px !important;
}

/*** rpd ***/
.rpd-0 {
  padding-right: 0px !important;
}

/*** bpd ***/
.bpd-0 {
  padding-bottom: 0px !important;
}

/*** lpd ***/
.lpd-0 {
  padding-left: 0px !important;
}

/*** padding ***/
.padd-5 {
  padding: 5px !important;
}

/**********************************
COLORS
**********************************/
.red {
  color: #e30015 !important;
}

.white {
  color: #ffffff !important;
}

.green {
  color: #388908 !important;
}

.green-bg {
  background-color: #388908 !important;
}

.red-bg {
  background-color: #e30015 !important;
}

/**********************************
FONTS
**********************************/
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/**********************************
LINKS
**********************************/
a {
  text-decoration: none;
  color: #044b8a;
}

a:hover {
  text-decoration: underline;
}

p a {
  text-decoration: underline;
  font-weight: bold;
}

p a:hover {
  text-decoration: none;
}

/**********************************
P
**********************************/
p {
  line-height: 1.5;
  padding-bottom: 1em;
}
p:last-child {
  padding-bottom: 0;
}

/**********************************
UL, OL
**********************************/
ul.def, ol.def {
  margin-bottom: 1em;
}
ul.def:last-child, ol.def:last-child {
  margin-bottom: 0;
}

ul.def li, ol.def li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.3;
}

ul.def li::before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  border: 1px solid #000000;
  position: absolute;
  top: 0.5em;
  left: 0.2em;
}

ol.def {
  margin-left: 1em;
}
ol.def li {
  padding-left: 0;
}

/**********************************
FONT WEIGHT
**********************************/
strong {
  font-weight: 600;
}

b {
  font-weight: 700;
}

.semibold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.no-bold {
  font-weight: 500 !important;
}

/**********************************
FONT SIZE
**********************************/
.small-font {
  font-size: 90%;
}

.big-font {
  font-size: 110%;
}

.big-font2 {
  font-size: 120%;
}

.big-font3 {
  font-size: 130%;
}

/**********************************
HEADINGS
**********************************/
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-bottom: 0.6em;
  margin-top: 2em;
  line-height: 1.2;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.1em;
  color: #044b8a;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
}

.h-section {
  padding: 0.5em 0.7em;
  background: #00294d;
  color: #ffffff;
  font-size: 0.8em;
  display: inline-block;
  font-weight: 600;
  margin: 2em 0 0 0;
}
.h-section:first-child {
  margin-top: 0;
}
.h-section:hover {
  text-decoration: none;
}
.h-section[href]:hover {
  background-color: black;
}

.h-box {
  background: #00294d;
  color: #ffffff;
  padding: 1em;
  margin: 0.5em 0 0 0;
  font-size: 1em;
}

/**********************************
FORMS
**********************************/
label {
  font-weight: 600;
}

input, textarea, select {
  background: #ffffff;
  padding: 0 0.8em;
  border: 1px solid #bfbfbf;
  color: #000000;
  height: 2.5rem;
  line-height: 2.5rem;
  display: inline-block;
}

input.button, input.submit {
  -webkit-appearance: none;
  border: none;
}

.check {
  width: auto;
  border: 0;
  margin: 0 0 -1px 0;
  padding: 0;
  background: none;
}

textarea {
  overflow: auto;
  height: auto;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 25px;
  outline: 0;
  position: relative;
  width: auto;
  background: url(../img/icons/select.png) no-repeat right center white;
}

select::-ms-expand { /* for IE 11 */
  display: none;
}

input[type=checkbox], input[type=radio] {
  visibility: hidden;
  display: none;
}

label.checkbox {
  cursor: pointer;
  padding-left: 30px;
  overflow: visible;
  display: inline-block !important;
  position: relative;
  line-height: 20px;
  width: auto !important;
}

label.checkbox:before {
  background: #ffffff;
  border: 1px solid #bfbfbf;
  color: #388908;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 20px !important;
}

label.checkbox:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  background: transparent;
  top: 5px;
  left: 4px;
  border: 4px solid #388908;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  font-size: 20px !important;
}

label.checkbox-after {
  padding-left: 0;
  padding-right: 30px;
}

label.checkbox.checkbox-after:before {
  top: 0;
  left: auto;
  right: 0;
}

label.checkbox.checkbox-after:after {
  top: 5px;
  right: 4px;
  left: auto;
}

input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after {
  opacity: 1;
}

/**********************************
BUTTONS
**********************************/
.button, .submit {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
  cursor: pointer;
  color: #ffffff;
  padding: 0.8em 1.5em;
  line-height: 1.5;
  display: inline-block;
  background: #00294d;
  text-align: center;
}
.button.button--small, .submit.button--small {
  padding: 0.4em 0.75em;
  font-size: 0.7em;
}
.button:hover, .submit:hover {
  background-color: #001b34;
  text-decoration: none;
}

.button--green {
  background-color: #388908;
}
.button--green:hover {
  background-color: #2e7107;
}

.button--reset {
  background-color: gray;
}
.button--reset:hover {
  background-color: #737373;
}

/**********************************
TABLES
**********************************/
/*** table-form ***/
.table-form {
  width: 100%;
}

.table-form tr {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .table-form tr {
    flex-direction: row;
  }
}

.table-form td,
.table-form th {
  padding: 0.5em 0;
  vertical-align: top;
  text-align: left;
  width: 100%;
}
@media (min-width: 576px) {
  .table-form td,
  .table-form th {
    padding: 0.5em 1em;
  }
  .table-form td:first-child,
  .table-form th:first-child {
    padding-left: 0;
  }
}

.table-form th {
  padding-top: 1em;
}

.table-form label {
  display: block;
  margin-bottom: 0.5em;
}

.table-form input, .table-form select, .table-form textarea {
  width: 100%;
}

@media (min-width: 576px) {
  .table-form input[type=submit] {
    width: auto;
  }
}

/*** table1 ***/
.table1 {
  width: 100%;
}

.table1 td,
.table1 th {
  padding: 0.5em 1em;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
  flex: 0 1 auto;
}

.table1 tr:last-child td,
.table1 tr:last-child th {
  border: none;
}

.table1 thead th {
  background-color: #c4e2ff;
}

/*** table2 ***/
.table2 {
  width: 100%;
}

.table2 td,
.table2 th {
  padding: 0.5em 1em;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
  flex: 0 1 auto;
}

.table2 tr:nth-child(even) td,
.table2 tr:nth-child(even) th {
  background-color: rgba(191, 191, 191, 0.1);
}

.table2 tr:last-child td,
.table2 tr:last-child th {
  border: none;
}

.table2 thead tr th,
.table2 thead tr:nth-child(even) th {
  background-color: #c4e2ff;
}

/*** table tiny ***/
.table--tiny td,
.table--tiny th {
  padding: 0.1em;
  font-size: 0.8em;
}

/*** mobile flex ***/
.table-flex-mobile tr {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .table-flex-mobile tr {
    display: table-row;
  }
}

.table1.table-flex-mobile tr,
.table2.table-flex-mobile tr {
  border-bottom: 1px solid rgba(191, 191, 191, 0.6);
}
@media (min-width: 576px) {
  .table1.table-flex-mobile tr,
  .table2.table-flex-mobile tr {
    border-bottom: none;
  }
}
.table1.table-flex-mobile tr:last-child,
.table2.table-flex-mobile tr:last-child {
  border: none;
}

.table1.table-flex-mobile td,
.table1.table-flex-mobile th,
.table2.table-flex-mobile td,
.table2.table-flex-mobile th {
  border-bottom: none;
}
@media (min-width: 576px) {
  .table1.table-flex-mobile td,
  .table1.table-flex-mobile th,
  .table2.table-flex-mobile td,
  .table2.table-flex-mobile th {
    border-bottom: 1px solid rgba(191, 191, 191, 0.6);
  }
}

.table1.table-flex-mobile tr:last-child td,
.table1.table-flex-mobile tr:last-child th,
.table2.table-flex-mobile tr:last-child td,
.table2.table-flex-mobile tr:last-child th {
  border: none;
}

/*** tiny tables ***/
.tiny-tables {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.tiny-tables > * {
  width: 100%;
  margin-bottom: 1em;
  width: 49%;
}
@media (min-width: 576px) {
  .tiny-tables > * {
    width: 19%;
  }
}

/*** table-overflow ***/
.table-overflow {
  overflow: auto;
}

/**********************************
REPORTS
**********************************/
.report {
  padding: 1em;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.report.err {
  background-color: #ffe3e6;
  color: #e30015;
}
.report.ok {
  background-color: #dbfcc7;
  color: #388908;
}
.report.info {
  background-color: #c4e2ff;
  color: #0064c4;
}

.formerror,
.form-err {
  color: #e30015;
}
.formerror input, .formerror select, .formerror textarea,
.form-err input,
.form-err select,
.form-err textarea {
  border-color: #e30015;
}

input.formerror, select.formerror, textarea.formerror,
input.form-err, select.form-err, textarea.form-err {
  border-color: #e30015;
}

/**********************************
LAYOUT
**********************************/
body {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 0.8em;
}
@media (min-width: 999999px) {
  body {
    font-size: 0.9em;
  }
}

.screen {
  position: relative;
  background: #ffffff;
  margin: auto;
}
@media (min-width: 768px) {
  .screen {
    width: calc(768px - 40px);
    border: 15px solid #ffffff;
  }
}
@media (min-width: 1090px) {
  .screen {
    width: calc(1090px - 40px);
  }
}
@media (min-width: 999999px) {
  .screen {
    width: calc(999999px - 40px);
  }
}

.content-width {
  width: 94%;
  margin: auto;
}
@media (min-width: 768px) {
  .content-width {
    width: 97%;
  }
}

.blok {
  padding: 1.5em;
  border: 1px solid rgba(191, 191, 191, 0.5);
  line-height: 1.5;
  margin-bottom: 1em;
}
.blok:last-child {
  margin-bottom: 0;
}

/**********************************
TOPBAR
**********************************/
.topbar {
  background-color: #044b8a;
  color: #ffffff;
  font-size: 0.8em;
  padding: 0.4em 0;
}
.topbar a {
  color: #ffffff;
}

.topbar-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.livedata-title {
  display: inline-block;
  background: #e30015;
  padding: 0.2em;
  margin-right: 0.3em;
}

.social-date {
  display: none;
}
@media (min-width: 576px) {
  .social-date {
    display: flex;
    align-items: center;
  }
}

.social {
  display: flex;
  margin-right: 1em;
}

.social a {
  display: flex;
  align-items: center;
  margin-right: 0.5em;
}

.social a:hover {
  text-decoration: none;
}

.social .material-icons {
  font-size: 1.6em;
}

.social-title {
  margin-left: 0.5em;
}

.social a:hover .social-title {
  text-decoration: underline;
}

.date {
  font-size: 0.9em;
}

/**********************************
HEADER
**********************************/
.head {
  background-color: #c4e2ff;
}

.head-in {
  padding: 0.6em 0;
  position: relative;
}
@media (min-width: 576px) {
  .head-in {
    padding: 1em 0;
  }
}
@media (min-width: 1090px) {
  .head-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 1.5%;
    width: 100%;
  }
}

.logo {
  position: relative;
  z-index: 99;
  width: 9rem;
  display: block;
}
@media (min-width: 576px) {
  .logo {
    width: 11rem;
  }
}
@media (min-width: 999999px) {
  .logo {
    width: 13rem;
  }
}
.logo img {
  display: block;
  width: 100%;
}

/**********************************
MENU
**********************************/
.showmenu {
  cursor: pointer;
  width: 34px;
  height: 22px;
  position: absolute;
  z-index: 99;
  top: 1.35em;
  right: 0;
}
@media (min-width: 576px) {
  .showmenu {
    top: 2em;
  }
}
@media (min-width: 1090px) {
  .showmenu {
    display: none;
  }
}
.showmenu span {
  display: block;
  width: 100%;
  height: 3px;
  background: #00294d;
  position: absolute;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.2s;
  transform-origin: center;
}
.showmenu span.showmenu-top {
  top: 0;
}
.showmenu span.showmenu-middle {
  top: calc(50% - 1.5px);
}
.showmenu span.showmenu-bottom {
  top: calc(100% - 3px);
}
.showmenu.act span {
  transition: transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.showmenu.act span.showmenu-top, .showmenu.act span.showmenu-middle {
  top: calc(50% - 1.5px);
  transform: rotate(135deg);
}
.showmenu.act span.showmenu-middle {
  opacity: 0;
}
.showmenu.act span.showmenu-bottom {
  top: calc(50% - 1.5px);
  transform: rotate(225deg);
}

div.canvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(255, 255, 255);
  z-index: 4;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}

div.canvas.act {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
  display: block;
}
@media (min-width: 1090px) {
  div.canvas.act {
    display: none;
  }
}

.menu {
  margin-top: 0.5em;
  background-color: #c4e2ff;
  display: none;
  position: relative;
  z-index: 99;
}
@media (min-width: 1090px) {
  .menu {
    margin: 0;
    background: none;
    display: block;
    position: static;
  }
}
.menu.mobile-down {
  display: block;
}

.menu-1 > li > a {
  font-size: 1rem;
}
@media (min-width: 1090px) {
  .menu-1 > li > a {
    font-size: 0.9rem;
  }
}
@media (min-width: 999999px) {
  .menu-1 > li > a {
    font-size: 1rem;
  }
}

.menu ul {
  font-size: 0.8rem;
}

@media (min-width: 1090px) {
  .menu .dropdown > a {
    padding-right: 3em;
    position: relative;
  }
  .menu .dropdown > a::after {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 2em;
    top: calc(50% - 0.1em);
    transform-origin: center center;
    transform: rotate(45deg) translateY(-50%);
  }
}

.menu a {
  display: block;
  padding: 0.7rem;
  font-weight: 600;
  color: #00294d;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 1090px) {
  .menu a {
    color: rgba(255, 255, 255, 0.9);
    padding: 2em 1.5em;
    font-size: 1.1em;
    text-align: left;
  }
}
@media (min-width: 999999px) {
  .menu a {
    padding: 2em 2em;
    font-size: 1.3em;
  }
}

@media (min-width: 1090px) {
  .menu-1 {
    display: flex;
  }
}

.menu-1 > li {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 1090px) {
  .menu-1 > li {
    border-bottom: none;
  }
}
.menu-1 > li.menu-soutez a {
  color: #ffdc52;
  background-color: #00294d;
}

@media (min-width: 1090px) {
  .menu-1 > li:nth-child(1) > a {
    background-color: #0075dc;
  }
  .menu-1 > li:nth-child(2) > a {
    background-color: #0062b8;
  }
  .menu-1 > li:nth-child(3) > a {
    background-color: #004f94;
  }
  .menu-1 > li:nth-child(4) > a {
    background-color: #003c71;
  }
  .menu-1 > li:nth-child(5) > a {
    background-color: #00294d;
  }
}
.menu-2 {
  background-color: #deefff;
}
@media (min-width: 1090px) {
  .menu-2 {
    display: none;
    background-color: black;
  }
}

@media (min-width: 1090px) {
  .menu-2 a {
    padding: 1.5rem 1rem 1.5rem 1rem;
  }
}

.menu-3 {
  background-color: #f7fbff;
}
@media (min-width: 1090px) {
  .menu-3 {
    display: none;
    background-color: transparent;
    padding-bottom: 1.5rem;
  }
}

.menu-3 a {
  font-weight: 500;
}
@media (min-width: 1090px) {
  .menu-3 a {
    padding: 0.5rem 1rem;
  }
}

@media (min-width: 1090px) {
  .menu-1 > li:hover > a {
    background-color: black;
    text-decoration: none;
  }
  .menu-1 > li:hover .menu-2 {
    display: flex;
    justify-content: space-around;
    font-size: 0.9em;
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
  }
  .menu-1 > li:hover .menu-3 {
    display: block;
    font-size: 0.8em;
  }
  .menu-2 > li > a:hover {
    text-decoration: underline;
  }
  .menu-3 > li > a:hover {
    text-decoration: underline;
  }
}
.menu li.act > a {
  text-decoration: underline;
}

/**********************************
PAGE
**********************************/
@media (min-width: 768px) {
  .page-in {
    width: 100%;
  }
}
@media (min-width: 1090px) {
  .page-in {
    display: flex;
  }
}

.r {
  margin-top: 1em;
}

.r .banner {
  display: none;
}

@media (min-width: 1090px) {
  .l {
    flex: 1;
    margin-right: 2em;
  }
  .r {
    width: 300px;
    margin-top: 0;
  }
  .r .banner {
    display: block;
  }
}
/**********************************
FOOTER
**********************************/
.foot {
  background-color: #044b8a;
  padding: 1em 0;
  margin-top: 2em;
  color: #ffffff;
}
.foot a {
  color: #ffffff;
}

.foot-in {
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 1090px) {
  .foot-in {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.copy {
  margin-top: 1em;
  order: 2;
  font-size: 0.7em;
}
@media (min-width: 1090px) {
  .copy {
    order: 0;
    margin-top: 0;
  }
}

.copy-1 {
  display: block;
}
@media (min-width: 1090px) {
  .copy-1 {
    display: inline;
  }
}

.footmenu li {
  margin-bottom: 0.5em;
}
@media (min-width: 576px) {
  .footmenu li {
    display: inline-block;
    padding: 0 0.4em;
  }
}
@media (min-width: 1090px) {
  .footmenu li {
    margin-bottom: 0;
  }
}

.footmenu a:hover,
.footmenu li.act a {
  text-decoration: underline;
}

.copyright {
  background-color: #c4e2ff;
  padding: 1em 0;
  text-align: center;
  font-size: 0.7em;
}

/**********************************
PATH
**********************************/
.path-in {
  display: flex;
  align-items: baseline;
  margin: 1.5em auto 1.5em auto;
  font-size: 0.8em;
}
.path-in h1 {
  font-size: 1.4em;
  color: #e30015;
  margin: 0;
}

.path-in > * {
  display: none;
}
@media (min-width: 768px) {
  .path-in > * {
    display: block;
  }
}

.path-in h1 {
  display: block;
}

/**********************************
OTHERS
**********************************/
.platba {
  background-color: rgba(56, 137, 8, 0.2);
  border: 1px solid rgba(56, 137, 8, 0.5);
  padding: 1em;
  text-align: center;
  color: black;
  font-weight: 600;
}

/**********************************
FORMS
**********************************/
.filtr {
  background-color: #ffdc52;
  padding: 1em 1em;
}
@media (min-width: 768px) {
  .filtr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.filtr > label, .filtr > span, .filtr > input:not([type=radio]), .filtr > input:not([type=checkbox]), .filtr > select, .filtr > textarea {
  display: block;
  margin-bottom: 0.5em;
  width: 100%;
}
@media (min-width: 768px) {
  .filtr > label, .filtr > span, .filtr > input:not([type=radio]), .filtr > input:not([type=checkbox]), .filtr > select, .filtr > textarea {
    width: auto;
    margin-bottom: 0;
    margin-left: 0.5em;
  }
}

.buttons-row {
  display: flex;
}
.buttons-row > * {
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .buttons-row > * {
    margin-left: 0.5em;
  }
}
.buttons-row .button--reset {
  max-width: 4em;
  order: -1;
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  .buttons-row .button--reset {
    order: 0;
  }
}

.filtr.filtr--col {
  display: flex;
  flex-direction: column;
}
.filtr.filtr--col > label, .filtr.filtr--col > input:not([type=radio]), .filtr.filtr--col > input:not([type=checkbox]), .filtr.filtr--col > select, .filtr.filtr--col > textarea {
  width: 100%;
  margin-bottom: 0.5em;
  margin-left: 0;
}
.filtr.filtr--col > *:last-child {
  margin-bottom: 0;
}
.filtr.filtr--col .buttons-row {
  width: 100%;
}
.filtr.filtr--col .buttons-row > * {
  margin-left: 0.5em;
}
.filtr.filtr--col .buttons-row .button--reset {
  order: -1;
  margin-left: 0;
  margin-right: 0;
}

.filtr-skupiny {
  margin-bottom: 0.5em;
  width: 100%;
}

.fs-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25em 0.5em;
}
.fs-row:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}

/**********************************
NAV BOX
**********************************/
.nav-boxes-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1em 0;
}
@media (min-width: 768px) {
  .nav-boxes-in {
    width: 100%;
  }
}

.nav-box {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 0 0.4em 0;
  width: 49%;
}
@media (min-width: 576px) {
  .nav-box {
    width: 32.5%;
  }
}
@media (min-width: 1090px) {
  .nav-box {
    width: auto;
    flex: 1;
    margin-right: 0.5em;
  }
}
@media (min-width: 1090px) {
  .nav-box:last-child {
    margin-right: 0;
  }
}
.nav-box:hover {
  text-decoration: none;
}

.nav-box-ico {
  flex: 0 0 auto;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-right: 0.3em;
}
@media (min-width: 576px) {
  .nav-box-ico {
    width: 50px;
  }
}
.nav-box-ico img {
  height: 80%;
  max-height: 30px;
  max-width: 30px;
}
@media (min-width: 576px) {
  .nav-box-ico img {
    max-height: 40px;
    max-width: 40px;
  }
}

.nav-box-title {
  padding: 0.8em 0.2em;
}

.nav-box--uzavirky {
  background-color: rgba(241, 171, 119, 0.1);
}
.nav-box--uzavirky .nav-box-ico {
  background-color: rgba(241, 171, 119, 0.9);
}
.nav-box--uzavirky:hover {
  background-color: rgba(241, 171, 119, 0.2);
}
.nav-box--uzavirky:hover .nav-box-ico {
  background-color: #f1ab77;
}

.nav-box--nehody {
  background-color: rgba(241, 119, 119, 0.1);
}
.nav-box--nehody .nav-box-ico {
  background-color: rgba(241, 119, 119, 0.9);
}
.nav-box--nehody:hover {
  background-color: rgba(241, 119, 119, 0.2);
}
.nav-box--nehody:hover .nav-box-ico {
  background-color: #f17777;
}

.nav-box--krizovatky {
  background-color: rgba(183, 207, 138, 0.1);
}
.nav-box--krizovatky .nav-box-ico {
  background-color: rgba(183, 207, 138, 0.9);
}
.nav-box--krizovatky:hover {
  background-color: rgba(183, 207, 138, 0.2);
}
.nav-box--krizovatky:hover .nav-box-ico {
  background-color: #b7cf8a;
}

.nav-box--znacky {
  background-color: rgba(138, 200, 207, 0.1);
}
.nav-box--znacky .nav-box-ico {
  background-color: rgba(138, 200, 207, 0.9);
}
.nav-box--znacky:hover {
  background-color: rgba(138, 200, 207, 0.2);
}
.nav-box--znacky:hover .nav-box-ico {
  background-color: #8ac8cf;
}

.nav-box--vyuka {
  background-color: rgba(196, 138, 207, 0.1);
}
.nav-box--vyuka .nav-box-ico {
  background-color: rgba(196, 138, 207, 0.9);
}
.nav-box--vyuka:hover {
  background-color: rgba(196, 138, 207, 0.2);
}
.nav-box--vyuka:hover .nav-box-ico {
  background-color: #c48acf;
}

.nav-box--predpisy {
  background-color: rgba(143, 138, 207, 0.1);
  display: none;
}
@media (min-width: 1090px) {
  .nav-box--predpisy {
    display: flex;
  }
}
.nav-box--predpisy .nav-box-ico {
  background-color: rgba(143, 138, 207, 0.9);
}
.nav-box--predpisy:hover {
  background-color: rgba(143, 138, 207, 0.2);
}
.nav-box--predpisy:hover .nav-box-ico {
  background-color: #8f8acf;
}

.nav-box--autoskola-databaze {
  background-color: rgba(134, 162, 233, 0.1);
}
.nav-box--autoskola-databaze .nav-box-ico {
  background-color: rgba(134, 162, 233, 0.9);
}
.nav-box--autoskola-databaze:hover {
  background-color: rgba(134, 162, 233, 0.2);
}
.nav-box--autoskola-databaze:hover .nav-box-ico {
  background-color: #86a2e9;
}

.nav-boxes--col {
  margin-bottom: 1em;
}

.nav-boxes--col .nav-boxes-in {
  padding-bottom: 0;
}
@media (min-width: 1090px) {
  .nav-boxes--col .nav-boxes-in {
    flex-direction: column;
  }
  .nav-boxes--col .nav-boxes-in .nav-box {
    width: 100%;
  }
}

/**********************************
PEREX
**********************************/
.perex {
  background-color: rgba(196, 226, 255, 0.6);
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  .perex {
    flex-direction: row;
    justify-content: space-between;
  }
}
.perex:last-child {
  margin-bottom: 0;
}
.perex:hover {
  background-color: rgba(196, 226, 255, 0.8);
  text-decoration: none;
}
.perex:hover .perex-more {
  text-decoration: underline;
}

.perex-img {
  padding-top: 50%;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 576px) {
  .perex-img {
    width: 49%;
    padding-top: 0;
  }
}

.perex-desc {
  padding: 1.5em;
}
@media (min-width: 576px) {
  .perex-desc {
    flex: 1;
  }
}
.perex-desc h2 {
  color: #044b8a;
}
.perex-desc p {
  margin-bottom: 1em;
}

.perex-more {
  color: #044b8a;
  display: block;
  font-weight: 600;
  text-align: right;
}

/*** perex small ***/
.perex--small {
  background-color: rgba(191, 191, 191, 0.1);
}
.perex--small:hover {
  background-color: rgba(191, 191, 191, 0.2);
}

@media (min-width: 576px) {
  .perex--small .perex-img {
    width: 30%;
  }
}

.perex--small .perex-desc {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.6);
}
.perex--small .perex-desc h2 {
  font-size: 1.1em;
  color: rgba(0, 0, 0, 0.8);
}

/**********************************
CLANEK
**********************************/
.clanek::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

.clanek-top {
  margin-bottom: 1em;
}

.cldate {
  color: #044b8a;
}

.image-center,
.image-left,
.image-right {
  display: flex;
  justify-content: center;
  margin: 1em 0;
}

@media (min-width: 768px) {
  .image-left {
    display: block;
    float: left;
    margin: 0 1em 0 0;
  }
}

@media (min-width: 768px) {
  .image-right {
    display: block;
    float: right;
    margin: 0 0 0 1em;
  }
}

.clanek em {
  font-weight: 600;
}

/**********************************
BANNERS
**********************************/
.banner {
  margin: 2em 0 0 0;
  display: flex;
  justify-content: center;
}
.banner.banner--side {
  margin: 1em 0 0 0;
}
.banner.banner--side:first-child {
  margin-top: 0;
}
.banner:first-child {
  margin-top: 0;
}

.banner-title {
  font-size: 0.6em;
  color: #bfbfbf;
  margin-bottom: 0.2em;
}

.intra-banner {
  padding: 1em;
  border: 1px solid #c4e2ff;
}

.intra-banner-in {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}

.intra-banner-in .button {
  margin-top: 0.5em;
}

.intra-banner-img {
  flex: 0 0 auto;
  width: 30%;
  max-width: 100px;
  max-height: 100px;
  margin-right: 1.5em;
}

.intra-banner > .button {
  width: 100%;
  text-align: center;
}

.aktualne-box {
  border: 2px solid rgba(227, 0, 21, 0.2);
  padding: 1em;
  margin: 0.5em 0 0 0;
  line-height: 1.5;
  font-size: 0.9em;
}

.autoskola-boxy {
  display: none;
}
@media (min-width: 1090px) {
  .autoskola-boxy {
    display: block;
  }
}

.l .autoskola-boxy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l .autoskola-boxy .autoskola-box {
  width: 100%;
}
@media (min-width: 576px) {
  .l .autoskola-boxy .autoskola-box {
    width: 49%;
  }
}

.autoskola-box {
  background-color: rgba(191, 191, 191, 0.2);
  padding: 1em;
  margin: 0 0 0.5em 0;
  line-height: 1.5;
  font-size: 0.9em;
}

a.autoskola-box:hover {
  text-decoration: none;
  background-color: rgba(191, 191, 191, 0.3);
}

/**********************************
DOPRAVA
**********************************/
.doprava-item {
  background-color: #fff9e1;
  padding: 1em;
  line-height: 1.3;
  border-bottom: 1px solid #ffdc52;
  display: flex;
}

.doprava-item-in {
  width: 100%;
}

.doprava-icon {
  width: 49px;
  flex: 0 0 auto;
  margin-right: 1.5em;
}
.doprava-icon img {
  margin: auto;
  display: block;
}

.doprava-item-desc-out {
  flex: 1 1 auto;
}
@media (min-width: 999999px) {
  .doprava-item-desc-out {
    display: flex;
    justify-content: space-between;
  }
}

.doprava-item-desc {
  margin-bottom: 1em;
  display: block;
}
@media (min-width: 999999px) {
  .doprava-item-desc {
    margin-bottom: 0;
  }
}

.doprava-item-desc-title {
  margin-bottom: 0.5em;
  display: block;
}

.doprava-item-desc-place {
  font-size: 0.9em;
  display: block;
}

.doprava-item-details {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9em;
  white-space: nowrap;
}
@media (min-width: 999999px) {
  .doprava-item-details {
    flex-direction: column;
    align-items: flex-end;
    margin-left: 2em;
  }
}

.doprava-item-time-more {
  color: #388908;
  font-weight: 700;
  width: 100%;
  margin-top: 0.5em;
}
@media (min-width: 576px) {
  .doprava-item-time-more {
    width: auto;
    margin-top: 0;
    margin-left: auto;
  }
}
@media (min-width: 999999px) {
  .doprava-item-time-more {
    margin-top: auto;
  }
}
.doprava-item-time-more:hover {
  text-decoration: underline;
}

.doprava-od {
  margin-right: 0.5em;
}
@media (min-width: 999999px) {
  .doprava-od {
    margin-right: 0;
  }
}

/**********************************
NAV BANNS
**********************************/
.nav-banns {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .nav-banns {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.nav-banns > * {
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  .nav-banns > * {
    width: 32.5%;
  }
}
.nav-banns > *:last-child {
  margin-bottom: 0;
}

.nav-bann {
  display: block;
  height: 250px;
  position: relative;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 576px) {
  .nav-bann {
    width: 32.5%;
  }
}
@media (min-width: 768px) {
  .nav-bann {
    height: 280px;
  }
}
@media (min-width: 999999px) {
  .nav-bann {
    height: 330px;
  }
}
.nav-bann::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(44, 44, 44, 0) 30%, rgba(44, 44, 44, 0.95) 80%);
}

.nav-ban-button {
  position: absolute;
  bottom: 1.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 576px) {
  .nav-ban-button {
    max-width: 80%;
    min-height: 8em;
  }
}
@media (min-width: 768px) {
  .nav-ban-button {
    min-height: 6em;
  }
}

.nav-bann:hover::before {
  background: linear-gradient(180deg, rgba(44, 44, 44, 0) 30%, rgb(44, 44, 44) 80%);
}

/**********************************
STRANKOVANI
**********************************/
.strankovani {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  margin: 1em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

.strankovani .num,
.strankovani em,
.strankovani .start,
.strankovani .end {
  display: none;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .strankovani .num,
  .strankovani em,
  .strankovani .start,
  .strankovani .end {
    display: inline-block;
  }
}

.start.no {
  visibility: hidden;
}

.str-in {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .str-in {
    justify-content: center;
  }
}

.str-in > * {
  display: inline-block;
  padding: 0 1em;
}

.strankovani a {
  color: rgba(0, 0, 0, 0.8);
}

.strankovani .act {
  font-weight: 600;
  color: #044b8a;
}

/*** listing ***/
.listing {
  display: flex;
  margin: 1em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  justify-content: space-between;
}
.listing > * {
  flex: 1;
  padding: 1em;
  display: flex;
  align-items: center;
}
.listing .listing-prev {
  justify-content: flex-end;
}
.listing .listing-prev a {
  text-align: right;
}
.listing .listing-center {
  display: none;
  justify-content: center;
  border: 1px solid #ffffff;
  background-color: rgba(191, 191, 191, 0.2);
}
@media (min-width: 768px) {
  .listing .listing-center {
    display: flex;
  }
}
.listing .listing-next {
  justify-content: flex-start;
}

/**********************************
PAGEMENU
**********************************/
/*** col ***/
.pagemenu {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5em;
}

.pagemenu a {
  padding: 1em 1.5em;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgba(191, 191, 191, 0.5);
  font-size: 0.8em;
  font-weight: 600;
  color: #000000;
  display: block;
  margin-top: -1px;
}
.pagemenu a:hover {
  text-decoration: none;
  background-color: rgba(191, 191, 191, 0.1);
}

.pagemenu .logout a {
  background-color: rgba(227, 0, 21, 0.1);
  color: #e30015;
  border: none;
}
.pagemenu .logout a:hover {
  background-color: rgba(227, 0, 21, 0.2);
}

.pagemenu a.active {
  color: #ffffff;
  background-color: #388908;
}

/*** row ***/
@media (min-width: 768px) {
  .pagemenu--row {
    flex-direction: row;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .pagemenu--row li {
    display: flex;
    margin-bottom: 0;
  }
  .pagemenu--row li:first-child a {
    border-left: 1px solid rgba(191, 191, 191, 0.5);
  }
  .pagemenu--row li:last-child a {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .pagemenu--row a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    border-bottom: none;
    border-left: none;
  }
}

@media (min-width: 768px) {
  .pagemenu--row .logout {
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .pagemenu--row .logout a {
    margin-left: 0.5em;
  }
}

@media (min-width: 768px) {
  .pagemenu--row a.active {
    border-top: 3px solid #388908;
    background-color: rgba(191, 191, 191, 0.1);
    color: #388908;
  }
}

/*** switch ***/
.switch {
  display: flex;
  flex-wrap: wrap;
}
.switch li {
  display: flex;
}
.switch a {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 1em 1.5em;
  margin: 0 0.5em 0.5em 0;
  line-height: 1.5;
  font-size: 0.9em;
  background-color: rgba(191, 191, 191, 0.2);
  font-weight: 600;
  color: #000000;
}
.switch a:hover {
  text-decoration: none;
  background-color: rgba(191, 191, 191, 0.3);
}

/**********************************
FOTOEDIT
**********************************/
.fotky {
  display: flex;
  flex-wrap: wrap;
}

.fotky .act {
  border-color: #00A600 !important;
}

.foto-box {
  display: flex;
  justify-content: center;
  margin: 0 0.5em 0.5em 0;
}

.foto-box-in {
  border: 2px solid #ccc;
}

.foto-box img.thickbox {
  display: block !important;
}

.ceka {
  position: absolute;
  background: yellow;
  padding: 0 2px 0px 2px;
  color: #000;
  font-size: 90%;
}

.foto-box div.sett {
  background: #ccc;
  padding: 4px 0 2px 0;
  color: white;
  width: 100px;
  text-align: center;
}

.edit, .delete, .rotate {
  position: absolute;
  background: #e4e4e4;
}

.foto-box a.foto img {
  display: block !important;
}

.foto-box div.ceka {
  position: static;
  text-align: center;
}

.delete {
  position: absolute;
  margin: 0 0 0 89px;
}

.rotate {
  margin-top: 40px;
}

.edit a, .delete a, .rotate a {
  display: block;
  padding: 2px 4px 2px 4px;
  background: #bbb;
  text-align: center;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  line-height: 0;
  font-size: 0;
}

.edit a:hover, .delete a:hover, .rotate a:hover {
  background: #e4e4e4;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
}

.edit-tool {
  background: #666;
  width: 110px;
  margin: 0 0 0 0;
}

.edit-tool table {
  width: 110px;
}

.edit-tool table, .edit-tool table td {
  border: none;
  padding: 0px !important;
  font-size: 1px;
}

.edit-tool table td.space {
  width: 28px !important;
}

.edit-tool table td a {
  display: block;
  background: #bbb;
  margin: 1px;
  margin-bottom: 0;
  text-align: center;
  padding: 3px 3px 3px 3px;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  line-height: 0;
  font-size: 0;
}

.edit-tool table td a:hover {
  background: white;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
}

.fotky div.first {
  border: 2px solid red;
}

/**********************************
GRAF
**********************************/
.graf {
  width: 100%;
}

.graf td,
.graf th {
  padding: 0.1em;
  text-align: center;
  vertical-align: bottom;
  border-left: 1px solid rgba(191, 191, 191, 0.2);
  border-right: 1px solid rgba(191, 191, 191, 0.2);
}

.graf th {
  color: #ffffff;
  background: #044b8a;
  vertical-align: middle;
  width: 150px;
  text-align: center;
}

.grafsloup {
  background: url(../img/graf.jpg) repeat-x bottom left;
}

/**********************************
SLOVNIK POJMU
**********************************/
.filtr-abc {
  margin-bottom: 0.5em;
}
@media (min-width: 576px) {
  .filtr-abc {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.searchblok {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  .searchblok {
    white-space: nowrap;
    flex-direction: row;
    margin-right: 2em;
    margin-bottom: 0;
  }
}
.searchblok input[type=text] {
  flex: 1 1 auto;
  margin-bottom: 0.5em;
}
@media (min-width: 576px) {
  .searchblok input[type=text] {
    margin-bottom: 0;
    margin-right: 0.5em;
  }
}

.abc {
  display: flex;
  flex-wrap: wrap;
  width: 18em;
  max-width: 100%;
  margin: auto;
}
.abc a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  font-size: 0.8em;
  margin: 0 0.1em 0.2em 0.1em;
  background-color: #044b8a;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
}
.abc a:hover {
  text-decoration: none;
  background: #033e71;
}

ul.pojmy {
  display: flex;
  flex-wrap: wrap;
}
ul.pojmy li {
  width: 100%;
  margin-right: 0.5em;
}
@media (min-width: 576px) {
  ul.pojmy li {
    width: 48%;
  }
}
@media (min-width: 768px) {
  ul.pojmy li {
    width: 32%;
  }
}
@media (min-width: 999999px) {
  ul.pojmy li {
    width: 24%;
  }
}

/**********************************
AUTA
**********************************/
.auto-znacky {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.auto-znacka {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfbfbf;
  width: 100%;
  margin-bottom: 0.8em;
  padding: 1em;
  width: 49%;
}
@media (min-width: 768px) {
  .auto-znacka {
    width: 32%;
  }
}
@media (min-width: 999999px) {
  .auto-znacka {
    width: 23.5%;
  }
}
.auto-znacka img {
  flex: 0 0 auto;
  margin-bottom: 1em;
}

/**********************************
ZNACKY
**********************************/
.znacky {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
}
@media (min-width: 768px) {
  .znacky {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 999999px) {
  .znacky {
    grid-template-columns: repeat(4, 1fr);
  }
}

.znacka {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #bfbfbf;
  padding: 1em;
}
.znacka h2 {
  text-align: center;
  font-size: 1.1em;
}
.znacka .znacka-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.znacka .znacka-img img {
  margin-top: 1em;
  max-width: 80%;
}

/**********************************
SKUPINY RIDICAKU
**********************************/
.skupina-ridicaku {
  background-color: rgba(191, 191, 191, 0.1);
  margin-bottom: 1em;
  padding: 2em;
  display: block;
  color: #000000;
}
.skupina-ridicaku:last-child {
  margin-bottom: 0;
}
.skupina-ridicaku:hover {
  background-color: rgba(191, 191, 191, 0.2);
  text-decoration: none;
}
.skupina-ridicaku:hover .perex-more {
  text-decoration: underline;
}
.skupina-ridicaku h2 {
  color: #044b8a;
  line-height: 1.5;
}

/**********************************
SILNICNI ZAKON  
**********************************/
ul.zakon-0 li {
  padding: 0.5em 0 0 0;
}

ul.zakon-0 li a {
  font-size: 1.3em;
  color: #000000;
}

ul.zakon-0 li a span, ul.zakon-1 li a span, ul.zakon-2 li a span, ul.zakon-3 li a span, ul.zakon-4 li a span {
  font-weight: bold;
}

/* uroven 1 */
ul.zakon-1 li {
  padding: 0.5em 0 0.5em 0;
  margin: 0.8em 0 0 0;
}

ul.zakon-1 li a {
  font-size: 1.2em;
  color: #044b8a;
}

/* uroven 2 */
ul.zakon-2 li {
  padding: 0.3em 0 0.3em 0;
  margin: 0.6em 0 0 0;
}

ul.zakon-2 li a {
  font-size: 1.1em;
  color: #0566bc;
}

/* uroven 3 */
ul.zakon-3 {
  margin: 0.5em 0 0 0;
}

ul.zakon-3 li {
  padding: 0.2em 0 0.2em 0;
}

ul.zakon-3 li a {
  color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  font-size: 1em;
}

/* uroven 4 */
ul.zakon-4 {
  margin: 0.5em 0 0.5em 0;
}

ul.zakon-4 li {
  padding: 0.2em 0 0.2em 1em;
  border-bottom: 1px solid rgba(191, 191, 191, 0.5);
}

ul.zakon-4 li a {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
}

/**********************************
TESTY
**********************************/
.test {
  display: flex;
  flex-direction: column;
  margin: 1em 0 0 0;
  border: 1px solid rgba(191, 191, 191, 0.5);
  padding: 1em;
}
@media (min-width: 576px) {
  .test {
    flex-direction: row;
  }
}

.test-l {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  .test-l {
    margin-bottom: 0;
  }
}

.test-img img {
  max-height: 200px;
  max-width: 90%;
  display: block;
  margin: auto;
}

.test-info {
  display: flex;
  justify-content: center;
}
.test-info > * {
  margin: 0.2em;
  white-space: nowrap;
}

.test-txt {
  flex: 2;
}

.otazka {
  display: flex;
  margin: 0 0 0.5em 0;
  background: rgba(191, 191, 191, 0.2);
  color: #000000;
}
.otazka:last-child {
  margin-bottom: 0;
}
.otazka > * {
  display: flex;
  align-items: center;
}
.otazka .pismeno {
  padding: 1rem 0;
  background-color: rgba(191, 191, 191, 0.8);
  color: #ffffff;
  font-weight: bold;
  width: 50px;
  justify-content: center;
  flex: 0 0 auto;
}
.otazka .otazka-txt {
  padding: 1rem;
}
.otazka.answ-set {
  background: rgba(227, 0, 21, 0.2);
  color: #e30015;
}
.otazka.answ-set .pismeno {
  background-color: rgba(227, 0, 21, 0.5);
}
.otazka.answ-check, .otazka.answ-check:hover {
  background: rgba(196, 226, 255, 0.5);
  color: #044b8a;
}
.otazka.answ-check .pismeno, .otazka.answ-check:hover .pismeno {
  background-color: rgba(4, 75, 138, 0.5);
}
.otazka.answ-set-good {
  background: rgba(56, 137, 8, 0.2);
}
.otazka.answ-set-good .otazka-txt {
  color: #388908;
  font-weight: 600;
}
.otazka.answ-set-good .pismeno {
  background-color: rgba(56, 137, 8, 0.5);
}
.otazka.answ-good .otazka-txt {
  color: #388908;
  font-weight: 600;
}
.otazka.answ-good .pismeno {
  background-color: rgba(56, 137, 8, 0.5);
}

a.otazka {
  cursor: pointer;
}
a.otazka:hover {
  background: rgba(191, 191, 191, 0.3);
  text-decoration: none;
}

.resume {
  background-color: rgba(191, 191, 191, 0.5);
  padding: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 576px) {
  .resume {
    flex-direction: row;
  }
}
.resume .test-spravne, .resume .test-spatne {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  .resume .test-spravne, .resume .test-spatne {
    margin-bottom: 0;
  }
}
.resume .test-spravne {
  color: #388908;
}
.resume .test-spatne {
  color: #e30015;
}
.resume .material-icons {
  margin-right: 0.5em;
  font-weight: 700;
  font-size: 2em;
}
.resume .button {
  width: 100%;
  margin: 0 0 1em 0;
}
@media (min-width: 576px) {
  .resume .button {
    width: auto;
    margin-bottom: 0;
  }
}
.resume .button:last-child {
  margin-bottom: 0;
}

/**********************************
SOUTEZ
**********************************/
.soutez {
  background-color: rgba(196, 226, 255, 0.5);
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .soutez {
    flex-direction: row;
    justify-content: space-between;
  }
}

.vyhra {
  margin: 0 0 1em 0;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .vyhra {
    margin: 0 0 0 1em;
    order: 2;
  }
}

.soutez-h {
  margin: 0 0 1em 0;
  font-size: 1.7em;
  line-height: 1.4;
}
.soutez-h span {
  display: inline-block;
  background-color: #c4e2ff;
  white-space: nowrap;
  font-weight: 700;
  padding: 0 0.3em;
}

.soutez-desc ul {
  margin-left: 2em;
}

.soutez--tiny {
  background-color: rgba(191, 191, 191, 0.2);
}

.abc-bg {
  width: 50px;
  height: 50px;
  background: #044b8a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 2em;
}

/**********************************
ALKO KALKULACKA
**********************************/
.alko-kalkulacka {
  background-image: url(../img/alkohol.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 300px auto;
  padding-bottom: 200px;
  position: relative;
}
@media (min-width: 768px) {
  .alko-kalkulacka {
    background-position: bottom 0 right 3em;
    background-size: 40% auto;
  }
}
.alko-kalkulacka select {
  width: 100%;
}
@media (min-width: 768px) {
  .alko-kalkulacka select {
    width: auto;
    max-width: 150px;
  }
}
@media (min-width: 1090px) {
  .alko-kalkulacka select {
    max-width: 200px;
  }
}
.alko-kalkulacka label {
  text-align: left;
}
@media (min-width: 768px) {
  .alko-kalkulacka label {
    text-align: right;
  }
}

.alkoinfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 600;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .alkoinfo {
    width: 50%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

div.alko-line {
  padding: 0.3em;
  border-bottom: 1px solid #bfbfbf;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  div.alko-line {
    width: 50%;
  }
}

div.alko-line .del {
  width: 10px;
  height: 10px;
  background: url(../img/icons/del.gif) no-repeat;
}

div.alko-line .del:hover {
  background: url(../img/icons/del_a.gif) no-repeat;
}

/**********************************
ZAKON
**********************************/
.zakon h3 {
  margin-top: 0;
}

.tree2 {
  margin-left: 1rem;
}

.tree3 {
  margin-left: 2rem;
}

.tree4 {
  margin-left: 3rem;
}

.tree5 {
  margin-left: 4rem;
}

.tree6 {
  margin-left: 5rem;
}

.tree7 {
  margin-left: 6rem;
}

.tree8 {
  margin-left: 7rem;
}

.tree9 {
  margin-left: 8rem;
}

.tree10 {
  margin-left: 9rem;
}

.tree11 {
  margin-left: 10rem;
}

.zakon-paragraf {
  color: #388908;
  font-weight: 600;
}

.zakon-cast,
.zakon-hlava,
.zakon-dil,
.zakon-oddil {
  text-transform: uppercase;
  font-weight: bold;
}

.zakon-nadpis {
  font-weight: bold;
}

.zakon-zrus {
  text-transform: none;
  color: #bfbfbf;
  font-style: italic;
}/*# sourceMappingURL=style.css.map */