.overlay {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.0);
    transition:all 1s;    
    pointer-events:none;
}                            

.overlay-enabled {
    display:block !important;    
    background:rgba(0,0,0,0.3);
    pointer-events:auto;
    z-index:3;
}

.padme {
    padding:15px;
}

.padme-less {
    padding:5px;
}

.muted-link, .muted-link a {
    text-decoration:none !important;
    color:#303030 !important;
}

.btop {
    border-top:#f0f0f0 1px dashed;   
    padding-top:5px;
}

.h1-fix h1 {
    margin:-15px -15px 15px -15px !important;    
}

.editable-content .footable {
    border:none;
}

.editable-content .footable tr:first-of-type td {
    border-top:none !important;
}

.editable-content .footable td {
    border:none;
    border-top:#f0f0f0 1px solid;
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0 0 10px 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
  padding-top:10px;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}

ol > li ul {
    margin-top:10px;
}

figure {
    position:relative;
    top:0px; left:0px;
    padding:0px;
    margin:20px;        
}

figure.main {
    margin:0px;
}

figure img {
    max-width:100%;
    height:auto;
    display:block;
}

figure.fl {
    margin-left:0px;
}

figure.fr {
    margin-right:0px;
}

#unsupported {
	display:none;
}

.hidenew,.CSSlogged {
	/*display:none;*/
}

.banner-v-sekciach {
	width:100%; overflow:hidden;
	text-align:center;
	background-color:#1A1F23;
	max-width:675px; overflow:hidden;
}

.banner-v-sekciach iframe {
	margin:px auto 0px auto;
}

#side2 {
    background-color:#1A1F23;
}
.stat-podnadpis {
    margin:10px 0px 5px 0px;
    padding:5px 0px;
    color:white;
    font-size:14px;  
    background-color:#0A4194;  
}

body {
	font-family:Arial, sans-serif;
          
	
    /* prevent callout to copy image, etc when tap to hold */
    /* prevent copy paste, to allow, change 'none' to 'text' */
     /*
     -webkit-touch-callout: none;                
  -webkit-user-select: none;                  
     */

   /* -webkit-text-size-adjust: 100%;*/
}

a img {
    border:none;
}


form {
	margin:0px; padding:0px;
}

input {
	font-family:Arial, sans-serif;
}

.ctr {
	text-align:center;
}  

.ar {
	text-align:right;
}

.fleft {
	float:left;
}

.input {
	border:none;
	font-size:12px;
	padding:2px;
}

.banner-img-wrap img {
    display:block;
}

.CSSsubmit {
	border:#808080 1px solid;
}

.radius-mid {

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.radius-mid-bottom {

	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

}

.radius-large-bottom {

-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;

}

		
.grad-darker {      
	  
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.9) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.9) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.9) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */

}

.grad-dark {
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */

}		

.pozor {
	color:darkgreen;
}
         
.clr, .cleaner { clear:both; }

#header {
	background-color:#1a1f23;
	position:relative;
	top:0px; left:0px;
	margin:0px auto 0px auto;
	padding-top:65px;		
}



#hp-logo {
	position:absolute; 
	top:15px;
	left:20px;	
}

#hp-logo img {
	width:102px;
	height:101px;
	border:none;
}

#site-name-slogan {
	 font-family:"Arial Black", Arial, sans-serif;
	 font-size:30px;
	 font-weight:bold;
	 position:absolute;	 
	 top:10px;
	 left:145px;
	 color:#01649d;
	 text-decoration:none;
}

#site-name-slogan span.colr1 {
	font-family:Arial, sans-serif;
	color:white;
	font-weight:bold;
}

#site-name-slogan span.colr2 {
	font-family:Arial, sans-serif;
	display:block;
	font-size:9px; 	
	text-align:right;
	position:relative;
	top:-5px; left:0px;		
	color:#5d6065;
	text-transform:uppercase;
}

#media-icons {
    float:left;
    position:absolute;
    top:8px;
    left:400px;
}
#media-icons a {
    text-decoration:none;
    font-size:300%;
    display:inline-block;
    color:#01649d;
    margin-right:8px;
}

#media-icons a:hover {
    color:#007DC5;
}


.nav-menu-icon {
	display:none;
}


@media screen and (min-width: 768px) {

#IDmainMenu {	    
    background-color:#01649d;
    height:60px;
    padding-left:145px;    
}

#IDmainMenu a {
	display: block;	
	text-decoration:none;
	color:white;
	float: left;
	cursor: pointer;  
	 height:60px;
	font-size:17px; 
}

#IDmainMenu a span {
  padding:19px 10px 15px 10px;
 
  display: block;
}

#IDmainMenu .CSSseparator
{
  display:none;
}

#IDmainMenu a:hover {

			color:white;
			background-color:#0087d4;			
}

#IDmainMenu a:hover span {
  padding:18px 10px 15px 10px;
}

#IDmainMenu a.act {
  
  color:white;
  /*font-size:14px;*/
  background-color:#007dc5;  
}

#IDmainMenu a.act span {
    
}

#IDmainMenu span {
	
}

#IDsubMenu strong.pozor a {
  color:white;
  font-weight:bold;
  text-decoration:none;
  
  
}

/*
#IDsubMenu .acti {
  color:white;
  font-weight:bold;
  text-decoration:none;
}
*/

            
#IDsubMenu  {
     
  margin:0px 0px 0px 0px;
 
 	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */          
	
	padding: 5px 0px 0px 145px;
	font-size: 12px; line-height:18px;
	text-align:left;
	
	color: #a0a0a0;    
  
}

.nadpis-ligy-live {
	color:white;
}

.sub-sepa {
  width:940px;
  margin-top:5px;
  border-top:#505050 1px dashed;
  padding-top:5px;
}

#IDsubMenu a
{
  padding:0px 3px 0px 3px;
  text-decoration:none;
  color:#888888;    
} 

#IDsubMenu a:hover
{  
  text-decoration:underline;
  color:#0093e8;  
} 

.submatrio {
  padding:3px 0px 7px 10px;
  display:block;
    
}

#SubMenuPodSpravy {


font-size:10px;  
}

#SubMenuPodSpravy a {
  color:white;
  text-decoration:none;

}
#SubMenuPodSpravy a:hover {
  color:#0087d4;
  text-decoration:underline;

}

html>body #IDsubMenu div {
	
  
  
  
}

#IDsubMenu .CSSseparator div {
	font-weight: bold;
}


#IDsubMenu .CSSsepa2 {
  color:#606060;
  font-size:12px;
  letter-spacing:-1px;  
}


.Moff {
	display:none;
}


}

/*fancy*/
#toTop {
    padding: 3px 5px;    
    color: #a0a0a0;
    position: fixed;
    bottom: 0px;
    right: 5px;
    font-size:38px; 
    text-decoration:none;
    display:none;
    text-shadow: 1px 1px 1px black;
}

.transp:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  /* IE 5-7 */
  filter: alpha(opacity=1);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}



.transp {
	  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4)";
  /* IE 5-7 */
  filter: alpha(opacity=0.4);
  /* Netscape */
  -moz-opacity: 0.4;
  /* Safari 1.x */
  -khtml-opacity: 0.4;
  /* Good browsers */
  opacity: 0.6;
}

/*search form*/
#IDmainSearch {
	position:absolute;
	top:20px;
	right:15px;
}

#IDmainSearch label {
	display:none;	
}

#IDsearchQ {
	border:#525252 2px solid; 
	background:transparent;
	color:#525252;
	vertical-align:middle;
	margin:0px 10px 0px 0px;	 
	font-size:12px;
	padding-left:5px;
	font-weight:bold;
	width:110px;
}

#IDmainSearch a {
	color:#525252;
	text-decoration:none;
	font-size:20px;
	vertical-align:middle;
	position:relative;
	top:2px;
	left:0px;	
}
/*search form* end /

/* SWIPEBOX ------------------------------------------------------------------------------------------- */
html.swipebox {
  overflow: hidden!important;
  z-index:999; 
}

#swipebox-overlay img {
  border: none!important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}

#swipebox-slider .slide {
  background: url("/utils/js2/img/swipebox/loader.gif") no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background:none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding:5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}


#swipebox-slider .slide .swipebox-video-container .swipebox-video{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{
  width: 100%!important; 
  height: 100%!important;
  position: absolute;
  top: 0; left: 0;
}

#swipebox-action, #swipebox-caption {
  position: fixed;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;                
}


/*.slide current iframe {
	margin:50px 0px 50px 0px; 
}
*/

body.noscroll{
    position:fixed;
    overflow:hidden;
}

#swipebox-custom-content {        
position:fixed; top:0px; left:0px; width:100%; height:100%;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  padding:52px 0px 52px 0px !important;;

}

#swipebox-custom-content iframe { 
	display:block; width:100%; height:100%; overflow:hidden;   
}

.swipebox-custom-content .clr {
	clear:both; height:100px; width:100%; background-color:navy;
}

#swipebox-action {
  bottom: -50px;
}                       
#swipebox-action.visible-bars {
  bottom: 0;
}                       

#swipebox-action.force-visible-bars {
  bottom: 0!important;
}       

#swipebox-caption {
  top: -50px;
  text-align: center;
}
#swipebox-caption.visible-bars {
  top: 0;
}

#swipebox-caption.force-visible-bars {
  top: 0!important;
}

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url("/utils/js2/img/swipebox/icons.png");
  background-repeat: no-repeat;
  border: none!important;
  text-decoration: none!important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  background-position: 15px 12px;
}              


                    
@media screen and (min-width: 800px) {
	#swipebox-action #swipebox-close {
	  
	  right: 20px;
	  position:fixed;
	  top:0px;
	}               
}

#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px;  
}

#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px;  
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
  	position:absoulute;
    left: 0px;
    bottom:0px;
  }
                                                        
  #swipebox-action #swipebox-prev {
    right: 60px;
  }

  #swipebox-action #swipebox-next {
    right: 0;
  }
}


/* Swipebox Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
	background: rgba(0,0,0, .9);           	
}

#swipebox-action, #swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(#0d0d0d, #000000);
  background-image: -moz-linear-gradient(#0d0d0d, #000000);
  background-image: -o-linear-gradient(#0d0d0d, #000000);
  background-image: linear-gradient(#0d0d0d, #000000);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

#swipebox-action {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#swipebox-caption {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white!important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
/*SWIPEBOX END ------------------------------------------------------------------------------------------- */

#menu-eshop {
    padding-left: 35px;
    position: relative;
}

#menu-eshop .icon-kosik {
    font-size: 1.4em;
    position: absolute;
    left: 14px;
    top: 18px;
}



/*user area*/        

#user_area { 	 
	position:absolute;
    top:0px;
	right:125px;   		
    width:auto; max-width:65%;
    text-align:center;
    z-index:999;    
    color:white;
    font-size:12px;
    font-weight:bold;
    padding:0px;
    margin:0px;       
}

.menu-initialized .ua-inside {
    position:absolute;
    bottom:0px; left:0px;    
}                     

.ua-wrapper {        
    position:relative;
    top:0px;
    left:0px;         
    transition:all 1s cubic-bezier(0.215, 0.61, 0.355, 1);  
    max-height:7px;      
    overflow:hidden;                    
}
                             
.ua-inside {        
    background-color:#fe4020;
	padding:0px;      
    margin:0px;
    display:block;       
}

.ua-padding {
    padding:15px;    
}      

.webkit-browser .ua-padding {
    padding-top:30px;
}          

.menu-opened .ua-wrapper {
    max-height:1200px;          
}

.menu-shadow {
    -webkit-box-shadow: 0px 8px 7px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 8px 7px 0px rgba(0,0,0,0.42);
    box-shadow: 0px 8px 7px 0px rgba(0,0,0,0.42);
}
   
#roll-out-user {
	background-color:#fe4020;
	font-size:13px;
	display:inline-block;    
 	position:relative;
 	margin:0px auto; 
 	color:white;
 	font-weight:bold;
 	bottom:3px;
 	text-decoration:none;
 	 padding:5px 10px 6px 10px;
}

#roll-out-user .wrap-notif {
    position:relative;
    top:0px; left:0px;
}

#roll-out-user .radius-mid {
    display:block;    
	color:white;
    background-color:#01649d;   
	 padding:2px 3px 2px 3px;
    font-size:10px;     
    min-width:11px;
    min-height:11px;
    position:absolute;
    line-height: 1.3;
    top:-7px;
    right:-3px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.59);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.59);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.59);
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;    
    -webkit-font-smoothing: subpixel-antialiased;    
}

#IDmainLogin {
	text-align:left;
	line-height:22px;
}

#IDmainLogin h2 {
	margin:0px 0px 5px 0px;       
}

#reg-and-retrieve { 
	margin:10px 0px;
}
#reg-and-retrieve a {
	color:white;
	font-size:14px;

}
#IDmainLogin-reglink {
	
}
#IDmainLogin-retrieve {
}

.CSSsubmit {
	cursor:pointer;
}

#IDquickPost {
	text-align:left;
	font-size:12px;
} 

#IDquickPost a {
  color:white;
}

.klogo-uinfo {
	position:absolute;
	top:10px;
	right:10px;
}

.CSSlogged {
	display:none;
}

.message-line {
	margin:3px 0px 0px 15px;
	font-weight:normal;
}
/*user area end*/


/*top stories*/
/*full width*/
#IDbody {
	/*width:675px;*/
	text-align:left;	
}

#uvod-body {
		background-color:black;
}

.top-article {
	position:relative;
	top:0px; left:0px;
	overflow:hidden;
	width:100%;	
	height:450px;
	background-color:black; /*#01649d*/
}

.top-article h2 {	
	text-align:left;
	margin:20px 50px 10px 20px;
	font-size:30px;
	line-height:32px;
}
.top-article h2 a {
	color:white; text-decoration:none;	
}

.top-article p {
	color:white;
	text-align:left;
	padding:0px 20px 0px 20px;
	margin:0px 0px 30px 0px;
	font-size:12px;
}
.top-article p a {
	color:white;
	
} 

.top-news-over {
	text-align:left;
}
.top-news-over span{
	
	display:block-inline;
	font-size:16px;	 
	 padding:3px 5px 2px 3px;

}

.top-news-over span.datum{
	 background-color:#126da2;
	 color:white;	 
	 font-weight:bold;
	 width:100px; overflow:hidden;
	 	margin:0px 0px 0px 20px;
}

.top-news-over span.autor-zdroj {
	 background-color:white;
	 color:white;	 
	 font-weight:bold;
	 width:100px; overflow:hidden;
	 	margin:0px 0px 0px 0px;
}
    
.top-news-over span.optional {
	display:none !important;
}

.top-news-over span.diskusia {
 	  background-color:#FE4020;
	  position:absolute;
		top:15px;
		right:20px; 	   
		 text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:3px 2px 3px 3px;  
	max-width:50px;
	font-size:11px;
	/*box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.12);*/                       
}

.top-news-over span.icon-discussion {
	display:block;
	font-size:24px;
}

.top-news-over span.diskusia a span.count {		
		font-size:18px;
		font-weight:bold;
}

.top-news-over span.diskusia a {
 	text-decoration:none;
 	color:white;
 	 				
}

.top-news-over span.diskusia:hover {
	background-color:red;
}

.top-news-over span.autor-zdroj a {
	text-decoration:none;
	color:#126da2;
}

.landscape img {
  	width: 100% !important;
}
.portrait img {
    height: 100% !important;
}

.top-news-over {
	position:absolute;
	bottom:0px; left:0px;
	width:100%;
	padding-top:50px;
	/*border-top:red 1px solid;*/
}

.media-icons {
	position:absolute;
	top:20px;
	right:20px;
	font-size:40px;
	color:white;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.62);
}

.show-pause {
	display:none;
	position:absolute;
	left:20px;
	top:20px;	
	font-weight:bold;
	font-size:32px;
	color:white;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.62);	
}
.cycle-paused span.show-pause {
	display:block;
	z-index:999;
}


.main-article-pic img {
	width:100%;
}

#controls {
  background-color:black;
	border-spacing: 0px; 
	width:100%;
		border:none;
		border-top:black 1px solid;
        border-bottom:black 1px solid;
}

#controls td {
	width:20%
	border:none;
	padding:0px;
	margin:0px;
} 

#controls a {
	 display:block; text-align:center;
	  background-color:black;
	 text-decoration:none; font-size:11px; 
	 color:white;
	 text-transform:uppercase;
	 width:100%;
	 float:left;
     
     
}
#controls a span {
 	display:block; padding:5px 4px 5px 4px; 
	 	      
}

#controls a.bor-left {
	border-left:#808080 1px solid;
}


#controls a:hover {
	background-color:#126da2 !important;
} 

#controls a.active {
	background-color:#126da2 !important;
}

/* 3box sekcie */
.box3 {
	width:225px; /*respo dolezite*/
	float:left; 
	overflow:hidden;
	background-color:#126da2;	
}

.box3-middle 
{
	width:223px;   /*respo dolezite*/
	border-left:#1A1F23 1px solid;
	border-right:#1A1F23 1px solid;
}

.section-head {
	text-align:left;
	line-height:13px;
	padding:10px 2px 2px 5px;
	height:50px; max-height:50px; overflow:hidden; 
	color:white;
	font-size:10px;
	
}
.section-head img {
 	float:left; margin:5px;  height:32px;
}
.section-head h2 {
	margin:0px 0px 3px 0px; font-size:12px; color:white;	
}              
.section-head a {
	color:white; text-decoration:none; font-size:11px;
	
}      

/* vertical and horizonal centering of images 225x180 */
.box3-picwrap {
	width:225px; height:170px; /* RESPO dolezite */ 
	text-align:center;
	overflow:hidden;
  position:relative;
  top:0px; left:0px;
}

.box3-picwrap img {
  border:none;    
}

.box3-picwrap a {
  display:block; height:170px; width:225px;   /* RESPO dolezite */
}
			 
.land img {	
	margin:0px auto;
	height:100%;
}

.land a {
  position:relative;
  left:-187px; /* RESPO dolezite vyrata 600-width(=225px) / 2 */
  width:600px !important;
  text-align:center; 
}

.port img {
	width:100%;     
}

.port span {
  display:block;
  position:relative; top:-213px; /* RESPO dolezite vyrata 600-height(=170px) / 2 */
}

.port a {
  display:table-cell !important;  
  height:600px !important;
  vertical-align:middle;
}


.box-nblock {
	overflow:hidden;
	position:relative;
}            

.box3-news {
	position:absolute;
	bottom:0px; 
  text-align:left;	
  width:100%; 
	padding-top:30px;  
}

.box3-news h3 {
	font-size:12px;
	line-height:14px;
	padding:10px 40px 10px 10px;
	margin:0px;

}

.box3-news h3 a {
	color:#f0f0f0;
	text-decoration:none;	
}

.box3 div.media-icons {
	font-size:24px;
	top:10px; right:auto; left:10px;
}

.news-info span{
	
	display:block-inline;
	font-size:10px;	 
	padding:3px 5px 2px 3px;

}

.news-info span.datum{
	 background-color:#126da2;
	 color:white;	 
	 font-weight:bold;
	 width:80px; overflow:hidden;
	 	margin:0px 0px 0px 10px;	 	
}

.news-info span.autor-zdroj {
	 background-color:white;
	 color:white;	 
	 font-weight:bold;
	 overflow:hidden;
	 	margin:0px 0px 0px 0px;
}
    
.news-info span.optional {
	display:none !important;
}

.box-nblock span.diskusia {
  display:block;
 	  background-color:#FE4020;
	  position:absolute;
		bottom:12px;
		right:10px; 	   
		 text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:3px 3px 2px 4px;  
	/*box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.12);*/
  color:white; 
  font-size:12px;                        
}

.box-nblock span.icon-discussion {
	display:block;
	font-size:16px;  
  margin-bottom:1px;
}


.box-nblock span.diskusia a {
 	text-decoration:none;
 	color:white;
 	 				
}

.box-nblock span.diskusia:hover {
	background-color:red;
}

.news-info span.autor-zdroj a {
	text-decoration:none;
	color:#126da2;
}





/* posledne prispevky box*/
#tab_diskusie h1 {
	margin:0px 0px 10px 0px;
	color:white;
	font-size:15px;
}
#tab_diskusie {
	background-color:#FE4020;	
	font-size:12px;
	text-align:left;
	padding:15px 0px 15px 15px;
	line-height:18px;
	display:block;
	
}
#tab_diskusie a {
 	color:white;    
 	text-decoration:none;
  width:250px;
}

.yellow {
	   display:inline-block;   vertical-align:middle;
	   color:yellow; 
}
/*ellipsis*/
#tab_diskusie .ellipsis {
   display:inline-block;
   vertical-align:middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*docasne*/
/*
#live2frame { float:left; width:100%; 100%; border-right:white 1px solid; }

.iframed iframe {
	width:100%;
}
*/
/*iframed live */



#domaci, #hostia { 
font-weight:bold; font-size:14px; font-family:"Arial Narrow", Arial, sans-serif; text-align:center;    
text-transform:uppercase; }

#IDbody td#zap-score { font-size:70px; font-weight:bold; padding:10px 20px 00px 20px; vertical-align:top; }
#IDbody td#zap-score span { font-size:16px; display:block; font-weight:normal; }

#domaci img, #hostia img { margin-bottom:0px; }

#status { font-size:14px; margin:0px 0px 0px 0px; padding:5px 0px 5px 10px;  }

/*#komentuje { position:absolute; bottom:5px; right:10px; }*/
/*#zapas-ostatne { margin-left:10px; }*/

.iframer { margin:10px 0px 0px 10px; 

	height:100%;
}

#live2frame #zapas-panel {
		position:fixed;
	top:0px; left:0px;
	
}

#IDbody #zapas-panel {
	position:relative; top:0px; left:0px;
	padding-bottom:25px;
}

#zapas-panel {
	
	background-color:white; 
	width:100%; 
	padding-bottom:20px;

	border-bottom:black 1px solid;
			    box-shadow: inset 0 -10px 10px -10px #000000;
    -moz-box-shadow: inset 0 -10px 10px -10px #000000;
    -webkit-box-shadow: inset 0 -10px 10px -10px #000000;
    font-size:12px;
}

#ul-spodok { padding:0px; margin:0px; position:relative; }




.CSSmainSectionLinks  {
	position:fixed;
	bottom:0px; left:0px;
	width:100%; background-color:#f0f0f0; padding:4px;
}

#live-wrapper {
	width:100%; overflow:hidden;
}

	
	#live3 { width:100%; }
	#scoreboxy {
		width:100%; overflow:scroll;
		  text-align:left;
		
	}
	.score-box-wrap {
		display:inline-block;

	}
	.stav-zapasu {
		font-size:10px;
	}
	

	
	
/*klub fans*/
#klub_fans {
  position:relative;
  top:0px; left:0px;
	background-color:#36393E;  
}          

#klub_fans_inside {
  
  padding:15px 0px 20px 0px;
}

#klub_fans_inside h2 {
	margin:0px 0px 15px 15px;
	color:white;
	font-size:22px;	
	text-align:left;
}

#klub_fans a {
    color:white;
    text-decoration:none;
    display:block;
    text-align:center;
    font-size:11px;
    font-weight:bold;
    float:left;
    margin-top:15px;
  /*border:red 1px solid;*/
}

#klub_fans a img {
  width:70%;
  display:block;
  margin:0px auto 5px auto;
  
}

#klub_fans a:hover {
  text-decoration:underline;
}



.klub_fans_context { 
	display:none;
  position:absolute;
  top:0px;
  left:0px;	
  width:200px;
  text-align:center;
  border:#ffffff 1px dotted;
  padding-top:10px;
  background-color:#606060;
  color:white;
  padding-bottom:10px;
    z-index:99;
    -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  border-radius: 10px; /* CSS3 */  
}



.kfc_selected {
  background-color:#3d7b14;
}



.klub_fans_context h4 {  
  margin:0px 0px 5px 0px;
  font-size:13px;
  color:white;

}

.klub_fans_context h2 {  
  margin:0px 0px 5px 0px;
  padding:4px;
  font-size:12px;
  border:#a0a0a0 1px dotted;
  background-color:#a00000;
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  border-radius: 10px; /* CSS3 */
  color:white;
}

.klub_fans_context img.klogo {
  position:absolute;
  top:7px;
  left:10px;
  height:20px;
}

.klub_fans_context a {
  
  color:white;
  text-decoration:none;
  font-size:12px;
}

.klub_fans_context a.cont_x {
  font-size:14px;
  font-weight:bold;
  position:absolute;
  top:5px;
  right:10px;   
  
}

.klub_fans_context a:hover {
  text-decoration:underline;
}

.klogo-uinfo {
  float:right;  
}

.tabulky-head-pic {
  
  position:relative; left:-7px;
}

#IDside div.b160pravystlpec {
  clear:both;
  padding:10px; background-color:black;
  margin:10px 0px 10px 0px;	   
}

#slovan_fans_info
{
  background:url(/hp/obr-bf/slovan-fans.png) 0px 0px no-repeat;
  width:94px;
  height:107px;
  position:absolute;
  top:103px;
  left:961px; 
}

#ocomsmepisali {
	background-color: #1A1F23;
	color: #fff;
	padding: 0px 20px 15px 20px;
	font-size: 13px;
}
#ocomsmepisali a {
	color: #a0a0a0;
}

/*
#slovan_fans_info a {
  position:relative;
  top:0px;
  left:0px;
  display:block;
  width:94px;
  height:107px;
  font-size:11px;
  text-decoration:none;
}

#slovan_fans_info a:hover span {
  text-decoration:underline;
}

#slovan_fans_info a span {
  
  width:78px; 
  
  text-align:center;
  position:absolute;
  top:74px;
  left:0px;
}
*/

/* footer */
#footer {
  position:relative;
  top:0px; left:0px;
 	background-color:#3e3e3e;
 	font-size:14px;
 	line-height:20px; 	
}

#footer a {
	color:#c0c0c0;
	font-size:12px;
}

#footer a:hover {
	color:white;	
}


#footer h3 {
	color:white;
	font-size:22px;
	text-align:left;
	margin:15px 0px 15px 25px;
	
}

.f-matrio {
	padding:20px 20px 20px 30px;;
}

.footer-small {
	font-size:12px;
	line-height:17px;
}

#footer-left {
 	float:left;
 	width:645px;
 	color:#b0b0b0;
 	text-align:left;
 	padding:10px 0px 20px 0px;	
}

.footer-left-left {
  float:left;
  width:60%;
}

.footer-left-right {
	float:right;
	width:38%;	
}     

.footer-left-wide {
 	width:100%;
}

#footer-right {
	float:right;
	width:555px;
	padding:10px 0px 0px 0px;

}

#footer-right h3 {
	margin-left:0px;
	margin-bottom:25px;
}

#sportportal-footer-nav a {
	width:185px;
	height:340px;
	display:block;
	float:left;
	background-size:100%;
	background-position:left bottom;
}

#sportportal-footer-nav a:hover {
	background-size:100%;
	background-position:left bottom;
}

#sportportal-footer-nav a span {
 	display:none;
}

#fp-nav {
 	background:#3b3b3b url(/hp/img/sp-nav/fp-dark.jpg) 0px 0px no-repeat;
}

#hp-nav {
 	background:#3e3e3e url(/hp/img/sp-nav/hp-dark.jpg) 0px 0px no-repeat;
}

#bp-nav {
 	background:#434343 url(/hp/img/sp-nav/bp-dark.jpg) 0px 0px no-repeat;
}

#fp-nav:hover {
 	background:#7eb2c7 url(/hp/img/sp-nav/fp-over.jpg) 0px 0px no-repeat;
}

#hp-nav:hover {
 	background:#8cb9cc url(/hp/img/sp-nav/hp-over.jpg) 0px 0px no-repeat;
}

#bp-nav:hover {
 	background:#9fc6d7 url(/hp/img/sp-nav/bp-over.jpg) 0px 0px no-repeat;
}

#sita-logo {
	float:left; 
	width:150px;
	margin:6px 10px 0px 0px;
}

#tasr-logo {
	float:left; 
	width:150px;
	margin:2px 10px 0px 0px;
}

/* clanok */
/* clanok v diskusii */
#clanokPRW {
	height:200px; overflow-y:scroll;
	border-bottom: #1A1F23 1px solid;

}

#clanokPRW .wrapimage img {
 	width:auto;
 	height:auto;
 	margin:20px; float:left;
}

#clanokPRW #iframe_like {
	margin-left:20px;
}

.CSSarticle {
	text-align:left;
	position:relative;
	top:0px; left:0px;
}



.CSSarticle .fix {
 	padding:0px 20px 0px 20px;
}

.clanok-text-wide-fix {
	padding:0px 20px 10px 20px;
}

.fl {
	float:left;
}
/*
.fl img, img.fl {
	margin:5px 20px 5px 0px;
	max-width:100%; 
} */

.fr {
	float:right;
}

/*
.fr img, img.fr {
	margin:5px 0px 5px 20px;
	max-width:100%; 
}
*/

.CSSarticle h1 {
	font-size:28px;
	color:#e0e0e0;
	background-color:#1A1F23;
	padding:20px 20px 15px 20px;
	margin:0px 0px 0px 0px; 
	border-top:#333333 0px solid;
}

.CSSarticle h1 a {
	text-decoration:none;
	color:#e0e0e0;
}

.CSSarticle h2 {
	font-size:22px; 
	
} 

.CSSarticle a {
	color:black;
}

.article-banner {
	text-align:center;
}

.wrapimage, #clanok-down {
	position:relative;
	top:0px; left:0px;
}

.wrapimage .admin-control {
	position:absolute;
	left:20px; top:0px;
	color:#1A1F23;	
	padding:5px 15px 5px 15px;
	background-color:white;
	opacity:0.8;
	text-decoration:none;
	font-size:16px;
}

.wrapimage .admin-control:hover {
 	opacity:1;
}

#clanok-down {	
	padding:0px 20px 0px 20px;
}

.fb-pridaj-sa {
	padding-right:60px;
}


#clanok-down .admin-control {
	position:absolute;
	bottom:0px;
	right:20px;
	padding:5px 10px 5px 10px;
	background-color:#f0f0f0;
}


#prejst-do-diskusie {
	 	background-color:#FE4020;
	 	width:100%;
	 	text-align:center;
	 	color:white;
	 	margin-top:30px;
	 	border-bottom:red 10px solid;
	 	margin-bottom:0px;
}

#prejst-do-diskusie:hover {
 	background-color:red;
}

#prejst-do-diskusie .diskusia {
	display:block; 
	padding:10px 10px 15px 10px;
}

#prejst-do-diskusie .admin-control {
	display:none;
}

#prejst-do-diskusie a {
	color:white;
	font-size:24px;
	text-decoration:none;
}

#prejst-do-diskusie .icon-discussion {
	 position:relative;
	 font-size:32px;
	 top:8px;
}

#prejst-do-diskusie .optional {

	
}
	

.wrapimage span.diskusia, #clanok-down span.diskusia {
  display:block;
 	  background-color:#FE4020;
	  position:absolute;
		top:25px;
		right:20px; 	   
		 text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:7px 6px 4px 7px;  
	/*box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.12);*/
  color:white; 
  
  font-size:11px;
	font-weight:normal;
               
}

.wrapimage .z-prvej-ruky {
		width:auto; height:auto;
		position:absolute; 
		right:0px; bottom:0px;  display:block;
		
		
}

.wrapimage span.count, #clanok-down span.count {
	font-size:24px;
	font-weight:bold;
}

#clanok-down span.diskusia {
	position:absolute;
		top:0px;
		right:20px;
		bottom:auto; 
}

.wrapimage span.diskusia .optional,  #clanok-down .optional {
	display:none;
} 

.wrapimage span.icon-discussion, #clanok-down span.icon-discussion {
	display:block;
	font-size:32px;  
  margin-bottom:1px;
}


.wrapimage span.diskusia a, #clanok-down span.diskusia a {
 	text-decoration:none;
 	color:white;
 	 				
}

.wrapimage span.diskusia:hover, #clanok-down span.diskusia:hover {
	background-color:red;
}


.wrapimage span.datum{
	 background-color:#126da2;
	 color:white;	 
	 font-weight:bold;
	 overflow:hidden;
	 	margin:0px 0px 0px 0px;
	 	position:absolute;
	 	bottom:20px;
	 	padding:3px 5px 3px 5px;
	 	left:20px;
	 	text-align:center;
}

.wrapimage span.autor-zdroj {
	 background-color:white;
	 color:white;	 
	 font-weight:bold;
	 overflow:hidden;
	 	margin:0px 0px 0px 0px;
	 	padding:3px 5px 3px 5px;
	 	position:absolute;
	 	bottom:70px;
	 	left:20px;	
		 	
	 	
}
.wrapimage a {
 	color:#126DA2; 
 	text-decoration:none;
}

.wrapimage span {
	font-size:20px;
}



/* galeria */
	#last-pic-row {
		height:0px;
		overflow:hidden; 
		margin:0px; padding:0px;		
	}

  .galeria {
    margin-bottom:10px; 
    width:100%;  
		background-color:#1A1F23;  
  }
  
  .galeria a {
		text-decoration:none;
		font-size:1px;
		margin-right:1px;
	}
  
 #galeria_big_pic img {
		width:100%;  
		display:block;
		margin:0px 0px 1px 0px; float:left;
	}
  
  .CSSarticles div.galeria img 
  {
    margin:0px 0px 0px 0px; display:block;
    border:none;
    padding:0px;
    
    
  }
  .CSSarticles div.galeria img.small-galpic 
  {
    margin:0px 0px 0px 0px; display:block;
    border:none;
    padding:0px;
  }

  
  .picrow {
    clear:both; 
   overflow:hidden; margin:1px 0px 0px 0px; height:80px; 
  width:100%;  
  }
  .incomplete-row {
    border-top:red 1px solid;
    padding-top:5px;
  }
  .picrow-inside { width:870px; height:80px;  }
  
/* content */

.content-misc {
	padding:20px;
	text-align:left;
	position:relative; top:0px; left:0px;
}
 
.content-misc h1 {	
	color:#1A1F23;
	font-size:26px;
	margin:10px 0px 10px 0px;
} 
.content-misc h1 a {
	text-decoration:none;
	color:#404040;
}

.content-misc  h2 {
	font-size:22px; 
	margin:10px 0px 10px 0px;
} 

.content-misc p {
	margin:10px 0px 10px 0px;
	font-size:14px;
}


/*foo tables*/
@font-face {
  font-family: 'footable';
  src: url('/hp/fonts/footable.eot');
  src: url('/hp/fonts/footable.eot?#iefix') format('embedded-opentype'), url('/hp/fonts/footable.woff') format('woff'), url('/hp/fonts/footable.ttf') format('truetype'), url('/hp/fonts/footable.svg#footable') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'footable';
    src: url('hp/fonts/footable.svg#footable') format('svg');
    font-weight: normal;
    font-style: normal;
  }
}
.footable {
  width: 100%;
  /** SORTING **/

  /** PAGINATION **/

}
.footable.breakpoint > tbody > tr.footable-detail-show > td {
  border-bottom: none;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e001";
}
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}
.footable.breakpoint > tbody > tr > td.footable-cell-detail {
  background: #eee;
  border-top: none;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
  font-size: 14px;
  color: #888888;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "\e000";
}
.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e005";
}
.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\e004";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e003";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e002";
}
.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e007";
}
.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before {
  content: "\e006";
}
.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e009";
}
.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e008";
}
.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00f";
}
.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before {
  content: "\e011";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e013";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before {
  content: "\e015";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01b";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\e01d";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00b";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e00d";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01f";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
  content: "\e021";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e017";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before {
  content: "\e019";
}
.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
  font-size: 18px;
}
.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
  font-size: 24px;
}
.footable > thead > tr > th {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer;
}
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
  content: "\e013";
}
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
  content: "\e012";
}
.footable > thead > tr > th > span.footable-sort-indicator {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 5px;
}
.footable > thead > tr > th > span.footable-sort-indicator:before {
  content: "\e022";
}
.footable > tfoot .pagination {
  margin: 0;
}
.footable.no-paging .hide-if-no-paging {
  display: none;
}
.footable-row-detail-inner {
  display: table;
}
.footable-row-detail-row {
  display: table-row;
  line-height: 1.5em;
}
.footable-row-detail-group {
  display: block;
  line-height: 2em;
  font-size: 1.2em;
  font-weight: bold;
}
.footable-row-detail-name {
  display: table-cell;
  font-weight: bold;
  padding-right: 0.5em;
}
.footable-row-detail-value {
  display: table-cell;
}
.footable-odd {
  background-color: #f7f7f7;
}



.footable {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #cccccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: 'trebuchet MS', 'Lucida sans', Arial;
  font-size: 14px;
  color: #444444;
  background: #ffffff;
}
.footable > thead > tr:first-child > th.footable-first-column,
.footable > thead > tr:first-child > td.footable-first-column {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
.footable > thead > tr:first-child > th.footable-last-column,
.footable > thead > tr:first-child > td.footable-last-column {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}
.footable > thead > tr:first-child > th.footable-first-column.footable-last-column,
.footable > thead > tr:first-child > td.footable-first-column.footable-last-column {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.footable > thead > tr > th {
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  padding: 10px;
  text-align: left;
}
.footable > thead > tr > th,
.footable > thead > tr > td {
  background-color: #dce9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: linear-gradient(to bottom, #ebf3fc, #dce9f9);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  border-top: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.footable > thead > tr > th.footable-first-column,
.footable > thead > tr > td.footable-first-column {
  border-left: none;
}
.footable.breakpoint > tbody > tr.footable-row-detail {
  background: #eeeeee;
}
.footable.breakpoint > tbody > tr.footable-row-detail > .footable-row-detail-cell {
  border-left: none;
}
.footable > tbody img {
  vertical-align: middle;
}
.footable > tbody > tr:hover {
  background: #fbf8e9;
}
.footable > tbody > tr:last-child > td.footable-first-column {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}
.footable > tbody > tr:last-child > td.footable-last-column {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}
.footable > tbody > tr:last-child > td.footable-first-column.footable-last-column {
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.footable > tbody > tr > td {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  padding: 10px;
  text-align: left;
}
.footable > tbody > tr > td.footable-first-column {
  border-left: none;
}
.footable > tfoot > tr > th,
.footable > tfoot > tr > td {
  background-color: #dce9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: linear-gradient(to bottom, #ebf3fc, #dce9f9);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  border-top: 1px solid #cccccc;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 10px;
}
.footable .pagination {
  margin: 20px 0;
}
.footable .pagination > ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
}
.footable .pagination > ul > li {
  display: inline;
}
.footable .pagination > ul > li > a,
.footable .pagination > ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  border: 1px solid #cccccc;
  border-left-width: 0;
}
.footable .pagination > ul > li:first-child > a,
.footable .pagination > ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  border-left-width: 1px;
}
.footable .pagination > ul > li:last-child > a,
.footable .pagination > ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.footable .pagination > ul > li > a:hover,
.footable .pagination > ul > li > a:focus,
.footable .pagination > ul > .active > a,
.footable .pagination > ul > .active > span {
  background-color: #eeeeee;
}
.footable .pagination > ul > .active > a,
.footable .pagination > ul > .active > span {
  color: #444444;
  cursor: default;
}
.footable .pagination > ul > .disabled > span,
.footable .pagination > ul > .disabled > a,
.footable .pagination > ul > .disabled > a:hover,
.footable .pagination > ul > .disabled > a:focus {
  color: #cccccc;
  cursor: default;
  background-color: #ebf3fc;
}
.footable .pagination.pagination-centered {
  text-align: center;
}
.footable .pagination.pagination-right {
  text-align: center;
}
.footable-odd {
  background-color: #f7f7f7;
}


.CSSwide {
	width:100%;
}


/*IDside*/
body #IDside-inside {
  /*padding: 10px 7px;*/
}

#IDside * {
	margin: 0;
	padding: 0;		
}

.side-img, .side-img img {
	display:block;
}


																				
#IDside {
	background-color:#1A1F23; /*#01649D*/
	font-size:12px;
	color:#c0c0c0;
	/*border-left:#1A1F23 1px solid;	
	width:225px; 
	overflow:hidden;*/
		
}



#IDside h1 span {
	display: none;
}

#IDside h2 {
	font-size: 1.2em;
	margin: 5px 0 5px 0;
	color:white;
}

#IDside h3 {
	color:#c0c0c0;
	margin: 0px 0 0px 0;
	font-size:1em;
}

#IDside table {
	font-size: 1em;
	color: white;
	width: 221px; /* medzery 2px zlava zprava */
	border-bottom: 1px solid #0a4194;
	outline: 0px solid #0a4194;
	margin: 5px 2px 10px 2px;
	padding:0px;
	border-collapse: collapse;
	
}

#IDside th {
	padding: 3px 3px 2px 3px;
	border:  0px solid #0a4194;
	background: #0a4194;
}

#IDside td {
	padding: 0px 0px;
	
	
}



#IDside th strong,
#IDside td strong {
	color: white;
}

#IDside a {
	color: white;
}


#IDside tr.CSSbest a {
	display: block;
	background: #0a4194;	
	padding: 3px;
	margin: -1px -3px 3px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration:none;
}

#IDside tr.CSSbest br {
	display: none;
}

#IDside tr.CSSbest big {
	font-size: 1em;
	float: left;
}

#IDside tr.CSSbest img {
	border:none;		
	margin-right:5px;
	display:block;
	position:relative;
	top:-10px;
}

#IDside tr.CSSbest strong {
	float: right;
	color: white;
	margin-right:8px;
}

#IDside .CSSrest td.first {
	border:none;
	              
}

#IDside .padtop, #IDside tr.padtop td {
	padding-top:4px !important;
	padding-bottom:3px !important;
}

.padtd {
    padding:3px 3px 3px 3px !important;
}

#IDside td.ctr {
	text-align:center;	
}

#IDside td.ar {
	text-align:right;
}

#IDside td {
	text-align:left;
	
}

#IDside .CSSrest td {
	padding:0px 0px 5px 5px;
	border-left:#0a4194 1px solid;	
}

#IDside .CSSbest-link {
	padding:5px; text-align:right;
}

.znamkovanie { text-align:center; }
#IDside div.znamkovanie h3 { margin-bottom:0px;  }
#IDside div.znamkovanie-znamky { margin-left:auto; margin-right:auto; width:120px; }
div#IDside a.znamka { display:block; float:left; padding:5px; background:#606060; color:white; margin:2px; }
div#IDside a.vybrata_znamka { background:red; }
#znamkovanie-info { display:none; }

/*#IDside table.posledne-zapasy td { text-align:center;  } */



#IDside table.posledne-zapasy { 
	margin:0px 2px 5px 2px; padding:0px;  		
}

#IDbody th a.zoradovanie { color:white; text-decoration:none; }
#IDbody th a.zoradovanie img { position:relative; top:1px; }

#IDside table.posledne-zapasy h3 {
	font-size:12px; margin:2px 0px 2px 0px; color:white; font-weight:normal;
	
} 
#IDside table.posledne-zapasy th.zap-nadpis {
	background-color:#1A1F23;  
}                           


#IDside table.posledne-zapasy td {
		border-bottom:  1px solid #0a4194;
}

#IDside table.posledne-zapasy img { clear:both; display:inline-block;  margin:5px 5px 0px 5px; padding:0px; width:44px; }
#IDside table.posledne-zapasy img:hover {  }


#IDside table.posledne-zapasy td.tlt { text-align:left; width:70px; }
#IDside table.posledne-zapasy td.trt { text-align:right; width:70px; }
#IDside table.posledne-zapasy td.tct  { text-align:center;  
	text-align:center; font-size:24px; font-weight:bold; padding:0px;	

}
#IDside table.posledne-zapasy td.tct a {
	text-decoration:none;  color:white;
	display:block;  padding:5px 0px 5px 0px; 
	border-right:  1px solid #0a4194;
	border-left:  1px solid #0a4194;
} 
#IDside table.posledne-zapasy td.tct a:hover {
 	background-color:#303030; 
}
#IDside table.posledne-zapasy td.tct a span { 
	display:block; font-size:12px;     font-weight:normal;
}



/* LEAGUE TABLES */
/* -------------------------------------------- */
/* tabulky lig - standings */
#league-tab-wrapper {    
    background-color: #1A1F23;
      
    /*background: url(hp/obr-bf/tabulky-back.gif) 0px 0px repeat-y;*/
}

#league-tab-inside-wrapper {
  /*background: url(/hp/obr-bf/tabulky-back.gif) 0px 0px repeat-y;*/
  font-size:12px;
}

#tabs_top {
  background: url(/hp/obr-bf/tab-top-nav.png) 0px 0px no-repeat;
  width:100%; height:40px;
  
} 

#tabs_top_buttons {
  width:220px;
  float:right;
  margin-top:6px;
}

#tabs_top a {  
  display:block;
  height:36px;
  line-height:34px;
  padding:0px 8px 0px 8px;  
  float:right; 
  text-decoration:none;
  font-size:14px;
	font-weight:bold;       
  color:black;
}

#tabs_top a.last {
	border:none;
}

#tabs_top a:hover {
   background: url(/hp/obr-bf/tabulky/tab-hover-active-gray.png) 0px 0px repeat-x;
}

#tabs_top a.chosen {
  background: url(/hp/obr-bf/tabulky/tab-hover-active-gray.png) 0px 0px repeat-x;
}

.marked-team {
  background: url(/hp/obr-bf/tabulky/tab-hover-active-gray.png) 0px 0px repeat-x;
}

.marked-team td {
  color:#cbf7ff;
}


#tabs_top .tab-bright {
  border-right:#1A1F23 1px solid;
}

#tab_menu_multiple {
  background: url(/hp/obr-bf/tab-league-nav-trans.png) 0px 0px no-repeat;
  width:100%; height:42px;
}

#tabs_svk {
  background: url(/hp/obr-bf/tab-league-nav-trans.png) -309px 0px no-repeat;
  height:42px;
  width:100%;
  z-index:1;
  position:absolute;  
  display:none;
}

#tabs_khl {
  background: url(/hp/obr-bf/tab-league-nav-trans.png) -272px 0px no-repeat;
  height:42px;
  width:100%;
  z-index:1;
  position:absolute;  
}

#tabs_nhl {
  background: url(/hp/obr-bf/tab-league-nav-trans.png) -309px 0px no-repeat;
  height:42px;
  width:100%;
  z-index:1;
  position:absolute;
  display:none;  
}

#tabs_euhl {
  background: url(/hp/obr-bf/tab-league-nav-trans.png) -309px 0px no-repeat;
  height:42px;
  width:100%;
  z-index:1;
  position:absolute;
  display:none;  
}

.league_switches a, .league_switches b {
  display:block;
  position:relative; top:1px;
  padding:0px 5px 0px 5px;
  float:right;
  text-decoration:none;
	font-size:12px;
	color:black;  	
	height:33px; overflow:hidden;
	line-height:33px;
}


.league_switches .lasttab { margin-right:5px; }

.league_switches a:hover {
  background: url(/hp/obr-bf/tabulky/tab-hover-active-gray.png) 0px 0px repeat-x;
}


.league_switches a.chosen {
  background: url(/hp/obr-bf/tabulky/tab-hover-active-gray.png) 0px 0px repeat-x;
}

.league_switches span {
  background-color:#1A1F23;
  width:1px; height:33px;
   position:relative; top:1px;
  display:block;
  float:right;
}

.league-tabs {
  margin-top:-41px;
}

.league-tabs {
 	text-align:left;
}

.league-tabs img {
 	margin-left:5px;
}

.tab-league-logo {
  margin:15px 0px 0px 0px;
}

/*old tabs css*/

.league-tabs {
  background:#0A4194;
}

.league-tabs table {
	max-width:270px; 
	margin-left:5px;
}


.tab-block {
  display:none;
  padding:0px 10px 10px 10px;  
}



.tab-block a {
  color:white;
}
.tab-block {
  color:white;
}
.tab-block table {
  width:100%;
  margin-bottom:5px;
  border-collapse:collapse;
}

.tab-block td {
  padding-top:1px;
  padding-bottom:2px;
  font-size:10px;
  text-align:left;
}

.tab-block td.ctr {
 	text-align:center;
}


/*tabs2*/

#tabs2top {
	width:100%;
	height:38px;
	background-color:#303030;
}

#tab2_tab_diskusie {
	background-color:#FE4020;
}

#tab2_tab_diskusie.chosen {
	background-color:#FE4020;	
}
#tab2_tab_najread.chosen {
	background-color:#01649D;	
}     
#tab2_tab_najhot.chosen {
	background-color:#01649D;	
}
     
#tabs2top a {
	display:block;
	width:99px;
	float:left;
	color:white;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	height:38px;
	border-right:black 1px solid;
}

#tabs2top a span {
	padding:5px 5px 5px 10px;
	display:block;
}

.tab2-block {
  display:none;
  padding:45px 10px 15px 10px;
	background-color:#01649D;
	position:relative;
	top:0px; left:0px;  
}

.tab2-block h2 {
	margin:0px;
	color:white;
	position:absolute;
	top:14px; left:15px;
	font-size:15px;
}

.scrollabelle  {
	height:200px; 
	overflow:hidden;	
}

.tab2-block span {
 	cursor:pointer;
}

.tab2-block {
	text-align:left;
	font-size:12px;
}

.tab2-block a {
 	color:white;
 	text-decoration:none;
}

.tab2-block ul {
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
}

.tab2-block li {
	margin:0px 5px 3px 5px;
	padding:0px;
	list-style:none;
}


/* #SIDE */
#side {
	background-color:#1A1F23;
	position:relative;
	top:0px; left:0px;
}

#follow {
	display:none;
}

/*QUICK INFO kratke spravy */
#IDquickInfo {
	background-color:#1A1F23;
	padding:12px 0px 10px 0px;
	height: 580px;
  position:relative; 
  top:-5x; left:0px;  
  text-align:left;
  font-size:12px;
  border-top:#404040 1px solid;
  border-bottom:#000000 1px solid;
}


a.quickInfolnk {
    text-decoration:none;
}

a.quickInfolnk:hover {
    text-decoration:underline;
}


.autoimport-publish-wrap * {
    color:yellow !important;
}


#IDquickInfo h1 {
	position:absolute;
  top:15px;
  font-size:16px;
  color:white;
  font-weight:bold;
  left:20px;
  margin:0px;
}

.CSSscrollUp {
	position:absolute;
	top:12px; right:40px;
	float: left;	
	display: block;
	width: 22px;
	height: 25px;
	cursor: pointer;
	color:white;
	font-size:22px;
}


.CSSscrollDown {
	position:absolute;
	top:12px; right:15px;

	float: left;
	display: block;
	width: 22px;
	height: 25px;
	cursor: pointer;
	margin-bottom: 20px;
	color:white;
	font-size:22px;
}   


#IDquickInfo div#IDquickInfoContent {
	clear: both;
	margin: 0px 10px 0px 0px;
	line-height: 1.2em;	
	overflow: hidden;
	font-size: 11px;;
	color: #a0a0a0;	
	text-align:justify;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px;
	border:#404040 1px solid;	
	padding:10px;  
	height:510px;
	max-height:510px;
	position:absolute;
	bottom:22px; left:10px;
}



body.JSactive #IDquickInfo div#IDquickInfoContent {
	padding: 0;
	overflow: hidden;
	
	margin-right: 7px;
}

#IDquickInfo p {
	margin: 0 0 10px 0;
}

#IDquickInfo strong {
	display: block;
	text-align: right;
}

#IDquickInfo .CSSclr {
	margin: 0;
	height: auto;
	display: none;
}

#IDquickInfo a { color:#d0d0d0; }

#IDquickInfo h4 { font-size:12px; margin:0px 0px 5px 0px;  text-align:left; 
color:#f0f0f0;
}

#IDquickInfo .date-info span {
    color:white;
}

#kratke-spravy-pridat {
	position:absolute;
	bottom:4px;
	right:20px;
	font-size:10px;	
	
}

#kratke-spravy-pridat a {
 	text-decoration:none;
 	color:#707070;
}


/* page spravy */
#spravy-stlpec .box-nblock {
	width:225; float:left;
}

#spravy-stlpec {
	position:relative;
	top:0px; right:0px;
}

#spravy-stlpec h1 {
	font-size:28px;
	color:#e0e0e0;
	background-color:#1A1F23;
	padding:20px 20px 15px 20px;
	margin:0px 0px 0px 0px; 
	border-top:#333333 0px solid;
}

#rss-feed-icon {
	position:absolute;
	top:5px; 
	right:10px;
}

.nepublikovany * {
	  color:white !important;
		text-decoration:line-through;
		background-color:red;
			  
}

.nepublikovany img {
	
		  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4)";
  /* IE 5-7 */
  filter: alpha(opacity=0.4);
  /* Netscape */
  -moz-opacity: 0.4;
  /* Safari 1.x */
  -khtml-opacity: 0.4;
  /* Good browsers */
  opacity: 0.4;

}

.navigation {
  font-size:21px;
	color:#e0e0e0;
	background-color:#1A1F23;
	margin:0px 0px 0px 0px; 
	
}

.navigation strong {
 	display:block;
 	float:left;
 	padding:12px 10px 12px 10px;
}

.navigation a {
 	display:block;
 	float:left;
 	padding:12px 10px 12px 10px;
 	color:white
}

.navigation a:hover {
	background-color:gray;            
}

.navigation #hore {
	display:none;
}



/*tipovacka*/
#IDbody table.CSStable2 table.tipo-sides {
  border-collapse:collapse;
  margin:0px;
}
#IDbody table.CSStable2 table.tipo-sides td {
  border:none;
  padding:0px 5px 4px 5px;
}
#IDbody table.CSStable2 table.tipo-sides td img {
  border:none;
  width:32px;  
}
#IDbody td.tipo-skore {
  font-size:11px;
   

}


#IDbody .tdhit {
  background-color:#f4f4f4; 
}

#IDbody .tipo-skore h2 {
  margin:3px 0px 0px 0px; padding:0px;  
  font-size:28px;
}

.tipo-skore input {
	width:40px;
	font-size:24px;
	text-align:center;
}

             
.tipo-dn {
 width:100px;
 text-align:right;
}             
.tipo-hn {
 /*width:100px;*/
 text-align:left;
}             

.tipo-dlogo {
 width:40px;
}

.tipo-hlogo {
 width:40px;
}

.missed {
  text-decoration: line-through;
  color:#a0a0a0;
}


.CSSColumnTitle .tipo_cas_do {
    color:gray;
}
.tipo_cas_do {
  color:#707070;
  font-size:11px;
  
}


	     
/*ERROR BLOCK*/

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 1;
}

#error-block-close { width:47px; height:45px;
position:absolute; top:0px; right:0px; 
background:url(/utils/images/close.png) 0px 0px no-repeat;
}
#error-block-close span {display:none; }
#error-block { width:300px; position:fixed; top:50%; left:50%;
 margin:-150px 0px 0px -150px;  
background-color:white; border:#4e76bd 0px solid;
z-index:9999;
color:white;
-moz-border-radius: 15px; /* Firefox */
  -webkit-border-radius: 15px; /* Safari, Chrome */
  border-radius: 15px; /* CSS3 */
}
#error-block .error-block { padding:20px; background-color:#4e76bd; margin:5px; 
-moz-border-radius: 12px; /* Firefox */
  -webkit-border-radius: 12px; /* Safari, Chrome */
  border-radius: 12px; /* CSS3 */
}
#error-block .error-block h1 {
     margin:5px 0px 5px 0px; font-size:18px; color:white; padding:5px 0px 0px 0px; 
} 

#error-block .error-block h2 { margin:0px 0px 0px 0px; font-size:14px; color:white; padding:5px 0px 0px 0px; }
#error-block .error-block p { margin:5px 0px 5px 0px; padding:0px; }
.error-message {  color:white; padding:0px; font-size:12px; }
#error-block .error-block a { color:white; }


.hokejportal-priamo-sekcie {
	/*background-color:#126DA2;*/
	/*background-color:#ce1125;*/
	background-color:#800000;
	
	position:relative;      	
	height:130px;
	overflow:hidden;
	margin:0px; 
	padding:0px 0px 0px 0px;
	
}

.hokejportal-priamo-sekcie a {
 	text-decoration:none; color:white;
}

.priamo-z-menu {
	float:left; 
	margin:0px 0px 10px 10px; padding:0px 0px 0px 15px;
	font-size:13px;
	line-height:20px;
	/*border-left:white 1px solid;*/
	color:white;
}

.priamo-z-menu a:hover {
 	text-decoration:underline;
}

#logo-priamo {
	max-height:80%; float:left;
    margin:10px 0px 10px 10px;
}

#facebook-priamo {
	overflow:hidden;
	display:block;
	float:right;
	position:relative; top:0px; left:0px;
}

#facebook-priamo span {
	position:absolute;
	bottom:16px; left:15px; font-size:15px;
}

#facebook-priamo img {
	height:130px; border:none;
}

#facebook-priamo em {
 	  font-style:normal;
}

.priamo-z-menu a b.bigger {
   font-size:18px;		
}

@media screen and (max-width: 1199px) {
	#facebook-priamo em {	
		display:none;
	}
	
	#facebook-priamo span {
		bottom:10px; left:54px; font-size:12px;	
	}
}

@media screen and (min-width: 1000px) and (max-width:1199px) {
   
  #logo-priamo {
		height:60px; margin-top:10px;
	}
   
	 #facebook-priamo {
		width:145px; margin-top:5px;
		position:relative; left:-5px;			
	}
	
	#facebook-priamo img {
		height:70px !important; 
	}
	
	.priamo-z-menu {
	  margin:10px 0px 10px 0px; padding:0px 0px 0px 5px;
	}
	
	.priamo-z-menu a  {
		font-size:10px;
	}
	.priamo-z-menu a b.bigger {
		font-size:10px !important;		
	}
	
	
	
}

@media screen and (min-width: 768px) and (max-width:999px) {
    
  #logo-priamo {
		height:60px; margin-top:10px;
	}
   
	 #facebook-priamo {
		width:145px; margin-top:5px;
		position:relative; left:-5px;			
	}
	
	#facebook-priamo img {
		height:70px !important; 
	}
	
	.priamo-z-menu {
	  margin:10px 0px 10px 0px; padding:0px 0px 0px 5px;
	}
  
	.priamo-z-menu a  {
		font-size:10px;
	}
	.priamo-z-menu a b.bigger {
		font-size:10px !important;		
	}
	
    
}

@media screen and (max-width: 668px) {

 .hokejportal-priamo-sekcie {
        height:78px;
    }

  #logo-priamo {
		height:60px; margin-top:10px;
	}
   
	 #facebook-priamo {
		width:145px; margin-top:5px;
		position:relative; left:-5px;			
	}
	
	#facebook-priamo img {
		height:70px !important; 
	}
	
	.priamo-z-menu {
	  margin:10px 0px 10px 0px; padding:0px 0px 0px 10px;
	 
	}
	.priamo-z-menu a  {
		font-size:11px;
	}
	.priamo-z-menu a b.bigger {
		font-size:14px !important;		
	}
	


}

@media screen and (max-width: 479px) {


}

.live-kurzy {	
	text-align:center;
	margin-bottom:10px;
	font-size:14px;
}
.live-kurzy img {
	max-width:100%;
	display:block;
	margin-left:auto; margin-right:auto;
	margin-bottom:5px;
}
.live-kurzy a {
	color:black;
}
.live-kurzy span {
	display:inline-block;
	margin:0px 5px 0px 5px;
	cursor:help;
	
}


.fp-vyber .news-info span.datum { background-color:#346E35; }

.bottom-upozornenie {
    clear:both;
    padding:20px 0px 20px 0px;
    border-radius:5px;
    margin-top:20px;
    text-align:center;
    border:#f8f8f8 1px solid;
    width:50%;
    background-color:#f0f0f0;
}

.formbox {
    padding:0px 20px 20px 20px;
}



.box-nblock .mark-priamo-z-ms {
    position:absolute;
    color:white;
    background-color:#900000;
    top:0px;
    left:0px;
    padding:4px 5px;
    font-size:11px;
    font-weight:bold;
    /*border-radius:5px;*/
}


.box-nblock .mark-hlasy {
    position:absolute;
    color:white;
    background-color:#000090;
    top:0px;
    left:0px;
    padding:4px 5px;
    font-size:11px;
    font-weight:bold;
    /*border-radius:5px;*/
} 

/* updated for priamo z ms */
.box-nblock span.diskusia { 
     bottom: auto !important;
     top:10px;
}

.news-priamo-z-ms .grad-darker { 
	  
background: -moz-linear-gradient(top,  rgba(100,0,0,0) 0%, rgba(100,0,0,0) 1%, rgba(100,0,0,0.9) 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,0,0,0)), color-stop(1%,rgba(100,0,0,0)), color-stop(100%,rgba(100,0,0,0.9))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(100,0,0,0) 0%,rgba(100,0,0,0) 1%,rgba(100,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(100,0,0,0) 0%,rgba(100,0,0,0) 1%,rgba(100,0,0,0.9) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(100,0,0,0) 0%,rgba(100,0,0,0) 1%,rgba(100,0,0,0.9) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(100,0,0,0) 0%,rgba(100,0,0,0) 1%,rgba(100,0,0,0.9) 100%); /* W3C */
     
}

.news-hlasy-trenerov .grad-darker { 
	  
background-color: rgba(100,0,0,1); 
background: linear-gradient(to bottom,  rgba(0,0,100,0) 0%,rgba(0,0,100,0) 1%,rgba(0,0,100,0.9) 100%); /* W3C */
     
}


.top-article .mark-priamo-z-ms {
    position:absolute;
    top:0px;
    right:20px;
    color:white;
    background-color:#a00000;
    padding:4px 10px;
    font-size:12px;
    font-weight:bold;     
}

.top-article .mark-hlasy {
    position:absolute;
    top:0px;
    right:20px;
    color:white;
    background-color:#0000a0;
    padding:4px 10px;
    font-size:12px;
    font-weight:bold;     
}

.top-article .priamo-ms-grad { 	  
  background: -moz-linear-gradient(top,  rgba(100,0,0,0) 0%, rgba(100,0,0,0) 1%, rgba(100,0,0,0.9) 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,0,0,0)), color-stop(1%,rgba(100,0,0,0)), color-stop(100%,rgba(100,0,0,0.9))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(100,0,0,0) 0%,rgba(100,0,0,0) 1%,rgba(100,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(100,0,0,0) 0%,rgba(100,0,0,0) 1%,rgba(100,0,0,0.9) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(100,0,0,0) 0%,rgba(100,0,0,0) 1%,rgba(100,0,0,0.9) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(100,0,0,0) 0%,rgba(100,0,0,0) 1%,rgba(100,0,0,0.9) 100%); /* W3C */       
}

.top-article .priamo-hlasy-grad { 
  background-color: rgba(100,0,0,1);
  background: linear-gradient(to bottom,  rgba(0,0,100,0) 0%,rgba(0,0,100,0) 1%,rgba(0,0,100,0.9) 100%); /* W3C */     
}

#controls .priamo-z-ms_lnk {
    background-color:#a00000;
}

   #clanokPRW { 
        padding-top:20px;
   }
   
   #clanokPRW-wrapper span.datum {
        position:relative !important;
        
        top:0px;
        left:0px !important;
        background-color:white !important;
        color:#1A1F23 !important;
        border-right:#1A1F23 2px solid;
        padding-right:10px; 
        font-size:16px;
    }
    
    #clanokPRW-wrapper span.autor-zdroj {
        position:relative !important;
        top:0px;
        left:0px !important;
        font-size:16px;
    }
    
    #clanokPRW-wrapper span.autor-zdroj a {
        color: #1A1F23 !important;
    }

.navnadpis {
    font-weight:bold;
    text-decoration:none;
    display:block;
    margin:10px 0px 0px 20px;;
}

.navnadpis br {
    display:none;
}

/*live bets*/
.stavte_si_live img {           
    vertical-align:middle;
    margin-right:10px;
    position:relative;
    top:-1px;    
}

.stavte_si_live {
    width:100%;
    text-align:center;
    font-family:Arial;
    background-color:#ffffff; /*#0097f4*/
    
    padding:10px;
    box-sizing:border-box;
    /*margin-bottom:10px;*/
                 
}
.stavte_si_live a {
    text-decoration:none;
    color:white !important;
    font-size:16px !important;
}
.stavte_si_live h2 {
    font-size:20px !important;
    margin:0px;     
    color:#0097f4;    
    font-weight:normal;
    margin-right:20px;
}

.stavte_si_live h2:after {
    display:inline-block;  
    vertical-align:middle;    
    content:' ';
    width: 24px;
    height:28px;
  
    margin-left:10px;
    background-image: url("/hp/css/tipsport-logo.png");
    background-size: auto 28px;
    background-repeat:no-repeat;
}

.stavte_si_live table {
    margin:0px auto;    
}

.stavte_si_live td {
    border:none !important;        
    text-align:center !important;
    vertical-align:middle !important;
    width:auto !important;
}

.stavte_si_live .teamname {
    color:#808080;
    font-size:12px;
    min-width:50px;
}


.stavte_si_live .bet {
    background-color: rgb(34, 151, 244);
    color: rgb(255, 255, 255);
    display:inline-block;
    padding:4px 5px;    
    text-decoration:none;
    font-weight:bold;

    position: relative;
    border-radius: 4px;
    border-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px 0px;
}

/*live countdown */
#live-cdown {    

    background-color:white;      
    padding-bottom:15px;
    border-top:#f0f0f0 1px solid;
}

#live-cdown #countdown .label {
font-size:18px; font-weight:bold;

}

#live-cdown .countdown_amount {
	/*font-size: 280%;*/
	font-size: 22px;
	font-weight:bold;
	position:relative; top:3px;
    color:black !important;
}

#live-cdtitle {        
    box-sizing:border-box;  
    padding-left:30px;
    font-size:18px; 
  
    color:black;
    display:inline-block;
    
  
    line-height:1;

    vertical-align:middle;  
    text-align:center;                            

}

#live-cdown #countdown  {
    display:inline-block;
    vertical-align:middle;
    box-sizing:border-box;
    
    padding-left:8px;
    width:320px;
  
    text-align: center;  
}
#live-cdown .hasCountdown {
	/*border: 1px solid #ccc;
	background-color: #eee;*/
		
		margin-top:5px;
}
#live-cdown .countdown_rtl {
	direction: rtl;
}
#live-cdown .countdown_holding span {
	background-color: black;
}
#live-cdown .countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
#live-cdown .countdown_show1 .countdown_section {
	width: 100%;
	
}
#live-cdown .countdown_show2 .countdown_section {
	width: 49%;
	
}
#live-cdown .countdown_show3 .countdown_section {
	width: 32%;
}
#live-cdown .countdown_show4 .countdown_section {
	width: 23.5%;
}
#live-cdown .countdown_show5 .countdown_section {
	width: 19.5%;
}
#live-cdown .countdown_show6 .countdown_section {
	width: 16.5%;
}
#live-cdown .countdown_show7 .countdown_section {
	width: 14%;
	
}

#live-cdown .countdown_section {
	display: block;
	float: left;
	/*font-size: 75%;*/
	
	font-size: 11px;	
	text-align: center;
    color:black;
}

#live-cdown .countdown_descr {
	display: block;
	width: 100%;
	
}



#comlayer-links a {
    margin-top:10px;
    color: rgb(34, 151, 244) !important;
}


/*tipsport analyses*/
.analysis-wrapper {
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 11px !important;
    color: #303030 !important;
    cursor: pointer !important;
}
.analysis-authorship{
    text-align:center;
    font-size:12px;
}
.analysis{
    margin:0 0 5px
}
.analysis.without-link .analysis-link-out{
    display:none
}
.analysis.without-link .analysis-body{
    padding:15px 40px
}
.analysis-header{
   
    line-height:40px;
    background:#e0edf4;
    border-bottom:1px solid #b6d4e6;
    cursor:pointer;
    -webkit-transition:background .2s ease;
    -moz-transition:background .2s ease;
    -o-transition:background .2s ease;
    transition:background .2s ease;

}
.analysis-header:after {
    content: "";
    display: table;
    clear: both;    
}
.analysis-header:hover{
    background:#ebf4f8
}
.analysis-order{
    width:40px;
    height:40px;
    font-size:14px;
    font-weight:700;
    text-align:center;
    float:left;
    color:#fff;
    background:#2d83b7;
    border-bottom:1px solid #2d83b7
}
.analysis-name{
    width:39%;
    font-size:14px;
    font-weight:700;
    float:left;
    height:40px;
    padding:0 10px 0 0;
    margin:0 0 0 10px;
    line-height:39px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.analysis-rate{
    width:110px;
    height:40px;
    line-height:40px;
    float:right;
    
}
.analysis-rate .rate{
    display:inline-block;
    zoom:1;
    line-height:11px;
    padding:4px 3px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border:1px solid #b6d4e6;
    background:#fff!important;
    color:#000!important
}
.analysis-inspirations{
    width:90px;
    height:40px;
    line-height:40px;
    float:right;
    font-weight:700
}
.analysis-link{
    font-weight:700;
    color:#2d83b7;
    float:right;
    width:50px;
    text-align:right;
    padding-right:10px;
}
.analysis-body{
    background:#f3f8fb;
    padding:15px 40px 0;
    display:none
}
.analysis-text{
    font-size:12px;
    line-height:18px
}
.analysis-link-out{
    text-align:center
}
.analysis-link-out a{
    display:inline-block;
    zoom:1;
    padding:14px;
    margin:15px 0 0;
    background:#2d83b7;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    -webkit-transition:background .2s ease;
    -moz-transition:background .2s ease;
    -o-transition:background .2s ease;
    transition:background .2s ease
}
.analysis-link-out a:hover{
    background:#469dd1;
}

/*ticket arena*/
.team-statistics{
    border-collapse:collapse !important;
    width:100% !important;
}
.team-statistics a, .ticket-link {
    color: #2d83b7;
}
.team-statistics td,.team-statistics th{
    padding:5px;
    text-align:left;
    font-size:11px !important; 
}
.team-statistics tfoot th,.team-statistics thead th{
    background:#e0edf4;
    text-align:left;
    color:#606c74
}
.team-statistics tfoot th[data-sort],.team-statistics thead th[data-sort]{
    cursor:pointer
}
.team-statistics tfoot th[data-sort] .sort-icon,.team-statistics thead th[data-sort] .sort-icon{
    display:inline-block;
    zoom:1;
    width:11px;
    height:11px;
    margin:0 0 0 4px;
    position:relative;
    top:-1px;
    vertical-align:middle;
    background:url(/images/ico_razeni.png) no-repeat
}
.team-statistics tfoot th[data-sort].sorting-asc .sort-icon,.team-statistics thead th[data-sort].sorting-asc .sort-icon{
    background-position:-22px 0
}
.team-statistics tfoot th[data-sort].sorting-desc .sort-icon,.team-statistics thead th[data-sort].sorting-desc .sort-icon{
    background-position:-11px 0
}
.team-statistics tbody td,.team-statistics tbody th{
    border-bottom:1px solid #b6d4e6;
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    transition:all .2s ease
}
.team-statistics tbody tr:nth-child(even) td,.team-statistics tbody tr:nth-child(even) th{
    background:#f3f8fb
}
.team-statistics tbody tr:hover td,.team-statistics tbody tr:hover th{
    background:#cde2ee
}
.team-statistics tbody .player-name{
    font-weight:700
}
.team-statistics .center{
    text-align:center
}
.team-statistics .left{
    text-align:left
}
.team-statistics .right{
    text-align:right
}
.team-statistics .current-team td{
    background:#2d82b8!important;
    color:#fff;
    border-bottom:1px solid #20699f!important;
    font-weight:700
}
.team-statistics .sorting-by{
    background:#e0edf4!important;
    border-bottom-color:#b6d4e6!important
}
.team-statistics thead .sorting-by{
    background:#b6d4e6!important
}
.team-statistics tfoot{
    font-size:10px
}
.team-statistics tfoot td{
    padding:4px 0;
    text-align:right
}
.ticket-arena tbody tr{
    cursor:pointer
}
.ticket-arena a{
    text-decoration:none
}
.ticket-arena .ticket-win {
    font-weight:bold;
}

/*media querries for analyses and ticket arena*/
@media screen and (max-width: 1199px) {
    .analysis-name{
        width:85%;
    }
}

@media screen and (min-width: 700px) and (max-width:767px) {
    .analysis-name{
        width:52%;        
    }
}
@media screen and (min-width: 480px) and (max-width:699px) {
    .analysis-name{
        width:43%;        
    }
}
@media screen and (max-width:599px) {
    .analysis-name{
        width:78%;        
    }
}
@media screen and (max-width:530px) {    
  .mhide-col {
      display:none;
  }
}


#other-content {
  padding:0px 15px;
}
	
