/* YouTube TV */
#youTubeFrame {
	height:	auto;
}
/* Base Canvas */
.ytv-canvas{
	display: block;
	overflow: hidden;
	font-family: arial, sans-serif;
}
.ytv-canvas ::-webkit-scrollbar{
	border-left: 1px solid #000;
	width: 10px;
}
.ytv-canvas ::-webkit-scrollbar-thumb{
	background: rgba(255,255,255,0.1);
}

/* Video */
.ytv-video{
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;    
	margin: 1rem 0;
}
.ytv-video iframe{
    border: none;
    outline: none;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* List */
.ytv-list{
	margin-top: 1rem;
}
.ytv-list-inner{
	-webkit-overflow-scrolling: touch;
}
.ytv-list ul{
    margin: -.25rem;
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.ytv-list ul li {    
    margin: .5rem .25rem;
    background: rgba(0, 0, 0, 0.00);
	border-radius: .5rem;
	overflow: hidden;
}
.ytv-list ul li.ytv-active, .ytv-list ul li:hover {  
    background: rgba(0, 0, 0, 0.03);
}
.ytv-list .ytv-active a{
	/* border-left: 2px solid #fff; */
}

.ytv-active .ytv-thumb:before {
    content: "PRÁVE SA PREHRÁVA";
    display: flex;
    background: rgba(0, 0, 0, 0.80);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 500;
	z-index: 1;
}

.ytv-list a{
    text-decoration: none;
    font-size: .8rem;
    color: #000;
    padding: .5rem;
	display: flex;
    flex-flow: column;
	/* border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.5);
	border-left: 2px solid transparent; */
}
.ytv-list a b{
    max-height: 49px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    opacity: .87;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: .5rem 0;
}
.ytv-list li:first-child a{ border-top: none; }
.ytv-list li:last-child a{ border-bottom: none; }
.ytv-list a:hover,
.ytv-list-header .ytv-playlists a:hover{ background: rgba(255,255,255,0.05); }
.ytv-list a:active,
.ytv-list-header .ytv-playlists a:active{ background: rgba(0,0,0,0.05); }

.ytv-list .ytv-content{
	
}
.ytv-list .ytv-thumb-stroke{
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	z-index: 2;
	outline: 1px solid rgba(255,255,255,0.1);
}
.ytv-list .ytv-thumb{
	float: left;
	position: relative;
	outline: 0px solid rgba(0,0,0,0.5);    
	border-radius: .25rem;
    overflow: hidden;
}
.ytv-list .ytv-thumb img{
	width: 100%;
	display: block;
}
.ytv-list .ytv-thumb span{
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #eee;
	background: rgba(0,0,0,0.7);
	font-size: 11px;
	font-weight: bold;
	padding: 0px 4px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ytv-views{
	display: block;
	font-size: .75rem;
	font-weight: normal;
	opacity: 0.54;
}

.ytv-list-header{
	height: 52px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	display: none;
}
.ytv-list-header a{
	background: rgba(255,255,255,0.05);
	position: relative;
	z-index: 10;
}
.ytv-list-header img,
.ytv-list .ytv-playlists .ytv-thumb img{
	width: 30px;
	vertical-align: middle;
}
.ytv-list-header span{
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
}

/* Playlists */
.ytv-playlists{
	z-index: 9;
	position: absolute;
	background: #282828;
	top:52px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	display: none;
}
.ytv-playlists img,
.ytv-list-header img{
	float: left;
}
.ytv-playlists a span,
.ytv-list-header a span{
	white-space: nowrap;
	padding-left: 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ytv-list-header > a span{
	line-height: 30px;
}
.ytv-list-header .ytv-playlists a{
	background: none;
}
.ytv-playlist-open .ytv-playlists{
	display: block;
}

/* Modifiers */
.type-category .ytv-relative{
	height: unset;
}
.ytv-relative{
	position: relative;
	width: 100%;
	height: 100%;    
	display: flex;
    flex-direction: column;
}
.ytv-relative.random {
	margin: 0 0 24px;
}
body.id-851 .ytv-relative.random {
	display: none;
}
.ytv-full{
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
}
.ytv-arrow {
	height: 10px;
	width: 0;
	position: relative;
	top: 10px;
	right: 5px;
	border: 10px solid transparent;
	float: right;
	border-top-color: rgba(0,0,0,0.4);
	display: none;
}
.ytv-has-playlists .ytv-arrow{
	display: inline-block;
}
.ytv-playlist-open .ytv-arrow{
	border-color: transparent;
	border-bottom-color: rgba(0,0,0,0.4);
	top: -10px;
}

.ytv-list-header a:after,
.ytv-clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.ytv-canvas-dense {
	
}
.ytv-canvas-dense .ytv-list .ytv-thumb span {
    top: 5px;
    bottom: unset;
}
.ytv-canvas-dense .ytv-list a {
	position: relative;
}
.ytv-canvas-dense .ytv-list .ytv-content {
    position: absolute;
    top: .5rem;
    left: .5rem;
    right: .5rem;
    line-height: 1rem;
    bottom: 1rem;
}
.ytv-canvas-dense .ytv-list a b {
    max-height: unset;
    height: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 70%) 0%, rgba(255,255,255,0) 100%);
    border-radius: 3px;
    padding: .5rem;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    color: #fff;
    font-weight: 400;
    opacity: 1;
    font-size: .7rem;
}
.ytv-canvas-dense .ytv-list ul li {
    padding-bottom: 1.25rem;
}
@media (max-width: 767px){
	.ytv-list ul{
		grid-template-columns: 1fr 1fr;
	}
}