/* programova komponenta telly --------------------------- */


body.template-program-data {}

body.template-program-data header {
	will-change: transform;
	transition: max-height ease 0.3s;
}


body.template-program-data .program_page__heading {
	z-index: 11;
	width: 100%;
	background: #010050;
	overflow: hidden;
	padding: 0;
	will-change: top;
	max-height: 0px;
	height: 0;
	transition: max-height ease 0.3s;
}

body.template-program-data .htop-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 2;
}

body.template-program-data .header__top:not(.htop-fixed),
{
opacity: 0;
}

body.single-wpj_channel-data .header__top.htop-fixed {
	display: none;
}

.program-block ::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.program-block ::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 1);
}

.program-block ::-webkit-scrollbar-thumb {
	background-color: #010050;
	border: 1px solid #010050;
}

.program-block {
	position: relative;
	width: 100%;
	background: #010050;
	color: #fff;
	font-size: 16px;
	padding: 1px 0 0 0;
}

.program-block h2 {
	font-size: 75px;
	font-weight: 700;
	margin: 40px 0 30px 0;
	width: 100%;
	color: #fff;
}

.program-note {
	margin: 0 auto;
	width: calc(100vw - 236px);
	padding: 10px 120px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	position: fixed;
	background: #010050;
	z-index: 12;
	display: none;
}

.program-type {
	margin: 10px 0;
	width: 100%;
	flex: 0 0 auto;

}

.program-type a {
	display: inline-block;
	border-radius: 5px;
	background: rgba(165, 165, 233, .5);
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.program-type a:not(.active):hover {
	background: rgba(165, 165, 233, 1);
	color: #010050;
}



.program-type a.active {
	color: #010050;
	background: #E6FF01;
	cursor: default;
}

.program-week {
	list-style-type: none;
	margin: 0;
	padding: 0 0 20px 0;
}

.program-week li {
	display: inline-block;
	text-align: center;
	margin: 0 5px 0 0;
	padding: 0;
}

.program-week li::before {
	display: none;
}

.program-week a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 5px !important;
	border-radius: 10px;
	min-width: 40px;
	line-height: 130%;
	border: solid 4px transparent;
}

.program-week a span {
	display: block;
}

.program-week .active a {
	color: #E6FF01;
	font-weight: 700;
	border: solid 4px #E6FF01;
	cursor: default;
}

.zasady02 .accordion-button:not(.collapsed) {
	box-shadow: none;
}

.program-week li:not(.active) a:hover {
	background: #A5A5E9;
	border: solid 4px #A5A5E9;
}

.mobile-select {
	display: none;
}

.program-search {
	width: 20%;
	text-align: right;
	padding-top: 6px;
	display: inline-block;
}

.program-form {
	border: solid 1px #fff;
	border-radius: 10px;
	position: relative;
	padding: 10px 0px;
	text-align: left;
}

.program-search input {
	background: none;
	border: none;
	font-size: 14px;
	font-weight: 700;
	margin-right: 20px;
	color: #fff;
	height: auto;
}

.program-search input:focus {
	outline: none;
}

.program-search button {
	background: url("../images/search.svg?v=2") no-repeat center !important;
	background-size: auto 18px;
	border: none;
	width: 20px !important;
	height: 20px !important;
	text-indent: -9999px;
	position: absolute;
	margin: 2px 0 0 0 !important;
	padding: 0 !important;
	right: 10px;
	top: 10px;
	cursor: pointer;
}



.program-search button::before,
.program-search button::after {
	display: none;
}

.program-search input::placeholder {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.mobile-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 2px solid #E6FF01;
	border-radius: 10px;
	padding: 10px;
	font-size: 16px;
	color: #E6FF01;
	cursor: pointer;
	background: url("../images/triangel-green.svg") no-repeat center right 15px;
	background-size: auto 10px;
}

.mobile-select:focus {
	outline: none;
	border-color: #E6FF01;
	box-shadow: 0 0 5px rgba(142, 235, 2, 0.5);
}

.program-container {
	width: 100%;
	margin: 0;
	/*	overflow: auto;*/
	/*	background: #1E1EC8; */
	position: relative;
}

.program-container::before {
	position: absolute;
	top: -1px;
	height: 10px;
	width: 100vw;
	background: #010050;
	content: '';
}

.program-container table {
	border-spacing: 0;
	background: #fff;
	border-bottom: solid 3px #fff;
}

.program-container table thead {
	background: #010050;
}

.program-container table thead {
	position: sticky;
	top: 0;
	z-index: 10;
	background-color: white;
}


.program-container th,
.program-container td {
	white-space: nowrap;
	text-align: left;
	border: 0;
	padding: 4px 0;
}

.program-container table thead th {
	padding: 0;
}




.program-container thead tr {
	aposition: sticky;
	top: 0;
	z-index: 5;
	background: #010050;
	color: #fff;
}

.program-container thead tr th {
	color: #fff;
}

.program-container tbody td:first-child {
	z-index: 10;
}

.program-container table tr th:first-child,
.program-container table tr td:first-child {
	position: sticky;
	left: 0;
	z-index: 4;
}

.program-container table tr td {
	vertical-align: top;
	padding: 0;
}

.program-container table tr td:first-child {
	background: #fff;
}

.program-container table tr th:first-child {
	z-index: 3;
	background: #010050;
}

.time-axis {
	width: 8000px;
	display: flex;
	position: relative;
}

.hour {
	width: 4.3%;
	border-left: solid 2px #fff;
	padding: 5px;
	margin-bottom: -1px;
}

.halfhour {}


.currenttime {
	position: absolute;
	z-index: 7;
	font-weight: 700;
	color: #010050;
	background: #E6FF01;
	padding: 5px 20px;
	border-radius: 10px;
	left: 20%;
	top: 0;
	transform: translateX(-50%);
}

.currenttime::before {
	content: "";
	position: absolute;
	z-index: 5;
	width: 2px;
	/*height: var(--current-height, 100vh);*/
	height: 100vh;
	background: #E6FF01;
	left: calc(50% - 1px);
	top: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.currenttime.behind::before {
	display: none;
}

.currenttime::after {
	content: "";
	position: absolute;
	z-index: 5;
	left: calc(50% - 10px);
	top: 100%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 12px solid #E6FF01;
}

.currenttime.behind::after,
.currenttime.behind::before {
	display: none;
}

.program-offer {
	width: 8000px;
	height: 94px;
	position: relative;
	overflow: hidden;
}

.program-part {
	background: #E8E8F9;
	border-radius: 10px;
	padding: 20px 25px;
	color: #16181A;
	border: 4px solid #fff;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	position: absolute;
	top: 0;
	overflow: hidden;
}

.program-part h2 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 5px 0;
	color: #010050;
	padding-right: 30px;
	overflow: hidden;
	text-align: left;
}

.program-part.playing h2 {
	position: relative;
	padding-left: 20px;
}

.program-part.playing h2::before {
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #010050;
}

.program-part p {
	margin: 0;
	position: relative;
	overflow: hidden;
	font-size: 14px;
}

.program-part:hover {
	background: #E6FF01;
	overflow: visible;
	z-index: 2;
	max-width: 999px !important;
}

.program-part.filtered {
	background: #E6FF01 !important;
}



.program-part:hover h2,
.program-part:hover p {
	overflow: visible;
}



.program-part:hover::before {
	background: url("../images/triangel.svg") no-repeat center;
	background-size: auto 20px;
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	right: 20px;
	top: 18px;
}

.program-part.playing:hover::before {
	display: none;
}

.program-part.active {
	background: #A5A5E9;
}

.program-logo {
	background: #fff;
	height: 88px;
	position: relative;
	width: 118px;
	text-align: center;
}

.program-position {
	color: #010050;
	font-weight: 700;
	position: absolute;
	top: 2px;
	right: 6px;
}

.program-logo img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 60%;
	max-height: 60%;
}

.program-logo::before {
	position: absolute;
	top: -2px;
	right: -2px;
	left: -2px;
	bottom: -2px;
	background: #fff;
	content: "";
}

.playnow {
	display: inline-block;
	height: 3px;
	width: 70%;
	background: #fff;
	position: absolute;
	border-radius: 4px;
	bottom: 14px;
	left: 25px;
	overflow: hidden;
}

.playtriger {
	height: 100%;
	width: 70%;
	background: #010050;
	position: absolute;
	border-radius: 4px;
	bottom: 0;
	left: 0;
}

/* modal ----------------------------------- */
.program-info {
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* z-index: 1050; */
	-webkit-overflow-scrolling: touch;
	outline: 0;
	opacity: 0;
	transition: opacity 0.15s linear, z-index 0.15;
	z-index: -1;
	overflow-x: hidden;
	overflow-y: auto;
}

.program-info .close {
	position: absolute;
	width: 26px;
	height: 26px;
	border: none;
	margin: 0;
	right: 30px;
	top: 30px;
	background: none;
	cursor: pointer;
	opacity: .6;
	z-index: 5;
	padding: 0 !important;
	margin: 0 !important;
}


#program-info button::before,
#program-info button::after {
	display: none;
}



.program-info .close:hover {
	opacity: 1;
}

.close span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;

}

.close:hover span {
	transform: rotate(90deg);
}

.close span:before,
.close span:after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background: #010050;
	content: "";
	transform: rotate(45deg);
}

.close span:after {
	transform: rotate(-45deg);
}

.model-open {
	z-index: 99999;
	opacity: 1;
	overflow: hidden;
}

.custom-model-inner {
	transform: translate(-50%, -100%);
	transition: transform 0.3s ease-out;
	display: inline-block;
	vertical-align: middle;
	width: 900px;
	margin: 30px auto;
	max-width: 96%;
	border-radius: 20px;
	overflow: hidden;
}

.custom-model-wrap {
	display: block;
	width: 100%;
	position: relative;
	background-clip: padding-box;
	text-align: left;
	padding: 30px;
	box-sizing: border-box;
	max-height: calc(100vh - 70px);
	overflow-y: auto;
}

.model-open .custom-model-inner {
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	border: solid 6px #010050;
	color: #000;
	z-index: 999;
}

.model-open .bg-overlay {
	z-index: 99;
}

.bg-overlay {
	height: 100vh;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.model-open h4 {
	color: #010050;
	font-size: 40px;
	font-weight: 700;
	margin: 20px 0 10px 0;
}

.model-open h5 {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}

.model-open h6 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.model-open p {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.more-info {
	color: #16181A;
	font-size: 18px;
	font-weight: 700;
}

.more-buttons {
	padding: 40px 0 20px 0;
}

.more-buttons a {
	padding: 13px 40px 13px 25px;
	display: inline-block;
	text-decoration: none;
	border-radius: 10px;
	background: #E6FF01 url("../images/triangel.svg") no-repeat center right 15px;
	background-size: auto 20px;
	color: #010050;
	font-size: 20px;
	font-weight: 700;
	margin-right: 15px;
}

.more-buttons a:hover {
	background: #E6FF01 url("../images/triangel.svg") no-repeat center right 10px;
	background-size: auto 20px;
}

.more-buttons a+a {
	padding: 13px 25px;
	background: #010050;
	color: #fff;
	margin-right: 0;
}

.more-buttons a+a:hover {
	background: #E6FF01;
	color: #010050;
}

.d-none {
	display: none;
}

.filter-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.day-select-wrapper {
	display: inline-block;
	width: 80%;
	flex: 0 0 auto;
}

.no-program {
	background: #fff;
	color: #000;
	padding: 50px 0;
	text-align: center;
}


.day-nav-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
}

.single-wpj_channel .day-nav-container {
	margin-bottom: 16px;
}

.day-nav-left,
.day-nav-right {
	background: none !important;
	border: none !important;
	font-size: 20px;
	cursor: pointer;
	padding: 5px 10px;
	flex: 0 0 auto;

}

.program-week {
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	flex: 1 1 auto;
	/* Zabírá zbytek prostoru mezi šipkami */
}

.loader-outer {
	padding: 80px 0 50px 0;
	background: #fff;
}

.loader-wrapper::before {
	color: #111;
	position: absolute;
	width: 300px;
	text-align: center;
	margin-top: -30px;
	content: 'Načítám televizní program...';
}

.loader-wrapper {
	width: 300px;
	height: 10px;
	background: #eee;
	margin: 0 auto;
	position: relative;
}

.loader-bar {
	height: 100%;
	background-color: #010050;
	transition: width 0.2s ease;
}

.no-stations {
	padding-top: 150px;
	/*    padding-bottom: 100px; */
	text-align: center;
	background: #fff;
	color: #111;
}

.no-stations-row td,
.program-container table tr.no-stations-row td:first-child {
	position: static;
	left: auto;
	background: #fff;
	white-space: normal;
}

.no-js-warning {
	background-color: #fff3cd;
	color: #856404;
	border: 1px solid #ffeeba;
	padding: 1.5rem;
	margin: 2rem auto;
	max-width: 600px;
	text-align: center;
	font-family: sans-serif;
	border-radius: 6px;
}

.no-js-warning p {
	margin: 0.5em 0;
}


.program-container table tbody tr:first-child .program-offer {
	margin-top: 3px;
}



@media (min-width: 2400px) {}

@media (max-height: 760px) {}


@media (max-width: 1730px) {}

@media (max-width: 1600px) {
	.program-week {
		width: 100%;
	}

	.program-week li {
		margin: 0 2px 0 0;
	}

	.program-week a {
		min-width: 30px;
		font-size: 14px;
	}
}

@media screen and (min-width:800px) {}




@media only screen and (min-device-width : 768px) and (max-device-width : 1180px) and (orientation : portrait) {

	.program-note h2 {
		font-size: 55px;
		margin: 20px 0 30px 0;
	}
}


/* mobile portrait ----------------------------------- */



#scroll-content {
	width: 100vw;
	overflow-x: auto;
	overflow-y: visible;
	height: auto;
	white-space: nowrap;
}

#scrollbar-proxy {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 20px;
	overflow-x: auto;
	overflow-y: hidden;
	z-index: 9999;
	background: #010050;
}

#scrollbar-inner {
	height: 1px;
	width: 16000px;
}


#scrollbar-proxy::-webkit-scrollbar {
	height: 8px;
}

#scrollbar-proxy::-webkit-scrollbar-track {
	background-color: #010050;
	border: none;
	margin: 0;
}

#scrollbar-proxy::-webkit-scrollbar-thumb {
	background-color: #7474bc;
	border-radius: 0;
	height: 8px;
	border: none;
	margin: 0;
}


/* WebKit prohlížeče (Chrome, Edge, Safari) */
html::-webkit-scrollbar {
	width: 16px;
}

html::-webkit-scrollbar-track {
	background-color: #010050;
}

html::-webkit-scrollbar-thumb {
	background-color: #7474bc;
	border-radius: 0;
	border: none;
}

/* Firefox */
html {
	scrollbar-width: auto;
	scrollbar-color: #7474bc #010050;
}

#tv-program .d-none {
	display: none !important;
}


body.single-wpj_channel .program-block {
	background: none;
}


body.single-wpj_channel #program-container {
	width: auto !important;
	overflow-x: auto !important;
	overflow-y: hidden;
	background: #fff;
}

body.single-wpj_channel #program-table td:first-child {
	width: 0;
	max-width: 0;
	padding: 0;
}

body.single-wpj_channel .program-logo {
	display: none;
}

body.single-wpj_channel #program-table {
	margin: 0;
}


body.single-wpj_channel .currenttime::before {
	height: 95px
}


body.single-wpj_channel .currenttime::after {
	height: 95px
}

body.single-wpj_channel .program-note {
	position: relative;
	width: 100vw;
	padding: 10px 0;
}

body.single-wpj_channel .program-search {
	display: none;
}

body.single-wpj_channel .program-filter-wrapper {
	display: none;
}

body.single-wpj_channel .day-select-wrapper {
	width: auto;
}


body.single-wpj_channel .no-stations {
	margin-top: 50px;
}



body.template-program-data .program_page__heading h1 {
	font-size: 42px;
	margin: 10px 0 10px 0;
}


@media(min-width : 901px) {

	body:not(.scrolled) .program-filter-wrapper {
		position: absolute;
		right: 118px;
		width: 60%;
		top: -80px;
		display: flex;
		vertical-align: middle;
		height: 80px;
	}

	body.template-program-data .program_page__heading {
		height: 80px;
	}


	body:not(.scrolled) .program-type {
		margin: 0;
	}

}


@media(max-width : 1340px) {

	.program-search input::placeholder {
		font-size: 12px !important;
		font-weight: 400;
	}

}

@media(max-width : 1260px) {
	body:not(.scrolled) .program-type a {
		display: inline-block;
		border-radius: 5px;
		background: rgba(165, 165, 233, .5);
		color: #fff;
		font-size: 13px;
		text-decoration: none;
		padding: 3px 6px;
		margin-right: 5px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
}



@media(max-width : 1200px) {
	.program-note {
		width: calc(100vw - 40px);
		padding: 10px 20px;
	}

	.program-search {
		padding-top: 6px;
	}



}


@media(max-width : 1150px) {
	body:not(.scrolled) .program-type a {
		display: inline-block;
		border-radius: 5px;
		background: rgba(165, 165, 233, .5);
		color: #fff;
		font-size: 12px;
		text-decoration: none;
		padding: 3px 4px;
		margin-right: 3px;
		margin-bottom: 0px;
		margin-top: 10px;
	}
}


@media(max-width : 1024px) {
	.program-week li {
		margin: 0;
	}

	.program-week a {
		line-height: 120%;
		font-size: 13px;
		padding: 3px !important;
	}

}






@media(max-width : 900px) {

	.mobile-select {
		display: block;
		width: 50%;
		flex: 0 0 auto;
		font-size: 18px;
		padding: 10px 15px;
		height: 50px;
	}

	body.template-program-data .header__holder {
		display: none;
	}

	.program-body-pecka .day-select-wrapper::before {
		transform: translateY(-18px);
		height: 70px !important;
	}

	.program-type {
		display: none;
	}


	html,
	body.template-program-data {
		overflow-x: hidden;
		overflow-y: hidden;
	}



	.program-container {
		width: 100vw;
		overflow: auto;
		height: 300px;
		background: #fff;
		color: #333;
	}

	body.single-wpj_channel .program-container {
		height: auto;
	}


	.program-note {
		width: calc(100vw - 30px);
		padding: 0 15px;
		text-align: center;
		justify-content: center;
		position: relative;
	}


	.program-search {
		order: 1;
	}

	.program-filter-wrapper {
		order: 2;
	}

	.day-select-wrapper {
		order: 3;
		margin-bottom: 15px;
	}


	.program-filter-wrapper,
	.day-select-wrapper,
	.program-search {
		width: calc(100%);
		text-align: center;
	}



	.mobile-select {
		width: 100%;
		height: auto;
		margin: 10px 0;
		font-size: 14px;
	}

	.program-search {
		width: calc(50% - 10px);
		padding: 0 10px 0 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}


	.program-filter-wrapper {
		width: calc(50% - 10px);
		padding: 0 0 0 10px;
		margin-top: 0;
		margin-bottom: 10px;
		padding: 0;
	}

	.program-search input {
		width: 100%;
		padding: 0;

	}




	.program-week a {
		color: #fff;
		text-decoration: none;
		display: inline-block;
		padding: 5px !important;
		border-radius: 10px;
		min-width: 30px;
		line-height: 130%;
		border: solid 3px transparent;
	}

	.program-week a span {
		display: block;
	}

	.program-week .active a {
		color: #E6FF01;
		font-weight: 700;
		border: solid 3px #E6FF01;
		cursor: default;
	}

	.program-week li:not(.active) a:hover {
		background: #A5A5E9;
		border: solid 3px #A5A5E9;
	}


	.day-nav-container {
		display: flex;
		align-items: center;
		justify-content: center;
		/* celkově centrované */
		gap: 10px;
		width: 100%;
	}

	.day-nav-left,
	.day-nav-right {
		background: none !important;
		border: none !important;
		font-size: 20px;
		cursor: pointer;
		padding: 5px 10px;
		flex: 0 0 auto;
	}

	.program-week {
		display: flex;
		justify-content: center;
		/* ?? vycentrování obsahu uvnitř */
		flex-wrap: nowrap;
		list-style: none;
		padding: 0;
		margin: 0;
		flex: 1 1 auto;
		overflow: hidden;
	}

	.program-part {
		padding: 10px 15px;
	}


	.program-part h2 {
		font-size: 14px;
	}

	.program-part p {
		font-size: 12px;
	}

	.program-container table tr th:first-child {
		width: 80px;
	}

	.program-logo {
		height: 64px;
		width: 80px;
	}

	.program-offer {
		height: 64px;
	}


	.hour {
		font-size: 14px;
	}



	thead,
	tbody,
	tr {
		display: block;
	}


	.program-form {
		padding: 10px 15px;
	}



}













@media(max-width:480px) and (orientation : portrait) {
	.program-note h2 {
		font-size: 35px;
		margin: 20px 0 30px 0;
	}

	.program-note {
		text-align: center;
		justify-content: center;
	}

	.program-type {
		display: none;
	}


	.program-type a {
		padding: 7px 15px;
		margin: 8px 5px;
	}

	.mobile-select {
		display: block;
		width: 100%;
		flex: 0 0 auto;
		margin: 0 auto;
		font-weight: 700;
		padding: 10px 15px;
	}

	.program-search {
		width: 80%;
		padding: 25px 0;
	}

	.model-open h4 {
		font-size: 26px;
	}

	.model-open h5 {
		font-size: 18px;
	}

	.model-open h6 {
		font-size: 18px;
	}

	.model-open p {
		font-size: 16px;
	}

	.more-buttons a {
		padding: 13px 40px 13px 15px;
		font-size: 18px;
		margin-bottom: 15px;
	}

	.more-buttons a+a {
		padding: 13px 15px;
		margin-bottom: 0;
	}

	.program-form {
		border: solid 2px #fff;
	}


	.program-search {
		width: 100%;
		padding: 0;
		margin-top: 10px;
		margin-bottom: 10px;

	}

	.program-filter-wrapper {
		width: 100%;
		padding: 0;
		margin-top: 0;
		margin-bottom: 10px;
	}


}


@media(max-height: 600px) and (min-width: 600px) and (orientation : landscape) {

	.program_page__heading {
		display: none;
	}


	.program-search {
		width: calc(33% - 10px);
		padding: 0 10px 0 0;
		margin-top: 11px;
		margin-bottom: 10px;
	}


	.program-filter-wrapper {
		width: calc(33% - 10px);
		padding: 0 0 0 10px;
		margin-top: 0;
		margin-bottom: 10px;
		padding: 0;
	}

	.day-select-wrapper {
		width: calc(33% - 10px);
		padding: 0 0 0 10px;
		margin-top: 5px;
		margin-bottom: 10px;
		padding: 0;
	}


}





@media (min-width: 901px) and (max-width : 1200px) {

	body:not(.scrolled) .program-filter-wrapper {
		right: 20px !important;
	}

}



/* programova komponenta telly --------------------------- */


body.template-program-data {}


body.page-template-template-program .header-wrapper {
	z-index: 100;
	width: 100vw;

}

body.page-template-template-program header {
	will-change: transform;
	transition: max-height ease 0.3s;
}


body.page-template-template-program .program_page__heading {
	background: #010050;
	overflow: hidden;
	padding: 0;
	will-change: top;
	max-height: 500px;
	positin: fixed;
	z-index: 10;
	width: 100vw;
	transition: max-height ease 0.3s;
}



body.page-template-template-program .htop-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 2;
}

body.page-template-template-program .header__top:not(.htop-fixed) {
	opacity: 0;
}

body.single-wpj_channel-data .header__top.htop-fixed {
	display: none;
}

.program-block ::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.program-block ::-webkit-scrollbar-track {
	/*	background: rgba(255, 255, 255, 1); */
}

.program-block ::-webkit-scrollbar-thumb {
	background-color: #E6FF01;
	border: 1px solid #E6FF01;
}

.program-block {
	position: relative;
	width: 100%;
	background: #010050;
	color: #fff;
	font-size: 16px;
	padding: 1px 0 0 0;
}

.program-block h2 {
	font-size: 75px;
	font-weight: 700;
	margin: 40px 0 30px 0;
	width: 100%;
	color: #fff;
}

.program-note {
	margin: 0 auto;
	width: 100vw;
	padding: 10px 120px;
	max-width: 100%;
	flex-wrap: wrap;
	justify-content: flex-end;
	position: fixed;
	background: #010050;
	z-index: 12;
	display: none;
}

.program-type {
	margin: 10px 0;
	width: 100%;
	flex: 0 0 auto;

}

.program-type a {
	display: inline-block;
	border-radius: 5px;
	background: rgba(165, 165, 233, .5);
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.program-type a:not(.active):hover {
	background: rgba(165, 165, 233, 1);
	color: #010050;
}



.program-type a.active {
	color: #010050;
	background: #E6FF01;
	cursor: default;
}

.program-week {
	list-style-type: none;
	margin: 0;
	padding: 0 0 20px 0;
}

.program-week li {
	display: inline-block;
	text-align: center;
	margin: 0 5px 0 0;
	padding: 0;
}

.program-week li::before {
	display: none;
}

.program-week a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 5px !important;
	border-radius: 10px;
	min-width: 40px;
	line-height: 130%;
	border: solid 4px transparent;
}

.program-week a span {
	display: block;
}

.program-week .active a {
	color: #E6FF01;
	font-weight: 700;
	border: solid 4px #E6FF01;
	cursor: default;
}

.zasady02 .accordion-button:not(.collapsed) {
	box-shadow: none;
}

.program-week li:not(.active) a:hover {
	background: #A5A5E9;
	border: solid 4px #A5A5E9;
}

.mobile-select {
	display: none;
}

.program-search {
	width: 20%;
	text-align: right;
	padding-top: 6px;
	display: inline-block;
}

.program-form {
	border: solid 1px #fff;
	border-radius: 10px;
	position: relative;
	padding: 10px 0px;
	text-align: left;
}

.program-search input {
	background: none;
	border: none;
	font-size: 14px;
	font-weight: 700;
	margin-right: 20px;
	color: #fff;
	height: auto;
	padding-left: 5px;
}

.program-search input:focus {
	outline: none;
}

.program-search button {
	background: url("../images/search.svg") no-repeat center !important;
	background-size: auto 18px;
	border: none;
	width: 20px !important;
	height: 20px !important;
	text-indent: -9999px;
	position: absolute;
	margin: 2px 5px 0 0 !important;
	padding: 0 !important;
	right: 10px;
	top: 10px;
	cursor: pointer;
}



.program-search button::before,
.program-search button::after {
	display: none;
}

.program-search input::placeholder {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.mobile-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 2px solid #E6FF01;
	border-radius: 10px;
	padding: 10px;
	font-size: 16px;
	color: #E6FF01;
	cursor: pointer;
	background: url("../images/triangel-green.svg") no-repeat center right 15px;
	background-size: auto 10px;
}

.mobile-select:focus {
	outline: none;
	border-color: #E6FF01;
	box-shadow: 0 0 5px rgba(142, 235, 2, 0.5);
}

.program-container {
	width: 100%;
	margin: 0;
	/*	overflow: auto;*/
	/*	background: #010050; */
	position: relative;
}

.program-container::before {
	position: absolute;
	top: -1px;
	height: 10px;
	width: 100vw;
	background: #010050;
	content: '';
}

.program-container table {
	border-spacing: 0;
	background: #fff;
	border-bottom: solid 3px #fff;
}

.program-container table thead {
	background: #010050;
}

.program-container table thead {
	position: sticky;
	top: 0;
	z-index: 10;
	background-color: white;
}


.program-container th,
.program-container td {
	white-space: nowrap;
	text-align: left;
	border: 0;
	padding: 4px 0;
}

.program-container table thead th {
	padding: 0;
}




.program-container thead tr {
	aposition: sticky;
	top: 0;
	z-index: 5;
	background: #010050;
	color: #fff;
}

.program-container thead tr th {
	color: #fff;
}

.program-container tbody td:first-child {
	z-index: 10;
}

.program-container table tr th:first-child,
.program-container table tr td:first-child {
	position: sticky;
	left: 0;
	z-index: 4;
}

.program-container table tr td {
	vertical-align: top;
	padding: 0;
}

.program-container table tr td:first-child {
	background: #fff;
}

.program-container table tr th:first-child {
	z-index: 3;
	background: #010050;
}

.time-axis {
	width: 8000px;
	display: flex;
	position: relative;
}

.hour {
	width: 4.3%;
	border-left: solid 2px #fff;
	padding: 5px;
	margin-bottom: -1px;
}

.halfhour {}


.currenttime {
	position: absolute;
	z-index: 7;
	font-weight: 700;
	color: #010050;
	background: #E6FF01;
	padding: 5px 20px;
	border-radius: 10px;
	left: 20%;
	top: 0;
	transform: translateX(-50%);
}

.currenttime::before {
	content: "";
	position: absolute;
	z-index: 5;
	width: 2px;
	/*height: var(--current-height, 100vh);*/
	height: 100vh;
	background: #E6FF01;
	left: calc(50% - 1px);
	top: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.currenttime.behind::before {
	display: none;
}

.currenttime::after {
	content: "";
	position: absolute;
	z-index: 5;
	left: calc(50% - 10px);
	top: 100%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 12px solid #E6FF01;
}

.currenttime.behind::after,
.currenttime.behind::before {
	display: none;
}

.program-offer {
	width: 8000px;
	height: 88px;
	position: relative;
	overflow: hidden;
}

.program-part {
	background: #E8E8F9;
	border-radius: 10px;
	padding: 20px 25px;
	color: #16181A;
	border: 4px solid #fff;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	position: absolute;
	top: 0;
	overflow: hidden;
}

.program-part h2 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 5px 0;
	color: #010050;
	padding-right: 30px;
	overflow: hidden;
}

.program-part.playing h2 {
	position: relative;
	padding-left: 20px;
}

.program-part.playing h2::before {
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #010050;
}

.program-part p {
	margin: 0;
	position: relative;
	overflow: hidden;
	font-size: 14px;
}

.program-part:hover {
	background: #E6FF01;
	overflow: visible;
	z-index: 2;
	max-width: 999px !important;
}

.program-part.filtered {
	background: #E6FF01 !important;
}



.program-part:hover h2,
.program-part:hover p {
	overflow: visible;
}



.program-part:hover::before {
	background: url("../images/triangel.svg") no-repeat center;
	background-size: auto 20px;
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	right: 20px;
	top: 18px;
}

.program-part.playing:hover::before {
	display: none;
}

.program-part.active {
	background: #A5A5E9;
}

.program-logo {
	background: #fff;
	height: 88px;
	position: relative;
	width: 118px;
	text-align: center;
}

.program-position {
	color: #010050;
	font-weight: 700;
	position: absolute;
	top: 2px;
	right: 6px;
}

.program-logo img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 60%;
	max-height: 60%;
}

.program-logo::before {
	position: absolute;
	top: -2px;
	right: -2px;
	left: -2px;
	bottom: -2px;
	background: #fff;
	content: "";
}

.playnow {
	display: inline-block;
	height: 3px;
	width: 70%;
	background: #fff;
	position: absolute;
	border-radius: 4px;
	bottom: 14px;
	left: 25px;
	overflow: hidden;
}

.playtriger {
	height: 100%;
	width: 70%;
	background: #010050;
	position: absolute;
	border-radius: 4px;
	bottom: 0;
	left: 0;
}

/* modal ----------------------------------- */
.program-info {
	text-align: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* z-index: 1050; */
	-webkit-overflow-scrolling: touch;
	outline: 0;
	opacity: 0;
	transition: opacity 0.15s linear, z-index 0.15;
	z-index: -1;
	overflow-x: hidden;
	overflow-y: auto;
}

.program-info .close {
	position: absolute;
	width: 26px;
	height: 26px;
	border: none;
	right: 30px;
	top: 30px;
	background: none;
	cursor: pointer;
	opacity: .6;
	z-index: 5;
	padding: 0 !important;
	margin: 0 !important;
}


#program-info button::before,
#program-info button::after {
	display: none;
}



.program-info .close:hover {
	opacity: 1;
}

.close span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;

}

.close:hover span {
	transform: rotate(90deg);
}

.close span:before,
.close span:after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	background: #010050;
	content: "";
	transform: rotate(45deg);
}

.close span:after {
	transform: rotate(-45deg);
}

.model-open {
	z-index: 99999;
	opacity: 1;
	overflow: hidden;
}

.custom-model-inner {
	transform: translate(-50%, -100%);
	transition: transform 0.3s ease-out;
	display: inline-block;
	vertical-align: middle;
	width: 900px;
	margin: 30px auto;
	max-width: 96%;
	border-radius: 20px;
	overflow: hidden;
}

.custom-model-wrap {
	display: block;
	width: 100%;
	position: relative;
	background-clip: padding-box;
	text-align: left;
	padding: 30px;
	box-sizing: border-box;
	max-height: calc(100vh - 70px);
	overflow-y: auto;
}

.model-open .custom-model-inner {
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	border: solid 6px #010050;
	color: #000;
	z-index: 999;
}

.model-open .bg-overlay {
	z-index: 99;
}

.bg-overlay {
	height: 100vh;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.model-open h4 {
	color: #010050;
	font-size: 40px;
	font-weight: 700;
	margin: 20px 0 10px 0;
}

.model-open h5 {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}

.model-open h6 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.model-open p {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.more-info {
	color: #16181A;
	font-size: 18px;
	font-weight: 700;
}

.more-buttons {
	padding: 40px 0 20px 0;
}

.more-buttons a {
	padding: 13px 40px 13px 25px;
	display: inline-block;
	text-decoration: none;
	border-radius: 10px;
	background: #E6FF01 url("../images/triangel.svg") no-repeat center right 15px;
	background-size: auto 20px;
	color: #010050;
	font-size: 20px;
	font-weight: 700;
	margin-right: 15px;
}

.more-buttons a:hover {
	background: #E6FF01 url("../images/triangel.svg") no-repeat center right 10px;
	background-size: auto 20px;
}

.more-buttons a+a {
	padding: 13px 25px;
	background: #010050;
	color: #fff;
	margin-right: 0;
}

.more-buttons a+a:hover {
	background: #E6FF01;
	color: #010050;
}

.d-none {
	display: none;
}

.filter-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.day-select-wrapper {
	display: inline-block;
	width: 80%;
	flex: 0 0 auto;
}

.no-program {
	background: #fff;
	color: #000;
	padding: 50px 0;
	text-align: center;
}


.day-nav-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
}

.day-nav-left,
.day-nav-right {
	background: none !important;
	border: none !important;
	font-size: 20px;
	cursor: pointer;
	padding: 5px 10px;
	flex: 0 0 auto;

}

.program-week {
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	flex: 1 1 auto;
	/* Zabírá zbytek prostoru mezi šipkami */
}

.loader-outer {
	padding: 80px 0 50px 0;
	background: #fff;
}

.loader-wrapper::before {
	color: #111;
	position: absolute;
	width: 300px;
	text-align: center;
	margin-top: -30px;
	content: 'Načítám televizní program...';
}

.loader-wrapper {
	width: 300px;
	height: 10px;
	background: #eee;
	margin: 0 auto;
	position: relative;
}

.loader-bar {
	height: 100%;
	background-color: #010050;
	transition: width 0.2s ease;
}

.no-stations {
	padding-top: 150px;
	/*    padding-bottom: 100px; */
	text-align: center;
	background: #fff;
	color: #111;
}

.no-js-warning {
	background-color: #fff3cd;
	color: #856404;
	border: 1px solid #ffeeba;
	padding: 1.5rem;
	margin: 2rem auto;
	max-width: 600px;
	text-align: center;
	font-family: sans-serif;
	border-radius: 6px;
}

.no-js-warning p {
	margin: 0.5em 0;
}


.program-container table tbody tr:first-child .program-offer {
	margin-top: 3px;
}



@media (min-width: 2400px) {}

@media (max-height: 760px) {}


@media (max-width: 1730px) {}

@media (max-width: 1600px) {
	.program-week {
		width: 100%;
	}

	.program-week li {
		margin: 0 2px 0 0;
	}

	.program-week a {
		min-width: 30px;
		font-size: 14px;
	}
}

@media screen and (min-width:800px) {}




@media only screen and (min-device-width : 768px) and (max-device-width : 1180px) and (orientation : portrait) {

	.program-note h2 {
		font-size: 55px;
		margin: 20px 0 30px 0;
	}
}


/* mobile portrait ----------------------------------- */



#scroll-content {
	width: 100vw;
	overflow-x: auto;
	overflow-y: visible;
	height: auto;
	white-space: nowrap;
}

#scrollbar-proxy {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 20px;
	overflow-x: auto;
	overflow-y: hidden;
	z-index: 9999;
	background: #010050;
}

#scrollbar-inner {
	height: 1px;
	width: 16000px;
}


#scrollbar-proxy::-webkit-scrollbar {
	height: 8px;
}

#scrollbar-proxy::-webkit-scrollbar-track {
	background-color: #010050;
	border: none;
	margin: 0;
}

#scrollbar-proxy::-webkit-scrollbar-thumb {
	background-color: #7474bc;
	border-radius: 0;
	height: 8px;
	border: none;
	margin: 0;
}


/* WebKit prohlížeče (Chrome, Edge, Safari) */
html::-webkit-scrollbar {
	width: 16px;
}

html::-webkit-scrollbar-track {
	background-color: #010050;
}

html::-webkit-scrollbar-thumb {
	background-color: #e6ff01;
	border-radius: 0;
	border: none;
}

/* Firefox */
html {
	scrollbar-width: auto;
	scrollbar-color: #e6ff01 #010050;
}

#tv-program .d-none {
	display: none !important;
}


body.single-wpj_channel .program-block {
	background: none;
}


body.single-wpj_channel #program-container {
	width: auto !important;
	overflow-x: auto !important;
	overflow-y: hidden;
	background: #fff;
}

body.single-wpj_channel #program-table td:first-child {
	width: 0;
	max-width: 0;
	padding: 0;
}

body.single-wpj_channel .program-logo {
	display: none;
}

body.single-wpj_channel #program-table {
	margin: 0;
}


body.single-wpj_channel .currenttime::before {
	height: 95px
}


body.single-wpj_channel .currenttime::after {
	height: 95px
}

body.single-wpj_channel .program-note {
	position: relative;
	width: 100vw;
	padding: 10px 0;
}

body.single-wpj_channel .program-search {
	display: none;
}

body.single-wpj_channel .program-filter-wrapper {
	display: none;
}

body.single-wpj_channel .day-select-wrapper {
	width: auto;
}


body.single-wpj_channel .no-stations {
	margin-top: 50px;
}


body.page-template-template-program .program_page__heading>.container {
	position: relative;

}




body.page-template-template-program h1 {
	font-size: 42px;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	text-align: left !important;
	position: absolute;
	left: 0;
}

body.apage-template-template-program:not(.scrolled) h1 {
	position: absolute;
	left: 0;
}

body.page-template-template-program:not(.scrolled) .program-type {
	position: absolute !important;
	left: 600px !important;
	top: -80px !important;
}



body.page-template-template-program .header {
	position: fixed;
	width: 100%;
	background: #010050;
}


@media(min-width : 901px) {


	body.program-body-pecka:not(.scrolled) .program-filter-wrapper {
		height: 0;
	}



	body.page-template-template-program .program_page__heading {
		height: 80px;
	}


	body:not(.scrolled) .program-type {
		margin: 0;
	}

}


@media(max-width : 1340px) {

	.program-search input::placeholder {
		font-size: 12px !important;
		font-weight: 400;
	}

}

@media(max-width : 1260px) {
	body:not(.scrolled) .program-type a {
		display: inline-block;
		border-radius: 5px;
		background: rgba(165, 165, 233, .5);
		color: #fff;
		font-size: 13px;
		text-decoration: none;
		padding: 3px 6px;
		margin-right: 5px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
}



@media(max-width : 1200px) {
	.program-note {
		width: calc(100vw - 40px);
		padding: 10px 20px;
	}

	.program-search {
		padding-top: 6px;
	}



}


@media(max-width : 1150px) {
	body:not(.scrolled) .program-type a {
		display: inline-block;
		border-radius: 5px;
		background: rgba(165, 165, 233, .5);
		color: #fff;
		font-size: 12px;
		text-decoration: none;
		padding: 3px 4px;
		margin-right: 3px;
		margin-bottom: 0px;
		margin-top: 10px;
	}
}


@media(max-width : 1024px) {
	.program-week li {
		margin: 0;
	}

	.program-week a {
		line-height: 120%;
		font-size: 13px;
		padding: 3px !important;
	}

}






@media(max-width : 900px) {

	body.page-template-template-program .main {
		margin-top: 0;
	}


	.mobile-select {
		display: block;
		width: 50%;
		flex: 0 0 auto;
		font-size: 18px;
		padding: 10px 15px;
		height: 50px;
	}

	body.page-template-template-program .header__holder {
		display: none;
	}



	.program-type {
		display: none;
	}


	html,
	body.page-template-template-program {
		overflow-x: hidden;
		overflow-y: hidden;
	}



	.program-container {
		width: 100vw;
		overflow: auto;
		height: 300px;
		background: #fff;
		color: #333;
	}

	body.single-wpj_channel .program-container {
		height: auto;
	}


	.program-note {
		width: calc(100vw - 30px);
		padding: 0 15px;
		text-align: center;
		justify-content: center;
		position: relative;
	}


	.program-search {
		order: 1;
	}

	.program-filter-wrapper {
		order: 2;
	}

	.day-select-wrapper {
		order: 3;
		margin-bottom: 15px;
	}


	.program-filter-wrapper,
	.day-select-wrapper,
	.program-search {
		width: calc(100%);
		text-align: center;
	}



	.mobile-select {
		width: 100%;
		height: auto;
		margin: 10px 0;
		font-size: 14px;
	}

	.program-search {
		width: calc(50% - 10px);
		padding: 0 10px 0 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}


	.program-filter-wrapper {
		width: calc(50% - 10px);
		padding: 0 0 0 10px;
		margin-top: 0;
		margin-bottom: 10px;
		padding: 0;
	}

	.program-search input {
		width: 100%;
		padding: 0;

	}




	.program-week a {
		color: #fff;
		text-decoration: none;
		display: inline-block;
		padding: 5px !important;
		border-radius: 10px;
		min-width: 30px;
		line-height: 130%;
		border: solid 3px transparent;
	}

	.program-week a span {
		display: block;
	}

	.program-week .active a {
		color: #E6FF01;
		font-weight: 700;
		border: solid 3px #E6FF01;
		cursor: default;
	}

	.program-week li:not(.active) a:hover {
		background: #A5A5E9;
		border: solid 3px #A5A5E9;
	}


	.day-nav-container {
		display: flex;
		align-items: center;
		justify-content: center;
		/* celkově centrované */
		gap: 10px;
		width: 100%;
	}

	.day-nav-left,
	.day-nav-right {
		background: none !important;
		border: none !important;
		font-size: 20px;
		cursor: pointer;
		padding: 5px 10px;
		flex: 0 0 auto;
	}

	.program-week {
		display: flex;
		justify-content: center;
		/* ?? vycentrování obsahu uvnitř */
		flex-wrap: nowrap;
		list-style: none;
		padding: 0;
		margin: 0;
		flex: 1 1 auto;
		overflow: hidden;
	}

	.program-part {
		padding: 10px 15px;
	}


	.program-part h2 {
		font-size: 14px;
	}

	.program-part p {
		font-size: 12px;
	}

	.program-container table tr th:first-child {
		width: 80px;
	}

	.program-logo {
		height: 64px;
		width: 80px;
	}

	.program-offer {
		height: 64px;
	}


	.hour {
		font-size: 14px;
	}



	thead,
	tbody,
	tr {
		display: block;
	}


	.program-form {
		padding: 10px 15px;
	}



}













@media(max-width:480px) and (orientation : portrait) {
	.program-note h2 {
		font-size: 35px;
		margin: 20px 0 30px 0;
	}

	.program-note {
		text-align: center;
		justify-content: center;
	}

	.program-type {
		display: none;
	}


	.program-type a {
		padding: 7px 15px;
		margin: 8px 5px;
	}

	.mobile-select {
		display: block;
		width: 100%;
		flex: 0 0 auto;
		margin: 0 auto;
		font-weight: 700;
		padding: 10px 15px;
	}

	.program-search {
		width: 80%;
		padding: 25px 0;
	}

	.model-open h4 {
		font-size: 26px;
	}

	.model-open h5 {
		font-size: 18px;
	}

	.model-open h6 {
		font-size: 18px;
	}

	.model-open p {
		font-size: 16px;
	}

	.more-buttons a {
		padding: 13px 40px 13px 15px;
		font-size: 18px;
		margin-bottom: 15px;
	}

	.more-buttons a+a {
		padding: 13px 15px;
		margin-bottom: 0;
	}

	.program-form {
		border: solid 2px #fff;
	}


	.program-search {
		width: 100%;
		padding: 0;
		margin-top: 10px;
		margin-bottom: 10px;

	}

	.program-filter-wrapper {
		width: 100%;
		padding: 0;
		margin-top: 0;
		margin-bottom: 10px;
	}


}


@media(max-height: 600px) and (min-width: 600px) and (orientation : landscape) {

	.program_page__heading {
		display: none;
	}


	.program-search {
		width: calc(33% - 10px);
		padding: 0 10px 0 0;
		margin-top: 11px;
		margin-bottom: 10px;
	}


	.program-filter-wrapper {
		width: calc(33% - 10px);
		margin-top: 0;
		margin-bottom: 10px;
		padding: 0;
	}

	.day-select-wrapper {
		width: calc(33% - 10px);
		padding: 0 0 0 10px;
		margin-top: 5px;
	}
}




/* pecka.tv ------------------------------------ */
.program-body-pecka .program-block ::-webkit-scrollbar-track {
	background: #E6FF01 !important;
}

.program-body-pecka .program-block ::-webkit-scrollbar-thumb {
	background-color: #E6FF01 !important;
	border: 1px solid #E6FF01 !important;
}


.program-body-pecka .main {
	position: relative;
	margin-top: 150px;
}

body.program-body-pecka:not(.scrolled) .program-filter-wrapper {
	position: relative;
	width: 100%;
	right: auto;
	top: auto;
	margin-bottom: 20px;
}

.program-body-pecka .bg-blue-darken-3.program_page__heading .container {
	max-width: 100%;
	padding: 0 120px;
}

body.page-template-template-program.program-body-pecka .program_page__heading,
.program-body-pecka .program-block,
.program-body-pecka .program-note,
.program-body-pecka .program-container table tr th:first-child,
.program-body-pecka .program-container thead tr {
	background: #010050;
}

body.page-template-template-program.program-body-pecka .program_page__heading h1 {
	display: none;
}

.program-body-pecka .program-type a {
	border-radius: 125px;
	padding: 5px 10px;
}

.program-body-pecka .program-note {
	background: #010050 !important;
}


.program-body-pecka .program-type a:hover {
	color: #010050;
}

.program-body-pecka .program-type a.active {
	color: #010050;
	background: #E6FF01;
}

.program-body-pecka .program-week a {
	border-radius: 20px;
	padding: 8px 10px !important;
	border: solid 2px transparent;
}

.program-body-pecka .program-week .active a {
	color: #E6FF01;
	border: solid 2px #E6FF01;
}

.program-body-pecka .program-week li:not(.active) a:hover {
	border: solid 2px #A5A5E9;
}

.program-body-pecka .hour {
	position: relative;
	border-left: solid 2px transparent;
	color: #AEC0F3;
	padding-left: 7px;
}

.program-body-pecka .hour::before {
	position: absolute;
	content: "";
	border-left: solid 2px #AEC0F3;
	top: 8px;
	bottom: 8px;
	left: -1px;
}

.program-body-pecka .currenttime {
	color: #010050;
	background: #E6FF01;
	padding: 4px 20px;
	left: 20%;
	top: 2px;
}

.program-body-pecka .currenttime::before {
	background: #E6FF01;
}

.program-body-pecka .currenttime::after {
	border-top: 12px solid #E6FF01;
}

.program-body-pecka .filter-wrapper {
	position: relative;
}

.program-body-pecka .day-select-wrapper {}

.program-body-pecka .day-select-wrapper::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 80px;
	border: solid 2px #AEC0F3;
	border-radius: 20px;
	bottom: 8px;
	left: 0;
	z-index: -1;
}

.program-body-pecka .day-select-wrapper {
	margin-top: 5px;
	padding-left: 20px !important;
}

.program-body-pecka .day-select-wrapper {
	padding: 10px 0 0 0;
}

.program-body-pecka .program-search {
	padding: 18px 20px 7px 0;
	align-content: center;
}

.program-body-pecka .program-form {
	border: solid 1px #E6FF01;
	border-radius: 138px;
	padding: 10px 15px 10px 10px;
	margin: 2px 0 18px 0;
}

.program-body-pecka .program-search button {
	background: url(../images/search.svg?v=2) no-repeat center !important;
	background-size: auto 18px;
}

.program-body-pecka .program-search input {
	width: calc(100% - 30px);
}

.program-body-pecka .program-search input::placeholder {
	color: #E6FF01;
	font-style: italic;
	font-size: 16px;
}




.program-body-pecka .program-part {
	/*    background: rgba(174,192,243,.2); */
	border-radius: 20px;
}

.program-body-pecka .program-part.active {
	background: #AEC0F3;
}


.program-body-pecka .program-part:hover {
	background: #E6FF01;
}


.program-body-pecka .program-part h2 {
	color: #010050;
	font-weight: 700;
}


.program-body-pecka .blue_darken.block-dark {
	margin: 0 !important;
	padding: 0 !important;
	left: 0;
}

/* bridge for newer shared components used by the combined plugin */
body.program-body-pecka .program-filter-header {
	display: flex;
	align-items: end;
	flex-wrap: wrap;
	gap: 14px;
	padding: 0 !important;
	margin-bottom: 0 !important;
}

body.program-body-pecka .program-filter-wrapper {
	width: 100% !important;
	flex: 0 0 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	position: static !important;
}

body.program-body-pecka .program-filter-title {
	color: #fff !important;
	font-size: 36px !important;
	font-weight: 700 !important;
	font-style: normal;
	line-height: 1.2;
	padding: 0 !important;
	flex: 0 0 auto;
	margin: 0 30px 2px 0 !important;
	-webkit-text-fill-color: #fff !important;
}

body.program-body-pecka .program-filter-tabs .tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 0 !important;
	width: auto !important;
	padding: 0 !important;
}

body.program-body-pecka .program-filter-tabs .tab-btn,
body.program-body-pecka .mobile-program-settings .tab-mobile-btn {
	display: inline-block;
	border-radius: 14px !important;
	background: rgba(165, 165, 233, .45) !important;
	color: #fff;
	font-size: 16px !important;
	font-weight: 700 !important;
	text-decoration: none;
	padding: 6px 14px 6px 14px;
	border: none !important;
	box-shadow: none !important;
	-webkit-text-fill-color: #fff !important;
	font-style: italic;
}


body.program-body-pecka .program-filter-tabs .tab-btn {}

.mobile-program-settings.mobile-program-settings-overlay .mobile-settings-actions>.tab-btn.potvrdit::before {
	border-right-color: currentColor !important;
	border-bottom-color: currentColor !important;
	background: transparent !important;
}

.mobile-program-settings.mobile-program-settings-overlay .mobile-settings-actions>.tab-btn:not(.potvrdit)::before {
	border-right-color: currentColor !important;
	border-bottom-color: currentColor !important;
	border-left: none !important;
	background: transparent !important;
}

body.program-body-pecka .program-filter-tabs .tab-btn:not(.active):hover,
body.program-body-pecka .mobile-program-settings .tab-mobile-btn:not(.active):hover,
body.program-body-pecka .mobile-program-settings .mobile-settings-actions>.tab-btn:not(.potvrdit):hover {
	color: #010050 !important;
	background: rgba(165, 165, 233, .65) !important;
	-webkit-text-fill-color: #010050 !important;
}

body.program-body-pecka .program-filter-tabs .tab-btn.tab-btn-clear,
body.program-body-pecka .program-filter-tabs .checkbox input:checked~.checklabel,
body.program-body-pecka .program-filter-tabs .subgenre-clear-btn,
body.program-body-pecka .mobile-program-settings .tab-mobile-btn.active,
body.program-body-pecka .mobile-program-settings .tab-mobile-content .checkbox input:checked~.checklabel,
body.program-body-pecka .mobile-program-settings .tab-mobile-content .subgenre-clear-btn,
body.program-body-pecka .mobile-program-settings .mobile-settings-actions>.tab-btn.potvrdit {
	color: #010050 !important;
	background: #E6FF01 !important;
	border-color: #E6FF01 !important;
	-webkit-text-fill-color: #010050 !important;
}

body.program-body-pecka .program-filter-tabs .tab-btn {
	line-height: 1.15;
	margin-bottom: -1px !important;
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

body.program-body-pecka .program-filter-tabs {
	border-bottom: none !important;
	width: 100%;
	clip-path: inset(0 -100vw 0 -100vw);
}

body.program-body-pecka .program-filter-body.tabs-container-blue {
	padding: 10px 20px !important;
	width: 100% !important;
	flex: 0 0 100% !important;
	background: #A5A5E9 !important;
	border-radius: 20px;
	margin-bottom: 15px !important;
}

body.program-body-pecka .program-filter-body.tabs-container-blue:empty {
	display: none;
}

body.program-body-pecka .program-filter-tabs .tab-btn.active {
	background: #A5A5E9 !important;

}






body.program-body-pecka .tab-btn.tab-btn-clear:hover {
	background: none !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;

}


body.program-body-pecka .program-filter-tabs .tab-btn.tab-btn-clear,
body.program-body-pecka .program-filter-tabs .subgenre-clear-btn,
body.program-body-pecka .mobile-program-settings .tab-mobile-btn.tab-mobile-btn-clear,
body.program-body-pecka .mobile-program-settings .tab-mobile-content .subgenre-clear-btn {
	line-height: 1.2;
	font-size: 14px;
}

body.program-body-pecka .program-filter-body {
	background: transparent !important;
	padding: 0 !important;
	min-height: 0 !important;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

body.program-body-pecka .program-filter-body .checkbox {
	display: inline-block;
	padding: 4px;
}

body.program-body-pecka .program-filter-body .checkbox:first-child {
	padding-left: 0;
}

body.program-body-pecka .program-filter-body .checklabel,
body.program-body-pecka .mobile-program-settings .tab-mobile-content .checklabel {
	padding: 5px 10px;
	background: #5353A3;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	border-radius: 14px;
	display: inline-block;
	font-style: italic;
}

body.program-body-pecka .mobile-program-settings .program-anim-wrapper,
body.program-body-pecka .mobile-program-settings .tabs-container-blue,
body.program-body-pecka .mobile-program-settings .program-block-mobile-container,
body.program-body-pecka .mobile-program-settings .mobile-settings-actions {
	background: #010050 !important;
}

body.program-body-pecka .mobile-program-settings .mobile-settings-actions {
	background: #A5A5E9 !important;
	border-radius: 0 0 14px 14px !important;
}

body.program-body-pecka .mobile-settings-actions button {
	top: 10px !important;
	margin: 0 10px !important;
}

body.program-body-pecka .mobile-settings-actions button.close-program {
	background: none !important;
	border: #010050 solid 2px !important;
	border-radius: 20px !important;
	color: #010050 !important;
	-webkit-text-fill-color: #010050 !important;
	font-weight: 900 !important;
	font-size: 14px !important;
	padding: 0 15px 0 30px;
}


body.program-body-pecka .mobile-settings-actions button.close-program::before,
body.program-body-pecka .mobile-settings-actions button.close-program::after {
	background: #010050 !important;
	left: 10px !important;
}


body.program-body-pecka .mobile-settings-actions button.tab-btn.potvrdit {
	border-radius: 20px !important;
	font-weight: 900 !important;
	font-size: 14px !important;
	padding: 0 30px 0 15px;


}


body.program-body-pecka .mobile-program-settings .program-block-mobile-01 p {
	color: #E6FF01 !important;
}

body.program-body-pecka .mobile-program-settings .mobile-selected-filter-item {
	background: #010050 !important;
	color: #fff !important;
}

body.program-body-pecka .mobile-program-settings .program-link {
	color: #010050 !important;
	border: none !important;
	background: #A5A5E9 !important;
	border-radius: 32px !important;
	text-align: center !important;
	padding: 8px 15px;
}

body.program-body-pecka .mobile-program-settings .program-link strong {
	color: #010050 !important;
	font-weight: 900 !important;
	font-size: 16px !important;
	text-align: center !important;
	width: 100% !important;
}

body.program-body-pecka .mobile-program-settings .program-link span:first-child {
	display: none !important;
}

body.program-body-pecka .program-block-mobile-01 {
	padding-top: 5px !important;
	line-height: 20px !important;

}

body.program-body-pecka .program-block-mobile-01 span {
	font-weight: 900 !important;
	font-size: 22px !important;
}

body.program-body-pecka .program-block-mobile-01 p {
	font-weight: 900 !important;
	margin: 0 !important;
}

body.program-body-pecka .mobile-program-settings .program-link:hover {}

body.program-body-pecka .mobile-program-settings .program-link span {
	background-color: #E6FF01 !important;
}

body.program-body-pecka .mobile-program-settings .program-link:hover span,
body.program-body-pecka .mobile-program-settings .program-link:active span {
	background-color: #010050 !important;
}

body.program-body-pecka .mobile-program-settings .program-anim-wrapper .tabs-container-blue .tab-content>.tab-btn {
	background: #010050 !important;
	color: #fff !important;
	border: solid 2px #fff !important;
}

body.program-body-pecka .mobile-program-settings .program-anim-wrapper .tabs-container-blue .tab-content>.tab-btn::before {
	border-right-color: currentColor !important;
	border-bottom-color: currentColor !important;
	border-left: none !important;
	background: transparent !important;
}

body.program-body-pecka .mobile-program-settings .program-anim-wrapper .tabs-container-blue .tab-content>.tab-btn.potvrdit {
	background: #E6FF01 !important;
	color: #010050 !important;
	border: solid 2px #E6FF01 !important;
}


body.program-body-pecka .mobile-program-settings .program-anim-wrapper .tabs-container-blue .tab-content>.tab-btn.potvrdit::before {
	border-right-color: currentColor !important;
	border-bottom-color: currentColor !important;
	border-left: none !important;
	background: transparent !important;
}

body.program-body-pecka .mobile-program-settings .close-program {
	border: solid 2px #fff !important;
	color: #fff !important;
	background: #010050 !important;
}

body.program-body-pecka .mobile-program-settings .close-program::before,
body.program-body-pecka .mobile-program-settings .close-program::after {
	border-bottom-color: #fff !important;
}

body.program-body-pecka .mobile-program-settings .program-form {
	border: solid 1px #E6FF01;
	border-radius: 138px;
	padding: 10px 25px 10px 10px;
}

body.program-body-pecka .mobile-program-settings .program-form button {
	background: url(../images/search.svg?v=2) no-repeat center !important;
	background-size: auto 18px;
	right: 18px !important;
}

.mobile-program-settings .program-form ::placeholder {
	color: #E6FF01;
	font-style: italic;
	font-size: 16px;
}

body.program-body-pecka .mobile-program-settings .program-form input {
	width: calc(100% - 40px);
	font-size: 18px !important;
}

body.program-body-pecka .mobile-program-settings .program-form input::placeholder {
	font-size: 18px !important;
}

body.program-body-pecka .mobile-program-settings .tabs-container-blue .program-week a {
	border-radius: 20px;
	padding: 8px 10px !important;
	border: solid 2px transparent;
}

body.program-body-pecka .mobile-program-settings .tabs-container-blue .program-week .active a {
	color: #010050;
	/*
	border: solid 2px #E6FF01;
*/
}

body.program-body-pecka .mobile-program-settings .tabs-container-blue .program-week li:not(.active) a:hover {
	border: solid 2px #A5A5E9;
}


#tv-program .mobile-program-settings.program-block-navi-mobile {
	padding: 0 !important;
}

/* final yellow accent overrides for shared Telly styles */
body.program-body-pecka .mobile-select:focus {
	border-color: #E6FF01 !important;
	box-shadow: 0 0 5px rgba(230, 255, 1, 0.5) !important;
}

body.program-body-pecka .currenttime,
body.program-body-pecka .currenttime::before {
	background: #E6FF01 !important;
	font-weight: 800;
}

body.program-body-pecka .currenttime::after {
	border-top-color: #E6FF01 !important;
}

body.program-body-pecka .program-part:hover,
body.program-body-pecka .program-part.filtered {
	background: #E6FF01 !important;
}

body.program-body-pecka .program-filter-body .checkbox input:checked~.checklabel {
	background: #E6FF01 !important;
	color: #010050 !important;
}

body.program-body-pecka .day-select-wrapper .program-week .active a {
	color: #E6FF01 !important;
	border-color: #E6FF01 !important;
}

body.program-body-pecka .mobile-program-settings.mobile-program-settings-overlay .mobile-btn {
	border-radius: 14px 14px 0 0 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

body.program-body-pecka .mobile-program-settings.mobile-program-settings-overlay .mobile-btn.active,
body.program-body-pecka .mobile-program-settings.mobile-program-settings-overlay .mobile-btn:hover {
	color: #010050 !important;
	-webkit-text-fill-color: #010050 !important;
	background: #A5A5E9 !important;
}


body.program-body-pecka .mobile-program-settings.mobile-program-settings-overlay .program-note {
	background: #A5A5E9 !important;
	color: #010050 !important;
	-webkit-text-fill-color: #010050 !important;
	font-weight: 900 !important;
	width: calc(100% - 20px) !important;
}

body.program-body-pecka .mobile-program-settings.mobile-program-settings-overlay .tabs-container-blue {
	background: #A5A5E9 !important;
	padding: 0 10px;
	color: #010050 !important;
	-webkit-text-fill-color: #010050 !important;
}


body.program-body-pecka .mobile-program-settings.mobile-program-settings-overlay .tabs-container-blue .program-week li {}

body.program-body-pecka .mobile-program-settings.mobile-program-settings-overlay .tabs-container-blue .program-week a {
	border-color: #5353A3 !important;
	background: #5353A3 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-weight: 900 !important;
	font-size: 14px !important;
	line-height: 120%;
	padding: 8px 0px !important;

}

body.program-body-pecka .mobile-program-settings.mobile-program-settings-overlay .tabs-container-blue .program-week {}


body.program-body-pecka .mobile-program-settings.mobile-program-settings-overlay .tabs-container-blue .program-week .active a {
	border-color: #E6FF01 !important;
	background: #E6FF01 !important;
	color: #010050 !important;
	-webkit-text-fill-color: #010050 !important;
}


body.program-body-pecka .mobile-program-settings.mobile-program-settings-overlay .tab-mobile-btn {
	background: #5353A3 !important;
}

body.program-body-pecka .mobile-program-settings.mobile-program-settings-overlay .tab-mobile-btn.active {
	border-color: #E6FF01 !important;
	background: #E6FF01 !important;
	color: #010050 !important;
	-webkit-text-fill-color: #010050 !important;
}

body.program-body-pecka .mobile-program-settings .mobile-btn:hover .tab-ico01,
body.program-body-pecka .mobile-program-settings .mobile-btn:hover .tab-ico02,
body.program-body-pecka .mobile-program-settings .mobile-btn:hover .tab-ico03,
body.program-body-pecka .mobile-program-settings .mobile-btn:active .tab-ico01,
body.program-body-pecka .mobile-program-settings .mobile-btn:active .tab-ico02,
body.program-body-pecka .mobile-program-settings .mobile-btn:active .tab-ico03,
body.program-body-pecka .mobile-program-settings .mobile-btn.active .tab-ico01,
body.program-body-pecka .mobile-program-settings .mobile-btn.active .tab-ico02,
body.program-body-pecka .mobile-program-settings .mobile-btn.active .tab-ico03 {
	background-color: #E6FF01 !important;
}

body.program-body-pecka .mobile-program-settings.mobile-program-settings-overlay .mobile-settings-actions>.tab-btn.potvrdit,
body.program-body-pecka #tv-program .mobile-program-settings.program-block-navi-mobile .program-anim-wrapper .tabs-container-blue .tab-content>.tab-btn.potvrdit,
body.program-body-pecka #tv-program .mobile-program-settings.program-block-navi-mobile .mobile-settings-actions>.tab-btn.potvrdit {
	background: #E6FF01 !important;
	border-color: #E6FF01 !important;
	color: #010050 !important;
}

body.program-body-pecka .program-loader {
	background: #010050 !important;
}

body.program-body-pecka .program-block.program-block-loading {
	background: #010050 !important;
}

body.program-body-pecka .program-loader p {
	color: #fff !important;
}

body.program-body-pecka .program-loader .loader-wrapper {
	background: #A5A5E9;
}

body.program-body-pecka .program-loader .loader-bar {
	background: #5353A3 !important;
}


body.program-body-pecka .mobile-program-settings .tab-mobile-btn.tab-mobile-btn-clear,
body.program-body-pecka .program-filter-tabs .tab-btn.tab-btn-clear,
body.program-body-pecka .program-filter-tabs .subgenre-clear-btn,
body.program-body-pecka .program-filter-tabs .subgenre-clear-btn:hover,
body.program-body-pecka .program-filter-tabs .tab-btn.tab-btn-clear:hover {
	color: #E6FF01 !important;
	-webkit-text-fill-color: #E6FF01 !important;
	background: none !important;
	text-decoration: underline !important;
}

body.program-body-pecka .mobile-program-settings .tab-mobile-content .subgenre-clear-btn {
	color: #E6FF01 !important;
	-webkit-text-fill-color: #E6FF01 !important;
	background: none !important;
	text-decoration: underline !important;
	font-size: 16px !important;
}

body.program-body-pecka .mobile-program-settings .program-form {
	background: #fff !important;
	border: none !important;
	padding: 15px 20px !important;
	margin-bottom: 0 !important
}

body.program-body-pecka .mobile-program-settings .program-form input::placeholder {
	font-weight: 800;
}

body.program-body-pecka .mobile-program-settings .program-form+p {
	text-align: center;
	padding: 0 15px;
}

body.program-body-pecka .mobile-program-settings .tab-mobile-content .checklabel {
	font-size: 14px !important;
	color: #fff !important;
	padding: 7px 12px !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}




body.program-body-pecka .mobile-program-settings .program-form button {
	background-image: url("../images/search-black.svg?v=2") !important
}