.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme{
    float:left;
    width:100%;
    margin:4px 0;
}

.arsocialshare_default_theme .arsocialshare_button.ars_name_without_icon .arsocialshare_network_btn_icon{display:none;}
.arsocialshare_default_theme .arsocialshare_button.ars_icon_without_name .arsocialshare_network_name{display:none;}
.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.ars_icon_without_name .arsocialshare_counter{

    min-width: auto;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    margin-top: 1px;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    -ms-transition:all 0.3s;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button {
    display: inline-block;
    float: none;
    line-height: normal;
    margin-right: 5px;
    padding: 10px;
    min-width: 120px;
    width: auto;
    cursor: pointer;
    font-size: 15px;
}

.arsocialshare_default_theme .arsocialshare_button.ars_name_without_icon{
    min-width:80px;
    text-align: center;
}
.arsocialshare_default_theme .arsocialshare_button.ars_name_without_icon .arsocialshare_network_name{
    margin-left: 10px;
    min-width: auto;
    
}
.arsocialshare_default_theme .arsocialshare_button.ars_icon_with_name_on_hover{
    min-width:40px;
    text-align:center;
}
.arsocialshare_default_theme .arsocialshare_button.ars_icon_with_name_on_hover .arsocialshare_counter{display:none;}
.arsocialshare_default_theme .arsocialshare_button.ars_icon_with_name_on_hover .arsocialshare_network_name{
    max-width: 0;
    overflow: hidden;
    min-width: auto;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    -ms-transition:all 0.3s;

}
.arsocialshare_default_theme .arsocialshare_button.ars_icon_with_name_on_hover:hover .arsocialshare_network_name{
    margin-left: 10px;
    margin-top: 2px;
    max-width:420px;
    padding-right:10px;
    transition:all 0.2s;
    -moz-transition:all 0.2s;
    -webkit-transition:all 0.2s;
    -o-transition:all 0.2s;
    -ms-transition:all 0.2s;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.ars_icon_without_name{
    min-width:40px;
    text-align:center;
}
.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.facebook,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.facebook,
.arsocialshare_default_theme .arsocialshare_button.facebook .arsocialshare_button_inner_wrapper{
    background:#3B5999;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_network_btn_icon,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_network_btn_icon{
    float: left;
    position:relative;
    transform:translateY(5%);
    -webkit-transform:translateY(5%);
    -moz-transform:translateY(5%);
    -o-transform:translateY(5%);
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_buttons_wrapper.arsocialshare_default_theme .ars_hidden_sidebar_counter.arsocialshare_button.ars_icon_without_name .arsocialshare_network_btn_icon{
    float:none;
    position:absolute;
    top:55%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_buttons_wrapper.arsocialshare_default_theme .ars_display_sidebar_counter.arsocialshare_button.ars_icon_without_name .arsocialshare_network_btn_icon{
    float:none;
    position:absolute;
    top:50%;
    left:35%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_buttons_wrapper.arsocialshare_default_theme .ars_display_sidebar_counter.arsocialshare_button.ars_icon_without_name .arsocialshare_counter{
    position:absolute;
    top:50%;
    right:17%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}

.arsocialshare_default_theme .arsocialshare_network_name {
    float: left;
    margin-top: 1px;
    margin-left: 3px;
    cursor: pointer;
    height: 18px;
    line-height: 1;
    vertical-align:middle;
    color : #ffffff;
    font-weight: normal;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.twitter,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.twitter,
.arsocialshare_default_theme .arsocialshare_button.twitter .arsocialshare_button_inner_wrapper{
    background:#59D1DF;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.googleplus,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.googleplus,
.arsocialshare_default_theme .arsocialshare_button.googleplus .arsocialshare_button_inner_wrapper{
    background:#BF3727;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.linkedin,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.linkedin,
.arsocialshare_default_theme .arsocialshare_button.linkedin .arsocialshare_button_inner_wrapper{
    background:#0077B5;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.pinterest,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.pinterest,
.arsocialshare_default_theme .arsocialshare_button.pinterest .arsocialshare_button_inner_wrapper{
    background:#CD252B;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.digg,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.digg,
.arsocialshare_default_theme .arsocialshare_button.digg .arsocialshare_button_inner_wrapper{
    background:#000000;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.stumbleupon,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.stumbleupon,
.arsocialshare_default_theme .arsocialshare_button.stumbleupon .arsocialshare_button_inner_wrapper{
    background:#EB4924;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.tumblr,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.tumblr,
.arsocialshare_default_theme .arsocialshare_button.tumblr .arsocialshare_button_inner_wrapper{
    background:#529ECC;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.reddit,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.reddit,
.arsocialshare_default_theme .arsocialshare_button.reddit .arsocialshare_button_inner_wrapper{
    background:#CEE3F8;
    color:#000000;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.buffer,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.buffer,
.arsocialshare_default_theme .arsocialshare_button.buffer .arsocialshare_button_inner_wrapper{
    background:#0087F3;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.pocket,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.pocket,
.arsocialshare_default_theme .arsocialshare_button.pocket .arsocialshare_button_inner_wrapper{
    background:#EE4056;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.xing,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.xing,
.arsocialshare_default_theme .arsocialshare_button.xing .arsocialshare_button_inner_wrapper{
    background:#006464;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.odnoklassniki,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.odnoklassniki,
.arsocialshare_default_theme .arsocialshare_button.odnoklassniki .arsocialshare_button_inner_wrapper{
    background:#F58220;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.meneame,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.meneame,
.arsocialshare_default_theme .arsocialshare_button.meneame .arsocialshare_button_inner_wrapper{
    color:#ff6400;
    background:#CCCCCC;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.blogger,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.blogger,
.arsocialshare_default_theme .arsocialshare_button.blogger .arsocialshare_button_inner_wrapper{
    background:#F9770F;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.dribbble,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.dribbble,
.arsocialshare_default_theme .arsocialshare_button.dribbble .arsocialshare_button_inner_wrapper{
    background:#EA4C89;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.amazon,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.amazon,
.arsocialshare_default_theme .arsocialshare_button.amazon .arsocialshare_button_inner_wrapper{
    background:#232F3E;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.hackernews,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.hackernews,
.arsocialshare_default_theme .arsocialshare_button.hackernews .arsocialshare_button_inner_wrapper{
    background:#FF6600;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.evernote,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.evernote,
.arsocialshare_default_theme .arsocialshare_button.evernote .arsocialshare_button_inner_wrapper{
    background:#20C05C;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.myspace,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.myspace,
.arsocialshare_default_theme .arsocialshare_button.myspace .arsocialshare_button_inner_wrapper{
    background:#000000;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.viadeo,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.viadeo,
.arsocialshare_default_theme .arsocialshare_button.viadeo .arsocialshare_button_inner_wrapper{
    background:#4a494d;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.flipboard,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.flipboard,
.arsocialshare_default_theme .arsocialshare_button.flipboard .arsocialshare_button_inner_wrapper{
    background:#E02828;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.yummly,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.yummly,
.arsocialshare_default_theme .arsocialshare_button.yummly .arsocialshare_button_inner_wrapper{
    background:#E75918;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.whatsapp,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.whatsapp,
.arsocialshare_default_theme .arsocialshare_button.whatsapp .arsocialshare_button_inner_wrapper{
    background:#58A921;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.whatsapp a,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.whatsapp a,
.arsocialshare_default_theme .arsocialshare_button.whatsapp .arsocialshare_button_inner_wrapper a{
    color:#ffffff;
    outline:none;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.viber,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.viber,
.arsocialshare_default_theme .arsocialshare_button.viber .arsocialshare_button_inner_wrapper{
    background: #5c2e88;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.viber a,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.viber a,
.arsocialshare_default_theme .arsocialshare_button.viber .arsocialshare_button_inner_wrapper a{
    outline:none;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.sms,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.sms,
.arsocialshare_default_theme .arsocialshare_button.sms .arsocialshare_button_inner_wrapper{
    background:#4ea546;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.sms a,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.sms a,
.arsocialshare_default_theme .arsocialshare_button.sms .arsocialshare_button_inner_wrapper a{
    outline:none;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.box,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.box,
.arsocialshare_default_theme .arsocialshare_button.box .arsocialshare_button_inner_wrapper{
    background:#22A7F0;
    color:#ffffff;
}


.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.citeulike,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.citeulike,
.arsocialshare_default_theme .arsocialshare_button.citeulike .arsocialshare_button_inner_wrapper{
    background:#00527E;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.gmail,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.gmail,
.arsocialshare_default_theme .arsocialshare_button.gmail .arsocialshare_button_inner_wrapper{
    background:#C93A2A;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.yahoo,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.yahoo,
.arsocialshare_default_theme .arsocialshare_button.yahoo .arsocialshare_button_inner_wrapper{
    background:#500095;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.aol,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.aol,
.arsocialshare_default_theme .arsocialshare_button.aol .arsocialshare_button_inner_wrapper{
    background:#E81D82;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.email,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.email,
.arsocialshare_default_theme .arsocialshare_button.email .arsocialshare_button_inner_wrapper{
    background:#888888;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.vk,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.vk,
.arsocialshare_default_theme .arsocialshare_button.vk .arsocialshare_button_inner_wrapper{
    background:#56789C;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.arsprint,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.arsprint,
.arsocialshare_default_theme .arsocialshare_button.arsprint .arsocialshare_button_inner_wrapper{
    background:#444444;
    color:#ffffff;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_counter {
    float: left;
    text-align: center;
    margin-top: 2px;
    margin-left: 4px;
    margin-right: 0px;
    min-height: 18px;
    line-height: 1;
}

.arsocialshare_sidebar_button_wrapper.ars_right_button .arsocialshare_buttons_wrapper.arsocialshare_default_theme .arsocialshare_button{
    float:right !important;
    clear:both;
    margin-right:0;
}

.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_sidebar_button_wrapper.ars_left_button .arsocialshare_buttons_wrapper.arsocialshare_default_theme .arsocialshare_button{
    float:left !important;
    clear:both;
}

.arsocialshare_buttons_container.arsocialshare_sidebar_button_wrapper .arsocialshare_default_theme .arsocialshare_button.ars_icon_without_name{
    padding:0;
}
.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.ars_icon_without_name,
.ars_template_preview_container.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.ars_icon_without_name{
    width: 45px;
    height: 45px;
    padding: 10px;
}
.arsocialshare_buttons_container:not(.arsocialshare_sidebar_button_wrapper) .arsocialshare_default_theme .arsocialshare_button.ars_icon_without_name,
.ars_template_preview_container:not(.ars_sidebar_template_preview_container) .arsocialshare_default_theme .arsocialshare_button.ars_icon_without_name{
    width: 60px;
    height: 60px;
    padding: 17px;
}
.arsocialshare_footer_icons .arsocialshare_buttons_container .arsocialshare_buttons_wrapper.arsocialshare_default_theme .arsocialshare_button .arsocialshare_network_btn_icon {
    float: left;
    position: relative;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translateY(-50%,-50%);
    -o-transform: translateY(-50%,-50%);
    top: 52%;
    left: 50%;
    font-size: 17px;
}
.arsocialshare_mobile_wrapper .arsocialshare_buttons_container .arsocialshare_buttons_wrapper.arsocialshare_default_theme .arsocialshare_button .arsocialshare_network_btn_icon{
    float: left;
    position: relative;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translateY(-50%,-50%);
    -o-transform: translateY(-50%,-50%);
    top: 52%;
    left: 50%;
    font-size: 17px;
}
.arsocialshare_default_theme .arsocialshare_more_button_icon.name_with_icon{
    display: inline-block;
    float: none;
    height: 40px;
    line-height: 45px;
    margin-right: 5px;
    width: 40px;
    width: auto;
    cursor: pointer;
    background:#555555;
    color:#ffffff;
}
.arsocialshare_default_theme .arsocialshare_more_button_icon.name_with_icon .arsocialshare_more_btn_icon{
    float: left;
    height: 100%;
    position: relative;
    width: 20px;
    left: 10px;
    top: 0px;
    text-align:center;
}

.arsocialshare_default_theme .arsocialshare_more_button_icon.name_with_icon{
    display: inline-block;
    float: none;
    height: 45px;
    line-height: 50px;
    margin-right: 5px;
    width: 45px;
    width: auto;
    cursor: pointer;
    background:#555555;
    color:#ffffff;
}
.arsocialshare_default_theme .arsocialshare_more_button_icon.name_with_icon .arsocialshare_more_btn_icon{
    float: left;
    height: 100%;
    position: relative;
    width: 25px;
    left: 10px;
    top: 0px;
    text-align:center;
    font-size:18px;
}

.arsocialshare_default_theme .arsocialshare_more_button_icon.name_with_icon{
    display: inline-block;
    float: none;
    height: 55px;
    line-height: 60px;
    margin-right: 5px;
    width: 55px;
    width: auto;
    cursor: pointer;
    background:#555555;
    color:#ffffff;
}
.arsocialshare_default_theme .arsocialshare_more_button_icon.name_with_icon .arsocialshare_more_btn_icon{
    float: left;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    text-align:center;
    font-size:20px;
}

.arsocialshare_default_theme .arsocialshare_more_button_icon.name_without_icon{
    display: inline-block;
    float: none;
    height: 42px;
    line-height: 43px;
    margin-right: 5px;
    width: 40px;
    width: auto;
    cursor: pointer;
    background:#555555;
    color:#ffffff;
}
.arsocialshare_default_theme .arsocialshare_more_button_icon.name_without_icon .arsocialshare_more_btn_icon{
    float: left;
    height: 100%;
    position: relative;
    width: 20px;
    left: 10px;
    top: 0px;
    text-align:center;
}

.arsocialshare_default_theme .arsocialshare_more_button_icon.name_without_icon{
    display: inline-block;
    float: none;
    height: 50px;
    line-height: 50px;
    margin-right: 5px;
    min-width: 50px;
    width: auto;
    cursor: pointer;
    background:#555555;
    color:#ffffff;
}
.arsocialshare_default_theme .arsocialshare_more_button_icon.name_without_icon .arsocialshare_more_btn_icon{
    float: left;
    height: 100%;
    position: relative;
    width: 25px;
    left: 10px;
    top: 0px;
    text-align:center;
    font-size:18px;
}

.arsocialshare_default_theme .arsocialshare_more_button_icon.name_without_icon{
    display: inline-block;
    float: none;
    height: 58px;
    line-height: 65px;
    margin-right: 5px;
    min-width: 55px;
    width: auto;
    cursor: pointer;
    background:#555555;
    color:#ffffff;
}

.arsocialshare_default_theme .arsocialshare_more_button_icon.name_without_icon .arsocialshare_more_btn_icon{
    float: left;
    height: 100%;
    position: relative;
    width: 35px;
    left: 10px;
    top: 0px;
    text-align:center;
    font-size:20px;
}

.arsocialshare_default_theme .arsocialshare_more_button_icon.icon_without_name{
    display: inline-block;
    float: none;
    height: 40px;
    line-height: 45px;
    margin-right: 5px;
    width: 40px;
    width: auto;
    cursor: pointer;
    background:#555555;
    color:#ffffff;
}
.arsocialshare_default_theme .arsocialshare_more_button_icon.icon_without_name .arsocialshare_more_btn_icon{
    float: left;
    height: 100%;
    position: relative;
    top: 0px;
    text-align:center;
}

.arsocialshare_default_theme .arsocialshare_more_button_icon.icon_without_name{
    display: inline-block;
    float: none;
    height: 45px;
    line-height: 50px;
    margin-right: 5px;
    width: 45px;
    width: auto;
    cursor: pointer;
    background:#555555;
    color:#ffffff;
}
.arsocialshare_default_theme .arsocialshare_more_button_icon.icon_without_name .arsocialshare_more_btn_icon{
    float: left;
    height: 100%;
    position: relative;
    top: 0px;
    text-align:center;
}

.arsocialshare_default_theme .arsocialshare_more_button_icon.icon_without_name{
    display: inline-block;
    float: none;
    height: 60px;
    margin-right: 5px;
    width: 60px;
    width: auto;
    cursor: pointer;
    background:#555555;
    color:#ffffff;
}

.arsocialshare_default_theme .arsocialshare_more_button_icon.icon_without_name .arsocialshare_more_btn_icon{
    float: left;
    height: 100%;
    position: relative;
    top: 0px;
    text-align:center;
}

.arsocialshare_sidebar_button_wrapper .arsocialshare_more_button_icon{
    clear:both;
    width:45px;
    height:45px;
    margin-top:5px;
}
.arsocialshare_sidebar_button_wrapper .ars_remove_space .arsocialshare_more_button_icon{
    clear:both;
    width:45px;
    height:45px;
    margin-top:0px;
}

.arsocialshare_sidebar_button_wrapper.ars_left_button .arsocialshare_default_theme .arsocialshare_more_button_icon{
    float:left !important;
}

.arsocialshare_sidebar_button_wrapper.ars_right_button .arsocialshare_default_theme .arsocialshare_more_button_icon{
    float:right !important;
    margin-right:0px;
}

.arsocialshare_sidebar_button_wrapper .arsocialshare_default_theme .arsocialshare_more_button_icon .arsocialshare_more_btn_icon{
    top:-1px !important;
}


.arsocialshare_default_theme .ars_name_without_icon .arsocialshare_network_name{
    float : none !important;
    vertical-align: top;
    line-height: normal;
    margin-left: 0px !important;
    display: inline;
}
.arsocialshare_default_theme .ars_name_without_icon .arsocialshare_counter{
    float : none !important;
    display: inline;
}

.arsocialshare_default_theme .arsocialshare_button.ars_name_without_icon:not(.arsocialshare_more_button_icon),
.arsocialshare_default_theme .arsocialshare_more_button_icon.name_without_icon{
    top:14px;
}

.arsocialshare_model_share_button_wrapper  .arsocialshare_buttons_wrapper.arsocialshare_default_theme .arsocialshare_button.ars_name_without_icon{
    margin-top: 10px;
}

.arsocialshare_sidebar_button_wrapper.ars_left_button .arsocialshare_buttons_wrapper.arsocialshare_default_theme.ars_remove_space .arsocialshare_button:first-child .arsocialshare_button_inner_wrapper{
    border-top-right-radius:4px;
    -webkit-border-top-right-radius:4px;
    -moz-border-top-right-radius:4px;
    -o-border-top-right-radius:4px;
}

.arsocialshare_sidebar_button_wrapper.ars_left_button .arsocialshare_buttons_wrapper.arsocialshare_default_theme.ars_remove_space .arsocialshare_button:last-child .arsocialshare_button_inner_wrapper{
    border-bottom-right-radius:4px; 
    -webkit-border-bottom-right-radius:4px; 
    -moz-border-bottom-right-radius:4px; 
    -o-border-bottom-right-radius:4px; 
}

.arsocialshare_sidebar_button_wrapper.ars_right_button .arsocialshare_buttons_wrapper.arsocialshare_default_theme.ars_remove_space .arsocialshare_button:first-child .arsocialshare_button_inner_wrapper{
    border-top-left-radius:4px;
    -webkit-border-top-left-radius:4px;
    -moz-border-top-left-radius:4px;
    -o-border-top-left-radius:4px;
}

.arsocialshare_sidebar_button_wrapper.ars_right_button .arsocialshare_buttons_wrapper.arsocialshare_default_theme.ars_remove_space .arsocialshare_button:last-child .arsocialshare_button_inner_wrapper{
    border-bottom-left-radius:4px; 
    -webkit-border-bottom-left-radius:4px; 
    -moz-border-bottom-left-radius:4px; 
    -o-border-bottom-left-radius:4px; 
}

.arsocialshare_sidebar_button_wrapper .arsocialshare_buttons_wrapper.arsocialshare_default_theme .arsocialshare_button,
.arsocialshare_sidebar_button_wrapper .arsocialshare_buttons_wrapper.arsocialshare_default_theme .arsocialshare_button .arsocialshare_button_inner_wrapper{
    box-sizing:border-box;
    overflow:hidden;
    position:relative;
    text-align:center !important;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    display:block;
}

.arsocialshare_buttons_container.arsocialshare_mobile_wrapper .arsocialshare_buttons_wrapper.arsocialshare_default_theme .arsocialshare_button .arsocialshare_network_btn_icon
{
    top:50%;
    float: left;
    position: absolute;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translateY(-50%,-50%);
    left:50%;
    font-size: 17px;
}
.arsocialshare_buttons_container .arsocialshare_buttons_wrapper.arsocialshare_default_theme .arsocialshare_button .arsocialshare_network_btn_icon.arsocialshare_whatsapp_icon,
.arsocialshare_buttons_container .arsocialshare_buttons_wrapper.arsocialshare_default_theme .arsocialshare_button .arsocialshare_network_btn_icon.arsocialshare_viber_icon,
.arsocialshare_buttons_container .arsocialshare_buttons_wrapper.arsocialshare_default_theme .arsocialshare_button .arsocialshare_network_btn_icon.arsocialshare_sms_icon{
    position: inherit;
}
