body {
    overflow-x: hidden;
}

#vibeboard-wrapper {
    overflow: hidden;
    display:block;
    width:100%;
    height: 467px;
    background-image: url('/static/vibecast/image/backgrounds/world_map_vb.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}


.container-counter {
    background-color: #1F1F1F;
}
/* Info of Containers */
.total-count {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    text-shadow: 0 0 20px #05FDFC;
}
.total-text {
    font-size: 10px;
}
.users-count {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    text-shadow: 0 0 20px #05FDFC;
}
.users-text {
    font-size: 10px;
}
.border-box {
    border: 1px solid #555555;
}

.rm {
    padding: 0;
    margin: 0;
}











/* Icons Counters */
.mh-counter {
    height: 130px;
}
.icon-counter {
    display: block;
    height: 75px;
    margin: 30px auto 0;
    padding: 15px;
    position: relative;
}
#flag-dashboard {
    width: 180px;
    height: 180px;
}
.background-applause-rate1 {
    background-image: url("/static/vibecast/image/rate_activity/background/applause/rate1.png");
    background-repeat: no-repeat;
    height: 120px;
    background-position: center;
}
.background-applause-rate2 {
    background-image: url("/static/vibecast/image/rate_activity/background/applause/rate2.png");
    background-repeat: no-repeat;
    height: 120px;
    background-position: center;
}
.background-applause-rate3 {
    background-image: url("/static/vibecast/image/rate_activity/background/applause/rate3.png");
    background-repeat: no-repeat;
    height: 120px;
    background-position: center;
}
.background-shout-rate1 {
    background-image: url("/static/vibecast/image/rate_activity/background/shout/rate1.png");
    background-repeat: no-repeat;
    height: 120px;
    background-position: center;
}
.background-shout-rate2 {
    background-image: url("/static/vibecast/image/rate_activity/background/shout/rate2.png");
    background-repeat: no-repeat;
    height: 120px;
    background-position: center;
}
.background-shout-rate3 {
    background-image: url("/static/vibecast/image/rate_activity/background/shout/rate3.png");
    background-repeat: no-repeat;
    height: 120px;
    background-position: center;
}
.background-yeah-rate1 {
    background-image: url("/static/vibecast/image/rate_activity/background/yeah/rate1.png");
    background-repeat: no-repeat;
    height: 120px;
    background-position: center;
}
.background-yeah-rate2 {
    background-image: url("/static/vibecast/image/rate_activity/background/yeah/rate2.png");
    background-repeat: no-repeat;
    height: 120px;
    background-position: center;
}
.background-yeah-rate3 {
    background-image: url("/static/vibecast/image/rate_activity/background/yeah/rate3.png");
    background-repeat: no-repeat;
    height: 120px;
    background-position: center;
}
.background-come-on-rate1 {
    background-image: url("/static/vibecast/image/rate_activity/background/come_on/rate1.png");
    background-repeat: no-repeat;
    height: 120px;
    background-position: center;
}
.background-come-on-rate2 {
    background-image: url("/static/vibecast/image/rate_activity/background/come_on/rate2.png");
    background-repeat: no-repeat;
    height: 120px;
    background-position: center;
}
.background-come-on-rate3 {
    background-image: url("/static/vibecast/image/rate_activity/background/come_on/rate3.png");
    background-repeat: no-repeat;
    height: 120px;
    background-position: center;
}
.background-no-rate1 {
    background-image: url("/static/vibecast/image/rate_activity/background/no/rate1.png");
    background-repeat: no-repeat;
    height: 120px;
    background-position: center;
}
.background-no-rate2 {
    background-image: url("/static/vibecast/image/rate_activity/background/no/rate2.png");
    background-repeat: no-repeat;
    height: 120px;
    background-position: center;
}
.background-no-rate3 {
    background-image: url("/static/vibecast/image/rate_activity/background/no/rate3.png");
    background-repeat: no-repeat;
    height: 120px;
    background-position: center;
}
.background-supercheer-rate1 {
    background-image: url("/static/vibecast/image/rate_activity/background/supercheer/rate1.png");
    background-repeat: no-repeat;
    height: 120px;
    background-position: center;
}
.background-supercheer-rate2 {
    background-image: url("/static/vibecast/image/rate_activity/background/supercheer/rate2.png");
    background-repeat: no-repeat;
    height: 120px;
    background-position: center;
}
.background-supercheer-rate3 {
    background-image: url("/static/vibecast/image/rate_activity/background/supercheer/rate3.png");
    background-repeat: no-repeat;
    height: 120px;
    background-position: center;
}

/* NEW ICONS RATE */
.icon-rate {
    display: block;
    height: 185px;
    margin: 10px auto 0;
    padding: 68px;
    position: relative;
}
.background-rate1 {
    background-image: url("/static/vibecast/image/default/rate_activity/rate1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 195px auto;
    height: 195px;
}
.background-rate2 {
    background-image: url("/static/vibecast/image/default/rate_activity/rate2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 195px auto;
    height: 195px;
}
.background-rate3 {
    background-image: url("/static/vibecast/image/default/rate_activity/rate3.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 195px auto;
    height: 195px;
}
.background-rate4 {
    background-image: url("/static/vibecast/image/default/rate_activity/rate4.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 195px auto;
    height: 195px;
}

.mb-rate {
    margin-bottom: 50px
}
