@import "../fonts/doko-book/stylesheet.css";

@import "../fonts/ncplus/stylesheet.css";
@font-face {
  font-family: "CanalDemiPlain";
  src: url("../fonts/canal_demi_plain_pl-webfont.eot");
  src: url("../fonts/canal_demi_plain_pl-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/canal_demi_plain_pl-webfont.woff") format("woff"), url("../fonts/canal_demi_plain_pl-webfont.ttf") format("truetype");
}

.main-nav .nav {
}

.main-nav .nav>li.dropdown.open,.main-nav .nav>li.dropdown:hover {
    position: static;
}

.device-Desktop .container {min-width:980px !important;}


.main-nav .nav>li.dropdown.open .dropdown-menu,.main-nav .nav>li.dropdown:hover .dropdown-menu {
    display: table;
    border-radius: 0px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: -1px;
    background: #08a9bc;
    border-color: #08a9bc;
    color: #fff;
}

.main-nav .dropdown-menu>li {
    display: block;
    height: 52px;
    line-height: 52px;
    vertical-align: middle;
    width: 25%;
    float: left;
    text-align: left;
}

.main-nav .dropdown-menu>li>a {
    padding-left: 31px;
}

@media screen and (max-width: 767px) {
    .main-nav .dropdown-menu>li {
        display:block;
    }
}

.main-nav .nav-justified>li>a {
    padding: 0;
}

a.logo {
    background: rgba(0,0,0,0) url(../img/logo.png) no-repeat scroll 50% 50%;
    display: block;
    height: 87px;
    margin-top: 36px;
    text-indent: -9999px;
    width: 189px;
    margin-bottom: 35px;
}

.navbar-inverse {
    margin-bottom: 0;
}

.type-search input {
    background: #5a5555 url(../img/icon-search.png) no-repeat scroll 12px 50%;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-family: "ncplus_pl_lightregular",Arial,sans-serif;
    height: 50px;
    margin-left: 5px;
    outline: medium none;
    padding: 7px 8px 7px 38px;
    width: 100%;
}

form.navbar-form.navbar-right.type-search {
    margin: 0;
}

nav.main-nav>div>div>ul>li>a {
    padding: 0 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 82px;
    border-radius: 0;
    white-space: nowrap;
}

nav.main-nav ul li a {
    font-family: "CanalDemiPlain",Arial,sans-serif;
    color: #fff;
    display: block;
    line-height: 52px;
    text-align: left;
    font-size: 18px;
}

.main-nav .caret {
    display: none;
}

.nav>li>a:hover,.nav>li>a:focus,.nav .open>a,.nav .open>a:hover,.nav .open>a:focus,.nav li:hover a {
    background-color: #08a9bc;
    color: #fff;
    border: none;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    background: transparent;
    color: #fff;
    text-decoration: underline;
}

.navbar-inverse .nav li>a {
    font-family: "CanalDemiPlain",Arial,sans-serif;
}

.function-menu ul li.login a {
    background-image: url(../img/ico-user.png);
    background-position: 18px 19px;
    background-repeat: no-repeat;
    padding-left: 42px;
}

.function-menu ul li>a:hover,.function-menu ul li.open>a {
    background-color: #08a9bc;
    background-position: 18px -69px;
    border: 0 none;
    color: #fff;
    text-decoration: none;
}

.function-menu {
    margin-bottom: 0!important;
}

body {
    padding: 0!important;
    font-family: "CanalDemiPlain",Arial,sans-serif;
    background: #e4f0f2;
}

div.program-tv div.soon {
    border-bottom: 4px solid #08a9bc;
    display: block;
    position: relative;
}

div.program-tv div.soon img {
    height: auto;
    width: 100%;
}

div.program-tv div.soon h6 {
    background: rgba(0,0,0,0) url(../img/soon-on.png) no-repeat scroll 100% 100%;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 27px;
    height: 106px;
    margin: 0;
    position: absolute;
    right: 0;
    width: 242px;
}

div.program-tv div.soon h6 a {
    color: #fff;
    display: block;
    font-size: 26px;
    font-weight: normal;
    margin-left: 95px;
    margin-top: 20px;
}

div.program-tv div.soon h6 a span {
    font-size: 36px;
}

div.program-tv div.soon-info {
    border-bottom: 4px solid #3d6165;
    display: block;
    overflow: auto;
    padding-bottom: 56px;
}

div.program-tv div.soon-info h5 {
    font-size: 29px;
    line-height: 29px;
    margin-top: 0;
}

div.program-tv div.soon-info p {
    font-family: "Doko Book",Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
}

div.program-tv div.program {
    width: 100%;
    line-height: 23px;
    font-size: 26px;
}

div.program-tv div.program div.row {
    border-bottom: 1px solid #9fd5e0;
}

div.program-tv div.program>div.row:last-child {
    border-bottom: medium none;
}

div.program-tv div.program div.row>div {
    padding-bottom: 9px;
    padding-top: 9px;
    vertical-align: top;
}

div.program-tv div.program div.row .time {
    color: #002f34;
    font-size: 36px;
    text-align: left;
    vertical-align: middle;
    font-family: "CanalDemiPlain";
    line-height: 100px;
}

div.program-tv div.program div.row .time .info{
    line-height:8px; 
    margin-top: -2rem;
}
div.program-tv div.program div.row .time .info img {

    float: left;
    padding-top: 2px;
    margin-right: 5px;
}
div.program-tv div.program div.row .time .info span {
    
    font-weight: normal;
}

div.legenda {
    border-top:1px solid #9fd5e0;
    border-left: 1px solid #9fd5e0;
    padding: 10px 0 0 10px;
}

div.program-tv div.program div.row .title {
    vertical-align: top;
}

div.program-tv div.program div.row .title a {
    color: #002f34;
    font-family: "CanalDemiPlain",Arial,sans-serif;
    font-size: 27px;
    height: 2em;
    line-height: 29px;
    margin-top: 0;
    overflow: hidden;
    padding-top: 0;
}

div.program-tv div.program div.row .title span {
    color: #002f34;
    display: block;
    font-family: "CanalDemiPlain",Arial,sans-serif;
    font-size: 10px;
    letter-spacing: 0.7em;
    margin-bottom: 4px;
}

div.program-tv div.program div.row .title p {
    font-family: "Doko Book",Arial,sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

div.program-search {
    border-top: 4px solid #3d6165;
}

div.program-search h4 {
    font-size: 27px;
}

div.program-search form {
    background-color: #fff;
    margin-top: 50px;
    padding: 5px 2%;
    width: 100%;
}

div.program-search form input,div.program-search form button {
    border: medium none;
    box-shadow: none;
    font-size: 16px;
}

div.program-search form button[type="submit"] {
    background: rgba(0,0,0,0) url("../img/icon-search-blue.png") no-repeat scroll 50% 50%;
    padding: 0;
    text-indent: -9999px;
    width: 10%;
}

div.program-tv div.soon-info h5 span {
    font-size: 11px;
    letter-spacing: 4px;
    line-height: 75px;
}

footer {
    color: #fff;
    padding: 48px 0 32px;
    margin-top: 40px;
    background: #4b464a;
}

footer ul {
    clear: both;
    list-style-type: none;
    margin: 0 0 48px;
    padding: 18px 0 0 0;
    display: block;
    font-size: 18px;
    color: #fff;
}

footer p {
    font-family: "Doko Book",Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: justify;
}

footer ul li {
    display: block;
    float: none;
    color: #fff;
}

footer ul li a {
    color: #fff;
    font-family: "Doko Book";
}

.before-btn {
    margin: 30px;
}

.before-btn a i {
    margin-right: 14px;
    font-size: 11px;
}

.programbtns .btn {
    margin: 5px 4px;
    width: 30%;
}

div.program-tv div.on-air {
    border-top: 4px solid #3d6165;
    margin-top: 90px;
}

div.program-tv div.on-air h4 {
    color: #002f34;
    font-size: 27px;
    margin-top: 28px;
}

div.program-tv div.on-air div.items {
    display: block;
    margin-top: 45px;
    max-height: 500px;
    overflow: hidden;
}

div.program-tv div.on-air a {
    color: #002f34;
    font-size: 22px;
    line-height: 30px;
}

div.program-tv div.on-air div.item img {
    float: left;
    margin-right: 16px;
}

div.program-tv div.on-air div.item {
    clear: both;
    display: block;
    margin-bottom: 24px;
    overflow: auto;
}

#szukaj-form .tt-scrollable-menu {
}

.breadcrumb {
    background-color: transparent;
    font-size: 11px;
    letter-spacing: 0.3em;
    margin-bottom: 0;
    padding: 18px 0;
    text-transform: uppercase;
}

.breadcrumb a {
    color: #08a9bc;
}

.breadcrumb li.active {
    color: #002f34;
}

.breadcrumb>li+li::before {
    color: #002f34;
    font-family: arial, sans-serif;
    content: " > ";

}

div.gallery div.thumbs a.prev,div.gallery div.thumbs a.next {
    display: block;
    height: 55px;
    outline: medium none;
    position: absolute;
    text-indent: -9999px;
    top: 16px;
    width: 54px;
    z-index: 2;
}

div.gallery div.thumbs a.prev {
    background: rgba(0,0,0,0) url(../img/gallery-prev.png) no-repeat scroll 50% 50%;
    left: 0;
}

.canals div span {
    display: block;
    font-family: "Doko Book",Arial,sans-serif;
    font-size: 13px;
    color: #fff;
    margin-bottom: 20px;
}

.canals div a {
    color: #fff;
}

footer strong {
    font-size: 18px;
}

footer a:hover {
    color: #fff;
}

div#cookie_policy {
    position: fixed;
    bottom: 0;
    background: rgb(238,238,238);
    background: linear-gradient(to bottom,rgba(204,204,204,0.6) 0%,rgba(238,238,238,0.6)100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
    /* IE6-9 */
    width: 100%;
    font-size: 11px;
    padding: 7px;
    text-align: center;
}

div#FBRight {
    position: fixed;
    top: 30%;
}

.nav-top {
    background: #fff;
    color: #3d362e;
}

.nav-top a {
    color: #3d362e;
    font-size: 13px;
    font-family: CanalDemiPlain;
    font-weight: 500;
}

a.szukaj-btn.btn {
    background: transparent url(../img/search_ico.png) no-repeat center left;
    padding-left: 37px;
}

a.btn.btn-zaloguj {
    background: transparent url(../img/logowanie_ico.png) no-repeat center left;
    padding-left: 25px;
    margin-left: 20px;
}

.navbar {
    background: #0091a1;
    min-height: 82px;
    border-color: #3cabb7;
    margin: 0!important;
}

a.navbar-brand {
}

.navbar-brand>img {
    max-height: 100%;
}

.navbar-brand {
    float: left;
    padding: 11px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 80px;
    position: relative;
}

.carousel-caption {
    background: rgba(0,0,0,0.6);
    left: 0;
    width: 100%;
    text-align: left;
    background: rgba(0,180,200,0.6)!important;
    padding: 0;
    bottom: 0;
    height: 10em;
}

.carousel-caption h3 {
    font-size: 5em;
    text-shadow: 2px 4px 5px rgba(0,0,0,0.7);
}

.carousel-caption p {
    font-size: 2em;
    font-family: "Doko Book";
    font-weight: 300;
}

.carousel-caption .container {
    padding: 1em 4em 1em;
}

.item.resitem {
    padding-bottom: 39%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

div#slider-thumbs {
    height: 4.6em;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #0091a1;
}

div#slider-thumbs ul.list-inline {
    display: table;
    width: 100%;
    font-family: "CanalDemiPlain",Arial,sans-serif;
    height: 4.6em;
    color: #fff;
    font-size: 16px;
}

div#slider-thumbs ul.list-inline li {
    display: table-cell;
    width: 1%;
    text-align: center;
    vertical-align: middle;
    border-left: 0px solid #00b4c8;
    border-right: 2px solid #00b4c8;
    padding: 0 1.5em;
}

div#slider-thumbs ul.list-inline li:first-child {
    border-left: 2px solid #00b4c8;
}

div#slider-thumbs ul.list-inline li a,div#slider-thumbs ul.list-inline li a:hover {
    color: #fff;
    text-decoration: none;
}

div#slider-thumbs ul.list-inline li.selected {
    background: #00b4c8;
}

div#slider {
}

div#slider-container {
    margin-bottom: 6em;
}

h1 a,h1 a:hover,.h1 a,.h1 a:hover {
    color: #333;
    text-decoration: none;
}

.item a {
    text-decoration: none!important;
}

.item p a,.item p a:hover,.item h2,.item h3,.item h3 a {
    color: #333!important;
    font-size: 24px;
    font-family: "CanalDemiPlain";
    text-decoration: none!important;
    margin: 15px 0;
    display: block;
}

.item h2,.item h3 {
    min-height: 2.2em;
}

.item span+h2,.item span+h3 {
    margin-top: 0;
}

h3>small {
    font-family: "Doko Book"
}

.border-bottom {
    border-bottom: 4px solid #3d6165;
}

.border-top {
    border-top: 4px solid #3d6165;
}

.item p {
    height: 3em;
}

div.news.news-bg-1 {
    background: rgba(0,0,0,0) url(../img/bg-news-1a.png) no-repeat scroll 200px 50%;
    padding: 20px 0;
}

div.news {
    display: block;
    height: 248px;
}

div.news h3 {
    color: #002E34;
    font-size: 23px;
    margin-top: 0;
    margin-bottom: 0;
}

div.news h2 a,div.news p,div.news p a,div.news h3 a {
    color: #002E34;
    text-decoration: none!important;
}

div.news h4 a {
    color: #08a9bc;
    font-family: "ncplus_pl_lightregular",Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.3em;
}

div.news p a {
    color: #002f34;
    font-family: "Doko Book",Arial,sans-serif;
    font-size: 18px;
    padding-right: 1em;
}

div.news img {
    float: left;
    margin: 0 30px 0 15px;
}

.thumb-image {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    height: 208px;
    width: 370px;
}

.site-index h3 a {
    color: #002f34;
    font-size: 24px;
    text-decoration: none!important;
}

.box p {
    font-family: "Doko Book",Arial,sans-serif;
}

.site-index .box h3 {
    margin-bottom: 0;
}

.soon h5,.soon .h5 {
    font-size: 2.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 1.2em;
    white-space: nowrap;
}

.soon h5 a,.soon .h5 a {
    font-size: 0.7em;
    color: #333333;
    text-decoration: none!important;
    overflow: hidden;
}

div.gallery div.thumbs {
    background: #fff none repeat scroll 0 0;
    display: block;
    margin-top: 3px;
    position: relative;
    width: 100%;
}

div.gallery div.thumbs a.prev,div.gallery div.thumbs a.next {
    display: block;
    height: 55px;
    outline: medium none;
    position: absolute;
    text-indent: -9999px;
    top: 16px;
    width: 54px;
    z-index: 2;
}

div.gallery div.thumbs a.prev {
    background: rgba(0,0,0,0) url(../img/gallery-prev.png) no-repeat scroll 50% 50%;
    left: 0;
}

div.gallery div.thumbs a.next {
    background: rgba(0,0,0,0) url(../img/gallery-next.png) no-repeat scroll 50% 50%;
    right: 0;
}

.container>h1:first-child,.container .h1 {
    color: #002f34;
    margin-top: 1.1em;
}

div#show-prev {
    font-size: 12px;
    font-family: "CanalDemiPlain";
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #08afce;
    line-height: 100px;
    border-bottom: 1px solid #9fd5e0;
    cursor: pointer;
}

div#show-next {
    font-size: 12px;
    font-family: "CanalDemiPlain";
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #08afce;
    line-height: 100px;
    cursor: pointer;
}

.datebtns>.btn,#search-form .btn {
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 4px;
    
}
.datebtns>.btn#prev,.datebtns>.btn#next, .pagination li.next, .pagination li.prev {
    font-family:sans-serif;
}

.item h4 a,.h4 a {
    color: #002f34!important;
    text-decoration: none!important;
    font-size: 20px;
}

.margin-bottom-1em {
    margin-bottom: 1em;
}

.margin-bottom-2em {
    margin-bottom: 2em;
}

.margin-bottom-3em {
    margin-bottom: 3em;
}

.video>a:after {
    display: block;
    content: "\e072";
    position: absolute;
    width: 50px;
    background: #08a9bc;
    height: 50px;
    left: 50%;
    text-align: center;
    font-family: 'Glyphicons Halflings';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    font-size: 35px;
    line-height: 50px;
    opacity: 0.9;
    border-radius: 100%;
    top: 27%;
    margin-left: -25px;
    padding: 0;
    text-indent: 6px;
}

.video a {
    position: relative;
    display: block;
}

h3,.h3 {
    font-size: 26px;
    margin: 24px 0;
    color: #333333;
}

.emisja.program {
    padding: 5px0;
}

.field-programsearch-tytul {
    margin-left: 10px;
}

.btn.submit {
    font-size: 19px;
    padding: 5px 20px 0px;
}

.item.more {
}

.item.more h3 {
    position: absolute;
    top: 0%;
    width: 100%;
    text-align: center;
    color: #fff!important;
    font-size: 20px;
    text-transform: uppercase;
    height: 100%;
    padding-top: 14%;
}

.item.more h3 span {
    font-size: 40px;
}

.star a {
    color: #002f34;
    font-size: 20px;
}

.star p {
    font-size: 14px;
    font-family: "Doko Book";
}

.emisja strong {
    color: #002f34;
    display: block;
    font-size: 20px;
}

.emisja span {
    font-size: 16px;
    font-family: "Doko Book";
    color: #333333;
    text-decoration: none!important;
}

.emisja a {
    text-decoration: none!important;
}

.emisja {
    margin-bottom: 15px;
}

.owl-item a.btn.btn-block {
    text-transform: uppercase;
}

.datebtns a#prev {
    margin-right: 5px;
}

.datebtns a#next {
    margin-left: 5px;
}

.datebtns .owl-carousel {
    max-width: 500px;
    float: left;
}

.gallery .description {
    clear: both;
    padding-top: 2em;
    padding-left: 1em;
    background: #fff;
}

.gallery .description h2,.gallery .description h3 {
    margin-top: 0;
}

.flv.owl-thumb-item:after {
    display: block;
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 58%;
    background: transparent url(../img/playbtn.png) no-repeat center;
    top: 0;
    left: 0;
    background-size: 42%;
}

.owl-thumb-item {
    cursor: pointer;
}

.videoContainer .video-js.vjs-standard-skin .vjs-big-play-button:hover {
    background-color: rgba(8,169,188,.85);
}

.videoContainer .video-js.vjs-standard-skin .vjs-control:hover,.videoContainer .video-js.vjs-standard-skin.vjs-playing .vjs-play-control:hover {
    background: rgba(8,169,188,.85);
}

.videoContainer .video-js.vjs-standard-skin .vjs-play-progress,.videoContainer .video-js.vjs-standard-skin .vjs-play-progress.vjs-ad-progress,.videoContainer .video-js.vjs-standard-skin .vjs-volume-level {
    background: rgb(8,169,188);
}

.videoContainer .video-js.vjs-standard-skin .vjs-volume-control:hover,.videoContainer .video-js.vjs-standard-skin .vjs-current-time:hover,.videoContainer .video-js.vjs-standard-skin .vjs-duration:hover,.videoContainer .video-js.vjs-standard-skin .vjs-remaining-time:hover,.videoContainer .video-js.vjs-standard-skin .vjs-time-divider:hover {
    background: transparent;
}

.flv.owl-thumb-item:after {
    display: block;
    content: "\e072";
    position: absolute;
    width: 50px;
    background: #08a9bc;
    height: 50px;
    left: 50%;
    text-align: center;
    font-family: 'Glyphicons Halflings';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    font-size: 35px;
    line-height: 50px;
    opacity: 0.9;
    border-radius: 100%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    padding: 0;
    text-indent: 6px;
}

.info+h1 {
    margin-top: 5px;
}

small.info {
    font-size: 12px;
    letter-spacing: 3px;
    color: #002f34;
}

.btn-wszystko {
    padding: 5px;
    margin-bottom: 20px;
    background-image: url(../img/more_arrow.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-color: #08a9bc!important;
    cursor: pointer;
    min-height: 101px;
}

.btn-wszystko>small {
    position: absolute;
    margin-top: -1.9em;
    color: #08a9bc;
    font-size: 12px;
    left: 14px;
}

.btn-wszystko strong {
    font-size: 24px;
    max-width: 219px;
    padding-left: 5px;
    float: left;
    min-width: 206px;
    overflow-y: hidden;
    max-height: 95px;
    line-height: 32px;
}

.btn-wszystko a {
    color: #ffffff;
    text-decoration: none!important;
}

.btn-wszystko img {
    vertical-align: top;
    float: left;
}

.program-info strong.lead {
    font-family: "CanalDemiPlain",Arial,sans-serif;
    font-size: 20px;
    margin-bottom: 2em;
    display: block;
}

.program-info {
    font-family: "Doko Book",Arial,sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 2em;
}

.program-info p>img {
    max-width: 100%
}

span.select2-dropdown.select2-dropdown--below {
    min-width: 300px;
}

.field-wideosearch-id_program {
    margin: 0 4px;
}

.artykul h1 {
    margin-top: 0;
    font-size: 30px;
}

.artykul p {
    font-family: "Doko Book",Arial,sans-serif;
    font-size: 20px;
    margin-bottom: 1.5em;
    text-align: justify;
}

p>strong {
	-webkit-text-stroke: 0.5px black;
    /*font-weight: bold;
	font-family: "Doko Bold",Arial,sans-serif;*/
}

p .right {
    float: right;
    margin: 0 0 20px 20px;
}

p .left {
    float: left;
    margin: 0 20px 20px 0;
}

.border-top+h1 {
    margin-top: 1em;
    font-size: 30px;
}

.border-top+h2 {
    margin-top: 1em;
    font-size: 26px;
}

a.letter {
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    margin-left: 2px;
}

.filters-line {
    line-height: 36px;
}

.filters-line p {
    font-size: 20px;
    font-family: "Doko Book";
}

.dict-item h2 {
    color: #002f34;
    font-size: 23px;
    line-height: 25px;
}

.dict-item p {
    font-family: "Doko Book";
    font-size: 17px;
    min-height: 6em;
    display: inline-block;
}

a.more {
    font-size: 12px;
    text-transform: uppercase;
}

.right-col a h3,.right-col a h4,.right-col a .h3 {
    font-family: "CanalDemiPlain";
    font-size: 20px;
    color: #002f34;
    margin: 15px 0;
    text-transform: uppercase;
}

.margin-top-0 {
    margin-top: 0!important;
}

.item h3 small.info {
    margin-top: -0.5em;
    display: block;
    margin-bottom: 5px;
}

div.tags-list ul {
    list-style: outside none none;
    margin: 50px 0 0;
    padding: 0;
}

div.tags-list ul li {
    color: #002f34;
    float: left;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.2em;
    line-height: 2em;
    padding-left: 0.3em;
    text-transform: uppercase;
}

div.tags-list ul li a {
    color: #002f34;
}

div.tags-list ul li::after {
    content: " ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· ";
}

.user-actions .btn-group {
    margin: 0 4px;
}

.user-actions .btn {
    background: #fff;
}

.user-actions .dropdown-menu>li>a:hover,.user-actions .dropdown-menu>li>a:focus {
    color: #000;
}

.prasa h3 {
    color: #002f34;
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 10px;
}

.prasa p {
    font-family: "Doko Book";
}

.prasa a {
    text-decoration: none!important;
}

img.pressFotoRight {
    float: right;
    max-width: 100%;
    margin-bottom: 20px;
}

img.thumbnail.pull-left {
    margin-right: 10px;
}

.row.no-padding {
    margin-left: 0;
    margin-right: 0;
}

.row.no-padding>div {
    padding: 0;
}

.last-numeric::before {
    position: relative;
    display: inline;
    content: " ... ";
    margin: 0 4px 0 8px;
    float: left;
    font-size: 22px;
    line-height: 33px;
    color: #333;
    font-weight: normal;
    font-family: "Doko Book";
    letter-spacing: -2px;
}

.first-numeric::after {
    position: relative;
    display: inline;
    content: " ... ";
    margin: 0 4px 0 8px;
    float: left;
    font-size: 22px;
    line-height: 33px;
    color: #333;
    font-weight: normal;
    font-family: "Doko Book";
    letter-spacing: -2px;
}

.pagination>li {
}

.pagination>li>a,.pagination>li>span {
    margin-left: 3px;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
}

.tt-suggestion {
    color: #08a9bc!important;
    display: block;
    font-family: "Doko Book",Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    overflow: hidden;
    padding: 13px 20px 13px 40px!important;
    width: auto;
    z-index: 1000;
    border-bottom: 1px solid #e4f0f2;
}

.col-sm-5 .tt-suggestion,.col-sm-4 .tt-suggestion {
    padding: 7px 10px!important;
}

.tt-menu {
    z-index: 1000!important;
}

.col-sm-5 .tt-menu,.col-sm-4 .tt-menu {
    width: auto;
}

.tt-suggestion a.context {
    color: #758082;
    line-height: 0;
}

span.twitter-typeahead {
    display: block!important;
}

.szukaj-field {
    min-width: 300px;
    float: left;
}

.szukaj-field .twitter-typeahead .tt-input {
    background: transparent url(../img/search_ico.png) no-repeat center left;
    padding-left: 39px;
}

.tt-scrollable-menu .tt-menu {
    max-height: 90vh!important;
}

.tt-suggestion a {
    font-family: "Doko Book";
    color: #08a9bc;
}

.search-results h3 {
    margin-bottom: 0;
}

.search-results p {
    font-family: "Doko Book";
}

.owl-item .caption {
    position: absolute;
    z-index: 100;
    bottom: 0;
    color: #fff;
    font-family: "Doko Book";
    background: rgba(0,0,0,0.4);
    width: 100%;
}

.owl-item .caption p {
    margin: 10px 20px;
}

.owl-item .caption h2 {
    margin: 10px 20px;
}

div.item-vote {
    background-color: #fff;
    display: block;
    margin-top: 23px;
    position: relative;
    width: 100%;
}

div.item-vote div.triangle {
    background: rgba(0,0,0,0) url(../img/triangle-fff.png) no-repeat scroll 0 0;
    display: block;
    height: 60px;
    left: -42px;
    position: absolute;
    top: 0;
    width: 42px;
}

div.item-vote h4 {
    float: left;
    font-size: 27px;
    margin-top: 0;
    padding-top: 23px;
}

div.item-vote .btn-vote {
    border: none;
    border-bottom: 4px solid #08a9bc;
    color: #08a9bc;
    display: block;
    font-size: 11px;
    letter-spacing: 0.3em;
    padding-bottom: 4px;
    position: absolute;
    right: 25px;
    top: 25px;
    background: #fff;
}

div.item-vote ul.ranking {
    background-color: #f9fcfc;
    clear: both;
    display: block;
    list-style: outside none none;
    margin-bottom: 0;
    overflow: auto;
    padding-bottom: 16px;
    padding-top: 16px;
    width: 100%;
}

div.item-vote ul.ranking li {
    float: left;
    font-family: "Doko Book",Arial,sans-serif;
    font-size: 19px;
    font-weight: normal;
    margin-right: 60px;
}

div.item-vote ul.ranking li strong {
    font-family: "CanalDemiPlain",Arial,sans-serif;
    font-size: 22px;
    font-weight: normal;
}

div.item-vote ul.vote {
    display: inline-block;
    float: left;
    list-style: outside none none;
    margin-top: 15px;
}

div.item-vote ul.vote li {
    color: #08a9bc;
    display: inline;
    float: left;
    margin: 0 26px;
    text-align: center;
    cursor: pointer;
}

div.item-vote ul.vote li label {
    color: #08a9bc;
    display: block;
    font-size: 11px;
    padding-top: 0;
    width: 15px;
    cursor: pointer;
}

div.item-vote ul.vote li label span {
    background: rgba(0,0,0,0) url(../img/dot-vote.png) no-repeat scroll 100% 0;
    display: block;
    height: 15px;
    margin-top: 5px;
    width: 15px;
}

div.item-vote ul.vote li label:hover span,div.item-vote ul.vote li label.checked span,div.item-vote ul.vote li label :checked+span {
    background: rgba(0,0,0,0) url(../img/dot-vote.png) no-repeat scroll 0 100%;
}

.vote li input[type=" radio "] {
    opacity: 0;
    width: 1px;
    height: 1px;
    position: absolute;
}

.carousel-caption h3,.carousel-caption .h3 {
    font-size: 56px;
    color: #fff!important;
    margin: 0;
    min-height: 0;
}

.row .item {
    margin-top: 20px;
}

.margin-top-1 {
    margin-top: 1em;
}

.margin-top-2 {
    margin-top: 2em;
}

.powiazane a {
    text-decoration: none!important;
}

.powiazane h4 {
    color: #002f34;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 0;
}

.powiazane a>div {
    color: #333333;
    font-family: "Doko Book";
    font-size: 16px;
}

.nasze-programy-pokaz {
    margin-top: 22px;
}

.container.sg-container {
    padding-top: 80px;
}

#carousel-bounding-box h1 {
    position: absolute;
    font-size: 11px;
    color: #909196;
}

.btn-carousel {
    min-width: 117px;
}

h4,.h4 {
    font-size: 20px;
    color: #002f34;
}

#program-right .video a {
}

div#program-right {
    margin-top: 5em;
}

#program-right .item.video {
    margin-top: 0;
}

div.program-tv div.program div.row .title a.blue.more {
    font-size: 12px;
    color: #08afce;
    height: 1.5em;
    display: block;
    line-height: 1.8em;
}

h1:first-child,.h1:first-child {
    margin-bottom: 0.7em!important;
}

.inline {
    margin: inherit;
    font-family: inherit;
    font-size: inherit!important;
    color: inherit!important;
}

.list-view .empty {
    padding: 15px;
    font-size: 28px;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #08a9bc;
}

.row.star {
    margin-bottom: 15px;
}

.form-inline .tt-suggestion.tt-selectable {
    padding-left: 10px!important;
}

#FBRight {
    position: fixed;
    top: 30%;
    background: transparent url(/img_files/FBRight.png) no-repeat top left;
    cursor: pointer;
    z-index: 100;
    right: -240px;
}

#FBRight.visible {
    animation-name: comeIn;
    animation-duration: 500ms;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-fill-mode: both;
    animation-direction: normal;
}

@keyframes comeIn {
    0% {
        right: -240px
    }

    100% {
        right: 0;
    }
}

.main-carousel .jpg {
    width: 100%;
    padding: 37.5% 0;
    background-color: #000;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.owl-nav>.owl-prev,.owl-nav>.owl-next {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-family: "CanalDemiPlain",Arial,sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #08a9bc;
    text-decoration: none;
    text-shadow: 0 0 2px #08a9bc;
    text-align: center;
    background: transparent;
    background: transparent;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 1;
    cursor: pointer;
}

.owl-nav>.owl-next {
    left: auto;
    right: 15px;
}

.bg404 {
    background: transparent url(/images/404-bg.jpg) no-repeat;
    background-size: 100%;
}

.bg404 .site-error {
    text-align: left;
    FONT-FAMILY: "CanalDemiPlain";
    background: transparent;
    color: #fff;
    margin-top: 6em;
}

.bg404 .site-error h1 {
    font-size: 8em;
    FONT-FAMILY: "CanalLight";
    font-weight: 300;
}

.bg404 .site-error h4 {
    text-transform: uppercase;
    font-family: CanalDemi;
    line-height: 1.5em;
}

.bg404 .site-error h5 {
    text-transform: uppercase;
    margin-top: 2em;
    background: transparent url(/images/triangle.png?v2) no-repeat top left;
    height: 22px;
    line-height: 23px;
    padding-left: 20px;
    font-family: canalbold;
}

.bg404 .site-error h5 a {
    color: #fff;
}

.bg404 h3 {
    background: #1aafc9;
    color: #fff;
    font-family: canallight;
    padding: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    width: 100%;
    display: block;
}

.bg404 .item p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    background: #e1e0de;
    width: 100%;
    padding: 0.5em 1em;
}

.bg404 .item p a {
    font-size: 16px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bg404 .col-xs-4.item {
    margin: 0;
    padding: 0;
}

.tvn-advertisement {
    max-height: 286px;
}
.item .tvn-advertisement {
    margin-bottom: 0;
}

.tvn-advertisement>div {
    margin: auto !important;
    display: block;
}

.breadcrumb .bigger {
    font-size: 12px;
}

b,strong {
    font-weight: 500;
}

.row.border-bottom:last-child {
    border: none;
}

.owl-item .mp4 a:after {
    display: block;
    content: "\e072";
    position: absolute;
    width: 80px;
    background: #08a9bc;
    height: 80px;
    left: 50%;
    text-align: center;
    font-family: 'Glyphicons Halflings';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    font-size: 58px;
    line-height: 75px;
    opacity: 0.9;
    border-radius: 100%;
    top: 50%;
    margin-left: -40px;
    padding: 0;
    text-indent: 6px;
    margin-top: -40px;
}

.sg-margin-bottom {padding-bottom: 19px;}



.navbar-brand>div.anim {
    width:128px;
    height:58px;
    background-image: url(logo_10_lat_3.png);
    background-position: 0 0;
    background-size: 23800% auto;
animation: logoAnimIn 10s steps(137) infinite alternate;
               
    
}

@keyframes logoAnimIn {
  0%, 10% {
    background-position:0 0;
  }
  50%, 100% {
    background-position:13700% 0;
  } 
}

@keyframes logoAnimOut {
  0% {
    background-position:13700% 0;
  }
  100% {
    background-position:23800% 0;
  } 
}


#myCarousel #slide-1 .carousel-caption {display:none;}