/*
Theme Name: TopSerialy
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.5.0.1725018043
Updated: 2024-08-30 11:40:43

*/



body {
	background-image: 
    url('img/bg1.jpg'),
    url('img/bg-pattern.png');
  background-repeat: 
    no-repeat, 
    repeat;
  background-position: 
    top 150px center, 
    top center;
  background-size: 
    auto, 
    auto;
	font-family: 'Dosis', sans-serif;
}
.inside-article {
	background-color: #222222!important;
	color:#777;
}
.form-submit #submit {
	background-color: #292929;
}
.form-submit #submit:hover {
	background-color: #313131;
}

button, input {
	font-family: 'Dosis', sans-serif;
}
.site-main{
	max-width:1044px;
	margin:0 auto!important;
	padding:40px 10px 40px 10px;
}
.site-content {
	background-color: #1e1e1e;
}
.custom-logo{
	width:250px;
}
h1 {
font-size: 22px;
font-weight:600;
letter-spacing: 2px;
color:#fff;
}
h2 {
font-size: 18px;
text-transform: uppercase;
letter-spacing: 3px;
color:#fff;
font-weight: 600;
}
h3 {
letter-spacing: 5px;
color: white;
font-weight: 700;
text-transform:uppercase;
font-size: 16px;
}
.lomitka:before {
content: '//';
color: #696565;
font-weight: 800;
margin: 0 12px 0 12px;
letter-spacing: 3px;
}
.center{
	text-align: center;
}
.hr-roz{
margin: 30px 0;
background: #292929;
height: 1px;
width: 100%;
}
.clear{
	clear:both;
}




.button-white {
padding: 15px 25px;
letter-spacing: 4px;
border-radius: 40px;
text-transform: uppercase;
font-weight: 700;
font-size: 10px;
background: #fff;
color: #000;
cursor: pointer;
margin-top: 5px;
}
.button-white:hover {
	color:#000;
	opacity: .8;
}
.button-grey{
padding: 15px 25px;
letter-spacing: 4px;
border-radius: 40px;
text-transform: uppercase;
font-weight: 700;
font-size: 10px;
background: #292929;
color: #9b9b9b;
cursor: pointer;
margin-top: 5px;
}
.button-grey:hover{
background: #fff;
color: #000;	
}




.header-top-1{
	background-color: #222222;
	border-bottom: 1px solid rgba(19, 19, 19, 0.5);
	padding:0 10px 0 10px;
}
.header-container-top {
    width: 100%;
    max-width: 1024px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    box-sizing: border-box;
    flex-wrap: wrap; 
 
}
.search-bar {
    position: relative;
    z-index: 1000;
    flex: 1 1 300px; 
}
#search{
width:300px;
margin:0;
background-color:#303030;
border:none;
color:white;
padding:5px 10px 5px 10px;
}
#search::placeholder{
	color:#777;
}
.loading-message {
    font-style: italic;
    color: #777;
	background-color:#1c1c1c;
	padding:10px;
	text-align:center;
}
#search-results{
	position: absolute;
    top: 100%;           
    left: 0;              
    width: 100%;          
    max-width: 300px;     
    background: none;     
    
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.search-nothing{
	background-color:#1c1c1c;
	color:#777;
	padding:10px;
	text-align:center;
}
.search-results{
	list-style:none;
	margin:5px 0 5px 0;
}
.search-results li{
	border-bottom:1px solid #333333;
}
.search-img{
vertical-align: top;
width:40px;
height:100%;
float:left;
padding-right:5px;
}
.search-link {
	display: block;
height: 100%;
width: 100%;
float:left;
	background-color:#1c1c1c;
padding:5px;
}
.search-link:hover{
	background-color:#191818;
}
.search-title{
margin:0;
color:white;
	font-weight:bold;
	font-size:15px;
	text-align:left;
}
.search-alt{
	margin:0;
	color:#888888;
	font-size:13px;
	text-align:left;
}


.header-bottom-1 {
    width: 100%;
    max-width: 1024px;
    margin: auto;
    height: auto; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; 
    margin-bottom: 150px;
    padding: 10px;
    box-sizing: border-box;
}
.logo {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header-container-bottom {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
}
.main-menu{
	list-style:none;
	margin:0;
	display: flex; 
}
.main-menu li, .main-menu a{
	display:inline-block;
	font-size:14px;
	letter-spacing: 2px;
	color:#939393;
	font-weight:700;
	text-transform:uppercase;
	padding:0 5px 0 5px;
}
.main-menu li:not(:first-child)::before {
    content: "//";
    color: #565656;
	font-size:12px;
    margin-right: 8px;
	letter-spacing:3px;
	font-weight:800;
}
.main-menu a:hover{
	color:#f04933;
}


.warning-read a {
	text-transform:uppercase;
	font-weight:bold;
	background-color:#f04933;
	color:white;
	padding:5px 10px;
}
.warning-read span {
	text-decoration:underline;
}



.episodia-list {
    background-color: #131313;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	color:#777;
	border: 5px solid #131313;
}
.nejnovejsi-epizody-home {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 0 20px 0;
}
.planovane-epizody {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0 0 20px 0;
}
.countdown {
	font-weight:bold;
	color: white;
}
.episodia-list-info{
	padding:5px 10px 10px 10px;
	font-size:14px;
	font-weight:500;
	letter-spacing: 1px;
}
.episodia-list-info p{
	margin-bottom:0px;
}
.episodia-list-tvshow{
	color:white;
}
.episodia-list-numero{
	color:#777;
}
.home-dabtit span {
	margin-right:10px;
}



.nav-links{
	text-align:center;
}
.page-numbers {
	font-size:15px;
	padding:10px 15px!important;
	background-color:#242424;
	color:#777;
	font-weight:500;
}
.page-numbers:hover{
	background-color:#f04933;
	color:white;
}
.current {
	color:white!important;
	background-color:#f04933!important;
}



.inscription{
padding: 30px 10px;
background: #282828;
position: relative;
}
.inscription h1{
	margin:0 0 5px 0;
}
.inscription-nav{
letter-spacing: 2px;
padding: 0;
display: inline-block;
font-weight: 800;
font-size:12px;
text-transform: uppercase;
color: #656565;
}
.inscription-nav a {
color: #656565;
}
.inscription-nav a:hover {
opacity: .6;
}
.inscription-nav span {
color: #fff;
}
.inscription-nav span:hover {
opacity: .6;
}
.wrap{
width: 100%;
max-width: 1024px;
margin: 0 auto;
}
.nadpistitdb{
float:left;
}
.serial {
position: relative;
}
.leftside{
	margin-right:20px;
	width:25%;
	float: left;
}
.cover{
padding: 6px;
background: #131313;
}
.rightside{
	width:70%;
	float: left;
	
}
.rightside h2{
margin: 10px 0 2px;

}
.rightside h3 {
margin: 0 0 5px;
color: #616161;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
text-transform: none;
}
.popis {
letter-spacing: 1px;
color: #5a5a5a;
margin: 20px 0;
font-weight: 500;
line-height: 24px;
}
.delka-epizody {
	color:#9f9f9f;
	
}
.zanry {
	margin: 0 0 10px 0;
	color: #5a5a5a;
font-size: 10px;
list-style-type: none;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 2px;
}
.zanry li:first-child::before {
    content: "";
    margin: 0;
}
.zanry li:nth-child(2)::before {
	
}
.zanry li::before {
    content: "|";
    margin: 0 3px;
    font-size: 13px;
    font-weight: bold;
}
.zanry ul{
margin: 0;
padding:0;
}
.zanry li {
display: inline-block;

}
.rok{
font-size: 14px;
color: #9f9f9f;
font-weight: 600;
margin: 15px 0;
letter-spacing: 2px;
}
.hodnoteni{
position: absolute;
top: 0;
right: 0;
font-weight: 700;
display: flex;
flex-direction: column;
}
.dbrating {
float: left;
letter-spacing: 2px;
background: #272727;
padding: 8px 18px;
margin: 0 0 5px;
display: flex;
    align-items: center;   
    justify-content: flex-start;
}
.dbrating p {
float: left;
padding: 0 0 0 17px;
margin: 2px 10px 0 0;
display: inline-block;
font-size: 13px;
color: #fff;
}
.dbrating span {
float: left;
display: inline-block;
font-size: 20px;
color: #f04933;
}
.action-buttons{
	display: flex;
	gap: 10px; 
}




.series-accordion {
	display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
.accordion-item{
	flex: 1 1 48%;
  box-sizing: border-box;
  max-width: 48%;
}
.accordion-checkbox {
    display: none;
}
.accordion-header {
    background-color: #fff;
	display: block;
	color: #000;
	cursor: pointer;
	padding:17px 15px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 3px;
}
.accordion-header::before {
	font-family: 'Font Awesome 6 Free';
    content: "\f078";
    font-weight: bold; 
    margin-right: 5px;
}
.accordion-header:hover {
opacity: 0.9;
}
.accordion-content {
    display: none;
    background-color: #131313;
	padding:2px 15px;
	margin:5px 0;
}
.accordion-content a{
	letter-spacing: 2px;
	color:#777;
	text-transform: uppercase;
}
.accordion-checkbox:checked + label {
  
}
.accordion-checkbox:checked + label::before {
	font-family: 'Font Awesome 6 Free'; 
    content: "\f077";
    font-weight: bold; 
    margin-right: 5px; 
}
.accordion-checkbox:checked + .accordion-header + .accordion-content {
    display: block;
}
.cisloprispevku {
	padding:0 0 0 10px;
	margin:0;
	color: #afafaf;
}
.epizody{
	display: block;
	border-bottom: 1px solid #1c1c1c;
	font-size: 12px;
	line-height: 44px;
	font-weight: 600;
	text-decoration:none;
}
.epizody i {
	padding:0 10px 0 10px;
}
.epizody:hover {
	background-color:#1c1c1c;
	color:white;
}
.dabtit {
display: block;
float:right;
}




.epizoda-obsah {
	width: 704px;
	float:left;
}
.epizoda-sidebar {
	width: 300px;
	float:right;
}


@media (max-width: 1044px) {
  .epizoda-sidebar {
    display: none;
  }

  .epizoda-obsah {
    float: none;
    width: 100%;
  }
}
.epizoda-navigacia {
	margin:15px 0 15px 0;
}
.semobrazok{
width: 41px;
height: 61px;
float: left;
margin: 0 15px 0 0;
border: 3px solid #1a1a1a;
}
.h1epizoda{
	letter-spacing: 0px;
}
.h1epizoda a{
	color: #fff;
}
.h1epizoda span{
color:#8f8f8f;
}
.dabtitep{
background: #424242;
color: #bbb;
font-size: 9px;
text-transform: uppercase;
letter-spacing: 3px;
padding: 6px 10px 6px 12px;
margin: 0 10px 0 0;
font-weight: 800;
}
.tabvideo {
	margin:0px;
}
.tabvideo li{
	background-color:#131313;
	display:inline-flex;
	
}
.tabvideo li button{
	background-color:#292929;
	color:#8f8f8f;
	text-transform:uppercase;
	font-size:12px;
	padding:5px 10px 5px 10px;
	font-weight:bold;
	letter-spacing: 2px;
	margin:10px;
	border-radius: 20px;
}
.tabvideo li button span {
		margin-left:23px;
}
.tabvideo li button:hover{
	background-color:#fff;
	color: #000;
}
.tab-button.current {
	background-color:#fff!important;
	color: #000!important;
}
#tabcontent{
	border:8px solid #131313;
	background-color:#171717;
	position: relative;
  overflow: hidden;
  width: 100%;
  height:450px;
  margin:0;
  border-bottom:0;
}
.undervideo{
	background:#131313;
	padding:16px 20px;
}
.row {
	width:100%;
	height:20px;
}
.span8 {
	float:left;
}
.cmpm {
margin: 0;
float: left;
text-transform: uppercase;
font-size: 11px;
letter-spacing: 3px;
display: flex;
gap: 15px; 
font-size:11px;
}
.cmpm li:first-child {
  list-style-type: none;
}
.cmpm a {
	color: #fff;
}
.cmpm a:hover {
	opacity: .6;
}
.cmpm i {
	color: #3c3c3c;
}
.span4 {
	
}
.butforizv {
	float:right;
}
.watched-button {
	color: #fff;
}
.watch-button:hover {
	color: #fff;
}
.watch-button {
	color: #777;
}
.predchadzajucaepizoda{
margin-left:0px;
float:left;
text-transform: uppercase;
letter-spacing: 3px;
background-color: #292929;
font-size: 11px;
font-weight: 700;
border-radius: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
padding: 16px 25px;
color: #e7e7e7;
}
.ziadna-predchadzajuca-epizoda{
margin-left:0px;
float:left;
text-transform: uppercase;
letter-spacing: 3px;
background-color: #292929;
font-size: 11px;
font-weight: 700;
border-radius: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
padding: 16px 25px;
color: #777;
}
.predchadzajucaepizoda:hover {
	background-color:#313131;
	color: #e7e7e7;
}
.dalsiaepizoda{
margin-right:0px;
float:right;
text-transform: uppercase;
letter-spacing: 3px;
background-color: #292929;
font-size: 11px;
font-weight: 700;
border-radius: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
padding: 16px 25px;
color: #e7e7e7;
}

.ziadna-dalsiaepizoda{
margin-right:0px;
float:right;
text-transform: uppercase;
letter-spacing: 3px;
background-color: #292929;
font-size: 11px;
font-weight: 700;
border-radius: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
padding: 16px 25px;
color: #777;
}
.dalsiaepizoda:hover{
	background-color:#313131;
	color: #e7e7e7;
}
h3.komentare {
	font-size:16px;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:40px;
	letter-spacing: 5px;
}
h3.komentare i{
	color: #f04933;
}
h2.comments-title{
	font-size:16px;
	color:#777;
	letter-spacing: 0px;
}
h3.comment-reply-title{
	color:white;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	margin-bottom:0px;
	border-top:1px solid #333333;
	padding-top:20px;
	letter-spacing: 5px;
}




.az-nadpis {
	text-transform: uppercase;
}
.flleft{
	float:left;
}
.flright{
	float:right;
}
.hrfiltre{
margin: 50px 0;
height: 2px;
width: 100%;
background: #303030;
}
.custom-select {
    position: relative;
	min-width: 200px;
    width: 22.5%; 
	
	
}
.select-selected {
cursor: pointer;
background: 0 0;
border: 2px solid #535353;
padding: 17px 18px;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
color: #a2a2a2;
letter-spacing: 2px;
outline: 0;
}
.select-options {
  display: none;
  position: absolute;
  background-color: #131313;
  width: 100%;
  border-bottom: 4px solid #131313;
border-top: 4px solid #131313;
  z-index: 5;
	color:#777;
	 max-height: 235px;
    overflow-y: scroll; 
	padding: 0 2px 2px;
	margin: 3px 0 0;
}

.select-options.show {
  display: block;
}

.option {
  padding: 8px 18px;
  letter-spacing: 1px;
  letter-spacing: 1px;
  font-size:14px;
  color: #777;
  cursor: pointer;
}
.option:hover {
  background-color: #1c1c1c;
  color: #fff;
}
.filtr-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center; 
}
.button-container {
    display: flex;
    gap: 10px; 
}
.filtr-form #submit{
	background-color:#fff;
	color:#000;
	font-size:10px;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing: 2px;
	padding: 17px 18px;
}
.filtr-form #submit:hover{
	opacity: 0.8;
}
#reset-button {
	background-color:#1c1c1c;
	font-size:10px;
	font-weight:800;
	text-transform:uppercase;
	color:#777;
	letter-spacing: 2px;
}
#reset-button:hover{
	opacity: .8;
}
.filtr-nic {
	padding:10px;
	font-size:15px;
	color:#777;
}
.filtr-seznam{
padding:0px;
}
.filtr-link{
display: block;
height: 100%;
width: 100%;
float:left;
background: #1c1c1c;
margin: 0 0 6px;
}
.filtr-link:hover{
	background-color:#191818;
}
.filtr-obrazek {
width:70px;
height:100%;
float:left;
margin-right:10px;
border: 2px solid #131313;
}
.filtr-nazev{
padding:5px 5px 5px 0;
}
.filtr-nazev h3{
	color:white;
	font-weight:700;
	font-size:15px;
	margin:0;
	overflow: hidden;
display: -webkit-box; 
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
letter-spacing: 2px;
text-transform: uppercase;
}
.filtr-nazev h4{
	margin:0;
	overflow: hidden;
display: -webkit-box; 
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
color: #5a5a5a;
font-size: 15px;
font-weight: 500;
letter-spacing: 1px;
}
.filtr-info{
	margin:0px;
	overflow: hidden;
display: -webkit-box; 
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
	margin-bottom:5px;
}
.filtr-zanry {
	color:#5a5a5a;
	margin-right:5px;
	font-size:10px;
	font-weight: 800;
text-transform: uppercase;
letter-spacing: 3px;
}
.filtr-rok{
color:white;
font-weight:600;
font-size:13px;
}
.filtr-delka{
	color:#9f9f9f;
	font-weight: 800;
	padding:0 3px 0 3px;
	font-size:10px;
	text-transform: uppercase;
}
.filter-hodnoteni{
	font-size:13px;
	font-weight:bold;
	color:white;
}
.filter-hodnoteni span{
	color: #f04933;
}
.filter-hodnoteni-odd {
	color:#5a5a5a;
}




.page-abcd-prepinac{
	
}
.page-abcd-prepinac a{
	width:100%;
	font-size:10px;
	font-weight:700;
	text-transform:uppercase;
	font-size:10px;
	padding: 15px 25px;
	cursor:pointer;
	letter-spacing: 4px;
	background: #1c1c1c;
	color: #9b9b9b;
}
.abcd-prepinac-active{
	background-color:#fff!important;
	color:#000!important;
}
.page-abcd-prepinac a:hover{
	background-color:#fff;
	color:#000;
}
h2.az-char {
	color:#777;
	font-weight:800;
	font-size:20px;
}
.az-listing{
}
.az-listing section{
	margin-top:20px;
}
.az-navigacia {
	list-style:none;
	margin:0 0 20px 0;
}
.az-navigacia li{
	background-color:#191818;
	display:inline-block;
	margin:10px 10px 0 0;
}
.az-pismena {
	padding:5px 10px 5px 10px;
	display:block;
	color:#777;
	font-weight:bold;
	font-size:18px;
}
.az-pismena:hover{
	background-color:#fff;
	color:#000;
}
.az-list{
	list-style:none;
	margin:0;
	 -webkit-column-count: 3;
  -webkit-column-gap: 20px;  
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}
.az-link{
	color:#9f9f9f;
	font-weight:800;
	font-size:15px;
	margin:10px 0 10px 0;
	display: block;
	width: 100%;
	height: 100%;
	letter-spacing: 1px;
}
.az-link:hover{
	color:#fff;
}
.az-nic {
	font-size:15px;
	color:#777;
}




.menu-user {
    margin: 5px 0;
    display: flex;
    justify-content: flex-end;
    flex: 1 1 300px;
}
.menu-user a{
	line-height: 40px;
	color: #939393;
}
.menu-user a:hover{
	opacity: .8;
}
.login-button {
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
}
.login-button span{
	color: #565656;
}
.prihlaseny-menu{
	margin:0;
}
.prihlaseny-menu li{
	display:inline-flex;
	padding:0 5px 0 5px;
	margin:0 5px 0 5px;
}
.prihlaseny-menu li a{
	font-size: 20px;
}
.prihlaseny-menu li a:hover{
}


.zhliadnuteh1{
	color:white;
	text-transform:uppercase;
}
.film-list {
padding: 6px 6px 0px 6px;
background: #131313;
}




.najnovsie-filmy {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    
}
.zhliadnute-epizody{
	background-color:#191818;
	padding:5px;
	font-size:15px;
	color:#777;
	margin-bottom:5px;
	letter-spacing: 1px;
}
.zhliadnute-epizody:hover {
	background-color:#131313;
}
.zhliadnute-epizody p{
	margin:0px;
}
.zhliadnute-nazovserialu{
	color:white;
	font-weight:800;
}
.zhliadnute-altnazovserialu{
	font-size:13px;
}





.nastuctuh2 {
	letter-spacing: 2px;
	color:#777;
}
.nastuctuh2 span{
	color:#fff;
}
.nastuctuh3 {
	letter-spacing: 2px;
}
.form-ucet{
	margin-top:20px;
}
.button-ucet{
padding: 15px 25px;
letter-spacing: 4px;
border-radius: 40px;
text-transform: uppercase;
font-weight: 700;
font-size: 10px;
background: #fff!important;
color: #000!important;
cursor: pointer;
margin-left:10px;
}
.button-ucet:hover {
	opacity: 0.8;
}
input.nastuctuinput {
background: 0 0;
border: 2px solid #535353;
padding: 10px 18px;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
color: #a2a2a2;
letter-spacing: 2px;
outline: 0;	
}
.form-ucet input{
	width:30%
}













.oddelovac{
	height:1px;
	background-color:#333;
	margin:10px;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.premium-overlay-nadpis{
	font-size:23px;
	font-weight:bold;
	color:white;
}
.premium-overlay-text{
	font-size:15px;
	color:#333;
}
.overlay-button{
	margin:10px;
}
.overlay-button a{
		background-color:black;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:white;
	border-radius:20px;
	padding:10px 20px 10px 20px;
}
#message {
    background-color: #f0be0a; 
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 80%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#message-error {
    background-color: #f04933; 
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 80%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.header-bottom-3{
	max-width:1200px;
	background-color:#194282;
	text-align:center;
	padding:5px;
	margin:0 auto;
}
.header-bottom-3:hover{
	background-color:#D5224A;
}
.premium-banner-nadpis3{
	font-size:18px;
	font-weight:bold;
	color:white;
	text-transform:uppercase;
	width:100%;
display:block;
	line-height: normal;
}
.premium-banner-nadpis3 span{
background-image: url(/wp-content/themes/generatepress-child/img/cots.png);
background-size:contain;
background-repeat: no-repeat;
background-size: 94px 20px;
display:inline-flex;
width:94px;
height:20px;
vertical-align: middle;
}
.header-bottom-info{
	max-width:1200px;
	background-color:red;
	text-align:center;
	padding:5px;
	margin:0 auto;
	color:white;
	font-weight:bold;
	text-transform: uppercase;
}
.header-bottom-2{
	max-width:1200px;
	background-color:#00935C;
	text-align:center;
	padding:5px;
	margin:0 auto;
}
.header-bottom-2:hover{
	background-color:#005c38;
}
.premium-banner-nadpis{
	font-size:18px;
	font-weight:bold;
	color:white;
	text-transform:uppercase;
	width:100%;
display:block;
	line-height: normal;
}
.premium-banner-nadpis:hover{
	color:white;
}
.premium-banner-nadpis span{
background-image: url(/wp-content/themes/generatepress-child/img/vanoce.png);
background-size:contain;
background-repeat: no-repeat;
background-size: 20px 20px;
display:inline-flex;
width:20px;
height:20px;
vertical-align: middle;
}
.premium-aktivni{
	background-color: #f0be0a;
	text-align:center;
border:10px solid #d6a909;
	padding:10px;
	border-radius:20px;
	margin-top:20px;
}
.premium-aktivni-nadpis{
	font-size:23px;
	font-weight:bold;
	color:white;
}
.premium-aktivni-nadpis span{
background-image: url(/wp-content/themes/generatepress-child/img/premium-bile.png);
background-size:contain;
background-repeat: no-repeat;
background-size: 25px 25px;
display:inline-flex;
width:25px;
height:25px;
}
.premium-aktivni-text{
	font-weight:bold;
	font-size:15px;
	color:#333;
}
.premium-aktivni-tip {
	font-weight:bold;
	font-size:15px;
	color:white;
	padding:5px;
border-radius:10px;
	animation: blinker2 2s linear infinite;
}
@keyframes blinker2 {
  50% {
    background-color: black;
  }
}
.premium-widget-tip{
	font-size:13px;
	text-transform:lowercase;
	font-weight:bold;
}
.premium-tlacitko a {
	color:white;
	display:block;
width:100%;
}
.obsah-stranky-premium{
	padding:0 10px 0 10px;
}
.obsah-stranky-premium p{
	font-size:15px;
	color:#888888;
	margin:0;
}
.premiumh2 {
	font-size:20px;
	text-transform:uppercase;
	color:#f0be0a;
	font-weight:bold;
	margin:10px 0 10px 0;
}
.premiumh3 {
	font-size:18px;
	text-transform:uppercase;
	color:#f0be0a;
	font-weight:bold;
	margin:10px 0 10px 0;
}
.premiumh4 {
	font-size:16px;
	text-transform:uppercase;
	color:white;
	font-weight:bold;
	margin:10px 0 10px 0;
}
.premium-nasbirano{
	background-color:#f0be0a;
	border:10px solid #d6a909;
	padding:20px;
	border-radius:20px;
	text-align:center;
	margin:20px 0 20px 0;
}
.premium-gratulujeme{
	font-size:35px;
	font-weight:bold;
	color:white;
}
.premium-gratulujeme-text{
	font-size:15px;
	color:white;
	font-weight:bold;
}
.premium-dashboard {
  margin: 20px auto;
	background-color:none;
	font-weight:bold;
	border-radius:20px;
	border:10px solid #f0be0a;
	background:#f0be0a;
}
#wmp-container{
	width:100%!important;
	height:220px!important;
	background:none!important;
}
#wmp-left{
    height:150px!important;
    width: 50%!important;
    float: left;
    font-size: 60px;
    line-height: 60px;
}
#wmp-right{
    height:150px!important;
    float: right;
    width: 50%!important;
    margin:0 auto!important;
}
#wmp-bottom a{
	float:none!important;
	display:inline!important;
		margin:0 20px 0 20px!important;
}
#wmp-bottom .wmp-controls{
}
.wmp-numbers{
	color:#333!important;
}
#wmp-start{
	background:black;
	border:0px!important;
}
#wmp-start:hover{
	opacity:0.8;
}
#wmp-stop{
	background:#333;
		border:0px!important;
}
#wmp-stop:hover{
	opacity:0.9;
}
.premium-user {
margin:0 auto;
text-align:center;
padding:10px;
margin-bottom:10px;
background:black;
border-radius:20px;
}
.premium-stats{
	display:inline-flex;
}
.premium-stats div{
	margin:0 5px 0 5px;
}
.premium-nazev{
	color:grey;
	font-size:15px;
}
.premium-hodnota{
	color:white;
	font-size:18px;
}
.premium-tlacitko{
	background-color:black;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:white;
	border-radius:20px;
	padding:10px 20px 10px 20px;
	margin-top:20px;
}
.premium-tlacitko:hover{
	background-color:#333;
}
.premium-poznamky{
	font-size:13px;
	font-style:italic;
	color:#333;
	text-align:center;
	padding:0px;
}
.premium-warning{
	padding:10px;
	background:black;
	border-radius:20px;
	color:white;
	width:100%;
	text-align:center;
	margin-top:20px;
	animation: blinker 2s linear infinite;
}
@keyframes blinker {
  50% {
    background-color: darkred;
  }
}
.premium-napoveda{
	font-size:13px;
	color:#888;
	font-style:italic;
	margin-left:10px;
}
.white{
	color:white;
	font-weight:bold;
}
.premium-refresh a{
	color:white;
	font-size:16px;
}
.form-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px auto;
    max-width: 1200px;
}
.form-login {
    flex: 1;
    min-width: 300px;
}
.form-register {
    flex: 1;
    min-width: 300px;
}
.custom-login-form {
    padding: 20px;
    border: 1px solid #535353;
    background-color: none;
}
.custom-login-form label{
	color:#a2a2a2;
	letter-spacing: 2px;
	font-size:10px;
	text-transform: uppercase;
	font-weight:700;
}
.custom-login-form input {
	background: none;
	border: 2px solid #535353;
	color:#a2a2a2;
	font-size:13px;
	letter-spacing: 2px;
	margin:10px 0 0 0;
	padding:10px 18px;
	font-weight:700;
}
.custom-login-form input::placeholder{
	color:#535353;
}
.custom-login-form input:focus{
	background: none;
	color:#a2a2a2;
}
.custom-login-form input[type="text"],
.custom-login-form input[type="password"],
.custom-login-form input[type="submit"] {
    width: 100%;
}

.custom-login-form input[type="submit"] {
padding: 15px 25px;
letter-spacing: 4px;
border-radius: 40px;
text-transform: uppercase;
font-weight: 700;
font-size: 10px;
background: #fff;
color: #000;
cursor: pointer;
margin-top: 5px;
border:0px;
}

.custom-login-form input[type="submit"]:hover {
    opacity:0.9;
}




.custom-register-form {
    padding: 20px;
    border: 1px solid #535353;
    background-color: none;
}
.custom-register-form input {
	background: none;
	border: 2px solid #535353;
	color:#a2a2a2;
	font-size:13px;
	letter-spacing: 2px;
	margin:10px 0 0 0;
	padding:10px 18px;
	font-weight:700;
}
.custom-register-form input::placeholder{
	color:#535353;
}
.custom-register-form input:focus{
	background: none;
	color:#a2a2a2;
}
.custom-register-form input[type="text"],
.custom-register-form input[type="email"],
.custom-register-form input[type="password"],
.custom-register-form input[type="submit"] {
    width: 100%;
}

.custom-register-form input[type="submit"] {
padding: 15px 25px;
letter-spacing: 4px;
border-radius: 40px;
text-transform: uppercase;
font-weight: 700;
font-size: 10px;
background: #fff;
color: #000;
cursor: pointer;
margin-top: 20px;
border:0px;
}


.custom-register-form input[type="submit"]:hover {
    opacity:0.8;
}

.registrace-vyhody{
	font-size:13px;
	letter-spacing: 1px;
	color:#f04933;
	margin:0 0 0 15px;
	font-weight:bold;
	text-transform: uppercase;
}
.zapomenute-heslo a{
	color:#f04933;
	font-size:15px;
}
.login-warning {
	background:orange;
	color:white;
	font-weight:bold;
	padding:10px;
}
.login-uspech {
	background:#1a7d36;
	color:white;
	font-weight:bold;
	padding:10px;
}


.user-nic {
	font-size:15px;
	color:#888888;
	margin-left:10px;
}
.vse-center {
	font-size:15px;
	font-weight:bold;
	background-color:#f04933;
	padding:5px 10px 5px 10px;
	text-align:center;
}
.vse-center a {
	color:white;
	display:block;
}
.reklama-video{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 300px;
text-align: center;
z-index: 100;
}
.reklama-video-mobile{
	display:none;
}
.reklama-center{
	text-align:center;
}
#close{
float:right;
display:inline-block;
font-size:13px;
padding:5px 10px 5px 10px;
background-color:#f04933;
color:white;
font-weight:bold;
}

.page-abcd-filtr{
	margin:0 10px 10px 5px;
}
.page-abcd-filtr li{
	display:inline-flex;
	padding:0 5px 0 5px;
	margin:0 5px 10px 5px;
}
.page-abcd-filtr a{
	width:100%;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	font-size:15px;
	padding:10px 5px 10px 40px;
}
.page-abcd-filtr li:hover{
	background-color:#f04933;
}

.page-abcd {
	background-image: url(/wp-content/themes/generatepress-child/img/abc.png);
background-size:contain;
background-repeat: no-repeat;
background-size: 25px 25px;
background-position:left 10px center;
	background-color:#333333;
}
.page-filtr {
	background-image: url(/wp-content/themes/generatepress-child/img/filtr.png);
background-size:contain;
background-repeat: no-repeat;
background-size: 25px 25px;
background-position:left 10px center;
	background-color:#333333;
}
.page-nove{
	background-image: url(/wp-content/themes/generatepress-child/img/nove.png);
background-size:contain;
background-repeat: no-repeat;
background-size: 25px 25px;
background-position:left 10px center;
	background-color:#333333;
}
.page-nove-epizody{
	background-image: url(/wp-content/themes/generatepress-child/img/epizody.png);
background-size:contain;
background-repeat: no-repeat;
background-size: 25px 25px;
background-position:left 10px center;
	background-color:#333333;
}
.obsah-stranky{
	padding:0 10px 0 10px;
}
.obsah-stranky p{
	color:#888888;
	margin:0 0 10px;
	font-size:15px;
}



.zhliadnuteh2{
	color:#888888;
	font-size:18px;
	margin-left:10px;
}




.mujtooltip {
    position: relative;
    cursor: pointer;
}
.mujtooltip:hover::after {
    content: attr(data-original-title);
    position: absolute;
    top: 120%; 
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    color: black;
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s;
}

.uvod-nadpis-div{
	margin:0;
}
.mujtooltip:hover::after {
    opacity: 1;
}
.uvod-vse{
	float:right;
	font-size:15px;
	font-weight:bold;
	background-color:#f04933;
	padding:2px 5px 2px 5px;
	margin-right:10px;
}
.uvod-vse a{
	color:white;
}






.inside-header{
	padding:10px;
}
.header-image {
	width:150px;
}


.clear-oddelovac{
margin:10px 0 10px 0;
height:1px;
background:#333333;
}



.leftsidefilm{
	padding:10px;
	width:20%;
	float: left;
}

.filminfo{
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:3px;
}
.filminfo span{
	margin-right:3px;
}



h3.serieepizody{
	font-size:23px;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:10px;
}

.bez-podtrzeni {
	text-decoration:none;
}
h1.nazevepizody {
	font-size:23px;
	font-weight: bold;
	text-transform:uppercase;
	margin:0 0 0 10px;
	color:white;
}

h2.altnazevep {
	color:#888888;
	font-size:18px;
	font-weight:bold;
	margin:0 0 0 10px;
	text-transform:uppercase;
}




.prehrajto {
	z-index:99;
width:30%;
height:30%;
position: absolute;
top: 50%;
left: 50%; 
transform: translate(-50%, -50%);
	background: url(https://cdn.sportflix.to/img/big-play-icon-1.png) no-repeat 0 0;
background-size:contain;
background-position:center;
}
.prehrajto:hover {
	background: url(https://cdn.sportflix.to/img/big-play-icon-2.png) no-repeat 0 0;
background-size:contain;
background-position:center;
}
.prehrajto span{
margin:0 auto;
}

.prehravac-tlacitka{
	text-align:center;
	margin:0;
}
.prehravac-tlacitka li{
	display:inline-flex;
	padding:0 5px 0 5px;
	margin:0 5px 0 5px;
}
.prehravac-tlacitka a{
	color:#888888;
	text-transform:uppercase;
	text-decoration:none;
	font-size:13px;
	line-height:25px;
}
.prehravac-tlacitka a:hover{
	color:white;
}




.comments-area{
	background: none!important;
	padding:0px!important;
}
h3.comments-title{
	font-size:13px;
	color:#888888;
	margin:0;
	padding-bottom:20px;
}

.children {
	padding-top:10px;
}
.comment-author{
	font-size:15px;
	color:white;
}
.entry-meta a{
	color:#888888;
	font-size:13px;
}
.entry-meta a:hover{
	color:#f04933;
}
.reply a{
	color:#888888;
	font-size:13px;
}
.reply a:hover{
	color:#f04933;
}
.comment-content{
	padding:10px 0 10px 0;
	margin:0;
	padding:0px;
}
.comment-content p{
	margin:0;
	color:white;
	font-size:15px;
}
.comment-body{
	padding:10px 10px 10px 0;
}
.comment-list{
	margin-bottom:0px!important;
}

.logged-in-as{
	font-size:15px;
	color:#888888;
}
.must-log-in{
	font-size:15px;
	color:#888888;
}
textarea#comment{
	background:none;
	font-size:15px;
	color:white;
	border-color:#888888;
	height: 80px;
}


.nejnovejsi-epizody {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0 10px 20px 10px;
}

.nejnovejsi-epizody, .nejnovejsi-epizody-home img{
	width: 100%;
    transition: 0.3s ease;
}
.episodia-list:hover img {
    opacity: 0.5;
}
.episodia-list.future-epizoda img{
	opacity: 0.5;
}

.najnovsie-filmy-home {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    padding: 0 10px 20px 10px;
}
.najnovsie-filmy, .najnovsie-filmy-home img{
	width: 100%;
    transition: 0.3s ease;
}
.film-list:hover img {
	transition: 0.3s ease;
    opacity: 0.5;
}
h2.nadpis-h2-uvod{
	color:white;
	margin-left:10px;
	font-size:23px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline-block;
}


.episodia-list h3{
	margin:0;
	font-size:13px;
}
.episodia-list h4{
	margin:0;
	font-size:13px;
	color:#888888;
}


.film-list-info{
	padding:5px 10px 10px 10px;
}
.film-list h3{
	font-size:13px;
	margin:0;
	font-weight:bold;
	color:white;
overflow: hidden;
display: -webkit-box; 
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.film-list h4{
	margin:0;
	font-size:13px;
	color:#888888;
overflow: hidden;
display: -webkit-box; 
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
#mydivpp{
	width:100%;
	height:100%;
	z-index:90;
	position:absolute;
	display:block;
}
.video {
	width:100%;
	height:100%;
	position:relative;
	top:0;
	left:0;
	background-image: url("https://cdn.sportflix.to/img/loading.gif");background-repeat: no-repeat;background-position: center;background-size: 20%;
}
@media (max-width: 768px) {
.nejnovejsi-epizody {
  grid-template-columns: repeat(2, 1fr);
    }	
	.nejnovejsi-epizody-home {
  grid-template-columns: repeat(2, 1fr);
    }
	.planovane-epizody {
  grid-template-columns: repeat(2, 1fr);
    }		
.najnovsie-filmy {
    display: grid;
    grid-template-columns: repeat(4, 1fr);  
	}
.najnovsie-filmy-home {
    display: grid;
    grid-template-columns: repeat(4, 1fr);  
	}
}

.popis-na-stranke{
	color:white;
	margin-left:10px;
}


@media only screen and (max-width: 640px) {
body {
	background-image: 
	url('img/bg-pattern.png');
	background-repeat: 
	repeat;
	background-position: 
	top center;
	background-size: 
	auto;
}
	
.header-container-top {
	flex-direction: column; 
	align-items: stretch;   
    }
.search-bar, .menu-user {
	width: 100%;       
	flex: none;
	margin: 5px 0;
}
#search {
        width: 100%;
}
.menu-user {
        justify-content: center;
}
#search-results{
	max-width:100%;
	
}
.header-bottom-1 {
	flex-direction: column;
	align-items: stretch;
	margin-bottom: 0px;
}

.logo, .header-container-bottom {
	width: 100%;
	justify-content: center;
}
.main-menu {
	justify-content: center;
	flex-wrap: wrap;
}

.hodnoteni{
position: relative;
flex-direction: row;
    gap: 10px; 
    flex-wrap: wrap; 
    justify-content: center; 
}
.leftside {
	width:20%;
}
.rightside {
	float:none;
	width:100%;
}
.popis {
color: #5a5a5a;
margin:10px 0 20px 0;
line-height: normal;
font-size:12px;
}
.action-buttons{
	text-align: center;
}
.dbrating {
float: left;
letter-spacing: 2px;
background: #272727;
padding: 4px 9px;
margin: 0 0 5px;
display: flex;
    align-items: center;   
    justify-content: flex-start; 
}
.dbrating p {
font-size: 10px;
}
.dbrating span {
font-size: 17px;
}
.action-buttons{
	justify-content: center; 
}
.accordion-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
.flleft{
	float:none;
}
.flright{
	float:none;
	padding:20px 0 0 0;
}
.page-abcd-prepinac{
display: flex;
  gap: 10px; 
  text-align: center;
}
.button-ucet{
	margin-left:0px;
}
.predchadzajucaepizoda{
	padding: 13px 22px;
	font-size:10px;
}
.ziadna-predchadzajuca-epizoda{
	padding: 13px 22px;
	font-size:10px;	
}
.dalsiaepizoda {
	padding: 13px 22px;
	font-size:10px;	
}	
.ziadna-dalsiaepizoda {
	padding: 13px 22px;
	font-size:10px;	
}	
.page-numbers {
	font-size:15px;
	padding:6px 9px!important;
	}
.nejnovejsi-epizody {
	grid-template-columns:1fr;
	
}
	.nejnovejsi-epizody-home {
	grid-template-columns:1fr;
	
}
.planovane-epizody {
  grid-template-columns: repeat(2, 1fr);
    }	
.najnovsie-filmy {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  
	}
	.najnovsie-filmy-home {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  
	}
h1.nazev {
	font-size:18px;
}

h2.altnazev {
	font-size:13px;
}
h2.altnazevep {
	font-size:13px;	
}
.serialinfo{
	font-size:10px;
}

.zanry li {
		font-size:10px;
}
	h1.nazevepizody {
		font-size:15px;
	}
	
	.tabvideo li a{
		font-size:13px;
	}
h3.serieepizody{
	font-size:18px;
	}
	
.leftsidefilm{
	width:25%;
}

	
h3.komentare {
		font-size:18px;
	}
h2.comments-title{
	font-size:15px;}
h3.comment-reply-title{
	font-size:15px;
	}
	.logged-in-as{
	font-size:13px;
}
.must-log-in{
	font-size:13px;
}
.form-ucet input{
	width:49%
}

	.az-list{
	list-style:none;
	margin:0;
	 -webkit-column-count: 1;
  -webkit-column-gap: 0px;  
  -moz-column-count: 1;
  -moz-column-gap: 0px;
  column-count: 1;
  column-gap: 0px;
}
	#tabcontent{
		height:250px;
	}
	.filtr-form {
        flex-direction: column;
        align-items: stretch;
    }

    .custom-select {
        width: 100%;
    }
.button-container {
        justify-content: space-between; 
    }
    #submit,
    #reset-button {
        width: 50%;

    }
	.page-abcd-filtr li{
		width:100%;
	}
	.reklama-video{
		display:none;
	}
	.reklama-video-mobile {
		display:block;
		position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 300px;
text-align: center;
z-index: 100;
pointer-events: auto;
	}
	.form-container {
        flex-direction: column; 
        gap: 20px; 
    }
}
