.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.nodisplay {
  display: none;
}

.alert i {
  font-size: 1.5em;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}
.alert span {
  display: inline-block;
  vertical-align: middle;
}

.margin-bottom {
  margin-bottom: 20px;
}

.vmiddle {
  vertical-align: middle;
}

div.cs_team div.player_info div.item {
  font-weight: bold;
  font-size: 0.9em;
}
div.cs_team div.posledny_zapas img, div.cs_team div.najblizsi_zapas img {
  width: 70px;
}
div.cs_team div.posledny_zapas span.cas, div.cs_team div.najblizsi_zapas span.cas {
  font-size: 0.75em;
  color: #777777;
  text-align: center;
  display: block;
}
div.cs_team div.posledny_zapas span.datum, div.cs_team div.najblizsi_zapas span.datum {
  display: block;
  text-align: center;
}
div.cs_team div.posledny_zapas span.vysledok, div.cs_team div.najblizsi_zapas span.vysledok {
  font-size: 3em;
  line-height: 1em;
  font-weight: bold;
  display: block;
  text-align: center;
}
div.cs_team div.posledny_zapas span.vysledok_tretiny, div.cs_team div.najblizsi_zapas span.vysledok_tretiny {
  display: block;
  text-align: center;
}
div.cs_team div.posledny_zapas span.kolo, div.cs_team div.najblizsi_zapas span.kolo {
  text-align: center;
  display: block;
  font-weight: bold;
}
div.cs_team div.posledny_zapas h2, div.cs_team div.najblizsi_zapas h2 {
  margin-top: 0;
  margin-bottom: 0.25em;
}
div.cs_team h2 {
  background: #0061AF;
  color: white;
  padding: 0.25em 0.5em;
  margin-bottom: 1px;
}
div.cs_team table thead tr th {
  background: #b7001c;
  color: white;
  text-align: center;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
div.cs_team table thead tr th.datum {
  width: 85px;
}
div.cs_team table thead tr th.domaci, div.cs_team table thead tr th.hostia {
  width: 150px;
}
div.cs_team table thead tr th.vysledok {
  width: 120px;
}
div.cs_team table tbody tr td {
  vertical-align: middle;
}
div.cs_team table tbody tr td .flex {
  display: flex;
  align-items: center;
}
div.cs_team table tbody tr td .flex.flex_domaci {
  justify-content: flex-end;
}
div.cs_team table tbody tr td .flex.flex_domaci img {
  margin-left: 7px;
}
div.cs_team table tbody tr td .flex.flex_hostia {
  justify-content: flex-start;
}
div.cs_team table tbody tr td .flex.flex_hostia img {
  margin-right: 7px;
}
div.cs_team table tbody tr td span.datum {
  font-size: 0.8em;
  line-height: 0.8em;
  color: #333333;
  display: block;
}
div.cs_team table tbody tr td span.vysledok {
  font-size: 1.5em;
  font-weight: bold;
  display: block;
  line-height: 1em;
}
div.cs_team table tbody tr td span.vysledok_tretiny {
  font-size: 0.8em;
}
div.cs_team table tbody tr td img {
  min-width: 25px;
  width: 25px;
}
div.cs_team.realizacny_tim table thead th {
  text-align: left;
}
div.cs_team.realizacny_tim table tbody tr td:first-child {
  width: 60px;
}
div.cs_team.realizacny_tim table tbody tr td img {
  width: 50px;
  margin: 0 auto;
}

.strany {
  margin-top: 30px;
}
.strany .paginator {
  text-align: center;
}
.strany .paginator a, .strany .paginator span {
  margin-right: 7px;
  color: black;
}
.strany .paginator a.paginator_selected, .strany .paginator span.paginator_selected {
  color: #b7001c;
}

/* ************************************************* HTML */
@font-face {
  font-family: TTSupermolot;
  src: url(../fonts/TT_SUPERMOLOT_REGULAR_400.OTF) format("opentype");
}
@font-face {
  font-family: TTSupermolot;
  font-weight: bold;
  src: url(../fonts/TT_SUPERMOLOT_BOLD.OTF) format("opentype");
}
html, body {
  background-image: url(../images/pozadie-web.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #091020;
  background-size: contain;
}
@media print {
  html a[href]:after, body a[href]:after {
    content: none !important;
  }
}
html a:hover, html a:focus, body a:hover, body a:focus {
  text-decoration: none;
}
html .btn, body .btn {
  font-family: "TTSupermolot", "Open Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
}
html .btn-secondary, body .btn-secondary {
  color: white;
  background-color: #b7001c;
  border-color: #b7001c;
}
html .btn-secondary:hover, html .btn-secondary:focus, html .btn-secondary:active, html .btn-secondary.active, .open > html .btn-secondary.dropdown-toggle, body .btn-secondary:hover, body .btn-secondary:focus, body .btn-secondary:active, body .btn-secondary.active, .open > body .btn-secondary.dropdown-toggle {
  color: white;
  background-color: #840014;
  border-color: #7a0013;
}
html .btn-secondary:active, html .btn-secondary.active, .open > html .btn-secondary.dropdown-toggle, body .btn-secondary:active, body .btn-secondary.active, .open > body .btn-secondary.dropdown-toggle {
  background-image: none;
}
html .btn-secondary.disabled, html .btn-secondary.disabled:hover, html .btn-secondary.disabled:focus, html .btn-secondary.disabled:active, html .btn-secondary.disabled.active, html .btn-secondary[disabled], html .btn-secondary[disabled]:hover, html .btn-secondary[disabled]:focus, html .btn-secondary[disabled]:active, html .btn-secondary[disabled].active, fieldset[disabled] html .btn-secondary, fieldset[disabled] html .btn-secondary:hover, fieldset[disabled] html .btn-secondary:focus, fieldset[disabled] html .btn-secondary:active, fieldset[disabled] html .btn-secondary.active, body .btn-secondary.disabled, body .btn-secondary.disabled:hover, body .btn-secondary.disabled:focus, body .btn-secondary.disabled:active, body .btn-secondary.disabled.active, body .btn-secondary[disabled], body .btn-secondary[disabled]:hover, body .btn-secondary[disabled]:focus, body .btn-secondary[disabled]:active, body .btn-secondary[disabled].active, fieldset[disabled] body .btn-secondary, fieldset[disabled] body .btn-secondary:hover, fieldset[disabled] body .btn-secondary:focus, fieldset[disabled] body .btn-secondary:active, fieldset[disabled] body .btn-secondary.active {
  background-color: #b7001c;
  border-color: #b7001c;
}
html .btn-secondary .badge, body .btn-secondary .badge {
  color: #b7001c;
  background-color: white;
}
html .form-control, body .form-control {
  background-color: white;
}
html .red, body .red {
  background-color: #b7001c;
  width: 100%;
  height: 34px;
  margin-bottom: 15px;
  color: white;
  padding: 3px 10px;
  font-size: 18px;
}
html h1, html .h1, body h1, body .h1 {
  margin: 0;
  padding: 0.25em 0 0.75em 0;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.25);
  color: black;
}
html h1.zapas_view, html .h1.zapas_view, body h1.zapas_view, body .h1.zapas_view {
  text-align: center;
}
html h1.zapas_view .vysledok, html .h1.zapas_view .vysledok, body h1.zapas_view .vysledok, body .h1.zapas_view .vysledok {
  font-size: 1.6em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
}
html h1.zapas_view img, html .h1.zapas_view img, body h1.zapas_view img, body .h1.zapas_view img {
  vertical-align: middle;
}
html h2, html .h2, body h2, body .h2 {
  text-transform: uppercase;
  margin-top: 1em;
  color: #0061AF;
}
html h2 a, html .h2 a, body h2 a, body .h2 a {
  color: #b7001c;
}
html h2 a:hover, html .h2 a:hover, body h2 a:hover, body .h2 a:hover {
  color: #840014;
}
html h3, body h3 {
  margin-top: 0;
  color: #0061AF;
}
html h3 a, body h3 a {
  font-size: 0.9em;
  text-transform: uppercase;
  color: #0061AF;
}
html div.left_frame, html div.center_frame, body div.left_frame, body div.center_frame {
  background-color: white;
  background-image: url(../images/design/left_frame_background.png);
  background-repeat: repeat-x;
  background-position: top;
  padding: 15px;
  border-radius: 3px;
}
html div.left_frame ul.nav-tabs li.active a, html div.center_frame ul.nav-tabs li.active a, body div.left_frame ul.nav-tabs li.active a, body div.center_frame ul.nav-tabs li.active a {
  color: white;
  background-color: #0061AF;
}
html div.right_frame, body div.right_frame {
  font-size: 0.9em;
  line-height: 1.5em;
  background-color: white;
  background-image: url(../images/design/left_frame_background.png);
  background-repeat: repeat-x;
  background-position: top;
  padding: 15px;
  border-radius: 3px;
  border-width: 4px 0 4px 0;
  border-style: solid;
  border-color: #b7001c;
}
html div.right_frame .right_clanky, body div.right_frame .right_clanky {
  margin-bottom: 30px;
}
html div.right_frame .right_clanky div.clanok a.viac, body div.right_frame .right_clanky div.clanok a.viac {
  padding-top: 2px;
  padding-bottom: 2px;
}
html .layout_uvod .right h2, body .layout_uvod .right h2 {
  background: #0061AF;
  color: white;
  padding: 0.25em 0.5em;
}
html div.partneri div, body div.partneri div {
  margin-bottom: 1em;
}
html div#map, body div#map {
  width: 100%;
  height: 180px;
  border: 1px solid #9a9a9a;
}
html .forfanshop, body .forfanshop {
  background: url(../images/pozadie-forfanshop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  display: block;
  text-align: center;
  padding: 4em 1em;
}
html .forfanshop .title, body .forfanshop .title {
  color: white;
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  html .forfanshop .title, body .forfanshop .title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  html .forfanshop .title, body .forfanshop .title {
    font-size: 45px;
  }
}
html .forfanshop .subtitle, body .forfanshop .subtitle {
  color: #ed2224;
  font-weight: 600;
  font-size: 30px;
  margin-top: -0.3em;
}
html .scrollup, body .scrollup {
  width: 70px;
  height: 70px;
  text-indent: -9999px;
  opacity: 0.3;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  background: url("../images/up.png") no-repeat;
}
html .info_panel, body .info_panel {
  width: 100%;
  overflow: hidden;
  color: white;
}
html .info_panel span.line, body .info_panel span.line {
  background: url(../images/design/line3.png);
  display: inline-block;
  width: 20px;
  height: 10px;
}
html .info_panel span.datum, body .info_panel span.datum {
  font-size: 0.8em;
  color: #eeeeee;
}
html .mladez_menu, body .mladez_menu {
  margin-bottom: 1em;
}

/* ************************************************* HEADER */
header .top {
  display: flex;
  justify-content: space-between;
}
header nav.navbar-default {
  border: 0;
  background: none;
}
header nav.navbar-default .navbar-toggle .icon-bar {
  background: white;
}
header nav.navbar-default .navbar-toggle:hover, header nav.navbar-default .navbar-toggle:focus {
  background: white;
}
header nav.navbar-default .navbar-toggle:hover .icon-bar, header nav.navbar-default .navbar-toggle:focus .icon-bar {
  background: #b7001c;
}
header nav.navbar {
  background-image: -webkit-linear-gradient(top, #b7001c 0%, #840014 100%);
  background-image: -o-linear-gradient(top, #b7001c 0%, #840014 100%);
  background-image: linear-gradient(to bottom, #b7001c 0%, #840014 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFB7001C", endColorstr="#FF840014", GradientType=0);
  margin-bottom: 0.5em;
}
header nav.navbar .navbar-collapse {
  border: 1px;
}
header nav.navbar ul.nav {
  float: none;
}
header nav.navbar ul.nav.navbar-nav {
  text-align: center;
  padding: 0.5em 0;
}
@media (min-width: 768px) {
  header nav.navbar ul.nav.navbar-nav li {
    display: inline-block;
    float: none;
    padding: 0.25em 0.08em;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  header nav.navbar ul.nav.navbar-nav li:last-child {
    border: 0;
  }
}
header nav.navbar ul.nav.navbar-nav li.open a {
  background: none;
  color: white;
}
header nav.navbar ul.nav.navbar-nav li.open a.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
header nav.navbar ul.nav.navbar-nav li.active a {
  background: #b7001c;
  color: white;
}
header nav.navbar ul.nav.navbar-nav li a {
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  padding: 0.25em 0.3em;
  color: white;
  display: block;
  font-size: 16px;
}
header nav.navbar ul.nav.navbar-nav li a:hover, header nav.navbar ul.nav.navbar-nav li a:focus {
  background-color: #0061AF;
}
header nav.navbar ul.nav.navbar-nav li ul.dropdown-menu {
  left: 3px;
  top: 100%;
  background: #0061AF;
  border: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
  padding: 0.5em;
  margin-top: -3px;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
}
header nav.navbar ul.nav.navbar-nav li ul.dropdown-menu li {
  color: white;
  border-width: 0 0 1px 0;
  border-color: rgba(255, 255, 255, 0.3);
  border-style: solid;
  display: block;
  padding: 1px 0;
}
header nav.navbar ul.nav.navbar-nav li ul.dropdown-menu li:last-child {
  border: 0;
}
header nav.navbar ul.nav.navbar-nav li ul.dropdown-menu li strong {
  font-size: 15px;
  margin: 0.25em 0;
  display: block;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
header nav.navbar ul.nav.navbar-nav li ul.dropdown-menu li a {
  text-transform: none;
  font-weight: 400;
  background: #0061AF;
  border-radius: 4px;
  font-size: 0.9em;
  display: block;
}
header nav.navbar ul.nav.navbar-nav li ul.dropdown-menu li a:hover, header nav.navbar ul.nav.navbar-nav li ul.dropdown-menu li a :focus {
  background: rgba(0, 0, 0, 0.3);
  color: white;
}
header nav.navbar ul.nav.navbar-nav li ul.dropdown-menu li.active a {
  text-shadow: none;
}
header nav.navbar ul.nav.navbar-nav li i {
  font-size: 10px;
  margin-left: 4px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  header .nav > li:first-child {
    padding: 0 0.5em;
  }
}
header a.logo {
  width: 18%;
}
@media (max-width: 991px) {
  header a.logo {
    width: 22%;
  }
}
@media (max-width: 600px) {
  header a.logo {
    width: 30%;
  }
}
@media (max-width: 470px) {
  header a.logo {
    width: 35%;
    min-width: 65px;
  }
}
header .napis_img {
  margin-top: -2.3rem;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  header .napis_img {
    margin-bottom: 2rem;
  }
}
header .napis_img > img {
  padding-left: 2rem;
  padding-right: 3rem;
}
header div.social {
  display: flex;
  justify-content: center;
  margin-top: -1.7rem;
}
@media (max-width: 767px) {
  header div.social {
    margin-top: 0.7rem;
  }
}
header div.social img {
  width: 25px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  header div.social img {
    width: 20px;
  }
}
header .logo_lm {
  margin-top: -7px;
}
@media (max-width: 767px) {
  header .logo_lm {
    margin-top: -10px;
  }
}
@media (max-width: 470px) {
  header .logo_lm {
    margin-top: -20px;
  }
}
header .logo_lm > div {
  color: #ed2224;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  header .logo_lm > div {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  header .logo_lm > div {
    font-size: 12px;
  }
}
@media (max-width: 580px) {
  header .logo_lm > div {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
header .logo_lm img {
  width: 85px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  header .logo_lm img {
    width: 70px;
  }
}
@media (max-width: 767px) {
  header .logo_lm img {
    width: 55px;
  }
}
@media (max-width: 580px) {
  header .logo_lm img {
    width: 40px;
  }
}
header .top_line {
  height: auto;
  padding: 1rem 0;
  margin-bottom: 3.5rem;
}
header .top_line .top_kluby_line {
  display: flex;
  justify-content: center;
  padding: 0 9rem;
}
@media (max-width: 1199px) {
  header .top_line .top_kluby_line {
    padding: 0 5rem;
  }
}
@media (max-width: 991px) {
  header .top_line .top_kluby_line {
    padding: 0 1rem;
  }
}
header .top_line .top_kluby_line .klub {
  margin: 0 1.7rem;
}
@media (max-width: 1199px) {
  header .top_line .top_kluby_line .klub {
    margin: 0 1rem;
  }
}
@media (max-width: 991px) {
  header .top_line .top_kluby_line .klub {
    margin: 0 0.5rem;
  }
}
header .top_line .top_kluby_line .klub img {
  width: 27px;
}

/* ************************************************* BANNER */
#main-slider {
  position: relative;
  margin-bottom: 0.9em;
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item img {
  border-radius: 4px;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .carousel .carousel-caption {
  text-align: center;
  left: 0%;
  right: 0%;
  bottom: 0;
  background-color: rgba(0, 97, 175, 0.5);
  border-radius: 4px;
}
#main-slider .carousel .carousel-caption h3 {
  font-size: 1.5em;
  line-height: 1.5em;
  color: white;
  margin-bottom: 0;
}
#main-slider .carousel .carousel-indicators {
  bottom: 0px;
}

/* ************************************************* CLANOK */
div.clanok {
  overflow: hidden;
  margin-bottom: 1em;
  /*  a.viac{
      background: {
        image: url(../images/design/cely_clanok.png);
        repeat: no-repeat;
        position: left top;
      }

      padding: 0 0 0 45px;
    }*/
}
div.clanok span.datum {
  color: #777777;
  font-size: 0.8em;
  display: block;
}
div.clanok img.photo_left {
  float: left;
  margin-right: 1em;
}
@media (max-width: 768px) {
  div.clanok img.photo_left {
    float: none;
    margin: 0;
  }
}

div.clanok_view span.datum {
  color: #777777;
  display: block;
  margin-bottom: 0.5em;
}

/* ************************************************* GALLERY */
div.gallery figure {
  margin-bottom: 30px;
}
div.gallery figure img {
  margin: auto;
}

/* ************************************************* FOOTER */
footer {
  color: rgba(255, 255, 255, 0.3);
  margin: 1em 0;
  text-align: center;
}
footer div.background {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.4);
  padding: 1em;
  box-sizing: border-box;
}
footer a {
  color: rgba(183, 0, 28, 0.7);
}
footer a:hover {
  color: white;
}
footer div.contact {
  font-size: 0.75em;
  padding: 0.5em 0px;
  text-align: center;
}
footer div.copyright, footer div.created {
  display: inline-block;
  font-size: 0.75em;
}
footer .navbar.navbar-footer {
  text-align: center;
  min-height: 0;
  margin: 10px 0 0;
}
footer .navbar.navbar-footer .navbar-nav {
  display: inline-block;
  float: none;
}
footer .navbar.navbar-footer .navbar-nav li {
  display: inline-block;
  line-height: 1em;
  padding: 0;
  border-width: 0 1px 0 0;
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
}
footer .navbar.navbar-footer .navbar-nav li a {
  line-height: 1em;
  padding: 0 0.5em;
  color: rgba(255, 255, 255, 0.3);
}
footer .navbar.navbar-footer .navbar-nav li a:hover {
  background: none;
  color: white;
}

/* ************************************************* ANKETA */
div.anketa {
  margin-bottom: 1em;
}
div.anketa section {
  margin-bottom: 0.5em;
}
div.anketa section a {
  text-decoration: none;
}
div.anketa section div.odpoved {
  background: #b7001c;
  height: 1em;
  line-height: 1em;
}
div.anketa span.pocet_hlasov {
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9em;
}
div.anketa img {
  margin-bottom: 7px;
}

/* ************************************************* ROZPIS LADU */
div.rozpis_ladu_uvod div.event span.cas {
  font-weight: bold;
}

div.kalendar {
  position: relative;
}
div.kalendar div.buttons {
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: -40px;
  right: 0;
}
div.kalendar div.buttons a {
  text-decoration: none;
  padding: 0 0.5em 0 0.5em;
}
div.kalendar div.buttons a:last-child {
  padding-right: 0;
}
div.kalendar div.buttons a span {
  vertical-align: middle;
  font-size: 1.25em;
}
div.kalendar table {
  border-collapse: collapse;
  width: 100%;
}
div.kalendar table.static {
  position: fixed;
  top: 0;
}
div.kalendar table td, div.kalendar table th {
  padding: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #e0e3e8;
}
div.kalendar table thead td, div.kalendar table thead th {
  text-align: center;
  border-color: #0061AF;
  background: #0061AF;
  color: #fff;
}
div.kalendar table thead td span.den, div.kalendar table thead th span.den {
  color: rgba(255, 255, 255, 0.5);
}
div.kalendar table tbody td {
  position: relative;
}
div.kalendar table tbody td:nth-child(1) {
  background: #0061AF;
  color: #ffffff;
  text-align: center;
  border-color: #0061AF;
}
div.kalendar table tbody td:nth-child(7), div.kalendar table tbody td:nth-child(8) {
  background: rgba(183, 0, 28, 0.1);
}
div.kalendar table tbody td.minutes15fix {
  height: 16px;
}
div.kalendar div.kalendar_position_holder {
  position: relative;
}
div.kalendar div.cas {
  height: 60px;
}
div.kalendar div.event {
  box-sizing: border-box;
  position: absolute;
  background: #e0e3e8;
  width: 100%;
  padding: 0.25em;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  color: #000000;
}
div.kalendar div.event span.nazov {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1em;
}
div.kalendar div.event span.cas {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8em;
}
div.kalendar div.lines {
  position: absolute;
  top: 40px;
  width: 100%;
}
div.kalendar div.lines div.hour_line, div.kalendar div.lines div.halfhour_line {
  height: 28px;
  width: 100%;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: rgba(0, 97, 175, 0.25);
  border-top-color: #fff;
}
div.kalendar div.lines div.hour_line.halfhour_line, div.kalendar div.lines div.halfhour_line.halfhour_line {
  border-style: dotted;
}
div.kalendar.print table thead td {
  background: #dddddd;
  color: #000000;
  border: 1px solid #cccccc;
}
div.kalendar.print table thead td span.den {
  color: #000000;
}
div.kalendar.print table tbody td {
  position: relative;
}
div.kalendar.print table tbody td:nth-child(1) {
  background: none;
  color: #000000;
  border-color: #cccccc;
}
div.kalendar.print table tbody td:nth-child(7), div.kalendar.print table tbody td:nth-child(8) {
  background: none;
}
div.kalendar.print div.event {
  background: #ffffff;
  border: 2px solid #000000;
  color: #000000;
  padding: 0.5em;
}
div.kalendar.print div.event span.cas {
  color: #000000;
}
div.kalendar.print div.lines {
  top: 37px;
}
div.kalendar.print div.lines div.hour_line, div.kalendar.print div.lines div.halfhour_line {
  border-color: #cccccc;
}

.partneri_uvod img {
  margin: 0 auto;
}

.videogaleria .hlavny {
  border: 1px solid #eeeeee;
  padding: 1em;
  position: relative;
}
.videogaleria .hlavny h2 {
  padding: 5px 10px;
  background: rgba(0, 97, 175, 0.8);
  position: absolute;
  bottom: 5px;
  left: 15px;
  color: white;
  display: block;
  width: calc(100% - 30px);
}
.videogaleria .hlavny h2 a {
  color: white;
}
.videogaleria .hlavny img {
  margin: 0 auto;
}
.videogaleria .clanok {
  border: 1px solid #eeeeee;
  padding: 1em;
}
.videogaleria .clanok img {
  width: 120px;
}
.videogaleria .clanok h2 {
  margin-top: 0;
  text-transform: none;
  font-size: 1em;
}
.videogaleria .clanok h2 a {
  color: black;
}

.uvod_videogaleria {
  display: flex;
  margin: 0 -5px;
  margin-bottom: 1em;
}
.uvod_videogaleria div.item {
  background: #0061AF;
  margin: 0 5px;
  width: 33.333%;
  position: relative;
}
.uvod_videogaleria div.item span {
  position: absolute;
  background: url(../images/play.png);
  width: 55px;
  height: 60px;
  margin: 0 auto;
  top: 20px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s;
}
.uvod_videogaleria div.item a:hover span {
  top: 42px;
  opacity: 0.8;
}
.uvod_videogaleria div.item h2 {
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  padding: 0.5em;
  margin: 0;
}
.uvod_videogaleria div.item h2 a {
  color: white;
}

/*# sourceMappingURL=screen.css.map */
