body {
  margin: 0;
  font-family: arial;
  font-size: 15px;
  /*background: url('../../img/background_new.png') no-repeat center top, url('../../img/backgroundPattern.png') repeat center top;    */
  background-color: #555A5F;
}
@font-face {
  font-family: bebas-neue;
  src: url('../fonts/BebasNeue Bold.ttf');
}
textarea:focus,
input:focus {
  outline: 0;
}
h1,
h2 {
  font-family: bebas-neue;
}
h1,
h2,
h3,
h4,
h5 {
  color: #e40013;
}
img {
  display: inline-block;
  max-width: 100%;
  border: none;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.error {
  background: #FF7272;
  padding: 20px;
  color: white;
  font-size: 22px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  text-align: center;
}
.forum form,
.offline form {
  margin: 10px 0;
}
.forum form fieldset,
.offline form fieldset {
  border: 1px solid lightgrey;
}
.forum form #smiles a,
.offline form #smiles a {
  border: 0;
}
.forum form label,
.offline form label {
  float: left;
  box-sizing: border-box;
  padding-left: 5px;
  line-height: 26px;
}
.forum form input,
.offline form input {
  height: 30px;
  float: left;
}
.forum form input,
.offline form input,
.forum form textarea,
.offline form textarea,
.forum form select,
.offline form select {
  font-size: 15px;
  padding: 3px 10px;
  margin-right: 10px;
  box-sizing: border-box;
  border: 1px solid lightgrey;
}
.forum form legend,
.offline form legend {
  background: #1e2321;
  color: white;
  border-radius: 5px;
  font-weight: bold;
  padding: 7px 10px;
  margin-bottom: 10px;
}
table {
  margin-bottom: 20px;
  border-collapse: collapse;
}
table caption {
  background: #545454;
  padding: 7px;
  color: white;
  font-weight: bold;
  border-radius: 3px 3px 0 0;
}
table th {
  text-align: left;
}
table td {
  padding: 3px 5px;
  vertical-align: top;
}
table.table1 th,
.table1 table th {
  background: #e40013;
  text-align: left;
  padding: 10px;
  color: white;
  border: 1px solid #e40013;
  font-weight: normal;
  font-size: 14px;
  font-weight: bold;
}
table.table1 tr:hover,
.table1 table tr:hover {
  background: #f7f7f7;
}
table.table1 td,
.table1 table td {
  padding: 10px;
  border: 1px solid #9198a3;
  font-size: 14px;
}
table.table2,
.table2 table,
.roster,
.stats,
#tabLiga {
  margin-bottom: 20px;
  background: transparent;
}
table.table2 h4,
.table2 table h4,
.roster h4,
.stats h4,
#tabLiga h4 {
  margin-bottom: 5px;
}
table.table2 th,
.table2 table th,
.roster th,
.stats th,
#tabLiga th {
  padding: 5px 8px 5px 8px;
  color: black;
  border-bottom: 2px solid #e40013;
  font-weight: normal;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
table.table2 tr:hover td,
.table2 table tr:hover td,
.roster tr:hover td,
.stats tr:hover td,
#tabLiga tr:hover td {
  background: #f7f7f7;
}
table.table2 tr.highlight td,
.table2 table tr.highlight td,
.roster tr.highlight td,
.stats tr.highlight td,
#tabLiga tr.highlight td,
#tabLiga tr.nastym td {
  background: #92ff84;
  color: black;
  font-weight: bold;
}
table.table2 tr.highlight td:hover,
.table2 table tr.highlight td:hover,
.roster tr.highlight td:hover,
.stats tr.highlight td:hover,
#tabLiga tr.highlight td:hover {
  background: #92ff84;
  color: black;
}
table.table2 td,
.table2 table td,
.roster td,
.stats td,
#tabLiga td {
  padding: 5px 0px 5px 10px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
}
table.fullWidth,
.fullWidth table,
.roster,
.stats {
  width: 100%;
}
.roster th,
.stats th,
table.sort th {
  cursor: pointer;
}
.roster th.header,
.stats th.header,
table.sort th.header {
  background: url('../../img/icons/sortableTable/bg.gif') no-repeat center right;
}
.roster th.headerSortUp,
.stats th.headerSortUp,
table.sort th.headerSortUp {
  background: url('../../img/icons/sortableTable/asc.gif') no-repeat center right;
}
.roster th.headerSortDown,
.stats th.headerSortDown,
table.sort th.headerSortDown {
  background: url('../../img/icons/sortableTable/desc.gif') no-repeat center right;
}
.value {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 6px 3px;
  color: white;
  font-weight: bold;
}
.value:hover {
  text-decoration: underline;
}
.linkToCopy {
  position: relative;
  margin-top: 10px;
  border-radius: 3px;
  border: 1px solid grey;
  width: 265px;
}
button,
input[type=submit] {
  position: relative;
  display: inline-block;
  padding: 7px 7px 5px 7px;
  background: #9198a3;
  border: 0;
  border-bottom: 2px solid #6e7681;
  color: white;
  font-size: 13px;
  font-weight: bold;
  font-family: arial;
  cursor: pointer;
  transition: 0.3s background;
}
button:hover,
input[type=submit]:hover {
  background: #e40013;
  border-bottom: 2px solid #bc0010;
  transition: 0.5s background;
}
input[type=radio]:not(old),
input[type=radio]:not(old) {
  width: 20px;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
  margin-left: 10px;
}
input[type=radio]:not(old) + label,
input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: -2em;
}
input[type=radio]:not(old) + label > span,
input[type=radio]:not(old) + label > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0.25em 0.5em 0.25em 0.25em;
  border: 1px solid #c0c0c0;
  border-radius: 50%;
  background: white;
  vertical-align: bottom;
  position: relative;
  cursor: pointer;
}
input[type=radio]:not(old):checked + label > span:before {
  content: '';
  display: block;
  position: absolute;
  color: #e40013;
  background: #e40013;
  width: 10px;
  height: 10px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
}
.checkBoxes {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  color: black;
  display: block;
  margin-bottom: 15px;
}
a {
  transition: 0.3s all;
}
a:hover {
  transition: 0.3s all;
}
header {
  background: #e40013;
  position: relative;
  width: 100%;
  height: 61px;
}
header .inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
header .inner .logo {
  position: relative;
  top: 10px;
  left: 10px;
  z-index: 999;
}
header .inner .title {
  position: absolute;
  top: 0;
  left: 170px;
  font-size: 34px;
  line-height: 61px;
  color: white;
  font-family: bebas-neue;
}
header .inner .topBackground {
  position: absolute;
  right: 200px;
  top: 0;
  height: 61px;
  overflow: hidden;
}
header .inner .topBackground img {
  position: relative;
  bottom: 40px;
}
header .inner .socialNetworks {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  height: 61px;
  cursor: pointer;
  overflow: hidden;
}
header .inner .socialNetworks .network {
  float: left;
  margin: 10px 3px;
}
.search {
  position: absolute;
  display: none;
  background: #2B2F2E;
  height: 120px;
  z-index: 1000;
  width: 100%;
  top: 101px;
}
.search .inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.search .inner form {
  padding-top: 10px;
  /* firefox 19+ */
  /* ie */
}
.search .inner form ::-webkit-input-placeholder {
  font-size: 20px;
  padding-left: 20px;
}
.search .inner form ::-moz-placeholder {
  font-size: 50px;
  padding-left: 20px;
}
.search .inner form :-ms-input-placeholder {
  font-size: 50px;
  padding-left: 20px;
}
.search .inner form input:-moz-placeholder {
  font-size: 50px;
  padding-left: 20px;
}
.search .inner form input[type=text] {
  width: 90%;
  box-sizing: border-box;
  background: transparent;
  padding: 0px 30px;
  margin: 0;
  color: #A9A9A9;
  font-size: 20px;
  line-height: 100px;
  border: 0;
  height: 100px;
}
.search .inner form input[type=submit] {
  background: url('../../img/icons/searchBig.png') no-repeat center;
  float: left;
  width: 10%;
  height: 100px;
  cursor: pointer;
  border: 0;
}
.search .inner:before {
  content: '';
  position: absolute;
  top: -8px;
  width: 0;
  height: 0;
  right: 25px;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #2B2F2E transparent;
}
.menu {
  background: #1e2321;
  position: relative;
  width: 100%;
  height: 51px;
  font-family: bebas-neue;
  font-size: 20px;
}
.menu nav {
  width: 960px;
  margin: 0 auto;
}
.menu nav ul {
  margin: 0;
  list-style-type: none;
  position: relative;
  left: 130px;
  float: left;
}
.menu nav ul li {
  position: relative;
  float: left;
  line-height: 51px;
  padding-right: 15px;
  list-style-type: none;
  transition: 0.3s;
}
.menu nav ul li:hover {
  cursor: pointer;
  transition: 0.3s;
}
.menu nav ul li:hover,
.menu nav ul li:hover a {
  color: #e40013;
}
.menu nav ul li:hover li {
  list-style-type: none;
  position: relative;
  display: block;
  font-family: arial;
  background: #54595D;
  width: 100%;
  padding: 0;
  font-size: 14px;
  margin: 0;
  line-height: normal;
  border-bottom: 1px solid #62676B;
}
.menu nav ul li:hover li a {
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  color: white;
  box-sizing: border-box;
}
.menu nav ul li:hover li a:hover {
  background: #5f6163;
}
.menu nav ul li,
.menu nav ul li a {
  color: white;
  text-decoration: none;
}
.menu nav ul li:hover ul {
  display: block;
  position: absolute;
  z-index: 99999999999999999999999;
  top: 51px;
  left: -10px;
  padding: 0;
  width: 200px;
}
.menu nav ul li:hover ul:before {
  content: '';
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  left: 15px;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #54595D transparent;
}
.menu nav ul li ul {
  display: none;
  color: white;
}
nav li a:hover,
nav > li:hover > a {
  color: #e40013;
}
.mainSlider {
  width: 1000px;
  height: 356px;
  margin: 0 auto;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mainSlider .items {
  width: 960px;
  height: 356px;
  margin: 0 auto;
  position: relative;
}
.mainSlider .items .counter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
  font-size: 24px;
  font-family: bebas-neue;
  font-weight: bold;
}
.mainSlider .items .counter .current {
  color: #e40013;
}
.mainSlider .items .arrow {
  position: absolute;
  z-index: 10;
  top: 144px;
  height: 62px;
  width: 50px;
  background: url('../../img/backgroundPattern.png') repeat center top;
}
.mainSlider .items .arrow .container {
  position: relative;
  background: white;
  cursor: pointer;
}
.mainSlider .items .arrow .container img {
  float: left;
}
.mainSlider .items .arrow .container.left {
  position: absolute;
  top: 12px;
  left: 0;
}
.mainSlider .items .arrow .container.right {
  position: absolute;
  top: 12px;
  right: 0px;
}
.mainSlider .items .arrow.right {
  right: -22px;
}
.mainSlider .items .arrow.left {
  left: -22px;
}
.mainSlider .items .item {
  display: none;
  position: relative;
  background: #1e2321;
  height: 350px;
  overflow: hidden;
}
.mainSlider .items .item img {
  display: block;
  width: 100%;
}
.mainSlider .items .item .article {
  position: absolute;
	bottom: 0;
	display: none;
	background: rgba(228,0,19,0.9);
	padding: 15px 0px;
	width: 100%;
	font-size: 13px;
	color: white;
	font-weight: bold;
	text-align: center;
}
.mainSlider .items .item .article a {
  text-decoration: none;
  color: white;
}
.mainSlider .items .item .article a:hover {
  text-decoration: underline;
}
.mainSlider .items .item .article h2 {
  font-size: 36px;
  margin: 0;
  margin-top: 15px;
  color: white;
  text-align: center;
}
.mainSlider .items .item .video {
  position: absolute;
  bottom: 0px;
  margin-bottom: 32px;
  display: none;
  background: rgba(228, 0, 19, 0.9);
  padding: 10px 20px;
  width: 450px;
  left: 245px;
  font-size: 13px;
  color: white;
  font-weight: bold;
  text-align: center;
  z-index: 9999;
}
.mainSlider .items .item .video a {
  text-decoration: none;
  color: white;
}
.mainSlider .items .item .video a:hover {
  text-decoration: underline;
}
.mainSlider .items .item .video h2 {
  font-size: 32px;
  margin: 0;
  margin-top: 5px;
  color: white;
  text-align: center;
}
.mainSlider .items .loader {
  position: absolute;
  bottom: 0;
  background: white;
  height: 6px;
  width: 100%;
}
.mainSlider .items .loader .pointer {
  background: #e61829;
  height: 6px;
  width: 0%;
}
.mainContainer {
  width: 940px;
  padding: 0 10px;
  margin: 0 auto;
  background: #1e2321;
  overflow: auto;
  border-bottom: 10px solid #1e2321;
}
.mainContainer .mainArea {
  width: 620px;
  background: white;
  float: left;
  padding: 0 30px;
  padding-top: 35px;
  min-height: 1700px;
  box-sizing: border-box;
}
.mainContainer .mainArea article {
  position: relative;
  color: #686a69;
}
.mainContainer .mainArea article ul {
  list-style: none;
}
.mainContainer .mainArea article li {
  margin-bottom: 7px;
}
.mainContainer .mainArea article li:before {
  content: "�";
  font-size: 20px;
  font-weight: bold;
  color: #e40013;
  /* or whatever color you prefer */
}
.mainContainer .mainArea article #results a {
  border: 0;
}
.mainContainer .mainArea article #results table {
  border-collapse: separate;
}
.mainContainer .mainArea article.article {
  border-bottom: 1px solid #dde2ed;
  overflow: auto;
}
.mainContainer .mainArea article.article h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: bebas-neue;
  font-size: 54px;
  color: #1e2321;
}
.mainContainer .mainArea article.forum {
  padding-bottom: 30px;
}
.mainContainer .mainArea article.forum input[type=text],
.mainContainer .mainArea article.forum input[type=password] {
  float: none;
  width: 50px;
  height: 25px;
}
.mainContainer .mainArea article.forum table td {
  vertical-align: middle;
}
.mainContainer .mainArea article.forum #form_left {
  float: left;
  width: 60%;
}
.mainContainer .mainArea article.forum #form_left textarea {
  width: 100%;
  height: 120px;
  resize: none;
  box-sizing: border-box;
}
.mainContainer .mainArea article.forum #form_right {
  float: left;
  width: 40%;
  margin-top: 25px;
}
.mainContainer .mainArea article.forum #form_right table {
  width: 100%;
}
.mainContainer .mainArea article.forum #form_right table input {
  width: 100%;
}
.mainContainer .mainArea article.forum .prispevek_nadpis {
  background: #e40013;
  color: white;
  padding: 10px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.mainContainer .mainArea article.forum .prispevek_nadpis a {
  color: white;
}
.mainContainer .mainArea article.forum .prispevek_nadpis a:hover {
  color: black;
  border-bottom: 1px dotted black;
}
.mainContainer .mainArea article.forum .prispevek {
  padding: 10px;
  margin-bottom: 20px;
}
.mainContainer .mainArea article .standings {
  font-size: 15px;
}
.mainContainer .mainArea article .standings p b {
  display: none;
}
.mainContainer .mainArea article .standings h2 {
  font-family: Arial;
  font-size: 22px;
}
.mainContainer .mainArea article .standings fieldset {
  border: 1px dotted grey;
  border-radius: 5px;
  line-height: 25px;
}
.mainContainer .mainArea article .standings fieldset b,
.mainContainer .mainArea article .standings fieldset strong {
  float: left;
  width: 60px;
}
.mainContainer .mainArea article .standings fieldset p {
  margin: 0;
}
.mainContainer .mainArea article .standings a.True {
  font-weight: bold;
  background: #e40013;
  padding: 5px;
  border-radius: 5px;
  color: white;
}
.mainContainer .mainArea article .standings div,
.mainContainer .mainArea article .standings p {
  font-size: 15px;
  margin-bottom: 10px;
}
.mainContainer .mainArea article .offline-header {
  background: #e40013;
  color: white;
  padding: 10px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.mainContainer .mainArea article .offline-header a {
  color: white;
}
.mainContainer .mainArea article .offline-header a:hover {
  color: black;
  border-bottom: 1px dotted black;
}
.mainContainer .mainArea article .offline-comment {
  padding: 10px;
  margin-bottom: 20px;
}
.mainContainer .mainArea article .strankovani,
.mainContainer .mainArea article .strankovani_box {
  float: left;
  position: relative;
  overflow: auto;
  padding: 10px;
  margin-bottom: 15px;
}
.mainContainer .mainArea article .strankovani .nextPages,
.mainContainer .mainArea article .strankovani_box .nextPages {
  display: none;
  font-size: 16px;
  font-weight: bold;
}
.mainContainer .mainArea article .strankovani a,
.mainContainer .mainArea article .strankovani_box a {
  margin: 3px;
  padding: 5px 10px;
  background: #e40013;
  color: white;
  display: block;
  float: left;
}
.mainContainer .mainArea article .strankovani a:hover,
.mainContainer .mainArea article .strankovani_box a:hover,
.mainContainer .mainArea article .strankovani a.strankovaniVyrazne,
.mainContainer .mainArea article .strankovani_box a.strankovaniVyrazne {
  background: #1e2321;
  color: white;
}
.mainContainer .mainArea article.player img {
  display: block;
  width: 560px;
}
.mainContainer .mainArea article.player ul.bio {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
.mainContainer .mainArea article.player ul.bio li {
  margin: 0;
  float: left;
  display: block;
  list-style-type: none;
  box-sizing: border-box;
  width: 25%;
  padding: 20px;
  font-size: 20px;
  text-align: center;
  background: #e40013;
  color: white;
}
.mainContainer .mainArea article.player ul.bio li:before {
  display: none;
}
.mainContainer .mainArea article.player ul.bio li .bio-header {
  font-weight: bold;
}
.mainContainer .mainArea article.player ul.bio li .bio-value {
  font-size: 15px;
  padding: 10px 0 0 0;
}
.mainContainer .mainArea article.player ul.tabs {
  width: 100%;
  display: block;
  padding: 0;
  float: left;
  margin-top: 20px;
}
.mainContainer .mainArea article.player ul.tabs a.selected li {
  background: #e40013;
}
.mainContainer .mainArea article.player ul.tabs li {
  margin: 0;
  float: left;
  display: block;
  list-style-type: none;
  box-sizing: border-box;
  width: 25%;
  padding: 20px;
  font-size: 20px;
  text-align: center;
  background: #f93142;
  color: white;
}
.mainContainer .mainArea article.player ul.tabs li:hover {
  background: #e40013;
}
.mainContainer .mainArea article.player ul.tabs li:before {
  display: none;
}
.mainContainer .mainArea article.player ul.tabs li a {
  color: white;
}
.mainContainer .mainArea article.player ul.tabs li a:hover {
  color: black;
}
.mainContainer .mainArea article.player ul.otherPlayers {
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
  float: left;
  margin: 0;
  margin-bottom: 20px;
}
.mainContainer .mainArea article.player ul.otherPlayers li {
  margin: 0;
  float: left;
  display: block;
  list-style-type: none;
  box-sizing: border-box;
  width: 24%;
  margin: 0.5%;
  height: 100px;
  padding: 20px 20px 20px 0;
  font-size: 20px;
  text-align: right;
  background: #f93142;
  color: white;
  transition: 5s background;
}
.mainContainer .mainArea article.player ul.otherPlayers li:before {
  display: none;
}
.mainContainer .mainArea article.player ul.otherPlayers li:hover {
  background: maroon;
  transition: 0.2s background;
}
.mainContainer .mainArea article.player ul.otherPlayers li .post {
  font-size: 14px;
}
.mainContainer .mainArea article.player ul.otherPlayers li a {
  color: white;
}
.mainContainer .mainArea article.player ul.otherPlayers li a:hover {
  color: black;
}
.mainContainer .mainArea article h2 {
  font-size: 34px;
  margin-top: 0;
}
.mainContainer .mainArea article h3 {
  margin-bottom: 10px;
  font-size: 22px;
}
.mainContainer .mainArea article .info {
  color: #7e8c9a;
  font-size: 14px;
}
.mainContainer .mainArea article a {
  color: #e40013;
  text-decoration: none;
  border-bottom: 1px dotted #e40013;
}
.mainContainer .mainArea article a:hover {
  color: #686a69;
  border-bottom: 1px dotted #686a69;
}
.mainContainer .mainArea article table.table2 a {
  border: 0;
}
.mainContainer .mainArea article table.table2 a:hover {
  border: 0;
}
.mainContainer .mainArea article.subPage {
  border: 0;
}
.mainContainer .mainArea article.subPage > img {
  margin-bottom: 10px;
}
.mainContainer .mainArea article .perex {
  font-size: 18px;
  line-height: 23px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dde2ed;
}
.mainContainer .mainArea article .socialNetworks {
  float: left;
  width: 55px;
  min-height: 100px;
  padding: 0 17px 0 0;
}
.mainContainer .mainArea article .socialNetworks div {
  margin: 0 auto;
  float: left;
  margin-bottom: 10px;
}
.mainContainer .mainArea article .gameStats {
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: auto;
  margin-bottom: 15px;
}
.mainContainer .mainArea article .gameStats .mainInfo {
  overflow: auto;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dde2ed;
}
.mainContainer .mainArea article .gameStats .team {
  width: 30%;
  float: left;
  text-align: center;
  font-family: 'bebas-neue';
  color: #1e2321;
}
.mainContainer .mainArea article .gameStats .team img {
  width: 100px;
}
.mainContainer .mainArea article .gameStats .info {
  width: 40%;
  float: left;
  text-align: center;
  color: #1e2321;
}
.mainContainer .mainArea article .gameStats .info .result {
  line-height: initial;
  font-family: 'bebas-neue';
  font-size: 65px;
  font-weight: bold;
  display: inline-block;
  text-shadow: 0 0 2px white;
  margin-bottom: 5px;
}
.mainContainer .mainArea article .gameStats .info .periods {
  font-family: 'bebas-neue';
  font-size: 20px;
}
.mainContainer .mainArea article .gameStats .info .overtime {
  font-size: 30px;
}
.mainContainer .mainArea article .gameStats .teamName {
  text-align: center;
  width: 100%;
  line-height: initial;
  float: left;
  font-weight: bold;
  font-size: 24px;
}
.mainContainer .mainArea article .photos table {
  border: 0;
  margin: 0;
  margin-bottom: 10px;
}
.mainContainer .mainArea article .photos table tr {
  margin: 0;
}
.mainContainer .mainArea article .photos table td {
  border: 0;
}
.mainContainer .mainArea article .photos table td img {
  padding: 0;
  width: 150px;
  border-radius: 3px;
  background: black;
  display: block;
}
.mainContainer .mainArea article .photos .photoThumb {
  width: 111px;
  max-height: 80px;
  overflow: hidden;
  border-radius: 3px;
  transition: 0.5s box-shadow;
}
.mainContainer .mainArea article .photos .photoThumb:hover {
  box-shadow: 0 0 1px black;
  transition: 0.5s box-shadow;
}
.mainContainer .mainArea article .photogallery {
  padding-bottom: 10px;
}
.mainContainer .mainArea article .photogallery form {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.mainContainer .mainArea article .photogallery select {
  height: 20px;
  margin-bottom: 5px;
  padding: 3px 10px;
  box-sizing: border-box;
  height: 26px;
}
.mainContainer .mainArea article .photogallery input {
  height: 20px;
  padding: 1px 10px;
}
.mainContainer .mainArea article .photogallery button {
  margin-top: 5px;
}
.mainContainer .mainArea article .photogallery label {
  float: left;
  width: 100px;
  margin-bottom: 5px;
  line-height: 25px;
}
.mainContainer .mainArea article .photogallery table {
  border: 0;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 20px;
}
.mainContainer .mainArea article .photogallery table tr {
  margin: 0;
}
.mainContainer .mainArea article .photogallery table td {
  border: 0;
}
.mainContainer .mainArea article .photogallery table td img {
  padding: 0;
  width: 150px;
  border-radius: 3px;
  background: black;
  display: block;
}
.mainContainer .mainArea article .photogallery .photoThumb {
  width: 130px;
  max-height: 80px;
  overflow: hidden;
  border-radius: 3px;
  transition: 0.5s box-shadow;
}
.mainContainer .mainArea article .photogallery .photoThumb:hover {
  box-shadow: 0 0 1px black;
  transition: 0.5s box-shadow;
}
.mainContainer .mainArea article .socialNetworksBottom {
  margin-top: 20px;
  padding-bottom: 20px;
}
.mainContainer .mainArea article .socialNetworksBottom .fb-like {
  position: relative;
  float: left;
  overflow: hidden;
}
.mainContainer .mainArea article .socialNetworksBottom .fb-comments {
  position: relative;
  margin-top: 10px;
  right: 72px;
  bottom: 0;
  float: left;
  overflow: hidden;
}
.mainContainer .mainArea article .content {
  font-size: 15px;
  line-height: 20px;
  width: 485px;
  min-height: 100px;
  float: left;
  overflow: visible;
  padding-bottom: 50px;
}
.mainContainer .mainArea article .content .author {
  display: inline-block;
  margin-top: 20px;
  color: #9198a3;
  font-weight: bold;
}
.mainContainer .mainArea .otherArticles {
  border-top: 1px solid #dde2ed;
  float: left;
  width: 100%;
}
.mainContainer .mainArea .otherArticles,
.mainContainer .mainArea .articleList {
  position: relative;
  margin-bottom: 50px;
}
.mainContainer .mainArea .otherArticles .checkBoxes,
.mainContainer .mainArea .articleList .checkBoxes {
  position: absolute;
  right: 10px;
  top: 32px;
  text-align: right;
  min-width: 300px;
}
.mainContainer .mainArea .otherArticles h2,
.mainContainer .mainArea .articleList h2 {
  color: #e40013;
  font-size: 34px;
}
.mainContainer .mainArea .otherArticles .article,
.mainContainer .mainArea .articleList .article {
  border-bottom: 1px solid #dde2ed;
  float: left;
  overflow: visible;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.mainContainer .mainArea .otherArticles .article .image,
.mainContainer .mainArea .articleList .article .image {
  float: left;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 40px;
}
.mainContainer .mainArea .otherArticles .article .image img,
.mainContainer .mainArea .articleList .article .image img {
  height: 120px;
  max-width: none;
}
.mainContainer .mainArea .otherArticles .article .details,
.mainContainer .mainArea .articleList .article .details {
  float: left;
  width: 400px;
}
.mainContainer .mainArea .otherArticles .article .details a,
.mainContainer .mainArea .articleList .article .details a {
  text-decoration: none;
}
.mainContainer .mainArea .otherArticles .article .details h2,
.mainContainer .mainArea .articleList .article .details h2 {
  margin-top: 10px;
  margin-bottom: 0;
  color: black;
}
.mainContainer .mainArea .otherArticles .article .details a h2,
.mainContainer .mainArea .articleList .article .details a h2 {
  margin-top: 10px;
  color: black;
  transition: 0.3s all;
}
.mainContainer .mainArea .otherArticles .article .details a h2:hover,
.mainContainer .mainArea .articleList .article .details a h2:hover {
  color: #e40013;
  transition: 0.3s all;
}
.mainContainer .mainArea .otherArticles .article .details .author,
.mainContainer .mainArea .articleList .article .details .author {
  font-size: 12px;
  color: #7e8c9a;
  font-weight: bold;
}
.mainContainer .sideBar {
  background: #f0f4f7;
  width: 320px;
  padding: 5px 25px 0 25px;
  border-left: 1px solid #dbe4eb;
  float: right;
  min-height: 1700px;
  box-sizing: border-box;
}
.mainContainer .sideBar h2 {
  color: #e40013;
  font-size: 34px;
  margin-bottom: 10px;
}
.mainContainer .sideBar .sideMenu ul {
  position: relative;
  right: 40px;
  width: 100%;
  list-style-type: none;
  font-size: 20px;
  font-family: bebas-neue;
}
.mainContainer .sideBar .sideMenu ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  border-bottom: 1px solid #dde2ed;
}
.mainContainer .sideBar .sideMenu ul li.selected a {
  color: #e40013;
}
.mainContainer .sideBar .sideMenu ul li a {
  color: black;
  text-decoration: none;
}
.mainContainer .sideBar .sideMenu ul li a:hover {
  color: #e40013;
}
.mainContainer .sideBar .gameList {
  margin-bottom: 20px;
}
.mainContainer .sideBar .gameList .game {
  border-bottom: 1px solid #dde2ed;
  overflow: auto;
  padding: 15px 0;
}
.mainContainer .sideBar .gameList .game .image {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  background: white;
  border: 1px solid lightgrey;
}
.mainContainer .sideBar .gameList .game .image img {
  width: 70px;
}
.mainContainer .sideBar .gameList .game .details {
  float: left;
  width: 172px;
  font-size: 13px;
}
.mainContainer .sideBar .gameList .game .details .basicInfo {
  color: #9198a3;
  font-weight: bold;
  margin-bottom: 5px;
}
.mainContainer .sideBar .gameList .game .details .teams {
  color: #202932;
  margin-bottom: 10px;
}
.mainContainer .sideBar .gameList .game .details .links a {
  margin-bottom: 4px;
  display: block;
}
.mainContainer .sideBar .gameList .game .details .result {
  font-family: bebas-neue;
  font-size: 18px;
  color: #e40013;
  margin-bottom: 10px;
}
.mainContainer .sideBar .gameList .game .details .result .win {
  color: #6abc64;
}
.mainContainer .sideBar .gameList .game .details .result .win a {
  color: #6abc64;
}
.mainContainer .sideBar .gameList .game .details .result .time {
  color: #9198a3;
}
.mainContainer .sideBar .gameList .game .details .result .time a {
  color: #9198a3;
}
.mainContainer .sideBar .gameList .game .details .result .loss {
  color: #e40013;
}
.mainContainer .sideBar .gameList .game .details .result .loss a {
  color: #e40013;
}
.mainContainer .sideBar .gameList .game .details .result .draw {
  color: #00aeff;
}
.mainContainer .sideBar .gameList .game .details .result .draw a {
  color: #00aeff;
}
.mainContainer .sideBar .gameList .game .details .result .unknown {
  color: #9198a3;
}
.mainContainer .sideBar .gameList .game .details .result .unknown a {
  color: #9198a3;
}
.mainContainer .sideBar .gameList .game .details .result a {
  margin-right: 10px;
  font-size: 40px;
  font-weight: bold;
  font-family: bebas-neue;
  color: auto;
  text-decoration: none;
}
.mainContainer .sideBar .gameList .game .details .date a {
  font-size: 40px;
  font-weight: bold;
  font-family: bebas-neue;
  color: #9198a3;
  text-decoration: none;
}
.mainContainer .sideBar .iceShedule {
  position: relative;
  float: left;
  margin-bottom: 20px;
}
.mainContainer .sideBar .iceShedule .description {
  position: absolute;
  bottom: 20px;
  font-size: 13px;
  color: #9198a3;
  left: 115px;
}
.mainContainer .sideBar .news {
  float: left;
  margin-bottom: 20px;
}
.mainContainer .sideBar .news a {
  color: #e40013;
  text-decoration: none;
  border-bottom: 1px dotted #e40013;
}
.mainContainer .sideBar .news a:hover {
  color: #686a69;
  border-bottom: 1px dotted #686a69;
}
.mainContainer .sideBar .news h2 {
  margin-top: 0;
}
.mainContainer .sideBar .news .list {
  height: 300px;
  line-height: 20px;
  padding: 0 10px 10px 0px;
  float: left;
  color: #666666;
  font-size: 14px;
  text-align: left;
  overflow: auto;
}
.mainContainer .sideBar .news .list .item {
  float: left;
  background: #F0F4F7;
  border: 1px solid lightgrey;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0;
}
.mainContainer .sideBar .news .list .item h3 {
  margin: 0 0 10px 0;
}
.mainContainer .sideBar .leagueTable {
  margin-bottom: 20px;
}
.mainContainer .sideBar .leagueTable table {
  font-size: 13px;
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.mainContainer .sideBar .leagueTable table .PEL td {
  color: #e40013;
  font-weight: bold;
}
.mainContainer .sideBar .leagueTable table .poradi {
  width: 10px;
}
.mainContainer .sideBar .leagueTable table .tym_dlouhe {
  width: 190px;
}
.mainContainer .sideBar .leagueTable table th {
  border-bottom: 1px solid #dde2ed;
  padding: 7px 0;
  text-align: left;
  color: #9fa5af;
}
.mainContainer .sideBar .leagueTable table td {
  padding: 7px 10px 7px 0;
  border: 0;
  border-bottom: 1px solid #dde2ed;
  color: #202932;
}
.mainContainer .sideBar .leagueTable table .tym,
.mainContainer .sideBar .leagueTable table .zapasy,
.mainContainer .sideBar .leagueTable table .score {
  //display: none;
}
.mainContainer .sideBar .leagueTable table a {
  color: #e40013;
  text-decoration: none;
  border-bottom: 1px dotted #e40013;
}
.mainContainer .sideBar .leagueTable table a:hover {
  color: #686a69;
  border-bottom: 1px dotted #686a69;
}
.mainContainer .sideBar .fb-like-box,
.mainContainer .sideBar .g-ytsubscribe {
  position: relative;
  float: left;
  padding: 5px 0px;
  left: -8px;
  margin-bottom: 40px;
}
.fb-like-box {
  position: relative;
  float: left;
  padding: 5px 6px;
  margin-bottom: 40px;
}
footer {
  background: #1e2321;
  overflow: auto;
  padding-bottom: 45px;
  overflow: visible;
}
footer .container {
  background: #e40013;
}
footer .container .content {
  width: 865px;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
  padding: 20px 70px;
  font-size: 13px;
  color: white;
  position: relative;
}
footer .container .content .icon {
  margin: 0 7px;
}
footer .container .content .logo {
  position: absolute;
  margin: 0 auto;
  width: 124px;
  top: -15px;
  left: 230px;
  background: url("../../img/logo.png");
}
footer .container .content a {
  color: white;
}
footer .container .content a:hover {
  color: black;
}
table.menu-mladez{
  margin-bottom: 30px;
}
	/* Outer */
  .popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index: 10000;
}

/* Inner */
.popup-inner {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}

/* Close Button */
.popup-close {

    position:absolute;

    text-align:center;

}

.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}

