/* Fonts */
@import url("//common.keemotion.com/fonts/bebas/font.css?v=1.0.0");
/* Variables
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Compass
   ========================================================================== */
/* Imports
   ========================================================================== */
/* Reset */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
@import url(../bower_components/jquery-ui/themes/base/jquery-ui.css);
/* line 7, ../../app/styles/vendors/_normalize.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 28, ../../app/styles/vendors/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 38, ../../app/styles/vendors/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 47, ../../app/styles/vendors/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 56, ../../app/styles/vendors/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 70, ../../app/styles/vendors/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 80, ../../app/styles/vendors/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 92, ../../app/styles/vendors/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 101, ../../app/styles/vendors/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 114, ../../app/styles/vendors/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 123, ../../app/styles/vendors/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 132, ../../app/styles/vendors/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 140, ../../app/styles/vendors/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 148, ../../app/styles/vendors/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 158, ../../app/styles/vendors/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 170, ../../app/styles/vendors/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 179, ../../app/styles/vendors/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 187, ../../app/styles/vendors/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 195, ../../app/styles/vendors/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 204, ../../app/styles/vendors/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 211, ../../app/styles/vendors/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 215, ../../app/styles/vendors/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 227, ../../app/styles/vendors/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 235, ../../app/styles/vendors/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 247, ../../app/styles/vendors/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 259, ../../app/styles/vendors/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 270, ../../app/styles/vendors/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 284, ../../app/styles/vendors/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 296, ../../app/styles/vendors/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 308, ../../app/styles/vendors/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 323, ../../app/styles/vendors/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 333, ../../app/styles/vendors/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 343, ../../app/styles/vendors/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 354, ../../app/styles/vendors/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 367, ../../app/styles/vendors/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 376, ../../app/styles/vendors/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 386, ../../app/styles/vendors/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 399, ../../app/styles/vendors/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Vendors */
/*!
 * Gridpak Beta CSS
 *
 * Generator - http://gridpak.com/
 * Created by @erskinedesign
 */
/* Reusable column setup */
/* line 11, ../../app/styles/vendors/_gridpak.scss */
.col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

    /* 1. 16 Column Grid 0px - Infinity
    -----------------------------------------------------------------------------

    Span 1:    6.25%
    Span 2:    12.5%
    Span 3:    18.75%
    Span 4:    25.0%
    Span 5:    31.25%
    Span 6:    37.5%
    Span 7:    43.75%
    Span 8:    50.0%
    Span 9:    56.25%
    Span 10:    62.5%
    Span 11:    68.75%
    Span 12:    75.0%
    Span 13:    81.25%
    Span 14:    87.5%
    Span 15:    93.75%
    Span 16:    100%

    ----------------------------------------------------------------------------- */
/* line 72, ../../app/styles/vendors/_gridpak.scss */
.row {
  margin-left: -0px;
}

        /*
        Add your semantic classnames in alongside their corresponding spans here. e.g.

        .span_3,
        .my_semantic_class_name {
            ...
        }
        */
/* line 103, ../../app/styles/vendors/_gridpak.scss */
.span_1 {
  width: 40px;
  margin: 0 10px;
}

/* line 106, ../../app/styles/vendors/_gridpak.scss */
.span_2 {
  width: 100px;
  margin: 0 10px;
}

/* line 109, ../../app/styles/vendors/_gridpak.scss */
.span_3 {
  width: 160px;
  margin: 0 10px;
}

/* line 112, ../../app/styles/vendors/_gridpak.scss */
.span_4 {
  width: 220px;
  margin: 0 10px;
}

/* line 115, ../../app/styles/vendors/_gridpak.scss */
.span_5 {
  width: 280px;
  margin: 0 10px;
}

/* line 118, ../../app/styles/vendors/_gridpak.scss */
.span_6 {
  width: 340px;
  margin: 0 10px;
}

/* line 121, ../../app/styles/vendors/_gridpak.scss */
.span_7 {
  width: 400px;
  margin: 0 10px;
}

/* line 124, ../../app/styles/vendors/_gridpak.scss */
.span_8 {
  width: 460px;
  margin: 0 10px;
}

/* line 127, ../../app/styles/vendors/_gridpak.scss */
.span_9 {
  width: 520px;
  margin: 0 10px;
}

/* line 130, ../../app/styles/vendors/_gridpak.scss */
.span_10 {
  width: 580px;
  margin: 0 10px;
}

/* line 133, ../../app/styles/vendors/_gridpak.scss */
.span_11 {
  width: 640px;
  margin: 0 10px;
}

/* line 136, ../../app/styles/vendors/_gridpak.scss */
.span_12 {
  width: 700px;
  margin: 0 10px;
}

/* line 139, ../../app/styles/vendors/_gridpak.scss */
.span_13 {
  width: 760px;
  margin: 0 10px;
}

/* line 142, ../../app/styles/vendors/_gridpak.scss */
.span_14 {
  width: 820px;
  margin: 0 10px;
}

/* line 145, ../../app/styles/vendors/_gridpak.scss */
.span_15 {
  width: 880px;
  margin: 0 10px;
}

/* line 148, ../../app/styles/vendors/_gridpak.scss */
.span_16 {
  margin-left: 0;
  width: 940px;
  margin: 0 10px;
}

/* line 154, ../../app/styles/vendors/_gridpak.scss */
.span_1-both {
  width: 60px;
}

/* line 155, ../../app/styles/vendors/_gridpak.scss */
.span_2-both {
  width: 120px;
}

/* line 156, ../../app/styles/vendors/_gridpak.scss */
.span_3-both {
  width: 180px;
}

/* line 157, ../../app/styles/vendors/_gridpak.scss */
.span_4-both {
  width: 240px;
}

/* line 158, ../../app/styles/vendors/_gridpak.scss */
.span_5-both {
  width: 300px;
}

/* line 159, ../../app/styles/vendors/_gridpak.scss */
.span_6-both {
  width: 360px;
}

/* line 160, ../../app/styles/vendors/_gridpak.scss */
.span_7-both {
  width: 420px;
}

/* line 161, ../../app/styles/vendors/_gridpak.scss */
.span_8-both {
  width: 480px;
}

/* line 162, ../../app/styles/vendors/_gridpak.scss */
.span_9-both {
  width: 540px;
}

/* line 163, ../../app/styles/vendors/_gridpak.scss */
.span_10-both {
  width: 600px;
}

/* line 164, ../../app/styles/vendors/_gridpak.scss */
.span_11-both {
  width: 660px;
}

/* line 165, ../../app/styles/vendors/_gridpak.scss */
.span_12-both {
  width: 720px;
}

/* line 166, ../../app/styles/vendors/_gridpak.scss */
.span_13-both {
  width: 780px;
}

/* line 167, ../../app/styles/vendors/_gridpak.scss */
.span_14-both {
  width: 840px;
}

/* line 168, ../../app/styles/vendors/_gridpak.scss */
.span_15-both {
  width: 900px;
}

/* line 169, ../../app/styles/vendors/_gridpak.scss */
.span_16-both {
  width: 960px;
}

/* line 171, ../../app/styles/vendors/_gridpak.scss */
.span_1-alpha {
  width: 50px;
  margin: 0 10px 0 0;
}

/* line 172, ../../app/styles/vendors/_gridpak.scss */
.span_2-alpha {
  width: 110px;
  margin: 0 10px 0 0;
}

/* line 173, ../../app/styles/vendors/_gridpak.scss */
.span_3-alpha {
  width: 170px;
  margin: 0 10px 0 0;
}

/* line 174, ../../app/styles/vendors/_gridpak.scss */
.span_4-alpha {
  width: 230px;
  margin: 0 10px 0 0;
}

/* line 175, ../../app/styles/vendors/_gridpak.scss */
.span_5-alpha {
  width: 290px;
  margin: 0 10px 0 0;
}

/* line 176, ../../app/styles/vendors/_gridpak.scss */
.span_6-alpha {
  width: 350px;
  margin: 0 10px 0 0;
}

/* line 177, ../../app/styles/vendors/_gridpak.scss */
.span_7-alpha {
  width: 410px;
  margin: 0 10px 0 0;
}

/* line 178, ../../app/styles/vendors/_gridpak.scss */
.span_8-alpha {
  width: 470px;
  margin: 0 10px 0 0;
}

/* line 179, ../../app/styles/vendors/_gridpak.scss */
.span_9-alpha {
  width: 530px;
  margin: 0 10px 0 0;
}

/* line 180, ../../app/styles/vendors/_gridpak.scss */
.span_10-alpha {
  width: 590px;
  margin: 0 10px 0 0;
}

/* line 181, ../../app/styles/vendors/_gridpak.scss */
.span_11-alpha {
  width: 650px;
  margin: 0 10px 0 0;
}

/* line 182, ../../app/styles/vendors/_gridpak.scss */
.span_12-alpha {
  width: 710px;
  margin: 0 10px 0 0;
}

/* line 183, ../../app/styles/vendors/_gridpak.scss */
.span_13-alpha {
  width: 770px;
  margin: 0 10px 0 0;
}

/* line 184, ../../app/styles/vendors/_gridpak.scss */
.span_14-alpha {
  width: 830px;
  margin: 0 10px 0 0;
}

/* line 185, ../../app/styles/vendors/_gridpak.scss */
.span_15-alpha {
  width: 890px;
  margin: 0 10px 0 0;
}

/* line 186, ../../app/styles/vendors/_gridpak.scss */
.span_16-alpha {
  width: 950px;
  margin: 0 10px 0 0;
}

/* line 188, ../../app/styles/vendors/_gridpak.scss */
.span_1-omega {
  width: 50px;
  margin: 0 0 0 10px;
}

/* line 189, ../../app/styles/vendors/_gridpak.scss */
.span_2-omega {
  width: 110px;
  margin: 0 0 0 10px;
}

/* line 190, ../../app/styles/vendors/_gridpak.scss */
.span_3-omega {
  width: 170px;
  margin: 0 0 0 10px;
}

/* line 191, ../../app/styles/vendors/_gridpak.scss */
.span_4-omega {
  width: 230px;
  margin: 0 0 0 10px;
}

/* line 192, ../../app/styles/vendors/_gridpak.scss */
.span_5-omega {
  width: 290px;
  margin: 0 0 0 10px;
}

/* line 193, ../../app/styles/vendors/_gridpak.scss */
.span_6-omega {
  width: 350px;
  margin: 0 0 0 10px;
}

/* line 194, ../../app/styles/vendors/_gridpak.scss */
.span_7-omega {
  width: 410px;
  margin: 0 0 0 10px;
}

/* line 195, ../../app/styles/vendors/_gridpak.scss */
.span_8-omega {
  width: 470px;
  margin: 0 0 0 10px;
}

/* line 196, ../../app/styles/vendors/_gridpak.scss */
.span_9-omega {
  width: 530px;
  margin: 0 0 0 10px;
}

/* line 197, ../../app/styles/vendors/_gridpak.scss */
.span_10-omega {
  width: 590px;
  margin: 0 0 0 10px;
}

/* line 198, ../../app/styles/vendors/_gridpak.scss */
.span_11-omega {
  width: 650px;
  margin: 0 0 0 10px;
}

/* line 199, ../../app/styles/vendors/_gridpak.scss */
.span_12-omega {
  width: 710px;
  margin: 0 0 0 10px;
}

/* line 200, ../../app/styles/vendors/_gridpak.scss */
.span_13-omega {
  width: 770px;
  margin: 0 0 0 10px;
}

/* line 201, ../../app/styles/vendors/_gridpak.scss */
.span_14-omega {
  width: 830px;
  margin: 0 0 0 10px;
}

/* line 202, ../../app/styles/vendors/_gridpak.scss */
.span_15-omega {
  width: 890px;
  margin: 0 0 0 10px;
}

/* line 203, ../../app/styles/vendors/_gridpak.scss */
.span_16-omega {
  width: 950px;
  margin: 0 0 0 10px;
}

/* Project lib */
/* line 20, ../../app/styles/lib/_mixins.scss */
.row:after {
  content: '';
  display: table;
  clear: both;
}

/* line 42, ../../app/styles/lib/_mixins.scss */
.header .logo-container h1 {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

/* line 53, ../../app/styles/lib/_mixins.scss */
h1, h2, h3, h4, h5, h6, ul, li, input,
fieldset, button {
  margin: 0;
  padding: 0;
}

/*
  @include scrollbar(.5em, tomato);
*/
/* Fonts
   ========================================================================== */
@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto-bold-webfont.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-bold-webfont.woff") format("woff"), url("fonts/Roboto-bold-webfont.ttf") format("truetype"), url("fonts/Roboto-bold-webfont.svg#b49e654214c0ade376e714f6d9c78d72") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto-light-webfont.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-light-webfont.woff") format("woff"), url("fonts/Roboto-light-webfont.ttf") format("truetype"), url("fonts/Roboto-light-webfont.svg#14cfc794995ce651ee6fc06de48ff027") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto-regular-webfont.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-regular-webfont.woff") format("woff"), url("fonts/Roboto-regular-webfont.ttf") format("truetype"), url("fonts/Roboto-regular-webfont.svg#f4ba68a9596ca53347cecdb9c6e48d01") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("fonts/RobotoCondensed-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/RobotoCondensed-Bold.woff") format("woff"), url("fonts/RobotoCondensed-Bold.ttf") format("truetype"), url("fonts/RobotoCondensed-Bold.svg#8051b5c88618a7da73c207c9e9b7849e") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("fonts/RobotoCondensed-Light.eot");
  /* IE9 Compat Modes */
  src: url("fonts/RobotoCondensed-Light.eot?#iefix") format("embedded-opentype"), url("fonts/RobotoCondensed-Light.woff") format("woff"), url("fonts/RobotoCondensed-Light.ttf") format("truetype"), url("fonts/RobotoCondensed-Light.svg#d14ff364bcb79ca70fcd56256985608b") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("fonts/RobotoCondensed-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/RobotoCondensed-Regular.woff") format("woff"), url("fonts/RobotoCondensed-Regular.ttf") format("truetype"), url("fonts/RobotoCondensed-Regular.svg#f5f50991018990856053c429e2759d63") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Dense';
  src: url("fonts/dense/Dense-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/dense/Dense-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/dense/Dense-Regular.woff") format("woff"), url("fonts/dense/Dense-Regular.ttf") format("truetype"), url("fonts/dense/Dense-Regular.svg#fec9f6fcb4968bdb55d51825d606908a") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Keecon";
  src: url("fonts/keecon/Keecon.eot");
  src: url("fonts/keecon/Keecon.eot?#iefix") format("embedded-opentype"), url("fonts/keecon/Keecon.woff") format("woff"), url("fonts/keecon/Keecon.ttf") format("truetype"), url("fonts/keecon/Keecon.svg#Keecon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 110, ../../app/styles/lib/_text.scss */
[data-icon]:before {
  font-family: "Keecon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 124, ../../app/styles/lib/_text.scss */
[class^="keecon-"]:before,
[class*="keecon-"]:before {
  font-family: "Keecon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 138, ../../app/styles/lib/_text.scss */
.icon {
  font-size: 12px;
  display: inline-block;
  line-height: 1px;
}

/* line 144, ../../app/styles/lib/_text.scss */
.icon-past-games {
  color: #9c9b9b;
}

/* line 148, ../../app/styles/lib/_text.scss */
.keecon-arrowdown:before {
  content: "a";
}

/* line 151, ../../app/styles/lib/_text.scss */
.keecon-lockclose:before {
  content: "a";
}

/* line 154, ../../app/styles/lib/_text.scss */
.keecon-arrowdown:before {
  content: "a";
}

/* line 157, ../../app/styles/lib/_text.scss */
.keecon-arrowleft:before {
  content: "b";
}

/* line 160, ../../app/styles/lib/_text.scss */
.keecon-arrowright:before {
  content: "c";
}

/* line 163, ../../app/styles/lib/_text.scss */
.keecon-arrowup:before {
  content: "d";
}

/* line 166, ../../app/styles/lib/_text.scss */
.keecon-basket:before {
  content: "e";
}

/* line 169, ../../app/styles/lib/_text.scss */
.keecon-calendar:before {
  content: "f";
}

/* line 172, ../../app/styles/lib/_text.scss */
.keecon-camera:before {
  content: "g";
}

/* line 175, ../../app/styles/lib/_text.scss */
.keecon-clock:before {
  content: "h";
}

/* line 178, ../../app/styles/lib/_text.scss */
.keecon-diskette:before {
  content: "i";
}

/* line 181, ../../app/styles/lib/_text.scss */
.keecon-download:before {
  content: "j";
}

/* line 184, ../../app/styles/lib/_text.scss */
.keecon-ear:before {
  content: "k";
}

/* line 187, ../../app/styles/lib/_text.scss */
.keecon-frames:before {
  content: "l";
}

/* line 190, ../../app/styles/lib/_text.scss */
.keecon-fullscreen:before {
  content: "m";
}

/* line 193, ../../app/styles/lib/_text.scss */
.keecon-gear:before {
  content: "n";
}

/* line 196, ../../app/styles/lib/_text.scss */
.keecon-info:before {
  content: "o";
}

/* line 199, ../../app/styles/lib/_text.scss */
.keecon-length:before {
  content: "p";
}

/* line 202, ../../app/styles/lib/_text.scss */
.keecon-lightning:before {
  content: "q";
}

/* line 205, ../../app/styles/lib/_text.scss */
.keecon-lockclose:before {
  content: "r";
}

/* line 208, ../../app/styles/lib/_text.scss */
.keecon-lockopen:before {
  content: "s";
}

/* line 211, ../../app/styles/lib/_text.scss */
.keecon-mapcursor:before {
  content: "t";
}

/* line 214, ../../app/styles/lib/_text.scss */
.keecon-microphone:before {
  content: "u";
}

/* line 217, ../../app/styles/lib/_text.scss */
.keecon-music:before {
  content: "v";
}

/* line 220, ../../app/styles/lib/_text.scss */
.keecon-pencil:before {
  content: "w";
}

/* line 223, ../../app/styles/lib/_text.scss */
.keecon-play:before {
  content: "x";
}

/* line 226, ../../app/styles/lib/_text.scss */
.keecon-profil:before {
  content: "y";
}

/* line 229, ../../app/styles/lib/_text.scss */
.keecon-resolution:before {
  content: "z";
}

/* line 232, ../../app/styles/lib/_text.scss */
.keecon-reverse:before {
  content: "A";
}

/* line 235, ../../app/styles/lib/_text.scss */
.keecon-schedule:before {
  content: "B";
}

/* line 238, ../../app/styles/lib/_text.scss */
.keecon-speaker:before {
  content: "C";
}

/* line 241, ../../app/styles/lib/_text.scss */
.keecon-star:before {
  content: "D";
}

/* line 244, ../../app/styles/lib/_text.scss */
.keecon-trophee:before {
  content: "E";
}

/* line 247, ../../app/styles/lib/_text.scss */
.keecon-poweroff:before {
  content: "F";
}

/* line 250, ../../app/styles/lib/_text.scss */
.keecon-nolive:before {
  content: "G";
}

/* line 253, ../../app/styles/lib/_text.scss */
.keecon-noschedule:before {
  content: "H";
}

/* line 256, ../../app/styles/lib/_text.scss */
.keecon-error:before {
  content: "I";
}

/* line 259, ../../app/styles/lib/_text.scss */
.keecon-alert:before {
  content: "I";
}

/* Fonts settings
   ========================================================================== */
/* line 275, ../../app/styles/lib/_text.scss */
h2 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 0;
  text-transform: uppercase;
  text-align: center;
}

/* line 285, ../../app/styles/lib/_text.scss */
h3 {
  color: #3c3c3b;
}

/* Custom Icons
   ========================================================================== */
/* line 292, ../../app/styles/lib/_text.scss */
.icon-warning {
  width: 35px;
  height: 35px;
  border-radius: 99px;
  border: 2px solid #e20613;
  position: relative;
}
/* line 298, ../../app/styles/lib/_text.scss */
.icon-warning:after {
  position: absolute;
  right: 0;
  left: 0;
  content: '!';
  color: #e20613;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  top: 16px;
}

/* line 311, ../../app/styles/lib/_text.scss */
.icon-cross:after {
  color: #9c9b9b;
  content: '\2715';
  font-size: 12px;
  font-style: normal;
}

@font-face {
  font-family: 'keemotion';
  src: url("fonts/kmfonts/keemotion.eot");
  src: url("fonts/kmfonts/keemotion.eot?#iefix") format("embedded-opentype"), url("fonts/kmfonts/keemotion.woff") format("woff"), url("fonts/kmfonts/keemotion.ttf") format("truetype"), url("fonts/kmfonts/keemotion.svg#keemotion") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 22, ../../app/styles/lib/_iconfonts.scss */
[class^="km-"],
[class*=" km-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'keemotion' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../../app/styles/lib/_iconfonts.scss */
.km-icon {
  font-size: 16px;
  display: inline-block;
  line-height: 18px;
  margin-right: 8px;
}

/* line 46, ../../app/styles/lib/_iconfonts.scss */
.km-refresh:before {
  content: "\e5d5";
}

/* line 52, ../../app/styles/lib/_iconfonts.scss */
.km-update:before {
  content: "\e923";
}

/* line 58, ../../app/styles/lib/_iconfonts.scss */
.km-spinner11:before {
  content: "\e984";
}

/* line 64, ../../app/styles/lib/_iconfonts.scss */
.km-loop:before {
  content: "\ea2d";
}

/* line 70, ../../app/styles/lib/_iconfonts.scss */
.km-loop2:before {
  content: "\ea2e";
}

/* Reset elem
   ========================================================================== */
/* line 13, ../../app/styles/lib/_forms.scss */
fieldset {
  border: 0;
}

/* Button
   ========================================================================== */
/* line 18, ../../app/styles/lib/_forms.scss */
.btn {
  border: 1px solid;
}

/* Custom input text
   ========================================================================== */
/* line 25, ../../app/styles/lib/_forms.scss */
.input-custom {
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  border: none;
  color: #9c9b9b;
  padding: 8px;
  padding-left: 1px;
}
/* line 32, ../../app/styles/lib/_forms.scss */
.input-custom:hover {
  border-color: #868686;
}
/* line 34, ../../app/styles/lib/_forms.scss */
.input-custom:focus {
  border-color: #0095d9;
  outline: none;
  color: #3c3c3b;
}

/* line 41, ../../app/styles/lib/_forms.scss */
.input-custom-bordered {
  border: 1px solid #eee;
  padding: 8px;
  margin-top: 4px;
}

/* Custom input text
   ========================================================================== */
/* line 49, ../../app/styles/lib/_forms.scss */
.input-icon {
  display: inline-block;
  min-width: 30px;
  height: 100%;
}
/* line 56, ../../app/styles/lib/_forms.scss */
.input-icon:hover {
  border-color: #868686;
}
/* line 58, ../../app/styles/lib/_forms.scss */
.input-icon:focus {
  border-color: #0095d9;
  outline: none;
  color: #3c3c3b;
}

/* line 65, ../../app/styles/lib/_forms.scss */
.input-icon-calendar {
  background: url('../images/icon-schedule.png') right 0 no-repeat;
}
/* line 68, ../../app/styles/lib/_forms.scss */
.input-icon-calendar:hover {
  background: url('../images/icon-schedule.png') right -32px no-repeat;
}
/* line 72, ../../app/styles/lib/_forms.scss */
.input-icon-calendar:focus {
  background: url('../images/icon-schedule.png') right -64px no-repeat;
}

/* line 77, ../../app/styles/lib/_forms.scss */
.input-icon-close {
  background: url('../images/icon-close.png') right 0 no-repeat;
}
/* line 80, ../../app/styles/lib/_forms.scss */
.input-icon-close:hover {
  background: url('../images/icon-close.png') right -32px no-repeat;
}
/* line 84, ../../app/styles/lib/_forms.scss */
.input-icon-close:focus {
  background: url('../images/icon-close.png') right -64px no-repeat;
}

/* line 89, ../../app/styles/lib/_forms.scss */
.input-icon-team {
  background: url('../images/icon-team.png') right 0 no-repeat;
}
/* line 92, ../../app/styles/lib/_forms.scss */
.input-icon-team:hover {
  background: url('../images/icon-team.png') right -32px no-repeat;
}
/* line 96, ../../app/styles/lib/_forms.scss */
.input-icon-team:focus {
  background: url('../images/icon-team.png') right -64px no-repeat;
}

/* line 101, ../../app/styles/lib/_forms.scss */
.input-icon-search {
  background: url('../images/icon-search.png') right 0 no-repeat;
}
/* line 104, ../../app/styles/lib/_forms.scss */
.input-icon-search:hover {
  background: url('../images/icon-search.png') right -32px no-repeat;
}
/* line 108, ../../app/styles/lib/_forms.scss */
.input-icon-search:focus {
  background: url('../images/icon-search.png') right -64px no-repeat;
}

/* line 113, ../../app/styles/lib/_forms.scss */
.input-icon-error {
  border-color: #e20613;
}

/* Custom radio
   ========================================================================== */
/* Custom checkbox
   ========================================================================== */
/* Custom select
   ========================================================================== */
/* UI Settings
   ========================================================================== */
/* DatePicker
   ========================================================================== */
/* line 8, ../../app/styles/lib/_uicustom.scss */
.ui-datepicker,
.ui-autocomplete {
  font-size: 12px;
}

/* line 12, ../../app/styles/lib/_uicustom.scss */
.ui-widget-header, .ui-state-default, .ui-widget-content .ui-state-default {
  background: none;
  border-color: #fff;
}

/* line 17, ../../app/styles/lib/_uicustom.scss */
.ui-state-default, .ui-widget-content .ui-state-default {
  text-align: center;
}

/* line 21, ../../app/styles/lib/_uicustom.scss */
.ui-datepicker {
  border: 1px solid #c6c6c5;
  border-radius: 0;
  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  font-family: "Roboto", Sans-serif;
  max-width: 167px;
  margin-top: -1px;
  margin-left: -31px;
  z-index: 2 !important;
}

/* line 32, ../../app/styles/lib/_uicustom.scss */
.ui-state-active, .ui-widget-content .ui-state-active {
  color: #0095d9;
  font-weight: 700;
}

/* line 37, ../../app/styles/lib/_uicustom.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  color: red;
}

/* line 41, ../../app/styles/lib/_uicustom.scss */
.ui-datepicker .ui-datepicker-next {
  background: url('../images/arrow-right.png') no-repeat center 0;
}
/* line 44, ../../app/styles/lib/_uicustom.scss */
.ui-datepicker .ui-datepicker-next span {
  display: none;
}

/* line 47, ../../app/styles/lib/_uicustom.scss */
.ui-datepicker .ui-datepicker-prev {
  background: url('../images/arrow-left.png') no-repeat center 0;
}
/* line 50, ../../app/styles/lib/_uicustom.scss */
.ui-datepicker .ui-datepicker-prev span {
  display: none;
}

/* line 53, ../../app/styles/lib/_uicustom.scss */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  background-position: center -22px;
  top: 2px;
}

/* line 58, ../../app/styles/lib/_uicustom.scss */
.ui-state-hover.ui-datepicker-next-hover, .ui-state-hover.ui-datepicker-prev-hover {
  border: none;
  cursor: pointer;
}

/* line 63, ../../app/styles/lib/_uicustom.scss */
.match-day-highlight a {
  background: #73d3ff !important;
  color: #fff !important;
}

/* Auto complete
   ========================================================================== */
/* line 71, ../../app/styles/lib/_uicustom.scss */
.ui-autocomplete {
  border-radius: 0;
  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  margin-top: -1px;
  padding: 0;
  min-width: 280px;
}

/* line 79, ../../app/styles/lib/_uicustom.scss */
.ui-menu .ui-menu-item {
  border-bottom: 1px solid #d9d9d9;
  min-height: 55px;
}
/* line 83, ../../app/styles/lib/_uicustom.scss */
.ui-menu .ui-menu-item:last-child {
  border: 0;
}
/* line 87, ../../app/styles/lib/_uicustom.scss */
.ui-menu .ui-menu-item a {
  padding: 5px;
}

/* line 93, ../../app/styles/lib/_uicustom.scss */
.autocomplete-teams a {
  cursor: pointer;
  display: block;
  font-family: "Roboto", Sans-serif;
  font-size: 12px;
  position: relative;
}
/* line 100, ../../app/styles/lib/_uicustom.scss */
.autocomplete-teams a:before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 105, ../../app/styles/lib/_uicustom.scss */
.autocomplete-teams a .autocomplete-container {
  color: #9c9b9b;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 10px;
}
/* line 111, ../../app/styles/lib/_uicustom.scss */
.autocomplete-teams a .autocomplete-container > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 117, ../../app/styles/lib/_uicustom.scss */
.autocomplete-teams a .autocomplete-container .autocomplete-label {
  color: #0095d9;
  text-transform: none;
  font-size: 12px;
}
/* line 124, ../../app/styles/lib/_uicustom.scss */
.autocomplete-teams a.ui-corner-all {
  border-radius: 0;
}
/* line 126, ../../app/styles/lib/_uicustom.scss */
.autocomplete-teams a.ui-state-focus {
  background: none;
  border: none;
  margin: 0 !important;
}
/* line 131, ../../app/styles/lib/_uicustom.scss */
.autocomplete-teams a.ui-state-focus .autocomplete-container {
  color: #3c3c3b;
}
/* line 135, ../../app/styles/lib/_uicustom.scss */
.autocomplete-teams a.ui-state-focus:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  background: #0095d9;
  content: '';
  width: 4px;
}
/* line 144, ../../app/styles/lib/_uicustom.scss */
.autocomplete-teams a img {
  display: block;
  float: left;
  margin-right: 5px;
  max-width: 40px;
}

/* line 2, ../../app/styles/lib/_loader.scss */
.pop-circle1,
.pop-circle2 {
  border: 2px solid #0095D9;
  border-radius: 128px;
  height: 50px;
  position: absolute;
  width: 50px;
}

/* line 10, ../../app/styles/lib/_loader.scss */
.pop-circle1 {
  -webkit-animation: pop1 1s infinite cubic-bezier(.6,.08,.43,.94);
  -moz-animation: pop1 1s infinite cubic-bezier(.6,.08,.43,.94);
  -o-animation: pop1 1s infinite cubic-bezier(.6,.08,.43,.94);
  animation: pop1 1s infinite cubic-bezier(.6,.08,.43,.94);
}

@-webkit-keyframes pop1 {
  /* line 15, ../../app/styles/lib/_loader.scss */
  0% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }

  /* line 19, ../../app/styles/lib/_loader.scss */
  50% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 23, ../../app/styles/lib/_loader.scss */
  100% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
}

@-o-keyframes pop1 {
  /* line 15, ../../app/styles/lib/_loader.scss */
  0% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }

  /* line 19, ../../app/styles/lib/_loader.scss */
  50% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 23, ../../app/styles/lib/_loader.scss */
  100% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
}

@-moz-keyframes pop1 {
  /* line 15, ../../app/styles/lib/_loader.scss */
  0% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }

  /* line 19, ../../app/styles/lib/_loader.scss */
  50% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 23, ../../app/styles/lib/_loader.scss */
  100% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
}

@keyframes pop1 {
  /* line 15, ../../app/styles/lib/_loader.scss */
  0% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }

  /* line 19, ../../app/styles/lib/_loader.scss */
  50% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 23, ../../app/styles/lib/_loader.scss */
  100% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
}

/* line 29, ../../app/styles/lib/_loader.scss */
.pop-circle2 {
  -webkit-animation: pop2 1s infinite cubic-bezier(.6,.08,.43,.94);
  -moz-animation: pop2 1s infinite cubic-bezier(.6,.08,.43,.94);
  -o-animation: pop2 1s infinite cubic-bezier(.6,.08,.43,.94);
  animation: pop2 1s infinite cubic-bezier(.6,.08,.43,.94);
  border: 2px solid #AAA;
}

@-webkit-keyframes pop2 {
  /* line 35, ../../app/styles/lib/_loader.scss */
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 39, ../../app/styles/lib/_loader.scss */
  50% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }

  /* line 43, ../../app/styles/lib/_loader.scss */
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-o-keyframes pop2 {
  /* line 35, ../../app/styles/lib/_loader.scss */
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 39, ../../app/styles/lib/_loader.scss */
  50% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }

  /* line 43, ../../app/styles/lib/_loader.scss */
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-moz-keyframes pop2 {
  /* line 35, ../../app/styles/lib/_loader.scss */
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 39, ../../app/styles/lib/_loader.scss */
  50% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }

  /* line 43, ../../app/styles/lib/_loader.scss */
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@keyframes pop2 {
  /* line 35, ../../app/styles/lib/_loader.scss */
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 39, ../../app/styles/lib/_loader.scss */
  50% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }

  /* line 43, ../../app/styles/lib/_loader.scss */
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

/* Common
   ========================================================================== */
/* Matches listing
   ========================================================================== */
/* line 8, ../../app/styles/layout/_common.scss */
.game-listing {
  width: 100%;
}
/* line 11, ../../app/styles/layout/_common.scss */
.game-listing th {
  color: #00638b;
  font-weight: 700;
  padding-left: 5px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 90%;
}
/* line 22, ../../app/styles/layout/_common.scss */
.game-listing th:hover {
  cursor: pointer;
}
/* line 24, ../../app/styles/layout/_common.scss */
.game-listing th:first-child {
  padding-left: 0;
  text-align: center;
  width: 10%;
}
/* line 30, ../../app/styles/layout/_common.scss */
.game-listing th .icon {
  color: #575756;
  float: right;
  font-size: 8px;
  margin: 8px 8px 0 0;
}

/* line 40, ../../app/styles/layout/_common.scss */
.game-listing-date {
  color: #B1B1B1;
  font-weight: 300;
  padding-right: 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
  width: 44px;
  min-width: 44px;
}
/* line 50, ../../app/styles/layout/_common.scss */
.game-listing-date .game-listing-week-day {
  text-align: center;
  font-weight: 700;
}
/* line 55, ../../app/styles/layout/_common.scss */
.game-listing-date .game-listing-date-day {
  font-family: "Roboto", Sans-serif;
  line-height: 30px;
  font-size: 32px;
}
/* line 62, ../../app/styles/layout/_common.scss */
.game-listing-date .game-listing-hour {
  font-size: 10px;
}
/* line 66, ../../app/styles/layout/_common.scss */
.game-listing-date a {
  color: #B1B1B1;
  text-decoration: none;
}

/* line 72, ../../app/styles/layout/_common.scss */
.game-listing-scoreboard-subinfo, td {
  font-weight: 400;
}
/* line 76, ../../app/styles/layout/_common.scss */
.game-listing-scoreboard-subinfo .icon, td .icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 2em;
}

/* Alert boxes
   ========================================================================== */
/* line 86, ../../app/styles/layout/_common.scss */
.alert-box {
  border: 1px solid #3c3c3b;
  display: none;
  margin-bottom: 10px;
  padding: 10px;
  min-width: 380px;
}
/* line 96, ../../app/styles/layout/_common.scss */
.alert-box h2 {
  color: #000;
  font-weight: 400;
  padding: 0;
  padding-bottom: 3px;
}
/* line 103, ../../app/styles/layout/_common.scss */
.alert-box > div {
  color: #9c9b9b;
}
/* line 106, ../../app/styles/layout/_common.scss */
.alert-box .keecon-error,
.alert-box .keecon-alert {
  font-size: 46px;
}
/* line 110, ../../app/styles/layout/_common.scss */
.alert-box .keecon-error {
  color: #e20613;
}
/* line 111, ../../app/styles/layout/_common.scss */
.alert-box .keecon-alert {
  color: #3c3c3b;
}
/* line 113, ../../app/styles/layout/_common.scss */
.alert-box .close-box {
  position: absolute;
  top: 7px;
  right: 10px;
}
/* line 117, ../../app/styles/layout/_common.scss */
.alert-box .alert-box-actions {
  border-top: 1px solid #ccc;
  margin-top: 8px;
}
/* line 122, ../../app/styles/layout/_common.scss */
.alert-box .close-box-button {
  margin: 4px;
  padding: 8px;
  border: 1px solid #CCC;
  min-width: 50px;
  text-align: center;
}
/* line 129, ../../app/styles/layout/_common.scss */
.alert-box .close-box-button:hover {
  background: #eee;
}

/* line 133, ../../app/styles/layout/_common.scss */
.alert-box-error {
  border: 1px solid #e20613;
}

/* line 138, ../../app/styles/layout/_common.scss */
.local-download-box {
  border: 1px solid #00638b;
  display: none;
  padding: 0;
  margin-left: -32px;
  width: 100%;
}
/* line 145, ../../app/styles/layout/_common.scss */
.local-download-box h2 {
  background-color: #00638b;
  color: white;
  font-weight: 600;
  margin: 0;
  padding: 5px 0;
}
/* line 152, ../../app/styles/layout/_common.scss */
.local-download-box h2 span {
  margin-right: -24px;
}
/* line 156, ../../app/styles/layout/_common.scss */
.local-download-box h2 .close-box {
  position: relative;
  float: right;
  margin-right: 10px;
  top: 0;
  right: 0;
}
/* line 164, ../../app/styles/layout/_common.scss */
.local-download-box h2 .icon-cross::after {
  color: white;
  font-size: 14px;
}
/* line 170, ../../app/styles/layout/_common.scss */
.local-download-box div {
  color: #9c9b9b;
}
/* line 174, ../../app/styles/layout/_common.scss */
.local-download-box .local-availability {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  max-width: 450px;
  width: 90%;
}
/* line 182, ../../app/styles/layout/_common.scss */
.local-download-box .info-text {
  color: #3c3c3b;
}
/* line 184, ../../app/styles/layout/_common.scss */
.local-download-box .info-text li {
  list-style-type: none;
}
/* line 189, ../../app/styles/layout/_common.scss */
.local-download-box .btn-block-centered {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  max-width: 350px;
  width: 70%;
}

/* line 199, ../../app/styles/layout/_common.scss */
.alert-box-top {
  position: relative;
}
/* line 202, ../../app/styles/layout/_common.scss */
.alert-box-top h2 {
  text-align: left;
}
/* line 205, ../../app/styles/layout/_common.scss */
.alert-box-top .keecon-error,
.alert-box-top .keecon-alert {
  float: left;
  margin: 6px 20px 0 0;
}

/* line 212, ../../app/styles/layout/_common.scss */
.overlayer {
  position: relative;
}
/* line 215, ../../app/styles/layout/_common.scss */
.overlayer:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: #fff;
  content: '';
  z-index: 9;
}
/* line 223, ../../app/styles/layout/_common.scss */
.overlayer .alert-box-modal {
  background: #fff;
  left: 50%;
  margin-left: -250px;
  padding: 20px 40px 40px 40px;
  position: absolute;
  text-align: center;
  top: 50px;
  z-index: 99;
  width: 500px;
}
/* line 234, ../../app/styles/layout/_common.scss */
.overlayer .alert-box-modal h2 {
  text-align: center;
  margin: 10px 0;
}
/* line 237, ../../app/styles/layout/_common.scss */
.overlayer .alert-box-modal .keecon-error,
.overlayer .alert-box-modal .keecon-alert {
  float: none;
}

/* Loader
   ========================================================================== */
/* line 244, ../../app/styles/layout/_common.scss */
.loading .content, .loading .live-on, .loading .future-games {
  position: relative;
}

/* line 247, ../../app/styles/layout/_common.scss */
.loader-elem {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  z-index: 10;
}

/* line 252, ../../app/styles/layout/_common.scss */
.loader-elem-rel {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* flex
  =============================================================== */
/* line 260, ../../app/styles/layout/_common.scss */
.rowParent, .columnParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/* line 286, ../../app/styles/layout/_common.scss */
.columnParent {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 293, ../../app/styles/layout/_common.scss */
.flexChild {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

/* Helpers
   ========================================================================== */
/* line 9, ../../app/styles/layout/_page.scss */
.light-text, .game-listing-scoreboard-subinfo, td, .live-on .sidebar-elem .game-listing-scoreboard .game-listing-scoreboard-top .game-listing-scoreboard-time, .future-games .future-games-subinfo-league,
.future-games .future-games-subinfo-location {
  color: #9c9b9b;
}

/* line 13, ../../app/styles/layout/_page.scss */
.light-text-blue, .past-games .game-listing-scoreboard-top-team,
.past-games .alt-title, .live-on .sidebar-elem .game-listing-scoreboard .game-listing-scoreboard-alt-title td.alt-title, .live-on .sidebar-elem .game-listing-scoreboard .game-listing-scoreboard-teams td, .match-score td {
  color: #0095d9;
}

/* line 17, ../../app/styles/layout/_page.scss */
.alert-message {
  color: #e20613;
}

/* line 21, ../../app/styles/layout/_page.scss */
.bold {
  font-weight: 700;
}

/* line 23, ../../app/styles/layout/_page.scss */
.match-score-loser {
  color: #9c9b9b !important;
}

/* Main structure
   ========================================================================== */
/* line 31, ../../app/styles/layout/_page.scss */
html,
body {
  -webkit-font-smoothing: antialiased;
}

/* line 35, ../../app/styles/layout/_page.scss */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}

/* line 40, ../../app/styles/layout/_page.scss */
.main {
  width: inherit;
  height: 100vh;
  min-height: 100vh;
  padding-bottom: 30px;
}
/* line 46, ../../app/styles/layout/_page.scss */
.main > .row {
  background: #fff;
  overflow: hidden;
  display: table;
  height: 100%;
  width: inherit;
}

/* line 55, ../../app/styles/layout/_page.scss */
.container {
  margin-top: 10px;
}

/* line 59, ../../app/styles/layout/_page.scss */
.content {
  width: 710px;
}

/* line 63, ../../app/styles/layout/_page.scss */
.layout-content {
  background: none;
}

/* line 67, ../../app/styles/layout/_page.scss */
.keecast-page {
  background: #eeeeee none repeat scroll 0% 0%;
  border: 1px solid #f8f8f8;
  border-radius: 6px;
  height: 300px;
  margin: 25% auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 500px;
}
/* line 78, ../../app/styles/layout/_page.scss */
.keecast-page .keecast-header {
  background: #222;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  height: 91px;
  margin: 0;
  overflow: hidden;
  padding: 11px;
  position: relative;
  text-align: center;
}
/* line 90, ../../app/styles/layout/_page.scss */
.keecast-page .keecast-main {
  font-size: 2em;
  margin: 15px;
}

/* line 96, ../../app/styles/layout/_page.scss */
.leftSidebarView, .gamesView {
  display: table-cell;
  vertical-align: top;
  float: none;
}

/* line 101, ../../app/styles/layout/_page.scss */
.leftSidebarView {
  background: #007cb3;
  width: 180px;
  max-width: 180px;
}

/* line 106, ../../app/styles/layout/_page.scss */
.gamesView {
  width: 1020px;
}

/* line 109, ../../app/styles/layout/_page.scss */
.sidebar {
  width: 278px;
}

/* Buttons
   ========================================================================== */
/* line 114, ../../app/styles/layout/_page.scss */
button {
  border: 0;
  background: none;
}

/* line 116, ../../app/styles/layout/_page.scss */
.btn {
  background-color: #fff;
  -webkit-transition: background 0.2s, color 0.4s;
  -moz-transition: background 0.2s, color 0.4s;
  -o-transition: background 0.2s, color 0.4s;
  transition: background 0.2s, color 0.4s;
  border: 1px solid #0095d9;
  color: #0095d9;
  display: inline-block;
  padding: 7px 5px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 126, ../../app/styles/layout/_page.scss */
.btn:hover {
  background: #0095d9;
  color: #fff;
}
/* line 131, ../../app/styles/layout/_page.scss */
.btn.btn-big {
  padding: 10px;
}
/* line 135, ../../app/styles/layout/_page.scss */
.btn.btn-block-centered {
  display: block;
  text-align: center;
}
/* line 139, ../../app/styles/layout/_page.scss */
.btn.btn-block-centered .icon {
  vertical-align: middle;
}

/* line 4, ../../app/styles/layout/_header.scss */
.header {
  margin-top: 30px;
}
/* line 7, ../../app/styles/layout/_header.scss */
.header a {
  text-decoration: none;
}
/* line 9, ../../app/styles/layout/_header.scss */
.header .logo-container {
  text-align: center;
}

/* line 16, ../../app/styles/layout/_header.scss */
.server-message {
  background: #40b0e3;
}
/* line 19, ../../app/styles/layout/_header.scss */
.server-message h2 {
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: initial;
}
/* line 27, ../../app/styles/layout/_header.scss */
.server-message.server-message-alert {
  background: #e20613;
}
/* line 31, ../../app/styles/layout/_header.scss */
.server-message.server-message-warning {
  background: red;
}

/* Specific
   ========================================================================== */
/* line 4, ../../app/styles/layout/specific/_login.scss */
.page-login {
  background: none;
}

/* line 8, ../../app/styles/layout/specific/_login.scss */
.login {
  position: absolute;
  right: 50%;
  bottom: 50%;
  width: 360px;
  height: 360px;
  z-index: 9999;
  background: #fff;
  margin-top: 180px;
}
/* line 14, ../../app/styles/layout/specific/_login.scss */
.login .header {
  padding: 21px 0;
  margin-top: 0;
  background-color: #0095d9;
}
/* line 19, ../../app/styles/layout/specific/_login.scss */
.login .header .logo-container {
  padding-left: 30px;
  text-align: left;
}
/* line 26, ../../app/styles/layout/specific/_login.scss */
.login form {
  padding: 35px 57px;
  text-align: center;
}
/* line 30, ../../app/styles/layout/specific/_login.scss */
.login form fieldset {
  margin-top: 16px;
}
/* line 33, ../../app/styles/layout/specific/_login.scss */
.login form fieldset:first-child {
  margin-top: 0;
}
/* line 35, ../../app/styles/layout/specific/_login.scss */
.login form fieldset input[type="password"], .login form fieldset input[type="text"] {
  width: 210px;
}
/* line 39, ../../app/styles/layout/specific/_login.scss */
.login form fieldset .icon {
  color: #9c9b9b;
  font-size: 20px;
  margin-right: 11px;
  vertical-align: middle;
  display: inline;
}
/* line 48, ../../app/styles/layout/specific/_login.scss */
.login form .btn {
  margin: 12px 0 30px 0;
  width: 100%;
}
/* line 53, ../../app/styles/layout/specific/_login.scss */
.login form .forgot-password {
  color: #9c9b9b;
  font-size: 10px;
}
/* line 57, ../../app/styles/layout/specific/_login.scss */
.login form .forgot-password:hover {
  text-decoration: none;
}
/* line 60, ../../app/styles/layout/specific/_login.scss */
.login form .alert-message {
  display: block;
  margin-top: 5px;
  padding-left: 34px;
  text-align: left;
}
/* line 67, ../../app/styles/layout/specific/_login.scss */
.login form .logout-message {
  color: #0095d9;
  display: block;
  text-align: center;
}
/* line 72, ../../app/styles/layout/specific/_login.scss */
.login form .logout-message .icon {
  margin-right: 3px;
  vertical-align: middle;
}

/* Main Content
   ========================================================================== */
/* line 9, ../../app/styles/layout/specific/_dashboard.scss */
.content header {
  background: #00638b;
}

/* line 13, ../../app/styles/layout/specific/_dashboard.scss */
.search-box {
  padding-top: 15px;
}
/* line 261, ../../app/styles/lib/_mixins.scss */
.search-box input[type="text"].input-custom-calendar.placeholder {
  color: #9c9b9b;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
}
/* line 262, ../../app/styles/lib/_mixins.scss */
.search-box input[type="text"].input-custom-calendar:-moz-placeholder {
  color: #9c9b9b;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
}
/* line 263, ../../app/styles/lib/_mixins.scss */
.search-box input[type="text"].input-custom-calendar::-moz-placeholder {
  color: #9c9b9b;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
}
/* line 264, ../../app/styles/lib/_mixins.scss */
.search-box input[type="text"].input-custom-calendar:-ms-input-placeholder {
  color: #9c9b9b;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
}
/* line 265, ../../app/styles/lib/_mixins.scss */
.search-box input[type="text"].input-custom-calendar::-webkit-input-placeholder {
  color: #9c9b9b;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
}
/* line 25, ../../app/styles/layout/specific/_dashboard.scss */
.search-box input[type="text"]:first-child {
  margin-left: 0;
}
/* line 27, ../../app/styles/layout/specific/_dashboard.scss */
.search-box input[type="text"]:last-child {
  margin-right: 0;
}

/* Main Content
   ========================================================================== */
/* line 36, ../../app/styles/layout/specific/_dashboard.scss */
.past-games .game-listing-link {
  text-decoration: none !important;
  color: #9c9b9b;
  font-size: 12px;
}
/* line 42, ../../app/styles/layout/specific/_dashboard.scss */
.past-games .game-listing-team-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
}
/* line 53, ../../app/styles/layout/specific/_dashboard.scss */
.past-games .game-listing-container {
  position: relative;
  height: 90px !important;
  border-bottom: 1px solid #C6C6C5;
}
/* line 60, ../../app/styles/layout/specific/_dashboard.scss */
.past-games .game-listing-scoreboard-top-team,
.past-games .alt-title {
  padding: 15px;
  padding-left: 0;
  font-size: 14px;
  min-width: 180px;
  min-height: 60px;
  text-align: left;
}
/* line 69, ../../app/styles/layout/specific/_dashboard.scss */
.past-games .game-listing-scoreboard-top-team.game-listing-scoreboard-top-team-home,
.past-games .alt-title.game-listing-scoreboard-top-team-home {
  text-align: right;
  padding-right: 0;
  padding-left: 15px;
}
/* line 76, ../../app/styles/layout/specific/_dashboard.scss */
.past-games .alt-title {
  text-align: center;
  min-width: 480px;
}
/* line 81, ../../app/styles/layout/specific/_dashboard.scss */
.past-games .game-listing-scoreboard-top-score {
  color: #3c3c3b;
  font-family: "Dense", Sans-serif;
  font-size: 40px;
  padding: 8px;
  padding-right: 0;
  text-align: left;
  max-width: 60px;
}
/* line 90, ../../app/styles/layout/specific/_dashboard.scss */
.past-games .game-listing-scoreboard-top-score.game-listing-scoreboard-top-score-left {
  padding-left: 0;
  padding-right: 8px;
  text-align: right;
}
/* line 98, ../../app/styles/layout/specific/_dashboard.scss */
.past-games .game-listing-boardscore-subinfo-location,
.past-games .game-listing-boardscore-subinfo-league {
  min-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 35px;
}
/* line 106, ../../app/styles/layout/specific/_dashboard.scss */
.past-games .game-listing-boardscore-subinfo-location {
  padding-left: 15px;
  font-weight: 700px;
  text-transform: initial;
}
/* line 111, ../../app/styles/layout/specific/_dashboard.scss */
.past-games .game-listing-boardscore-subinfo-location span {
  font-weight: 300;
}
/* line 116, ../../app/styles/layout/specific/_dashboard.scss */
.past-games .game-listing-boardscore-subinfo-league {
  padding: 0 15px 0 60px;
  text-transform: uppercase;
}
/* line 121, ../../app/styles/layout/specific/_dashboard.scss */
.past-games .game-listing-row-content {
  height: 90px;
  min-height: 90px;
}
/* line 124, ../../app/styles/layout/specific/_dashboard.scss */
.past-games .game-listing-row-content a {
  text-decoration: none;
}
/* line 129, ../../app/styles/layout/specific/_dashboard.scss */
.past-games .game-listing-row-content:last-child .game-listing-container {
  border-bottom: 0;
}
/* line 134, ../../app/styles/layout/specific/_dashboard.scss */
.past-games .game-listing-row-content:hover {
  cursor: pointer;
}
/* line 137, ../../app/styles/layout/specific/_dashboard.scss */
.past-games .game-listing-row-content:hover .game-listing-container {
  position: relative;
  height: 90px !important;
}
/* line 141, ../../app/styles/layout/specific/_dashboard.scss */
.past-games .game-listing-row-content:hover .game-listing-container:after {
  position: absolute;
  left: 50%;
  margin-left: -8.5px;
  top: 50%;
  margin-top: -4px;
  border-style: solid;
  height: 0px;
  width: 0px;
  border-color: #00638b transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  content: '';
  top: 4px;
  margin-left: -5px;
}

/* line 155, ../../app/styles/layout/specific/_dashboard.scss */
.game-listing thead {
  line-height: 2em;
  border-bottom: 1px solid #00638b;
  background: #ffffff;
}
/* line 165, ../../app/styles/layout/specific/_dashboard.scss */
.game-listing .game-listing-date {
  vertical-align: middle;
}

/* Sidebar
   ========================================================================== */
/* line 172, ../../app/styles/layout/specific/_dashboard.scss */
.sidebar-container {
  margin-bottom: 15px;
}
/* line 175, ../../app/styles/layout/specific/_dashboard.scss */
.sidebar-container header {
  background: #00638b;
}
/* line 177, ../../app/styles/layout/specific/_dashboard.scss */
.sidebar-container .sidebar-content {
  border-left: solid 3px #00638b;
}
/* line 182, ../../app/styles/layout/specific/_dashboard.scss */
.sidebar-container.live-on header {
  background: red;
}
/* line 184, ../../app/styles/layout/specific/_dashboard.scss */
.sidebar-container.live-on .sidebar-content {
  border-left-color: red;
}
/* line 188, ../../app/styles/layout/specific/_dashboard.scss */
.sidebar-container.live-off header {
  background: #9c9b9b;
}
/* line 190, ../../app/styles/layout/specific/_dashboard.scss */
.sidebar-container.live-off .sidebar-content {
  border-color: #9c9b9b;
}

/* Live On
   ========================================================================== */
/* line 197, ../../app/styles/layout/specific/_dashboard.scss */
.live-on .sidebar-elem {
  border-top: 1px solid #C6C6C5;
  padding: 8px 0 0 0;
  margin-left: 10px;
  position: relative;
}
/* line 204, ../../app/styles/layout/specific/_dashboard.scss */
.live-on .sidebar-elem:hover {
  cursor: pointer;
}
/* line 207, ../../app/styles/layout/specific/_dashboard.scss */
.live-on .sidebar-elem:hover:after {
  position: absolute;
  left: 50%;
  margin-left: -8.5px;
  top: 50%;
  margin-top: -4px;
  border-style: solid;
  height: 0px;
  width: 0px;
  border-color: red transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  content: '';
  top: 4px;
  margin-left: -5px;
}
/* line 216, ../../app/styles/layout/specific/_dashboard.scss */
.live-on .sidebar-elem .game-listing-scoreboard-subinfo {
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
/* line 224, ../../app/styles/layout/specific/_dashboard.scss */
.live-on .sidebar-elem:first-child {
  border-top: 0;
}
/* line 226, ../../app/styles/layout/specific/_dashboard.scss */
.live-on .sidebar-elem:last-child {
  padding-bottom: 0;
}
/* line 229, ../../app/styles/layout/specific/_dashboard.scss */
.live-on .sidebar-elem .game-listing-scoreboard {
  width: 100%;
  height: 70%;
}
/* line 233, ../../app/styles/layout/specific/_dashboard.scss */
.live-on .sidebar-elem .game-listing-scoreboard td {
  color: red;
  text-align: center;
  width: 25%;
}
/* line 241, ../../app/styles/layout/specific/_dashboard.scss */
.live-on .sidebar-elem .game-listing-scoreboard .game-listing-scoreboard-alt-title td.alt-title {
  padding-top: 8px;
}
/* line 249, ../../app/styles/layout/specific/_dashboard.scss */
.live-on .sidebar-elem .game-listing-scoreboard .game-listing-scoreboard-top td {
  vertical-align: bottom;
}
/* line 251, ../../app/styles/layout/specific/_dashboard.scss */
.live-on .sidebar-elem .game-listing-scoreboard .game-listing-scoreboard-top .game-listing-scoreboard-time {
  font-family: "Roboto Condensed", Sans-serif;
  vertical-align: middle;
  width: 50%;
}
/* line 264, ../../app/styles/layout/specific/_dashboard.scss */
.live-on .sidebar-elem .game-listing-scoreboard .game-listing-scoreboard-score td {
  font-family: "Dense", Sans-serif;
  font-size: 40px;
  padding-left: 7px;
  text-align: left;
}
/* line 270, ../../app/styles/layout/specific/_dashboard.scss */
.live-on .sidebar-elem .game-listing-scoreboard .game-listing-scoreboard-score td.game-listing-scoreboard-score-hometeam {
  padding: 0 7px 0 0;
  text-align: right;
}
/* line 279, ../../app/styles/layout/specific/_dashboard.scss */
.live-on .sidebar-elem .game-listing-scoreboard .game-listing-scoreboard-teams td {
  padding-left: 7px;
  text-align: left;
  width: 50%;
}
/* line 285, ../../app/styles/layout/specific/_dashboard.scss */
.live-on .sidebar-elem .game-listing-scoreboard .game-listing-scoreboard-teams td:first-child {
  padding-right: 7px;
  text-align: right;
}
/* line 295, ../../app/styles/layout/specific/_dashboard.scss */
.live-on .sidebar-elem .game-listing-scoreboard-subinfo {
  font-family: "Roboto Condensed", Sans-serif;
  text-align: center;
  text-transform: uppercase;
}

/* Live Off
   ========================================================================== */
/* line 305, ../../app/styles/layout/specific/_dashboard.scss */
.live-off .sidebar-elem {
  text-align: center;
  text-transform: uppercase;
}
/* line 309, ../../app/styles/layout/specific/_dashboard.scss */
.live-off .sidebar-elem .icon {
  color: #9c9b9b;
  font-size: 50px;
  margin: 15px 0;
}
/* line 315, ../../app/styles/layout/specific/_dashboard.scss */
.live-off .sidebar-elem span {
  color: #9c9b9b;
  display: inline-block;
  font-size: 15px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 325, ../../app/styles/layout/specific/_dashboard.scss */
.live-off-season-over .sidebar-elem span {
  text-transform: initial;
  font-size: 12px;
}
/* line 330, ../../app/styles/layout/specific/_dashboard.scss */
.live-off-season-over .sidebar-elem .btn {
  margin-top: 10px;
  font-family: "Roboto Condensed", Sans-serif;
  font-size: 30px;
  font-weight: 700;
}

/* future Games
   ========================================================================== */
/* line 342, ../../app/styles/layout/specific/_dashboard.scss */
.future-games .sidebar-elem {
  padding-top: 8px;
  padding-left: 5px;
}
/* line 346, ../../app/styles/layout/specific/_dashboard.scss */
.future-games .sidebar-elem .future-games-info {
  color: #0095d9;
  font-weight: 400;
  padding-left: 11px;
  text-transform: none;
  min-height: 96px;
  height: 96px;
  position: relative;
}
/* line 355, ../../app/styles/layout/specific/_dashboard.scss */
.future-games .sidebar-elem .future-games-info > div {
  margin-top: 7px;
}
/* line 358, ../../app/styles/layout/specific/_dashboard.scss */
.future-games .sidebar-elem .future-games-info > div:first-child {
  margin-top: 0;
}
/* line 360, ../../app/styles/layout/specific/_dashboard.scss */
.future-games .sidebar-elem .future-games-info > div.alt-title {
  height: 35px;
  min-height: 35px;
  padding: 0;
}
/* line 369, ../../app/styles/layout/specific/_dashboard.scss */
.future-games .game-listing {
  height: auto;
}
/* line 372, ../../app/styles/layout/specific/_dashboard.scss */
.future-games .game-listing:last-child {
  padding-bottom: 0;
}
/* line 374, ../../app/styles/layout/specific/_dashboard.scss */
.future-games .game-listing tr th {
  padding-left: 8px;
}
/* line 378, ../../app/styles/layout/specific/_dashboard.scss */
.future-games .game-listing .game-listing-row-content:last-child .future-games-subinfo {
  border-bottom: 0;
}
/* line 383, ../../app/styles/layout/specific/_dashboard.scss */
.future-games .game-listing-row-content {
  min-height: 96px;
  height: 96px;
  margin-bottom: 2px;
}
/* line 389, ../../app/styles/layout/specific/_dashboard.scss */
.future-games .future-games-teams {
  height: 35px;
  min-height: 35px;
  margin-bottom: 1px;
  padding: 0;
  width: 210px;
}
/* line 396, ../../app/styles/layout/specific/_dashboard.scss */
.future-games .future-games-teams > div {
  margin-top: 2px;
}
/* line 400, ../../app/styles/layout/specific/_dashboard.scss */
.future-games .future-games-teams span {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 200px;
}
/* line 410, ../../app/styles/layout/specific/_dashboard.scss */
.future-games .future-games-subinfo-league,
.future-games .future-games-subinfo-location {
  font-family: "Roboto Condensed", Sans-serif;
  font-weight: 400;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  width: 210px;
  max-width: 210px;
  white-space: nowrap;
}
/* line 422, ../../app/styles/layout/specific/_dashboard.scss */
.future-games .future-games-subinfo-league .icon,
.future-games .future-games-subinfo-location .icon {
  margin-right: 3px;
  vertical-align: middle;
}
/* line 428, ../../app/styles/layout/specific/_dashboard.scss */
.future-games .future-games-subinfo-location {
  padding-top: 5px;
}
/* line 431, ../../app/styles/layout/specific/_dashboard.scss */
.future-games .future-games-subinfo-location span {
  font-weight: 300;
}
/* line 436, ../../app/styles/layout/specific/_dashboard.scss */
.future-games .future-games-subinfo-league {
  border-bottom: 1px solid #C6C6C5;
}
/* line 442, ../../app/styles/layout/specific/_dashboard.scss */
.future-games .future-games-subinfo {
  border-bottom: 1px solid #C6C6C5;
  width: 215px;
  text-align: left;
}

/* line 449, ../../app/styles/layout/specific/_dashboard.scss */
p.info {
  background: #bbb;
  padding: 10px;
  color: #fff;
}

/* line 5, ../../app/styles/layout/specific/_menu.scss */
.menu .nav {
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  font-family: "Roboto Condensed", Sans-serif;
  list-style-type: none;
  overflow: hidden;
  padding: 10px 15px;
  text-transform: uppercase;
}
/* line 13, ../../app/styles/layout/specific/_menu.scss */
.menu .nav:hover, .menu .nav.nav-active {
  background: #00638b;
}
/* line 18, ../../app/styles/layout/specific/_menu.scss */
.menu .nav.nav-active a {
  font-weight: 700;
}
/* line 20, ../../app/styles/layout/specific/_menu.scss */
.menu .nav.nav-active .nav-item-year a {
  color: #fff;
}

/* line 25, ../../app/styles/layout/specific/_menu.scss */
.nav-item {
  list-style-type: none;
  position: relative;
}
/* line 30, ../../app/styles/layout/specific/_menu.scss */
.nav-item.nav-item-active a {
  color: #fff;
}
/* line 32, ../../app/styles/layout/specific/_menu.scss */
.nav-item.nav-item-active a:after {
  right: -15px;
}
/* line 36, ../../app/styles/layout/specific/_menu.scss */
.nav-item a {
  color: #5bb9e7;
  display: block;
  font-size: 15px;
  font-weight: 300;
  overflow: hidden;
  padding: 5px 0;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
}
/* line 48, ../../app/styles/layout/specific/_menu.scss */
.nav-item a:hover, .nav-item a:active {
  color: #fff;
}
/* line 52, ../../app/styles/layout/specific/_menu.scss */
.nav-item a:after {
  -webkit-transition: right 0.2s;
  -moz-transition: right 0.2s;
  -o-transition: right 0.2s;
  transition: right 0.2s;
  border-style: solid;
  height: 0px;
  width: 0px;
  border-color: transparent white transparent transparent;
  border-width: 8px 8px 8px 0;
  content: "";
  position: absolute;
  right: -24px;
  top: calc(50% - 8px);
}
/* line 61, ../../app/styles/layout/specific/_menu.scss */
.nav-item a:hover:after {
  right: -18px;
}
/* line 63, ../../app/styles/layout/specific/_menu.scss */
.nav-item a:active:after {
  right: -15px;
}
/* line 66, ../../app/styles/layout/specific/_menu.scss */
.nav-item.nav-item-year > a {
  font-size: 30px;
  font-weight: 700;
  padding-top: 0;
}

/* Top
   ========================================================================== */
/* line 7, ../../app/styles/layout/specific/_videos.scss */
.match-date-time {
  color: #9c9b9b;
  font-size: 14px;
  line-height: 15px;
  margin: 15px 0;
  text-align: center;
  width: 100%;
}
/* line 15, ../../app/styles/layout/specific/_videos.scss */
.match-date-time td {
  text-transform: uppercase;
}
/* line 17, ../../app/styles/layout/specific/_videos.scss */
.match-date-time td:first-child {
  text-align: right;
}
/* line 18, ../../app/styles/layout/specific/_videos.scss */
.match-date-time td:last-child {
  text-align: left;
}
/* line 19, ../../app/styles/layout/specific/_videos.scss */
.match-date-time .match-date-time-left {
  text-align: left;
}
/* line 21, ../../app/styles/layout/specific/_videos.scss */
.match-date-time .match-date-time-score {
  font-size: 44px;
  font-weight: 300;
  text-align: center;
}
/* line 27, ../../app/styles/layout/specific/_videos.scss */
.match-date-time .match-date-time-right td {
  color: #3c3c3b;
  padding-top: 2px;
}
/* line 31, ../../app/styles/layout/specific/_videos.scss */
.match-date-time .match-date-time-right td:first-child {
  font-family: "Roboto Condensed", Sans-serif;
}
/* line 33, ../../app/styles/layout/specific/_videos.scss */
.match-date-time .match-date-time-right td .icon {
  position: relative;
}

/* line 42, ../../app/styles/layout/specific/_videos.scss */
.match-location, .match-league {
  font-size: 14px;
  text-align: center;
}

/* line 47, ../../app/styles/layout/specific/_videos.scss */
.match-location {
  color: #9c9b9b;
  margin-top: 25px;
  margin-bottom: 15px;
}
/* line 52, ../../app/styles/layout/specific/_videos.scss */
.match-location > span {
  font-weight: 300;
}

/* line 55, ../../app/styles/layout/specific/_videos.scss */
.match-league {
  font-family: "Roboto Condensed", Sans-serif;
  margin-bottom: 28px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 63, ../../app/styles/layout/specific/_videos.scss */
.match-league .icon {
  margin-right: 3px;
  position: relative;
  top: 1px;
}

/* line 68, ../../app/styles/layout/specific/_videos.scss */
.match-score {
  color: #0095d9;
  font-size: 14px;
  text-align: center;
  width: 100%;
  height: 110px;
  min-height: 110px;
}
/* line 78, ../../app/styles/layout/specific/_videos.scss */
.match-score .match-score-numbers td {
  color: #3c3c3b;
  font-family: "Dense", Sans-serif;
  font-size: 72px;
}
/* line 85, ../../app/styles/layout/specific/_videos.scss */
.match-score .match-score-alternate-title {
  font-size: 16px;
  vertical-align: top;
}

/* line 91, ../../app/styles/layout/specific/_videos.scss */
.match-button {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 97, ../../app/styles/layout/specific/_videos.scss */
.btn-big {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}
/* line 102, ../../app/styles/layout/specific/_videos.scss */
.btn-big .icon {
  margin-right: 3px;
  font-size: 25px;
}

/* line 108, ../../app/styles/layout/specific/_videos.scss */
.btn-disable {
  border: 1px solid #9c9b9b;
  color: #9c9b9b;
  padding-bottom: 2px !important;
  padding-top: 2px !important;
}
/* line 114, ../../app/styles/layout/specific/_videos.scss */
.btn-disable:hover {
  background: #9c9b9b;
  color: #fff;
}
/* line 119, ../../app/styles/layout/specific/_videos.scss */
.btn-disable .icon {
  margin-right: 3px;
  font-size: 25px;
}
/* line 124, ../../app/styles/layout/specific/_videos.scss */
.btn-disable .btn-video-info {
  font-size: 10px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* line 132, ../../app/styles/layout/specific/_videos.scss */
.btn-multirows {
  line-height: 1.2em;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* Bottom
   ========================================================================== */
/* line 141, ../../app/styles/layout/specific/_videos.scss */
.video-bottom {
  margin-top: 20px;
}

/* line 147, ../../app/styles/layout/specific/_videos.scss */
.video-thumbs header h1 {
  color: #575756;
  font-size: 22px;
  font-weight: 400;
}
/* line 153, ../../app/styles/layout/specific/_videos.scss */
.video-thumbs .video-thumb-elem {
  margin: 19px 6px 0px 6px;
  padding: 13px;
}
/* line 157, ../../app/styles/layout/specific/_videos.scss */
.video-thumbs .video-thumb-elem.video-thumb-elem-current {
  color: #0095d9;
  position: relative;
}
/* line 161, ../../app/styles/layout/specific/_videos.scss */
.video-thumbs .video-thumb-elem.video-thumb-elem-current div, .video-thumbs .video-thumb-elem.video-thumb-elem-current span, .video-thumbs .video-thumb-elem.video-thumb-elem-current a, .video-thumbs .video-thumb-elem.video-thumb-elem-current h3 {
  position: relative;
}
/* line 163, ../../app/styles/layout/specific/_videos.scss */
.video-thumbs .video-thumb-elem.video-thumb-elem-current .video-thumb-elem-desc {
  color: #0095d9;
}
/* line 165, ../../app/styles/layout/specific/_videos.scss */
.video-thumbs .video-thumb-elem.video-thumb-elem-current:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: #fff;
  border: 1px solid #0095d9;
}
/* line 173, ../../app/styles/layout/specific/_videos.scss */
.video-thumbs .video-thumb-elem h3 {
  margin: 5px 0;
  text-transform: uppercase;
}
/* line 178, ../../app/styles/layout/specific/_videos.scss */
.video-thumbs .video-thumb-elem .video-pic {
  background: url("../images/Logo_D_Outline_Dark.svg") no-repeat;
  background-position: center center;
  background-size: 70%;
  width: 100%;
  height: 97px;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
}
/* line 188, ../../app/styles/layout/specific/_videos.scss */
.video-thumbs .video-thumb-elem .video-pic:hover {
  border-color: #0095d9;
  cursor: pointer;
}
/* line 192, ../../app/styles/layout/specific/_videos.scss */
.video-thumbs .video-thumb-elem .video-pic:hover > img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 196, ../../app/styles/layout/specific/_videos.scss */
.video-thumbs .video-thumb-elem .video-pic:hover .video-thumb-elem-timing {
  color: #fff;
  background: #0095d9;
}
/* line 201, ../../app/styles/layout/specific/_videos.scss */
.video-thumbs .video-thumb-elem .video-pic:hover:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 207, ../../app/styles/layout/specific/_videos.scss */
.video-thumbs .video-thumb-elem .video-pic > img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  position: relative;
  width: 100%;
}
/* line 214, ../../app/styles/layout/specific/_videos.scss */
.video-thumbs .video-thumb-elem .video-pic .icon-play {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-style: solid;
  height: 0px;
  width: 0px;
  border-width: 15px 0 15px 25.98076px;
  border-color: transparent transparent transparent white;
  z-index: 99;
}
/* line 222, ../../app/styles/layout/specific/_videos.scss */
.video-thumbs .video-thumb-elem .video-pic .video-thumb-elem-timing {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: #ccc;
  color: #3c3c3b;
  display: inline-block;
  font-size: 10px;
  padding: 3px;
}
/* line 234, ../../app/styles/layout/specific/_videos.scss */
.video-thumbs .video-thumb-elem .video-thumb-elem-desc {
  color: #9c9b9b;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  max-height: 3em;
}
/* line 241, ../../app/styles/layout/specific/_videos.scss */
.video-thumbs .video-thumb-elem .video-thumb-elem-desc .ellipsis {
  background: #fff;
  bottom: 0;
  position: absolute;
  right: 0;
  width: 7px;
}
/* line 250, ../../app/styles/layout/specific/_videos.scss */
.video-thumbs .video-thumb-elem .btn {
  margin-top: 10px;
}

/* line 254, ../../app/styles/layout/specific/_videos.scss */
.game-live-info {
  padding-left: 10px;
}

/* line 261, ../../app/styles/layout/specific/_videos.scss */
.video-info .btn-video-info {
  color: #3c3c3b;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}
/* line 267, ../../app/styles/layout/specific/_videos.scss */
.video-info .btn-video-info:hover {
  text-decoration: underline;
}
/* line 269, ../../app/styles/layout/specific/_videos.scss */
.video-info .btn-video-info .icon {
  margin-right: 3px;
  vertical-align: middle;
}
/* line 275, ../../app/styles/layout/specific/_videos.scss */
.video-info .table-video-info {
  width: 100%;
}
/* line 278, ../../app/styles/layout/specific/_videos.scss */
.video-info .table-video-info tr td {
  padding: 5px;
}
/* line 281, ../../app/styles/layout/specific/_videos.scss */
.video-info .table-video-info tr td:first-child {
  color: #9c9b9b;
  padding-left: 0;
  width: 50%;
}
/* line 286, ../../app/styles/layout/specific/_videos.scss */
.video-info .table-video-info tr td:first-child .icon {
  margin-right: 3px;
}

/* Debug */
/* IE
   ========================================================================== */
/* line 10, ../../app/styles/vendors/_debug.scss */
.ie .ui-menu .ui-menu-item {
  list-style-image: none;
}
/* line 14, ../../app/styles/vendors/_debug.scss */
.ie .autocomplete-teams a img {
  height: 40px;
  width: 40px;
}

/* line 21, ../../app/styles/vendors/_debug.scss */
.ie8 .loader-elem, .ie9 .loader-elem {
  width: 50px;
  height: 50px;
  background: url('../images/loader.gif') no-repeat;
}
/* line 25, ../../app/styles/vendors/_debug.scss */
.ie8 .loader-elem div, .ie9 .loader-elem div {
  border: 0;
}
/* line 28, ../../app/styles/vendors/_debug.scss */
.ie8 .future-games .sidebar-elem .game-listing, .ie9 .future-games .sidebar-elem .game-listing {
  margin-bottom: 13px;
}

/* line 34, ../../app/styles/vendors/_debug.scss */
.ie8 .btn-server {
  background: url('../images/button-server.png') no-repeat -1px 0;
  border: 0;
}
/* line 38, ../../app/styles/vendors/_debug.scss */
.ie8 .btn-server:hover {
  background: url('../images/button-server.png') no-repeat -1px -29px;
}
/* line 42, ../../app/styles/vendors/_debug.scss */
.ie8 .btn-server .icon {
  margin-top: 6px;
  margin-left: -3px;
}
/* line 48, ../../app/styles/vendors/_debug.scss */
.ie8 .search-box input[type="text"] + input[type="text"] {
  margin-right: 0px;
}
/* line 52, ../../app/styles/vendors/_debug.scss */
.ie8 .live-off-season-over .sidebar-elem span {
  text-transform: none;
}
/* line 58, ../../app/styles/vendors/_debug.scss */
.ie8 .game-listing .game-listing-date div:first-child {
  font-family: 'Roboto Bold', sans-serif;
}
/* line 61, ../../app/styles/vendors/_debug.scss */
.ie8 .game-listing .game-listing-date .game-listing-date-day {
  font-family: 'Roboto Light', sans-serif;
}

/* Override */
/* layout 2021 */
/* line 2, ../../app/styles/vendors/_synergy.scss */
body[data-progress-status="complete"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%239C92AC' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 8, ../../app/styles/vendors/_synergy.scss */
.future-games .sidebar-elem .future-games-info > div.alt-title,
.future-games .future-games-teams,
.future-games .sidebar-elem .future-games-info {
  height: auto;
  min-height: auto;
}

/* line 17, ../../app/styles/vendors/_synergy.scss */
.main,
.layout-content,
.contentView,
.gameView,
.gamesView {
  width: 100%;
}

/* line 20, ../../app/styles/vendors/_synergy.scss */
.main {
  height: initial;
  min-height: initial;
  padding: 0;
  margin: 0;
}

/* line 26, ../../app/styles/vendors/_synergy.scss */
.layout-content {
  padding: 10px;
  min-height: calc(100vh - 60px);
}

/* line 34, ../../app/styles/vendors/_synergy.scss */
.layout-content:not(.hide),
.contentView:not(.hide),
.gameView:not(.hide),
.gamesView:not(.hide),
.container:not(.hide) {
  display: flex;
  flex: 1;
}

/* line 38, ../../app/styles/vendors/_synergy.scss */
.container {
  margin-top: 0;
  flex-direction: row;
}

/* line 43, ../../app/styles/vendors/_synergy.scss */
.container-videos:not(.hide),
.content:not(.hide) {
  width: inherit;
  display: flex;
  flex: 1;
}

/* line 48, ../../app/styles/vendors/_synergy.scss */
.content:not(.hide) {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

/* line 55, ../../app/styles/vendors/_synergy.scss */
.content {
  position: relative;
  max-height: calc(100vh - 80px);
  overflow: auto;
}

/* line 60, ../../app/styles/vendors/_synergy.scss */
.video-thumbs .video-thumb-elem {
  margin: 0;
  margin-top: 10px;
  margin-right: 10px;
}

/* line 65, ../../app/styles/vendors/_synergy.scss */
.video-thumbs .video-thumb-elem:last-child {
  margin-right: 0;
}

/* line 68, ../../app/styles/vendors/_synergy.scss */
.games-container:not(.hide) {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* line 73, ../../app/styles/vendors/_synergy.scss */
.search-box:not(.hide) {
  display: flex;
}

/* line 76, ../../app/styles/vendors/_synergy.scss */
.search-box .form-h-field:last-child {
  display: flex;
  flex: 1;
}

/* line 80, ../../app/styles/vendors/_synergy.scss */
.search-box input[type="text"]:last-child {
  width: calc(100% - 32px);
}

/* line 83, ../../app/styles/vendors/_synergy.scss */
.leftSidebarView {
  width: 230px;
  max-width: 230px;
  min-width: 230px;
  max-height: calc(100vh - 80px);
  overflow: auto;
}

/* line 90, ../../app/styles/vendors/_synergy.scss */
.sidebar {
  width: 30%;
  min-width: 300px;
  padding-top: 0;
  padding-right: 0;
  max-height: calc(100vh - 80px);
  overflow: auto;
}

/* line 100, ../../app/styles/vendors/_synergy.scss */
.sidebar .future-games .game-listing,
.sidebar .future-games .game-listing tr,
.sidebar .future-games .game-listing tr th:last-child {
  width: 100%;
}

/* line 104, ../../app/styles/vendors/_synergy.scss */
.future-games .future-games-subinfo-league,
.future-games .future-games-subinfo-location {
  width: 100%;
  min-width: 100%;
}

/* line 108, ../../app/styles/vendors/_synergy.scss */
.game-live-info {
  position: absolute;
  padding: 0;
  background: red;
  top: 10px;
  right: 20px;
  z-index: 10000;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}

/* line 119, ../../app/styles/vendors/_synergy.scss */
.video-info {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 124, ../../app/styles/vendors/_synergy.scss */
.videoPlayerWrapper {
  width: 100%;
  border: 3px solid red;
  border-radius: 10px;
  overflow: hidden;
  background-color: #000;
  height: calc(100vh - 390px);
}

/* line 132, ../../app/styles/vendors/_synergy.scss */
.container-videos .content .videos {
  display: flex;
}

/* line 135, ../../app/styles/vendors/_synergy.scss */
.container-videos .content .videos .video-thumbs {
  display: flex;
}

/* line 138, ../../app/styles/vendors/_synergy.scss */
.container-videos .content .videos .video-thumb-elem {
  width: 200px;
}

/* line 141, ../../app/styles/vendors/_synergy.scss */
.container-videos .content .videos .video-pic {
  width: auto;
  border: none;
  background: #efefff;
}

/* line 146, ../../app/styles/vendors/_synergy.scss */
.container-videos .content .videos .video-pic .icon-play {
  border-color: transparent transparent transparent #333;
  filter: drop-shadow(1px 1px 1px white);
}

/* line 151, ../../app/styles/vendors/_synergy.scss */
.match-button {
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
}

/* line 156, ../../app/styles/vendors/_synergy.scss */
.past-games .game-listing-container {
  border-bottom: none;
}

/* line 160, ../../app/styles/vendors/_synergy.scss */
.past-games .game-listing thead,
.past-games .game-listing thead th {
  border: none;
}

/* line 164, ../../app/styles/vendors/_synergy.scss */
.past-games .game-listing th:first-child,
.past-games .game-listing .game-listing-date {
  width: 64px;
  min-width: initial;
  max-width: initial;
}

/* line 169, ../../app/styles/vendors/_synergy.scss */
.game-listing-date a {
  display: block;
  width: 64px;
  overflow: hidden;
  white-space: nowrap;
}

/* line 175, ../../app/styles/vendors/_synergy.scss */
.game-listing-game {
  width: 100%;
}

/* line 178, ../../app/styles/vendors/_synergy.scss */
.game-listing-game a {
  display: block;
  width: 100%;
}

/* line 182, ../../app/styles/vendors/_synergy.scss */
.nav-item.nav-item-year > a {
  font-size: 37px;
}

/* line 185, ../../app/styles/vendors/_synergy.scss */
.game-listing-scoreboard-top-score-right {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-right: 10px;
}

/* line 190, ../../app/styles/vendors/_synergy.scss */
.game-listing-scoreboard-top-score-left {
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: 10px;
}

/* line 196, ../../app/styles/vendors/_synergy.scss */
.past-games .game-listing tbody tr .flexChild .game-listing-team-logo img {
  width: 100%;
  height: 100%;
}

/* line 200, ../../app/styles/vendors/_synergy.scss */
.past-games .game-listing-row-content:hover .game-listing-container:after {
  left: calc(50% - 7px);
}

/* line 203, ../../app/styles/vendors/_synergy.scss */
.game-listing-scoreboard-top-score {
  border: 1px solid #ccc;
  border-right: none;
  border-left: none;
  max-height: 60px;
}

/* line 209, ../../app/styles/vendors/_synergy.scss */
.past-games .game-listing .flexChild .game-listing-team-logo {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 5px;
  border: 1px solid #617687;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

/* line 222, ../../app/styles/vendors/_synergy.scss */
.past-games .game-listing .game-listing-team-logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/* line 230, ../../app/styles/vendors/_synergy.scss */
.past-games .game-listing tbody tr .flexChild .game-listing-team-logo:last-child {
  margin-right: 7px;
}

/* line 233, ../../app/styles/vendors/_synergy.scss */
.flexChild.game-listing-boardscore-subinfo-location {
  text-align: left;
}

/* line 236, ../../app/styles/vendors/_synergy.scss */
.flexChild.game-listing-boardscore-subinfo-league {
  text-align: right;
}

/* line 239, ../../app/styles/vendors/_synergy.scss */
.game-listing-scoreboard-top-team {
  font-size: 15px !important;
  font-smooth: antialias  !important;
  letter-spacing: 0.3px  !important;
  text-transform: uppercase  !important;
  overflow: hidden !important;
  padding-bottom: 0 !important;
}

/* line 247, ../../app/styles/vendors/_synergy.scss */
.sidebar {
  background-color: #fff;
  padding-left: 0;
}

/* line 252, ../../app/styles/vendors/_synergy.scss */
.page-wrap,
.crossapp-menu {
  min-width: 960px;
}

/* line 256, ../../app/styles/vendors/_synergy.scss */
.valueNotSet,
.valueSet {
  display: inline-block;
}

/* line 259, ../../app/styles/vendors/_synergy.scss */
.valueNotSet {
  opacity: 0.2;
  position: relative;
}

/* line 263, ../../app/styles/vendors/_synergy.scss */
.valueNotSet:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  transform: rotate(45deg);
}

/* line 273, ../../app/styles/vendors/_synergy.scss */
.future-games .future-games-teams {
  width: 100%;
}

/* line 276, ../../app/styles/vendors/_synergy.scss */
.live-on .sidebar-elem {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  border-color: red;
}

/* line 282, ../../app/styles/vendors/_synergy.scss */
.live-on .sidebar-elem a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

/* line 290, ../../app/styles/vendors/_synergy.scss */
.live-on .sidebar-elem .game-listing-scoreboard .game-listing-scoreboard-top td:first-child,
.live-on .sidebar-elem .game-listing-scoreboard .game-listing-scoreboard-top td:last-child {
  margin-top: 0;
  padding-top: 0;
  width: 0;
}

/* line 296, ../../app/styles/vendors/_synergy.scss */
.live-on .sidebar-elem .game-listing-scoreboard .game-listing-scoreboard-top td:first-child img,
.live-on .sidebar-elem .game-listing-scoreboard .game-listing-scoreboard-top td:last-child img {
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  object-fit: contain;
}

/* line 303, ../../app/styles/vendors/_synergy.scss */
table.match-score tbody tr td img {
  border: 1px solid #ccc;
}

/* line 306, ../../app/styles/vendors/_synergy.scss */
.game-listing-team-logo img[data-team-logo="default"] {
  filter: opacity(0.3);
}

/* line 309, ../../app/styles/vendors/_synergy.scss */
.live-on .sidebar-elem a:hover {
  transform: scale(0.98);
}

/* synergy light theme */
/* line 313, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="light"] .past-games .game-listing tbody tr:nth-child(2n + 1) {
  background: #efefef;
}

/* line 316, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="light"] .past-games .game-listing tbody tr:nth-child(2n + 2) {
  background: #fff;
}

/* line 319, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="light"] .game-listing-scoreboard-top-score {
  background: #fff;
}

/* line 322, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="light"] .past-games .game-listing tbody tr:nth-child(2n + 2) .game-listing-scoreboard-top-score {
  background: #efefef;
}

/* line 325, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="light"] .past-games .game-listing .flexChild .game-listing-team-logo {
  background: #fff !important;
}

/* line 328, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="light"] .video-thumbs .video-thumb-elem .video-pic {
  background-color: white;
}

/* line 331, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="light"] .video-thumbs .video-thumb-elem {
  background: #efefef;
}

/* line 334, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="light"] .live-on .sidebar-elem .game-listing-scoreboard td {
  color: #007db6;
}

/* synergy dark theme */
/* line 339, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .search-box .form-h-field {
  border-color: #666;
}

/* line 343, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .search-box .form-h-field,
[data-sgx-website-theme="dark"] .search-box .form-h-field input {
  background: #22323f;
  color: #fff;
}

/* line 347, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .past-games header {
  background: #0a1c29;
}

/* line 352, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .menu,
[data-sgx-website-theme="dark"] .nav:hover,
[data-sgx-website-theme="dark"] .leftSidebarView {
  background: #102433;
}

/* line 355, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .nav-item a {
  color: #6e818e;
}

/* line 358, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .nav-item a:after {
  border-color: transparent #22323f transparent transparent;
}

/* line 361, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .nav-item a:hover {
  color: #fff;
}

/* line 364, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .nav.nav-active {
  background: #0a1c29;
}

/* line 367, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .nav.nav-active .nav-item a {
  color: #fff;
}

/* line 370, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .nav.nav-active .nav-item[data-item-type="league"] a {
  color: #6e818e;
}

/* line 373, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .nav.nav-active .nav-item a:hover {
  color: #fff;
}

/* line 376, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .sidebar {
  background-color: #22323f;
  color: #fff;
}

/* line 380, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .sidebar h3 {
  color: #f6f6bb;
}

/* line 383, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .future-games .sidebar-elem .future-games-info {
  color: #fff;
}

/* line 386, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .live-on .sidebar-elem:hover:after {
  border-color: red transparent transparent transparent;
}

/* line 389, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .past-games .game-listing-row-content {
  border-bottom: none;
}

/* line 392, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .past-games .game-listing-row-content:last-child {
  border-bottom: none;
}

/* line 395, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .past-games .game-listing-row-content:hover .game-listing-container:after {
  border-color: #fff transparent transparent transparent;
}

/* line 401, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .game-listing th,
[data-sgx-website-theme="dark"] .light-text-blue,
[data-sgx-website-theme="dark"] .past-games .game-listing-scoreboard-top-team,
.past-games [data-sgx-website-theme="dark"] .game-listing-scoreboard-top-team,
[data-sgx-website-theme="dark"] .past-games .alt-title,
.past-games [data-sgx-website-theme="dark"] .alt-title,
[data-sgx-website-theme="dark"] .live-on .sidebar-elem .game-listing-scoreboard .game-listing-scoreboard-alt-title td.alt-title,
.live-on .sidebar-elem .game-listing-scoreboard .game-listing-scoreboard-alt-title [data-sgx-website-theme="dark"] td.alt-title,
[data-sgx-website-theme="dark"] .live-on .sidebar-elem .game-listing-scoreboard .game-listing-scoreboard-teams td,
.live-on .sidebar-elem .game-listing-scoreboard .game-listing-scoreboard-teams [data-sgx-website-theme="dark"] td,
[data-sgx-website-theme="dark"] .match-score td,
.match-score [data-sgx-website-theme="dark"] td,
[data-sgx-website-theme="dark"] .past-games .game-listing-scoreboard-top-team,
[data-sgx-website-theme="dark"] .past-games .alt-title {
  color: #22323f;
}

/* line 406, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .live-on .sidebar-elem .game-listing-scoreboard .game-listing-scoreboard-teams td,
[data-sgx-website-theme="dark"] .match-score td,
[data-sgx-website-theme="dark"] .live-on .sidebar-elem .game-listing-scoreboard .game-listing-scoreboard-alt-title td.alt-title {
  color: #fff;
}

/* line 409, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .game-listing-scoreboard-top-score {
  background: #33404b;
}

/* line 412, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .past-games .game-listing tbody tr:nth-child(2n + 1) {
  background: #006d98;
}

/* line 417, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .past-games .game-listing tbody tr:nth-child(2n + 2),
[data-sgx-website-theme="dark"] .past-games .game-listing tbody tr:nth-child(2n + 2) a,
[data-sgx-website-theme="dark"] .past-games .game-listing tbody tr:nth-child(2n + 2) .flexChild {
  background: #152a3a;
  color: #fff;
}

/* line 421, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .future-games .game-listing thead {
  background: #22323f;
  color: #fff;
}

/* line 426, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .past-games .game-listing thead,
[data-sgx-website-theme="dark"] .past-games .game-listing thead th {
  color: #fff;
}

/* line 429, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .past-games .game-listing th .icon {
  color: #fff;
}

/* line 432, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .past-games .game-listing thead tr {
  background: #22323f;
  color: #fff;
}

/* line 438, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .past-games .game-listing tbody tr:nth-child(2n + 1) .flexChild,
[data-sgx-website-theme="dark"] .past-games .game-listing tbody tr:nth-child(2n + 1) .flexChild.game-listing-scoreboard-top-team,
[data-sgx-website-theme="dark"] .past-games .game-listing tbody tr:nth-child(2n + 1) .flexChild.match-score-loser {
  color: #fff;
}

/* line 441, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .past-games .game-listing tbody tr:nth-child(2n + 1) .flexChild.match-score-loser {
  color: #ccc !important;
}

/* line 444, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .past-games .game-listing tbody tr:nth-child(2n) .game-listing-scoreboard-top-score {
  background: #2d3d49;
}

/* line 448, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .past-games .game-listing-date,
[data-sgx-website-theme="dark"] .past-games .game-listing-date a {
  color: #a5a8ab !important;
}

/* line 451, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .future-games .sidebar-content table > thead > tr > th {
  color: #fff;
}

/* line 454, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .flexChild.game-listing-boardscore-subinfo-location {
  color: #ccc !important;
}

/* line 457, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .flexChild.game-listing-boardscore-subinfo-league {
  color: #ccc !important;
}

/* line 460, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .btn {
  border: 1px solid #6e818e;
  color: #6e818e;
  background-color: #22323f;
}

/* line 465, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .btn:hover {
  background-color: #6e818e;
  color: #fff;
}

/* line 469, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .local-download-box h2 {
  background: #6e818e;
}

/* line 472, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .video-thumbs .video-thumb-elem {
  background-color: #22323f;
}

/* line 476, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .video-thumbs .video-thumb-elem.video-thumb-elem-current,
[data-sgx-website-theme="dark"] .video-thumbs .video-thumb-elem.video-thumb-elem-current:before {
  color: #6e818e;
  border-color: #0a1c29;
  background: #0a1c29;
}

/* line 481, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .video-thumbs .video-thumb-elem .video-pic:hover {
  border-color: #6e818e;
}

/* line 484, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .video-thumbs .video-thumb-elem .video-pic:hover .video-thumb-elem-timing {
  background: #6e818e;
  color: #fff;
  opacity: 1;
}

/* line 489, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .past-games .game-listing .flexChild .game-listing-team-logo {
  background: #22323f !important;
}

/* line 492, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .video-thumb-elem.video-stream h3 {
  color: #fff;
}

/* line 495, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .match-date-time .match-date-time-right td {
  color: #f6f6bb;
}

/* line 498, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .btn-video-info {
  color: #f6f6bb;
}

/* line 501, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .future-games .future-games-subinfo-location span {
  color: #f6f6bb;
}

/* line 504, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] a.load-more-button {
  color: #f6f6f6;
}

/* line 507, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] a.load-more-button:hover {
  background: #2d3d49;
  color: #fff;
}

/* line 511, ../../app/styles/vendors/_synergy.scss */
[data-sgx-website-theme="dark"] .live-on .sidebar-elem .game-listing-scoreboard td {
  color: #fff;
}

/* Override */
/* line 1, ../../app/styles/vendors/_override.scss */
.loader-elem-loading {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  position: relative;
  top: 20px;
}

/* line 10, ../../app/styles/vendors/_override.scss */
.loader-elem-login {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}

/* line 17, ../../app/styles/vendors/_override.scss */
.loader-elem-poll {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}

/* line 24, ../../app/styles/vendors/_override.scss */
.login form .alert-message-full {
  display: block;
  text-align: center;
  color: #e20613;
}

/* line 30, ../../app/styles/vendors/_override.scss */
.game-listing-container {
  padding-top: 4px;
}

/* line 34, ../../app/styles/vendors/_override.scss */
.past-games .game-listing .game-listing-row-content:last-of-type .game-listing-scoreboard-subinfo {
  border-bottom: 0;
}

/* line 38, ../../app/styles/vendors/_override.scss */
.future-games .sidebar-elem .game-listing .game-listing-row-content:last-of-type .future-games-subinfo {
  border-bottom: 0;
}

/* line 42, ../../app/styles/vendors/_override.scss */
.live-on .sidebar-elem:first-of-type {
  border-top: 0;
}

/* line 46, ../../app/styles/vendors/_override.scss */
.games-container {
  min-height: 100px;
}

/* line 51, ../../app/styles/vendors/_override.scss */
.video-top .content, .video-top .video-thumbs, .video-bottom .content, .video-bottom .video-thumbs {
  min-width: 710px;
  width: 710px;
  margin: 0 10px 0 0;
}
/* line 56, ../../app/styles/vendors/_override.scss */
.video-top .span_4-alpha, .video-bottom .span_4-alpha {
  width: 280px;
  margin: 0 10px;
}

/* line 62, ../../app/styles/vendors/_override.scss */
.video-top .span_4-alpha {
  position: relative;
  height: 540px;
}

/* line 67, ../../app/styles/vendors/_override.scss */
.video-thumb-elem-desc {
  min-height: 3em;
}

/* line 71, ../../app/styles/vendors/_override.scss */
.video-thumb-elem h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 77, ../../app/styles/vendors/_override.scss */
.video-pic img {
  width: auto;
  height: 100%;
}

/* line 82, ../../app/styles/vendors/_override.scss */
.arenaStatus {
  margin: 0 auto;
  width: 960px;
  background: #fff;
  text-align: center;
  border-collapse: separate;
  border-spacing: 2px;
}

/* line 90, ../../app/styles/vendors/_override.scss */
.arenaStatus thead {
  background: #eee;
}

/* line 93, ../../app/styles/vendors/_override.scss */
.arenaStatus tr {
  height: 22px;
}

/* line 96, ../../app/styles/vendors/_override.scss */
.arena-online {
  background-color: green;
  color: #fff;
  font-weight: bold;
}

/* line 101, ../../app/styles/vendors/_override.scss */
.arena-offline {
  background-color: red;
  color: #fff;
  font-weight: bold;
}

/* line 106, ../../app/styles/vendors/_override.scss */
.arena-unknown {
  background-color: orange;
  color: #fff;
  font-weight: bold;
}

/* line 112, ../../app/styles/vendors/_override.scss */
.container-videos {
  margin-top: 0;
  width: 1020px;
}

/* line 117, ../../app/styles/vendors/_override.scss */
.nous {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 126, ../../app/styles/vendors/_override.scss */
.project-version {
  position: fixed;
  bottom: 4px;
  right: 4px;
  color: #777;
  padding: 4px;
  background: #333;
  font-size: 10px;
}

/* line 136, ../../app/styles/vendors/_override.scss */
.logo-container > .project-version {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 10px;
  right: 10px;
  background: #eee;
}

/* line 145, ../../app/styles/vendors/_override.scss */
a.load-more-button {
  text-decoration: none;
  color: #333;
  display: inline-block;
  text-align: center;
  padding: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 155, ../../app/styles/vendors/_override.scss */
a.load-more-button:hover {
  color: #000;
  background: #eee;
}

/* line 160, ../../app/styles/vendors/_override.scss */
.loader-mini {
  background: url(../images/loader-mini.gif) no-repeat;
  background-position: center;
  display: block;
  width: 16px;
  height: 15px;
  margin: 0 auto;
}

/* line 169, ../../app/styles/vendors/_override.scss */
.loader-mini-compact {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 5px;
  top: 10px;
}

/* line 177, ../../app/styles/vendors/_override.scss */
.content-control {
  margin-bottom: 10px;
}

/* line 181, ../../app/styles/vendors/_override.scss */
.hide {
  display: none;
}

/* line 185, ../../app/styles/vendors/_override.scss */
.icon {
  line-height: normal;
}

/* line 189, ../../app/styles/vendors/_override.scss */
.nav-item > span {
  font-size: 34px;
  font-weight: 700;
  padding-top: 0;
  color: #fff;
  cursor: default;
}

/* line 198, ../../app/styles/vendors/_override.scss */
.input-custom-cal {
  width: 148px;
  height: 32px;
}

/* line 203, ../../app/styles/vendors/_override.scss */
.input-custom-search {
  width: 296px;
  height: 32px;
}

/* line 208, ../../app/styles/vendors/_override.scss */
.clearFieldButton {
  position: absolute;
  height: 32px;
  margin-left: -30px;
  outline: none;
}

/* line 214, ../../app/styles/vendors/_override.scss */
.clearFieldButton:hover {
  color: #000;
}

/* line 218, ../../app/styles/vendors/_override.scss */
.form-h-field {
  display: inline-block;
  position: relative;
  border: 1px solid #C6C6C5;
  margin-left: 2px;
  margin-right: 2px;
  height: 34px;
  background: #fff;
}

/* line 228, ../../app/styles/vendors/_override.scss */
.input-icon {
  line-height: normal;
}

/* line 232, ../../app/styles/vendors/_override.scss */
.input-icon-left {
  float: left;
}

/* line 236, ../../app/styles/vendors/_override.scss */
.search-box {
  position: relative;
  padding-bottom: 15px;
}

/* line 241, ../../app/styles/vendors/_override.scss */
.adminPropertiesTable thead {
  text-align: left;
}

/* line 245, ../../app/styles/vendors/_override.scss */
.sidebar-elem a {
  text-decoration: none;
}

/* line 249, ../../app/styles/vendors/_override.scss */
.siteLogo {
  background: url("../images/SynergyLogoDark.svg") no-repeat;
  background-size: 155px 45px;
  width: 155px;
  height: 45px;
}

/* line 256, ../../app/styles/vendors/_override.scss */
.alert-box {
  background: #fff;
}

/* line 260, ../../app/styles/vendors/_override.scss */
ul.gameMappings {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 266, ../../app/styles/vendors/_override.scss */
.download-video-alt-btn {
  margin-top: 3px;
  width: 100%;
  position: relative;
}

/* line 273, ../../app/styles/vendors/_override.scss */
.local-availability.with-check,
.local-availability-mini.with-check {
  height: 64px;
  border: 1px solid #00638b;
  text-align: center;
  margin-top: 4px;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  color: #00638b;
}

/* line 284, ../../app/styles/vendors/_override.scss */
.local-availability.with-check > div.loader-mini,
.local-availability-mini.with-check > div.loader-mini {
  margin-top: 10px;
}

/* line 288, ../../app/styles/vendors/_override.scss */
.local-availability.with-check > span,
.local-availability-mini.with-check > span {
  text-align: center;
  text-transform: uppercase;
}

/* line 292, ../../app/styles/vendors/_override.scss */
.local-availability-mini {
  height: auto;
  margin-top: 10px;
}

/* line 296, ../../app/styles/vendors/_override.scss */
.local-availability-mini.with-check {
  font-size: 12px;
  margin-top: 10px;
  line-height: 34px;
  height: 34px;
}

/* line 302, ../../app/styles/vendors/_override.scss */
.local-availability-mini.with-check > span {
  line-height: 32px;
  text-align: center;
  border: 1px solid #ccc;
  display: inline-block;
  width: 100%;
  color: #ccc;
}

/* line 310, ../../app/styles/vendors/_override.scss */
.local-availability-mini.with-check > div.loader-mini {
  margin-top: 6px;
  margin-bottom: 4px;
}

/* line 314, ../../app/styles/vendors/_override.scss */
.download-cloud-video-btn {
  width: 100%;
}

/* line 317, ../../app/styles/vendors/_override.scss */
.game-not-accessible {
  width: 70%;
  height: 74px;
  margin: 0 auto;
  margin-top: 80px;
}

/* line 323, ../../app/styles/vendors/_override.scss */
.game-not-accessible h2 {
  display: inline;
  line-height: 30px;
}

/* line 327, ../../app/styles/vendors/_override.scss */
.game-not-accessible i.icon.keecon-error {
  position: relative;
  float: left;
  width: 56px;
  height: 52px;
}

/* line 334, ../../app/styles/vendors/_override.scss */
.btn.btn-big.btn-block-centered {
  padding: 2px;
}

/* line 338, ../../app/styles/vendors/_override.scss */
body[data-with-consent="yes"] div.page-wrap {
  padding-top: 72px;
}
