@charset "utf-8";
.social-counter {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}
@media all and ( max-width: 1023px ) {
    .social-counter {
        flex-direction: column;
    }
}
.social-counter .item {
    background: #fff;
    padding: 30px 15px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    color: #002851;
    position: relative;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    border-top: 2px solid #002851;
    border-bottom: 2px solid #002851;
}
.social-counter .item:hover {
    color: #fff;
}
.social-counter .item {
    flex-basis: 25%;
}
@media all and ( max-width: 1023px ) {
    .social-counter .item {
        flex-basis: 100%;
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
}
.social-counter .item i {
    display: block;
    font-size: 35px;
    position: relative;
    z-index: 10;
}
.social-counter .item em {
    font-style: normal;
    position: relative;
    z-index: 10;
}
.social-counter .item .count {
    display: block;
    font-size: 35px;
    font-family: 'arial';
    margin: 15px 0px;
    position: relative;
    z-index: 10;
}
.social-counter .item:after {
    background: #002851;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 5;
    content: '';
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.social-counter .item:hover:after {
    opacity: 1;
}
.social-counter.skin-2 .item {
    padding: 30px 15px;
    text-align: inherit;
}
.social-counter.skin-2 .item i {
    font-size: 25px;
    display: inline-block;
    margin-right: 5px;
}
.social-counter.skin-2 .item em {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    font-size: 13px;
}
.social-counter.skin-2 .item .count {
    display: inline-block;
    font-size: 25px;
    margin: 0px;
}
.social-counter.skin-2 .item.facebook {
    background: #fff;
}
.social-counter.skin-2 .item.twitter {
    background: #fff;
}
.social-counter.skin-2 .item.google {
    background: #fff;
}
.social-counter.skin-2 .item.youtube {
    background: #fff;
}
.social-counter.skin-2 .item.instagram {
    background: #fff;
}
.social-counter.skin-2 .item.vine {
    background: #fff;
}
.social-counter.skin-2 .item.pinterest {
    background: #fff;
}
.social-counter.skin-2 .item.dribbble {
    background: #fff;
}
.social-counter.skin-2 .item.soundcloud {
    background: #fff;
}
.social-counter.skin-2 .item.vimeo {
    background: #fff;
}
.social-counter.skin-2 .item.behance {
    background: #fff;
}
.social-counter.skin-2 .item.vk {
    background: #fff;
}