* { 
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Oswald',sans-serif;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.accordion-menu {
  width: 100%;
  max-width: 175px;
  margin:10px auto 10px;
  background: #393939;
  border-radius: 4px;
 border: 1px solid #2c2c2c;
text-shadow: 1.3px 1.3px rgba(0,0,0,1);
font-weight: 100;
}
.accordion-menu .open .dropdownlink {
  color: #FFF;
}
.accordion-menu .open .dropdownlink .fa-chevron-down {
    transform: rotate(180deg);
  }
  
.accordion-menu li:first-child .dropdownlink {
border-top-left-radius:4px;
border-top-right-radius:4px;
}

.dropdownlink {
  cursor: pointer;
  display: block;
padding: 7px 15px 7px 15px;
    width: 145px;
  font-size: 18px;
  border-bottom: 1px solid #222;
  color: #fff;
  position: relative;
  transition: all 0.4s ease-out;
}
.dropdownlink i {
    position: absolute;
    top: 14px;
    left: 16px;
	font-size: 12px;
    color: #545454;
    text-shadow: 1.3px 1.3px rgba(0,0,0,0.2);
  }
.dropdownlink .fa-chevron-down {
    right: 12px;
    left: auto;
  }

.submenuItems {
  display: none;
  background: #4b4b4b;
}
.accordion-menu div:first-child .submenuItems{
display:block;
}


.submenuItems li {
    border-bottom: 1px solid #333;
  }
  
.submenuItems a {
  display: block;
  color: #fff;
  padding:7px 3px 7px 3px;
  text-align:center;
  transition: all 0.4s ease-out;
}
.submenuItems a:hover {
    background-color: #666;
    color: #fff;
}

.submenuItems .selected {
    background-color: #666;
    color: #fff;
}


.cflag {
height: 13px;
    margin:0px 8px 1px 0;
    border-radius: 2px;
	}

	

/* The Modal (zoznam epizod) */
.modal {
display:none;width:380px;background:#393939;border:1px solid #050505;
-webkit-box-shadow: 0px 0px 30px -7px rgba(200,200,200,1);
-moz-box-shadow: 0px 0px 30px -7px rgba(200,200,200,1);
box-shadow: 0px 0px 30px -7px rgba(200,200,200,1);
}

.modal a.close-modal {
  position: absolute;
  top: -40px;
  right: -40px;
  display: block;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  background: url(<?=$domain;?>/images/close.png) no-repeat 0 0;
}
.modal a.close-modal:hover {
  background: url(<?=$domain;?>/images/close_h.png) no-repeat 0 0;
}
.scrollbar {
overflow:scroll;max-height:400px;width:380px;
text-shadow: 1.3px 1.3px rgba(0,0,0,1);
}

.scrollbar .seria{
font-weight: 400;
font-size:20px;
color: #CCC;
height:50px;
line-height:50px;
width:380px;
border-bottom: 1px solid #050505;
border-top: 1px solid #8E8E8E;
background-image: -webkit-linear-gradient(top,rgba(100, 100, 100, 1) 0%,rgba(69, 69, 69, 1) 100%);
}

.epizody {float:left;font-size:18px;}
.epizody ul {list-style-type:none;padding:0;margin:0;width:380px;border-bottom:1px solid #000000;background:#393939;}
.epizody ul:hover {background:#363636;}
.table_zaklad2 {text-align:left;height:40px;line-height:40px;}

.menu-item {display:block; }
.menu-item ul {display:none;list-style-type:none;padding:0;margin:0;}
.cislo_epizody {padding-right:5px;float:left;}
.jazyk_epizody {float:right;padding-right:25px;}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 5%;
  right: 5%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(<?=$domain;?>/images/wait.gif) no-repeat center center;
}
/* koniec The Modal (zoznam epizod) */

/* The Modal (navod na spustenie) */
.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 301; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
  cursor:pointer;
  font-size: 18px;
}

/* Modal Content/Box */
.modal-content {
  color:#FFF;
  padding: 20px;
  margin: 10% auto;
  width:500px; /* Could be more or less, depending on screen size */
  background:#393939;border:1px solid #050505;
-webkit-box-shadow: 0px 0px 30px -7px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 30px -7px rgba(0,0,0,1);
box-shadow: 0px 0px 30px -7px rgba(0,0,0,1);
  cursor:default;
}
.modal-content h2{ 
color: #FFF;
font-size: 25px;
font-weight: 600;
padding-bottom: 5px;
}
.modal-header{ position:relative; }

/* The Close Button */
.close {
  position: absolute;
  top: -50px;
  right: -50px;
  display: block;
  width: 56px;
  height: 56px;
  background:#666;
  border-radius: 30px;
   transition: all 0.4s linear;
}

.close:hover,
.close:focus {
cursor:pointer;
  background:#d50e0e;
}
.close:after {
    content: '';
    height: 36px;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(45deg);
	top:10px;
    left: 28px;
}

.close:before {
    content: '';
    height: 36px;
    border-left: 2px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
	top:10px;
    left: 28px;
}


.players {
width:850px;height:410px;border:1px solid #111;position:relative;background: #444;
}
.players .playersbutton {
  opacity: 0;
  transition: all 1.2s;
  z-index: 1;
  position: absolute;
  left:0px;
  width: 100%;
}
.players:hover .playersbutton {
  opacity: 1;
}

.playersbutton a{
    color: #aaa;
	opacity:0.99;
	transition: all 0.4s ease-out;
}
.playersbutton a:hover {
    color: #fff;
	opacity:1;
} 
.playersbutton span{
    color: #aaa;
	opacity:0.99;
	transition: all 0.4s ease-out;
}
.playersbutton span:hover {
    color: #fff;
	opacity:1;
} 

.players .nextepizode {
  opacity: 0;
  transition: all 1.2s;
  z-index: 1;
  position: absolute;
  right:0px;
  padding-left:37px;
}
.players:hover .nextepizode {
  opacity: 1;
}

.nextepizode a{
    color: #aaa;
	opacity:0.99;
	transition: all 0.4s ease-out;
}
.nextepizode a:hover {
    color: #fff;
	opacity:1;
} 


.tlacidla {	
position:absolute;bottom:0px;width:100%;
}
.nahlasit {	
height:25px;line-height:25px;padding: 4px 8px;
cursor: pointer;
    display: block;
    padding: 4px 4px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #000;
	border-top:none;
    position: relative;
	background: #444;
}
.nahlasit2 {	
height:25px;line-height:25px;padding: 4px 8px;
cursor: pointer;
    display: block;
    text-align: center;
    font-size: 16px;
    border: 1px solid #000;
	border-top:none;
    position: relative;
	background: #444;
}
a { color: #aaa; }
a:hover { color: #fff; }

.players svg {
    height: 14px;
    fill: #a5a9af;
	padding-right: 3px;
	padding-left: 3px;
}