@import  url("https://fonts.googleapis.com/css?family=Exo:400,500");

    body {
        margin-top: 45px
    }

    .vgpbar-container {
        width: 1440px;
        height: auto;
        margin: 0 auto;
        position: relative
    }

    .float-left {
        float: left
    }

    .float-right {
        float: right
    }

    .float-center {
        margin: 20px auto
    }

    #vgpbar {
        width: 100%;
        height: 45px;
        background-color: #ff9138;
        position: fixed;
        top: 0;
        z-index: 99;
        overflow: visible;
        font-family: Exo, san-serif !important;
        font-size: 14px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2)
    }

    .vgpbar-listgame.ispc:hover ul.list {
        display: grid;
        height: auto
    }

    .vgpbar-listgame {
        text-align: left;
        width: 600px
    }

    .vgpbar-listgame ul.list.dropdown {
        display: grid;
        height: auto
    }

    .vgpbar-listgame:hover .title {
        cursor: pointer;
        background-color: #f60
    }

    .vgpbar-listgame .title {
        font-weight: 400;
        width: auto;
        color: #fff;
        text-transform: uppercase;
        text-indent: 10px;
        line-height: 45px;
        display: inline-block;
        height: 45px;
        padding: 0 15px;
        text-align: center
    }

    .vgpbar-listgame .title b {
        font-weight: 400
    }

    .vgpbar-listgame ul.list {
        display: none;
        width: 600px;
        height: 0;
        grid-template-columns: auto auto auto;
        background-color: #fff;
        text-align: left;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
        transition: height 0.3s ease;
        overflow: hidden
    }

    .vgpbar-listgame ul.list li {
        min-width: 179px;
        padding: 10px 20px;
        border-bottom: dotted 1px #eee;
        border-right: dotted 1px #eee
    }

    .vgpbar-listgame ul.list li a span.img {
        width: 36px;
        height: 36px;
        display: block;
        float: left;
        margin-right: 10px
    }

    .vgpbar-listgame ul.list li a span.img img {
        width: 100%;
        height: auto
    }

    .vgpbar-listgame ul.list li a span.name {
        height: 30px;
        display: block;
        color: #111;
        line-height: 1.3em
    }

    .vgpbar-listgame ul.list li a:hover span.name {
        color: #ff9138
    }

    .vgpbar-icon-dropdown {
        background: url('../images/vgp-bar-icon.png') no-repeat 100% 50%;
        width: 25px;
        height: 25px;
        display: inline-block;
        vertical-align: text-bottom
    }

    #vgpbar .login {
        display: block
    }

    #vgpbar .logged {
        display: none;
        grid-template-columns: auto auto auto;
        grid-column-gap: 10px;
        line-height: 45px;
        padding-right: 0
    }

    #vgpbar .logged .thumb {
        width: 30px;
        height: 30px;
        display: inline-block;
        margin-top: 6.9px
    }

    #vgpbar .logged .thumb img {
        width: 100%;
        height: 100%
    }

    #vgpbar .logged .name {
        font-size: 1em;
        text-transform: uppercase;
        color: #fff
    }

    #vgpbar .logged .vgpbar-button-signout {
        background-color: #ff6600;
        width: 45px;
        height: 45px
    }

    #vgpbar .logged .vgpbar-button-signout::before {
        width: 20px;
        height: 20px;
        background-position: 75% 50%;
        margin-top: -3px
    }

    #vgpbar .float-left {
        width: 100%
    }

    #vgpbar .float-right {
        position: absolute;
        right: 0
    }

    .vgpbar-button {
        width: 140px;
        height: 45px;
        background: transparent;
        font-family: Exo, san-serif !important;
        color: #fff;
        font-size: 1em;
        text-transform: uppercase;
        line-height: 45px;
        margin: 0 1px 0 0;
        display: block;
        float: left;
        transition: all 0.3s ease;
        overflow: hidden
    }

    .vgpbar-button::before {
        content: "";
        display: inline-block;
        background: url('../images/vgp-bar-icon.png') no-repeat 100% 50%;
        background-size: 500% auto;
        width: 25px;
        height: 25px;
        vertical-align: middle;
        margin-right: 8px
    }

    .vgpbar-button:hover {
        background-color: #ff6600
    }

    .vgpbar-button-signin::before {
        background-position: 0 50% !important
    }

    .vgpbar-button-signup {
        background-color: #ff6600
    }

    .vgpbar-button-signup::before {
        background-position: 25% 50%
    }

    .mover-lay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 99999999;
        cursor: pointer;
    }

    @media  only screen and (max-width: 1440px) {
        .vgpbar-container {
            width: 1200px
        }
    }

    @media  only screen and (max-width: 1199px) {
        #vgpbar {
            font-size: 13px
        }

        .vgpbar-container {
            width: 960px
        }
    }

    @media  only screen and (max-width: 991px) {
        #vgpbar {
            font-size: 12px
        }

        .vgpbar-container {
            width: 768px
        }
    }

    @media  only screen and (max-width: 767px) {
        #vgpbar {
            font-size: 12px
        }

        .vgpbar-container {
            width: 100%
        }
    }

    @media  only screen and (max-width: 639px) {
        .vgpbar-listgame {
            width: 100%
        }

        .vgpbar-listgame ul.list {
            width: 100%;
            grid-template-columns: auto auto
        }

        .vgpbar-listgame ul.list li {
            min-width: 179px;
            padding: 10px 20px;
            border-bottom: dotted 1px #eee;
            border-right: dotted 1px #eee
        }

        .vgpbar-listgame ul.list li a span.img {
            width: 36px;
            height: 36px;
            display: block;
            float: left;
            margin-right: 10px
        }

        .vgpbar-listgame ul.list li a span.img img {
            width: 100%;
            height: auto
        }

        .vgpbar-listgame ul.list li a span.name {
            height: 30px;
            display: block;
            color: #111;
            line-height: 1.3em
        }

        .vgpbar-listgame ul.list li a:hover span.name {
            color: #ff9138
        }

        .vgpbar-button {
            width: 45px;
            height: 45px;
            overflow: hidden
        }

        .vgpbar-button::before {
            content: "";
            display: inline-block;
            margin: 0 auto
        }

        .vgpbar-button:hover {
            background-color: #ff6600
        }
    }

    @media  only screen and (max-width: 479px) {
        .vgpbar-listgame .title b {
            display: none
        }

        .vgpbar-listgame {
            width: 100%
        }

        .vgpbar-listgame ul.list {
            width: 100%;
            grid-template-columns: auto
        }

        .logged {
            grid-column-gap: 0 !important
        }

        .logged .thumb {
            margin-right: 10px
        }

        .logged .name {
            display: none
        }
    }
    