body {
    font-family: "Open Sans", sans-serif;
    color: #1A1A1A;
    line-height: 24px;
    font-size: 14px;
    background: url("../images/bg.jpg") center center no-repeat fixed;
    background-size: cover;
}

@media (min-width: 1200px)
    {
      .container {
        width: auto;
        max-width: 1350px;
    }
}

.form-inline .input-group .input-group-btn {
    width: 1%;
}

.fucking-eu-cookies {
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
    font-family: "Open Sans Condensed" !important;
    background: rgba(0, 0, 0, 0.9) !important;
    color: #fff !important;
}
.fucking-eu-cookies button {
    background: #FFC80E !important;
    color: #1A1A1A !important;
    border: none !important;
    font-weight: 700 !important;
}
.kotva {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

h1 {
    color: #003876;
    font-weight: 700;
    font-size: 48px;
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

h1 a, h1 a:hover, h1 a:focus, h1 a:active {
    color: #003876;
    font-weight: 700;
    text-decoration: none;
}

h1 span {
    margin-left: 190px;
}

h2 {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.bila h2,
.sub-bila h2 {
    color: #1A1A1A;
}

.sub-bila h2 {
    margin: 30px 0;
    font-size: 42px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #eee;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 12px;
}

h3 {
    color: #1A1A1A;
    font-weight: 700;
    font-size: 36px;
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
}

.sub-bila h3 {
    margin: 30px 0;
}

h4 {
    color: #1A1A1A;
    font-weight: 700;
    font-size: 21px;
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    line-height: 24px;
}

h4 a {
    color: #1A1A1A;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s;
}

h4 a:hover, h4 a:focus, h4 a:active {
    color: #003876;
    font-weight: 700;
    text-decoration: none;
}

a {
    color: #003876;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.3s;
}

a:hover, a:focus, a:active {
    color: #003876;
    text-decoration: none;
}

.score a {
    text-decoration: none;
    color: #fff;
}

.score a:hover, .score a:focus, .score a:active {
    text-decoration: underline;
}

.no-pad {
    padding: 0;
}

/* lista */

.lista {
    height: 40px;
    background: #FFC80E;
}

/* tooltip */

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0)
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90)
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

/* header */

header {
    background: #FFC80E;
    color: #fff;
    text-align: center;
}

header .container {
    position: relative;
    padding: 70px 0 40px 0;
}

.logo {
    position: absolute;
    top: 20px;
    left: 45%;
    transform: translate(-50%, 0);
    z-index: 99;
}

.logo img {
    width: 155px;
}

.search {
    position: absolute;
    top: 25px;
    right: 15px;
}

.social {
    position: absolute;
    top: 20px;
    right: 15px;
}

.shopping-cart {
    position: absolute;
    top: 80px;
    left: 15px;
}

.search-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 15px 0 10px 45px;
    display: none;
}
.search-nav .input-group {
    width: 91%;
    float: left;
}

.sticky .search-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    padding-left: 60px;
}

.sticky .search-nav .input-group {
    width: 92%;
}

.closeSearch {
    float: right;
    padding: 10px;
}
.closeSearch a {
    color: #fff;
}

.search-nav input {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    border-color: #fff;
    box-shadow: none;
}

.search-nav .form-control {
    height: 37px;
}

.search-nav .form-control:focus {
    background: #fff;
    border-color: #fff;
    box-shadow: none;
}

.search-nav .btn-default {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
    background-color: #FFC80E;
    color: #003876;
    border: none;
    padding: 10px 13px;
}

.search-nav .btn-default:hover, .search-nav .btn-default:focus, .search-nav .btn-default:active {
    color: #FFC80E;
    background-color: #003876;
    border: none;
}


/* nav */

.mobile-navigation {
    display: none;
}

.navigace {
    background-color: #003876;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5)
}
.sticky .menu {
    background: #003876 url('../images/fcz-logo-170x170.png') no-repeat left center;
    background-size: 45px 45px;
    padding-left: 30px;
}
.sticky .nav>li  {
    padding: 11px 2px;
}
.navbar {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: #003876;
    border: none;
}

.navbar img {
    margin-top: -4px;
}

#navbar {
    /* padding: 22px 0; */
}

.nav {
    text-align: center;
}

.nav>li {
    padding: 11px 2px;
}

.nav-pills>li {
    float: none;
    display: inline-block;
}

.nav>li>a {
    font-size: 21px;
    font-weight: 400;
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 5px;
    text-decoration: none;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #E6A91A;
}

.nav-pills>li>a {
    border-radius: 0;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #E6A91A;
}

.nav>li.dropdown:hover,
.nav>li.dropdown.open {
    position: static !important;
    background: url('../images/bg-active.png') no-repeat bottom center;
}
.nav>li.dropdown:hover .dropdown-menu,
.nav>li.dropdown.open .dropdown-menu {
    display: block;
    border-radius: 0px;
    width: 100%;
    left: 0;
    right: 0;
    min-height: 230px;
}
.navbar .container {
    position: relative;
}

.dropdownName {
    display: block;
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 65px 0;
    margin-top: 40px;
    border-left: 1px solid #ddd;
}

.dropdown-menu {
    background-color: #fff;
    padding: 25px;
    padding-right: 40%;
    margin-top: -1px;
    border-top: none;
}

.dropdown-menu li a {
    font-size: 21px;
    font-weight: 400;
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    padding: 5px 20px;
    text-decoration: none;
    display: inline-block;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #003876;
    font-weight: 700;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
    border-color: transparent;
}

.nav-pills>li+li {
    margin-left: 0;
}

.nav li .glyphicon {
    font-size: 18px;
}

.content-right .navbar {
    background-color: #eee;
}

.content-right .nav {
    text-align: left;
}

.content-right .nav-pills>li {
    display: block;
}

.content-right .nav>li {
  border-bottom: 1px dotted #c1c9e3;
  padding: 0;
}
.content-right .nav>li:last-child {
  border-bottom: none;
}
.content-right .nav>li>a {
  padding: 12px 2px;
}

.content-right .nav li a {
    text-decoration: none;
    background-color: transparent;
    color: #1A1A1A;
    font-weight: 400;
}

.content-right .nav li a:hover,
.content-right .nav li a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #E6A91A;
    font-weight: 400;
}

.content-right .nav li a span {
    float: right;
    font-size: 14px;
    font-weight: 700;
}

.content-right .nav li.active a {
    text-decoration: none;
    background-color: transparent;
    color: #E6A91A;
    font-weight: 400;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #003876;
    font-weight: 700;
    background-color: transparent;
}


/* content */

.wrap {
    /* background: rgba(0, 56, 118, 0.9); */
}

.image {
    margin: 0 auto;
    max-width: 1920px;
}

.bila {
    background: #fff;
    padding: 40px 0 60px 0;
    text-align: center;
}

.obsah {
    padding-top: 60px;
}

.sub-bila {
    background: #fff;
    padding: 10px 0;
}

.sub-bila.sub2 {
    margin-bottom: 50px;
}

.modra {
    padding: 110px 0;
    text-align: center;
    color: #fff;
}

.novinky {
    padding-top: 30px;
}

.alert {
    font-size: 13px;
}

.breadcrumb {
    background-color: transparent;
    font-size: 13px;
    padding-left: 0;
}

.breadcrumb.sub2 {
    margin: 10px 0;
}

.breadcrumb.sub2 li {
    color: #416A98;
}

.breadcrumb.sub2 li a {
    color: #fff;
}

blockquote {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

blockquote footer,
blockquote small,
blockquote .small {
    text-align: left;
}

.table>thead>tr>th {
    background-color: #003876;
    color: #fff;
}

.highlighted {
    font-weight: 700;
    background-color: #FFC80E;
}

.side-tabulka table {
    background-color: #eee;
}

.side-tabulka table td {
    font-size: 13px;
}

.side-tabulka .table>thead>tr>th,
.side-tabulka .table>tbody>tr>th,
.side-tabulka .table>tfoot>tr>th,
.side-tabulka .table>thead>tr>td,
.side-tabulka .table>tbody>tr>td,
.side-tabulka .table>tfoot>tr>td {
    padding: 8px 2px;
    white-space: nowrap;
}

.content-right h2 {
    font-size: 18px;
    background: #1A1A1A;
    color: #fff;
    padding: 10px;
    padding-left: 15px;
    margin-bottom: 0;
}

.content-right .next  {
    color: #fff;
    height: auto;
    padding: 5px 0 90px 0;
    background: #E6E6E6 url('../images/bg-next1.jpg') no-repeat bottom right;
    background-size: cover;
}

.content-right .next .btn-default {
    color: #FFC80E;
    border-color: #FFC80E;
}
.content-right .next .btn-default:hover {
    color: #fff;
    border-color: #fff;
}

.content-right .teams span  {
    display: none;
}

.content-right .teams img  {
    width: 75px !important;
}

.ad-wrap  {
    margin-top: 30px;
}

.ad-wrap .img-responsive  {
    margin: 0 auto;
}

#ad-modal .modal-dialog  {
    width: 1000px;
    margin-top: 80px;
}

#ad-modal .modal-body  {
    padding: 0;
}

#ad-modal .close  {
    margin-top: -30px;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}
.modal-backdrop.in {
    opacity: .7;
    filter: alpha(opacity=70);
}
.modal-header h3 {
    font-size: 30px;
}
.modal-body .table {
    margin-bottom: 0;
}
.modal-body .table>tbody>tr>td {
    border-bottom: none;
}
.suma {
    font-size: 16px;
    font-weight: 700;
}
.fancybox-image-wrap {
    background: #fff !important;
}


/* scrollbar while modal open */

body {
    padding-right:0px !important;
    margin-right:0px !important;
}

body.modal-open {
    overflow: auto;
}

/* buttons */

.btn {
    padding: 10px 20px;
    margin-top: 0;
    text-transform: uppercase;
}

.btn-default {
    color: #999;
    background-color: transparent;
    border-color: #999;
    border-width: 3px;
    text-decoration: none;
    font-weight: 800;
    font-size: 12px;
    transition: all 0.3s;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #1A1A1A;
    background-color: transparent;
    border-color: #1A1A1A;
}

.btn-primary {
    color: #FFC80E;
    background-color: transparent;
    border-color: #FFC80E;
    border-width: 3px;
    text-decoration: none;
    font-weight: 800;
    font-size: 12px;
    transition: all 0.3s;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.no-border,
.no-border:hover,
.no-border:active {
    border-color: transparent;
}


/* image */

.big-item {
    position: relative;
}

.big-item h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(26, 26, 26, 0.6);
    padding: 30px 20px;
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 0;
    text-transform: none;
}

.top-new {
    position: relative;
    padding: 0;
}

.top-new h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(26, 26, 26, 0.6);
    padding: 20px;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0;
    text-transform: none;
}

.big-item, .top-new {
    background: #fff;
}

.big-item a, .top-new a {
    display: block;
    opacity: 1;
    transition: opacity 0.3s;
}

.big-item a:hover, .top-new a:hover {
    opacity: 0.9;
}

.big-item .img-wrap, .top-new .img-wrap {
    overflow: hidden;
}

.big-item .img-wrap {
    height: 550px;
}

.top-new .img-wrap {
    height: 275px;
}



.next {
    text-align: center;
    background: #E6E6E6 url('../images/bg-next1.jpg') no-repeat bottom right;
    background-size: cover;
    padding: 0;
    padding-top: 20px;
    height: 275px;
    position: relative;
    color: #fff;
}

.next h3 {
    color: #fff;
}

.next .btn-default {
    color: #FFC80E;
    border-color: #FFC80E;
}
.next .btn-default:hover {
    color: #fff;
    border-color: #fff;
}

.next.index2 {
    background: transparent;
    color: #fff;
}

.next.index2 h3 {
    color: #fff;
}

.teams {
    display: block;
    margin: 15px 0;
}

.teams img {
    width: 100px !important;
    height: auto;
}

.teams span {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 20px 0 20px;
    display: block;
    color: #fff;
}

.next-date {
    font-size: 26px;
    font-weight: 700;
}

.buy-ticket {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%,-50%);
}

.buy-ticket-new {
    margin-top: 15px;
}



/* slidery */

#owl-slider1 .owl-dots {
    position: absolute;
    left: 15px;
    top: 15px;
}

#owl-slider1 .owl-dots button {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #fff;
}

#owl-slider1 .owl-dots button.active {
  background: #003876;
}

#owl-slider2 button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    background: url("../images/slider-left.png") no-repeat 0 0;
    display: block;
    width: 10px;
    height: 16px;
    margin: -8px 0 0 0;
}

#owl-slider2 button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    background: url("../images/slider-right.png") no-repeat 0 0;
    display: block;
    width: 10px;
    height: 16px;
    margin: -8px 0 0 0;
}

#owl-slider3 button.owl-prev {
    position: absolute;
    left: 0;
    top: 20%;
    background: url("../images/slider-left.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 20px;
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

#owl-slider3 button.owl-next {
    position: absolute;
    right: 0;
    top: 20%;
    background: url("../images/slider-right.png") no-repeat center center;
    display: block;
    width: 30px;
    height: 20px;
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

#owl-slider3 button.owl-prev.disabled,
#owl-slider3 button.owl-next.disabled {
    display: none;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.owl-carousel button.owl-prev,
.owl-carousel button.owl-next {
    opacity: .6;
}
.owl-carousel button.owl-prev:hover,
.owl-carousel button.owl-next:hover {
    opacity: 1;
}

/* news */

.content-filter {
    background: #e7e7e7;
    padding: 7px 10px;
    margin-bottom: 30px;
}
.content-filter label {
    margin-right: 5px;
}
.content-filter .form-control {
    width: auto;
    display: inline-block;
}

.news-item {
    text-align: left;
    margin-bottom: 30px;
}

.news-item a {
    font-weight: 400;
    text-decoration: none;
}

.news-item a .content-wrap {
    padding: 25px;
    background: #fff;
    color: #1A1A1A;
    transition: all 0.3s;
}

.bila .news-item a .content-wrap {
    background: #003876;
    color: #fff;
    transition: all 0.3s;
}

.bila .news-item a .content-wrap p {
    opacity: .7;
}

.sub-novinky .news-item {
    margin-bottom: 15px;
}

.sub-novinky .news-item a h4 {
    font-size: 21px;
}

.sub-novinky .news-item a .content-wrap {
    padding: 15px;
}

.date {
    background-color: #003876;
    color: #fff;
    font-size: 12px;
    padding: 2px 7px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 15px;
    opacity: 1 !important;
}

.short-item .date {
    position: static;
    display: inline-block;
}

.img-wrap {
    position: relative;
}

.img-wrap .date {
    left: 0;
}

.news-item a .img-wrap {
    overflow: hidden;
    background: #fff;
}

.news-item a .img-mask {
    display: block;
    opacity: 1;
    transition: opacity 0.3s;
}

.news-item a:hover .img-mask {
    opacity: 0.9;
}

.news-item a img {
    -moz-transition: -moz-transform 0.3s ease-in;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-in;
}

.news-item a:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.bila .news-item a h4 {
    color: #fff;
}
.news-item a:hover h4 {
    color: #003876;
    font-weight: 700;
    text-decoration: none;
}
.bila .news-item a:hover h4 {
    color: #FFC80E;
    font-weight: 700;
    text-decoration: none;
}
.tags a {
    text-decoration: none;
}
.gal-item {
    margin-bottom: 30px;
}
.gal-item-detail {
    margin-bottom: 30px;
}
.gal-item a {
    position: relative;
}
.img-info {
    background: #003876;
    color: #fff;
    font-weight: 400;
    padding: 3px 6px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 50px;
}

/* players */

.player-item {
    border-right: 1px solid #c1c9e3;
    border-bottom: 1px solid #c1c9e3;
    padding: 15px;
}
.player-item h4 {
    padding-bottom: 5px;
}
.player-item .player-birth {
    font-size: 12px;
}
.player-stat {
    margin-right: 8px;
    padding-left: 22px;
}
.player-item .player-stat {
    font-size: 12px;
}
.player-start {
    background: url('../images/ico-time.png') left center no-repeat;
}
.player-goal {
    background: url('../images/ico-goal.png') left center no-repeat;
}
.player-red {
    background: url('../images/ico-red.png') left center no-repeat;
}
.player-yellow {
    background: url('../images/ico-yellow.png') left center no-repeat;
}
.recent-new {
    padding: 20px 0;
    border-bottom: 1px dotted #c1c9e3;
    position: relative;
}
.recent-new .date {
    position: static;
    margin-right: 15px;
    background: #FFC80E;
    color: #1A1A1A;
}
.gal-item {
    margin-bottom: 30px;
}
.player-number {
    font-weight: 700;
    margin-bottom: 0px;
}
.more {
    font-size: 14px;
    margin-top: 15px;
    text-transform: none;
    float: right;
    font-family: "Open Sans";
}
.more a {
    text-decoration: none;
}
.more a:hover {
    color: #000;
}
.fancybox {
   display: inline-block;
   position: relative;
}
.fancybox:after {
   font-family: FontAwesome;
   content: "\f002";
   position: absolute;
   right: 10px;
   bottom: 5px;
   color: #fff;
   font-size: 12px;
}
.score {
   font-weight: 900;
   color: #003876;
   font-size: 48px;
   margin-top: 30px;
   margin-bottom: 25px;
}
.score-wrap {
   background: #eee;
   padding: 25px 0;
}
.score-wrap.teams span {
    color: #000;
}
.game-calendar td {
   padding: 20px !important;
}
.game-calendar img {
   margin-right: 10px;
}
.prod-item {
    border-right: 1px solid #c1c9e3;
    border-bottom: 1px solid #c1c9e3;
    padding: 20px;
}
.prod-item h4 {
    height: 48px;
    overflow: hidden;
}
.prod-item img {
    margin: 0 auto 30px auto;
}
.prod-item .price,
.prod-detail .price {
   color: #003876;
}
.prod-detail .big-price {
   font-size: 30px;
}
.prod-detail .green {
   color: #98B623;
   font-weight: 700;
}
.buy input {
  margin-right: 10px;
}
.score-info {
   padding: 25px;
}
.score-info p {
   margin: 0;
}
.new-item {
    position: absolute;
    top: 0;
    left: 0;
    color: #003876;
    background: #FFC80E;
    font-weight: 700;
    text-transform: uppercase;
}
.akce-item {
    position: absolute;
    top: 25px;
    left: 0;
    color: #003876;
    background: #FFC80E;
    font-weight: 700;
    text-transform: uppercase;
}
.prod-detail .prod-img .new-item {
    top: 15px;
    left: 15px;
}
.prod-detail .prod-img .akce-item {
    top: 40px;
    left: 15px;
}

/* pagination */

.pagination {
  margin: 40px 0;
}
.pagination>li>a {
  margin-left: 10px;
  border-radius: 4px;
}
.pagination>li>a:hover,
.pagination>li>a:focus {
  background-color: #003876;
  color: #fff;
}
.pagination li.active a {
  background-color: #003876;
  border-color: #003876;
  color: #fff;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
  background-color: #003876;
  border-color: #003876;
  color: #fff;
}

/* text */


/* video */

@-moz-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@-o-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.video-play {
    display: block;
    width: 168px;
    height: 168px;
    margin: 0 auto;
    margin-top: 50px;
    background: url('../images/big-play.png') no-repeat center center;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.video-play:hover {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
}


/* shop */

.shop {
    padding-bottom: 70px;
}

.shop .item .name {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s;
    display: block;
    margin-top: 20px;
    opacity: .7;
}

.shop .item .name:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

.price {
    color: #FFC80E;
    font-size: 14px;
    font-weight: 700;
}

.potisk {
    display: none;
    background: url('../images/bg-potisk.png') right center no-repeat;
    padding-bottom: 1px;
}
.potisk input {
    max-width: 150px;
}


/* socsite */

.soc-item {
    border-right: 1px solid #416A98;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    min-height: 230px;
    margin: 20px 0;
}

.soc-item:last-child {
    border-right: none;
}

.socsite a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.3s;
}

.socsite a:hover {
    color: #FFC80E;
    text-decoration: none;
    opacity: 1;
}

.socsite a span {
    font-size: 50px;
    display: block;
    margin-bottom: 20px !important;
}


/* partneri */

.partneri img {
    margin: 25px 9px;
}


/* footer */

footer {
    background: #fff;
    text-align: center;
    margin-top: -1px;
}

footer p {
    margin-bottom: 30px;
}

.footer-top {
    background: #eee url('../images/fcz-logo-170x170.png') no-repeat center center;
    background-size: 110px 110px;
    padding: 60px 0;
}

.bottom-menu {
    margin: 15px 40px 0 0;
}

.bottom-menu li {
    display: inline-block;
    list-style: none;
}

.bottom-menu li a {
    color: #1A1A1A;
    font-weight: 400;
    font-size: 24px;
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    margin: 0 10px;
    padding: 0;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.bottom-menu li a:hover {
    text-decoration: none;
    opacity: 1;
}

.break {
    margin-left: 250px;
}

.footer-bottom {
    padding: 30px 0;
}

.fb, .tw, .ins, .yt, .cart {
    display: inline-block;
    width: 33px;
    height: 33px;
    margin: 0 3px;
    opacity: 0.7;
    transition: opacity 0.3s;
}
.cart {
    opacity: 1;
}

.fb:hover, .tw:hover, .ins:hover, .yt:hover, .cart:hover {
    opacity: 1;
}

.fb {
    background: url('../images/fb.png') no-repeat center center;
}

.tw {
    background: url('../images/tw.png') no-repeat center center;
}

.ins {
    background: url('../images/in.png') no-repeat center center;
}

.yt {
    background: url('../images/yt.png') no-repeat center center;
}
.cart {
    background: url('../images/cart.png') no-repeat center center;
}

.col-xs-55, .col-sm-55, .col-md-55, .col-lg-55 {position:relative;min-height:1px;padding-right:10px;padding-left:10px;}
.col-xs-55 {width:20%;float:left;}
@media (min-width:768px){.col-sm-55{width:20%;float:left;}
}
@media (min-width:992px){.col-md-55{width:20%;float:left;}
}
@media (min-width:1200px){.col-lg-55{width:20%;float:left;}
}

/* media-querries */

@media (min-width: 768px) and (max-width: 1199px) {
  .player-item:nth-child(2n),
  .prod-item:nth-child(2n) {
      border-right: 1px solid transparent;
  }
  .player-item:nth-last-child(-n + 2):nth-child(2n + 1), /* first element of the last row */
  .player-item:nth-last-child(-n + 2):nth-child(2n + 1) ~ .player-item,
  .prod-item:nth-last-child(-n + 2):nth-child(2n + 1), /* first element of the last row */
  .prod-item:nth-last-child(-n + 2):nth-child(2n + 1) ~ .prod-item { /* all its following elements */
    border-bottom: 1px solid transparent;
  }
}

@media (min-width: 768px) {
  .dropdown-menu {
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2;
  }
  .player-item {
      min-height: 139px;
  }
  .big-item a img, .top-new a img {
      transition: transform 0.3s ease-in;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
  }

  .big-item a:hover img, .top-new a:hover img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateY(-50%) translateX(-50%) scale(1.05);
      transform-origin: 50% 50%;
  }
  .gal-item h4 {
      font-size: 18px;
  }
  .gal-item {
      min-height: 235px;
  }
  .content-filter {
      position: absolute;
      top: 30px;
      right: 0;
  }
}

@media (min-width: 992px) {
  .img-soupiska {
      margin-left: 20px;
  }
  .sub-novinky .short-item {
      min-height: 206px;
  }
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
  .gal-item {
      min-height: 242px;
  }
}

@media (min-width: 1200px) {

    .nav>li>a {
        padding: 10px 8px;
    }
    .clip-both,
    .clip-up {
  position: relative;
  z-index: 1;
}
  .clip-both:before,
.clip-both:after,
.clip-up:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; 
  }

.clip-both:before,
.clip-up:before {
    top: 0;
    transform: skewY(-3deg);
    transform-origin: 0 100%;
  }

.clip-both:after {
    bottom: 0;
    transform: skewY(-3deg);
    transform-origin: 100%;
  }
  .player-item:nth-child(3n),
  .prod-item:nth-child(3n) {
      border-right: 1px solid transparent;
  }
  .player-item:nth-last-child(-n + 3):nth-child(3n + 1), /* first element of the last row */
  .player-item:nth-last-child(-n + 3):nth-child(3n + 1) ~ .player-item,
  .prod-item:nth-last-child(-n + 3):nth-child(3n + 1), /* first element of the last row */
  .prod-item:nth-last-child(-n + 3):nth-child(3n + 1) ~ .prod-item { /* all its following elements */
    border-bottom: 1px solid transparent;
  }
  .sub-novinky .news-item {
      min-height: 384px;
  }
  .sub-novinky .short-item {
      min-height: 206px;
  }
  .gal-item {
      min-height: 296px;
  }
}

@media (max-width: 1199px) {
  .clip-both,
  .clip-up {
position: relative;
z-index: 1;
}
.clip-both:before,
.clip-both:after,
.clip-up:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden; 
}

.clip-both:before,
.clip-up:before {
  top: 0;
  transform: skewY(-3deg);
  transform-origin: 0 100%;
}

.clip-both:after {
  bottom: 0;
  transform: skewY(-3deg);
  transform-origin: 100%;
}
    .nav>li>a {
        padding: 10px 2px;
        font-size: 18px;
    }
    .bottom-menu li a {
        font-size: 21px;
    }
    .break {
        margin-left: 150px;
    }
    h2 {
        margin-bottom: 30px;
    }
    .search-nav {
        width: 89%;
        padding-left: 40px;
    }
    .sticky .search-nav {
        width: 90%;
        margin-left: 3px;
    }
    .modra {
        padding: 90px 0;
    }
    .novinky {
        padding-top: 30px;
    }
    .lista,
    #es-strip-container {
        display: none;
    }
    .shopping-cart {
        position: absolute;
        top: 25px;
        left: 200px;
    }
    .logo {
        left: 43%;
    }
    h1 span {
        margin-left: 180px;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 14px;
        line-height: 21px;
    }
    .footer-top {
        background: #eee url('../images/fcz-logo-170x170.png') no-repeat center 40px;
        background-size: 110px 110px;
        padding: 160px 0 50px 0;
    }
    .break {
        margin-left: 0;
    }
    .bottom-menu {
        margin: 15px 0 0 0;
        padding: 0;
    }
    h1 {
        font-size: 36px;
    }
    h1 span {
        margin-left: 170px;
    }
    .logo img {
        width: 140px;
    }
    header .container {
        padding: 80px 0 20px 0;
    }
    .big-item .img-wrap {
        height: 400px;
    }
    .top-new .img-wrap {
        height: 250px;
    }
    .navbar,
    .navbar-collapse {
        margin-top: 0;
        padding: 0;
    }
    .content-right .navbar {
        padding: 0 15px;
    }
    .nav>li {
        padding: 11px 2px;
    }
    .sticky .nav>li  {
        padding: 11px 2px;
    }
    .sticky .nav>li>a  {
        font-size: 16px;
    }
    .search-nav {
        width: 93%;
        padding-left: 0;
    }
    .sticky .search-nav {
        width: 95%;
        margin-left: 0;
        padding-left: 55px;
    }
    .dropdown-menu li a {
        font-size: 18px;
    }
    .dropdownName {
        width: 30%;
        font-size: 36px;
    }
    .dropdown-menu {
        padding-right: 30%;
    }
    .content-right .teams img  {
        width: 50px;
    }
    .content-right .teams  {
        font-size: 13px;
    }
    .content-right .next-date  {
        font-size: 18px;
    }
    .side-tabulka table td {
        font-size: 12px;
    }

    .side-tabulka .table>thead>tr>th,
    .side-tabulka .table>tbody>tr>th,
    .side-tabulka .table>tfoot>tr>th,
    .side-tabulka .table>thead>tr>td,
    .side-tabulka .table>tbody>tr>td,
    .side-tabulka .table>tfoot>tr>td {
        padding: 6px;
        white-space: nowrap;
    }
    .content-right h2 {
        font-size: 16px;
    }
    .modra {
        padding: 70px 0;
    }
    .novinky {
        padding-top: 30px;
    }
    .player-stat {
        margin-right: 0;
    }
    .player-item h4 {
        font-size: 18px;
    }
    .sub-novinky .short-item {
        min-height: 236px;
    }
    #ad-modal .modal-dialog {
        width: auto;
        margin-top: 100px;
    }
    .player-item .img-wrap {
        padding-right: 0;
    }
    .shopping-cart {
        position: absolute;
        top: 30px;
        left: 120px;
    }
    .navigace .mobile-navigation {
        display: block;
        float: left;
        width: 100%;
        cursor: pointer;
    }
    .navigace .mobile-navigation p {
        float: left;
        margin-top: 15px;
        margin-left: 10px;
        font-weight: 700;
        color: #fff;
    }
    .navigace .navbar {
        margin-top: 0;
        padding: 0;
    }
    .navigace .nav>li {
        border-right: none;
    }
    .navigace .nav-pills>li {
        float: none;
    }
    .navigace .nav>li>a {
        padding: 10px;
        padding-top: 20px;
    }
    .navigace .navbar-default .navbar-collapse {
        border-color: #c1c9e3;
    }
    .navigace .navbar-default .navbar-toggle {
        border-color: transparent;
    }
    .navigace .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navigace .navbar-default .navbar-toggle:hover,
    .navigace .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navigace .menu {
        min-height: auto;
    }
    .navigace .navbar-toggle .icon-bar {
        border: 1px solid #fff;
    }
    .navigace .nav-pills>li {
        float: none;
        display: block;
    }
    .navigace .nav>li>a {
        padding: 0;
    }
    .navigace .dropdown-menu {
        position: relative;
        background-color: transparent;
        float: none;
        text-align: center;
        box-shadow: none;
        border: none;
        padding: 10px 0;
    }
    .navigace .dropdown-menu>li>a {
        color: #fff;
        opacity: .6;
    }
    .navigace .dropdown-menu>li.active>a {
        color: #fff;
        opacity: 1;
    }
    .navigace .dropdown-menu li a:hover,
    .navigace .dropdown-menu li a:focus {
        background-color: transparent;
        color: #FFC80E;
        font-weight: 400;
    }
    .navigace .dropdownName {
        display: none;
    }
    .navigace .nav>li.dropdown.open .dropdown-menu {
        min-height: 100px;
    }
    .navigace .nav>li.dropdown.open {
        background: transparent;
    }
    .navigace .navbar-toggle {
        margin-right: 0;
    }
    .navigace .search {
        display: none;
    }
    .navigace .search-nav {
        width: 100%;
        display: block;
        padding-left: 0;
        position: static;
        top: auto;
        left: auto;
        margin-bottom: 15px;
    }
    .navigace.sticky .search-nav {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        position: static;
        top: auto;
        left: auto;
    }
    .navigace.sticky .menu {
        background-image: none;
        padding-left: 0;
    }
    .navigace.sticky .nav>li {
      padding: 9px 4px;
    }
    .navigace .search-nav .input-group {
        width: 100%;
        padding-bottom: 15px;
    }
    .navigace .closeSearch {
        display: none;
    }
    .navigace #main-menu li.hidden-xs {
        display: none !important;
    }
    .content-right .navbar .collapse {
        display: block;
        visibility: visible;
    }

}

@media (max-width: 767px) {
    .mobile-navigation {
        display: block;
        float: left;
        width: 100%;
        cursor: pointer;
    }
    .content-right .navbar {
        margin-top: 30px;
    }
    .content-right .navbar .collapse {
        display: none;
        visibility: hidden;
    }
    .mobile-navigation p {
        float: left;
        margin-top: 15px;
        margin-left: 10px;
        font-weight: 700;
        color: #fff;
    }
    .navbar {
        margin-top: 0;
        padding: 0;
    }
    .nav>li {
        border-right: none;
    }
    .nav-pills>li {
        float: none;
    }
    .nav>li>a {
        padding: 10px;
        padding-top: 20px;
    }
    .navbar-default .navbar-collapse {
        border-color: #c1c9e3;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .menu {
        min-height: auto;
    }
    .navbar-toggle .icon-bar {
        border: 1px solid #fff;
    }
    .nav-pills>li {
        float: none;
        display: block;
    }
    .nav>li>a {
        padding: 0;
    }
    .dropdown-menu {
        position: relative;
        background-color: transparent;
        float: none;
        text-align: center;
        box-shadow: none;
        border: none;
        padding: 10px 0;
    }
    .dropdown-menu>li>a {
        color: #fff;
        opacity: .6;
    }
    .dropdown-menu>li.active>a {
        color: #fff;
        opacity: 1;
    }
    .dropdown-menu li a:hover,
    .dropdown-menu li a:focus {
        background-color: transparent;
        color: #FFC80E;
        font-weight: 400;
    }
    .dropdownName {
        display: none;
    }
    .nav>li.dropdown.open .dropdown-menu {
        min-height: 100px;
    }
    .nav>li.dropdown.open {
        background: transparent;
    }
    .navbar-toggle {
        margin-right: 0;
    }
    .search {
        display: none;
    }
    .search-nav {
        width: 100%;
        display: block;
        padding-left: 0;
        position: static;
        top: auto;
        left: auto;
        margin-bottom: 15px;
    }
    .sticky .search-nav {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        position: static;
        top: auto;
        left: auto;
    }
    .sticky .menu {
        background-image: none;
        padding-left: 0;
    }
    .sticky .nav>li {
      padding: 9px 4px;
    }
    .search-nav .input-group {
        width: 100%;
        padding-bottom: 15px;
    }
    .closeSearch {
        display: none;
    }
    #main-menu li.hidden-xs {
        display: none !important;
    }
    .partneri img {
        margin: 15px 9px;
        max-width: 25%;
    }
    .soc-item {
        padding-top: 20px;
        min-height: 100px;
        padding-bottom: 20px;
    }
    .soc-item:nth-child(3),
    .soc-item:nth-child(5) {
        border-right: none;
    }
    header .container {
        padding: 0 15px;
    }
    h1 {
        font-size: 20px;
    }
    h1 span {
        margin-left: 0;
    }
    .logo {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        padding-top: 10px;
    }
    .logo img {
        width: 100px;
    }
    .fastav {
        display: inline-block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    h2 {
        font-size: 32px;
    }
    .big-item h2 {
        font-size: 24px;
        line-height: 36px;
        padding: 20px;
    }
    h3 {
        font-size: 28px;
    }
    .fb,
    .tw,
    .ins,
    .yt {
        display: none;
    }
    .top-new {
        display: none;
    }
    .teams span {
        display: none;
    }
    .teams img {
        width: 80px;
    }
    .bottom-menu li a {
        line-height: 36px;
    }
    .footer-top {
        padding-bottom: 30px;
    }
    .big-item .img-wrap {
        height: auto;
    }
    .big-item .img-wrap img {
        width: 100%;
        height: auto;
    }
    .content-right {
        display: none;
    }
    .sub-bila.sub2 {
        margin-bottom: 0;
    }
    .news-item {
        margin-bottom: 15px;
    }
    .news-item a .content-wrap {
        padding: 20px;
        padding-bottom: 10px;
    }
    .bila {
        padding: 30px 0;
    }
    .modra {
        padding: 30px 0;
    }
    .novinky {
        padding-top: 15px;
        padding-bottom: 50px;
    }
    .shop {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .socsite a i{
        font-size: 36px;
    }
    .player-stat {
        margin-right: 8px;
    }
    .player-item:nth-child(1n),
    .prod-item:nth-child(1n) {
        border-right: 1px solid transparent;
    }
    .player-item:nth-last-child(-n + 1):nth-child(1n + 1), /* first element of the last row */
    .player-item:nth-last-child(-n + 1):nth-child(1n + 1) ~ .player-item,
    .prod-item:nth-last-child(-n + 1):nth-child(1n + 1), /* first element of the last row */
    .prod-item:nth-last-child(-n + 1):nth-child(1n + 1) ~ .prod-item { /* all its following elements */
      border-bottom: 1px solid transparent;
    }
    .img-soupiska {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .score-wrap {
       padding: 15px 0;
    }
    .sub-novinky .news-item {
        min-height: auto;
    }
    .sub-novinky .short-item {
        min-height: auto;
    }
    .shopping-cart {
        position: absolute;
        top: 20px;
        left: 20px;
    }
}

@media (max-width: 360px) {}
