

.white-bg {
	background: #fff;
}


/* Helpers
---------------------------------------------------------------------------------------- */

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

.fix {clear: both;}
.bad a {color: #fff;}
.bad {background-color: #f00; color: #000;}
.big {text-transform: uppercase;}
.blue {color: #004080;}
.bold {font-weight: bold;}

.nowrap {white-space: nowrap;}
.red {color:#950808;}
.right {text-align: right;}
.small {font-size: 0.8em;}
.smaller {font-size: 0.85em;}
.space {clear: both; font-size: 0; height: 0px; line-height: 0; margin: 0; padding: 0;}
.toblock {text-align: justify;}
.toleft {display: block; float: left; text-align: left;}
.toright {display: block; float: right; text-align: left;}
.underline {text-decoration: underline;}
.white {color: #fff;}
.yellow {color: #FFE386;}
.line {background: transparent 0; border-top: 1px solid #D7D9DB; height: 1px; margin: 10px 0 10px 0;}



/* Buttons
---------------------------------------------------------------------------------------- */

.btn {
	-moz-transition: 100ms;
	-ms-transition: 100ms;
	-o-transition: 100ms;
	-webkit-transition: 100ms;
	background-color: red;
	border-radius: 2px;
	clear: both;
	color: #fff!important;
	display: block;        
	font-size: 0.75em;
	font-weight: 400;
	height: 46px;
	letter-spacing: 2px;
	line-height: 26px;
	margin-top: 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: 100ms;
}

.btn:hover {
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: rgb(16, 76, 119);
  box-shadow: 0 2px 5px rgba(45, 50, 63, 0.7), 0 2px 0 rgb(45, 50, 63);
  text-decoration: underline;
}

.btn:active {
  background-color: rgb(28, 134, 209);
  text-decoration: underline;
}



/* Links
---------------------------------------------------------------------------------------- */

a {color: #0f2632; text-decoration: underline;}
a:hover {text-decoration: none;}
a:visited {color: #0f2632;}
a:focus {color: #0f2632;}



/* Layout
---------------------------------------------------------------------------------------- */
.layout-container {
	width: 100%;
}


.main-container {
	margin: auto;
	width: 1020px;
    max-width:100%;
}

.topstory-container {
	margin: 0;
	height: 255px;
}

.topstory-container .topstory-item {
	display: block;
	float: left;
	width: 340px;
	height: 255px;
	position: relative
}

.topstory-container .topstory-item img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 340px;
	height: 255px;
	z-index: 10;
}

.topstory-container .topstory-item h2 {
	display: block;
	float: left;
	width: 340px;
	height: 255px;
	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

.topstory-container .topstory-item h2 a {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 340px;
	height: 265px;
	background: rgb(45, 50, 63);
	background: -webkit-linear-gradient(90deg, rgb(45, 50, 63) 0%, rgba(45, 50, 63, 0) 82.14285714285714%);
	background:    -moz-linear-gradient(90deg, rgb(45, 50, 63) 0%, rgba(45, 50, 63, 0) 82.14285714285714%);
	background:      -o-linear-gradient(90deg, rgb(45, 50, 63) 0%, rgba(45, 50, 63, 0) 82.14285714285714%);
	background:     -ms-linear-gradient(90deg, rgb(45, 50, 63) 0%, rgba(45, 50, 63, 0) 82.14285714285714%);
	background:         linear-gradient(360deg, rgb(45, 50, 63) 0%, rgba(45, 50, 63, 0) 82.14285714285714%);
	background-repeat: repeat, repeat;
	background-size: 100% 100%;
	background-position: 0% 0%;
	background-attachment: scroll;
	-webkit-transition: 250ms;
	-moz-transition: 250ms;
	-o-transition: 250ms;
	-ms-transition: 250ms;
	transition: 250ms;
}

.topstory-container .topstory-item h2 a:hover {
	background-image: -webkit-linear-gradient(90deg, rgb(45, 50, 63) 0%, rgba(45, 50, 63, 0.25) 100%);
	background-image:    -moz-linear-gradient(90deg, rgb(45, 50, 63) 0%, rgba(45, 50, 63, 0.25) 100%);
	background-image:      -o-linear-gradient(90deg, rgb(45, 50, 63) 0%, rgba(45, 50, 63, 0.25) 100%);
	background-image:     -ms-linear-gradient(90deg, rgb(45, 50, 63) 0%, rgba(45, 50, 63, 0.25) 100%);
	background-image:         linear-gradient(360deg, rgb(45, 50, 63) 0%, rgba(45, 50, 63, 0.25) 100%);
}

.topstory-container .topstory-item h2 a:hover span {
	text-decoration: underline;
}


.topstory-container .topstory-item h2 a span {
	display: block;
	bottom: 16px;
	left: 0;
	position: absolute;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;	
	padding: 0 10px;
	text-align: center;
	line-height: 1.3em;
}

.subpage-team {
	margin-top: 0!important;
}

.subpage-team .team {
	border-bottom: 10px solid #1669a4;
}



.top-image-container {
	float: left;
	width: 1020px;
	height: 255px;
	position: relative;
	overflow: hidden;

}

.top-image-container img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.top-image-container .top-overlay {
	background: rgb(45, 50, 63);
	background: -moz-linear-gradient(bottom, rgba(9, 10, 13, 0.72) 0%, rgba(9, 10, 13, 0) 70%, rgba(9, 10, 13, 0) 100%);
	background: -o-linear-gradient(bottom, rgba(9, 10, 13, 0.72) 0%, rgba(9, 10, 13, 0) 70%, rgba(9, 10, 13, 0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(9, 10, 13, 0.72) 0%, rgba(9, 10, 13, 0) 70%, rgba(9, 10, 13, 0) 100%);
	background: linear-gradient(to top, rgba(9, 10, 13, 0.72) 0%, rgba(9, 10, 13, 0) 70%, rgba(9, 10, 13, 0) 100%);	
	background-repeat: repeat, repeat;
	background-size: 100% 100%;
	background-position: left bottom;
	background-attachment: scroll;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	width: 100%;
	height: 100%;
}

.top-image-container .top-full {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAh1BMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8SV0uDAAAALHRSTlMAIPPKCtIa2fgGsrT7B7Yi3B3b9Tj3tw8qSAg3R67mBKu8DanrsO0Qs87pCRbS+mgAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAl0lEQVQoz6XP1w7DIAyFYaelw9CkC9I90j38/s9XC64wcNUjJYr+T4kIQLyqR3590UENApAEGI4KANU4D6jzb6DhOEmhbrg105mE0BHmi2UM1hG1NT+s1uJTG+d7ZnYL/w53hW7cXiZ/OxA5G8NRKzid+b9acR6i7nLlbuT5ud340ggp8O5JD/B4Qh6oUwWgVwLvAJ+v6D+czRUqCgyMAwAAAABJRU5ErkJggg==");
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 24px;
	height: 24px;
	z-index: 50;
	color: #fff;
}

.top-image-container h2 {
	position: absolute;
	bottom: 50px;
	left: 30px;
	z-index: 50;
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;	
	font-weight: bold;
}

.top-image-container h3 {
	position: absolute;
	bottom: 20px;
	left: 30px;
	z-index: 50;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;	
}

table.nice {
	border-collapse: collapse;
	width: 100%;
}

table.nice tr th, .info-container .info-left table tr th {
	background: #F4F4F4;
	border: 1px solid #D5D6D8;
	padding: 10px;
	text-align: left;
}

table.nice tr td {
	border: 1px solid #D5D6D8;
	padding: 10px;
	text-align: left;
}

table#zapasVypis 							{width: 100%; margin: 0px auto 15px auto; border-collapse: collapse;}
table#zapasVypis tr td 					{border: 1px solid #DEDEDE;}
table#zapasVypis tr td a 				{font-weight: bold;}
table#zapasVypis tr td a.vyhra 		{color: #008000;}
table#zapasVypis tr td a.prohra 		{color: #ff0000;}
table#zapasVypis tr td a.remiza 		{color: #004080;}

table#zapasVypis tr.venku td 				{cursor: pointer; background: #ffffff;}
table#zapasVypis tr.doma td 				{cursor: pointer; background: #EBEBEB}
table#zapasVypis tr td.vzajemne 			{text-align: center;}
table#zapasVypis tr td.vzajemne a.button_vzajemne 	{
	display: block;
	width: 14px;
	height: 16px;
	margin: auto;
	background: url("/img/button_vzajemne_zapasy.png") no-repeat 0px 0px;
	text-decoration: none;
}




.submenu-container ul.distribution,
.submenu-container ul.teams
{
	margin: 10px 0 0 0;
	padding: 0;
	width: 1020px;
    max-width:100%;
}

.submenu-container ul.distribution li,
.submenu-container ul.teams li
{
	float: left;
	padding: 0;
	margin: 0;
}

.submenu-container ul.teams li {
	width: 69px;
	margin-right: 9px;
	height: 50px;
	line-height: 50px;
}

.submenu-container ul.smaller li {
	width: 63px;
}

.submenu-container ul.teams li a {
	display: block;
	background: #ED1C24;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
    height:100%;
    line-height:50px;
}

.submenu-container ul.teams li a:hover,
.submenu-container ul.teams li a.active,
.submenu-container ul.teams li a.lighter.active, 
.submenu-container ul.teams li a.light.active
 {
	background: #fff;
	color: #2D323F;
}

.submenu-container ul.teams li a.lighter {
	background: #ED1C3F;
}

.submenu-container ul.teams li a.lighter:hover {
	color: #254562;
	background: #fff;
}

.submenu-container ul.teams li a.light {
	background: #ED1C63;
}

.submenu-container ul.teams li a.light:hover {
	color: #1E5681;
	background: #fff;
}

.submenu-container ul.distribution {
	margin-top: 20px;
}

.submenu-container ul.distribution li {
	text-align: center;
	border-bottom: 1px solid #000;
	color: #000;
	margin-right: 10px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
body.dark_mode .submenu-container ul.distribution li {color:#fff !important;border-bottom: 1px solid #fff;}

.submenu-container ul.distribution li.scm {
	width: 279px;
    max-width:100%;
}

.submenu-container ul.distribution li.spsm {
	width: 279px;
    max-width:100%;
}

.submenu-container ul.distribution li.zeny {
	width: 100%;
}

.submenu-container .team {
	display: none;
	background: #fff;
	width: 1020px;
    max-width:100%
}

.submenu-container .team.active {
	display: block;
}

.main-container .team .match {
	text-align: center;
	min-height: 157px;
    background-color: #F3F3F4;
}

.main-container .team .match .game:first-child {
	margin-top: 24px;
	margin-bottom: 15px;
}

.main-container .team .match .game:last-child {
	margin-bottom: 24px;
}

.main-container .team .match .date {
	display: block;
	width: 100%;
	color: #2D323F;
	font-size: 12px;
	font-weight: 400;
}

.main-container .team .match .teams {
	display: block;
	width: 100%;
	color: #2D323F;
	font-size: 16px;
	font-weight: 400;
}

.main-container .team .match .teams a {
	font-weight: 700;
	text-decoration: none;
	margin-left: 5px;
}

.main-container .team .match .teams a .vyhra {
	color: #2DA416;
}

.main-container .team .match .teams a .prohra {
	color: #DF2627;
}

.main-container .team .match .last {
	display: inline-block;
	border-right: 1px solid #c6cacf;
	background: #f3f3f4;
	float: left;
}

.main-container .team .match .next {
	display: inline-block;
	background: #f3f3f4;
	float: left;
}

.submenu-container .team ul {
	margin: 0;
	padding: 0 30px; 
}

.submenu-container .team ul li {
	margin: 0;
	padding: 0;
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
}

.submenu-container .team ul li a {
	display: block;
	font-size: 15px;
    padding:5px;
	text-decoration: none;
	color: #ED1C24;
}

.submenu-container .team ul li a:hover {
	color: #2D323F;
	text-decoration: underline;
}

.submenu-container .team ul li.divider {
	border-left: 1px solid #C6CACF;
	padding: 0;
	height: 20px;
	margin-top: 15px;
}

.layout-container .content-container .form-item-holder {
	width: 150px;
	display: inline-block;
}

.layout-container .content-container .search-submit {
	text-align: center;
	width: 100%;
}

.layout-container .content-container .menicko form .form-item-holder label
{
	display: block;
	font-size: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
}


.layout-container .content-container .menicko
{
	background: #f3f3f4;
	border: 1px solid #c6cacf;
	margin: 10px 0;
	padding: 10px;
}
.layout-container .content-container .menicko a
{
	color: #1669a4;
	text-decoration: none;
}
.layout-container .content-container .menicko a:hover
{
	text-decoration: underline;
}



.layout-container .content-container .tabs
{
	list-style: none!important;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.layout-container .content-container .tabs li
{
	background: 0 0;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
.layout-container .content-container .tabs li:last-child
{
	margin-right: 0;
}
.layout-container .content-container .tabs li a
{
	background: #1669a4;
	border: 1px solid #1669a4;
	border-bottom: 2px solid #2D323F;
	color: #fff;
	font-family: Roboto,Arial;
	font-kerning: normal;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 20px 8px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}
.layout-container .content-container .tabs li a.selected,.layout-container .content-container .tabs li a:hover
{
	background: 0 0;
	border: 1px solid #2D323F;
	border-bottom: 2px solid #2D323F;
	color: #2D323F;
}


form input[type=submit]
{
	background: #1669a4;
	border: 0;
	border-bottom: 2px solid #2D323F;
	color: #fff!important;
	font-size: 12px;
	padding: 10px 20px 8px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}
form input[type=submit]:hover
{
	background: #c6cacf;
	color: #1669a4!important;
}

.layout-container .content-container #partners a {
	text-align: center;
	  display: block;
}

.layout-container .content-container #partners img {
	max-width: 200px;
	  vertical-align: middle;
}

.layout-container .archiv .articles h2 {
	margin-top: 0;
}

.general-partner-container .footer-partners {
	background-color: #fff;
  padding: 10px 25px;
  text-align: center;

}

.general-partner-container .footer-partners a {
	display: inline-block;
	  padding: 8px 10px;
}

.general-partner-container .footer-partners a img {
	max-width: 110px;
	vertical-align: middle;
}



.info-container .info-right .right-banners {
	list-style: none;
}


.info-container .info-right .right-banners li {
    float: left;
    display: block;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.info-container .info-right .right-banners li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.info-container .strankovani
{
	border-top: 1px solid #c6cacf;
	font-size: 14px;
	font-weight: 700;
	margin: 10px 0;
	padding-top: 20px;
	text-align: center;
}
.info-container .strankovani .nextPages
{
	display: none;
}
.info-container .strankovani a
{
	background: #f3f3f4;
	border: 1px solid #c6cacf;
	margin-left: -1px;
	padding: 6px 12px;
	text-decoration: none;
}
.info-container .strankovani a:hover
{
	background: #c6cacf;
	text-decoration: none;
	text-decoration: underline;
}
.info-container .strankovani .strankovaniVyrazne
{
	background: #1669a4;
	color: #fff;
}