@font-face {
  font-family: 'Proxima Nova Sb';
  src: url('//www.delfi.lt/video/fonts/subset-ProximaNova-Semibold.woff2') format('woff2'),
  url('//www.delfi.lt/video/fonts/subset-ProximaNova-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Bd';
  src: url('//www.delfi.lt/video/fonts/subset-ProximaNova-Bold.woff2') format('woff2'),
  url('//www.delfi.lt/video/fonts/subset-ProximaNova-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('//www.delfi.lt/video/fonts/subset-ProximaNova-Regular.woff2') format('woff2'),
  url('//www.delfi.lt/video/fonts/subset-ProximaNova-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Lt';
  src: url('//www.delfi.lt/video/fonts/subset-ProximaNova-Light.woff2') format('woff2'),
  url('//www.delfi.lt/video/fonts/subset-ProximaNova-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

#delfi-tv_video-container {
	font: 500 14px/130% 'Proxima Nova Rg',arial,sans-serif; margin:0;
	width: 100%;
	max-width: 1200px;
	background: #151515;
	color: #ffffff;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	max-height: 633px;
}
#delfi-tv_video-container-header {
	display: flex;
}
#delfi-tv_video-container-header > div {
	flex-grow: 1;
	overflow: hidden;
	border-bottom: 4px solid #5c5c5c;
	height: 50px;
	margin-right: 10px;
}
#delfi-tv_video-container-header .tv-schedule-logo {
	padding: 12px 15px 22px 5px;
	width: 100px;
	height: 34px;
	box-sizing: initial;
}
#delfi-tv-schedule-container {
	overflow: hidden;
	width: 100%;
	position: relative;
}
#delfi-tv-full-schedule {
	color: #FFF;
	font-size: 17px;
	background: #035eb8;
	text-decoration: none;
	padding: 15px 0;
	display: block;
	text-align: center;
	margin: 10px 0 0 0px;
}
#delfi-tv-schedule {
	height: initial;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
#delfi-tv-schedule li {
	display: table-cell;
	width: 185px;
	min-width: 185px;
	padding: 0;
	margin: 0;
}
#current-date {
	font-size: 12px;
	background: #5c5c5c;
	padding: 5px 15px;
	border-radius: 10px;
	float: right;
	margin: 10px;
}
#week-days {
	float: right;
	display: none;
	font-family: 'Proxima Nova Bd',arial,sans-serif;
	margin: 15px 10px 15px 0;
	padding: 0;
}
#week-days li {
	cursor: pointer;
	display: block;
	float: left;
	font-size: 19px;
	margin-left: 10px;
	color: #5c5c5c;
}
#week-days li.active {color: #ffffff;}

#delfi-tv_video-container .active .show-time {
	background: #035eb8;
}

#delfi-tv_video-container .show-title {
	clear: both;
}

#delfi-tv_video-container .show-image {
	float: left;
	width: 80px;
	height: 60px;
	overflow: hidden;
	position: relative;
}

#delfi-tv_video-container .show-image img {
	position: absolute;
	max-height: 60px;
	/*
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	*/
}

#delfi-tv_video-container .show-container, #delfi-tv_video-container .show-container:hover, #delfi-tv_video-container .show-container:hover:visited {
	margin: 0 10px;
	border-bottom: 1px solid #212121;
	padding: 10px 0;
	clear: both;
	overflow: hidden;
	display: block;
	color: #FFF;
	text-decoration: none;
}

#delfi-tv_video-container .show-time {
	background: #212121;
	float: left;
	height: 16px;
	padding: 22px 16px;
	font-weight: 600;
	box-sizing: content-box;
}

#delfi-tv-schedule .ps__rail-y, #delfi-tv-schedule .ps__rail-x {
	opacity: 1;
	background: #5c5c5c;
	border-radius: 3px;
}
#delfi-tv-schedule .ps__rail-y {
	width: 4px;
	right: 5px !important;
}
#delfi-tv-schedule .ps__rail-x {
	height: 4px;
	bottom: 5px !important;
}
#delfi-tv-schedule .ps__thumb-y {
	right: -1px;
	background-color: #FFF;
	width: 6px !important;
}
#delfi-tv-schedule .ps__thumb-x {
	bottom: -1px;
	background-color: #FFF;
	height: 6px !important;
}

#delfi-tv_video-container-body {
	overflow: hidden; clear: both;
}

#delfi-tv-player-container {
	overflow: hidden;
}

#youtube-iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
}

#youtube-iframe-container iframe,
#youtube-iframe-container object,
#youtube-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

#now-we-show > div{
	font-size: 21px;
	padding: 10px 0;
}

#now-we-show_current {
	font-size: 17px;
	display: block;
	padding-bottom: 15px;
}

@media screen and (min-width: 728px) {
	#delfi-tv_video-container-body {
		display: flex;
	}
	#youtube-iframe-container {
		width: 100%;
	}
	#week-days {
		display: block;
	}
	#delfi-tv_video-container-header .tv-schedule-logo {
		width: 145px;
		height: 63px;
		padding: 0 15px 0 5px;
	}
	#current-date {
		font-size: 16px;
		padding: 5px 25px;
	}
	#delfi-tv-player-container {
		float: left;
		flex-grow: 1;
	}
	#delfi-tv-schedule-container {
		width: 320px;
		width: initial;
		float: right;
		display: flex;
		flex-direction: column;
	}
	#delfi-tv-schedule {
		flex: 1 0 0;
		width: 320px
	}
	#delfi-tv-schedule li{
		float: none;
		width: 310px;
		width: initial;
		display: block;
		min-width: initial;
	}
	#delfi-tv-full-schedule {
		margin: 10px 0 0 10px;
	}
	#delfi-tv_video-container .show-container, #delfi-tv_video-container .show-container:hover, #delfi-tv_video-container .show-container:hover:visited {
		margin: 0 20px 0 10px;
	}
	#delfi-tv_video-container .show-title {
		clear: none;
		float: left;
		width: 125px;
	}
	#delfi-tv_video-container .show-time {
		margin-right: 10px;
		width: 32px;
		
	}
}

_:-ms-fullscreen, :root #delfi-tv-schedule-container {overflow-y: scroll; height: 450px; }

