/*!
========== VENDORS
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

/*

Extra grid sizes

*/
.col-md-2_5 {
  width: 22.224%; }
  @media screen and (max-width: 1520px) {
    .col-md-2_5 {
      width: 22.223%; } }

.col-md-1_5 {
  width: 13.3349413871%; }
  @media screen and (max-width: 1520px) {
    .col-md-1_5 {
      width: 13.334%; } }

.col-md-0_5 {
  width: 11.11291933%; }

/*!
========== BASE
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

*,
*:after,
*:before {
  box-sizing: border-box;
  position: relative; }

html, body {
  background: #fefefe; }

body, input, textarea, select, h1, h2, h3, h4, h5, p {
  font-family: 'Roboto', 'Roboto-Regular', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #314858; }

/*!
========== ENV
*/
/*!
========== VARIABLES
*/
/* ==========================================================================
   Base colors
   ========================================================================== */
/* ==========================================================================
   Tertiary colors
   ========================================================================== */
/* ==========================================================================
  Sport colors
  ========================================================================== */
/* ==========================================================================
   Base variables
   ========================================================================== */
/*!
========== MIXINS
*/
/*!
========== ANIMATIONS
*/
.puff-animation, .btn.btn-inprogress,
.btn-primary.btn-inprogress,
input[type=submit].btn-inprogress,
input[type=button].btn-inprogress,
input[type=reset].btn-inprogress,
button.btn-inprogress {
  background-image: url("//imggaming.s3.amazonaws.com/css-framework/prod/img/puff.svg");
  background-repeat: no-repeat; }

@keyframes border {
  0% {
    transform: scale(0.4, 0.4);
    opacity: 0; }
  8% {
    transform: scale(0.4, 0.4);
    opacity: 0; }
  15% {
    transform: scale(0.8, 0.8);
    opacity: 0; }
  30% {
    transform: scale(1.2, 1.2);
    opacity: 0.9; }
  100% {
    transform: scale(1.6, 1.6);
    opacity: 0; } }

@keyframes flashingset {
  0% {
    color: #0076C0; }
  50% {
    color: #fff; }
  100% {
    color: #0076C0; } }

@keyframes flashingscore {
  0% {
    background-color: #0076C0;
    color: #fff; }
  50% {
    background-color: #fff;
    color: #0A0E11; }
  100% {
    background-color: #0076C0;
    color: #fff; } }

@keyframes drop {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes dropup {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

/*!
========== NORMALIZE
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* DON'T CHANGE THIS FILE!!!! IT'S RELATED TO IMG */
*,
:after,
:before {
  box-sizing: border-box; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*!

========== FONTS
*/
@font-face {
  font-family: Roboto-Black;
  src: url("/assets/prod/fonts/Roboto-Black.ttf") format("truetype"); }

@font-face {
  font-family: Roboto-BlackItalic;
  src: url("/assets/prod/fonts/Roboto-BlackItalic.ttf") format("truetype"); }

@font-face {
  font-family: Roboto-Bold;
  src: url("/assets/prod/fonts/Roboto-Bold.ttf") format("truetype"); }

@font-face {
  font-family: Roboto-BoldItalic;
  src: url("/assets/prod/fonts/Roboto-BoldItalic.ttf") format("truetype"); }

@font-face {
  font-family: Roboto-Italic;
  src: url("/assets/prod/fonts/Roboto-Italic.ttf") format("truetype"); }

@font-face {
  font-family: Roboto-Light;
  src: url("/assets/prod/fonts/Roboto-Light.ttf") format("truetype"); }

@font-face {
  font-family: Roboto-LightItalic;
  src: url("/assets/prod/fonts/Roboto-LightItalic.ttf") format("truetype"); }

@font-face {
  font-family: Roboto-Medium;
  src: url("/assets/prod/fonts/Roboto-Medium.ttf") format("truetype"); }

@font-face {
  font-family: Roboto-MediumItalic;
  src: url("/assets/prod/fonts/Roboto-MediumItalic.ttf") format("truetype"); }

@font-face {
  font-family: Roboto-Regular;
  src: url("/assets/prod/fonts/Roboto-Regular.ttf") format("truetype"); }

@font-face {
  font-family: Roboto-Thin;
  src: url("/assets/prod/fonts/Roboto-Thin.ttf") format("truetype"); }

@font-face {
  font-family: Roboto-ThinItalic;
  src: url("/assets/prod/fonts/Roboto-ThinItalic.ttf") format("truetype"); }

/*!
========== UTILITIES
*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.block-elem {
  display: block !important; }

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

.text-left {
  text-align: left; }

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

.justify-left {
  -ms-flex-pack: left !important;
      justify-content: left !important; }

.justify-center {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.justify-right {
  -ms-flex-pack: right !important;
      justify-content: right !important; }

.text-light {
  color: rgba(0, 27, 45, 0.4);
  display: block;
  font-size: 12px;
  line-height: 14px;
  margin: 2px 0; }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

.hidden {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  animation-duration: 0.7s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

/*!
========== GENERIC STYLES
*/
/*!
========== LAYOUT
*/
.form-group {
  margin-bottom: 15px; }

form label {
  clear: both; }

::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background-color: #F5F5F5; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -1 0 0px rgba(10, 14, 17, 0.9); }

::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 10px;
  background-color: #001B2D; }

div::-webkit-scrollbar {
  height: 0.2em;
  width: 0.2em; }

div::-webkit-scrollbar-track {
  -webkit-box-shadow: none; }

div::-webkit-scrollbar-thumb {
  background-color: rgba(10, 14, 17, 0.9);
  outline: none; }

::-webkit-input-placeholder {
  color: rgba(10, 14, 17, 0.9); }

body, html {
  height: 100vh;
  width: 100vw; }

body {
  background: transparent;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Roboto-Regular', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 27, 45, 0.8);
  overflow-x: hidden; }
  body::before {
    content: "B";
    font-family: "img-icon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    z-index: 100000;
    text-align: center;
    color: #0A0E11;
    pointer-events: none; }
  body::after {
    content: '';
    border-radius: 50px;
    border: 2px solid rgba(10, 14, 17, 0.3); }
  body::before, body::after {
    position: fixed;
    font-size: 30px;
    margin: 0 auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50px;
    opacity: 0;
    transition: transform 0.5s;
    transform: translateY(-150px);
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 45vh;
    left: 50vw; }

div[ng-view],
div[ui-view] {
  min-height: 100vh;
  width: 100%; }

h1 {
  font-weight: 300;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.5px; }

h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.4px; }

h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.2px; }

h4 {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.1px; }

h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px; }

h6 {
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.2px;
  opacity: .6; }

a {
  color: rgba(0, 27, 45, 0.8);
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: #001B2D; }

p {
  font-size: 15px;
  line-height: 22px; }

.small {
  font-size: 13px;
  line-height: 18px;
  color: rgba(0, 27, 45, 0.4); }

span.t {
  color: rgba(0, 27, 45, 0.4) !important;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 8px 0 2px; }

strong,
.strong {
  font-weight: 500; }

.group {
  zoom: 1; }
  .group:before, .group:after {
    content: "";
    display: table; }

.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

a.close {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.4s ease; }
  a.close .small {
    font-size: 10px; }

/*!
========== COMPONENTS
*/
/* ==========================================================================
   Components
   ========================================================================== */
.topbar {
  background: rgba(0, 27, 45, 0.6);
  transition: background-color .5s;
  height: 54px;
  left: 0px;
  right: 0px; }
  .topbar:before, .topbar:after {
    content: " ";
    display: table; }
  .topbar:after {
    clear: both; }
  .topbar ul:before, .topbar ul:after {
    content: " ";
    display: table; }
  .topbar ul:after {
    clear: both; }
  .topbar ul li {
    float: left; }
    .topbar ul li a {
      font-size: 14px;
      display: block;
      margin-right: 32px;
      color: rgba(255, 255, 255, 0.6);
      cursor: pointer;
      padding: 18px 0;
      transition: all 0.4s ease; }
      .topbar ul li a:hover {
        box-shadow: inset #fff 0 2px 0;
        color: white; }
      .topbar ul li a.logo {
        display: block;
        width: 44px;
        height: 48px;
        background: url(/assets/test/img/img-logo.svg);
        background-size: 16px 20px;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer; }
      .topbar ul li a.logo:hover, .topbar ul li a.topbar--avatar:hover {
        box-shadow: none; }
      .topbar ul li a.topbar--avatar {
        padding: 14px 0; }
      .topbar ul li a .avatar {
        width: 24px;
        height: 24px;
        border-radius: 50%; }
      .topbar ul li a .icon {
        position: relative;
        top: 2px;
        margin-right: 4px; }
    .topbar ul li.active a {
      box-shadow: inset #fff 0 2px 0;
      color: #fff;
      font-weight: 500; }
    .topbar ul li.active .submenu a {
      color: rgba(0, 27, 45, 0.8); }
  .topbar .submenu {
    position: absolute;
    top: 48px;
    right: 32px;
    width: 200px;
    background: #fff;
    box-shadow: rgba(0, 27, 45, 0.2) 0 8px 16px;
    border-radius: 2px;
    display: none;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.2s ease; }
    .topbar .submenu a {
      display: block;
      border-bottom: rgba(0, 27, 45, 0.1) 1px solid;
      padding: 8px 16px;
      margin: 0;
      font-size: 13px;
      line-height: 22px;
      color: rgba(0, 27, 45, 0.8);
      transition: all 0.4s ease;
      cursor: pointer; }
      .topbar .submenu a:first-child {
        border-radius: 2px 2px 0 0; }
      .topbar .submenu a:hover {
        color: #0076C0;
        box-shadow: inset #0076C0 2px 0 0; }
    .topbar .submenu.open {
      display: block;
      opacity: 1; }
    .topbar .submenu:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      bottom: 100%;
      right: 16px;
      border-width: 0 8px 8px 8px;
      border-style: solid;
      border-color: #fff transparent; }

.hero {
  position: relative;
  margin: 0;
  background: rgba(10, 14, 17, 0.9) url("/assets/prod/pictures/header.png");
  background-size: cover;
  background-position: center center;
  height: 196px;
  overflow: hidden; }
  .hero .hero--overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    background: rgba(0, 27, 45, 0.6);
    transition: background-color .5s;
    z-index: 0; }
  .hero .topbar {
    background: transparent;
    position: absolute;
    z-index: 1; }

.btn,
.btn-primary,
input[type=submit],
input[type=button],
input[type=reset],
button {
  cursor: pointer;
  min-width: 106px;
  padding: 14px 32px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.5px;
  font-weight: 600;
  border: none;
  outline: none;
  box-sizing: border-box;
  height: 42px;
  border-radius: 2px;
  transition: all 0.4s ease;
  background-color: #0076C0; }
  .btn:hover,
  .btn-primary:hover,
  input[type=submit]:hover,
  input[type=button]:hover,
  input[type=reset]:hover,
  button:hover {
    background-color: #008CE4; }
  .btn:active,
  .btn-primary:active,
  input[type=submit]:active,
  input[type=button]:active,
  input[type=reset]:active,
  button:active {
    background-color: #0095f3; }
  .btn.btn-secondary,
  .btn-primary.btn-secondary,
  input[type=submit].btn-secondary,
  input[type=button].btn-secondary,
  input[type=reset].btn-secondary,
  button.btn-secondary {
    background-color: #0A0E11; }
    .btn.btn-secondary:hover,
    .btn-primary.btn-secondary:hover,
    input[type=submit].btn-secondary:hover,
    input[type=button].btn-secondary:hover,
    input[type=reset].btn-secondary:hover,
    button.btn-secondary:hover {
      background-color: rgba(0, 27, 45, 0.8); }
    .btn.btn-secondary:active,
    .btn-primary.btn-secondary:active,
    input[type=submit].btn-secondary:active,
    input[type=button].btn-secondary:active,
    input[type=reset].btn-secondary:active,
    button.btn-secondary:active {
      background-color: rgba(10, 14, 17, 0.7); }
  .btn.btn-tertiary,
  .btn-primary.btn-tertiary,
  input[type=submit].btn-tertiary,
  input[type=button].btn-tertiary,
  input[type=reset].btn-tertiary,
  button.btn-tertiary {
    background-color: #fff;
    border: rgba(0, 27, 45, 0.2) 1px solid;
    color: rgba(0, 27, 45, 0.6);
    font-size: 12px;
    min-width: auto; }
    .btn.btn-tertiary.btn-inprogress,
    .btn-primary.btn-tertiary.btn-inprogress,
    input[type=submit].btn-tertiary.btn-inprogress,
    input[type=button].btn-tertiary.btn-inprogress,
    input[type=reset].btn-tertiary.btn-inprogress,
    button.btn-tertiary.btn-inprogress {
      color: rgba(0, 27, 45, 0); }
    .btn.btn-tertiary:hover,
    .btn-primary.btn-tertiary:hover,
    input[type=submit].btn-tertiary:hover,
    input[type=button].btn-tertiary:hover,
    input[type=reset].btn-tertiary:hover,
    button.btn-tertiary:hover {
      background-color: rgba(0, 27, 45, 0.8);
      border: rgba(0, 27, 45, 0.4) 1px solid;
      color: #fff; }
    .btn.btn-tertiary:active,
    .btn-primary.btn-tertiary:active,
    input[type=submit].btn-tertiary:active,
    input[type=button].btn-tertiary:active,
    input[type=reset].btn-tertiary:active,
    button.btn-tertiary:active {
      background-color: rgba(0, 27, 45, 0.7); }
  .btn.btn-small,
  .btn-primary.btn-small,
  input[type=submit].btn-small,
  input[type=button].btn-small,
  input[type=reset].btn-small,
  button.btn-small {
    min-width: auto;
    height: 24px;
    padding: 3px 12px;
    font-size: 10px;
    letter-spacing: 0.2px; }
  .btn:disabled, .btn.btn-inactive,
  .btn-primary:disabled,
  .btn-primary.btn-inactive,
  input[type=submit]:disabled,
  input[type=submit].btn-inactive,
  input[type=button]:disabled,
  input[type=button].btn-inactive,
  input[type=reset]:disabled,
  input[type=reset].btn-inactive,
  button:disabled,
  button.btn-inactive {
    background-color: rgba(0, 27, 45, 0.05);
    border: 1px solid rgba(0, 27, 45, 0.1);
    color: rgba(0, 27, 45, 0.4);
    pointer-events: none;
    cursor: default; }
  .btn.btn-inprogress,
  .btn-primary.btn-inprogress,
  input[type=submit].btn-inprogress,
  input[type=button].btn-inprogress,
  input[type=reset].btn-inprogress,
  button.btn-inprogress {
    pointer-events: none;
    background-position: center center;
    background-color: #314858;
    background-size: 30%;
    color: rgba(255, 255, 255, 0);
    overflow: hidden; }

.btn-more {
  display: block;
  cursor: pointer;
  transform-origin: center center;
  transition: all 0.4s ease;
  width: 34px;
  height: 34px;
  text-align: center; }
  .btn-more:hover {
    transform: scale(1.1); }
    .btn-more:hover span {
      border: rgba(0, 27, 45, 0.2) 1px solid; }
  .btn-more span {
    display: block;
    width: 34px;
    height: 34px;
    background-image: url("/assets/prod/img/more.svg");
    background-size: 16px 12px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 16px;
    cursor: pointer;
    position: relative;
    line-height: 34px; }
  .btn-more + .btn-more-options {
    background: #fff;
    position: absolute;
    right: 24px;
    line-height: 20px;
    padding: 12px 20px;
    border-radius: inherit;
    border: rgba(0, 27, 45, 0.1) 1px solid;
    z-index: 100;
    box-shadow: rgba(10, 14, 17, 0.1) 0 4px 10px;
    transition: all 0.4s ease;
    display: none; }
    .btn-more + .btn-more-options.active {
      display: block;
      opacity: 1; }
    .btn-more + .btn-more-options a {
      font-size: 12px;
      line-height: 24px;
      display: block;
      color: rgba(0, 27, 45, 0.6); }
      .btn-more + .btn-more-options a:hover {
        color: rgba(0, 27, 45, 0.8); }

input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  position: relative;
  display: block;
  background: #fff;
  color: rgba(0, 27, 45, 0.8);
  font-size: 14px;
  font-weight: normal;
  outline: none;
  min-width: 100px;
  padding: 14px 16px;
  border-radius: 2px;
  border: rgba(0, 27, 45, 0.2) 1px solid;
  margin: 8px 0 20px;
  transition: all 0.4s ease; }
  input[type="text"]:hover,
  input[type="password"]:hover,
  input[type="color"]:hover,
  input[type="date"]:hover,
  input[type="datetime-local"]:hover,
  input[type="email"]:hover,
  input[type="month"]:hover,
  input[type="number"]:hover,
  input[type="range"]:hover,
  input[type="search"]:hover,
  input[type="tel"]:hover,
  input[type="time"]:hover,
  input[type="url"]:hover,
  input[type="week"]:hover,
  textarea:hover {
    color: rgba(0, 27, 45, 0.6);
    border: rgba(0, 27, 45, 0.4) 1px solid; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="color"]:focus,
  input[type="date"]:focus,
  input[type="datetime-local"]:focus,
  input[type="email"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="range"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="week"]:focus,
  textarea:focus {
    color: #001B2D;
    border: rgba(0, 27, 45, 0.4) 1px solid; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="color"]:disabled,
  input[type="date"]:disabled,
  input[type="datetime-local"]:disabled,
  input[type="email"]:disabled,
  input[type="month"]:disabled,
  input[type="number"]:disabled,
  input[type="range"]:disabled,
  input[type="search"]:disabled,
  input[type="tel"]:disabled,
  input[type="time"]:disabled,
  input[type="url"]:disabled,
  input[type="week"]:disabled,
  textarea:disabled {
    pointer-events: none;
    cursor: default;
    background-color: rgba(0, 27, 45, 0.05);
    border: rgba(0, 27, 45, 0.1) 1px solid;
    color: rgba(0, 27, 45, 0.4); }
  input[type="text"].error,
  input[type="password"].error,
  input[type="color"].error,
  input[type="date"].error,
  input[type="datetime-local"].error,
  input[type="email"].error,
  input[type="month"].error,
  input[type="number"].error,
  input[type="range"].error,
  input[type="search"].error,
  input[type="tel"].error,
  input[type="time"].error,
  input[type="url"].error,
  input[type="week"].error,
  textarea.error {
    border: #EC4848 1px solid; }

label {
  position: relative;
  display: block;
  margin-top: 20px;
  font-size: 13px;
  color: rgba(0, 27, 45, 0.8);
  font-weight: 500; }
  label i {
    color: #EC4848;
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    height: 10px;
    display: block; }
    label i:after {
      content: "*"; }

.required--field.error label {
  color: #EC4848; }

.required--field span {
  position: relative;
  color: #EC4848;
  font-size: 12px;
  top: -16px; }

textarea {
  min-height: 120px;
  line-height: 20px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9E9E9E; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9E9E9E; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #9E9E9E; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #9E9E9E; }

.switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 36px;
  height: 20px;
  margin-right: 16px; }
  .switch input[type="checkbox"] {
    display: none; }
    .switch input[type="checkbox"]:checked + .slider {
      background-color: #0076C0; }
      .switch input[type="checkbox"]:checked + .slider:before {
        transform: translateX(16px);
        background-color: #fff; }
    .switch input[type="checkbox"]:checked:disabled + .slider:before {
      background: rgba(0, 27, 45, 0.3); }
    .switch input[type="checkbox"]:disabled + .slider {
      pointer-events: none;
      cursor: default;
      background-color: rgba(0, 27, 45, 0.05);
      border: rgba(0, 27, 45, 0.1) 1px solid;
      color: rgba(0, 27, 45, 0.4); }
      .switch input[type="checkbox"]:disabled + .slider:before {
        background: rgba(0, 27, 45, 0.3); }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transition: .4s;
    border-radius: 2px;
    border: rgba(0, 27, 45, 0.2) 1px solid; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 16px;
      width: 16px;
      left: 1px;
      bottom: 1px;
      border-radius: 2px;
      background-color: #0076C0;
      transition: .3s; }

select {
  position: relative;
  color: rgba(0, 27, 45, 0.6);
  font-size: 14px;
  background: #fff url(/assets/test/img/icon_down_small.svg) right center no-repeat;
  font-weight: normal;
  outline: none;
  max-width: 640px;
  padding: 0 16px;
  box-sizing: border-box;
  height: 40px;
  border-radius: 2px;
  margin-top: 8px;
  border: rgba(0, 27, 45, 0.2) 1px solid;
  transition: all 0.4s ease;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none; }
  select:disabled {
    pointer-events: none;
    cursor: default;
    background-color: rgba(0, 27, 45, 0.05);
    border: rgba(0, 27, 45, 0.1) 1px solid;
    color: rgba(0, 27, 45, 0.4); }

.custom-dropdown {
  outline: none;
  box-sizing: border-box;
  height: 40px;
  border-radius: 2px;
  border: rgba(0, 27, 45, 0.2) 1px solid;
  position: relative;
  margin: 8px 0;
  color: rgba(0, 27, 45, 0.8);
  font-size: 14px;
  font-weight: normal;
  transition: all 0.4s ease; }
  .custom-dropdown > span {
    display: block;
    height: 38px;
    padding: 8px 35px 8px 16px;
    background: #fff url(/assets/test/img/icon_down_small.svg) right center no-repeat;
    cursor: pointer; }
  .custom-dropdown .dropdown {
    position: absolute;
    top: 120%;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border-radius: inherit;
    border: rgba(0, 27, 45, 0.1) 1px solid;
    box-shadow: rgba(0, 27, 45, 0.2) 0 8px 16px;
    font-weight: normal;
    transition: all 0.4s ease;
    list-style: none;
    opacity: 0;
    pointer-events: none; }
    .custom-dropdown .dropdown:before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      bottom: 100%;
      right: 13px;
      border-width: 0 8px 8px 8px;
      border-style: solid;
      border-color: rgba(0, 118, 192, 0.02) transparent; }
    .custom-dropdown .dropdown:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      bottom: 100%;
      right: 15px;
      border-width: 0 6px 6px 6px;
      border-style: solid;
      border-color: #fff transparent; }
    .custom-dropdown .dropdown li a, .custom-dropdown .dropdown li button {
      display: block;
      padding: 12px 16px;
      text-decoration: none;
      color: rgba(0, 27, 45, 0.8);
      border-bottom: rgba(0, 27, 45, 0.1) 1px solid;
      transition: all 0.4s ease;
      cursor: pointer; }
    .custom-dropdown .dropdown li button {
      width: 100%;
      border-top: none;
      border-right: none;
      border-left: none;
      border-bottom: rgba(0, 27, 45, 0.1) 1px solid;
      /* reset base styles */
      background-color: unset;
      min-width: unset;
      text-transform: unset;
      font-weight: unset;
      font-size: unset;
      height: unset;
      border-radius: unset;
      text-align: unset; }
      .custom-dropdown .dropdown li button:disabled {
        cursor: default;
        font-style: italic;
        opacity: 0.65;
        pointer-events: none !important; }
    .custom-dropdown .dropdown li:hover a, .custom-dropdown .dropdown li:hover button {
      background: rgba(0, 118, 192, 0.01);
      color: #0076C0;
      box-shadow: inset #0076C0 2px 0 0; }
    .custom-dropdown .dropdown li:hover button:disabled {
      background: unset;
      color: unset;
      box-shadow: unset; }
    .custom-dropdown .dropdown li:first-of-type a, .custom-dropdown .dropdown li:first-of-type button {
      border-radius: 2px 2px 0 0; }
    .custom-dropdown .dropdown li:last-of-type a, .custom-dropdown .dropdown li:last-of-type button {
      border-radius: 0 0 2px 2px;
      border: none; }
  .custom-dropdown.active .dropdown {
    opacity: 1;
    pointer-events: auto; }

input[type=checkbox] {
  display: none; }
  input[type=checkbox]:checked + label:before {
    background: #0076C0 url(/assets/test/img/icon_tick.svg) center center no-repeat; }
  input[type=checkbox]:checked:disabled + label:before {
    background: rgba(0, 27, 45, 0.1) url(/assets/test/img/icon_tick_gray.svg) center center no-repeat; }
  input[type=checkbox]:disabled + label:before {
    pointer-events: none;
    cursor: default;
    background-color: rgba(0, 27, 45, 0.05);
    border: rgba(0, 27, 45, 0.1) 1px solid;
    color: rgba(0, 27, 45, 0.4); }

.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  margin-right: 16px;
  font-size: 13px;
  font-weight: normal; }
  .checkbox label:before {
    content: "";
    display: inline-block;
    border: rgba(0, 27, 45, 0.2) 1px solid;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: #fff;
    transition: all 0.4s ease; }

input[type=radio] {
  display: none; }
  input[type=radio]:checked + label:before {
    content: "\2022";
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    line-height: 20px;
    background: #0076C0; }
  input[type=radio]:checked:disabled + label:before {
    pointer-events: none;
    cursor: default;
    background-color: rgba(0, 27, 45, 0.05);
    border: rgba(0, 27, 45, 0.1) 1px solid;
    color: rgba(0, 27, 45, 0.4); }
  input[type=radio]:disabled + label:before {
    pointer-events: none;
    cursor: default;
    background-color: rgba(0, 27, 45, 0.05);
    border: rgba(0, 27, 45, 0.1) 1px solid;
    color: rgba(0, 27, 45, 0.4); }

.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  margin-right: 16px;
  font-size: 13px;
  font-weight: normal; }
  .radio label:before {
    content: "";
    display: inline-block;
    border: rgba(0, 27, 45, 0.2) 1px solid;
    border-radius: 12px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: #fff;
    transition: all 0.4s ease; }

.sports--color.icehockey {
  background: #E53032; }

.sports--color.badminton {
  background: #FD8521; }

.sports--color.tennis {
  background: #3EC933; }

.sports--color.football {
  background: #3EA8D4; }

.sports--color.volleyball {
  background: #CF4994; }

.sports--color.basketball {
  background: #AE64D7; }

.sports--color.golf {
  background: #74C32C; }

.sports--color.handball {
  background: #EBB700; }

.sports--color.retailchannels {
  background: #5265D4; }

.sports--color.esports {
  background: #7D7373; }

.sports--color.snooker {
  background: #CB5972; }

.sports--color.rugby {
  background: #465F6B; }

.sports--circle {
  transition: all 0.4s ease; }
  .sports--circle:before {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    content: ' '; }
  .sports--circle.icehockey:before {
    border: #E53032 1px solid; }
  .sports--circle.icehockey:hover:before {
    background: #E53032; }
  .sports--circle:before {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    content: ' '; }
  .sports--circle.badminton:before {
    border: #FD8521 1px solid; }
  .sports--circle.badminton:hover:before {
    background: #FD8521; }
  .sports--circle:before {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    content: ' '; }
  .sports--circle.tennis:before {
    border: #3EC933 1px solid; }
  .sports--circle.tennis:hover:before {
    background: #3EC933; }
  .sports--circle:before {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    content: ' '; }
  .sports--circle.football:before {
    border: #3EA8D4 1px solid; }
  .sports--circle.football:hover:before {
    background: #3EA8D4; }
  .sports--circle:before {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    content: ' '; }
  .sports--circle.volleyball:before {
    border: #CF4994 1px solid; }
  .sports--circle.volleyball:hover:before {
    background: #CF4994; }
  .sports--circle:before {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    content: ' '; }
  .sports--circle.basketball:before {
    border: #AE64D7 1px solid; }
  .sports--circle.basketball:hover:before {
    background: #AE64D7; }
  .sports--circle:before {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    content: ' '; }
  .sports--circle.golf:before {
    border: #74C32C 1px solid; }
  .sports--circle.golf:hover:before {
    background: #74C32C; }
  .sports--circle:before {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    content: ' '; }
  .sports--circle.handball:before {
    border: #EBB700 1px solid; }
  .sports--circle.handball:hover:before {
    background: #EBB700; }
  .sports--circle:before {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    content: ' '; }
  .sports--circle.retailchannels:before {
    border: #5265D4 1px solid; }
  .sports--circle.retailchannels:hover:before {
    background: #5265D4; }
  .sports--circle:before {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    content: ' '; }
  .sports--circle.esports:before {
    border: #7D7373 1px solid; }
  .sports--circle.esports:hover:before {
    background: #7D7373; }
  .sports--circle:before {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    content: ' '; }
  .sports--circle.snooker:before {
    border: #CB5972 1px solid; }
  .sports--circle.snooker:hover:before {
    background: #CB5972; }
  .sports--circle:before {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    content: ' '; }
  .sports--circle.rugby:before {
    border: #465F6B 1px solid; }
  .sports--circle.rugby:hover:before {
    background: #465F6B; }

.badge {
  display: inline-block;
  padding: 4px 12px;
  text-transform: uppercase;
  text-align: center;
  background: #0076C0;
  color: #fff;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0.2px;
  margin: 8px 0;
  border-radius: 12px;
  max-height: 18px;
  transition: all 0.4s ease;
  cursor: pointer; }
  .badge.badge-square {
    border-radius: 0; }
  .badge.icehockey {
    background: rgba(229, 48, 50, 0.1);
    border: rgba(229, 48, 50, 0.2) 1px solid;
    color: rgba(229, 48, 50, 0.9); }
  .badge.badminton {
    background: rgba(253, 133, 33, 0.1);
    border: rgba(253, 133, 33, 0.2) 1px solid;
    color: rgba(253, 133, 33, 0.9); }
  .badge.tennis {
    background: rgba(62, 201, 51, 0.1);
    border: rgba(62, 201, 51, 0.2) 1px solid;
    color: rgba(62, 201, 51, 0.9); }
  .badge.football {
    background: rgba(62, 168, 212, 0.1);
    border: rgba(62, 168, 212, 0.2) 1px solid;
    color: rgba(62, 168, 212, 0.9); }
  .badge.volleyball {
    background: rgba(207, 73, 148, 0.1);
    border: rgba(207, 73, 148, 0.2) 1px solid;
    color: rgba(207, 73, 148, 0.9); }
  .badge.basketball {
    background: rgba(174, 100, 215, 0.1);
    border: rgba(174, 100, 215, 0.2) 1px solid;
    color: rgba(174, 100, 215, 0.9); }
  .badge.golf {
    background: rgba(116, 195, 44, 0.1);
    border: rgba(116, 195, 44, 0.2) 1px solid;
    color: rgba(116, 195, 44, 0.9); }
  .badge.handball {
    background: rgba(235, 183, 0, 0.1);
    border: rgba(235, 183, 0, 0.2) 1px solid;
    color: rgba(235, 183, 0, 0.9); }
  .badge.retailchannels {
    background: rgba(82, 101, 212, 0.1);
    border: rgba(82, 101, 212, 0.2) 1px solid;
    color: rgba(82, 101, 212, 0.9); }
  .badge.esports {
    background: rgba(125, 115, 115, 0.1);
    border: rgba(125, 115, 115, 0.2) 1px solid;
    color: rgba(125, 115, 115, 0.9); }
  .badge.snooker {
    background: rgba(203, 89, 114, 0.1);
    border: rgba(203, 89, 114, 0.2) 1px solid;
    color: rgba(203, 89, 114, 0.9); }
  .badge.rugby {
    background: rgba(70, 95, 107, 0.1);
    border: rgba(70, 95, 107, 0.2) 1px solid;
    color: rgba(70, 95, 107, 0.9); }

.badge--live {
  font-family: 'Roboto-black';
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 10px;
  background-color: #EC4848;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px; }

ul.tabs {
  line-height: 60px; }
  ul.tabs li {
    display: inline-block; }
    ul.tabs li a {
      font-size: 13px;
      margin-right: 32px;
      padding: 24px 0;
      vertical-align: middle;
      color: rgba(0, 27, 45, 0.6);
      transition: all 0.4s ease;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      ul.tabs li a.active {
        font-weight: 500;
        color: #001B2D; }
      ul.tabs li a:hover {
        color: rgba(0, 27, 45, 0.8); }
      ul.tabs li a.active, ul.tabs li a:hover {
        box-shadow: inset #0076C0 0 -2px 0; }

.card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(0, 27, 45, 0.12);
  border-radius: 2px;
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  box-sizing: border-box;
  transition: all 0.4s ease;
  margin-bottom: 8px;
  /**** PROJECT SPECIFIC STYLES - MOVE THESE TO THEIR RESPECTIVE PROJECTS ASAP ****/
  /**** END OF PROJECT SPECIFIC STYLES ****/ }
  .card:hover {
    box-shadow: rgba(10, 14, 17, 0.1) 0 4px 10px;
    transition: all 0.4s ease; }
    .card:hover .btn-more {
      display: block;
      opacity: 1; }
  .card .btn-more {
    position: absolute;
    right: 20px;
    display: none;
    opacity: 0;
    transition: all 0.4s ease; }
    .card .btn-more + .btn-more-options {
      top: 48px; }
  .card .card--info:before, .card .card--info:after {
    content: " ";
    display: table; }
  .card .card--info:after {
    clear: both; }
  .card .card--info .infotext {
    color: rgba(0, 27, 45, 0.4);
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 8px 0 2px; }
  .card .card--header {
    padding: 0 0 16px;
    border: none;
    border-bottom: 1px solid rgba(0, 27, 45, 0.12);
    height: 200px;
    width: 100%;
    margin-bottom: 12px;
    text-align: center; }
    .card .card--header img {
      float: none;
      margin: auto; }
    .card .card--header h5 {
      margin: 8px 0 2px;
      min-height: 35px;
      max-height: 70px; }
      .card .card--header h5 a {
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer; }
  .card.dge-card {
    height: 312px; }

.avatar {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #fff; }
  .avatar.squared {
    border-radius: 0;
    background: none; }
  .avatar.small {
    width: 24px;
    height: 24px; }
  .avatar.medium {
    width: 40px;
    height: 40px; }
  .avatar.large {
    width: 96px;
    height: 96px; }
  .avatar.xx-large {
    width: 148px;
    height: 148px; }

.list .list--head {
  border-bottom: rgba(0, 27, 45, 0.1) 1px solid;
  padding-left: 10px; }
  .list .list--head:before, .list .list--head:after {
    content: " ";
    display: table; }
  .list .list--head:after {
    clear: both; }
  .list .list--head .list--head--title {
    margin: 10px 0;
    padding: 0; }
    .list .list--head .list--head--title:first-child {
      padding-left: 0; }
    .list .list--head .list--head--title a {
      font-size: 13px;
      color: rgba(0, 27, 45, 0.4); }

.list .list--item {
  position: relative;
  border: transparent 1px solid;
  border-bottom: rgba(0, 27, 45, 0.1) 1px solid;
  padding: 4px 0 6px 10px;
  font-size: 15px;
  line-height: 22px;
  transition: all 0.4s ease; }
  .list .list--item:before, .list .list--item:after {
    content: " ";
    display: table; }
  .list .list--item:after {
    clear: both; }
  .list .list--item:hover {
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.6);
    border: rgba(0, 27, 45, 0.1) 1px solid;
    border-top: transparent 1px solid;
    box-shadow: inset #0076C0 2px 0 0; }
    .list .list--item:hover .btn-copy-json, .list .list--item:hover .btn-more {
      display: block;
      opacity: 1; }
  .list .list--item .list--item--col {
    margin: 10px 0;
    padding: 0 6px 0 0;
    position: static; }
    .list .list--item .list--item--colfirst-child {
      margin-left: 0; }
    .list .list--item .list--item--col h4 {
      display: inline-block;
      width: 96px;
      box-sizing: border-box;
      padding-left: 24px;
      margin: 0; }
    .list .list--item .list--item--col img {
      margin-right: 16px; }
  .list .list--item .logo {
    margin: 0;
    width: 72px;
    height: 72px;
    float: left; }
  .list .list--item .infotext {
    color: rgba(0, 27, 45, 0.4);
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin: 8px 0 2px; }
  .list .list--item .btn-copy-json {
    display: none;
    opacity: 0;
    position: absolute;
    margin: 0;
    padding-top: 1px;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    z-index: 100; }
  .list .list--item .btn-more {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    opacity: 0;
    transition: all 0.4s ease; }
    .list .list--item .btn-more:hover {
      transform: scale(1.1) translateY(-50%); }
    .list .list--item .btn-more + .btn-more-options {
      top: 48px; }

.list.list-small .list--item {
  line-height: 36px;
  vertical-align: middle; }

.btn-group {
  border: 1px solid rgba(0, 27, 45, 0.1);
  display: inline-block; }
  .btn-group:before, .btn-group:after {
    content: " ";
    display: table; }
  .btn-group:after {
    clear: both; }
  .btn-group .btn-group-item {
    color: rgba(0, 27, 45, 0.4);
    float: left;
    cursor: pointer;
    border-right: 1px solid rgba(0, 27, 45, 0.1);
    padding: 8px;
    min-width: 60px;
    font-size: 14px;
    text-align: center; }
    .btn-group .btn-group-item.active, .btn-group .btn-group-item:hover {
      box-shadow: inset #0076C0 0 -2px 0; }
    .btn-group .btn-group-item.active {
      font-weight: bold;
      color: rgba(0, 27, 45, 0.8); }
    .btn-group .btn-group-item:last-child {
      border-right: none; }

.sidebar {
  border-left: 1px solid rgba(0, 27, 45, 0.12);
  border-right: 1px solid rgba(0, 27, 45, 0.12);
  float: right;
  width: 286px;
  position: relative;
  background: #fff;
  z-index: 0;
  bottom: 0;
  top: 0;
  right: 0px;
  height: 100vh;
  transform: translateY(0px);
  transition: transform 500ms ease-out 0s; }
  .sidebar header {
    font-weight: 300;
    background: #fff;
    font-size: 18px;
    padding: 20px 24px 22px;
    box-sizing: border-box;
    color: #001B2D;
    border-bottom: 1px solid rgba(0, 27, 45, 0.12);
    position: absolute;
    z-index: 11;
    left: 0px;
    right: 0px; }
    .sidebar header .sidebar--live--events--num {
      color: rgba(0, 27, 45, 0.4);
      margin-left: 5px;
      font-size: 16px; }
  .sidebar .sidebar--live--events {
    height: calc(100vh - 66px);
    overflow-y: scroll;
    border-bottom: 1px solid rgba(0, 27, 45, 0.12);
    margin-top: 66px; }
    .sidebar .sidebar--live--events:last-child {
      margin-bottom: 0px; }
    .sidebar .sidebar--live--events .sidebar--live--tournament {
      border-bottom: 1px solid rgba(0, 27, 45, 0.12); }
    .sidebar .sidebar--live--events .sidebar--live--tournament--header {
      position: relative;
      border: none;
      padding: 12px 25px 12px 20px;
      transition: all 0.4s ease;
      font-weight: 300;
      background: #fff;
      font-size: 20px;
      box-sizing: border-box;
      color: #001B2D;
      cursor: pointer; }
      .sidebar .sidebar--live--events .sidebar--live--tournament--header .collapse {
        z-index: 10;
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        top: 16px;
        right: 12px;
        font-size: 12px;
        opacity: 0.8;
        transition: all 0.4s ease; }
      .sidebar .sidebar--live--events .sidebar--live--tournament--header h5 {
        display: block;
        margin: 4px 0;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 16px; }
      .sidebar .sidebar--live--events .sidebar--live--tournament--header .badge {
        margin-left: 0;
        display: inline-block;
        margin-top: 0;
        margin-bottom: 4px; }
    .sidebar .sidebar--live--events .sidebar--live--tournament--events {
      padding: 0 20px 20px; }
      .sidebar .sidebar--live--events .sidebar--live--tournament--events .sidebar--live--tournament--event {
        padding: 16px 24px;
        display: block;
        font-size: 13px;
        line-height: 20px;
        box-sizing: border-box;
        color: rgba(0, 27, 45, 0.6);
        border: 1px solid rgba(0, 27, 45, 0.12);
        margin-top: 8px;
        cursor: pointer;
        transition: all 0.4s ease; }
        .sidebar .sidebar--live--events .sidebar--live--tournament--events .sidebar--live--tournament--event:first-child {
          margin-top: 0; }
        .sidebar .sidebar--live--events .sidebar--live--tournament--events .sidebar--live--tournament--event:hover {
          border: 1px solid rgba(0, 27, 45, 0.12);
          box-shadow: inset #0076C0 2px 0 0;
          background-color: rgba(0, 118, 192, 0.06); }
        .sidebar .sidebar--live--events .sidebar--live--tournament--events .sidebar--live--tournament--event a {
          color: rgba(0, 27, 45, 0.8); }
        .sidebar .sidebar--live--events .sidebar--live--tournament--events .sidebar--live--tournament--event .infotext {
          color: rgba(0, 27, 45, 0.4);
          display: block;
          font-size: 12px;
          line-height: 18px;
          margin: 8px 0 2px; }

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

[data-icon]:before {
  font-family: "img-icon" !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; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "img-icon" !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; }

.icon-arrow-down:before {
  content: "a"; }

.icon-arrow-left:before {
  content: "b"; }

.icon-error:before {
  content: "c"; }

.icon-warning:before {
  content: "d"; }

.icon-info:before {
  content: "e"; }

.icon-arrow-right:before {
  content: "g"; }

.icon-arrow-up:before {
  content: "h"; }

.icon-more:before {
  content: "j"; }

.icon-chevron-down:before {
  content: "l"; }

.icon-pipe:before {
  content: "n"; }

.icon-chevron-left:before {
  content: "o"; }

.icon-chevron-right:before {
  content: "p"; }

.icon-play:before {
  content: "q"; }

.icon-chevron-up:before {
  content: "s"; }

.icon-plus:before {
  content: "u"; }

.icon-search:before {
  content: "v"; }

.icon-clock:before {
  content: "w"; }

.icon-close:before {
  content: "x"; }

.icon-settings:before {
  content: "y"; }

.icon-status:before {
  content: "z"; }

.icon-bell:before {
  content: "k"; }

.icon-logo:before {
  content: "B"; }

.icon-minus:before {
  content: "C"; }

.icon-pause:before {
  content: "D"; }

.icon-circle:before {
  content: "m"; }

.icon-camera:before {
  content: "t"; }

.icon-nosound:before {
  content: "E"; }

.icon-circle-more:before {
  content: "K"; }

.icon-circle-arrow-right:before {
  content: "G"; }

.icon-circle-arrow-up:before {
  content: "H"; }

.icon-circle-arrow-down:before {
  content: "I"; }

.icon-circle-arrow-left:before {
  content: "J"; }

.icon-user:before {
  content: "L"; }

.icon-download:before {
  content: "A"; }

.icon-logout:before {
  content: "N"; }

.icon-archive:before {
  content: "O"; }

.icon-printer:before {
  content: "P"; }

.icon-circle-download:before {
  content: "i"; }

.icon-circle-archive:before {
  content: "M"; }

.icon-menu:before {
  content: "f"; }

.icon-list:before {
  content: "Q"; }

.icon-playlist:before {
  content: "r"; }

.icon-video:before {
  content: "R"; }

.icon-camera-filled:before {
  content: "S"; }

.icon-upload:before {
  content: "T"; }

.icon-sound:before {
  content: "F"; }

.icon-edit:before {
  content: "U"; }

/*

Glyphicons Halflings

*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/assets/prod/fonts/glyphicons-halflings-regular.eot");
  src: url("/assets/prod/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/assets/prod/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/assets/prod/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/assets/prod/fonts/glyphicons-halflings-regular.svg#MeteoconsRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

.glyphicon-chevron-up:before {
  content: "\E113"; }

.glyphicon-chevron-down:before {
  content: "\E114"; }

/*

Meteocons

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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before, .icon {
  content: attr(data-icon);
  line-height: 1; }

.icon {
  speak: none;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle; }
  .icon.meteocons:before {
    font-family: 'MeteoconsRegular'; }
  .icon.meteocons.clear-day:before {
    content: 'B'; }
  .icon.meteocons.clear-night:before {
    content: 'C'; }
  .icon.meteocons.wind:before {
    content: 'F'; }
  .icon.meteocons.partly-cloudy-day:before {
    content: 'H'; }
  .icon.meteocons.partly-cloudy-night:before {
    content: 'I'; }
  .icon.meteocons.fog:before {
    content: 'M'; }
  .icon.meteocons.cloudy:before {
    content: 'N'; }
  .icon.meteocons.rain:before {
    content: 'R'; }

.alphabet {
  margin: 0 auto;
  width: 800px;
  height: 32px; }
  .alphabet ul li {
    display: inline-block;
    margin-right: 2px;
    line-height: 22px; }
    .alphabet ul li a {
      text-align: center;
      color: rgba(255, 255, 255, 0.4);
      padding: 8px;
      font-size: 14px;
      transition: all 0.4s ease;
      letter-spacing: -3px; }
      .alphabet ul li a.active {
        color: #fff;
        font-weight: 500; }
      .alphabet ul li a.all {
        letter-spacing: 1px; }
      .alphabet ul li a.letter {
        position: relative; }
        .alphabet ul li a.letter:hover {
          color: #fff; }
          .alphabet ul li a.letter:hover:before {
            content: attr(data-line);
            padding: 6px 14px;
            display: block;
            top: -2px;
            left: -6px;
            position: absolute;
            color: rgba(0, 27, 45, 0.8);
            background: #fff;
            box-shadow: rgba(10, 14, 17, 0.1) 0 4px 10px;
            border-radius: 2px; }

.dropdown--content {
  float: none;
  position: absolute;
  min-height: 150px;
  width: 100%; }
  .dropdown--content .dropdown {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border-radius: inherit;
    border: rgba(0, 27, 45, 0.1) 1px solid;
    box-shadow: rgba(0, 27, 45, 0.2) 0 8px 16px;
    font-weight: normal;
    transition: all 0.4s ease;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    display: block; }
    .dropdown--content .dropdown:before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      bottom: 100%;
      right: 13px;
      border-width: 0 8px 8px 8px;
      border-style: solid;
      border-color: rgba(0, 118, 192, 0.02) transparent; }
    .dropdown--content .dropdown.left:before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      bottom: 100%;
      left: 13px;
      right: auto;
      border-width: 0 8px 8px 8px;
      border-style: solid;
      border-color: rgba(0, 118, 192, 0.02) transparent; }
    .dropdown--content .dropdown:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      bottom: 100%;
      right: 15px;
      border-width: 0 6px 6px 6px;
      border-style: solid;
      border-color: #fff transparent; }
    .dropdown--content .dropdown.left:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      bottom: 100%;
      right: auto;
      left: 15px;
      border-width: 0 6px 6px 6px;
      border-style: solid;
      border-color: #fff transparent; }
    .dropdown--content .dropdown li {
      text-align: left; }
      .dropdown--content .dropdown li a {
        display: block;
        padding: 12px 16px;
        text-decoration: none;
        color: rgba(0, 27, 45, 0.8);
        border-bottom: rgba(0, 27, 45, 0.1) 1px solid;
        transition: all 0.4s ease; }
      .dropdown--content .dropdown li:hover a {
        background: rgba(0, 118, 192, 0.01);
        color: #0076C0;
        box-shadow: inset #0076C0 2px 0 0; }
      .dropdown--content .dropdown li:first-of-type a {
        border-radius: 2px 2px 0 0; }
      .dropdown--content .dropdown li:last-of-type a {
        border-radius: 0 0 2px 2px;
        border: none; }
  .dropdown--content.hide {
    display: none; }
  .dropdown--content.active .dropdown {
    opacity: 1;
    pointer-events: auto; }

.popin--container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(10, 14, 17, 0.5);
  transition: all .3s ease;
  opacity: 1;
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .popin--container .popin {
    position: relative;
    background: white;
    box-shadow: rgba(0, 27, 45, 0.2) 0 8px 16px;
    transition: all .3s ease; }
    .popin--container .popin.popin--confirmation {
      width: 320px;
      min-height: 200px; }
      .popin--container .popin.popin--confirmation header {
        box-sizing: border-box;
        padding: 40px 20px;
        text-align: center;
        margin: 0;
        width: 100%;
        display: block; }
        .popin--container .popin.popin--confirmation header p {
          color: rgba(0, 27, 45, 0.6);
          margin: 12px 0; }
      .popin--container .popin.popin--confirmation footer {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        border-top: rgba(0, 27, 45, 0.1) 1px solid; }
        .popin--container .popin.popin--confirmation footer a:first-child {
          border-right: rgba(0, 27, 45, 0.1) 1px solid; }
        .popin--container .popin.popin--confirmation footer a {
          display: block;
          width: 50%;
          text-align: center;
          float: left;
          padding: 16px;
          transition: all 0.4s ease;
          cursor: pointer; }
          .popin--container .popin.popin--confirmation footer a:hover {
            background: #0076C0;
            color: white; }
    .popin--container .popin.popin--large {
      min-width: 50vw;
      max-width: 60vw; }
      .popin--container .popin.popin--large .close {
        position: absolute;
        top: 35px;
        right: 40px;
        z-index: 1;
        opacity: 0.6; }
        .popin--container .popin.popin--large .close:after {
          font-size: 10px;
          content: 'ESC';
          position: absolute;
          top: 15px;
          bottom: 0;
          left: -2px;
          right: 0;
          text-align: center; }
        .popin--container .popin.popin--large .close:hover {
          opacity: 1; }
      .popin--container .popin.popin--large header h4,
      .popin--container .popin.popin--large header h3 {
        font-family: 'Roboto-Regular', sans-serif;
        font-weight: 400;
        padding: 40px 20px 20px 40px;
        margin: 0;
        font-size: 24px; }
      .popin--container .popin.popin--large .modal-content {
        padding: 0; }
      .popin--container .popin.popin--large .modal-body {
        min-height: 55vh;
        max-height: 55vh;
        overflow-y: scroll;
        padding: 20px 40px 75px;
        min-width: 200px;
        height: auto; }
        .popin--container .popin.popin--large .modal-body .buttons {
          border-top: 1px solid rgba(0, 27, 45, 0.2);
          text-align: center; }
          .popin--container .popin.popin--large .modal-body .buttons a {
            display: inline-block;
            padding: 10px 0;
            font-family: 'Roboto-bold';
            cursor: pointer; }
            .popin--container .popin.popin--large .modal-body .buttons a:first-child {
              border-right: 1px solid rgba(0, 27, 45, 0.2); }
            .popin--container .popin.popin--large .modal-body .buttons a:hover {
              color: #fff;
              background-color: #0076C0; }
        .popin--container .popin.popin--large .modal-body .modal-message {
          margin-bottom: 15px;
          padding: 0 15px; }
        .popin--container .popin.popin--large .modal-body .form-add-comment {
          width: 560px;
          margin: 0 10px; }
          .popin--container .popin.popin--large .modal-body .form-add-comment + input {
            margin: 10px; }
      .popin--container .popin.popin--large footer {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 17px;
        margin: 0;
        width: 100%;
        max-height: 73px;
        border-top: rgba(0, 27, 45, 0.1) 1px solid;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        background-color: #fff;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        z-index: 1; }
        .popin--container .popin.popin--large footer button {
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center;
          margin-top: 0; }
        .popin--container .popin.popin--large footer button:last-child {
          margin-right: 40px; }
    .popin--container .popin.popin--medium {
      min-width: 25vw;
      max-width: 30vw; }

.notification {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(0, 27, 45, 0.2) 0 8px 16px;
  padding: 12px 20px;
  position: fixed;
  top: 56px;
  right: 56px;
  z-index: 20000;
  padding-bottom: 24px;
  display: block;
  width: 320px;
  max-width: 300px;
  backdrop-filter: saturate(110%) blur(10px);
  -webkit-backdrop-filter: saturate(110%) blur(10px); }
  .notification .notification--picture {
    padding: 0px; }
    .notification .notification--picture .avatar {
      background: transparent;
      overflow: hidden; }
      .notification .notification--picture .avatar i {
        font-size: 32px; }
  .notification a.close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 14px; }
  .notification .t {
    margin: 0; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 20px 0;
  text-align: center; }
  .pagination .page--item {
    background: #fff;
    border: solid 1px rgba(0, 27, 45, 0.2);
    display: inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    transition: border-bottom ease 0.4s, color ease 0.4s; }
    .pagination .page--item:first-child {
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px; }
    .pagination .page--item:last-child {
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px; }
    .pagination .page--item:hover, .pagination .page--item-current {
      border-bottom: solid 3px #0076C0; }
      .pagination .page--item:hover .page--item--link, .pagination .page--item-current .page--item--link {
        color: #001B2D; }
    .pagination .page--item + .page--item {
      border-left: none; }
    .pagination .page--item--link {
      color: rgba(0, 27, 45, 0.5);
      display: block;
      height: 40px;
      font-size: 0.8em;
      padding: 0 3px; }
    .pagination .page--item-prev, .pagination .page--item-next, .pagination .page--item-ellipsis {
      font-size: 0.9em; }
      .pagination .page--item-prev .page--item--link, .pagination .page--item-next .page--item--link, .pagination .page--item-ellipsis .page--item--link {
        padding: 0 5px; }
    .pagination .page--item-prev, .pagination .page--item-next {
      width: 75px; }
    .pagination .page--item-ellipsis, .pagination .page--item-prev.disabled, .pagination .page--item-next.disabled {
      background: rgba(142, 155, 164, 0.1); }
      .pagination .page--item-ellipsis:hover, .pagination .page--item-prev.disabled:hover, .pagination .page--item-next.disabled:hover {
        border-bottom: solid 1px rgba(0, 27, 45, 0.2); }
        .pagination .page--item-ellipsis:hover .page--item--link, .pagination .page--item-prev.disabled:hover .page--item--link, .pagination .page--item-next.disabled:hover .page--item--link {
          color: rgba(0, 27, 45, 0.5); }
  @media (max-width: 767px) {
    .pagination {
      display: block;
      font-size: 0; }
      .pagination .page--item {
        display: inline-block;
        margin-left: -2px;
        margin-top: -1px;
        vertical-align: top; }
        .pagination .page--item + .page--item {
          border-left: solid 1px rgba(0, 27, 45, 0.2); }
        .pagination .page--item.page--item-ellipsis {
          margin-left: -1px; }
        .pagination .page--item-prev .page--item--link, .pagination .page--item-next .page--item--link {
          font-size: 0; }
          .pagination .page--item-prev .page--item--link:before, .pagination .page--item-next .page--item--link:before {
            color: rgba(0, 27, 45, 0.5);
            font-family: "img-icon";
            font-size: 1rem;
            line-height: 38px; }
        .pagination .page--item-prev .page--item--link:before {
          content: 'o'; }
        .pagination .page--item-next .page--item--link:before {
          content: 'p'; }
        .pagination .page--item--link {
          font-size: 1rem; } }

.tournament--logo {
  display: inline-block;
  vertical-align: middle;
  background-size: 500%; }
  @media screen and (max-width: 767px) {
    .tournament--logo {
      width: 25px;
      height: 25px; } }
  .tournament--logo.atp_1000 {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -50px 0px;
    width: 50px;
    height: 50px; }
  .tournament--logo.atp_250 {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -150px -100px;
    width: 50px;
    height: 50px;
    border-radius: 0; }
  .tournament--logo.atp_500 {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: 0px -50px;
    width: 50px;
    height: 50px; }
  .tournament--logo.atp, .tournament--logo.atp_challenger, .tournament--logo.atp_worldchampionships {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -100px 0px;
    width: 50px;
    height: 50px; }
  .tournament--logo.wta_internationals {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: 0px -200px;
    width: 50px;
    height: 50px; }
  .tournament--logo.wta_premier {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: 0px -150px;
    width: 50px;
    height: 50px; }
  .tournament--logo.wta_premiermandatory {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -50px -200px;
    width: 50px;
    height: 50px; }
  .tournament--logo.wta_finals {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -200px -150px;
    width: 50px;
    height: 50px; }
  .tournament--logo.wta_elite_trophy, .tournament--logo.wta_wta_125k {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -200px -100px;
    width: 50px;
    height: 50px; }
  .tournament--logo.australian_open {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -100px -50px;
    width: 50px;
    height: 50px; }
  .tournament--logo.roland_garros {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: 0px 0px;
    width: 50px;
    height: 50px; }
  .tournament--logo.wimbledon {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -50px -150px;
    width: 50px;
    height: 50px; }
  .tournament--logo.us_open {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -100px -200px;
    width: 50px;
    height: 39px; }
  .tournament--logo.badminton_bwf_grade1individualtournaments, .tournament--logo.badminton_bwf_grade1teamtournaments, .tournament--logo.badminton_bwf_grade2level1, .tournament--logo.badminton_bwf_grade2level2, .tournament--logo.badminton_bwf_grade2level3, .tournament--logo.badminton_bwf_grade2level4, .tournament--logo.badminton_bwf_grade2level5, .tournament--logo.badminton_bwf_grade2level6, .tournament--logo.badminton_bwf_bwfevents, .tournament--logo.img_badminton_stream_test_grandprixgold {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: 0px -100px;
    width: 50px;
    height: 50px; }
  .tournament--logo.badminton_bwf_worldsuperseries {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -100px -150px;
    width: 50px;
    height: 50px; }
  .tournament--logo.badminton_bwf_worldsuperseriespremier {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -150px -150px;
    width: 50px;
    height: 50px; }
  .tournament--logo.badminton_bwf_grandprixgold {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -150px 0px;
    width: 50px;
    height: 50px; }
  .tournament--logo.euroleague {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -100px -100px;
    width: 50px;
    height: 50px; }
  .tournament--logo.eurocup {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -50px -100px;
    width: 50px;
    height: 50px;
    border-radius: 0; }
  .tournament--logo.wta_itf {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -200px -50px;
    width: 50px;
    height: 50px; }
  .tournament--logo.atp_nextgenerationfinals {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -50px -50px;
    width: 50px;
    height: 50px;
    border-radius: 0; }
  .tournament--logo.nitto_atp_tour_finals {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -150px -50px;
    width: 50px;
    height: 50px;
    border-radius: 0; }
  .tournament--logo.big.atp_1000 {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -70px 0px;
    width: 70px;
    height: 70px; }
  .tournament--logo.big.atp_250 {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -210px -140px;
    width: 70px;
    height: 70px;
    border-radius: 0; }
  .tournament--logo.big.atp_500 {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: 0px -70px;
    width: 70px;
    height: 70px; }
  .tournament--logo.big.atp, .tournament--logo.big.atp_challenger, .tournament--logo.big.atp_worldchampionships {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -140px 0px;
    width: 70px;
    height: 70px; }
  .tournament--logo.big.wta_internationals {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: 0px -280px;
    width: 70px;
    height: 70px; }
  .tournament--logo.big.wta_premier {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: 0px -210px;
    width: 70px;
    height: 70px; }
  .tournament--logo.big.wta_premiermandatory {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -70px -280px;
    width: 70px;
    height: 70px; }
  .tournament--logo.big.wta_finals {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -280px -210px;
    width: 70px;
    height: 70px; }
  .tournament--logo.big.wta_elite_trophy, .tournament--logo.big.wta_wta_125k {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -280px -140px;
    width: 70px;
    height: 70px; }
  .tournament--logo.big.australian_open {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -140px -70px;
    width: 70px;
    height: 70px; }
  .tournament--logo.big.roland_garros {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: 0px 0px;
    width: 70px;
    height: 70px; }
  .tournament--logo.big.wimbledon {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -70px -210px;
    width: 70px;
    height: 70px; }
  .tournament--logo.big.us_open {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -140px -280px;
    width: 70px;
    height: 70px; }
  .tournament--logo.big.badminton_bwf_bwfevents, .tournament--logo.big.img_badminton_stream_test_grandprixgold {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: 0px -140px;
    width: 70px;
    height: 70px; }
  .tournament--logo.big.badminton_bwf_worldsuperseries {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -180px -270px;
    width: 90px;
    height: 90px; }
  .tournament--logo.big.badminton_bwf_worldsuperseriespremier {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -270px -270px;
    width: 90px;
    height: 90px; }
  .tournament--logo.big.badminton_bwf_grandprixgold {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -210px 0px;
    width: 70px;
    height: 70px; }
  .tournament--logo.big.euroleague {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -140px -140px;
    width: 70px;
    height: 70px; }
  .tournament--logo.big.eurocup {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -70px -140px;
    width: 70px;
    height: 70px;
    border-radius: 0; }
  .tournament--logo.big.wta_itf {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -280px -70px;
    width: 70px;
    height: 70px; }
  .tournament--logo.big.atp_nextgenerationfinals {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -70px -70px;
    width: 70px;
    height: 70px;
    border-radius: 0; }
  .tournament--logo.big.nitto_atp_tour_finals {
    background-image: url(/assets/prod/properties/generated/properties-1.4.15.png);
    background-position: -210px -70px;
    width: 70px;
    height: 70px;
    border-radius: 0; }

.toolbar {
  background: #fff;
  border-bottom: rgba(0, 27, 45, 0.1) 1px solid;
  padding: 0;
  min-height: 66px;
  transition: transform 500ms ease-out 0s; }
  .toolbar h4 {
    margin: 6px 0 0;
    line-height: 64px;
    padding-left: 30px;
    font-size: 14px; }
    .toolbar h4 span {
      display: block;
      width: 100%;
      line-height: 26px; }
      @media screen and (min-width: 1050px) {
        .toolbar h4 span {
          display: inline; } }
      .toolbar h4 span:first-child {
        margin-right: 0; }
        @media screen and (min-width: 1050px) {
          .toolbar h4 span:first-child {
            margin-right: 5px; } }
      .toolbar h4 span.events--length {
        display: inline-block;
        width: 34px;
        text-align: right; }
    @media screen and (min-width: 1050px) {
      .toolbar h4 {
        margin-top: 0; } }
    @media screen and (min-width: 1160px) {
      .toolbar h4 {
        font-size: 16px; } }
    @media screen and (min-width: 1240px) {
      .toolbar h4 {
        font-size: 18px; } }
    @media screen and (min-width: 1330px) {
      .toolbar h4 {
        font-size: 20px; } }
  .toolbar h5 {
    line-height: 65px; }
    .toolbar h5.text-light {
      font-size: 16px; }
  .toolbar ul.tabs {
    line-height: 64px; }
    .toolbar ul.tabs li {
      cursor: pointer; }
  .toolbar .toolbar--filter {
    display: inline-block; }
    .toolbar .toolbar--filter label {
      display: inline;
      margin-right: 5px; }
    .toolbar .toolbar--filter .custom-dropdown {
      display: inline-block;
      margin-top: 12px; }
    .toolbar .toolbar--filter.toolbar--filter--sport {
      margin-right: 20px; }
      .toolbar .toolbar--filter.toolbar--filter--sport .custom-dropdown {
        width: 120px; }
    .toolbar .toolbar--filter.toolbar--filter--properties .custom-dropdown {
      width: 150px; }
    .toolbar .toolbar--filter.toolbar--filter--week {
      margin-right: 10px; }
      .toolbar .toolbar--filter.toolbar--filter--week .form--datepicker {
        display: inline-block; }
      .toolbar .toolbar--filter.toolbar--filter--week .custom-dropdown {
        width: 250px; }
        .toolbar .toolbar--filter.toolbar--filter--week .custom-dropdown .dropdown {
          height: 450px;
          padding-bottom: 10px;
          overflow: auto; }
          .toolbar .toolbar--filter.toolbar--filter--week .custom-dropdown .dropdown ul {
            margin-bottom: 10px; }
      .toolbar .toolbar--filter.toolbar--filter--week .form--datepicker--arrow {
        position: relative;
        top: 2px;
        cursor: pointer; }
    .toolbar .toolbar--filter.toolbar--filter--year {
      display: inline-block; }
      .toolbar .toolbar--filter.toolbar--filter--year .custom-dropdown {
        width: 100px; }

.searchbox {
  text-align: right;
  max-width: 800px;
  width: 100%; }
  .searchbox label.icon {
    position: absolute;
    z-index: 1;
    margin-top: 11px;
    margin-left: 15px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.2em; }
  .searchbox input[type="text"],
  .searchbox button {
    display: inline-block; }
  .searchbox button {
    margin: 0;
    height: 40px;
    background-color: transparent;
    border: 1px solid white; }
  .searchbox input[type="text"] {
    margin: 0 10px 0 0;
    padding: 11px 16px 11px 34px;
    width: calc(100% - 136px); }
    .searchbox input[type="text"]::before {
      content: "v";
      font-family: "img-icon"; }

.insights--list {
  border: 1px solid rgba(0, 27, 45, 0.12);
  background: #fff;
  max-height: 190px;
  padding: 12px 25px 12px 20px;
  overflow-y: auto; }
  .insights--list .insight + .insight {
    margin-top: 12px; }

.tooltip--trigger {
  position: relative; }
  .tooltip--trigger + .tooltip {
    border: 1px solid rgba(0, 27, 45, 0.12);
    background: #fff;
    border-radius: 2px;
    box-shadow: rgba(0, 27, 45, 0.2) 0 8px 16px;
    display: none;
    opacity: 0;
    padding: 8px 12px;
    position: absolute;
    right: 4px;
    top: -47px;
    visibility: hidden;
    z-index: 10000; }
    .tooltip--trigger + .tooltip:after {
      border-color: #fff transparent;
      border-style: solid;
      border-width: 8px 8px 0 8px;
      content: "";
      height: 0;
      position: absolute;
      right: 16px;
      top: 100%;
      width: 0; }
    .tooltip--trigger + .tooltip-bottom {
      bottom: -47px;
      top: auto; }
      .tooltip--trigger + .tooltip-bottom:after {
        border-width: 0 8px 8px 8px;
        bottom: 100%;
        top: auto; }
    .tooltip--trigger + .tooltip-left, .tooltip--trigger + .tooltip-right {
      top: -10px; }
      .tooltip--trigger + .tooltip-left:after, .tooltip--trigger + .tooltip-right:after {
        border-color: transparent #fff;
        top: 12px; }
    .tooltip--trigger + .tooltip-left {
      left: -100%;
      right: auto; }
      .tooltip--trigger + .tooltip-left:after {
        border-width: 8px 0 8px 8px;
        left: 100%; }
    .tooltip--trigger + .tooltip-right {
      left: auto;
      right: -100%; }
      .tooltip--trigger + .tooltip-right:after {
        border-width: 8px 8px 8px 0;
        right: 100%; }
  .tooltip--trigger:hover + .tooltip,
  .tooltip--trigger + .tooltip:hover {
    animation: fade 0.5s;
    display: block;
    opacity: 1;
    visibility: visible; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.img-calendar {
  width: auto;
  clear: both;
  font-size: 0.8em;
  display: block; }

.img-calendar-head,
.img-calendar-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  width: calc(14% * 7);
  margin: 0 auto; }

.img-calendar-head.header > div,
.img-calendar-month > div {
  -ms-flex: 0 0 14.28%;
      flex: 0 0 14.28%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.img-calendar-head.header > div {
  height: 2em;
  vertical-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  color: #314858;
  opacity: 0.8; }
  .img-calendar-head.header > div.selected {
    opacity: 1; }

.img-calendar-month {
  border-top: 1px solid #EAF0F5;
  border-left: 1px solid #EAF0F5; }
  .img-calendar-month > div {
    height: 126px;
    position: relative;
    border-right: 1px solid #EAF0F5;
    border-bottom: 1px solid #EAF0F5; }
    .img-calendar-month > div .date {
      position: absolute;
      top: 0;
      right: 4px;
      opacity: 0.4; }

.img-calendar-week {
  width: 100%; }

.img-calendar-time-column {
  -ms-flex: 0 0 50px;
      flex: 0 0 50px;
  text-align: right; }
  .img-calendar-time-column .img-calendar-time-field {
    vertical-align: center; }

.img-calendar-week-header {
  display: -ms-flexbox;
  display: flex; }
  .img-calendar-week-header > div {
    text-align: center;
    -ms-flex: 0 0 calc((100% - 75px) / 7);
        flex: 0 0 calc((100% - 75px) / 7); }
    .img-calendar-week-header > div.img-calendar-time-column {
      -ms-flex: 0 0 75px;
          flex: 0 0 75px; }

.img-calendar-week-days {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 calc(100% - 75px);
      flex: 0 0 calc(100% - 75px);
  border-top: 1px solid #EAF0F5;
  border-left: 1px solid #EAF0F5; }
  .img-calendar-week-days .img-calendar-time-field {
    border-bottom: 1px solid #EAF0F5;
    border-right: 1px solid #EAF0F5; }

.img-calendar-week-day {
  height: 35px;
  -ms-flex: 0 0 calc(100% / 7);
      flex: 0 0 calc(100% / 7); }

.img-calendar-time-field {
  -ms-flex: 0 0;
      flex: 0 0;
  height: 35px;
  line-height: 40px;
  padding: 0 25px 0 0;
  box-sizing: border-box; }

[class^="calendar-sport-"] {
  font-weight: bold;
  display: block;
  width: 32px;
  height: 30px;
  margin: 3.5px;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  vertical-align: center;
  line-height: 29px; }

.img-calendar-sport-icehockey {
  border: 1px solid #E53032;
  color: #E53032;
  background-color: rgba(229, 48, 50, 0.3); }

.img-calendar-sport-badminton {
  border: 1px solid #FD8521;
  color: #FD8521;
  background-color: rgba(253, 133, 33, 0.3); }

.img-calendar-sport-tennis {
  border: 1px solid #3EC933;
  color: #3EC933;
  background-color: rgba(62, 201, 51, 0.3); }

.img-calendar-sport-football {
  border: 1px solid #3EA8D4;
  color: #3EA8D4;
  background-color: rgba(62, 168, 212, 0.3); }

.img-calendar-sport-volleyball {
  border: 1px solid #CF4994;
  color: #CF4994;
  background-color: rgba(207, 73, 148, 0.3); }

.img-calendar-sport-basketball {
  border: 1px solid #AE64D7;
  color: #AE64D7;
  background-color: rgba(174, 100, 215, 0.3); }

.img-calendar-sport-golf {
  border: 1px solid #74C32C;
  color: #74C32C;
  background-color: rgba(116, 195, 44, 0.3); }

.img-calendar-sport-handball {
  border: 1px solid #EBB700;
  color: #EBB700;
  background-color: rgba(235, 183, 0, 0.3); }

.img-calendar-sport-retailchannels {
  border: 1px solid #5265D4;
  color: #5265D4;
  background-color: rgba(82, 101, 212, 0.3); }

.img-calendar-sport-esports {
  border: 1px solid #7D7373;
  color: #7D7373;
  background-color: rgba(125, 115, 115, 0.3); }

.img-calendar-sport-snooker {
  border: 1px solid #CB5972;
  color: #CB5972;
  background-color: rgba(203, 89, 114, 0.3); }

.img-calendar-sport-rugby {
  border: 1px solid #465F6B;
  color: #465F6B;
  background-color: rgba(70, 95, 107, 0.3); }

.img-calendar-week-day {
  position: relative; }

.collated-events > div {
  position: absolute; }

div.daterangepicker {
  z-index: 99999 !important;
  box-shadow: rgba(0, 27, 45, 0.2) 0 8px 16px;
  display: none;
  position: fixed !important; }
  div.daterangepicker .fa-chevron-left {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-right: 2px solid #0A0E11;
    border-bottom: 2px solid #0A0E11;
    transform: rotate(-225deg); }
  div.daterangepicker .fa-chevron-right {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-right: 2px solid #0A0E11;
    border-bottom: 2px solid #0A0E11;
    transform: rotate(-45deg); }
  div.daterangepicker .fa-clock-o {
    left: 10px !important;
    top: 10px !important; }
    div.daterangepicker .fa-clock-o::before {
      content: "w";
      font-family: "img-icon" !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; }
  div.daterangepicker .hourselect {
    width: 60px !important;
    padding: 0 10px;
    height: 30px; }
  div.daterangepicker .minuteselect {
    width: 60px !important;
    padding: 0 10px;
    height: 30px; }
  div.daterangepicker .ampmselect {
    width: 60px !important;
    padding: 0 10px;
    height: 30px; }
  div.daterangepicker .input-mini {
    font-family: 'roboto-bold';
    font-size: 1em;
    height: auto;
    padding: 5px 0;
    text-align: center; }
  div.daterangepicker .range_inputs .btn {
    display: block;
    width: 100%; }
    div.daterangepicker .range_inputs .btn + .btn {
      margin-top: 5px; }
  div.daterangepicker .calendar td,
  div.daterangepicker .calendar th {
    font-size: 0.9em;
    padding-bottom: 5px;
    padding-top: 5px; }
  div.daterangepicker .calendar th {
    font-family: 'roboto-bold'; }
  div.daterangepicker .calendar td.in-range {
    background-color: rgba(0, 118, 192, 0.1); }
    div.daterangepicker .calendar td.in-range.active {
      background-color: rgba(0, 118, 192, 0.2);
      color: #001B2D; }

.filter-round-button {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #001B2D;
  margin: 10px;
  margin-left: 50px;
  cursor: pointer;
  transition: all .3s ease;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .filter-round-button .line {
    width: 12px;
    height: 2px;
    background: #fff;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: undefined;
    right: undefined;
    content: ""; }
    .filter-round-button .line::after {
      width: 20px;
      height: 2px;
      background: #fff;
      border-radius: 25px;
      position: absolute;
      top: -5px;
      left: undefined;
      right: -4px;
      content: ""; }
    .filter-round-button .line::before {
      width: 6px;
      height: 2px;
      background: #fff;
      border-radius: 25px;
      position: absolute;
      top: 5px;
      left: 3px;
      right: undefined;
      content: ""; }
  .filter-round-button .filter-badge {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 8px; }

.filters-content {
  width: 250px;
  height: 330px;
  position: absolute;
  top: 65px;
  left: -170px;
  box-shadow: rgba(0, 27, 45, 0.2) 0 8px 16px;
  opacity: 1;
  z-index: 1;
  transition: all .4s ease;
  background: #fff; }
  .filters-content.ng-hide {
    opacity: 0; }
  .filters-content::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 5px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: #fff transparent; }
  .filters-content .head {
    border-bottom: rgba(0, 27, 45, 0.1) 1px solid; }
    .filters-content .head .title {
      padding-left: 20px;
      text-transform: uppercase;
      color: #999;
      font-size: 14px; }
    .filters-content .head .close {
      position: absolute;
      right: 20px;
      top: 22px;
      font-size: 14px;
      opacity: .4;
      cursor: pointer;
      transition: all .3s ease; }
      .filters-content .head .close:hover {
        opacity: .7; }
  .filters-content .active-filters {
    height: 100px;
    padding: 20px;
    overflow: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
    .filters-content .active-filters .badge {
      margin: 5px;
      padding-right: 20px;
      position: relative; }
      .filters-content .active-filters .badge .close {
        position: absolute;
        right: 2px;
        top: 4px;
        width: 10px;
        height: 10px;
        background: #fff;
        color: black;
        border-radius: 50%;
        font-size: 5px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
  .filters-content .add-filters {
    position: relative;
    border-bottom: rgba(0, 27, 45, 0.1) 1px solid;
    width: 100%; }
    .filters-content .add-filters .small {
      color: rgba(0, 27, 45, 0.5);
      font-size: 14px;
      font-weight: normal;
      padding: 14px 16px;
      display: block; }
    .filters-content .add-filters .icon-search {
      position: absolute;
      top: 16px;
      right: 20px;
      font-size: 14px;
      opacity: .7; }
  .filters-content .available-filters {
    height: 200px;
    overflow: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: rgba(0, 27, 45, 0.1) 1px solid; }
    .filters-content .available-filters .item {
      height: 30px;
      font-size: 14px;
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      transition: all .3s ease; }
      .filters-content .available-filters .item:hover {
        color: #001B2D; }
      .filters-content .available-filters .item.selected {
        color: #fff; }
      .filters-content .available-filters .item .close {
        position: absolute;
        right: 2px;
        top: 4px;
        width: 10px;
        height: 10px;
        background: #fff;
        color: #000;
        border-radius: 50%;
        font-size: 5px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
  .filters-content .reset-filters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding-top: 17px;
    padding-right: 20px;
    font-size: 14px;
    color: #001B2D; }
    .filters-content .reset-filters div {
      cursor: pointer; }

/*!
========== STATES
*/
.page-is-changing::before, .page-is-changing::after {
  opacity: 1;
  display: block;
  transform: translateY(0px); }

.page-is-changing::after {
  animation: border 2s linear infinite; }

.page-is-changing .hide-on-page-change {
  opacity: 0; }

.hide-on-page-change {
  transition: opacity ease-in-out 0.4s; }

.no-layout .toolbar,
.no-layout .sidebar,
.no-layout .topbar,
.stick .toolbar,
.stick .sidebar,
.stick .topbar {
  transform: translateY(-54px);
  transition: transform 500ms ease-out; }

.no-layout .hero,
.stick .hero {
  position: fixed;
  z-index: 1;
  left: 0px;
  right: 0px;
  height: 54px;
  background-position: -1px 91px;
  top: -54px;
  transition: top 500ms ease-out, opacity 500ms ease-out; }
  .no-layout .hero .hero--overlay,
  .stick .hero .hero--overlay {
    height: 54px;
    background-color: #0a0e11; }

.no-layout .sidebar,
.stick .sidebar {
  margin-top: 0;
  position: fixed;
  bottom: 0;
  top: 54px;
  right: -5.5px;
  z-index: 999; }

.no-layout .toolbar,
.stick .toolbar {
  background: rgba(255, 255, 255, 0.9);
  margin-top: 0;
  position: fixed;
  top: 54px;
  left: 0px;
  right: 313px;
  height: 65px;
  z-index: 2; }
  @media (min-width: 1200px) {
    .no-layout .toolbar,
    .stick .toolbar {
      right: calc(286px - 5.5px); } }
  .no-layout .toolbar .filters,
  .stick .toolbar .filters {
    margin-left: 0px; }

.stick .sidebar {
  background: rgba(255, 255, 255, 0.9); }

.stick .page--container {
  min-height: 120vh;
  margin-top: 260px; }

/*!
========== PAGES
*/
/* ==========================================================================
   Components
   ========================================================================== */
.page--login {
  background-color: #141c22;
  overflow: hidden;
  position: absolute;
  min-height: 450px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; }
  .page--login .login--container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100%; }
    .page--login .login--container input:not([type=submit]):not([type=button]):not([type=file]), .page--login .login--container textarea {
      min-width: 400px;
      background-color: #1c2931;
      color: #fff; }
      .page--login .login--container input:not([type=submit]):not([type=button]):not([type=file]):hover, .page--login .login--container textarea:hover {
        color: rgba(255, 255, 255, 0.6);
        border: rgba(255, 255, 255, 0.4) 1px solid; }
      .page--login .login--container input:not([type=submit]):not([type=button]):not([type=file]):focus, .page--login .login--container textarea:focus {
        color: #fff;
        border: rgba(255, 255, 255, 0.4) 1px solid; }
    .page--login .login--container h2 {
      color: #fff;
      font-weight: 300;
      letter-spacing: -0.4px; }
    .page--login .login--container span,
    .page--login .login--container label {
      color: #8E9BA4; }
    .page--login .login--container a {
      font-size: 13px;
      color: #0076C0; }
      .page--login .login--container a:active, .page--login .login--container a:focus {
        color: #fff; }
    .page--login .login--container form {
      margin-top: 30px; }
  .page--login .logo--container,
  .page--login .form--container {
    width: 40%; }
  .page--login .logo--container {
    min-width: 456px; }
    .page--login .logo--container .cover--logo {
      background-image: url("/assets/prod/pictures/mask-logo.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 70%;
      height: 326px;
      width: 390px;
      transition-timing-function: ease-in;
      transition: 0.2s;
      margin: 0 auto; }
  .page--login .form--container {
    padding-left: 10px; }
    .page--login .form--container ::-webkit-input-placeholder {
      color: #314858; }
  .page--login .authLabel {
    display: none; }
  .page--login .footer {
    color: #314858;
    position: absolute;
    bottom: 50px;
    left: 0px;
    right: 0px; }
  @media screen and (max-width: 768px) {
    .page--login {
      display: block; }
      .page--login .login--container {
        display: block;
        padding: 20px 0; }
        .page--login .login--container .logo--container {
          float: none !important;
          margin-bottom: 20px;
          min-width: 0;
          width: 100%; }
          .page--login .login--container .logo--container .cover--logo {
            background-size: auto 100%;
            height: 200px;
            margin: 0 auto;
            width: 100%; }
        .page--login .login--container .form--container {
          float: none !important;
          min-width: 0;
          padding: 0 15px;
          width: 100%; }
          .page--login .login--container .form--container .form {
            margin-top: 10px; }
          .page--login .login--container .form--container input[type="text"],
          .page--login .login--container .form--container input[type="email"],
          .page--login .login--container .form--container input[type="password"] {
            min-width: 0 !important;
            margin-bottom: 10px;
            width: 100%; }
          .page--login .login--container .form--container label {
            margin-top: 10px; }
          .page--login .login--container .form--container .btn-primary {
            margin-top: 15px; }
      .page--login .footer {
        bottom: 10px; } }
