@import url(https://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic,100);
.webgl-content * {border: 0; margin: 0; padding: 0}
.webgl-content {top: 0; left: 0;}

/*.loading-page .logo, .progress {position: absolute; left: 0%; top: 0%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}*/
/*.loading-page .logo {background: url('progressLogo.Light.png') no-repeat center / contain; width: 154px; height: 130px;}*/
.webgl-content .progress {height: 18px; width: 141px; margin-top: 90px;}
.webgl-content .progress .empty {float: right; width: 100%; height: 100%; display: inline-block;}
.webgl-content .progress .full {float: left; width: 0%; height: 100%; display: inline-block;}



.webgl-content .footer {margin-top: 5px; height: 38px; line-height: 38px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 18px;} 
.webgl-content .footer .webgl-logo, .title, .fullscreen {height: 100%; display: inline-block; background: transparent center no-repeat;} 
.webgl-content .footer .webgl-logo {width: 204px; float: left;}
.webgl-content .footer .title {margin-right: 10px; float: right;}
.webgl-content .footer .fullscreen { width: 38px; float: right;}

h1,p,h2,h3,h4,ul,li,div {
    margin: 0;
    padding: 0;
}
body, html{
    margin:0;
    padding:0;
}
body{
	background-color:#0d0d0d
}

#gameContainer canvas{
    position:absolute;
    transform:translate(-50%, -50%);
    top:50%;
    left:50%;

}

.loading-page{
    position:absolute;
    bottom:0;
    top:0;
	left:0;
	right:0;
    color:#aaa;
    font-size:9px;
    font-family:sans-serif;
    font-family:sans-serif;

    /*want to remove the simmer branding? uncomment display:none below!*/
    display:none;
}
.simmer{
    position:absolute;
    bottom:10px;
    right:10px;
    color:#aaa;
    font-size:9px;
    font-family:sans-serif;
    font-family:sans-serif;

    /*want to remove the simmer branding? uncomment display:none below!*/
    /*display:none;*/
}


.simmer a{
    color:#cccccc;
    text-decoration:none;
    font-size:12px;
    transition:opacity 3s;

}

.simmer a:hover{
    color:#fff;
    text-decoration:underline;
}

.simmer.hide {
    opacity:0;
}
#LoadingGame{
    display: inline-block;
    position: absolute;
    width: 100%;
    background-color: white;
    height: 100%;
    overflow: hidden;
}
.page-bg{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    display: table;
    background-color: #000000c4;
}
#adTitle {
    width: 100%;
    height: 350px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}
#adTitle .titleText {
    vertical-align: middle;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    color: #FFF;
    font-size: 16px;
    line-height: 26px;
}
#adTitle img {
    border-radius: 10px;
    width: 250px;
    box-shadow: 1px 1px 5px black;
    transition: .1s;
    -webkit-transition: .1s;
}
/*#adTitle .titleText button {*/
/*    display: inline-block;*/
/*    background: #99c506;*/
/*    background: linear-gradient(#2EFE2E, #088A29);*/
/*    margin: 10px;*/
/*    padding: 15px 25px;*/
/*    border-radius: 10px;*/
/*    border: 2px solid #fff;*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*    font-weight: 600;*/
/*    text-transform: uppercase;*/
/*    cursor: pointer;*/
/*    box-shadow: 1px 1px 5px black;*/
/*    transition: .1s;*/
/*    -webkit-transition: .1s;*/
/*}*/
#adTitle .titleText .GameNameText {
    vertical-align: middle;
    font-family: arial;
    color: #FFF;
    font-size: 18px;
    line-height: 45px;
    width: 100%;
    height: 45px;
    overflow: hidden;
    background: linear-gradient(to right,rgba(30,87,153,0) 0,rgba(0,0,0,.3) 50%,rgba(125,185,232,0) 100%);
}


#buttons {
    padding-top: 50px;
    text-align: center;
}
.btn {
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    margin: 20px;
    color: #fff;
    position: relative;
    display: inline-block;
}

.btn:active {
    transform: translate(0px, 5px);
    -webkit-transform: translate(0px, 5px);
    box-shadow: 0px 1px 0px 0px;
}

.orange {
    background-color: #e62239;
    box-shadow: 0px 5px 0px 0px #cd0930;
}

.orange:hover {
    background-color: #ff3c42;
    cursor: revert;
}

.txt {
    color: #fff;
}


.loading-page {
    background: #0d0d0d;
}
.loading-page .counter {
    text-align: center;
    position: fixed;
    left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
.loading-page .counter p {
    font-size: 40px;
    font-weight: 100;
    color: #f60d54;
    font-family: Roboto;
}
.loading-page .counter h1 {
    color: white;
    font-size: 60px;
    margin-top: -10px;
}
.loading-page .counter hr {
    background: #f60d54;
    border: none;
    height: 1px;
}
.loading-page .counter {
    width: 200px;
}
.loading-page .counter h1.abs {
    position: absolute;
    top: 0;
    width: 100%;
}
.loading-page .counter .color {
    width: 0px;
    overflow: hidden;
    color: #f60d54;
}
.counter .mlogo {
    position: relative;
    display: block;
    width: 150px;
    height: 130px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.boxLoading {
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;}
.boxLoading:before {
     content: '';
     width: 50px;
     height: 5px;
     background: #000;
     opacity: 0.1;
     position: absolute;
     top: 59px;
     left: 0;
     border-radius: 50%;
     animation: shadow .5s linear infinite;
 }
.boxLoading:after {
     content: '';
     width: 50px;
     height: 50px;
     background: #f60d54;
     animation: animate .5s linear infinite;
     position: absolute;
     top: 0;
     left: 0;
     border-radius: 3px;
 }


@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        transform: translateY(0) rotate(90deg);
    }
}


@keyframes shadow {
    0%, 100% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1);
    }
}
.icon img {
    width: 100%;
}