/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../../bower_components/foundation/scss/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 19, ../../bower_components/foundation/scss/normalize.scss */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 32, ../../bower_components/foundation/scss/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 52, ../../bower_components/foundation/scss/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 65, ../../bower_components/foundation/scss/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 75, ../../bower_components/foundation/scss/normalize.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, ../../bower_components/foundation/scss/normalize.scss */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, ../../bower_components/foundation/scss/normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 107, ../../bower_components/foundation/scss/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 115, ../../bower_components/foundation/scss/normalize.scss */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, ../../bower_components/foundation/scss/normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 133, ../../bower_components/foundation/scss/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, ../../bower_components/foundation/scss/normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, ../../bower_components/foundation/scss/normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 159, ../../bower_components/foundation/scss/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 167, ../../bower_components/foundation/scss/normalize.scss */
sup {
  top: -0.5em; }

/* line 171, ../../bower_components/foundation/scss/normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, ../../bower_components/foundation/scss/normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, ../../bower_components/foundation/scss/normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, ../../bower_components/foundation/scss/normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, ../../bower_components/foundation/scss/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 219, ../../bower_components/foundation/scss/normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 227, ../../bower_components/foundation/scss/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 250, ../../bower_components/foundation/scss/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 264, ../../bower_components/foundation/scss/normalize.scss */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 275, ../../bower_components/foundation/scss/normalize.scss */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 288, ../../bower_components/foundation/scss/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 300, ../../bower_components/foundation/scss/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 309, ../../bower_components/foundation/scss/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 320, ../../bower_components/foundation/scss/normalize.scss */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 332, ../../bower_components/foundation/scss/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 344, ../../bower_components/foundation/scss/normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, ../../bower_components/foundation/scss/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, ../../bower_components/foundation/scss/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, ../../bower_components/foundation/scss/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, ../../bower_components/foundation/scss/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, ../../bower_components/foundation/scss/normalize.scss */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 406, ../../bower_components/foundation/scss/normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, ../../bower_components/foundation/scss/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 422, ../../bower_components/foundation/scss/normalize.scss */
td,
th {
  padding: 0; }

/* line 316, ../../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.3.3/"; }

/* line 320, ../../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

/* line 325, ../../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:71.875em)/";
  width: 71.875em; }

/* line 330, ../../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:85.375em)/";
  width: 85.375em; }

/* line 335, ../../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

/* line 340, ../../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

/* line 345, ../../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false; }

/* line 352, ../../bower_components/foundation/scss/foundation/components/_global.scss */
html, body {
  height: 100%; }

/* line 355, ../../bower_components/foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 361, ../../bower_components/foundation/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%; }

/* line 365, ../../bower_components/foundation/scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: default; }

/* line 378, ../../bower_components/foundation/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer; }

/* line 381, ../../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 383, ../../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic; }

/* line 387, ../../bower_components/foundation/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

/* line 394, ../../bower_components/foundation/scss/foundation/components/_global.scss */
.left {
  float: left !important; }

/* line 395, ../../bower_components/foundation/scss/foundation/components/_global.scss */
.right {
  float: right !important; }

/* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
/* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both; }

/* line 397, ../../bower_components/foundation/scss/foundation/components/_global.scss */
.hide {
  display: none; }

/* line 403, ../../bower_components/foundation/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 406, ../../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle; }

/* line 416, ../../bower_components/foundation/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px; }

/* line 419, ../../bower_components/foundation/scss/foundation/components/_global.scss */
select {
  width: 100%; }

/* line 216, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  .row:before, .row:after {
    content: " ";
    display: table; }
  /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  .row:after {
    clear: both; }
  /* line 220, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 223, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 226, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .row .row:after {
      clear: both; }
    /* line 227, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .row .row.collapse:after {
        clear: both; }

/* line 231, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

/* line 234, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right; }

/* line 235, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  /* line 165, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-1 {
    width: 8.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-2 {
    width: 16.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-3 {
    width: 25%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-4 {
    width: 33.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-5 {
    width: 41.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-6 {
    width: 50%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-7 {
    width: 58.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-8 {
    width: 66.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-9 {
    width: 75%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-10 {
    width: 83.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-11 {
    width: 91.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-12 {
    width: 100%; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important; }

  /* line 178, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  /* line 186, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  /* line 189, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  /* line 197, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  /* line 203, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  /* line 208, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }
@media only screen and (min-width: 71.875em) {
  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  /* line 165, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  /* line 178, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  /* line 186, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  /* line 189, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  /* line 197, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  /* line 203, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  /* line 208, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  /* line 245, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  /* line 248, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 85.375em) {
  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  /* line 157, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  /* line 160, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  /* line 165, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-1 {
    width: 8.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-2 {
    width: 16.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-3 {
    width: 25%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-4 {
    width: 33.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-5 {
    width: 41.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-6 {
    width: 50%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-7 {
    width: 58.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-8 {
    width: 66.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-9 {
    width: 75%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-10 {
    width: 83.33333%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-11 {
    width: 91.66667%; }

  /* line 170, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-12 {
    width: 100%; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important; }

  /* line 176, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important; }

  /* line 178, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  /* line 186, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  /* line 189, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  /* line 197, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  /* line 203, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  /* line 208, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  /* line 256, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  /* line 259, ../../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
/* Progress Bar */
/* line 57, ../../bower_components/foundation/scss/foundation/components/_progress-bars.scss */
.progress {
  background-color: #f6f6f6;
  height: 0.9375rem;
  border: 1px solid white;
  padding: 0.0625rem;
  margin-bottom: 0.3125rem; }
  /* line 61, ../../bower_components/foundation/scss/foundation/components/_progress-bars.scss */
  .progress .meter {
    background: #000000;
    height: 100%;
    display: block; }
  /* line 64, ../../bower_components/foundation/scss/foundation/components/_progress-bars.scss */
  .progress.secondary .meter {
    background: #0d4a17;
    height: 100%;
    display: block; }
  /* line 65, ../../bower_components/foundation/scss/foundation/components/_progress-bars.scss */
  .progress.success .meter {
    background: #8dcf55;
    height: 100%;
    display: block; }
  /* line 66, ../../bower_components/foundation/scss/foundation/components/_progress-bars.scss */
  .progress.alert .meter {
    background: #f04124;
    height: 100%;
    display: block; }
  /* line 68, ../../bower_components/foundation/scss/foundation/components/_progress-bars.scss */
  .progress.radius {
    border-radius: 4px; }
    /* line 69, ../../bower_components/foundation/scss/foundation/components/_progress-bars.scss */
    .progress.radius .meter {
      border-radius: 3px; }
  /* line 72, ../../bower_components/foundation/scss/foundation/components/_progress-bars.scss */
  .progress.round {
    border-radius: 1000px; }
    /* line 73, ../../bower_components/foundation/scss/foundation/components/_progress-bars.scss */
    .progress.round .meter {
      border-radius: 999px; }

/* line 118, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #5de373;
  border-color: #42de5b;
  border-radius: 4px; }
  /* line 122, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 1em;
    line-height: 1em;
    text-transform: uppercase;
    color: #509c44; }
    /* line 68, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    /* line 70, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > * a {
      color: #509c44; }
    /* line 75, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > *.current {
      cursor: default;
      color: #333; }
      /* line 78, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333; }
      /* line 83, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    /* line 88, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > *.unavailable {
      color: #999; }
      /* line 90, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
      .breadcrumbs > *.unavailable a {
        color: #999; }
      /* line 92, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999;
        cursor: default; }
    /* line 102, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > *:before {
      content: url("../../images/guinea/crumb_slash.png");
      color: #aaa;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    /* line 110, ../../bower_components/foundation/scss/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* line 195, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333; }
  /* line 41, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar > * {
    text-align: center;
    font-size: 1rem;
    width: 25%;
    margin: 0 auto;
    display: block;
    padding: 1.25rem;
    float: left; }
    /* line 50, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      /* line 54, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: .0625rem; }
    /* line 59, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    /* line 64, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  /* line 72, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    margin: 0 .0625rem 0 0;
    display: inline-block; }
    /* line 76, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  /* line 81, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.label-right > * label {
    display: inline-block; }
  /* line 84, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  /* line 88, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar.vertical {
    height: 100%;
    width: auto; }
    /* line 92, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar.vertical .item {
      width: auto;
      margin: auto;
      float: none; }
  /* line 111, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    /* line 117, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: .0625rem; }
    /* line 122, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > * i {
      font-size: 1.875rem; }
    /* line 126, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  /* line 155, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar > *:hover {
    background: #000000; }
  /* line 157, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar > * label {
    color: #fff; }
  /* line 159, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
  .icon-bar > * i {
    color: #fff; }

/* line 210, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.two-up .item {
  width: 50%; }
/* line 211, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.two-up.vertical .item {
  width: auto; }
/* line 214, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.three-up .item {
  width: 33.3333%; }
/* line 215, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.three-up.vertical .item {
  width: auto; }
/* line 218, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.four-up .item {
  width: 25%; }
/* line 219, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.four-up.vertical .item {
  width: auto; }
/* line 222, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.five-up .item {
  width: 20%; }
/* line 223, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.five-up.vertical .item {
  width: auto; }
/* line 226, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.six-up .item {
  width: 16.66667%; }
/* line 227, ../../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
.icon-bar.six-up.vertical .item {
  width: auto; }

/* line 162, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  top: 0;
  left: 0; }

/* line 164, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #ffffff;
  padding: 1.25rem;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 71.812em) {
    /* line 164, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
    dialog, .reveal-modal {
      min-height: 100vh; } }
  @media only screen and (min-width: 71.875em) {
    /* line 164, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
    dialog, .reveal-modal {
      left: 50%; } }
  /* line 85, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog .column,
  dialog .columns, .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  /* line 89, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0; }
  /* line 90, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 71.875em) {
    /* line 164, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
    dialog, .reveal-modal {
      margin-left: -40%;
      width: 80%; } }
  @media only screen and (min-width: 71.875em) {
    /* line 164, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
    dialog, .reveal-modal {
      top: 6.25rem; } }
  /* line 174, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer; }

/* line 177, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog[open] {
  display: block;
  visibility: visible; }

/* line 182, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog, .reveal-modal {
  padding: 1.875rem; }
  /* line 185, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog.radius, .reveal-modal.radius {
    border-radius: 4px; }
  /* line 186, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog.round, .reveal-modal.round {
    border-radius: 1000px; }
  /* line 188, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog.collapse, .reveal-modal.collapse {
    padding: 0; }
  @media only screen and (min-width: 71.875em) {
    /* line 190, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
    dialog.tiny, .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; } }
  @media only screen and (min-width: 71.875em) {
    /* line 191, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
    dialog.small, .reveal-modal.small {
      margin-left: -20%;
      width: 40%; } }
  @media only screen and (min-width: 71.875em) {
    /* line 192, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
    dialog.medium, .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; } }
  @media only screen and (min-width: 71.875em) {
    /* line 193, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
    dialog.large, .reveal-modal.large {
      margin-left: -35%;
      width: 70%; } }
  @media only screen and (min-width: 71.875em) {
    /* line 194, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
    dialog.xlarge, .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }

/* line 198, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog.full, .reveal-modal.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0 !important; }
  @media only screen and (min-width: 71.875em) {
    /* line 198, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
    dialog.full, .reveal-modal.full {
      margin-left: -50vw;
      width: 100vw; } }

@media print {
  /* line 211, ../../bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog, .reveal-modal {
    background: #fff !important; } }
/* line 49, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #ddd;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out; }
/* line 65, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch input {
  display: none; }
  /* line 68, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
  div.switch input + label {
    margin-left: 0;
    margin-right: 0; }
/* line 75, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch label:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out; }
/* line 87, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch input:checked + label {
  background: #000000; }
/* line 91, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch input:checked + label:after {
  left: 2.25rem; }
/* line 103, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch label {
  width: 4rem;
  height: 2rem; }
/* line 107, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch label:after {
  width: 1.5rem;
  height: 1.5rem; }
/* line 111, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch input:checked + label:after {
  left: 2.25rem; }
/* line 131, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch label {
  color: transparent;
  background: #ddd; }
/* line 136, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch label:after {
  background: #fff; }
/* line 140, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch input:checked + label {
  background: #000000; }
/* line 103, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.large label {
  width: 5rem;
  height: 2.5rem; }
/* line 107, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.large label:after {
  width: 2rem;
  height: 2rem; }
/* line 111, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.large input:checked + label:after {
  left: 2.75rem; }
/* line 103, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.small label {
  width: 3.5rem;
  height: 1.75rem; }
/* line 107, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem; }
/* line 111, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.small input:checked + label:after {
  left: 2rem; }
/* line 103, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.tiny label {
  width: 3rem;
  height: 1.5rem; }
/* line 107, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.tiny label:after {
  width: 1rem;
  height: 1rem; }
/* line 111, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.tiny input:checked + label:after {
  left: 1.75rem; }
/* line 203, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.radius label {
  border-radius: 4px; }
/* line 204, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.radius label:after {
  border-radius: 3px; }
/* line 208, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
div.switch.round {
  border-radius: 1000px; }
  /* line 209, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
  div.switch.round label {
    border-radius: 2rem; }
  /* line 210, ../../bower_components/foundation/scss/foundation/components/_switches.scss */
  div.switch.round label:after {
    border-radius: 2rem; }

/* line 149, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
  /* line 104, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
  ul.pagination li {
    height: 1.5rem;
    color: #222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    /* line 110, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
    ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999;
      background: none;
      border-radius: 4px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      transition: background-color 300ms ease-out; }
    /* line 122, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
    ul.pagination li:hover a,
    ul.pagination li a:focus, ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    /* line 51, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999; }
    /* line 55, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
      background: transparent; }
    /* line 68, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
    ul.pagination li.current a, ul.pagination li.current button {
      background: #000000;
      color: #fff;
      font-weight: bold;
      cursor: default; }
      /* line 74, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #000000; }
  /* line 136, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
/* line 154, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center; }
  /* line 136, ../../bower_components/foundation/scss/foundation/components/_pagination.scss */
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/* Tooltips */
/* line 38, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: 0;
  cursor: help;
  font-weight: normal;
  color: initial; }
  /* line 44, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .has-tip:hover, .has-tip:focus {
    border-bottom: 0;
    color: initial; }
  /* line 50, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

/* line 54, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #ffffff;
  background: #da241c; }
  /* line 68, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #da241c transparent;
    top: -10px; }
    /* line 78, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  /* line 84, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.radius {
    border-radius: 4px; }
  /* line 87, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.round {
    border-radius: 1000px; }
    /* line 89, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
    .tooltip.round > .nub {
      left: 2rem; }
  /* line 94, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.opened {
    color: initial !important;
    border-bottom: 0 !important; }

/* line 100, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal; }

@media only screen and (min-width: 71.875em) {
  /* line 109, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #da241c transparent;
    top: -10px; }
  /* line 113, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #da241c transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  /* line 119, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  /* line 122, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #da241c;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  /* line 129, ../../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #da241c transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }
/*==========================================================*/
/*						HTML & BODY							*/
/*==========================================================*/
/* line 17, ../../scss/_odds_base.scss */
body.loaded {
  color: #000000;
  font-family: Calibri;
  background-color: #ffffff; }
  @media screen and (max-width: 71.812em) {
    /* line 17, ../../scss/_odds_base.scss */
    body.loaded {
      font-size: 0.625rem; } }
  @media screen and (min-width: 71.875em) and (max-width: 85.312em) {
    /* line 17, ../../scss/_odds_base.scss */
    body.loaded {
      font-size: 0.8125rem; } }
  @media screen and (min-width: 85.375em) {
    /* line 17, ../../scss/_odds_base.scss */
    body.loaded {
      font-size: 0.9375rem; } }

/*==========================================================*/
/*						/HTML & BODY						*/
/*==========================================================*/
/*==========================================================*/
/*						GLOBAL-UTILS						*/
/*==========================================================*/
/* line 38, ../../scss/_odds_base.scss */
* {
  outline: none; }

/* line 42, ../../scss/_odds_base.scss */
hr {
  margin: 0.5em 0;
  background-color: #e6e6e6;
  height: 1px;
  border: 0; }

/* line 49, ../../scss/_odds_base.scss */
.line, .line-with-margin {
  width: 100%;
  max-width: 100%; }

/* line 54, ../../scss/_odds_base.scss */
.line-with-margin {
  margin: 0.5em 0; }

/* line 59, ../../scss/_odds_base.scss */
.fit {
  width: 100%;
  height: 100%; }

/* line 64, ../../scss/_odds_base.scss */
.no-padding {
  padding: 0; }

/* line 68, ../../scss/_odds_base.scss */
.strong {
  font-weight: bold; }

/* line 72, ../../scss/_odds_base.scss */
.inline {
  display: inline-block; }

/* line 76, ../../scss/_odds_base.scss */
.table {
  display: table; }

/* line 80, ../../scss/_odds_base.scss */
.block {
  display: block; }

/* line 84, ../../scss/_odds_base.scss */
.force-hide {
  display: none !important; }

/* line 88, ../../scss/_odds_base.scss */
.center {
  text-align: center; }

/* line 92, ../../scss/_odds_base.scss */
.margin-center {
  margin-left: auto;
  margin-right: auto; }

/* line 97, ../../scss/_odds_base.scss */
.clear {
  clear: both; }

/* line 101, ../../scss/_odds_base.scss */
.pre {
  white-space: pre; }

/* line 105, ../../scss/_odds_base.scss */
.uppercase {
  text-transform: uppercase; }

/* line 109, ../../scss/_odds_base.scss */
.udnerline {
  text-decoration: underline !important; }

@media screen and (min-width: 71.875em) {
  /* line 113, ../../scss/_odds_base.scss */
  .small-only {
    display: none; } }

@media screen and (min-width: 85.375em) {
  /* line 119, ../../scss/_odds_base.scss */
  .small-and-medium-only {
    display: none; } }

@media screen and (max-width: 71.812em) {
  /* line 125, ../../scss/_odds_base.scss */
  .medium-and-large-only {
    display: none; } }

@media screen and (max-width: 85.312em) {
  /* line 131, ../../scss/_odds_base.scss */
  .large-only {
    display: none; } }

/* line 136, ../../scss/_odds_base.scss */
.mandatory {
  color: #b3b3b3; }

/* line 139, ../../scss/_odds_base.scss */
.spinner-wrap {
  position: absolute; }
  /* line 141, ../../scss/_odds_base.scss */
  .spinner-wrap .spinner {
    margin: auto; }

/* line 145, ../../scss/_odds_base.scss */
.std-button-common, .std-button-rounded, #bet-slip #bs-combinations-wrap .label, .input-with-button-on-right .button {
  color: #ffffff;
  background-color: #00923e;
  border: 1px solid #212121;
  cursor: pointer;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  text-transform: uppercase; }
  /* line 128, ../../scss/_mixins.scss */
  .std-button-common:hover, .std-button-rounded:hover, #master-header #header-middle .user-area .payments-buttons .std-button-rounded:hover, #master-header #header-middle .user-area .payments-buttons #bet-slip #bs-combinations-wrap .label:hover, #bet-slip #bs-combinations-wrap #master-header #header-middle .user-area .payments-buttons .label:hover, #bet-slip #bs-combinations-wrap .label:hover, .input-with-button-on-right .button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(), to(#00923e));
    background-image: -webkit-linear-gradient(top, , #00923e);
    background-image: -moz-linear-gradient(top, , #00923e);
    background-image: -ms-linear-gradient(top, , #00923e);
    background-image: -o-linear-gradient(top, , #00923e);
    background-image: linear-gradient(top, , #00923e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='', EndColorStr='#00923e'); }
  /* line 138, ../../scss/_mixins.scss */
  .std-button-common:active, .std-button-rounded:active, #master-header #header-middle .user-area .payments-buttons .std-button-rounded:active, #master-header #header-middle .user-area .payments-buttons #bet-slip #bs-combinations-wrap .label:active, #bet-slip #bs-combinations-wrap #master-header #header-middle .user-area .payments-buttons .label:active, #bet-slip #bs-combinations-wrap .label:active, .input-with-button-on-right .button:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(), to(#00923e));
    background-image: -webkit-linear-gradient(top, , #00923e);
    background-image: -moz-linear-gradient(top, , #00923e);
    background-image: -ms-linear-gradient(top, , #00923e);
    background-image: -o-linear-gradient(top, , #00923e);
    background-image: linear-gradient(top, , #00923e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='', EndColorStr='#00923e'); }

/* line 151, ../../scss/_odds_base.scss */
.std-button-rounded, #bet-slip #bs-combinations-wrap .label {
  border-radius: 4px;
  line-height: 2em;
  padding: 0 0.25em; }
  /* line 156, ../../scss/_odds_base.scss */
  .std-button-rounded:active, #master-header #header-middle .user-area .payments-buttons .std-button-rounded:active, #master-header #header-middle .user-area .payments-buttons #bet-slip #bs-combinations-wrap .label:active, #bet-slip #bs-combinations-wrap #master-header #header-middle .user-area .payments-buttons .label:active, #bet-slip #bs-combinations-wrap .label:active, .std-button-rounded.active, #bet-slip #bs-combinations-wrap .active.label {
    background: none;
    background-color: #ffde00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#efad04));
    background-image: -webkit-linear-gradient(top, #ffde00, #efad04);
    background-image: -moz-linear-gradient(top, #ffde00, #efad04);
    background-image: -ms-linear-gradient(top, #ffde00, #efad04);
    background-image: -o-linear-gradient(top, #ffde00, #efad04);
    background-image: linear-gradient(top, #ffde00, #efad04);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#efad04');
    filter: none;
    border: 1px solid #fff000;
    color: #000000; }

/* line 164, ../../scss/_odds_base.scss */
.std-button-flat {
  color: #ffffff;
  background-color: #00923e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00923e), to(flat-button-bg-to-color));
  background-image: -webkit-linear-gradient(top, #00923e, flat-button-bg-to-color);
  background-image: -moz-linear-gradient(top, #00923e, flat-button-bg-to-color);
  background-image: -ms-linear-gradient(top, #00923e, flat-button-bg-to-color);
  background-image: -o-linear-gradient(top, #00923e, flat-button-bg-to-color);
  background-image: linear-gradient(top, #00923e, flat-button-bg-to-color);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#00923e', EndColorStr='flat-button-bg-to-color');
  border: 0;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  -webkit-box-shadow: 0.1em 0.1em 2px 0 #9a9a9a;
  -moz-box-shadow: 0.1em 0.1em 2px 0 #9a9a9a;
  box-shadow: 0.1em 0.1em 2px 0 #9a9a9a; }
  /* line 169, ../../scss/_odds_base.scss */
  .std-button-flat:hover {
    -webkit-box-shadow: 0.2em 0.2em 3px 0 #9a9a9a;
    -moz-box-shadow: 0.2em 0.2em 3px 0 #9a9a9a;
    box-shadow: 0.2em 0.2em 3px 0 #9a9a9a;
    text-shadow: 1px 1px 0 #000000; }
  /* line 173, ../../scss/_odds_base.scss */
  .std-button-flat:active {
    -webkit-box-shadow: 0.3em 0.3em 4px 0 #9a9a9a;
    -moz-box-shadow: 0.3em 0.3em 4px 0 #9a9a9a;
    box-shadow: 0.3em 0.3em 4px 0 #9a9a9a; }

/* line 178, ../../scss/_odds_base.scss */
.std-button-cancel {
  color: #333333;
  background-color: #d3d3d3;
  border: 1px solid #939393;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2em;
  padding: 0 0.25em;
  font-weight: bold;
  text-transform: uppercase; }
  /* line 185, ../../scss/_odds_base.scss */
  .std-button-cancel:hover, .std-button-cancel:active {
    background-color: #d3d3d3; }

/* line 189, ../../scss/_odds_base.scss */
.std-button-confirm {
  color: #ffffff;
  background-color: #00923e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00923e), to(#007933));
  background-image: -webkit-linear-gradient(top, #00923e, #007933);
  background-image: -moz-linear-gradient(top, #00923e, #007933);
  background-image: -ms-linear-gradient(top, #00923e, #007933);
  background-image: -o-linear-gradient(top, #00923e, #007933);
  background-image: linear-gradient(top, #00923e, #007933);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#00923e', EndColorStr='#007933');
  border: 0;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2em;
  padding: 0 0.25em;
  font-weight: bold;
  text-transform: uppercase; }
  /* line 128, ../../scss/_mixins.scss */
  .std-button-confirm:hover {
    background-color: #007933;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#007933), to(#00923e));
    background-image: -webkit-linear-gradient(top, #007933, #00923e);
    background-image: -moz-linear-gradient(top, #007933, #00923e);
    background-image: -ms-linear-gradient(top, #007933, #00923e);
    background-image: -o-linear-gradient(top, #007933, #00923e);
    background-image: linear-gradient(top, #007933, #00923e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#007933', EndColorStr='#00923e'); }
  /* line 138, ../../scss/_mixins.scss */
  .std-button-confirm:active {
    background-color: #007933;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#007933), to(#00923e));
    background-image: -webkit-linear-gradient(top, #007933, #00923e);
    background-image: -moz-linear-gradient(top, #007933, #00923e);
    background-image: -ms-linear-gradient(top, #007933, #00923e);
    background-image: -o-linear-gradient(top, #007933, #00923e);
    background-image: linear-gradient(top, #007933, #00923e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#007933', EndColorStr='#00923e'); }
  /* line 196, ../../scss/_odds_base.scss */
  .std-button-confirm:active, .std-button-confirm.active {
    background: none;
    background-color: #00923e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00923e), to(#007933));
    background-image: -webkit-linear-gradient(top, #00923e, #007933);
    background-image: -moz-linear-gradient(top, #00923e, #007933);
    background-image: -ms-linear-gradient(top, #00923e, #007933);
    background-image: -o-linear-gradient(top, #00923e, #007933);
    background-image: linear-gradient(top, #00923e, #007933);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#00923e', EndColorStr='#007933');
    color: #000000;
    border: 0; }
  /* line 202, ../../scss/_odds_base.scss */
  .std-button-confirm:disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7; }

/* line 207, ../../scss/_odds_base.scss */
.inline-buttons .button {
  display: inline; }

/* line 442, ../../scss/_mixins.scss */
.std-scrollbar .viewport {
  overflow: hidden;
  position: relative; }
/* line 446, ../../scss/_mixins.scss */
.std-scrollbar .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0; }
/* line 454, ../../scss/_mixins.scss */
.std-scrollbar .scrollbar {
  background: transparent url("../../images/guinea/bg-scrollbar-track-y.png") no-repeat 0 0;
  position: relative;
  background-position: 0 0;
  float: right; }
/* line 461, ../../scss/_mixins.scss */
.std-scrollbar .track {
  background: transparent url("../../images/guinea/bg-scrollbar-trackend-y.png") no-repeat 0 100%;
  height: 100%;
  width: 15px;
  position: relative;
  padding: 0 1px; }
/* line 468, ../../scss/_mixins.scss */
.std-scrollbar .thumb {
  background: transparent url("../../images/guinea/bg-scrollbar-thumb-y.png") no-repeat 50% 100%;
  height: 20px;
  width: 25px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -5px; }
/* line 477, ../../scss/_mixins.scss */
.std-scrollbar .thumb .end {
  background: transparent url("../../images/guinea/bg-scrollbar-thumb-y.png") no-repeat 50% 0;
  overflow: hidden;
  height: 5px;
  width: 25px; }
/* line 483, ../../scss/_mixins.scss */
.std-scrollbar .disable {
  display: none; }
/* line 486, ../../scss/_mixins.scss */
.std-scrollbar body .noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

/* line 77, ../../scss/_mixins.scss */
.label-with-input .label {
  display: inline-block;
  color: #000000; }
/* line 81, ../../scss/_mixins.scss */
.label-with-input .input {
  display: inline-block;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #939393;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  border-radius: 4px; }
/* line 217, ../../scss/_odds_base.scss */
.label-with-input .label {
  display: inline-block; }
/* line 220, ../../scss/_odds_base.scss */
.label-with-input .input {
  padding: 0 0.25em;
  line-height: 2em;
  height: 2em; }
  /* line 96, ../../scss/_mixins.scss */
  .label-with-input .input::-webkit-input-placeholder {
    color: #999999; }
  /* line 99, ../../scss/_mixins.scss */
  .label-with-input .input:-moz-placeholder {
    color: #999999; }
  /* line 102, ../../scss/_mixins.scss */
  .label-with-input .input::-moz-placeholder {
    color: #999999; }
  /* line 105, ../../scss/_mixins.scss */
  .label-with-input .input:-ms-input-placeholder {
    color: #999999; }
/* line 227, ../../scss/_odds_base.scss */
.label-with-input .error {
  color: #f04124;
  font-size: 0.8em;
  margin-left: 1em; }

/* line 234, ../../scss/_odds_base.scss */
.label-with-input-inline {
  margin: 1em 0; }
  /* line 77, ../../scss/_mixins.scss */
  .label-with-input-inline .label {
    display: inline-block;
    color: #000000; }
  /* line 81, ../../scss/_mixins.scss */
  .label-with-input-inline .input {
    display: inline-block;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #939393;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    border-radius: 4px; }
  /* line 238, ../../scss/_odds_base.scss */
  .label-with-input-inline .label {
    vertical-align: top;
    width: 30%; }
  /* line 242, ../../scss/_odds_base.scss */
  .label-with-input-inline .input {
    padding: 0 0.25em;
    line-height: 2em;
    height: 2em; }
    /* line 96, ../../scss/_mixins.scss */
    .label-with-input-inline .input::-webkit-input-placeholder {
      color: #999999; }
    /* line 99, ../../scss/_mixins.scss */
    .label-with-input-inline .input:-moz-placeholder {
      color: #999999; }
    /* line 102, ../../scss/_mixins.scss */
    .label-with-input-inline .input::-moz-placeholder {
      color: #999999; }
    /* line 105, ../../scss/_mixins.scss */
    .label-with-input-inline .input:-ms-input-placeholder {
      color: #999999; }
  /* line 248, ../../scss/_odds_base.scss */
  .label-with-input-inline .error {
    color: #f04124;
    font-size: 0.8em;
    margin-left: 30%; }

/* line 375, ../../scss/_mixins.scss */
.checkbox-with-label .box {
  width: 1.55em;
  margin: 0.25em 0.5em;
  position: relative;
  display: inline-block; }
  /* line 380, ../../scss/_mixins.scss */
  .checkbox-with-label .box label {
    cursor: pointer;
    position: absolute;
    width: 1.55em;
    height: 1.55em;
    top: 0;
    left: 0;
    border: 1px solid #939393;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    background-color: #ffffff; }
    /* line 397, ../../scss/_mixins.scss */
    .checkbox-with-label .box label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      content: '';
      position: absolute;
      width: 0.8525em;
      height: 0.5425em;
      background: transparent;
      top: 0.3875em;
      left: 0.31em;
      border: 0.2325em solid #000000;
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    /* line 411, ../../scss/_mixins.scss */
    .checkbox-with-label .box label:hover::after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=30);
      -moz-opacity: 0.3;
      -khtml-opacity: 0.3;
      opacity: 0.3; }
  /* line 415, ../../scss/_mixins.scss */
  .checkbox-with-label .box input[type=checkbox] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: relative;
    z-index: 99;
    width: 1.55em;
    height: 1.55em;
    margin-right: 1.55em;
    cursor: pointer; }
  /* line 424, ../../scss/_mixins.scss */
  .checkbox-with-label .box input[type=checkbox]:hover + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3; }
  /* line 427, ../../scss/_mixins.scss */
  .checkbox-with-label .box input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
/* line 431, ../../scss/_mixins.scss */
.checkbox-with-label .label {
  display: inline;
  position: relative;
  top: -0.275em; }

/* line 261, ../../scss/_odds_base.scss */
.radio-buttons td {
  display: block; }

/* line 266, ../../scss/_odds_base.scss */
.std-input, .std-input-inline, .input-with-button-on-right .input {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #939393;
  padding: 0 0.25em;
  border-radius: 4px;
  line-height: 2em;
  height: 2em; }
  /* line 96, ../../scss/_mixins.scss */
  .std-input::-webkit-input-placeholder, .std-input-inline::-webkit-input-placeholder, .input-with-button-on-right .input::-webkit-input-placeholder {
    color: #999999; }
  /* line 99, ../../scss/_mixins.scss */
  .std-input:-moz-placeholder, .std-input-inline:-moz-placeholder, .input-with-button-on-right .input:-moz-placeholder {
    color: #999999; }
  /* line 102, ../../scss/_mixins.scss */
  .std-input::-moz-placeholder, .std-input-inline::-moz-placeholder, .input-with-button-on-right .input::-moz-placeholder {
    color: #999999; }
  /* line 105, ../../scss/_mixins.scss */
  .std-input:-ms-input-placeholder, .std-input-inline:-ms-input-placeholder, .input-with-button-on-right .input:-ms-input-placeholder {
    color: #999999; }

/* line 277, ../../scss/_odds_base.scss */
.std-input-inline, .input-with-button-on-right .input {
  display: inline-block; }

/* line 282, ../../scss/_odds_base.scss */
.custom-input {
  color: #000000;
  border: 1px solid #12933e;
  padding: 0 0.25em;
  border-radius: 4px;
  line-height: 2em;
  height: 2em; }
  /* line 96, ../../scss/_mixins.scss */
  .custom-input::-webkit-input-placeholder {
    color: #333333; }
  /* line 99, ../../scss/_mixins.scss */
  .custom-input:-moz-placeholder {
    color: #333333; }
  /* line 102, ../../scss/_mixins.scss */
  .custom-input::-moz-placeholder {
    color: #333333; }
  /* line 105, ../../scss/_mixins.scss */
  .custom-input:-ms-input-placeholder {
    color: #333333; }

/* line 293, ../../scss/_odds_base.scss */
.link-menu {
  display: inline-block; }
  /* line 295, ../../scss/_odds_base.scss */
  .link-menu .link {
    display: inline-block;
    color: inherit; }
    /* line 298, ../../scss/_odds_base.scss */
    .link-menu .link:hover {
      text-decoration: underline; }
    /* line 301, ../../scss/_odds_base.scss */
    .link-menu .link:active {
      text-decoration: none; }

/* line 307, ../../scss/_odds_base.scss */
.link, input.link {
  text-decoration: none;
  cursor: pointer; }
  /* line 310, ../../scss/_odds_base.scss */
  .link:hover {
    text-decoration: underline; }
  /* line 313, ../../scss/_odds_base.scss */
  .link:active {
    text-decoration: none; }

/* line 318, ../../scss/_odds_base.scss */
.internal-link {
  text-decoration: underline !important; }
  /* line 320, ../../scss/_odds_base.scss */
  .internal-link:hover {
    color: #509c44; }

/* line 325, ../../scss/_odds_base.scss */
input.link {
  background: none;
  border: 0; }

/* line 331, ../../scss/_odds_base.scss */
.error {
  color: #f04124;
  padding: 0 0.5em; }

/* line 336, ../../scss/_odds_base.scss */
.info {
  color: #147ab5;
  font-weight: bold;
  padding: 0 0.5em; }

/* line 342, ../../scss/_odds_base.scss */
.warning {
  color: #d90f0f;
  padding: 0 0.5em; }

/* line 347, ../../scss/_odds_base.scss */
.success {
  color: #8dcf55;
  font-weight: bold;
  padding: 0 0.5em; }

/* line 353, ../../scss/_odds_base.scss */
.label-with-button-on-left {
  border: 1px solid #d3d3d3;
  background-color: inherit;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: left; }
  /* line 211, ../../scss/_mixins.scss */
  .label-with-button-on-left .label {
    display: inline-block;
    height: 100%;
    color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #d3d3d3;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  /* line 230, ../../scss/_mixins.scss */
  .label-with-button-on-left .button {
    display: inline-block;
    color: #000000;
    height: 100%;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: 0;
    float: left;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
    /* line 252, ../../scss/_mixins.scss */
    .label-with-button-on-left .button:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, from(), to(#ffffff));
      background-image: -webkit-linear-gradient(top, , #ffffff);
      background-image: -moz-linear-gradient(top, , #ffffff);
      background-image: -ms-linear-gradient(top, , #ffffff);
      background-image: -o-linear-gradient(top, , #ffffff);
      background-image: linear-gradient(top, , #ffffff);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='', EndColorStr='#ffffff'); }
    /* line 262, ../../scss/_mixins.scss */
    .label-with-button-on-left .button:active {
      background-image: -webkit-gradient(linear, left top, left bottom, from(), to(#ffffff));
      background-image: -webkit-linear-gradient(top, , #ffffff);
      background-image: -moz-linear-gradient(top, , #ffffff);
      background-image: -ms-linear-gradient(top, , #ffffff);
      background-image: -o-linear-gradient(top, , #ffffff);
      background-image: linear-gradient(top, , #ffffff);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='', EndColorStr='#ffffff'); }

/* line 359, ../../scss/_odds_base.scss */
.label-with-button-on-right {
  border: 1px solid #d3d3d3;
  background-color: inherit;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: right; }
  /* line 211, ../../scss/_mixins.scss */
  .label-with-button-on-right .label {
    display: inline-block;
    height: 100%;
    color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #d3d3d3;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  /* line 230, ../../scss/_mixins.scss */
  .label-with-button-on-right .button {
    display: inline-block;
    color: #000000;
    height: 100%;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: 0;
    float: right;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    /* line 252, ../../scss/_mixins.scss */
    .label-with-button-on-right .button:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, from(), to(#ffffff));
      background-image: -webkit-linear-gradient(top, , #ffffff);
      background-image: -moz-linear-gradient(top, , #ffffff);
      background-image: -ms-linear-gradient(top, , #ffffff);
      background-image: -o-linear-gradient(top, , #ffffff);
      background-image: linear-gradient(top, , #ffffff);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='', EndColorStr='#ffffff'); }
    /* line 262, ../../scss/_mixins.scss */
    .label-with-button-on-right .button:active {
      background-image: -webkit-gradient(linear, left top, left bottom, from(), to(#ffffff));
      background-image: -webkit-linear-gradient(top, , #ffffff);
      background-image: -moz-linear-gradient(top, , #ffffff);
      background-image: -ms-linear-gradient(top, , #ffffff);
      background-image: -o-linear-gradient(top, , #ffffff);
      background-image: linear-gradient(top, , #ffffff);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='', EndColorStr='#ffffff'); }

/* line 365, ../../scss/_odds_base.scss */
.input-with-button-on-right {
  height: 2em; }
  /* line 367, ../../scss/_odds_base.scss */
  .input-with-button-on-right .input {
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    height: 2em;
    box-shadow: none; }
  /* line 376, ../../scss/_odds_base.scss */
  .input-with-button-on-right .button {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    height: 2em; }

/* line 384, ../../scss/_odds_base.scss */
.breadcrumbs {
  background: none;
  border: none;
  padding: 0;
  padding-bottom: 0.5em; }
  /* line 389, ../../scss/_odds_base.scss */
  .breadcrumbs .link {
    text-transform: none;
    color: #509c44; }
    /* line 392, ../../scss/_odds_base.scss */
    .breadcrumbs .link:last-of-type {
      color: #b3b3b3;
      cursor: default; }
    /* line 396, ../../scss/_odds_base.scss */
    .breadcrumbs .link:hover, .breadcrumbs .link:active {
      text-decoration: underline; }
    /* line 399, ../../scss/_odds_base.scss */
    .breadcrumbs .link:before {
      top: 0;
      font-size: 85%;
      color: #b3b3b3 !important;
      cursor: default; }

/* line 407, ../../scss/_odds_base.scss */
.download-pdf-icon {
  height: 3em;
  width: 3em; }

/* line 411, ../../scss/_odds_base.scss */
.drop-down-input {
  display: inline-block;
  cursor: pointer;
  max-width: 65%; }
  /* line 292, ../../scss/_mixins.scss */
  .drop-down-input .sb-dropdown-select .sb-dropdown-inputValue {
    cursor: pointer;
    padding-right: 20px;
    border-radius: 4px; }
  /* line 304, ../../scss/_mixins.scss */
  .drop-down-input .sb-dropdown-options-list {
    z-index: 99999;
    position: absolute;
    left: -99999px;
    color: #000000;
    background-color: #f2f2f2;
    padding: 0 0 0 1em;
    margin: 0.1em 0;
    border-radius: 4px; }
    /* line 319, ../../scss/_mixins.scss */
    .drop-down-input .sb-dropdown-options-list .viewport .overview {
      padding: 0px;
      width: 100%; }
      /* line 322, ../../scss/_mixins.scss */
      .drop-down-input .sb-dropdown-options-list .viewport .overview li {
        list-style-type: none; }
        /* line 324, ../../scss/_mixins.scss */
        .drop-down-input .sb-dropdown-options-list .viewport .overview li:last-of-type {
          border: 0; }
    /* line 330, ../../scss/_mixins.scss */
    .drop-down-input .sb-dropdown-options-list .sb-dropdown-option {
      margin: 4px 0;
      border-radius: 4px; }
      /* line 341, ../../scss/_mixins.scss */
      .drop-down-input .sb-dropdown-options-list .sb-dropdown-option:hover {
        color: #000000;
        background-color: #e6e6e6; }
  /* line 348, ../../scss/_mixins.scss */
  .drop-down-input .sb-dropdown-inputValue {
    background-image: url("../../images/guinea/dropdown-icon.png");
    background-repeat: no-repeat;
    background-position: 97% 50%; }
  /* line 354, ../../scss/_mixins.scss */
  .drop-down-input else .sb-dropdown-icon {
    height: 23px;
    width: 21px;
    position: relative;
    z-index: 20;
    margin-top: -23px;
    float: right;
    padding: 6px 2px; }
    /* line 362, ../../scss/_mixins.scss */
    .drop-down-input else .sb-dropdown-icon .arrow {
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid; }

/* line 417, ../../scss/_odds_base.scss */
.outcome, .outcomeWithName, .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panels-wrap .event-panel .wrap .more {
  display: inline-block;
  min-width: 3em;
  margin: 0;
  /*padding: 0.15em 0 0.1em 0;*/
  cursor: pointer;
  border-left: 1px solid #ffffff;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-color: #d3d3d3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 429, ../../scss/_odds_base.scss */
  .outcome:first-of-type, .outcomeWithName:first-of-type, .std-event-panel .event-panel .games .full-event-button:first-of-type, .std-event-panel .event-panels-wrap .event-panel .wrap .more:first-of-type {
    border: 0; }
  /* line 432, ../../scss/_odds_base.scss */
  .outcome.extended, .extended.outcomeWithName, .std-event-panel .event-panel .games .extended.full-event-button, .std-event-panel .event-panels-wrap .event-panel .wrap .extended.more {
    background-color: #ffffff;
    color: #000000;
    border-left: 1px solid #cdcdcd;
    padding-left: 0.25em;
    padding-right: 0.25em;
    text-align: left; }
    /* line 439, ../../scss/_odds_base.scss */
    .outcome.extended .odds, .extended.outcomeWithName .odds, .std-event-panel .event-panel .games .extended.full-event-button .odds, .std-event-panel .event-panels-wrap .event-panel .wrap .extended.more .odds {
      float: right; }
  /* line 443, ../../scss/_odds_base.scss */
  .outcome:hover, .outcomeWithName:hover, .std-event-panel .event-panel .games .full-event-button:hover, .std-event-panel .event-panels-wrap .event-panel .wrap .more:hover {
    color: #000000 !important;
    background-color: #ffde00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#efad04));
    background-image: -webkit-linear-gradient(top, #ffde00, #efad04);
    background-image: -moz-linear-gradient(top, #ffde00, #efad04);
    background-image: -ms-linear-gradient(top, #ffde00, #efad04);
    background-image: -o-linear-gradient(top, #ffde00, #efad04);
    background-image: linear-gradient(top, #ffde00, #efad04);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#efad04');
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75; }
  /* line 448, ../../scss/_odds_base.scss */
  .outcome:active, .outcomeWithName:active, .std-event-panel .event-panel .games .full-event-button:active, .std-event-panel .event-panels-wrap .event-panel .wrap .more:active, .outcome.active, .active.outcomeWithName, .std-event-panel .event-panel .games .active.full-event-button, .std-event-panel .event-panels-wrap .event-panel .wrap .active.more {
    color: #000000 !important;
    background-color: #ffde00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#efad04));
    background-image: -webkit-linear-gradient(top, #ffde00, #efad04);
    background-image: -moz-linear-gradient(top, #ffde00, #efad04);
    background-image: -ms-linear-gradient(top, #ffde00, #efad04);
    background-image: -o-linear-gradient(top, #ffde00, #efad04);
    background-image: linear-gradient(top, #ffde00, #efad04);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#efad04');
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

/* line 454, ../../scss/_odds_base.scss */
.empty-outcome {
  background-color: #d3d3d3;
  display: inline-block;
  /*padding: 0.15em 0 0.1em 0;*/
  margin: 0;
  min-width: 3em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 465, ../../scss/_odds_base.scss */
.outcomeWithName {
  min-width: 8.5em;
  margin: 0.5em auto; }

/* line 471, ../../scss/_odds_base.scss */
.quick-bet-dropdown {
  position: absolute;
  left: -99999px;
  z-index: 92;
  max-height: 30em;
  max-width: 20em;
  overflow: auto;
  border: 1px solid #fff000;
  background-color: #ffffff; }
  /* line 480, ../../scss/_odds_base.scss */
  .quick-bet-dropdown .qb-outcomes-wrap {
    margin: 0 2em; }
    /* line 482, ../../scss/_odds_base.scss */
    .quick-bet-dropdown .qb-outcomes-wrap .outcome, .quick-bet-dropdown .qb-outcomes-wrap .outcomeWithName, .quick-bet-dropdown .qb-outcomes-wrap .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panel .games .quick-bet-dropdown .qb-outcomes-wrap .full-event-button, .quick-bet-dropdown .qb-outcomes-wrap .std-event-panel .event-panels-wrap .event-panel .wrap .more, .std-event-panel .event-panels-wrap .event-panel .wrap .quick-bet-dropdown .qb-outcomes-wrap .more {
      width: 100%; }

/* line 487, ../../scss/_odds_base.scss */
.qb-select {
  min-height: 1.75em;
  line-height: 1em; }

/* line 491, ../../scss/_odds_base.scss */
a:LINK, a:ACTIVE, a:HOVER, a:VISITED {
  text-decoration: none;
  color: inherit; }

/* line 496, ../../scss/_odds_base.scss */
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0; }

/* line 501, ../../scss/_odds_base.scss */
.pr05 {
  padding-right: 0.5em; }

/* line 505, ../../scss/_odds_base.scss */
.pl05 {
  padding-left: 0.5em; }

/* line 509, ../../scss/_odds_base.scss */
.pt05 {
  padding-top: 0.5em; }

/* line 513, ../../scss/_odds_base.scss */
.pb05 {
  padding-bottom: 0.5em; }

/* line 517, ../../scss/_odds_base.scss */
.pl1 {
  padding-left: 1em; }

/* line 521, ../../scss/_odds_base.scss */
.pl15 {
  padding-left: 1.5em; }

/* line 525, ../../scss/_odds_base.scss */
.mt05 {
  margin-top: 0.5em; }

/* line 529, ../../scss/_odds_base.scss */
.mt1 {
  margin-top: 1em; }

/* line 533, ../../scss/_odds_base.scss */
.mt2 {
  margin-top: 2em; }

/* line 537, ../../scss/_odds_base.scss */
.mt3 {
  margin-top: 3em; }

/* line 541, ../../scss/_odds_base.scss */
.mr05 {
  margin-right: 0.5em; }

/* line 545, ../../scss/_odds_base.scss */
.mb05 {
  margin-bottom: 0.5em; }

/* line 549, ../../scss/_odds_base.scss */
.mb1 {
  margin-bottom: 1em; }

/* line 553, ../../scss/_odds_base.scss */
.mb2 {
  margin-bottom: 2em; }

/* line 557, ../../scss/_odds_base.scss */
.mb3 {
  margin-bottom: 3em; }

/* line 561, ../../scss/_odds_base.scss */
.mr2 {
  margin-right: 2em; }

/* line 565, ../../scss/_odds_base.scss */
.ml1 {
  margin-left: 1em; }

/* line 571, ../../scss/_odds_base.scss */
.close-reveal-modal:hover {
  color: #fff000; }

/*==========================================================*/
/*						/GLOBAL-UTILS						*/
/*==========================================================*/
/*==========================================================*/
/*						COMMON-PANELS						*/
/*==========================================================*/
/* line 584, ../../scss/_odds_base.scss */
.social-images {
  height: 34px;
  border-radius: 4px; }
  /* line 587, ../../scss/_odds_base.scss */
  .social-images .icon-holder {
    width: 25%;
    height: 30px;
    float: right; }
    /* line 591, ../../scss/_odds_base.scss */
    .social-images .icon-holder .icon {
      margin: 0;
      height: 28px;
      width: 28px;
      cursor: pointer;
      display: block; }
      /* line 597, ../../scss/_odds_base.scss */
      .social-images .icon-holder .icon.fb {
        background-image: url("../../images/guinea/fb.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      /* line 601, ../../scss/_odds_base.scss */
      .social-images .icon-holder .icon.tw {
        background-image: url("../../images/guinea/tw.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      /* line 605, ../../scss/_odds_base.scss */
      .social-images .icon-holder .icon.wa {
        background-image: url("../../images/guinea/wa.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      /* line 609, ../../scss/_odds_base.scss */
      .social-images .icon-holder .icon.yt {
        background-image: url("../../images/guinea/yt.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }

/* line 617, ../../scss/_odds_base.scss */
.message-wrapper {
  margin-top: 0.5em; }
  /* line 619, ../../scss/_odds_base.scss */
  .message-wrapper .close {
    color: #ffffff;
    position: absolute;
    right: 1.5em;
    padding-top: 1em;
    z-index: 1;
    font-weight: bold;
    cursor: pointer; }
    /* line 627, ../../scss/_odds_base.scss */
    .message-wrapper .close:hover {
      color: #fff000; }
  /* line 631, ../../scss/_odds_base.scss */
  .message-wrapper .close-information {
    color: #0d4a17; }
    /* line 633, ../../scss/_odds_base.scss */
    .message-wrapper .close-information:hover {
      color: #8cd096; }
  /* line 637, ../../scss/_odds_base.scss */
  .message-wrapper .completed {
    background-color: #156b1d;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #8dcf55;
    padding-top: 1em;
    padding-bottom: 1em; }
    /* line 644, ../../scss/_odds_base.scss */
    .message-wrapper .completed .top {
      font-weight: bold;
      color: #ffffff; }
  /* line 649, ../../scss/_odds_base.scss */
  .message-wrapper .failure {
    background-color: #d34107;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 1em;
    padding-bottom: 1em;
    color: #ffffff; }
  /* line 657, ../../scss/_odds_base.scss */
  .message-wrapper .information {
    background-color: #ffde00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#efad04));
    background-image: -webkit-linear-gradient(top, #ffde00, #efad04);
    background-image: -moz-linear-gradient(top, #ffde00, #efad04);
    background-image: -ms-linear-gradient(top, #ffde00, #efad04);
    background-image: -o-linear-gradient(top, #ffde00, #efad04);
    background-image: linear-gradient(top, #ffde00, #efad04);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#efad04');
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0d4a17;
    padding-top: 1em;
    padding-bottom: 1em; }

/* line 669, ../../scss/_odds_base.scss */
.contact-us-panel .row .icon, .contact-us-footer .row .icon {
  height: 15px;
  width: 18px;
  background-image: url("../../images/guinea/icons_sprite_white.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 2px; }
  /* line 675, ../../scss/_odds_base.scss */
  .contact-us-panel .row .icon.telephone, .contact-us-footer .row .icon.telephone {
    background-position: 0 -14px; }
  /* line 678, ../../scss/_odds_base.scss */
  .contact-us-panel .row .icon.email, .contact-us-footer .row .icon.email {
    background-position: 0 -29px; }
  /* line 681, ../../scss/_odds_base.scss */
  .contact-us-panel .row .icon.wa, .contact-us-footer .row .icon.wa {
    background-position: 0 -44px; }
  /* line 684, ../../scss/_odds_base.scss */
  .contact-us-panel .row .icon.address, .contact-us-footer .row .icon.address {
    background-position: 0 -59px;
    height: 10px; }
  /* line 688, ../../scss/_odds_base.scss */
  .contact-us-panel .row .icon.tw, .contact-us-footer .row .icon.tw {
    background-position: 0 -68px; }
/* line 692, ../../scss/_odds_base.scss */
.contact-us-panel .row:hover, .contact-us-footer .row:hover {
  color: #fff000; }
  /* line 694, ../../scss/_odds_base.scss */
  .contact-us-panel .row:hover .icon, .contact-us-footer .row:hover .icon {
    background-image: url("../../images/guinea/icons_sprite_yellow.png"); }
  /* line 697, ../../scss/_odds_base.scss */
  .contact-us-panel .row:hover .text, .contact-us-footer .row:hover .text {
    border-left: 1px solid #fff000; }

/*==========================================================*/
/*						/COMMON-PANELS						*/
/*==========================================================*/
/*==========================================================*/
/*						MASTER-CONTAINER					*/
/*==========================================================*/
/* line 711, ../../scss/_odds_base.scss */
div#master-container {
  margin: 0 auto;
  min-height: 100%;
  padding-bottom: 223px; }
  @media screen and (max-width: 71.812em) {
    /* line 711, ../../scss/_odds_base.scss */
    div#master-container {
      width: 100%;
      min-width: 690px; }
      /* line 718, ../../scss/_odds_base.scss */
      div#master-container #scroll-to-slip {
        position: fixed;
        left: 5em;
        top: 5em;
        width: 6em;
        height: 6em;
        z-index: 40;
        color: #ffffff;
        line-height: 2em;
        padding: 1em;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 4px 2px #8cd096;
        -moz-box-shadow: 0 0 4px 2px #8cd096;
        box-shadow: 0 0 4px 2px #8cd096;
        background-image: url("../../images/guinea/bg_noise.png"); }
        /* line 735, ../../scss/_odds_base.scss */
        div#master-container #scroll-to-slip:hover {
          -webkit-box-shadow: 0 0 5px 3px #8cd096;
          -moz-box-shadow: 0 0 5px 3px #8cd096;
          box-shadow: 0 0 5px 3px #8cd096; }
        /* line 738, ../../scss/_odds_base.scss */
        div#master-container #scroll-to-slip:active {
          -webkit-box-shadow: 0 0 6px 4px #8cd096;
          -moz-box-shadow: 0 0 6px 4px #8cd096;
          box-shadow: 0 0 6px 4px #8cd096; } }
  @media screen and (min-width: 71.875em) and (max-width: 85.312em) {
    /* line 711, ../../scss/_odds_base.scss */
    div#master-container {
      width: 100%; } }
  @media screen and (min-width: 85.375em) {
    /* line 711, ../../scss/_odds_base.scss */
    div#master-container {
      width: 1349px; } }

/* line 751, ../../scss/_odds_base.scss */
.terminal-size {
  width: 1240px !important; }

/* line 756, ../../scss/_odds_base.scss */
.terminal-panel-size .details, .terminal-panel-size .left-column {
  width: 39% !important; }
/* line 759, ../../scss/_odds_base.scss */
.terminal-panel-size .games, .terminal-panel-size .names-column {
  width: 61% !important; }
/* line 763, ../../scss/_odds_base.scss */
.terminal-panel-size .event-panel-ext .details {
  width: 100% !important; }

/*==========================================================*/
/*						/MASTER-CONTAINER					*/
/*==========================================================*/
/*==========================================================*/
/*						MASTER-HEADER						*/
/*==========================================================*/
/* line 775, ../../scss/_odds_base.scss */
#master-header {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 776, ../../scss/_odds_base.scss */
  #master-header .mobile-redirect-panel {
    height: 3.3em;
    line-height: 3.3em;
    background-color: #d80303;
    color: #929292; }
    /* line 781, ../../scss/_odds_base.scss */
    #master-header .mobile-redirect-panel a {
      padding-left: 1.9em;
      width: 100%;
      height: 100%;
      display: block; }
  /* line 791, ../../scss/_odds_base.scss */
  #master-header #language-selector {
    font-size: 11px;
    line-height: 11px;
    cursor: pointer; }
    /* line 795, ../../scss/_odds_base.scss */
    #master-header #language-selector #selected-language {
      width: 50px;
      height: 11px; }
      /* line 798, ../../scss/_odds_base.scss */
      #master-header #language-selector #selected-language .arrow {
        background-image: url("../../images/guinea/arrow_down.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-size: initial;
        width: 8px;
        height: 11px; }
    /* line 805, ../../scss/_odds_base.scss */
    #master-header #language-selector #available-languages {
      background-color: #f6f6f6;
      position: absolute;
      z-index: 25;
      padding: 0 0.5em;
      margin: 0.5em 0 0 -0.5em; }
      /* line 811, ../../scss/_odds_base.scss */
      #master-header #language-selector #available-languages .flag {
        display: block;
        width: 100%;
        margin: 1em 0; }
    /* line 817, ../../scss/_odds_base.scss */
    #master-header #language-selector .flag {
      background-image: url("../../images/guinea/available_langs.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      background-size: initial;
      width: 37px;
      height: 11px;
      padding-left: 18px;
      background-position: left 0px;
      background-color: transparent;
      border: none; }
      /* line 826, ../../scss/_odds_base.scss */
      #master-header #language-selector .flag.language-FR {
        background-position: left -11px; }
      /* line 829, ../../scss/_odds_base.scss */
      #master-header #language-selector .flag.language-PT {
        background-position: left -22px; }
  /* line 834, ../../scss/_odds_base.scss */
  #master-header #header-top {
    width: auto;
    margin: 0;
    max-width: none;
    background-color: #f6f6f6;
    -webkit-box-shadow: inset 0 -0.2em 8px -4px #9a9a9a;
    -moz-box-shadow: inset 0 -0.2em 8px -4px #9a9a9a;
    box-shadow: inset 0 -0.2em 8px -4px #9a9a9a;
    color: #929292;
    padding: 0.25em 1.9375rem 0.25em 1em; }
    /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    #master-header #header-top:before, #master-header #header-top:after {
      content: " ";
      display: table; }
    /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    #master-header #header-top:after {
      clear: both; }
    /* line 842, ../../scss/_odds_base.scss */
    #master-header #header-top div#header-top-left {
      padding-left: 0.775rem; }
    /* line 845, ../../scss/_odds_base.scss */
    #master-header #header-top div#header-top-right {
      text-align: right; }
      /* line 847, ../../scss/_odds_base.scss */
      #master-header #header-top div#header-top-right .link-menu span {
        margin-left: 1em;
        margin-right: 1em; }
      /* line 851, ../../scss/_odds_base.scss */
      #master-header #header-top div#header-top-right .markable.active {
        color: #cf1f1f; }
  /* line 856, ../../scss/_odds_base.scss */
  #master-header #header-middle {
    width: auto;
    margin: 0;
    max-width: none;
    -webkit-box-shadow: 0 10px 20px -10px #ba1f18;
    -moz-box-shadow: 0 10px 20px -10px #ba1f18;
    box-shadow: 0 10px 20px -10px #ba1f18;
    background-color: #ffffff;
    z-index: 9;
    position: relative;
    line-height: 2em;
    color: #000000; }
    /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    #master-header #header-middle:before, #master-header #header-middle:after {
      content: " ";
      display: table; }
    /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    #master-header #header-middle:after {
      clear: both; }
    /* line 869, ../../scss/_odds_base.scss */
    #master-header #header-middle #logo {
      max-width: 20em;
      min-height: 9em;
      display: inline-block;
      height: 100%;
      cursor: pointer;
      background-image: url("../../images/guinea/logo.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      background-size: inherit;
      border-left: 1.65em solid transparent; }
    /* line 889, ../../scss/_odds_base.scss */
    #master-header #header-middle .login-area {
      min-height: 9em;
      padding-top: 3em;
      color: inherit; }
      /* line 893, ../../scss/_odds_base.scss */
      #master-header #header-middle .login-area .registration-button {
        background-image: none;
        background-color: #ffde00;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#efad04));
        background-image: -webkit-linear-gradient(top, #ffde00, #efad04);
        background-image: -moz-linear-gradient(top, #ffde00, #efad04);
        background-image: -ms-linear-gradient(top, #ffde00, #efad04);
        background-image: -o-linear-gradient(top, #ffde00, #efad04);
        background-image: linear-gradient(top, #ffde00, #efad04);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#efad04');
        color: #000000;
        border: 1px solid #feff8d; }
      /* line 900, ../../scss/_odds_base.scss */
      #master-header #header-middle .login-area .forgotten-link {
        color: inherit; }
    /* line 904, ../../scss/_odds_base.scss */
    #master-header #header-middle #main-message {
      position: absolute;
      top: 1em;
      color: inherit; }
      @media screen and (max-width: 71.812em) {
        /* line 904, ../../scss/_odds_base.scss */
        #master-header #header-middle #main-message {
          top: 5em; } }
    /* line 912, ../../scss/_odds_base.scss */
    #master-header #header-middle .user-area {
      min-height: 9em;
      padding-top: 3em;
      color: inherit; }
      /* line 917, ../../scss/_odds_base.scss */
      #master-header #header-middle .user-area .label-with-button-on-left .button {
        background-image: url("../../images/guinea/account_icon.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 0;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        width: 3em;
        height: 2em;
        background-color: #00923e; }
      /* line 928, ../../scss/_odds_base.scss */
      #master-header #header-middle .user-area .label-with-button-on-left .label {
        padding: 0 0.25em;
        color: inherit; }
      /* line 933, ../../scss/_odds_base.scss */
      #master-header #header-middle .user-area .account-balance {
        border-radius: 4px;
        padding: 0 0.25em;
        margin-right: 1em;
        border: 1px solid #d3d3d3;
        min-width: 15em; }
      /* line 940, ../../scss/_odds_base.scss */
      #master-header #header-middle .user-area .payments-buttons {
        margin-top: 0.5em;
        width: 15em; }
        /* line 943, ../../scss/_odds_base.scss */
        #master-header #header-middle .user-area .payments-buttons .deposit {
          background-image: none;
          background-color: #49bc36;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#49bc36), to(#00923e));
          background-image: -webkit-linear-gradient(top, #49bc36, #00923e);
          background-image: -moz-linear-gradient(top, #49bc36, #00923e);
          background-image: -ms-linear-gradient(top, #49bc36, #00923e);
          background-image: -o-linear-gradient(top, #49bc36, #00923e);
          background-image: linear-gradient(top, #49bc36, #00923e);
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#49bc36', EndColorStr='#00923e');
          width: 7em;
          display: inline-block;
          float: left;
          margin-right: 0.5em;
          font-weight: normal;
          border: 1px solid #6dad29; }
        /* line 953, ../../scss/_odds_base.scss */
        #master-header #header-middle .user-area .payments-buttons .withdraw {
          background-image: none;
          background-color: #00923e;
          width: 7.5em;
          display: inline-block;
          float: right;
          font-weight: normal;
          border: 1px solid #6dad29; }
        /* line 970, ../../scss/_odds_base.scss */
        #master-header #header-middle .user-area .payments-buttons #deposit-dropdown {
          width: 7em;
          position: absolute;
          left: 15px;
          margin-top: -1em; }
        /* line 976, ../../scss/_odds_base.scss */
        #master-header #header-middle .user-area .payments-buttons #withdraw-dropdown {
          width: 7.5em;
          position: absolute;
          left: 128px;
          margin-top: -1em; }
      /* line 983, ../../scss/_odds_base.scss */
      #master-header #header-middle .user-area #account-button {
        margin-right: 1.9375rem; }
    @media screen and (max-width: 71.812em) {
      /* line 996, ../../scss/_odds_base.scss */
      #master-header #header-middle div#logo {
        min-height: 6em; }
      /* line 999, ../../scss/_odds_base.scss */
      #master-header #header-middle .login-area {
        min-height: 6em;
        padding-top: 0.3em; }
      /* line 1003, ../../scss/_odds_base.scss */
      #master-header #header-middle .user-area {
        min-height: 6em;
        padding-top: 0.3em; }
        /* line 1006, ../../scss/_odds_base.scss */
        #master-header #header-middle .user-area .basic-account-data {
          position: relative;
          top: 1em;
          padding-left: 0; } }
  /* line 1014, ../../scss/_odds_base.scss */
  #master-header div#header-bottom {
    width: auto;
    margin: 0;
    max-width: none;
    -webkit-box-shadow: 0 0.6em 4px -4px #fad9d7;
    -moz-box-shadow: 0 0.6em 4px -4px #fad9d7;
    box-shadow: 0 0.6em 4px -4px #fad9d7;
    background-color: #da241c;
    height: 4em;
    margin-top: -0.8em; }
    /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    #master-header div#header-bottom:before, #master-header div#header-bottom:after {
      content: " ";
      display: table; }
    /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    #master-header div#header-bottom:after {
      clear: both; }
    /* line 1025, ../../scss/_odds_base.scss */
    #master-header div#header-bottom div#header-tabs {
      padding: 0 1em;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: bold; }
      /* line 1030, ../../scss/_odds_base.scss */
      #master-header div#header-bottom div#header-tabs div.tab {
        display: inline-block;
        height: 4em;
        padding: 1.7em 1em 0 1em;
        cursor: pointer; }
        /* line 1035, ../../scss/_odds_base.scss */
        #master-header div#header-bottom div#header-tabs div.tab:hover, #master-header div#header-bottom div#header-tabs div.tab.active {
          background-color: #ffde00;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#efad04));
          background-image: -webkit-linear-gradient(top, #ffde00, #efad04);
          background-image: -moz-linear-gradient(top, #ffde00, #efad04);
          background-image: -ms-linear-gradient(top, #ffde00, #efad04);
          background-image: -o-linear-gradient(top, #ffde00, #efad04);
          background-image: linear-gradient(top, #ffde00, #efad04);
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#efad04');
          -webkit-box-shadow: 0 0.4em 4px 0 #f3f3f3;
          -moz-box-shadow: 0 0.4em 4px 0 #f3f3f3;
          box-shadow: 0 0.4em 4px 0 #f3f3f3;
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px;
          padding-top: 1.7em;
          color: #0d4a17; }
    /* line 1047, ../../scss/_odds_base.scss */
    #master-header div#header-bottom .social-images {
      display: inline-block;
      text-align: right; }
      @media screen and (max-width: 71.812em) {
        /* line 1047, ../../scss/_odds_base.scss */
        #master-header div#header-bottom .social-images {
          padding-top: 0.6em; } }
      @media screen and (min-width: 71.875em) and (max-width: 85.312em) {
        /* line 1047, ../../scss/_odds_base.scss */
        #master-header div#header-bottom .social-images {
          padding-top: 0.9em; } }
      @media screen and (min-width: 85.375em) {
        /* line 1047, ../../scss/_odds_base.scss */
        #master-header div#header-bottom .social-images {
          padding-top: 1.2em; } }
      /* line 1059, ../../scss/_odds_base.scss */
      #master-header div#header-bottom .social-images .icon-holder {
        padding: 0.5em; }
        /* line 1061, ../../scss/_odds_base.scss */
        #master-header div#header-bottom .social-images .icon-holder .icon {
          margin: 0 auto; }
  /* line 1083, ../../scss/_odds_base.scss */
  #master-header .user-menu-dropdown {
    background-color: #da241c;
    border-radius: 4px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    color: #ffffff;
    border: 1px solid #ffffff;
    z-index: 75 !important;
    display: none; }
    /* line 1091, ../../scss/_odds_base.scss */
    #master-header .user-menu-dropdown .item {
      border-top: 1px solid #ffffff;
      text-align: center;
      line-height: 3em;
      cursor: pointer; }
      /* line 1096, ../../scss/_odds_base.scss */
      #master-header .user-menu-dropdown .item a {
        display: block;
        width: 100%;
        height: 100%; }
      /* line 1101, ../../scss/_odds_base.scss */
      #master-header .user-menu-dropdown .item:first-of-type {
        border: 0; }
      /* line 1104, ../../scss/_odds_base.scss */
      #master-header .user-menu-dropdown .item:hover {
        background-color: #941712;
        color: #ffffff; }
  /* line 1110, ../../scss/_odds_base.scss */
  #master-header .open {
    display: inherit; }
  /* line 1113, ../../scss/_odds_base.scss */
  #master-header #virtuals-dropdown {
    width: 6em !important;
    margin-top: -2px;
    opacity: initial; }

/*==========================================================*/
/*						/MASTER-HEADER						*/
/*==========================================================*/
/*==========================================================*/
/*						MASTER-MAIN							*/
/*==========================================================*/
/* line 1126, ../../scss/_odds_base.scss */
main#master-main {
  width: auto;
  margin: 0;
  max-width: none;
  position: relative; }
  /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  main#master-main:before, main#master-main:after {
    content: " ";
    display: table; }
  /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  main#master-main:after {
    clear: both; }
  /* line 1129, ../../scss/_odds_base.scss */
  main#master-main .main-content {
    margin: 0.5em auto;
    padding: 0 !important;
    border-radius: 4px; }
    @media screen and (max-width: 71.812em) {
      /* line 1129, ../../scss/_odds_base.scss */
      main#master-main .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left; } }
    @media screen and (min-width: 71.875em) {
      /* line 1129, ../../scss/_odds_base.scss */
      main#master-main .main-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 66.66667%;
        float: left; } }
  /* line 1140, ../../scss/_odds_base.scss */
  main#master-main .main-content-no-side {
    margin: 0.5em auto;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding: 0 !important;
    border-radius: 4px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }
  /* line 1148, ../../scss/_odds_base.scss */
  main#master-main .content-header, main#master-main .shops-overview .header, .shops-overview main#master-main .header {
    background-color: #00923e;
    padding: 0.5em 0.9375rem;
    font-size: 120%;
    font-family: robotoblack;
    color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    /* line 1156, ../../scss/_odds_base.scss */
    main#master-main .content-header .header-link, main#master-main .shops-overview .header .header-link, .shops-overview main#master-main .header .header-link {
      display: inline-block;
      font-weight: bold;
      float: right;
      cursor: pointer;
      padding-right: 1em; }
      /* line 1162, ../../scss/_odds_base.scss */
      main#master-main .content-header .header-link:hover, main#master-main .shops-overview .header .header-link:hover, .shops-overview main#master-main .header .header-link:hover {
        color: #fff000; }
      /* line 1165, ../../scss/_odds_base.scss */
      main#master-main .content-header .header-link:active, main#master-main .shops-overview .header .header-link:active, .shops-overview main#master-main .header .header-link:active {
        color: #fff000; }
  /* line 1170, ../../scss/_odds_base.scss */
  main#master-main .sub-header {
    margin: 1.5em 0.5em; }

/*		ERROR		*/
/* line 1177, ../../scss/_odds_base.scss */
#error-wrap .error-header {
  background-color: #da241c;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 3em; }

/*		/ERROR		*/
/*		MIDDLE BANNER		*/
/* line 1192, ../../scss/_odds_base.scss */
#middle-banner-form .slides-container {
  border-style: solid;
  border-color: transparent;
  min-width: 100%; }
  /* line 1196, ../../scss/_odds_base.scss */
  #middle-banner-form .slides-container #middle-banner-wrap {
    width: 100%;
    height: 26.5em;
    overflow: hidden;
    position: relative;
    text-align: left; }
    /* line 1202, ../../scss/_odds_base.scss */
    #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table {
      background-color: transparent;
      width: 100%;
      height: 26.5em; }
      /* line 1206, ../../scss/_odds_base.scss */
      #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table .slide {
        margin: 0 auto;
        width: 100%;
        height: 26.5em;
        float: left;
        display: inline-block;
        background-color: transparent; }
        /* line 1213, ../../scss/_odds_base.scss */
        #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table .slide .cell {
          cursor: pointer;
          /*height: 14em;*/
          width: 100%;
          height: 100%;
          padding: 0;
          float: left;
          display: inline-block; }
          /* line 1221, ../../scss/_odds_base.scss */
          #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table .slide .cell .image {
            background-size: cover !important;
            background-position: center !important;
            background-repeat: no-repeat !important; }
          /* line 1226, ../../scss/_odds_base.scss */
          #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table .slide .cell .image-for-text {
            width: 40%;
            height: 100%;
            display: inline-block; }
          /* line 1231, ../../scss/_odds_base.scss */
          #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table .slide .cell .full-sized-image {
            width: 100%;
            height: 100%; }
          /* line 1235, ../../scss/_odds_base.scss */
          #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table .slide .cell .text-content {
            width: 58%;
            height: 100%;
            display: inline-block;
            vertical-align: top; }
          /* line 1241, ../../scss/_odds_base.scss */
          #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table .slide .cell .event-outcomes {
            text-align: center; }
          /* line 1244, ../../scss/_odds_base.scss */
          #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table .slide .cell .banner-image {
            border-radius: 4px;
            width: 100%;
            height: 100%; }
          /* line 1249, ../../scss/_odds_base.scss */
          #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table .slide .cell .outcomes-for-banner {
            text-align: center;
            position: relative;
            width: 80%;
            margin: 0 auto;
            height: 4em;
            top: -4em;
            line-height: 1em; }
          /* line 1258, ../../scss/_odds_base.scss */
          #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table .slide .cell .title {
            color: #cf1f1f;
            font-weight: bold; }
          /* line 1262, ../../scss/_odds_base.scss */
          #middle-banner-form .slides-container #middle-banner-wrap .middle-banner-table .slide .cell .text {
            margin-bottom: 1em; }
/* line 1270, ../../scss/_odds_base.scss */
#middle-banner-form .index {
  background-color: transparent;
  text-align: right;
  position: relative;
  top: -1em;
  height: 0; }
  /* line 1276, ../../scss/_odds_base.scss */
  #middle-banner-form .index .news-index {
    display: inline-block;
    z-index: 10; }
    /* line 1279, ../../scss/_odds_base.scss */
    #middle-banner-form .index .news-index .control {
      background-color: #ffffff;
      border-radius: 4px;
      background-image: none;
      margin: 0 0.25em;
      width: 1em;
      height: 1em;
      display: block;
      cursor: pointer;
      z-index: 10; }
      /* line 1289, ../../scss/_odds_base.scss */
      #middle-banner-form .index .news-index .control.active {
        background-color: #ffde00;
        -webkit-box-shadow: 0.25em 0.25em 4px 0 #9a9a9a;
        -moz-box-shadow: 0.25em 0.25em 4px 0 #9a9a9a;
        box-shadow: 0.25em 0.25em 4px 0 #9a9a9a; }
/* line 1296, ../../scss/_odds_base.scss */
#middle-banner-form .navigation {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline;
  height: 0;
  position: relative;
  top: -15.25em; }
  /* line 1302, ../../scss/_odds_base.scss */
  #middle-banner-form .navigation .arrow-left {
    display: inline;
    cursor: pointer;
    float: left;
    height: 4em;
    width: 4em;
    height: 0; }
    /* line 550, ../../scss/_mixins.scss */
    #middle-banner-form .navigation .arrow-left .icon-arrow-wrap {
      display: inline-block;
      height: 4em;
      width: 4em;
      border-radius: 2em; }
      /* line 558, ../../scss/_mixins.scss */
      #middle-banner-form .navigation .arrow-left .icon-arrow-wrap .icon-arrow {
        display: block;
        height: 2em;
        width: 2em;
        border-top: 0.6em solid #ffffff;
        border-right: 0.6em solid #ffffff;
        position: relative;
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        transform: rotate(-130deg);
        top: 1em;
        margin-left: 1.2em; }
    /* line 1310, ../../scss/_odds_base.scss */
    #middle-banner-form .navigation .arrow-left .icon-arrow-wrap {
      display: inline; }
  /* line 1314, ../../scss/_odds_base.scss */
  #middle-banner-form .navigation .arrow-right {
    display: inline;
    cursor: pointer;
    float: right;
    height: 4em;
    width: 4em;
    height: 0; }
    /* line 550, ../../scss/_mixins.scss */
    #middle-banner-form .navigation .arrow-right .icon-arrow-wrap {
      display: inline-block;
      height: 4em;
      width: 4em;
      border-radius: 2em; }
      /* line 558, ../../scss/_mixins.scss */
      #middle-banner-form .navigation .arrow-right .icon-arrow-wrap .icon-arrow {
        display: block;
        height: 2em;
        width: 2em;
        border-top: 0.6em solid #ffffff;
        border-right: 0.6em solid #ffffff;
        position: relative;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 1em;
        margin-left: 0.6em; }
    /* line 1322, ../../scss/_odds_base.scss */
    #middle-banner-form .navigation .arrow-right .icon-arrow-wrap {
      display: inline; }

/*		/MIDDLE BANNER		*/
/* HOME */
@media screen and (min-width: 71.875em) {
  /* line 1335, ../../scss/_odds_base.scss */
  .home-wrap #live-panels-wrap > div:first-of-type {
    padding-right: 0.25em; }
  /* line 1338, ../../scss/_odds_base.scss */
  .home-wrap #live-panels-wrap > div:last-of-type {
    padding-left: 0.25em; } }

/* /HOME */
/* NEWS */
/* line 1349, ../../scss/_odds_base.scss */
#news .content-header, #news .shops-overview .header, .shops-overview #news .header {
  margin-bottom: 1em; }
/* line 1352, ../../scss/_odds_base.scss */
#news .image-column {
  text-align: center; }
/* line 1355, ../../scss/_odds_base.scss */
#news .date-line {
  text-align: right;
  color: #b3b3b3; }
/* line 1359, ../../scss/_odds_base.scss */
#news .header-line {
  font-size: 120%; }
/* line 1362, ../../scss/_odds_base.scss */
#news .news-text {
  text-align: justify; }

/* line 1368, ../../scss/_odds_base.scss */
#news-overview .news-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  background-color: #ffffff;
  cursor: pointer;
  border: 1px solid #000000;
  border-top: 0;
  padding: 0.75em; }
  /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  #news-overview .news-row:before, #news-overview .news-row:after {
    content: " ";
    display: table; }
  /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  #news-overview .news-row:after {
    clear: both; }
  /* line 1375, ../../scss/_odds_base.scss */
  #news-overview .news-row:nth-child(even) {
    background-color: #ededed; }
  /* line 1378, ../../scss/_odds_base.scss */
  #news-overview .news-row:hover {
    background-color: #dbdbdb; }
  /* line 1381, ../../scss/_odds_base.scss */
  #news-overview .news-row .date {
    text-align: right; }

/* /NEWS */
/* 			SHOPS 			*/
/* line 1389, ../../scss/_odds_base.scss */
.shops-overview {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  .shops-overview:before, .shops-overview:after {
    content: " ";
    display: table; }
  /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  .shops-overview:after {
    clear: both; }
  /* line 1391, ../../scss/_odds_base.scss */
  .shops-overview .header {
    margin-top: 0.5em; }
  /* line 1395, ../../scss/_odds_base.scss */
  .shops-overview .shop-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;
    background-color: #ffffff;
    cursor: text;
    border: 1px solid #000000;
    border-top: 0;
    padding: 0.75em 0; }
    /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .shops-overview .shop-row:before, .shops-overview .shop-row:after {
      content: " ";
      display: table; }
    /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .shops-overview .shop-row:after {
      clear: both; }
    /* line 1402, ../../scss/_odds_base.scss */
    .shops-overview .shop-row:nth-child(even) {
      background-color: #ededed; }
    /* line 1405, ../../scss/_odds_base.scss */
    .shops-overview .shop-row .address {
      padding-left: 0; }
    /* line 1408, ../../scss/_odds_base.scss */
    .shops-overview .shop-row .phone {
      padding-right: 0; }

/* 			/SHOPS 			*/
/*					CATEGORY/EVENT/GAME VIEWS				*/
/* line 1416, ../../scss/_odds_base.scss */
.std-event-panel {
  line-height: 3em; }
  /* line 1419, ../../scss/_odds_base.scss */
  .std-event-panel .header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;
    color: #ffffff; }
    /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .std-event-panel .header:before, .std-event-panel .header:after {
      content: " ";
      display: table; }
    /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .std-event-panel .header:after {
      clear: both; }
    /* line 1422, ../../scss/_odds_base.scss */
    .std-event-panel .header .top-row {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      max-width: 62.5rem;
      background-color: #00923e;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      font-weight: bold;
      font-size: 150%;
      line-height: 200%;
      text-align: left;
      padding: 0 0.9375rem;
      margin-top: 0.5em; }
      /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .std-event-panel .header .top-row:before, .std-event-panel .header .top-row:after {
        content: " ";
        display: table; }
      /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .std-event-panel .header .top-row:after {
        clear: both; }
      /* line 1433, ../../scss/_odds_base.scss */
      .std-event-panel .header .top-row:first-of-type {
        margin-top: 0; }
    /* line 1437, ../../scss/_odds_base.scss */
    .std-event-panel .header .bottom-row {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      max-width: 62.5rem;
      background-color: #941712;
      color: #ffffff; }
      /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .std-event-panel .header .bottom-row:before, .std-event-panel .header .bottom-row:after {
        content: " ";
        display: table; }
      /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .std-event-panel .header .bottom-row:after {
        clear: both; }
      /* line 1441, ../../scss/_odds_base.scss */
      .std-event-panel .header .bottom-row .left-column {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 41.66667%;
        float: left;
        padding: 0; }
        /* line 1444, ../../scss/_odds_base.scss */
        .std-event-panel .header .bottom-row .left-column .time-header {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 16.66667%;
          float: left;
          padding: 0;
          text-align: center; }
        /* line 1449, ../../scss/_odds_base.scss */
        .std-event-panel .header .bottom-row .left-column .event-name-header {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 83.33333%;
          float: left; }
        /* line 1452, ../../scss/_odds_base.scss */
        .std-event-panel .header .bottom-row .left-column .event-category-header {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 100%;
          float: left;
          white-space: nowrap;
          overflow: hidden;
          padding-top: 0.25em; }
      /* line 1460, ../../scss/_odds_base.scss */
      .std-event-panel .header .bottom-row .names-column {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 58.33333%;
        float: left;
        padding: 0; }
        /* line 1463, ../../scss/_odds_base.scss */
        .std-event-panel .header .bottom-row .names-column .wrap {
          float: right; }
          /* line 1465, ../../scss/_odds_base.scss */
          .std-event-panel .header .bottom-row .names-column .wrap .outcome-name, .std-event-panel .header .bottom-row .names-column .wrap .more-games {
            display: inline-block;
            min-width: 3em;
            max-width: 3em;
            text-align: center;
            line-height: 1.25em; }
        /* line 1473, ../../scss/_odds_base.scss */
        .std-event-panel .header .bottom-row .names-column .outcome-size-2 {
          width: 6em; }
        /* line 1476, ../../scss/_odds_base.scss */
        .std-event-panel .header .bottom-row .names-column .outcome-size-3 {
          width: 9em; }
        /* line 1480, ../../scss/_odds_base.scss */
        .std-event-panel .header .bottom-row .names-column .wrap .game-wrap {
          white-space: nowrap;
          overflow: hidden;
          text-align: center;
          line-height: 1em;
          float: left; }
          /* line 1486, ../../scss/_odds_base.scss */
          .std-event-panel .header .bottom-row .names-column .wrap .game-wrap:last-of-type {
            border-right: 1px solid rgba(232, 234, 232, 0.35); }
          /* line 1489, ../../scss/_odds_base.scss */
          .std-event-panel .header .bottom-row .names-column .wrap .game-wrap .game-name {
            line-height: 1.75em;
            min-height: 1.75em;
            border-left: 1px solid rgba(232, 234, 232, 0.35); }
          /* line 1494, ../../scss/_odds_base.scss */
          .std-event-panel .header .bottom-row .names-column .wrap .game-wrap .outcome-name {
            color: #bed1c1;
            text-transform: lowercase; }
            /* line 1497, ../../scss/_odds_base.scss */
            .std-event-panel .header .bottom-row .names-column .wrap .game-wrap .outcome-name.section {
              line-height: 1.75em;
              border-left: 1px solid rgba(232, 234, 232, 0.35); }
    /* line 1506, ../../scss/_odds_base.scss */
    .std-event-panel .header:first-of-type {
      margin-top: 0; }
  /* line 1511, ../../scss/_odds_base.scss */
  .std-event-panel .nav {
    background-color: #d3d3d3;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    height: 3em; }
    /* line 1517, ../../scss/_odds_base.scss */
    .std-event-panel .nav .sports-menu input {
      border: 0;
      line-height: 3em; }
    /* line 1521, ../../scss/_odds_base.scss */
    .std-event-panel .nav .sports-menu.tabbed-menu {
      display: table; }
      /* line 1523, ../../scss/_odds_base.scss */
      .std-event-panel .nav .sports-menu.tabbed-menu div {
        display: table-cell; }
        /* line 1525, ../../scss/_odds_base.scss */
        .std-event-panel .nav .sports-menu.tabbed-menu div.active {
          display: inline-block;
          width: 100%; }
      /* line 1530, ../../scss/_odds_base.scss */
      .std-event-panel .nav .sports-menu.tabbed-menu .label {
        padding: 0 0.5em; }
    /* line 1534, ../../scss/_odds_base.scss */
    .std-event-panel .nav .sports-menu div, .std-event-panel .nav .sports-menu input {
      background-color: #e2e3e2;
      border-left: 1px solid #cdcdcd;
      cursor: pointer; }
      /* line 1538, ../../scss/_odds_base.scss */
      .std-event-panel .nav .sports-menu div:first-of-type, .std-event-panel .nav .sports-menu input:first-of-type {
        border: 0; }
      /* line 1541, ../../scss/_odds_base.scss */
      .std-event-panel .nav .sports-menu div.active, .std-event-panel .nav .sports-menu input.active {
        background-color: #da241c;
        color: #ffffff;
        font-weight: bold;
        line-height: 3.5em;
        margin-top: -0.5em;
        border-color: transparent;
        -webkit-box-shadow: inset 0 -6px 5px -6px #9a9a9a;
        -moz-box-shadow: inset 0 -6px 5px -6px #9a9a9a;
        box-shadow: inset 0 -6px 5px -6px #9a9a9a; }
    /* line 1554, ../../scss/_odds_base.scss */
    .std-event-panel .nav .outcomes-menu div {
      border-left: 1px solid #ffffff; }
  /* line 490, ../../scss/_mixins.scss */
  .std-event-panel .details {
    color: #000000; }
    /* line 492, ../../scss/_mixins.scss */
    .std-event-panel .details .event-date {
      display: inline-block; }
    /* line 495, ../../scss/_mixins.scss */
    .std-event-panel .details .event-code {
      display: inline-block; }
    /* line 498, ../../scss/_mixins.scss */
    .std-event-panel .details .event-name {
      color: #000000; }
  /* line 502, ../../scss/_mixins.scss */
  .std-event-panel .full-event-button {
    background-color: #ffffff;
    color: #000000;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
    display: inline-block; }
    /* line 509, ../../scss/_mixins.scss */
    .std-event-panel .full-event-button:hover, .std-event-panel .full-event-button:active {
      background-image: -webkit-gradient(linear, left top, left bottom, from(), to(#ffffff));
      background-image: -webkit-linear-gradient(top, , #ffffff);
      background-image: -moz-linear-gradient(top, , #ffffff);
      background-image: -ms-linear-gradient(top, , #ffffff);
      background-image: -o-linear-gradient(top, , #ffffff);
      background-image: linear-gradient(top, , #ffffff);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='', EndColorStr='#ffffff'); }
  /* line 1560, ../../scss/_odds_base.scss */
  .std-event-panel .event-panel {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;
    background-color: #ffffff;
    border-left: 1px solid #212121;
    border-right: 1px solid #212121; }
    /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .std-event-panel .event-panel:before, .std-event-panel .event-panel:after {
      content: " ";
      display: table; }
    /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .std-event-panel .event-panel:after {
      clear: both; }
    /* line 1565, ../../scss/_odds_base.scss */
    .std-event-panel .event-panel > div {
      height: 3em; }
    /* line 1569, ../../scss/_odds_base.scss */
    .std-event-panel .event-panel .games .game-wrap {
      height: 3em; }
    /* line 1573, ../../scss/_odds_base.scss */
    .std-event-panel .event-panel .empty-outcome {
      background-color: #9d9d9d;
      background-image: url("../../images/guinea/gameLock.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat; }
      /* line 1576, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel .empty-outcome:hover {
        background-color: #ffde00;
        background-image: url("../../images/guinea/gameLock_hover.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
    /* line 1582, ../../scss/_odds_base.scss */
    .std-event-panel .event-panel:nth-child(even) {
      background-color: #ededed; }
      /* line 1585, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel:nth-child(even) .details .event-date {
        background-color: #dbdbdb; }
      /* line 1590, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel:nth-child(even) .games .wrap > div {
        background-color: #bcbcbc; }
        /* line 1592, ../../scss/_odds_base.scss */
        .std-event-panel .event-panel:nth-child(even) .games .wrap > div .outcome, .std-event-panel .event-panel:nth-child(even) .games .wrap > div .outcomeWithName, .std-event-panel .event-panel:nth-child(even) .games .wrap > div .full-event-button, .std-event-panel .event-panels-wrap .event-panel:nth-child(even) .games .wrap > div .more {
          background-color: #bcbcbc; }
          /* line 1594, ../../scss/_odds_base.scss */
          .std-event-panel .event-panel:nth-child(even) .games .wrap > div .outcome:hover, .std-event-panel .event-panel:nth-child(even) .games .wrap > div .outcomeWithName:hover, .std-event-panel .event-panel:nth-child(even) .games .wrap > div .full-event-button:hover, .std-event-panel .event-panels-wrap .event-panel:nth-child(even) .games .wrap > div .more:hover, .std-event-panel .event-panel:nth-child(even) .games .wrap > div .outcome:active, .std-event-panel .event-panel:nth-child(even) .games .wrap > div .outcomeWithName:active, .std-event-panel .event-panel:nth-child(even) .games .wrap > div .full-event-button:active, .std-event-panel .event-panels-wrap .event-panel:nth-child(even) .games .wrap > div .more:active, .std-event-panel .event-panel:nth-child(even) .games .wrap > div .outcome.active, .std-event-panel .event-panel:nth-child(even) .games .wrap > div .active.outcomeWithName, .std-event-panel .event-panel:nth-child(even) .games .wrap > div .active.full-event-button, .std-event-panel .event-panels-wrap .event-panel:nth-child(even) .games .wrap > div .active.more {
            background-color: #ffde00;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#efad04));
            background-image: -webkit-linear-gradient(top, #ffde00, #efad04);
            background-image: -moz-linear-gradient(top, #ffde00, #efad04);
            background-image: -ms-linear-gradient(top, #ffde00, #efad04);
            background-image: -o-linear-gradient(top, #ffde00, #efad04);
            background-image: linear-gradient(top, #ffde00, #efad04);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#efad04'); }
        /* line 1600, ../../scss/_odds_base.scss */
        .std-event-panel .event-panel:nth-child(even) .games .wrap > div:hover:not(.empty-outcome), .std-event-panel .event-panel:nth-child(even) .games .wrap > div:active:not(.empty-outcome), .std-event-panel .event-panel:nth-child(even) .games .wrap > div.active:not(.empty-outcome) {
          background-color: #ffde00;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#efad04));
          background-image: -webkit-linear-gradient(top, #ffde00, #efad04);
          background-image: -moz-linear-gradient(top, #ffde00, #efad04);
          background-image: -ms-linear-gradient(top, #ffde00, #efad04);
          background-image: -o-linear-gradient(top, #ffde00, #efad04);
          background-image: linear-gradient(top, #ffde00, #efad04);
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#efad04'); }
      /* line 1605, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel:nth-child(even) .games .full-event-button {
        background-color: #9d9d9d; }
        /* line 1607, ../../scss/_odds_base.scss */
        .std-event-panel .event-panel:nth-child(even) .games .full-event-button:hover, .std-event-panel .event-panel:nth-child(even) .games .full-event-button:active {
          background-color: #ffde00;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#efad04));
          background-image: -webkit-linear-gradient(top, #ffde00, #efad04);
          background-image: -moz-linear-gradient(top, #ffde00, #efad04);
          background-image: -ms-linear-gradient(top, #ffde00, #efad04);
          background-image: -o-linear-gradient(top, #ffde00, #efad04);
          background-image: linear-gradient(top, #ffde00, #efad04);
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#efad04'); }
      /* line 1611, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel:nth-child(even) .games .empty-outcome {
        background-color: #9d9d9d;
        background-image: url("../../images/guinea/gameLock.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
        /* line 1614, ../../scss/_odds_base.scss */
        .std-event-panel .event-panel:nth-child(even) .games .empty-outcome:hover {
          background-color: #ffde00;
          background-image: url("../../images/guinea/gameLock_hover.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat; }
    /* line 1622, ../../scss/_odds_base.scss */
    .std-event-panel .event-panel .details {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 41.66667%;
      float: left;
      padding: 0; }
      /* line 1625, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel .details .event-date {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 16.66667%;
        float: left;
        background-color: #ededed;
        padding: 0;
        text-align: center;
        text-transform: lowercase; }
      /* line 1632, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel .details .event-name {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 83.33333%;
        float: left;
        white-space: nowrap; }
    /* line 1637, ../../scss/_odds_base.scss */
    .std-event-panel .event-panel .games {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 58.33333%;
      float: left;
      padding: 0;
      text-align: right; }
      /* line 1641, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel .games .wrap {
        display: inline-block; }
        /* line 1643, ../../scss/_odds_base.scss */
        .std-event-panel .event-panel .games .wrap .game-wrap .outcome, .std-event-panel .event-panel .games .wrap .game-wrap .outcomeWithName, .std-event-panel .event-panel .games .wrap .game-wrap .full-event-button, .std-event-panel .event-panels-wrap .event-panel .games .wrap .game-wrap .more {
          border-left: 1px solid #ffffff !important; }
        /* line 1648, ../../scss/_odds_base.scss */
        .std-event-panel .event-panel .games .wrap .blocked {
          height: 3em; }
          /* line 1651, ../../scss/_odds_base.scss */
          .std-event-panel .event-panel .games .wrap .blocked.outcome-size-2 {
            width: 6em; }
          /* line 1654, ../../scss/_odds_base.scss */
          .std-event-panel .event-panel .games .wrap .blocked.outcome-size-3 {
            width: 9em; }
        /* line 1659, ../../scss/_odds_base.scss */
        .std-event-panel .event-panel .games .wrap .outcome, .std-event-panel .event-panel .games .wrap .outcomeWithName, .std-event-panel .event-panel .games .wrap .full-event-button, .std-event-panel .event-panels-wrap .event-panel .games .wrap .more, .std-event-panel .event-panel .games .wrap .empty-outcome {
          height: 3em; }
      /* line 1663, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel .games .full-event-button {
        height: 3em;
        width: 3em;
        vertical-align: inherit;
        border-left: 1px solid #ffffff !important;
        background-color: #b4b4b4; }
      /* line 1671, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel .games .empty-outcome {
        height: 3em;
        vertical-align: inherit;
        border-left: 1px solid #ffffff !important; }
    /* line 1677, ../../scss/_odds_base.scss */
    .std-event-panel .event-panel .event-custom-panel {
      border-bottom: 1px solid #000000;
      height: 100%;
      display: inline;
      float: left;
      width: 100%; }
      /* line 1683, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel .event-custom-panel .outcome-odds {
        text-align: center;
        background-color: #d3d3d3;
        color: #ffffff;
        font-weight: bold; }
  /* line 1691, ../../scss/_odds_base.scss */
  .std-event-panel .hide {
    visibility: hidden; }
  /* line 1694, ../../scss/_odds_base.scss */
  .std-event-panel .event-panel-ext {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5rem;
    background-color: #ffffff; }
    /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .std-event-panel .event-panel-ext:before, .std-event-panel .event-panel-ext:after {
      content: " ";
      display: table; }
    /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
    .std-event-panel .event-panel-ext:after {
      clear: both; }
    /* line 1697, ../../scss/_odds_base.scss */
    .std-event-panel .event-panel-ext .details {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      max-width: 62.5rem;
      background-color: #da241c;
      color: #ffffff;
      font-weight: bold;
      padding: 0 1em; }
      /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .std-event-panel .event-panel-ext .details:before, .std-event-panel .event-panel-ext .details:after {
        content: " ";
        display: table; }
      /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .std-event-panel .event-panel-ext .details:after {
        clear: both; }
      /* line 1703, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel-ext .details .event-name {
        color: #ffffff;
        text-align: center;
        float: right; }
    /* line 1709, ../../scss/_odds_base.scss */
    .std-event-panel .event-panel-ext .outcomes-group {
      padding: 0;
      border: 1px solid #000000;
      border-top: 0; }
      /* line 1713, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel-ext .outcomes-group .outcome-row {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        max-width: 62.5rem;
        padding-right: 0; }
        /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
        .std-event-panel .event-panel-ext .outcomes-group .outcome-row:before, .std-event-panel .event-panel-ext .outcomes-group .outcome-row:after {
          content: " ";
          display: table; }
        /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
        .std-event-panel .event-panel-ext .outcomes-group .outcome-row:after {
          clear: both; }
        /* line 1719, ../../scss/_odds_base.scss */
        .std-event-panel .event-panel-ext .outcomes-group .outcome-row .outcome-odds {
          text-align: right;
          padding-right: 0; }
        /* line 1723, ../../scss/_odds_base.scss */
        .std-event-panel .event-panel-ext .outcomes-group .outcome-row:nth-child(even) {
          background-color: #ededed; }
    /* line 1728, ../../scss/_odds_base.scss */
    .std-event-panel .event-panel-ext .event-more {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      max-width: 62.5rem;
      padding: 0; }
      /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .std-event-panel .event-panel-ext .event-more:before, .std-event-panel .event-panel-ext .event-more:after {
        content: " ";
        display: table; }
      /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .std-event-panel .event-panel-ext .event-more:after {
        clear: both; }
      /* line 1731, ../../scss/_odds_base.scss */
      .std-event-panel .event-panel-ext .event-more .full-event-button {
        border-top: 1px solid #000000;
        width: 3em;
        text-align: center; }
  /* line 1738, ../../scss/_odds_base.scss */
  .std-event-panel .event-panels-wrap {
    -webkit-box-shadow: 0 -2px 4px -2px #9a9a9a;
    -moz-box-shadow: 0 -2px 4px -2px #9a9a9a;
    box-shadow: 0 -2px 4px -2px #9a9a9a;
    z-index: 10;
    position: relative; }
    /* line 1742, ../../scss/_odds_base.scss */
    .std-event-panel .event-panels-wrap .event-panel {
      border-bottom: 1px solid #000000; }
      /* line 1744, ../../scss/_odds_base.scss */
      .std-event-panel .event-panels-wrap .event-panel > div {
        height: 4em; }
      /* line 1747, ../../scss/_odds_base.scss */
      .std-event-panel .event-panels-wrap .event-panel .details {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 58.33333%;
        float: left; }
        /* line 1749, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .event-panel .details .event-start {
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          margin-top: 0;
          margin-bottom: 0;
          max-width: 62.5rem;
          line-height: 1.5em; }
          /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
          .std-event-panel .event-panels-wrap .event-panel .details .event-start:before, .std-event-panel .event-panels-wrap .event-panel .details .event-start:after {
            content: " ";
            display: table; }
          /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
          .std-event-panel .event-panels-wrap .event-panel .details .event-start:after {
            clear: both; }
        /* line 1753, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .event-panel .details .event-name {
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          margin-top: 0;
          margin-bottom: 0;
          max-width: 62.5rem;
          padding: 0;
          line-height: 1.4em;
          font-size: 90%;
          font-weight: bold;
          white-space: normal; }
          /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
          .std-event-panel .event-panels-wrap .event-panel .details .event-name:before, .std-event-panel .event-panels-wrap .event-panel .details .event-name:after {
            content: " ";
            display: table; }
          /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
          .std-event-panel .event-panels-wrap .event-panel .details .event-name:after {
            clear: both; }
      /* line 1762, ../../scss/_odds_base.scss */
      .std-event-panel .event-panels-wrap .event-panel .wrap {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 41.66667%;
        float: left;
        padding: 0;
        height: 4em; }
        /* line 1766, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .event-panel .wrap .outcome, .std-event-panel .event-panels-wrap .event-panel .wrap .outcomeWithName, .std-event-panel .event-panels-wrap .event-panel .wrap .games .full-event-button, .std-event-panel .event-panels-wrap .event-panel .games .wrap .full-event-button, .std-event-panel .event-panels-wrap .event-panel .wrap .more {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 25%;
          float: left;
          padding: 0;
          min-width: 0;
          line-height: 4em;
          height: 4em;
          font-weight: normal; }
        /* line 1774, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .event-panel .wrap .more {
          background-color: #b4b4b4; }
        /* line 1778, ../../scss/_odds_base.scss */
        .std-event-panel .event-panels-wrap .event-panel .wrap .blocked-outcomes-info {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 75%;
          float: left;
          line-height: 4em; }
    /* line 1784, ../../scss/_odds_base.scss */
    .std-event-panel .event-panels-wrap .no-lives-info {
      background-color: #ededed;
      text-align: center;
      line-height: 4em; }
  /* line 1791, ../../scss/_odds_base.scss */
  .std-event-panel#running-lives-home .header, .std-event-panel#best-sellers-home .header {
    font-family: robotoblack; }
  /* line 1794, ../../scss/_odds_base.scss */
  .std-event-panel#running-lives-home .event-panels-wrap, .std-event-panel#best-sellers-home .event-panels-wrap {
    background-color: #ededed;
    border: 1px solid #212121;
    border-top: 0; }
    @media screen and (min-width: 71.875em) and (max-width: 85.312em) {
      /* line 1794, ../../scss/_odds_base.scss */
      .std-event-panel#running-lives-home .event-panels-wrap, .std-event-panel#best-sellers-home .event-panels-wrap {
        height: 530px;
        overflow: hidden; } }
    @media screen and (min-width: 85.375em) {
      /* line 1794, ../../scss/_odds_base.scss */
      .std-event-panel#running-lives-home .event-panels-wrap, .std-event-panel#best-sellers-home .event-panels-wrap {
        height: 610px;
        overflow: hidden; } }
    /* line 1806, ../../scss/_odds_base.scss */
    .std-event-panel#running-lives-home .event-panels-wrap .event-panel, .std-event-panel#best-sellers-home .event-panels-wrap .event-panel {
      border-left: 0;
      border-right: 0; }
      /* line 1809, ../../scss/_odds_base.scss */
      .std-event-panel#running-lives-home .event-panels-wrap .event-panel .blocked, .std-event-panel#best-sellers-home .event-panels-wrap .event-panel .blocked {
        background-color: #969696;
        background-image: url("../../images/guinea/gameLock.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat; }
        /* line 1812, ../../scss/_odds_base.scss */
        .std-event-panel#running-lives-home .event-panels-wrap .event-panel .blocked:hover, .std-event-panel#best-sellers-home .event-panels-wrap .event-panel .blocked:hover {
          background-color: #ffde00;
          background-image: url("../../images/guinea/gameLock_hover.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat; }

/* line 1823, ../../scss/_odds_base.scss */
#live-overview-started .content-header, #live-overview-started .shops-overview .header, .shops-overview #live-overview-started .header, #live-overview-upcomming .content-header, #live-overview-upcomming .shops-overview .header, .shops-overview #live-overview-upcomming .header {
  line-height: 1em;
  font-size: 1.5em !important; }

/* line 1828, ../../scss/_odds_base.scss */
#live-overview-started {
  margin-bottom: 2em; }
  /* line 1830, ../../scss/_odds_base.scss */
  #live-overview-started .blocked {
    background-color: #941712 !important;
    background-image: url("../../images/guinea/gameLock.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat; }
  /* line 1834, ../../scss/_odds_base.scss */
  #live-overview-started .content-wrap {
    margin-bottom: 1em; }
    /* line 1838, ../../scss/_odds_base.scss */
    #live-overview-started .content-wrap .event-panel .details * {
      overflow: hidden;
      white-space: nowrap; }
    /* line 1842, ../../scss/_odds_base.scss */
    #live-overview-started .content-wrap .event-panel .details .event-info {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.33333%;
      float: left;
      min-height: 100%;
      padding-top: 0.3em;
      padding-bottom: 0.3em; }
      /* line 1847, ../../scss/_odds_base.scss */
      #live-overview-started .content-wrap .event-panel .details .event-info .info-panel {
        color: #ffffff;
        min-height: 100%;
        line-height: 2.2em;
        background-color: #a95319;
        -webkit-box-shadow: 1px 1px 3px 0px #9a9a9a;
        -moz-box-shadow: 1px 1px 3px 0px #9a9a9a;
        box-shadow: 1px 1px 3px 0px #9a9a9a; }
    /* line 1855, ../../scss/_odds_base.scss */
    #live-overview-started .content-wrap .event-panel .details .event-score {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 16.66667%;
      float: left;
      min-height: 100%; }
    /* line 1859, ../../scss/_odds_base.scss */
    #live-overview-started .content-wrap .event-panel .details .event-name {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 50%;
      float: left;
      min-height: 100%; }

/* line 1868, ../../scss/_odds_base.scss */
.event-wrap {
  /*	LIVE EVENT - GAME TABLES	*/
  /*	/LIVE EVENT - GAME TABLES	*/ }
  /* line 1869, ../../scss/_odds_base.scss */
  .event-wrap .outcome, .event-wrap .outcomeWithName, .event-wrap .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panel .games .event-wrap .full-event-button, .event-wrap .std-event-panel .event-panels-wrap .event-panel .wrap .more, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap .more {
    display: block; }
  /* line 1872, ../../scss/_odds_base.scss */
  .event-wrap .main-content-area {
    border: 1px solid #000000;
    border-top: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: bold; }
    /* line 1878, ../../scss/_odds_base.scss */
    .event-wrap .main-content-area .event-name {
      display: inline-block;
      font-size: 110%; }
    /* line 1882, ../../scss/_odds_base.scss */
    .event-wrap .main-content-area .event-start {
      display: inline-block;
      float: right;
      font-weight: normal; }
    /* line 1887, ../../scss/_odds_base.scss */
    .event-wrap .main-content-area .game-wrap {
      width: auto;
      margin: 0;
      max-width: none;
      line-height: 2em; }
      /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .event-wrap .main-content-area .game-wrap:before, .event-wrap .main-content-area .game-wrap:after {
        content: " ";
        display: table; }
      /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
      .event-wrap .main-content-area .game-wrap:after {
        clear: both; }
      /* line 1890, ../../scss/_odds_base.scss */
      .event-wrap .main-content-area .game-wrap .outcomes-wrap {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 75%;
        float: left;
        display: table;
        table-layout: fixed;
        padding: 0; }
        /* line 1895, ../../scss/_odds_base.scss */
        .event-wrap .main-content-area .game-wrap .outcomes-wrap .outcomes {
          display: table-row;
          width: 100%; }
          /* line 1898, ../../scss/_odds_base.scss */
          .event-wrap .main-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap {
            display: table-cell; }
      /* line 1904, ../../scss/_odds_base.scss */
      .event-wrap .main-content-area .game-wrap:nth-child(odd) .outcome, .event-wrap .main-content-area .game-wrap:nth-child(odd) .outcomeWithName, .event-wrap .main-content-area .game-wrap:nth-child(odd) .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panel .games .event-wrap .main-content-area .game-wrap:nth-child(odd) .full-event-button, .event-wrap .main-content-area .game-wrap:nth-child(odd) .std-event-panel .event-panels-wrap .event-panel .wrap .more, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap .main-content-area .game-wrap:nth-child(odd) .more {
        background-color: #c9c9c9; }
        /* line 1906, ../../scss/_odds_base.scss */
        .event-wrap .main-content-area .game-wrap:nth-child(odd) .outcome:hover, .event-wrap .main-content-area .game-wrap:nth-child(odd) .outcomeWithName:hover, .event-wrap .main-content-area .game-wrap:nth-child(odd) .std-event-panel .event-panel .games .full-event-button:hover, .std-event-panel .event-panel .games .event-wrap .main-content-area .game-wrap:nth-child(odd) .full-event-button:hover, .event-wrap .main-content-area .game-wrap:nth-child(odd) .std-event-panel .event-panels-wrap .event-panel .wrap .more:hover, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap .main-content-area .game-wrap:nth-child(odd) .more:hover {
          color: #000000;
          background-color: #ffde00;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#efad04));
          background-image: -webkit-linear-gradient(top, #ffde00, #efad04);
          background-image: -moz-linear-gradient(top, #ffde00, #efad04);
          background-image: -ms-linear-gradient(top, #ffde00, #efad04);
          background-image: -o-linear-gradient(top, #ffde00, #efad04);
          background-image: linear-gradient(top, #ffde00, #efad04);
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#efad04');
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
          filter: alpha(opacity=75);
          -moz-opacity: 0.75;
          -khtml-opacity: 0.75;
          opacity: 0.75; }
        /* line 1911, ../../scss/_odds_base.scss */
        .event-wrap .main-content-area .game-wrap:nth-child(odd) .outcome:active, .event-wrap .main-content-area .game-wrap:nth-child(odd) .outcomeWithName:active, .event-wrap .main-content-area .game-wrap:nth-child(odd) .std-event-panel .event-panel .games .full-event-button:active, .std-event-panel .event-panel .games .event-wrap .main-content-area .game-wrap:nth-child(odd) .full-event-button:active, .event-wrap .main-content-area .game-wrap:nth-child(odd) .std-event-panel .event-panels-wrap .event-panel .wrap .more:active, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap .main-content-area .game-wrap:nth-child(odd) .more:active, .event-wrap .main-content-area .game-wrap:nth-child(odd) .outcome.active, .event-wrap .main-content-area .game-wrap:nth-child(odd) .active.outcomeWithName, .event-wrap .main-content-area .game-wrap:nth-child(odd) .std-event-panel .event-panel .games .active.full-event-button, .std-event-panel .event-panel .games .event-wrap .main-content-area .game-wrap:nth-child(odd) .active.full-event-button, .event-wrap .main-content-area .game-wrap:nth-child(odd) .std-event-panel .event-panels-wrap .event-panel .wrap .active.more, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap .main-content-area .game-wrap:nth-child(odd) .active.more {
          color: #000000;
          background-color: #ffde00;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#efad04));
          background-image: -webkit-linear-gradient(top, #ffde00, #efad04);
          background-image: -moz-linear-gradient(top, #ffde00, #efad04);
          background-image: -ms-linear-gradient(top, #ffde00, #efad04);
          background-image: -o-linear-gradient(top, #ffde00, #efad04);
          background-image: linear-gradient(top, #ffde00, #efad04);
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#efad04');
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          -khtml-opacity: 1;
          opacity: 1; }
      /* line 1918, ../../scss/_odds_base.scss */
      .event-wrap .main-content-area .game-wrap:nth-child(even) {
        background-color: #ededed; }
        /* line 1920, ../../scss/_odds_base.scss */
        .event-wrap .main-content-area .game-wrap:nth-child(even) .outcome, .event-wrap .main-content-area .game-wrap:nth-child(even) .outcomeWithName, .event-wrap .main-content-area .game-wrap:nth-child(even) .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panel .games .event-wrap .main-content-area .game-wrap:nth-child(even) .full-event-button, .event-wrap .main-content-area .game-wrap:nth-child(even) .std-event-panel .event-panels-wrap .event-panel .wrap .more, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap .main-content-area .game-wrap:nth-child(even) .more {
          background-color: #d3d3d3; }
          /* line 1922, ../../scss/_odds_base.scss */
          .event-wrap .main-content-area .game-wrap:nth-child(even) .outcome:hover, .event-wrap .main-content-area .game-wrap:nth-child(even) .outcomeWithName:hover, .event-wrap .main-content-area .game-wrap:nth-child(even) .std-event-panel .event-panel .games .full-event-button:hover, .std-event-panel .event-panel .games .event-wrap .main-content-area .game-wrap:nth-child(even) .full-event-button:hover, .event-wrap .main-content-area .game-wrap:nth-child(even) .std-event-panel .event-panels-wrap .event-panel .wrap .more:hover, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap .main-content-area .game-wrap:nth-child(even) .more:hover {
            color: #000000;
            background-color: #ffde00 !important;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#efad04)) !important;
            background-image: -webkit-linear-gradient(top, #ffde00, #efad04) !important;
            background-image: -moz-linear-gradient(top, #ffde00, #efad04) !important;
            background-image: -ms-linear-gradient(top, #ffde00, #efad04) !important;
            background-image: -o-linear-gradient(top, #ffde00, #efad04) !important;
            background-image: linear-gradient(top, #ffde00, #efad04) !important;
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#efad04') !important;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
            filter: alpha(opacity=75);
            -moz-opacity: 0.75;
            -khtml-opacity: 0.75;
            opacity: 0.75; }
          /* line 1927, ../../scss/_odds_base.scss */
          .event-wrap .main-content-area .game-wrap:nth-child(even) .outcome:active, .event-wrap .main-content-area .game-wrap:nth-child(even) .outcomeWithName:active, .event-wrap .main-content-area .game-wrap:nth-child(even) .std-event-panel .event-panel .games .full-event-button:active, .std-event-panel .event-panel .games .event-wrap .main-content-area .game-wrap:nth-child(even) .full-event-button:active, .event-wrap .main-content-area .game-wrap:nth-child(even) .std-event-panel .event-panels-wrap .event-panel .wrap .more:active, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap .main-content-area .game-wrap:nth-child(even) .more:active, .event-wrap .main-content-area .game-wrap:nth-child(even) .outcome.active, .event-wrap .main-content-area .game-wrap:nth-child(even) .active.outcomeWithName, .event-wrap .main-content-area .game-wrap:nth-child(even) .std-event-panel .event-panel .games .active.full-event-button, .std-event-panel .event-panel .games .event-wrap .main-content-area .game-wrap:nth-child(even) .active.full-event-button, .event-wrap .main-content-area .game-wrap:nth-child(even) .std-event-panel .event-panels-wrap .event-panel .wrap .active.more, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap .main-content-area .game-wrap:nth-child(even) .active.more {
            color: #000000;
            background-color: #ffde00 !important;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#efad04)) !important;
            background-image: -webkit-linear-gradient(top, #ffde00, #efad04) !important;
            background-image: -moz-linear-gradient(top, #ffde00, #efad04) !important;
            background-image: -ms-linear-gradient(top, #ffde00, #efad04) !important;
            background-image: -o-linear-gradient(top, #ffde00, #efad04) !important;
            background-image: linear-gradient(top, #ffde00, #efad04) !important;
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#efad04') !important;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1; }
      /* line 1934, ../../scss/_odds_base.scss */
      .event-wrap .main-content-area .game-wrap .game-header {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 25%;
        float: left; }
      /* line 1937, ../../scss/_odds_base.scss */
      .event-wrap .main-content-area .game-wrap .outcome.extended, .event-wrap .main-content-area .game-wrap .extended.outcomeWithName, .event-wrap .main-content-area .game-wrap .std-event-panel .event-panel .games .extended.full-event-button, .std-event-panel .event-panel .games .event-wrap .main-content-area .game-wrap .extended.full-event-button, .event-wrap .main-content-area .game-wrap .std-event-panel .event-panels-wrap .event-panel .wrap .extended.more, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap .main-content-area .game-wrap .extended.more {
        color: #ffffff; }
  /* line 1943, ../../scss/_odds_base.scss */
  .event-wrap .side-content-area .game-wrap {
    display: table;
    width: 100%;
    line-height: 2em;
    margin-top: 0.5em;
    border: 1px solid #000000;
    border-top: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: bold; }
    /* line 1953, ../../scss/_odds_base.scss */
    .event-wrap .side-content-area .game-wrap .game-header {
      background-color: #00923e;
      color: #ffffff;
      font-weight: bold;
      padding: 0.3em 0.9375rem;
      font-size: 125%;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    /* line 1962, ../../scss/_odds_base.scss */
    .event-wrap .side-content-area .game-wrap .outcomes-wrap {
      border-top: 0;
      display: table;
      width: 100%; }
      /* line 1966, ../../scss/_odds_base.scss */
      .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row {
        display: table-row; }
        /* line 1968, ../../scss/_odds_base.scss */
        .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row .outcome-wrap, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row .argument-label {
          display: table-cell;
          vertical-align: top; }
        /* line 1972, ../../scss/_odds_base.scss */
        .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) {
          background-color: #ededed; }
          /* line 1974, ../../scss/_odds_base.scss */
          .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .outcome, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .outcomeWithName, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panel .games .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .full-event-button, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .event-panel .wrap .more, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .more {
            background-color: #bcbcbc; }
            /* line 1976, ../../scss/_odds_base.scss */
            .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .outcome:hover, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .outcomeWithName:hover, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .std-event-panel .event-panel .games .full-event-button:hover, .std-event-panel .event-panel .games .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .full-event-button:hover, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .event-panel .wrap .more:hover, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .more:hover {
              color: #000000;
              background-color: #ffde00;
              background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#efad04));
              background-image: -webkit-linear-gradient(top, #ffde00, #efad04);
              background-image: -moz-linear-gradient(top, #ffde00, #efad04);
              background-image: -ms-linear-gradient(top, #ffde00, #efad04);
              background-image: -o-linear-gradient(top, #ffde00, #efad04);
              background-image: linear-gradient(top, #ffde00, #efad04);
              filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#efad04');
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
              filter: alpha(opacity=75);
              -moz-opacity: 0.75;
              -khtml-opacity: 0.75;
              opacity: 0.75; }
            /* line 1981, ../../scss/_odds_base.scss */
            .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .outcome:active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .outcomeWithName:active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .std-event-panel .event-panel .games .full-event-button:active, .std-event-panel .event-panel .games .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .full-event-button:active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .event-panel .wrap .more:active, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .more:active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .outcome.active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .active.outcomeWithName, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .std-event-panel .event-panel .games .active.full-event-button, .std-event-panel .event-panel .games .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .active.full-event-button, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .event-panel .wrap .active.more, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcome-row:nth-child(even) .active.more {
              color: #000000;
              background-color: #ffde00;
              background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#efad04));
              background-image: -webkit-linear-gradient(top, #ffde00, #efad04);
              background-image: -moz-linear-gradient(top, #ffde00, #efad04);
              background-image: -ms-linear-gradient(top, #ffde00, #efad04);
              background-image: -o-linear-gradient(top, #ffde00, #efad04);
              background-image: linear-gradient(top, #ffde00, #efad04);
              filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#efad04');
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
              filter: alpha(opacity=100);
              -moz-opacity: 1;
              -khtml-opacity: 1;
              opacity: 1; }
      /* line 1989, ../../scss/_odds_base.scss */
      .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes {
        display: table-row; }
        /* line 1991, ../../scss/_odds_base.scss */
        .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap {
          display: table-cell; }
          /* line 1994, ../../scss/_odds_base.scss */
          .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .outcome, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .outcomeWithName, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panel .games .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .full-event-button, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .std-event-panel .event-panels-wrap .event-panel .wrap .more, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .more {
            background-color: #ededed; }
            /* line 1996, ../../scss/_odds_base.scss */
            .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .outcome:hover, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .outcomeWithName:hover, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .std-event-panel .event-panel .games .full-event-button:hover, .std-event-panel .event-panel .games .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .full-event-button:hover, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .std-event-panel .event-panels-wrap .event-panel .wrap .more:hover, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .more:hover {
              color: #000000;
              background-color: #ffde00;
              background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#efad04));
              background-image: -webkit-linear-gradient(top, #ffde00, #efad04);
              background-image: -moz-linear-gradient(top, #ffde00, #efad04);
              background-image: -ms-linear-gradient(top, #ffde00, #efad04);
              background-image: -o-linear-gradient(top, #ffde00, #efad04);
              background-image: linear-gradient(top, #ffde00, #efad04);
              filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#efad04');
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
              filter: alpha(opacity=75);
              -moz-opacity: 0.75;
              -khtml-opacity: 0.75;
              opacity: 0.75; }
            /* line 2001, ../../scss/_odds_base.scss */
            .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .outcome:active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .outcomeWithName:active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .std-event-panel .event-panel .games .full-event-button:active, .std-event-panel .event-panel .games .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .full-event-button:active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .std-event-panel .event-panels-wrap .event-panel .wrap .more:active, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .more:active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .outcome.active, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .active.outcomeWithName, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .std-event-panel .event-panel .games .active.full-event-button, .std-event-panel .event-panel .games .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .active.full-event-button, .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .std-event-panel .event-panels-wrap .event-panel .wrap .active.more, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap .side-content-area .game-wrap .outcomes-wrap .outcomes .outcome-wrap:nth-child(even) .active.more {
              color: #000000;
              background-color: #ffde00;
              background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#efad04));
              background-image: -webkit-linear-gradient(top, #ffde00, #efad04);
              background-image: -moz-linear-gradient(top, #ffde00, #efad04);
              background-image: -ms-linear-gradient(top, #ffde00, #efad04);
              background-image: -o-linear-gradient(top, #ffde00, #efad04);
              background-image: linear-gradient(top, #ffde00, #efad04);
              filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#efad04');
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
              filter: alpha(opacity=100);
              -moz-opacity: 1;
              -khtml-opacity: 1;
              opacity: 1; }
      /* line 2011, ../../scss/_odds_base.scss */
      .event-wrap .side-content-area .game-wrap .outcomes-wrap > .small-6 .outcome-row, .event-wrap .side-content-area .game-wrap .outcomes-wrap > .small-4 .outcome-row {
        display: block;
        white-space: nowrap; }
  /* line 2019, ../../scss/_odds_base.scss */
  .event-wrap .side-content-area.right {
    padding-right: 0;
    padding-left: 0.5em; }
  @media screen and (max-width: 71.812em) {
    /* line 2024, ../../scss/_odds_base.scss */
    .event-wrap .right-content-area {
      padding: 0; } }
  /* line 2032, ../../scss/_odds_base.scss */
  .event-wrap.live .event-name {
    line-height: 2em; }
  /* line 2035, ../../scss/_odds_base.scss */
  .event-wrap.live #live-event-betting-table {
    position: relative;
    top: -5em; }
  /* line 2039, ../../scss/_odds_base.scss */
  .event-wrap.live .outcome-wrap, .event-wrap.live .argument-label {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left;
    text-align: center;
    line-height: 2em;
    padding: 0; }
  /* line 2046, ../../scss/_odds_base.scss */
  .event-wrap.live .middle-cell .outcome, .event-wrap.live .middle-cell .outcomeWithName, .event-wrap.live .middle-cell .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panel .games .event-wrap.live .middle-cell .full-event-button, .event-wrap.live .middle-cell .std-event-panel .event-panels-wrap .event-panel .wrap .more, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap.live .middle-cell .more {
    background-color: #c9c9c9 !important; }
    /* line 2048, ../../scss/_odds_base.scss */
    .event-wrap.live .middle-cell .outcome:hover, .event-wrap.live .middle-cell .outcomeWithName:hover, .event-wrap.live .middle-cell .std-event-panel .event-panel .games .full-event-button:hover, .std-event-panel .event-panel .games .event-wrap.live .middle-cell .full-event-button:hover, .event-wrap.live .middle-cell .std-event-panel .event-panels-wrap .event-panel .wrap .more:hover, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap.live .middle-cell .more:hover, .event-wrap.live .middle-cell .outcome:active, .event-wrap.live .middle-cell .outcomeWithName:active, .event-wrap.live .middle-cell .std-event-panel .event-panel .games .full-event-button:active, .std-event-panel .event-panel .games .event-wrap.live .middle-cell .full-event-button:active, .event-wrap.live .middle-cell .std-event-panel .event-panels-wrap .event-panel .wrap .more:active, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap.live .middle-cell .more:active, .event-wrap.live .middle-cell .outcome.active, .event-wrap.live .middle-cell .active.outcomeWithName, .event-wrap.live .middle-cell .std-event-panel .event-panel .games .active.full-event-button, .std-event-panel .event-panel .games .event-wrap.live .middle-cell .active.full-event-button, .event-wrap.live .middle-cell .std-event-panel .event-panels-wrap .event-panel .wrap .active.more, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap.live .middle-cell .active.more {
      background-color: #ffde00 !important; }
  /* line 2055, ../../scss/_odds_base.scss */
  .event-wrap.live .game-wrap.blocked .game-header {
    color: #c9c9c9; }
  /* line 2058, ../../scss/_odds_base.scss */
  .event-wrap.live .game-wrap.blocked .game-outcomes-names, .event-wrap.live .game-wrap.blocked .outcomes-wrap {
    background-color: #c9c9c9;
    height: 2em; }
  /* line 2064, ../../scss/_odds_base.scss */
  .event-wrap.live .game-wrap.multiple .outcome-name-wrap {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.66667%;
    float: left; }
  /* line 2068, ../../scss/_odds_base.scss */
  .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .outcome-name-wrap {
    background-color: #ededed; }
  /* line 2071, ../../scss/_odds_base.scss */
  .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .outcome, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .outcomeWithName, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panel .games .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .full-event-button, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .event-panel .wrap .more, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .more {
    background-color: #c9c9c9 !important; }
    /* line 2073, ../../scss/_odds_base.scss */
    .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .outcome:hover, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .outcomeWithName:hover, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .std-event-panel .event-panel .games .full-event-button:hover, .std-event-panel .event-panel .games .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .full-event-button:hover, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .event-panel .wrap .more:hover, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .more:hover, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .outcome:active, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .outcomeWithName:active, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .std-event-panel .event-panel .games .full-event-button:active, .std-event-panel .event-panel .games .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .full-event-button:active, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .event-panel .wrap .more:active, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .more:active, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .outcome.active, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .active.outcomeWithName, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .std-event-panel .event-panel .games .active.full-event-button, .std-event-panel .event-panel .games .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .active.full-event-button, .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .std-event-panel .event-panels-wrap .event-panel .wrap .active.more, .std-event-panel .event-panels-wrap .event-panel .wrap .event-wrap.live .game-wrap.multiple .outcome-row:nth-child(even) .active.more {
      background-color: #ffde00 !important; }

/*					/CATEGORY/EVENT/GAME VIEWS				*/
/*   		LIVE EVENT - TOP MENU		   */
/* line 2087, ../../scss/_odds_base.scss */
.main-content #other-lives-dropdown-container {
  font-weight: normal;
  font-size: initial; }
  /* line 2090, ../../scss/_odds_base.scss */
  .main-content #other-lives-dropdown-container .sb-dropdown-inputValue {
    background-color: #f2f2f2;
    border: 0; }
/* line 2097, ../../scss/_odds_base.scss */
.main-content .event-wrap .live-event-area #live-event-background {
  height: 20em; }
/* line 2100, ../../scss/_odds_base.scss */
.main-content .event-wrap .live-event-area #live-event-statistics-table {
  position: relative;
  top: -21em;
  height: 0; }
  /* line 2104, ../../scss/_odds_base.scss */
  .main-content .event-wrap .live-event-area #live-event-statistics-table #live-event-info-wrap {
    height: 3em; }
    /* line 2106, ../../scss/_odds_base.scss */
    .main-content .event-wrap .live-event-area #live-event-statistics-table #live-event-info-wrap .live-event-top-info {
      border-radius: 4px;
      background-color: #da241c;
      color: #ffffff;
      font-weight: bold; }
      /* line 2111, ../../scss/_odds_base.scss */
      .main-content .event-wrap .live-event-area #live-event-statistics-table #live-event-info-wrap .live-event-top-info #live-event-time {
        font-size: 125%; }
  /* line 2116, ../../scss/_odds_base.scss */
  .main-content .event-wrap .live-event-area #live-event-statistics-table #live-event-score-table {
    height: 4.5em;
    position: relative;
    top: 3em; }
    /* line 2120, ../../scss/_odds_base.scss */
    .main-content .event-wrap .live-event-area #live-event-statistics-table #live-event-score-table .participant-row {
      height: 1.5em; }
      /* line 2122, ../../scss/_odds_base.scss */
      .main-content .event-wrap .live-event-area #live-event-statistics-table #live-event-score-table .participant-row .cell {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
        filter: alpha(opacity=85);
        -moz-opacity: 0.85;
        -khtml-opacity: 0.85;
        opacity: 0.85;
        background-color: #da241c;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        white-space: pre;
        text-align: center;
        color: #ffffff;
        border-top: 1px solid #ffffff;
        border-left: 1px solid #ffffff; }
        /* line 2131, ../../scss/_odds_base.scss */
        .main-content .event-wrap .live-event-area #live-event-statistics-table #live-event-score-table .participant-row .cell.total-score-cell {
          border-right: 1px solid #ffffff;
          font-weight: bold;
          color: #fff000; }
      /* line 2138, ../../scss/_odds_base.scss */
      .main-content .event-wrap .live-event-area #live-event-statistics-table #live-event-score-table .participant-row:last-of-type .cell {
        border-bottom: 1px solid #ffffff; }
/* line 2145, ../../scss/_odds_base.scss */
.main-content .event-wrap .live-event-area #live-event-betting-table {
  position: relative;
  top: -5em;
  clear: both; }
/* line 2152, ../../scss/_odds_base.scss */
.main-content .event-wrap .live-event-area.soccer #live-event-background {
  background-image: url("../../images/guinea/soccer/bg.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 2156, ../../scss/_odds_base.scss */
.main-content .event-wrap .live-event-area.soccer #live-event-statistics-table .statistics-cell-4, .main-content .event-wrap .live-event-area.soccer #live-event-statistics-table .statistics-cell-5 {
  display: none; }
/* line 2160, ../../scss/_odds_base.scss */
.main-content .event-wrap .live-event-area.soccer #live-event-statistics-table #score-table-header .statistics-cell-1 {
  background-image: url("../../images/guinea/soccer/y_card.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 2163, ../../scss/_odds_base.scss */
.main-content .event-wrap .live-event-area.soccer #live-event-statistics-table #score-table-header .statistics-cell-2 {
  background-image: url("../../images/guinea/soccer/r_card.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 2166, ../../scss/_odds_base.scss */
.main-content .event-wrap .live-event-area.soccer #live-event-statistics-table #score-table-header .statistics-cell-3 {
  background-image: url("../../images/guinea/soccer/corner.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 2169, ../../scss/_odds_base.scss */
.main-content .event-wrap .live-event-area.soccer #live-event-statistics-table #score-table-header .total-score-cell {
  background-image: url("../../images/guinea/soccer/ball.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 2176, ../../scss/_odds_base.scss */
.main-content .event-wrap .live-event-area.basketball #live-event-background {
  background-image: url("../../images/guinea/basketball/bg.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 2181, ../../scss/_odds_base.scss */
.main-content .event-wrap .live-event-area.icehockey #live-event-background {
  background-image: url("../../images/guinea/icehockey/bg.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 2185, ../../scss/_odds_base.scss */
.main-content .event-wrap .live-event-area.icehockey #live-event-statistics-table .statistics-cell-4, .main-content .event-wrap .live-event-area.icehockey #live-event-statistics-table .statistics-cell-5 {
  display: none; }
/* line 2191, ../../scss/_odds_base.scss */
.main-content .event-wrap .live-event-area.tennis #live-event-background {
  background-image: url("../../images/guinea/tennis/bg.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 2196, ../../scss/_odds_base.scss */
.main-content .event-wrap .live-event-area.handball #live-event-background {
  background-image: url("../../images/guinea/handball/bg.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 2200, ../../scss/_odds_base.scss */
.main-content .event-wrap .live-event-area.handball #live-event-statistics-table .statistics-cell-1, .main-content .event-wrap .live-event-area.handball #live-event-statistics-table .statistics-cell-2, .main-content .event-wrap .live-event-area.handball #live-event-statistics-table .statistics-cell-3, .main-content .event-wrap .live-event-area.handball #live-event-statistics-table .statistics-cell-4, .main-content .event-wrap .live-event-area.handball #live-event-statistics-table .statistics-cell-5 {
  display: none; }
/* line 2206, ../../scss/_odds_base.scss */
.main-content .event-wrap .live-event-area.rugby #live-event-background {
  background-image: url("../../images/guinea/rugby/bg.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 2210, ../../scss/_odds_base.scss */
.main-content .event-wrap .live-event-area.rugby #live-event-statistics-table .statistics-cell-4, .main-content .event-wrap .live-event-area.rugby #live-event-statistics-table .statistics-cell-5 {
  display: none; }
/* line 2216, ../../scss/_odds_base.scss */
.main-content .event-wrap .live-event-area.volleyball #live-event-background {
  background-image: url("../../images/guinea/volleyball/bg.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 2222, ../../scss/_odds_base.scss */
.main-content .event-wrap .live-event-area.snooker #live-event-statistics-table .statistics-cell-3, .main-content .event-wrap .live-event-area.snooker #live-event-statistics-table .statistics-cell-4, .main-content .event-wrap .live-event-area.snooker #live-event-statistics-table .statistics-cell-5 {
  display: none; }
/* line 2228, ../../scss/_odds_base.scss */
.main-content .event-wrap .live-event-area.cricket #live-event-background {
  background-image: url("../../images/guinea/cricket/bg.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }
/* line 2232, ../../scss/_odds_base.scss */
.main-content .event-wrap .live-event-area.cricket #live-event-statistics-table .statistics-cell-3, .main-content .event-wrap .live-event-area.cricket #live-event-statistics-table .statistics-cell-4, .main-content .event-wrap .live-event-area.cricket #live-event-statistics-table .statistics-cell-5 {
  display: none; }

/*   		/LIVE EVENT - TOP MENU		   */
/* line 2243, ../../scss/_odds_base.scss */
#fixtures-form .form-section {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #0d4a17;
  padding: 0.5em 0;
  margin: 0; }
  /* line 2245, ../../scss/_odds_base.scss */
  #fixtures-form .form-section:last-of-type {
    border: 0; }
/* line 2249, ../../scss/_odds_base.scss */
#fixtures-form .buttons-label {
  margin: 0.25em 0;
  font-size: 1.25em; }
/* line 2253, ../../scss/_odds_base.scss */
#fixtures-form .std-button-common, #fixtures-form .std-button-rounded, #fixtures-form #bet-slip #bs-combinations-wrap .label, #bet-slip #bs-combinations-wrap #fixtures-form .label, #fixtures-form .input-with-button-on-right .button, .input-with-button-on-right #fixtures-form .button {
  height: 2.25em; }
/* line 2257, ../../scss/_odds_base.scss */
#fixtures-form .data-range {
  padding: 3em; }
/* line 2260, ../../scss/_odds_base.scss */
#fixtures-form .std-input, #fixtures-form .std-input-inline, #fixtures-form .input-with-button-on-right .input, .input-with-button-on-right #fixtures-form .input {
  height: 2.2em;
  max-width: 9em; }
/* line 2264, ../../scss/_odds_base.scss */
#fixtures-form .ui-datepicker-trigger {
  border-radius: 4px;
  cursor: pointer;
  margin-left: -1.6em; }
  @media screen and (max-width: 71.812em) {
    /* line 2264, ../../scss/_odds_base.scss */
    #fixtures-form .ui-datepicker-trigger {
      margin-left: -2em; } }

/*	 		CONTACT US		 	*/
/* line 2275, ../../scss/_odds_base.scss */
#contact-us {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  margin-bottom: 2em;
  color: #333333; }
  /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  #contact-us:before, #contact-us:after {
    content: " ";
    display: table; }
  /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  #contact-us:after {
    clear: both; }
  /* line 2279, ../../scss/_odds_base.scss */
  #contact-us #form-contact {
    margin-top: 2em; }
    /* line 2282, ../../scss/_odds_base.scss */
    #contact-us #form-contact .label-with-input .label {
      width: 30%; }
    /* line 2285, ../../scss/_odds_base.scss */
    #contact-us #form-contact .label-with-input input {
      width: 70%;
      border: 1px solid #939393; }
      /* line 2288, ../../scss/_odds_base.scss */
      #contact-us #form-contact .label-with-input input:hover {
        background-color: #f2f2f2; }
    /* line 2292, ../../scss/_odds_base.scss */
    #contact-us #form-contact .label-with-input .error {
      text-align: right;
      display: block; }
    /* line 2297, ../../scss/_odds_base.scss */
    #contact-us #form-contact textarea {
      border-radius: 4px;
      border: 1px solid #939393;
      width: 100%;
      min-height: 16em;
      resize: none;
      white-space: pre; }
    /* line 2305, ../../scss/_odds_base.scss */
    #contact-us #form-contact .mandatory-info {
      color: #b3b3b3; }
    /* line 2308, ../../scss/_odds_base.scss */
    #contact-us #form-contact .drop-down-input {
      float: right;
      width: 14em;
      max-width: 14em; }
      /* line 2312, ../../scss/_odds_base.scss */
      #contact-us #form-contact .drop-down-input .sb-dropdown-inputValue {
        width: 100%; }
      /* line 2315, ../../scss/_odds_base.scss */
      #contact-us #form-contact .drop-down-input .sb-dropdown-options-list {
        width: inherit; }
  /* line 2320, ../../scss/_odds_base.scss */
  #contact-us .contact-alternatives {
    margin-top: 2em;
    padding-left: 7em; }
    /* line 2323, ../../scss/_odds_base.scss */
    #contact-us .contact-alternatives .row {
      padding-left: 2em;
      margin: 2em 0; }
      /* line 2326, ../../scss/_odds_base.scss */
      #contact-us .contact-alternatives .row.telephone {
        background-image: url("../../images/guinea/phone.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-position: left;
        background-size: initial;
        font-weight: bold; }
      /* line 2332, ../../scss/_odds_base.scss */
      #contact-us .contact-alternatives .row.email {
        background-image: url("../../images/guinea/at.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-position: left;
        background-size: initial;
        text-decoration: underline; }
      /* line 2338, ../../scss/_odds_base.scss */
      #contact-us .contact-alternatives .row.address {
        background-image: url("../../images/guinea/envelop.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-position: left 0.5em;
        background-size: initial; }
    /* line 2344, ../../scss/_odds_base.scss */
    #contact-us .contact-alternatives .social-icons {
      margin-left: 2em; }
      /* line 2346, ../../scss/_odds_base.scss */
      #contact-us .contact-alternatives .social-icons .icon {
        margin-right: 1em;
        height: 24px;
        width: 24px;
        display: inline-block;
        cursor: pointer; }
        /* line 2352, ../../scss/_odds_base.scss */
        #contact-us .contact-alternatives .social-icons .icon.fb {
          background-image: url("../../images/guinea/fb_color.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat; }
        /* line 2355, ../../scss/_odds_base.scss */
        #contact-us .contact-alternatives .social-icons .icon.tw {
          background-image: url("../../images/guinea/tw_color.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat; }
        /* line 2358, ../../scss/_odds_base.scss */
        #contact-us .contact-alternatives .social-icons .icon.wa {
          background-image: url("../../images/guinea/wa_color.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat; }
        /* line 2361, ../../scss/_odds_base.scss */
        #contact-us .contact-alternatives .social-icons .icon.yt {
          background-image: url("../../images/guinea/yt_color.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat; }

/*	 		/CONTACT US		 	*/
/*	 		FAQ		 	*/
/* line 2371, ../../scss/_odds_base.scss */
div#faq {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  div#faq:before, div#faq:after {
    content: " ";
    display: table; }
  /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  div#faq:after {
    clear: both; }
  /* line 2373, ../../scss/_odds_base.scss */
  div#faq .faq-header {
    font-weight: bold;
    width: 100%;
    padding: 1em 0.9375rem;
    display: block; }
  /* line 2379, ../../scss/_odds_base.scss */
  div#faq .faq-row {
    text-align: justify; }
    /* line 2381, ../../scss/_odds_base.scss */
    div#faq .faq-row .question {
      background-color: #941712;
      color: #ffffff;
      font-weight: bold;
      padding: 0 0.5em;
      line-height: 2em; }
    /* line 2388, ../../scss/_odds_base.scss */
    div#faq .faq-row .answer {
      color: #000000;
      padding: 0 0.5em; }

/*	 		/FAQ		 	*/
/* line 2397, ../../scss/_odds_base.scss */
.password-strength-inline {
  margin-left: 30%; }
  /* line 2400, ../../scss/_odds_base.scss */
  .password-strength-inline .password-strength-icon {
    width: 2em;
    height: 1em;
    display: inline-block;
    margin-left: -2px; }
  /* line 2406, ../../scss/_odds_base.scss */
  .password-strength-inline .very-weak, .password-strength-inline .weak, .password-strength-inline .medium, .password-strength-inline .strong {
    background-color: #595959; }
  /* line 2409, ../../scss/_odds_base.scss */
  .password-strength-inline .very-weak-on {
    background-color: #ff9019; }
  /* line 2412, ../../scss/_odds_base.scss */
  .password-strength-inline .weak-on {
    background-color: #ffff12; }
  /* line 2415, ../../scss/_odds_base.scss */
  .password-strength-inline .medium-on {
    background-color: #d90f0f; }
  /* line 2418, ../../scss/_odds_base.scss */
  .password-strength-inline .strong-on {
    background-color: #41fc12; }
  /* line 2421, ../../scss/_odds_base.scss */
  .password-strength-inline .password-strength-label {
    width: 6em;
    height: 1em;
    display: inline-block;
    text-align: center; }
  /* line 2427, ../../scss/_odds_base.scss */
  .password-strength-inline #passwordHelp {
    width: 4em;
    display: inline-block;
    text-align: center;
    cursor: pointer; }
  /* line 2433, ../../scss/_odds_base.scss */
  .password-strength-inline #passwordRequirements {
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #000000;
    color: #333333;
    height: 0;
    font-size: 0.8em;
    overflow: hidden;
    line-height: 0.9em;
    opacity: 0; }
    /* line 2443, ../../scss/_odds_base.scss */
    .password-strength-inline #passwordRequirements .title {
      padding-left: 25px; }

/* line 2451, ../../scss/_odds_base.scss */
#new-password-form .label-with-input-inline .error {
  display: block; }
/* line 2454, ../../scss/_odds_base.scss */
#new-password-form .label-with-input-inline .error.hide {
  display: none; }
/* line 2458, ../../scss/_odds_base.scss */
#new-password-form .password-strength-inline {
  margin-left: 0; }
/* line 2461, ../../scss/_odds_base.scss */
#new-password-form #passwordRequirements {
  width: 50%; }

/*			REGISTRATION			*/
/* line 2467, ../../scss/_odds_base.scss */
#registration-form .confirm-panel {
  padding-top: 1em; }
  /* line 2469, ../../scss/_odds_base.scss */
  #registration-form .confirm-panel input {
    width: 10em; }
/* line 2475, ../../scss/_odds_base.scss */
#registration-form .sb-dropdown-container .sb-dropdown-select .sb-dropdown-inputValue {
  float: none;
  margin-left: -2px; }
/* line 2481, ../../scss/_odds_base.scss */
#registration-form .quick-form {
  padding: 0.5em !important; }
  /* line 2484, ../../scss/_odds_base.scss */
  #registration-form .quick-form .loyalty-row .phone-area {
    float: left;
    line-height: 2em;
    background-color: #ebebeb;
    border-radius: 4px;
    width: 9%;
    text-align: center; }
  /* line 2492, ../../scss/_odds_base.scss */
  #registration-form .quick-form .loyalty-row .label {
    width: 30% !important; }
  /* line 2495, ../../scss/_odds_base.scss */
  #registration-form .quick-form .loyalty-row input[type='text'] {
    width: 49% !important; }
  /* line 2500, ../../scss/_odds_base.scss */
  #registration-form .quick-form .rules-checkbox .box {
    margin: 0; }
  /* line 2504, ../../scss/_odds_base.scss */
  #registration-form .quick-form .label-with-input-inline {
    margin: 0.5em 0; }
    /* line 2506, ../../scss/_odds_base.scss */
    #registration-form .quick-form .label-with-input-inline .error {
      margin-left: 3%;
      text-align: right; }
    /* line 2510, ../../scss/_odds_base.scss */
    #registration-form .quick-form .label-with-input-inline input[type='text'], #registration-form .quick-form .label-with-input-inline input[type='password'] {
      width: 30%;
      float: inherit !important; }
    /* line 2514, ../../scss/_odds_base.scss */
    #registration-form .quick-form .label-with-input-inline .label {
      width: 15%;
      float: left; }
    /* line 2518, ../../scss/_odds_base.scss */
    #registration-form .quick-form .label-with-input-inline .mobile-transaction-number-input {
      width: 30%;
      display: inline-block; }
      /* line 2521, ../../scss/_odds_base.scss */
      #registration-form .quick-form .label-with-input-inline .mobile-transaction-number-input .input {
        width: 82% !important; }
      /* line 2524, ../../scss/_odds_base.scss */
      #registration-form .quick-form .label-with-input-inline .mobile-transaction-number-input .phone-area {
        padding-top: 3px;
        width: 14%;
        background-color: #ebebeb;
        border-radius: 4px;
        margin-right: 0.5em;
        line-height: 1.8em; }
  /* line 2535, ../../scss/_odds_base.scss */
  #registration-form .quick-form .mobile-section-wrap .providers-dropdown {
    display: inline-block;
    cursor: pointer;
    width: 8em; }
    /* line 292, ../../scss/_mixins.scss */
    #registration-form .quick-form .mobile-section-wrap .providers-dropdown .sb-dropdown-select .sb-dropdown-inputValue {
      cursor: pointer;
      padding-right: 20px;
      border-radius: 4px;
      width: 8em; }
    /* line 304, ../../scss/_mixins.scss */
    #registration-form .quick-form .mobile-section-wrap .providers-dropdown .sb-dropdown-options-list {
      z-index: 99999;
      position: absolute;
      left: -99999px;
      color: #000000;
      background-color: #f2f2f2;
      padding: 0 0 0 1em;
      margin: 0.1em 0;
      min-width: 8em;
      border-radius: 4px; }
      /* line 319, ../../scss/_mixins.scss */
      #registration-form .quick-form .mobile-section-wrap .providers-dropdown .sb-dropdown-options-list .viewport .overview {
        padding: 0px;
        width: 100%; }
        /* line 322, ../../scss/_mixins.scss */
        #registration-form .quick-form .mobile-section-wrap .providers-dropdown .sb-dropdown-options-list .viewport .overview li {
          list-style-type: none; }
          /* line 324, ../../scss/_mixins.scss */
          #registration-form .quick-form .mobile-section-wrap .providers-dropdown .sb-dropdown-options-list .viewport .overview li:last-of-type {
            border: 0; }
      /* line 330, ../../scss/_mixins.scss */
      #registration-form .quick-form .mobile-section-wrap .providers-dropdown .sb-dropdown-options-list .sb-dropdown-option {
        margin: 4px 0;
        border-radius: 4px; }
        /* line 341, ../../scss/_mixins.scss */
        #registration-form .quick-form .mobile-section-wrap .providers-dropdown .sb-dropdown-options-list .sb-dropdown-option:hover {
          color: #000000;
          background-color: #e6e6e6; }
    /* line 348, ../../scss/_mixins.scss */
    #registration-form .quick-form .mobile-section-wrap .providers-dropdown .sb-dropdown-inputValue {
      background-image: url("../../images/guinea/dropdown-icon.png");
      background-repeat: no-repeat;
      background-position: 97% 50%; }
    /* line 354, ../../scss/_mixins.scss */
    #registration-form .quick-form .mobile-section-wrap .providers-dropdown else .sb-dropdown-icon {
      height: 23px;
      width: 21px;
      position: relative;
      z-index: 20;
      margin-top: -23px;
      float: right;
      padding: 6px 2px; }
      /* line 362, ../../scss/_mixins.scss */
      #registration-form .quick-form .mobile-section-wrap .providers-dropdown else .sb-dropdown-icon .arrow {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid; }
  /* line 2540, ../../scss/_odds_base.scss */
  #registration-form .quick-form .mobile-section-wrap .drop-down-input {
    width: 15%; }
    /* line 2542, ../../scss/_odds_base.scss */
    #registration-form .quick-form .mobile-section-wrap .drop-down-input .sb-dropdown-options-list {
      min-width: 13% !important;
      padding: 0.3em; }
      /* line 2545, ../../scss/_odds_base.scss */
      #registration-form .quick-form .mobile-section-wrap .drop-down-input .sb-dropdown-options-list .overview {
        margin: 0; }
  /* line 2550, ../../scss/_odds_base.scss */
  #registration-form .quick-form .mobile-section-wrap .label-with-input-inline {
    display: inline; }
/* line 2555, ../../scss/_odds_base.scss */
#registration-form .form-section {
  border-bottom: 1px solid #cdcdcd;
  padding: 1em 0; }
  /* line 2558, ../../scss/_odds_base.scss */
  #registration-form .form-section .section-title {
    font-weight: bold; }
  /* line 2561, ../../scss/_odds_base.scss */
  #registration-form .form-section .hide.error {
    display: none; }
  /* line 2564, ../../scss/_odds_base.scss */
  #registration-form .form-section .error {
    display: block; }
  /* line 2567, ../../scss/_odds_base.scss */
  #registration-form .form-section input[type='text'], #registration-form .form-section input[type='password'] {
    float: right;
    width: 70%; }
  /* line 2571, ../../scss/_odds_base.scss */
  #registration-form .form-section .label {
    font-weight: normal;
    line-height: 2em; }
  /* line 2576, ../../scss/_odds_base.scss */
  #registration-form .form-section .loyalty-row {
    margin: 0.5em 0; }
    /* line 2578, ../../scss/_odds_base.scss */
    #registration-form .form-section .loyalty-row .phone-area {
      float: left;
      line-height: 2em; }
    /* line 2582, ../../scss/_odds_base.scss */
    #registration-form .form-section .loyalty-row .label {
      float: left;
      width: 33%; }
    /* line 2586, ../../scss/_odds_base.scss */
    #registration-form .form-section .loyalty-row input[type='text'] {
      float: left;
      width: 45%;
      margin-left: 0.5em; }
  /* line 2593, ../../scss/_odds_base.scss */
  #registration-form .form-section .drop-down-input {
    max-width: 69%;
    width: 69%; }
    /* line 2597, ../../scss/_odds_base.scss */
    #registration-form .form-section .drop-down-input .sb-dropdown-options-list {
      min-width: 45% !important; }
  /* line 2601, ../../scss/_odds_base.scss */
  #registration-form .form-section .label-with-date-of-birth-inline {
    margin: 0.3em auto; }
    /* line 77, ../../scss/_mixins.scss */
    #registration-form .form-section .label-with-date-of-birth-inline .label {
      display: block;
      color: #000000; }
    /* line 81, ../../scss/_mixins.scss */
    #registration-form .form-section .label-with-date-of-birth-inline .input {
      display: block;
      color: #0d4a17;
      background-color: inherit;
      border: 1px solid #fff000;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
      border-radius: 4px; }
    /* line 2605, ../../scss/_odds_base.scss */
    #registration-form .form-section .label-with-date-of-birth-inline .label {
      display: inline-block;
      width: 30%; }
    /* line 2609, ../../scss/_odds_base.scss */
    #registration-form .form-section .label-with-date-of-birth-inline .inputs-wrap {
      display: inline-block;
      float: right;
      width: 69%; }
      /* line 2613, ../../scss/_odds_base.scss */
      #registration-form .form-section .label-with-date-of-birth-inline .inputs-wrap .inputs {
        display: table; }
        /* line 2615, ../../scss/_odds_base.scss */
        #registration-form .form-section .label-with-date-of-birth-inline .inputs-wrap .inputs input {
          float: none; }
        /* line 2618, ../../scss/_odds_base.scss */
        #registration-form .form-section .label-with-date-of-birth-inline .inputs-wrap .inputs .item {
          display: table-cell; }
        /* line 2621, ../../scss/_odds_base.scss */
        #registration-form .form-section .label-with-date-of-birth-inline .inputs-wrap .inputs input {
          float: initial;
          width: 100%; }
    /* line 2628, ../../scss/_odds_base.scss */
    #registration-form .form-section .label-with-date-of-birth-inline .day-input {
      margin-left: -4px; }
    /* line 2631, ../../scss/_odds_base.scss */
    #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown {
      display: inline-block;
      cursor: pointer;
      width: 9.25em;
      width: 50% !important; }
      /* line 292, ../../scss/_mixins.scss */
      #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-select .sb-dropdown-inputValue {
        cursor: pointer;
        padding-right: 20px;
        border-radius: 4px;
        width: 9.25em; }
      /* line 304, ../../scss/_mixins.scss */
      #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list {
        z-index: 99999;
        position: absolute;
        left: -99999px;
        color: #000000;
        background-color: #f2f2f2;
        padding: 0 0 0 1em;
        margin: 0.1em 0;
        min-width: 9.25em;
        border-radius: 4px; }
        /* line 319, ../../scss/_mixins.scss */
        #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .viewport .overview {
          padding: 0px;
          width: 100%; }
          /* line 322, ../../scss/_mixins.scss */
          #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .viewport .overview li {
            list-style-type: none; }
            /* line 324, ../../scss/_mixins.scss */
            #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .viewport .overview li:last-of-type {
              border: 0; }
        /* line 330, ../../scss/_mixins.scss */
        #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .sb-dropdown-option {
          margin: 4px 0;
          border-radius: 4px; }
          /* line 341, ../../scss/_mixins.scss */
          #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .sb-dropdown-option:hover {
            color: #000000;
            background-color: #e6e6e6; }
      /* line 348, ../../scss/_mixins.scss */
      #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-inputValue {
        background-image: url("../../images/guinea/dropdown-icon.png");
        background-repeat: no-repeat;
        background-position: 97% 50%; }
      /* line 354, ../../scss/_mixins.scss */
      #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown else .sb-dropdown-icon {
        height: 23px;
        width: 21px;
        position: relative;
        z-index: 20;
        margin-top: -23px;
        float: right;
        padding: 6px 2px; }
        /* line 362, ../../scss/_mixins.scss */
        #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown else .sb-dropdown-icon .arrow {
          width: 0;
          height: 0;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-top: 7px solid; }
      /* line 2636, ../../scss/_odds_base.scss */
      #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .std-input, #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .std-input-inline, #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .input-with-button-on-right .input, .input-with-button-on-right #registration-form .form-section .label-with-date-of-birth-inline .month-dropdown .input {
        width: 100% !important; }
  /* line 2642, ../../scss/_odds_base.scss */
  #registration-form .form-section .summary {
    margin: 4px auto; }
    /* line 2644, ../../scss/_odds_base.scss */
    #registration-form .form-section .summary .tips {
      font-size: 0.75em; }
  /* line 2649, ../../scss/_odds_base.scss */
  #registration-form .form-section .prefix-dropdown, #registration-form .form-section.language-dropdown {
    display: inline-block;
    cursor: pointer;
    width: 9.25em; }
    /* line 292, ../../scss/_mixins.scss */
    #registration-form .form-section .prefix-dropdown .sb-dropdown-select .sb-dropdown-inputValue, #registration-form .form-section.language-dropdown .sb-dropdown-select .sb-dropdown-inputValue {
      cursor: pointer;
      padding-right: 20px;
      border-radius: 4px;
      width: 9.25em; }
    /* line 304, ../../scss/_mixins.scss */
    #registration-form .form-section .prefix-dropdown .sb-dropdown-options-list, #registration-form .form-section.language-dropdown .sb-dropdown-options-list {
      z-index: 99999;
      position: absolute;
      left: -99999px;
      color: #000000;
      background-color: #f2f2f2;
      padding: 0 0 0 1em;
      margin: 0.1em 0;
      min-width: 9.25em;
      border-radius: 4px; }
      /* line 319, ../../scss/_mixins.scss */
      #registration-form .form-section .prefix-dropdown .sb-dropdown-options-list .viewport .overview, #registration-form .form-section.language-dropdown .sb-dropdown-options-list .viewport .overview {
        padding: 0px;
        width: 100%; }
        /* line 322, ../../scss/_mixins.scss */
        #registration-form .form-section .prefix-dropdown .sb-dropdown-options-list .viewport .overview li, #registration-form .form-section.language-dropdown .sb-dropdown-options-list .viewport .overview li {
          list-style-type: none; }
          /* line 324, ../../scss/_mixins.scss */
          #registration-form .form-section .prefix-dropdown .sb-dropdown-options-list .viewport .overview li:last-of-type, #registration-form .form-section.language-dropdown .sb-dropdown-options-list .viewport .overview li:last-of-type {
            border: 0; }
      /* line 330, ../../scss/_mixins.scss */
      #registration-form .form-section .prefix-dropdown .sb-dropdown-options-list .sb-dropdown-option, #registration-form .form-section.language-dropdown .sb-dropdown-options-list .sb-dropdown-option {
        margin: 4px 0;
        border-radius: 4px; }
        /* line 341, ../../scss/_mixins.scss */
        #registration-form .form-section .prefix-dropdown .sb-dropdown-options-list .sb-dropdown-option:hover, #registration-form .form-section.language-dropdown .sb-dropdown-options-list .sb-dropdown-option:hover {
          color: #000000;
          background-color: #e6e6e6; }
    /* line 348, ../../scss/_mixins.scss */
    #registration-form .form-section .prefix-dropdown .sb-dropdown-inputValue, #registration-form .form-section.language-dropdown .sb-dropdown-inputValue {
      background-image: url("../../images/guinea/dropdown-icon.png");
      background-repeat: no-repeat;
      background-position: 97% 50%; }
    /* line 354, ../../scss/_mixins.scss */
    #registration-form .form-section .prefix-dropdown else .sb-dropdown-icon, #registration-form .form-section.language-dropdown else .sb-dropdown-icon {
      height: 23px;
      width: 21px;
      position: relative;
      z-index: 20;
      margin-top: -23px;
      float: right;
      padding: 6px 2px; }
      /* line 362, ../../scss/_mixins.scss */
      #registration-form .form-section .prefix-dropdown else .sb-dropdown-icon .arrow, #registration-form .form-section.language-dropdown else .sb-dropdown-icon .arrow {
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid; }
  /* line 2654, ../../scss/_odds_base.scss */
  #registration-form .form-section .conditions-to-accept {
    width: 100%;
    overflow: hidden; }
    /* line 2657, ../../scss/_odds_base.scss */
    #registration-form .form-section .conditions-to-accept .button-wrap {
      padding: 0.5em; }
      /* line 2659, ../../scss/_odds_base.scss */
      #registration-form .form-section .conditions-to-accept .button-wrap .outcome, #registration-form .form-section .conditions-to-accept .button-wrap .outcomeWithName, #registration-form .form-section .conditions-to-accept .button-wrap .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panel .games #registration-form .form-section .conditions-to-accept .button-wrap .full-event-button, #registration-form .form-section .conditions-to-accept .button-wrap .std-event-panel .event-panels-wrap .event-panel .wrap .more, .std-event-panel .event-panels-wrap .event-panel .wrap #registration-form .form-section .conditions-to-accept .button-wrap .more {
        width: 100%; }
  /* line 2664, ../../scss/_odds_base.scss */
  #registration-form .form-section .registration-cookie-wrap {
    border: 1px solid #000000;
    border-radius: 4px;
    color: #000000;
    padding: 0.5em; }
    /* line 2669, ../../scss/_odds_base.scss */
    #registration-form .form-section .registration-cookie-wrap .cookie-title {
      font-weight: bold;
      font-size: 1.5em; }
    /* line 2673, ../../scss/_odds_base.scss */
    #registration-form .form-section .registration-cookie-wrap .cookie-info {
      padding-top: 0.75em; }
/* line 2678, ../../scss/_odds_base.scss */
#registration-form .question-dropdown {
  max-width: 100% !important;
  width: 100% !important; }
  /* line 2681, ../../scss/_odds_base.scss */
  #registration-form .question-dropdown .sb-dropdown-inputValue {
    width: 100% !important; }
  /* line 2684, ../../scss/_odds_base.scss */
  #registration-form .question-dropdown .sb-dropdown-options-list {
    width: 100%; }
/* line 2688, ../../scss/_odds_base.scss */
#registration-form .mobile-transaction-number-input {
  width: 69%;
  display: inline-block; }
  /* line 2691, ../../scss/_odds_base.scss */
  #registration-form .mobile-transaction-number-input .input {
    width: 80% !important; }
  /* line 2694, ../../scss/_odds_base.scss */
  #registration-form .mobile-transaction-number-input .phone-area {
    padding-top: 3px;
    width: 20%; }

/*			/REGISTRATION			*/
/*			 My-account				*/
/* line 2703, ../../scss/_odds_base.scss */
#my-account-form, #mobile-numbers-form {
  margin-top: 1em; }
  /* line 2706, ../../scss/_odds_base.scss */
  #my-account-form .my-details-quick-wrap .phone-area, #my-account-form .loyalty-row .phone-area, #mobile-numbers-form .my-details-quick-wrap .phone-area, #mobile-numbers-form .loyalty-row .phone-area {
    width: 10% !important; }
  /* line 2709, ../../scss/_odds_base.scss */
  #my-account-form .my-details-quick-wrap .drop-down-input, #my-account-form .loyalty-row .drop-down-input, #mobile-numbers-form .my-details-quick-wrap .drop-down-input, #mobile-numbers-form .loyalty-row .drop-down-input {
    width: 65%; }
  /* line 2713, ../../scss/_odds_base.scss */
  #my-account-form .details-side-column, #mobile-numbers-form .details-side-column {
    padding: 0 2em; }
  /* line 2716, ../../scss/_odds_base.scss */
  #my-account-form .std-button-confirm, #mobile-numbers-form .std-button-confirm {
    min-width: 11em;
    float: right; }
  /* line 2720, ../../scss/_odds_base.scss */
  #my-account-form .section-title, #mobile-numbers-form .section-title {
    font-weight: bold;
    line-height: 2em; }
    /* line 2723, ../../scss/_odds_base.scss */
    #my-account-form .section-title .title, #mobile-numbers-form .section-title .title {
      width: 21%; }
  /* line 2728, ../../scss/_odds_base.scss */
  #my-account-form .label-with-input-inline .error, #mobile-numbers-form .label-with-input-inline .error {
    display: block;
    margin-left: 35%; }
  /* line 2732, ../../scss/_odds_base.scss */
  #my-account-form .label-with-input-inline .hide.error, #mobile-numbers-form .label-with-input-inline .hide.error {
    display: none; }
  /* line 2735, ../../scss/_odds_base.scss */
  #my-account-form .label-with-input-inline input, #mobile-numbers-form .label-with-input-inline input {
    width: 65%; }
  /* line 2738, ../../scss/_odds_base.scss */
  #my-account-form .label-with-input-inline .label, #mobile-numbers-form .label-with-input-inline .label {
    font-weight: normal;
    vertical-align: inherit;
    width: 35%; }
  /* line 2743, ../../scss/_odds_base.scss */
  #my-account-form .label-with-input-inline .drop-down-input, #mobile-numbers-form .label-with-input-inline .drop-down-input {
    width: 64%; }
    /* line 2745, ../../scss/_odds_base.scss */
    #my-account-form .label-with-input-inline .drop-down-input input, #mobile-numbers-form .label-with-input-inline .drop-down-input input {
      width: 100%; }
    /* line 2748, ../../scss/_odds_base.scss */
    #my-account-form .label-with-input-inline .drop-down-input .sb-dropdown-options-list, #mobile-numbers-form .label-with-input-inline .drop-down-input .sb-dropdown-options-list {
      min-width: 45% !important; }
  /* line 2752, ../../scss/_odds_base.scss */
  #my-account-form .label-with-input-inline .phone-area, #mobile-numbers-form .label-with-input-inline .phone-area {
    float: left;
    line-height: 2em;
    width: 25%;
    padding: 0 0.4em; }
  /* line 2758, ../../scss/_odds_base.scss */
  #my-account-form .label-with-input-inline .dropdown-label, #mobile-numbers-form .label-with-input-inline .dropdown-label {
    width: 34%; }
  /* line 2764, ../../scss/_odds_base.scss */
  #my-account-form .mobile-numbers-section .label-with-input-inline input, #mobile-numbers-form .mobile-numbers-section .label-with-input-inline input {
    width: 53%; }
  /* line 2767, ../../scss/_odds_base.scss */
  #my-account-form .mobile-numbers-section .label-with-input-inline .mobile-field, #mobile-numbers-form .mobile-numbers-section .label-with-input-inline .mobile-field {
    width: 53% !important;
    line-height: 2em !important; }
  /* line 2773, ../../scss/_odds_base.scss */
  #my-account-form .mobile-numbers-section .drop-down-input, #mobile-numbers-form .mobile-numbers-section .drop-down-input {
    width: 35%;
    float: left;
    margin: 1em 0; }
    /* line 2777, ../../scss/_odds_base.scss */
    #my-account-form .mobile-numbers-section .drop-down-input input, #mobile-numbers-form .mobile-numbers-section .drop-down-input input {
      width: 80%; }
  /* line 2781, ../../scss/_odds_base.scss */
  #my-account-form .mobile-numbers-section .provider-input, #mobile-numbers-form .mobile-numbers-section .provider-input {
    width: 65%;
    float: left; }
    /* line 2784, ../../scss/_odds_base.scss */
    #my-account-form .mobile-numbers-section .provider-input .phone-area, #mobile-numbers-form .mobile-numbers-section .provider-input .phone-area {
      width: 16% !important; }
    /* line 2787, ../../scss/_odds_base.scss */
    #my-account-form .mobile-numbers-section .provider-input input, #mobile-numbers-form .mobile-numbers-section .provider-input input {
      width: 81%; }
  /* line 2792, ../../scss/_odds_base.scss */
  #my-account-form .loyalty-row, #mobile-numbers-form .loyalty-row {
    margin: 0.5em 0; }
    /* line 2794, ../../scss/_odds_base.scss */
    #my-account-form .loyalty-row .label, #mobile-numbers-form .loyalty-row .label {
      float: left;
      width: 35%;
      line-height: 2em; }
    /* line 2799, ../../scss/_odds_base.scss */
    #my-account-form .loyalty-row input[type='text'], #mobile-numbers-form .loyalty-row input[type='text'] {
      float: left;
      width: 43%;
      margin-left: 0.5em; }
  /* line 2805, ../../scss/_odds_base.scss */
  #my-account-form .output-field, #my-account-form .mobile-numbers-section .label-with-input-inline .mobile-field, #mobile-numbers-form .mobile-numbers-section .label-with-input-inline #my-account-form .mobile-field, #mobile-numbers-form .output-field, #my-account-form .mobile-numbers-section .label-with-input-inline #mobile-numbers-form .mobile-field, #mobile-numbers-form .mobile-numbers-section .label-with-input-inline .mobile-field {
    padding: 0 0.5em;
    line-height: 1.7em;
    background-color: #ebebeb;
    width: 65%;
    float: right;
    border-radius: 4px; }
  /* line 2813, ../../scss/_odds_base.scss */
  #my-account-form .label-with-date-of-birth-inline, #mobile-numbers-form .label-with-date-of-birth-inline {
    margin: 0.3em auto; }
    /* line 77, ../../scss/_mixins.scss */
    #my-account-form .label-with-date-of-birth-inline .label, #mobile-numbers-form .label-with-date-of-birth-inline .label {
      display: block;
      color: #000000; }
    /* line 81, ../../scss/_mixins.scss */
    #my-account-form .label-with-date-of-birth-inline .input, #mobile-numbers-form .label-with-date-of-birth-inline .input {
      display: block;
      color: #0d4a17;
      background-color: inherit;
      border: 1px solid #fff000;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
      border-radius: 4px; }
    /* line 2817, ../../scss/_odds_base.scss */
    #my-account-form .label-with-date-of-birth-inline .label, #mobile-numbers-form .label-with-date-of-birth-inline .label {
      display: inline-block;
      width: 30%; }
    /* line 2821, ../../scss/_odds_base.scss */
    #my-account-form .label-with-date-of-birth-inline .inputs-wrap, #mobile-numbers-form .label-with-date-of-birth-inline .inputs-wrap {
      display: inline-block;
      float: right;
      width: 70%; }
      /* line 2825, ../../scss/_odds_base.scss */
      #my-account-form .label-with-date-of-birth-inline .inputs-wrap .inputs, #mobile-numbers-form .label-with-date-of-birth-inline .inputs-wrap .inputs {
        width: 91%;
        float: right; }
        /* line 2828, ../../scss/_odds_base.scss */
        #my-account-form .label-with-date-of-birth-inline .inputs-wrap .inputs input, #mobile-numbers-form .label-with-date-of-birth-inline .inputs-wrap .inputs input {
          float: none; }
        /* line 2831, ../../scss/_odds_base.scss */
        #my-account-form .label-with-date-of-birth-inline .inputs-wrap .inputs .item, #mobile-numbers-form .label-with-date-of-birth-inline .inputs-wrap .inputs .item {
          display: inline-block;
          width: 25%; }
        /* line 2835, ../../scss/_odds_base.scss */
        #my-account-form .label-with-date-of-birth-inline .inputs-wrap .inputs input, #mobile-numbers-form .label-with-date-of-birth-inline .inputs-wrap .inputs input {
          float: initial;
          width: 100%; }
    /* line 2842, ../../scss/_odds_base.scss */
    #my-account-form .label-with-date-of-birth-inline .day-input, #mobile-numbers-form .label-with-date-of-birth-inline .day-input {
      margin-left: -4px; }
    /* line 2845, ../../scss/_odds_base.scss */
    #my-account-form .label-with-date-of-birth-inline .month-dropdown, #mobile-numbers-form .label-with-date-of-birth-inline .month-dropdown {
      display: inline-block;
      cursor: pointer;
      width: 9.25em;
      width: 46% !important; }
      /* line 292, ../../scss/_mixins.scss */
      #my-account-form .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-select .sb-dropdown-inputValue, #mobile-numbers-form .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-select .sb-dropdown-inputValue {
        cursor: pointer;
        padding-right: 20px;
        border-radius: 4px;
        width: 9.25em; }
      /* line 304, ../../scss/_mixins.scss */
      #my-account-form .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list, #mobile-numbers-form .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list {
        z-index: 99999;
        position: absolute;
        left: -99999px;
        color: #000000;
        background-color: #f2f2f2;
        padding: 0 0 0 1em;
        margin: 0.1em 0;
        min-width: 9.25em;
        border-radius: 4px; }
        /* line 319, ../../scss/_mixins.scss */
        #my-account-form .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .viewport .overview, #mobile-numbers-form .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .viewport .overview {
          padding: 0px;
          width: 100%; }
          /* line 322, ../../scss/_mixins.scss */
          #my-account-form .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .viewport .overview li, #mobile-numbers-form .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .viewport .overview li {
            list-style-type: none; }
            /* line 324, ../../scss/_mixins.scss */
            #my-account-form .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .viewport .overview li:last-of-type, #mobile-numbers-form .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .viewport .overview li:last-of-type {
              border: 0; }
        /* line 330, ../../scss/_mixins.scss */
        #my-account-form .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .sb-dropdown-option, #mobile-numbers-form .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .sb-dropdown-option {
          margin: 4px 0;
          border-radius: 4px; }
          /* line 341, ../../scss/_mixins.scss */
          #my-account-form .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .sb-dropdown-option:hover, #mobile-numbers-form .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-options-list .sb-dropdown-option:hover {
            color: #000000;
            background-color: #e6e6e6; }
      /* line 348, ../../scss/_mixins.scss */
      #my-account-form .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-inputValue, #mobile-numbers-form .label-with-date-of-birth-inline .month-dropdown .sb-dropdown-inputValue {
        background-image: url("../../images/guinea/dropdown-icon.png");
        background-repeat: no-repeat;
        background-position: 97% 50%; }
      /* line 354, ../../scss/_mixins.scss */
      #my-account-form .label-with-date-of-birth-inline .month-dropdown else .sb-dropdown-icon, #mobile-numbers-form .label-with-date-of-birth-inline .month-dropdown else .sb-dropdown-icon {
        height: 23px;
        width: 21px;
        position: relative;
        z-index: 20;
        margin-top: -23px;
        float: right;
        padding: 6px 2px; }
        /* line 362, ../../scss/_mixins.scss */
        #my-account-form .label-with-date-of-birth-inline .month-dropdown else .sb-dropdown-icon .arrow, #mobile-numbers-form .label-with-date-of-birth-inline .month-dropdown else .sb-dropdown-icon .arrow {
          width: 0;
          height: 0;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-top: 7px solid; }
      /* line 2850, ../../scss/_odds_base.scss */
      #my-account-form .label-with-date-of-birth-inline .month-dropdown .std-input, #my-account-form .label-with-date-of-birth-inline .month-dropdown .std-input-inline, #my-account-form .label-with-date-of-birth-inline .month-dropdown .input-with-button-on-right .input, .input-with-button-on-right #my-account-form .label-with-date-of-birth-inline .month-dropdown .input, #mobile-numbers-form .label-with-date-of-birth-inline .month-dropdown .std-input, #mobile-numbers-form .label-with-date-of-birth-inline .month-dropdown .std-input-inline, #mobile-numbers-form .label-with-date-of-birth-inline .month-dropdown .input-with-button-on-right .input, .input-with-button-on-right #mobile-numbers-form .label-with-date-of-birth-inline .month-dropdown .input {
        width: 100% !important; }
  /* line 2856, ../../scss/_odds_base.scss */
  #my-account-form .checkbox-with-label .box, #mobile-numbers-form .checkbox-with-label .box {
    margin: 0.2em 0.3em 0 0; }
  /* line 2860, ../../scss/_odds_base.scss */
  #my-account-form .input-ellipsis, #mobile-numbers-form .input-ellipsis {
    width: 65%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

/* line 2871, ../../scss/_odds_base.scss */
#limits-system-form .std-button-confirm, #change-misc-form .std-button-confirm, #bank-account-form .std-button-confirm {
  min-width: 11em;
  float: right; }
/* line 2875, ../../scss/_odds_base.scss */
#limits-system-form .section-title, #change-misc-form .section-title, #bank-account-form .section-title {
  font-weight: bold; }
/* line 2879, ../../scss/_odds_base.scss */
#limits-system-form .label-with-input-inline .error, #change-misc-form .label-with-input-inline .error, #bank-account-form .label-with-input-inline .error {
  display: block; }
/* line 2882, ../../scss/_odds_base.scss */
#limits-system-form .label-with-input-inline input, #change-misc-form .label-with-input-inline input, #bank-account-form .label-with-input-inline input {
  width: 100%; }
/* line 2885, ../../scss/_odds_base.scss */
#limits-system-form .label-with-input-inline .label, #change-misc-form .label-with-input-inline .label, #bank-account-form .label-with-input-inline .label {
  font-weight: normal;
  width: 35%; }
/* line 2892, ../../scss/_odds_base.scss */
#limits-system-form .sb-dropdown-container, #change-misc-form .sb-dropdown-container, #bank-account-form .sb-dropdown-container {
  width: 100%;
  margin-right: -17%; }
  /* line 2895, ../../scss/_odds_base.scss */
  #limits-system-form .sb-dropdown-container .sb-dropdown-options-list, #change-misc-form .sb-dropdown-container .sb-dropdown-options-list, #bank-account-form .sb-dropdown-container .sb-dropdown-options-list {
    min-width: 44% !important; }
/* line 2900, ../../scss/_odds_base.scss */
#limits-system-form .sb-dropdown-select, #change-misc-form .sb-dropdown-select, #bank-account-form .sb-dropdown-select {
  width: 72%; }

/* line 2906, ../../scss/_odds_base.scss */
#bank-account-form .sb-dropdown-container .sb-dropdown-select {
  width: 100%; }
  /* line 2908, ../../scss/_odds_base.scss */
  #bank-account-form .sb-dropdown-container .sb-dropdown-select .sb-dropdown-inputValue {
    width: 95%; }

/*			 /My-account				*/
/*	 TRANSACTIONS   */
/* line 2917, ../../scss/_odds_base.scss */
.tab-menu {
  display: table;
  background-color: #d3d3d3; }
  /* line 2920, ../../scss/_odds_base.scss */
  .tab-menu .item {
    display: table-cell;
    background-color: #e2e3e2;
    border-left: 1px solid #cdcdcd;
    text-align: center;
    width: 1%; }
    /* line 2926, ../../scss/_odds_base.scss */
    .tab-menu .item:first-of-type {
      border: 0; }
    /* line 2929, ../../scss/_odds_base.scss */
    .tab-menu .item.active {
      background-color: #da241c;
      -webkit-box-shadow: inset 0 -6px 10px -5px #ba1f18;
      -moz-box-shadow: inset 0 -6px 10px -5px #ba1f18;
      box-shadow: inset 0 -6px 10px -5px #ba1f18;
      color: #ffffff;
      font-weight: bold;
      margin-top: -0.5em;
      border-color: transparent; }
    /* line 2938, ../../scss/_odds_base.scss */
    .tab-menu .item a {
      display: block;
      height: 3em;
      line-height: 3em;
      width: 100%; }

@media print {
  /* line 2948, ../../scss/_odds_base.scss */
  #details-form * {
    color: black !important;
    background-color: transparent !important; }
    /* line 2951, ../../scss/_odds_base.scss */
    #details-form * .transactions-table {
      width: 100%; }
      /* line 2956, ../../scss/_odds_base.scss */
      #details-form * .transactions-table tbody tr td span {
        color: black !important; }
    /* line 2964, ../../scss/_odds_base.scss */
    #details-form * .tab-menu .item {
      display: none; }
      /* line 2966, ../../scss/_odds_base.scss */
      #details-form * .tab-menu .item.active {
        display: table-cell !important; }

  /* line 2973, ../../scss/_odds_base.scss */
  #details-form .transaction-table {
    width: 50%; }
  /* line 2976, ../../scss/_odds_base.scss */
  #details-form .details-table, #details-form .combinations {
    width: 100%; }
    /* line 2978, ../../scss/_odds_base.scss */
    #details-form .details-table td, #details-form .combinations td {
      border: 1px solid black !important;
      line-height: initial; } }
/* line 2987, ../../scss/_odds_base.scss */
#loyalty-panel .loyalty-row {
  padding: 2em 0; }
  /* line 2989, ../../scss/_odds_base.scss */
  #loyalty-panel .loyalty-row .points-table {
    background-image: url("../../images/guinea/bg_noise.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    padding: 0.5em;
    line-height: 2em; }
    /* line 2997, ../../scss/_odds_base.scss */
    #loyalty-panel .loyalty-row .points-table .points-label {
      background-color: #ffde00;
      color: #0d4a17;
      border-radius: 4px;
      font-size: 1.5em;
      font-weight: bold;
      padding: 0 0.4em; }
  /* line 3006, ../../scss/_odds_base.scss */
  #loyalty-panel .loyalty-row .cardId {
    background-color: #ebebeb;
    text-align: center;
    border-radius: 4px;
    padding: 0.5em;
    line-height: 2em; }
    /* line 3012, ../../scss/_odds_base.scss */
    #loyalty-panel .loyalty-row .cardId .card-label {
      background-color: #ffffff;
      padding: 0 0.4em;
      font-weight: bold;
      border-radius: 4px; }

/* line 3022, ../../scss/_odds_base.scss */
#details-form {
  margin-top: 1em;
  /*details*/
  /*/details*/ }
  /* line 3023, ../../scss/_odds_base.scss */
  #details-form .table-annotation {
    padding: 1em 1em;
    display: table;
    margin: auto; }
    /* line 3027, ../../scss/_odds_base.scss */
    #details-form .table-annotation div {
      display: table-cell; }
    /* line 3030, ../../scss/_odds_base.scss */
    #details-form .table-annotation .icon {
      width: 0.7em;
      height: 0.7em;
      display: inline-block; }
  /* line 3037, ../../scss/_odds_base.scss */
  #details-form .transaction-table {
    border: 0;
    margin-bottom: 1em; }
    /* line 3039, ../../scss/_odds_base.scss */
    #details-form .transaction-table td {
      border: 0; }
  /* line 3046, ../../scss/_odds_base.scss */
  #details-form .details td, #details-form .details th {
    background-color: #ffffff;
    color: #000000;
    padding: 0 0.5em; }
  /* line 3051, ../../scss/_odds_base.scss */
  #details-form .details-won {
    color: #60a635 !important; }
    /* line 3052, ../../scss/_odds_base.scss */
    #details-form .details-won-background {
      background-color: #60a635 !important; }
  /* line 3057, ../../scss/_odds_base.scss */
  #details-form .details-lost {
    color: #cf1f1f !important; }
    /* line 3058, ../../scss/_odds_base.scss */
    #details-form .details-lost-background {
      background-color: #cf1f1f !important; }
  /* line 3063, ../../scss/_odds_base.scss */
  #details-form .details-placed {
    color: #ca8e1b !important; }
    /* line 3064, ../../scss/_odds_base.scss */
    #details-form .details-placed-background {
      background-color: #ca8e1b !important; }
  /* line 3069, ../../scss/_odds_base.scss */
  #details-form .details-cancelled {
    color: #737373 !important;
    text-decoration: line-through; }
    /* line 3070, ../../scss/_odds_base.scss */
    #details-form .details-cancelled-background {
      background-color: #737373 !important; }
  /* line 3077, ../../scss/_odds_base.scss */
  #details-form .content-wrap {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #12933e;
    border-bottom: 0; }
  /* line 3084, ../../scss/_odds_base.scss */
  #details-form .row {
    margin-bottom: 2em; }
  /* line 3087, ../../scss/_odds_base.scss */
  #details-form .caption {
    margin-bottom: 1em; }
  /* line 3091, ../../scss/_odds_base.scss */
  #details-form .top-row .caption {
    line-height: 2em; }
  /* line 3094, ../../scss/_odds_base.scss */
  #details-form .top-row #datepickerFrom, #details-form .top-row #datepickerTo {
    display: inline-block; }
    /* line 3096, ../../scss/_odds_base.scss */
    #details-form .top-row #datepickerFrom input, #details-form .top-row #datepickerTo input {
      width: 100%; }
      @media screen and (max-width: 71.812em) {
        /* line 3096, ../../scss/_odds_base.scss */
        #details-form .top-row #datepickerFrom input, #details-form .top-row #datepickerTo input {
          width: 75%; } }
  /* line 3103, ../../scss/_odds_base.scss */
  #details-form .top-row .std-input, #details-form .top-row .std-input-inline, #details-form .top-row .input-with-button-on-right .input, .input-with-button-on-right #details-form .top-row .input {
    font-weight: bold; }
    @media screen and (max-width: 71.812em) {
      /* line 3103, ../../scss/_odds_base.scss */
      #details-form .top-row .std-input, #details-form .top-row .std-input-inline, #details-form .top-row .input-with-button-on-right .input, .input-with-button-on-right #details-form .top-row .input {
        width: 100%; } }
  /* line 3109, ../../scss/_odds_base.scss */
  #details-form .top-row .ui-datepicker-trigger {
    border-radius: 4px;
    cursor: pointer;
    margin-left: -1.6em; }
    @media screen and (max-width: 71.812em) {
      /* line 3109, ../../scss/_odds_base.scss */
      #details-form .top-row .ui-datepicker-trigger {
        margin-left: -2em; } }
  /* line 3118, ../../scss/_odds_base.scss */
  #details-form .top-row.buttons .columns {
    padding: 0 0.2em; }
  /* line 3121, ../../scss/_odds_base.scss */
  #details-form .top-row.buttons input {
    width: 100%;
    margin-top: 1.55em; }
  /* line 3127, ../../scss/_odds_base.scss */
  #details-form .transactions-table {
    line-height: 2em; }
    /* line 3129, ../../scss/_odds_base.scss */
    #details-form .transactions-table th {
      background-color: #941712;
      color: #ffffff;
      border-left: 1px solid #e8eae8; }
      /* line 3133, ../../scss/_odds_base.scss */
      #details-form .transactions-table th:first-of-type {
        border-left: 0; }
    /* line 3138, ../../scss/_odds_base.scss */
    #details-form .transactions-table tr td {
      padding-left: 0.5em;
      border-left: 1px solid #cdcdcd; }
      /* line 3141, ../../scss/_odds_base.scss */
      #details-form .transactions-table tr td:first-of-type {
        border-left: 0; }
    /* line 3145, ../../scss/_odds_base.scss */
    #details-form .transactions-table tr:nth-child(even) {
      background-color: #ededed;
      border-top: 1px solid #000000;
      border-bottom: 1px solid #000000; }
    /* line 3151, ../../scss/_odds_base.scss */
    #details-form .transactions-table .status {
      text-align: center;
      text-transform: uppercase; }
    /* line 3156, ../../scss/_odds_base.scss */
    #details-form .transactions-table .outcome-combination {
      color: #000000;
      width: 1.5em;
      height: 1.5em;
      margin-right: 0.2em;
      display: inline-block;
      text-align: center;
      line-height: 1.5em; }
  /* line 3166, ../../scss/_odds_base.scss */
  #details-form .combinations {
    margin-bottom: 1em; }
    /* line 3168, ../../scss/_odds_base.scss */
    #details-form .combinations .outcome-combination {
      color: #000000;
      min-width: 1.5em;
      min-height: 1.5em;
      margin-right: 0.2em;
      display: inline-block;
      text-align: center;
      line-height: 1.5em; }
  /* line 3179, ../../scss/_odds_base.scss */
  #details-form .icon-bar script {
    width: 0;
    height: 0;
    padding: 0; }
  /* line 3185, ../../scss/_odds_base.scss */
  #details-form .paginator-container {
    width: 23em;
    margin: auto; }
    @media screen and (max-width: 71.812em) {
      /* line 3185, ../../scss/_odds_base.scss */
      #details-form .paginator-container {
        width: 40em; } }
  /* line 3192, ../../scss/_odds_base.scss */
  #details-form .banker {
    background-image: url("../../images/guinea/banker1.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px; }
  /* line 3197, ../../scss/_odds_base.scss */
  #details-form .details-table, #details-form .combinations {
    line-height: 2em; }
    /* line 3199, ../../scss/_odds_base.scss */
    #details-form .details-table thead, #details-form .combinations thead {
      background-color: #da241c;
      color: #ffffff;
      font-weight: bold; }
      /* line 3203, ../../scss/_odds_base.scss */
      #details-form .details-table thead tr, #details-form .details-table thead td, #details-form .combinations thead tr, #details-form .combinations thead td {
        background: inherit;
        color: inherit; }
        /* line 3206, ../../scss/_odds_base.scss */
        #details-form .details-table thead tr:nth-child(even), #details-form .details-table thead td:nth-child(even), #details-form .combinations thead tr:nth-child(even), #details-form .combinations thead td:nth-child(even) {
          background: inherit;
          border-left: 1px solid #ffffff;
          border-right: 1px solid #ffffff; }
    /* line 3213, ../../scss/_odds_base.scss */
    #details-form .details-table .category-header, #details-form .combinations .category-header {
      background-color: #941712;
      color: #ffffff;
      font-weight: bold;
      text-indent: 1em; }

/*transfers*/
/* line 3223, ../../scss/_odds_base.scss */
#transfer-details-table {
  margin: 0 auto; }
  /* line 3225, ../../scss/_odds_base.scss */
  #transfer-details-table .label {
    text-align: right; }
  /* line 3228, ../../scss/_odds_base.scss */
  #transfer-details-table .value {
    text-align: left; }

/*/transfers*/
/*	/TRANSACTIONS   */
/*    VIRTUAL GAMES    */
/* line 3238, ../../scss/_odds_base.scss */
.virtual-main.row, .virtual-main .row-odds {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none; }
/* line 3244, ../../scss/_odds_base.scss */
.virtual-main .column, .virtual-main .columns-odds {
  position: relative;
  float: left; }
/* line 3249, ../../scss/_odds_base.scss */
.virtual-main .virtual-page {
  text-align: left;
  width: 100%;
  padding: 0px;
  font-size: 1em;
  color: #000; }
  /* line 3256, ../../scss/_odds_base.scss */
  .virtual-main .virtual-page .outcome, .virtual-main .virtual-page .outcomeWithName, .virtual-main .virtual-page .std-event-panel .event-panel .games .full-event-button, .std-event-panel .event-panel .games .virtual-main .virtual-page .full-event-button, .virtual-main .virtual-page .std-event-panel .event-panels-wrap .event-panel .wrap .more, .std-event-panel .event-panels-wrap .event-panel .wrap .virtual-main .virtual-page .more {
    margin: 0 auto;
    width: 100% !important;
    border: 0;
    border-radius: 0;
    color: inherit;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#d0d0d0));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #d0d0d0);
    background-image: -moz-linear-gradient(top, #f7f7f7, #d0d0d0);
    background-image: -ms-linear-gradient(top, #f7f7f7, #d0d0d0);
    background-image: -o-linear-gradient(top, #f7f7f7, #d0d0d0);
    background-image: linear-gradient(top, #f7f7f7, #d0d0d0);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f7f7f7', EndColorStr='#d0d0d0'); }
    /* line 3263, ../../scss/_odds_base.scss */
    .virtual-main .virtual-page .outcome:hover, .virtual-main .virtual-page .outcomeWithName:hover, .virtual-main .virtual-page .std-event-panel .event-panel .games .full-event-button:hover, .std-event-panel .event-panel .games .virtual-main .virtual-page .full-event-button:hover, .virtual-main .virtual-page .std-event-panel .event-panels-wrap .event-panel .wrap .more:hover, .std-event-panel .event-panels-wrap .event-panel .wrap .virtual-main .virtual-page .more:hover {
      color: #0d4a17;
      background-color: #ffde00;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#ffde00));
      background-image: -webkit-linear-gradient(top, #ffde00, #ffde00);
      background-image: -moz-linear-gradient(top, #ffde00, #ffde00);
      background-image: -ms-linear-gradient(top, #ffde00, #ffde00);
      background-image: -o-linear-gradient(top, #ffde00, #ffde00);
      background-image: linear-gradient(top, #ffde00, #ffde00);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#ffde00'); }
    /* line 3267, ../../scss/_odds_base.scss */
    .virtual-main .virtual-page .outcome:active, .virtual-main .virtual-page .outcomeWithName:active, .virtual-main .virtual-page .std-event-panel .event-panel .games .full-event-button:active, .std-event-panel .event-panel .games .virtual-main .virtual-page .full-event-button:active, .virtual-main .virtual-page .std-event-panel .event-panels-wrap .event-panel .wrap .more:active, .std-event-panel .event-panels-wrap .event-panel .wrap .virtual-main .virtual-page .more:active, .virtual-main .virtual-page .outcome.active, .virtual-main .virtual-page .active.outcomeWithName, .virtual-main .virtual-page .std-event-panel .event-panel .games .active.full-event-button, .std-event-panel .event-panel .games .virtual-main .virtual-page .active.full-event-button, .virtual-main .virtual-page .std-event-panel .event-panels-wrap .event-panel .wrap .active.more, .std-event-panel .event-panels-wrap .event-panel .wrap .virtual-main .virtual-page .active.more {
      color: #0d4a17;
      background-color: #ffde00;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#ffde00));
      background-image: -webkit-linear-gradient(top, #ffde00, #ffde00);
      background-image: -moz-linear-gradient(top, #ffde00, #ffde00);
      background-image: -ms-linear-gradient(top, #ffde00, #ffde00);
      background-image: -o-linear-gradient(top, #ffde00, #ffde00);
      background-image: linear-gradient(top, #ffde00, #ffde00);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#ffde00'); }
  /* line 3273, ../../scss/_odds_base.scss */
  .virtual-main .virtual-page .virtual-panel {
    text-align: center;
    width: 100%;
    border-collapse: separate; }
    /* line 3277, ../../scss/_odds_base.scss */
    .virtual-main .virtual-page .virtual-panel .virtual-iframe {
      display: inline-block;
      width: 100%; }
      /* line 3280, ../../scss/_odds_base.scss */
      .virtual-main .virtual-page .virtual-panel .virtual-iframe .vfl-iframe-Large {
        float: left; }
    /* line 3286, ../../scss/_odds_base.scss */
    .virtual-main .virtual-page .virtual-panel .virtual-events {
      padding: 0.4em;
      font-weight: bold; }
      /* line 3289, ../../scss/_odds_base.scss */
      .virtual-main .virtual-page .virtual-panel .virtual-events .events-div {
        position: relative;
        width: 100%;
        float: left;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        overflow: hidden; }
        /* line 3296, ../../scss/_odds_base.scss */
        .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .virtual-header {
          color: #000000;
          height: 2.3em;
          line-height: 2.3em;
          width: 100%;
          float: left;
          background-image: url("../../images/guinea/bg_noise_light.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat;
          background-repeat: repeat; }
          /* line 3309, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .virtual-header .virtual-header-arrow {
            cursor: pointer;
            width: 1.5em;
            height: 100%; }
          /* line 3314, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .virtual-header .event-name {
            color: #ffffff;
            cursor: pointer; }
          /* line 3318, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .virtual-header .event-score {
            float: right;
            padding-right: 1em; }
        /* line 3323, ../../scss/_odds_base.scss */
        .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games {
          float: left;
          width: 100%;
          background-color: #d3d3d3; }
          /* line 3327, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .sub-outcome-even {
            background-color: #ededed;
            width: 100%;
            padding-left: 0.77em;
            color: #000000;
            float: left; }
          /* line 3334, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .vfl-name {
            text-align: left; }
          /* line 3337, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .vfl-button {
            text-align: right; }
          /* line 3340, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .sub-outcome-odd {
            background-color: #ffffff;
            width: 100%;
            padding-left: 0.77em;
            color: #000000;
            float: left; }
          /* line 3347, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .virtual-sub-game {
            background-color: #d3d3d3; }
          /* line 3350, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .outcome-buttons-area {
            width: 5.25em;
            height: 1.38em;
            float: left; }
          /* line 3355, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .outcome-buttons-break {
            width: 2.55em;
            height: 1.38em;
            float: left; }
          /* line 3360, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .virtual-sub-game-row {
            font-size: 1em;
            color: #000000;
            height: 1.8em;
            width: 100%;
            margin: 0;
            border-bottom: #cf1f1f;
            float: left;
            cursor: pointer; }
            /* line 3369, ../../scss/_odds_base.scss */
            .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .virtual-sub-game-row .game-arrow {
              width: 1.5em;
              height: 100%;
              float: left;
              text-align: center;
              line-height: 1.75em; }
            /* line 3376, ../../scss/_odds_base.scss */
            .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .virtual-sub-game-row .game-name {
              height: 100%;
              float: left;
              text-align: left;
              line-height: 1.75em; }
            /* line 3382, ../../scss/_odds_base.scss */
            .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .virtual-sub-game-row .game-closed {
              float: right;
              padding: 0.3em 0.3em 0em 0.3em;
              color: #cf1f1f; }
          /* line 3388, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .outcomes-bottom {
            width: 100%;
            float: left;
            color: #ffffff;
            font-size: 0.87em;
            border-bottom: 1px solid #ffffff; }
          /* line 3396, ../../scss/_odds_base.scss */
          .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div {
            width: 100%;
            float: left;
            color: #000000; }
            /* line 3402, ../../scss/_odds_base.scss */
            .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .columns-odds:last-child .virtual-main-game1 {
              border-right: 0; }
            /* line 3405, ../../scss/_odds_base.scss */
            .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .columns-odds:last-child .virtual-main-game2 {
              border-right: 0; }
            /* line 3410, ../../scss/_odds_base.scss */
            .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .virtual-main-game1 {
              width: 100%;
              float: left;
              border-right: 1px solid #ffffff;
              border-bottom: 1px solid #ffffff; }
              /* line 3415, ../../scss/_odds_base.scss */
              .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .virtual-main-game1:last-of-type {
                border-right: 0; }
            /* line 3419, ../../scss/_odds_base.scss */
            .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .virtual-main-game2 {
              border-right: 1px solid #ffffff;
              width: 100%;
              float: left; }
              /* line 3423, ../../scss/_odds_base.scss */
              .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .virtual-main-game2 .columns-odds {
                /*even and odd bg colors switched on purpose*/ }
                /* line 3424, ../../scss/_odds_base.scss */
                .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .virtual-main-game2 .columns-odds:nth-child(odd) {
                  background-color: #ededed; }
                /* line 3427, ../../scss/_odds_base.scss */
                .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .virtual-main-game2 .columns-odds:nth-child(even) {
                  background-color: #ffffff; }
            /* line 3432, ../../scss/_odds_base.scss */
            .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .virtual-main-game3 {
              border-right: 1px solid #cdcdcd;
              width: 100%;
              float: left; }
              /* line 3436, ../../scss/_odds_base.scss */
              .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .virtual-main-game3 .outcome-odds-div {
                width: 15.4em;
                height: 1.38em;
                float: left; }
              /* line 3441, ../../scss/_odds_base.scss */
              .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .virtual-main-game3 .columns-odds {
                border-right: 1px solid #cdcdcd;
                border-left: 0; }
                /* line 3444, ../../scss/_odds_base.scss */
                .virtual-main .virtual-page .virtual-panel .virtual-events .events-div .vfl-games .main-games-div .virtual-main-game3 .columns-odds:last-of-type {
                  border-right: 0; }
      /* line 3452, ../../scss/_odds_base.scss */
      .virtual-main .virtual-page .virtual-panel .virtual-events #season-name-div {
        color: #000000;
        float: right;
        padding-right: 1em;
        font-size: 1em;
        font-weight: bold; }

/* MICRO-VFL */
/* line 3466, ../../scss/_odds_base.scss */
#micro-vfl-container {
  border-radius: 4px;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
  /* line 3470, ../../scss/_odds_base.scss */
  #micro-vfl-container #micro-vfl-iframe {
    border-radius: 4px;
    width: 100%; }
  /* line 3474, ../../scss/_odds_base.scss */
  #micro-vfl-container #micro-vfl-events {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    /* line 3478, ../../scss/_odds_base.scss */
    #micro-vfl-container #micro-vfl-events #micro-vfl-events-wrap .micro-vfl-event {
      background-image: none;
      background-color: #00923e;
      padding: 0 0.5em;
      font-weight: bold;
      color: #ffffff; }
      /* line 3489, ../../scss/_odds_base.scss */
      #micro-vfl-container #micro-vfl-events #micro-vfl-events-wrap .micro-vfl-event:not(first-of-type) {
        border-bottom: 1px solid #d3d3d3; }
      /* line 3492, ../../scss/_odds_base.scss */
      #micro-vfl-container #micro-vfl-events #micro-vfl-events-wrap .micro-vfl-event .event-score {
        display: inline-block;
        float: right; }
    /* line 3498, ../../scss/_odds_base.scss */
    #micro-vfl-container #micro-vfl-events #micro-vfl-events-wrap .outcomes-wrap .micro-vfl-outcome {
      background-color: #f7f7f7;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#d0d0d0));
      background-image: -webkit-linear-gradient(top, #f7f7f7, #d0d0d0);
      background-image: -moz-linear-gradient(top, #f7f7f7, #d0d0d0);
      background-image: -ms-linear-gradient(top, #f7f7f7, #d0d0d0);
      background-image: -o-linear-gradient(top, #f7f7f7, #d0d0d0);
      background-image: linear-gradient(top, #f7f7f7, #d0d0d0);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f7f7f7', EndColorStr='#d0d0d0');
      border-right: 1px solid #cdcdcd;
      border-left: 0;
      color: #000000; }
      /* line 3503, ../../scss/_odds_base.scss */
      #micro-vfl-container #micro-vfl-events #micro-vfl-events-wrap .outcomes-wrap .micro-vfl-outcome:hover {
        color: #000000;
        background-color: #ffde00;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#ffde00));
        background-image: -webkit-linear-gradient(top, #ffde00, #ffde00);
        background-image: -moz-linear-gradient(top, #ffde00, #ffde00);
        background-image: -ms-linear-gradient(top, #ffde00, #ffde00);
        background-image: -o-linear-gradient(top, #ffde00, #ffde00);
        background-image: linear-gradient(top, #ffde00, #ffde00);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#ffde00'); }
      /* line 3507, ../../scss/_odds_base.scss */
      #micro-vfl-container #micro-vfl-events #micro-vfl-events-wrap .outcomes-wrap .micro-vfl-outcome:active, #micro-vfl-container #micro-vfl-events #micro-vfl-events-wrap .outcomes-wrap .micro-vfl-outcome.active {
        color: #000000;
        background-color: #ffde00;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#ffde00));
        background-image: -webkit-linear-gradient(top, #ffde00, #ffde00);
        background-image: -moz-linear-gradient(top, #ffde00, #ffde00);
        background-image: -ms-linear-gradient(top, #ffde00, #ffde00);
        background-image: -o-linear-gradient(top, #ffde00, #ffde00);
        background-image: linear-gradient(top, #ffde00, #ffde00);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#ffde00'); }
      /* line 3511, ../../scss/_odds_base.scss */
      #micro-vfl-container #micro-vfl-events #micro-vfl-events-wrap .outcomes-wrap .micro-vfl-outcome:last-of-type {
        border-right: 0; }
      /* line 3514, ../../scss/_odds_base.scss */
      #micro-vfl-container #micro-vfl-events #micro-vfl-events-wrap .outcomes-wrap .micro-vfl-outcome .odds {
        padding-right: 0.25em;
        text-align: center;
        font-weight: normal;
        padding: 0.5em; }

/* /MICRO-VFL */
/*   		CASINO		   */
/* line 3529, ../../scss/_odds_base.scss */
.main-content .casino-coming-soon {
  width: 100%;
  height: 100%;
  min-height: 36em;
  background-image: url("../../images/guinea/casino-coming-soon.png");
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat; }

/*   		/CASINO		   */
/*----------------------------*/
/*--------SIDE-CONTENT--------*/
/* line 3540, ../../scss/_odds_base.scss */
div.side-content-left {
  margin: 0.5em auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 4px; }
  @media screen and (max-width: 71.812em) {
    /* line 3540, ../../scss/_odds_base.scss */
    div.side-content-left {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 41.25%;
      float: left;
      float: left;
      padding: 0.5em; } }
  @media screen and (min-width: 71.875em) {
    /* line 3540, ../../scss/_odds_base.scss */
    div.side-content-left {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 16.25%;
      float: left;
      float: left; } }
  /* line 3554, ../../scss/_odds_base.scss */
  div.side-content-left .contact-us-panel {
    background-color: #00923e;
    border-radius: 4px;
    margin-top: 0.5em;
    color: #ffffff; }
    /* line 3559, ../../scss/_odds_base.scss */
    div.side-content-left .contact-us-panel .header {
      font-family: robotoblack;
      text-transform: uppercase;
      font-weight: normal;
      font-size: 1.75em;
      padding-top: 1em;
      padding-bottom: 0.5em; }
    /* line 3567, ../../scss/_odds_base.scss */
    div.side-content-left .contact-us-panel .row {
      padding: 1em 0 1em 2em;
      text-align: left;
      cursor: pointer; }
      /* line 3571, ../../scss/_odds_base.scss */
      div.side-content-left .contact-us-panel .row .text {
        border-left: 1px solid #ffffff;
        margin-left: 0.5em;
        padding-left: 0.5em; }
  /* line 3579, ../../scss/_odds_base.scss */
  div.side-content-left .side-banner img {
    border-radius: 4px;
    width: 100%; }

/* line 3586, ../../scss/_odds_base.scss */
div.side-content-right {
  margin: 0.5em auto;
  padding-right: 0 !important;
  padding-left: 0 !important;
  border-radius: 4px; }
  @media screen and (max-width: 71.812em) {
    /* line 3586, ../../scss/_odds_base.scss */
    div.side-content-right {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 58.33333%;
      float: left;
      float: right; } }
  @media screen and (min-width: 71.875em) {
    /* line 3586, ../../scss/_odds_base.scss */
    div.side-content-right {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 16.25%;
      float: left;
      float: right; } }
  /* line 3600, ../../scss/_odds_base.scss */
  div.side-content-right .side-banner img {
    border-radius: 4px;
    width: 100%; }

/*--------Categories Menu--------*/
/* line 3608, ../../scss/_odds_base.scss */
#aside-menu-container {
  color: #ffffff;
  margin-top: 1em;
  line-height: 2em; }
  /* line 3612, ../../scss/_odds_base.scss */
  #aside-menu-container .aside-menu-title-panel {
    border-radius: 4px;
    background-color: #941712;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#941712), to(#da241c));
    background-image: -webkit-linear-gradient(top, #941712, #da241c);
    background-image: -moz-linear-gradient(top, #941712, #da241c);
    background-image: -ms-linear-gradient(top, #941712, #da241c);
    background-image: -o-linear-gradient(top, #941712, #da241c);
    background-image: linear-gradient(top, #941712, #da241c);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#941712', EndColorStr='#da241c');
    padding: 0.4em 0 0.5em 0.75em;
    font-weight: bold;
    cursor: pointer;
    font-size: 1rem;
    line-height: 2rem;
    position: relative;
    z-index: 5; }
    /* line 3622, ../../scss/_odds_base.scss */
    #aside-menu-container .aside-menu-title-panel .aside-menu-title {
      display: inline-block; }
    /* line 3625, ../../scss/_odds_base.scss */
    #aside-menu-container .aside-menu-title-panel .toggle-sign-wrap {
      display: inline-block;
      float: right; }
      /* line 3628, ../../scss/_odds_base.scss */
      #aside-menu-container .aside-menu-title-panel .toggle-sign-wrap .toggle-sign {
        display: inline-block;
        color: #919191;
        float: right;
        font-size: 1.5em;
        width: 1em;
        text-align: center; }
        /* line 3635, ../../scss/_odds_base.scss */
        #aside-menu-container .aside-menu-title-panel .toggle-sign-wrap .toggle-sign::after {
          content: '+'; }
    /* line 3640, ../../scss/_odds_base.scss */
    #aside-menu-container .aside-menu-title-panel:hover, #aside-menu-container .aside-menu-title-panel:active, #aside-menu-container .aside-menu-title-panel.active {
      background: none;
      background-color: #00923e;
      filter: none;
      color: #ffffff;
      text-decoration: none; }
      /* line 3646, ../../scss/_odds_base.scss */
      #aside-menu-container .aside-menu-title-panel:hover .toggle-sign, #aside-menu-container .aside-menu-title-panel:active .toggle-sign, #aside-menu-container .aside-menu-title-panel.active .toggle-sign {
        color: #ffffff; }
    /* line 3651, ../../scss/_odds_base.scss */
    #aside-menu-container .aside-menu-title-panel.active .toggle-sign-wrap .toggle-sign::after {
      content: '-'; }
  /* line 3656, ../../scss/_odds_base.scss */
  #aside-menu-container .aside-menu-content-panel {
    margin-top: -4px;
    /*must be same as border radius of title panel*/ }

/* line 3660, ../../scss/_odds_base.scss */
#categories-nav {
  width: 100%;
  line-height: 2.75em;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: -0.5em;
  background-color: #fdfdfd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#cfcfcf));
  background-image: -webkit-linear-gradient(top, #fdfdfd, #cfcfcf);
  background-image: -moz-linear-gradient(top, #fdfdfd, #cfcfcf);
  background-image: -ms-linear-gradient(top, #fdfdfd, #cfcfcf);
  background-image: -o-linear-gradient(top, #fdfdfd, #cfcfcf);
  background-image: linear-gradient(top, #fdfdfd, #cfcfcf);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fdfdfd', EndColorStr='#cfcfcf'); }
  /* line 3668, ../../scss/_odds_base.scss */
  #categories-nav *:last-of-type {
    border-radius: inherit; }
  /* line 3671, ../../scss/_odds_base.scss */
  #categories-nav .sports-menu {
    width: 100%; }
    /* line 3673, ../../scss/_odds_base.scss */
    #categories-nav .sports-menu .toggle-sign-wrap {
      display: inline-block;
      float: right; }
      /* line 3676, ../../scss/_odds_base.scss */
      #categories-nav .sports-menu .toggle-sign-wrap .toggle-sign {
        display: inline-block;
        color: #919191;
        float: right;
        font-size: 1.5em;
        cursor: pointer;
        width: 1em;
        text-align: center; }
        /* line 3684, ../../scss/_odds_base.scss */
        #categories-nav .sports-menu .toggle-sign-wrap .toggle-sign::after {
          content: '+'; }
      /* line 3688, ../../scss/_odds_base.scss */
      #categories-nav .sports-menu .toggle-sign-wrap:hover .toggle-sign {
        color: #ffffff; }
      /* line 3691, ../../scss/_odds_base.scss */
      #categories-nav .sports-menu .toggle-sign-wrap.active .toggle-sign {
        color: #ffffff; }
        /* line 3693, ../../scss/_odds_base.scss */
        #categories-nav .sports-menu .toggle-sign-wrap.active .toggle-sign::after {
          content: '-'; }
    /* line 3698, ../../scss/_odds_base.scss */
    #categories-nav .sports-menu .sports-menu-row-level1 {
      width: 100%;
      border-top: 1px solid #cdcdcd;
      color: #000000; }
      /* line 3702, ../../scss/_odds_base.scss */
      #categories-nav .sports-menu .sports-menu-row-level1 .category-row-level1-wrap {
        background-color: #fdfdfd;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#cfcfcf));
        background-image: -webkit-linear-gradient(top, #fdfdfd, #cfcfcf);
        background-image: -moz-linear-gradient(top, #fdfdfd, #cfcfcf);
        background-image: -ms-linear-gradient(top, #fdfdfd, #cfcfcf);
        background-image: -o-linear-gradient(top, #fdfdfd, #cfcfcf);
        background-image: linear-gradient(top, #fdfdfd, #cfcfcf);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fdfdfd', EndColorStr='#cfcfcf'); }
      /* line 3705, ../../scss/_odds_base.scss */
      #categories-nav .sports-menu .sports-menu-row-level1:first-of-type {
        border-top: 0; }
      /* line 3708, ../../scss/_odds_base.scss */
      #categories-nav .sports-menu .sports-menu-row-level1 .text {
        padding-left: 0.5em; }
    /* line 3712, ../../scss/_odds_base.scss */
    #categories-nav .sports-menu .sports-menu-row-level2 {
      background-color: #da241c;
      width: 100%;
      border-top: 1px solid #841510;
      color: #ffffff; }
      /* line 3717, ../../scss/_odds_base.scss */
      #categories-nav .sports-menu .sports-menu-row-level2:first-of-type {
        border-top: 0; }
      /* line 3720, ../../scss/_odds_base.scss */
      #categories-nav .sports-menu .sports-menu-row-level2 .text {
        padding-left: 1em; }
    /* line 3724, ../../scss/_odds_base.scss */
    #categories-nav .sports-menu .sports-menu-row-level3 {
      background-color: #941712;
      width: 100%;
      border-top: 1px solid #212121;
      color: #ffffff; }
      /* line 3729, ../../scss/_odds_base.scss */
      #categories-nav .sports-menu .sports-menu-row-level3:first-of-type {
        border-top: 0; }
      /* line 3732, ../../scss/_odds_base.scss */
      #categories-nav .sports-menu .sports-menu-row-level3 .text {
        padding-left: 1.5em; }
      /* line 3735, ../../scss/_odds_base.scss */
      #categories-nav .sports-menu .sports-menu-row-level3:hover, #categories-nav .sports-menu .sports-menu-row-level3:active, #categories-nav .sports-menu .sports-menu-row-level3.active {
        color: #ffffff; }
    /* line 3739, ../../scss/_odds_base.scss */
    #categories-nav .sports-menu .more {
      width: 100%;
      height: 2.75em;
      display: block;
      position: relative;
      z-index: 33; }
    /* line 3747, ../../scss/_odds_base.scss */
    #categories-nav .sports-menu .category-row-level1-wrap:hover, #categories-nav .sports-menu .category-row-level1-wrap:active, #categories-nav .sports-menu .category-row-level1-wrap.active {
      background: none;
      background-color: #da241c;
      color: #ffffff;
      font-weight: bold; }
      /* line 3754, ../../scss/_odds_base.scss */
      #categories-nav .sports-menu .category-row-level1-wrap:hover .link, #categories-nav .sports-menu .category-row-level1-wrap:active .link, #categories-nav .sports-menu .category-row-level1-wrap.active .link {
        color: #ffffff;
        text-decoration: none; }
    /* line 3759, ../../scss/_odds_base.scss */
    #categories-nav .sports-menu .category-row-level1-wrap.active {
      -webkit-box-shadow: 0 0 3px 0 #9a9a9a;
      -moz-box-shadow: 0 0 3px 0 #9a9a9a;
      box-shadow: 0 0 3px 0 #9a9a9a; }
    /* line 3764, ../../scss/_odds_base.scss */
    #categories-nav .sports-menu .category-row-level2-wrap:hover, #categories-nav .sports-menu .category-row-level2-wrap:active, #categories-nav .sports-menu .category-row-level2-wrap.active {
      color: #ffffff;
      font-weight: bold; }
      /* line 3767, ../../scss/_odds_base.scss */
      #categories-nav .sports-menu .category-row-level2-wrap:hover .link, #categories-nav .sports-menu .category-row-level2-wrap:active .link, #categories-nav .sports-menu .category-row-level2-wrap.active .link {
        text-decoration: none; }
    /* line 3771, ../../scss/_odds_base.scss */
    #categories-nav .sports-menu .category-row-level2-wrap.active {
      -webkit-box-shadow: 0 0 3px 0 #9a9a9a;
      -moz-box-shadow: 0 0 3px 0 #9a9a9a;
      box-shadow: 0 0 3px 0 #9a9a9a; }

/*--------/Categories Menu--------*/
/*			BET SLIP			*/
/* line 3780, ../../scss/_odds_base.scss */
#bet-slip {
  border-radius: 4px;
  background-color: #941712;
  color: #ffffff;
  width: 100%;
  z-index: 70;
  margin-bottom: 0.5em;
  font-size: 90%; }
  /* line 3788, ../../scss/_odds_base.scss */
  #bet-slip .bet-slip-top-wrap {
    border-radius: 4px;
    background-color: #da241c;
    border: 1px solid #ff837e;
    padding: 0.2em;
    display: flex;
    margin: 0.5em; }
    /* line 3799, ../../scss/_odds_base.scss */
    #bet-slip .bet-slip-top-wrap .bet-slip-header-row {
      width: 100%; }
      /* line 3801, ../../scss/_odds_base.scss */
      #bet-slip .bet-slip-top-wrap .bet-slip-header-row .bet-slip-title {
        font-family: robotoblack;
        text-transform: uppercase;
        vertical-align: top;
        color: #ffffff;
        font-weight: normal;
        font-size: 2.2em;
        text-align: center;
        padding: 0.5em 0; }
      /* line 3811, ../../scss/_odds_base.scss */
      #bet-slip .bet-slip-top-wrap .bet-slip-header-row .bet-slip-status {
        background-image: url("../../images/guinea/lock.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-size: initial;
        background-color: #941712;
        position: absolute;
        border-left: 1px solid #ff837e;
        border-bottom: 1px solid #ff837e;
        border-bottom-left-radius: 4px;
        border-top-right-radius: 4px;
        cursor: pointer;
        width: 25px;
        height: 22px;
        float: right;
        top: -2px;
        right: -2px; }
        /* line 3826, ../../scss/_odds_base.scss */
        #bet-slip .bet-slip-top-wrap .bet-slip-header-row .bet-slip-status:hover, #bet-slip .bet-slip-top-wrap .bet-slip-header-row .bet-slip-status:active, #bet-slip .bet-slip-top-wrap .bet-slip-header-row .bet-slip-status.active {
          background-image: url("../../images/guinea/lock_active.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat;
          background-size: initial; }
      /* line 3832, ../../scss/_odds_base.scss */
      #bet-slip .bet-slip-top-wrap .bet-slip-header-row #bet-slip-clear-wrap .std-button-common, #bet-slip .bet-slip-top-wrap .bet-slip-header-row #bet-slip-clear-wrap .std-button-rounded, #bet-slip .bet-slip-top-wrap .bet-slip-header-row #bet-slip-clear-wrap #bs-combinations-wrap .label, #bet-slip #bs-combinations-wrap .bet-slip-top-wrap .bet-slip-header-row #bet-slip-clear-wrap .label, #bet-slip .bet-slip-top-wrap .bet-slip-header-row #bet-slip-clear-wrap .input-with-button-on-right .button, .input-with-button-on-right #bet-slip .bet-slip-top-wrap .bet-slip-header-row #bet-slip-clear-wrap .button {
        background: none;
        background-color: #941712;
        border-radius: 4px;
        border: 1px solid #ff837e;
        padding: 0.25em; }
  /* line 3842, ../../scss/_odds_base.scss */
  #bet-slip .bet-types-wrap {
    padding-left: 0.5em; }
    /* line 3844, ../../scss/_odds_base.scss */
    #bet-slip .bet-types-wrap select {
      border-radius: 4px;
      background: none;
      background-color: #941712;
      background-image: url("../../images/guinea/arrow_down.png");
      background-repeat: no-repeat;
      background-position: 93% 50%;
      border: 1px solid #ff837e;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 0.01px;
      margin-top: 0.5em;
      margin-bottom: 0.5em;
      color: #ffffff;
      cursor: pointer; }
      /* line 3859, ../../scss/_odds_base.scss */
      #bet-slip .bet-types-wrap select option {
        background: none;
        background-color: #941712; }
  /* line 3865, ../../scss/_odds_base.scss */
  #bet-slip #bets-info {
    background-image: url("../../images/guinea/help.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 1.7em;
    height: 1.7em;
    margin-top: 0.5em;
    margin-left: -1em; }
    /* line 3872, ../../scss/_odds_base.scss */
    #bet-slip #bets-info:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8; }
    /* line 3875, ../../scss/_odds_base.scss */
    #bet-slip #bets-info:active, #bet-slip #bets-info.active {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
      filter: alpha(opacity=50);
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5; }
  /* line 3879, ../../scss/_odds_base.scss */
  #bet-slip .bet-slip-scroll-wrap {
    overflow-x: hidden;
    width: 100%;
    color: #ffffff; }
    @media screen and (min-width: 71.875em) and (max-width: 85.312em) {
      /* line 3879, ../../scss/_odds_base.scss */
      #bet-slip .bet-slip-scroll-wrap {
        overflow-y: auto;
        max-height: 30em; } }
    @media screen and (min-width: 85.375em) {
      /* line 3879, ../../scss/_odds_base.scss */
      #bet-slip .bet-slip-scroll-wrap {
        overflow-y: auto;
        max-height: 40em; } }
    /* line 3891, ../../scss/_odds_base.scss */
    #bet-slip .bet-slip-scroll-wrap .bet-slip-selections {
      padding: 0.25em 0.5em 0 0.5em; }
      /* line 3893, ../../scss/_odds_base.scss */
      #bet-slip .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection {
        width: 100%;
        display: inline-block;
        margin: 0;
        padding: 1px 1px 1px 3px;
        /*padding instead of border - reason of pixels*/
        border-top: 1px solid #ff837e; }
        /* line 3899, ../../scss/_odds_base.scss */
        #bet-slip .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection-top-row {
          min-height: 3em;
          display: block; }
          /* line 3902, ../../scss/_odds_base.scss */
          #bet-slip .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection-top-row .event-name {
            padding-left: 0.25em; }
        /* line 3906, ../../scss/_odds_base.scss */
        #bet-slip .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .outcome-name {
          font-weight: bold;
          padding: 0 0.25em; }
        /* line 3910, ../../scss/_odds_base.scss */
        #bet-slip .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .outcome-odds {
          text-align: center; }
          /* line 3912, ../../scss/_odds_base.scss */
          #bet-slip .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .outcome-odds.raised, #bet-slip .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .outcome-odds.dropped {
            border-radius: 0.7em;
            background-color: #000000;
            /* has to be black for good visibility, not a variable */
            line-height: 1.2em;
            -webkit-box-shadow: inset 0 0 4px 2px #0d4a17;
            -moz-box-shadow: inset 0 0 4px 2px #0d4a17;
            box-shadow: inset 0 0 4px 2px #0d4a17; }
          /* line 3918, ../../scss/_odds_base.scss */
          #bet-slip .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .outcome-odds.raised:before {
            content: '';
            position: relative;
            top: -0.85em;
            left: -2px;
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-bottom: 6px solid #8dcf55; }
          /* line 3929, ../../scss/_odds_base.scss */
          #bet-slip .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .outcome-odds.dropped:before {
            content: '';
            position: relative;
            top: 0.85em;
            left: -2px;
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 6px solid #f04124; }
        /* line 3941, ../../scss/_odds_base.scss */
        #bet-slip .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .game-menu {
          text-align: center; }
          /* line 3943, ../../scss/_odds_base.scss */
          #bet-slip .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .game-menu .x-button, #bet-slip .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .game-menu .x-button:active {
            border-radius: 4px;
            border: 1px solid #ff837e;
            line-height: 1.5em;
            width: 1.5em;
            color: #ffffff;
            cursor: pointer;
            position: absolute;
            top: 0;
            right: 0; }
            /* line 3953, ../../scss/_odds_base.scss */
            #bet-slip .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .game-menu .x-button:hover, #bet-slip .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .game-menu .x-button:active:hover {
              color: #000000; }
          /* line 3957, ../../scss/_odds_base.scss */
          #bet-slip .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .game-menu .banker-button {
            border-radius: 4px;
            line-height: 1.5em;
            width: 1.5em;
            border: 1px solid #ff837e;
            color: #ffffff;
            cursor: pointer;
            position: absolute;
            top: 2.25em;
            right: 0; }
            @media screen and (max-width: 71.812em) {
              /* line 3957, ../../scss/_odds_base.scss */
              #bet-slip .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .game-menu .banker-button {
                top: 1.75em;
                font-size: 100%; } }
            /* line 3971, ../../scss/_odds_base.scss */
            #bet-slip .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .game-menu .banker-button:hover {
              color: #000000; }
            /* line 3974, ../../scss/_odds_base.scss */
            #bet-slip .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .game-menu .banker-button:active, #bet-slip .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection .game-menu .banker-button.active {
              background-color: #ffde00;
              background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#efad04));
              background-image: -webkit-linear-gradient(top, #ffde00, #efad04);
              background-image: -moz-linear-gradient(top, #ffde00, #efad04);
              background-image: -ms-linear-gradient(top, #ffde00, #efad04);
              background-image: -o-linear-gradient(top, #ffde00, #efad04);
              background-image: linear-gradient(top, #ffde00, #efad04);
              filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#efad04');
              color: #000000;
              font-weight: bold; }
        /* line 3981, ../../scss/_odds_base.scss */
        #bet-slip .bet-slip-scroll-wrap .bet-slip-selections .bet-slip-selection.inactive {
          background-color: #67b03a; }
    /* line 3986, ../../scss/_odds_base.scss */
    #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap {
      padding: 0.25em 0 0.75em 0;
      background-color: #941712; }
      /* line 3989, ../../scss/_odds_base.scss */
      #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline {
        margin: 0.5em 0;
        text-align: right; }
        /* line 3992, ../../scss/_odds_base.scss */
        #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline .label {
          color: #ffffff;
          width: 50%;
          padding-left: 5%;
          text-align: left; }
        /* line 3998, ../../scss/_odds_base.scss */
        #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline .input {
          background-color: #d5e0d9;
          border: 0;
          text-align: right;
          width: 40%;
          margin-left: 5%;
          margin-right: 5%; }
        /* line 4006, ../../scss/_odds_base.scss */
        #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline .output {
          width: 45%;
          margin-right: 5%;
          display: inline-block; }
        /* line 4011, ../../scss/_odds_base.scss */
        #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline.bonus-line, #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline.tax-line, #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline.total-win-line {
          margin: 0; }
          /* line 4013, ../../scss/_odds_base.scss */
          #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline.bonus-line .label, #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline.tax-line .label, #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline.total-win-line .label {
            width: 37%;
            padding-left: 2.5%; }
          /* line 4017, ../../scss/_odds_base.scss */
          #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline.bonus-line .output, #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline.tax-line .output, #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline.total-win-line .output {
            width: 60%;
            padding-left: 5%;
            margin-right: 3%; }
        /* line 4023, ../../scss/_odds_base.scss */
        #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline.winning-line {
          margin: 0; }
          /* line 4025, ../../scss/_odds_base.scss */
          #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline.winning-line .label {
            padding-left: 0; }
          /* line 4028, ../../scss/_odds_base.scss */
          #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap .label-with-input-inline.winning-line .output {
            margin-right: 2.5%; }
      /* line 4033, ../../scss/_odds_base.scss */
      #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap .checkboxes {
        text-align: right;
        padding-right: 5%; }
      /* line 4038, ../../scss/_odds_base.scss */
      #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap.stage2 .bonus-line, #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap.stage2 .winning-line, #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap.stage2 .tax-line, #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap.stage2 .total-win-line {
        background-color: #ffde00;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#efad04));
        background-image: -webkit-linear-gradient(top, #ffde00, #efad04);
        background-image: -moz-linear-gradient(top, #ffde00, #efad04);
        background-image: -ms-linear-gradient(top, #ffde00, #efad04);
        background-image: -o-linear-gradient(top, #ffde00, #efad04);
        background-image: linear-gradient(top, #ffde00, #efad04);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#efad04');
        color: #0d4a17;
        border-left: 0.25em solid #0d4a17;
        border-right: 0.25em solid #0d4a17;
        font-weight: normal; }
        /* line 4044, ../../scss/_odds_base.scss */
        #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap.stage2 .bonus-line .label, #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap.stage2 .winning-line .label, #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap.stage2 .tax-line .label, #bet-slip .bet-slip-scroll-wrap .bet-slip-stakes-wrap.stage2 .total-win-line .label {
          color: #0d4a17;
          font-weight: normal; }
  /* line 4052, ../../scss/_odds_base.scss */
  #bet-slip .bet-slip-bottom-menu {
    background-color: #7d130f;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0.5em; }
    /* line 4058, ../../scss/_odds_base.scss */
    #bet-slip .bet-slip-bottom-menu .bet-slip-confirmation-buttons #slip-back-button {
      display: none; }
    /* line 4062, ../../scss/_odds_base.scss */
    #bet-slip .bet-slip-bottom-menu.stage2 {
      display: inherit; }
      /* line 4064, ../../scss/_odds_base.scss */
      #bet-slip .bet-slip-bottom-menu.stage2.hide {
        display: none; }
    /* line 4068, ../../scss/_odds_base.scss */
    #bet-slip .bet-slip-bottom-menu .progress {
      border: 0;
      background-color: #000000;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#3f3f3f));
      background-image: -webkit-linear-gradient(top, #000000, #3f3f3f);
      background-image: -moz-linear-gradient(top, #000000, #3f3f3f);
      background-image: -ms-linear-gradient(top, #000000, #3f3f3f);
      background-image: -o-linear-gradient(top, #000000, #3f3f3f);
      background-image: linear-gradient(top, #000000, #3f3f3f);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#3f3f3f'); }
      /* line 4071, ../../scss/_odds_base.scss */
      #bet-slip .bet-slip-bottom-menu .progress .meter {
        background-color: #00923e; }
  /* line 4076, ../../scss/_odds_base.scss */
  #bet-slip #bet-slip-alert-info {
    background-color: #ffde00;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#efad04));
    background-image: -webkit-linear-gradient(top, #ffde00, #efad04);
    background-image: -moz-linear-gradient(top, #ffde00, #efad04);
    background-image: -ms-linear-gradient(top, #ffde00, #efad04);
    background-image: -o-linear-gradient(top, #ffde00, #efad04);
    background-image: linear-gradient(top, #ffde00, #efad04);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffde00', EndColorStr='#efad04');
    padding: 0.25em 0 0 0; }
    /* line 4079, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-alert-info .bet-slip-info-wrap {
      border-top: 1px solid #000000; }
      /* line 4081, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-alert-info .bet-slip-info-wrap:first-of-type {
        border: 0; }
    /* line 4085, ../../scss/_odds_base.scss */
    #bet-slip #bet-slip-alert-info .confirm-button-wrap {
      background-color: #da241c;
      padding: 0.5em 0; }
      /* line 4088, ../../scss/_odds_base.scss */
      #bet-slip #bet-slip-alert-info .confirm-button-wrap .std-button-rounded, #bet-slip #bet-slip-alert-info .confirm-button-wrap #bs-combinations-wrap .label, #bet-slip #bs-combinations-wrap #bet-slip-alert-info .confirm-button-wrap .label {
        background: none;
        background-color: #da241c;
        color: #ffffff;
        font-size: 90%;
        font-weight: normal;
        border: 1px solid #ff837e; }
  /* line 4099, ../../scss/_odds_base.scss */
  #bet-slip .bet-slip-post-bet-area .text {
    background-color: #569c27; }
  /* line 4103, ../../scss/_odds_base.scss */
  #bet-slip .bet-slip-post-bet-area #bet-slip-extended-info .bet-in-shop-code {
    font-size: 140%; }
  /* line 4106, ../../scss/_odds_base.scss */
  #bet-slip .bet-slip-post-bet-area #bet-slip-extended-info .bet-in-shop-info {
    color: #fff000; }
  /* line 4110, ../../scss/_odds_base.scss */
  #bet-slip .bet-slip-post-bet-area #bet-slip-extended-info-link {
    color: #fff000; }
  /* line 4113, ../../scss/_odds_base.scss */
  #bet-slip .bet-slip-post-bet-area .buttons {
    background-color: #7d130f;
    padding: 0.5em; }
  /* line 4118, ../../scss/_odds_base.scss */
  #bet-slip #bs-combinations-wrap {
    background-color: #941712;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    /* line 4122, ../../scss/_odds_base.scss */
    #bet-slip #bs-combinations-wrap #bs-combinations-viewport {
      overflow: hidden;
      height: 0; }
    /* line 4129, ../../scss/_odds_base.scss */
    #bet-slip #bs-combinations-wrap .column {
      padding: 0;
      text-align: center; }
    /* line 4133, ../../scss/_odds_base.scss */
    #bet-slip #bs-combinations-wrap #bs-combination-titles {
      font-weight: bold; }
    /* line 4136, ../../scss/_odds_base.scss */
    #bet-slip #bs-combinations-wrap #bs-combination-variant {
      border-radius: 4px;
      background-color: #67b03a;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#67b03a), to(#67b03a));
      background-image: -webkit-linear-gradient(top, #67b03a, #67b03a);
      background-image: -moz-linear-gradient(top, #67b03a, #67b03a);
      background-image: -ms-linear-gradient(top, #67b03a, #67b03a);
      background-image: -o-linear-gradient(top, #67b03a, #67b03a);
      background-image: linear-gradient(top, #67b03a, #67b03a);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#67b03a', EndColorStr='#67b03a');
      -webkit-box-shadow: inset 0 0 0.5em 0 #9a9a9a;
      -moz-box-shadow: inset 0 0 0.5em 0 #9a9a9a;
      box-shadow: inset 0 0 0.5em 0 #9a9a9a;
      border-bottom: 1px solid #000000;
      margin: 0.1em; }
    /* line 4143, ../../scss/_odds_base.scss */
    #bet-slip #bs-combinations-wrap #bs-combination-list {
      color: #000000; }
  /* line 4147, ../../scss/_odds_base.scss */
  #bet-slip .std-button-rounded, #bet-slip #bs-combinations-wrap .label {
    background: none;
    background-color: #da241c;
    color: #ffffff;
    font-size: 90%;
    font-weight: normal;
    border: 1px solid #ff837e; }

/*			/BET SLIP			*/
/* 		LIVE SIDE MENU EVENTS 	*/
/* line 4159, ../../scss/_odds_base.scss */
#event-types {
  color: #ffffff; }
  /* line 4161, ../../scss/_odds_base.scss */
  #event-types .lives-select {
    list-style-type: none;
    margin: 0 0 -0.5em 0;
    padding: 0;
    overflow: hidden; }
    /* line 4166, ../../scss/_odds_base.scss */
    #event-types .lives-select li {
      background-color: #941712;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#941712), to(#da241c));
      background-image: -webkit-linear-gradient(top, #941712, #da241c);
      background-image: -moz-linear-gradient(top, #941712, #da241c);
      background-image: -ms-linear-gradient(top, #941712, #da241c);
      background-image: -o-linear-gradient(top, #941712, #da241c);
      background-image: linear-gradient(top, #941712, #da241c);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#941712', EndColorStr='#da241c');
      border-radius: 4px;
      float: left;
      width: 100%;
      padding: 0.4em 0 0.5em 0.75em;
      cursor: pointer;
      font-weight: bold;
      font-size: 1rem;
      line-height: 2rem; }
      /* line 4176, ../../scss/_odds_base.scss */
      #event-types .lives-select li .toggle-sign {
        display: inline-block;
        color: #919191;
        float: right;
        font-size: 1.5em;
        width: 1em;
        text-align: center; }
        /* line 4183, ../../scss/_odds_base.scss */
        #event-types .lives-select li .toggle-sign::after {
          content: '+'; }
        /* line 4186, ../../scss/_odds_base.scss */
        #event-types .lives-select li .toggle-sign.active {
          color: #ffffff; }
          /* line 4188, ../../scss/_odds_base.scss */
          #event-types .lives-select li .toggle-sign.active::after {
            content: '-'; }
      /* line 4193, ../../scss/_odds_base.scss */
      #event-types .lives-select li:hover, #event-types .lives-select li:active, #event-types .lives-select li.active {
        background: none;
        background-color: #00923e;
        color: #ffffff;
        text-decoration: none; }
        /* line 4198, ../../scss/_odds_base.scss */
        #event-types .lives-select li:hover .toggle-sign, #event-types .lives-select li:active .toggle-sign, #event-types .lives-select li.active .toggle-sign {
          color: #ffffff; }
  /* line 4204, ../../scss/_odds_base.scss */
  #event-types #running-lives-wrap {
    margin-bottom: -0.5em;
    /*must be same as bg & 0.5em as .live-sport-wrap:first-of-type border*/ }
  /* line 4208, ../../scss/_odds_base.scss */
  #event-types .live-sport-wrap {
    background-color: #156b1d;
    border-top: 1px solid #12933e;
    width: 100%;
    overflow: auto;
    line-height: 2em;
    cursor: pointer; }
    /* line 4215, ../../scss/_odds_base.scss */
    #event-types .live-sport-wrap:first-of-type {
      border-top: 0.5em solid #156b1d;
      /*must be same as bg & 0.5em as #running-lives-wrap margin*/ }
    /* line 4218, ../../scss/_odds_base.scss */
    #event-types .live-sport-wrap .event-live-title {
      width: 90%;
      margin-top: 0.1em;
      padding-left: 0.5em;
      float: left; }
    /* line 4224, ../../scss/_odds_base.scss */
    #event-types .live-sport-wrap .event-live-more {
      width: 10%;
      margin-top: 0.1em;
      float: right; }
  /* line 4231, ../../scss/_odds_base.scss */
  #event-types .live-menu-non-betting-wrap {
    cursor: pointer; }
    /* line 4233, ../../scss/_odds_base.scss */
    #event-types .live-menu-non-betting-wrap:hover, #event-types .live-menu-non-betting-wrap:active {
      color: #fff000; }
  /* line 4238, ../../scss/_odds_base.scss */
  #event-types .live-menu-outcome-row {
    background-color: #3c8527;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c8527), to(#316618));
    background-image: -webkit-linear-gradient(top, #3c8527, #316618);
    background-image: -moz-linear-gradient(top, #3c8527, #316618);
    background-image: -ms-linear-gradient(top, #3c8527, #316618);
    background-image: -o-linear-gradient(top, #3c8527, #316618);
    background-image: linear-gradient(top, #3c8527, #316618);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3c8527', EndColorStr='#316618');
    border-bottom: 1px solid #12933e; }
  /* line 4243, ../../scss/_odds_base.scss */
  #event-types .live-menu-outcome-event-name {
    margin-left: 0.3em;
    padding: 0.3em;
    text-align: center;
    font-weight: bold;
    line-height: 100%; }
  /* line 4251, ../../scss/_odds_base.scss */
  #event-types .live-menu-versus {
    text-align: center;
    padding: 0.3em; }
  /* line 4256, ../../scss/_odds_base.scss */
  #event-types .live-menu-time-wrap {
    overflow: hidden; }
    /* line 4258, ../../scss/_odds_base.scss */
    #event-types .live-menu-time-wrap .live-menu-outcome-time {
      float: right;
      margin-right: 0.3em;
      text-align: right; }
    /* line 4264, ../../scss/_odds_base.scss */
    #event-types .live-menu-time-wrap .live-menu-category {
      float: left;
      margin-left: 0.3em;
      text-align: left; }
  /* line 4271, ../../scss/_odds_base.scss */
  #event-types .live-menu-outcomes-wrap {
    display: inline-block;
    margin-bottom: -10px;
    width: 100%; }
    @media screen and (max-width: 71.812em) {
      /* line 4271, ../../scss/_odds_base.scss */
      #event-types .live-menu-outcomes-wrap {
        margin-bottom: -6px; } }
    /* line 4278, ../../scss/_odds_base.scss */
    #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap {
      white-space: nowrap;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.33333%;
      float: left;
      padding: 0;
      text-align: center; }
      /* line 4283, ../../scss/_odds_base.scss */
      #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap:first-child {
        text-align: left; }
      /* line 4286, ../../scss/_odds_base.scss */
      #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap:last-child {
        text-align: right;
        float: right; }
      /* line 4290, ../../scss/_odds_base.scss */
      #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .outcome-name {
        float: left;
        padding-right: 0.3em;
        padding-left: 0.3em; }
      /* line 4296, ../../scss/_odds_base.scss */
      #event-types .live-menu-outcomes-wrap .live-menu-outcome-wrap .outcome-odds {
        float: right;
        padding-right: 0.3em;
        padding-left: 0.3em; }
    /* line 4302, ../../scss/_odds_base.scss */
    #event-types .live-menu-outcomes-wrap .live-menu-locked-outcome {
      border-radius: 4px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      text-align: center;
      width: 100%;
      font-weight: bold;
      margin: 0.25em auto;
      padding: 0.15em 0 0.1em 0; }

/* 		/LIVE SIDE MENU EVENTS 	*/
/*		LATEST NEWS PANEL		*/
/* line 4318, ../../scss/_odds_base.scss */
#latest-news-form {
  color: #ffffff;
  margin-top: 0.5em; }
  /* line 4322, ../../scss/_odds_base.scss */
  #latest-news-form .panel-wrapper .panel-header {
    background-color: #da241c;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: robotoblack;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.75em;
    line-height: 200%; }
  /* line 4333, ../../scss/_odds_base.scss */
  #latest-news-form .panel-wrapper .news-title {
    background-color: #38523c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#38523c), to(#223d27));
    background-image: -webkit-linear-gradient(top, #38523c, #223d27);
    background-image: -moz-linear-gradient(top, #38523c, #223d27);
    background-image: -ms-linear-gradient(top, #38523c, #223d27);
    background-image: -o-linear-gradient(top, #38523c, #223d27);
    background-image: linear-gradient(top, #38523c, #223d27);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#38523c', EndColorStr='#223d27');
    cursor: pointer;
    border-top: 1px solid #3d6e45;
    padding: 1em; }
    /* line 4338, ../../scss/_odds_base.scss */
    #latest-news-form .panel-wrapper .news-title:hover, #latest-news-form .panel-wrapper .news-title:active {
      color: #fff000; }
    /* line 4341, ../../scss/_odds_base.scss */
    #latest-news-form .panel-wrapper .news-title:last-of-type {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }

/*		/LATEST NEWS PANEL		*/
/*--------/SIDE-CONTENT-------*/
/*----------------------------*/
/*---------MODAL-INFO---------*/
/*----------------------------*/
/* line 4355, ../../scss/_odds_base.scss */
.modal-panel {
  padding: 0;
  border: 0.25em solid #0d4a17;
  border-radius: 4px; }
  /* line 4359, ../../scss/_odds_base.scss */
  .modal-panel .modal-title-wrap {
    overflow: auto;
    background-color: #da241c; }
    /* line 4362, ../../scss/_odds_base.scss */
    .modal-panel .modal-title-wrap .modal-title {
      margin: 0.15em 0 0 1em;
      color: #ffffff;
      font-size: 150%;
      font-weight: bold;
      text-transform: uppercase;
      overflow: hidden; }
    /* line 4370, ../../scss/_odds_base.scss */
    .modal-panel .modal-title-wrap .close-reveal-modal {
      top: 0;
      font-size: 1.5em; }
  /* line 4375, ../../scss/_odds_base.scss */
  .modal-panel .modal-content-wrap {
    overflow: auto; }
    /* line 4377, ../../scss/_odds_base.scss */
    .modal-panel .modal-content-wrap .modal-content {
      background-color: #ffffff;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      padding: 1em;
      margin-top: 0.15em; }
    /* line 4384, ../../scss/_odds_base.scss */
    .modal-panel .modal-content-wrap .quick-bet-slip-wrap {
      overflow: auto; }
      /* line 4386, ../../scss/_odds_base.scss */
      .modal-panel .modal-content-wrap .quick-bet-slip-wrap .quick-bet-slip-number {
        font-size: 400%;
        color: #8dcf55;
        text-align: center;
        margin-top: 0.2em;
        min-height: 0.75em; }
      /* line 4393, ../../scss/_odds_base.scss */
      .modal-panel .modal-content-wrap .quick-bet-slip-wrap .quick-bet-slip-info {
        text-align: center; }
  /* line 4398, ../../scss/_odds_base.scss */
  .modal-panel .button-wrap {
    background-color: #ffffff;
    display: table;
    justify-content: space-around;
    padding: 1em;
    width: 100%;
    text-align: center; }
  /* line 4406, ../../scss/_odds_base.scss */
  .modal-panel.bet-placed {
    background-color: #941712;
    border: 0; }
    /* line 4409, ../../scss/_odds_base.scss */
    .modal-panel.bet-placed .modal-title-wrap {
      border-radius: 4px;
      -webkit-box-shadow: 0 2px 6px 0 #9a9a9a;
      -moz-box-shadow: 0 2px 6px 0 #9a9a9a;
      box-shadow: 0 2px 6px 0 #9a9a9a;
      background-color: #da241c;
      border: 1px solid #ff837e;
      padding: 0.2em;
      display: flex;
      margin: 0.35em;
      margin-bottom: 0;
      text-align: center; }
      /* line 4423, ../../scss/_odds_base.scss */
      .modal-panel.bet-placed .modal-title-wrap .modal-title {
        font-size: 100%;
        font-weight: normal;
        width: 100%; }
        /* line 4427, ../../scss/_odds_base.scss */
        .modal-panel.bet-placed .modal-title-wrap .modal-title .title {
          width: 100%;
          font-family: robotoblack;
          text-transform: uppercase;
          vertical-align: top;
          color: #fff000;
          font-weight: normal;
          font-size: 2.2em;
          text-align: center;
          padding: 0.5em 0; }
        /* line 4438, ../../scss/_odds_base.scss */
        .modal-panel.bet-placed .modal-title-wrap .modal-title .instruction {
          text-transform: none; }
      /* line 4442, ../../scss/_odds_base.scss */
      .modal-panel.bet-placed .modal-title-wrap .close-reveal-modal {
        top: 0.2em; }
    /* line 4446, ../../scss/_odds_base.scss */
    .modal-panel.bet-placed .modal-content {
      background-color: #569c27;
      margin: 1em 0;
      border-radius: 0;
      text-align: center; }
      /* line 4451, ../../scss/_odds_base.scss */
      .modal-panel.bet-placed .modal-content .code {
        color: #ffffff;
        font-family: robotoblack;
        font-size: 1.5em; }
      /* line 4456, ../../scss/_odds_base.scss */
      .modal-panel.bet-placed .modal-content .additional-info {
        color: #fff000; }
    /* line 4460, ../../scss/_odds_base.scss */
    .modal-panel.bet-placed .button-wrap {
      padding: 0.5em;
      background-color: #da241c;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      color: #ffffff; }
      /* line 4466, ../../scss/_odds_base.scss */
      .modal-panel.bet-placed .button-wrap input {
        background: none;
        background-color: #da241c;
        color: #ffffff;
        font-weight: normal;
        padding: 0 2em;
        border: 1px solid #ffffff; }
    /* line 4476, ../../scss/_odds_base.scss */
    .modal-panel.bet-placed .shop-buttons-wrap input {
      min-width: 3em;
      margin: 0 0.5em; }

/*---------/MODAL-INFO--------*/
/*----------------------------*/
/*---------BETS-INFO-MODAL---------*/
/*----------------------------*/
/* line 4489, ../../scss/_odds_base.scss */
div#bets-info-section .bets-info-category-wrap {
  padding-top: 1em; }
  /* line 4491, ../../scss/_odds_base.scss */
  div#bets-info-section .bets-info-category-wrap .bets-info-category {
    text-transform: uppercase; }
  /* line 4495, ../../scss/_odds_base.scss */
  div#bets-info-section .bets-info-category-wrap .bets-info-type-wrap .bets-info-type {
    border-radius: 4px;
    background-color: #00923e;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    padding: 0.25em;
    border: 1px solid #000000;
    display: flex; }
    /* line 4505, ../../scss/_odds_base.scss */
    div#bets-info-section .bets-info-category-wrap .bets-info-type-wrap .bets-info-type:hover {
      -webkit-box-shadow: 0 0 2px 1px #9a9a9a;
      -moz-box-shadow: 0 0 2px 1px #9a9a9a;
      box-shadow: 0 0 2px 1px #9a9a9a; }
    /* line 4508, ../../scss/_odds_base.scss */
    div#bets-info-section .bets-info-category-wrap .bets-info-type-wrap .bets-info-type .bets-info-sign {
      margin-left: 0.5em; }
    /* line 4511, ../../scss/_odds_base.scss */
    div#bets-info-section .bets-info-category-wrap .bets-info-type-wrap .bets-info-type .bets-info-text {
      text-transform: uppercase;
      margin-left: 0.5em; }
  /* line 4516, ../../scss/_odds_base.scss */
  div#bets-info-section .bets-info-category-wrap .bets-info-type-wrap .bets-info-description {
    -webkit-box-shadow: 0 0 2px 1px #9a9a9a;
    -moz-box-shadow: 0 0 2px 1px #9a9a9a;
    box-shadow: 0 0 2px 1px #9a9a9a;
    border: 1px solid #212121;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0.25em;
    margin: 0 0.5em 0.5em 0.5em; }

/*---------/BETS-INFO-MODAL--------*/
/*---------------------------------*/
/*----------------------------*/
/*---------PAYMENTS-----------*/
/* line 4533, ../../scss/_odds_base.scss */
.payment-methods-options-wrap .payment-methods-option {
  border-radius: 4px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
  filter: alpha(opacity=45);
  -moz-opacity: 0.45;
  -khtml-opacity: 0.45;
  opacity: 0.45;
  display: inline-block;
  cursor: pointer;
  width: 122px;
  height: 59px;
  margin-right: 0.5em; }
  /* line 4541, ../../scss/_odds_base.scss */
  .payment-methods-options-wrap .payment-methods-option.voucher {
    background-image: url("../../images/guinea/payments/voucher.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  /* line 4545, ../../scss/_odds_base.scss */
  .payment-methods-options-wrap .payment-methods-option.airtel {
    background-image: url("../../images/guinea/payments/airtel.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  /* line 4549, ../../scss/_odds_base.scss */
  .payment-methods-options-wrap .payment-methods-option.trans-flow-mobile {
    background-image: url("../../images/guinea/payments/trans_flow_mobile.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  /* line 4553, ../../scss/_odds_base.scss */
  .payment-methods-options-wrap .payment-methods-option.mtn-uganda {
    background-image: url("../../images/guinea/payments/mtn_uganda.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  /* line 4557, ../../scss/_odds_base.scss */
  .payment-methods-options-wrap .payment-methods-option.mtn {
    background-image: url("../../images/guinea/payments/mtn_logo.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  /* line 4561, ../../scss/_odds_base.scss */
  .payment-methods-options-wrap .payment-methods-option.tigo {
    background-image: url("../../images/guinea/payments/tigo.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  /* line 4565, ../../scss/_odds_base.scss */
  .payment-methods-options-wrap .payment-methods-option.vodacom {
    background-image: url("../../images/guinea/payments/vodacom.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  /* line 4569, ../../scss/_odds_base.scss */
  .payment-methods-options-wrap .payment-methods-option.orange {
    background-image: url("../../images/guinea/payments/orange.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  /* line 4573, ../../scss/_odds_base.scss */
  .payment-methods-options-wrap .payment-methods-option.mMoney-airtel {
    background-image: url("../../images/guinea/payments/airtel-mMoney.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  /* line 4577, ../../scss/_odds_base.scss */
  .payment-methods-options-wrap .payment-methods-option.safaricom {
    background-image: url("../../images/guinea/payments/safaricom.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  /* line 4581, ../../scss/_odds_base.scss */
  .payment-methods-options-wrap .payment-methods-option.africell {
    background-image: url("../../images/guinea/payments/africell.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  /* line 4585, ../../scss/_odds_base.scss */
  .payment-methods-options-wrap .payment-methods-option.interswitch {
    background-image: url("../../images/guinea/payments/interswitch.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  /* line 4589, ../../scss/_odds_base.scss */
  .payment-methods-options-wrap .payment-methods-option:hover, .payment-methods-options-wrap .payment-methods-option:active, .payment-methods-options-wrap .payment-methods-option.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($alpha * 100))";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    border: 1px solid #000000; }

/* line 4596, ../../scss/_odds_base.scss */
.help-button {
  border-radius: 25px;
  background-color: #ffde00;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  float: right;
  text-align: center;
  cursor: pointer;
  position: relative;
  right: 0.75em;
  top: 0.25em; }

/* line 4610, ../../scss/_odds_base.scss */
.help-pop-up-wrap {
  border-radius: 4px;
  position: absolute;
  color: #ffffff;
  z-index: 10;
  width: 18em;
  background-color: #009942; }
  /* line 4617, ../../scss/_odds_base.scss */
  .help-pop-up-wrap .close-btn {
    text-align: right;
    cursor: pointer;
    padding-top: 0.5em; }
  /* line 4622, ../../scss/_odds_base.scss */
  .help-pop-up-wrap .voucher-ticket-img {
    background-image: url("../../images/guinea/payments/voucher-dummy.jpg");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    height: 11em;
    background-size: 14em; }
  /* line 4627, ../../scss/_odds_base.scss */
  .help-pop-up-wrap #pop-up-arrow {
    position: absolute;
    bottom: -20px;
    left: 20px;
    width: 0;
    height: 0;
    border-top: 20px solid #009942;
    border-right: 30px solid transparent; }

/* line 4639, ../../scss/_odds_base.scss */
#payments-wrap .payment-methods, #payments-wrap .payment-disclaimer .disclaimer-content, #payments-wrap .payments-type-wrap .payout-warning-content {
  background-color: #e6ebe5;
  border-radius: 4px;
  margin-top: 0.5em;
  padding: 1em; }
/* line 4646, ../../scss/_odds_base.scss */
#payments-wrap .payment-disclaimer .content-header, #payments-wrap .payment-disclaimer .shops-overview .header, .shops-overview #payments-wrap .payment-disclaimer .header {
  background-color: #da241c; }
/* line 4653, ../../scss/_odds_base.scss */
#payments-wrap #stages-steps-tabs {
  border: 1px solid #cdcdcd;
  color: #009942;
  margin-bottom: 0.5em; }
  /* line 4657, ../../scss/_odds_base.scss */
  #payments-wrap #stages-steps-tabs .tab {
    background-image: url("../../images/guinea/payments/payments_tab.png");
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%; }
    /* line 4658, ../../scss/_odds_base.scss */
    #payments-wrap #stages-steps-tabs .tab:nth-child(1) {
      z-index: 3;
      width: 37%; }
    /* line 4662, ../../scss/_odds_base.scss */
    #payments-wrap #stages-steps-tabs .tab:nth-child(2) {
      position: absolute;
      left: 30%;
      width: 41%;
      z-index: 2;
      padding-left: 5%; }
    /* line 4669, ../../scss/_odds_base.scss */
    #payments-wrap #stages-steps-tabs .tab:nth-child(3) {
      background-image: url("../../images/guinea/payments/payments_tab_last.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%; }
      /* line 4670, ../../scss/_odds_base.scss */
      #payments-wrap #stages-steps-tabs .tab:nth-child(3).active {
        background-image: url("../../images/guinea/payments/payments_tab_last_active.png");
        background-size: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%; }
    /* line 4677, ../../scss/_odds_base.scss */
    #payments-wrap #stages-steps-tabs .tab.active {
      background-image: url("../../images/guinea/payments/payments_tab_active.png");
      background-size: initial;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%; }
    /* line 4684, ../../scss/_odds_base.scss */
    #payments-wrap #stages-steps-tabs .tab div:first-of-type {
      font-size: 4em;
      line-height: 1em; }
    /* line 4688, ../../scss/_odds_base.scss */
    #payments-wrap #stages-steps-tabs .tab div:last-of-type {
      font-size: 1.5em;
      padding-top: 0.4em; }
/* line 4695, ../../scss/_odds_base.scss */
#payments-wrap .voucher-part:focus {
  border: 1px solid #12933e;
  background-color: #ffde00; }
/* line 4699, ../../scss/_odds_base.scss */
#payments-wrap .payments-type-wrap {
  margin-top: 2em; }
  /* line 4704, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .payment-info-wrapper {
    padding: 1.7em 1em;
    line-height: 1.3em;
    background-color: #f0f0f0; }
    /* line 4708, ../../scss/_odds_base.scss */
    #payments-wrap .payments-type-wrap .payment-info-wrapper .number-wrapper {
      background-color: #c6cfc6;
      padding: 1em 0;
      text-align: center;
      font-weight: bold;
      font-size: 1.2em;
      margin-top: 0.6em;
      border-radius: 4px; }
  /* line 4718, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .not-logged {
    background-color: #d70e0e;
    padding: 1em;
    margin-top: 1em;
    font-size: 110%;
    font-weight: bold;
    color: #ffffff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  /* line 4728, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .stages-wrap {
    margin-top: 0.5em; }
  /* line 4732, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .stage {
    border-radius: 4px;
    height: 20em;
    padding: 1em;
    padding-left: 2em !important;
    padding-top: 2em !important; }
  /* line 4740, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .deposit-init-stage {
    background-color: #f0f0f0;
    color: #302f2f; }
    /* line 4744, ../../scss/_odds_base.scss */
    #payments-wrap .payments-type-wrap .deposit-init-stage .deposit-intputs-step {
      height: 15em;
      /*minus init-deposit-step height, minus paddings*/ }
    /* line 4747, ../../scss/_odds_base.scss */
    #payments-wrap .payments-type-wrap .deposit-init-stage .init-deposit-step {
      height: 2em; }
  /* line 4751, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .deposit-processing-stage {
    background-color: #e6ebe5;
    color: #302f2f; }
    /* line 4752, ../../scss/_odds_base.scss */
    #payments-wrap .payments-type-wrap .deposit-processing-stage .deposit-processing-stage-details {
      height: 15em;
      /*minus init-deposit-step height, minus paddings*/ }
  /* line 4758, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .deposit-result-stage {
    background-color: #c6cfc6;
    color: #302f2f; }
  /* line 4763, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .payout-init-stage {
    color: #302f2f;
    background-color: #f0f0f0; }
    /* line 4766, ../../scss/_odds_base.scss */
    #payments-wrap .payments-type-wrap .payout-init-stage .payout-intputs-step {
      height: 15em;
      /*minus init-payout-step height, minus paddings*/ }
    /* line 4769, ../../scss/_odds_base.scss */
    #payments-wrap .payments-type-wrap .payout-init-stage .init-payout-step {
      height: 2em; }
  /* line 4773, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .payout-processing-stage {
    background-color: #e6ebe5;
    color: #302f2f; }
    /* line 4776, ../../scss/_odds_base.scss */
    #payments-wrap .payments-type-wrap .payout-processing-stage .payout-processing-stage-details {
      height: 15em;
      /*minus init-payout-step height, minus paddings*/ }
  /* line 4780, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .payout-result-stage {
    background-color: #c6cfc6;
    color: #302f2f; }
    /* line 4783, ../../scss/_odds_base.scss */
    #payments-wrap .payments-type-wrap .payout-result-stage .payout-result-stage-details {
      height: 15em;
      /*minus init-payout-step height, minus paddings*/ }
  /* line 4789, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .payments-main-wrapper .deposit-init-stage, #payments-wrap .payments-type-wrap .payments-main-wrapper .payout-init-stage {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left; }
  /* line 4792, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .payments-main-wrapper .deposit-processing-stage, #payments-wrap .payments-type-wrap .payments-main-wrapper .payout-processing-stage {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 32.91667%;
    float: left;
    margin-left: 0.41667% !important; }
  /* line 4795, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .payments-main-wrapper .deposit-result-stage, #payments-wrap .payments-type-wrap .payments-main-wrapper .payout-result-stage {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 32.91667%;
    float: right;
    float: left;
    margin-left: 0.41667% !important; }
  /* line 4800, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .deposit-init-stage {
    color: #302f2f; }
    /* line 4802, ../../scss/_odds_base.scss */
    #payments-wrap .payments-type-wrap .deposit-init-stage .deposit-intputs-step {
      height: 15em;
      /*minus init-deposit-step height, minus paddings*/ }
    /* line 4805, ../../scss/_odds_base.scss */
    #payments-wrap .payments-type-wrap .deposit-init-stage .init-deposit-step {
      height: 2em; }
  /* line 4809, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .deposit-processing-stage {
    background-color: #e6ebe5;
    color: #302f2f; }
  /* line 4813, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .deposit-result-stage {
    background-color: #c6cfc6;
    color: #302f2f; }
    /* line 4816, ../../scss/_odds_base.scss */
    #payments-wrap .payments-type-wrap .deposit-result-stage .result-deposit-step-details {
      height: 15em;
      /*minus init-deposit-step height, minus paddings*/ }
  /* line 4821, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .payout-init-stage {
    color: #302f2f; }
    /* line 4823, ../../scss/_odds_base.scss */
    #payments-wrap .payments-type-wrap .payout-init-stage .payout-intputs-step {
      height: 15em;
      /*minus init-payout-step height, minus paddings*/ }
    /* line 4826, ../../scss/_odds_base.scss */
    #payments-wrap .payments-type-wrap .payout-init-stage .init-payout-step {
      height: 2em; }
  /* line 4831, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap #process-voucher-payout-form .init-collection-step {
    height: 5em; }
    /* line 4833, ../../scss/_odds_base.scss */
    #payments-wrap .payments-type-wrap #process-voucher-payout-form .init-collection-step .sb-dropdown-inputValue {
      width: 12em; }
    /* line 4836, ../../scss/_odds_base.scss */
    #payments-wrap .payments-type-wrap #process-voucher-payout-form .init-collection-step .sb-dropdown-options-list {
      background-color: #c6cfc6; }
  /* line 4840, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap #process-voucher-payout-form .payout-intputs-step {
    height: 10em;
    /*minus init-payout-step height, minus paddings, minus init-collection-step*/ }
    /* line 4842, ../../scss/_odds_base.scss */
    #payments-wrap .payments-type-wrap #process-voucher-payout-form .payout-intputs-step input {
      width: 12em; }
  /* line 4847, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .payout-processing-stage {
    background-color: #e6ebe5;
    color: #302f2f; }
  /* line 4851, ../../scss/_odds_base.scss */
  #payments-wrap .payments-type-wrap .payout-result-stage {
    background-color: #c6cfc6;
    color: #302f2f; }

/*---------/PAYMENTS----------*/
/*----------------------------*/
/*==========================================================*/
/*						/MASTER-MAIN						*/
/*==========================================================*/
/*==========================================================*/
/*						MASTER-FOOTER						*/
/*==========================================================*/
/* line 4868, ../../scss/_odds_base.scss */
div#footer-wrapper {
  width: 100%;
  position: relative;
  margin-top: -223px; }

/* line 4874, ../../scss/_odds_base.scss */
footer#master-footer {
  width: auto;
  margin: 0;
  max-width: none;
  margin: 0 auto; }
  /* line 168, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  footer#master-footer:before, footer#master-footer:after {
    content: " ";
    display: table; }
  /* line 169, ../../bower_components/foundation/scss/foundation/components/_global.scss */
  footer#master-footer:after {
    clear: both; }
  @media screen and (max-width: 71.812em) {
    /* line 4874, ../../scss/_odds_base.scss */
    footer#master-footer {
      width: 100%;
      min-width: 690px; } }
  @media screen and (min-width: 71.875em) and (max-width: 85.312em) {
    /* line 4874, ../../scss/_odds_base.scss */
    footer#master-footer {
      width: 100%; } }
  @media screen and (min-width: 85.375em) {
    /* line 4874, ../../scss/_odds_base.scss */
    footer#master-footer {
      width: 1349px; } }
  /* line 4887, ../../scss/_odds_base.scss */
  footer#master-footer .footer-container {
    background-color: #00923e;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    padding: 1em 0;
    color: #ffffff; }
    /* line 4900, ../../scss/_odds_base.scss */
    footer#master-footer .footer-container section {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 1em;
      color: #ffffff; }
      @media screen and (max-width: 71.812em) {
        /* line 4900, ../../scss/_odds_base.scss */
        footer#master-footer .footer-container section {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 50%;
          float: left; } }
      @media screen and (min-width: 71.875em) {
        /* line 4900, ../../scss/_odds_base.scss */
        footer#master-footer .footer-container section {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          width: 25%;
          float: left; } }
      /* line 4910, ../../scss/_odds_base.scss */
      footer#master-footer .footer-container section .caption {
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 1em; }
      /* line 4916, ../../scss/_odds_base.scss */
      footer#master-footer .footer-container section .markable.active {
        color: #fff000; }
    /* line 4920, ../../scss/_odds_base.scss */
    footer#master-footer .footer-container #footer-bottom-line {
      height: 46px; }
      /* line 4922, ../../scss/_odds_base.scss */
      footer#master-footer .footer-container #footer-bottom-line .age-restriction-wrap {
        position: absolute;
        width: 46px;
        height: 46px; }
        /* line 4926, ../../scss/_odds_base.scss */
        footer#master-footer .footer-container #footer-bottom-line .age-restriction-wrap .age-restriction-icon {
          background-image: url("../../images/guinea/age_restriction_icon.png");
          background-size: initial;
          background-position: center;
          background-repeat: no-repeat;
          display: inline-block;
          height: 100%;
          width: 100%; }
      /* line 4933, ../../scss/_odds_base.scss */
      footer#master-footer .footer-container #footer-bottom-line .payment-methods-options-wrap {
        margin: 0 auto; }
  /* line 4938, ../../scss/_odds_base.scss */
  footer#master-footer .footer-suffix {
    text-align: center;
    font-weight: bold;
    color: #000000; }

/*==========================================================*/
/*						/MASTER-FOOTER						*/
/*==========================================================*/
@media screen {
  /* line 4950, ../../scss/_odds_base.scss */
  .no-screen, .no-screen * {
    display: none !important; } }
@media print {
  /* line 4957, ../../scss/_odds_base.scss */
  body {
    background-color: white;
    width: 800px; }

  /* line 4961, ../../scss/_odds_base.scss */
  .no-print, .no-print * {
    display: none !important; }

  /* line 4965, ../../scss/_odds_base.scss */
  body.loaded {
    color: black; } }
/*==========================================================*/
/*						SERVER ERROR PAGE					*/
/*==========================================================*/
/* line 4973, ../../scss/_odds_base.scss */
#error-page-content .header-wrap {
  width: 1200px;
  height: 130px;
  margin: auto; }
  /* line 4985, ../../scss/_odds_base.scss */
  #error-page-content .header-wrap .logo {
    margin: auto;
    top: 18px !important;
    left: 0px !important;
    width: 220px;
    height: 102px;
    background-image: url("../../images/guinea/error_page/logo.png");
    background-size: 100% 100%;
    position: relative;
    top: 28px;
    left: 28px; }
/* line 5012, ../../scss/_odds_base.scss */
#error-page-content .main-content {
  width: 792px;
  margin: auto; }
  /* line 5015, ../../scss/_odds_base.scss */
  #error-page-content .main-content .error-title {
    width: 675px;
    font-family: Calibri;
    font-size: 100px;
    font-weight: 700;
    text-align: left;
    height: 150px;
    line-height: 150px;
    white-space: nowrap; }
  /* line 5025, ../../scss/_odds_base.scss */
  #error-page-content .main-content .left-content {
    width: 572px;
    display: inline-block; }
    /* line 5028, ../../scss/_odds_base.scss */
    #error-page-content .main-content .left-content .error-short-description {
      color: #666666;
      font-size: 30px;
      font-weight: 700;
      line-height: 36.022px;
      text-align: left; }
    /* line 5036, ../../scss/_odds_base.scss */
    #error-page-content .main-content .left-content .content-box-1 {
      border-radius: 4px;
      background-color: #156b1d;
      width: 350px;
      height: 162px;
      color: #ffffff;
      font-size: 18px;
      font-weight: 700;
      line-height: 21px; }
      /* line 5045, ../../scss/_odds_base.scss */
      #error-page-content .main-content .left-content .content-box-1 div {
        font-size: 15px;
        font-weight: 400;
        padding-left: 20px;
        padding-top: 20px;
        margin-top: 50px; }
        /* line 5051, ../../scss/_odds_base.scss */
        #error-page-content .main-content .left-content .content-box-1 div .link {
          color: #fff000; }
    /* line 5057, ../../scss/_odds_base.scss */
    #error-page-content .main-content .left-content .content-box-2 {
      font-family: Calibri;
      color: #333333;
      font-size: 18px;
      line-height: 21px;
      margin-top: 50px; }
  /* line 5065, ../../scss/_odds_base.scss */
  #error-page-content .main-content .right-content {
    width: 220px;
    height: 359px;
    display: inline-block;
    float: right;
    margin-top: 100px;
    background-image: url("../../images/guinea/error_page/mate.png"); }

/*==========================================================*/
/*						/SERVER ERROR PAGE					*/
/*==========================================================*/
/*==========================================================*/
/*							TERMINAL						*/
/*==========================================================*/
/* line 5081, ../../scss/_odds_base.scss */
.nmpd-wrapper {
  display: none; }

/* line 5085, ../../scss/_odds_base.scss */
.nmpd-target {
  cursor: pointer; }

/* line 5089, ../../scss/_odds_base.scss */
.nmpd-grid {
  position: absolute;
  z-index: 5000;
  -khtml-user-select: none;
  padding: 10px;
  width: initial;
  background-color: #7d130f;
  -webkit-box-shadow: 2px 3px 10px 0 #9a9a9a;
  -moz-box-shadow: 2px 3px 10px 0 #9a9a9a;
  box-shadow: 2px 3px 10px 0 #9a9a9a;
  border-radius: 4px; }
  /* line 5098, ../../scss/_odds_base.scss */
  .nmpd-grid tbody > tr {
    padding: 0 5px; }
    /* line 5101, ../../scss/_odds_base.scss */
    .nmpd-grid tbody > tr:first-of-type > td {
      padding-top: 5px; }
    /* line 5106, ../../scss/_odds_base.scss */
    .nmpd-grid tbody > tr:last-of-type > td {
      padding-bottom: 5px; }
    /* line 5110, ../../scss/_odds_base.scss */
    .nmpd-grid tbody > tr > td {
      padding: 3px 5px; }
      /* line 5112, ../../scss/_odds_base.scss */
      .nmpd-grid tbody > tr > td .btn-default {
        width: 35px;
        line-height: 35px;
        font-size: 100%;
        background-color: #d3d3d3;
        border-radius: 4px;
        color: #000000;
        border: 0; }
      /* line 5121, ../../scss/_odds_base.scss */
      .nmpd-grid tbody > tr > td .btn-action {
        width: 65px; }
      /* line 5124, ../../scss/_odds_base.scss */
      .nmpd-grid tbody > tr > td .numero {
        background-color: #da241c;
        color: #ffffff; }
      /* line 5128, ../../scss/_odds_base.scss */
      .nmpd-grid tbody > tr > td .done {
        background-color: #ffde00;
        color: #000000; }
        /* line 5131, ../../scss/_odds_base.scss */
        .nmpd-grid tbody > tr > td .done:hover {
          background-image: -webkit-gradient(linear, left top, left bottom, from(), to(#ffde00));
          background-image: -webkit-linear-gradient(top, , #ffde00);
          background-image: -moz-linear-gradient(top, , #ffde00);
          background-image: -ms-linear-gradient(top, , #ffde00);
          background-image: -o-linear-gradient(top, , #ffde00);
          background-image: linear-gradient(top, , #ffde00);
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='', EndColorStr='#ffde00'); }

/* line 5139, ../../scss/_odds_base.scss */
.nmpd-overlay {
  z-index: 4999; }

/* line 5143, ../../scss/_odds_base.scss */
input.nmpd-display {
  text-align: right;
  width: 100%;
  border: 1px solid #212121;
  padding: 5px;
  border-radius: 4px;
  background-color: #d5d9e0; }
  /* line 5150, ../../scss/_odds_base.scss */
  input.nmpd-display:focus {
    border: 1px solid #000000; }

/* line 5156, ../../scss/_odds_base.scss */
.drop-down-div .drop-down-input {
  max-width: 100%; }

/*==========================================================*/
/*							/TERMINAL						*/
/*==========================================================*/
