* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

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

caption, th, td {
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

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

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

th, b, strong {
    font-weight: bold;
}

article h1 {
    font-weight: bold;
    margin: 15px 0;
}

article h2 {
    font-weight: bold;
    margin: 15px 0;
}

article h3 {
    font-weight: bold;
    margin: 15px 0;
}

a {
    text-decoration: none;
}

a {
    color: #318223;
}

a:hover {
    color: #1E3803;
}

body {
    margin: 0;
    padding-top: 85px;
    font-size: 14px;
    color: #000000;
    font-family: 'Open sans', sans-serif;
    font-weight: 400;
}

body.new {
    font-family:, sans-serif;
}

body.home {
    background: none;
}

/* FONTS */
@font-face {
    font-family: 'podkarpacielive';
    src: url('../assets/podkarpacielive.eot?49590369');
    src: url('../assets/podkarpacielive.eot?49590369#iefix') format('embedded-opentype'), url('../assets/podkarpacielive.woff?49590369') format('woff'), url('../assets/podkarpacielive.ttf?49590369') format('truetype'), url('../assets/podkarpacielive.svg?49590369#podkarpacielive') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "podkarpacielive";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
    content: '\e800';
}

/* '' */
.icon-double-right:before {
    content: '\e801';
}

/* '' */
.icon-calendar:before {
    content: '\e802';
}

/* '' */
.icon-stat:before {
    content: '\e803';
}

/* '' */
.icon-home:before {
    content: '\e804';
}

/* '' */
.icon-facebook:before {
    content: '\e805';
}

/* '' */
.icon-twitter:before {
    content: '\e806';
}

/* '' */
.icon-gplus:before {
    content: '\e807';
}

/* '' */
.icon-dollar:before {
    content: '\e808';
}

/* '' */
.icon-cancel:before {
    content: '\e809';
}

/* '' */
.icon-double-left:before {
    content: '\e80a';
}

/* '' */
.icon-search:before {
    content: '\e810';
}

/* '' */
.icon-ok:before {
    content: '\e80b';
}

/* '' */
.icon-mail:before {
    content: '\e80c';
}

/* '' */
.icon-comment:before {
    content: '\e80d';
}

/* '' */
.icon-right:before {
    content: '\e80e';
}

/* '' */
.icon-left:before {
    content: '\e80f';
}

/* '' */
.icon-news:before {
    content: '\e815';
}

/* '' */
.icon-sms:before {
    content: '\e816';
}

/* '' */
.icon-menu:before {
    content: '\e818';
}

/* '' */

.row div:after, .row:after, .container:after {
    content: '';
    display: block;
    clear: both;
}

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

.row .col-11 {
    width: 91.666666666%;
}

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

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

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

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

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

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

.row .col-4 {
    width: 33.33%;
}

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

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

.row .col-1 {
    width: 8.33333333333%;
}

.row [class*="col"] {
    -moz-box-sizing: border-box;
    float: left;
    box-sizing: border-box;
}

.row [class*="col"]:first-child {
    margin-left: 0;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.container {
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1252px;
}

.container_results {
    padding: 0;
}

.hidden {
    opacity: 0;
}

/* HEADER */
header .container.first {
    overflow: visible;
}

header.menu {
    bottom: 0;
    background: rgba(0, 0, 0, .4);
}

header.menu:before {
    background: none;
}

header {
    bottom: none;
    left: 0;
    right: 0;
    z-index: 1000;
    position: fixed;
    overflow-x: hidden;
    top: 0;
    overflow-y: hidden;
    border-bottom: 2px solid #f2f2f2;
    border-top: 2px solid #318223;
}

header .gradient {
    position: relative;
    background: linear-gradient(to top, #FFFFFF 0, #f2f2f2 100%);
    padding-bottom: 5px;
}

header .gradient:before {
    display: block;
    position: absolute;
    content: '';
    width: 22%;
    left: 0;
    z-index: 1;
    height: 50px;
}

#logo {
    right: none;
    left: none;
    margin: 0;
    overflow: hidden;
    text-align: left;
    height: 76px;
    position: fixed;
    z-index: 200;
    top: 11px;
}

#logo img {
    height: 75px;
    width: 75px;
    aspect-ratio: 1 / 1;
}

#logoText {
    text-decoration: none;
    color: #fff;
    background: #318223;
    position: absolute;
    font-size: 16px;
    border-radius: 5px;
    padding: 7px 10px;
    top: 13px;
    left: 67px;
}

#menu_open {
    padding: 12px 0px 11px 1px;
    width: 41px;
    position: fixed;
    display: none;
    cursor: pointer;
    color: #318223;
    font-size: 26px;
    z-index: 201;
    right: 0;
    text-align: center;
    top: 0;
}

#social_networks {
    position: absolute;
    color: #635f5f;
    font-weight: bold;
    right: 23px;
    bottom: 8px;
}

#social_networks a {
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    border: 0;
    border-radius: -20%;
    height: 19px;
    width: 26px;
    display: inline-block;
    text-align: center;
    opacity: .75;
    padding-top: 2px;
}

#social_networks a:hover {
    text-decoration: none;
    opacity: 1;
}

.facebook {
    color: #3B5998;
}

.twitter {
    color: #00ACED;
}

.gplus {
    color: #D14836;
}

.submenu p {
    display: inline-block;
    text-transform: uppercase;
    color: #969696;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    float: left;
    margin: 11px 10px 0 0;
}

/*.submenu{padding:0px 0 0 36px;}*/
.list {
    display: inline-block;
    float: left;
    margin: 8px 0 5px 0;
}

.list li {
    display: inline-block;
}

.list li a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
    display: block;
    padding: 5px;
}

.list li a:hover {
    color: #000;
}

#search {
    height: 28px;
    z-index: 200;
    position: absolute;
    padding: 11px 0 11px 0;
    max-width: 282px;
    width: 92%;
}

#search input {
    border: 1px solid #DDDDDD;
    padding: 9px 10px;
    border-radius: 3px;
    background: #FAFAFA;
    color: #333;
    width: 100%;
    box-sizing: border-box;
}

#search button {
    border: 0;
    padding: 7px 7px;
    color: #969696;
    background: none;
    cursor: pointer;
    margin-left: -42px;
    font-size: 17px;
    position: absolute;
    top: 12px;
    right: 0;
}

nav#primary_menu {
    margin-left: 100px;
}

nav#primary_menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

nav#primary_menu > ul > li {
    float: left;
}

nav#primary_menu > ul > li > a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    padding: 18px 15px;
    display: block;
    font-weight: bold;
}

nav#primary_menu > ul > li > a:hover {
    background: #318223;
    color: #fff;
}

nav#primary_menu > ul > li.current-menu-item, nav#primary_menu > ul > li.last-child {
    background: none;
}

nav#primary_menu > ul > li.current-menu-item > a, nav#primary_menu > ul > li > a:hover {
}

/* PAGER */
.pager {
    text-align: center;
}

.pager a.prev, .pager a.next {
    color: #318223;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    width: 169px;
    display: inline-block;
}

.pager {
    margin: 10px 0;
}

.pager.prevnext {
    margin: 0;
}

.pager a.disable {
    color: #c1c1c1;
    pointer-events: none;
    cursor: default;
}

.pager .active, .pager a:hover {
    color: #fff;
    background-color: #318223;
}

.pager a, .pager span {
    display: inline-block;
    padding: 7px 10px;
    text-decoration: none;
    color: #333;
    border-left: 0;
    border-right: 1px solid #f2f2f2;
    margin-top: 10px;
    border-radius: 3px;
}

.pager a:last-of-type, .pager.prevnext a, .pager.prevnext span {
    border: 0
}

.pager .pagecount {
    padding: 0 25px;
    font-size: 20px;
}

/* TILES */
.row.tiles div[class^=col-] {
    padding: 5px;
}

.tiles {
    display: block;
    margin-left: -5px;
    margin-right: -5px;
}

.tiles:after, section:after {
    display: block;
    content: '';
    clear: both;
    z-index: -1;
}

.tiles article {
    line-height: 1.3 !important;
    position: relative;
    display: block;
    overflow: hidden;
    height: 180px;
    background: #fff;
    margin: 0 !important;
}

.tiles article img {
    transition: opacity .3s;
    opacity: 1;
}

.tiles article a {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    text-decoration: none;
    display: block;
}

.tiles article img {
    position: relative;
    min-width: 115%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 300px;
    -webkit-backface-visibility: hidden;
    left: 50%;
}

.tiles article img.yt {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 115%;
    top: 50%;
}

.tiles article a.img {
    background: #000;
    height: 100%;
}

.tiles article:hover a.img img {
    transition: opacity .3s;
    opacity: 0.65;
}

.tiles div.desc {
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #fff;
    left: 0;
    right: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

.tiles p.title {
    font-size: 17px;
    margin: 0;
    font-weight: 700;
}

.tiles p.date {
    margin-bottom: 5px;
    font-size: 11px;
    display: inline-block;
}

.tiles.small article img {
    display: block;
    width: 115%;
}

.tiles.outer article a.img {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
    height: 180px;
    background: #000;
}

.tiles.outer article {
    line-height: 1.3;
    position: relative;
    display: block;
    overflow: hidden;
    background: none;
    height: auto;
}

.tiles.outer article a {
    border-bottom: 5px solid transparent;
    left: 0;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    color: #333;
}

.tiles.outer div.desc {
    padding: 0;
    color: #333;
    position: static;
    border-bottom: 0;
    text-shadow: none;
    margin-bottom: 5px;
    margin-top: 5px;
}

.tiles.outer p.title {
    font-size: 15px;
    font-weight: 700;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    background: #fff;
    overflow: hidden;
    height: 40px;
}

.tiles.outer p.date {
    font-size: 11px;
    margin-bottom: 0px;
}

.tiles.outer.small article a.img {
    height: 85px;
}

.tiles.outer.small p.title {
    font-size: 11px;
    height: 42px;
    -webkit-line-clamp: 3;
}

.tiles article.old a.img {
    background: #fff;
    top: 50%;
}

.tiles article.old a.img img {
    min-width: auto;
    transform: translate(-50%, 50%);
    top: -25%;
}

.tiles article.old .desc, .tiles article.old a {
    color: #333;
    text-shadow: none;
}

/* BANNERS */
div[class$="_banner"] {
    overflow: hidden;
    width: 100%;
}

div[class$="_banner"] img {
    max-width: 100%;
}

.right_bottom_banner.fixed {
    position: fixed;
    top: 110px;;
}

/* LISTS */
.leauge_list {
    list-style-image: url(../img/list_3_dot.png);
    font-size: 13px;
    padding-left: 22px;
    margin-bottom: 20px;
}

.leauge_list:last-of-type {
    margin-bottom: 0;
}

.leauge_list li {
    padding: 4px 0;
}

/* PAGE HEADER */
.header {
    border-bottom: 2px solid #f2f2f2;
    font-size: 12px;
    color: #a3a3a3;
    background: linear-gradient(to top, rgba(242, 242, 242, 0.51), #FFF);
    margin-bottom: 20px;
    padding: 20px 0;
}

.header:after {
    content: "";
    display: block;
    clear: both;
}

.header .data {
    display: block;
    margin-bottom: 10px;
}

.header h1 {
    color: #318223;
    font-size: 30px;
    margin-bottom: 10px;
}

.header p {
    font-size: 15px;
}

.header a.more {
    display: inline-block;
    float: none;
    margin-left: 5px;
    margin-right: 0;
    margin-bottom: 0;
}

.tags {
    float: left;
    max-width: calc(100% - 300px);
    max-height: 70px;
    overflow: hidden;
}

.tags a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    background: #f2f2f2;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.tags a:hover {
    background: #E0E0E0;
}

.tags span {
    display: inline-block;
    text-transform: uppercase;
    color: #969696;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    margin-right: 15px;
}

/* CONTENT */
#content {
    overflow: hidden;
    box-sizing: border-box;
}

#content article {
    line-height: 1.7;
    margin-bottom: 25px;
}

.photo img {
    max-width: 100%;
}

.photostory {
    margin: 30px auto;
}

.photo, .photostory {
    text-align: center;
    margin: 10px auto;
    position: relative;
    padding: 0;
    font-size: 0;
    max-width: 1000px;
}

.count {
    color: gray;
    font-size: 13px;
    padding: 5px 0px 5px 0;
    text-align: left;
    margin: 0;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
}

.photo_description, p.count {
    color: gray;
    font-size: 13px;
    padding: 5px 0px 5px 0;
    text-align: left;
    margin: 0;
    max-width: 1000px;
}

a.more {
    text-decoration: none;
    font-size: 15px;
    color: #5F6B51;
    bottom: 0px;
    font-family: 'Open Sans';
    padding: 7px 11px;
    background: #FFFFFF;
    border-radius: 3px;
    right: 0;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
    float: right;
}

a.more:hover {
    background: #318223;
    color: #fff;
}

article.article img:not(table img) {
    /*width: 100% !important;*/
    height: auto !important;
    max-width: 100% !important;
}

article.article:before {
    clear: none;
}

article.article ul {
    list-style: initial;
    list-style-type: decimal;
    margin-left: 25px;
}

article.article ol {
    list-style: initial;
    margin-left: 25px;
}

.section-header {
    font-size: 25px;
    text-transform: uppercase;
/ margin-bottom: 5 px;
    font-weight: bold;
    color: #318223;
    z-index: 0;
    margin-top: 10px;
    border-top: 5px solid #318223;
    margin-right: -15px;
    padding: 15px 15px 15px 0;
}

.section-header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
    display: block;
    z-index: -1;
    width: 100%;
    height: 5px;
}

.section-header h3 {
    padding: 15px 10px 15px 20px;
    display: inline-block;
    color: #318223;
}

#nextNews {
    z-index: 10;
    right: 0px;
    bottom: 0px;
    display: none;
    background: #EEE;
    width: 280px;
    border: 1px solid #ECECEC;
    position: fixed;
    height: 200px;
}

#nextNewsTitle {
    padding: 9px;
    font-size: 12px;
}

#nextNewsClose {
    float: right;
    text-decoration: none;
}

/* HOME */
#hot .tiles div:first-child article {
    height: 405px;
}

#hot .tiles div:first-child p.title {
    font-size: 25px;
}

#hot {
    margin-top: 30px;
}

#hot .tiles div article {
    height: 210px;
}

#hot .tiles div:last-child article {
    height: 185px;
}

#hot .tiles div:nth-child(2), #hot .tiles div:nth-child(3), #hot .tiles div:last-child {
    float: right;
}

#hot .tiles, #video .tiles {
    float: left;
    width: 1045px;
}

.container-home {
    width: 1200px;
    margin: 0 auto;
}

.section-header-index h3 {
    color: #FFFFFF;
    font-size: 30px;
}

.section-header-index {
    background: #318223;
    padding: 10px 15px;
    margin-bottom: 5px;
    margin-top: 20px;
}

#showMoreTiles > div {
    transition: opacity .4s;
}

.right .news li {
    line-height: 1.8;
    font-size: 13px;
    position: relative;
    padding-left: 20px;
    list-style: none;
}

.right .news li:before {
    content: '.';
    clear: both;
    position: absolute;
    left: 4px;
    display: block;
    font-size: 40px;
    top: -36px;
    color: #45692E;
}

.right .news li:first-child:before {
    content: '';
}

.right .news li:first-child {
    padding: 0 0 10px 0;
}

.right .news li:first-child img {
    width: 88px;
    float: left;
    margin-right: 10px;
}

.right .news li:first-child a {
    font-size: 15px;
    white-space: normal;
    font-weight: 700;
    line-height: 1.3;
}

.right .news li:first-child:after {
    content: '';
    clear: both;
    display: block;
}

.right .news {
}

.right .news a {
    text-decoration: none;
    display: block;
    text-overflow: ellipsis;
    color: #325A08;
    overflow: hidden;
    white-space: nowrap;
}

.right .news a:hover {
    color: #172B02;
}

.right .news .data {
    display: block;
    font-size: 10px;
}

/* COMMENTS */
.add_comment {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background: #318223;
    border-radius: 3px;
    padding: 10px 11px;
    margin-bottom: 0;
    display: inline-block;
}

.add_comment.fb {
    background: #3B579D;
    margin: 0;
}

#comments {
    overflow: hidden;
}

#comments .count {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px solid #e9eaed;
    padding: 0px 0px 14px 0;
}

.comments_rule {
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
}

#captcha {
    font-weight: bold;
}

#commentForm {
    width: 100%;
    max-width: 550px;
    border-bottom: 1px solid #f2f2f2;
}

.comment_container {
    margin-bottom: 30px;
}

.comment {
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

.comment:last-of-type {
    border: 0;
}

.comment .author {
    margin-bottom: 10px;
    font-weight: bold;
}

.comment .time {
    color: #333;
    font-size: 12px;
    font-weight: normal;
}

.comment .comment_content {
    line-height: 1.3;
}

/* OTHER */
hr {
    background: #f2f2f2;
    height: 1px;
    margin: 15px 0;
}

p.table_title {
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: bold;
}

div.advert {
    width: 155px;
    float: right;
    margin-top: 5px;
}

.like {
    position: absolute;
    right: 0;
    bottom: 5px;
}

.sidebar {
    padding: 0 0 15px 15px !important;
}

.sidebar .section-header {
    margin-left: -15px;
    margin-right: 0px;
    padding: 15px 15px 10px 15px;
}

.share {
    margin: 0 auto 15px auto;
    width: 100px;
    text-align: center;
}

.photo_small {
    padding: 3px;
    display: inline-block;
    overflow: hidden;
    width: 90px;
    height: 90px;
}

.photo_small:hover img {
    opacity: 0.75
}

;
a.link_art {
    color: #318223;
    text-decoration: none;
}

a.link_art:hover {
    color: #318223;
    text-decoration: underline;
}

.box_content {
    line-height: 1.5;
    padding-top: 16px;
}

article p {
    margin: 10px 0;
}

.box_content p {
    line-height: 1.5;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/* CONDITIONS */
span[class^="condition"] {
    background: #000;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
}

span.condition-3 {
    background: #318223;
}

span.condition-1 {
    background: #FFD800;
}

span.condition-0 {
    background: #F21600;
}


/* TABLES */
.awans {
    background-color: #e6ffe6;
}

.spadek {
    background-color: #fde4e4;
}

.baraz_a {
    background-color: #e6faff;
}

.baraz_s {
    background-color: #fdfde4;
}

table {
    border: 1px solid #eaeaea;
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
    margin: 10px 0 30px;
}

table tfoot td {
    line-height: 1.5;
    padding: 7px;
    background: #f2f2f2;
}

table tbody tr[class=""]:nth-child(even) {
    background: #FDFDFD;
}

table th {
    background: linear-gradient(#62b10e, #318223);
    padding: 11px 0px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #318223;
}

table td {
    border: 1px solid #eaeaea;
    padding: 8px;
    vertical-align: middle;
}

table td.left, table.statystyki th.left {
    text-align: left;
    padding-left: 10px;
}

table.statystyki tbody td:nth-child(n+3):nth-child(-n+10) {
    text-align: center;
}

table.statystyki th:first-child, table.shooters th:first-child {
    width: 10px;
}

table.statystyki tbody td:first-child {
    color: #5F5F5F;
    text-align: center;
}

table.terminarz thead th:first-child {
    text-align: left;
    padding-left: 10px;
    border-right: 0;
}

table.terminarz thead th:last-child {
    text-align: right;
    padding-right: 10px;
    border-left: 0;
}

table.terminarz tbody td:nth-child(1), table.terminarz tbody td:nth-child(3) {
    text-align: right;
    border-right: 0;
}

table.terminarz tbody td:nth-child(2) {
    text-align: center;
    border-left: 0;
    border-right: 0;
    min-width: 70px;
    color: #99E14D;
}

table.terminarz tbody td:nth-child(3) {
    text-align: left;
    border-left: 0;
}

table.terminarz tbody td:last-child {
    width: 20px;
}

table.match thead th:first-child {
    text-align: left;
    padding-left: 10px;
    border-right: 0;
}

table.match thead th:last-child {
    text-align: right;
    padding-right: 10px;
    border-left: 0;
}

table.match tbody td:first-child {
    min-width: 45px;
    text-align: center;
}

table.match tbody td:nth-child(2), table.match tbody td:nth-child(4) {
    text-align: right;
    border-right: 0;
}

table.match tbody td:nth-child(3) {
    text-align: center;
    border-left: 0;
    border-right: 0;
    min-width: 50px;
    color: #318223;
}

table.match tbody td:nth-child(4) {
    text-align: left;
    border-left: 0;
}

table.match tbody td:last-child {
    width: 20px;
}

table.matchs tbody td:nth-child(3) {
    text-align: center;
    border-left: 0;
    border-right: 0;
    color: #318223;
    min-width: 50px;
}

table.matchs thead th:first-child {
    padding-left: 10px;
    text-align: left;
    min-width: 85px;
}

table.matchs tbody td:nth-child(2), table.matchs tbody td:last-child {
    text-align: right;
    border-right: 0;
}

table.matchs tbody td:nth-child(3) {
    text-align: center;
    border-left: 0;
    border-right: 0;
    color: #318223;
    min-width: 50px;
}

table.matchs tbody td:last-child {
    border-left: 0;
    text-align: left;
}

table.match_table p {
    display: inline-block;
    margin: 10px;
    font-size: 16px;
}

table.match_table td {
    border: 0;
    border-bottom: 1px solid #eaeaea;
}

table.match_table tbody td:first-child, table.match_table tbody tr.second td:last-child {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    min-width: 40px;
}

table.match_table tbody td:last-child, table.match_table tbody tr.second td:first-child {
}

table.match_table tbody td:nth-child(3), table.match_table tbody tr.second td:nth-child(3) {
    min-width: 40px;
    text-align: center;
}

table.match_table tbody td:nth-child(2), table.match_table tbody tr.second td:nth-child(4) {
    width: 50%;
    text-align: right;
}

table.match_table tbody td:nth-child(2) {
    text-align: left;
}

table.match_table tbody td:nth-child(4), table.match_table tbody tr.second td:nth-child(2) {
    text-align: center;
    font-size: 15px;
    min-width: 40px;
}

table.carer thead th:first-child {
    padding-left: 10px;
    text-align: center;
}

table.carer tbody td:first-child {
    padding-left: 10px;
    text-align: left;
}

table.goals tbody td:nth-child(n+2) {
    text-align: center;
}


/* MATCH Styles */
.match_info {
    line-height: 1.5;
    text-align: center;
}

.host, .guest {
    position: relative;
}

.host:after {
    content: "-" !important;
    right: -10px;
    position: absolute;
    font-size: 50px;
    top: 45px;
    color: #318223;
}

.header_match {
    min-height: 150px;
}

.header_match img {
    position: absolute;
    top: 15px;
    max-width: 100px;
    max-height: 100px;
}

.points {
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    top: 50px;
    color: #318223;
}

.teamName {
    font-size: 20px !important;
    text-align: center;
    color: #333;
    margin-top: 60px;
    padding: 0 100px;
}

.points {
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    top: 50px;
    color: #318223;
}

.gust .teamName {
    text-align: left;
}

.host .points {
    right: 15px;
}

.guest .points {
    left: 15px;
}

.host img {
    left: 0;
}

.guest img {
    right: 0;
}

.arms {
    text-align: center;
    padding: 20px 0;
}

/* SEARCH LIST */
.listImg {
    float: left;
    margin-right: 20px;
    width: 200px;
    overflow: hidden;
}

.listImg img {
    max-width: 200px;
}

.listContent {
    float: left;
    width: calc(100% - 225px);
}

.listTitle {
    font-size: 20px;
    margin-bottom: 6px;
    text-decoration: none;
    color: #318223;
    font-weight: bold;
    display: block;
}

.listDate {
    color: #333;
    font-size: 12px;
    margin-bottom: 5px;;
}

.listText {
    line-height: 1.5;
    margin-bottom: 10px;
}

.listItem {
    margin: 15px 0;
    border-bottom: 1px solid #f2f2f2;
    position: re;
    padding-bottom: 10px;
}

.listItem:after {
    content: '';
    display: block;
    clear: both;
}

/* FOOTER */
footer.fixed {
    position: fixed;
    bottom: 0;
    z-index: 10;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 9px;
}

footer.fixed .footer {
    padding: 6px;
}

footer.fixed #copyright {
    float: left;
    width: 50%;
    margin: 5px 0;
}

footer.fixed #autor {
    float: left;
    width: 50%;
    margin: 5px 0;
}

footer.fixed a {
    font-weight: bold;
    color: #333;
    font-size: 10px;
}

footer {
    margin: 50px auto 15px auto;
    font-size: 12px;
    z-index: 3;
    position: relative;
}

footer a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: inline-block;
}

footer #do_gory {
    text-align: right;
}

footer #do_gory p {
    padding: 8px 20px;
    display: inline-block;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(#62b10e, #318223);
}

footer #do_gory p a {
    color: #fff;
    font-weight: bold;
    padding: 0 20px 0 0;
    background: url(../img/do_gory_bg.png) no-repeat right center;
}

footer #copyright {
    float: left;
    width: 50%;
    margin-top: 20px;
}

footer #copyright a {
    font-weight: bold;
    color: #333;
}

footer #autor {
    width: 50%;
    float: right;
    text-align: right;
    color: #7e7e7e;
    margin-top: 20px;
}

footer #autor a {
    border-bottom: 1px solid #7e7e7e;
    color: #000;
    font-weight: bold;
}

div.footer {
    background: linear-gradient(to bottom, #FFFFFF 0, #F5F5F5 100%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    padding: 20px 0;
    box-sizing: border-box;
}

/* FORMS */
.sezon {
    display: inline-block;
    width: 120px;
    margin-left: 20px;
    margin-bottom: 0;
}

input[type=text], input[type=password], select, textarea {
    font-family: Arial;
    border-radius: 3px;
    padding: 8px 10px;
    color: #919191;
    font-size: 14px;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
}

textarea {
    height: 60px;
}

input[type="submit"], input[type="button"], input[type="file"], button, a.btn {
    background: #fff;
    background: -webkit-linear-gradient(bottom, #F0F0F0, #FFF);
    background: -moz-linear-gradient(bottom, #f0f0f0, #fff);
    background: -o-linear-gradient(bottom, #f0f0f0, #fff);
    background: linear-gradient(to top, #F0F0F0, #FFF);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #E7E7E7;
    color: #8A8A8A;
    font-size: 13px;
    padding: 6px 13px;
    text-transform: none;
    display: inline-block;
}

label {
    margin-bottom: 5px;
    display: block;
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover, a.btn:hover {
    cursor: pointer;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #e4e4e4 100%);
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #e4e4e4 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%, #e4e4e4 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%, #e4e4e4 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #e4e4e4 100%)
}

input:focus, input:focus, select:focus, textarea:focus {
    box-shadow: 0px 0px 8px rgba(66, 151, 203, 0.47);
    border-color: #115B8A
}

#___page_0 iframe, #___page_0 {
    margin: 10px 0 !important;
    width: 100% !important;
}

.row .pr30 {
    padding-right: 15px;
    padding-left: 0;
    border-right: 1px solid #f2f2f2;
}

@media all and (max-width: 1290px) {
    #social_networks {
        margin-right: -15px;
    }

    nav#primary_menu > ul {
        margin-right: -15px;
    }

    .sidebar .section-header {
        margin-right: -15px;
    }

    .section-header {
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px;
    }

    .container, #content.container {
        width: 100%;
        padding: 0 15px;
    }

    .container_results {
        padding: 0;
    }

    #hot .tiles, #video .tiles {
        width: calc(100% - 155px);
    }

    header .container.first {
    }

    .submenu {
        padding-left: 36px;
    }

    .submenu_results {
        padding-left: 0px;
    }

    .container-home {
        width: 100%;
    }
}

@media all and (max-width: 950px) {
    .row .col-12-hi {
        width: 100%;
    }

    .row .col-11-hi {
        width: 91.666666666%;
    }

    .row .col-10-hi {
        width: 83.3333333333%;
    }

    .row .col-9-hi {
        width: 75%;
    }

    .row .col-8-hi {
        width: 66.6666666667%;
    }

    .row .col-7-hi {
        width: 58.3333333333%;
    }

    .row .col-6-hi {
        width: 50%;
    }

    .row .col-5-hi {
        width: 41.6666666667%;
    }

    .row .col-4-hi {
        width: 33.33%;
    }

    .row .col-3-hi {
        width: 25%;
    }

    .row .col-2-hi {
        width: 16.6666666667%;
    }

    .row .col-1-hi {
        width: 8.33333333333%;
    }
}

@media all and (min-width: 850px) {
    nav#primary_menu {
        display: block !important;
    }
}

@media all and (max-width: 850px) {
    .row .pr30 {
        padding-right: 0;
        border: 0;
    }

    body {
        padding-top: 52px;
    }

    header {
        overflow-y: auto;
    }

    header .gradient {
        border-bottom: 0;
        height: 45px;
    }

    #logo {
        left: 12px;
        height: 32px;
    }

    #logoText {
        left: 39px;
        top: 7px;
    }

    #logo img {
        height: 30px;
        width: 30px;
        aspect-ratio: 1 / 1;
    }

    .submenu {
        padding: 5px;
        text-align: center;
    }

    .list {
        float: none;
        width: 100%;
    }

    .list li {
        display: inline-block;
        padding: 0;
    }

    .list li a {
        padding: 19px 15px;
    }

    .list li a:hover {
        background: #318223;
        color: #fff;
    }

    .submenu p {
        text-align: center;
        float: none;
        width: 100%;
    }

    .row .col-hidden-me {
        display: none;
    }

    .row .col-12-me {
        width: 100%;
    }

    .row .col-11-me {
        width: 91.666666666%;
    }

    .row .col-10-me {
        width: 83.3333333333%;
    }

    .row .col-9-me {
        width: 75%;
    }

    .row .col-8-me {
        width: 66.6666666667%;
    }

    .row .col-7-me {
        width: 58.3333333333%;
    }

    .row .col-6-me {
        width: 50%;
    }

    .row .col-5-me {
        width: 41.6666666667%;
    }

    .row .col-4-me {
        width: 33.33%;
    }

    .row .col-3-me {
        width: 25%;
    }

    .row .col-2-me {
        width: 16.6666666667%;
    }

    .row .col-1-me {
        width: 8.33333333333%;
    }

    #hot .tiles div:first-child article {
        height: 180px;
    }

    #hot .tiles div:first-child p.title {
        font-size: 17px;
    }

    nav#primary_menu {
        position: absolute;
        left: 0;
        overflow-y: auto;
        right: 0;
        background: #F7F7F7;
        display: none;
        top: 50px;
        z-index: 90;
        -webkit-overflow-scrolling: auto;
    }

    nav#primary_menu > ul {
        width: 100%;
        margin-top: 52px;
        text-align: center;
        margin-right: 0;
    }

    nav#primary_menu > ul > li {
        float: none;
        display: inline-block;
        border: 0;
    }

    #social_networks {
        margin-right: 0px;
    }

    #menu_open, #menu_close {
        display: block;
    }

    #search {
        right: 0;
        left: 12px;
    }

    #hot .tiles div article {
        height: 180px;
    }

    .submenu.container {
        position: static;
        padding: 0;
    }

    #social_networks {
        position: absolute;
        top: -95px;
        right: 10px;
        z-index: 200;
    }


    .list #logo {
        left: 0px;
        right: 0;
    }
}

@media all and (max-width: 700px) {
    .host img {
        width: 60px;
        left: 35%;
        margin-left: -30px;
    }

    .guest img {
        margin-left: -30px;
        width: 60px;
        left: 65%;
    }

    .points {
        top: 28px;
    }

    .host:after {
        top: 23px;
    }

    .teamName {
        margin-top: 115px;
        padding: 0 10px;
    }

    .listImgBg {
        float: none;
        width: 100%;
    }

    .listContent {
        float: none;
        width: 100%;
        margin-top: 15px;
    }

    #hot .tiles, #video .tiles {
        float: none;
        width: calc(100% + 10px);
    }

    div.advert {
        display: none;
    }
}

@media all and (max-width: 600px) {
    .row .col-hidden-sm {
        display: none;
    }

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

    .row .col-11-sm {
        width: 91.666666666%;
    }

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

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

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

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

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

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

    .row .col-4-sm {
        width: 33.33%;
    }

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

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

    .row .col-1-sm {
        width: 8.33333333333%;
    }

    .tags {
        display: none;
    }

    .desc {
        padding: 20px 0;
        border-left: 0;
    }

    .vert article img {
        height: auto;
        width: 110%;
    }

    #hot .tiles div:first-child article {
        height: 180px;
    }

    #hot .tiles div:first-child p.title {
        font-size: 17px;
    }

    #hot .tiles div:nth-child(2) article {
        height: 180px;
    }

    #hot .tiles div:nth-child(3) article {
        height: 180px;
    }
}


@media all and (max-width: 420px) {
    .row .col-hidden-xs {
        display: none;
    }

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

    .row .col-11-xs {
        width: 91.666666666%;
    }

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

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

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

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

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

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

    .row .col-4-xs {
        width: 33.33%;
    }

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

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

    .row .col-1-xs {
        width: 8.33333333333%;
    }

    #social_networks {
        float: none;
        text-align: center;
    }

    footer #copyright {
        margin-top: 14px;
    }
}

/* RESPONSIVE YOUTUBE PLACEHOLDER */
.youtube-placeholder {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Proporcje 16:9 */
    background: #000;
    cursor: pointer;
}

.youtube-placeholder img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.youtube-placeholder .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


@keyframes blink {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.distinction {
    z-index: 3;
    position: absolute;
    font-size: 17px;
    text-transform: uppercase;
    color: white;
    background: #e80000;
    padding: 3px 5px;
    border-radius: 5px;
    top: 10px;
    left: 10px;
    font-weight: 600;
    margin-bottom: 3px;
}

.distinction:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 3px;
    border-radius: 50%;
    background: #fff;
    animation-duration: 0.3s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}


table ins.adsbygoogle {
    display: none !important;
}

.youtube-placeholder .play-button {
    display: none !important;
}

