/* ===========================*/


/* ========= NORMALIZE =======*/


/* ===========================*/

* {
    -webkit-user-modify: read-only;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(231, 132, 30, .25);
}

::-moz-selection {
    background: #7b8b9a;
    color: #fff
}

::selection {
    background: #7b8b9a;
    color: #fff
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700;
}

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

td,
th {
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}


/*html, body {
	-webkit-overflow-scrolling: touch;
}*/

/* ===========================*/


/* ========= HELPERS =========*/


/* ===========================*/

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1px;
}

html,
body {
    height: 100%;
    font-family: 'Lato', sans-serif;
}

b,
.b {
    font-weight: bold;
}

i,
.i {
    font-style: italic;
}

u,
.u {
    text-decoration: underline;
}

.w100 {
    width: 100%;
}

.mt40 {
    padding-top: 40px;
}

.mb20 {
    padding-bottom: 10px;
}

.ib {
    display: inline-block;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.none {
    display: none;
}

.show {
    display: block!important;
}

.hide {
    display: none!important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.bold {
    font-weight: bold;
}

.marg-auto {
    margin: 0 auto;
}

.main-shadow {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
    height: 1px;
    margin-bottom: 20px;
}

.hidden {
    display: none;
    visibility: hidden;
}

.tjustify {
    text-align: justify;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
}

.tleft {
    text-align: left;
}

.vmiddle {
    vertical-align: middle;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.slidebig {
	display: block;
}

.slidesmall {
	display: none;
}

.ap-sep {
    height: 1px;
    width: 100%;
    background: #e6e6e6;
}

#hit-script{display:none;}


/* For modern browsers */

.clear:before,
.clear:after {
    content: '';
    display: table;
}

.clear:after {
    clear: both;
}


/* For IE 6/7 (trigger hasLayout) */

.clear {
    zoom: 1;
}

.sr-only {
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    border: 0!important;
    position: absolute!important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
}

.top-dotted {
	border-top: 1px dotted #cdcdcd;
}

.overcolorbox {
	display: none;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	position: fixed;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	float: left;
	z-index: 99999999;
}

/* ===========================*/
/* ========= FONTS =========*/
/* ===========================*/

@font-face {
	font-family: 'GPP Text';
	src:
	url('../fonts/GPP_Text-Regular-web.woff2') format('woff2'),
	url('../fonts/GPP_Text-Regular-web.woff') format('woff'),
	url('../fonts/GPP_Text-Regular-web.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'GPP Text';
	src:
	url('../fonts/GPP_Text-Thin-web.woff2') format('woff2'),
	url('../fonts/GPP_Text-Thin-web.woff') format('woff'),
	url('../fonts/GPP_Text-Thin-web.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'GPP Text';
	src:
	url('../fonts/GPP_Text-Light-web.woff2') format('woff2'),
	url('../fonts/GPP_Text-Light-web.woff') format('woff'),
	url('../fonts/GPP_Text-Light-web.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'GPP Text';
	src:
	url('../fonts/GPP_Text-Bold-web.woff2') format('woff2'),
	url('../fonts/GPP_Text-Bold-web.woff') format('woff'),
	url('../fonts/GPP_Text-Bold-web.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: fallback;
}

/* ===========================*/


/* ========= GLOBALS =========*/


/* ===========================*/

body {
	background: #eee;
	font-family: 'GPP Text', sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
	background: url('../gfx/bg.png');
}

.fontsPreload {
    font-family: 'Noto Sans';
}

.nojs body:after {
	content: 'Musisz mieć włączoną obsługę JavaScript w swojej przeglądarce, aby strona działała poprawnie.';
    padding: 20px;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    font-weight: bold;
    color: #000;
    text-align: center;
    background: #fcbe00;
}

.ie7nosupport {
    padding: 20px;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    font-weight: bold;
    color: #000;
    text-align: center;
    background: #fcbe00;
}

.operamini .body:before {
    content: 'Strona tv4.pl nie jest dostosowana do Twojej przeglądarki. Zalecamy jej zmianę.';
    display: block;
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: center;
    background: #fcbe00;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

a {
	text-decoration: none;
}

.arrow:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border: 5px solid transparent;
    border-left: 5px solid currentColor;
}

.arrow--left:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 5px;
    margin-left: -5px;
    border: 5px solid transparent;
    border-right: 5px solid currentColor;
}

.fill {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#recomended-video .result_img {
	overflow: hidden;
}


/*#recomended-video article .fill {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#recomended-video article:hover .fill {
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	 transform:scale(1.05);
}
*/

#recomended-video article:hover .result_img {
    outline: 3px #fa014d solid;
}


/*
#recomended-video article:hover .result_title a {
	color: #fa014d;
}
#recomended-video article:hover .result_title {
	top:5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: absolute;
}*/

.as-sep {
    float: left;
    clear: both;
    width: 100%;
    background: #e6e6e6;
    height: 1px;
    border: 0;
    margin: -20px 0 15px;
}

.arrow-down,
.arrow-right {
	display: block;
	width: 10px;
	height: 10px;
	border-right: solid #dadada 2px;
	border-bottom: solid #dadada 2px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	display: inline-block;
}

.arrow-down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.topFixed .arrow-down {
	border-right: solid #a1a8ac 2px;
	border-bottom: solid #a1a8ac 2px;
}


/** SLIDER **/

.slider-load {
	width: 0;
	height: 2px;
	background: #ff004e;
	margin: 20px 0 0 0;
	position: absolute;
	top: 61px;
	/*display: none;	*/
}

.slider ul {
	list-style-type: none;
}

.slider li {
	float: left;
	position: relative;
}

.slide {
	width: 100%;
	position: absolute;
	z-index: 9999;
	height: 100%;
	left: 0;
	top: 0;
}

.slide-container-900 {
	width: 981px;
	margin: 0px auto;
	position: relative;
	height: 100%;
	display: block;
}

.slide-container {
	width: 1242px;
	margin: 0px auto;
	position: relative;
	height: 100%;
	display: block;
}

.slide-text,
.slide-text-main {
	color: #fff;
	text-align: left;
	width: 470px;
	position: absolute;
	bottom: 35px;
	font-family: 'GPP Text', sans-serif;
}

.slide-text-main {
	width: 570px;
	left: 30px;
	bottom: 115px;
}

.slide-text {
	left: 30px;
}

.slide-logo {
	width: auto!important;
	max-width: 270px;
	margin-bottom: 8px;
}

.sc900 {
	position: absolute;
	text-align: left;
	width: 100%;
	bottom: 30px;
	color: #fff;
}

.sc900-left {
	float: left;
}

.sc900-right {
	float: right;
	text-align: right;
}

.sc900-type {
	color: #606060;
	font-size: 11px;
	text-transform: uppercase;
}

.sc900-name {
	font-size: 22px;
	color: #fefefe;
}

.sc900-date {
	color: #808080;
}

.slide-date,
.slide-date-main {
	color: #c6c6c6;
	font-size: 16px;
	font-family: 'GPP Text', sans-serif;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	display: none;*/
	text-transform: lowercase;
}

.slide-date-main {
	font-size: 24px;
}

.date-serial {
	color: #ff004e;
	font-style: normal;
	display: inline-block;
	margin: 0 5px 0 0;
}

.swiper-darkbg .slide-container {
	width: 100%;
}

.swiper-darkbg .slide-text,
.swiper-darkbg .slide-text-main {
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.53);
}

.swiper-darkbg .slide-title,
.swiper-darkbg .slide-title-main {
	width: 1242px;
	margin: 0px auto 10px auto;
	padding: 0 200px 0 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.swiper-darkbg .slide-description,
.swiper-darkbg .slide-description-main {
	width: 1242px;
	margin: 0px auto;
	padding: 0 200px 20px 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.swiper-darkbg .slide-seemore {
	width: 1242px;
	margin: 0px auto;
	padding: 0 0 0 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.swiper-darkbg .program-box {
	bottom: 22px;
}

.mainpage .swiper-darkbg .program-box {
	bottom: 112px;
}

.swiper-dark .date-serial {
	color: #ff004e;
}

.slide-title,
.slide-title a,
.slide-title-main,
.slide-title-main a {
	font-size: 44px;
	font-weight: 500;
	color: #404040;
	/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);*/
}

.slide-title-main,
.slide-title-main a {
	font-size: 48px;
	margin: 0 0 10px 0;
}

.slide-title-main a:after {
	/*webkit-transition: background-image 0.2s ease-out;
	transition: background-image 0.2s ease-out;	   	*/
	content: '';
	display: inline-block;
	width: 44px;
	height: 44px;
	margin: 13px 0 0 12px;
	background: url('../gfx/play_tr.png') no-repeat;
	position: absolute;
	z-index: 1;
	background-size: contain;
}

.slide-title-main:hover a:after {
	content: '';
	background: url('../gfx/play_tr_orange.png') no-repeat;
	background-size: contain;
}

.slide-title-main .play-hover:after {
	content: '';
	background: url('../gfx/play_tr_orange.png') no-repeat;
	background-size: contain;
}

.slide-description {
	font-size: 16px;
	margin: 0 0 20px 0;
	color: #848484;
	/*text-shadow: 1px 1px 1px rgba(29, 29, 29, 1);*/
}

.slide-seemore {
	opacity: 1;
}

.slide-seemore {
	opacity: 1;
}

.slide-seemore a,
.slide-seemore span {
	display: block;
	color: #fff;
	font-size: 12px;
	font-family: 'GPP Text', sans-serif;
	text-transform: uppercase;
    background: #656669;
    /* Old browsers */
    background: -moz-linear-gradient(top, #656669 0%, #57585a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #656669 0%, #57585a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #656669 0%, #57585a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#656669', endColorstr='#57585a', GradientType=0);
    /* IE6-9 */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    float: left;
    padding: 6px 10px;
}

.slide-seemore a:hover,
.slide-title-main:hover ~ .slide-seemore a,
.slide-seemore span:hover,
.slide-title-main:hover ~ .slide-seemore span {
    background: #ff004e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff004e 0%, #fa014d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff004e 0%, #fa014d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff004e 0%, #fa014d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff004e', endColorstr='#fa014d', GradientType=0);
    /* IE6-9 */
}

.swiper-dark .slide-title,
.swiper-dark .slide-title a {
    color: #fff;
}

.swiper-dark .slide-title-main,
.swiper-dark .slide-title-main a {
    color: #fff;
}

.swiper-dark .slide-description {
	color: #fff;
	font-weight: 300;
}

.swiper-dark .slide-date,
.swiper-dark .slide-date-main {
	color: #c6c6c6;
	font-weight: 500;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.swiper-dark .slide-seemore {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#646669+0,57585b+100 */
	background: #646669;
    /* Old browsers */
    background: -moz-linear-gradient(top, #646669 0%, #57585b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #646669 0%, #57585b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #646669 0%, #57585b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#646669', endColorstr='#57585b', GradientType=0);
    /* IE6-9 */
}

.swiper-thumb {
	position: absolute;
	bottom: 79px;
	z-index: 99;
	right: 0;
}

.swiper-thumb .thumb {
	float: left;
	max-width: 88px;
	max-height: 88px;
	cursor: pointer;
	position: relative;
}

.swiper-thumb .thumb-active {
	float: left;
	max-width: 88px;
	max-height: 88px;
	cursor: pointer;
	position: relative;
}

.swiper-thumb .thumb-active:before {
	content: '';
	position: absolute;
	background: #ff004e;
	height: 4px;
	width: 100%;
	top: -4px;
	left: 0;
}

.thumb:hover:before {
	content: '';
	position: absolute;
	background: #545454;
	height: 4px;
	width: 100%;
	top: -4px;
	left: 0;
}

.swiper-thumb .thumb-active:hover:before {
	background: #ff004e;
}

.main-ptv {
	height: 80px;
	width: 100%;
	background: url('../gfx/bg.png');
	position: relative;
	margin: 0 0 0 0;
	z-index: 2;
}

.mainpage .main-ptv {
	margin: -79px 0 0 0;
}

.main-ptv-orange {
    background: #162f57;
    /* Old browsers */
    background: -moz-linear-gradient(top, #234b8a 0%, #162f57 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #234b8a), color-stop(100%, #162f57));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #234b8a 0%, #162f57 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #234b8a 0%, #162f57 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #234b8a 0%, #162f57 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #234b8a 0%, #162f57 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#234b8a', endColorstr='#162f57', GradientType=0);
    /* IE6-9 */
    float: left;
	height: 80px;
	font-family: 'GPP Text', sans-serif;
	font-size: 28px;
    color: #fefefe;
    line-height: 79px;
    text-align: right;
    padding: 0 38px;
    border-top: solid 1px #234b8a;
}

.main-ptv ul {
	list-style-type: none;
	float: left;
	padding: 0 0 0 24px;
	position: absolute;
	left: 220px;
	overflow: hidden;
	height: 100%;
}

.main-ptv li {
	float: left;
	padding: 0 24px;
	height: 100%;
	line-height: 26px;
}

.main-ptv-hour {
	margin: 16px 0 0 0;
	color: #444444;
	font-size: 20px;
}

.main-ptv-name {
	color: #535353;
	font-size: 20px;
	font-weight: normal;
	white-space: nowrap;
}

.premiera:after {
	content: url('../gfx/ptv-premiera.png');
	padding-left: 5px;
}

.megahit:after {
	content: url('../gfx/ptv-megahit.png');
	padding-left: 5px;
}

.main-ptv-after {
	background: url('../gfx/bg-underpr1.png') repeat-x;
	width: 100%;
	height: 15px;
	position: relative;
	background-position: right 100px top;
	top: 81px;
	opacity: 0.4;
}

.main-ptv-after:before {
	position: absolute;
	top: 0;
	left: 0;
	/*czerwony pasek background: #db4129;*/
	height: 2px;
	width: 538px;
	content: '';
	right: 0;
}

.main-ptv-seemore {
	position: absolute;
	right: 0;
	width: 76px;
	height: 80px;
	border-left: 1px #e5e5e5 solid;
	text-align: center;
	background: url('../gfx/bg.png');
}

.main-ptv-seemore a {
	font-size: 11px;
	color: #646464;
	word-spacing: 76px;
	margin: 25px 0 0 0;
	display: block;
}

.main-ptv-seemore a:hover {
	color: #fa014d;
}

.content {
	width: 1242px;
	min-height: 200px;
	-moz-box-shadow: 0px 1px 5px #E0E0E0;
	-webkit-box-shadow: 0px 1px 5px #E0E0E0;
	box-shadow: 0px 1px 5px #E0E0E0;
	margin: 26px auto 0 auto;
	background: #fff;
	position: relative;
}

.content-inside {
	padding: 25px 30px 30px 30px;
	width: auto;
	position: relative;
}

.content-first {
	margin: 36px auto 0 auto;
}

.content-title {
	color: #afafaf;
	font-family: 'GPP Text', sans-serif;
	font-size: 26px;
	font-weight: 300;
	margin: 0 0 24px 0;
	text-transform: uppercase;
	float: left;
}

.comment-title {
	color: #afafaf;
	font-family: 'GPP Text', sans-serif;
	font-size: 23px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	float: left;
}

.mt25 {
	margin-top: 25px;
}

a.content-title {}

a.content-title:hover {
	color: #535353;
}

.content-sort {
	float: right;
	font-family: 'GPP Text', sans-serif;
	font-size: 12px;
	color: #8f8f8f;
	margin: 12px 0 0 0;
}

.content-sort span {
	float: left;
}

.content-sort ul {
	list-style-type: none;
	float: left;
}

.content-sort li {
	float: left;
	margin: 0 0 0 16px;
	cursor: pointer;
}

.content-sort li:hover {
	text-decoration: underline;
}

.chosed {
	color: #fa014d;
}

.content-50p {
	width: -moz-calc(50% - 8px);
	width: -webkit-calc(50% - 8px);
	width: calc(50% - 8px);
	float: left;
	margin: 0 0 0 8px;
}

.content-25p {
	width: -moz-calc(50% - 5px);
	width: -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
	float: left;
}

.content-25p:nth-of-type(1) {
	margin: 0 10px 0 0;
}

.content-news {
	width: 100%;
	clear: both;
}

.content-news {}

.content-full {
	width: 100%;
	clear: both;
}


/*
.content-full .news {
	float: left;
	position: relative;
	line-height: 1;
	width: 24%;
	margin: 10px 1% 10px 0;
	margin: 10px 1.3% 10px 0;
}
.content-full .news:nth-of-type(4n) {
	margin: 10px 0 10px 0;
}
.content-full .news-video:after {
	width: 44px;
	height: 44px;
	margin: -22px 0 0 -22px;
}
*/

.news_list .news {}

.news-overimg {
	margin-bottom: 0!important;
}

.rumor {
	float: left;
	position: relative;
	line-height: 1;
	width: 24.5%;
	margin: 10px 0.6% 0 0;
	margin: 10px 0.66% 0 0;
}

.rumor:nth-of-type(4n) {
	margin: 10px 0 0 0;
}

.rumor_img {
	width: 100%;
	position: relative;
}

.rumor_img:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	padding-top: 150%;
}

.news {
	float: left;
	position: relative;
	line-height: 1;
	width: 50%;
	margin: 10px 0 10px 0;
}

.content-25p .news {
	width: 100%;
	margin: 10px 0 10px 0;
}

.news_img {
	width: 100%;
	position: relative;
}

.news_img:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	padding-top: 56.25%;
}

.news-overimg .news_title,
.news-overimg .news_big_title,
.rumor-overimg .news_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.news-main .news_title,
.news-overimg .news_title {
    line-height: 1.2;
}

.rumor-overimg .news_title {
	line-height: 1.2;
}

.news_title {
	margin: 0 15px 0 0;
	font-size: 18px;
	color: #3b3a40;
	line-height: 1;
	padding: 10px 15px;
	text-align: right;
}

.rumor_title {
	padding: 20px;
}

.news_title a {
	font-family: 'GPP Text', sans-serif;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

.rumor_title a {
	font-family: 'GPP Text', sans-serif;
	text-shadow: 0 0px 1px #000;
}

.rumor:hover .rumor_title a {
	text-decoration: underline;
}

.rumor_desc {
	color: #c3c3c3;
	font-size: 12px;
	font-family: 'GPP Text', sans-serif;
	margin: 5px 0 0 0;
	text-shadow: 0 0px 1px #000;
}

.news_title a:hover,
.news_img:hover ~ .news_title a {
	text-decoration: underline;
}

.no-transform,
.no-transform a {
	text-transform: none;
}

.news-video:after {
	content: '';
	display: block!important;
	width: 100%;
	padding-top: 56.25%;
	background: url('../gfx/play_25.png') no-repeat center!important;
	transform: scale(.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
	-o-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.news-video:hover:after {
	background: url('../gfx/play_60.png') no-repeat center!important;
}

.content-50p .news-video:after {
	content: '';
	display: block;
	background-size: contain;
	width: 44px;
	height: 44px;
	margin: -22px 0 0 -22px;
}


/*
.content-50p .news-video:hover:after, .content-full .news-video:hover:after {
	width: 48px;
	height: 48px;
	margin: -24px 0 0 -24px;
	background-size: contain;
}
*/

.newspremiera:before {
    content: url('../gfx/premiera.png');
    position: absolute;
    top: 13px;
    left: 13px;
}

.content-50p .newspremiera:before {
    transform: scale(0.75);
    left: -10px;
    top: -2px;
}

.news-last {
	float: left;
	position: relative;
	line-height: 1;
	width: 24%;
	margin: 10px 1% 10px 0;
	margin: 10px 1.3% 10px 0;
}

.news-last:nth-of-type(4n) {
	margin: 10px 0 10px 0;
}

.news-last:after {
	width: 44px;
	height: 44px;
	margin: -22px 0 0 -22px;
}


/** HEADER TOP **/

.top {
	position: absolute;
	color: #000;
	z-index: 999;
	width: 100%;
	top: 0;
}

.topFixed {
	position: fixed;
	top: 0;
	height: 66px;
	background: #00283d;
	width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.top-container {
	width: 1242px;
	margin: 18px auto 0 auto;
	position: relative;
}

.top-links-mobile {
	display: none;
	width: auto;
	height: auto;
	border-bottom: 10px solid #00283d;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999;
	background: #00283d;
	overflow: auto;
	list-style-type: none;
}

.top-links-mobile li {
	width: 100%;
	float: left;
	border-top: 1px #153647 solid;
	text-align: center;
}

.top-links-mobile li:first-child {
	border-top: none;
	padding: 22px 0 0 0;
}

.top-links-mobile li:nth-of-type(2) {
	border-top: none;
	padding: 22px 0 0 0;
}

.top-links-mobile li:nth-of-type(3) {
	border-top: none;
}

.top-links-mobile li:last-child {
	border-top: none;
}

.top-links-mobile li a {
	font-family: 'GPP Text', sans-serif;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight:  normal;
	display: block;
	width: 100%;
	padding: 22px 0;
}

.top-links-mobile li a:hover {
	color: #fa014d;
	background: #00283d;
}

.top-links-mobile li:first-child a {
	padding: 0;
}

.top-links-mobile li:first-child a:hover {
	background: url('../gfx/logoTv4.svg') no-repeat;
	height: 100%;
	width: 100%;
	background-size: cover;
}

.top-links-mobile .mobile-logos a {
	width: 66px;
	padding: 0;
}

.mobile-logo {
    float: left;
    width: 52px;
    height: 53px;
    margin: 0 0 0 10px;
}

.mobile-logo a {
    display: block;
    background: url('../gfx/logoTv4.svg') no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.mobile-close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 2;
	margin: 30px 15px 0 0;
	cursor: pointer;
	color: #ffffff;
}

.mobile-close:before,
.mobile-close:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mobile-close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mobile-close:hover:before,
.mobile-close:hover:after {
	background: #fa014d;
}

.mobile-logos {
	margin: 0 10px;
}

.mobile-logos a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 66px;
	height: 66px;
	background: #fafafa;
	float: left;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-box-shadow: 1px 1px 1px #E0E0E0;
	-webkit-box-shadow: 1px 1px 1px #E0E0E0;
	box-shadow: 1px 1px 1px #E0E0E0;
	margin: 0 0 1px 1px;
	outline: 1px #ebebeb solid;
	position: relative;
}

.mobile-logos a:hover {
	transform: scale(1.05);
	z-index: 999;
	-moz-box-shadow: 0 0 5px #a0a0a0;
	-webkit-box-shadow: 0 0 5px #a0a0a0;
	box-shadow: 0 0 5px #a0a0a0;
}

.mobile-logos a:hover:after {
	transform: scale(0.95);
}

.mobile-logos a:after {
	position: absolute;
	text-indent: initial;
	margin: -17px 0 0 -16px;
	content: '';
	background: none no-repeat center;
	top: 49%;
	left: 44%;
	width: 60%;
	height: 60%;
	background-position: center center;
}

.top-links {
	list-style-type: none;
	position: fixed;
	right: 12px;
	top: 18px;
}

.top-links .chosed:after {
	content: '';
	border-top: 3px #fa014d solid;
	display: block;
	height: 30px;
	position: absolute;
	width: 100%;
	top: -22px;
}

.top-links li {
	float: left;
	font-family: 'GPP Text', sans-serif;
	margin: 4px 20px 0 20px;
	display: inline-block;
	position: relative;
}

.top-links li:last-of-type {
	margin-left:0;
}

.top-links li a {
	font-size: 13px;
	color: #4c4c4c;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	position: relative;
	display: block;
	padding: 3px 6px;
	/*color: #ffffff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.4);*/
	float: left;
}

.topDarkActive .top-links li a {
	/*color: #585858;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.4);*/
	color: #ffffff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}

.topFixed .top-links li a {
	color: #fff;
}

.top-links li a:hover {
	background: #fa014d;
	color: #ffffff;
	padding: 3px 6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	position: relative;
	display: block;
	border-radius: 2px;
	text-shadow: none;
}

.fb-top .top-links li.fb-top a:hover {
    background: none;
}

.topDarkActive .top-links li.fb-top a:hover,
.topDarkActive .top-links li.is-top a:hover {
    background: none;
}

.top-links li.search-li a:hover,
.top-links li.fb-top a:hover,
.top-links li.is-top a:hover {
    background: none;
}

.topDarkActive .top-links li a:hover,
.topFixed .top-links li a:hover {
    color: #ffffff;
    text-shadow: none;
}

.open-menu {
	width: 100px;
	height: 43px;
	background: rgba(0, 0, 0, 0.53);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: none;
	cursor: pointer;
	line-height: 43px;
	margin-top: -5px;
	float: right;
	position: relative;
}

.open-menu:hover {
	background: rgb(64, 64, 64);
}

.top-links-info .open-menu {
	background: transparent;
}

.top-links-info .show-menu:after {
	color: #bcbcbc;
}

.top-links-info .show-menu p,
.top-links-info .show-menu p::after,
.top-links-info .show-menu p::before {
    background: #4c4c4c;
}

.top-links-info .show-menu:hover p,
.top-links-info .show-menu:hover p::after,
.top-links-info .show-menu:hover p::before {
	background: #fa014d;
}

.search-mobile {
	width: 100%;
}

.search-mobile .search_form {
	width: 100%;
	width: calc(100% - 20px);
	padding: 0 10px;
}

.search-mobile .search_form_input {
    width: -moz-calc(100% - 17px);
    width: -webkit-calc(100% - 17px);
    width: calc(100% - 17px);
}

.search-mobile .search_form button {
	right: 18px;
}

.show-menu {
	cursor: pointer;
	display: none;
	right: 10px;
	position: relative;
}

.show-menu:after {
	content: 'MENU';
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 18px;
	z-index: 999;
	line-height: 43px;
}

.topFixed .show-menu:after {
	color: #a1a8ac;
}

.show-menu p,
.show-menu p::after,
.show-menu p::before {
	display: block;
	position: relative;
	float: right;
	width: 35px;
	height: 5px;
	background: #ffffff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	top: 8px;
}

.topFixed .show-menu p,
.topFixed .show-menu p::after,
.topFixed .show-menu p::before {
	background: #a1a8ac;
}

.topFixed .show-menu:hover p,
.topFixed .show-menu:hover p::after,
.topFixed .show-menu:hover p::before {
	background: #fa014d;
}

.show-menu p::before {
	top: 11px;
}

.show-menu p::after {
	top: 22px;
}

.show-menu p::after,
.show-menu p::before {
	content: '';
	position: absolute;
	left: 0;
}

.facebook_likes {
	width: 26px;
	height: 26px;
	background: url('../gfx/icon/facebook-color.svg') no-repeat;
	background-repeat: no-repeat;
	display: block;
	margin:-5px 0 0;
}
.insta_likes {
	width: 26px;
	height: 26px;
	background: url('../gfx/icon/instagram-color.svg') no-repeat;
	background-repeat: no-repeat;
	display: block;
	margin:-5px 0 0;
}

.facebook_likes:hover {
	background: url('../gfx/icon/facebook-color.svg') no-repeat;
}

.topDarkActive .facebook_likes {
	background: url('../gfx/icon/facebook-white.svg') no-repeat;
}

.insta_likes:hover {
	background: url('../gfx/icon/instagram-color.svg') no-repeat;
}
.topDarkActive .insta_likes {
	background: url('../gfx/icon/instagram-white.svg') no-repeat;
}

/*.topDarkActive .facebook_likes:hover {
		background: url('../gfx/facebook_likes.png');
}*/

.topFixed .facebook_likes {
	background: url('../gfx/icon/facebook-grey.svg') no-repeat;
}

.topFixed .insta_likes {
	background: url('../gfx/icon/instagram-grey.svg') no-repeat;
}

/*.topFixed .facebook_likes:hover {
		background: url('../gfx/facebook_likes.png');
}*/

.top-links-mobile .social {
    display: flex;
    justify-content: center;
}
.top-links-mobile .social a {
    width: 20px;
    margin: 0 19px;
}
.top-links-mobile .facebook_likes {
	margin: 0px auto;
	background: url('../gfx/icon/facebook-grey.svg') no-repeat;
}

.top-links-mobile .facebook_likes:hover {
	background: url('../gfx/icon/facebook-grey.svg') no-repeat;
}

.top-links-mobile .insta_likes {
	margin: 0px auto;
	background: url('../gfx/icon/instagram-grey.svg') no-repeat;
}

.top-links-mobile .insta_likes:hover {
	background: url('../gfx/icon/instagram-grey.svg') no-repeat;
}
.top-links-mobile .yt_likes {
	margin: 0px auto;
	background: url('../gfx/icon/yt-grey.svg') no-repeat;
}
.top-links-mobile .yt_likes:hover {
	background: url('../gfx/icon/yt-grey.svg') no-repeat;
}

#showSearch {
	cursor: pointer;
	padding: 3px 6px 3px 6px;
	float: left;
	margin: -1px 0 0 0;
	position: relative;
	width: 19px;
	height: 19px;
}


/*#showSearch:hover {
	padding: 3px 6px;
	background:#fa014d;
	padding: 3px 6px 3px 6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-shadow: none;
}*/

#showSearch:before {
	content: '';
	background: url('../gfx/icon/search-color.svg') no-repeat;
	width: 19px;
	height: 19px;
	position: absolute;
}

#showSearch:hover:before {
	background: url('../gfx/icon/search-white.svg') no-repeat;
}

.topDarkActive #showSearch:before {
	background: url('../gfx/icon/search-white.svg') no-repeat;
}

.topFixed #showSearch:before {
	background: url('../gfx/icon/search-color.svg') no-repeat;
}

.topDarkActive #showSearch:hover:before {
	background: url('../gfx/icon/search-white.svg') no-repeat;
}

.topFixed #showSearch:hover:before {
	background: url('../gfx/icon/search-color.svg') no-repeat;
}

.top-programlist {
	float: left;
	margin: -4px 18px 0 30px;
}

.top-programlist .arrow-down {
	cursor: pointer;
}

.top-logo {
    float: left;
    width: 73px;
    height: 75px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.top-logo a {
    display: block;
    background: url('../gfx/logoTv4.svg') no-repeat;
    height: 100%;
    width: 100%;
    background-size: contain;
}
.mourning .top-logo a, .mourning .mobile-logo a {
    background-image: url('../gfx/logoTv4.svg');
}

.topFixed .top-logo {
    width: 43px;
    height: 45px;
    margin: -6px 0 0 0;
}

.top-programlist-show {
	position: absolute;
	color: #fff;
	top: 0;
	left: 27px;
	display: none;
	z-index: 9;
}

.chose-program-close {
	float: left;
	width: 30px;
	color: #a1a8ac;
	background: #012031;
	height: 33px;
	position: relative;
	text-align: center;
	line-height: 33px;
	cursor: pointer;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
    box-shadow: inset -8px 0 3px -5px rgba(0, 0, 0, .15);
}

.chose-program-close:after {
	content: '';
	height: 16px;
	width: 2px;
	background: #ffffff;
	float: left;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
	position: absolute;
	left: 13px;
}

.chose-program-close:before {
	content: '';
	height: 16px;
	width: 2px;
	background: #ffffff;
	float: left;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 8px;
	left: 13px;
}

.chose-program-close:hover {
	background: #00283d;
	color: #4c4c4c;
}

.chose-program {
	float: left;
	position: relative;
}

.topFixed .chose-program-close {
	background: #012031;
}

.chose-program .sel {
    -webkit-box-shadow: inset 0px -4px 0px 0px #022d57;
    -moz-box-shadow: inset 0px -4px 0px #022d57;
    box-shadow: inset 0px -4px 0px 0px #022d57;
    border-bottom: 1px #022d57 solid;
}

.chose-program a {
	float: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 91px;
	height: 91px;
	border-right: 1px #e5e5e5 solid;
	border-bottom: 1px #e5e5e5 solid;
	position: relative;
	background: url('../gfx/bg.png');
}

.topFixed .chose-program a {
	background: #f9f9f9;
}

.chose-program a:hover {
	-webkit-box-shadow: inset 0px -4px 0px 0px #545454;
	-moz-box-shadow: inset 0px -4px 0px #545454;
	box-shadow: inset 0px -4px 0px 0px #545454;
	border-bottom: 1px #545454 solid;
}

.chose-program a:after {
	position: absolute;
	text-indent: initial;
	top: 50%;
	left: 50%;
	margin: -22px 0 0 -22px;
    background: none no-repeat center;
}

.chose-program a:nth-of-type(4) {
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
}

.chose-program a:nth-of-type(12) {
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
}

.chose-program a:nth-of-type(4n+1) {
    clear: both;
}

.chose-program a:nth-of-type(4n),
.chose-program a:last-child {
    border-right: none;
}

.chose-program a:last-child {
	/*-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-left-radius: 2px;*/
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;
}

.ie .chose-program a:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.chose-program .bigpolsat:after {
    content: url('../logo/big-polsat.png');
}

.ie .chose-program .bigpolsat:after {
    content: '';
    background-image: url('../logo/big-polsat.png');
}

.chose-program .bigpolsat2:after {
    content: url('../logo/big-polsat2.png');
}

.ie .chose-program .bigpolsat2:after {
    content: '';
    background-image: url('../logo/big-polsat2.png');
}

.chose-program .bigpolsatnews:after {
    content: url('../logo/big-polsatnews.png');
}

.ie .chose-program .bigpolsatnews:after {
    content: '';
    background-image: url('../logo/big-polsatnews.png');
}

.chose-program .bigpolsatcafe:after {
    content: url('../logo/big-polsatcafe.png');
}

.ie .chose-program .bigpolsatcafe:after {
    content: '';
    background-image: url('../logo/big-polsatcafe.png');
}

.chose-program .bigpolsatfilm:after {
    content: url('../logo/big-polsatfilm.png');
}

.ie .chose-program .bigpolsatfilm:after {
    content: '';
    background-image: url('../logo/big-polsatfilm.png');
}

.chose-program .bigpolsatplay:after {
    content: url('../logo/big-polsatplay.png');
}

.ie .chose-program .bigpolsatplay:after {
    content: '';
    background-image: url('../logo/big-polsatplay.png');
}

.chose-program .bigtv4:after {
    content: url('../logo/big-tv4.png');
}

.ie .chose-program .bigtv4:after {
    content: '';
    background-image: url('../logo/big-tv4.png');
}

.chose-program .bigdisco:after {
    content: url('../logo/big-disco.png');
}

.ie .chose-program .bigdisco:after {
    content: '';
    background-image: url('../logo/big-disco.png');
}

.chose-program .bigtv6:after {
    content: url('../logo/big-tv6.png');
}

.ie .chose-program .bigtv6:after {
    content: '';
    background-image: url('../logo/big-tv6.png');
}

.chose-program .bigci:after {
    content: url('../logo/big-ci.png');
}

.ie .chose-program .bigci:after {
    content: '';
    background-image: url('../logo/big-ci.png');
}

.chose-program .bigpolsatsport:after {
    content: url('../logo/bigpolsatsport.png');
    margin: -13px 0 0 -33px;
}

.ie .chose-program .bigpolsatsport:after {
    content: '';
    background-image: url('../logo/bigpolsatsport.png');
}

.search {
    float: left;
    margin: -10px 0 0 0;
    display: none;
    height: 43px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
}

.search_form,
.search_form_mobile {
    position: relative;
    float: left;
    display: inline-block;
    margin-top: 0;
}

.search_form_mobile {
    width: -moz-calc(100% - 15px);
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
}

.search_form_close {
    width: 21px;
    height: 41px;
    float: left;
    background: #efefef;
    border-right: 1px #d1d1d1 solid;
    border-bottom: 1px #d1d1d1 solid;
    border-top: 1px #d1d1d1 solid;
	display: inline-block;
	text-align: center;
	position: relative;
	cursor: pointer;
	color: #616161;
	display: inline-block;
	position: absolute;
}

.search_form_close:after {
	content: '';
	font-weight: bold;
	line-height: 35px;
	width: 100%;
	height: 100%;
	height: 12px;
	width: 2px;
	background: #4a4a4a;
	float: left;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 15px;
	left: 9px;
}

.search_form_close:before {
	content: '';
	font-weight: bold;
	line-height: 35px;
	height: 12px;
	width: 2px;
	background: #4a4a4a;
	float: left;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 15px;
	left: 9px;
}

.search_form_close:hover {
	background: #e6e6e6;
}

.search_form_input {
	width: 260px;
	height: 41px;
	border: 1px #001e2e solid;
	position: relative;
	padding: 0 0 0 15px;
	color: #ffffff;
	display: inline-block;
	font-weight: 300;
	background-color: #001e2e;
}

.search_form_input:hover {
	border: 1px #fa014d solid;
}

.search_form_input::-webkit-input-placeholder {
	color: #637179;
}

.search_form_input:-moz-placeholder {
	color: #637179;
}

.search_form_input::-moz-placeholder {
	color: #637179;
}

.search_form_input:-ms-input-placeholder {
	color: #637179;
}

.search_form_input:active,
.search_form_input:focus {
	border: 1px #fa014d solid;
}

.search_form button {
	background: url('../gfx/search-darkgrey.png');
	width: 19px;
	height: 19px;
	position: absolute;
	right: 7px;
	border: 0;
	top: 12px;
}

.search_form:hover > button {
	background: url('../gfx/search-orange.png');
}

.top,
.top-logo,
.top-links,
.top-links-mobile,
#footer {
    transform: translateZ(0);
}

.top-open .top,
.top-open .top-links-mobile {
    transform: none;
}


/** FOOTER **/

#footer {
    background: #00283d;
    width: 100%;
    margin: 31px 0 0 0;
    position: relative;
}

#footer:before {
	content: '';
	height: 1px;
	width: 100%;
	background-color: #e7e7e7;
	position: absolute;
	top: -2px;
}

.footer {
	width: 1182px;
	margin: 0 auto;
	padding: 35px 0 30px 0;
}

.footer-links {
	list-style-type: none;
	display: table;
	margin: 0px auto;
}

.footer-links li {
	float: left;
	margin: 0 28px 0 28px;
}

.footer-links a {
	color: #6b6b6b;
	font-size: 14px;
	font-family: 'GPP Text', sans-serif;
	display: block;
	font-weight: 300;
}

.footer-links a:hover {
	text-decoration: underline;
}

.footer-logos {
	max-width: 1088px;
	height: 100%;
	display: table;
	margin: 0 auto 30px auto;
}


.mobile-logos .polsat:after,
.footer-logos .polsat:after {
    background: url('../logo/polsat.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .polsat:after,
.ie .footer-logos .polsat:after {
    background-image: url('../logo/polsat.png') no-repeat;
}

.mobile-logos .superpolsat:after,
.footer-logos .superpolsat:after {
    background: url('../logo/superpolsat.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .superpolsat:after,
.ie .footer-logos .superpolsat:after {
    background-image: url('../logo/superpolsat.png') no-repeat;
}

.mobile-logos .polsatone:after,
.footer-logos .polsatone:after {
    background: url('../logo/polsat1.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .polsatone:after,
.ie .footer-logos .polsatone:after {
    background-image: url('../logo/polsat1.png') no-repeat;
}

.mobile-logos .polsat2:after,
.footer-logos .polsat2:after {
    background: url('../logo/polsat2.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .polsat2:after,
.ie .footer-logos .polsat2:after {
    background: url('../logo/polsat2.png') no-repeat;
}

.mobile-logos .polsatnews:after,
.footer-logos .polsatnews:after {
    background: url('../logo/polsatnews.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .polsatnews:after,
.ie .footer-logos .polsatnews:after {
    background-image: url('../logo/polsatnews.png') no-repeat;
}

.mobile-logos .polsatnews2:after,
.footer-logos .polsatnews2:after {
    background: url('../logo/polsatnews2.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .polsatnews2:after,
.ie .footer-logos .polsatnews2:after {
    background-image: url('../logo/polsatnews2.png') no-repeat;
}

.mobile-logos .polsatfilm:after,
.footer-logos .polsatfilm:after {
    background: url('../logo/polsatfilm.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .polsatfilm:after,
.ie .footer-logos .polsatfilm:after {
    background-image: url('../logo/polsatfilm.png') no-repeat;
}

.mobile-logos .polsatdoku:after,
.footer-logos .polsatdoku:after {
    background: url('../logo/dokupolsat.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .polsatdoku:after,
.ie .footer-logos .polsatdoku:after {
    background-image: url('../logo/dokupolsat.svg') no-repeat;
}

.mobile-logos .polsatplay:after,
.footer-logos .polsatplay:after {
    background: url('../logo/polsatplay.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .polsatplay:after,
.ie .footer-logos .polsatplay:after {
    background-image: url('../logo/polsatplay.png') no-repeat;
}

.mobile-logos .polsatcafe:after,
.footer-logos .polsatcafe:after {
    background: url('../logo/polsatcafe.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .polsatcafe:after,
.ie .footer-logos .polsatcafe:after {
    background-image: url('../logo/polsatcafe.png') no-repeat;
}

.mobile-logos .polsatromans:after,
.footer-logos .polsatromans:after {
    background: url('../logo/polsatromans.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .polsatromans:after,
.ie .footer-logos .polsatromans:after {
    background-image: url('../logo/polsatromans.png') no-repeat;
}

.mobile-logos .tv6:after,
.footer-logos .tv6:after {
    background: url('../logo/tv6.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .tv6:after,
.ie .footer-logos .tv6:after {
    background-image: url('../logo/tv6.png') no-repeat;
}

.mobile-logos .tv4:after,
.footer-logos .tv4:after {
    background: url('../logo/tv4.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .tv4:after,
.ie .footer-logos .tv4:after {
    background-image: url('../logo/tv4.png') no-repeat;
}

.mobile-logos .foodnetwork:after,
.footer-logos .foodnetwork:after {
    background: url('../logo/foodnetwork.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .foodnetwork:after,
.ie .footer-logos .foodnetwork:after {
    background-image: url('../logo/foodnetwork.png') no-repeat;
}

.mobile-logos .ci:after,
.footer-logos .ci:after {
    background: url('../logo/polsatci.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .ci:after,
.ie .footer-logos .ci:after {
    background-image: url('../logo/polsatci.png') no-repeat;
}

.mobile-logos .muzofm:after,
.footer-logos .muzofm:after {
    background: url('../logo/muzofm.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .muzofm:after,
.ie .footer-logos .muzofm:after {
    background-image: url('../logo/muzofm.png') no-repeat;
}

.mobile-logos .muzotv:after,
.footer-logos .muzotv:after {
    background: url('../logo/muzotv.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .muzotv:after,
.ie .footer-logos .muzotv:after {
    background-image: url('../logo/muzotv.png') no-repeat;
}

.mobile-logos .discopolomusic:after,
.footer-logos .discopolomusic:after {
    background: url('../logo/discopolomusic.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .discopolomusic:after,
.ie .footer-logos .discopolomusic:after {
    background-image: url('../logo/discopolomusic.png') no-repeat;
}

.mobile-logos .jimjam:after,
.footer-logos .jimjam:after {
    background: url('../logo/jimjam.jpg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .jimjam:after,
.ie .footer-logos .jimjam:after {
    background-image: url('../logo/jimjam.jpg') no-repeat;
}

.mobile-logos .polsatsport:after,
.footer-logos .polsatsport:after {
    background: url('../logo/polsatsport.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .polsatsport:after,
.ie .footer-logos .polsatsport:after {}

.mobile-logos .polsatsporthd:after,
.footer-logos .polsatsporthd:after {
    background: url('../logo/polsatsporthd.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}



.ie .mobile-logos .polsatsporthd:after,
.ie .footer-logos .polsatsporthd:after {
    background-image: url('../logo/polsatsporthd.png') no-repeat;
}

.mobile-logos .polsatsportextra:after,
.footer-logos .polsatsportextra:after {
    background: url('../logo/polsatsportextra.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .polsatsportextra:after,
.ie .footer-logos .polsatsportextra:after {
    background-image: url('../logo/polsatsportextra.png') no-repeat;
}

.mobile-logos .polsatsportextrahd:after,
.footer-logos .polsatsportextrahd:after {
    background: url('../logo/polsatsportextrahd.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .polsatsportextrahd:after,
.ie .footer-logos .polsatsportextrahd:after {
    background-image: url('../logo/polsatsportextrahd.png') no-repeat;
}

.mobile-logos .polsatsportnews:after,
.footer-logos .polsatsportnews:after {
    background: url('../logo/polsatsportnews.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .polsatsportnews:after,
.ie .footer-logos .polsatsportnews:after {
    background-image: url('../logo/polsatsportnews.png') no-repeat;
}

.mobile-logos .polsatsportfight:after,
.footer-logos .polsatsportfight:after {
    background: url('../logo/polsatfight.svg') no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .polsatsportfight:after,
.ie .footer-logos .polsatsportfight:after {
    background-image: url('../logo/polsatfight.png') no-repeat;
}

.mobile-logos .polsat-music:after, .footer-logos .polsat-music:after {
    background: url(../logo/polsat-music.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}

.ie .mobile-logos .polsat-music:after,
.ie .footer-logos .polsat-music:after {
    background-image: url('../logo/polsat-music.png') no-repeat;
}

.mobile-logos .eskatv:after,
.footer-logos .eskatv:after {
	background:url('../logo/eskatv.svg') no-repeat;
	background-size: contain;
	background-position: center center;
}
.ie .mobile-logos .eskatv:after,
.ie .footer-logos .eskatv:after {
	background-image:url('../logo/eskatv.png') no-repeat;
}

.mobile-logos .vox:after,
.footer-logos .vox:after {
	background:url('../logo/voxmusictv.svg') no-repeat;
	background-size: contain;
	background-position: center center;
}
.ie .mobile-logos .vox:after,
.ie .footer-logos .vox:after {
	background-image:url('../logo/voxmusictv.png') no-repeat;
}

.mobile-logos .polo:after,
.footer-logos .polo:after {
	background:url('../logo/polotv.svg') no-repeat;
	background-size: contain;
	background-position: center center;
}
.ie .mobile-logos .polo:after,
.ie .footer-logos .polo:after {
	background-image:url('../logo/polotv.png') no-repeat;
}

.afterfooter {
	clear: both;
	height: 48px;
	width: 100%;
	text-align: center;
}

.afterfooter-copy {
	width: 1242px;
	color: #7a7a7a;
	font-size: 14px;
	margin: 0px auto;
	line-height: 48px;
}
.footer-inside {
	max-width: 1282px;
	margin: 0 auto;
	padding: 20px 20px 25px 20px;
	box-sizing: border-box;
}
.footer-inside:first-child {
	padding-top: 45px;
}
.footer-hr {
	width: 100%;
	height: 1px;
	margin: -10px 0 0;
	background: #153647;
	border: 0;
}
.footer-sub {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.footer-copy {
	font-size: 13px;
	font-weight: 300;
	color: #6b6b6b;
	white-space: nowrap;
}
.footer-logos {
	max-width: 100% !important;
	padding: 0 !important;
}
.logos--footer .logos__item {}

.footer-links--1 { margin: 0 auto 0 0; }
.footer-links--1 b, .footer-links--1 span { font-size: 14px; color: #637179; }
.footer-links--1 ul { list-style: none; padding: 0; margin: 0 -9px; }
.footer-links--1 li { margin: 5px 60px 5px 0 !important; }
.footer-links--1 a { color: #637179; }
.footer-links--1 a:hover { }
.footer-links--2 { margin: 0 0 20px; }
.footer-links--2 b, .footer-links--2 span {font-size: 14px;color: #637179;}
.footer-links--2 ul { list-style: none; padding: 0; margin: 0 -9px; }
.footer-links--2 li { margin: 9px 9px 0 !important; }
.footer-links--2 a { color: #a1a8ac; }
.footer-links--2 a:hover { }

@media (max-width: 500px) {
	.footer-sub { flex-flow: column; }
	.footer-links--1 { margin: 0; }
	.footer-links--1 li { margin: 10px 0 !important; }
	.footer-links--2 { text-align: center; width: 100%; }
	.footer-links--2 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-links--2 li { width: auto !important; }
}

/** FOOTER **/

.section {
	display: inline-block;
	width: 100%;
}

.section-three {
	display: block;
	float: left;
	width: 32%;
	margin-right: 2%;
}

.section-three:last-child {
	margin-right: 0;
}

#aside-tabs {
	display: inline-block;
}

.aside-box {
	margin: 0 0 20px 0;
	position: relative;
	width: 100%;
	float: left;
}

.aside-label {
	width: 100%;
	background-color: #7b8b9a;
	line-height: 35px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	margin: 0 0 15px 0;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
}

.aside-label span,
.aside-label a {
	margin: 0 0 0 20px;
	color: #ffffff;
	text-transform: uppercase;
}

.aside-news-list {
	margin-bottom: 20px;
	float: left;
	width: 100%;
	position: relative;
}

.aside-tabs-articles .tab {
	display: inline-block;
	line-height: 15px;
	margin: 0;
	font-weight: normal;
	padding: 10px 0 10px 20px;
}

.aside-tabs-articles .cycle-pager-active {
	font-weight: bold;
}

.aside-tabs-articles .cycle-slideshow,
.aside-tabs-articles .cycle-slide {
	/* min-height: 360px; */
	width: 100%;
}

.aside-news-med {
	display: inline-block;
	margin: 0 0 10px 0;
}

.aside-tabs-articles figure {
	width: 35%;
	margin: 0 3% 0 0;
}

.aside-news-data {
	width: 62%;
	color: #3b3a40;
	line-height: 18px;
}

.aside-news-data:hover {
	text-decoration: underline;
}

.font-nsb18 {
	font-weight: bold;
	font-size: 18px;
}

.aside-box .bullet-small:before {
	margin: 5px 10px 10px 3px;
}

.bullet-small:before,
.bullet-small-psport:before,
.bullet-small-pnews:before {
		content: "";
	width: 8px;
	height: 8px;
	border-radius: 4px;
	display: block;
	float: left;
	margin: 2px 10px 10px 3px;
}

.bullet-small:before {
	background: #e7841e;
}

.bullet-small-psport:before {
	background: #7b8b9a;
}

.bullet-small-pnews:before {
	background: #e88930;
}

.bullet-video:before {
	content: "";
	width: 12px;
	height: 12px;
	overflow: hidden;
	background: url('../gfx/ico_play-mini.svg') no-repeat center transparent;
	display: block;
	float: left;
	margin: 2px 6px 10px 1px;
	border-radius: 6px;
}

.article-news-small .news-title {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding-left: 20px;
}

.aside-news-list figure {
	width: 35%;
	margin: 0 3% 0 0;
}

.aside-news-list figure img {
	float: left;
	width: 100%;
}

.aside-news-category,
.aside-small-category {
	width: auto;
	height: 13px;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	background-color: #e7841e;
	line-height: 13px;
	text-align: center;
	margin: 2px 5px -4px 0;
	padding: 0 2px;
	text-transform: uppercase;
}

.article-news-small .aside-news-category {
	margin: 1px 5px 0 0;
}

.bullet-small:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #e7841e;
	display: block;
	float: left;
	margin: 2px 10px 10px 3px;
}

.news-title {
	color: #3b3a40;
	margin-bottom: 12px;
	display: block;
	line-height: 16px;
}

.news-title:hover {
	text-decoration: underline;
}

.news-underfigure {
	margin: 9px 0 20px 0;
	font-family: 'GPP Text', sans-serif;
}

.underfigure-date {
	color: #fa014d;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 8px 0;
	line-height: 17px;
}

.underfigure-desc {
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 300;
}

.underfigure-desc br {
	display: none;
}

.underfigure-desc b {
	display: block;
	width: 100%;
	line-height: 15px;
	margin: 0 0 5px;
	font-weight: normal;
}

.moreB {
	font-size: 13px;
	color: #e88930;
	margin: 0 0 0 0;
	position: absolute;
	bottom: 0px;
	right: 0;
}

.moreB:hover {
	text-decoration: underline;
}


/** SWIPER **/

.top-slider {
	background: url('../gfx/bg_slider.jpg') no-repeat;
	background-size: cover;
	position: relative;
}

.top-slider-main {
	aspect-ratio: 2.0144;
}

.top-slider-sub {
	aspect-ratio: 3.3201;
}

.swiper-container {
	width: 100%;
}

.swiper-container-film {
	height: 550px;
}

.mainpage .swiper-container {
	width: 100%;
}

.content .swiper-container2,
.content .swiper-container3,
.content .swiper-container4,
.swiper-gallery {
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-gallery {
	height: 100%;
	width: 100%;
	padding: 1px;
}

.swiper-small {
	height: auto;
}

.swiper-host,
.swiper-main {
	height: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000;
	/* Center slide text vertically */
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-position: center top;
	background-size: cover;
}

.swiper-slide:before {
	content: '';
	padding-top: 30.12%;
	display: block;
}

.mainpage .swiper-slide:before {
	padding-top: 47.64%;
}

.content .swiper-slide {
	background: transparent;
}

.subpageNews.swiper-slide:before {
	padding-top: 0px;
}

.swiper-slide img {
	width: 100%;
}

.gallery .swiper-slide img {
	float: left;
}

.swiper-host .swiper-slide img {
	float: left;
}

.swiper-host .swiper-slide:before,
.swiper-gallery .swiper-slide:before {
	padding: 0;
}

.no100 {
	background: transparent;
	width: initial;
	height: initial;
}

.swiper-gal-img {
	margin: 0 20px 20px 0;
	cursor: pointer;
	width: initial;
}

.no100 img {
	width: initial;
	margin: 120px 0 75px 0;
}

.gallery-thumbs .swiper-slide-active:after {
	content: '';
	border-bottom: 3px #ea941c solid;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	/*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23727272'%2F%3E%3C%2Fsvg%3E");*/
	background-image: none;
	left: 30px;
	right: auto;
}

.swiper-button-next,
.swiper-button-prev {
	background-image: none;
}

.swiper-button-next:before {
	content: '';
	width: 18px;
	height: 2px;
	position: absolute;
	background: #727272;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 15px;
	right: 5px;
}

.swiper-button-next:after {
	content: '';
	width: 18px;
	height: 2px;
	background: #727272;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 26px;
	right: 5px;
}

.swiper-button-prev:before {
	content: '';
	width: 18px;
	height: 2px;
	position: absolute;
	background: #727272;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 15px;
	right: 5px;
}

.swiper-button-prev:after {
	content: '';
	width: 18px;
	height: 2px;
	background: #727272;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 26px;
	right: 5px;
}

.swiper-button-next:hover:after,
.swiper-button-next:hover:before,
.swiper-button-prev:hover:after,
.swiper-button-prev:hover:before {
	background: #fff;
}

.gallery .swiper-button-next:hover:after,
.gallery .swiper-button-next:hover:before,
.gallery .swiper-button-prev:hover:after,
.gallery .swiper-button-prev:hover:before {
	background: #000;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	/*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23727272'%2F%3E%3C%2Fsvg%3E");*/
	right: 30px;
	left: auto;
}

.mainpage .swiper-button-next,
.mainpage .swiper-button-prev {
	/*display: none;*/
}

.swiper-small .swiper-button-next,
.swiper-small .swiper-button-prev {
	display: none;
}

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


/** NO SWIPER SUBPAGE **/

.content1240 {
	width: 1240px;
	position: relative;
	margin: 0px auto;
	clear: both;
}

.content1180 {
	width: 1180px;
	position: relative;
	margin: 0px auto;
	clear: both;
}

.content1120 {
	width: 1120px;
	position: relative;
	margin: 0 auto;
	clear: both;
	padding: 25px 0 0 0
}

.subpage {
	width: 100%;
	padding-top: 112px;
}

.htitle {
	font-size: 26px;
	color: #454545;
	font-family: 'GPP Text', sans-serif;
	font-weight: normal;
	padding: 25px 0;
	display: inline;
}

.subpage-text {
	padding: 0 30px;
	font-family: 'GPP Text', sans-serif;
	font-weight: 300;
}

.margtop60 {
	margin: 60px 0 0 0;
}

.about-bigtitle {
	font-size: 34px;
	color: #454545;
	margin: 0 0 5px 0;
}

.about-tleft {
	width: 46%;
	margin: 0 4% 0 0;
	float: left;
	color: #454545;
	font-size: 18px;
}

.about-tright {
	width: 46%;
	float: left;
	margin: 0 0 0 4%;
	color: #454545;
	font-size: 18px;
}

.about-20img {
	text-align: center;
	margin: 40px 0;
}

article .about-box {
	float: left;
	width: 30%;
	margin: 30px 5% 40px 0;
}

article .about-box:nth-of-type(3n) {
	margin: 30px 0 0 0;
}

article .about-box:nth-of-type(3n+1) {
	clear: both;
}

.about-box span {
	font-size: 20px;
	display: block;
	position: relative;
	margin: 0 0 20px 0;
}

.about-box span:after {
	content: '';
	width: 63px;
	height: 2px;
	background: #fa014d;
	position: absolute;
	left: 0;
	bottom: -10px;
}
.people {
	display:flex;
}
.person {
	width: 19%;
	float: left;
	margin: 0 1% 20px 0;
	margin: 0 1.2% 20px 0;
}

.person:nth-of-type(5n) {
	margin: 0 0 20px 0;
}

.person2 {
	width: 15%;
	width: 15.6%;
}

.person2:nth-of-type(5n) {
	margin: 0 1% 20px 0;
	margin: 0 1.2% 20px 0;
}

.person2:nth-of-type(6n) {
	margin: 0 0 20px 0;
}

.person img {
	width: 100%;
	display: none;
	visibility: hidden;
}

.person-name {
	font-family: 'GPP Text', sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #6f6f6f;
	margin: 5px 0 3px 0;
}

.person-position {
	font-size: 12px;
	color: #b2b2b2;
}


/** Prowadzący **/

.tvperson {
	float: left;
	width: -moz-calc(50% - 5px);
	width: -webkit-calc(50% - 5px);
	width: calc(50% - 5px);
	margin: 0 10px 10px 0;
	position: relative;
	overflow: hidden;
}

.tvperson:nth-of-type(2n) {
	margin: 0 0 10px 0;
}

.tvperson img {
	width: 100%;
	float: left;
	-webkit-transition: all 1s ease;
	/* Safari and Chrome */
	-moz-transition: all 1s ease;
	/* Firefox */
	-ms-transition: all 1s ease;
	/* IE 9 */
	-o-transition: all 1s ease;
	/* Opera */
	transition: all 1s ease;
}

.tvperson img:hover {
    -webkit-transform: scale(1.10);
    /* Safari and Chrome */
    -moz-transform: scale(1.10);
    /* Firefox */
    -ms-transform: scale(1.10);
    /* IE 9 */
    -o-transform: scale(1.10);
    /* Opera */
    transform: scale(1.10);
}

.tvperson-name {
    color: #6f6f6f;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 24px;
}

.tvperson:hover .tvperson-name {
    color: #fa014d;
}

.host {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
}

.host-likes {
    height: 25px;
}

.host-program {
    width: -moz-calc(50% - 5px);
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    margin: 10px 10px 0 0;
}

.host-program:nth-of-type(2n) {
    margin: 10px 0 0 0;
}

.host-program:hover .news_img-img {
    outline: 3px #fa014d solid;
}

.gallery {
	width: 100%;
	position: relative;
	margin: 0 0 25px 0;
}

.host-gallery {
	margin: 30px 0 0 0;
	position: relative;
}

.host-info {
	width: 30%;
	margin: 0 0 0 54%;
	position: relative;
	height: 100%;
}

.host-info-txt {
	position: absolute;
	text-align: left;
	width: 100%;
	/* bottom: 30px; */
	top: 40%;
	color: #fff;
}

.host-name {
	font-size: 50px;
	font-weight: 500;
	color: #ffffff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5)
}

.host-desc {
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	font-size: 18px;
	margin-top: 10px;
	font-weight: 300;
}

.news-fb-count {
	display: inline;
	margin: 12px 0 0 10px;
	padding: 3px 6px;
	font-size: 10px;
	border-radius: 3px;
	color: #ffffff;
	background: #5d5d5d;
	line-height: 11px;
	position: relative;
	vertical-align: text-top;
}

.news-fb-count:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #5d5d5d;
    left: 4px;
    top: 13px;
}

.news-likes {
    position: relative;
    display: inline;
    padding: 0 0 0 5px;
    top: -2px;
}

.news-date {
    color: #c6c6c6;
    font-size: 12px;
}

.host-links a {
    color: #6c767c;
    font-size: 13px;
    font-style: italic;
    display: block;
    float: left;
    margin: 30px 30px 0 0;
    position: relative;
}

.host-more:before,
.host-getgallery:before {
    content: '';
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: transparent;
    border: 1px #6c767c solid;
    margin: -11px 5px 0 0;
}

.host-more:after {
	content: url(../gfx/downarrow_grey.png);
	width: 20px;
	height: 12px;
	position: absolute;
	left: 11px;
	top: 3px;
}

.host-getgallery:after {
	content: url(../gfx/square_grey.png);
	width: 20px;
	height: 20px;
	position: absolute;
	left: 15px;
	top: 3px;
}

.host-more:hover:before,
.host-getgallery:hover:before {
    border: 1px #ffffff solid;
}

.host-more:hover:after {
    content: url(../gfx/downarrow.png);
}

.host-getgallery:hover:after {
    content: url(../gfx/square.png);
}

.navigation a {
    overflow: hidden;
    width: 25px;
    height: 94px;
    background-color: rgba(0, 0, 0);
    -webkit-transition: width 0.4s, background-color 0.4s;
    transition: width 0.4s, background-color 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    border-radius: 2px;
}

nav a {
    position: absolute;
    top: 50%;
    display: block;
    outline: none;
    text-align: left;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navigation a:hover {
    width: 220px;
    background-color: #000000;
}

.nav-prev {
	left: 20px;
}

.nav-next {
	right: 20px;
}

.navigation .nav-img {
	position: absolute;
	top: 0;
	padding: 0 50px;
	width: 100px;
	height: 100%;
}

.nav-next .nav-img {
	right: 45px;
}

.nav-prev .nav-img {
	left: 45px;
}

.nav-img img {
	position: absolute;
	top: 7px;
	height: 80px;
}

.nav-prev .nav-img img {
	left: 25px;
}

.nav-next .nav-img img {
	right: 25px;
}

.navigation .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
}

.navigation .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
}

.navigation .swiper-button-next.swiper-button-disabled,
.navigation .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}


/** Infopage **/

.info-title {
	color: #454545;
	font-size: 20px;
	font-weight: 300;
	position: relative;
}

.info-text {
	color: #6c6c6c;
}

.info-text ul,
.info-text ol {
    padding: 7px 0 12px 0;
}

.info-text li {
    margin: 4px 0 0 20px;
    font-weight: 300;
}

.info-text a {
    color: #fa014d;
}

.info-text a:hover {
    text-decoration: underline;
}

.aboutfilm-left {
    width: 45%;
    float: left;
}

.aboutfilm-right {
    width: -moz-calc(55% - 65px);
    width: -webkit-calc(55% - 65px);
    width: calc(55% - 65px);
    float: right;
}


/** O programie **/

.aboutprogram-left {
	width: 35%;
	float: left;
}

.aboutprogram-right {
	width: -moz-calc(65% - 65px);
	width: -webkit-calc(65% - 65px);
	width: calc(65% - 65px);
	float: right;
}

.aboutprogram-2cols {
	width: 49%;
	float: left;
	margin-right: 2%;
}

.aboutprogram-2cols-last {
	margin-right: 0;
}

.aboutprogram-preview {
	font-weight: bold;
	font-family: 'GPP Text', sans-serif;
	color: #6f6f6f;
	font-size: 16px;
}

.aboutprogram p {
	margin: 0 0 0 0;
	font-size: 16px;
	color: #9d9d9d;
	font-family: 'GPP Text', sans-serif;
	font-weight: 300;
}

.aboutprogram p a {
    color: #fa014d;
}

.gallery-img {
    width: -moz-calc(24% - 1px);
    width: -webkit-calc(24% - 1px);
    width: calc(24% - 1px);
    margin: 1px 1px 0 0;
}

.under-news-small:hover .news_img-img {
    outline: 1px #fa014d solid;
}

.gallery-img100 {
    width: -moz-calc(10% - 1px);
    width: -webkit-calc(10% - 1px);
    width: calc(10% - 1px);
    margin: 1px 1px 0 0;
}

.gallery-img:hover,
.gallery-img100:hover {
    outline: 1px #fa014d solid;
}

.hide-buttons-high-res {
    display: none;
}

.img-gal-more {
    width: 100%;
    color: #fa014d;
    font-size: 13px;
    margin: 10px 0 40px 0;
    display: block;
    float: left;
    text-transform: uppercase;
}

.icon-ipla,
.icon-facebook,
.icon-www {
    width: 100%;
    float: left;
}

.icon-ipla a,
.icon-facebook a,
.icon-www a {
    color: #5e5e5e;
    font-size: 14px;
}

.icon-ipla a:hover,
.icon-facebook a:hover,
.icon-www a:hover {
    color: #fa014d;
    font-size: 14px;
}

.icon-ipla:before {
    content: '';
    float: left;
    background: url('../gfx/polsatgo.png');
    width: 27px;
    height: 26px;
    margin: -5px 10px 15px 0;
}

.icon-facebook:before {
	content: '';
	float: left;
	background: url('../gfx/facebook.png');
	width: 26px;
	height: 26px;
	margin: -5px 10px 15px 0;
}

.under-news-small {
	width: 100%;
	clear: both;
	float: left;
	margin: 12px 0 0 0;
}

.under-news-small_img {
	width: 115px;
	margin: 0 15px 0 0;
	float: left;
}

.under-news-small-title {
	font-weight: bold;
	font-size: 16px;
	color: #6f6f6f;
}

.under-news-small-desc {
	font-size: 14px;
	margin: 5px 0 0 0;
	color: #9d9d9d;
}

.noimg-title {
	position: absolute;
	top: -moz-calc(50% - 10px);
	top: -webkit-calc(50% - 10px);
	top: calc(50% - 10px);
	left: 0;
	right: 0;
	text-align: center;
	font-size: 18px;
	color: #000;
	width: 90%;
	margin: 0px auto;
}

.news-program {
	float: left;
	position: relative;
	line-height: 1;
	width: 24%;
	margin: 10px 1% 10px 0;
	margin: 10px 1.3% 10px 0;
}

.news-program:nth-of-type(4n) {
	margin: 10px 0 10px 0;
}

.news-program:after {
	width: 44px;
	height: 44px;
	margin: -22px 0 0 -22px;
}

.news-program:nth-of-type(4n+1) {
	clear: both;
}

.news-program:hover img {
    outline: 3px #fa014d solid;
}

#facebook-comments {
    padding: 15px 0 0 0;
    position: relative;
}

.comments-facebook {
    background: #4b68b9;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    float: left;
    height: 38px;
    width: 275px;
    color: #fff;
    font-size: 15px;
    line-height: 38px;
    display: block;
}

.comments-facebook div {
    position: relative;
    width: auto;
    text-align: center;
}

.comments-facebook div:before {
    content: url(../gfx/f.png);
    position: relative;
    top: 7px;
    right: 7px;
}

.comments-black {
    background: #000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    float: left;
    height: 38px;
    width: 289px;
    margin-left: 22%;
    text-align: center;
}

.comments-black a {
    margin: 0px auto;
    font-size: 15px;
    color: #fff;
    line-height: 38px;
    position: relative;
    display: block;
}

.comments-black a:before {
    content: url(../gfx/comment.png);
    position: relative;
    top: 4px;
    right: 12px;
}

.comments-count {
    background: #eeeeee;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    float: right;
    height: 38px;
    padding: 0 10px;
    line-height: 38px;
}

.comments-counter:after {
    content: '';
    clear: both;
}

.comments-box {
    padding: 30px 0 0 0;
    clear: both;
}

.galleryAjax-top {
    width: 100%;
    /* GALERIA height: 662px; */
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.galleryAjax-thumbs {
    margin-left: auto;
    margin-right: auto;
    height: 66px;
    overflow: hidden;
}

.galleryAjax-thumbs .swiper-slide {
    width: 119px;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}

.galleryAjax-thumbs .swiper-slide:hover {
    opacity: 1;
}

.galleryAjax-thumbs .swiper-slide-active {
    opacity: 1;
}
.news-prev.loading{
	opacity: .3;
}

.news-prev a {
	color: #fa014d;
	text-decoration: none;
}
.news-prev .two-in-row{
	display: inline-block;
	width: calc(50% - 2px);
	box-sizing: border-box;
	padding: 0px 10px 10px 0px;
}
.news-prev .two-in-row:nth-child(2n+1){
	padding-right: 0;
}
.news-prev .two-in-row iframe{
	max-width: 100% !important;
}

.tags{
	margin: 2em 0;
}
.tags::after{
    content: "";
    display: table;
    clear: both;
}
.tags .tags__item{
	float: left;
    margin: 5px 15px 5px 0;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 34px;
    color: #fff;
    background: #b3b3b3;
}
.tags .tags__item:hover{
	background: #fa014d;
}

.ajaxPage,
.ajaxComments {
    margin: 25px auto;
    width: 1180px;
    padding-top: 112px;
    position: relative;
}

.ajaxComments {
    padding: 30px 0 50px 0;
}

.ajaxPageSlider {
    margin: 25px 120px;
    /* NEWS width:944px; */
    width: auto;
    position: relative;
    clear: both;
}

.ajaxNewsSlider {
    /*NEWS margin: 0 120px 0 120px;*/
    margin: 0 40px 0 40px;
    width: 944px;
    position: relative;
    clear: both;
}

.ajaxPageFull {
    margin: 25px 0;
    width: 1180px;
    text-align: center;
}

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

.series .article{
	margin-bottom: 70px;
}
.series__link {
 display:block;
 background:#f2f2f2;
 padding:10px;
 font-weight:700;
 color:#fa014d;
 position:relative;
 overflow:hidden
}
.series__link:after,
.series__link:before {
 content:"";
 width:100%;
 height:2px;
 position:absolute;
 bottom:0;
 left:0;
 z-index:1;
 background:#fa014d;
 opacity:0;
 -webkit-transform:translateZ(0);
 transform:translateZ(0);
 transition:opacity .35s,-webkit-transform .35s;
 transition:transform .35s,opacity .35s;
 transition:transform .35s,opacity .35s,-webkit-transform .35s
}
.series__link--loading:before {
 -webkit-animation:b 2s infinite;
 animation:b 2s infinite
}
.series__link--loading:after {
 -webkit-animation:c 2s .5s infinite;
 animation:c 2s .5s infinite
}
[data-ready=false] .series__link {
 display:none
}
@-webkit-keyframes b {
 0% {
  -webkit-transform:translate(-50%) scaleX(.1);
  transform:translate(-50%) scaleX(.1);
  opacity:1
 }
 to {
  -webkit-transform:translate(125%) scaleX(1);
  transform:translate(125%) scaleX(1);
  opacity:1
 }
}
@keyframes b {
 0% {
  -webkit-transform:translate(-50%) scaleX(.1);
  transform:translate(-50%) scaleX(.1);
  opacity:1
 }
 to {
  -webkit-transform:translate(125%) scaleX(1);
  transform:translate(125%) scaleX(1);
  opacity:1
 }
}
@-webkit-keyframes c {
 0% {
  -webkit-transform:translate(-125%) scaleX(1);
  transform:translate(-125%) scaleX(1);
  opacity:1
 }
 to {
  -webkit-transform:translate(75%) scaleX(.1);
  transform:translate(75%) scaleX(.1);
  opacity:1
 }
}
@keyframes c {
 0% {
  -webkit-transform:translate(-125%) scaleX(1);
  transform:translate(-125%) scaleX(1);
  opacity:1
 }
 to {
  -webkit-transform:translate(75%) scaleX(.1);
  transform:translate(75%) scaleX(.1);
  opacity:1
 }
}
.gallery-box-big,
.gallery-box-small {
	margin: 0;
}

.gallery-box-big .swiper-slide:before {
	padding-top: 0;
}

.gallery-box-small {
	padding: 10px 0;
	background: #111111;
}

.crumbbox {
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #cdcdcd;
}

.breadcrumb {
	list-style-type: none;
	float: left;
}

.breadcrumb li {
	float: left;
}

.breadcrumb li,
.breadcrumb li a {
	color: #c6c6c6;
	text-transform: uppercase;
}

.breadcrumb li:after {
	content: '\203A ';
	font-size: 15px;
	color: #989898;
	margin: 0 5px 0 5px;
}

.breadcrumb li:last-child:after {
	content: '';
}

.ajaxPerson {
	width: 24%;
	margin: 0 1.33% 0 0;
}

.ajaxPerson:nth-of-type(4n) {
	margin: 0 0 0 0;
}

.ajaxPerson:nth-of-type(4n+1) {
	clear: both;
}

.ajaxPersonName {
	color: #6f6f6f;
	font-size: 16px;
	margin: 8px 0 5px 0;
}

.ajaxPersonSMS {
	color: #fa014d;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.ajaxPersonInfo {
	color: #c8c8c8;
	font-size: 12px;
	margin: 0 0 15px 0;
}

.ajaxJuryName {
	font-size: 16px;
	color: #6f6f6f;
	margin: 12px 0 35px 0;
}

.aj-person {
	padding: 5px 0 5px 0;
}

.aj-person-sms {
	color: #fa014d;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.aj-person-info {
	color: #c8c8c8;
	font-size: 14px;
	margin: 0 0 40px 0;
}

.aj-person-description {
	font-size: 17px;
}

.aj-person-description p {
	margin: 0 0 10px 0;
}

.news-box-mt20 {
	/* NEWS margin: 20px 120px 0 120px; */
	margin: 20px 40px 0 40px;
}

.news-box {
	/* NEWS margin: 0 120px 0 120px; */
	margin: 0 40px 0 40px;
}

.news-box img {
	max-width: 100%;
	margin: 20px 0;
	height: auto;
}

.news-sep {
	border-top: 1px dotted #cdcdcd;
	width: 55px;
	height: 40px;
}

.news-prev {
	/*NEWS margin: 0 0 40px 0;*/
	margin: 10px 0 20px 0;
}

.news-prev p {
	margin: 0 0 10px 0;
	font-size: 17px;
	color: #6e6e6e;
	font-weight: 300;
}

.news-prev strong {
	font-weight: normal;
	color: #454545;
}
.news-desc {
	font-size: 17px;
	color: #9d9d9d;
}

.aj-page-prev,
.aj-page-next {
	position: absolute;
	top: 20px;
	width: 20px;
	height: 30px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 20px 30px;
	-webkit-background-size: 20px 30px;
	background-size: 20px 30px;
	background-position: center;
	background-repeat: no-repeat;
}

.aj-page-prev {
	/*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23454545'%2F%3E%3C%2Fsvg%3E");*/
	left: -80px;
	right: auto;
}

.aj-gallery-desc {
	padding: 10px 12px;
	color: #9d9d9d;
}

.aj-page-next {
	/*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23454545'%2F%3E%3C%2Fsvg%3E");*/
	right: -80px;
	left: auto;
}


/** Close button **/

.aj-page-next:hover:after,
.aj-page-next:hover:before,
.aj-page-prev:hover:after,
.aj-page-prev:hover:before {
	background: #000;
}

#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: -10px;
    right: -10px;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    background: #000;
    background: linear-gradient(to right, #404040 0%, #000 100%);
    border: 3px #fff solid;
    -webkit-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

#cboxCloseX {
    width: 20px;
    height: 20px;
    color: #fff;
    position: relative;
}

#cboxCloseX:before,
#cboxCloseX:after {
    content: '';
    width: 100%;
    height: 3px;
    background: currentColor;
    position: absolute;
    top: 90%;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cboxCloseX:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/** Kontakt **/

.contact-box {
	margin: 80px 0;
}

.contact-box__title {
	color: #454545;
	font-size: 20px;
	font-weight: 300;
	position: relative;
	margin: 0 0 40px 0;
}

.contact-box__title:after, .info-title:after {
	content: '';
	width: 62px;
	height: 3px;
	background: #ff004e;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -31px;
	right: 0;
	bottom: -20px;
}

.contact-box__title:after, .info-title:after {
	left: 0;
	transform: translateX(50%);
}
.contact-box__address {
	color: #6c6c6c;
	font-size: 15px;
	font-weight: 300;
	line-height: 23px;
}
.contact-box__address a {
	color: #ff004e;
}
.contact-box__address a:hover {
	text-decoration: underline;
}

.contact-box.contact-box--center .contact-box__title {
	text-align: center;
}

.contact-box.contact-box--center .contact-box__title:after {
	left: 50%;
	margin: 0 0 0 -31px;
	transform: none;
}

.contact-box.contact-box--center .contact-box__address {
	text-align: center;
}

/** 404 **/

.header404 {
	display: block;
	float: left;
	width: 100%;
}

.main404 {
	padding-bottom: 333px;
}

.footer404 {
	min-height: 285px;
	margin: 0;
}

.page404 {
	min-height: 100%;
	margin-bottom: -333px;
}

.page404:after {
	content: "";
	display: block;
}

.page404:after {
	height: 333px;
}

.p404 {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 120px;
}

.p404-error {
	font-size: 16px;
	color: #c6c6c6;
}

.p404-number {
	color: #fa014d;
	font-size: 103px;
	line-height: 95px;
}

.p404-msg {
	color: #454545;
	font-size: 20px;
	font-weight: 300;
	margin-top: 7px;
}

.p404-link {
	color: #9d9d9d;
	font-size: 15px;
	font-weight: 300;
	margin-top: 15px;
}

.p404-link a {
	color: #fa014d;
}

.p404-link a:hover {
	text-decoration: underline;
}

.result {
	width: 32%;
	margin: 10px 1.5% 20px 0;
	float: left;
	position: relative;
	line-height: 1;
}

.result:nth-of-type(3n) {
	margin: 10px 0 20px 0;
}

.result:nth-of-type(3n+1) {
	clear: both;
}

.result:after {
	display: none;
	background: none;
}

.result_img {
	width: 100%;
	position: relative;
}

.result_img:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	padding-top: 56.25%;
}

.result_title {
	margin: 0 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #3b3a40;
	line-height: 1;
}

.result_title a {
	display: inline-block;
	width: 100%;
	padding: 7px 0 6px 0;
	color: inherit;
	font-size: 15px;
}

.aboutprogram-2cols .result {
	width: 100%;
	margin-right: 0;
}

.aboutprogram-2cols .result_title {
	height: 50px;
	overflow: hidden;
}

.aboutprogram-2cols .result_title a {
	font-size: 18px;
	line-height: 1.2;
}

.np-program-list {
	margin-top: -13px;
	width: 100%;
	display: inline-block;
}

.fill {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#cboxLoadedContent {
	overflow: hidden !important;
}

#cboxLoadedContent .ajaxPage {
	margin: 0;
	width: 100%;
	padding-top: 0;
	overflow: hidden !important;
}

#cboxLoadedContent .ajaxPageFull {
	width: 100%;
	text-align: center;
}

#cboxLoadedContent .subpage {
	padding-top: 0;
}

#cboxLoadedContent .content1240 {
	width: 100%;
}

#cboxLoadedContent .content1180 {
	width: 100%;
}

#cboxLoadedContent .ajaxPageSlider {
	margin: 0 120px 25px 120px;
	max-width: 944px;
	width: auto;
}

#cboxLoadedContent .ajaxNewsSlider {
	margin: 0 120px 0 120px;
}

#cboxLoadedContent .breadcrumb {
	margin: 0 120px;
	max-width: 944px;
	width: 100%;
}

#cboxLoadedContent .crumbbox {
	padding: 40px 0 9px 0;
	border-bottom: 0;
}

#cboxLoadedContent .ajaxComments {
	padding: 30px 30px 50px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cboxLoadedContent .comments-facebook {
	display: none;
}

#cboxLoadedContent .ajaxPage,
#cboxLoadedContent .ajaxComments {
	width: auto;
}

#cboxLoadedContent .comments-black {
	margin-left: 0;
}


/*#cboxLoadedContent .swiper-slide img {
	width: auto;
}*/

.outer {
	/* display: inline-block; */
	position: relative;
	margin: 30px 0 10px;
	clear: both;
	text-align: center;
	width: 100%;
	float: left;
}
.article-pagination {
	position: relative;
	margin: 30px 0 10px;
	clear: both;
	text-align: center;
	width: 100%;
}
.article-pager {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	position: relative;
	display: inline-block;
}

.article-pager span,
.article-pager a {
	margin: 0 5px;
	width: 19px;
	height: 19px;
	display: block;
	float: left;
	line-height: 19px;
	text-align: center;
}

.article-pager a {
	color: #3b3a40;
}

.orange {
	color: #fa014d !important;
}

span.prev-page,
span.next-page,
a.next-page,
a.prev-page {
	width: 20px;
	height: 20px;
	border-radius: 10px;
	position: relative;
}

span.prev-page,
span.next-page {
    background: #e2e2e2;
}

a.next-page,
a.prev-page {
    background: #fa014d;
}

span.prev-page:after,
a.prev-page:after {
    content: '<';
    top: -1px;
    left: 6px;
}

span.next-page:after,
a.next-page:after {
    content: '>';
    top: -1px;
    left: 8px;
}

span.prev-page:after,
span.next-page:after,
a.next-page:after,
a.prev-page:after {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: absolute;
}

.mainpage .next-box,
.mainpage .prev-box {
    display: block;
    background-size: 20px 35px;
    width: 20px;
    height: 35px;
    margin-top: -18px;
}

.next-img,
.prev-img {
    display: block;
    background-size: 16px 30px;
    width: 16px;
    height: 30px;
    margin-top: -18px;
}

.next-img {
    top: 20px;
    right: 0;
}

.prev-img {
    left: inherit;
    top: 20px;
    right: 50px;
}

.mainpage .next-box {
    right: -35px;
}

.mainpage .prev-box {
    left: -35px;
}


/* ----------------------------------------- */


/* ------------- SEARCH -------------------- */


/* ----------------------------------------- */

.srch {
    margin: 110px auto;
    width: 100%;
    max-width: 1200px;
    border-top: 1px dotted #cecece;
    padding-top: 20px;
}

.srch__title {
    font-weight: normal;
    color: #454545;
}

.srch__formwrap {
    float: left;
    clear: both;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
    margin: 50px 0;
}

.srch__form {
    display: inline-block;
    float: none;
    position: relative;
    width: 100%;
    max-width: 790px;
}

.srch__form input {
    display: inline-block;
    border: 1px solid #dfdfdf;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
    font-size: 22px;
    line-height: 30px;
    font-weight: 100;
    color: #535353;
    padding: 15px 70px 15px 4%;
    width: 100%;
    box-sizing: border-box
}

.srch__form input:focus,
.srch__form input:active {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.srch__form button {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../gfx/search-grey.png) no-repeat center #484848;
    border: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top: 1px;
    right: 0;
}

.srch__results {
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
}

.srch__results--loading {
    opacity: 0;
}

.srch__labels {
    height: 50px;
}

.srch__sort {
    float: right;
}

.srch__checkbox {
    display: none;
}

.srch__noresults {
    margin: 100px 0;
    text-align: center;
}

.srch__noresults-title {
    display: block;
    font-size: 36px;
    color: #fa014d;
}

.srch__noresults-subtitle {
    display: block;
    font-size: 24px;
    color: #454545;
    margin: 20px 0;
}

.srch__noresults-advice {
    display: block;
    font-size: 15px;
    color: #9d9d9d;
}

.srch__category {
    float: left;
    position: relative;
}

.srch__category-select {
    float: left;
    font-size: 12px;
    color: #8f8f8f;
    padding: 0 28px 0 10px;
    line-height: 30px;
    position: relative;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    cursor: pointer;
}

.srch__category-select:after {
    content: '';
    float: left;
    width: 4px;
    height: 4px;
    margin: -3px 12px 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    color: #969696;
    border-bottom: 2px solid currentcolor;
    border-right: 2px solid currentcolor;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.srch__checkbox:checked ~ .srch__category-select:after {
    margin: 0 12px 0 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.srch__category-items {
    float: left;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: -1px 0 0 0;
    z-index: 3;
    border: 1px solid #e7e7e7;
    border-top: 0;
    overflow: hidden;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    max-height: 0;
    opacity: 0;
    -webkit-transition: max-height .4s, opacity .4s;
    -moz-transition: max-height .4s, opacity .4s;
    transition: max-height .4s, opacity .4s;
}

.srch__checkbox:checked ~ .srch__category-items {
    opacity: 1;
    max-height: 130px;
}

.srch__category-items li {
    float: left;
    width: 100%;
    border-top: 1px solid #e7e7e7;
}

.srch__category-item {
    float: left;
    width: 100%;
    font-size: 12px;
    padding: 0 10px;
    line-height: 30px;
    color: #8f8f8f;
    box-sizing: border-box;
}

.srch__category-item:hover {
    color: #fa014d;
}

.srch__labels .on {
    font-weight: bold;
    color: #fa014d;
}

.srch__list {
    float: left;
    clear: both;
    width: 100%;
    border-top: 1px solid #e7e7e7;
}

.srch__item {
    float: left;
    clear: both;
    width: 100%;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    height: 56px;
    color: #3a3a3a;
}

.srch__item:before {
    content: '';
    float: left;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -16px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 30px;
}

.srch__item:after {
    content: '';
    float: left;
    width: 8px;
    height: 17px;
    background: url(../gfx/tv_arrow.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8.5px;
    transform: scale(.8);
}

.srch__item:hover {
    background: #f9f9f9;
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
    margin: -1px 0 0 -10px;
    padding: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    z-index: 2;
}

.srch__item:hover:before {
    background: #fa014d;
    border-color: #fa014d;
    margin-right: 10px;
}

.srch__item:hover:after {
    background-position: 0 -17px;
    margin-right: 10px;
}

.srch__item:hover .srch__item-category {
    margin-right: 10px;
}

.srch__item-img {
    float: left;
    width: 100px;
    height: 56px;
    positon: absolute;
    top: 10px;
    left: 0;
    background: #eee;
}

.srch__item-img img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.srch__item-title {
    display: block;
    height: 100%;
    margin: 0 300px 0 130px;
    white-space: nowrap;
    max-height: 99.999%;
    overflow: hidden;
}

.srch__item-title:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.srch__item-title span {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    font-size: 17px;
    line-height: 1;
}

.srch__item-category {
    float: left;
    position: absolute;
    top: 50%;
    right: 0;
    color: #aeaeae;
    font-size: 14px;
    font-weight: 100;
    width: 250px;
    height: 20px;
    box-sizing: border-box;
    padding-right: 50px;
    margin-top: -10px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* ----------------------------------------- */


/* ------------- SLIDER -------------------- */


/* ----------------------------------------- */

.slider {
    float: left;
    width: 100%;
}

.slider__box {
    float: left;
    width: 100%;
    margin-top: -0.846%;
}

.slider__more {
    display: none;
}

.slider__item,
.slider__item--video {
    float: left;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 0.846%;
}

.slider__item:before,
.slider__item--video:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
}

.slider__item--maxi {
    width: 49.577%;
}

.slider__item--maxi:before {
    padding-top: 57%;
}

.slider__item--mini {
    width: 24.3655%;
    margin-left: 0.846%;
}

.slider__item--columns {
    width: 24.3655%;
    margin-left: 0.846%;
}

.slider__item--columns:before {
    padding-top: 150%;
}

.slider__item--columns.slider__item--1 {
    margin-left: 0;
}

.slider__news {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.slider__news .news_img,
.slider__news .rumor_img {
    height: 100%;
}

.slider__news .news_img:before,
.slider__news .rumor_img:before {
    display: none;
}

.slider__news .fill {
    object-fit: cover;
}

.slider__item-in {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: transform .5s;
}

.slider__item-in .--next {
    left: 100%;
}

.slider__item-in .--prev {
    left: -100%;
}

.slider__item-in .sld-next {
    left: 100%;
}

.slider__item-in .sld-prev {
    left: -100%;
}

.noT * {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    transition: none!important;
}

.slider.go.dir--prev .slider__item-in {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.slider.go.dir--next .slider__item-in {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.slider__arrow {
    display: none;
    float: left;
    width: 45px;
    height: 45px;
    margin: -22.5px 0;
    padding: 0;
    border: 0;
    background: 0 0;
    position: absolute;
    top: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
}

.mobile .slider__arrow {
    display: none!important;
}

.slider__arrow:after {
    content: '';
    display: block;
    width: 11px;
    height: 23px;
    margin: 11px 17px;
    background: url(../gfx/slider_arrow.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.slider__arrow--prev {
    right: 100%;
}

.slider__arrow--prev:after {
    background-position: 100% 0;
}

.slider__arrow--prev:hover:after {
    background-position: 100% 100%;
}

.slider__arrow--next {
    left: 100%;
}

.slider__arrow--next:after {
    background-position: 0 0;
}

.slider__arrow--next:hover:after {
    background-position: 0 100%;
}

.slider .slider__item--video .fill {
    left: -4px;
    right: -4px;
    width: auto;
}

.slider video.videoPlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
}

.slider .videoPlayer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0;
}

.slider .videoPlayer__video {
    height: 100%!important;
    padding: 0;
}

.slider .videoPlayer__controls {
    /*-webkit-transform:translate(0,100%);
		-moz-transform:translate(0,100%);
		transform:translate(0,100%);
		-webkit-transition:-webkit-transform .3s;
		-moz-transition:-moz-transform .3s;
		transition:transform .3s;*/
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
}

.slider .videoPlayer:hover .videoPlayer__controls,
.slider .videoPlayer.stopped .videoPlayer__controls {
    /*-webkit-transform:translate(0,0);
		-moz-transform:translate(0,0);
		transform:translate(0,0);*/
    opacity: 1;
}

.program-box {
    float: right;
    position: absolute;
    right: -1px;
    bottom: 52px;
    z-index: 1;
}

.mainpage .program-box {
    float: right;
    position: absolute;
    right: -1px;
    bottom: 152px;
}

.program-polsat {
    width: 55px;
    height: 56px;
    background: url('/templates/tv4_2017/gfx/logoTv4.png') no-repeat;
    background-size: 99%;
    float: left;
}

.program-sep {
    width: 6px;
    height: 56px;
    background: #fa014d;
    float: left;
    margin: 0 1px 0 2px;
}

.program-date {
    width: 150px;
    height: 50px;
    background: #fa014d;
    float: left;
    margin: 0 1px;
    font-size: 17px;
    color: #ffffff;
    line-height: 22px;
    text-transform: uppercase;
    padding: 6px 0 0 8px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.see-more {
    padding: 28px 0 50px 0;
}

.see-more-title {
    color: #afafaf;
    font-family: 'Lato', sans-serif;
    font-size: 23px;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    float: left;
}

.morenews {
    width: -moz-calc(25% - 7px);
    width: -webkit-calc(25% - 7px);
    width: calc(25% - 7px);
}

.morenews_img {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0
}

.morenews_img:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	padding-top: 150%;
}

.morenews_img img {
	border: 0;
}

.morenews-link {
	color: #6f6f6f;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	margin: 10px 0 0 0;
	display: block;
	line-height: 18px;
}

.morenews-link:hover {
	text-decoration: underline;
}

.morenews-desc {
	color: #b2b2b2;
	font-size: 13px;
	font-weight: 500;
	margin: 4px 0 0 0;
	line-height: 14px;
}

.clearfix {
	clear: both;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.video-box {
	max-width: 560px;
	margin: 0px auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wrapContainer{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width:  560px;
    max-height: 315px;
    margin-bottom: 10px;
}

.wrapIt {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.wrapIt iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ----------------------------------------- */
/* ------------------ LOGOS ---------------- */
/* ----------------------------------------- */

.logos{}
.logos__item{
float:left;
position:relative;
}
.logos__img{
float:left;
width: 90px;
height: 90px;
}

.logos--header{
float:left;
position:relative;
max-width:273px;
-webkit-border-radius:2px;
-webkit-border-top-left-radius:0;
-moz-border-radius:2px;
-moz-border-radius-topleft:0;
border-radius:2px;
border-top-left-radius:0;
overflow:hidden;
background:#00283d;
}
.logos--header .logos__item{
width:90px;height:90px;
border-right: 1px solid #002336;
border-bottom: 1px solid #002336;
background-color: #00283d;;
}
/*.logos--header .logos__item:nth-of-type(4n){border-right:none;}*/
.logos--header .logos__item:hover{
-webkit-box-shadow:inset 0px -4px 0px 0px #abbbc4;
-moz-box-shadow:inset 0px -4px 0px #abbbc4;
box-shadow:inset 0px -4px 0px 0px #abbbc4;
border-bottom:1px #abbbc4 solid;
}
.logos--header .logos__item.is--active{
	-webkit-box-shadow:inset 0px -4px 0px 0px #022d57;
	-moz-box-shadow:inset 0px -4px 0px #022d57;
	box-shadow:inset 0px -4px 0px 0px #022d57;
	border-bottom:1px #022d57 solid;
    }

.logos--mobile{margin:0 10px;}
.logos--mobile .logos__item,
.logos--footer .logos__item{
	width:73px;height:73px;
	padding:0;
	overflow:hidden;
	outline:none;
}
.logos--mobile .logos__item:hover,
.logos--footer .logos__item:hover{
    z-index: 1;
    background-color: rgb(0, 40, 61);
    box-shadow: 0px 1px 11.52px 4.48px rgb(0 0 0 / 16%);
    transform: scale(1.05);
}
.logos--mobile .logos__item.is--active{
	box-sizing: border-box;
    border-bottom: 2px #022d57 solid;
}
.logos--mobile .logos__img,
.logos--footer .logos__img{
width:100%;height:100%;
}

.logos--footer{}

@media screen and (max-width:460px){
	.logos--footer .logos__item{
		width:46px;height:46px;
	}
}
@media screen and (max-width: 360px){
.logos--mobile .logos__item {
	width: 49px;
	height: 49px;
}
}
/* ----------------------------------------- */
/* ------------------ Tags ----------------- */
/* ----------------------------------------- */

.tags {
margin: 2em 0;
}

.tags__item {
float: left;
margin: 5px 15px 5px 0;
padding: 0 15px;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
line-height: 34px;
color: #fff;
background: #b3b3b3;
}

.tags__item:hover {
background: #162f57;
}


/* ----------------------------------------- */
/* ---- Facebook - Comment width bug fix --- */
/* ----------------------------------------- */

.fb-comments, .fb-comments iframe, .fb-comments span {width: 100% !important;}

/* ----------------------------------------- */


/* ------------- MEDIA - QUERIES ----------- */


/* ----------------------------------------- */

@media screen and (max-width:1680px) {
	.main-ptv-after:before {
		width: 418px;
	}
	.slide-last .swiper-container {
		height: auto;
	}
	.mainpage .swiper-slide:before {
		padding-top: 49.64%;
	}
	.top-slider-main {
		aspect-ratio: 2.0144;
	}
}

@media screen and (max-width:1566px) {
	/*.swiper-container, .mainpage .swiper-container {
		height: 500px;
	}*/
	.swiper-small {
		height: auto;
	}
	.swiper-host {
		height: auto;
	}
	/*.swiper-button-prev	{
		display: none;
	}
	.swiper-button-next	{
		display: none;
	}	  */
	.page-change .swiper-button-next {
		display: block;
	}
	.page-change .swiper-button-prev {
		display: block;
	}
	.navigation .swiper-button-prev,
    .navigation .swiper-button-next {
        display: block;
    }
	.host-info {
		margin: 0 0 0 52%;
	}
	.host-info-txt {
		top: 33%;
	}
	.host-name {
		font-size: 45px;
	}
	.next-img {
		display: block;
	}
	.prev-img {
		display: block;
	}
	.mainpage .swiper-slide:before {
		padding-top: 53.64%;
	}
	.top-slider-main {
		aspect-ratio: 1.8643;
	}
}

@media screen and (max-width: 1440px) {
	.slide-last .swiper-container {
		height: auto;
	}
	.swiper-slide:before {
		padding-top: 36.12%;
	}
	.top-slider-sub {
		aspect-ratio: 2.7686;
	}
}

@media screen and (max-width:1390px) {
	.main-ptv {
		height: 60px;
	}
	.mainpage .main-ptv {
		margin: -59px 0 0 0;
	}
	.slide-text-main {
		bottom: 95px;
	}
	.slider-load {
		margin: 0;
	}
	.swiper-thumb {
		bottom: 59px;
	}
	.main-ptv-orange {
		height: 60px;
		line-height: 59px;
		font-size: 28px;
		font-weight: 300;
	}
	.main-ptv-seemore {
		height: 60px;
	}
	.main-ptv-after {
		top: 61px;
	}
	.main-ptv-hour {
		margin: 10px 0 0 0;
		font-size: 20px;
		font-weight: 300;
	}
	.main-ptv li {
		line-height: 20px;
	}
	.main-ptv-name {
		font-size: 20px;
		font-weight: 300;
	}
	.main-ptv-seemore a {
		margin: 18px 0 0 0;
	}
	.mainpage .prev-box {
		left: inherit;
		right: 70px;
		top: 40px;
		z-index: 99;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23727272'%2F%3E%3C%2Fsvg%3E");
	}
	.mainpage .next-box {
		right: 25px;
		top: 40px;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23727272'%2F%3E%3C%2Fsvg%3E");
	}
	.slider__arrow {
		top: 10px;
		left: inherit;
		margin: 0;
	}
	.slider__arrow--next {
		right: 10px;
	}
	.slider__arrow--prev {
		right: 60px;
	}
	.slide-last .swiper-container {
		height: auto;
	}
	.slide-date-main {
		font-size: 18px;
	}
	.slide-title {
		font-size: 44px;
	}
	.content {
		width: 1138px;
	}
	.slide-text {
		left: 60px;
	}
}

@media screen and (max-width: 1280px) {
	.slide-last .swiper-container {
		height: auto;
	}
}

@media screen and (max-width:1260px) {
    .slide-container,
    .top-container,
    .footer {
        width: 100%;
    }
    .content,
    .afterfooter-copy {
        width: -moz-calc(100% - 35px);
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px);
    }
	.content-first {
		margin: 36px 10px 0 10px;
	}
	.slide-container-900 {
		width: 100%;
	}
	.no100 img {
		width: 100%;
	}
	.content-inside {
		padding: 20px;
	}
	.sc900 {
		margin: 0 20px;
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	.ajaxPage {
		margin: 25px 30px;
		width: -moz-calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);
		position: relative;
	}
	.ajaxPageSlider {
		margin: 5px 120px;
		width: -moz-calc(100% - 240px);
		width: -webkit-calc(100% - 240px);
		width: calc(100% - 240px);
		position: relative;
	}
	.news-box-mt20 {
		margin: 20px 120px 0 120px;
	}
	.ajaxPageFull {
		width: 100%;
	}
	.footer-links li {
		margin: 0 25px 0 25px;
	}
	/*
	.footer-logos {
		float: right;
		margin: 0 15px 30px 15px;
	}
	*/
	/** Wybrany program **/
	.aboutprogram-right {
		width: -moz-calc(65% - 55px);
		width: -webkit-calc(65% - 55px);
		width: calc(65% - 55px);
		float: right;
	}
	.gallery-img {
		width: -moz-calc(25% - 1px);
		width: -webkit-calc(25% - 1px);
		width: calc(25% - 1px);
		margin: 1px 1px 0 0;
	}
	.arrow-down,
	.arrow-right {
		margin-left: 10px;
	}
	.swiper-thumb .thumb {
		width: 65px;
		height: 65px;
	}
	.swiper-thumb .thumb img {
		width: 100%;
	}
	.content1240,
	.content1180 {
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
		margin: 0 20px;
	}
	.comments-black {
		position: absolute;
		margin-left: inherit;
		left: -moz-calc(60% - 145px);
		left: -webkit-calc(60% - 145px);
		left: calc(60% - 145px);
	}
	.host-info-txt {
		top: 30%;
	}
	.ajaxComments {
		width: 100%;
		padding: 30px 0 0 0;
	}
	.mainpage .program-box {
		bottom: 92px;
	}
	.slide-title {
		font-size: 38px;
	}
	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
}

@media screen and (max-width: 1150px) {
	.footer-logos {
		padding: 0 15px;
		box-sizing: border-box;
		max-width: 1050px;
	}
}

@media screen and (max-width: 1060px) {
	.footer-logos {
		max-width: 914px;
	}
	.contact-box__title {
		font-size: 18px;
	}
	.host-name {
		font-size: 30px;
	}
	.host-desc {
		font-size: 15px;
	}
	.content .swiper-slide {
		display: block;
	}
	.hide-buttons-high-res {
		display: block;
	}
	.ajaxNewsSlider {
		width: auto;
	}
	.swiper-darkbg .slide-text-main {
		padding: 20px 20px 50px 20px;
	}
	.slide-title {
		font-size: 34px;
	}
}

@media screen and (max-width: 1024px) {
	.slide-last .swiper-container {
		height: auto;
	}
	.swiper-slide:before {
		padding-top: 45.69%;
	}
	.mainpage .swiper-slide:before {
		padding-top: 66%;
	}
	.morenews-link {
		font-size: 15px;
		line-height: 17px;
	}
	.top-slider-main {
		aspect-ratio: 1.5152;
	}

	.top-slider-sub {
		aspect-ratio: 2.1887;
	}
}

	@media screen and (max-width: 990px) {
	.top-links li {
		display: none;
	}
	.top-links .show-menu,
	.open-menu {
		display: block;
	}
	.top-links {
		position: absolute;
		top: 3px;
	}
	.topFixed .open-menu {
		background: transparent;
	}
}

@media screen and (max-width: 940px) {
    .topFixed .top-programlist .arrow-down {
        display: none;
    }
    .swiper-slide:before {
        padding-top: 52.69%;
    }
    .topFixed .top-logo {
        margin: -6px 0 0 20px;
    }
	.footer-logos {
		max-width: 846px;
	}
	/*
	.footer-logos .right {
		float: none;
	}
	*/
	.logoSeparator {
		display: none;
	}
	.gallery-img {
		width: 33%;
		margin: 1px 1px 0 0;
	}
	.onefifth {
		width: 100%;
	}
	.content-50p {
		width: 100%;
		margin: 0 0 0 0;
	}
	.footer {
		padding: 20px 0 20px 0;
	}
	.footer-links:after {
		content: '';
		display: inline-block;
		width: 100%;
		height: 0;
	}
	.footer-logos-right {
		display: none;
	}
	.top-programlist {
		/*visibility: hidden;*/
		margin: -4px 18px 0 0;
		position: absolute;
		top: 83px;
		left: 60px;
	}
	.top-programlist-show {
		width: 275px;
	}
	.top-logo {
		margin: 0 0 0 30px;
	}
	.top-programlist-show {
		left: -8px;
	}
	.arrow-down,
	.arrow-right {
		margin-left: 0;
	}
	.tvperson-name {
		width: 28%;
	}
	.comments-facebook {
		display: none;
	}
	.comments-count {
		display: none;
	}
	.comments-black {
		position: relative;
		left: 0;
	}
	.program-box {
		bottom: 12px;
	}
    .mainpage .swiper-button-next,
    .mainpage .swiper-button-prev {
        display: none;
    }
    .swiper-darkbg .slide-title,
    .swiper-darkbg .slide-title-main {
		font-size: 27px;
		padding: 0 220px 10px 0;
		width: auto;
	}
	.mainpage .swiper-darkbg .program-box {
		display: none;
	}
	.swiper-darkbg .slide-seemore {
		padding: 0;
	}
	.slide-text,
	.slide-text-main {
		left: 30px;
	}
	.top-slider-sub {
		aspect-ratio: 1.8979;
	}
}

@media screen and (max-width: 860px) {
	.footer-logos {
		max-width: 778px;
	}
	.footer-links li{
		margin: 0 20px 0 20px;
	}
	.ajaxPerson {
		width: calc(50% - 5px);
		margin: 0 10px 0 0;
	}
	.ajaxPerson:nth-of-type(2n) {
		margin: 0 0 0 0;
	}
	.ajaxPerson:nth-of-type(2n+1) {
		clear: both;
	}
	.content-full .news {
		width: -moz-calc(50% - 5px);
		width: -webkit-calc(50% - 5px);
		width: calc(50% - 5px);
		margin: 10px 10px 0 0;
	}
	.content-full .news:nth-of-type(2n) {
		margin: 10px 0 0 0;
	}
	.content-full .news:nth-of-type(2n+1) {
		clear: both;
	}
	.news-program {
        width: -moz-calc(50% - 5px);
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px);
        margin: 10px 10px 0 0;
	}
	.news-program:nth-of-type(2n) {
		margin: 10px 0 0 0;
	}
	.news-program:nth-of-type(2n+1) {
		clear: both;
	}
	.ajaxPageSlider {
		margin: 25px 10px;
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
	}
	.page-change {
		float: right;
	}
	.aj-page-next,
	.aj-page-prev {
		position: static;
		float: left;
	}
	.aj-page-prev {
		margin: 20px 70px 0 0;
	}
	.aj-page-next {
		margin: 20px 30px 0 0;
	}
	.aj-person {
		padding: 65px 0 5px 0;
	}
	.mobi-border-top {
		/*border-top: 1px dotted #cdcdcd;*/
	}
    .slide-logo {
        display: none;
    }
	.contact-box__title {
		font-size: 17px;
	}
	.slider__item--maxi {
		width: 100%;
	}
	.slider__item--mini {
		margin-right: 1%;
		margin-left: 0;
		width: 49.5%;
		margin-top: 1%;
	}
    .slider__item--mini.slider__item--3 {
        margin-right: 0;
    }
    .slider__item--mini.slider__item--4,
    .slider__item--mini.slider__item--5,
    .slider__item--columns.slider__item--3,
    .slider__item--columns.slider__item--4 {
        display: none;
    }
	.slider__item--columns {
		width: 49%;
		margin-left: 0;
		margin-right: 1%;
	}
	.slider__item--columns.slider__item--2,
	.slider__item--columns.slider__item--4 {
		margin-right: 0;
	}
	.news-sep {
		height: 0;
	}
	.news-box {
		margin: 0 0 20px 0;
	}
	.news-box-mt20 {
		margin: 20px 0 0 0;
	}
	#cboxLoadedContent .ajaxNewsSlider {
		margin: 0 20px 0 20px;
		width: auto;
	}
	#cboxLoadedContent .ajaxPageSlider {
		margin: 5px 20px 25px 20px;
		max-width: 100%;
	}
	#cboxLoadedContent .breadcrumb {
		margin: 0 20px;
		max-width: 100%;
		width: auto;
	}
	.swiper-dark .slide-description {
		font-size: 14px;
		padding: 0 220px 0 0;
		width: auto;
	}
	.swiper-darkbg .slide-seemore {
		width: auto;
	}
	.mainpage .swiper-slide:before {
		padding-top: 69.64%;
	}
	.ajaxPageFull img {
		max-width: none;
		width: -webkit-calc(100% + 60px);
		width: -moz-calc(100% + 60px);
		width: calc(100% + 60px);
		margin-left: -30px;
	}
	.top-slider-main {
		aspect-ratio: 1.436;
	}
}

@media screen and (max-width: 800px) {
	.footer-logos {
		max-width: 710px;
	}
}

@media screen and (max-width: 760px) {
	.footer-logos {
		max-width: 642px;
	}
	.slidebig {
		display: none;
	}
	.slidesmall {
		display: block;
	}
	.aboutprogram-left {
		width: 100%;
	}
	.aboutprogram-right {
		width: 100%;
		float: left;
		margin: 40px 0 0 0;
	}
	/* SORTOWANIE */
	.content-sort {
		float: left;
		font-size: 14px;
		width: 100%;
		font-weight: 300;
	}
	.content-sort ul {
		width: 100%;
	}
	.content-sort li {
		margin: 0 16px 0 0;
		font-size: 14px;
	}
	/** Program TV **/
    /*
		.main-ptv {
			height: auto;
			display: none;
		}
		.main-ptv-orange {
			width: 100%;
			text-align: left;
			padding-right: 0;
		}
		.main-ptv-orange span {
			margin: 0 0 0 24px;
		}
		.main-ptv-seemore {
			width: 100%;
			position: relative;
			height: auto;
			border-left: 0;
		}
		.main-ptv-seemore a {
			font-family: 'Lato', sans-serif;
			color: #646464;
			word-spacing: initial;
			padding: 25px 0 25px 0;
			float: left;
			display: block;
			text-align: center;
			font-size: 20px;
			width: 100%;
			background: rgba(231, 231, 231, 0.14);
			margin: 0;
		}
		.main-ptv-after:before {
			width: 185px;
		}
		.main-ptv ul {
			list-style-type: none;
			float: left;
			padding: 0;
			position: relative;
			left: 0;
			overflow: visible;
		}
		.main-ptv li {
			padding: 0;
			width: 100%;
			border-bottom: 1px #f0f0f0 solid;
			padding: 30px 0 30px 24px;
			width: -moz-calc(100% - 24px);
			width: -webkit-calc(100% - 24px);
			width: calc(100% - 24px);
			position: relative;
		}
		.main-ptv-hour {
			margin: 0 10px 0 0;
			float: left;
		}
		.main-ptv-name {
			float: left;
		}
		.premiera:after, .megahit:after{
			padding-left: 0;
			top: 10px;
			left: 24px;
			position: absolute;
		}
		*/
	.main-ptv-orange {
		font-size: 17px;
	}
	.main-ptv ul {
		left: 150px;
	}
    .swiper-thumb {}
    .slide-text-main {
        width: -moz-calc(100% - 50px);
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
        padding: 30px 30px 30px 20px;
        bottom: 60px;
        left: 0;
    }
    .slide-text {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        padding: 10px 20px 15px 20px;
        background: rgba(0, 0, 0, 0.53);
        bottom: 0;
        left: 0;
    }
    .slide-title,
    .slide-title a,
    .slide-title-main,
    .slide-title-main a {
        color: #fff;
        font-size: 30px;
    }
	.slide-description {
		/*
		font-size: 14px;
		color: #fff;*/
		display: none;
	}
	.swiper-dark .slide-title,
    .swiper-dark .slide-title a {
        margin: 0 0 10px 0;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        display: block;
        top: auto;
        bottom: 5px;
        width: 20px;
        background-size: contain;
    }
    .swiper-top .swiper-button-prev,
    .swiper-top .swiper-container-rtl .swiper-button-next {
        /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");*/
        left: auto;
        right: 60px;
    }
    .swiper-top .swiper-button-next,
    .swiper-top .swiper-container-rtl .swiper-button-prev {
        /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");  */
        right: 20px;
        left: auto;
    }
	.slide-title-main a:after {
		width: 33px;
		height: 33px;
		margin: 2px 0 0 10px;
	}
	.swiper-thumb .thumb {
		width: 58px;
		height: 58px;
	}
	.info-text {
		color: #6c6c6c;
		font-size: 15px;
	}
	.subpage-text {
		padding: 0;
	}
	.about-tleft {
		width: 100%;
		margin: 0;
	}
	.about-tright {
		width: 100%;
		margin: 20px 0 0 0;
	}
	article .about-box {
		float: left;
		width: 100%;
		margin: 20px 0 10px 0;
	}
	.about-20img img {
		width: 100%;
	}
	.person {
		width: 32%;
		margin: 0 2% 20px 0;
	}
	.person:nth-of-type(3n) {
		margin: 0 0 20px 0;
	}
	.person:nth-of-type(3n+1) {
		clear: both;
	}
	.people{
		display: initial;
	}
	.tvperson-name {
		top: 12px;
		left: 16px;
		font-size: 15px;
	}
	.contact3 {
		width: 100%;
		margin: 50px 0 0 0;
		padding: 0;
	}
	.swiper-host .swiper-slide img {
		width: auto;
		height: 100%;
		margin-left: 149px;
	}
	.swiper-host .swiper-slide img {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -390px;
	}
	.swiper-host .swiper-slide {
		height: 500px;
	}
	.host-desc,
	.host-links {
		display: none;
	}
	.host-info {
		width: 100%;
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
		padding: 30px 30px 30px 20px;
		background: rgba(0, 0, 0, 0.53);
		bottom: 0;
		left: 0;
		margin: 0;
		position: absolute;
		height: 100px;
	}
	.navigation a {
		height: 70px;
		padding: 10px 0 0 0;
	}
	.host-info-txt {
		top: 20px;
	}
	nav a {
		bottom: -35px;
		top: auto;
	}
	.nav-img img {
		height: 66px;
	}
	.nav-next .nav-img img {
		right: -10px;
	}
	.navigation a:hover {
		width: 160px;
	}
	.nav-prev .nav-img img {
		left: -10px;
	}
	.next-img,
	.prev-img {
		display: block;
		background-size: 16px 28px;
		width: 16px;
		height: 28px;
		margin-top: -18px;
	}
	.next-img {
		top: 20px;
		right: 0;
		/*background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23727272'%2F%3E%3C%2Fsvg%3E");*/
	}
	.prev-img {
		left: inherit;
		top: 20px;
		right: 50px;
		/*background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23727272'%2F%3E%3C%2Fsvg%3E");*/
	}
	.subpage {
		padding-top: 82px;
	}
	/*.ajaxPage {
		padding-top: 82px;
	}*/
	.program-box {
		display: none;
	}
	.slide-date,
	.slide-date-main {
		display: block;
	}
	.navigation .swiper-button-prev {
		top: 43px;
	}
	.navigation .swiper-button-next {
		top: 43px;
		right: 3px;
	}
	.htitle {
		font-size: 24px;
	}
	.footer-links a {
		font-size: 14px;
	}
	.footer-links li {
		margin: 0 15px 0 15px;
	}
}

@media screen and (max-width: 660px) {
	.footer-logos {
		max-width: 574px;
	}
}

@media screen and (max-width: 600px) {
	.ajaxPage,
	.ajaxComments {
		padding-top: 82px;
	}
	.top-logo {
		margin: 0 0 0 10px;
	}
	.mainpage .main-ptv {
		margin: 0;
	}
	.slider-load {
		margin: -10px 0 0 0;
	}
	.ajaxPage {
		margin: 25px 10px;
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
	}
	.sc900-left {
		width: 100%;
	}
	.sc900-right {
		float: left;
		width: 100%;
		text-align: left;
	}
	.sc900-name {
		font-size: 44px;
	}
    .sc900-type,
    .sc900-date {
        font-size: 20px;
    }
	.sc900-right .sc900-type {
		margin: 0 5px 0 0;
		float: left;
	}
	.sc900-right .sc900-type:after {
		content: ':';
		font-size: 20px;
	}
	.no100 img {
		margin: 120px 0 155px 0;
	}
	.swiper-thumb {
		position: relative;
		float: left;
		width: 100%;
		bottom: 0;
	}
    .thumbs4 .thumb,
    .thumbs5 .thumb,
    .thumbs6 .thumb,
    .thumbs7 .thumb,
    .thumbs8 .thumb,
    .thumbs9 .thumb {
        max-height: inherit;
        height: auto;
	}
	.thumbs4 .thumb {
		max-width: 25%;
		width: 25%;
	}
	.thumbs5 .thumb {
		max-width: 20%;
		width: 20%;
	}
	.thumbs6 .thumb {
		max-width: 16.66%;
		width: 16.66%;
	}
	.thumbs7 .thumb {
		max-width: 14.28%;
		width: 14.28%;
	}
	.thumbs8 .thumb {
		max-width: 12.5%;
		width: 12.5%;
	}
	.swiper-thumb .thumb img {
		width: 100%;
		float: left;
	}
	.tvperson {
		width: 100%;
	}
	.swiper-host .swiper-slide img {
	   margin-left: -310px;
	}
	.result {
		width: 100%;
		margin: 0 0 10px 0;
		float: left;
		position: relative;
		line-height: 1;
	}
	.news-prev p {
		font-size: 16px;
	}
    .srch__item-title {
        margin-right: 50px;
    }
    .srch__item-category {
        display: none;
    }
    .host-likes {
        display: none;
    }
    .slide-title,
    .slide-title a,
    .slide-title-main,
    .slide-title-main a {
        font-size: 24px;
    }
    .swiper-dark .slide-title-main br,
    .swiper-dark .slide-title-main a br {
        display: none;
    }
    .mainpage .swiper-button-next,
    .mainpage .swiper-button-prev {
        display: none;
    }
	.swiper-darkbg .slide-text-main {
		padding: 20px 20px 20px 20px;
	}
	.slide-text-main {
		bottom: 0;
	}
	.swiper-darkbg .slide-title-main {
		padding: 0;
	}
	.main-ptv {
		height: 50px;
		margin: 0;
	}
	.main-ptv-orange {
		font-size: 16px;
		padding: 0 20px;
		height: 50px;
		line-height: 49px;
	}
	.main-ptv-seemore {
		width: 60px;
		height: 50px;
	}
	.main-ptv-hour,
	.main-ptv-name {
		font-size: 15px;
	}
	.main-ptv li {
		padding: 0 15px;
		line-height: 16px;
	}
	.main-ptv ul {
		left: 100px;
	}
	.main-ptv-after {
		top: 51px;
	}
	.ajaxPageFull img {
		max-width: none;
		width: -webkit-calc(100% + 20px);
		width: -moz-calc(100% + 20px);
		width: calc(100% + 20px);
		margin-left: -10px;
	}
	.top-programlist {
		display: none;
	}
	.crumbbox {
		width: -webkit-calc(100% + 20px);
		width: -moz-calc(100% + 20px);
		width: calc(100% + 20px);
		margin-left: -10px;
	}
	.breadcrumb {
		margin: 0 10px;
	}
	.news-date {
		font-size: 11px;
	}
	.news-box-mt20 {
		margin: 60px 0 0 0;
	}
	.news-likes {
		position: absolute;
		display: inline;
		padding: 0;
		top: -30px;
		left: 0;
	}
	.footer-logos {
		max-width: 506px;
	}
	.top-slider-main {
		aspect-ratio: 1.2429;
	}
}

@media screen and (max-width: 530px) {
	.footer-logos {
		max-width: 438px;
	}
}

@media screen and (max-width: 500px) {
	.ajaxPage,
	.ajaxComments {
		padding-top: 62px;
	}
	.main-ptv-after:before {
		width: 100%;
	}
	/*.content-full .news {
		width: 100%;
		margin: 10px 0 0 0;
	}*/
	.sc900-name {
		font-size: 28px;
	}
	.sc900-type,
	.sc900-date {
		font-size: 16px;
	}
	.sc900-right .sc900-type {
		margin: 0 5px 0 0;
		float: left;
	}
	.sc900-right .sc900-type:after {
		content: ':';
		font-size: 15px;
	}
	.no100 img {
		margin: 120px 0 130px 0;
	}
	.rumor {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.content {
		width: 100%;
		box-shadow: none;
		margin: 0;
	}
	.content-first {
		margin: 20px 0 0 0;
	}
	.content-25p {
		width: 100%;
	}
	.content-25p:nth-of-type(1) {
		margin: 0 0 0 0;
		width: 100%;
	}
	.news_title a {
		font-size: 14px;
	}
	/*
	.news-video:after {
		width: 44px;
		height: 44px;
		margin: -22px 0 0 -22px;
	}
	.news-video:hover:after {
		width: 48px;
		height: 48px;
		margin: -24px 0 0 -24px;
	}
	*/
	.page404 {
		min-height: inherit;
	}
	.p404 {
		margin-top: 55px;
	}
    .top-logo {
        width: 53px;
        height: 55px;
        margin: -6px 0 0 10px;
    }
    .mainpage .top-logo {
        width: 43px;
        height: 45px;
        margin: -6px 0 0 30px;
    }
	.slide-text-main {
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
		padding: 10px 30px 10px 20px;
		bottom: 10px;
		left: 0;
	}
    .slide-seemore a,
    .slide-seemore span {
        padding: 5px 9px;
        font-size: 11px;
    }
    .slide-date-main {
        font-size: 15px;
    }
    .swiper-dark .slide-title,
    .swiper-dark .slide-title a {
        font-size: 23px;
    }
	.aboutprogram p {
		font-size: 15px;
	}
    .footer-links a {
        font-size: 14px;
    }
	.top-programlist {
		display: none;
	}
	.footer-links li {
		margin: 7px 0 7px 0;
		float: none;
		text-align: center;
	}
	.footer-links a {
		font-size: 14px;
	}
	.morenews-link {
		font-size: 18px;
		font-weight: normal;
		line-height: 21px;
	}
	.flex {
		flex-wrap: wrap;
	}
	.morenews {
		width: -webkit-calc(50% - 5px);
		width: -moz-calc(50% - 5px);
		width: calc(50% - 5px);
		margin: 0 0 20px 0;
	}
	.morenews-desc {
		font-size: 14px;
		font-weight: 400;
		line-height: 17px;
	}
}

@media screen and (max-width: 460px) {
	.slide-last .swiper-container {
		height: auto;
	}
	.swiper-slide:before {
		padding-top: 72.12%;
	}
	.mainpage .swiper-slide:before {
		padding-top: 105%;
	}
	.footer-logos a {
		width: 46px;
		height: 46px;
	}
	.top-slider-main {
		aspect-ratio: 0.851; 
	}

	.top-slider-sub {
		aspect-ratio: 1.3866;
	}
}

@media screen and (max-width: 440px) {
	.footer-logos {
		max-width: 359px;
	}
	.aboutprogram-2cols {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 400px) {
	.ajaxPersonSMS {
		color: #fa014d;
		font-size: 11px;
		font-weight: bold;
		margin: 0 0 5px 0;
	}
	.footer {
		padding: 20px 0 0 0;
	}
	.content-title {
		font-size: 22px;
	}
	.gallery-img {
        width: -moz-calc(50% - 1px);
        width: -webkit-calc(50% - 1px);
        width: calc(50% - 1px);
		margin: 1px 1px 0 0;
	}
	/* SORTOWANIE */
	.content-sort {
		font-size: 13px;
	}
	.content-sort li {
		margin: 0 11px 10px 0;
		font-size: 12px;
	}
	.content-sort li:last-child {
		margin: 0 0 10px 0;
	}
	/* Wybrany program */
	.news-program {
		width: 100%;
	}
	.under-news-small_img {
		width: 100%;
	}
	.under-news-small-title {
		float: left;
		padding: 10px 0 5px 0;
		width: 100%;
	}
	.under-news-small-desc {
		margin: 5px 0 5px 0;
	}
	.slide-title-main,
	.slide-title-main a {
		font-size: 22px;
	}
	.content-full .news {
		width: 100%;
		margin: 10px 10px 0 0;
	}
	.person {
		width: 49%;
		margin: 0 2% 15px 0;
	}
	.person:nth-of-type(3n) {
		margin: 0 2% 15px 0;
	}
	.person:nth-of-type(2n) {
		margin: 0 0 15px 0;
	}
	.person:nth-of-type(2n+1) {
		clear: both;
	}
	.person:nth-of-type(3n+1) {
		clear: none;
	}
	.comments-black {
		width: 100%;
	}
	.slider__item--columns {
		width: 100%;
	}
	.slider__item--mini {
		width: 100%;
		margin-right: 0;
	}
	.news_title a {
		font-size: 21px;
	}
	.rumor_desc {
		font-size: 15px;
	}
	.footer-links li {
		float: left;
		width: 100%;
		text-align: center;
	}
	.footer-links a {
		display: inline-block;
	}
	.person2, .person {
		width: 100%;
	}
}

@media screen and (max-width: 360px) {
	.slide-last .swiper-container {
		height: auto;
	}
	.morenews-link {
		font-size: 16px;
		line-height: 19px;
	}
	.morenews-desc {
		font-size: 12px;
		line-height: 15px;
	}
}

/* ===============
*  === WCAG ======
*  ===============
*/

.button-wcag {
  width: 72px;
  height: 64px;
  padding: 0;
  border: 0;
  border-left: 1px solid #e9e9e9;
  background: 0 0;
  font-size: 29px;
  line-height: 64px;
  text-align: center;
  outline-offset: -3px;

  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #e9e9e9;
  z-index: 10;

}

.button-wcag:before {
  content: '\ed25';
  font-family: 'Interico', sans-serif;
  font-style: normal;
  font-weight: normal;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  font-variant: normal;
  text-transform: none;

  line-height: 1em;

  margin-left: .2em;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*=====navbar====*/

.is--wcag
.button-wcag {
    color: #fff600;
    background: #000;
    border: 1px solid #fff600;
}
.is--wcag .top {
  background-color: #000;
  height: 93px;
}

.is--wcag .logos--header {
  background: #000;
  border: 1px solid #fff600
}

.is--wcag .logos--header .logos__item {
  background-color: #000;
}

.is--wcag .top-links > li {
  background: #000;
  color: #fff600;
}

.is--wcag .top .top-links li a:hover {
    color: #fff;
    background: none;
}

.is--wcag .arrow-down, .arrow-right {
  border-right: solid #fff600 2px;
  border-bottom: solid #fff600 2px;
}

.is--wcag #showSearch:before {
    background: url('../gfx/icon/search-wcag.svg') no-repeat;
}

.is--wcag #showSearch:hover:before {
    background: url('../gfx/icon/search-white.svg') no-repeat !important;
}

.is--wcag .search_form_input {
  color: #fff600;
  border: 1px solid #fff600;
}

.is--wcag .search_form_close {
  background: #000;
  border: 1px solid #fff600;
}

.is--wcag #showSearch:before,
.is--wcag #showSearch:hover:before {
  background: url('../gfx/icon/search-wcag.svg') no-repeat;
}

.is--wcag .show-menu p,
.is--wcag .show-menu p::before,
.is--wcag .show-menu p::after,
.is--wcag .topFixed .show-menu p,
.is--wcag .topFixed .show-menu p::before,
.is--wcag .topFixed .show-menu p::after,
.is--wcag .mobile-close::before,
.is--wcag .mobile-close::after,
.is--wcag .search_form_close::before,
.is--wcag .search_form_close::after,
.is--wcag .swiper-button-next:before,
.is--wcag .swiper-button-next:after,
.is--wcag .swiper-button-prev:before,
.is--wcag .swiper-button-prev:after,
.is--wcag a.next-page,
a.prev-page,
.is--wcag .contact-box__title::after,
.is--wcag .footer-hr {
  background: #fff600;
}

.is--wcag .info-title,
.is--wcag .western,
.is--wcag .info-text,
.is--wcag .news-prev strong,
.is--wcag .breadcrumb li,
.is--wcag .breadcrumb li a,
.is--wcag .news-date,
.is--wcag .news-prev p,
.is--wcag .host-links a,
.is--wcag .result_title a,
.is--wcag .icon-ipla a,
.is--wcag .icon-facebook a,
.is--wcag .icon-www a,
.is--wcag .aboutprogram p,
.is--wcag .footer-links--2 b,
.is--wcag .footer-links--2 span,
.is--wcag .content-title-2box,
.is--wcag .vote-sub-title,
.is--wcag .vote-list > li label,
.is--wcag .htitle,
.is--wcag .footer-links span,
.is--wcag .footer-links--2 a,
.is--wcag .footer-links--1 a,
.is--wcag .footer-copy,
.is--wcag .topDarkActive .top-links li a,
.is--wcag .top-links-mobile li a,
.is--wcag .show-menu:after,
.is--wcag .top .top-links li a,
.is--wcag .contact-box__address,
.is--wcag .article-pager a,
.is--wcag .chose-program-close,
.is--wcag .content-title-subPage,
.is--wcag .content-title,
.is--wcag .contact-box__title,
.is--wcag .see-more-title,
.is--wcag .news-list-category,
.is--wcag .wynik .cboxElemen,
.is--wcag .underfigure-date,
.is--wcag .underfigure-desc,
.is--wcag .main-ptv-seemore a,
.is--wcag .main-ptv-hour,
.is--wcag .main-ptv-name,
.is--wcag .news_title {
	color: #fff600;
}

.is--wcag .top-links-mobile {
  background: #000;
  color: #fff600;
}

.is--wcag .top-links-mobile li a:hover {
    color: #fff
}

/*=====swiper====*/

.is--wcag .slide-date-main,
.is--wcag .slide-title-main,
.is--wcag .date-serial,
.is--wcag .slide-title,
.is--wcag .slide-description {
  background: #000;
  color: #fff600 !important;
}

.is--wcag .swiper-button-next {
  background: #000;
}

.is--wcag .swiper-button-prev {
  background: #000;
}

.is--wcag .main-ptv {
  background: #000;
  border-top: 1px solid #fff600;
  border-bottom: 1px solid #fff600;
}

.is--wcag .main-ptv-orange {
  background: #000;
  border: 1px solid #fff600;
  color:#fff600;
}

.is--wcag .slider-load {
  display: none;
}

.is--wcag .main-ptv-seemore {
  background: #000;
  color: #fff600;
  border: 1px solid #fff600;
}

.is--wcag .top-slider-sub {
  background: #000;
}

/*=====mainpage====*/

.is--wcag .mainpage,
.is--wcag body,
.is--wcag main {
  background: #000;
  color: #fff600;
}


/*====content====*/

.is--wcag .content-inside {
  background: #000;
  border: 1px solid #fff600;
}

.is--wcag .content-title:hover {
  color: #fff600;
  text-decoration: underline;
}

.is--wcag .slider__arrow:after {
  background: url(../gfx/slider_arrow_wcag.png);
}

.is--wcag .slider__arrow--next:after {
  background-position: 0 0;
}

.is--wcag .slider__arrow--prev:after {
  background-position: 100% 0;
}

.is--wcag .news_title a {
  color: #fff600;
  background: #000;
}

.is--wcag .news-pomponik-button {
  color: #fff600;
  background: #000;
  border: 1px solid #fff600;
}

.is--wcag .main-news-big-title,
.is--wcag .main-news-big-preview,
.is--wcag .main-news-small-title,
.is--wcag .news-extra-title,
.is--wcag .news-extra-preview,
.is--wcag .sub-aboutProgramText p,
.is--wcag .morenews-desc,
.is--wcag .news-pomponik_link,
.is--wcag .content-sort,
.is--wcag .chosed,
.is--wcag .result_subTitle a,
.is--wcag .more-button-programs,
.is--wcag .iframe,
.is--wcag .wynik .cboxElement,
.is--wcag .rumor_desc,
.is--wcag .swiper-dark .slide-seemore span,
.is--wcag .tvperson-name {
  color: #fff600;
  background: #000;
}

.is--wcag .chosed::after {
  border-top: 3px #fff600 solid;
}

.is--wcag .content-first {
  background: #000;
  border: 1px solid #fff600;
}

.is--wcag .orange {
  color: #fff !important;
  font-weight: bold;
}

.is--wcag span.prev-page:after,
.is--wcag a.prev-page:after,
.is--wcag a.next-page:after {
  color: #000;
}

/*=====footer======*/

.is--wcag #footer {
  background: #000;
  border-top: 1px solid #fff600;
}


/*=====contrast-toggle======*/

.contrast-toggle {
    display: block;
    position: relative;
    width: 21px;
    height: 21px;
    background: url(../gfx/contrast-grey.svg) no-repeat center;
    border: none;
    outline: none;
}

.topDarkActive .contrast-toggle {
    background: url(../gfx/contrast-white.svg) no-repeat center;
}

.topFixed .contrast-toggle {
    background: url(../gfx/contrast-grey.svg) no-repeat center;
}

.contrast-toggle:hover {
    background: url(../gfx/contrast-wcag.svg) no-repeat center;
}

.contrast-top {
    margin: 2px 10px 0 10px !important;
}

.is--wcag .contrast-toggle {
    background: url(../gfx/contrast-wcag.svg) no-repeat center !important;
}

.is--wcag .contrast-toggle:hover {
    background: url(../gfx/contrast-white.svg) no-repeat center !important;
}

.contrast-toggle-mobile {
    display: block;
    position: relative;
    width: 21px;
    margin: 3px 19px 8px 19px;
    padding: 22px 0;
    background: url(../gfx/contrast-grey.svg) no-repeat center;
    border: none;
    outline: none;
}

.contrast-toggle-mobile:hover {
    background: url(../gfx/contrast-white.svg) no-repeat center;
}


.is--wcag .contrast-toggle-mobile {
	background: url(../gfx/contrast-wcag.svg) no-repeat center;
}

.is--wcag .contrast-toggle-mobile:hover {
	background: url(../gfx/contrast-white.svg) no-repeat center;
}

.is--wcag .top-dotted {
	border-top: 1px dotted #fff600;
}

.is--wcag .recomended-video article:hover .result_img,
.is--wcag #recomended-video article:hover .result_img {
	outline: 3px #fff600 solid;
}
.is--wcag .content {
	-moz-box-shadow: 0px 1px 5px #fff600;
	-webkit-box-shadow: 0px 1px 5px #fff600;
	box-shadow: 0px 1px 5px #fff600;
	background: #000;
}

.is--wcag .top-links-mobile li {
	border-top: 1px #fff600 solid;
}

.is--wcag .top-links-mobile li a:hover {
	background: none;
}

.is--wcag .facebook_likes {
	background: url('../gfx/icon/facebook-wcag.svg') no-repeat;
}
.is--wcag .facebook_likes:hover {
	background: url('../gfx/icon/facebook-white.svg') no-repeat;
}
.is--wcag .insta_likes {
	background: url('../gfx/icon/instagram-wcag.svg') no-repeat;
}
.is--wcag .insta_likes:hover {
	background: url('../gfx/icon/instagram-white.svg') no-repeat;
}
.is--wcag .tik-tok_likes {
	background: url('../gfx/icon/tt-wcag.svg') no-repeat;
}
.is--wcag .tik-tok_likes:hover {
	background: url('../gfx/icon/tt-white.svg') no-repeat;
}

.is--wcag .topDarkActive .facebook_likes {
	background: url('../gfx/icon/facebook-wcag.svg') no-repeat;
}
.is--wcag .topDarkActive .facebook_likes:hover {
	background: url('../gfx/icon/facebook-white.svg') no-repeat;
}
.is--wcag .topDarkActive .insta_likes {
	background: url('../gfx/icon/instagram-wcag.svg') no-repeat;
}
.is--wcag .topDarkActive .insta_likes:hover {
	background: url('../gfx/icon/instagram-white.svg') no-repeat;
}
.is--wcag .topDarkActive .tik-tok_likes {
	background: url('../gfx/icon/tt-wcag.svg') no-repeat;
}
.is--wcag .topDarkActive .tik-tok_likes:hover {
	background: url('../gfx/icon/tt-white.svg') no-repeat;
}
.is--wcag .topFixed .facebook_likes {
	background: url('../gfx/icon/facebook-wcag.svg') no-repeat;
}
.is--wcag .topFixed .facebook_likes:hover {
	background: url('../gfx/icon/facebook-white.svg') no-repeat;
}
.is--wcag .topFixed .insta_likes {
	background: url('../gfx/icon/instagram-wcag.svg') no-repeat;
}
.is--wcag .topFixed .insta_likes:hover {
	background: url('../gfx/icon/instagram-white.svg') no-repeat;
}
.is--wcag .topFixed .tik-tok_likes {
	background: url('../gfx/icon/tt-wcag.svg') no-repeat;
}
.is--wcag .topFixed .tik-tok_likes:hover {
	background: url('../gfx/icon/tt-white.svg') no-repeat;
}
.is--wcag .top-links-mobile .facebook_likes {
	background: url('../gfx/icon/facebook-wcag.svg') no-repeat;
}
.is--wcag .top-links-mobile .insta_likes {
	background: url('../gfx/icon/instagram-wcag.svg') no-repeat;
}
.is--wcag .top-links-mobile .insta_likes:hover {
	background: url('../gfx/icon/instagram-white.svg') no-repeat;
}
.is--wcag .top-links-mobile .tik-tok_likes {
	background: url('../gfx/icon/tt-wcag.svg') no-repeat;
}
.is--wcag .top-links-mobile .tik-tok_likes:hover {
	background: url('../gfx/icon/tt-white.svg') no-repeat;
}
.is--wcag .search_form_input {
	background-color: #000;
}
.is--wcag .search_form button {
	background: url('../gfx/icon/search-wcag.svg');
}
.is--wcag .search_form button:hover {
	background: url('../gfx/icon/search-white.svg');
}
.is--wcag .search_form:hover > button {
	background: url('../gfx/icon/search-white.svg');
}
.is--wcag #footer:before {
	background-color: #fff600;
}
.is--wcag .icon-ipla a:hover, .is--wcag .icon-facebook a:hover, .is--wcag .icon-www a:hover {
	color: #fff;
}
.is--wcag .tvperson:hover .tvperson-name {
	color: #fff;
}
.is--wcag .host-more:before, .is--wcag .host-getgallery:before {
	border: 1px #fff600 solid;
}
.is--wcag .host-more:hover:before, .is--wcag .host-getgallery:hover:before {
	border: 1px #fff solid;
}
.is--wcag .host-more:after {
	content: url(../gfx/downarrow_wcag.png);
}
.is--wcag .host-more:hover:after {
	content: url(../gfx/downarrow.png);
}
.is--wcag .navigation a {
	padding: 0 12.5px;
}
@media (max-width: 760px) {
	.is--wcag .navigation a {
		padding: 0 4.5px;
	}
}
.is--wcag .crumbbox {
	border-bottom: 1px dotted #fff600;
}
.is--wcag .tags .tags__item,
.is--wcag .cookies,
.is--wcag .vote-button,
.is--wcag .host-name,
.is--wcag .host-desc {
	background: #fff600;
	color: #000
}
.is--wcag .tags .tags__item:hover {
	background: #fff;
}
.is--wcag .cookies__close:before, .is--wcag .cookies__close:after {
	background: #000;
}
.is--wcag .cookies p {
	font-weight: 600;
}
.is--wcag .info-text tr:first-of-type td {
	background: #2a2a2a !important;
}
.is--wcag .info-text a, .is--wcag .contact-box__address a {
	color: #fff;
}
.is--wcag .news-program:hover img {
	outline: 3px #fff600 solid;
}
.is--wcag .cookies a,
.is--wcag .vote-button-text {
	color: #000;
}
.is--wcag #subSite-vote, .is--wcag #subSite-find-onFB {
	background-color: #000;
}
.is--wcag .vote-button:hover {
	background: #fff;
}
.is--wcag #subSite-vote, .is--wcag #subSite-find-onFB {
	box-shadow: 0px 1px 5px #fff600;
}
.is--wcag .vote-sub-title:after {
	border-bottom: 3px solid #fff600;
}