.votes_bar .vote_action {
    position: relative;
}

.votes_bar .vote_action button {
    border: none;
    background-color: #fff;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    outline: none;
    margin-left: 15px;
}

.votes_bar .vote_action button.like {
    background-image: url(like.svg);
}

.votes_bar .vote_action button.dislike {
    background-image: url(dislike.svg);
}

.votes_bar .vote_action button.like.is-active {
    background-image: url(like-active.svg);
}

.votes_bar .vote_action button.dislike.is-active {
    background-image: url(dislike-active.svg);
}

.votes_bar .counter {
    position: absolute;
    top: 29px;
    font-size: 16px !important;
    left: 25px;
}

.notify_auth,
.notify_auth_2
{
    border: 1px solid red;
    width: 353px;
    margin-top: 10px;
    position: absolute;
    bottom: -50px;
    z-index: 9999;
    background: #ffffff;
    display: none;
    font-size: 18px !important;
    padding: 15px 30px;
}
.notify_auth_2
{
    bottom: -38px;
    left: 90px;
}
.notify_auth .notify_auth__link,
.notify_auth_2 .notify_auth__link
{
    text-decoration: underline;
}
.notify_auth .notify_auth__close,
.notify_auth_2 .notify_auth__close
{
    display: inline-block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 6px;
    cursor: pointer;
}
.notify_auth .notify_auth__close svg,
.notify_auth_2 .notify_auth__close svg
{
    zoom: 0.7;
    display: inline-block;
    width: 21px;
    height: 21px;
}
.notify_auth .notify_auth__close:hover,
.notify_auth_2 .notify_auth__close:hover
{
    color: red;
}

.share_2 {
    display: inline-block;
}
.share_2.mobile {
    display: none;
}
#shareblockdesktop_2 {
    right: 0;
    top: 35px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
.giveFeedback {
    right: -100px;
    top: -4px;
    position: absolute;
    text-align: center;
    cursor: pointer;
    font-size: 16px !important;
}
.shared-block-desctop {
    position: absolute;
    right: 10px;
    top: 55px;
    display: none;
    width: 340px;
    margin: 0;
    background: white;
    z-index: 9999;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.shared-block .close {
    right: 10px;
    top: 10px;
    position: absolute;
    width: 22px;
    fill: #AAA;
    cursor: pointer;
}
.social-geader2 {
    margin-left: 0px !important;
    display: block;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
}

.shared-block hr {
    height: 1px;
    border: none;
    color: red;
    background-color: #AAA;
    height: 1px;
    margin: 0 -20px;
}
.shared-block a img {
    display: inline-block;
    margin-right: 10px;
    margin-top: 20px;
    max-width: 30px;
    vertical-align: middle;
    -webkit-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
         -o-transition: all 300ms ease;
            transition: all 300ms ease;
}
.shared-block a:last-child img {
    margin-right: 0px;
}
.shared-block a:hover img {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}

.shared-block .shared-block-url {
    padding-top: 15px;
}
.shared-block .shared-block-url-title {
    font-size: 16px;
    margin-bottom: 10px;
}
.shared-block .shared-block-url-input {
    margin-bottom: 15px;
}
.shared-block .shared-block-url-input input {
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 42px;
    line-height: 100%;
    width: 100%;
    border: 1px solid #d4d8d8;
    background: transparent;
    color: #000;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    padding: 0 14px;
    outline-style: none;
    -webkit-transition: all 300ms ease;
       -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
         -o-transition: all 300ms ease;
            transition: all 300ms ease;
}
.shared-block .shared-block-url-button {
    text-align: center;
}
.shared-block .shared-block-url-button button {
    max-width: none;
}
.shared-block .shared-block-url-button button:disabled {
    background-color: #fff !important;
    color: #999 !important;
    border-color: #999 !important;
    cursor: default !important;
}

@media (max-width: 1398px){
    .shared-block-desctop {
        display: none;
    }
}
@media (max-width: 520px) {
    #shareblockdesktop_2 {
        right: 0;
    }
    .giveFeedback{
        right: -70px;
    }
}
@media (max-width: 425px){
    #shareblockdesktop_2 {
        right: 0;
        width: 300px;
    }
}
@media (max-width: 425px){
    #shareblockdesktop_2 {
        right: -17px;
    }
}