@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin,cyrillic,cyrillic-ext,latin-ext);
@import url(/static/css/mobile.css) screen;

@font-face {
    font-family: Franklin; /* Имя шрифта */
    src: url(../fonts/FRAMDCN.TTF); /* Путь к файлу со шрифтом */
}

* {
    margin: 0;
    padding: 0;
    border: 0
}

html {
    height: 100%
}

body {
    margin-left: 57px;
    background: #e9edef;
    overflow-x: hidden;
    height: 100%
}

body, td, div {
    font-size: 15px;
    color: #1b2229;
    font-family: 'Open Sans', Arial;
    font-weight: normal;
    font-style: normal;
}

td {
    vertical-align: top
}

div {
    position: relative;
}

input, textarea, select {
    font-size: 15px;
    font-family: 'Open Sans', arial, sans-serif !important;
    padding: 10px;
    background-color: #fff;
    color: #4c4c4c;
    border: 1px solid #ccc;
    width: 95%
}

button {
    font-family: 'Open Sans', arial, sans-serif;
    background: #28343e;
    margin: 0;
    padding: 6px 17px 6px 17px;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700
}

input[type=radio], input[type=checkbox] {
    width: auto !important
}

a {
    color: #234181;
    text-decoration: none;
    transition: color 0.1s ease-out
}

a:hover {
    color: #e60002;
    text-decoration: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px
}

hr, * html hr {
    height: 1px;
    color: #CFD3D6;
    background: #CFD3D6;
    border: 1px
}

hr {
    margin: 8px 0
}

*:first-child + html hr {
    height: 1px;
    margin: 0
}

* html hr {
    margin: 0
}

p {
    line-height: 19px;
    padding: 0 0 15px 0
}

h1 {
}

h2 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 20px 0 20px 0
}

h3 {
    text-transform: uppercase;
    font-size: 20px;
    padding: 20px 0 20px 0;
    color: #234181;
    letter-spacing: 1px;
    font-weight: 300
}

h4 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800
}

li {
    display: block;
    list-style: none;
}

.clear {
    clear: both;
    height: 0
}

.fix {
    width: 1140px;
    margin: 0 auto;
    z-index: 2
}

header {
    /*height: 100%;*/
    background: #1d262d
}

.club-logos {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 57px;
    z-index: 2;
    padding: 52px 0 0 0;
}

.club-logos:before {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 57px;
    height: 100%;
    content: ' ';
    display: block;
    z-index: 1;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.home {
    background: url(../images/home.png) no-repeat center center #151c21;
    display: block;
    height: 50px;
    width: 57px;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0
}

.home:hover {
    opacity: 0.8;
    transition: opacity 0.2s ease-out
}

.club-logos div {
    z-index: 9999;
    border-bottom: 1px solid #e8eaef;
    margin-top: 14px
}

.club-logos div a {
    margin: 0 0 14px 0;
    display: block;
    height: 41px;
    text-align: center
}

.club-logos div a img {
    width: auto !important;
    height: 100%
}

menu {
    height: 50px;
    padding: 0 0 0 103px;
}

menu a {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    padding: 16px 8px;
    display: inline-block
}

menu a:hover {
    color: #cfd6dc
}

menu span {
    float: right
}

menu span a {
    font-size: 12px;
    color: #a0acb5
}

menu span a.act {
    color: #6d767d
}

.twomenu {
    height: 42px;
    position: absolute;
    left: 0;
    top: 50px;
    background: #234181/* rgba(40, 52, 62, 0.8)*/ ;
    width: 100%;
    z-index: 555
}

.logo {
    display: block;
    position: absolute;
    left: -10px;
    top: -35px;
    background: url(../images/kpfl.png);
    width: 104px;
    height: 104px;
}

.logo-txt {
    display: none;
    position: absolute;
    left: 111px;
    top: 12px;
    background: url(../images/kpfl-txt.png);
    width: 72px;
    height: 14px;
}

.twomenu b {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    position: absolute;
    left: 110px;
    top: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.twomenu div {
    float: right;
    padding-right: 15px
}

.twomenu div a {
    height: 42px;
    display: inline-block;
    padding: 0 6px;
}

.twomenu div a:hover {
    opacity: 0.8;
    transition: opacity 0.2s ease-out
}

.twomenu .fifa {
    background: url(../images/l-fifa.png) no-repeat center center;
    width: 31px;
}

.twomenu .uefa {
    background: url(../images/l-uefa.png) no-repeat center center;
    width: 32px;
}

.twomenu .epfl {
    background: url(../images/l-epfl.png) no-repeat center center;
    width: 53px;
}

.twomenu .kff {
    background: url(../images/l-kff.png) no-repeat center center;
    width: 52px;
}

.main-news {
    height: calc(100% - 50px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;;
}

.mn-element {
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: top center;
}

.mn-element .fix {
    height: calc(100% - 42px);
    top: 42px
}

.mn-title {
    position: absolute;
    left: 0;
    bottom: 219px;
    font-size: 30px;
    color: #fff;
    max-width: 480px;
    display: inline-block;
    background: rgba(29, 38, 45, 0.8);
    padding: 19px 28px 28px;
    font-weight: 300;
    z-index: 1;
    line-height: 32px;
    transition: 0.2s ease-out;
}

.mn-title:hover {
    padding: 19px 28px 38px;
    background: rgba(14, 19, 22, 0.88);
    color: #fff
}

.mn-title b {
    font-size: 12px;
    color: #ffe669;
    display: block;
    letter-spacing: 1px;
}

.mn-element:before {
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0;
    height: 245px;
    width: 100%;
    z-index: 1;
    background: url(../images/main-news.png);
    content: ' '
}

.mn-control {
    position: absolute;
    bottom: 187px;
    left: 0;
    width: 100%
}

.mn-control span {
    display: inline-block;
    background: #fff;
    padding: 5px 12px;
    color: #1d262d;
    margin-right: -3px;
    font-weight: 700;
    cursor: pointer
}

.mn-control span.act {
    background: rgba(29, 38, 45, 0.8);
    color: #fff
}

.mn-control a {
    background: #234181;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 7px 12px
}

.mn-control i, .mn-control u {
    display: inline-block;
    width: 30px;
    height: 500px;
    position: absolute;
    bottom: 20%;
    cursor: pointer;
    transition: 0.2s ease-out;
}

.mn-control i {
    background: url(../images/arrow-left.png) no-repeat center center;
    left: -60px;
}

.mn-control u {
    background: url(../images/arrow-right.png) no-repeat center center;
    right: -60px;
}

.mn-control i:hover, .match-control i:hover {
    left: -65px;
}

.mn-control u:hover, .match-control u:hover {
    right: -65px;
}

.match-center {
    bottom: 0;
    width: 100%;
    position: absolute;
    padding: 0;
    transition: background 0.2s ease-out;
    z-index: 555
}


.match-center.open .match-tab {
    display: inline-block;
}

.match-center.open h3 {
    display: inline-block;
}

.match-center.open .match-center-close {
    display: inline-block;
}

.match-center.open {
    background: rgba(14, 19, 22, 0.60);
}

/*.match-center:hover {background:rgba(14,19,22,0.80)}*/
.match-center h3 {
    color: #fff;
    display: none
}

.match-tab {
    margin-left: 20px;
    display: none
}

.match-tab li {
    display: inline-block;
    color: #cbd3d9;
    cursor: pointer;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 10px;
    border-right: 1px solid rgba(206, 230, 255, 0.2);
    transition: color 0.1s ease-out
}

.match-tab li:last-child {
    border-right: 0
}

.match-tab li:hover {
    color: #e7eefc
}

.match-tab li.act {
    font-weight: 700;
    color: #fff
}

/*.match-center:hover h3, .match-center:hover .match-tab {display: inline-block}*/
.match-center-close {
    color: #fff;
    float: right;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: url("../images/close.png") no-repeat center center rgba(255, 255, 255, 0.1);
    font-size: 0em;
    display: none;
    cursor: pointer;
}

.match-center.loading:before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) url("../images/loading.gif") no-repeat center center;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999999;
}

.match-center .match-list {
    position: static;
    overflow: hidden;
    width: 1134px;
    margin: 0 auto;
    min-height: 100px;
}

.match-center .match-list .runner {
    position: static;
    transition: transform 0.18s;
    white-space: nowrap;
}

.match-center .match-list ul {
    display: inline-block
}

.match-center .match-list ul li {
    width: 185px;
    height: 81px;
    background: rgba(14, 19, 22, 0.68);
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 5px;
}

.match-center .math-info {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}

.match-center .match-list ul li:hover {
    background: rgba(14, 19, 22, 0.98)
}

.match-center .match-list ul li dd {
    margin: 11px 11px -10px 11px;
    height: 20px
}

.match-center .match-list ul li dd i {
    width: 120px;
    float: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    overflow: hidden
}

.match-center .match-list ul li dd u {
    width: 30px;
    float: right;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-weight: 700;
    text-align: right
}

.match-center .match-list ul li dt {
    margin: 14px 11px 0 11px;
    height: 20px
}

.match-center .match-list ul li dt i {
    width: 120px;
    float: left;
    color: #6f7479;
    font-size: 11px;
    font-style: normal;
    overflow: hidden
}

.match-center .match-list ul li dt u {
    width: 40px;
    float: right;
    color: #ffe669;
    font-size: 10px;
    text-decoration: none;
    text-align: right
}

.match-center .match-list ul span {
    display: block;
    color: #eceded;
    padding: 3px 12px 9px 11px;
    border-left: 1px solid #3e454e;
    font-size: 12px
}

.match-center .match-list ul.match-today li {
    background: #3daad5
}

.match-center .match-list ul.match-today li dt i {
    color: #113949
}

.match-center .match-list ul.match-today span {
    color: #68c5f0;
    padding: 3px 12px 5px 11px;
    border-bottom: 4px solid #68c5f0
}

.match-control {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.match-control i, .match-control u {
    display: inline-block;
    width: 30px;
    height: 90px;
    position: absolute;
    bottom: 25px;
    cursor: pointer;
    transition: 0.2s ease-out
}

.match-control i {
    background: url(../images/arrow-left.png) no-repeat center center;
    left: -60px;
}

.match-control u {
    background: url(../images/arrow-right.png) no-repeat center center;
    right: -60px;
}

.partner {
    display: block;
    text-align: center;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.partner span {
    position: absolute;
    top: 26px;
    left: 50%;
    margin-left: 150px;
    text-align: left;
    color: #80868c;
    font-size: 14px;
    display: block;
    padding: 10px 0 10px 26px;
    border-left: 1px solid #dcdee0
}

.pfltv {
    background: url(../images/pfltv.jpg) no-repeat 0 0;
    height: 80px
}

main {
}

.col-left {
    float: left;
    width: 49%
}

.col-right {
    float: right;
    width: 49%
}

.tables {
}

.table-onmain {
    margin-top: -18px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

.table-onmain th {
    color: #8c949a;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px 0;
    text-align: center;
}

.table-onmain td {
    padding: 13px 14px
}

.table-onmain td i {
    margin: -7px 0 0 -45px;
    vertical-align: middle;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    position: absolute
}

.table-onmain td i img {
    height: 100%
}

.tm-title {
    background: #234181;
}

.tm-title td {
    color: #c9dafe;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tm-title td strong {
    color: #fff;
    margin-right: 10px
}

.t1, .t2, .t3, .t4 {
    text-align: center
}

.t1 {
    background: #f4f6f7;
    color: #999ea3;
    width: 23px;
}

.place-one .t1 {
    background: #82c6e3;
    color: #fff;
}

.place-two .t1 {
    background: #aad9ec;
}

.t2 {
    background: #f9fafb;
}

.place-one .t2, .place-one .t3, .place-one .t4, .place-two .t2, .place-two .t3, .place-two .t4 {
    background: #dbeff7;
}

.place-one .t4, .place-two .t4 {
    color: #45abd6
}

.t3 {
    background: #f1f4f5;
}

.t4 {
    background: #f9fafb;
    color: #28343e;
    font-weight: 800
}

.t5 {
    text-align: left;
    padding-left: 15px !important
}

.t6 {
    padding-left: 55px !important;
}

.place-one .t6, .place-two .t6 {
    font-weight: 700
}

.t6 a {
    display: block;
    color: #1b2229
}

.t6 a:hover {
    color: #e60002
}

.t6:hover {
    background: #fff
}

.palyers-section {
    margin-top: -61px
}

.palyers-section h4 {
    padding: 20px 0;
    text-align: center
}

.table-palyers {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

.table-palyers td {
    vertical-align: middle;
    background: #feffff;
    border-bottom: 1px solid #e9edef;
    white-space: nowrap;
}

.table-palyers tr td:first-child {
    width: 80px
}

.table-palyers td dt {
    color: #53b9e1;
    font-size: 27px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 -5px 0;
}

.table-palyers td dd {
    color: #8c949a;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.table-palyers td b {
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: 0 15px 0 0;
    border-radius: 60px;
    background: #82c6e3;
    vertical-align: middle
}

.table-palyers td b img {
    width: 100%
}

.table-palyers td u {
    display: inline-block;
    vertical-align: middle;
    color: #568da3;
    font-size: 12px;
    float: right;
    text-decoration: none;
    margin: 6px 14px 0 0;
}

.table-palyers td i {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin: 0 20px 0 0;
    text-align: center;
    width: 32px;
    height: 32px
}

.pt-top td {
    background: #53b9e1;
    color: #fff;
    font-weight: 700
}

.pt-top td dt {
    color: #fff;
}

.pt-top td dd, .pt-top td u {
    color: #055372;
    font-weight: 400
}

.photo-onmain {
    margin: 30px 0 0 0;
    background: #d0dcf8;
    height: 714px;
}

.photo-onmain h4 {
    color: #1c2029
}

.photo-onmain ul {
    position: relative;
}

.photo-onmain dd {
    width: 255px;
    float: right
}

.photo-onmain li {
    display: block; /*width:255px;*/
    height: 187px;
    margin: 0 0 4px 0
}

.photo-onmain li a {
    display: none;
    width: calc(100% - 259px);
    display: block;
    position: absolute;
    background-color: #121e27 !important;
    background-size: cover !important;
    height: 594px;
    left: 0;
    top: 0
}

.photo-onmain li.act a {
    display: block;
}

.photo-onmain li a p {
    position: absolute;
    bottom: -23px;
    right: 0;
    background: #fff;
    font-size: 30px;
    color: #121e27;
    max-width: 480px;
    display: inline-block;
    padding: 19px 28px 28px;
    font-weight: 300;
    z-index: 1;
    line-height: 32px;
    transition: 0.2s ease-out;
}

.photo-onmain li a p:hover {
    padding: 19px 28px 38px;
}

.photo-onmain li a p b {
    display: block;
    color: #234181;
    letter-spacing: 1px;
    font-size: 12px;
}

.photo-onmain li div {
    display: block;
    width: 255px;
    height: 187px
}

.photo-onmain li i {
    display: block;
    position: absolute;
    width: 255px;
    height: 187px;
    z-index: 1;
    overflow: hidden;
    left: 0;
    top: 0
}

.photo-onmain li i img {
    height: 100%
}

.photo-onmain li u {
    position: absolute;
    width: 255px;
    height: 187px;
    display: block;
    cursor: pointer;
    z-index: 4
}

.photo-onmain li span {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(16, 27, 36, 0.8);
    color: #fff;
    padding: 12px 15px;
    z-index: 3;
    font-size: 17px;
    font-weight: 300;
    transition: 0.2s ease-out;
}

.photo-onmain li div:hover span {
    padding: 12px 15px 18px 15px
}

.photo-onmain li.act u {
    z-index: 2;
    background: rgba(255, 255, 255, 0.86)
}

.photo-onmain li.act span {
    background: none;
    color: #222c34
}

.partners {
    margin-bottom: 30px
}

.partners ul {
    display: table;
    width: 100%;
}

.partners ul li {
    width: 20%;
    display: table-cell;
    height: 115px;
    background: #fafbfc;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #e9edef;
    border-bottom: 1px solid #e9edef
}

.partners ul li:last-child { border-right: none; }

.partners ul li img {
    transition: 0.2s ease-out;
    max-width: 187px;
}

.partners ul li:hover img {
    opacity: 0.7
}

.video-onmain {
    background: #1d2227;
}

.video-onmain.photo-om {
    background: #28343e;
}

.video-onmain h3 {
    color: #ffe669
}

.video-onmain ul {
    display: table
}

.video-onmain ul li {
    display: table-cell; /*padding: 0 0 0 30px;*/
}

.video-onmain ul li:first-child {
    padding: 0 0 0 0;
}

.video-onmain ul li i {
    width: 90%;
    height: 170px;
    display: block;
    position: relative
}

.video-onmain ul li i img {
    height: 100%;
}

.video-onmain ul li i u {
    position: absolute;
    left: 40%;
    top: 35%;
    display: block;
    width: 58px;
    height: 58px;
    background: url(../images/play.png);
    transition: 0.2s ease-out
}

.video-onmain.photo-om ul li i u {
    background: url(../images/photo.png)
}

.video-onmain ul li:hover i u {
    left: 41%;
}

.video-onmain ul li b {
    display: block;
    padding: 10px 0 30px 0;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    width: 257px;
}

.social {
    margin-bottom: 30px
}

.social h4 a {
    color: #5b656d;
    border-bottom: 1px solid #a2a9ae
}

.white {
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.col-30 {
    width: 28%;
    float: left;
    margin-right: 25px
}

.col-30 h4 {
    position: absolute;
    left: 26px;
    top: -41px;
}

.col-30 h4:after {
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: -26px;
    top: -1px;
    background: url(../images/svk.png);
    content: ' '
}

.col-30 h4.twitter {
    left: 130px;
}

.col-30 h4.twitter:after {
    background: url(../images/stw.png)
}

.col-30 h4.instagram:after {
    background: url(../images/sin.png)
}

.col-30right {
    width: 38%;
    float: right;
}

.poll {
}

.poll h4 {
    position: absolute;
    left: 0;
    top: -41px
}

.poll strong {
    margin: 0 0 15px 0;
    background: #fff;
    padding: 17px 20px 17px 37px;
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.poll label {
    padding: 5px 0 5px 37px;
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 14px;
}

.poll label input {
    position: absolute;
    left: 13px;
    top: 9px
}

.poll button {
    margin: 20px 20px 0 0;
}

.poll a {
    margin: 20px 0 0 0;
    display: inline-block;
    font-size: 13px;
    color: #758593;
    vertical-align: middle;
}

footer {
    height: 120px;
    background: #234181;
    position: relative
}

.flogo {
    position: absolute;
    left: -2px;
    top: 12px;
    width: 58px;
    height: 58px;
    background: url(../images/kpfl.png) no-repeat;
    background-size: cover
}

.f1 {
    position: absolute;
    left: 80px;
    top: 20px;
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    background: url(../images/f1.png) no-repeat 0 4px;
    padding: 0 0 0 24px;
}

.f1 span {
    color: #859ac7
}

.f2 {
    position: absolute;
    right: 0;
    top: 26px;
}

.f2 li {
    display: inline-block;
    margin-left: 12px
}

.fvk, .ffb, .ftw, .fgp {
    width: 29px;
    height: 29px;
    display: block
}

.fvk {
    background: url(../images/fvk.png)
}

.ffb {
    background: url(../images/ffb.png)
}

.ftw {
    background: url(../images/ftw.png)
}

.fgp {
    background: url(../images/im_icon.jpg)
}

.f2 div {
    display: inline-block
}

footer .blackline {
    width: 100%;
    position: absolute;
    background: #28343e;
    bottom: 0;
    left: 0;
    height: 41px;
    z-index: 1
}

.blackline span {
    position: absolute;
    left: 0;
    top: 11px;
    color: #c5cbcf;
    font-size: 14px;
    z-index: 2
}

.blackline span b {
    font-weight: 400;
    width: 104px;
    display: inline-block
}

.sportskz {
    position: absolute;
    left: 60%;
    top: 11px;
    color: #c5cbcf;
    font-size: 14px;
    z-index: 3
}

.sportskz:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 52px;
    height: 20px;
    background: url(../images/sportskz.png);
    left: -68px;
    top: 0
}

/*click_up{*/
#click_up {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    margin-left: 640px;
    left: 50%;
    width: 80px;
    z-index: 100;
}

#click_up.style {
    position: absolute;
    bottom: auto;
}

#click_up:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

#click_up:after {
    background: url(../images/up.png) no-repeat left top;
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 17px;
    left: 17px;
    content: ' ';
}

/*click_up}*/

#overflow_hidden {
    overflow: hidden;
}

/* Easy Slider */

#slider {
    display: block;
    width: 100%;
    height: calc(100% - 50px);
    margin: auto;
}

#slider ul, #slider li,
#slider2 ul, #slider2 li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider2 {
    margin-top: 1em;
}

#slider li, #slider2 li {
    /*
        define width and height of list item (slide)
        entire slider area will adjust according to the parameters provided here
    */
    width: 734px;
    height: 384px;
    overflow: hidden;

}

#prevBtn, #nextBtn,
#slider1next, #slider1prev {
    display: none;
    width: 22px;
    height: 43px;
    margin-top: -300px;
}

#nextBtn, #slider1next {
    display: none;
    margin-top: -300px;
    margin-left: 700px
}

#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a {
    display: block;
    position: relative;
    width: 22px;
    height: 43px;
    background: url(../images/arrow-left.png) no-repeat 0 0;
}

#nextBtn a, #slider1next a {
    background: url(../images/arrow-right.png) no-repeat 0 0;
}

/* numeric controls */

ol#controls {
    margin: 1em 0;
    padding: 0;
    height: 28px;
}

ol#controls li {
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 28px;
    line-height: 28px;
}

ol#controls li a {
    float: left;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccc;
    background: #DAF3F8;
    color: #555;
    padding: 0 10px;
    text-decoration: none;
}

ol#controls li.current a {
    background: #5DC9E1;
    color: #fff;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
    outline: none;
}

/* // Easy Slider */

.info-match {
    position: absolute;
    display: none;
    width: 430px;
    height: 210px;
    background: #67696d;
    padding: 1px 0;
    left: 0;
    top: 57px;
    z-index: 20;
    -webkit-box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.75);
}

.match-center .match-list ul.match-today li dd i.ct {
    color: #113949
}

.match-center .match-list ul li dd i.ct {
    width: 100px;
    float: left;
    color: #6f7479;
    font-size: 11px;
    font-style: normal;
    overflow: hidden;
    text-transform: capitalize;
}

.match-center .match-list ul li dd u.tm {
    width: 45px;
    float: right;
    color: #ffe669;
    font-size: 10px;
    text-decoration: none;
    text-align: right;
}

.match-center .math-info {
    display: none;
    background-color: #1D262D;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width: 185px;
    box-shadow: 0 1px 53px rgba(0, 0, 0, 0.4);
}

.math-info div {
    height: 60px;
    background: #E9EDEF
}

.math-info div b {
    position: absolute;
    left: 50%;
    top: 13px;
    width: 80px;
    text-align: center;
    margin-left: -40px;
    font-size: 24px;
    font-weight: 300;
}

.math-info div dd {
    position: absolute;
    left: 0;
    top: 15px;
    width: 15%;
    text-align: right;
    font-size: 14px;
    text-transform: uppercase;
    color: #28343E;
}

.math-info div dt {
    position: absolute;
    right: 0;
    top: 15px;
    width: 15%;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #28343E;
}

.math-info div dt u, .math-info div dd u {
    color: #747D82;
    font-size: 11px;
    display: block;
    text-transform: none;
    text-decoration: none
}

.math-info div dt i, .math-info div dd i {
    position: absolute;
    top: -3px;
    width: 36px;
}

.math-info div dd i {
    right: -42px;
}

.math-info div dt i {
    left: -42px;
}

.math-info div dt i img, .math-info div dd i img {
    width: 100%
}

.math-info p {
    display: block;
    height: 36px;
    background: #4297B8;
    padding: 0 !important;
    text-align: center;
    position: relative
}

.math-info p b {
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: 400
}

.math-info p a {
    display: inline-block;
    margin: 5px 3px 0 3px;
    width: 25px;
    height: 25px;
}

.mi1 {
    background: url(../images/res1.png)
}

.mi2 {
    background: url(../images/res2.png)
}

.mi3 {
    background: url(../images/res3.png)
}

.mi4 {
    background: url(../images/res4.png)
}

.math-info strong {
    text-align: center;
    font-size: 13px;
    color: #fff;
    padding: 12px 0 8px 0;
    display: block;
}

.math-info strong span {
    color: #767C82;
    font-weight: 400;
    display: block
}

.math-info-link {
    display: block;
    margin: 4px;
    background: #4297B8;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 0;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
}

.pollunder .poll {
    margin: 0 0 30px 0
}

.pollunder .poll label {
    width: 80%;
    margin: auto;
}

.poll label {
    overflow: hidden
}

.poll label b, .poll label dd, .poll.pollresult label div {
    display: none
}

.poll.pollresult label {
    position: relative;
}

.poll.pollresult label b {
    display: block;
    position: absolute;
    left: 1px;
    top: 7px;
    font-size: 12px;
    z-index: 111
}

.poll label.act {
    font-weight: bold
}

.poll.pollresult label dd {
    display: block;
    position: absolute;
    left: 30px;
    top: 2px;
    background: rgba(0, 0, 0, 0.1);
    height: 25px;
}

.poll label.act dd {
    background: rgba(66, 151, 184, 0.2);
}

.poll label.act b {
    color: #4297B8
}

.whitenews.albums li i {
    margin: 0
}

.pages.socialnews.albums dt {
    float: right
}

.pages.socialnews.albums dt a, .pages.socialnews.albums dt span {
    float: left;
}

.pages.socialnews u {
    text-decoration: none;
    color: #4297B8;
    display: block;
    padding: 9px 0;
}

.video_place {
    height: auto;
    clear: both;
    margin: 0 0 20px 0;
    text-align: center;
    background-color: #131b2b;
    padding: 5px 0;
}

#big_img {
    width: 690px;
    height: 445px;
    z-index: 1;
    opacity: 1
}

div.car {
    height: 486px !important;
}

.car img {
    cursor: pointer;
}

.photo-desc {
    color: #fff;
    background-color: #131b2b;
    padding: 5px 0;
    position: static;
}

table.cart {
    background: #fff;
    height: 110px;
    margin: 0 0 -20px 0;
}

table.cart td {
    vertical-align: middle !important;
}

#img_list {
    margin: 2px 0
}

#img_list img {
    border: 4px solid #fff;
    display: block;
    width: 160px;
    height: 116px;
    cursor: pointer;
    background-size: auto 100% !important;
    margin: 0
}

#img_list td.act img {
    opacity: 0.5
}

#img_list td {
    background: #234181
}

.carl img, .carr img {
    width: 30px;
    cursor: pointer
}

.videolist i {
    position: relative
}

.videolist i u {
    position: absolute;
    left: 40%;
    top: 35%;
    display: block;
    width: 58px;
    height: 58px;
    background: url(../images/play.png);
    transition: 0.2s ease-out
}

.videolist li:hover i u {
    left: 41%;
}

.bx-wrapper .bx-controls-direction a {transition: 0.2s ease-out;}











@media screen and (min-width: 1000px) and (max-width: 4000px) {
    
#branding {margin-left: 0 !important; background:url(../images/branding/brand1.jpg) no-repeat center top 74px #0D182C}
#branding.under {background:url(../images/branding/brand1u.jpg) no-repeat top center #0D182C}
  #branding .fix {width:1000px;}
  #branding .main-news {width: 1000px; margin: auto; height: 634px !important; box-shadow: 4px 3px 0 rgba(0,0,0,0.1);}
  #branding .partner, #branding main {width: 1000px; margin: auto}
  #branding main {padding-bottom: 33px;  background: #E9EDEF}
  #branding .branding main {padding-top: 20px}
  #branding .partners {background:#fafbfc; margin-bottom: 7px;}
  #branding .blackline span b {width: 61px;}
  #branding .sportskz {left: 54%;}
    #branding main .fix, #branding .match-center .fix {width: 960px; margin: auto}
    #branding .mn-control {bottom: 188px; left: 20px;}
    #branding.under .mn-control {bottom: 32px;left: 49px;}
    #branding .mn-title {left: 20px;}
    #branding .col-30 {width: 32%;}
    #branding .col-30right {width: 30%;}
    #branding .poll strong {padding: 17px 20px 17px 23px !important;}
    #branding .match-center .match-list {width: 960px;height: 108px;}
    #branding footer {margin: -30px;}
    #branding .mn-control u {right: -20px;}
    #branding .mn-control u:hover {right: -25px;}
    #branding .bx-wrapper .bx-controls-direction a {padding: 10px;}
    #branding .bx-wrapper .bx-next {right: -62px;}
    #branding .bx-wrapper .bx-next:hover {right: -67px;}
        #branding .home {display: none}
        #branding .club-logos {position: relative !important; width: auto !important; padding: 0 !important;  height: 41px !important;  overflow: hidden; text-align: center;}
        #branding .club-logos:before {display: none !important}
        #branding .club-logos div {border-bottom: none !important; border-right: 1px solid #e8eaef; margin-top: 0 !important; display: inline-block !important; text-align: center}
		 #branding .club-logos div:last-child { border-right: none; }
        #branding .club-logos div a {display: inline-block !important; margin: 2px 4px 14px 4px !important; height: 34px !important;  text-align: center;}
        #branding .video-onmain ul li:last-child {display: none}
        #branding .partners.clubs {margin-top:23px;}
        #branding .results ul li {width: 32.7%;}
        #branding .resuts-tablo {margin: 0 0 0 0;}
        #branding .branding:after {width: 1000px; margin: 0 0 0 -500px;left:50%}
        #branding .branding {background: none}
        #branding .branding .match-center {width: 1000px; margin: 0 0 0 -500px; left: 50%;}
     .branding-div {display: none}
    #branding .branding-div {height: 111px; display: block}
    #branding .mn-control i, #branding .mn-control u {height: 240px; bottom: -220%;}
    #branding .pfltv {display: none !important}
    #branding .match-list:before {display: block; position: absolute; right:104px; bottom:0; width: 24px; height: 23px; background:url(../images/branding/brand1.png); content: ' '}
    #branding.under .match-list:before {display: none !important}
    #branding menu span {position: absolute;right: -99px; top: 2px;}
    #branding .tabs__caption li {padding: 14px 12px !important;}
    #branding.under .main-news {margin-left: -20px !important}
    #branding .branding menu a.actmenu {padding: 9px 8px !important;}
    #branding menu a {padding: 16px 6px; display: inline-block;}
    
    #branding .bx-wrapper {max-width: 960px !important;}
    #branding .video-onmain ul li {width: 330px !important}
    #branding .video-onmain ul li i img {height: auto !important; width: 100% !important;}
    #branding .video-onmain ul li i {height: 183px !important; width: 94% !important; overflow: hidden;}

    #branding .players-card1 ul li dd {width: 46% !important; padding: 5px 0 5px 19px !important;}
    #branding .players-card1 ul li dt {width: 46% !important;}


}


.live {background:url(../images/live.png) no-repeat right bottom #BD2731 !important; position: relative; z-index: 11111111}
    .live dd i.ct {color: #CE8A8F !important;}
    .live dd u.tm {display: none !important}
    .live:after {position: absolute; left:-27px; top:-28px; background:url(../images/live-after.png); display: block; width: 245px; height: 117px; content: ' ';}
	
	.live a { display: block !important; z-index: 9999; width: 100%; height: 100%; position: absolute; }
	
a.shwa {
    display: inline-block;
    width: 100%;
    height: 19px;
    background: url(../images/arrow_down.png) no-repeat center center;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    padding-top: 5px;
    top: 250px;
    cursor: pointer;
}

a.shwc {
    display: inline-block;
    width: 100%;
    height: 19px;
    background: url(../images/arrow_up.png) no-repeat center center;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
}

#hidden_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 558px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
     box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    z-index: 9;
}

#hidden_content .module a.otrsmalnws {
    padding: 5px 15px 0 15px;
    float: right;
    position: relative;
    bottom: 0;
    top: 0;
    cursor: pointer;
}	

.video-onmain .fix {
	z-index: 0;
}

.ads, .banner {
    width: 1140px;
    margin: 0 auto;
    text-align: center;
    clear: both;
}

.banner img {
    width: 100%;
}

.clubs_logos {
    width: 100%;
    height: 69px;
    margin: 0 auto;
    clear: both;
    float: left;
    display: inline-block;
    background-color: #ffffff;
}

.clubs_logos ul {
    width: 100%;
    height: 59px;
    margin: 0 auto;
    display: inline-block;
    padding: 0;
}

.clubs_logos ul li {
    display: inline-block;
    list-style-type: none;
    float: left;
    height: 59px;
}

.clubs_logos div, .slick-slide {
    height: 59px;
    margin: 0 15px;
    
}

.clubs_logos ul li img {
     height: 59px;
}

.clubs_logos div img, .slick-slide img {
     height: 59px;
     margin: 5px 0;
}

.col-left2 {
    float: left;
    width: 98%;
}    

 .col-right2 {
    float: right;
    width: 98%;
} 

.tables #bx-pager > a {
    display: inline-block;
    /*height: 7px;
    width: 250px;*/
    margin: 5px 10px;
    cursor: pointer;
    text-transform: uppercase;
    color: #000;
}    

.bluea {
    background-color: #53b9e1;
}    


.yellowa {
    background-color: yellow;
}  

.reda {
    background-color: red;
}  

.tables #bx-pager > a.active {
    /*border: 1px solid #000;   */
    
    font-weight: bold;
}    

.tables #bx-pager {
    display: inline-block;
    width: 100%;
    margin: 15px auto;
    text-align: center;
}



/* flexMenu styles */

.flexMenu-viewMore > a {

}

.flexMenu-viewMore.active > a, .flexMenu-viewMore > a:hover {
    color: #000000;
}

.flexMenu-popup {
    list-style-type: none;
    padding: 25px;
    background-color: #f0f2f3;
    margin: 0;
    width: 130px;
    z-index: 99;
    height: auto;
}

.flexMenu-popup li, .flexMenu-popup li a {
    width: 100%;
    float: left;
    clear: both;
    display: inline-block;
    line-height: 13px;
}

.flexMenu-popup li {
    padding: 10px;
    margin: 0;
}

.flexMenu-popup li:last-child {
    padding-bottom: 0;
}

.lt-ie8 .flexMenu-popup {
}

.flexMenu-popup a {

}

.flexMenu-popup a:hover {
    color: #000000;
    display: block;
}

	.timer {
		width: 1140px;
		height: 69px;
		position: relative;
		font-family: Franklin !important;
	}		
	
	#getting-started {
		width: 300px;
		position: absolute;
		top: 0;
		height: 69px;
		left: 501px;
		font-family: Franklin !important;
	}
	
	.timer #getting-started > div {
		font-family: Franklin !important;
		color: #FEFEFE;
		width: 100px;
		float: left;
		text-align: center;
		font-size:22px !important;
		margin-top: 12px;
	}
	
	.timer #getting-started > div > span {
	    font-size:19px !important;
	}
	
	.clubs_logos {
	    display: none !important;
	}
	
	.table-palyers td i img {
	    display: inline !important;
	}
	
	.table-palyers td i {
	    width: auto;
	    text-align: right;
	}
	
.tst .match-tab {
    display: inline-block;
}	
	
/*.bx-controls {
    position: absolute;
    top: 0;
    width: 1060px;
    height: 23px;
    z-index: 9999;
    margin: 0 auto;
    text-align: center;
}*/

ul.matches_ul li {
	position: relative;
	display: inline-block;
	width: 190px;
}

ul.matches_ul li, ul.matches_ul, .cntnt .bx-wrapper, .cntnt .bx-viewport {
	height: 100px;
}

ul.matches_ul li div {
    height: 81px;
    background: rgba(14, 19, 22, 0.68);
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 5px;
    width: 185px;
}

ul.matches_ul li div.math-info {
    width: 185px;
    height: 68px;
    z-index: 9999;
    position: absolute;
}

ul.matches_ul li .math-info div {
    height: 68px;
    background: #E9EDEF;
}

ul.matches_ul li .math-info {
    background-color: #1D262D;
    position: absolute;
	display: none;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 185px;
    box-shadow: 0 1px 53px rgba(0, 0, 0, 0.4);
    height: 68px;
}

ul.matches_ul li .math-info strong {
    text-align: center;
    font-size: 12px;
    color: #000;
    padding: 12px 0 8px 0;
    display: block;
    position: absolute;
    top: 26px;
    width: 100%;
    line-height: 12px;
}

ul.matches_ul li .math-info strong span {
    color: #767C82;
    font-weight: 400;
    display: block;
    line-height: 10px;
    width: 100%;
}

ul.matches_ul li .math-info a.math-info-link {
    display: none;
}

ul.matches_ul li.match-today {
    border-bottom: 4px solid #3daad5;
}

ul.matches_ul li.match-today .ddtt {
    
}

ul.matches_ul li.match-today > div {
    background: #3daad5;
    height: 76px;
}

ul.matches_ul li.live > div {
    background: transparent;
    height: 76px;
    width: 170px;
}

ul.matches_ul li.live, ul.matches_ul li.live .math-info div, ul.matches_ul li.live .math-info   {
    width: 185px !important;
    margin-right: 5px;
}

ul.matches_ul li.match-today div .ct {
    color: #ffffff;
}

ul.matches_ul li .math-info div {
    width: 185px;
}

ul.matches_ul li .math-info .math-info strong {
    text-align: center;
    font-size: 13px;
    color: #fff;
    padding: 12px 0 8px 0;
    display: block;
}

ul.matches_ul li .math-info strong span {
    color: #767C82;
    font-weight: 400;
    display: block
}

ul.matches_ul li .math-info .math-info-link {
    display: block;
    margin: 4px;
    background: #4297B8;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 0;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
}

ul.matches_ul li .math-info div b {
    position: absolute;
    left: 50%;
    top: 7px;
    width: 80px;
    text-align: center;
    margin-left: -40px;
    font-size: 18px;
    font-weight: 300;
}

ul.matches_ul li .math-info div dt i, ul.matches_ul li .math-info div dd i {
    position: absolute;
    top: -3px;
    width: 36px;
}

ul.matches_ul li .math-info div dt i {
    left: -42px;
}

ul.matches_ul li .math-info div dd i {
    right: -30px;
}

ul.matches_ul li .math-info div dt {
    position: absolute;
    right: 0;
    top: 7px;
    width: 15%;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #28343E;
}

ul.matches_ul li .math-info div dd {
    position: absolute;
    left: 0;
    top: 7px;
    width: 15%;
    text-align: right;
    font-size: 14px;
    text-transform: uppercase;
    color: #28343E;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
}

ul.matches_ul li .math-info div dt i img, ul.matches_ul li .math-info div dd i img {
    width: 100%;
}

ul.matches_ul li .math-info div dt i, ul.matches_ul li .math-info div dd i {
    position: absolute;
    top: -3px;
    width: 36px;
}

.cntnt .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: -50px !important;
    margin-top: -16px;
    outline: 0;
    width: 13px;
    height: 23px;
    text-indent: -9999px;
    z-index: 9999;
}

ul.matches_ul li:hover .math-info, ul.matches_ul li div:hover .math-info {
	display: block !important;
}

ul.matches_ul li dd {
    margin: 11px 11px -10px 11px;
    height: 20px;
}

ul.matches_ul li dd i {
    width: 80%;
    float: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    overflow: hidden;
}

ul.matches_ul li dd u {
    width: 20%;
    float: right;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-weight: 700;
    text-align: right;
}

ul.matches_ul li dd i.ct {
    width: 100px;
    float: left;
    color: #6f7479;
    font-size: 11px;
    font-style: normal;
    overflow: hidden;
    text-transform: capitalize;
}

ul.matches_ul li dd u.tm {
    width: 45px;
    float: right;
    color: #ffe669;
    font-size: 10px;
    text-decoration: none;
    text-align: right;
}

ul.matches_ul li span.ddtt {
    display: block;
    color: #eceded;
    padding: 0 12px 9px 11px;
    border-left: 1px solid #3e454e;
    font-size: 12px;
}	


#pflktv {
    position: fixed;
    top: 7px;
    margin-left: 655px;
    left: 50%;
    width: 80px;
    z-index: 100;
    opacity: 0.7;
}
	