/*-- general --*/

.row:after,
section:after,
header:after,
footer:after{
    content: '';
    clear: both;
    display: block;
}
section .wrapper{
    max-width:1000px;
    margin: 0 auto;
}
a{
    text-decoration: none;
    color: inherit;
}
.wrapper{
    width: 1000px;
    margin: 0 auto;
    font-size: 0;
}

body.zpr_screening .container{
    width: 980px;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px;
}
body.zpr_screening .wrapper{
    width: 980px;
}

/*-- /general --*/

/*header*/
header{
    padding: 10px 0;
    font-size: 18px;
    background-color: #FFF;
	overflow:hidden;
}
header .open_menu{
    float: left;
    margin-top: 3px;
}
header .open_menu i{
    font-size: 39px;
}

header  .logo{
    float: left;
    margin-left: 40px;
}
header  .logo img{
    vertical-align: bottom;
    margin-right: 10px;
}

header  .logo .online24h img{
	margin-top: 21px;
}

header .logo h1 {font-size:0; float:left;}

header .menu{
    float: right;
}
header .menu li{
    float: left;
    font-size: 28px;
}
header .menu li a{
    display: block;
    margin-left: 35px;
}
header .menu li a i{
    font-size: 39px;
}
/**/
header .jak_ogladac{
    display: inline-block;
    margin-left: 30px;
    position: relative;
	float: left;
}
header .jak_ogladac span{
    display: inline-block;
    text-align: center;
    color: #FFF;
}
header .jak_ogladac .big{
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
header .jak_ogladac .small{
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 10px;
}
header .jak_ogladac a{
    position: relative;
    display: block;
    z-index: 10;
    background-color: #E53231;
    padding: 10px 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
header .jak_ogladac a:hover{
    background-color: #000;
}
header .jak_ogladac:before {
    font-size: 0;
    content: ".";
    width: 234px;
    height: 53px;
    background-color: #E53231;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    animation: pulse2 2s infinite;
    -webkit-animation: pulse2 2s infinite;
    -moz-animation: pulse2 2s infinite;
    -o-animation: pulse2 2s infinite;

    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/**/
.fluid-width-video-wrapper {
    padding: 0;
    position: relative;
    width: 100%;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/**/
@keyframes pulse2 {
    0% {
        opacity: 0;
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-o-transform: scale(.5);
        transform: scale(.5);
    }
    79% {
        opacity: 0;
    }
    80% {
        opacity: 1;

		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-o-transform: scale(.5);
        transform: scale(.5);
    }
    100% {
        opacity: 0;

		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-o-transform: scale(2);
        transform: scale(2);
    }
}
@-webkit-keyframes pulse2 {
    0% {
        opacity: 0;
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-o-transform: scale(.5);
        transform: scale(.5);
    }
    79% {
        opacity: 0;
    }
    80% {
        opacity: 1;
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-o-transform: scale(.5);
        transform: scale(.5);
    }
    100% {
        opacity: 0;
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-o-transform: scale(2);
        transform: scale(2);
    }
}
@-moz-keyframes pulse2 {
    0% {
        opacity: 0;
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-o-transform: scale(.5);
        transform: scale(.5);
    }
    79% {
        opacity: 0;
    }
    80% {
        opacity: 1;
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-o-transform: scale(.5);
        transform: scale(.5);
    }
    100% {
        opacity: 0;
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-o-transform: scale(2);
        transform: scale(2);
    }
}
@-o-keyframes pulse2 {
    0% {
        opacity: 0;
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-o-transform: scale(.5);
        transform: scale(.5);
    }
    79% {
        opacity: 0;
    }
    80% {
        opacity: 1;
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-o-transform: scale(.5);
        transform: scale(.5);

    }
    100% {
        opacity: 0;
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-o-transform: scale(2);
        transform: scale(2);
    }
}

/*side_menu*/
body.menu_on{
    overflow: hidden;
}
.overlay{
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	margin: auto;
	position: fixed;
	display: none;
	z-index: 6000;
	background-color: rgba(0, 0, 0, 0.8);

}
body.menu_on .overlay,
body.search_on .overlay{
	display: block;
}

.side_menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 6001;
    width: 300px;
    height: 100%;
    background: #000;
    color: #FFF;
    display: none;
}

.side_menu .side_wrapper{
    width: 300px;
    height: 100%;
    overflow: hidden;
    padding: 120px 0 0 0;
    box-sizing: border-box;
}
.side_menu .close{
    position: absolute;
    top: 0;
    right: 0;
}
.side_menu .close a{
    font-size: 28px;
    float: right;
    padding: 5px 10px;
}

.side_menu .logo{
    position: absolute;
    top: 45px;
    text-align: center;
    left: 0;
    right: 0;
}
.side_menu .menu{
    position: relative;
    overflow-y: scroll;
    height: 100%;
    width: 317px;
    padding-bottom: 30px;
    margin-top: 20px;
    -webkit-overflow-scrolling: touch;
}
.side_menu .menu li{
    border-bottom: 1px solid #222;
}
.side_menu .menu li:first-child{
    border-top: 1px solid #222;
}
.side_menu .menu li a{
    padding: 5px 35px;
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}
.side_menu .menu li a:hover{
    background-color: #ED2525;
}

/**/
.search_pop {
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    color: #FFF;
    display: none;
}

.search_pop .close{
    position: absolute;
    right: 0;
    top: 0;
}
.search_pop .close a{
    padding: 10px;
}
.search_pop .close a i{
    font-size: 50px;
}

.search_pop .logo{
    text-align: center;
    padding: 20px 0;
}
.search_pop .logo img{
    max-width: 100%;
}


.search_pop .search_input{
    padding: 20px 0;

}
.search_pop .search_input button{
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    color: #FFF;
    vertical-align: bottom;
}
.search_pop .search_input button i{
    font-size: 100px;
}
.search_pop .search_input input{
    font-size: 70px;
    background-color: transparent;
    border: none;
    padding: 10px 20px;
    color: #FFF;
    vertical-align: bottom;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.search_pop .boxes{
    margin-top: 50px;
}
.search_pop .boxes .title{
    font-size: 32px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}
.search_pop .boxes .box_33 span{
    display: block;
}
.search_pop .boxes .box_33 .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}
.search_pop .boxes .box_33 .img{
    position: relative;
    background-color: #000;
}
.search_pop .boxes .box_33 .img img{
    width: 100%;
    opacity: .8;
}
.search_pop .boxes .box_33 .img:hover img{
    opacity: 1;
}
.search_pop .boxes .box_33 .img .bottom{
    position: absolute;
    bottom: 0;
    padding: 10px;
    z-index: 20;
}
.search_pop .boxes .box_33 .img .title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}
.search_pop .boxes .box_33 .img .sub{
    font-size: 18px;
    font-weight: 400;
}


/**/
.hero li span{
    display: block;
}
.hero li .img_background{
    display: block;
    height: calc(90vh - 70px);
    background-position: center top;
    background-size: cover;
}

.hero li .img_background{
    -moz-transition: all;
    -moz-transition-timing-function: ease;
    -moz-transition-duration: 8s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: 8s;
    transition: all;
    transition-timing-function: ease;
    transition-duration: 8s;
}
.hero li a:hover .img_background{
    -ms-transform: rotate(2deg) scale(1.1, 1.1);
    -webkit-transform: rotate(2deg) scale(1.1, 1.1);
    transform: rotate(2deg) scale(1.1, 1.1);
}
.hero li .wrapper{
    position: relative;
}
.hero li .txt{
    position: absolute;
    bottom: 50px;
    right: 20px;
    width: 70%;
    min-width: 300px;
    text-align: right;
}
.hero li .title{
    font-size: 32px;
    line-height: 57px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    background: #FFF;
    color: #000;
    text-transform: uppercase;
    padding: 5px 0;
    display: inline;
	box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
	-webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}
.hero li .lead{
    font-size: 23px;
    line-height: 42px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    background: #000;
    color: #FFF;
    padding: 5px 0;
    display: inline;
	box-shadow: 10px 0 0 #000, -10px 0 0 #000;
	 -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.bx-wrapper{
    position: relative;
}
.bx-controls-direction{
    display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    text-indent: -9999px;
    color: transparent;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #FFF;
}

.bx-wrapper .bx-pager-item {
    display: inline-block;
}
.bx-pager{
    text-align: center;
    padding-top: 20px;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 100;
}
.bx-wrapper .bx-pager.bx-default-pager a{
    background-color: transparent;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
    background-color: #FFF;
}
/**/

.box{
    box-sizing: border-box;
}
.box_list .top{
    margin-top: 50px;
}
.box_list .top div{
    display: inline-block;
}
.box_list .top .social{
    float: right;
    font-size: 32px;
}
.box_list .top .social img{
    width: 38px;
}
.box_list .top .title, .box_list .top .title h1{
    font-size: 32px;
    text-transform: uppercase;
}

.full_box{
    width: 100%;
}

.box_50 .box{
    width: 50%;
    float: left;
    padding-left: 30px;
}

.box_50{
    margin-left: -30px;
}

.big_boxes_v1 .box_50 .box  > a {line-height: 0;}

.box_33 .box{
    width: 33.33%;
    float: left;
    padding-left: 20px;

}

.box_33 .box.video, .box_33 .box {height: 270px;}

.box_33{
    margin-left: -20px;
}

.box_25 .box{
    width: 25%;
    float: left;
    padding-left: 20px;
}

.box_25{
    margin-left: -20px;
}

/* Dla LandingPageStars, wysokość jest automatyczna */
.box_25 .box-auto-height {
    height: auto !important;
}

.boxes .box.age_7 .img:before{
    position: absolute;
    top: 10px;
    left: 10px;
    content: url('../images/age/7.png');
    z-index: 10;
}

.age_7 .img:before{
    position: absolute;
    top: 10px;
    left: 10px;
    content: url('../images/age/7.png');
    z-index: 10;
}

.big_age_7:before{
    position: absolute;
    top: 10px;
    left: 10px;
    content: url('../images/age/big_7.png');
    z-index: 10;
}

.boxes .box.age_12 .img:before{
    position: absolute;
    top: 10px;
    left: 10px;
    content: url('../images/age/12.png');
    z-index: 10;
}

.age_12 .img:before{
    position: absolute;
    top: 10px;
    left: 10px;
    content: url('../images/age/12.png');
    z-index: 10;
}

.big_age_12:before{
    position: absolute;
    top: 10px;
    left: 10px;
    content: url('../images/age/big_12.png');
    z-index: 10;
}

.boxes .box.age_16 .img:before{
    position: absolute;
    top: 10px;
    left: 10px;
    content: url('../images/age/16.png');
    z-index: 10;
}

.age_16 .img:before{
    position: absolute;
    top: 10px;
    left: 10px;
    content: url('../images/age/16.png');
    z-index: 10;
}

.big_age_16:before{
    position: absolute;
    top: 10px;
    left: 10px;
    content: url('../images/age/big_16.png');
    z-index: 10;
}

.boxes .box.age_18 .img:before{
    position: absolute;
    top: 10px;
    left: 10px;
    content: url('../images/age/18.png');
    z-index: 10;
}

.age_18 .img:before{
    position: absolute;
    top: 10px;
    left: 10px;
    content: url('../images/age/18.png');
    z-index: 10;
}

.big_age_18:before{
    position: absolute;
    top: 10px;
    left: 10px;
    content: url('../images/age/big_18.png');
    z-index: 10;
}

.boxes .box.age_all .img:before{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.age_all .img:before{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.big_age_all:before{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.boxes .box.age_0 .img:before{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.age_0 .img:before{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.big_age_0:before{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.boxes .box.video .img:after {
    content: url('../images/play_me.png');
    position: absolute;
    width: 59px;
    height: 59px;
    opacity: .9;
    z-index: 10;
}
.boxes.box_33 .box.video .img:after {
    content: url('../images/play_me_39.png');
    position: absolute;
    width: 39px;
    height: 39px;
    opacity: .9;
    z-index: 10;
}

.box .shadow{
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.40) 0%, rgba(0,0,0,0) 80%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.40) 0%,rgba(0,0,0,0) 80%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0.40) 0%,rgba(0,0,0,0) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}
/**/
.extra_menu_louncher{
    position: relative;
}
.extra_menu_louncher .extra_menu{
    position: absolute;
    z-index: 100;
    left: 0;
    width: 300px;
    background-color: #FFF;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.5);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.5);
}
.extra_menu_louncher .extra_menu a{
    font-size: 16px;
    padding: 10px;
    border-top: 1px solid #EEE;
    display: block;
    color: #000;
    text-shadow: none;
    line-height: 130%;
}
.extra_menu_louncher .extra_menu a:hover{
    color: #E53231;
}

/**/
.big_boxes_v1 .box{
    position: relative;
    margin-top: 30px;
}
.big_boxes_v1 .box a{
    display: block;
    position: relative;
	height:100%;
}
.big_boxes_v1 .boxes .box.video .img:after{
    bottom: 15px;
    right: 15px;
}

.big_boxes_v1 .boxes .box.video  {line-height:0;}
.big_boxes_v1 .box img{
    width: 100%;
	max-height:275px;
    opacity: .9;
    -moz-transition: all;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 4s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 4s;
    transition: all;
    transition-timing-function: ease-out;
    transition-duration: 4s;
}
.big_boxes_v1 .box:hover .img img{
    opacity: 1;
    -ms-transform: rotate(1deg) scale(1.1, 1.1);
    -webkit-transform: rotate(1deg) scale(1.1, 1.1);
    transform: rotate(1deg) scale(1.1, 1.1);
}
.big_boxes_v1 .box .img{
    display: block;
    position: relative;
    overflow: hidden;
    background: #000 center center;
    background-size: cover;
	height: 100%;
}

.big_boxes_v1 .box .title{
    position: absolute;
    z-index: 10;
    left: 20px;
    bottom: 20px;
    width: 50%;
    font-size: 24px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-shadow: 1px 1px 1px #000000;
	line-height:28px;
}

.big_boxes_v1 .box .title h2 {
	font-weight: 300 !important;
	font-size: 24px;
	}


.big_boxes_v1 .box h2.title{
}

.big_boxes_v1 .box .date{
    display: block;
    margin-top: 10px;
    font-size: 10px;
	line-height:12px;
}
.big_boxes_v1 .box .date i{
    font-size: 12px;
    vertical-align: bottom;
}

.big_boxes_v1 .boxes .box {height: 275px; overflow:hidden;}

/**/

/**/
.big_boxes_v2 .box{
    position: relative;
    margin-top: 30px;
}
.big_boxes_v2 .box a{
    display: block;
    position: relative;
}

.big_boxes_v2 .boxes .box.video .img:after{
    bottom: 15px;
    right: 15px;
}
.big_boxes_v2 .box img{
    width: 100%;
    opacity: .9;
    -moz-transition: all;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 4s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 4s;
    transition: all;
    transition-timing-function: ease-out;
    transition-duration: 4s;
}
.big_boxes_v2 .box:hover .img img{
    opacity: 1;
    -ms-transform: rotate(1deg) scale(1.1, 1.1);
    -webkit-transform: rotate(1deg) scale(1.1, 1.1);
    transform: rotate(1deg) scale(1.1, 1.1);
}
.big_boxes_v2 .box .img{
    background-color: #000;
    display: block;
    position: relative;
    overflow: hidden;
}

.big_boxes_v2 .box .title{
    position: absolute;
    z-index: 10;
    left: 20px;
    bottom: 20px;
    width: 50%;
    font-size: 18px;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
}
.big_boxes_v2 .box .lead{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    display: block;
    margin-top: 10px;
    font-size: 16px;
    text-transform: none;
}

.big_boxes_v2 .box .category{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: inline-block;
    text-transform: uppercase;
}
.big_boxes_v2 .box .category span{
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    background-color: #FFF;
    display: inline-block;
    padding: 5px 10px;
}
.big_boxes_v2 .box .category span.red{
    background-color: #ED2525;
    color: #FFF;
}
.big_boxes_v2 .box .category .date{
    display: inline-block;
    background-color: #222;
    color: #FFF;
}
.big_boxes_v2 .box .cta{
    margin-top: 10px;
    font-size: 12px;
    padding: 5px;
    width: 150px;
    text-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border: 1px solid #FFF;
}
.big_boxes_v2 .box .cta:hover{
    color: #000;
    background-color: #FFF;
}

/**/
.banner_big_boxes{
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    padding: 30px 0;
}
.banner_big_boxes .bg_img{
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;

    -moz-transition: all;
    -moz-transition-timing-function: ease;
    -moz-transition-duration: 15s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: 15s;
    transition: all;
    transition-timing-function: ease;
    transition-duration: 15s;
    -ms-transform:  scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform:  scale(1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.banner_big_boxes:hover .bg_img{
    -ms-transform:  scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform:  scale(1.5, 1.5);
}
.banner_big_boxes .wrapper{
    position: relative;
    z-index: 10;
}
.banner_big_boxes .bx-pager{
    position: relative;
    bottom: inherit;
}
.banner_big_boxes .top{
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
}
.banner_big_boxes .top div{
    display: inline-block;
}
.banner_big_boxes .top .title{
    font-size: 32px;
    color: #FFF;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
}
.banner_big_boxes .top .banner{
    position: absolute;
    right: 0;
    bottom: 0;
	width:250px;
}
.banner_big_boxes .top .banner img {max-width:100%;}
.banner_big_boxes .box_50{
    margin-left: 0;
}
.banner_big_boxes .box{
    position: relative;
    padding-left: 0;

	height:400px;
}
.banner_big_boxes .box a{
    display: block;
    position: relative;
}
.banner_big_boxes .box img{
    width: 100%;
    opacity: .9;
    -moz-transition: all;
    -moz-transition-timing-function: ease;
    -moz-transition-duration: 4s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: 4s;
    transition: all;
    transition-timing-function: ease;
    transition-duration: 4s;
}
.banner_big_boxes .box:hover .img img{
    opacity: 1;
    -ms-transform: rotate(1deg) scale(1.1, 1.1);
    -webkit-transform: rotate(1deg) scale(1.1, 1.1);
    transform: rotate(1deg) scale(1.1, 1.1);
}
.banner_big_boxes .box .img{
    background-color: #000;
    display: block;
    position: relative;
    overflow: hidden;
}
.banner_big_boxes .box .opis{
    padding: 10px;
    display: block;
	background: #fff;
}
.banner_big_boxes .box .opis .title{
    display: block;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
	line-height:28px;
}

.banner_big_boxes .box .opis .lead{
    display: block;
    font-size: 14px;
	height: 60px;
	overflow: hidden;
    font-family: 'Open Sans', sans-serif;
}

.banner_big_boxes .box .opis .info{
    display: block;
    font-size: 10px;
    color: #999;
}
.banner_big_boxes .box .opis .info i{
    font-size: 12px;
    vertical-align: bottom;
}
.banner_big_boxes .box .opis .info .left{
    float: left;
}
.banner_big_boxes .box .opis .info .right{
    float: right;
}
.banner_big_boxes .boxes .box.video .img:after{
    bottom: 10px;
    right: 10px;
}


/**/
.cta{
    margin-top: 30px;
	margin-bottom: 20px;
    font-size: 14px;
    display: block;
    padding: 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #999;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
	background: #fff;
}
.cta a{
    display: block;
}
.cta:hover{
    background-color: #EEE;
}

/**/

.small_boxes .box{
    position: relative;
    margin-top: 30px;
	height:270px;
}
.small_boxes .box a{
    display: block;
    position: relative;
}
.small_boxes .box img{
    width: 100%;
    opacity: .9;
    -moz-transition: all;
    -moz-transition-timing-function: ease;
    -moz-transition-duration: 4s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: 4s;
    transition: all;
    transition-timing-function: ease;
    transition-duration: 4s;
}
.small_boxes .box:hover .img img{
    opacity: 1;
    -ms-transform: rotate(1deg) scale(1.1, 1.1);
    -webkit-transform: rotate(1deg) scale(1.1, 1.1);
    transform: rotate(1deg) scale(1.1, 1.1);
}
.small_boxes .box .img{
    background-color: #000;
    display: block;
    position: relative;
    overflow: hidden;
	max-height:180px;
}


.small_boxes .box .title{
    display: block;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 10px;
}
.small_boxes .box .title h2 {
	font-size: 16px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700 !important;
	line-height: inherit;
	}

.small_boxes .box .title .date{
    display: none;
    margin-top: 10px;
    font-size: 10px;
    color: #999;
}
.small_boxes .box .title .date i{
    font-size: 12px;
    vertical-align: bottom;
}
.small_boxes .boxes .box.video .img:after{
    bottom: 10px;
    right: 10px;
}

/**/
.close_boxes .box_50 .box{
    padding-left: 0;
}

.close_boxes .box_50{
    margin-left: 0;
}
.close_boxes .box_33 .box{
    padding-left: 0;
}

.close_boxes .box_33{
    margin-left: 0;
}

/**/
.close_boxes .box{
    position: relative;
    z-index: 20;
	height:auto;
}
.close_boxes .box a{
    display: block;
    position: relative;
}
.close_boxes .box:hover{

}

.close_boxes .first{
    margin-top: 30px;
}
.close_boxes .boxes .box.video .img:after{
    bottom: 15px;
    right: 15px;
}
.close_boxes .box img{
    width: 100%;
    opacity: .9;
    -moz-transition: all;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 4s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 4s;
    transition: all;
    transition-timing-function: ease-out;
    transition-duration: 4s;
}
.close_boxes .box:hover .img img{
    opacity: 1;
    -ms-transform: rotate(1deg) scale(1.1, 1.1);
    -webkit-transform: rotate(1deg) scale(1.1, 1.1);
    transform: rotate(1deg) scale(1.1, 1.1);
}
.close_boxes .box .img{
    background-color: #000;
    display: block;
    position: relative;
    overflow: hidden;
}

.close_boxes .box .title{
    position: absolute;
    z-index: 10;
    left: 20px;
    bottom: 20px;
    width: 50%;
    font-size: 24px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-shadow: 1px 1px 1px #000000;
}

.close_boxes .box_33 .box .title{
    font-size: 16px;
    font-weight: 400;
}

.close_boxes .box_33 .box.video {height:auto;}

.close_boxes .box .title .date{
    display: none;
    margin-top: 10px;
    font-size: 10px;
}
.close_boxes .box .title .date i{
    font-size: 12px;
    vertical-align: bottom;
}

/**/

.banner_player{
    overflow: hidden;
    margin-top: 30px;
    position: relative;
    background-color: #000;
}

.banner_player .bg_img{
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    opacity: .5;


    -moz-transition: all;
    -moz-transition-timing-function: ease;
    -moz-transition-duration: 15s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: 15s;
    transition: all;
    transition-timing-function: ease;
    transition-duration: 15s;
    -ms-transform:  scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform:  scale(1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.banner_player:hover .bg_img{
    -ms-transform:  scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform:  scale(1.5, 1.5);
}
.banner_player .wrapper{
    position: relative;
    height: 525px;
    z-index: 10;
}

.banner_player .img{
    position: absolute;
    z-index: 1;
    top: 20px;
    left: -100px;
}
.banner_player .side{
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    width: 70%;
    min-width: 300px;
    text-align: right;
}
.banner_player .side .logo{
    margin-top: 30px;
}
.banner_player .side .logo img {max-width:200px;}
.banner_player .side .text{
    font-size: 24px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-shadow: 1px 1px 1px #000000;
    font-style: italic;
    margin-top: 20px;
}
.banner_player .side .player {
    display: block;
    float: right;
    margin-top: 20px;
    max-height: 270px;
    max-width: 480px;
    width: 100%;
    font-size: 14px;
}

.banner_player .category{
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 40px;
    display: inline-block;
    text-transform: uppercase;
}
.banner_player .category span{
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    background-color: #FFF;
    display: inline-block;
    padding: 5px 10px;
}
.banner_player .category .date{
    display: inline-block;
    background-color: #222;
    color: #FFF;
}

/**/
.banner_quiz{
    overflow: hidden;
    margin-top: 30px;
    position: relative;
    background-color: #000;
    height: calc(60vh);
    min-height: 500px;
}
.banner_quiz .bg_img{
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;

    -moz-transition: all;
    -moz-transition-timing-function: ease;
    -moz-transition-duration: 15s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: 15s;
    transition: all;
    transition-timing-function: ease;
    transition-duration: 15s;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: .5;
}
.banner_quiz:hover .bg_img{
    -ms-transform:  scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform:  scale(1.5, 1.5);
}
.banner_quiz .wrapper{
    position: relative;
    z-index: 10;
    height: 100%;
}

.banner_quiz .top{
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
}
.banner_quiz .top div{
    display: inline-block;
}
.banner_quiz .top .title{
    font-size: 32px;
    color: #FFF;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
}
.banner_quiz .top .right{
    font-size: 24px;
    color: #FFF;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
    float: right;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}

.banner_quiz .bottom{
    position: absolute;
    bottom: 100px;
    right: 20px;
    width: 70%;
    min-width: 300px;
    text-align: right;
}
.banner_quiz .title{
    font-size: 32px;
    line-height: 55px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px 10px;
    display: inline;
    text-shadow: 1px 1px 1px #000000;
}
.banner_quiz .lead{
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    padding: 5px 10px;
    display: inline;
    text-shadow: 1px 1px 1px #000000;
}

.banner_quiz .cta{
    margin-top: 10px;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    text-shadow: none;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-weight: 400;
    border: 1px solid #FFF;
    float: right;
}
.banner_quiz .cta:hover{
    color: #000;
    background-color: #FFF;
}

/**/

/*article*/
article .wrapper{
    position: relative;
}

article .stick_player{
    position: relative;
    top: 0;
}

article .stick_player_bottom{
    position: relative;
    bottom: 0;
}
article .opening {
    height: 563px;
    /*background-image: url(../images/player_zaslepka.jpg);*/
    background-size: cover;
	overflow:hidden;
}
article.art_img .opening {height: auto;}

article .opening .player.img .article_title {
    position: absolute;
    right: 20px;
    bottom: 30px;
    width: 70%;
	top: auto;
}

article .opening .wrapper img {max-width:100%; height:auto; }

article .opening .player{
    -moz-transition: all;
    -moz-transition-timing-function: ease;
    -moz-transition-duration: .5s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: .5s;
    transition: all;
    transition-timing-function: ease;
    transition-duration: .5s;
    top: -563px;
}
article .opening.move .player{
    position: fixed;
    top: 5px;
    width: 300px;
    z-index: 10;
}
article .opening.move.move_bottom .player{
    position: absolute;
    bottom: 280px;
    top: auto;
}

article .cols{
    padding-left: 300px;
}
article .side{
    width: 300px;
    box-sizing: border-box;
    float: left;
    margin-left: -300px;
}
article.attached_player .side{
    position: fixed;
    top: 0;
}
article.attached_player.attached_player_bottom .side{
    position: absolute;
    bottom: 0;
    top: auto;
    padding-top: 0;
}
article .main{
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    float: right;
    margin-top: 0;
	overflow:hidden;
    -moz-transition: all;
    -moz-transition-timing-function: ease;
    -moz-transition-duration: .5s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: .5s;
    transition: all;
    transition-timing-function: ease;
    transition-duration: .5s;
}
article.attached_player .main{
    margin-top: -50px;
}

article .main p{
    font-size: 18px;
    line-height: 150%;
    margin-top: 30px;
	word-wrap: break-word;
}

article .main p:empty{
    display: none;
}

article .main p a{
    color: #E73433;
}

article .main p.lead {font-weight: bold;}

article .article_title{
    text-align: right;
    display: block;
	width: 100%;
	margin: 0 0 0 -10px;

}
article .article_title .title {
    font-size: 32px;
    line-height: 57px;
    font-weight: 700 !important;
    font-family: 'Oswald', sans-serif;
    background: #FFF;
    color: #000;
    text-transform: uppercase;
    padding: 5px 0;
    display: inline;
	box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
	-webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

article .article_title h1 .title {
    line-height: 28px;
}

.movie .top .title, .movie .top .title h1 {background: #fff none repeat scroll 0 0;
    box-decoration-break: clone;
    box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
    color: #000;
    display: inline;
    font-family: "Oswald",sans-serif;
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 57px;
    padding: 5px 0;
    text-transform: uppercase;}

article .article_title .title h1 { font-size: 32px; line-height: 55px;   font-weight: 700 !important; font-family: 'Oswald', sans-serif;}

article .article_title .lead {
    font-size: 23px;
    line-height: 43px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    background: #000;
    color: #FFF;
    padding: 5px 0;
    display: inline;
	box-shadow: 10px 0 0 #000, -10px 0 0 #000;
	-webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}
.movie .bottom p {background: #000 none repeat scroll 0 0;
    box-decoration-break: clone;
    box-shadow: 10px 0 0 #000, -10px 0 0 #000;
    color: #fff;
    display: inline;
    font-family: "Open Sans",sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 42px;
    padding: 5px 0;}

/**/
article .breadcrumbs, .breadcrumbs{
    margin-top: 10px;

}
article .breadcrumbs a,
article .breadcrumbs span,
article .breadcrumbs h1, .breadcrumbs{
    font-size: 10px;
    text-transform: uppercase;
}
article .breadcrumbs span,
article .breadcrumbs h1, .breadcrumbs{
    color: #000;
}
article .breadcrumbs a:first-child:before{
    content: none;
}
article .breadcrumbs a:before{
    content:"/";
    margin-right: 5px;
    margin-left: 5px;
}
article .breadcrumbs span:before,
article .breadcrumbs h1:before{
    content:"/";
    margin-right: 5px;
    margin-left: 5px;
}
article .breadcrumbs a:hover{
    color: #ED2525;
}
/**/
article figure{
    margin-top: 30px;
}
article figure figcaption{
    font-size: 10px;
    color: #444;
}
article figure .img{
    text-align: center;
    display: block;
    background-color: #EEE;
}
article figure .img img{
    max-height: 500px;
}
/**/
article .tags{
    margin-top: 30px;
    text-align: right;
}
article .tags a{
    margin-top: 10px;
    font-size: 14px;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    border: 1px solid #CCC;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    text-transform: uppercase;
    margin-left: 10px;
}
article .tags a:hover{
    color: #FFF;
    background-color: #ED2525;
    border: 1px solid #ED2525;
}
/**/
article .tags p{
    margin-top: 10px;
    font-size: 14px;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    border: 1px solid #CCC;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    text-transform: uppercase;
    margin-left: 10px;
}
/**/
article .share_icons{
    position: relative;
    float: right;
}
article .share_icons .icons{
    position: fixed;
    top:-100px;
    z-index: 10;

    -moz-transition: all;
    -moz-transition-timing-function: ease;
    -moz-transition-duration: .2s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    transition: all;
    transition-timing-function: ease;
    transition-duration: .2s;
}
article .share_icons .icons.pin{
    top: 0;
}
article .share_icons .icons a{
    display: block;
    margin-top: 5px;
    margin-left: 5px;
}
article .share_icons img{
    width: 40px;
}
/**/
article .share_icons_side{
    position: relative;
}

/**/

article .autor{
    height: 169px;
    margin-top: 30px;

    -moz-transition: all;
    -moz-transition-timing-function: ease;
    -moz-transition-duration: .5s;
    -webkit-transition: all;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: .5s;
    transition: all;
    transition-timing-function: ease;
    transition-duration: .5s;
}
article.attached_player .autor{
    margin-top: 5px;
}
article .autor .top .img img{
    display: block;
	width:60px;
	height:60px;
	overflow:hidden;
	margin:0 0 10px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
}

article .autor .top .big{
    font-size: 24px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    line-height: 130%;
}
article .autor .top .small{
    font-size: 14px;
    display: block;
}

article .autor .bottom{
    margin-top: 10px;
}
article .autor .bottom span{
    font-size: 14px;
}
article .autor .bottom span i{
    font-size: 16px;
    vertical-align: bottom;
}
article .autor .bottom .left{
    float: left;
}
article .autor .bottom .right{
    float: right;
}

article .autor .share_icons_side a{
    margin-left: 5px;
}
article .autor  .share_icons_side img{
    width: 20px;
}
/**/

.comments{
    margin-top: 30px;
    text-align: center;
}

.side [class="zpr_red"] > [id*="bmone2n"] > [id*="bmone2t"]{
    margin-top: 30px;
}


/**/
footer{
    color: #CCC;
}
footer a:hover{
    color: #FD1316;
}
footer .top{
    background-color: #1C1C1C;
    padding: 30px 0;
}

footer .top .title{
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}
footer .top li{
    font-size: 10px;
}
footer .top li span{
    font-weight: bold;
}

footer .bottom{
    background-color: #111111;
    padding: 30px 0;
    color: #CCC;
}
footer .bottom p{
    font-size: 10px;
    margin-bottom: 10px;
}
footer .bottom p a{
    color: #FD1316;
}
footer .bottom p a:hover{
    text-decoration: underline;
}
footer .bottom p.right{
    float: right;
}

/**/

.pagination .wrapper{
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #999;
}
.pagination .current_page{
    font-size: 18px;
    color: #666;
    float: left;
}
.pagination .current_page span{
    color: #FD1316;
    font-weight: bold;
}
.pagination .pagin{
    float: right;
	margin: 0 0 20px;
}
.pagination .pagin a,
.pagination .pagin .active{
    min-width: 20px;
    min-height: 20px;
    padding: 10px;
    border: 1px solid #CCC;
    color: #666;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    line-height: 20px;
    vertical-align: middle;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.pagination .pagin .active,
.pagination .pagin a:hover{
    border: 1px solid #FD1316;
    color: #FFF;
    background: #FD1316;
}
.pagination .pagin .dots{
    padding: 5px 10px;
    min-width: 30px;
    min-height: 30px;
    color: #666;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
}

/**/

/**/
.timeline{
    position: relative;
    margin-top: 30px;
}
.timeline .top{
    margin-top: 50px;
}
.timeline .top div{
    display: inline-block;
}
.timeline .top .social{
    float: right;
    font-size: 32px;
}
.timeline .top .social img{
    width: 38px;
}
.timeline .top .title, .timeline .top .title h1{
    font-size: 32px;
    text-transform: uppercase;
}
.timeline .list{
    margin-top: 30px;
}
.timeline .list .position{
    padding: 20px;
    font-size: 18px;
    color: #FFF;
    background-color: #000;
    margin-top: 1px;
    position: relative;
}
.timeline .list .position .progress_bar{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #FD1316;
}
.timeline .list .position .txt{
    position: relative;
    z-index: 10;
}
.timeline .list .position .time{
    display: inline-block;
    float: left;
    width: 60px;
}
.timeline .list .position .txt{
    display: inline-block;
    float: left;
    width: calc(100% - 100px);
}
/**/

.movie{
    background-color: #000;
    position: relative;
    color: #FFF;
    padding: 30px 0;

    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}
.movie .top{
    margin-top: 50px;
	text-align:right;
}
.movie .top div{
    display: block;
}
.movie .top .social{
    float: right;
    font-size: 32px;
}
.movie .top .social img{
    width: 38px;
}
.movie .top .title, .movie .top .title h1{
    font-size: 32px;
    text-transform: uppercase;
    line-height: 56px;
}

/* .movie .top .title h1 {float:left; text-shadow: 2px 2px 2px #000;} */


.movie .top .title img{
    vertical-align: top;
    margin-left: 5px;
}
.movie .bottom{
    margin-top: 0;
    color: #FFF;
    font-size: 16px;

}

.movie .social img {
    width: 38px;
}

/*-- zaslepka --*/
body.zaslepka{
    background-image: url(../images/nova-bg.png);
    width: 100%;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
}
body.zaslepka header{
    background-color: transparent;
}
body.zaslepka .logo{
    margin-top: 30px;
    margin-left: 0;
	width:300px;
}
body.zaslepka .logo img{
    width: 100%;
}
body.zaslepka .box_title{
    margin: 50px 0 75px 0;
}
body.zaslepka .box_title .title p{
    font-size: 40px;
    margin-bottom: 20px;
}
body.zaslepka .box_title .sub-title p{
    font-size: 20px;
    margin-bottom: 20px;
}
body.zaslepka .box_input input{
    border: 1px solid #000;
    background-color: #eee;
    color: #000;
    width: 830px;
    padding: 10px;
    box-sizing: border-box;
    margin-right: 50px;
}
body.zaslepka .box_input input::-webkit-input-placeholder {
    color: #000;
    text-transform: uppercase;
}
body.zaslepka .box_input input::-moz-placeholder {
    color: #000;
    text-transform: uppercase;
}
body.zaslepka .box_input input:-ms-input-placeholder {
    color: #000;
    text-transform: uppercase;
}
body.zaslepka .box_input button{
    border-radius: 15px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ed2525;
    padding: 5px 35px;
    border: 0;
    font-family: 'Open Sans';
}
body.zaslepka div.container {
    height: calc(100vh - 382px);
}
body.zaslepka footer {
    color: #CCC;
    padding-top: 30px;
    position: absolute;
    width: 100%;
    z-index: 10;
}
/*-- /zaslepka --*/

.player.resp_player {font-size: 14px;}
/* sticky box */
.sticky_boxes {position: fixed; right:0; width:70px; display:block; top:0; bottom:0; margin: auto 0; height:610px; z-index:999;}
.sticky_boxes .sticky_box {float:left; width:100%;}
.sticky_boxes .sticky_box.player { width: 650px; height:330px; position:relative; transition: all .3s ease-in-out;}
.sticky_boxes .sticky_box.player .player_title { background: #ed2525 none repeat scroll 0 0; bottom: 0;color: #fff;    display: block; line-height: 70px; padding: 10px 0; position: absolute; width: 70px;}
.sticky_boxes .sticky_box.player .player_content {padding: 3px 0 0; float:right; width: 580px; height: 330px; box-sizing:border-box;}
.sticky_boxes .sticky_box.player:hover {transform: translateX(-89%); transition: all .3s ease-in-out;}
.sticky_boxes .sticky_box.fb {background: #3B5999 url(../images/social_sprite.png) no-repeat scroll 5px 5px ;}
.sticky_boxes .sticky_box.twitter {background: #56ABEB url(../images/social_sprite.png) no-repeat scroll 5px -60px ;}
.sticky_boxes .sticky_box.yt {background: #B31217 url(../images/social_sprite.png) no-repeat scroll 5px -130px ;}
.sticky_boxes .sticky_box.hbb {background: #f2f2f2; text-align:center; line-height:70px; font-family: "Oswald",sans-serif;}
.sticky_boxes .sticky_box.fb, .sticky_boxes .sticky_box.twitter , .sticky_boxes .sticky_box.yt, .sticky_boxes .sticky_box.hbb { width:70px; height:70px; transition: all .3s ease-in-out;}
.sticky_boxes .sticky_box.player .player_title a > p {float:right; -webkit-writing-mode: vertical-lr; -ms-writing-mode: bt-lr; writing-mode: vertical-lr; text-transform: uppercase;	font-family: "Oswald",sans-serif; font-size:26px; transform: rotate(-180deg);}
.sticky_boxes .sticky_box.player .player_arrow { background: rgba(0, 0, 0, 0) url("../images/social_sprite.png") no-repeat scroll 5px -199px; display: block; height: 30px; margin: 10px 0 0; float:left; width: 70px;}
.sticky_boxes .sticky_box.fb:hover , .sticky_boxes .sticky_box.twitter:hover , .sticky_boxes .sticky_box.yt:hover, .sticky_boxes .sticky_box.hbb:hover {transform: scale(1.1); transition: all .3s ease-in-out; box-shadow: 0 0 40px #5e5e5e;}

/* program tv / epg */
.cta.programtv {width: 280px; float:right;}
.programtv .box {font-size:20px; }
.close_boxes .box_33.programtv .box {height:auto;}
.programtv .program_hour, .programtv .program_box {font-family: "Open Sans",sans-serif; font-size: 16px; font-weight:bold;}
.programtv .program_box {background: #000; line-height:70px; color:#fff; border-right: 1px solid #fff; padding: 0 20px; }
.programtv .program_box a {text-overflow: ellipsis; white-space: nowrap; z-index:2; overflow:hidden;}
.programtv .active .program_box.active .progress_bar {background: #fd1215 none repeat scroll 0 0; display: block;    height: 70px; position: absolute; left: 0; bottom: 0;z-index: 1; }
.programtv .active .program_box.active .progress_bar .play_now p { color: #000; display: none; right: 0; position: absolute; text-align: right; text-transform: uppercase; top: 2px; padding: 0 10px; background: #fff; height: 20px;    line-height: 20px; left:50px;}
.programtv .active .program_box.active .progress_bar .play_now {border-right: 2px solid #b71c1c; display: block; width: 2px; height: 120px; position: absolute; right: 0; top: -25px;}
.programtv .active .program_box.active .progress_bar .play_now.under33 { height: 90px; top:0;}
.programtv .active .program_box.active .progress_bar .play_now.under33 p {top: -22px;}

/* tagi */
.red_text {color:#ED281F;}
.row.tagi .title {margin: 20px 0;}
.row.tagi .tags_lead {font-size: 18px; line-height: 150%; margin-top: 30px;}
.row.tagi .description {font-size: 18px; line-height: 150%; padding: 30px 0 0; border-top: 1px solid #000;}
.row.tagi .tags_box h2, .row.tagi .tags_box .tags_lead {margin-left: 30px;}
.row.tagi .tags_box h2, .row.tagi .box h2 {font-weight:bold !important; display:block;  font-size: 22px}
.row.tagi .tags_lead {display:block;}
.row.tagi .tags_box {width:50%; display:block; float:left;}
.row.tagi .box {float:left; margin: 0 0 50px;}
.row.tagi .title.extra_menu_louncher > p, .row.tagi .title.extra_menu_louncher > h1 { float: left;}

/* landing */
.stream.row.box_list .wrapper .player.resp_player {margin: 30px 0 0;}
.stream.row.box_list .wrapper .player_info .info_box {float:left; font-size: 14px; margin: 20px 20px 0 0; line-height:30px;}
article .opening_image {position:relative;}
article .opening_image img {width:100% !important; height: 100% !important;}
article .opening_image .article_title {position:absolute; bottom:20px; right:20px;}

article .article.main {padding: 0; width: 70%; float:left; display:block;}
article .article.side {width: 30%; float:left; display:block; font-size:20px; margin:0; padding: 30px 0 0 30px;}
article .article.side div {float:left; margin: 0 20px 20px;}



/* epg */

.epg .cta {width:250px; float:right;}
.epg .epg_box {width:100%; float:left; margin: 30px 0; border: 1px solid #eee; box-sizing: border-box;}
.epg .slide-tv-left, .epg .slide-tv-right {width:70px; display: block ; font-size: 16px; position:relative;}
.epg .slide-tv-left {float:left;}
.epg .slide-tv-right {float:right;}
.epg .slide-tv-left li, .epg .slide-tv-right li { display:block; width: 100%; height: 240px; text-align:center; font-weight:bold; border-color: transparent #e5e5e5 transparent transparent;  border-style: solid; border-width: 0 1px 1px;}
.epg .slide-tv-left li:nth-child(odd), .epg .slide-tv-right li:nth-child(odd) {background: #ed2525; color:#fff;}
.epg .content_epg {width: auto; display:block; font-size:16px; overflow:hidden; position:relative;}
.epg .content_epg  ul  li {width: 171px; float:left;}
.epg .content_epg ul li.actual, .epg .content_epg ul li.actual ul li { border-bottom:1px solid #000;}
.epg .slide-tv-left li.epg_arrow, .epg .slide-tv-right li.epg_arrow, .epg .day_box li.epg_day {display:block; width:70px; height:70px; background: #000; color: #fff; line-height:20px; text-align:center; cursor: pointer; padding: 10px 0; box-sizing:border-box; border:none;}
.epg .day_box li.epg_day {width: 174px; border-color:#000;}
.epg .slide-tv-left li.epg_arrow:hover, .epg .slide-tv-right li.epg_arrow:hover {background: #ed2525;}
.epg .epg_arrow .material-icons {font-size: 65px; line-height: 50px;}
.epg .content_epg > ul { width: calc(172px * 7);}
.epg_date { display: block; font-weight: bold;}
.epg .content_epg ul li ul li {height: 240px; width:100%; border-color: transparent #e5e5e5 #e5e5e5 transparent;   border-style: solid; border-width: 0 1px 1px; }
.epg .content_epg ul li.actual {background:#000; color:#fff; float:left;}
.epg .day_box .program_box {font-size:14px; position:relative; padding: 10px;}
.epg .day_box .program_box h3.name-title, .epg .day_box .program_box .program_title {font-weight: bold !important; font-size:14px; line-height:150%; }
.epg .day_box .program_box .cat-time, .epg .day_box .program_box .program_hour {font-size: 14px; width:100%; display:block;}
.epg .day_box .program_box .tv-tooltip {display:none; position:absolute; right:-314px; top:0; bottom:0; margin: auto; background:#fff; border-left: 5px solid #ed2525; z-index:99; padding: 20px; box-shadow: 0 0 40px #5e5e5e; width:270px; height:200px}
.epg .day_box .program_box .tv-tooltip:after{ display:block; content:''; width: 0; height: 0; border-top: 20px solid transparent;  border-bottom: 20px solid transparent; border-right: 20px solid #ed2525; position:absolute; left:-20px; top:0; bottom:0; margin: auto 0; }
.epg .day_box .program_box:hover {background: #ed2525; color:#fff; }
.epg .day_box .program_box:hover .tv-tooltip {display:block; color:#000;}
.epg .day_box .program_box:hover .tv-tooltip .program_title {font-size:16px;}
.epg .day_box .program_box:hover .tv-tooltip .opis-view {display:block; font-size:16px; margin: 10px 0;}
.epg .day_box .program_box .tv-tooltip.left {right:auto; left:-315px; border-left: none; border-right: 5px solid #ed2525;}
.epg .day_box .program_box .tv-tooltip.left:after {right:-20px; left:auto; border-right:none; border-left: 20px solid #ed2525;}
.epg .day_hidden { display: none; }
.epg .day_visible { display: block; }
/* static page */
.static_page article {font-size: 18px; line-height: 150%; margin: 30px 0 0; }
.static_page a { color: #e73433;}

h1, h2, h3, h4, h5, h6 {line-height: 150%;}
h1 {font-size: 38px;}
h2 {font-size: 32px;}
h3 {font-size: 26px;}
h4 {font-size: 22px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}

article .main h1, article .main h2, article .main h3, article .main h4, article .main h5, article .main h6 {margin: 30px 0 0;}


/* dla mobila */
.side_menu .menu li .menu_mobile a { width: 50%; float: left; padding: 0; text-align: center; display:none;}

/* misc */
input, button {outline:0;}
.banner_black {  background: #1c1c1c none repeat scroll 0 0; font-size: 20px; width: 100%; }
.banner_black .title h1{font-size:60px; color:#fff; text-transform: uppercase; padding: 100px 0 0; }

/* zaslepka podziekowanie */
body.zaslepka .podziekowanie { position: fixed; top: 0; right: 0; left: 0; bottom: 0; width: 500px; height: 200px;    margin: auto; background: #fff; text-align: center; display:none; box-shadow: 0 0 30px #9e9e9e; z-index:100;}
body.zaslepka .podziekowanie p { font-weight: bold; font-size: 30px; font-family: Oswald; line-height: 200px;}
body.zaslepka .close {position:absolute; top:10px; right:10px; cursor: pointer;}
body.zaslepka .dark_layer {position:fixed; top:0; bottom: 0; right:0; left:0; background: rgba(0,0,0, 0.7); display:none; z-index:99;}

.opening.row { height: 563px; overflow: hidden; position:relative;}

article .article_title .row {float:left; width:100%;}
article .article_title .lead {line-height: 43px;}
article .article_title .title {line-height: 57px; max-height:75px;}

article.row.art_img .opening.row figure .img img {max-height:100%;}
article.row.art_img .opening.row figure figcaption {display:none;}
article.row.art_img .article_title{ margin:0;}

.banner_player .side .player div#vplayer { float: right; max-width: 480px;}
.row.main_art.attached_player .opening.row.move div#vplayer {  width: 300px !important;  height: 169px!important;}

.bottom.row p { text-shadow: 2px 2px 0 #000;}

/* cookies info */

#mpc_cookie_intro_content p a.mpc_continue {
    background: #999 none repeat scroll 0 0;
    color: #fff;
    float: right;
    font: 12px arial,sans-serif !important;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 6px 10px;
    text-decoration: none;
}

#mpc_cookie_intro_content img {
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: -5px;
}

/* geoblokada */
.geoip-tv { display: block; font-size: 18px; color: #000; }
.geoip-tv h2 { margin: 0 0 20px 0;}
.geoip-tv p {margin: 20px 0;}
.sticky_box.player .geoip-tv { background: #f5f5f5; display: block; position: absolute; bottom: 0; left: 70px; height: 203px; padding: 10px;}


/* imgs resp */
.small_boxes .boxes.box_25 .box img { width: 100% !important;  max-height: 201px !important; height: auto !important;}
.small_boxes .boxes.box_25 .box .img {max-height:175px;}

.photo_source_left ,
.yt_source_left {font-size: 11px;}

.photo_source_left {display:block; text-align:right;}
.yt_source_left {text-align:left;}

.opening .player.img_player:after {
content: url(../images/play_me.png);
    position: absolute;
    width: 59px;
    height: 59px;
    opacity: .9;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.article_title > h1 {
    line-height: 28px;
}


.movie_info {
    font-size: 16px;
    margin: 20px 0;
    text-align: right;

}
.movie_info > p {
    display: inline-block;
    margin: 0 0 0 20px;
	text-shadow: 2px 2px 1px #000;
}

.nowa_24h img {
    height: 35px;
	margin: 6px 0 0;
}

.logo_24 {float:left; margin: 0 0 0 35px;}

.movie .social {
    float: right;
    font-size: 32px;
    margin: 10px 0;
}

article figure.row  img {width:100%; height:100%}
.open_extramenu {cursor: pointer;}

.side .player #vplayer.is-touch.flowplayer.is-splash {
    width: 100%;
}
.fb-comments {
    width: 100%;
}

.cols .main img {
    width: 100%;
    height: 100%;
}

.static_page .wrapper article p {
    margin: 20px 0 0;
}
.static_page .wrapper article a:hover {
	color: #fd1316;
}

.static_page  .wrapper ol, .static_page .wrapper ul , .static_page  .wrapper li {
	margin: 10px 0;
	list-style-position: inside;
}

.static_page .wrapper ol, .static_page  .wrapper ol li  {
	list-style-type: decimal;
}

.static_page  .wrapper ul, .static_page   .wrapper ul li {
	list-style-type: disc;
}

/* cytat */
blockquote {
    background: #f9f9f9 none repeat scroll 0 0;
    display: block;
    font-size: 20px;
    padding: 20px 20px 30px;
	margin: 30px 0;
	position:relative;
}
article .main blockquote p {margin-top:0;}

blockquote:before, blockquote:after  { color: #b4b4b4;
    content: "\E244";
    font-family: "Material Icons";
    font-size: 60px;
    position: absolute;
}

blockquote:after {
    right: -5px;
    bottom:0;
    transform: translateY(50%); }

blockquote:before {
	left: -5px;
	top: 0;
    transform: translateY(-50%);
	}
/**/
article .main > div > iframe {
    width: 100%;
}
/**/

/* poprawka dla stron rozrywka i gwiazdy */
.banner_player.rozrywka .bg_img {
    opacity: 1;
    z-index: 99;
}


/* quizy */
.banner_quiz .cta {color:#000;}
.container.quiz .opening_image {position: relative; margin: 0 0 40px 0;}
.quiz * {box-sizing: border-box;}
.quiz article .article_title {text-align:left; margin: 0 0 40px 0; position: relative;}
.quiz article .article_title .title { text-transform:none; width: calc( 100% - 70px ); display:block; overflow:hidden; max-height: 120px;}
.quiz .question-nr {width: 70px; height: 70px; border-radius: 70px; line-height:70px; font-size: 18px; text-align:center; border:1px solid #000; position: absolute; top:0; right:0; bottom:0; margin: auto;}
.quiz .quiz-steps {width:100%; background: #000; margin: 0 0 20px; display:block; position: relative; }
.quiz .quiz-progress { background: #fd1215 none repeat scroll 0 0; display: block; height: 45px; z-index: 1; position: relative;}
.quiz .quiz-progress:after { content: ''; position: absolute; height: 70px; width: 2px; background: #b71c1c; top: 0; right: 0;transform: translateY(-15%);}
.quiz .quiz-answers.one-line {margin: 20px 0 0;}
.quiz .quiz-answers.one-line li {display: flex; align-content: center; width: 100%; margin: 0 0 20px; }
.quiz .quiz-answers input[type="radio"] { display:none;}
.quiz .quiz-answers input[type="radio"] + label[for^="quiz"] {display: inline-block; height: 20px; width: 20px; background:#fff; border-radius: 20px; border: 1px solid #000; margin: 0 20px 0 0;}
.quiz .quiz-answers input[type="radio"]:checked + label[for^="quiz"] {background: #fd1215; border: 1px solid #fd1215;}
.quiz .quiz-answers p {display: inline-block; font-size: 16px;}
.quiz .quiz-answers.box-four {display:flex; justify-content: space-between; flex-flow: row wrap;}
.quiz .quiz-answers.box-four li {display:flex; align-content:center; width: 48%; flex-flow: row wrap; margin: 0 0 20px 0;}
.quiz .quiz-answers.box-four li .quiz-img {width:100%; display:block; margin: 0 0 20px;}
.quiz .quiz-answers.box-four li .quiz-img img { max-width:100%;}
.quiz .quiz-sum-layer {max-width: 780px; max-height: 530px; display:block; position: absolute; top:0; right:0; left:0; bottom:0; background: #fff; padding: 20px 40px; margin: auto; width: 780px; height: 530px;}
.quiz article .quiz-sum-layer .article_title {text-align:center; padding:0; margin: 20px 0 0; right:0;}
.quiz article .quiz-sum-layer .article_title .title {width: 100%;}
.quiz article .quiz-sum-layer .article_title .quiz-points {font-size:50px; font-family: 'Oswald', sans-serif;}
.quiz article .quiz-sum-layer .quiz-desc { margin: 0 0 40px; max-height: 210px; overflow:hidden;}
.quiz article .quiz-sum-layer .quiz-desc p { font-size: 18px; line-height: 26px;}
.quiz article .quiz-sum-layer .quiz-share { width:100%; display:block; height:70px; line-height: 70px; background: #3B5997;}
.quiz article .quiz-sum-layer .quiz-share .quiz-share-icon {width: 70px; display: block; float:left;}
.quiz article .quiz-sum-layer .quiz-share img {max-width:100%;}
.quiz article .quiz-sum-layer .quiz-share p {font-size: 30px; font-family: 'Oswald', sans-serif; color:#fff; display:block; float:left; width:calc( 100% - 70px ); text-align:center; text-transform: uppercase;}
.quiz .answer-box {margin: 0 0 40px 0;}
.quiz .answer-box .answer-box-title {font-size:24px;}
.quiz .answer-box .quiz-answers li { padding: 5px}
.quiz .answer-box .quiz-answers li input[type="radio"] {pointer-events:none;}
.quiz .answer-box .quiz-answers .correct {background: #9ccc65; color:#fff;}
.quiz .answer-box .quiz-answers .incorrect {background: #eee;}

/* quizy */

@media all and (max-width: 1000px) {
	.sticky_boxes, article .share_icons, header .menu  {display: none;}
	.wrapper {width: 100%;}
	footer .top, footer .bottom { padding: 30px 10px;}
	.boxes, .box_list .top, article .article.main, .stream .player_info, body.zaslepka .box_title, body.zaslepka .box_input, section.static_page, section.pagination.row, .description.row, .timeline .top, .photo_source_left {padding: 0 10px;}
	.big_boxes_v1 .box .title, .big_boxes_v1 .box .title h2 {font-size: 20px;}
	.banner_big_boxes .top .banner {display:block; float: none; position:relative;}
	.cta {margin:10px;}
	.side_menu .menu li .menu_mobile a {display:block;}
	header .jak_ogladac {float:left;}
	body.zaslepka .box_input input {width:80%; margin-right: 20px;}
	body.zaslepka header{padding:10px;}
	.search_pop .search_input input {width: 80%;}
	.row.tagi .description {padding: 30px 10px 0 10px ;}
	article .main {padding-right:10px;}
	article .side {padding-left: 10px;}
	article figure .img img {max-width:100%;}
	.geoip-tv {padding: 0 10px;}
	.banner_player .side, .banner_player .category {margin: 0 10px;}
	.photo_source {padding: 0 10px;}
	.banner_big_boxes.row .bx-viewport { height: 450px !important;}
	.banner_big_boxes.row .box_50 .box {padding:0 10px;}
	.banner_big_boxes .top {padding: 0 10px;}
	article .breadcrumbs, .breadcrumbs {margin-left: 10px;}
	.zpr_bottom_0 > [id*="bmone2n"] > [id*="bmone2t"]{ display:none !important;}
	}

@media all and (max-width: 860px) {
	header .jak_ogladac .big, header .jak_ogladac .small {font-size: 14px;}
	.close_boxes .box .title, .close_boxes .box_33 .box .title{font-size: 20px;}
	.box_33 .box { width: 50%;}
	.big_boxes_v2 .box .title {bottom: 0;}
	article .article_title .lead {font-size:19px; line-height:32px;}
	article .article_title .title {line-height:46px; font-size: 24px;}
	.opening.row, article .opening {height: auto; overflow: visible;}
	article .opening_image .article_title h1 {line-height:100%;}
	}

@media all and (max-width: 768px) {
	.logo_24 {display:none;}
	.box_25 .box {width:50%;}
	.banner_player .side {position:relative; float:right; width:100%;}
	.banner_player .side .player img {max-width:100%;}
	.banner_player .category {position:relative; float:right; bottom: 0;}
	.banner_player .side .text {font-size: 18px;}
	.banner_player .img {display:none;}
	.close_boxes .box_33 .box .title {font-size: 24px; font-weight:300;}
	.banner_quiz .title {font-size: 26px; line-height: 36px;}
	.banner_quiz .lead {font-size: 22px; line-height:32px;}
	body.zaslepka div.container { height: auto;}
	body.zaslepka .box_input input {width:100%; margin-right: auto;}
	body.zaslepka .box_input button {display:block; margin: 30px auto 0;}
	header  .logo a:nth-child(2) {display:none;}
	.search_pop .search_input input {font-size: 40px;}
	.search_pop .search_input button i {font-size: 60px;}
	.close_boxes .box .title, .close_boxes .box_33 .box .title{font-size: 15px;}
	.big_boxes_v1 .box .title, .big_boxes_v1 .box .title h2  {font-size: 15px;}
	.box_50 .box, .big_boxes_v2 .box .lead {line-height:16px;}
	article .article.main, .row.tagi .tags_box {width: 100%;}
	.row.tagi .tags_box h2, .row.tagi .tags_box .tags_lead {margin-left:0;}
	.row.tagi .tags_box h2 {margin-top: 30px;}
	.row.tagi .tags_box .tags_lead {margin-top:0;}
	article .side {margin-left:0; padding: 0 10px; width:100%;}
	article.attached_player.attached_player_bottom .side, article.attached_player .side {position:relative;}
	article .cols {padding-left:0;}
	article .main {padding: 0 10px;}
	article .opening.move .player {position:relative; top:auto; width:100%;}
	.hero-img-source {display:none;}
	article.row.art_img .opening.row figure figcaption {display:block;}
	article .article_title {margin-top: 15px;}
	.big_boxes_v1 .boxes .box {height:225px;}
	article .article.side {width:280px; margin:0 auto; padding: 30px 0 0;}
	.box_list .top .title, .box_list .top .title h1 {font-size: 30px;}
	.cta.programtv {width:auto; float:none;}
	}

	@media (max-width: 768px)  and (orientation: landscape)	{
	.close_boxes .box .title, .close_boxes .box_33 .box .title, .big_boxes_v1 .box .title, .big_boxes_v1 .box .title h2 {font-size: 15px;}
	.box_50 .box, .box_33 .box { width: 50%;}
	.big_boxes_v2.box_list.row .box_50 .box {width: 100%;}
	.side_menu .menu {margin-top:0;}
	}

	@media all and (max-width: 720px)
{

	}

@media all and (max-width: 680px)
{
		article .opening .player.img .article_title {position:relative; right:10px; top:5px; float: right;}
		.banner_big_boxes.row  .bx-wrapper {margin:0 auto;}
	}

@media all and (max-width: 640px)
	{

	.hero li .title {font-size: 20px;line-height: 39px;}
	.hero li .lead {font-size: 19px;line-height: 36px;}
	.banner_black .title {font-size: 35px; padding: 20px 10px;}
	.big_boxes_v1 .boxes .box {height:190px;}
	.movie .top .title, .movie .top .title h1 {font-size:20px; line-height:40px;}
	.movie .bottom {margin-top:0;}
	.movie .bottom p {font-size: 18px; line-height:34px;}
	}

@media (max-width: 640px)  and (orientation: landscape)	{
	.close_boxes .box .title, .close_boxes .box_33 .box .title, .big_boxes_v1 .box .title, .big_boxes_v1 .box .title h2 {font-size: 15px;}
	.box_50 .box, .box_33 .box { width: 50%;}
	.big_boxes_v2.box_list.row .box_50 .box {width: 100%;}
	.side_menu .menu {margin-top:0;}
	}

@media all and (max-width: 600px)
	{
	header .jak_ogladac .big {display:none;}
	.search_pop .search_input input {font-size: 30px;}
	.search_pop .search_input button i {font-size: 40px;}
	.box_33 .box, .timeline .list .position .txt {width: 50%;}
	.close_boxes .box .title, .close_boxes .box_33 .box .title {font-size: 22px; line-height: 150%;}
	footer .top .title {margin-top:20px;}
	section.pagination.row {text-align:center;}
	.pagination .pagin {width:100%; text-align:center;}
	.pagination .current_page {margin: 0 0 20px; float:none;}
	body.zaslepka .podziekowanie {width:100%;}
	.banner_player .side .player {padding: 0 0 0 20px;}
	.hero li .img_background {height:600px;}
	}

@media all and (max-width: 480px) {
	.close_boxes .box .title, .close_boxes .box_33 .box .title {font-size:18px;}
	header .jak_ogladac {display:none;}
	.search_pop .search_input input {width: 70%;}
	article .article_title .title, article .article_title h1.title {font-size: 15px; line-height:30px;}
	article .main .article_title .title { font-size: 32px; line-height: 55px;}
	body.zaslepka .podziekowanie p {font-size: 22px;}
	article .img .article_title .title {font-size:24px; line-height: 45px;}
	article .opening .player.img .article_title {top: 5px;}
	.box_50 .box {width:100%;}
	article .opening_image .article_title h1 {line-height:6%;}
	.big_boxes_v1 .boxes .box { max-height: 275px;}
	.small_boxes .box .img {max-height: 125px;}
	footer .box_33 .box.video, footer .box_33 .box {height: auto;}
	.hero li .img_background {height:500px;}
	}

@media all and (max-width: 480px)  and (orientation: landscape)	{
	.close_boxes .box .title, .close_boxes .box_33 .box .title, .big_boxes_v1 .box .title, .big_boxes_v1 .box .title h2 {font-size: 18px;}
	.box_50 .box, .box_33 .box { width: 100%;}
	.hero li .title { font-size: 14px; line-height: 30px;}
	.hero li .lead { font-size: 15px; line-height: 30px;}
	.side_menu .menu {margin-top:0;}
	.small_boxes .box .img {max-height: 180px;}
	}

@media all and (max-width: 420px) {
	.wrapper {width: 100%;}
	.box_25 .box {width:100%;}
	.big_boxes_v1 .box .title , .big_boxes_v1 .box .title h2 {font-size: 16px;}
	.big_boxes_v2 .box .lead {font-size: 14px; margin:10px 0 0;}
	.big_boxes_v2 .box .title {width:250px;}
	}

@media all and (max-width: 380px) {
	.close_boxes .box .title, .close_boxes .box_33 .box .title {font-size:16px;}
	.big_boxes_v2 .box .category span {font-size: 14px;}
	body.zaslepka .logo img { width: 280px;}
	.close_boxes .box .title, .close_boxes .box_33 .box .title, .big_boxes_v1 .box .title {line-height: 110%;}
	.side_menu .menu {margin-top:0;}
	.box_33 .box, .timeline .list .position .txt {width: 100%;}
	.big_boxes_v1 .box {height:230px;}
	.box_33 .box.video {height: auto;}
	.small_boxes .box .img { max-height: 180px;}
	.hero li .img_background {height:400px;}
	}

    .serie_off {
        display: none;
    }

    .zniknij {
        display: none;
    }


/* Cookie info */
#mpc_cookie_intro {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #ccc;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    z-index: 1000000;
    display: none;
}
#mpc_cookie_intro_content {
    color: #666;
    font: 11px/120% arial,sans-serif !important;
    margin: 10px auto;
    position: relative;
    text-align: left;
    max-width: 960px;
}

#mpc_cookie_intro_content p a.mpc_continue {
    background: #999 none repeat scroll 0 0;
    color: #fff;
    float: right;
    font: 12px arial,sans-serif !important;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 6px 10px;
    text-decoration: none;
}

#mpc_cookie_intro_content img {
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: -5px;
}

#mpc_cookie_fulltext {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:999999;
}
#mpc_cookie_fulltext #mpc_bg {
    background:#000;
    width:100%;
    height:100%;
    opacity:0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1000000;
}
#mpc_cookie_fulltext #mpc_txt {
    background:#fff;
    border:3px solid #ccc;
    /*width:800px;*/
    /*height:70%;*/
    /*overflow:scroll;*/
    /*margin:0px auto 0px auto;*/
    padding:20px;
    font:11px arial,sans-serif !important;
    color:#000;
    z-index:1000001;
    position:absolute;
    top:50px;
    left:0px;
    right:0px;
    bottom:auto;
    width:70%;
    margin:auto;
    * width:600px;
    * margin:50px auto;
    * position:relative;
    * top:auto;
    * left:auto;
    * right:auto;
    * bottom:auto;
}
#mpc_cookie_fulltext #mpc_txt p {
    margin-bottom:10px;
    font:11px arial,sans-serif !important;
    color:#000 !important;
    float: none !important;
}
#mpc_cookie_fulltext #mpc_txt p.mpc_button {
    text-align:center;
    margin:20px 0 20px 0;
}
#mpc_cookie_fulltext #mpc_txt a {
    font:11px arial,sans-serif !important;
    color:#000;
    text-decoration:underline;
}
#mpc_cookie_fulltext #mpc_txt a:hover {
    color:#ccc;
}
#mpc_cookie_fulltext #mpc_txt a.mpc_close {
    font:12px arial,sans-serif !important;
    color:#fff;
    text-decoration:none;
    padding:6px 10px;
    background:#999;
}
#mpc_cookie_fulltext #mpc_txt a.mpc_close:hover {
    background:#000;
    color:#fff;
}
#mpc_txt ol {
    list-style-type: upper-alpha;
    margin-left:0 !important;
    margin-bottom:10px;
    margin-top:10px;
    list-style-position: outside !important;
    text-align: left !important;
    padding-left: 20px !important;
}
#mpc_txt ol li {
    list-style-type: upper-alpha !important;
    text-align: left !important;
}
#mpc_txt ul {
    list-style-type:square;
    margin-left:20px;
    margin-bottom:10px;
    margin-top:10px;
    list-style-position: outside !important;
    text-align: left !important;
}
#mpc_txt ul li {
    list-style-type:square !important;
}
p[align="center"] {
    text-align: center !important;
    font:11px arial,sans-serif !important;
}

/* 404 */
.page-404 {text-align:center;}
.page-404 .big-title {font-size:120px; margin: 30px 0; display:block;}
.page-404 h2 {margin: 30px 0;}
.page-404 p {font-size:24px; margin: 10px 0; font-weight:100;}
.page-404 p.redirect {margin: 50px 0; font-weight:600; font-size: 30px;}

/* 500 */
.page-500 { text-align:center;}
.page-500 h2 {margin: 30px 0;}
.page-500 .big-title {font-size:120px; margin: 30px 0; display:block;}

/* 503 */
.page-503 {text-align:center;}
.page-503 .big-title {font-size:120px; margin: 30px 0; display:block;}
.page-503 h2 {margin: 30px 0;}
.page-503 p {font-size:24px; margin: 10px 0; font-weight:100;}
.page-503 p.redirect {margin: 50px 0; font-weight:600; font-size: 30px;}


.polub-fb {
    background: #3b5998 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    line-height: 40px;
    margin: 0 0 20px;
    transition: all 0.3s ease-in-out 0s;
    width: 260px;
}
.page-404 .polub-fb, .page-503 .polub-fb {
    background: #3b5998 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    line-height: 40px;
    transition: all 0.3s ease-in-out 0s;
    width: 260px;
	margin:20px auto;
}
.polub-fb:hover {
    background: #6d84b4 none repeat scroll 0 0;
    color: #ffffff;
}
.box_title .sub-title a.polub-fb:hover {
    color: #ffffff;
}
.polub-icon {
    border-right: 1px solid #eeeeee;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 40px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 40px;
}
.polub-text {
    display: block;
    font-size: 16px;
}

.player_adblocked { float: left; height: 100%; width: 100%; position:relative; top:0; z-index:2 }
.addblock { background: url("../images/addblock.png") no-repeat; height: 100%; left: 0; position: relative; top: 0; width: 100%; background-size: cover; }
.addblock .adblock_txt { padding: 30% 0 0 5%; }
.addblock span { color: #636363; display: block; font-family: arial; }
.addblock .addblock_s1 { font-size: 20px; }
.addblock .addblock_s2 { font-size: 16px; }
.addblock .addblock_s3 { font-size: 14px; margin-top: 8%; }
.addblock span strong { color: #fff; font-weight: bold; }
.banner_player .side  .addblock .adblock_txt {padding: 20% 10px 10px 0%;}

a.player_layer {background: rgba(0, 0, 0, 0) none repeat scroll 0 0; bottom: 0; display: block; left: 0; position: absolute; right: 0; top: 0; z-index: 999;}
/* prawidlowe wyswietlanie podtytulu w filmie dla IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
article .article_title .lead {line-height: 35px; font-size:22px;}
}

.flowplayer {
    padding: 0px;
    background: rgb(0, 0, 0);"
}

.newplayer .fp-logo {
    display: block !important;
    top: 20px !important;
    left: 20px !important;
}

.stickyplayer .fp-controls, .stickyplayer .fp-fullscreen {
    display: none !important;
}
