.container-big {
    max-width: 1656px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 1400px) {
    .container-big {
        max-width: 1280px;
    }
}

@media (max-width: 1200px) {
    .container-big {
        max-width: 100%;
    }
}

.container-mid {
    max-width: 1280px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

#body {
    font-family: 'Open Sans', sans-serif;
    background: #f4f4f4;
    font-size: 14px;
}

#body a {
    color: #cf2120;
}

#body a.related-article {
    color: #111;
}

#body a:hover {
    text-decoration: underline
}

.mb-0 {
    margin-bottom: 0px;
}

/*----------------------------------
   Header
-----------------------------------*/

#page-wrapper .toad {
    margin-bottom: 1rem;
}

#page-wrapper #top {
    margin: 0 0 .5rem 0;
    padding: 0;
}

#page-wrapper #header {
    padding: 0;
    border-radius: 0;
    margin: 2.5rem 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: flex;
}

@media (max-width: 768px) {
    #page-wrapper #header {
        margin: 0;
    }
}

#content {
    padding-bottom: 25px;
}

header .mastheader {
    width: 5%;
}

header .navi {
    width: 65%;
    display: flex;
    align-items: center;
    /*padding-left: 3px;*/
}

header .social-media {
    width: 30%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    header .mastheader {
        width: 10%;
    }

    header .navi {
        width: 65%;
    }

    header .social-media {
        width: 25%;
    }
}

header .social-media {

}

header .social-media .social-links {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    margin-top: 0;
}

#page-wrapper #header .mastheader {
    /*padding: 1rem*/
    background: #cf2120;
    text-align: center;
}

#page-wrapper #header .logo-tv28 {
    margin: 0;
}

#page-wrapper #header .logo-tv28 a {
    display: block;
    position: relative;
    z-index: 1;
}

#page-wrapper #header .logo-tv28 img {
    max-width: 50px;
}

#page-wrapper #searchbox {
    margin-top: 13px;
}

#page-wrapper #searchbox input[type="text"] {
    width: 75%;
    border: 1px solid #eaeaea;
    padding: 4px 7px;
    font-size: 12px;
    margin: 0;
}

#page-wrapper #searchbox input[type="submit"],
#page-wrapper #searchbox input[type="button"],
#page-wrapper #searchbox a.button {
    cursor: pointer;
    background: #cf2120;
    color: #fff;
    font-size: 12px;
    padding: 4px 7px;
    margin: 0px 0 0px 4px;
    border-radius: 3px;
}

#weather-widget {
    margin-top: 0rem;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
}

#page-wrapper #header .social-links a {
    color: #333;
}

#page-wrapper #header .social-links a .fab {
    font-size: 2rem;
}

#page-wrapper #header .social-links a .fa-youtube-square {
    color: #f00
}

#page-wrapper #header .social-links a .fa-facebook {
    color: #4267b2
}

#page-wrapper #header .social-links a .fa-twitter-square {
    color: #1da1f2
}

#page-wrapper #search .box {
    border: 1px solid #eaeaea;
    width: 194px;
    height: 30px;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: none;
}

#page-wrapper #search input[type="text"] {
    height: 28px;
    width: 124px;
    padding: 5px;
    font-size: 12px;
    color: #8a8a8a;
    margin: 0;
    border: none;
    border-radius: 3px;
}

#page-wrapper #search input[type="submit"] {
    background: #fff;
    height: 28px;
    width: 64px;
    border-left: none;
    color: #fff;
    margin: 0px;
    background: #b0030a;
    border-radius: 3px;
}

#page-wrapper .navi {
    background: #f4f4f4;
}

#page-wrapper .navi .row {
    height: 100%;
}

#page-wrapper #header #menu {
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    background: #f4f4f4;
    padding-left: 0px;
    height: 100%;
}

#page-wrapper #header #menu ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    height: 100%;
}

#page-wrapper #header #menu li {
    float: none;
    height: 100%;
    display: flex;
    align-items: center;
}

#page-wrapper #header #menu li a {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 .8rem;
    text-decoration: none;
    color: #4a4a4a;
    display: flex;
    align-items: center;
    height: 100%;
}

#page-wrapper #header #menu li a:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #cf2120;
    background: transparent;
}

#page-wrapper #header #menu li a:hover.activ {
    color: #4a4a4a;
    cursor: initial;
}

#page-wrapper #header #menu li a.activ {
    border-bottom: 2px solid #cf2120;
    background: transparent;
}

#page-wrapper #header #menu li.space {
    border-left: 1px solid #ebedf0;

    margin: 0;
}

#page-wrapper #header #menu li:last-of-type.space {
    border-left: none;
}

#page-wrapper #header #menu li a .fas {
    color: #cf2120;
}

#page-wrapper #header #umenu {
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    background: #ebedf0;
    margin: 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

#page-wrapper #header #umenu ul {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

#page-wrapper #header #umenu li {
    float: none;
}

#page-wrapper #header #umenu a.dodaj-ogloszenie, #page-wrapper #header #umenu a.live-btn {
    padding: 0 .8rem;
    text-decoration: none;
    color: #ffffff;
    background: #144da2;
    transition: .2s ease-in-out;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 700;
    flex-wrap: nowrap;
    flex-grow: 1;
    line-height: 15px;
}

#page-wrapper #header #umenu a.live-btn {
    background: #cf2120;
}

#page-wrapper #header #umenu a.live-btn:hover {
    background: #bd0c0b;
}

#page-wrapper #header #umenu a i {
    margin-right: 10px;
}

#page-wrapper #header #umenu a.dodaj-ogloszenie:hover {
    color: #ffffff;
    background: #333;
}

#page-wrapper #header #umenu li a.yt .fab {
    color: #ff0000
}

#page-wrapper #header #umenu li a.fb .fab {
    color: #4267b2
}

#page-wrapper #header #umenu li a.tt .fab {
    color: #1da1f2
}

#page-wrapper #header #umenu li a.yt:hover {
    background: #ff0000;
    color: #fff;
}

#page-wrapper #header #umenu li a.fb:hover {
    background: #4267b2;
    color: #fff;
}

#page-wrapper #header #umenu li a.tt:hover {
    background: #1da1f2;
    color: #fff;
}

#page-wrapper #header #umenu li a.yt:hover .fab {
    color: #fff;
}

#page-wrapper #header #umenu li a.fb:hover .fab {
    color: #fff;
}

#page-wrapper #header #umenu li a.tt:hover .fab {
    color: #fff;
}

#page-wrapper #header #umenu li a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 .8rem;
    text-decoration: none;
    color: #4a4a4a
}

#page-wrapper #header #umenu li.space {
    border-left: 1px solid #eaeaea;
    height: 38px;
    margin: 0 0px;
}

/*----------------------------------
   Content 
-----------------------------------*/

#page-wrapper #databox,
#page-wrapper .databox {
    padding: 1rem;
    border: none;
    background: #fff;
    margin-bottom: 1rem;
}

#page-wrapper #tnhp-box img {
    max-width: 100%;
}

#page-wrapper #tnhp-box h2 {
    font-size: 1.4rem;
    padding: 1rem 0 .5rem 0;
    margin-bottom: .5rem;
    font-weight: 900;
}

#page-wrapper #tnhp-box a {
    color: #111
}

#page-wrapper #tnhp-box span {
    display: block;
    font-size: .8rem;
    color: #6a6a6a;
    padding: 0;
}

#page-wrapper #newslist {
    float: none;
    width: 100%;
}

#page-wrapper #lastnewsview {
    float: none;
    width: 100%;
    height: 446px;
    overflow: hidden;
    max-width: 436px;
}

#page-wrapper #lastnews {
    width: 100%;
    max-width: 436px;
    max-height: 284px;
    height: auto;
    position: static;
}

#page-wrapper #newslist a td {
    font-size: 1rem;
    padding: 1rem 0;
}

#page-wrapper #newslist a {
    color: #4a4a4a;
    display: block;
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
}

#page-wrapper #newslist li:first-child a {
    border-top: none;
}

#newslist .activ a {
    border-left: none;
    border-right: none;
    background: transparent;
    color: #cf2120
}

#page-wrapper #newslist a img {
    width: 64px;
    height: 44px;
    margin-right: 1rem;
}

#page-wrapper #newslist a img.camnews {
    width: 12px;
    height: 12px;
    margin: 0;
}

#page-wrapper #content #leftbox,
#content #rightbox {
    float: none;
    width: 100%;
}

#box-title {
    margin-bottom: 1rem;
}

#box-title h4 {
    margin: 0;
}

#box-title .link-more {
    text-align: right;
}

#page-wrapper #content #box-title a,
#page-wrapper #content #video-hp #box-title a, #page-wrapper #content .hero-box .hero-more-btn a {
    padding: .2rem .6rem;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    background: #cf2120;
    white-space: nowrap;
}

#page-wrapper #content #box-title h4 a {
    padding: 0;
    font-size: 1.2rem;
    margin: 0 0 .5rem 0;
    color: #0b0b0b;
    font-weight: 700;
    text-shadow: none;
    line-height: 26px;
    background: none;
}

/*----------------------------------
   Foto Temat & Wideo
-----------------------------------*/

#page-wrapper .foto-temat {
    background: #fff;
    margin-bottom: 1rem;
    padding: 1rem;
    min-height: 223px;
}

#page-wrapper #content .foto-temat h4 {
    margin: 0
}

#page-wrapper #leftbox .foto-temat #more {
    margin: 0
}

#page-wrapper .foto-temat .goall {
    clear: both;
    text-align: right;
    font-size: 11px;
    padding-top: 5px;
    padding: 0rem 1rem 1rem 0;
}

#page-wrapper #content h4 {
    font-size: 1.2rem;
    margin: 0 0 .5rem 0;
    color: #0b0b0b;
    font-weight: 700;
    text-shadow: none;
    line-height: 26px;
}

#page-wrapper #content .foto-temat-im-box {
    position: static !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    color: #111;
}

#body #page-wrapper #content .foto-temat-im {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    width: 100%;
    max-height: 100px;
    margin-bottom: .5rem;
}

#body #page-wrapper #content .ft-title .foto-temat-im {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: initial;
    margin-bottom: 0;
}

#page-wrapper #content .foto-temat-im img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

#page-wrapper #content .goall a {
    color: #cf2120;
    font-weight: 700;
}

#page-wrapper #content .foto-temat-im-box .ft-title {
    margin-bottom: 1rem;
    font-weight: 700;
    display: block;
}

#body #page-wrapper .foto-temat a {
    color: #111;
}

#body #page-wrapper .foto-temat #more a {
    color: #fff;
}

#page-wrapper #video-hp {
    /*margin-bottom: 1rem;*/
    /*padding: 1rem;*/
    /*background: #fff;*/

    background: #111;
    padding: 1rem;
    color: #fff;
    margin-bottom: 1rem;
}

#page-wrapper #video-hp h4, #page-wrapper #video-hp .video-temat a {
    color: #fff;
}

#page-wrapper #video-hp .video-temat img {
    max-width: 100%;
    margin-bottom: 1rem;
    display: block;
}

#body #page-wrapper #video-hp a {
    color: #fff;
    font-weight: 700;
    transition: .2s ease-in-out;
}

#body #page-wrapper #video-hp #more a {
    color: #fff;
}

#body #page-wrapper #video-hp #more {
    margin-bottom: 1rem;
}

#body #page-wrapper #video-hp {
    margin-bottom: 1rem;
}

#body #page-wrapper #video-hp h4 {
    margin: 0 0 0rem;
}

/*----------------------------------
   Programy TV28
-----------------------------------*/

#page-wrapper #content #programy-tv28 {
    background: #111;
    padding: 1rem;
    color: #fff;
    margin-bottom: 1rem;
}

#page-wrapper #content #programy-tv28 h4 {
    margin: 0 0 1rem 0;
    line-height: 2rem
}

#page-wrapper #content #programy-tv28 h4 span {
    background: #cf2120;
    color: #fff;
    padding: .4rem 1rem;
    float: none;
    border-radius: 4px
}

#page-wrapper #content #programy-tv28 a {
    color: #fff;
}

#page-wrapper #content #programy-tv28 .box img {
    max-width: 100%;
}

#page-wrapper #programy-tv28 .program-title {
    font-weight: 700;
    margin: 0 0 .5rem;
    font-size: 1.2rem;
}

#page-wrapper #programy-tv28 .news-title {
    font-size: .8rem;
}

#more {
    margin-top: 1rem;
}

#more a {
    background: #cf2120;
    color: #fff;
    padding: .3rem .9rem;
    font-size: .8rem;
    text-transform: uppercase;
    border-radius: 4px
}

/*----------------------------------
   Sport News & Rozmaitości
-----------------------------------*/

#sport-news {
    margin-bottom: 1rem;
    padding: 1rem;
    background: #fff;
}

#sport-news .box-first img {
    max-width: 100%
}

#sport-news li {
    list-style: none;
    margin: 0 0 .5rem 0;
    border-bottoM: 1px solid #f4f4f4;
    padding-bottom: 1rem;
}

#sport-news li:last-child {
    list-style: none;
    margin: 0 0 0rem 0;
    border-bottoM: none;
    padding-bottom: 0rem;
}

#sport-news li a {
    color: #111;
}

#sport-news li a:hover {
    color: #cf2120;
    text-decoration: underline
}

#rozmaitosci {
    margin-bottom: 1rem;
    background: #fff;
    padding: 1rem;
}

#rozmaitosci .box-first img {
    max-width: 100%
}

#rozmaitosci li {
    list-style: none;
    margin: 0 0 .5rem 0;
    border-bottoM: 1px solid #f4f4f4;
    padding-bottom: 1rem;
}

#rozmaitosci li:last-child {
    list-style: none;
    margin: 0 0 0rem 0;
    border-bottoM: none;
    padding-bottom: 0rem;
}

#rozmaitosci li a {
    color: #111;
}

#rozmaitosci li a:hover {
    color: #cf2120;
    text-decoration: underline
}

/*----------------------------------
   Ads Company
-----------------------------------*/

.ads-company {
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}

#body #page-wrapper #content .ads-company h4 {
    margin: 0;
}

#body #page-wrapper ul.ads-hp {
    margin: 0;
    line-height: 32px;
    padding: 0 1rem;
    background: #f4f4f4;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#body #page-wrapper ul.ads-hp li {
    font-size: .8rem;
    margin-right: 1rem;
}

#body #page-wrapper ul.ads-hp li a {
    color: #111;
}

#body #page-wrapper ul.ads-hp li::before {
    color: #cf2120;
    padding-right: .5rem;
}

#body #page-wrapper ul.ads-hp li:first-child::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f4a0";
}

#body #page-wrapper ul.ads-hp li:nth-child(2)::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f2b5";
}

#body #page-wrapper ul.ads-hp li:nth-child(3)::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f0b1";
}

#body #page-wrapper ul.ads-hp li:nth-child(4)::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f660";
}

#body #page-wrapper .ads-list {
    margin-top: 1rem;
}

#body #page-wrapper .ads-item {
    /*position: static !important;*/
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    color: #111;

}

#body #page-wrapper .ads-item .ads-im {
    /*margin-right: 1rem;*/
    display: block;
    width: 100%;
}

#body #page-wrapper .ads-item .ads-im a {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    width: 100%;
    max-height: 100px;
    display: block;
}

#body #page-wrapper .ads-item .ads-im img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

#body #page-wrapper .ads-item .ads-tx {
}

#body #page-wrapper .ads-item .ads-tx a {
    color: #111;
}

#body #page-wrapper .ads-item .ads-tx .ads-name {
    font-weight: 700;
    margin-top: 1rem;
}

#body #page-wrapper .ads-item .ads-tx .ads-info {
    font-size: .8rem
}

#body #page-wrapper .firmy {
}

/*----------------------------------
   Firmy
-----------------------------------*/

#katalog-firm {
    padding: 1rem;
    background: #fff;
    margin-bottom: 1rem;
}

#body #page-wrapper #content #katalog-firm h4 {
    margin: 0;
    line-height: 32px;
}

#katalog-firm .kf-im {
    margin: .5rem 0;
    text-align: center;
}

#katalog-firm .kf-im img {
    max-width: 100%;
}

#katalog-firm .kf-title {
    font-weight: 700;
    margin-top: 1rem;
}

#katalog-firm .kf-title a {
    color: #111;
}

#katalog-firm .kf-subtitle {
    font-size: .8rem;
}

/*----------------------------------
   Karta wpisu
-----------------------------------*/

#body #page-wrapper .breadcrumbs {
    padding-bottom: .5rem;
}

#body #page-wrapper .breadcrumbs a {
    color: #888;
    font-size: 12px;
}

#single-post {
    padding: 1rem;
    background: #fff;
}

#single-post #viewart h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #111;
    font-weight: 700;
}

#single-post #viewart .toad img {
    float: none;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    border: none;
    padding: 0;
}

#single-post #viewart .promo-img {
    text-align: center;
    padding: 2rem;
    background: #f4f4f4;
}

#single-post #viewart .promo-img img {
    float: none;
    max-width: 100%;
    margin: 0 auto;
    border: none;
    padding: 0px;
    border-radius: 0px;
}

#single-post #viewart .date-post {
    margin: 1rem 0;
    font-size: 13px;
    color: #8b8b8b;
}

#single-post #viewart .author-post {
    margin: 1rem 0;
    font-size: 13px;
    color: #8b8b8b;
    text-align: right;
}

#single-post #viewart .date-post .fas,
#single-post #viewart .author-post .fas {
    color: #cf2120;
    padding-right: .3rem;
}

#single-post #viewart p {
    margin: 0 0 1rem 0;
    font-size: 14px;
}

#single-post #viewart p.lead {
    font-weight: 700;
    font-size: 14px;
}

#single-post #viewart p span {
    font-size: 14px !important;
}

#single-post #viewart img {
    max-width: 100%;
    float: none;
    margin: 1rem 0;
    padding: 0;
    border-radius: 0;
    height: auto;
}

#viewart a.photo img {
    float: left;
    max-width: 300px;
    margin: 0 10px 2px 0;
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 3px;
}

#page-wrapper #share {
    margin: 2rem 0 1rem;
    padding: 1rem;
    background: #f4f4f4;
    border: none;
    border-radius: 0;
}

#page-wrapper #content h5.gallery-post {
    background: #144da2;
    border-left: none;
    border-right: none;
    font-size: 1rem;
    color: #ffffff;
    font-weight: normal;
    padding: 1rem 1rem;
    margin: 1rem 0;
    text-shadow: none;
    border-radius: 0;
}

#page-wrapper #content #gallery-post-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#page-wrapper #content #gallery-post-list .item {
    max-width: 19%;
    margin: 0 0.5% 1% 0.5%;
}

#page-wrapper #content #gallery-post-list a img {
    max-width: 100%;
    transition: .2s ease-in-out;
    max-height: 116px;
}

#page-wrapper #content #gallery-post-list a img:hover {
    opacity: 0.8;
}

#page-wrapper #content .share-post {
    margin: 1rem 0;
    max-width: 100%;
    overflow: hidden;
}

#page-wrapper #content h5.comments {
    background: #cf2120;
    border-left: none;
    border-right: none;
    font-size: 1rem;
    color: #ffffff;
    font-weight: normal;
    padding: 1rem 1rem;
    margin: 1rem 0;
    text-shadow: none;
    border-radius: 0;
}

#page-wrapper .comments {
    margin-bottom: 1rem;
    min-height: 40px;
    padding: 1rem;
    color: #5a5a5a;
    font-size: 14px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    background: #f4f4f4;
}

#page-wrapper .comments img {
    float: none;
    width: 100%;
    height: 100%;
    margin: 0 0 1rem 0;
}

#page-wrapper .comments .more-news {
    margin-top: 1rem;
    font-size: .8rem;
}

#page-wrapper #addform {
    background: #f4f4f4;
    border: none;
    padding: 1rem;
    color: #8a8a8a;
    border-radius: 0;
}

#page-wrapper #addform .add-comment {
    margin-bottom: .5rem;
    font-weight: 700;
}

#page-wrapper #addform .submit-comment {
    margin-top: .5rem
}

#page-wrapper #addform .submit-comment input[type="submit"] {
    padding: .2rem .6rem;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    background: #cf2120;
    margin: 0;
}

#page-wrapper #addform .submit-comment input[type="submit"]:hover {
    background: #b51817;
}

#page-wrapper .topplayer {
}

#page-wrapper .topplayer iframe {
    width: 100% !important;
    margin: 0 0 1rem 0;
}

/*----------------------------------
Ogłoszenia
-----------------------------------*/

#list-ogloszenia {
    background: #fff;
    padding: 1rem;
}

#page-wrapper #list-ogloszenia ul.ads-hp {
    margin-bottom: 1rem;
}

#list-ogloszenia .box img {
    max-width: 100%;
    max-height: 297px;
    min-height: 197px;
}

#list-ogloszenia .box h3 {
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
}

#list-ogloszenia .box a {
    color: #111;
}

#list-ogloszenia .ads-info {
    font-size: .8rem;
    margin-bottom: 1rem;
}

#list-ogloszenia .ads-desc {
    margin-bottom: 1rem;
    font-size: .9rem;
    line-height: 1.5;
}

#list-ogloszenia .ads-desc .more {
    margin-top: 1rem;
}

#list-ogloszenia .ads-desc .more a {
    padding: .2rem .6rem;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    background: #cf2120;
}

#list-ogloszenia ul#pager {
    margin: 1rem 0 0;
}

#single-ads {
    background: #fff;
    padding: 1rem;
}

#single-ads h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #111;
    font-weight: 700;
}

#single-ads .img-ads img {
    max-width: 100%;
}

#single-ads .promo-img {
    text-align: center;
    padding: 2rem;
    background: #f4f4f4;
}

#single-ads .promo-img img {
    max-width: 100%;
}

#single-ads .date-post {
    margin: 1rem 0;
    font-size: 13px;
    color: #8b8b8b;
}

#single-ads .ads-info {
    margin: 1rem 0;
    font-size: 13px;
    color: #8b8b8b;
    background: #f4f4f4;
    padding: 1rem;
}

#single-ads .author-post {
    margin: 1rem 0;
    font-size: 13px;
    color: #8b8b8b;
    text-align: right;
}

#single-ads .date-post .fas,
#single-ads .ads-info .fas,
#single-ads .author-post .fas {
    color: #cf2120;
    padding-right: .3rem;
}

#single-ads .ads-info .fas:nth-child(2) {
    color: #cf2120;
    padding-right: .3rem;
    padding-left: .5rem;
}

#single-ads .ads-info .link-more {
    text-align: right;
}

#single-ads .ads-info .link-more a {
    padding: .2rem .6rem;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    background: #cf2120;
}

#single-ads h5.gallery-ads {
    background: #144da2;
    border-left: none;
    border-right: none;
    font-size: 1rem;
    color: #ffffff;
    font-weight: normal;
    padding: 1rem 1rem;
    margin: 1rem 0;
    text-shadow: none;
    border-radius: 0;
}

#single-ads #gallery-ads-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#single-ads #gallery-ads-list .item {
    max-width: 19%;
    margin: 0 0.5% 1% 0.5%;
}

#single-ads #gallery-ads-list a img {
    max-width: 100%;
    transition: .2s ease-in-out;
    max-height: 116px;
}

#single-ads #gallery-ads-list a img:hover {
    opacity: 0.8;
}

/*----------------------------------
   Pages
-----------------------------------*/

#page-wrapper .newssearch #stext {
    width: 100%;
    box-shadow: none;
    border-color: #eaeaea;
    color: #b0b0b0;
}

#page-wrapper .varticle,
#page-wrapper .videolist {
    min-height: 150px;
    padding: 0 0 1.5rem 0;
    font-size: 1rem;
    margin: 1.5rem 0;
    border-bottom: 1px solid #eaeaea;
}

#page-wrapper .varticle img,
#page-wrapper .videolist .img {
    width: 100%;
    min-height: 140px;
    float: none;
    border: none;
    padding: 0;
    margin-right: 0;
    transition: .2s ease-in-out;
}

#page-wrapper .varticle img:hover,
#page-wrapper .videolist .img:hover {
    opacity: 0.8
}

#page-wrapper .varticle h3,
#page-wrapper .videolist h3 {
    margin: 0 0 .5rem 0;
    font-size: 1.2rem;
    font-weight: 700;
}

#page-wrapper .varticle h3 a,
#page-wrapper .videolist h3 a {
    color: #111;
}

#page-wrapper .news-info-main .entry-meta {
    margin: 2rem 0 0 0;
    font-size: 13px;
    color: #8b8b8b;
}

#page-wrapper .news-info-main .entry-meta .fas {
    color: #cf2120;
    padding-right: .3rem;
}

#page-wrapper .news-info-main .entry-meta .row > *:nth-child(2) {
    text-align: right;
}

#page-wrapper .varticle h3 img,
#page-wrapper .varticle h3 img.camnews,
#page-wrapper .videolist h3 .img {
    width: 14px;
    height: 14px;
    min-height: 14px;
}

#body .pager a {
    color: #fff;
}

#page-wrapper #tolog span {
    font-size: 1rem;
}

/*----------------------------------
   Forum
-----------------------------------*/

#forums,
#forumbox {
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}

#forums .forum-topic {
    padding: 0 0 1.5rem 0;
    font-size: 1rem;
    margin: 1.5rem 0;
    border-bottom: 1px solid #eaeaea;
}

#forums .avatar-f img {
    max-width: 100%;
}

#forums h3 {
    margin: 0 0 .5rem 0;
    font-size: 1.2rem;
    font-weight: 700;
}

#forums h3 a {
    color: #111;
}

#forums .entry-meta {
    margin: 0rem 0 0 0;
    font-size: 13px;
    color: #8b8b8b;
}

#forums .entry-meta .fas {
    color: #cf2120;
    padding-right: .3rem;
}

#forums .topic-info {
    margin: 13px 0 0 0;
    font-size: 13px;
    color: #8b8b8b;
    text-align: right;
}

#forums .topic-info .fas {
    color: #cf2120;
    padding-right: .3rem;
}

#first-comm {
    background: #f4f4f4;
    padding: 1rem;
    margin-bottom: 1rem;
}

#forumbox #first-comm .topicauthor .avatar {
    padding: 0;
    width: 100%;
    max-width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

#forumbox #first-comm .topicauthor {
    float: none;
    width: 100%;
}

#forumbox #first-comm .topicauthor img {
    max-width: 100%;
}

#forumbox #first-comm .topicauthor .nick {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #111;
    width: 100%;
    max-width: 80px;
    font-size: 11px;
    text-align: left;
    margin-top: .3rem;
}

#forumbox #first-comm .contentbox {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 1rem;
    font-size: 1rem;
    border-radius: 4px;
    box-shadow: none;
    border: none;
}

#forumbox #first-comm .addbutton {
    clear: both;
    text-align: center;
    height: auto;
    display: flex;
    justify-content: flex-end;
    margin: 1rem 0 0 0;
}

#forumbox #first-comm .addbutton a {
    cursor: pointer;
    background: #cf2120;
    color: #fff;
    padding: .3rem .9rem;
    font-size: .8rem;
    border-radius: 4px;
    margin: 0;
    text-transform: uppercase;
    float: none;
    width: 125px;
}

#page-wrapper #forumbox .answerbox {
    padding: 0;
    margin-bottom: 1rem;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

#page-wrapper #forumbox .answerbox h5 {
    margin-top: 0;
    background: #cf2120;
    border-left: none;
    border-right: none;
    font-size: 1rem;
    color: #ffffff;
    font-weight: normal;
    padding: 1rem 1rem;
    margin: 0 0 1rem 0;
    text-shadow: none;
    border-radius: 0;
}

#page-wrapper #forumbox .answerbox textarea {
    height: 70px;
    width: 100%;
    margin-right: 0;
}

#page-wrapper #forumbox .answerbox .btn-forum {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

#page-wrapper #forumbox .answerbox .button {
    cursor: pointer;
    background: #cf2120;
    color: #fff;
    padding: .3rem .9rem;
    font-size: .8rem;
    border-radius: 4px;
    margin: 0 0 0 1rem;
    text-transform: uppercase;
    float: none;
    width: 125px;
    text-align: center;
}

#page-wrapper #forumbox .answerbox .cancel {
    cursor: pointer;
    background: #444;
    color: #fff;
    padding: .3rem .9rem;
    font-size: .8rem;
    border-radius: 4px;
    margin: 0 0 0 1rem;
    text-transform: uppercase;
    float: none;
    width: 125px;
    text-align: center;
}

#page-wrapper #forumbox #toanswer .avatar {
    width: auto;
    height: auto;
    margin-left: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    max-width: 100%;
    box-shadow: none;
}

#page-wrapper #forumbox #toanswer .topicauthor {
    width: auto;
    float: none;
}

#page-wrapper #forumbox #toanswer .contentbox {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 1rem;
    font-size: 1rem;
    border-radius: 4px;
    background: #f4f4f4;
    border: none;
    border-radius: 4px;
    box-shadow: none;
}

#page-wrapper #forumbox #toanswer .answer {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #eaeaea;
    box-shadow: none;
}

#page-wrapper #forumbox #editpost textarea {
    width: 100%;
    margin-bottom: 1rem;
}

#forumbox #editpost {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#forumbox #editpost .button {
    cursor: pointer;
    background: #cf2120;
    color: #fff;
    padding: .3rem .9rem;
    font-size: .8rem;
    border-radius: 4px;
    margin: 0 0 0 1rem;
    text-transform: uppercase;
    float: none;
    width: 125px;
    text-align: center;
}

#forumbox #editpost .cancel {
    cursor: pointer;
    background: #444;
    color: #fff;
    padding: .3rem .9rem;
    font-size: .8rem;
    border-radius: 4px;
    margin: 0 0 0 1rem;
    text-transform: uppercase;
    float: none;
    width: 125px;
    text-align: center;
}

#page-wrapper #addform textarea {
    width: 100%;
    padding: 1rem;
    height: 50px;
    border: 1px solid #eee;
    font-size: 13px;
    color: #5a5a5a;
}

#page-wrapper label {
}

#page-wrapper input[type="text"],
#page-wrapper input[type="password"] {
    display: block;
    width: auto;
}

#page-wrapper textarea {
    display: block;
    width: 100%;
    min-height: 125px;
}

#page-wrapper input[type="submit"],
#page-wrapper input[type="button"],
#page-wrapper a.button {
    cursor: pointer;
    background: #cf2120;
    color: #fff;
    padding: .3rem .9rem;
    font-size: .8rem;
    border-radius: 4px;
    margin: 2rem 0 0 0;
    text-transform: uppercase;
    float: none;
    width: auto;
    text-align: center;
    transition: .2s ease-in-out;
}

#page-wrapper input[type="submit"]:hover,
#page-wrapper input[type="button"]:hover,
#page-wrapper a.button:hover {
    background: #b72625;
}

#page-wrapper #alert {
    color: red;
    font-weight: 700;
    margin: 0 0 1rem 0;
}

#page-wrapper button,
#page-wrapper input,
#page-wrapper select {
    width: auto;
    display: block;
}

#page-wrapper input[type="checkbox"] {
    display: inline;
    width: auto;
}

#page-wrapper input[type="text"],
#page-wrapper input[type="password"],
#page-wrapper textarea {
    border: 1px solid #eee;
    padding: .3rem .6rem;
    color: #6a6a6a;
    margin: .2rem 0 1rem 0;
    border-radius: 3px;
}

#page-wrapper h5.publikacje {
    background: #144da2;
    border-left: none;
    border-right: none;
    font-size: 1rem;
    color: #ffffff;
    font-weight: normal;
    padding: 1rem 1rem;
    margin: 1rem 0;
    text-shadow: none;
    border-radius: 0;
}

#page-wrapper input[type="file"],
#page-wrapper select {
    margin-bottom: 1rem;
}

#page-wrapper #profile .avatar {
    padding: 0;
    border: none;
    margin: 0;
    max-width: 100%;
}

#page-wrapper #profile h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 .5rem 0;
}

#page-wrapper #profile ul.user-list-profile {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 .5rem 0;
    font-size: 13px;
    color: #8b8b8b;
}

#page-wrapper #profile ul.user-list-profile li {
    margin-right: 1rem;
}

#page-wrapper #profile ul.user-list-profile li .fas {
    color: #cf2120;
    margin-right: .5rem;
}

#page-wrapper #profile .sendmsg {
    cursor: pointer;
    background: #cf2120;
    color: #fff;
    padding: .3rem .9rem;
    font-size: .8rem;
    border-radius: 4px;
    margin: 0rem 0 0 0;
    text-transform: uppercase;
    float: none;
    width: auto;
    max-width: 200px;
    text-align: center;
    transition: .2s ease-in-out;
    border: none;
    box-shadow: none;
}

#page-wrapper #profile .sendmsg:hover {
    background: #b72625;
}

#page-wrapper h5.user-edit-h {
    background: #eaeaea;
    border-left: none;
    border-right: none;
    font-size: 1rem;
    color: #111;
    font-weight: normal;
    padding: 1rem 1rem;
    margin: 0 0 1rem 0;
    text-shadow: none;
    border-radius: 0;
}

#uedycja input[type="submit"] {
    margin: 1rem 0 2rem 0;
}

#uedycja label {
    display: block;
}

#uedycja img {
    margin: .5rem 0 1rem 0;
}

#page-wrapper #regform div.note {
    padding: 4px 8px;
    margin: .3rem 0 1rem 0;
    background: #f4f4f4;
    font-size: 13px;
    color: #111;
    border: none;
}

/*----------------------------------
  Katalog Firm
-----------------------------------*/

#katalogfirm {
    padding: 1rem;
    background: #fff;
}

#katalogfirm .thumb-img img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

#katalogfirm .thumb-img {
    padding: .5rem;
    border: 2px solid #f4f4f4;
    text-align: center;
}

#katalogfirm h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #111;
    font-weight: 700;
}

#katalogfirm .entry-meta {
    margin: 1rem 0;
    margin: 1rem 0;
    font-size: 13px;
    color: #8b8b8b;
}

#katalogfirm .entry-meta .fas {
    color: #cf2120;
    padding-right: .3rem;
}

#katalogfirm h5.gallery {
    background: #144da2;
    border-left: none;
    border-right: none;
    font-size: 1rem;
    color: #ffffff;
    font-weight: normal;
    padding: 1rem 1rem;
    margin: 1rem 0;
    text-shadow: none;
    border-radius: 0;
}

#kf-item {
}

#kf-item img {
    max-width: 100%;
    border: 2px solid #eaeaea;
}

#kf-item h3 {
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
}

#kf-item h3 a {
    color: #111
}

/*----------------------------------
   Sidebar
-----------------------------------*/

#page-wrapper #kli-112 {
    margin: 0 0 1rem 0;
}

#page-wrapper #kli-112 img {
    max-width: 100%;
}

#page-wrapper #youinfo {
    padding: 1rem;
    border: 2px solid #cf2120;
    background: #cf2120 !important;
    margin-bottom: 1rem;
    border-radius: 0px;
}

#page-wrapper #youinfo h3 {
    background: #b71e1d;
    margin: 0 0 .5rem 0;
    padding: .4rem 1rem;
    font-size: .8rem;
    color: #ffffff;
    font-weight: 700;
}

#page-wrapper #youinfo h4 {
    color: #fff;
}

#page-wrapper #youinfo h4 a {
    color: #fff;
}

#page-wrapper #sidebar-login {
    background: #111;
    padding: 1rem;
    color: #fff;
    margin-bottom: 1rem;
}

#page-wrapper #sidebar-login h4 {
    color: #fff;
}

#page-wrapper #sidebar-login #databox {
    background: #222;
}

#page-wrapper #sidebar-login #loginbox .register-thrd {
    background: #111111;
    padding: 1rem 0 0 0;
    border-top: 1px solid #3c3c3c;
}

#page-wrapper #sidebar-login #loginbox .register-thrd a {
    color: #fff;
}

#page-wrapper #sidebar-login #loginbox .register-thrd a .fas {
    color: #cf2120;
}

#page-wrapper #sidebar-login #loginbox .login-frst {
    display: flex;
    flex-wrap: wrap;
}

#page-wrapper #sidebar-login #loginbox input[type="text"],
#page-wrapper #sidebar-login #loginbox input[type="password"] {
    width: 100%;
    float: none;
    border: 1px solid #5a5a5a;
    padding: .3rem .9rem;
    font-size: .8rem;
    border-radius: 4px;
    color: #ffffff;
    margin: 0 0 .5rem 0;
    background: no-repeat 4px center;
    background: #444;
}

#page-wrapper #sidebar-login #loginbox input[type="text"]:focus,
#page-wrapper #sidebar-login #loginbox input[type="password"]:focus {
    background: #444;
    border: 1px solid #5a5a5a;
}

#page-wrapper #sidebar-login input[type="submit"],
#page-wrapper #sidebar-login input[type="button"],
#page-wrapper #sidebar-login a.button {
    cursor: pointer;
    background: #cf2120;
    color: #fff;
    padding: .3rem .9rem;
    font-size: .8rem;
    border-radius: 4px;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    float: none;
}

#page-wrapper #sidebar-user {
    background: #111;
    padding: 1rem;
    color: #fff;
    margin-bottom: 1rem;
    position: relative;
}

#page-wrapper #sidebar-user .user-mess {
    margin-bottom: 1rem;
    background: #222;
    padding: .4rem 1rem;
    font-size: .8rem;
}

#page-wrapper #sidebar-user .user-mess a {
    color: #fff;
}

#page-wrapper #sidebar-user .user-logout {
}

#page-wrapper #sidebar-user .user-logout a {
    color: #fff;
}

#page-wrapper #sidebar-user .user-logout a .fas {
    color: #cf2120
}

#page-wrapper #sidebar-user .sidebar-user-name {
    margin: 0 0 .5rem 0;
}

#page-wrapper #sidebar-user .sidebar-user-name a {
    color: #fff
}

#page-wrapper #sidebar-user h4 {
    color: #fff;
}

#page-wrapper #sidebar-user .sidebar-img {
    position: absolute;
    right: 0rem;
    top: 2rem;
}

#page-wrapper #sidebar-user .sidebar-img img {
    max-width: 75%;
    border-radius: 50px;
}

#page-wrapper #sidebar-user .user-list {
    margin-bottom: 1rem;
}

#page-wrapper #sidebar-user .user-list ul {
}

#page-wrapper #sidebar-user .user-list ul li {
    font-size: .8rem;
}

#page-wrapper #sidebar-user .user-list ul li a {
    color: #fff;
}

#page-wrapper #sidebar-user .user-list ul li a .fas {
    color: #cf2120
}

#page-wrapper .errormsg {
    border: 1px solid #fecb00;
    background: #fecb00;
    color: #000;
}

#page-wrapper #sidebar-login #loginbox span {
    float: none;
    display: block;
    width: 150px;
    font-size: .8rem;
}

#page-wrapper #sidebar-login .register {
    margin-top: 1rem;
}

#page-wrapper #sidebar-login .register a {
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
}

#page-wrapper #sidebar-login .register a .fas {
    color: #cf2120;
}

#page-wrapper #comments-block {
    background: #144da2;
    padding: 1rem;
    color: #fff;
    margin-bottom: 1rem;
}

#page-wrapper #comments-block h4 {
    color: #fff;
}

#page-wrapper #comments-block #commentlist li {
    border-radius: 0;
    margin-bottom: .5rem;
}

#page-wrapper #comments-block #commentlist li:nth-child(even) {
    background: #124188;
}

#page-wrapper #comments-block #commentlist li:hover {
    background: #185abb;
}

#page-wrapper #comments-block #commentlist li a {
    color: #fff;
}

#page-wrapper #popular-post .frst-promo {
    margin-bottom: 1rem;
}

#page-wrapper #popular-post .frst-promo img {
    max-width: 100%;
}

#page-wrapper #popular-post {
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}

#page-wrapper #popular-post #popularlist li:first-child {
    font-weight: bold;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 1rem;
    margin-bottom: .5rem;
}

#page-wrapper #content #popularlist li:first-child a {
    height: auto
}

#page-wrapper #footer {
    clear: both;
    background: #fff;
    font-size: 12px;
    border-top: none;
    padding: 1rem;
    position: relative;
}

#page-wrapper #footer .realizacja {
    text-align: right;
}

#page-wrapper .footer-copy {
    text-align: center;
    margin: 1rem 0;
    font-size: 12px;
}

#page-wrapper #footer li a {
    display: block;
    padding: 0px;
    background: transparent;
    margin-right: 7px;
    border-radius: 0px;
}

#page-wrapper #footer li a:hover {
    display: block;
    padding: 0px;
    background: transparent;
    margin-right: 7px;
    border-radius: 0px;
    border: none;
}

#page-wrapper .dwgsm-ads img {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    justify-content: center;
    z-index: 15;
    max-height: 52.1px;
}

@media (max-width: 768px) {
    #page-wrapper .dwgsm-ads img {
        max-height: initial;
        width: 100%;
    }
}

.cc-banner, .cc-floating {
    background: #f4f4f4;
    box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.cc-banner .cc-message {
    color: #4a4a4a;
}

.cc-banner .cc-message a {
    color: #cf2121;
}

.cc-banner .cc-message a:hover {
    color: #4a4a4a;
}

.cc-banner .cc-compliance a, .cc-floating .cc-compliance a {
    background: #cf2121;
    color: #fff;
    padding: .4em 2.5em;
}

.hero-box {
    padding: 1rem;
    background: #fff;
    margin-bottom: 1rem;
}

.hero-mobile-header {
    display: none;
}

.hero-box .image-wrapper {
    padding-top: 56.25%;
    overflow: hidden;
    position: relative;
}

.hero-box .image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.hero-box .article-wrapper .article-wrapper__text {
    margin-top: 1rem;
}

.hero-box .article-wrapper .article-wrapper__text h1 {
    font-weight: 600;
    color: #333;
    font-size: 24px;
    line-height: 28px;
    z-index: 1;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero-box .article-wrapper .article-wrapper__text h2 {
    font-weight: 600;
    color: #333;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero-box .article-wrapper .tag {
    background: #144da2;
    display: inline-block;
    padding: 0rem .5rem 0;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2px;
    position: relative;
    top: -2px;
    z-index: 1;
}

.hero-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.hero-box .video-icon {
    top: -3px;
    font-weight: 700;
}

.hero-wrapper .hero-first {
    padding: 0 1rem 1rem;
    width: 100%;
}

.hero-wrapper .hero-secondary {
    width: 50%;
    padding: 0 1rem;
}

.hero-wrapper > :nth-child(2) {
    padding: 0 .5rem 0 1rem
}

.hero-wrapper > :nth-child(3) {
    padding: 0 1rem 0 .5rem;
}

.hero-others .hero-others__small {
    display: flex;
    flex-direction: row;
    margin: 0 -1rem 1rem;
}

.hero-others .hero-others__small .image-wrapper {
    width: 40%;
    padding-top: initial;
}

.hero-others .hero-others__small .image-wrapper img {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}

.hero-others .hero-others__small .article-wrapper__text {
    width: 60%;
    padding: 0 1rem;
    margin-top: 0;
}

.hero-others .hero-others__small .article-wrapper__text h2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}

.hero-more-btn {
    margin-top: 15px;
}

#body .article-box a {
    display: block;
    margin-bottom: 1rem;
    color: #111;
}

#body .article-box:nth-of-type(n+4) a {
    margin-bottom: 0;
}

.article-box a .article-box__image {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    width: 100%;
    max-height: 100px;
}

.article-box a .article-box__image .video-icon {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    top: initial;
    right: 10px;
    left: initial;
    font-size: 8px !important;
    padding: 0.38rem .3rem;
    line-height: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.article-box a .article-box__image .tag {
    position: absolute;
    z-index: 1;
    background: #144da2;
    display: inline-block;
    padding: 0 .5rem 0;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2px;
    z-index: 1;
    bottom: 10px;
    left: 10px;
}

.article-box a .article-box__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.article-box a .article-box__text h2 {
    font-weight: 700;
    margin-top: 1rem;
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}

#body .hero-wrapper a, #body .hero-others a {
    color: #111;
}

.hero-others .hero-others__small:last-of-type, .article-box:last-of-type {
    display: none;
}

@media (max-width: 767px) {

    .hero-box {
        padding: 1rem .5rem;
    }

    .hero-mobile-header {
        display: block;
        padding: 0 .5rem;
    }

    .hero-wrapper {
        margin: 0;
    }

    .hero-wrapper .hero-first {
        padding: 0 .5rem;
    }

    .hero-box .article-wrapper .article-wrapper__text h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .hero-wrapper .hero-secondary {
        padding: 0 .5rem;
        margin-bottom: 1rem;
    }

    .hero-others {
        display: flex;
        flex-wrap: wrap;
    }

    .hero-others .hero-others__small {
        width: 50%;
        display: flex;
        flex-direction: column;
        padding: 0 .5rem;
        margin: 0 0 1rem;
    }

    .hero-others .hero-others__small:last-of-type, .article-box:last-of-type {
        display: block;
    }

    .hero-others .hero-others__small .image-wrapper, .hero-others .hero-others__small .article-wrapper__text {
        width: 100%;
        padding: 0;
        margin-top: .5rem;
    }

    .hero-box .article-wrapper .article-wrapper__text h2, .hero-others .hero-others__small .article-wrapper__text h2 {
        font-size: 15px;
        line-height: 18px;
    }

    .hero-box .article-wrapper .article-wrapper__text {
        margin-top: .5rem;
    }

    .article-box a .article-box__image img {
        width: 100%;
    }

    #sport-news .col-6:nth-of-type(odd),
    #rozmaitosci .col-6:nth-of-type(odd) {
        padding-left: 8px;
    }

    #sport-news .col-6:nth-of-type(even),
    #rozmaitosci .col-6:nth-of-type(even) {
        padding-right: 8px;
    }

    #video-hp .col-6:first-of-type, .ads-list .col-6:first-of-type {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #page-wrapper #video-hp .video-temat img, #page-wrapper .ads-item .ads-im img {
        width: 100%;
    }
}

.video-icon {
    background: #cf2121;
    padding: .4rem .2rem;
    line-height: 2px;
    font-size: 9px !important;
    color: #fff;
    display: inline-block !important;
    max-height: 14px;
    position: relative;
    top: -5px;
    left: 5px;
}

@media (max-width: 767px) {

    .mastheader, #menu, .social-media {
        display: none !important;
    }

    .article-box a .article-box__image .video-icon {
        display: block;
        position: absolute;
        bottom: 10px;
        top: initial;
        right: 10px;
        left: initial;
        font-size: 8px !important;
        padding: 0.38rem .3rem;
        line-height: 0;
        text-transform: uppercase;
        font-weight: 700;
    }

}

/* mobile menu */

.mobile-menu {
    display: none;
}

@media (max-width: 767px) {
    #page-wrapper .dwgsm-ads img {
        bottom: 50px;
    }

    .hero-more-btn {
        display: none;
    }

    .mobile-menu {
        display: block;
        /*display: none;*/
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 100;
        height: 50px;
        left: 0;
        background: #fff;
        border-top: 1px solid #f4f4f4;
    }

    .mobile-menu .mobile-nav {
        display: flex;
        align-items: center;
        height: 50px;
    }

    .mobile-menu .mobile-nav li {
        width: 25%;
        justify-content: center;
    }

    .mobile-menu .mobile-nav li a, .mobile-menu .mobile-nav li .hamburger-menu {
        font-size: 11px;
        color: #111111 !important;
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .mobile-menu .mobile-nav li a i, .mobile-menu .mobile-nav li .hamburger-menu i {
        font-size: 18px;
        margin-bottom: 5px;
        color: #cf2120;
    }

    .mobile-menu .mobile-nav .hamburger {
        width: 30px;
        height: 25px;
        position: relative;
        cursor: pointer;
        margin: 0 auto;
    }

    .mobile-details {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        height: calc(100% - 50px);
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        background-color: #f4f4f4;
        /*background-color: #cf2120;*/
        transition: right 0.3s ease;
        z-index: 1002;
        overflow-x: scroll;
    }

    #page-wrapper #header .mobile-details .logo-tv28 img {
        max-width: 40px;
    }

    .mobile-details::-webkit-scrollbar {
        display: none;
    }

    .mobile-details.active {
        right: 0;
    }

    .mobile-details .mobile-details__upper-part {
        padding: .5rem;
        color: #0b0b0b;
    }

    .mobile-details .mobile-details__upper-part i {
        position: absolute;
        right: 1rem;
        font-size: 24px;
    }

    .mobile-details .mobile-details__upper-part p {
        border-bottom: 1px solid #0b0b0b;
        font-size: 20px;
        font-weight: 600;
        padding: 1rem 0 .5rem;
    }

    .mobile-details .mobile-details__link {
        display: flex;
        flex-wrap: wrap;
    }

    .mobile-details .mobile-details__link li {
        width: 50%;
        padding: 0 .5rem;

    }

    .mobile-details .mobile-details__link li i {
        color: #cf2120;
        font-size: 20px;
        margin-bottom: .2rem;
    }

    .mobile-details .mobile-details__link li a {
        background: #fff;
        border-radius: 10px;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        padding: 1rem;
        font-size: 13px;
        font-weight: 400;
        color: black !important;
    }

    .mobile-details .mobile-details__link .dodaj-ogloszenie {
        background: #cf2121 !important;
        color: #fff !important;
    }

    .mobile-details .mobile-details__link .dodaj-ogloszenie i {
        color: #fff;
    }

    .mobile-details .mobile-details__link .live-btn {
        background: #144da2 !important;
        color: #fff !important;
    }

    .mobile-details .mobile-details__link .live-btn i {
        color: #fff;
    }
}