.top-header {
    position: absolute
}

.game-loby {
    display: block
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 35px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .6;
    color: white
}

.footer .text-wrapper a {
    color: #ff305c
}

.page-content {
    height: auto
}

.load-bar {
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
    text-align: center
}

.load-bar img {
    vertical-align: middle
}

.load-bar:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

div.download{display: table; width: 100%; position: relative; background-color: #262626; height: 50px; margin-bottom:10px;}
div.download a{display: table; width: 33.3%; float: left; text-align: center; color: #fff; text-decoration: none; font-size: 0.7em;}
div.download a.border:after{
    display: block;
    content: '';
    position: absolute;
    border-right: 1px solid #fff;
    height: 40px;
    top: 4px;}
	
div.header-right{position:absolute; font-size: 2em; right: 10px; top: 1.5em}
@keyframes loading {
    from {
        left: 50%;
        width: 0;
        z-index: 100
    }
    33.3333% {
        left: 0;
        width: 100%;
        z-index: 10
    }
    to {
        left: 0;
        width: 100%
    }
}

@media screen and (max-width: 991px) {
    .banner-section {
        padding-bottom: 0
    }
}

@media screen and (max-width: 768px) {
    .banner-section {
        padding-bottom: 0
    }
    .banner-section #btn_create_account {
        height: 50px
    }
    .banner-section #btn_create_account .tablet {
        display: inline-block;
        float: left;
        clear: left;
        text-align: left;
        margin-top: -16px;
        background-color: rgba(0, 83, 117, 0.7);
        padding: 15px;
        height: 65px;
        line-height: 35px;
        font-size: 1em
    }
    .banner-section #btn_create_account .desktop {
        display: none
    }
    .banner-section .text-over {
        bottom: unset;
        left: unset;
        width: auto;
        top: 0;
        right: 0
    }
    .banner-section .text-over span {
        float: right;
        font: bold 14px/24px Helvetica, Sans-Serif;
        padding: 5px 5px 5px 10px
    }
}