﻿.gsMainWrapper {
    margin-bottom: -64px;
    padding-bottom: 96px;
    margin-top: -32px;
    padding-top: 32px;
    position: relative;
    overflow: hidden;
}


@media screen and (max-width: 1000px) {
    .gsMainWrapper {
        top: -16px;
    }
}


.gsBgImg {
    position: relative;
}
    .gsBgImg img {
        position: absolute;
        top: 100%;
        min-width: 100%;
        z-index: 1;
        transform: rotate(5deg) scale(1.4);
    }


@media screen and (max-width: 900px) {

    .gsBgImg img {
        object-fit: cover;
        min-height: 400px;
    }
}

.gsInnerWrapper {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
p.serviceDescription {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 48px;
}
h1, h2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
h1 {
    margin-bottom: 0;
}
.gsHome p.serviceDescription,
.gsHome h1 {
    color: #fff;
   text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

.gsHome p.serviceDescription {
    font-weight: 500;
    max-width: 80%;
    margin: 16px auto;
    font-size: 2rem;
    line-height: 120%;
    margin-bottom: 32px;
}
    .gsHome h1 {
        font-size: 4rem;
    }
@media screen and (max-width: 650px) {
    .gsHome h1 {
        font-size: 3rem;
    }
}
    h2 .gsBetaNotice,
    h1 .gsBetaNotice {
        display: inline-flex;
        background: #F98428;
        font-size: 0.85rem;
        font-weight: 500;
        justify-content: center;
        align-items: center;
        padding: 4px 8px;
        margin: 0;
        line-height: 100%;
        font-family: 'Roboto', Arial, sans-serif !important;
        letter-spacing: 0;
        color: #fff;
        margin-left: 16px;
        border-radius: 3px;
        box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
    }
    h2 .gsBetaNotice {
        font-size: 0.75rem;
        margin-left: 12px;
    }

    ul.leaderboardTypeList {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }
        ul.leaderboardTypeList li {
            min-width: 33.333%;
            max-width: 33.333%;
            display: flex;
            padding-left: 8px;
            padding-right: 8px;
            line-height: 120%;
            align-items: flex-start;
        }
ul.leaderboardTypeList li:last-child {
    min-width: 100%;
    max-width: 100%;
}
ul.leaderboardTypeList li:last-child div {
    text-align: center;
    padding-top: 32px;
    width: 600px;
    margin: 0 auto;
}
            ul.leaderboardTypeList li div.leaderboardTypePrettyWrap {
                padding-top: 8px;
                position: relative;
                border-radius: 3px;
                background: rgba(255, 255, 255, 0.95);
                box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
            }

.getPluginWrap {
    border-radius: 32px;
    display: inline-block;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
    padding-bottom: 16px;
    padding-left: 12px;
    margin-bottom: 8px;
    padding-right: 12px;
}

ul.leaderboardTypeList li div.inner {
    padding: 12px;
}
ul.leaderboardTypeList li h2 {
    text-align: center;
    margin: 0;
}
ul.leaderboardTypeList li h2 + p {
    display: block;
    text-align: center;
    margin: 0;
    font-size: 1rem;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 16px;
    line-height: 120%;
    max-width: 70%;
}
.gsBetaNotice {
    display: inline-block;
}
ul.leaderboardTypeList table td {
    text-align: left !important;
    background: transparent !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
ul.leaderboardTypeList table tr:last-child td {
    border-bottom: 0;
}
ul.leaderboardTypeList table tr td:first-child {
    text-align: left !important;
}
ul.leaderboardTypeList table tr td:last-child {
    text-align: center !important;
    line-height: 100%;
    font-size: 1rem;
    white-space: nowrap;
}
ul.leaderboardTypeList table tr td:last-child span {
    display: block;
    margin-top: 2px;
}
ul.leaderboardTypeList table tr:hover {
    background: rgb(255, 255, 234);
}
ul.leaderboardTypeList table tr td:first-child span {
    font-size: 1rem;
    display: block;
    line-height: 100%;
}
.leaderboardTableWrap {
    max-height: 500px;
    overflow-y: auto;
}
img.leaderboardIcon {
    position: absolute;
    left: -12px;
    top: -12px;
}
    img.leaderboardIcon.rocket {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
        left: -16px;
    }

.lbBuyNowWrap {
    padding: 32px;
}
.lbBuyNowWrap {
    max-width: 600px;
    margin: 0 auto;
}
.lbBuyNowWrap h3 {
    font-size: 1.4rem;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    margin-top: 0;
}
.lbBuyNowWrap .sm {
    font-size: 0.85rem;
}
.lbBuyNowWrap h3 + p {
    font-size: 1rem;
    line-height: 110%;
    text-align: left;
}
.lbBuyOptWrap p {
    font-size: 1rem;
    line-height: 110%;
}
.lbBuyOptWrap + .lbBuyOptWrap {
    margin-top: 16px;
    border-top: 1px solid #efefef;
    padding-top: 16px;
}

.lbBuyOptHead {
    display: flex;
    align-items: center;
}
.lbBuyOptHead h3 {
    flex: 1;
}
.lbBuyOptHead h3 span{
    display: block;
    font-size: 1rem;
    font-weight: normal;
    line-height: 110%;
}
    .lbBuyOptHead .lbPriceWrap {
        text-align: right;
        margin-left: 16px;
    }
.lbPriceWrap > div {
    background: #a5f8a6;
    color: #075708;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    line-height: 100%;
    font-size: 1rem;
    padding: 6px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
}
.lbPriceWrap > div span {
    font-weight: normal;
}

@media screen and (max-width: 1400px) {
    ul .leaderboardTypeList {
        display: flex;
        flex-direction: column;
    }
        ul.leaderboardTypeList li {
            min-width: 100%;
            max-width: 100%;
        }
    img.leaderboardIcon {
        left: -4px;
    }

}




.manualWrap {
    text-align: right;
    margin-bottom: 8px;
}
.manualWrap a {
    display: inline-flex;
    align-items: center;
    background: #3AACF2;
    color: #ffffff;
    font-weight: 500;
    border-radius: 16px;
    padding-left: 12px;
    padding-right: 8px;
    margin-right: 16px;
}
.manualWrap a img {
    margin: -20px;
    margin-left: 10px;
}

.gsPluginList {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
    .gsPluginList li {
        display: flex;
        flex-direction: column;
        margin: 0 16px;
        padding: 0;
        justify-content: center;
        align-items: center;
    }
        .gsPluginList li:hover .pluginIcoWrap {
            animation: tada;
            animation-duration: 1s;
        }
        .gsPluginList .pluginIcoWrap {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background: #222;
            padding: 6px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
        }
.gsPluginList .pluginIcoWrap.unity {
    padding: 8px;
}
.gsPluginList a {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
}
.gsPluginList .pluginIcoWrap img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}
    .gsPluginList .pluginIcoWrap.unity img {
        border-radius: 0;
    }
.gsPluginList span {
    font-size: 0.85rem;
    line-height: 100%;
}