/* Minification failed. Returning unminified contents.
(16182,17): run-time error CSS1039: Token not allowed after unary operator: '-highlight-color'
(20389,15): run-time error CSS1039: Token not allowed after unary operator: '-highlight-color'
(23750,17): run-time error CSS1063: Expected calculation unit, found 'auto'
(23750,17): run-time error CSS1064: Expected calculation product, found 'auto'
(23750,17): run-time error CSS1065: Expected calculation sum, found 'auto'
(23750,17): run-time error CSS1034: Expected closing parenthesis, found 'auto'
(23750,17): run-time error CSS1042: Expected function, found 'auto'
(23750,23): run-time error CSS1019: Unexpected token, found ' '
(23750,23): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(24538,39): run-time error CSS1039: Token not allowed after unary operator: '-button-hover-color'
(24538,76): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(24545,20): run-time error CSS1039: Token not allowed after unary operator: '-button-hover-color'
(24550,20): run-time error CSS1039: Token not allowed after unary operator: '-button-active-color'
(24551,39): run-time error CSS1039: Token not allowed after unary operator: '-button-active-color'
(24551,77): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
 */
.container {
  width: 100%;
  float: none;
  max-width: 61.25em;
  margin-top: 20px;
  background-color: white;
}
@charset "UTF-8";

/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C""\201D""\2018""\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.icon-sprite,
.icon-arrow-down,
.icon-facebook_social,
.icon-footer_dailymotion,
.icon-footer_periscope,
.icon-footer_vine,
.icon-footer_wechat,
.icon-footer_youku,
.icon-free_entrance,
.icon-magnifier_black,
.icon-magnifier_white,
.icon-mail_social,
.icon-pdf_icon,
.icon-play,
.icon-qualifiers_follow_us,
.icon-right_arrow_border_11,
.icon-right_arrow_border_11_black,
.icon-right_arrow_border_15_gold,
.icon-right_arrow_border_15_white,
.icon-right_arrow_border_19_black,
.icon-right_arrow_border_23,
.icon-social_dailymotion,
.icon-social_email_big,
.icon-social_facebook,
.icon-social_facebook_big,
.icon-social_facebook_wbg,
.icon-social_google_plus,
.icon-social_instagram,
.icon-social_instagram_big,
.icon-social_linkedin,
.icon-social_periscope,
.icon-social_sinaweibo,
.icon-social_twitter,
.icon-social_twitter_big,
.icon-social_twitter_wbg,
.icon-social_vimeo,
.icon-social_vine,
.icon-social_wechat,
.icon-social_youku,
.icon-social_youtube,
.icon-social_youtube_big,
.icon-social_youtube_wbg,
.icon-trending,
.icon-trending_white,
.icon-twitter_social,
.icon-whatsapp_social,
.page .view_full:hover:after,
#footer .view_full:hover:after,
#footer_top .view_full:hover:after,
.page .view_full:after,
#footer .view_full:after,
#footer_top .view_full:after,
#header .top .follow_us.expanded .social_icon.facebook,
#header .top .follow_us.expanded .social_icon.youtube,
#header .top .follow_us.expanded .social_icon.twitter,
#header .top .follow_us.expanded .social_icon.instagram,
#header .top .follow_us.expanded .social_icon.sinaweibo,
#header .top .follow_us.expanded .social_icon.linkedin,
#header .top .follow_us.expanded .social_icon.vine,
#header .top .follow_us.expanded .social_icon.periscope,
#header .top .follow_us.expanded .social_icon.googleplus,
#header .top .follow_us.expanded .social_icon.wechat,
#header .top .follow_us.expanded .social_icon.dailymotion,
#header .top .follow_us.expanded .social_icon.youku,
#header .top #search_btn:after,
#header .top #search_btn:hover:after,
#header .top #search_btn.opened:after,
.sidebar_box .highlight_box:after,
#footer .follow_us .row a.vine:after,
#footer .follow_us .row a.periscope:after,
#footer .follow_us .row a.wechat,
#footer .follow_us .row a.dailymotion,
#footer .follow_us .row a.youku {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

.icon-arrow-down {
  background-position: 0 0;
}

.icon-facebook_social {
  background-position: 0 -70px;
}

.icon-footer_dailymotion {
  background-position: 0 -106px;
}

.icon-footer_periscope {
  background-position: 0 -147px;
}

.icon-footer_vine {
  background-position: 0 -188px;
}

.icon-footer_wechat {
  background-position: 0 -216px;
}

.icon-footer_youku {
  background-position: 0 -257px;
}

.icon-free_entrance {
  background-position: 0 -298px;
}

.icon-magnifier_black {
  background-position: 0 -333px;
}

.icon-magnifier_white {
  background-position: 0 -353px;
}

.icon-mail_social {
  background-position: 0 -373px;
}

.icon-pdf_icon {
  background-position: 0 -409px;
}

.icon-play {
  background-position: 0 -430px;
}

.icon-qualifiers_follow_us {
  background-position: 0 -449px;
}

.icon-right_arrow_border_11 {
  background-position: 0 -473px;
}

.icon-right_arrow_border_11_black {
  background-position: 0 -489px;
}

.icon-right_arrow_border_15_gold {
  background-position: 0 -505px;
}

.icon-right_arrow_border_15_white {
  background-position: 0 -525px;
}

.icon-right_arrow_border_19_black {
  background-position: 0 -545px;
}

.icon-right_arrow_border_23 {
  background-position: 0 -569px;
}

.icon-social_dailymotion {
  background-position: 0 -597px;
}

.icon-social_email_big {
  background-position: 0 -625px;
}

.icon-social_facebook {
  background-position: 0 -676px;
}

.icon-social_facebook_big {
  background-position: 0 -705px;
}

.icon-social_facebook_wbg {
  background-position: 0 -756px;
}

.icon-social_google_plus {
  background-position: 0 -784px;
}

.icon-social_instagram {
  background-position: 0 -813px;
}

.icon-social_instagram_big {
  background-position: 0 -841px;
}

.icon-social_linkedin {
  background-position: 0 -892px;
}

.icon-social_periscope {
  background-position: 0 -981px;
}

.icon-social_sinaweibo {
  background-position: 0 -1009px;
}

.icon-social_twitter {
  background-position: 0 -1037px;
}

.icon-social_twitter_big {
  background-position: 0 -1065px;
}

.icon-social_twitter_wbg {
  background-position: 0 -1116px;
}

.icon-social_vimeo {
  background-position: 0 -1145px;
}

.icon-social_vine {
  background-position: 0 -1173px;
}

.icon-social_wechat {
  background-position: 0 -1201px;
}

.icon-social_youku {
  background-position: 0 -1229px;
}

.icon-social_youtube {
  background-position: 0 -1257px;
}

.icon-social_youtube_big {
  background-position: 0 -1285px;
}

.icon-social_youtube_wbg {
  background-position: 0 -1336px;
}

.icon-trending {
  background-position: 0 -1364px;
}

.icon-trending_white {
  background-position: 0 -1396px;
}

.icon-twitter_social {
  background-position: 0 -1428px;
}

.icon-whatsapp_social {
  background-position: 0 -1464px;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:960px)";
  width: 960px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #101010;
  padding: 0;
  margin: 0;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 61.25em;
  *zoom: 1;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse>.column,
.row.collapse>.columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -0.625em;
  margin-right: -0.625em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  position: relative;
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  float: left;
}

@media only screen {

  .column,
  .columns {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }

  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  .small-6 {
    position: relative;
    width: 50%;
  }

  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  [class*="column"]+[class*="column"]:last-child {
    float: right;
  }

  [class*="column"]+[class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 320px) {
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}

/* Grid HTML Classes */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 61.25em;
  width: 100%;
  *zoom: 1;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse .column,
.row.collapse .columns {
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row .row {
  margin-left: -0.625em;
  margin-right: -0.625em;
  max-width: none;
  width: auto;
  *zoom: 1;
}

.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: auto;
  *zoom: 1;
}

.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  float: left;
  position: relative;
}

@media only screen {
  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0%;
  }

  .small-offset-1 {
    margin-left: 8.33333%;
  }

  .small-offset-2 {
    margin-left: 16.66667%;
  }

  .small-offset-3 {
    margin-left: 25%;
  }

  .small-offset-4 {
    margin-left: 33.33333%;
  }

  .small-offset-5 {
    margin-left: 41.66667%;
  }

  .small-offset-6 {
    margin-left: 50%;
  }

  .small-offset-7 {
    margin-left: 58.33333%;
  }

  .small-offset-8 {
    margin-left: 66.66667%;
  }

  .small-offset-9 {
    margin-left: 75%;
  }

  .small-offset-10 {
    margin-left: 83.33333%;
  }

  [class*="column"]+[class*="column"]:last-child {
    float: right;
  }

  [class*="column"]+[class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}

@media only screen and (min-width: 320px) {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-push-1 {
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
}

@media only screen and (min-width: 768px) {
  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-push-1 {
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
}

p.lead {
  font-size: 0.96875em;
  line-height: 1.6;
}

.subheader {
  line-height: 1.4;
  color: #5d5d5d;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */
a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
}

a:hover,
a:focus {
  color: #2795b6;
}

a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.75em;
  line-height: 1.5;
  margin-bottom: 20px;
  text-rendering: optimizeLegibility;
}

p aside {
  font-size: 0.875em;
  line-height: 1.2;
  font-style: normal;
}

/* Default header styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "lato-bold", "Arial Black", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #101010;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.0125em;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #5d5d5d;
  line-height: 0;
}

h1 {
  font-size: 1.875em;
}

h2 {
  font-size: 1.25em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 0.9375em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

hr {
  border: solid #d7d7d7;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.5625em 0 1.5em;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c;
}

/* Lists */
ul,
ol,
dl {
  font-size: 0.75em;
  line-height: 1.5;
  margin-bottom: 20px;
  list-style-position: outside;
  font-family: inherit;
}

ul,
ol {
  margin-left: 0;
}

ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
}

ul.circle {
  list-style-type: circle;
}

ul.disc {
  list-style-type: disc;
}

ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #101010;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 20px;
  padding: 0 1.5625em 0 1.75em;
  border-left: none;
}

blockquote cite {
  display: block;
  font-size: 0.875em;
  color: #101010;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #101010;
}

blockquote,
blockquote p {
  line-height: 1.5;
  color: #101010;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #ddd;
  padding: 0.625em 0.75em;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em;
}

@media only screen and (min-width: 320px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2;
  }

  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 1.875em;
  }

  h3 {
    font-size: 1.5625em;
  }

  h4 {
    font-size: 1.25em;
  }
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}

button,
.button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: #fff;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #2284a1;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  color: #fff;
}

button.secondary,
.button.secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  background-color: #d0d0d0;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  color: #333;
}

button.success,
.button.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff;
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  background-color: #457a1a;
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  color: #fff;
}

button.alert,
.button.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  background-color: #970b0e;
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  color: #fff;
}

button.large,
.button.large {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.25em;
}

button.small,
.button.small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 0.8125em;
}

button.tiny,
.button.tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  font-size: 0.6875em;
}

button.expand,
.button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

button.left-align,
.button.left-align {
  text-align: left;
  text-indent: 0.75em;
}

button.right-align,
.button.right-align {
  text-align: right;
  padding-right: 0.75em;
}

button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #2284a1;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  color: #fff;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #2ba6cb;
}

button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #d0d0d0;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  color: #333;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #e9e9e9;
}

button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #457a1a;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  color: #fff;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #5da423;
}

button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #970b0e;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  color: #fff;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #c60f13;
}

button,
.button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none;
}

button.tiny,
.button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
  -webkit-appearance: none;
}

button.small,
.button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  -webkit-appearance: none;
}

button.large,
.button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
  -webkit-appearance: none;
}

@media only screen {

  button,
  .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  
  button:active,
  .button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }

  button.radius,
  .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  button.round,
  .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
  #onetrust-consent-sdk button{
      box-shadow: none;
      -webkit-box-shadow: none;
  }
}

@media only screen and (min-width: 320px) {

  button,
  .button {
    display: inline-block;
  }
}

/* Standard Forms */
form {
  margin: 0 0 1.25em;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.625em;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.625em;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.625em;
}

/* Label Styles */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
  /* Styles for required inputs */
}

label.right {
  float: none;
  text-align: right;
}

label.inline {
  margin: 0 0 1.25em 0;
  padding: 0.75em 0;
}

label small {
  text-transform: capitalize;
  color: #666666;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.6875em;
  line-height: 2.6875em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix,
label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333;
}

span.prefix.radius,
label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

span.postfix,
label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333;
}

span.postfix.radius,
label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
.input-group.radius>*:first-child,
.input-group.radius>*:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.input-group.radius>*:last-child,
.input-group.radius>*:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.input-group.round>*:first-child,
.input-group.round>*:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.input-group.round>*:last-child,
.input-group.round>*:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1.25em 0;
  padding: 0.625em;
  height: 2.6875em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #ddd;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1.25em 0;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
fieldset {
  border: solid 0px #ddd;
  padding: 1.25em;
  margin: 1.125em 0;
}

fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}

/* Error Handling */
[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1.25em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
}

[data-abide] span.error,
[data-abide] small.error {
  display: none;
}

span.error,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1.25em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
}

.error input,
.error textarea,
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}

.error input:focus,
.error textarea:focus,
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}

.error label,
.error label.error {
  color: #c60f13;
}

.error>small,
.error small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1.25em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}

input.error:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}

.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}

.error select:focus {
  background: #fafafa;
  border-color: #999999;
}

label.error {
  color: #c60f13;
}

/* Custom Checkbox and Radio Inputs */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden;
}

form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  /* fix centering issue */
  vertical-align: middle;
  border: solid 1px #ccc;
  background: #fff;
}

form.custom .custom.checkbox {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}

form.custom .custom.radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 3px;
}

form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 16px;
  color: #fff;
}

form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #222;
  position: relative;
}

form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #222;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: 4px;
  margin-left: -5px;
}

/* Custom Select Options and Dropdowns */
form.custom {
  /* Custom input, disabled */
}

form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 2.6875em;
  margin-bottom: 1.25em;
  margin-top: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  box-shadow: none;
  font-size: 0.875em;
  vertical-align: top;
}

form.custom .custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}

form.custom .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 2.625em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.625em;
  margin-right: 2.6875em;
}

form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 3.125em;
  height: 2.6875em;
  display: block;
  right: 0;
  top: 0;
}

form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #aaa transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 1.25em;
  top: 50%;
  margin-top: -3px;
}

form.custom .custom.dropdown:hover a.selector:after,
form.custom .custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #222 transparent transparent transparent;
  border-top-style: solid;
}

form.custom .custom.dropdown .disabled {
  color: #888;
}

form.custom .custom.dropdown .disabled:hover {
  background: transparent;
  color: #888;
}

form.custom .custom.dropdown .disabled:hover:after {
  display: none;
}

form.custom .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

form.custom .custom.dropdown.small {
  max-width: 134px;
}

form.custom .custom.dropdown.medium {
  max-width: 254px;
}

form.custom .custom.dropdown.large {
  max-width: 434px;
}

form.custom .custom.dropdown.expand {
  width: 100% !important;
}

form.custom .custom.dropdown.open.small ul {
  min-width: 134px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form.custom .custom.dropdown.open.medium ul {
  min-width: 254px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form.custom .custom.dropdown.open.large ul {
  min-width: 434px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

form.custom .error .custom.dropdown {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  background: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}

form.custom .error .custom.dropdown:focus {
  background: #fafafa;
  border-color: #999999;
}

form.custom .error .custom.dropdown+small.error {
  margin-top: 0;
}

form.custom .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: -1px;
  top: auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16;
}

form.custom .custom.dropdown ul li {
  color: #555;
  font-size: 0.875em;
  cursor: default;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.375em;
  padding-right: 2.375em;
  min-height: 1.5em;
  line-height: 1.5em;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}

form.custom .custom.dropdown ul li.selected {
  background: #eeeeee;
  color: #000;
}

form.custom .custom.dropdown ul li:hover {
  background-color: #e4e4e4;
  color: #000;
}

form.custom .custom.dropdown ul li.selected:hover {
  background: #eeeeee;
  cursor: default;
  color: #000;
}

form.custom .custom.dropdown ul.show {
  display: block;
}

form.custom .custom.disabled {
  background: #ddd;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 61.25em;
  width: 100%;
  zoom: 1;
}

.row:before,
.row:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.row:after {
  clear: both;
}

.row.collapse .column,
.row.collapse .columns {
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row .row {
  margin-left: -0.625em;
  margin-right: -0.625em;
  max-width: none;
  width: auto;
  zoom: 1;
}

.row .row:before,
.row .row:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: auto;
  zoom: 1;
}

.row .row.collapse:before,
.row .row.collapse:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  float: left;
  position: relative;
}

@media only screen {
  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0%;
  }

  .small-offset-1 {
    margin-left: 8.33333%;
  }

  .small-offset-2 {
    margin-left: 16.66667%;
  }

  .small-offset-3 {
    margin-left: 25%;
  }

  .small-offset-4 {
    margin-left: 33.33333%;
  }

  .small-offset-5 {
    margin-left: 41.66667%;
  }

  .small-offset-6 {
    margin-left: 50%;
  }

  .small-offset-7 {
    margin-left: 58.33333%;
  }

  .small-offset-8 {
    margin-left: 66.66667%;
  }

  .small-offset-9 {
    margin-left: 75%;
  }

  .small-offset-10 {
    margin-left: 83.33333%;
  }

  [class*="column"]+[class*="column"]:last-child {
    float: right;
  }

  [class*="column"]+[class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}

@media only screen and (min-width: 320px) {
  .break-sm-1 {
    width: 8.33333%;
  }

  .break-sm-2 {
    width: 16.66667%;
  }

  .break-sm-3 {
    width: 25%;
  }

  .break-sm-4 {
    width: 33.33333%;
  }

  .break-sm-5 {
    width: 41.66667%;
  }

  .break-sm-6 {
    width: 50%;
  }

  .break-sm-7 {
    width: 58.33333%;
  }

  .break-sm-8 {
    width: 66.66667%;
  }

  .break-sm-9 {
    width: 75%;
  }

  .break-sm-10 {
    width: 83.33333%;
  }

  .break-sm-11 {
    width: 91.66667%;
  }

  .break-sm-12 {
    width: 100%;
  }

  .break-sm-offset-0 {
    margin-left: 0%;
  }

  .break-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .break-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .break-sm-offset-3 {
    margin-left: 25%;
  }

  .break-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .break-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .break-sm-offset-6 {
    margin-left: 50%;
  }

  .break-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .break-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .break-sm-offset-9 {
    margin-left: 75%;
  }

  .break-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .break-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .break-sm-push-1 {
    left: 8.33333%;
    right: auto;
  }

  .break-sm-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .break-sm-push-2 {
    left: 16.66667%;
    right: auto;
  }

  .break-sm-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .break-sm-push-3 {
    left: 25%;
    right: auto;
  }

  .break-sm-pull-3 {
    right: 25%;
    left: auto;
  }

  .break-sm-push-4 {
    left: 33.33333%;
    right: auto;
  }

  .break-sm-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .break-sm-push-5 {
    left: 41.66667%;
    right: auto;
  }

  .break-sm-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .break-sm-push-6 {
    left: 50%;
    right: auto;
  }

  .break-sm-pull-6 {
    right: 50%;
    left: auto;
  }

  .break-sm-push-7 {
    left: 58.33333%;
    right: auto;
  }

  .break-sm-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .break-sm-push-8 {
    left: 66.66667%;
    right: auto;
  }

  .break-sm-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .break-sm-push-9 {
    left: 75%;
    right: auto;
  }

  .break-sm-pull-9 {
    right: 75%;
    left: auto;
  }

  .break-sm-push-10 {
    left: 83.33333%;
    right: auto;
  }

  .break-sm-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .break-sm-push-11 {
    left: 91.66667%;
    right: auto;
  }

  .break-sm-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  .column.break-sm-centered,
  .columns.break-sm-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.break-sm-uncentered,
  .columns.break-sm-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
}

@media only screen and (min-width: 480px) {
  .break-ms-1 {
    width: 8.33333%;
  }

  .break-ms-2 {
    width: 16.66667%;
  }

  .break-ms-3 {
    width: 25%;
  }

  .break-ms-4 {
    width: 33.33333%;
  }

  .break-ms-5 {
    width: 41.66667%;
  }

  .break-ms-6 {
    width: 50%;
  }

  .break-ms-7 {
    width: 58.33333%;
  }

  .break-ms-8 {
    width: 66.66667%;
  }

  .break-ms-9 {
    width: 75%;
  }

  .break-ms-10 {
    width: 83.33333%;
  }

  .break-ms-11 {
    width: 91.66667%;
  }

  .break-ms-12 {
    width: 100%;
  }

  .break-ms-offset-0 {
    margin-left: 0%;
  }

  .break-ms-offset-1 {
    margin-left: 8.33333%;
  }

  .break-ms-offset-2 {
    margin-left: 16.66667%;
  }

  .break-ms-offset-3 {
    margin-left: 25%;
  }

  .break-ms-offset-4 {
    margin-left: 33.33333%;
  }

  .break-ms-offset-5 {
    margin-left: 41.66667%;
  }

  .break-ms-offset-6 {
    margin-left: 50%;
  }

  .break-ms-offset-7 {
    margin-left: 58.33333%;
  }

  .break-ms-offset-8 {
    margin-left: 66.66667%;
  }

  .break-ms-offset-9 {
    margin-left: 75%;
  }

  .break-ms-offset-10 {
    margin-left: 83.33333%;
  }

  .break-ms-offset-11 {
    margin-left: 91.66667%;
  }

  .break-ms-push-1 {
    left: 8.33333%;
    right: auto;
  }

  .break-ms-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .break-ms-push-2 {
    left: 16.66667%;
    right: auto;
  }

  .break-ms-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .break-ms-push-3 {
    left: 25%;
    right: auto;
  }

  .break-ms-pull-3 {
    right: 25%;
    left: auto;
  }

  .break-ms-push-4 {
    left: 33.33333%;
    right: auto;
  }

  .break-ms-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .break-ms-push-5 {
    left: 41.66667%;
    right: auto;
  }

  .break-ms-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .break-ms-push-6 {
    left: 50%;
    right: auto;
  }

  .break-ms-pull-6 {
    right: 50%;
    left: auto;
  }

  .break-ms-push-7 {
    left: 58.33333%;
    right: auto;
  }

  .break-ms-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .break-ms-push-8 {
    left: 66.66667%;
    right: auto;
  }

  .break-ms-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .break-ms-push-9 {
    left: 75%;
    right: auto;
  }

  .break-ms-pull-9 {
    right: 75%;
    left: auto;
  }

  .break-ms-push-10 {
    left: 83.33333%;
    right: auto;
  }

  .break-ms-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .break-ms-push-11 {
    left: 91.66667%;
    right: auto;
  }

  .break-ms-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  .column.break-ms-centered,
  .columns.break-ms-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.break-ms-uncentered,
  .columns.break-ms-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
}

@media only screen and (min-width: 640px) {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-push-1 {
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
}

@media only screen and (min-width: 768px) {
  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-push-1 {
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
}

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../../fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../../fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../../fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../../fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesomeBrands';
  src: url("/fonts/FontAwesomePro/fa-brands-400.eot");
  src: url("/fonts/FontAwesomePro/fa-brands-400.eot") format("embedded-opentype"), url("/fonts/FontAwesomePro/fa-brands-400.woff2") format("woff2"), url("/fonts/FontAwesomePro/fa-brands-400.woff") format("woff"), url("/fonts/FontAwesomePro/fa-brands-400.ttf") format("truetype"), url("/fonts/FontAwesomePro/fa-brands-400.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/Content/2013/PC/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/slick/slick.eot");
  src: url("../../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../../fonts/slick/slick.woff") format("woff"), url("../../fonts/slick/slick.ttf") format("truetype"), url("../../fonts/slick/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside>.mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_outside+.mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper>.mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

blockquote p {
  color: #474d54;
  font-family: 'lato-bold', Arial, sans-serif;
  font-size: 25px;
  line-height: 34px;
  position: relative;
}

@-ms-viewport {
  width: device-width;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html[dir="rtl"],
html[dir="rtl"] div,
html[dir="rtl"] dl,
html[dir="rtl"] dt,
html[dir="rtl"] dd,
html[dir="rtl"] ul,
html[dir="rtl"] ol,
html[dir="rtl"] li,
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6,
html[dir="rtl"] pre,
html[dir="rtl"] form,
html[dir="rtl"] p,
html[dir="rtl"] blockquote,
html[dir="rtl"] th,
html[dir="rtl"] td {
  direction: rtl !important;
}

html[dir="rtl"] .left {
  float: right !important;
}

html[dir="rtl"] .right {
  float: left !important;
}

html.noscroll {
  height: 100%;
  overflow: hidden;
}

html.noscroll body {
  overflow: hidden;
  height: 100%;
}

/*static content list*/
#hall_of_famers_detail .profile_group ul,
#hall_of_famers_detail .profile_group ol,
ul.list,
ol.list {
  list-style-type: decimal;
  margin: 15px 15px;
  font-size: 14px;
}

#hall_of_famers_detail .profile_group ul,
#hall_of_famers_detail .profile_group ol,
ul.list,
ol.list {
  padding-left: 16px;
}

#hall_of_famers_detail .profile_group ul li,
ul.list li {
  list-style-type: disc;
  margin: 3px 15px;
  font-size: 14px;
}

#hall_of_famers_detail .profile_group ol li,
ol.list li {
  list-style-type: decimal;
  margin: 3px 15px;
}

@font-face {
  font-family: "lato-light";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/lato-light-webfont.eot");
  src: url("../../fonts/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/lato-light-webfont.woff") format("woff"), url("../../fonts/lato-light-webfont.ttf") format("truetype"), url("../../fonts/lato-light-webfont.svg#lato-light") format("svg");
}

@font-face {
  font-family: "lato-regular";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/lato-regular-webfont.eot");
  src: url("../../fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/lato-regular-webfont.woff") format("woff"), url("../../fonts/lato-regular-webfont.ttf") format("truetype"), url("../../fonts/lato-regular-webfont.svg#lato-regular") format("svg");
}

@font-face {
  font-family: "lato-bold";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/lato-bold-webfont.eot");
  src: url("../../fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/lato-bold-webfont.woff") format("woff"), url("../../fonts/lato-bold-webfont.ttf") format("truetype"), url("../../fonts/lato-bold-webfont.svg#lato-bold") format("svg");
}

@font-face {
  font-family: "lato-black";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/lato-black-webfont.eot");
  src: url("../../fonts/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/lato-black-webfont.woff") format("woff"), url("../../fonts/lato-black-webfont.ttf") format("truetype"), url("../../fonts/lato-black-webfont.svg#lato-black") format("svg");
}

@font-face {
  font-family: "hinted-geomanist-black";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/hinted-geomanist-black-webfont.eot");
  src: url("../../fonts/hinted-geomanist-black-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/hinted-geomanist-black-webfont.woff") format("woff"), url("../../fonts/hinted-geomanist-black-webfont.ttf") format("truetype"), url("../../fonts/hinted-geomanist-black-webfont.svg#hinted-geomanist-black") format("svg");
}

@font-face {
  font-family: "hinted-geomanist-bold";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/hinted-geomanist-bold-webfont.eot");
  src: url("../../fonts/hinted-geomanist-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/hinted-geomanist-bold-webfont.woff") format("woff"), url("../../fonts/hinted-geomanist-bold-webfont.ttf") format("truetype"), url("../../fonts/hinted-geomanist-bold-webfont.svg#hinted-geomanist-bold") format("svg");
}

@font-face {
  font-family: "hinted-geomanist-book";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/hinted-geomanist-book-webfont.eot");
  src: url("../../fonts/hinted-geomanist-book-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/hinted-geomanist-book-webfont.woff") format("woff"), url("../../fonts/hinted-geomanist-book-webfont.ttf") format("truetype"), url("../../fonts/hinted-geomanist-book-webfont.svg#hinted-geomanist-book") format("svg");
}

@font-face {
  font-family: "hinted-geomanist-extralight";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/hinted-geomanist-extralight-webfont.eot");
  src: url("../../fonts/hinted-geomanist-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/hinted-geomanist-extralight-webfont.woff") format("woff"), url("../../fonts/hinted-geomanist-extralight-webfont.ttf") format("truetype"), url("../../fonts/hinted-geomanist-extralight-webfont.svg#hinted-geomanist-extralight") format("svg");
}

@font-face {
  font-family: "hinted-geomanist-light";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/hinted-geomanist-light-webfont.eot");
  src: url("../../fonts/hinted-geomanist-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/hinted-geomanist-light-webfont.woff") format("woff"), url("../../fonts/hinted-geomanist-light-webfont.ttf") format("truetype"), url("../../fonts/hinted-geomanist-light-webfont.svg#hinted-geomanist-light") format("svg");
}

@font-face {
  font-family: "hinted-geomanist-medium";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/hinted-geomanist-medium-webfont.eot");
  src: url("../../fonts/hinted-geomanist-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/hinted-geomanist-medium-webfont.woff") format("woff"), url("../../fonts/hinted-geomanist-medium-webfont.ttf") format("truetype"), url("../../fonts/hinted-geomanist-medium-webfont.svg#hinted-geomanist-medium") format("svg");
}

@font-face {
  font-family: "hinted-geomanist-regular";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/hinted-geomanist-regular-webfont.eot");
  src: url("../../fonts/hinted-geomanist-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/hinted-geomanist-regular-webfont.woff") format("woff"), url("../../fonts/hinted-geomanist-regular-webfont.ttf") format("truetype"), url("../../fonts/hinted-geomanist-regular-webfont.svg#hinted-geomanist-regular") format("svg");
}

@font-face {
  font-family: "hinted-geomanist-thin";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/hinted-geomanist-thin-webfont.eot");
  src: url("../../fonts/hinted-geomanist-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/hinted-geomanist-thin-webfont.woff") format("woff"), url("../../fonts/hinted-geomanist-thin-webfont.ttf") format("truetype"), url("../../fonts/hinted-geomanist-thin-webfont.svg#hinted-geomanist-thin") format("svg");
}

@font-face {
  font-family: "hinted-geomanist-ultra";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/hinted-geomanist-ultra-webfont.eot");
  src: url("../../fonts/hinted-geomanist-ultra-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/hinted-geomanist-ultra-webfont.woff") format("woff"), url("../../fonts/hinted-geomanist-ultra-webfont.ttf") format("truetype"), url("../../fonts/hinted-geomanist-ultra-webfont.svg#hinted-geomanist-ultra") format("svg");
}

@font-face {
  font-family: "BebasNeueBold";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/BebasNeueBold.eot");
  src: url("../../fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/BebasNeueBold.woff") format("woff"), url("../../fonts/BebasNeueBold.ttf") format("truetype"), url("../../fonts/BebasNeueBold.svg#BebasNeueBold") format("svg");
}

@font-face {
  font-family: "digital_1-regular";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/digital_1-regular.eot");
  src: url("../../fonts/digital_1-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/digital_1-regular.woff") format("woff"), url("../../fonts/digital_1-regular.ttf") format("truetype"), url("../../fonts/digital_1-regular.svg#digital_1-regular") format("svg");
}

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon/fibacom.eot");
  src: url("../../fonts/icomoon/fibacom.eot?#iefix") format("embedded-opentype"), url("../../fonts/icomoon/fibacom.woff") format("woff"), url("../../fonts/icomoon/fibacom.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Heart Regular';
    src: url('../../fonts/FBWC23-Heart-Regular.woff') format('woff'), url('../../fonts/FBWC23-Heart-Regular.otf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heart Bold';
    src: url('../../fonts/FBWC23-Heart-Bold.woff') format('woff'), url('../../fonts/FBWC23-Heart-Bold.otf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heart Light Condensed';
    src: url('../../fonts/FBWC23-Heart-LightCondensed.woff') format('woff'), url('../../fonts/FBWC23-Heart-LightCondensed.otf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

.FWC23-fonts {
    font-family: 'Heart Regular' !important;
}

body *,
body :focus,
a {
    outline: none;
}

body {
  overflow-y: scroll;
}

img {
  max-width: 100%;
}

img.small_flag,
img.medium_flag,
img.big_flag {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

img.small_flag {
  width: 30px;
}

img.medium_flag {
  width: 60px;
}

img.big_flag {
  max-width: 90px;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  color: #ea2e49;
}

.social_style_link {
  font-size: 11px;
}

.social_style_link:before {
  margin-right: 5px;
  color: inherit;
  display: inline-block;
  font-size: 13px;
}

.social_style_link.facebook {
  color: #3b5998;
}

.social_style_link.facebook:hover {
  border-bottom-color: #3b5998;
}

.social_style_link.facebook:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
}

.social_style_link.twitter {
  color: #1ab2e8;
}

.social_style_link.twitter:hover {
  border-bottom-color: #1ab2e8;
}

.social_style_link.twitter:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
}

.social_style_link:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.page_loading {
  background-color: rgba(16, 16, 16, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}

.page_loading .sk-circle {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.page_loading .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page_loading .sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.page_loading .sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.page_loading .sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.page_loading .sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.page_loading .sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.page_loading .sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.page_loading .sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page_loading .sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.page_loading .sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.page_loading .sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.page_loading .sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.page_loading .sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.page_loading .sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.page_loading .sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.page_loading .sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.page_loading .sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.page_loading .sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.page_loading .sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.page_loading .sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.page_loading .sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.page_loading .sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.page_loading .sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.page_loading .sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.image_load {
  background-image: url("/Content/2013/PC/img/loader_list.GIF");
  background-position: center center;
  background-repeat: no-repeat;
  height: 50px;
  overflow: hidden;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.image_load.loaded {
  height: auto;
  overflow: auto;
}

.image_load.loaded img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.image_load img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

html[dir="rtl"] table.default_style .align_left {
  text-align: right !important;
}

html[dir="rtl"] table.default_style .align_right {
  text-align: left !important;
}

table.columnhover tbody tr.ajax_loading:hover td {
  background-color: #ffffff !important;
}

table .ajax_loading,
table .ajax_loading td {
  background-color: #ffffff !important;
  border: none !important;
}

table .ajax_loading td {
  background: #ffffff url("/Content/2013/PC/img/loader_list.GIF") center center no-repeat !important;
  height: 66px !important;
}

table .name .long {
  display: none;
}

table .extraborder {
  border-bottom: 3px solid #bbbbbb !important;
}

table .extraborder_green {
  border-bottom: 3px solid #50a973 !important;
}

table .extraborder_red {
  border-bottom: 3px solid #db1f3a !important;
}

table .qualifiedLine {
  border-bottom: 3px solid #bbbbbb !important;
}

table .qualifiedLine_possible {
  border-bottom: 2px dotted #bbbbbb !important;
}

table.default_style {
  position: relative;
  width: 100%;
  font-size: 0.8125em;
  margin: 20px 0 30px;
}

table.default_style th,
table.default_style td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  height: 38px;
  line-height: 21px;
  padding: 3px 10px;
}

html[dir="rtl"] table.default_style th,
html[dir="rtl"] table.default_style td {
    padding: 3px 10px 3px 3px;
}

    table.default_style th.darkgrey,
    table.default_style td.darkgrey {
        background-color: #dcdddd;
    }

table.default_style th.blank,
table.default_style td.blank {
  background-color: #ffffff;
  padding: 0 !important;
  width: 4px;
}

table.default_style th {
  font-weight: bold;
  color: #ffffff;
}

table.default_style td.lightgrey {
  background-color: #f4f4f4;
}

table.default_style thead tr {
  border-right: 1px solid #bea554;
  border-left: 1px solid #bea554;
  background-color: #bea554;
}

table.default_style thead tr th:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.2);
}

table.default_style tbody {
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}

table.default_style tbody tr {
  vertical-align: middle;
  border-bottom: none;
}

table.default_style tbody tr:nth-child(even) td.lightgrey {
  background-color: #e6e6e6;
}

table.default_style tbody td {
  border-right: 1px solid #dfdfdf;
}

table.default_style .align_left {
  text-align: left !important;
}

table.default_style .align_center {
  text-align: center !important;
}

table.default_style .align_right {
  text-align: right !important;
}

@media all and (max-width: 768px) {
  html[dir="rtl"] table td.has_flag {
    padding-left: 30px !important;
    padding-right: 10px !important;
  }

  table td.has_flag {
    padding-right: 30px !important;
  }
}

@media only screen and (max-width: 767px) {
  html[dir="rtl"] div.responsive-table-wrapper div.scrollable {
    margin-right: 35%;
    margin-left: 0;
  }

  html[dir="rtl"] div.responsive-table-wrapper div.scrollable table {
    margin-right: 0 !important;
  }

  .pinned {
    border: none;
    overflow-x: auto !important;
  }

  div.responsive-table-wrapper {
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }

  div.responsive-table-wrapper div.scrollable {
    margin-left: 35%;
  }

  div.responsive-table-wrapper div.scrollable table {
    margin-left: 0 !important;
  }
}

table.columnhover td.betterhover,
table.columnhover tbody tr:hover td {
  background-color: #f0f0f0 !important;
}

.calreply_button {
  border: 1px solid #ea2e49;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 12px;
  display: inline-block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-transition: color 0.1s, background-color 0.1s;
  -o-transition: color 0.1s, background-color 0.1s;
  -webkit-transition: color 0.1s, background-color 0.1s;
  transition: color 0.1s, background-color 0.1s;
}

html[dir="rtl"] .calreply_button:before {
  margin-left: 10px;
  margin-right: 0;
}

.calreply_button:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.calreply_button:hover {
  background-color: #ea2e49;
  color: #ffffff;
}

@media all and (min-width: 980px) {
  .calreply_button {
    font-size: 14px;
  }
}

strong,
th {
  font-family: 'lato-bold', Arial, sans-serif;
  font-weight: normal;
}

form.custom .custom.dropdown {
  background: none;
  background-color: #ffffff;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

form.custom .custom.dropdown:hover {
  border-color: #a1a1a1;
}

form.custom .custom.dropdown a.selector {
  width: 28px;
}

form.custom .custom.dropdown a.selector:after {
  left: 0.8em;
}

form.custom .custom.dropdown ul,
form.custom .custom.dropdown ul li {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type="submit"] {
  cursor: pointer;
  overflow: visible;
  border: none;
  padding: 0 15px;
  text-align: center;
  font-family: 'lato-bold', Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  background-color: #ec425b;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input[type="submit"]:hover {
  background-color: #e41735;
}

.responsive_video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}

.responsive_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_outer_wrapper.video_left {
  margin-left: 0;
  margin-right: auto;
}

.video_outer_wrapper.video_center {
  margin-left: auto;
  margin-right: auto;
}

.video_outer_wrapper.video_right {
  margin-left: auto;
  margin-right: 0;
}

.selectboxit-container {
  font-family: "lato-regular" !important;
}

.selectboxit-container.autowidth .selectboxit-btn {
  padding-right: 0 !important;
}

.selectboxit-container .selectboxit-btn {
  padding-right: 30px !important;
}

html[dir="rtl"] .selectboxit-container .selectboxit-btn {
  padding-left: 30px !important;
  padding-right: 0 !important;
}

html[dir="rtl"] .selectboxit-container .selectboxit-option-icon-container,
html[dir="rtl"] .selectboxit-container .selectboxit-text {
  float: right;
}

html[dir="rtl"] .selectboxit-container .selectboxit-arrow-container {
  left: 0;
  right: auto;
}

html[dir="rtl"] .selectboxit-container .selectboxit-options a {
  text-align: right;
}

.indented_text {
  text-indent: 2.5em;
}

.underlined_text {
  text-decoration: underline;
}

.circled_text:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  padding-right: 4px;
  line-height: 1.7;
  vertical-align: top;
  font-size: 0.5em;
  font-weight: bold;
  color: inherit;
}

.circled_low_text:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  padding-right: 5px;
  line-height: 1.45;
  vertical-align: top;
  font-size: 0.8em;
  font-weight: bold;
  color: inherit;
}

.date_highlighted,
.category {
  display: inline-block;
  padding: 4px 0.625em;
  font-size: 10px;
}

.date_highlighted {
  font-family: 'lato-black', Arial, sans-serif;
  color: #101010;
  background-color: #e6e6e6;
}

.category {
  position: relative;
  display: inline-block;
  margin-left: 6px;
  left: 0;
  text-transform: uppercase;
  font-family: 'lato-bold', Arial, sans-serif;
  color: #ffffff;
}

html[dir="rtl"] .category {
  margin-left: 0;
  margin-right: 6px;
}

#article_detail blockquote {
  position: relative;
  padding-right: 10px;
  padding-left: 40px;
  line-height: 34px;
  font-family: 'lato-bold', Arial, sans-serif;
  font-size: 25px;
  color: #474d54;
}

html[dir="rtl"] #article_detail blockquote {
  padding-left: 10px;
  padding-right: 40px;
}

html[dir="rtl"] #article_detail blockquote:before {
  left: auto;
  right: 0;
}

#article_detail blockquote:before {
  content: '“';
  position: absolute;
  top: 0;
  left: 0;
  line-height: 70px;
  font-size: 70px;
}

@media all and (min-width: 480px) {
  html[dir="rtl"] #article_detail blockquote.quote_left {
    float: right;
    margin-right: 0;
    margin-left: 1.25em;
  }

  html[dir="rtl"] #article_detail blockquote.quote_right {
    float: left;
    margin-right: 1.25em;
    margin-left: 0;
  }

  html[dir="rtl"] #article_detail blockquote.extramargin_left {
    margin-left: 0;
    margin-right: 16%;
  }

  html[dir="rtl"] #article_detail blockquote.extramargin_right {
    margin-right: 0;
    margin-left: 16%;
  }

  #article_detail blockquote.quote_left {
    float: left;
    margin-right: 1.25em;
  }

  #article_detail blockquote.quote_right {
    float: right;
    margin-left: 1.25em;
  }

  #article_detail blockquote.extramargin_left {
    margin-left: 16%;
  }

  #article_detail blockquote.extramargin_right {
    margin-right: 16%;
  }
}

#article_detail blockquote.small_quote {
  position: relative;
  padding: 0;
  line-height: 28px;
  font-family: 'lato-bold', Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
}

html[dir="rtl"] #article_detail blockquote.small_quote {
  padding-right: 0;
  padding-left: 0;
}

#article_detail blockquote.small_quote:before {
  display: none;
}

#article_detail blockquote.small_quote .author {
  display: inline-block;
  font-family: 'lato-bold', Arial, sans-serif;
  font-size: 20px;
  font-style: inherit;
}

#article_detail blockquote.small_quote .author:before {
  content: '-';
  left: 0;
  padding-right: 6px;
  color: inherit;
}

html[dir="rtl"] #article_detail blockquote.small_quote .author:before {
  right: 0;
  left: auto;
  padding-left: 6px;
  padding-right: 0;
}

#article_detail blockquote.small_quote.quote_background {
  padding: 25px 30px;
  font-family: 'lato-regular', Arial, sans-serif;
  background-color: #bea554;
}

html[dir="rtl"] #article_detail blockquote.small_quote.quote_background {
  padding-right: 30px;
  padding-left: 30px;
}

#article_detail blockquote.small_quote.quote_line {
  padding-left: 20px;
}

html[dir="rtl"] #article_detail blockquote.small_quote.quote_line {
  padding-right: 20px;
  padding-left: 0;
}

#article_detail blockquote.small_quote.quote_line:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #bea554;
}

html[dir="rtl"] #article_detail blockquote.small_quote.quote_line:before {
  right: 0;
  left: auto;
}

#article_detail blockquote.small_quote.quote_line .author {
  color: #bea554;
}

#article_detail blockquote.small_quote.quote_mark {
  padding-top: 45px;
  color: #bea554;
}

#article_detail blockquote.small_quote.quote_mark:before {
  display: block;
  content: '“';
  position: absolute;
  top: 0;
  left: -5px;
  line-height: 1;
  font-family: 'Georgia', serif;
  font-size: 90px;
  color: #bea554;
}

html[dir="rtl"] #article_detail blockquote.small_quote.quote_mark:before {
  right: -5px;
  left: 0;
}

#article_detail blockquote.small_quote.quote_mark .author {
  color: #474d54;
}

#article_detail blockquote.small_quote.quote_text {
  font-family: 'lato-light', Arial, sans-serif;
  font-style: normal;
}

#article_detail blockquote.small_quote.quote_text.colored_quote_text {
  color: #bea554;
}

#article_detail blockquote.small_quote.quote_text.colored_quote_author .author {
  color: #bea554;
}

#article_detail blockquote.small_quote.quote_text .author {
  font-family: 'lato-light', Arial, sans-serif;
  color: #474d54;
}

#article_detail blockquote.small_quote.quote_mark_big {
  padding-top: 50px;
  text-transform: uppercase;
  font-style: normal;
  color: #bea554;
}

#article_detail blockquote.small_quote.quote_mark_big:before {
  display: block;
  content: '“';
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-family: 'Georgia', serif;
  font-size: 100px;
}

html[dir="rtl"] #article_detail blockquote.small_quote.quote_mark_big:before {
  right: 0;
  left: auto;
}

.caret_right {
  position: relative;
  padding: 3px 0;
  font-family: 'lato-bold', Arial, sans-serif;
  font-size: 12px;
  display: block;
}

html[dir="rtl"] .caret_right:after {
  display: none;
}

html[dir="rtl"] .caret_right:before {
  position: relative;
  left: -4px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  color: inherit;
}

.caret_right:after {
  position: relative;
  right: -4px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  color: inherit;
}

.page .view_full,
#footer .view_full,
#footer_top .view_full {
  position: relative;
  display: block;
  padding: 12px 20px 8px 22px;
  text-transform: uppercase;
  font-size: 10px;
  color: #101010;
  background-color: #ebebeb;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.page .view_full:hover,
#footer .view_full:hover,
#footer_top .view_full:hover {
  color: #ffffff;
  background-color: #bea554;
}

.page .view_full:hover:after,
#footer .view_full:hover:after,
#footer_top .view_full:hover:after {
  background-position: 0 -415px;
}

.page .view_full:before,
#footer .view_full:before,
#footer_top .view_full:before {
  zoom: 1;
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  float: left;
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid #ffffff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  font-size: 0;
  line-height: 0;
}

.page .view_full:after,
#footer .view_full:after,
#footer_top .view_full:after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  content: ' ';
  width: 11px;
  height: 11px;
  background-position: 0 -431px;
}

html[dir="rtl"] .page .view_full,
html[dir="rtl"] #footer .view_full,
html[dir="rtl"] #footer_top .view_full {
  padding-left: 20px;
  padding-right: 22px;
}

html[dir="rtl"] .page .view_full:before,
html[dir="rtl"] #footer .view_full:before,
html[dir="rtl"] #footer_top .view_full:before {
  left: auto;
  right: 20px;
}

html[dir="rtl"] .page .view_full:after,
html[dir="rtl"] #footer .view_full:after,
html[dir="rtl"] #footer_top .view_full:after {
  right: auto;
  left: 10px;
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

#footer .view_full,
#footer_top .view_full {
  padding-top: 16px;
  padding-bottom: 14px;
  font-size: 0.6875em;
  background-color: #e6e6e6;
}

#footer .view_full:before,
#footer_top .view_full:before {
  border-top-color: #f4f4f4;
}

#footer .view_full:after,
#footer_top .view_full:after {
  bottom: 14px;
  width: 12px;
  height: 12px;
  font-size: 0.8125em;
}

a.more_link {
  display: block;
  padding: 0 0.625em;
  height: 38px;
  font-size: 17px;
  line-height: 36px;
  background-color: #ec425b;
  color: #ffffff;
  text-align: center;
  font-family: 'lato-regular', Arial, sans-serif;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

a.more_link:hover {
  background-color: #ea2e49;
}

.simple_tooltip {
  position: relative;
}

html[dir="rtl"] .simple_tooltip .tooltip_content {
  left: 0;
  right: auto;
}

html[dir="rtl"] .simple_tooltip .tooltip_content:before {
  left: 2px;
  right: auto;
}

.simple_tooltip.high_z_index {
  z-index: 9999;
}

.simple_tooltip .tooltip_content {
  display: none;
  position: absolute;
  z-index: 5;
  top: 100%;
  right: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 0 3px rgba(16, 16, 16, 0.4);
  -webkit-box-shadow: 0 0 3px rgba(16, 16, 16, 0.4);
  box-shadow: 0 0 3px rgba(16, 16, 16, 0.4);
  padding: 20px 1.25em;
  background-color: #e6e6e6;
  min-width: 150px;
}

.simple_tooltip .tooltip_content:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  position: absolute;
  top: -13px;
  right: 2px;
  width: 20px;
  height: 20px;
  font-size: 1.75em;
  font-weight: bold;
  color: #e6e6e6;
}

.info_tooltip {
  z-index: 3;
  position: absolute;
  top: -17px;
  right: 0;
  font-size: 13px;
}

html[dir="rtl"] .info_tooltip {
  left: 0;
  right: auto;
}

html[dir="rtl"] .info_tooltip .tooltip_icon,
html[dir="rtl"] .info_tooltip .tooltip_content {
  left: 0;
  right: auto;
}

html[dir="rtl"] .info_tooltip .tooltip_content:before {
  left: 2px;
  right: auto;
}

html[dir="rtl"] .info_tooltip .tooltip_content ul li {
  float: right;
  margin-left: 1.875em;
  margin-right: 0;
}

.info_tooltip .tooltip_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

.info_tooltip .tooltip_icon:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 2px solid #474d54;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  line-height: 16px;
  color: #474d54;
}

.info_tooltip .tooltip_content {
  position: absolute;
  top: 32px;
  right: 0;
  display: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 0 3px rgba(16, 16, 16, 0.4);
  -webkit-box-shadow: 0 0 3px rgba(16, 16, 16, 0.4);
  box-shadow: 0 0 3px rgba(16, 16, 16, 0.4);
  padding: 20px 1.25em;
  background-color: #e6e6e6;
}

.info_tooltip .tooltip_content h6 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.info_tooltip .tooltip_content ul {
  width: 60%;
}

.info_tooltip .tooltip_content ul li {
  float: left;
  width: 150px;
  margin-right: 1.875em;
  list-style-type: none;
  padding: 1px 0;
}

.info_tooltip .tooltip_content ul li span {
  font-weight: bold;
}

.info_tooltip .tooltip_content:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  position: absolute;
  top: -13px;
  right: 2px;
  width: 20px;
  height: 20px;
  font-size: 1.75em;
  font-weight: bold;
  color: #e6e6e6;
}

.open_link_button,
.show_more_button {
  float: left;
  width: 100%;
  margin: 15px 0 35px 0;
  text-align: center;
}

.open_link_button a,
.show_more_button a {
  display: inline-block;
  margin: 0 auto;
  padding: 7px 0.9375em 18px 0.9375em;
  font-family: 'lato-bold', Arial, sans-serif;
  color: #ffffff;
  font-size: 14px;
  background: #ea2e49 url("/Content/2013/PC/img/arrow_white_down.png") no-repeat scroll center 27px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.open_link_button a:hover,
.show_more_button a:hover {
  background-color: #de1633;
}

@media all and (min-width: 768px) {

  .open_link_button a,
  .show_more_button a {
    padding: 9px 1.5625em 8px 1.5625em;
    text-transform: uppercase;
    font-family: 'lato-light', Arial, sans-serif;
    font-size: 12px;
    background-image: none;
  }
}

.show_more_button.grey a {
  background-color: #bababa;
}

.show_more_button.grey a:hover {
  background-color: #b0b0b0;
}

.view_all {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  font-size: 10px;
  color: #ec425b;
}

.view_all:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 9px;
  height: 9px;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  line-height: 1;
  font-size: 0.875em;
  color: #ec425b;
}

html[dir="rtl"] .view_all {
  padding-left: 0;
  padding-right: 1em;
}

html[dir="rtl"] .view_all:before {
  left: auto;
  right: 0;
  content: "";
}

.sub_title {
  padding-left: 1.15em;
  font-family: 'lato-regular', Arial, sans-serif;
  font-size: 0.9375em;
}

h1,
h2,
h3 {
  font-size: 1.25em;
}

h4,
h5,
h6 {
  font-size: 1.125em;
}

@media all and (min-width: 640px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 1.875em;
  }

  h3 {
    font-size: 1.5625em;
  }

  h4 {
    font-size: 1.25em;
  }

  h5 {
    font-size: 1.125em;
  }

  h6 {
    font-size: 1em;
  }
}

.powered_by {
  font-size: 14px;
  font-family: 'lato-regular', Arial, sans-serif;
  color: #989898;
}

.powered_by img {
  max-height: 40px;
}

.section_header {
  zoom: 1;
}

.section_header:before,
.section_header:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.section_header:after {
  clear: both;
}

.section_header h1,
.section_header h2,
.section_header h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.75em;
  display: inline-block;
}

.section_header h4,
.section_header h5,
.section_header h6 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.125em;
  display: inline-block;
}

.section_header .powered_by {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section_header .section_subtitle {
  margin-bottom: 0;
  font-size: 15px;
}

@media all and (min-width: 640px) {
  .section_header h1 {
    font-size: 2.5em;
  }

  .section_header h2 {
    font-size: 1.875em;
  }

  .section_header h3 {
    font-size: 1.5625em;
  }

  .section_header h4 {
    font-size: 1.25em;
  }

  .section_header h5 {
    font-size: 1.125em;
  }

  .section_header h6 {
    font-size: 1em;
  }
}

@media all and (min-width: 768px) {
  .section_header .powered_by {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 63.15em;
  width: 100%;
  zoom: 1;
  min-height: 720px;
  padding-top: 20px;
}

.container:before,
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.container:after {
  clear: both;
}

@media all and (max-width: 980px) {
  .container {
    z-index: initial;
    position: relative;
    right: 0;
    background-color: #ffffff;
    -webkit-transition: right ease 0.222s;
    -moz-transition: right ease 0.222s;
    transition: right ease 0.222s;
  }

  .container.open {
    right: 400px;
  }
}

.page {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  float: left;
}

@media all and (min-width: 768px) {
  .page.has_sidebar {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }

  .page.has_sidebar.set {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}

.main_content {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  float: left;
  padding: 0;
}

html[dir="rtl"] .main_content {
  left: auto;
  right: 0;
}

@media all and (min-width: 768px) {
  .has_sidebar .main_content {
    right: 320px;
    left: auto;
    width: auto;
    margin-left: 320px;
  }

  html[dir="rtl"] .has_sidebar .main_content {
    left: 320px;
    right: auto;
    margin-left: 0;
    margin-right: 320px;
    float: right;
  }
}

.sidebar {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  float: left;
}

html[dir="rtl"] .sidebar {
  right: 0;
  left: auto;
}

@media all and (min-width: 768px) {
  .has_sidebar .sidebar {
    right: 0;
    left: auto;
    float: right;
    width: 300px;
    margin-left: -320px;
    padding: 0;
  }

  html[dir="rtl"] .has_sidebar .sidebar {
    float: left;
    right: auto;
    left: 0;
    margin-left: 0;
    margin-right: -320px;
  }
}

#footer {
  clear: both;
  float: left;
  width: 100%;
}

.full_width_container,
.footer_top_inner,
.footer_bottom_inner,
.copyright_inner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 61.25em;
  width: 100%;
  zoom: 1;
}

.full_width_container:before,
.full_width_container:after,
.footer_top_inner:before,
.footer_top_inner:after,
.footer_bottom_inner:before,
.footer_bottom_inner:after,
.copyright_inner:before,
.copyright_inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.full_width_container:after,
.footer_top_inner:after,
.footer_bottom_inner:after,
.copyright_inner:after {
  clear: both;
}

.fiba_family,
.resources,
.global_partners {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  float: left;
}

/* header */
html[dir="rtl"] #header .left {
  padding-left: 0;
  padding-right: 0.625em;
}

html[dir="rtl"] #header .top .logo,
html[dir="rtl"] #header .top .menu_opener {
  float: right;
}

html[dir="rtl"] #header .top .menu_opener {
  margin-left: 0;
  margin-right: 10px;
}

html[dir="rtl"] #header .top .right>a,
html[dir="rtl"] #header .top .right>span {
  float: right;
}

html[dir="rtl"] #header .top .follow_us.expanded a {
  padding-left: 0;
  padding-right: 35px;
}

html[dir="rtl"] #header .top .follow_us.expanded a:after {
  content: "";
  margin-left: 0;
  margin-right: 4px;
}

html[dir="rtl"] #header .top .follow_us.expanded a:hover {
  padding-left: 0;
  padding-right: 30px;
}

html[dir="rtl"] #header .top .follow_us.expanded .social_icon {
  left: auto;
  right: 0;
}

html[dir="rtl"] #header .top .follow_us.expanded .expanded_content:before {
  right: auto;
  left: 48px;
}

html[dir="rtl"] #header .bottom:before {
  left: auto;
  right: 164px;
}

html[dir="rtl"] #header .bottom .bottom_menu,
html[dir="rtl"] #header .bottom .bottom_menu_expanded {
  float: right;
}

html[dir="rtl"] #header .bottom .bottom_menu_expanded .back:before {
  margin-left: 5px;
  margin-right: 0;
  content: "";
}

html[dir="rtl"] #header .expanded:after {
  right: auto;
  left: 5px;
  content: "";
}

html[dir="rtl"] #header .expanded_content .top_leagues .table>div ul li a {
  padding-left: 0;
  padding-right: 80px;
}

html[dir="rtl"] #header .expanded_content .top_leagues .table>div ul li a:before {
  right: 70px;
  left: auto;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

html[dir="rtl"] #header .expanded_content .top_leagues .table>div ul li img {
  right: 0;
  left: auto;
}

html[dir="rtl"] #header .expanded_content .table>div .title {
  padding-left: 25px;
  padding-right: 5px;
}

html[dir="rtl"] #header .expanded_content .table>div .group .title:after {
  right: auto;
  left: 8px;
}

html[dir="rtl"] #header #countries_expanded_content form input {
  text-align: right;
}

html[dir="rtl"] #header #search_content form input[type=text] {
  text-align: right;
  float: right;
}

html[dir="rtl"] #header #search_content .search_suggestions .search_for {
  padding-left: 20px;
  padding-right: 40px;
}

html[dir="rtl"] #header #search_content .search_suggestions .search_for:before {
  right: 20px;
  left: auto;
}

#header {
  z-index: 10;
  position: relative;
  background-color: #101010;
  zoom: 1;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#header:before,
#header:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#header:after {
  clear: both;
}

#header:before {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 800px;
  margin-top: 7px;
  display: none;
  content: ' ';
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMTAxMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTAxMDEwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(16, 16, 16, 0.75)), color-stop(100%, rgba(16, 16, 16, 0)));
  background-image: -moz-linear-gradient(top, rgba(16, 16, 16, 0.75) 0%, rgba(16, 16, 16, 0) 100%);
  background-image: -webkit-linear-gradient(top, rgba(16, 16, 16, 0.75) 0%, rgba(16, 16, 16, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.75) 0%, rgba(16, 16, 16, 0) 100%);
}

#header.menu_opened .top .menu_opener {
  color: #bea554;
}

#header.overlay:before {
  display: block;
}

#header .more_link {
  font-size: 13px;
}

#header .left {
  padding-left: 0.625em;
}

#header .left,
#header .right {
  zoom: 1;
}

#header .left:before,
#header .left:after,
#header .right:before,
#header .right:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#header .left:after,
#header .right:after {
  clear: both;
}

#header .content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 61.25em;
  width: 100%;
  zoom: 1;
  position: relative;
  padding: 1px 0 0;
}

#header .content:before,
#header .content:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#header .content:after {
  clear: both;
}

#header .expanded {
  position: relative;
  padding-right: 15px;
}

#header .expanded ul,
#header .expanded ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header .expanded:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  position: absolute;
  right: 5px;
  font-size: inherit;
  color: inherit;
}

#header .expanded_content {
  z-index: 10;
  display: none;
  min-width: 185px;
  margin-top: 0;
  padding: 5px;
  font-size: 13px;
  color: #101010;
  background-color: #ffffff;
}

#header .expanded_content .exp_overview {
  overflow-y: auto;
}

#header .expanded_content .follow_text {
  margin-top: 15px;
}

#header .expanded_content ul {
  font-size: 1em;
}

#header .expanded_content.hover {
  display: block;
}

#header .expanded_content .top_leagues {
  margin-bottom: 20px;
}

#header .expanded_content .top_leagues .table>div {
  width: 100%;
}

#header .expanded_content .top_leagues .table>div ul {
  margin-top: 0;
  margin-bottom: 0;
}

#header .expanded_content .top_leagues .table>div ul li {
  border: none;
}

#header .expanded_content .top_leagues .table>div ul li:before {
  display: none;
}

#header .expanded_content .top_leagues .table>div ul li a {
  position: relative;
  padding-top: 26px;
  padding-left: 80px;
  min-height: 70px;
  display: block;
}

#header .expanded_content .top_leagues .table>div ul li a:before {
  position: absolute;
  left: 70px;
  top: 25px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
}

#header .expanded_content .top_leagues .table>div ul li img {
  max-height: 50px;
  max-width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

#header .expanded_content .table>div .group_content {
  display: none;
}

#header .expanded_content .table>div .group .group_content.expanded_group {
  display: block;
}

#header .expanded_content .table>div .group .title.expanded_group {
  margin-bottom: 10px;
}

#header .expanded_content .table>div .group .title:after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #ffffff;
}

#header .expanded_content .table>div .group .title.opened:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  line-height: 11px;
}

#header .expanded_content .table>div .title {
  background-color: #535353;
  color: #ffffff;
  margin-bottom: 1px;
  padding: 8px 25px 8px 5px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'lato-regular', Arial, sans-serif;
  display: block;
  line-height: 1.5;
}

#header .expanded_content .table>div .title+.group_content ul {
  margin-top: 0;
}

#header .expanded_content .table>div p {
  font-family: 'lato-bold', Arial, sans-serif;
  font-size: 13px;
}

#header .expanded_content .table>div .subtitle {
  font-family: 'lato-regular', Arial, sans-serif;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 5px;
  border-bottom: 1px solid #c6c6c6;
  background-color: #d7d7d7;
  text-transform: uppercase;
}

#header .expanded_content .table>div ul {
  margin-bottom: 15px;
  margin-top: -15px;
}

#header .expanded_content .table>div ul li {
  float: none;
  list-style-type: none;
  font-family: 'lato-bold', Arial, sans-serif;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  padding: 0 5px;
}

#header .expanded_content .table>div ul li a {
  color: #101010;
  display: block;
  padding: 10px 0;
}

#header .expanded_content .table>div ul li a:hover {
  color: #bea554;
}

#header .top {
  zoom: 1;
}

#header .top:before,
#header .top:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#header .top:after {
  clear: both;
}

#header .top .logo {
  float: left;
  margin: 6px 0 0;
  font-size: 30px;
  font-family: 'lato-black', Arial, sans-serif;
  color: #dbc068;
}

#header .top .get_domain {
    float: left;
    margin: 21px 0px 0px 15px;
    font-size: 13px;
    font-family: 'lato-bold', Arial, sans-serif;
    color: #dbc068;
    display: none;
}

@media all and (min-width: 980px) {
    #header .top .get_domain {
        display: block;
    }
}

#header .top .get_domain_event {
    float: left;
    margin: 12px 0px 0px 15px;
    font-size: 13px;
    font-family: 'lato-bold', Arial, sans-serif;
    color: #dbc068;
    display: none;
}

@media all and (min-width: 980px) {
    #header .top .get_domain_event {
        display: block;
    }
}

#header .top .menu_opener {
  cursor: pointer;
  position: relative;
  float: left;
  margin: 6px 0 0 10px;
  padding: 6px 10px 5px;
  color: #ffffff;
  font-size: 18px;
}

#header .top .menu_opener:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  margin-left: 5px;
}

#header .top .follow_us.expanded {
  position: relative;
  cursor: pointer;
}

#header .top .follow_us.expanded .expanded_content {
  left: auto;
  font-size: 10px;
  padding: 15px;
  width: auto;
  overflow: visible;
  z-index: 11;
  -moz-box-shadow: 0 0 5px rgba(16, 16, 16, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(16, 16, 16, 0.5);
  box-shadow: 0 0 5px rgba(16, 16, 16, 0.5);
}

#header .top .follow_us.expanded .expanded_content:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  margin: -4px auto 0;
  line-height: 0;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}

#header .top .follow_us.expanded li {
  padding: 5px 0;
}

#header .top .follow_us.expanded a {
  display: block;
  position: relative;
  padding-left: 35px;
  color: #101010;
  height: 24px;
  line-height: 24px;
  -moz-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
}

#header .top .follow_us.expanded a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  margin-left: 4px;
  display: inline-block;
}

#header .top .follow_us.expanded a:hover {
  padding-left: 30px;
}

#header .top .follow_us.expanded .social_icon {
  position: absolute;
  overflow: hidden;
  display: block;
  left: 0;
  top: 0;
}


#header .top .follow_us.expanded .social_icon.tiktok {
  height: 24px;
  width: 24px;
  background-image: url("/img/icon/TikTok_logo.png");
  background-size: contain;
}

#header .top .follow_us.expanded .social_icon.twitch {
    height: 24px;
    width: 24px;
    background-image: url("/img/icon/twitch-logo.png");
    background-size: contain;
}

#header .top .follow_us.expanded .social_icon.facebook {
  width: 24px;
  height: 24px;
  background-position: 0 -676px;
}

#header .top .follow_us.expanded .social_icon.youtube {
  width: 24px;
  height: 24px;
  background-position: 0 -1257px;
}

#header .top .follow_us.expanded .social_icon.twitter {
  width: 24px;
  height: 24px;
  background-position: 0 -1037px;
}

#header .top .follow_us.expanded .social_icon.instagram {
  width: 24px;
  height: 24px;
  background-position: 0 -813px;
}

#header .top .follow_us.expanded .social_icon.sinaweibo {
  width: 24px;
  height: 24px;
  background-position: 0 -1009px;
}

#header .top .follow_us.expanded .social_icon.linkedin {
  width: 23px;
  height: 23px;
  background-position: 0 -892px;
}

#header .top .follow_us.expanded .social_icon.vine {
  width: 24px;
  height: 24px;
  background-position: 0 -1173px;
}

#header .top .follow_us.expanded .social_icon.periscope {
  width: 24px;
  height: 24px;
  background-position: 0 -981px;
}

#header .top .follow_us.expanded .social_icon.googleplus {
  width: 24px;
  height: 24px;
  background-position: 0 -784px;
}

#header .top .follow_us.expanded .social_icon.wechat {
  width: 24px;
  height: 24px;
  background-position: 0 -1201px;
}

#header .top .follow_us.expanded .social_icon.dailymotion {
  width: 24px;
  height: 24px;
  background-position: 0 -597px;
}

#header .top .follow_us.expanded .social_icon.youku {
  width: 24px;
  height: 24px;
  background-position: 0 -1229px;
}

#header .top .right>a,
#header .top .right>span {
  display: none;
}

#header .top #search_btn {
  cursor: pointer;
  position: relative;
  float: left;
  width: 41px;
  height: 41px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
}

#header .top #search_btn:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background-position: 0 -353px;
}

#header .top #search_btn:hover,
#header .top #search_btn.opened {
  background-color: #ffffff;
}

#header .top #search_btn:hover:after,
#header .top #search_btn.opened:after {
  background-position: 0 -333px;
}

#header .bottom {
  background-color: #ffffff;
  display: none;
  position: absolute;
  width: 100%;
}

#header .bottom ul,
#header .bottom ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header .bottom .viewport {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: auto;
}

#header .bottom:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  position: absolute;
  top: -30px;
  /*FIBACOM-5897*/
  left: 170px;
  line-height: 0;
  font-size: 20px;
  width: 14px;
  color: #ffffff;
}

#header .bottom .overview {
  width: 200%;
  zoom: 1;
}

#header .bottom .overview:before,
#header .bottom .overview:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#header .bottom .overview:after {
  clear: both;
}

#header .bottom .bottom_menu_expanded {
  float: left;
  width: 50%;
  padding: 10px;
}

#header .bottom .bottom_menu_expanded .back {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid #c6c6c6;
  cursor: pointer;
}

#header .bottom .bottom_menu_expanded .back:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  margin-right: 5px;
  display: inline-block;
}

#header .bottom .bottom_menu_expanded .expanded_content {
  padding: 15px 0;
}

#header .bottom .bottom_menu {
  zoom: 1;
  padding: 0;
  margin-bottom: 0;
  float: left;
  width: 50%;
}

#header .bottom .bottom_menu:before,
#header .bottom .bottom_menu:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#header .bottom .bottom_menu:after {
  clear: both;
}

#header .bottom .bottom_menu li {
  border-bottom: 1px solid #c6c6c6;
  padding: 0 5px;
  margin: 0 10px;
}

#header .bottom .bottom_menu li a,
#header .bottom .bottom_menu li span {
  display: block;
  color: #101010;
  cursor: pointer;
  padding: 10px 0;
  font-family: 'lato-regular', Arial, sans-serif;
  font-size: 13px;
}

#header .bottom .bottom_menu li:hover {
  background-color: #c6c6c6;
  font-family: 'lato-bold', Arial, sans-serif;
}

#header #countries_expanded_content form {
  height: 48px;
  margin-top: 10px;
}

#header #countries_expanded_content form input {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  text-align: left;
  font-family: 'lato-light', Arial, sans-serif;
  font-size: 25px;
}

#header #countries_expanded_content form input:hover,
#header #countries_expanded_content form input:focus {
  background-color: transparent;
}

#header #countries_expanded_content .title {
  font-size: 20px;
  line-height: 1;
}

#header #search_content {
  z-index: 10;
  position: absolute;
  top: 100%;
  display: none;
  width: 100%;
  padding: 0;
}

#header #search_content:before {
  display: none;
}

#header #search_content form {
  height: 48px;
  margin-bottom: 0;
  border-bottom: 1px solid #dadada;
  background-color: #ffffff;
}

#header #search_content form .inputs {
  zoom: 1;
  height: 100%;
  margin: 0 auto;
  padding: 0 0.625em;
  max-width: 460px;
}

#header #search_content form .inputs:before,
#header #search_content form .inputs:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#header #search_content form .inputs:after {
  clear: both;
}

#header #search_content form input {
  width: auto;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 10px;
  font-family: 'lato-light', Arial, sans-serif;
  font-size: 25px;
}

#header #search_content form input:hover,
#header #search_content form input:focus {
  background-color: transparent;
}

#header #search_content form input[type=text] {
  width: 70%;
  float: left;
  height: 100%;
  text-align: left;
}

#header #search_content form input[type=submit] {
  width: 30%;
  float: right;
  height: 24px;
  font-size: 16px;
  margin-top: 13px;
}

#header #search_content form input[type=submit]:hover,
#header #search_content form input[type=submit]:focus {
  background-color: #e71735;
}

#header #search_content .suggestion_content {
  overflow: auto;
  height: 100%;
}

#header #search_content .suggestion_list {
  padding: 10px 0;
}

#header #search_content .search_suggestions {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  margin: 0 auto;
  background-color: #ffffff;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

#header #search_content .search_suggestions ul,
#header #search_content .search_suggestions ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header #search_content .search_suggestions.opened {
  padding-bottom: 40px;
}

#header #search_content .search_suggestions.opened .search_for {
  display: block;
}

#header #search_content .search_suggestions p {
  padding: 10px 20px;
  margin-bottom: 0;
  font-family: 'lato-light', Arial, sans-serif;
  font-size: 15px;
  color: #bababa;
}

#header #search_content .search_suggestions a {
  padding: 6px 20px;
  display: block;
  font-family: 'lato-regular', Arial, sans-serif;
  font-size: 13px;
  color: #101010;
}

#header #search_content .search_suggestions a.active,
#header #search_content .search_suggestions a:focus,
#header #search_content .search_suggestions a:hover {
  background-color: #f2f2f2;
  color: #ea2e49;
}

#header #search_content .search_suggestions .search_for {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  background-color: #ffffff;
  border-top: 1px solid #e6e6e6;
  display: none;
}

#header #search_content .search_suggestions .search_for:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 0;
  line-height: 0;
}

#header #all_events_expanded_content .more_link {
  margin-bottom: 20px;
}

@media screen and (min-width: 980px) {
  html[dir="rtl"] #header .expanded:after {
    content: "";
    margin-left: 0;
    margin-right: 3px;
  }

  html[dir="rtl"] #header .expanded_content .table>div ul li:before {
    content: "";
    margin-left: 3px;
    margin-right: 0;
    margin-left: 3px;
  }

  html[dir="rtl"] #header .expanded_content.menu_modifier {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZThlOWU5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(100%, #ffffff), color-stop(100%, #e8e9e9));
    background-image: -moz-linear-gradient(right, #ffffff 200px, #e8e9e9 200px);
    background-image: -webkit-linear-gradient(right, #ffffff 200px, #e8e9e9 200px);
    background-image: linear-gradient(to left, #ffffff 200px, #e8e9e9 200px);
  }

  html[dir="rtl"] #header .expanded_content.menu_modifier .table>div .title {
    padding-left: 0;
    padding-right: 20px;
  }

  html[dir="rtl"] #header .expanded_content.menu_modifier .table>div .group_content {
    left: 0;
    right: 200px;
  }

  html[dir="rtl"] #header .expanded_content.menu_modifier .table>div .group_content>div {
    float: right;
  }

  html[dir="rtl"] #header #search_content form .inputs input[type=submit] {
    left: auto;
    right: 100%;
  }

  .touch #header .expanded_content.menu_modifier .table>div .title:hover {
    color: #101010;
    background-color: transparent;
  }

  .touch #header .expanded_content.menu_modifier .table>div .title:hover.active {
    color: #bea554;
    background-color: #e8e9e9;
  }

  #header .menu_opener.hidden {
    display: none;
  }

  #header.menu_opened .bottom {
    display: block;
  }

  #header .content {
    padding-left: 0.625em;
    padding-right: 0.625em;
  }

  #header .left {
    padding-left: 0;
  }

  #header .top .right .courtside {
    color: #dbc068;
  }

  #header .top .right>a,
  #header .top .right>span {
    float: left;
    display: block;
    margin-top: 14px;
    padding: 0 10px;
    font-size: 12px;
    font-family: 'lato-bold', Arial, sans-serif;
    color: #ffffff;
  }

  #header .expanded:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    *margin-right: .3em;
    content: "";
    position: static;
    margin-left: 3px;
    display: inline-block;
  }

  #header .bottom {
    background-color: transparent;
    position: static;
  }

  #header .bottom ul,
  #header .bottom ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #header .bottom ul li {
    float: left;
    display: block;
  }

  #header .bottom .viewport {
    overflow: hidden;
  }

  #header .bottom .bottom_menu {
    width: 100%;
    float: none;
  }

  #header .bottom .bottom_menu li {
    padding: 0;
    border-bottom: none;
  }

  #header .bottom .bottom_menu li a,
  #header .bottom .bottom_menu li span {
    color: #ffffff;
    padding: 10px 0;
  }

  #header .bottom .bottom_menu li a.active,
  #header .bottom .bottom_menu li a:hover,
  #header .bottom .bottom_menu li a.opened_item,
  #header .bottom .bottom_menu li span.active,
  #header .bottom .bottom_menu li span:hover,
  #header .bottom .bottom_menu li span.opened_item {
    color: #c9b477;
    position: relative;
  }

  #header .bottom .bottom_menu li a.opened_item.expanded:before,
  #header .bottom .bottom_menu li span.opened_item.expanded:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    *margin-right: .3em;
    content: "";
    display: block;
    height: 8px;
    width: 14px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: -8px auto 0;
    line-height: 8px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
  }

  #header .bottom .bottom_menu li:hover {
    background-color: transparent;
    font-family: 'lato-regular', Arial, sans-serif;
  }

  #header .bottom .bottom_menu .first {
    margin-left: 0;
  }

  #header .bottom .bottom_menu .last {
    margin-right: 0;
  }

  #header .bottom .bottom_menu_expanded {
    float: none;
    width: 100%;
    padding: 0;
  }

  #header .bottom .bottom_menu_expanded .expanded_content {
    padding: 15px 5px;
  }

  #header .bottom .bottom_menu_expanded .back {
    display: none;
  }

  #header .bottom .overview {
    width: 100%;
  }

  #header .expanded_content {
    position: absolute;
    width: 100%;
  }

  #header .expanded_content .exp_overview {
    max-height: 405px;
  }

  #header .expanded_content .top_leagues .table>div ul {
    zoom: 1;
  }

  #header .expanded_content .top_leagues .table>div ul:before,
  #header .expanded_content .top_leagues .table>div ul:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
  }

  #header .expanded_content .top_leagues .table>div ul:after {
    clear: both;
  }

  #header .expanded_content .top_leagues .table>div ul li {
    width: 33.333%;
    float: left;
  }

  #header .expanded_content .top_leagues .table>div ul li a:hover {
    border-bottom: 1px solid transparent;
  }

  #header .expanded_content .other_leagues h4 {
    display: none;
  }

  #header .expanded_content .table>div {
    padding: 0 10px;
  }

  #header .expanded_content .table>div .group_content {
    display: block;
  }

  #header .expanded_content .table>div .title {
    background-color: transparent;
    color: #bea554;
    font-weight: bold;
    padding: 0;
    margin-bottom: 8px;
    cursor: default;
  }

  #header .expanded_content .table>div .title:after {
    display: none;
  }

  #header .expanded_content .table>div .subtitle {
    text-transform: uppercase;
    border-bottom: none;
    margin-top: 0;
    background-color: transparent;
  }

  #header .expanded_content .table>div ul {
    margin-top: 0;
  }

  #header .expanded_content .table>div ul li {
    border: none;
    padding: 1px 0;
  }

  #header .expanded_content .table>div ul li:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    *margin-right: .3em;
    content: "";
    font-size: 10px;
    margin-right: 3px;
    display: inline-block;
  }

  #header .expanded_content .table>div ul li a {
    font-family: 'lato-bold', Arial, sans-serif;
    display: inline;
    padding: 0;
    border-bottom: 1px solid transparent;
  }

  #header .expanded_content .table>div ul li a:hover {
    border-bottom: 1px solid #bea554;
  }

  #header .expanded_content.col-4 .table {
    display: table;
    width: 100%;
  }

  #header .expanded_content.col-4 .table.noborder>div {
    border-left: none;
  }

  #header .expanded_content.col-4 .table>div {
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 25%;
    padding: 0 12px;
    border-left: 1px solid #e6e6e6;
    display: table-cell;
  }

  #header .expanded_content.col-4 .table>div:first-child {
    border-left: none;
  }

  #header .expanded_content.col-3 .table {
    display: table;
    width: 100%;
  }

  #header .expanded_content.col-3 .table.noborder>div {
    border-left: none;
  }

  #header .expanded_content.col-3 .table>div {
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 33.33333%;
    padding: 0 12px;
    border-left: 1px solid #e6e6e6;
    display: table-cell;
  }

  #header .expanded_content.col-3 .table>div:first-child {
    border-left: none;
  }

  #header .expanded_content.menu_modifier {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZThlOWU5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 200 50%, color-stop(100%, #ffffff), color-stop(100%, #e8e9e9));
    background-image: -moz-linear-gradient(left, #ffffff 200px, #e8e9e9 200px);
    background-image: -webkit-linear-gradient(left, #ffffff 200px, #e8e9e9 200px);
    background-image: linear-gradient(to right, #ffffff 200px, #e8e9e9 200px);
  }

  #header .expanded_content.menu_modifier .table>div {
    padding-left: 0;
    padding-right: 0;
  }

  #header .expanded_content.menu_modifier .table>div .title {
    width: 200px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    margin-bottom: 0;
    cursor: pointer;
    font-family: 'lato-bold', Arial, sans-serif;
    text-transform: none;
    color: #101010;
    -moz-transition: color 0.2s, background-color 0.2s;
    -o-transition: color 0.2s, background-color 0.2s;
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }

  #header .expanded_content.menu_modifier .table>div .title:after {
    display: none;
  }

  #header .expanded_content.menu_modifier .table>div .title:hover,
  #header .expanded_content.menu_modifier .table>div .title.active {
    color: #bea554;
    background-color: #e8e9e9;
  }

  #header .expanded_content.menu_modifier .table>div .group_content {
    position: absolute;
    top: 0;
    left: 200px;
    right: 0;
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
    zoom: 1;
  }

  #header .expanded_content.menu_modifier .table>div .group_content:before,
  #header .expanded_content.menu_modifier .table>div .group_content:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
  }

  #header .expanded_content.menu_modifier .table>div .group_content:after {
    clear: both;
  }

  #header .expanded_content.menu_modifier .table>div .group_content:after {
    position: absolute;
    top: 15px;
    bottom: 15px;
    width: 1px;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #d7d7d7;
    content: '';
    display: block;
  }

  #header .expanded_content.menu_modifier .table>div .group_content>div {
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 50%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  #header .expanded_content.menu_modifier .table>div .subtitle {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    color: #bea554;
    font-family: 'lato-bold', Arial, sans-serif;
  }

  #header .one_col_menu {
    max-width: 290px;
  }

  #header .one_col_menu.right_0 {
    right: 0 !important;
  }

  #header .one_col_menu.left_0 {
    left: 0 !important;
  }

  #header .one_col_menu.right_auto {
    right: auto !important;
  }

  #header .one_col_menu.left_auto {
    left: auto !important;
  }

  #header #search_content form .inputs {
    padding: 0;
    position: relative;
  }

  #header #search_content form .inputs input[type=text] {
    width: 100%;
    text-align: center;
  }

  #header #search_content form .inputs input[type=submit] {
    width: auto;
    left: 100%;
    position: absolute;
    height: 30px;
    font-size: 20px;
    margin-top: 9px;
    padding: 0 15px;
  }

  #header #search_content .search_suggestions {
    width: 460px;
  }
}

@media print {
  #header .menu_opener {
    display: none;
  }
}

html.sub_header_opened #sub_header {
  z-index: 10;
}

html.sub_header_opened #sub_header.fixed .sub_menu_opener {
  right: 100%;
  margin-right: -46px;
}

html.sub_header_opened #sub_header #mobile_overlay {
  display: block;
}

html.sub_header_opened #sub_header .sub_menu_opener {
  margin-right: -4px;
  float: right;
}

html.sub_header_opened #sub_header .sub_menu_opener span {
  display: none;
}

html[dir="rtl"] #sub_header .logo {
  float: right;
}

html[dir="rtl"] #sub_header .logo:first-child {
  padding-left: 10px;
  padding-right: 0;
}

html[dir="rtl"] #sub_header .logo_container p {
  padding-left: 20px;
  padding-right: 0;
}

html[dir="rtl"] #sub_header .infos .language_selector {
  float: left;
}

html[dir="rtl"] #sub_header .infos .language_selector a {
  float: right;
}

html[dir="rtl"] #sub_header #mobile_overlay {
  left: 86%;
  right: auto;
}

html[dir="rtl"] #sub_header .sub_menu_content {
  left: -100%;
  right: auto;
}

html[dir="rtl"] #sub_header .menu .home:before,
html[dir="rtl"] #sub_header .menu .back:before {
  margin-left: 10px;
  margin-right: 0;
}

html[dir="rtl"] #sub_header .menu .home.back:before,
html[dir="rtl"] #sub_header .menu .back.back:before {
  content: "";
}

html[dir="rtl"] #sub_header .menu ul li .expanded_content {
  left: auto;
  right: 100%;
  -moz-transition: right 0.2s;
  -o-transition: right 0.2s;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}

html[dir="rtl"] #sub_header .menu ul li .expanded_content.show {
  right: 0;
  left: auto;
}

html[dir="rtl"] #sub_header .menu ul li .expanded_btn {
  padding-left: 15px;
  padding-right: 10px;
}

html[dir="rtl"] #sub_header .menu ul li .expanded_btn:before {
  right: auto;
  left: 7px;
  content: "";
}

#sub_header {
  position: relative;
  z-index: 7;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#sub_header.fixed.fixed_show .sub_menu_opener {
  top: 10px;
}

#sub_header.fixed .sub_menu_opener {
  position: fixed;
  right: 10px;
  top: -36px;
  -moz-transition: top 0.1s;
  -o-transition: top 0.1s;
  -webkit-transition: top 0.1s;
  transition: top 0.1s;
}

#sub_header .sub_header_content {
  z-index: 9;
  position: relative;
}

#sub_header .sub_header_content.default {
  background-color: #ebebeb;
}

#sub_header:before {
  z-index: 1;
  position: absolute;
  top: 92%;
  left: 0;
  width: 100%;
  height: 800px;
  display: none;
  content: ' ';
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMTAxMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTAxMDEwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(16, 16, 16, 0.75)), color-stop(100%, rgba(16, 16, 16, 0)));
  background-image: -moz-linear-gradient(top, rgba(16, 16, 16, 0.75) 0%, rgba(16, 16, 16, 0) 100%);
  background-image: -webkit-linear-gradient(top, rgba(16, 16, 16, 0.75) 0%, rgba(16, 16, 16, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.75) 0%, rgba(16, 16, 16, 0) 100%);
}

#sub_header.overlay:before {
  display: block;
}

#sub_header .content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 61.25em;
  width: 100%;
  zoom: 1;
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  zoom: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}

#sub_header .content:before,
#sub_header .content:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#sub_header .content:after {
  clear: both;
}

#sub_header .content:before,
#sub_header .content:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#sub_header .content:after {
  clear: both;
}

#sub_header #mobile_overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 86%;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 19;
}

#sub_header .top {
  zoom: 1;
}

#sub_header .top:before,
#sub_header .top:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#sub_header .top:after {
  clear: both;
}

#sub_header .logo_container {
  max-height: 80px;
  zoom: 1;
}

#sub_header .logo_container:before,
#sub_header .logo_container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#sub_header .logo_container:after {
  clear: both;
}

#sub_header .logo_container p {
  margin-top: 0;
  color: #ffffff;
  font-size: 1em;
  font-family: 'lato-regular', Arial, sans-serif;
  padding-right: 20px;
}

#sub_header .logo {
  float: left;
  border-left: 1px solid #7f7f7f;
  padding: 0 10px;
}

#sub_header .logo img {
  max-height: 80px;
}

#sub_header .logo:first-child {
  border-left: none;
  padding-left: 0;
}

#sub_header .date {
  font-size: 0.625em;
  font-family: 'lato-bold', Arial, sans-serif;
  padding-top: 5px;
  color: #ffffff;
}

#sub_header .sub_menu_opener {
  background-color: #101010;
  padding: 10px 12px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#sub_header .sub_menu_opener span {
  font-family: 'lato-regular', Arial, sans-serif;
  font-size: 15px;
  margin-left: 3px;
}

#sub_header .sub_menu_opener:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  font-size: 14px;
}

#sub_header .sub_menu_content {
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 20;
  width: 86%;
  height: 100%;
  background-color: #34393e;
}

#sub_header .sub_menu_content.opened .overview {
  margin-left: -100%;
}

#sub_header .viewport {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  height: 100%;
}

#sub_header .overview {
  padding: 0 10px 10px 10px;
  width: 100%;
  position: relative;
  min-height: 100%;
}

#sub_header .infos {
  zoom: 1;
}

#sub_header .infos:before,
#sub_header .infos:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#sub_header .infos:after {
  clear: both;
}

#sub_header .infos .fb_like {
  float: right;
  clear: both;
  margin-top: 20px;
  height: 20px;
  overflow: hidden;
}

#sub_header .infos .language_selector {
  float: right;
  clear: both;
  margin-top: 20px;
  zoom: 1;
}

#sub_header .infos .language_selector:before,
#sub_header .infos .language_selector:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#sub_header .infos .language_selector:after {
  clear: both;
}

#sub_header .infos .language_selector a {
  display: block;
  float: left;
  padding: 6px;
  background-color: #ffffff;
  color: #101010;
  font-family: 'lato-bold', Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 1px;
}

#sub_header .infos .language_selector a.active,
#sub_header .infos .language_selector a:hover {
  background-color: #ea2e49;
  color: #ffffff;
}

#sub_header .infos .language_selector_external {
  float: right;
  clear: none;
  margin-top: 20px;
  zoom: 1;
}

#sub_header .infos .language_selector_external:before,
#sub_header .infos .language_selector_external:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#sub_header .infos .language_selector_external:after {
  clear: both;
}

#sub_header .infos .language_selector_external a {
  display: block;
  float: left;
  padding: 6px;
  background-color: white;
  color: #101010;
  font-family: 'lato-bold', Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 1px;
}

#sub_header .infos .language_selector_external a.active,
#sub_header .infos .language_selector_external a:hover {
  background-color: #ea2e49;
  color: white;
}

@media screen and (min-width: 980px) {
  #sub_header .infos.desktop .language_selector_external {
    margin-left: 0;
    margin-top: 0;
    clear: none;
  }
}

#sub_header .infos .social_icons {
  float: right;
  clear: both;
  margin-top: 20px;
  zoom: 1;
}

#sub_header .infos .social_icons:before,
#sub_header .infos .social_icons:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#sub_header .infos .social_icons:after {
  clear: both;
}

#sub_header .infos .social_icons>a {
  display: block;
  position: relative;
  float: left;
  margin-left: 15px;
  color: #ffffff;
}

#sub_header .infos .social_icons>a:after {
  font-size: 26px;
}

#sub_header .infos .social_icons>a.youtube:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
}

#sub_header .infos .social_icons>a.twitter:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
}

#sub_header .infos .social_icons>a.facebook:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
}

#sub_header .infos .social_icons>a.instagram:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
}

#sub_header .infos.desktop {
  display: none;
}

#sub_header .menu {
  color: #ffffff;
}

#sub_header .menu .sticky_logo {
  display: none;
}

#sub_header .menu .home,
#sub_header .menu .back {
  display: block;
  cursor: pointer;
  height: 70px;
  line-height: 70px;
  font-family: 'lato-bold', Arial, sans-serif;
  font-size: 17px;
  padding: 0 10px;
  border-bottom: 1px solid #5d6165;
  color: #ffffff;
}

#sub_header .menu .home:hover,
#sub_header .menu .back:hover {
  background-color: rgba(16, 16, 16, 0.3);
}

#sub_header .menu .home:before,
#sub_header .menu .back:before {
  margin-right: 10px;
  display: inline-block;
}

#sub_header .menu .home.home:before,
#sub_header .menu .back.home:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
}

#sub_header .menu .home.back:before,
#sub_header .menu .back.back:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
}

#sub_header .menu ul {
  margin-bottom: 0;
}

#sub_header .menu ul li {
  border-bottom: 1px solid #5d6165;
  list-style-type: none;
}

#sub_header .menu ul li img {
  margin: 10px 0;
}

#sub_header .menu ul li ul {
  margin: 0;
}

#sub_header .menu ul li a,
#sub_header .menu ul li .expanded_btn {
  display: block;
  color: inherit;
  padding: 6px 15px 6px 10px;
  position: relative;
  cursor: pointer;
  font-family: 'lato-regular', Arial, sans-serif;
  font-size: 17px;
}

#sub_header .menu ul li a:hover,
#sub_header .menu ul li .expanded_btn:hover {
  background-color: rgba(16, 16, 16, 0.2);
}

#sub_header .menu ul li .active {
  color: #bea554;
}

#sub_header .menu ul li .expanded_btn:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  position: absolute;
  right: 7px;
  font-size: inherit;
  color: inherit;
}

#sub_header .menu ul li .expanded_content {
  background-color: #34393e;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0 10px 10px 10px;
  z-index: 1;
  -moz-transition: left 0.2s;
  -o-transition: left 0.2s;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}

#sub_header .menu ul li .expanded_content.show {
  left: 0;
}

@media screen and (min-width: 980px) {
  html[dir="rtl"] #sub_header.fixed .sub_header_content .menu .sticky_logo .logo {
    padding-left: 20px;
    padding-right: 0;
  }

  html[dir="rtl"] #sub_header .left.has_logo .logo_container,
  html[dir="rtl"] #sub_header .date {
    float: right;
  }

  html[dir="rtl"] #sub_header .left.has_logo .date {
    margin-left: 0;
    margin-right: 20px;
  }

  html[dir="rtl"] #sub_header .infos.desktop .language_selector {
    margin-left: 0;
    margin-right: 20px;
  }

  html[dir="rtl"] #sub_header .menu ul li a:first-child,
  html[dir="rtl"] #sub_header .menu ul li .expanded_btn:first-child {
    padding-left: 20px;
    padding-right: 0;
  }

  html[dir="rtl"] #sub_header .menu ul li .expanded_content.show {
    left: 0;
    right: auto;
  }

  html[dir="rtl"] #sub_header .menu>ul>li {
    float: right;
  }

  html[dir="rtl"] #sub_header .menu>ul>li.expanded>.expanded_btn:after {
    content: "";
    margin-left: 0;
    margin-right: 3px;
  }

  html[dir="rtl"] #sub_header .menu>ul>li.expanded>.expanded_content.col-4 .table>.menu-row .menu-col:first-child {
    border-left: 1px solid #e6e6e6;
  }

  html[dir="rtl"] #sub_header .menu>ul>li.expanded>.expanded_content.col-4 .table>.menu-row .menu-col:last-child {
    border-left: none;
  }

  html[dir="rtl"] #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul.second-level-style>li {
    padding-left: 0;
    padding-right: 10px;
  }

  html[dir="rtl"] #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul.second-level-style>li:before {
    float: right;
    margin-left: 3px;
    margin-right: -10px;
    content: "";
  }

  #sub_header.fixed.fixed_show .sub_header_content .menu {
    top: 0;
  }

  #sub_header.fixed.overlay:before {
    display: none;
  }

  #sub_header.fixed.overlay .sub_header_content .menu:before {
    display: block;
  }

  #sub_header.fixed .sub_header_content.default .menu {
    color: #ffffff;
  }

  #sub_header.fixed .sub_header_content .menu {
    position: fixed;
    top: -70px;
    left: 0;
    right: 0;
    background-color: #101010;
    -moz-transition: top 0.2s;
    -o-transition: top 0.2s;
    -webkit-transition: top 0.2s;
    transition: top 0.2s;
  }

  #sub_header.fixed .sub_header_content .menu .sticky_logo {
    display: block;
  }

  #sub_header.fixed .sub_header_content .menu .sticky_logo .logo {
    padding-left: 0;
    padding-right: 20px;
  }

  #sub_header.fixed .sub_header_content .menu .sticky_logo img {
    height: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }

  #sub_header.fixed .sub_header_content .menu:before {
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 800px;
    display: none;
    content: ' ';
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMTAxMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTAxMDEwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(16, 16, 16, 0.75)), color-stop(100%, rgba(16, 16, 16, 0)));
    background-image: -moz-linear-gradient(top, rgba(16, 16, 16, 0.75) 0%, rgba(16, 16, 16, 0) 100%);
    background-image: -webkit-linear-gradient(top, rgba(16, 16, 16, 0.75) 0%, rgba(16, 16, 16, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.75) 0%, rgba(16, 16, 16, 0) 100%);
  }

  #sub_header.fixed .sub_header_content .menu>ul {
    max-width: 940px;
    width: 100%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  #sub_header.fixed .sub_header_content .menu>ul>li>a,
  #sub_header.fixed .sub_header_content .menu>ul>li>.expanded_btn {
    line-height: 30px;
  }

  #sub_header.fixed .sub_header_content .menu>ul>li.opened_item.expanded>.expanded_btn:before,
  #sub_header.fixed .sub_header_content .menu>ul>li:hover.expanded>.expanded_btn:before {
    margin-top: 16px;
  }

  #sub_header .top {
    margin-bottom: 15px;
  }

  #sub_header .sub_header_content.default .menu {
    color: #101010;
  }

  #sub_header .sub_header_content.default .menu>ul>li.active>a,
  #sub_header .sub_header_content.default .menu>ul>li.active>.expanded_btn,
  #sub_header .sub_header_content.default .menu>ul>li.opened_item>a,
  #sub_header .sub_header_content.default .menu>ul>li.opened_item>.expanded_btn,
  #sub_header .sub_header_content.default .menu>ul>li:hover>a,
  #sub_header .sub_header_content.default .menu>ul>li:hover>.expanded_btn {
    color: #bea554;
  }

  #sub_header .sub_header_content.font_size_larger .menu ul li a,
  #sub_header .sub_header_content.font_size_larger .menu ul li .expanded_btn {
    font-size: 18px;
    font-family: 'lato-regular', Arial, sans-serif;
  }

  #sub_header .sub_header_content.font_size_larger .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul>li>a,
  #sub_header .sub_header_content.font_size_larger .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul>li>.expanded_btn {
    font-size: 15px;
  }

  #sub_header .sub_header_content.font_size_larger .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul>li .expanded_content>ul>li a,
  #sub_header .sub_header_content.font_size_larger .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul>li .expanded_content>ul>li .expanded_btn {
    font-size: 15px;
  }

  #sub_header .one_col_menu {
    max-width: 290px;
  }

  #sub_header .one_col_menu.right_0 {
    right: 0 !important;
  }

  #sub_header .one_col_menu.left_0 {
    left: 0 !important;
  }

  #sub_header .one_col_menu.right_auto {
    right: auto !important;
  }

  #sub_header .one_col_menu.left_auto {
    left: auto !important;
  }

  #sub_header .left.has_logo .logo_container,
  #sub_header .date {
    float: left;
  }

  #sub_header .date {
    font-size: 0.8125em;
    margin: 0 0 10px 0;
  }

  #sub_header .left.has_logo {
    display: table;
    width: auto;
    max-height: 80px;
  }

  #sub_header .left.has_logo .logo_container,
  #sub_header .left.has_logo .date {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }

  #sub_header .left.has_logo .logo_container {
    height: auto;
  }

  #sub_header .left.has_logo .date {
    padding-left: 20px;
    font-size: 0.8125em;
    text-transform: uppercase;
  }

  #sub_header .menu .home,
  #sub_header .menu .back {
    display: none;
  }

  #sub_header .left {
    width: 62%;
  }

  #sub_header .right {
    width: 30%;
    margin-top: 20px;
  }

  #sub_header .infos.mobile {
    display: none;
  }

  #sub_header .infos.desktop {
    display: block;
    overflow: hidden;
    margin-bottom: 28px;
  }

  #sub_header .infos.desktop .fb_like {
    margin-left: 20px;
    margin-top: 2px;
    clear: none;
  }

  #sub_header .infos.desktop .language_selector {
    margin-left: 20px;
    margin-top: 0;
    clear: none;
  }

  #sub_header .infos.desktop .social_icons {
    margin-left: 15px;
    margin-top: 0;
    clear: none;
  }

  #sub_header .sub_menu_opener {
    display: none;
  }

  #sub_header .sub_menu_content {
    display: block;
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
  }

  #sub_header .content {
    position: relative;
  }

  #sub_header .overview,
  #sub_header .viewport {
    position: static;
  }

  #sub_header .overview {
    padding: 0;
    min-height: 20px;
  }

  #sub_header .viewport {
    overflow: visible;
  }

  #sub_header .menu ul li {
    border-bottom: none;
  }

  #sub_header .menu ul li .expanded_content {
    overflow: inherit;
  }

  #sub_header .menu ul li ul {
    margin: 0;
  }

  #sub_header .menu ul li a,
  #sub_header .menu ul li .expanded_btn {
    padding: 0 12px 0;
    position: relative;
    font-family: 'lato-bold', Arial, sans-serif;
    font-size: 15px;
  }

  #sub_header .sub_header_content.default .menu ul li a,
  #sub_header .sub_header_content.default .menu ul li .expanded_btn {
    font-size: 13px;
  }

  #sub_header .menu ul li a:hover,
  #sub_header .menu ul li .expanded_btn:hover {
    background-color: transparent;
  }

  #sub_header .menu ul li a:first-child,
  #sub_header .menu ul li .expanded_btn:first-child {
    padding-left: 0;
  }

  #sub_header .menu ul li.first a,
  #sub_header .menu ul li.first .expanded_btn {
    padding: 0 12px 0 0;
  }

  #sub_header .menu>ul {
    zoom: 1;
  }

  #sub_header .menu>ul:before,
  #sub_header .menu>ul:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
  }

  #sub_header .menu>ul:after {
    clear: both;
  }

  #sub_header .menu>ul>li {
    float: left;
  }

  #sub_header .menu>ul>li.disable-desktop-open>.expanded_btn {
    cursor: default;
  }

  #sub_header .menu>ul>li.disable-desktop-open>.expanded_btn:after {
    display: none;
  }

  #sub_header .menu>ul>li.active>a,
  #sub_header .menu>ul>li.active>.expanded_btn,
  #sub_header .menu>ul>li.opened_item>a,
  #sub_header .menu>ul>li.opened_item>.expanded_btn,
  #sub_header .menu>ul>li:hover>a,
  #sub_header .menu>ul>li:hover>.expanded_btn {
    color: #ea2e49;
    background-color: transparent;
  }

  #sub_header .menu>ul>li.opened_item.expanded.disable-desktop-open>.expanded_btn:before,
  #sub_header .menu>ul>li:hover.expanded.disable-desktop-open>.expanded_btn:before {
    display: none;
  }

  #sub_header .menu>ul>li.opened_item.expanded>.expanded_btn,
  #sub_header .menu>ul>li:hover.expanded>.expanded_btn {
    position: relative;
  }

  #sub_header .menu>ul>li.opened_item.expanded>.expanded_btn:before,
  #sub_header .menu>ul>li:hover.expanded>.expanded_btn:before {
    display: block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    *margin-right: .3em;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 11px auto 0;
    line-height: 0;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
  }

  #sub_header .menu>ul>li.expanded>.expanded_btn:before {
    display: none;
  }

  #sub_header .menu>ul>li.expanded>.expanded_btn:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    *margin-right: .3em;
    content: "";
    margin-left: 3px;
    display: inline-block;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content {
    z-index: 20;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #101010;
    padding: 15px 5px;
    display: none;
    height: auto;
    min-height: 100%;
    -moz-transition: height 0s;
    -o-transition: height 0s;
    -webkit-transition: height 0s;
    transition: height 0s;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content .table .menu-row {
    display: table-row;
    border-bottom: 20px solid white;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content .table .menu-row:last-child {
    border-bottom: none;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content .table .menu-row>.menu-col {
    padding: 0 12px;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content.col-2 .table,
  #sub_header .menu>ul>li.expanded>.expanded_content.col-3 .table,
  #sub_header .menu>ul>li.expanded>.expanded_content.col-4 .table {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content.col-2 .table>.menu-row .menu-col,
  #sub_header .menu>ul>li.expanded>.expanded_content.col-3 .table>.menu-row .menu-col,
  #sub_header .menu>ul>li.expanded>.expanded_content.col-4 .table>.menu-row .menu-col {
    padding: 0 12px;
    border-left: 1px solid #e6e6e6;
    display: table-cell;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content.col-2 .table>.menu-row .menu-col:first-child,
  #sub_header .menu>ul>li.expanded>.expanded_content.col-3 .table>.menu-row .menu-col:first-child,
  #sub_header .menu>ul>li.expanded>.expanded_content.col-4 .table>.menu-row .menu-col:first-child {
    border-left: none;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content.col-2.width_auto,
  #sub_header .menu>ul>li.expanded>.expanded_content.col-3.width_auto,
  #sub_header .menu>ul>li.expanded>.expanded_content.col-4.width_auto {
    width: auto;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content.col-2.right_0,
  #sub_header .menu>ul>li.expanded>.expanded_content.col-3.right_0,
  #sub_header .menu>ul>li.expanded>.expanded_content.col-4.right_0 {
    right: 0 !important;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content.col-2.left_0,
  #sub_header .menu>ul>li.expanded>.expanded_content.col-3.left_0,
  #sub_header .menu>ul>li.expanded>.expanded_content.col-4.left_0 {
    left: 0 !important;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content.col-2.right_auto,
  #sub_header .menu>ul>li.expanded>.expanded_content.col-3.right_auto,
  #sub_header .menu>ul>li.expanded>.expanded_content.col-4.right_auto {
    right: auto !important;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content.col-2.left_auto,
  #sub_header .menu>ul>li.expanded>.expanded_content.col-3.left_auto,
  #sub_header .menu>ul>li.expanded>.expanded_content.col-4.left_auto {
    left: auto !important;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content.col-2 .table>.menu-row .menu-col {
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 50%;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content.col-3 .table>.menu-row .menu-col {
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 33.33333%;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content.col-4 .table>.menu-row .menu-col {
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 25%;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul>li {
    border-bottom: none;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul>li>a,
  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul>li>.expanded_btn {
    background-color: transparent;
    color: #bea554;
    padding: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-family: 'lato-regular', Arial, sans-serif;
    font-weight: bold;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul>li .expanded_btn {
    cursor: default;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul>li.expanded>.expanded_btn {
    margin-top: 18px;
    margin-bottom: 5px;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul>li.expanded>.expanded_btn:before {
    display: none;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul>li.expanded:first-child>.expanded_btn {
    margin-top: 0;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul>li.expanded>.expanded_content {
    position: static;
    display: block;
    padding: 0;
    background-color: transparent;
    min-height: 0;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul.second-level-style>li {
    padding-left: 10px;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul.second-level-style>li:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "";
    font-size: 10px;
    margin-left: -10px;
    margin-right: 3px;
    margin-top: 3px;
    float: left;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul.second-level-style>li a,
  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul.second-level-style>li .expanded_btn {
    padding: 1px 0;
    font-family: 'lato-bold', Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 0;
    color: #101010;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul.second-level-style>li a {
    border-bottom: 1px solid transparent;
    display: inline;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul.second-level-style>li a:hover {
    color: #bea554;
    border-bottom: 1px solid #bea554;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul.second-level-style>li ul {
    padding: 0 0 0 10px;
    background-color: transparent;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul>li .expanded_content>ul>li {
    padding-left: 10px;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul>li .expanded_content>ul>li:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    *margin-right: .3em;
    content: "";
    font-size: 10px;
    margin-left: -10px;
    margin-right: 3px;
    margin-top: 3px;
    float: left;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul>li .expanded_content>ul>li a,
  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul>li .expanded_content>ul>li .expanded_btn {
    padding: 1px 0;
    font-family: 'lato-bold', Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 0;
    color: #101010;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul>li .expanded_content>ul>li a {
    border-bottom: 1px solid transparent;
    display: inline;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul>li .expanded_content>ul>li a:hover {
    color: #bea554;
    border-bottom: 1px solid #bea554;
  }

  #sub_header .menu>ul>li.expanded>.expanded_content>.table>.menu-row>.menu-col>ul>li .expanded_content>ul>li ul {
    padding: 0 0 0 10px;
    background-color: transparent;
  }
}

#sub_header_world_tour {
  position: relative;
  z-index: 9;
  display: none;
}

#sub_header_world_tour .content {
  position: relative;
}

#sub_header_world_tour ul li {
  display: inline-block;
  list-style: none;
  margin-top: 20px;
}

#sub_header_world_tour .content {
  max-width: 60em;
  padding-left: .625em;
  padding-right: .625em;
  width: 100%;
  margin: 0 auto;
}

#sub_header_world_tour ul li {
  margin-right: 18px;
}

@media screen and (min-width: 980px) {
  #sub_header_world_tour {
    display: block;
  }

  #sub_header_world_tour .sub_menu_content {
    position: absolute;
    top: -125px;
    left: 134px;
  }

  #sub_header_world_tour ul li {
    margin-right: 14px;
  }

  #sub_header_world_tour ul li:last-child {
    margin-right: 0;
  }
}

@media print {

  #sub_header .sub_menu_opener,
  #sub_header .menu {
    display: none;
  }
}

.justified_gallery .image_list {
  zoom: 1;
  margin-left: -0.1%;
  margin-right: -0.1%;
}

.justified_gallery .image_list:before,
.justified_gallery .image_list:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.justified_gallery .image_list:after {
  clear: both;
}

.justified_gallery .image_list .imgset-opener {
  width: 99.8%;
  margin-left: 0.1%;
  margin-right: 0.1%;
  margin-bottom: 2px;
}

.justified_gallery .image_list .imgset-opener.is-loading img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
  -moz-transition: opacity 0s;
  -o-transition: opacity 0s;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}

.justified_gallery .image_list .imgset-opener img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  pointer-events: all;
}

.justified_gallery .loader {
  margin-top: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  width: 100%;
  height: 100px;
  background: #ffffff url("/Content/2013/PC/img/loader_list.GIF") center center no-repeat;
}

.justified_gallery .loader.loading {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@media all and (min-width: 480px) {
  .justified_gallery .image_list .imgset-opener {
    width: 49.8%;
  }
}

@media all and (min-width: 768px) {
  .justified_gallery .image_list .imgset-opener {
    width: 32.8%;
  }
}

@media all and (min-width: 980px) {
  .justified_gallery .image_list .imgset-opener {
    width: 24.8%;
  }
}

.imgset-opener {
  position: relative;
}

.imgset-opener .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 10px;
  color: #ffffff;
  font-size: 12px;
  background-color: #101010;
  background-color: rgba(16, 16, 16, 0.8);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.imgset-opener:hover .title {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.full_width_section {
  margin-top: 35px;
  padding: 10px 0;
  background-color: #f2f2f2;
}

.dropdown_list {
  position: relative;
  font-size: 0.75em;
}

.dropdown_list .opener {
  display: block;
  height: 2.8em;
  line-height: 2.7em;
  background-color: #ffffff;
  color: #101010;
  padding: 0 0.625em;
  font-family: 'lato-regular', Arial, sans-serif;
  cursor: pointer;
}

.dropdown_list .opener:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 0;
  line-height: 0;
  color: #7f7f7f;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
}

.dropdown_list .list {
  display: none;
  background-color: #ffffff;
  position: absolute;
  top: 2.8em;
  left: 0;
  width: 100%;
  max-height: 280px;
  z-index: 100;
  margin-top: 1px;
  overflow-x: hidden;
  overflow-y: auto;
}

.dropdown_list .list ul li a {
  display: block;
  color: #101010;
  padding: 10px 0.625em;
  font-size: 1em;
}

.dropdown_list .list ul li a:before {
  display: none;
}

.dropdown_list .list ul li a:hover {
  background-color: #f4f4f4;
}

.h_padding_10 {
  padding-left: 0.625em;
  padding-right: 0.625em;
}

.no_top_margin {
  margin-top: 0 !important;
}

.sidebar_box {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}

.sidebar_box ul,
.sidebar_box ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

html[dir="rtl"] .sidebar_box .highlight_box {
  padding-left: 30px;
  padding-right: 13px;
}

html[dir="rtl"] .sidebar_box .highlight_box:after {
  left: 10px;
  right: auto;
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.sidebar_box:last-child {
  border-bottom: none;
}

.sidebar_box hgroup {
  margin-bottom: 15px;
}

.sidebar_box .highlight_box {
  position: relative;
  display: block;
  padding: 13px 30px 13px 13px;
  line-height: 15px;
  font-family: 'lato-bold', Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
}

.sidebar_box .highlight_box:after {
  position: absolute;
  right: 10px;
  bottom: 13px;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  content: ' ';
  width: 11px;
  height: 11px;
  background-position: 0 -473px;
}

.share-this-popover ul {
  display: flex;
  padding: 5px !important;
}

.share-this-popover ul:before {
  content: 'SHARE:';
  font-size: 10px;
  width: 60px;
  height: 2em;
  text-align: center;
  line-height: 2.6em;
  box-sizing: border-box;
}

.time_to_read {
  display: inline-block;
  margin-left: 6px;
  text-transform: uppercase;
  font-family: 'lato-bold', Arial, sans-serif;
  color: #ffffff;
  padding: 4px 0.625em;
  font-size: 10px;
  float: right;
}

/* footer */
html[dir="rtl"] #footer .group>ul>li a:before {
  content: "";
  margin-left: 5px;
  margin-right: 0;
}

html[dir="rtl"] #footer .follow_us .row a,
html[dir="rtl"] #footer .mobile_app a,
html[dir="rtl"] #footer .newsletter input[type=submit] {
  float: right;
}

html[dir="rtl"] #footer .language_switcher ul>li:first-child {
  border-left: 1px solid #ffffff;
}

html[dir="rtl"] #footer .language_switcher ul>li:last-child {
  border-left: 0;
}

html[dir="rtl"] .resources>ul ul li a {
  padding-left: 0;
  padding-right: 10px;
}

html[dir="rtl"] .resources>ul ul li a:before {
  left: auto;
  right: 0;
  content: "";
}

#footer_top {
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}

.fiba_family h1 {
  text-align: center;
}

.organize {
  margin-top: 20px;
  zoom: 1;
}

.organize:before,
.organize:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.organize:after {
  clear: both;
}

.organize ul,
.organize ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.organize ul li {
  float: left;
  display: block;
}

.organize>.left,
.organize>.right {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  float: left;
}

.organize>.left .left,
.organize>.left .right {
  width: 100%;
  text-align: center;
}

.organize>.left .right {
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  font-family: 'lato-bold', Arial, sans-serif;
}

.organize>.left .right p {
  font-size: 0.9375em;
}

.organize>.right h6 {
  margin: 20px 0;
  text-align: center;
}

.organize>.right a {
  color: #101010;
}

.organize>.right .family_news,
.organize>.right .house_of_basketball {
  width: 100%;
  margin-top: 20px;
}

.organize>.right .news_top {
  padding-left: 10px;
}

.organize>.right .news_bottom {
  position: relative;
  display: block;
  padding: 15px 20px 10px 22px;
  color: #101010;
  background-color: #e6e6e6;
}

.organize>.right .news_bottom:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid #ffffff;
  border-right: 8px dotted transparent;
  border-left: 8px dotted transparent;
}

.organize>.right .news_row {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.organize>.right .description {
  margin-top: 8px;
  line-height: 1.3;
  font-family: 'lato-bold', Arial, sans-serif;
  font-size: 0.75em;
}

.organize>.right .house_of_basketball img {
  width: 100%;
}

.organize>.right .house_of_basketball ul {
  margin-top: 15px;
}

.organize>.right .house_of_basketball ul li {
  width: 100%;
}

.resources {
  margin-top: 40px;
  border-top: 1px solid #d7d7d7;
  padding-top: 30px;
}

.resources ul,
.resources ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.resources .sub_title {
  padding-left: 0;
}

.resources>ul {
  margin-top: 20px;
}

.resources>ul>li {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 50%;
  float: left;
  margin-top: 15px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: 'lato-bold', Arial, sans-serif;
  font-size: 0.9375em;
}

.resources>ul ul {
  margin: 0;
  border: none;
  padding: 15px 0 0 0;
}

.resources>ul ul li {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  text-transform: none;
  font-family: Verdana, Arial, sans-serif;
}

.resources>ul ul li a {
  position: relative;
  display: block;
  padding-left: 10px;
  color: #101010;
  -webkit-transition: color ease 0.222s;
  -moz-transition: color ease 0.222s;
  transition: color ease 0.222s;
}

.resources>ul ul li a:hover {
  color: #ea2e49;
}

.resources>ul ul li a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

#footer {
  background-color: #222222;
  color: #ffffff;
}

#footer .dropdown_list .list ul li a {
  font-size: 1em;
  color: #101010;
}

#footer .inner,
#footer #footer_top {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 61.25em;
  width: 100%;
  zoom: 1;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

#footer .inner:before,
#footer .inner:after,
#footer #footer_top:before,
#footer #footer_top:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#footer .inner:after,
#footer #footer_top:after {
  clear: both;
}

#footer h2 {
  margin: 0;
  padding: 0 0 15px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1em;
  color: inherit;
}

#footer h2 .notransform {
  text-transform: none;
}

#footer h3 {
  margin: 0;
  padding: 20px 0;
  font-size: 0.8125em;
  color: inherit;
}

#footer h3.nopaddingtop {
  padding-top: 0;
}

#footer .group>ul {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

#footer .group>ul>li {
  list-style-type: none;
  margin: 0;
  padding: 2px 0;
  line-height: 1;
}

#footer .group>ul>li a {
  color: #ffffff;
}

#footer .group>ul>li a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  margin-right: 5px;
  display: inline-block;
}

#footer .group>ul>li a:hover {
  color: #ea2e49;
}

#footer .menu {
  margin: 1.25em 0;
  padding: 0 0.625em;
}

#footer .menu .group {
  padding: 15px 0;
}

#footer .menu .group>a,
#footer .menu .group>ul>li a,
#footer .menu p {
  font-size: 0.75em;
  font-family: 'lato-regular', Arial, sans-serif;
}

#footer .footer_presenting_partners,
#footer .footer_global_partners,
#footer .footer_event_sponsors,
#footer .footer_national_supporters {
  zoom: 1;
  min-width: 280px;
  font-size: 0;
}

#footer .footer_presenting_partners:before,
#footer .footer_presenting_partners:after,
#footer .footer_global_partners:before,
#footer .footer_global_partners:after,
#footer .footer_event_sponsors:before,
#footer .footer_event_sponsors:after,
#footer .footer_national_supporters:before,
#footer .footer_national_supporters:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#footer .footer_presenting_partners:after,
#footer .footer_global_partners:after,
#footer .footer_event_sponsors:after,
#footer .footer_national_supporters:after {
  clear: both;
}

#footer .footer_logos {
  margin: 1.25em 0;
  padding: 0 0.625em;
  text-align: center;
}

#footer .footer_logos h2 {
  padding-top: 18px;
  padding-bottom: 4px;
  font-size: 16px;
}

#footer .footer_logos .footer_national_supporters h2 {
  font-size: 13px;
}

#footer .footer_logos .footer_row {
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#footer .footer_logos .footer_row.row-m {
  display: flex;
}

#footer .footer_logos .footer_row.row-m a {
  flex: 0 0 40%;
}

@media all and (min-width: 640px) {
  #footer .footer_logos .footer_row.row-m a {
    flex: 0 0 22%;
  }
}

@media all and (min-width: 768px) {
  #footer .footer_logos .footer_row {
    display: flex;
  }

  #footer .footer_logos .footer_row.row-m {
    display: none;
  }
}

#footer .footer_logos a {
  zoom: 1;
  display: inline-block;
  margin: 4px 3px;
  overflow: hidden;
}

#footer .footer_logos a img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#footer .footer_logos a:before,
#footer .footer_logos a:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#footer .footer_logos a:after {
  clear: both;
}

#footer .language_switcher,
#footer .copyright {
  padding: 10px 0;
  background-color: #161616;
}

#footer .language_switcher_ul a[data-language="ar"],
#footer .language_switcher_ul_header a[data-language="ar"] {
    font-family: "Noto Kufi Arabic", Verdana, "bebas-regular" !important;
}

#footer .language_switcher .inner,
#footer .copyright .inner {
  padding: 0 0.625em;
}

#footer .language_switcher ul {
  margin: 5px 0 0 0;
  padding: 0;
  text-align: center;
  line-height: 1;
  font-size: 1em;
}

#footer .language_switcher ul>li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  border-left: 1px solid #ffffff;
  line-height: 1;
  font-size: 0;
}

#footer .language_switcher ul>li a {
  display: block;
  margin-left: 0.4375em;
  margin-right: 0.4375em;
  padding: 0 0.1875em;
  line-height: 1;
  font-size: 14px;
  font-family: 'lato-regular', Arial, sans-serif;
  color: #ffffff;
}

#footer .language_switcher ul>li a:hover {
  color: #ea2e49;
}

#footer .language_switcher ul>li:first-child {
  border-left: none;
}

#footer .privacy_links_divider {
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #fff;
    display: none;
}

#footer .privacy_links > li {
    border-left: none !important;
}

#footer .privacy_links > li > a {
    padding: 0 0.75em !important;
}

#footer .copyright a {
    display: block;
}

#footer .copyright p {
  margin: 10px 0 0;
  color: #606060;
  text-transform: uppercase;
  font-family: 'lato-regular', Arial, sans-serif;
  font-size: 0.6875em;
}

#footer .mobile_app {
  margin-top: 10px;
  zoom: 1;
}

#footer .mobile_app:before,
#footer .mobile_app:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#footer .mobile_app:after {
  clear: both;
}

#footer .mobile_app a {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 50%;
  float: left;
  padding-left: 5px;
}

#footer .mobile_app a:first-child {
  padding-left: 0;
  padding-right: 5px;
}

#footer .mobile_app a img {
  display: block;
  margin: 0 auto;
}

#footer .contact_us table {
  margin-top: 25px;
  font-size: 0.75em;
  font-family: 'lato-regular', Arial, sans-serif;
  width: auto;
  margin: 0;
}

#footer .contact_us table a {
  font-size: 1em;
}

#footer .contact_us table tr:nth-child(even) {
  background-color: transparent;
}

#footer .contact_us table td {
  padding-top: 4px;
  padding-bottom: 4px;
  border: none;
  line-height: inherit;
  height: inherit;
  font-family: 'lato-regular', Arial, sans-serif;
  padding-left: 0;
  padding-right: 0;
}

#footer .contact_us table td:first-child {
  padding-right: 10px;
  padding-left: 0;
}

#footer .map_marker:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  color: #ea2e49;
  margin: 0 5px;
  font-size: 13px;
}

#footer form {
  margin-bottom: 5px;
  font-size: 12px;
}

#footer form .custom.dropdown {
  margin-bottom: 0;
}

#footer form input,
#footer form .custom.dropdown .current {
  font-family: 'lato-regular', Arial, sans-serif;
}

#footer form input,
#footer form .custom.dropdown,
#footer form .custom.dropdown .selector,
#footer form .custom.dropdown .current,
#footer form .custom.dropdown ul li {
  border-color: transparent;
  font-size: 12px;
  height: 2.8em;
  line-height: 2.7em;
}

#footer form .custom.dropdown ul li {
  padding: 0 6px;
}

#footer .follow_us .row {
  zoom: 1;
}

#footer .follow_us .row:before,
#footer .follow_us .row:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#footer .follow_us .row:after {
  clear: both;
}

#footer .follow_us .row:first-child a {
  margin-top: 0;
}

#footer .follow_us .row a {
  display: block;
  position: relative;
  float: left;
  width: 36px;
  height: 36px;
  margin: 10px 10px 0 0;
  background-color: #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

#footer .follow_us .row a:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #222222;
  font-size: 24px;
  text-align: center;
  line-height: 36px;
}

#footer .follow_us .row a.twitch {
  background-image: url("/img/icon/black-twitch-logo.png");
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
}

#footer .follow_us .row a.tiktok {
  background-image: url("/img/icon/TikTok.svg");
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#footer .follow_us .row a.facebook:after {
  font-family: 'FontAwesomeBrands';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "\f39e";
}

#footer .follow_us .row a.youtube:after {
  font-family: 'FontAwesomeBrands';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "\f167";
}

#footer .follow_us .row a.twitter:after {
  font-family: 'FontAwesomeBrands';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "\f099";
}

#footer .follow_us .row a.twitter-svg svg {
  height: 24px;
  width: 24px;
  margin-top: 6px;
  margin-left: 6px;
}

#footer .follow_us .row a.instagram:after {
  font-family: 'FontAwesomeBrands';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "\f16d";
}

#footer .follow_us .row a.sinaweibo:after {
  font-family: 'FontAwesomeBrands';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "\f18a";
}

#footer .follow_us .row a.linkedin:after {
  font-family: 'FontAwesomeBrands';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "\f08c";
}

#footer .follow_us .row a.vine:after,
#footer .follow_us .row a.periscope:after,
#footer .follow_us .row a.wechat:after,
#footer .follow_us .row a.dailymotion:after,
#footer .follow_us .row a.youku:after {
  content: '';
  right: 0;
  bottom: 0;
  margin: auto;
}

#footer .follow_us .row a.vine:after {
  width: 20px;
  height: 23px;
  background-position: 0 -188px;
}

#footer .follow_us .row a.periscope:after {
  width: 36px;
  height: 36px;
  background-position: 0 -147px;
}

#footer .follow_us .row a.googleplus:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
}

#footer .follow_us .row a.wechat {
  width: 36px;
  height: 36px;
  background-position: 0 -216px;
}

#footer .follow_us .row a.dailymotion {
  width: 36px;
  height: 36px;
  background-position: 0 -106px;
}

#footer .follow_us .row a.youku {
  width: 36px;
  height: 36px;
  background-position: 0 -257px;
}

#footer .newsletter input[type=text] {
  line-height: 1;
  margin-bottom: 1px;
}

#footer .newsletter .bottom {
  zoom: 1;
}

#footer .newsletter .bottom:before,
#footer .newsletter .bottom:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#footer .newsletter .bottom:after {
  clear: both;
}

#footer .newsletter .custom.dropdown {
  padding-left: 0;
  padding-right: 0;
  width: 83.33333%;
  float: left;
  background: #7f7f7f;
}

#footer .newsletter .custom.dropdown .current {
  color: #ffffff;
  font-family: 'lato-bold', Arial, sans-serif;
  text-transform: uppercase;
}

#footer .newsletter .custom.dropdown .selector:after {
  border-top-color: #ffffff;
}

#footer .newsletter input[type=submit] {
  padding-left: 0;
  padding-right: 0;
  width: 16.66667%;
  float: left;
  border-left: 1px solid #222222;
  text-align: center;
}

@media screen and (min-width: 480px) {
  html[dir="rtl"] #footer .menu>div>div {
    float: right;
  }

  #footer .menu {
    padding-left: 0;
    padding-right: 0;
  }

  #footer .menu>div {
    zoom: 1;
  }

  #footer .menu>div:before,
  #footer .menu>div:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
  }

  #footer .menu>div:after {
    clear: both;
  }

  #footer .menu>div.col-3>div {
    width: 33.3333%;
  }

  #footer .menu>div>div {
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 50%;
    float: left;
  }
}

@media all and (min-width: 640px) {

  .organize>.right .family_news,
  .organize>.right .house_of_basketball {
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 50%;
    float: left;
  }

  .organize>.right .family_news {
    padding-left: 0;
  }

  .organize>.right .house_of_basketball {
    padding-right: 0;
    padding-left: 0;
  }
}

@media all and (min-width: 768px) {
  html[dir="rtl"] .organize>.left {
    padding-left: 0.625em;
    padding-right: 0;
  }

  html[dir="rtl"] .organize>.left .left,
  html[dir="rtl"] .organize>.left .right {
    text-align: right;
  }

  html[dir="rtl"] .fiba_family h1 {
    text-align: right;
  }

  .fiba_family h1 {
    text-align: left;
  }

  .organize>.left {
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 66.66667%;
    float: left;
    padding-left: 0;
  }

  .organize>.left .left,
  .organize>.left .right {
    text-align: left;
  }

  .organize>.left .right {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  .organize>.right {
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 33.33333%;
    float: left;
    padding: 0;
  }

  .organize>.right h6 {
    text-align: left;
  }

  .organize>.right .family_news,
  .organize>.right .house_of_basketball {
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 100%;
    float: left;
  }

  .organize>.right .family_news {
    margin-top: 0;
  }

  .resources ul>li {
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 25%;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 980px) {
  html[dir="rtl"] #footer .menu>div {
    float: right;
  }

  #footer .menu {
    zoom: 1;
  }

  #footer .menu:before,
  #footer .menu:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
  }

  #footer .menu:after {
    clear: both;
  }

  #footer .menu.col-5>div.col-3 {
    width: 60%;
  }

  #footer .menu.col-5>div.col-2 {
    width: 40%;
  }

  #footer .menu>div {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left;
  }

  #footer .menu>div>div {
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 50%;
    float: left;
  }

  #footer .latest_events .logos {
    zoom: 1;
  }

  #footer .latest_events .logos:before,
  #footer .latest_events .logos:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
  }

  #footer .latest_events .logos:after {
    clear: both;
  }

  #footer .latest_events a img {
    display: block;
    margin: 0 auto;
  }

  #footer .copyright {
    display: table;
    width: 100%;
  }

  #footer .copyright a {
    width: 100px;
  }

  #footer .copyright a,
  #footer .copyright p {
    display: table-cell;
    vertical-align: middle;
  }

  #footer .copyright p {
    margin: 0;
    padding: 0 0 0 1.25em;
  }

  #footer .copyright p a {
    display: inline;
    width: 100%;
    color: #606060;
    position: relative;
    bottom: 1px;
    text-decoration: underline;
  }
}

@media print {
  #footer .menu {
    display: none;
  }
}

html[dir="rtl"] #overlay .window .bottom_buttons input[type=submit] {
  float: right;
}

html[dir="rtl"] #overlay .window .bottom_buttons a {
  float: right;
  margin-left: 0;
  margin-right: 4.16667%;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: none;
}

#overlay .table {
  display: table;
  margin: auto;
  height: 100%;
  width: 100%;
}

#overlay .table .cell {
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
}

#overlay .window {
  zoom: 1;
  background-color: rgba(16, 16, 16, 0.8);
  color: #ffffff;
  padding: 30px;
  font-size: 1em;
  display: none;
  width: 96%;
  margin: 0 auto;
}

#overlay .window:before,
#overlay .window:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#overlay .window:after {
  clear: both;
}

#overlay .window.opened {
  display: block;
}

#overlay .window h1,
#overlay .window h2,
#overlay .window h3,
#overlay .window h4,
#overlay .window h5,
#overlay .window h6 {
  color: inherit;
  font-family: 'lato-regular', Arial, sans-serif;
  margin-top: 0;
}

#overlay .window p {
  font-size: 0.9375em;
}

#overlay .window .bottom_buttons {
  zoom: 1;
  margin-top: 15px;
}

#overlay .window .bottom_buttons:before,
#overlay .window .bottom_buttons:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#overlay .window .bottom_buttons:after {
  clear: both;
}

#overlay .window .bottom_buttons input[type=submit] {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 47.91667%;
  float: left;
}

#overlay .window .bottom_buttons a {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 47.91667%;
  margin-left: 4.16667%;
  float: left;
}

#overlay .window .close {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #989898;
  color: #ffffff;
  font-size: 0.75em;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

#overlay .window .close:hover {
  background-color: #8b8b8b;
}

#overlay .window form {
  margin-bottom: 0;
}

#overlay .window form input {
  height: 40px;
  font-size: 0.75em;
  margin-bottom: 0;
}

#overlay .window form .custom.dropdown {
  height: 40px;
  font-size: 0.75em;
  margin-bottom: 0;
}

#overlay .window form .custom.dropdown .current {
  line-height: 40px;
}

#overlay .window form .custom.dropdown .selector {
  height: 40px;
}

#overlay .window form .custom.dropdown ul {
  font-size: 1em;
}

#overlay .window form .custom.dropdown ul li {
  min-height: 30px;
  line-height: 30px;
}

#overlay .window.has_icon .icon {
  display: none;
}

#overlay .window.has_icon .content {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}

@media all and (min-width: 640px) {
  html[dir="rtl"] #overlay .window.has_icon {
    padding-left: 30px;
    padding-right: 0;
  }

  html[dir="rtl"] #overlay .window.has_icon .icon {
    float: right;
  }

  html[dir="rtl"] #overlay .window.has_icon .content {
    float: right;
  }

  #overlay .window {
    width: 560px;
  }

  #overlay .window.has_icon {
    padding-left: 0;
  }

  #overlay .window.has_icon .icon {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    float: left;
  }

  #overlay .window.has_icon .icon img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
  }

  #overlay .window.has_icon .content {
    padding-left: 0;
    padding-right: 0;
    width: 75%;
    float: left;
  }
}

/* Google maps */
.google_map_container .noscrollbar {
  line-height: 1.35;
  overflow: hidden;
  white-space: nowrap;
}

.google_map_container img {
  max-width: none;
}

/* loading animation for playerstats and playerhighs */
.loading_content .loading {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: white url("/Content/2013/PC/img/loader_list.GIF") center center no-repeat;
  z-index: 2;
  display: none;
}

/* Warning Message */
div.warning_message {
  background-color: #ef5873;
  padding: 8px;
  font-family: lato-regular;
  margin-top: 20px;
}

.warning_message>div {
  color: #FFFFFF;
  font-size: .775em;
  line-height: 1.25em;
}

.warning_message>div:first-child {
  font-family: lato-bold;
  margin-bottom: 4px;
}

.warning_message>div>div {
  float: left;
  width: 250px;
}

.schedule_list .warning_message>div>div {
  width: 175px;
}

@media all and (max-width: 768px) {
  .warning_message>div>div {
    float: none;
    width: auto;
  }

  .warning_message>div {
    margin-top: 10px;
  }

  .warning_message>div:first-child {
    margin-top: 0;
  }
}

/* Banners etc, gab */
@media all and (max-width: 320px) {
  .show-small {
    display: block;
  }
}

@media all and (max-width: 640px) {
  .show-max-break-ms {
    display: block;
  }
}

@media all and (min-width: 640px) {
  .show-min-break-ms {
    display: block;
  }
}

@media all and (max-width: 768px) {
  .show-max-medium {
    display: block;
  }
}

@media all and (min-width: 768px) {
  .show-min-medium {
    display: block;
  }
}

@media all and (max-width: 980px) {
  .show-max-large {
    display: block;
  }
}

@media all and (min-width: 980px) {
  .show-min-large {
    display: block;
  }

  table .name .long {
    display: inherit;
  }

  table .name .ioc {
    display: none;
  }
}

#page_team_profile ul li ul,
#page_team_profile ul li ol {
  margin-left: 0 !important;
}

/* Coaches WABC with IFrame full width */
#page_generic_page.configid_c983a18a-f98c-40f8-91a4-1043e42f213c .container {
  padding: 0;
  max-width: none;
}

#page_generic_page.configid_c983a18a-f98c-40f8-91a4-1043e42f213c .page {
  padding: 0;
}

div.watch .visible-channel:not(.last-visible-channel):after {
  content: ",";
}

#player.popup-youtube-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*
    On mobile mode.
    1. Extend the privacy links line height.
    2. Adjust the logo dimension.
    3. Center all footer topics.
*/
@media screen and (max-width: 500px) {
    #footer .copyright .inner {
        text-align: center;
    }
    #footer .privacy_links > li {
        padding-bottom: 7px;
    }
    #footer .copyright a > img {
        height: 77px;
    }
}
/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* line 6, ../../sass/vendor/responsive-tables.scss */
html[dir="rtl"] table.responsive th,
html[dir="rtl"] table.responsive td {
  text-align: right;
}

/* line 13, ../../sass/vendor/responsive-tables.scss */
table.responsive th {
  font-weight: bold;
}

/* line 18, ../../sass/vendor/responsive-tables.scss */
table.responsive th, table.responsive td {
  padding: 9px 10px;
  text-align: left;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  /* line 27, ../../sass/vendor/responsive-tables.scss */
  html[dir="rtl"] .pinned {
    left: auto;
    right: 0;
  }
  /* line 32, ../../sass/vendor/responsive-tables.scss */
  html[dir="rtl"] div.responsive-table-wrapper {
    border-left: 1px solid #ccc;
    border-right: none;
  }
  /* line 37, ../../sass/vendor/responsive-tables.scss */
  html[dir="rtl"] div.responsive-table-wrapper div.scrollable table {
    margin-left: 0;
    margin-right: 35%;
  }

  /* line 47, ../../sass/vendor/responsive-tables.scss */
  table.responsive {
    margin-top: 0;
    margin-bottom: 0;
  }

  /* line 52, ../../sass/vendor/responsive-tables.scss */
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  /* line 64, ../../sass/vendor/responsive-tables.scss */
  .pinned table {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-right: none;
    border-left: none;
  }
  /* line 72, ../../sass/vendor/responsive-tables.scss */
  .pinned td:last-child {
    border-bottom: 0;
  }

  /* line 77, ../../sass/vendor/responsive-tables.scss */
  div.responsive-table-wrapper {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  /* line 84, ../../sass/vendor/responsive-tables.scss */
  div.responsive-table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  /* line 88, ../../sass/vendor/responsive-tables.scss */
  div.responsive-table-wrapper div.scrollable table {
    margin-left: 35%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 97, ../../sass/vendor/responsive-tables.scss */
  table.responsive th, table.responsive td {
    position: relative;
    overflow: hidden;
  }
  /* line 102, ../../sass/vendor/responsive-tables.scss */
  table.responsive th:first-child,
  table.responsive td:first-child, table.responsive.pinned td {
    display: none;
  }
}

.bc_default {
  background-color: #bea554;
}

.bc_dodger_blue {
  background-color: #228ef2;
}

.bc_violet {
  background-color: #7939c9;
}

.bc_pink {
  background-color: #f2226c;
}

.bc_sea_green {
  background-color: #17dca7;
}

.bc_spring_green {
  background-color: #2fcd6e;
}

.bc_pale_gold {
  background-color: #dbc068;
}

.bc_purple {
  background-color: #65389c;
}

.bc_light_green {
  background-color: #62b04b;
}

.bc_royal_blue {
  background-color: #0033a0;
}

.bc_3x3_orange {
  background-color: #d4841a;
}

.bc_u17_women {
  background-color: #d22f76;
}

.bc_3x3_world_tour {
  background-color: #333333;
}

.bc_u17 {
  background-color: #38c449;
}

.bc_basketball_world_cup {
  background-color: #ec008c;
}

.bc_world_championship_women {
  background-color: #1b959f;
}

.bc_3x3_all_stars {
  background-color: #7a123e;
}

.tc_default {
  color: #bea554;
}

.tc_dodger_blue {
  color: #228ef2;
}

.tc_violet {
  color: #7939c9;
}

.tc_pink {
  color: #f2226c;
}

.tc_sea_green {
  color: #17dca7;
}

.tc_spring_green {
  color: #2fcd6e;
}

.tc_pale_gold {
  color: #dbc068;
}

.tc_purple {
  color: #65389c;
}

.tc_light_green {
  color: #62b04b;
}

.tc_royal_blue {
  color: #0033a0;
}

.tc_3x3_orange {
  color: #d4841a;
}

.tc_white {
  color: #ffffff;
}

.tab_bc_3x3_orange .custom_tab_title li:hover a, .tab_bc_3x3_orange .custom_tab_title li:hover a:after, .tab_bc_3x3_orange .custom_tab_title li.active a, .tab_bc_3x3_orange .custom_tab_title li.active a:after {
  border-color: #d4841a;
  background-color: #d4841a;
}
.tab_bc_3x3_orange .custom_tab_title li:hover a:before, .tab_bc_3x3_orange .custom_tab_title li.active a:before {
  border-top-color: #d4841a;
}

/*used for additional bc colors in news*/

.bc_default {
  background-color: #bea554;
}

.bc_add_world_cup {
    background-color: #EC008C;
}

.bc_add_world_cup_qualifier {
    background-color: #EC008C;
}

.bc_add_world_championship_women {
    background-color: #1B959F;
}

.bc_add_world_championship_women_qualifier {
    background-color: #1B959F;
}

.bc_add_olympics {
    background-color: #968052;
}

.bc_add_olympic_qualifiers {
    background-color: #968052;
}

.bc_add_olympics_women {
    background-color: #968052;
}

.bc_add_olympic_qualifiers_women {
    background-color: #968052;
}

.bc_add_u17 {
    background-color: #38B449;
}

.bc_add_u17_women {
    background-color: #D22F76;
}

.bc_add_u17_2016 {
    background-color: #AA151B;
}

.bc_add_u17_women_2016 {
    background-color: #AA151B;
}

.bc_add_u19 {
    background-color: #38B449;
}

.bc_add_u19_women {
    background-color: #D22F76;
}

.bc_add_3x3_planet {
    background-color: #333333;
}

.bc_add_3x3_world_tour {
    background-color: #333333;
}

.bc_add_3x3_u18 {
    background-color: #27aae1;
}

.bc_add_3x3_world_champs {
    background-color: #CC0000;
}

.bc_add_column {
    background-color: #BEA554;
}

.bc_add_press_release {
    background-color: #000000;
}

.bc_add_fiba_family {
    background-color: #BEA554;
}

.bc_add_league {
    background-color: #62B04B;
}

.bc_add_hall_of_fame {
    background-color: #BEA554;
}

.bc_add_bwb {
    background-color: #0253A4;
}

.bc_add_news {
    background-color: #d3d3d3;
}

.bc_add_spain2014 {
    background-color: #ec008c
}

.bc_add_czech2014 {
    background-color: #d23077
}

.bc_add_dubai2014 {
    background-color: #39b54a
}

.bc_add_turkey2014 {
    background-color: #1b959f
}

.bc_add_eurobasket {
    background-color: #004b96;
}

.bc_add_eurobasket_women {
    background-color: #FD3C50;
}

.bc_add_3x3_european_games {
    background-color: #7F2373;
}

.bc_add_u19_2015 {
    background-color: #074770;
}

.bc_add_u19_women_2015 {
    background-color: #353b97;
}

.bc_add_americas {
    background-color: #1c8e98;
}

.bc_add_americas_women {
    background-color: #34a7dc;
}

.bc_add_oceania {
    background-color: #46217a;
}

.bc_add_oceania_women {
    background-color: #46217a;
}

.bc_add_afrobasket {
    background-color: #9d1521; 
}

.bc_add_afrobasket_women {
    background-color: #009444; 
}

.bc_add_asia_championship {
    background-color: #707372;
}

.bc_add_asia_championship_women {
    background-color: #707372;
}

.bc_add_3x3_allstar {
    background-color: #7A123E;
}

.bc_add_olympics_2015 {
    background-color: #62BB46;
}

.bc_add_euroleague_women_2016  {
    background-color: #dc006a;
}

.bc_add_eurocup_women_2016 {
    background-color: #91278f;
}

.bc_add_eurocup_2016 {
    background-color: #0080c9;
}

.bc_add_african_champ_cup_women_2016 {
    background-color: #000000;
}

.bc_add_liga_sudamericana_2015 {
    background-color: #000CCF;
}

.bc_add_liga__de_las_americas_2016 {
    background-color: #CF000C;
}
@charset "UTF-8";
.icon-sprite, #gallery_viewer_overlay #gallery_viewer_container .fb-share-button:before,
#gallery_viewer_overlay #gallery_viewer_container .twitter-share-button.fb-share-button:before,
#gallery_viewer_overlay #gallery_viewer_container .gplus-share-button.fb-share-button:before,
#gallery_viewer_overlay #gallery_viewer_container .twitter-share-button:before,
#gallery_viewer_overlay #gallery_viewer_container .gplus-share-button.twitter-share-button:before,
#gallery_viewer_overlay #gallery_viewer_container .gplus-share-button:before {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/** gallery viewer **/
#gallery_viewer_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #101010;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 100000;
  display: none;
  overflow-y: scroll;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#gallery_viewer_overlay #gallery_viewer_container {
  background-color: #101010;
  -moz-box-shadow: 0 0 10px #101010;
  -webkit-box-shadow: 0 0 10px #101010;
  box-shadow: 0 0 10px #101010;
  width: 1280px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  color: #ffffff;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_close {
  width: 50px;
  height: 50px;
  padding: 15px;
  margin-top: -15px;
  float: right;
  cursor: pointer;
  position: relative;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_close:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "\e601";
  font-family: 'icomoon';
  line-height: 50px;
  text-align: center;
}
#gallery_viewer_overlay #gallery_viewer_container .gallery_viewer_header {
  height: 72px;
  width: 100%;
  overflow: hidden;
  padding: 20px 0 0;
  zoom: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gallery_viewer_overlay #gallery_viewer_container .gallery_viewer_header:before, #gallery_viewer_overlay #gallery_viewer_container .gallery_viewer_header:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
#gallery_viewer_overlay #gallery_viewer_container .gallery_viewer_header:after {
  clear: both;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_current_image {
  float: left;
  font-size: 12px;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_social_mobile,
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_social_not_mobile {
  zoom: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_social_mobile:before, #gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_social_mobile:after,
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_social_not_mobile:before,
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_social_not_mobile:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_social_mobile:after,
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_social_not_mobile:after {
  clear: both;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_social_mobile p,
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_social_not_mobile p {
  float: left;
  font-size: 12px;
  line-height: 36px;
  margin: 0 5px 0 0;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_social_not_mobile {
  display: none;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_social_mobile {
  border-top: 1px solid #222;
  padding: 15px 0;
}
#gallery_viewer_overlay #gallery_viewer_container .fb-share-button,
#gallery_viewer_overlay #gallery_viewer_container .twitter-share-button,
#gallery_viewer_overlay #gallery_viewer_container .gplus-share-button {
  float: left;
  width: 36px;
  height: 36px;
  position: relative;
}
#gallery_viewer_overlay #gallery_viewer_container .fb-share-button:before,
#gallery_viewer_overlay #gallery_viewer_container .twitter-share-button:before,
#gallery_viewer_overlay #gallery_viewer_container .gplus-share-button:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  content: '';
}
#gallery_viewer_overlay #gallery_viewer_container .fb-share-button.fb-share-button:before,
#gallery_viewer_overlay #gallery_viewer_container .twitter-share-button.fb-share-button:before,
#gallery_viewer_overlay #gallery_viewer_container .gplus-share-button.fb-share-button:before {
  background-position: 0 -676px;
}
#gallery_viewer_overlay #gallery_viewer_container .fb-share-button.fb-share-button > span,
#gallery_viewer_overlay #gallery_viewer_container .twitter-share-button.fb-share-button > span,
#gallery_viewer_overlay #gallery_viewer_container .gplus-share-button.fb-share-button > span {
  display: none;
}
#gallery_viewer_overlay #gallery_viewer_container .fb-share-button.twitter-share-button:before,
#gallery_viewer_overlay #gallery_viewer_container .twitter-share-button.twitter-share-button:before,
#gallery_viewer_overlay #gallery_viewer_container .gplus-share-button.twitter-share-button:before {
  background-position: 0 -1037px;
}
#gallery_viewer_overlay #gallery_viewer_container .fb-share-button.gplus-share-button:before,
#gallery_viewer_overlay #gallery_viewer_container .twitter-share-button.gplus-share-button:before,
#gallery_viewer_overlay #gallery_viewer_container .gplus-share-button.gplus-share-button:before {
  background-position: 0 -784px;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_toggle_fullscreen {
  width: 60px;
  height: 60px;
  padding: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_toggle_fullscreen:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_toggle_fullscreen:before {
  width: 30px;
  height: 30px;
  border: 4px solid #ffffff;
  -moz-box-shadow: 0 0 4px #101010, inset 0 0 4px #101010;
  -webkit-box-shadow: 0 0 4px #101010, inset 0 0 4px #101010;
  box-shadow: 0 0 4px #101010, inset 0 0 4px #101010;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  content: ' ';
  display: block;
  position: relative;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_toggle_fullscreen:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  position: absolute;
  font-size: 23px;
  top: 19px;
  right: 20px;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_images_container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_scroll {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_scroll .img_content {
  float: left;
  height: 100%;
  margin: 0 8px;
  position: relative;
  background: #111111 url("/Content/2013/PC/img/loader.gif") center center no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_scroll .img_content.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_scroll img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_description {
  margin: 20px 0 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_description h3 {
  font-size: 16px;
  margin: 0 0 5px 0;
  color: #ffffff;
}
#gallery_viewer_overlay #gallery_viewer_container h2 {
  color: #ffffff;
  text-transform: uppercase;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_comments_container {
  margin: 15px 0 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_comments .fb-comments {
  min-height: 162px;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_comments .fb-comments, #gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_comments .fb-comments iframe[style] {
  width: 100% !important;
}
#gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_comments .fb-comments > span {
  width: 100% !important;
}
#gallery_viewer_overlay.fullScreenMode #gallery_viewer_container .gallery_viewer_header,
#gallery_viewer_overlay.fullScreenMode #gallery_viewer_container #gallery_viewer_description,
#gallery_viewer_overlay.fullScreenMode #gallery_viewer_container #gallery_viewer_social_mobile,
#gallery_viewer_overlay.fullScreenMode #gallery_viewer_container #gallery_viewer_comments_container {
  height: 0;
  margin: 0;
  padding: 0;
}
#gallery_viewer_overlay.fullScreenMode #gallery_viewer_container #gallery_viewer_social_mobile {
  border: none;
}
#gallery_viewer_overlay.fullScreenMode #gallery_viewer_container #gallery_viewer_images_container {
  max-height: none;
}
#gallery_viewer_overlay.fullScreenMode #gallery_viewer_container #gallery_viewer_toggle_fullscreen:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
}

@media only screen and (min-width: 480px) {
  #gallery_viewer_overlay #gallery_viewer_container {
    padding: 0 30px 20px;
  }
  #gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_images_container {
    max-height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  #gallery_viewer_overlay {
    padding: 10px 0;
  }
  #gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_current_image {
    display: none;
  }
  #gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_images_container:hover #gallery_viewer_pager_left,
  #gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_images_container:hover #gallery_viewer_pager_right {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  #gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_images_container.first #gallery_viewer_pager_left {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    cursor: default;
  }
  #gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_images_container.last #gallery_viewer_pager_right {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    cursor: default;
  }
  #gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_pager_left,
  #gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_pager_right {
    width: 60px;
    height: 160px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 4;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
  #gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_pager_left {
    left: 20px;
    background: url("/Content/2013/PC/img/gallery_arrow_left.png") center center no-repeat;
  }
  #gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_pager_right {
    right: 20px;
    background: url("/Content/2013/PC/img/gallery_arrow_right.png") center center no-repeat;
  }
  #gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_social_not_mobile {
    display: block;
    float: left;
  }
  #gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_social_not_mobile p {
    margin: 0 0 0 10px;
  }
  #gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_social_mobile {
    display: none;
  }
  #gallery_viewer_overlay #gallery_viewer_container #gallery_viewer_images_container {
    max-height: none;
  }
}

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */
.selectboxit-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: black;
    font-family: 'lato-light';
    font-size: 12px;
    width: 100%;
}

    .selectboxit-container.autowidth {
        width: auto;
    }


    /* Styles that apply to all SelectBoxIt elements */
    .selectboxit-container * {
        /* Prevents text selection */
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        outline: none;
        white-space: nowrap;
    }

    /* Button */
    .selectboxit-container .selectboxit {
        width: 100%; /* Width of the dropdown button */
        cursor: pointer;
        margin: 0;
        padding: 0;
        overflow: hidden;
        display: block;
        position: relative;
    }

        .selectboxit-container .selectboxit.autowidth {
            width: auto;
            display: inline-block;
        }

    /* Height and Vertical Alignment of Text */
    .selectboxit-container span, .selectboxit-container .selectboxit-options a {
        height: 30px; /* Height of the drop down */
        line-height: 30px; /* Vertically positions the drop down text */
        display: block;
    }

    /* Focus pseudo selector */
    .selectboxit-container .selectboxit:focus {
        outline: 0;
    }

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
}

/* Button Text */
.selectboxit-text {
    text-indent: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.selectboxit .selectboxit-option-icon-container {
    margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%; /* Minimum Width of the dropdown list box options */
    *width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 9999999999999;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: 'lato-regular', Arial, sans-serif;
    font-size: 11px;
}

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
    padding: 0 2px;
}

    /* Individual Option Hover Action */
    .selectboxit-option .selectboxit-option-anchor:hover {
        text-decoration: none;
    }

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
    text-indent: 5px; /* Horizontal Positioning of the select box option text */
    margin: 0;
    list-style-type: none;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
    font-weight: bold;
}

    /* Drop Down optgroup header hover psuedo class */
    .selectboxit-optgroup-header:hover {
        cursor: default;
    }

/* Drop Down down arrow container */
.selectboxit-arrow-container {
    /* Positions the down arrow */
    width: 30px;
    position: absolute;
    right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    /* Horizontally centers the down arrow */
    margin: 0 auto;
    position: absolute;
    top: 46%;
    right: 0;
    left: 0;
}

    /* Drop Down down arrow for jQueryUI and jQuery Mobile */
    .selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
        top: 30%;
    }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
    float: left;
}

.selectboxit-container .selectboxit-option-icon {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
    width: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    float: left;
}

.selectboxit-rendering {
    display: inline-block !important;
    *display: inline !important;
    zoom: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
    background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
    background-color: white;
    border: 1px solid #ccc;
}

    .selectboxit-btn.selectboxit-enabled:hover,
    .selectboxit-btn.selectboxit-enabled:focus,
    .selectboxit-btn.selectboxit-enabled:active {
        color: #333333;
        border-color: #A1A1A1;
    }

    .selectboxit-btn.selectboxit-enabled:hover,
    .selectboxit-btn.selectboxit-enabled:focus {
        color: #333333;
        text-decoration: none;
        background-position: 0 -15px;
    }

.selectboxit-default-arrow {
    width: 0;
    height: 0;
    border-top: 4px solid #AAAAAA;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.selectboxit-list {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .selectboxit-list .selectboxit-option-anchor {
        color: #333333;
    }

    .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
        background-color: #f4f4f4;
    }

    .selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
        color: #999999;
    }

.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.website_notification {
  background-color: #0164df;
}
.website_notification .row {
  padding: 10px;
}
.website_notification p {
  color: #ffffff;
  margin: 0;
  font-size: 14px;
}
.website_notification .buttons {
  margin-top: 10px;
}
.website_notification .buttons .table {
  width: 100%;
  display: table;
}
.website_notification .buttons .table .table_cell {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  height: 100%;
}
.website_notification .buttons .table .table_cell:first-child {
  padding-right: 5px;
}
.website_notification .buttons .table .table_cell:last-child {
  padding-left: 5px;
}
.website_notification .buttons .inline_table_cell {
  display: table-cell;
  vertical-align: middle;
}
.website_notification .buttons a {
  display: table;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  width: 100%;
  height: 100%;
  line-height: 1.3;
  font-size: 14px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.website_notification .buttons a.accept {
  background-color: #ffffff;
  color: #0164df;
  font-weight: bold;
}

@media all and (min-width: 980px) {
  .website_notification .row {
    display: table;
  }
  .website_notification p {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    padding-right: 20px;
  }
  .website_notification .buttons {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    margin-top: 0;
  }
  .website_notification .buttons a {
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .website_notification .buttons a.accept:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .website_notification .buttons a.dismiss:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .website_notification .buttons .inline_table_cell {
    font-size: 10px;
  }
}

.share-this-popover{max-width:8em;pointer-events:none;-webkit-filter:drop-shadow(0 1px 3px rgba(0,0,0,.35));filter:drop-shadow(0 1px 3px rgba(0,0,0,.35));-webkit-animation:a .3s;animation:a .3s}.share-this-popover:before{content:"";position:absolute;bottom:100%;left:50%;width:0;height:0;margin:.25em -.5em;border-width:.5em .5em 0;border-style:solid;border-color:#333 transparent}.share-this-popover>ul{pointer-events:auto;list-style:none;padding:0;margin:-.75em 0 0;white-space:nowrap;background:#333;color:#fff;border-radius:.25em;position:absolute;left:50%;-webkit-transform:translate(-50%,-100%);-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.share-this-popover>ul>li{display:inline-block;width:2em;height:2em;line-height:2em;text-align:center}.share-this-popover>ul>li>a{display:inline-block;width:100%;height:100%;color:inherit;box-sizing:border-box;padding:.35em}.share-this-popover>ul>li>a:focus,.share-this-popover>ul>li>a:hover{background:hsla(0,0%,100%,.25)}@media (pointer:coarse){.share-this-popover{font-size:150%}.share-this-popover:before{bottom:auto;top:100%;border-width:0 .5em .5em;margin-top:0}.share-this-popover>ul{top:100%;transform:translateX(-50%);margin:.5em 0 0}}@media (max-width:575px){.share-this-popover{left:0!important;right:0!important;width:auto!important;max-width:none}.share-this-popover:before{bottom:auto;top:100%;border-width:0 .5em .5em;margin-top:0}.share-this-popover>ul{top:100%;transform:translateX(-50%);margin:.5em 0 0;left:0;width:100%;transform:none;border-radius:0;text-align:center}}@-webkit-keyframes a{0%{-webkit-transform:translateY(-3em);opacity:0}80%{-webkit-transform:translateY(.5em);opacity:1}to{-webkit-transform:translateY(0)}}@keyframes a{0%{transform:translateY(-3em);opacity:0}80%{transform:translateY(.5em);opacity:1}to{transform:translateY(0)}}
@charset "UTF-8";

.icon-sprite {
    background-image: url('../../img/icon-sc30f74c68e.png');
    background-repeat: no-repeat;
}

meta.foundation-mq-small {
    font-family: "only screen and (min-width: 320px)";
    width: 320px;
}

meta.foundation-mq-medium {
    font-family: "only screen and (min-width:768px)";
    width: 768px;
}

meta.foundation-mq-large {
    font-family: "only screen and (min-width:980px)";
    width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
html[dir="rtl"] .custom_tab_selected {
    padding-left: 1.875em;
    padding-right: 0.625em;
}

    html[dir="rtl"] .custom_tab_selected:after {
        right: auto;
        left: 0;
    }

.custom_tab {
    margin: 10px 0 20px 0;
}

.custom_tab.statistics.is_new_world_cup {
    font-size: 1.333em;
}

    .custom_tab > .powered_by {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.custom_tab_selected {
    min-height: 38px;
    line-height: 38px;
    background-color: #101010;
    cursor: pointer;
    padding: 0 1.875em 0 0.625em;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'lato-bold', Arial, sans-serif;
    font-size: 1em;
    position: relative;
}
html[lang="ar"] .custom_tab_selected {
    font-family: "Noto Kufi Arabic", Verdana, "bebas-regular" !important;
}

    .custom_tab_selected:after {
        position: absolute;
        top: 0;
        right: 0;
        height: 38px;
        line-height: 34px;
        width: 38px;
        text-align: center;
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        *margin-right: .3em;
        content: "";
    }

    .custom_tab_selected.opened:after {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        *margin-right: .3em;
        content: "";
        line-height: 48px;
    }

.custom_tab_title {
    display: none;
}

    .custom_tab_title.opened {
        display: block;
    }

.custom_tab_title {
    zoom: 1;
    border-bottom: 1px solid #d7d7d7;
}

    .custom_tab_title ul, .custom_tab_title ul li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .custom_tab_title:before, .custom_tab_title:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .custom_tab_title:after {
        clear: both;
    }

    .custom_tab_title li {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .custom_tab_title li a {
            position: relative;
            display: block;
            min-height: 38px;
            border: 1px solid #d7d7d7;
            padding: 0 0.625em 0 0.625em;
            line-height: 38px;
            text-transform: uppercase;
            font-family: 'lato-light', Arial, sans-serif;
            font-size: 1.25em;
            color: #101010;
            background-color: #e6e6e6;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .custom_tab_title li:hover a {
            background-color: #bababa;
        }

        .custom_tab_title li.active a {
            cursor: pointer;
            border-color: #101010;
            color: #ffffff;
            background-color: #101010;
            font-family: 'lato-bold', Arial, sans-serif;
        }

        .custom_tab_title li.disabled a {
            color: rgba(16, 16, 16, 0.3) !important;
            background-color: #e6e6e6 !important;
            border-color: #d7d7d7 !important;
            cursor: default;
        }

.custom_tab_content {
    list-style: none;
    margin-top: 10px;
    zoom: 1;
}

    .custom_tab_content:before, .custom_tab_content:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .custom_tab_content:after {
        clear: both;
    }

    .custom_tab_content ul, .custom_tab_content ul li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .custom_tab_content > li {
        display: none;
    }

    .custom_tab_content.custom_tab_content_video > li {
        display: block;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        height: 0;
    }

    .custom_tab_content > li.active {
        display: block;
    }

    .custom_tab_content.custom_tab_content_video > li.active {
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        height: auto;
    }

    .custom_tab_content .custom_tab_title {
        font-size: 0.75em;
    }

    .custom_tab_content .tab_ajax_loader .sk-fading-circle {
        margin: 25px auto;
        width: 40px;
        height: 40px;
        position: relative;
    }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

            .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle:before {
                content: '';
                display: block;
                margin: 0 auto;
                width: 15%;
                height: 15%;
                background-color: #e6e6e6;
                border-radius: 100%;
                -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
                animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle2 {
            -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
            transform: rotate(30deg);
        }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle3 {
            -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
            transform: rotate(60deg);
        }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle4 {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle5 {
            -webkit-transform: rotate(120deg);
            -ms-transform: rotate(120deg);
            transform: rotate(120deg);
        }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle6 {
            -webkit-transform: rotate(150deg);
            -ms-transform: rotate(150deg);
            transform: rotate(150deg);
        }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle7 {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle8 {
            -webkit-transform: rotate(210deg);
            -ms-transform: rotate(210deg);
            transform: rotate(210deg);
        }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle9 {
            -webkit-transform: rotate(240deg);
            -ms-transform: rotate(240deg);
            transform: rotate(240deg);
        }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle10 {
            -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: rotate(270deg);
        }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle11 {
            -webkit-transform: rotate(300deg);
            -ms-transform: rotate(300deg);
            transform: rotate(300deg);
        }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle12 {
            -webkit-transform: rotate(330deg);
            -ms-transform: rotate(330deg);
            transform: rotate(330deg);
        }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle2:before {
            -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
        }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle3:before {
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
        }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle4:before {
            -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
        }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle5:before {
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
        }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle6:before {
            -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
        }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle7:before {
            -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
        }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle8:before {
            -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
        }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle9:before {
            -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
        }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle10:before {
            -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
        }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle11:before {
            -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s;
        }

        .custom_tab_content .tab_ajax_loader .sk-fading-circle .sk-circle12:before {
            -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s;
        }

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

#player_content .custom_tab {
    padding-top: 20px;
}

.special_worldcup_tab {
    font-family: 'Heart Light Condensed' !important;
}

    #player_content .custom_tab .qualifiers_player_profile_stats {
        padding-top: 0;
    }

@media screen and (max-width: 768px) {
    #team_profile_content.is_new_world_cup .custom_tab {
        margin: 0;
    }
}

@media all and (min-width: 768px) {
    html[dir="rtl"] .custom_tab.has_powered_by .custom_tab_title {
        padding-right: 0;
        padding-left: 230px;
    }

    html[dir="rtl"] .custom_tab > .powered_by {
        left: 0;
        right: auto;
    }

    html[dir="rtl"] .custom_tab_title.link_style li:first-child {
        padding-right: 0;
    }

    html[dir="rtl"] .custom_tab_title.link_style li a {
        padding-right: 0.5em;
    }

    html[dir="rtl"] .custom_tab_title li {
        float: right;
    }

        html[dir="rtl"] .custom_tab_title li a {
            padding-left: 0.5em;
            padding-right: 0.875em;
            margin-left: 10px;
            margin-right: 0;
        }

            html[dir="rtl"] .custom_tab_title li a:after {
                left: -10px;
                right: auto;
                border-right: none;
                border-left: 1px solid #d7d7d7;
                -moz-transform: skewX(-16deg);
                -ms-transform: skewX(-16deg);
                -webkit-transform: skewX(-16deg);
                transform: skewX(-16deg);
            }

        html[dir="rtl"] .custom_tab_title li.active a:before {
            left: auto;
            right: 48%;
        }

    .custom_tab.has_powered_by {
        position: relative;
    }

        .custom_tab.has_powered_by .custom_tab_title {
            padding-right: 230px;
        }

    .custom_tab > .powered_by {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .custom_tab_selected {
        display: none;
    }

    .custom_tab_title {
        display: block;
    }

        .custom_tab_title.link_style {
            border-bottom: none;
        }

            .custom_tab_title.link_style li {
                padding-left: 0.3125em;
                padding-right: 0.3125em;
            }

                .custom_tab_title.link_style li:first-child {
                    padding-left: 0;
                }

                .custom_tab_title.link_style li.active a, .custom_tab_title.link_style li:hover a {
                    background-color: transparent;
                }

                    .custom_tab_title.link_style li.active a:before, .custom_tab_title.link_style li:hover a:before {
                        display: none;
                    }

                .custom_tab_title.link_style li a {
                    margin-right: 0;
                    border-top: none;
                    border-left: none;
                    border-right: none;
                    border-bottom: 1px solid #d7d7d7;
                    padding-left: 0.5em;
                    padding-right: 0.5em;
                    background-color: transparent;
                }

                    .custom_tab_title.link_style li a:after, .custom_tab_title.link_style li a:before {
                        display: none;
                    }

        .custom_tab_title li {
            float: left;
            width: auto;
        }

            .custom_tab_title li a {
                height: 38px;
                margin-right: 10px;
                border: 1px solid #d7d7d7;
                border-bottom: none;
                padding: 0 0.5em 0 0.875em;
                font-size: 1.25em;
            }

                .custom_tab_title li a:after {
                    z-index: 2;
                    content: '';
                    position: absolute;
                    top: -1px;
                    right: -10px;
                    display: block;
                    width: 16px;
                    height: 38px;
                    border-top: 1px solid #d7d7d7;
                    border-right: 1px solid #d7d7d7;
                    -moz-transform: skewX(16deg);
                    -ms-transform: skewX(16deg);
                    -webkit-transform: skewX(16deg);
                    transform: skewX(16deg);
                    background-color: #e6e6e6;
                    -moz-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

            .custom_tab_title li.active a, .custom_tab_title li:hover a {
                cursor: pointer;
                border-color: #101010;
                color: #ffffff;
                background-color: #101010;
            }

                .custom_tab_title li.active a:after, .custom_tab_title li:hover a:after {
                    border-color: #101010;
                    background-color: #101010;
                }

                .custom_tab_title li.active a:before {
                    z-index: 2;
                    content: '';
                    position: absolute;
                    top: 100%;
                    left: 48%;
                    display: block;
                    width: 0;
                    height: 0;
                    border-top: 6px solid #101010;
                    border-right: 6px solid transparent;
                    border-left: 6px solid transparent;
                }

            .custom_tab_title li.disabled a {
                cursor: default;
            }

                .custom_tab_title li.disabled a:after {
                    border-color: #d7d7d7 !important;
                    background-color: #e6e6e6 !important;
                }

            .custom_tab_title li .special_worldcup_tab {
                background-color: white !important;
                color: #acacac;
                border: none;
                font-family: 'Heart Light Condensed' !important;
                font-size: 1.5em;
                font-weight: bold;
                margin-right: 0;
                padding: 0 0.875em;
            }

            .custom_tab_title li:hover .special_worldcup_tab {
                background-color: white !important;
                color: #acacac;
                border: none;
                border-bottom: 4px solid #acacac !important;
                transition: border-bottom 0.2s ease-in-out;
                transform-origin: 0% 50%;
            }

                .custom_tab_title li:hover .special_worldcup_tab:after {
                    background-color: white !important;
                    border: none;
                }

                .custom_tab_title li .special_worldcup_tab:after {
                    background-color: transparent;
                    content: none;
                    border: none;
                }

            .custom_tab_title li.active .special_worldcup_tab {
                color: #0032ff;
                background-color: white !important;
                border: none;
                border-bottom: 4px solid #ff2d00 !important;
                font-family: 'Heart Light Condensed' !important;
            }

                .custom_tab_title li.active .special_worldcup_tab:before {
                    content: none;
                }

                .custom_tab_title li.active .special_worldcup_tab:after {
                    background-color: transparent;
                    border: none;
                }
}

.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
#video {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  zoom: 1;
}
#video:before, #video:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
#video:after {
  clear: both;
}
#video .player,
#video .fiba_tv {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-bottom: 20px;
}
#video .player {
  height: 100%;
  zoom: 1;
}
#video .player:before, #video .player:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
#video .player:after {
  clear: both;
}
#video .player iframe {
  float: left;
  width: 100%;
  height: 353px;
}
#video .fiba_tv {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#video .fiba_tv img {
  -webkit-transition: opacity ease 0.222s;
  -moz-transition: opacity ease 0.222s;
  transition: opacity ease 0.222s;
}
#video .fiba_tv img:hover {
  opacity: .95;
}
@media all and (min-width: 768px) {
  #video {
    overflow: hidden;
  }
  html[dir="rtl"] #video .player {
    padding-right: 0;
    padding-left: 0.625em;
  }
  html[dir="rtl"] #video .player,
  html[dir="rtl"] #video .fiba_tv {
    float: right;
  }
  #video .player,
  #video .fiba_tv {
    float: left;
  }
  #video .player {
    width: 60%;
    padding-right: 0.625em;
  }
  #video .fiba_tv {
    width: 40%;
    padding-left: 0;
  }
}
@media all and (min-width: 980px) {
  html[dir="rtl"] #video .player {
    padding-right: 0;
    padding-left: 0.625em;
  }
  html[dir="rtl"] #video .fiba_tv {
    padding-left: 0;
    padding-right: 0.625em;
  }
  #video .player {
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 66.66667%;
    float: left;
    padding-left: 0;
  }
  #video .fiba_tv {
    padding-left: 0.625em;
    padding-right: 0.625em;
    width: 33.33333%;
    float: left;
    padding-right: 0;
  }
}

@charset "UTF-8";
.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
#live_score {
  zoom: 1;
  position: relative;
  width: 100%;
  height: 73px;
  margin: 10px 0;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#live_score:before, #live_score:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
#live_score:after {
  clear: both;
}
#live_score #live_score_content {
  zoom: 1;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
}
#live_score #live_score_content:before, #live_score #live_score_content:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
#live_score #live_score_content:after {
  clear: both;
}
#live_score #live_score_left,
#live_score #live_score_right {
  cursor: pointer;
  width: 21px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
#live_score #live_score_left {
  float: left;
}
#live_score #live_score_right {
  float: right;
}
#live_score .live_scores {
  position: absolute;
  right: 23px;
  left: 23px;
  height: 100%;
  border: 1px solid #e6e6e6;
}
#live_score .viewport {
  overflow: hidden;
  height: 78px;
}
#live_score .overview {
  zoom: 1;
  width: 3000px;
  height: 100%;
}
#live_score .overview:before, #live_score .overview:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
#live_score .overview:after {
  clear: both;
}
#live_score .score_cell {
  position: relative;
  float: left;
  cursor: pointer;
  display: block;
  width: 90px;
  height: 72px;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  text-align: center;
  font-size: 0.6875em;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#live_score .score_cell:first-child {
  border-left: none;
}
#live_score .score_cell.live_score_item_3x3, #live_score .score_cell.live_score_item_3x3_wt {
  cursor: default;
}
#live_score .score_cell.live_score_item_3x3:hover, #live_score .score_cell.live_score_item_3x3_wt:hover {
  text-decoration: none;
}
#live_score .score_cell.live_score_item_3x3 {
  width: 110px;
}
#live_score .score_cell.live_score_item_3x3_wt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 190px;
}
#live_score .title {
  position: relative;
  padding: 3px 0;
  text-transform: uppercase;
}
#live_score .title.has_colour {
  background-color: #ffffff;
}
#live_score .title.text_dark {
  color: #222222;
}
#live_score .title.text_light {
  color: #ffffff;
}
#live_score .title .title_bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#live_score .title.bg_opacity_40 .title_bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
#live_score .title.bg_opacity_55 .title_bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=55);
  opacity: 0.55;
}
#live_score .title.bg_opacity_70 .title_bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#live_score .title.bg_opacity_85 .title_bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}
#live_score .title .title_text {
  z-index: 2;
  position: relative;
}
#live_score .description,
#live_score .result {
  padding: 0 6px;
  font-size: 0.875em;
}
#live_score .description {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  color: #bababa;
}
#live_score .live .description {
  color: #ffffff;
  background-color: #ea2e49;
}
#live_score .first_two {
  float: left;
  width: 100%;
  margin-top: 4px;
}
#live_score .country {
  float: left;
}
#live_score .score {
  float: right;
}
#live_score .winner .score {
  position: relative;
}
#live_score .winner .score:before {
  position: relative;
  left: -2px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  color: inherit;
}
#live_score .loser .score {
  color: #989898;
}

#live_score.skin_dark #live_score_left,
#live_score.skin_dark #live_score_right {
  border: 1px solid #101010;
  background-color: #101010;
}
#live_score.skin_dark #live_score_left:hover,
#live_score.skin_dark #live_score_right:hover {
  border-color: #5d5d5d;
  background-color: #5d5d5d;
}
#live_score.skin_dark #live_score_left {
  background-image: url("/Content/2013/PC/img/arrow_lgrey_left.png");
}
#live_score.skin_dark #live_score_right {
  background-image: url("/Content/2013/PC/img/arrow_lgrey_right.png");
}
#live_score.skin_dark .score_cell {
  background-color: #1a1a1a;
}
#live_score.skin_dark .score_cell:hover {
  background-color: #313131;
}
#live_score.skin_dark .title.default {
  color: #ffffff;
  background-color: dimgray;
}
#live_score.skin_dark .result {
  color: #ffffff;
}

#live_score.skin_light #live_score_left,
#live_score.skin_light #live_score_right {
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
}
#live_score.skin_light #live_score_left:hover,
#live_score.skin_light #live_score_right:hover {
  border-color: #dedede;
  background-color: #dedede;
}
#live_score.skin_light #live_score_left {
  background-image: url("/Content/2013/PC/img/arrow_dgrey_left.png");
}
#live_score.skin_light #live_score_right {
  background-image: url("/Content/2013/PC/img/arrow_dgrey_right.png");
}
#live_score.skin_light .score_cell {
  background-color: #ffffff;
}
#live_score.skin_light .score_cell:hover {
  background-color: #f2f2f2;
}
#live_score.skin_light .title.default {
  color: #222222;
  background-color: #dfdfdf;
}
#live_score.skin_light .result {
  color: #222222;
}

#live_score_loading_animation {
  padding-top: 20px;
}

.sk-fading-circle {
  margin: 0;
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 10%;
  height: 25%;
  background-color: #FFF;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
}
#live_score_wrapper {
  text-align: center;
}

/*Live Score v2*/
#live_score_loading_animation_v2 {
  width: 100%;
  position: relative;
  font-family: "lato-regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  padding: 10px 10px 10px 40px;
  margin: 0px;
  line-height: 38px;
  overflow: hidden;
}
#live_score_loading_animation_v2 :before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #EA2E49;
  -webkit-animation: loading 2.3s linear infinite;
  animation: loading 2.3s linear infinite;
}

@keyframes loading {
  from {
    left: -200px;
    width: 0%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}

.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
html[dir="rtl"] .tip_off_countdown .left_date p {
  float: right;
  margin-left: 0;
  margin-right: 12px;
}
html[dir="rtl"] .tip_off_countdown .left_date p:first-child {
  margin-right: 0;
}

.tip_off_countdown_wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 61.25em;
  width: 100%;
  zoom: 1;
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  float: none;
}
.tip_off_countdown_wrapper:before, .tip_off_countdown_wrapper:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.tip_off_countdown_wrapper:after {
  clear: both;
}

.tip_off_countdown {
  color: #ffffff;
  padding: 15px 0;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
.tip_off_countdown .outer_wrapper {
  display: inline-block;
}
.tip_off_countdown .inner_wrapper {
  zoom: 1;
}
.tip_off_countdown .inner_wrapper:before, .tip_off_countdown .inner_wrapper:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.tip_off_countdown .inner_wrapper:after {
  clear: both;
}
.tip_off_countdown .inner_wrapper > *:first-child {
  margin-top: 0;
}
.tip_off_countdown .inner_wrapper > *:last-child {
  margin-bottom: 0;
}
.tip_off_countdown .title,
.tip_off_countdown .left_date,
.tip_off_countdown .logo {
  display: block;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.tip_off_countdown .title,
.tip_off_countdown .logo {
  width: 100%;
}
.tip_off_countdown .title {
  font-family: BebasNeueBold, Arial, sans-serif;
  font-size: 22px;
}
.tip_off_countdown .left_date {
  zoom: 1;
  float: none;
  display: inline-block;
}
.tip_off_countdown .left_date:before, .tip_off_countdown .left_date:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.tip_off_countdown .left_date:after {
  clear: both;
}
.tip_off_countdown .left_date p {
  margin-bottom: 0;
  min-width: 50px;
  text-align: center;
  margin-left: 12px;
  line-height: 1;
  font-size: 0.9375em;
  letter-spacing: .5px;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: relative;
  font-family: BebasNeueBold, Arial, sans-serif;
  padding-top: 46px;
}
.tip_off_countdown .left_date p.loaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.tip_off_countdown .left_date p.days {
  min-width: 64px;
}
.tip_off_countdown .left_date p:first-child {
  margin-left: 0;
}
.tip_off_countdown .left_date .counter_value {
  display: inline-block;
  zoom: 1;
}
.tip_off_countdown .left_date .counter_value:before, .tip_off_countdown .left_date .counter_value:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.tip_off_countdown .left_date .counter_value:after {
  clear: both;
}
.tip_off_countdown .left_date .counter_value span {
  display: block;
  float: left;
  width: 20px;
  text-align: right;
}
.tip_off_countdown .left_date .default,
.tip_off_countdown .left_date b {
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  font-family: digital_1-regular, Arial, sans-serif;
  font-size: 2.375em;
}
.tip_off_countdown .left_date .default {
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.tip_off_countdown .left_date b {
  z-index: 2;
}

@media all and (min-width: 768px) {
  html[dir="rtl"] .tip_off_countdown .inner_wrapper > *:first-child {
    padding-left: 10px;
    padding-right: 0;
  }
  html[dir="rtl"] .tip_off_countdown .inner_wrapper > *:last-child {
    padding-right: 10px;
    padding-left: 0;
  }

  .tip_off_countdown {
    padding: 20px 0;
  }
  .tip_off_countdown .inner_wrapper {
    display: table;
  }
  .tip_off_countdown .inner_wrapper > *:first-child {
    padding-left: 0;
  }
  .tip_off_countdown .inner_wrapper > *:last-child {
    padding-right: 0;
  }
  .tip_off_countdown .title,
  .tip_off_countdown .left_date,
  .tip_off_countdown .logo {
    float: none;
    margin-top: 0;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tip_off_countdown .title,
  .tip_off_countdown .logo {
    width: auto;
  }
}
@media all and (min-width: 980px) {
  .tip_off_countdown {
    padding: 35px 0;
  }
}

@font-face {
    font-family: 'bebas-regular';
    src: url('/font/bebasneue_bold-webfont.woff2') format('woff2'),
         url('/font/bebasneue_bold-webfont.woff') format('woff'),
         url('/font/bebasneue_bold-webfont.ttf') format('truetype'),
         url('/font/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas-thin';
    src: url('/font/bebasneue_regular-webfont.woff2') format('woff2'),
         url('/font/bebasneue_regular-webfont.woff') format('woff'),
         url('/font/bebasneue_regular-webfont.ttf') format('truetype'),
         url('/font/bebasneue_regular-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#_hj_feedback_container > div {
    z-index: 1;
}

#page_game_page .container {
    padding-top: 0;
    max-width: 100%;
}

#page_game_page .page {
    padding-left: 0;
    padding-right: 0;
}

#page_game_page .place-holder_no-data {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 40px;
}

#page_game_page .game-page-no-content {
    font-family: 'Lato-Regular';
    width: 100%;
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    margin: 50px 0;
}

#page_game_page .gamepage_banner {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#page_game_page .ajax-banner {
    margin-top: 20px;
    margin-bottom: 20px;
}

#page_game_page .gamepage_banner iframe {
    max-width: 100%;
}

@media screen and (min-width: 760px) {
    .mobile {
        display: none !important;
    }
}

@media screen and (max-width: 760px) {
    .desktop {
        display: none !important;
    }

    #page_game_page .game-page-no-content {
        font-size: 24px;
        margin: 25px 0;
    }

    #page_game_page .gamepage_banner {
        margin-top: 40px;
    }

    #page_game_page .floating_social_bar {
        display: none;
    }
}
#gamepage_headers {
    display: flex;
    flex-direction: column;
}
#gamepage_header {
    background-color: #666666; /* will be overwritten by brandings */
    color: #fff;
    font-family: "bebas-regular";
    font-size: 16px;
    padding: 40px;
    min-height: 410px;
    display: flex;
    position: relative;
}

#gamepage_header .gradient {
    background: #000; /* not supported browsers */
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    /* Standard syntax */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#gamepage_header > div:not(.gradient) {
    position: relative;
    z-index: 6;
}

#gamepage_header .container_inner {
    width: 81.25em;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row-reverse;
}
#gamepage_header .container_inner .score_container {
    display: flex;
    flex-direction: column;
    width: 100%;
}
#gamepage_header .container_inner .score_container .j9wrapper {
    padding-top: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1160px) {
    #gamepage_header .container_inner .score_container .j9wrapper {
        padding-right: 356px;
    }
}
@media screen and (max-width: 1120px) {
    #gamepage_header .container_inner .score_container .j9wrapper {
        padding-right: 0;
        width: 100%;
    }
}

#gamepage_header #gamepage_header_game_videos {
    position: absolute;
    bottom: -15px;
    right: 0;
    margin-right: 40px;
    min-height: 385px;
}

#gamepage_header #gamepage_header_game_videos.hidden {
    bottom: -40px;
    min-height: 0;
}

#gamepage_header #gamepage_header_game_videos.hidden~.score_container .game_info {
    justify-content: center;
}

@media screen and (max-width: 1160px) {
    #gamepage_header #gamepage_header_game_videos {
        margin-right: 0;
    }

    #gamepage_header #gamepage_header_game_videos .video.fixed-box {
        display: none;
    }
}

@media screen and (max-width: 1120px) {
    #gamepage_header .container_inner {
        flex-direction: row-reverse;
    }

    #gamepage_header {
        min-height: initial;
    }
}

@media screen and (max-width: 760px) {
    #gamepage_header {
        padding: 40px 0;
    }
}
#gamepage_header_game_pre {
    text-align: center;
}

#gamepage_header_game_pre .game_date {
    font-family: "lato-regular";
    font-size: 18px;
}

#gamepage_header_game_pre .game_info {
    display: flex;
    justify-content: center;
}

#gamepage_header_game_pre .game_detail,
#gamepage_header_game_pre .team_a,
#gamepage_header_game_pre .team_b {
    width: 25%;
}

#gamepage_header_game_videos.hidden~#gamepage_header_game_pre .team_a,
#gamepage_header_game_videos.hidden~#gamepage_header_game_pre .team_b {
    width: 33%;
}

#gamepage_header_game_pre .game_detail {
    font-family: "lato-regular";
    min-width: 300px;
    padding: 0 40px;
}

#gamepage_header_game_pre .game_phase {
    font-family: "bebas-regular";
    font-size: 20px;
    margin-bottom: 30px;
}

#gamepage_header_game_pre .team_a,
#gamepage_header_game_pre .team_b {
    margin-top: 50px;
}

#gamepage_header_game_pre .team_a {
    text-align: right;
}

#gamepage_header_game_pre .team_b {
    text-align: left;
}

#gamepage_header_game_pre .team_name {
    font-size: 40px;
    line-height: 48px;
    margin-top: 20px;
}

#gamepage_header_game_pre img {
    box-sizing: content-box;
    height: 48px;
}

#gamepage_header_game_pre .game_hour_local {
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 28px;
}

#gamepage_header_game_pre .game_hour_local .game_day_offset {
    font-size: 14px;
    opacity: .5;
}

#gamepage_header_game_pre .game_hour {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}

#gamepage_header_game_pre .game_hour .game_time {
    font-size: 20px;
}

#gamepage_header_game_pre .game_hour .spacer {
    color: rgba(255, 255, 255, 0.2);
    position: relative;
    bottom: 3px;
    margin: 0 5px;
}

#gamepage_header_game_pre .game_hour .game_timezone {
    position: relative;
    bottom: 3px;
    font-size: 10px;
}

#gamepage_header_game_pre .game_location {
    font-family: "lato-light";
    line-height: 20px;
    margin-top: 25px;
}

@font-face {
    font-family: "FontAwesomeProSolid";
    src: url("/fonts/FontAwesomePro/fa-solid-900.eot");
    src: url("/fonts/FontAwesomePro/fa-solid-900.eot") format("embedded-opentype"), url("/fonts/FontAwesomePro/fa-solid-900.woff2") format("woff2"), url("/fonts/FontAwesomePro/fa-solid-900.woff") format("woff"), url("/fonts/FontAwesomePro/fa-solid-900.ttf") format("truetype"), url("/fonts/FontAwesomePro/fa-solid-900.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

#gamepage_header_game_pre .ticket {
    font-family: 'Bebas';
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0;
    text-transform: uppercase;
    display: inline-block;
    color: white;
}

#gamepage_header_game_pre .ticket:not(.buy) {
    color: var(--highlight-color, #ffffff);
}

#gamepage_header_game_pre .desktop .ticket {
    margin-top: 30px;
}


#gamepage_header_game_pre .ticket:before {
    font-family: FontAwesomeProSolid;
    font-size: 22px;
    content: '\f3ff';
    padding-right: 12px;
    vertical-align: middle;
}

#gamepage_header_game_pre .ticket.free:before {
    content: '\f554';
}

#gamepage_header_game_pre .ticket.closed:before {
    content: '\f5ec';
}

#gamepage_header_game_pre .ticket.buy {
    background-color: #ea2e49;
    padding: 8px 10px;
    box-shadow: none;
    border-radius: 4px;
}

#gamepage_header_game_pre .ticket.buy:hover {
    background-color: #de232f;
}

#gamepage_header_game_pre .ticket.buy.sold {
    opacity: 0.5;
    cursor: not-allowed;
}

@media screen and (max-width: 1120px) {

    #gamepage_header_game_pre .game_detail,
    #gamepage_header_game_pre .team_a,
    #gamepage_header_game_pre .team_b {
        width: 33%;
    }

    #gamepage_header_game_pre .game_info {
        justify-content: center;
    }
}

@media screen and (max-width: 760px) {
    #gamepage_header_game_pre .game_detail {
        width: 120px;
        min-width: initial;
        padding: 0 20px;
    }

    #gamepage_header_game_pre .game_hour_local {
        padding-bottom: 5px;
        margin-top: 5px;
    }

    #gamepage_header_game_pre .game_hour_local .game_time_local:last-child {
        padding-bottom: 5px;
        display: block;
    }

    #gamepage_header_game_pre .game_hour {
        margin: 0;
        padding: 0;
        border-bottom: none;
        padding-top: 5px;
    }

    #gamepage_header_game_pre .game_hour .game_time {
        display: block;
        margin-bottom: 6px;
        font-size: 18px;
    }

    #gamepage_header_game_pre .game_hour .game_timezone {
        display: block;
        bottom: 0;
    }

    #gamepage_header_game_pre .game_location,
    #gamepage_header_game_pre .buy_ticket {
        margin: 0 auto;
    }

    #gamepage_header_game_pre .game_location {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 16px;
        width: 80%;
    }

    #gamepage_header_game_pre .buy_ticket {
        padding: 20px 0;
        width: 60%;
    }

    #gamepage_header_game_pre .team_a,
    #gamepage_header_game_pre .team_b {
        margin-top: 0;
    }

    #gamepage_header_game_pre .game_phase {
        margin-bottom: 15px;
    }

    #gamepage_header_game_pre .game_date {
        margin-bottom: 40px;
        font-size: 18px;
    }

    #gamepage_header_game_pre .team_name {
        font-size: 22px;
        line-height: 22px;
        min-height: 44px;
    }

    #gamepage_header_game_pre .game_info {
        align-items: center;
    }
}
#gamepage_header_game_live {
    text-align: center;
}

#gamepage_header_game_live:empty {
    display: none;
}

#gamepage_header_game_live .module__header-scores .header-scores_mobile {
    display: none;
}

#gamepage_header_game_live .module__header-scores .header-scores_desktop {
    display: flex;
    justify-content: center;
}

#gamepage_header_game_videos.hidden ~ #gamepage_header_game_live .module__header-scores .header-scores_desktop,
#gamepage_header_game_videos.hidden ~ #gamepage_header_game_live .module__header-scores .header-scores_mobile {
    justify-content: center;
}

#gamepage_header_game_live .module__header-scores .team-A,
#gamepage_header_game_live .module__header-scores .team-B,
#gamepage_header_game_live .module__header-scores .game-info {
    width: 25%;
}

#gamepage_header_game_videos.hidden ~ #gamepage_header_game_live .team-A, 
#gamepage_header_game_videos.hidden ~ #gamepage_header_game_live .team-B {
    width: 33%;
}

#gamepage_header_game_live .module__header-scores .team-A,
#gamepage_header_game_live .module__header-scores .team-B {
    margin-top: 50px;
    position: relative;
}

#gamepage_header_game_live .module__header-scores .team-A {
    text-align: right;
}

#gamepage_header_game_live .module__header-scores .team-B {
    text-align: left;
}

#gamepage_header_game_live .module__header-scores .game-info {
    font-family: "lato-regular";
    min-width: 300px;
    padding: 0 40px;
}

#gamepage_header_game_live .module__header-scores img {
    box-sizing: content-box;
    height: 48px;
}

#gamepage_header_game_live .module__header-scores .team-name {
    margin-top: 20px;
    font-size: 40px;
    line-height: 40px;
    display: block;
}

#gamepage_header_game_live .module__header-scores .fouls-container {
    display: flex;
    position: absolute;
    bottom: 10px;
}

#gamepage_header_game_live .module__header-scores .team-A .fouls-container {
    right: 0;
}

#gamepage_header_game_live .module__header-scores .team-B .fouls-container {
    left: 0;
}

#gamepage_header_game_live .module__header-scores .fouls-container > span {
    text-transform: uppercase;
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    margin-top: 4px;
}

#gamepage_header_game_live .module__header-scores .fouls {
    display: flex;
}

#gamepage_header_game_live .module__header-scores .fouls .foul-item {
    width: 6px;
    height: 6px;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    margin-left: 3px;
    margin-top: 10px;
    opacity: 0.5;
}

#gamepage_header_game_live .module__header-scores .fouls.x--fouls-1 .foul-item:nth-child(1),
#gamepage_header_game_live .module__header-scores .fouls.x--fouls-2 .foul-item:nth-child(1), 
#gamepage_header_game_live .module__header-scores .fouls.x--fouls-2 .foul-item:nth-child(2),
#gamepage_header_game_live .module__header-scores .fouls.x--fouls-3 .foul-item:nth-child(1), 
#gamepage_header_game_live .module__header-scores .fouls.x--fouls-3 .foul-item:nth-child(2),
#gamepage_header_game_live .module__header-scores .fouls.x--fouls-3 .foul-item:nth-child(3),
#gamepage_header_game_live .module__header-scores .fouls.x--fouls-4 .foul-item:nth-child(1), 
#gamepage_header_game_live .module__header-scores .fouls.x--fouls-4 .foul-item:nth-child(2),
#gamepage_header_game_live .module__header-scores .fouls.x--fouls-4 .foul-item:nth-child(3),
#gamepage_header_game_live .module__header-scores .fouls.x--fouls-penalty .foul-item:nth-child(1), 
#gamepage_header_game_live .module__header-scores .fouls.x--fouls-penalty .foul-item:nth-child(2),
#gamepage_header_game_live .module__header-scores .fouls.x--fouls-penalty .foul-item:nth-child(3) {
    background-color: #26ad1c;
    opacity: 1;
}

#gamepage_header_game_live .module__header-scores .fouls.x--fouls-4 .foul-item:nth-child(4),
#gamepage_header_game_live .module__header-scores .fouls.x--fouls-penalty .foul-item:nth-child(4) {
    background-color: #ffda44;
    opacity: 1;
}

#gamepage_header_game_live .module__header-scores .fouls.x--fouls-penalty .foul-item:nth-child(5) {
    background-color: #ea2e49;
    opacity: 1;
}

#gamepage_header_game_live .module__header-scores .phase-info {
    font-family: "bebas-regular";
    font-size: 20px;
    margin-bottom: 40px;
}

#gamepage_header_game_live .module__header-scores .phase-info .phase:not(:empty) ~ .group:before {
    content: '-';
    margin-right: 5px;
}

#gamepage_header_game_live .module__header-scores .phase-info .phase ~ .group:empty:before {
    display: none;
}

#gamepage_header_game_live .module__header-scores .game-info .game-state {
    font-size: 20px;
}

#gamepage_header_game_live .module__header-scores .game-info .game-state .period {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 10px;
    padding-left: 5px;
}

#gamepage_header_game_live .module__header-scores .game-info .game-state .game-time {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(234, 46, 73, 1);
    position: relative;
    left: -5px;
    padding-right: 5px;
}

#gamepage_header_game_live .module__header-scores .game-info .game-state .game-time:before {
    content: '|';
    margin-right: 8px;
    margin-left: -1px;
    opacity: 0.2;
    font-size: 16px;
    position: relative;
    bottom: 2px;
}

#gamepage_header_game_live .module__header-scores .game-info .final-score {
    margin-top: 35px;
    font-size: 64px;
    display: flex;
    justify-content: center;
    font-family: 'Bebas-Regular';
}

#gamepage_header_game_live .module__header-scores .game-info .final-score .score-B:before {
    content:"-";
    margin-right: 10px;
    padding-left: 10px;
}

#gamepage_header_game_live .module__header-scores .game-info .location {
    font-family: "lato-light";
    margin: 20px 0px;
    display: block;
    font-size: 16px;
    line-height: 20px;
}

#gamepage_header_game_live .module__header-scores .game-info .period-list {
    display: flex;
    justify-content: space-around;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 5px;
    border-radius: 100px;
}

#gamepage_header_game_live .module__header-scores .game-info .period-list span {
    line-height: 22px;
}

#gamepage_header_game_live .module__header-scores .game-info .period-list .period-item {
    flex-grow: 1;
    list-style: none;
    position: relative;
}

#gamepage_header_game_live .module__header-scores .game-info .period-list .period-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#gamepage_header_game_live .module__header-scores .game-info .period-list .period-item.x--period-running .period-scores:after {
    font-family: 'FontAwesome';
    content: '\f111';
    text-align: center;
    color: rgba(234, 46, 73, 1);
    position: absolute;
    bottom: -3px;
    font-size: 5px;
    width: 100%;
    text-align: center;
    left: 0;
}

#gamepage_header_game_live .module__header-scores .game-info .period-list .period-item .period-name {
    font-size: 10px;
    display: block;
}

#gamepage_header_game_live .module__header-scores .game-info .period-list .period-item .period-scores {
    display: flex;
    position: relative;
    justify-content: space-around;
    font-family: 'Bebas-Regular';
    font-size: 16px;
}

#gamepage_header_game_live .module__header-scores .game-info .period-list .period-item .period-scores .score-B,
#gamepage_header_game_live .module__header-scores .game-info .period-list .period-item .period-scores .score-A {
    opacity: 1;
    width: 15px;
    color: darkgray;
}

#gamepage_header_game_live .module__header-scores .game-info .period-list .period-item.x--leader-team-A .period-scores .score-A {
    opacity: 1;
    color: white;
}

#gamepage_header_game_live .module__header-scores .game-info .period-list .period-item.x--leader-team-B .period-scores .score-B {
    opacity: 1;
    color: white;
}

@media screen and (max-width: 1120px) {
    #gamepage_header_game_live .header-scores_desktop .game_detail, 
    #gamepage_header_game_live .header-scores_desktop .team-A, 
    #gamepage_header_game_live .header-scores_desktop .team-B {
        width: 33%;
    }

    #gamepage_header_game_live .module__header-scores .header-scores_desktop {
        justify-content: center;
    }
}

@media screen and (max-width: 760px) {
    #gamepage_header_game_live .module__header-scores .header-scores_desktop {
        display: none !important;
    }

    #gamepage_header_game_live .module__header-scores .header-scores_mobile {
        display: block !important;
    }

    #gamepage_header_game_live .module__header-scores .header-scores_mobile .header-scores_details {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #gamepage_header_game_live .module__header-scores .team-name {
        font-size: 22px;
        line-height: 22px;
        min-height: 44px;
    }

    #gamepage_header_game_live .module__header-scores .team-A, 
    #gamepage_header_game_live .module__header-scores .team-B {
        margin-top: 0;
    }

    #gamepage_header_game_live .module__header-scores .header-scores_desktop,
    #gamepage_header_game_live .module__header-scores .header-scores_mobile {
        align-items: center;
    }

    #gamepage_header_game_live .module__header-scores > .game-info {
        width: 80%;
        min-width: initial;
        margin-top: 20px;
        margin-bottom: 0px;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }

    #gamepage_header_game_live .module__header-scores .header-scores_mobile .header-scores_details .game-info {
        width: 120px;
        min-width: initial;
        padding: 0 20px;
    }

    #gamepage_header_game_live .module__header-scores .header-scores_mobile .header-scores_details .game-info .game-state {
        font-size: 12px;
        display: flex;
        justify-content: flex-end;
    }

    #gamepage_header_game_live .module__header-scores .header-scores_mobile > .game-info {
        width: 100%;
    }

    #gamepage_header_game_live .module__header-scores .game-info .game-state .game-time {
        padding-bottom: 8px;
    }

    #gamepage_header_game_live .module__header-scores .game-info .game-state .game-time:before {
        margin-right: 5px;
        bottom: 0;
        font-size: 12px;
    }

    #gamepage_header_game_live .module__header-scores .game-info .period-list {
        margin-bottom: 0;
    }

    #gamepage_header_game_live .module__header-scores .game-info .location {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    #gamepage_header_game_live .module__header-scores .fouls-container {
        position: unset;
        display: flex;
        margin-bottom: 0;
        margin-top: 20px;
    }

    #gamepage_header_game_live .module__header-scores .team-A .fouls-container {
        justify-content: flex-end;
    }

    #gamepage_header_game_live .module__header-scores .game-info .final-score {
        font-size: 32px;
        margin-top: 10px;
    }

    #gamepage_header_game_live .module__header-scores .game-info .final-score .score-B:before {
        margin-right: 5px;
        padding-left: 5px;
    }
}
.score_container {
    padding-right: 405px;
    /*reserved for flex alignment with youtube video width + 40px module margin*/
    width: 100%;
}

#gamepage_header_game_videos.hidden~.score_container,
#gamepage_header_game_videos.hidden~.score_container,
#gamepage_header_game_videos.hidden~.score_container {
    padding-right: 0;
}

#gamepage_header_game_videos {
    width: 405px;
    /*youtube video with*/
    text-align: center;
}

#gamepage_header_game_videos.hidden {
    display: block !important; 
}

/*sticky video*/
#gamepage_header_game_videos .video,
#gamepage_header_game_videos .livestream {
    transition: top 0.5s ease;
}

#gamepage_header_game_videos .video.fixed-box,
#gamepage_header_game_videos .livestream.fixed-box {
    position: fixed;
    top: 160px;
    right: 60px;
    z-index: 99999;
    box-shadow: 0 0 50px rgba(0,0,0,0.25);
    width: 405px;
    height: 228px;
}

#gamepage_header_game_videos .sticky-video-hide-button {
    opacity: 0;
    position: fixed;
    top: 45px;
    right: 30px;
    z-index: 100000;
    color: #000;
    background-color: #e4e4e4;
    width: 30px;
    height: 30px;
    transition: top 0.5s ease;
}

#gamepage_header_game_videos .sticky-video-hide-button:after {
    font-family: 'Lato-Regular';
    content: 'x';
    color: #333;
    line-height: 26px;
    font-size: 14px;
}

#gamepage_header_game_videos .sticky-video-hide-button.fixed-box {
    opacity: 1;
    top: 160px;
}

#gamepage_header_game_videos .video.fixed-box iframe,
#gamepage_header_game_videos .livestream.fixed-box iframe {
    margin-bottom: 0;
}

#gamepage_header_game_videos .video.fixed-box .title,
#gamepage_header_game_videos .livestream.fixed-box .title {
    display: none !important;
}

#gamepage_header_game_videos .hide_video,
#gamepage_header_game_videos .show_video {
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    cursor: pointer;
}

#gamepage_header_game_videos .show_video {
    background-color: rgba(255, 255, 255, 0.05);
    margin-top: 10px;
}

#gamepage_header_game_videos .hide_video {
    position: relative;
    top: 45px;
}

#gamepage_header_game_videos .hide_video:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

#gamepage_header_game_videos .show_video:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#gamepage_header_game_videos .hide_video:before,
#gamepage_header_game_videos .show_video:before {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-right: 15px;
}

#gamepage_header_game_videos .show_video:before {
    content: "\f106";
}

#gamepage_header_game_videos .control {
    position: relative;
    padding: 15px;
    padding-right: 5px;
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 12px;
    text-align: left;
    height: 44px;
}

#gamepage_header_game_videos .video,
#gamepage_header_game_videos .livestream {
    height: 273px;
    position: relative;
    overflow: hidden;
    top: 45px;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}
 
#gamepage_header_game_videos .video:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-right: 2px solid transparent;
    animation: spinner .6s linear infinite;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-top: 2px solid #fff;
}

#gamepage_header_game_videos .slick-slide {
    position: relative;
    padding-bottom: 40px;
}

#gamepage_header_game_videos .slick-slider {
    margin-bottom: 0;
}

#gamepage_header_game_videos .slider {
    float: right;
}

#gamepage_header_game_videos .slider ul.items,
#gamepage_header_game_videos .slider ul.items li {
    list-style: none;
    font-family: 'FontAwesome';
    font-size: 13px;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#gamepage_header_game_videos .slider ul.items li:not(:first-child) {
    margin-left: 5px;
}

#gamepage_header_game_videos .slider ul.items {
    position: relative;
    bottom: 5px;
    font-size: 15px;
}

#gamepage_header_game_videos .slider ul.items li button {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: transparent;
    background: none;
    border: none;
    box-shadow: none;
    width: 7px;
}

#gamepage_header_game_videos .slider ul.items li button:before {
    content: "\f111";
    opacity: 0.25;
    font-size: 8px;
    position: relative;
    bottom: 2px;
    color: white;
}

#gamepage_header_game_videos .slider ul.items li.slick-active button:before {
    opacity: 1;
}

#gamepage_header_game_videos .control .next,
#gamepage_header_game_videos .control .previous {
    font-family: 'FontAwesome';
    font-size: 12px;
    float: right;
    width: 24px;
    text-align: center;
}

#gamepage_header_game_videos .control .previous:before {
    content: "\f104";
    cursor: pointer;
}

#gamepage_header_game_videos .control .next:before {
    content: "\f105";
    cursor: pointer;
}

#gamepage_header_game_videos .title {
    position: absolute;
    margin-left: 15px;
    bottom: 12px;
    left: 0;
    font-size: 18px;
    max-width: 240px;
    overflow: hidden;
    height: 18px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

#gamepage_header_game_videos iframe {
    width: 405px;
    height: 228px;
}

#gamepage_header_game_videos .watch {
    margin-top: 25px;
    font-size: 22px;
    position: relative;
    bottom: 10px;
    z-index: 1;
}

#gamepage_header_game_videos .watch span {
    margin-right: 5px;
}

#gamepage_header_game_videos .watch a {
    line-height: 20px;
}

#gamepage_header_game_videos .watch a + a:before {
    content: '|';
    font-family: 'latos-regular';
    color: rgba(255, 255, 255, 0.2);
    margin: 0 10px;
    position: relative;
    bottom: 4px;
}

#gamepage_header_game_videos .show_video {
    display: none;
}

@media screen and (max-width: 1160px) {

    .score_container {
        padding-right: 356px;
    }
}

@media screen and (max-width: 1120px) {

    .score_container {
        padding-right: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    #gamepage_header .container_inner {
        width: 100%;
        flex-direction: column-reverse;
    }

    #gamepage_header #gamepage_header_game_videos {
        position: relative;
        width: 405px;
        margin: auto;
    }

    #gamepage_header #gamepage_header_game_videos .playlist {
        margin: auto;
    }

    #gamepage_header_game_videos .control {
        width: 405px;
        /*video size*/
        margin: auto;
    }

    #gamepage_header_game_videos .sticky-video-hide-button.fixed-box {
        top: 100px;
        right: 15px;
    }

    #gamepage_header #gamepage_header_game_videos .video.fixed-box {
        display: block;
        right: 15px;
        box-shadow: none;
        top: 100px;
    }
}

@media only screen and (max-width: 406px) {
    #gamepage_header #gamepage_header_game_videos,
    #gamepage_header_game_videos iframe {
        width: 100%;
    }

    #gamepage_header_game_videos .control {
        width: 100%;
        /*video size*/
    }

    #gamepage_header_game_videos .video.fixed-box {
        width: 100%;
    }

    #gamepage_header #gamepage_header_game_videos .video.fixed-box,
    #gamepage_header_game_videos .sticky-video-hide-button.fixed-box {
        right: 0;
    }
}
#gamepage_header_game_live_sticky,
#gamepage_header_game_post_sticky {
    top: -60px;
}

#gamepage_header_game_live_sticky.fixed-live-box,
#gamepage_header_game_post_sticky.fixed-live-box {
    display: block;
    top: 0;
}

#gamepage_header_game_live_sticky,
#gamepage_header_game_post_sticky {
    font-family: "bebas-regular";
    font-size: 20px;
    position: fixed;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: #666666;
    z-index: 10000;
    transition: all 0.5s ease;
}
html[lang="ar"] #gamepage_header_game_live_sticky,
html[lang="ar"] #gamepage_header_game_post_sticky {
    font-family: "Noto Kufi Arabic", Verdana, "bebas-regular" !important;
}

#sub_header.fixed_show ~ .container #gamepage_header_game_live_sticky.fixed-live-box,
#sub_header.fixed_show ~ .container #gamepage_header_game_post_sticky.fixed-live-box {
    top: 69px;
}

#gamepage_header_game_live_sticky .module__game-scores,
#gamepage_header_game_post_sticky .module__game-scores {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 100%;
    height: 60px;
    background: #000;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

#gamepage_header_game_live_sticky .module__game-scores .team-A,
#gamepage_header_game_post_sticky .module__game-scores .team-A {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 33%;
    justify-content: flex-end;
}

#gamepage_header_game_live_sticky .module__game-scores .team-B,
#gamepage_header_game_post_sticky .module__game-scores .team-B {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: 33%;
    justify-content: flex-end;
}

#gamepage_header_game_live_sticky .module__game-scores .game-info,
#gamepage_header_game_post_sticky .module__game-scores .game-info {
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0 25px;
    font-family: 'Lato-Regular';
    font-size: 16px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-left-style: solid;
    border-right-style: solid;
}

#gamepage_header_game_live_sticky .module__game-scores .game-info .game-time:before,
#gamepage_header_game_post_sticky .module__game-scores .game-info .game-time:before {
    content: '|';
    opacity: 0.2;
    padding: 0 15px;
}

#gamepage_header_game_live_sticky .module__game-scores .nat-flag,
#gamepage_header_game_post_sticky .module__game-scores .nat-flag {
    margin: 0 15px;
}

#gamepage_header_game_live_sticky .module__game-scores .team-A .nat-flag,
#gamepage_header_game_post_sticky .module__game-scores .team-A .nat-flag {
    margin-inline-end: 25px;
}

#gamepage_header_game_live_sticky .module__game-scores .team-B .nat-flag,
#gamepage_header_game_post_sticky .module__game-scores .team-B .nat-flag {
    margin-inline-start: 25px;
}
html[dir="rtl"] #gamepage_header_game_live_sticky .module__game-scores .team-B .nat-flag,
html[dir="rtl"] #gamepage_header_game_post_sticky .module__game-scores .team-B .nat-flag {
    margin-inline-end: 25px;
    margin-inline-start: 15px;
}

#gamepage_header_game_live_sticky .module__game-scores .score,
#gamepage_header_game_post_sticky .module__game-scores .score {
    font-size: 42px;
    display: flex;
    align-items: center;
}

#gamepage_header_game_live_sticky .module__game-scores .score span,
#gamepage_header_game_post_sticky .module__game-scores .score span {
    font-size: 18px;
    padding-left: 5px;
}

#gamepage_header_game_live_sticky .module__game-scores .team-A .score span,
#gamepage_header_game_post_sticky .module__game-scores .team-A .score span {
    padding-left: 0;
    padding-right: 5px;
}

#gamepage_header_game_live_sticky .module__game-scores .team-A .score,
#gamepage_header_game_post_sticky .module__game-scores .team-A .score {
    padding-right: 25px;
    flex-direction: row-reverse;
}

#gamepage_header_game_live_sticky .module__game-scores .team-B .score,
#gamepage_header_game_post_sticky .module__game-scores .team-B .score {
    padding-left: 25px;
}

#gamepage_header_game_live_sticky .module__game-scores img,
#gamepage_header_game_post_sticky .module__game-scores img {
    height: 26px;
    box-sizing: content-box;
}

@media only screen and (max-width: 980px) {
    #gamepage_header_game_live_sticky,
    #gamepage_header_game_post_sticky {
        font-size: 16px;
        top: -90px;
    }

    #gamepage_header_game_live_sticky .module__game-scores,
    #gamepage_header_game_post_sticky .module__game-scores {
        height: 90px;
    }

    #gamepage_header_game_live_sticky .module__game-scores img,
    #gamepage_header_game_post_sticky .module__game-scores img {
        height: 18px;
        box-sizing: content-box;
    }

    #gamepage_header_game_live_sticky .module__game-scores .score,
    #gamepage_header_game_post_sticky .module__game-scores .score {
        font-size: 32px;
    }

    #gamepage_header_game_live_sticky .module__game-scores .team-A,
    #gamepage_header_game_post_sticky .module__game-scores .team-A {
        flex-wrap: wrap-reverse;
        justify-content: flex-end;
        width: 33%;
    }

    #gamepage_header_game_live_sticky .module__game-scores .team-B,
    #gamepage_header_game_post_sticky .module__game-scores .team-B {
        flex-wrap: wrap-reverse;
        justify-content: flex-end;
        width:33%;
    }

    #gamepage_header_game_live_sticky .module__game-scores .team-A .team-name,
    #gamepage_header_game_post_sticky .module__game-scores .team-A .team-name {
        padding-inline-start: 10%;
        text-align: end;
        padding-inline-end: 10px;
        padding-bottom: 5px;
        min-width: 100px;
    }

    #gamepage_header_game_live_sticky .module__game-scores .team-B .team-name,
    #gamepage_header_game_post_sticky .module__game-scores .team-B .team-name {
        padding-inline-end: 10%;
        text-align: start;
        padding-inline-start: 10px;
        padding-bottom: 5px;
        min-width: 100px;
    }
    html[dir="rtl"] #gamepage_header_game_live_sticky .module__game-scores .team-B .team-name,
    html[dir="rtl"] #gamepage_header_game_post_sticky .module__game-scores .team-B .team-name {
        padding-inline-end: 10px;
        padding-inline-start: 10%;
    }

    #gamepage_header_game_live_sticky .module__game-scores .team-A .score,
    #gamepage_header_game_post_sticky .module__game-scores .team-A .score {
        padding-right: 10px;
    }

    #gamepage_header_game_live_sticky .module__game-scores .team-B .score,
    #gamepage_header_game_post_sticky .module__game-scores .team-B .score {
        padding-left: 10px;
    }

    #gamepage_header_game_live_sticky .module__game-scores .nat-flag,
    #gamepage_header_game_post_sticky .module__game-scores .nat-flag {
        padding: 0 5px;
    }

    #gamepage_header_game_live_sticky .module__game-scores .team-A .nat-flag,
    #gamepage_header_game_post_sticky .module__game-scores .team-A .nat-flag {
        padding-inline-end: 10px;
    }

    #gamepage_header_game_live_sticky .module__game-scores .team-B .nat-flag,
    #gamepage_header_game_post_sticky .module__game-scores .team-B .nat-flag {
        padding-inline-start: 10px;
    }

    #gamepage_header_game_live_sticky .module__game-scores .game-info,
    #gamepage_header_game_post_sticky .module__game-scores .game-info {
        font-size: 12px;
        padding: 0 10px;
    }

    #gamepage_header_game_live_sticky .module__game-scores .game-info .game-time:before,
    #gamepage_header_game_post_sticky .module__game-scores .game-info .game-time:before {
        padding: 0 5px;
    }

    #sub_header.fixed_show ~ .container #gamepage_header_game_live_sticky.fixed-live-box,
    #sub_header.fixed_show ~ .container #gamepage_header_game_post_sticky.fixed-live-box {
        top: 0px;
    }
}
#timing_sponsor {
    text-align: center;
    color: #bebebe;
    font-size: 20px;
    margin-top: 30px;
}

#timing_sponsor span {
    margin-right: 15px;
}
.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
#gamepage_tabs {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 61.25em;
}
/*#gamepage_tabs .tab_selected {
  display: none;
  cursor: pointer;
  padding: 1em 1.25em;
  color: #fff;
  background-color: #00b3b0;
  font-family: 'bebas-regular';
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  margin-bottom: 20px;
}
#gamepage_tabs .tab_selected .caret_right {
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(45deg);
  padding: 0;
  position: absolute;
  right: 6px;
  bottom: 0px;
  font-size: 16px;
}*/
#gamepage_tabs ul.custom_tab_title {
  display: flex;
  border-bottom: none;
}
#gamepage_tabs ul.custom_tab_title li {
  float: none;
  width: unset;
  padding: 0;
}
#gamepage_tabs ul.custom_tab_title li a {
  height: auto;
  padding: 2px 0;
}
#gamepage_tabs ul.custom_tab_title li a,
#gamepage_tabs ul.custom_tab_title li a:after,
#gamepage_tabs ul.custom_tab_title li a:before {
  border-color: transparent;
  background-color: transparent;
}
#gamepage_tabs ul.custom_tab_title li a:after {
  display: none;
}
#gamepage_tabs ul.custom_tab_title li,
#gamepage_tabs ul.custom_tab_title li a {
  list-style: none;
  flex-grow: 1;
  text-align: center;
  font-family: 'bebas-regular';
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  background-color: #f5f5f5;
  cursor: pointer;
  margin: 0;
}
#gamepage_tabs ul.custom_tab_title li a {
  background-color: transparent;
}
#gamepage_tabs ul.custom_tab_title > .active a {
  color: #fff;
  background-color: #666666; /*will be overwritten in the event setup manager*/
  cursor: initial;
}
#gamepage_tabs ul.custom_tab_title > :not(.active):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 980px) {
  #gamepage_tabs {
    padding-left: .625em;
    padding-right: .625em;
  }
  #gamepage_tabs .tab_selected {
    display: block;
  }
  #gamepage_tabs ul.custom_tab_title li, #gamepage_tabs ul.custom_tab_title li a {
    font-size: 18px;
  }
  #gamepage_tabs ul.custom_tab_title.opened {
    display: block;
  }
  #gamepage_tabs ul.custom_tab_title li a {
    padding: 0;
  }
  #gamepage_tabs ul.opened li {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  #gamepage_tabs ul.opened.custom_tab_title li.active {
    background-color: #666666; /*will be overwritten in the event setup manager*/
    color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  #gamepage_tabs ul.custom_tab_title {
    display: none;
  }
}

.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.table_gamepage_a {
  width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 26px;
}
.table_gamepage_a tr th {
  font-family: 'bebas-regular';
  color: #ffffff;
  padding: 5px 10px;
  font-size: 16px;
}
.table_gamepage_a tr td {
  font-family: 'lato-regular';
  padding: 5px 10px;
  font-size: 14px;
}
.table_gamepage_a tr td:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.2);
}
.table_gamepage_a tr th:first-child, .table_gamepage_a tr td:first-child {
  padding-inline-start: 20px;
}
.table_gamepage_a tr th:last-child, .table_gamepage_a tr td:last-child {
  padding-inline-end: 20px;
}
.table_gamepage_a tr:nth-child(odd) {
  background-color: #ededed;
}
.table_gamepage_a tr:nth-child(even) {
  background-color: #f5f5f5;
}
.table_gamepage_a tr:first-child {
  background-color: transparent;
}
.table_gamepage_a .player_number {
  padding-right: 5px;
}
.table_gamepage_a .player_lastname {
  text-transform: uppercase;
}
@media only screen and (max-width: 980px) {
  .table_gamepage_a {
    font-size: 14px;
  }
}

.table_gamepage_b.responsive {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}
.table_gamepage_b.responsive th, .table_gamepage_b.responsive td {
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .table_gamepage_b.responsive {
    font-size: 14px;
  }
  .table_gamepage_b.responsive tr th {
    padding: 5px 0;
  }
}

.table_gamepage_b {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}
.table_gamepage_b tr th {
  font-family: 'bebas-regular';
  color: #ffffff;
  padding: 5px 10px;
}
html[lang="ar"] .table_gamepage_b tr th {
  font-family: "Noto Kufi Arabic", Verdana, "bebas-regular" !important;
}
.table_gamepage_b tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.table_gamepage_b tr:nth-child(even) {
  background-color: #ededed;
}
.table_gamepage_b tr td {
  font-family: 'lato-regular';
  padding: 5px 10px;
  font-size: 14px;
}
.table_gamepage_b tr td:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.2);
}
.table_gamepage_b tr + tr + tr th {
  font-family: 'lato-regular';
  padding: 5px 10px;
  font-size: 14px;
}
@media only screen and (max-width: 980px) {
  .table_gamepage_b tr td,
  .table_gamepage_b tr + tr + tr th {
    font-size: 14px;
  }
  .table_gamepage_b tr th {
    font-size: 16px;
  }
}

.circle_stat {
    position: relative;
}

.circle_stat .text {
    text-align: center;
    width: 120px;
    top: 30px;
    position: absolute;
    inset-inline-start: 0;
}

.circle_stat .text .type {
    color: #000;
    font-size: 18px;
    line-height: 18px;
    font-family: 'bebas-regular';
}

.circle_stat .text .value {
    color: #efefef;
}

.circle_stat .text .team_a {
    color: #0033a0; /*teamcolor a*/
}

.circle_stat .text .team_b {
    color: #ea2e2e; /*teamcolor b*/
}

.circle_stat .text .team_a,
.circle_stat .text .team_b {
    font-size: 24px;
}

.circle_stat .text .team_a {
    border-inline-end: 1px solid #ececec;
    padding-inline-end: 5px;
}

.circle_stat .text .team_b {
    padding-inline-start: 5px;
    padding-inline-end: 1px;
}

.circle_stat .text .value span {
    font-family: 'bebas-regular' !important;
}

.c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
    clip: rect(auto, auto, auto, auto);
}

.c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
    position: absolute;
    border: 0.08em solid #0033a0; /*teamcolor a*/
    width: 0.84em;
    height: 0.84em;
    clip: rect(0em, 0.5em, 1em, 0em);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.c100 + .c100 .bar, .c100 + .c100.p51 .fill, .c100 + .c100.p52 .fill, .c100 + .c100.p53 .fill, .c100 + .c100.p54 .fill, .c100 + .c100.p55 .fill, .c100 + .c100.p56 .fill, .c100 + .c100.p57 .fill, .c100 + .c100.p58 .fill, .c100 + .c100.p59 .fill, .c100 + .c100.p60 .fill, .c100 + .c100.p61 .fill, .c100 + .c100.p62 .fill, .c100 + .c100.p63 .fill, .c100 + .c100.p64 .fill, .c100 + .c100.p65 .fill, .c100 + .c100.p66 .fill, .c100 + .c100.p67 .fill, .c100 + .c100.p68 .fill, .c100 + .c100.p69 .fill, .c100 + .c100.p70 .fill, .c100 + .c100.p71 .fill, .c100 + .c100.p72 .fill, .c100 + .c100.p73 .fill, .c100 + .c100.p74 .fill, .c100 + .c100.p75 .fill, .c100 + .c100.p76 .fill, .c100 + .c100.p77 .fill, .c100 + .c100.p78 .fill, .c100 + .c100.p79 .fill, .c100 + .c100.p80 .fill, .c100 + .c100.p81 .fill, .c100 + .c100.p82 .fill, .c100 + .c100.p83 .fill, .c100 + .c100.p84 .fill, .c100 + .c100.p85 .fill, .c100 + .c100.p86 .fill, .c100 + .c100.p87 .fill, .c100 + .c100.p88 .fill, .c100 + .c100.p89 .fill, .c100 + .c100.p90 .fill, .c100 + .c100.p91 .fill, .c100 + .c100.p92 .fill, .c100 + .c100.p93 .fill, .c100 + .c100.p94 .fill, .c100 + .c100.p95 .fill, .c100 + .c100.p96 .fill, .c100 + .c100.p97 .fill, .c100 + .c100.p98 .fill, .c100 + .c100.p99 .fill, .c100 + .c100.p100 .fill {
    border: 8px solid #ea2e2e; /*teamcolor b*/
}

.c100.p51 .bar:after, .c100.p51 .fill, .c100.p52 .bar:after, .c100.p52 .fill, .c100.p53 .bar:after, .c100.p53 .fill, .c100.p54 .bar:after, .c100.p54 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p56 .bar:after, .c100.p56 .fill, .c100.p57 .bar:after, .c100.p57 .fill, .c100.p58 .bar:after, .c100.p58 .fill, .c100.p59 .bar:after, .c100.p59 .fill, .c100.p60 .bar:after, .c100.p60 .fill, .c100.p61 .bar:after, .c100.p61 .fill, .c100.p62 .bar:after, .c100.p62 .fill, .c100.p63 .bar:after, .c100.p63 .fill, .c100.p64 .bar:after, .c100.p64 .fill, .c100.p65 .bar:after, .c100.p65 .fill, .c100.p66 .bar:after, .c100.p66 .fill, .c100.p67 .bar:after, .c100.p67 .fill, .c100.p68 .bar:after, .c100.p68 .fill, .c100.p69 .bar:after, .c100.p69 .fill, .c100.p70 .bar:after, .c100.p70 .fill, .c100.p71 .bar:after, .c100.p71 .fill, .c100.p72 .bar:after, .c100.p72 .fill, .c100.p73 .bar:after, .c100.p73 .fill, .c100.p74 .bar:after, .c100.p74 .fill, .c100.p75 .bar:after, .c100.p75 .fill, .c100.p76 .bar:after, .c100.p76 .fill, .c100.p77 .bar:after, .c100.p77 .fill, .c100.p78 .bar:after, .c100.p78 .fill, .c100.p79 .bar:after, .c100.p79 .fill, .c100.p80 .bar:after, .c100.p80 .fill, .c100.p81 .bar:after, .c100.p81 .fill, .c100.p82 .bar:after, .c100.p82 .fill, .c100.p83 .bar:after, .c100.p83 .fill, .c100.p84 .bar:after, .c100.p84 .fill, .c100.p85 .bar:after, .c100.p85 .fill, .c100.p86 .bar:after, .c100.p86 .fill, .c100.p87 .bar:after, .c100.p87 .fill, .c100.p88 .bar:after, .c100.p88 .fill, .c100.p89 .bar:after, .c100.p89 .fill, .c100.p90 .bar:after, .c100.p90 .fill, .c100.p91 .bar:after, .c100.p91 .fill, .c100.p92 .bar:after, .c100.p92 .fill, .c100.p93 .bar:after, .c100.p93 .fill, .c100.p94 .bar:after, .c100.p94 .fill, .c100.p95 .bar:after, .c100.p95 .fill, .c100.p96 .bar:after, .c100.p96 .fill, .c100.p97 .bar:after, .c100.p97 .fill, .c100.p98 .bar:after, .c100.p98 .fill, .c100.p99 .bar:after, .c100.p99 .fill, .c100.p100 .bar:after, .c100.p100 .fill {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c100 {
    position: relative;
    font-size: 120px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
}

.c100 + .c100 {
    position: absolute;
    inset-inline-start: 8px;
    top: 8px;
    font-size: 104px;
}

.c100 *, .c100 *:before, .c100 *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.c100:after {
    position: absolute;
    display: block;
    content: " ";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    top: 5px;
    inset-inline-start: 5px;
    width: 110px;
    height: 110px;
}

.c100 + .c100:after {
    top: 5px;
    left: 5px;
    width: 94px;
    height: 94px;
}

.c100 .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0em, 1em, 1em, 0.5em);
}

.c100.p1 .bar {
    -webkit-transform: rotate(3.6deg);
    -moz-transform: rotate(3.6deg);
    -ms-transform: rotate(3.6deg);
    -o-transform: rotate(3.6deg);
    transform: rotate(3.6deg);
}

.c100.p2 .bar {
    -webkit-transform: rotate(7.2deg);
    -moz-transform: rotate(7.2deg);
    -ms-transform: rotate(7.2deg);
    -o-transform: rotate(7.2deg);
    transform: rotate(7.2deg);
}

.c100.p3 .bar {
    -webkit-transform: rotate(10.8deg);
    -moz-transform: rotate(10.8deg);
    -ms-transform: rotate(10.8deg);
    -o-transform: rotate(10.8deg);
    transform: rotate(10.8deg);
}

.c100.p4 .bar {
    -webkit-transform: rotate(14.4deg);
    -moz-transform: rotate(14.4deg);
    -ms-transform: rotate(14.4deg);
    -o-transform: rotate(14.4deg);
    transform: rotate(14.4deg);
}

.c100.p5 .bar {
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
}

.c100.p6 .bar {
    -webkit-transform: rotate(21.6deg);
    -moz-transform: rotate(21.6deg);
    -ms-transform: rotate(21.6deg);
    -o-transform: rotate(21.6deg);
    transform: rotate(21.6deg);
}

.c100.p7 .bar {
    -webkit-transform: rotate(25.2deg);
    -moz-transform: rotate(25.2deg);
    -ms-transform: rotate(25.2deg);
    -o-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
}

.c100.p8 .bar {
    -webkit-transform: rotate(28.8deg);
    -moz-transform: rotate(28.8deg);
    -ms-transform: rotate(28.8deg);
    -o-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
}

.c100.p9 .bar {
    -webkit-transform: rotate(32.4deg);
    -moz-transform: rotate(32.4deg);
    -ms-transform: rotate(32.4deg);
    -o-transform: rotate(32.4deg);
    transform: rotate(32.4deg);
}

.c100.p10 .bar {
    -webkit-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    transform: rotate(36deg);
}

.c100.p11 .bar {
    -webkit-transform: rotate(39.6deg);
    -moz-transform: rotate(39.6deg);
    -ms-transform: rotate(39.6deg);
    -o-transform: rotate(39.6deg);
    transform: rotate(39.6deg);
}

.c100.p12 .bar {
    -webkit-transform: rotate(43.2deg);
    -moz-transform: rotate(43.2deg);
    -ms-transform: rotate(43.2deg);
    -o-transform: rotate(43.2deg);
    transform: rotate(43.2deg);
}

.c100.p13 .bar {
    -webkit-transform: rotate(46.8deg);
    -moz-transform: rotate(46.8deg);
    -ms-transform: rotate(46.8deg);
    -o-transform: rotate(46.8deg);
    transform: rotate(46.8deg);
}

.c100.p14 .bar {
    -webkit-transform: rotate(50.4deg);
    -moz-transform: rotate(50.4deg);
    -ms-transform: rotate(50.4deg);
    -o-transform: rotate(50.4deg);
    transform: rotate(50.4deg);
}

.c100.p15 .bar {
    -webkit-transform: rotate(54deg);
    -moz-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    -o-transform: rotate(54deg);
    transform: rotate(54deg);
}

.c100.p16 .bar {
    -webkit-transform: rotate(57.6deg);
    -moz-transform: rotate(57.6deg);
    -ms-transform: rotate(57.6deg);
    -o-transform: rotate(57.6deg);
    transform: rotate(57.6deg);
}

.c100.p17 .bar {
    -webkit-transform: rotate(61.2deg);
    -moz-transform: rotate(61.2deg);
    -ms-transform: rotate(61.2deg);
    -o-transform: rotate(61.2deg);
    transform: rotate(61.2deg);
}

.c100.p18 .bar {
    -webkit-transform: rotate(64.8deg);
    -moz-transform: rotate(64.8deg);
    -ms-transform: rotate(64.8deg);
    -o-transform: rotate(64.8deg);
    transform: rotate(64.8deg);
}

.c100.p19 .bar {
    -webkit-transform: rotate(68.4deg);
    -moz-transform: rotate(68.4deg);
    -ms-transform: rotate(68.4deg);
    -o-transform: rotate(68.4deg);
    transform: rotate(68.4deg);
}

.c100.p20 .bar {
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
}

.c100.p21 .bar {
    -webkit-transform: rotate(75.6deg);
    -moz-transform: rotate(75.6deg);
    -ms-transform: rotate(75.6deg);
    -o-transform: rotate(75.6deg);
    transform: rotate(75.6deg);
}

.c100.p22 .bar {
    -webkit-transform: rotate(79.2deg);
    -moz-transform: rotate(79.2deg);
    -ms-transform: rotate(79.2deg);
    -o-transform: rotate(79.2deg);
    transform: rotate(79.2deg);
}

.c100.p23 .bar {
    -webkit-transform: rotate(82.8deg);
    -moz-transform: rotate(82.8deg);
    -ms-transform: rotate(82.8deg);
    -o-transform: rotate(82.8deg);
    transform: rotate(82.8deg);
}

.c100.p24 .bar {
    -webkit-transform: rotate(86.4deg);
    -moz-transform: rotate(86.4deg);
    -ms-transform: rotate(86.4deg);
    -o-transform: rotate(86.4deg);
    transform: rotate(86.4deg);
}

.c100.p25 .bar {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.c100.p26 .bar {
    -webkit-transform: rotate(93.6deg);
    -moz-transform: rotate(93.6deg);
    -ms-transform: rotate(93.6deg);
    -o-transform: rotate(93.6deg);
    transform: rotate(93.6deg);
}

.c100.p27 .bar {
    -webkit-transform: rotate(97.2deg);
    -moz-transform: rotate(97.2deg);
    -ms-transform: rotate(97.2deg);
    -o-transform: rotate(97.2deg);
    transform: rotate(97.2deg);
}

.c100.p28 .bar {
    -webkit-transform: rotate(100.8deg);
    -moz-transform: rotate(100.8deg);
    -ms-transform: rotate(100.8deg);
    -o-transform: rotate(100.8deg);
    transform: rotate(100.8deg);
}

.c100.p29 .bar {
    -webkit-transform: rotate(104.4deg);
    -moz-transform: rotate(104.4deg);
    -ms-transform: rotate(104.4deg);
    -o-transform: rotate(104.4deg);
    transform: rotate(104.4deg);
}

.c100.p30 .bar {
    -webkit-transform: rotate(108deg);
    -moz-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    -o-transform: rotate(108deg);
    transform: rotate(108deg);
}

.c100.p31 .bar {
    -webkit-transform: rotate(111.6deg);
    -moz-transform: rotate(111.6deg);
    -ms-transform: rotate(111.6deg);
    -o-transform: rotate(111.6deg);
    transform: rotate(111.6deg);
}

.c100.p32 .bar {
    -webkit-transform: rotate(115.2deg);
    -moz-transform: rotate(115.2deg);
    -ms-transform: rotate(115.2deg);
    -o-transform: rotate(115.2deg);
    transform: rotate(115.2deg);
}

.c100.p33 .bar {
    -webkit-transform: rotate(118.8deg);
    -moz-transform: rotate(118.8deg);
    -ms-transform: rotate(118.8deg);
    -o-transform: rotate(118.8deg);
    transform: rotate(118.8deg);
}

.c100.p34 .bar {
    -webkit-transform: rotate(122.4deg);
    -moz-transform: rotate(122.4deg);
    -ms-transform: rotate(122.4deg);
    -o-transform: rotate(122.4deg);
    transform: rotate(122.4deg);
}

.c100.p35 .bar {
    -webkit-transform: rotate(126deg);
    -moz-transform: rotate(126deg);
    -ms-transform: rotate(126deg);
    -o-transform: rotate(126deg);
    transform: rotate(126deg);
}

.c100.p36 .bar {
    -webkit-transform: rotate(129.6deg);
    -moz-transform: rotate(129.6deg);
    -ms-transform: rotate(129.6deg);
    -o-transform: rotate(129.6deg);
    transform: rotate(129.6deg);
}

.c100.p37 .bar {
    -webkit-transform: rotate(133.2deg);
    -moz-transform: rotate(133.2deg);
    -ms-transform: rotate(133.2deg);
    -o-transform: rotate(133.2deg);
    transform: rotate(133.2deg);
}

.c100.p38 .bar {
    -webkit-transform: rotate(136.8deg);
    -moz-transform: rotate(136.8deg);
    -ms-transform: rotate(136.8deg);
    -o-transform: rotate(136.8deg);
    transform: rotate(136.8deg);
}

.c100.p39 .bar {
    -webkit-transform: rotate(140.4deg);
    -moz-transform: rotate(140.4deg);
    -ms-transform: rotate(140.4deg);
    -o-transform: rotate(140.4deg);
    transform: rotate(140.4deg);
}

.c100.p40 .bar {
    -webkit-transform: rotate(144deg);
    -moz-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    -o-transform: rotate(144deg);
    transform: rotate(144deg);
}

.c100.p41 .bar {
    -webkit-transform: rotate(147.6deg);
    -moz-transform: rotate(147.6deg);
    -ms-transform: rotate(147.6deg);
    -o-transform: rotate(147.6deg);
    transform: rotate(147.6deg);
}

.c100.p42 .bar {
    -webkit-transform: rotate(151.2deg);
    -moz-transform: rotate(151.2deg);
    -ms-transform: rotate(151.2deg);
    -o-transform: rotate(151.2deg);
    transform: rotate(151.2deg);
}

.c100.p43 .bar {
    -webkit-transform: rotate(154.8deg);
    -moz-transform: rotate(154.8deg);
    -ms-transform: rotate(154.8deg);
    -o-transform: rotate(154.8deg);
    transform: rotate(154.8deg);
}

.c100.p44 .bar {
    -webkit-transform: rotate(158.4deg);
    -moz-transform: rotate(158.4deg);
    -ms-transform: rotate(158.4deg);
    -o-transform: rotate(158.4deg);
    transform: rotate(158.4deg);
}

.c100.p45 .bar {
    -webkit-transform: rotate(162deg);
    -moz-transform: rotate(162deg);
    -ms-transform: rotate(162deg);
    -o-transform: rotate(162deg);
    transform: rotate(162deg);
}

.c100.p46 .bar {
    -webkit-transform: rotate(165.6deg);
    -moz-transform: rotate(165.6deg);
    -ms-transform: rotate(165.6deg);
    -o-transform: rotate(165.6deg);
    transform: rotate(165.6deg);
}

.c100.p47 .bar {
    -webkit-transform: rotate(169.2deg);
    -moz-transform: rotate(169.2deg);
    -ms-transform: rotate(169.2deg);
    -o-transform: rotate(169.2deg);
    transform: rotate(169.2deg);
}

.c100.p48 .bar {
    -webkit-transform: rotate(172.8deg);
    -moz-transform: rotate(172.8deg);
    -ms-transform: rotate(172.8deg);
    -o-transform: rotate(172.8deg);
    transform: rotate(172.8deg);
}

.c100.p49 .bar {
    -webkit-transform: rotate(176.4deg);
    -moz-transform: rotate(176.4deg);
    -ms-transform: rotate(176.4deg);
    -o-transform: rotate(176.4deg);
    transform: rotate(176.4deg);
}

.c100.p50 .bar {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c100.p51 .bar {
    -webkit-transform: rotate(183.6deg);
    -moz-transform: rotate(183.6deg);
    -ms-transform: rotate(183.6deg);
    -o-transform: rotate(183.6deg);
    transform: rotate(183.6deg);
}

.c100.p52 .bar {
    -webkit-transform: rotate(187.2deg);
    -moz-transform: rotate(187.2deg);
    -ms-transform: rotate(187.2deg);
    -o-transform: rotate(187.2deg);
    transform: rotate(187.2deg);
}

.c100.p53 .bar {
    -webkit-transform: rotate(190.8deg);
    -moz-transform: rotate(190.8deg);
    -ms-transform: rotate(190.8deg);
    -o-transform: rotate(190.8deg);
    transform: rotate(190.8deg);
}

.c100.p54 .bar {
    -webkit-transform: rotate(194.4deg);
    -moz-transform: rotate(194.4deg);
    -ms-transform: rotate(194.4deg);
    -o-transform: rotate(194.4deg);
    transform: rotate(194.4deg);
}

.c100.p55 .bar {
    -webkit-transform: rotate(198deg);
    -moz-transform: rotate(198deg);
    -ms-transform: rotate(198deg);
    -o-transform: rotate(198deg);
    transform: rotate(198deg);
}

.c100.p56 .bar {
    -webkit-transform: rotate(201.6deg);
    -moz-transform: rotate(201.6deg);
    -ms-transform: rotate(201.6deg);
    -o-transform: rotate(201.6deg);
    transform: rotate(201.6deg);
}

.c100.p57 .bar {
    -webkit-transform: rotate(205.2deg);
    -moz-transform: rotate(205.2deg);
    -ms-transform: rotate(205.2deg);
    -o-transform: rotate(205.2deg);
    transform: rotate(205.2deg);
}

.c100.p58 .bar {
    -webkit-transform: rotate(208.8deg);
    -moz-transform: rotate(208.8deg);
    -ms-transform: rotate(208.8deg);
    -o-transform: rotate(208.8deg);
    transform: rotate(208.8deg);
}

.c100.p59 .bar {
    -webkit-transform: rotate(212.4deg);
    -moz-transform: rotate(212.4deg);
    -ms-transform: rotate(212.4deg);
    -o-transform: rotate(212.4deg);
    transform: rotate(212.4deg);
}

.c100.p60 .bar {
    -webkit-transform: rotate(216deg);
    -moz-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
}

.c100.p61 .bar {
    -webkit-transform: rotate(219.6deg);
    -moz-transform: rotate(219.6deg);
    -ms-transform: rotate(219.6deg);
    -o-transform: rotate(219.6deg);
    transform: rotate(219.6deg);
}

.c100.p62 .bar {
    -webkit-transform: rotate(223.2deg);
    -moz-transform: rotate(223.2deg);
    -ms-transform: rotate(223.2deg);
    -o-transform: rotate(223.2deg);
    transform: rotate(223.2deg);
}

.c100.p63 .bar {
    -webkit-transform: rotate(226.8deg);
    -moz-transform: rotate(226.8deg);
    -ms-transform: rotate(226.8deg);
    -o-transform: rotate(226.8deg);
    transform: rotate(226.8deg);
}

.c100.p64 .bar {
    -webkit-transform: rotate(230.4deg);
    -moz-transform: rotate(230.4deg);
    -ms-transform: rotate(230.4deg);
    -o-transform: rotate(230.4deg);
    transform: rotate(230.4deg);
}

.c100.p65 .bar {
    -webkit-transform: rotate(234deg);
    -moz-transform: rotate(234deg);
    -ms-transform: rotate(234deg);
    -o-transform: rotate(234deg);
    transform: rotate(234deg);
}

.c100.p66 .bar {
    -webkit-transform: rotate(237.6deg);
    -moz-transform: rotate(237.6deg);
    -ms-transform: rotate(237.6deg);
    -o-transform: rotate(237.6deg);
    transform: rotate(237.6deg);
}

.c100.p67 .bar {
    -webkit-transform: rotate(241.2deg);
    -moz-transform: rotate(241.2deg);
    -ms-transform: rotate(241.2deg);
    -o-transform: rotate(241.2deg);
    transform: rotate(241.2deg);
}

.c100.p68 .bar {
    -webkit-transform: rotate(244.8deg);
    -moz-transform: rotate(244.8deg);
    -ms-transform: rotate(244.8deg);
    -o-transform: rotate(244.8deg);
    transform: rotate(244.8deg);
}

.c100.p69 .bar {
    -webkit-transform: rotate(248.4deg);
    -moz-transform: rotate(248.4deg);
    -ms-transform: rotate(248.4deg);
    -o-transform: rotate(248.4deg);
    transform: rotate(248.4deg);
}

.c100.p70 .bar {
    -webkit-transform: rotate(252deg);
    -moz-transform: rotate(252deg);
    -ms-transform: rotate(252deg);
    -o-transform: rotate(252deg);
    transform: rotate(252deg);
}

.c100.p71 .bar {
    -webkit-transform: rotate(255.6deg);
    -moz-transform: rotate(255.6deg);
    -ms-transform: rotate(255.6deg);
    -o-transform: rotate(255.6deg);
    transform: rotate(255.6deg);
}

.c100.p72 .bar {
    -webkit-transform: rotate(259.2deg);
    -moz-transform: rotate(259.2deg);
    -ms-transform: rotate(259.2deg);
    -o-transform: rotate(259.2deg);
    transform: rotate(259.2deg);
}

.c100.p73 .bar {
    -webkit-transform: rotate(262.8deg);
    -moz-transform: rotate(262.8deg);
    -ms-transform: rotate(262.8deg);
    -o-transform: rotate(262.8deg);
    transform: rotate(262.8deg);
}

.c100.p74 .bar {
    -webkit-transform: rotate(266.4deg);
    -moz-transform: rotate(266.4deg);
    -ms-transform: rotate(266.4deg);
    -o-transform: rotate(266.4deg);
    transform: rotate(266.4deg);
}

.c100.p75 .bar {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.c100.p76 .bar {
    -webkit-transform: rotate(273.6deg);
    -moz-transform: rotate(273.6deg);
    -ms-transform: rotate(273.6deg);
    -o-transform: rotate(273.6deg);
    transform: rotate(273.6deg);
}

.c100.p77 .bar {
    -webkit-transform: rotate(277.2deg);
    -moz-transform: rotate(277.2deg);
    -ms-transform: rotate(277.2deg);
    -o-transform: rotate(277.2deg);
    transform: rotate(277.2deg);
}

.c100.p78 .bar {
    -webkit-transform: rotate(280.8deg);
    -moz-transform: rotate(280.8deg);
    -ms-transform: rotate(280.8deg);
    -o-transform: rotate(280.8deg);
    transform: rotate(280.8deg);
}

.c100.p79 .bar {
    -webkit-transform: rotate(284.4deg);
    -moz-transform: rotate(284.4deg);
    -ms-transform: rotate(284.4deg);
    -o-transform: rotate(284.4deg);
    transform: rotate(284.4deg);
}

.c100.p80 .bar {
    -webkit-transform: rotate(288deg);
    -moz-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    -o-transform: rotate(288deg);
    transform: rotate(288deg);
}

.c100.p81 .bar {
    -webkit-transform: rotate(291.6deg);
    -moz-transform: rotate(291.6deg);
    -ms-transform: rotate(291.6deg);
    -o-transform: rotate(291.6deg);
    transform: rotate(291.6deg);
}

.c100.p82 .bar {
    -webkit-transform: rotate(295.2deg);
    -moz-transform: rotate(295.2deg);
    -ms-transform: rotate(295.2deg);
    -o-transform: rotate(295.2deg);
    transform: rotate(295.2deg);
}

.c100.p83 .bar {
    -webkit-transform: rotate(298.8deg);
    -moz-transform: rotate(298.8deg);
    -ms-transform: rotate(298.8deg);
    -o-transform: rotate(298.8deg);
    transform: rotate(298.8deg);
}

.c100.p84 .bar {
    -webkit-transform: rotate(302.4deg);
    -moz-transform: rotate(302.4deg);
    -ms-transform: rotate(302.4deg);
    -o-transform: rotate(302.4deg);
    transform: rotate(302.4deg);
}

.c100.p85 .bar {
    -webkit-transform: rotate(306deg);
    -moz-transform: rotate(306deg);
    -ms-transform: rotate(306deg);
    -o-transform: rotate(306deg);
    transform: rotate(306deg);
}

.c100.p86 .bar {
    -webkit-transform: rotate(309.6deg);
    -moz-transform: rotate(309.6deg);
    -ms-transform: rotate(309.6deg);
    -o-transform: rotate(309.6deg);
    transform: rotate(309.6deg);
}

.c100.p87 .bar {
    -webkit-transform: rotate(313.2deg);
    -moz-transform: rotate(313.2deg);
    -ms-transform: rotate(313.2deg);
    -o-transform: rotate(313.2deg);
    transform: rotate(313.2deg);
}

.c100.p88 .bar {
    -webkit-transform: rotate(316.8deg);
    -moz-transform: rotate(316.8deg);
    -ms-transform: rotate(316.8deg);
    -o-transform: rotate(316.8deg);
    transform: rotate(316.8deg);
}

.c100.p89 .bar {
    -webkit-transform: rotate(320.4deg);
    -moz-transform: rotate(320.4deg);
    -ms-transform: rotate(320.4deg);
    -o-transform: rotate(320.4deg);
    transform: rotate(320.4deg);
}

.c100.p90 .bar {
    -webkit-transform: rotate(324deg);
    -moz-transform: rotate(324deg);
    -ms-transform: rotate(324deg);
    -o-transform: rotate(324deg);
    transform: rotate(324deg);
}

.c100.p91 .bar {
    -webkit-transform: rotate(327.6deg);
    -moz-transform: rotate(327.6deg);
    -ms-transform: rotate(327.6deg);
    -o-transform: rotate(327.6deg);
    transform: rotate(327.6deg);
}

.c100.p92 .bar {
    -webkit-transform: rotate(331.2deg);
    -moz-transform: rotate(331.2deg);
    -ms-transform: rotate(331.2deg);
    -o-transform: rotate(331.2deg);
    transform: rotate(331.2deg);
}

.c100.p93 .bar {
    -webkit-transform: rotate(334.8deg);
    -moz-transform: rotate(334.8deg);
    -ms-transform: rotate(334.8deg);
    -o-transform: rotate(334.8deg);
    transform: rotate(334.8deg);
}

.c100.p94 .bar {
    -webkit-transform: rotate(338.4deg);
    -moz-transform: rotate(338.4deg);
    -ms-transform: rotate(338.4deg);
    -o-transform: rotate(338.4deg);
    transform: rotate(338.4deg);
}

.c100.p95 .bar {
    -webkit-transform: rotate(342deg);
    -moz-transform: rotate(342deg);
    -ms-transform: rotate(342deg);
    -o-transform: rotate(342deg);
    transform: rotate(342deg);
}

.c100.p96 .bar {
    -webkit-transform: rotate(345.6deg);
    -moz-transform: rotate(345.6deg);
    -ms-transform: rotate(345.6deg);
    -o-transform: rotate(345.6deg);
    transform: rotate(345.6deg);
}

.c100.p97 .bar {
    -webkit-transform: rotate(349.2deg);
    -moz-transform: rotate(349.2deg);
    -ms-transform: rotate(349.2deg);
    -o-transform: rotate(349.2deg);
    transform: rotate(349.2deg);
}

.c100.p98 .bar {
    -webkit-transform: rotate(352.8deg);
    -moz-transform: rotate(352.8deg);
    -ms-transform: rotate(352.8deg);
    -o-transform: rotate(352.8deg);
    transform: rotate(352.8deg);
}

.c100.p99 .bar {
    -webkit-transform: rotate(356.4deg);
    -moz-transform: rotate(356.4deg);
    -ms-transform: rotate(356.4deg);
    -o-transform: rotate(356.4deg);
    transform: rotate(356.4deg);
}

.c100.p100 .bar {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

@media only screen and (max-width: 767px) {
    .c100 {
        margin-bottom: 50px;
    }
}

/*dot circle_stat*/
.dot_circle_stat {
    display: flex;
    justify-content: space-around;
    height: 140px;
    margin-bottom: 20px;
}

.dot_circle_stat .circle_item {
    width: 100px;
    height: 100px;
    margin: auto;
    position: relative;
}

.dot_circle_stat .circle_item .dot_background {
    background-color: #cccccc;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: absolute;
}

.dot_circle_stat .circle_item .dot_filled {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    transform: rotate(180deg);
}

.dot_circle_stat .circle_item .dot_score {
    position: absolute;
    text-align: center;
    line-height: 100px;
    width: 100px;
    vertical-align: middle;
    color: #fff;
    white-space: nowrap;
    font-size: 1.5em;
}

/*circle line chart*/
.chart-container {
    width: 240px;
    height: 240px;
    margin: auto;
}

.chart-container .chart-title {
    font-family: 'bebas-regular' !important;
    text-align: center;
    position: relative;
    top: -40px;
}

.chart-container .chart-title .separator {
    height: 20px;
    width: 2px;
    background-color: #ececec;
    margin: 0 5px;
}

.chart-container .chart-title .stat-title {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.chart-container .chart-title .values {
    display: flex;
    color: #cccccc;
    font-size: 22px;
}

.chart-container .chart-title .values .separator {
    height: 25px;
}

.chart-container .chart-title .made-and-attempts {
    display: flex;
    font-size: 22px;
}

.chart-container .chart-title .values .value-A,
.chart-container .chart-title .made-and-attempts .team-A {
    text-align: end;
}

.chart-container .chart-title .values .value-B,
.chart-container .chart-title .made-and-attempts .team-B {
    text-align: start;
}

.chart-container .chart-title .values .value-A,
.chart-container .chart-title .values .value-B,
.chart-container .chart-title .made-and-attempts .team-A,
.chart-container .chart-title .made-and-attempts .team-B {
    width: 75px;
}

/*circle-chart*/
.chart-comparison {
    display: flex;
    justify-content: space-around;
    height: 140px;
    margin: 50px 0;
    font-family: 'bebas-regular' !important;
}

.circle-chart {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #cccccc;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.circle-chart .circle-background {
    width: 100px;
    position: absolute;
    bottom: 0;
}

.circle-chart .circle-foreground {
    position: absolute;
    text-align: center;
    line-height: 100px;
    width: 100px;
    vertical-align: middle;
    color: #fff;
    white-space: nowrap;
    font-size: 45px;
}
.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
#gamepage_preview {
  font-family: 'bebas-regular';
}
#gamepage_preview h3 {
  font-family: 'bebas-regular';
  font-size: 36px;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
}
#gamepage_preview .gamepage-row {
    display: flex;
    justify-content: space-between;
}
#gamepage_preview .gamepage-row .gamepage-col-6 {
    flex: 0 0 49%;
}
#gamepage_preview .module_box {
  border: 1px solid #ededed;
  position: relative;
  margin-top: 15px;
  padding: 20px;
}
#gamepage_preview .module_box .title {
  font-size: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 980px) {
  #gamepage_preview h3 {
    font-size: 38px;
    line-height: 38px;
  }
  #gamepage_preview .gamepage-row {
    flex-direction: column;
  }
  #gamepage_preview .gamepage-row .gamepage-col-6 {
    flex: 0 0 100%;
  }
  #gamepage_preview .module_box {
    margin-top: 0;
  }
  #gamepage_preview .module_box .title {
    text-align: center;
  }
}

.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
#gamepage_preview .team_comparison .teams {
  display: flex;
}
#gamepage_preview .team_comparison .teams > div {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 10px;
}
#gamepage_preview .team_comparison .teams .teamname {
  width: calc(100% - 50px);
  color: #fff;
  line-height: 30px;
  font-size: 24px;
}
#gamepage_preview .team_comparison .teams > .team_a {
  text-align: start;
  background-color: #0033a0;
  /*team color*/
  padding-inline-start: 20px;
}
#gamepage_preview .team_comparison .teams > .team_b {
  text-align: end;
  background-color: #ea2e2e;
  /*team color*/
  padding-inline-end: 20px;
}
#gamepage_preview .team_comparison .teams img {
  width: auto;
  height: 40px;
  display: block;
  box-sizing: content-box;
}
#gamepage_preview .team_comparison .team_a img {
  margin-inline-end: 10px;
}
#gamepage_preview .team_comparison .team_b img {
  margin-inline-start: 10px;
}
@media only screen and (max-width: 980px) {
  #gamepage_preview .team_comparison .teams img {
    height: 40px;
  }
  #gamepage_preview .team_comparison .teams .teamname {
    font-size: 22px;
    width: 100%;
  }
  #gamepage_preview .team_comparison .teams > .team_a {
    padding-left: 15px;
  }
  #gamepage_preview .team_comparison .teams > .team_b {
    padding-right: 15px;
  }
}
.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
#gamepage_preview .stats {
  font-size: 22px;
}
#gamepage_preview .stats table td:first-child {
  color: #0033a0;
  /*team color*/
  text-align: end;
}
#gamepage_preview .stats table td:last-child {
  color: #ea2e2e;
  /*team color*/
  text-align: start;
}
#gamepage_preview .stats .type {
  background-color: #f8f8f8;
  font-size: 18px;
  font-weight: normal;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#gamepage_preview .stats .l {
  font-family: 'FontAwesome';
  color: transparent;
}
#gamepage_preview .stats .l:before,
#gamepage_preview .stats .r:after {
  font-size: 16px;
  position: relative;
  bottom: 2px;
}
html[dir="ltr"] #gamepage_preview .stats .l:before {
  content: '\f0d9';
}
html[dir="rtl"] #gamepage_preview .stats .l:before {
  content: '\f0da';
}
#gamepage_preview .stats .r {
  font-family: 'FontAwesome';
  color: transparent;
}
html[dir="ltr"] #gamepage_preview .stats .r:after {
  content: '\f0da';
}
html[dir="rtl"] #gamepage_preview .stats .r:after {
  content: '\f0d9';
}
#gamepage_preview .stats .more {
  color: #000;
}
@media only screen and (max-width: 980px) {
  #gamepage_preview .stats table td:first-child, #gamepage_preview .stats table td:last-child {
    text-align: center;
  }
}

.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
#gamepage_preview .shooting_percentage .row {
  display: flex;
}
#gamepage_preview .shooting_percentage .circle_stat {
  width: 120px;
}
#gamepage_preview .shooting_percentage .stats {
  text-align: center;
  width: calc(100% - 120px);
}
#gamepage_preview .shooting_percentage .stats table {
  float: right;
  width: 100%;
  height: 100%;
}
#gamepage_preview .shooting_percentage .stats table td {
  padding-bottom: 5px;
}
#gamepage_preview .shooting_percentage .stats table td:last-child {
  width: 40px;
}
#gamepage_preview .shooting_percentage .stats table td:first-child,
#gamepage_preview .shooting_percentage .stats table td:last-child {
  font-family: 'bebas-regular' !important;
}
@media only screen and (max-width: 980px) {
  #gamepage_preview .shooting_percentage .row {
    display: block;
  }
  #gamepage_preview .shooting_percentage .circle_stat {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
  }
  #gamepage_preview .shooting_percentage .stats {
    width: 100%;
    margin-top: 20px;
  }
  #gamepage_preview .shooting_percentage .stats table {
    float: none;
  }
  #gamepage_preview .shooting_percentage .stats table td {
    padding: 0;
    padding-bottom: 15px;
  }
  #gamepage_preview .shooting_percentage .stats table td:first-child, #gamepage_preview .shooting_percentage .stats table td:last-child {
    width: auto;
  }
  #gamepage_preview .shooting_percentage .stats table tr:last-child td {
    padding-bottom: 0;
  }
}

.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
#gamepage_preview .rebounds table {
  width: 100%;
}
#gamepage_preview .rebounds .stats {
  text-align: center;
}
#gamepage_preview .rebounds .stats td {
  padding-bottom: 15px;
}
#gamepage_preview .rebounds .stats td:first-child, #gamepage_preview .rebounds .stats td:last-child {
  width: 15px;
}
#gamepage_preview .rebounds .total_rebounds {
  text-align: center;
  width: 100%;
  font-size: 22px;
  margin-top: 10px;
}
#gamepage_preview .rebounds .total_rebounds td:first-child, #gamepage_preview .rebounds .total_rebounds td:last-child {
  width: 15px;
}
#gamepage_preview .rebounds .total_rebounds td:first-child {
  text-align: right;
  color: #0033a0;
  /*team color*/
}
#gamepage_preview .rebounds .total_rebounds td:last-child {
  text-align: left;
  color: #ea2e2e;
  /*team color*/
}
#gamepage_preview .rebounds table td:first-child,
#gamepage_preview .rebounds table td:last-child {
    font-family: 'bebas-regular' !important;
}
#gamepage_preview .rebounds .bar {
  display: flex;
  position: relative;
  top: 2px;
  padding: 0 10px;
}
#gamepage_preview .rebounds .bar > div {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  height: 15px;
  margin: 10px 0;
  position: relative;
}
#gamepage_preview .rebounds .bar .team_a {
  background-color: #0033a0;
  /*team color*/
  inset-inline-start: 5px;
  border: 2px solid #fff;
  z-index: 1;
  height: 19px;
  bottom: 2px;
}
#gamepage_preview .rebounds .bar .team_b {
  background-color: #ea2e2e;
  /*team color*/
  inset-inline-end: 5px;
}
@media only screen and (max-width: 980px) {
  #gamepage_preview .rebounds {
    margin-top: 20px;
  }
}
.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
#gamepage_preview .keystats .stats {
  text-align: center;
}
#gamepage_preview .keystats table {
  width: 100%;
}
#gamepage_preview .keystats .stats table td:first-child,
#gamepage_preview .keystats .stats table td:last-child {
  width: 15px;
  font-family: 'bebas-regular' !important;
}
#gamepage_preview .keystats .stats td {
  padding-bottom: 15px;
}
#gamepage_preview .keystats .stat_bars {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#gamepage_preview .keystats .stat_bars .item {
  width: 20%;
}
#gamepage_preview .keystats .stat_bars .item_title {
  text-align: center;
  font-size: 16px;
  border-top: 1px solid #ededed;
  padding-top: 5px;
}
#gamepage_preview .keystats .stat_bars .bars {
  display: flex;
  justify-content: center;
  height: 125px;
  position: relative;
}
#gamepage_preview .keystats .stat_bars .bars .bar_team {
  align-self: flex-end;
  text-align: center;
  min-width: 20px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
}
#gamepage_preview .keystats .stat_bars .bars .bar_team > div:first-child {
  width: 7px;
  margin: 0 auto;
  min-height: 4px;
}
#gamepage_preview .keystats .stat_bars .bars .bar_team > div:first-child:before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: block;
  content: ' ';
  position: relative;
  top: -3px;
}
#gamepage_preview .keystats .stat_bars .bars .bar_team > div:last-child {
  font-size: 20px;
  height: 0;
  position: relative;
  bottom: 32px;
}
html[lang="ar"] #gamepage_preview .keystats .stat_bars .bars .bar_team > div:last-child {
  font-family: 'bebas-regular' !important;
}
#gamepage_preview .keystats .stat_bars .bars .bar_team_a {
  color: #0033a0;
  /*team color*/
}
#gamepage_preview .keystats .stat_bars .bars .bar_team_a > div:first-child,
#gamepage_preview .keystats .stat_bars .bars .bar_team_a > div:first-child:before {
  background-color: #0033a0;
  /*team color*/
}
#gamepage_preview .keystats .stat_bars .bars .bar_team_b {
  color: #ea2e2e;
  /*team color*/
}
#gamepage_preview .keystats .stat_bars .bars .bar_team_b > div:first-child,
#gamepage_preview .keystats .stat_bars .bars .bar_team_b > div:first-child:before {
  background-color: #ea2e2e;
  /*team color*/
}
@media only screen and (max-width: 980px) {
  #gamepage_preview .keystats {
    margin-top: 20px;
  }
  #gamepage_preview .keystats .stat_bars {
    font-size: 28px;
  }
}

.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
#gamepage_preview .headtohead {
  margin-bottom: 60px;
}
#gamepage_preview .headtohead .game-item {
  background-color: #f1f1f1;
  display: flex;
  margin-bottom: 5px;
  position: relative;
}
#gamepage_preview .headtohead .game-item > div {
  width: 37%;
  display: flex;
  align-items: center;
  padding: 20px;
}
#gamepage_preview .headtohead .game-item > .result {
  font-family: 'Lato-Regular';
  color: #a8a8a8;
  background-color: #f5f5f5;
  width: 26%;
  display: block;
  text-align: center;
  font-size: 30px;
  padding: 20px 5px;
}
#gamepage_preview .headtohead .game-item .result .winner {
  color: #000;
}
#gamepage_preview .headtohead .game-item .result .score {
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
}
#gamepage_preview .headtohead .game-item .result .score span {
  display: inline;
}
#gamepage_preview .headtohead .game-item .result .date {
  font-size: 12px;
  line-height: 12px;
}
#gamepage_preview .headtohead .game-item .result .event {
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
}
#gamepage_preview .headtohead .game-item .teamname {
  width: calc(100% - 50px);
  font-size: 22px;
  line-height: 22px;
}
#gamepage_preview .headtohead .game-item > div:first-child .teamname {
  padding-inline-start: 5px;
}
#gamepage_preview .headtohead .game-item > div:first-child img {
  margin-inline-end: 10px;
}
#gamepage_preview .headtohead .game-item > div:last-child .teamname {
  padding-inline-end: 5px;
}
#gamepage_preview .headtohead .game-item > div:last-child img {
  margin-inline-start: 10px;
}
#gamepage_preview .headtohead .game-item > div:first-child {
  text-align: start;
  padding-inline-end: 10px;
}
#gamepage_preview .headtohead .game-item > div:first-child.winner:before {
  width: 5px;
  height: 100%;
  content: '';
  position: absolute;
  inset-inline-start: 0;
}
#gamepage_preview .headtohead .game-item > div:last-child {
  text-align: end;
  padding-inline-start: 10px;
}
#gamepage_preview .headtohead .game-item > div:last-child.winner:before {
  width: 5px;
  height: 100%;
  content: '';
  position: absolute;
  inset-inline-end: 0;
}
#gamepage_preview .headtohead .game-item img {
  width: 50px;
  display: block;
  box-sizing: content-box;
}
@media only screen and (max-width: 980px) {
  #gamepage_preview .headtohead {
    margin-top: 20px;
    margin-bottom: 0;
  }
  #gamepage_preview .headtohead .game-item {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 8px;
  }
  #gamepage_preview .headtohead .game-item img {
    width: 40px;
  }
  #gamepage_preview .headtohead .game-item .teamname {
    font-size: 18px;
    line-height: 20px;
    width: 100%;
  }
  #gamepage_preview .headtohead .game-item > div:first-child {
    padding-left: 15px;
  }
  #gamepage_preview .headtohead .game-item > div:first-child.winner:before {
    width: 7px;
  }
  #gamepage_preview .headtohead .game-item > div:last-child {
    padding-right: 15px;
  }
  #gamepage_preview .headtohead .game-item > div:last-child.winner:before {
    width: 7px;
  }
  #gamepage_preview .headtohead .game-item > div:first-child .teamname {
    padding-left: 0;
  }
  #gamepage_preview .headtohead .game-item > div:last-child .teamname {
    padding-right: 0;
  }
  #gamepage_preview .headtohead .game-item .result {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
#gamepage_preview .team_leaders .teams {
  display: flex;
}
#gamepage_preview .team_leaders .teams > div {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 10px;
}
#gamepage_preview .team_leaders .teams .teamname {
  width: calc(100% - 50px);
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}
#gamepage_preview .team_leaders .teams > .team_a {
  text-align: left;
  background-color: #0033a0;
  /*team color*/
  padding-left: 20px;
}
#gamepage_preview .team_leaders .teams > .team_b {
  text-align: right;
  background-color: #ea2e2e;
  /*team color*/
  padding-right: 20px;
}
#gamepage_preview .team_leaders .teams img {
  width: 50px;
  display: block;
}
#gamepage_preview .team_leaders .team_a img {
  padding-right: 10px;
}
#gamepage_preview .team_leaders .team_b img {
  padding-left: 10px;
}

/*primary*/
#gamepage_preview .team_leaders .comparison_primary {
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(left, #f7f7f7 0%, #f7f7f7 50%, #f1f1f1 50%, #f1f1f1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f7f7f7 0%,#f7f7f7 50%,#f1f1f1 50%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f7f7f7 0%,#f7f7f7 50%,#f1f1f1 50%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=1 ); /* IE6-9 */

    border-left: 50px solid #fff;
    border-right: 50px solid #fff;

    position: relative;

    margin-top: 15px;
}

#gamepage_preview .team_leaders .comparison_primary .title {
    position: absolute;
    width: 24%;
    text-align: center;
    background-color: #fff;
    left: 38%;
    font-size: 16px;
    right: 38%;
    padding: 5px;
    border-radius: 100px;
    top: 30px;
}

#gamepage_preview .team_leaders .comparison_primary .player_image > div {
    position: absolute;
    height: 100%;
    margin: auto;
    top: 0;
    align-items: center;
    display: flex;
    width: 95px;
}

#gamepage_preview .team_leaders .comparison_primary .player_image .player_a {
    left: -50px;
}

#gamepage_preview .team_leaders .comparison_primary .player_image .player_b {
    right: -50px;
}

#gamepage_preview .team_leaders .comparison_primary .player_image img {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

#gamepage_preview .team_leaders .comparison_primary .player_number {
    color: #a8a8a8;
    padding-top: 90px;
    font-size: 24px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

#gamepage_preview .team_leaders .comparison_primary .player_number > div {
    width: 50%;
}

#gamepage_preview .team_leaders .comparison_primary .player_number .player_a {
    text-align: right;
    margin-right: 10px;
}

#gamepage_preview .team_leaders .comparison_primary .player_number .player_b {
    text-align: left;
    margin-left: 10px;
}

#gamepage_preview .team_leaders .comparison_primary .player_name {
    font-size: 22px;
    display: flex;
    justify-content: center;
}

#gamepage_preview .team_leaders .comparison_primary .player_name > div {
    width: 50%;
}

#gamepage_preview .team_leaders .comparison_primary .player_name .player_a {
    text-align: right;
    margin-right: 10px;
}

#gamepage_preview .team_leaders .comparison_primary .player_name .player_a > div {
    padding-left: 50px;
}

#gamepage_preview .team_leaders .comparison_primary .player_name .player_b {
    text-align: left;
    margin-left: 10px;
}

#gamepage_preview .team_leaders .comparison_primary .player_name .player_b > div {
    padding-right: 50px;
}

#gamepage_preview .team_leaders .comparison_primary .value {
    font-size: 60px;
    margin-top: 45px;
    padding-bottom: 45px;
    display: flex;
    justify-content: center;
}

#gamepage_preview .team_leaders .comparison_primary .value .player_a {
    color: #0033a0;
    /*team color*/
    text-align: right;
    margin-right: 30px;
}

#gamepage_preview .team_leaders .comparison_primary .value .player_b {
    color: #ea2e2e;
    /*team color*/
    text-align: right;
    margin-left: 30px;
}

/*secondary*/
#gamepage_preview .team_leaders .comparison_secondary {
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(left, #f7f7f7 0%, #f7f7f7 50%, #f1f1f1 50%, #f1f1f1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f7f7f7 0%,#f7f7f7 50%,#f1f1f1 50%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f7f7f7 0%,#f7f7f7 50%,#f1f1f1 50%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=1 ); /* IE6-9 */

    position: relative;

    margin-top: 15px;
}

#gamepage_preview .team_leaders .comparison_secondary .title {
    position: absolute;
    width: 20%;
    text-align: center;
    background-color: #fff;
    left: 40%;
    font-size: 18px;
    right: 40%;
    padding: 2px;
    border-radius: 100px;
    top: 15px;
    line-height: 22px;
}

#gamepage_preview .team_leaders .comparison_secondary .player_image > div {
    position: absolute;
    height: 100%;
    margin: auto;
    top: 0;
    align-items: flex-start;
    display: flex;
    width: 80px;
}

#gamepage_preview .team_leaders .comparison_secondary .player_image > div > img {
    max-height: 100%;
}

#gamepage_preview .team_leaders .comparison_secondary .player_image .player_a {
    left: 0px;
}

#gamepage_preview .team_leaders .comparison_secondary .player_image .player_b {
    right: 0px;
}

#gamepage_preview .team_leaders .comparison_secondary .player_image .player_b img {
    position: absolute;
    right: 0;
}

#gamepage_preview .team_leaders .comparison_secondary .player_number {
    color: #a8a8a8;
    padding-top: 5px;
    font-size: 18px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
}

#gamepage_preview .team_leaders .comparison_secondary .player_number > div {
    width: 50%;
}

#gamepage_preview .team_leaders .comparison_secondary .player_number .player_a {
    text-align: right;
    margin-right: 60px;
}

#gamepage_preview .team_leaders .comparison_secondary .player_number .player_b {
    text-align: left;
    margin-left: 60px;
}

#gamepage_preview .team_leaders .comparison_secondary .player_name {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#gamepage_preview .team_leaders .comparison_secondary .player_name > div {
    width: 50%;
    min-height: 66px;
    padding-bottom: 5px;
}

#gamepage_preview .team_leaders .comparison_secondary .player_name .player_a {
    text-align: right;
    margin-right: 60px;
}

#gamepage_preview .team_leaders .comparison_secondary .player_name .player_a > div {
    padding-left: 85px;
}

#gamepage_preview .team_leaders .comparison_secondary .player_name .player_b {
    text-align: left;
    margin-left: 60px;
}

#gamepage_preview .team_leaders .comparison_secondary .player_name .player_b > div {
    padding-right: 85px;
}

#gamepage_preview .team_leaders .comparison_secondary .value {
    font-size: 24px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 52px;
}

#gamepage_preview .team_leaders .comparison_secondary .value .player_a {
    color: #0033a0;
    /*team color*/
    text-align: right;
    margin-right: 10px;
}

#gamepage_preview .team_leaders .comparison_secondary .value .player_b {
    color: #ea2e2e;
    /*team color*/
    text-align: right;
    margin-left: 10px;
}

@media only screen and (max-width: 980px) {
  #gamepage_preview .team_leaders .comparison_primary .player_image .player_a {
    left: -25px;
  }
  #gamepage_preview .team_leaders .comparison_primary .player_image .player_b {
    right: -25px;
  }
  #gamepage_preview .team_leaders .comparison_primary {
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
  }
  #gamepage_preview .team_leaders .comparison_primary .player_image > div {
    width: 80px;
  }
  #gamepage_preview .team_leaders .comparison_primary .player_name {
    font-size: 16px;
    line-height: normal;
  }
  #gamepage_preview .team_leaders .comparison_primary .player_name .player_a > div {
    padding-left: 60px;
  }
  #gamepage_preview .team_leaders .comparison_primary .player_name .player_b > div {
    padding-right: 60px;
  }
  #gamepage_preview .team_leaders .comparison_primary .value {
    font-size: 44px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  #gamepage_preview .team_leaders .comparison_primary .player_number {
    font-size: 18px;
    padding-top: 65px;
    margin-bottom: 5px;
  }
  #gamepage_preview .team_leaders .comparison_primary .title {
    top: 20px;
  }
  #gamepage_preview .team_leaders .comparison_secondary {
    margin-left: -10px;
    margin-right: -10px;
  }
  #gamepage_preview .team_leaders .comparison_secondary .title {
    width: 18%;
    left: 41%;
    font-size: 16px;
    right: 41%;
    top: 10px;
    padding: 0px;
  }
  #gamepage_preview .team_leaders .comparison_secondary .player_image > div {
    width: 60px;
  }
  #gamepage_preview .team_leaders .comparison_secondary .player_image .player_a {
    left: 0px;
  }
  #gamepage_preview .team_leaders .comparison_secondary .player_image .player_b {
    right: 0px;
  }
  #gamepage_preview .team_leaders .comparison_secondary .value {
    font-size: 18px;
    top: 35px;
  }
  #gamepage_preview .team_leaders .comparison_secondary .player_name .player_a {
    padding-right: 42px;
    margin-right: 0;
  }
  #gamepage_preview .team_leaders .comparison_secondary .player_name .player_b {
    padding-left: 42px;
    margin-left: 0;
  }
  #gamepage_preview .team_leaders .comparison_secondary .player_name .player_a > div {
    padding-left: 60px;
  }
  #gamepage_preview .team_leaders .comparison_secondary .player_name .player_b > div {
    padding-right: 60px;
  }
  #gamepage_preview .team_leaders .comparison_secondary .player_name {
    font-size: 14px;
    line-height: 14px;
  }
  #gamepage_preview .team_leaders .comparison_secondary .player_name > div {
    min-height: 41px
  }
  #gamepage_preview .team_leaders .comparison_secondary .player_number .player_a {
    padding-right: 42px;
    margin-right: 0;
  }
  #gamepage_preview .team_leaders .comparison_secondary .player_number .player_b {
    padding-left: 42px;
    margin-left: 0;
  }
}

.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
#gamepage_preview .complete_roster_preview {
  clear: both;
  padding-top: 60px;
}
#gamepage_preview .complete_roster_preview .teams {
  display: flex;
}
#gamepage_preview .complete_roster_preview .teams > div {
  width: 49%;
  align-items: center;
}
#gamepage_preview .complete_roster_preview .teams .teamname {
  width: calc(100% - 50px);
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}
#gamepage_preview .complete_roster_preview .teams .team_title {
  display: flex;
  align-items: center;
  padding: 10px;
  padding-right: 20px;
}
#gamepage_preview .complete_roster_preview .teams > .team_a .team_title {
  text-align: left;
  background-color: #0033a0;
  /*team color*/
  padding: 10px 10px 10px 20px;
}
#gamepage_preview .complete_roster_preview .teams > .team_a .team_title img {
  width: 50px;
  padding-right: 10px;
}
#gamepage_preview .complete_roster_preview .teams > .team_a table tr:first-child {
  background-color: #0033a0;
  /*team color*/
}
#gamepage_preview .complete_roster_preview .teams > .team_b {
  margin-left: 2%;
}
#gamepage_preview .complete_roster_preview .teams > .team_b .team_title {
  text-align: right;
  background-color: #ea2e2e;
  /*team color*/
  padding: 10px 20px 10px 10px;
}
#gamepage_preview .complete_roster_preview .teams > .team_b .team_title img {
  width: 50px;
  padding-left: 10px;
}
#gamepage_preview .complete_roster_preview .teams > .team_b table tr:first-child {
  background-color: #ea2e2e;
  /*team color*/
}
#gamepage_preview .complete_roster_preview .teams table tr td:nth-child(even) {
  background-color: transparent;
}
#gamepage_preview .complete_roster_preview .teams .teams_title img {
  width: 50px;
  display: block;
}
#gamepage_preview .complete_roster_preview .player_injured {
  color: #ea2e49;
  text-transform: uppercase;
  font-size: 12px;
}
#gamepage_preview .complete_roster_preview .player_injured:after {
  font-family: 'FontAwesome';
  content: "\f0fe";
  padding-left: 5px;
}
@media only screen and (max-width: 980px) {
  #gamepage_preview .complete_roster_preview {
    padding-top: 20px;
  }
  #gamepage_preview .complete_roster_preview .teams {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
  }
  #gamepage_preview .complete_roster_preview .teams > div {
    width: 100%;
  }
  #gamepage_preview .complete_roster_preview .teams > .team_b {
    margin-left: 0;
    margin-top: 15px;
  }
  #gamepage_preview .complete_roster_preview .teams .teamname {
    width: 100%;
    font-size: 22px;
    line-height: 34px;
  }
  #gamepage_preview .complete_roster_preview .teams .team_title img {
    width: 40px;
  }
  #gamepage_preview .complete_roster_preview .teams > .team_a .team_title,
  #gamepage_preview .complete_roster_preview .teams > .team_b .team_title {
    padding-bottom: 0;
  }
  #gamepage_preview .complete_roster_preview .teams .table_gamepage_a tr td {
    white-space: nowrap;
  }
  #gamepage_preview .complete_roster_preview .teams .table_gamepage_a tr td:first-child {
    white-space: initial;
  }
  #gamepage_preview .complete_roster_preview .teams .table_gamepage_a tr th {
    width: 33%;
  }
}
.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
#gamepage_preview .current_group {
  clear: both;
  padding-top: 60px;
}
#gamepage_preview .current_group table tr td.team_a {
  color: #0033a0;
  /*team color*/
}
#gamepage_preview .current_group table tr td.team_b {
  color: #ea2e2e;
  /*team color*/
}
#gamepage_preview .current_group table tr:first-child {
  background-color: #0033a0;
  /*team color*/
}
#gamepage_preview .current_group table tr:first-child + tr {
  background-color: #ea2e2e;
  /*team color*/
}
#gamepage_preview .current_group table tr:first-child th:nth-child(even),
#gamepage_preview .current_group table tr:first-child + tr th:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.2);
}
#gamepage_preview .current_group table tr:first-child + tr th.last_five_th {
  background-color: rgba(0, 0, 0, 0.1);
}
#gamepage_preview .current_group table tr:first-child + tr th.last_five_th ~ th:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.2);
}
#gamepage_preview .current_group table tr:first-child + tr th.last_five_th ~ th:nth-child(odd) {
  background-color: transparent;
}
#gamepage_preview .current_group table tr + tr th:nth-child(2),
#gamepage_preview .current_group table tr + tr td:nth-child(2) {
  text-align: start;
  font-weight: bold;
}
#gamepage_preview .current_group table tr + tr + tr th:last-child {
  background-color: #0033a0;
  /*team color*/
}
#gamepage_preview .current_group table tr + tr ~ tr:nth-child(even) th:last-child {
  box-shadow: 100px 100px 0px rgba(0, 0, 0, 0.2) inset;
}
#gamepage_preview .current_group table .last_five_dots {
  width: 60px;
  margin: 0 auto;
}
#gamepage_preview .current_group table .last_five_dots .dot {
  float: left;
  width: 6px;
  height: 6px;
  margin: 3px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
html[dir="rtl"] #gamepage_preview .current_group table .last_five_dots .dot {
  float: right;
}
#gamepage_preview .current_group table .last_five_dots .green {
  background-color: #50a973;
}
#gamepage_preview .current_group table .last_five_dots .red {
  background-color: #db1f3a;
}
#gamepage_preview .current_group table .last_five_dots .grey {
  background-color: #bbb;
}
#gamepage_preview .current_group table .last_five_dots .empty {
  border: 1px solid #bbb;
}
@media only screen and (max-width: 980px) {
  #gamepage_preview .current_group {
    padding-top: 20px;
  }
  #gamepage_preview .current_group .responsive-table-wrapper {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
#gamepage_preview .previous_games {
  clear: both;
  padding-top: 60px;
}
#gamepage_preview .previous_games table {
  text-align: center;
}
#gamepage_preview .previous_games table .result {
  min-width: 65px;
  display: inline-block;
}
#gamepage_preview .previous_games table .result_lost,
#gamepage_preview .previous_games table .result_won {
  padding-inline-end: 20px;
  display: inline-block;
  width: 35px;
}
html[lang="ar"] #gamepage_preview .previous_games table .result_lost,
html[lang="ar"] #gamepage_preview .previous_games table .result_won {
  width: 73px;
}
#gamepage_preview .previous_games table .result_lost {
  color: #db1f3a;
}
#gamepage_preview .previous_games table .result_won {
  color: #50a973;
}
#gamepage_preview .previous_games .teams {
  display: flex;
}
#gamepage_preview .previous_games .teams > div {
  width: 49%;
  align-items: center;
}
#gamepage_preview .previous_games .teams .teamname {
  width: calc(100% - 50px);
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}
#gamepage_preview .previous_games .teams > .team_a .team_title {
  display: flex;
  align-items: center;
  text-align: start;
  padding: 10px;
  padding-inline-start: 20px;
  background-color: #0033a0;
  /*team color*/
}
#gamepage_preview .previous_games .teams > .team_a table tr:first-child {
  background-color: #0033a0;
  /*team color*/
}
#gamepage_preview .previous_games .teams > .team_b {
  margin-inline-start: 2%;
}
#gamepage_preview .previous_games .teams > .team_b .team_title {
  display: flex;
  align-items: center;
  text-align: end;
  padding: 10px;
  padding-inline-end: 20px;
  background-color: #ea2e2e;
  /*team color*/
}
#gamepage_preview .previous_games .teams > .team_b table tr:first-child {
  background-color: #ea2e2e;
  /*team color*/
}
#gamepage_preview .previous_games .teams .team_title img {
  width: 50px;
  display: block;
  box-sizing: content-box;
}
#gamepage_preview .previous_games .team_a .team_title img {
  margin-inline-end: 10px;
}
#gamepage_preview .previous_games .team_b .team_title img {
  margin-inline-start: 10px;
}
@media only screen and (max-width: 980px) {
  #gamepage_preview .previous_games {
    padding-top: 20px;
  }
  #gamepage_preview .previous_games .teams {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
  }
  #gamepage_preview .previous_games .teams > div {
    width: 100%;
  }
  #gamepage_preview .previous_games .teams > .team_b {
    margin-left: 0;
    margin-top: 15px;
  }
  #gamepage_preview .previous_games .teams .teamname {
    width: 100%;
    font-size: 22px;
    line-height: 34px;
  }
  #gamepage_preview .previous_games .teams .team_title img {
    width: 40px;
  }
  #gamepage_preview .previous_games .teams > .team_a .team_title,
  #gamepage_preview .previous_games .teams > .team_b .team_title {
    padding-bottom: 0;
  }
  #gamepage_preview .previous_games .teams .table_gamepage_a tr th {
    width: 33%;
  }
  #gamepage_preview .previous_games .teams .table_gamepage_a tr th:last-child,
  #gamepage_preview .previous_games .teams .table_gamepage_a tr td:last-child {
      padding: 0;
  }
  #gamepage_preview .previous_games table .result_lost, 
  #gamepage_preview .previous_games table .result_won {
    padding-right: 0;
  }
}

.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
#gamepage_preview .game_infos_preview {
  position: relative;
  margin-top: 60px;
  background-color: #003058;
  color: #fff;
  margin-bottom: 70px;
}

#gamepage_preview .game_infos_preview .gradient {
  background: #000;
  /* not supported browsers */
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  /* Standard syntax */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#gamepage_preview .game_infos_preview .container_inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 72px 96px;
}

#gamepage_preview .game_infos_preview .time {
  font-size: 60px;
  line-height: 45px;
}

#gamepage_preview .game_infos_preview .time .timezone {
  font-size: 22px;
  vertical-align: middle;
  padding-inline-start: 5px;
  position: relative;
  bottom: 10px;
}

#gamepage_preview .game_infos_preview .date {
  font-size: 24px;
}

#gamepage_preview .game_infos_preview .country {
  font-size: 24px;
  margin-top: 10px;
}

#gamepage_preview .game_infos_preview .country span {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

#gamepage_preview .game_infos_preview .country img {
  width: 40px;
  box-sizing: content-box;
}

#gamepage_preview .game_infos_preview .location {
  font-family: "lato-light";
  line-height: 24px;
  font-size: 18px;
  margin-top: 25px;
}

#gamepage_preview .game_infos_preview .person_infos {
  border-inline-start: 1px solid rgba(255, 255, 255, 0.2);
  padding-inline-start: 75px;
}

#gamepage_preview .game_infos_preview .person_infos .block .block_title {
  font-size: 24px;
}

#gamepage_preview .game_infos_preview .person_infos .block table {
  font-family: "lato-regular";
  line-height: 22px;
  font-size: 14px;
  margin-top: 5px;
}

#gamepage_preview .game_infos_preview .person_infos .block table td:last-child {
  font-family: "lato-bold";
}

#gamepage_preview .game_infos_preview .person_infos .block table td:first-child {
  padding-inline-end: 25px;
}

#gamepage_preview .game_infos_preview .person_infos .block table td>span {
  text-transform: uppercase;
}

#gamepage_preview .game_infos_preview .person_infos .block+.block {
  margin-top: 40px;
}

@font-face {
  font-family: "FontAwesomeProSolid";
  src: url("/fonts/FontAwesomePro/fa-solid-900.eot");
  src: url("/fonts/FontAwesomePro/fa-solid-900.eot") format("embedded-opentype"), url("/fonts/FontAwesomePro/fa-solid-900.woff2") format("woff2"), url("/fonts/FontAwesomePro/fa-solid-900.woff") format("woff"), url("/fonts/FontAwesomePro/fa-solid-900.ttf") format("truetype"), url("/fonts/FontAwesomePro/fa-solid-900.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

#gamepage_preview .ticket {
  font-family: 'Bebas';
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
  color: white;
}
html[lang="ar"] #gamepage_preview .ticket {
  font-family: "Noto Kufi Arabic", Verdana, "bebas-regular";
}

#gamepage_preview .ticket:before {
  font-family: FontAwesomeProSolid;
  font-size: 22px;
  content: '\f3ff';
  padding-inline-end: 12px;
  vertical-align: middle;
}

#gamepage_preview .ticket:not(.buy) {
  margin-bottom: 50px;
  color: var(--highlight-color, #ffffff);
}

#gamepage_preview .ticket.free:before {
  content: '\f554';
}

#gamepage_preview .ticket.closed:before {
  content: '\f5ec';
}

#gamepage_preview .ticket.buy {
  background-color: #ea2e49;
  padding: 8px 10px;
  box-shadow: none;
  border-radius: 4px;
}

#gamepage_preview .ticket.buy:hover {
  background-color: #de232f;
}

#gamepage_preview .ticket.buy.sold {
  opacity: 0.5;
  cursor: not-allowed;
}

#gamepage_preview .ticket_container {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  bottom: -35px;
}

#gamepage_preview .game_infos_preview .watch {
  position: relative;
  z-index: 2;
  text-align: center;
  top: 75px;
  color: #000;
  font-size: 22px;
}

#gamepage_preview .game_infos_preview .watch span {
  margin-right: 5px;
}

#gamepage_preview .game_infos_preview .watch a+a {
  margin-left: 10px;
}

@media only screen and (max-width: 980px) {
  #gamepage_preview .game_infos_preview {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 30px;
  }

  #gamepage_preview .game_infos_preview .container_inner {
    padding: 36px 24px;
    display: block;
  }

  #gamepage_preview .game_infos_preview .container_inner .date_infos {
    text-align: center;
  }

  #gamepage_preview .game_infos_preview .time {
    position: relative;
    top: 40px;
    line-height: 60px;
    font-size: 90px;
  }

  #gamepage_preview .game_infos_preview .time .timezone {
    display: block;
    position: relative;
    top: -115px;
  }

  #gamepage_preview .game_infos_preview .date {
    line-height: 14px;
  }

  #gamepage_preview .game_infos_preview .location {
    margin-top: 20px;
    font-size: 18px;
  }

  #gamepage_preview .game_infos_preview .person_infos {
    border-inline-start: none;
    padding-inline-start: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    font-size: 16px;
  }

  #gamepage_preview .game_infos_preview .person_infos .block {
    width: 50%;
    margin-bottom: 25px;
  }

  #gamepage_preview .game_infos_preview .person_infos .block:first-child:last-child {
    width: 100%;
  }

  #gamepage_preview .game_infos_preview .person_infos .block+.block {
    margin-top: 0;
    margin-left: 10px;
  }

  #gamepage_preview .game_infos_preview .person_infos .block table {
    line-height: 17px;
    font-size: 12px;
  }

  #gamepage_preview .game_infos_preview .person_infos .block table td {
    vertical-align: top;
  }

  #gamepage_preview .game_infos_preview .person_infos .block table td:first-child {
    padding-inline-end: 10px;
  }
}
.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
#gamepage_preview .game_preview_latest_news {
  margin-top: 60px;
}
#gamepage_preview .game_preview_latest_news .news-item {
  font-family: 'lato-regular';
  font-size: 18px;
  line-height: 18px;
  position: relative;
}
#gamepage_preview .game_preview_latest_news .news-item + .news-item {
  padding-top: 50px;
  clear: both;
}
#gamepage_preview .game_preview_latest_news .news-item img {
  display: inline-block;
  width: 33%;
}
#gamepage_preview .game_preview_latest_news .news-item .news-text {
  float: right;
  padding-left: 20px;
  width: 67%;
  margin-top: -3px;
}
#gamepage_preview .game_preview_latest_news .news-item.video_content:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  position: absolute;
  left: 0px;
  top: 45px;
  height: 0px;
  line-height: 0;
  color: rgb(255, 255, 255);
  font-size: 60px;
  opacity: 0.75;
  text-shadow: none;
  text-decoration: inherit;
  margin: auto;
  width: 33%;
  text-align: center;
}
#gamepage_preview .game_preview_latest_news .news-item + .news-item.video_content:after {
  top: 95px;
}
#gamepage_preview .game_preview_latest_news .news-item .news-text:first-child {
  width: 100%;
  padding-left: 0;
  float: none;
}
#gamepage_preview .game_preview_latest_news .news-item .news-text .news-title {
  line-height: 20px;
  font-weight: bold;
  color: #101010
}
#gamepage_preview .game_preview_latest_news .news-item .news-text .news-teaser {
  font-size: 14px;
  line-height: 16px;
  color: #8e8e8e;
  margin-top: 15px;
}
#gamepage_preview .game_preview_latest_news .news-item .news-text .news-date {
  background-color: #f1f1f1;
  font-weight: bold;
  font-size: 10px;
  line-height: 8px;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 15px;
  color: #101010;
}
@media only screen and (max-width: 980px) {
  #gamepage_preview .game_preview_latest_news {
    margin-top: 20px;
  }
  #gamepage_preview .game_preview_latest_news .news-item img {
    width: 100%;
  }
  #gamepage_preview .game_preview_latest_news .news-item .news-text {
    width: 100%;
    float: none;
    padding: 0;
    padding-top: 20px;
  }
  #gamepage_preview .game_preview_latest_news .news-item.video_content:after,
  #gamepage_preview .game_preview_latest_news .news-item + .news-item.video_content:after {
    top: 150px;
    width: 100%;
  }
}

#gamepage_teamcomparison {
    font-family: 'bebas-regular' !important;
    font-size: 30px;
    line-height: 30px;
    position: relative;
}

#gamepage_teamcomparison .gamepage_teamcomparison_header {
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 20px;
}

#gamepage_teamcomparison .team-comparison_header {
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 20px;
    flex: 0 0 100%;
}

#gamepage_teamcomparison span {
    line-height: 100%;
}

/*jet modules*/

#gamepage_teamcomparison .module__team-comparison {
    display: flex;
    flex-wrap: wrap;
}

#gamepage_teamcomparison .module__team-comparison > section {
    width: 32%;

    border: 1px solid #ededed;
    position: relative;
    padding: 20px 10px;
    margin-top: 40px;
    min-height: 344px;
}

#gamepage_teamcomparison .module__team-comparison > section > header {
    position: absolute;
    inset-inline-start: 0;
    top: -50px;
    font-size: 26px;
    line-height: 26px;
}

#gamepage_teamcomparison .module__team-comparison > section.rebounds {
    margin-left: 2%;
    margin-right: 2%;
}

/*high chart score evolution*/
#gamepage_teamcomparison .module__team-comparison > section.score-evolution {
    border: none;
    padding: 0;
    background-color: #FFFFFF;
    position: relative;
    padding-top: 20px;
    background-color: #f5f5f5;
}

#gamepage_teamcomparison .module__team-comparison > section.score-evolution .chart-container {
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    position: absolute;
    top: 28px;
    z-index: 1;
    background-color: #f5f5f5;
}

/*#gamepage_teamcomparison .module__team-comparison > section.score-evolution .chart-container #score_evolution {
    padding-left: 10px;
    background-color: #f5f5f5;
}*/

#gamepage_teamcomparison .module__team-comparison > section.score-evolution .chart-container .highcharts-container > svg,
#gamepage_teamcomparison .module__team-comparison > section.score-evolution .chart-container .highcharts-container > span,
#gamepage_teamcomparison .module__team-comparison > section.score-evolution .chart-container .highcharts-container > svg > .highcharts-axis-labels text {
    font-family: 'Bebas-Regular' !important;
    color: #101010 !important;
    font-size: 20px !important;
}

#gamepage_teamcomparison .module__team-comparison > section.score-evolution .chart-container .highcharts-container > svg > .highcharts-axis-labels text {
    fill: #101010 !important;
}

#gamepage_teamcomparison .module__team-comparison > section.score-evolution .chart-container .highcharts-container > svg > .highcharts-axis-labels text:last-child {
    transform: translate(0px, 12px) !important;
}

#gamepage_teamcomparison .module__team-comparison > section.score-evolution .highcharts-tooltip span {
    font-family: 'Bebas-Regular' !important;
    font-size: 18px !important;
    line-height: 18px;
    text-align: center;
}

#gamepage_teamcomparison .module__team-comparison > section.score-evolution .highcharts-tooltip .team-scores {
    color: #bebebe !important;
}

#gamepage_teamcomparison .module__team-comparison > section.score-evolution .highcharts-tooltip .team-scores span {
    font-size: 24px !important;
    line-height: 24px;
} 

/*#gamepage_teamcomparison .module__team-comparison > section.score-evolution .highcharts-tooltip .team-scores span.team-A {
    color: red !important;
}

#gamepage_teamcomparison .module__team-comparison > section.score-evolution .highcharts-tooltip .team-scores span.team-B {
    color: blue !important;
}*/

#gamepage_teamcomparison .module__team-comparison > section.score-evolution .chart-container .highcharts-container {
    background-color: transparent;
    width: 313px !important;
    height: 424px !important;
    margin-left: -30px;
    position: relative;
    bottom: 5px;
}

#gamepage_teamcomparison .module__team-comparison > section.score-evolution .chart-container .highcharts-container > svg > rect {
    fill: transparent !important;
}

#gamepage_teamcomparison .module__team-comparison > section.score-evolution .chart-container .highcharts-container > svg > path,
#gamepage_teamcomparison .module__team-comparison > section.score-evolution .chart-container .highcharts-container > svg > .highcharts-grid path,
#gamepage_teamcomparison .module__team-comparison > section.score-evolution .chart-container .highcharts-container > svg > .highcharts-axis path {
    stroke: #e1e1e1 !important;
}

#gamepage_teamcomparison .module__team-comparison > section.score-evolution .chart-container .highcharts-container > svg > g + path {
    stroke-width: 2 !important;
}

#gamepage_teamcomparison .module__team-comparison > section.score-evolution .chart-container .highcharts-container > svg > .highcharts-axis text {
    visibility: hidden;
}

#gamepage_teamcomparison .module__team-comparison > section.score-evolution .highcharts-markers > path,
#gamepage_teamcomparison .module__team-comparison > section.score-evolution .highcharts-series-group > path {
    visibility: hidden !important;
}

#gamepage_teamcomparison .module__team-comparison > section.score-evolution .highcharts-series.highcharts-series-0 path:first-child {
    stroke-width: 2 !important;
}

#gamepage_teamcomparison .module__team-comparison > section.score-evolution .highcharts-tooltip path:last-child {
    stroke: #FFFFFF;
    fill: #FFFFFF;
}

#gamepage_teamcomparison .module__team-comparison > section.score-evolution .highcharts-tooltip path:nth-child(2),
#gamepage_teamcomparison .module__team-comparison > section.score-evolution .highcharts-tooltip path:nth-child(3) {
    visibility: hidden !important;
}

#gamepage_teamcomparison .module__team-comparison > section.score-evolution .highcharts-series.highcharts-series-1 path:first-child {
    stroke-width: 2 !important;
}

#gamepage_teamcomparison .module__team-comparison > section.key-stats {
    width: 100%;
    margin-top: 80px;
    border: none;
    padding: 0;
}

#gamepage_teamcomparison .module__team-comparison > section.key-stats .stat-types-list {
    display: flex;
}

#gamepage_teamcomparison .module__team-comparison > section.key-stats .stat-types-list > li {
    width: 32%;
}

#gamepage_teamcomparison .module__team-comparison > section.key-stats .stat-types-list .lead-stats,
#gamepage_teamcomparison .module__team-comparison > section.key-stats .stat-types-list .comparison {
    font-family: 'bebas-regular' !important;
}

#gamepage_teamcomparison .module__team-comparison > section.key-stats .column-chart-stats {
    height: 242px;
}

#gamepage_teamcomparison .module__team-comparison > section.key-stats .column-chart-stats,
#gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison {
    border: 1px solid #ededed;
    position: relative;
    padding: 20px 10px;
}

#gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison {
    margin-left: 2%;
    margin-right: 2%;
}

#gamepage_teamcomparison .module__team-comparison > section.key-stats .column-chart-stats .highcharts-container {
    width: 100% !important;
    height: 200px !important;
}

#gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison {
    display: flex;
    height: 242px;
    flex-direction: column;
    justify-content: space-between;
}

#gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison .compare-container {
    display: flex;
}

#gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison .compare-container .team-A {
    width: 20%;
    text-align: end;
    font-size: 22px;
}

#gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison .compare-container .compare-label {
    background-color: #f8f8f8;
    font-size: 18px;
    font-weight: normal;
    border-radius: 100px;
    text-align: center;
    padding: 5px 10px;
    position: relative;
    top: -2px;
    width: 80%;
    margin: 0 10px;
}

#gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison .compare-container .team-B {
    width: 20%;
    text-align: start;
    font-size: 22px;
}

html[dir="ltr"] #gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison .compare-container .team-A:after,
html[dir="ltr"] #gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison .compare-container .team-B:before,
html[dir="rtl"] #gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison .compare-container .team-A:before,
html[dir="rtl"] #gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison .compare-container .team-B:after {
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 16px;
}
html[dir="ltr"] #gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison .compare-container .team-B:before,
html[dir="rtl"] #gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison .compare-container .team-B:after {
    margin-inline-end: 10px;
}
html[dir="ltr"] #gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison .compare-container .team-A:after,
html[dir="rtl"] #gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison .compare-container .team-A:before {
    margin-inline-start: 10px;
}

html[dir="ltr"] #gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison .compare-container .team-A:after,
html[dir="rtl"] #gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison .compare-container .team-B:after {
    content: '\f0d9';
}
html[dir="rtl"] #gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison .compare-container .team-A:before,
html[dir="ltr"] #gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison .compare-container .team-B:before {
    content: '\f0da';
}

html[dir="ltr"] #gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison .compare-container .team-A.x--stat-leader:after,
html[dir="ltr"] #gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison .compare-container .team-B.x--stat-leader:before,
html[dir="rtl"] #gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison .compare-container .team-A.x--stat-leader:before,
html[dir="rtl"] #gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison .compare-container .team-B.x--stat-leader:after {
    color: #000;
    font-size: 16px;
    position: relative;
    bottom: 2px;
}

#gamepage_teamcomparison .module__team-comparison > section.key-stats .lead-stats .lead-stats-list {
    position: relative;
    bottom: 52px;
    padding: 20px;
    padding-top: 40px;
    background-color: #f5f5f5;
}

#gamepage_teamcomparison .module__team-comparison > section.key-stats .lead-stats li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#gamepage_teamcomparison .module__team-comparison > section.key-stats .lead-stats li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#gamepage_teamcomparison .module__team-comparison > section.key-stats .lead-stats li .lead-label {
    font-size: 18px;
    width: 50%;
}

#gamepage_teamcomparison .module__team-comparison > section.key-stats .lead-stats li .team-A, 
#gamepage_teamcomparison .module__team-comparison > section.key-stats .lead-stats li .team-B {
    font-size: 30px;
    text-align: center;
    width: 25%;
} 

#gamepage_teamcomparison .module__team-comparison > section.key-stats .lead-stats li .team-B {
    border-inline-start: 1px solid #ededed;
}

#gamepage_teamcomparison .module__team-comparison > section.key-stats .lead-stats li .value {
    font-size: 30px;
    text-align: center;
    width: 50%;
}
    

/*jet modules - stat-comparison*/
#gamepage_teamcomparison .stat-comparison {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 130px;
    font-family: 'bebas-regular' !important;
}
html[lang="ar"] #gamepage_teamcomparison .rebounds .stat-comparison .compare-label {
    font-family: "Noto Kufi Arabic", Verdana, "bebas-regular" !important;
}

#gamepage_teamcomparison .stat-comparison .compare-container {
    display: flex;
    margin-top: 15px;
    justify-content: center;
}

#gamepage_teamcomparison .stat-comparison .compare-container .team-A {
    width: 20%;
    text-align: end;
    font-size: 22px;
}

#gamepage_teamcomparison .stat-comparison .compare-container .compare-label {
    width: 50%;
    background-color: #f8f8f8;
    font-size: 18px;
    font-weight: normal;
    border-radius: 100px;
    text-align: center;
    padding: 5px 10px;
    position: relative;
    top: -2px;
    margin: 0 10px;
}

#gamepage_teamcomparison .stat-comparison .compare-container .team-B {
    width: 20%;
    text-align: start;
    font-size: 22px;
}

html[dir="ltr"] #gamepage_teamcomparison .stat-comparison .compare-container .team-A:after,
html[dir="ltr"] #gamepage_teamcomparison .stat-comparison .compare-container .team-B:before,
html[dir="rtl"] #gamepage_teamcomparison .stat-comparison .compare-container .team-A:before,
html[dir="rtl"] #gamepage_teamcomparison .stat-comparison .compare-container .team-B:after {
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 16px;
}
html[dir="ltr"] #gamepage_teamcomparison .stat-comparison .compare-container .team-A:after,
html[dir="rtl"] #gamepage_teamcomparison .stat-comparison .compare-container .team-A:before {
    margin-inline-start: 10px;
}
html[dir="ltr"] #gamepage_teamcomparison .stat-comparison .compare-container .team-B:before,
html[dir="rtl"] #gamepage_teamcomparison .stat-comparison .compare-container .team-B:after {
    margin-inline-end: 10px;
}

html[dir="ltr"] #gamepage_teamcomparison .stat-comparison .compare-container .team-A:after,
html[dir="rtl"] #gamepage_teamcomparison .stat-comparison .compare-container .team-B:after {
    content: '\f0d9';
}
html[dir="rtl"] #gamepage_teamcomparison .stat-comparison .compare-container .team-A:before,
html[dir="ltr"] #gamepage_teamcomparison .stat-comparison .compare-container .team-B:before {
    content: '\f0da';
}

html[dir="ltr"] #gamepage_teamcomparison .stat-comparison .compare-container .team-A.x--stat-leader:after,
html[dir="ltr"] #gamepage_teamcomparison .stat-comparison .compare-container .team-B.x--stat-leader:before,
html[dir="rtl"] #gamepage_teamcomparison .stat-comparison .compare-container .team-A.x--stat-leader:before,
html[dir="rtl"] #gamepage_teamcomparison .stat-comparison .compare-container .team-B.x--stat-leader:after {
    color: #000;
    font-size: 16px;
    position: relative;
    bottom: 2px;
}

/*jet modules - key-stat*/
#gamepage_teamcomparison .key-stats .column-chart-stats {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}
#gamepage_teamcomparison .key-stats .column-chart-stats .bar-item {
  width: 20%;
}
#gamepage_teamcomparison .key-stats .column-chart-stats .bar-title {
  text-align: center;
  font-size: 16px;
  border-top: 1px solid #ededed;
  padding-top: 5px;
}
#gamepage_teamcomparison .key-stats .column-chart-stats .bars {
  display: flex;
  justify-content: center;
  height: 125px;
  position: relative;
}
#gamepage_teamcomparison .key-stats .column-chart-stats .bars .bar_team {
  align-self: flex-end;
  text-align: center;
  min-width: 20px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
}
#gamepage_teamcomparison .key-stats .column-chart-stats .bars .bar_team > .bar {
  width: 7px;
  margin: 0 auto;
  min-height: 4px;
}
#gamepage_teamcomparison .key-stats .column-chart-stats .bars .bar_team > .bar:before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: block;
  content: ' ';
  position: relative;
  top: -3px;
}

#gamepage_teamcomparison .key-stats .column-chart-stats .bars .bar_team-A > .bar:before { 
    background-color: #093ae6;
}

#gamepage_teamcomparison .key-stats .column-chart-stats .bars .bar_team-B > .bar:before { 
    background-color: #048b27;
}

#gamepage_teamcomparison .key-stats .column-chart-stats .bars .bar_team > .value {
  font-size: 20px;
  height: 0;
  position: relative;
  bottom: 32px;
  font-family: 'bebas-regular' !important;
}
#gamepage_teamcomparison .key-stats .column-chart-stats .bars .bar_team_a {
  color: #0033a0;
  /*team color*/
}
#gamepage_teamcomparison .key-stats .column-chart-stats .bars .bar_team_a > div:first-child,
#gamepage_teamcomparison .key-stats .column-chart-stats .bars .bar_team_a > div:first-child:before {
  background-color: #0033a0;
  /*team color*/
}
#gamepage_teamcomparison .key-stats .column-chart-stats .bars .bar_team_b {
  color: #ea2e2e;
  /*team color*/
}
#gamepage_teamcomparison .key-stats .column-chart-stats .bars .bar_team_b > div:first-child,
#gamepage_teamcomparison .key-stats .column-chart-stats .bars .bar_team_b > div:first-child:before {
  background-color: #ea2e2e;
  /*team color*/
}

@media screen and (max-width: 760px) {
    #gamepage_teamcomparison .module__team-comparison > section {
        width: 100%;
        min-height: unset;
    }

    #gamepage_teamcomparison .module__team-comparison > section:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
    }

    #gamepage_teamcomparison .module__team-comparison > section + section {
        margin-top: 70px;
    }

    #gamepage_teamcomparison .stat-comparison {
        height: auto;
    }

    #gamepage_teamcomparison .chart-comparison {
        margin: 0;
    }

    #gamepage_teamcomparison .module__team-comparison > section.key-stats .stat-types-list {
        flex-direction: column;
    }

    #gamepage_teamcomparison .module__team-comparison > section.key-stats .stat-types-list > li {
        width: 100%;
    }

    #gamepage_teamcomparison .module__team-comparison > section.key-stats .lead-stats .lead-stats-list {
        bottom: -15px;
        padding-top: 20px;
    }

    #gamepage_teamcomparison .module__team-comparison > section.key-stats .comparison {
        margin-left: 0;
        margin-right: 0;
    }

    #gamepage_teamcomparison .module__team-comparison > section.score-evolution {
        height: 412px;
    }

    #gamepage_teamcomparison .module__team-comparison > section.score-evolution .chart-container {
        top: 0;
    }

    #gamepage_teamcomparison .module__team-comparison > section.score-evolution .chart-container .highcharts-container {
        margin-left: 0;
        width: 100% !important;
        background-color: #f5f5f5;
    }

    #gamepage_teamcomparison .module__team-comparison > section.score-evolution,
    #gamepage_teamcomparison .module__team-comparison > section.key-stats .lead-stats .lead-stats-list,
    #gamepage_teamcomparison .module__team-comparison > section.score-evolution .chart-container #score_evolution {
        background-color: transparent;
    }

    #gamepage_teamcomparison .module__team-comparison > section.rebounds {
        margin-left: 0%;
        margin-right: 0%;
    }
}
.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
#gamepage_shotchart {
  font-family: 'bebas-regular';
  position: relative;
}
#gamepage_shotchart .shot-chart_header {
  font-size: 36px;
  margin-bottom: 30px;
  margin-top: 20px;
  line-height: 30px;
}
#gamepage_shotchart .shot-chart_content {
  position: relative;
  display: flex;
}
/*player overlay*/
#gamepage_shotchart .shot-chart_content .overlay-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
#gamepage_shotchart .shot-chart_content .overlay-wrapper .dummy-wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#gamepage_shotchart .shot-chart_content .overlay-wrapper .x--player-overlay {
  display: none;
}
#gamepage_shotchart .shot-chart_content .overlay-wrapper .x--display-overlay {
  display: block;
  position: relative;
  width: 300px;
  height: 220px;
  z-index: 100;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
#gamepage_shotchart .shot-chart_content .overlay-wrapper .player-profile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 220px;
}
#gamepage_shotchart .shot-chart_content .overlay-wrapper .icon--close {
  position: absolute;
  top: 0;
  right: 0;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  text-decoration: none;
  text-align: center;
  display: block;
  padding-top: unset;
  padding-right: unset;
  padding-bottom: unset;
  padding-left: unset;
  font-size: unset;
  background-color: #f1f1f1;
  border-color: unset;
  color: #B6B6B6;
  transition:none;
  box-shadow: none;
  width: 25px;
  height: 25px;
  z-index: 1000;
}

#gamepage_shotchart .shot-chart_content .overlay-wrapper .icon--close:before {
  content: 'x';
  padding-left: 2px;
  font-family: Arial;
}

#gamepage_shotchart .shot-chart_content .overlay-wrapper .action-info {
  display: flex;
  padding: 15px;
  padding-bottom: 10px;
  height: 140px;
  position: relative;
}

#gamepage_shotchart .shot-chart_content .overlay-wrapper .player-info {
  position: relative;
  width: 70px;
}

#gamepage_shotchart .shot-chart_content .overlay-wrapper .player-info .athlete-img {
  width: 60px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#gamepage_shotchart .shot-chart_content .overlay-wrapper .player-info .action-code {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 30px;
  height: 30px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  font-family: 'Lato-Bold';
}

#gamepage_shotchart .shot-chart_content .overlay-wrapper .player-info .action-code:empty {
  display: none;
}

#gamepage_shotchart .shot-chart_content .overlay-wrapper .player-action {
  margin-left: 20px;
  font-family: 'Lato-Regular';
  font-size: 12px;
  font-weight: bold;
  margin-top: -5px;
}

#gamepage_shotchart .shot-chart_content .overlay-wrapper .player-action .time:before {
  content: '- ';
}

#gamepage_shotchart .shot-chart_content .overlay-wrapper .player-action .score {
  color: #b8b8b8;
  font-size: 18px;
  border-bottom: 2px solid;
  display: table-cell;
} 

#gamepage_shotchart .shot-chart_content .overlay-wrapper .player-action .score .team-B:before {
  content:'- ';
}

#gamepage_shotchart .shot-chart_content .overlay-wrapper .player-action .athlete-name {
  margin-top: 5px;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

#gamepage_shotchart .shot-chart_content .overlay-wrapper .player-action .action-description {
  font-size: 10px;
}

#gamepage_shotchart .shot-chart_content .overlay-wrapper .player-action .player-profile-link {
  font-size: 10px;
  display: block;
  flex-direction: unset;
  justify-content: unset;
  height: unset;
  position: absolute;
  right: 15px;
  bottom: 5px;
}

#gamepage_shotchart .shot-chart_content .overlay-wrapper .player-action .player-profile-link:after {
  content:'>';
  margin-left: 8px;
}

#gamepage_shotchart .shot-chart_content .overlay-wrapper .player-game-stats table {
  width: 100%;
  font-family: 'Lato-Bold';
}

#gamepage_shotchart .shot-chart_content .overlay-wrapper .player-game-stats table th,
#gamepage_shotchart .shot-chart_content .overlay-wrapper .player-game-stats table td {
  text-align: center;
  padding: 10px 5px;
}

#gamepage_shotchart .shot-chart_content .overlay-wrapper .player-game-stats table th {
  background-color: #F7F7F7;
}

#gamepage_shotchart .shot-chart_content .overlay-wrapper .player-game-stats table td {
  background-color: #F1F1F1;
  line-height: 10px;
}

#gamepage_shotchart .shot-chart_content .overlay-wrapper .player-game-stats table span {
  display: block;
}

#gamepage_shotchart .shot-chart_content .overlay-wrapper .player-game-stats table span.percent {
  font-size: 8px;
  color: #a4a4a4;
}

#gamepage_shotchart .shot-chart_content .centered-content {
  position: absolute;
  width: 60%;
  left: 20%;
  right: 20%;
  height: 20px;
  top: -50px;
}
#gamepage_shotchart .shot-chart_content .centered-content .shot-chart_controls input[type="checkbox"] + span:before {
  content: '';
  border-radius: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
  color: transparent;
  background-color: transparent;
  border: 1px solid #c4c4c4;
}
#gamepage_shotchart .shot-chart_content .centered-content .shot-chart_controls input[type="checkbox"] + span:after {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
  background-color: transparent;
  right: unset;
  left: 3px;
  top: 3px;
  border-radius: 0;
}
#gamepage_shotchart .shot-chart_content .centered-content .shot-chart_controls input[type="checkbox"]:checked + span:after {
  background-color: #000;
}
#gamepage_shotchart .shot-chart_content .centered-content .shot-chart_controls input[type="checkbox"]:checked + span:before {
  border-color: #000;
}
#gamepage_shotchart .shot-chart_content .centered-content .shot-chart_controls input[type="radio"] + span:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #c4c4c4;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
  box-shadow: inset 0 0 0 3px #f4f4f4;
  background-color: #c4c4c4;
}
#gamepage_shotchart .shot-chart_content .centered-content .shot-chart_controls input[type="radio"]:checked + span:before {
  background-color: #000;
  border-color: #000;
}
#gamepage_shotchart .shot-chart_content .centered-content .shot-chart_controls .item-label {
  font-size: 12px;
}
#gamepage_shotchart .shot-chart_content .centered-content .filter-options .item-label span {
  padding-inline-start: 20px;
  line-height: 12px;
}
#gamepage_shotchart .shot-chart_content .centered-content .period-list,
#gamepage_shotchart .shot-chart_content .centered-content .filter-options {
  width: 50%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#gamepage_shotchart .shot-chart_content .centered-content .filter-options {
  margin-top: 10px;
}
#gamepage_shotchart .shot-chart_content .centered-content .period-list .checkbox-input + span {
  text-align: left;
  padding-left: 20px;
  font-size: inherit;
  color: #000;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  font-family: 'Lato-Bold';
  display: block !important;
  line-height: 12px;
}
#gamepage_shotchart .shot-chart_content .filter-team-A,
#gamepage_shotchart .shot-chart_content .filter-team-B {
  background-color: #f5f5f5;
  width: 24%;
}
#gamepage_shotchart .shot-chart_content .filter-team-B {
  margin-inline-start: auto;
}
#gamepage_shotchart .shot-chart_content label {
  font-size: 14px;
  font-family: 'Lato-Bold';
  color: #000;
  margin-bottom: 10px;
}
#gamepage_shotchart .shot-chart_content .filter-team-A label {
  text-align: end;
}
#gamepage_shotchart .shot-chart_content .filter-team-B label {
  text-align: start;
}
#gamepage_shotchart .shot-chart_content .shot-chart_canvas {
  margin-top: 24px;
}
#gamepage_shotchart .shot-chart_content .shot-chart_canvas > svg {
  background-color: #ddd;
  height: 320px;
}
html[dir="rtl"] #gamepage_shotchart .shot-chart_content .shot-chart_canvas > svg {
  transform: rotate(180deg);
}
#gamepage_shotchart .shot-chart_content .shot-chart_canvas .shot-item {
  stroke: #DDDDDD;
}
#gamepage_shotchart .all-control .item-label {
  margin-top: 10px;
  margin-bottom: 15px;
}
#gamepage_shotchart .team-names {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#gamepage_shotchart .team-names .team-name {
  width: 24%;
}
#gamepage_shotchart .team-names .team-name {
  display: block;
  text-align: start;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  color: #FFFFFF;
  font-size: 30px;
  line-height: 30px;
}
#gamepage_shotchart .team-names .team-name-B {
  text-align: end;
}
#gamepage_shotchart .controls {
  padding: 20px 15px;
}
#gamepage_shotchart .shot-chart_content .team-names {
  display: none;
}
#gamepage_shotchart .filter-team-A .controls {
  padding-inline-end: 60px;
}
#gamepage_shotchart .filter-team-B .controls {
  padding-inline-start: 60px;
}
#gamepage_shotchart .item-label input[type="radio"],
#gamepage_shotchart .item-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  margin: 0;
  display: block;
}
#gamepage_shotchart .item-label > span {
  position: relative;
  display: block;
}
#gamepage_shotchart .selection-list .item-label > span {
  line-height: 18px;
}
#gamepage_shotchart .filter-team-A  .item-label > span:after {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #c4c4c4;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  inset-inline-start: 0;
  top: 3px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
  box-shadow: inset 0 0 0 3px #f4f4f4;
  background-color: #c4c4c4;
  font-size: 12px;
}
#gamepage_shotchart .filter-team-B  .item-label > span:after {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #c4c4c4;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  inset-inline-end: 0;
  top: 3px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
  box-shadow: inset 0 0 0 3px #f4f4f4;
  background-color: #c4c4c4;
  font-size: 12px;
}
#gamepage_shotchart .all-control .item-label > span {
  font-size: 12px;
  text-transform: uppercase;
}
#gamepage_shotchart .all-control .item-label > span:after {
  content: '';
  border-radius: 12px;
  display: inline-block;
  width: 24px;
  height: 12px;
  position: absolute;
  top: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
  background-color: #c4c4c4;
  font-size: 12px;
  z-index: 10;
}
#gamepage_shotchart .all-control .item-label > span:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
  background-color: #cccccc;
  top: 2px;
  border-radius: 8px;
  font-size: 12px;
  z-index: 20;
}
html[dir="ltr"] #gamepage_shotchart .filter-team-A .all-control .item-label > span:before,
html[dir="rtl"] #gamepage_shotchart .filter-team-B .all-control .item-label > span:before {
  left: 2px;
}
html[dir="rtl"] #gamepage_shotchart .filter-team-A .all-control .item-label > span:before,
html[dir="ltr"] #gamepage_shotchart .filter-team-B .all-control .item-label > span:before {
  right: 14px;
}
html[dir="ltr"] #gamepage_shotchart .filter-team-A .all-control .item-label > .checkbox-input[type="checkbox"]:checked + span:before,
html[dir="rtl"] #gamepage_shotchart .filter-team-B .all-control .item-label > .checkbox-input[type="checkbox"]:checked + span:before {
  left: 14px;
}
html[dir="rtl"] #gamepage_shotchart .filter-team-A .all-control .item-label > .checkbox-input[type="checkbox"]:checked + span:before,
html[dir="ltr"] #gamepage_shotchart .filter-team-B .all-control .item-label > .checkbox-input[type="checkbox"]:checked + span:before {
  right: 2px;
}
@media only screen and (max-width: 980px) {
  #gamepage_shotchart .shot-chart_content {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
  }
  #gamepage_shotchart .team-names {
    display: none;
  }
  #gamepage_shotchart .shot-chart_content .team-names {
    display: flex;
  }
  #gamepage_shotchart .shot-chart_content .team-names .team-name {
    width: 50%;
  }
  #gamepage_shotchart .shot-chart_content .centered-content {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    height: auto;
    overflow-x: auto;
    top: 0;
  }
  #gamepage_shotchart .shot-chart_content .centered-content .period-list,
  #gamepage_shotchart .shot-chart_content .centered-content .filter-options {
    width: calc(100% - 20px);
  }
  #gamepage_shotchart .shot-chart_content .filter-team-A {
    background-color: #f1f1f1;
    width: 50%;
    float: left;
  }
  html[dir="rtl"] #gamepage_shotchart .shot-chart_content .filter-team-A {
    float: right;
  }
  html[dir="ltr"] #gamepage_shotchart .shot-chart_content .filter-team-A .controls {
    padding-inline-end: unset;
    padding-right: 30px;
  }
  html[dir="rtl"] #gamepage_shotchart .shot-chart_content .filter-team-A .controls {
    padding-inline-end: unset;
    padding-left: 30px;
  }
  #gamepage_shotchart .shot-chart_content .filter-team-B {
    background-color: #f5f5f5;
    width: 50%;
    float: right;
  }
  html[dir="rtl"] #gamepage_shotchart .shot-chart_content .filter-team-B {
    float: left;
  }
  html[dir="ltr"] #gamepage_shotchart .shot-chart_content .filter-team-B .controls {
    padding-inline-start: unset;
    padding-left: 30px;
  }
  html[dir="rtl"] #gamepage_shotchart .shot-chart_content .filter-team-B .controls {
    padding-inline-start: unset;
    padding-right: 30px;
  }
  #gamepage_shotchart .shot-chart_content .overlay-wrapper .x--display-overlay {
    width: 90%;
  }
}

#gamepage_playbyplay2,
#gamepage_playbyplay {
    font-family: 'bebas-regular' !important;
    font-size: 30px;
    line-height: 30px;
    position: relative;
}

#gamepage_playbyplay2 .play-by-play_caption,
#gamepage_playbyplay .play-by-play_caption {
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 20px;
}

#gamepage_playbyplay2 .play-by-play_caption span,
#gamepage_playbyplay .play-by-play_caption span {
    font-size: 36px;
    line-height: inherit;
}

#gamepage_playbyplay2 .quarter_select,
#gamepage_playbyplay .quarter_select {
    top: -40px;
}

#gamepage_playbyplay2 .play-by-play_content:before,
#gamepage_playbyplay .play-by-play_content:before {
    content: '';
    border-left: 2px solid #f1f1f1;
    position: absolute;
    left: 50%;
    top: 0;
    height: calc(100% - 50px);
}

#gamepage_playbyplay2 .play-by-play_content:before {
    z-index: 1;
}

#gamepage_playbyplay .play-by-play_content .actions-list {
    direction: ltr !important;
}

#gamepage_playbyplay .play-by-play_content .action-item {
    background-color: #f1f1f1;
    height: 100px;
    display: flex;
    margin-bottom: 5px;
    width: 58%;
    border: none;
    direction: ltr !important;
}

#gamepage_playbyplay2 .play-by-play_content .action-item {
    background-color: #f1f1f1;
    height: 100px;
    display: flex;
    margin-bottom: 5px;
    width: 100%;
    border: none;
}

#gamepage_playbyplay2 .play-by-play_content .action-item:before,
#gamepage_playbyplay2 .play-by-play_content .action-item:after,
#gamepage_playbyplay .play-by-play_content .action-item:before,
#gamepage_playbyplay .play-by-play_content .action-item:after {
    content:'';
    clear: both;
}

#gamepage_playbyplay .play-by-play_content .action-item.x--team-A {
    flex-direction: row-reverse;
}

#gamepage_playbyplay .play-by-play_content .action-item.x--team-B {
    margin-left: 42%;
}
html[dir="rtl"] #gamepage_playbyplay .play-by-play_content .action-item.x--team-B {
    margin-left: 0;
}

#gamepage_playbyplay2 .play-by-play_content .action-item .action,
#gamepage_playbyplay .play-by-play_content .action-item .action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 54%;
    padding-inline-start: 20px;
    font-size: 16px;
    font-family: 'Lato-Regular';
    line-height: 18px;
    position: relative;
}

#gamepage_playbyplay2 .play-by-play_content .action-item .action {
    z-index: 1;
}

#gamepage_playbyplay2 .play-by-play_content .action-item .action .athlete-name,
#gamepage_playbyplay .play-by-play_content .action-item .action .athlete-name {
    font-family: 'Lato-Bold';
}

#gamepage_playbyplay2 .play-by-play_content .action-item .action .action-description,
#gamepage_playbyplay .play-by-play_content .action-item .action .action-description {
    line-height: 24px;
}

#gamepage_playbyplay2 .play-by-play_content .action-item .action-scores,
#gamepage_playbyplay .play-by-play_content .action-item .action-scores {
    position: relative;
    width: 27.6%;
    background-color: #ffffff;
    border-top: 3px solid #f1f1f1 !important;
    border-bottom: 3px solid #f1f1f1 !important;
    display: flex;
    text-align: center;
    font-size: 24px;
    align-items: center;
    justify-content: center;
}

#gamepage_playbyplay .play-by-play_content .action-item.x--team-A .action-scores {
    border-right-width: 3px;
    border-right-style: solid;
    border-left-width: 3px;
    border-left-style: solid;
}

#gamepage_playbyplay2 .play-by-play_content .action-item.x--team-A .action-scores,
#gamepage_playbyplay2 .play-by-play_content .action-item.x--team-B .action-scores,
#gamepage_playbyplay .play-by-play_content .action-item.x--team-B .action-scores {
    border-right-width: 3px;
    border-right-style: solid;
    border-left-width: 3px;
    border-left-style: solid;
}
html[dir="ltr"] #gamepage_playbyplay .play-by-play_content .action-item.x--team-B .action-scores {
    border-right: 3px solid #f1f1f1;
}
#gamepage_playbyplay2 .play-by-play_content .action-item .action-scores {
    border-inline-end-color: #f1f1f1 !important;
}

#gamepage_playbyplay .play-by-play_content .action-item.x--team-A .action-scores:after,
#gamepage_playbyplay .play-by-play_content .action-item.x--team-A .action-scores:before {
    content: '';
    display: block;
    width: 12px;
    position: absolute;
    inset-inline-end: -3px;
}

#gamepage_playbyplay2 .play-by-play_content .action-item.x--team-A .action-scores:before,
#gamepage_playbyplay .play-by-play_content .action-item.x--team-A .action-scores:before {
    border-top-width: 3px;
    border-top-style: solid;
    top: -3px;
}

#gamepage_playbyplay2 .play-by-play_content .action-item.x--team-A .action-scores:after,
#gamepage_playbyplay .play-by-play_content .action-item.x--team-A .action-scores:after {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    bottom: -3px;
}

#gamepage_playbyplay2 .play-by-play_content .action-item.x--team-A .action-scores:after,
#gamepage_playbyplay2 .play-by-play_content .action-item.x--team-A .action-scores:before,
#gamepage_playbyplay2 .play-by-play_content .action-item.x--team-B .action-scores:after,
#gamepage_playbyplay2 .play-by-play_content .action-item.x--team-B .action-scores:before,
#gamepage_playbyplay .play-by-play_content .action-item.x--team-B .action-scores:after, 
#gamepage_playbyplay .play-by-play_content .action-item.x--team-B .action-scores:before {
    content: '';
    display: block;
    width: 12px;
    position: absolute;
    inset-inline-start: -3px;
}

@media only screen and (min-width: 980px) {
    html[dir="ltr"] #gamepage_playbyplay .play-by-play_content .action-item.x--team-A .action-scores {
        border-left-color: #f1f1f1;
    }
    html[dir="rtl"] #gamepage_playbyplay .play-by-play_content .action-item.x--team-A .action-scores {
        border-right-color: #f1f1f1;
    }
    html[dir="rtl"] #gamepage_playbyplay .play-by-play_content .action-item {
        direction: rtl !important;
    }
    html[dir="rtl"] #gamepage_playbyplay .play-by-play_content .action-item.x--team-A {
        margin-left: 42%;
    }
    html[dir="rtl"] #gamepage_playbyplay .play-by-play_content .action-item.x--team-B .action-scores:after,
    html[dir="rtl"] #gamepage_playbyplay .play-by-play_content .action-item.x--team-B .action-scores:before {
        left: auto;
        right: -3px;
    }
    html[dir="rtl"] #gamepage_playbyplay .play-by-play_content .action-item.x--team-B .action-scores {
        border-left: 3px solid #f1f1f1;
    }
}

@media only screen and (max-width: 980px) {
    #gamepage_playbyplay .play-by-play_content .action-item.x--team-B .action-scores:after,
    #gamepage_playbyplay .play-by-play_content .action-item.x--team-B .action-scores:before {
        inset-inline-start: unset;
        left: -3px;
    }
}

#gamepage_playbyplay2 .play-by-play_content .action-item.x--team-B .action-scores:before,
#gamepage_playbyplay .play-by-play_content .action-item.x--team-B .action-scores:before {
    border-top-width: 3px;
    border-top-style: solid;
    top: -3px;
}

#gamepage_playbyplay2 .play-by-play_content .action-item.x--team-B .action-scores:after,
#gamepage_playbyplay .play-by-play_content .action-item.x--team-B .action-scores:after {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    bottom: -3px;
}

#gamepage_playbyplay2 .play-by-play_content .action-item .action-scores img,
#gamepage_playbyplay .play-by-play_content .action-item .action-scores img {
    margin-inline-end: 10px;
    height: 25px;
    box-sizing: content-box;
}

#gamepage_playbyplay2 .play-by-play_content .action-item .action-scores .period-scores,
#gamepage_playbyplay .play-by-play_content .action-item .action-scores .period-scores {
    line-height: 24px;
}

#gamepage_playbyplay2 .play-by-play_content .action-item .action-scores .period-scores .score-info,
#gamepage_playbyplay .play-by-play_content .action-item .action-scores .period-scores .score-info {
    color: #c0c0c0;
}

#gamepage_playbyplay2 .play-by-play_content .action-item .action-scores .period-scores .score-info .x--bold,
#gamepage_playbyplay .play-by-play_content .action-item .action-scores .period-scores .score-info .x--bold {
    color: #000;
}

#gamepage_playbyplay2 .play-by-play_content .action-item .action-scores .period-scores .occurrence-info,
#gamepage_playbyplay .play-by-play_content .action-item .action-scores .period-scores .occurrence-info {
    font-size: 18px;
    line-height: 18px;
    color: #ececec;
}

#gamepage_playbyplay2 .play-by-play_content .action-item .action-scores .period-scores .occurrence-info .period,
#gamepage_playbyplay2 .play-by-play_content .action-item .action-scores .period-scores .occurrence-info .time,
#gamepage_playbyplay .play-by-play_content .action-item .action-scores .period-scores .occurrence-info .period,
#gamepage_playbyplay .play-by-play_content .action-item .action-scores .period-scores .occurrence-info .time {
    color: #000;
}

#gamepage_playbyplay2 .play-by-play_content .action-item .athlete-info,
#gamepage_playbyplay .play-by-play_content .action-item .athlete-info {
    position: relative;
}

#gamepage_playbyplay2 .play-by-play_content .action-item .athlete-info img,
#gamepage_playbyplay .play-by-play_content .action-item .athlete-info img {
    height: 100px;
}

#gamepage_playbyplay2 .play-by-play_content .action-item .athlete-info .bib,
#gamepage_playbyplay .play-by-play_content .action-item .athlete-info .bib {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 22px;
    vertical-align: middle;
    line-height: 30px;
}

#gamepage_playbyplay .play-by-play_content .action-item.x--team-A .athlete-info .bib:not(:empty) {
    inset-inline-end: unset;
    inset-inline-start: 0;
}

#gamepage_playbyplay .play-by-play_content .period-name {
    display: block;
    text-align: center;
    position: relative;
    background-color: #fff;
    line-height: 50px;
    border: 1px solid #f1f1f1;
    margin: 5px 0;
}

#gamepage_playbyplay2 .play-by-play_content .action-item.x--is-start-or-end,
#gamepage_playbyplay .play-by-play_content .action-item.x--is-start-or-end {
    width: 100%;
    justify-content: center;
}

#gamepage_playbyplay2 .play-by-play_content .action-item.x--is-start-or-end .action, 
#gamepage_playbyplay .play-by-play_content .action-item.x--is-start-or-end .action {
    width: auto;
}

#gamepage_playbyplay2 .play-by-play_content .action-item.x--is-start-or-end .action-scores, 
#gamepage_playbyplay .play-by-play_content .action-item.x--is-start-or-end .action-scores {
    width: auto;
    background-color: transparent;
}

#gamepage_playbyplay2 .play-by-play_content .action-item.x--is-start-or-end .action-scores .period-scores .score-info, 
#gamepage_playbyplay .play-by-play_content .action-item.x--is-start-or-end .action-scores .period-scores .score-info {
    display: none;
}

#gamepage_playbyplay2 .play-by-play_content .action-item.x--is-start-or-end .action-scores .period-scores .occurrence-info, 
#gamepage_playbyplay .play-by-play_content .action-item.x--is-start-or-end .action-scores .period-scores .occurrence-info {
    font-family: 'Lato-Regular';
    font-size: 16px;
    font-weight: bold;
}


/*custom dropdown*/
.component__drop-down {
    width: 33%;
    margin: auto;
    position: absolute;
    left: 33%;
    top: 0px;
}

.component__drop-down .drop-down_label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}

.component__drop-down button {
    height: 30px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
    border-color: #ccc;
}

.component__drop-down button:active {
    box-shadow: none;
}

#gamepage_playbyplay2 .component__drop-down button span,
#gamepage_playbyplay .component__drop-down button span,
#gamepage_playbyplay2 .selectboxit-container span.selectboxit-text,
#gamepage_playbyplay .selectboxit-container span.selectboxit-text {
    color: #000;
    font-family: 'lato-regular';
    font-size: 14px;
    font-weight: normal;
    position: relative;
    bottom: 5px;
}

#gamepage_playbyplay .selectboxit-container,
#gamepage_playbyplay2 .selectboxit-container {
    z-index: 5;
}

#gamepage_playbyplay .selectboxit-container span.selectboxit-text,
#gamepage_playbyplay2 .selectboxit-container span.selectboxit-text {
    bottom: 1px;
    width: 90%;
}

#gamepage_playbyplay .selectboxit,
#gamepage_playbyplay2 .selectboxit {
    text-align: center;
}

#gamepage_playbyplay .selectboxit-list,
#gamepage_playbyplay2 .selectboxit-list {
    overflow:hidden;
}

#gamepage_playbyplay .selectboxit-list .selectboxit-option-anchor,
#gamepage_playbyplay2 .selectboxit-list .selectboxit-option-anchor {
    color: #000;
    font-family: 'lato-regular';
    font-size: 14px;
    font-weight: normal;
}

.component__drop-down button.icon--reset {
    opacity: 0.3;
    background: none;
    border: none;
    margin-left: -4px;
    width: 25px;
    min-width: 0;
    padding: 0;
    z-index: 102;
}

.component__drop-down button.icon--reset:before {
    font-size: 14px;
    width: 100%;
}

.component__drop-down button.show-select {
    padding-right: 22px;
    z-index: 102;
}

.component__drop-down button.show-select:after {
    position: absolute;
    top: 0;
    right: 5px;
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal 14px/1 ST-Icon-Font;
    content: '\f0db';
    color: #AAAAAA;
}

.component__drop-down .scroller {
    position: relative;
    width: 100%;
}

.component__drop-down .drop-down_list {
    display: none;
    opacity: 0;
    position: absolute;
    min-width: 100%;
    left: 0;
    z-index: 2;
    flex-direction: column;
    text-align: left;
    box-shadow: 0px 6px 12px -2px rgba(0,0,0,0.3);
}

.component__drop-down .drop-down_list li {
    min-height: 25px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    margin-top: -1px;
    background-color: #fff;
    white-space: nowrap;
    font-family: 'lato-regular';
    font-size: 14px;
}

.component__drop-down .drop-down_list li:hover {
    z-index: 2;
    background-color: #f5f5f5;
}

.component__drop-down .drop-down_list li:active {
    background-color: #f5f5f5;
}

.component__drop-down.x--option-selected button.show-select {
    color: red !important;
    border-color: red;
    background: red;
}

.component__drop-down.x--option-selected button.icon--reset {
    opacity: 1;
    color: red;
}

.component__drop-down.x--filter .drop-down_list li {
    padding-left: 25px;
}

.component__drop-down.x--filter .scroller {
    width: calc(100% - 31px);
}

.component__drop-down.x--dropdown-opened .drop-down_list {
    display: flex;
    opacity: 1;
    z-index: 101;
    border: 1px solid #ccc;
}

.component__drop-down.x--dropdown-opened button.show-select {
    border-color: #ccc;
    color: #000;
}

.component__drop-down.x--dropdown-opened button.show-select:after {
    content: '\f0dc';
    padding-bottom: 3px;
}

.component__drop-down.x--dropdown-opened button.show-select:active {
    color: #fff;
}

.play-by-play_content .component__button {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    padding: 10px 15px;
    padding-left: 25px;
    background-color: #ea2e49;
    box-shadow: none;
    border: none;
    margin-top: 10px;
}

.play-by-play_content .component__button .label-1:before {
    font-family: 'FontAwesome';
    content: '\f142';
    font-size: 18px;
    position: relative;
    right: 10px;
    top: 1px;
    font-weight: normal;
}

@media only screen and (max-width: 979px) {
    #gamepage_playbyplay2 .play-by-play_content:before,
    #gamepage_playbyplay .play-by-play_content:before {
        left: 15%;
        top: 60px;
        height: calc(100% - 120px);
    }

    #overview #gamepage_playbyplay2 .play-by-play_content:before,
    #overview #gamepage_playbyplay .play-by-play_content:before {
        display: none;
    }

    #gamepage_playbyplay2 .play-by-play_content .action-item,
    #gamepage_playbyplay .play-by-play_content .action-item {
        width: 100%;
        margin-bottom: 20px;
    }

    #gamepage_playbyplay2 .play-by-play_content .action-item.x--team-B,
    #gamepage_playbyplay .play-by-play_content .action-item.x--team-B {
        margin-left: 0;
    }

    #gamepage_playbyplay2 .play-by-play_content .action-item.x--team-A,
    #gamepage_playbyplay .play-by-play_content .action-item.x--team-A {
        flex-direction: row;
    }

    #gamepage_playbyplay .play-by-play_content .action-item.x--team-A .action-scores {
        border-right-color: #f1f1f1;
    }
    #gamepage_playbyplay .play-by-play_content .action-item.x--team-B .action-scores {
        border-right-color: #f1f1f1;
    }

    #gamepage_playbyplay .play-by-play_content .action-item.x--team-A .action-scores:after, 
    #gamepage_playbyplay .play-by-play_content .action-item.x--team-A .action-scores:before {
        right: unset;
        left: -3px;
    }

    #gamepage_playbyplay2 .play-by-play_content .action-item.x--team-A .athlete-info .bib:not(:empty),
    #gamepage_playbyplay2 .play-by-play_content .action-item.x--team-B .athlete-info .bib:not(:empty),
    #gamepage_playbyplay .play-by-play_content .action-item.x--team-A .athlete-info .bib:not(:empty),
    #gamepage_playbyplay .play-by-play_content .action-item.x--team-B .athlete-info .bib:not(:empty) {
        right: 0;
        left: unset;
        font-size: 22px;
    }

    #gamepage_playbyplay2 .play-by-play_content .action-item .action-scores,
    #gamepage_playbyplay .play-by-play_content .action-item .action-scores {
        width: 50%;
    }

    #gamepage_playbyplay2 .play-by-play_content .action-item.x--is-start-or-end .action-scores .period-scores .occurrence-info, 
    #gamepage_playbyplay .play-by-play_content .action-item.x--is-start-or-end .action-scores .period-scores .occurrence-info {
        font-size: 14px;
    }

    #gamepage_playbyplay2 .play-by-play_content .action-item .athlete-info img,
    #gamepage_playbyplay .play-by-play_content .action-item .athlete-info img {
        max-width: 82px;
    }

    #gamepage_playbyplay2 .play-by-play_content .action-item .action .athlete-name,
    #gamepage_playbyplay2 .play-by-play_content .action-item .action .action-description,
    #gamepage_playbyplay .play-by-play_content .action-item .action .athlete-name,
    #gamepage_playbyplay .play-by-play_content .action-item .action .action-description {
        font-size: 14px;
        line-height: 16px;
    }

    #gamepage_playbyplay2 .play-by-play_content .action-item .athlete-info .bib,
    #gamepage_playbyplay .play-by-play_content .action-item .athlete-info .bib {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .component__drop-down {
        width: 100%;
        left: 0;
        position: relative;
        margin-top: 20px;
    }

    .component__drop-down button {
        height: 50px;
        line-height: 50px;
    }

    #gamepage_playbyplay2 .component__drop-down button span,
    #gamepage_playbyplay .component__drop-down button span {
        font-size: 16px;
        font-weight: bold;
    }

    .component__drop-down .drop-down_list li {
        min-height: 40px;
    }
}
.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}
#gamepage_boxscore {
    font-family: 'bebas-regular';
    font-size: 30px;
    line-height: 30px;
    position: relative;
}

#gamepage_boxscore .game-box-score_header,
#gamepage_boxscore .boxscore_header {
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 20px;
}

/*TABLE Jet Boxscore*/


#gamepage_boxscore table {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
}



/*table cells need to be fixed in liveresult module*/
#gamepage_boxscore table tr th.pos {
    width: 35px;
}

#gamepage_boxscore table tr th.min {
    width: 60px;
}

#gamepage_boxscore table tr th.pts {
    width: 41px;
}

#gamepage_boxscore table tr th.field-goals {
    width: 56px;
}

#gamepage_boxscore table tr th.field-goals-2p {
    width: 56px;
}

#gamepage_boxscore table tr th.field-goals-3p {
    width: 56px;
}

#gamepage_boxscore table tr th.free-throw {
    width: 56px;
}

#gamepage_boxscore table tr th.reb-offence {
    width: 54px;
}

#gamepage_boxscore table tr th.reb-defence {
    width: 54px;
}

#gamepage_boxscore table tr th.reb-total {
    width: 43px;
}

#gamepage_boxscore table tr th.assists {
    width: 43px;
}

#gamepage_boxscore table tr th.personal-fouls {
    width: 33px;
}

#gamepage_boxscore table tr th.turnovers {
    width: 34px;
}

#gamepage_boxscore table tr th.steals {
    width: 42px;
}

#gamepage_boxscore table tr th.block-shots {
    width: 44px;
}

#gamepage_boxscore table tr th.plus-minus {
    width: 44px;
}

#gamepage_boxscore table tr th.efficiency {
    width: 41px;
}

#gamepage_boxscore table tr.coaches {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#gamepage_boxscore table tr.team-totals .name {
    font-family: 'bebas-regular';
    font-size: 18px;
}

#gamepage_boxscore table th,
#gamepage_boxscore table td {
    text-align: center;
}

#gamepage_boxscore table .name {
    text-align: left;
    max-width: initial;
    padding: 5px 10px;
}

#gamepage_boxscore table td.name {
    font-family: 'lato-bold';
}

#gamepage_boxscore table td.name a[href=''] {
    color: #101010;
    cursor: default;
}

#gamepage_boxscore table tr.x--player-is-starter td.name:before {
    content:'*';
    margin-right: 5px;
}

#gamepage_boxscore table tr th {
    font-family: 'bebas-regular';
    color: #ffffff;
    padding: 5px 5px;
    font-size: 16px;
    font-weight: normal;
}

#gamepage_boxscore table tbody tr:nth-child(odd),
#gamepage_boxscore table tfoot tr:nth-child(odd) {
    background-color: #f5f5f5;
}

#gamepage_boxscore table tbody tr:nth-child(even),
#gamepage_boxscore table tfoot tr:nth-child(even) {
    background-color: #ededed;
}

#gamepage_boxscore table tr td:nth-child(even) {
    background-color: rgba(255,255,255,.2);
}

#gamepage_boxscore table tr td,
#gamepage_boxscore table tr + tr + tr th {
    font-family: 'lato-regular';
    padding: 5px 5px;
    font-size: 12px;
}

#gamepage_boxscore table td > span {
    line-height: 14px;
    display: block;
}

#gamepage_boxscore table td > span + span {
    font-size: 10px;
}

#gamepage_boxscore thead tr:first-child th {
    background-color: rgba(0,0,0,.2);
}

#gamepage_boxscore header.team_caption {
    color: #FFFFFF;
    font-size: 24px;
    display: flex;
    align-items: center;
}

#gamepage_boxscore .responsive-table-wrapper {
    margin-bottom: 0;
    margin-top: 0;
}

#gamepage_boxscore header.team_caption img {
    margin: 10px 15px;
    width: 60px;
    height: auto;
    box-sizing: content-box;
}

#gamepage_boxscore div.coaches-list,
#gamepage_boxscore div.assistants-list {
    display: inline-block;
    width: 25%;
    margin-top: 20px;
    font-size: 18px;
    padding: 0 10px;
    margin-bottom: 30px;
    vertical-align: top;
}

#gamepage_boxscore div.coaches-list .coaches-label,
#gamepage_boxscore div.assistants-list .assistants-label {
    display: block;
}

#gamepage_boxscore span.value {
    font-size: 14px;
    font-family: 'lato-regular';
}

#gamepage_boxscore span.value:not(:last-child):after {
    content: ','
}

@media only screen and (max-width: 979px) {
    #gamepage_boxscore div.coaches-list,
    #gamepage_boxscore div.assistants-list {
        width: 100%;
    }

    #gamepage_boxscore div.coaches-list {
        margin-bottom: 20px;
    }

    #gamepage_boxscore div.assistants-list {
        margin-top: 0;
    }

    #gamepage_boxscore table tr th.name {
        width: 200px;
    }

    #gamepage_boxscore .scrollable {
        margin-inline-start: 150px !important;
    }

    #gamepage_boxscore .pinned {
        width: 150px !important;
    }
}
#overview {
    font-family: 'bebas-regular';
    font-size: 30px;
    line-height: 30px;
}

#overview #gamepage_overview {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#overview .pull-left {
    flex: 0 0 49%;
}

#overview .pull-right {
    flex: 0 0 49%;
}

#overview #gamepage_teamstats,
#overview #gamepage_game_leader {
    width: 100%;
}

#overview .latest_videos {
    width: 100%;
    margin-top: 40px;
}

#overview .latest_videos .date,
#overview .latest_videos .views {
    font-family: 'Lato-Regular';
}

@media only screen and (max-width: 979px) {
    #overview .pull-left,
    #overview .pull-right {
        flex: 0 0 100%;
    }

    #overview #gamepage_playbyplay2 {
        width: 100%;
    }
}
.module__top-performers .top-performers-header {
    display: flex;
    flex-wrap: wrap;
}

.module__top-performers .top-performers-header > div {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 10px;
}

.module__top-performers .top-performers-header .performers-caption {
    font-size: 36px;
    margin-bottom: 24px;
    margin-top: 20px;
    width: 100%;
}

.module__top-performers .top-performers-header .name {
    width: calc(100% - 50px);
    color: #fff;
    line-height: 30px;
    font-size: 24px;
    display: block;
}

.module__top-performers .top-performers-header .name a {
    color: #ffffff;
    font-family: 'bebas-regular' !important;
}

.module__top-performers .top-performers-header .name a[href=''] {
     cursor: default;
}

.module__top-performers .top-performers-header > .athlete-B {
    text-align: right;
    padding-right: 20px;
}

.module__top-performers .top-performers-header .athlete-info {
    width: 100%;
    display: flex;
    align-items: center;
}

.module__top-performers .top-performers-header > .athlete-B .athlete-info {
    flex-direction: row-reverse;
    text-align: end;
}

.module__top-performers img.nat-flag {
    width: auto;
    height: 32px;
    display: block;
    margin-inline-end: 10px;
    box-sizing: content-box;
}

.module__top-performers .top-performers-header > .athlete-B img.nat-flag {
    margin-inline-end: 0px;
    margin-inline-start: 10px;
}

.module__top-performers .performer-content {
    background: #f7f7f7;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f7f7f7 0%, #f7f7f7 50%, #f1f1f1 50%, #f1f1f1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f7f7f7 0%, #f7f7f7 50%, #f1f1f1 50%, #f1f1f1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 50%, #f1f1f1 50%, #f1f1f1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=1);
    /* IE6-9 */
}

.module__top-performers .performer-content .athlete-images {
    display: flex;
    justify-content: space-around;
    padding-top: 30px;
}

.module__top-performers .performer-content .athlete-images .img-wrapper > a {
    display: block;
}

.module__top-performers .performer-content .athlete-images img {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

.module__top-performers .performer-content .statistics-list {
    text-align: center;
}

.module__top-performers .performer-content .statistics-list .statistic-item {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: initial;
    padding: 8px 0;
}

.module__top-performers .performer-content .statistics-list .statistic-item:first-child {
    padding-top: 32px;
}

.module__top-performers .performer-content .statistics-list .statistic-item:last-child {
    padding-bottom: 32px;
}

.module__top-performers .performer-content .statistics-list .statistic-item.stat-points {
    padding-top: 24px;
}

.module__top-performers .performer-content .statistics-list .statistic-item .perf-label {
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    padding: 5px;
    border-radius: 100px;
    width: 100px;
    margin: auto;
}

.module__top-performers .performer-content .statistics-list .statistic-item .perf-A,
.module__top-performers .performer-content .statistics-list .statistic-item .perf-B {
    position: absolute;
    font-size: 24px;
    width: 32px;
    text-align: center;
    font-family: 'bebas-regular';
}

.module__top-performers .performer-content .statistics-list .statistic-item .perf-A {
    inset-inline-start: 25%;
}

.module__top-performers .performer-content .statistics-list .statistic-item .perf-B {
    inset-inline-end: 25%;
}

.module__top-performers .performer-content .statistics-list .statistic-item.stat-efficiency .perf-label {
    width: 100%;
    margin: 0 60px;
}

@media screen and (max-width: 760px) { 
    .module__top-performers {
        margin-left: -10px;
        margin-right: -10px;
    }

    .module__top-performers .top-performers-header .performers-caption {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.module__players-court .players-court_caption {
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 20px;

}

.module__players-court .team-B {
    margin-top: 20px;
}

/*TABLE Jet players on court*/
.module__players-court .team-A,
.module__players-court .team-B {
    display: block;
    width: 100%;
    overflow: auto;
    position: relative;
}
.module__players-court table {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    margin-top: 50px;
}

.module__players-court table .team-name {
    color: #fff;
    padding: 10px 0 0 15px;
    text-align: left;
    font-size: 24px;
}

.module__players-court table tr.coaches {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.module__players-court table tr.team-totals .name {
    font-family: 'bebas-regular';
    font-size: 18px;
}

.module__players-court table .player {
    text-align: left;
    max-width: initial;
    padding: 5px 10px;
}

.module__players-court table td.player {
    font-family: 'lato-bold';
}

.module__players-court table td.player a[href=''] {
    color: #101010;
    cursor: default;
}

.module__players-court table tr th {
    font-family: 'bebas-regular';
    color: #ffffff;
    padding: 5px 5px;
    font-size: 16px;
    font-weight: normal;
}

.module__players-court table tbody tr:nth-child(odd),
.module__players-court table tfoot tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.module__players-court table tbody tr:nth-child(even),
.module__players-court table tfoot tr:nth-child(even) {
    background-color: #ededed;
}

.module__players-court table tr td {
    font-family: 'lato-regular';
    padding: 5px 5px;
    font-size: 12px;
}

.module__players-court header.team_caption {
    color: #FFFFFF;
    font-size: 24px;
    display: block;
    align-items: center;
    padding: 10px;
    padding-left: 20px;
    position: absolute;
    width: 100%;
}

.module__players-court .responsive-table-wrapper {
    margin-bottom: 0;
    margin-top: 0;
}

.module__players-court table tr th.bib {
    width: 35px;
}

.module__players-court table tr th.bib,
.module__players-court table tr td.bib {
    padding-left: 20px;
}

.module__players-court table tr th.minutes {
    width: 60px;
}

.module__players-court table tr th.field-goals {
    width: 56px;
}

.module__players-court table tr th.reb-total {
    width: 43px;
}

.module__players-court table tr th.assists {
    width: 43px;
}

.module__players-court table tr th.plus-minus {
    width: 44px;
}

.module__players-court table tr th.points {
    width: 44px;
}

.module__players-court table th, 
.module__players-court table td {
    text-align: center;
}

.module__players-court table .player {
    text-align: left;
}

.module__players-court thead tr:first-child th {
    background-color: rgba(0,0,0,.2);
}

@media only screen and (max-width: 979px) {
    .module__players-court tr th.player {
        width: 200px;
    }
}
#gamepage_game_leader {
    font-family: 'bebas-regular';
    font-size: 30px;
    line-height: 30px;
    position: relative;
}

#gamepage_game_leader .game-leaders_header {
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

#gamepage_game_leader .game-leaders-nav .nav-items {
    display: flex;
}

#gamepage_game_leader .game-leaders-nav .nav-items .component__button {
    padding: 0;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
    height: 36px;
    font-weight: normal;
}

#gamepage_game_leader .game-leaders-nav .nav-items .component__button:hover, 
#gamepage_game_leader .game-leaders-nav .nav-items .component__buttonbutton:focus, 
#gamepage_game_leader .game-leaders-nav .nav-items .component__button:focus {
    background-color: transparent;
}

#gamepage_game_leader .game-leaders-nav .nav-items .component__button.xg--selected {
    background-color: transparent !important;
}

#gamepage_game_leader .game-leaders-nav .nav-items .component__button > span {
    color: #cecece;
    margin-left: 10px;
}

#gamepage_game_leader .game-leaders-nav .nav-items .component__button:hover > span {
    color: #a4a4a4;
}

#gamepage_game_leader .game-leaders-nav .nav-items .component__button.xg--selected > span {
    color: #101010;
    text-decoration: underline;
}

#gamepage_game_leader .module__game-leaders .game_leaders_content,
#gamepage_game_leader #jet-game-leaders .module__game-leaders {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#gamepage_game_leader .module__game-leaders .game-leaders_header {
    flex: 0 0 100%;
}

#gamepage_game_leader .module__game-leaders .centered-info {
    position: absolute;
    width: 100%;
    bottom: 35%;
    left: 0;
    right: 0;
}

#gamepage_game_leader #jet-game-leaders .module__game-leaders .centered-info {
    bottom: 29%;
}

#gamepage_game_leader .module__game-leaders .centered-info .basket {
    display: block;
    width: 77px;
    height: 82px;
    background-image: url(/Content/2013/PC/img/livestatistics/gamepage_basket.svg);
    background-size:contain;
    background-repeat: no-repeat;
    margin: auto;
    margin-bottom: 20px;
    transform: scale(0.6);
}

#gamepage_game_leader .module__game-leaders .team-A {
    color: #FFF;
    text-align: end;
    width: 50%;
    min-height: 300px;
}

#gamepage_game_leader .module__game-leaders .team-B {
    color: #FFF;
    text-align: start;
    width: 50%; 
    min-height: 300px;
}

#gamepage_game_leader .module__game-leaders .team-A .team-info {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-inline-end: 40px;
    border-inline-start: 50px solid #FFFFFF;
    min-height: 300px;
}

#gamepage_game_leader .module__game-leaders .team-B .team-info {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-inline-start: 40px;
    border-inline-end: 50px solid #FFFFFF;
    min-height: 300px;
}

#gamepage_game_leader .module__game-leaders .team-info {
    position: relative;
}

#gamepage_game_leader .module__game-leaders .team-flag {
    width: 40px;
    box-sizing: content-box;
}

#gamepage_game_leader .module__game-leaders .bib {
    display: block;
    margin-top: 10px;
    opacity: 0.6;
    font-family: 'bebas-regular';
}

#gamepage_game_leader .module__game-leaders .team-A .player-profile-link {
    inset-inline-start: 8%;
}

#gamepage_game_leader .module__game-leaders .team-B .player-profile-link {
    inset-inline-end: 8%;
}

#gamepage_game_leader .module__game-leaders .player-profile-link {
    font-size: 14px;
    color: #ffffff;
    display: block;
    position: absolute;
    bottom: 2%;
}

#gamepage_game_leader .module__game-leaders .player-profile-link.hidden {
    opacity: 0;
} 

html[dir="ltr"] #gamepage_game_leader .module__game-leaders .player-profile-link:before {
    content: '>';
    margin-right: 4px;
}
html[dir="rtl"] #gamepage_game_leader .module__game-leaders .player-profile-link:after {
    content: '<';
    margin-right: 4px;
}

#gamepage_game_leader .module__game-leaders .athlete-info {
    padding-top: 20px;
    font-family: 'bebas-regular';
}

#gamepage_game_leader .module__game-leaders .athlete-info .name {
    display: block;
    font-size: 32px;
    height: 72px;
}

#gamepage_game_leader .module__game-leaders .athlete-info .name > span {
    display: block;
}

#gamepage_game_leader .module__game-leaders .athlete-info .stat-value {
    font-size: 72px;
    padding-top: 75px;
    display: block;
    line-height: normal;
    font-family: 'bebas-regular';
}

#gamepage_game_leader .module__game-leaders .athlete-info .img-wrapper {
    top: 25%;
    position: absolute;
}

#gamepage_game_leader .module__game-leaders .athlete-info .img-wrapper img {
    width: 130px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

#gamepage_game_leader .module__game-leaders .athlete-info .img-wrapper > a {
    display: block;
}

#gamepage_game_leader .module__game-leaders .athlete-info .img-wrapper > a[href=''] {
    cursor: default;
}

#gamepage_game_leader .module__game-leaders .team-A .athlete-info .img-wrapper {
    inset-inline-start: -50px;
}

#gamepage_game_leader .module__game-leaders .team-B .athlete-info .img-wrapper {
    inset-inline-end: -50px;
}

#gamepage_game_leader .module__game-leaders .centered-info .stat-name {
    display: block;
    background-color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 5px 35px;
    border-radius: 100px;
    width: 120px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 979px) {
    #gamepage_game_leader .module__game-leaders .game-leaders_header {
        flex-wrap: wrap;
    }

    #gamepage_game_leader .module__game-leaders .game-leaders_header .title {
        margin-bottom: 10px;
    }
        
    #gamepage_game_leader .module__game-leaders .team-A .team-info,
    #gamepage_game_leader .module__game-leaders .team-B .team-info {
        border: none;
        border-top: 50px solid #fff;
        position: relative;
    }

    #gamepage_game_leader .module__game-leaders .team-A .athlete-info .img-wrapper,
    #gamepage_game_leader .module__game-leaders .team-B .athlete-info .img-wrapper {
        width: 100%;
        text-align: center;
    }

    #gamepage_game_leader .module__game-leaders .team-A .team-info,
    #gamepage_game_leader .module__game-leaders .team-B .team-info {
        padding-top: 100px;
    }

    #gamepage_game_leader .module__game-leaders .team-flag {
        position: relative;
        bottom: 4px;
        width: 30px;
    }

    #gamepage_game_leader .module__game-leaders .bib {
        display: inline;
        font-size: 24px;
    }

    #gamepage_game_leader .module__game-leaders .athlete-info .name {
        font-size: 26px;
    }

    #gamepage_game_leader .module__game-leaders .athlete-info .img-wrapper {
        top: -90px;
    }

    #gamepage_game_leader .module__game-leaders .team-A .athlete-info .img-wrapper {
        inset-inline-start: 15px;
    }

    #gamepage_game_leader .module__game-leaders .team-B .athlete-info .img-wrapper {
        inset-inline-end: 15px;
    }

    #gamepage_game_leader .module__game-leaders .centered-info {
        bottom: 25%;
        z-index: 5;
    }

    #gamepage_game_leader #jet-game-leaders .module__game-leaders .centered-info {
        bottom: 20%;
    }

    #gamepage_game_leader .module__game-leaders .centered-info .basket {
        margin-bottom: 30px;
    }

    #gamepage_game_leader .game-leaders-nav {
        width: 100%;
    }

    #gamepage_game_leader .game-leaders-nav .nav-items {
        justify-content: space-between;
    }

    #gamepage_game_leader .game-leaders-nav .nav-items .component__button {
        font-size: 22px;
    }

    #gamepage_game_leader .game-leaders-nav .nav-items .component__button > span {
        margin-left: 0;
    }

    #gamepage_game_leader .module__game-leaders .team-A .athlete-info .img-wrapper img {
        margin-inline-end: 30px;
    }

    #gamepage_game_leader .module__game-leaders .team-B .athlete-info .img-wrapper img {
        margin-inline-start: 30px;
    }

    #gamepage_game_leader .module__game-leaders .team-A,
    #gamepage_game_leader .module__game-leaders .team-B {
        margin-top: 30px;
        position: relative;
    }
}

@media screen and (max-width: 760px) {
    #gamepage_game_leader .module__game-leaders {
        margin-left: -10px;
        margin-right: -10px;
    }

    #gamepage_game_leader .module__game-leaders .game-leaders_header {
        padding-left: 10px;
        padding-right: 10px;
    }
}
#gamepage_header_game_post {
    text-align: center;
}

#gamepage_header_game_post .module__header-scores .header-scores_mobile {
    display: none;
}

#gamepage_header_game_post .module__header-scores .header-scores_desktop {
    display: flex;
    justify-content: flex-start;
}

#gamepage_header_game_videos.hidden ~ #gamepage_header_game_post .module__header-scores .header-scores_desktop,
#gamepage_header_game_videos.hidden ~ #gamepage_header_game_post .module__header-scores .header-scores_mobile {
    justify-content: center;
}

#gamepage_header_game_post .module__header-scores .team-A,
#gamepage_header_game_post .module__header-scores .team-B,
#gamepage_header_game_post .module__header-scores .game-info {
    width: 25%;
}

#gamepage_header_game_videos.hidden ~ #gamepage_header_game_post .team-A, 
#gamepage_header_game_videos.hidden ~ #gamepage_header_game_post .team-B {
    width: 33%;
}

#gamepage_header_game_post .module__header-scores .team-A,
#gamepage_header_game_post .module__header-scores .team-B {
    margin-top: 50px;
    position: relative;
}

#gamepage_header_game_post .module__header-scores .team-A {
    text-align: right;
}

#gamepage_header_game_post .module__header-scores .team-B {
    text-align: left;
}

#gamepage_header_game_post .module__header-scores .game-info {
    font-family: "lato-regular";
    min-width: 300px;
    padding: 0 40px;
}

#gamepage_header_game_post .module__header-scores img {
    box-sizing: content-box;
    height: 48px;
}

#gamepage_header_game_post .module__header-scores .team-name {
    margin-top: 20px;
    font-size: 40px;
    line-height: 40px;
    display: block;
}

#gamepage_header_game_post .module__header-scores .fouls {
    display: flex;
    position: absolute;
    bottom: 10px;
}

#gamepage_header_game_post .module__header-scores .team-A .fouls {
    right: 0;
}

#gamepage_header_game_post .module__header-scores .team-B .fouls {
    left: 0;
}

#gamepage_header_game_post .module__header-scores .fouls:before {
    content: 'fouls';
    text-transform: uppercase;
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
}

#gamepage_header_game_post .module__header-scores .fouls .foul-item {
    width: 6px;
    height: 6px;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    margin-left: 3px;
    margin-top: 10px;
    opacity: 0.5;
}

#gamepage_header_game_post .module__header-scores .fouls.x--fouls-1 .foul-item:nth-child(1),
#gamepage_header_game_post .module__header-scores .fouls.x--fouls-2 .foul-item:nth-child(1), 
#gamepage_header_game_post .module__header-scores .fouls.x--fouls-2 .foul-item:nth-child(2),
#gamepage_header_game_post .module__header-scores .fouls.x--fouls-3 .foul-item:nth-child(1), 
#gamepage_header_game_post .module__header-scores .fouls.x--fouls-3 .foul-item:nth-child(2),
#gamepage_header_game_post .module__header-scores .fouls.x--fouls-3 .foul-item:nth-child(3),
#gamepage_header_game_post .module__header-scores .fouls.x--fouls-4 .foul-item:nth-child(1), 
#gamepage_header_game_post .module__header-scores .fouls.x--fouls-4 .foul-item:nth-child(2),
#gamepage_header_game_post .module__header-scores .fouls.x--fouls-4 .foul-item:nth-child(3),
#gamepage_header_game_post .module__header-scores .fouls.x--fouls-penalty .foul-item:nth-child(1), 
#gamepage_header_game_post .module__header-scores .fouls.x--fouls-penalty .foul-item:nth-child(2),
#gamepage_header_game_post .module__header-scores .fouls.x--fouls-penalty .foul-item:nth-child(3) {
    background-color: #26ad1c;
    opacity: 1;
}

#gamepage_header_game_post .module__header-scores .fouls.x--fouls-4 .foul-item:nth-child(4),
#gamepage_header_game_post .module__header-scores .fouls.x--fouls-penalty .foul-item:nth-child(4) {
    background-color: #ffda44;
    opacity: 1;
}

#gamepage_header_game_post .module__header-scores .fouls.x--fouls-penalty .foul-item:nth-child(5) {
    background-color: #ea2e49;
    opacity: 1;
}

#gamepage_header_game_post .module__header-scores .phase-info {
    font-family: "bebas-regular";
    font-size: 20px;
    margin-bottom: 40px;
}

#gamepage_header_game_post .module__header-scores .phase-info .phase:not(:empty) ~ .group:before {
    content: '-';
    margin-right: 5px;
}

#gamepage_header_game_post .module__header-scores .phase-info .phase ~ .group:empty:before {
    display: none;
}

#gamepage_header_game_post .module__header-scores .game-info .game-state {
    font-size: 20px;
}

#gamepage_header_game_post .module__header-scores .game-info .game-state .period {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 10px;
    padding-left: 5px;
}

#gamepage_header_game_post .module__header-scores .game-info .game-state .game-time {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(234, 46, 73, 1);
    position: relative;
    left: -5px;
    padding-right: 5px;
}

#gamepage_header_game_post .module__header-scores .game-info .game-state .game-time:before {
    content: '|';
    margin-right: 8px;
    margin-left: -1px;
    opacity: 0.2;
    font-size: 16px;
    position: relative;
    bottom: 2px;
}

#gamepage_header_game_post .module__header-scores .game-info .final-score {
    margin-top: 35px;
    font-size: 64px;
    display: flex;
    justify-content: center;
    font-family: 'Bebas-Regular';
}

#gamepage_header_game_post .module__header-scores .game-info .final-score > span {
    display: flex;
    align-items: center;
}

#gamepage_header_game_post .module__header-scores .game-info .final-score span span {
    font-size: 24px;
    padding-left: 5px;
}

#gamepage_header_game_post .module__header-scores .game-info .final-score > span.score-A {
    flex-direction: row-reverse;
}

#gamepage_header_game_post .module__header-scores .game-info .final-score > span.score-A span {
    padding-left: 0px;
    padding-right: 5px;
}

#gamepage_header_game_post .module__header-scores .game-info .final-score .score-B:before {
    content:"-";
    margin-right: 10px;
    padding-left: 10px;
}

#gamepage_header_game_post .module__header-scores .game-info .location {
    font-family: "lato-light";
    margin: 20px 0px;
    display: block;
    font-size: 16px;
    line-height: 20px;
}

#gamepage_header_game_post .module__header-scores .game-info .period-list {
    display: flex;
    justify-content: space-evenly;
    background-color: rgba(255, 255, 255, 1);
    padding: 5px;
    border-radius: 100px;
    color: #101010;
}

#gamepage_header_game_post .module__header-scores .game-info .period-list span {
    line-height: 22px;
}

#gamepage_header_game_post .module__header-scores .game-info .period-list .period-item {
    flex-grow: 1;
    list-style: none;
}

#gamepage_header_game_post .module__header-scores .game-info .period-list .period-item:not(:last-child) {
    border-right: 1px solid rgba(1, 1, 1, 0.1);
}

#gamepage_header_game_post .module__header-scores .game-info .period-list .period-item .period-name {
    font-size: 10px;
    display: block;
}

#gamepage_header_game_post .module__header-scores .game-info .period-list .period-item .period-scores {
    display: flex;
    justify-content: space-around;
    font-family: 'Bebas-Regular';
    font-size: 16px;
}

#gamepage_header_game_post .module__header-scores .game-info .period-list .period-item .period-scores .score-B,
#gamepage_header_game_post .module__header-scores .game-info .period-list .period-item .period-scores .score-A {
    opacity: 1;
    width: 15px;
    color: darkgray;
}

#gamepage_header_game_post .module__header-scores .game-info .period-list .period-item.x--leader-team-A .period-scores .score-A {
    opacity: 1;
    color: #101010;
}

#gamepage_header_game_post .module__header-scores .game-info .period-list .period-item.x--leader-team-B .period-scores .score-B {
    opacity: 1;
    color: #101010;
}

@media screen and (max-width: 1120px) {
    #gamepage_header_game_post .header-scores_desktop .game_detail, 
    #gamepage_header_game_post .header-scores_desktop .team-A, 
    #gamepage_header_game_post .header-scores_desktop .team-B {
        width: 33%;
    }

    #gamepage_header_game_post .module__header-scores .header-scores_desktop {
        justify-content: center;
    }
}

@media screen and (max-width: 760px) {
    #gamepage_header_game_post .module__header-scores .header-scores_desktop {
        display: none !important;
    }

    #gamepage_header_game_post .module__header-scores .header-scores_mobile {
        display: block !important;
    }

    #gamepage_header_game_post .module__header-scores .header-scores_mobile .header-scores_details {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #gamepage_header_game_post .module__header-scores .team-name {
        font-size: 22px;
        line-height: 22px;
        min-height: 44px;
    }

    #gamepage_header_game_post .module__header-scores .team-A, 
    #gamepage_header_game_post .module__header-scores .team-B {
        margin-top: 0;
    }

    #gamepage_header_game_post .module__header-scores .header-scores_desktop,
    #gamepage_header_game_post .module__header-scores .header-scores_mobile {
        align-items: center;
    }

    #gamepage_header_game_post .module__header-scores > .game-info {
        width: 80%;
        min-width: initial;
        margin-top: 20px;
        margin-bottom: 0px;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }

    #gamepage_header_game_post .module__header-scores .header-scores_mobile .header-scores_details .game-info {
        width: 120px;
        min-width: initial;
        padding: 0 20px;
    }

    #gamepage_header_game_post .module__header-scores .header-scores_mobile .header-scores_details .game-info .game-state {
        font-size: 14px;
        display: flex;
        justify-content: center;
    }

    #gamepage_header_game_post .module__header-scores .team-A, 
    #gamepage_header_game_post .module__header-scores .team-B, 
    #gamepage_header_game_post .module__header-scores .game-info {
        width: 33%;
    }

    #gamepage_header_game_post .module__header-scores .header-scores_mobile > .game-info {
        width: 100%;
    }

    #gamepage_header_game_post .module__header-scores .game-info .game-state .game-time {
        padding-bottom: 8px;
    }

    #gamepage_header_game_post .module__header-scores .game-info .game-state .game-time:before {
        margin-right: 5px;
        bottom: 0;
        font-size: 12px;
    }

    #gamepage_header_game_post .module__header-scores .game-info .period-list {
        margin-bottom: 0;
    }

    #gamepage_header_game_post .module__header-scores .game-info .location {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    #gamepage_header_game_post .module__header-scores .fouls {
        position: unset;
        display: flex;
        margin-bottom: 0;
        margin-top: 20px;
    }

    #gamepage_header_game_post .module__header-scores .team-A .fouls {
        justify-content: flex-end;
    }

    #gamepage_header_game_post .module__header-scores .game-info .final-score {
        font-size: 32px;
        margin-top: 10px;
    }

    #gamepage_header_game_post .module__header-scores .game-info .final-score .score-B:before {
        margin-right: 5px;
        padding-left: 5px;
    }
}
#gamepage_teamstats {
    font-family: 'bebas-regular';
    font-size: 30px;
    line-height: 30px;
    position: relative;
    clear: both;
    padding: 0 60px;
    margin-bottom: 60px;
}

#gamepage_teamstats div {
    direction: ltr !important;
}

#gamepage_teamstats .team-stats_header {
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 40px;
    margin-left: -60px;
    margin-right: -60px;
}

#gamepage_teamstats .team-stats_header span {
    line-height: inherit;
}

#gamepage_teamstats .owl-carousel {
    position: relative;
}

#gamepage_teamstats .owl-carousel .owl-stage-outer {
    width: calc(auto - 80px);
}

#gamepage_teamstats .owl-carousel .stat-diagram {
    height: 400px;
    margin: -60px 0;
}

@media only screen and (max-width: 1400px) { 
    #gamepage_teamstats .owl-carousel .stat-diagram {
        margin: 0 0;
    }
}

#gamepage_teamstats .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    color: transparent;
    font-family: 'FontAwesome';
    font-size: 90px;
}

#gamepage_teamstats .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -60px;
    top: -30px;
}

#gamepage_teamstats .owl-carousel .owl-nav .owl-prev:before {
    content:'\f104';
    color: #0b0b0b;
}

#gamepage_teamstats .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -60px;
    top: -30px;
}

#gamepage_teamstats .owl-carousel .owl-nav .owl-next:after {
    content:'\f105';
    color: #0b0b0b;
}

#gamepage_teamstats .owl-carousel .owl-nav .disabled {
    opacity: 0.2;
}

#gamepage_teamstats .owl-carousel .owl-dots {
    width: 100%;
    height: 8px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#gamepage_teamstats .owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 4px;
    background-color: #d7d7d7;
}

#gamepage_teamstats .owl-carousel .owl-dots .owl-dot.active {
    background-color: #0b0b0b;
}

#gamepage_teamstats .highcharts-container span {
    font-family: 'bebas-regular';
}

#gamepage_teamstats .highcharts-container .chart-title {
    text-align: center;
    position: relative;
    bottom: 30px;
}

#gamepage_teamstats .highcharts-container .chart-title .stat-title {
    font-size: 26px;
    line-height: 26px;
}

#gamepage_teamstats .highcharts-container .chart-title .values {
    color: #efefef;
    font-size: 26px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
}
html[dir="rtl"] #gamepage_teamstats .highcharts-container .chart-title .values {
    direction: rtl !important;
}

#gamepage_teamstats .highcharts-container .chart-title .values .value-A,
#gamepage_teamstats .highcharts-container .chart-title .values .value-B {
    font-size: 36px;
}

#gamepage_teamstats .highcharts-container .chart-title .values .value-A {
    padding-inline-end: 5px;
}

#gamepage_teamstats .highcharts-container .chart-title .values .value-B {
    padding-inline-start: 5px;
    padding-inline-end: 1px;
}

#gamepage_teamstats .highcharts-container .chart-title .values .separator {
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
}

@media only screen and (max-width: 979px) { 
}

@media screen and (max-width: 760px) {
}
#photos .gamepage_photos_header {
    font-family: 'bebas-regular';
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 30px;
    position: relative;
}

#photos .main_content > br {
    display: none;
}

@media only screen and (max-width: 979px) {
        
}
#videos .gamepage_videos_header {
    font-family: 'bebas-regular';
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 30px;
    position: relative;
}

#videos .section_header > h3 {
    display: none;
}

#videos .video_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#videos .video_item {
    flex: 0 0 32%;
}

#videos .video_item h6 {
    font-family: 'bebas-regular';
    font-size: 28px;
    line-height: 32px;
    margin: 15px 0;
}

#videos .video_item .info {
    font-family: 'Lato-Regular';
    font-size: 12px;
    line-height: 12px;
    color: #525252;
    margin: 15px 0;
    margin-bottom: 40px;
}

@media only screen and (max-width: 979px) {
    #videos .video_item {
        flex: 0 0 49%;
    }

    #videos .video_item h6 {
        font-size: 22px;
        line-height: 26px;
        margin: 10px 0;
    }

    #videos .video_item .info {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 20px;
    }
}
#livefeed .gamepage_livefeed_header {
    font-family: 'bebas-regular';
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 30px;
    position: relative;
}
#gamepage_preview .social_feed_header {
    font-family: 'bebas-regular';
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 80px;
}
@charset "UTF-8";
.icon-sprite {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
html[dir="rtl"] .latest_videos .content_wrapper {
  text-align: right;
}
html[dir="rtl"] .latest_videos .date {
  margin-left: 5px;
  margin-right: 0;
}

.latest_videos {
  background-color: #202020;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
}
.latest_videos:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: #111111 url("/Content/2013/PC/img/loader.gif") center center no-repeat;
}
.latest_videos.loaded:after {
  display: none;
}
.latest_videos.loaded .videos_wrapper {
  height: auto;
  overflow: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.latest_videos.light {
  background-color: #f0f0f0;
}
.latest_videos.light:after {
  background: #f0f0f0 url("/Content/2013/PC/img/loader_graybg.GIF") center center no-repeat;
}
.latest_videos.light h2,
.latest_videos.light h4,
.latest_videos.light .views {
  color: #101010;
}
.latest_videos.light .date {
  color: #85898d;
}
.latest_videos .videos_wrapper {
  padding-left: 0.625em;
  padding-right: 0.625em;
  margin-bottom: 0;
  height: 150px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.2s 0.1s;
  -o-transition: opacity 0.2s 0.1s;
  -webkit-transition: opacity 0.2s;
  -webkit-transition-delay: 0.1s;
  transition: opacity 0.2s 0.1s;
}
.latest_videos .section_header {
  padding-left: 0.625em;
  padding-right: 0.625em;
  margin-bottom: 20px;
}
.latest_videos .section_header h2 {
  display: inline-block;
}
.latest_videos .section_header .view_all {
  margin-left: 5px;
  padding-left: 10px;
  top: -3px;
  font-size: 14px;
  font-family: "lato-bold", "Arial Black", sans-serif;
  color: #bea554;
}
.latest_videos .section_header .view_all:before {
  height: 12px;
  color: inherit;
}
.latest_videos .latest_video_item {
  margin-right: 5px;
  text-align: center;
}
.latest_videos .image_wrapper {
  position: relative;
  display: block;
}
.latest_videos .image_wrapper img {
  width: 100%;
}
.latest_videos .image_wrapper img[src*="data"] {
  height: 50px;
}
.latest_videos .play_btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 50px;
  height: 50px;
}
.latest_videos .play_btn:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  height: 0;
  line-height: 0;
  margin: auto;
  color: #ffffff;
  font-size: 30px;
  text-shadow: 0 0 3px rgba(16, 16, 16, 0.9);
}
.latest_videos .content_wrapper {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: left;
}
.latest_videos h2,
.latest_videos h4,
.latest_videos .views {
  color: #ffffff;
}
.latest_videos h4 {
  font-size: 25px;
  margin-top: 0;
}
.latest_videos .date {
  color: #bababa;
  margin-right: 5px;
}
.latest_videos .date,
.latest_videos .views {
  font-size: 12px;
}
.latest_videos .slick-prev,
.latest_videos .slick-next {
  display: none !important;
}

@media all and (min-width: 980px) {
  html[dir="rtl"] .latest_videos .slick-prev {
    left: auto;
    right: -25px;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  html[dir="rtl"] .latest_videos .slick-next {
    left: -25px;
    right: auto;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .latest_videos {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .latest_videos.light .slick-prev {
    background-image: url("/Content/2013/PC/img/arrow_grey_left_big.png");
  }
  .latest_videos.light .slick-next {
    background-image: url("/Content/2013/PC/img/arrow_grey_right_big.png");
  }
  .latest_videos .videos_wrapper {
    position: static;
  }
  .latest_videos .row {
    position: relative;
  }
  .latest_videos .slick-prev,
  .latest_videos .slick-next {
    width: 24px;
    height: 85px;
    top: 110px;
    bottom: 0;
    display: block !important;
    text-indent: -1000000px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .latest_videos .slick-prev:before,
  .latest_videos .slick-next:before {
    display: none;
  }
  .latest_videos .slick-prev {
    background-image: url("/Content/2013/PC/img/arrow_white_left_big.png");
  }
  .latest_videos .slick-next {
    background-image: url("/Content/2013/PC/img/arrow_white_right_big.png");
  }
  .latest_videos .latest_video_item .content_wrapper {
    -moz-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    -webkit-transition: background-color 0.1s;
    transition: background-color 0.1s;
  }
  .latest_videos .latest_video_item:hover .content_wrapper {
    background-color: rgba(255, 255, 255, 0.08);
  }
}
@media all and (min-width: 1200px) {
  html[dir="rtl"] .latest_videos .slick-prev {
    right: -50px;
  }
  html[dir="rtl"] .latest_videos .slick-next {
    left: -50px;
  }

  .latest_videos .slick-prev {
    left: -50px;
  }
  .latest_videos .slick-next {
    right: -50px;
  }
}

@charset "UTF-8";
.icon-sprite, .floating_social_bar .opener:after, .floating_social_bar .opener.open-menu:after {
  background-image: url('../../img/icon-sc30f74c68e.png');
  background-repeat: no-repeat;
}

meta.foundation-mq-small {
  font-family: "only screen and (min-width: 320px)";
  width: 320px;
}

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 768px;
}

meta.foundation-mq-large {
  font-family: "only screen and (min-width:980px)";
  width: 980px;
}

/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*
 This file holds all those variables which might be server specific for any case. 
 This file is not tracked by the versioning system.
*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
html[dir="rtl"] .floating_social_bar {
  left: 10px;
  right: auto;
}
html[dir="rtl"] .floating_social_bar .opener {
  float: left;
}
html[dir="rtl"] .floating_social_bar .list_wrapper {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
.floating_social_bar {
  position: absolute;
  right: 5px;
  bottom: 5px;
  margin-bottom: 10px;
  zoom: 1;
}
.floating_social_bar:before, .floating_social_bar:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.floating_social_bar:after {
  clear: both;
}
.floating_social_bar .opener {
  width: 40px;
  height: 30px;
  color: #ffffff;
  float: right;
  position: relative;
  cursor: pointer;
}
.floating_social_bar .opener:after {
  width: 35px;
  height: 25px;
  background-position: 0 -921px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: '';
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.floating_social_bar .opener.open-menu:after {
  background-position: 0 -41px;
  top: unset;
  left: unset;
  bottom: 7px;
}
.floating_social_bar .list_wrapper {
  display: none;
  float: left;
  margin-right: 5px;
}
.floating_social_bar .list_wrapper.open {
  display: block;
}
.floating_social_bar ul {
  margin: 0;
  list-style: none;
  zoom: 1;
}
.floating_social_bar ul:before, .floating_social_bar ul:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.floating_social_bar ul:after {
  clear: both;
}
.floating_social_bar ul li {
  zoom: 1;
  float: left;
}
.floating_social_bar ul li:before, .floating_social_bar ul li:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.floating_social_bar ul li:after {
  clear: both;
}
.floating_social_bar ul a {
  display: block;
  width: 40px;
  height: 30px;
  position: relative;
  color: #ffffff;
  float: left;
}
.floating_social_bar ul a:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
  margin: auto;
  font-size: 22px;
  text-shadow: 0 0 7px rgba(16, 16, 16, 0.6);
}
.floating_social_bar ul a.twitter:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
}
.floating_social_bar ul a.facebook:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  *margin-right: .3em;
  content: "";
}


@media all and (min-width: 980px) {
  .floating_social_bar ul a {
    -moz-transition: background-color 0.2s, color 0.2s, width 0.2s;
    -o-transition: background-color 0.2s, color 0.2s, width 0.2s;
    -webkit-transition: background-color 0.2s, color 0.2s, width 0.2s;
    transition: background-color 0.2s, color 0.2s, width 0.2s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  .floating_social_bar ul a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

/*
========================================
ST_OVERWRITE
========================================
@name		     st_overwrite.css
@version         v0.0.1
@lastmodified    2014-06-10
@type			 overwrite // css to overwrite some penceo styles to make the layout work for the Fiba.com release
*/

/* begin mailchimp */
div.mc-modal-bg {
	opacity: 0.6 !important;
}
/* end mailchimp */

/* anfang schedule daypicker im daily schedule */
/* page_full_schedule */
body#page_full_schedule #schedule_daypicker.roundNames {
	zoom: 1;
	width: 100%;
	height: 97px;
	position: relative;
	margin-top: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

	body#page_full_schedule #schedule_daypicker.roundNames .viewport.roundNames {
		height: 102px;
		overflow: hidden;
	}

	body#page_full_schedule #schedule_daypicker.roundNames .overview.roundNames > div {
		width: 108px;
		height: 96px;
		position: relative;
		border-left: 1px solid #d7d7d7;
		float: left;
		text-align: center;
		font-size: 0.625em;
		cursor: pointer;
	}

		body#page_full_schedule #schedule_daypicker.roundNames .overview.roundNames > div .date.roundNames {
			height: 65px;
			background-color: #e6e6e6;
			color: #7f7f7f;
			padding: 7px 0;
			-webkit-transition: background 0.2s;
			-moz-transition: background 0.2s;
			-o-transition: background 0.2s;
			transition: background 0.2s;
		}

			body#page_full_schedule #schedule_daypicker.roundNames .overview.roundNames > div .date.roundNames p.round {
				margin: 8px 0 3px;
				text-transform: uppercase;
			}

.inside_fiba_link_subtitle {
	color: #101010 !important;
	text-transform: initial !important;
	font-weight: normal !important;
	padding: 0 !important;
}

	.inside_fiba_link_subtitle:hover {
		color: #bea554 !important;
		border-bottom: 1px solid #bea554 !important;
	}
/* ende schedule daypicker im daily schedule */

/*tabs on competition pages in inside fiba*/
#page_competitions .custom_tab_title li a {
	width: auto;
	min-width: 100px;
}

/* m.platzer 2015.09.30 Fix wrong position of points */
.player_stat .minor_row .points {
	position: relative;
}

.player_stat .minor_row .player_name, .player_stat .minor_row .league_name {
	width: 85%;
}
.player_stat .lastname {
	margin-left: 0px;
}

/*fix font size for p tags in equipment and venues*/
td p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 0;
}

iframe.news-iframe{
    width: 1px;
    min-width: 100%;
    *width: 100%;
}
/* @include transition(all,0.2s,ease-in-out); */
/* @include box-shadow(0, 1px, 2px, rgba(0, 0, 0, 0.2), inset); */
/* @include border-radius(4px); */
.btn.primary {
  font-family: 'Bebas';
  font-size: 22px;
  font-weight: normal;
  color: #101010;
  border: none;
  border-radius: 4px;
  background: #ffd100;
  padding: 7px 12px 9px 12px;
  border: 0px;
  box-shadow: inset 0px -2px 0 0 var(--button-hover-color), 0 2px 0 0 var(--secondary-color);
  transition: 0.4s ease;
  margin: 0px;
  line-height: 28px;
}

.btn.primary:hover {
  background: var(--button-hover-color);
}

.btn.primary:active {
  color: #e4e2dc;
  background: var(--button-active-color);
  box-shadow: inset 0px -2px 0 0 var(--button-active-color), 0 2px 0 0 var(--secondary-color);
}

input[type="password"], input[type="text"],
input[type="date"], input[type="datetime"],
input[type="datetime-local"], input[type="month"],
input[type="week"], input[type="number"],
input[type="search"], input[type="tel"], input[type="time"],
input[type="url"], textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  border: 1px solid #9ab1a7;
  border-radius: 4px;
  margin: 0;
  line-height: 22px;
  background-color: white;
}

::-webkit-input-placeholder {
  font-style: italic;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

#footer input[type="text"] {
  display: none;
}

.event_wrapper > iframe {
  margin-top: 20px;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/lato-regular-webfont.eot?") format("eot"), url("../fonts/Lato/lato-regular-webfont.woff2") format("woff2"), url("../fonts/Lato/lato-regular-webfont.woff") format("woff"), url("../fonts/Lato/lato-regular-webfont.ttf") format("truetype"), url("../fonts/Lato/lato-regular-webfont.svg#Lato") format("svg");
}

@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato/lato-bold-webfont.eot?") format("eot"), url("../fonts/Lato/lato-bold-webfont.woff2") format("woff2"), url("../fonts/Lato/lato-bold-webfont.woff") format("woff"), url("../fonts/Lato/lato-bold-webfont.ttf") format("truetype"), url("../fonts/Lato/lato-bold-webfont.svg#Lato-Bold") format("svg");
}

@font-face {
  font-family: "Lato-Black";
  src: url("../fonts/Lato/lato-black-webfont.eot?") format("eot"), url("../fonts/Lato/lato-black-webfont.woff2") format("woff2"), url("../fonts/Lato/lato-black-webfont.woff") format("woff"), url("../fonts/Lato/lato-black-webfont.ttf") format("truetype"), url("../fonts/Lato/lato-black-webfont.svg#Lato-Black") format("svg");
}

@font-face {
  font-family: "Bebas";
  src: url("../fonts/Bebas/bebasneue_bold-webfont.eot?") format("eot"), url("../fonts/Bebas/bebasneue_bold-webfont.woff2") format("woff2"), url("../fonts/Bebas/bebasneue_bold-webfont.woff") format("woff"), url("../fonts/Bebas/bebasneue_bold-webfont.ttf") format("truetype"), url("../fonts/Bebas/bebasneue_bold-webfont.svg#Bebas") format("svg");
}

@font-face {
  font-family: "Bebas-Light";
  src: url("../fonts/Bebas/bebasneue_regular-webfont.eot?") format("eot"), url("../fonts/Bebas/bebasneue_regular-webfont.woff2") format("woff2"), url("../fonts/Bebas/bebasneue_regular-webfont.woff") format("woff"), url("../fonts/Bebas/bebasneue_regular-webfont.ttf") format("truetype"), url("../fonts/Bebas/bebasneue_regular-webfont.svg#Bebas-Light") format("svg");
}

@font-face {
  font-family: "bebas-regular";
  src: url("../fonts/Bebas/bebasneue_bold-webfont.eot?") format("eot"), url("../fonts/Bebas/bebasneue_bold-webfont.woff2") format("woff2"), url("../fonts/Bebas/bebasneue_bold-webfont.woff") format("woff"), url("../fonts/Bebas/bebasneue_bold-webfont.ttf") format("truetype"), url("../fonts/Bebas/bebasneue_bold-webfont.svg#bebas-regular") format("svg");
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/NotoKufiArabic/NotoKufiArabic-VariableFont_wght.ttf");
}

@font-face {
  font-family: "FontAwesome-Regular";
  src: url("../fonts/FontAwesome/fa-regular-400.eot?") format("eot"), url("../fonts/FontAwesome/fa-regular-400.woff2") format("woff2"), url("../fonts/FontAwesome/fa-regular-400.woff") format("woff"), url("../fonts/FontAwesome/fa-regular-400.ttf") format("truetype"), url("../fonts/FontAwesome/fa-regular-400.svg#FontAwesome-Regular") format("svg");
}

@font-face {
  font-family: "FontAwesome-Brands";
  src: url("../fonts/FontAwesome/fa-brands-400.eot?") format("eot"), url("../fonts/FontAwesome/fa-brands-400.woff2") format("woff2"), url("../fonts/FontAwesome/fa-brands-400.woff") format("woff"), url("../fonts/FontAwesome/fa-brands-400.ttf") format("truetype"), url("../fonts/FontAwesome/fa-brands-400.svg#FontAwesome-Brands") format("svg");
}

@font-face {
  font-family: "FontAwesome-Solid";
  src: url("../fonts/FontAwesome/fa-solid-900.eot?") format("eot"), url("../fonts/FontAwesome/fa-solid-900.woff2") format("woff2"), url("../fonts/FontAwesome/fa-solid-900.woff") format("woff"), url("../fonts/FontAwesome/fa-solid-900.ttf") format("truetype"), url("../fonts/FontAwesome/fa-solid-900.svg#FontAwesome-Solid") format("svg");
}

@font-face {
  font-family: "FontAwesomePro-Regular";
  src: url("../fonts/FontAwesomePro/fa-regular-400.eot?") format("eot"), url("../fonts/FontAwesomePro/fa-regular-400.woff2") format("woff2"), url("../fonts/FontAwesomePro/fa-regular-400.woff") format("woff"), url("../fonts/FontAwesomePro/fa-regular-400.ttf") format("truetype"), url("../fonts/FontAwesomePro/fa-regular-400.svg#FontAwesomePro-Regular") format("svg");
}

@font-face {
  font-family: "FontAwesomePro-Brands";
  src: url("../fonts/FontAwesomePro/fa-brands-400.eot?") format("eot"), url("../fonts/FontAwesomePro/fa-brands-400.woff2") format("woff2"), url("../fonts/FontAwesomePro/fa-brands-400.woff") format("woff"), url("../fonts/FontAwesomePro/fa-brands-400.ttf") format("truetype"), url("../fonts/FontAwesomePro/fa-brands-400.svg#FontAwesomePro-Brands") format("svg");
}

@font-face {
  font-family: "FontAwesomePro-Solid";
  src: url("../fonts/FontAwesomePro/fa-solid-900.eot?") format("eot"), url("../fonts/FontAwesomePro/fa-solid-900.woff2") format("woff2"), url("../fonts/FontAwesomePro/fa-solid-900.woff") format("woff"), url("../fonts/FontAwesomePro/fa-solid-900.ttf") format("truetype"), url("../fonts/FontAwesomePro/fa-solid-900.svg#FontAwesomePro-Solid") format("svg");
}

@font-face {
  font-family: "FontAwesomePro-Light";
  src: url("../fonts/FontAwesomePro/fa-light-300.eot?") format("eot"), url("../fonts/FontAwesomePro/fa-light-300.woff2") format("woff2"), url("../fonts/FontAwesomePro/fa-light-300.woff") format("woff"), url("../fonts/FontAwesomePro/fa-light-300.ttf") format("truetype"), url("../fonts/FontAwesomePro/fa-light-300.svg#FontAwesomePro-Light") format("svg");
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.page {
  padding-left: 0;
  padding-right: 0;
}

#header:before {
  margin-top: 0;
}

#header.header-custom {
  z-index: 11;
}

#header.header-custom .top {
  display: flex;
  justify-content: space-between;
}

#header.header-custom .top:before, #header.header-custom .top:after {
  display: none;
}

#header.header-custom .top .left,
#header.header-custom .top .right {
  float: none !important;
}

#header.header-custom .top .right {
  display: flex;
}

#header.header-custom .logo {
  font-size: 18px;
  margin-left: 15px;
}

#header.header-custom .logo span {
  font-size: 14px;
  font-weight: 300;
}

#header.header-custom .languages-outer {
  height: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
}

#header.header-custom .language-button {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background: #101010;
  padding: 10px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 77;
  cursor: pointer;
  transition: 0.4s ease;
}

#header.header-custom .language-list-outer {
  background: #101010;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 55;
  box-sizing: border-box;
  border-right: 1px solid #ffffff;
  overflow: hidden;
  transition: 0.4s ease;
}

#header.header-custom .language-list-outer:hover {
  overflow: visible;
}

#header.header-custom .language-list-outer i {
  font-size: 10px;
  color: #ffffff;
  position: absolute;
  top: 10px;
  right: 10px;
}

#header.header-custom .language-list-outer ul {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #101010;
}

#header.header-custom .language-list-outer ul li {
  padding: 4px 8px;
  text-align: right;
}

#header.header-custom .language-list-outer ul li:first-of-type {
  padding: 8px 20px 4px 8px;
  border-left: 1px solid #ffffff;
  height: 32px;
}

#header.header-custom .language-list-outer ul li:last-of-type {
  padding-bottom: 11px;
}

#header.header-custom .language-list-outer ul li a {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  transition: 0.4s ease;
}

#header.header-custom .language-list-outer ul li a:hover {
  color: #ffd100;
}

#header.header-custom #search_btn {
  width: 45px;
  height: 32px;
  transition: 0.4s ease;
}

.sub_header_content .top.centered {
  display: flex;
  justify-content: center;
}

.sub_header_content .top.centered:before, .sub_header_content .top.centered:after {
  display: none;
}

.sub_header_content .top.centered .logo-outer {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: flex-end;
}

.sub_header_content .top.centered .logo_container {
  display: flex;
  z-index: 1;
}

.sub_header_content .top.centered .logo_container img {
  height: 80px;
}

.sub_header_content .top.centered .logo_container:before, .sub_header_content .top.centered .logo_container:after {
  display: none;
}

.sub_header_content .top.centered .logo_container a:before, .sub_header_content .top.centered .logo_container a:after {
  display: none;
}

.sub_header_content .top.centered .date {
  font-family: 'Bebas';
  font-size: 16px !important;
  color: #ffffff;
  text-transform: uppercase;
  border-left: 1px solid #ffffff;
  margin: 0 !important;
  padding: 0 0 0 15px !important;
}

.main-menu_nav-outer {
  background: rgba(16, 16, 16, 0.6);
  position: relative;
}

.main-menu_nav {
  max-width: 940px;
  height: 55px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.main-menu_sub-list {
  list-style: none;
  position: absolute;
  right: 0;
  top: 0;
  overflow: visible;
  height: 100%;
  max-width: 80%;
}

.main-menu_sub-list ul {
  position: absolute;
  top: 0;
  right: 0;
}

.main-menu_sub-list > li {
  min-width: 110px;
}

.main-menu_list {
  width: 100%;
  height: 55px;
  margin-bottom: 0;
  padding-inline-end: 75px;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}
html[lang="ar"] .main-menu_list {
  padding-inline-end: 95px;
}

.main-menu_list .edge ul {
  right: 0;
}

.main-menu_list > li {
  white-space: nowrap;
  position: static;
}

@media (min-width: 600px) {
  .main-menu_list > li {
    position: relative;
  }
}

.main-menu_list > li > a {
  font-family: 'Bebas';
  font-size: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12.7px 15px;
  display: block;
  cursor: pointer;
  transition: 0.4s ease;
}

.main-menu_list > li ul {
  list-style: none;
  margin-left: 0;
}

.main-menu_list > li > ul {
  list-style: none;
  height: auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 50px;
}

.main-menu_list > li > ul > li a {
  color: #ffffff;
}

.main-menu_list > li > ul > li a:hover {
  text-decoration: underline;
}

.main-menu_list > li > ul > li a:active {
  text-decoration: underline;
}

.main-menu_list > li > ul > li > a {
  font-family: 'Bebas';
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  display: block;
  transition: 0.4s ease;
}

.main-menu_list > li > ul > li > span {
  font-family: 'Bebas';
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 0 10px 0;
  display: block;
  transition: 0.4s ease;
}

.main-menu_list > li > ul > li > ul > li {
  padding-bottom: 5px;
}

.main-menu_list > li > ul > li > ul > li > a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #ffffff;
  padding-left: 10px;
  position: relative;
  display: inline-block;
  white-space: normal;
  transition: 0.4s ease;
}

.main-menu_list > li > ul > li > ul > li > a:hover {
  text-decoration: underline;
}

.main-menu_list > li > ul > li > ul > li > a:active {
  text-decoration: underline;
}

.main-menu_list > li > ul > li > ul > li > a:before {
  font-family: FontAwesome;
  font-size: 12px;
  content: '\f105';
  position: absolute;
  top: 4px;
  left: 0;
}

.main-menu_list > li > ul > li > ul > li:last-child {
  margin-bottom: 25px;
}

.main-menu_list > li > ul > li.not-nested a {
  padding-left: 15px;
  position: relative;
}

.main-menu_list > li > ul > li.not-nested a:before {
  font-family: FontAwesome;
  content: '\f105';
  position: absolute;
  top: 0;
  left: 0;
}

.main-menu_list > li > ul > li.not-nested.current a {
  color: #ffd100;
}

.main-menu_list > li > ul > li.nested > a {
  position: relative;
  pointer-events: none;
  cursor: default;
}

.main-menu_list > li > ul > li.nested > a:hover {
  text-decoration: none;
  cursor: default;
}

.main-menu_list > li > ul.four-column {
  width: 100%;
  left: 0;
}

.main-menu_list > li > ul.four-column > li {
  width: 50%;
}

@media (max-width: 599px) {
  .main-menu_list > li > ul.four-column > li {
    width: 50%;
  }
}

@media (min-width: 600px) {
  .main-menu_list > li > ul.four-column > li {
    width: 25%;
  }
}

.main-menu_list > li > ul.two-column {
  width: 100%;
}

@media (min-width: 600px) {
  .main-menu_list > li > ul.two-column {
    width: 560px;
  }
}

.main-menu_list > li > ul.two-column > li {
  width: 50%;
}

@media (max-width: 599px) {
  .main-menu_list > li > ul.two-column > li {
    width: 50%;
  }
}

@media (min-width: 600px) {
  .main-menu_list > li > ul.two-column > li {
    width: 50%;
  }
}

.main-menu_list > li > ul.one-column {
  width: 100%;
  flex-direction: column;
}

@media (min-width: 600px) {
  .main-menu_list > li > ul.one-column {
    width: 235px;
  }
}

.main-menu_list > li > ul.expanded {
  opacity: 1;
  visibility: visible;
  top: 60px;
}

@keyframes apperance {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.main-menu_list > li.has-nesting.current > a {
  position: relative;
}

.main-menu_list > li.has-nesting.active > a:after {
  content: '';
  position: absolute;
  left: calc(50% - 4px);
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid transparent;
  animation: apperance 0.75s;
}

.main-menu_list > li.logo_item svg {
  fill: #ffffff;
}

.main-menu_list > li.logo_item img {
  max-height: 25px;
}

.main-menu_list li.has-nesting > a {
  padding-right: 30px;
  position: relative;
}

.main-menu_list li.has-nesting > a:before {
  font-family: FontAwesome;
  font-size: 24px;
  content: '\f107';
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 10px;
}

.main-menu_list li.has-nesting:hover > a:after {
  display: block;
}

.main_menu_more-list {
  font-family: 'Bebas';
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(16, 16, 16, 0.6);
  height: 100%;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  z-index: 10;
  transition: 0.4s ease;
  cursor: pointer;
  transition: 0.2s;
}
html[lang="ar"] .main_menu_more-list {
  font-family: "Noto Kufi Arabic", Verdana, "bebas-regular";
}

.main_menu_more-list span {
  height: 100%;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  transition: 0.2s;
}

.main_menu_more-list span > i {
  margin-inline-start: 8px;
  position: relative;
  top: 1px;
}

.rmm {
  margin: 0 auto;
  width: 300px;
  position: absolute;
  z-index: 100;
  top: 60px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  transition: 0.4s ease;
}

.rmm.opened {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: 0.4s ease;
}

.rmm.opened:before {
  content: '';
  position: absolute;
  top: -7px;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid transparent;
}

.rmm.closed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s ease;
}

.rmm ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.rmm ul:after {
  content: "";
  clear: both;
  display: block;
}

.rmm ul li {
  float: left;
}

.rmm ul li:hover > ul {
  display: block;
}

.rmm ul li:hover a {
  color: #fff;
}

.rmm ul li a {
  display: block;
  text-decoration: none;
  transition: 0.4s ease;
}

.rmm ul ul {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  transition: 0.4s ease;
}

.rmm ul ul li {
  float: none;
  position: relative;
}

.rmm ul ul li a {
  color: #fff;
}

.rmm ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
}

.rmm-toggled {
  width: 100%;
  min-height: 50px;
  margin: 0 auto;
  display: none;
  transition: 0.4s ease;
}

.rmm-closed ~ .rmm-mobile {
  display: none !important;
  transition: 0.4s ease;
}

.rmm-toggled-controls {
  width: 100%;
}

.rmm-toggled-title {
  width: 60%;
  float: left;
  font-size: 27px;
  color: #fff;
  font-weight: 600;
  display: block;
  padding: 8px 0;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  padding-left: 35px;
}

.rmm-toggled-button {
  width: 20%;
  float: left;
  margin-top: 3px;
  display: block;
  width: 32px;
  padding: 0 !important;
  margin: 10px 10px 0 0;
  border: 1px solid #fff;
  border-radius: 3px;
  float: right;
}

.rmm-toggled-button span {
  float: left;
  display: block;
  margin: 3px 6px;
  height: 3px;
  width: 20px;
}

.rmm .rmm-back {
  display: none;
  font-size: 12px;
  transition: 0.4s ease;
}

.rmm .rmm-back:after {
  display: none;
  transition: 0.4s ease;
}

.rmm-mobile .rmm-back {
  display: block;
  transition: 0.4s ease;
}

.rmm-mobile {
  width: 100%;
  transition: 0.4s ease;
}

.rmm-mobile ul {
  opacity: 1;
  visibility: visible;
  height: 100%;
  width: 100%;
  position: inherit !important;
}

.rmm-mobile li {
  width: 100%;
}

@keyframes translateBack {
  from {
    transform: translateX(-15vw);
  }
  to {
    transform: translateX(0);
  }
}

.rmm-submenu li a {
  opacity: 1;
  visibility: visible;
  height: 100%;
  display: block !important;
  animation: translateBack 0.4s ease;
}

@keyframes displayShow {
  from {
    transform: translateX(-25vw);
    opacity: 0;
    visibility: hidden;
    height: 0;
    display: none;
  }
  to {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    height: 100%;
    display: block;
  }
}

@keyframes displayHide {
  from {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    height: 100%;
    display: block;
  }
  to {
    transform: translateX(-25vw);
    opacity: 0;
    visibility: hidden;
    height: 0;
    display: none;
  }
}

.rmm-mobile .rmm-subview {
  opacity: 1;
  visibility: visible;
  height: 100%;
  display: block !important;
  width: 100%;
  transition: 0.4s ease;
  animation: displayShow 0.4s ease;
}

.rmm-mobile .rmm-subover-hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: none !important;
  transition: 0.4s ease;
  animation: displayHide 0.2s;
}

.rmm-mobile .rmm-subover-visible {
  opacity: 1;
  visibility: visible;
  height: 100%;
  display: block;
  transition: 0.4s ease;
}

.rmm-mobile .rmm-subover-header {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: none !important;
  padding: 0;
  margin: 0;
  transition: 0.4s ease;
  animation: displayShow 0.2s ease;
}

.rmm-mobile .rmm-submenu {
  position: relative;
  left: 0px;
}

.rmm .rmm-mobile li:hover > ul {
  display: none;
  transition: 0.4s ease;
}

.rmm.style {
  text-align: left;
}

.rmm.style ul {
  display: inline-table;
  text-align: left;
}

.rmm.style ul li {
  text-align: left;
  transition: 0.4s ease;
}

.rmm.style ul ul {
  display: none;
  margin: 0;
  border-radius: 0px;
  padding: 0;
  position: absolute;
}

.rmm.style > ul li > ul > li > a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-transform: initial !important;
  padding: 12px 15px;
  display: block;
  font-weight: 500;
  display: block;
  text-decoration: none;
}

.rmm.style > ul li > ul > li.rmm-back > a {
  font-family: 'Bebas';
  font-size: 18px;
  padding-left: 25px;
  position: relative;
}

.rmm.style > ul li > ul > li.rmm-back > a:before {
  font-family: FontAwesome;
  content: '\f104';
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 12px;
}

.rmm.style > ul li > a {
  font-family: 'Bebas';
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: lowercase !important;
  color: #ffffff;
  padding: 12px 15px;
  display: block;
  transition: 0.4s ease;
  font-weight: 600;
  display: block;
  text-decoration: none;
}

.rmm.style ul ul li a {
  padding: 10px 15px;
}

.rmm.style ul li > a:not(:only-child):after {
  font-family: FontAwesome;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  position: relative;
  display: inline-block;
}

.rmm.style ul ul li > a:not(:only-child):after {
  font-size: 18px;
  float: right;
}

.rmm.style .rmm-mobile li > a:not(:only-child):after {
  float: right;
}

.rmm.style .rmm-mobile > li {
  border-top: 0 !important;
  transition: 0.4s ease;
}

.rmm-back {
  display: none;
  transition: 0.4s ease;
}

.rmm-back i {
  margin-right: 5px;
}

#sub_header {
  position: absolute;
  width: 100%;
  transform: translateY(0px);
  opacity: 1;
  transition: all 400ms ease;
}

#sub_header.transformed {
  opacity: 0;
  transform: translateY(-70px);
}

/*only the next sibling of #sub_header if its a div*/
#sub_header + div {
  margin-top: 55px !important;
}

/*any next siblings of #sub_header with class .container*/
#sub_header ~ .container {
    margin-top: 55px !important;
}

/*any next siblings of #sub_header with class .container*/
.is_not_league #sub_header ~ .container {
    margin-top: 0px !important;
    padding-top: 0px;
}

/*any next siblings of #sub_header with id #live_score_wrapper or #main_slid*/
/*#sub_header ~ #live_score_wrapper {
    margin-top: 75px !important;
}*/

#sub_header.fixed_update {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}

#sub_header.fixed_update .main-menu_nav-outer {
  background: rgba(16, 16, 16, 0.9);
}

.js_prevent_scroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 320px) {
  #header #search_content {
    position: fixed;
    top: 32px;
    left: 0;
    width: 100%;
    height: calc(100vh - 32px);
    background: rgba(16, 16, 16, 0.6);
  }
  #header #search_content input[type="text"],
  #header #search_content input[type="password"],
  #header #search_content input[type="date"],
  #header #search_content input[type="datetime"],
  #header #search_content input[type="datetime-local"],
  #header #search_content input[type="month"],
  #header #search_content input[type="week"],
  #header #search_content input[type="email"],
  #header #search_content input[type="number"],
  #header #search_content input[type="search"],
  #header #search_content input[type="tel"],
  #header #search_content input[type="time"],
  #header #search_content input[type="url"],
  #header #search_content textarea {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-style: italic;
    border: 1px solid #9ab1a7;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
    padding: 20px 10px;
    margin: 0;
  }
  #header #search_content form {
    border-bottom: none;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-top: 75px;
  }
  #header #search_content form .inputs {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    height: 45px;
    padding: 0;
    display: flex;
    position: relative;
  }
  #header #search_content form .inputs button {
    height: 43px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
    position: relative;
    z-index: 2;
  }
  #header #search_content form .inputs button svg {
    width: 25px;
  }
  #header #search_content form .inputs .search_suggestions {
    top: 40px;
    width: 100%;
    border: 1px solid #9ab1a7;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
  }
  #header #search_content form input[type=text] {
    width: 100% !important;
    height: 45px !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    position: relative;
    z-index: 2;
  }
  #header #search_content form input[type=text],
  #header #search_content form input[type=text]:focus,
  #header #search_content form input[type=text]:hover {
    background-color: #ffffff;
  }
  #header #search_content form .search_caption {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
  }
  #header #search_content form .search_close {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-align: right;
    max-width: calc(100% - 20px);
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: underline;
    margin-top: 15px;
  }
  #header #search_btn.opened {
    position: relative;
  }
  #header #search_btn.opened:before {
    font-family: FontAwesome;
    font-size: 18px;
    color: #101010;
    -webkit-font-smoothing: antialiased;
    content: "\f00d";
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (min-width: 640px) {
  #header #search_content form .inputs {
    width: 620px;
    max-width: 100%;
  }
  #header #search_content form .search_close {
    max-width: 620px;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .sub_header_content .top.centered .logo-outer {
    padding-left: 0.625em;
    padding-right: 0.625em;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #header.header-custom .logo {
    margin-left: 0;
  }
}
/*# sourceMappingURL=header_2019.css.map */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/*<YouTube>*/
.ot-youtube-placeholder {
    border: dashed 2px #df1111;
    color: black;
    background-color: white;
    background-size: 25%;
    background-image: url("../../img/fiba-gdpr.png");
    background-repeat: no-repeat;
    background-position: right top;
    text-align: center;
    position: relative;
    display: none;
}
@media screen and (min-width: 768px) {
    .ot-youtube-placeholder-playlist {
        width: 100%;
        float: left;
        margin-bottom: 50px;
        z-index: 999;
    }
}
.slick-track .ot-youtube-placeholder,
.livestream .ot-youtube-placeholder {
    min-height: 228px;
}
@media screen and (max-width: 500px) {
    .slick-track .ot-youtube-placeholder,
    .livestream .ot-youtube-placeholder {
        margin-left: 10px;
        margin-right: 10px;
    }
}
.ot-youtube-placeholder-playlist {
    height: 390px;
}
#article_detail_new .ot-youtube-placeholder-article {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.ot-youtube-placeholder span {
    top: 45%;
    position: absolute;
    width: 100%;
    left: 0px;
    text-align: center;
}
.ot-youtube-placeholder div {
    top: 25%;
    position: absolute;
    width: 100%;
    left: 0px;
    text-align: center;
    background-image: url("../../img/youtube-gdpr.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    height: 15%;
    margin: 0;
    padding: 0;
}
.ot-youtube-placeholder b {
    text-decoration: underline;
}
.ot-youtube-placeholder input[type=button] {
    border: solid 1px #df1111;
    padding: 5px;
    background: white;
}
iframe.ot-youtube-video,
div.ot-youtube-vide {
    display: none;
}
/*</YouTube>*/

/*<Twitter>*/
.ot-twitter-placeholder {
    border: dashed 2px #1c9cea;
    color: #05659f;
    background-color: white;
    background-size: 25%;
    background-image: url("../../img/fiba-gdpr.png");
    background-repeat: no-repeat;
    background-position: right top;
    text-align: center;
    position: relative;
    display: none;
    width: 100%;
    min-height: 300px;
}
@media (min-width: 980px) {
    .ot-twitter-placeholder {
        padding-left: 0.625em;
        padding-right: 0.625em;
        width: 100% !important;
        float: left;
        z-index: 999;
    }
}
.ot-twitter-placeholder span {
    top: 45%;
    position: absolute;
    width: 100%;
    left: 0px;
    text-align: center;
}
.ot-twitter-placeholder div {
    top: 25%;
    position: absolute;
    width: 100%;
    left: 0px;
    text-align: center;
    background-image: url("../../img/twitter-gdpr.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 57px;
    margin: 0;
    padding: 0;
}
.ot-twitter-placeholder b {
    text-decoration: underline;
}
.ot-twitter-placeholder input[type=button] {
    border: solid 1px #1c9cea;
    padding: 5px;
    background: white;
}
.ot-twitter-twett {
    display: none;
}
/*</Twitter>*/

/*<OneTrust>*/
#ot-sdk-btn-floating.ot-floating-button {
    display: none !important;
}
/*</OneTrust>*/
