div#body {
    background-image: url('/wp-content/uploads/2016/01/blog_decor.jpg');
}
#share42> span > a {
    background: url('/wp-content/uploads/2016/01/social-icons.png')!important;
    width: 46px!important;
    height: 46px!important;
    background-repeat: no-repeat!important;
}

#share42> span:nth-child(1) > a {
    background-position: -58px -1px!important;
}
#share42> span:nth-child(2) > a {
    background-position: -179px -1px!important;
}
#share42> span:nth-child(3) > a {
    background-position: -122px -1px!important;
}
#share42> span:nth-child(4) > a {
    background-position: -3px -1px!important;
}

a.interesting_widget_link {
    color: #060223;
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
    padding: 7px 10px;
    border: 1px solid #060223;
    transition: 0.8s all;
    position: relative;
    left: 0px;
    margin-left: 0px;
    bottom: 2px;
}

.h1 {
    font-size: 44px;
    color: rgb( 6, 2, 35 );
    text-transform: uppercase;
    font-family: 'helveticaneuecyrthin';
    line-height: 1;
    text-align: center;
}

.share_top p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 35px;
    color: #333333;
    text-transform: uppercase;
}

.share_top {
    width: 60%;
    margin: 0 auto;
    border-top: 1px solid rgba(51,51,51,0.2);
    padding-top: 35px;
    padding-bottom: 35px;
    display: none!important;
}

.padding-bottom-0{
    padding-bottom: 0px;
}

.interesting_img img {
    max-width: 300px!important;
    height: auto!important;
    min-height: 140px;
    min-width: 100%;
}