html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, 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;
}

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

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

a img {
    border: none;
}

a {
    outline: none;
    text-decoration: none;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
    color: #000;
}

textarea {
    height: auto;
    min-height: 50px;
    -webkit-resize: none;
    -moz-resize: none;
    resize: none;
}

.clearfloat:before, .clearfloat:after {
    content: "";
    display: table;
}

.clearfloat:after {
    clear: both;
}

/* For IE 6/7 (triggers hasLayout) */
.clearfloat {
    *zoom: 1;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

select {
    width: 100%;
}

/*custom scroll*/
/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

/*FONTS--------------------------------------------------------------------*/
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fa-brands-400.eot");
    src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), 
        url("fonts/fa-brands-400.woff2") format("woff2"), 
        url("fonts/fa-brands-400.woff") format("woff"), 
        url("fonts/fa-brands-400.ttf") format("truetype");
    font-display: block;
    
}
.fab {
    font-family: 'Font Awesome 5 Brands';
}
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    src: url("fonts/fa-light-300.eot");
    src: url("fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), 
        url("fonts/fa-light-300.woff2") format("woff2"), 
        url("fonts/fa-light-300.woff") format("woff"), 
        url("fonts/fa-light-300.ttf") format("truetype");
    font-display: block;
}
.fal {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/fa-regular-400.eot");
    src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), 
        url("fonts/fa-regular-400.woff2") format("woff2"), 
        url("fonts/fa-regular-400.woff") format("woff"), 
        url("fonts/fa-regular-400.ttf") format("truetype");
    font-display: block;
}
.far {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    src: url("fonts/fa-solid-900.eot");
    src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), 
        url("fonts/fa-solid-900.woff2") format("woff2"), 
        url("fonts/fa-solid-900.woff") format("woff"), 
        url("fonts/fa-solid-900.ttf") format("truetype");
    font-display: block;
}
.fa,
.fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900; 
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-LightItalic.woff2') format('woff2'),
        url('fonts/OpenSans-LightItalic.woff') format('woff'),
        url('fonts/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Light.woff2') format('woff2'),
        url('fonts/OpenSans-Light.woff') format('woff'),
        url('fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-BoldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-BoldItalic.woff') format('woff'),
        url('fonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBoldItalic.woff') format('woff'),
        url('fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBold.woff') format('woff'),
        url('fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Bold.woff2') format('woff2'),
        url('fonts/OpenSans-Bold.woff') format('woff'),
        url('fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Italic.woff2') format('woff2'),
        url('fonts/OpenSans-Italic.woff') format('woff'),
        url('fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
  font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Regular.woff2') format('woff2'),
        url('fonts/OpenSans-Regular.woff') format('woff'),
        url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-ExtraBoldItalic.woff') format('woff'),
        url('fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

.text, p{
    line-height: 24px;
}
.text h2, .text h3, .text h4, .text h5, .text h6{
    text-transform: none;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'OpenSans', 'Open Sans', Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}

/*
################################################
#                                              #
#   author:  webrix-studio                     #
#   url:  http://webrix-studio.com             #
#                                              #
################################################
*/
/*BODY-------------------------------------------------------------------*/

body {
    background-color: #111111;
    font-family: 'OpenSans', 'Open Sans', Arial, Helvetica, sans-serif;
    color: #696969;
    font-size: 15px;
}
.wrapper{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

/*-------------- header ---------------*/
header{
    position: relative;
    z-index: 1100;
    background: #1d1e1f;
}
.header-right{
    float: right;
    margin-top: 22px;
}

/*----------------------- logo -------------------------*/
.logo{
    position: relative;
    z-index: 3;
    float: left;
    margin: 13px 0px;
}
.logo a{
    display: block;
}

/*-------------- language ---------------*/
.languages{
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 5;
    line-height: 40px;
    font-size: 14px;
    padding-right: 40px;
    border-right: 1px solid rgba(255, 255, 255, .10);
    margin-right: 40px;
}
.lang-choice{
    float: left;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.lang-choice img{
    margin-right: 6px;
	position: relative;
	top: -2px;
}
.lang-choice i{
    font-size: 14px;
    margin-left: 10px;
    color: #626364;
}
.login-choice:hover{
    background: #c11818;
}
.lang-list{
    position: absolute;
    min-width: 140px;
    top: calc(100% + 22px);
    right: 0px;
    display: none;
    z-index: 10;
    background: #000;
    margin: 0px;
    padding: 15px 0px;
    list-style-type: none;
    text-align: left;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
}
.lang-list li a{
    display: block;
    position: relative;
    white-space: nowrap;
    padding: 5px 20px;
    color: #b4b4b4;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    line-height: normal;
}
.lang-list li a:hover{
    color: #fff;
}
.lang-list li a img{
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.languages img {
    width: 20px;
}

/*--------------------------- login and registration ----------------------------*/
.login{
    float: left;
    position: relative;
}
.link-forgot{
    display: inline-block;
    color: #7c7c7c;
    font-size: 13px;
    text-decoration: underline;
    margin-left: 25px;
}
.link-forgot:hover{
    color: #a31919;
    text-decoration: none;
}
.login-choice{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    line-height: 40px;
    background: #a31919;
    border-radius: 20px;
    padding: 0 33px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.login-choice i{
    margin-right: 8px;
    font-size: 18px;
    position: relative;
    top: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.login-list {
    position: absolute;
    top: calc(100% + 22px);
    right: 0px;
    display: none;
    z-index: 10;
    background: #000;
    width: 310px;
    padding: 0px 18px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    box-sizing: border-box;
}
.login-wrap{
    position: relative;
    padding: 0px 0px 12px;
}
.close-list{
    position: absolute;
    top: 0px;
    right: 18px;
    font-size: 16px;
    line-height: 48px;
    color: #555;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.close-list:hover{
    color: #9ca0a2;
}
.list-title {
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 15px 0px;
    font-weight: bold;
    text-transform: uppercase;
}
.list-btm {
    border-top: 1px solid #333;
    text-align: center;
    padding: 13px 0px;
}
.list-btm .btn {
    font-size: 12px;
    margin-top: 0px;
    padding: 9px 20px;
}

.miniBrowser .not-logged-user .login{
    display:none;
}

.miniBrowser .not-logged-user .languages{
    border-right:0px;
    padding-right:0px;
}

.miniBrowser .logged-user .logout{
    display:none;
}


/*-------- login form ---------*/
.input-form {
    position: relative;
    color: #fff;
    padding-left: 36px;
    background: #2e2f30;
    text-align: left;
    margin-bottom: 8px;
    border-radius: 25px;
    overflow: hidden;
    box-sizing: border-box;
}
.input-form:after{
    content: '';
    position: absolute;
    top: 7px;
    left: 37px;
    width: 1px;
    height: 23px;
    background: #444;
}
.input-form.input-disabled{
	opacity: 0.6;
	cursor: default;
}
input:disabled{
	opacity: 0.5
}
.pole{
    width: 100%;
    height: 36px;
    padding: 10px 0px 10px 13px;
    font-size: 13px;
    color: #fff;
    background: none;
    border: none;
    outline: none;
    font-family: 'OpenSans', 'Open Sans', sans-serif;
    box-sizing: border-box;
}
.icon-01:before, .icon-02:before, .icon-03:before, .icon-04:before{
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    top: 11px;
    left: 15px;
    color: #fff;
    font-size: 13px;
    font-weight: lighter;
}
.icon-01:before{
    content: '\f007';  /* user icon */
}
.icon-02:before{
    content: '\f023';  /* password icon */
}
.icon-03:before{
    content: '\f095';  /* phone icon */
}
.icon-04:before{
    content: '\f0e0';  /* envelope icon */
}
.login-wrap .checkbox-custom label{
    font-size: 13px;
    color: #9f9f9f;
    letter-spacing: normal;
}
.login-wrap .btn{
    font-size: 12px;
    margin-top: 0px;
    padding: 9px 20px;
}
.just-text{
    color: #9f9f9f;
    font-size: 12px;
    margin-top: 5px;
}
.login-list .just-text{
    text-align: center;
}
.link{
    color: #9f9f9f;
}
.link:hover{
    color: #fff;
    text-decoration: underline;
}

/*------------ login list sign in ------------*/
.list-sign-in{
    width: 300px;
}
.list-sign-in .login-wrap{
    padding: 12px 5px;
}
.list-sign-in .list-title{
    text-align: left;
    padding: 13px 15px 13px 0px;
}
.list-sign-in .btn{
    display: block;
}

/*------------ login menu ------------*/
.login-menu{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.login-menu li{
    margin-bottom: 8px;
}
.login-menu li a{
    color: #595959;
    font-size: 13px;
}
.login-menu li a:hover{
    color: #9ca0a2;
}
.login-menu li a i{
    width: 20px;
    margin-right: 6px;
    color: #000;
    font-size: 14px;
}

/*------------ user balance ------------*/
.user-balance{
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	color: #7e7f81;
	font-size: 13px;
	margin-right: 10px;
}
.balance_amount {
	display:none;
	padding-right: 22px;
}
.balance_amount_mask {
	display:block;
	padding-right: 22px;
}
.user-balance.display-balance .balance_amount{
    display:block;
}
.user-balance.display-balance .balance_amount_mask{
    display:none;
}
.user-balance .fa-eye{ 
	position: absolute;
	bottom: 2px;
	right: 0px;
	z-index: 1;
	color: #999;
	cursor: pointer;
}
.user-balance .fa-eye::before {
  content: "\f070";
}
.user-balance.display-balance .fa-eye{
    color:#fff;
}
.user-balance.display-balance .fa-eye::before {
  content: "\f06e";
}


.greetings a{
	color: #fff;
}
.login-choice.logout{
	padding: 0px;
	text-align: center;
	width: 40px;
}
.login-choice.logout i{
	margin-right: 0px;
}

/*------------------------------------------ menu -------------------------------------------*/
#menu{
    float: left;
    z-index: 1;
    margin-top: 22px;
    margin-left: 80px;
}
#menu ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
}
#menu ul li{
    position: relative;
}
#menu > ul > li{
    display: inline-block;
    margin-right: 40px;
}
#menu > ul > li:last-child{
    margin-right: 0px;
}
#menu ul li a{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #b4b4b4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    position: relative;
    line-height: 40px;
    padding-bottom: 22px;
}
#menu > ul > li:hover > a, #menu > ul > li.current > a{
    color: #fff;
}
#menu ul li i {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    font-size: 15px;
}

/* submenu */
#menu ul li .submenu-wrap {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    background: #000;
    z-index: 4;
    padding: 15px 0px 20px;
    text-align: left;
    transform: translateY(-10px);
    transition: transform 0.2s linear;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
#menu ul li:hover .submenu-wrap {
    transform: translateY(0);
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
#menu > ul > li:hover > .submenu-wrap {
    visibility: visible;
    opacity: 1;
    top: 100%;
    left: 0;
}
#menu ul li .submenu-wrap ul {
    display: block;
    width: 100%;
    /*-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;*/
}
#menu ul li .submenu-wrap ul li{
    padding: 0 20px;
}
#menu ul li .submenu-wrap ul li a{
    display: block;
    padding: 7px 0px;
    font-size: 14px;
    line-height: normal;
    text-transform: none;
    height: auto;
    font-weight: 600;
    letter-spacing: normal;
}
#menu ul li .submenu-wrap ul li a:hover{
    color: #fff;
}

/* sub submenu */
#menu ul li ul li .submenu-wrap {
    top: -15px;
    left: 100%;
}
#menu ul li ul li:hover .submenu-wrap {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

/* mega menu */
#menu ul li.mega-menu{
    position: static;
}
#menu ul li.mega-menu .submenu-wrap {
    right: 0;
    margin: 0px 85px;
    padding: 20px 30px 30px;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
#menu ul li.menu-col-3 .submenu-wrap {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}
#menu ul li.menu-col-4 .submenu-wrap {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
}
#menu ul li.menu-col-5 .submenu-wrap {
    -webkit-columns: 5;
    -moz-columns: 5;
    columns: 5;
}
#menu ul li.menu-col-6 .submenu-wrap {
    -webkit-columns: 6;
    -moz-columns: 6;
    columns: 6;
}
#menu ul li.menu-col-7 .submenu-wrap {
    -webkit-columns: 7;
    -moz-columns: 7;
    columns: 7;
}
#menu ul li.mega-menu .submenu-wrap ul{
    margin-bottom: 20px;
}
#menu ul li.mega-menu .submenu-wrap ul li{
    padding: 0px;
}
#menu ul li .submenu-wrap ul li.main-cat{
    /*pointer-events: none;*/
}
#menu ul li .submenu-wrap ul li.main-cat a{
    position: relative;
    vertical-align: top;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
    white-space: normal;
}

/*--------------------------- Buttons in site ----------------------------*/
.btn{
    display: inline-block;
    min-width: 150px;
    font-size: 13px;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    background: #a31919;
    border: 1px solid transparent;
    border-radius: 20px;
    color: #fff;
    padding: 10px 15px;
    margin-top: 35px;
    box-sizing: border-box;
}
.btn:hover{
    background: #c11818;
}
.btn i{
    margin-right: 8px;
}

.btn-transp{
    background: transparent;
    border: 1px solid #fff;
}
.btn-transp:hover{
    color: #000;
    border: 1px solid #fff;
    background: #fff;
}
.btn-white{
    background: #fff;
    color: #a31919;
}
.btn-white:hover{
    color: #fff;
    background: #a31919;
}
.btn-yellow{
    background: #f5c913;
    color: #000;
}
.btn-yellow:hover{
    background: #fed941;
}
.btn-dark{
    background: #27292a;
    color: #919191;
}
.btn-dark:hover{
    color: #ebc115;
    background: #333637;
}

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

.btn-hidden{
    display: none !important;
}

/*------------------------ jackpot banners --------------------------*/
.b-wrap{
    overflow: hidden;
    height: 150px;
    position: relative;
    background-image: url(../images/parallax.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.b-wrap-details{    
    height: auto; 
}
.jack-name-image{
    float: left;
    margin-top: 40px;
}
.jackpots-slider{
    float: right;
    width: calc(100% - 250px);
    margin-top: 38px;
}
.jackpot-item{
  position: relative;
  text-align: right;
}
.jackpot-item img{
    display: inline-block !important;
}
.odometer{
  position: absolute !important;
  top: 18px;
  right: 33px;
  z-index: 1;
  color: #fff;
  line-height: normal !important;
  font-family: 'OpenSans', 'Open Sans', Arial, Helvetica, sans-serif !important;
  font-weight: 800;
  box-sizing: border-box;
}
.odometer-inside{
  font-size: 28px;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.9);
}

/*--------------------------------------------- section games -------------------------------------------*/
.content{
    padding: 35px 0px 45px;
    overflow: hidden;
}
.filter{
    margin-bottom: 10px;
    margin-top: -16px;
}
.filter ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}
.filter ul li{
    display: inline-block;
    margin: 0 30px;
}
.filter ul li a{
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #fff;
    padding: 5px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.filter ul li a:hover, .filter ul li a.current{
    color: #f5c913;
}
.filter ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #f5c913;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.filter ul li a:hover:before, .filter ul li a.current:before{
    right: 0;
}
.games-wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -10px;
    box-sizing: border-box;
}
.game-one{
    display: block;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    position: relative;
    z-index: 1;
    padding: 18px;
    box-sizing: border-box;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    transform: translate3d(0, 0, 0) scale(1);
}
.game-one:hover{
    z-index: 2;
    transform: translate3d(0, 0, 0) scale(1.1);
}
.game-one figure {
    position: relative;
    box-sizing: border-box;
    background: #1b1d1f;
    border: 2px solid #27292a;
}
.game-one figure img{
    display: block;
    position: relative;
    max-width: none;
    width: 100%;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    box-sizing: border-box;
}
.game-one figcaption{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 8px 5px 6px 8px;
    background: rgba(27, 29, 31, .8);
    z-index: 2;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.game-one:hover figcaption{
    opacity: 1;
    visibility: visible;
}
.game-one figcaption:before{
    content: '';
    position: absolute;
    top: 0px;
    left: -1px;
    right: -1px;
    bottom: 0px;
    border: 1px solid #27292a;
    border-top: none;
    z-index: 2;
}
.game-info{
    float: left;
    width: calc(100% - 135px);
}
.btn.play{
    float: right;
    position: relative;
    min-width: inherit;
    width: 127px;
    display: block;
    margin-top: 0px;
    font-weight: 600;
    z-index: 2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.game-one:hover .btn.play{
    opacity: 1;
}
.game-name{
    font-size: 13px;
    color: #ebc115;
}
.reels{
    color: #fff;
    font-size: 11px;
}
.demo-play{
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    padding: 2px 10px 3px;
    background: #2e3134;
    border-radius: 15px;
    color: #919191;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.demo-play:hover{
    color: #f5c913;
}
.game-one:hover .demo-play{
    opacity: 1;
    visibility: visible;
}

/*------------------------------------- footer ----------------------------------------*/
footer{
    background: #000;
    padding: 40px 0px;
}
.rights{
    text-align: center;
    font-size: 12px;
    color: rgba(109, 109, 109, .7);
}

/*--------------------------------------------------- page Login -----------------------------------------------------*/
.login-content{
    padding-top: 150px;
}
.login-title{
    text-align: center;
    margin-bottom: 35px;
}
.login-page{
    max-width: 550px;
    margin: 0 auto;
}
.login-page .input-form{
    padding-left: 50px;
    margin-bottom: 15px;
}
.login-page .pole{
    height: 48px;
    font-size: 14px;
}
.login-page .icon-01:before, .login-page .icon-02:before, .login-page .icon-03:before, .login-page .icon-04:before{
    font-size: 15px;
    top: 15px;
    left: 23px;
}
.login-page .input-form:after{
    height: 34px;
    left: 50px;
}
.login-page .btn{
    margin-top: 20px;
    font-weight: 600;
    padding: 14px 20px;
    min-width: 200px;
    border-radius: 25px;
}
.login-page .just-text{
    text-align: center;
    margin-top: 10px;
}

/*--------------------------------------------------- page with big banner -----------------------------------------------------*/
.big-ban{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.fade{
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  margin: 0;
  position: relative;
  top: 0;
}
.fade .slick-list, .fade .slick-track{
  height: 100%;
}
.fade .slick-dots{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.fade .slick-prev{
    left: 10px;
}
.fade .slick-next{
    right: 10px;
}
.big-ban-image-wrap{
	position: relative;
	width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.big-ban-image img{
    max-width: none;
    width: 100%;
}
.big-ban-image{
    width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.img-png{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	max-height: 100%;
	padding: 10px;
	z-index: 5;
	box-sizing: border-box;
}
.img-png img{
	display: inline-block !important;
	max-height: 100%;
	max-width: 100%;
}

/*--------------- breadcrumb -----------------*/
.breadcrumb{
    color: #a7a9ac;
    margin-bottom: 35px;
    padding: 5px 0px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.breadcrumb span{
    display: inline-block;
}
.breadcrumb a{
    color: #a7a9ac;
    position: relative;
    display: inline-block;
}
.breadcrumb *+*:before {
    content: "/";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 13px;
    font-size: 14px;
    line-height: 12px;
    margin: 0 7px 0px 8px;
}

/*--------------------- page inside ----------------------*/
.title{
    text-align: center;
    margin-bottom: 40px;
}
.content .title{
    margin-bottom: 5px;
}
.text-module{
    max-width: 1200px;
    margin: 0 auto 40px;
}

/*pagination-----------------------------------------------------------------*/
.pagination{
    padding-bottom: 20px;
}
.pagination ul {
    font-size: 16px;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.pagination li {
    list-style-type: none;
    display: inline-block;
    margin: 4px 5px;
}
.pagination a,
.pagination a:visited {
    display: inline-block;
    line-height: 32px;
    font-weight: 600;
    color: #9f9f9f;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
}
.pagination a:hover,
.pagination a:visited:hover {
    color: #f5c913;
}
.pagination a.currentpage {
    cursor: default;
    color: #f5c913;
}
.pagination a.disablelink,
.pagination a.prevnext {
    color: #9f9f9f;
    cursor: default;
}
.pagination a.disablelink:hover,
.pagination a.prevnext:hover {
    color: #9f9f9f;
}

/*------------------------------- news -------------------------------*/
.one-new{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #27292a;
    width: 100%;
    display: table;
    table-layout:fixed;
}
article.one-new:last-child{
    margin-bottom: 0px;
}
.one-new figure{
    width: 410px;
    padding-right: 35px;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}
.one-new figure a{
    display: block;
    overflow: hidden;
}
.one-new figure a img{
    max-width: none;
    width: 100%;
    webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.one-new figure:hover a img {
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}
.one-new-info{
    width: 100%;
    vertical-align:middle;
    display:table-cell;
    position: relative;
}
.one-new-title{
    margin-bottom: 25px;
    text-transform: none;
}
.one-new-title a{
    color: #fff;
}

/*-------- date ----------- */
.date{
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
}
.date i{
    font-size: 15px;
    color: #f5c913;
    margin-right: 10px;
}


/*-------------------------- news details --------------------------*/
.simple-image{
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    max-width: 55%;
    position: relative;
}

/*--------------- simple list in whole site -----------------*/
.text ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.text ul li{
    position: relative;
}
.text ul li:before{
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-size: 5px;
    position: relative;
    color: #a7a9ac;
    top: -3px;
    margin-right: 10px;
    font-weight: bold;
}

/*------------------------ Tables for whole site ------------------------*/
table {
    width: 100%; 
    border-collapse: collapse; 
    border: none;
    margin-bottom: 20px;
    overflow-x: auto;
    line-height: normal;
    box-sizing: border-box;
}
table th{
    display: table-cell;
    padding: 15px 8px;
    color: #fff;
    background: #1d1e1f;
    border: none;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}
table td{
    display: table-cell;
    padding: 15px 8px;
    text-align: center;
    background: #000;
    border-bottom: 1px solid #1d1e1f;
}

/*------------- Simple gallery in details ------------ */
.simple-gallery{
    margin: 0px -15px;
    padding: 0px;
    list-style-type: none;
}
.simple-gallery li{
    display: inline-table;
    vertical-align: top;
    width: 33.3333%;
    padding: 15px;
    margin-right: -4px;
    box-sizing: border-box;
}
.simple-gallery li a{
    display: block;
}
.simple-gallery li img{
    max-width: none;
    width: 100%;
}
.simple-gallery li a:hover{
    opacity: 0.75;
}

/*table----------------------------------------------------------------------*/
.nl_osn {
    width: 100%;
    margin: 0;
    overflow: hidden;
    font-weight: normal;
    box-sizing: border-box;
}
.nl_osn a {
    font-size: 14px;
    text-decoration: none;
}
.tr {
    width: 100%;
    display: table;
    padding: 8px 0px;
    border-bottom: 1px solid #1d1e1f;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    cursor: default;
    box-sizing: border-box;
}
.tr span,
.th {
    display: table-cell;
    box-sizing: border-box;
}
.download1 {
    width: 72%;
    vertical-align: middle;
}
.size1,
.type1 {
    width: 8%;
    padding: 0 3px;
    text-align: right;
    vertical-align: middle;
}
a.pdf,
a.pdf:visited {
    display: block;
    float: right;
    font-size:12px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 12px;
    display: table-cell;
    top: 3px;
    position: relative;
    color: #fff;
    background: #a31919;
    border-radius: 20px;
}
a.pdf:hover{
    color: #fff;
    background: #555;
}

/*--------------- video -----------------*/
.video{
    max-width: 980px;
    margin: 40px 0px 0px;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 51%;
    height: 0;
    border: none;
    margin-top: 20px;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*--------------- tags -----------------*/
.tagsContainer{
    margin: 30px 0px;
    position: relative;
}
.tagsContainer::before{
    content: '\f02c';
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    color: #fff;
    position: relative;
    left: 0px;
    top: 0px;
    margin-right: 10px;
    font-weight: bold;
}
.tagsContainer .tag-filter {
    display: inline-block;
    padding: 4px 10px;
    margin: 6px 5px 0 0;
    border-radius:3px;
    font-size: 13px;
    color: #888;
    background: #000;
}
.tagsContainer .tag-filter:hover {
    background: #222;
    color: #fff;
}

/*--------------- share buttons -----------------*/
.share-btns{
    display: inline-block;
}

/*contact form------------------------------------------------------------------*/
.map{
    height: 450px;
    overflow: hidden;
    margin-bottom: 35px;
}
.map iframe{
    pointer-events: none;
}
.one-contact{
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 35px;
}
.address{
    float: left;
    width: 45%;
    margin: 0px 5% 40px 0px;
}
.address span{
    color: #000;
    text-transform: uppercase;
}
.address a{
    text-decoration: underline;
}
.address a:hover{
    text-decoration: none;
}
.contact-form {
    margin-bottom: 35px;
    float: left;
    width: 50%;
}

.contact-form h1,
.contact-form h2,
.contact-form h3,
.contact-form h4,
.contact-form h5,
.contact-form h6
{
    color:#696969;
}

.input{
    border: 1px solid #e5e7e9;
    padding: 0 15px;
    margin-bottom: 10px;
    width: 80%;
    height: 45px;
    color: #000;
    font-family: 'OpenSans', 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}
input:focus, textarea:focus {
    outline: none;
}
textarea.input {
    width: 100%;
    height: 150px;
    resize: none;
    padding: 10px;
}
.ok, .error {
    display: block;
    font-size: 13px;
    margin: 10px;
}
.error {
    color: #BF1717;
}
.contact-form .btn{
    margin-top: 15px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #afafaf;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #afafaf;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #afafaf;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #afafaf;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #afafaf;
}

.captcha input {
    width: 250px;
}
.captcha img {
    border: 2px solid transparent;
}
.captcha img:hover{
    border: 2px solid #999;
    opacity: 0.9;
}

.alert {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    display: table;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;

}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-white {
    background-image: linear-gradient(to bottom, #fff, #f9f9f9);
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040;
    padding-left: 61px;
    position: relative;
}
.alert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.alert-white .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #bdbdbd;
}
.alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}
.alert-white.alert-success .icon, .alert-white.alert-success .icon::after {
    border-color: #54a754;
    background: #60c060;
}
.alert-white .icon i {
    font-size: 20px;
    color: #fff;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.styled-select {
    width: 100%;
    height: 40px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #e5e7e9;
    box-sizing: border-box;
}
.styled-select:after{
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    color: #797979;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 10px;
    font-weight: normal;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}
.styled-select select {
    background: transparent;
    width: 110%;
    padding: 0px 10px;
    height: 38px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    color: #a3a3a3;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-family: 'OpenSans', 'Open Sans', Arial, Helvetica, sans-serif;
    outline: none;
    position: relative;
    z-index: 1;
}

/*----------------------- Checkbox and Radio style ----------------------*/
.checkbox-custom, .radio-custom {
    position: relative;
    display: block;
    margin-bottom: 12px;
    line-height: 17px;
}
.checkbox-custom label,.radio-custom label{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    margin:0;
    padding:0;
    cursor:pointer;
    font-size: 14px;
    padding-left: 28px;
}
.checkbox-custom label a, .radio-custom label a{
    text-decoration: underline;
}
.checkbox-custom label a:hover, .radio-custom label a:hover{
    text-decoration: none;
}
.checkbox-custom input[type=checkbox]{
    opacity:0;
    position:absolute;
    margin: 0px;
}
.checkbox-custom input[type=checkbox]+label:before{
    content:'';
    background:#2e2f30;
    border: 1px solid #2e2f30;
    display:inline-block;
    vertical-align:top;
    width: 18px;
    height: 18px;
    text-align:center;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transition:box-shadow .1s ease-in-out;
    -o-transition:box-shadow .1s ease-in-out;
    transition:box-shadow .1s ease-in-out;
    box-sizing: border-box;
}
.checkbox-custom input[type=checkbox]:checked+label:before{
    background: #2e2f30;
    content: '\f00c';
    border: 1px solid #2e2f30;
    color: #fff;
}
.checkbox-custom input[type=checkbox].disabled+label, .checkbox-custom input[type=checkbox]:disabled+label, 
.checkbox-custom input[type=checkbox].disabled+label:before,.checkbox-custom input[type=checkbox]:disabled+label:before, 
fieldset[disabled] .checkbox-custom input[type=checkbox]+label:before{
    cursor:default;
    opacity:.5;
}

.radio-custom.radio-inline{
    padding-left:0;
}
.radio-custom input[type=radio]{
    opacity:0;
    position:absolute;
    margin: 0px;
}
.radio-custom input[type=radio]+label:before{
    border-radius:50%;
    content:'';
    background:#fff;
    border: 1px solid #e5e7e9;
    display:inline-block;
    vertical-align:top;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
    padding:2px;
    margin-right:10px;
    text-align:center;
    box-shadow:inset 0 0 0 8px #fff;
    -webkit-transition:box-shadow .1s ease-in-out;
    -o-transition:box-shadow .1s ease-in-out;
    transition:box-shadow .1s ease-in-out;
    box-sizing: border-box;
}
.radio-custom input[type=radio]:checked+label:before{
    background: #000;
    box-shadow:inset 0 0 0 3px #fff;
}
/*
.radio-custom input[type=radio]:focus+label:before{
  box-shadow:inset 0 0 0 3px #fff;
}*/
.radio-custom input[type=radio].disabled+label, .radio-custom input[type=radio]:disabled+label, .radio-custom input[type=radio].disabled+label:before, .radio-custom input[type=radio]:disabled+label:before, fieldset[disabled] .radio-custom input[type=radio]+label:before{
    cursor:default;
    opacity:.5;
}

.checkbox-custom img {
    width: 20px;
    float: right;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(226,238,224,1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(226,238,224,1);
    box-shadow: 0px 0px 0px 1px rgba(226,238,224,1);
}
.demo-output{
    padding-top: 25px !important;
}

/*----------------------------- pop up ----------------------------*/
.popup{
    display: none;
    max-width: 800px;
    max-height: calc(100vh - 150px);
    overflow: auto;
}
.popup .title{
    margin-bottom: 30px;
}
.popup .title h2{
    text-transform: none;
    margin-top: 10px;
}
.second-title{
    margin-bottom: 20px;
}
.popup .contact-form{
    float: none;
    width: auto;
    margin-bottom: 0px;
}
.popup .cart-pr-item{
    padding: 12px 0px;
    margin-bottom: 30px;
}
.popup .pr-name{
    font-size: 15px;
    max-height: none;
}
.popup .cart-pr-price{
    font-size: 16px;
    margin-top: 7px;
}
.popup .cart-pr-price strike{
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}

.fancybox-slide > div.pop-right-bgr{
    padding: 40px 230px 40px 40px;
    position: relative;
}
.fancybox-slide > div.pop-right-bgr::before{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 185px;
    height: 100%;
    background: url('../images/leaves.jpg') repeat-y;
    background-size: cover;
}
.fancybox-slide > div.pop-top-bgr{
    padding: 160px 40px 40px 40px;
    position: relative;
}
.fancybox-slide > div.pop-top-bgr::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 120px;
    background: url('../images/leaves.jpg') repeat-x;
    background-size: cover;
}

/* sitemap ---------------------------------------------------------------*/
.sitemap ul {
    padding: 0;
    list-style-type: none;
    margin: 0px 0px 0px 20px;
}
.sitemap ul ul,.sitemap ul ul ul, .sitemap ul ul ul ul {
    padding-left: 15px;
    list-style-type: none;
    margin: 10px 0px 10px 20px;
    border-left: 1px solid #C0C0C0;
}
.sitemap ul li {
    padding: 4px;
}
.sitemap a {
    color: #000;
}
.sitemap a:hover {
    color: #9ca0a2;
}

/* error page ---------------------------------------------------------------*/
i.fa-meh-o{
    margin-right: 10px;
}
.error-page{
    background: #FBEEED;
    border: 1px solid #F7D8DD;
    padding: 20px 15px;
    color: #d9534f;
}
.error-page h6{
    margin-bottom: 10px;
    color: #d9534f;
}

.validate-error {
    padding:10px;
    margin:10px 0;
    color: #D8000C;
    background-color: #FFD2D2;
}

/* search results ---------------------------------------------------------------*/
.search-result-wrap .heading{
    font-weight: normal;
    margin-bottom: 25px;
}

/*------------------------ jackpot details page --------------------------*/
.jack-name-image.in-details{
	float: none;
	text-align: center;
	margin-bottom: 60px;
	width: auto;
}
.jack-wrap{
	margin-bottom: 40px;
	border-bottom: 2px solid #27292a;
	padding-bottom: 40px;
    width: 100%;
    display: table;
    table-layout: fixed;
}
.jack-wrap .jackpot-item{
	text-align: left;
	width: 670px;
	vertical-align: middle;
    display: table-cell;
	box-sizing: border-box;
}
.jack-wrap .odometer{
	right: 100px;
	top: 50%;
	margin-top: -36px;
	line-height: 64px !important;
	height: 72px;
}
.jack-wrap .odometer-inside{
	font-size: 48px;
}
.jackpot-details{
	width: 100%;
    vertical-align: middle;
    display: table-cell;
    position: relative;
	font-size: 16px;
	font-weight: 600;
	padding-left: 35px;
	line-height: 30px;
	box-sizing: border-box;
}
.jackpot-details::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	width: 1px;
	height: 56px;
	background: rgba(255,255,255,0.2);
	margin-top: -28px;
}
.jackpot-details strong{
	display: inline-block;
	width: 180px;
	font-weight: 600;
}
.jackpot-details span{
	color: #fff !important;
}
.gold-style .jackpot-details{
	color: #d9af54;
}
.silver-style .jackpot-details{
	color: #b1afaa;
}
.bronze-style .jackpot-details{
	color: #906048;
}

/*------------------------------- profile page -------------------------------*/
.alias-page{
	float: left;
	width: 47%;
	box-sizing: border-box;
}
.password-page{
	float: right;
	width: 47%;
	box-sizing: border-box;
}
.alias-page h5, .password-page h5{
	text-transform: none;
	margin-bottom: 30px;
}
.text-module .input-form{
    padding-left: 50px;
    margin-bottom: 15px;
}
.text-module .pole{
    height: 48px;
    font-size: 14px;
}
.text-module .icon-01:before, .text-module .icon-02:before, .text-module .icon-03:before, .text-module .icon-04:before{
    font-size: 15px;
    top: 15px;
    left: 23px;
}
.text-module .input-form:after{
    height: 34px;
    left: 50px;
}
.text-module .btn{
    margin-top: 20px;
    font-weight: 600;
    padding: 14px 20px;
    min-width: 200px;
    border-radius: 25px;
}

/*--------------------- loading spinner ---------------------*/
.spinner{
    display:none;
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background: rgba(255,255,255,0.8);
    z-index: 900000;
}
body.loading .spinner{
    display: block;
}
.mesh-loader {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.mesh-loader .circle {
    width: 18px;
    height: 18px;
    position: absolute;
    background: rgba(0,0,0,0.8);
    border-radius: 50%;
    margin: -9px;
    -webkit-animation: mesh 3s ease-in-out infinite;
    animation: mesh 3s ease-in-out infinite -1.5s;
}
.mesh-loader > div .circle:last-child {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.mesh-loader > div {
    position: absolute;
    top: 50%;
    left: 50%;
}
.mesh-loader > div:last-child {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.input-place.jq-validate-error,
.checkbox-custom.jq-validate-error input[type="checkbox"] + label::before
{
    border:1px solid red;
}

@-webkit-keyframes mesh {
    0% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    50.00001% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes mesh {
    0% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    50.00001% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*---------------------------- cookies ------------------------------*/
.cookies-wrapper{
	position: fixed;
	bottom: 15px;
	left: 20px;
	right: 20px;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	z-index: 99900;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	animation-duration:0.8s;
 -webkit-animation-duration:0.8s;
 -moz-animation-duration:0.8s;
 -o-animation-duration:0.8s;
 -webkit-animation-name:slideUp;
 animation-name:slideUp
}
.cookies-wrapper.top{
	bottom: auto;
	top: 15px;
}
.cookies-wrapper.dark{
	background: #222;
	color: rgba(255,255,255,0.6);
}
.cookies-wrapper.dark a{
	color: #fff;
}
.cookies-wrapper.cookie-hidden{
	display: none !important;
}
.cookie-text{
	float: left;
	width: calc(100% - 170px);
	padding: 10px 0px;
	box-sizing: border-box;
}
.cookies-wrapper .btn{
	float: right;
	display: block;
	margin-top: 0px;
	width: 150px;
	cursor: pointer;
	background: #f1d600;
	border: none;
	color: #000 !important;
}

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





/*/*media queries----------------------------------------------------------*/

@media only screen and (max-width: 1680px) {
    
}

@media only screen and (max-width: 1500px) {
    
}

@media only screen and (max-width: 1440px) {
    
}

@media only screen and (max-width: 1366px) {
    .game-one{-webkit-flex: 0 0 25%;-ms-flex: 0 0 25%;flex: 0 0 25%;}
    .jackpots-slider{width: calc(100% - 210px);}
    .jackpot-item{padding-left: 10px;}
}

@media only screen and (max-width: 1240px) {
    .b-wrap{height: 125px;}
    .jack-name-image{width: 130px;}
    .jackpots-slider{width: calc(100% - 145px); margin-top: 23px;}
    .odometer-inside{font-size: 26px;}
    .btn.play{width: 120px; font-size: 13px;}
    .game-info{width: calc(100% - 123px);}
    .login-content{padding-top: 85px;}
	#menu{margin-left: 60px;}
}

@media only screen and (max-width: 1150px) {
    .odometer-inside{font-size: 24px;}
	.languages{padding-right: 25px; margin-right: 25px;}
	.link-forgot{margin-left: 10px;}
}
@media only screen and (max-width: 1100px) {
    .odometer{top: 16px;}
	#menu > ul > li{margin-right: 30px;}
	.jack-wrap .jackpot-item{width: 580px;}
	.jack-wrap .odometer{right: 35px;}
}
@media only screen and (max-width: 1050px) {
    .jackpot-item{padding-left: 0px;}
    .odometer-inside{font-size: 22px;}
	#menu{margin-left: 40px;}
}

@media only screen and (max-width: 1025px) {
    .game-one{-webkit-flex: 0 0 33.333%;-ms-flex: 0 0 33.333%;flex: 0 0 33.333%;}
    .link-forgot{font-size: 12px; margin-left: 10px;}
    .one-new figure{width: 340px;}
}
@media only screen and (max-width: 1020px) {
    .jackpot-item{padding-left: 10px;}
    .jackpots-slider{padding: 0 10px; width: calc(100% - 170px);}
    .odometer-inside{font-size: 26px;}
    .odometer{top: 20px;}
	  #menu{display: none;}
    header .responsive-menu-btn{display: block;}
	  .logo{margin: 6px 0px;}
    .logo a img{max-height: 50px;}
    .header-right{margin-top: 13px;}
	  .filter ul li{margin: 0 20px;}
    .login-choice{line-height: 36px; font-size: 13px; padding: 0 25px;}
    .login-choice i{font-size: 16px;}
    .languages{line-height: 36px; font-size: 13px;}
    .login-list, .lang-list{top: calc(100% + 13px);}
}
@media only screen and (max-width: 980px) {
    h1, h2{font-size: 26px;}
    h3{font-size: 24px;}
    h4{font-size: 22px;}
    h5{font-size: 18px;}
	.jack-wrap .jackpot-item img{max-width: 180px;}
	.jack-wrap .odometer-inside{font-size: 38px;}
	.jackpot-details{font-size: 14px; line-height: 24px;}
	.jackpot-details strong{width: 150px;}
	.jack-wrap .jackpot-item{width: 450px;}
	.jack-name-image.in-details{margin-bottom: 50px; margin-top: 20px;}
	.jack-wrap{margin-bottom: 30px; padding-bottom: 30px;}
}

@media only screen and (max-width: 900px) {
    .breadcrumb{margin-bottom: 35px;}
    .odometer{top: 18px;}
    .odometer-inside{font-size: 24px;}
    
    .simple-image{float: none; margin-right: 0px; max-width: none; text-align: center;}
    .simple-image img{max-width: none; width: 100%;}
    .simple-gallery li{width: 50%;}
}

@media only screen and (max-width: 860px) {
    .odometer-inside{font-size: 22px;}
    .odometer{top: 16px;}
}

@media only screen and (max-width: 800px) {
    h4{font-size: 20px;}
    .jackpot-item{text-align: center;}
    .odometer-inside{font-size: 26px;}
    .odometer{top: 18px; right: calc(50% - 145px);}
    .game-one{-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;flex: 0 0 50%;}
    .jack-wrap .jackpot-item img{max-width: 140px;}
    .jack-wrap .odometer-inside{font-size: 32px;}
    .jack-wrap .jackpot-item{width: 360px;}

    .address{float: none; width: 100%; margin-right: 0px; margin-bottom: 30px;}
    .map-place{float: none; width: auto;}
    .contact-form{float: none; width: auto;}
    .image-gallery{float: none; width: auto; margin-bottom: 25px;}
    .description-wrap{width: auto; padding-left: 0px; float: none;}
    .buy-wrap .btn{float: left; width: calc(50% - 35px); margin-right: 10px;}
    .one-new{display: block; table-layout: auto;}
    .one-new figure{width: auto; padding-right: 0px; display: block; margin-bottom: 20px;}
    .one-new-info{display: block; width: auto;}
}

@media only screen and (max-width: 740px) {
    .filter ul li a{padding: 3px; font-size: 13px;}
    .filter{margin-bottom: 6px; margin-top: -20px;}
    .login-content{padding-top: 55px;}
    .alias-page, .password-page{float: none; width: auto; margin-bottom: 60px;}
    .jack-wrap{display: block; table-layout: inherit;}
    .jack-wrap .jackpot-item{width: auto; display: block; padding: 0px;}
    .jackpot-details{display: block; width: auto;}

    .captcha input{width: 170px;}
    .fancybox-slide > div.pop-right-bgr{padding: 25px 125px 25px 25px;}
    .fancybox-slide > div.pop-top-bgr{padding: 95px 25px 25px 25px;}
    .popup{max-width: 90%;}
}

@media only screen and (max-width: 680px) {
    .link-forgot{display: none;}
    .languages{border-right: none; padding-right: 0px;}
    .login-list{width: 290px;}
}

@media only screen and (max-width: 640px) {
	.lang-choice span{display: none;}
	.lang-choice img{margin-right: 0px;}
}

@media only screen and (max-width: 550px) {
    .jack-name-image{float: none; margin: 20px auto 0px; width: 100px;}
    .jackpots-slider{float: none; width: auto; margin-top: 2px;}
    .b-wrap{height: 148px;}
    .jack-name-image.in-details{margin-bottom: 35px; margin-top: 0px;}
    .jack-wrap .odometer{right: 0px;}

    .simple-gallery li{width: auto; margin-right: 0px; display: block; padding: 10px 0px;}
    .simple-gallery{margin: 0px;}
    table {display: block; overflow-x: auto; white-space: nowrap; width: 100%;}
    .fancybox-slide > div.pop-right-bgr, .fancybox-slide > div.pop-top-bgr{padding: 25px;}
    .fancybox-slide > div.pop-right-bgr::before{display: none;}
    .fancybox-slide > div.pop-top-bgr::before{display: none;}
    .input{width: 100%;}
}

@media only screen and (max-width: 500px) {
    .filter ul li{margin: 0 10px;}
    header .responsive-menu-btn{margin-left: 17px;}
    h1, h2{font-size: 24px;}
    h3{font-size: 22px;}
    .text-module{margin-bottom: 25px;}
    .game-one{-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;}
    .game-one:hover{transform: translate3d(0, 0, 0) scale(1);}
    .login-content{padding-top: 40px;}
    .login-title{margin-bottom: 23px;}
    .login-page .btn{margin-top: 10px;}
}

@media only screen and (max-width: 480px) {
    .login-choice{padding: 10px 0px 0px; font-size: 0px; line-height: normal; width: 36px; height: 36px; text-align: center; box-sizing: border-box;}
    .login-choice i{margin-right: 0px; position: relative; top: auto;}
    .login-choice span{display: none;}
    .login-choice.logout{width: 36px; line-height: 36px; font-size: 13px;}
    .languages{margin-right: 20px; font-size: 12px;}
    .lang-choice i{margin-left: 8px;}
    .logged-user{padding-bottom: 50px;}
    .logged-user .login{position: absolute; float: none; left: 0px; right: 0px; padding: 7px 20px; bottom: 0px; background: #000;}
    .login-choice.logout{float: right;}
    .user-balance{text-align: left;}
    .logged-user .languages{margin-right: 0px;}
}

@media only screen and (max-width: 430px) {
    .content .title{margin-bottom: 0px;}
    .breadcrumb{margin-bottom: 25px;}
}
@media only screen and (max-width: 390px) {
    .jackpot-item{padding: 0px;}
    .odometer{right: calc(50% - 136px);}
	.jack-wrap .odometer-inside{font-size: 28px;}
}

@media only screen and (max-width: 360px) {
    .filter ul li{margin: 0px 7px;}
    .filter{margin-bottom: 3px;}
    .content{padding: 35px 0px;}
    .wrapper{padding: 0 10px;}
    h5{font-size: 17px;}
    h6{font-size: 16px;}
    .one-new-title{margin-bottom: 20px;}
    .odometer-inside{font-size: 24px;}
    .b-wrap{height: 142px;}
    .jackpot-details{font-size: 13px; padding-left: 25px;}
    .jackpot-details strong{width: 130px;}
    .jack-wrap .jackpot-item img{max-width: 125px;}
}

@media only screen and (max-width: 340px) {
    .odometer{top: 16px; right: calc(50% - 125px);}
    .odometer-inside{font-size: 22px;}
    .b-wrap{height: 136px;}
}

@media only screen and (max-width: 320px) {
    .odometer{right: calc(50% - 117px);}
}

