/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

@font-face {
  font-family: 'Play';
  src: url('../fonts/Play-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Play';
  src: url('../fonts/Play-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

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

.hgc-new {
	background-image:url('../img/help/disclaimer_mobile_gr-en.png');
	width:80px;
	height:80px;
	display:inline-block;
	margin-right:30px;
}

.hgc-new-2 {
	display:none;
}
	
/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.orangegrad {
  background: -webkit-gradient(linear, left top, right bottom, from(#ff5d3c), to(#ff8929));
  background: linear-gradient(to bottom right, #ff5d3c 0%, #ff8929);
}

.green-btn-sport {
  background: #61b100;
}

.green-btn-live {
  background: #8ef510;
}

.yellow-btn {
  background: #ffc700;
  color: #333743;
}

.light-blue-btn {
  background: #0ca6e4;
}

.dark-blue-btn {
  background: #333743;
}

.white-btn {
  background: #ffffff;
  color: #333743;
}

.orange-text {
  color: #ff7d2f;
}

.orange-text span {
  background: #ff7d2f;
}

.green-text {
  color: #64b308;
}

.green-text span {
  background: #64b308;
}

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

/* font awsome */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/awsome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/awsome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/awsome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/awsome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/awsome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/awsome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-up {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-arrow-up:before {
  content: "\f063";
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  min-height: 100vh;
  background: #ffffff;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

html:after, html:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: 100%;
  min-height: 100vh;
  font-family: Play, Arial, helvetica, sans-serif;
  margin: 0 auto;
}

@media (max-width: 767px) {
  body.scrolling .sidebar .sticky {
    background: #333743;
  }
}

@media (max-width: 767px) and (max-width: 420px) and (max-height: 736px) {
  body.scrolling .sidebar .sidebar-menu {
    height: calc(100vh - 135px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
}

@media (max-width: 767px) {
  body.scrolling .page .content {
    -webkit-transition: height .3s;
    transition: height .3s;
    height: 100vh !important;
  }
  body.scrolling .page.casino .content, body.scrolling .page.sport .content {
    height: auto !important;
  }
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

a {
  text-decoration: none !important;
}

a:focus, a:active, a:hover {
  text-decoration: none;
  outline: none;
}

button {
  border-radius: 30px;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px;
}

.col-xs-7, .col-xs-5, .col-xs-6, .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

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

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

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

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

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

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

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

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn-row {
  float: left;
}

.cta_btn {
  padding: 8px 5px;
  border-radius: 30px;
  width: 100%;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 993px), (min-height: 901px) {
  .cta_btn {
    padding: 15px 5px;
    font-size: 16px;
  }
}

@media (max-width: 680px) {
  .cta_btn {
    font-size: 14px;
    max-width: 80% !important;
  }
}

.border {
  border: 2px solid #4a4e57;
}

.border:hover {
  border-color: #ff8929;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  height: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #292b37;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 993px) {
  header {
    display: none;
  }
}

header img {
  max-width: 130px;
  width: 100%;
}

.b-wrap {
  width: 100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}

.b-wrap.active {
  background: #333743;
}

.hamburguer {
  width: 30px;
  height: 20px;
  padding: 5px 0;
  border: none;
  background: none;
  position: relative;
}

.hamburguer:before, .hamburguer:after {
  content: "";
  position: absolute;
  height: 4px;
  border-radius: 30px;
  width: 100%;
  background: #ffffff;
  left: 0;
  display: block;
}

.hamburguer:before {
  top: 0;
}

.hamburguer:after {
  bottom: 0;
}

.hamburguer:focus {
  outline: none;
}

.bar {
  width: 80%;
  height: 4px;
  background: #ffffff;
  border-radius: 30px;
  display: block;
}

#wave {
  opacity: 1;
  position: fixed;
  -webkit-backface-visibility: hidden;
  left: 0;
  bottom: 0;
  right: 0;
}

.shapes {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.shapes .cls-1, .shapes .cls-2, .shapes .cls-3 {
  fill-rule: evenodd;
}

.shapes .cls-1 {
  fill: url(#linear-gradient);
  -webkit-filter: url(#filter);
  filter: url(#filter);
}

.shapes .cls-2 {
  fill: #fff;
  opacity: 0.05;
}

.shapes .cls-3, .shapes .cls-5 {
  opacity: 0.05;
}

.shapes .cls-3, .shapes .cls-4, .shapes .cls-5 {
  fill: none;
  stroke: #fff;
}

.shapes .cls-3, .shapes .cls-5 {
  stroke-width: 8px;
}

.shapes .cls-4 {
  stroke-width: 60px;
  opacity: 0.08;
}

#wave {
  bottom: 0;
  opacity: 1;
  fill: #ffffff;
}

.full-page {
  width: 100%;
  position: relative;
}

.sidebar {
  width: 100px;
  display: block;
  position: relative;
  z-index: 1000;
  float: left;
}

.sidebar.close {
  width: 0;
}

.sidebar.close .sticky {
  background: none !important;
  z-index: -5;
}

.sidebar.close .menu-wrap {
  -webkit-transform: translateX(-105px);
  transform: translateX(-105px);
}

@media (min-width: 993px) {
  .sidebar {
    width: 270px;
  }
}

@media (min-width: 1025px) {
  .sidebar {
    width: 320px;
  }
}

.sidebar .block {
  background: #292b37;
  width: 100%;
  text-align: center;
  min-height: 55px;
  padding: 10px 30px;
  display: none;
}

.sidebar .block.logo {
  padding: 40px;
  background: #333743;
}

@media (min-width: 993px) {
  .sidebar .block {
    display: block;
  }
}

.sidebar .block.user-block .cta_btn {
  margin: 10px auto;
}

@media (max-width: 992px) {
  .sidebar .block.user-block {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1035;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: slideUp 0.3s ease forwards;
    animation: slideUp 0.3s ease forwards;
  }
  .sidebar .block.user-block a {
    width: 48%;
    padding: 15px 5px;
  }
}

.sidebar .block img {
  max-width: 170px;
}

.sidebar img {
  width: 100%;
}

.sidebar a {
  color: white;
}

.sidebar p {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.sticky {
  width: 100%;
  height: 100%;
  position: fixed;
  width: 100px;
  padding-top: 55px;
}

@media (min-width: 993px) {
  .sticky {
    width: 270px;
    padding-top: 0;
  }
}

@media (min-width: 1025px) {
  .sticky {
    width: 320px;
  }
}

.menu-wrap {
  background: #333743;
  -webkit-transform: translateX(0);
  transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  height: 100vh;
}

.sidebar-menu {
  overflow-y: auto;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100vh - 130px);
  background: #333743;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

@media (min-width: 993px) {
  .sidebar-menu {
    -webkit-animation: none;
    animation: none;
    height: calc(100vh - 286px);
  }
}

@media (max-width: 420px) and (max-height: 736px) {
  .sidebar-menu {
    height: calc(100vh - 210px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 800px) and (min-height: 1023px), (max-width: 350px) and (max-height: 570px) {
  .sidebar-menu {
    display: block;
  }
  .sidebar-menu .row {
    margin-bottom: 10px;
  }
}

@media (max-width: 800px) and (min-height: 1023px) {
  .sidebar-menu .row {
    margin-top: 10px;
  }
}

.sidebar-menu .row {
  margin-top: 5px;
  margin-bottom: 5px;
}

.sidebar-menu .link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 5px;
  min-height: 55px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #30343f;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  font-size: 12px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: bold;
}

.sidebar-menu .link-item p {
  width: 100%;
}

@media (min-width: 993px) {
  .sidebar-menu .link-item {
    padding: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    font-size: 15px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .sidebar-menu .link-item .icon {
    width: 35px;
  }
}

.sidebar-menu .icon {
  width: 25px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
}

@media (max-width: 375px) {
  .sidebar-menu .icon {
    width: 20px;
  }
}

@media (min-width: 993px) {
  .sidebar-menu {
    padding-left: 30px;
  }
}

.casino-link {
  border-left: 3px solid #fe6b35;
  border-bottom: 3px solid #fe6b35;
}

.casino-link:hover, .casino-link.active {
  background: #fe6b35;
  border-color: #ffffff !important;
}

.casino-link.white {
  background: #ffffff;
  color: #292b37;
  border-color: #fe6b35 !important;
}

.casino-link.white.active {
  background: #ffffff;
  border-color: #fe6b35 !important;
}

.casino-link.white img {
  -webkit-filter: contrast(0) brightness(0.5);
          filter: contrast(0) brightness(0.5);
}

.live-link {
  border-left: 3px solid #8ef510;
  border-bottom: 3px solid #8ef510;
}

.live-link:hover, .live-link.active {
  background: #040308;
}

.sport-link {
  border-left: 3px solid #61b100;
  border-bottom: 3px solid #61b100;
}

.sport-link:hover, .sport-link.active {
  background: #61b100;
}

.sport-link.white {
  background: #ffffff;
  color: #292b37;
}

.sport-link.white img {
  -webkit-filter: contrast(0) brightness(0.5);
          filter: contrast(0) brightness(0.5);
}

.in-play-link:hover, .in-play-link.active {
  background: #ffffff;
  color: #292b37;
}

.in-play-link:hover img, .in-play-link.active img {
  -webkit-filter: contrast(0) brightness(0.5);
          filter: contrast(0) brightness(0.5);
}

.vegas-link img {
  -webkit-filter: brightness(100) saturate(0);
          filter: brightness(100) saturate(0);
}

.vegas-link:hover, .vegas-link.active {
  background: #040308;
  color: #ffc700;
}

.vegas-link:hover img, .vegas-link.active img {
  -webkit-filter: none;
          filter: none;
}

.poker-link img {
  -webkit-filter: brightness(100) saturate(0);
          filter: brightness(100) saturate(0);
}

.poker-link:hover, .poker-link.active {
  background: #040308;
  color: #0ca6e4;
}

.poker-link:hover img, .poker-link.active img {
  -webkit-filter: none;
          filter: none;
}

.virtual-link:hover, .virtual-link.active {
  background: #0ca6e4;
}

.lotto-link:hover, .lotto-link.active {
  background: #d9b22f;
  color: #292b37;
}

.lotto-link:hover img, .lotto-link.active img {
  -webkit-filter: contrast(0) brightness(0.5);
          filter: contrast(0) brightness(0.5);
}

@media (max-height: 410px) {
  .sidebar-menu {
    display: block;
    overflow-y: scroll;
  }
  .link-item {
    margin: 10px 0;
  }
}

.page {
  width: calc(100% - 100px);
  float: right;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-scroll-snap-align: start;
  -webkit-scroll-snap-align: start;
  scroll-snap-align: start;
}

@media (min-width: 993px) {
  .page {
    width: calc(100% - 270px);
  }
}

@media (min-width: 1025px) {
  .page {
    width: calc(100% - 320px);
  }
}

.page img {
  width: 100%;
}

.page .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100vh;
}

@media (max-width: 1024px), (max-height: 900px) {
  .page .content {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media (max-width: 850px) and (min-height: 411px) {
  .page .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 680px) {
  .page .content .box {
    text-align: right !important;
  }
}

.page .btn-row a {
  max-width: 270px;
}

@media (min-width: 1025px) {
  .page .btn-row a {
    font-size: 21px;
  }
}

.page.casino:before, .page.sport:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: -1px;
  left: 0;
  background: url("../img/wave.svg") no-repeat bottom center;
  background-size: 100%;
}

.page .cta_btn {
  padding: 15px 5px;
}

.page.close {
  width: 100vw !important;
}

@media (max-width: 680px) {
  .page.close .box {
    text-align: center !important;
  }
  .page.close .pre-title span:nth-child(2) {
    display: inline-block;
  }
}

.arrow {
  position: absolute;
  bottom: 90px;
  left: 50%;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.arrow:hover {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.48);
}

@media (max-width: 680px) {
  .arrow {
    bottom: 25px;
  }
}

.casino .arrow, .casino-white .arrow {
  color: #ff7d2f;
}

.sport .arrow, .sport-white .arrow {
  color: #61b100;
}

@media (max-width: 680px) {
  .casino-white .arrow, .sport-white .arrow {
    bottom: 75px;
  }
}

p, h1, h3, h4, h5, h6 {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.pre-title {
  font-weight: bold;
  position: relative;
  line-height: 100%;
  text-transform: uppercase;
}

.pre-title span {
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 480px) {
  .pre-title {
    font-size: 2.5vw;
  }
  .pre-title span {
    width: 10px;
  }
}

@media (max-height: 410px) {
  .pre-title {
    font-size: 12px;
  }
}

.slider-title {
  font-weight: bold;
  margin: 20px auto;
  font-size: 42px;
}

@media (max-width: 1024px), (max-height: 850px) {
  .slider-title {
    font-size: 30px;
  }
}

@media (max-width: 680px) {
  .slider-title {
    font-size: 22px;
    margin: 10px auto;
  }
}

@media (max-height: 410px) {
  .slider-title {
    font-size: 16px;
  }
}

.text {
  font-size: 14px;
}

@media (max-width: 1024px), (max-height: 850px) {
  .text {
    font-size: 12px;
  }
}

@media (max-height: 410px) {
  .text {
    font-size: 11px;
  }
}

.btn-row {
  margin: 20px auto;
  width: 100%;
  z-index: 1;
}

@media (max-width: 1024px), (max-height: 850px) {
  .btn-row {
    margin: 10px 0;
  }
}

@media (max-height: 410px) {
  .btn-row .cta_btn {
    font-size: 12px;
  }
}

.disclaimer {
  font-size: 12px;
}

@media (max-width: 1024px), (max-height: 850px) {
  .disclaimer {
    font-size: 8px;
  }
}

.box, .previews-selection, .arrow {
  opacity: 0;
}

.active .section .box, .active .section .previews-selection {
  -webkit-animation: fadeInUp 0.6s ease forwards;
          animation: fadeInUp 0.6s ease forwards;
}

.active .section .box:nth-child(2), .active .section .previews-selection:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@media (max-width: 850px) {
  .active .section .box:nth-child(1), .active .section .previews-selection:nth-child(1) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .active .section .box:nth-child(2), .active .section .previews-selection:nth-child(2) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}

.active .section .arrow {
  -webkit-animation: scaleArrow 0.3s ease 0.9s forwards;
  animation: scaleArrow 0.3s ease 0.9s forwards;
}

.casino-white.active,
.sport-white.active {
  opacity: 1;
}

.casino-white.active .box, .casino-white.active .previews-selection,
.sport-white.active .box,
.sport-white.active .previews-selection {
  -webkit-animation: fadeInUp 0.6s ease 0.3s forwards;
          animation: fadeInUp 0.6s ease 0.3s forwards;
}

.casino-white.active .box:nth-child(2), .casino-white.active .previews-selection:nth-child(2),
.sport-white.active .box:nth-child(2),
.sport-white.active .previews-selection:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@media (max-width: 850px) {
  .casino-white.active .box:nth-child(1), .casino-white.active .previews-selection:nth-child(1),
  .sport-white.active .box:nth-child(1),
  .sport-white.active .previews-selection:nth-child(1) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .casino-white.active .box:nth-child(2), .casino-white.active .previews-selection:nth-child(2),
  .sport-white.active .box:nth-child(2),
  .sport-white.active .previews-selection:nth-child(2) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}

.casino-white.active .arrow,
.sport-white.active .arrow {
  -webkit-animation: scaleArrow 0.3s ease 0.9s forwards;
  animation: scaleArrow 0.3s ease 0.9s forwards;
}

.home .col-xs-12 .box {
  -webkit-animation: fadeInUp 0.6s ease 0.3s forwards;
          animation: fadeInUp 0.6s ease 0.3s forwards;
}

.home .col-xs-12:nth-child(2) .box {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@media (max-width: 850px) {
  .home .col-xs-12:nth-child(1) .box {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .home .col-xs-12:nth-child(2) .box {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}

.home.out .col-xs-12 .box {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.active .vegas .content:before, .active .live .content:before, .active .lotto .content:before, .active .virtual .content:before, .active .poker .content:before {
  -webkit-animation: fadeInPseudoTop 0.6s ease 0.3s forwards;
          animation: fadeInPseudoTop 0.6s ease 0.3s forwards;
}

@media (max-width: 850px) {
  .active .vegas .content:before, .active .live .content:before, .active .lotto .content:before, .active .virtual .content:before, .active .poker .content:before {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}

.active .vegas .box:nth-child(1), .active .live .box:nth-child(1), .active .lotto .box:nth-child(1), .active .virtual .box:nth-child(1), .active .poker .box:nth-child(1) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@media (max-width: 850px) {
  .active .vegas .box:nth-child(1), .active .live .box:nth-child(1), .active .lotto .box:nth-child(1), .active .virtual .box:nth-child(1), .active .poker .box:nth-child(1) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}

.vegas .content:before, .live .content:before, .lotto .content:before, .virtual .content:before, .poker .content:before {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.active .page.out .box, .active .page.out .previews-selection {
  -webkit-animation: fadeInDown 0.3s ease forwards;
          animation: fadeInDown 0.3s ease forwards;
}

.active .page.out .arrow {
  -webkit-animation: fadeInDown 0.3s ease 0.9s forwards;
  animation: fadeInDown 0.3s ease 0.9s forwards;
}

.lotto-block.out, .poker.out, .vegas.out, .virtual.out, .live.out, .vegas.out {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, black 100%);
}

.lotto-block.out .box:nth-child(1), .poker.out .box:nth-child(1), .vegas.out .box:nth-child(1), .virtual.out .box:nth-child(1), .live.out .box:nth-child(1), .vegas.out .box:nth-child(1) {
  opacity: 1;
  -webkit-animation: fadeInDown 0.3s ease forwards;
          animation: fadeInDown 0.3s ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@media (max-width: 850px) {
  .lotto-block.out .box:nth-child(1), .poker.out .box:nth-child(1), .vegas.out .box:nth-child(1), .virtual.out .box:nth-child(1), .live.out .box:nth-child(1), .vegas.out .box:nth-child(1) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}

@media (min-width: 1025px) {
  .lotto-block.out, .poker.out, .vegas.out, .virtual.out, .live.out, .vegas.out {
    background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, black 100%);
  }
  .lotto-block.out:before, .poker.out:before, .vegas.out:before, .virtual.out:before, .live.out:before, .vegas.out:before {
    -webkit-animation: fadeOut 1s ease forwards;
            animation: fadeOut 1s ease forwards;
  }
  .lotto-block.out .content:before, .poker.out .content:before, .vegas.out .content:before, .virtual.out .content:before, .live.out .content:before, .vegas.out .content:before {
    -webkit-animation: fadeInPseudoDown 0.3s ease forwards;
            animation: fadeInPseudoDown 0.3s ease forwards;
  }
  .lotto-block.out .box:nth-child(1), .poker.out .box:nth-child(1), .vegas.out .box:nth-child(1), .virtual.out .box:nth-child(1), .live.out .box:nth-child(1), .vegas.out .box:nth-child(1) {
    opacity: 1;
    -webkit-animation: fadeInDown 0.3s ease forwards;
            animation: fadeInDown 0.3s ease forwards;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}

@media (min-width: 1025px) and (max-width: 850px) {
  .lotto-block.out .box:nth-child(1), .poker.out .box:nth-child(1), .vegas.out .box:nth-child(1), .virtual.out .box:nth-child(1), .live.out .box:nth-child(1), .vegas.out .box:nth-child(1) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}

@media (min-width: 1025px) {
  .has-scroll.out .entry-anim .box, .has-scroll.out .entry-anim .previews-selection {
    -webkit-animation: fadeInDown 0.3s ease forwards;
            animation: fadeInDown 0.3s ease forwards;
  }
  .has-scroll.out .entry-anim .box:nth-child(2), .has-scroll.out .entry-anim .previews-selection:nth-child(2) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}

@media (min-width: 1025px) and (max-width: 850px) {
  .has-scroll.out .entry-anim .box:nth-child(1), .has-scroll.out .entry-anim .previews-selection:nth-child(1) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .has-scroll.out .entry-anim .box:nth-child(2), .has-scroll.out .entry-anim .previews-selection:nth-child(2) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

@media (min-width: 1025px) {
  .has-scroll.out .entry-anim .arrow {
    -webkit-animation: fadeInDown 0.3s ease 0.9s forwards;
    animation: fadeInDown 0.3s ease 0.9s forwards;
  }
  .has-scroll.out .section.out .box, .has-scroll.out .section.out .previews-selection {
    -webkit-animation: fadeInDown 0.3s ease 0.3s forwards;
            animation: fadeInDown 0.3s ease 0.3s forwards;
  }
  .has-scroll.out .section.out .box:nth-child(2), .has-scroll.out .section.out .previews-selection:nth-child(2) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
}

@media (min-width: 1025px) and (max-width: 850px) {
  .has-scroll.out .section.out .box:nth-child(1), .has-scroll.out .section.out .previews-selection:nth-child(1) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .has-scroll.out .section.out .box:nth-child(2), .has-scroll.out .section.out .previews-selection:nth-child(2) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

@media (min-width: 1025px) {
  .has-scroll.out .section.out .arrow {
    -webkit-animation: fadeInDown 0.3s ease 0.9s forwards;
    animation: fadeInDown 0.3s ease 0.9s forwards;
  }
}

@media (max-height: 410px) {
  .page {
    height: auto;
  }
  .content {
    height: auto !important;
  }
}

.home {
  display: block;
  position: relative;
  color: #ffffff;
  background: linear-gradient(87deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.home .anti-cromo span:nth-child(2) {
  display: none;
}

@media (min-width: 681px) {
  .home .anti-cromo span:nth-child(1) {
    display: none;
  }
  .home .anti-cromo span:nth-child(2) {
    display: inline-block;
  }
}

@media (max-width: 680px) {
  .home .slider-title {
    font-size: 18px;
  }
}

@media (max-width: 850px) {
  .home .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.home:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  right: 0;
  background: url("../img/landingpage/General_Casino_BG-2024-cut1.jpg") no-repeat top center;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 13%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 13%);
}

.home:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: 0;
  right: 0;
  background: url("../img/landingpage/General_Sport_BG-2024.jpg") no-repeat bottom center;
  background-size: cover;
  -webkit-clip-path: polygon(0 17%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 17%, 100% 100%, 100% 100%, 0 100%);
}

@media (max-height: 900px) {
  .home:before {
    background-size: 100vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 65%, 0 37%);
    clip-path: polygon(0 0, 100% 0, 100% 65%, 0 37%);
  }
  .home:after {
    background-size: 100vw;
    -webkit-clip-path: polygon(0 40%, 100% 65%, 100% 100%, 0 100%);
    clip-path: polygon(0 40%, 100% 65%, 100% 100%, 0 100%);
  }
}

@media (max-width: 900px) and (max-height: 1280px) {
  .home:before {
    background-size: 100vh;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0 38%);
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 38%);
  }
  .home:after {
    background-size: 100vh;
    -webkit-clip-path: polygon(0 40%, 100% 60%, 100% 100%, 0 100%);
    clip-path: polygon(0 40%, 100% 60%, 100% 100%, 0 100%);
    background-position: bottom left;
  }
  .home .col-xs-6 {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 680px) and (max-height: 736px) {
  .home:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 52%, 0 46%);
    clip-path: polygon(0 0, 100% 0, 100% 52%, 0 46%);
  }
  .home:after {
    -webkit-clip-path: polygon(0 47%, 100% 52%, 100% 100%, 0 100%);
    clip-path: polygon(0 47%, 100% 52%, 100% 100%, 0 100%);
  }
  .home .text-left {
    text-align: right;
  }
}

@media (max-height: 410px) {
  .home:before, .home:after {
    background-size: 100vw;
  }
  .home .col-xs-12 {
    min-height: calc(100vh - 130px);
  }
  .home .col-xs-12:nth-child(2) {
    margin-top: 20px;
  }
}

.home.close .text-right, .home.close .text-left {
  text-align: center;
}

.de.home:before {
  background-size: cover;
  -webkit-clip-path: none;
  clip-path: none;
}

.de.home:after {
  display: none;
}

.de.home .content .col-xs-12:nth-child(2) {
  display: none;
}

.de.home .content .slider-title {
  font-size: 32px;
}

@media (min-width: 681px) {
  .de.home .content .slider-title {
    font-size: 62px;
  }
}

.casino {
  color: #ffffff;
  text-align: right;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff5d3c), to(#ff8929));
  background: linear-gradient(to bottom right, #ff5d3c 0%, #ff8929);
}

@media (max-width: 850px) and (min-height: 411px) {
  .casino .content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.casino .btn-row {
  margin: 20px auto;
}

.casino .pre-title span {
  background: #ffffff;
}

.casino .pre-title span:nth-child(2) {
  display: none;
}

@media (min-width: 680px) and (max-width: 850px) {
  .casino .pre-title span:nth-child(2) {
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .casino .text {
    font-size: 20px;
  }
}

.casino .white-btn {
  color: #ff7d2f;
}

.casino .white-btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% + 8px);
  top: -4px;
  left: 0;
  display: inline-block;
  border-radius: 50px;
  pointer-events: none;
  border: 4px solid #ffffff;
  -webkit-animation: scalePulse 1.6s both infinite;
  animation: scalePulse 1.6s both infinite;
}

@media (max-width: 850px) and (min-height: 411px) {
  .casino .box {
    width: 100% !important;
  }
  .casino .box.col-xs-7 {
    text-align: center !important;
  }
  .casino .box.col-xs-5 {
    margin-top: 25px;
  }
  .casino.close .content:before {
    width: 80%;
  }
  .casino img {
    max-width: 80%;
  }
}

@media (max-width: 480px) {
  .casino img {
    max-width: 80%;
  }
}

@media (max-width: 680px) {
  .casino, .casino-white {
    height: auto !important;
  }
  .casino .content, .casino-white .content {
    height: auto !important;
  }
  .slider-title {
    font-size: 21px;
  }
}

.casino-white {
  position: relative;
}

.casino-white .shapes .cls-2 {
  fill: #ff7d2f;
}

.casino-white .shapes .cls-3, .casino-white .shapes .cls-4, .casino-white .shapes .cls-5 {
  stroke: #ff7d2f;
}

.casino-white .pre-title {
  color: #333743;
}

.casino-white .pre-title span {
  background: #333743;
}

@media (max-width: 680px) {
  .casino-white .pre-title span:nth-child(2) {
    display: none;
  }
}

.casino-white .slider-title, .casino-white .text {
  color: #333743;
}

@media (min-width: 1025px) {
  .casino-white .text {
    font-size: 20px;
  }
}

.casino-white .cta_btn.orangegrad {
  margin: 20px auto;
  color: #ffffff;
}

.casino-white .cta_btn.orangegrad:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% + 8px);
  top: -4px;
  left: 0;
  display: inline-block;
  border-radius: 50px;
  pointer-events: none;
  border: 4px solid #ff7d2f;
  -webkit-animation: scalePulse 1.6s both infinite;
  animation: scalePulse 1.6s both infinite;
}

.previews-selection {
  background: #ffffff;
  border-radius: 15px;
  margin: 35px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 10px;
}

@media (max-width: 680px) {
  .previews-selection {
    margin: 15px auto;
    border-radius: 8px;
  }
}

.previews-selection .inner {
  width: 100%;
  display: block;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
}

.previews-selection .inner::-webkit-scrollbar {
  height: 0;
}

.previews-selection img {
  border-radius: 5px;
}

.previews-selection .game {
  width: 16.666%;
  padding: 0 10px;
  float: left;
}

@media (max-width: 1024px) {
  .previews-selection .game {
    min-width: 150px;
    display: inline-block;
    float: none;
  }
}

@media (max-width: 680px) {
  .previews-selection .game {
    padding: 0 5px;
  }
}

.previews-selection .cta_btn {
  position: absolute;
  right: 0px;
  width: auto;
  display: inline-block;
  border-radius: 30px 0 0 30px;
  color: #292b37;
  padding: 15px;
  font-size: 14px;
}

@media (max-width: 850px) {
  .casino .box, .casino-white .box {
    text-align: center;
  }
}

.live {
  color: #ffffff;
  text-align: right;
}

.live:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#0f1013), to(#272a31));
  background: linear-gradient(to top, #0f1013 0%, #272a31 100%);
}

.live .content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.live .content:before {
  content: '';
  position: absolute;
  display: block;
  width: 55%;
  height: 100%;
  z-index: 0;
  background: url("../img/landingpage/comp4.png") no-repeat center center;
  background-size: 100%;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 850px) {
  .live .content {
    text-align: center;
  }
  .live .content:before {
    width: 120%;
    background-size: 100%;
    background-position: bottom;
    left: 50%;
    top: 50%;
    height: calc(100% - 140px);
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  .live .content .box {
    margin-top: 30px;
    height: 100%;
  }
  .live .content .btn-row {
    margin: 20px auto;
  }
}

@media (max-width: 680px) {
  .live .content:before {
    width: 120%;
    background-size: 110%;
  }
}

.live .content .btn-row {
  margin: 20px auto;
}

.live .shapes .cls-2 {
  fill: #8ef510;
}

.live .shapes .cls-3, .live .shapes .cls-4, .live .shapes .cls-5 {
  stroke: #8ef510;
}

.live img {
  visibility: hidden;
}

.live .pre-title {
  color: #ffffff;
}

.live .pre-title span {
  background: #ffffff;
}

.live .pre-title span:nth-child(2) {
  display: none;
}

@media (min-width: 680px) and (max-width: 850px) {
  .live .pre-title span:nth-child(2) {
    display: inline-block;
  }
}

.live .slider-title {
  color: #8ef510;
}

@media (min-width: 1025px) {
  .live .text {
    font-size: 20px;
  }
}

.live .cta_btn {
  margin: 20px auto;
  color: #040308;
}

.live .cta_btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% + 8px);
  top: -4px;
  left: 0;
  display: inline-block;
  border-radius: 50px;
  pointer-events: none;
  border: 4px solid #ffffff;
  -webkit-animation: scalePulse 1.6s both infinite;
  animation: scalePulse 1.6s both infinite;
}

@media (max-width: 850px) {
  .live .box {
    width: 100% !important;
    text-align: center;
  }
  .live img {
    max-width: 100%;
  }
}

@media (max-height: 410px) {
  .live .content:before {
    width: 55%;
    left: 120px;
    background-position: center center;
    background-size: 100%;
  }
  .live .box {
    width: 50% !important;
  }
  .live .btn-row .cta_btn {
    margin: 10px auto;
  }
  .live.close .content:before {
    background-size: 80%;
  }
}

.sport {
  color: #ffffff;
  position: relative;
  display: block;
  background: linear-gradient(74deg, #58ae01 0%, #92ce30 100%);
}

.sport .content .btn-row {
  margin: 20px auto;
}

.sport .pre-title span {
  background: #ffffff;
}

.sport .pre-title span:nth-child(2) {
  display: none;
}

@media (min-width: 680px) and (max-width: 850px) {
  .sport .pre-title span:nth-child(2) {
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .sport .text {
    font-size: 20px;
  }
}

.sport .white-btn {
  color: #61b100;
}

.sport .white-btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% + 8px);
  top: -4px;
  left: 0;
  display: inline-block;
  border-radius: 50px;
  pointer-events: none;
  border: 4px solid #ffffff;
  -webkit-animation: scalePulse 1.6s both infinite;
  animation: scalePulse 1.6s both infinite;
}

.sport .btn-row {
  margin: 20px auto;
}

@media (max-width: 680px) {
  .page.sport {
    height: 100% !important;
  }
  .page.sport .content {
    height: 100% !important;
    min-height: 80vh;
  }
}

.sport-white {
  position: relative;
  background: white;
}

@media (max-width: 1024px) {
  .sport-white .box.col-xs-7 {
    padding: 0 15px !important;
  }
}

.sport-white .shapes .cls-2 {
  fill: #61b100;
}

.sport-white .shapes .cls-3, .sport-white .shapes .cls-4, .sport-white .shapes .cls-5 {
  stroke: #61b100;
}

.sport-white .pre-title {
  color: #333743;
}

.sport-white .pre-title span {
  background: #333743;
}

@media (max-width: 680px) {
  .sport-white .pre-title span:nth-child(2) {
    display: none;
  }
}

.sport-white .slider-title, .sport-white .text {
  color: #333743;
}

@media (min-width: 1025px) {
  .sport-white .text {
    font-size: 20px;
  }
}

.sport-white .btn-row {
  margin: 0px auto;
}

.sport-white .cta_btn {
  margin: 20px auto;
  background: #61b100;
  color: #ffffff;
}

.sport-white .cta_btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% + 8px);
  top: -4px;
  left: 0;
  display: inline-block;
  border-radius: 50px;
  pointer-events: none;
  border: 4px solid #61b100;
  -webkit-animation: scalePulse 1.6s both infinite;
  animation: scalePulse 1.6s both infinite;
}

.sport, .sport-white {
  text-align: right;
}

.sport .box.col-xs-7, .sport-white .box.col-xs-7 {
  text-align: center !important;
}

.sport .small-img, .sport-white .small-img {
  max-width: 620px;
}

@media (max-width: 850px) and (min-height: 411px) {
  .sport .content, .sport-white .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 850px) and (min-height: 411px) {
  .sport .box, .sport-white .box {
    width: 100% !important;
    text-align: center;
  }
  .sport .box.col-xs-7, .sport-white .box.col-xs-7 {
    text-align: center !important;
  }
  .sport .small-img, .sport-white .small-img {
    max-width: 400px;
  }
}

@media (max-width: 680px) {
  .sport .small-img, .sport-white .small-img {
    max-width: 180px;
  }
}

.in-play {
  color: #333743;
  text-align: right;
}

.in-play .shapes .cls-2 {
  fill: #61b100;
}

.in-play .shapes .cls-3, .in-play .shapes .cls-4, .in-play .shapes .cls-5 {
  stroke: #61b100;
}

.in-play .content .btn-row {
  margin: 20px auto;
}

.in-play img {
  max-width: 620px;
}

.in-play .box.col-xs-7 {
  text-align: center !important;
}

@media (max-width: 850px) and (min-height: 411px) {
  .in-play .box {
    width: 100% !important;
    text-align: center;
  }
  .in-play .box.col-xs-7 {
    text-align: center !important;
  }
  .in-play img {
    max-width: 400px;
  }
}

@media (max-width: 680px) {
  .in-play img {
    max-width: 190px;
  }
}

.in-play .pre-title {
  color: #333743;
}

.in-play .pre-title span {
  background: #333743;
}

.in-play .pre-title span:nth-child(2) {
  display: none;
}

@media (min-width: 680px) and (max-width: 850px) {
  .in-play .pre-title span:nth-child(2) {
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .in-play .text {
    font-size: 20px;
  }
}

.in-play .cta_btn {
  margin: 20px auto;
  background: #61b100;
  color: #ffffff;
}

.in-play .cta_btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% + 8px);
  top: -4px;
  left: 0;
  display: inline-block;
  border-radius: 50px;
  pointer-events: none;
  border: 4px solid #61b100;
  -webkit-animation: scalePulse 1.6s both infinite;
  animation: scalePulse 1.6s both infinite;
}

.vegas {
  text-align: right;
  color: #ffffff;
}

.vegas:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url("../img/landingpage/Age-Of-the-Gods_BG.jpg") no-repeat center center;
  background-size: cover;
}

.vegas .content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.vegas .content:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: '';
  position: absolute;
  display: block;
  width: 70%;
  height: 100%;
  z-index: 0;
  background: url("../img/landingpage/Age-Of-the-Gods.png") no-repeat bottom center;
  background-size: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .vegas .content:before {
    width: 65%;
  }
}

@media (max-width: 850px) {
  .vegas .content {
    text-align: center;
  }
  .vegas .content:before {
    width: 100%;
    background-size: 85%;
  }
  .vegas .content .btn-row {
    margin: 20px auto;
  }
}

@media (max-width: 680px) {
  .vegas .content:before {
    width: 100%;
    background-size: 110%;
  }
}

@media (max-width: 850px) {
  .vegas .box {
    width: 100% !important;
    height: 100%;
    margin-top: 10%;
  }
  .vegas.close .content:before {
    background-position: top center;
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.vegas .pre-title span {
  background: #ffffff;
}

.vegas .pre-title span:nth-child(2) {
  display: none;
}

@media (min-width: 680px) and (max-width: 850px) {
  .vegas .pre-title span:nth-child(2) {
    display: inline-block;
  }
}

.vegas .slider-title {
  color: #ffc700;
}

@media (min-width: 1025px) {
  .vegas .text {
    font-size: 20px;
  }
}

.vegas .cta_btn {
  margin: 20px auto;
  background: #ffc700;
  color: #333743;
}

.vegas .cta_btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% + 8px);
  top: -4px;
  left: 0;
  display: inline-block;
  border-radius: 50px;
  pointer-events: none;
  border: 4px solid #ffc700;
  -webkit-animation: scalePulse 1.6s both infinite;
  animation: scalePulse 1.6s both infinite;
}

@media (max-height: 410px) {
  .vegas .content:before {
    width: 55%;
    background-position: bottom center;
    background-size: 90%;
  }
  .vegas .box {
    width: 50% !important;
  }
  .vegas .btn-row .cta_btn {
    margin: 10px auto;
  }
  .vegas.close .content:before {
    background-size: 80%;
    background-position: bottom center;
    width: 55%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.poker {
  text-align: right;
  color: #ffffff;
  background: black;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, black 100%);
}

.poker:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/landingpage/Virtuale_BG.jpg") no-repeat center center;
  background-size: cover;
}

.poker .content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 0;
}

.poker .content:before {
  content: '';
  position: absolute;
  display: block;
  width: 85%;
  height: 100%;
  z-index: -1;
  background: url("../img/landingpage/Poker_girl.png") no-repeat bottom left;
  background-size: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-18%, -50%);
  transform: translate(-18%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1024px) {
  .poker .content:before {
    width: 110%;
  }
}

@media (max-width: 850px) {
  .poker .content {
    text-align: center;
  }
  .poker .content:before {
    width: 120%;
    left: 50%;
    background-size: 120%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 680px) {
  .poker .content:before {
    width: 160%;
  }
}

@media (max-width: 850px) {
  .poker .box {
    width: 100% !important;
    height: 100%;
    margin-top: 10%;
  }
  .poker.close .content:before {
    width: 110%;
  }
}

.poker .pre-title span {
  background: #ffffff;
}

.poker .pre-title span:nth-child(2) {
  display: none;
}

@media (min-width: 680px) and (max-width: 850px) {
  .poker .pre-title span:nth-child(2) {
    display: inline-block;
  }
}

.poker .slider-title {
  color: #0ca6e4;
}

@media (min-width: 1025px) {
  .poker .text {
    font-size: 20px;
  }
}

.poker .disclaimer {
  margin: 20px auto;
}

.poker .cta_btn {
  color: #ffffff;
}

.poker .cta_btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% + 8px);
  top: -4px;
  left: 0;
  display: inline-block;
  border-radius: 50px;
  pointer-events: none;
  border: 4px solid #0ca6e4;
  -webkit-animation: scalePulse 1.6s both infinite;
  animation: scalePulse 1.6s both infinite;
}

@media (max-height: 410px) {
  .poker .content:before {
    width: 75%;
    left: 120px;
    background-position: bottom center;
    background-size: 100%;
  }
  .poker .box {
    width: 50% !important;
  }
  .poker .btn-row .cta_btn {
    margin: 0px auto;
  }
  .poker.close .content:before {
    background-size: 65%;
    background-position: bottom center;
  }
}

.virtual {
  text-align: right;
  color: #ffffff;
}

.virtual:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url("../img/landingpage/Virtuale_BG.jpg") no-repeat center center;
  background-size: cover;
}

.virtual .content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.virtual .content:before {
  content: '';
  position: absolute;
  display: block;
  width: 55%;
  height: 100%;
  z-index: 0;
  background: url("../img/landingpage/Virtuale_comp.png") no-repeat bottom center;
  background-size: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .virtual .content:before {
    width: 65%;
  }
}

@media (max-width: 850px) {
  .virtual .content {
    text-align: center;
  }
  .virtual .content:before {
    width: 100%;
    background-size: 85%;
  }
  .virtual .content .btn-row {
    margin: 20px auto;
  }
}

@media (max-width: 680px) {
  .virtual .content:before {
    width: 120%;
    background-size: 110%;
  }
}

@media (max-width: 680px) {
  .virtual.close .content:before {
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 850px) {
  .virtual .box {
    width: 100% !important;
    height: 100%;
    margin-top: 10%;
  }
}

.virtual .pre-title span {
  background: #ffffff;
}

.virtual .pre-title span:nth-child(2) {
  display: none;
}

@media (min-width: 680px) and (max-width: 850px) {
  .virtual .pre-title span:nth-child(2) {
    display: inline-block;
  }
}

@media (min-width: 1025px) {
  .virtual .text {
    font-size: 20px;
  }
}

.virtual .cta_btn {
  margin: 20px auto;
  color: #333743;
}

.virtual .cta_btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% + 8px);
  top: -4px;
  left: 0;
  display: inline-block;
  border-radius: 50px;
  pointer-events: none;
  border: 4px solid #ffffff;
  -webkit-animation: scalePulse 1.6s both infinite;
  animation: scalePulse 1.6s both infinite;
}

@media (max-height: 410px) {
  .virtual .content:before {
    width: 50%;
    left: 0px;
    background-position: bottom center;
    background-size: 100%;
  }
  .virtual .box {
    width: 50% !important;
  }
  .virtual .btn-row .cta_btn {
    margin: 0px auto;
  }
  .virtual.close .content:before {
    left: 120px;
    background-size: 50%;
  }
}

.lotto {
  text-align: right;
  color: #ffffff;
}

.lotto:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url("../img/landingpage/Lotto_BG.jpg") no-repeat center center;
  background-size: cover;
}

.lotto .content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.lotto .content:before {
  content: '';
  position: absolute;
  display: block;
  width: 65%;
  height: 100%;
  z-index: 0;
  background: url("../img/landingpage/Lotto_girl.png") no-repeat bottom center;
  background-size: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-18%, -50%);
  transform: translate(-18%, -50%);
}

@media (max-width: 1024px) {
  .lotto .content:before {
    width: 75%;
  }
}

@media (max-width: 850px) {
  .lotto .content {
    text-align: center;
  }
  .lotto .content:before {
    width: 100%;
    background-size: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .lotto .content .btn-row {
    margin: 20px auto;
  }
}

@media (max-width: 680px) {
  .lotto .content:before {
    width: 120%;
    background-size: 110%;
  }
}

@media (max-width: 850px) {
  .lotto .box {
    width: 100% !important;
    height: 100%;
    margin-top: 30px;
  }
  .lotto.close .content:before {
    width: 90%;
  }
}

.lotto .pre-title span {
  background: #ffffff;
}

.lotto .pre-title span:nth-child(2) {
  display: none;
}

@media (min-width: 680px) and (max-width: 850px) {
  .lotto .pre-title span:nth-child(2) {
    display: inline-block;
  }
}

.lotto .slider-title {
  color: #333743;
}

@media (min-width: 1025px) {
  .lotto .text {
    font-size: 20px;
  }
}

.lotto .cta_btn {
  margin: 20px auto;
  background: #333743;
  color: #ffffff;
}

.lotto .cta_btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% + 8px);
  top: -4px;
  left: 0;
  display: inline-block;
  border-radius: 50px;
  pointer-events: none;
  border: 4px solid #333743;
  -webkit-animation: scalePulse 1.6s both infinite;
  animation: scalePulse 1.6s both infinite;
}

@media (max-height: 410px) {
  .lotto .content:before {
    width: 55%;
    left: 120px;
    background-position: bottom center;
    background-size: 100%;
  }
  .lotto .box {
    width: 50% !important;
  }
  .lotto .btn-row .cta_btn {
    margin: 0px auto;
  }
  .lotto.close .content:before {
    background-size: 50%;
  }
}

footer {
  display: block;
  position: relative;
  height: auto !important;
  text-align: center;
}

/* footer */
.footer .sprites_row {
  text-align: center;
}

.footer .sprites_row a {
  margin: 5px;
}

.footer .footer_text {
  line-height: 16px;
}

.footer .logos a, .footer .logoss a {
  -webkit-transition: 0s !important;
  transition: 0s !important;
}

.footer .footer_main, .footer .container,
.footer .footer_footer {
  width: 100%;
  display: block;
  position: relative;
}

.footer .footer_main {
  background: #272A31;
  padding: 15px;
}

@media (max-width: 1024px) {
  .footer .footer_main {
    padding: 15px 10px;
  }
}

.footer .footer-row {
  padding: 17px 0;
  text-align: center;
  border-top: 1px solid #4E4E4E;
  margin: 0 auto;
  float: left;
  width: 100%;
}

@media (max-width: 375px) {
  .footer .footer-row {
    width: 100%;
  }
}

.footer .footer-row:first-of-type, .footer .footer-row:nth-child(2) {
  border-top: none;
}

.footer .footer-row:nth-child(2) {
  padding-top: 0;
}

.footer .footer-row .footer_text {
  color: #96999E;
  margin-bottom: 0;
}

.footer a {
  color: #96999E;
}

.footer .footer_links {
  display: inline-block;
}

.footer .footer_footer {
  border-top: 1px solid #4E4E4E;
  padding: 35px 0;
  background: #323641;
}

.footer .footer_footer .container-fluid .footer_text {
  color: #96999E;
}

.footer .footer_footer .container-fluid a {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .footer .footer_footer {
    padding-bottom: 80px;
  }
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  color: #D0D5D6;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 900;
}

@media (max-width: 480px) {
  .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    font-size: 18px;
  }
}

.footer .footer_content {
  margin: 10px auto 15px;
  border-bottom: 1px solid #96999E;
  padding-bottom: 15px;
}

.footer .footer_content p {
  color: #96999E;
}

.footer .footer_text {
  font-size: 14px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .footer-box {
    padding: 0;
  }
}

.footer_links {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@-webkit-keyframes scalePulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes scalePulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% -10%;
    transform-origin: 50% -10%;
  }
}

@keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transform-origin: 50% -10%;
    transform-origin: 50% -10%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% -10%;
    transform-origin: 50% -10%;
  }
}

@-webkit-keyframes smoothScale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}

@keyframes smoothScale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% -50%;
    transform-origin: 50% -50%;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInPseudoTop {
  0% {
    opacity: 0;
    top: calc(50% + 50px);
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}

@keyframes fadeInPseudoTop {
  0% {
    opacity: 0;
    top: calc(50% + 50px);
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}

@keyframes fadeInPseudoTop {
  0% {
    opacity: 0;
    top: calc(50% + 50px);
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}

@-webkit-keyframes fadeInPseudoDown {
  0% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: calc(50% + 50px);
  }
}

@keyframes fadeInPseudoDown {
  0% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: calc(50% + 50px);
  }
}

@-webkit-keyframes scaleArrow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(1);
  }
}

@keyframes scaleArrow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(1);
  }
}

@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@-webkit-keyframes sidebarSize {
  0% {
    height: calc(100vh - 55px);
  }
  100% {
    height: calc(100vh - 130px);
  }
}

@keyframes sidebarSize {
  0% {
    height: calc(100vh - 55px);
  }
  100% {
    height: calc(100vh - 130px);
  }
}

@-webkit-keyframes sidebarSizeDown {
  0% {
    height: calc(100vh - 130px);
  }
  100% {
    height: calc(100vh - 55px);
  }
}

@keyframes sidebarSizeDown {
  0% {
    height: calc(100vh - 130px);
  }
  100% {
    height: calc(100vh - 55px);
  }
}

.revolut {
	background-image:url('../img/help/revolut-en.webp');
	width:52px;
	height:12px;
	display:inline-block;
}

.revolut:hover {
	background-image:url('../img/help/revolut-en-hover.webp');
	width:52px;
	height:12px;
	display:inline-block;
}

.hgc {
	background-image:url('../img/help/mga-gr.webp');
	width:125px;
	height:72px;
	display:inline-block;
}

@media (min-width: 993px) {
	.hgc-new {
		background-image:url('../img/help/disclaimer_gr-en.png') !important;
		width:171px !important;
	}
	
	.hgc-new-2-mobile {
		display:none !important;
	}

	.hgc-new-2 {
		display:block !important;
	}
}

.ketheas_alfa {
	background-image:url('../img/help/ketheas_alfa-gr.webp');
	width:125px;
	height:72px;
	display:inline-block;
}

.hgc-bar {
	position:fixed;
	background-color: #1a3362;
  color: #ffffff;
  height: 100px;
  font-size: 1.0em;
  z-index:1040;
  bottom:0;
  width:100%;
  padding:10px;
}

.hgc-bar-2 {
	display: flex;
	align-items: center;
	margin-left:15%;
	margin-right:15%;
}

@media (max-width: 767px){
	.hgc-bar-2 {
		margin-left:0%;
		margin-right:0%;
	}
	
	.hgc-bar-2 span {
		font-size:0.7em;
	}
}

.sidebar-menu {
	padding-bottom:100px;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*# sourceMappingURL=style.css.map */

.footer_text a {
	text-decoration:underline !important;
}

.logo {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
}