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;
}

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 {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../fonts/HelveticaNeueLT-Condensed_gdi.eot");
  src: url("../fonts/HelveticaNeueLT-Condensed_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLT-Condensed_gdi.woff") format("woff"), url("../fonts/HelveticaNeueLT-Condensed_gdi.ttf") format("truetype"), url("../fonts/HelveticaNeueLT-Condensed_gdi.svg#HelveticaNeueLT-Condensed") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../fonts/HelveticaNeueLT-BoldExt_gdi.eot");
  src: url("../fonts/HelveticaNeueLT-BoldExt_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLT-BoldExt_gdi.woff") format("woff"), url("../fonts/HelveticaNeueLT-BoldExt_gdi.ttf") format("truetype"), url("../fonts/HelveticaNeueLT-BoldExt_gdi.svg#HelveticaNeueLT-BoldExt") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../fonts/HelveticaNeueLT-BoldCond_gdi.eot");
  src: url("../fonts/HelveticaNeueLT-BoldCond_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLT-BoldCond_gdi.woff") format("woff"), url("../fonts/HelveticaNeueLT-BoldCond_gdi.ttf") format("truetype"), url("../fonts/HelveticaNeueLT-BoldCond_gdi.svg#HelveticaNeueLT-BoldCond") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF;
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

body {
  font-family: "HelveticaNeueLT", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #111;
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.abbr {
  display: none;
}

@media screen and (max-width: 580px) {
  .hide-small {
    display: none;
  }
  .show-small {
    display: block;
  }
  body {
    font-size: 15px;
  }
  .landing {
    padding: 10px !important;
  }
}
@media screen and (max-width: 830px) {
  .hide-medium {
    display: none;
  }
  .show-medium {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .hide-large {
    display: none;
  }
  .show-large {
    display: block;
  }
}
body.home {
  background: #ededed;
}

.wrapper-landing {
  width: 100%;
  height: auto;
}

.landing {
  max-width: 960px;
  min-width: 430px;
  padding: 50px;
  margin: 0 auto;
}

.landing .header {
  height: 65px;
  width: 100%;
  float: left;
}

.landing .header .title {
  float: left;
}

.landing .header .title h1, .landing .header .title h2 {
  color: #b2b2b2;
  font-size: 1.8em;
  float: left;
  line-height: 65px;
}

.landing .header .title h2 {
  font-weight: 400;
  margin-left: 10px;
}

.landing .header .title h1 {
  font-weight: 600;
}

.landing .header .language {
  float: right;
}

.landing .header .language ul li {
  font-size: 0.7em;
}

.landing .header .language ul li a {
  text-decoration: none;
  color: #bbb;
}

.landing .header .language ul li a.active {
  color: #333;
}

.landing .content-holder {
  background: #fff;
  width: 100%;
  float: left;
  height: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.landing .content-holder .header {
  height: 40px;
  width: 97%;
  background-color: #ef3648;
  float: left;
  margin: 2px 1.5%;
  color: #fff;
}

.landing .content-holder .header .title {
  line-height: 40px;
  margin: 0 15px;
  font-weight: 600;
}

.landing .content-holder .header .title:nth-of-type(2) {
  text-align: center;
  margin-left: 30%;
  word-spacing: 25px;
}

.landing .content-holder .header .title:nth-of-type(3) {
  float: right;
}

.landing .content-holder .round-selector {
  height: 30px;
  line-height: 30px;
  float: left;
  width: 97%;
  text-align: center;
  margin-top: 1.5%;
  margin-left: 1.5%;
  font-size: 0.87em;
}

.landing .content-holder .round-selector img {
  margin-top: 9px;
}

.landing ul.match li {
  float: left;
  height: 40px;
  width: 100%;
  /*.status {
  	line-height: $row-height;
  }*/
}

.landing ul.match li .status {
  width: 20%;
  min-width: 180px;
  float: left;
}

.landing ul.match li .info {
  width: 50%;
  float: left;
}

@media screen and (max-width: 580px) {
  .landing ul.match li .info {
    width: 33%;
  }
}
@media screen and (min-width: 580px) and (max-width: 830px) {
  .landing ul.match li .info {
    width: auto;
    min-width: 30%;
  }
}
@media screen and (max-width: 830px) {
  .landing ul.match li .info {
    position: absolute;
    left: 43%;
  }
}
@media screen and (min-width: 830px) and (max-width: 960px) {
  .landing ul.match li .info {
    width: 60%;
  }
}
.landing ul.match li .file-holder {
  float: right;
  max-width: 30%;
}

@media screen and (max-width: 960px) {
  .landing ul.match li .file-holder {
    width: 90px;
  }
}
.landing ul.match li ul.status li {
  float: left;
  height: 26px;
  margin-top: 7px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 26px;
}

.landing ul.match li ul.status li:first-of-type {
  background: #999;
  width: 45px;
  color: #fff;
}

.landing ul.match li ul.status li:nth-of-type(2) {
  background: #ededed;
  width: 60px;
  font-size: 0.8em;
}

.landing ul.match li ul.status li:nth-of-type(3) {
  font-size: 0.7em;
  background: #B0192B;
  width: 65px;
  color: #fff;
  height: 20px;
  margin-top: 10px;
  margin-left: 5px;
  line-height: 20px;
}

.landing ul.match li ul.status li.half-time {
  background: #ededed;
  color: #222;
  border-right: 1px solid #999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.landing ul.match li ul.status li.ended {
  background: #ef3648;
}

.landing ul.match li .info .team {
  width: 48%;
}

.landing ul.match li .info .team img {
  height: 22px;
  width: auto;
  margin-top: 9px;
}

.landing ul.match li .info .team img.right {
  padding-left: 15px;
}

.landing ul.match li .info .team img.left {
  padding-right: 15px;
}

.landing ul.match li .info .team h3 {
  line-height: 40px;
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.landing ul.match li .info .result {
  float: left;
  width: 4%;
  text-align: center;
  line-height: 40px;
  font-weight: 400;
  font-size: 1.2em;
}

.landing .file-holder {
  height: inherit;
}

a[data-attr=link] {
  background: #ef3648 !important;
}

.landing .file-holder.match-ended a:link.btn {
  background: #ef3648 !important;
}

.landing .file-holder.match-ended a.btn.force {
  background: #E42C00 !important;
}

a.btn.force {
  width: 20px;
}

.landing .file-holder .title {
  width: 10%;
  line-height: 40px;
  font-size: 0.7em;
  float: left;
}

.landing .file-holder .column {
  float: left;
  height: 40px;
  width: 45%;
  height: inherit;
}

.landing .file-holder .column .buttons {
  float: right;
  height: 40px;
}

.landing .file-holder .column .buttons a.btn {
  height: 20px;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  background: #ccc;
  text-decoration: none;
  color: #fff;
  float: left;
  margin: 10px 0px 0 8px;
}

.landing .file-holder .column.preview a.btn {
  width: 20px;
  font-size: 0.7em;
}

.landing .file-holder .column.preview a.btn::first-letter {
  font-size: 1.1em;
}

.landing .file-holder .column.download {
  float: right;
  width: 90px;
}

a.download {
  width: 80px;
}

a.download.withForce {
  width: 54px;
}

.tabbed-navigation ul.tabs {
  width: 97%;
  float: left;
  border-bottom: 5px solid #B0192B;
  margin: 1.5% 1.5% 5px 1.5%;
}

.tabbed-navigation ul.tabs li {
  text-align: center;
}

.tabbed-navigation ul.tabs li.active a {
  background: #B0192B;
  color: #fff;
}

.tabbed-navigation ul.tabs li a {
  font-size: 0.9em;
  float: left;
  color: #333;
  padding: 15px 45px;
  text-decoration: none;
}

@media screen and (max-width: 710px) {
  .tabbed-navigation ul.tabs li {
    width: 100%;
    display: inline-block;
  }
  .tabbed-navigation ul.tabs li a {
    float: left;
    background: #ececec;
    padding: 15px 0;
    width: 100%;
  }
}
.tabContent {
  display: none;
}

.ac-container {
  width: 97%;
  float: left;
  margin-bottom: 1.5%;
  margin-left: 1.5%;
  height: auto;
}

.ac-container label {
  padding-left: 45px;
  text-transform: uppercase;
  position: relative;
  z-index: 20;
  display: block;
  line-height: 25px;
  height: 25px;
  cursor: pointer;
  color: #222;
  font-size: 0.9em;
  background: #ededed;
  border-bottom: 1px solid #fff;
}

.ac-container label:hover {
  background: #ddd;
}

.ac-container input:checked + label {
  background: #ddd;
  color: #333;
}

.ac-container input:checked + label:hover {
  background: #ddd;
  color: #333;
}

.ac-container label:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 14px;
  left: 5px;
  top: 6px;
  background: transparent url(../img/arrow_right.png) no-repeat center center;
}

.ac-container input {
  display: none;
}

.ac-container input:checked + label:hover:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 10px;
  left: 5px;
  top: 7px;
  background: transparent url(../img/arrow_up.png) no-repeat center center;
  background-image: url(../img/arrow_up.png);
}

.ac-container input {
  display: none;
}

.ac-container input:checked + label:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 10px;
  left: 5px;
  top: 7px;
  background: transparent url(../img/arrow_down.png) no-repeat center center;
  background-image: url(../img/arrow_down.png);
}

.ac-container article {
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  /*-webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;*/
}

.ac-container article p {
  font-style: italic;
  color: #777;
  line-height: 23px;
  font-size: 14px;
  padding: 20px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.ac-container input:checked ~ article {
  /*-webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;*/
}

.ac-container input:checked ~ article.ac-small {
  height: auto;
}

.ac-container label:after {
  background-image: url(../img/hla/arrow_right.png);
}

.ac-container input {
  display: none;
}

.ac-container input:checked + label:hover:after {
  background-image: url(../img/hla/arrow_up.png);
}

.ac-container input:checked + label:after {
  background-image: url(../img/hla/arrow_down.png);
}

/*# sourceMappingURL=landing_hla.css.map */
