/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: Exo\ 2,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #6b6b6b;
    background: #1f1530 url('../imgs/bgr.svg') top center repeat;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {padding: 100px 0;}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {font-family: Exo\ 2,sans-serif; color: #222;}

h1 {font-size: 26px; line-height: 32px;}
h2 {font-size: 22px; line-height: 28px;}
h3 {font-size: 18px; line-height: 28px;}
h4 {font-size: 18px; line-height: 28px;}
h5 {font-size: 18px; line-height: 28px;}
h6 {font-size: 18px; line-height: 28px;}

strong {font-weight: 700;}

a {
    color: #da763a;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #da763a;
    outline: 0;
    text-decoration: none;
}

p {
    color: #6b6b6b;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

header {
    background-color: #17141f;
    height: 65px;
    border-bottom: 1px solid #f39e20;
}

header nav ul {
    text-align: center;
}

header nav ul li {
    display: inline-block;
    margin: 20px 10px;
}

header nav ul li a {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    background: -webkit-linear-gradient(#ed7c31 0%, #fcc403 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

header nav ul li a:hover {
    opacity: .8;
}

header .right-nav {
    text-align: right;
}

header .right-nav ul {
    font-size: 0;
}

header .right-nav li {
    display: inline-block;
    color: #fff;
    border-right: 1px solid #fcc4036b;
    padding: 0 20px;
    margin: 18px 0;
    font-size: 14px;
}

header .right-nav li:last-of-type {
    border-right: 0;
    padding-right: 0;
}

header .logo {
    display: inline-block;
}

header .logo img {
    height: 90px;
}

header .nav-right {
    text-align: right;
}

header .acc-name {
    color: #fff;
    display: inline-block;
}

header .acc-balance {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    background: -webkit-linear-gradient(#ed7c31 0%, #fcc403 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 0 3px;
}

header .dropdown-menu {
    margin: 10px 0 0 0;
    background-color: #17141f;
    border: 1px solid rgb(242, 157, 31);
    border-radius: 0;
}

header .dropdown-item {
    color: #fff;
    border-bottom: 1px solid #505050;
}

header .dropdown-item:last-of-type {
    border-bottom: 0;
}

header .dropdown-item:hover,
header .dropdown-item:focus,
header .dropdown-item:active {
    color: #fed004;
    text-decoration: none;
    background-color: #17141f;
}

.game-categories {
    padding: 40px 0 30px;
}

.game-categories .game-category {
    position: relative;
    overflow: hidden;
    background-color: #e6007e;
    filter: drop-shadow(0 0px 20px rgba(101, 40, 193, 0.5));

    padding: 1px;
    background: #ffe115;
    background: -webkit-gradient(linear,left top,left bottom,from(#ffe115),to(#e70c78));
    background: linear-gradient(#ffe115,#e70c78);
}

.game-categories .game-category:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}

.game-categories .game-category .category-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 40%;
    text-align: left;
}

.game-categories .game-category .category-info:before {
    content: "";
    width: 460px;
    height: 320px;
    position: absolute;
    left: -110px;
    bottom: -250px;
    background: -webkit-linear-gradient(#ffd370 0%, #f7ad07 50%);
    border-radius: 20% 100% 0% 0;
    opacity: .8;
}

.game-categories .game-category .category-info h3 {
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
    z-index: 2;
    position: relative;
    color: #fff;
}

.game-categories .game-category .category-info a:hover {
    opacity: .9;
}

.mysterys {
    padding: 30px 0;
    position: relative;
    background: url(../imgs/hiclipart-01.png) center center no-repeat;
    background-size: cover;
}

/*.mysterys .main-img {
    position: absolute;
    right: 23%;
    bottom: -30px;
    max-width: 380px;
    z-index: -1;
}*/

.mysterys h1 {
    font-size: 58px;
    line-height: 72px;
    margin: 0 0 30px 0;
    font-weight: bold;
    background: -webkit-linear-gradient(bottom, #fdb125 0%, #e07e1e 51%, #fcb100 54%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 25px #4d0148);
    text-align: center;
}

.mysterys .mystery {
    padding: 15px 20px;
    background-color: #17141f;
    position: relative;
    width: 100%;
    height: 100%;
}

.mysterys .mystery .glass:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background-color: #fff;
    z-index: -1;
    background: linear-gradient(235deg, #e6007e, #010615, #00bcd4);
}

.mysterys .mystery .glass:after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background-color: #fff;
    z-index: -1;
    filter: blur(10px);
    background: linear-gradient(235deg, #e6007e, #010615, #00bcd4);
}

.mysterys .mystery .glass {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
}

.mysterys .mystery .mystery-name {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.mysterys .mystery .mystery-subname {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.mysterys .mystery .mystery-value {
    font-size: 28px;
    line-height: 28px;
    margin: 17px 0 0 0;
    font-weight: bold;
    background: -webkit-linear-gradient(#ed7c31 0%, #fcc403 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    text-align: right;
}

.mysterys .mystery .progress {
    margin: 10px 0;
}

.mysterys .mystery .progress .progress-bar {
    background-color: #fcc403;
}

.mysterys .mystery .mystery-hint {
    color: #ff2b9f;
}

.mysterys .mystery .mystery-hint span {
    font-weight: bold;
}


.hot-games {
    padding-top: 30px;
    padding-bottom: 15px;
}

.hot-games .games-list.slots {
    padding-top: 0 !important;
}

.hot-games .games-list .game .game-box {
    background: none !important;
}

.hot-games .hot-game-box {
    position: relative;
    overflow: hidden;
    background-color: #e6007e;
    filter: drop-shadow(0 0px 20px rgba(101, 40, 193, 0.5));
    padding: 1px;
    background: #ffe115;
    background: -webkit-gradient(linear,left top,left bottom,from(#ffe115),to(#e70c78));
    background: linear-gradient(#ffe115,#e70c78);
}


.container-fluid {
    max-width: 1350px;
}

.games .games-category {
    background-color: #17141f;
    border-top: 5px solid #291e3c;
    border-bottom: 5px solid #291e3c;
}

.games .games-category .heading {
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    display: block;
    margin: 15px 0;
}

.games .games-category .heading img {
    margin-right: 8px;
    height: 25px;
    position: relative;
    top: -4px;
}

.games h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 35px 0;
}

.games h4 img {
    margin-right: 5px;
    vertical-align: bottom;
}

.games .games-list {
    padding-top: 30px;
}

.games .games-list .game {
    position: relative;
}

.games .games-list .game .game-box {
    padding: 1px;
    position: relative;

    background: #FFE115;
    background: -webkit-linear-gradient(#FFE115, #E70C78);
    background: -moz-linear-gradient(#FFE115, #E70C78);
    background: -o-linear-gradient(#FFE115, #E70C78);
    background: -ms-linear-gradient(#FFE115, #E70C78);
    background: linear-gradient(#FFE115, #E70C78);

    margin: 0 0 30px 0;

    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.hot-games .games-list .game .game-box .game-badges {
    top: 5px !important;
    right: 20px !important;    
}

.hot-games .games-list .game.in-hot .game-box .game-badges {
    top: 5px !important;
    right: 5px !important;
}

.games .games-list .game .game-box .game-badges {
    position: absolute;
    top: 5px;
    right: 5px;
}

.games .games-list .game .game-box .game-badges .game-badge {
    background-color: #17141f;
    border: 1px solid #e70c77;
    border-radius: 0;
    padding: 4px 15px;
    display: table;
    margin: 0 0 5px auto;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    filter: drop-shadow(0 0px 20px rgba(101, 40, 193, 0.5));
    opacity: .8;
}

.games .games-list .game .game-box .game-badges .game-badge .game-text-badge {
    background: -webkit-linear-gradient(#f7f7f7 0%, #e2b4b4 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.games .games-list .game .game-box .game-badges .game-badge .game-text-badge span.yellow {
    background: -webkit-linear-gradient(#ed7c31 0%, #fcc403 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.games .games-list .game .game-box .game-badges .game-badge .game-text-badge span.green {
    background: -webkit-linear-gradient(#1c4c0d 0%, #6fd017 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.games .games-list .game:hover .game-box {

    opacity: .9;
}

.games .games-list .game.coming-soon .game-box {
    opacity: .3;
    position: relative;
    pointer-events: none;
}

.games .games-list .game.coming-soon .coming-soon-text {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    z-index: 5;
    opacity: 1;
    text-align: center;
}

.games .games-list .game .game-img {
    position: relative;
}

.games .games-list .game .game-img.open .game-info-box {
    display: block;
}

.games .games-list .game .game-info-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 6;
    padding: 20px 25px;
    display: none;
}

.games .games-list .game .game-info-box h3 {
    color: #f9ad2c;
    font-weight: bold;
}

.games .games-list .game .game-info-box .close-box {
    position: absolute;
    top: 12px;
    right: 17px;
    background: url(../imgs/close.svg);
    background-size: 100%;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.games .games-list .game .game-info-box .croupier {
    margin: 0 0 8px 0;
    color: #fff;
}

.games .games-list .game .game-info-box .croupier span {
    color: #8E70D4;
}

.games .games-list .game .game-info-box ul li {
    color: #fff;
    list-style: circle;
    list-style-position: inside
}

.games .games-list .game .game-info-box .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 25px;
    border-radius: 0;
    
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.games .games-list .game .game-img a {
    display: block;
    overflow: hidden;
    position: relative;
}

.games .games-list .game .game-img a video {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.games .games-list .game:hover .game-img a video {
    opacity: 1;
}

.games .games-list .game .game-img img {

    -webkit-transition: all .0s;
    -moz-transition: all .0s;
    -o-transition: all .0s;
    transition: all .0s;
}

.games .games-list.slots .game:hover .game-img a img {
    transform: scale(1.08);
}

.games .games-list.slots .game .game-img img {
    width: 100%;

    opacity: 1 !important;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.games .games-list .game .game-img .game-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 9px 0;
    z-index: 5;
}

.games .games-list .game .game-img .game-top .between {
    color: #fff;
    text-align: right;
    padding: 0 15px;
    font-weight: bold;
}

.games .games-list .game .game-bottom {
    background-color: #171226;
    padding: 8px 0;
}

.games .games-list .game .game-bottom .game-players {
    text-align: right;
    padding: 0 15px;
}

.games .games-list .game .game-bottom .game-players .sep {
    color: #8E70D4;
    position: absolute;
    top: -10px;
    margin-left: -15px;
    font-size: 27px;
    font-weight: lighter;
}

.games .games-list .game .game-bottom .game-players .count {
    color: #8E70D4;
    font-weight: bold;
}

.games .games-list .game .game-bottom .game-players img {
    width: inherit;
    margin: 0 5px;
}

.games .games-list .game .game-info img {
    height: 19px;
    position: relative;
    top: 2px;
    margin: 0 auto 0 0;
    display: block;
    width: inherit;
    cursor: pointer;
}

.games .games-list .game .game-info {
    padding: 0 15px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}


footer {
    background-color: #17141f;
    border-top: 5px solid #291e3c;
    padding: 15px 0;
    color: #949494;
    text-align: center;
}


.radio,
.checkbox {
    padding: 0 0 0 26px;
    position: relative;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 0;
    width: 17px;
    height: 17px;
}

.checkbox label::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    border: 1px solid #cccccc;
    background-color: #fff;
}

.checkbox label::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0px;
    top: 3px;
    font-size: 12px;
    line-height: 18px;
    color: #555555;
    text-align: center;
}


.checkbox input[type="checkbox"]:checked+label::after {
    font-family: "FontAwesome";
    content: "\f00c";
    background-color: #ff2b9f;
    color: #fff;
}


.radio label::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;

    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;

    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background-color: #555555;

    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);

    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}


.games-filter h3 {
    color: #fff;
    margin: 0 0 20px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.11);
    padding: 0 0 5px 0;
}

.games-filter .select-all {
    display: inline-block;
    color: #fcc403;
    opacity: .8;
}

.games-filter .select-all:hover {
    text-decoration: underline;
}

.games-filter .filter-select {
    text-align: right;
    display: block;
    float: right;
    border: 1px solid #ff2b9f;
    padding: 7px 30px;
    color: #fff;
    cursor: pointer;
}

.games-filter.open .filter-select {
    background-color: #ff2b9f;
}

.games-filter.open .filter-select img {
    transform: rotate(-180deg);
}

.games-filter .filter-select img {
    margin-left: 7px;
    height: 10px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.games-filter.open .filter-options {
    display: block;
}

.games-filter .filter-options {
    padding: 30px;
    background-color: #17141f;
    border-top: 5px solid #291e3c;
    margin: 20px 0;
    display: none;
}

.games-filter .filter-options label {
    color: #fff;
    line-height: 16px;
}



.row {
    margin-right: -7px;
    margin-left: -7px;
}

div[class*="col"] {
    padding: 0 7px;
}

.container-fluid {

}

.live-games {
    margin: 30px 0 0 0;
}

.game-action {
    position: absolute;
    bottom: 0;
    z-index: 5;
}

.game-action ul {
    padding: 10px;
}

.game-action ul li {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    margin: 0 1px;
    width: 35px;
}
    
.game-action ul li img {
    padding: 4px 7px;
}

.game-action.last-cards li {
    padding: 0;
    width: inherit;
    border: 0;
}

.game-action.last-cards li img {
    padding: 0;
    height: 40px;
}

.game-action.blackjack-slots {
    width: 100%;
    text-align: center;
}

.game-action.blackjack-slots li:first-of-type,
.game-action.blackjack-slots li:last-of-type {
    position: relative;
    top: -10px;
}

.game-action.blackjack-slots li:nth-child(2),
.game-action.blackjack-slots li:nth-last-child(2) {
    position: relative;
    top: -5px;
}

.game-action.blackjack-slots ul li img {
    padding: 0;
}

.game-action.last-numbers li.num-black {background-color: #000;}
.game-action.last-numbers li.num-red {background-color: #EA4335;}
.game-action.last-numbers li.num-green {background-color: #34A853;}