:root {
	--cat-color: #f7cf00;
}

.modal-open {
	overflow: hidden !important;
}

.lastejaam-channel-logo {
	background: url(/www/images/tv/lasteekraan-telepoiss-icon.svg) center/95% no-repeat;
	min-width: 40px;
}

.tv-heading,
.tv-content-menu,
.tv-content,
.tv-timeline-header,
.tv-watch-button-text,
.lastejaam-header,
.tv-calendar-month {
	font-family: wendy, sans-serif;
}

.tv-button-rewatch {
	font-family: var(--default-font);
}

.lastejaam-header {
	display: block;
	color: #f7cf00;
	font-size: 34px;
	flex-grow: 0;
	margin: 0 20px 0 0;
	border: none;
	cursor: pointer;
}

.non-sticky-menu {
	pointer-events: all;
}

.tv-sub-menu, .timeline-first .tv-sub-menu {
	display: none;
}

.tvShow-hidden {
	display: none;
}

.no-border {
	border: none;
}

.tv-header-search {
	display: flex;
	justify-content: center;
	border: none;
	max-width: 30%;
	margin-right: auto;
	margin-left: 0;
}

.header-search-container {
	max-width: 500px;
	width: 100%;
}

.tv-program-series .header-search-container {
	width: auto;
}

.header-live,
.header-program-series,
.header-calendar,
.header-a-u,
.header-7-days {
	display: none;
}

.header-menu {
	margin-right: auto;
	max-width: 130px;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.header-menu-list-item:first-child {
	display: block;
}

.header-menu-list-item:nth-child(2) {
	display: block;
}

.header-menu-list-item:nth-child(3) {
	display: block;
}

.tv-content {
	margin-bottom: calc(185px + 48 * ((100vw - 769px) / 2560));
	padding-left: 4.6%;
}

.lastejaam-content-container .tv-content-body-container.tv-show-body {
	margin-bottom: 3%;
}

.tv-info {
	margin-bottom: 0px;
}

.tv-content-hero-img-container {
	width: calc(384px + (992 - 384) * ((100vw - 769px) / (2560 - 769)));
}

.tv-content-min-height {
	min-height: calc(216px + (558 - 216) * ((100vw - 769px) / (2560 - 769)));
}

.tv-content-min-height {
	min-height: calc(216px + (558 - 216) * ((100vw - 769px) / (2560 - 769)));
}

.tv-content-blurred-image-bg {
	top: calc((calc((300px + (359 - 214) * ((100vw - 769px) / (2560 - 769))) * 9 / 16) + calc(29px + 8px + 70 * ((100vw - 769px) / 2560))) * -1);
}

.tv-progress-bar-image {
	border-radius: 14px;
}

.tv-progress-bar-tooltip {
	bottom: 20px;
}

.tv-progress-bar-time-holder {
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
}

.tv-episodes-content-container {
	justify-content: center;
	padding-top: 20px;
}

.tv-search-btn {
	background: url(/www/images/tv/lastejaam_search_luup.svg) no-repeat center;
}

.tv-search-btn:hover {
	background: #f7cf00 url(/www/images/tv/search_Luup.svg) no-repeat center;
}

.tv-search-txt {
	color: #f7cf00;
}

.tv-search-txt::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #f7cf00; /* Firefox */
}

.tv-search-txt:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #f7cf00;
}

.tv-search-txt::-ms-input-placeholder { /* Microsoft Edge */
	color: #f7cf00;
}


/* timeline */

div[ng-app="errAdmin"] .timeline.has-header:not([data-timeline-index="0"]) {
	height: auto;
}

.timeline {
	height: auto;
	padding-bottom: 0px;
}

.timeline-first {
	margin-bottom: 20px;
	background-image: none;
	padding-top: 15px; 
}

.tv-timeline-header {
	letter-spacing: 0.03vw;
	text-shadow: 3px 3px 15px rgba(21, 20, 20, 0.75);
}

.timeline-first .tv-timeline-all {
	min-width: 100%;
	padding-bottom: calc(24px + 24 * ((100vw - 720px) / 2560));
}

.timeline-first .tv-timeline-visible:after {
	content: '';
	width: 100%;
	position: absolute;
	height: calc(((330px + (369 - 216) * ((100vw - 1440px) / (2560 - 1440))) * 9 / 16) * 0.3 + 8px);
	bottom: 0;
}

.timeline .tv-timeline-visible:before {
	height: calc(((345px + (333 - 256) * ((100vw - 1440px) / (2560 - 1440))) * 9 / 16) * 0.15);
}

.tv-timeline-mobile-buttons {
	display: none;
}

.tv-timeline-prev-btn, 
.tv-timeline-next-btn {
	opacity: 1;
}

.tv-timeline-next-btn, .tv-timeline-prev-btn {
	display: block;
}

.tv-timeline-prev-btn span, .tv-timeline-next-btn span {
	border: solid 3px #f7cf00;
	opacity: 1;
	box-shadow: 3px 3px 7px 1px rgba(70, 39, 0, 0.65);
}

.tv-timeline-next-btn span, .tv-timeline-prev-btn span:hover {
	background-position-x: 53%;
}

.tv-timeline-prev-btn span, .tv-timeline-prev-btn span:hover {
	background-position-x: 43%;
}

.tv-timeline-next-btn span {
	background: rgba(33,24,32,.65) url(/www/images/tv/lasteekraan_next_white.svg) center/65% no-repeat;
}

.tv-timeline-prev-btn span {
	background: rgba(33,24,32,.65) url(/www/images/tv/lasteekraan_previous_white.svg) center/65% no-repeat;
}

.tv-timeline-next-btn:hover span {
	background: #f7cf00 url(/www/images/tv/lasteekraan_next_white.svg) center/65% no-repeat;
}

.tv-timeline-prev-btn:hover span {
	background: #f7cf00 url(/www/images/tv/lasteekraan_previous_white.svg) center/65% no-repeat;
}

/* end of timeline */

/* timelne item */


.timeline-first .tv-timeline-item {
	margin-left: -27.5px;
	margin-right: -27.5px;
	margin-top: 10px;
	width: calc(216px + (369 - 216) * ((100vw - 769px) / (2560 - 769)));
	height: calc((216px + (369 - 216) * ((100vw - 769px) / (2560 - 769))) * 0.713);
	transition: all 325ms cubic-bezier(0.5, 0, 0.1, 1) 0.2s, z-index 0s;
	-webkit-filter: drop-shadow(1px 1px 5px #151515);
	filter: drop-shadow(1px 1px 5px #151515);
}

.timeline-first .tv-timeline-item:first-of-type {
	margin-left: 0;
}

.timeline-first .tv-timeline-item:last-of-type {
	margin-right: 0;
}

.timeline:not(.timeline-first) .tv-timeline-item {
	border-radius: 15px;
	overflow: hidden;
	margin-right: 4px;
	padding: 0;
	border-bottom: 3px solid;
	border-color: transparent;
	box-sizing: border-box;
}

.timeline-first .tv-timeline-item.is-selected {
	transform: scale(1.15);
}

.timeline-first .tv-timeline-item.is-selected ~ .tv-timeline-item {
	-webkit-transform: translate3d(calc((234px + (369 - 234) * ((100vw - 769px) / (2560 - 769))) * 0.15), 0, 0);
	transform: translate3d(calc((234px + (369 - 234) * ((100vw - 769px) / (2560 - 769))) * 0.15), 0, 0);
}

.timeline-first .tv-timeline-item:hover,
.timeline-first .tv-timeline-item.is-selected ~ .tv-timeline-item:hover {
	transform: scale(1.3) translate3d(calc((243px + (333 - 243) * ((100vw - 1440px) / (2560 - 1440))) * 0.1), 0, 0);
}

.timeline-first .tv-timeline-item.is-selected:hover {
	transform: scale(1.3) translate3d(calc((243px + (333 - 243) * ((100vw - 1440px) / (2560 - 1440))) * 0.035), 0, 0);
}

.timeline-first .tv-timeline-item:hover ~ .tv-timeline-item {
	-webkit-transform: translate3d(calc((243px + (333 - 243) * ((100vw - 1440px) / (2560 - 1440))) * 0.4), 0, 0);
	transform: translate3d(calc((243px + (333 - 243) * ((100vw - 1440px) / (2560 - 1440))) * 0.4), 0, 0);
}

.timeline-first .tv-timeline-item:hover ~ .tv-timeline-item.is-selected {
	-webkit-transform: scale(1.15) translate3d(calc((243px + (333 - 243) * ((100vw - 1440px) / (2560 - 1440))) * 0.3), 0, 0);
	transform: scale(1.15) translate3d(calc((243px + (333 - 243) * ((100vw - 1440px) / (2560 - 1440))) * 0.3), 0, 0);
}

.timeline-first .tv-timeline-item:hover ~ .tv-timeline-item.is-selected ~ .tv-timeline-item,
.timeline-first .tv-timeline-item.is-selected:hover ~ .tv-timeline-item {
	-webkit-transform: translate3d(calc((243px + (333 - 243) * ((100vw - 1440px) / (2560 - 1440))) * 0.4), 0, 0);
	transform: translate3d(calc((243px + (333 - 243) * ((100vw - 1440px) / (2560 - 1440))) * 0.4), 0, 0);
}

.timeline-first .tv-timeline-all:hover .tv-timeline-item:hover {
	transition: all 325ms cubic-bezier(0.5, 0, 0.1, 1) 0.2s, z-index 0s;
}

.timeline:not(.timeline-first) .tv-timeline-item.is-selected {
	transform: scale(1.15);
}

.timeline:not(.timeline-first) .tv-timeline-item.is-selected ~ .tv-timeline-item {
	-webkit-transform: translate3d(calc((234px + (369 - 234) * ((100vw - 769px) / (2560 - 769))) * 0.15), 0, 0);
	transform: translate3d(calc((234px + (369 - 234) * ((100vw - 769px) / (2560 - 769))) * 0.15), 0, 0);
}

.timeline:not(.timeline-first) .tv-timeline-all:hover .tv-timeline-item,
.timeline:not(.timeline-first) .tv-timeline-all:hover .tv-timeline-item.is-selected ~ .tv-timeline-item {
	-webkit-transform: none;
	transform: none;
}

.timeline:not(.timeline-first) .tv-timeline-all:hover .tv-timeline-item:hover,
.timeline:not(.timeline-first) .tv-timeline-all:hover .tv-timeline-item.is-selected ~ .tv-timeline-item:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.high-timeline .tv-timeline-all:not(.has-selected-item):hover .tv-timeline-item:hover {
	transform: none;
}

.high-timeline .tv-timeline-all:hover {
	transform: none;
}

.timeline:not(.timeline-first) .tv-timeline-all:hover .tv-timeline-item:hover ~ .tv-timeline-item,
.tv-timeline-item:hover ~ .tv-timeline-item {
	-webkit-transform: translate3d(calc((234px + (369 - 234) * ((100vw - 769px) / (2560 - 769))) * 0.3), 0, 0);
	transform: translate3d(calc((234px + (369 - 234) * ((100vw - 769px) / (2560 - 769))) * 0.3), 0, 0);
}

.high-timeline:not(.timeline-first) .tv-timeline-all:not(.has-selected-item) .tv-timeline-item:hover ~ .tv-timeline-item {
	transform: none;
	-webkit-transform:none;
}

/* end of timeline item */

/* timeline item inner */

.tv-timeline-item-play-container {
	height: 100%;
}

.program-series-row-item .episodes-thumbnail-container:not(.disabled) .tv-timeline-item-play-container:after {
	opacity: 1;
}

.timeline-first .tv-serial-title-holder {
	display: none;
}

.timeline-first .tv-timeline-item .tv-timeline-item-inner {
	-webkit-mask-image: url(/www/images/tv/friendlybubble.svg);
	-webkit-mask-size: auto 100%;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

.tv-timeline-read-more {
	display: none;
}


/*Curved text*/
.timeline-item-path {
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.2s, opacity 0.2s linear;

	position: absolute;
	bottom: 0px;
	left: 10px;
	right: 10px;
	width: calc(100% - 20px);
}

.timeline-item-path.mobile {
	display: none;
}

.timeline-item-path path {
	fill: transparent;
}

.tv-timeline-item:hover .timeline-item-path {
	visibility: visible;
	opacity: 1;
	transition: visibility 0.5s, opacity 0.3s linear;
}

.is-selected .timeline-item-path {
	visibility: visible;
	opacity: 1;
}

.timeline-curved-text, .tv-schedules-heading {
	fill: #ffffff;
	font-family: 'wendy', sans-serif;
}

.timeline-curved-textPath {
	font-size: calc(32px + (36 - 32) * ((100vw - 769px) / 2560));
	transition: letter-spacing 0.5s;
	letter-spacing: 0.75vw;
}

.tv-timeline-item:hover .timeline-curved-textPath {
	letter-spacing: 0.05vw;
	transition: letter-spacing 0.7s;
}

.tv-timeline-item.is-selected .timeline-curved-textPath {
	letter-spacing: 0.05vw;
}

/*Curved text END*/


.timeline-first .tv-timeline-item-inner picture {
	display: block;
	height: 100%;
	width: 100%;
}

.tv-timeline-item .tv-title-time {
	visibility: hidden;
}


.timeline-first .tv-timeline-item-bottom-gradient {
	display: none;
}

.tv-timeline-item.is-selected .tv-timeline-item-inner:before,
.tv-timeline-item.is-selected .tv-timeline-item-inner:after,
.timeline .tv-timeline-item:hover .tv-timeline-item-inner:before {
	display: none;
	border: none;
}

.tv-timeline-item-inner:after,
.tv-timeline-item.is-selected .tv-timeline-item-inner:after,
.has-selected-item .tv-timeline-item:not(.is-selected):hover .tv-timeline-item-inner:after {
	content: '';
	opacity: 0;
	transition: opacity 325ms cubic-bezier(0.5, 0, 0.1, 1) 0.2s;
	display: block;
	border: none;
	background-color: #000;
	background-image: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.tv-timeline-all:hover .tv-timeline-item-inner:not(:hover):after,
.has-selected-item .tv-timeline-item:not(.is-selected) .tv-timeline-item-inner:after {
	content: '';
	opacity: 0.3;
}

/* end of timeline item inner */

.tv-heading {
	text-shadow: 0.014em 0.014em 0.188em rgba(17, 17, 17, 0.07), -0.014em 0.014em 0.188em rgba(17, 17, 17, 0.07), 0.014em -0.014em 0.188em rgba(17, 17, 17, 0.07), -0.014em -0.014em 0.188em rgba(17, 17, 17, 0.07), 0px 0.014em 0.188em rgba(17, 17, 17, 0.07), 0px -0.014em 0.188em rgba(17, 17, 17, 0.07), -0.014em 0px 0.188em rgba(17, 17, 17, 0.07), 0.014em 0px 0.188em rgba(17, 17, 17, 0.07), 0.028em 0.028em 0.188em rgba(17, 17, 17, 0.07), -0.028em 0.028em 0.188em rgba(17, 17, 17, 0.07), 0.028em -0.028em 0.188em rgba(17, 17, 17, 0.07), -0.028em -0.028em 0.188em rgba(17, 17, 17, 0.07), 0px 0.028em 0.188em rgba(17, 17, 17, 0.07), 0px -0.028em 0.188em rgba(17, 17, 17, 0.07), -0.028em 0px 0.188em rgba(17, 17, 17, 0.07), 0.028em 0px 0.188em rgba(17, 17, 17, 0.07), 0.014em 0.028em 0.188em rgba(17, 17, 17, 0.07), -0.014em 0.028em 0.188em rgba(17, 17, 17, 0.07), 0.014em -0.028em 0.188em rgba(17, 17, 17, 0.07), -0.014em -0.028em 0.188em rgba(17, 17, 17, 0.07), 0.028em 0.014em 0.188em rgba(17, 17, 17, 0.07), -0.028em 0.014em 0.188em rgba(17, 17, 17, 0.07), 0.028em -0.014em 0.188em rgba(17, 17, 17, 0.07), -0.028em -0.014em 0.188em rgba(17, 17, 17, 0.07);
}

.tv-content .tv-info,
.tv-content .tv-button-rewatch,
.tv-content .tv-small-description,
.tv-content .tv-full-description,
.tv-content-menu .tv-time-progress, 
.tv-content-menu .tv-time-total,
.tv-content-menu .tv-button-more-text,
.tv-content-menu .tv-progress-bar-time,
.tv-episodes-content .tv-calendar-button-month,
.tv-makers-container .tv-makers {
	font-family: var(--default-font);
	font-weight: 275;
	color: #ffffff;
}

.tv-content .tv-info {
	font-weight: 400;
}

.tv-content .tv-button-rewatch-text {
	color: #f7eaab;
}

.tv-content-menu .tv-time-progress,
.tv-content-menu .tv-time-total {
	color: #e8d262;
}

.second-menu-container .second-menu-list p {
	letter-spacing: 0.03vw;
}

.tv-content-blurred-image-bg {
	opacity: 0.4;
	background-blend-mode: initial;
	background-color: transparent;
	background-image: none;
	transition: background 2s linear;
}

.tv-media-page-btn {
	color: #f7cf00;
	border: solid 1.5px #f7cf00;
	height: calc(28px + 30 * ((100vw - 769px) / 2560));
	background-color: rgba(71, 69, 35, 0.68);
	display: inline-flex;
}

.tv-media-page-btn:hover {
	background-color: #f7cf00;
	color: white;
}

.past-shows-select {
	color: #eaeaea;
	border: solid 2px #f7cf00;
	border-radius: calc(10px + 6 * ((100vw - 720px) / 2560));
	background-color: #1c281ae6;
	font-family: wendy, sans-serif;
}

.past-shows-select .select-option {
	color: #eaeaea;
	border-color: #38442c;
}

.past-current-text, .past-select-current .arrow {
	text-shadow: 2px 2px 6px rgba(70, 39, 0, 0.55);
}

.past-shows-select .select-option:hover {
	color: #ffffff;
	background-color: #1c281a;
}

.past-shows-select-container-visible {
	width: calc(100%);
	transform: translateX(2px);
	background-color: #1c281ae6;
}

.past-shows-select-container {
	border: 2px solid #f7cf00;
	width: calc(100%);
	transform: translateX(2px);
	border-radius: calc(10px + 6 * ((100vw - 720px) / 2560));
}

.tv-makers-container .tv-maker-type {
	border-bottom: 1px solid #aaccc9;
}

.tv-episodes-content .tv-heading,
.tv-episodes-content .tv-next-show-date {
	display: inline-block;
}

.tv-timeline-item .tv-timeline-title-holder {
	margin: 0 0 2px 4px;
	width: calc(100% - 8px);
}

.tv-timeline-header {
	letter-spacing: 0.03vw;
	text-shadow: 3px 3px 15px rgba(21, 20, 20, 0.75);
}

.vert-timeline-item-top {
	visibility: hidden;
}

.vert-timeline-item-top .tv-watch-button {
	display: none;
}

.tv-watch-button-text {
	font-size: calc(20px + 14 * ((100vw - 769px) / 2560));
	margin-top: calc(1px + 2 * ((100vw - 769px) / 2560));
	margin-bottom: 3px;
	text-shadow: 2px 2px 6px rgba(70, 39, 0, 0.55);
	letter-spacing: 0.02vw;
}

.tv-next-show-date {
	font-size: calc(18px + 20 * ((100vw - 720px) / 2560));
	float: right;
	margin-top: 10px;
}

.episodes-thumbnail-container {
	border-radius: 15px;
	margin: 0 25px 15px 0;
	margin-bottom: calc(7px + 25 * ((100vw - 769px) / 2560));
	margin-right: calc(18px + 25 * ((100vw - 769px) / 2560));
}

.tv-program-series .episodes-thumbnail-container {
	overflow: initial;
}


.episodes-thumbnail-container.is-watched {
	filter: brightness(1.1) contrast(1.1);
	transform: scale(1.15);
	z-index: 10;
	/*box-shadow: 2px 1px 8px 4px rgba(0, 0, 0, 0.65);*/
	box-shadow: 2px 3px 8px 4px rgba(0, 0, 0, 0.25);
}

.tv-episodes-thumbnail {
	border-radius: 15px;
	overflow: hidden;
	border: 3px solid #f7cf00;
	background-position: center;
}

.tv-episodes-thumbnail.tv-playlist-game .tv-timeline-item-play-container, .tv-episodes-thumbnail.tv-playlist-competition .tv-timeline-item-play-container {
	display: block;
}

.past-show-clicked .episodes-thumbnail-container:not(.is-watched) {
	filter: grayscale(0.3) brightness(0.95);
}

.tv-episodes-thumbnail-heading-desktop,
.tv-episode-date-desktop {
	font-family: var(--default-font);
	font-size: calc(14px + 8 * ((100vw - 769px) / 2560));
	font-weight: 275;
	margin-bottom: calc(1px + 1 * ((100vw - 769px) / 2560));
	margin-left: calc(3px + 4 * ((100vw - 769px) / 2560));
}

.tv-episode-date-desktop {
	font-size: calc(13px + 8 * ((100vw - 769px) / 2560));
	margin-bottom: 0px;
	display: none;
}

.tv-search-container .tv-thumbnail-title-holder {
	opacity: 0;
}

.tv-search-container .tv-timeline-item-heading-hover {
	opacity: 1;
}

.episodes-thumbnail-container:not(.disabled):hover .tv-episodes-thumbnail {
	box-shadow: 4px 4px 14px 3px rgba(162, 162, 162, 0.4);
}

.tv-episodes-thumbnail-body {
	display: none;
}

.tv-share-and-month-container {
	position: relative;
}

.tv-calendar-button {
	width: 72px;
	height: 72px;
	border: 2px solid transparent;
	background: transparent;
	border-radius: 69px;
}

.tv-backward-arrows {
	background: url(/www/images/tv/lastejaam_previous.svg) center/60% no-repeat;
	background-position-x: 43%;
	width: 72px;
	height: 72px;
	opacity: 1;
}

.tv-forward-arrows {
	background: url(/www/images/tv/lastejaam_next.svg) center/60% no-repeat;
	background-position-x: 53%;
	width: 72px;
	height: 72px;
	opacity: 1;
}

.tv-calendar-button:hover .tv-backward-arrows {
	background: url(/www/images/tv/lastejaam_previous_white.svg) center/60% no-repeat;
	background-position-x: 43%;
}

.tv-calendar-button:hover .tv-forward-arrows {
	background: url(/www/images/tv/lastejaam_next_white.svg) center/60% no-repeat;
	background-position-x: 53%;
}

.tv-calendar-button:hover {
	background: #f7cf00;
	border: 2px solid #f7cf00;
}

.tv-calendar-button:hover > div {
	opacity: 1;
}

.second-menu-list {
	justify-content: space-around;
	text-shadow: 0.014em 0.014em 0.188em rgba(17, 17, 17, 0.07), -0.014em 0.014em 0.188em rgba(17, 17, 17, 0.07), 0.014em -0.014em 0.188em rgba(17, 17, 17, 0.07), -0.014em -0.014em 0.188em rgba(17, 17, 17, 0.07), 0px 0.014em 0.188em rgba(17, 17, 17, 0.07), 0px -0.014em 0.188em rgba(17, 17, 17, 0.07), -0.014em 0px 0.188em rgba(17, 17, 17, 0.07), 0.014em 0px 0.188em rgba(17, 17, 17, 0.07), 0.028em 0.028em 0.188em rgba(17, 17, 17, 0.07), -0.028em 0.028em 0.188em rgba(17, 17, 17, 0.07), 0.028em -0.028em 0.188em rgba(17, 17, 17, 0.07), -0.028em -0.028em 0.188em rgba(17, 17, 17, 0.07), 0px 0.028em 0.188em rgba(17, 17, 17, 0.07), 0px -0.028em 0.188em rgba(17, 17, 17, 0.07), -0.028em 0px 0.188em rgba(17, 17, 17, 0.07), 0.028em 0px 0.188em rgba(17, 17, 17, 0.07), 0.014em 0.028em 0.188em rgba(17, 17, 17, 0.07), -0.014em 0.028em 0.188em rgba(17, 17, 17, 0.07), 0.014em -0.028em 0.188em rgba(17, 17, 17, 0.07), -0.014em -0.028em 0.188em rgba(17, 17, 17, 0.07), 0.028em 0.014em 0.188em rgba(17, 17, 17, 0.07), -0.028em 0.014em 0.188em rgba(17, 17, 17, 0.07), 0.028em -0.014em 0.188em rgba(17, 17, 17, 0.07), -0.028em -0.014em 0.188em rgba(17, 17, 17, 0.07);
}

.high-last-day {
	border-bottom-left-radius: 14px;
}

.high-timeline-watch-latest {
	display: none;
}

.high-timeline-playing .high-timeline-streaming, .timeline-last-day .high-last-day, .high-timeline-last-days-visible .high-last-days {
	color: #f7cf00;
}

.tv-thumbnail-container {
	width: 100%;
}

.program-series-row {
	flex-direction: column;
	padding-top: 0;
	border: none;
}

.program-series-row-index {
	padding: 20px 0;
	width: auto;
	text-align: center;
	color: #fff;
	display: none;
}

.program-series-row-items {
	padding-right: 0;
	justify-content: center;
}

.program-series-row-item {
	margin-bottom: 0;
}

/* TV MODAL */

.tv-container.background-blurred {
	filter: blur(4px);
	-webkit-filter: blur(4px);
}

.tv-content-modal {
	background-color: rgba(72, 75, 78, 0.64);
	overflow: hidden;
	/*position: relative;*/
}

.tv-content-modal .modal-content {
	background-color: inherit;
	box-shadow: none;
	border-radius: 0px;
}

.tv-content-modal .modal-dialog {
	width: 100%;
	height: 100%;
	/*position: fixed;*/
	height: auto !important;
	margin: 0;
}

/*content container*/
.tv-content-modal .tv-modal-container {
	width: 100%;
	max-width: 880px;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
}

/* content modal close btn */
.modal-content .tv-content-modal-close {
	position: sticky;
	top: 46px;
	height: 46px;
	width: 46px;
	border: 2px solid;
	border-color: #f7cf00;
	border-color: var(--cat-color);
	border-radius: 50%;
	background-color: rgba(72, 75, 78, 0.65);
	box-shadow: -1px 2px 9px 5px rgba(0, 0, 0, 0.35);
	padding: 4px;
	cursor: pointer;
	margin-left: calc(1350px + (2550 - 1350) * ((100vw - 1441px) / (2650 - 1441)));
}

.modal-content .modal-close-icon {
	top: 1px;
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	overflow: hidden;
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.55));
	-webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.55));
	-ms-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.55));
}

.modal-close-icon::before, .modal-close-icon::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 8px;
	top: 50%;
	left: 0;
	margin-top: -4px;
	background-color: #f7cf00;
	background-color: var(--cat-color);
	border-radius: 120% 0;
}

.modal-content .modal-close-icon::before {
	transform: rotate(45deg);
}
.modal-content .modal-close-icon::after {
	transform: rotate(-45deg);
}

.modal-content .tv-content-modal-close:hover {
	background-color: #f7cf00;
	background-color: var(--cat-color);
}

.modal-content .tv-content-modal-close:hover .modal-close-icon:before,
.modal-content .tv-content-modal-close:hover .modal-close-icon:after {
	background: #ffffff;
}

.tv-modal-head {
	height: 90px;
	color: #FFFFFF;
	background: linear-gradient(90deg, #f7cf00 0%, transparent 100%);
	background: linear-gradient(90deg, var(--cat-color) 0%, transparent 100%);
	border-radius: 20px 20px 20px 0px;
	text-transform: uppercase;
	margin-top: 70px;
	display: flex;
	flex-direction: row;
}

.tv-modal-head--left {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex: 1;
}

.tv-modal-head--right {
	display: flex;
	align-items: flex-end;
}

.tv-modal-head-logo-container {
	margin: 0 12px 0 12px;
}

.tv-modal-head-logo {
	display: inline-block;
	width: 55px;
	height: 65px;
}

.tv-modal-head-logo.competition {
	background: url(/www/images/tv/lasteekraan-surprise-icon.svg) bottom/90% no-repeat;
	background-position-y: 9px;
}

.tv-modal-head-logo.game {
	background: url(/www/images/tv/lastejaam-game.svg) bottom/100%no-repeat;
}

.tv-modal-head-logo.quiz {
	background: url(/www/images/tv/lasteekraan_article.svg) bottom/100%no-repeat;
}

.tv-modal-head-logo.article {
	background: url(/www/images/tv/lasteekraan_article.svg) bottom/100%no-repeat;
}

.tv-modal-head-logo2-container {
	background: url(/www/images/tv/lasteekraan-telepoiss-modal1.svg) no-repeat;
	width: 225px;
	height: 210px;
	background-size: 100%;
	margin: 10px -132px -80px 0;
}

.tv-modal-head-logo2-container.bottom {
	display: none;
}

.tv-modal-title-container {
	font-family: 'wendy', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 34px;
	letter-spacing: 0.01em;
	text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
}

.tv-modal-title-container.fit {
	line-height: 25px;
	font-size: 28px;
}

.tv-modal-body {
	position: relative;
	border: 3px solid;
	border-color: #f7cf00;
	border-color: var(--cat-color);
	border-radius: 0px 20px 20px 20px;
	padding: 53px;
	background-color: rgba(27, 30, 37, 0.8);
}

.tv-modal-lead {
	font-size: 20px;
	font-weight: 500;
	color: #f7cf00;
	color: var(--cat-color);
	line-height: 25px;
	text-align: justify;
	margin-bottom: 15px;
}

.tv-modal-article-body-text {
	display: flex;
	flex-direction: column;
	font-size: 19px;
	font-weight: 275;
	line-height: 25px;
	text-align: justify;
	display: flex;
	flex-direction: column;
}

.default-modal .tv-modal-article-body-text-container p, 
.default-modal .tv-modal-lead, 
.game-modal .tv-modal-article-body-text-container p:not(:first-child), 
.assets-game-modal .tv-modal-article-body-text-container p:first-child {
	margin-top: 20px;
}

.assets-game-modal .tv-modal-article-body-text p:last-child {
	margin-bottom: 15px;
}

.default-modal .tv-modal-lead {
	margin-bottom: 5px;
}

.tv-modal-article-body-text p {
	margin-top: 10px;
}

.tv-modal-article-body-text strong,
.tv-modal-article-body-text p a {
	font-weight: 400;
	color: #f7cf00;
	color: var(--cat-color);
}

.tv-modal-article-body-text p a {
	font-weight: 400;
}

.tv-modal-article-body-text p a:hover {
	text-decoration: underline;
	text-decoration-color: #f7cf00;
	text-decoration-color: var(--cat-color);
}

.tv-modal-media-container,
.tv-modal-body .playErr-media-html-block {
	border-radius: 14px;
	box-shadow: 0px 20px 13px -10px rgba(0, 0, 0, 0.5), 0px -18px 10px -15px rgba(0, 0, 0, 0.4), 0px 0px 21px 4px rgba(0, 0, 0, 0.4);
}

.tv-modal-media-container figure {
	max-width: 768px;
	flex-grow: 1;
	margin: 0;
	cursor: pointer;
}

.tv-modal-media-container img {
	display: flex;
	width: 100%;
	object-fit: contain;
	border-radius: 14px;
}

.tv-modal-body p figure {
	margin-left: 0;
	margin-right: 0;
	margin-top: 15px;
	filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.4));
	-webkit-filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.4));
	cursor: pointer;
}

.tv-modal-body p figure img {
	display: flex;
	border-radius: 14px;
}

.tv-modal-media-container .photozoom .tv-modal-image img,
.tv-modal-media-container .image.photozoom .tv-modal-image img,
.tv-modal-media-container .photozoom figure img,
.tv-modal-body .image.photozoom figure img {
	cursor: url(/www/images/tv/Lasteekraan-zoomin.svg), auto;
}

.tv-modal-info-container,
.tv-modal-article-body-text {
	font-family: var(--default-font);
	color: #ffffff;
}

.tv-modal-article-body-text figcaption,
.tv-modal-media-container .photozoom figcaption {
	position: absolute;
	width: calc(100% - 16px);
	height: 27px;
	background: linear-gradient(0deg, rgba(19, 19, 19, 0.95) 0%, rgba(19, 19, 19, 0.75) 30%, rgba(19, 19, 19, 0.15) 80%, transparent 100%);
	font-size: 17px;
	font-family: var(--default-font);
	font-weight: 275;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 15px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 0 0 14px 14px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s, opacity 0.3s ease-in-out;
	-moz-transition: visibility 0.3s, opacity 0.3s ease-in-out;
	-webkit-transition: visibility 0.3s, opacity 0.3s ease-in-out;
	bottom: 0;
}

.tv-modal-article-body-text figure:hover figcaption,
.tv-modal-media-container .tv-modal-image:hover figcaption,
.tv-modal-media-container .photozoom:hover figcaption {
	visibility: visible;
	opacity: 1;
}

.tv-modal-article-body-text figcaption span,
.tv-modal-media-container .tv-modal-image figcaption span {
	padding-left: 10px;
}

.tv-modal-article-body-text p iframe, 
.tv-modal-article-body-text div iframe {
	border-radius: 14px;
	max-width: 100%;
	filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.4));
	-webkit-filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.4));
}

.tv-modal-body .playErr-media-html-block {
	margin-top: 15px;
}

.tv-modal-info-header {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-bottom: 5px;
}

.tv-modal-info-header--left {
	display: flex;
	flex-direction: column;
	flex: auto;
}

.tv-modal-info-header--right {
	padding-top: 8px;
}

.tv-modal-date {
	font-size: 16px;
	font-weight: 300;
	line-height: 31px;
}

.tv-modal-category-container {
	max-width: calc(100% - 55px);
	font-size: 22px;
	font-weight: 275;
	line-height: 24px;
	color: #ffffff;
	text-transform: uppercase;
}

.tv-modal-category-break {
	font-size: 26px;
	font-weight: 100;
	margin: 0 8px;
}

.tv-modal-subCategory {
	color: #f7cf00;
	color: var(--cat-color);
	font-weight: 400;
}

.lighten-category-color .tv-modal-subCategory,
.lighten-category-color .tv-modal-lead,
.lighten-category-color .tv-modal-article-body-text strong, 
.lighten-category-color .tv-modal-article-body-text p a {
	transition: none;
	-webkit-filter: brightness(1.4);
	filter: brightness(1.4);
}

/*modal share container*/
.tv-modal-share-container {
	position: relative;
	width: 40px;
	height: 40px;
	top: -2px;
	right: 3px;
	padding-left: 45px;
	padding-bottom: 8px;
	cursor: pointer;
	z-index: 10;
}

.tv-modal-share-container span {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	position: absolute;
	border-radius: 50%;
	transition: all 0.5s ease-in-out; 
	box-shadow: -5px 5px 7px rgba(0, 0, 0, 0.8);
}

.tv-modal-share-icon {
	width: 40px;
	height: 40px;
	background: rgba(33,24,32,.65) url(/www/images/tv/sharebut-bent_inside.svg) no-repeat top/100%;
	border: 2px solid;
	border-color: #f7cf00;
	border-color: var(--cat-color);
}

.tv-modal-share-facebook {
	background: #3b5998 url(/www/images/r-like-facebok-white.svg) no-repeat top/38%;
	margin-left: 2px;
	visibility: hidden;
}

.tv-modal-share-twitter {
	background: #00aced url(/www/images/r-twitbird-white.svg) no-repeat top/70%;
	background-position: 6px 6px;
	margin-left: 1px;
	visibility: hidden;
}

.tv-modal-share-email {
	background: #be3c21 url(/www/images/email.svg) no-repeat top/63%;
	background-position: 6px 8px;
	visibility: hidden;
}

.tv-modal-share-container:hover .tv-modal-share-facebook {
	transform: rotate(90deg) translate(50px) rotate(-90deg);
	visibility: visible;
}

.tv-modal-share-container:hover .tv-modal-share-twitter {
	transform: rotate(135deg) translate(50px) rotate(-135deg);
	visibility: visible;
}

.tv-modal-share-container:hover .tv-modal-share-email {
	transform: rotate(180deg) translate(50px) rotate(-180deg);
	visibility: visible;
}

.tv-modal-share-container:hover .tv-modal-share-facebook:hover {
	transform: rotate(90deg) translate(50px) rotate(-90deg) scale(1.3);
	z-index: 12;
}

.tv-modal-share-container:hover .tv-modal-share-twitter:hover {
	transform: rotate(135deg) translate(50px) rotate(-135deg) scale(1.3);
	z-index: 12;
}

.tv-modal-share-container:hover .tv-modal-share-email:hover {
	transform: rotate(180deg) translate(50px) rotate(-180deg) scale(1.3);
	z-index: 12;
}


.tv-modal-breakline {
		display: inline-block;
}

.tv-modal-extra {
	text-align: center;
	margin: 40px 0 100px 0;
}

.tv-modal-watch-more-container {
	position: relative;
}

.tv-modal-watch-more-logo {
	position: absolute;
	transform: translate(-53%, -280%);
	display: inline-block;
	height: 47px;
	width: 55px;
	/*background: url(/www/images/tv/lastejaam-logo_rapsik_down.svg) no-repeat bottom;*/
	background-size: 100%;
}

.tv-modal-watch-more {
	position: absolute;
	width: 100%;
	transform: translate(-50%, -215%);
	font-family: 'wendy', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 27px;
	line-height: 42px;
	letter-spacing: 0.01em;
	text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
	color: #ffffff;
	background: linear-gradient(90deg, transparent 0%, #f7cf00 50%, transparent 100%);
	background: linear-gradient(90deg, transparent 0%, var(--cat-color) 50%, transparent 100%);
}

.tv-modal-related-content-container {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin-bottom: 130px;
}

.tv-modal-related-content {
	margin-bottom: 20px;
}

.tv-modal-related-content.flex-4 {
	flex: 1 0 50%;
}

/*.tv-modal-related-content:not(:last-child) {
	margin-right: 37px;
}*/

.tv-modal-related-content-img {
	width: 225px;
	border: 3px solid;
	border-color: #f7cf00;
	border-color: var(--cat-color);;
	border-radius: 11px;
}

.tv-modal-related-content-heading {
	font-family: var(--default-font);
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
	line-height: 25px;
	letter-spacing: 0.01em;
	color: #ffffff;
	max-width: 225px;
	margin: 0 auto;
}

.tv-modal-media-container {
	overflow: hidden;
	position: relative;
}

.tv-modal-back-btn-logo {
	display: inline-block;
	height: 30px;
	width: 30px;
	background: url(/www/images/tv/lastejaam-back_to.svg) no-repeat;
	background-size: 30px 30px;
	margin-top: 5px;
	margin-left: 12px;
	-webkit-filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.5));
}

.tv-modal-back-btn-text {
	font-family: 'wendy', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	line-height: 42px;
	letter-spacing: 0.01em;
	text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
	color: #ffffff;
	margin-left: 10px;
}

.tv-modal-back-btn:hover {
	cursor: pointer;
}

.tv-modal-back-btn {
	font-family: 'wendy', sans-serif;
	font-size: 25px;
	font-weight: normal;
	font-style: normal;
	line-height: 42px;
	letter-spacing: 0.01em;
	text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
	padding: 1px 10px;
	background-color: #f7cf00;
	background-color: var(--cat-color);
	box-shadow: 4px 4px 11px 3px rgba(0, 0, 0, 0.3);
	outline: none;
	position: relative;
	border: none;
	overflow: hidden;
	border-radius: 20px;
	color: #efefef;
	width: 180px;
}

.tv-modal-back-btn:hover:before {
	opacity: 1;
	transform: translate(0,0);
}

.tv-modal-back-btn:before {
	content: '\2190';
	position: absolute;
	left: 0;
	width: 100%;
	font-size: 40px;
	opacity: 0;
	transform: translate(100%,0);
	transition: all .3s ease-in-out;
}

.tv-modal-back-btn:hover .tv-modal-back-btn-front {
	opacity: 0; 
	transform: translate(-100%,0);
}
.tv-modal-back-btn .tv-modal-back-btn-front {
	display: flex;
	transition: all .3s ease-in-out;
}

.tv-modal-article-body-text .image > img {
	width: 100%;
}

.show-heading-container.live-dot {
	position: static;
	align-items: unset;
}

/****** modal body text tooltip ******/
.ui-tooltip.ui-widget-content {
	background: rgba(27, 30, 37, 0.95);
	padding: 10px 15px;
	border-style: solid;
	border-radius: 14px;
	border-color: #f7cf00;
	border-color: var(--cat-color);
	border-width: 1px;
	box-shadow: 4px 6px 14px 0 rgba(0, 0, 0, 0.9);
	transition: 0.25s ease 0.35s;
	font-weight: 100;
	font-size: 18px;
	font-family: var(--default-font);
	color: #ffffff;
	pointer-events: none;
	word-wrap: break-word;
}

.tarrow:after {
	background-color: #f7cf00;
	background-color: var(--cat-color);
	border: 3px solid;
	border-color: #f7cf00;
	border-color: var(--cat-color);
}

.tarrow {
	width: 66px;
	height: 14px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -14px;
	pointer-events: none;
}
.tarrow.top {
	top: -14px;
	bottom: auto;
}
.tarrow.left {
	left: 20%;
}
.tarrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 20px;
	height: 20px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tarrow.top:after {
	bottom: -20px;
	top: auto;
	box-shadow: -5px -5px 9px -9px black;
}

/*fullscreen modal*/
.is-fullscreen-modal {
	overflow-y: hidden;
	position: relative;
}

.modal-content .is-fullscreen-modal .tv-content-modal-close {
	position: relative;
	right: 0;
	top: 0;
	margin: 0;
	height: 32px;
	width: 32px;
}

.modal-content .is-fullscreen-modal .modal-close-icon {
	top: 0;
	width: 34px;
	height: 34px;
}

.modal-content .is-fullscreen-modal .modal-close-icon:before,
.modal-content .is-fullscreen-modal .modal-close-icon:after {
	height: 6px;
	left: -1px;
}

.tv-modal-fullscreen-info-container {
	position: absolute;
	display: flex;
	min-width: 320px;
	left: 0;
	right: 0;
	bottom: 10px;
	width: min-content;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 5px 20px;
	color: #ffffff;
	background: linear-gradient(rgba(56, 56, 56, 0.4) 0%, rgb(56, 56, 56) 100%);
	border-radius: 20px;
	box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.5);
}

.tv-modal-fullscreen-info-container .tv-modal-title-container {
	padding-left: 50px;
	font-size: 28px;
	line-height: 22px;
	padding-right:50px;
	white-space: nowrap;
	text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.75);
}

.is-fullscreen-modal html {
	overflow: hidden;
}
/*************************************/

/* TV MODAL END */



/* TV RADIO PLAYER */

.tv-content-body-container {
	padding-bottom: calc(10px + 31 * ((100vw - 769px) / 2560));
}

.tv-button-container-bottom {
	margin-bottom: 1.5%;
	margin-top: calc(20px + 11 * ((100vw - 769px) / 2560));
	min-height: calc(25px + 27 * ((100vw - 769px) / 2560));
	margin-left: 4.6%;
}

.tv-button-share {
	padding: 0;
}

.lastejaam-content .tv-button-share {
	background: rgba(71, 69, 35, 0.68) url(/www/images/tv/sharebut-bent_inside.svg) center no-repeat;
	/*background: #1c281ae6  url(/www/images/tv/sharebut-bent_inside.svg) center no-repeat;*/
	background-size: auto 100%;
	bottom: 0;
	width: calc(28px + 30 * ((100vw - 769px) / 2560));
	/*height: calc(36px + 36 * ((100vw - 769px) / 2560));*/
	height: calc(28px + 30 * ((100vw - 769px) / 2560));
}

.lastejaam-content .tv-button-share:hover {
	background: rgba(71, 69, 35, 0.68) url(/www/images/tv/sharebut-bent_inside.svg) center no-repeat;
	background-position-x: 0px;
	width: 170px;
	height: calc(28px + 30 * ((100vw - 769px) / 2560));
	width: calc(135px + 135 * ((100vw - 769px) / 2560));
	background-size: auto 80%;
	box-shadow: inset 0px 0px 0px 0px black;
}

.tv-share-and-month-container .tv-button-share {
	top: 0px;
	right: 0;
	height: calc(30px + 32 * ((100vw - 720px) / 2560));
	width: calc(30px + 32 * ((100vw - 720px) / 2560));
}

.tv-share-and-month-container .tv-button-share:hover {
	width: 170px;
	/*height: calc(26px + 26 * ((100vw - 769px) / 2560));*/
	height: calc(30px + 32 * ((100vw - 720px) / 2560));
	background-size: auto 100%;
}

.lastejaam-content .tv-time-progress, .lastejaam-content .tv-time-total {
	top: 20px;
	color: #aaaaaa
}

.tv-content-top-section-wrapper {
	margin-left: 4.6%;
	margin-bottom: calc(30px + 30 * ((100vw - 769px) / 2560));
	position: relative;
}

.tv-show-clip-container .tv-content-top-section-wrapper {
	margin-left: 0px;
}

.tv-show-clip-container .tv-button-container-top {
	display: none;
}

.tv-watch-button.isPaused .tv-play-icon-logo {
	background: url(/www/images/tv/play-rounded.svg) center/75% no-repeat;
}

.tv-watch-button.isPlaying .tv-play-icon-logo {
	background: url(/www/images/tv/pause-button.svg) center/75% no-repeat;
}

.tv-button-container-top {
	position: initial;
	width: initial;
	margin-right: calc(25px + 10 * ((100vw - 769px) / 2560));
}

.tv-watch-button, .tv-button-container-top .tv-watch-button,  .tv-button-container-top .tv-watch-button:hover, .tv-button-container-top .tv-watch-button.active {
	width: calc(190px + 190 * ((100vw - 769px) / 2560));
	height: calc(70px + 70 * ((100vw - 769px) / 2560));
}

.tv-watch-button-text {
	font-size: calc(30px + 24 * ((100vw - 769px) / 2560));
	margin-right: calc(24px + 24 * ((100vw - 769px) / 2560));
}

.tv-play-icon-logo {
	width: calc(70px + 25 * ((100vw - 769px) / 769));
	height: calc(70px + 25 * ((100vw - 769px) / 769));
	background: url(/www/images/tv/play-rounded.svg) center/75% no-repeat;
}

.tv-progress-bar {
	height: 18px;
}

.tv-played, .tv-buffer {
	height: 100%;
}

.tv-played:after {
	width: calc(24px + (37 - 24) * ((100vw - 769px) / 2560));
	height: calc(24px + (37 - 24) * ((100vw - 769px) / 2560));
	top: 50%;
	transform: translateY(-50%);
}

/*audio controls
.tv-audio-controls {
	margin-left: 4.6%;
	margin-bottom: 2%;
	font-family: wendy, sans-serif;
}

.tv-audio-controls-volume-holder {
	justify-content: center;
	left: 6%;
	align-items: center;
}

.tv-audio.tv-watch-button {
	padding-left: 10px;
	padding-right: 10px;
}

.tv-info-container .tv-audio-controls-mute-button.isMuted {
	background: url(/www/images/tv/volume-mute-bent.svg) no-repeat 0px 0px;
	background-size: 100%;
	margin-left: 20px;
	/*display: none;*/
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.tv-info-container .tv-audio-controls-mute-button {
	background: url(/www/images/tv/volume-bent.svg) no-repeat 0px 0px;
	background-size: 100%;
	/*display: none;*/
	margin-left: 20px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.tv-audio-controls-volume-progress-bar {
	cursor: pointer;
	position: relative;
	height: 10px;
	width: 95px;
	border-radius: 5px;
	background-color: rgba(251, 215, 8, 0.2);
	background-color: rgba(136, 131, 107, 0.78);
	box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.37);
}

.tv-audio-controls-volume-slider-level {
	background-color: #f7cf00;
	position: absolute;
	max-width: 100%;
	z-index: 8;
	height: 10px;
	border-radius: 5px;
	box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.37);
}

/*.tv-audio-controls-volume-slider-position {*/
.tv-audio-controls-volume-slider-level:after {
	content: '';
	right: -8px;
	/*pointer-events: none;*/
	background-color: #f7cf00;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	z-index: 8;
	box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, .3);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.tv-audio-rewatch-text {
	color: #f7eaab;
	font-family: var(--default-font);
	font-weight: 100;
	font-size: calc(12px + 10 * ((100vw - 769px) / 2560));
}

/* TV RADIO PLAYER END */






/* COLORS */


.tv-portal-menu-item:after {
	border-bottom: solid 2px #f7cf00;
}

.header-calendar-back, .header-calendar-forward {
	border-color: #f7cf00;
}

.header-search-container {
	border-color: #f7cf00;
	border: 1px solid #f7cf01;
	border-radius: 7px;
}

.header-calendar-month-view {
	border-color: #f7cf00;
	background-color: #f7cf00;
}

.header-menu-list-item:after {
	border-bottom: solid 2px #f7cf00;
}

.header-program-series:hover:after,
.header-live:hover:after,
.header-a-u:hover:after,
.header-menu:hover:after,
.header-calendar:hover:after,
.tv-logo-container:hover .err-logo:after {
	background-color: #f7cf00;
}

.timeline:not(.timeline-first) .tv-timeline-item-play-container:after {
	opacity: 1;
}

.tv-timeline-item-play-container:after, .tv-has-media-thumbnail:after, .content-view-type-game:after, .content-view-type-competition:after {
	content: "";
	background: #fff url(/www/images/tv/play-rounded.svg) no-repeat center; 
	background-size: 32px;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 8px;
	left: 5px;
	border-radius: 27px;
	box-shadow: 3px 5px 9px 0 rgba(0, 0, 0, 0.24);
	background-color: #1c281a80;
	border: solid 2px #fff;
	transition: all .2s ease-in-out 0s;
	transform-origin: top left;
	font-size: 16px;
}

.episodes-thumbnail-container:not(.disabled) .tv-timeline-item-play-container:hover:after {
	background: url(/www/images/tv/play-rounded.svg) no-repeat center;
	background-color: #fff;
	background-size: 24px;
	transform: scale(1.4);
	transform-origin: top left;
	transition: all .3s ease-in-out 0.2s;
}


.tv-playlist-audio .tv-timeline-item-play-container:after,
.tv-playlist-audio .tv-has-media-thumbnail:after,
.tv-playlist-audio .tv-timeline-item-play-container:hover:after,
.tv-playlist-audio .tv-has-media-thumbnail:hover:after,
.episodes-thumbnail-container.media-type-audio .tv-timeline-item-play-container:hover:after,
.media-type-audio:after {
	background: url(/www/images/tv/audio-speaker.svg) center/15px no-repeat;
	background-color: rgba(58, 58, 58, 0.84);
	transition: all .3s ease-in-out 0s;
}

.tv-playlist-game .tv-timeline-item-play-container:after,
.tv-playlist-game .tv-has-media-thumbnail:after,
.tv-playlist-game .tv-timeline-item-play-container:hover:after,
.tv-playlist-game .tv-has-media-thumbnail:hover:after,
.content-view-type-game:after {
	background: url(/www/images/tv/game-icon.svg) center/15px no-repeat;
	background-color: rgba(58, 58, 58, 0.84);
	transition: all .3s ease-in-out 0s;
}

.tv-playlist-competition .tv-timeline-item-play-container:after,
.tv-playlist-competition .tv-has-media-thumbnail:after,
.tv-playlist-competition .tv-timeline-item-play-container:hover:after,
.tv-playlist-competition .tv-has-media-thumbnail:hover:after,
.content-view-type-competition:after {
	background: url(/www/images/tv/surprise-icon.svg) center/15px no-repeat;
	background-color: rgba(58, 58, 58, 0.84);
	transition: all .3s ease-in-out 0s;
}

/*type hover*/
.episodes-thumbnail-container:not(.disabled) .tv-playlist-audio .tv-timeline-item-play-container:after {
	background: url(/www/images/tv/audio-speaker.svg) 8px no-repeat;
	background-color: rgba(58, 58, 58, 0.84);
	transition: all .3s ease-in-out 0s;
	background-size: 15px;
}

.episodes-thumbnail-container:not(.disabled) .tv-playlist-game .tv-timeline-item-play-container:hover:after {
	background: url(/www/images/tv/game-icon.svg) #f7cf00 8px no-repeat;
	transition: all .3s ease-in-out 0s;
	background-size: 24px;
}

.episodes-thumbnail-container:not(.disabled) .tv-playlist-competition .tv-timeline-item-play-container:after {
	background: url(/www/images/tv/surprise-icon.svg) #f7cf00 center/8px no-repeat;
	background-color: rgba(58, 58, 58, 0.84);
	transition: all .3s ease-in-out 0s;
	background-size: 18px;
}
/*type hover end*/



.tv-timeline-item-play-container:after,
.tv-has-media-thumbnail:after,
.content-view-type-game:after,
.content-view-type-competition:after {
	top: 7px;
	left: 7px;
	border: solid 2px #f7cf00;
	box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.24);
}

.tv-timeline-item:not(.tv-playlist-audio):not(.tv-playlist-competition):not(.tv-playlist-game) .tv-timeline-item-play-container:after,
.tv-has-media-thumbnail:not(.content-view-type-game):not(.content-view-type-competition):after {
	background-image: url(/www/images/tv/play-rounded.svg);
	background-size: 24px;
	transform: scale(1);
	background-position: 8px;
	transition: all .3s ease-in-out 0s;
}

.timeline .tv-timeline-item-play-container:hover:after, .episodes-thumbnail-container:not(.disabled) .tv-timeline-item-play-container:hover:after {
	content: 'vaata';
	transform: scale(1);
	background-position: 8px;
	transition: 0.3s;
}

.episodes-thumbnail-container:not(.disabled).media-type-audio .tv-timeline-item-play-container:hover:after {
	content: 'kuula';
	background-size: 15px;
}

.tv-has-media-thumbnail.media-type-audio:after {
	background-size: 15px;
}

.tv-container {
	background-color: #47525a;
}

.tv-container:not(.logged-in) .tv-playlist-gb .tv-timeline-item-play-container:after,
.tv-container:not(.logged-in) .tv-playlist-gb .tv-has-media-thumbnail:after {
	border: solid 2px #f7cf00;
}

.timeline .tv-timeline-item-play-container:hover:after,
.episodes-thumbnail-container:not(.disabled) .tv-timeline-item-play-container:hover:after {
	background-color: #f7cf00;
	line-height: 15px;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
	padding-left: 35px;
}

.tv-container:not(.logged-in) .timeline .tv-playlist-gb .tv-timeline-item-play-container:hover:after,
.tv-container:not(.logged-in) .episodes-thumbnail-container:not(.disabled) .tv-playlist-gb .tv-timeline-item-play-container:hover:after {
	background-color: #f7cf00;
}

.tv-container:not(.logged-in) .tv-playlist-gb .tv-timeline-item-play-container:hover:after,
.tv-container:not(.logged-in) .tv-playlist-gb .episodes-thumbnail-container:not(.disabled) .tv-timeline-item-play-container:hover:after {
	border: solid 2px #f7cf00;
}

.tv-watch-button {
	background-color: #f7cf00;
	box-shadow: 3px 3px 7px 1px rgba(70, 39, 0, 0.65);
}

.tv-watch-button {
	transform: scale(1);
	border: none;
	background: #f7cf00;
}

.tv-watch-button:hover,
.tv-watch-button.active {
	background: #ffde33;
	transform: scale(1);
	border: none;
}

.tv-button-live {
	border-color: #f7cf00;
	color: #f7cf00;
}

.tv-button-share {
	border-color: #f7cf00;
}

.tv-button-share:hover {
	background-color: rgba(7, 0, 18, 0.64);
}

.tv-buffer {
	background-color: rgba(251, 215, 8, 0.4);
}

.tv-played,
.tv-played::after {
	background-color: #fad60a;
}

.tv-progress-bar {
	margin-bottom: 0px;
	background-color: rgba(251, 215, 8, 0.4);
}

.tv-progress-bar-marker {
	background-color: #f7cf00;
}

.tv-progress-bar-tooltip {
	border-radius: 14px;
}

.second-menu-list li.active p {
	box-shadow: 0px 4px 0px 0px #f7cf00;
}

.second-menu-list li:hover p {
	box-shadow: 0px 4px 0px 0px #f7cf00;
}

.tv-show-thumbnail:after {
	border-color: #f7cf00;
}

.tv-show-thumbnail:hover:after {
	background-color: #f7cf00;
}

.tv-button-rewatch-days {
	color: #f7cf00;
}

.tv-timeline-item:active .tv-timeline-item-inner {
	border-color: #f7cf00;
}

#Geoblock_Icon_Large {
	stroke: #f7cf00;
}

.tv-schedule-play {
	border: 2px solid #f7cf00;
}

.tv-calendar-button {
	border-color: #f7cf00;
	background: rgba(33, 24, 32, 0.75);
}

.tv-calendar-day {
	border: solid 1.1px #f7cf00;
}

.tv-calendar-day:hover {
	background-color: #f7cf00;
}

.tv-past-show-day {
	color: #12634e;
}

.tv-episodes-thumbnail-play:after {
	content: none;
}

.episodes-thumbnail-container.disabled .tv-episodes-thumbnail.tv-episodes-thumbnail-play:before {
	background-color: #f7cf00;
}

.tv-episode-rewatch-days-container {
font-size: calc(12px + 8 * ((100vw - 720px) / 2560));
	letter-spacing: 0.02vw;
	color: #fff;
	background: #f7cf00;
	border-radius: 0 0 0 14px;
	text-shadow: 1px 1px 5px rgba(70, 39, 0, 0.55);
}

.tv-episode-rewatch-days-container span {
	padding-bottom: 2px;
}

.tv-button-more {
	border-color: #f7cf00;
}

.tv-button-more:hover {
	background-color: #f7cf00;
}

.tv-button-more-container:hover .tv-button-more {
	background-color: #f7cf00;
}

.tv-button-more.tv-less-text-sign {
	border-color: #f7cf00;
}

.tv-program-week .tv-channel-container.week-schedule-day-selected {
	box-shadow: inset 0 0 2px #f7cf00;
}

.tv-week-today {
	background-color: #f7cf00;
}

/*TV SEARCH*/
.tv-search-container-header {
	border-color: #f7cf00;
}

.tv-search-datepicker {
	border-color: #f7cf00;
}

/* TV SEARCH PAGER */
/**********/

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination >.active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #f7cf00;
	border-color: #f7cf00;
}

.pagination > li > a,
.pagination > li > span {
	font-family: wendy, sans-serif;
	font-size: 20px;
	text-shadow: 1px 1px 5px rgba(70, 39, 0, 1);
	color: #ffffff;
	background-color: rgba(71, 69, 35, 0.4);
	border: 2px solid #f7cf00;
	border-radius: 50%;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
	background-color: #f7cf00;
}

.ui-state-default:hover {
	background-color: #f7cf00;
}

.ui-datepicker-current-day a {
	background: #f7cf00 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border-color: #f7cf00;
	color: #ffffff;
	text-shadow: 1px 1px 5px rgba(70, 39, 0, 0.65);
}

.ui-datepicker-prev:hover .ui-icon.ui-icon-circle-triangle-w {
	background: #fff url(/www/images/tv/arrows-active-left-lastejaam.svg) 1px center no-repeat;
	background-size: 80%;
}

.ui-datepicker-next:hover .ui-icon.ui-icon-circle-triangle-e {
	background: #fff url(/www/images/tv/arrows-active-right-lastejaam.svg) 1px center no-repeat;
	background-size: 80%;
}

/* TV SEARCH PAGER END */

/*SEARCH SUGGESTIONS*/

.tv-suggestions > div {
	background: #27282b;
	border-color: #f7cf00;
}

.tv-suggestions > div:hover {
	background: #f7cf00;
}

/*SEARCH SUGGESTIONS END*/

.menulower a:hover {
	color: #f7cf00;
}


.next-show-anim-line::before {
	border-top-color: #f7cf00;
	animation: move-border-left 6s linear;
	animation-fill-mode: forwards;
}
.next-show-anim-line::after {
	border: 3px solid transparent;
	animation: move-border-right 6s linear 6s;
	animation-fill-mode: forwards; 
}

@keyframes move-border-left {
	0% {
		width: 0;
		height: 0;
	}
	49% {
		border-right: 3px solid transparent;
	}
	50% {
		height: 0;
		width: 100%;
		border-right-color: #f7cf00;
	}
	100% {
		border-right-color: #f7cf00;
		width: 100%;
		height: 100%;
	}
}

@keyframes move-border-right {
	0% {
		width: 0;
		height: 0;
		border-bottom-color: #f7cf00;
	}
	49% {
		border-left: 3px solid transparent;
	}
	50% {
		height: 0;
		width: 100%;
		border-left-color: #f7cf00;
	}
	100% {
		width: 100%;
		height: 100%;
		border-bottom-color: #f7cf00;
		border-left-color: #f7cf00;
	}
}

/* COLORS END */

/* Social links for mobile */

.tv-modal-social-container-mobile {
	margin-top: -10px;
}

.tv-modal-social-logo.share {
	background: url(/www/images/tv/share/lastejaam-share.svg) no-repeat;
	height: 40px;
	width: 40px;
	background-size: 40px 40px;
}

.tv-modal-social-links {
	position: relative;
	cursor: pointer;
	list-style-type: none;
}

.social-link {
	position: absolute;
	left: 0px;
	transition: all 0.4s cubic-bezier(.63,.15,.03,1.12);
}

.social-link-0 {
	z-index: 11;
	transform: translate(-104%, 0);
}

.social-link-mask {
	z-index: 11;
}

.hide-social-link {
	display: none;
}

.social-link-1 {
	z-index: 10;
}

.social-link-2 {
	z-index: 9;
	transition-delay: 0.05s;
}

.social-link-3 {
	z-index: 8;
	transition-delay: 0.1s;
}

.social-link-4 {
	z-index: 7;
	transition-delay: 0.1s;
}

.transition .social-link-0 {
	left: -150px;
}

.transition .social-link-1 {
	left: -150px;
}

.transition .social-link-2 {
	left: -100px;
}

.transition .social-link-3 {
	left: -50px;
}

/* lightgallery */

.gallery-load-more {
	color: #f7cf00;
	border: 2px solid #f7cf00;
}

.lg-backdrop {
	z-index: 2040;
	background-color: #2d3235;
}

.lg-outer {
	z-index: 2050;
}

.lg-outer .lg-inner {
	transition-duration: 0.8s !important;
}

.lg-outer .lg-img-wrap {
	padding: 45px 15px;
}

.lg-outer.lg-thumb-open .lg-img-wrap {
	padding-bottom: 175px;
}

.lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	border-radius: 14px;
	box-shadow: 13px 0px 19px -7px rgba(0, 0, 0, 0.6), -13px 0px 19px -7px rgba(0, 0, 0, 0.6);
}

.lg-outer .lg-thumb-outer {
	background-color: rgba(10, 10, 10, 0.8);
	height: 130px !important;
}

.lg-outer .lg-sub-html {
	font-size: 20px;
	text-shadow: 3px 3px 6px rgba(27, 27, 27, 0.7);
	text-transform: uppercase;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 130px;
}

.lg-outer .lg-toogle-thumb {
	background-color: transparent;
	font-size: 30px;
	color: #f7cf00;
	opacity: 0.75;
	transition-duration: 0.5s;
}

.lg-outer .lg-toogle-thumb:hover {
	transform: scale(1.35);
}

.lg-outer .lg-toogle-thumb:hover {
	color: #f7cf00;
	opacity: 1;
}

.lg-sub-html {
	background: linear-gradient(0deg, rgba(10, 10, 10, 0.8) 0%, rgba(10, 10, 10, 0.6) 30%, rgba(10, 10, 10, 0.15) 80%, transparent 100%);
	padding: 20px 40px 5px 40px;
}

.lg-outer .lg-thumb {
	padding: 5px 0;
}

.lg-outer .lg-thumb-item img {
	opacity: 0.85;
	filter: brightness(70%);
	border-radius: 8px;
	transition: transform .2s ease-in-out;
}

.lg-outer .lg-thumb-item img {
	width: auto;
	max-width: 120px;
	height: auto;
}

.lg-outer .lg-thumb-item {
	display: flex;
	margin-top: auto;
	justify-content: center;
	align-items: center;
	overflow: visible;
}

.lg-thumb-item.active img {
	box-shadow: 0px 7px 14px -3px rgba(179, 177, 167, 0.8);
	filter: brightness(120%);
}

.lg-thumb-item:not(.active) img:hover {
	filter: brightness(120%);
	box-shadow: 0px 0px 5px 1px rgba(179, 177, 167, 0.6);
}

.lg-progress-bar .lg-progress {
	background-color: #f7cf00;
	height: 7px;
	border-radius: 0 3px 3px 0;
}

.lg-toolbar {
	background: linear-gradient(180deg, rgba(10, 10, 10, 0.8) 0%, rgba(10, 10, 10, 0.6) 30%, rgba(10, 10, 10, 0.15) 80%, transparent 100%);
}

.lg-toolbar.lg-group > #lg-counter {
	height: 52px;
	color: #ffffff;
	font-family: wendy, sans-serif;
	font-size: 24px;
	letter-spacing: 0.03vw;
	margin-left: 35px;
}

.lg-toolbar.lg-group > #lg-counter span,
.lg-toolbar #lg-counter #lg-counter-current,
.lg-toolbar.lg-group > #lg-counter {
	color: #f7cf00;
	font-size: 28px;
}

.lg-toolbar.lg-group > .lg-icon,
.lg-toolbar.lg-group > .lg-icon:hover {
	opacity: 0.75;
	color: #f7cf00;
	font-size: 35px;
}

#lg-gallery-grid {
	opacity: 1;
}

#lg-gallery-grid:after {
  content: "";
  background: url("/www/images/le-grid_on-white-36dp.svg") center 12px no-repeat;
  width: 40px;
  height: 40px;
  background-size: 64%;
  display: inline-block;
  transition: 0.2s linear;
}

#lg-gallery-grid:hover:after {
  content: "";
  background: url("/www/images/le-grid_on-white-hover-36dp.svg") center 12px no-repeat;
  width: 40px;
  height: 40px;
  background-size: 64%;
  display: inline-block;
}

.lg-toolbar.lg-group > .lg-icon:hover {
	opacity: 1;
}

.lg-toolbar.lg-group > .lg-fullscreen.lg-icon {
	font-size: 38px;
}

.lg-toolbar.lg-group > .lg-close.lg-icon {
	top: 1px;
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-top: 7px;
	margin-right: 10px;
	overflow: hidden;
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.55));
	-webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.55));
	-ms-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.55));
}

.lg-close.lg-icon::before, .lg-close.lg-icon::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 8px;
	top: 50%;
	left: 0;
	margin-top: -4px;
	background-color: #f7cf00;
	border-radius: 120% 0;
}

.lg-close.lg-icon::before {
	transform: rotate(45deg);
}
.lg-close.lg-icon::after {
	transform: rotate(-45deg);
}

/*.lg-actions .lg-next {
	background: url(/www/images/tv/lasteekraan-gallery-next.svg) no-repeat left/45px;
}

.lg-actions .lg-prev {
	background: url(/www/images/tv/lasteekraan-gallery-previous.svg) no-repeat right/45px;
}*/

.lg-actions .lg-next::before {
	content: url(/www/images/tv/lasteekraan-gallery-next.svg);
	opacity: 0.8;
	filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.6));
}

.lg-actions .lg-prev:after {
	content: url(/www/images/tv/lasteekraan-gallery-previous.svg);
	opacity: 0.8;
	filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.6));
}

.lg-thumb-open .lg-actions .lg-next,
.lg-thumb-open .lg-actions .lg-prev {
	margin-top: -60px;
}

.lg-actions .lg-next:hover::before,
.lg-actions .lg-prev:hover::after {
	opacity: 1;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	transform: scale(1.3);
}

.lg-next::after, .lg-next:hover::after,
.lg-prev::before, .lg-prev:hover::before {
	background-color: transparent;
}

/* gallery */
.gallerycover .imgwrap > img {
	width: 100%;
}

.tv-modal-media-container .gallerycover .imgwrap > img {
	display: flex;
}

.gallerycover .lg-signature {
	border-radius: 16px;
	position: absolute;
	margin-left: 20px;
	padding: 10px 20px 10px 15px;
	background-color: #f7cf00;
	background-color: var(--cat-color);
	box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	bottom: 1.5em;
	border: none;
	transition-duration: 0.5s;
}

.gallerycover:hover .lg-signature {
	filter: brightness(1.07);
}

.tv-modal-media-container .gallerycover .lg-signature {
	bottom: 1em;
}

.gallerycover .lg-signature-image {
	float: left;
	display: inline;
	opacity: 1;
	margin-top: 4px;
}

.gallerycover .lg-signature-text {
	display: inline-block;
	margin-left: 25px;
	color: #ffffff;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
	font-size: 18px;
	font-family: var(--default-font);
	font-weight: 400;
	text-transform: uppercase;
}

.gallerycover .lg-signature-image img {
	height: 90%;
	object-fit: contain;
	display: block;
	filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
}

.gallerycover .lg-signature-separator {
	margin-top: 3px;
	margin-bottom: 2px;
	border: 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
	filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
}

.gallerycover .t2heke-gallery-open .lg-signature-text {
	margin-left: 17px;
	font-size: 30px;
	font-family: 'wendy', sans-serif;
	letter-spacing: 0.02vw;
}

.gallerycover .t2heke-gallery-open .lg-signature-image {
	background: url(/www/images/tv/lasteekraan-gallery-browse.svg) no-repeat;
	background-size: contain;
	width: 42px;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
	margin-top: 0;
}

.gallerycover .t2heke-gallery-open .lg-signature-image img {
	display: none;
}

.gallerycover figcaption {
	display: none;
}

/* Social links for mobile END */

/* footer menu */

.menulower {
	display: none;
}

.tv-container .footer .new-footer {
	margin-top: -30px;
	padding-left: 13px;
	padding-top: 20px;
	width: 100%;
	height: 44px;
	display: block;
}

.new-footer-button-footer {
	background: url(/www/images/radio-arrows.svg) no-repeat;
	transform: rotate(180deg);
	transition: all .4s ease-in-out;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.new-footer-button-rotate {
	transform: rotate(0deg);
}

.new-footer-button-footer, .new-footer-close-footer {
	float: right;
	margin-right: 31px;
	margin-top: -7px;
}

.new-footer-button-footer .radio-block-head-acc-relative-svg-block {
	width: 0px;
}

.new-footer-button-footer .radio-block-head-right-svg {
	left: 3px;
}

.footerIconMobile {
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70px 22px;
	width: 70px;
	height: 22px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJIAAAAtCAMAAAByOcIcAAACK1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+FzlM4AAAAuHRSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8xMjM0NTY3ODk6PD0+P0BBQkNERUZHSUpLTE1OT1FSVFVWV1hZW1xdXl9hYmNkZmdoaWtsbW9wcXN1d3h5e3x+f4CCg4WGiIuMjo+SlJWXmJqbnZ6goqOlpqiqq62vsLK0tbe5ury+wMHDxcfIzM7P0dPV19na3N7g4uTm6Onr7e/x8/X3+fv9YyOUEQAABVFJREFUeAGd1vtXVNcVB/DvuTAMZHgkoIEANTEkSGkSmpgWmtKmWrSB1PrQqthHpYpva0utD6FWUAQf2CJSK1WRop0WFOYxA98/L8tZ+5w7d+6Zh35+PGvdu9c6+3E2MpSs6z42Opxu5NIvP34DWamqtt7zV4fTXT3e83Yxsgo0bO3PCDG4vy0Eu3f652mTOP0erJz2IVpN/7wUVjW9j2mzevZD+DlHYsxmdSAIv/pJZjX7GfzU7kVmdckXIjTFXGYqkWnzKnP5NTIFxpnLkxp4hGaZ24NyeG1iHr+CV+AWc5utRhpnmvnMFCFdC/PagnTqJvOZL4HrOPM7gTSlC8xreQ3SbGd+52A0xJhfpBaukyzABQWjapH5JZqgnaUrGU+44km6jsJYE6crEU/7ILFKI14No5+ulawhzkC8RWOssyZU7grVdIxQex6AdoDaUt8HleVpKhoPPKO2HVrpMrXJzWs9Iao//yu1qB7LPdQOKmiW8O9AFM1RzDbAp+rfFDcUxA+pnXTgs5+aHsoPKC7CZpKiC+J9ipUWWHy0oovAhJ+gmFCwGKXYhpQqS+6tE+h3EGfMNcBGPaTQXV0Wp2iCzUaKPqTspbgLq2aKSzpvYYp2WN2lqJODn1E8U7D5lr7XYaT83U2M1Q8yW65lhSIIK1MJ+vUdpjgGq48o+vFSbYQiBKsrFF/JwQmKQVg1RPVzLbX05iJFPaz+4u3RbopxZb+kGMX7slWZS9gIm+JbFPdUxj3PFcPmsyhFKwA4YxSb4KdqDiYo4pKmJj0N/xeCX8mnU5kvrxqyrQeaU7M/Qq3C028x/SQ5I0vGctL/PvT5ZsaaoSUjSmO1UeZkUh/oRU1tmreGuJwK0UVxTekAMdokpX+dpxQ/QgoaI7Qak1Jqp5iRvKkB2n2Kl6YpdkJ002oIKVhH8Vzy5szRKqlH8TjFKdPDdtdTt1JJEX9TX+okbRarMvttXA7epV2fft+iFM1ycp1WsVQlYRfFfYgq2qx8oCttnuKL3NvcRUdvxBRhBT0JbSLfQYpp2G6IHbR40QLRvJI5B+toc05BDPqWwCFaRD9Bytplt/3EffpN1UE7QvE3CPVP+izvVRAV/6dodJ8ovzs6xBaK2/oXNXFm+kenAy1wn6IDWn2UXsljtTA+p5gPQPuDL0SXDqFGKbZC/HjJa2Tfe0Vwvavn5EI5jK10hcdOfjeENBfccjcCUzTi05d31LshyilitSjMbyiGFFwXaXwBr2Bcz8lWuOqS7gUFkK7Nt//l4fbbZqQpmaX2rBKaN2+PPKG/pHEE6fZQ7EFhGimWKrwLD43bjn1h/BM8Bkjr1nVKT511KMxRigl4ddM46MnbMsW34VHykNrzt2CY1SrxNgriPKH4El5qkNrKJ3B1Uiw68KqLU7tTBKPPUnq5bEhSlCFD8D+kvxnVVYozyLSFRj+MX1BcRyGKblOMWPbnGLWbCqKd2nr4nKfxPX+18qhCXkV/ptYBv200TkuW1odt/aYFH1OLbTQ19pTarc4NrTk1d92jFg7BT12hMfV1S2vLx4ej1HrhI/upOP+hg5TjfC0nYBMMM5toNWz2MM2AwktrI3wNsSpYNSWYxR9hpa7R9VM5PMTXsB1Z7KLdiyDsQk+oLVTqkp3kK7ujkIUaplUbsmmmdgNa2Rxf0UwZsgrcoMVuZNfj5s14Y4KvZCqEHAKj9OmBlqvEy+Fy+iIsWPxwEXJSOyP0+FcLcuv4L0k+gEftoTALEv59PfKq/e0jGmM/KUY+lX0L5NfIEGzs2bc3j33b1gdRkED9VwdSX3y/2kEhSjf0SoF+AxXkOmS3gETvAAAAAElFTkSuQmCC");
}

.tv-search-container {
	margin: 24px 0 0 0;
}

.search-section-border {
	border-top: 1px solid #f7cf00;
	margin-top: 35px;
}

.search-section-header-and-pager-wrapper {
	min-height: 38px;
}

.search-section-header {
	font-family: wendy,sans-serif;
	position: absolute;
	font-size: 30px;
	padding: 15px;
	text-shadow: 3px 3px 7px rgba(25, 25, 25, 0.65);
	letter-spacing: 0.03vw;
}

.search-section-header-and-pager-wrapper .search-pager ul {
	padding: 5px;
}

.past-show-subheading-and-select {
	margin-top: 50px;
}

@media (max-width: 1440px) {
	.tv-modal-body {
		padding: calc(15px + (50 - 15) * ((100vw - 769px) / (1440 - 769)));
	}

	.tv-content-modal .tv-modal-container {
		width: calc(768px + (880 - 768) * ((100vw - 769px) / (1440 - 769)));
	}

	.tv-modal-head {
		margin-top: 35px;
	}

	.modal-content .tv-content-modal-close {
		top: 40px;
		margin-left: calc(680px + (1350 - 680) * ((100vw - 769px) / (1440 - 769)));
	}
}

@media (max-width: 1200px) {
	.tv-modal-head-logo2-container {
		width: calc(105px + (225 - 105) * ((100vw - 769px) / (1200 - 769)));
		height: calc(135px + (210 - 135) * ((100vw - 769px) / (1200 - 769)));
		margin-right: calc(-55px + (-132 - (-55)) * ((100vw - 769px) / (1200 - 769)));
	}

	.tv-button-container-top .tv-watch-button:hover {
		background-size: 100%;
		transform: scale(1);
	}
}

@media (max-width: 1024px) {
	.tv-modal-head-logo2-container {
		background: url(/www/images/tv/lasteekraan_telepoiss_modal2.png) no-repeat;
		width: 225px;
		height: 210px;
		margin: 0 -30px -85px 0;
	}
}

@media (max-width: 963px) {
	.modal-content .tv-content-modal-close {
		position: relative;
		top: 15px;
	}

	.lastejaam-content .tv-button-share:hover {
		width: 170px;
		background-size: auto 100%;
	}
}

@media (max-width: 875px) {
	.tv-modal-head-logo2-container {
		display: none;
	}

	.tv-modal-head-logo2-container.bottom {
		position: absolute;
		transform: translate(-33%, -99px);
		display: inline-block;
		background: url(/www/images/tv/lasteekraan_telepoiss_back.png) no-repeat;
		width: 225px;
		height: 200px;
		background-size: 65%;
		margin: 0;
	}
}

@media (min-width: 769px) {
	.tv-timeline-item-play-container:after,
	.tv-has-media-thumbnail:after,
	.tv-has-media-thumbnail:not(.content-view-type-game):not(.content-view-type-competition)::after,
	.content-view-type-game:after,
	.content-view-type-competition:after {
		background-size: 24px;
		height: 22px;
		width: 42px;
	}

	.timeline .tv-timeline-item-play-container:hover:after,
	.episodes-thumbnail-container:not(.disabled) .tv-timeline-item-play-container:hover:after {
		background-color: #f7cf00;
		width: 55px;
		line-height: 20px;
		text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
		font-size: 17px;
		font-weight: 500;
		padding-left: 36px;
	}

	.tv-timeline-item.tv-playlist-audio .tv-timeline-item-play-container:after {
		background-size: 18px;
	}

	.tv-playlist-game .tv-timeline-item-play-container:after {
		background-size: 24px;
	}

	.tv-playlist-competition .tv-timeline-item-play-container:after,
	.content-view-type-competition:after {
		background-size: 19px;
	}
}

@media (max-width: 768px) {
	.lastejaam-header {
		margin: 0;
	}

	.lastejaam-channel-logo {
		background-size: 78%;
	}

	.timeline-item-path {
		display: none;
	}

	.timeline-item-path.mobile {
		display: block;
	}

	.timeline-curved-textPath {
		font-size: 40px;
	}

	.header-burger-container {
		color: #fff;
		font-weight: 500;
		font-size: 20px;
	}

	.menu-text {
		margin-right: 10px;
	}

	.menu-text-arrow {
		display: inline-block;
	}

	.tv-content-hero-img-container {
		width: 100%;
	}

	.tv-content-container {
		flex-direction: column;
	}

	.tv-content-hero-img-container {
		order: 0;
		position: relative;
	}

	.tv-content-height-container {
		order: 2;
		position: relative;
	}

	.tv-content {
		margin-bottom: 10px;
		padding: 0px 4px;
	}

	.tv-mobile-content-gradient {
		background: linear-gradient(to bottom, rgba(5, 0, 10, 0.9), rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0));
	}

	.timeline-header-text {
		font-size: calc(29px + (46 - 29) * ((100vw - 769px)/ 2560));
		color: #fff;
		font-weight: 500;
	}

	.tv-timeline-all {
		padding-top: 0px;
	}

	.timeline-first .tv-timeline-all {
		display: block;
		align-items: center;
		justify-content: center;
		width: 100%;
	}

	.timeline-first {
		height: calc((196px + (230 - 157) * ((100vw - 360px) / (1440 - 360))));
		margin-bottom: 10px;
		padding-top: 0px;
	}

	.timeline-first + #tv-content-block .tv-content-blurred-image-bg {
		top: -300px;
	}

	.timeline-first .tv-timeline-next-btn,
	.timeline-first .tv-timeline-prev-btn {
		display: block;
	}

	.timeline-first .tv-timeline-item, .timeline.timeline-first:not(.high-timeline) .tv-timeline-item {
		margin-left: -10px;
		margin-right: -10px;
		width: calc(140px + (155 - 140) * ((100vw - 320px) / (768 - 320)));
		height: calc(175px + (197 - 175) * ((100vw - 320px) / (768 - 320)));
	}

	.tv-timeline-item {
		width: calc((177px + (230 - 177) * ((100vw - 360px) / (1440 - 360))) * 2 / 3);
		height: calc((177px + (230 - 177) * ((100vw - 360px) / (1440 - 360))));
		margin: 0 2px;
	}

	.timeline:not(.high-timeline) .tv-timeline-item {
		width: calc((200px + (368 - 200) * ((100vw - 360px) / (1440 - 360))));
		height: calc((200px + (368 - 200) * ((100vw - 360px) / (1440 - 360))) * 9 / 16);
	}

	.timeline-first .tv-timeline-item.is-selected:hover ~ .tv-timeline-item,
	.timeline-first .tv-timeline-item.is-selected ~ .tv-timeline-item,
	.timeline-first .tv-timeline-item.is-selected:hover,
	.timeline-first .tv-timeline-all:hover .tv-timeline-item:hover,
	.timeline-first .tv-timeline-item:hover ~ .tv-timeline-item,
	.timeline-first .tv-timeline-item:hover,
	.timeline-first .tv-timeline-item:hover ~ .tv-timeline-item.is-selected,
	.timeline-first .tv-timeline-item:hover ~ .tv-timeline-item.is-selected ~ .tv-timeline-item,
	.timeline-first .tv-timeline-item.is-selected,
	.timeline:not(.timeline-first) .tv-timeline-all:hover .tv-timeline-item:hover,
	.timeline:not(.timeline-first) .tv-timeline-all:hover .tv-timeline-item.is-selected ~ .tv-timeline-item:hover,
	.timeline:not(.timeline-first) .tv-timeline-all:hover .tv-timeline-item:hover ~ .tv-timeline-item,
	.timeline:not(.timeline-first) .tv-timeline-item.is-selected,
	.timeline:not(.timeline-first) .tv-timeline-item.is-selected ~ .tv-timeline-item,
	.tv-timeline-item:hover ~ .tv-timeline-item.is-selected,
	.tv-timeline-item:hover ~ .tv-timeline-item,
	.episodes-thumbnail-container.is-watched {
		-webkit-transform: unset;
		transform: unset;
	}

	.timeline:not(.timeline-first) .tv-timeline-all:hover .tv-timeline-item:hover,
	.timeline:not(.timeline-first) .tv-timeline-all:hover .tv-timeline-item:hover ~ .tv-timeline-item {
		-webkit-transform: unset;
		transform: unset;
	}

	.timeline-first .tv-timeline-all:hover .tv-timeline-item:not(:hover)::after {
		height: 105%;
		-webkit-mask-image: url(/www/images/tv/friendlybubblevertical.png);
	}

	.timeline-first .tv-timeline-item .tv-timeline-item-inner {
		-webkit-mask-image: url(/www/images/tv/friendlybubblevertical.png);
		-webkit-mask-size: auto 100%;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: center;
	}

	.timeline-first .tv-timeline-item {
		-webkit-filter: drop-shadow(1px 1px 5px #151515);
		filter: drop-shadow(1px 1px 5px #151515);
	}

	.timeline-first .tv-timeline-item-inner picture {
		display: block;
		height: calc((177px + (230 - 177) * ((100vw - 360px) / (1440 - 360))));
	}

	.timeline-first .tv-timeline-visible {
		height: 100%;
	}

	.tv-timeline-item-play-container:after,
	.tv-has-media-thumbnail:after,
	.content-view-type-game:after {
		background-size: 18px;
	}

	.content-view-type-competition:after {
		background-size: 15px;
	}

	.timeline.high-timeline:not(.has-header) .tv-timeline-visible {
		padding-top: 0;
	}

	.tv-timeline-item .tv-timeline-title-holder {
		height: auto;
	}

	.tv-timeline-title-holder:not(.tv-timeline-item-heading-hover) .tv-timeline-title-header {
		font-size: calc(14px + 8 * ((100vw - 769px) / 2560));
		font-weight: 600;
		overflow: hidden;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		white-space: normal;
	}

	.tv-timeline-prev-btn, .tv-timeline-next-btn {
		-webkit-transform: unset;
		transform: unset;
	}

	.tv-episodes-content .tv-heading {
		display: flex;
	}

	.tv-next-show-date {
		float: none;
	}

	.past-show-subheading-and-select {
		margin-top: 10px;
	}

	.tv-share-and-month-container .tv-button-share {
		top: -25px;
		right: 20px;
		position: static;
	}

	.tv-calendar-button,
	.tv-backward-arrows,
	.tv-forward-arrows {
		width: 46px;
		height: 46px;
	}

	.tv-episodes-content-container:not(.tv-small-episodes) .tv-calendar-button {
		bottom: 50px;
	}

	.tv-episode-date-mobile {
		display: none;
	}

	.tv-timeline-item-play-container:after, .tv-has-media-thumbnail:after, .content-view-type-game:after, .content-view-type-competition:after {
		width: 32px;
		height: 18px;
		background-position: center;
	}

	.tv-timeline-item:not(.tv-playlist-audio):not(.tv-playlist-competition):not(.tv-playlist-game) .tv-timeline-item-play-container:after, .tv-has-media-thumbnail:not(.content-view-type-game):not(.content-view-type-competition):after {
		background-position: center;
	}

	.tv-timeline-item:not(.tv-playlist-audio):not(.tv-playlist-competition):not(.tv-playlist-game) .tv-timeline-item-play-container:hover:after, .tv-has-media-thumbnail:not(.content-view-type-game):not(.content-view-type-competition):after {
		background-position: 8px;
	}

	.timeline .tv-timeline-item-play-container:hover:after, .episodes-thumbnail-container:not(.disabled) .tv-timeline-item-play-container:hover:after {
		background-position: 8px;
		background-size: 15px;
		width: 47px;
	}

	.second-menu-list {
		justify-content: unset;
	}

	/* AUDIO */ 


	.tv-content-top-section-wrapper {
		margin-left: 0px;
		margin-bottom: 0px;
		position: absolute;
		bottom: 77px;
		z-index: 5;
	}

	.tv-content-top-section-wrapper.no-progress-bar {
		bottom: 20px;
	}

	.tv-button-container-top {
		position: static;
		margin-left: 4.6%;
	}

	.tv-watch-button {
		margin-left: 0px;
	}

	.tv-progress-bar {
		position: absolute;
	}

	.tv-progress-bar {
		margin-bottom: 0px !important;
		height: 18px;
	}
	/* AUDIO END*/

	/*TV MODAL*/
	.tv-content-modal .tv-modal-container {
		width: 100%;
	}

	.tv-modal-head-logo2-container {
		display: none;
	}

	.tv-modal-back-btn-container {
		margin-top: 0;
	}

	.tv-modal-head {
		height: auto;
		min-height: 85px;
		margin: 0;
		border-radius: 0;
		text-transform: unset;
	}

	.tv-modal-title-container {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.tv-modal-date {
		font-size: 14px;
	}

	.tv-modal-category-container {
		font-size: 19px;
		line-height: 19px;
	}

	.tv-modal-body {
		border: none;
		padding: 15px 15px 20px 15px;
		border-radius: 0;
	}

	.tv-modal-breakline {
		display: inline-block;
		position: absolute;
		margin-top: -5px;
		height: 5px;
		width: 100%;
		background-image: -webkit-linear-gradient(left, transparent 0%, #f7cf00 50%, transparent 100%);
		background-image: -webkit-linear-gradient(left, transparent 0%, var(--cat-color) 50%, transparent 100%);
	}

	.tv-modal-watch-more {
		letter-spacing: 0;
	}

	.modal-content .tv-content-modal-close  {
		position: absolute;
		height: 40px;
		width: 40px;
		top: 12px;
		right: 13px;
		margin-right: 0px;
		margin-top: 0;
	}

	.modal-content .tv-content-modal-close:hover {
		background-color: transparent;
	}

	.modal-content .modal-close-icon {
		width: 40px;
		height: 40px;
	}

	.tv-modal-head--left {
		max-width: calc(250px + (700 - 250) * ((100vw - 321px) / (768 - 321)));
	}

	.tv-modal-head-logo-container {
		margin: 0 8px 0 8px;
	}

	.tv-modal-article-body-text figcaption, .tv-modal-media-container .tv-modal-image figcaption {
		height: calc(22px + (27 - 22) * ((100vw - 321px) / (768 - 321)));
		font-size: calc(13px + (17 - 13) * ((100vw - 321px) / (768 - 321)));
	}

	.tv-modal-article-body-text p a {
		text-decoration: underline;
		text-decoration-color: #f7cf00;
		text-decoration-color: var(--cat-color);
	}

	.is-fullscreen-modal .tv-modal-title-container {
		font-size: 24px;
		line-height: 24px;
		padding-left: 15px;
		padding-right: 25px;
	}

	.modal-content .is-fullscreen-modal .tv-content-modal-close {
		height: 26px;
		width: 26px;
	}

	.modal-content .is-fullscreen-modal .modal-close-icon {
		height: 29px;
		width: 29px;
	}

	.modal-content .is-fullscreen-modal .modal-close-icon:before, 
	.modal-content .is-fullscreen-modal .modal-close-icon:after {
		height: 5px;
		left: -2px;
	}

	/*.tv-modal-related-content:not(:last-child) {
		margin-right: 10px;
	}*/
	

	/*TV MODAL END*/

	.tv-episodes-content-container:not(.tv-small-episodes) {
		min-height: 0px;
	}

	.episodes-thumbnail-container {
		margin-bottom: 10px;
	}

	.tv-button-container-bottom {
		margin-top: 10px;
		margin-bottom: 10px;
		display: block;
	}

	.tv-button-share {
		margin-top: 10px;
	}

	.tv-container .footer .new-footer {
		margin-top: -10px;
	}

	.tv-thumbnail-container.tv-search-container {
		margin: 15px 0 0 0;
	}

	.search-section-header {
		position: relative;
		text-align: center;
		padding-bottom: 0;
	}

	/*Lightgallery*/
	.lg-actions .lg-prev:after, .lg-actions .lg-next:after {
		opacity: 1;
	}

	.lg-outer .lg-sub-html {
		font-size: 15px;
	}

	.lg-outer .lg-toogle-thumb {
		padding-left: 15px;
	}

	.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover,
	.lg-outer .lg-toogle-thumb:hover {
		transform: none;
	}
}

@media (max-width: 500px) {
	.lastejaam-header {
		display: none;
	}
}

@media (max-width: 435px) {
	.tv-modal-info-container p {
		text-align: unset;
	}

	.tv-modal-related-content:not(:last-child) {
		margin-right: 0;
		margin-bottom: 25px;
	}

	.tv-modal-title-container {
		font-size: 25px;
		line-height: 25px;
	}

	.tv-modal-title-container.fit {
		font-size: 20px;
		line-height: 20px;
	}

	.modal-content .tv-content-modal-close  {
		height: 36px;
		width: 36px;
		top: 18px;
	}

	.modal-content .modal-close-icon {
		width: 36px;
		height: 36px;
		top: 0;
	}

	.tv-modal-fullscreen-info-container {
		min-width: unset;
		padding-left: 10px;
	}

	.is-fullscreen-modal .tv-modal-title-container {
		font-size: 22px;
		line-height: 22px;
		padding-left: 5px;
		padding-right: 15px;
	}

	.modal-content .is-fullscreen-modal .tv-content-modal-close {
		height: 23px;
		width: 23px;
	}

	.modal-content .is-fullscreen-modal .modal-close-icon {
		height: 25px;
		width: 25px;
	}

	.modal-content .is-fullscreen-modal .modal-close-icon:before, 
	.modal-content .is-fullscreen-modal .modal-close-icon:after {
		height: 5px;
		left: -2px;
	}
}

@media (max-width: 360px) {
	.tv-modal-head-logo-container {
		margin: 0 4px 0 0;
	}

	.tv-modal-title-container {
		font-size: 22px;
		line-height: 22px;
	}

	.tv-modal-title-container.fit {
		font-size: 17px;
		line-height: 17px;
	}
}

@media (max-width: 320px) {
	.tv-modal-watch-more-logo {
		transform: translate(-150%, -280%);
	}

	.tv-modal-body {
		padding: 10px;
	}

	.tv-modal-head--left {
		max-width: calc(190px + (250 - 190) * ((100vw - 250px) / (320 - 250)));
	}

	.tv-modal-title-container {
		font-size: 18px;
		line-height: 18px;
	}

	.tv-modal-title-container.fit {
		font-size: 16px;
		line-height: 15px;
	}

	.modal-content .tv-content-modal-close {
		margin-right: 0px;
	}
}

/* IE fixes */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.timeline-first .tv-timeline-item {
		/* mask alternative*/
		border-radius: 40% 40% 40% 40% / 40% 40% 40% 40%;
		/* object-fit aternative */
		overflow: hidden;
	}

	.timeline-first .tv-timeline-item.is-selected:hover ~ .tv-timeline-item,
	.timeline-first .tv-timeline-item.is-selected ~ .tv-timeline-item,
	.timeline-first .tv-timeline-item.is-selected:hover,
	.timeline-first .tv-timeline-all:hover .tv-timeline-item:hover,
	.timeline-first .tv-timeline-item:hover ~ .tv-timeline-item,
	.timeline-first .tv-timeline-item:hover,
	.timeline-first .tv-timeline-item:hover ~ .tv-timeline-item.is-selected,
	.timeline-first .tv-timeline-item:hover ~ .tv-timeline-item.is-selected ~ .tv-timeline-item,
	.timeline-first .tv-timeline-item.is-selected,
	.timeline:not(.timeline-first) .tv-timeline-item.is-selected:hover ~ .tv-timeline-item,
	.timeline:not(.timeline-first) .tv-timeline-item.is-selected ~ .tv-timeline-item,
	.timeline:not(.timeline-first) .tv-timeline-item.is-selected:hover,
	.timeline:not(.timeline-first) .tv-timeline-all:hover .tv-timeline-item:hover,
	.timeline:not(.timeline-first) .tv-timeline-item:hover ~ .tv-timeline-item,
	.timeline:not(.timeline-first) .tv-timeline-item:hover,
	.timeline:not(.timeline-first) .tv-timeline-item:hover ~ .tv-timeline-item.is-selected,
	.timeline:not(.timeline-first) .tv-timeline-item:hover ~ .tv-timeline-item.is-selected ~ .tv-timeline-item,
	.timeline:not(.timeline-first) .tv-timeline-item.is-selected,
	.tv-timeline-item:hover ~ .tv-timeline-item.is-selected,
	.tv-timeline-item:hover ~ .tv-timeline-item,
	:not(.timeline-first).timeline .tv-timeline-all:hover .tv-timeline-item.is-selected ~ .tv-timeline-item:hover {
		-webkit-transform: none;
		transform: none;
	}

	.tv-content-modal {
		background-color: rgba(72, 75, 78, 0.85);
	}

	.timeline-first .tv-timeline-item .tv-serial-img {
		/* object-fit aternative */
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: 100%;
		width: auto;
	}

	.logo-wagon {
		transform: translate(0, 67%);
		height: 42px;
		width: 42px;
		background: url(/www/images/tv/lastejaam-wagon.svg) no-repeat;
		background-size: 42px 20px;
		z-index: 100;
	}

	.tv-modal-watch-more-logo {
		top: -31%;
		left: 44%;
		transform: translate(-50%, -50%);
		background-size: 90%;
	}
	
	.tv-modal-watch-more {
		left: 50%;
		transform: translate(-50%, -200%);
		color: #efefef;
	}

	.tv-modal-related-content-container {
		justify-content: space-around;
	}

	.tv-modal-head-logo2-container {
		left: 50%;
	}

	.modal-content .tv-content-modal-close {
		position: fixed;
		z-index: 10;
	}

	/*lightgallery*/
	.lg-actions .lg-next::before {
		content: '\e095';
		color: #f7cf00;
	}

	.lg-actions .lg-prev::after {
		content: '\e094';
		color: #f7cf00;
	}

	.lg-outer .lg-thumb-item img {
		width: 100%;
	}

	/*gallery*/
	.gallerycover .lg-signature {
		left: 0;
	}
}

