
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

.topbar {
    position: fixed;
    width: 100%;
    top: 0;
    height: 70px;
    background-color: rgba(255,255,255,0.8);
    background-image: -moz-linear-gradient(top, #fff, rgba(255,255,255,0.5));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(rgba(255,255,255,0.5)));
    background-image: -webkit-linear-gradient(top, #fff, rgba(255,255,255,0.5));
    background-image: -o-linear-gradient(top, #fff, rgba(255,255,255,0.5));
    background-image: linear-gradient(to bottom, #fff, rgba(255,255,255,0.5));
    background-repeat: repeat-x;
    z-index: 200;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.05);
    box-shadow: 0 3px 5px rgba(0,0,0,0.05);
}

.topbar-blue {
    background: #1caff6;
    height: auto;
    min-height: 70px;
    background-color: rgba(32,166,231,0.8);
    background-image: -moz-linear-gradient(top, #20a8e9, rgba(30,158,220,0.5));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#20a8e9), to(rgba(30,158,220,0.5)));
    background-image: -webkit-linear-gradient(top, #20a8e9, rgba(30,158,220,0.5));
    background-image: -o-linear-gradient(top, #20a8e9, rgba(30,158,220,0.5));
    background-image: linear-gradient(to bottom, #20a8e9, rgba(30,158,220,0.5));
    background-repeat: repeat-x;
}


a {
    color: #999;
    text-decoration: none;
}

.topbar-brand {
    float: left;
    width: 158px;
    height: 40px;
    text-indent: -10000px;
    background: url("//d7mj4aqfscim2.cloudfront.net/images/icon-sprite_mv_67b6f97397c39d8ff6faedc2268a9409.svg") 0 0;
    margin: 18px 0 0 0;
}

.white {
    color: #fff;
}


.topbar-brand.white {
    background-position: -160px 0;
}

.topbar-brand.smaller-logo {
    background-size: 900px;
    background-position: -144px 0;
    width: 142px;
    height: 36px;
    margin: 20px 0 0 0;
}

.topbar .container {
    max-width: 1140px;
    padding: 0 40px;
    margin: 0 auto;
    min-width: 1020px;
    position: relative;
}


.topbar-nav {
    float: left;
    margin: 17px 0 0 15px;
}


ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}


.topbar-nav-main {
    font-size: 16px;
    font-weight: 700;
}

.topbar-nav-main>li {
    float: left;
    margin: 0 2px;
}


.topbar-nav-main>li a {
    display: block;
    color: #fff;
    padding: 8px 15px;
}


.topbar-right {
    float: right;
    margin: 15px -10px 0 0;
}


.topbar-language {
    float: left;
    height: 50px;
    position: relative;
    z-index: 1;
    margin: 5px -5px 0 0;
}


.topbar-username {
    float: left;
    position: relative;
    display: block;
    padding: 10px 15px 10px 0;
    color: #999;
    cursor: pointer;
}

.topbar-blue .topbar-right .topbar-username {
    color: #fff;
}

.topbar-blue .topbar-right .topbar-username .avatar {
    float: left;
    margin: -10px 10px 0 0;
}


img {
    border: 0;
}

.avatar img {
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
}


.avatar-small img {
    width: 40px;
    height: 40px;
}


.avatar .ring {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    right: 0;
    bottom: 0;
}



.avatar-small .ring {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}


.icon {
    background-image: url("//d7mj4aqfscim2.cloudfront.net/images/icon-sprite_mv_67b6f97397c39d8ff6faedc2268a9409.svg");
    display: inline-block;
    vertical-align: middle;
}

.icon-arrow-down-white {
    width: 14px;
    height: 8px;
    background-position: -210px -78px;
}



.topbar-username .icon-arrow-down, .topbar-username .icon-arrow-down-white, .topbar-username .icon-arrow-down-gray {
    margin: 0 0 0 7px;
}



.topbar-username .dropdown-menu {
    left: 30px;
    margin-top: -3px;
}
.dropdown-menu {
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    display: none;
    float: left;
    min-width: 200px;
    padding: 10px 0;
    margin: 5px 0 0;
    list-style: none;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 15px rgba(0,0,0,0.2);
    box-shadow: 0 2px 15px rgba(0,0,0,0.2);
    background-clip: padding-box;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}



@media screen and (max-width: 700px) {


    .mobile-menu {
        display: none;
    }

    .compact-enabled div.mobile-menu {
        width: 100%;
        position: fixed;
        z-index: 5;
        max-height: 50px;
        display: block;
        background-color: #0a2e51;
        overflow: hidden;
        -webkit-transition: max-height .5s ease-in;
        -moz-transition: max-height .5s ease-in;
        -ms-transition: max-height .5s ease-in;
        -o-transition: max-height .5s ease-in;
        transition: max-height .5s ease-in;
        vertical-align: top;
        white-space: nowrap;
    }

    .compact-enabled header.topbar.topbar-blue + div.mobile-menu {
        background-color: #1caff6;
    }

    .compact-enabled .mobile-menu.logged-in {
        background-color: #1091d0;
    }



    .compact-enabled div.mobile-menu ul {
        display: inline-block;
        vertical-align: top;
        padding-top: 50px;
        width: 100%;
    }

    .compact-enabled div.mobile-menu .mobile-menu-listing {
        position: relative;
        margin-left: 0;
        -webkit-transition: margin-left .5s ease-in;
        -moz-transition: margin-left .5s ease-in;
        -ms-transition: margin-left .5s ease-in;
        -o-transition: margin-left .5s ease-in;
        transition: margin-left .5s ease-in;
    }


    .compact-enabled .mobile-menu.logged-in .mobile-menu-listing .mobile-menu-stats {
        background-color: #1091d0;
        color: #fff;
    }

    .compact-enabled header.topbar.topbar-blue+div.mobile-menu .mobile-menu-listing>li {
        border-top: 1px solid #1f99d3;
    }

    .compact-enabled .mobile-menu.logged-in .mobile-menu-listing .streak, .compact-enabled .mobile-menu.logged-in .mobile-menu-listing .lingots, .compact-enabled .mobile-menu.logged-in .mobile-menu-listing .user-info {
        min-height: 56px;
        display: inline-block;
        border-top: none;
        width: 33%;
        padding: 15px 10px 10px 10px;
        text-align: center;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }


    .compact-enabled .mobile-menu.logged-in .mobile-menu-listing .streak, .compact-enabled .mobile-menu.logged-in .mobile-menu-listing .lingots, .compact-enabled .mobile-menu.logged-in .mobile-menu-listing .user-info {
        min-height: 56px;
        display: inline-block;
        border-top: none;
        width: 33%;
        padding: 15px 10px 10px 10px;
        text-align: center;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }


    .user-info a {
        color: #999;
        text-decoration: none;
    }


    .compact-enabled header.topbar.topbar-blue+div.mobile-menu .mobile-menu-listing>li {
        border-top: 1px solid #1f99d3;
    }

    .compact-enabled div.mobile-menu .mobile-menu-listing>li a {
        display: block;
        margin: 15px 10px;
    }



}

