/*
 * === Reset ===
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1em;
  padding-top: 20px;
}
h2 a {
  color: #2a65b0;
  text-decoration: none;
}
h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
p {
  line-height: 1.15em;
  margin-top: 8px;
  font-size: 14px;
}
p.hint {
  color: #6b6b6b;
  font-size: 12px;
}
p.hint + p {
  margin-top: 6px;
}
p.small {
  margin-top: 6px;
  font-size: 13px;
}
article p {
  font-size: 14px;
  line-height: 1.28em;
  margin-top: 18px;
}
article p.author {
  z-index: 13;
  color: #565555;
  font-style: italic;
}
article em,
article i {
  font-style: italic;
}
article strong,
article b {
  font-weight: bold;
}
article img {
  max-width: 100%;
  height: auto;
}
article iframe {
  max-width: 100%;
  /*height: auto;*/
}
.center {
  text-align: center;
}
.strong {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
/*
 * === Icons ===
 */
.icon {
  display: inline-block;
  text-indent: -9999px;
  vertical-align: baseline;
  background-image: url(../img/sprite.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .icon {
    background-image: url(../img/sprite@2x.png);
    -webkit-background-size: 250px 250px;
    -moz-background-size: 250px 250px;
    background-size: 250px 250px;
  }
}
.icon.small {
  width: 20px;
  height: 20px;
}
.icon.small.tv {
  background-position: 0px 0;
}
.icon.small.bubble {
  background-position: -21px 0;
}
.icon.small.timer {
  background-position: -42px 0;
}
.icon.small.list {
  background-position: -63px 0;
}
.icon.small.news {
  background-position: -84px 0;
}
.icon.small.chart {
  background-position: -105px 0;
}
.icon.small.fullversion {
  background-position: -126px 0;
}
.icon.small.back {
  background-position: -147px 0;
}
.icon.yellowcard {
  width: 14px;
  height: 14px;
  background-position: 0 -21px;
}
.icon.reload {
  width: 10px;
  height: 10px;
  background-position: -21px -21px;
}
.icon.calendar {
  width: 27px;
  height: 27px;
  background-position: 0 -38px;
}
/*
 * === Grid ===
 */
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.inner {
  padding: 0 14px;
}
/*
 * === Header ===
 */
header {
  background: #2a65b0;
  background: -moz-linear-gradient(top, #2a65b0 0%, #22538f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a65b0), color-stop(100%, #22538f));
  background: -webkit-linear-gradient(top, #2a65b0 0%, #22538f 100%);
  background: -o-linear-gradient(top, #2a65b0 0%, #22538f 100%);
  background: -ms-linear-gradient(top, #2a65b0 0%, #22538f 100%);
  background: linear-gradient(to bottom, #2a65b0 0%, #22538f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a65b0', endColorstr='#22538f', GradientType=0);
  padding: 0 15px;
  height: 41px;
  line-height: 41px;
}
header .logo {
  float: left;
  height: 41px;
}
header .logo img {
  margin-top: 6px;
}
header .full-version {
  float: right;
  font-size: 11px;
  height: 41px;
}
header .full-version a {
  vertical-align: middle;
  padding: 10px 0;
  color: #ffffff;
}
header .full-version .icon {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 6px;
}
nav.main {
  background: #2d2d2d;
  padding: 3px 7px 9px;
  font-size: 12px;
}
nav.main ul {
  margin-left: -7px;
}
nav.main li {
  width: 50%;
  float: left;
  margin-top: 8px;
}
nav.main li a {
  height: 31px;
  line-height: 31px;
  background: #575757;
  display: block;
  margin-left: 7px;
  color: #ffffff;
  padding-left: 33px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
nav.main li.highlight a {
  background: #de1f26;
}
nav.main .icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 5px;
}
/*
 * === Footer ===
 */
footer {
  background: #000000;
  padding: 15px 11px 10px;
  color: #ffffff;
  font-size: 11px;
  margin-top: 23px;
}
footer a.full-version {
  margin-top: 8px;
  display: inline-block;
  color: #ffffff;
}
.headlines-title {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  white-space: nowrap;
  margin-top: 28px;
}
.headlines-title + .headlines {
  margin-top: 0;
}
.headlines-title .left {
  float: left;
  width: 32%;
  background: #de1f26;
  text-align: right;
}
.headlines-title .left .text {
  padding-right: 30px;
}
.headlines-title .right {
  float: right;
  width: 68%;
  background: #2b65b0;
  position: relative;
}
.headlines-title .right .text {
  padding-left: 14px;
}
.headlines-title .right:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 9px;
  border-color: transparent transparent #2b65b0 transparent;
  position: absolute;
  left: -9px;
  top: 0;
  -webkit-transform: rotate(360deg);
}
.headlines {
  background: #f0f0f0;
  padding: 14px 14px 40px;
  position: relative;
  line-height: 1.15em;
  margin-top: 16px;
}
.headlines li {
  margin-top: 13px;
}
.headlines .time {
  width: 40px;
  position: absolute;
  color: #6b6b6b;
}
.headlines a {
  padding-left: 40px;
  display: inline-block;
  color: #2a65b0;
  text-decoration: none;
}
.headlines + footer {
  margin-top: 0;
}
.back-link {
  background: #f0f0f0;
  color: #2a65b0;
  display: block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-top: 19px;
}
.back-link .icon {
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.results-block {
  width: 100%;
  text-align: center;
}
.results-block td {
  vertical-align: middle;
  padding-top: 12px;
}
.results-block .left,
.results-block .right {
  width: 27%;
  font-weight: bold;
  font-size: 13px;
  color: #000000;
}
.results-block .center {
  width: 46%;
  font-size: 12px;
  color: #6b6b6b;
}
.results-block .left img,
.results-block .right img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.results-block .points {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 5px;
}
.overview {
  background: #f0f0f0;
  padding: 11px 0 14px;
  font-size: 11px;
  margin-top: 11px;
}
.overview .label {
  color: #6b6b6b;
}
.overview p {
  font-size: 11px;
  line-height: 1.36em;
}
.overview p:first-child {
  margin-top: 0;
}
.overview .info-list {
  margin-top: 17px;
}
.overview .info-list li {
  margin-top: 4px;
}
.overview .info-list li:first-child {
  margin-top: 0;
}
.overview .info-list .red {
  color: #ff0000;
}
.overview .info-list .green {
  color: #28d500;
}
.refresh-info {
  font-size: 10px;
  padding-top: 14px;
  padding-bottom: 11px;
  color: #6b6b6b;
}
.refresh-info .icon {
  margin-right: 4px;
  vertical-align: middle;
}
.messages-list li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #969696;
  position: relative;
}
.messages-list li:first-child {
  border-top: 1px solid #969696;
}
.messages-list li:last-child {
  border-bottom: none;
}
.messages-list .info {
  margin-left: 32px;
  line-height: 1.15em;
  font-size: 13px;
}
.messages-list .time {
  position: absolute;
  left: 14px;
  top: 8px;
  width: 32px;
  font-size: 15px;
}
.messages-list .time .row {
  margin-top: 7px;
}
.messages-list .time .row:first-child {
  margin-top: 0;
}
.type.yellow {
  background: #fff4bf;
}
.type.blue {
  background: #bfe6ff;
}
.type.green {
  background: #e0ffbf;
}
.type.red {
  background: #ffdfbf;
}
.live {
  display: inline-block;
  font-size: 9px;
  text-transform: uppercase;
  font-family: 'Arial Black', Arial, Helvetica, sans-serif;
  background: #de1f26;
  height: 12px;
  line-height: 12px;
  padding: 0 3px;
  color: #ffffff;
}
.select-title {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #2a65b0;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
  margin-top: 14px;
}
.select-title .more {
  width: 29px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  background: #f0f0f0;
  text-align: center;
  font-size: 15px;
  color: #000000;
  text-decoration: none;
  margin-left: 9px;
}
.select-title .flag {
  vertical-align: middle;
  margin-right: 3px;
}
.results-table {
  font-size: 12px;
  width: 100%;
  margin-top: 13px;
}
.results-table td {
  padding: 2px 4px;
  border-bottom: 1px solid #969696;
}
.results-table td:first-child {
  padding-left: 8px;
}
.results-table td:last-child {
  padding-right: 14px;
}
.results-table tr:first-child td {
  border-top: 1px solid #969696;
}
.results-table img {
  vertical-align: middle;
}
.results-table .type {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
}
.types-list {
  margin-left: -9px;
  padding-top: 4px;
}
.types-list .type {
  height: 17px;
  line-height: 17px;
  padding: 0 7px;
  font-weight: bold;
  font-size: 9px;
  float: left;
  margin-left: 9px;
  margin-top: 7px;
}
.category-tabs {
  padding: 0 23px;
  margin-left: -23px;
  font-size: 13px;
}
.category-tabs li {
  float: left;
  margin-left: 23px;
  margin-top: 10px;
}
.category-tabs li.current a {
  background: #de1f26;
  color: #ffffff;
}
.category-tabs a {
  text-decoration: none;
  display: inline-block;
  height: 19px;
  line-height: 19px;
  padding: 0 5px;
  color: #2a65b0;
}
.broadcasts {
  margin-top: 20px;
}
.broadcasts li {
  background: #f0f0f0;
  margin-top: 11px;
  padding-left: 46px;
  padding-top: 9px;
  padding-bottom: 8px;
  position: relative;
}
.broadcasts li:first-child {
  margin-top: 0;
}
.broadcasts .logo {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 18px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 18px;
  -moz-background-clip: padding;
  border-radius: 18px;
  background-clip: padding-box;
  background: #ffffff;
  position: absolute;
  overflow: hidden;
  top: 6px;
  left: 5px;
}
.broadcasts .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.broadcasts .title {
  font-size: 15px;
  font-weight: bold;
  color: #6b6b6b;
}
.broadcasts .note {
  font-size: 14px;
  color: #6b6b6b;
  margin-top: 5px;
}
.alert {
  background: #fadedf;
  padding: 10px 13px 8px 57px;
  position: relative;
  font-size: 13px;
  margin-top: 40px;
  line-height: 1.15em;
}
.alert .exclamation {
  width: 27px;
  height: 27px;
  line-height: 27px;
  font-size: 19px;
  color: #ffffff;
  background: #de1f26;
  -webkit-border-radius: 14px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 14px;
  -moz-background-clip: padding;
  border-radius: 14px;
  background-clip: padding-box;
  text-align: center;
  font-family: 'Arial Black', Arial, Helvetica, sans-serif;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -14px;
}
.alert a {
  color: #2a65b0;
  text-decoration: none;
}
.current-time {
  font-size: 12px;
  margin-top: 16px;
}
.current-time .strong {
  padding-right: 11px;
}
.category-title {
  height: 24px;
  line-height: 24px;
  background: #2b65b0;
  color: #ffffff;
  font-weight: bold;
  margin-top: 16px;
}
.event-table {
  width: 100%;
  font-size: 12px;
  margin-top: 11px;
}
.event-table thead th {
  background: #f0f0f0;
  text-align: left;
  padding-left: 30px;
  font-weight: bold;
  position: relative;
}
.event-table thead th .flag {
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -4px;
}
.event-table th,
.event-table td {
  padding-top: 4px;
  padding-bottom: 3px;
}
.event-table td {
  border-bottom: 1px solid #969696;
}
.event-table td:first-child {
  padding-left: 3%;
}
.event-table td.time {
  width: 9%;
}
.event-table td.type {
  padding-left: 1%;
  width: 16%;
  color: #6b6b6b;
}
.event-table td.team-left {
  width: 27%;
  text-align: right;
}
.event-table td.points {
  width: 7%;
  padding-left: 2%;
  padding-right: 2%;
  text-align: center;
  font-weight: bold;
}
.event-table td.team-right {
  width: 33%;
}
.filter-tabs {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.filter-tabs-wrapper {
  margin-top: 16px;
}
.filter-tabs-wrapper .icon {
  vertical-align: middle;
}
.filter-tabs > li {
  display: inline-block;
  margin-left: 4px;
}
.filter-tabs > li a {
  height: 22px;
  line-height: 22px;
  padding: 0 6px;
  display: inline-block;
}
.filter-tabs > li.current {
  background: #f0f0f0;
}
.filter-tabs > li.current a {
  color: #de1f26;
}
.video-heading {
  margin: 12px -14px 0;
  padding: 0 14px;
  height: 32px;
  line-height: 32px;
  background: #f0f0f0;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.video-heading img {
  vertical-align: middle;
  margin-right: 3px;
}
.videos-list > li {
  margin-top: 9px;
}
.videos-list .image {
  width: 67px;
  display: inline-block;
  vertical-align: middle;
}
.videos-list .image img {
  max-width: 100%;
  height: auto;
}
.videos-list .info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.videos-list .info .title {
  font-size: 13px;
  font-weight: bold;
}
.videos-list .info .date {
  font-size: 12px;
  margin-top: 4px;
}
a.notlink {
  color: #000 !important;
}
a:link {
  text-decoration: none;
  color: #2862a8;
}
a:visited {
  text-decoration: none;
  color: #2862a8;
}
a:active {
  text-decoration: none;
  color: #2862a8;
}
.counters {
  float: right;
}
