html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
em,
img,
strong,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
menu,
nav,
section,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-family: 'Roboto', Arial, verdana, sans-serif;
  font-weight: 400;
  height: 100%;
}
a,
a img {
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  color: black;
}
.hidden {
  display: none;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #979797;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #979797;
  opacity: 1;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #979797;
  opacity: 1;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #979797;
}
strong {
  font-weight: bold;
}
.scroll-x,
.table-wrapper {
  overflow-x: scroll;
}
.scroll-x > table,
.table-wrapper > table {
  white-space: nowrap;
}
.wrapper {
  width: 100%;
}
.wrapper .left-block-group {
  float: left;
  width: 66%;
  margin-top: 30px;
}
.wrapper .left-block-group .left-block-group-inner {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .wrapper .left-block-group .left-block-group-inner {
    padding-right: 0;
  }
}
.wrapper .right-block-group {
  float: right;
  width: 34%;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .wrapper .left-block-group {
    width: 60%;
  }
  .wrapper .left-block-group .left-block-group-inner {
    width: 100%;
  }
  .wrapper .right-block-group {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .wrapper .left-block-group,
  .wrapper .right-block-group {
    width: 100%;
  }
}
.clear {
  clear: both;
}
.box {
  text-transform: uppercase;
  color: white;
  display: block;
  background-color: #9a3434;
  border-left: 5px solid #e13333;
  line-height: 26px;
  font-weight: bold;
  font-size: 12px;
  padding: 0 6px;
}
.share-article {
  margin-bottom: 30px;
}
.share-article #twitter-widget-1,
.share-article #draugiemLike,
.share-article .fb-like {
  display: inline-block;
  vertical-align: top;
}
.share-article .fb-like > span {
  vertical-align: top !important;
}
.share-article #fb-root {
  display: none;
}
header .inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
header .upper {
  background-color: #40353a;
  min-height: 50px;
}
header .upper .left-side {
  float: left;
}
header .upper .left-side .desktop-logo {
  display: inline-block;
  vertical-align: top;
  width: 95px;
  height: 50px;
  background: url(../img/logo.svg) center center no-repeat;
}
header .upper .left-side a:first-child {
  margin-left: 10px;
  margin-right: 10px;
}
header .upper .left-side a:first-child img {
  vertical-align: middle;
  margin-top: 3px;
}
header .upper .right-side {
  float: right;
}
header .lower {
  text-transform: uppercase;
  color: #646464;
  font-size: 10px;
}
header .lower .logo-block {
  height: 140px;
  width: 1200px;
}
header .lower .logo-block .logo {
  width: 216px;
  height: 52px;
  display: inline-block;
  vertical-align: top;
  margin-left: -2px;
}
header .lower .logo-block img {
  display: block;
}
header .lower .banner-block img {
  display: block;
}
header .lower nav {
  background-color: #7b132a;
}
header .lower nav ul {
  list-style-type: none;
  display: inline-block;
}
header .lower nav ul.main-menu > li {
  display: inline-block;
  height: 50px;
  vertical-align: top;
}
header .lower nav ul.main-menu > li a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  display: block;
  line-height: 50px;
  padding: 0 13px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
header .lower nav ul.main-menu > li a.home {
  width: 50px;
  height: 50px;
  background: transparent url(../img/sprites.png) no-repeat 1px -24px;
}
header .lower nav ul.main-menu > li a.home span {
  display: none;
}
header .lower nav ul.main-menu > li:hover > a,
header .lower nav ul.main-menu > li.active > a {
  background-color: #cc3333;
}
header .lower nav ul.main-menu > li:hover > .submenu,
header .lower nav ul.main-menu > li.active > .submenu {
  display: block;
}
header .lower nav ul.submenu {
  display: none;
  position: absolute;
  z-index: 3;
  background-color: #9a3434;
  border-top: 2px solid #cc3333;
}
header .lower nav ul.submenu > li {
  height: 36px;
  max-width: 200px;
  position: relative;
}
header .lower nav ul.submenu > li a {
  line-height: 15px;
  font-size: 12px;
  padding: 0 13px;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
header .lower nav ul.submenu > li a:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  height: 100%;
}
header .lower nav ul.submenu > li a span {
  display: inline-block;
  vertical-align: middle;
}
header .lower nav ul.submenu > li a.toggle-submenu {
  display: none;
}
header .lower nav ul.submenu > li:hover > a {
  background-color: #cc3333;
}
header .lower nav ul.submenu > li:hover > .submenu2 {
  display: block;
}
header .lower nav ul.submenu > li.has-menu > a:after {
  content: "";
  border-color: transparent white;
  border-style: solid;
  border-width: 0.45em 0 0.45em 0.60em;
  display: block;
  height: 0;
  width: 0;
  top: 12px;
  position: absolute;
  right: 23px;
}
header .lower nav ul.submenu2 {
  display: none;
  position: absolute;
  left: 93%;
  top: 0;
  z-index: 2;
  background-color: #2b2b2b;
}
header .lower nav ul.submenu2 > li {
  height: 36px;
  width: 200px;
}
header .lower nav ul.submenu2 > li a {
  line-height: 15px;
  font-size: 12px;
  padding: 0 13px 0 30px;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
header .lower nav ul.submenu2 > li a:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  height: 100%;
}
header .lower nav ul.submenu2 > li a span {
  display: inline-block;
  vertical-align: middle;
}
header .lower nav ul.submenu2 > li:hover a {
  background-color: #cc3333;
}
header .lower .soc-links {
  float: right;
  height: 50px;
}
header .lower .soc-links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #cc3333;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
header .lower .soc-links a.draugiem {
  background: #cc3333 url(../img/sprites.png) no-repeat 0px -73px;
}
header .lower .soc-links a.twitter {
  background: #cc3333 url(../img/sprites.png) no-repeat -30px -72px;
}
header .lower .soc-links a.facebook {
  background: #cc3333 url(../img/sprites.png) no-repeat -60px -72px;
}
header .lower .soc-links a.instagram {
  background: #cc3333 url(../img/sprites.png) no-repeat -90px -72px;
}
header .lower .soc-links a:hover {
  background-color: #9a3434;
}
header .lower .soc-links:before {
  content: "";
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}
header .main-link {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  vertical-align: top;
  -webkit-transition: background-color 0.2s ease-in-out;
  /* Safari */
  transition: background-color 0.2s ease-in-out;
}
header .main-link:hover {
  background-color: #cc3333;
}
header .main-link:before {
  content: "";
  display: inline-block;
  background: transparent url(../img/sprites.png) no-repeat top left;
  margin-right: 7px;
  vertical-align: middle;
}
header .main-link.photos:before {
  width: 19px;
  height: 15px;
  background-position: -3px -3px;
}
header .main-link.videos:before {
  width: 21px;
  height: 15px;
  background-position: -27px -3px;
}
header .main-link.news:before {
  width: 13px;
  height: 15px;
  background-position: -52px -3px;
}
header .language-switch {
  vertical-align: top;
  margin-top: 11px;
  display: inline-block;
  width: 80px;
}
header .language-switch .language-holder {
  position: relative;
}
header .language-switch span {
  display: block;
  height: 30px;
  border-left: 1px solid #808080;
  position: relative;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  cursor: pointer;
}
header .language-switch ul {
  display: none;
  list-style-type: none;
  background-color: black;
  position: absolute;
  top: 30px;
  right: 0;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
header .language-switch ul li {
  padding: 0 10px 0 10px;
  width: 100%;
  line-height: 30px;
}
header .language-switch:hover ul {
  display: block;
}
header .language-switch span,
header .language-switch a {
  color: #a3a3a3;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}
header .language-switch span:before,
header .language-switch a:before,
header .language-switch span:before,
header .language-switch a:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 12px;
  padding-right: 10px;
  background: transparent url(../img/sprites.png) no-repeat top left;
  margin-top: -2px;
  vertical-align: middle;
}
header .language-switch span.en:before,
header .language-switch a.en:before {
  background-position: -124px -21px;
}
header .language-switch span.lv:before,
header .language-switch a.lv:before {
  background-position: -124px -5px;
}
header .search-box {
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  position: relative;
  width: 199px;
  text-align: right;
}
header .search-box input {
  outline: none;
  border: none;
  height: 25px;
  margin-top: 7px;
  width: 0;
  padding: 0;
  line-height: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
header .search-box .search {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
  background: transparent url(../img/sprites.png) no-repeat -91px -51px;
}
header .search-box .search:hover {
  background-position: -114px -51px;
}
header .search-box.active input {
  width: 100%;
  padding: 0 10px;
}
header .hamburger {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  background-color: #cc3333;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
header .hamburger .line {
  transition: all .35s;
  background: white;
  width: 20px;
  height: 4px;
  display: block;
  top: 13px;
  left: 14px;
  position: absolute;
}
header .hamburger .line.middle {
  top: 22px;
}
header .hamburger .line.bottom {
  top: 32px;
}
header .hamburger:hover {
  background-color: #ad2a2a;
}
header .mobile-taskbar .mobile-logo {
  display: none;
}
@media screen and (max-width: 1200px) {
  header .search-box input {
    margin-top: 2px;
  }
  header .upper .mobile-taskbar {
    background-color: #f5f5f5;
    min-height: 50px;
    position: relative;
  }
  header .upper .mobile-taskbar .mobile-logo {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 0;
    width: 95px;
    height: 50px;
    background: url(../img/logo.svg) center center no-repeat;
  }
  header .upper .mobile-taskbar:after {
    content: "";
    display: block;
    clear: both;
  }
  header .upper .right-side,
  header .upper .left-side {
    display: none;
  }
  header .upper .left-side .desktop-logo {
    display: none;
  }
  header .lower .banner-block,
  header .lower nav {
    display: none;
  }
  header .hamburger {
    display: block;
  }
  header.open .hamburger .line.top {
    transform: rotate(45deg);
    top: 22px;
    left: 14px;
  }
  header.open .hamburger .line.middle {
    width: 0;
    left: 27px;
  }
  header.open .hamburger .line.line.bottom {
    transform: rotate(135deg);
    top: 22px;
    left: 14px;
  }
  header.open .main-link {
    line-height: 40px;
    height: 40px;
  }
  header.open .upper {
    background-color: transparent;
  }
  header.open .upper .right-side {
    display: block;
    margin-top: -50px;
    float: none;
    background-color: rgba(0, 0, 0, 0.85);
    position: relative;
    min-height: 50px;
  }
  header.open .upper .right-side .search-box {
    display: block;
    margin-top: 0px;
    padding-top: 10px;
    height: 50px;
    width: auto;
    margin-right: 90px;
    margin-left: 60px;
  }
  header.open .upper .right-side .search-box .search {
    top: 12px;
  }
  header.open .upper .right-side .language-switch {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
  }
  header.open .upper .right-side .language-switch span:hover + ul {
    display: none;
  }
  header.open .upper .right-side .language-switch span.open + ul {
    display: block;
  }
  header.open .upper .left-side {
    display: block;
    float: none;
    background-color: rgba(0, 0, 0, 0.85);
    text-align: center;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
  }
  header.open .lower nav {
    display: block;
    background-color: rgba(0, 0, 0, 0.85);
  }
  header.open .lower nav ul.main-menu {
    display: block;
  }
  header.open .lower nav ul.main-menu li {
    display: block;
    min-height: 40px;
    height: auto;
  }
  header.open .lower nav ul.main-menu li:hover a {
    background-color: transparent;
  }
  header.open .lower nav ul.main-menu li a {
    line-height: 40px;
  }
  header.open .lower nav ul.main-menu li a.home {
    background: none;
    width: auto;
    height: auto;
  }
  header.open .lower nav ul.main-menu li a.home span {
    display: inline;
  }
  header.open .lower nav ul.main-menu li a:hover {
    background-color: #cc3333;
  }
  header.open .lower nav ul.main-menu li.has-menu {
    position: relative;
  }
  header.open .lower nav ul.main-menu li.has-menu > a {
    margin-right: 40px;
  }
  header.open .lower nav ul.main-menu li.has-menu > a:after {
    content: none;
  }
  header.open .lower nav ul.main-menu li.has-menu .toggle-submenu {
    display: block;
    width: 40px;
    height: 40px;
    background: transparent url(../img/arrow.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header.open .lower nav ul.main-menu li.has-menu .toggle-submenu.open {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  header.open .lower nav ul.main-menu li.has-menu .toggle-submenu:hover {
    background-color: #cc3333;
  }
  header.open .lower nav ul.main-menu li.has-menu .submenu,
  header.open .lower nav ul.main-menu li.has-menu .submenu2 {
    position: relative;
    background-color: transparent;
    border: none;
    max-height: 0;
    display: block;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
    left: 0;
  }
  header.open .lower nav ul.main-menu li.has-menu .submenu li,
  header.open .lower nav ul.main-menu li.has-menu .submenu2 li {
    height: auto;
    min-height: 40px;
    max-width: none;
  }
  header.open .lower nav ul.main-menu li.has-menu .submenu li a,
  header.open .lower nav ul.main-menu li.has-menu .submenu2 li a {
    font-weight: normal;
    padding-left: 40px;
    width: auto;
  }
  header.open .lower nav ul.main-menu li.has-menu .submenu li a.toggle-submenu,
  header.open .lower nav ul.main-menu li.has-menu .submenu2 li a.toggle-submenu {
    width: 40px;
  }
  header.open .lower nav ul.main-menu li.has-menu .submenu .submenu2 li,
  header.open .lower nav ul.main-menu li.has-menu .submenu2 .submenu2 li {
    width: auto;
  }
  header.open .lower nav ul.main-menu li.has-menu .submenu .submenu2 li a,
  header.open .lower nav ul.main-menu li.has-menu .submenu2 .submenu2 li a {
    padding-left: 80px;
  }
  header.open .lower nav ul.main-menu li.has-menu .submenu.open,
  header.open .lower nav ul.main-menu li.has-menu .submenu2.open {
    display: block;
    max-height: 500px;
  }
  header.open .lower .soc-links {
    float: none;
    text-align: center;
  }
}
.content {
  max-width: 1200px;
  margin: 0 auto;
}
.content .block {
  margin-bottom: 30px;
}
.content .block.calendar-mobile {
  display: none;
}
.content > .block {
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .content {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .content .block.calendar-mobile {
    display: block;
  }
  .content .block.calendar-desktop {
    display: none;
  }
}
.player-info .half-block,
.team-info .half-block {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 20px;
}
.player-info .half-block img + .info-holder,
.team-info .half-block img + .info-holder {
  margin-left: 230px;
}
.player-info .half-block h1,
.team-info .half-block h1 {
  font-size: 25px;
  color: #3d3d3d;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  line-height: 25px;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: left;
}
.player-info .half-block h1 a,
.team-info .half-block h1 a {
  font-size: 25px;
  color: #3d3d3d;
  text-transform: uppercase;
  line-height: 25px;
  font-weight: 900;
}
.player-info .half-block h1:after,
.team-info .half-block h1:after {
  margin-top: 10px;
  content: "";
  display: block;
  height: 4px;
  background-color: #cc3333;
  width: 100px;
}
.player-info .half-block .player-image,
.team-info .half-block .player-image,
.player-info .half-block .team-image,
.team-info .half-block .team-image {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
.player-info .half-block .description,
.team-info .half-block .description {
  color: #3d3d3d;
  font-size: 13px;
}
.player-info .half-block .description p,
.team-info .half-block .description p {
  line-height: 23px;
  margin-bottom: 20px;
}
.player-info .half-block table,
.team-info .half-block table {
  margin-bottom: 20px;
}
.player-info .half-block table td,
.team-info .half-block table td {
  padding: 4px 10px 4px 0;
  font-size: 14px;
}
.player-info .half-block table td:nth-child(2),
.team-info .half-block table td:nth-child(2) {
  color: #3d3d3d;
  font-weight: bold;
}
.player-info .half-block:after,
.team-info .half-block:after {
  content: "";
  display: block;
  clear: both;
}
.player-info .half-block:nth-child(2),
.team-info .half-block:nth-child(2) {
  padding-right: 0;
}
@media screen and (max-width: 985px) {
  .player-info .half-block,
  .team-info .half-block {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .player-info .half-block .player-image,
  .team-info .half-block .player-image {
    display: block;
    float: none;
    margin: 0 auto 20px auto;
  }
}
.team-info .half-block table td:nth-child(2) {
  color: #3d3d3d;
}
.team-info .team-photo {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1070px) {
  .team-info .half-block {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .team-info .half-block .info-holder {
    margin-left: 0;
  }
  .team-info .half-block .player-image {
    display: block;
    float: none;
    margin: 0 auto 20px auto;
  }
}
ul.tabs {
  width: 100%;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
ul.tabs li {
  display: inline-block;
  text-align: center;
  border: 1px solid #f5f5f5;
  flex-grow: 1;
  flex-basis: 0;
}
ul.tabs li a {
  display: block;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #3d3d3d;
  white-space: nowrap;
  padding: 0 15px;
}
ul.tabs li.active a,
ul.tabs li a:hover {
  background-color: #f5f5f5;
}
.title-block {
  position: relative;
  width: 80%;
  max-width: 270px;
  height: 25px;
  background: #7b132a;
  display: block;
  border-left: 5px solid #e13333;
  padding-left: 20px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 10px;
}
.title-block a {
  color: white;
}
.title-block:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  display: block;
  width: 35px;
  background: #7b132a;
  -webkit-transform: skew(-40deg);
  -ms-transform: skew(-40deg);
  transform: skew(-40deg);
}
.block-content h3 {
  font-size: 15px;
  margin: 0 0 10px 10px;
  color: #646464;
  font-weight: bold;
}
ul.list {
  list-style-type: none;
}
ul.list li {
  padding: 0px 10px;
}
ul.list li:nth-child(odd) {
  background-color: #f5f5f5;
}
ul.list li a {
  color: #3d3d3d;
  font-size: 12px;
  line-height: 25px;
}
ul.list li a:hover {
  color: #cc3333;
}
ul.list li.article a:before,
ul.list li.photos a:before,
ul.list li.video a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: transparent url(../img/sprites.png) no-repeat 0px 0px;
  margin-top: -2px;
}
ul.list li.article a:before {
  width: 12px;
  height: 13px;
  background-position: -73px -4px;
  padding-right: 14px;
  margin-left: 1px;
}
ul.list li.photos a:before {
  width: 15px;
  height: 11px;
  background-position: -68px -21px;
  padding-right: 12px;
}
ul.list li.video a:before {
  width: 15px;
  height: 11px;
  background-position: -68px -34px;
  padding-right: 12px;
}
ul.topical {
  list-style-type: none;
}
ul.topical li {
  margin-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
ul.topical li:last-child {
  margin-bottom: 0;
  border: none;
}
ul.topical li a {
  display: block;
}
ul.topical li a .img-holder {
  float: left;
  margin-right: 12px;
  background-color: #4c4c4c;
  width: 65px;
  height: 65px;
  position: relative;
  margin-bottom: 10px;
}
ul.topical li a .datetime {
  font-size: 11px;
  color: #646464;
  line-height: 10px;
  display: block;
  margin-bottom: 5px;
  margin-left: 77px;
}
ul.topical li a h3 {
  font-size: 15px;
  color: #646464;
  font-weight: 700;
  display: block;
  line-height: 17px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  margin-left: 77px;
}
ul.topical li a p {
  font-size: 12px;
  line-height: 17px;
  text-align: justify;
  color: #3d3d3d;
  display: block;
  padding-bottom: 5px;
  margin-left: 77px;
}
ul.topical li a:after {
  content: "";
  clear: both;
  display: block;
}
ul.topical li a:hover h3 {
  color: #cc3333;
}
ul.topical.video li a .img-holder:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 65px;
  background: transparent url(../img/play.png) no-repeat center center;
}
table {
  border-collapse: collapse;
}
table th,
table td {
  padding: 5px 10px;
}
table th.left,
table td.left {
  text-align: left;
}
table th.center,
table td.center {
  text-align: center;
}
table th.right,
table td.right {
  text-align: right;
}
table.full-width {
  width: 100%;
}
table.results .main th {
  color: #646464;
  font-size: 10px;
  background-color: transparent;
  font-weight: 400;
}
table.results th {
  background-color: #f5f5f5;
  text-align: left;
  font-weight: 700;
  color: #3d3d3d;
  font-size: 12px;
}
table.results td {
  font-size: 12px;
}
table.results .match tr.winner td,
table.results .match tr td:last-child {
  font-weight: 700;
  color: #cc3333;
}
table.results .match tr td:last-child {
  text-align: center;
  width: 70px;
}
table.results .match tr:last-child td {
  border-bottom: 1px solid #f5f5f5;
}
table.results .match:last-child tr:last-child td {
  border: none;
}
table.top .main th {
  color: #646464;
  font-size: 11px;
  background-color: transparent;
}
table.top td {
  font-weight: 300;
  font-size: 12px;
  text-align: center;
}
table.top td:first-child {
  text-align: left;
  font-weight: bold;
}
table.top td:nth-child(2) {
  text-align: left;
}
table.top td:last-child {
  color: #cc3333;
  font-weight: bold;
}
table.top tr:nth-child(odd) td {
  background-color: #f5f5f5;
}
table.stats th {
  color: #646464;
  font-size: 11px;
  text-align: center;
}
table.stats th.sortBy {
  cursor: pointer;
}
table.stats th.sortBy:after {
  content: "";
  display: inline-block;
  border-style: solid;
  margin-left: 5px;
  border-width: 8px 5px 0 5px;
  border-color: #ccc transparent transparent transparent;
}
table.stats th.sortBy.sortAscending:after {
  content: "";
  display: inline-block;
  border-style: solid;
  margin-left: 5px;
  border-width: 8px 5px 0 5px;
  border-color: black transparent transparent transparent;
}
table.stats th.sortBy.sortDescending:after {
  content: "";
  display: inline-block;
  border-style: solid;
  margin-left: 5px;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent black transparent;
}
table.stats td {
  color: #3d3d3d;
  font-size: 12px;
}
table.stats td a {
  color: #3d3d3d;
  font-size: 12px;
}
table.stats td a:hover {
  text-decoration: underline;
}
table.stats td.expanded-cell .player-info .half-block h1 {
  text-align: left;
  flex-wrap: wrap;
}
table.stats td.expanded-cell .player-info .half-block .collapse-rows {
  font-size: 12px;
}
table.stats > tbody > tr:nth-child(odd) > td {
  background-color: #f5f5f5;
}
table.stats > tbody > tr:nth-child(odd) > td.expanded-cell {
  background-color: initial;
}
table.player td {
  text-align: center;
}
table.player td:nth-child(1),
table.player td:nth-child(2) {
  text-align: left;
}
.article {
  color: #3d3d3d;
  padding-right: 20px;
}
.article h1 {
  font-size: 19px;
  text-transform: uppercase;
  line-height: 26px;
  font-weight: 900;
}
.article .datetime {
  font-size: 12px;
  color: #cccccc;
  margin-top: 5px;
}
.article .datetime .date {
  color: #cc3333;
}
.article .article-content {
  margin-top: 30px;
}
.article .article-content a {
  color: #c33;
  text-decoration: none;
}
.article .article-content a:hover {
  text-decoration: underline;
}
.article .article-content iframe {
  display: block;
  margin: 0 auto;
}
.article .article-content h1 {
  margin-bottom: 30px;
}
.article .article-content h2 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.article .article-content h3 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}
.article .article-content h4 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.article .article-content p {
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 30px;
}
.article .article-content p.intro,
.article .article-content p strong {
  font-weight: bold;
}
.article .article-content table {
  margin-bottom: 25px;
}
.article .article-content table th {
  border-bottom: 2px solid #c33;
}
.article .article-content table td,
.article .article-content table th {
  font-size: 13px;
  padding: 5px 10px;
}
.article .article-content table td p,
.article .article-content table th p {
  margin-bottom: 0;
}
.article .article-content table tr:nth-child(odd) td {
  background-color: #f5f5f5;
}
.article .article-content em {
  font-style: italic;
}
.article .article-content ul,
.article .article-content ol {
  padding-left: 18px;
}
.article .article-content ul li,
.article .article-content ol li {
  font-size: 13px;
  line-height: 25px;
}
.article .float-block {
  max-width: 400px;
  float: right;
  margin-left: 25px;
  margin-bottom: 20px;
  width: 50%;
}
.article .float-block .img-holder {
  position: relative;
}
.article .float-block .img-holder img {
  width: 100%;
}
.article .float-block .img-holder .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 8px 10px;
}
.article .float-block .img-holder .img-caption span {
  color: white;
  font-size: 12px;
  line-height: 17px;
  display: block;
}
.article .float-block .img-holder .img-caption span.caption {
  margin-bottom: 3px;
}
.article .float-block .add-info {
  margin-top: 30px;
}
.article .float-block .add-info .title-block {
  display: block;
  border-left: 5px solid #e13333;
  background-color: #3d3d3d;
  padding-left: 12px;
  width: 100%;
  font-size: 12px;
  line-height: 25px;
  margin-bottom: 0;
}
.article .float-block .add-info .title-block:before {
  content: none;
}
.article .float-block .add-info table {
  margin-bottom: 25px;
}
.article .float-block .add-info table tr:nth-child(odd) td {
  background-color: #f5f5f5;
}
.article .references {
  font-size: 10px;
}
.article .references h3 {
  margin-bottom: 5px;
}
.article .references ol {
  padding-left: 12px;
}
.article .references ol li {
  font-size: 10px;
  font-style: italic;
}
@media screen and (max-width: 500px) {
  .article {
    padding-right: 0;
  }
  .article .float-block {
    width: 100%;
    max-width: none;
  }
}
.article-list {
  padding-right: 20px;
}
.article-list .entry {
  margin-bottom: 10px;
  color: #3d3d3d;
}
.article-list .entry img {
  width: 170px;
  height: 170px;
  float: left;
  margin-right: 15px;
  border: 1px solid #ececec;
}
.article-list .entry .text-block {
  overflow: hidden;
}
.article-list .entry .text-block .datetime {
  font-size: 10px;
  color: #cccccc;
  margin-bottom: 5px;
}
.article-list .entry .text-block .datetime .date {
  color: #cc3333;
}
.article-list .entry .text-block h1 {
  text-transform: uppercase;
  line-height: 18px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
  overflow: hidden;
}
.article-list .entry .text-block p {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 20px;
  overflow: hidden;
}
.article-list .entry .text-block .read-more {
  display: inline-block;
  padding: 10px;
  font-weight: bold;
  font-size: 10px;
  color: white;
  background-color: #cc3333;
  text-transform: uppercase;
  overflow: hidden;
}
.article-list .entry:after {
  content: "";
  display: block;
  clear: both;
}
.pagination ul {
  list-style-type: none;
  text-align: right;
}
.pagination ul li {
  display: inline-block;
  vertical-align: top;
}
.pagination ul li a {
  display: block;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
}
.pagination ul li a.previous,
.pagination ul li a.next {
  width: 25px;
  background: #cc3333 url(../img/sprites.png) no-repeat top left;
}
.pagination ul li a.previous {
  background-position: -87px 2px;
}
.pagination ul li a.next {
  background-position: -87px -19px;
}
.pagination ul li.active a,
.pagination ul li a:hover {
  background-color: #cc3333;
  color: white;
}
@media screen and (max-width: 600px) {
  .pagination ul {
    text-align: center;
  }
}
input {
  border: none;
  background-color: #f5f5f5;
  padding: 10px 16px;
  width: 100%;
  font-size: 12px;
  font-style: italic;
  outline: none;
}
.find-player {
  padding-right: 40px;
  position: relative;
}
.find-player input {
  height: 40px;
  line-height: 40px;
}
.find-player .find {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #231f20 url(../img/find.png) no-repeat center center;
}
.add2,
.add1 {
  margin-bottom: 30px;
}
.add2 img,
.add1 img {
  width: 100%;
}
.add2 {
  padding-right: 20px;
}
.twitter-block {
  height: 550px;
}
.twitter-block #twitter-widget-0,
.twitter-block #twitter-widget-1 {
  width: 100% !important;
}
.events {
  text-align: center;
}
.events .event {
  display: inline-block;
  width: 192px;
  height: 72px;
  margin-bottom: 5px;
}
.events .event:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.events .event:nth-child(2n-1) {
  margin-right: 5px;
}
.events .event img {
  max-width: 192px;
  max-height: 72px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  .events .event {
    display: block;
    margin: 0 auto 5px auto !important;
  }
}
.partners {
  text-align: center;
}
.partners .partner {
  display: inline-block;
  width: 140px;
  height: 65px;
  margin-left: 10px;
  margin-right: 10px;
}
.partners .partner:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.partners .partner img {
  max-width: 132px;
  max-height: 60px;
  display: inline-block;
  vertical-align: middle;
}
.partners .partner.smaller img {
  max-width: 116px;
  max-height: 53px;
}
.partners .partner.partner-static {
  width: 180px;
  height: 100px;
}
.partners.partners-slide {
  overflow: hidden;
}
.partners.partners-slide > div {
  width: 2500px;
  text-align: left;
  font-size: 0;
}
.partners.partners-slide > div a {
  width: 130px;
  height: 80px;
  text-align: center;
}
.featured .features {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 50%;
}
.featured .features .feature {
  max-width: 785px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .3s linear;
  opacity: 0;
  z-index: 1;
}
.featured .features .feature img {
  display: block;
  position: relative;
  max-width: 785px;
  width: 100%;
}
.featured .features .feature .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 120px 15px 20px;
  background-color: rgba(0, 0, 0, 0.7);
}
.featured .features .feature .caption .date {
  color: #b4b4b4;
  font-size: 10px;
  margin-bottom: 5px;
}
.featured .features .feature .caption h1 {
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 19px;
  margin-bottom: 10px;
  max-width: 535px;
}
.featured .features .feature .caption p {
  color: white;
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
  max-width: 535px;
  text-align: justify;
}
.featured .features .feature .caption .readmore {
  position: absolute;
  background-color: #cc3333;
  bottom: 0px;
  right: 0px;
  text-transform: uppercase;
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 10px;
}
.featured .features .feature.active {
  z-index: 2;
  opacity: 1;
}
.featured .list-view {
  width: 49.5%;
  display: inline-block;
  margin-left: .5%;
}
.featured .list-view .list-entry {
  height: 126px;
  padding: 8px;
  background-color: #f5f5f5;
  display: block;
  margin-bottom: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.featured .list-view .list-entry img {
  float: left;
  margin-right: 10px;
  width: 110px;
}
.featured .list-view .list-entry .date {
  color: #3d3d3d;
  font-size: 11px;
  font-weight: 300;
  display: block;
  margin-bottom: 5px;
}
.featured .list-view .list-entry h1 {
  color: #3d3d3d;
  font-size: 15px;
  line-height: 17px;
  display: block;
  height: 34px;
  margin-bottom: 7px;
  font-weight: bold;
  overflow: hidden;
}
.featured .list-view .list-entry p {
  line-height: 17px;
  font-size: 12px;
  font-weight: 300;
  overflow: hidden;
}
.featured .list-view .list-entry:after {
  content: "";
  display: block;
  clear: both;
}
.featured .list-view .list-entry.active,
.featured .list-view .list-entry:hover {
  background-color: #7b132a;
}
.featured .list-view .list-entry.active .date,
.featured .list-view .list-entry:hover .date,
.featured .list-view .list-entry.active h1,
.featured .list-view .list-entry:hover h1,
.featured .list-view .list-entry.active p,
.featured .list-view .list-entry:hover p {
  color: white;
}
@media screen and (max-width: 1200px) {
  .featured .features {
    display: none;
  }
  .featured .features .feature {
    max-width: none;
  }
  .featured .features .feature img {
    max-width: none;
  }
  .featured .features .feature .caption h1,
  .featured .features .feature .caption p {
    max-width: none;
  }
  .featured .list-view {
    width: 100%;
    margin-left: 0;
  }
  .featured .list-view .list-entry {
    height: auto;
  }
  .featured .list-view .list-entry h1 {
    height: auto;
  }
}
@media screen and (max-width: 490px) {
  .featured .features .feature .caption {
    padding-right: 20px;
  }
  .featured .features .feature .caption .readmore {
    position: relative;
    display: inline-block;
    margin-top: 10px;
  }
}
.scores {
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}
.scores .score-list {
  margin-left: 20px;
  margin-right: 20px;
}
.scores .left-button,
.scores .right-button {
  position: absolute;
  background-color: #3f3f3f;
  height: 142px;
  width: 19px;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.scores .left-button:hover,
.scores .right-button:hover {
  background-color: #cc3333;
}
.scores .left-button span,
.scores .right-button span {
  width: 10px;
  height: 15px;
  background: transparent url(../img/sprites.png) no-repeat -60px -56px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.scores .left-button:before,
.scores .right-button:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.scores .right-button {
  right: 0;
  left: auto;
}
.scores .right-button span {
  background: transparent url(../img/sprites.png) no-repeat -75px -56px;
}
.scores .match {
  width: 230px;
  height: 142px;
  display: inline-block;
  background-color: #f5f5f5;
  padding: 0 5px;
  text-align: center;
  margin-left: 1px;
  margin-right: 1px;
  vertical-align: top;
}
.scores .match .time {
  display: block;
  text-align: center;
  color: #3d3d3d;
  font-weight: bold;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
}
.scores .match .date {
  display: block;
  text-align: center;
  color: #646464;
  font-size: 12px;
  height: 17px;
  line-height: 17px;
}
.scores .match .result {
  align-content: center;
  height: 67px;
}
.scores .match .result .team {
  color: #3d3d3d;
  font-weight: bold;
  font-size: 9px;
  text-transform: uppercase;
  width: 70px;
  display: inline-block;
  vertical-align: top;
}
.scores .match .result .team .logo-holder {
  margin-bottom: 5px;
}
.scores .match .result .team .logo-holder img {
  display: block;
  margin: 0 auto;
  mix-blend-mode: multiply;
}
.scores .match .result .team .team-name {
  line-height: 10px;
  max-width: 70px;
  margin: 0 auto;
}
.scores .match .result .score {
  font-size: 25px;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  color: #3d3d3d;
  display: inline-block;
  vertical-align: top;
  width: 70px;
  padding: 0 5px;
  line-height: 30px;
}
.scores .match .result .score .live {
  background-color: #cc3333;
  color: white;
  font-style: italic;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 7px;
  font-weight: normal;
  line-height: 20px;
}
.scores .match .venue {
  font-size: 12px;
  color: #646464;
  text-align: center;
  text-transform: uppercase;
}
.scores .match .venue span {
  display: inline-block;
  vertical-align: middle;
}
.scores .match .league-name {
  display: block;
  text-align: center;
  color: #3d3d3d;
  font-weight: bold;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
}
.scores .match .video .videoLink {
  margin: 0 auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: transparent url(../img/tv.png) no-repeat center center;
  vertical-align: middle;
}
.calendar {
  background-color: #f5f5f5;
}
.calendar .title-holder {
  position: relative;
}
.calendar .title-holder .previous,
.calendar .title-holder .next {
  position: absolute;
  width: 41px;
  height: 41px;
  display: block;
}
.calendar .title-holder .next {
  top: 0;
  right: 10px;
}
.calendar .title-holder .next:after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 13px;
  border-color: transparent transparent transparent #646464;
}
.calendar .title-holder .next:hover {
  background-color: #cc3333;
  color: white;
}
.calendar .title-holder .next:hover:after {
  border-color: transparent transparent transparent white;
}
.calendar .title-holder .previous {
  top: 0;
  left: 10px;
}
.calendar .title-holder .previous:after {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 13px 6px 0;
  border-color: transparent #646464 transparent transparent;
}
.calendar .title-holder .previous:hover {
  background-color: #cc3333;
  color: white;
}
.calendar .title-holder .previous:hover:after {
  border-color: transparent white transparent transparent;
}
.calendar .title-holder h3 {
  text-align: center;
  line-height: 41px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}
.calendar .th {
  font-size: 12px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding: 10px 0;
  background-color: #231F20;
}
.calendar .th span {
  color: white;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
.calendar .week {
  font-size: 12px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding: 10px 0;
  position: relative;
}
.calendar .week > div {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.calendar .week > div > a {
  display: block;
  width: 100%;
  height: 100%;
}
.calendar .week > div .events {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  color: #000;
  width: 100%;
  background-color: #dfdfdf;
  font-size: 11px;
}
.calendar .week > div .events .day-event {
  padding: 5px 10px;
  display: block;
}
.calendar .week > div .events .day-event .time {
  display: inline-block;
  width: 10%;
}
.calendar .week > div .events .day-event .title {
  display: inline-block;
  text-align: left;
  width: 80%;
}
.calendar .week > div .events .day-event .score {
  display: inline-block;
  width: 10%;
}
.calendar .week > div .events .day-event:hover {
  background-color: #c33;
  color: white;
}
.calendar .week > div.before > a,
.calendar .week > div.after > a {
  color: #bdbdbd;
}
.calendar .week > div.active > a {
  background-color: #ad2a2a;
  color: white;
}
.calendar .week > div.today > a {
  font-weight: 900;
  font-size: 15px;
}
.calendar .week > div:hover > a {
  background-color: #cc3333;
  color: white;
}
.calendar .week > div:hover .events {
  display: block;
}
footer {
  text-align: center;
}
footer .inner {
  max-width: 1200px;
  margin: 0 auto;
}
footer .upper {
  background-color: #3f3f3f;
  min-height: 50px;
  padding: 20px 0;
}
footer .upper ul li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
  color: white;
  margin: 0 16px;
}
footer .upper ul li span,
footer .upper ul li a {
  color: #cc3333;
}
footer .lower {
  text-transform: uppercase;
  color: #646464;
  font-weight: 300;
  font-size: 10px;
  padding: 13px 20px;
}
.match-review h1 {
  color: #282828;
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
}
.match-review .match-type {
  color: #cc3333;
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.match-review .match-teams {
  color: #3d3d3d;
  text-transform: uppercase;
  font-size: 20px;
}
.match-review .match-date {
  color: #3d3d3d;
  font-size: 20px;
}
.match-review .score-outer {
  margin-top: 40px;
}
.match-review .score-outer .team-a-name,
.match-review .score-outer .team-b-name,
.match-review .score-outer .score-block {
  display: inline-block;
  vertical-align: top;
  width: 40%;
}
.match-review .score-outer .score-block {
  width: 20%;
  color: #646464;
  text-align: center;
}
.match-review .score-outer .score-block .type {
  text-transform: uppercase;
  font-weight: bold;
}
.match-review .score-outer .score-block .online {
  color: white;
  background-color: #cc3333;
  text-transform: uppercase;
  max-width: 70px;
  margin: 0 auto;
  font-style: italic;
  font-weight: 700;
  line-height: 15px;
  font-size: 10px;
}
.match-review .score-outer .score-block .score {
  font-weight: bold;
  font-size: 58px;
  font-family: 'Oswald', Arial, sans-serif;
  color: #3d3d3d;
}
.match-review .score-outer .score-block .score-details {
  font-weight: bold;
}
.match-review .score-outer .score-block .venue {
  font-size: 11px;
  text-transform: uppercase;
}
.match-review .score-outer .team-a-name .title-holder,
.match-review .score-outer .team-b-name .title-holder {
  width: 100%;
  max-width: 320px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.match-review .score-outer .team-a-name .title-holder img,
.match-review .score-outer .team-b-name .title-holder img {
  width: 100%;
  max-width: 50px;
  margin: 10px;
}
.match-review .score-outer .team-a-name .title-holder .title a,
.match-review .score-outer .team-b-name .title-holder .title a {
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  color: #3d3d3d;
}
.match-review .score-outer .team-a-name {
  text-align: right;
}
.match-review .socs {
  padding: 27px 0;
  text-align: center;
}
.match-review table {
  width: 100%;
}
.match-review table th {
  color: #646464;
  font-size: 11px;
  text-align: center;
}
.match-review table td {
  color: #3d3d3d;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}
.match-review table td a {
  color: #3d3d3d;
  font-size: 12px;
}
.match-review table td a:hover {
  text-decoration: underline;
}
.match-review table td.name {
  font-weight: bold;
}
.match-review table tbody tr:nth-child(odd) td {
  background-color: #f5f5f5;
}
.match-review table .period-row td {
  background-color: #cccccc !important;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.match-review table .goal-row td {
  font-weight: bold;
  font-size: 14px;
}
.match-review table .goal {
  border-left: 4px solid #e13333;
  padding: 2px 0px 0px 8px;
}
.match-review table .additional-info {
  color: #3d3d3d;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
}
.match-review table .left {
  text-align: left;
}
.playoff-holder {
  height: 630px;
  min-width: 1170px;
}
.playoff-holder.rounds-2 {
  height: 380px;
  min-width: 700px;
}
.playoff-holder.rounds-2 .round.bronze-play {
  margin-left: 232px;
}
.playoff-holder.rounds-3 {
  height: 380px;
  min-width: 700px;
}
.playoff-holder.rounds-3 .round.bronze-play {
  margin-left: 232px;
}
.playoff-holder.rounds-4 {
  height: 630px;
  min-width: 950px;
}
.playoff-holder.rounds-4 .round.bronze-play {
  margin-left: 468px;
}
.playoff-holder.rounds-5 {
  height: 1110px;
}
.playoff-holder.rounds-5 .round.bronze-play {
  margin-left: 700px;
}
.playoff-holder .round {
  width: 230px;
  display: inline-block;
  vertical-align: top;
}
.playoff-holder .round .teams {
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
  margin-right: 36px;
}
.playoff-holder .round .trace-holder {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 36px;
  padding: 14px 10px;
}
.playoff-holder .round .trace-holder .inner-trace-holder {
  height: 100%;
  width: 100%;
  position: relative;
}
.playoff-holder .round .trace-holder .inner-trace-holder:before,
.playoff-holder .round .trace-holder .inner-trace-holder:after {
  top: 0;
  position: absolute;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  box-sizing: border-box;
}
.playoff-holder .round .trace-holder .inner-trace-holder:before {
  left: 0;
  border-top: 2px solid #3d3d3d;
  border-bottom: 2px solid #3d3d3d;
  border-right: 2px solid #3d3d3d;
}
.playoff-holder .round .trace-holder .inner-trace-holder:after {
  right: 0;
  height: 50%;
  border-bottom: 2px solid #3d3d3d;
}
.playoff-holder .round .team-holder {
  background-color: #f5f5f5;
  position: relative;
  height: 30px;
  padding: 0 30px 0 15px;
}
.playoff-holder .round .team-holder a {
  font-size: 12px;
  line-height: 30px;
}
.playoff-holder .round .team-holder a:hover {
  color: #c33;
}
.playoff-holder .round .team-holder .score-in-serie {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #40353a;
  color: white;
  text-align: center;
}
.playoff-holder .round .team-holder.winner .score-in-serie {
  background-color: #9a3434;
}
.playoff-holder .round .match-scores {
  padding: 0 15px;
  vertical-align: middle;
  line-height: 12px;
  font-size: 11px;
}
.playoff-holder .round .match-scores a {
  font-size: 11px;
  line-height: 12px;
  display: inline-block;
  vertical-align: top;
}
.playoff-holder .round .match-scores a:hover {
  color: #c33;
}
.playoff-holder .round .pair-holder {
  position: relative;
}
.playoff-holder .round .gold-winner,
.playoff-holder .round .bronze-winner {
  width: 199px;
}
.playoff-holder .round .gold-winner .score-in-serie {
  background: #ffd700 url(../img/sprites.png) no-repeat -125px -73px;
}
.playoff-holder .round .bronze-winner .score-in-serie {
  background: #cd7f32 url(../img/sprites.png) no-repeat -125px -73px;
}
.playoff-holder .round.round-1 .pair-holder,
.playoff-holder .round.round-1 .gold-winner {
  margin-top: 40px;
}
.playoff-holder .round.round-1 .pair-holder .teams {
  height: 83px;
}
.playoff-holder .round.round-1 .pair-holder:first-child {
  margin-top: 24px;
}
.playoff-holder .round.round-2 .pair-holder {
  margin-top: 93px;
}
.playoff-holder .round.round-2 .gold-winner {
  margin-top: 50px;
}
.playoff-holder .round.round-2 .pair-holder .teams {
  height: 153px;
}
.playoff-holder .round.round-2 .pair-holder:first-child {
  margin-top: 50px;
}
.playoff-holder .round.round-3 .pair-holder {
  margin-top: 216px;
}
.playoff-holder .round.round-3 .gold-winner {
  margin-top: 111px;
}
.playoff-holder .round.round-3 .pair-holder .teams {
  height: 276px;
}
.playoff-holder .round.round-3 .pair-holder:first-child {
  margin-top: 111px;
}
.playoff-holder .round.round-4 .pair-holder,
.playoff-holder .round.round-4 .gold-winner {
  margin-top: 234px;
}
.playoff-holder .round.round-4 .pair-holder .teams {
  height: 522px;
}
.playoff-holder .round.round-4 .pair-holder:first-child {
  margin-top: 234px;
}
.playoff-holder .round.round-5 .gold-winner {
  margin-top: 478px;
}
.playoff-holder .round.bronze-play {
  margin-left: 477px;
}
.playoff-holder .round.bronze-play .pair-holder {
  margin-top: 40px;
}
.playoff-holder .round.bronze-play .pair-holder .teams {
  height: 83px;
}
.playoff-holder .round.bronze-winner {
  margin-top: 67px;
}
.fotorama__caption {
  color: white;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 8px 10px;
}
.fotorama__caption__wrap {
  background-color: transparent;
}
.fotorama__thumb-border {
  border-color: #c33;
}
/** ADMIN **/
.gallery-edit-list {
  margin-bottom: 20px;
}
.gallery-edit-list .ui-sortable-handle {
  display: inline-block;
  background: #f3f2f2;
  margin: 5px;
  width: 180px;
  position: relative;
  padding: 5px;
  vertical-align: top;
}
.gallery-edit-list .remove {
  background: #fff;
  padding: 3px;
  position: absolute;
  top: 0;
  right: 0;
  color: red;
}
.gallery-edit-list .image-info-edit textarea {
  width: 100%;
  box-sizing: border-box;
  display: block;
  border: 1px solid #dad7d7;
  height: 51px;
}
.gallery-edit-list + .upload-images {
  display: block;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px #c1c1c1;
}
.va-top td {
  vertical-align: top;
}
.team-logo {
  mix-blend-mode: multiply;
}
.file-upload-list {
  margin-top: 30px;
}
.file-upload-list .preview {
  width: 120px;
}
.file-upload-list .preview img {
  width: 100px;
}
.file-upload-list .button {
  text-decoration: none;
  border: none;
  background-color: #f5f5f5;
  padding: 10px 16px;
  width: 100%;
  font-size: 12px;
  font-style: italic;
  outline: 0;
}
.file-upload-list .button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #e13333;
}
.file-upload-list .input-holder {
  padding-left: 100px;
  position: relative;
  margin-bottom: 10px;
}
.file-upload-list .input-holder label {
  font-size: 12px;
  font-style: italic;
  position: absolute;
  line-height: 24px;
  left: 0;
}
.file-upload-list .input-holder input {
  padding: 5px 8px;
}
.file-upload-list .input-holder:last-child {
  margin-bottom: 0;
}
.file-upload-list .inline {
  display: inline-block;
  width: 300px;
  margin-right: 10px;
}
.file-upload-list input[type="submit"] {
  cursor: pointer;
}
.file-upload-list input[type="text"] {
  background-color: #e4e4e4;
}
.file-upload-list .filename {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.file-upload-list .list-nav {
  text-align: center;
  border-top: 1px solid #ccc;
}
.file-upload-list .list-nav ul {
  list-style-type: none;
}
.file-upload-list .list-nav ul li {
  display: inline-block;
  background-color: #e4e4e4;
  margin: 10px;
}
.file-upload-list .list-nav ul li a,
.file-upload-list .list-nav ul li span {
  display: block;
  padding: 5px 10px;
  line-height: 24px;
  color: #3d3d3d;
  font-size: 14px;
}
.file-upload-list .list-nav ul li a:hover,
.file-upload-list .list-nav ul li span:hover {
  color: white;
  background-color: #e13333;
  text-decoration: none;
}
.file-upload-list .list-nav ul li.active span {
  background-color: #7b132a;
  color: white;
}
