﻿/* Variables */
body {
    overflow-x: hidden;
}

*:focus {
    outline: 0 !important;
}

#gameWrapper {
    background-image: url("../assets/img/background-tmp.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.game-content {
    margin-bottom: 20px;
}

.top-content > * {
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 100%;
}

.bottom-content > * {
    max-width: 100%;
}

div.facebook-login {
    text-align: center;
    padding-left: 700px;
    margin-top: 227px;
}

div.facebook-login a {
    display: inline-block;
    width: 191px;
    height: 50px;
    text-indent: -400px;
    overflow: hidden;
    border: 0;
}

div.facebook-login a:hover {
    opacity: 1;
}

div.facebook-login small {
    font-size: 9px;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-top: -3px;
}

#registerUser {
    padding-top: 28px;
    margin-top: 18px;
    min-height: 750px;
    background: no-repeat center;
    background-size: cover;
}

#gameWrapper .logo, .progress {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#gameWrapper .logo {
    background: url('playspace-loading.gif') no-repeat center / cover;
    width: 400px;
    height: 400px;
}

#gameWrapper .progress {
    height: 18px;
    width: 141px;
    margin-top: 225px;
}

#gameWrapper .progress .empty {
    background: url('progressEmpty.Light.png') no-repeat right / cover;
    float: right;
    width: 100%;
    height: 100%;
    display: inline-block;
}

#gameWrapper .progress .full {
    background: url('progressFull.Light.png') no-repeat left / cover;
    float: left;
    width: 0%;
    height: 100%;
    display: inline-block;
}

#gameWrapper .logo.Dark {
    background-image: url('progressLogo.Dark.png');
}

#gameWrapper .progress.Dark .empty {
    background-image: url('progressEmpty.Dark.png');
}

#gameWrapper .progress.Dark .full {
    background-image: url('progressFull.Dark.png');
}

#unityContainer {
    margin-left: auto;
    margin-right: auto;
}

.ads-container {
    width:100%;
}

.ads-slot {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}