/* Minification failed. Returning unminified contents.
(8301,14): run-time error CSS1030: Expected identifier, found '.'
(8301,37): run-time error CSS1031: Expected selector, found ')'
(8301,37): run-time error CSS1025: Expected comma or open brace, found ')'
 */

@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*@import "print.less";
@import "glyphicons.less";*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto Condensed";
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  background-color: #191919;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: orange;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #b37300;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.carousel-inner-vertical > .item > img,
.carousel-inner-vertical > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 9px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #191919;
  border: 1px solid #ddd;
  border-radius: 9px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
.h1,
.h2 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
  letter-spacing: -0.02em;
}
h1 small,
h2 small,
.h1 small,
.h2 small,
h1 .small,
h2 .small,
.h1 .small,
.h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
  letter-spacing: 0;
}
h3,
.h3 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
  letter-spacing: -1px;
}
h3 small,
.h3 small,
h3 .small,
.h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
  letter-spacing: 0;
}
h4,
.h4 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
h4 small,
.h4 small,
h4 .small,
.h4 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h5,
h6,
.h6,
.h6 {
  font-family: "Roboto Condensed";
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}
h5 small,
h6 small,
.h6 small,
.h6 small,
h5 .small,
h6 .small,
.h6 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1,
.h1 {
  margin-top: 0;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 10.5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #ffc107;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #7a003d;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #470024;
}
.text-secondary {
  color: #2b2b2b;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #121212;
}
.text-success {
  color: #28a745;
}
a.text-success:hover,
a.text-success:focus {
  color: #1e7e34;
}
.text-info {
  color: #fff;
}
a.text-info:hover,
a.text-info:focus {
  color: #e6e6e6;
}
.text-warning {
  color: #ffc107;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00;
}
.text-danger {
  color: #ff3131;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #fd0000;
}
text-bold {
  font-weight: bold;
}
.bg-primary {
  color: #fff;
  background-color: #7a003d;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #470024;
}
.bg-success {
  background-color: #28a745;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #1e7e34;
}
.bg-info {
  background-color: #17a2b8;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #117a8b;
}
.bg-warning {
  background-color: #ffc107;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #d39e00;
}
.bg-danger {
  background-color: #ff3131;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #fd0000;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #777777;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  font-style: italic;
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 21px;
  border-left: 5px solid #777777;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #777777;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Consolas, monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 9px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 13px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 9px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .container {
    width: 754px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1009px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1220px;
  }
}
@media (min-width: 1900px) {
  .container {
    width: 1442px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.col-xs-1,
.col-xsl-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1,
.col-xs-2,
.col-xsl-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2,
.col-xs-3,
.col-xsl-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3,
.col-xs-4,
.col-xsl-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xl-4,
.col-xs-5,
.col-xsl-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5,
.col-xs-6,
.col-xsl-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-xs-7,
.col-xsl-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7,
.col-xs-8,
.col-xsl-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8,
.col-xs-9,
.col-xsl-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9,
.col-xs-10,
.col-xsl-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10,
.col-xs-11,
.col-xsl-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xl-11,
.col-xs-12,
.col-xsl-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12,
.col-xs-13,
.col-xsl-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xl-13,
.col-xs-14,
.col-xsl-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xl-14,
.col-xs-15,
.col-xsl-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xl-15,
.col-xs-16,
.col-xsl-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xl-16,
.col-xs-17,
.col-xsl-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xl-17,
.col-xs-18,
.col-xsl-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xl-18,
.col-xs-19,
.col-xsl-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xl-19,
.col-xs-20,
.col-xsl-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xl-20,
.col-xs-21,
.col-xsl-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xl-21,
.col-xs-22,
.col-xsl-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xl-22,
.col-xs-23,
.col-xsl-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xl-23,
.col-xs-24,
.col-xsl-24,
.col-sm-24,
.col-md-24,
.col-lg-24,
.col-xl-24 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
  float: left;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-pull-23 {
  right: 95.83333333%;
}
.col-xs-pull-22 {
  right: 91.66666667%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-20 {
  right: 83.33333333%;
}
.col-xs-pull-19 {
  right: 79.16666667%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-17 {
  right: 70.83333333%;
}
.col-xs-pull-16 {
  right: 66.66666667%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-14 {
  right: 58.33333333%;
}
.col-xs-pull-13 {
  right: 54.16666667%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-11 {
  right: 45.83333333%;
}
.col-xs-pull-10 {
  right: 41.66666667%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-8 {
  right: 33.33333333%;
}
.col-xs-pull-7 {
  right: 29.16666667%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-5 {
  right: 20.83333333%;
}
.col-xs-pull-4 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 8.33333333%;
}
.col-xs-pull-1 {
  right: 4.16666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-push-23 {
  left: 95.83333333%;
}
.col-xs-push-22 {
  left: 91.66666667%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-20 {
  left: 83.33333333%;
}
.col-xs-push-19 {
  left: 79.16666667%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-17 {
  left: 70.83333333%;
}
.col-xs-push-16 {
  left: 66.66666667%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-14 {
  left: 58.33333333%;
}
.col-xs-push-13 {
  left: 54.16666667%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-11 {
  left: 45.83333333%;
}
.col-xs-push-10 {
  left: 41.66666667%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-8 {
  left: 33.33333333%;
}
.col-xs-push-7 {
  left: 29.16666667%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-5 {
  left: 20.83333333%;
}
.col-xs-push-4 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 8.33333333%;
}
.col-xs-push-1 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 568px) {
  .col-xsl-1,
  .col-xsl-2,
  .col-xsl-3,
  .col-xsl-4,
  .col-xsl-5,
  .col-xsl-6,
  .col-xsl-7,
  .col-xsl-8,
  .col-xsl-9,
  .col-xsl-10,
  .col-xsl-11,
  .col-xsl-12,
  .col-xsl-13,
  .col-xsl-14,
  .col-xsl-15,
  .col-xsl-16,
  .col-xsl-17,
  .col-xsl-18,
  .col-xsl-19,
  .col-xsl-20,
  .col-xsl-21,
  .col-xsl-22,
  .col-xsl-23,
  .col-xsl-24 {
    float: left;
  }
  .col-xsl-24 {
    width: 100%;
  }
  .col-xsl-23 {
    width: 95.83333333%;
  }
  .col-xsl-22 {
    width: 91.66666667%;
  }
  .col-xsl-21 {
    width: 87.5%;
  }
  .col-xsl-20 {
    width: 83.33333333%;
  }
  .col-xsl-19 {
    width: 79.16666667%;
  }
  .col-xsl-18 {
    width: 75%;
  }
  .col-xsl-17 {
    width: 70.83333333%;
  }
  .col-xsl-16 {
    width: 66.66666667%;
  }
  .col-xsl-15 {
    width: 62.5%;
  }
  .col-xsl-14 {
    width: 58.33333333%;
  }
  .col-xsl-13 {
    width: 54.16666667%;
  }
  .col-xsl-12 {
    width: 50%;
  }
  .col-xsl-11 {
    width: 45.83333333%;
  }
  .col-xsl-10 {
    width: 41.66666667%;
  }
  .col-xsl-9 {
    width: 37.5%;
  }
  .col-xsl-8 {
    width: 33.33333333%;
  }
  .col-xsl-7 {
    width: 29.16666667%;
  }
  .col-xsl-6 {
    width: 25%;
  }
  .col-xsl-5 {
    width: 20.83333333%;
  }
  .col-xsl-4 {
    width: 16.66666667%;
  }
  .col-xsl-3 {
    width: 12.5%;
  }
  .col-xsl-2 {
    width: 8.33333333%;
  }
  .col-xsl-1 {
    width: 4.16666667%;
  }
  .col-xsl-pull-24 {
    right: 100%;
  }
  .col-xsl-pull-23 {
    right: 95.83333333%;
  }
  .col-xsl-pull-22 {
    right: 91.66666667%;
  }
  .col-xsl-pull-21 {
    right: 87.5%;
  }
  .col-xsl-pull-20 {
    right: 83.33333333%;
  }
  .col-xsl-pull-19 {
    right: 79.16666667%;
  }
  .col-xsl-pull-18 {
    right: 75%;
  }
  .col-xsl-pull-17 {
    right: 70.83333333%;
  }
  .col-xsl-pull-16 {
    right: 66.66666667%;
  }
  .col-xsl-pull-15 {
    right: 62.5%;
  }
  .col-xsl-pull-14 {
    right: 58.33333333%;
  }
  .col-xsl-pull-13 {
    right: 54.16666667%;
  }
  .col-xsl-pull-12 {
    right: 50%;
  }
  .col-xsl-pull-11 {
    right: 45.83333333%;
  }
  .col-xsl-pull-10 {
    right: 41.66666667%;
  }
  .col-xsl-pull-9 {
    right: 37.5%;
  }
  .col-xsl-pull-8 {
    right: 33.33333333%;
  }
  .col-xsl-pull-7 {
    right: 29.16666667%;
  }
  .col-xsl-pull-6 {
    right: 25%;
  }
  .col-xsl-pull-5 {
    right: 20.83333333%;
  }
  .col-xsl-pull-4 {
    right: 16.66666667%;
  }
  .col-xsl-pull-3 {
    right: 12.5%;
  }
  .col-xsl-pull-2 {
    right: 8.33333333%;
  }
  .col-xsl-pull-1 {
    right: 4.16666667%;
  }
  .col-xsl-pull-0 {
    right: auto;
  }
  .col-xsl-push-24 {
    left: 100%;
  }
  .col-xsl-push-23 {
    left: 95.83333333%;
  }
  .col-xsl-push-22 {
    left: 91.66666667%;
  }
  .col-xsl-push-21 {
    left: 87.5%;
  }
  .col-xsl-push-20 {
    left: 83.33333333%;
  }
  .col-xsl-push-19 {
    left: 79.16666667%;
  }
  .col-xsl-push-18 {
    left: 75%;
  }
  .col-xsl-push-17 {
    left: 70.83333333%;
  }
  .col-xsl-push-16 {
    left: 66.66666667%;
  }
  .col-xsl-push-15 {
    left: 62.5%;
  }
  .col-xsl-push-14 {
    left: 58.33333333%;
  }
  .col-xsl-push-13 {
    left: 54.16666667%;
  }
  .col-xsl-push-12 {
    left: 50%;
  }
  .col-xsl-push-11 {
    left: 45.83333333%;
  }
  .col-xsl-push-10 {
    left: 41.66666667%;
  }
  .col-xsl-push-9 {
    left: 37.5%;
  }
  .col-xsl-push-8 {
    left: 33.33333333%;
  }
  .col-xsl-push-7 {
    left: 29.16666667%;
  }
  .col-xsl-push-6 {
    left: 25%;
  }
  .col-xsl-push-5 {
    left: 20.83333333%;
  }
  .col-xsl-push-4 {
    left: 16.66666667%;
  }
  .col-xsl-push-3 {
    left: 12.5%;
  }
  .col-xsl-push-2 {
    left: 8.33333333%;
  }
  .col-xsl-push-1 {
    left: 4.16666667%;
  }
  .col-xsl-push-0 {
    left: auto;
  }
  .col-xsl-offset-24 {
    margin-left: 100%;
  }
  .col-xsl-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-xsl-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-xsl-offset-21 {
    margin-left: 87.5%;
  }
  .col-xsl-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-xsl-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-xsl-offset-18 {
    margin-left: 75%;
  }
  .col-xsl-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-xsl-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-xsl-offset-15 {
    margin-left: 62.5%;
  }
  .col-xsl-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-xsl-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-xsl-offset-12 {
    margin-left: 50%;
  }
  .col-xsl-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-xsl-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-xsl-offset-9 {
    margin-left: 37.5%;
  }
  .col-xsl-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-xsl-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-xsl-offset-6 {
    margin-left: 25%;
  }
  .col-xsl-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-xsl-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-xsl-offset-3 {
    margin-left: 12.5%;
  }
  .col-xsl-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-xsl-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-xsl-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1900px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-13,
  .col-xl-14,
  .col-xl-15,
  .col-xl-16,
  .col-xl-17,
  .col-xl-18,
  .col-xl-19,
  .col-xl-20,
  .col-xl-21,
  .col-xl-22,
  .col-xl-23,
  .col-xl-24 {
    float: left;
  }
  .col-xl-24 {
    width: 100%;
  }
  .col-xl-23 {
    width: 95.83333333%;
  }
  .col-xl-22 {
    width: 91.66666667%;
  }
  .col-xl-21 {
    width: 87.5%;
  }
  .col-xl-20 {
    width: 83.33333333%;
  }
  .col-xl-19 {
    width: 79.16666667%;
  }
  .col-xl-18 {
    width: 75%;
  }
  .col-xl-17 {
    width: 70.83333333%;
  }
  .col-xl-16 {
    width: 66.66666667%;
  }
  .col-xl-15 {
    width: 62.5%;
  }
  .col-xl-14 {
    width: 58.33333333%;
  }
  .col-xl-13 {
    width: 54.16666667%;
  }
  .col-xl-12 {
    width: 50%;
  }
  .col-xl-11 {
    width: 45.83333333%;
  }
  .col-xl-10 {
    width: 41.66666667%;
  }
  .col-xl-9 {
    width: 37.5%;
  }
  .col-xl-8 {
    width: 33.33333333%;
  }
  .col-xl-7 {
    width: 29.16666667%;
  }
  .col-xl-6 {
    width: 25%;
  }
  .col-xl-5 {
    width: 20.83333333%;
  }
  .col-xl-4 {
    width: 16.66666667%;
  }
  .col-xl-3 {
    width: 12.5%;
  }
  .col-xl-2 {
    width: 8.33333333%;
  }
  .col-xl-1 {
    width: 4.16666667%;
  }
  .col-xl-pull-24 {
    right: 100%;
  }
  .col-xl-pull-23 {
    right: 95.83333333%;
  }
  .col-xl-pull-22 {
    right: 91.66666667%;
  }
  .col-xl-pull-21 {
    right: 87.5%;
  }
  .col-xl-pull-20 {
    right: 83.33333333%;
  }
  .col-xl-pull-19 {
    right: 79.16666667%;
  }
  .col-xl-pull-18 {
    right: 75%;
  }
  .col-xl-pull-17 {
    right: 70.83333333%;
  }
  .col-xl-pull-16 {
    right: 66.66666667%;
  }
  .col-xl-pull-15 {
    right: 62.5%;
  }
  .col-xl-pull-14 {
    right: 58.33333333%;
  }
  .col-xl-pull-13 {
    right: 54.16666667%;
  }
  .col-xl-pull-12 {
    right: 50%;
  }
  .col-xl-pull-11 {
    right: 45.83333333%;
  }
  .col-xl-pull-10 {
    right: 41.66666667%;
  }
  .col-xl-pull-9 {
    right: 37.5%;
  }
  .col-xl-pull-8 {
    right: 33.33333333%;
  }
  .col-xl-pull-7 {
    right: 29.16666667%;
  }
  .col-xl-pull-6 {
    right: 25%;
  }
  .col-xl-pull-5 {
    right: 20.83333333%;
  }
  .col-xl-pull-4 {
    right: 16.66666667%;
  }
  .col-xl-pull-3 {
    right: 12.5%;
  }
  .col-xl-pull-2 {
    right: 8.33333333%;
  }
  .col-xl-pull-1 {
    right: 4.16666667%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-24 {
    left: 100%;
  }
  .col-xl-push-23 {
    left: 95.83333333%;
  }
  .col-xl-push-22 {
    left: 91.66666667%;
  }
  .col-xl-push-21 {
    left: 87.5%;
  }
  .col-xl-push-20 {
    left: 83.33333333%;
  }
  .col-xl-push-19 {
    left: 79.16666667%;
  }
  .col-xl-push-18 {
    left: 75%;
  }
  .col-xl-push-17 {
    left: 70.83333333%;
  }
  .col-xl-push-16 {
    left: 66.66666667%;
  }
  .col-xl-push-15 {
    left: 62.5%;
  }
  .col-xl-push-14 {
    left: 58.33333333%;
  }
  .col-xl-push-13 {
    left: 54.16666667%;
  }
  .col-xl-push-12 {
    left: 50%;
  }
  .col-xl-push-11 {
    left: 45.83333333%;
  }
  .col-xl-push-10 {
    left: 41.66666667%;
  }
  .col-xl-push-9 {
    left: 37.5%;
  }
  .col-xl-push-8 {
    left: 33.33333333%;
  }
  .col-xl-push-7 {
    left: 29.16666667%;
  }
  .col-xl-push-6 {
    left: 25%;
  }
  .col-xl-push-5 {
    left: 20.83333333%;
  }
  .col-xl-push-4 {
    left: 16.66666667%;
  }
  .col-xl-push-3 {
    left: 12.5%;
  }
  .col-xl-push-2 {
    left: 8.33333333%;
  }
  .col-xl-push-1 {
    left: 4.16666667%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-24 {
    margin-left: 100%;
  }
  .col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-xl-offset-18 {
    margin-left: 75%;
  }
  .col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-xl-offset-12 {
    margin-left: 50%;
  }
  .col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-xl-offset-6 {
    margin-left: 25%;
  }
  .col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0);
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
  color: #fff;
  background-color: #2b2b2b;
}
.table > caption + thead > tr:first-child > th.sorting_asc,
.table > colgroup + thead > tr:first-child > th.sorting_asc,
.table > thead:first-child > tr:first-child > th.sorting_asc,
.table > caption + thead > tr:first-child > td.sorting_asc,
.table > colgroup + thead > tr:first-child > td.sorting_asc,
.table > thead:first-child > tr:first-child > td.sorting_asc,
.table > caption + thead > tr:first-child > th.sorting_desc,
.table > colgroup + thead > tr:first-child > th.sorting_desc,
.table > thead:first-child > tr:first-child > th.sorting_desc,
.table > caption + thead > tr:first-child > td.sorting_desc,
.table > colgroup + thead > tr:first-child > td.sorting_desc,
.table > thead:first-child > tr:first-child > td.sorting_desc {
  background-color: #121212;
}
.table > tbody + tbody {
  border-top: 2px solid rgba(0, 0, 0, 0);
}
.table .table {
  background-color: #191919;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px 8px;
}
.table-condensed > thead > tr > th .btn.btn-xs,
.table-condensed > tbody > tr > th .btn.btn-xs,
.table-condensed > tfoot > tr > th .btn.btn-xs,
.table-condensed > thead > tr > td .btn.btn-xs,
.table-condensed > tbody > tr > td .btn.btn-xs,
.table-condensed > tfoot > tr > td .btn.btn-xs,
.table-condensed > thead > tr > th .wrapper-feature--quick-mode-toggle > div.btn-xs,
.table-condensed > tbody > tr > th .wrapper-feature--quick-mode-toggle > div.btn-xs,
.table-condensed > tfoot > tr > th .wrapper-feature--quick-mode-toggle > div.btn-xs,
.table-condensed > thead > tr > td .wrapper-feature--quick-mode-toggle > div.btn-xs,
.table-condensed > tbody > tr > td .wrapper-feature--quick-mode-toggle > div.btn-xs,
.table-condensed > tfoot > tr > td .wrapper-feature--quick-mode-toggle > div.btn-xs {
  margin-top: -2px;
  margin-bottom: -1px;
}
.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0);
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid rgba(0, 0, 0, 0);
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #1a030e;
}
.table-hover > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #d0a6bb;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #bd809e;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #b4e0be;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #94d3a2;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #aedee6;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #8bd1dc;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #ffe9a8;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #ffe083;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #ffb7b7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ff9898;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 567px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid rgba(0, 0, 0, 0);
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #FFF;
}
.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #FFF;
  background-color: #1a030e;
  background-image: none;
  border: 1px solid #46162d;
  border-radius: 9px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #31061a;
  opacity: 0.7;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.form-control-sm {
  height: 28px;
  padding: 4px 9px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 6px;
}
.form-control-lg {
  height: 44px;
  padding: 9px 18px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 9px;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 37px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 28px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 44px;
  }
}
.form-group {
  margin-bottom: 5px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
  min-height: 35px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 28px;
  padding: 4px 9px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 6px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 28px;
  padding: 4px 9px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 6px;
}
.form-group-sm select.form-control {
  height: 28px;
  line-height: 28px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 28px;
  min-height: 33px;
  padding: 5px 9px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 44px;
  padding: 9px 18px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 9px;
}
select.input-lg {
  height: 44px;
  line-height: 44px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 44px;
  padding: 9px 18px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 9px;
}
.form-group-lg select.form-control {
  height: 44px;
  line-height: 44px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 44px;
  min-height: 39px;
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 46.25px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px !important;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #28a745;
}
.has-success .form-control {
  -webkit-box-shadow: inset 0px -4px 0px -2px #28a745, 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0px -4px 0px -2px #28a745, 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #1e7e34;
  -webkit-box-shadow: inset 0px -4px 0px -2px #28a745, 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5dd879;
  box-shadow: inset 0px -4px 0px -2px #28a745, 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5dd879;
}
.has-success .input-group-addon {
  color: #28a745;
  border-color: #28a745;
  background-color: #28a745;
}
.has-success .form-control-feedback {
  color: #28a745;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #fff;
}
.has-warning .form-control {
  -webkit-box-shadow: inset 0px -4px 0px -2px #fff, 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0px -4px 0px -2px #fff, 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0px -4px 0px -2px #fff, 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0px -4px 0px -2px #fff, 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #ffc107;
}
.has-warning .form-control-feedback {
  color: #fff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ff3131;
}
.has-error .form-control {
  -webkit-box-shadow: inset 0px -4px 0px -2px #ff3131, 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0px -4px 0px -2px #ff3131, 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #fd0000;
  -webkit-box-shadow: inset 0px -4px 0px -2px #ff3131, 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9797;
  box-shadow: inset 0px -4px 0px -2px #ff3131, 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9797;
}
.has-error .input-group-addon {
  color: #ff3131;
  border-color: #ff3131;
  background-color: #ff3131;
}
.has-error .form-control-feedback {
  color: #ff3131;
}
.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    /*padding-left: 0;*/
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-inline > label,
  .form-inline > .label,
  .form-inline > input,
  .form-inline > button,
  .form-inline > .radio,
  .form-inline > .checkbox,
  .form-inline > .input-group {
    margin-right: 5px;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 37px;
}
.form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 8px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 5px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 10px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 5px;
    font-size: 12px;
  }
}
.btn,
.wrapper-feature--quick-mode-toggle > div {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Roboto Condensed";
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.wrapper-feature--quick-mode-toggle > div:focus,
.wrapper-feature--quick-mode-toggle > div:active:focus,
.wrapper-feature--quick-mode-toggle > div.active:focus,
.wrapper-feature--quick-mode-toggle > div.focus,
.wrapper-feature--quick-mode-toggle > div:active.focus,
.wrapper-feature--quick-mode-toggle > div.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus,
.wrapper-feature--quick-mode-toggle > div:hover,
.wrapper-feature--quick-mode-toggle > div:focus,
.wrapper-feature--quick-mode-toggle > div.focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active,
.wrapper-feature--quick-mode-toggle > div:active,
.wrapper-feature--quick-mode-toggle > div.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.wrapper-feature--quick-mode-toggle > div.disabled,
.wrapper-feature--quick-mode-toggle > div[disabled],
fieldset[disabled] .wrapper-feature--quick-mode-toggle > div {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn,
a.wrapper-feature--quick-mode-toggle > div.disabled,
fieldset[disabled] a.wrapper-feature--quick-mode-toggle > div {
  pointer-events: none;
}
.btn .fa,
.wrapper-feature--quick-mode-toggle > div .fa {
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.btn-default {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #1e1e1e;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #121212;
  border-color: #000000;
}
.btn-default:hover {
  color: #fff;
  background-color: #121212;
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #121212;
  border-color: #000000;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #2b2b2b;
  border-color: #1e1e1e;
}
.btn-default .badge {
  color: #2b2b2b;
  background-color: #fff;
}
.btn-primary,
.wrapper-feature--quick-mode-toggle > div {
  color: #fff;
  background-color: #7a003d;
  border-color: #610030;
}
.btn-primary:focus,
.btn-primary.focus,
.wrapper-feature--quick-mode-toggle > div:focus,
.wrapper-feature--quick-mode-toggle > div.focus {
  color: #fff;
  background-color: #470024;
  border-color: #000000;
}
.btn-primary:hover,
.wrapper-feature--quick-mode-toggle > div:hover {
  color: #fff;
  background-color: #470024;
  border-color: #230012;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.wrapper-feature--quick-mode-toggle > div:active,
.wrapper-feature--quick-mode-toggle > div.active,
.open > .dropdown-toggle.wrapper-feature--quick-mode-toggle > div {
  color: #fff;
  background-color: #470024;
  border-color: #230012;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.wrapper-feature--quick-mode-toggle > div:active:hover,
.wrapper-feature--quick-mode-toggle > div.active:hover,
.open > .dropdown-toggle.wrapper-feature--quick-mode-toggle > div:hover,
.wrapper-feature--quick-mode-toggle > div:active:focus,
.wrapper-feature--quick-mode-toggle > div.active:focus,
.open > .dropdown-toggle.wrapper-feature--quick-mode-toggle > div:focus,
.wrapper-feature--quick-mode-toggle > div:active.focus,
.wrapper-feature--quick-mode-toggle > div.active.focus,
.open > .dropdown-toggle.wrapper-feature--quick-mode-toggle > div.focus {
  color: #fff;
  background-color: #230012;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.wrapper-feature--quick-mode-toggle > div:active,
.wrapper-feature--quick-mode-toggle > div.active,
.open > .dropdown-toggle.wrapper-feature--quick-mode-toggle > div {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.wrapper-feature--quick-mode-toggle > div.disabled:hover,
.wrapper-feature--quick-mode-toggle > div[disabled]:hover,
fieldset[disabled] .wrapper-feature--quick-mode-toggle > div:hover,
.wrapper-feature--quick-mode-toggle > div.disabled:focus,
.wrapper-feature--quick-mode-toggle > div[disabled]:focus,
fieldset[disabled] .wrapper-feature--quick-mode-toggle > div:focus,
.wrapper-feature--quick-mode-toggle > div.disabled.focus,
.wrapper-feature--quick-mode-toggle > div[disabled].focus,
fieldset[disabled] .wrapper-feature--quick-mode-toggle > div.focus {
  background-color: #7a003d;
  border-color: #610030;
}
.btn-primary .badge,
.wrapper-feature--quick-mode-toggle > div .badge {
  color: #7a003d;
  background-color: #fff;
}
.btn-secondary {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #1e1e1e;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #121212;
  border-color: #000000;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #121212;
  border-color: #000000;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #121212;
  border-color: #000000;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #2b2b2b;
  border-color: #1e1e1e;
}
.btn-secondary .badge {
  color: #2b2b2b;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #23923c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #1e7e34;
  border-color: #0a2c12;
}
.btn-success:hover {
  color: #fff;
  background-color: #1e7e34;
  border-color: #176128;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #1e7e34;
  border-color: #176128;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #176128;
  border-color: #0a2c12;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #28a745;
  border-color: #23923c;
}
.btn-success .badge {
  color: #28a745;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #148ea1;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #117a8b;
  border-color: #062a30;
}
.btn-info:hover {
  color: #fff;
  background-color: #117a8b;
  border-color: #0d5e6b;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #117a8b;
  border-color: #0d5e6b;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #0d5e6b;
  border-color: #062a30;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #17a2b8;
  border-color: #148ea1;
}
.btn-info .badge {
  color: #17a2b8;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #ffc107;
  border-color: #ecb100;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #d39e00;
  border-color: #6d5200;
}
.btn-warning:hover {
  color: #fff;
  background-color: #d39e00;
  border-color: #af8300;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #d39e00;
  border-color: #af8300;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #af8300;
  border-color: #6d5200;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #ffc107;
  border-color: #ecb100;
}
.btn-warning .badge {
  color: #ffc107;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #ff3131;
  border-color: #ff1818;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #fd0000;
  border-color: #970000;
}
.btn-danger:hover {
  color: #fff;
  background-color: #fd0000;
  border-color: #d90000;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #fd0000;
  border-color: #d90000;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #d90000;
  border-color: #970000;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #ff3131;
  border-color: #ff1818;
}
.btn-danger .badge {
  color: #ff3131;
  background-color: #fff;
}
.btn-link {
  color: orange;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #b37300;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.btn-lg {
  padding: 9px 18px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 9px;
}
.btn-sm,
.wrapper-feature--quick-mode-toggle > div {
  padding: 4px 9px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 6px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 6px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 9px;
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-primary {
  background-color: #7a003d;
}
.progress-striped .progress-bar-primary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-secondary {
  background-color: #2b2b2b;
}
.progress-striped .progress-bar-secondary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-success {
  background-color: #28a745;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #17a2b8;
  color: #fff;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #ffc107;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #ff3131;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: orange;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 9px 9px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #191919;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 9px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 9px 9px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #191919;
  }
}
.tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  background-color: #191919;
  border-radius: 0 0 9px 9px;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 9px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #2b2b2b;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 9px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 9px 9px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #191919;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/*@import "dropdowns.less";
@import "button-groups.less";
@import "input-groups.less";
@import "navbar.less";
@import "breadcrumbs.less";
@import "pagination.less";
@import "pager.less";
@import "labels.less";
@import "badges.less";
@import "jumbotron.less";
@import "thumbnails.less";
@import "alerts.less";
@import "media.less";
@import "list-group.less";
@import "panels.less";
@import "responsive-embed.less";
@import "wells.less";*/
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #191919;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 9px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #2d2d2d;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #2d2d2d;
}
.modal-footer .btn + .btn,
.modal-footer .wrapper-feature--quick-mode-toggle > div + .wrapper-feature--quick-mode-toggle > div {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group .wrapper-feature--quick-mode-toggle > div + .wrapper-feature--quick-mode-toggle > div {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 360px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-light .modal-content {
  background-color: #e6e7ec;
}
.modal-light .modal-content .modal-header {
  border-bottom: none;
}
.modal-light .modal-content .modal-header .modal-title {
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 24px;
}
.modal-light .modal-content .modal-footer {
  text-align: center;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-inner-vertical {
  position: relative;
  width: 100%;
}
.carousel-inner-vertical > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner-vertical > .item > img,
.carousel-inner-vertical > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner-vertical > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner-vertical > .item.next,
  .carousel-inner-vertical > .item.active.right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    left: 0;
  }
  .carousel-inner-vertical > .item.prev,
  .carousel-inner-vertical > .item.active.left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    left: 0;
  }
  .carousel-inner-vertical > .item.next.left,
  .carousel-inner-vertical > .item.prev.right,
  .carousel-inner-vertical > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
    display: block;
  }
}
.carousel-inner-vertical > .active,
.carousel-inner-vertical > .next,
.carousel-inner-vertical > .prev {
  display: block;
}
.carousel-inner-vertical > .active {
  left: 0;
}
.carousel-inner-vertical > .next,
.carousel-inner-vertical > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner-vertical > .next {
  left: 100%;
}
.carousel-inner-vertical > .prev {
  left: -100%;
}
.carousel-inner-vertical > .next.left,
.carousel-inner-vertical > .prev.right {
  left: 0;
}
.carousel-inner-vertical > .active.left {
  left: -100%;
}
.carousel-inner-vertical > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5%;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn,
.carousel-caption .wrapper-feature--quick-mode-toggle > div {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/*@import "tooltip.less";
@import "popovers.less";*/
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-xsl,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-xsl-block,
.visible-xsl-inline,
.visible-xsl-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 567px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 567px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 567px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 567px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .visible-xsl {
    display: block !important;
  }
  table.visible-xsl {
    display: table !important;
  }
  tr.visible-xsl {
    display: table-row !important;
  }
  th.visible-xsl,
  td.visible-xsl {
    display: table-cell !important;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .visible-xsl-block {
    display: block !important;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .visible-xsl-inline {
    display: inline !important;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .visible-xsl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 567px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .hidden-xsl {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.jackpot,
.jackpot-generic {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  line-height: 1px;
  font-size: 1px;
}
.jackpot .counter,
.jackpot-generic .counter {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  position: relative;
  padding-right: 8% !important;
  padding-left: 45% !important;
}
.jackpot .counter::before,
.jackpot-generic .counter::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 45%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.jackpot .counter::after,
.jackpot-generic .counter::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 6.5%;
  top: 0;
  right: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  border-left-width: 2px;
  border-left-style: solid;
}
.jackpot .counter .wrapper,
.jackpot-generic .counter .wrapper {
  position: relative;
  padding-right: 2%;
  padding-left: 0%;
  right: 2%;
  margin-left: -4%;
}
.jackpot .counter .wrapper::after,
.jackpot-generic .counter .wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  width: 25%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.jackpot .counter .wrapper > canvas,
.jackpot-generic .counter .wrapper > canvas {
  max-width: 100%;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.jackpot-generic .counter .wrapper::after,
.jackpot-generic-generic .counter .wrapper::after {
  right: 9%;
}
.jackpot.withborderalt .counter,
.jackpot-generic.withborderalt .counter {
  border-width: 2px;
  border-radius: 3px;
}
.jackpot.withborderanimation.gold .counter,
.jackpot-generic.withborderanimation.gold .counter {
  border-color: #f1db7b;
  box-shadow: #f1db7b 0 0 10px;
}
.jackpot.withborderanimation.gold .counter:before,
.jackpot-generic.withborderanimation.gold .counter:before {
  filter: unset;
}
.jackpot.withborderanimation.silver .counter,
.jackpot-generic.withborderanimation.silver .counter {
  border-color: #cbe6ec;
  box-shadow: #cbe6ec 0 0 10px;
}
.jackpot.withborderanimation.silver .counter:before,
.jackpot-generic.withborderanimation.silver .counter:before {
  filter: unset;
}
.jackpot.withborderanimation.bronze .counter,
.jackpot-generic.withborderanimation.bronze .counter {
  border-color: #ffb66e;
  box-shadow: #ffb66e 0 0 10px;
}
.jackpot.withborderanimation.bronze .counter:before,
.jackpot-generic.withborderanimation.bronze .counter:before {
  filter: unset;
}
.jackpot-celebration > div {
  position: relative;
  height: 320px;
  width: 320px;
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.jackpot-celebration > div table {
  height: 100%;
  width: 100%;
  background-color: transparent;
}
.jackpot-celebration > div table tr td {
  height: 100%;
  width: 100%;
}
.jackpot-celebration > div .winner-name {
  text-align: center;
  color: white;
  font-size: 1.5em;
  text-shadow: 0 0 5px #333;
  margin-bottom: -10%;
}
.jackpot-celebration > div .logo-animated {
  width: 320px;
  margin: 0 auto;
  position: relative;
}
.jackpot-celebration > div .logo-animated::before {
  position: absolute;
  content: " ";
  width: 30%;
  margin: 0 35%;
  padding-bottom: 5%;
  bottom: 10%;
  left: 0;
  background-size: cover;
}
.jackpot-celebration > div .logo-animated > div {
  width: 320px;
  padding-bottom: 50%;
  position: relative;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.jackpot-celebration > div .logo-animated > div .f {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: 0 33.333333%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  width: 100%;
  padding-bottom: 50%;
  transition: opacity 0.3s linear;
}
.jackpot-celebration > div .logo-animated > div .f.f0 {
  background-position: 0 33.333333%;
}
.jackpot-celebration > div .logo-animated > div .f.f1 {
  background-position: 0 66.666666%;
}
.jackpot-celebration > div .logo-animated > div .f.f2 {
  background-position: 0 100%;
}
.jackpot-celebration > div .logo-animated > div.f0 .f0 {
  opacity: 1;
}
.jackpot-celebration > div .logo-animated > div.f1 .f1 {
  opacity: 1;
}
.jackpot-celebration > div .logo-animated > div.f2 .f2 {
  opacity: 1;
}
.jackpot-celebration > div .amount {
  padding: 0 45px;
  margin-top: -3%;
}
.jackpot-celebration > div .amount .jackpot {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}
.jackpot-celebration > div .amount .jackpot .counter {
  border-width: 1px;
}
.jackpot-celebration > div .amount .jackpot .counter .wrapper {
  padding-right: 2%;
  padding-left: 4%;
}
.jackpot-celebration.gold > div .logo-animated::before {
  background-image: url('/Content/Images/jackpot/easit/logo-simple-gold.png');
}
.jackpot-celebration.gold > div .logo-animated > div {
  background-image: url('/Content/Images/jackpot/easit/logo-animated-gold.png');
}
.jackpot-celebration.gold > div .logo-animated > div .f {
  background-image: url('/Content/Images/jackpot/easit/logo-animated-gold.png');
}
.jackpot-celebration.silver > div .logo-animated::before {
  background-image: url('/Content/Images/jackpot/easit/logo-simple-silver.png');
}
.jackpot-celebration.silver > div .logo-animated > div {
  background-image: url('/Content/Images/jackpot/easit/logo-animated-silver.png');
}
.jackpot-celebration.silver > div .logo-animated > div .f {
  background-image: url('/Content/Images/jackpot/easit/logo-animated-silver.png');
}
.jackpot-celebration.bronze > div .logo-animated::before {
  background-image: url('/Content/Images/jackpot/easit/logo-simple-bronze.png');
}
.jackpot-celebration.bronze > div .logo-animated > div {
  background-image: url('/Content/Images/jackpot/easit/logo-animated-bronze.png');
}
.jackpot-celebration.bronze > div .logo-animated > div .f {
  background-image: url('/Content/Images/jackpot/easit/logo-animated-bronze.png');
}
.jackpot-celebration .celebration .counter {
  padding-left: 5% !important;
}
.jackpot-celebration .celebration .counter::before {
  display: none;
}
.jackpot-celebration .celebration .counter::after {
  width: 11.5%;
  border-left-width: 1px;
  height: 100%;
}
.jackpot-celebration .celebration .counter .wrapper::after {
  padding-right: 4%;
  right: 8%;
}
.jackpot-celebration .celebration.gold .counter {
  border-color: #f1db7b;
  box-shadow: #f1db7b 0 0 10px;
}
.jackpot-celebration .celebration.gold .counter:after {
  border-color: #f1db7b;
}
.jackpot-celebration .celebration.gold .counter .wrapper::after {
  background-image: url('/Content/Images/jackpot/shared/separator-gold.png');
}
.jackpot-celebration .celebration.silver .counter {
  border-color: #cbe6ec;
  box-shadow: #cbe6ec 0 0 10px;
}
.jackpot-celebration .celebration.silver .counter:after {
  border-color: #cbe6ec;
}
.jackpot-celebration .celebration.silver .counter .wrapper::after {
  background-image: url('/Content/Images/jackpot/shared/separator-silver.png');
}
.jackpot-celebration .celebration.bronze .counter {
  border-color: #ffb66e;
  box-shadow: #ffb66e 0 0 10px;
}
.jackpot-celebration .celebration.bronze .counter:after {
  border-color: #ffb66e;
}
.jackpot-celebration .celebration.bronze .counter .wrapper::after {
  background-image: url('/Content/Images/jackpot/shared/separator-bronze.png');
}
@media (min-width: 1024px) {
  .jackpot-celebration {
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff /*url('/Content/Themes/Synottip-dark/Styles/Less/@{slick-loader-path}ajax-loader.gif') center center no-repeat*/;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: none !important;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
@media (min-width: 1024px) {
  .slick-prev,
  .slick-next {
    display: unset !important;
  }
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/fonts/slick/slick.eot');
  src: url('/fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('/fonts/slick/slick.woff') format('woff'), url('/fonts/slick/slick.ttf') format('truetype'), url('/fonts/slick/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: relative;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:first-child {
  padding-left: 6px;
}
.slick-dots li:last-child {
  padding-right: 6px;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: auto;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  padding: 0 2px 0 1px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
@media (min-width: 768px) {
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
    opacity: 1;
  }
}
.slick-dots li button:before {
  vertical-align: top;
  content: "•";
  height: 20px;
  font-family: "slick";
  font-size: 5px;
  line-height: 20px;
  text-align: center;
  color: #6B6F82;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
}
.slick-dots li.slick-active button:before {
  color: #6B6F82;
  opacity: 0.75;
}
html,
body {
  height: 100%;
  overflow: hidden;
  touch-action: none;
}
html a,
body a {
  color: #aaa;
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  /* layout */
  /* features */
  /* helper for debugging */
}
.mobileApp .wrapper {
  position: fixed;
}
.wrapper__header {
  text-align: center;
}
.wrapper__content {
  flex-grow: 1;
  position: relative;
}
.wrapper__content #gameFrame {
  height: 100%;
  width: 100%;
  border: 0;
}
.wrapper__footer {
  text-align: center;
  padding: 0 6px;
}
.wrapper__overlay {
  transition: all 500ms;
}
.wrapper__overlay--drag {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wrapper__overlay--open {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 768px) {
  .wrapper__overlay--open {
    background-color: transparent;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .wrapper__overlay--open .wrapper__controls-helper {
    top: 15px !important;
    left: 15px !important;
  }
}
.wrapper__overlay--open .wrapper__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .wrapper__overlay--open .wrapper__bg {
    display: none !important;
  }
}
.wrapper__controls-helper {
  position: absolute;
  top: -15px;
  left: -15px;
  /*width: 110px;
        height: 110px;*/
  transition: all 500ms;
  transition-delay: 0;
}
.wrapper__controls-helper .wrapper__controls {
  transition: all 500ms;
  transition-delay: 0;
  top: 100px;
  left: 30px;
}
.wrapper__controls-helper--animation-off * {
  transition: none !important;
}
.wrapper__controls {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 50px;
  height: 50px;
  transition: all 500ms;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .wrapper__controls--open {
    top: 0px !important;
    left: 0px !important;
    position: absolute;
  }
}
.wrapper__controls--open .wrapper__control {
  width: 50px;
  height: 50px;
  /*line-height: 53px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  border-radius: 25px;
}
.wrapper__controls--open .wrapper__control:not([data-order=""]):not(.wrapper__features) {
  top: 0;
  left: 0;
}
.wrapper__controls--open .wrapper__control:not([data-order=""]):not(.wrapper__features) ~ :not([data-order=""]):not(.wrapper__features) {
  top: 0;
  left: 56px;
}
.wrapper__controls--open .wrapper__control:not([data-order=""]):not(.wrapper__features) ~ :not([data-order=""]):not(.wrapper__features) ~ :not([data-order=""]):not(.wrapper__features) {
  top: 0;
  left: 112px;
}
.wrapper__controls--open .wrapper__control:not([data-order=""]):not(.wrapper__features) ~ :not([data-order=""]):not(.wrapper__features) ~ :not([data-order=""]):not(.wrapper__features) ~ :not([data-order=""]):not(.wrapper__features) {
  top: 0;
  left: 168px;
}
.wrapper__controls--open .wrapper__control:not([data-order=""]):not(.wrapper__features) ~ :not([data-order=""]):not(.wrapper__features) ~ :not([data-order=""]):not(.wrapper__features) ~ :not([data-order=""]):not(.wrapper__features) ~ :not([data-order=""]):not(.wrapper__features) {
  top: 0;
  left: 224px;
}
@media (min-width: 568px) {
  .wrapper__controls--open .wrapper__control:not([data-order=""]):not(.wrapper__features) {
    top: 0;
    left: 0;
  }
  .wrapper__controls--open .wrapper__control:not([data-order=""]):not(.wrapper__features) ~ :not([data-order=""]):not(.wrapper__features) {
    left: 0;
    top: 56px;
  }
  .wrapper__controls--open .wrapper__control:not([data-order=""]):not(.wrapper__features) ~ :not([data-order=""]):not(.wrapper__features) ~ :not([data-order=""]):not(.wrapper__features) {
    left: 0;
    top: 112px;
  }
  .wrapper__controls--open .wrapper__control:not([data-order=""]):not(.wrapper__features) ~ :not([data-order=""]):not(.wrapper__features) ~ :not([data-order=""]):not(.wrapper__features) ~ :not([data-order=""]):not(.wrapper__features) {
    left: 0;
    top: 168px;
  }
  .wrapper__controls--open .wrapper__control:not([data-order=""]):not(.wrapper__features) ~ :not([data-order=""]):not(.wrapper__features) ~ :not([data-order=""]):not(.wrapper__features) ~ :not([data-order=""]):not(.wrapper__features) ~ :not([data-order=""]):not(.wrapper__features) {
    left: 0;
    top: 224px;
  }
}
.wrapper__control {
  width: 20px;
  height: 20px;
  /*line-height: 20px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-align: center;
  border-radius: 10px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  transition: all 300ms;
  visibility: visible;
}
.wrapper__control:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'stechicons';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrapper__control--search:before {
  content: "\e961";
}
.wrapper__control--challenges:before {
  content: "\e9e2";
}
.wrapper__control--tournaments:before {
  content: "\e928";
}
.wrapper__control--bonuses:before {
  content: "\e904";
}
.wrapper__control--bonuses svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.wrapper__control--bonuses svg circle {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke: currentColor;
  -webkit-transition: stroke-dasharray 0.4s;
  transition: stroke-dasharray 0.4s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.wrapper__control--messages:before {
  content: "\e93e";
}
.wrapper__control--other:before {
  content: "\e952";
}
.wrapper__control--wallet:before,
.wrapper__control--wallet-alternate:before {
  content: "\e9d1";
}
.wrapper__control[data-order=""] {
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
}
.wrapper__control--animation-pop {
  animation: none !important;
  animation-delay: 0 !important;
}
.wrapper__control[data-order=""],
.wrapper__control[data-order="1"] {
  width: 50px;
  height: 50px;
  line-height: 53px;
  font-size: 30px;
  border-radius: 25px;
  top: 0;
  left: 0;
}
.wrapper__control[data-order="1"] {
  animation: pop 0.3s ease-in-out 2;
  animation-delay: 150ms;
}
.wrapper__control[data-order="2"] {
  top: -3px;
  left: 49px;
  transition-delay: 0ms;
}
.wrapper__control[data-order="3"] {
  top: 20px;
  left: 53px;
  transition-delay: 50ms;
}
.wrapper__control[data-order="4"] {
  top: 42px;
  left: 43px;
  transition-delay: 100ms;
}
.wrapper__control[data-order="5"] {
  top: 53px;
  left: 22px;
  transition-delay: 150ms;
}
.wrapper__control.active {
  color: orange;
  border-color: rgba(0, 0, 0, 0.95);
  background-color: rgba(0, 0, 0, 0.95);
}
.wrapper__features {
  position: absolute;
  top: 65px;
  left: 0px;
}
@media (min-width: 568px) {
  .wrapper__features {
    top: 0px;
    left: 65px;
    width: 320px;
    max-height: calc(100vh - 95px);
  }
}
.wrapper__feature {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 500ms;
  transition: width none;
  transition: height none;
  transition-delay: 150ms;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.95);
  color: white;
  width: calc(100vw - 30px);
  max-height: calc(100vh - 95px);
  /*overflow: hidden;
        overflow-y: auto;*/
}
.mobileApp .wrapper__feature {
  max-height: unset;
}
.wrapper__feature:after,
.wrapper__feature:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.wrapper__feature:after {
  bottom: 100%;
  left: 25px;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.95);
}
.wrapper__feature:before {
  bottom: 100%;
  left: 25px;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid;
  border-bottom-color: transparent;
}
.wrapper__feature.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition-delay: 150ms;
}
.wrapper__feature:before,
.wrapper__feature:after {
  transition: all 500ms;
}
.wrapper__feature[data-position="2"]:before,
.wrapper__feature[data-position="2"]:after {
  left: 81px;
}
.wrapper__feature[data-position="3"]:before,
.wrapper__feature[data-position="3"]:after {
  left: 137px;
}
.wrapper__feature[data-position="4"]:before,
.wrapper__feature[data-position="4"]:after {
  left: 193px;
}
.wrapper__feature--other > div,
.wrapper__feature--wallet > div,
.wrapper__feature--wallet-alternate > div,
.wrapper__feature--other > a,
.wrapper__feature--wallet > a,
.wrapper__feature--wallet-alternate > a {
  font-size: 14px;
  display: flex;
  align-items: center;
  height: 32px;
  color: white;
}
.wrapper__feature--other > div i,
.wrapper__feature--wallet > div i,
.wrapper__feature--wallet-alternate > div i,
.wrapper__feature--other > a i,
.wrapper__feature--wallet > a i,
.wrapper__feature--wallet-alternate > a i {
  font-size: 18px;
  width: 32px;
  text-align: center;
  margin-left: -3px;
  margin-top: -1px;
}
.wrapper__feature--other > div:hover,
.wrapper__feature--wallet > div:hover,
.wrapper__feature--wallet-alternate > div:hover,
.wrapper__feature--other > a:hover,
.wrapper__feature--wallet > a:hover,
.wrapper__feature--wallet-alternate > a:hover {
  color: orange;
  cursor: pointer;
}
.wrapper__feature--other > div.wrapper-feature--favorites > div,
.wrapper__feature--wallet > div.wrapper-feature--favorites > div,
.wrapper__feature--wallet-alternate > div.wrapper-feature--favorites > div,
.wrapper__feature--other > a.wrapper-feature--favorites > div,
.wrapper__feature--wallet > a.wrapper-feature--favorites > div,
.wrapper__feature--wallet-alternate > a.wrapper-feature--favorites > div {
  display: flex;
}
.wrapper__feature--other > div.wrapper-feature--favorites br,
.wrapper__feature--wallet > div.wrapper-feature--favorites br,
.wrapper__feature--wallet-alternate > div.wrapper-feature--favorites br,
.wrapper__feature--other > a.wrapper-feature--favorites br,
.wrapper__feature--wallet > a.wrapper-feature--favorites br,
.wrapper__feature--wallet-alternate > a.wrapper-feature--favorites br {
  display: none;
}
.wrapper__feature--other > div.wrapper-feature--fullscreen-toggle i,
.wrapper__feature--wallet > div.wrapper-feature--fullscreen-toggle i,
.wrapper__feature--wallet-alternate > div.wrapper-feature--fullscreen-toggle i,
.wrapper__feature--other > a.wrapper-feature--fullscreen-toggle i,
.wrapper__feature--wallet > a.wrapper-feature--fullscreen-toggle i,
.wrapper__feature--wallet-alternate > a.wrapper-feature--fullscreen-toggle i {
  font-size: 16px;
  margin-top: -4px;
  transition: all 0.3s;
}
.wrapper__feature--other > div.wrapper-feature--deposit-with-description,
.wrapper__feature--wallet > div.wrapper-feature--deposit-with-description,
.wrapper__feature--wallet-alternate > div.wrapper-feature--deposit-with-description,
.wrapper__feature--other > a.wrapper-feature--deposit-with-description,
.wrapper__feature--wallet > a.wrapper-feature--deposit-with-description,
.wrapper__feature--wallet-alternate > a.wrapper-feature--deposit-with-description {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  padding: 4px;
  line-height: 1.35;
}
.wrapper__feature--other > div.wrapper-feature--deposit-with-description:hover,
.wrapper__feature--wallet > div.wrapper-feature--deposit-with-description:hover,
.wrapper__feature--wallet-alternate > div.wrapper-feature--deposit-with-description:hover,
.wrapper__feature--other > a.wrapper-feature--deposit-with-description:hover,
.wrapper__feature--wallet > a.wrapper-feature--deposit-with-description:hover,
.wrapper__feature--wallet-alternate > a.wrapper-feature--deposit-with-description:hover {
  color: white;
}
.wrapper__feature--other > div.wrapper-feature--deposit-with-description .btn,
.wrapper__feature--wallet > div.wrapper-feature--deposit-with-description .btn,
.wrapper__feature--wallet-alternate > div.wrapper-feature--deposit-with-description .btn,
.wrapper__feature--other > a.wrapper-feature--deposit-with-description .btn,
.wrapper__feature--wallet > a.wrapper-feature--deposit-with-description .btn,
.wrapper__feature--wallet-alternate > a.wrapper-feature--deposit-with-description .btn,
.wrapper__feature--other > div.wrapper-feature--deposit-with-description .wrapper-feature--quick-mode-toggle > div,
.wrapper__feature--wallet > div.wrapper-feature--deposit-with-description .wrapper-feature--quick-mode-toggle > div,
.wrapper__feature--wallet-alternate > div.wrapper-feature--deposit-with-description .wrapper-feature--quick-mode-toggle > div,
.wrapper__feature--other > a.wrapper-feature--deposit-with-description .wrapper-feature--quick-mode-toggle > div,
.wrapper__feature--wallet > a.wrapper-feature--deposit-with-description .wrapper-feature--quick-mode-toggle > div,
.wrapper__feature--wallet-alternate > a.wrapper-feature--deposit-with-description .wrapper-feature--quick-mode-toggle > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper__feature--other > div.wrapper-feature--deposit-with-description .btn i,
.wrapper__feature--wallet > div.wrapper-feature--deposit-with-description .btn i,
.wrapper__feature--wallet-alternate > div.wrapper-feature--deposit-with-description .btn i,
.wrapper__feature--other > a.wrapper-feature--deposit-with-description .btn i,
.wrapper__feature--wallet > a.wrapper-feature--deposit-with-description .btn i,
.wrapper__feature--wallet-alternate > a.wrapper-feature--deposit-with-description .btn i,
.wrapper__feature--other > div.wrapper-feature--deposit-with-description .wrapper-feature--quick-mode-toggle > div i,
.wrapper__feature--wallet > div.wrapper-feature--deposit-with-description .wrapper-feature--quick-mode-toggle > div i,
.wrapper__feature--wallet-alternate > div.wrapper-feature--deposit-with-description .wrapper-feature--quick-mode-toggle > div i,
.wrapper__feature--other > a.wrapper-feature--deposit-with-description .wrapper-feature--quick-mode-toggle > div i,
.wrapper__feature--wallet > a.wrapper-feature--deposit-with-description .wrapper-feature--quick-mode-toggle > div i,
.wrapper__feature--wallet-alternate > a.wrapper-feature--deposit-with-description .wrapper-feature--quick-mode-toggle > div i {
  margin-top: 1px;
}
.wrapper__feature--wallet-alternate {
  height: 450px;
  background: none;
  padding: 0px;
}
@media (min-width: 480px) {
  .wrapper__feature--wallet-alternate {
    height: 300px;
  }
}
.wrapper__feature--wallet-alternate > div {
  height: 80dvh !important;
  overflow-y: scroll;
  touch-action: auto;
  -webkit-overflow-scrolling: touch;
}
.wrapper__feature--wallet-alternate iframe {
  overflow: auto;
  touch-action: auto;
  border: 8px solid rgba(0, 0, 0, 0.95) !important;
  background: rgba(0, 0, 0, 0.95) !important;
  -webkit-overflow-scrolling: touch;
}
.wrapper__feature--search input[type=text] {
  margin-bottom: 2.5px;
}
.wrapper__feature--bonuses .progress {
  width: 150px;
  margin-bottom: 0;
}
.wrapper__feature--bonuses:after {
  border-bottom-color: #161a1c;
}
@media (min-width: 568px) {
  .wrapper__feature--bonuses:after {
    border-right-color: #161a1c !important;
  }
}
.wrapper__feature--tournaments:after {
  border-bottom-color: #161a1c;
}
@media (min-width: 568px) {
  .wrapper__feature--tournaments:after {
    border-right-color: #231d1b !important;
  }
}
@media (min-width: 568px) {
  .wrapper__feature {
    min-height: 50px;
    width: 325px;
  }
  .wrapper__feature:after,
  .wrapper__feature:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
  }
  .wrapper__feature:after {
    right: 100%;
    top: 25px;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(0, 0, 0, 0.95);
  }
  .wrapper__feature:before {
    right: 100%;
    top: 25px;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid;
    border-right-color: transparent;
  }
  .wrapper__feature:before,
  .wrapper__feature:after {
    left: -10px !important;
  }
  .wrapper__feature[data-position="2"] {
    min-height: 106px;
  }
  .wrapper__feature[data-position="2"]:before,
  .wrapper__feature[data-position="2"]:after {
    top: 81px;
  }
  .wrapper__feature[data-position="3"] {
    min-height: 162px;
  }
  .wrapper__feature[data-position="3"]:before,
  .wrapper__feature[data-position="3"]:after {
    top: 137px;
  }
  .wrapper__feature[data-position="4"] {
    min-height: 218px;
  }
  .wrapper__feature[data-position="4"]:before,
  .wrapper__feature[data-position="4"]:after {
    top: 193px;
  }
}
@media (min-height: 400px) and (min-width: 568px) {
  .wrapper__feature {
    width: 375px;
  }
}
.wrapper__feature .games {
  margin-bottom: 2.5px;
}
.wrapper__feature .games__headline {
  font-size: 14px;
}
.wrapper__feature .games__items {
  margin: 0 -5px 0 -5px;
  display: flex;
  overflow: hidden;
  overflow-x: auto;
}
.wrapper__feature .games__items > div {
  flex-basis: 150px;
  height: 120px;
  margin-left: 2.5px;
  border: 1px solid white;
  flex-shrink: 0;
}
.wrapper__feature .games__items > div:first-child {
  margin-left: 5px;
}
.wrapper__feature .games--1x2 .games__items > div {
  height: 240px;
}
.wrapper__feature .banner {
  display: flex;
  margin-bottom: 2.5px;
  border: 1px solid white;
  align-items: center;
  justify-content: center;
  color: grey;
  text-transform: uppercase;
  font-size: 10px;
}
.wrapper__feature .banner:before {
  content: "";
  padding-bottom: 50%;
}
.wrapper__helper {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.jackpotholder {
  width: 50vw;
  margin: auto;
}
@media (min-width: 568px) {
  .jackpotholder {
    width: 33vw;
    max-width: 300px;
  }
}
@keyframes pop {
  50% {
    transform: scale(1.1);
  }
}
/* ------------------------ */
/* LESS mixin for CSS arrow */
/* ------------------------ */
/* https://github.com/HugoGiraudel/LESS-Mixin-for-CSS-arrows

//Usage
 .arrow(size, color, direction, offset, border-size, border-color); 

Where
 * Size is the with of the arrow
 * Color is the color of the arrow (plain color required)
 * Direction is the orientation of the arrow (top, right, bottom, left)
 * Offset is the position of the arrow on its axis (px / em)
 * Border-size is the width of the border if there is one (optional; default "0")
 * Border-color is the color of the border if there is one (optional; default "inherit"); 

//Extra
 Drop-shadows can be used on the element to create a shadow on the arrow as well 
*/
.promotion-wrapper-popup {
  height: auto;
  background-image: url(/Content/Images/wrapper/bg1@2x.jpg);
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
  z-index: 20;
  margin: -5px;
  padding: 15px;
  /*font-size: 16px;*/
}
.promotion-wrapper-popup--tournaments {
  background-image: url(/Content/Images/wrapper/bg2@2x.jpg);
}
.promotion-wrapper-popup--tournaments .promotionLeaderboard {
  height: 100%;
  padding-bottom: 25px;
}
.promotion-wrapper-popup--tournaments .promotionLeaderboard:not(.expanded) > div {
  height: 100%;
  justify-content: space-between;
}
.promotion-wrapper-popup--challenges .promotion-wrapper-table-scroller {
  height: calc((100vw - 60px) * 0.42 + 15px * 1.42857143 + 51px + 12px + 12px + 50px) !important;
}
@media (min-width: 568px) {
  .promotion-wrapper-popup--challenges .promotion-wrapper-table-scroller {
    height: 260px !important;
  }
}
@media (min-height: 400px) and (min-width: 568px) {
  .promotion-wrapper-popup--challenges .promotion-wrapper-table-scroller {
    height: 290px !important;
  }
}
.promotion-wrapper-popup[data-count="1"] .fa.fa-caret-left,
.promotion-wrapper-popup[data-count="1"] .fa.fa-caret-right {
  display: none;
}
.promotion-wrapper-popup:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/Content/Images/wrapper/leaderboard_gradient.png);
  background-repeat: no-repeat;
  z-index: -2;
}
.promotion-wrapper-popup > .promotion {
  overflow: visible;
  display: none;
}
.promotion-wrapper-popup .opacity0 {
  opacity: 0 !important;
}
.promotion-wrapper-popup .promotion[data-status="Waiting"] .promotion-wrapper-popup__time-to-start {
  display: block;
}
.promotion-wrapper-popup .promotion[data-status="Suspended"] {
  opacity: 0.6 !important;
}
.promotion-wrapper-popup__leaderboard-table {
  background: transparent !important;
}
.promotion-wrapper-popup__leaderboard-table thead th {
  background: transparent !important;
}
.promotion-wrapper-popup__leaderboard-table .amount {
  white-space: nowrap;
}
.promotion-wrapper-popup__header {
  display: flex;
  margin-bottom: 9px;
  align-items: center;
  font-size: 15px;
  height: 23px;
}
.promotion-wrapper-popup__header__detail {
  white-space: nowrap;
}
.promotion-wrapper-popup__header__detail .iconcasino {
  font-size: 20px;
  margin-right: 6px;
}
.promotion-wrapper-popup__header__detail--title {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 0;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.promotion-wrapper-popup__header__detail--title > div {
  display: flex;
  align-items: center;
}
.promotion-wrapper-popup__header__detail--title > div > .iconcasino {
  position: relative;
  top: -2px;
}
.promotion-wrapper-popup__header__detail--title > div > span {
  line-height: 1;
}
.promotion-wrapper-popup__header__detail--timer {
  flex: 0 0 auto;
  white-space: nowrap;
  margin-left: 6px;
  line-height: 20px;
}
.promotion-wrapper-popup__header__detail--timer .iconcasino {
  color: white;
  font-size: 19px;
  margin-right: 0px;
  position: relative;
  top: 1px;
}
.promotion-wrapper-popup__header__detail--timer > span {
  position: relative;
  top: -2px;
}
.promotion-wrapper-popup__header__detail--ranking {
  padding-left: 12px;
  line-height: 20px;
  position: relative;
  top: -5px;
}
.promotion-wrapper-popup__header__detail--ranking > span {
  position: relative;
  top: -3px;
}
.promotion-wrapper-popup__header__detail--ranking .promotion_ranking {
  position: relative;
  top: -3px;
}
.promotion-wrapper-popup__header__detail--ranking .promotion_ranking i {
  position: relative;
  top: 3px;
}
.promotion-wrapper-popup__header__detail--progress {
  flex-basis: 105px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  overflow: hidden;
}
.promotion-wrapper-popup__header__detail--progress > div {
  display: flex;
  align-items: center;
}
.promotion-wrapper-popup__header__detail--progress > div > .value,
.promotion-wrapper-popup__header__detail--progress > div > .value--fraction {
  flex: 1 1 20px;
  color: orange;
  font-weight: bold;
  margin-top: 2px;
}
.promotion-wrapper-popup__header__detail--progress > div > .progress {
  flex: 0 0 55px;
  margin-bottom: 0;
  margin-left: 6px;
  height: 12px;
  border: 0;
  background-color: #424242;
  border-radius: 9px !important;
  align-self: center;
  position: relative;
}
.promotion-wrapper-popup__header__detail--progress > div > .progress > div {
  border-radius: 9px;
}
.promotion-wrapper-popup__header__detail--progress > div > .progress--straight > div {
  border-radius: 0;
}
.promotion-wrapper-popup__header__detail--progress > div > .progress .progress__dividers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
.promotion-wrapper-popup__header__detail--progress > div > .progress .progress__dividers > div {
  border-left: 1px solid #424242;
  border-right: 1px solid #424242;
  flex-grow: 1;
}
.promotion-wrapper-popup__header__detail--progress > div > .progress .progress__dividers > div:first-child {
  border-left: 0;
}
.promotion-wrapper-popup__header__detail--progress > div > .progress .progress__dividers > div:last-child {
  border-right: 0;
}
.promotion-wrapper-popup__header__detail--ranking {
  padding-left: 12px;
}
.promotion-wrapper-popup__leaderboard-player {
  display: flex;
  justify-content: center;
  color: #ff9f00;
  flex-direction: column;
  width: 100%;
  margin-top: 3px;
}
.promotion-wrapper-popup__leaderboard-player > div {
  margin-left: 3px;
  margin-right: 3px;
  display: flex;
  gap: 5px;
  justify-content: center;
  line-height: 1;
}
.promotion-wrapper-popup__leaderboard-player > div:nth-of-type(1) {
  font-size: 15px;
}
.promotion-wrapper-popup__missions__close {
  display: none;
  position: absolute;
  top: -65px;
  right: 0;
  width: 50px;
  height: 50px;
  color: white;
  border-color: rgba(0, 0, 0, 0.95);
  background-color: rgba(0, 0, 0, 0.95);
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  font-size: 25px;
}
@media (min-width: 1024px) {
  .promotion-wrapper-popup__missions__close {
    top: 0;
    left: auto;
    right: -65px;
  }
}
.promotion-wrapper-popup__missions .promotion {
  display: none;
}
.promotion-wrapper-popup__missions .promotion.active {
  position: absolute;
  display: block;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
}
.promotion-wrapper-popup__time-to-start {
  display: none;
  position: absolute;
  top: 50%;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  left: 5%;
  font-size: 16px;
  width: 90%;
  margin-left: 0;
  margin-top: -30px;
  padding: 6px 0;
  border-radius: 9px;
}
.promotion-wrapper-popup__time-to-start > span {
  font-size: 1.5em;
}
@keyframes promotion-wrapper-popup__header {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
.promotion-wrapper-popup .promotion-wrapper-table {
  display: block;
  height: 222px;
  overflow-y: scroll;
  scrollbar-color: #7a003d;
}
.promotion-wrapper-popup .promotion-wrapper-table-scroller {
  overflow-y: scroll !important;
  scrollbar-color: #7a003d;
  height: calc(100% - 35px);
}
.promotion-wrapper-popup .promotion-wrapper-table-scroller p {
  white-space: pre-line;
}
.promotion-wrapper-popup .promotion-wrapper-table::-webkit-scrollbar-track,
.promotion-wrapper-popup .promotion-wrapper-table-scroller::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: transparent;
}
.promotion-wrapper-popup .promotion-wrapper-table::-webkit-scrollbar,
.promotion-wrapper-popup .promotion-wrapper-table-scroller::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.promotion-wrapper-popup .promotion-wrapper-table::-webkit-scrollbar-thumb,
.promotion-wrapper-popup .promotion-wrapper-table-scroller::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #191919;
}
.promotion-wrapper-popup .promotion-wrapper-popup__leaderboard-toggle {
  font-size: 15px;
  text-decoration: underline;
  color: white;
  display: block;
  text-align: center;
  margin-top: 5px;
}
.promotion-wrapper-popup__img {
  width: 100%;
  padding-bottom: 42%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  margin-bottom: 12px;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.promotion-wrapper-popup__img > .fa {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.promotion-wrapper-popup__img > .fa:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  text-align: center;
}
.promotion-wrapper-popup__img > .fa.fa-caret-right {
  left: auto;
  right: 0;
}
.promotion-wrapper-popup__infos {
  display: flex;
  flex-wrap: wrap;
  line-height: 24px;
  font-size: 14px;
}
.promotion-wrapper-popup__info {
  flex: 1 1 50%;
}
.promotion-wrapper-popup__info .iconcasino {
  color: orange;
  font-size: 20px;
  top: 2px;
  position: relative;
}
.promotion-wrapper-popup__info--timer .iconcasino {
  font-size: 19px;
}
.promotion-wrapper-popup__info__detail--ranking {
  padding-left: 6px;
}
.promotion-wrapper-popup__info--price-pool {
  text-align: right;
}
.promotion-wrapper-popup__info--win-rules {
  flex: 0 0 auto;
}
.promotion-wrapper-popup__info--minimum-bet {
  text-align: right;
}
.promotion-wrapper-popup__info--rewarded-players {
  text-align: right;
}
.promotion-wrapper-popup__games .grid {
  position: relative;
  display: grid;
  column-gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  padding-bottom: 24px;
}
.promotion-wrapper-popup__games .grid .game {
  width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
  cursor: pointer;
}
.promotion-wrapper-popup__games .grid .game:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.promotion-wrapper-popup__games .grid .game:before {
  content: "\e95d";
  font-family: 'stechicons';
  font-size: 27px;
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
  opacity: 0;
}
.promotion-wrapper-popup__games .grid .game__name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.promotion-wrapper-popup__games .grid .game__overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 500ms;
  display: flex;
  align-items: center;
}
.promotion-wrapper-popup__games .grid .game__overlay a {
  width: 100%;
  height: 200px;
  line-height: 200px;
  font-size: 36px;
}
.promotion-wrapper-popup__games .grid .game__overlay a:hover {
  text-decoration: none;
  color: #7a003d;
}
.promotion-wrapper-popup__games .grid .game:hover .game__overlay {
  opacity: 1;
}
.promotion-wrapper-popup__games .grid .game:hover:before {
  opacity: 1;
  backdrop-filter: blur(6px);
}
.promotion-wrapper-popup__games .grid > :nth-child(-n+3) {
  margin-bottom: 12px;
}
.promotion-wrapper-popup__games .grid .slick-dots {
  z-index: 1;
  position: absolute;
  right: auto;
  bottom: -2px;
  top: auto;
  padding: 0;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 2px;
}
.promotion-wrapper-popup__games .grid .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #9d9d9d;
}
.promotion-wrapper-popup__games .grid .slick-dots li button:before {
  font-size: 7px;
}
.promotion-wrapper-popup__games .grid .slick-dots::-webkit-scrollbar {
  display: none;
}
.promotion-wrapper-popup__games .grid .slick-dots:before {
  background: transparent;
}
.promotion-wrapper-popup__games .grid .slick-dots:after {
  bottom: 17px;
  width: 35%;
  right: 0;
  left: auto;
  background: #3a3a3a;
}
@media (max-width: 768px) {
  .promotion-wrapper-popup__games .grid .slick-dots:after {
    width: 33%;
  }
}
.promotion-wrapper-popup__games .grid .slick-dots li {
  overflow: hidden;
  background-color: transparent;
}
.promotion-wrapper-popup__games .grid .slick-dots li button:before {
  content: "•";
}
.promotion-wrapper-popup__games .grid .slick-prev,
.promotion-wrapper-popup__games .grid .slick-next {
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  width: 30px;
  height: auto;
  bottom: 24px;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transform: none;
  border-radius: 0;
  display: block !important;
  z-index: 101 !important;
}
.promotion-wrapper-popup__games .grid .slick-prev:before,
.promotion-wrapper-popup__games .grid .slick-next:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  text-align: center;
  font-family: 'FontAwesome';
  color: white;
  opacity: 1;
}
.promotion-wrapper-popup__games .grid .slick-prev {
  right: auto;
  z-index: 1;
}
.promotion-wrapper-popup__games .grid .slick-prev:before {
  content: "\f0d9";
}
.promotion-wrapper-popup__games .grid .slick-next {
  left: auto;
}
.promotion-wrapper-popup__games .grid .slick-next:before {
  content: "\f0da";
}
.promotion-wrapper-popup__leaderboard-item {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 50px;
  width: 24%;
  /* min-height: 200px;*/
  text-align: center;
  color: white;
  padding-top: 0;
  margin-top: 0;
}
.promotion-wrapper-popup__leaderboard-item .promotion-item-header {
  justify-content: center;
}
.promotion-wrapper-popup__leaderboard-item .promotion-wrapper-popup__leaderboard-player-content > div:nth-child(1) {
  /* sequence */
  font-size: 20px;
  display: none;
}
.promotion-wrapper-popup__leaderboard-item .promotion-wrapper-popup__leaderboard-player-content > div:nth-child(2) {
  /* name */
  font-size: 18px;
  line-height: 1;
  /*margin-top: 13px;*/
}
.promotion-wrapper-popup__leaderboard-item .promotion-wrapper-popup__leaderboard-player-content > div:nth-child(3) {
  /* value */
  font-size: 14px;
  line-height: 14px;
}
.promotion-wrapper-popup__leaderboard-item .promotion-wrapper-popup__leaderboard-player-content > div:nth-child(4) {
  /* prize */
  font-size: 12px;
}
.promotion-wrapper-popup__leaderboard-item .prize {
  font-size: 13px !important;
  margin: 4px 0;
}
.promotion-wrapper-popup__leaderboard-item .promotion-wrapper-popup__leaderboard-player-value {
  font-size: 15px !important;
}
.promotion-wrapper-popup__leaderboard-item .promotion-wrapper-popup__leaderboard-player-name {
  font-size: 15px !important;
}
.promotion-wrapper-popup__leaderboard-item .prize span {
  white-space: nowrap;
}
.promotion-wrapper-popup__leaderboard-item--1 {
  order: 2;
  padding-top: 0;
  width: 40%;
  margin-top: -13px;
}
.promotion-wrapper-popup__leaderboard-item--1 .promotion-item-image {
  width: 90%;
  margin-left: 5%;
  aspect-ratio: 1;
  background-image: url(/Content/Images/wrapper/gold@2x.png);
  background-position: center top;
  background-size: cover;
}
.promotion-wrapper-popup__leaderboard-item--1 .promotion-item-header {
  margin-top: -8px;
}
.promotion-wrapper-popup__leaderboard-item--1 .prize {
  color: #ffbc00;
}
.promotion-wrapper-popup__leaderboard-item--2 {
  order: 1;
  margin-top: 15px;
}
.promotion-wrapper-popup__leaderboard-item--2 .promotion-item-image {
  width: 100%;
  aspect-ratio: 1;
  background-image: url(/Content/Images/wrapper/silver@2x.png);
  background-size: cover;
}
.promotion-wrapper-popup__leaderboard-item--2 .prize {
  color: #aeb2c4;
}
.promotion-wrapper-popup__leaderboard-item--3 {
  order: 3;
  margin-top: 15px;
}
.promotion-wrapper-popup__leaderboard-item--3 .promotion-item-image {
  width: 100%;
  aspect-ratio: 1;
  background-image: url(/Content/Images/wrapper/bronze@2x.png);
  background-size: cover;
}
.promotion-wrapper-popup__leaderboard-item--3 .prize {
  color: #f76a0a;
}
.promotion-wrapper-popup__leaderboard-item--player {
  color: aqua;
}
.promotion-wrapper-popup .fa-spinner {
  top: 50%;
  position: absolute;
  left: 50%;
  font-size: 32px;
  margin-left: -16px;
  margin-top: -16px;
}
.promotion-wrapper-popup .tab-content {
  width: 100%;
  border: 0;
  padding: 0;
  background-color: transparent;
  height: calc((100vw - 60px) * 0.42 + 15px * 1.42857143 + 51px + 12px + 12px);
}
@media (min-width: 568px) {
  .promotion-wrapper-popup .tab-content {
    height: 210px;
  }
}
@media (min-height: 400px) and (min-width: 568px) {
  .promotion-wrapper-popup .tab-content {
    height: 240px;
  }
}
.promotion-wrapper-popup .tab-content > .tab-pane {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
}
.promotion-wrapper-popup .tab-content > .tab-pane table tr {
  background-color: transparent;
}
.promotion-wrapper-popup .tab-content > .tab-pane table tr th {
  border: 0 !important;
}
.promotion-wrapper-popup .tab-content > .tab-pane table tr td {
  font-size: 14px;
  border: 0;
  color: #fff;
}
.promotion-wrapper-popup .tab-content > .tab-pane table tr td:first-child {
  width: 30px;
}
.promotion-wrapper-popup .tab-content > .tab-pane table tr.lowlighted td {
  color: #878787;
}
.promotion-wrapper-popup .tab-content > .tab-pane table tr.highlighted td {
  color: #fba10d;
}
.promotion-wrapper-popup .promotion_tabs {
  margin-top: 15px;
  width: 100%;
  border: 0;
  background-color: black;
  border-radius: 9px;
}
.promotion-wrapper-popup .promotion_tabs > li {
  width: 33.33333%;
  float: left;
}
.promotion-wrapper-popup .promotion_tabs > li a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  background-color: black;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 32px;
  line-height: 32px !important;
  border-radius: 9px;
}
.promotion-wrapper-popup .promotion_tabs > li.active a,
.promotion-wrapper-popup .promotion_tabs > li:focus a,
.promotion-wrapper-popup .promotion_tabs > li:hover a {
  border: 0 !important;
  background-color: #7a003d !important;
  color: #fff !important;
}
/* Modals */
.modals {
  position: relative;
  z-index: 1050;
}
.modal .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */
}
.modal .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
.modal .vertical-align-center .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}
.modal-wrapper .modal-content {
  background-color: #191919;
  color: #fff;
  padding: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .modal-wrapper .modal-content {
    margin: 0 auto;
  }
}
.modal-wrapper .modal-content .modal-header {
  border-bottom: 0;
  padding: 0;
}
.modal-wrapper .modal-content .modal-header .modal-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}
.modal-wrapper .modal-content .modal-header .fa {
  margin-right: 4px;
  display: block;
  font-size: 48px;
  margin-bottom: 12px;
}
.modal-wrapper .modal-content .modal-body {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 12px;
}
.modal-wrapper .modal-content .modal-body input {
  margin-bottom: 10px;
}
.modal-wrapper .modal-content .modal-footer {
  padding: 0;
  border: 0;
  text-align: center;
}
.modal-wrapper.error .modal-content {
  border: none;
}
.modal-wrapper.error .modal-content .modal-header {
  color: #fff;
}
.modal-wrapper.error .modal-content .modal-header .fa {
  color: #ff3131;
}
.modal-wrapper.error .modal-content .modal-header .fa:before {
  font-family: 'stechicons';
  content: "\e965";
}
.modal-wrapper.error .modal-content .modal-body {
  color: #fff;
}
.modal-wrapper.error .modal-content .modal-footer {
  border-color: none;
}
.modal-wrapper.error .modal-content .modal-footer .btn,
.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div {
  color: #ff3131;
  background-color: transparent;
  border-color: #ff3131;
}
.modal-wrapper.error .modal-content .modal-footer .btn:focus,
.modal-wrapper.error .modal-content .modal-footer .btn.focus,
.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:focus,
.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.focus {
  color: #ff3131;
  background-color: rgba(0, 0, 0, 0);
  border-color: #b10000;
}
.modal-wrapper.error .modal-content .modal-footer .btn:hover,
.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:hover {
  color: #ff3131;
  background-color: rgba(0, 0, 0, 0);
  border-color: #f30000;
}
.modal-wrapper.error .modal-content .modal-footer .btn:active,
.modal-wrapper.error .modal-content .modal-footer .btn.active,
.open > .dropdown-toggle.modal-wrapper.error .modal-content .modal-footer .btn,
.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:active,
.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.active,
.open > .dropdown-toggle.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div {
  color: #ff3131;
  background-color: rgba(0, 0, 0, 0);
  border-color: #f30000;
}
.modal-wrapper.error .modal-content .modal-footer .btn:active:hover,
.modal-wrapper.error .modal-content .modal-footer .btn.active:hover,
.open > .dropdown-toggle.modal-wrapper.error .modal-content .modal-footer .btn:hover,
.modal-wrapper.error .modal-content .modal-footer .btn:active:focus,
.modal-wrapper.error .modal-content .modal-footer .btn.active:focus,
.open > .dropdown-toggle.modal-wrapper.error .modal-content .modal-footer .btn:focus,
.modal-wrapper.error .modal-content .modal-footer .btn:active.focus,
.modal-wrapper.error .modal-content .modal-footer .btn.active.focus,
.open > .dropdown-toggle.modal-wrapper.error .modal-content .modal-footer .btn.focus,
.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:active:hover,
.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.active:hover,
.open > .dropdown-toggle.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:hover,
.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:active:focus,
.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.active:focus,
.open > .dropdown-toggle.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:focus,
.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:active.focus,
.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.active.focus,
.open > .dropdown-toggle.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.focus {
  color: #ff3131;
  background-color: rgba(0, 0, 0, 0);
  border-color: #b10000;
}
.modal-wrapper.error .modal-content .modal-footer .btn:active,
.modal-wrapper.error .modal-content .modal-footer .btn.active,
.open > .dropdown-toggle.modal-wrapper.error .modal-content .modal-footer .btn,
.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:active,
.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.active,
.open > .dropdown-toggle.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div {
  background-image: none;
}
.modal-wrapper.error .modal-content .modal-footer .btn.disabled:hover,
.modal-wrapper.error .modal-content .modal-footer .btn[disabled]:hover,
fieldset[disabled] .modal-wrapper.error .modal-content .modal-footer .btn:hover,
.modal-wrapper.error .modal-content .modal-footer .btn.disabled:focus,
.modal-wrapper.error .modal-content .modal-footer .btn[disabled]:focus,
fieldset[disabled] .modal-wrapper.error .modal-content .modal-footer .btn:focus,
.modal-wrapper.error .modal-content .modal-footer .btn.disabled.focus,
.modal-wrapper.error .modal-content .modal-footer .btn[disabled].focus,
fieldset[disabled] .modal-wrapper.error .modal-content .modal-footer .btn.focus,
.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.disabled:hover,
.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div[disabled]:hover,
fieldset[disabled] .modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:hover,
.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.disabled:focus,
.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div[disabled]:focus,
fieldset[disabled] .modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:focus,
.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.disabled.focus,
.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div[disabled].focus,
fieldset[disabled] .modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.focus {
  background-color: transparent;
  border-color: #ff3131;
}
.modal-wrapper.error .modal-content .modal-footer .btn .badge,
.modal-wrapper.error .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div .badge {
  color: transparent;
  background-color: #ff3131;
}
.modal-wrapper.info .modal-content {
  border: none;
}
.modal-wrapper.info .modal-content .modal-header {
  color: #fff;
}
.modal-wrapper.info .modal-content .modal-header .fa {
  color: #17a2b8;
}
.modal-wrapper.info .modal-content .modal-header .fa:before {
  font-family: 'stechicons';
  content: "\e90e";
}
.modal-wrapper.info .modal-content .modal-body {
  color: #fff;
}
.modal-wrapper.info .modal-content .modal-footer {
  border-color: none;
}
.modal-wrapper.info .modal-content .modal-footer .btn,
.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div {
  color: #17a2b8;
  background-color: transparent;
  border-color: #17a2b8;
}
.modal-wrapper.info .modal-content .modal-footer .btn:focus,
.modal-wrapper.info .modal-content .modal-footer .btn.focus,
.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:focus,
.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.focus {
  color: #17a2b8;
  background-color: rgba(0, 0, 0, 0);
  border-color: #093e47;
}
.modal-wrapper.info .modal-content .modal-footer .btn:hover,
.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:hover {
  color: #17a2b8;
  background-color: rgba(0, 0, 0, 0);
  border-color: #107282;
}
.modal-wrapper.info .modal-content .modal-footer .btn:active,
.modal-wrapper.info .modal-content .modal-footer .btn.active,
.open > .dropdown-toggle.modal-wrapper.info .modal-content .modal-footer .btn,
.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:active,
.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.active,
.open > .dropdown-toggle.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div {
  color: #17a2b8;
  background-color: rgba(0, 0, 0, 0);
  border-color: #107282;
}
.modal-wrapper.info .modal-content .modal-footer .btn:active:hover,
.modal-wrapper.info .modal-content .modal-footer .btn.active:hover,
.open > .dropdown-toggle.modal-wrapper.info .modal-content .modal-footer .btn:hover,
.modal-wrapper.info .modal-content .modal-footer .btn:active:focus,
.modal-wrapper.info .modal-content .modal-footer .btn.active:focus,
.open > .dropdown-toggle.modal-wrapper.info .modal-content .modal-footer .btn:focus,
.modal-wrapper.info .modal-content .modal-footer .btn:active.focus,
.modal-wrapper.info .modal-content .modal-footer .btn.active.focus,
.open > .dropdown-toggle.modal-wrapper.info .modal-content .modal-footer .btn.focus,
.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:active:hover,
.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.active:hover,
.open > .dropdown-toggle.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:hover,
.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:active:focus,
.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.active:focus,
.open > .dropdown-toggle.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:focus,
.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:active.focus,
.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.active.focus,
.open > .dropdown-toggle.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.focus {
  color: #17a2b8;
  background-color: rgba(0, 0, 0, 0);
  border-color: #093e47;
}
.modal-wrapper.info .modal-content .modal-footer .btn:active,
.modal-wrapper.info .modal-content .modal-footer .btn.active,
.open > .dropdown-toggle.modal-wrapper.info .modal-content .modal-footer .btn,
.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:active,
.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.active,
.open > .dropdown-toggle.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div {
  background-image: none;
}
.modal-wrapper.info .modal-content .modal-footer .btn.disabled:hover,
.modal-wrapper.info .modal-content .modal-footer .btn[disabled]:hover,
fieldset[disabled] .modal-wrapper.info .modal-content .modal-footer .btn:hover,
.modal-wrapper.info .modal-content .modal-footer .btn.disabled:focus,
.modal-wrapper.info .modal-content .modal-footer .btn[disabled]:focus,
fieldset[disabled] .modal-wrapper.info .modal-content .modal-footer .btn:focus,
.modal-wrapper.info .modal-content .modal-footer .btn.disabled.focus,
.modal-wrapper.info .modal-content .modal-footer .btn[disabled].focus,
fieldset[disabled] .modal-wrapper.info .modal-content .modal-footer .btn.focus,
.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.disabled:hover,
.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div[disabled]:hover,
fieldset[disabled] .modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:hover,
.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.disabled:focus,
.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div[disabled]:focus,
fieldset[disabled] .modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:focus,
.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.disabled.focus,
.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div[disabled].focus,
fieldset[disabled] .modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.focus {
  background-color: transparent;
  border-color: #17a2b8;
}
.modal-wrapper.info .modal-content .modal-footer .btn .badge,
.modal-wrapper.info .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div .badge {
  color: transparent;
  background-color: #17a2b8;
}
.modal-wrapper.warning .modal-content {
  border: none;
}
.modal-wrapper.warning .modal-content .modal-header {
  color: #fff;
}
.modal-wrapper.warning .modal-content .modal-header .fa {
  color: #ffc107;
}
.modal-wrapper.warning .modal-content .modal-header .fa:before {
  font-family: 'stechicons';
  content: "\e967";
}
.modal-wrapper.warning .modal-content .modal-body {
  color: #fff;
}
.modal-wrapper.warning .modal-content .modal-footer {
  border-color: none;
}
.modal-wrapper.warning .modal-content .modal-footer .btn,
.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div {
  color: #ffc107;
  background-color: transparent;
  border-color: #ffc107;
}
.modal-wrapper.warning .modal-content .modal-footer .btn:focus,
.modal-wrapper.warning .modal-content .modal-footer .btn.focus,
.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:focus,
.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.focus {
  color: #ffc107;
  background-color: rgba(0, 0, 0, 0);
  border-color: #866500;
}
.modal-wrapper.warning .modal-content .modal-footer .btn:hover,
.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:hover {
  color: #ffc107;
  background-color: rgba(0, 0, 0, 0);
  border-color: #c99700;
}
.modal-wrapper.warning .modal-content .modal-footer .btn:active,
.modal-wrapper.warning .modal-content .modal-footer .btn.active,
.open > .dropdown-toggle.modal-wrapper.warning .modal-content .modal-footer .btn,
.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:active,
.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.active,
.open > .dropdown-toggle.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div {
  color: #ffc107;
  background-color: rgba(0, 0, 0, 0);
  border-color: #c99700;
}
.modal-wrapper.warning .modal-content .modal-footer .btn:active:hover,
.modal-wrapper.warning .modal-content .modal-footer .btn.active:hover,
.open > .dropdown-toggle.modal-wrapper.warning .modal-content .modal-footer .btn:hover,
.modal-wrapper.warning .modal-content .modal-footer .btn:active:focus,
.modal-wrapper.warning .modal-content .modal-footer .btn.active:focus,
.open > .dropdown-toggle.modal-wrapper.warning .modal-content .modal-footer .btn:focus,
.modal-wrapper.warning .modal-content .modal-footer .btn:active.focus,
.modal-wrapper.warning .modal-content .modal-footer .btn.active.focus,
.open > .dropdown-toggle.modal-wrapper.warning .modal-content .modal-footer .btn.focus,
.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:active:hover,
.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.active:hover,
.open > .dropdown-toggle.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:hover,
.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:active:focus,
.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.active:focus,
.open > .dropdown-toggle.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:focus,
.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:active.focus,
.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.active.focus,
.open > .dropdown-toggle.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.focus {
  color: #ffc107;
  background-color: rgba(0, 0, 0, 0);
  border-color: #866500;
}
.modal-wrapper.warning .modal-content .modal-footer .btn:active,
.modal-wrapper.warning .modal-content .modal-footer .btn.active,
.open > .dropdown-toggle.modal-wrapper.warning .modal-content .modal-footer .btn,
.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:active,
.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.active,
.open > .dropdown-toggle.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div {
  background-image: none;
}
.modal-wrapper.warning .modal-content .modal-footer .btn.disabled:hover,
.modal-wrapper.warning .modal-content .modal-footer .btn[disabled]:hover,
fieldset[disabled] .modal-wrapper.warning .modal-content .modal-footer .btn:hover,
.modal-wrapper.warning .modal-content .modal-footer .btn.disabled:focus,
.modal-wrapper.warning .modal-content .modal-footer .btn[disabled]:focus,
fieldset[disabled] .modal-wrapper.warning .modal-content .modal-footer .btn:focus,
.modal-wrapper.warning .modal-content .modal-footer .btn.disabled.focus,
.modal-wrapper.warning .modal-content .modal-footer .btn[disabled].focus,
fieldset[disabled] .modal-wrapper.warning .modal-content .modal-footer .btn.focus,
.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.disabled:hover,
.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div[disabled]:hover,
fieldset[disabled] .modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:hover,
.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.disabled:focus,
.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div[disabled]:focus,
fieldset[disabled] .modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:focus,
.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.disabled.focus,
.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div[disabled].focus,
fieldset[disabled] .modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.focus {
  background-color: transparent;
  border-color: #ffc107;
}
.modal-wrapper.warning .modal-content .modal-footer .btn .badge,
.modal-wrapper.warning .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div .badge {
  color: transparent;
  background-color: #ffc107;
}
.modal-wrapper.success .modal-content {
  border: none;
}
.modal-wrapper.success .modal-content .modal-header {
  color: #fff;
}
.modal-wrapper.success .modal-content .modal-header .fa {
  color: #28a745;
}
.modal-wrapper.success .modal-content .modal-header .fa:before {
  font-family: 'stechicons';
  content: "\e966";
}
.modal-wrapper.success .modal-content .modal-body {
  color: #fff;
}
.modal-wrapper.success .modal-content .modal-footer {
  border-color: none;
}
.modal-wrapper.success .modal-content .modal-footer .btn,
.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div {
  color: #28a745;
  background-color: transparent;
  border-color: #28a745;
}
.modal-wrapper.success .modal-content .modal-footer .btn:focus,
.modal-wrapper.success .modal-content .modal-footer .btn.focus,
.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:focus,
.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.focus {
  color: #28a745;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0f401a;
}
.modal-wrapper.success .modal-content .modal-footer .btn:hover,
.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:hover {
  color: #28a745;
  background-color: rgba(0, 0, 0, 0);
  border-color: #1c7631;
}
.modal-wrapper.success .modal-content .modal-footer .btn:active,
.modal-wrapper.success .modal-content .modal-footer .btn.active,
.open > .dropdown-toggle.modal-wrapper.success .modal-content .modal-footer .btn,
.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:active,
.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.active,
.open > .dropdown-toggle.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div {
  color: #28a745;
  background-color: rgba(0, 0, 0, 0);
  border-color: #1c7631;
}
.modal-wrapper.success .modal-content .modal-footer .btn:active:hover,
.modal-wrapper.success .modal-content .modal-footer .btn.active:hover,
.open > .dropdown-toggle.modal-wrapper.success .modal-content .modal-footer .btn:hover,
.modal-wrapper.success .modal-content .modal-footer .btn:active:focus,
.modal-wrapper.success .modal-content .modal-footer .btn.active:focus,
.open > .dropdown-toggle.modal-wrapper.success .modal-content .modal-footer .btn:focus,
.modal-wrapper.success .modal-content .modal-footer .btn:active.focus,
.modal-wrapper.success .modal-content .modal-footer .btn.active.focus,
.open > .dropdown-toggle.modal-wrapper.success .modal-content .modal-footer .btn.focus,
.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:active:hover,
.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.active:hover,
.open > .dropdown-toggle.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:hover,
.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:active:focus,
.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.active:focus,
.open > .dropdown-toggle.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:focus,
.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:active.focus,
.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.active.focus,
.open > .dropdown-toggle.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.focus {
  color: #28a745;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0f401a;
}
.modal-wrapper.success .modal-content .modal-footer .btn:active,
.modal-wrapper.success .modal-content .modal-footer .btn.active,
.open > .dropdown-toggle.modal-wrapper.success .modal-content .modal-footer .btn,
.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:active,
.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.active,
.open > .dropdown-toggle.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div {
  background-image: none;
}
.modal-wrapper.success .modal-content .modal-footer .btn.disabled:hover,
.modal-wrapper.success .modal-content .modal-footer .btn[disabled]:hover,
fieldset[disabled] .modal-wrapper.success .modal-content .modal-footer .btn:hover,
.modal-wrapper.success .modal-content .modal-footer .btn.disabled:focus,
.modal-wrapper.success .modal-content .modal-footer .btn[disabled]:focus,
fieldset[disabled] .modal-wrapper.success .modal-content .modal-footer .btn:focus,
.modal-wrapper.success .modal-content .modal-footer .btn.disabled.focus,
.modal-wrapper.success .modal-content .modal-footer .btn[disabled].focus,
fieldset[disabled] .modal-wrapper.success .modal-content .modal-footer .btn.focus,
.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.disabled:hover,
.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div[disabled]:hover,
fieldset[disabled] .modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:hover,
.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.disabled:focus,
.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div[disabled]:focus,
fieldset[disabled] .modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div:focus,
.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.disabled.focus,
.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div[disabled].focus,
fieldset[disabled] .modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div.focus {
  background-color: transparent;
  border-color: #28a745;
}
.modal-wrapper.success .modal-content .modal-footer .btn .badge,
.modal-wrapper.success .modal-content .modal-footer .wrapper-feature--quick-mode-toggle > div .badge {
  color: transparent;
  background-color: #28a745;
}
.modal-wrapper.bonus .modal-dialog {
  width: 100%;
  padding: 0 40px 0 20px;
}
.modal-wrapper.bonus .modal-content {
  margin: 0;
  padding: 0;
  text-align: center;
}
.modal-wrapper.bonus .modal-content.modal-transparent {
  background-color: transparent !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-wrapper.bonus .modal-content .modal-body {
  padding: 0;
}
.modal-wrapper.bonus .modal-content .modal-body .img-responsive {
  max-height: 75vh;
  border-radius: 9px;
}
@media (min-width: 568px) {
  .modal-wrapper.bonus .modal-content .modal-body .img-responsive {
    max-height: 60vh;
  }
}
@media (min-width: 1024px) {
  .modal-wrapper.bonus .modal-content .modal-body .img-responsive {
    max-height: 75vh;
  }
}
.modal-wrapper.bonus .modal-content .modal-body .text {
  text-align: left;
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.modal-wrapper.bonus .modal-content .modal-body .text h2 {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px;
  font-weight: bold;
  display: none;
}
.modal-wrapper.bonus .modal-content .modal-body .text h3 {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}
.modal-wrapper.bonus .modal-content .modal-body .btns {
  top: -26px;
  right: -26px;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 1;
  text-align: center;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
}
@media (max-width: 768px) {
  .modal-wrapper.bonus .modal-content .modal-body .btns {
    padding: 0;
    line-height: normal;
  }
}
.modal-wrapper.bonus .modal-content .modal-body .btns .close {
  color: white;
  font-family: Arial, sans-serif;
  opacity: 0.6;
  float: none;
  width: 24px;
  height: 24px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .modal-wrapper.bonus .modal-content .modal-body .btns .close {
    margin: 0;
    text-rendering: optimizeLegibility;
    display: inline-block;
  }
}
.modal-wrapper.bonus .modal-content .modal-body .btns:hover {
  border: 3px solid rgba(255, 255, 255, 0.75);
}
.modal-wrapper.bonus .modal-content .modal-body .btns:hover .close {
  opacity: 0.75;
}
.modal-wrapper.bonus .modal-content .modal-body .btns:hover .close:hover {
  opacity: 0.75;
}
.modal-wrapper.tournament .modal-content {
  padding: 0;
  border: 0;
  margin: 0;
  background-color: #2c2c2c;
}
@media (min-width: 768px) {
  .modal-wrapper.tournament .modal-content {
    margin: auto;
    max-width: 768px;
    width: auto;
  }
}
.modal-wrapper.tournament .modal-content .modal-body {
  padding: 0;
}
.modal-wrapper.tournament .modal-content .modal-footer {
  border: 0;
  padding: 9px;
  text-align: center;
}
.modal-wrapper.tournament .modal-content .modal-footer .btn-link {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .modal-game-login .modal-dialog {
    width: 385px;
  }
}
.modal-game-login .modal-dialog .modal-content {
  background-color: #191919;
}
.modal-game-login .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  text-align: left;
}
.modal-game-login .modal-dialog .modal-content .modal-header p {
  margin: 0;
}
.modal-game-login .modal-dialog .modal-content .modal-body {
  padding-top: 0;
}
.modal-game-login .modal-dialog .modal-content .modal-body input[type=text],
.modal-game-login .modal-dialog .modal-content .modal-body input[type=password] {
  margin: 0 0 6px 0;
}
.modal-game-login .modal-dialog .modal-content .modal-body .btn,
.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div {
  margin: 12px 0;
  color: #fff;
  background-color: #7a003d;
  border-color: #610030;
}
.modal-game-login .modal-dialog .modal-content .modal-body .btn:focus,
.modal-game-login .modal-dialog .modal-content .modal-body .btn.focus,
.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div:focus,
.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div.focus {
  color: #fff;
  background-color: #470024;
  border-color: #000000;
}
.modal-game-login .modal-dialog .modal-content .modal-body .btn:hover,
.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div:hover {
  color: #fff;
  background-color: #470024;
  border-color: #230012;
}
.modal-game-login .modal-dialog .modal-content .modal-body .btn:active,
.modal-game-login .modal-dialog .modal-content .modal-body .btn.active,
.open > .dropdown-toggle.modal-game-login .modal-dialog .modal-content .modal-body .btn,
.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div:active,
.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div.active,
.open > .dropdown-toggle.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div {
  color: #fff;
  background-color: #470024;
  border-color: #230012;
}
.modal-game-login .modal-dialog .modal-content .modal-body .btn:active:hover,
.modal-game-login .modal-dialog .modal-content .modal-body .btn.active:hover,
.open > .dropdown-toggle.modal-game-login .modal-dialog .modal-content .modal-body .btn:hover,
.modal-game-login .modal-dialog .modal-content .modal-body .btn:active:focus,
.modal-game-login .modal-dialog .modal-content .modal-body .btn.active:focus,
.open > .dropdown-toggle.modal-game-login .modal-dialog .modal-content .modal-body .btn:focus,
.modal-game-login .modal-dialog .modal-content .modal-body .btn:active.focus,
.modal-game-login .modal-dialog .modal-content .modal-body .btn.active.focus,
.open > .dropdown-toggle.modal-game-login .modal-dialog .modal-content .modal-body .btn.focus,
.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div:active:hover,
.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div.active:hover,
.open > .dropdown-toggle.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div:hover,
.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div:active:focus,
.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div.active:focus,
.open > .dropdown-toggle.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div:focus,
.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div:active.focus,
.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div.active.focus,
.open > .dropdown-toggle.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div.focus {
  color: #fff;
  background-color: #230012;
  border-color: #000000;
}
.modal-game-login .modal-dialog .modal-content .modal-body .btn:active,
.modal-game-login .modal-dialog .modal-content .modal-body .btn.active,
.open > .dropdown-toggle.modal-game-login .modal-dialog .modal-content .modal-body .btn,
.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div:active,
.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div.active,
.open > .dropdown-toggle.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div {
  background-image: none;
}
.modal-game-login .modal-dialog .modal-content .modal-body .btn.disabled:hover,
.modal-game-login .modal-dialog .modal-content .modal-body .btn[disabled]:hover,
fieldset[disabled] .modal-game-login .modal-dialog .modal-content .modal-body .btn:hover,
.modal-game-login .modal-dialog .modal-content .modal-body .btn.disabled:focus,
.modal-game-login .modal-dialog .modal-content .modal-body .btn[disabled]:focus,
fieldset[disabled] .modal-game-login .modal-dialog .modal-content .modal-body .btn:focus,
.modal-game-login .modal-dialog .modal-content .modal-body .btn.disabled.focus,
.modal-game-login .modal-dialog .modal-content .modal-body .btn[disabled].focus,
fieldset[disabled] .modal-game-login .modal-dialog .modal-content .modal-body .btn.focus,
.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div.disabled:hover,
.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div[disabled]:hover,
fieldset[disabled] .modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div:hover,
.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div.disabled:focus,
.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div[disabled]:focus,
fieldset[disabled] .modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div:focus,
.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div.disabled.focus,
.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div[disabled].focus,
fieldset[disabled] .modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div.focus {
  background-color: #7a003d;
  border-color: #610030;
}
.modal-game-login .modal-dialog .modal-content .modal-body .btn .badge,
.modal-game-login .modal-dialog .modal-content .modal-body .wrapper-feature--quick-mode-toggle > div .badge {
  color: #7a003d;
  background-color: #fff;
}
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun {
  display: inline-block;
  margin-top: 3px;
  color: #fff;
  background-color: #2b2b2b;
  border-color: #1e1e1e;
}
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun:focus,
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun.focus {
  color: #fff;
  background-color: #121212;
  border-color: #000000;
}
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun:hover {
  color: #fff;
  background-color: #121212;
  border-color: #000000;
}
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun:active,
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun.active,
.open > .dropdown-toggle.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun {
  color: #fff;
  background-color: #121212;
  border-color: #000000;
}
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun:active:hover,
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun.active:hover,
.open > .dropdown-toggle.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun:hover,
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun:active:focus,
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun.active:focus,
.open > .dropdown-toggle.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun:focus,
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun:active.focus,
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun.active.focus,
.open > .dropdown-toggle.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun:active,
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun.active,
.open > .dropdown-toggle.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun {
  background-image: none;
}
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun.disabled:hover,
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun[disabled]:hover,
fieldset[disabled] .modal-game-login .modal-dialog .modal-content .modal-body #continueForFun:hover,
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun.disabled:focus,
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun[disabled]:focus,
fieldset[disabled] .modal-game-login .modal-dialog .modal-content .modal-body #continueForFun:focus,
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun.disabled.focus,
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun[disabled].focus,
fieldset[disabled] .modal-game-login .modal-dialog .modal-content .modal-body #continueForFun.focus {
  background-color: #2b2b2b;
  border-color: #1e1e1e;
}
.modal-game-login .modal-dialog .modal-content .modal-body #continueForFun .badge {
  color: #2b2b2b;
  background-color: #fff;
}
.modal-game-login .modal-dialog .modal-content .modal-footer {
  border-top: 0;
}
@media (min-width: 568px) and (max-width: 767px) {
  .modal-game-login .text-right-xsl {
    text-align: right;
  }
}
.modal-game-login #login,
.modal-game-login #password {
  background-color: #2b2b2b !important;
  color: white !important;
  font-size: 18px !important;
}
.modal-game-login #login:-webkit-autofill,
.modal-game-login #password:-webkit-autofill,
.modal-game-login #login:-webkit-autofill:hover,
.modal-game-login #password:-webkit-autofill:hover,
.modal-game-login #login:-webkit-autofill:active,
.modal-game-login #password:-webkit-autofill:active,
.modal-game-login #login:-webkit-autofill:focus,
.modal-game-login #password:-webkit-autofill:focus,
.modal-game-login #login:-webkit-autofill::first-line,
.modal-game-login #password:-webkit-autofill::first-line {
  transition: background-color 5000000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 1000px #2b2b2b inset !important;
  -webkit-text-fill-color: white;
  color: white !important;
  font-size: 18px !important;
}
.mission {
  display: flex;
  justify-content: flex-start;
  color: white;
  font-size: 15px;
  margin-bottom: 4px;
  column-gap: 6px;
  padding: 6px 8px;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  border-radius: 9px;
}
.mission[data-state="InProgress"] circle {
  color: orange;
}
.mission[data-state="Failed"] .stechicons {
  color: red;
}
.mission[data-state="Succeeded"] .stechicons {
  color: green;
}
.mission[data-state="NotStartedYet"] .stechicons {
  color: grey;
}
.mission[data-state="NotAvailable"] .stechicons {
  color: grey;
}
.mission .stechicons {
  font-size: 21px;
}
.mission div:nth-child(2) {
  flex-grow: 100;
}
.mission__percentage {
  width: 20px;
  height: 20px;
  position: relative;
}
.mission__percentage:before {
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 100%;
  border: 3px solid rgba(255, 255, 255, 0.1);
}
.mission__percentage svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.mission__percentage svg circle {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke: currentColor;
  -webkit-transition: stroke-dasharray 0.4s;
  transition: stroke-dasharray 0.4s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.challenge {
  display: flex;
  justify-content: flex-start;
  color: white;
  font-size: 15px;
  margin-bottom: 4px;
  column-gap: 6px;
  padding: 6px 8px;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  border-radius: 9px;
}
.challenge .stechicons {
  font-size: 21px;
}
.challenge div:nth-child(2) {
  margin-left: auto;
}
.iconcasino {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'stechicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blink {
  -webkit-animation: blink 1s infinite;
  -moz-animation: blink 1s infinite;
  -ms-animation: blink 1s infinite;
  -o-animation: blink 1s infinite;
  animation: blink 1s infinite;
}
/* Blink Animation */
@-webkit-keyframes blink {
  from {
    color: #878787;
  }
  to {
    color: #fe485f;
  }
}
@-moz-keyframes blink {
  from {
    color: #878787;
  }
  to {
    color: #fe485f;
  }
}
@-ms-keyframes blink {
  from {
    color: #878787;
  }
  to {
    color: #fe485f;
  }
}
@-o-keyframes blink {
  from {
    color: #878787;
  }
  to {
    color: #fe485f;
  }
}
@keyframes blink {
  from {
    color: #878787;
  }
  to {
    color: #fe485f;
  }
}
div#easitZhhAfterLoginInfo {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #2b2b2b;
  border: 1px solid #474747;
  box-shadow: #000 0 0 20px;
  color: #fff;
  width: 100%;
  z-index: 2147483647;
}
@media (min-width: 768px) {
  div#easitZhhAfterLoginInfo {
    display: none;
  }
}
div#easitZhhAfterLoginInfo .zhh__container {
  text-align: center;
}
div#easitZhhAfterLoginInfo .zhh__progress-bar {
  display: block;
  height: 4px;
  width: 100%;
  margin-bottom: 4px;
  background-color: #fff;
}
div#easitZhhAfterLoginInfo .zhh__content {
  margin: 0 4px 0 4px;
}
div#easitZhhAfterLoginInfo .zhh__value-label {
  display: block;
  margin: 0;
  font-size: 14px;
}
div#easitZhhAfterLoginInfo .zhh__warning-text {
  margin: 0 4px 4px 4px;
  font-size: 12px;
  color: #999;
}
div#easitZhhAfterLoginInfo .zhh__btn {
  margin: 4px 0;
  color: white !important;
  border-color: #fff;
}
div#easitZhhAfterLoginInfo .zhh__value {
  display: block;
}
div#easitZhhAfterLoginInfo .zhh__link {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  div#easitZhhAfterLoginInfo .zhh__container {
    text-align: left;
  }
  div#easitZhhAfterLoginInfo .zhh__content,
  div#easitZhhAfterLoginInfo .zhh__warning-text {
    margin: 0 4px 4px 4px;
  }
  div#easitZhhAfterLoginInfo .zhh__content,
  div#easitZhhAfterLoginInfo .zhh__value {
    display: inline-block;
  }
  div#easitZhhAfterLoginInfo .zhh__btn {
    vertical-align: top;
    margin-left: 8px;
  }
}
@keyframes zhh-closing-animation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.confirmAgeCheckbox {
  padding-top: 15px;
  display: block !important;
  color: white;
  padding-bottom: 4px;
}
input#confirmAgeCheckbox[type="checkbox"] {
  display: none;
}
input#confirmAgeCheckbox[type="checkbox"]:checked + label #confirmAgeCheckboxCustom::after {
  position: absolute;
  top: -3px;
  left: 1px;
  content: '';
  transform: rotate(45deg);
  height: 12px;
  width: 7px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
}
input#confirmAgeCheckbox[type="checkbox"]:checked + label #confirmAgeCheckboxCustom {
  background: #191919;
}
.confirmAgeCheckbox label {
  cursor: pointer;
}
#confirmAgeCheckboxCustom {
  width: 10px;
  height: 10px;
  background: white;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  border-radius: 1px;
}
html.ios {
  height: 100dvh;
  overflow: scroll;
  touch-action: auto;
}
body.ios {
  overflow: auto;
  touch-action: auto;
  height: 2000lvh;
}
body.ios.fullscreen-locked {
  overflow: hidden;
  touch-action: none;
}
body.ios:has(.wrapper__overlay--open) {
  height: 100%;
}
body.ios > .wrapper {
  position: fixed;
  width: 100%;
  height: 100dvh;
}
#iosfullscreen-mask {
  display: none;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  z-index: 30;
  height: 2000lvh;
  width: 100%;
}
#iosfullscreen-mask .iosfullscreen-mask-logo {
  position: fixed;
  width: 147px;
  top: 13.8%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 568px) {
  #iosfullscreen-mask .iosfullscreen-mask-logo {
    display: none;
  }
}
#iosfullscreen-mask .fullscreen-locked {
  overflow: hidden !important;
  touch-action: none !important;
}
#iosfullscreen-mask .lvh {
  height: 100lvh;
  width: 0;
}
#iosfullscreen-mask .animation {
  background-color: transparent;
  background-repeat: no-repeat;
  width: 274px;
  height: 355px;
  background-position: 0px 0px;
  position: fixed;
  margin-top: -160px;
  margin-left: -137px;
  display: block;
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  top: 60%;
  left: 50%;
}
@media (min-width: 568px) {
  #iosfullscreen-mask .animation {
    top: 50%;
  }
}
#iosfullscreen-mask .animation.en {
  background-image: url('/Content/images/swipeup_en.png');
}
#iosfullscreen-mask .animation.sk {
  background-image: url('/Content/images/swipeup_sk.png');
}
#iosfullscreen-mask .animation.cs {
  background-image: url('/Content/images/swipeup_cz.png');
}
#iosfullscreen-mask .animation.lv {
  background-image: url('/Content/images/swipeup_lv.png');
}
#iosfullscreen-mask .animation.ru {
  background-image: url('/Content/images/swipeup_ru.png');
}
#iosfullscreen-mask .animation.f1 {
  width: 274px;
  height: 355px;
  background-position: 0px 0px;
}
#iosfullscreen-mask .animation.f2 {
  width: 274px;
  height: 355px;
  background-position: -274px 0px;
}
#iosfullscreen-mask .animation.f3 {
  width: 274px;
  height: 355px;
  background-position: -548px 0px;
}
#iosfullscreen-mask .animation.f4 {
  width: 274px;
  height: 355px;
  background-position: -822px 0px;
}
#iosfullscreen-mask .animation.f5 {
  width: 274px;
  height: 355px;
  background-position: 0px -355px;
}
#iosfullscreen-mask .animation.f6 {
  width: 274px;
  height: 355px;
  background-position: -274px -355px;
}
#iosfullscreen-mask .animation.f7 {
  width: 274px;
  height: 355px;
  background-position: -548px -355px;
}
#iosfullscreen-mask .animation.f8 {
  width: 274px;
  height: 355px;
  background-position: -822px -355px;
}
#iosfullscreen-mask .animation.f9 {
  width: 274px;
  height: 355px;
  background-position: 0px -710px;
}
#iosfullscreen-mask .animation.f10 {
  width: 274px;
  height: 355px;
  background-position: -274px -710px;
}
#iosfullscreen-mask .animation.f11 {
  width: 274px;
  height: 355px;
  background-position: -548px -710px;
}
#iosfullscreen-mask .animation.f12 {
  width: 274px;
  height: 355px;
  background-position: -822px -710px;
}
#iosfullscreen-mask .animation.f13 {
  width: 274px;
  height: 355px;
  background-position: 0px -1065px;
}
#iosfullscreen-mask .animation.f14 {
  width: 274px;
  height: 355px;
  background-position: -274px -1065px;
}
#iosfullscreen-mask .animation.f15 {
  width: 274px;
  height: 355px;
  background-position: -548px -1065px;
}
#iosfullscreen-mask .animation.f16 {
  width: 274px;
  height: 355px;
  background-position: -822px -1065px;
}
#iosfullscreen-mask .animation.f17 {
  width: 274px;
  height: 355px;
  background-position: 0px -1420px;
}
#iosfullscreen-mask .animation.f18 {
  width: 274px;
  height: 355px;
  background-position: -274px -1420px;
}
#iosfullscreen-mask .animation.f19 {
  width: 274px;
  height: 355px;
  background-position: -548px -1420px;
}
#iosfullscreen-mask .animation.f20 {
  width: 274px;
  height: 355px;
  background-position: -822px -1420px;
}
/* Fullscreen fixes */
.androidFullScreen {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
}
.androidFullScreen span {
  display: block;
  width: 80%;
  margin: 0 10%;
  height: auto;
  line-height: 50px;
  border: 1px solid Black;
  top: 50%;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  text-align: center;
  font-size: 2em;
  position: absolute;
}
iframe#launcher {
  display: none;
}
.wrapper__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrapper__footer {
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 568px) {
  .wrapper__footer {
    flex-wrap: nowrap;
  }
}
.wrapper-feature {
  line-height: 1.15;
}
@media (min-width: 768px) {
  .wrapper-feature {
    line-height: 21px;
  }
}
.wrapper-feature--balance {
  padding: 6px 12px;
  text-align: left;
  text-align: center;
  flex-basis: 100%;
}
@media (min-width: 568px) {
  .wrapper-feature--balance {
    flex-basis: calc(100% - 150px);
    text-align: left;
  }
}
@media (min-width: 768px) {
  .wrapper-feature--balance {
    font-size: 20px;
    line-height: 50px;
    flex-basis: calc(100% - 320px);
  }
}
@media (min-width: 1024px) {
  .wrapper-feature--balance {
    font-size: 20px;
    line-height: 50px;
    flex-basis: calc(50% - 160px);
  }
}
.wrapper-feature--jackpots {
  max-width: 150px;
  margin: 0 auto;
  flex-basis: 100%;
  overflow: hidden;
  height: 28px;
}
@media (min-width: 768px) {
  .wrapper-feature--jackpots {
    height: auto;
  }
}
.wrapper-feature--jackpots .item {
  overflow: hidden;
}
@media (min-width: 768px) {
  .wrapper-feature--jackpots .jackpot {
    padding: 7px 10px;
  }
}
.wrapper-feature--jackpots .jackpot .counter {
  height: 23px;
}
@media (min-width: 768px) {
  .wrapper-feature--jackpots .jackpot .counter {
    height: auto;
  }
}
.wrapper-feature--jackpots .jackpot .counter .wrapper::after {
  top: -5px;
}
@media (min-width: 568px) {
  .wrapper-feature--jackpots .jackpot .counter .wrapper::after {
    top: -6px;
  }
}
@media (min-width: 768px) {
  .wrapper-feature--jackpots .jackpot .counter .wrapper::after {
    top: 0px;
  }
}
@media (min-width: 568px) {
  .wrapper-feature--jackpots {
    flex-basis: 150px;
    padding-right: 6px;
    text-align: right;
    max-width: unset;
  }
}
@media (min-width: 768px) {
  .wrapper-feature--jackpots {
    flex-basis: 320px;
  }
}
@media (min-width: 1024px) {
  .wrapper-feature--jackpots {
    text-align: center;
    padding-right: 0px;
  }
}
.wrapper-feature--quick-mode-toggle {
  flex-basis: 100%;
  text-align: center;
}
.wrapper-feature--blank {
  display: none;
}
@media (min-width: 1024px) {
  .wrapper-feature--blank {
    display: block;
    flex-basis: calc(50% - 160px);
  }
}
.wrapper-feature--responsible-gaming-warning {
  flex: 0 0 100%;
  padding: 6px 12px;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 568px) {
  .wrapper-feature--responsible-gaming-warning {
    flex-basis: calc(100% - 200px);
    text-align: left;
    padding-bottom: 6px;
    flex-shrink: 1;
  }
}
@media (min-width: 768px) {
  .wrapper-feature--responsible-gaming-warning {
    flex: 1 1 0;
    text-align: left;
  }
}
.wrapper-feature--clear-loss {
  flex: 0 0 50%;
  padding: 0px 12px;
  font-size: 8.33px;
  opacity: 0.4;
  text-align: right;
  padding-right: 3px;
  display: flex;
  flex-direction: column;
  margin-top: 1px;
  line-height: 1;
  align-items: flex-end;
}
.wrapper-feature--clear-loss > span {
  position: relative;
  top: -3px;
  white-space: nowrap;
}
@media (min-width: 568px) {
  .wrapper-feature--clear-loss {
    flex: 1 0 80px;
  }
  .wrapper-feature--clear-loss > span {
    top: 0;
  }
}
@media (min-width: 768px) {
  .wrapper-feature--clear-loss {
    flex: 1 1 0;
    text-align: center;
    align-items: unset;
    line-height: 1.25;
  }
}
.wrapper-feature--address {
  flex: 0 0 26%;
  padding: 0px 12px;
  font-size: 8.33px;
  opacity: 0.4;
  padding-right: 3px;
  display: flex;
  flex-direction: column;
  margin-top: 1px;
  line-height: 1;
  text-align: left;
}
.wrapper-feature--address > span {
  position: relative;
  top: -3px;
  white-space: nowrap;
}
@media (min-width: 568px) {
  .wrapper-feature--address {
    flex: 1 0 80px;
  }
  .wrapper-feature--address > span {
    top: 0;
  }
}
@media (min-width: 768px) {
  .wrapper-feature--address {
    flex: 1 1 0;
    text-align: center;
    align-items: unset;
    line-height: 1.25;
  }
}
.wrapper-feature--address + .wrapper-feature--timers {
  flex: 1 0 19%;
  font-size: 10px;
  padding: 6px;
  text-align: right;
}
@media (min-width: 768px) {
  .wrapper-feature--address + .wrapper-feature--timers {
    flex: 1 1 0;
    text-align: right;
    padding: 6px 12px;
    font-size: 14px;
  }
}
.wrapper-feature--timers {
  flex: 0 0 50%;
  padding: 6px 12px;
  padding-top: 0;
  text-align: left;
  padding-left: 3px;
}
@media (min-width: 568px) {
  .wrapper-feature--timers {
    flex: 1 0 90px;
    text-align: right;
    padding-top: 6px;
  }
}
@media (min-width: 768px) {
  .wrapper-feature--timers {
    flex: 1 1 0;
    text-align: right;
  }
}
.wrapper-feature--favorites br {
  display: none;
}
.wrapper__feature--other > div label,
.wrapper__feature--wallet > div label,
.wrapper__feature--wallet-alternate > div label,
.wrapper__feature--other > a label,
.wrapper__feature--wallet > a label,
.wrapper__feature--wallet-alternate > a label {
  font-weight: normal;
  display: inline-flex;
  align-items: normal;
  cursor: pointer;
  gap: 9px;
  user-select: none;
  padding-left: 6px;
  margin: 0;
}
@media (min-width: 480px) {
  .wrapper__feature--other > div label,
  .wrapper__feature--wallet > div label,
  .wrapper__feature--wallet-alternate > div label,
  .wrapper__feature--other > a label,
  .wrapper__feature--wallet > a label,
  .wrapper__feature--wallet-alternate > a label {
    align-items: center;
  }
}
.wrapper__feature--other > div label input,
.wrapper__feature--wallet > div label input,
.wrapper__feature--wallet-alternate > div label input,
.wrapper__feature--other > a label input,
.wrapper__feature--wallet > a label input,
.wrapper__feature--wallet-alternate > a label input {
  display: none;
}
.wrapper__feature--other > div label .checkmark,
.wrapper__feature--wallet > div label .checkmark,
.wrapper__feature--wallet-alternate > div label .checkmark,
.wrapper__feature--other > a label .checkmark,
.wrapper__feature--wallet > a label .checkmark,
.wrapper__feature--wallet-alternate > a label .checkmark {
  width: 14px;
  height: 14px;
  background-color: black;
  border: 2px solid white;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}
.wrapper__feature--other > div label input:checked + .checkmark::after,
.wrapper__feature--wallet > div label input:checked + .checkmark::after,
.wrapper__feature--wallet-alternate > div label input:checked + .checkmark::after,
.wrapper__feature--other > a label input:checked + .checkmark::after,
.wrapper__feature--wallet > a label input:checked + .checkmark::after,
.wrapper__feature--wallet-alternate > a label input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 4px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.mobileApp .wrapper {
    width: 100%;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* oswald-regular - latin-ext_latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/google-fonts/fonts/oswald-v16-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oswald Regular'), local('Oswald-Regular'),
       url('/fonts/google-fonts/fonts/oswald-v16-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/google-fonts/fonts/oswald-v16-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/google-fonts/fonts/oswald-v16-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/google-fonts/fonts/oswald-v16-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/google-fonts/fonts/oswald-v16-latin-ext_latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-700 - latin-ext_latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/google-fonts/fonts/oswald-v16-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Oswald Bold'), local('Oswald-Bold'),
       url('/fonts/google-fonts/fonts/oswald-v16-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/google-fonts/fonts/oswald-v16-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/google-fonts/fonts/oswald-v16-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/google-fonts/fonts/oswald-v16-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/google-fonts/fonts/oswald-v16-latin-ext_latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin-ext_latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/google-fonts/fonts/roboto-condensed-v16-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), 
        url('/fonts/google-fonts/fonts/roboto-condensed-v16-latin_cyrillic_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/fonts/google-fonts/fonts/roboto-condensed-v16-latin_cyrillic_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('/fonts/google-fonts/fonts/roboto-condensed-v16-latin_cyrillic_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
        url('/fonts/google-fonts/fonts/roboto-condensed-v16-latin_cyrillic_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('/fonts/google-fonts/fonts/roboto-condensed-v16-latin_cyrillic_latin-ext-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin_cyrillic_latin-ext_latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/google-fonts/fonts/roboto-condensed-v16-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('/fonts/google-fonts/fonts/roboto-condensed-v16-latin_cyrillic_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/google-fonts/fonts/roboto-condensed-v16-latin_cyrillic_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/google-fonts/fonts/roboto-condensed-v16-latin_cyrillic_latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/google-fonts/fonts/roboto-condensed-v16-latin_cyrillic_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/google-fonts/fonts/roboto-condensed-v16-latin_cyrillic_latin-ext-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/google-fonts/fonts/poppins-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Poppins'), local('Poppins'), /* IE6-IE8 */
    url('/fonts/google-fonts/fonts/poppins-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/google-fonts/fonts/poppins-v20-latin-700.woff') format('woff'), /* Modern Browsers */
    url('/fonts/google-fonts/fonts/poppins-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/google-fonts/fonts/poppins-v20-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/google-fonts/fonts/poppins-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Poppins'), local('Poppins'), /* IE6-IE8 */
    url('/fonts/google-fonts/fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/google-fonts/fonts/poppins-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/google-fonts/fonts/poppins-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/google-fonts/fonts/poppins-v20-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* Prompt-400 */
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/google-fonts/fonts/Prompt-Regular.eot'); /* IE9 Compat Modes */
    src: local('Prompt'), local('Prompt'), /* IE6-IE8 */
    url('/fonts/google-fonts/fonts/Prompt-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/google-fonts/fonts/Prompt-Regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/google-fonts/fonts/Prompt-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/google-fonts/fonts/Prompt-Regular.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* Prompt-700 */
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/google-fonts/fonts/Prompt-Bold.eot'); /* IE9 Compat Modes */
    src: local('Prompt'), local('Prompt'), /* IE6-IE8 */
    url('/fonts/google-fonts/fonts/Prompt-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/google-fonts/fonts/Prompt-Bold.woff') format('woff'), /* Modern Browsers */
    url('/fonts/google-fonts/fonts/Prompt-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/google-fonts/fonts/Prompt-Bold.svg#Prompt') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'stechicons';
  src:  url('/fonts/stechicons/fonts/stechicons.eot?4dg1q3');
  src:  url('/fonts/stechicons/fonts/stechicons.eot?4dg1q3#iefix') format('embedded-opentype'),
    url('/fonts/stechicons/fonts/stechicons.ttf?4dg1q3') format('truetype'),
    url('/fonts/stechicons/fonts/stechicons.woff?4dg1q3') format('woff'),
    url('/fonts/stechicons/fonts/stechicons.svg?4dg1q3#stechicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.stechicons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'stechicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-push-gaming:before {
  content: "\ea69";
}
.icon-provider-76:before {
  content: "\ea69";
}
.icon-excellent-reel:before {
  content: "\ea67";
}
.icon-provider-80:before {
  content: "\ea67";
}
.icon-popok:before {
  content: "\ea65";
}
.icon-provider-77:before {
  content: "\ea65";
}
.icon-spinoro:before {
  content: "\ea64";
}
.icon-provider-74:before {
  content: "\ea64";
}
.icon-synot-live:before {
  content: "\ea63";
}
.icon-provider-79:before {
  content: "\ea63";
}
.icon-btg:before {
  content: "\ea61";
}
.icon-provider-75:before {
  content: "\ea61";
}
.icon-slot-matrix:before {
  content: "\ea62";
}
.icon-provider-66:before {
  content: "\ea62";
}
.icon-egt-digital:before {
  content: "\ea60";
}
.icon-provider-73:before {
  content: "\ea60";
}
.icon-xgames:before {
  content: "\ea5c";
}
.icon-provider-64:before {
  content: "\ea5c";
}
.icon-hacksaw:before {
  content: "\ea58";
}
.icon-provider-71:before {
  content: "\ea58";
}
.icon-synot-interactive:before {
  content: "\e9fd";
}
.icon-provider-67:before {
  content: "\e9fd";
}
.icon-habanero:before {
  content: "\e9f6";
}
.icon-provider-70:before {
  content: "\e9f6";
}
.icon-ruby-play:before {
  content: "\e9f2";
}
.icon-provider-72:before {
  content: "\e9f2";
}
.icon-bigwin:before {
  content: "\e9f0";
}
.icon-provider-68:before {
  content: "\e9f0";
}
.icon-platipus:before {
  content: "\e9e4";
}
.icon-provider-65:before {
  content: "\e9e4";
}
.icon-king-show:before {
  content: "\e9e3";
}
.icon-provider-69:before {
  content: "\e9e3";
}
.icon-novomatic:before {
  content: "\e9e1";
}
.icon-provider-19:before {
  content: "\e9e1";
}
.icon-games-global:before {
  content: "\e97f";
}
.icon-provider-3:before {
  content: "\e97f";
}
.icon-allodium:before {
  content: "\e9a6";
}
.icon-provider-58:before {
  content: "\e9a6";
}
.icon-esa-gaming:before {
  content: "\e981";
}
.icon-provider-63:before {
  content: "\e981";
}
.icon-rilgord:before {
  content: "\e9a8";
}
.icon-provider-100:before {
  content: "\e9a8";
}
.icon-red-tiger:before {
  content: "\e9a7";
}
.icon-provider-61:before {
  content: "\e9a7";
}
.icon-barbarabang:before {
  content: "\e9b7";
}
.icon-provider-62:before {
  content: "\e9b7";
}
.icon-yggdrasil:before {
  content: "\e9a9";
}
.icon-provider-59:before {
  content: "\e9a9";
}
.icon-galaxsys:before {
  content: "\e9b1";
}
.icon-provider-60:before {
  content: "\e9b1";
}
.icon-mascot-gaming:before {
  content: "\e9af";
}
.icon-provider-56:before {
  content: "\e9af";
}
.icon-casimi:before {
  content: "\e9b2";
}
.icon-provider-57:before {
  content: "\e9b2";
}
.icon-bluberi:before {
  content: "\e9b0";
}
.icon-provider-54:before {
  content: "\e9b0";
}
.icon-q-logic:before {
  content: "\e9ad";
}
.icon-provider-55:before {
  content: "\e9ad";
}
.icon-indigo-magic:before {
  content: "\e9ac";
}
.icon-provider-52:before {
  content: "\e9ac";
}
.icon-bgaming:before {
  content: "\e9ab";
}
.icon-provider-51:before {
  content: "\e9ab";
}
.icon-actionline:before {
  content: "\e9bb";
}
.icon-provider-1001:before {
  content: "\e9bb";
}
.icon-provider-24:before {
  content: "\e9bb";
}
.icon-betgames-tv:before {
  content: "\e9d9";
}
.icon-provider-23:before {
  content: "\e9d9";
}
.icon-evolution-gaming:before {
  content: "\e9da";
}
.icon-provider-36:before {
  content: "\e9da";
}
.icon-nolimit-city:before {
  content: "\e9db";
}
.icon-provider-44:before {
  content: "\e9db";
}
.icon-superlotto:before {
  content: "\e9dc";
}
.icon-provider-45:before {
  content: "\e9dc";
}
.icon-adell:before {
  content: "\e9a5";
}
.icon-provider-49:before {
  content: "\e9a5";
}
.icon-wazdan:before {
  content: "\e9a4";
}
.icon-provider-48:before {
  content: "\e9a4";
}
.icon-blue-guru:before {
  content: "\e9a2";
}
.icon-provider-47:before {
  content: "\e9a2";
}
.icon-retro-gaming:before {
  content: "\e9a3";
}
.icon-provider-46:before {
  content: "\e9a3";
}
.icon-winfast:before {
  content: "\e9ae";
}
.icon-provider-53:before {
  content: "\e9ae";
}
.icon-betsoft:before {
  content: "\e98f";
}
.icon-provider-7:before {
  content: "\e98f";
}
.icon-atomic-slot-lab:before {
  content: "\e971";
}
.icon-provider-43:before {
  content: "\e971";
}
.icon-booming-games:before {
  content: "\e990";
}
.icon-provider-5:before {
  content: "\e990";
}
.icon-booongo-games:before {
  content: "\e991";
}
.icon-provider-17:before {
  content: "\e991";
}
.icon-jpm:before {
  content: "\e992";
}
.icon-provider-2:before {
  content: "\e992";
}
.icon-king-diamonds:before {
  content: "\e993";
}
.icon-provider-12:before {
  content: "\e993";
}
.icon-playngo:before {
  content: "\e994";
}
.icon-provider-9:before {
  content: "\e994";
}
.icon-playtech:before {
  content: "\e995";
}
.icon-provider-4:before {
  content: "\e995";
}
.icon-bf-games:before {
  content: "\e989";
}
.icon-provider-38:before {
  content: "\e989";
}
.icon-ct-gaming:before {
  content: "\e98a";
}
.icon-provider-22:before {
  content: "\e98a";
}
.icon-ezugi:before {
  content: "\e98b";
}
.icon-provider-14:before {
  content: "\e98b";
}
.icon-gameart:before {
  content: "\e98c";
}
.icon-provider-41:before {
  content: "\e98c";
}
.icon-spinmatic:before {
  content: "\e98d";
}
.icon-provider-40:before {
  content: "\e98d";
}
.icon-spinomenal:before {
  content: "\e98e";
}
.icon-provider-42:before {
  content: "\e98e";
}
.icon-apollo-games:before {
  content: "\e96e";
}
.icon-provider-15:before {
  content: "\e96e";
}
.icon-betinsight:before {
  content: "\e970";
}
.icon-provider-11:before {
  content: "\e970";
}
.icon-arcadem:before {
  content: "\e96f";
}
.icon-provider-30:before {
  content: "\e96f";
}
.icon-easit:before {
  content: "\e972";
}
.icon-provider-1:before {
  content: "\e972";
}
.icon-egaming:before {
  content: "\e973";
}
.icon-provider-34:before {
  content: "\e973";
}
.icon-amusnet:before {
  content: "\e974";
}
.icon-provider-20:before {
  content: "\e974";
}
.icon-endorphina:before {
  content: "\e975";
}
.icon-provider-6:before {
  content: "\e975";
}
.icon-evoplay:before {
  content: "\e976";
}
.icon-provider-37:before {
  content: "\e976";
}
.icon-fazi:before {
  content: "\e977";
}
.icon-provider-13:before {
  content: "\e977";
}
.icon-gamomat:before {
  content: "\e978";
}
.icon-provider-28:before {
  content: "\e978";
}
.icon-givme-games:before {
  content: "\e979";
}
.icon-provider-31:before {
  content: "\e979";
}
.icon-igt:before {
  content: "\e97b";
}
.icon-provider-16:before {
  content: "\e97b";
}
.icon-golden-hero:before {
  content: "\e97a";
}
.icon-provider-32:before {
  content: "\e97a";
}
.icon-isoftbet:before {
  content: "\e97c";
}
.icon-kajot:before {
  content: "\e97d";
}
.icon-provider-18:before {
  content: "\e97d";
}
.icon-kalamba:before {
  content: "\e97e";
}
.icon-provider-29:before {
  content: "\e97e";
}
.icon-provider-35:before {
  content: "\e97e";
}
.icon-netent:before {
  content: "\e980";
}
.icon-provider-21:before {
  content: "\e980";
}
.icon-oryx:before {
  content: "\e982";
}
.icon-provider-25:before {
  content: "\e982";
}
.icon-peter-and-sons:before {
  content: "\e983";
}
.icon-provider-33:before {
  content: "\e983";
}
.icon-playson:before {
  content: "\e984";
}
.icon-provider-10:before {
  content: "\e984";
}
.icon-pragmatic-play:before {
  content: "\e985";
}
.icon-provider-39:before {
  content: "\e985";
}
.icon-synot-games:before {
  content: "\ea66";
}
.icon-provider-8:before {
  content: "\ea66";
}
.icon-synot:before {
  content: "\e986";
}
.icon-provider-99:before {
  content: "\e986";
}
.icon-tech4bet:before {
  content: "\e987";
}
.icon-provider-26:before {
  content: "\e987";
}
.icon-tom-horn:before {
  content: "\e988";
}
.icon-provider-27:before {
  content: "\e988";
}
.icon-maximize:before {
  content: "\ea59";
}
.icon-sort:before {
  content: "\ea5d";
}
.icon-sort-down:before {
  content: "\ea5e";
}
.icon-sort-down-alt:before {
  content: "\ea5f";
}
.icon-times-alt:before {
  content: "\ea5a";
}
.icon-minimize:before {
  content: "\ea5b";
}
.icon-address-card-o:before {
  content: "\e9fe";
}
.icon-address-card:before {
  content: "\e9ff";
}
.icon-adjust:before {
  content: "\ea06";
}
.icon-android-alt:before {
  content: "\ea07";
}
.icon-angle-down:before {
  content: "\ea08";
}
.icon-angle-left:before {
  content: "\ea09";
}
.icon-angle-right:before {
  content: "\ea0a";
}
.icon-angle-up:before {
  content: "\ea0b";
}
.icon-arrow-circle-down:before {
  content: "\ea0c";
}
.icon-arrow-circle-left:before {
  content: "\ea0d";
}
.icon-arrow-circle-right:before {
  content: "\ea0e";
}
.icon-arrow-circle-up:before {
  content: "\ea0f";
}
.icon-arrow-down:before {
  content: "\ea10";
}
.icon-arrow-left:before {
  content: "\ea11";
}
.icon-arrow-right:before {
  content: "\ea12";
}
.icon-arrow-up:before {
  content: "\ea13";
}
.icon-asterisk:before {
  content: "\ea14";
}
.icon-award:before {
  content: "\ea15";
}
.icon-bell:before {
  content: "\ea16";
}
.icon-calendar:before {
  content: "\ea17";
}
.icon-caret-down:before {
  content: "\ea18";
}
.icon-caret-left:before {
  content: "\ea19";
}
.icon-caret-right:before {
  content: "\ea1a";
}
.icon-caret-up:before {
  content: "\ea1b";
}
.icon-check:before {
  content: "\ea1c";
}
.icon-circle-notch:before {
  content: "\ea1d";
}
.icon-circle-o:before {
  content: "\ea1e";
}
.icon-circle:before {
  content: "\ea1f";
}
.icon-cloud-upload:before {
  content: "\ea20";
}
.icon-comment-o:before {
  content: "\ea21";
}
.icon-comment:before {
  content: "\ea22";
}
.icon-credit-card:before {
  content: "\ea23";
}
.icon-creditcard:before {
  content: "\e94f";
}
.icon-credit-card-o:before {
  content: "\e94f";
}
.icon-crop:before {
  content: "\ea24";
}
.icon-euro-sign:before {
  content: "\ea25";
}
.icon-exchange:before {
  content: "\ea26";
}
.icon-exclamation-circle:before {
  content: "\ea27";
}
.icon-exclamation-triangle:before {
  content: "\ea28";
}
.icon-exclamation:before {
  content: "\ea29";
}
.icon-external-link:before {
  content: "\ea2a";
}
.icon-facebook-square:before {
  content: "\ea2b";
}
.icon-facebook:before {
  content: "\ea2c";
}
.icon-file:before {
  content: "\ea2d";
}
.icon-fire-alt:before {
  content: "\ea2e";
}
.icon-fire:before {
  content: "\ea2f";
}
.icon-gavel:before {
  content: "\ea30";
}
.icon-heart-o:before {
  content: "\ea31";
}
.icon-heart:before {
  content: "\ea32";
}
.icon-info-solid:before {
  content: "\ea33";
}
.icon-instagram-square:before {
  content: "\ea34";
}
.icon-instagram:before {
  content: "\ea35";
}
.icon-lock-open-solid:before {
  content: "\ea36";
}
.icon-lock-solid:before {
  content: "\ea37";
}
.icon-map-marker:before {
  content: "\ea38";
}
.icon-phone:before {
  content: "\ea39";
}
.icon-plus-circle:before {
  content: "\ea3a";
}
.icon-print:before {
  content: "\ea3b";
}
.icon-question:before {
  content: "\ea3c";
}
.icon-random:before {
  content: "\ea3d";
}
.icon-sign-out:before {
  content: "\ea3e";
}
.icon-snowflake-alt:before {
  content: "\ea3f";
}
.icon-snowflake:before {
  content: "\ea40";
}
.icon-sort-amount-down-alt:before {
  content: "\ea41";
}
.icon-sort-amount-down:before {
  content: "\ea42";
}
.icon-sort-amount-up-alt:before {
  content: "\ea43";
}
.icon-sort-amount-up:before {
  content: "\ea44";
}
.icon-spinner:before {
  content: "\ea45";
}
.icon-tasks:before {
  content: "\ea46";
}
.icon-th:before {
  content: "\ea47";
}
.icon-times:before {
  content: "\ea48";
}
.icon-trash:before {
  content: "\ea49";
}
.icon-undo:before {
  content: "\ea4a";
}
.icon-repeat:before {
  content: "\ea4a";
}
.icon-university:before {
  content: "\ea4b";
}
.icon-unlock-solid:before {
  content: "\ea4c";
}
.icon-upload:before {
  content: "\ea4d";
}
.icon-usd:before {
  content: "\ea4e";
}
.icon-user-circle:before {
  content: "\ea4f";
}
.icon-user-plus-alt:before {
  content: "\ea50";
}
.icon-user-plus:before {
  content: "\ea51";
}
.icon-wpforms:before {
  content: "\ea52";
}
.icon-wrench:before {
  content: "\ea53";
}
.icon-x-twitter-square:before {
  content: "\ea54";
}
.icon-twitter-square:before {
  content: "\ea54";
}
.icon-x-twitter:before {
  content: "\ea55";
}
.icon-twitter:before {
  content: "\ea55";
}
.icon-youtube-square:before {
  content: "\ea56";
}
.icon-youtube:before {
  content: "\ea57";
}
.icon-cashgame:before {
  content: "\e9f3";
}
.icon-fast-cashgame:before {
  content: "\e9f4";
}
.icon-sit-and-go:before {
  content: "\e9f5";
}
.icon-medal-n:before {
  content: "\e9eb";
}
.icon-medal-s:before {
  content: "\e9ef";
}
.icon-medal-pl:before {
  content: "\e9ed";
}
.icon-medal-l:before {
  content: "\e9ea";
}
.icon-medal-k:before {
  content: "\e9e9";
}
.icon-medal-fr:before {
  content: "\e9e8";
}
.icon-medal-f:before {
  content: "\e9e7";
}
.icon-medal-b:before {
  content: "\e9e6";
}
.icon-medal-ad:before {
  content: "\e9e5";
}
.icon-medal-nl:before {
  content: "\e9ec";
}
.icon-medal-re:before {
  content: "\e9ee";
}
.icon-circle-shift:before {
  content: "\e9f1";
}
.icon-fold:before {
  content: "\e9f9";
}
.icon-sb:before {
  content: "\e9fa";
}
.icon-bb:before {
  content: "\e9fb";
}
.icon-shift-down:before {
  content: "\ea05";
}
.icon-shift-up:before {
  content: "\ea04";
}
.icon-shift:before {
  content: "\ea03";
}
.icon-challenge:before {
  content: "\e9e2";
}
.icon-table:before {
  content: "\ea02";
}
.icon-spades:before {
  content: "\ea01";
}
.icon-logo-apple:before {
  content: "\e9f7";
}
.icon-logo-android:before {
  content: "\e9f8";
}
.icon-buy-in:before {
  content: "\ea00";
}
.icon-security-check:before {
  content: "\e9df";
}
.icon-shield:before {
  content: "\e9e0";
}
.icon-money-transfer:before {
  content: "\e9d2";
}
.icon-box-archive:before {
  content: "\e9d3";
}
.icon-envelope:before {
  content: "\e9d4";
}
.icon-envelope-o:before {
  content: "\e9d5";
}
.icon-toggle-switch-off:before {
  content: "\e9d6";
}
.icon-toggle-switch-on:before {
  content: "\e9d7";
}
.icon-box:before {
  content: "\e9d8";
}
.icon-apple-o:before {
  content: "\e9b3";
}
.icon-apple:before {
  content: "\e9b4";
}
.icon-banknotes-o:before {
  content: "\e9b5";
}
.icon-zapis-do-rvo:before {
  content: "\e9fc";
}
.icon-banknotes:before {
  content: "\e9b6";
}
.icon-barrel-o:before {
  content: "\e9b8";
}
.icon-barrel-with-oil-o:before {
  content: "\e9b9";
}
.icon-barrel-with-oil:before {
  content: "\e9ba";
}
.icon-barrel:before {
  content: "\e9dd";
}
.icon-book-o:before {
  content: "\e9bc";
}
.icon-book:before {
  content: "\e9bd";
}
.icon-boom-o:before {
  content: "\e9be";
}
.icon-watermelon:before {
  content: "\ea68";
}
.icon-carrot:before {
  content: "\e9bf";
}
.icon-coins-o:before {
  content: "\e9c0";
}
.icon-dollar:before {
  content: "\e9c1";
}
.icon-euro:before {
  content: "\e9c2";
}
.icon-gold-brick-o:before {
  content: "\e9c3";
}
.icon-gold-brick:before {
  content: "\e9c4";
}
.icon-lollipop-o:before {
  content: "\e9c7";
}
.icon-lollipop:before {
  content: "\e9c8";
}
.icon-bomb:before {
  content: "\e996";
}
.icon-boom:before {
  content: "\e997";
}
.icon-megaways:before {
  content: "\e9c9";
}
.icon-news:before {
  content: "\e9ca";
}
.icon-orange:before {
  content: "\e9cb";
}
.icon-passport:before {
  content: "\e9cc";
}
.icon-id-card:before {
  content: "\e9c5";
}
.icon-plum:before {
  content: "\e9cd";
}
.icon-strawberry:before {
  content: "\e9ce";
}
.icon-unlock:before {
  content: "\e9cf";
}
.icon-lock:before {
  content: "\e9c6";
}
.icon-wallet:before {
  content: "\e9d1";
}
.icon-up:before {
  content: "\e9d0";
}
.icon-card-symbols:before {
  content: "\e998";
}
.icon-coins:before {
  content: "\e999";
}
.icon-crown:before {
  content: "\e99a";
}
.icon-dice:before {
  content: "\e99b";
}
.icon-four-leaf-clover:before {
  content: "\e99c";
}
.icon-gun:before {
  content: "\e99d";
}
.icon-chip:before {
  content: "\e99e";
}
.icon-machine:before {
  content: "\e99f";
}
.icon-pumpkin:before {
  content: "\e9a0";
}
.icon-vip:before {
  content: "\e9a1";
}
.icon-grid:before {
  content: "\e9de";
}
.icon-grid-r:before {
  content: "\e9aa";
}
.icon-laurel-wreath:before {
  content: "\e96d";
}
.icon-st-logo:before {
  content: "\e968";
}
.icon-st-casino:before {
  content: "\e969";
}
.icon-st-poker:before {
  content: "\e96a";
}
.icon-st-sport:before {
  content: "\e96b";
}
.icon-st-loterie:before {
  content: "\e96c";
}
.icon-error:before {
  content: "\e965";
}
.icon-times-circle:before {
  content: "\e965";
}
.icon-success:before {
  content: "\e966";
}
.icon-check-circle:before {
  content: "\e966";
}
.icon-warning:before {
  content: "\e967";
}
.icon-time:before {
  content: "\e951";
}
.icon-clock:before {
  content: "\e951";
}
.icon-time-o:before {
  content: "\e964";
}
.icon-clock-o:before {
  content: "\e964";
}
.icon-all:before {
  content: "\e94b";
}
.icon-bank:before {
  content: "\e94c";
}
.icon-building:before {
  content: "\e94c";
}
.icon-bank-o:before {
  content: "\e94d";
}
.icon-building-o:before {
  content: "\e94d";
}
.icon-money:before {
  content: "\e95b";
}
.icon-cog:before {
  content: "\e94e";
}
.icon-date:before {
  content: "\e950";
}
.icon-filter:before {
  content: "\e952";
}
.icon-history:before {
  content: "\e953";
}
.icon-quest:before {
  content: "\e95e";
}
.icon-info-o:before {
  content: "\e954";
}
.icon-list:before {
  content: "\e956";
}
.icon-login:before {
  content: "\e957";
}
.icon-login-o:before {
  content: "\e958";
}
.icon-logout:before {
  content: "\e959";
}
.icon-menu2:before {
  content: "\e95a";
}
.icon-pen:before {
  content: "\e95c";
}
.icon-play:before {
  content: "\e95d";
}
.icon-register:before {
  content: "\e95f";
}
.icon-register-o:before {
  content: "\e960";
}
.icon-search:before {
  content: "\e961";
}
.icon-user-o:before {
  content: "\e962";
}
.icon-invisible:before {
  content: "\e955";
}
.icon-visible:before {
  content: "\e963";
}
.icon-deposit:before {
  content: "\e93a";
}
.icon-desktop:before {
  content: "\e93b";
}
.icon-ivr:before {
  content: "\e93c";
}
.icon-limits:before {
  content: "\e93d";
}
.icon-livechat:before {
  content: "\e93e";
}
.icon-loyalty:before {
  content: "\e93f";
}
.icon-mobile:before {
  content: "\e940";
}
.icon-moon:before {
  content: "\e941";
}
.icon-shops:before {
  content: "\e942";
}
.icon-slotmachine:before {
  content: "\e943";
}
.icon-sratch-cards-b:before {
  content: "\e944";
}
.icon-sun:before {
  content: "\e945";
}
.icon-tablet:before {
  content: "\e946";
}
.icon-terminal:before {
  content: "\e947";
}
.icon-virtual-sports:before {
  content: "\e948";
}
.icon-vlt:before {
  content: "\e949";
}
.icon-3-reel-slots:before {
  content: "\e900";
}
.icon-slots-3-reel:before {
  content: "\e900";
}
.icon-4-reel-slots:before {
  content: "\e901";
}
.icon-slots-4-reel:before {
  content: "\e901";
}
.icon-5-reel-slots:before {
  content: "\e902";
}
.icon-slots-5-reel:before {
  content: "\e902";
}
.icon-back:before {
  content: "\e903";
}
.icon-bonus:before {
  content: "\e904";
}
.icon-gift:before {
  content: "\e904";
}
.icon-cards:before {
  content: "\e905";
}
.icon-cashback:before {
  content: "\e906";
}
.icon-casino:before {
  content: "\e92f";
}
.icon-christmas-miracle:before {
  content: "\e90d";
}
.icon-extra-games:before {
  content: "\e907";
}
.icon-favorite:before {
  content: "\e932";
}
.icon-star:before {
  content: "\e932";
}
.icon-favorite-o:before {
  content: "\e908";
}
.icon-star-o:before {
  content: "\e908";
}
.icon-finished:before {
  content: "\e909";
}
.icon-freespin:before {
  content: "\e90a";
}
.icon-home:before {
  content: "\e90b";
}
.icon-hot:before {
  content: "\e90c";
}
.icon-info:before {
  content: "\e90e";
}
.icon-jackpot:before {
  content: "\e90f";
}
.icon-jackpot-alt:before {
  content: "\e910";
}
.icon-leave-table:before {
  content: "\e911";
}
.icon-links:before {
  content: "\e912";
}
.icon-links-alt:before {
  content: "\e913";
}
.icon-live:before {
  content: "\e936";
}
.icon-eurojackpot:before {
  content: "\e930";
}
.icon-euro-miliony:before {
  content: "\e931";
}
.icon-e-klub-keno:before {
  content: "\e94a";
}
.icon-joker:before {
  content: "\e933";
}
.icon-keno-10:before {
  content: "\e934";
}
.icon-keno-10-joker:before {
  content: "\e935";
}
.icon-loto:before {
  content: "\e937";
}
.icon-loto-5-z-35:before {
  content: "\e938";
}
.icon-lottery:before {
  content: "\e939";
}
.icon-lottery-alt:before {
  content: "\e914";
}
.icon-max-power:before {
  content: "\e915";
}
.icon-menu:before {
  content: "\e916";
}
.icon-bars:before {
  content: "\e916";
}
.icon-minimum-bet:before {
  content: "\e917";
}
.icon-new:before {
  content: "\e918";
}
.icon-players:before {
  content: "\e919";
}
.icon-podium:before {
  content: "\e91a";
}
.icon-prize-pool:before {
  content: "\e91b";
}
.icon-bag-of-money:before {
  content: "\e91b";
}
.icon-recommended:before {
  content: "\e91c";
}
.icon-top:before {
  content: "\e91c";
}
.icon-results:before {
  content: "\e91d";
}
.icon-roulette:before {
  content: "\e91e";
}
.icon-score:before {
  content: "\e91f";
}
.icon-score-alt:before {
  content: "\e920";
}
.icon-scratch-cards:before {
  content: "\e921";
}
.icon-slots:before {
  content: "\e922";
}
.icon-spin:before {
  content: "\e923";
}
.icon-refresh:before {
  content: "\e923";
}
.icon-sports:before {
  content: "\e924";
}
.icon-stats:before {
  content: "\e925";
}
.icon-timer:before {
  content: "\e926";
}
.icon-timer2:before {
  content: "\e927";
}
.icon-tournaments:before {
  content: "\e928";
}
.icon-trophy:before {
  content: "\e928";
}
.icon-user:before {
  content: "\e929";
}
.icon-video-poker:before {
  content: "\e92a";
}
.icon-vip-casino:before {
  content: "\e92b";
}
.icon-diamond:before {
  content: "\e92b";
}
.icon-vip-promo:before {
  content: "\e92c";
}
.icon-diamond-o:before {
  content: "\e92c";
}
.icon-win-boost:before {
  content: "\e92d";
}
.icon-win-rules:before {
  content: "\e92e";
}

.jackpots-all__provider--operator-synottip {
  background-image: url(/Content/images/jackpot/synottip/column_bg.jpg);
}
@media (min-width: 768px) {
  .area--main .jackpots-all__provider--operator-synottip {
    background-image: url(/Content/images/jackpot/synottip/row_bg.jpg);
  }
}
.jackpots-all__provider--operator-synottip .jackpots-all__logo {
  background-image: url(/Content/images/jackpot/synottip/logo_synottip.png);
  position: relative;
  top: 7%;
  background-size: 74% auto;
}
@media (min-width: 768px) {
  .area--main .jackpots-all__provider--operator-synottip .jackpots-all__logo {
    top: 0;
  }
}
.jackpots-all__provider--operator-synottip .jackpots-all__counter--gold {
  margin-top: 11%;
}
@media (min-width: 768px) {
  .area--main .jackpots-all__provider--operator-synottip .jackpots-all__counter--gold {
    margin-top: 0;
    margin-left: 16.5%;
  }
}
.jackpots-all__provider--operator-synottip .jackpots-all__counter .jackpot-generic.gold .counter:before {
  background-image: url('/Content/Images/jackpot/synottip/label-gold.png');
}
.jackpots-all__provider--operator-synottip .jackpots-all__counter .jackpot-generic.silver .counter:before {
  background-image: url('/Content/Images/jackpot/synottip/label-silver.png');
}
.jackpots-all__provider--operator-synottip .jackpots-all__counter .jackpot-generic.bronze .counter:before {
  background-image: url('/Content/Images/jackpot/synottip/label-bronze.png');
}
.jackpots-all__provider--operator-synottip .jackpots-all__counter .jackpot-generic.czk.gold .counter:after {
  background-image: url('/Content/Images/jackpot/synottip/currency-czk-gold_v.png');
}
.jackpots-all__provider--operator-synottip .jackpots-all__counter .jackpot-generic.czk.silver .counter:after {
  background-image: url('/Content/Images/jackpot/synottip/currency-czk-silver_v.png');
}
.jackpots-all__provider--operator-synottip .jackpots-all__counter .jackpot-generic.czk.bronze .counter:after {
  background-image: url('/Content/Images/jackpot/synottip/currency-czk-bronze_v.png');
}
.jackpot-generic.theme-synottip.withborderanimation.gold .counter::before {
  background-image: url('/Content/Images/jackpot/synottip/label-gold.png');
}
.jackpot-generic.theme-synottip.withborderanimation.gold .counter::after {
  background-image: url('/Content/Images/jackpot/synottip/currency-czk-gold_v.png');
  border-color: #f1db7b;
}
.jackpot-generic.theme-synottip.withborderanimation.gold .counter .wrapper::after {
  background-image: url('/Content/Images/jackpot/synottip/separator-gold.png');
}
.jackpot-generic.theme-synottip.withborderanimation.silver .counter::before {
  background-image: url('/Content/Images/jackpot/synottip/label-silver.png');
}
.jackpot-generic.theme-synottip.withborderanimation.silver .counter::after {
  background-image: url('/Content/Images/jackpot/synottip/currency-czk-silver_v.png');
  border-color: #cbe6ec;
}
.jackpot-generic.theme-synottip.withborderanimation.silver .counter .wrapper::after {
  background-image: url('/Content/Images/jackpot/synottip/separator-silver.png');
}
.jackpot-generic.theme-synottip.withborderanimation.bronze .counter::before {
  background-image: url('/Content/Images/jackpot/synottip/label-bronze.png');
}
.jackpot-generic.theme-synottip.withborderanimation.bronze .counter::after {
  background-image: url('/Content/Images/jackpot/synottip/currency-czk-bronze_v.png');
  border-color: #ffb66e;
}
.jackpot-generic.theme-synottip.withborderanimation.bronze .counter .wrapper::after {
  background-image: url('/Content/Images/jackpot/synottip/separator-bronze.png');
}
.jackpot-celebration .celebration.gold .counter::after {
  background-image: url('/Content/Images/jackpot/synottip/currency-czk-gold_v.png');
}
.jackpot-celebration .celebration.silver .counter::after {
  background-image: url('/Content/Images/jackpot/synottip/currency-czk-silver_v.png');
}
.jackpot-celebration .celebration.bronze .counter::after {
  background-image: url('/Content/Images/jackpot/synottip/currency-czk-bronze_v.png');
}