html {
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: #698d41 url('image/background.png');
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    touch-action: none
}

body:before {
    content: ' ';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(7, 14, 30, 0.70588235294)
}

* {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

a {
    color: #ddd;
    transition: all 0.15s ease-in-out
}

a:hover,
a:active,
a:focus {
    color: #eee
}

main {
    position: relative;
    z-index: 2
}

.icon-loading {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.4em solid rgba(255, 255, 255, 0.4);
    border-right: 0.4em solid rgba(255, 255, 255, 0.4);
    border-bottom: 0.4em solid rgba(255, 255, 255, 0.4);
    border-left: 0.4em solid #eee;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: 1.1s linear infinite icon-loading;
    animation: 1.1s linear infinite icon-loading
}

@-webkit-keyframes icon-loading {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes icon-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.button {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: #444;
    color: #eee;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    transition: all 0.15s ease-in-out
}

.button-facebook {
    background-color: #4267b2
}

.button-facebook:hover,
.button-facebook:active {
    background-color: #365899
}

.button-facebook .icon-facebook {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 11px 0;
    background: url('image/icon-facebook.png') no-repeat;
    background-size: cover;
    background-position: center
}

.button-google {
    background-color: #dd4b39
}

.button-google:hover,
.button-google:active {
    background-color: #ba3f31
}

.button-twitter {
    background-color: #1b95e0
}

.button-twitter:hover,
.button-twitter:active {
    background-color: #0c7abf
}

.button-twitter .icon-twitter {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 11px 0;
    background: url('image/icon-twitter.png') no-repeat;
    background-size: cover;
    background-position: center
}

.button-youtube {
    background-color: #e52d27
}

.button-youtube:hover,
.button-youtube:active {
    background-color: #ba2521
}

.button-youtube .icon-youtube {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 11px 0;
    background: url('image/icon-youtube.png') no-repeat;
    background-size: cover;
    background-position: center
}

.button-creator {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px
}

.button-creator:hover,
.button-creator:active {
    border-color: rgba(255, 255, 255, 0.4)
}

.button-creator .icon-twitter {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 11px 4px 11px 0;
    vertical-align: top;
    background: url('image/icon-twitter.png') no-repeat;
    background-size: cover;
    background-position: center
}

.button-green {
    background-color: #47950d;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2), 0 4px 0 #358300
}

.button-green:hover,
.button-green:active {
    background-color: #64b820
}

@-webkit-keyframes fade-in {
    to {
        opacity: 1;
    }
}

@keyframes fade-in {
    to {
        opacity: 1;
    }
}

.is-fade-in {
    opacity: 0;
    -webkit-animation: fade-in 0.15s ease-in 1 forwards;
    animation: fade-in 0.15s ease-in 1 forwards
}

body.home {
    height: 100%;
    overflow: hidden
}

body.home:before {
    display: none
}

body.home .home-loading {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

body.home .home-loading:before {
    content: ' ';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: rgba(7, 14, 30, 0.70588235294)
}

body.home .home-loading .home-loading-props .home-loading-tree {
    position: absolute;
    display: block;
    width: 128px;
    height: 128px;
    background: url('image/prop-tree.png') no-repeat center;
    background-size: cover;
    z-index: 5
}

body.home .home-loading .home-loading-props .home-loading-player-scar {
    position: absolute;
    display: block;
    width: 68px;
    height: 212px;
    background: url('image/player-scar.png') no-repeat center;
    background-size: cover;
    z-index: 3
}

body.home .home-loading .home-loading-props .home-loading-player-regular {
    position: absolute;
    display: block;
    width: 68px;
    height: 72px;
    background: url('image/player-regular.png') no-repeat center;
    background-size: cover;
    z-index: 3
}

body.home .home-loading .home-loading-props>*:nth-child(1) {
    top: 20%;
    left: 20%;
    transform: rotate(20deg)
}

body.home .home-loading .home-loading-props>*:nth-child(2) {
    bottom: 20%;
    left: 40%;
    transform: rotate(60deg)
}

body.home .home-loading .home-loading-props>*:nth-child(3) {
    top: 50%;
    right: 20%;
    transform: rotate(90deg)
}

body.home .home-loading .home-loading-props>*:nth-child(4) {
    bottom: 10%;
    left: 30%;
    transform: rotate(49deg)
}

body.home .home-loading .home-loading-props>*:nth-child(5) {
    top: 15%;
    right: 35%;
    transform: rotate(200deg)
}

body.home .home-loading .home-loading-logo {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 256px;
    height: 120px;
    margin: -250px 0 0 -128px;
    background: url('image/logo.png') no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 20
}

body.home .home-loading .home-loading-tip {
    position: absolute;
    display: block;
    bottom: 20px;
    left: 50%;
    width: 480px;
    height: 30px;
    margin: 0 0 0 -240px;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
    z-index: 20
}

body.home .home-loading .home-loading-tiers {
    position: absolute;
    display: block;
    bottom: 60px;
    left: 50%;
    width: 480px;
    height: 38px;
    margin: 0 0 0 -240px;
    text-align: center;
    z-index: 20
}

body.home .home-loading .home-loading-tiers>span {
    display: inline-block;
    position: relative;
    width: 38px;
    height: 38px;
    margin: 0 25px 0 5px;
    background: url('image/weapon-pistol.png') no-repeat center;
    background-size: 16px;
    border: 2px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%
}

body.home .home-loading .home-loading-tiers>span:before {
    content: 'Tier';
    display: block;
    position: absolute;
    top: 0;
    left: -12px;
    right: -12px;
    margin: -24px 0 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px
}

body.home .home-loading .home-loading-tiers>span:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -6px -26px 0 0;
    border: 6px solid transparent;
    border-left-color: rgba(255, 255, 255, 0.3)
}

body.home .home-loading .home-loading-tiers>span:last-child {
    margin-right: 5px
}

body.home .home-loading .home-loading-tiers>span:last-child:after {
    display: none
}

body.home .home-loading .home-loading-tiers>span.tier-common {
    border-color: #d1d2c5
}

body.home .home-loading .home-loading-tiers>span.tier-common:before {
    content: 'Common'
}

body.home .home-loading .home-loading-tiers>span.tier-uncommon {
    border-color: #79df6a
}

body.home .home-loading .home-loading-tiers>span.tier-uncommon:before {
    content: 'Uncommon'
}

body.home .home-loading .home-loading-tiers>span.tier-rare {
    border-color: #36bdf1
}

body.home .home-loading .home-loading-tiers>span.tier-rare:before {
    content: 'Rare'
}

body.home .home-loading .home-loading-tiers>span.tier-epic {
    border-color: #8d5cc1
}

body.home .home-loading .home-loading-tiers>span.tier-epic:before {
    content: 'Epic'
}

body.home .home-loading .home-loading-tiers>span.tier-legendary {
    border-color: #fcd43b
}

body.home .home-loading .home-loading-tiers>span.tier-legendary:before {
    content: 'Legendary'
}

body.home .home-loading .home-loading-tiers>span.tier-mythic {
    border-color: #e54e4e
}

body.home .home-loading .home-loading-tiers>span.tier-mythic:before {
    content: 'Mythic'
}

body.home .home-loading .home-loading-help {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    margin: 40px 0 0 -500px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    z-index: 20
}

body.home .home-loading .home-loading-help strong {
    color: #fff
}

body.home .home-loading .home-loading-help .help-box {
    display: block;
    float: left;
    width: 220px;
    margin: 0 15px
}

body.home .home-loading .home-loading-help .help-box .help-box-images {
    display: block;
    height: 80px;
    margin: 0 0 10px
}

body.home .home-loading .home-loading-help .help-box .help-box-images .help-box-image {
    display: block;
    width: 105px;
    height: 80px;
    background: rgba(0, 0, 0, 0.4);
    background-size: cover;
    border: 2px solid #222;
    border-radius: 4px
}

body.home .home-loading .home-loading-help .help-box .help-box-images .help-box-image-left {
    float: left;
    margin: 0 10px 0 0
}

body.home .home-loading .home-loading-help .help-box .help-box-images .help-box-image-right {
    float: right
}

body.home .home-loading .home-loading-help .help-box p {
    margin: 0
}

body.home .canvas-container {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: none !important
}

body.home .canvas-container canvas {
    display: block;
    margin: 0;
    padding: 0;
    transform-origin: top left
}

body.home .canvas-container .canvas-loading {
    position: absolute;
    display: block;
    width: 280px;
    height: 48px;
    top: 50%;
    left: 50%;
    margin: -104px 0 0 -140px;
    line-height: 48px;
    background: #000;
    border-radius: 4px
}

body.home .canvas-container .canvas-loading .loading-message {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    margin: 20px 0 0;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    opacity: 0.6;
    z-index: 20
}

body.home .canvas-container .canvas-loading .icon-loading {
    position: relative;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 14px 0 0 14px;
    z-index: 30
}

body.home .canvas-container .canvas-loading .loading-percent {
    position: relative;
    display: block;
    float: right;
    margin: 0 14px 0 0;
    color: #eee;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    z-index: 30
}

body.home .canvas-container .canvas-loading .loading-percent.in-final-stage:before {
    content: '90';
    -webkit-animation: home-loading-percent-final 10s linear;
    animation: home-loading-percent-final 10s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

body.home .canvas-container .canvas-loading .loading-percent.is-error {
    float: none;
    text-align: center;
    margin: 0
}

body.home .canvas-container .canvas-loading .loading-percent.is-error:before {
    display: none
}

body.home .canvas-container .canvas-loading .loading-percent.is-error:after {
    content: ''
}

body.home .canvas-container .canvas-loading .loading-percent:after {
    content: '%';
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    margin: 0 0 0 2px
}

body.home .canvas-container .canvas-loading .loading-bar-wrapper {
    position: absolute;
    display: block;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    overflow: hidden;
    border-radius: 3px;
    z-index: 20
}

body.home .canvas-container .canvas-loading .loading-bar {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    background: #64b820;
    border-radius: 3px;
    overflow: hidden;
    z-index: 25;
    -webkit-transform-origin: left;
    transform-origin: left
}

body.home .canvas-container .canvas-loading .loading-bar.in-final-stage {
    -webkit-animation: home-loading-bar-final 10s linear;
    animation: home-loading-bar-final 10s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

body.home .canvas-container .canvas-loading .loading-bar.is-error {
    background: #d43c32
}

body.home .canvas-container .canvas-loading .loading-bar.is-error:after {
    display: none
}

body.home .canvas-container .canvas-loading .loading-bar:after {
    content: ' ';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-30px) skewX(-20deg);
    transform: translateX(-30px) skewX(-20deg);
    -webkit-animation: home-loading-sheen 1.5s linear infinite;
    animation: home-loading-sheen 1.5s linear infinite
}

body.home .home-mobile {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

body.home .home-mobile:before {
    content: ' ';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: rgba(7, 14, 30, 0.70588235294)
}

body.home .home-mobile .home-mobile-props .home-mobile-tree {
    position: absolute;
    display: block;
    width: 128px;
    height: 128px;
    background: url('image/prop-tree.png') no-repeat center;
    background-size: cover;
    z-index: 5
}

body.home .home-mobile .home-mobile-props>*:nth-child(1) {
    top: 20%;
    left: 20%;
    transform: rotate(20deg)
}

body.home .home-mobile .home-mobile-props>*:nth-child(2) {
    bottom: 10%;
    left: 40%;
    transform: rotate(60deg)
}

body.home .home-mobile .home-mobile-props>*:nth-child(3) {
    top: 50%;
    right: 20%;
    transform: rotate(90deg)
}

body.home .home-mobile .home-mobile-form {
    position: relative;
    display: flex;
    width: 80%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 20
}

body.home .home-mobile .home-mobile-form .home-mobile-logo {
    display: block;
    width: 192px;
    height: 98px;
    margin: 0 0 30px;
    background: url('image/logo.png') no-repeat;
    background-size: contain;
    background-position: center
}

body.home .home-mobile .home-mobile-form .home-mobile-buttons {
    margin: 0 0 20px
}

body.home .home-mobile .home-mobile-form .home-mobile-buttons .button-app-store {
    display: block;
    width: 174px;
    height: 58px;
    border: 0;
    margin: 0 0 15px;
    background: url('image/mobile-app-store.png') no-repeat center;
    background-size: cover
}

body.home .home-mobile .home-mobile-form .home-mobile-buttons .button-play-store {
    display: block;
    width: 174px;
    height: 52px;
    border: 0;
    background: url('image/mobile-play-store.png') no-repeat center;
    background-size: cover
}

body.home .home-mobile .home-mobile-form strong {
    display: block;
    color: #fff;
    margin: 0 0 10px;
    font-size: 18px
}

body.home .home-mobile .home-mobile-form small {
    display: block;
    margin: 0 0 20px;
    font-size: 14px
}

body.home .home-mobile .home-mobile-form input {
    display: block;
    width: 240px;
    height: 40px;
    border: 0;
    padding: 0 10px;
    margin: 0 0 10px;
    font-size: 14px;
    border-radius: 4px
}

body.home .home-mobile .home-mobile-form .button-green {
    width: 140px
}

body.home .home-mobile .home-mobile-form .button-login {
    display: block;
    width: 220px;
    padding: 0 20px;
    margin: 0 0 10px
}

body.home .home-mobile .home-mobile-form .home-mobile-social {
    display: block;
    margin: 30px 0 0;
    font-size: 12px
}

body.home .home-mobile .home-mobile-form .home-mobile-social .button {
    margin: 0 4px
}

body.home .home-mobile .home-mobile-form .home-mobile-social .button-twitter,
body.home .home-mobile .home-mobile-form .home-mobile-social .button-facebook,
body.home .home-mobile .home-mobile-form .home-mobile-social .button-youtube {
    width: 40px
}

@-webkit-keyframes home-loading-sheen {
    0% {
        -webkit-transform: translateX(-30px) skewX(-20deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(800px) skewX(-20deg);
        opacity: 1;
    }
}

@keyframes home-loading-sheen {
    0% {
        transform: translateX(-30px) skewX(-20deg);
        opacity: 0;
    }
    100% {
        transform: translateX(800px) skewX(-20deg);
        opacity: 1;
    }
}

@-webkit-keyframes home-loading-percent-final {
    0% {
        content: '90';
    }
    10% {
        content: '91';
    }
    20% {
        content: '92';
    }
    30% {
        content: '93';
    }
    40% {
        content: '94';
    }
    50% {
        content: '95';
    }
    60% {
        content: '96';
    }
    70% {
        content: '97';
    }
    80% {
        content: '98';
    }
    90% {
        content: '99';
    }
    100% {
        content: '100';
    }
}

@keyframes home-loading-percent-final {
    0% {
        content: '90';
    }
    10% {
        content: '91';
    }
    20% {
        content: '92';
    }
    30% {
        content: '93';
    }
    40% {
        content: '94';
    }
    50% {
        content: '95';
    }
    60% {
        content: '96';
    }
    70% {
        content: '97';
    }
    80% {
        content: '98';
    }
    90% {
        content: '99';
    }
    100% {
        content: '100';
    }
}

@-webkit-keyframes home-loading-bar-final {
    0% {
        -webkit-transform: scaleX(1);
    }
    100% {
        -webkit-transform: scaleX(1.111111111111);
    }
}

@keyframes home-loading-bar-final {
    0% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(1.111111111111);
    }
}

@-webkit-keyframes home-loading-player-1 {
    0% {
        transform: rotateX(0);
    }
    100% {
        transform: rotateX(359deg);
    }
}

@keyframes home-loading-player-1 {
    0% {
        transform: rotateX(0);
    }
    100% {
        transform: rotateX(359deg);
    }
}

main.error {
    position: relative;
    max-width: 560px;
    margin: 0 auto;
    padding: 120px 0;
    line-height: 28px;
    text-align: center;
    z-index: 2
}

main.error .error-logo {
    display: block;
    width: 140px;
    height: 88px;
    margin: 0 auto;
    background: url('image/logo.png') no-repeat;
    background-position: center;
    background-size: cover
}

main.error .error-message {
    margin: 60px 0;
    text-align: center;
    color: #eee
}

main.error .error-message strong {
    color: #eee
}

main.error .error-message small {
    display: block;
    color: rgba(255, 255, 255, 0.6)
}

main.privacy {
    position: relative;
    max-width: 640px;
    padding: 30px;
    line-height: 28px;
    z-index: 2
}

main.privacy h2 {
    color: #eee
}

main.privacy .privacy-logo {
    display: block;
    width: 140px;
    height: 88px;
    background: url('image/logo.png') no-repeat;
    background-position: center;
    background-size: cover
}

main.privacy .privacy-data {
    margin: 30px 0 0;
    color: rgba(255, 255, 255, 0.6)
}

main.privacy .privacy-data strong {
    color: #eee
}

main.privacy .privacy-data small {
    color: rgba(255, 255, 255, 0.4)
}

main.terms {
    position: relative;
    max-width: 640px;
    padding: 30px;
    line-height: 28px;
    z-index: 2
}

main.terms h2 {
    color: #eee
}

main.terms .terms-logo {
    display: block;
    width: 140px;
    height: 88px;
    background: url('image/logo.png') no-repeat;
    background-position: center;
    background-size: cover
}

main.terms .terms-data {
    margin: 30px 0 0;
    color: rgba(255, 255, 255, 0.6)
}

main.terms .terms-data strong {
    color: #eee
}

main.terms .terms-data small {
    color: rgba(255, 255, 255, 0.4)
}

main.chests {
    position: relative;
    max-width: 640px;
    padding: 30px;
    line-height: 28px;
    z-index: 2
}

main.chests h2 {
    color: #eee
}

main.chests .chests-logo {
    display: block;
    width: 140px;
    height: 88px;
    background: url('image/logo.png') no-repeat;
    background-position: center;
    background-size: cover
}

main.chests .chests-data {
    margin: 30px 0 0
}

main.chests .chests-data strong {
    color: #eee
}

main.chests .chests-data small {
    color: rgba(255, 255, 255, 0.4)
}

main.shop-purchase-iap h1,
main.shop-purchase-iap-success h1 {
    font-family: 'Lilita One', 'Open Sans', sans-serif;
    font-weight: normal;
    color: #eee
}

main.shop-purchase-iap strong,
main.shop-purchase-iap-success strong {
    color: #eee
}

.preroll-video-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 50
}

.preroll-video-overlay .preroll-video-caption {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    right: 0;
    margin: -220px 0 0;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6)
}

.preroll-video-overlay>div {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.preroll-video-overlay .three-bounce {
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -15px
}

.ad-unit {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    border-radius: 4px;
    z-index: 40
}

.ad-unit[data-unit=medrec] {
    top: 50%;
    right: 0;
    width: 300px;
    height: 250px;
    margin: -125px 0 0;
    border-radius: 4px 0 0 4px
}

.ad-unit[data-unit=medrec-btf] {
    top: 50%;
    left: 0;
    width: 300px;
    height: 250px;
    margin: -125px 0 0;
    border-radius: 0 4px 4px 0
}

.ad-unit[data-unit=leaderboard] {
    bottom: 0;
    left: 50%;
    width: 720px;
    height: 90px;
    margin: 0 0 0 -360px;
    border-radius: 4px 4px 0 0
}