/* VARIABLE DEFINITIONS */
/* Header gradient */
/* Blue gradient */
/* Blue button gradient */
/* Orange gradient */
/* Light-grey gradient*/
/* Light-grey HEADER NAV gradient*/
/* Light-grey HEADER NAV :hover gradient*/
/* Help - Header border */
/* Orange BUTTON gradient */
/* Light-grey BUTTON gradient*/
/* Dark-grey (TERMINAL) gradient */
/* PAGE SIZE */
/* chat */
/* GRADIENTS */
/* FUNCTIONS */
.boxShadowReset {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*.rounded(10px);*/
/*.rotate(20deg);*/
/*.box-shadow(2px 5px 10px green);*/
/*.transition(1s, linear);*/
/* GENERAL */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*[dir="ltr"] {
  direction: ltr;
  unicode-bidi: embed;
}
*[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong,
.strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
input[type=button],
button {
  -webkit-appearance: none;
}
/* BASIC */
html,
body {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
}
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  background: #1c1e21;
  color: #fff;
  position: relative;
}
body.internal-page {
  font-family: 'Open Sans', Arial, sans-serif;
}
body.internal-page #main {
  color: #cccccc;
}
body.internal-page strong {
  color: #fff;
}
body.oh {
  overflow: hidden;
}
p {
  margin: 0;
}
.inner-content p,
.inner-content td,
.inner-content li {
  line-height: 19px;
}
a,
td a {
  color: #2193dc;
  text-decoration: none;
  outline: none;
}
a img,
img {
  border: none;
  outline: none;
  height: auto;
}
.internal-page #main a:hover {
  color: #2fb5fe;
}
ul,
li {
  margin: 5px 0px 5px 0px;
  padding: 0;
  list-style-position: outside;
}
ol {
  margin: 5px 0px 5px 0px;
  padding: 0;
}
li {
  margin: 0;
  padding: 5px 0px;
}
ol li {
  padding: 0;
  padding-bottom: 26px;
  list-style-position: inside;
}
hr {
  border: none;
  border-bottom: 1px #e8e8e8 solid;
  padding: 0px;
  margin: 0px;
  line-height: 1px;
}
.pagePart ul {
  list-style: initial;
  margin: initial;
  padding: 0 0 0 40px;
}
.pagePart li {
  display: list-item;
}
.inner-content ul {
  padding-left: 18px;
}
h1,
h1 a,
h1 a:hover {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
}
h2,
h2 a,
h2 a:hover {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 600;
}
h3,
h3 a,
h3 a:hover {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}
h3.light,
h3.light a,
h3.light a:hover {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  text-decoration: none;
  font-weight: 300;
}
h4,
h4 a,
h4 a:hover {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}
h2 {
  margin-bottom: 10px;
}
h3,
h4 {
  margin-bottom: 5px;
}
sup,
sub {
  font-size: 10px;
}
.internal-page h1 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300;
  padding-bottom: 17px;
  margin-bottom: 26px;
  border-bottom: #444444 1px solid;
}
.internal-page h2 {
  margin: 10px 0 23px 0;
}
.cf {
  clear: both;
}
.clear:before,
.clear:after {
  display: table;
  content: '';
}
.clear:after {
  clear: both;
}
.sprite {
  background: url(../../images/sprite.png) no-repeat;
}
.flag-sprite {
  background: url(../../images/flags-sprite.png) no-repeat;
}
/* Tables */
.pagetype-normal .layout-column table {
  margin: 0 0 16px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
}
.pagetype-normal .layout-column table:before,
.pagetype-normal .layout-column table:after {
  display: table;
  content: '';
}
.pagetype-normal .layout-column table:after {
  clear: both;
}
.pagetype-normal .layout-column table:before,
.pagetype-normal .layout-column table:after {
  display: table;
  content: '';
}
.pagetype-normal .layout-column table:after {
  clear: both;
}
.pagetype-normal .layout-column table.payment {
  width: 70%;
}
.pagetype-normal .layout-column table.payment td {
  width: 33%;
}
.pagetype-normal .layout-column table td {
  border: solid #444444;
  border-width: 1px 1px 0 1px;
  padding: 12px 17px;
}
.pagetype-normal .layout-column table th {
  background: #363a41;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMzYzYTQxIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjYyODJkIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #363a41 0%, #26282d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #363a41), color-stop(100%, #26282d));
  background: -webkit-linear-gradient(top, #363a41 0%, #26282d 100%);
  background: -o-linear-gradient(top, #363a41 0%, #26282d 100%);
  background: -ms-linear-gradient(top, #363a41 0%, #26282d 100%);
  background: linear-gradient(to bottom, #363a41 0%, #26282d 100%);
  filter: none;
  font-weight: bold;
  text-align: left;
  padding: 0;
  border: solid #444444;
  border-width: 1px 1px 0 1px;
}
.pagetype-normal .layout-column table th strong {
  padding: 12px 17px;
  border: solid #26282d;
  border-width: 0 1px 1px 0;
  display: block;
}
.pagetype-normal .layout-column table tr:hover td {
  background: #26282d;
}
.pagetype-normal .layout-column table tr:nth-child(even) {
  background: #232529;
}
.pagetype-normal .layout-column table tr:last-of-type td {
  border: solid #444444;
  border-width: 1px 1px 1px 1px;
}
.textWithIcon {
  position: relative;
  margin-bottom: 45px;
  display: table;
  min-height: 83px;
}
.textWithIcon:before,
.textWithIcon:after {
  display: table;
  content: '';
}
.textWithIcon:after {
  clear: both;
}
.textWithIcon:before,
.textWithIcon:after {
  display: table;
  content: '';
}
.textWithIcon:after {
  clear: both;
}
.textWithIcon p {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 300;
  min-height: 82px;
  padding: 0 0 0 105px;
  vertical-align: middle;
  display: table-cell;
}
.textWithIcon .textIcon {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -41px;
  width: 82px;
  height: 83px;
  background: url(../../images/sprite.png) no-repeat;
  background-position: 0 -1250px;
}
.textWithIcon .textIcon.failed {
  background-position: 0 -1350px;
}
/* registration successful in activation-failed */
.registration-successful .wrapper,
.activation-failed .wrapper,
.colossus-pools .wrapper,
.live-races .wrapper {
  padding: 40px 0;
}
.registration-successful .wrapper h1,
.activation-failed .wrapper h1,
.colossus-pools .wrapper h1,
.live-races .wrapper h1 {
  font-size: 36px;
  font-weight: 300;
  margin-top: 5px;
  border: none;
}
.registration-successful .wrapper p,
.activation-failed .wrapper p,
.colossus-pools .wrapper p,
.live-races .wrapper p {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 300;
}
.registration-successful .wrapper hr,
.activation-failed .wrapper hr,
.colossus-pools .wrapper hr,
.live-races .wrapper hr {
  margin: 30px 0;
  border-bottom-color: #444444;
}
.registration-successful .btn,
.activation-failed .btn,
.colossus-pools .btn,
.live-races .btn {
  margin-bottom: 45px;
}
.registration-successful .btn:before,
.activation-failed .btn:before,
.colossus-pools .btn:before,
.live-races .btn:before,
.registration-successful .btn:after,
.activation-failed .btn:after,
.colossus-pools .btn:after,
.live-races .btn:after {
  display: table;
  content: '';
}
.registration-successful .btn:after,
.activation-failed .btn:after,
.colossus-pools .btn:after,
.live-races .btn:after {
  clear: both;
}
.registration-successful .btn:before,
.activation-failed .btn:before,
.colossus-pools .btn:before,
.live-races .btn:before,
.registration-successful .btn:after,
.activation-failed .btn:after,
.colossus-pools .btn:after,
.live-races .btn:after {
  display: table;
  content: '';
}
.registration-successful .btn:after,
.activation-failed .btn:after,
.colossus-pools .btn:after,
.live-races .btn:after {
  clear: both;
}
.registration-successful .paymentMethods,
.activation-failed .paymentMethods,
.colossus-pools .paymentMethods,
.live-races .paymentMethods {
  margin: 45px 0;
  background: #2e3036;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
}
.registration-successful .paymentMethods:before,
.activation-failed .paymentMethods:before,
.colossus-pools .paymentMethods:before,
.live-races .paymentMethods:before,
.registration-successful .paymentMethods:after,
.activation-failed .paymentMethods:after,
.colossus-pools .paymentMethods:after,
.live-races .paymentMethods:after {
  display: table;
  content: '';
}
.registration-successful .paymentMethods:after,
.activation-failed .paymentMethods:after,
.colossus-pools .paymentMethods:after,
.live-races .paymentMethods:after {
  clear: both;
}
.registration-successful .paymentMethods:before,
.activation-failed .paymentMethods:before,
.colossus-pools .paymentMethods:before,
.live-races .paymentMethods:before,
.registration-successful .paymentMethods:after,
.activation-failed .paymentMethods:after,
.colossus-pools .paymentMethods:after,
.live-races .paymentMethods:after {
  display: table;
  content: '';
}
.registration-successful .paymentMethods:after,
.activation-failed .paymentMethods:after,
.colossus-pools .paymentMethods:after,
.live-races .paymentMethods:after {
  clear: both;
}
.registration-successful .paymentMethods li,
.activation-failed .paymentMethods li,
.colossus-pools .paymentMethods li,
.live-races .paymentMethods li {
  float: left;
  width: 12.5%;
  list-style: none;
  position: relative;
  padding: 0;
}
.registration-successful .paymentMethods li:first-child a:hover,
.activation-failed .paymentMethods li:first-child a:hover,
.colossus-pools .paymentMethods li:first-child a:hover,
.live-races .paymentMethods li:first-child a:hover {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.registration-successful .paymentMethods li:first-child a strong,
.activation-failed .paymentMethods li:first-child a strong,
.colossus-pools .paymentMethods li:first-child a strong,
.live-races .paymentMethods li:first-child a strong {
  border-left: none;
}
.registration-successful .paymentMethods li:last-child a:hover,
.activation-failed .paymentMethods li:last-child a:hover,
.colossus-pools .paymentMethods li:last-child a:hover,
.live-races .paymentMethods li:last-child a:hover {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.registration-successful .paymentMethods li a,
.activation-failed .paymentMethods li a,
.colossus-pools .paymentMethods li a,
.live-races .paymentMethods li a {
  display: inline-block;
  padding: 20px 0;
  height: 84px;
  width: 100%;
  background-position: 0 0;
}
.registration-successful .paymentMethods li a:hover,
.activation-failed .paymentMethods li a:hover,
.colossus-pools .paymentMethods li a:hover,
.live-races .paymentMethods li a:hover {
  background-color: #3d3e40;
}
.registration-successful .paymentMethods li a:hover strong,
.activation-failed .paymentMethods li a:hover strong,
.colossus-pools .paymentMethods li a:hover strong,
.live-races .paymentMethods li a:hover strong {
  background-position: center bottom !important;
}
.registration-successful .paymentMethods li a:hover span.borderline,
.activation-failed .paymentMethods li a:hover span.borderline,
.colossus-pools .paymentMethods li a:hover span.borderline,
.live-races .paymentMethods li a:hover span.borderline {
  display: block;
}
.registration-successful .paymentMethods li a.visa strong,
.activation-failed .paymentMethods li a.visa strong,
.colossus-pools .paymentMethods li a.visa strong,
.live-races .paymentMethods li a.visa strong {
  background: url(../../images/payment_visa.png) no-repeat;
  background-position: center top;
}
.registration-successful .paymentMethods li a.master strong,
.activation-failed .paymentMethods li a.master strong,
.colossus-pools .paymentMethods li a.master strong,
.live-races .paymentMethods li a.master strong {
  background: url(../../images/payment_mastercard.png) no-repeat;
  background-position: center top;
}
.registration-successful .paymentMethods li a.skrill strong,
.activation-failed .paymentMethods li a.skrill strong,
.colossus-pools .paymentMethods li a.skrill strong,
.live-races .paymentMethods li a.skrill strong {
  background: url(../../images/payment_skrill.png) no-repeat;
  background-position: center top;
}
.registration-successful .paymentMethods li a.netuer strong,
.activation-failed .paymentMethods li a.netuer strong,
.colossus-pools .paymentMethods li a.netuer strong,
.live-races .paymentMethods li a.netuer strong {
  background: url(../../images/payment_netuer.png) no-repeat;
  background-position: center top;
}
.registration-successful .paymentMethods li a.paysave strong,
.activation-failed .paymentMethods li a.paysave strong,
.colossus-pools .paymentMethods li a.paysave strong,
.live-races .paymentMethods li a.paysave strong {
  background: url(../../images/payment_paysave.png) no-repeat;
  background-position: center top;
}
.registration-successful .paymentMethods li a.sofort strong,
.activation-failed .paymentMethods li a.sofort strong,
.colossus-pools .paymentMethods li a.sofort strong,
.live-races .paymentMethods li a.sofort strong {
  background: url(../../images/payment_sofort.png) no-repeat;
  background-position: center top;
}
.registration-successful .paymentMethods li a.mpass strong,
.activation-failed .paymentMethods li a.mpass strong,
.colossus-pools .paymentMethods li a.mpass strong,
.live-races .paymentMethods li a.mpass strong {
  background: url(../../images/payment_mpass.png) no-repeat;
  background-position: center top;
}
.registration-successful .paymentMethods li a.przelewy24 strong,
.activation-failed .paymentMethods li a.przelewy24 strong,
.colossus-pools .paymentMethods li a.przelewy24 strong,
.live-races .paymentMethods li a.przelewy24 strong {
  background: url(../../images/payment_przeleway24.png) no-repeat;
  background-position: center top;
}
.registration-successful .paymentMethods li a strong,
.activation-failed .paymentMethods li a strong,
.colossus-pools .paymentMethods li a strong,
.live-races .paymentMethods li a strong {
  height: 42px;
  display: inline-block;
  width: 100%;
  border-left: 1px #3d3e40 solid;
  text-indent: -9999px;
}
.registration-successful .paymentMethods li a span.borderline,
.activation-failed .paymentMethods li a span.borderline,
.colossus-pools .paymentMethods li a span.borderline,
.live-races .paymentMethods li a span.borderline {
  position: absolute;
  right: -1px;
  top: 0;
  height: 82px;
  border-right: 1px #3d3e40 solid;
  width: 1px;
  display: none;
}
.activation-failed .wrapper hr {
  margin: 30px 0 50px;
  float: left;
  width: 100%;
}
/* title with line */
.withLine {
  margin: 0 0 20px 0;
}
.withLine.fancy {
  line-height: 0.5;
  text-align: left;
}
.withLine.fancy strong {
  display: inline-block;
  position: relative;
  font-weight: inherit;
}
.withLine.fancy strong:after {
  content: "";
  position: absolute;
  height: 10px;
  border-top: 1px solid #444444;
  top: 12px;
  width: 1192px;
  left: 100%;
  margin-left: 15px;
}
.btn,
#chat-tools .chat-msg.send input {
  font-size: 18px;
  font-weight: 300;
  padding: 16px 0;
  text-align: center;
  width: 190px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #FFF;
  background: #32b6ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMzJiNmZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDI4NmRiIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32b6ff), color-stop(100%, #0286db));
  background: -webkit-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: -o-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: -ms-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: linear-gradient(to bottom, #32b6ff 0%, #0286db 100%);
  filter: none;
  text-transform: uppercase;
  display: inline-block;
  float: left;
}
.btn:hover,
.btn:active {
  background: #078bdf;
}
.btn.large {
  font-size: 28px;
  font-weight: 700;
  padding: 25px 0;
}
.btn.full {
  width: 100%;
}
.btn.orange {
  background: #fd7600;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmQ3NjAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZjcyZDAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd7600), color-stop(100%, #f72d00));
  background: -webkit-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: -o-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: -ms-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: linear-gradient(to bottom, #fd7600 0%, #f72d00 100%);
  filter: none;
}
.btn.orange:hover,
.btn.orange:active {
  background: #fe5c00;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmU1YzAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmMxYzAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #fe5c00 0%, #fc1c00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe5c00), color-stop(100%, #fc1c00));
  background: -webkit-linear-gradient(top, #fe5c00 0%, #fc1c00 100%);
  background: -o-linear-gradient(top, #fe5c00 0%, #fc1c00 100%);
  background: -ms-linear-gradient(top, #fe5c00 0%, #fc1c00 100%);
  background: linear-gradient(to bottom, #fe5c00 0%, #fc1c00 100%);
  filter: none;
}
/* game history */
.acGameHistory {
  padding-bottom: 30px;
}
.acGameHistory table {
  width: 100%;
}
.acGameHistory table tr:first-of-type,
.acGameHistory table tr:nth-of-type(2) {
  float: left;
  width: auto !important;
}
.acGameHistory table tr:first-of-type td,
.acGameHistory table tr:nth-of-type(2) td {
  float: left;
  width: auto !important;
  margin-right: 27px;
}
.acGameHistory table tr:first-of-type td .chosen-container,
.acGameHistory table tr:nth-of-type(2) td .chosen-container {
  margin: 0 0 0 20px;
}
.acGameHistory table tr:first-of-type td span,
.acGameHistory table tr:nth-of-type(2) td span {
  font-size: 13px;
}
.acGameHistory table tr:nth-of-type(3) {
  border-top: 1px #FFF solid;
  padding-top: 20px;
  margin-top: 20px;
  float: left;
  width: 100%;
}
.acGameHistory table tr:nth-of-type(3) td {
  width: 100% !important;
}
td.acGameHistory table tr:nth-of-type(2):last-of-type {
  margin-right: 0;
}
.acGameHistory table table.listtable tr:first-of-type,
.acGameHistory table table.listtable tr:nth-of-type(2) {
  float: inherit;
  width: 100% !important;
}
.acGameHistory table table.listtable tr:first-of-type td,
.acGameHistory table table.listtable tr:nth-of-type(2) td {
  float: none !important;
  width: auto !important;
  margin-right: auto !important;
  padding: 6px 11px !important;
  font-size: 12px !important;
}
.acGameHistory table table.listtable tr:first-of-type td .chosen-container,
.acGameHistory table table.listtable tr:nth-of-type(2) td .chosen-container {
  margin: 0 0 0 20px;
}
.acGameHistory table table.listtable tr:nth-of-type(3) {
  border-top: none !important;
  padding-top: inherit !important;
  margin-top: inherit !important;
  float: inherit;
  width: 100% !important;
}
td.acGameHistory table table.listtable tr:nth-of-type(2):last-of-type {
  margin-right: 0;
}
.acGameHistory table table.listtable td {
  padding: 6px 11px !important;
  font-size: 12px !important;
  width: 20% !important;
}
.acGameHistory table table.listtable th {
  font-size: 12px;
  white-space: nowrap;
}
.acGameHistory table .dateInterval {
  padding: 7px 20px !important;
  background-color: #41454e !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  border: none !important;
  border-bottom: none !important;
  margin-top: -2px !important;
}
.acGameHistory table .dateInterval span {
  color: #078adc !important;
}
.acGameHistory table .ocModAccount {
  border: none !important;
  padding-top: 0 !important;
}
.acGameHistory table #historyListContainer div {
  margin-top: 0 !important;
}
.acGameHistory table .btn.btnSpecial {
  height: 33px;
  line-height: 33px;
  margin-top: -2px;
}
.acGameHistory table .chosen-container .chosen-single span,
.acGameHistory table .chosen-container .chosen-results {
  font-style: normal;
}
.acGameHistory .transactionListContainer {
  top: 20px !important;
}
/* header ******************************
****************************************/
header {
  box-shadow: 0px 0px 4px 0px rgba(23, 25, 29, 0.8);
  min-width: 990px;
  position: relative;
  z-index: 110;
}
#header-top-container {
  background: #1d1f22;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMWQxZjIyIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjNDA0NDRjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #1d1f22 0%, #40444c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d1f22), color-stop(100%, #40444c));
  background: -webkit-linear-gradient(top, #1d1f22 0%, #40444c 100%);
  background: -o-linear-gradient(top, #1d1f22 0%, #40444c 100%);
  background: -ms-linear-gradient(top, #1d1f22 0%, #40444c 100%);
  background: linear-gradient(to bottom, #1d1f22 0%, #40444c 100%);
  filter: none;
}
#header-top {
  position: relative;
  z-index: 400;
  max-width: 1920px;
  height: 101px;
  margin: 0 auto;
  font-family: Arial;
}
.internal-page #header-top {
  max-width: 1366px;
}
#bbw-logo {
  position: absolute;
  left: 30px;
  top: 27px;
}
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
.global-nav {
  float: right;
  margin-top: 10px;
}
.global-nav ul,
.global-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav li {
  float: left;
  padding: 0 8px;
  border-right: #555759 1px solid;
}
.global-nav a {
  display: block;
  color: #dddddd;
  font-size: 12px;
  line-height: 12px;
  text-decoration: underline;
}
.global-nav a:hover {
  color: #fff;
}
.h-border {
  float: right;
  width: 1px;
  height: 12px;
  background: #555759;
  margin-top: 10px;
}
.h-border2 {
  float: right;
  width: 1px;
  height: 17px;
  background: #555759;
  margin: 22px 9px 0 8px;
}
.nav-settings-select {
  float: right;
  display: block;
  position: relative;
  border: #545658 1px solid;
  height: 18px;
  width: 113px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 7px 8px 0 8px;
}
.nav-settings-select.select-active {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.nav-settings-select-value {
  font-size: 11px;
  line-height: 11px;
  padding: 3px 6px 2px 6px;
  cursor: pointer;
  text-align: left;
}
.nav-settings-select-value span.value span {
  color: #acacac;
  display: inline-block;
  padding-left: 8px;
}
.nav-settings-select-value i {
  float: right;
  position: relative;
  top: 1px;
  font-size: 8px;
}
.nav-settings-select:hover {
  border-color: #727d8c;
}
.nav-settings-select:hover .nav-settings-select-value i {
  color: #31acf2;
}
.nav-settings-select-options {
  position: relative;
  z-index: 900;
  display: none;
  border: #717c8c 1px solid;
  padding-top: 0;
  margin: 0 -1px;
  -moz-border-radius: 0 3px 3px 3px;
  -webkit-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
}
.nav-settings-select.select-active .nav-settings-select-options {
  display: block;
}
.nav-settings-select-option {
  background: #363c43;
  border-bottom: #717c8c 1px solid;
  font-size: 11px;
  padding: 3px 6px;
  text-align: left;
  color: #fff;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  cursor: pointer;
}
.nav-settings-select-option span {
  color: #acacac;
}
.nav-settings-select-option:last-child {
  border: none;
}
.nav-settings-select-option:hover {
  background: #5a6470 url(../../images/option-elipse.png) no-repeat 98px 5px;
}
.nav-settings-select.lang {
  width: 34px;
  margin-right: 30px;
}
.nav-settings-select.lang .nav-settings-select-value {
  padding: 3px 3px 1px 3px;
}
span.small-flag {
  display: inline-block;
  width: 15px;
  height: 10px;
  position: relative;
}
.small-flag.de {
  background-position: 0px -60px;
}
.small-flag.en {
  background-position: 0px -80px;
}
.small-flag.it {
  background-position: 0px -100px;
}
span.small-text {
  text-transform: uppercase;
  display: inline-block;
  color: #FFF;
  padding-left: 6px;
}
.nav-settings-select.lang .nav-settings-select-options {
  width: 48px;
}
.nav-settings-select.lang .nav-settings-select-option {
  padding: 3px;
  padding-bottom: 1px;
}
.nav-settings-select.lang .nav-settings-select-option:hover {
  background: #5a6470;
}
.nav-settings-select.lang .nav-settings-select-option:hover span.small-text {
  color: #1C9FEB;
}
/* chat */
#chat-button {
  position: relative;
  float: right;
  width: 33px;
  height: 32px;
  margin: 14px 30px 0 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #32b6ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMzJiNmZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDI4NmRiIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32b6ff), color-stop(100%, #0286db));
  background: -webkit-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: -o-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: -ms-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: linear-gradient(to bottom, #32b6ff 0%, #0286db 100%);
  filter: none;
  cursor: pointer;
}
#chat-button:hover {
  background: #1bc4ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMWJjNGZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDE5OWVjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1bc4ff), color-stop(100%, #0199ec));
  background: -webkit-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: -o-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: -ms-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: linear-gradient(to bottom, #1bc4ff 0%, #0199ec 100%);
  filter: none;
}
#chat-button:active {
  background: #078bdf;
}
#chat-button span {
  display: block;
  width: 18px;
  height: 19px;
  background: url(../../images/sprite.png) no-repeat 0px -72px;
  margin: 7px 0 0 8px;
}
#chat-button.inactive {
  background: #4f5b6d url(../../images/sprite.png) no-repeat -25px -95px;
}
#chat-button.inactive span {
  background: none;
}
#chat-button.inactive:hover:before {
  content: 'Chat offline';
  position: absolute;
  top: -31px;
  left: -12px;
  display: block;
  min-width: 56px;
  padding: 5px 3px;
  font-size: 11px;
  color: #262a2e;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#chat-button.inactive:hover:after {
  content: '';
  position: absolute;
  top: -14px;
  left: 40%;
  display: block;
  width: 9px;
  height: 9px;
  background: #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
#chat-button .new-chat-msg {
  display: none;
  position: absolute;
  top: -5px;
  right: -6px;
  width: 14px;
  height: 14px;
  background: #ff0000;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#chat-button .new-chat-msg.new-active {
  display: block;
  -webkit-animation: bounce 1s ease-out 0.5s 3;
  -moz-animation: bounce 1s ease-out 0.5s 3;
  -o-animation: bounce 1s ease-out 0.5s 3;
  animation: bounce 1s ease-out 0.5s 3;
}
/* login */
#tpl-user-login,
.tpl-user-login {
  float: right;
  margin-top: 14px;
}
#login-form input {
  float: left;
  width: 127px;
  height: 32px;
  padding: 1px 10px 0px 27px;
  margin-right: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  background: #eaeaea;
  vertical-align: middle;
  font-size: 13px;
  line-height: 15px;
  font-family: Arial, sans-serif;
  font-style: italic;
}
#login-form input::-webkit-input-placeholder {
  color: #777777;
  opacity: 1;
}
#login-form input:-moz-placeholder {
  color: #777777;
  opacity: 1;
}
#login-form input::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
#login-form input:-ms-input-placeholder {
  color: #777777;
  opacity: 1;
}
#login-form input:hover::-webkit-input-placeholder {
  color: #555555;
}
#login-form input:hover:-moz-placeholder {
  color: #555555;
}
#login-form input:hover::-moz-placeholder {
  color: #555555;
}
#login-form input:hover:-ms-input-placeholder {
  color: #555555;
}
#login-form input:focus::-webkit-input-placeholder {
  color: #212121;
}
#login-form input:focus:-moz-placeholder {
  color: #212121;
}
#login-form input:focus::-moz-placeholder {
  color: #212121;
}
#login-form input:focus:-ms-input-placeholder {
  color: #212121;
}
#login-form input.user-nickname {
  background: #eaeaea url(../../images/sprite.png) no-repeat -78px -500px;
}
#login-form input.pass-string {
  background: #eaeaea url(../../images/sprite.png) no-repeat -82px -530px;
  padding-left: 24px;
}
#login-form input.user-nickname:hover {
  background: #eaeaea url(../../images/sprite.png) no-repeat -78px -620px;
}
#login-form input.pass-string:hover {
  background: #eaeaea url(../../images/sprite.png) no-repeat -82px -650px;
}
#login-form input.user-nickname:focus {
  background: #ffffff url(../../images/sprite.png) no-repeat -78px -680px;
}
#login-form input.pass-string:focus {
  background: #ffffff url(../../images/sprite.png) no-repeat -82px -710px;
}
#tpl-user-login button.login-form-button,
.tpl-user-login button.login-form-button,
#login-form button.login-form-button {
  height: 32px;
  padding: 0 19px;
  color: #000000;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
  outline: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#login-form button.join-in-button {
  color: #fff;
}
#login-form .bottom-login-data {
  clear: both;
  width: 100%;
  text-align: left;
  padding-left: 134px;
  padding-top: 3px;
}
#login-form .bottom-login-data a {
  color: #dddddd;
  font-size: 11px;
  text-decoration: underline;
}
#login-form .bottom-login-data a:hover {
  color: #fff;
}
#login-form.logged-out {
  bottom: 15px;
}
#login-form.logged-in {
  bottom: 34px;
}
#login-form .player-logged-in {
  float: left;
  color: #acacad;
  font-size: 13px;
  line-height: 13px;
}
#login-form .header-username {
  background: url(../../images/sprite.png) no-repeat -87px -569px;
  padding: 0;
  margin: 0;
  padding-left: 18px;
  margin-bottom: 7px;
}
#login-form .playerName {
  color: #dddddd;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
#login-form .player-balance {
  float: left;
  color: #acacad;
  font-size: 13px;
  line-height: 13px;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  margin-left: 15px;
  width: 106px;
  border-left: #555759 1px solid;
}
#login-form .header-balance {
  background: url(../../images/sprite.png) no-repeat -85px -599px;
  padding: 0;
  margin: 0;
  padding-left: 18px;
  margin-bottom: 7px;
}
#login-form .player-balance .balance {
  color: #dddddd;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  padding-top: 0;
  margin: 0;
}
#login-form .header-show {
  display: none;
}
#login-form .header-show a {
  color: #dddddd;
  font-size: 13px;
  line-height: 13px;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  font-weight: bold;
}
#login-form .playerName:hover,
#login-form .player-balance .balance:hover,
#login-form .header-show a:hover {
  color: #fff;
}
#login-form ul {
  float: left;
  width: 72px;
}
#login-form ul,
#login-form li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#login-form ul li a {
  display: block;
  color: #dddddd;
  font-size: 11px;
  line-height: 11px;
  padding: 2px 0 4px 9px;
  text-decoration: underline;
  background: url(../../images/header-li.png) no-repeat 0px 5px;
}
#login-form ul li a:hover {
  color: #fff;
}
#login-form button {
  float: left;
  margin: 0;
  display: block;
  margin-left: 5px;
}
/* NAVIGATION **********************
************************************/
#header-nav-container {
  background: #d0d8e4;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZDBkOGU0IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjOTk5ZmE4IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #d0d8e4 0%, #999fa8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0d8e4), color-stop(100%, #999fa8));
  background: -webkit-linear-gradient(top, #d0d8e4 0%, #999fa8 100%);
  background: -o-linear-gradient(top, #d0d8e4 0%, #999fa8 100%);
  background: -ms-linear-gradient(top, #d0d8e4 0%, #999fa8 100%);
  background: linear-gradient(to bottom, #d0d8e4 0%, #999fa8 100%);
  filter: none;
  border-bottom: 1px solid #141618;
}
#header-nav {
  position: relative;
  z-index: 200;
  max-width: 1920px;
  margin: 0 auto;
  height: 43px;
  overflow: visible;
  padding-left: 30px;
}
.internal-page #header-nav {
  max-width: 1366px;
}
#header-nav.g-light-grey {
  background: #d0d8e4;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZDBkOGU0IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjOTk5ZmE4IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #d0d8e4 0%, #999fa8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0d8e4), color-stop(100%, #999fa8));
  background: -webkit-linear-gradient(top, #d0d8e4 0%, #999fa8 100%);
  background: -o-linear-gradient(top, #d0d8e4 0%, #999fa8 100%);
  background: -ms-linear-gradient(top, #d0d8e4 0%, #999fa8 100%);
  background: linear-gradient(to bottom, #d0d8e4 0%, #999fa8 100%);
  filter: none;
}
.nav-ul,
.nav-li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.nav-li {
  float: left;
  border-right: 1px solid rgba(216, 221, 229, 0.6);
}
/*
.nav-li.live-dealers,.nav-li.mobile-promo {position: relative;}
.nav-li.live-dealers a:before,.nav-li.mobile-promo a:before {background-image: url(../../../images/mobile_sticker_en_US.png); background-position: top right; background-repeat: no-repeat; content: ""; display: inline-block; height: 34px; position: absolute; right: 0; top: 0; width: 34px;}
.hr_HR .nav-li.live-dealers a:before,.hr_HR .nav-li.mobile-promo a:before {background-image: url(../../../images/mobile_sticker_hr_HR.png);}
.cp_RS .nav-li.live-dealers a:before,.cp_RS .nav-li.mobile-promo a:before {background-image: url(../../../images/mobile_sticker_sr_RS.png);}
.de_DE .nav-li.live-dealers a:before,.de_DE .nav-li.mobile-promo a:before {background-image: url(../../../images/mobile_sticker_de_DE.png);}
*/
.nav-li:first-child {
  border-left: 1px solid #777b82;
}
.nav-li:first-child a {
  border-left: 1px solid rgba(216, 221, 229, 0.6);
}
.nav-a {
  display: inline-block;
  border-right: 1px solid #777b82;
  padding: 16px 15px;
  color: #000000;
  font-size: 12px;
  line-height: 11px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.nav-a:hover,
.nav-a.active {
  background: #eaeff3;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZWFlZmYzIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZDBkMWQzIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #eaeff3 0%, #d0d1d3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeff3), color-stop(100%, #d0d1d3));
  background: -webkit-linear-gradient(top, #eaeff3 0%, #d0d1d3 100%);
  background: -o-linear-gradient(top, #eaeff3 0%, #d0d1d3 100%);
  background: -ms-linear-gradient(top, #eaeff3 0%, #d0d1d3 100%);
  background: linear-gradient(to bottom, #eaeff3 0%, #d0d1d3 100%);
  filter: none;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.nav-a:active {
  background: #078bdf;
  color: #fff;
}
.nav-a.active {
  background: #32b6ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMzJiNmZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDU4OGRhIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32b6ff), color-stop(100%, #0588da));
  background: -webkit-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: -o-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: -ms-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: linear-gradient(to bottom, #32b6ff 0%, #0588da 100%);
  filter: none;
  color: #fff;
}
.nav-a-mobile {
  width: 48px;
  background: #2193dc url(../../images/sprite.png) no-repeat -26px -154px;
  width: 49px;
}
.nav-a-mobile:hover,
.nav-a-mobile.active {
  background-position: -26px -154px;
  background-color: #2193dc;
}
#search {
  position: absolute;
  top: 33px;
  right: 467px;
  width: 327px;
  height: 32px;
  padding: 5px 35px 5px 9px;
  border: 1px solid #828282;
  border: 1px solid rgba(130, 130, 130, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#search .input {
  width: 287px;
  height: 21px;
  border: none;
  background: none;
  color: #a4a3a3;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
#search .input:focus {
  border: none;
  outline: none;
}
#search .enter {
  position: absolute;
  right: 7px;
  top: 6px;
  width: 20px;
  height: 24px;
  background: url(../../images/sprite.png) no-repeat left top;
}
#wrapper {
  position: relative;
  min-width: 990px;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 30px;
  overflow: hidden;
}
#wrapper.pagetype-live-races {
  margin-top: 30px;
}
.internal-page #wrapper {
  max-width: 1366px;
  /*padding-bottom:6px;*/
}
#wrapper.pagetype-live-betting {
  /*margin-bottom: 90px; zakomentirao */
}
#wrapper.pagetype-normal {
  /* padding: 0;*/
}
#wrapper.pagetype-virtual {
  overflow: hidden;
  padding: 0px 30px;
}
.banner-image {
  position: relative;
  z-index: 1;
}
.banner-centered {
  left: 256px;
}
.banner-centered-content {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  text-align: center;
  padding-right: 84px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}
.banner-content-pre {
  font-size: 18px;
  line-height: 30px;
}
.banner-content-title {
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}
.banner-content-button {
  font-size: 18px;
  color: #fff;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 15px 35px 15px 35px;
  cursor: pointer;
  margin-top: 7px;
  font-weight: 600;
}
#banner {
  position: absolute;
  width: 100%;
  left: 0px;
}
.main-banner {
  height: 353px;
  text-shadow: -1px 2px 1px rgba(0, 0, 0, 0.7);
}
.main-banner .pb-content {
  max-width: 1920px;
}
.main-banner .pb-center {
  padding-left: 240px;
  padding-right: 330px;
  display: table;
  width: 100%;
}
.main-banner .pb-middle {
  display: table-cell;
  vertical-align: middle;
  height: 350px;
}
.main-banner .heading {
  margin-top: 33px;
  font-size: 44px;
  font-weight: 600;
}
.main-banner .subheading {
  font-size: 34px;
  font-weight: 300;
  line-height: 57px;
}
.main-banner .teams {
  font-size: 35px;
  font-weight: 600;
}
.main-banner .time {
  font-size: 18px;
  font-weight: 300;
  line-height: 44px;
}
.main-banner .pb-button,
.popup-window.gamePopup .p-login-register .p-button-register,
.popup-window.gamePopup .p-login-register .p-button-login,
.casino .sliderBox .slider .slick-list li .btn,
.casino .casinoGamesContent li figure .btn,
.live-dealers .sliderBox .slider .slick-list li .btn,
.live-dealers .liveDealersGamesContent li figure .btn {
  padding: 0px 80px;
  line-height: 57px;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: #32b6ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMzJiNmZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDI4NmRiIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -moz-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32b6ff), color-stop(100%, #0286db));
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -o-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -ms-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, linear-gradient(to bottom, #32b6ff 0%, #0286db 100%);
  filter: none;
  text-shadow: none;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
  background-size: contain;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
}
.main-banner .pb-button:hover,
.popup-window.gamePopup .p-login-register .p-button-register:hover,
.popup-window.gamePopup .p-login-register .p-button-login:hover,
.casino .sliderBox .slider .slick-list li .btn:hover,
.casino .casinoGamesContent li figure .btn:hover,
.live-dealers .sliderBox .slider .slick-list li .btn:hover,
.live-dealers .liveDealersGamesContent li figure .btn:hover {
  color: #fff;
  background: #1bc4ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMWJjNGZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDE5OWVjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -moz-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1bc4ff), color-stop(100%, #0199ec));
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -o-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -ms-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, linear-gradient(to bottom, #1bc4ff 0%, #0199ec 100%);
  filter: none;
  background-size: contain;
}
.main-banner .promotion-banner {
  padding-bottom: 1px;
  border-bottom: 2px solid #444;
}
.main-banner .promotion-banner .pb-img {
  height: 350px;
}
.main-banner .promotion-banner .pb-img img {
  position: absolute;
  right: -9999px;
  left: -9999px;
}
.main-banner .button {
  padding: 15px 0px;
}
.layout-column {
  position: relative;
  float: left;
}
.layout-column-wide {
  position: relative;
  float: left;
  width: 100%;
}
.tree {
  width: 196px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: relative;
  margin-right: 30px;
  top: 30px;
  z-index: 10;
  margin-bottom: 30px;
}
.tree-main,
.bs-tree {
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.tree-content {
  background: #272a2f;
}
/* print offer */
.tree-buttons {
  margin-top: 14px;
}
.tree-buttons button {
  float: left;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  line-height: 1em;
  font-weight: 700;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  padding: 8px 6px 10px;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2fb5fe), to(#0483d2));
  background-image: -webkit-linear-gradient(top, #2fb5fe, #0483d2);
  background-color: #0483d2;
  background-image: -moz-linear-gradient(top, #2fb5fe, #0483d2);
  background-image: -ms-linear-gradient(top, #2fb5fe, #0483d2);
  background-image: -o-linear-gradient(top, #2fb5fe, #0483d2);
  background-image: linear-gradient(top, #2fb5fe, #0483d2);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tree-buttons button i {
  margin-right: 8px;
  font-size: 22px;
}
.popup-window.listPrintOffer .p-print-offer {
  float: left;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  line-height: 1em;
  font-weight: 700;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  padding: 9px 14px 9px;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2fb5fe), to(#0483d2));
  background-image: -webkit-linear-gradient(top, #2fb5fe, #0483d2);
  background-color: #0483d2;
  background-image: -moz-linear-gradient(top, #2fb5fe, #0483d2);
  background-image: -ms-linear-gradient(top, #2fb5fe, #0483d2);
  background-image: -o-linear-gradient(top, #2fb5fe, #0483d2);
  background-image: linear-gradient(top, #2fb5fe, #0483d2);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 15px;
  position: relative;
}
.popup-window.listPrintOffer .p-print-offer:before {
  content: "";
  width: 1px;
  height: 40px;
  position: absolute;
  left: 45px;
  top: 0;
  border-right: 1px #2fb5fe solid;
}
.popup-window.listPrintOffer .p-print-offer i {
  margin-right: 8px;
  font-size: 22px;
  float: left;
}
.popup-window.listPrintOffer .p-content {
  min-width: 300px;
}
.popup-window.listPrintOffer .p-buttons button {
  float: left;
  width: 100%;
  height: 40px;
  text-align: center;
  padding: 9px 6px;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2fb5fe), to(#0483d2));
  background-image: -webkit-linear-gradient(top, #2fb5fe, #0483d2);
  background-color: #0483d2;
  background-image: -moz-linear-gradient(top, #2fb5fe, #0483d2);
  background-image: -ms-linear-gradient(top, #2fb5fe, #0483d2);
  background-image: -o-linear-gradient(top, #2fb5fe, #0483d2);
  background-image: linear-gradient(top, #2fb5fe, #0483d2);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* end print offer */
#tpl-betting-services {
  margin-top: 14px;
  background: #272a2f;
}
.middle.double {
  margin-top: 24px;
}
.home-aside {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
}
#aside {
  width: 280px;
  position: relative;
  margin-right: 30px;
  margin-left: 30px;
  top: 30px;
  z-index: 10;
  margin-bottom: 30px;
  float: left;
}
#main {
  margin-top: 404px;
}
#tpl-betList {
  padding-top: 1px;
}
.back-to-top {
  width: 41px;
  height: 41px;
  text-align: center;
  padding-top: 12px;
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 300;
  cursor: pointer;
  display: none;
  opacity: 0.9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.virtual-tabs {
  height: 41px;
  margin-top: 24px;
  padding-right: 30px;
  border-bottom: 1px solid #363a41;
  position: relative;
  z-index: 100;
}
.virtual-tabs-tab {
  color: #000;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 13px 21px 0px 21px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 3px;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.virtual-tabs-tab.active {
  background: #2eb2fc;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmViMmZjIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDg4YmRkIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2eb2fc), color-stop(100%, #088bdd));
  background: -webkit-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -o-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -ms-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: linear-gradient(to bottom, #2eb2fc 0%, #088bdd 100%);
  filter: none;
  color: #fff;
}
.virtual-tabs-tab i {
  position: relative;
  margin-top: -5px;
  top: 3px;
  margin-right: 3px;
}
#virtual-game {
  height: 800px;
  display: none;
}
#virtual-game.show-loader {
  display: block;
}
#virtual-game.auto-height {
  height: auto;
}
#virtual-game h1 {
  font-size: 36px;
  font-weight: 300;
  margin-top: 45px;
  border: none;
}
#virtual-game p {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 300;
}
#virtual-game hr {
  margin: 30px 0 80px;
  border-bottom-color: #444444;
}
.live-races #virtual-game h1 {
  margin-top: 15px;
}
.live-tabs {
  height: 41px;
  margin-top: 24px;
  padding-right: 30px;
  border-bottom: 1px solid #363a41;
  position: relative;
  z-index: 100;
}
.live-tabs-tab {
  color: #000;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 13px 21px 0px 21px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 3px;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.live-tabs-tab.active {
  background: #2eb2fc;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmViMmZjIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDg4YmRkIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2eb2fc), color-stop(100%, #088bdd));
  background: -webkit-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -o-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -ms-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: linear-gradient(to bottom, #2eb2fc 0%, #088bdd 100%);
  filter: none;
  color: #fff;
}
.live-tabs-tab i {
  position: relative;
  margin-top: -5px;
  top: 3px;
  margin-right: 3px;
}
.live-tabs-tab.active .live-favorite-icon {
  background-position: -81px -55px;
}
.live-tabs-tab span.count {
  margin-left: 3px;
}
.tree-header,
.bs-tree-header {
  height: 40px;
  color: #1c1e21;
  font-size: 16px;
  font-weight: 600;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 6px 0px 12px;
  cursor: pointer;
  text-transform: uppercase;
}
.tree-header-arrow {
  float: right;
  color: #FFF;
  font-size: 12px;
  background: #292a2f;
  position: relative;
  top: -1px;
  height: 24px;
  width: 24px;
  padding-top: 3px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.tree-header-arrow i.fa-chevron-down {
  top: 1px;
  position: relative;
}
#tree-search {
  position: relative;
  padding: 18px 12px 10px 12px;
}
.tree-search-form {
  position: relative;
  z-index: 10;
  height: 32px;
  padding: 5px 35px 5px 13px;
  background: #eaeaea;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.tree-search-input {
  width: 125px;
  height: 22px;
  border: none;
  background: none;
  font-size: 13px;
  line-height: 13px;
  font-family: Arial, sans-serif;
  font-style: italic;
  outline: none;
}
.tree-search-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
  background: url(../../images/sprite.png) no-repeat 5px -503px;
  border: none;
  outline: none;
  opacity: 0.56;
}
#tree-search input::-webkit-input-placeholder {
  color: #777777;
  opacity: 1;
}
#tree-search input:-moz-placeholder {
  color: #777777;
  opacity: 1;
}
#tree-search input::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
#tree-search input:-ms-input-placeholder {
  color: #777777;
  opacity: 1;
}
#tree-search input:hover::-webkit-input-placeholder {
  color: #555555;
}
#tree-search input:hover:-moz-placeholder {
  color: #555555;
}
#tree-search input:hover::-moz-placeholder {
  color: #555555;
}
#tree-search input:hover:-ms-input-placeholder {
  color: #555555;
}
.tree-search-form:hover .tree-search-submit,
.tree-search-submit:hover {
  opacity: 0.75;
}
.tree-search-form.hasFocus {
  background: #fff;
}
.tree-search-form.hasFocus .tree-search-input,
.tree-search-form.hasFocus .tree-search-submit {
  color: #212121;
  opacity: 1;
}
.tree-search-results {
  display: none;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.9);
  background: #41464e;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0px;
  padding: 7px;
  list-style: none;
  position: absolute;
  top: 52px;
  left: 12px;
  z-index: 5;
  width: 172px;
  max-height: 400px;
}
.tree-search-result {
  display: block;
  cursor: pointer;
  margin: 0px;
  padding: 10px 0px;
  font-size: 11px;
  color: #c8c8c8;
  font-weight: bold;
  line-height: 13px;
  border-bottom: 1px solid #272a2f;
}
.tree-search-result:first-child {
  padding-top: 5px;
}
.tree-search-result:last-child {
  border: none;
  padding-bottom: 5px;
}
.tree-search-result:hover,
.tree-search-result.selected {
  color: #fff;
}
.tree-search-result span {
  font-size: 10px;
  float: right;
  color: #fff;
  text-transform: lowercase;
  display: none;
}
.tree-search-results i {
  font-size: 11px;
}
#tree-time-filter {
  padding: 10px 11px 0px 11px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}
.tree-time-labels span {
  display: inline-block;
  width: 20%;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
}
.tree-time-labels span.active {
  color: #fff;
}
.tree-time-steps {
  width: 142px;
  margin: 0 auto;
}
.tree-time-steps span {
  display: inline-block;
  background: #7c838f;
  border-top: 1px solid #494e55;
  border-bottom: 1px solid #494e55;
  height: 6px;
  width: 1px;
  margin-left: 34px;
}
.tree-time-steps span:first-child {
  margin-left: 0px;
}
#tree-time-slider {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #434343;
  height: 40px;
  background: none;
  width: 142px;
  margin: 0 auto;
  top: -26px;
}
#tree-time-slider .ui-slider-range {
  height: 40px;
  border-radius: 0px;
  border-bottom: 1px solid #9ca2ab;
  background: none;
}
#tree-time-slider .ui-slider-handle {
  background: #9ca2ab;
  border: none;
  border-radius: 50%;
  top: 32px;
  cursor: pointer;
}
#tree-time-slider .ui-slider-handle.ui-state-hover,
#tree-time-slider .ui-slider-handle.ui-state-active {
  background: #fff;
}
#tree-type-selection {
  height: 30px;
  margin-bottom: 3px;
}
/*
.tree-type-checkbox { top: 4px; background: #363A41; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; width: 18px; height: 18px;  position:relative; display: inline-block; margin-right: 4px; }
.tree-type-checkbox.checked { background-image: url(../../images/sprite.png); background-position: -2px -209px; }
*/
.tree-type-button {
  width: 97px;
  height: 30px;
  margin-right: 2px;
  text-align: center;
  color: #000;
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 9px;
  cursor: pointer;
  border-radius: 2px 2px 0px 0px;
  -webkit-border-radius: 2px 2px 0px 0px;
}
.tree-type-button:hover,
.tree-type-button:active,
.tree-type-button:focus,
.tree-type-button.active:hover,
.tree-type-button.active:active,
.tree-type-button.active:focus {
  color: #000;
}
.tree-type-button.active:hover {
  color: #fff;
}
.tree-type-button:last-child {
  margin-right: 0px;
}
.tree-type-button.active {
  background: #2eb2fc;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmViMmZjIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDg4YmRkIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2eb2fc), color-stop(100%, #088bdd));
  background: -webkit-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -o-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -ms-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: linear-gradient(to bottom, #2eb2fc 0%, #088bdd 100%);
  filter: none;
  color: #fff;
  cursor: default;
}
.button-terminal {
  height: 60px;
  margin-bottom: 12px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #1C1E21;
  text-transform: uppercase;
  padding-top: 9px;
}
.button-terminal span {
  display: block;
  width: 100%;
  text-align: center;
}
.button-terminal span.switch-to {
  font-size: 13px;
}
.tree-ul,
.bs-tree-ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
}
.tree-li,
.bs-tree-li-1 {
  margin: 0px;
  padding: 0px;
}
.tree-li-1 {
  background: #1d1e22;
}
.tree-a-1 {
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-top: 1px;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.tree-a-1-checkbox {
  display: none;
  float: right;
  left: 3px;
  top: -1px;
}
.bycountry .tree-a-1:hover .tree-a-count,
.bycountry .tree-li-1.open > a .tree-a-count {
  display: none;
}
.bycountry .tree-a-1:hover .tree-a-checkbox,
.bycountry .tree-li-1.open > a .tree-a-checkbox {
  display: block;
}
.tree-a-count {
  float: right;
}
.tree-a-title {
  width: 140px;
  display: inline-block;
}
.tree-ul-2 {
  display: none;
}
.tree-li-2 {
  position: relative;
}
.tree-a-2,
.bs-tree-a-1 {
  background: #272a2f;
  display: block;
  border-top: 1px solid #4a4f58;
  color: #d6d7da;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 7px 6px 9px;
}
.tree-a-2:hover,
.tree-a-2.open,
.bs-tree-a-1:hover {
  background: #363a41;
}
.tree-a-2.open {
  color: #1c9feb;
}
.tree-a-2:hover .tree-a-count,
.tree-a-2.open .tree-a-count {
  display: none;
}
.tree-a-2-title {
  max-width: 148px;
  margin-left: 11px;
}
.tree-a-2 > .tree-a-arrow {
  position: absolute;
  top: 13px;
}
.tree-li-2:first-child .tree-a-2 {
  border-top: none;
}
.tree-a-arrow {
  font-size: 8px;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.tree-a-checkbox {
  background: #272a2f;
  border: #585c69 1px solid;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  width: 18px;
  height: 18px;
  position: relative;
}
.tree-a-checkbox:hover {
  border-color: #8a8e9d;
}
.tree-a-2-checkbox {
  display: none;
  float: right;
  left: 3px;
  top: -1px;
}
.tree-a-2:hover .tree-a-checkbox,
.tree-a-2.open .tree-a-checkbox {
  display: block;
}
.tree-a-checkbox.checked {
  background-image: url(../../images/sprite.png);
  background-position: -47px -210px;
}
.tree-ul-3 {
  display: none;
}
.tree-a-3 {
  background: #363a41;
  display: block;
  border-top: 1px solid #4a4f58;
  color: #d6d7da;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 7px 5px 30px;
  position: relative;
}
.tree-a-3.active .tree-a-title {
  color: #1c9feb;
}
.tree-a-3:hover {
  background: #41464e;
}
.tree-a-3-checkbox {
  position: absolute;
  left: 6px;
  top: 6px;
}
.tree-show-more-1,
.tree-show-more-2 {
  display: none;
}
.tree-show-more-2 {
  border-top: 1px solid #4A4F58;
}
.tree-a-more-1 {
  color: #1C1E21;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: 10px 13px;
  margin-top: 1px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -moz-border-top-right-radius: 2px;
}
.tree-a-more-2 {
  background: #272a2f;
  display: block;
  border-top: 1px solid #4a4f58;
  color: #d6d7da;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 7px 6px 9px;
}
.tree-a-more-2:hover,
.tree-a-more-2.open {
  background: #363a41;
}
/* inner-page */
.inner-page .tree-a-1 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 10px 10px 14px;
}
.inner-page .tree-a-arrow {
  position: absolute;
  top: 11px;
  left: 15px;
}
.inner-page .tree-a-2 {
  background: #363b41;
  color: #fff;
  padding: 7px 9px 6px 26px;
  border-bottom: #4b4f5a 1px solid;
  border-top: none;
}
.inner-page .tree-a-2:hover {
  background: #41454e;
}
.inner-page .tree-a-2.active {
  background: #41454e;
  color: #1a9feb;
}
.inner-page .tree-a-2 .fa-chevron-right:before {
  content: '\f054' !important;
}
.inner-page .tree-header-arrow {
  top: -3px;
}
.inner-page .tree-ul-2 {
  display: none;
  margin-bottom: -1px;
}
.inner-page .tree-li-1.active .tree-ul-2 {
  display: block;
}
/* end inner-page */
.live-favorite-view li {
  display: none;
}
.live-favorite-view li.is-favorite {
  display: block;
  position: relative;
}
.filter-favorites .live-overview-event,
.filter-favorites .live-overview-sport {
  display: none;
}
.filter-favorites .is-favorite-event,
.filter-favorites .is-favorite-sport {
  display: block;
}
.tpl-topBetList {
  margin-bottom: 20px;
}
.bet-section {
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 6px;
}
.bet-section-header {
  border-bottom: 1px solid #323232;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 0px;
}
.bet-section.bs-open {
  border-bottom: none;
}
.bet-section-icon {
  width: 42px;
  height: 42px;
  background: url(../../images/soccer-icon.png);
  position: absolute;
  top: -2px;
  left: 0px;
}
.bet-section-icon object {
  width: 25px;
  height: 25px;
  margin-top: 9px;
  margin-left: 9px;
}
.bet-section-icon img {
  width: 42px;
  height: 42px;
}
.bet-section-subtitle {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  background: #1c1e21;
  padding: 0px 7px 0px 10px;
  position: absolute;
  top: -5px;
  left: 42px;
  text-transform: uppercase;
}
.bet-section.no-icon .bet-section-subtitle {
  padding-left: 0px;
  left: 0px;
}
.bet-section-title {
  padding-top: 18px;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 50px;
}
.bet-section.no-icon .bet-section-title {
  padding-left: 0px;
}
.bet-section-trigger,
.bet-section-remove,
.banner-bets-close {
  position: absolute;
  right: 0px;
  top: 10px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #fff;
  text-align: center;
  padding-top: 7px;
  font-size: 16px;
  padding: 0px;
  line-height: 33px;
}
.bet-section-trigger i.fa-chevron-up,
.bet-section-remove i.fa-chevron-up,
.banner-bets-close i.fa-chevron-up {
  position: relative;
  height: 10px;
  line-height: 9px;
  display: block;
  top: 11px;
}
.bet-section-trigger i.fa-chevron-down,
.bet-section-remove i.fa-chevron-down,
.banner-bets-close i.fa-chevron-down {
  position: relative;
  height: 10px;
  line-height: 9px;
  display: block;
  top: 11px;
}
.bet-section-trigger i.fa-times,
.bet-section-remove i.fa-times,
.banner-bets-close i.fa-times {
  position: relative;
  height: 10px;
  line-height: 9px;
  display: block;
  top: 11px;
}
.bet-section-trigger:hover,
.bet-section-remove:hover {
  background: #272a2f;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.bet-section-content {
  display: none;
}
.bsc-open {
  display: block;
}
.bet-section-tab {
  display: none;
  margin-bottom: 25px;
}
#tpl-lastMinuteList .bet-section {
  padding-bottom: 0px;
}
#tpl-lastMinuteList .bet-section-tab {
  margin-bottom: 0px;
}
#tpl-betList .bet-section:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.bet-section-tab.bs-selected {
  display: block;
}
.bet-section-buttons {
  overflow: hidden;
  padding-top: 10px;
}
.bsh-button {
  float: left;
  color: #000;
  border-radius: 2px 2px 0 0;
  padding: 10px 15px;
  margin-right: 2px;
  cursor: pointer;
}
.bsh-button.bs-selected {
  background: #2eb2fc;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmViMmZjIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDg4YmRkIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2eb2fc), color-stop(100%, #088bdd));
  background: -webkit-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -o-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -ms-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: linear-gradient(to bottom, #2eb2fc 0%, #088bdd 100%);
  filter: none;
  color: #fff;
}
.bet-section-topbutton {
  text-align: center;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 8px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  padding-top: 7px;
  cursor: pointer;
}
.bet-section-expand {
  right: 0px;
}
.bet-section-favorite {
  right: 33px;
}
.bet-section-favorite i {
  width: 13px;
  height: 12px;
  background: url(../../images/sprite.png) no-repeat -73px -86px;
  display: inline-block;
}
.event-list-date {
  color: #b9b9b9;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding-top: 6px;
  padding-bottom: 4px;
}
.event-list-table {
  display: table;
  width: 100%;
  border-spacing: 2px;
  table-layout: fixed;
  margin-bottom: -2px;
  margin-left: -2px;
}
.event-list-row {
  display: table-row;
}
.elc {
  display: table-cell;
  height: 38px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
  font-weight: 300;
  font-size: 12px;
  vertical-align: middle;
  padding: 0px 10px 0px 10px;
  overflow: hidden;
  position: relative;
  background: #535963;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzNTk2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjNhNDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #535963 0%, #363a41 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #535963), color-stop(100%, #363a41));
  background: -webkit-linear-gradient(top, #535963 0%, #363a41 100%);
  background: -o-linear-gradient(top, #535963 0%, #363a41 100%);
  background: -ms-linear-gradient(top, #535963 0%, #363a41 100%);
  background: linear-gradient(to bottom, #535963 0%, #363a41 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#535963', endColorstr='#363a41', GradientType=0);
  filter: none;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.elc.elc-longterm {
  cursor: default;
  background: #2b2e32;
  color: #b9b9b9;
}
.elc-time {
  width: 42px;
  background: #2b2e32;
  padding: 0px;
  text-align: center;
}
.elc-draw {
  width: 20%;
}
.elc-stat {
  width: 42px;
}
.elc-stat-button {
  width: 20px;
  height: 20px;
  background: url(../../images/sprite.png) no-repeat -35px 0px;
  display: inline-block;
  margin: 5px 0px 0px 1px;
}
.elc-more {
  width: 42px;
  text-align: center;
  padding: 0;
}
.elc-more i {
  display: none;
  font-size: 13px;
  position: relative;
  top: 2px;
}
.elc-more.open {
  background: #2b2e32;
}
.elc-more.open .elc-more-count {
  display: none;
}
.elc-more.open i {
  display: block;
}
.elc-more-off {
  width: 42px;
  background: #2b2e32;
}
.elc-odds {
  float: right;
  color: #6ac5ff;
  font-weight: bold;
}
.elc:hover {
  background: #272a2f;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.elc-time:hover,
.elc-more-off:hover,
.elc-off:hover {
  background: #2b2e32;
}
.elc-off {
  background: #2b2e32;
  cursor: default;
}
.elc-odd-title {
  position: relative;
  z-index: 20;
}
.live-overview-event:nth-child(even) .elc-off,
.live-overview-event:nth-child(even) .eoc-off,
.live-overview-event:nth-child(even) .eoc-odds:after {
  background: #34373e;
}
.elc.elc-active,
.eoc-odds.elc-active,
.eoc-odds.elc-active:hover {
  background: #32b6ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMzJiNmZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDU4OGRhIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32b6ff), color-stop(100%, #0588da));
  background: -webkit-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: -o-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: -ms-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: linear-gradient(to bottom, #32b6ff 0%, #0588da 100%);
  filter: none;
  color: #fff;
}
.elc.elc-active .elc-odds {
  color: #fff;
}
.event-list-row-open {
  display: none;
  padding: 2px 0px 3px 21px;
}
.event-list-row-open.longterm-type {
  display: block;
}
.event-list-row-open.longterm-type .elrg-bet-row {
  width: calc(33.33333333%);
  float: left;
  display: inherit;
}
.event-list-row-open.longterm-type .elrg-bet-table {
  border-spacing: 1px;
}
.event-list-row-open.open {
  display: inline-block !important;
  height: auto !important;
}
.elrg-table {
  display: table;
  width: 100%;
  border-spacing: 2px;
  table-layout: fixed;
  margin-left: -2px;
  height: 38px;
  cursor: pointer;
  margin-top: 3px;
}
.elrg-row {
  display: table-row;
}
.elrg-col {
  display: table-cell;
  vertical-align: middle;
  background: #363a41;
  height: 37px;
  padding-top: 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #000;
}
.elrg-title-arrow {
  width: 42px;
  text-align: center;
  font-size: 13px;
}
.elrg-title {
  padding: 1px 10px 0px 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.elrg-bet-title {
  background: #272a2f;
  height: 38px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-right: 4px;
  padding: 11px;
  margin-top: 2px;
}
.elrg-bet-title:first-child {
  margin-top: 0px;
}
.elrg-bet-table {
  display: table;
  width: 100%;
  border-spacing: 2px;
  table-layout: fixed;
  margin-bottom: -2px;
  margin-left: -2px;
}
.elrg-bet-row {
  display: table-row;
}
.elrg-bets {
  display: none;
}
.elr-group.open .elrg-bets {
  display: block;
}
/* live betting overview, nevem vec kam naj ga dam */
.live-single-event {
  margin-top: 30px;
  overflow: hidden;
}
.live-single-event-background {
  position: absolute;
  height: 180px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  left: 0px;
}
.live-single-event-header {
  text-align: center;
  /*height: 180px;*/
}
.live-single-title {
  font-size: 30px;
  padding-top: 12px;
  font-weight: bold;
}
.live-single-score {
  display: inline-block;
  font-size: 72px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 89px;
}
.live-single-time {
  display: inline-block;
  width: 140px;
  position: relative;
  top: -6px;
}
.live-single-timer {
  font-size: 24px;
  padding-bottom: 2px;
}
.live-single-period {
  font-size: 16px;
}
.live-single-point {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.live-single-pointname {
  width: 155px;
  display: inline-block;
  padding-bottom: 4px;
}
.live-single-tree-header {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 20px 15px 18px;
  text-transform: uppercase;
}
.live-single-event-bets {
  position: relative;
  margin-top: 30px;
}
.srw-container-wrapp {
  /*max-width: 870px;*/
  margin: 0 auto;
}
.live-favorites-tree-header {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 20px 15px 18px;
}
.live-tree-a-2 {
  font-size: 12px;
  color: #d6d7da;
  font-family: Arial;
  text-transform: none;
  padding: 10px 10px 8px 10px;
}
.tree-a-live-fav {
  width: 13px;
  height: 12px;
  cursor: pointer;
  background: url(../../images/sprite.png) no-repeat -73px -86px;
  position: absolute;
  right: 9px;
  top: 9px;
}
.tree-a-live-fav.active {
  background-position: -87px -86px;
}
.live-favorite-view .tree-a-live-fav {
  display: none;
}
.tree-a-live-eventname {
  display: block;
  margin-bottom: 11px;
  padding-right: 20px;
}
.is-favorite .tree-a-live-eventname {
  padding-right: 20px;
}
.tree-a-live-time {
  padding-right: 10px;
}
.tree-a-live-score {
  font-size: 16px;
  font-weight: bold;
}
.live-overview-sport-header {
  display: table;
  width: 100%;
  margin-top: 24px;
}
.live-overview-sport-row {
  display: table-row;
}
.ehc {
  display: table-cell;
  border: 1px solid #323232;
  border-right: none;
  padding: 4px 0px;
}
.live-overview-sport-header-title {
  border-left: none;
  font-size: 30px;
  font-family: 'Open Sans';
  color: #fff;
  text-transform: uppercase;
}
.live-overview-sport-header-title img {
  display: block;
  float: left;
  margin-right: 10px;
  width: 42px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.live-overview-sport-header-bets {
  width: 185px;
  font-size: 12px;
  color: #b9b9b9;
  position: relative;
}
.live-overview-sport-header-bets table {
  /*table-layout: fixed;*/
  width: 97%;
  position: absolute;
  top: 2px;
}
.live-overview-sport-header-bets td {
  text-align: center;
  padding: 5px;
  width: 33%;
}
.live-overview-sport-header-more {
  width: 90px;
  position: relative;
}
.live-overview-sport-content {
  margin-top: 7px;
}
.live-overview-event-table {
  display: table;
  width: 100%;
  border-spacing: 2px;
  margin-left: -2px;
  margin-top: -2px;
  height: 38px;
  table-layout: fixed;
}
.live-overview-event-row {
  display: table-row;
}
.live-overview-event-open {
  display: none;
  padding: 2px 0px 3px 21px;
  padding-bottom: 5px;
}
.live-overview-event .elrg-col {
  color: #000;
}
.live-overview-event .elc {
  transition: none;
  -webkit-transition: none;
}
.live-overview-event .elc:hover {
  transition: none;
  -webkit-transition: none;
}
.live-overview-sports.filter-streamed .live-overview-sport {
  display: none;
}
.live-overview-sports.filter-streamed .live-overview-sport.live-channel {
  display: block;
}
.live-overview-sports.filter-streamed .live-overview-event {
  display: none;
}
.live-overview-sports.filter-streamed .live-overview-event.live-channel {
  display: block;
}
.eoc-title-row {
  cursor: pointer;
}
.eoc-title-row .home-name:after {
  content: "-";
  padding-left: 5px;
}
.tree-li-2.live-channel .eoc-title-row:after,
.live-overview-event.live-channel .eoc-title-row:after {
  content: "TV";
  background-color: #236690;
  padding: 2px 4px;
  font-size: 11px;
  font-weight: 600;
  font-style: italic;
  border-radius: 3px;
  margin-right: 5px;
}
.tree-li-2.live-channel .tree-a-live-eventname:after,
.live-overview-event.live-channel .tree-a-live-eventname:after {
  content: "TV";
  background-color: #236690;
  padding: 1px 4px;
  font-size: 10px;
  font-weight: 600;
  font-style: italic;
  border-radius: 3px;
  margin-left: 5px;
}
.live-indicator {
  width: 10px;
  height: 5px;
  position: absolute;
  font-size: 18px;
}
.live-indicator.up {
  left: 4px;
  top: -1px;
  color: #4ec446;
}
.live-indicator.down {
  right: 4px;
  bottom: 10px;
  color: #c43434;
}
.elc-odds .live-indicator.up {
  left: -15px;
  top: -1px;
}
.elc-odds .live-indicator.down {
  left: -15px;
  top: -1px;
}
.slip-bet-ratio .live-indicator.up {
  left: -15px;
  top: -1px;
}
.slip-bet-ratio .live-indicator.down {
  left: -15px;
  top: -1px;
}
.slip-bet-grouptitle {
  font-weight: bold;
  width: 72%;
  float: left;
  display: inline-block;
}
.col-wrapper {
  position: relative;
  height: 38px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 12px 10px;
}
#slip input::-webkit-input-placeholder {
  color: #818894;
  font-size: 10px;
  font-style: italic;
  font-weight: normal;
}
#slip input::-moz-placeholder {
  color: #818894;
  font-size: 10px;
  font-style: italic;
  font-weight: normal;
}
/* firefox 19+ */
#slip input:-ms-input-placeholder {
  color: #818894;
  font-size: 10px;
  font-style: italic;
  font-weight: normal;
}
/* ie */
#slip input.slip-total-stake::-webkit-input-placeholder {
  color: #818894;
}
#slip input.slip-total-stake::-moz-placeholder {
  color: #818894;
}
/* firefox 19+ */
#slip input.slip-total-stake:-ms-input-placeholder {
  color: #818894;
}
/* ie */
.live-favorite-icon {
  display: inline-block;
  width: 19px;
  height: 18px;
  background: url(../../images/sprite.png) no-repeat -81px -55px;
}
.live-favorite-icon.black {
  background-position: -81px -27px;
}
.live-favorite-trigger.active {
  background: #31b6ff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxYjZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg1ZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #31b6ff 0%, #0085da 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31b6ff), color-stop(100%, #0085da));
  background: -webkit-linear-gradient(top, #31b6ff 0%, #0085da 100%);
  background: -o-linear-gradient(top, #31b6ff 0%, #0085da 100%);
  background: -ms-linear-gradient(top, #31b6ff 0%, #0085da 100%);
  background: linear-gradient(to bottom, #31b6ff 0%, #0085da 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31b6ff', endColorstr='#0085da', GradientType=0);
}
.eoc {
  display: table-cell;
  height: 38px;
  position: relative;
}
.eoc-time {
  width: 42px;
  text-align: center;
  text-transform: capitalize;
}
.eoc-title .eoc-game-part-row {
  display: none;
  color: #6ac5ff;
  text-transform: capitalize;
}
.eoc-score {
  float: right;
  color: #6ac5ff;
  font-weight: bold;
}
.eoc-bets {
  width: 183px;
}
.eoc-bets-container {
  position: relative;
  left: 3px;
  top: 0px;
  height: 38px;
}
.eoc-bets .eoc-bets-container:last-child {
  display: none;
  margin-top: 2px;
}
.eoc-more {
  width: 88px;
  vertical-align: top;
}
.eoc-more-subcount i {
  display: none;
  font-size: 13px;
}
.eoc-more-subcount.open {
  background: #2b2e32;
}
.eoc-more-subcount.open .eoc-more-count {
  display: none;
}
.eoc-more-subcount.open i {
  display: block;
  top: 0px;
}
.has-two-rows .eoc-bets .eoc-bets-container {
  display: block;
}
.has-two-rows .eoc-title {
  vertical-align: top;
}
.has-two-rows .eoc-title .eoc-title-row,
.has-two-rows .eoc-title .eoc-game-part-row {
  height: 38px;
  line-height: 38px;
}
.has-two-rows .eoc-title .eoc-game-part-row {
  display: block;
}
.eoc-odds {
  overflow: hidden;
  position: relative;
  width: 58px;
  float: left;
  height: 38px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
  font-weight: 300;
  font-size: 12px;
  padding: 0px;
  padding-top: 12px;
  text-align: center;
  margin-left: 2px;
  background: #535963;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzNTk2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjNhNDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #535963 0%, #363a41 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #535963), color-stop(100%, #363a41));
  background: -webkit-linear-gradient(top, #535963 0%, #363a41 100%);
  background: -o-linear-gradient(top, #535963 0%, #363a41 100%);
  background: -ms-linear-gradient(top, #535963 0%, #363a41 100%);
  background: linear-gradient(to bottom, #535963 0%, #363a41 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#535963', endColorstr='#363a41', GradientType=0);
  filter: none;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.eoc-odds:hover {
  background: #272a2f;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.eoc-more .eoc-bets-container {
  width: 88px;
}
.eoc-more-button {
  width: 42px;
  float: left;
  height: 38px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
  font-weight: 300;
  font-size: 12px;
  padding: 0px;
  padding-top: 12px;
  text-align: center;
  margin-left: 2px;
  background: #535963;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzNTk2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjNhNDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #535963 0%, #363a41 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #535963), color-stop(100%, #363a41));
  background: -webkit-linear-gradient(top, #535963 0%, #363a41 100%);
  background: -o-linear-gradient(top, #535963 0%, #363a41 100%);
  background: -ms-linear-gradient(top, #535963 0%, #363a41 100%);
  background: linear-gradient(to bottom, #535963 0%, #363a41 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#535963', endColorstr='#363a41', GradientType=0);
  filter: none;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.eoc-more-button i {
  position: relative;
  top: -1px;
}
.eoc-more-button:hover {
  background: #272a2f;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.eoc-off {
  background: #2b2e32;
  cursor: default;
}
.live-favorite-trigger.active:hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxYjZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg1ZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #31b6ff 0%, #0085da 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31b6ff), color-stop(100%, #0085da));
  background: -webkit-linear-gradient(top, #31b6ff 0%, #0085da 100%);
  background: -o-linear-gradient(top, #31b6ff 0%, #0085da 100%);
  background: -ms-linear-gradient(top, #31b6ff 0%, #0085da 100%);
  background: linear-gradient(to bottom, #31b6ff 0%, #0085da 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31b6ff', endColorstr='#0085da', GradientType=0);
}
.live-odds {
  position: relative;
}
.live-odds .fa-lock {
  font-size: 17px;
}
.elrg-bet-col .live-odds .fa-lock {
  color: #FFF;
  top: 0px;
  position: absolute;
  right: 0px;
}
.elrg-bet-col.locked {
  background: #2b2e32 !important;
  cursor: default !important;
}
.live-odds.locked {
  background: #2b2e32 !important;
  cursor: default !important;
}
span.bet-title {
  position: relative;
  z-index: 11;
}
.eoc-score-set .eoc-set-score {
  float: left;
  border-right: 1px solid grey;
  padding-right: 3px;
}
.eoc-score-set .eoc-set-score.set-turn-1 .set-home {
  position: relative;
}
.eoc-score-set .eoc-set-score.set-turn-1 .set-home:before {
  content: "";
  background: #fd7600;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -10px;
  top: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.eoc-score-set .eoc-set-score.set-turn-2 .set-guest {
  position: relative;
}
.eoc-score-set .eoc-set-score.set-turn-2 .set-guest:before {
  content: "";
  background: #fd7600;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -10px;
  top: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.eoc-score-set .eoc-game-score {
  float: left;
}
.eoc-score-set .eoc-game-score .eoc-gs-data {
  float: left;
  margin-left: 2px;
}
/* betslip was betslip */
/* ASIDE */
.aside-join-button {
  display: none;
  margin-bottom: 5px;
  height: 72px;
  width: 280px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: relative;
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  padding-left: 34px;
  padding-top: 18px;
  background: #fa7d0a;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmE3ZDBhIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmMxYzAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/join-now-bg.png') no-repeat right top, -moz-linear-gradient(top, #fa7d0a 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa7d0a), color-stop(100%, #fc1c00));
  background: url('../../images/join-now-bg.png') no-repeat right top, -webkit-linear-gradient(top, #fa7d0a 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, -o-linear-gradient(top, #fa7d0a 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, -ms-linear-gradient(top, #fa7d0a 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, linear-gradient(to bottom, #fa7d0a 0%, #fc1c00 100%);
  filter: none;
}
.aside-join-button:hover {
  background: #fe5e00;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmU1ZTAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmMxYzAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/join-now-bg.png') no-repeat right top, -moz-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe5e00), color-stop(100%, #fc1c00));
  background: url('../../images/join-now-bg.png') no-repeat right top, -webkit-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, -o-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, -ms-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, linear-gradient(to bottom, #fe5e00 0%, #fc1c00 100%);
  filter: none;
}
.aside-join-button:active {
  background: #f72d00 url(../../images/join-now-bg.png) no-repeat right top;
}
.aside-join-button span {
  display: block;
  width: 60px;
  height: 48px;
  position: absolute;
  right: 34px;
  top: 11px;
  background: url(../../images/sprite.png) no-repeat 0px -322px;
}
.aside-join-button img {
  position: relative;
  left: -3px;
  display: none;
}
#slip {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  overflow: hidden;
}
.slip-header {
  cursor: pointer;
  height: 40px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  text-align: center;
  padding-top: 9px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #0589d1;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
}
.slip-header-trigger {
  font-size: 13px;
  position: absolute;
  padding: 2px 0px 0px;
  text-align: center;
  right: 9px;
  top: 9px;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: rgba(39, 42, 47, 0.5);
  width: 23px;
  height: 23px;
}
.slip-tabs,
.slip-buttons {
  height: 35px;
  position: relative;
  background: #272a2f;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.41);
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.41);
}
.slip-tab,
.slip-button {
  float: left;
  width: 34%;
  height: 35px;
  border-left: 1px solid #000;
  border-right: 1px solid #494b52;
}
.slip-tab:first-child,
.slip-button:first-child {
  border-left: 0px;
  width: 33%;
}
.slip-tab:last-child,
.slip-button:last-child {
  border-right: none;
  width: 33%;
}
.slip-tab-a,
.slip-button-a {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  display: block;
  height: 34px;
  text-align: center;
  padding-top: 11px;
  margin-top: 1px;
  background: #515862;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxNTg2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZTMxMzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #515862 0%, #2e3136 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #515862), color-stop(100%, #2e3136));
  background: -webkit-linear-gradient(top, #515862 0%, #2e3136 100%);
  background: -o-linear-gradient(top, #515862 0%, #2e3136 100%);
  background: -ms-linear-gradient(top, #515862 0%, #2e3136 100%);
  background: linear-gradient(to bottom, #515862 0%, #2e3136 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515862', endColorstr='#2e3136', GradientType=0);
}
.slip-tab-a:hover,
.slip-button-a:hover {
  background: #5e6571;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNjU3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZTMxMzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #5e6571 0%, #2e3136 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e6571), color-stop(100%, #2e3136));
  background: -webkit-linear-gradient(top, #5e6571 0%, #2e3136 100%);
  background: -o-linear-gradient(top, #5e6571 0%, #2e3136 100%);
  background: -ms-linear-gradient(top, #5e6571 0%, #2e3136 100%);
  background: linear-gradient(to bottom, #5e6571 0%, #2e3136 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e6571', endColorstr='#2e3136', GradientType=0);
}
.slip-tab-a:active,
.slip-button-a:active {
  background: #31343a;
}
.slip-button-a.active {
  background: none;
}
.slip-tab.active .slip-tab-a {
  background: none;
}
.slip-button {
  width: 50% !important;
}
.slip-betlist {
  background: #272A2F;
}
.slip-betlist-header {
  height: 41px;
  background: #272a2f;
  font-size: 12px;
  line-height: 12px;
  padding: 0px 5px 0px 7px;
}
.slip-betlist-header-bankers {
  color: #fff;
  display: inline-block;
  margin-top: 2px;
}
.slip-betlist-clear-all {
  /*cursor: pointer; display: inline-block; height: 18px;*/
  color: #fff;
  float: right;
  margin-top: 2px;
}
.slip-betlist-checkbox,
.slip-livefav-checkbox {
  cursor: pointer;
  top: 4px;
  background: #363A41;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-block;
  margin-right: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.slip-betlist-checkbox-bankers {
  cursor: pointer;
  position: relative;
  top: 7px;
  width: 23px;
  height: 23px;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #585c69;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.slip-betlist-checkbox-bankers:hover {
  border: 1px solid #888c9b;
}
.slip-betlist-checkbox-bankers:active {
  border: 1px solid #adb0ba;
}
.slip-betlist-checkbox-bankers.checked {
  border: none;
  background: #f74e04 url(../../images/sprite.png) no-repeat -75px -454px;
}
.slip-betlist-checkbox-bankers.checked:hover {
  border: 1px solid #fcb57a;
  background-position: -76px -455px;
}
.slip-betlist-checkbox-bankers.checked:active {
  border: 1px solid #fdcea8;
}
.betslip-empty {
  background: #272a2f;
  padding: 30px 14px 30px 14px;
  font-size: 12px;
}
.slip-event {
  background: #2193dc;
  padding: 6px 5px 6px 7px;
  border-top: 1px solid #272a2f;
  /* #272a2f;*/
}
.slip-event:first-child {
  border-top: none;
}
.slip-event-bankers {
  color: #90c9ee;
  font-size: 12px;
  line-height: 12px;
  cursor: pointer;
  display: inline-block;
  height: 23px;
  width: 23px;
  border: 1px solid #90c9ee;
  float: right;
  position: relative;
  top: -4px;
  margin-bottom: 3px;
  padding-top: 5px;
  text-align: center;
  display: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.slip-event-bankers:hover {
  color: #c4e2f5;
  border-color: #c3e2f5;
}
.slip-event-bankers:active {
  color: #c4e1f5;
  background: #4da9e3;
}
.slip-event-bankers.checked {
  color: #fff;
  background: #f74e04;
  border-color: #f74e04;
}
.slip-event-bankers.checked:hover {
  border-color: #fcb57a;
}
.slip-event-bankers.checked:active {
  color: #fdcda7;
  border-color: #fdcea8;
}
.slip-eventname {
  font-size: 14px;
  overflow: hidden;
  padding-top: 4px;
  margin-bottom: 3px;
}
.betslip-title-info {
  margin-right: 11px;
}
/*.betslip-islive-info { background: url(../../../images/sprite.png) 0px -381px; width: 41px; height: 15px; display: inline-block; position: relative; top: 3px;}*/
.betslip-score {
  display: inline-block;
}
.betslip-live-score,
.betslip-islive-info {
  background: #236690;
  display: inline-block;
  position: relative;
  font-size: 11px;
  border: 1px solid #1d5576;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 3px;
  font-style: italic;
  padding: 0px 4px;
  height: 15px;
  top: -1px;
  line-height: 13px;
  vertical-align: middle;
  font-weight: bold;
}
.betslip-islive-info {
  padding-right: 16px;
  margin-right: 5px;
}
.betslip-islive-info i {
  color: #f53d02;
  position: absolute;
  top: 2px;
  right: 3px;
  font-size: 10px;
}
.slip-event-remove {
  background: url(../../images/sprite.png) no-repeat 6px -240px;
  float: right;
  display: inline-block;
  height: 23px;
  width: 23px;
  border: 1px solid #90c9ee;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  top: -4px;
  margin-left: 3px;
}
.slip-event-remove:hover {
  background: url(../../images/sprite.png) no-repeat -33px -240px;
  border: 1px solid #c5e2f5;
}
.slip-event-remove:active {
  background-color: #4da9e3;
}
.slip-bet {
  padding: 0 0 2px;
  overflow: hidden;
}
.slip-bet-name {
  overflow: hidden;
  font-size: 12px;
}
.slip-bet-name > b {
  display: inline-block;
  padding-left: 4px;
}
.slip-bet-ratio {
  float: right;
  height: 20px;
  position: relative;
}
.slip-bet-remove {
  margin-left: 10px;
  background: url(../../images/sprite.png) no-repeat -13px -240px;
  float: right;
  display: inline-block;
  height: 23px;
  width: 23px;
  border: 1px solid #90c9ee;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  top: -4px;
}
.slip-bet-remove:hover {
  background: url(../../images/sprite.png) no-repeat -52px -240px;
  border: 1px solid #c5e2f5;
}
.slip-bet-remove:active {
  background-color: #4da9e3;
}
.slip-bet-stake {
  display: none;
  overflow: hidden;
  font-size: 12px;
  padding-top: 8px;
  width: 100%;
}
.slip-bet-stake.show-single {
  display: block;
}
.slip-bet-stake-value {
  float: right;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: -5px;
}
.slip-bet-stake-input {
  width: 78px;
  height: 22px;
  border: none;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-right: 6px;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Arial';
}
.slip-totals {
  background: #272a2f;
  padding: 7px 12px 18px 12px;
}
.slip-totals-title {
  font-weight: bold;
}
.slip-totals-info {
  display: table;
  width: 100%;
}
.slip-totals-info-label {
  display: table-cell;
  vertical-align: middle;
}
.slip-totals-info-value {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  text-align: right;
  padding: 7px 0px;
}
.slip-totals-info .dynamic-currency {
  font-size: 12px;
}
.slip-totals-input {
  width: 90px;
}
.slip-totals-input {
  width: 78px;
  height: 22px;
  border: none;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-right: 6px;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Arial';
}
.live-locked .o,
.live-locked .slip-bet-stake {
  display: none;
}
/* slip warnings */
.slip-warn-single {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  background: #ff0000;
  color: #ffffff;
  position: relative;
  padding: 10px 0 10px 0px;
  margin: 0 0 0 -10px;
  width: auto;
  overflow: hidden;
}
.slip-warn-single span {
  display: block;
  background: #ffffff;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -6px;
  right: 50%;
  margin-right: -6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  animation: blinkArrow 10s ease 3s;
  -webkit-animation: blinkArrow 10s ease 3s;
  -moz-animation: blinkArrow 10s ease 3s;
  -ms-animation: blinkArrow 10s ease 3s;
}
.slip-warn-single strong {
  font-weight: normal;
  font-size: 10px;
  display: inline-block;
}
.slip-totals {
  /*combi */
}
.slip-totals .slip-warn-single {
  background: #ff0000;
  padding: 10px 12px 10px 0px;
  position: relative;
  margin: 0 -12px;
}
.slip-totals .slip-systems .slip-warn-single {
  padding: 12px 12px 12px 0;
  margin-top: 10px;
  margin-left: -12px;
  text-align: center;
  color: #ffffff;
  font-style: italic;
  left: auto;
  overflow: hidden;
}
.slip-totals-info.slip-total-stake {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  left: -12px;
  background-color: #2193dc;
  padding-left: 12px;
  padding-right: 12px;
  height: 35px;
  width: 280px;
  margin-top: 5px;
}
.slip-totals-info:last-child {
  margin-top: 5px;
}
.slip-betlist-checkbox {
  background: #4c515b url(../../images/sprite.png) no-repeat -20px -207px;
  width: 23px;
  height: 23px;
  margin-right: 0;
  margin-left: 10px;
  position: relative;
  top: 7px;
}
.slip-betlist-checkbox:hover {
  background-color: #666d7b;
}
.slip-betlist-checkbox:active {
  background-color: #7c8492;
}
.slip-livefav-checkbox {
  display: none;
  background: #4c515b url(../../images/sprite.png) no-repeat -21px -209px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 4px;
}
li.is-favorite .slip-livefav-checkbox {
  display: block;
}
.slip-system-header,
.slip-system-row {
  overflow: hidden;
  padding-top: 10px;
  font-size: 12px;
}
.slip-system-header {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}
.slip-system-h-chname,
.slip-system-chname,
.slip-system-name {
  float: left;
  line-height: 22px;
}
.slip-system-checkbox {
  background: none;
  border: 1px solid #585c69;
  width: 23px;
  height: 23px;
  position: relative;
  display: inline-block;
  margin-right: 8px;
  float: left;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.slip-system-checkbox:hover {
  border-color: #888c9b;
}
.slip-system-checkbox:active {
  border-color: #adb0ba;
}
.slip-system-checkbox.checked {
  background: url(../../images/sprite.png) no-repeat -75px -168px;
}
.slip-system-checkbox.checked:hover {
  border-color: #585c69;
}
.slip-system-checkbox.checked:active {
  border-color: #585c69;
}
.slip-system-h-perbet,
.slip-system-h-total,
.slip-system-perbet,
.slip-system-total {
  float: right;
  line-height: 20px;
}
.slip-system-h-total {
  width: 54px;
  line-height: 20px;
}
.slip-system-h-perbet {
  width: 70px;
}
.slip-system-multi {
  float: left;
  line-height: 22px;
  margin-right: 7px;
  font-weight: 700;
}
.slip-system-multi-input,
.slip-system-total-input {
  border: none;
  background: #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-right: 6px;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  font-family: 'Arial';
}
.slip-system-multi-input {
  width: 45px;
  height: 22px;
  margin-right: 8px;
}
.slip-system-total-input {
  width: 63px;
  height: 22px;
}
.slip-system-buttons {
  padding: 20px 0px 20px 0;
}
.slip-system-select-all {
  cursor: pointer;
  font-size: 13px;
  line-height: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  padding: 8px;
  outline: none;
  border: none;
  background: #cfd7e2;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjY2ZkN2UyIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjOWFhMWE5IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #cfd7e2 0%, #9aa1a9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfd7e2), color-stop(100%, #9aa1a9));
  background: -webkit-linear-gradient(top, #cfd7e2 0%, #9aa1a9 100%);
  background: -o-linear-gradient(top, #cfd7e2 0%, #9aa1a9 100%);
  background: -ms-linear-gradient(top, #cfd7e2 0%, #9aa1a9 100%);
  background: linear-gradient(to bottom, #cfd7e2 0%, #9aa1a9 100%);
  filter: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.slip-system-select-all::-moz-focus-inner {
  border: 0;
}
.slip-system-select-all:hover {
  background: #cacbcc;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjY2FjYmNjIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWFlZWYzIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #cacbcc 0%, #eaeef3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cacbcc), color-stop(100%, #eaeef3));
  background: -webkit-linear-gradient(top, #cacbcc 0%, #eaeef3 100%);
  background: -o-linear-gradient(top, #cacbcc 0%, #eaeef3 100%);
  background: -ms-linear-gradient(top, #cacbcc 0%, #eaeef3 100%);
  background: linear-gradient(to bottom, #cacbcc 0%, #eaeef3 100%);
  filter: none;
}
.slip-system-select-all:active {
  background: #9ca2ab;
  outline: none;
  border: none;
}
.slip-systems {
  position: relative;
}
.slip-systems .sys-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(39, 42, 47, 0.7);
  padding-top: 58px;
}
.slip-odds-changed-selection {
  position: relative;
  background: #272a2f;
  padding: 10px 14px 19px;
  font-size: 12px;
}
.slip-odds-changed-checkbox {
  top: -5px;
  background: none;
  border: 1px solid #585c69;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 23px;
  height: 23px;
  position: relative;
  display: inline-block;
  margin-right: 7px;
  float: left;
  cursor: pointer;
}
.slip-odds-changed-selection span.proceed-tooltip {
  display: none;
}
.slip-odds-changed-selection .slip-odds-changed-checkbox:hover + span.proceed-tooltip {
  margin-bottom: 5px;
  position: absolute;
  bottom: 100%;
  left: 5px;
  display: block;
  max-width: 200px;
  padding: 8px;
  font-size: 11px;
  line-height: 18px;
  color: #262a2e;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.55);
}
.slip-odds-changed-selection span.proceed-tooltip:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 17px;
  display: block;
  width: 9px;
  height: 9px;
  background: #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.slip-odds-changed-checkbox:hover,
.slip-odds-changed-checkbox.checked:hover {
  border: 1px solid #898d9c;
}
.slip-odds-changed-checkbox:active,
.slip-odds-changed-checkbox.checked:active {
  border: 1px solid #aeb1bb;
}
.slip-odds-changed-checkbox.checked {
  border: 1px solid #585c69;
  background: url(../../images/sprite.png) no-repeat -75px -168px;
}
.slip-request-stake {
  padding: 15px;
  background: #40454d;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #272a2f;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
.slip-place-bet {
  padding: 14px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
  float: left;
  width: 80%;
}
.slip-revert-bet {
  padding: 14px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
  float: left;
  width: 20%;
  color: black;
}
.slip-revert-bet .fa-chevron-right {
  margin-right: -7px;
}
.slip-pre-place-bet {
  padding: 14px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
}
.slip-bet-confirm {
  display: none;
  overflow: hidden;
}
.slip-button-disabled {
  background: #40454D;
  color: rgba(255, 255, 255, 0.3);
  cursor: default;
}
.bs-superpay-bonus {
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmZmZmZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZGRkZGRkIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #dddddd 100%);
  filter: none;
  padding: 10px 12px;
  position: relative;
  left: -12px;
  width: 280px;
  overflow: hidden;
}
.bs-superpay-bonus .title {
  color: black;
  font-size: 14px;
  float: left;
}
.bs-superpay-bonus .percent-holder {
  width: 100%;
  overflow: hidden;
}
.bs-superpay-bonus .percent-holder #sbp-percent {
  float: left;
}
.bs-superpay-bonus .progress-holder {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #bbb;
}
.bs-superpay-bonus .progress-holder .title {
  margin-bottom: 15px;
}
.bs-superpay-bonus .progress-holder .progress-wrap {
  width: 100%;
  padding: 3px 7px 3px 6px;
  background: #fff;
  border: 1px solid #bbb;
}
.bs-superpay-bonus .progress-holder .ui-slider-horizontal {
  height: 5px;
  opacity: 1;
}
.bs-superpay-bonus .progress-holder .ui-widget-content {
  border: 1px solid #c0c0c0;
  background: #ccc;
  position: relative;
  border: none;
}
.bs-superpay-bonus .progress-holder .ui-corner-all {
  border-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
}
.bs-superpay-bonus .progress-holder .ui-slider-handle.ui-state-default {
  width: 9px;
  height: 9px;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  top: -2px;
  margin-left: -4px;
  background: #fa7a0a;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmE3YTBhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0NDQwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-radial-gradient(center, ellipse cover, #fa7a0a 20%, #f44407 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(20%, #fa7a0a), color-stop(100%, #f44407));
  background: -webkit-radial-gradient(center, ellipse cover, #fa7a0a 20%, #f44407 100%);
  background: -o-radial-gradient(center, ellipse cover, #fa7a0a 20%, #f44407 100%);
  background: -ms-radial-gradient(center, ellipse cover, #fa7a0a 20%, #f44407 100%);
  background: radial-gradient(ellipse at center, #fa7a0a 20%, #f44407 100%);
  filter: none;
}
.bs-superpay-bonus .progress-holder .ui-slider-range {
  background: #f43000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0MzAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2ZhN2EwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, #f43000 0%, #fa7a0a 65%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f43000), color-stop(65%, #fa7a0a));
  background: -webkit-linear-gradient(left, #f43000 0%, #fa7a0a 65%);
  background: -o-linear-gradient(left, #f43000 0%, #fa7a0a 65%);
  background: -ms-linear-gradient(left, #f43000 0%, #fa7a0a 65%);
  background: linear-gradient(to right, #f43000 0%, #fa7a0a 65%);
  filter: none;
}
.bs-superpay-bonus .spb-value-holder {
  float: right;
  color: #fb5a0d;
  font-size: 14px;
  font-weight: bold;
}
.bs-superpay-bonus .winnings-holder #sbp-value {
  float: left;
  padding-right: 5px;
}
/*
.slip-tax-section {
	display: none;
	border-top: 1px solid #42464e;
	margin-top: 5px;
	padding-top: 5px;

	.slip-totals-info-value {
		padding: 3px 0;
	}

	.slip-totals-info {
		margin-top: 0;
		.slip-tax-pct {
			font-size: 12px;
		}
	}
}*/
.slip-totals .slip-tax-section {
  display: none;
}
.slip-totals.slip-is-taxable .slip-tax-section {
  display: block !important;
}
.slip-totals.slip-is-taxable .slip-totals-info.slip-tax-stake {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  left: -12px;
  background-color: #2193dc;
  padding-left: 12px;
  padding-right: 12px;
  height: 35px;
  width: 280px;
  margin-top: 5px;
}
.slip-totals.slip-is-taxable .slip-totals-info.slip-total-stake {
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  position: static;
  margin-top: 3px;
  width: 100%;
  height: auto;
  padding: 0;
  padding-top: 5px;
  background: transparent;
  border-top: 1px solid #42464e;
}
.slip-totals.slip-is-taxable .slip-totals-info.slip-total-stake .slip-totals-info-value {
  padding: 2px 0;
}
.slip-totals.slip-is-taxable .slip-totals-info .slip-tax-pct {
  font-size: 12px;
}
.slip-totals.slip-is-taxable .slip-totals-info .slip-tax-amount {
  padding: 5px 0;
}
.fb-icon {
  display: inline-block;
  width: 9px;
  height: 18px;
  background: url(../../images/sprite.png) no-repeat 0px -267px;
}
.tw-icon {
  display: inline-block;
  width: 19px;
  height: 18px;
  background: url(../../images/sprite.png) no-repeat -10px -271px;
}
.mail-icon {
  display: inline-block;
  width: 24px;
  height: 15px;
  background: url(../../images/sprite.png) no-repeat -29px -270px;
}
.pushbox-separator {
  height: 30px;
  border-bottom: 1px solid #323232;
}
.aside-pushbox {
  padding-top: 30px;
}
.aside-pushbox .subtitle {
  font-size: 13px;
  padding-left: 52px;
  font-weight: 300;
  line-height: 10px;
  padding-bottom: 10px;
}
.aside-pushbox .title {
  font-size: 28px;
  text-transform: uppercase;
  padding-left: 51px;
  font-weight: 300;
  position: relative;
  line-height: 21px;
}
.aside-pushbox .title:before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: url(../../images/sprite.png) no-repeat -108px -808px;
}
.aside-pushbox .frame {
  margin-top: 22px;
  width: 282px;
  height: 186px;
  background: #000;
  border: 1px solid #323232;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.aside-pushbox .navi {
  display: none;
  height: 4px;
  border-top: 1px solid #323232;
  margin-top: 15px;
  text-align: center;
  padding-bottom: 5px;
}
.aside-pushbox .pushbox-navi {
  background: #1C1E21;
  position: relative;
  top: -8px;
  display: inline-block;
  padding: 0px 8px;
}
.aside-pushbox .pushbox-navi span {
  width: 10px;
  height: 9px;
  background: grey;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  margin: 0px 3px;
  background: #535963;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjNTM1OTYzIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMzYzYTQxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #535963 0%, #363a41 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #535963), color-stop(100%, #363a41));
  background: -webkit-linear-gradient(top, #535963 0%, #363a41 100%);
  background: -o-linear-gradient(top, #535963 0%, #363a41 100%);
  background: -ms-linear-gradient(top, #535963 0%, #363a41 100%);
  background: linear-gradient(to bottom, #535963 0%, #363a41 100%);
  filter: none;
}
.aside-pushbox .pushbox-navi span.active {
  background: #2fb5fe;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmZiNWZlIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDQ4M2QyIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2fb5fe), color-stop(100%, #0483d2));
  background: -webkit-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: -o-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: -ms-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: linear-gradient(to bottom, #2fb5fe 0%, #0483d2 100%);
  filter: none;
  cursor: default;
}
.aside-pushbox .pushbox-element,
.casino .boxPushbox {
  position: absolute;
  overflow: hidden;
  left: 1px;
  top: 1px;
}
.aside-pushbox .pushbox-element .button,
.casino .boxPushbox .button {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 500;
  width: 190px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  bottom: 23px;
  left: 45px;
  position: absolute;
  z-index: 2;
  background: #2fb5fe;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmZiNWZlIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDQ4M2QyIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2fb5fe), color-stop(100%, #0483d2));
  background: -webkit-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: -o-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: -ms-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: linear-gradient(to bottom, #2fb5fe 0%, #0483d2 100%);
  filter: none;
}
.aside-pushbox .pushbox-element .button:hover,
.casino .boxPushbox .button:hover {
  background: #1bc4ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMWJjNGZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDE5OWVjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1bc4ff), color-stop(100%, #0199ec));
  background: -webkit-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: -o-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: -ms-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: linear-gradient(to bottom, #1bc4ff 0%, #0199ec 100%);
  filter: none;
}
.aside-pushbox .pushbox-element .button:active,
.casino .boxPushbox .button:active {
  background: #078adc;
}
.pushboxAside {
  float: left;
  margin: 0 0 60px;
}
.pushboxAside.casinoPushboxAside {
  margin-bottom: 15px;
  padding-top: 0 !important;
}
.pushboxAside.casinoPushboxAside .title:before {
  background: url(../../images/sprite.png) no-repeat -248px -808px;
}
.pushboxAside .subtitle {
  font-size: 13px;
  padding-left: 52px;
  font-weight: 300;
  line-height: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.pushboxAside .title {
  font-size: 25px;
  text-transform: uppercase;
  padding-left: 51px;
  font-weight: 300;
  position: relative;
  line-height: 21px;
}
.pushboxAside .title:before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: url(../../images/sprite.png) no-repeat -108px -808px;
}
.pushboxAside .frame {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
}
.pushboxAside .frame:after {
  content: "";
  width: 100%;
  border-top: 1px solid #323232;
  text-align: center;
  padding-bottom: 0;
  position: absolute;
  top: 216px;
  left: 0;
  z-index: 0;
}
.pushboxAside .slick-slider {
  height: 211px;
}
.pushboxAside .slick-dots {
  background: #1C1E21;
  position: relative;
  height: 17px;
  margin: 0 auto;
  z-index: 10;
  width: 70px;
  top: inherit;
  bottom: 0;
  display: inherit;
  padding: 0;
}
.pushboxAside .slick-dots li {
  width: 9px;
  height: 9px;
  background: grey;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  margin: 0px 3px;
  background: #535963;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjNTM1OTYzIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMzYzYTQxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #535963 0%, #363a41 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #535963), color-stop(100%, #363a41));
  background: -webkit-linear-gradient(top, #535963 0%, #363a41 100%);
  background: -o-linear-gradient(top, #535963 0%, #363a41 100%);
  background: -ms-linear-gradient(top, #535963 0%, #363a41 100%);
  background: linear-gradient(to bottom, #535963 0%, #363a41 100%);
  filter: none;
}
.pushboxAside .slick-dots li.slick-active {
  background: #2fb5fe;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmZiNWZlIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDQ4M2QyIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2fb5fe), color-stop(100%, #0483d2));
  background: -webkit-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: -o-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: -ms-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: linear-gradient(to bottom, #2fb5fe 0%, #0483d2 100%);
  filter: none;
  cursor: default;
}
.pushboxAside .slick-list {
  margin-top: 22px;
  width: 282px;
  background: #000;
  border: 1px solid #323232;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.pushboxAside .slick-track {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pushboxAside .pushboxAsideElement {
  position: relative;
  height: ;
  overflow: hidden;
  left: 1px;
  top: 1px;
}
.pushboxAside .pushboxAsideElement img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.pushboxAside .pushboxAsideElement .button {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 500;
  width: 190px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  bottom: 23px;
  left: 45px;
  position: absolute;
  z-index: 2;
  text-transform: uppercase;
  background: #2fb5fe;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmZiNWZlIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDQ4M2QyIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2fb5fe), color-stop(100%, #0483d2));
  background: -webkit-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: -o-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: -ms-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: linear-gradient(to bottom, #2fb5fe 0%, #0483d2 100%);
  filter: none;
}
.pushboxAside .pushboxAsideElement .button:hover {
  background: #1bc4ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMWJjNGZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDE5OWVjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1bc4ff), color-stop(100%, #0199ec));
  background: -webkit-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: -o-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: -ms-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: linear-gradient(to bottom, #1bc4ff 0%, #0199ec 100%);
  filter: none;
}
.pushboxAside .pushboxAsideElement .button:active {
  background: #078adc;
}
/*This will work for firefox*/
@-moz-document url-prefix() {
  .pushboxAside .slick-dots {
    margin: 3px auto !important;
  }
}
/* popup windows */
body.overlayOpen {
  overflow: hidden;
  height: 100%;
}
#global-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=30);
  z-index: 20000;
}
.popup-window a:hover {
  color: #2fb5fe;
}
.popup-window {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30000;
  display: none;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  text-align: center;
  padding: 80px 70px 70px 70px;
}
.popup-window .p-close {
  position: absolute;
  top: -12px;
  right: -12px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #32b6ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMzJiNmZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDI4NmRiIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32b6ff), color-stop(100%, #0286db));
  background: -webkit-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: -o-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: -ms-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: linear-gradient(to bottom, #32b6ff 0%, #0286db 100%);
  filter: none;
  cursor: pointer;
}
.popup-window .p-close:hover {
  background: #1bc4ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMWJjNGZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDE5OWVjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1bc4ff), color-stop(100%, #0199ec));
  background: -webkit-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: -o-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: -ms-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: linear-gradient(to bottom, #1bc4ff 0%, #0199ec 100%);
  filter: none;
}
.popup-window .p-close:active {
  background: #078bdf;
}
.popup-window .p-close span {
  display: block;
  width: 23px;
  height: 23px;
  background: url(../../images/sprite.png) no-repeat -59px 4px;
}
.popup-window .p-center {
  position: relative;
  background: #1d1e22;
  padding: 25px 30px 35px 30px;
  display: inline-block;
  text-align: left;
}
.popup-window .p-title {
  position: relative;
  border-bottom: 1px solid #333;
  height: 62px;
}
.popup-window .p-title .p-title-text {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 10px;
  background: #1d1e22;
}
.popup-window .p-content {
  margin: 23px 0 0 0;
  padding: 0;
}
/* custom customOryxPopup */
.popup-window.customOryxPopup {
  height: inherit;
  width: 480px !important;
}
.popup-window.customOryxPopup .p-title-text {
  color: #fff;
}
.popup-window.customOryxPopup .p-title-text h1 {
  display: none;
}
.popup-window.customOryxPopup .p-center {
  width: 480px;
  text-align: left;
  padding-bottom: 0;
}
.popup-window.customOryxPopup .p-center .p-inner-msg {
  margin: 20px 0 10px 0;
}
.popup-window.customOryxPopup .p-buttons {
  margin: 10px 0;
  padding: 5px 30px 20px 30px;
  overflow: hidden;
}
.popup-window.customOryxPopup .p-buttons .btn {
  height: 56px;
  font-size: 16px;
  font-weight: bold;
  line-height: 56px;
  margin-right: 10px;
}
.oryxCashier.oryxCashierCustomContainer .ocContainer {
  height: auto !important;
}
/* verification */
.popup-window.verification .p-center {
  width: 480px;
  text-align: center;
}
.popup-window.verification .p-title {
  height: auto;
  padding: 6px 0 20px 0;
}
.popup-window.verification .p-title .p-title-text {
  font-size: 32px;
  line-height: 32px;
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
}
.popup-window.verification .p-content {
  margin-top: 48px;
}
.popup-window.verification .p-close {
  display: none;
}
@keyframes totop {
  0% {
    top: 90px;
  }
  40% {
    top: 0px;
  }
  60% {
    top: 0px;
  }
  100% {
    top: -90px;
  }
}
@-webkit-keyframes totop {
  0% {
    top: 90px;
  }
  40% {
    top: 0px;
  }
  60% {
    top: 0px;
  }
  100% {
    top: -90px;
  }
}
.verification-logo {
  position: relative;
  width: 92px;
  height: 75px;
  display: block;
  margin: 0 auto 39px;
  overflow: hidden;
}
.verification-img {
  position: absolute;
  width: 91px;
  height: 75px;
  display: block;
  margin: 0 auto;
  background: url(../../images/verification-img.png) no-repeat;
}
.verification-bg-white {
  position: absolute;
  top: 0px;
  width: 91px;
  height: 75px;
  display: block;
  margin: 0 auto;
  background: #fff;
}
.verification-bg-blue {
  position: absolute;
  top: 80px;
  width: 91px;
  height: 75px;
  display: block;
  margin: 0 auto;
  background: #31b6ff;
  animation: totop 4s infinite linear;
  -webkit-animation: totop 4s infinite linear;
  -ms-animation: totop 2s infinite linear;
  -o-animation: totop 4s infinite linear;
}
/* registration */
.popup-window.modalRegistration .p-center {
  width: 860px;
  padding: 30px;
}
.popup-window .p-buttons {
  margin-top: 28px;
}
.popup-window .p-buttons button {
  padding: 15px 0;
}
.popup-window .p-buttons button {
  display: block;
  border: none;
  width: 186px;
  height: 56px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
/* login popup */
.popup-window.modalLogin .p-row {
  padding-bottom: 16px;
}
.popup-window.modalLogin .p-row label {
  display: block;
  color: #fff;
  font-size: 13px;
  font-family: Arial, sans-serif;
  padding: 0 0 8px 2px;
}
.popup-window.modalLogin .p-row input {
  color: #212121;
  background: #eaeaea;
  padding: 8px 10px;
  outline: none;
  border: none;
  font-family: Arial, sans-serif;
  font-size: 14px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.popup-window.modalLogin .p-row input:focus {
  background: #fff;
  color: #212121;
}
.popup-window.modalLogin .p-row a.forgot-password {
  display: block;
  width: 100%;
  font-size: 13px;
  margin-top: 14px;
  font-family: Arial, sans-serif;
}
.popup-window.modalLogin .p-row.button {
  padding: 15px 0;
}
.popup-window.modalLogin .p-row.button button {
  display: block;
  border: none;
  margin: 0px auto;
  width: 295px;
  height: 45px;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.popup-window.modalLogin .p-row.link {
  padding: 10px 0 0 0;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-family: Arial, sans-serif;
}
/* notification */
.popup-window.notification .p-content {
  min-width: 300px;
}
.popup-window.notification.rules-change .p-inner-msg {
  text-transform: uppercase;
}
.popup-window.oryxNotification .p-content {
  min-width: 300px;
}
.popup-window.customAlert .p-content {
  min-width: 300px;
}
.popup-window.customAlert .p-content span {
  font-weight: 600;
}
.popup-window.customAlert .p-content ul {
  margin-left: 18px;
  margin-top: 9px;
}
.popup-window.customAlert .p-content li {
  padding: 5px 0;
}
.popup-window.acceptTC > .p-center {
  max-width: 80%;
}
.popup-window.acceptTC .p-content {
  min-width: 600px;
}
.popup-window.acceptTC .p-accept-button {
  background: #fa7d0a;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmE3ZDBhIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmMxYzAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/join-now-bg.png') no-repeat right top, -moz-linear-gradient(top, #fa7d0a 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa7d0a), color-stop(100%, #fc1c00));
  background: url('../../images/join-now-bg.png') no-repeat right top, -webkit-linear-gradient(top, #fa7d0a 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, -o-linear-gradient(top, #fa7d0a 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, -ms-linear-gradient(top, #fa7d0a 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, linear-gradient(to bottom, #fa7d0a 0%, #fc1c00 100%);
  filter: none;
}
.popup-window.acceptTC .p-accept-button:hover {
  background: #fe5e00;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmU1ZTAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmMxYzAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/join-now-bg.png') no-repeat right top, -moz-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe5e00), color-stop(100%, #fc1c00));
  background: url('../../images/join-now-bg.png') no-repeat right top, -webkit-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, -o-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, -ms-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, linear-gradient(to bottom, #fe5e00 0%, #fc1c00 100%);
  filter: none;
}
.popup-window.acceptTC .p-accept-button:active {
  background: #f72d00 url(../../images/join-now-bg.png) no-repeat right top;
}
.popup-window.acceptTC .p-dismiss-button {
  float: right;
  color: black;
}
.popup-window.acceptTC .p-close {
  display: none;
}
.popup-window.acceptTC .p-buttons-center {
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.popup-window.acceptTC .p-buttons-center button {
  display: inline-block;
  float: none;
  margin: 0px 5px;
}
.popup-window.acceptTC .p-inner-content {
  /*max-height: 500px; overflow-y: scroll;*/
}
.popup-window.showTC > .p-center {
  max-width: 800px;
  min-width: 600px;
}
.popup-window.passwordChange .p-content {
  min-width: 300px;
}
.popup-window.passwordChange .p-inner-msg {
  margin-bottom: 25px;
}
.popup-window.passwordChange .p-row {
  padding-bottom: 16px;
  width: 270px;
  margin: 0 auto;
}
.popup-window.passwordChange .p-row label {
  display: block;
  color: #9c9c9c;
  font-size: 14px;
  font-family: Arial, sans-serif;
  padding-bottom: 8px;
}
.popup-window.passwordChange .p-row input {
  width: 100%;
  color: white;
  background: #1d1e22;
  padding: 8px 10px;
  outline: none;
  border: 1px solid #52565c;
  font-family: Arial, sans-serif;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.popup-window.passwordChange .p-row input:focus {
  background: #2b2e33;
}
.popup-window.passwordChange .p-row input.error {
  border-color: #2193dc;
}
.popup-window.passwordChange .p-row.errors {
  color: #2193dc;
  text-align: center;
  padding: 0;
}
.popup-window.betslipConfirm .p-content {
  min-width: 300px;
}
.popup-window.betslipConfirm .p-inner-select {
  margin-top: 20px;
}
.popup-window.betslipPayout .p-content {
  min-width: 300px;
}
.popup-window.betslipPayout .p-inner-select {
  margin-top: 20px;
}
.popup-window.betslipFactor .p-content {
  min-width: 300px;
}
.popup-window.betslipFactor .p-inner-select {
  margin-top: 20px;
}
/* firstDeposit */
.popup-window.firstDeposit .p-center {
  position: relative;
  background: #1d1e22;
  padding: 20px;
  display: inline-block;
  text-align: left;
  width: 440px;
}
.popup-window.firstDeposit p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: 300;
}
.popup-window.firstDeposit p:last-of-type {
  margin-bottom: 20px;
}
.popup-window.firstDeposit figure {
  position: relative;
  margin-bottom: 15px;
}
.popup-window.firstDeposit figure .badge {
  position: absolute;
  width: 344px;
  height: 138px;
  left: 50%;
  margin: 0 0 -69px -172px;
  bottom: 50%;
}
.popup-window.firstDeposit .button {
  font-size: 16px;
  font-weight: 500;
  padding: 16px 0;
  text-align: center;
  width: 190px;
  height: 54px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: #2fb5fe;
  background: #32b6ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMzJiNmZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDI4NmRiIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32b6ff), color-stop(100%, #0286db));
  background: -webkit-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: -o-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: -ms-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: linear-gradient(to bottom, #32b6ff 0%, #0286db 100%);
  filter: none;
  text-transform: uppercase;
  display: inline-block;
  float: left;
}
.popup-window.firstDeposit .button:hover,
.popup-window.firstDeposit .button:active {
  background: #078bdf;
}
.popup-window.firstDeposit .button.orange {
  background: #fd7600;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmQ3NjAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZjcyZDAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd7600), color-stop(100%, #f72d00));
  background: -webkit-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: -o-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: -ms-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: linear-gradient(to bottom, #fd7600 0%, #f72d00 100%);
  filter: none;
}
.popup-window.firstDeposit .button.orange:hover,
.popup-window.firstDeposit .button.orange:active {
  background: #fe5c00;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmU1YzAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmMxYzAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #fe5c00 0%, #fc1c00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe5c00), color-stop(100%, #fc1c00));
  background: -webkit-linear-gradient(top, #fe5c00 0%, #fc1c00 100%);
  background: -o-linear-gradient(top, #fe5c00 0%, #fc1c00 100%);
  background: -ms-linear-gradient(top, #fe5c00 0%, #fc1c00 100%);
  background: linear-gradient(to bottom, #fe5c00 0%, #fc1c00 100%);
  filter: none;
}
.popup-window.firstDeposit .button.tworow {
  padding: 6px 0 7px;
  margin-left: 20px;
}
.popup-window.firstDeposit .button span {
  display: block;
  font-size: 16px;
  margin-top: -3px;
  font-weight: 500;
}
/* chat notification */
.popup-window.chatNotification .p-title .p-title-text {
  font-size: 32px;
  text-transform: none;
}
.popup-window.chatNotification .p-content {
  min-width: 400px;
}
.popup-window.chatNotification .p-content .p-inner-area {
  width: 400px;
  background: #333333 url(../../images/chatnotification.jpg) no-repeat left center;
  min-height: 155px;
  margin-bottom: 30px;
  padding: 26px;
  padding-left: 170px;
  font-size: 15px;
}
.popup-window.chatNotification .button {
  font-size: 14px;
  font-weight: bold;
  padding: 16px 0;
  text-align: center;
  width: 185px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: #2fb5fe;
  background: #32b6ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMzJiNmZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDI4NmRiIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32b6ff), color-stop(100%, #0286db));
  background: -webkit-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: -o-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: -ms-linear-gradient(top, #32b6ff 0%, #0286db 100%);
  background: linear-gradient(to bottom, #32b6ff 0%, #0286db 100%);
  filter: none;
  text-transform: uppercase;
  display: inline-block;
  float: left;
}
.popup-window.chatNotification .button:hover,
.popup-window.chatNotification .button:active {
  background: #078bdf;
}
.popup-window.chatNotification .button.orange {
  background: #fd7600;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmQ3NjAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZjcyZDAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd7600), color-stop(100%, #f72d00));
  background: -webkit-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: -o-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: -ms-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: linear-gradient(to bottom, #fd7600 0%, #f72d00 100%);
  filter: none;
}
.popup-window.chatNotification .button.orange:hover,
.popup-window.chatNotification .button.orange:active {
  background: #fe5c00;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmU1YzAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmMxYzAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #fe5c00 0%, #fc1c00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe5c00), color-stop(100%, #fc1c00));
  background: -webkit-linear-gradient(top, #fe5c00 0%, #fc1c00 100%);
  background: -o-linear-gradient(top, #fe5c00 0%, #fc1c00 100%);
  background: -ms-linear-gradient(top, #fe5c00 0%, #fc1c00 100%);
  background: linear-gradient(to bottom, #fe5c00 0%, #fc1c00 100%);
  filter: none;
}
.popup-window.chatNotification .button.p-accept {
  float: right;
}
.popup-window {
  /* game popup */
}
.popup-window.gamePopup {
  padding-top: 15px;
}
.popup-window.gamePopup .p-login-register {
  padding: 15px 20px;
  max-width: 900px;
  height: 80px;
  width: 900px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -450px 0 0 -450px;
  background: #1d1e22;
  border: 1px solid #3D3E40;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.popup-window.gamePopup .p-login-register .p-bonus-text {
  width: calc((100% - 40%) - 45px);
  font-size: 22px;
  line-height: 1.15em;
  text-align: center;
  float: left;
  margin-right: 2%;
  text-transform: uppercase;
  color: #FFF;
}
.popup-window.gamePopup .p-login-register .p-bonus-text strong {
  font-weight: bold;
  color: #FFF;
}
.popup-window.gamePopup .p-login-register .p-button-register {
  float: right;
  height: 50px;
  line-height: 50px;
  border: none;
  text-transform: uppercase;
  padding: 0;
  width: 25%;
  margin-right: 30px;
  font-size: 20px;
  box-shadow: none;
  cursor: pointer;
  background: #fd7600;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmQ3NjAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZjcyZDAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -moz-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd7600), color-stop(100%, #f72d00));
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -o-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -ms-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, linear-gradient(to bottom, #fd7600 0%, #f72d00 100%);
  filter: none;
  background-size: contain;
}
.popup-window.gamePopup .p-login-register .p-button-register:hover {
  background: #fe5e00;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmU1ZTAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmMxYzAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -moz-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe5e00), color-stop(100%, #fc1c00));
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -o-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -ms-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, linear-gradient(to bottom, #fe5e00 0%, #fc1c00 100%);
  filter: none;
  background-size: contain;
}
.popup-window.gamePopup .p-login-register .p-button-register:active {
  background: #ff8e4c;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmY4ZTRjIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmY4ZTRjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -moz-linear-gradient(top, #ff8e4c 0%, #ff8e4c 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8e4c), color-stop(100%, #ff8e4c));
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-linear-gradient(top, #ff8e4c 0%, #ff8e4c 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -o-linear-gradient(top, #ff8e4c 0%, #ff8e4c 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -ms-linear-gradient(top, #ff8e4c 0%, #ff8e4c 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, linear-gradient(to bottom, #ff8e4c 0%, #ff8e4c 100%);
  filter: none;
}
.popup-window.gamePopup .p-login-register .p-button-login {
  float: right;
  height: 50px;
  line-height: 50px;
  width: auto;
  border: none;
  text-transform: uppercase;
  padding: 0 20px;
  font-size: 20px;
  box-shadow: none;
  cursor: pointer;
}
.popup-window.gamePopup .p-center {
  background: #191919;
  padding: 7px;
  max-width: 1032px;
  width: 900px;
  height: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -330px 0 0 -450px;
  border: 1px solid #3D3E40;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.popup-window.gamePopup .p-center .p-content-game {
  font-size: 16px;
  font-weight: 600;
  padding: 6px 0 10px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.popup-window.gamePopup .p-center .p-content {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 94.3%;
  background: url(../../images/casino-games/ajaxgray.gif) no-repeat center;
  border: 1px solid #3D3E40;
}
.popup-window.gamePopup .p-center .p-content iframe {
  display: block;
}
.popup-window.gamePopup.live-dealers {
  padding-top: 70px;
}
.popup-window.gamePopup.live-dealers .p-center {
  width: 100%;
  max-width: 1960px;
  height: auto;
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
}
.popup-window.gamePopup.live-dealers .p-center .p-content {
  height: 100%;
}
.popup-window.deleteTicket .p-buttons button {
  float: left;
  margin-right: 15px;
}
.popup-window.deleteTicket .p-buttons button.p-cancel-button {
  color: #1c1e21;
}
.popup-window.forgotPasswordOryx .p-center .p-content .p-inner-content {
  margin-bottom: 20px;
}
.popup-window.forgotPasswordOryx .p-center .p-content .p-inner-content h2 {
  margin-bottom: 0;
}
.popup-window.forgotPasswordOryx .p-center .p-content .p-input-form {
  position: relative;
}
.popup-window.forgotPasswordOryx .p-center .p-content .p-input-form .error-message {
  position: absolute;
  right: 0;
  top: 0;
  background-color: red;
  color: #ffffff;
  padding: 1px 10px;
  border-radius: 5px 4px 4px 0;
  display: none;
}
.popup-window.forgotPasswordOryx .p-center .p-content .p-input-form input {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0 10px;
  font-style: italic;
  font-size: 14px;
  width: 100%;
  height: 30px;
  border-radius: 4px;
  border: solid transparent;
}
.popup-window.changePasswordOryx .p-center {
  width: 480px;
}
.popup-window.changePasswordOryx .p-center .p-content .p-inner-content {
  margin-bottom: 20px;
}
.popup-window.changePasswordOryx .p-center .p-content .p-input-form {
  position: relative;
}
.popup-window.changePasswordOryx .p-center .p-content .p-input-form .error-message {
  position: absolute;
  right: 0;
  top: 0;
  background-color: red;
  color: #ffffff;
  padding: 1px 10px;
  border-radius: 5px 4px 4px 0;
  display: none;
}
.popup-window.changePasswordOryx .p-center input {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0 10px;
  font-style: italic;
  font-size: 14px;
  width: 100%;
  height: 30px;
  border-radius: 4px;
  border: solid transparent;
}
.popup-window .error-msg {
  display: block !important;
  border: 1px solid red !important;
}
/* settings */
.popup-window.modalSettings .p-content {
  border: none;
  padding: 0;
}
.popup-window.modalSettings .p-row {
  width: 525px;
  margin-bottom: 20px;
  background: #151618;
  padding: 10px 10px 10px 18px;
  overflow: hidden;
}
.popup-window.modalSettings .p-row-text {
  float: left;
  font-size: 20px;
  line-height: 53px;
}
.popup-window.modalSettings .p-row-settings {
  float: right;
  font-size: 20px;
  overflow: hidden;
}
.popup-window.modalSettings .prs-button {
  float: left;
  width: 56px;
  height: 56px;
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.popup-window.modalSettings .prs-button.active {
  background: #2fb5fe;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmZiNWZlIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDQ4M2QyIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2fb5fe), color-stop(100%, #0483d2));
  background: -webkit-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: -o-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: -ms-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: linear-gradient(to bottom, #2fb5fe 0%, #0483d2 100%);
  filter: none;
}
.popup-window.modalSettings .prs-keyboard,
.popup-window.modalSettings .prs-sound {
  padding-top: 18px;
}
.popup-window.modalSettings .prs-odd-type {
  width: 112px;
  padding-top: 9px;
}
.popup-window.modalSettings .prs-odd-type span {
  display: block;
  width: 100%;
  font-weight: normal;
}
.popup-window.modalSettings .p-row-buttons {
  border-top: 1px solid #2A2D31;
  padding-top: 20px;
  overflow: hidden;
}
.popup-window.modalSettings .prb-to-right {
  float: right;
}
.popup-window.modalSettings .prb-button {
  float: left;
  height: 56px;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  padding: 0 20px;
  min-width: 130px;
  font-size: 16px;
  font-weight: bold;
  line-height: 56px;
}
.popup-window.modalSettings .prb-close {
  color: black;
}
/* language */
/* settings */
.popup-window.modalChangeLang .p-content {
  border: none;
  padding: 0;
}
.popup-window.modalChangeLang .p-row {
  width: 444px;
  margin-bottom: 20px;
  background: #151618;
  padding: 10px;
  overflow: hidden;
}
.popup-window.modalChangeLang .p-row .p-row-flags a {
  display: block;
  margin: 10px;
  float: left;
}
.popup-window.modalChangeLang .p-row .p-row-flags a.active {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(50, 183, 255, 0.76);
  -moz-box-shadow: 0px 0px 5px 2px rgba(50, 183, 255, 0.76);
  box-shadow: 0px 0px 5px 2px rgba(50, 183, 255, 0.76);
}
.popup-window.modalChangeLang .p-row .p-row-flags img {
  display: block;
}
.popup-window.modalChangeLang .p-row-text {
  float: left;
  font-size: 20px;
  line-height: 53px;
}
.popup-window.modalChangeLang .p-row-settings {
  float: right;
  font-size: 20px;
  overflow: hidden;
}
.popup-window.modalChangeLang .p-row-buttons {
  border-top: 1px solid #2A2D31;
  padding-top: 20px;
  overflow: hidden;
}
.popup-window.modalChangeLang .prb-to-right {
  float: right;
}
.popup-window.modalChangeLang .prb-button {
  float: left;
  height: 56px;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  padding: 0 20px;
  min-width: 130px;
  font-size: 16px;
  font-weight: bold;
  line-height: 56px;
}
.popup-window.modalChangeLang .prb-close {
  color: black;
}
/* Registration form */
.modalRegistration .p-content {
  width: 800px;
}
.modalRegistration .p-content {
  padding: 0;
}
.modalRegistration h2 {
  font-size: 22px;
  font-weight: 300;
  margin: 0px;
  margin-bottom: 10px;
}
.registration-success {
  display: none;
  margin-top: 30px;
  min-width: 400px;
}
.mr-container {
  height: 455px;
  width: 832px;
  margin-left: -16px;
}
.mr-group {
  float: left;
  padding: 5px 16px 0;
  width: 33.333%;
}
.mr-group.mr-group-middle {
  border-right: 1px solid #333;
  padding: 5px 15px 0;
  height: 83%;
}
.mr-group.mr-group-first {
  border-right: 1px solid #333;
  height: 98%;
}
.mr-element {
  position: relative;
  padding-top: 13px;
}
.mr-element.custom-warning {
  font-size: 12px;
}
.mr-element.custom-warning .header-warning {
  color: red;
  display: block;
}
.mr-element.custom-warning .content-warning {
  display: block;
}
.mr-element label {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #fff;
  margin-left: 3px;
}
.mr-element input,
.mr-element select {
  width: 100%;
  color: #202020;
  margin-top: 7px;
  margin-bottom: 1px;
  background: #eaeaea;
  padding: 8px 10px 9px;
  outline: none;
  border: none;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 32px;
}
.mr-element input:hover,
.mr-element select:hover {
  background: #fff;
}
.mr-element span.error {
  color: #fff;
  padding: 0 6px;
  font-size: 13px;
  position: absolute;
  top: 9px;
  right: 0;
  background: #d80000;
  height: 21px;
  line-height: 21px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.mr-element span.error:before {
  content: '';
  position: absolute;
  left: -6px;
  top: 7px;
  width: 6px;
  height: 7px;
  background: url(../../images/sprite.png) no-repeat -79px -247px;
}
.mr-element.birth-date {
  overflow: hidden;
}
.mr-element.birth-date input {
  width: 72px;
  background-position: 51px -617px;
  float: left;
}
.mr-element.birth-date input:hover {
  background-position: 51px -649px;
}
.mr-element.birth-date input.mr-month {
  margin-left: 14px;
  margin-right: 14px;
}
.mr-element.birth-date .form-element input {
  display: none;
}
.mr-element select {
  padding: 8px 10px 7px;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #eaeaea url(../../images/sprite.png) no-repeat 224px -617px;
}
.mr-element select::-ms-expand {
  display: none;
}
.mr-element select:hover {
  background: #eaeaea url(../../images/sprite.png) no-repeat 224px -649px;
}
.mr-element input.error,
.mr-element select.error {
  border: 2px solid #da0e0f;
  padding: 6px 10px 7px 10px;
}
.mr-element input.error:before,
.mr-element select.error:before {
  content: 'neki';
}
.p-user-ex-account {
  position: absolute;
  right: 0;
  top: 2px;
}
.p-user-login {
  float: left;
  font-family: Arial, sans-serif;
  color: #9c9c9c;
  font-size: 12px;
  padding: 9px 10px;
}
.p-user-login-button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  padding: 7px 18px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #cdd5e1;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjY2RkNWUxIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjOWFhMGE5IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #cdd5e1 0%, #9aa0a9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdd5e1), color-stop(100%, #9aa0a9));
  background: -webkit-linear-gradient(top, #cdd5e1 0%, #9aa0a9 100%);
  background: -o-linear-gradient(top, #cdd5e1 0%, #9aa0a9 100%);
  background: -ms-linear-gradient(top, #cdd5e1 0%, #9aa0a9 100%);
  background: linear-gradient(to bottom, #cdd5e1 0%, #9aa0a9 100%);
  filter: none;
}
.p-user-login-button:hover {
  background: #cbcccd;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjY2JjY2NkIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWFlZWYzIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #cbcccd 0%, #eaeef3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbcccd), color-stop(100%, #eaeef3));
  background: -webkit-linear-gradient(top, #cbcccd 0%, #eaeef3 100%);
  background: -o-linear-gradient(top, #cbcccd 0%, #eaeef3 100%);
  background: -ms-linear-gradient(top, #cbcccd 0%, #eaeef3 100%);
  background: linear-gradient(to bottom, #cbcccd 0%, #eaeef3 100%);
  filter: none;
}
.p-user-login-button:active {
  background: #9ca2ab;
}
.p-footer {
  position: relative;
}
.mr-warning-button {
  width: 100%;
  overflow: hidden;
  margin: 0px 0 19px;
  border-bottom: 1px solid #333333;
  padding: 0 0 22px;
}
.mr-warning {
  max-width: 550px;
  float: left;
  color: #ff2626;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 17px;
}
.mr-terms-and-cond {
  float: right;
  font-family: Arial, sans-serif;
  color: #ddd;
  font-size: 12px;
}
.mr-terms-and-cond a {
  color: #2092dc;
  text-decoration: underline;
}
.mr-tc-body {
  display: none;
  margin-top: 25px;
}
.mr-button {
  float: right;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  color: #FFF;
  text-transform: uppercase;
  margin: 0;
  outline: none;
  width: 187px;
  height: 54px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.mr-warning-button .mr-button {
  background: #fa7a0a;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmE3YTBhIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZjQyZjAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../images/join-now-button-bg.png') no-repeat right top, -moz-linear-gradient(top, #fa7a0a 0%, #f42f00 100%);
  background: url('../images/join-now-button-bg.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa7a0a), color-stop(100%, #f42f00));
  background: url('../images/join-now-button-bg.png') no-repeat right top, -webkit-linear-gradient(top, #fa7a0a 0%, #f42f00 100%);
  background: url('../images/join-now-button-bg.png') no-repeat right top, -o-linear-gradient(top, #fa7a0a 0%, #f42f00 100%);
  background: url('../images/join-now-button-bg.png') no-repeat right top, -ms-linear-gradient(top, #fa7a0a 0%, #f42f00 100%);
  background: url('../images/join-now-button-bg.png') no-repeat right top, linear-gradient(to bottom, #fa7a0a 0%, #f42f00 100%);
  filter: none;
}
.mr-warning-button .mr-button:hover {
  background: #fe5e00;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmU1ZTAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmMxYzAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../images/join-now-button-bg.png') no-repeat right top, -moz-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../images/join-now-button-bg.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe5e00), color-stop(100%, #fc1c00));
  background: url('../images/join-now-button-bg.png') no-repeat right top, -webkit-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../images/join-now-button-bg.png') no-repeat right top, -o-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../images/join-now-button-bg.png') no-repeat right top, -ms-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../images/join-now-button-bg.png') no-repeat right top, linear-gradient(to bottom, #fe5e00 0%, #fc1c00 100%);
  filter: none;
}
.mr-warning-button .mr-button:active {
  background: #f72d00 url(../../images/join-now-button-bg.png) no-repeat right top;
}
.mr-hide-tc {
  display: none;
}
.chosen-container {
  background: #eaeaea;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 32px;
  margin-top: 7px;
  margin-bottom: 1px;
}
.chosen-container:hover {
  background: #fff;
}
.chosen-container a {
  color: #1f1f1f;
}
.chosen-container .chosen-single div {
  width: 31px;
}
.chosen-container .chosen-single div b {
  background: url(../../images/sprite.png) no-repeat 10px -618px;
}
.chosen-container:hover div b {
  background: url(../../images/sprite.png) no-repeat 10px -650px;
}
.chosen-container .chosen-single span {
  color: #202020;
  font-size: 13px;
  line-height: 32px;
  padding-left: 13px;
  font-style: italic;
}
.chosen-container .chosen-single.chosen-default span {
  color: #777;
}
.chosen-container .chosen-single.chosen-default span:hover {
  color: #999;
}
.chosen-container.error .chosen-single span {
  line-height: 28px;
  padding-left: 11px;
}
.chosen-container-active .chosen-single {
  border: none;
  box-shadow: none;
}
.chosen-container.chosen-with-drop {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #ddd;
}
.chosen-container .chosen-drop {
  background: #eeeeee;
  border: none;
  box-shadow: none;
  margin-top: 1px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding-bottom: 3px;
}
.chosen-container .chosen-results {
  color: #1f1f1f;
  font-style: italic;
  font-size: 13px;
  line-height: 32px;
  margin: 0px;
  padding: 0;
}
.chosen-container .chosen-results li {
  font-family: Arial, sans-serif;
  border-bottom: 1px solid #ddd;
  line-height: 32px;
  margin: 0px 10px;
  padding: 0 3px;
}
.chosen-container .chosen-results li:last-child {
  border-bottom: none;
}
.chosen-container .chosen-results li.highlighted {
  color: #2193dc;
  background: #fff;
  margin: 0;
  padding: 0 13px;
  border-top: 1px solid #ddd;
  margin-top: -1px;
}
.chosen-container.error {
  border: 2px solid #da0e0f;
}
.tc-header {
  margin: 60px 33px 10px 0;
  border-top: 1px solid #444;
  position: relative;
}
.tc-header .tc-header-open {
  background: #1C1E21;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  position: relative;
  top: -12px;
  display: inline-block;
  padding-right: 13px;
  display: none;
  cursor: pointer;
}
.tc-header .tc-header-closed {
  background: #1C1E21;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  position: relative;
  top: -12px;
  display: inline-block;
  padding-right: 13px;
  cursor: pointer;
}
.tc-header:hover:after {
  background: #1bc4ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMWJjNGZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDE5OWVjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/sprite.png') no-repeat 6px -683px, -moz-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: url('../../images/sprite.png') no-repeat 6px -683px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1bc4ff), color-stop(100%, #0199ec));
  background: url('../../images/sprite.png') no-repeat 6px -683px, -webkit-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: url('../../images/sprite.png') no-repeat 6px -683px, -o-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: url('../../images/sprite.png') no-repeat 6px -683px, -ms-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: url('../../images/sprite.png') no-repeat 6px -683px, linear-gradient(to bottom, #1bc4ff 0%, #0199ec 100%);
  filter: none;
}
.tc-header:active:after {
  background: #078adc url(../../images/sprite.png) no-repeat 6px -683px;
}
.tc-header:after {
  content: "";
  background: #32b6ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMzJiNmZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDU4OGRhIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/sprite.png') no-repeat 6px -683px, -moz-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: url('../../images/sprite.png') no-repeat 6px -683px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32b6ff), color-stop(100%, #0588da));
  background: url('../../images/sprite.png') no-repeat 6px -683px, -webkit-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: url('../../images/sprite.png') no-repeat 6px -683px, -o-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: url('../../images/sprite.png') no-repeat 6px -683px, -ms-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: url('../../images/sprite.png') no-repeat 6px -683px, linear-gradient(to bottom, #32b6ff 0%, #0588da 100%);
  filter: none;
  width: 23px;
  height: 23px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  position: absolute;
  right: -33px;
  top: -11px;
  font-size: 12px;
  cursor: pointer;
}
.tc-header:after:hover {
  background: #1bc4ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMWJjNGZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDE5OWVjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/sprite.png') no-repeat 6px -683px, -moz-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: url('../../images/sprite.png') no-repeat 6px -683px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1bc4ff), color-stop(100%, #0199ec));
  background: url('../../images/sprite.png') no-repeat 6px -683px, -webkit-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: url('../../images/sprite.png') no-repeat 6px -683px, -o-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: url('../../images/sprite.png') no-repeat 6px -683px, -ms-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: url('../../images/sprite.png') no-repeat 6px -683px, linear-gradient(to bottom, #1bc4ff 0%, #0199ec 100%);
  filter: none;
}
.tc-header:after:active {
  background-color: #078ADC;
}
.tc-header.open:after {
  background: #32b6ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMzJiNmZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDU4OGRhIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/sprite.png') no-repeat -18px -684px, -moz-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: url('../../images/sprite.png') no-repeat -18px -684px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32b6ff), color-stop(100%, #0588da));
  background: url('../../images/sprite.png') no-repeat -18px -684px, -webkit-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: url('../../images/sprite.png') no-repeat -18px -684px, -o-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: url('../../images/sprite.png') no-repeat -18px -684px, -ms-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: url('../../images/sprite.png') no-repeat -18px -684px, linear-gradient(to bottom, #32b6ff 0%, #0588da 100%);
  filter: none;
}
.tc-header.open:hover:after {
  background: #1bc4ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMWJjNGZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDE5OWVjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/sprite.png') no-repeat -18px -684px, -moz-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: url('../../images/sprite.png') no-repeat -18px -684px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1bc4ff), color-stop(100%, #0199ec));
  background: url('../../images/sprite.png') no-repeat -18px -684px, -webkit-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: url('../../images/sprite.png') no-repeat -18px -684px, -o-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: url('../../images/sprite.png') no-repeat -18px -684px, -ms-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: url('../../images/sprite.png') no-repeat -18px -684px, linear-gradient(to bottom, #1bc4ff 0%, #0199ec 100%);
  filter: none;
}
.tc-header.open:active:after {
  background: #078adc url(../../images/sprite.png) no-repeat -18px -684px;
}
.tc-header.open .tc-header-closed {
  display: none;
}
.tc-header.open .tc-header-open {
  display: inline-block;
}
.tc-content {
  display: none;
}
.popup-window.betslipPayout .p-inner-msg {
  font-size: 16px;
  font-weight: 600;
}
.popup-window.betslipPayout .max-payout-reached {
  padding: 5px 0px;
}
.popup-window.betslipPayout .tc-header {
  margin: 16px 33px 16px 0;
}
.popup-window.betslipPayout .tc-header > div {
  color: #199feb;
}
.popup-window .payout-radio-value {
  font-weight: 600;
  margin-left: 26px;
  position: relative;
  padding-bottom: 8px;
  margin-top: 14px;
}
.popup-window .payout-radio-value input[type=radio] {
  display: none;
}
.popup-window .payout-radio-value label {
  cursor: pointer;
}
.popup-window .payout-radio-value label:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: -26px;
  border: 1px solid #585C69;
  border-radius: 50%;
  top: 2px;
}
.popup-window .payout-radio-value input[type=radio]:checked + label:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: -22px;
  background: #199FEB;
  border-radius: 50%;
  top: 6px;
}
.popup-window .r-inner-explain {
  padding-bottom: 12px;
}
.chosen-single.chosen-default > span {
  visibility: hidden;
}
.popup-window.bonus-restriction .p-content {
  width: 100%;
  font-size: 18px;
}
.popup-window.bonus-restriction .p-inner-msg {
  float: left;
  width: 100%;
  margin: 10px 0 20px;
}
.popup-window.bonus-restriction .restriction-icon {
  width: 110px;
  height: 90px;
  float: left;
  margin-top: -14px;
  background: url(../../images/sprite.png) no-repeat;
  background-position: 0 -1350px;
}
.popup-window.enterPin input {
  width: 100%;
  height: 71px;
  padding: 25px 20px;
  color: white;
  background: #373b42;
  font-size: 24px;
  outline: none;
  border: none;
  margin: 0 auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  margin-top: 25px;
}
.popup-window.enterPin .p-buttons button {
  float: right;
  margin-left: 25px;
}
.popup-window.enterPin .p-buttons .p-cancel-button {
  color: black;
}
/* INNER PAGES - account pages */
.tree-account-header {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 20px 15px 18px;
  text-transform: uppercase;
}
/* BANNERS */
.main-banner-separator {
  height: 30px;
  border-bottom: 1px solid #323232;
}
.pagetype-sport-betting #afterMain {
  display: none;
}
#afterMain {
  margin-top: 30px;
}
#afterMain.pagetype-home {
  margin-top: 0px;
}
#afterMain .main-banner {
  height: 351px;
}
#afterMain .main-banner:last-child {
  margin-bottom: -25px;
}
#afterMain .main-banner .promotion-banner {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.banner-instance {
  font-weight: 600;
}
.banner-instance p {
  line-height: normal;
}
.banner-instance-bets {
  padding-top: 20px;
  padding-top: 15px;
  display: none;
}
.banner-empty {
  border: 1px dashed #fff;
  margin: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px;
}
.banner-instance {
  overflow: hidden;
  position: relative;
  height: 378px;
}
.banner-edit-toolbar {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0px;
  display: none;
  z-index: 10;
}
.banner-instance:hover .banner-edit-toolbar {
  display: block;
}
.banner-toolbar-button {
  padding: 7px;
  display: inline-block;
  color: #2193dc;
  background: rgba(255, 255, 255, 0.8);
}
.banner-centered {
  position: relative;
}
.banner-content-frame {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 4;
  height: 378px;
}
.banner-content-frame.bordered {
  border: 1px dashed #fff;
}
.banner-inner-content {
  text-align: center;
  cursor: pointer;
}
.banner-content:hover {
  border: 1px dashed red;
  border: none;
}
.banner-inner-content.admin:hover {
  border: 1px dashed #fff;
}
.banner-background-image {
  text-align: center;
  position: relative;
  left: -84px;
  padding-left: 84px;
  margin-right: -84px;
}
.banner-image-stretch {
  position: relative;
  z-index: 1;
}
.banner-image-centered {
  position: absolute;
  margin: auto;
  left: -9999px;
  right: -9999px;
}
.banner-center-line {
  height: 100%;
  width: 0px;
  border-right: 1px dashed #fff;
  position: absolute;
  left: -9999px;
  right: -9999px;
  margin: auto;
  display: none;
}
.banner-content-frame.bordered .banner-center-line {
  display: block;
}
.banner-content {
  position: absolute;
  left: 50%;
  top: 100px;
}
.banner-content .ui-resizable-w:hover {
  border-right: 2px dashed #FFF;
}
.banner-content .ui-resizable-e:hover {
  border-left: 2px dashed #FFF;
}
.banner-inner-content {
  position: relative;
  left: -50%;
}
.banner-maintext {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.banner-button {
  z-index: 4;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 15px 35px 15px 35px;
  cursor: pointer;
  font-weight: 600;
}
a.banner-button {
  box-shadow: 0px 2px 3px 0px rgba(1, 2, 2, 0.5);
}
.banner-maintext {
  font-size: 16px;
}
.banner-maintext h1 {
  font-size: 54px;
  font-family: 'Open Sans', sans-serif;
  line-height: 60px;
}
.banner-maintext h2 {
  font-size: 31px;
  font-weight: 600;
  line-height: initial;
}
.banner-maintext h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: initial;
}
.banner-maintext h4 {
  font-size: 23px;
  font-weight: 600;
  line-height: initial;
}
.banner-maintext h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: initial;
}
.banner-maintext h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: initial;
}
.banner-maintext-black {
  font-size: 16px;
  color: #000;
}
.banner-maintext-black h1 {
  font-size: 54px;
  font-family: 'Open Sans', sans-serif;
  line-height: 60px;
  color: #000;
}
.banner-maintext-black h2 {
  font-size: 31px;
  font-weight: 600;
  line-height: initial;
  color: #000;
}
.banner-maintext-black h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: initial;
  color: #000;
}
.banner-maintext-black h4 {
  font-size: 23px;
  font-weight: 600;
  line-height: initial;
  color: #000;
}
.banner-maintext-black h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: initial;
  color: #000;
}
.banner-maintext-black h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: initial;
  color: #000;
}
/* modal windows */
#simple-modal h1 {
  color: #2193dc;
}
#simple-modal-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1000;
}
#simple-modal {
  background: #FFF;
  position: absolute;
  top: 200px;
  left: 469px;
  z-index: 1001;
  color: #000;
  display: none;
}
#simple-modal-close {
  position: absolute;
  right: 2px;
  top: 0px;
  font-size: 19px;
  color: #000;
  cursor: pointer;
}
#simple-modal-content {
  padding: 17px 25px 10px 10px;
}
#simple-modal .sf-textfield {
  width: 570px;
  background: #FFF;
  border: 1px solid #666;
  padding: 6px;
}
#simple-modal .sf-button {
  background: #000;
  padding: 7px 15px 7px 15px;
  cursor: pointer;
}
#simple-modal .sf-label span {
  position: relative;
  top: 6px;
  color: #000;
}
#simple-modal .sf-labeled-element {
  min-height: 29px;
}
#simple-modal .sf-group-title {
  background: #2193DC;
}
#simple-modal .sf-group {
  border-top: solid 2px #2193DC;
}
#simple-modal .uploadButton {
  background: #000;
  padding: 4px 9px 4px 9px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-family: 'Lucida Grande';
}
#simple-modal ul.images {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
#simple-modal ul.images li {
  position: relative;
  float: left;
  border: 1px solid #000;
  padding: 3px;
  margin: 2px;
}
#simple-modal ul.images .delete {
  position: absolute;
  right: 1px;
  top: 1px;
  cursor: pointer;
}
.banner-admin-tree {
  border: 1px solid #666;
  width: 240px;
  padding: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  float: left;
  margin-right: 10px;
}
.banner-admin-events {
  border: 1px solid #666;
  width: 240px;
  padding: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  float: left;
  margin-right: 10px;
}
.banner-admin-current {
  border: 1px solid #666;
  width: 240px;
  padding: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  float: left;
  margin-right: 10px;
}
.banner-admin-url {
  margin: 0px 0 15px 0;
  width: 100%;
}
.banner-admin-url input {
  width: 100%;
}
.banner-admin-tree ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.banner-admin-tree li {
  margin: 0px;
  padding: 0px;
}
.banner-admin-tree li > ul {
  display: none;
}
.banner-admin-tree li.active > ul {
  display: block;
}
.banner-admin-tree li a {
  display: block;
  padding: 5px;
  background: #2193DC;
  margin-top: 1px;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
}
.banner-admin-tree li li a {
  background: #999;
}
.banner-admin-tree li li li a {
  background: #AAA;
}
.banner-admin-events a {
  display: block;
  padding: 5px;
  background: #999;
  margin-top: 1px;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
}
.banner-admin-current a {
  display: block;
  padding: 5px;
  background: #2193DC;
  margin-top: 1px;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
}
.sf-html.editbets {
  width: 800px !important;
}
/* FOOTER */
#footer {
  width: 100%;
  min-height: 346px;
  margin-top: 24px;
  background: #121212;
}
#footer .wrapper {
  padding: 0;
  margin: 0 auto;
}
#footer-content-container {
  width: 922px;
  position: relative;
  margin: 0 auto;
}
#footer-content {
  position: relative;
  margin: 0 auto;
}
#footer-content .footer-c {
  color: #7d7d7d;
  font-size: 11px;
  font-family: Arial, sans-serif;
  padding-bottom: 12px;
}
#footer-content .footer-c hr {
  position: relative;
  z-index: 10;
  border-top: 1px solid #000;
  background: #242424;
  height: 2px;
  border-bottom: none;
}
#footer-content .footer-c table td {
  vertical-align: top;
  font-size: 12px;
  color: #7d7d7d;
  padding: 4px 3px;
}
#footer-content .footer-c table td p {
  line-height: 20px;
}
#footer-content .footer-c h3 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fefefe;
  margin: 0;
}
#footer-content .footer-c a {
  color: inherit;
}
#footer .footer-c .gaming-logos td {
  vertical-align: middle;
  text-align: left;
  padding-right: 40px;
}
#footer .payment-types-container {
  width: 100%;
  background: #313339;
  margin-bottom: 32px;
  list-style-type: none;
  overflow: hidden;
  height: 60px;
}
#footer .payment-types {
  width: 922px;
  margin: 0 auto;
}
#footer .payment-types ul {
  /*
	width: 922px;
	margin: 0;
	margin-left: -42px;
	width: 773px;
	*/
  width: 692px;
  margin: 0 auto;
  list-style-type: none;
  overflow: hidden;
}
#footer .payment-types li {
  padding: 0;
  margin: 0;
}
#footer .payment-type {
  float: left;
  padding: 0;
  border-right: 1px solid #3C3F46;
}
#footer .payment-type:first-child {
  border-left: 1px solid #3C3F46;
}
#footer .payment-type:hover {
  background: #3c3f46;
}
#footer .authorities ul {
  padding: 0;
  list-style: none;
  margin: 0 auto;
  width: 632px;
}
#footer .authorities ul li {
  display: block;
  width: 94px;
  float: left;
}
#footer .authorities ul li.geotrust {
  width: 124px;
}
#footer .authorities ul li.gambleaware {
  width: 145px;
}
#footer .authorities ul li.gambling-therapy {
  width: 108px;
}
#footer .authorities ul li.eighteen-plus {
  width: 65px;
}
#footer .authorities ul li.novo-affiliates {
  width: 95px;
}
#footer .authorities ul li a {
  display: block;
  height: 79px;
}
#footer .authorities ul li a:hover {
  background-position: 0 0 !important;
}
/* GRADIENTS */
.g-light-grey,
.oryxCashier .ocContainer .ocBetsOverviewContent .bo-tabs .bo-button {
  background: #cfd7e2;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjY2ZkN2UyIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjOWFhMWE5IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #cfd7e2 0%, #9aa1a9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfd7e2), color-stop(100%, #9aa1a9));
  background: -webkit-linear-gradient(top, #cfd7e2 0%, #9aa1a9 100%);
  background: -o-linear-gradient(top, #cfd7e2 0%, #9aa1a9 100%);
  background: -ms-linear-gradient(top, #cfd7e2 0%, #9aa1a9 100%);
  background: linear-gradient(to bottom, #cfd7e2 0%, #9aa1a9 100%);
  filter: none;
}
.tree-header.g-light-grey:hover,
.tree-main.open .tree-header.g-light-grey,
.bs-tree-header.g-light-grey:hover,
.bs-tree.open .bs-tree-header.g-light-grey,
a.tree-a-1.g-light-grey:hover,
li.tree-li-1.open a.tree-a-1.g-light-grey,
.g-light-grey:hover,
a.tree-a-more-1.g-light-grey:hover,
.oryxCashier .ocContainer .ocBetsOverviewContent .bo-tabs .bo-button:hover {
  background: #cacbcc;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjY2FjYmNjIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWFlZWYzIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #cacbcc 0%, #eaeef3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cacbcc), color-stop(100%, #eaeef3));
  background: -webkit-linear-gradient(top, #cacbcc 0%, #eaeef3 100%);
  background: -o-linear-gradient(top, #cacbcc 0%, #eaeef3 100%);
  background: -ms-linear-gradient(top, #cacbcc 0%, #eaeef3 100%);
  background: linear-gradient(to bottom, #cacbcc 0%, #eaeef3 100%);
  filter: none;
}
.g-light-grey:active,
.tree-header.g-light-grey:active,
.bs-tree-header.g-light-grey:active,
.bs-tree.open .bs-tree-header.g-light-grey:active a.tree-a-1.g-light-grey:active,
a.tree-a-more-1.g-light-grey:active,
.oryxCashier .ocContainer .ocBetsOverviewContent .bo-tabs .bo-button:active {
  background: #9ca2ab;
}
.g-light-grey.active:active,
.g-light-grey.active:hover,
.bsh-button.bs-selected:active,
.bsh-button.bs-selected:hover,
.oryxCashier .ocContainer .ocBetsOverviewContent .bo-tabs .bo-button.bo-active {
  background: #2eb2fc;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmViMmZjIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDg4YmRkIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2eb2fc), color-stop(100%, #088bdd));
  background: -webkit-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -o-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -ms-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: linear-gradient(to bottom, #2eb2fc 0%, #088bdd 100%);
  filter: none;
  cursor: default;
}
.oryxCashier .ocContainer {
  /*
		.logoIcons.ocPmSOFORT {
			background: url("../../../images/cashier/pm_sofort_248x76.png") no-repeat center !important;
		}

		.logoIcons.ocPmQPAY {
			background: url("../../../images/cashier/pm_visa_master_248x76.png") no-repeat center !important;
		}
		*/
}
.oryxCashier .ocContainer .ocModDeposit .methodEntry .description div:last-child {
  font-size: 12px;
}
.oryxCashier .ocContainer .ocModTransactionHistory #ocModTransactionHistoryMainTable > tbody > tr:last-child > td {
  margin-top: 45px !important;
}
.oryxCashier .ocContainer .ocModTransactionHistory #ocModTransactionHistoryMainTable > tbody > tr:nth-child(2) td {
  left: 0px;
  right: initial !important;
  border: none !important;
  top: 90px !important;
}
.oryxCashier .btn.btnSpecial:hover:not(.noHover) {
  background: #0199ec;
  background: -webkit-linear-gradient(#1bc4ff, #0199ec);
  background: -moz-linear-gradient(#1bc4ff, #0199ec);
  background: -ms-linear-gradient(#1bc4ff, #0199ec);
  background: -o-linear-gradient(#1bc4ff, #0199ec);
  background: linear-gradient(#1bc4ff, #0199ec);
  border: none;
  color: #fff !important;
}
button.g-light-grey {
  background: #cdd5e1;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjY2RkNWUxIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjOWFhMGE5IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #cdd5e1 0%, #9aa0a9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdd5e1), color-stop(100%, #9aa0a9));
  background: -webkit-linear-gradient(top, #cdd5e1 0%, #9aa0a9 100%);
  background: -o-linear-gradient(top, #cdd5e1 0%, #9aa0a9 100%);
  background: -ms-linear-gradient(top, #cdd5e1 0%, #9aa0a9 100%);
  background: linear-gradient(to bottom, #cdd5e1 0%, #9aa0a9 100%);
  filter: none;
}
button.g-light-grey:hover {
  background: #cbcccd;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjY2JjY2NkIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWFlZWYzIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #cbcccd 0%, #eaeef3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbcccd), color-stop(100%, #eaeef3));
  background: -webkit-linear-gradient(top, #cbcccd 0%, #eaeef3 100%);
  background: -o-linear-gradient(top, #cbcccd 0%, #eaeef3 100%);
  background: -ms-linear-gradient(top, #cbcccd 0%, #eaeef3 100%);
  background: linear-gradient(to bottom, #cbcccd 0%, #eaeef3 100%);
  filter: none;
}
button.g-light-grey:active {
  background: #9ca2ab;
}
button.g-orange {
  background: #fd7600;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmQ3NjAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZjcyZDAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd7600), color-stop(100%, #f72d00));
  background: -webkit-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: -o-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: -ms-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: linear-gradient(to bottom, #fd7600 0%, #f72d00 100%);
  filter: none;
}
button.g-orange:hover {
  background: #fe5c00;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmU1YzAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmMxYzAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #fe5c00 0%, #fc1c00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe5c00), color-stop(100%, #fc1c00));
  background: -webkit-linear-gradient(top, #fe5c00 0%, #fc1c00 100%);
  background: -o-linear-gradient(top, #fe5c00 0%, #fc1c00 100%);
  background: -ms-linear-gradient(top, #fe5c00 0%, #fc1c00 100%);
  background: linear-gradient(to bottom, #fe5c00 0%, #fc1c00 100%);
  filter: none;
}
button.g-orange:active {
  background: #f72d00;
}
.g-medium-grey {
  background: #535963;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzNTk2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjNhNDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #535963 0%, #363a41 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #535963), color-stop(100%, #363a41));
  background: -webkit-linear-gradient(top, #535963 0%, #363a41 100%);
  background: -o-linear-gradient(top, #535963 0%, #363a41 100%);
  background: -ms-linear-gradient(top, #535963 0%, #363a41 100%);
  background: linear-gradient(to bottom, #535963 0%, #363a41 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#535963', endColorstr='#363a41', GradientType=0);
  filter: none;
}
.g-blue {
  background: #2fb5fe;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmZiNWZlIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDQ4M2QyIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2fb5fe), color-stop(100%, #0483d2));
  background: -webkit-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: -o-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: -ms-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: linear-gradient(to bottom, #2fb5fe 0%, #0483d2 100%);
  filter: none;
}
.g-blue:hover {
  background: #1bc4ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMWJjNGZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDE5OWVjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1bc4ff), color-stop(100%, #0199ec));
  background: -webkit-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: -o-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: -ms-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: linear-gradient(to bottom, #1bc4ff 0%, #0199ec 100%);
  filter: none;
}
.g-blue:active {
  background: #078adc;
}
.g-orange {
  background: #fa7a0a;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmE3YTBhIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZjQyZjAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #fa7a0a 0%, #f42f00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa7a0a), color-stop(100%, #f42f00));
  background: -webkit-linear-gradient(top, #fa7a0a 0%, #f42f00 100%);
  background: -o-linear-gradient(top, #fa7a0a 0%, #f42f00 100%);
  background: -ms-linear-gradient(top, #fa7a0a 0%, #f42f00 100%);
  background: linear-gradient(to bottom, #fa7a0a 0%, #f42f00 100%);
  filter: none;
}
.g-orange:hover {
  background: #fe5e00;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmU1ZTAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmMxYzAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe5e00), color-stop(100%, #fc1c00));
  background: -webkit-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: -o-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: -ms-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: linear-gradient(to bottom, #fe5e00 0%, #fc1c00 100%);
  filter: none;
}
.g-header-border {
  background: #b4bbc6;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjYjRiYmM2IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjOTk5ZmE4IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #b4bbc6 0%, #999fa8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b4bbc6), color-stop(100%, #999fa8));
  background: -webkit-linear-gradient(top, #b4bbc6 0%, #999fa8 100%);
  background: -o-linear-gradient(top, #b4bbc6 0%, #999fa8 100%);
  background: -ms-linear-gradient(top, #b4bbc6 0%, #999fa8 100%);
  background: linear-gradient(to bottom, #b4bbc6 0%, #999fa8 100%);
  filter: none;
}
img.center-image {
  margin: 0 auto;
  display: block;
}
.go-to-terminal {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  padding: 20px 10px;
  text-align: center;
  margin-bottom: 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* live betting animation */
.live-indicator {
  opacity: 0;
  animation: blinkArrow 10s ease 3s;
  -webkit-animation: blinkArrow 10s ease 3s;
  -moz-animation: blinkArrow 10s ease 3s;
  -ms-animation: blinkArrow 10s ease 3s;
}
.move-indicator .o {
  animation: changeText 1s ease 1s 2;
  -webkit-animation: changeText 1s ease 1s 2;
  -moz-animation: changeText 1s ease 1s 2;
  -ms-animation: changeText 1s ease 1s 2;
}
.live-overlay {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #F00;
  z-index: 10;
  opacity: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  animation: blink 1s ease 1s 2;
  -webkit-animation: blink 1s ease 1s 2;
  -moz-animation: blink 1s ease 1s 2;
  -ms-animation: blink 1s ease 1s 2;
}
.live-overlay.up {
  background: #4ec446;
}
.live-overlay.down {
  background: #c43434;
}
.odds-locked .live-overlay {
  background: none;
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
}
.bet-trigger .o {
  position: relative;
  z-index: 100;
}
.overview-header-title {
  text-transform: uppercase;
}
.odds-locked .live-overview-event-row .eoc-odds:after {
  content: "\f023";
  position: absolute;
  background: #2b2e32;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: default;
  z-index: 999;
  color: #fff;
  font-size: 18px;
  font-family: FontAwesome;
  line-height: 40px;
}
.odds-locked.live-overview-event:nth-child(even) .eoc-odds:after {
  background: #34373E;
}
.odds-locked .elrg-bets .elrg-bet-col {
  background: #2b2e32;
}
.odds-locked .elrg-bets .elrg-bet-col:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 999;
  cursor: default;
}
.odds-locked .elrg-bets .col-wrapper:after {
  content: "\f023";
  position: absolute;
  background: #2b2e32;
  width: 20%;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: default;
  z-index: 999;
  color: #fff;
  font-size: 18px;
  font-family: FontAwesome;
  line-height: 40px;
  padding-right: 14px;
  text-align: right;
}
.bet-trigger.odds-locked {
  background: #2b2e32;
  cursor: default;
}
.bet-trigger.odds-locked:after {
  content: "\f023";
  position: absolute;
  background: #2b2e32;
  width: 20%;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: default;
  z-index: 999;
  color: #fff;
  font-size: 18px;
  font-family: FontAwesome;
  line-height: 40px;
  padding-right: 14px;
  text-align: right;
}
.live-notification {
  display: none;
  margin-top: 30px;
  margin-left: 55px;
  border-top: 1px solid #444;
}
.live-notification .notification-header {
  font-size: 11px;
  text-transform: uppercase;
  background: #1C1E21;
  position: relative;
  top: -5px;
  padding-right: 8px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  line-height: 11px;
}
.live-notification .notification-header:before {
  content: '';
  width: 42px;
  height: 42px;
  background: url(../../images/sprite.png) no-repeat 0px -540px;
  position: absolute;
  left: -55px;
  top: 0px;
}
.live-notification .notification-content {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.live-notification.no-favorite-events {
  display: none;
}
.live-notification.no-streamed-events {
  display: none;
}
/* LANGUAGE SPECIFIC RULES */
.locale-de_DE .oryxCashier .ocContainer .ocFrame.malta_balance .ocModAccountButtons .btnNormal#freezeAccBtn,
.locale-de_DE .oryxCashier .ocContainer .ocFrame.malta_balance .ocModAccountButtons .btnNormal#lockAccBtn {
  padding-top: 15px;
  line-height: 20px;
}
.locale-de_DE .oryxCashier .ocContainer .ocFrame.malta_balance .ocModAccountButtons .btnNormal#freezeAccBtn b,
.locale-de_DE .oryxCashier .ocContainer .ocFrame.malta_balance .ocModAccountButtons .btnNormal#lockAccBtn b {
  padding-top: 0px;
}
.locale-sr_RS #login-form input,
.locale-cp_RS #login-form input {
  width: 134px;
}
.locale-it_IT .bs-tree-header {
  font-size: 13px;
}
.locale-es_ES .bs-tree-header {
  font-size: 13px;
}
.locale-es_ES .tree-type-button {
  font-size: 11px;
}
.de_DE .aside-join-button {
  padding-left: 12px;
}
.de_DE .aside-join-button span {
  right: 14px;
}
.de_DE.internal-page #wrapper.pagetype-mobile-promo .slick-slider {
  margin: 105px 0 0;
}
.sr_RS .aside-join-button,
.cp_RS .aside-join-button {
  padding-left: 11px;
  padding-top: 20px;
  font-size: 24px;
}
.sr_RS .aside-join-button span,
.cp_RS .aside-join-button span {
  right: 13px;
}
.sr_RS.internal-page #wrapper.pagetype-mobile-promo .slick-slider,
.cp_RS.internal-page #wrapper.pagetype-mobile-promo .slick-slider {
  margin: 137px 0 0;
}
.sr_RS .qrcode,
.cp_RS .qrcode {
  padding: 17px 20px;
}
.hr_HR .aside-join-button,
.bs_BA .aside-join-button {
  padding-left: 14px;
}
.hr_HR .aside-join-button span,
.bs_BA .aside-join-button span {
  right: 16px;
}
.hr_HR .slip-tab-a,
.bs_BA .slip-tab-a,
.hr_HR .slip-button-a,
.bs_BA .slip-button-a {
  font-size: 11px;
}
.hr_HR.internal-page #wrapper.pagetype-mobile-promo .slick-slider,
.bs_BA.internal-page #wrapper.pagetype-mobile-promo .slick-slider {
  margin: 137px 0 0;
}
.hr_HR .qrcode,
.bs_BA .qrcode {
  padding: 17px 20px;
}
.locale-pl_PL .aside-join-button {
  padding-left: 14px;
}
.locale-pl_PL .aside-join-button span {
  right: 16px;
}
.locale-pl_PL .slip-tab-a,
.locale-pl_PL .slip-button-a {
  font-size: 11px;
}
.locale-pl_PL .bs-tree-header {
  font-size: 13px;
}
.locale-pl_PL .tree-type-button {
  font-size: 11px;
}
.tr_TR .aside-join-button {
  padding-left: 14px;
}
.tr_TR .aside-join-button span {
  right: 16px;
}
.tr_TR .bs-tree-header {
  font-size: 13px;
}
.tr_TR .tree-type-button {
  font-size: 11px;
}
.he_IL .layout-column {
  float: right;
}
.he_IL #aside {
  margin-left: 0;
}
.he_IL .tree {
  margin-left: 30px;
  margin-right: 0;
}
.he_IL .aside-join-button {
  padding-right: 20px !important;
}
.he_IL .aside-join-button span {
  left: 20px;
  right: inherit;
}
.he_IL .tree-header-arrow,
.he_IL .tree-a-count,
.he_IL .elc-odds,
.he_IL .eoc-score,
.he_IL .live-favorite-icon {
  float: left;
}
.he_IL .live-tabs-tab,
.he_IL .bsh-button {
  float: right;
}
.he_IL .bet-section-subtitle {
  left: inherit;
  right: 55px;
}
.he_IL .bet-section-icon {
  left: inherit;
  right: 0;
}
.he_IL .bet-section-trigger,
.he_IL .bet-section-remove,
.he_IL .banner-bets-close {
  left: 0;
  right: inherit;
}
.he_IL .bet-section-title {
  padding-right: 55px;
}
.he_IL .live-tabs {
  padding-right: 0;
}
.he_IL .eoc-time {
  width: 50px;
  white-space: nowrap;
}
.he_IL .live-overview-sport-header-more {
  width: 94px;
}
.he_IL .bet-section-favorite {
  left: 53px;
  top: 12px;
}
.he_IL .bet-section-expand {
  right: inherit;
}
.he_IL .bet-section-topbutton {
  top: 12px;
  left: 86px;
}
.he_IL .slip-header-count {
  display: inline-block;
}
.he_IL .nav-settings-select-option span.small-text {
  padding-left: 0;
  padding-right: 6px;
}
.he_IL .popup-window .p-content {
  text-align: right;
}
.he_IL .popup-window .p-title .p-title-text {
  left: inherit;
  right: 0;
}
.he_IL .tree-a-2 > .tree-a-arrow {
  left: 27px;
}
.he_IL #tpl-betList .bet-section-trigger {
  left: 52px;
  right: inherit;
  top: 16px;
}
.he_IL .bet-section-remove {
  left: 90px;
  right: inherit;
  top: 16px;
}
.he_IL .slip-betlist-checkbox {
  margin-left: 0;
  margin-right: 10px;
}
.he_IL .slip-totals-info-value {
  text-align: left;
}
.he_IL .slip-totals-info.slip-total-stake,
.he_IL .bs-superpay-bonus {
  left: inherit;
  right: -12px;
}
.he_IL .slip-bet-grouptitle {
  float: right;
}
.he_IL .slip-bet-ratio,
.he_IL .slip-bet-stake-value,
.he_IL .slip-betlist-clear-all,
.he_IL .slip-event-remove {
  float: left;
}
.he_IL .betslip-title-info {
  margin-right: 0;
  margin-left: 0;
}
.he_IL .event-list-date {
  padding-right: 4px;
}
.de_DE {
  /* casino */
}
.de_DE .popup-window.gamePopup .p-login-register .p-bonus-text {
  width: 50%;
}
.de_DE.casino .casinoGamesContent li.game-OCTX_OR:after,
.de_DE.live-dealers .liveDealersGamesContent li.game-OCTX_OR:after {
  background-position: right -70px;
}
.sr_RS,
.cp_RS {
  /* casino */
}
.sr_RS .popup-window.gamePopup .p-login-register .p-bonus-text,
.cp_RS .popup-window.gamePopup .p-login-register .p-bonus-text {
  width: 50%;
}
.sr_RS.casino .casinoGamesContent li.game-OCTX_OR:after,
.cp_RS.casino .casinoGamesContent li.game-OCTX_OR:after,
.sr_RS.live-dealers .liveDealersGamesContent li.game-OCTX_OR:after,
.cp_RS.live-dealers .liveDealersGamesContent li.game-OCTX_OR:after {
  background-position: right -210px;
}
.sr_RS.casino .casinoGamesContent li figure .btn,
.cp_RS.casino .casinoGamesContent li figure .btn,
.sr_RS.live-dealers .liveDealersGamesContent li figure .btn,
.cp_RS.live-dealers .liveDealersGamesContent li figure .btn {
  font-size: 20px;
}
.sr_RS.casino .casinoGamesContent li figure .btn.orange,
.cp_RS.casino .casinoGamesContent li figure .btn.orange,
.sr_RS.live-dealers .liveDealersGamesContent li figure .btn.orange,
.cp_RS.live-dealers .liveDealersGamesContent li figure .btn.orange {
  font-size: 12px;
}
.hr_HR {
  /* casino */
}
.hr_HR .popup-window.gamePopup .p-login-register .p-bonus-text {
  width: 50%;
}
.hr_HR.casino .casinoGamesContent li.game-OCTX_OR:after,
.hr_HR.live-dealers .liveDealersGamesContent li.game-OCTX_OR:after {
  background-position: right -140px;
}
.hr_HR.casino .casinoGamesContent li figure .btn,
.hr_HR.live-dealers .liveDealersGamesContent li figure .btn {
  font-size: 20px;
}
.hr_HR.casino .casinoGamesContent li figure .btn.orange,
.hr_HR.live-dealers .liveDealersGamesContent li figure .btn.orange {
  font-size: 12px;
}
/* PUBLISHING ADMINISTRATION */
#publish-status-label {
  display: inline-block;
  text-transform: uppercase;
  padding: 0px 10px;
}
#publish-status {
  display: inline-block;
  text-align: center;
  border: 1px solid #9B9B9B;
  margin: 3px;
  height: 32px;
  padding: 0px 15px;
  line-height: 32px;
  text-transform: uppercase;
  background: #E4E4E4;
  font-weight: bold;
}
#publish-actions button,
#static-actions button {
  background: #C4DBEF;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #5D84A6;
  cursor: pointer;
  margin-right: 5px;
}
#publish-actions .static-info,
#static-actions .static-info {
  margin: 10px 0;
}
#publish-actions #show-pages,
#static-actions #show-pages {
  background: #C4DBEF;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #5D84A6;
}
.progress-pages {
  display: none;
  margin-bottom: 20px;
}
.progress-pages h5 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}
.progress-pages .page-instance img {
  display: none;
  margin-left: 10px;
}
.progress-pages .page-instance.done a {
  color: green !important;
}
.progress-pages .page-instance.error a {
  color: red !important;
}
.progress-pages .page-instance.active img {
  display: inline-block;
}
.progress-pages .page-instance a:hover {
  text-decoration: underline;
}
.progress-pages .subpages {
  margin-left: 25px;
}
.static-info span {
  font-weight: bold !important;
}
/* animate arrow */
@keyframes blinkArrow {
  0% {
    opacity: 0.0;
  }
  10% {
    opacity: 1.0;
  }
  20% {
    opacity: 0.0;
  }
  30% {
    opacity: 1.0;
  }
  100% {
    opacity: 1.0;
  }
}
@-webkit-keyframes blinkArrow {
  0% {
    opacity: 0.0;
  }
  10% {
    opacity: 1.0;
  }
  20% {
    opacity: 0.0;
  }
  30% {
    opacity: 1.0;
  }
  100% {
    opacity: 1.0;
  }
}
@-moz-keyframes blinkArrow {
  0% {
    opacity: 0.0;
  }
  10% {
    opacity: 1.0;
  }
  20% {
    opacity: 0.0;
  }
  30% {
    opacity: 1.0;
  }
  100% {
    opacity: 1.0;
  }
}
@-ms-keyframes blinkArrow {
  0% {
    opacity: 0.0;
  }
  10% {
    opacity: 1.0;
  }
  20% {
    opacity: 0.0;
  }
  30% {
    opacity: 1.0;
  }
  100% {
    opacity: 1.0;
  }
}
/* animate text */
@keyframes changeText {
  0% {
    color: inherit;
  }
  50% {
    color: white;
  }
  100% {
    color: inherit;
  }
}
@-webkit-keyframes changeText {
  0% {
    color: inherit;
  }
  50% {
    color: white;
  }
  100% {
    color: inherit;
  }
}
@-moz-keyframes changeText {
  0% {
    color: inherit;
  }
  50% {
    color: white;
  }
  100% {
    color: inherit;
  }
}
@-ms-keyframes changeText {
  0% {
    color: inherit;
  }
  50% {
    color: white;
  }
  100% {
    color: inherit;
  }
}
/* animate overlay */
@keyframes blink {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
/* Loader */
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes spinoff {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
/* Chat new msg */
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-35%);
  }
  40% {
    -webkit-transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-30%);
  }
  80% {
    -webkit-transform: translateY(0%);
  }
}
/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    -moz-transform: translateY(-35%);
  }
  40% {
    -moz-transform: translateY(0);
  }
  60% {
    -moz-transform: translateY(-30%);
  }
  80% {
    -moz-transform: translateY(0%);
  }
}
/* Opera 12.0 */
@-o-keyframes bounce {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    -o-transform: translateY(-35%);
  }
  40% {
    -o-transform: translateY(0);
  }
  60% {
    -o-transform: translateY(-30%);
  }
  80% {
    -o-transform: translateY(0%);
  }
}
/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-35%);
  }
  40% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-30%);
  }
  80% {
    transform: translateY(0%);
  }
}
/* LOADER */
.loader {
  position: relative;
  margin-top: 6px;
}
.loader-1 {
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid #ffffff;
  opacity: .9;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  -moz-animation: spin .5s infinite linear;
  -webkit-animation: spin .5s infinite linear;
}
.loader-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid #30b4fe;
  opacity: .9;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  position: relative;
  top: -16px;
  -moz-animation: spinoff .5s infinite linear;
  -webkit-animation: spinoff .5s infinite linear;
}
.bet-section-title {
  padding-top: 13px;
  line-height: 31px;
  padding-right: 36px;
}
#tpl-betList .bet-section-trigger {
  right: 40px;
}
.bet-section-remove {
  right: 0px;
}
.bet-section-remove .fa {
  font-size: 16px;
}
.bet-section-icon {
  background: url(../../images/sport-icons-60/default.png);
}
.bet-section-icon,
.bet-section-icon img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* innerpage */
/* VISUAL **************************
************************************/
#visual-container {
  width: 100%;
  background: #111111;
  border-bottom: #444444 1px solid;
}
#visual {
  width: 1366px;
  margin: 0 auto;
  position: relative;
}
#visual .vis-img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 100;
}
#visual .vis-description {
  position: absolute;
  left: 264px;
  top: 0px;
  z-index: 200;
  max-width: 680px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#visual .vis-description h1 {
  font-size: 56px;
  line-height: 68px;
  border: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 600;
}
#visual .vis-description h2 {
  font-size: 32px;
  line-height: 41px;
  font-weight: 300;
}
.promotion-banner {
  background: #111;
  border-bottom: #444 1px solid;
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: -1px;
  min-width: 990px;
  overflow: hidden;
  z-index: 1;
}
.pb-img img {
  display: block;
  margin: 0 auto;
}
.pb-content-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-width: 1110px;
}
.pb-content {
  max-width: 1306px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  height: 100%;
}
.pb-text {
  position: absolute;
  left: 262px;
  text-align: left;
  text-shadow: -1px 2px 1px rgba(0, 0, 0, 0.7);
}
.pb-badge {
  border: 2px solid rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 0;
  padding: 15px;
  overflow: hidden;
  text-shadow: 0px 0px 3px #414141;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #32b6ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMzJiNmZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDU4OGRhIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -moz-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32b6ff), color-stop(100%, #0588da));
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -o-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -ms-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, linear-gradient(to bottom, #32b6ff 0%, #0588da 100%);
  filter: none;
  background-size: 105%;
}
.pb-badge-wrapp {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
}
.pb-badge-wrapp .pb-badge {
  position: relative;
}
.pb-badge-wrapp .pb-cta {
  position: absolute;
  right: 0;
}
.pb-content .lc-icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}
.promotion-dynamic-button {
  display: none;
  width: 100%;
  height: 80px;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  background: #fa7a0a;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmE3YTBhIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZjQyZjAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/promotions_bg_button.png') no-repeat right top, -moz-linear-gradient(top, #fa7a0a 0%, #f42f00 100%);
  background: url('../../images/promotions_bg_button.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa7a0a), color-stop(100%, #f42f00));
  background: url('../../images/promotions_bg_button.png') no-repeat right top, -webkit-linear-gradient(top, #fa7a0a 0%, #f42f00 100%);
  background: url('../../images/promotions_bg_button.png') no-repeat right top, -o-linear-gradient(top, #fa7a0a 0%, #f42f00 100%);
  background: url('../../images/promotions_bg_button.png') no-repeat right top, -ms-linear-gradient(top, #fa7a0a 0%, #f42f00 100%);
  background: url('../../images/promotions_bg_button.png') no-repeat right top, linear-gradient(to bottom, #fa7a0a 0%, #f42f00 100%);
  filter: none;
  background-position: center;
}
.promotion-dynamic-button:hover {
  background: #fe5e00;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmU1ZTAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmMxYzAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/promotions_bg_button.png') no-repeat right top, -moz-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/promotions_bg_button.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe5e00), color-stop(100%, #fc1c00));
  background: url('../../images/promotions_bg_button.png') no-repeat right top, -webkit-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/promotions_bg_button.png') no-repeat right top, -o-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/promotions_bg_button.png') no-repeat right top, -ms-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/promotions_bg_button.png') no-repeat right top, linear-gradient(to bottom, #fe5e00 0%, #fc1c00 100%);
  filter: none;
  background-position: center;
}
.promotion-dynamic-button:active {
  background: #F72D00;
}
.promotion-dynamic-button.logged-in {
  background: #32b6ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMzJiNmZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDU4OGRhIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/promotions_bg_button.png') no-repeat right top, -moz-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: url('../../images/promotions_bg_button.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32b6ff), color-stop(100%, #0588da));
  background: url('../../images/promotions_bg_button.png') no-repeat right top, -webkit-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: url('../../images/promotions_bg_button.png') no-repeat right top, -o-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: url('../../images/promotions_bg_button.png') no-repeat right top, -ms-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: url('../../images/promotions_bg_button.png') no-repeat right top, linear-gradient(to bottom, #32b6ff 0%, #0588da 100%);
  filter: none;
  background-position: center;
}
.promotion-dynamic-button.logged-in:hover {
  background: #1bc4ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMWJjNGZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDE5OWVjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/promotions_bg_button.png') no-repeat right top, -moz-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: url('../../images/promotions_bg_button.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1bc4ff), color-stop(100%, #0199ec));
  background: url('../../images/promotions_bg_button.png') no-repeat right top, -webkit-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: url('../../images/promotions_bg_button.png') no-repeat right top, -o-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: url('../../images/promotions_bg_button.png') no-repeat right top, -ms-linear-gradient(top, #1bc4ff 0%, #0199ec 100%);
  background: url('../../images/promotions_bg_button.png') no-repeat right top, linear-gradient(to bottom, #1bc4ff 0%, #0199ec 100%);
  filter: none;
  background-position: center;
}
.promotion-dynamic-button.logged-in:active {
  background: #078ADC;
}
.promotion-template .float {
  float: left;
}
.promotion-template h1 {
  border: none;
  font-size: 36px;
  font-weight: 300;
}
.promotion-template h2 {
  font-size: 24px;
  font-weight: 300;
}
.promotion-template h2 b {
  color: #fff;
}
.promotion-template .subtitle {
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 30px;
}
.promotion-template .preview {
  float: left;
  width: 50%;
  font-size: 24px;
  font-weight: 300;
}
.promotion-template .preview b {
  color: #fff;
}
.promotion-template .preview .subtext {
  font-size: 14px;
  padding-top: 16px;
}
.promotion-template .section-title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin: 24px 0px 15px 0px;
}
.promotion-template .spec-table {
  float: left;
  width: 50%;
  padding-left: 25px;
}
.promotion-template .spec-table .title {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 3px;
}
.promotion-template .spec-table table {
  width: 100%;
}
.promotion-template .spec-table table td {
  border: 1px solid #3d3e40;
  background: #2d2f35;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmQyZjM1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjYyNzJjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d2f35), color-stop(100%, #26272c));
  background: -webkit-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -o-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -ms-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: linear-gradient(to bottom, #2d2f35 0%, #26272c 100%);
  filter: none;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 10px 12px;
}
.promotion-template .spec-table table td:last-child {
  color: #32b6ff;
  font-size: 16px;
}
.promotion-template .spec-table .table-sub {
  margin-top: 8px;
  font-size: 12px;
}
.promotion-template .spec-table .specs {
  border: 1px solid #3d3e40;
  background: #1d1e22;
}
.promotion-template .spec-table .specs .specs-row {
  height: 35px;
  border-top: 1px solid #3d3e40;
}
.promotion-template .spec-table .specs .specs-row.head {
  height: auto;
  border-top: none;
  overflow: hidden;
}
.promotion-template .spec-table .specs .specs-row.head div {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  position: relative;
}
.promotion-template .spec-table .specs .specs-row.head div:first-child {
  float: left;
  width: 45%;
  padding: 19px 0px 23px 5%;
  position: relative;
  z-index: 10;
}
.promotion-template .spec-table .specs .specs-row.head div:last-child {
  float: left;
  width: 55%;
  padding: 19px 0px 23px 10%;
  z-index: 7;
}
.promotion-template .spec-table .specs .specs-row.head div:last-child:after {
  content: '';
  background: #00F;
  width: 23px;
  height: 23px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 27px;
  z-index: 5;
  left: -11px;
  background: #1D1E22;
  border: 1px solid #3d3e40;
}
.promotion-template .spec-table .specs .specs-row.head div:last-child:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 36px;
  left: -20px;
  top: 21px;
  z-index: 6;
  background: #1D1E22;
}
.promotion-template .spec-table .specs .specs-row.body {
  overflow: hidden;
  position: relative;
}
.promotion-template .spec-table .specs .specs-row.body div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 45%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
  line-height: 34px;
}
.promotion-template .spec-table .specs .specs-row.body div:first-child {
  float: left;
  width: 45%;
  height: 34px;
  background: #2d2f35;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmQyZjM1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjYyNzJjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d2f35), color-stop(100%, #26272c));
  background: -webkit-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -o-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -ms-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: linear-gradient(to bottom, #2d2f35 0%, #26272c 100%);
  filter: none;
}
.promotion-template .spec-table .specs .specs-row.body div:first-child:after {
  content: '';
  background: #00F;
  width: 23px;
  height: 23px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 5px;
  z-index: 5;
  right: -13px;
  background: #2d2f35;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmQyZjM1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjYyNzJjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d2f35), color-stop(100%, #26272c));
  background: -webkit-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -o-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -ms-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: linear-gradient(to bottom, #2d2f35 0%, #26272c 100%);
  filter: none;
  border: 1px solid #3d3e40;
}
.promotion-template .spec-table .specs .specs-row.body div:first-child:before {
  content: '';
  background: #000;
  position: absolute;
  width: 22px;
  height: 34px;
  right: 0px;
  z-index: 6;
  background: #2d2f35;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmQyZjM1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjYyNzJjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d2f35), color-stop(100%, #26272c));
  background: -webkit-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -o-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -ms-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: linear-gradient(to bottom, #2d2f35 0%, #26272c 100%);
  filter: none;
}
.promotion-template .spec-table .specs .specs-row.body div:last-child {
  width: 55%;
  height: 34px;
  margin-left: 45%;
  padding-left: 20px;
  background: #24252a;
  color: #32B6FF;
}
.promotion-template .spec-table .specs .specs-row.body:hover div:first-child {
  width: 52%;
  padding-right: 7%;
}
.promotion-template .spec-table .specs .specs-row.body:hover div:last-child {
  background: #32b6ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMzJiNmZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDU4OGRhIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32b6ff), color-stop(100%, #0588da));
  background: -webkit-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: -o-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: -ms-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: linear-gradient(to bottom, #32b6ff 0%, #0588da 100%);
  filter: none;
  color: #fff;
}
.promotion-template .steps-title {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  clear: both;
  padding: 36px 0px 18px 0px;
}
.promotion-template .columns-3 {
  clear: both;
  padding-bottom: 60px;
  font-style: italic;
  overflow: hidden;
}
.promotion-template .columns-3 .column {
  float: left;
  width: 33.33%;
  padding-right: 45px;
}
.promotion-template .columns-3 .column:last-child {
  padding-right: 0px;
}
.promotion-template .columns-1-3 {
  clear: both;
  padding-bottom: 60px;
  overflow: hidden;
}
.promotion-template .columns-1-3 .column-1 {
  float: left;
  width: 33.33%;
  font-size: 18px;
}
.promotion-template .columns-1-3 .column-2 {
  float: left;
  width: 66.66%;
  text-align: right;
}
.promotion-template .columns-1-3 .specs {
  border: 1px solid #3d3e40;
  background: #1d1e22;
  float: none;
  display: inline-block;
  text-align: left;
  width: 30%;
  margin-left: 2%;
}
.promotion-template .columns-1-3 .specs .specs-row {
  height: 35px;
  border-top: 1px solid #3d3e40;
  overflow: hidden;
  position: relative;
}
.promotion-template .columns-1-3 .specs .specs-row:first-child {
  border-top: 0px;
}
.promotion-template .columns-1-3 .specs .specs-row div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 45%;
  text-align: left;
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  line-height: 34px;
  background: #2d2f35;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmQyZjM1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjYyNzJjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d2f35), color-stop(100%, #26272c));
  background: -webkit-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -o-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -ms-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: linear-gradient(to bottom, #2d2f35 0%, #26272c 100%);
  filter: none;
  white-space: nowrap;
}
.promotion-template .columns-1-3 .specs .specs-row div:first-child {
  float: left;
  width: 50%;
  height: 34px;
  position: relative;
  z-index: 10;
  padding-left: 12px;
}
.promotion-template .columns-1-3 .specs .specs-row div:last-child {
  width: 50%;
  height: 34px;
  margin-left: 50%;
  padding-left: 20px;
  background: #24252a;
  color: #32B6FF;
  z-index: 9;
  text-align: right;
  padding-right: 12px;
}
.promotion-template .columns-1-3 .specs .specs-row div:last-child:after {
  content: '';
  background: #00F;
  width: 23px;
  height: 23px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 5px;
  z-index: 5;
  left: -12px;
  background: #2d2f35;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmQyZjM1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjYyNzJjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d2f35), color-stop(100%, #26272c));
  background: -webkit-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -o-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -ms-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: linear-gradient(to bottom, #2d2f35 0%, #26272c 100%);
  filter: none;
  border: 1px solid #3d3e40;
  z-index: 7;
}
.promotion-template .columns-1-3 .specs .specs-row div:last-child:before {
  background: #000;
  position: absolute;
  width: 22px;
  height: 34px;
  left: 0px;
  z-index: 6;
  background: #2d2f35;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmQyZjM1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjYyNzJjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d2f35), color-stop(100%, #26272c));
  background: -webkit-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -o-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -ms-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: linear-gradient(to bottom, #2d2f35 0%, #26272c 100%);
  filter: none;
  z-index: 8;
}
.promotion-template .columns-1-3 .specs .specs-row:hover div:last-child {
  background: #32b6ff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMzJiNmZmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDU4OGRhIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32b6ff), color-stop(100%, #0588da));
  background: -webkit-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: -o-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: -ms-linear-gradient(top, #32b6ff 0%, #0588da 100%);
  background: linear-gradient(to bottom, #32b6ff 0%, #0588da 100%);
  filter: none;
  color: #fff;
}
.promotion-template .steps,
.casino .winnerBox .steps-casino,
.live-dealers .winnerBox .steps-liveDealers {
  border: 1px solid #3d3e40;
  height: 70px;
  margin-bottom: 58px;
  background: #2d2f35;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmQyZjM1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjYyNzJjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d2f35), color-stop(100%, #26272c));
  background: -webkit-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -o-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -ms-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: linear-gradient(to bottom, #2d2f35 0%, #26272c 100%);
  filter: none;
}
.promotion-template .steps .step,
.casino .winnerBox .steps-casino .step-casino,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers {
  height: 68px;
  width: 33.33%;
  float: left;
  padding-left: 74px;
  line-height: 36px;
  font-size: 22px;
  color: #fff;
  background: -moz-linear-gradient(left, #24252a 0%, #24252a 28%, rgba(36, 37, 42, 0) 73%, rgba(36, 37, 42, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #24252a), color-stop(28%, #24252a), color-stop(73%, rgba(36, 37, 42, 0)), color-stop(100%, rgba(36, 37, 42, 0)));
  background: -webkit-linear-gradient(left, #24252a 0%, #24252a 28%, rgba(36, 37, 42, 0) 73%, rgba(36, 37, 42, 0) 100%);
  background: -o-linear-gradient(left, #24252a 0%, #24252a 28%, rgba(36, 37, 42, 0) 73%, rgba(36, 37, 42, 0) 100%);
  background: -ms-linear-gradient(left, #24252a 0%, #24252a 28%, rgba(36, 37, 42, 0) 73%, rgba(36, 37, 42, 0) 100%);
  background: linear-gradient(to right, #24252a 0%, #24252a 28%, rgba(36, 37, 42, 0) 73%, rgba(36, 37, 42, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24252a', endColorstr='#0024252a', GradientType=1);
  position: relative;
}
.promotion-template .steps .step span.number,
.casino .winnerBox .steps-casino .step-casino span.number,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers span.number {
  font-size: 66px;
  font-weight: bold;
  color: #32B6FF;
  position: relative;
  top: 14px;
  padding-right: 16px;
}
.promotion-template .steps .step strong,
.casino .winnerBox .steps-casino .step-casino strong,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers strong {
  color: #32b6ff;
  position: relative;
  z-index: 10;
}
.promotion-template .steps .step:first-child,
.casino .winnerBox .steps-casino .step-casino:first-child,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers:first-child {
  width: 31.48%;
  padding-left: 37px;
}
.promotion-template .steps .step:last-child,
.casino .winnerBox .steps-casino .step-casino:last-child,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers:last-child {
  width: 35.18%;
}
.promotion-template .steps .step:last-child:after,
.casino .winnerBox .steps-casino .step-casino:last-child:after,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers:last-child:after {
  display: none;
}
.promotion-template .steps .step:last-child:before,
.casino .winnerBox .steps-casino .step-casino:last-child:before,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers:last-child:before {
  display: none;
}
.promotion-template .steps .step:after,
.casino .winnerBox .steps-casino .step-casino:after,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers:after {
  content: '';
  background: #00F;
  width: 48px;
  height: 48px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 9px;
  z-index: 5;
  right: -25px;
  background: #2d2f35;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmQyZjM1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjYyNzJjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d2f35), color-stop(100%, #26272c));
  background: -webkit-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -o-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -ms-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: linear-gradient(to bottom, #2d2f35 0%, #26272c 100%);
  filter: none;
  border: 1px solid #3d3e40;
}
.promotion-template .steps .step:before,
.casino .winnerBox .steps-casino .step-casino:before,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers:before {
  content: '';
  background: #000;
  position: absolute;
  width: 42px;
  height: 68px;
  right: 0px;
  z-index: 6;
  background: #2d2f35;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmQyZjM1IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjYyNzJjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d2f35), color-stop(100%, #26272c));
  background: -webkit-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -o-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: -ms-linear-gradient(top, #2d2f35 0%, #26272c 100%);
  background: linear-gradient(to bottom, #2d2f35 0%, #26272c 100%);
  filter: none;
}
.promotion-template .promotion-dynamic-button {
  height: 80px;
}
.promotion-template .css3-shadow {
  position: relative;
}
.promotion-template .css3-shadow:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0px 1px 22px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0px 1px 22px 0px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 1px 22px 0px rgba(255, 255, 255, 0.15);
  bottom: 0px;
  left: 4%;
  right: 10%;
  width: 90%;
  height: 10%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.promotion-template .steps.css3-shadow:after {
  -webkit-box-shadow: 0px 1px 22px 0px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 1px 22px 0px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 1px 22px 0px rgba(255, 255, 255, 0.25);
}
.promotion-template .tc-content {
  padding-bottom: 25px;
  border-bottom: 1px solid #444;
}
.promotion-event {
  width: 100%;
  margin: 0;
  float: left;
  min-height: 529px;
}
.promotion-event:before,
.promotion-event:after {
  display: table;
  content: '';
}
.promotion-event:after {
  clear: both;
}
.promotion-event:before,
.promotion-event:after {
  display: table;
  content: '';
}
.promotion-event:after {
  clear: both;
}
.promotion-event-image {
  position: absolute;
}
.promotion-event-image img {
  width: 100%;
}
.promotion-event-box {
  float: right;
  width: 40%;
  margin: 60px 0;
  position: relative;
}
.promotion-event-box .promotion-event-title {
  display: block;
  padding: 2px 15px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3d3e40), to(#2f3035));
  background-image: -webkit-linear-gradient(top, #3d3e40, #2f3035);
  background-color: #2f3035;
  background-image: -moz-linear-gradient(top, #3d3e40, #2f3035);
  background-image: -ms-linear-gradient(top, #3d3e40, #2f3035);
  background-image: -o-linear-gradient(top, #3d3e40, #2f3035);
  background-image: linear-gradient(top, #3d3e40, #2f3035);
  background-repeat: repeat-x;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  color: #FFF;
  text-align: left;
  border: 1px #3D3E40 solid;
}
.promotion-event-box .promotion-event-content {
  display: block;
  padding: 15px 15px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#24252a), to(#24252a));
  background-image: -webkit-linear-gradient(top, #24252a, #24252a);
  background-color: #24252a;
  background-image: -moz-linear-gradient(top, #24252a, #24252a);
  background-image: -ms-linear-gradient(top, #24252a, #24252a);
  background-image: -o-linear-gradient(top, #24252a, #24252a);
  background-image: linear-gradient(top, #24252a, #24252a);
  background-repeat: repeat-x;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #CCCCCC;
  text-align: left;
  border: 1px #3D3E40 solid;
  border-width: 0 1px 1px 1px;
}
.promotion-event-box .promotion-event-content p {
  line-height: 24px;
}
.promotion-event-center {
  float: left;
  width: 100%;
  text-align: center;
  margin: 30px auto 30px;
}
.promotion-event-center:before,
.promotion-event-center:after {
  display: table;
  content: '';
}
.promotion-event-center:after {
  clear: both;
}
.promotion-event-center:before,
.promotion-event-center:after {
  display: table;
  content: '';
}
.promotion-event-center:after {
  clear: both;
}
.promotion-event-center h2 {
  margin: 20px 0;
}
.promotion-banner .pb-text.promo-event {
  top: 17px;
  width: 410px;
  line-height: 5em;
  text-transform: uppercase;
}
.promotion-banner .pb-text.promo-event button {
  margin-top: 20px;
  width: 310px;
}
.inner-page .tree-li-1.alwaysOpen .tree-header-arrow {
  display: none;
}
.inner-page .tree-li-1.alwaysOpen .tree-ul-2 {
  display: block !important;
  height: auto !important;
}
.inner-page .tree-li-1.alwaysOpen .tree-ul-2 .tree-header-arrow {
  display: none !important;
}
#contact-form {
  width: 506px;
}
#contact-form .form-element {
  margin-bottom: 7px;
  position: relative;
}
#contact-form .form-element label {
  display: block;
  font-size: 13px;
  font-weight: 300;
  padding-left: 2px;
}
#contact-form .form-element input,
#contact-form .form-element textarea {
  width: 100%;
  color: #202020;
  margin-top: 7px;
  margin-bottom: 2px;
  background: #EAEAEA;
  padding: 8px 10px 9px;
  outline: none;
  border: none;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 32px;
}
#contact-form .form-element input:hover,
#contact-form .form-element textarea:hover {
  background: #FFF;
}
#contact-form .form-element input.error,
#contact-form .form-element textarea.error {
  border: 2px solid #DA0E0F;
  background: #fff;
}
#contact-form .form-element textarea {
  height: 166px;
}
#contact-form .form-element .error-message {
  color: #FFF;
  padding: 0 6px;
  font-size: 13px;
  position: absolute;
  top: 0px;
  right: 0;
  background: #D80000;
  height: 21px;
  line-height: 21px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#contact-form .form-element .error-message:before {
  content: '';
  position: absolute;
  left: -6px;
  top: 7px;
  width: 6px;
  height: 7px;
  background: url(../../images/sprite.png) no-repeat -79px -247px;
}
#contact-form .rdm-container {
  overflow: hidden;
  position: relative;
}
#contact-form .rdm-container input {
  position: absolute;
  top: -20px;
  height: 20px;
}
#contact-form .form-submit {
  height: 32px;
  padding: 0 40px;
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
  outline: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #2fb5fe;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmZiNWZlIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDQ4M2QyIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2fb5fe), color-stop(100%, #0483d2));
  background: -webkit-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: -o-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: -ms-linear-gradient(top, #2fb5fe 0%, #0483d2 100%);
  background: linear-gradient(to bottom, #2fb5fe 0%, #0483d2 100%);
  filter: none;
  margin-top: 17px;
  display: inline-block;
  margin-bottom: 20px;
}
/* MOPBILE PROMO **************************
************************************/
.clear:before,
.clear:after {
  display: table;
  content: '';
}
.clear:after {
  clear: both;
}
/*
.ipad {
	width: 490px;
	position: relative;
	height: 426px;
	background-image: url(../../../images/ipad.png);
	background-position: -15px 0px;
	overflow: hidden;
	margin: 0 auto;
}

.ipadBox {
	position: absolute;
	top: 92px;
	left: 65px;
	overflow: hidden;
	z-index: 10;
	width: 361px;
	height: 222px;
	background-image: url(../../../images/ipad_screen.png);
	background-position: center top;
}

.iphone {
	width: 490px;
	position: relative;
	height: 450px;
	background-image: url(../../../images/iphone.png);
	background-position: center top;
	margin: 0 auto;
	overflow: hidden;
}

.iphoneBox {
	position: absolute;
	top: 101px;
	left: 130px;
	overflow: hidden;
	z-index: 10;
	width: 146px;
	height: 225px;
	background-image: url(../../../images/iphone_screen.png);
	background-position: center top;
}

.slick-slide.slick-active {
	#alternate {
		width: 361px;
		height: 810px;
		z-index: 1;
		background-image: url(../../../images/ipad_screen.png);
		background-position: center top;
		z-index: 10;
		animation-name: demo;
		animation-duration: 12s;
		animation-iteration-count: infinite;
		animation-direction: alternate-reverse;
		-webkit-animation-name: demo;
		-webkit-animation-duration: 12s;
		-webkit-animation-direction: alternate-reverse;
		-webkit-animation-iteration-count: infinite;
	}

	@keyframes demo {
		0% {
			transform: translate(0px, -564px);
			animation-timing-function: ease-in-out;
		}

		20% {
			transform: translate(0px, -564px);
			animation-timing-function: ease-in-out;
		}

		90% {
			transform: translate(0px, 0px);
			animation-timing-function: ease-in-out;
		}

		100% {
			transform: translate(0px, 0px);
			animation-timing-function: ease-in-out;
		}
	}

	@-webkit-keyframes demo {
		0% {
			-webkit-transform: translate(0px, -564px);
			-webkit-animation-timing-function: ease-in-out;
		}

		20% {
			-webkit-transform: translate(0px, -564px);
			-webkit-animation-timing-function: ease-in-out;
		}

		90% {
			-webkit-transform: translate(0px, 0px);
			-webkit-animation-timing-function: ease-in-out;
		}

		100% {
			-webkit-transform: translate(0px, 0px);
			-webkit-animation-timing-function: ease-in-out;
		}
	}

	#alternate2 {
		width: 146px;
		height: 370px;
		z-index: 1;
		background-image: url(../../../images/iphone_screen.png);
		background-position: center top;
		z-index: 10;
		animation-name: iphone;
		animation-duration: 12s;
		animation-iteration-count: infinite;
		animation-direction: alternate-reverse;
		-webkit-animation-name: iphone;
		-webkit-animation-duration: 12s;
		-webkit-animation-direction: alternate-reverse;
		-webkit-animation-iteration-count: infinite;
	}

	@keyframes iphone {
		0% {
			transform: translate(0px, -150px);
			animation-timing-function: ease-in-out;
		}

		20% {
			transform: translate(0px, -150px);
			animation-timing-function: ease-in-out;
		}

		80% {
			transform: translate(0px, 0);
			animation-timing-function: ease-in-out;
		}

		100% {
			transform: translate(0px, 0);
			animation-timing-function: ease-in-out;
		}
	}

	@-webkit-keyframes iphone {
		0% {
			-webkit-transform: translate(0px, -150px);
			-webkit-animation-timing-function: ease-in-out;
		}

		20% {
			-webkit-transform: translate(0px, -150px);
			-webkit-animation-timing-function: ease-in-out;
		}

		80% {
			-webkit-transform: translate(0px, 0px);
			-webkit-animation-timing-function: ease-in-out;
		}

		100% {
			-webkit-transform: translate(0px, 0px);
			-webkit-animation-timing-function: ease-in-out;
		}
	}
}

*/
.iphone {
  width: 490px;
  position: relative;
  height: 450px;
  background-image: url(../../images/iphone.png);
  background-position: center top;
  margin: 0 auto;
  overflow: hidden;
}
.iphoneBox {
  position: absolute;
  top: 101px;
  left: 130px;
  overflow: hidden;
  z-index: 10;
  width: 146px;
  height: 225px;
  background-image: url(../../images/iphone_screen.png);
  background-position: center top;
}
/* slider .internal-page #wrapper.pagetype-mobile-promo ul*/
.slick-slider {
  margin: 0 0 30px;
}
.slick-dots {
  position: absolute;
  bottom: 5px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: #3d3e40;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: .75;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  content: '';
  text-align: center;
  background: #888;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  color: #30a4e5;
  background: #30a4e5;
}
/* mobile promo */
.internal-page #wrapper.pagetype-mobile-promo {
  max-width: none;
  background: transparent url(../../images/bg_mobile-promo-new.jpg) no-repeat center top;
  padding: 0;
}
.internal-page #wrapper.pagetype-mobile-promo .wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.internal-page #wrapper.pagetype-mobile-promo h1 {
  border: none;
  padding: 0;
  margin: 10px 0 26px;
  text-transform: none;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: bold;
}
.internal-page #wrapper.pagetype-mobile-promo h2 {
  font-size: 18px;
  font-weight: 600;
}
.internal-page #wrapper.pagetype-mobile-promo .col.content h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2em;
}
.internal-page #wrapper.pagetype-mobile-promo .col.content ul {
  margin-left: 20px;
}
.internal-page #wrapper.pagetype-mobile-promo .col.content ul li {
  font-weight: lighter;
  font-size: 20px;
  padding: 0;
  line-height: 1.6em;
}
.internal-page #wrapper.pagetype-mobile-promo ul li {
  font-size: 14px;
  line-height: 1.5em;
}
.internal-page #wrapper.pagetype-mobile-promo .mobileLink {
  font-size: 20px;
  font-weight: bold;
  color: #2193dc;
  margin: 30px 0;
  display: none;
}
.internal-page #wrapper.pagetype-mobile-promo ul.slick-slider {
  margin-left: 0;
}
.internal-page #wrapper.pagetype-mobile-promo ul.slick-slider > ul {
  margin-left: 0;
}
.internal-page #wrapper.pagetype-mobile-promo .slick-slider {
  margin: 84px 0 0;
  width: 410px;
}
.internal-page #wrapper.pagetype-mobile-promo .slick-slider li {
  padding: 0 !important;
}
.internal-page #wrapper.pagetype-mobile-promo .slick-dots {
  bottom: 13px;
  text-align: right;
  padding-right: 52px;
}
.internal-page #wrapper.pagetype-mobile-promo .slick-dots li.slick-active button:before {
  color: #FFF;
  background: #FFF;
}
.internal-page #wrapper.pagetype-mobile-promo .columns {
  padding: 30px 0 0;
}
.internal-page #wrapper.pagetype-mobile-promo h2.withBorder {
  color: #FFF;
  font-size: 30px;
  margin-top: 30px;
  text-align: center;
  display: table;
  white-space: nowrap;
}
.internal-page #wrapper.pagetype-mobile-promo h2.withBorder:before,
.internal-page #wrapper.pagetype-mobile-promo h2.withBorder:after {
  border-top: 1px solid #444444;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;
}
.internal-page #wrapper.pagetype-mobile-promo h2.withBorder:before {
  right: 2.5%;
}
.internal-page #wrapper.pagetype-mobile-promo h2.withBorder:after {
  left: 2.5%;
}
.cycleBox img {
  width: 100%;
}
.qrcode {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e3036), to(#25262b));
  background-image: -webkit-linear-gradient(top, #2e3036, #25262b);
  background-color: #25262b;
  background-image: -moz-linear-gradient(top, #2e3036, #25262b);
  background-image: -ms-linear-gradient(top, #2e3036, #25262b);
  background-image: -o-linear-gradient(top, #2e3036, #25262b);
  background-image: linear-gradient(top, #2e3036, #25262b);
  background-repeat: repeat-x;
  padding: 20px;
  margin-top: 40px;
  border: 1px #3D3E40 solid;
}
.qrcode:before,
.qrcode:after {
  display: table;
  content: '';
}
.qrcode:after {
  clear: both;
}
.qrcode:before,
.qrcode:after {
  display: table;
  content: '';
}
.qrcode:after {
  clear: both;
}
.qrcode.iosApp {
  margin: 30px 0;
  text-align: center;
  padding: 14px;
  display: none;
}
.qrcode.iosApp p {
  font-size: 18px !important;
  color: #777777;
}
.qrcode.iosApp em.fa {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.qrcode.androidApp {
  margin: 0;
  display: none;
}
.qrcode.androidApp figure {
  margin-right: 30px;
}
.qrcode.androidApp figure img {
  margin: 6px 0 0;
}
.qrcode.androidApp ul li {
  width: 35%;
  border: none;
}
.qrcode.androidApp ul li:last-child {
  width: 44%;
  font-size: 13px !important;
  line-height: 1.4em !important;
  font-weight: 300;
  color: #CCCCCC;
  padding: 0 0 0 50px;
  border-left: 1px #3d3e40 solid;
}
.qrcode.androidAppLogout {
  text-align: center;
  position: relative;
}
.qrcode.androidAppLogout:after {
  content: "";
  width: 67px;
  height: 68px;
  position: absolute;
  right: -4px;
  top: -4px;
  background: transparent url(../../images/bg_mobile-app-free.png) no-repeat center;
  display: none;
}
.qrcode.androidAppLogout .buttons {
  text-align: center;
  margin: 25px 0 15px;
}
.qrcode.androidAppLogout .btn {
  float: none;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}
.qrcode.androidAppLogout .btn.g-light-grey {
  color: #000000;
}
.qrcode.androidAppLogout h2 {
  font-size: 26px !important;
  font-weight: bold !important;
  margin-bottom: 30px;
}
.qrcode.androidAppLogout p {
  font-size: 20px;
  line-height: 22px;
}
.qrcode.androidAppLogout .qrcode-separator {
  width: 0;
  border-right: 1px solid #5c6067;
  margin: 0 18px;
  display: inline;
}
.qrcode figure {
  float: left;
  margin-right: 20px;
}
.qrcode figure img {
  float: left;
}
.qrcode ul li {
  float: left;
  width: 38%;
  border-right: 1px #3d3e40 solid;
  padding: 0 30px 0 0;
  list-style: none;
  font-size: 14px !important;
  line-height: 1.4em !important;
  color: #CCCCCC;
}
.qrcode ul li:last-child {
  border: none;
  padding: 0 0 0 30px;
}
.qrcode ul li h2 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #FFF;
  text-align: left;
  margin: 0 0 10px !important;
}
/*show / off app if login */
.user-logged-in .qrcode.androidApp {
  display: block !important;
}
.user-logged-in .qrcode.androidAppLogout {
  display: none;
}
.user-logged-in.internal-page #wrapper.pagetype-mobile-promo .mobileLink,
.user-logged-in.internal-page #wrapper.pagetype-mobile-promo .iosApp {
  display: block;
}
.mobileDevices {
  padding: 65px 0;
  margin: 0;
  background: #1d1e22;
  border-top: 1px #3d3e40 solid;
  position: relative;
}
.mobileDevices:before,
.mobileDevices:after {
  display: table;
  content: '';
}
.mobileDevices:after {
  clear: both;
}
.mobileDevices:before,
.mobileDevices:after {
  display: table;
  content: '';
}
.mobileDevices:after {
  clear: both;
}
.mobileDevices h2 {
  margin: 10px 0 50px;
  font-size: 24px !important;
  color: #2193dc;
  text-align: center;
}
.mobileDevices .boxMobileWrapper {
  overflow: hidden;
}
.mobileDevices .boxMobileWrapper .boxMobileBottom {
  float: left;
  width: 47.5%;
  margin-right: 5%;
}
.mobileDevices .boxMobileWrapper .boxMobileBottom:nth-of-type(even) {
  margin-right: 0;
}
.mobileDevices .boxMobileWrapper .boxMobileBottom .qrcode {
  margin: 0;
}
.mobileDevices .dottedBox {
  float: left;
  border: 1px #3d3e40 dashed;
  width: 100%;
  padding: 40px 20px 40px 140px;
  position: relative;
  font-size: 14px;
  font-weight: lighter;
}
.mobileDevices .dottedBox a {
  color: #FFF;
}
.mobileDevices .dottedBox p {
  line-height: 26px;
}
.mobileDevices .dottedBox .inner-content p {
  line-height: 32px !important;
}
.mobileDevices .dottedBox .mobileDevicesName {
  position: absolute;
  width: 86px;
  height: 86px;
  left: 70px;
  top: 50%;
  margin: -42px 0 0 -43px;
  background: #1d1e22 url(../../images/mobile-promo_android.png) no-repeat center bottom;
}
.mobileDevices .dottedBox .mobileDevicesName.apple {
  background: #1d1e22 url(../../images/mobile-promo_apple.png) no-repeat center bottom;
}
.columns {
  padding: 20px 0;
}
.columns:before,
.columns:after {
  display: table;
  content: '';
}
.columns:after {
  clear: both;
}
.columns:before,
.columns:after {
  display: table;
  content: '';
}
.columns:after {
  clear: both;
}
.columns.col-2 .col {
  float: left;
  width: 41%;
}
.columns.col-2 .col:nth-child(2) {
  width: 59%;
  padding-right: 0;
}
.columns.col-2 .col.content2 {
  width: 59%;
  padding-right: 0;
}
.columns.col-3 {
  padding: 25px 0 25px;
}
.columns.col-3 .col {
  float: left;
  width: 22%;
  padding-right: 3%;
}
.columns.col-3 .col:nth-child(2) {
  width: 27%;
  padding-right: 3%;
}
.columns.col-3 .col:nth-child(3) {
  width: 45%;
  padding-right: 0;
}
/* casino */
/* button gradient */
/* Orange gradient */
/* Blue button gradient */
/* Orange BUTTON gradient */
/* če user ni prijavljen */
.casino #wrapper.pagetype-casino .sliderBox .slick-dots,
.casino.user-logged-out #wrapper.pagetype-casino .sliderBox .slick-dots {
  top: 380px;
}
.casino #wrapper.pagetype-casino .wrapper.casinoContent,
.casino.user-logged-out #wrapper.pagetype-casino .wrapper.casinoContent {
  margin-top: -310px !important;
}
.casino #wrapper.pagetype-casino .winnerBox,
.casino.user-logged-out #wrapper.pagetype-casino .winnerBox {
  display: block;
}
.casino #wrapper.pagetype-casino .winnerBox .bigWinners,
.casino.user-logged-out #wrapper.pagetype-casino .winnerBox .bigWinners {
  display: none;
}
.casino #wrapper.pagetype-casino .winnerBox .steps-casino,
.casino.user-logged-out #wrapper.pagetype-casino .winnerBox .steps-casino {
  display: block;
}
.casino #wrapper.pagetype-casino .winnerBox .steps-casino .step-casino.logged-out,
.casino.user-logged-out #wrapper.pagetype-casino .winnerBox .steps-casino .step-casino.logged-out {
  display: inline;
}
.casino #wrapper.pagetype-casino .winnerBox .steps-casino .step-casino.low-balance,
.casino.user-logged-out #wrapper.pagetype-casino .winnerBox .steps-casino .step-casino.low-balance {
  display: none;
}
/* če je user prijavljen */
.casino.user-logged-in {
  /* če je ze opravil deposit */
}
.casino.user-logged-in.low-balance #wrapper.pagetype-casino .sliderBox .slick-dots {
  top: 380px;
}
.casino.user-logged-in.low-balance #wrapper.pagetype-casino .wrapper.casinoContent {
  margin-top: -310px !important;
}
.casino.user-logged-in.low-balance #wrapper.pagetype-casino .casinoGames {
  margin-top: 30px;
}
.casino.user-logged-in.low-balance #wrapper.pagetype-casino .aside-pushbox {
  padding-top: 30px;
}
.casino.user-logged-in.low-balance #wrapper.pagetype-casino .winnerBox {
  display: block;
}
.casino.user-logged-in.low-balance #wrapper.pagetype-casino .winnerBox .bigWinners {
  display: none;
}
.casino.user-logged-in.low-balance #wrapper.pagetype-casino .winnerBox .steps-casino {
  display: block;
}
.casino.user-logged-in.low-balance #wrapper.pagetype-casino .winnerBox .steps-casino .step-casino.logged-out {
  display: none;
}
.casino.user-logged-in.low-balance #wrapper.pagetype-casino .winnerBox .steps-casino .step-casino.low-balance {
  display: inline;
}
.casino.user-logged-in #wrapper.pagetype-casino {
  /* gumb play now na igrah */
}
.casino.user-logged-in #wrapper.pagetype-casino .wrapper.casinoContent {
  margin-top: -310px !important;
}
.casino.user-logged-in #wrapper.pagetype-casino .sliderBox .slick-dots {
  top: 380px;
}
.casino.user-logged-in #wrapper.pagetype-casino .casinoGames {
  margin-top: 0;
}
.casino.user-logged-in #wrapper.pagetype-casino .aside-pushbox {
  padding-top: 0;
}
.casino.user-logged-in #wrapper.pagetype-casino .winnerBox {
  display: none;
}
.casino.user-logged-in #wrapper.pagetype-casino .winnerBox .bigWinners {
  display: none;
}
.casino.user-logged-in #wrapper.pagetype-casino .winnerBox .steps-casino {
  display: none;
}
.casino.user-logged-in #wrapper.pagetype-casino .winnerBox .steps-casino .step-casino.logged-out {
  display: none;
}
.casino.user-logged-in #wrapper.pagetype-casino .winnerBox .steps-casino .step-casino.low-balance {
  display: none;
}
.casino.user-logged-in #wrapper.pagetype-casino .casinoGamesContent li:hover .btn {
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -83px;
  z-index: 20;
  text-transform: uppercase;
  text-align: center;
  height: 46px !important;
  line-height: 44px !important;
  width: 166px !important;
  font-size: 22px !important;
}
.casino.user-logged-in #wrapper.pagetype-casino .casinoGamesContent li:hover .btn:after {
  height: 23px !important;
}
.casino.user-logged-in #wrapper.pagetype-casino .casinoGamesContent li:hover .btn.orange {
  display: none !important;
}
#wrapper.pagetype-casino {
  max-width: inherit;
  min-width: 1000px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
#wrapper.pagetype-casino:before,
#wrapper.pagetype-casino:after {
  display: table;
  content: '';
}
#wrapper.pagetype-casino:after {
  clear: both;
}
#wrapper.pagetype-casino:before,
#wrapper.pagetype-casino:after {
  display: table;
  content: '';
}
#wrapper.pagetype-casino:after {
  clear: both;
}
.casino {
  max-width: none;
  padding: 0;
  /* slider čez celo širino s igrami */
  /* box winner */
  /* casino games */
  /* vsebina s tabi */
  /* footer s igrami na casinoju */
  /* odmik bannerjev */
}
.casino .wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  margin-top: -290px;
}
.casino .sliderBox .slick-dots,
.live-dealers .sliderBox .slick-dots {
  bottom: inherit;
  top: 400px;
}
.casino .sliderBox .wrapper,
.live-dealers .sliderBox .wrapper {
  margin-top: 0;
}
.casino .sliderBox .slider .slick-list li,
.live-dealers .sliderBox .slider .slick-list li {
  min-height: 700px;
  background-color: #1c1e21;
  background-size: 1998px 633px;
  background-repeat: no-repeat;
  background-position: center top;
  /*
				background-position: center top;
				border-image-repeat: fixed;
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
				*/
}
.casino .sliderBox .slider .slick-list li h2,
.live-dealers .sliderBox .slider .slick-list li h2 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 56px;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  width: 80%;
  padding-top: 48px;
  text-shadow: rgba(0, 0, 0, 0.701961) -1px 2px 1px;
}
.casino .sliderBox .slider .slick-list li p,
.live-dealers .sliderBox .slider .slick-list li p {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.2em;
  width: 40%;
  padding: 0 0 30px;
  text-shadow: rgba(0, 0, 0, 0.701961) -1px 2px 1px;
}
.casino .sliderBox .slider .slick-list li .btn,
.live-dealers .sliderBox .slider .slick-list li .btn {
  height: 60px;
  width: 310px;
  line-height: 60px;
  font-weight: bold;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 26px;
  padding: 0px 10px;
  background: #fd7600;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmQ3NjAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZjcyZDAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -moz-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd7600), color-stop(100%, #f72d00));
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -o-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -ms-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, linear-gradient(to bottom, #fd7600 0%, #f72d00 100%);
  filter: none;
  background-size: contain;
  /*
					height: 60px;
					width: 310px;
					cursor: pointer;
					position: relative;
					margin: 0 auto;
					padding: 0;
					line-height: 60px;
					font-weight: bold;
					font-family: @headingfont;
					font-size: 26px;
					.simpleVGradientImage(@basecolor2_button_start, @basecolor2_button_end, "../../../images/bg_casino_button.png");
					background-size: contain;
					box-shadow: 0 0 6px 0 rgba(23,25,29,0.5);
					border-radius: 3px;

					&:hover {
						.simpleVGradientImage(@basecolor2_button_end, @basecolor2_button_start, "../../../images/bg_casino_button.png");
					}

					&:active {
						.simpleVGradientImage(@basecolor2_button_active, @basecolor2_button_active, "../../../images/bg_casino_button.png");
					}
					*/
}
.casino .sliderBox .slider .slick-list li .btn:hover,
.live-dealers .sliderBox .slider .slick-list li .btn:hover {
  background: #fe5e00;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmU1ZTAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmMxYzAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -moz-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe5e00), color-stop(100%, #fc1c00));
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -o-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -ms-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, linear-gradient(to bottom, #fe5e00 0%, #fc1c00 100%);
  filter: none;
  background-size: contain;
}
.casino .sliderBox .slider .slick-list li .btn:active,
.live-dealers .sliderBox .slider .slick-list li .btn:active {
  background: #ff8e4c;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmY4ZTRjIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmY4ZTRjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -moz-linear-gradient(top, #ff8e4c 0%, #ff8e4c 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8e4c), color-stop(100%, #ff8e4c));
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-linear-gradient(top, #ff8e4c 0%, #ff8e4c 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -o-linear-gradient(top, #ff8e4c 0%, #ff8e4c 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -ms-linear-gradient(top, #ff8e4c 0%, #ff8e4c 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, linear-gradient(to bottom, #ff8e4c 0%, #ff8e4c 100%);
  filter: none;
}
.casino .winnerBox {
  position: relative;
  /* promocije 1,2,3 */
}
.casino .winnerBox:before,
.casino .winnerBox:after {
  display: table;
  content: '';
}
.casino .winnerBox:after {
  clear: both;
}
.casino .winnerBox:before,
.casino .winnerBox:after {
  display: table;
  content: '';
}
.casino .winnerBox:after {
  clear: both;
}
.casino .winnerBox .bigWinners {
  background-image: url("../../images/bg_casino_topbetting.png");
  height: 44px;
  display: none;
}
.casino .winnerBox .bigWinners:before,
.casino .winnerBox .bigWinners:after {
  display: table;
  content: '';
}
.casino .winnerBox .bigWinners:after {
  clear: both;
}
.casino .winnerBox .bigWinners:before,
.casino .winnerBox .bigWinners:after {
  display: table;
  content: '';
}
.casino .winnerBox .bigWinners:after {
  clear: both;
}
.casino .winnerBox .bigWinners ul {
  margin: 0;
  padding: 0;
}
.casino .winnerBox .bigWinners li {
  float: left;
  width: 25%;
  border-right: 1px #65c8ff solid;
  list-style: none;
  padding: 4px 12px 4px;
}
.casino .winnerBox .bigWinners li:first-child:hover {
  background-color: inherit;
}
.casino .winnerBox .bigWinners li:last-child {
  border-right: none;
}
.casino .winnerBox .bigWinners li:hover {
  background-color: #FFF;
  cursor: inherit;
}
.casino .winnerBox .bigWinners li:hover p {
  color: #1a9fed;
}
.casino .winnerBox .bigWinners li:hover .bigWinnersRight p,
.casino .winnerBox .bigWinners li:hover .bigWinnersRight span {
  display: none;
}
.casino .winnerBox .bigWinners li:hover .bigWinnersRight .btn {
  display: block;
  cursor: pointer;
}
.casino .winnerBox .bigWinners li a {
  color: #FFF;
}
.casino .winnerBox .bigWinners li a.btn {
  display: none;
  height: 32px;
  width: 115px;
  font-size: 13px;
  line-height: 1em;
  padding: 10px 0;
  margin: 0;
}
.casino .winnerBox .bigWinners li p {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  float: left;
  line-height: 1em;
}
.casino .winnerBox .bigWinners li p.bigWinnersPrice {
  font-size: 36px;
  font-weight: bold;
  width: 63%;
}
.casino .winnerBox .bigWinners li h2 {
  font-size: 36px;
  font-weight: bold;
  width: auto;
  line-height: 35px;
  display: inline;
  padding: 0;
  margin: 0;
}
.casino .winnerBox .bigWinners li .bigWinnersRight {
  float: right;
  width: 37%;
  margin-top: 2px;
}
.casino .winnerBox .bigWinners li .bigWinnersRight p {
  line-height: 1.2em;
}
.casino .winnerBox .bigWinners li .bigWinnersRight em {
  font-weight: normal;
  font-style: italic;
  display: block;
}
.casino .winnerBox .bigWinners li .bigWinnersRight .flag-icon {
  margin-right: 8px;
  float: left;
}
.casino .winnerBox .bigWinners li span {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.casino .winnerBox .steps-casino,
.live-dealers .winnerBox .steps-liveDealers {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 80px;
  width: 100%;
  display: none;
  margin-bottom: 0;
}
.casino .winnerBox .steps-casino .step-casino,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers {
  line-height: 25px;
  height: 78px;
  padding-left: 5%;
  display: none;
  width: calc((100% / 3));
  float: left;
}
.casino .winnerBox .steps-casino .step-casino:after,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers:after {
  width: 54px;
  height: 54px;
  top: 11px;
  right: -28px;
}
.casino .winnerBox .steps-casino .step-casino:before,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers:before {
  width: 49px;
  height: 78px;
  right: 0;
}
.casino .winnerBox .steps-casino .step-casino:first-child,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers:first-child {
  padding-left: 3%;
  width: 33.33%;
}
.casino .winnerBox .steps-casino .step-casino:first-child span.number,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers:first-child span.number {
  padding-right: 7px;
}
.casino .winnerBox .steps-casino .step-casino:first-child small,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers:first-child small {
  padding-left: 48px;
}
.casino .winnerBox .steps-casino .step-casino:last-child,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers:last-child {
  width: calc((100% / 3));
}
.casino .winnerBox .steps-casino .step-casino:hover,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers:hover {
  background: #3e4046;
}
.casino .winnerBox .steps-casino .step-casino:hover:after,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers:hover:after {
  background: #3e4046;
}
.casino .winnerBox .steps-casino .step-casino:hover:before,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers:hover:before {
  background: #3e4046;
  right: -1px;
}
.casino .winnerBox .steps-casino .step-casino:hover strong,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers:hover strong {
  color: #F54202;
  background: -webkit-linear-gradient(#f54202, #fa7a0a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.casino .winnerBox .steps-casino .step-casino:hover span.number,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers:hover span.number {
  color: #F54202;
  background: -webkit-linear-gradient(#f54202, #fa7a0a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.casino .winnerBox .steps-casino .step-casino.logged-out,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers.logged-out {
  display: none;
}
.casino .winnerBox .steps-casino .step-casino.logged-out:nth-of-type(3n+3):after,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers.logged-out:nth-of-type(3n+3):after {
  display: none;
}
.casino .winnerBox .steps-casino .step-casino.low-balance,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers.low-balance {
  display: none;
}
.casino .winnerBox .steps-casino .step-casino.low-balance:nth-of-type(3n+3):after,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers.low-balance:nth-of-type(3n+3):after {
  display: none;
}
.casino .winnerBox .steps-casino .step-casino a,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers a {
  display: inline-block;
  position: relative;
  z-index: 10;
}
.casino .winnerBox .steps-casino .step-casino strong,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers strong {
  font-weight: bold;
  color: #65c8ff;
  font-size: 24px;
  top: -2px;
  text-transform: uppercase;
  color: #32B6FF;
  background: -webkit-linear-gradient(#32b6ff, #79cfff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.casino .winnerBox .steps-casino .step-casino span.number,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers span.number {
  top: 25px;
  font-size: 62px;
  padding-right: 12px;
  color: #32B6FF;
  background: -webkit-linear-gradient(#32b6ff, #79cfff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.casino .winnerBox .steps-casino .step-casino small,
.live-dealers .winnerBox .steps-liveDealers .step-liveDealers small {
  display: block;
  font-size: 18px;
  font-weight: 300;
  padding-left: 54px;
  padding-top: 5px;
  line-height: 1em;
  color: #FFF;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.casino section {
  float: left;
  width: 72%;
  margin-right: 2.5%;
}
.casino #aside-pushbox-container {
  float: left;
  width: 25.5%;
  position: relative;
}
.casino .aside-pushbox {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 30px 0 0;
}
.casino .sticky-wrapper {
  position: relative;
}
.casino .boxPushbox {
  position: relative;
  margin: 0px 0 30px;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.casino .boxPushbox:before,
.casino .boxPushbox:after {
  display: table;
  content: '';
}
.casino .boxPushbox:after {
  clear: both;
}
.casino .boxPushbox:before,
.casino .boxPushbox:after {
  display: table;
  content: '';
}
.casino .boxPushbox:after {
  clear: both;
}
.casino .boxPushbox img {
  float: left;
  width: 100%;
}
.casino .boxPushbox .button {
  width: 85%;
  left: 7.5%;
  text-transform: uppercase;
}
.casino .boxPushbox .button.small {
  width: 51%;
  left: 50%;
  margin-left: -25.5%;
}
.casino .boxPushbox .vipIcon {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 100px;
  height: 100px;
  background: url(../../images/sprite.png) no-repeat;
  background-position: -200px -1487px;
}
.casino .boxWhy,
.casino .boxLatestWinners,
.live-dealers .boxWhy {
  background-color: #2e3036;
  border: 1px solid #3d3e40;
  padding: 20px 20px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 30px;
}
.casino .boxWhy:before,
.casino .boxWhy:after,
.live-dealers .boxWhy:before,
.live-dealers .boxWhy:after {
  display: table;
  content: '';
}
.casino .boxWhy:after,
.live-dealers .boxWhy:after {
  clear: both;
}
.casino .boxWhy:before,
.casino .boxWhy:after,
.live-dealers .boxWhy:before,
.live-dealers .boxWhy:after {
  display: table;
  content: '';
}
.casino .boxWhy:after,
.live-dealers .boxWhy:after {
  clear: both;
}
.casino .boxWhy ul,
.live-dealers .boxWhy ul {
  margin: 0;
  padding: 0;
}
.casino .boxWhy li,
.live-dealers .boxWhy li {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  color: #cccccc;
  height: 55px;
  font-size: 16px;
  background: transparent url(../../images/bg_casino_whybox_shaddow.png) no-repeat center bottom;
  /*
			.line {
				display: none;
				height: 1px;
				margin: 50px 0;
				background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0,0,0,0)), color-stop(0.5, #454649), to(rgba(255, 255, 255,0)));
				background: -webkit-linear-gradient(left, rgba(0,0,0,0), #454649, rgba(255, 255, 255,0));
				background: -moz-linear-gradient(left, rgba(0,0,0,0), #454649, rgba(255, 255, 255,0));
				background: -o-linear-gradient(left, rgba(0,0,0,0), #454649, rgba(255, 255, 255,0));
				background: linear-gradient(left, rgba(0,0,0,0), #454649, rgba(255, 255, 255,0));
				border: 0;
				position: relative;
				bottom: -14px;

				&:after {
					display: block;

					content:'';
					height: 8px;

					background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 116, color-stop(0%, #454649), color-stop(100%, rgba(255, 255, 255, 0)));
					background-image: -webkit-radial-gradient(center top, farthest-side, #454649 0%, rgba(255, 255, 255, 0) 100%);
					background-image: -moz-radial-gradient(center top, farthest-side, #454649 0%, rgba(255, 255, 255, 0) 100%);
					background-image: -o-radial-gradient(center top, farthest-side, #454649 0%, rgba(255, 255, 255, 0) 100%);
					background-image: radial-gradient(farthest-side at center top, #454649 0%, rgba(255, 255, 255, 0) 100%);
				}
			}
			*/
}
.casino .boxWhy li:last-child,
.live-dealers .boxWhy li:last-child {
  background: transparent;
}
.casino .boxWhy li span,
.live-dealers .boxWhy li span {
  position: relative;
  top: -10px;
  float: left;
  width: 50px;
  height: 50px;
  background: url(../../images/sprite.png) no-repeat;
  background-position: -250px -1592px;
}
.casino .boxWhy li span.boxWhyPromotions,
.live-dealers .boxWhy li span.boxWhyPromotions {
  background-position: -250px -1311px;
}
.casino .boxWhy li span.boxWhyPayouts,
.live-dealers .boxWhy li span.boxWhyPayouts {
  background-position: -248px -1367px;
}
.casino .boxWhy li span.boxWhySupport,
.live-dealers .boxWhy li span.boxWhySupport {
  background-position: -248px -1429px;
}
.casino .boxWhy h3,
.casino .boxLatestWinners h3,
.live-dealers .boxWhy h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #1498e8;
  border-bottom: 3px #454649 solid;
}
.casino .boxLatestWinners {
  padding: 20px;
  float: left;
  width: 100%;
}
.casino .boxLatestWinners h3 {
  text-transform: uppercase;
}
.casino .boxLatestWinners ul {
  margin: 0 -20px;
  padding: 0;
}
.casino .boxLatestWinners li {
  float: left;
  width: calc((100% / 1) - 40px);
  border-bottom: 1px #454649 solid;
  list-style: none;
  padding: 7px 0 6px;
  margin: 0 20px;
}
.casino .boxLatestWinners li:hover {
  border-top: 1px #454649 solid;
  background-color: #36383F;
  cursor: pointer;
  margin: -1px 0 0;
  width: 100%;
  padding: 7px 20px 6px;
}
.casino .boxLatestWinners li .bigWinnersPrice {
  float: right;
  width: 37%;
  font-size: 18px;
  font-weight: bold;
  color: #F85400;
  text-align: right;
}
.casino .boxLatestWinners li .bigWinnersPrice p,
.casino .boxLatestWinners li .bigWinnersPrice pre {
  margin: 0;
  padding: 0;
  float: none;
  width: 100%;
}
.casino .boxLatestWinners li p {
  float: left;
  width: 63%;
}
.casino .boxLatestWinners li p .flag-icon {
  margin-left: 8px;
  width: 18px;
  height: 11px;
  margin-top: 8px;
  float: left;
}
.casino .boxLatestWinners li p .bigWinnersName {
  float: left;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.casino .boxLatestWinners li p .bigWinnersGames {
  font-size: 14px;
  font-weight: 300;
  display: block;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: 1em;
}
.casino .casinoGames,
.live-dealers .liveDealersGames {
  border: 1px solid #3d3e40;
  padding: 10px 15px 14px;
  background-color: #2e3036;
  position: relative;
  margin-top: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.casino .casinoGames:before,
.casino .casinoGames:after {
  display: table;
  content: '';
}
.casino .casinoGames:after {
  clear: both;
}
.casino .casinoGames:before,
.casino .casinoGames:after {
  display: table;
  content: '';
}
.casino .casinoGames:after {
  clear: both;
}
.casino .casinoGamesTabs,
.live-dealers .liveDealersGamesTabs {
  margin: 10px 0 0;
}
.casino .casinoGamesTabs:before,
.casino .casinoGamesTabs:after,
.live-dealers .liveDealersGamesTabs:before,
.live-dealers .liveDealersGamesTabs:after {
  display: table;
  content: '';
}
.casino .casinoGamesTabs:after,
.live-dealers .liveDealersGamesTabs:after {
  clear: both;
}
.casino .casinoGamesTabs:before,
.casino .casinoGamesTabs:after,
.live-dealers .liveDealersGamesTabs:before,
.live-dealers .liveDealersGamesTabs:after {
  display: table;
  content: '';
}
.casino .casinoGamesTabs:after,
.live-dealers .liveDealersGamesTabs:after {
  clear: both;
}
.casino .casinoGamesTabs.fullWidth,
.live-dealers .liveDealersGamesTabs.fullWidth {
  margin: 0 -1px 0 0;
}
.casino .casinoGamesTabs.fullWidth li,
.live-dealers .liveDealersGamesTabs.fullWidth li {
  margin: 0;
  width: calc((100% / 7));
  /* default */
}
.casino .casinoGamesTabs.fullWidth li.cat-count-4,
.live-dealers .liveDealersGamesTabs.fullWidth li.cat-count-4 {
  width: calc((100% / 4));
}
.casino .casinoGamesTabs.fullWidth li.cat-count-5,
.live-dealers .liveDealersGamesTabs.fullWidth li.cat-count-5 {
  width: calc((100% / 5));
}
.casino .casinoGamesTabs.fullWidth li.cat-count-6,
.live-dealers .liveDealersGamesTabs.fullWidth li.cat-count-6 {
  width: calc((100% / 6));
}
.casino .casinoGamesTabs.fullWidth li.cat-count-7,
.live-dealers .liveDealersGamesTabs.fullWidth li.cat-count-7 {
  width: calc((100% / 7));
}
.casino .casinoGamesTabs.fullWidth li.cat-count-8,
.live-dealers .liveDealersGamesTabs.fullWidth li.cat-count-8 {
  width: calc((100% / 8));
}
.casino .casinoGamesTabs.fullWidth li.cat-count-9,
.live-dealers .liveDealersGamesTabs.fullWidth li.cat-count-9 {
  width: calc((100% / 9));
}
.casino .casinoGamesTabs.fullWidth li.popular-bottom-page,
.live-dealers .liveDealersGamesTabs.fullWidth li.popular-bottom-page {
  display: none;
}
.casino .casinoGamesTabs.fullWidth li:first-child a,
.live-dealers .liveDealersGamesTabs.fullWidth li:first-child a {
  -moz-border-radius: 3px 0 0 0;
  -webkit-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
.casino .casinoGamesTabs.fullWidth li:last-child,
.live-dealers .liveDealersGamesTabs.fullWidth li:last-child {
  margin-right: 0;
}
.casino .casinoGamesTabs.fullWidth li:last-child a,
.live-dealers .liveDealersGamesTabs.fullWidth li:last-child a {
  border-width: 1px 1px 1px 1px;
  -moz-border-radius: 0 3px 0 0;
  -webkit-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.casino .casinoGamesTabs.fullWidth li a,
.live-dealers .liveDealersGamesTabs.fullWidth li a {
  text-align: center;
  padding: 22px 0;
  white-space: nowrap;
  font-weight: 600;
  border: 1px solid #777b82;
  border-width: 1px 0 1px 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.casino .casinoGamesTabs.fullWidth li a:hover,
.live-dealers .liveDealersGamesTabs.fullWidth li a:hover {
  font-weight: bold;
  padding: 22px 0;
}
.casino .casinoGamesTabs.fullWidth li a:focus,
.casino .casinoGamesTabs.fullWidth li a:active,
.live-dealers .liveDealersGamesTabs.fullWidth li a:focus,
.live-dealers .liveDealersGamesTabs.fullWidth li a:active {
  padding: 22px 0;
}
.casino .casinoGamesTabs.fullWidth li a.selected,
.live-dealers .liveDealersGamesTabs.fullWidth li a.selected {
  border: 1px #0387dc solid;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#32b6ff), to(#0387dc));
  background-image: -webkit-linear-gradient(top, #32b6ff, #0387dc);
  background-color: #0387dc;
  background-image: -moz-linear-gradient(top, #32b6ff, #0387dc);
  background-image: -ms-linear-gradient(top, #32b6ff, #0387dc);
  background-image: -o-linear-gradient(top, #32b6ff, #0387dc);
  background-image: linear-gradient(top, #32b6ff, #0387dc);
  background-repeat: repeat-x;
  margin-left: -1px;
  padding: 21px 0;
}
.casino .casinoGamesTabs.fullWidth li a.selected:hover,
.live-dealers .liveDealersGamesTabs.fullWidth li a.selected:hover {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#32b6ff), to(#0387dc));
  background-image: -webkit-linear-gradient(top, #32b6ff, #0387dc);
  background-color: #0387dc;
  background-image: -moz-linear-gradient(top, #32b6ff, #0387dc);
  background-image: -ms-linear-gradient(top, #32b6ff, #0387dc);
  background-image: -o-linear-gradient(top, #32b6ff, #0387dc);
  background-image: linear-gradient(top, #32b6ff, #0387dc);
  background-repeat: repeat-x;
  color: #FFF;
  padding: 21px 0;
  font-weight: bold;
}
.casino .casinoGamesTabs li,
.live-dealers .liveDealersGamesTabs li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: auto;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: none;
}
.casino .casinoGamesTabs li:last-child,
.live-dealers .liveDealersGamesTabs li:last-child {
  margin-right: 0;
}
.casino .casinoGamesTabs li a,
.live-dealers .liveDealersGamesTabs li a {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d0d8e4), to(#999fa8));
  background-image: -webkit-linear-gradient(top, #d0d8e4, #999fa8);
  background-color: #999fa8;
  background-image: -moz-linear-gradient(top, #d0d8e4, #999fa8);
  background-image: -ms-linear-gradient(top, #d0d8e4, #999fa8);
  background-image: -o-linear-gradient(top, #d0d8e4, #999fa8);
  background-image: linear-gradient(top, #d0d8e4, #999fa8);
  background-repeat: repeat-x;
  color: #000000;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
  display: block;
  text-align: center;
  padding: 8px 14px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.casino .casinoGamesTabs li a:hover,
.live-dealers .liveDealersGamesTabs li a:hover {
  background: #D6D8DA;
  color: #000000;
  font-weight: 600;
}
.casino .casinoGamesTabs li a:active,
.live-dealers .liveDealersGamesTabs li a:active {
  background: #D6D8DA;
  color: #000000;
  font-weight: 600;
}
.casino .casinoGamesTabs li a.selected,
.live-dealers .liveDealersGamesTabs li a.selected {
  background: #3E4046;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 11px 8px 13px;
}
.casino .casinoGamesTabs li a.selected:hover,
.live-dealers .liveDealersGamesTabs li a.selected:hover {
  background: #1b9fee;
  color: #FFF;
  font-weight: bold;
  padding: 8px 11px 8px 13px;
}
.casino .casinoGamesContent,
.live-dealers .liveDealersGamesContent {
  margin-top: 15px;
}
.casino .casinoGamesContent.withoutShadow,
.live-dealers .liveDealersGamesContent.withoutShadow {
  margin: -1px;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(12, 12, 12, 0.15);
  -moz-box-shadow: 0px 0px 2px 1px rgba(12, 12, 12, 0.15);
  box-shadow: 0px 0px 2px 1px rgba(12, 12, 12, 0.15);
}
.casino .casinoGamesContent.withoutShadow ul,
.live-dealers .liveDealersGamesContent.withoutShadow ul {
  background-color: #3e4046;
  padding: 20px 0 20px 20px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  box-shadow: inherit;
}
.casino .casinoGamesContent.withoutShadow li figure:before,
.live-dealers .liveDealersGamesContent.withoutShadow li figure:before {
  display: none;
}
.casino .casinoGamesContent.withoutShadow li figure img,
.live-dealers .liveDealersGamesContent.withoutShadow li figure img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.casino .casinoGamesContent ul,
.live-dealers .liveDealersGamesContent ul {
  background-color: #3e4046;
  padding: 20px 0 20px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 2px rgba(12, 12, 12, 0.2);
  -moz-box-shadow: 0px 0px 3px 2px rgba(12, 12, 12, 0.2);
  -webkit-box-shadow: 0px 0px 3px 2px rgba(12, 12, 12, 0.2);
}
.casino .casinoGamesContent ul:before,
.casino .casinoGamesContent ul:after,
.live-dealers .liveDealersGamesContent ul:before,
.live-dealers .liveDealersGamesContent ul:after {
  display: table;
  content: '';
}
.casino .casinoGamesContent ul:after,
.live-dealers .liveDealersGamesContent ul:after {
  clear: both;
}
.casino .casinoGamesContent ul:before,
.casino .casinoGamesContent ul:after,
.live-dealers .liveDealersGamesContent ul:before,
.live-dealers .liveDealersGamesContent ul:after {
  display: table;
  content: '';
}
.casino .casinoGamesContent ul:after,
.live-dealers .liveDealersGamesContent ul:after {
  clear: both;
}
.casino .casinoGamesContent li,
.live-dealers .liveDealersGamesContent li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: calc((100% / 3) - 21px);
  margin-right: 20px;
  margin-bottom: 0;
  display: none;
  /* ko se akticira topwinnings
			.casinoGamesTitle {
				float: left;
				width: 50%;
				color: #FFF;
				font-weight: 300;
				font-size: 14px;
				line-height: 1em;
				min-height: 79px;
			}

			.casinoGamesTopWin {
				float: right;
				color: #f95500;
				width: 50%;
				text-align: right;
				font-size: 14px;
				line-height: 1em;

				h3 {
					color: #f95500;
				}
			}
			*/
}
.casino .casinoGamesContent li.show-game,
.live-dealers .liveDealersGamesContent li.show-game {
  display: block;
}
.casino .casinoGamesContent li:hover figure,
.live-dealers .liveDealersGamesContent li:hover figure {
  position: relative;
}
.casino .casinoGamesContent li:hover figure:after,
.live-dealers .liveDealersGamesContent li:hover figure:after {
  display: inline-block;
}
.casino .casinoGamesContent li:hover figure img,
.live-dealers .liveDealersGamesContent li:hover figure img {
  border: 1px #65c8ff solid;
}
.casino .casinoGamesContent li:hover figure .btn,
.live-dealers .liveDealersGamesContent li:hover figure .btn {
  display: block;
  z-index: 100 !important;
}
.casino .casinoGamesContent li:hover figure .btn.orange,
.live-dealers .liveDealersGamesContent li:hover figure .btn.orange {
  display: block;
}
.casino .casinoGamesContent li:hover .casinoGamesTopWin,
.live-dealers .liveDealersGamesContent li:hover .casinoGamesTopWin {
  color: #FFF;
}
.casino .casinoGamesContent li:hover .casinoGamesTopWin h3,
.live-dealers .liveDealersGamesContent li:hover .casinoGamesTopWin h3 {
  color: #FFF;
}
.casino .casinoGamesContent li figure,
.live-dealers .liveDealersGamesContent li figure {
  position: relative;
  margin-bottom: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 10;
  background-color: #3e4046;
}
.casino .casinoGamesContent li figure:after,
.live-dealers .liveDealersGamesContent li figure:after {
  content: "";
  width: calc((100% / 1) - 2px);
  height: calc((100% / 1) - 6.5px);
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 60;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #000;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  display: none;
}
.casino .casinoGamesContent li figure:before,
.live-dealers .liveDealersGamesContent li figure:before {
  content: "";
  position: absolute;
  z-index: 9;
  background: url(../../images/bg_casino_game_shadow.png) no-repeat center top;
  bottom: -4px;
  left: 8%;
  right: 10%;
  width: 80%;
  height: 8px;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.casino .casinoGamesContent li figure img,
.live-dealers .liveDealersGamesContent li figure img {
  width: 100%;
  position: relative;
  z-index: 20;
  border: 1px #2e3036 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.casino .casinoGamesContent li figure .btn,
.live-dealers .liveDealersGamesContent li figure .btn {
  position: absolute;
  left: 50%;
  margin: -23px 0 0 -83px;
  z-index: 100;
  display: none;
  text-transform: uppercase;
  text-align: center;
  height: 44px;
  width: 166px;
  font-size: 22px;
  line-height: 44px;
  padding: 0;
  top: 35%;
  font-weight: bold;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  background-size: contain;
  /*
					font-weight: bold;
					font-family: @headingfont;
					.simpleVGradientImage(@basecolor_button_start, @basecolor_button_end, "../../../images/bg_casino_button.png");
					background-size: contain;
					box-shadow: 0 0 6px 0 rgba(23,25,29,0.5);
					border-radius: 3px;
					*/
}
.casino .casinoGamesContent li figure .btn.orange,
.live-dealers .liveDealersGamesContent li figure .btn.orange {
  width: 122px;
  border: 1px #191919 solid;
  height: 30px;
  width: 135px;
  margin: -15px 0 0 -67px;
  font-size: 13px;
  top: 70%;
  font-weight: bold;
  padding: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: 28px;
  background: #fd7600;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmQ3NjAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZjcyZDAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -moz-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd7600), color-stop(100%, #f72d00));
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -o-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -ms-linear-gradient(top, #fd7600 0%, #f72d00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, linear-gradient(to bottom, #fd7600 0%, #f72d00 100%);
  filter: none;
  background-size: contain;
  /*
						padding: 5px;
						font-weight: bold;
						font-family: @headingfont;
						.simpleVGradientImage(@basecolor2_button_start, @basecolor2_button_end, "../../../images/bg_casino_button.png");
						background-size: contain;
						box-shadow: 0 0 6px 0 rgba(23,25,29,0.5);
						border-radius: 3px;

						&:hover {
							.simpleVGradientImage(@basecolor2_button_end, @basecolor2_button_start, "../../../images/bg_casino_button.png");
							background-size: contain;
						}

						&:active {
							.simpleVGradientImage(@basecolor2_button_active, @basecolor2_button_active, "../../../images/bg_casino_button.png");
							background-size: contain;
						}
						*/
}
.casino .casinoGamesContent li figure .btn.orange:hover,
.live-dealers .liveDealersGamesContent li figure .btn.orange:hover {
  background: #fe5e00;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmU1ZTAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmMxYzAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -moz-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe5e00), color-stop(100%, #fc1c00));
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -o-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -ms-linear-gradient(top, #fe5e00 0%, #fc1c00 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, linear-gradient(to bottom, #fe5e00 0%, #fc1c00 100%);
  filter: none;
  background-size: contain;
}
.casino .casinoGamesContent li figure .btn.orange:active,
.live-dealers .liveDealersGamesContent li figure .btn.orange:active {
  background: #ff8e4c;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmY4ZTRjIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmY4ZTRjIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -moz-linear-gradient(top, #ff8e4c 0%, #ff8e4c 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8e4c), color-stop(100%, #ff8e4c));
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -webkit-linear-gradient(top, #ff8e4c 0%, #ff8e4c 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -o-linear-gradient(top, #ff8e4c 0%, #ff8e4c 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, -ms-linear-gradient(top, #ff8e4c 0%, #ff8e4c 100%);
  background: url('../../images/cashier-exclusion-bg.png') no-repeat right top, linear-gradient(to bottom, #ff8e4c 0%, #ff8e4c 100%);
  filter: none;
}
.casino .casinoGamesContent li h3,
.live-dealers .liveDealersGamesContent li h3 {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.casino .casinoGamesContent li .casinoGamesTitle,
.live-dealers .liveDealersGamesContent li .casinoGamesTitle {
  float: left;
  width: 100%;
  color: #FFF;
  font-weight: 300;
  font-size: 14px;
  line-height: 1em;
  min-height: 79px;
}
.casino .casinoContentTabs,
.live-dealers .liveDealersContentTabs {
  height: 34px;
  margin-top: 24px;
  padding-right: 30px;
  border-bottom: 1px solid #363a41;
}
.casino .casinoContentTabs:before,
.casino .casinoContentTabs:after,
.live-dealers .liveDealersContentTabs:before,
.live-dealers .liveDealersContentTabs:after {
  display: table;
  content: '';
}
.casino .casinoContentTabs:after,
.live-dealers .liveDealersContentTabs:after {
  clear: both;
}
.casino .casinoContentTabs:before,
.casino .casinoContentTabs:after,
.live-dealers .liveDealersContentTabs:before,
.live-dealers .liveDealersContentTabs:after {
  display: table;
  content: '';
}
.casino .casinoContentTabs:after,
.live-dealers .liveDealersContentTabs:after {
  clear: both;
}
.casino .casinoContentTabs li,
.live-dealers .liveDealersContentTabs li {
  display: block;
  float: left;
  margin-right: 3px;
}
.casino .casinoContentTabs li.current a,
.live-dealers .liveDealersContentTabs li.current a {
  background: #2eb2fc;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmViMmZjIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDg4YmRkIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2eb2fc), color-stop(100%, #088bdd));
  background: -webkit-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -o-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -ms-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: linear-gradient(to bottom, #2eb2fc 0%, #088bdd 100%);
  filter: none;
  color: #fff;
}
.casino .casinoContentTabs li.current a:hover,
.live-dealers .liveDealersContentTabs li.current a:hover {
  background: #2eb2fc;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmViMmZjIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDg4YmRkIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2eb2fc), color-stop(100%, #088bdd));
  background: -webkit-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -o-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -ms-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: linear-gradient(to bottom, #2eb2fc 0%, #088bdd 100%);
  filter: none;
  color: #fff;
}
.casino .casinoContentTabs li a,
.live-dealers .liveDealersContentTabs li a {
  color: #CCC;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  padding: 10px 21px 10px 21px;
  background: #2e3036;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmUzMDM2IiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMjUyNjJiIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2e3036 0%, #25262b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e3036), color-stop(100%, #25262b));
  background: -webkit-linear-gradient(top, #2e3036 0%, #25262b 100%);
  background: -o-linear-gradient(top, #2e3036 0%, #25262b 100%);
  background: -ms-linear-gradient(top, #2e3036 0%, #25262b 100%);
  background: linear-gradient(to bottom, #2e3036 0%, #25262b 100%);
  filter: none;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
}
.casino .casinoContentTabs li a:hover,
.live-dealers .liveDealersContentTabs li a:hover {
  background: #25262b;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMjUyNjJiIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMmUzMDM2IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #25262b 0%, #2e3036 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #25262b), color-stop(100%, #2e3036));
  background: -webkit-linear-gradient(top, #25262b 0%, #2e3036 100%);
  background: -o-linear-gradient(top, #25262b 0%, #2e3036 100%);
  background: -ms-linear-gradient(top, #25262b 0%, #2e3036 100%);
  background: linear-gradient(to bottom, #25262b 0%, #2e3036 100%);
  filter: none;
  color: #ffffff;
}
.casino .casinoContentTab,
.live-dealers .liveDealersContentTab {
  padding: 15px 0 30px;
  display: none;
}
.casino .casinoContentTab.current,
.live-dealers .liveDealersContentTab.current {
  display: inherit;
}
.casino .casinoContentTab h2,
.live-dealers .liveDealersContentTab h2 {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
.casino .casinoContentTab p,
.live-dealers .liveDealersContentTab p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #CCC;
  margin: 5px 0 15px;
}
.casino .casinoFooter {
  width: 100%;
  border-top: 1px #3d3e40 solid;
  background-color: #25262b;
  padding-bottom: 20px;
  float: left;
}
.casino .casinoFooter ul {
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.casino .casinoFooter li {
  float: left;
  width: calc((100% / 5) - 24px);
  margin-right: 30px;
  list-style: none;
  padding: 25px 0;
  font-size: 12px;
}
.casino .casinoFooter li:last-child {
  margin-right: 0;
}
.casino .casinoFooter li.hidden {
  display: none;
}
.casino .casinoFooter li .btnMoreGames {
  color: #FFF;
}
.casino .casinoFooter li .btnMoreGames.open .btnMoreGamesOpen {
  display: none;
}
.casino .casinoFooter li .btnMoreGames.open .btnMoreGamesClose {
  display: block;
}
.casino .casinoFooter li .btnMoreGames .btnMoreGamesOpen {
  display: block;
}
.casino .casinoFooter li .btnMoreGames .btnMoreGamesClose {
  display: none;
}
.casino .casinoFooter li ul {
  padding: 10px 0 10px 0;
}
.casino .casinoFooter li li {
  float: left;
  width: 100%;
  padding: 1px 0 1px 10px;
  font-weight: 400;
  background: url(../../images/bullet.png) no-repeat left 6px;
}
.casino .casinoFooter li h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #FFF;
  border-bottom: 3px #3d3e40 solid;
}
.casino .casinoFooter li h3 span {
  position: relative;
  top: -10px;
  float: left;
  width: 35px;
  height: 35px;
  background: url(../../images/sprite.png) no-repeat;
  background-position: -163px -1246px;
}
.casino .casinoFooter li h3 span.table {
  background-position: -163px -1311px;
}
.casino .casinoFooter li h3 span.poker {
  background-position: -165px -1505px;
}
.casino .casinoFooter li h3 span.simple {
  background-position: -170px -1438px;
}
.casino .casinoFooter li h3 span.slots {
  background-position: -166px -1376px;
}
.casino .casinoFooter li p {
  font-weight: 600;
  font-size: 12px;
}
.casino .casinoFooter li a {
  color: #888888;
}
.casino .casinoFooter li a:hover {
  color: #FFF;
}
.casino #afterMain {
  margin-top: 0;
}
/*This will work for firefox*/
@-moz-document url-prefix() {
  .casino .casinoGamesContent li figure:after,
  .live-dealers .liveDealersGamesContent li figure:after,
  .live-dealers .liveDealersGamesContent li figure:after {
    height: calc(96.2%);
  }
}
.casino .casinoGamesContent li.game-ELG_GERMAN_ROULETTE,
.live-dealers .liveDealersGamesContent li.game-ELG_GERMAN_ROULETTE,
.live-dealers .liveDealersGamesContent li.game-ELG_GERMAN_ROULETTE {
  position: relative;
}
.casino .casinoGamesContent li.game-ELG_GERMAN_ROULETTE:after,
.live-dealers .liveDealersGamesContent li.game-ELG_GERMAN_ROULETTE:after,
.live-dealers .liveDealersGamesContent li.game-ELG_GERMAN_ROULETTE:after {
  content: "";
  width: 62px;
  height: 63px;
  position: absolute;
  z-index: 10;
  top: 1px;
  right: 1px;
  background: url(../../images/casino-games/sticker.png);
  background-position: right 0;
}
.de_DE.casino .casinoGamesContent li.game-ELG_GERMAN_ROULETTE:after,
.de_DE.live-dealers .liveDealersGamesContent li.game-ELG_GERMAN_ROULETTE:after,
.de_DE.live-dealers .liveDealersGamesContent li.game-ELG_GERMAN_ROULETTE:after {
  background: url(../../images/casino-games/sticker.png);
  background-position: right 210px;
}
.sr_RS.casino .casinoGamesContent li.game-ELG_GERMAN_ROULETTE:after,
.cp_RS.casino .casinoGamesContent li.game-ELG_GERMAN_ROULETTE:after,
.sr_RS.live-dealers .liveDealersGamesContent li.game-ELG_GERMAN_ROULETTE:after,
.cp_RS.live-dealers .liveDealersGamesContent li.game-ELG_GERMAN_ROULETTE:after,
.sr_RS.live-dealers .liveDealersGamesContent li.game-ELG_GERMAN_ROULETTE:after,
.cp_RS.live-dealers .liveDealersGamesContent li.game-ELG_GERMAN_ROULETTE:after {
  background: url(../../images/casino-games/sticker.png);
  background-position: right 70px;
}
.hr_HR.casino .casinoGamesContent li.game-ELG_GERMAN_ROULETTE:after,
.hr_HR.live-dealers .liveDealersGamesContent li.game-ELG_GERMAN_ROULETTE:after,
.hr_HR.live-dealers .liveDealersGamesContent li.game-ELG_GERMAN_ROULETTE:after {
  background: url(../../images/casino-games/sticker.png);
  background-position: right 140px;
}
#footer .pagePart_footer-casino,
#footer .pagePart_footer-virtual-games,
#footer .pagePart_footer-live-dealers {
  color: #7d7d7d;
  font-size: 11px;
  font-family: Arial, sans-serif;
  padding-bottom: 12px;
}
#footer .pagePart_footer-casino p,
#footer .pagePart_footer-virtual-games p,
#footer .pagePart_footer-live-dealers p,
#footer .pagePart_footer-casino td,
#footer .pagePart_footer-virtual-games td,
#footer .pagePart_footer-live-dealers td {
  line-height: 19px;
}
/* card for casino help */
.card {
  width: 30px;
  height: 40px;
  display: block;
  position: relative;
  float: left;
  background: transparent url("../../images/cards.jpg") no-repeat;
  background-position: left;
  background-repeat: repeat;
  color: black;
}
.card.ee {
  background-position: left 0px;
}
.card.h2 {
  background-position: 0px 40px;
}
.card.h3 {
  background-position: 0px 80px;
}
.card.h4 {
  background-position: 0px 120px;
}
.card.h5 {
  background-position: 0px 160px;
}
.card.h6 {
  background-position: 0px 200px;
}
.card.h7 {
  background-position: 0px 240px;
}
.card.h8 {
  background-position: 0px 280px;
}
.card.h9 {
  background-position: 0px 320px;
}
.card.h10 {
  background-position: 0px 360px;
}
.card.hJ {
  background-position: 0px 400px;
}
.card.hQ {
  background-position: 0px 440px;
}
.card.hK {
  background-position: 0px 480px;
}
.card.hA {
  background-position: 0px 520px;
}
.card.w1 {
  background-position: 90px 0px;
}
.card.c2 {
  background-position: 30px 40px;
}
.card.c3 {
  background-position: 30px 80px;
}
.card.c4 {
  background-position: 30px 120px;
}
.card.c5 {
  background-position: 30px 160px;
}
.card.c6 {
  background-position: 30px 200px;
}
.card.c7 {
  background-position: 30px 240px;
}
.card.c8 {
  background-position: 30px 280px;
}
.card.c9 {
  background-position: 30px 320px;
}
.card.c10 {
  background-position: 30px 360px;
}
.card.cJ {
  background-position: 30px 400px;
}
.card.cQ {
  background-position: 30px 440px;
}
.card.cK {
  background-position: 30px 480px;
}
.card.cA {
  background-position: 30px 520px;
}
.card.w2 {
  background-position: 60px 0px;
}
.card.d2 {
  background-position: 60px 40px;
}
.card.d3 {
  background-position: 60px 80px;
}
.card.d4 {
  background-position: 60px 120px;
}
.card.d5 {
  background-position: 60px 160px;
}
.card.d6 {
  background-position: 60px 200px;
}
.card.d7 {
  background-position: 60px 240px;
}
.card.d8 {
  background-position: 60px 280px;
}
.card.d9 {
  background-position: 60px 320px;
}
.card.d10 {
  background-position: 60px 360px;
}
.card.dJ {
  background-position: 60px 400px;
}
.card.dQ {
  background-position: 60px 440px;
}
.card.dK {
  background-position: 60px 480px;
}
.card.dA {
  background-position: 60px 520px;
}
.card.jj {
  background-position: 30px 0px;
}
.card.s2 {
  background-position: 90px 40px;
}
.card.s3 {
  background-position: 90px 80px;
}
.card.s4 {
  background-position: 90px 120px;
}
.card.s5 {
  background-position: 90px 160px;
}
.card.s6 {
  background-position: 90px 200px;
}
.card.s7 {
  background-position: 90px 240px;
}
.card.s8 {
  background-position: 90px 280px;
}
.card.s9 {
  background-position: 90px 320px;
}
.card.s10 {
  background-position: 90px 360px;
}
.card.sJ {
  background-position: 90px 400px;
}
.card.sQ {
  background-position: 90px 440px;
}
.card.sK {
  background-position: 90px 480px;
}
.card.sA {
  background-position: 90px 520px;
}
/* Live dealers */
/* če user ni prijavljen */
.live-dealers #wrapper.pagetype-live-dealers .sliderBox .slick-dots,
.live-dealers.user-logged-out #wrapper.pagetype-live-dealers .sliderBox .slick-dots {
  top: 380px;
}
.live-dealers #wrapper.pagetype-live-dealers .wrapper.liveDealersContent,
.live-dealers.user-logged-out #wrapper.pagetype-live-dealers .wrapper.liveDealersContent {
  margin-top: -310px !important;
}
.live-dealers #wrapper.pagetype-live-dealers .winnerBox,
.live-dealers.user-logged-out #wrapper.pagetype-live-dealers .winnerBox {
  display: block;
}
.live-dealers #wrapper.pagetype-live-dealers .winnerBox .bigWinners,
.live-dealers.user-logged-out #wrapper.pagetype-live-dealers .winnerBox .bigWinners {
  display: none;
}
.live-dealers #wrapper.pagetype-live-dealers .winnerBox .steps-liveDealers,
.live-dealers.user-logged-out #wrapper.pagetype-live-dealers .winnerBox .steps-liveDealers {
  display: block;
}
.live-dealers #wrapper.pagetype-live-dealers .winnerBox .steps-liveDealers .step-liveDealers.logged-out,
.live-dealers.user-logged-out #wrapper.pagetype-live-dealers .winnerBox .steps-liveDealers .step-liveDealers.logged-out {
  display: inline;
}
.live-dealers #wrapper.pagetype-live-dealers .winnerBox .steps-liveDealers .step-liveDealers.low-balance,
.live-dealers.user-logged-out #wrapper.pagetype-live-dealers .winnerBox .steps-liveDealers .step-liveDealers.low-balance {
  display: none;
}
/* če je user prijavljen */
.live-dealers.user-logged-in {
  /* če je ze opravil deposit */
}
.live-dealers.user-logged-in.low-balance #wrapper.pagetype-live-dealers .sliderBox .slick-dots {
  top: 380px;
}
.live-dealers.user-logged-in.low-balance #wrapper.pagetype-live-dealers .wrapper.liveDealersContent {
  margin-top: -310px !important;
}
.live-dealers.user-logged-in.low-balance #wrapper.pagetype-live-dealers .liveDealersGames {
  margin-top: 30px;
}
.live-dealers.user-logged-in.low-balance #wrapper.pagetype-live-dealers .aside-pushbox {
  padding-top: 30px;
}
.live-dealers.user-logged-in.low-balance #wrapper.pagetype-live-dealers .winnerBox {
  display: block;
}
.live-dealers.user-logged-in.low-balance #wrapper.pagetype-live-dealers .winnerBox .bigWinners {
  display: none;
}
.live-dealers.user-logged-in.low-balance #wrapper.pagetype-live-dealers .winnerBox .steps-liveDealers {
  display: block;
}
.live-dealers.user-logged-in.low-balance #wrapper.pagetype-live-dealers .winnerBox .steps-liveDealers .step-liveDealers.logged-out {
  display: none;
}
.live-dealers.user-logged-in.low-balance #wrapper.pagetype-live-dealers .winnerBox .steps-liveDealers .step-liveDealers.low-balance {
  display: inline;
}
.live-dealers.user-logged-in #wrapper.pagetype-live-dealers .wrapper.liveDealersContent {
  margin-top: -310px !important;
}
.live-dealers.user-logged-in #wrapper.pagetype-live-dealers .sliderBox .slick-dots {
  top: 380px;
}
.live-dealers.user-logged-in #wrapper.pagetype-live-dealers .liveDealersGames {
  margin-top: 0;
}
.live-dealers.user-logged-in #wrapper.pagetype-live-dealers .aside-pushbox {
  padding-top: 0;
}
.live-dealers.user-logged-in #wrapper.pagetype-live-dealers .winnerBox {
  display: none;
}
.live-dealers.user-logged-in #wrapper.pagetype-live-dealers .winnerBox .bigWinners {
  display: none;
}
.live-dealers.user-logged-in #wrapper.pagetype-live-dealers .winnerBox .steps-liveDealers {
  display: none;
}
.live-dealers.user-logged-in #wrapper.pagetype-live-dealers .winnerBox .steps-liveDealers .step-liveDealers.logged-out {
  display: none;
}
.live-dealers.user-logged-in #wrapper.pagetype-live-dealers .winnerBox .steps-liveDealers .step-liveDealers.low-balance {
  display: none;
}
/* KO SE IGRA ODPRE skrijemo vse ostalo
.live-dealers.game-opened {

	.sliderBox,
	.winnerBox,
	.liveDealersContent,
	#aside-pushbox-container {
		display: none;
	}

	#live-dealers-game {
		display: block;
	}

	#afterMain {
		display: none;
	}

	#footer {
		margin-top: 0;
	}
}
*/
#wrapper.pagetype-live-dealers {
  max-width: inherit;
  min-width: 1000px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.live-dealers #live-dealers-game {
  display: none;
}
.live-dealers .wrapper {
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  margin-top: -290px;
}
.live-dealers section {
  float: left;
  width: 72%;
  margin-right: 2.5%;
}
.live-dealers #aside-pushbox-container {
  float: left;
  width: 25.5%;
  position: relative;
}
.live-dealers .aside-pushbox {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 30px 0 0;
}
.live-dealers .sticky-wrapper {
  position: relative;
}
.live-dealers .liveDealersGamesContent li {
  /* igre loby-ji so skrite */
}
.live-dealers .liveDealersGamesContent li.game-ELG_BLACKJACK,
.live-dealers .liveDealersGamesContent li.game-ELG_LOBBY,
.live-dealers .liveDealersGamesContent li.game-ELG_BACCARAT,
.live-dealers .liveDealersGamesContent li.game-ELG_ROULETTE {
  display: none;
}
.live-dealers .liveDealersGamesContent li figure .btn {
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -83px;
  z-index: 20;
  text-transform: uppercase;
  text-align: center;
  height: 46px !important;
  line-height: 44px !important;
  width: 166px !important;
  font-size: 22px !important;
}
.live-dealers .liveDealersGamesContent li .liveDealersGamesTitle {
  float: left;
  width: 100%;
  color: #FFF;
  font-weight: 300;
  font-size: 14px;
  line-height: 1em;
  min-height: 79px;
}
.live-dealers .boxWhy li span {
  width: 60px;
  height: 50px;
  background: url(../../images/sprite.png) no-repeat;
}
.live-dealers .boxWhy li span.boxWhySpecialPromotions {
  background-position: -250px -2448px;
}
.live-dealers .boxWhy li span.boxWhyAuthenticEmbience {
  background-position: -238px -2370px;
}
.live-dealers .boxWhy li span.boxWhyExperiencedDealers {
  background-position: -244px -2288px;
}
.live-dealers .boxWhy li span.boxWhyRunNovomatic {
  background-position: -244px -2208px;
}
.live-dealers .boxWhy li span.boxWhyVideoStream {
  background-position: -241px -2131px;
}
/* SLOT CARS */
.internal-page.slot-cars {
  /* defailt */
  /* selectable */
  /* items */
  /*
	.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
		visibility: visible !important;
		background: #f2f2f2 !important;
		background: rgba(0, 0, 0, 0.06) !important;
		border: 0 none !important;
		-webkit-box-shadow: inset 0 0 12px 4px #ffffff;
		box-shadow: inset 0 0 12px 4px #ffffff;
	}
	.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
		content: '!';
		visibility: hidden;
	}
	.selectize-control.plugin-drag_drop .ui-sortable-helper {
		-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	}
	.selectize-dropdown-header {
		position: relative;
		padding: 5px 8px;
		border-bottom: 1px solid #d0d0d0;
		background: #f8f8f8;
		-webkit-border-radius: 3px 3px 0 0;
		-moz-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	.selectize-dropdown-header-close {
		position: absolute;
		right: 8px;
		top: 50%;
		color: #303030;
		opacity: 0.4;
		margin-top: -12px;
		line-height: 20px;
		font-size: 20px !important;
	}
	.selectize-dropdown-header-close:hover {
		color: #000000;
	}
	.selectize-dropdown.plugin-optgroup_columns .optgroup {
		border-right: 1px solid #f2f2f2;
		border-top: 0 none;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
		border-right: 0 none;
	}
	.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
		display: none;
	}
	.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
		border-top: 0 none;
	}
	.selectize-control.plugin-remove_button [data-value] {
		position: relative;
		padding-right: 24px !important;
	}
	.selectize-control.plugin-remove_button [data-value] .remove {
		z-index: 1;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 17px;
		text-align: center;
		font-weight: bold;
		font-size: 12px;
		color: inherit;
		text-decoration: none;
		vertical-align: middle;
		display: inline-block;
		padding: 2px 0 0 0;
		border-left: 1px solid #d0d0d0;
		-webkit-border-radius: 0 2px 2px 0;
		-moz-border-radius: 0 2px 2px 0;
		border-radius: 0 2px 2px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.selectize-control.plugin-remove_button [data-value] .remove:hover {
		background: rgba(0, 0, 0, 0.05);
	}
	.selectize-control.plugin-remove_button [data-value].active .remove {
		border-left-color: #cacaca;
	}
	.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
		background: none;
	}
	.selectize-control.plugin-remove_button .disabled [data-value] .remove {
		border-left-color: #ffffff;
	}
	.selectize-control {
		position: relative;
	}
	.selectize-dropdown,
	.selectize-input,
	.selectize-input input {
		color: #303030;
		font-family: inherit;
		font-size: 13px;
		line-height: 18px;
		-webkit-font-smoothing: inherit;
	}
	.selectize-input,
	.selectize-control.single .selectize-input.input-active {
		background: #ffffff;
		cursor: text;
		display: inline-block;
	}
	.selectize-input {
		border: 1px solid #d0d0d0;
		padding: 8px 8px;
		display: inline-block;
		width: 100%;
		overflow: hidden;
		position: relative;
		z-index: 1;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.selectize-control.multi .selectize-input.has-items {
		padding: 6px 8px 3px;
	}
	.selectize-input.full {
		background-color: #ffffff;
	}
	.selectize-input.disabled,
	.selectize-input.disabled * {
		cursor: default !important;
	}
	.selectize-input.focus {
		-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
		box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
	}
	.selectize-input.dropdown-active {
		-webkit-border-radius: 3px 3px 0 0;
		-moz-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
	}
	.selectize-input > * {
		vertical-align: baseline;
		display: -moz-inline-stack;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	.selectize-control.multi .selectize-input > div {
		cursor: pointer;
		margin: 0 3px 3px 0;
		padding: 2px 6px;
		background: #f2f2f2;
		color: #303030;
		border: 0 solid #d0d0d0;
	}
	.selectize-control.multi .selectize-input > div.active {
		background: #e8e8e8;
		color: #303030;
		border: 0 solid #cacaca;
	}
	.selectize-control.multi .selectize-input.disabled > div,
	.selectize-control.multi .selectize-input.disabled > div.active {
		color: #7d7d7d;
		background: #ffffff;
		border: 0 solid #ffffff;
	}
	.selectize-input > input {
		display: inline-block !important;
		padding: 0 !important;
		min-height: 0 !important;
		max-height: none !important;
		max-width: 100% !important;
		margin: 0 2px 0 0 !important;
		text-indent: 0 !important;
		border: 0 none !important;
		background: none !important;
		line-height: inherit !important;
		-webkit-user-select: auto !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	.selectize-input > input::-ms-clear {
		display: none;
	}
	.selectize-input > input:focus {
		outline: none !important;
	}
	.selectize-input::after {
		content: ' ';
		display: block;
		clear: left;
	}
	.selectize-input.dropdown-active::before {
		content: ' ';
		display: block;
		position: absolute;
		background: #f0f0f0;
		height: 1px;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.selectize-dropdown {
		position: absolute;
		z-index: 10;
		border: 1px solid #d0d0d0;
		background: #ffffff;
		margin: -1px 0 0 0;
		border-top: 0 none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		-webkit-border-radius: 0 0 3px 3px;
		-moz-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}
	.selectize-dropdown [data-selectable] {
		cursor: pointer;
		overflow: hidden;
	}
	.selectize-dropdown [data-selectable] .highlight {
		background: rgba(125, 168, 208, 0.2);
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	}
	.selectize-dropdown [data-selectable],
	.selectize-dropdown .optgroup-header {
		padding: 5px 8px;
	}
	.selectize-dropdown .optgroup:first-child .optgroup-header {
		border-top: 0 none;
	}
	.selectize-dropdown .optgroup-header {
		color: #303030;
		background: #ffffff;
		cursor: default;
	}
	.selectize-dropdown .active {
		background-color: #f5fafd;
		color: #495c68;
	}
	.selectize-dropdown .active.create {
		color: #495c68;
	}
	.selectize-dropdown .create {
		color: rgba(48, 48, 48, 0.5);
	}
	.selectize-dropdown-content {
		overflow-y: auto;
		overflow-x: hidden;
		max-height: 200px;
	}
	.selectize-control.single .selectize-input,
	.selectize-control.single .selectize-input input {
		cursor: pointer;
	}
	.selectize-control.single .selectize-input.input-active,
	.selectize-control.single .selectize-input.input-active input {
		cursor: text;
	}
	.selectize-control.single .selectize-input:after {
		content: ' ';
		display: block;
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -3px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 5px 0 5px;
		border-color: #808080 transparent transparent transparent;
	}
	.selectize-control.single .selectize-input.dropdown-active:after {
		margin-top: -4px;
		border-width: 0 5px 5px 5px;
		border-color: transparent transparent #808080 transparent;
	}
	.selectize-control.rtl.single .selectize-input:after {
		left: 15px;
		right: auto;
	}
	.selectize-control.rtl .selectize-input > input {
		margin: 0 4px 0 -2px !important;
	}
	.selectize-control .selectize-input.disabled {
		opacity: 0.5;
		background-color: #fafafa;
	}

	*/
  /*
	div.selectBox {
		position: relative;
		display: inline-block;
		cursor: default;
		text-align: left;
		line-height: 98px;
		.clear;
		color: #4a4c50;

	}

	div.selected {
		width: 350px;
		text-indent: 20px;
		background: #272a2f url(../../../images/sprite_slotcars.png) no-repeat -180px -541px;
		overflow: hidden;

		position: relative;
		float: left;
		height: 98px;
		z-index: 1;

		span {
			margin-top: 28px;
			float: left;
			font-size: 24px;
			text-transform: uppercase;
			font-weight: bold;
		}

		div.selectArrow {
			width: 45px;
			background: #272a2f url(../../../images/sprite_slotcars.png) no-repeat -960px -511px;
			float: right;
			height: 98px;
			z-index: 1;
		}
	}

	div.selectOptions {
		position: absolute;
		top: 28px;
		left: 0;
		width: 198px;
		border: 1px solid #ccc;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		overflow: hidden;
		background: #f6f6f6;
		padding-top: 2px;
		display: none;
	}

	span.selectOption {
		display: block;
		width: 80%;
		line-height: 20px;
		padding: 5px 10%;
	}

	span.selectOption:hover {
		color: #f6f6f6;
		background: #4096ee;
	}

	*/
  /* left aside */
  /* middle */
}
.internal-page.slot-cars .selectize-control.single .selectize-input {
  height: 98px;
  width: 350px;
  background: #272a2f url(../../images/sprite_slotcars.png) no-repeat -180px -541px;
  border: none;
  box-shadow: none;
  padding: 0;
}
.internal-page.slot-cars .selectize-input > input {
  padding: 20px;
  width: 350px !important;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 65px 0 0 20px !important;
}
.internal-page.slot-cars .selectize-control.single .selectize-input:after {
  top: 65px !important;
  width: 45px;
  background: transparent url(../../images/sprite_slotcars.png) no-repeat -955px -576px;
  float: right;
  height: 45px;
  z-index: 1;
  border: none;
}
.internal-page.slot-cars .selectize-control.single .selectize-input.dropdown-active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 42px !important;
}
.internal-page.slot-cars .selectize-input.full {
  background-color: transparent;
}
.internal-page.slot-cars .selectize-input.focus {
  box-shadow: none;
}
.internal-page.slot-cars .selectize-input.focus[data-selectable] {
  position: relative;
  top: 0;
  margin: 0 !important;
}
.internal-page.slot-cars .selectize-control.single .selectize-input,
.internal-page.slot-cars .selectize-dropdown.single {
  border: none;
}
.internal-page.slot-cars .selectize-dropdown-content {
  max-height: 392px;
}
.internal-page.slot-cars .selectize-dropdown [data-selectable],
.internal-page.slot-cars .selectize-input.full div {
  height: 106px;
  width: 350px;
  color: #FFF;
  margin: 0;
  padding: 15px 0 0 160px;
  text-transform: uppercase;
  font-size: 16px;
  /* rdeča */
  /* vijolična */
  /* zelena */
  /* rumena */
  /* siva */
  /* modra */
}
.internal-page.slot-cars .selectize-dropdown [data-selectable][data-value="#ff0000"],
.internal-page.slot-cars .selectize-input.full div[data-value="#ff0000"] {
  background: #ff0000 url(../../images/sprite_slotcars.png) no-repeat -400px -700px;
}
.internal-page.slot-cars .selectize-dropdown [data-selectable][data-value="#aa68e8"],
.internal-page.slot-cars .selectize-input.full div[data-value="#aa68e8"] {
  background: #aa68e8 url(../../images/sprite_slotcars.png) no-repeat 0px -900px;
}
.internal-page.slot-cars .selectize-dropdown [data-selectable][data-value="#23b40c"],
.internal-page.slot-cars .selectize-input.full div[data-value="#23b40c"] {
  background: #23b40c url(../../images/sprite_slotcars.png) no-repeat -400px -900px;
}
.internal-page.slot-cars .selectize-dropdown [data-selectable][data-value="#ffb900"],
.internal-page.slot-cars .selectize-input.full div[data-value="#ffb900"] {
  background: #ffb900 url(../../images/sprite_slotcars.png) no-repeat -800px -700px;
}
.internal-page.slot-cars .selectize-dropdown [data-selectable][data-value="#c0c0c0"],
.internal-page.slot-cars .selectize-input.full div[data-value="#c0c0c0"] {
  background: #c0c0c0 url(../../images/sprite_slotcars.png) no-repeat -800px -900px;
}
.internal-page.slot-cars .selectize-dropdown [data-selectable][data-value="#8080ec"],
.internal-page.slot-cars .selectize-input.full div[data-value="#8080ec"] {
  background: #8080ec url(../../images/sprite_slotcars.png) no-repeat 0px -700px;
}
.internal-page.slot-cars .tree-ul .tree-a-live-time {
  color: #2193dc;
}
.internal-page.slot-cars #tpl-slotCarsStats ul.tree-ul-2 {
  display: table;
}
.internal-page.slot-cars #tpl-slotCarsStats ul.tree-ul-2 .sc-stats-row {
  background: #272a2f;
  width: 100%;
  padding: 0;
  margin: 0;
  display: table-row;
}
.internal-page.slot-cars #tpl-slotCarsStats ul.tree-ul-2 .sc-stats-row:nth-child(even) {
  background: #363a41;
}
.internal-page.slot-cars #tpl-slotCarsStats ul.tree-ul-2 .sc-stats-row.sc-stats-header > div {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cacbcc), to(#eaeef3));
  background-image: -webkit-linear-gradient(top, #cacbcc, #eaeef3);
  background-color: #eaeef3;
  background-image: -moz-linear-gradient(top, #cacbcc, #eaeef3);
  background-image: -ms-linear-gradient(top, #cacbcc, #eaeef3);
  background-image: -o-linear-gradient(top, #cacbcc, #eaeef3);
  background-image: linear-gradient(top, #cacbcc, #eaeef3);
  background-repeat: repeat-x;
  color: #1c1e21;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
}
.internal-page.slot-cars #tpl-slotCarsStats ul.tree-ul-2 .sc-stats-row .scs-player {
  display: table-cell;
  border: #1c1e21 solid;
  border-width: 1px 1px 0 0;
  color: #ffffff;
  width: 100%;
  padding: 7px 5px;
}
.internal-page.slot-cars #tpl-slotCarsStats ul.tree-ul-2 .sc-stats-row .scs-score {
  display: table-cell;
  border: #1c1e21 solid;
  border-width: 1px 1px 0 0;
  color: #ffffff;
  min-width: 40px;
  padding: 7px 5px;
  text-align: center;
}
.internal-page.slot-cars #tpl-slotCarsStats ul.tree-ul-2 .sc-stats-row .scs-score.scs-third {
  border-right: none;
}
.internal-page.slot-cars #stream-area {
  margin-top: 30px;
}
.internal-page.slot-cars #stream-area #stream-slotCars {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
.internal-page.slot-cars .bet-section-header {
  border: none;
  margin-top: 25px;
}
.internal-page.slot-cars .bet-section-header h2 {
  margin: 0;
  padding-top: 12px;
}
.internal-page.slot-cars .notification-empty {
  font-size: 12px;
  text-transform: uppercase;
  background: #1C1E21;
  position: relative;
  padding-left: 50px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  line-height: 1em;
  height: 42px;
  padding-top: 10px;
  margin: 10px 0;
}
.internal-page.slot-cars .notification-empty:before {
  content: '';
  width: 42px;
  height: 42px;
  background: url(../../images/sprite.png) no-repeat 0px -540px;
  position: absolute;
  left: 0;
  top: 0;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bet-header {
  float: right;
  width: calc((100% / 1) - 8px);
  border-top: 1px #363a41 solid;
  border-bottom: 1px #363a41 solid;
  margin: 8px 4px;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bet-header .elrg-bet-header-table {
  display: table;
  float: right;
  width: 245px;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bet-header .elrg-bet-header-table > div {
  display: table-cell;
  width: 80px;
  padding: 5px 0;
  text-align: center;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets {
  display: table;
  width: 99.8%;
  border-spacing: 2px;
  margin-right: 4px;
  /* posebna oblika winner 3 v eno vrsto */
  /* konec - posebna oblika winner 3 v eno vrsto */
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets.winner {
  display: inherit;
  float: left;
  width: 99.8%;
  border-spacing: 0;
  margin-right: 0;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets.winner .elrg-bet-row {
  float: left;
  margin: 0 8px 10px 0;
  width: calc((100% / 3) - 5.35px);
  position: relative;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets.winner .elrg-bet-row:nth-of-type(3n) {
  margin-right: 0;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets.winner .elrg-bet-racer {
  position: absolute;
  right: 10px;
  width: 145px;
  top: 10px;
  text-align: right;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets.winner .elrg-bet-col {
  position: absolute;
  right: 10px;
  width: 80px;
  bottom: 10px;
  height: 52px;
  padding: 0;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets.winner .elrg-bet-col .elc-odds {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 52px;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets.winner .elrg-bet-color {
  height: 140px;
  width: 150px;
  /* rdeča */
  /* vijolična */
  /* zelena */
  /* rumena */
  /* siva */
  /* modra */
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets.winner .elrg-bet-color[data-value="#ff0000"] {
  background: transparent url(../../images/sprite_slotcars.png) no-repeat 0 -25px;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets.winner .elrg-bet-color[data-value="#aa68e8"] {
  background: transparent url(../../images/sprite_slotcars.png) no-repeat -400px -25px;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets.winner .elrg-bet-color[data-value="#23b40c"] {
  background: transparent url(../../images/sprite_slotcars.png) no-repeat -800px -25px;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets.winner .elrg-bet-color[data-value="#ffb900"] {
  background: transparent url(../../images/sprite_slotcars.png) no-repeat 0 -260px;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets.winner .elrg-bet-color[data-value="#c0c0c0"] {
  background: transparent url(../../images/sprite_slotcars.png) no-repeat -400px -260px;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets.winner .elrg-bet-color[data-value="#8080ec"] {
  background: transparent url(../../images/sprite_slotcars.png) no-repeat -800px -260px;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets .elrg-bet-row {
  background: #272a2f;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets .elrg-bet-color {
  display: table-cell;
  width: 115px;
  height: 58px;
  /* določa višino vrstice */
  /* rdeča */
  /* modra */
  /* rumena */
  /* vijolična */
  /* zelena */
  /* siva */
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets .elrg-bet-color[data-value="#ff0000"] {
  background: url(../../images/sprite_slotcars.png) no-repeat 17px -478px;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets .elrg-bet-color[data-value="#8080ec"] {
  background: url(../../images/sprite_slotcars.png) no-repeat -181px -476px;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets .elrg-bet-color[data-value="#ffb900"] {
  background: url(../../images/sprite_slotcars.png) no-repeat -383px -477px;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets .elrg-bet-color[data-value="#aa68e8"] {
  background: url(../../images/sprite_slotcars.png) no-repeat -583px -478px;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets .elrg-bet-color[data-value="#23b40c"] {
  background: url(../../images/sprite_slotcars.png) no-repeat -781px -478px;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets .elrg-bet-color[data-value="#c0c0c0"] {
  background: url(../../images/sprite_slotcars.png) no-repeat 19px -551px;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets .elrg-bet-racer {
  display: table-cell;
  vertical-align: middle;
  padding: 0 18px;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets .elrg-bet-col {
  width: 80px;
}
.internal-page.slot-cars #tpl-slotCarEvent .elrg-bets .elrg-bet-col .elc-odds {
  float: inherit;
  text-align: center;
}
.icon-cup {
  width: 24px;
  height: 24px;
  background: url(../../images/sprite.png) no-repeat -251px -510px;
  display: inline-block;
  margin-left: 15px;
}
/* MQ **************************
************************************/
@media screen and (max-width: 1410px) {
  .internal-page.casino .winnerBox .bigWinners li {
    width: 33.33%;
  }
  .internal-page.casino .winnerBox .bigWinners li:nth-child(4n) {
    display: none;
  }
  .internal-page.casino .winnerBox .steps-casino .step {
    padding-left: 55px;
  }
  .internal-page.casino .winnerBox .steps-casino .step:first-child {
    padding-left: 18px;
  }
}
@media screen and (max-width: 1366px) {
  .de_DE.internal-page #wrapper.pagetype-mobile-promo .slick-slider,
  .sr_RS.internal-page #wrapper.pagetype-mobile-promo .slick-slider,
  .cp_RS.internal-page #wrapper.pagetype-mobile-promo .slick-slider,
  .hr_HR.internal-page #wrapper.pagetype-mobile-promo .slick-slider,
  .bs_BA.internal-page #wrapper.pagetype-mobile-promo .slick-slider {
    margin: 30px 0 0;
  }
  .promotion-event-box {
    float: none;
    width: 100%;
    margin-top: 560px;
  }
  .internal-page #wrapper.pagetype-mobile-promo .slick-slider {
    margin: 30px 0 0;
  }
  .internal-page #wrapper.pagetype-mobile-promo .mobileDevices {
    padding: 0;
    border: none;
  }
  .internal-page #wrapper.pagetype-mobile-promo .mobileDevices h2 {
    margin: 0 0 40px;
  }
  .internal-page #wrapper.pagetype-mobile-promo .wrapper {
    position: relative;
  }
  .internal-page #wrapper.pagetype-mobile-promo .wrapper:after {
    content: "";
    position: absolute;
    top: 708px;
    left: 0;
    width: 100%;
    height: 5px;
    border-top: 1px #3d3e40 solid;
    padding: 0;
  }
  .internal-page #wrapper.pagetype-mobile-promo .qrcode.androidApp {
    margin-top: 30px;
  }
  .mobileDevices .boxMobileWrapper .boxMobileBottom {
    width: 49%;
    margin-right: 2%;
  }
  .columns.col-2 .col {
    float: left;
    min-width: 480px;
    width: 52%;
  }
  .columns.col-2 .col:nth-child(2) {
    width: 48%;
    min-width: 430px;
    padding-right: 0;
    padding-top: 60px;
    zoom: 0.9;
  }
  .columns.col-2 .col.content2 {
    width: 100%;
    padding-right: 0;
  }
  .mobileDevices .dottedBox {
    padding-left: 90px;
    padding-right: 5px;
    font-size: 13px;
  }
  .mobileDevices .dottedBox .mobileDevicesName {
    left: 44px;
  }
  .qrcode {
    margin-top: 0;
  }
  .qrcode.androidAppLogout {
    margin: 30px 0;
  }
  .casino {
    /* vsebina s tabi */
  }
  .casino .casinoGamesTabs.fullWidth li,
  .live-dealers .liveDealersGamesTabs.fullWidth li {
    margin: 0;
  }
  .casino .casinoGamesTabs.fullWidth li a,
  .live-dealers .liveDealersGamesTabs.fullWidth li a {
    padding: 22px 0;
  }
  .casino .casinoGamesTabs li,
  .live-dealers .liveDealersGamesTabs li {
    margin-right: 5px;
  }
  .casino .casinoGamesTabs li a,
  .live-dealers .liveDealersGamesTabs li a {
    font-size: 14px;
    padding: 8px 10px;
  }
  .casino .winnerBox .steps-casino .step-casino,
  .live-dealers .winnerBox .steps-liveDealers .step-liveDealers {
    padding-left: 4%;
  }
  .casino .winnerBox .steps-casino .step-casino:first-child,
  .live-dealers .winnerBox .steps-liveDealers .step-liveDealers:first-child {
    padding-left: 1.5%;
  }
  .casino .winnerBox .steps-casino .step-casino:first-child span.number,
  .live-dealers .winnerBox .steps-liveDealers .step-liveDealers:first-child span.number {
    padding-right: 7px;
  }
  .casino .winnerBox .steps-casino .step-casino:first-child small,
  .live-dealers .winnerBox .steps-liveDealers .step-liveDealers:first-child small {
    padding-left: 43px;
  }
  .casino .winnerBox .steps-casino .step-casino strong,
  .live-dealers .winnerBox .steps-liveDealers .step-liveDealers strong {
    font-size: 21px;
    top: 5px;
  }
  .casino .winnerBox .steps-casino .step-casino span.number,
  .live-dealers .winnerBox .steps-liveDealers .step-liveDealers span.number {
    top: 28px;
    font-size: 50px;
    padding-right: 12px;
  }
  .casino .winnerBox .steps-casino .step-casino small,
  .live-dealers .winnerBox .steps-liveDealers .step-liveDealers small {
    font-size: 16px;
    padding-left: 47px;
    padding-top: 9px;
  }
  .casino .casinoContentTabs li a,
  .live-dealers .liveDealersContentTabs li a {
    padding: 10px 12px 10px 12px;
  }
  .casino .boxWhy li,
  .live-dealers .boxWhy li {
    height: 45px;
    font-size: 13px;
  }
  .casino .boxWhy li span,
  .live-dealers .boxWhy li span {
    width: 45px;
    height: 40px;
    overflow: hidden;
    zoom: 0.7;
    -moz-transform: scale(0.7);
    -moz-transform-origin: 0 0;
  }
  .casino .boxWhy li .line,
  .live-dealers .boxWhy li .line {
    margin: 40px 0;
  }
  .casino .boxWhy h3,
  .casino .boxLatestWinners h3,
  .live-dealers .boxWhy h3 {
    font-size: 16px;
  }
  .live-dealers .boxWhy li span {
    width: 55px;
    height: 50px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 1240px) {
  .mobileDevices .boxMobileBottom {
    margin-right: 2%;
    width: 49%;
  }
  .mobileDevices .boxMobileBottom .qrcode ul li {
    font-size: 13px !important;
  }
  /*
	.promotion-template .steps .step {
		padding-left: 55px;
	}

	.promotion-template .steps .step:first-child {
		padding-left: 18px;
	}


	*/
  .casino.user-logged-out #wrapper.pagetype-casino .wrapper.casinoContent {
    margin-top: -280px !important;
  }
  .casino.user-logged-out #wrapper.pagetype-casino .sliderBox .slick-dots {
    top: 310px;
  }
  .casino.user-logged-in #wrapper.pagetype-casino .wrapper.casinoContent {
    margin-top: -280px !important;
  }
  .casino.user-logged-in #wrapper.pagetype-casino .sliderBox .slick-dots {
    top: 310px;
  }
  .casino.user-logged-in #wrapper.pagetype-casino .casinoGamesContent li:hover .btn {
    margin: -16px 0 0 -60px !important;
    height: 32px !important;
    width: 120px !important;
    font-size: 16px !important;
    padding: 5px !important;
    top: 50% !important;
    line-height: 24px !important;
  }
  .casino.user-logged-in.low-balance #wrapper.pagetype-casino .wrapper.casinoContent {
    margin-top: -280px !important;
  }
  .casino.user-logged-in.low-balance #wrapper.pagetype-casino .sliderBox .slick-dots {
    top: 310px;
  }
  .casino.user-logged-in.low-balance #wrapper.pagetype-casino .casinoGames {
    margin-top: 30px !important;
  }
  .casino.user-logged-in.low-balance #wrapper.pagetype-casino .casinoGamesContent li:hover .btn {
    margin: -16px 0 0 -60px !important;
    height: 32px !important;
    width: 120px !important;
    font-size: 16px !important;
    padding: 5px !important;
    top: 50% !important;
    line-height: 24px !important;
  }
  .casino {
    /* slider čez celo širino s igrami */
    /* footer s igrami na casinoju */
  }
  .casino .winnerBox .steps-casino,
  .live-dealers .winnerBox .steps-liveDealers {
    margin-bottom: 0;
  }
  .casino #wrapper {
    padding-right: 0;
  }
  .casino .sliderBox .slick-dots,
  .live-dealers .sliderBox .slick-dots {
    bottom: inherit;
    top: 330px;
  }
  .casino .sliderBox .slider .slick-list li,
  .live-dealers .sliderBox .slider .slick-list li {
    min-height: 600px;
  }
  .casino .sliderBox .slider .slick-list li h2,
  .live-dealers .sliderBox .slider .slick-list li h2 {
    font-size: 40px;
    padding-top: 50px;
  }
  .casino .sliderBox .slider .slick-list li p,
  .live-dealers .sliderBox .slider .slick-list li p {
    font-size: 21px;
    padding: 10px 0 30px;
  }
  .casino .sliderBox .slider .slick-list li .btn,
  .live-dealers .sliderBox .slider .slick-list li .btn {
    height: 50px;
    width: 260px;
    line-height: 50px;
    font-size: 24px;
  }
  .casino .casinoGamesContent li:hover:after,
  .live-dealers .liveDealersGamesContent li:hover:after {
    display: none;
  }
  .casino .casinoGamesContent li figure .btn,
  .live-dealers .liveDealersGamesContent li figure .btn {
    margin: -16px 0 0 -60px;
    height: 32px;
    width: 120px;
    font-size: 16px;
    padding: 5px;
    top: 38%;
    line-height: 24px;
  }
  .casino .casinoGamesContent li figure .btn.orange,
  .live-dealers .liveDealersGamesContent li figure .btn.orange {
    width: 98px;
    height: 24px;
    margin: -12px 0 0 -49px;
    font-size: 11px;
    padding: 4px;
    top: 67%;
    line-height: 14px;
  }
  .casino .casinoGamesContent li h3,
  .live-dealers .liveDealersGamesContent li h3 {
    display: block;
    font-weight: bold;
    font-size: 15px;
  }
  .casino .casinoGamesContent li .casinoGamesTitle,
  .live-dealers .liveDealersGamesContent li .casinoGamesTitle {
    font-size: 13px;
  }
  .casino .casinoGamesContent li .casinoGamesTopWin,
  .live-dealers .liveDealersGamesContent li .casinoGamesTopWin {
    font-size: 13px;
  }
  .casino .casinoGamesTabs li a,
  .live-dealers .liveDealersGamesTabs li a {
    font-size: 12px;
    padding: 8px 10px;
  }
  .casino .casinoFooter li {
    font-size: 11px;
  }
  .casino .casinoFooter li h3 {
    font-size: 15px;
    border-bottom: 2px #3d3e40 solid;
  }
  .casino .casinoFooter li p {
    font-size: 11px;
  }
  .live-dealers .liveDealersGamesContent li figure .btn {
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -50px;
    z-index: 20;
    text-transform: uppercase;
    text-align: center;
    height: 32px !important;
    line-height: 24px !important;
    width: 100px !important;
    font-size: 16px !important;
  }
  .casino .casinoGamesTabs.fullWidth li a.selected,
  .live-dealers .liveDealersGamesTabs.fullWidth li a.selected,
  .live-dealers .liveDealersGamesTabs.fullWidth li a.selected {
    padding: 20px 0;
  }
  .casino .casinoGamesTabs.fullWidth li a.selected:hover,
  .live-dealers .liveDealersGamesTabs.fullWidth li a.selected:hover,
  .live-dealers .liveDealersGamesTabs.fullWidth li a.selected:hover {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1100px) {
  .internal-page.casino .casinoGamesTabs li a,
  .internal-page.live-dealers .liveDealersGamesTabs li a {
    font-size: 12px;
    padding: 8px 9px;
  }
  .casino .casinoGamesTabs.fullWidth li a,
  .live-dealers .liveDealersGamesTabs.fullWidth li a,
  .live-dealers .liveDealersGamesTabs.fullWidth li a {
    padding: 21px 0;
  }
  .casino .casinoGamesTabs.fullWidth li a:hover,
  .live-dealers .liveDealersGamesTabs.fullWidth li a:hover,
  .live-dealers .liveDealersGamesTabs.fullWidth li a:hover {
    padding: 21px 0;
  }
  /*
	.promotion-template .steps .step {
		padding-left: 47px;
		line-height: 49px;
		font-size: 20px;
		span.number {
			font-size: 50px;
			top: 9px;
		}
	}

	.promotion-template .steps .step:first-child {
		padding-left: 10px;
	}

	.internal-page.casino {
		.winnerBox {

			.steps {
				.step {
					padding-left: 47px;
					line-height: 49px;
					font-size: 20px;

					span.number {
						font-size: 50px;
						top: 9px;
					}
				}
			}
		}
	}
	*/
}
.spriteChat {
  background: url(../../images/sprite_chat.png) no-repeat;
}
#chat-tools {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2000;
  width: 100%;
  /* default stanje */
  /* scroller */
  /* chat massage */
  /* vnosno polje */
}
#chat-tools.closed .chat-avaliable {
  display: block;
}
#chat-tools.closed .chat-active {
  display: none;
}
#chat-tools.maximized .chat-avaliable {
  display: none;
}
#chat-tools.maximized .chat-active {
  display: block;
}
#chat-tools.maximized .chat-header {
  display: block;
}
#chat-tools.maximized #chat-holder {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#chat-tools.minimized.new-message .chat-header {
  display: block;
}
#chat-tools.minimized.new-message .chat-header .ch-new-msg {
  display: block;
}
#chat-tools.minimized .chat-avaliable {
  display: none;
}
#chat-tools.minimized .chat-active {
  display: block;
}
#chat-tools.minimized .chat-active .chat-header .ch-buttons #ch-hide-chat {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -4px;
}
#chat-tools.minimized .chat-header {
  display: block;
}
#chat-tools.minimized #chat-holder {
  display: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#chat-tools .container {
  position: relative;
  min-width: 990px;
  max-width: 1920px;
  margin: 0 auto;
}
#chat-tools .chat-avaliable {
  padding: 10px 15px;
  background: #fa7d0a;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmE3ZDBhIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmMxYzAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/join-now-bg.png') no-repeat right top, -moz-linear-gradient(top, #fa7d0a 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa7d0a), color-stop(100%, #fc1c00));
  background: url('../../images/join-now-bg.png') no-repeat right top, -webkit-linear-gradient(top, #fa7d0a 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, -o-linear-gradient(top, #fa7d0a 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, -ms-linear-gradient(top, #fa7d0a 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, linear-gradient(to bottom, #fa7d0a 0%, #fc1c00 100%);
  filter: none;
  padding: 1px;
  cursor: pointer;
  width: 322px;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  float: right;
  /* po defaultu vse skrito - tega stanja nimamo */
  display: none !important;
  position: absolute;
  bottom: 0px;
  left: -94px;
  margin-right: 0;
}
#chat-tools .chat-avaliable:hover {
  background: #fc1c00;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmMxYzAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmE3ZDBhIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/join-now-bg.png') no-repeat right top, -moz-linear-gradient(top, #fc1c00 0%, #fa7d0a 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc1c00), color-stop(100%, #fa7d0a));
  background: url('../../images/join-now-bg.png') no-repeat right top, -webkit-linear-gradient(top, #fc1c00 0%, #fa7d0a 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, -o-linear-gradient(top, #fc1c00 0%, #fa7d0a 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, -ms-linear-gradient(top, #fc1c00 0%, #fa7d0a 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, linear-gradient(to bottom, #fc1c00 0%, #fa7d0a 100%);
  filter: none;
}
#chat-tools .chat-avaliable .ca-icon {
  float: left;
  width: 100px;
}
#chat-tools .chat-avaliable .ca-icon span {
  background: url(../../images/sprite_chat.png) no-repeat;
  background-position: -378px -13px;
  width: 100px;
  height: 67px;
  display: inline-block;
}
#chat-tools .chat-avaliable .ca-text {
  float: left;
  width: calc((100% / 1) - 100px);
}
#chat-tools .chat-avaliable .ca-text .ca-t-title {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #ffffff;
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1.em;
}
#chat-tools .chat-avaliable .ca-text .ca-t-middle {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  display: block;
  font-weight: 400;
  line-height: 1.1.em;
}
#chat-tools .chat-avaliable .ca-text .ca-t-bottom {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  display: block;
  font-weight: 400;
  line-height: 1.1.em;
}
#chat-tools .chat-active {
  width: 320px;
  margin-top: 20px;
  float: right;
  /* po defaultu vse skrito */
  display: none;
  position: absolute;
  bottom: 0px;
  left: -94px;
  margin-right: 0;
}
#chat-tools .chat-active .chat-header {
  float: left;
  width: 100%;
  background: #fa7d0a;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZmE3ZDBhIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZmMxYzAwIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: url('../../images/join-now-bg.png') no-repeat right top, -moz-linear-gradient(top, #fa7d0a 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa7d0a), color-stop(100%, #fc1c00));
  background: url('../../images/join-now-bg.png') no-repeat right top, -webkit-linear-gradient(top, #fa7d0a 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, -o-linear-gradient(top, #fa7d0a 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, -ms-linear-gradient(top, #fa7d0a 0%, #fc1c00 100%);
  background: url('../../images/join-now-bg.png') no-repeat right top, linear-gradient(to bottom, #fa7d0a 0%, #fc1c00 100%);
  filter: none;
  background-size: contain;
  position: relative;
  z-index: 10;
  padding: 10px;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#chat-tools .chat-active .chat-header .ch-new-msg {
  float: left;
  background: url(../../images/sprite_chat.png) no-repeat;
  background-position: -300px -88px;
  width: 36px;
  height: 31px;
  display: inline;
  margin-right: 10px;
  /* skrito */
  display: none;
  -webkit-animation-duration: 1800ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: new-msg-anim;
  -moz-animation-duration: 1800ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: new-msg-anim;
  padding: 1px;
  position: relative;
}
#chat-tools .chat-active .chat-header .ch-new-msg span {
  text-align: center;
  width: 27px;
  line-height: 29px;
  display: inline-block;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}
@-webkit-keyframes new-msg-anim {
  0% {
    top: 0;
  }
  55% {
    top: 0;
  }
  60% {
    top: -8px;
  }
  80% {
    top: 3px;
  }
  90% {
    top: -3px;
  }
  95% {
    top: 1px;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes new-msg-anim {
  0% {
    top: 0;
  }
  55% {
    top: 0;
  }
  60% {
    top: -8px;
  }
  80% {
    top: 3px;
  }
  90% {
    top: -3px;
  }
  95% {
    top: 1px;
  }
  100% {
    top: 0;
  }
}
#chat-tools .chat-active .chat-header .ch-title {
  float: left;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.6em;
  padding-top: 2px;
}
#chat-tools .chat-active .chat-header .ch-buttons {
  float: right;
  width: 30px;
  margin-top: 7px;
  /*
                #ch-close-chat {
                    width: 20px;
                    height: 20px;
                    float: left;
                    .spriteChat;
                    background-position: -200px -21px;

                    &:hover,
                    &.active {
                        background-position: -250px -21px;
                    }
                }
                */
}
#chat-tools .chat-active .chat-header .ch-buttons #ch-hide-chat {
  width: 20px;
  height: 20px;
  float: right;
  background: url(../../images/sprite_chat.png) no-repeat;
  background-position: -200px -108px;
  margin-right: 10px;
}
#chat-tools .chat-active .chat-header .ch-buttons #ch-hide-chat:hover,
#chat-tools .chat-active .chat-header .ch-buttons #ch-hide-chat.active {
  background-position: -250px -108px;
}
#chat-tools #chat-holder {
  display: inline-block;
  min-height: 50px;
  z-index: 16777214;
  width: 320px;
  background-color: #474D54;
  display: none;
}
#chat-tools #chat-holder .chat-container {
  background: #525862;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  display: inline-block;
  width: 100% !important;
  border-top: 1px #1C1E21 solid;
  -webkit-box-shadow: inset 0 8px 8px -8px #1c1e21;
  -moz-box-shadow: inset 0 8px 8px -8px #1c1e21;
  box-shadow: inset 0 8px 8px -8px #1c1e21;
}
#chat-tools #chat-holder .chat-container.visible {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 320px !important;
}
#chat-tools #chat-holder .chat-container.visible form > .chat-msg {
  display: block;
}
#chat-tools #chat-holder .chat-container form > .chat-msg {
  display: none;
}
#chat-tools .mCSB_container {
  margin-right: 0px;
}
#chat-tools #conversation {
  overflow: auto;
  padding: 0;
  height: 350px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#chat-tools #conversation .msg-left {
  overflow: hidden;
  display: block;
  margin: 2px 0;
  position: relative;
}
#chat-tools #conversation .msg-left span {
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 55px;
  top: 50%;
  margin: -5px 0 0 0;
  background-color: #474D54;
  border: 1px #414141 solid;
  border-width: 0 0 1px 1px;
  z-index: 11;
  content: "";
}
#chat-tools #conversation .msg-left ul {
  width: 240px;
  list-style: none;
  margin-left: 60px;
  padding: 10px;
  float: left;
  position: relative;
  z-index: 10;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #474D54;
  border: 1px #414141 solid;
}
#chat-tools #conversation .msg-left ul:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: -50px;
  margin: -20px 0 0 0;
  background: url(../../images/sprite_chat.png) no-repeat;
  background-position: -300px -18px;
}
#chat-tools #conversation .msg-left ul li {
  background: 0;
  padding: 0;
  margin: 0;
  font-size: 10px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #FFF;
  font-weight: 300;
  max-width: 250px;
  word-wrap: break-word;
  text-align: left;
}
#chat-tools #conversation .msg-left ul li.msg-title {
  font-size: 10px;
}
#chat-tools #conversation .msg-left ul li.insert-text {
  font-size: 13px;
  color: #FFF;
  font-weight: 600;
}
#chat-tools #conversation .msg-right {
  overflow: hidden;
  display: block;
  margin: 2px 0;
  position: relative;
}
#chat-tools #conversation .msg-right span {
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -5px 0 0 0;
  background-color: #636A76;
  border: 1px #414141 solid;
  border-width: 1px 1px 0 0;
  z-index: 11;
  content: "";
}
#chat-tools #conversation .msg-right ul {
  width: 240px;
  list-style: none;
  text-align: right;
  margin-right: 20px;
  padding: 10px;
  position: relative;
  float: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #636A76;
  border: 1px #414141 solid;
}
#chat-tools #conversation .msg-right ul li {
  background: 0;
  padding: 0;
  margin: 0;
  font-size: 10px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #FFF;
  font-weight: 300;
  max-width: 250px;
  word-wrap: break-word;
  text-align: left;
}
#chat-tools #conversation .msg-right ul li.msg-title {
  font-size: 10px;
}
#chat-tools #conversation .msg-right ul li.insert-text {
  font-size: 13px;
  color: #FFF;
  font-weight: 600;
}
#chat-tools .mCustomScrollBox > .mCSB_scrollTools {
  width: 5px !important;
  margin-right: 4px;
  top: 2px;
  height: calc((100% / 1) - 4px);
}
#chat-tools .mCSB_scrollTools .mCSB_draggerContainer {
  background: #414141 !important;
  margin-top: 0;
  margin-bottom: 0;
}
#chat-tools .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #636A76 !important;
  width: 5px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#chat-tools .chat-controls {
  padding: 0;
  border-top: 5px #FFF solid;
}
#chat-tools .chat-msg {
  /* chat scroller */
}
#chat-tools .chat-msg.message {
  height: auto;
  max-height: 100px;
  float: left;
  width: 100%;
  background: #fff;
  border: none;
  padding: 2px 0;
  padding-right: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}
#chat-tools .chat-msg.send {
  float: left;
  width: 100%;
  background: #474D54;
  height: 40px;
}
#chat-tools .chat-msg.send input {
  float: right;
  border: none;
  margin-top: 0 !important;
  height: 40px !important;
  font-size: 16px !important;
  font-weight: bold;
  width: 163px !important;
  padding: 6px 5px 4px 5px;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#chat-tools .chat-msg.send input:hover {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0588da), to(#31b5fe));
  background-image: -webkit-linear-gradient(top, #0588da, #31b5fe);
  background-color: #31b5fe;
  background-image: -moz-linear-gradient(top, #0588da, #31b5fe);
  background-image: -ms-linear-gradient(top, #0588da, #31b5fe);
  background-image: -o-linear-gradient(top, #0588da, #31b5fe);
  background-image: linear-gradient(top, #0588da, #31b5fe);
  background-repeat: repeat-x;
}
#chat-tools .chat-msg .mCSB_scrollTools .mCSB_draggerContainer {
  background: #FFF;
}
#chat-tools .chat-msg .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #020202;
}
#chat-tools #chatMsg {
  width: 100%;
  padding: 0 15px 0 0;
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
  border: none;
  resize: none;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  padding: 8px 10px;
}
#chat-tools #chatMsg span {
  color: #8D8D8D;
}
#chat-tools #chatMsg textarea {
  width: 100%;
  height: 38px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
  outline: none;
  resize: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#chat-tools #chatMsgTrigger {
  margin-top: 3px;
  height: 26px;
}
#chat-tools #chatLength {
  position: absolute;
  bottom: 11px;
  right: 175px;
  color: #999;
}
/* 2180*/
@media only screen and (max-width: 2180px) {
  #chat-tools .chat-avaliable,
  #chat-tools .chat-active {
    width: 196px;
    left: 30px;
  }
  #chat-tools .chat-avaliable {
    padding: 10px;
  }
  #chat-tools .chat-avaliable .ca-icon {
    display: none;
  }
  #chat-tools .chat-avaliable .ca-text {
    width: 100%;
  }
  #chat-tools .chat-avaliable .ca-text .ca-t-title {
    font-size: 16px;
    display: inline;
  }
  #chat-tools .chat-avaliable .ca-text .ca-t-middle {
    font-size: 13px;
    display: inline;
  }
  #chat-tools .chat-avaliable .ca-text .ca-t-bottom {
    display: none;
  }
  #chat-tools #chat-holder {
    width: 196px;
  }
  #chat-tools #chat-holder .chat-container.visible {
    width: 196px !important;
  }
  #chat-tools #conversation {
    height: 238px;
  }
  #chat-tools #conversation .msg-right ul {
    width: 166px;
  }
  #chat-tools #conversation .msg-left ul {
    width: 166px;
    margin-left: 10px;
  }
  #chat-tools #conversation .msg-left ul:after {
    display: none;
  }
  #chat-tools #conversation .msg-left span {
    left: 5px;
  }
  #chat-tools .chat-msg.send input {
    width: 98px !important;
  }
  #chat-tools #chatMsg {
    padding: 0 10px;
  }
  #chat-tools #chatLength {
    right: 110px;
  }
}
/* 1200*/
@media only screen and (max-width: 1200px) {
  #chat-tools .chat-avaliable,
  #chat-tools .chat-active {
    left: 15px;
  }
}
/*
    .chat-container #slideChat,
    .chat-container #slideChat:hover {
        text-indent: -9999px;
        background-image: url(../img/icons/chat/open.png);
        background-repeat: no-repeat;
        background-position: 50% 50%
    }
    .chat-container.visible
    .chat-container.visible .chat-conversation {
        border-radius: 0
    }
    .chat-container.visible #slideChat,
    .chat-container.visible #slideChat:hover {
        text-indent: -9999px;
        background-image: url(../img/icons/chat/close.png);
        background-repeat: no-repeat;
        background-position: 50% 50%
    }
    */
/*
.btn-chat-message {
    line-height: 1.42;
    border-radius: 4px;
    border: 0;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-weight: 700;
    background-color: #fff;
    border-color: #fff;
    color: #009200;
    font-size: 12px;
    font-weight: normal !important;
    padding: 0 10px !important;
    border: 0
}
.btn-chat-message:hover,
.btn-chat-message:active,
.btn-chat-message:focus {
    color: #000
}
.btn-chat-message:hover,
.btn-chat-message:active,
.btn-chat-message:focus {
    background-color: #d1d1d1
}
.btn-chat-message:hover,
.btn-chat-message:active,
.btn-chat-message:focus {
    border-color: #d1d1d1
}
.btn-chat-message:hover,
.btn-chat-message:active,
.btn-chat-message:focus {
    color: #00b400
}
.btn-chat-message:hover {
    border: 0
}

.fl { float: left; }
.fr { float: right;  }


#slideChat {
    overflow: hidden;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    width: 32px;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background-color: #303035;
    -webkit-box-shadow: 0 2px rgba(107, 106, 109, .2);
    -moz-box-shadow: 0 2px rgba(107, 106, 109, .2);
    box-shadow: 0 2px rgba(107, 106, 109, .2);
    border: solid 2px #1a181d;
    background-image: -webkit-linear-gradient(bottom, rgba(18, 19, 19, .07), rgba(255, 255, 255, .07));
    background-image: -moz-linear-gradient(bottom, rgba(18, 19, 19, .07), rgba(255, 255, 255, .07));
    background-image: -o-linear-gradient(bottom, rgba(18, 19, 19, .07), rgba(255, 255, 255, .07));
    background-image: linear-gradient(to top, rgba(18, 19, 19, .07), rgba(255, 255, 255, .07))
}
#slideChat:hover {
    background-color: #1f1e22;
    -webkit-box-shadow: 0 2px rgba(107, 106, 109, .4);
    -moz-box-shadow: 0 2px rgba(107, 106, 109, .4);
    box-shadow: 0 2px rgba(107, 106, 109, .4);
    border: solid 2px #1a181d;
    background-image: -webkit-linear-gradient(bottom, rgba(18, 19, 19, .07), rgba(255, 255, 255, .07));
    background-image: -moz-linear-gradient(bottom, rgba(18, 19, 19, .07), rgba(255, 255, 255, .07));
    background-image: -o-linear-gradient(bottom, rgba(18, 19, 19, .07), rgba(255, 255, 255, .07));
    background-image: linear-gradient(to top, rgba(18, 19, 19, .07), rgba(255, 255, 255, .07))
}

.chat-container {
    width: 100%;
    width: 320px
}
.chat-container.new-msg {
    -webkit-animation: glowIt 1s infinite;
    -moz-animation: glowIt 1s infinite;
    -o-animation: glowIt 1s infinite;
    animation: glowIt 1s infinite
}


#new-msg span {
    font-size: 60px;
    line-height: 10px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5)
}

*/
#SRLive .srw-container .sc-tennis_lmt_wrapper {
  margin: 0 auto;
}
#global-overlay {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
}
#global-overlay.has-loader {
  background: rgba(0, 0, 0, 0.8) url(../../images/bbw-loader.gif) no-repeat center;
}
/* Live channel */
@font-face {
  font-family: 'fpicons';
  src: url('../tools/flowplayer/fonts/fpicons.eot?yg5dv7');
  src: url('../tools/flowplayer/fonts/fpicons.eot?#iefixyg5dv7') format('embedded-opentype'), url('../tools/flowplayer/fonts/fpicons.woff?yg5dv7') format('woff'), url('../tools/flowplayer/fonts/fpicons.ttf?yg5dv7') format('truetype'), url('../tools/flowplayer/fonts/fpicons.svg?yg5dv7#fpicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="fp-i-"],
[class*=" fp-i-"] {
  font-family: 'fpicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flowplayer {
  position: relative;
  width: 100%;
  counter-increment: flowplayer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
.flowplayer * {
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  text-decoration: inherit;
  font-size: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  list-style-type: none;
}
.flowplayer a:focus {
  outline: 0;
}
.flowplayer video {
  width: 100%;
}
.flowplayer.is-ipad video {
  -webkit-transform: translateX(-2048px);
}
.is-ready.flowplayer.is-ipad video {
  -webkit-transform: translateX(0);
}
.flowplayer .fp-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flowplayer .fp-engine,
.flowplayer .fp-ui,
.flowplayer .fp-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.flowplayer .fp-ui {
  z-index: 11;
}
.flowplayer .fp-message {
  display: none;
  text-align: center;
  padding-top: 5%;
  cursor: default;
}
.flowplayer .fp-message h2 {
  font-size: 120%;
  margin-bottom: 1em;
}
.flowplayer .fp-message p {
  color: #666;
  font-size: 95%;
}
.flowplayer .fp-title {
  line-height: 30px;
  font-weight: normal;
  font-family: 'myriad pro', Helvetica, Arial, sans-serif;
  font-size: 11px;
  cursor: default;
  color: #fff;
  width: auto;
  max-width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  padding: 0 20px;
}
.is-rtl.flowplayer .fp-title {
  float: right;
}
.aside-time.flowplayer .fp-title {
  display: none !important;
}
.flowplayer .fp-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.no-background.flowplayer .fp-controls {
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)) !important;
  background-image: -webkit-linear-gradient(top, transparent, transparent) !important;
  background-image: -moz-linear-gradient(top, transparent, transparent) !important;
  background-image: -o-linear-gradient(top, transparent, transparent) !important;
  background-image: linear-gradient(to bottom, transparent, transparent) !important;
}
.is-fullscreen.flowplayer .fp-controls {
  bottom: 3px;
}
.is-mouseover.flowplayer .fp-controls {
  bottom: 0;
}
.flowplayer .fp-controls,
.flowplayer .fp-title,
.flowplayer .fp-fullscreen,
.flowplayer .fp-unload,
.flowplayer .fp-close,
.flowplayer .fp-embed,
.flowplayer.aside-time .fp-time {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
}
.no-background.flowplayer .fp-controls,
.no-background.flowplayer .fp-title,
.no-background.flowplayer .fp-fullscreen,
.no-background.flowplayer .fp-unload,
.no-background.flowplayer .fp-close,
.no-background.flowplayer .fp-embed,
.no-background.flowplayer.aside-time .fp-time {
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)) !important;
  background-image: -webkit-linear-gradient(top, transparent, transparent) !important;
  background-image: -moz-linear-gradient(top, transparent, transparent) !important;
  background-image: -o-linear-gradient(top, transparent, transparent) !important;
  background-image: linear-gradient(to bottom, transparent, transparent) !important;
  text-shadow: 0 0 1px #000000;
}
.no-background.flowplayer .fp-play,
.no-background.flowplayer .fp-brand {
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)) !important;
  background-image: -webkit-linear-gradient(top, transparent, transparent) !important;
  background-image: -moz-linear-gradient(top, transparent, transparent) !important;
  background-image: -o-linear-gradient(top, transparent, transparent) !important;
  background-image: linear-gradient(to bottom, transparent, transparent) !important;
  text-shadow: 0 0 1px #000000;
}
.flowplayer.fixed-controls .fp-controls {
  background-color: #000000;
}
.flowplayer .fp-timeline {
  background-color: #a5a5a5;
}
.flowplayer .fp-buffer {
  background-color: #eeeeee;
}
.flowplayer .fp-progress {
  background-color: #00a7c8;
}
.flowplayer .fp-volumeslider {
  background-color: #a5a5a5;
}
.flowplayer .fp-volumelevel {
  background-color: #00a7c8;
}
.flowplayer .fp-waiting {
  display: none;
  margin: 19% auto;
  text-align: center;
}
.flowplayer .fp-waiting * {
  -webkit-box-shadow: 0 0 5px #333;
  -moz-box-shadow: 0 0 5px #333;
  box-shadow: 0 0 5px #333333;
}
.flowplayer .fp-waiting em {
  width: 1em;
  height: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  -webkit-animation: pulse .6s infinite;
  -moz-animation: pulse .6s infinite;
  animation: pulse .6s infinite;
  margin: .3em;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.flowplayer .fp-waiting em:nth-child(1) {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: 0.3s;
}
.flowplayer .fp-waiting em:nth-child(2) {
  -webkit-animation-delay: .45s;
  -moz-animation-delay: .45s;
  animation-delay: 0.45s;
}
.flowplayer .fp-waiting em:nth-child(3) {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: 0.6s;
}
.flowplayer .fp-waiting p {
  color: #ccc;
  font-weight: bold;
}
.flowplayer .fp-speed {
  font-size: 30px;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.8);
  color: #eee;
  margin: 0 auto;
  text-align: center;
  width: 120px;
  padding: .1em 0 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
.flowplayer .fp-speed.fp-hilite {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer .fp-help {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 100;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  transition: opacity .2s;
  text-align: center;
}
.is-help.flowplayer .fp-help {
  left: 0;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer .fp-help .fp-help-section {
  margin: 3%;
  direction: ltr;
}
.flowplayer .fp-help .fp-help-basics {
  margin-top: 6%;
}
.flowplayer .fp-help p {
  color: #eee;
  margin: .5em 0;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  margin: 1% 2%;
}
.flowplayer .fp-help em {
  background: #eee;
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  border-radius: .3em;
  margin-right: .4em;
  padding: .3em .6em;
  color: #333333;
}
.flowplayer .fp-help small {
  font-size: 90%;
  color: #aaaaaa;
}
.flowplayer .fp-help .fp-close {
  display: block;
}
@media (max-width: 600px) {
  .flowplayer .fp-help p {
    font-size: 9px;
  }
}
.flowplayer .fp-dropdown {
  position: absolute;
  top: 5px;
  width: 100px;
  background-color: #000 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0 !important;
  list-style-type: none !important;
}
.flowplayer .fp-dropdown:before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: calc(45%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(51, 51, 51, 0.9);
}
.flowplayer .fp-dropdown li {
  padding: 10px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: 11px !important;
  list-style-type: none !important;
}
.flowplayer .fp-dropdown li.active {
  background-color: #00a7c8 !important;
  cursor: default !important;
}
.flowplayer .fp-dropdown.fp-dropup {
  bottom: 20px;
  top: auto;
}
.flowplayer .fp-dropdown.fp-dropup:before {
  top: auto;
  bottom: -5px;
  border-bottom: none;
  border-top: 5px solid rgba(51, 51, 51, 0.9);
}
.flowplayer .fp-tooltip {
  background-color: #000;
  color: #fff;
  display: none;
  position: absolute;
  padding: 5px;
}
.flowplayer .fp-tooltip:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 0;
  left: calc(45%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.flowplayer .fp-timeline-tooltip {
  bottom: 35px;
}
.flowplayer .fp-timeline:hover + .fp-timeline-tooltip {
  display: block;
}
.is-touch.flowplayer .fp-timeline:hover + .fp-timeline-tooltip {
  display: none;
}
.flowplayer .fp-subtitle {
  position: absolute;
  bottom: 40px;
  left: -99999em;
  z-index: 10;
  text-align: center;
  width: 100%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
}
.flowplayer .fp-subtitle p {
  display: inline;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
  color: #eee;
  padding: .1em .4em;
  font-size: 16px;
  line-height: 1.6;
}
.flowplayer .fp-subtitle p:after {
  content: '';
  clear: both;
}
.flowplayer .fp-subtitle p b {
  font-weight: bold;
}
.flowplayer .fp-subtitle p i {
  font-style: italic;
}
.flowplayer .fp-subtitle p u {
  text-decoration: underline;
}
.flowplayer .fp-subtitle.fp-active {
  left: 0;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer .fp-fullscreen,
.flowplayer .fp-unload,
.flowplayer .fp-mute,
.flowplayer .fp-embed,
.flowplayer .fp-close,
.flowplayer .fp-play,
.flowplayer .fp-menu {
  font-family: 'fpicons' !important;
  color: #fff !important;
  font-size: 15px !important;
  text-align: center !important;
  line-height: 30px !important;
  text-decoration: none !important;
}
.is-rtl.flowplayer .fp-fullscreen,
.is-rtl.flowplayer .fp-unload,
.is-rtl.flowplayer .fp-mute,
.is-rtl.flowplayer .fp-embed,
.is-rtl.flowplayer .fp-close,
.is-rtl.flowplayer .fp-play,
.is-rtl.flowplayer .fp-menu {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.is-rtl.flowplayer .fp-menu {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.flowplayer .fp-fullscreen:before {
  content: "\e602";
}
.flowplayer .fp-unload:before,
.flowplayer .fp-close:before {
  content: "\e600";
}
.flowplayer .fp-mute:before {
  content: "\e606";
}
.flowplayer .fp-embed:before {
  content: "\e603";
}
.flowplayer .fp-play:before {
  content: "\e608";
}
.flowplayer .fp-menu:before {
  content: "\e604";
}
.flowplayer .fp-flash-disabled {
  background: #333;
  width: 390px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  color: #ffffff;
}
.is-splash.flowplayer .fp-ui,
.is-paused.flowplayer .fp-ui {
  background: url(../tools/flowplayer/img/play_white.png) center no-repeat;
  background-size: 11%;
}
.is-rtl.is-splash.flowplayer .fp-ui,
.is-rtl.is-paused.flowplayer .fp-ui {
  background: url(../tools/flowplayer/img/play_white_rtl.png) center no-repeat;
  background-size: 11%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .is-splash.flowplayer .fp-ui,
  .is-paused.flowplayer .fp-ui {
    background: url(../tools/flowplayer/img/play_white@x2.png) center no-repeat;
    background-size: 11%;
  }
  .is-rtl.is-splash.flowplayer .fp-ui,
  .is-rtl.is-paused.flowplayer .fp-ui {
    background: url(../tools/flowplayer/img/play_white_rtl@x2.png) center no-repeat;
    background-size: 11%;
  }
}
.is-fullscreen.flowplayer .fp-ui {
  background-size: auto;
}
.is-seeking.flowplayer .fp-ui,
.is-loading.flowplayer .fp-ui {
  background-image: none;
}
.flowplayer .fp-brand {
  color: #fff !important;
  position: absolute;
  right: 115px;
  font-weight: normal !important;
  font-family: 'myriad pro', Helvetica, Arial, sans-serif !important;
  text-decoration: none !important;
  line-height: 15px !important;
  font-size: 11px !important;
  height: 15px;
  width: 55px;
  bottom: 9px;
  box-sizing: border-box;
  text-align: center;
  padding: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.has-menu.flowplayer .fp-brand {
  right: 152px;
}
.is-rtl.flowplayer .fp-brand {
  right: auto;
  left: 125px;
}
.has-menu.is-rtl.flowplayer .fp-brand {
  left: 152px;
}
.no-brand.flowplayer .fp-brand {
  display: none;
}
.no-volume.no-mute.flowplayer .fp-brand {
  right: 10px;
}
.has-menu.no-volume.no-mute.flowplayer .fp-brand {
  right: 47px;
}
.no-volume.flowplayer .fp-brand {
  right: 50px;
}
.no-mute.flowplayer .fp-brand {
  right: 95px;
}
.flowplayer .fp-logo {
  position: absolute;
  top: auto;
  left: 15px;
  bottom: 40px;
  cursor: pointer;
  display: none;
  z-index: 100;
}
.flowplayer .fp-logo img {
  width: 100%;
}
.is-embedded.flowplayer .fp-logo {
  display: block;
}
.fixed-controls.flowplayer .fp-logo {
  bottom: 15px;
}
.flowplayer .fp-fullscreen,
.flowplayer .fp-unload,
.flowplayer .fp-close {
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
  display: block;
  height: 23px;
  text-align: center;
  cursor: pointer;
  height: 30px;
  width: 30px;
}
.is-rtl.flowplayer .fp-fullscreen,
.is-rtl.flowplayer .fp-unload,
.is-rtl.flowplayer .fp-close {
  right: auto;
  left: 10px;
}
.flowplayer .fp-unload,
.flowplayer .fp-close {
  display: none;
}
.flowplayer .fp-play {
  display: none;
  height: 30px !important;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
.is-rtl.flowplayer .fp-play {
  left: auto;
  right: 0;
}
.is-playing.flowplayer .fp-play:before {
  content: "\e607";
}
.flowplayer .fp-menu {
  display: none;
  position: absolute;
  bottom: 0;
  z-index: 11;
  right: 10px;
}
.is-rtl.flowplayer .fp-menu {
  right: auto;
  left: 10px;
}
.has-menu.flowplayer .fp-menu {
  display: block;
}
.flowplayer .fp-menu .fp-dropdown {
  z-index: 12;
  display: none;
  left: -42.5px;
  line-height: auto;
  width: 149px;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.is-rtl.flowplayer .fp-menu .fp-dropdown {
  left: -10px;
}
.flowplayer .fp-menu.dropdown-open .fp-dropdown {
  display: block;
}
.flowplayer.is-ready.is-closeable .fp-unload {
  display: block;
}
.flowplayer.is-ready.is-closeable .fp-embed {
  right: 90px;
}
.flowplayer.is-ready.is-closeable .fp-fullscreen {
  right: 50px;
}
.flowplayer.is-ready.is-closeable.is-rtl .fp-embed {
  right: auto;
  left: 90px;
}
.flowplayer.is-ready.is-closeable.is-rtl .fp-fullscreen {
  right: auto;
  left: 50px;
}
.flowplayer.is-fullscreen .fp-fullscreen {
  display: block !important;
}
.flowplayer.is-fullscreen .fp-fullscreen:before {
  content: "\e601";
}
.flowplayer .fp-timeline {
  height: 3px;
  position: relative;
  overflow: hidden;
  top: 10px;
  height: 10px;
  margin: 0 225px 0 55px;
}
.no-brand.flowplayer .fp-timeline {
  margin-right: 160px;
}
.has-menu.no-brand.flowplayer .fp-timeline {
  margin-right: 187px;
}
.no-volume.no-brand.flowplayer .fp-timeline {
  margin-right: 95px;
}
.no-mute.no-brand.flowplayer .fp-timeline {
  margin-right: 130px;
}
.no-mute.no-volume.no-brand.flowplayer .fp-timeline {
  margin-right: 55px;
}
.has-menu.flowplayer .fp-timeline {
  margin-right: 252px;
}
.no-volume.flowplayer .fp-timeline {
  margin-right: 160px;
}
.no-mute.flowplayer .fp-timeline {
  margin-right: 195px;
}
.no-mute.no-volume.flowplayer .fp-timeline {
  margin-right: 120px;
}
.has-menu.no-mute.no-volume.flowplayer .fp-timeline {
  margin-right: 157px;
}
.is-rtl.flowplayer .fp-timeline {
  margin: 0 55px 0 225px;
}
.no-brand.is-rtl.flowplayer .fp-timeline {
  margin-left: 160px;
}
.has-menu.no-brand.is-rtl.flowplayer .fp-timeline {
  margin-left: 197px;
}
.has-menu.is-rtl.flowplayer .fp-timeline {
  margin-left: 262px;
}
.no-volume.is-rtl.flowplayer .fp-timeline {
  margin-left: 95px;
}
.no-mute.is-rtl.flowplayer .fp-timeline {
  margin-left: 130px;
}
.no-mute.no-volume.is-rtl.flowplayer .fp-timeline {
  margin-left: 55px;
}
.is-long.flowplayer .fp-timeline {
  margin: 0 255px 0 85px;
}
.no-volume.is-long.flowplayer .fp-timeline {
  margin-right: 180px;
}
.no-mute.is-long.flowplayer .fp-timeline {
  margin-right: 140px;
}
.has-menu.is-long.flowplayer .fp-timeline {
  margin-right: 292px;
}
.no-brand.is-long.flowplayer .fp-timeline {
  margin-right: 190px;
}
.no-volume.no-brand.is-long.flowplayer .fp-timeline {
  margin-right: 125px;
}
.no-mute.no-brand.is-long.flowplayer .fp-timeline {
  margin-right: 85px;
}
.has-menu.no-brand.is-long.flowplayer .fp-timeline {
  margin-right: 227px;
}
.is-rtl.is-long.flowplayer .fp-timeline {
  margin: 85px 0 190px 0;
}
.no-volume.is-rtl.is-long.flowplayer .fp-timeline {
  margin-left: 125px;
}
.no-mute.is-rtl.is-long.flowplayer .fp-timeline {
  margin-left: 85px;
}
.aside-time.flowplayer .fp-timeline,
.no-time.flowplayer .fp-timeline {
  margin: 0 190px 0 10px;
}
.has-menu.aside-time.flowplayer .fp-timeline,
.has-menu.no-time.flowplayer .fp-timeline {
  margin-right: 227px;
}
.aside-time.no-brand.flowplayer .fp-timeline {
  margin-right: 115px;
}
.aside-time.no-volume.flowplayer .fp-timeline,
.no-time.no-volume.flowplayer .fp-timeline {
  margin-right: 115px;
}
.aside-time.no-mute.flowplayer .fp-timeline,
.no-time.no-mute.flowplayer .fp-timeline {
  margin-right: 75px;
}
.is-rtl.aside-time.flowplayer .fp-timeline,
.is-rtl.no-time.flowplayer .fp-timeline {
  margin: 0 10px 0 115px;
}
.is-rtl.aside-time.no-volume.flowplayer .fp-timeline,
.is-rtl.no-time.no-volume.flowplayer .fp-timeline {
  margin-left: 50px;
}
.is-rtl.aside-time.no-mute.flowplayer .fp-timeline,
.is-rtl.no-time.no-mute.flowplayer .fp-timeline {
  margin-left: 10px;
}
.flowplayer .fp-buffer,
.flowplayer .fp-progress {
  position: absolute;
  top: 0;
  left: auto;
  height: 100%;
  cursor: col-resize;
}
.flowplayer .fp-buffer {
  -webkit-transition: width .25s linear;
  -moz-transition: width .25s linear;
  transition: width 0.25s linear;
}
.flowplayer .fp-timeline.no-animation .fp-buffer {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.flowplayer .fp-progress.animated {
  transition-timing-function: linear;
  transition-property: width, height;
}
.flowplayer.is-touch .fp-timeline {
  overflow: visible;
}
.flowplayer.is-touch .fp-progress {
  -webkit-transition: width .2s linear;
  -moz-transition: width .2s linear;
  transition: width .2s linear;
  box-sizing: border-box;
}
.flowplayer.is-touch .fp-timeline.is-dragging .fp-progress {
  -webkit-transition: right .1s linear,border .1s linear,top .1s linear,left .1s linear;
  -moz-transition: right .1s linear,border .1s linear,top .1s linear,left .1s linear;
  transition: right 0.1s linear, border 0.1s linear, top 0.1s linear, left 0.1s linear;
}
.flowplayer.is-touch.is-mouseover .fp-progress:after,
.flowplayer.is-touch.is-mouseover .fp-progress:before {
  content: '';
  box-sizing: border-box;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  right: -5px;
}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after,
.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:before {
  right: auto;
  left: -5px;
}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after {
  left: -10px;
  -webkit-box-shadow: -1px 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 0 4px rgba(0, 0, 0, 0.5);
}
.flowplayer.is-touch.is-mouseover .fp-progress:before {
  width: 10px;
  height: 10px;
}
.flowplayer.is-touch.is-mouseover .fp-progress:after {
  height: 18px;
  width: 18px;
  top: -4px;
  right: -10px;
  border: 5px solid rgba(255, 255, 255, 0.65);
  -webkit-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.5);
}
.flowplayer.is-touch.is-mouseover .fp-timeline.is-dragging .fp-progress:after {
  border: 10px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
  top: -5px;
  right: -10px;
}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-timeline.is-dragging .fp-progress:after {
  left: -15px;
  right: auto;
  border: 10px solid #ffffff;
}
.flowplayer .fp-volume {
  position: absolute;
  height: 6px;
  bottom: 12px;
  right: 10px;
}
.has-menu.flowplayer .fp-volume {
  right: 37px;
}
.is-rtl.flowplayer .fp-volume {
  right: auto;
  left: 10px;
}
.is-rtl.has-menu.flowplayer .fp-volume {
  left: 37px;
}
.flowplayer .fp-mute {
  position: relative;
  width: 30px;
  height: 30px;
  float: left;
  top: -12px;
  cursor: pointer;
}
.is-rtl.flowplayer .fp-mute {
  float: right;
}
.no-mute.flowplayer .fp-mute {
  display: none;
}
.flowplayer .fp-volumeslider {
  width: 75px;
  height: 6px;
  cursor: col-resize;
  float: left;
}
.is-rtl.flowplayer .fp-volumeslider {
  float: right;
}
.no-volume.flowplayer .fp-volumeslider {
  display: none;
}
.flowplayer .fp-volumelevel {
  height: 100%;
}
.flowplayer .fp-time {
  text-shadow: 0 0 1px #000;
  font-size: 11px;
  font-weight: normal;
  font-family: 'myriad pro', Helvetica, Arial, sans-serif !important;
  color: #fff;
  width: 100%;
}
.flowplayer .fp-time.is-inverted .fp-duration {
  display: none;
}
.flowplayer .fp-time.is-inverted .fp-remaining {
  display: inline;
}
.flowplayer .fp-time em {
  width: 35px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  position: absolute;
  bottom: 9px;
}
.no-time.flowplayer .fp-time {
  display: none;
}
.is-long.flowplayer .fp-time em {
  width: 65px;
}
.flowplayer .fp-elapsed {
  left: 10px;
}
.is-rtl.flowplayer .fp-elapsed {
  left: auto;
  right: 10px;
}
.flowplayer .fp-remaining,
.flowplayer .fp-duration {
  right: 180px;
  color: #eee;
}
.no-brand.flowplayer .fp-remaining,
.no-brand.flowplayer .fp-duration {
  right: 125px;
}
.has-menu.no-brand.flowplayer .fp-remaining,
.has-menu.no-brand.flowplayer .fp-duration {
  right: 152px;
}
.no-volume.no-brand.flowplayer .fp-remaining,
.no-volume.no-brand.flowplayer .fp-duration {
  right: 50px;
}
.no-mute.no-brand.flowplayer .fp-remaining,
.no-mute.no-brand.flowplayer .fp-duration {
  right: 95px;
}
.no-mute.no-volume.no-brand.flowplayer .fp-remaining,
.no-mute.no-volume.no-brand.flowplayer .fp-duration {
  right: 10px;
}
.has-menu.flowplayer .fp-remaining,
.has-menu.flowplayer .fp-duration {
  right: 217px;
}
.no-volume.flowplayer .fp-remaining,
.no-volume.flowplayer .fp-duration {
  right: 115px;
}
.no-mute.flowplayer .fp-remaining,
.no-mute.flowplayer .fp-duration {
  right: 160px;
}
.no-mute.no-volume.flowplayer .fp-remaining,
.no-mute.no-volume.flowplayer .fp-duration {
  right: 75px;
}
.has-menu.no-mute.no-volume.flowplayer .fp-remaining,
.has-menu.no-mute.no-volume.flowplayer .fp-duration {
  right: 112px;
}
.is-rtl.flowplayer .fp-remaining,
.is-rtl.flowplayer .fp-duration {
  right: auto;
  left: 180px;
}
.no-brand.is-rtl.flowplayer .fp-remaining,
.no-brand.is-rtl.flowplayer .fp-duration {
  left: 115px;
}
.has-menu.no-brand.is-rtl.flowplayer .fp-remaining,
.has-menu.no-brand.is-rtl.flowplayer .fp-duration {
  left: 142px;
}
.has-menu.is-rtl.flowplayer .fp-remaining,
.has-menu.is-rtl.flowplayer .fp-duration {
  left: 227px;
}
.no-volume.is-rtl.flowplayer .fp-remaining,
.no-volume.is-rtl.flowplayer .fp-duration {
  left: 50px;
}
.no-mute.is-rtl.flowplayer .fp-remaining,
.no-mute.is-rtl.flowplayer .fp-duration {
  left: 95px;
}
.no-mute.no-volume.is-rtl.flowplayer .fp-remaining,
.no-mute.no-volume.is-rtl.flowplayer .fp-duration {
  left: 10px;
}
.flowplayer .fp-remaining {
  display: none;
}
.flowplayer.aside-time .fp-time {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: auto !important;
  width: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  height: 30px;
  padding: 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
}
.no-background.flowplayer.aside-time .fp-time {
  background-color: transparent !important;
}
.flowplayer.aside-time .fp-time strong,
.flowplayer.aside-time .fp-time em {
  position: static;
}
.flowplayer.aside-time .fp-time .fp-elapsed::after {
  content: ' / ';
}
.flowplayer.is-splash,
.flowplayer.is-poster {
  cursor: pointer;
}
.flowplayer.is-splash .fp-controls,
.flowplayer.is-poster .fp-controls,
.flowplayer.is-splash .fp-fullscreen,
.flowplayer.is-poster .fp-fullscreen,
.flowplayer.is-splash .fp-unload,
.flowplayer.is-poster .fp-unload,
.flowplayer.is-splash .fp-time,
.flowplayer.is-poster .fp-time,
.flowplayer.is-splash .fp-embed,
.flowplayer.is-poster .fp-embed,
.flowplayer.is-splash .fp-title,
.flowplayer.is-poster .fp-title,
.flowplayer.is-splash .fp-brand,
.flowplayer.is-poster .fp-brand {
  display: none !important;
}
.flowplayer.is-poster .fp-engine {
  top: -9999em;
}
.flowplayer.is-loading .fp-waiting {
  display: block;
}
.flowplayer.is-loading .fp-controls,
.flowplayer.is-loading .fp-time {
  display: none;
}
.flowplayer.is-loading .fp-ui {
  background-position: -9999em;
}
.flowplayer.is-loading video.fp-engine {
  position: absolute;
  top: -9999em;
}
.flowplayer.is-seeking .fp-waiting {
  display: block;
}
.flowplayer.is-playing {
  background-image: none !important;
  background-color: #333;
}
.flowplayer.is-playing.hls-fix.is-finished .fp-engine {
  position: absolute;
  top: -9999em;
}
.flowplayer.is-fullscreen {
  top: 0 !important;
  left: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  z-index: 99999 !important;
  -webkit-box-shadow: 0 !important;
  -moz-box-shadow: 0 !important;
  box-shadow: 0 !important;
  background-image: none !important;
  background-color: #333;
}
.is-rtl.flowplayer.is-fullscreen {
  left: auto !important;
  right: 0 !important;
}
.flowplayer.is-fullscreen .fp-player {
  background-color: #333333;
}
.flowplayer.is-error {
  border: 1px solid #909090;
  background: #fdfdfd !important;
}
.flowplayer.is-error h2 {
  font-weight: bold;
  font-size: large;
  margin-top: 10%;
}
.flowplayer.is-error .fp-message {
  display: block;
}
.flowplayer.is-error object,
.flowplayer.is-error video,
.flowplayer.is-error .fp-controls,
.flowplayer.is-error .fp-time,
.flowplayer.is-error .fp-subtitle {
  display: none;
}
.flowplayer.is-ready.is-muted .fp-mute {
  opacity: .7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.flowplayer.is-ready.is-muted .fp-mute:before {
  content: "\e605";
}
.flowplayer.is-mouseout .fp-controls {
  height: 0;
  -webkit-transition: height .15s .3s;
  -moz-transition: height .15s .3s;
  transition: height 0.15s 0.3s;
}
.is-fullscreen.flowplayer.is-mouseout .fp-controls {
  height: 3px;
  bottom: 0;
}
.flowplayer.is-mouseout .fp-title {
  overflow: hidden;
}
.flowplayer.is-mouseout .fp-timeline {
  margin: 0 !important;
}
.flowplayer.is-mouseout .fp-timeline {
  -webkit-transition: height .15s .3s,top .15s .3s,margin .15s .3s;
  -moz-transition: height .15s .3s,top .15s .3s,margin .15s .3s;
  transition: height .15s .3s,top .15s .3s,margin .15s .3s;
  height: 4px;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.flowplayer.is-mouseout .fp-fullscreen,
.flowplayer.is-mouseout .fp-unload,
.flowplayer.is-mouseout .fp-elapsed,
.flowplayer.is-mouseout .fp-remaining,
.flowplayer.is-mouseout .fp-duration,
.flowplayer.is-mouseout .fp-embed,
.flowplayer.is-mouseout .fp-title,
.flowplayer.is-mouseout .fp-volume,
.flowplayer.is-mouseout .fp-play,
.flowplayer.is-mouseout .fp-menu,
.flowplayer.is-mouseout .fp-brand,
.flowplayer.is-mouseout .fp-timeline-tooltip,
.flowplayer.is-mouseout.aside-time .fp-time {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity .15s .3s;
  -moz-transition: opacity .15s .3s;
  transition: opacity 0.15s 0.3s;
}
.flowplayer.is-mouseover .fp-controls,
.flowplayer.fixed-controls .fp-controls {
  height: 30px;
}
.flowplayer.is-mouseover .fp-title,
.flowplayer.fixed-controls .fp-title {
  height: 30px;
}
.flowplayer.is-mouseover .fp-fullscreen,
.flowplayer.fixed-controls .fp-fullscreen,
.flowplayer.is-mouseover .fp-unload,
.flowplayer.fixed-controls .fp-unload,
.flowplayer.is-mouseover .fp-elapsed,
.flowplayer.fixed-controls .fp-elapsed,
.flowplayer.is-mouseover .fp-remaining,
.flowplayer.fixed-controls .fp-remaining,
.flowplayer.is-mouseover .fp-duration,
.flowplayer.fixed-controls .fp-duration,
.flowplayer.is-mouseover .fp-embed,
.flowplayer.fixed-controls .fp-embed,
.flowplayer.is-mouseover .fp-logo,
.flowplayer.fixed-controls .fp-logo,
.flowplayer.is-mouseover .fp-volume,
.flowplayer.fixed-controls .fp-volume,
.flowplayer.is-mouseover .fp-play,
.flowplayer.fixed-controls .fp-play,
.flowplayer.is-mouseover .fp-menu,
.flowplayer.fixed-controls .fp-menu {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer.fixed-controls .fp-volume {
  display: block;
}
.flowplayer.fixed-controls .fp-controls {
  bottom: -30px;
}
.is-fullscreen.flowplayer.fixed-controls .fp-controls {
  bottom: 0;
}
.flowplayer.fixed-controls .fp-time em {
  bottom: -20px;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.is-fullscreen.flowplayer.fixed-controls .fp-time em {
  bottom: 10px;
}
.flowplayer.is-disabled .fp-progress {
  background-color: #999999;
}
.flowplayer.is-flash-disabled {
  background-color: #333;
}
.flowplayer.is-flash-disabled object.fp-engine {
  z-index: 100;
}
.flowplayer.is-flash-disabled .fp-flash-disabled {
  display: block;
  z-index: 101;
}
.flowplayer .fp-embed {
  position: absolute;
  top: 10px;
  left: auto;
  right: 50px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
}
.is-rtl.flowplayer .fp-embed {
  right: auto;
  left: 50px;
}
.flowplayer .fp-embed-code {
  position: absolute;
  display: none;
  top: 10px;
  right: 67px;
  background-color: #333;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px #ccc;
  -moz-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  font-size: 12px;
}
.is-closeable.flowplayer .fp-embed-code {
  right: 99px;
}
.flowplayer .fp-embed-code:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 2px;
  right: -10px;
  border: 5px solid transparent;
  border-left-color: #333333;
}
.is-rtl.flowplayer .fp-embed-code {
  right: auto;
  left: 67px;
}
.is-rtl.flowplayer .fp-embed-code:before {
  right: auto;
  left: -10px;
  border-left-color: transparent;
  border-right-color: #333333;
}
.flowplayer .fp-embed-code textarea {
  width: 400px;
  height: 16px;
  font-family: monaco, "courier new", verdana;
  color: #777;
  white-space: nowrap;
  resize: none;
  overflow: hidden;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #cccccc;
}
.flowplayer .fp-embed-code label {
  display: block;
  color: #999999;
}
.flowplayer.is-embedding .fp-embed,
.flowplayer.is-embedding .fp-embed-code {
  display: block;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer.no-time .fp-embed {
  left: 10px !important;
}
.is-rtl.flowplayer.no-time .fp-embed {
  left: auto;
  right: 10px !important;
}
.flowplayer.is-live .fp-timeline,
.flowplayer.is-live .fp-duration,
.flowplayer.is-live .fp-remaining {
  display: none;
}
.flowplayer .fp-context-menu {
  position: absolute;
  display: none;
  z-index: 1001;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 0 4px #888;
  -moz-box-shadow: 0 0 4px #888;
  box-shadow: 0 0 4px #888;
  width: 170px;
}
.flowplayer .fp-context-menu li {
  text-align: center !important;
  padding: 10px;
  color: #444 !important;
  font-size: 11px !important;
  margin: 0 -10px 0 -10px;
}
.flowplayer .fp-context-menu li a {
  color: #00a7c8 !important;
  font-size: 12.1px !important;
}
.flowplayer .fp-context-menu li:hover:not(.copyright) {
  background-color: #eeeeee;
}
.flowplayer .fp-context-menu li.copyright {
  margin: 0;
  padding-left: 110px;
  background-image: url("../tools/flowplayer/img/flowplayer.png");
  background-repeat: no-repeat;
  background-size: 100px 20px;
  background-position: 5px 5px;
  border-bottom: 1px solid #bbb;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .flowplayer .fp-context-menu li.copyright {
    background-image: url("../tools/flowplayer/img/flowplayer@2x.png");
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.flowplayer.is-touch.is-mouseover .fp-progress:before {
  background-color: #00a7c8;
}
.flowplayer .fp-title {
  position: absolute;
  top: 10px;
  left: 10px;
}
.is-rtl.flowplayer .fp-title {
  left: auto;
  right: 10px;
}
.flowplayer .fp-title,
.flowplayer .fp-unload,
.flowplayer .fp-fullscreen,
.flowplayer .fp-embed {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.flowplayer .fp-embed-code {
  right: 85px;
}
.is-closeable.flowplayer .fp-embed-code {
  right: 125px;
}
.is-rtl.flowplayer .fp-embed-code {
  right: auto;
  left: 85px;
}
.flowplayer.is-mouseout .fp-menu {
  display: none;
}
.flowplayer.is-mouseout .fp-controls {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-animation: functional-controls-hide 1s 1;
  -moz-animation: functional-controls-hide 1s 1;
  animation: functional-controls-hide 1s 1;
}
.flowplayer.is-mouseout .fp-timeline {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.flowplayer.is-mouseout .fp-volume,
.flowplayer.is-mouseout .fp-brand,
.flowplayer.is-mouseout .fp-play,
.flowplayer.is-mouseout .fp-time {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.flowplayer.fixed-controls .fp-elapsed,
.flowplayer.fixed-controls.is-mouseover .fp-elapsed {
  left: 50px;
}
.flowplayer.fixed-controls .fp-controls,
.flowplayer.fixed-controls.is-mouseover .fp-controls {
  bottom: -30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  left: 0;
  right: 0;
}
.is-fullscreen.flowplayer.fixed-controls .fp-controls,
.is-fullscreen.flowplayer.fixed-controls.is-mouseover .fp-controls {
  bottom: 0;
}
.flowplayer.fixed-controls .fp-controls .fp-play,
.flowplayer.fixed-controls.is-mouseover .fp-controls .fp-play {
  left: 10px;
}
.flowplayer.fixed-controls .fp-controls .fp-timeline,
.flowplayer.fixed-controls.is-mouseover .fp-controls .fp-timeline {
  margin-left: 95px;
}
.is-long.flowplayer.fixed-controls .fp-controls .fp-timeline,
.is-long.flowplayer.fixed-controls.is-mouseover .fp-controls .fp-timeline {
  margin-left: 125px;
}
.flowplayer.is-mouseover .fp-controls {
  bottom: 10px;
  left: 50px;
  right: 10px;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.is-rtl.flowplayer.is-mouseover .fp-controls {
  left: 10px;
  right: 50px;
}
.flowplayer.is-mouseover .fp-controls .fp-play {
  left: -40px;
  display: block;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  width: 30px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.is-rtl.flowplayer.is-mouseover .fp-controls .fp-play {
  left: auto;
  right: -40px;
}
.flowplayer.is-mouseover .fp-controls .fp-timeline {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.flowplayer.is-mouseover .fp-controls .fp-timeline .fp-progress,
.flowplayer.is-mouseover .fp-controls .fp-timeline .fp-buffer {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.flowplayer.is-mouseover .fp-controls .fp-menu .fp-dropdown {
  bottom: 35px;
  left: auto;
  right: -10px;
}
.is-rtl.flowplayer.is-mouseover .fp-controls .fp-menu .fp-dropdown {
  right: auto;
  left: -10px;
}
.flowplayer.is-mouseover .fp-controls .fp-menu .fp-dropdown:before {
  display: none;
}
.flowplayer.is-mouseover .fp-controls li {
  border-color: #000;
}
.flowplayer.is-mouseover .fp-controls li.active {
  border-color: #00a7c8;
}
.flowplayer.is-mouseover .fp-controls li:last-child:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 0;
  right: 10px;
  border-bottom: none;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: inherit;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.is-rtl.flowplayer.is-mouseover .fp-controls li:last-child:before {
  right: auto;
  left: 10px;
}
.flowplayer .fp-elapsed,
.flowplayer.play-button .fp-elapsed {
  left: 60px;
}
.is-rtl.flowplayer .fp-elapsed,
.is-rtl.flowplayer.play-button .fp-elapsed {
  right: 60px;
  left: auto;
}
.flowplayer .fp-time em {
  bottom: 19px;
}
@-moz-keyframes functional-controls-hide {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  100% {
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
@-webkit-keyframes functional-controls-hide {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  100% {
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
@-o-keyframes functional-controls-hide {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  100% {
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
@-ms-keyframes functional-controls-hide {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  100% {
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
@keyframes functional-controls-hide {
  0% {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  100% {
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
#lsevent-streams .lsevent-s-tabs {
  display: none;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #363a41;
  margin-bottom: 2px;
}
#lsevent-streams .lsevent-s-tabs .lsevent-s-tab {
  float: right;
  padding: 8px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
  margin-left: 3px;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background: #cfd7e2;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjY2ZkN2UyIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjOWFhMWE5IiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #cfd7e2 0%, #9aa1a9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfd7e2), color-stop(100%, #9aa1a9));
  background: -webkit-linear-gradient(top, #cfd7e2 0%, #9aa1a9 100%);
  background: -o-linear-gradient(top, #cfd7e2 0%, #9aa1a9 100%);
  background: -ms-linear-gradient(top, #cfd7e2 0%, #9aa1a9 100%);
  background: linear-gradient(to bottom, #cfd7e2 0%, #9aa1a9 100%);
  filter: none;
  color: #000;
}
#lsevent-streams .lsevent-s-tabs .lsevent-s-tab.active {
  background: #2eb2fc;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmViMmZjIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDg4YmRkIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2eb2fc), color-stop(100%, #088bdd));
  background: -webkit-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -o-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -ms-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: linear-gradient(to bottom, #2eb2fc 0%, #088bdd 100%);
  filter: none;
  color: #fff;
}
#lsevent-streams .lsevent-s-tabs .lsevent-s-tab.active:active {
  background: #2eb2fc;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmViMmZjIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDg4YmRkIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2eb2fc), color-stop(100%, #088bdd));
  background: -webkit-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -o-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -ms-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: linear-gradient(to bottom, #2eb2fc 0%, #088bdd 100%);
  filter: none;
}
#lsevent-streams .lsevent-s-tabs .lsevent-s-tab.active:hover {
  background: #2eb2fc;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMmViMmZjIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDg4YmRkIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2eb2fc), color-stop(100%, #088bdd));
  background: -webkit-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -o-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: -ms-linear-gradient(top, #2eb2fc 0%, #088bdd 100%);
  background: linear-gradient(to bottom, #2eb2fc 0%, #088bdd 100%);
  filter: none;
}
#lsevent-streams .lsevent-s-tabs .lsevent-s-tab:active {
  background: #9ca2ab;
}
#lsevent-streams .lsevent-s-tabs .lsevent-s-tab:hover {
  background: #cacbcc;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzc0MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjY2FjYmNjIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjZWFlZWYzIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc0MykiLz48L3N2Zz4=);
  background: -moz-linear-gradient(top, #cacbcc 0%, #eaeef3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cacbcc), color-stop(100%, #eaeef3));
  background: -webkit-linear-gradient(top, #cacbcc 0%, #eaeef3 100%);
  background: -o-linear-gradient(top, #cacbcc 0%, #eaeef3 100%);
  background: -ms-linear-gradient(top, #cacbcc 0%, #eaeef3 100%);
  background: linear-gradient(to bottom, #cacbcc 0%, #eaeef3 100%);
  filter: none;
}
#lsevent-streams.live-channel .lsevent-s-tabs {
  display: block;
}
#lsevent-streams .lsevent-s-content {
  width: 100%;
}
#lsevent-streams .lsevent-s-content .lsevent-s-area {
  display: none;
  text-align: center;
}
#lsevent-streams .lsevent-s-content .lsevent-s-area.active {
  display: block;
}
#lsevent-streams .lsevent-s-content .lsevent-s-area #seh-videoplayer {
  width: 100%;
  max-width: 720px;
  height: 408px;
  margin: 0 auto;
}
#lsevent-streams .lsevent-s-content .lsevent-s-area #seh-videoplayer video {
  width: 100%;
  height: 100%;
}
#bs-videoplayer {
  width: 280px;
  height: 156px;
  margin-bottom: 5px;
  display: none;
}
#bs-videoplayer.is-active {
  display: block;
}
#bs-videoplayer video {
  width: 280px;
  height: 100%;
}
.video-live-channel {
  position: relative;
  background: url("../../images/streamposter.jpg") no-repeat center;
  background-size: cover;
}
.video-live-channel .vjs-fullscreen-control {
  display: none;
}
.video-live-channel .vjs-default-skin .vjs-volume-control {
  margin-right: 20px;
}
.video-live-channel object {
  -webkit-transform: translateZ(0);
}
.video-live-channel .fp-player {
  background: url("../../images/streamposter.jpg") no-repeat center;
  background-size: cover;
}
.stream-locked {
  width: 100%;
  max-width: 720px;
  height: 300px;
  margin: 0 auto;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  position: relative;
  color: #cccccc;
  background: url("../../images/streamposter.jpg") no-repeat center;
  background-size: cover;
}
.stream-locked span {
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
  width: 100%;
  padding: 0px 40px;
  top: 66%;
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
}
#aside .stream-locked {
  width: 280px;
  height: 155px;
  margin-bottom: 5px;
}
#aside .stream-locked span {
  font-size: 12px;
  padding: 0px 10px;
}
@media screen and (max-width: 1617px) {
  #wrapper.pagetype-live-betting .pushboxAside {
    display: none;
  }
  #aside.floating {
    position: relative;
    margin: 0px;
    margin-bottom: 30px;
    width: 1px;
    overflow: visible;
    z-index: 1000;
  }
  #aside.floating .aside-join-button {
    display: none !important;
  }
  #aside.floating #slip {
    width: 280px;
    position: relative;
    left: -281px;
    top: -6px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    margin-bottom: 24px;
  }
  #aside.floating #slip.open {
    -moz-box-shadow: 0px 0px 0px 10px rgba(28, 30, 33, 0.7);
    -webkit-box-shadow: 0px 0px 0px 10px rgba(28, 30, 33, 0.7);
    box-shadow: 0px 0px 0px 10px rgba(28, 30, 33, 0.7);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #aside.floating.detached #slip {
    -moz-box-shadow: 0px 0px 0px 10px rgba(28, 30, 33, 0.7);
    -webkit-box-shadow: 0px 0px 0px 10px rgba(28, 30, 33, 0.7);
    box-shadow: 0px 0px 0px 10px rgba(28, 30, 33, 0.7);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #aside.floating .slip-header {
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
  }
  #aside.floating .aside-pushbox {
    display: none;
  }
  #aside.floating .pushbox-separator {
    display: none;
  }
  /*.tab-overview {
        .live-tabs { width: 100%; position: absolute; top: 0px; left: 0px; }
        .live-overview-sports { margin-top: 90px; }
        .live-tabs.fixed {
            position: fixed;
            top: 0px;
            background: #1C1E21;
            width: 100%;
            z-index: 1000;
            margin-top: 0px;
            padding-top: 24px;
            height: 73px;
            padding-left: 30px;
        }
    }*/
}
@media screen and (max-width: 1368px) {
  .pb-content-container {
    padding-right: 30px;
  }
  .internal-page .layout-column table.payment {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .bet-section-title {
    padding-top: 14px;
    font-size: 25px;
    line-height: 29px;
    padding-right: 36px;
  }
  #bbw-logo {
    left: 15px;
  }
  .nav-settings-select.lang,
  #chat-button {
    margin-right: 15px;
  }
  #header-nav {
    padding-left: 15px;
  }
  #wrapper {
    padding-left: 15px;
  }
  .internal-page #wrapper {
    padding-right: 15px;
  }
  .tree {
    margin-right: 15px;
  }
  #aside {
    margin-left: 15px;
    margin-right: 15px;
  }
  .eoc-odds {
    width: 40px;
  }
  .eoc-bets {
    width: 129px;
  }
  .live-overview-sport-header-bets {
    width: 131px;
  }
  .banner-centered {
    left: 226px;
  }
  .pb-content-container {
    padding-right: 15px;
  }
  #banner .pb-center {
    padding-left: 225px;
    padding-right: 315px;
  }
  .stream-locked span {
    font-size: 18px;
  }
}
/* flags  */
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-ad {
  background-image: url(../../images/flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ad.svg);
}
.flag-icon-ae {
  background-image: url(../../images/flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ae.svg);
}
.flag-icon-af {
  background-image: url(../../images/flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../../images/flags/1x1/af.svg);
}
.flag-icon-ag {
  background-image: url(../../images/flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ag.svg);
}
.flag-icon-ai {
  background-image: url(../../images/flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ai.svg);
}
.flag-icon-al {
  background-image: url(../../images/flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../../images/flags/1x1/al.svg);
}
.flag-icon-am {
  background-image: url(../../images/flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../../images/flags/1x1/am.svg);
}
.flag-icon-ao {
  background-image: url(../../images/flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ao.svg);
}
.flag-icon-aq {
  background-image: url(../../images/flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../../images/flags/1x1/aq.svg);
}
.flag-icon-ar {
  background-image: url(../../images/flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ar.svg);
}
.flag-icon-as {
  background-image: url(../../images/flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../../images/flags/1x1/as.svg);
}
.flag-icon-at {
  background-image: url(../../images/flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../../images/flags/1x1/at.svg);
}
.flag-icon-au {
  background-image: url(../../images/flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../../images/flags/1x1/au.svg);
}
.flag-icon-aw {
  background-image: url(../../images/flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../../images/flags/1x1/aw.svg);
}
.flag-icon-ax {
  background-image: url(../../images/flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ax.svg);
}
.flag-icon-az {
  background-image: url(../../images/flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../../images/flags/1x1/az.svg);
}
.flag-icon-ba {
  background-image: url(../../images/flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ba.svg);
}
.flag-icon-bb {
  background-image: url(../../images/flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bb.svg);
}
.flag-icon-bd {
  background-image: url(../../images/flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bd.svg);
}
.flag-icon-be {
  background-image: url(../../images/flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../../images/flags/1x1/be.svg);
}
.flag-icon-bf {
  background-image: url(../../images/flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bf.svg);
}
.flag-icon-bg {
  background-image: url(../../images/flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bg.svg);
}
.flag-icon-bh {
  background-image: url(../../images/flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bh.svg);
}
.flag-icon-bi {
  background-image: url(../../images/flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bi.svg);
}
.flag-icon-bj {
  background-image: url(../../images/flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bj.svg);
}
.flag-icon-bl {
  background-image: url(../../images/flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bl.svg);
}
.flag-icon-bm {
  background-image: url(../../images/flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bm.svg);
}
.flag-icon-bn {
  background-image: url(../../images/flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bn.svg);
}
.flag-icon-bo {
  background-image: url(../../images/flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bo.svg);
}
.flag-icon-bq {
  background-image: url(../../images/flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bq.svg);
}
.flag-icon-br {
  background-image: url(../../images/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../../images/flags/1x1/br.svg);
}
.flag-icon-bs {
  background-image: url(../../images/flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bs.svg);
}
.flag-icon-bt {
  background-image: url(../../images/flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bt.svg);
}
.flag-icon-bv {
  background-image: url(../../images/flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bv.svg);
}
.flag-icon-bw {
  background-image: url(../../images/flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bw.svg);
}
.flag-icon-by {
  background-image: url(../../images/flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../../images/flags/1x1/by.svg);
}
.flag-icon-bz {
  background-image: url(../../images/flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../../images/flags/1x1/bz.svg);
}
.flag-icon-ca {
  background-image: url(../../images/flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ca.svg);
}
.flag-icon-cc {
  background-image: url(../../images/flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cc.svg);
}
.flag-icon-cd {
  background-image: url(../../images/flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cd.svg);
}
.flag-icon-cf {
  background-image: url(../../images/flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cf.svg);
}
.flag-icon-cg {
  background-image: url(../../images/flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cg.svg);
}
.flag-icon-ch {
  background-image: url(../../images/flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ch.svg);
}
.flag-icon-ci {
  background-image: url(../../images/flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ci.svg);
}
.flag-icon-ck {
  background-image: url(../../images/flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ck.svg);
}
.flag-icon-cl {
  background-image: url(../../images/flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cl.svg);
}
.flag-icon-cm {
  background-image: url(../../images/flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cm.svg);
}
.flag-icon-cn {
  background-image: url(../../images/flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cn.svg);
}
.flag-icon-co {
  background-image: url(../../images/flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../../images/flags/1x1/co.svg);
}
.flag-icon-cr {
  background-image: url(../../images/flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cr.svg);
}
.flag-icon-cu {
  background-image: url(../../images/flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cu.svg);
}
.flag-icon-cv {
  background-image: url(../../images/flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cv.svg);
}
.flag-icon-cw {
  background-image: url(../../images/flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cw.svg);
}
.flag-icon-cx {
  background-image: url(../../images/flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cx.svg);
}
.flag-icon-cy {
  background-image: url(../../images/flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cy.svg);
}
.flag-icon-cz {
  background-image: url(../../images/flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../../images/flags/1x1/cz.svg);
}
.flag-icon-de {
  background-image: url(../../images/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../../images/flags/1x1/de.svg);
}
.flag-icon-dj {
  background-image: url(../../images/flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../../images/flags/1x1/dj.svg);
}
.flag-icon-dk {
  background-image: url(../../images/flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../../images/flags/1x1/dk.svg);
}
.flag-icon-dm {
  background-image: url(../../images/flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/dm.svg);
}
.flag-icon-do {
  background-image: url(../../images/flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../../images/flags/1x1/do.svg);
}
.flag-icon-dz {
  background-image: url(../../images/flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../../images/flags/1x1/dz.svg);
}
.flag-icon-ec {
  background-image: url(../../images/flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ec.svg);
}
.flag-icon-ee {
  background-image: url(../../images/flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ee.svg);
}
.flag-icon-eg {
  background-image: url(../../images/flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../../images/flags/1x1/eg.svg);
}
.flag-icon-eh {
  background-image: url(../../images/flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../../images/flags/1x1/eh.svg);
}
.flag-icon-er {
  background-image: url(../../images/flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../../images/flags/1x1/er.svg);
}
.flag-icon-es {
  background-image: url(../../images/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../../images/flags/1x1/es.svg);
}
.flag-icon-et {
  background-image: url(../../images/flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../../images/flags/1x1/et.svg);
}
.flag-icon-fi {
  background-image: url(../../images/flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../../images/flags/1x1/fi.svg);
}
.flag-icon-fj {
  background-image: url(../../images/flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../../images/flags/1x1/fj.svg);
}
.flag-icon-fk {
  background-image: url(../../images/flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../../images/flags/1x1/fk.svg);
}
.flag-icon-fm {
  background-image: url(../../images/flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/fm.svg);
}
.flag-icon-fo {
  background-image: url(../../images/flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../../images/flags/1x1/fo.svg);
}
.flag-icon-fr {
  background-image: url(../../images/flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/fr.svg);
}
.flag-icon-ga {
  background-image: url(../../images/flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ga.svg);
}
.flag-icon-gb {
  background-image: url(../../images/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gb.svg);
}
.flag-icon-gd {
  background-image: url(../../images/flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gd.svg);
}
.flag-icon-ge {
  background-image: url(../../images/flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ge.svg);
}
.flag-icon-gf {
  background-image: url(../../images/flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gf.svg);
}
.flag-icon-gg {
  background-image: url(../../images/flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gg.svg);
}
.flag-icon-gh {
  background-image: url(../../images/flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gh.svg);
}
.flag-icon-gi {
  background-image: url(../../images/flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gi.svg);
}
.flag-icon-gl {
  background-image: url(../../images/flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gl.svg);
}
.flag-icon-gm {
  background-image: url(../../images/flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gm.svg);
}
.flag-icon-gn {
  background-image: url(../../images/flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gn.svg);
}
.flag-icon-gp {
  background-image: url(../../images/flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gp.svg);
}
.flag-icon-gq {
  background-image: url(../../images/flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gq.svg);
}
.flag-icon-gr {
  background-image: url(../../images/flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gr.svg);
}
.flag-icon-gs {
  background-image: url(../../images/flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gs.svg);
}
.flag-icon-gt {
  background-image: url(../../images/flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gt.svg);
}
.flag-icon-gu {
  background-image: url(../../images/flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gu.svg);
}
.flag-icon-gw {
  background-image: url(../../images/flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gw.svg);
}
.flag-icon-gy {
  background-image: url(../../images/flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../../images/flags/1x1/gy.svg);
}
.flag-icon-hk {
  background-image: url(../../images/flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../../images/flags/1x1/hk.svg);
}
.flag-icon-hm {
  background-image: url(../../images/flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/hm.svg);
}
.flag-icon-hn {
  background-image: url(../../images/flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../../images/flags/1x1/hn.svg);
}
.flag-icon-hr {
  background-image: url(../../images/flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/hr.svg);
}
.flag-icon-ht {
  background-image: url(../../images/flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ht.svg);
}
.flag-icon-hu {
  background-image: url(../../images/flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../../images/flags/1x1/hu.svg);
}
.flag-icon-id {
  background-image: url(../../images/flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../../images/flags/1x1/id.svg);
}
.flag-icon-ie {
  background-image: url(../../images/flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ie.svg);
}
.flag-icon-il {
  background-image: url(../../images/flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../../images/flags/1x1/il.svg);
}
.flag-icon-im {
  background-image: url(../../images/flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../../images/flags/1x1/im.svg);
}
.flag-icon-in {
  background-image: url(../../images/flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../../images/flags/1x1/in.svg);
}
.flag-icon-io {
  background-image: url(../../images/flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../../images/flags/1x1/io.svg);
}
.flag-icon-iq {
  background-image: url(../../images/flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../../images/flags/1x1/iq.svg);
}
.flag-icon-ir {
  background-image: url(../../images/flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ir.svg);
}
.flag-icon-is {
  background-image: url(../../images/flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../../images/flags/1x1/is.svg);
}
.flag-icon-it {
  background-image: url(../../images/flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../../images/flags/1x1/it.svg);
}
.flag-icon-je {
  background-image: url(../../images/flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../../images/flags/1x1/je.svg);
}
.flag-icon-jm {
  background-image: url(../../images/flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/jm.svg);
}
.flag-icon-jo {
  background-image: url(../../images/flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../../images/flags/1x1/jo.svg);
}
.flag-icon-jp {
  background-image: url(../../images/flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../../images/flags/1x1/jp.svg);
}
.flag-icon-ke {
  background-image: url(../../images/flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ke.svg);
}
.flag-icon-kg {
  background-image: url(../../images/flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../../images/flags/1x1/kg.svg);
}
.flag-icon-kh {
  background-image: url(../../images/flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../../images/flags/1x1/kh.svg);
}
.flag-icon-ki {
  background-image: url(../../images/flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ki.svg);
}
.flag-icon-km {
  background-image: url(../../images/flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../../images/flags/1x1/km.svg);
}
.flag-icon-kn {
  background-image: url(../../images/flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../../images/flags/1x1/kn.svg);
}
.flag-icon-kp {
  background-image: url(../../images/flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../../images/flags/1x1/kp.svg);
}
.flag-icon-kr {
  background-image: url(../../images/flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/kr.svg);
}
.flag-icon-kw {
  background-image: url(../../images/flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../../images/flags/1x1/kw.svg);
}
.flag-icon-ky {
  background-image: url(../../images/flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ky.svg);
}
.flag-icon-kz {
  background-image: url(../../images/flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../../images/flags/1x1/kz.svg);
}
.flag-icon-la {
  background-image: url(../../images/flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../../images/flags/1x1/la.svg);
}
.flag-icon-lb {
  background-image: url(../../images/flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../../images/flags/1x1/lb.svg);
}
.flag-icon-lc {
  background-image: url(../../images/flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../../images/flags/1x1/lc.svg);
}
.flag-icon-li {
  background-image: url(../../images/flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../../images/flags/1x1/li.svg);
}
.flag-icon-lk {
  background-image: url(../../images/flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../../images/flags/1x1/lk.svg);
}
.flag-icon-lr {
  background-image: url(../../images/flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/lr.svg);
}
.flag-icon-ls {
  background-image: url(../../images/flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ls.svg);
}
.flag-icon-lt {
  background-image: url(../../images/flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(../../images/flags/1x1/lt.svg);
}
.flag-icon-lu {
  background-image: url(../../images/flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../../images/flags/1x1/lu.svg);
}
.flag-icon-lv {
  background-image: url(../../images/flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../../images/flags/1x1/lv.svg);
}
.flag-icon-ly {
  background-image: url(../../images/flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ly.svg);
}
.flag-icon-ma {
  background-image: url(../../images/flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ma.svg);
}
.flag-icon-mc {
  background-image: url(../../images/flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mc.svg);
}
.flag-icon-md {
  background-image: url(../../images/flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../../images/flags/1x1/md.svg);
}
.flag-icon-me {
  background-image: url(../../images/flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../../images/flags/1x1/me.svg);
}
.flag-icon-mf {
  background-image: url(../../images/flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mf.svg);
}
.flag-icon-mg {
  background-image: url(../../images/flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mg.svg);
}
.flag-icon-mh {
  background-image: url(../../images/flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mh.svg);
}
.flag-icon-mk {
  background-image: url(../../images/flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mk.svg);
}
.flag-icon-ml {
  background-image: url(../../images/flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ml.svg);
}
.flag-icon-mm {
  background-image: url(../../images/flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mm.svg);
}
.flag-icon-mn {
  background-image: url(../../images/flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mn.svg);
}
.flag-icon-mo {
  background-image: url(../../images/flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mo.svg);
}
.flag-icon-mp {
  background-image: url(../../images/flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mp.svg);
}
.flag-icon-mq {
  background-image: url(../../images/flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mq.svg);
}
.flag-icon-mr {
  background-image: url(../../images/flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mr.svg);
}
.flag-icon-ms {
  background-image: url(../../images/flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ms.svg);
}
.flag-icon-mt {
  background-image: url(../../images/flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mt.svg);
}
.flag-icon-mu {
  background-image: url(../../images/flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mu.svg);
}
.flag-icon-mv {
  background-image: url(../../images/flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mv.svg);
}
.flag-icon-mw {
  background-image: url(../../images/flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mw.svg);
}
.flag-icon-mx {
  background-image: url(../../images/flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mx.svg);
}
.flag-icon-my {
  background-image: url(../../images/flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../../images/flags/1x1/my.svg);
}
.flag-icon-mz {
  background-image: url(../../images/flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../../images/flags/1x1/mz.svg);
}
.flag-icon-na {
  background-image: url(../../images/flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../../images/flags/1x1/na.svg);
}
.flag-icon-nc {
  background-image: url(../../images/flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../../images/flags/1x1/nc.svg);
}
.flag-icon-ne {
  background-image: url(../../images/flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ne.svg);
}
.flag-icon-nf {
  background-image: url(../../images/flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../../images/flags/1x1/nf.svg);
}
.flag-icon-ng {
  background-image: url(../../images/flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ng.svg);
}
.flag-icon-ni {
  background-image: url(../../images/flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ni.svg);
}
.flag-icon-nl {
  background-image: url(../../images/flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../../images/flags/1x1/nl.svg);
}
.flag-icon-no {
  background-image: url(../../images/flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(../../images/flags/1x1/no.svg);
}
.flag-icon-np {
  background-image: url(../../images/flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../../images/flags/1x1/np.svg);
}
.flag-icon-nr {
  background-image: url(../../images/flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/nr.svg);
}
.flag-icon-nu {
  background-image: url(../../images/flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../../images/flags/1x1/nu.svg);
}
.flag-icon-nz {
  background-image: url(../../images/flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../../images/flags/1x1/nz.svg);
}
.flag-icon-om {
  background-image: url(../../images/flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../../images/flags/1x1/om.svg);
}
.flag-icon-pa {
  background-image: url(../../images/flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pa.svg);
}
.flag-icon-pe {
  background-image: url(../../images/flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pe.svg);
}
.flag-icon-pf {
  background-image: url(../../images/flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pf.svg);
}
.flag-icon-pg {
  background-image: url(../../images/flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pg.svg);
}
.flag-icon-ph {
  background-image: url(../../images/flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ph.svg);
}
.flag-icon-pk {
  background-image: url(../../images/flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pk.svg);
}
.flag-icon-pl {
  background-image: url(../../images/flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pl.svg);
}
.flag-icon-pm {
  background-image: url(../../images/flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pm.svg);
}
.flag-icon-pn {
  background-image: url(../../images/flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pn.svg);
}
.flag-icon-pr {
  background-image: url(../../images/flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pr.svg);
}
.flag-icon-ps {
  background-image: url(../../images/flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ps.svg);
}
.flag-icon-pt {
  background-image: url(../../images/flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pt.svg);
}
.flag-icon-pw {
  background-image: url(../../images/flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../../images/flags/1x1/pw.svg);
}
.flag-icon-py {
  background-image: url(../../images/flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../../images/flags/1x1/py.svg);
}
.flag-icon-qa {
  background-image: url(../../images/flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../../images/flags/1x1/qa.svg);
}
.flag-icon-re {
  background-image: url(../../images/flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../../images/flags/1x1/re.svg);
}
.flag-icon-ro {
  background-image: url(../../images/flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ro.svg);
}
.flag-icon-rs {
  background-image: url(../../images/flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../../images/flags/1x1/rs.svg);
}
.flag-icon-ru {
  background-image: url(../../images/flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ru.svg);
}
.flag-icon-rw {
  background-image: url(../../images/flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../../images/flags/1x1/rw.svg);
}
.flag-icon-sa {
  background-image: url(../../images/flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sa.svg);
}
.flag-icon-sb {
  background-image: url(../../images/flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sb.svg);
}
.flag-icon-sc {
  background-image: url(../../images/flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sc.svg);
}
.flag-icon-sd {
  background-image: url(../../images/flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sd.svg);
}
.flag-icon-se {
  background-image: url(../../images/flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(../../images/flags/1x1/se.svg);
}
.flag-icon-sg {
  background-image: url(../../images/flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sg.svg);
}
.flag-icon-sh {
  background-image: url(../../images/flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sh.svg);
}
.flag-icon-si {
  background-image: url(../../images/flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(../../images/flags/1x1/si.svg);
}
.flag-icon-sj {
  background-image: url(../../images/flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sj.svg);
}
.flag-icon-sk {
  background-image: url(../../images/flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sk.svg);
}
.flag-icon-sl {
  background-image: url(../../images/flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sl.svg);
}
.flag-icon-sm {
  background-image: url(../../images/flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sm.svg);
}
.flag-icon-sn {
  background-image: url(../../images/flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sn.svg);
}
.flag-icon-so {
  background-image: url(../../images/flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../../images/flags/1x1/so.svg);
}
.flag-icon-sr {
  background-image: url(../../images/flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sr.svg);
}
.flag-icon-ss {
  background-image: url(../../images/flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ss.svg);
}
.flag-icon-st {
  background-image: url(../../images/flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../../images/flags/1x1/st.svg);
}
.flag-icon-sv {
  background-image: url(../../images/flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sv.svg);
}
.flag-icon-sx {
  background-image: url(../../images/flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sx.svg);
}
.flag-icon-sy {
  background-image: url(../../images/flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sy.svg);
}
.flag-icon-sz {
  background-image: url(../../images/flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../../images/flags/1x1/sz.svg);
}
.flag-icon-tc {
  background-image: url(../../images/flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tc.svg);
}
.flag-icon-td {
  background-image: url(../../images/flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../../images/flags/1x1/td.svg);
}
.flag-icon-tf {
  background-image: url(../../images/flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tf.svg);
}
.flag-icon-tg {
  background-image: url(../../images/flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tg.svg);
}
.flag-icon-th {
  background-image: url(../../images/flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../../images/flags/1x1/th.svg);
}
.flag-icon-tj {
  background-image: url(../../images/flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tj.svg);
}
.flag-icon-tk {
  background-image: url(../../images/flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tk.svg);
}
.flag-icon-tl {
  background-image: url(../../images/flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tl.svg);
}
.flag-icon-tm {
  background-image: url(../../images/flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tm.svg);
}
.flag-icon-tn {
  background-image: url(../../images/flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tn.svg);
}
.flag-icon-to {
  background-image: url(../../images/flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../../images/flags/1x1/to.svg);
}
.flag-icon-tr {
  background-image: url(../../images/flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tr.svg);
}
.flag-icon-tt {
  background-image: url(../../images/flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tt.svg);
}
.flag-icon-tv {
  background-image: url(../../images/flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tv.svg);
}
.flag-icon-tw {
  background-image: url(../../images/flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tw.svg);
}
.flag-icon-tz {
  background-image: url(../../images/flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../../images/flags/1x1/tz.svg);
}
.flag-icon-ua {
  background-image: url(../../images/flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ua.svg);
}
.flag-icon-ug {
  background-image: url(../../images/flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ug.svg);
}
.flag-icon-um {
  background-image: url(../../images/flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../../images/flags/1x1/um.svg);
}
.flag-icon-us {
  background-image: url(../../images/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../../images/flags/1x1/us.svg);
}
.flag-icon-uy {
  background-image: url(../../images/flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../../images/flags/1x1/uy.svg);
}
.flag-icon-uz {
  background-image: url(../../images/flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../../images/flags/1x1/uz.svg);
}
.flag-icon-va {
  background-image: url(../../images/flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../../images/flags/1x1/va.svg);
}
.flag-icon-vc {
  background-image: url(../../images/flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../../images/flags/1x1/vc.svg);
}
.flag-icon-ve {
  background-image: url(../../images/flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ve.svg);
}
.flag-icon-vg {
  background-image: url(../../images/flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../../images/flags/1x1/vg.svg);
}
.flag-icon-vi {
  background-image: url(../../images/flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../../images/flags/1x1/vi.svg);
}
.flag-icon-vn {
  background-image: url(../../images/flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../../images/flags/1x1/vn.svg);
}
.flag-icon-vu {
  background-image: url(../../images/flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../../images/flags/1x1/vu.svg);
}
.flag-icon-wf {
  background-image: url(../../images/flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../../images/flags/1x1/wf.svg);
}
.flag-icon-ws {
  background-image: url(../../images/flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ws.svg);
}
.flag-icon-ye {
  background-image: url(../../images/flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../../images/flags/1x1/ye.svg);
}
.flag-icon-yt {
  background-image: url(../../images/flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../../images/flags/1x1/yt.svg);
}
.flag-icon-za {
  background-image: url(../../images/flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../../images/flags/1x1/za.svg);
}
.flag-icon-zm {
  background-image: url(../../images/flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../../images/flags/1x1/zm.svg);
}
.flag-icon-zw {
  background-image: url(../../images/flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../../images/flags/1x1/zw.svg);
}
/* print */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #666;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
/*# sourceMappingURL=main.css.map */