@font-face {
    font-family: 'Univers';
    src: url(../webfonts/Univers/univers-condensed-57-regular.otf)
}

@font-face {
    font-family: 'Skater Girls Rock';
    src: url(../webfonts/SkaterGirlsRock/SkaterGirlsRock.ttf)
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url(../webfonts/Montserrat/Montserrat-Regular.otf)
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url(../webfonts/Montserrat/Montserrat-Bold.otf)
}

html {
    position: relative;
    min-height: 100%
}

body,
h1,
h2,
h3 {
    font-family: Roboto, sans-serif
}

body {
    margin-bottom: 340px;
    background: url(../images/bg-header.png) no-repeat, #006BFF;
    background-size: 100%;
    background-position: center top
}

.menu-bar {
    background: #F7F7F7
}

.navbar-custom {
    z-index: 1002;
    border: 0;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: color .3s cubic-bezier(.17, .67, .83, .67);
    -webkit-transition: margin-top .1s ease-out;
    -o-transition: margin-top .1s ease-out;
    transition: margin-top .1s ease-out;
    font-family: Roboto, sans-serif
}

.navbar-custom .navbar-brand {
    display: table;
    position: absolute;
    width: 200px;
    height: 100px;
    margin: 2px auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    text-align: center
}

.navbar-custom .navbar-brand .logo {
    position: absolute !important;
    display: table;
    width: 200px;
    height: 215px;
    background: url(../images/logo.png) no-repeat;
    background-size: 180px;
    background-position: top center;
    padding: 0
}

.navbar-custom .navbar-nav {
    width: auto;
    padding: 0
}

.navbar-custom .navbar-nav li {
    margin: 0 5px
}

.navbar-custom .navbar-nav li:first-child {
    margin-left: 0
}

.navbar-custom .navbar-nav li:last-child {
    margin-right: 0
}

.navbar-custom .navbar-nav li a {
    color: #065ec9;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Univers';
    text-align: center;
    min-width: 100px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.navbar-custom .navbar-nav li a:hover {
    color: #013A88
}

.navbar-custom .navbar-nav li a small {
    display: block;
    color: #1A8C44
}

.navbar-custom .navbar-nav li a .icon {
    width: 20px;
    margin-right: 4px
}

.navbar-custom .dropdown .dropdown-menu {
    width: 280px;
    margin-top: 20px;
    padding: 10px
}

.navbar-custom .dropdown .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 20%;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''
}

.navbar-custom .dropdown .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 20%;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}

.navbar-custom .dropdown .dropdown-menu-right:before,
.navbar-custom .dropdown .dropdown-menu-right:after {
    left: initial;
    right: 10%
}

.navbar-custom .dropdown .dropdown-menu form {
    padding: 0 10px !important
}

.navbar-custom .dropdown .dropdown-menu label {
    font-size: 14px;
    font-weight: 700;
    color: #5C5B5B
}

.navbar-custom .dropdown .dropdown-menu button {
    font-family: 'Montserrat Regular';
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: rgba(252, 163, 3, 0.9);
    border-color: rgba(252, 163, 3, 0.9);
    text-shadow: #996706 1px 0 0px, #996706 .540302px .841471px 0px, #996706 -.416147px .909297px 0px, #996706 -.989992px .14112px 0px, #996706 -.653644px -.756802px 0px, #996706 .283662px -.958924px 0px, #996706 .96017px -.279415px 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.navbar-custom .dropdown .dropdown-menu button:hover {
    background: #f79f00
}

.navbar-custom .dropdown .dropdown-menu .head h2 {
    margin: 10px 0 0;
    color: #065EC9;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Roboto';
    letter-spacing: .5px
}

.navbar-custom .dropdown .dropdown-menu .head p {
    margin: 0 0 10px;
    color: #1F1F20;
    font-size: 12px
}

.navbar-custom .dropdown .dropdown-menu a,
.navbar-custom .dropdown .dropdown-menu a:focus,
.navbar-custom .dropdown .dropdown-menu a:active {
    text-align: left;
    background: transparent;
    color: #202020;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 5px;
    font-family: 'Roboto';
    border-bottom: 1px solid rgba(117, 117, 117, 0.1)
}

.navbar-custom .dropdown .dropdown-menu a:hover {
    color: #013A88
}

.navbar-custom .dropdown .dropdown-menu a:first-child {
    margin-top: 0
}

.navbar-custom .dropdown .dropdown-menu a:last-child {
    border-bottom-color: transparent
}

.navbar-custom .dropdown .dropdown-menu a i {
    color: #F6A134
}

.navbar-custom .navbar-nav>li:first-child {
    padding-left: 0 !important
}

.navbar-custom .navbar-nav li:last-child {
    padding-right: 0 !important
}

.navbar-custom .navbar-nav>li:first-child:before {
    display: none
}

.navbar-custom .dropdown-toggle::after {
    display: none
}

.navbar-custom .dropdown .dropdown-menu input {
    font-size: 14px;
    padding: 0 10px
}

.navbar-custom .dropdown .dropdown-menu .btn {
    width: 100%
}

.navbar-custom .dropdown .dropdown-menu .links {
    margin: 20px 0 0
}

.navbar-custom .dropdown .dropdown-menu .links a {
    margin: 10px 0;
    padding: 0;
    color: #065EC9;
    text-decoration: none;
    font-size: 10px;
    font-weight: 400;
    font-family: 'Roboto';
    text-transform: uppercase;
    border: 0
}

.navbar-custom .dropdown .dropdown-menu .links a:hover {
    color: #073883
}

.navbar-custom .dropdown .dropdown-menu .links .links::after {
    display: block;
    content: "";
    clear: both
}

.navbar-custom .dropdown .dropdown-menu .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

@media (min-width: 992px) {
    .navbar-custom .animate {
        animation-duration: .3s;
        -webkit-animation-duration: .3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0
    }

    100% {
        transform: translateY(0rem);
        opacity: 1
    }

    0% {
        transform: translateY(1rem);
        opacity: 0
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0
    }
}

.navbar-custom .slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn
}

.top-bar {
    margin-top: 20px
}

.top-bar .container {
    padding: 0
}

.top-bar .content {
    width: 100%;
    height: 55px;
    padding: 0 10px
}

.top-bar .content .left {
    float: left;
    height: 47px
}

.top-bar .content .right {
    float: right;
    height: 47px
}

.top-bar .content .right:after,
.top-bar .server-status:after {
    content: "";
    display: table;
    clear: both
}

.top-bar .server-status {
    width: 240px;
    margin: 10px 0
}

.top-bar .server-status .item {
    float: left;
    margin-left: 8px;
    color: #fff;
    line-height: 15px
}

.top-bar .server-status .item:first-child {
    margin-left: 0
}

.top-bar .server-status .item .icon {
    float: left;
    display: inline-block;
    line-height: 20px
}

.top-bar .server-status .item .base {
    float: left;
    display: inline-block;
    margin-left: 8px;
    padding: 0 2px;
    width: 30px;
    line-height: 19px;
    color: #F15B5C;
    font-size: 16px;
    background: #fff;
    border-radius: 40px;
    border: 1px solid #007DE6
}

.top-bar .server-status .item .base.auto {
    width: auto;
    padding: 0 10px;
    color: #006BFB;
    font-size: 10px;
    font-family: 'Montserrat Bold'
}

.top-bar .server-status .item .base.active {
    color: #1A8C44;
    text-align: right
}

.community-bar .community-links,
.community-bar .search-database {
    z-index: 999;
    position: relative
}

.community-links {
    float: left;
    width: 170px;
    margin: 5px 5px 0;
    text-align: right
}

.community-bar {
    float: right;
    width: 290px;
    height: auto;
    padding: 0;
    margin: 5px 0;
    background: transparent
}

.community-links .community-link {
    margin-right: 16px;
    font-size: 24px;
    margin-top: 0;
    color: #fff;
    text-shadow: #065ec9 1px 0 0px, #065ec9 .540302px .841471px 0px, #065ec9 -.416147px .909297px 0px, #065ec9 -.989992px .14112px 0px, #065ec9 -.653644px -.756802px 0px, #065ec9 .283662px -.958924px 0px, #065ec9 .96017px -.279415px 0
}

.community-bar .search-database input,
.community-bar .search-database select,
.community-bar .search-database button,
.community-bar .search-database .dropdown {
    float: left;
    line-height: 23px;
    outline: 0
}

.community-bar .search-database input {
    width: 150px;
    background: #fff;
    padding-left: 30px;
    border: 2px solid #065EC9 !important;
    border-right: 0 !important;
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important
}

.community-bar .search-database input:focus,
.community-bar .search-database input:active,
.community-bar .search-database input:visited {
    background: #fff !important;
    border: 2px solid #065EC9 !important;
    border-right: 0 !important
}

.community-bar .search-database .dropdown button {
    min-width: 100px
}

.community-bar .search-database .dropdown button,
.community-bar .search-database .dropdown button:active,
.community-bar .search-database .dropdown button:focus,
.community-bar .search-database .dropdown button:visited {
    padding: 0 10px;
    background: #fff;
    color: #757575;
    font-size: 13px;
    height: 35px;
    border: 2px solid #065EC9;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.community-bar .search-database .dropdown .dropdown-toggle::after {
    float: right;
    margin-top: 10px
}

.community-bar .search-database .dropdown .dropdown-menu {
    margin-top: 10px;
    padding: 10px
}

.community-bar .search-database .dropdown .dropdown-menu a {
    color: #757575;
    font-size: 13px;
    padding: 5px 12px;
    border-bottom: 1px solid rgba(117, 117, 117, 0.1);
    margin-top: 5px
}

.community-bar .search-database .dropdown .dropdown-menu a:first-child {
    margin-top: 0
}

.community-bar .search-database .dropdown .dropdown-menu a:last-child {
    border-bottom-color: transparent
}

.community-bar .search-database .dropdown .dropdown-menu a:hover {
    background: #041050;
    color: #fff;
    border-radius: 2px;
    border-bottom-color: transparent
}

.community-bar .search-database .dropdown .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 35%;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''
}

.community-bar .search-database .dropdown .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 35%;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''
}

.community-bar .search-database button[type="submit"] {
    line-height: 22px;
    height: 35px;
    color: #fff;
    background: #041050;
    border-color: #030b38;
    border-width: 2px;
    border-left: 0 !important;
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important
}

.community-bar .search-database button[type="submit"]:hover,
.community-bar .search-database button[type="submit"]:active,
.community-bar .search-database button[type="submit"]:focus {
    background: #030b38
}

.community-links a:hover i {
    opacity: .9
}

.header {
    padding: 0;
    height: 470px;
    margin-bottom: -30px
}

.header .logo {
    background: url(../images/bg-header-right.png) no-repeat;
    height: 335px;
    background-size: 400px;
    background-position: right calc(100% + 60px);
    text-align: left;
    margin: 0 auto;
    -webkit-animation: logo-animate .3s;
    animation: logo-animate .3s
}

@-webkit-keyframes logo-animate {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes logo-animate {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.header .logo img {
    margin-top: 100px;
    margin-left: 5px
}

.sub-content {
    background: #fff;
    border-radius: 4px;
    padding: 15px 25px 20px
}

.sub-content .head {
    color: #06F
}

.sub-content .head,
.sub-content .sub-head {
    margin: 0;
    padding: 0
}

.sub-content .sub-head {
    font-size: 12px
}

.main-content {
    padding: 0;
    margin-top: 10px
}

.home {
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    margin-top: -10px
}

.home .control-panel {
    width: 100%;
    height: 250px;
    padding: 20px;
    background: url(../images/cpanel.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px solid #0867c4;
    border-radius: 4px;
    margin: 0
}

.home .control-panel.events-ranking {
    background-image: url(../images/bg-eventos.jpg)
}

.home .control-panel .head {
    margin-bottom: 20px
}

.home .control-panel .head h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Skater Girls Rock';
    text-shadow: #004e8e 1px 0 0px, #004e8e .540302px .841471px 0px, #004e8e -.416147px .909297px 0px, #004e8e -.989992px .14112px 0px, #004e8e -.653644px -.756802px 0px, #004e8e .283662px -.958924px 0px, #004e8e .96017px -.279415px 0
}

.home .control-panel .head p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Montserrat Regular';
    font-size: 11px;
    text-shadow: #004e8e 1px 0 0px, #004e8e .540302px .841471px 0px, #004e8e -.416147px .909297px 0px, #004e8e -.989992px .14112px 0px, #004e8e -.653644px -.756802px 0px, #004e8e .283662px -.958924px 0px, #004e8e .96017px -.279415px 0
}

.home .control-panel .left {
    float: left;
    margin-top: 20px;
    width: 140px
}

.home .control-panel .right {
    float: right;
    margin-top: 20px;
    width: 90px
}

.home .control-panel .right .btn {
    width: 100%;
    line-height: 62px;
    font-family: 'Montserrat Regular';
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(252, 163, 3, 0.9);
    border-color: #b37a0e;
    text-shadow: #996706 1px 0 0px, #996706 .540302px .841471px 0px, #996706 -.416147px .909297px 0px, #996706 -.989992px .14112px 0px, #996706 -.653644px -.756802px 0px, #996706 .283662px -.958924px 0px, #996706 .96017px -.279415px 0
}

.home .control-panel .form-group .form-control {
    background: #003988;
    border-color: #063783;
    color: #fff;
    font-size: 12px
}

.home .control-panel .form-group {
    margin-bottom: 2px
}

.home .control-panel .footer {
    margin-top: 40px
}

.home .control-panel .footer a {
    color: #fff;
    font-size: 10px;
    font-family: 'Montserrat Regular';
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: #004e8e 1px 0 0px, #004e8e .540302px .841471px 0px, #004e8e -.416147px .909297px 0px, #004e8e -.989992px .14112px 0px, #004e8e -.653644px -.756802px 0px, #004e8e .283662px -.958924px 0px, #004e8e .96017px -.279415px 0;
    text-decoration: none
}

.home .control-panel .footer a:first-child {
    float: left
}

.home .control-panel .footer a:last-child {
    float: right
}

.home .control-panel form:after,
.home .control-panel .footer a:last-child:after {
    content: "";
    display: table;
    clear: both
}

.home .control-panel .form-group .form-control::placeholder {
    color: #fff;
    text-transform: uppercase;
    opacity: 1
}

.home .control-panel .form-group .form-control:-ms-input-placeholder {
    color: #fff
}

.home .control-panel .form-group .form-control::-ms-input-placeholder {
    color: #fff
}

.home .control-panel .infos .item {
    line-height: 22px
}

.home .control-panel .infos .item .label {
    float: left;
    color: #fff;
    width: 26px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Skater Girls Rock';
    text-shadow: #004e8e 1px 0 0px, #004e8e .540302px .841471px 0px, #004e8e -.416147px .909297px 0px, #004e8e -.989992px .14112px 0px, #004e8e -.653644px -.756802px 0px, #004e8e .283662px -.958924px 0px, #004e8e .96017px -.279415px 0
}

.home .control-panel .infos .item .value {
    float: right;
    width: 210px;
    font-family: 'Montserrat Regular';
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: #004e8e 1px 0 0px, #004e8e .540302px .841471px 0px, #004e8e -.416147px .909297px 0px, #004e8e -.989992px .14112px 0px, #004e8e -.653644px -.756802px 0px, #004e8e .283662px -.958924px 0px, #004e8e .96017px -.279415px 0
}

.home .control-panel .infos .item:after,
.home .control-panel .infos .item .value:after {
    content: "";
    display: table;
    clear: both
}

.home .control-panel .links {
    margin-top: 10px
}

.home .control-panel .links .btn {
    width: 100%;
    margin-top: 5px;
    color: #fff;
    line-height: 22px;
    font-family: 'Montserrat Regular';
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(252, 163, 3, 0.9);
    border-color: #b37a0e;
    text-shadow: #996706 1px 0 0px, #996706 .540302px .841471px 0px, #996706 -.416147px .909297px 0px, #996706 -.989992px .14112px 0px, #996706 -.653644px -.756802px 0px, #996706 .283662px -.958924px 0px, #996706 .96017px -.279415px 0
}

.home .control-panel .links .btn:hover {
    opacity: .9
}

.home .control-panel .links .btn:last-child {
    background: rgba(0, 79, 143, 0.9);
    border-color: #023661;
    text-shadow: #023661 1px 0 0px, #023661 .540302px .841471px 0px, #023661 -.416147px .909297px 0px, #023661 -.989992px .14112px 0px, #023661 -.653644px -.756802px 0px, #023661 .283662px -.958924px 0px, #023661 .96017px -.279415px 0
}

.home .menu-left {
    margin-top: 10px;
    width: 100%;
    padding: 20px;
    background: url(../images/menu-box.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px solid #f09d00;
    border-radius: 4px
}

.home .menu-left.control-panel {
    height: 349px;
    background-image: url(../images/menu-box.jpg);
    border-color: #f09d00
}

.home .menu-left.control-panel .head {
    margin-bottom: 20px
}

.home .menu-left.control-panel .head h2 {
    text-shadow: #004e8e 1px 0 0px, #004e8e .540302px .841471px 0px, #004e8e -.416147px .909297px 0px, #004e8e -.989992px .14112px 0px, #004e8e -.653644px -.756802px 0px, #004e8e .283662px -.958924px 0px, #004e8e .96017px -.279415px 0
}

.home .menu-left.control-panel .head p,
.home .menu-left.control-panel .head .toggle {
    text-shadow: #004e8e 1px 0 0px, #004e8e .540302px .841471px 0px, #004e8e -.416147px .909297px 0px, #004e8e -.989992px .14112px 0px, #004e8e -.653644px -.756802px 0px, #004e8e .283662px -.958924px 0px, #004e8e .96017px -.279415px 0
}

.home .menu-left.control-panel .items li {
    border-bottom: 1px solid rgba(8, 103, 196, 0.4)
}

.home .menu-left.control-panel .items li a {
    text-shadow: #004e8e 1px 0 0px, #004e8e .540302px .841471px 0px, #004e8e -.416147px .909297px 0px, #004e8e -.989992px .14112px 0px, #004e8e -.653644px -.756802px 0px, #004e8e .283662px -.958924px 0px, #004e8e .96017px -.279415px 0
}

.home .menu-left.control-panel .items li a:hover {
    text-shadow: #0a6cc4 1px 0 0px, #0a6cc4 .540302px .841471px 0px, #0a6cc4 -.416147px .909297px 0px, #0a6cc4 -.989992px .14112px 0px, #0a6cc4 -.653644px -.756802px 0px, #0a6cc4 .283662px -.958924px 0px, #0a6cc4 .96017px -.279415px 0
}

.home .menu-left .head {
    position: relative
}

.home .menu-left .head h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Skater Girls Rock';
    text-shadow: #ad750a 1px 0 0px, #ad750a .540302px .841471px 0px, #ad750a -.416147px .909297px 0px, #ad750a -.989992px .14112px 0px, #ad750a -.653644px -.756802px 0px, #ad750a .283662px -.958924px 0px, #ad750a .96017px -.279415px 0
}

.home .menu-left .head p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Montserrat Regular';
    font-size: 11px;
    text-shadow: #ad750a 1px 0 0px, #ad750a .540302px .841471px 0px, #ad750a -.416147px .909297px 0px, #ad750a -.989992px .14112px 0px, #ad750a -.653644px -.756802px 0px, #ad750a .283662px -.958924px 0px, #ad750a .96017px -.279415px 0
}

.home .menu-left .head .toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    background: 0;
    border: 0;
    outline: 0;
    text-shadow: #ad750a 1px 0 0px, #ad750a .540302px .841471px 0px, #ad750a -.416147px .909297px 0px, #ad750a -.989992px .14112px 0px, #ad750a -.653644px -.756802px 0px, #ad750a .283662px -.958924px 0px, #ad750a .96017px -.279415px 0
}

.home .menu-left .items {
    list-style-type: none;
    margin-top: 10px;
    padding: 0
}

.home .menu-left .items li {
    border-bottom: 1px solid rgba(179, 122, 15, 0.4)
}

.home .menu-left .items li:last-child {
    border-bottom: 0
}

.home .menu-left .items li:last-child a {
    padding-bottom: 0 !important
}

.home .menu-left .items li a {
    color: #fff;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-family: 'Montserrat Regular';
    text-shadow: #ad750a 1px 0 0px, #ad750a .540302px .841471px 0px, #ad750a -.416147px .909297px 0px, #ad750a -.989992px .14112px 0px, #ad750a -.653644px -.756802px 0px, #ad750a .283662px -.958924px 0px, #ad750a .96017px -.279415px 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.home .menu-left .items li a:hover {
    text-shadow: #db9207 1px 0 0px, #db9207 .540302px .841471px 0px, #db9207 -.416147px .909297px 0px, #db9207 -.989992px .14112px 0px, #db9207 -.653644px -.756802px 0px, #db9207 .283662px -.958924px 0px, #db9207 .96017px -.279415px 0
}

.home .menu-left .items li a i {
    margin-right: 10px
}

.home .news {
    margin-top: 10px;
    width: 100%;
    border: 1px solid #DFDAD6;
    border-radius: 4px
}

.home .news .filter {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.home .news .filter li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

.home .news .filter li button {
    min-width: 182.8px;
    color: #1F1F1F;
    background: transparent;
    border: 1px solid #DFDAD6;
    border-top-color: transparent;
    border-radius: 0;
    font-family: 'Univers';
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.home .news .filter li button,
.home .news .filter li button:hover,
.home .news .filter li button:active {
    outline: 0
}

.home .news .filter li:nth-child(1) button {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-left-radius: 4px
}

.home .news .filter li button.active {
    color: #696866;
    background: #F7F7F7;
    border-bottom-color: transparent
}

.home .news .filter li:nth-child(3) button {
    border-top-right-radius: 4px;
    border-left-color: transparent;
    border-right-color: transparent
}

.home .news .filter li button img {
    height: 24px;
    margin-right: 6px
}

.home .news .content {
    width: 100%;
    height: 309px;
    padding: 6.5px 20px;
    background: url(../images/news-render.png) no-repeat, #F7F7F7;
    background-position: calc(100% - 10px) calc(100% - 10px);
    background-size: 100px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.home .news .content .head {
    margin-top: 20px;
    text-align: center
}

.home .news .content .head h2 {
    font-family: 'Skater Girls Rock';
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    text-shadow: #06f 1px 0 0px, #06f .540302px .841471px 0px, #06f -.416147px .909297px 0px, #06f -.989992px .14112px 0px, #06f -.653644px -.756802px 0px, #06f .283662px -.958924px 0px, #06f .96017px -.279415px 0
}

.home .news .content .head p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Montserrat Regular';
    font-size: 11px;
    text-shadow: #06f 1px 0 0px, #06f .540302px .841471px 0px, #06f -.416147px .909297px 0px, #06f -.989992px .14112px 0px, #06f -.653644px -.756802px 0px, #06f .283662px -.958924px 0px, #06f .96017px -.279415px 0
}

.home .news .content .not-found {
    margin-top: 20px;
    width: 320px;
    height: 180px
}

.home .news .content .not-found h2 {
    color: #E19B16;
    font-family: 'Univers'
}

.home .news .content .not-found p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: 'Montserrat Regular'
}

.home .news .content .items {
    margin-top: 20px;
    width: 320px;
    height: 180px
}

.home .news .content .items .item {
    display: block;
    margin-top: 10px
}

.home .news .content .items .item .day {
    float: left;
    font-family: 'Univers';
    text-transform: uppercase;
    width: 70px;
    padding: 4px 0;
    color: #06f;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.home .news .content .items .item:hover .day {
    color: #04569A
}

.home .news .content .items .item .description {
    float: right;
    width: 250px;
    color: #202020
}

.home .news .content .items .item .description h2 {
    margin: 0;
    padding: 0;
    font-family: 'Univers';
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.home .news .content .items .item .description p {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat Regular';
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.home .news .content .items .item:after,
.home .news .content .items .item .description:after {
    content: "";
    display: table;
    clear: both
}

.home .news .content .footer {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Skater Girls Rock';
    text-shadow: #06f 1px 0 0px, #06f .540302px .841471px 0px, #06f -.416147px .909297px 0px, #06f -.989992px .14112px 0px, #06f -.653644px -.756802px 0px, #06f .283662px -.958924px 0px, #06f .96017px -.279415px 0
}

.home .news .content .footer a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.home .news .content .footer a:hover {
    text-shadow: #004e8e 1px 0 0px, #004e8e .540302px .841471px 0px, #004e8e -.416147px .909297px 0px, #004e8e -.989992px .14112px 0px, #004e8e -.653644px -.756802px 0px, #004e8e .283662px -.958924px 0px, #004e8e .96017px -.279415px 0
}

.home .hall-of-fame {
    width: 100%;
    height: 250px;
    padding: 20px 10px;
    background: url(../images/hall-of-fame.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px solid #a69805;
    border-radius: 4px
}

.home .hall-of-fame:after {
    content: "";
    display: table;
    clear: both
}

.home .hall-of-fame .head {
    margin-bottom: 20px;
    padding: 0 10px
}

.home .hall-of-fame .head h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Skater Girls Rock';
    text-shadow: #5c3c02 1px 0 0px, #5c3c02 .540302px .841471px 0px, #5c3c02 -.416147px .909297px 0px, #5c3c02 -.989992px .14112px 0px, #5c3c02 -.653644px -.756802px 0px, #5c3c02 .283662px -.958924px 0px, #5c3c02 .96017px -.279415px 0
}

.home .hall-of-fame .head p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Montserrat Regular';
    font-size: 11px;
    text-shadow: #5c3c02 1px 0 0px, #5c3c02 .540302px .841471px 0px, #5c3c02 -.416147px .909297px 0px, #5c3c02 -.989992px .14112px 0px, #5c3c02 -.653644px -.756802px 0px, #5c3c02 .283662px -.958924px 0px, #5c3c02 .96017px -.279415px 0
}

.home .hall-of-fame .content .left {
    float: left;
    width: 60px;
    padding: 10px;
    text-align: center
}

.home .hall-of-fame .content .right {
    float: right;
    margin-top: 15px;
    width: 190px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px
}

.home .hall-of-fame .content .right p {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat Regular';
    font-size: 12px;
    color: #fff;
    text-shadow: #5c3c02 1px 0 0px, #5c3c02 .540302px .841471px 0px, #5c3c02 -.416147px .909297px 0px, #5c3c02 -.989992px .14112px 0px, #5c3c02 -.653644px -.756802px 0px, #5c3c02 .283662px -.958924px 0px, #5c3c02 .96017px -.279415px 0
}

.home .hall-of-fame .content .right p span {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Skater Girls Rock';
    text-transform: uppercase
}

.home .hall-of-fame .content:after {
    content: "";
    display: table;
    clear: both
}

.home .hall-of-fame .read-more {
    margin-top: 10px;
    text-align: center
}

.home .hall-of-fame .read-more a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Skater Girls Rock';
    text-decoration: none;
    text-shadow: #5c3c02 1px 0 0px, #5c3c02 .540302px .841471px 0px, #5c3c02 -.416147px .909297px 0px, #5c3c02 -.989992px .14112px 0px, #5c3c02 -.653644px -.756802px 0px, #5c3c02 .283662px -.958924px 0px, #5c3c02 .96017px -.279415px 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.home .hall-of-fame .read-more a:hover {
    text-shadow: #736a00 1px 0 0px, #736a00 .540302px .841471px 0px, #736a00 -.416147px .909297px 0px, #736a00 -.989992px .14112px 0px, #736a00 -.653644px -.756802px 0px, #736a00 .283662px -.958924px 0px, #736a00 .96017px -.279415px 0
}

.home .quick-link {
    margin-top: 10px;
    padding: 0;
    width: 280px
}

.home .quick-link:after {
    content: "";
    display: table;
    clear: both
}

.home .quick-link .head h2 {
    padding: 0;
    margin: 0;
    font-family: 'Skater Girls Rock';
    font-size: 22px;
    font-weight: 400;
    color: #FC0;
    text-transform: uppercase;
    text-shadow: #a18103 1px 0 0px, #a18103 .540302px .841471px 0px, #a18103 -.416147px .909297px 0px, #a18103 -.989992px .14112px 0px, #a18103 -.653644px -.756802px 0px, #a18103 .283662px -.958924px 0px, #a18103 .96017px -.279415px 0
}

.home .quick-link .head p {
    padding: 0;
    margin: -5px 0 0;
    font-family: 'Montserrat Regular';
    font-size: 12px
}

.home .quick-link .item {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image: linear-gradient(to right bottom, #06f, #0074ff, #0081ff, #008eff, #09f);
    border: 1px solid #06F;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.home .quick-link .item:after {
    content: "";
    display: table;
    clear: both
}

.home .quick-link .item:hover {
    opacity: .9
}

.home .quick-link .item+.item {
    margin-top: 8px
}

.home .quick-link .item:nth-child(1) {
    margin-top: 0;
    background-image: linear-gradient(to right bottom, #06f, #0074ff, #0081ff, #008eff, #09f);
    border: 1px solid #06F
}

.home .quick-link .item:nth-child(2) {
    background-image: linear-gradient(to right bottom, #06f, #0074ff, #0081ff, #008eff, #09f);
    border: 1px solid #06F
}

.home .quick-link .item:nth-child(3) {
    margin-right: 0;
    background-image: linear-gradient(to right bottom, #06f, #0074ff, #0081ff, #008eff, #09f);
    border: 1px solid #06F
}

.home .quick-link .item .cover {
    float: none;
    width: 80px;
    height: 80px;
    position: relative;
    border: 0;
    border-radius: 50%;
    background: transparent;
    margin: 15px 5px;
    display: block;
    flex-shrink: 0
}

.home .quick-link .item .cover:before {
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.2) 45%, rgba(255, 255, 255, 0) 78%);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    pointer-events: none
}

.home .quick-link .item .cover img {
    width: 80px;
    height: auto;
    object-fit: initial;
    position: absolute;
    z-index: 1;
    display: block
}

.home .quick-link .item:nth-child(1) .cover {
    border-color: transparent
}

.home .quick-link .item:nth-child(1) .cover img {
    width: 60px;
    margin-top: -10px;
    margin-left: 10px
}

.home .quick-link .item:nth-child(2) .cover {
    border-color: transparent
}

.home .quick-link .item:nth-child(2) .cover img {
    width: 60px;
    margin-top: -10px;
    margin-left: 10px
}

.home .quick-link .item:nth-child(3) .cover {
    border-color: transparent
}

.home .quick-link .item:nth-child(3) .cover img {
    width: 60px;
    margin-top: -10px;
    margin-left: 10px
}

.home .quick-link .item .title h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Skater Girls Rock';
    text-shadow: #004e8e 1px 0 0px, #004e8e .540302px .841471px 0px, #004e8e -.416147px .909297px 0px, #004e8e -.989992px .14112px 0px, #004e8e -.653644px -.756802px 0px, #004e8e .283662px -.958924px 0px, #004e8e .96017px -.279415px 0
}

.home .quick-link .item .content {
    float: none;
    width: auto;
    min-height: 0;
    flex: 1;
    padding: 0 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left
}

.home .quick-link .item:nth-child(1) .content {
    text-shadow: none
}

.home .quick-link .item:nth-child(2) .content {
    text-shadow: none
}

.home .quick-link .item:nth-child(3) .content {
    text-shadow: none
}

.home .quick-link .item .desc {
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #fff;
    text-align: left;
    text-transform: none;
    font-family: 'Montserrat Regular';
    text-shadow: #004e8e 1px 0 0px, #004e8e .540302px .841471px 0px, #004e8e -.416147px .909297px 0px, #004e8e -.989992px .14112px 0px, #004e8e -.653644px -.756802px 0px, #004e8e .283662px -.958924px 0px, #004e8e .96017px -.279415px 0
}

.home .quick-link .item .desc p {
    margin: 0
}

.home .slider-container {
    width: 100%;
    height: 250px;
    border: 1px solid #F7F7F7;
    border-radius: 4px
}

.home .slider-container .anim-slider {
    width: 100%;
    height: 248px;
    background-color: rgba(158, 204, 254, 0.5);
    border-radius: 3px
}

.home .slider-container .anim-slider .anim-slide {
    width: 100%;
    height: 248px;
    border: 0;
    border-radius: 3px
}

.home .slider-container .anim-slider .anim-slide .content {
    width: 100%;
    height: 248px;
    border: 0;
    border-radius: 3px
}

.home .slider-container nav.anim-arrows>span.anim-arrows-prev:after {
    color: #fff
}

.home .slider-container nav.anim-arrows>span.anim-arrows-next:after {
    color: #fff
}

.home .slider-container nav.anim-arrows>span.anim-arrows-prev,
.home .slider-container nav.anim-arrows>span.anim-arrows-next {
    -webkit-box-shadow: 0 0 0 2px #fff;
    -moz-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff
}

.home .slider-container nav.anim-arrows>span.anim-arrows-prev {
    left: 1.8%
}

.home .slider-container nav.anim-arrows>span.anim-arrows-next {
    right: 1.8%
}

.home .slider-container .anim-dots {
    display: none
}

.home .slider-container li.anim-slide:nth-of-type(1) .content {
    background: url(../images/slider/image-01.jpg) 100%/cover
}

.home .slider-container li.anim-slide:nth-of-type(2) .content {
    background: url(../images/slider/image-02.jpg) 100%/cover
}

.home .slider-container li.anim-slide:nth-of-type(3) .content {
    background: url(../images/slider/image-03.jpg) 100%/cover
}

.home .slider-container li.anim-slide .description {
    position: absolute;
    width: auto;
    max-width: 300px;
    padding: 10px 20px 20px;
    right: 20px;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.home .slider-container li.anim-slide:nth-of-type(1) .description,
.home .slider-container li.anim-slide:nth-of-type(2) .description,
.home .slider-container li.anim-slide:nth-of-type(3) .description {
    bottom: 20px;
    color: #128cda
}

.home .slider-container li.anim-slide:nth-of-type(1) .description {
    background: rgba(255, 255, 255, 0.9)
}

.home .slider-container li.anim-slide:nth-of-type(1) .description:hover {
    background: rgba(255, 255, 255, 1)
}

.home .slider-container li.anim-slide:nth-of-type(3) .description {
    background: rgba(255, 255, 255, 0.9)
}

.home .slider-container li.anim-slide:nth-of-type(3) .description:hover {
    background: rgba(255, 255, 255, 1)
}

.home .slider-container li.anim-slide:nth-of-type(2) .description {
    background: rgba(255, 255, 255, 0.9)
}

.home .slider-container li.anim-slide:nth-of-type(2) .description:hover {
    background: rgba(255, 255, 255, 1)
}

.home .slider-container li.anim-slide:nth-of-type(1) .head,
.home .slider-container li.anim-slide:nth-of-type(2) .head,
.home .slider-container li.anim-slide:nth-of-type(3) .head,
.home .slider-container li.anim-slide:nth-of-type(1) .text,
.home .slider-container li.anim-slide:nth-of-type(2) .text,
.home .slider-container li.anim-slide:nth-of-type(3) .text {
    width: 100%;
    position: relative;
    text-align: left
}

.home .slider-container li.anim-slide:nth-of-type(1) .head,
.home .slider-container li.anim-slide:nth-of-type(2) .head,
.home .slider-container li.anim-slide:nth-of-type(3) .head {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif
}

.home .slider-container li.anim-slide:nth-of-type(1) .text,
.home .slider-container li.anim-slide:nth-of-type(2) .text,
.home .slider-container li.anim-slide:nth-of-type(3) .text {
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700
}

.home .slider-container li.anim-slide:nth-of-type(1) .line-2,
.home .slider-container li.anim-slide:nth-of-type(2) .line-2,
.home .slider-container li.anim-slide:nth-of-type(3) .line-2 {
    margin-top: 70px;
    letter-spacing: 2px;
    font-family: 'Open Sans Condensed', sans-serif
}

.wrapper-left {
    float: left;
    width: 280px
}

.wrapper-center {
    float: left;
    width: 550px;
    margin: 0 5px
}

.wrapper-right {
    float: right;
    width: 280px
}

.wrapper-full {
    width: 100%;
    float: left
}

.woe-info {
    margin-top: 3px;
    padding: 20px;
    height: 350px;
    background: url(../images/war-of-emperium.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px solid #0B963F;
    border-radius: 4px
}

.woe-info .head .title {
    width: 180px
}

.woe-info .head .icon {
    float: left
}

.woe-info .head .title {
    float: right;
    padding: 10px 0
}

.woe-info .head .icon {
    width: 50px
}

.woe-info .head .icon img {
    height: 50px
}

.woe-info .head h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Skater Girls Rock';
    text-shadow: #025e24 1px 0 0px, #025e24 .540302px .841471px 0px, #025e24 -.416147px .909297px 0px, #025e24 -.989992px .14112px 0px, #025e24 -.653644px -.756802px 0px, #025e24 .283662px -.958924px 0px, #025e24 .96017px -.279415px 0
}

.woe-info .head p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Montserrat Regular';
    font-size: 11px;
    text-shadow: #025e24 1px 0 0px, #025e24 .540302px .841471px 0px, #025e24 -.416147px .909297px 0px, #025e24 -.989992px .14112px 0px, #025e24 -.653644px -.756802px 0px, #025e24 .283662px -.958924px 0px, #025e24 .96017px -.279415px 0
}

.woe-info .items {
    margin-top: 20px
}

.woe-info .items:after,
.woe-info .items .item:after {
    content: "";
    display: table;
    clear: both
}

.woe-info .items .item {
    margin: 20px 0;
    display: block
}

.woe-info .items .item .day {
    float: left;
    width: 50px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 38px;
    color: #fff;
    font-family: 'Montserrat Regular';
    text-shadow: #025e24 1px 0 0px, #025e24 .540302px .841471px 0px, #025e24 -.416147px .909297px 0px, #025e24 -.989992px .14112px 0px, #025e24 -.653644px -.756802px 0px, #025e24 .283662px -.958924px 0px, #025e24 .96017px -.279415px 0
}

.woe-info .items .item .content {
    float: right;
    width: 170px
}

.woe-info .items .item .content .title {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase
}

.woe-info .items .item .content .time {
    font-size: 12px
}

.woe-info .items .item .content .read-more {
    margin-top: 8px;
    font-size: 10px;
    text-transform: uppercase
}

.woe-info .items .item .content .title,
.woe-info .items .item .content .time,
.woe-info .items .item .content .read-more {
    color: #fff;
    font-family: 'Montserrat Regular';
    text-shadow: #025e24 1px 0 0px, #025e24 .540302px .841471px 0px, #025e24 -.416147px .909297px 0px, #025e24 -.989992px .14112px 0px, #025e24 -.653644px -.756802px 0px, #025e24 .283662px -.958924px 0px, #025e24 .96017px -.279415px 0
}

.woe-info .items .item:hover .day,
.woe-info .items .item:hover .content .title,
.woe-info .items .item:hover .content .time,
.woe-info .items .item:hover .content .read-more {
    text-shadow: #0c9640 1px 0 0px, #0c9640 .540302px .841471px 0px, #0c9640 -.416147px .909297px 0px, #0c9640 -.989992px .14112px 0px, #0c9640 -.653644px -.756802px 0px, #0c9640 .283662px -.958924px 0px, #0c9640 .96017px -.279415px 0
}

.woe-info .head::after {
    content: "";
    display: table;
    clear: both
}

.server-info {
    margin-top: 3px;
    padding: 0;
    border: 0;
    height: 350px;
    border-radius: 4px
}

.server-info .fb_iframe_widget iframe {
    width: 350px;
    border-radius: 4px;
    height: 350px !important;
    border: 1px solid #DFDAD6 !important
}

.server-info .fb_iframe_widget iframe a {
    text-decoration: none !important
}

.ranking {
    margin-top: 2px;
    padding: 6.5px 20px;
    background: #F7F7F7;
    border: 1px solid #DFDAD6;
    border-radius: 4px;
    min-height: 350px;
    text-align: center
}

.ranking .head .icon {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    line-height: 32px
}

.ranking .head .title {
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Skater Girls Rock';
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    line-height: 48px;
    padding: 0;
    margin: 0 5px;
    text-shadow: #0346ab 1px 0 0px, #0346ab .540302px .841471px 0px, #0346ab -.416147px .909297px 0px, #0346ab -.989992px .14112px 0px, #0346ab -.653644px -.756802px 0px, #0346ab .283662px -.958924px 0px, #0346ab .96017px -.279415px 0
}

.ranking .head .read-more {
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-top: 0
}

.ranking .head .read-more a {
    margin-top: 0;
    width: 25px;
    line-height: 20px;
    font-size: 8px;
    padding: 6px 8px;
    color: #007BFF;
    border: 1px solid #007BFF
}

.ranking .head .read-more a:hover {
    color: #046fe0;
    border-color: #046fe0
}

.ranking .head::after {
    content: "";
    display: table;
    clear: both
}

.ranking .filter {
    list-style: none;
    margin: 5px 0;
    padding: 0 0 15px;
    text-align: center;
    border-bottom: 2px solid #f2f2f2
}

.ranking .filter li {
    display: inline-block;
    width: auto;
    margin: 0 2px;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase;
    text-align: center
}

.ranking .filter li a {
    display: inline-block;
    min-width: 60px;
    padding: 2px;
    color: #fff;
    background-image: linear-gradient(to right bottom, #06f, #0074ff, #0081ff, #008eff, #09f);
    border-radius: 2px;
    text-decoration: none;
    border: 1px solid #06F;
    font-family: 'Univers';
    font-size: 12px;
    letter-spacing: 1px
}

.ranking .filter li a:hover {
    opacity: .9
}

.ranking .filter li.active a {
    border-color: #030b38;
    background-image: linear-gradient(to right bottom, #030b38, #030b38, #041050, #041050, #041050)
}

.ranking .content {
    text-align: center;
    margin-top: 10px
}

.ranking .content .view {
    width: 150px;
    text-align: center;
    float: none;
    display: block;
    margin: 0 auto 10px
}

.ranking .content .positions {
    float: none;
    width: 320px;
    display: block;
    margin: 0 auto;
    text-align: center
}

.ranking .content::after,
.ranking .content .positions::after {
    content: "";
    display: table;
    clear: both
}

.ranking .content .view .name {
    font-family: 'Roboto';
    color: #3B3B3B;
    font-size: 12px;
    padding: 5px 0
}

.ranking .content .view .image {
    margin: 8px 0;
    padding: 10px 0;
    height: auto;
    position: relative;
    height: 100%
}

.ranking .content .view .guild-flag {
    background: url(../images/guild-flag.png) no-repeat;
    background-position: top center;
    text-align: center;
    height: 110px;
    line-height: 80px
}

.ranking .content .view .image .desc {
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: -20px
}

.ranking .content .view .more .btn {
    font-size: 12px;
    border-radius: 2px;
    margin-top: 8px;
    letter-spacing: 1px;
    font-family: 'Univers';
    text-transform: uppercase
}

.ranking .table thead,
.ranking .table thead tr,
.ranking .table thead tr th,
.ranking .table tbody,
.ranking .table tbody tr,
.ranking .table tbody tr td {
    border: 0
}

.ranking .table {
    margin: 0 auto;
    table-layout: fixed
}

.ranking .table thead tr th {
    font-weight: 400;
    font-size: 12px;
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #3B3B3B;
    padding: 6px;
    font-weight: bold;
    text-align: center
}

.ranking .table tbody tr td {
    line-height: 24px;
    height: 24px;
    padding: 5.5px;
    font-size: 12px;
    font-family: 'Roboto';
    text-align: center
}

.ranking .table tbody tr:nth-child(odd) td {
    background: #F2F2F2
}

.ranking .table tbody tr td:first-child {
    font-weight: 700;
    color: #3B3B3B
}

.ranking .table tbody [data-action="rank-change"] {
    cursor: pointer
}

.ranking .ranking-hidden {
    display: none
}

.home .owl-gallery {
    margin-top: 30px
}

.home .owl-gallery .owl-carousel {
    background: #E5E5E5;
    padding: 5px
}

.home .owl-gallery .owl-carousel .item {
    width: 270px;
    height: 180px
}

.home .owl-gallery .owl-carousel .item iframe {
    width: 100%;
    height: 180px
}

.home .owl-gallery .owl-gallery-nav {
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    width: 100%
}

.home .owl-gallery .owl-gallery-nav .owl-prev,
.home .owl-gallery .owl-gallery-nav .owl-next {
    z-index: 1001;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #DFDAD6;
    border: 1px solid #DFDAD6;
    border-radius: 0;
    visibility: hidden;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.home .owl-gallery .owl-gallery-nav i {
    font-size: 20px
}

.home .owl-gallery:hover .owl-gallery-nav .owl-prev,
.home .owl-gallery:hover .owl-gallery-nav .owl-next {
    visibility: visible
}

.home .owl-gallery .owl-gallery-nav .owl-prev:hover,
.home .owl-gallery .owl-gallery-nav .owl-next:hover {
    background: #FFA329;
    border-color: #F7A922;
    color: #fff
}

.home .owl-gallery .owl-gallery-nav .owl-prev {
    left: -10px
}

.home .owl-gallery .owl-gallery-nav .owl-next {
    right: -10px
}

.sub-menu {
    z-index: 1;
    padding: 5px 0;
    margin: 0;
    background: transparent
}

.sub-menu .container {
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px
}

.sub-menu .container::after {
    content: "";
    display: table;
    clear: both
}

.sub-menu .menu-icon {
    float: left;
    margin: 5px 0;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ff9119
}

.sub-menu .menu-icon i {
    margin-right: 5px
}

.sub-menu .breadcrumb {
    width: 92%;
    float: left;
    border: 0;
    padding: 0;
    margin: 0 10px;
    background: transparent;
    border: 0;
    border-radius: 0
}

.sub-menu .breadcrumb-item::before {
    color: #e6e3e3
}

.sub-menu li {
    margin: 5px 0
}

.sub-menu li,
.sub-menu li a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.sub-menu li a {
    color: #09F
}

.sub-menu a:hover {
    color: #007BFF
}

.news-list .head {
    margin-top: 30px
}

.news-view .head h2,
.news-view .head p,
.news-list .head h2,
.news-list .head p {
    margin: 0;
    padding: 0
}

.news-list .head h2 {
    color: #F6A103
}

.news-view .head p,
.news-list .head p {
    color: #000;
    font-size: 14px
}

.news-view .head .tag a,
.news-list .head .tag a {
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none
}

.news-view .footer a i,
.news-list .footer a i,
.news-view .head .tag a i,
.news-list .head .tag a i {
    margin-right: 3px
}

.news-view .head p small,
.news-list .head p small {
    font-size: 13px
}

.news-view .content,
.news-list .content {
    margin: 10px 0;
    font-size: 14px;
    height: 80px
}

.news-view .footer,
.news-list .footer {
    font-size: 10px;
    color: #EBE8E8
}

.news-view .footer a,
.news-list .footer a {
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    margin: 0 10px
}

.news-view .footer a:first-child,
.news-list .footer a:first-child {
    margin-left: 0
}

.news-view .footer a:last-child,
.news-list .footer a:last-child {
    margin-right: 0
}

.donate-page .item {
    display: block;
    width: 300px;
    height: 300px;
    margin: 60px auto;
    text-align: center;
    border-radius: 4px
}

.donate-page .item:hover {
    opacity: .9
}

.donate-page .item.green {
    background: #FF9F17
}

.donate-page .item.blue {
    background: #15B6D3
}

.donate-page .item.green img {
    width: 380px;
    margin-top: -40px;
    margin-left: -60px
}

.donate-page .item.blue img {
    width: 340px;
    margin-top: -40px;
    margin-left: -20px
}

.search-toggle-btn {
    margin-top: 10px
}

.search-toggle-btn a {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none
}

.search-toggle button i,
.search-toggle-btn a i {
    margin-right: 2px
}

.search-toggle {
    display: none
}

.form-main input,
.search-toggle input {
    padding-left: 10px;
    padding-right: 10px
}

.form-main .form-group,
.search-toggle .form-group {
    margin-top: 5px
}

.form-main .form-group label,
.search-toggle .form-group label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px
}

.form-main .form-group .form-text {
    margin: 0
}

.mce-tinymce {
    border-radius: 2px;
    border-width: 1px
}

input,
select {
    border-radius: 2px;
    background: #fff;
    line-height: 20px
}

select {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px
}

input[type="submit"],
input[type="button"],
button {
    display: inline-block;
    padding: 7px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-weight: normal;
    background: #fea444;
    border: 1px solid #fd8f17
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
button:hover,
button:focus,
button:active {
    background: #ff9119
}

.table-green {
    border: 0;
    margin-top: 40px
}

.table-green thead,
.table-green thead tr,
.table-green thead th,
.table-green tbody,
.table-green tbody tr,
.table-green tbody td {
    border: 0;
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.table-green thead tr {
    background: #09F;
    color: #fff;
    border: 0
}

.table-green thead th,
.table-green tbody td {
    min-width: 24px
}

.table-green thead th a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.table-green thead th a:hover {
    color: #f9f4f4
}

.table-green thead th:first-child {
    border-top-left-radius: 2px
}

.table-green thead th:last-child {
    border-top-right-radius: 2px
}

.table-green tbody {
    border: 1px solid #DEE2E6;
    border-top: 0
}

.table-green tbody td {
    border-bottom: 1px solid #DEE2E6;
    line-height: 25px
}

.table-green tbody td a {
    text-decoration: none
}

.table-green tbody tr:last-child td {
    border-bottom: 0
}

.security-code {
    margin-bottom: 10px
}

.search-form2 p {
    border: 0
}

.search-form2 label {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: 700
}

.search-form2 input[type="submit"] {
    font-weight: 400
}

.go-top,
.go-top:active,
.go-top:focus {
    z-index: 1003;
    display: none;
    position: absolute;
    position: fixed;
    bottom: 2%;
    right: 2%;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-attachment: scroll;
    background: url(../images/scroll-top.png) no-repeat, #FC0;
    background-position: center center;
    background-size: 18px;
    border-radius: 4px;
    bottom: 20px;
    box-sizing: border-box;
    color: #fff
}

.go-top:hover {
    color: #fff;
    background-color: #deb100;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 340px;
    height: 300px;
    background-color: #1F1F1F
}

#footer .copyright {
    text-align: center;
    margin: 30px 0;
    font-size: 12px;
    z-index: 1002;
    height: 100px
}

#footer .copyright p {
    padding: 0;
    margin: 0;
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #fff
}

#footer .copyright img {
    width: 150px;
    margin-top: 10px
}

#footer .copyright a {
    color: #FEEF02;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#footer .copyright a:hover {
    color: #FECC02
}

#footer .navigation {
    background: #1F1F1F;
    height: 240px
}

#footer .contact {
    height: auto;
    margin: 5px 0 0;
    padding: 10px 0 12px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

#footer .contact .title {
    float: left;
    font-family: 'Skater Girls Rock';
    color: #FC0;
    text-transform: uppercase;
    font-size: 22px;
    padding: 0;
    margin: 10px 5px;
    line-height: 30px;
    filter: drop-shadow(1px 1px #010101);
    background: -webkit-linear-gradient(#FC0, #FF0);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#footer .contact .mail {
    float: none;
    display: block;
    line-height: 20px;
    margin: 0 auto;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase
}

#footer .contact .mail a {
    color: #09F;
    text-decoration: none
}

#footer .contact::after {
    content: none
}

#footer .navigation .logo {
    width: 200px;
    line-height: 150px;
    float: left
}

#footer .navigation .logo img {
    max-width: 200px
}

#footer .navigation .links {
    float: left;
    width: 500px;
    margin: 0 20px 0 50px
}

#footer .navigation .links .head {
    font-family: 'Skater Girls Rock';
    color: #FC0;
    font-size: 24px;
    padding: 0;
    margin: 10px 5px;
    line-height: 30px;
    filter: drop-shadow(1px 1px #010101);
    background: -webkit-linear-gradient(#FC0, #FF0);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#footer .navigation .links .items {
    float: left;
    list-style-type: none;
    padding: 0;
    width: 125px;
    margin: 0 25px
}

#footer .navigation .links .items li {
    margin: 0;
    padding: 0
}

#footer .navigation .links .items:nth-child(2) {
    margin-left: 10px
}

#footer .navigation .links .items:nth-child(4) {
    margin-right: 10px
}

#footer .navigation .links .items li a {
    font-size: 12px;
    font-weight: 700;
    font-family: 'Roboto';
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}

#footer .navigation .links .items li a:hover {
    color: #E5E5E5
}

#footer::after {
    content: '';
    clear: both;
    position: absolute;
    width: 450px;
    height: 380px;
    right: 5%;
    bottom: 0;
    background: url(../images/bg-footer-render.png) no-repeat;
    background-position: right bottom
}

.tooltip {
    font-family: Roboto, sans-serif;
    font-size: 10px;
    text-transform: uppercase
}

@media (min-width : 1280px) {
    .tooltip-xs {
        display: none
    }
}

@media (max-width : 1024px) {
    .tooltip-sm {
        display: none
    }
}

.overlay {
    z-index: 1003;
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1003;
    opacity: 0;
    transition: all .5s ease-in-out
}

.overlay.active {
    display: block;
    opacity: 1
}

.modal-waiting,
.modal-window,
.modal-confirm,
.language-waiting,
.modal-page-error,
.p-waiting {
    background: rgba(0, 0, 0, 0.6);
    z-index: 10001
}

.p-waiting {
    width: 100%;
    height: 100%;
    position: fixed
}

.modal-waiting .modal-dialog,
.modal-window .modal-dialog,
.modal-confirm .modal-dialog,
.language-waiting .modal-dialog,
.modal-page-error .modal-dialog,
.p-waiting .modal-dialog {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.modal-confirm .modal-dialog,
.modal-page-error .modal-dialog {
    height: 250px
}

.modal-waiting .modal-dialog .loader-logo,
.modal-window .modal-dialog .loader-logo,
.modal-confirm .modal-dialog .loader-logo,
.language-waiting .modal-dialog .loader-logo,
.modal-page-error .modal-dialog .loader-logo,
.p-waiting .modal-dialog .loader-logo {
    width: 110px;
    height: 119px;
    margin: -110px auto;
    font-size: 10px;
    position: relative;
    background: url(../images/icon/modal-waiting.png);
    background-repeat: no-repeat;
    background-size: 110px;
    background-position: center center
}

.modal-waiting .modal-dialog .message,
.modal-window .modal-dialog .message,
.modal-confirm .modal-dialog .message,
.language-waiting .modal-dialog .message,
.modal-page-error .modal-dialog .message,
.p-waiting .modal-dialog .message {
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 125px !important;
    background: transparent !important;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #fff;
    display: block;
    border: 0
}

.modal-waiting .modal-dialog .message h3,
.modal-window .modal-dialog .message h3,
.modal-confirm .modal-dialog .message h3,
.language-waiting .modal-dialog .message h3,
.modal-page-error .modal-dialog .message h3,
.p-waiting .modal-dialog .message h3 {
    text-transform: uppercase;
    border-bottom: 0
}

.modal-waiting .modal-dialog .message p,
.modal-window .modal-dialog .message p,
.modal-confirm .modal-dialog .message p,
.language-waiting .modal-dialog .message p,
.modal-page-error .modal-dialog .message p,
.p-waiting .modal-dialog .message p {
    font-weight: 400
}

.modal-confirm .modal-dialog .footer button:first-child {
    margin-right: 5px
}

.modal-confirm .modal-dialog .footer button:last-child {
    margin-left: 5px
}

.modal-confirm .modal-dialog .modal-content {
    background: transparent;
    border: 0
}

.modal-window .close,
.modal-confirm .close {
    position: absolute;
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    right: 30px;
    top: 30px;
    border: 0 !important;
    outline: 0;
    background: transparent !important
}

.modal-window .close:hover,
.modal-confirm .close:hover {
    color: #fff !important;
    opacity: 1
}

.loader-spinner,
.loader-spinner:after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}

.loader-spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load1 1.1s infinite linear;
    animation: load1 1.1s infinite linear
}

@-webkit-keyframes load1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.continue-spinner {
    margin: 10px auto 0;
    width: 90px;
    text-align: center
}

.continue-spinner>div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.continue-spinner .bounce1 {
    -webkit-animation-delay: -.48s;
    animation-delay: -.48s
}

.continue-spinner .bounce2 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.continue-spinner .bounce3 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0)
    }
}

.notice,
.message,
.red {
    display: none
}

[data-notify="progressbar"] {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px
}

[data-notify="progressbar"] .progress-bar {
    background: #09F
}

[data-notify="container"][class*="alert-default-"] {
    background-color: #ffe;
    border-width: 0;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.3);
    font-size: 14px
}

.no-margin {
    margin: 0
}

.no-padding {
    padding: 0
}

.no-display {
    display: none
}