/*
@brand-success:         #5cb85c;
@brand-info:            #5bc0de;
@brand-warning:         #f0ad4e;
@brand-danger:          #d9534f;
*/
/* Fonty */
/* link */
/* Medium screen / desktop */
/* Navbar */
/*@gray-lighter;*/
/* Jumbotron */
/*pagination*/
/*** Import mixins ***/
/* Layout */
.clear {
  clear: both;
}
/*@import "mixins/nav-vertical-align.less";@import "mixins/grid-framework.less";*/
/* Horizontal dividers
//
// Dividers (basically an hr) within dropdowns and nav lists
*/
.arrow-lr {
  background-image: url(/img/arrow-lr.png);
  background-repeat: no-repeat;
  background-position: left;
  width: 11px;
  height: 11px;
  display: inline-table;
  cursor: pointer;
}
.arrow-lr.right {
  background-position: right;
}
.arrow-hidden {
  background-image: none;
}
.social {
  background-image: url(/img/social.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-table;
  width: 21px;
  height: 21px;
  text-decoration: none;
}
.facebook:hover {
  background-position: 0px -38px;
}
.twitter {
  background-position: -31px 0px;
}
.twitter:hover {
  background-position: -31px -38px;
}
.google {
  background-position: -62px 0px;
}
.google:hover {
  background-position: -62px -38px;
}
/* Components */
/*
 Icons
*/
.icon-fb-share {
  width: 62px;
  height: 17px;
  background-image: url('/img/btn-sdilet.png');
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.icon-fb-like {
  width: 89px;
  height: 23px;
  background-image: url('/img/btn-tose-mi-libi.png');
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.icon-search {
  width: 160px;
  height: 24px;
  background-image: url('/img/bg/bg_search.png');
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
/* Utility classes */
/*
// Utility classes
// --------------------------------------------------


// Floats
*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.navbar-vlevo ul:before,
.navbar-vlevo ul:after,
.navbar-vpravo ul:before,
.navbar-vpravo ul:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.navbar-vlevo ul:after,
.navbar-vpravo ul:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
/* Toggling content
// -------------------------

// Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1
*/
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* Hide from screenreaders and browsers
//
// Credit: HTML5 Boilerplate
*/
.hidden {
  display: none !important;
}
/* For Affix plugin
// -------------------------
*/
.affix {
  position: fixed;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
  background-color: #2c477c;
  background-image: url('/img/bg/bg_level1.png');
  background-repeat: repeat-x;
  background-position: top center;
  overflow-x: hidden;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #009de1;
  text-decoration: none;
  /*
  &:focus {
    .tab-focus();
  }
  */
}
a:hover,
a:focus {
  color: #006894;
  text-decoration: underline;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-rounded {
  border-radius: 6px;
}
/*
// Image thumbnails
//
// Heads up! This is mixin-ed into thumbnails.less for `.thumbnail`.
.img-thumbnail {
  padding: @thumbnail-padding;
  line-height: @line-height-base;
  background-color: @thumbnail-bg;
  border: 1px solid @thumbnail-border;
  border-radius: @thumbnail-border-radius;
  .transition(all .2s ease-in-out);

  // Keep them at most 100% wide
  .img-responsive(inline-block);
}

// Perfect circle
.img-circle {
  border-radius: 50%; // set radius in percents
}


// Horizontal rules

hr {
  margin-top:    @line-height-computed;
  margin-bottom: @line-height-computed;
  border: 0;
  border-top: 1px solid @hr-border;
}
*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
// iOS "clickable elements" fix for role="button"
//
// Fixes "clickability" issue (and more generally, the firing of events such as focus as well)
// for traditionally non-focusable elements with role="button"
// see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile

[role="button"] {
  cursor: pointer;
}
*/
/*

Reklama 

*/
.advert-box {
  color: #747474;
  font-size: 12px;
  line-height: 20px;
}
.bg-advert-sides {
  top: 190px;
  right: 0px;
  left: 0px;
  position: absolute;
  position: fixed;
  margin: 0px auto;
  width: 1931px;
  z-index: 0;
}
.bg-advert-sides > div {
  display: inline-block;
}
.bg-advert-sides > div img {
  opacity: 0.2;
  filter: alpha(opacity=20);
  /* For IE8 and earlier */
}
.bg-advert-sides .advert-sides-left {
  width: 533px;
  height: 433px;
  text-align: right;
  margin-left: -180px;
}
.bg-advert-sides .advert-sides-center {
  width: 855px;
  height: 10px;
}
.bg-advert-sides .advert-sides-right {
  width: 533px;
  height: 433px;
  text-align: left;
}
.rozpis .col-rozpis-advert {
  float: right;
  width: 160px;
  min-height: 600px;
}
.tabulka .col-tabulka-advert {
  float: right;
  width: 160px;
  min-height: 600px;
}
.clanek .clanek-advert {
  /*width: 250px;*/
  margin: 10px auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #2c477c;
}
h1,
.h1,
h2,
.h2 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 24px;
}
p {
  margin: 0 0 12px;
}
/*
.lead {
  margin-bottom: @line-height-computed;
  font-size: floor((@font-size-base * 1.15));
  font-weight: 300;
  line-height: 1.4;

  @media (min-width: @screen-sm-min) {
    font-size: (@font-size-base * 1.5);
  }
}


// Emphasis & misc
// -------------------------

// Ex: (12px small font / 14px base font) * 100% = about 85%
small,
.small {
  font-size: floor((100% * @font-size-small / @font-size-base));
}

mark,
.mark {
  background-color: @state-warning-bg;
  padding: .2em;
}
*/
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.float-right {
  float: right;
}
/*
// Contextual colors
.text-muted {
  color: @text-muted;
}
.text-primary {
  .text-emphasis-variant(@brand-primary);
}
.text-success {
  .text-emphasis-variant(@state-success-text);
}
.text-info {
  .text-emphasis-variant(@state-info-text);
}
.text-warning {
  .text-emphasis-variant(@state-warning-text);
}
.text-danger {
  .text-emphasis-variant(@state-danger-text);
}

// Contextual backgrounds
// For now we'll leave these alongside the text classes until v4 when we can
// safely shift things around (per SemVer rules).
.bg-primary {
  // Given the contrast here, this is the only class to have its color inverted
  // automatically.
  color: #fff;
  .bg-variant(@brand-primary);
}
.bg-success {
  .bg-variant(@state-success-bg);
}
.bg-info {
  .bg-variant(@state-info-bg);
}
.bg-warning {
  .bg-variant(@state-warning-bg);
}
.bg-danger {
  .bg-variant(@state-danger-bg);
}


// Page header
// -------------------------

.page-header {
  padding-bottom: ((@line-height-computed / 2) - 1);
  margin: (@line-height-computed * 2) 0 @line-height-computed;
  border-bottom: 1px solid @page-header-border-color;
}


// Lists
// -------------------------

// Unordered and Ordered lists
ul,
ol {
  margin-top: 0;
  margin-bottom: (@line-height-computed / 2);
  ul,
  ol {
    margin-bottom: 0;
  }
}

// List options

// Unstyled keeps list items block level, just removes default browser padding and list-style
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

// Inline turns list items into inline-block
.list-inline {
  .list-unstyled();
  margin-left: -5px;

  > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
}

// Description Lists
dl {
  margin-top: 0; // Remove browser default
  margin-bottom: @line-height-computed;
}
dt,
dd {
  line-height: @line-height-base;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0; // Undo browser default
}

// Horizontal description lists
//
// Defaults to being stacked without any of the below styles applied, until the
// grid breakpoint is reached (default of ~768px).

.dl-horizontal {
  dd {
    &:extend(.clearfix all); // Clear the floated `dt` if an empty `dd` is present
  }

  @media (min-width: @dl-horizontal-breakpoint) {
    dt {
      float: left;
      width: (@dl-horizontal-offset - 20);
      clear: left;
      text-align: right;
      .text-overflow();
    }
    dd {
      margin-left: @dl-horizontal-offset;
    }
  }
}


// Misc
// -------------------------

// Abbreviations and acronyms
abbr[title],
// Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted @abbr-border-color;
}
.initialism {
  font-size: 90%;
  .text-uppercase();
}

// Blockquotes
blockquote {
  padding: (@line-height-computed / 2) @line-height-computed;
  margin: 0 0 @line-height-computed;
  font-size: @blockquote-font-size;
  border-left: 5px solid @blockquote-border-color;

  p,
  ul,
  ol {
    &:last-child {
      margin-bottom: 0;
    }
  }

  // Note: Deprecated small and .small as of v3.1.0
  // Context: https://github.com/twbs/bootstrap/issues/11660
  footer,
  small,
  .small {
    display: block;
    font-size: 80%; // back to default font-size
    line-height: @line-height-base;
    color: @blockquote-small-color;

    &:before {
      content: '\2014 \00A0'; // em dash, nbsp
    }
  }
}

// Opposite alignment of blockquote
//
// Heads up: `blockquote.pull-right` has been deprecated as of v3.1.0.
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid @blockquote-border-color;
  border-left: 0;
  text-align: right;

  // Account for citation
  footer,
  small,
  .small {
    &:before { content: ''; }
    &:after {
      content: '\00A0 \2014'; // nbsp, em dash
    }
  }
}

// Addresses
address {
  margin-bottom: @line-height-computed;
  font-style: normal;
  line-height: @line-height-base;
}
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 200px) {
  .container {
    width: 960px;
  }
}
/*
Row
*/
.row {
  margin-left: 0px;
  margin-right: 0px;
  margin: 0px;
}
[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
  /*
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
  */
  float: left;
}
col-right {
  float: right;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: underline;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #989898;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #989898;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #009de1;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.navbar {
  position: relative;
}
.navbar .container > div {
  float: left !important;
  /*height:100%;*/
}
.navbar > div {
  position: relative;
}
@media (min-width: 200px) {
  .navbar-header {
    float: left;
    margin-right: 40px;
  }
}
.navbar-header .klub-name {
  font-family: MachineITC;
  color: #ffffff;
  font-size: 44.86px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.navbar-fixed {
  right: 0px;
  left: 0px;
  z-index: 1030;
  position: fixed;
}
.navbar-top {
  background-color: #212121;
  height: 36px;
  margin: 0px;
  top: 0px;
  line-height: 30px;
  background-image: url('/img/bg/bg_top1.png');
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  /*
  .navbar-fb-sdilet {
       margin-left: 289px;       

       a {
       	.icon-fb-share;
       	text-indent: -9999px;       	
       	margin:9px 0px;
       }	       
  }
  
  .navbar-fb-like {
  		 margin-left: 19px;       
  		 cursor: pointer;
       div {
       	.icon-fb-like;
       	text-indent: -9999px;       	
       	margin:6px 0px;
       	cursor: pointer;       	
       }	
  }
  */
}
.navbar-top .navbar-link span {
  width: 12px;
  height: 34px;
  background-image: url(/img/btn-sipka-link.png);
  background-repeat: no-repeat;
  background-position: left center;
  /*background-size: 24px 12px;*/
  display: inline-table;
  margin-right: 6px;
}
.navbar-top .navbar-link a {
  text-decoration: underline;
}
.navbar-top .fb-like {
  margin-left: 289px;
  width: 150px;
}
.navbar-top .social-draci {
  margin-left: 289px;
  width: 150px;
}
.navbar-top .navbar-search {
  margin-left: 16px;
  margin-top: 6px;
  width: 160px;
  height: 24px;
  background-image: url('/img/bg/bg_search.png');
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.navbar-top .navbar-search input {
  background-color: transparent;
  width: 135px;
  height: 24px;
  border: 0px solid #000;
  margin: 1px 5px;
  padding: 0px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-size: 14px;
  /* Odhad zapříčiněný nahrazením písma */
  font-style: italic;
  line-height: 20px;
  /* Odhad zapříčiněný nahrazením písma */
  text-align: left;
  display: inline-table;
}
.navbar-top .navbar-search span {
  display: inline-table;
  float: right;
  width: 24px;
  height: 10px;
  cursor: pointer;
  margin-top: -28px;
}
.navbar-top .navbar-login {
  margin-left: 28px;
}
.navbar-top .navbar-login a {
  text-decoration: underline;
  display: inline-table;
  margin-right: 18px;
}
.navbar-menu {
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(29, 29, 27, 0.63);
  height: 64px;
  top: 36px;
  clear: both;
}
.navbar-menu .navbar-menu-bg {
  /*height:100%;*/
}
.navbar-menu .navbar-menu-bg div {
  float: left !important;
  width: 50%;
  height: 64px;
}
.navbar-menu .navbar-menu-bg .navbar-menu-bg-right {
  background-color: #b81b20;
}
.navbar-menu .navbar-menu-bg .navbar-menu-bg-right-draci {
  background-color: #ffcc00;
}
.navbar-menu .navbar-menu-bg .navbar-menu-icon {
  background-image: url('/img/bg/bg_top2.png');
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  /*height:100%;*/
  width: 100%;
  margin-top: -64px;
}
.navbar-menu .navbar-menu-bg .navbar-menu-icon-draci {
  background-image: url('/img/bg/bg_top2_draci.png');
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.navbar-menu .container {
  margin-top: -64px;
  /*height:100%;    */
}
.navbar-menu .container > div {
  margin-top: -64px;
}
.navbar-menu .container > div > div {
  /*height: 100%;*/
}
.navbar-menu .container .navbar-header {
  line-height: 64px;
  margin-left: 70px;
}
.klub .container .navbar-header {
  margin-left: 0px;
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 200px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-nav {
  margin: 10px 0px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 199px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 200px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
    line-height: 64px;
  }
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
  }
}
.navbar-nav li.arrow {
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  padding: 0px 15px;
}
.navbar-nav li.arrow span {
  background-image: url(/img/arrow.png);
  background-position: 0px;
  background-repeat: no-repeat;
  width: 11px;
  height: 7px;
  display: inline-table;
  margin-left: 4px;
}
.navbar-nav li.arrow-oklubu {
  margin-left: -12px;
}
.navbar-nav li.arrow:hover {
  text-decoration: underline;
}
.navbar-nav li.arrow:hover span {
  background-position: -45px;
}
.navbar-nav li.arrow-selected span {
  background-position: -20px;
}
.navbar-nav li.arrow-selected:hover span {
  background-position: -65px;
}
.navbar-nav .repre-stary-rok {
  overflow: hidden;
}
.navbar-nav .repre-stary-rok:before,
.navbar-nav .repre-stary-rok:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.navbar-nav .repre-stary-rok:before {
  right: 0.5em;
  margin-left: -50%;
}
.navbar-nav .repre-stary-rok:after {
  left: 0.5em;
  margin-right: -50%;
}
.navbar-hidden {
  top: 100px;
  display: none;
}
.navbar-hidden > div {
  background-color: white;
  background-image: url(/img/bg/bg-tymy.png);
  background-repeat: no-repeat;
  background-position: bottom;
  min-height: 106px;
}
.navbar-hidden div ul {
  margin: 0px;
  padding: 0px;
}
.navbar-hidden div ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
  width: 95px;
  text-align: center;
  padding-top: 0px;
  line-height: 19px;
}
.navbar-hidden div ul li div {
  max-height: 70px;
  height: inherit;
  min-height: 50px;
  min-width: 95px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}
.navbar-hidden div ul li div * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.navbar-hidden div ul li a {
  color: #2c477c;
  font-size: 16px;
  line-height: 19px;
}
.navbar-hidden.klub div {
  min-height: 100px;
  max-height: 200px;
}
.navbar-hidden.oklubu div,
.navbar-hidden.oturnaji div {
  min-height: 20px;
}
.navbar-hidden.oklubu div ul li,
.navbar-hidden.oturnaji div ul li {
  min-width: 117px;
  width: inherit;
  font-weight: 700;
  font-size: 16px;
  margin: 0px 10px;
  vertical-align: middle;
}
.navbar-hidden.klub ul li,
.navbar-hidden.klub ul li div {
  width: 73px;
  height: 60px;
}
#navbar,
#navbar-turnaje {
  float: left;
}
.navbar-nav-tymy {
  /*margin-left:-50px;*/
}
.navbar-nav-region {
  margin-left: -40px;
}
/*WEB*/
.body-web .navbar-menu {
  top: 32px;
}
.body-web .navbar-link span {
  color: #4e98db;
  font-size: 12px;
  width: 200px;
  background-image: none;
  margin-left: 33px;
}
.body-web .navbar-social {
  width: 24px
		height: 24px;
  margin-left: 10px;
}
.body-web .navbar-weby-cba {
  margin-left: 25px;
}
.body-web .navbar-exl {
  margin-left: 258px;
  margin-left: 15px;
}
.body-web .navbar-sinslavy {
  margin-left: 15px;
}
.body-web .navbar-fb {
  margin-left: 185px;
}
.body-web .navbar-search {
  margin-left: 37px;
  background-image: url(/img/web/bg/bg_search.png);
}
.body-web .navbar-search input {
  width: 140px;
  color: #9ec7e6;
  margin-left: 10px;
}
.body-web .navbar-login {
  margin-left: 21px;
}
.body-web .navbar-menu .navbar-menu-bg .navbar-menu-icon {
  background-image: url('/img/web/bg/bg_top.png');
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.body-web .navbar-menu .navbar-menu-bg .navbar-menu-bg-right {
  background-color: #d8181c;
}
.body-web .navbar-nav {
  margin-left: 154px;
  margin-left: 24px;
}
.body-web .navbar-nav > li:first-child a {
  color: transparent;
  margin-right: 67px;
}
.navbar-vlevo > .container {
  width: 186px;
}
.navbar-vlevo ul {
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 0px;
  list-style: none;
  width: 186px;
}
.navbar-vlevo ul li {
  position: relative;
  display: block;
  background-color: #134680;
  width: 186px;
  min-height: 36px;
  line-height: 36px;
  margin-bottom: 4px;
  float: left;
}
.navbar-vlevo ul li span {
  display: block;
  width: 126px;
  height: 36px;
  overflow: hidden;
  float: left;
  margin-left: 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  cursor: pointer;
  cursor: hand;
}
.navbar-vlevo ul li span span {
  background-image: url(/img/web/ikony/sipka-down.png);
  width: 11px;
  height: 7px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-table;
  margin-left: 7px;
  float: none;
}
.navbar-vlevo ul li span span.sipka-up {
  background-image: url(/img/web/ikony/sipka-up.png);
}
.navbar-vlevo ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
}
.navbar-vlevo ul li a div {
  background-color: #7d7d7d;
  width: 36px;
  height: 36px;
  float: right;
  background-image: url(/img/web/ikony/sipka-right.png);
  background-position: center;
  background-repeat: no-repeat;
}
.navbar-vlevo ul li.soutez-1 {
  background-color: #d8181c;
}
.navbar-vlevo ul li.soutez-9 {
  background-color: #658cb8;
}
.navbar-vlevo ul li.soutez-9 div {
  background-color: #bdbdbd;
}
.navbar-vlevo ul li.navbar-vlevo-turnaj {
  background-color: #7d7d7d;
  width: 186px;
  min-height: 55px;
}
.navbar-vlevo ul li.navbar-vlevo-turnaj a {
  font-size: 16px;
}
.navbar-vlevo ul li.navbar-vlevo-turnaj a span {
  width: 137px;
}
.navbar-vlevo ul li.navbar-vlevo-turnaj a span.navbar-vlevo-misto {
  font-size: 12px;
  font-weight: 400;
  height: 20px;
  line-height: 10px;
}
.navbar-vlevo ul li.navbar-vlevo-turnaj a div {
  height: 55px;
  margin-top: 0px;
}
.navbar-vpravo > .container {
  width: 450px;
}
.navbar-vpravo ul {
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 0px;
  list-style: none;
  width: 450px;
}
.navbar-vpravo ul li {
  position: relative;
  display: block;
  background-color: #134680;
  width: 450px;
  margin-bottom: 4px;
}
.navbar-vpravo ul.navbar-vpravo-top li {
  min-height: 60px;
  background-image: url(/img/web/bg/bg_top_info.png);
  background-repeat: repeat-x;
  background-color: #0d1217;
}
.navbar-vpravo ul.navbar-vpravo-top li h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin: 13px 18px 8px 18px;
  display: inline-block;
}
.navbar-vpravo ul.navbar-vpravo-top li span {
  display: inline-block;
  margin: 0px 18px 7px 18px;
  color: #ababab;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
.navbar-vpravo ul.navbar-vpravo-top li span a {
  color: #ababab;
  text-decoration: underline;
}
.navbar-vpravo .submenu {
  min-height: 80px;
  width: 450px;
  overflow: hidden;
  background-color: #b7d167;
  margin: 4px 0px;
}
.navbar-vpravo .submenu h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  margin: 15px 18px;
}
.navbar-vpravo .sub120 {
  background-color: #79b5ac;
  height: 120px;
}
.navbar-vpravo .col-2 {
  background-color: transparent;
}
.navbar-vpravo .col-2 > div {
  width: 221px;
  height: 120px;
  float: left;
  background-color: #79b5ac;
}
.navbar-vpravo .col-2 > div:first-child {
  margin-right: 8px;
}
.navbar-vpravo .col-3 {
  background-color: transparent;
}
.navbar-vpravo .col-3 > div {
  width: 145px;
  float: left;
  height: 120px;
  background-color: #79b5ac;
  margin-right: 7.5px;
}
.navbar-vpravo .col-3 > div:last-child {
  margin-right: 0px;
}
.navbar-vlevo ul li.soutez-9 .hp-games-list .game-date,
.navbar-vlevo ul li.soutez-9 .hp-games-list div {
  background-color: transparent;
}
.navbar-vlevo ul li .hp-games-list {
  width: 186px;
  display: block;
  float: left;
  position: relative;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
}
.navbar-vlevo ul li .hp-games-list li {
  background-color: #ffffff;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px dashed #d7d7d7;
  width: 162px;
  margin: 0px 9px;
}
.navbar-vlevo ul li .hp-games-list li span {
  color: #212121;
}
.navbar-vlevo ul li .hp-games-list li:first-child {
  margin-top: 5px;
}
.navbar-vlevo ul li .hp-games-list .game-date {
  color: #134680;
  font-size: 14px;
  font-weight: 400;
  height: 19px;
  line-height: 19px;
  border: 1px solid #7d7d7d;
  width: 162px;
  border-width: 1px 0px;
  margin-bottom: 5px;
  /*		margin:11px;*/
}
.navbar-vlevo ul li .hp-games-list .game-teams span {
  height: 14px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #212121;
}
.navbar-vlevo ul li .hp-games-list .game-time div {
  margin-top: 0px;
  line-height: 48px;
}
.navbar-vlevo ul li .hp-games-list .last-inday {
  padding: 0px;
  width: 162px;
  margin: 0px 9px;
}
.navbar-vlevo ul li .hp-games-list table {
  text-align: center;
  width: 162px;
  margin: 0px 9px;
}
.navbar-vlevo ul li .hp-games-list table tr th {
  background-color: #d7d7d7;
  color: #212121;
}
.navbar-vlevo ul li .hp-games-list table .colt-gb {
  font-weight: 400;
}
.navbar-menu-web .navbar-nav li nav {
  margin-left: 25px;
  height: auto;
  position: absolute;
  z-index: 1500;
  background-color: white;
  box-shadow: 0px 0px 4px 0px rgba(6, 7, 7, 0.71);
}
.navbar-menu-web .navbar-nav li nav div {
  float: left;
}
.navbar-menu-web .navbar-nav li nav div ul {
  padding: 0px;
  list-style: none;
  text-align: center;
  margin: 10px;
}
.navbar-menu-web .navbar-nav li nav div ul li {
  width: 60px;
  padding: 0px;
  margin-left: 0px;
  height: 22px;
  line-height: 22px;
}
.body-mobile {
  /*
	
	ul
	{			
  			margin-bottom: 0;
  			padding-left: 0; 
  			margin-top: 0px;
  			list-style: none;
  			width:186px;
  			&:extend(.clearfix all);
	   li{
	 		position: relative;
    		display: block;	    	
			background-color: #134680;
    		width: 186px;
    		min-height: 36px;
    		line-height: 36px;
    		margin-bottom:4px;    
    		
    		    		float:left;		    	
    		
    			span{
					display: block;
					width: 126px;
					height: 36px;
					overflow: hidden;
					float:left;
					margin-left:12px;
					color:#ffffff;
					font-size: 16px;
					font-weight: 700;
					line-height: 36px;
					cursor:pointer;
					cursor: hand;
				   
				   span{
				  		background-image: url(/img/web/ikony/sipka-down.png);
				  		width: 11px;
				  		height: 7px;
				  		background-position: center;
				  		background-repeat: no-repeat;
				  		display: inline-table;
				  		margin-left:7px;
				  		float:none;
					}
					span.sipka-up{
					  background-image: url(/img/web/ikony/sipka-up.png);
					}
				}
			
    		
    		a{
				color:#ffffff;
				font-size: 16px;
				font-weight: 700;
				line-height: 36px;
				
				
				div{
				  background-color: #7d7d7d;
				  width: 36px;
				  height: 36px;	
				  float:right;
  				  background-image: url(/img/web/ikony/sipka-right.png);
				  background-position: center;
				  background-repeat: no-repeat;
				}
				
    		}    
    		    		
	  }
	  
	  li.soutez-1{
    		background-color:#d8181c;
     }
     li.soutez-9{
    		background-color:#658cb8;
    		div{
    			background-color:#bdbdbd;
    		}
     }
     
     
	}



	*/
}
.body-mobile .navbar-vpravo > .container {
  width: 351px;
}
.body-mobile .navbar-vpravo .navbar-vpravo-top {
  width: 351px;
}
.body-mobile .navbar-vpravo .navbar-vpravo-top li {
  width: 351px;
}
.body-mobile .navbar-vpravo .submenu {
  width: 351px;
}
.body-mobile .navbar-vpravo .submenu h2 {
  font-size: 20px;
}
.body-mobile .navbar-vpravo .col-2 > div {
  width: 171.5px;
}
.body-mobile .navbar-vpravo .col-3 > div {
  width: 111.3px;
}
.body-mobile .navbar-vpravo .col-3 > div h2 {
  font-size: 16px;
}
.body-mobile .navbar-nav-submenu {
  height: 20px;
  margin-top: -10px;
  margin-bottom: 0px;
}
.body-mobile .navbar-nav-submenu li a {
  padding: 0px 12px;
}
.col-hp-3 ul {
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 0px;
  list-style: none;
  width: 287px;
}
.col-hp-3 ul.navbar-vpravo-top li {
  min-height: 60px;
  background-image: url(/img/web/bg/bg_top_info.png);
  background-repeat: repeat-x;
  background-color: #0d1217;
}
.col-hp-3 ul.navbar-vpravo-top li h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  width: 280px;
  width: 420px;
  /* kvuli top zpravam vpravo na HP */
  margin: 13px 18px 8px 18px;
  display: inline-block;
}
.col-hp-3 ul.navbar-vpravo-top li span {
  display: inline-block;
  margin: 0px 18px 7px 18px;
  color: #ababab;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
.col-hp-3 ul.navbar-vpravo-top li span a {
  color: #ababab;
  text-decoration: underline;
}
.navbar-hidden.oklubu div ul li,
.navbar-hidden.oturnaji div ul li {
  padding-top: 20px;
}
div.hamburger {
  float: right;
  height: 56px;
  display: none;
}
div.hamburger img {
  margin: 18px;
  cursor: pointer;
}
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* Set the fixed height of the footer here */
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  z-index: 1030;
}
.footer > .container {
  padding: 36px;
  background-color: #212121;
  width: 960px;
  height: 260px;
}
.footer > .container > * {
  display: inline-block;
  vertical-align: top;
  color: #929292;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.footer > .container .adress {
  color: #929292;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.footer > .container .odkazy_stranky {
  padding: 0px;
  margin: 0px;
  margin-left: 100px;
}
.footer > .container .odkazy_stranky a {
  color: #009de1;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.footer > .container .tymy {
  text-transform: uppercase;
  margin-left: 85px;
}
.footer > .container .odkazy_tymy {
  padding: 0px;
  margin: 0px;
  margin-left: 10px;
  width: 350px;
}
.footer > .container .odkazy_tymy li {
  display: inline-block;
  width: 170px;
}
.footer > .container .odkazy_tymy li a {
  color: #009de1;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.footer > .container .copyright {
  margin-top: 60px;
}
.footer > .container .copyright.klub {
  margin-top: 50px;
}
.footer > .container .design {
  text-align: right;
  margin-top: 60px;
  margin-left: 199px;
  margin-bottom: 15px;
}
.footer > .container .design.klub {
  margin: 30px 0px 0px 493px;
}
ul.navbar-sponsors {
  margin: 0px -20px;
}
ul.navbar-sponsors li {
  float: left;
  margin: 0px;
}
ul.navbar-sponsors li a {
  margin: 4px;
  margin-bottom: 18px;
  padding: 0px;
}
.body-web .footer > .container {
  background-color: #212121;
  width: 1176px;
  height: 96px;
  padding: 20px 0px 0px 52px;
}
.body-web .footer > .container img {
  margin-right: 10px;
}
.body-web .footer > .container p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.body-web .footer > .container .copyright {
  margin: 0px 0px 0px 115px;
}
.body-mobile .footer > .container {
  background-color: #212121;
  width: 375px;
  height: 180px;
  padding: 20px 0px 0px 52px;
}
.body-mobile .footer > .container img {
  margin-right: 10px;
}
.body-mobile .footer > .container p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.body-mobile .footer > .container .copyright {
  margin: 0px 0px 0px 70px;
}
.body-disclaimer {
  margin-bottom: 162px;
}
.body-mobile.body-disclaimer {
  margin-bottom: 264px;
}
.footer-disclaimer {
  padding-bottom: 62px;
}
.footer .FSponzor ul li {
  margin: 20px;
  display: inline-table;
}
.admin-clanky-seznam th {
  text-align: left;
}
.admin-list-seznam tr.hover {
  background: #fde3a7;
}
.admin-list-seznam {
  border-collapse: collapse;
}
.admin-list-seznam td,
.admin-list-seznam th {
  padding: 0.5rem;
}
.admin-list-seznam .line td {
  border-bottom: 1px solid #929292;
}
.admin-list-seznam .dline td {
  border-bottom: 3px double #929292;
}
.admin-edit {
  background-color: #dfdfdf;
}
.admin-edit input {
  border: 1px solid black;
  background-color: white;
  padding: inherit;
  font-size: 14px;
}
.edit_kontakt {
  color: #212121;
}
div.form {
  background: white;
  padding: 20px 0px;
  min-height: 500px;
  margin-bottom: 20px;
}
.form label {
  width: 120px;
  display: inline-table;
  text-align: right;
  margin: 10px;
  vertical-align: top;
}
.form input {
  width: 300px;
  margin: 10px;
}
.form input[type="checkbox"] {
  width: 15px;
  margin-top: 15px;
}
.form .i1 {
  width: 100px;
}
.form .i2 {
  width: 600px;
}
.form .i35 {
  width: 35px;
  padding: 2px;
}
.form textarea {
  width: 600px;
  height: 300px;
  margin: 10px;
}
.form .mce-tinymce {
  float: left;
  margin: 10px;
}
.form a {
  display: inline-table;
  margin: 10px;
}
.form select {
  margin: 10px;
}
.button_blue {
  /*background-image: url(images/button_blue.png);*/
  background-position: right;
  background-repeat: no-repeat;
  background-color: #009de0;
  border: 0px;
  border-bottom: 2px solid #2c477c;
  height: 24px;
  color: #ffffff;
  line-height: 24px;
  width: 104px;
  font-size: 16px;
  text-align: center;
}
.form-turnaje-oddil-edit input {
  font-size: 16px;
  line-height: 1.1;
  margin: 0px 10px;
  padding: 10px;
}
.form-turnaje-oddil-edit input {
  font-size: 16px;
  line-height: 1.1;
  margin: 0px 10px;
  padding: 10px;
}
.form-registrace input {
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
}
.form-registrace label {
  line-height: 26px;
  padding-top: 7px;
}
.form-registrace button {
  width: inherit;
  height: inherit;
  line-height: 30px;
  margin-left: 10px;
}
.form-registrace textarea {
  width: inherit;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px;
  font-size: 16px;
}
.form-registrace select {
  line-height: 26px;
  font-size: 16px;
  margin-top: 13px;
  padding: 5px;
}
.form-filter input {
  font-size: 10px;
  line-height: 1.5;
  padding: 10px;
  height: 15px;
}
.form-filter th span {
  font-size: 10px;
}
table.registrace-import {
  margin-left: -120px;
  background-color: white;
}
table.registrace-import input {
  font-size: 13px;
  line-height: 1.5;
  padding: 10px 5px;
  height: 15px;
  width: 80px;
  margin: 4px 2px;
}
table.registrace-import input.rc-error-1 {
  background-color: orange;
}
table.registrace-import input.rc-error-2 {
  background-color: red;
}
table.registrace-import select {
  font-size: 13px;
  margin: 4px 2px;
  padding: 2px 5px;
}
table.registrace-import .delete {
  font-size: 15px;
  font-weight: bold;
  color: black;
}
table.registrace-import .radek-delete td {
  background: #dcdcdc;
}
.rozpis .form table td,
.rozpis table th {
  padding: 0px;
}
.form-shadow textarea,
.form-shadow input,
.form-shadow select {
  border: 1px solid #c7c7c7;
  font-size: 20px;
}
.form-shadow input {
  padding: 5px 15px;
}
.form-shadow select {
  height: 40px;
  padding: 5px 15px;
}
.form-shadow .date {
  width: 120px;
}
.button-round {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 26px;
  height: 28px;
  margin: 0;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.kontakt-tel {
  background-image: url(/img/web/ikony/icon-mobil.png);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  display: inline-block;
  width: 9px;
  height: 19px;
  margin-left: -18px;
  margin-right: 9px;
}
.kontakt-mail {
  background-image: url(/img/web/ikony/icon-mail.png);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  display: inline-block;
  width: 12px;
  height: 19px;
  margin-left: -19px;
  margin-right: 7px;
}
.kontakty-treneri {
  width: 900px;
}
.kontakty-treneri .col-klub-trener {
  width: 295px;
}
/*
// Jumbotron
// --------------------------------------------------
*/
.jumbotron {
  position: absolute;
  top: 100px;
  left: 0px;
  right: 0px;
  clear: both;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: inherit;
  background-color: transparent;
  display: none;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 0px;
  padding-right: 0px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 200px) {
  .jumbotron {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 0px;
    padding-right: 0px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #009de1;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #006894;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #009de1;
  border-color: #009de1;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #989898;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* Sticky footer styles-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin: 0px;
  margin-bottom: 260px;
}
/* Custom page CSS-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container {
  /*margin-top:10px;*/
  padding: 0px 36px;
  background: #fff;
  min-height: 525px;
  position: relative;
  /*z-index: 100;*/
}
.container .text-muted {
  margin: 20px 0;
}
code {
  font-size: 80%;
}
body > .dropNav {
  min-height: 0px;
  height: 35px;
  margin-top: 100px;
  padding-top: 10px;
  padding-left: 36px;
  list-style: none;
  margin-bottom: 0px;
}
body > .dropNav li {
  float: left;
  margin: 2px;
  font-size: 14px;
  line-height: 20px;
  color: #747474;
  position: relative;
  display: block;
}
body > .dropNav li a {
  color: #747474;
  text-decoration: underline;
}
body > .dropNav li:last-child a {
  text-decoration: none;
}
body > .container-hp {
  background-image: url(/img/bg/hp-horizont-line.png);
  background-repeat: repeat-y;
  margin-top: 340px;
  margin-top: 100px;
  padding: 0px;
}
body > .container-hp.klub {
  margin-top: 0px;
  border-top: 1px solid #929292;
  padding-top: 100px;
}
.col-hp-1 {
  width: 210px;
  height: 200px;
}
.col-hp-2 {
  width: 462px;
  min-height: 1200px;
  padding-top: 0px;
  margin-top: -1px;
  margin-left: 1px;
}
.col-hp-2 .hp-article-name {
  background-color: rgba(24, 47, 73, 0.6);
  width: 462px;
  height: 102px;
  padding: 10px 25px;
}
.col-hp-2 .hp-article-name h2 {
  margin-top: 0px;
  height: 52px;
  overflow: hidden;
}
.col-hp-2 .hp-article-name h2 a {
  color: #ffffff;
}
.col-hp-2 .hp-article-name > div {
  color: #fffefe;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.col-hp-2 .hp-article-name > div a {
  color: #fffefe;
  text-decoration: underline;
}
.col-hp-3 {
  width: 286px;
  min-height: 300px;
}
.col-hp-3 .hp-league-table-playoff tr.dwin td:nth-child(1) {
  border-right: 1px solid;
}
.col-hp-3 tr.dwin td:nth-child(2) {
  width: inherit;
  padding-left: 10px;
}
.hp-article-list {
  background-color: #e0e0e0;
  width: 462px;
  min-height: 630px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hp-article-list li {
  height: 90px;
  width: 462px;
  margin: 0px;
  border-bottom: 1px solid white;
}
.hp-article-list li .media-body {
  padding: 10px;
}
.hp-article-list li .media-body h4 {
  margin: 0px;
  height: 55px;
  overflow: hidden;
}
.hp-article-list li .media-body h4 a {
  color: #212121;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.hp-article-list li .media-body .author {
  color: #747474;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.hp-article-list li .media-body .author a {
  text-decoration: underline;
  color: #747474;
}
.hp-article-list li img {
  /* margin-left:10px;	*/
}
.hp-article-list-footer {
  text-align: right;
  padding: 7px;
}
.hp-article-list-footer a {
  text-decoration: underline;
  color: #009de1;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.hp-games-list {
  width: 190px;
  /*min-height: 630px;*/
  margin: 0px 20px;
  padding: 0px;
  list-style: none;
}
.hp-games-list li {
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  border-bottom: 1px solid #929292;
  padding-bottom: 10px;
  display: inline-block;
  width: 170px;
  width: 180px;
}
.hp-games-list li > div {
  float: left;
  height: 48px;
}
.hp-games-list li .game-soutez {
  width: 100%;
  height: auto;
  font-size: 16px;
}
.hp-games-list li .game-date {
  color: #2c477c;
  font-size: 18px;
  font-weight: 700;
  height: 28px;
}
.hp-games-list li .game-teams {
  width: 100px;
}
.hp-games-list li .game-teams span {
  width: 70px;
  height: 14px;
  line-height: 14px;
  display: inline-table;
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
}
.hp-games-list li .game-teams span img {
  margin-right: 5px;
}
.hp-games-list li .game-temas-online {
  width: 80px;
}
.hp-games-list li .game-result {
  width: 15px;
}
.hp-games-list li .game-result span {
  width: 15px;
  height: 14px;
  line-height: 22px;
  display: inline-table;
  text-align: right;
}
.hp-games-list li .game-time {
  width: 15px;
  display: inline-table;
}
.hp-games-list li .game-time div {
  margin-top: 15px;
  margin-left: 8px;
}
.hp-games-list li .game-time div a {
  display: inline-table;
}
.hp-games-list li .game-time div a img {
  width: 22px;
}
.hp-games-list li .game-time-turnaj {
  width: 65px;
  /* tohle je kvuli euro18 */
  display: inline-table;
}
.hp-games-list li .game-time-turnaj div {
  margin-top: 15px;
  margin-left: 8px;
}
.hp-games-list li .game-time-turnaj div a {
  display: inline-table;
}
.hp-games-list li .game-time-turnaj div a img {
  width: 25px;
  margin-top: 10px;
}
.hp-games-list li .game-inn {
  line-height: 48px;
  width: 50px;
  text-align: center;
}
.hp-games-list li .game-icon {
  width: 39px;
  width: 8px;
}
.hp-games-list li .game-icon a img {
  border: 0px;
  margin-top: 20px;
  margin-left: 23px;
}
.hp-games-list li .game-online {
  width: 55px;
}
.hp-games-list li .game-online a {
  width: 15px;
}
.hp-games-list li .game-online a img {
  margin-left: 10px;
}
.hp-games-list li .game-online a.stred img {
  margin-left: 22px;
}
.hp-games-list .date-is-hidden .game-date {
  display: none;
}
.hp-games-list .last-inday {
  width: 210px;
  margin-left: -20px;
  padding-left: 20px;
}
.live-game .game-result {
  font-style: italic;
}
.hp-games-list .post-game .game-icon a img {
  margin-left: 23px;
  margin-left: 0px;
  margin-top: 17px;
}
.col-hp-advert-left {
  color: #747474;
  font-size: 12px;
  line-height: 20px;
  margin: 5px;
  margin-top: 0px;
}
.hp-league-table-playoff {
  margin: 15px;
}
.hp-league-table-playoff th {
  color: #2c477c;
  line-height: 40px;
}
.hp-league-table-playoff tr.dtid td:first-child,
.hp-league-table-playoff tr.htid td:first-child {
  border-bottom: 1px solid black;
}
.hp-league-table-playoff tr.dtid td:nth-child(2),
.hp-league-table-playoff tr.htid td:nth-child(2) {
  border-bottom: 1px solid black;
}
.hp-league-table-playoff tr.dwin td:nth-child(2) {
  border-bottom: 1px solid black;
  width: 20px;
}
.hp-league-table-playoff tr.dwin td:nth-child(3),
.hp-league-table-playoff tr.htid td:nth-child(2) {
  border-right: 1px solid black;
}
.hp-league-table-playoff tr.dwin td:nth-child(4) {
  border-bottom: 1px solid black;
  padding-left: 20px;
}
.hp-league-table-playoff tr.dtid td:first-child {
  width: 100px;
}
.hp-league-table-playoff tr.dtid td:nth-child(2) {
  width: 20px;
}
.hp-league-table-playoff tr.dtid td:nth-child(3) {
  width: 100px;
}
.hp-league-table {
  margin-left: 16px;
  line-height: 10px;
}
.hp-league-table th,
.hp-league-table td {
  height: 25px;
  text-align: right;
  width: 30px;
  padding: 0px 8px;
  vertical-align: middle;
}
.hp-league-table th {
  text-align: right;
  color: #2c477c;
}
.hp-league-table .col-logo {
  width: 25px;
  padding: 0px;
}
.hp-league-table .colt-club {
  width: 120px;
  padding: 0px;
  text-align: left;
}
.hp-league-table .colt-club a {
  color: #2c477c;
  font-size: 16px;
}
.hp-league-table .colt-club-nowrap {
  width: 150px;
}
.hp-league-table .colt-gb {
  font-weight: 700;
}
.hp-league-table .colt-one {
  width: 100%;
  height: 2px;
}
.hp-top {
  border-top: 1px solid #929292;
  width: 100%;
  min-height: 200px;
  margin-top: 20px;
}
.hp-top .hp-top-header h4 {
  color: #2c477c;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin: 18px 25px;
  margin-bottom: 0px;
  width: 130px;
  display: block;
  float: none;
}
.hp-top .hp-top-header div {
  display: block;
  color: #212121;
  font-size: 16px;
  float: none;
  text-align: center;
  margin: 18px 25px;
  height: 24px;
  clear: both;
}
.hp-top .hp-top-header div span {
  border-right: 1px solid #626262;
  padding: 0px 5px;
  margin: 0px;
  display: block;
  text-align: center;
  float: left;
  cursor: pointer;
}
.hp-top .hp-top-header div span:first-child {
  border-left: 1px solid #626262;
}
.hp-top .hp-top-header div span.active {
  background-color: rgba(146, 146, 146, 0.5);
}
.hp-top .batter h4 {
  width: 80px;
  margin-right: 10px;
}
.hp-top-list {
  width: 272px;
  min-height: 180px;
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
  list-style: none;
  display: block;
  clear: both;
}
.hp-top-list li {
  display: block;
  margin: 10px 0px 10px 25px;
}
.hp-top-list li img {
  float: left;
}
.hp-top-list li > div {
  float: left;
  margin: 5px 10px;
}
.hp-top-list li .hp-top-player {
  color: #2c477c;
  font-size: 16px;
}
.hp-top-list li .hp-top-player a {
  color: #2c477c;
}
.hp-top-list li .hp-top-team {
  color: #747474;
  font-size: 14px;
}
.hp-top-list li .hp-top-value {
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
  float: right;
}
.col-hp-advert-right {
  color: #747474;
  font-size: 12px;
  line-height: 20px;
  margin: 0px;
  border-top: 1px solid black;
  padding: 6px 20px;
}
.hp-top-video {
  margin: 20px 0px 10px 0px;
  border-top: 1px solid #929292;
}
.hp-top-video h4 {
  margin: 15px 10px 5px 20px;
}
.hp-top-video img {
  margin-left: 3px;
}
.hp-social-mobile {
  margin: 20px 0px 10px 0px;
  border-top: 1px solid #929292;
  border-bottom: 1px solid #929292;
  display: none;
  padding-bottom: 20px;
}
.hp-social-mobile h4 {
  margin: 15px 10px 5px 20px;
}
.hp-social-mobile img {
  margin-left: 3px;
}
.body-web .container-hp {
  background: none;
}
.body-web .col-hp-1 {
  width: 186px;
  height: auto;
}
.body-web .col-hp-2 {
  width: 516px;
  margin: 0px 12px;
}
.body-web .col-hp-2 .headline-seznam {
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.body-web .col-hp-2 .headline-seznam span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url(/img/web/ikony/Ellipse.png);
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px 6px;
  cursor: pointer;
}
.body-web .col-hp-2 .headline-seznam span.active {
  background-image: url(/img/web/ikony/Ellipse-hover.png);
}
.body-web .col-hp-2 .hp-article-headline .headline-sipka {
  position: relative;
  margin-top: -200px;
  height: 20px;
  width: 100%;
  clear: both;
}
.body-web .col-hp-2 .hp-article-headline .headline-sipka span {
  width: 29px;
  height: 20px;
  display: block;
  background-image: url(/img/web/ikony/headline-vlevo.png);
  background-position: right;
  background-repeat: no-repeat;
  float: left;
  cursor: pointer;
}
.body-web .col-hp-2 .hp-article-headline .headline-sipka span.headline-vpravo {
  background-image: url(/img/web/ikony/headline-vpravo.png);
  background-position: left;
  float: right;
}
.body-web .col-hp-2 .hp-article-name {
  margin: 100px 0px 0px 0px;
  padding: 0px;
  width: 516px;
  height: 80px;
  background-image: url(/img/web/bg/bg_top_article.png);
  background-position: top center;
  opacity: 0.8;
  position: relative;
}
.body-web .col-hp-2 .hp-article-name h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
  height: 36px;
  margin: 13px 18px 0px;
  width: 480px;
  overflow: none;
}
.body-web .col-hp-2 .hp-article-name > div {
  margin: 0px 18px;
  width: 480px;
  height: 17px;
  font-size: 12px;
  font-weight: 400;
}
.body-web .hp-article-list {
  width: 516px;
}
.body-web .hp-article-list li {
  margin-bottom: 8px;
  width: 516px;
  height: 86px;
  background-color: #ffffff;
}
.body-web .hp-article-list li img {
  margin: 0px 18px 0px 0px;
}
.body-web .hp-article-list li .media-body .author {
  color: #ababab;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
.body-web .hp-article-list li .media-body h4 a {
  color: #212121;
  font-size: 18px;
  font-weight: 700;
}
.body-web .col-hp-3 {
  width: 450px;
}
.body-web #partneri > div {
  float: left;
  width: 145px;
  text-align: center;
  margin-top: 12px;
  margin-right: 7.5px;
}
.body-web #partneri > div h4 {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 0px;
  margin: 0px;
}
.body-web #partneri > div > div {
  background-color: #ffffff;
  width: 145px;
  height: 120px;
}
.body-web #partneri > div > div img {
  width: 145px;
}
.body-web #partneri > div:last-child {
  margin-right: 0px;
}
.body-web .odber-clanku {
  background-color: #cecece;
  width: 450px;
  height: 67px;
  margin-top: 11px;
}
.body-web .odber-clanku div {
  float: left;
  width: 315px;
  margin-top: 10px;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
}
.body-web .odber-clanku div input {
  border-radius: 4px;
  background-color: #efefef;
  color: #212121;
  font-size: 14px;
  width: 240px;
  height: 24px;
  border: 0px;
  margin-left: 17px;
}
.body-web .odber-clanku div span {
  color: #009fe4;
  text-decoration: underline;
  margin-top: 5px;
  margin-right: 12px;
  display: inline-block;
  cursor: hand;
  cursor: pointer;
}
.body-web .odber-clanku div:first-child {
  color: #212121;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  width: 120px;
  height: 67px;
}
.body-mobile .hp-article-headline {
  margin-top: 12px;
}
.body-mobile .hp-article-headline .headline-sipka {
  position: relative;
  margin-top: -200px;
  height: 20px;
  width: 100%;
  clear: both;
}
.body-mobile .hp-article-headline .headline-sipka span {
  width: 29px;
  height: 20px;
  display: block;
  background-image: url(/img/web/ikony/headline-vlevo.png);
  background-position: right;
  background-repeat: no-repeat;
  float: left;
  cursor: pointer;
}
.body-mobile .hp-article-headline .headline-sipka span.headline-vpravo {
  background-image: url(/img/web/ikony/headline-vpravo.png);
  background-position: left;
  float: right;
}
.body-mobile .headline-seznam {
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.body-mobile .headline-seznam span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url(/img/web/ikony/Ellipse.png);
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px 6px;
  cursor: pointer;
}
.body-mobile .headline-seznam span.active {
  background-image: url(/img/web/ikony/Ellipse-hover.png);
}
.body-mobile .hp-article-name {
  margin: 100px 0px 0px 0px;
  padding: 0px;
  height: 80px;
  background-image: url(/img/web/bg/bg_top_article.png);
  background-position: top center;
  opacity: 0.8;
  position: relative;
}
.body-mobile .hp-article-name h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
  height: 36px;
  margin: 13px 18px 0px;
  width: 340px;
  overflow: none;
}
.body-mobile .hp-article-name h2 a {
  color: #ffffff;
}
.body-mobile .hp-article-name > div {
  margin: 0px 18px;
  width: 375px;
  height: 17px;
  font-size: 12px;
  color: #fffefe;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.body-mobile .hp-article-name > div a {
  color: #fffefe;
  text-decoration: underline;
}
.body-mobile .hp-article-list {
  width: 375px;
  background-color: transparent;
}
.body-mobile .hp-article-list img {
  margin-left: 0px;
  margin-right: 0px;
}
.body-mobile .hp-article-list .media {
  width: 351px;
  height: 86px;
  margin-left: 12px;
  margin-bottom: 12px;
  background-color: white;
}
.body-mobile .hp-article-list .media .media-heading {
  margin-top: 12px;
  height: 50px;
  font-size: 18px;
}
.body-mobile .hp-article-list .media .author {
  color: #ababab;
  font-size: 12px;
  font-weight: 400;
}
.body-mobile .hp-article-list .media .media-body {
  padding: 0px;
  height: 86px;
  width: 230px;
  float: right;
}
.body-mobile #partneri > div {
  float: left;
  width: 114px;
  text-align: center;
  margin-top: 12px;
  margin-right: 7.5px;
}
.body-mobile #partneri > div h4 {
  color: #212121;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  padding: 0px;
  margin: 0px;
}
.body-mobile #partneri > div > div {
  background-color: #ffffff;
  width: 114px;
  height: 94px;
}
.body-mobile #partneri > div > div img {
  width: 114px;
}
.body-mobile #partneri > div:last-child {
  margin-right: 0px;
}
/*
	background-color: rgba(24, 47, 73, 0.6);
		width: 462px;
		height: 102px;
		padding:10px 25px;
		h2 {			
			margin-top:0px;				
			height: 52px;
			overflow: hidden;		
			a {
			color: @navbar-link-color;	
			}
		}
		
		>div {			
			.font_14_20(#fffefe);
			a {
				color: #fffefe;
				text-decoration: underline;
			}
		}
	}
	*/
.rozpis [class*="col-"] {
  padding-top: 0px;
}
.rozpis h1,
.rozpis h2 {
  margin-top: 10px;
}
.rozpis table {
  width: 705px;
}
.rozpis table td,
.rozpis table th {
  padding: 5px 5px;
}
.rozpis table .datum {
  width: 110px;
  padding: 5px 0px;
  text-align: left;
}
.rozpis table .datum-cas {
  width: 140px;
  padding: 5px 0px;
  text-align: left;
}
.rozpis table .typ {
  width: 20px;
  padding: 5px 0px;
}
.rozpis table .zapas {
  width: 20px;
  padding: 5px 0px;
}
.rozpis table .vysledek {
  width: 70px;
  padding: 5px 0px;
}
.rozpis table .detail {
  width: 20px;
  padding: 5px 0px;
}
.rozpis table .detail-is {
  width: 100px;
  padding: 5px 0px;
}
.rozpis table .team,
.rozpis table .hriste {
  width: 140px;
}
.rozpis table .team .zkr,
.rozpis table .hriste .zkr,
.rozpis table .team .zkratka,
.rozpis table .hriste .zkratka {
  display: none;
}
.rozpis table thead tr th {
  border-bottom: 1px solid #929292;
  color: #212121;
  font-size: 16px;
}
.rozpis table .line td {
  border-bottom: 1px solid #929292;
}
.rozpis .col-rozpis {
  width: 710px;
}
.rozpis .vyber_mesic ul {
  margin: 0px;
  padding: 0px;
  width: 80px;
  display: inline-table;
}
.rozpis .vyber_mesic ul li {
  list-style: none;
  display: none;
  text-align: center;
  width: 80px;
}
.rozpis .vyber_mesic ul li.active {
  display: inline-table;
}
.rozpis .col-rozpis-full table {
  width: 890px;
}
.rozpis .col-rozpis-full {
  width: 890px;
}
.tabulka [class*="col-"] {
  padding-top: 0px;
}
.tabulka h1,
.tabulka h2 {
  margin-top: 10px;
}
.tabulka table {
  width: 705px;
  margin-bottom: 20px;
}
.tabulka table td,
.tabulka table th {
  padding: 5px 5px;
  line-height: 24px;
  font-size: 16px;
  color: #212121;
}
.tabulka table thead tr th {
  border-bottom: 1px solid #929292;
  color: #2c477c;
  font-weight: 700;
}
.tabulka table .line td {
  border-bottom: 1px solid #929292;
}
.tabulka table .nazev a {
  color: #2c477c;
  text-decoration: none;
}
.tabulka table .nazev a:hover {
  text-decoration: underline;
  color: #006894;
}
.tabulka table .gb {
  font-weight: 700;
}
.tabulka table .last td {
  border-bottom: 1px solid #929292;
}
.tabulka table.hp-league-table-playoff {
  width: 310px;
}
.tabulka .col-tabulka {
  width: 710px;
}
.tabulka .table-cross {
  /*border-collapse: collapse;		*/
}
.tabulka .table-cross td,
.tabulka .table-cross th {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  border-right: 1px solid #929292;
}
.tabulka .table-cross thead tr th {
  border-top: 0px;
  border-bottom: 0px;
}
.tabulka .table-cross tr th:first-child {
  border-right: 3px solid #929292;
}
.tabulka .table-cross tfoot tr th,
.tabulka .table-cross tfoot tr th:first-child {
  border-right: 0px;
}
.tabulka .table-cross tfoot tr th div,
.tabulka .table-cross tfoot tr th:first-child div {
  padding: 0px;
  height: 2px;
}
.tabulka .table-cross div {
  padding-top: 10px;
  border-top: 1px solid #929292;
}
body > .clanek {
  padding-right: 25px;
}
.clanek [class*="col-"] {
  padding-top: 0px;
}
.clanek .col-clanek {
  width: 600px;
}
.clanek .col-clanek-vpravo {
  width: 288px;
  float: right;
  margin-right: 0px;
}
.clanek h1,
.clanek h2 {
  margin-top: 10px;
}
.clanek .col-hlavicka {
  font-size: 16px;
  color: #747474;
}
.clanek .col-hlavicka a {
  color: #747474;
  text-decoration: underline;
}
.clanek .col-social {
  margin-left: 20px;
}
.clanek .gallery .title {
  color: #747474;
  font-size: 14px;
  margin-top: 2px;
}
.clanek .gallery .title .col-obr {
  margin-right: 10px;
}
.clanek .text {
  color: #212121;
  font-size: 16px;
  line-height: 24px;
}
.clanek-article-list {
  background-color: #e0e0e0;
  width: 283px;
  min-height: 450px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.clanek-article-list li {
  height: 90px;
  width: 283px;
  margin: 0px;
  border-bottom: 1px solid white;
}
.clanek-article-list li .media-body {
  padding: 10px;
}
.clanek-article-list li .media-body h4 {
  margin: 0px;
  height: 55px;
  overflow: hidden;
}
.clanek-article-list li .media-body h4 a {
  color: #212121;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.clanek-article-list li .media-body .author {
  color: #747474;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.clanek-article-list li .media-body .author a {
  text-decoration: underline;
  color: #747474;
}
.old-article-list {
  background-color: #e0e0e0;
  width: 913px;
  min-height: 90px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.old-article-list li {
  height: 90px;
  width: 456px;
  margin: 0px;
  border-bottom: 1px solid white;
  float: left;
}
.old-article-list li .media-body {
  padding: 10px;
}
.old-article-list li .media-body h4 {
  margin: 0px;
  height: 55px;
}
.old-article-list li .media-body h4 a {
  color: #212121;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.old-article-list li .media-body .author {
  color: #747474;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.old-article-list li .media-body .author a {
  text-decoration: underline;
  color: #747474;
}
.old-article-list li img {
  margin-left: 10px;
}
.old-article-list li.prazdne {
  background-color: white;
}
a.starsi-clanky {
  margin: 10px;
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  color: #009de1;
  text-decoration: underline;
}
.clanek-seznam-form button {
  background-color: #009de0;
  width: 96px;
  height: 24px;
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  color: #ffffff;
  font-size: 16px;
  /* Odhad zapříčiněný nahrazením písma */
  line-height: 20px;
  /* Odhad zapříčiněný nahrazením písma */
  border: 1px solid #009de0;
  border-bottom: 2px solid #2c477c;
  cursor: pointer;
}
.body-mobile a.starsi-clanky {
  clear: both;
  float: none !important;
  display: inline-block;
  text-align: center;
  width: 375px;
}
.clanek-text {
  margin-top: 10px;
  background-color: white;
  padding: 22px 66px;
  font-size: 16px;
}
.klub nav {
  width: 700px;
  height: 24px;
  background-color: gray;
  display: inline-block;
  margin-top: 10px;
}
.klub nav ul {
  margin: 0px;
  padding: 0px;
  padding-top: 2px;
  height: 22px;
}
.klub nav ul li {
  list-style: none;
  float: left;
  line-height: 22px;
  padding: 0px 10px;
  padding-top: 0px;
}
.klub nav ul li a {
  text-decoration: none;
  color: white;
}
.klub nav ul li.active {
  background-color: white;
}
.klub nav ul li.active a {
  color: black;
}
.klub nav.klub-stats {
  background: transparent;
}
[class*="col-"] {
  padding-top: 0px;
}
h1,
h2 {
  margin-top: 10px;
}
.klub-logo {
  margin: 10px 0px 10px -36px;
}
.col-klub {
  width: 710px;
}
.col-klub > p {
  margin: 8px 0px 8px 0px;
}
.col-klub .col-klub-vedeni,
.col-klub .col-klub-info {
  padding-top: 10px;
}
.col-klub .clanek .col-clanek-vpravo {
  margin-right: 40px;
}
/*
.col-klub.col-klub-draci {
  margin-bottom:45px;	
}
*/
.klub .col-klub-advert {
  float: right;
  width: 160px;
  min-height: 600px;
}
.col-klub-info {
  width: 430px;
  margin-top: 10px;
  border-top: 0px solid #929292;
}
.col-klub-info h3 {
  color: #212121;
  font-size: 20px;
  margin: 2px;
}
.col-klub-info a {
  text-decoration: underline;
}
.col-klub-info span {
  display: inline-table;
  width: 62px;
}
.col-klub-vedeni {
  width: 270px;
  margin-top: 10px;
  border-top: 0px solid #929292;
}
.col-klub-vedeni img {
  float: left;
  margin: 5px 10px;
}
.col-klub-vedeni p {
  line-height: 24px;
}
.col-klub-vedeni p a {
  color: #009fe3;
  text-decoration: underline;
}
.col-klub-obr {
  width: 710px;
}
.col-klub-obr h3 {
  color: #212121;
  font-size: 20px;
  margin: 10px 0px;
}
.col-klub-trener {
  width: 305px;
}
.col-klub-trener img {
  float: left;
  margin: 5px 10px;
}
.col-klub-stadion-left {
  width: 305px;
}
.col-klub-stadion-left a {
  text-decoration: underline;
}
.col-klub-stadion-right {
  width: 405px;
}
.col-klub-stadion-right span {
  display: inline-table;
  width: 38px;
}
.col-klub-historie {
  width: 700px;
  margin-top: 10px;
  border-top: 1px solid #929292;
}
.col-klub-historie h3 {
  color: #212121;
  font-size: 20px;
  margin: 2px;
  margin-top: 10px;
}
.col-klub-historie p {
  text-align: justify;
}
.col-klub-historie a {
  text-decoration: underline;
}
.col-klub-historie span {
  display: inline-table;
  width: 62px;
}
body.body-klub-draci > .container,
body > .container.klub-draci {
  padding-bottom: 45px;
}
table.soupiska {
  width: 705px;
}
table.soupiska th {
  border-bottom: 1px solid #929292;
  text-align: left;
  padding: 10px;
}
table.soupiska th span {
  font-weight: 400;
}
table.soupiska th.text-center {
  text-align: center;
}
table.soupiska td {
  padding: 10px;
}
table.soupiska td a {
  color: #2c477c;
}
table.soupiska td.photo {
  padding: 2px;
}
.col-klub {
  /*		[class*="col-"]{			padding-top: 0px;		}*/
}
.col-klub h1,
.col-klub h2 {
  margin-top: 10px;
}
.col-klub table {
  width: 705px;
}
.col-klub table td,
.col-klub table th {
  padding: 5px 5px;
}
.col-klub table .datum {
  width: 120px;
  padding: 5px 0px;
  text-align: left;
}
.col-klub table .typ {
  width: 30px;
  padding: 5px 0px;
}
.col-klub table .zapas {
  width: 30px;
  padding: 5px 0px;
}
.col-klub table .vysledek {
  width: 80px;
  padding: 5px 0px;
}
.col-klub table .detail {
  width: 30px;
  padding: 5px 0px;
}
.col-klub table .team {
  width: 170px;
}
.col-klub table thead tr th {
  border-bottom: 1px solid #929292;
  color: #212121;
  font-size: 16px;
}
.col-klub table .line td {
  border-bottom: 1px solid #929292;
}
.col-klub .col-rozpis {
  width: 710px;
}
.col-klub .vyber_mesic ul {
  margin: 0px;
  padding: 0px;
  width: 80px;
  display: inline-table;
}
.col-klub .vyber_mesic ul li {
  list-style: none;
  display: none;
  text-align: center;
  width: 80px;
}
.col-klub .vyber_mesic ul li.active {
  display: inline-table;
}
.o-soutezi ol {
  width: 300px;
  display: inline-block;
}
.statistiky nav,
.hrac-stats nav {
  color: #212121;
  font-size: 16px;
  line-height: 24px;
  width: 910px;
  display: inline-table;
}
.statistiky nav label,
.hrac-stats nav label {
  display: inline-table;
  margin-right: 10px;
}
.statistiky nav span.filtr-click,
.hrac-stats nav span.filtr-click {
  text-decoration: underline;
  color: #009de1;
  margin-left: 10px;
  cursor: pointer;
}
.statistiky nav div.filtr,
.hrac-stats nav div.filtr {
  color: #747474;
  font-size: 14px;
  clear: both;
  margin-bottom: 10px;
}
.statistiky nav div.filtr-input,
.hrac-stats nav div.filtr-input {
  width: 100%;
}
.statistiky nav .col-right,
.hrac-stats nav .col-right {
  float: right;
}
.statistiky nav .col-right div,
.hrac-stats nav .col-right div {
  width: 16px;
  padding: 0px;
  margin: 0px;
  display: inline-table;
}
.statistiky nav .col-right span,
.hrac-stats nav .col-right span {
  width: 16px;
  display: inline-block;
  background-image: url(/img/btn-sipka-link.png);
  background-repeat: no-repeat;
  background-position: left;
  cursor: pointer;
}
.statistiky nav .col-right span.next_stats,
.hrac-stats nav .col-right span.next_stats {
  background-position: right;
}
.statistiky .table-stats,
.hrac-stats .table-stats {
  width: 910px;
  margin-bottom: 10px;
}
.statistiky .table-stats th,
.hrac-stats .table-stats th {
  padding: 5px 8px;
  cursor: pointer;
}
.statistiky .table-stats thead th,
.hrac-stats .table-stats thead th {
  border-bottom: 1px solid #929292;
}
.statistiky .table-stats tfoot th,
.hrac-stats .table-stats tfoot th {
  border-top: 1px solid #929292;
  padding: 5px 5px;
}
.statistiky .table-stats td,
.hrac-stats .table-stats td {
  line-height: 24px;
  text-align: right;
  padding: 5px 10px;
  border-bottom: 1px solid  #e1e1e1;
}
.statistiky .table-stats td a,
.hrac-stats .table-stats td a {
  color: #2c477c;
}
.statistiky .table-stats .jmeno,
.hrac-stats .table-stats .jmeno,
.statistiky .table-stats .poradi,
.hrac-stats .table-stats .poradi {
  text-align: left;
  padding-left: 0px;
  cursor: inherit;
}
.statistiky .table-stats .jmeno,
.hrac-stats .table-stats .jmeno {
  width: 200px;
}
.statistiky .table-stats .active,
.hrac-stats .table-stats .active {
  font-weight: 700;
  background-color: rgba(0, 157, 224, 0.1);
}
.statistiky .table-stats thead th.active-DESC,
.hrac-stats .table-stats thead th.active-DESC,
.statistiky .table-stats thead th.active-ASC,
.hrac-stats .table-stats thead th.active-ASC {
  background-image: url(/img/arrow-desc.png);
  background-repeat: no-repeat;
  background-position: center 25px;
  background-color: rgba(0, 157, 224, 0.1);
}
.statistiky .table-stats thead th.active-ASC,
.hrac-stats .table-stats thead th.active-ASC {
  background-image: url(/img/arrow-asc.png);
}
.statistiky .table-stats .text-center,
.hrac-stats .table-stats .text-center {
  text-align: center;
}
.statistiky .table-stats .text-pct,
.hrac-stats .table-stats .text-pct {
  text-align: center;
  width: 45px;
  padding: 5px 0px;
}
.statistiky .table-stats-pole,
.hrac-stats .table-stats-pole {
  width: 550px;
}
.statistiky .filtr-click {
  cursor: pointer;
  cursor: hand;
}
.statistiky .filtr-visible {
  display: none;
}
.statistiky .filtr-input b {
  float: left;
  margin-right: 10px;
}
.statistiky .filtr-input > div:first-child {
  margin-bottom: 10px;
}
.statistiky .filtr-input select {
  float: left;
}
.statistiky .filtr-input input {
  float: left;
  border: 1px solid #009de0;
  border-right: 0px;
  width: 104px;
  text-align: center;
  line-height: 23px;
}
.statistiky .filtr-input .kalendar {
  background-image: url(/img/css/calendar.png);
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  float: left;
  margin-right: 10px;
  border: 1px solid #009de0;
  cursor: hand;
  cursor: pointer;
  border-left: 0px;
}
.statistiky .filtr-input .button_blue {
  float: right;
  margin-right: 70px;
}
.statistiky .table-stats-topx {
  width: 100%;
  margin: -10px;
  font-size: 14px;
  border: 0px;
}
.statistiky .table-stats-topx > tr td {
  width: 32%;
  margin: right:3px;
  padding: 5px;
}
.statistiky .table-stats-topx th {
  text-align: center;
}
.statistiky .table-stats-topx table tbody tr:nth-child(2) th {
  border-bottom: 1px solid #a9a9a9;
}
.statistiky .table-stats-topx td {
  text-align: left;
  padding: 5px;
  border: 0px;
  line-height: 19px;
  height: 19px;
}
.statistiky .table-stats-topx table tr:nth-child(even) td {
  background-color: #e1e1e1;
}
.statistiky .table-stats-topx table tr:nth-child(odd) td {
  background-color: #fefefe;
}
.container-hrac h2 {
  margin-top: 0px;
  background-color: #c2d6e3;
  height: 36px;
  color: #134680;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 36px;
  padding-left: 24px;
}
.hrac-web {
  margin: 36px;
}
.hrac h1 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.hrac h1 span {
  display: inline-table;
  margin-left: 30px;
}
.hrac .h2 {
  margin: 0px;
  color: #212121;
  margin-bottom: 10px;
}
.hrac .h2 a {
  color: #212121;
}
.hrac .hrac-logo {
  float: left;
  margin: 0px 20px 20px 0px;
}
.hrac .social-div {
  float: right;
  width: 100px;
  text-align: right;
  margin-right: 148px;
}
.hrac .col-hrac-best-stats {
  color: #2c477c;
  font-size: 24px;
  font-weight: 700;
  width: 150px;
}
.hrac .col-hrac-info {
  color: #212121;
  font-size: 16px;
  width: 150px;
}
.hrac .col-hrac-best {
  color: #212121;
  font-size: 16px;
}
.hrac .col-hrac-best .col-left {
  margin-right: 10px;
}
.hrac .hrac-stats {
  clear: both;
}
.hrac .hrac-stats table {
  width: 740px;
}
.hrac .hrac-stats table .souper {
  text-align: left;
}
.hrac .hrac-stats table .last td {
  border-bottom: 1px solid #929292;
}
.hrac .hrac-stats table .celkem {
  padding-left: 0px;
}
.hrac .hrac-stats table .tfoot th {
  text-align: right;
  padding-right: 10px;
}
.hrac .hrac-stats table .cast-souteze {
  color: #2c477c;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  border: 0px;
  padding-left: 0px;
}
.hrac .hrac-stats .table-stats-pole {
  width: 370px;
}
.zapas .datum {
  color: #747474;
  font-size: 16px;
}
.zapas h3 {
  color: #747474;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.zapas table.smeny {
  color: #212121;
  font-size: 24px;
  margin-bottom: 20px;
}
.zapas table.smeny thead td {
  color: #747474;
  font-size: 18px;
}
.zapas table.smeny td {
  width: 32px;
  text-align: center;
  border-left: 1px solid #929292;
}
.zapas table.smeny th.nazev {
  text-align: left;
  width: 200px;
}
.zapas table.smeny tbody tr:first-child td,
.zapas table.smeny tbody tr:first-child th {
  border-bottom: 1px solid #929292;
}
.zapas table.smeny thead td {
  border: 0px;
}
.zapas table.smeny th {
  border-left: 3px solid #929292;
}
.zapas table.smeny tbody tr th:first-child {
  border-left: 0px;
}
.zapas .palka-stats {
  width: 400px;
  margin: 22px 5px 0px 0px;
  font-size: 14px;
}
.zapas .palka-stats th {
  border-bottom: 1px solid #929292;
}
.zapas .palka-stats td {
  text-align: center;
  width: 30px;
}
.zapas .palka-stats .text-pct {
  width: 40px;
}
.zapas .palka-stats .jmeno {
  width: 150px;
  text-align: left;
}
.zapas .palka-stats .jmeno a {
  color: #2c477c;
}
.zapas .palka-stats tfoot th {
  border-top: 1px solid #929292;
  border-bottom: 0px;
}
.zapas .palka-stats .ostatni_stats {
  text-align: left;
  padding-top: 10px;
}
.zapas .text-stats {
  width: 400px;
  margin: 10px 5px 10px 0px;
  font-size: 14px;
}
.zapas .col-domaci {
  float: right;
  width: 410px;
}
.zapas .col-hoste {
  width: 410px;
}
.zapas .ke-stazeni {
  clear: both;
  margin: 0px 0px 20px 0px;
}
.zapas .ke-stazeni a {
  color: #009de1;
  text-decoration: underline;
  display: inline-table;
  margin: 0px 5px;
}
.container-komise .zapas .palka-stats {
  width: 1000px;
}
.container-komise .zapas .palka-stats tr td {
  height: 30px;
}
/* Styl pro jquery select_skin */
div.cmf-skinned-select {
  background: url('/img/css/select_sipka.png') top right no-repeat;
  float: left;
  border: 1px solid #009de0;
  height: 26px;
  font-size: 16px;
  padding: 3px;
  margin-right: 10px;
}
div.cmf-skinned-text {
  padding: 1px;
  padding-left: 4px;
}
body > .container-allstar {
  padding: 0px;
  margin-top: 100px;
  /* u polare roku toto schovat*/
  background-color: white;
}
body > .container-allstar-text {
  margin-top: 100px;
  /* u polare roku toto schovat*/
  background-color: white;
}
.container-allstar .bg-allstar {
  background-image: url(/img/web/bg/AllStar2025.jpg);
  background-repeat: no-repeat;
  width: 960px;
  height: 956px;
  height: 1029px;
  margin: 1px 0px;
}
.container-allstar .bg-allstar > div {
  position: absolute;
  width: 300px;
  height: 40px;
  /*
		line-height: 40px;
		font-size:25px;
*/
  line-height: 20px;
  font-size: 20px;
  color: white;
  text-align: center;
  cursor: pointer;
  cursor: hand;
}
.container-allstar .bg-allstar > div i {
  /*font-size:22px;*/
  font-size: 25px;
  vertical-align: baseline;
}
.container-allstar .bg-allstar > div i:hover {
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}
.container-allstar .bg-allstar > div:hover {
  text-decoration: underline;
}
.container-allstar .bg-allstar #lf {
  left: 55px;
  top: 235px;
}
.container-allstar .bg-allstar #cf {
  left: 330px;
  top: 195px;
}
.container-allstar .bg-allstar #rf {
  left: 610px;
  top: 235px;
}
.container-allstar .bg-allstar #b3 {
  left: 112px;
  top: 537px;
}
.container-allstar .bg-allstar #ss {
  left: 222px;
  top: 357px;
}
.container-allstar .bg-allstar #b2 {
  left: 440px;
  top: 357px;
}
.container-allstar .bg-allstar #b1 {
  left: 555px;
  top: 538px;
}
.container-allstar .bg-allstar #sp {
  left: 330px;
  top: 537px;
}
.container-allstar .bg-allstar #rp,
.container-allstar .bg-allstar #j {
  left: 550px;
  top: 845px;
  /*display:none;*/
}
.container-allstar .bg-allstar #c {
  left: 330px;
  top: 817px;
}
.container-allstar .bg-allstar #dh {
  left: 552px;
  top: 753px;
}
.container-allstar .bg-allstar button {
  position: absolute;
  left: 445px;
  top: 980px;
  font-size: 22px;
  border-radius: 10px 10px;
}
.container-allstar .bg-allstar h2 {
  position: absolute;
  left: 40px;
  left: 340px;
  top: 5px;
  color: white;
  font-size: 36px;
  line-height: 50px;
}
img.allstar-done-hvezdy {
  float: left;
}
.container-allstar .bg-allstar-done {
  background-image: url(/img/web/bg/AllStar2025Done.jpg);
  background-repeat: no-repeat;
  width: 480px;
  height: 478px;
  margin: 0px 0px;
  float: left;
}
.container-allstar .bg-allstar-done > div {
  position: absolute;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: white;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
}
.container-allstar .bg-allstar-done > div i {
  font-size: 22px;
}
.container-allstar .bg-allstar-done > div i:hover {
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}
.container-allstar .bg-allstar-done > div:hover {
  text-decoration: underline;
}
.container-allstar .bg-allstar-done #lf {
  left: 40px;
  top: 109px;
}
.container-allstar .bg-allstar-done #cf {
  left: 180px;
  top: 88px;
}
.container-allstar .bg-allstar-done #rf {
  left: 318px;
  top: 109px;
}
.container-allstar .bg-allstar-done #b3 {
  left: 69px;
  top: 260px;
}
.container-allstar .bg-allstar-done #ss {
  left: 128px;
  top: 170px;
}
.container-allstar .bg-allstar-done #b2 {
  left: 235px;
  top: 170px;
}
.container-allstar .bg-allstar-done #b1 {
  left: 291px;
  top: 260px;
}
.container-allstar .bg-allstar-done #sp {
  left: 180px;
  top: 260px;
}
.container-allstar .bg-allstar-done #rp,
.container-allstar .bg-allstar-done #j {
  left: 291px;
  top: 412px;
  /*display:none;*/
}
.container-allstar .bg-allstar-done #c {
  left: 180px;
  top: 399px;
}
.container-allstar .bg-allstar-done #dh {
  left: 292px;
  top: 365px;
}
.container-allstar .bg-allstar-done button {
  position: absolute;
  left: 845px;
  top: 870px;
  top: 940px;
  font-size: 22px;
  border-radius: 10px 10px;
}
.container-allstar .bg-allstar-done h2 {
  position: absolute;
  left: 40px;
  left: 340px;
  top: 5px;
  color: white;
  font-size: 36px;
  line-height: 50px;
}
.container-allstar .bg-polar {
  background-image: url(/img/web/bg/AllStar-polar.jpg);
}
.container-allstar .bg-polar > div {
  font-size: 18px;
  line-height: 18px;
}
.container-allstar .bg-allstar-done > div.top-players {
  background-color: #12203E;
  line-height: 16px;
  width: 200px;
  height: auto;
  overflow: hidden;
  text-align: left;
  padding: 5px;
  font-size: 13px;
  border: 1px solid #ccc;
  font-weight: normal;
}
.container-allstar .bg-allstar-done > div.top-players span {
  display: inline-block;
  width: 35px;
}
.container-allstar .bg-allstar-done > div.top-players:hover {
  text-decoration: none;
}
@media (max-width: 960px) {
  /*
.container-allstar{
	text-align:center;
		img.allstar-done-hvezdy,.bg-allstar-done{
		float: none;
		margin: 0px auto;
	}

}
*/
  body > .container-allstar-done {
    max-width: 480px;
  }
}
.block-text .block-text-2 {
  width: calc( (100% / 2 ) - 40px );
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
.block-text .block-text-2 p {
  display: inline-block;
}
.block-text .block-text-2:last-child {
  margin-right: 0px;
}
.block-text-3 {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.block-text-4 {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 780px) {
  .block-text {
    width: inherit;
    max-width: 100%;
    margin: 5px auto;
  }
  .block-text .block-text-2 {
    max-width: 100%;
    width: inherit;
    margin-right: 0px;
    margin-left: 0px;
  }
}
