/* 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;
}

.btn {
    border-radius: 0;
    padding: 6px 30px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn-primary {
    background-color: #8e70d4;
    border-color: #8e70d4;
}

.btn-primary:hover {
    background-color: #8e70d4;
    border-color: #8e70d4;
    font-weight: bold;
    opacity: .8;
}

.heading {
    margin: 0 0 100px 0;
    font-size: 32px;
    line-height: 38px;
    color: #0c3135;
    font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
}

header {
    background-color: #17141f;
    height: 65px;
}

header .logo {
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: -50px;
    z-index: 5;
}

header .logo img {
    height: 88px;
}

.intro {
    background: url(../imgs/intro-02.jpg) top center no-repeat;
    height: 340px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.available-games {
    background-color: #281a3d;
    height: 110px;
    box-shadow: 0px 0px 30px #19062d;
    text-align: center;
}

.available-games .icon {
    margin-top: -19px;
}

.available-games .icon.inactive {
    opacity: .4;
}

.available-games .icon.inactive a {
    pointer-events: none;
}

.container-fluid {
    max-width: 1350px;
}

.games {
    margin: 90px 0 0 0;
}

.games .games-category {
    background-color: #17141f;
    margin-bottom: 45px;
    border-top: 5px solid #291e3c;
    border-bottom: 5px solid #291e3c;
}

.games .games-category h3 {
    color: #fff;
    font-size: 38px;
    line-height: 68px;
    display: block;
}

.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 {
    margin: 0 0 20px 0;
}

.games .games-list .game {
    position: relative;
}

.games .games-list .game .game-box {
    padding: 1px;

    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 50px 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;
}

.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;
}

.games .games-list .game .game-img a {
    display: block;
    overflow: hidden;
    position: relative;
}

.games .games-list .game:hover .game-img a img {
    opacity: 0;
}

.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;
}


.intersection-01 {
    position: absolute;
    top: 0;
    left: -100px;
    height: 431px;
    width: 471px;

    animation: move 10s ease infinite;
}

.intersection-02 {
    position: absolute;
    top: 0;
    left: -100px;
    height: 431px;
    width: 471px;

    animation: move 15s ease infinite;
}


.intersection-04 {
    position: absolute;
    top: 0;
    right: -100px;
    height: 431px;
    width: 471px;

    animation: move-right 10s ease infinite;
}

.intersection-03 {
    position: absolute;
    top: 0;
    right: -100px;
    height: 431px;
    width: 471px;

    animation: move-right 15s ease infinite;
}

@keyframes move {
    50% {
        left: -250px;
    }
}

@keyframes move-right {
    50% {
        right: -250px;
    }
}

.middle-01 {
    position: absolute;
    top: 0;
    width: 362px;
    left: 50%;
    margin-left: -181px;

    animation: opacity 10s ease infinite;
}

.middle-02 {
    position: absolute;
    top: 0;
    width: 504px;
    left: 50%;
    margin-left: -252px;

    animation: opacity 5s ease infinite;
}


@keyframes opacity {
    50% {
        opacity: .5;
        left: 51%;
    }
}

.more {
    margin: 0 auto;
    display: table;
}