@font-face {
    font-family: Bitter-Regular;
    src: url("../fonts/bitter/Bitter-Regular.otf");
}

@font-face {
    font-family: Bitter-Bold;
    src: url("../fonts/bitter/Bitter-Bold.otf");
}

@font-face {
    font-family: Bitter-Italic;
    src: url("../fonts/bitter/Bitter-Italic.otf");
}

body {
    font-family: Bitter-Regular;
}

header .top-menu .container {
    position: relative;
    z-index: 1;
}

.table-randomstats .logo-img img {
    width: 52px;
    margin-right: 10px;
}

.mps .tp{
    margin-top: 10px;
    display: block;
}

.random-stats{
    position: absolute;
    width: 580px;
    height: 60px;
    z-index: 2;
    top: 0;
    left: 50%;
    margin-left: -290px;
}


.random-stats-bg {
    position: absolute;
    width: 50%;
    height: 60px;
    top: 0;
    left: 50%;
    background-color: white;
    z-index: 0;
}

.random-stats-inner{
    background-color: white;
    width: 620px;
    margin: 0 auto;
    background-image: url(../images/bg.png);
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.stats-header-icon {
    width: 38px;
    height: 43px;
    background-image: url(../images/stats-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 14px;
    top: 13px;
}

.random-stats-right {
    width: 50%;
    position: absolute;
    left: 50%;
    height: 100%;
    top: 0;
    background-color: white;
    z-index: -1;
}

.stats-link.small {
    display: none;
}

@media screen and (max-width: 1190px) {
    .stats-link {
        font-size: 12px !important;
    }

    .stats-text-holder {
        font-size: 12px !important;
    }

    .random-stats-inner {
        width: 540px;
    }
}

@media screen and (max-width: 990px) {

    .random-stats {
        width: 360px;
        margin-left: -180px;
    }

    .random-stats-inner {
        width: 290px;
    }

    .stats-text-holder{
        display: none;
    }

    .stats-link.small {
        display: block;
    }

    .stats-link.more {
        display: none;
    }
}

@media screen and (max-width: 650px) {

    .random-stats {
        width: 150px;
        margin-left: -75px;
    }

    .random-stats-inner {
        width: 150px;
    }

    .stats-text-holder{
        display: none;
    }

    .stats-link.small {
        display: block;
    }

    .stats-link.more {
        display: none;
    }
}

@media screen and (max-width: 490px) {

    .random-stats {
        display: none;
    }

    .random-stats-bg {
        display: none;
    }

}

.stats-link {
    color: #E49A17 !important;
    font-size: 15px;
    padding-left: 10px;
}

.stats-header-text {
    text-align: left;
    padding-left: 60px;
    text-transform: none;
    font-size: 15px;
}

.stats-header-text .tp {
    font-weight: bold;
}

.stats-header-text .tp img{
    width: 20px;
}

.stats-header-text .tp .site-name{
    margin-left: 5px;
}

.table-randomstats{
    margin-top: 50px;
    padding: 20px;
    position: relative;
    background-color: #ebebeb;
}

.table-randomstats h2{
    left: -12px !important;
}

.table-randomstats ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px
}

.more-stats-link {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: bold;
    margin: 20px 0 3px 0;
}

.more-stats-link a {
    color: #13123B;
}

.table-randomstats ul li{
    border-bottom: solid 1px #BCBCBC;
}


.table-randomstats ul li{
    font-size: 14px;
    padding: 8px 0 4px 0;
}

.table-randomstats ul li .tp{
    color: #E81227;
    font-size: 22px;
}

.table-randomstats ul li a{
    color: #E81227 !important;
    font-size: 22px;
}




#profile #achievements .logo-site {
    max-width: 40%;
    min-width: 40%;
    width: 40%;
    margin-right: 30px !important;
}

#profile #achievements .logo-site img {
    max-width: 100%;
}

#profile #achievements .logo-site img {
    max-width: 100%;
}

a:hover, a:focus {
    text-decoration: none;
}

.achievement-logo-holder {
    text-align: center;
}

div.main-content {
    font-family: Arial, "Trebuchet MS";
}

h1, h2, h3, h4, h5 {
    font-family: Bitter-Bold;
}

.bx-wrapper .bx-viewport {
    border: none;
}

.success-message{
    display: none;
}

.clear {
    clear: both;
}

.logo-search{
    margin-right: 10px;
}

.flex {
    margin: auto;
    display: flex;
}

img.image-full-width {
    width: 100%;
}

.save-note{
    margin-bottom: 25px;
}

.save-note-register {
    margin-bottom: 15px;
    margin-top: 25px;
}

.modal-footer.reset {
    display: none;
}

#reset-form {
    display: none;
}

.forgot-password-button {
    margin-right: 15px;
}

.errors-reset{
    margin-bottom: 20px;
}

header .logged, header .top-menu {
    padding-top: 15px;
    height: 60px;
    text-align: right;
    background-color: #eba91b;
    font-size: 13px;
    color: #1a165a;
}

header .logged a, header .top-menu a {
    color: #18174c;
    cursor: pointer;
}

header .logged ul, header .top-menu ul {
    padding-left: 0;
    margin-top: 6px;
    float: right;
}

header .logged ul li, header .top-menu ul li {
    display: inline-block;
    margin-left: 16px;
    padding-left: 16px;
}

header .logged ul li + li, header .top-menu ul li + li {
    border-left: 1px solid #1a165a;
}

header .logged .info, header .top-menu .info {
    text-transform: uppercase;
    display: block;
    float: right;
    margin: auto 47px;
    color: #18174c;
}

header .logged .info a, header .top-menu .info a {
    margin-top: 5px;
}

header .logged .info .fa, header .top-menu .info .fa {
    margin-left: 35px;
    font-size: 15px;
}

header .top-menu {
    padding-top: 0px;
    background-color: #eba91b;
    text-transform: uppercase;
    line-height: 60px;
}

header .top-menu .sign-up {
    margin-right: 47px;
    font-family: Bitter-Bold;
    padding: 5px;
    border: 1px solid #1a165a;
    margin-left: 20px;
}

header .top-menu .login .fa {
    margin-right: 10px;
}

header #menu {
    font-family: Bitter-Bold;
    text-transform: uppercase;
    background-color: #1b194e;
    text-align: right;
}

header #menu .container {
    position: relative;
}

header #menu .container > a {
    color: #9092f1;
    margin-top: 22px;
}

header #menu ul {
    padding-left: 0;
    margin-bottom: 0;
    /*float: right;*/
    display: inline-block;
}

#errors-txt {
    padding: 0px 30px 20px 30px;
}

#errors-txt-profile {
    padding: 0 15px 15px 15px;
}

.error-input{
    border: solid 1px red;
}

.error-message{
    margin: 10px 0 0 0;
}

header #menu ul li {
    display: inline-block;
}

header #menu ul li a {
  font-size: 14px;
  color: #9092f1;
  padding: 27px 17px 22px 17px;
  display: block;
}

header #menu ul li:hover, header #menu ul li.active {
    background-color: #292a6d;
}

header #menu ul li:hover a, header #menu ul li.active a {
    color: #ffb718;
}

header #menu .search {
    float: right;
    padding: 3px 47px 3px 27px;
    border-left: 1px solid #9092f1;
}

header #menu .logo {
    display: block;
    position: absolute;
    top: -67px;
    z-index: 1;
}

section.logo .container {
    background-color: #000;
}

section.logo ul {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
    width: 100%;
    margin: auto;
}

section.logo ul li {
    width: calc(100% - 55px * 4);
    display: inline-block;
}

section.logo ul li img {
    width: 100%;
}

section.logo ul li + li {
    margin-left: 55px;
}

section.banner .container {
    background-color: #1b194e;
}

section.banner .container .row > div {
    padding-left: 2px;
    padding-right: 2px;
}

section.banner .container img {
    width: 100%;
}

body {
    position: relative;
    background-color: #000;
}

footer {
    z-index: 0;
    position: relative;
    padding-top: 50px;
    color: #8f90db;
    font-size: 12px;
}

footer h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

footer ul .fa {
    color: #ffb718;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 14px;
}

footer ul li {
    margin-bottom: 15px;
}

footer ul li a {
    color: #8f90db;
    font-size: 13px;
}

footer .about-us img {
    float: left;
    width: calc(40% - 20px);
}

footer .about-us p {
    width: 60%;
    float: right;
}

footer .subscribe {
    padding-right: 15px;
}

footer .subscribe input {
    margin: 15px auto;
    width: 100%;
    background-color: #494e5d;
    border: none;
    border-radius: 5px;
    color: #ffb718;
    padding: 12px;
}

footer .subscribe input:focus {
    outline: 0;
}

footer .subscribe input::-webkit-input-placeholder {
    color: #ffb718;
}

footer .subscribe button {
    padding: 10px 23px;
    text-transform: uppercase;
    color: #13123b;
    background-color: #ffb718;
    border: none;
    outline: none;
}

footer .copyright {
    margin-top: 50px;
    color: #13123b;
    font-size: 13px;
    background-color: #ffb718;
    padding: 24px;
    width: 100%;
    text-align: center;
}

/* body:after {
  content: "";
  z-index: -1;
  display: block;
  background: url("../images/bg-footer.png") no-repeat bottom center;
  position: absolute;
  bottom: 65px;
  width: 100%;
  height: 100%;
} */

body:before {
    content: "";
    z-index: -1;
    display: block;
    background: url("../images/bg-top.png") no-repeat top center;
    position: absolute;
    top: 110px;
    width: 100%;
    bottom: 0;
}

section.content .container {
    padding: 34px 30px 44px 30px;
    background-color: #fff;
}

section.content .section-title {
    z-index: 2;
    position: absolute;
    left: 2px;
    top: -20px;
    background: #ffb718;
    text-transform: uppercase;
    padding: 15px 18px 18px 11px;
    display: inline;
    margin: 0;
    font-size: 14px;
    color: #13123b;
    text-align: center;
}

section.content .section-title:after {
    content: url("../images/bg-title.png");
    display: block;
    position: absolute;
    bottom: -16px;
    left: 0;
}

section.content h3.news-title {
    text-transform: uppercase;
    color: #2a2768;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 25px;
}

#home-page h3.news-title {
    float: left;
}


section.content h3.news-title:before {
    content: "||";
    font-size: 23px;
    color: #ffb718;
    margin-right: 10px;
}

section.content#home-page section.featured-news {
    overflow: hidden;
    position: relative;
}

section.content#home-page section.featured-news > a {
    display: block;
    width: 100%;
    position: relative;
    height: 366px;
    background-size: cover;
    background-position: center;
}

section.content#home-page section.featured-news img {
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto !important;
    vertical-align: initial;
}

section.content#home-page section.featured-news .slider-text-holder {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
}

section.content#home-page section.featured-news .slider-text-holder .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
}

section.content#home-page section.featured-news .slider-text-holder .text .slider-title {
    color: #FFFFFF;
    font-family: Bitter-Bold;
    font-size: 23px;
    font-weight: bold;
    line-height: 31px;
}

section.content#home-page section.featured-news .slider-text-holder .text .slider-description {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 13px;
    line-height: 17px;
}

section.content#home-page section.featured-news #featured-news-buttons {
    font-size: 0;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    padding: 0 30px;
    display: table-cell;
}

section.content#home-page section.featured-news #featured-news-buttons li {
    width: 25%;
    padding: 0 1px;
    height: 20px;
    display: inline-block;
    white-space: nowrap;
    vertical-align: bottom;
    cursor: pointer;
}

section.content#home-page section.featured-news #featured-news-buttons li:hover  .indicator-holder .indicator {
    height: 10px;
    background-color: #3A3B8A;
}

section.content#home-page section.featured-news #featured-news-buttons li .indicator-holder {
    width: 100%;
    height: 100%;
    position: relative;
}

section.content#home-page section.featured-news #featured-news-buttons li .indicator-holder .indicator{
    width: 100%;
    position: relative;
    background-color: #FFB718;
    transition: all 0.3s ease-out;
    position: absolute;
    height: 5px;
    bottom: 0;
}

section.content#home-page section.featured-news #featured-news-buttons li.active .indicator-holder .indicator {
    height: 10px;
    background-color: #3A3B8A;
}


section.content#home-page section.featured-news #pager-featured-news {
    z-index: 10;
    float: right;
    position: relative;
    margin-bottom: 0;
    width: 30%;
    background-color: #13123b;
    padding-left: 0;
    list-style-type: none;
}

section.content#home-page section.featured-news #pager-featured-news li a {
    line-height: 16px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 20px 15px;
    color: #8f90db;
    font-size: 11px;
    display: block;
    width: 100%;
}

section.content#home-page section.featured-news #pager-featured-news li a.active {
    z-index: 2;
    position: relative;
    color: #ffb718;
    background: #3a3c8a;
}

section.content#home-page section.featured-news #pager-featured-news li a.active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: url("../images/featured-news-bg.png") no-repeat center left;
    background-size: cover;
    left: -25px;
    z-index: -1;
}

section.content#home-page a.news-view-all {
    display: block;
    text-align: center;
    margin-top: 30px;
    font-family: Bitter-Bold;
    text-transform: uppercase;
    color: #13123b;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
    background-color: #ffb718;
}

section.content#home-page a.news-view-all:after {
    content: ">";
    margin-left: 10px;
}

section.content#home-page .achievements-holder {
    width: 100%;
    padding-bottom: 10px;
}

section.content#home-page .achievements-holder .slick-next.slick-arrow{
    width: 30px;
    height: 65px;
    background: none;
    border: none;
    background-image: url(../images/arrow_right.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    text-indent: -1000em;
}




section.content#home-page .article h4.title, section.content#home-page .achievement h4.title {
    margin-bottom: 15px;
    margin-top: 0;
}

section.content#home-page .article h4.title a, section.content#home-page .achievement h4.title a {
    margin: 16px auto;
    color: #2a2768;
    font-size: 13px;
    text-transform: uppercase;
}

#acm .title a {
    margin: 16px auto;
    color: #2a2768;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 0;
}

#acm .title {
    margin-top: 0;
}

#acm .achievement {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bfbed1;
}

#acm .achievement .content h5 {
    margin-top: 8px;
    line-height: 13px;
    color: #9d9c9c;
    font-size: 11px;
}

#acm .achievement .content h5 span {
    color: #ffb718;
}

section.content#home-page .achievement .thumb-img img {
    width: 100%;
}

section.content#home-page .achievement .thumb-img {
    width: 40px;
    float: left;
    margin-right: 10px;
}


section.content#home-page .achievement .header-part .achieved {
    display: block;
    color: #9B9B9B;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    line-height: 11px;
    text-transform: uppercase;
}

section.content#home-page .achievement .header-part .title a {
    font-size: 13px !important;
    text-transform: none !important;
    margin-bottom: 5px;
    display: block;
    margin-top: 0;
}

section.content#home-page .achievement .achiavement-description .image {
    padding: 5px 2px 2px 2px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../images/achievement-rectangle.svg");
    float: left;
}

section.content#home-page .achievement .achiavement-description .right-part {
    float: right;
    width: calc(100% - 50px);
}

section.content#home-page .achievement .achiavement-description .image .logo-number {
    width: 36px;
    height: 30px;
    margin-top: 2px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

section.content#home-page .achievement .achiavement-description h5{
    color: #FFB718;
    font-size: 17px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
}


section.content#home-page .achievement .achiavement-description .achieved-on {
    color: #9B9B9B;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    line-height: 11px;
    text-transform: uppercase;
}

section.content#home-page .article .content, section.content#home-page .achievement .content {
    padding-left: 0;
    color: #ffb718;
    font-size: 11px;
}

section.content#home-page .article .content p, section.content#home-page .achievement .content p {
    margin-top: 15px;
    color: #9d9c9c;
}

section.content#home-page .article .content .fa, section.content#home-page .achievement .content .fa {
    font-size: 12px;
}

section.content#home-page .article .content .fa + .fa, section.content#home-page .achievement .content .fa + .fa {
    margin-left: 25px;
}

.sidebar-banner{
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #F1F2F3;
}

.sidebar-banner img{
    max-width: 100%;
}

section.content#home-page .article .article-image{
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}

section.content#home-page .article .article-categories span{
    color: #4A4A4A;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    text-transform: uppercase;
}


section.content#home-page .article .article-des{
    color: #4A4A4A;
    font-family: Arial;
    font-size: 13px;
    line-height: 17px;
}

section.content#home-page .article .article-des{
    color: #4A4A4A;
    font-family: Arial;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
}

section.content#home-page  .achievements .news-title {
    margin-top: 0;
    padding-top: 0;
}

section.content#home-page .articles .news-view-all-link {
    color: #FFB718;
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    font-family: Bitter-Bold;
    float: right;
    padding-top: 40px;
    padding-bottom: 25px;
}


.articles .special-category:nth-of-type(2) .news-view-all-link {
    padding-top: 8px !important;
    margin-top: 0;
}

.articles .special-category:nth-of-type(2) .news-title {
    padding-top: 0;
    margin-top: 0;
}


.articles .special-category.header-1 .news-view-all-link{
    padding-top: 8px !important;
    margin-top: 0;
}

.articles .special-category.header-1 .news-title {
    padding-top: 0;
    margin-top: 0;
}

section.content#home-page .articles {
    padding-left: 7px;
    padding-right: 7px;
}

section.content#home-page .article {
    margin-bottom: 40px;
    padding-right: 8px;
    padding-left: 8px;
}


section.content#home-page .article:nth-child(3n+1) {
    clear: left;
}

section.content#home-page .special-articles .article:nth-child(4) {
    display: none;
}

@media (max-width: 768px) {

    section.content#home-page .article:nth-child(3n+1) {
        clear: none;
    }

    section.content#home-page .article:nth-child(2n+1) {
        clear: left;
    }

    section.content#home-page .special-articles .article:nth-child(4) {
        display: block;
    }
}

@media (max-width: 420px) {

    section.content#home-page .article {
        width: 100%;
    }

    section.content#home-page .article:nth-child(2n+1) {
        clear: none;
    }
}

section.content#home-page .achievement:first-of-type {
    padding-top: 0;
}

section.content#home-page .achievement .content h4.title {
    margin-top: -5px;
    margin-bottom: 10px;
}

section.content#home-page .achievement .content .fa {
    cursor: pointer;
}

section.content#home-page .achievement .content p {
    margin: 10px auto 5px auto;
    font-family: Bitter-Italic;
}

section.content#home-page .achievement .content h5 {
    margin-top: 8px;
    line-height: 13px;
    color: #9d9c9c;
    font-size: 11px;
}

section.content#home-page .achievement .content h5 span {
    color: #ffb718;
}

section.content#home-page .achievement .content .comments {
    margin-top: 10px;
    background-color: #ececec;
    padding: 10px;
}

section.content#home-page .achievement .content .comments .thumb-img {
    padding-right: 10px;
}

section.content#home-page .achievement .content .comments .row {
    margin-bottom: 10px;
}

section.content#home-page .achievement .content .comments h5.title {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 10px;
    color: #2a2768;
}

section.content#home-page .achievement .content .comments p {
    margin-top: -8px;
    font-size: 10px;
    color: #000000;
    font-family: Bitter-Regular;
}

section.content#home-page .achievement .content .comments input[type="text"] {
    width: 100%;
    height: 25%;
    border: 1px solid #cccccc;
    padding: 9px;
    font-size: 9px;
}

section.content#home-page section.table-score {
    background-color: #13123b;
    color: #8f90db;
    margin-top: 50px;
}

section.content#home-page section.table-score .info {
    z-index: 1;
    padding: 30px 30px 30px 30px;
}

section.content#home-page section.table-score .info h3 a {
    color: #ffb718;
    font-size: 18px;
    text-transform: uppercase;
}

section.content#home-page section.table-score .info p {
    font-size: 11px;
    margin-bottom: 5px;
}

section.content#home-page section.table-score .thumb-img {
    position: relative;
    margin-top: 15px;
    padding-left: 0;
}

section.content#home-page section.table-score .thumb-img img {
    width: 100%;
    max-width: 118px;
}

section.content#home-page section.table-score .thumb-img:before {
    position: absolute;
    content: url("../images/highest.png");
    bottom: -7px;
    left: -20px;
}

section.content#home-page section.table-score .table-title {
    height: 40px;
    width: 100%;
    background-color: #2a2768;
}

section.content#home-page section.table-score .table-title div {
    padding: 5px 21px;
    font-size: 11px;
    display: block;
    text-align: center;
    float: right;
}

section.content#home-page section.table-score .table-title div:last-child {
    padding-top: 15px;
}

section.content#home-page section.table-score .table-score {
    padding: 0 8px 10px 8px;
}

section.content#home-page section.table-score ul {
    padding: 8px 0 8px 0;
    width: 100%;
    display: flex;
    font-size: 11px;
    border-bottom: 1px solid #24215c;
}

section.content#home-page section.table-score ul li {
    display: inline-block;
    margin: auto;
}

section.content#home-page section.table-score ul li:first-child, section.content#home-page section.table-score ul a {
    margin-left: 5px;
    font-family: Bitter-Bold;
    color: #ffb718;
    display: block;
}

section.content#home-page section.table-score ul li:nth-of-type(2) {
    margin-left: 0;
    margin-right: 0;
    width: 10%;
}

section.content#home-page section.table-score ul li:nth-of-type(2) img {
    width: 100%;
}

section.content#home-page section.table-score ul li:last-child {
    margin-right: 15px;
}

section.content#home-page section.top-sites {
    margin-top: 0;
    padding: 20px;
    position: relative;
    background-color: #ebebeb;
}

section.content#home-page section.top-sites .section-title {
    left: -12px;
}

section.content#home-page section.top-sites ul:first-of-type {
    padding-top: 25px;
}

section.content#home-page section.top-sites ul {
    font-family: Bitter-Bold;
    display: flex;
    border-bottom: 1px solid #D8D8D8;
    font-size: 11px;
    padding: 0px 0 5px 0;
    margin-bottom: 5px;
}

section.content#home-page section.top-sites > ul:last-child {
    border-bottom: 0;
}

section.content#home-page section.top-sites ul li {
    margin: auto;
    display: inline-block;
    text-align: center;
}

section.content#home-page section.top-sites ul li:nth-of-type(1) {
    margin-left: 0;
    font-family: Bitter-Bold;
    background-color: #2a2768;
    color: #d0b057;
    padding: 3px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    line-height: 11px;
    margin-right: 5px;
}

section.content#home-page section.top-sites ul li:nth-of-type(2) {
    width: 17%;
}

section.content#home-page section.top-sites ul li:nth-of-type(2) img {
    width: auto;
    max-height: 50px;
}

section.content#home-page section.top-sites ul li:nth-of-type(4) {
    margin-right: 0;
    text-transform: uppercase;
    border: 1px solid #2a2768;
    padding: 6px 15px;
    cursor: pointer;
}

#article section.content#home-page section.top-sites ul li:nth-of-type(4) {
    padding: 0;
}


section.content#home-page section.top-sites ul .site-url:hover {
    background: #2a2768;
}

section.content#home-page section.top-sites ul .site-url:hover a {
    color: #fff;
}

section.content#home-page section.top-sites ul .site-name {
    width: 50%;
    text-align: left;
    padding-left: 10px;
    font-size: 12px;
}

section.content#home-page section.top-sites ul li:nth-of-type(4) a {
    color: #2a2768;
}

section.content#ranking-page {
    color: #2a2768;
    margin-top: 30px;
    font-size: 11px;
}

section.content#ranking-page .container {
    padding-left: 40px;
}

section.content#ranking-page h1.page-title {
    color: #2a2768;
    font-size: 22px;
    text-align: center;
    padding-bottom: 50px;
}

section.content#ranking-page .page-title-template, section.content#ranking-page h1.page-title:before, section.content#ranking-page h1.page-title:after {
    content: "\f005";
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 22px;
    vertical-align: middle;
}

section.content#ranking-page h1.page-title:before {
    margin-right: 30px;
}

section.content#ranking-page h1.page-title:after {
    margin-left: 30px;
}

section.content#ranking-page .col-md-4 {
    padding-right: 60px;
}

section.content#ranking-page .my-rank {
    background-color: #ebebeb;
    display: flex;
    padding: 25px;
}

section.content#ranking-page .my-rank .info {
    margin: auto auto auto 0;
    font-size: 11px;
    text-align: center;
    color: #2a2768;
}

section.content#ranking-page .my-rank .info p {
    margin: 0;
    font-size: 19px;
}

section.content#ranking-page .my-rank .info p:last-of-type {
    font-family: Bitter-Bold;
    text-transform: uppercase;
    font-size: 35px;
}

section.content#ranking-page .my-rank .info button {
    margin-top: 15px;
    width: 100%;
    background-color: #2a2768;
    color: #ffb718;
    font-family: Bitter-Bold;
    text-transform: uppercase;
    border: none;
    padding: 10px 14px;
}

.apply-filter-btn {
    cursor: pointer;
    width: 100%;
    background-color: #2a2768;
    color: #ffb718;
    font-family: Bitter-Bold;
    text-transform: uppercase;
    border: none;
    padding: 10px 14px;
}


section.content#ranking-page .my-rank .avatar {
    width: 40%;
}

section.content#ranking-page .my-rank .avatar img {
    width: 100%;
}

section.content#ranking-page .col-md-8 {
    padding-left: 0;
}

section.content#ranking-page .col-md-8 h3.news-title {
    margin-top: -18px;
    padding-top: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
    float: left;
}

section.content#ranking-page .col-md-8 .logo {
    margin-top: -30px;
    float: right;
    margin-right: 38px;
    margin-left: 38px;
    width: 20%;
}

section.content#ranking-page .col-md-8 .logo img {
    width: 100%;
}

section.content#ranking-page .col-md-8 p {
    font-size: 11px;
    margin-left: 10px;
    text-align: left;
    float: left;
    width: calc(80% - 100px);
}

section.content#ranking-page select {
    padding: 10px 90px 10px 15px;
    display: block;
    position: relative;
    background: url("../images/select.png") no-repeat right;
    background-size: auto 100%;
    -webkit-appearance: none;
    border: 1px solid #13123b;
}

section.content#ranking-page select:focus {
    outline: none;
}

section.content#ranking-page ul.filter {
    padding-left: 0;
    display: flex;
}

section.content#ranking-page ul.filter li:first-child {
    margin-left: 0;
}

section.content#ranking-page ul.filter li {
    margin: auto;
    text-transform: uppercase;
    font-family: Bitter-Bold;
    display: flex;
    vertical-align: middle;
}

section.content#ranking-page ul.filter li label {
    margin: auto 10px;
}

section.content#ranking-page ul.filter li:last-child {
    text-decoration: underline;
    color: #ffb718;
    cursor: pointer;
}

section.content#ranking-page table {
    text-align: center;
    font-family: Bitter-Bold;
    margin-top: 20px;
}

section.content#ranking-page table tr:first-child {
    text-transform: uppercase;
    background-color: #13123b !important;
    color: #ffb718;
}

section.content#ranking-page table tr:first-child th {
    vertical-align: middle;
    padding-top: 13px;
    padding-bottom: 13px;
    text-align: center;
    /* text-align: left; */
}

section.content#ranking-page table tr:first-child th img {
    margin-right: 7px !important;
}

section.content#ranking-page table tr:first-child th img, section.content#ranking-page table tr:first-child th span {
    margin: auto;
}

section.content#ranking-page table tr:nth-of-type(odd) {
    background-color: #ebebeb;
}

section.content#ranking-page table tr {
    background-color: #f3f3f3;
}

section.content#ranking-page table tr td {
    vertical-align: middle;
    border: 1px solid rgba(224, 224, 224, 0.86);
}

section.content#ranking-page table tr td:nth-of-type(2) img {
    margin-right: 10px;
}

section.content#ranking-page table tr td:nth-of-type(2) p {
    font-family: Bitter-Regular;
    text-decoration: underline;
    margin-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

section.content#ranking-page table tr td:nth-of-type(3) {
    text-transform: uppercase;
}

section.content#ranking-page table tr td:nth-of-type(6) {
    text-decoration: none;
    /* text-decoration: underline; */
    text-transform: uppercase;
}

section.content#ranking-page table ul {
    margin-bottom: 0;
    padding-left: 0;
    text-align: left;
}

section.content#ranking-page table ul li {
    display: inline;
}

section.content#ranking-page .paginate {
    float: right;
}

section.content#ranking-page .paginate ul {
    margin-bottom: 0;
    padding-left: 0;
}

section.content#ranking-page .paginate ul li {
    cursor: pointer;
    display: inline;
}

section.content#ranking-page .paginate ul li:first-child {
    font-family: Bitter-Bold;
    text-transform: uppercase;
}

section.content#ranking-page .paginate ul li a {
    color: #2a2768;
}

section.content#ranking-page .paginate ul li.active a {
    color: #ffb718;
}

section.content#ranking-page .paginate ul li + li {
    margin-left: 7px;
}


#ranking-page table .flex {
    text-align: left;
}
.site-list li {
    display: inline-block;
    margin-right: 5px;
}

.finance a {
    border: 1px solid #2a2768;
    display: inline-block;
    padding: 6px 15px;
    cursor: pointer;
    color: #2a2768;
    margin-top: 5px;
}
.finance a:hover {
    background: #2a2768;
    color: #fff;
}


/* 10/12/2016 */
#article section.top-sites{margin-top:50px;padding:20px;position:relative;background-color:#ebebeb}
#article section.top-sites .section-title{left:-12px}
#article section.top-sites ul:first-of-type{padding-top:25px}
#article section.top-sites ul{font-family:Bitter-Bold;display:flex;border-bottom:1px solid #bcbcbc;font-size:11px;padding:14px 0}
#article section.top-sites > ul:last-child{border-bottom:0}
#article section.top-sites ul li{margin:0 !important;display:inline-block;text-align:center; border:none !important}
#article section.top-sites ul li a{ text-decoration:none !important }
#article section.top-sites ul li:nth-of-type(1){margin-left:0;font-family:Bitter-Bold;background-color:#2a2768;color:#d0b057;padding:3px;border-radius:50%;width:17px;height:17px;line-height:11px;margin-right:5px !important; margin-top:14px !important}
#article section.top-sites ul li:nth-of-type(2){width:17%; margin:0; }
#article section.top-sites ul li:nth-of-type(2) img{width:100%}
#article section.top-sites ul li:nth-of-type(3) a{ padding:7px 0 0 0; display:block }
#article section.top-sites ul li:nth-of-type(4){margin-right:0;text-transform:uppercase;border:1px solid #2a2768 !important;padding:0;cursor:pointer; width:90px; text-align:center; line-height:30px; height:30px; }
#article section.top-sites ul li:nth-of-type(4) a{ display:block; line-height:30px;  }
#article section.top-sites ul .site-url:hover{background:#2a2768}
#article section.top-sites ul .site-url:hover a{color:#fff}
#article section.top-sites ul .site-name{width:50%;text-align:left;padding-left:10px;font-size:12px}
#article section.top-sites ul li:nth-of-type(4) a{color:#2a2768}


section.top-sites .section-title{ z-index:2; position:absolute; left:2px; top:-20px; background:#ffb718; text-transform:uppercase; padding:15px 18px 18px 11px; display:inline; margin:0; font-size:14px; color:#13123b; text-align:center; }
section.top-sites .section-title:after{ bottom:-16px; content: url(../images/bg-title.png); display:block; left:0; position:absolute; }
/*------------my custom styles----------*/
.user-menu {
    float: right;
}
header .logged {
    overflow: hidden;
}
.logged button {
    background: none;
    border: none;
    margin-top: 8px;
    display: none;
    float: right;
}
.logged button:focus {
    box-shadow: none;
    outline: none;
}
.logged button .icon-bar {
    display: block;
    margin-bottom: 5px;
    width: 20px;
    height: 2px;
    background: #1b194e;
}
.main-menu {
    overflow: hidden;
    width: 100%;
    height: 70px;
}
.search-form {
    position: relative;
    display: inline-block;
    width: 30px;
    float: right;
    margin-top: 26px;
}
.search-form input {
    display: none;
    position: absolute;
    right: 30px;
    top: 0px;
    border: none;
}
/*style for select*/
.filter .sel {
    width: 165px;
}
.filter .sel .jq-selectbox__select {
    background: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #13123b;
    font-size: 11px;
    font-family: Bitter-Bold;
    color: #2a2768;
}
.filter .sel .jq-selectbox__trigger {
    background: #13123b;
}
.filter .sel .jq-selectbox__trigger-arrow {
    border-top: 5px solid #fff;
}
.filter label {
    line-height: 34px;
}
.filter .sel ul li {
    font-size: 11px;
    color: #2a2768;
}
.filter .sel ul li:hover {
    color: #fff;
}
.filter .sel ul li:last-child {
    color: #13123b!important;
    text-decoration: none !important;
}
.filter .sel ul li:last-child:hover {
    color: #fff !important;
}
/*---my-ranking-table------*/
.my-ranking-table {
    overflow-x: auto;
    min-height: 200px;
}
.my-ranking-table form {
    min-width: 1000px;
}
.my-ranking-table table {
    min-width: 1000px;
    max-width: 1099px;
}
.dfr-social-btn.custom {
    float: right;
}
/*------------reviews----------*/
#article .content .item .bonus-section {
    color: #393333;
    padding-top: 20px;
    padding-left: 185px;
}
/*edit profile*/
form .form-button {
    padding-bottom: 15px;
}

.section-404{
    text-align: center;
}

.section-404 p{
    padding: 20px 0 60px 0;
    margin: 0 auto;
    display: block;
    float: none;
}

.h1-four-ofour {
    text-align: center;
}

.h1-four-ofour .star-first {
    margin-left: 0 !important;
}

.make-order {
    cursor: pointer;
}

.trophy-case ul {
    overflow: hidden;
}

.trophy-case-item {
    position: relative;
    height: 170px;
    width: 560px;
    max-width: 100%;
    margin: 0 auto;
    left: 35px
}

.trophy-case-trophy-holder{
    height: 100px;
    float: left;
    width: 30%;
    text-align: center;
}

.trophy-case-trophy {
    height: 100px;
}

.shelf-holder {
    width: 560px;
    height: 63px;
    position: absolute;
    top: 100px;
    margin: 0 auto;
    max-width: 100%;
}

.shelf-holder .left-part {
    background-image: url("../images/ico-left.png");
    height: 63px;
    width: 81px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    z-index: 2;
}

.shelf-holder .middle-part {
    background-image: url("../images/ico-mid.png");
    height: 63px;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
}

.shelf-holder .right-part {
    background-image: url("../images/ico-right-2.png");
    height: 63px;
    width: 154px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    z-index: 2;
}

.achievement-trophy-holder{
    position: relative;
}
.number-holder-trophy{
    background-color: #d31d24;
    color: white;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: -0;
    right: 0;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding-top: 8px;
}

.tooltip-holder {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip-holder .tooltiptext-holder {
    visibility: hidden;
    width: 181px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;
    position: absolute;
    bottom: 111px;
    margin-left: -46px;
    z-index: 1000;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-holder:hover .tooltiptext-holder {
    visibility: visible;
}

.trophy-case ul {
    overflow: visible !important;
}

.multimedia-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba( 0,0,0, 0.9 );
    z-index: 1000
}

.multimedia-popup-inner {
    position: relative;
    top: 20%;
    margin: 0 auto;
    width: 80%;
    max-width: 700px
}

.stats-data {
    list-style: none;
}

.stats-data li {
    display: block;
    float: left;
    padding: 20px;
    margin-left: 20px;
    border: solid 1px #EEE;
    margin-bottom: 20px;
    width: 240px;
    height: 106px;
}

.stats-data li .tp {
    color: #e81227;
    font-size: 20px;
}

.stats-data li .tp img{
    width: 30px;
}

.stats-data li .tp .logo-img, .stats-data li .tp .site-name{
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}

.stats-data li .tp .site-name {
    margin-left: 10px;
}

.stats-data li .tp a{
    color: #e81227;
}

.stats-data li .tp a:hover{
    color: #23527c;
}

.results-tab a {
    cursor: pointer;
}

.results-tab li {
    width: 50% !important;
}

.results-breakdown {
    display: none;
}

.lastest-cash table th.profile-results-date {
    min-width: 90px;
}

table#profile-results th.profile-results-date {min-width: 90px;}

.profile-results th:nth-child(1){
    width: 90px;
    max-width: 90px;
}

.profile-results th:nth-child(2){
    width: 164px;
    max-width: 164px;
}

.profile-results th:nth-child(3){
    width: 100px;
    max-width: 100px;
}

.profile-results th:nth-child(4){
    width: 81px;
    max-width: 81px;
}

.profile-results th:nth-child(5){
    width: 54px;
    max-width: 54px;
}

.profile-results th:nth-child(6){
    width: 82px;
    max-width: 82px;
}

.profile-results th:nth-child(7){
    width: 75px;
    max-width: 75px;
}

.profile-results th:nth-child(8){
    width: 104px;
    max-width: 104px;
}

.breakdown-table th:nth-child(1){
    width: 90px;
    max-width: 90px;
}

.breakdown-table th:nth-child(2){
    width: 164px;
    max-width: 164px;
}

.breakdown-table th:nth-child(3){
    width: 100px;
    max-width: 100px;
}

.breakdown-table th:nth-child(4){
    width: 81px;
    max-width: 81px;
}

.breakdown-table th:nth-child(5){
    width: 54px;
    max-width: 54px;
}

.breakdown-table th:nth-child(6){
    width: 82px;
    max-width: 82px;
}

.breakdown-table th:nth-child(7){
    width: 75px;
    max-width: 75px;
}

.breakdown-table th:nth-child(8){
    width: 104px;
    max-width: 104px;
}

.profile-results ::nth-child(1){
    width: 90px;
    max-width: 90px;
}

.profile-results td:nth-child(2){
    width: 164px;
    max-width: 164px;
}

.profile-results td:nth-child(3){
    width: 100px;
    max-width: 100px;
}

.profile-results td:nth-child(4){
    width: 81px;
    max-width: 81px;
}

.profile-results td:nth-child(5){
    width: 54px;
    max-width: 54px;
}

.profile-results td:nth-child(6){
    width: 82px;
    max-width: 82px;
}

.profile-results td:nth-child(7){
    width: 75px;
    max-width: 75px;
}

.profile-results td:nth-child(8){
    width: 104px;
    max-width: 104px;
}

.breakdown-table td:nth-child(1){
    width: 90px;
    max-width: 90px;
}

.breakdown-table td:nth-child(2){
    width: 164px;
    max-width: 164px;
}

.breakdown-table td:nth-child(3){
    width: 100px;
    max-width: 100px;
}

.breakdown-table td:nth-child(4){
    width: 81px;
    max-width: 81px;
}

.breakdown-table td:nth-child(5){
    width: 54px;
    max-width: 54px;
}

.breakdown-table td:nth-child(6){
    width: 82px;
    max-width: 82px;
}

.breakdown-table td:nth-child(7){
    width: 75px;
    max-width: 75px;
}

.breakdown-table td:nth-child(8){
    width: 104px;
    max-width: 104px;
}

.breakdown-content {
    display: none;
}

.results-breakdown-body img {
    max-width: 65px;
}

.reply-comment-bio {
    background: #ececec;
    margin-top: 30px;
    margin-left: 0;
}

.reply-comment-bio ul {
    list-style: none;
    margin-bottom: 10px;
    padding: 0;
}

.reply-comment-bio ul li{
    border: none;
    padding: 30px;
}

.reply-comment-bio ul li p{
    font-size: 14px;
    color: #2a2768;
}

.results-breakdown-user-body img {
    max-width: 65px;
}

.results-breakdown .summary-text{
    margin: 20px 0 40px 0;
}

.results-breakdown .loading-text {
    text-align: center;
}

/*--------------media-------------*/
@media screen and (max-width: 1200px) {
    .search-form {
        display: block;
        height: 70px;
        margin-top: 0;
        margin-right: 35px;
    }
    .search-form input {
        top: 23px;
        z-index: 3;
    }
    header #menu ul {
        width: 100%;
        list-style-type: none;
        padding-left: 0;
        float: none;
        padding-top: 0px;
        margin-right: 0;
        overflow: hidden;
    }
    header #menu ul li {
        display: list-item;
        text-align: center;
    }
    header #menu button {
        right: 15px;
        background: transparent;
        color: #9092f1;
        font-size: 25px;
        z-index: 5;
    }
    header #menu button:focus {
        outline: none;
    }
    header #menu button {
        top: 17px;
        position: absolute;
        border: none;
    }
}
@media screen and (max-width: 992px) {
    .mobile-none {
        display: none !important;
    }

    .main-content {
        width: 100%;
    }

    /*-----article----*/
    .dfr-social-btn.custom {
        float: left;
        margin-top: 10px;
        /*margin-left: 15px;*/
    }
    #article .sidebar .recent ul li .right{
        padding: 0;
    }
    /*-----------*/
    header #menu .main-menu ul .top-search form {
        width: 300px;
    }
    section.content .article .content {
        padding-left: 15px !important;
        margin-top: 15px;
        text-align: center;
        font-size: 12px !important;
    }
    section.content#home-page a.news-view-all {
        margin-bottom: 30px;
    }
    footer h3 {
        margin-left: 0!important;
        text-align: center;
    }
    footer .about-us img {
        display: block;
        float: none;
        margin: 0 auto 15px;
    }
    footer .about-us p {
        float: none;
        width: 100%;
        text-align: center;
    }
    footer ul:before {
        display: table;
        content: "";
    }
    footer ul:after {
        display: table;
        content: "";
        clear: both;
    }
    footer ul.information li {
        display: block;
        width: 50%;
        float: left;
        text-align: center;
    }
    footer ul#connect li {
        display: block;
        float: left;
        width: 33.3333%;
        text-align: center;
    }
    footer .subscribe form {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    header .info {
        margin-right: 0 !important;
    }
    header .top-menu .sign-up {
        margin-right: 0;
    }
    header #menu {
        position: relative;
        /*padding-top: 10px;*/
        /*padding-bottom: 10px;*/
    }
    header #menu a {
        margin-top: 0 !important;
    }
    header #menu .logo {
        /*margin: auto;*/
        /*position: static;*/
        /*width: 20%;*/
        width: 120px;
        top: -52px;
    }
    header #menu ul li a {
        padding: 8px 15px 8px 15px;
    }
    header #menu .logo img {
        width: 100%;
    }
    header #menu .search {
        top: 17px;
        position: absolute;
        border: none;
    }
    header #menu .search {
        font-size: 25px;
        padding: 0;
        right: 15px;
    }
    header #menu ul li {
        width: 100%;
        text-align: center;
    }
    section.logo ul {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    section.logo ul li {
        display: block;
        width: 40%;
        margin: 15px auto;
    }
    section.logo ul li + li {
        margin: 15px auto;
    }
    section.banner .container .row > div {
        padding-left: 0;
        padding-right: 0;
    }
    section.banner .container .row > div:nth-child(2),
    section.banner .container .row > div:nth-child(3) {
        display: none;
    }
    section.banner .container img {
        width: 100%;
    }
    section.content .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    section.content .container section.featured-news {
        height: auto !important;
    }
    section.content .container section.featured-news .bx-wrapper {
        margin-bottom: 0;
    }
    section.content h3.news-title {
        font-size: 15px;
    }
    section.content .article .content, section.content#home-page .achievement .content {
        padding-left: 15px !important;
        margin-top: 15px;
        text-align: center;
        font-size: 12px !important;
    }
    section.content .achievement .content {
        margin-top: 0 !important;
    }
    section.content .achievement .thumb-img {
        padding-right: 0;
    }
    section.content .achievement .comments .thumb-img {
        padding-right: 0 !important;
    }
    section.content .achievement .comments p {
        text-align: left;
    }
    section.content section.table-score {
        margin-top: 50px;
    }
    footer {
        text-align: center;
    }
    footer .about-us img, footer .about-us p {
        float: none;
    }
    footer .about-us p {
        width: 100%;
    }
    footer .about-us img {
        width: 40%;
    }
    footer h3 {
        font-size: 18px;
        margin: 20px;
        cursor: pointer;
    }
    footer .subscribe button {
        width: 100%;
    }
    footer .copyright {
        padding: 24px 0;
        font-size: 11px;
    }
    #ranking-page .container {
        padding-left: 15px !important;
    }
    #ranking-page .container h1.page-title {
        font-size: 15px !important;
    }
    #ranking-page .container h1.page-title:before, #ranking-page .container h1.page-title:after {
        font-size: 18px;
        line-height: 18px;
    }
    #ranking-page .container h1.page-title:before {
        margin-right: 15px !important;
    }
    #ranking-page .container h1.page-title:after {
        margin-left: 15px !important;
    }
    #ranking-page .container .col-md-4 {
        padding-right: 15px !important;
    }
    #ranking-page .container .col-md-8 {
        padding-left: 15px !important;
    }
    #ranking-page .container .col-md-8 h3.news-title {
        margin-top: 30px !important;
    }
    #ranking-page .container .col-md-8 p, #ranking-page .container .col-md-8 .logo {
        float: none !important;
    }
    #ranking-page .container .col-md-8 .logo {
        margin: auto !important;
        width: 40% !important;
    }
    #ranking-page .container .col-md-8 p {
        width: 100% !important;
    }
    /*#ranking-page .container ul.filter {*/
    /*padding-left: 30px !important;*/
    /*padding-right: 30px;*/
    /*display: block !important;*/
    /*text-align: center;*/
    /*list-style: none;*/
    /*}*/
    /*#ranking-page .container ul.filter li {*/
    /*margin-bottom: 20px !important;*/
    /*width: 100%;*/
    /*display: inline-block !important;*/
    /*}*/
    /*#ranking-page .container ul.filter li select {*/
    /*float: right;*/
    /*}*/
    /*#ranking-page .container ul.filter li label {*/
    /*padding-top: 15px;*/
    /*float: left;*/
    /*}*/
    /*#ranking-page .container table {*/
    /*text-align: center;*/
    /*border: 0;*/
    /*display: block;*/
    /*}*/
    /*#ranking-page .container table tbody, #ranking-page .container table tr, #ranking-page .container table th, #ranking-page .container table td {*/
    /*display: block;*/
    /*text-align: center;*/
    /*}*/
    /*#ranking-page .container table tr th img, #ranking-page .container table tr th span {*/
    /*float: none !important;*/
    /*}*/
    /*#ranking-page .container table tr th:nth-of-type(n+3) {*/
    /*display: flex;*/
    /*}*/
    /*#ranking-page .container table tr th:nth-of-type(n+3) img {*/
    /*margin-right: 5px;*/
    /*}*/
    /*#ranking-page .container table tr th:nth-of-type(n+3) span {*/
    /*margin-left: 5px !important;*/
    /*}*/
    /*#ranking-page .container table tr th:last-of-type .flex {*/
    /*display: block;*/
    /*}*/
    /*#ranking-page .container table tr td:nth-of-type(2) {*/
    /*display: flex;*/
    /*}*/
}
@media screen and (max-width: 650px) {
    .logged button {
        display: block;
    }
    .user-menu {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
    header .logged ul {
        padding-left: 0;
        list-style-type: none;
    }
}
@media screen and (max-width: 600px) {
    section.content .article .content {
        margin-top: 0;
        text-align: left;
        padding-left: 0 !important;
    }
    .trophy-case-trophy {
        height: 70px;
    }
    .trophy-case-trophy-holder{
        width: 25%
    }
    .shelf-holder {
        top: 70px;
    }
    section.content .article .content p {
        margin: 0;
    }
    section.content#home-page .article .content p {
        margin: 0;
    }
    section.content .article .content, section.content#home-page .achievement .content {
        padding-left: 0 !important;
        text-align: left;
    }
    #profile .content .tab > ul li.active a {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 500px){
    .form-control {
        font-size: 16px;
    }
    .search-form input {
        font-size: 16px;
    }
    #article .content .item .image {
        height: 40px;
    }
    #article .content .item .bonus-section {
        display: block;
        padding-left: 0;
    }
    footer ul.information li {
        width: 100%;
    }
    header .logged ul li {
        display: list-item;
        border: none!important;
        line-height: 20px;
    }
}
@media screen and (max-width: 400px) {
    section.content#ranking-page h1.page-title {
        padding-bottom: 25px;
    }

    section.content h3.news-title {
        font-size: 14px !important;
    }

    section.content#home-page section.featured-news > a {
        height: 285px;
    }
}

table#profile-results th.profile-results-date {min-width: 90px;}

table#profile-results td:nth-child(3) {
    min-width: 100px
}
