@import url(player.css); @import url(search.css?v=2); h1.mainpage {
    margin-top: -200px;
    position: absolute;
}

.program-item .babel {
    width: 107px;
    margin: 1px;
    background: transparent url(/img/babel-tlo.png) no-repeat top left;
    background-size: cover;
    border-radius: 110px;
}

.program-item .has-babel:after {
    display: block;
    position: absolute;
    content: "";
    width: 109px;
    height: 110px;
    background: transparent url(/img/babel-tvprog-3.png) no-repeat top left;
    background-size: cover;
}

.program-item.prev, .program-item.next {
    display: none;
}

.program-item.prev:last-of-type {
    display: block
}

.wszyscy-bohaterowie .postac {
    width: 95px;
    height: 93px;
    background: transparent url(/img/babel-tlo.png) no-repeat top left;
    background-size: cover;
    border-radius: 95px;
}

.wszyscy-bohaterowie .postac img {
    width: 90% !important;
    border-radius: 100%;
    margin: 5%;
}

.wszyscy-bohaterowie .postac:after {
    display: block;
    position: absolute;
    content: "";
    width: 95px;
    height: 93px;
    background: transparent url(/img/babel-tvprog-3.png) no-repeat top left;
    background-size: cover;
    top: 0;
}

body.postac-default-lp, body.postac-rwd-lp {
    background-image: url("../img/bohaterowie-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

body.postac-default-lp #popup-postacie, body.postac-rwd-lp #popup-postacie {
    display: block;
    position: relative;
    top: 50px;
    z-index: 1;
}

.postac-default-lp .menu-wrapper, .postac-rwd-lp .menu-wrapper {
    display: block !important;
    opacity: 1 !important;
}

h1.title > img, h2.title > img, div.title > img {
    max-width: 600px;
    max-height: 78px;
}

.bxslider-custom li {
    height: 173px
}

.menu .main-menu .bohater img.babel {
    border-radius: 50%;
}

.menu .main-menu .bohater i {
    display: block;
    position: relative;
}

.menu .main-menu .bohater i:after {
    display: block;
    position: absolute;
    content: "";
    width: 95px;
    height: 95px;
    background: transparent url(/img/babel-tvprog-3.png) no-repeat top left;
    background-size: cover;
    top: 0;
}

.menu .main-menu .boh2 i:after {
    width: 81px;
    height: 81px;
}

.menu .main-menu .boh5 i:after {
    width: 85px;
    height: 85px;
}

.menu .main-menu .boh4 i:after {
    width: 71px;
    height: 71px;
}

.menu .main-menu .boh8 i:after {
    width: 91px;
    height: 91px;
}

.menu .main-menu .boh3 i:after {
    width: 132px;
    height: 132px;
}

.menu .main-menu .boh9 i:after {
    width: 101px;
    height: 101px;
}

.copyright {
    font-size: 0.7em;
    color: #000;
    margin-top: -3em;
}

.clickable {
    cursor: pointer;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.nutka.active span {
    background-image: url(../img/nav_sound.png);
}

.nutka span {
    background-image: url(../img/nav_sound2.png);
}

.nutka span {
    width: 60px;
    background-size: 200% 100%;
    height: 60px;
    background-position: 0 0;
    display: inline-block;
    background-repeat: no-repeat;
    top: 5px;
    position: relative;
}

nav.left-menu li a img {
    width: 100%;
}

.menu-glowne li a img {
    display: none;
}

.menu-glowne li a {
    height: 27px;
    display: block;
    background: transparent url(/img/naglowki/menu20160104.png) no-repeat top left;
}

.menu-glowne li#strona-glowna a {
    background-position: 0 0;
}

.menu-glowne li#program a {
    background-position: 0 -26px ;
}

.menu-glowne li#wydarzenia a {
    background-position: 0 -50px;
}

.menu-glowne li#konkursy a {
    background-position: 0 -74px;
}

.menu-glowne li#swiat-rybki a {
    background-position: 0 -104px;
    height: 42px;
}

.menu-glowne li#gotuj a {
    background-position: 0 -154px;
    height: 42px;
}

.menu-glowne li#strona-glowna a:hover {
    background-position: -126px 0;
}

.menu-glowne li#program a:hover {
    background-position: -126px -26px ;
}

.menu-glowne li#wydarzenia a:hover {
    background-position: -126px -50px;
}

.menu-glowne li#konkursy a:hover {
    background-position: -126px -74px;
}

.menu-glowne li#swiat-rybki a:hover {
    background-position: -126px -104px;
    height: 42px;
}

.menu-glowne li#gotuj a:hover {
    background-position: -126px -154px;
    height: 42px;
}

@media all and (max-width: 1400px) {
    .menu-glowne li a {
        height: 18px;
        display: block;
        background: transparent url(/img/naglowki/menu-mobile20160104.png) no-repeat top left;
    }

    .menu-glowne li#strona-glowna a {
        background-position: 0 0;
    }

    .menu-glowne li#program a {
        background-position: 0 -18px;
    }

    .menu-glowne li#wydarzenia a {
        background-position: 0 -35px;
    }

    .menu-glowne li#konkursy a {
        background-position: 0 -52px;
    }

    .menu-glowne li#swiat-rybki a {
        background-position: 0 -72px;
        height: 31px;
    }

    .menu-glowne li#gotuj a {
        background-position: 0 -104px;
        height: 31px;
    }

    .menu-glowne li#strona-glowna a:hover {
        background-position: -87px 0;
    }

    .menu-glowne li#program a:hover {
        background-position: -87px -18px ;
    }

    .menu-glowne li#wydarzenia a:hover {
        background-position: -87px -35px;
    }

    .menu-glowne li#konkursy a:hover {
        background-position: -87px -52px;
    }

    .menu-glowne li#swiat-rybki a:hover {
        background-position: -87px -72px;
        height: 31px;
    }

    .menu-glowne li#gotuj a:hover {
        background-position: -87px -104px;
        height: 31px;
    }
}

.postac-left.side-nav li:first-child nav.left-menu {
    margin-top: -20px;
}

#filmy-search-form div.options ul{
    margin:0;
}

#filmy-search-form div.options li label {
    padding: 3px 10px;
    cursor: pointer;
}

#filmy-search-form div.options .selected {
    background: #db0451 none repeat scroll 0 0;
    border-radius: 12px;
    color: #fff;
    padding: 3px 15px;
}

#zabawa-search-form div.options {
    padding-right: 55px;
}

#zabawa-search-form div.options li label {
    padding: 3px 10px;
    cursor: pointer;
}

#zabawa-search-form div.options .selected {
    background: #db0451 none repeat scroll 0 0;
    border-radius: 12px;
    color: #fff;
    padding: 3px 15px;
}

.share-button {
    display: block;
    width: 30%;
    height: auto;
    float: left;
}

.formularz .form-group {
    margin-bottom: 15px;
}

.formularz .default-view .form-group label.help {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.formularz .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.formularz .hint-block {
    display: none;
}

.formularz .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.formularz .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

p a {
    color: #DC1B55;
}

.test-postac {
    display: none;
}

.loaded .test-postac {
    display: block;
}

.title-wrapper .postac-icon:after {
    display: block;
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background: transparent url(/img/babel-tvprog-3.png) no-repeat top left;
    background-size: cover;
    top: 0;
    left: 20px;
}

.title-wrapper .postac-icon {
    width: 100px;
    position: absolute;
    top: -19px;
    left: -100px;
}

.title-wrapper .postac-icon img {
    width: 90%;
    border-radius: 50%;
    margin: auto;
    left: 20%;
    position: relative;
}

.prog-filter:hover h3 {
    color: #fff;
}

.prog-filter.inactive img, .prog-filter.inactive h3 {
    opacity: 0.7;
}

.prog-filter span {
    display: none;
}

.wszystkie-programy.light-menu .search {
    top: -3px;
    right: -20px;
}

.wszystkie-programy.light-menu .search-wrapper {
    height: 45px;
}

.wszystkie-programy.light-menu .search-button {
    padding: 8px 4px 8px 8px;
}

.wszystkie-programy.light-menu .options input[type=search] {
    top: -5px;
    background: #fff !important;
}

#prace-search-form {
    width: 660px;
    margin: 20px auto;
    padding: 15px;
    background: #fff;
}

#prace-search-form input[type='text'] {
    width: 221px;
    margin: 0 10px;
    padding: 10px;
}

#prace-search-form select {
    padding: 10px;
    margin: 0 10px;
}

#prace-search-form {
}

.hide {
    display: none;
}

.g1008 > h2.title {
    position: absolute;
    margin-top: 10px;
    left: 27px;
    font-size: 12px;
    text-indent: -5000px;
}

.film-head-pink > h3 {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.film-head-pink > .h5 {
    font-weight: 600;
    color: #dbeceb;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.film-head-blue > .h5 {
    font-weight: 600;
    color: #dbeceb;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.film-head-blue h3 {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.light-menu .h3 {
    float: left;
    font-size: 16px;
    text-transform: none;
    margin: 5px 0 0 20px;
}

.light-menu .h3:hover {
    color: #db0451;
}

.film-head-wszystkie h3 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-box .g1008 {
    margin-left: -32px;
    width: 1008px;
}

.film-head-wszystkie h3 a {
    color: #fff;
}

.event-small h3, .event-small .h3 {
    text-overflow: initial;
    white-space: normal;
    overflow: visible;
}

@media only screen and (max-width: 1023px) {
    .up-btn {
        bottom: -50px !important;
        transition: bottom .3s ease-out;
    }

    .up-btn.visible {
        bottom: 20px !important;
    }
}

.xmas.c-top__logo {
    width: 123px;
    min-width: 89px;    
}

.xmas .c-logo__animation {
    background-image: url(/img/logo-sticky-xmas.png);
}
.xmas .c-logo::after {
    padding-bottom: 79.527%;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.program-item.row {display:flex !important}
.program-item.row .center {padding:0;}
.program-item.row .babel
{
    width: 144px;
    margin:3px;

}
.program-item.row .has-babel::after {
    width: 145px;
    height: 145px;

}

.program-item.row .left > .program-img {
    width:148px;
}


.badge.blue {
    color: #fff !important;
    background: #1f99a5;
    height: 2rem;
    border-radius: 2rem;
    width: 2rem;
    line-height: 1.7rem;
    text-align: center;
}
.program-item.prev.row, .program-item.next.row {
    display: none !important;
}

.col-2 > .right {width:100%;}


.c-thumb--gra::after, .c-thumb--zabawa::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    width: 79px;
    height: 79px;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 10;
    background-position: center;
}

.c-thumb--gra:after{
    background-image:url(/img/gry-icon2.png)
} 
.c-thumb--zabawa:after{
    background-image:url(/img/zabawy-icon2.png)
} 
.c-thumb--video:after{
    background-image:url(/img/filmy-icon2.png)
} 
.c-thumb{
    background-color: white !important;
}


.film-wrapper .content {background-color: #fff;}

.btn-rounded {border-radius: 25px;
padding-left: 1rem;
padding-right: 1rem;} 


.btn-pink {background:#db0451;color:#fff;}
.btn > img {vertical-align: bottom;}

.ias-noneleft{
    margin: 1rem 0 3rem 0;
}

.c-radio {
    

    border-radius: 25px;
    height: 50px;
    background: #d40451;
    line-height: 50px;
}

.c-radio input {display: inline;margin-left: 20px;}

.c-radio label {display: inline-block !important;margin-left: 20px;color: #fff;}
.c-radio label {}

.lista .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.seria-thumb {
    border: 4px solid #369ea8;
    margin: 0 5px;
    border-radius: 20px;
    min-height: 100px;
}

h2.thumb_title {
    font-size: 18px;
    min-width: 173px;
    margin-bottom: 0;
    padding: 7px 10px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: none;
}

.thumb_overlay {
    min-width: 60%;
}


.image img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.thumb_overlay span {
    font-size: 12px;
    padding: 0 10px;
    font-weight: normal;
    margin-bottom: 10px;
}

.seria-thumb .image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 20px;
}

.active .thumb_overlay {
    background: #369ea8;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    color: #fff;
}

.pink-hover:hover {
    color: #db0451 !important;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

                        .tmp {border: solid 1px #00FF00; box-sizing: border-box; }
                        .dolacz-do-canalplus-wrapper { padding-top: 0.2px; }

                        .ogladaj-canalplus-wrapper {
                            background-color: #CBE7E3;
                            font-size: 25px; font-weight: 700;
                            font-family: "Open Sans";
                        }
                        .ogladaj-canalplus-wrapper .pink-hover {
                            color: #db0451;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }
                        .ogladaj-canalplus-wrapper .pink-hover > span > img {
                            margin-left: 5px; margin-right: 5px;
                        }
                        .ogladaj-canalplus-wrapper .pink-hover > svg{
                            margin-left: 5px;
                        }

                        .dolacz-do-canalplus-wrapper .blok01 {
                            display: flex; justify-content: center; font-family: "Open Sans"; font-weight: 600;
                            font-size: 22px; flex-wrap: wrap;
                            align-items: center; color: #db0451;
                            background-color: rgba(203, 231, 227, 0.42);
                            padding-top: 20px; padding-bottom: 20px;
                            text-transform: uppercase;
                        }
                        .dolacz-do-canalplus-wrapper .blok01 span:nth-child(3) {
                            font-size: 30px; width: 100%; text-align: center;
                            margin-top: -10px;
                        }
                        .dolacz-do-canalplus-wrapper .blok01 .logo-minimini {
                            margin-left: 0.5em; margin-top: -8px;
                        }

                        .dolacz-do-canalplus-wrapper .blok02 {

                        }
                        .dolacz-do-canalplus-wrapper .blok02 .canalplus-logo { width: 70px; }
                        .dolacz-do-canalplus-wrapper .blok02 > ul {
                            margin: 0; padding: 0; list-style: none;
                            display: flex; justify-content: center;
                        }

                        .dolacz-do-canalplus-wrapper .blok02 > ul > li:nth-child(2) {
                            padding: 0 2em; font-weight: 800; font-size: 16px;
                            color: #db0451; display: flex; align-items: center;
                        }
                        .dolacz-do-canalplus-wrapper .blok02 ul.pakiety {
                            list-style: none; margin: 0; padding: 0;
                            display: flex; font-size: 14px; color: black;
                            justify-content: center;
                            align-items: center;
                        }
                        .dolacz-do-canalplus-wrapper .blok02 ul.pakiety li:nth-child(2) {
                            margin-left: 1em; margin-right: 1em;
                        }

                        .dolacz-do-canalplus-wrapper .blok02 ul > li:nth-child(1) {
                            width: calc(50% - 51px); max-width: 360px;
                        }
                        .dolacz-do-canalplus-wrapper .blok02 ul > li:nth-child(3) {
                            width: calc(50% - 51px); max-width: 360px;
                        }
                        .dolacz-do-canalplus-wrapper .blok02 ul > li:nth-child(3) .pakiety {
                            width: 100%;
                        }
                        .dolacz-do-canalplus-wrapper .blok02 ul > li:nth-child(3) .pakiety li:nth-child(1) {
                            width: 60px;
                        }
                        .dolacz-do-canalplus-wrapper .blok02 ul > li > a {
                            display: block; width: 100%; height: 100%; padding: 40px;
                            border: solid 5px white; border-radius: 15px;
                            display: flex;
                            flex-direction: column;
                            justify-content: space-between;
                            align-items: center;
                            box-shadow: 0px 0px 40px rgba(0,0,0,0.3);
                        }
                        .dolacz-do-canalplus-wrapper .blok02 ul > li > a:hover {
                            border-color: #db0451;
                            box-shadow: 0px 0px 40px rgba(212,4,81,0.3);
                        }

                        .dolacz-do-canalplus-wrapper .blok02 ul > li:nth-child(3) .tv-sat span {
                            display: flex; align-items: center; font-family: "Open Sans"; font-weight: 800;
                            color: black; font-size: 16px;
                        }
                        .dolacz-do-canalplus-wrapper .blok02 ul > li:nth-child(3) .tv-sat span > svg {
                            margin-left: 0.5em; margin-top: -2px;
                        }

                        .dolacz-do-canalplus-wrapper .blok02 .lista {
                            font-family: "Open Sans"; font-size: 14px;
                        }
                        .dolacz-do-canalplus-wrapper .blok02 .lista > div { display: flex; }
                        .dolacz-do-canalplus-wrapper .blok02 .lista > div > svg { margin-top: 4px; margin-right: 5px; }
                        .dolacz-do-canalplus-wrapper .blok02 .lista > div > p { color: black; margin-bottom: 10px; }

                        .dolacz-do-canalplus-wrapper .btn.sprawdz {
                            background-color: #db0451; width: 100%; color: white;
                            border-radius: 25px; max-width: 320px;
                            text-transform: uppercase; font-weight: 600;
                        }
                        .dolacz-do-canalplus-wrapper .btn-wrapper {
                            display: block;
                        }

                        .dolacz-do-canalplus-wrapper .blok03 {
                            font-size: 14px; color: black; font-family: "Open Sans";
                            background-color: rgba(255,255,255,0.5);
                        }
                        .dolacz-do-canalplus-wrapper .blok03 a {
                            color: #db0451;
                        }
                        .dolacz-do-canalplus-wrapper .blok03 a:hover {
                            text-decoration: underline;
                        }

                        @media (max-width: 991px) {
                            .dolacz-do-canalplus-wrapper .blok02 > ul {
                                flex-wrap: wrap;
                            }
                            .dolacz-do-canalplus-wrapper .blok02 > ul > li {
                                width: 100%; margin-bottom: 1em;
                            }

                            .dolacz-do-canalplus-wrapper .blok02 > ul > li:nth-child(3),
                            .dolacz-do-canalplus-wrapper .blok02 > ul > li:nth-child(1) {
                                width: 100%;
                            }

                            .dolacz-do-canalplus-wrapper .blok02 > ul > li:nth-child(2) {
                                justify-content: center;
                            }

                            .dolacz-do-canalplus-wrapper .blok03 a {
                                display: block;
                            }

                            .ogladaj-canalplus-wrapper {
                                font-size: 14px;
                            }
                        }

                        @media (max-width: 575px) {
                            .dolacz-do-canalplus-wrapper .btn.sprawdz {
                                max-width: 200px;
                            }
                            .ogladaj-canalplus-wrapper .pink-hover > span {
                                max-width: 210px; text-align: left;
                            }
                            .ogladaj-canalplus-wrapper .pink-hover > span > img {
                                margin-bottom: -14px; vertical-align: unset;
                            }
                        }

.oggy-oggy .postac-icon-main::after {background: transparent;}
.postac-icon-main.oggy-oggy::after {
    opacity:0.4;
}

header.header-sg + .google-auto-placed {
margin-top:70px;
}
.google-auto-placed + .bgs {margin-top:40px;}
.adsbygoogle::before {
  content: "REKLAMA";
  display: block;
  text-align: center;
  font-size: 10px;
  text-decoration: none;
}