/*accesspress social shares front end css*/

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.otf') format('opentype'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clearfix:after, .clearfix:before {
    display: table;
    content: ""
}
.clearfix:after {
    clear: both
}
.clearfix {
    *zoom: 1
}
a:hover, a:focus {
    color: #636363;
}
.entry-content .apss-social-share a {
    border-bottom: none;
}
.entry-content .apss-social-share a {
    text-decoration: none;
}

.entry-content .apss-social-share a:hover {
    color: #fff;
}

.apss-social-share, .apss-social-share-sidebar {
    font-family: 'Open Sans', sans-serif;
}

.apss-social-share a:hover {
    text-decoration: none;
}


/***********************************theme1 css********************************************************/

.apss-social-share a {
    text-decoration: none;
}

.apss-theme-1 .apss-social-share {
    font-family: 'MyriadPro-Regular';
}

.apss-theme-1 .apss-social-text {
    display: none;
}

.apss-theme-1 .apss-share {
    color: #636363;
    font-size: 14px;
    margin: 0 0 0 2px;
}

.apss-theme-1 .apss-single-icon .apss-icon-block {
    font-size: 18px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 1px 6px 1px 6px;
    position: relative;
    background-color: #f7f7f7;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apss-theme-1 .apss-icon-block:before {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    left: 0;
    top: -1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.apss-theme-1 .apss-single-icon:hover .apss-icon-block:before {
    width: 0;
}

.apss-theme-1 .apss-single-icon a {
    position: relative;
    display: block;
    float: left;
    margin: 10px;
}

.apss-theme-1 .count, .apss-theme-6 .count, .apss-theme-9 .count {
    background-color: #f7f7f7;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    color: #666666;
    font-size: 14px;
    padding: 3px 5px;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: -45px;
    min-width: 90px;
    left: 50%;
    margin-left: -45px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apss-theme-1 .apss-single-icon a:hover .count, .apss-theme-6 .apss-single-icon a:hover .count, .apss-theme-9 .apss-single-icon a:hover .count {
    opacity: 1;
    filter: alpha(opacity=100);
    /*ie8*/
    top: -35px;
    visibility: visible;
}

.apss-theme-1 .count:after, .apss-theme-6 .count:after, .apss-theme-9 .count:after {
    /*border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f7f7f7;*/
    background: url(../../images/share/arrow.png) no-repeat;
    width: 20px;
    height: 10px;
    bottom: -10px;
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
}
.entry-content .apss-social-share.apss-theme-1 a:hover, .entry-content .apss-social-share.apss-theme-1 a:focus {
    border: none;
}

.apss-theme-1 .apss-icon-block .fa {
    width: 22px;
}

.apss-icon-block .fa {
    text-align: center;
    vertical-align: middle;
}

.apss-theme-1 .apss-facebook .fa {
    color: #3b5998;
}

.apss-theme-1 .apss-facebook .apss-icon-block:before {
    border-top: 2px solid #3b5998;
}

.apss-theme-1 .apss-twitter .fa {
    color: #1dcaff;
}

.apss-theme-1 .apss-twitter .apss-icon-block:before {
    border-top: 2px solid #1dcaff;
}

.apss-theme-1 .apss-google-plus .fa {
    color: #dd4b39;
}

.apss-theme-1 .apss-google-plus .apss-icon-block:before {
    border-top: 2px solid #dd4b39;
}

.apss-theme-1 .apss-pinterest .fa {
    color: #C92228;
}

.apss-theme-1 .apss-pinterest .apss-icon-block:before {
    border-top: 2px solid #C92228;
}

.apss-theme-1 .apss-linkedin .fa {
    color: #3f729b;
}
.apss-theme-1 .apss-sms .fa{
	color:#636363;
}
.apss-theme-1 .apss-linkedin .apss-icon-block:before {
    border-top: 2px solid #3f729b;
}

.apss-theme-1 .apss-digg .fa {
    color: #2169a8;
}

.apss-theme-1 .apss-digg .apss-icon-block:before {
    border-top: 2px solid #2169a8;
}

.apss-theme-1 .apss-delicious .fa {
    color: #222222;
}

.apss-theme-1 .apss-delicious .apss-icon-block:before {
    border-top: 2px solid #222222;
}

.apss-theme-1 .apss-reddit .fa, .apss-theme-1 .apss-stumbleupon .fa {
    color: #ff4500;
}

.apss-theme-1 .apss-reddit .apss-icon-block:before, .apss-theme-1 .apss-stumbleupon .apss-icon-block:before {
    border-top: 2px solid #ff4500;
}

.apss-theme-1 .apss-tumblr .fa {
    color: #35465c;
}

.apss-theme-1 .apss-tumblr .apss-icon-block:before {
    border-top: 2px solid #35465c;
}

.apss-theme-1 .apss-vk .fa {
    color: #35465c;
}

.apss-theme-1 .apss-vk .apss-icon-block:before {
    border-top: 2px solid #35465c;
}

.apss-theme-1 .apss-xing .fa {
    color: #00605E;
}

.apss-theme-1 .apss-xing .apss-icon-block:before {
    border-top: 2px solid #00605E;
}

.apss-theme-1 .apss-weibo .fa {
    color: #BE4443;
}

.apss-theme-1 .apss-weibo .apss-icon-block:before {
    border-top: 2px solid #BE4443;
}

.apss-theme-1 .apss-buffer .fa {
    color: #101010;
}

.apss-theme-1 .apss-buffer .apss-icon-block:before {
    border-top: 2px solid #101010;
}

.apss-theme-1 .apss-print .fa {
    color: #5e5959;
}

.apss-theme-1 .apss-print .apss-icon-block:before {
    border-top: 2px solid #5e5959;
}

.apss-theme-1 .apss-email .fa {
    color: #8f8f8f;
}

.apss-theme-1 .apss-email .apss-icon-block:before {
    border-top: 2px solid #8f8f8f;
}
.apss-theme-1 .apss-viber  .apss-icon-block:before{
border-top: 2px solid #665cac;
}
.apss-theme-1 .apss-fb-messenger .apss-icon-block:before{
border-top: 2px solid #0084ff;
}
.apss-theme-1 .apss-sms .apss-icon-block:before{
border-top: 2px solid #aaa;
}
.apss-theme-1 .apss-single-icon.apss-print a .count {
    display: none;
}

.apss-theme-1 .apss-single-icon.apss-email a .count {
    display: none;
}

.apss-buffer .fa-buffer {
    background: url("../../images/share/buffer.png") no-repeat scroll center center;
    height: 20px;
    width: 20px;
}
.apss-viber .fa.fa-viber {
	background: url("../../images/share/viber.png") no-repeat center center;
    width: 20px;
    height: 20px;
}
.apss-fb-messenger .fa.fa-fb-messenger{
	background: url("../../images/share/messenger.png") no-repeat center center;
	width: 20px;
    height: 20px;
}
.apss-social-share-sidebar.apss-theme-2  .apss-fb-messenger .fa.fa-fb-messenger,
.apss-social-share-sidebar.apss-theme-2 .apss-viber .fa.fa-viber{
	position:relative;
}
.apss-social-share-sidebar.apss-theme-2 .apss-viber .fa.fa-viber:before,
.apss-social-share-sidebar.apss-theme-2  .apss-fb-messenger .fa.fa-fb-messenger:before{
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: 0;
    transform: translate(-50%,-50%);
}
.apss-social-share-sidebar.apss-theme-2 .apss-viber .fa.fa-viber:before{
	    background: url(../../images/share/viber.png) no-repeat center center;
	    background-size: cover;
}
.apss-social-share-sidebar.apss-theme-2  .apss-fb-messenger .fa.fa-fb-messenger:before{
	background: url("../../images/share/messenger.png") no-repeat center center;
    background-size: cover;
}
.apss-theme-2.apss-sidebar-right .apss-fb-messenger a:hover .fa:before,
.apss-theme-2.apss-sidebar-right  .apss-viber a:hover .fa:before{
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
     top: 9px;
    transform: translate(0,0);
    left: 6px;
}
.apss-theme-1 .apss-whatsapp .fa {
    color: #449234;
}
.apss-theme-2 .apss-sms  .fa.fa-comment-o:before{
	color:#222;
}
.apss-theme-1 .apss-whatsapp .apss-icon-block:before {
    border-top: 2px solid #449234;
}


/**------------------------------------------------
    THEME 2 CSS 
-------------------------------------------------**/

.apss-theme-2 .apss-share {
    display: none;
}

.apss-theme-2 .apss-single-icon a {
    position: relative;
    display: block;
    float: left;
    margin: 10px 8px;
    color: #fff;
}

.apss-theme-2 .apss-icon-block {
    font-size: 14px;
    position: relative;
    width: auto;
    min-width: 212px;
}

.apss-theme-2 .apss-single-icon .fa {
    color: #fff;
    font-size: 20px;
    line-height: 29px;
    width: 38px;
    vertical-align: top;
    padding: 3px 0;
    position: relative;
    height: 35px;
    float: left;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apss-theme-2 .apss-single-icon .fa:before {
    left: 55%;
    margin-left: -19px;
    position: absolute;
    text-align: center;
    width: 35px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.apss-theme-2 .apss-viber a:hover .fa,
.apss-theme-2 .apss-fb-messenger  a:hover .fa,
.apss-theme-2 .apss-single-icon a:hover .fa:before {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.apss-theme-2 .apss-social-text {
    float: left;
    line-height: 29px;
    vertical-align: middle;
    padding: 3px 9px;
}

.apss-theme-2 .apss-facebook .fa {
    border-right: 1px solid #28447d;
}

.apss-theme-2 .apss-facebook .apss-social-text {
    border-left: 1px solid #476dbe;
}

.apss-facebook .apss-icon-block {
    background-color: #3b5998;
}

.apss-twitter .apss-icon-block {
    background-color: #1dcaff;
}

.apss-theme-2 .apss-twitter .fa {
    border-right: 1px solid #1ca2cb;
}

.apss-theme-2 .apss-twitter .apss-social-text {
    border-left: 1px solid #77dfff;
}

.apss-google-plus .apss-icon-block {
    background-color: #dd4b39;
}

.apss-theme-2 .apss-google-plus .fa {
    border-right: 1px solid #b73c2c;
}

.apss-theme-2 .apss-google-plus .apss-social-text {
    border-left: 1px solid #f57060;
}

.apss-pinterest .apss-icon-block {
    background-color: #C92228;
}

.apss-theme-2 .apss-pinterest .fa {
    border-right: 1px solid #a23034;
}

.apss-theme-2 .apss-pinterest .apss-social-text {
    border-left: 1px solid #c84146;
}

.apss-linkedin .apss-icon-block {
    background-color: #3f729b;
}

.apss-theme-2 .apss-linkedin .fa {
    border-right: 1px solid #365a76;
}

.apss-theme-2 .apss-linkedin .apss-social-text {
    border-left: 1px solid #5391c2;
}

.apss-digg .apss-icon-block {
    background-color: #2169a8;
}

.apss-theme-2 .apss-digg .fa {
    border-right: 1px solid #1f588a;
}

.apss-theme-2 .apss-digg .apss-social-text {
    border-left: 1px solid #3785ca;
}

.apss-delicious .apss-icon-block {
    background-color: #797979;
}

.apss-theme-2 .apss-delicious .fa {
    border-right: 1px solid #666666;
}

.apss-theme-2 .apss-delicious .apss-social-text {
    border-left: 1px solid #999999;
}

.apss-reddit .apss-icon-block, .apss-stumbleupon .apss-icon-block {
    background-color: #ff4500;
}
.apss-viber .apss-icon-block{
	background-color:#665cac;
}
.apss-sms  .apss-icon-block{
	background-color:#aaa;
}
.apss-fb-messenger  .apss-icon-block{
	background-color:#000;
}
.apss-theme-2 .apss-reddit .fa, .apss-theme-2 .apss-stumbleupon .fa {
    border-right: 1px solid #da3b00;
}

.apss-theme-2 .apss-reddit .apss-social-text, .apss-theme-2 .apss-stumbleupon .apss-social-text {
    border-left: 1px solid #ff6d37;
}
.apss-tumblr .apss-icon-block {
    background-color: #35465c;
}

.apss-theme-2 .apss-tumblr .fa {
    border-right: 1px solid #23364e;
}

.apss-theme-2 .apss-tumblr .apss-social-text {
    border-left: 1px solid #3c516b;
}

.apss-vk .apss-icon-block {
    background-color: #35465C;
}

.apss-theme-2 .apss-vk .fa {
    border-right: 1px solid #1d2c3f;
}

.apss-theme-2 .apss-vk .apss-social-text {
    border-left: 1px solid #455b76;
}

.apss-xing .apss-icon-block {
    background-color: #00605E;
}

.apss-theme-2 .apss-xing .fa {
    border-right: 1px solid #045d5b;
}

.apss-theme-2 .apss-xing .apss-social-text {
    border-left: 1px solid #35918f;
}

.apss-weibo .apss-icon-block {
    background-color: #BE4443;
}

.apss-theme-2 .apss-weibo .fa {
    border-right: 1px solid #9f1616;
}

.apss-theme-2 .apss-weibo .apss-social-text {
    border-left: 1px solid #c15655;
}

.apss-whatsapp .apss-icon-block {
    background-color: #449234;
}

.apss-theme-2 .apss-whatsapp .fa {
    border-right: 1px solid #449234;
}

.apss-theme-2 .apss-whatsapp .apss-social-text {
    border-left: 1px solid #449234;
}

.apss-buffer .apss-icon-block {
    background-color: #101010;
}

.apss-theme-2 .apss-buffer .fa {
    border-right: 1px solid #030303;
}

.apss-theme-2 .apss-buffer .apss-social-text {
    border-left: 1px solid #3b3939;
}

.apss-theme-2 .apss-buffer .fa-buffer {
    background-image: none;
}

.apss-theme-2 .apss-whatsapp .fa {
    border-right: 1px solid #3c7f2f;
}

.apss-theme-2 .apss-whatsapp .apss-social-text {
    border-left: 1px solid #60a252;
}

.apss-theme-2 .apss-buffer .fa-buffer:before {
    background: url("../../images/share/buffer-white.png") no-repeat scroll center center;
    content: "";
    height: 20px;
    margin-top: -10px;
    top: 50%;
    width: 20px;
    left: 50%;
    margin-left: -10px;
}

.apss-print .apss-icon-block {
    background-color: #5e5959;
}

.apss-theme-2 .apss-print .fa {
    border-right: 1px solid #474747;
}

.apss-theme-2 .apss-print .apss-social-text {
    border-left: 1px solid #696161;
}

.apss-email .apss-icon-block {
    background-color: #8f8f8f;
}

.apss-theme-2 .apss-email .fa {
    border-right: 1px solid #717171;
}

.apss-theme-2 .apss-email .apss-social-text {
    border-left: 1px solid #a1a1a1;
}
.apss-theme-2  .apss-viber  .apss-social-text{
	border-left:1px solid #6c64a4;
}
.apss-theme-2  .apss-fb-messenger  .apss-social-text {
	border-left:1px solid #222;
}
.apss-theme-2  .apss-sms   .apss-social-text {
	border-left:1px solid #a1a1a1;
}
.apss-theme-2 .apss-sms .apss-single-icon .fa{
	border-right:1px solid #fff;
}
/**/
/**/
.apss-theme-2 .count, .apss-theme-1.apss-sidebar-left .count, .apss-theme-1.apss-sidebar-right .count {
    background-color: #f7f7f7;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    color: #666666;
    font-size: 14px;
    line-height: 1;
    min-width: 55px;
    opacity: 0;
    filter: alpha(opacity=0);
    /*ie8*/
    padding: 10px 5px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.apss-theme-2 .apss-single-icon a:hover .count {
    opacity: 1;
    filter: alpha(opacity=100);
    /*ie8*/
    right: -67px;
}

.apss-theme-2 .count:after, .apss-theme-1.apss-sidebar-left .count:after, .apss-theme-1.apss-sidebar-right .count:after {
    background: url(../../images/share/left-arrow.png) no-repeat;
    width: 10px;
    height: 20px;
    bottom: -10px;
    content: "";
    top: 50%;
    left: -10px;
    margin-top: -10px;
    position: absolute;
}

.apss-theme-2 .apss-single-icon.apss-print a:hover .count {
    display: none;
}

.apss-theme-2 .apss-single-icon.apss-email a:hover .count {
    display: none;
}


/**---------------------------------------------
    THEME 3 CSS 
-----------------------------------------------**/

.apss-theme-3 .apss-share {
    display: none;
}

.apss-theme-3 .apss-social-text {
    display: none;
}

.apss-theme-3 .apss-icon-block {
    color: #ffffff;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
    position: relative;
}

.apss-theme-3 .apss-buffer .fa-buffer {
    background-position: left;
    margin-right: 0;
}

.apss-theme-3 .apss-buffer .fa-buffer {
    background: url("../../images/share/buffer-white.png") no-repeat left center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.apss-theme-3 .apss-single-icon {
    display: inline-block;
    margin: 0 10px 10px 0;
    position: relative;
}

.apss-theme-3 .apss-single-icon .count {
    left: 50%;
    margin-left: -40px;
    padding: 0 10px;
    position: absolute;
    top: -40px;
    width: 80px;
    background: #333;
    color: #fff;
    font-size: 13px;
    border-radius: 2px;
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: center;
    z-index: 9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apss-theme-3 .apss-single-icon:hover .count {
    top: -35px;
    opacity: 1;
    visibility: visible;
}

.apss-theme-3 .apss-single-icon .count:after {
    position: absolute;
    content: "";
    bottom: -5px;
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 50%;
    margin-left: -5px;
}

.apss-theme-3 .apss-icon-block:hover:after {
    box-shadow: 0 0 0 1px #27a4c8;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s ease 0s, opacity 0.5s ease 0s;
    -moz-transition: -moz-transform 0.5s ease 0s, opacity 0.5s ease 0s;
    -ms-transition: -ms-transform 0.5s ease 0s, opacity 0.5s ease 0s;
    transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}

.apss-theme-3 .apss-icon-block:after {
    /*border-radius: 50%;*/
    box-shadow: 0 0 0 1px #27a4c8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    height: 100%;
    left: -3px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    top: -3px;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform 0.5s ease 0s, opacity 0.5s ease 0s;
    -moz-transition: -moz-transform 0.5s ease 0s, opacity 0.5s ease 0s;
    -ms-transition: -ms-transform 0.5s ease 0s, opacity 0.5s ease 0s;
    transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apss-theme-3 .apss-single-icon.apss-facebook .apss-icon-block:after, .apss-theme-3 .apss-single-icon.apss-facebook .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #3b5998;
    -moz-box-shadow: 0 0 0 1px #3b5998;
    -ms-box-shadow: 0 0 0 1px #3b5998;
    box-shadow: 0 0 0 1px #3b5998;
}

.apss-theme-3 .apss-single-icon.apss-twitter .apss-icon-block:after, .apss-theme-3 .apss-single-icon.apss-twitter .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #1dcaff;
    -moz-box-shadow: 0 0 0 1px #1dcaff;
    -ms-box-shadow: 0 0 0 1px #1dcaff;
    box-shadow: 0 0 0 1px #1dcaff;
}

.apss-theme-3 .apss-single-icon.apss-google-plus .apss-icon-block:after, .apss-theme-3 .apss-single-icon.apss-google-plus .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #dd4b39;
    -moz-box-shadow: 0 0 0 1px #dd4b39;
    -ms-box-shadow: 0 0 0 1px #dd4b39;
    box-shadow: 0 0 0 1px #dd4b39;
}

.apss-theme-3 .apss-single-icon.apss-pinterest .apss-icon-block:after, .apss-theme-3 .apss-single-icon.apss-pinterest .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #c92228;
    -moz-box-shadow: 0 0 0 1px #c92228;
    -ms-box-shadow: 0 0 0 1px #c92228;
    box-shadow: 0 0 0 1px #c92228;
}

.apss-theme-3 .apss-single-icon.apss-linkedin .apss-icon-block:after, .apss-theme-3 .apss-single-icon.apss-linkedin .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #3f729b;
    -moz-box-shadow: 0 0 0 1px #3f729b;
    -ms-box-shadow: 0 0 0 1px #3f729b;
    box-shadow: 0 0 0 1px #3f729b;
}

.apss-theme-3 .apss-digg.apss-single-icon .apss-icon-block:after, .apss-theme-3 .apss-digg.apss-single-icon .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #2169a8;
    -moz-box-shadow: 0 0 0 1px #2169a8;
    -ms-box-shadow: 0 0 0 1px #2169a8;
    box-shadow: 0 0 0 1px #2169a8;
}

.apss-theme-3 .apss-single-icon.apss-delicious .apss-icon-block:after, .apss-theme-3 .apss-single-icon.apss-delicious .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #797979;
    -moz-box-shadow: 0 0 0 1px #797979;
    -ms-box-shadow: 0 0 0 1px #797979;
    box-shadow: 0 0 0 1px #797979;
}

.apss-theme-3 .apss-single-icon.apss-reddit .apss-icon-block:after, .apss-theme-3 .apss-single-icon.apss-reddit .apss-icon-block:hover:after, .apss-theme-3 .apss-single-icon.apss-stumbleupon .apss-icon-block:after, .apss-theme-3 .apss-single-icon.apss-stumbleupon .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #ff4500;
    -moz-box-shadow: 0 0 0 1px #ff4500;
    -ms-box-shadow: 0 0 0 1px #ff4500;
    box-shadow: 0 0 0 1px #ff4500;
}

.apss-theme-3 .apss-single-icon.apss-tumblr .apss-icon-block:after, .apss-theme-3 .apss-single-icon.apss-tumblr .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #35465C;
    -moz-box-shadow: 0 0 0 1px #35465C;
    -ms-box-shadow: 0 0 0 1px #35465C;
    box-shadow: 0 0 0 1px #35465C;
}

.apss-theme-3 .apss-single-icon.apss-vk .apss-icon-block:after, .apss-theme-3 .apss-single-icon.apss-vk .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #35465C;
    -moz-box-shadow: 0 0 0 1px #35465C;
    -ms-box-shadow: 0 0 0 1px #35465C;
    box-shadow: 0 0 0 1px #35465C;
}

.apss-theme-3 .apss-single-icon.apss-xing .apss-icon-block:after, .apss-theme-3 .apss-single-icon.apss-xing .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #00605E;
    -moz-box-shadow: 0 0 0 1px #00605E;
    -ms-box-shadow: 0 0 0 1px #00605E;
    box-shadow: 0 0 0 1px #00605E;
}

.apss-theme-3 .apss-single-icon.apss-weibo .apss-icon-block:after, .apss-theme-3 .apss-single-icon.apss-weibo .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #BE4443;
    -moz-box-shadow: 0 0 0 1px #BE4443;
    -ms-box-shadow: 0 0 0 1px #BE4443;
    box-shadow: 0 0 0 1px #BE4443;
}

.apss-theme-3 .apss-single-icon.apss-whatsapp .apss-icon-block:after, .apss-theme-3 .apss-single-icon.apss-whatsapp .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #449234;
    -moz-box-shadow: 0 0 0 1px #449234;
    -ms-box-shadow: 0 0 0 1px #449234;
    box-shadow: 0 0 0 1px #449234;
}

.apss-theme-3 .apss-single-icon.apss-buffer .apss-icon-block:after, .apss-theme-3 .apss-single-icon.apss-buffer .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #101010;
    -moz-box-shadow: 0 0 0 1px #101010;
    -ms-box-shadow: 0 0 0 1px #101010;
    box-shadow: 0 0 0 1px #101010;
}

.apss-theme-3 .apss-single-icon.apss-print .apss-icon-block:after, .apss-theme-3 .apss-single-icon.apss-print .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #5e5959;
    -moz-box-shadow: 0 0 0 1px #5e5959;
    -ms-box-shadow: 0 0 0 1px #5e5959;
    box-shadow: 0 0 0 1px #5e5959;
}

.apss-theme-3 .apss-single-icon.apss-email .apss-icon-block:after, .apss-theme-3 .apss-single-icon.apss-email .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #8f8f8f;
    -moz-box-shadow: 0 0 0 1px #8f8f8f;
    -ms-box-shadow: 0 0 0 1px #8f8f8f;
    box-shadow: 0 0 0 1px #8f8f8f;
}


/**********************************************THEME 4 CSS ************************************************************/

.apss-theme-4 .apss-share {
    display: none;
}

.apss-theme-4 .apss-single-icon {
    display: inline-block;
    vertical-align: top;
}

.apss-theme-4 .apss-single-icon a {
    position: relative;
    display: block;
    margin: 0 5px 5px 0;
    color: #fff;
}

.apss-theme-4 .apss-icon-block {
    border-radius: 36px;
    margin: 0 auto;
    position: relative;
    width: 36px;
    height: 36px;
}

.apss-theme-4 .apss-single-icon .fa {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    min-width: 36px;
    vertical-align: top;
    padding: 8px 0px 8px 0px;
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.apss-theme-4.apss-social-share .apss-single-icon.apss-sms a:hover .fa{
	color:#222;
}
.apss-theme-4 .apss-single-icon .fa.fa-viber,
.apss-theme-4 .apss-single-icon .fa.fa-fb-messenger{
	width: 25px;
    height: 25px;
    background-size: contain;
    position: relative;
    top: 5px;
}
.apss-theme-4 .apss-social-text {
    display: none;
}

.apss-theme-4 .count {
    color: #2d2d2d;
    font-family: arial;
    font-size: 14px;
    line-height: 24px;
    /*opacity: 0;
     bottom: 0px;
    position: absolute;*/
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}


/*.apss-theme-4 .apss-single-icon a:hover .count{
    opacity: 1;
    bottom: -24px;
}*/

.apss-theme-4 .apss-single-icon a:hover .apss-icon-block:after {
    background: none repeat scroll 0 0 #fff;
    border-radius: 100%;
    content: "";
    height: 100%;
    left: -3px;
    position: absolute;
    top: -3px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    width: 100%;
}

.apss-theme-4 .apss-single-icon a:hover .fa {
    z-index: 5;
}

.apss-theme-4 .apss-facebook a:hover .fa {
    color: #3b5998;
}

.apss-theme-4 .apss-twitter a:hover .fa {
    color: #1dcaff;
}

.apss-theme-4 .apss-google-plus a:hover .fa {
    color: #dd4b39;
}

.apss-theme-4 .apss-pinterest a:hover .fa {
    color: #C92228;
}

.apss-theme-4 .apss-linkedin a:hover .fa {
    color: #3f729b;
}

.apss-theme-4 .apss-digg a:hover .fa {
    color: #2169a8;
}

.apss-theme-4 .apss-print a:hover .fa {
    color: #5e5959;
}

.apss-theme-4 .apss-email a:hover .fa {
    color: #8f8f8f;
}

.apss-theme-4 .apss-delicious a:hover .fa {
    color: #797979;
}

.apss-theme-4 .apss-reddit a:hover .fa {
    color: #ff4500;
}

.apss-theme-4 .apss-stumbleupon a:hover .fa {
    color: #ea4b24;
}

.apss-theme-4 .apss-tumblr a:hover .fa {
    color: #35465c;
}

.apss-theme-4 .apss-vk a:hover .fa {
    color: #35465c;
}

.apss-theme-4 .apss-xing a:hover .fa {
    color: #00605E;
}

.apss-theme-4 .apss-weibo a:hover .fa {
    color: #C35251;
}

.apss-theme-4 .apss-whatsapp a:hover .fa {
    color: #449234;
}

.apss-theme-4 .apss-buffer .fa-buffer {
    background: url("../../images/share/buffer-white.png") no-repeat scroll center center;
    padding: 0;
    top: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apss-theme-4 .apss-buffer a:hover .fa-buffer {
    background: url("../../images/share/buffer.png") no-repeat scroll center center;
}

.apss-theme-4 .apss-single-icon.apss-print .count {
    display: none;
}

.apss-theme-4 .apss-single-icon.apss-email .count {
    display: none;
}


/**********************************************THEME 5 CSS ************************************************************/

.apss-theme-5 .apss-social-text {
    display: none;
}

.apss-theme-5 .apss-single-icon a {
    border-radius: 76px;
    color: #fff;
    display: block;
    float: left;
    height: 76px;
    margin: 5px;
    padding: 9px;
    position: relative;
    width: 76px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*.apss-theme-5 .apss-single-icon a:after {
    border-radius: 100%;
    box-shadow: 0 0 0 2px #fff;
    content: "";
    height: 82px;
    left: -3px;
    opacity: 0;
    padding: 7px;
    position: absolute;
    top: -3px;
    width: 82px;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform:  scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);

    transition: transform 0.2s ease 0s, opacity 0.4s ease 0s;
    -webkit-transition:transform 0.2s ease 0s, opacity 0.4s ease 0s;
    -moz-transition:transform 0.2s ease 0s, opacity 0.4s ease 0s;
    -o-transition:transform 0.2s ease 0s, opacity 0.4s ease 0s;
    -ms-transition: transform 0.2s ease 0s, opacity 0.4s ease 0s;
}

.apss-theme-5 .apss-single-icon a:hover:after {
    opacity: 1;
    transform: scale(1);
}*/

.apss-theme-5 .apss-icon-block {
    position: relative;
}

.apss-theme-5 .apss-single-icon .fa {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    display: block;
}

.apss-theme-5 .apss-share {
    display: block;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    padding: 3px 0 2px;
    text-transform: capitalize;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apss-theme-5 .count {
    display: block;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    padding: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apss-theme-5 .apss-facebook a {
    background-color: #3b5998;
}

.apss-theme-5 .apss-facebook a:hover {
    color: #3b5998;
    border: 2px solid #3b5998;
    background-color: #fff;
}

.apss-theme-5 .apss-facebook a:hover .fa {
    color: #3b5998;
}


/*.apss-theme-5 .apss-facebook a:after {
    box-shadow: 0 0 0 2px #3b5998;
}*/

.apss-theme-5 .apss-twitter a {
    background-color: #1dcaff;
}

.apss-theme-5 .apss-twitter a:hover {
    color: #1dcaff;
    border: 2px solid #1dcaff;
    background-color: #fff;
}

.apss-theme-5 .apss-twitter a:hover .fa {
    color: #1dcaff;
}


/*.apss-theme-5 .apss-twitter a:after {
    box-shadow: 0 0 0 2px #1dcaff;
}*/

.apss-theme-5 .apss-google-plus a {
    background-color: #dd4b39;
}

.apss-theme-5 .apss-google-plus a:hover {
    color: #dd4b39;
    border: 2px solid #dd4b39;
    background-color: #fff;
}

.apss-theme-5 .apss-google-plus a:hover .fa {
    color: #dd4b39;
}


/*.apss-theme-5 .apss-google-plus a:after {
    box-shadow: 0 0 0 2px #dd4b39;
}*/

.apss-theme-5 .apss-pinterest a {
    background-color: #C92228;
}

.apss-theme-5 .apss-pinterest a:hover {
    color: #C92228;
    border: 2px solid #C92228;
    background-color: #fff;
}

.apss-theme-5 .apss-pinterest a:hover .fa {
    color: #C92228;
}


/*.apss-theme-5 .apss-pinterest a:after {
    box-shadow: 0 0 0 2px #C92228;
}*/

.apss-theme-5 .apss-linkedin a {
    background-color: #3f729b;
}

.apss-theme-5 .apss-linkedin a:hover {
    color: #3f729b;
    border: 2px solid #3f729b;
    background-color: #fff;
}

.apss-theme-5 .apss-linkedin a:hover .fa {
    color: #3f729b;
}


/*.apss-theme-5 .apss-linkedin a:after {
    box-shadow: 0 0 0 2px #3f729b;
}*/

.apss-theme-5 .apss-digg a {
    background-color: #2169a8;
}

.apss-theme-5 .apss-digg a:hover {
    color: #2169a8;
    border: 2px solid #2169a8;
    background-color: #fff;
}

.apss-theme-5 .apss-digg a:hover .fa {
    color: #2169a8;
}

.apss-theme-5 .apss-delicious a {
    background-color: #797979;
}

.apss-theme-5 .apss-delicious a:hover {
    color: #797979;
    border: 2px solid #797979;
    background-color: #fff;
}

.apss-theme-5 .apss-delicious a:hover .fa {
    color: #797979;
}

.apss-theme-5 .apss-reddit a {
    background-color: #ff4500;
}

.apss-theme-5 .apss-reddit a:hover {
    color: #ff4500;
    border: 2px solid #ff4500;
    background-color: #fff;
}

.apss-theme-5 .apss-reddit a:hover .fa {
    color: #ff4500;
}

.apss-theme-5 .apss-stumbleupon a {
    background-color: #ea4b24;
}

.apss-theme-5 .apss-stumbleupon a:hover {
    color: #ea4b24;
    border: 2px solid #ea4b24;
    background-color: #fff;
}

.apss-theme-5 .apss-stumbleupon a:hover .fa {
    color: #ea4b24;
}

.apss-theme-5 .apss-tumblr a {
    background-color: #35465c;
}

.apss-theme-5 .apss-tumblr a:hover {
    color: #35465c;
    border: 2px solid #35465c;
    background-color: #fff;
}

.apss-theme-5 .apss-tumblr a:hover .fa {
    color: #35465c;
}

.apss-theme-5 .apss-vk a {
    background-color: #35465C;
}
.apss-theme-5 .apss-viber a{
	background-color:#665cac;
}
.apss-theme-5 .apss-sms  a{
	background-color:#aaa;
}
.apss-theme-5 .apss-fb-messenger  a{
	background-color:#000;
}
.apss-theme-5 .apss-vk a:hover {
    color: #35465C;
    border: 2px solid #35465C;
    background-color: #fff;
}
.apss-theme-5 .apss-viber a:hover{
	background-color:#fff;
	color:#665cac;
    border: 2px solid #665cac;
}
.apss-theme-5 .apss-sms  a:hover{
	background-color:#fff;
    border: 2px solid #aaa;
    color:#aaa;
}
.apss-theme-5 .apss-sms  a:hover .fa{
	color:#aaa;
}
.apss-theme-5 .apss-fb-messenger  a:hover{
	background-color:#fff;
	color: #0084ff;
    border: 2px solid #0084ff;
}
.apss-theme-5 .apss-vk a:hover .fa {
    color: #35465C;
}
.apss-theme-5 .apss-xing a {
    background-color: #00605E;
}

.apss-theme-5 .apss-xing a:hover {
    color: #00605E;
    border: 2px solid #00605E;
    background-color: #fff;
}

.apss-theme-5 .apss-xing a:hover .fa {
    color: #00605E;
}

.apss-theme-5 .apss-weibo a {
    background-color: #BE4443;
}

.apss-theme-5 .apss-weibo a:hover {
    color: #BE4443;
    border: 2px solid #BE4443;
    background-color: #fff;
}

.apss-theme-5 .apss-weibo a:hover .fa {
    color: #BE4443;
}

.apss-theme-5 .apss-whatsapp a {
    background-color: #449234;
}

.apss-theme-5 .apss-whatsapp a:hover {
    color: #449234;
    border: 2px solid #449234;
    background-color: #fff;
}

.apss-theme-5 .apss-whatsapp a:hover .fa {
    color: #449234;
}

.apss-theme-5 .apss-buffer a {
    background-color: #101010;
}

.apss-theme-5 .apss-buffer a:hover {
    color: #101010;
    border: 2px solid #101010;
    background-color: #fff;
}

.apss-theme-5 .apss-buffer a:hover .fa {
    color: #101010;
}

.apss-theme-5 .apss-buffer .fa-buffer {
    background: url("../../images/share/buffer-white.png") no-repeat scroll center center;
    width: 100%;
}
.apss-theme-5.apss-social-share  .apss-viber .fa.fa-viber{
    width: 100%;
}
.apss-theme-5.apss-social-share  .apss-fb-messenger .fa{
    width: 100%;
}
.apss-theme-5 .apss-buffer a:hover .fa-buffer {
    background: url("../../images/share/buffer.png") no-repeat scroll center center;
}

.apss-theme-5 .apss-print a {
    background-color: #5e5959;
}

.apss-theme-5 .apss-print a:hover {
    color: #5e5959;
    border: 2px solid #5e5959;
}

.apss-theme-5 .apss-print a:hover .fa {
    color: #5e5959;
}


/*.apss-theme-5 .apss-print a:after {
    box-shadow: 0 0 0 2px #5e5959;
}*/

.apss-theme-5 .apss-email a {
    background-color: #8f8f8f;
}

.apss-theme-5 .apss-email a:hover {
    color: #8f8f8f;
    border: 2px solid #8f8f8f;
    /* background-color: #fff; */
}

.apss-theme-5 .apss-email a:hover .fa {
    color: #8f8f8f;
}


/*.apss-theme-5 .apss-email a:after {
    box-shadow: 0 0 0 2px #8f8f8f;
}*/


/* .apss-theme-5 .apss-single-icon a:hover {
    background-color: #fff;
} */

.apss-theme-5 .apss-single-icon .apss-icon-block {
    background: none;
}

.apss-theme-5 .apss-single-icon.apss-print .count {
    display: none;
}

.apss-theme-5 .apss-single-icon.apss-email .count {
    display: none;
}


/*----------------------------------------------------
    THEME 6 css
----------------------------------------------------**/

.apss-theme-6 {
    margin-left: -10px;
}

.apss-theme-6 .apss-single-icon {
    display: inline-block;
    margin: 0 0 15px 10px;
    width: auto;
}

.apss-theme-6 .apss-single-icon a {
    position: relative;
    display: block;
}

.apss-theme-6 .apss-icon-block {
    color: #ffffff;
    font-size: 13px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 3px;
    -webkit-transition: none 0.5s ease 0s;
    -moz-transition: none 0.5s ease 0s;
    transition: none 0.5s ease 0s;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apss-theme-6 .apss-single-icon:hover .apss-icon-block {
    top: 2px;
}

.apss-theme-6 .apss-icon-block .fa {
    font-size: 20px;
    margin-right: 10px;
}

.apss-theme-6 .apss-facebook .apss-icon-block {
    -webkit-box-shadow: 0 6px 0 #2c4372;
    -moz-box-shadow: 0 6px 0 #2c4372;
    -ms-box-shadow: 0 6px 0 #2c4372;
    box-shadow: 0 6px 0 #2c4372;
}

.apss-theme-6 .apss-twitter .apss-icon-block {
    -webkit-box-shadow: 0 6px 0 #4081b3;
    -moz-box-shadow: 0 6px 0 #4081b3;
    -ms-box-shadow: 0 6px 0 #4081b3;
    box-shadow: 0 6px 0 #4081b3;
}

.apss-theme-6 .apss-google-plus .apss-icon-block {
    -webkit-box-shadow: 0 6px 0 #a6382b;
    -moz-box-shadow: 0 6px 0 #a6382b;
    -ms-box-shadow: 0 6px 0 #a6382b;
    box-shadow: 0 6px 0 #a6382b;
}

.apss-theme-6 .apss-pinterest .apss-icon-block {
    -webkit-box-shadow: 0 6px 0 #BA161B;
    -moz-box-shadow: 0 6px 0 #BA161B;
    -ms-box-shadow: 0 6px 0 #BA161B;
    box-shadow: 0 6px 0 #BA161B;
}

.apss-theme-6 .apss-linkedin .apss-icon-block {
    -webkit-box-shadow: 0 6px 0 #1A527C;
    -moz-box-shadow: 0 6px 0 #1A527C;
    -ms-box-shadow: 0 6px 0 #1A527C;
    box-shadow: 0 6px 0 #1A527C;
}

.apss-theme-6 .apss-digg .apss-icon-block {
    -webkit-box-shadow: 0 6px 0 #093D66;
    -moz-box-shadow: 0 6px 0 #093D66;
    -ms-box-shadow: 0 6px 0 #093D66;
    box-shadow: 0 6px 0 #093D66;
}

.apss-theme-6 .apss-delicious .apss-icon-block {
    -webkit-box-shadow: 0 6px 0 #5E5B5B;
    -moz-box-shadow: 0 6px 0 #5E5B5B;
    -ms-box-shadow: 0 6px 0 #5E5B5B;
    box-shadow: 0 6px 0 #5E5B5B;
}

.apss-theme-6 .apss-reddit .apss-icon-block {
    -webkit-box-shadow: 0 6px 0 #DB3C02;
    -moz-box-shadow: 0 6px 0 #DB3C02;
    -ms-box-shadow: 0 6px 0 #DB3C02;
    box-shadow: 0 6px 0 #DB3C02;
}

.apss-theme-6 .apss-stumbleupon .apss-icon-block {
    -webkit-box-shadow: 0 6px 0 #BA3100;
    -moz-box-shadow: 0 6px 0 #BA3100;
    -ms-box-shadow: 0 6px 0 #BA3100;
    box-shadow: 0 6px 0 #BA3100;
}

.apss-theme-6 .apss-tumblr .apss-icon-block {
    -webkit-box-shadow: 0 6px 0 #24364C;
    -moz-box-shadow: 0 6px 0 #24364C;
    -ms-box-shadow: 0 6px 0 #24364C;
    box-shadow: 0 6px 0 #24364C;
}

.apss-theme-6 .apss-vk .apss-icon-block {
    -webkit-box-shadow: 0 6px 0 #24364C;
    -moz-box-shadow: 0 6px 0 #24364C;
    -ms-box-shadow: 0 6px 0 #24364C;
    box-shadow: 0 6px 0 #24364C;
}

.apss-theme-6 .apss-xing .apss-icon-block {
    -webkit-box-shadow: 0 6px 0 #004240;
    -moz-box-shadow: 0 6px 0 #004240;
    -ms-box-shadow: 0 6px 0 #004240;
    box-shadow: 0 6px 0 #004240;
}

.apss-theme-6 .apss-weibo .apss-icon-block {
    -webkit-box-shadow: 0 6px 0 #962424;
    -moz-box-shadow: 0 6px 0 #962424;
    -ms-box-shadow: 0 6px 0 #962424;
    box-shadow: 0 6px 0 #962424;
}

.apss-theme-6 .apss-buffer .apss-icon-block {
    -webkit-box-shadow: 0 6px 0 #0A0808;
    -moz-box-shadow: 0 6px 0 #0A0808;
    -ms-box-shadow: 0 6px 0 #0A0808;
    box-shadow: 0 6px 0 #0A0808;
}

.apss-theme-6 .apss-email .apss-icon-block {
    -webkit-box-shadow: 0 6px 0 #605E5E;
    -moz-box-shadow: 0 6px 0 #605E5E;
    -ms-box-shadow: 0 6px 0 #605E5E;
    box-shadow: 0 6px 0 #605E5E;
}

.apss-theme-6 .apss-print .apss-icon-block {
    -webkit-box-shadow: 0 6px 0 #444040;
    -moz-box-shadow: 0 6px 0 #444040;
    -ms-box-shadow: 0 6px 0 #444040;
    box-shadow: 0 6px 0 #444040;
}

.apss-theme-6 .apss-whatsapp .apss-icon-block {
    -webkit-box-shadow: 0 6px 0 #257016;
    -moz-box-shadow: 0 6px 0 #257016;
    -ms-box-shadow: 0 6px 0 #257016;
    box-shadow: 0 6px 0 #257016;
}
/**/
.apss-theme-6 .apss-viber .apss-icon-block {
    -webkit-box-shadow: 0 6px 0 #5b50ab;
    -moz-box-shadow: 0 6px 0 #5b50ab;
    -ms-box-shadow: 0 6px 0 #5b50ab;
    box-shadow: 0 6px 0 #5b50ab;
}
.apss-theme-6 .apss-fb-messenger  .apss-icon-block {
    -webkit-box-shadow: 0 6px 0 #222;
    -moz-box-shadow: 0 6px 0 #222;
    -ms-box-shadow: 0 6px 0 #222;
    box-shadow: 0 6px 0 #222;
}
.apss-theme-6 .apss-sms  .apss-icon-block {
    -webkit-box-shadow: 0 6px 0 #777;
    -moz-box-shadow: 0 6px 0 #777;
    -ms-box-shadow: 0 6px 0 #777;
    box-shadow: 0 6px 0 #777;
}


.apss-theme-6 .apss-viber:hover .apss-icon-block {
    -webkit-box-shadow: 0 4px 0 #5b50ab;
    -moz-box-shadow: 0 4px 0 #5b50ab;
    -ms-box-shadow: 0 4px 0 #5b50ab;
    box-shadow: 0 4px 0 #5b50ab;
}
.apss-theme-6 .apss-fb-messenger:hover  .apss-icon-block {
    -webkit-box-shadow: 0 4px 0 #222;
    -moz-box-shadow: 0 4px 0 #222;
    -ms-box-shadow: 0 4px 0 #222;
    box-shadow: 0 4px 0 #222;
}
.apss-theme-6 .apss-sms:hover  .apss-icon-block {
    -webkit-box-shadow: 0 4px 0 #777;
    -moz-box-shadow: 0 4px 0 #777;
    -ms-box-shadow: 0 4px 0 #777;
    box-shadow: 0 4px 0 #777;
}
/**/
.apss-theme-6 .apss-facebook:hover .apss-icon-block {
    -webkit-box-shadow: 0 4px 0 #2c4372;
    -moz-box-shadow: 0 4px 0 #2c4372;
    -ms-box-shadow: 0 4px 0 #2c4372;
    box-shadow: 0 4px 0 #2c4372;
}

.apss-theme-6 .apss-twitter:hover .apss-icon-block {
    -webkit-box-shadow: 0 4px 0 #4081b3;
    -moz-box-shadow: 0 4px 0 #4081b3;
    -ms-box-shadow: 0 4px 0 #4081b3;
    box-shadow: 0 4px 0 #4081b3;
}

.apss-theme-6 .apss-google-plus:hover .apss-icon-block {
    -webkit-box-shadow: 0 4px 0 #a6382b;
    -moz-box-shadow: 0 4px 0 #a6382b;
    -ms-box-shadow: 0 4px 0 #a6382b;
    box-shadow: 0 4px 0 #a6382b;
}

.apss-theme-6 .apss-pinterest:hover .apss-icon-block {
    -webkit-box-shadow: 0 4px 0 #BA161B;
    -moz-box-shadow: 0 4px 0 #BA161B;
    -ms-box-shadow: 0 4px 0 #BA161B;
    box-shadow: 0 4px 0 #BA161B;
}

.apss-theme-6 .apss-linkedin:hover .apss-icon-block {
    -webkit-box-shadow: 0 4px 0 #1A527C;
    -moz-box-shadow: 0 4px 0 #1A527C;
    -ms-box-shadow: 0 4px 0 #1A527C;
    box-shadow: 0 4px 0 #1A527C;
}

.apss-theme-6 .apss-digg:hover .apss-icon-block {
    -webkit-box-shadow: 0 4px 0 #093D66;
    -moz-box-shadow: 0 4px 0 #093D66;
    -ms-box-shadow: 0 4px 0 #093D66;
    box-shadow: 0 4px 0 #093D66;
}

.apss-theme-6 .apss-delicious:hover .apss-icon-block {
    -webkit-box-shadow: 0 4px 0 #5E5B5B;
    -moz-box-shadow: 0 4px 0 #5E5B5B;
    -ms-box-shadow: 0 4px 0 #5E5B5B;
    box-shadow: 0 4px 0 #5E5B5B;
}

.apss-theme-6 .apss-reddit:hover .apss-icon-block {
    -webkit-box-shadow: 0 4px 0 #DB3C02;
    -moz-box-shadow: 0 4px 0 #DB3C02;
    -ms-box-shadow: 0 4px 0 #DB3C02;
    box-shadow: 0 4px 0 #DB3C02;
}

.apss-theme-6 .apss-stumbleupon:hover .apss-icon-block {
    -webkit-box-shadow: 0 4px 0 #BA3100;
    -moz-box-shadow: 0 4px 0 #BA3100;
    -ms-box-shadow: 0 4px 0 #BA3100;
    box-shadow: 0 4px 0 #BA3100;
}

.apss-theme-6 .apss-tumblr:hover .apss-icon-block {
    -webkit-box-shadow: 0 4px 0 #24364C;
    -moz-box-shadow: 0 4px 0 #24364C;
    -ms-box-shadow: 0 4px 0 #24364C;
    box-shadow: 0 4px 0 #24364C;
}

.apss-theme-6 .apss-vk:hover .apss-icon-block {
    -webkit-box-shadow: 0 4px 0 #24364C;
    -moz-box-shadow: 0 4px 0 #24364C;
    -ms-box-shadow: 0 4px 0 #24364C;
    box-shadow: 0 4px 0 #24364C;
}

.apss-theme-6 .apss-xing:hover .apss-icon-block {
    -webkit-box-shadow: 0 4px 0 #004240;
    -moz-box-shadow: 0 4px 0 #004240;
    -ms-box-shadow: 0 4px 0 #004240;
    box-shadow: 0 4px 0 #004240;
}

.apss-theme-6 .apss-weibo:hover .apss-icon-block {
    -webkit-box-shadow: 0 4px 0 #962424;
    -moz-box-shadow: 0 4px 0 #962424;
    -ms-box-shadow: 0 4px 0 #962424;
    box-shadow: 0 4px 0 #962424;
}

.apss-theme-6 .apss-buffer:hover .apss-icon-block {
    -webkit-box-shadow: 0 4px 0 #0A0808;
    -moz-box-shadow: 0 4px 0 #0A0808;
    -ms-box-shadow: 0 4px 0 #0A0808;
    box-shadow: 0 4px 0 #0A0808;
}

.apss-theme-6 .apss-email:hover .apss-icon-block {
    -webkit-box-shadow: 0 4px 0 #605E5E;
    -moz-box-shadow: 0 4px 0 #605E5E;
    -ms-box-shadow: 0 4px 0 #605E5E;
    box-shadow: 0 4px 0 #605E5E;
}

.apss-theme-6 .apss-print:hover .apss-icon-block {
    -webkit-box-shadow: 0 4px 0 #444040;
    -moz-box-shadow: 0 4px 0 #444040;
    -ms-box-shadow: 0 4px 0 #444040;
    box-shadow: 0 4px 0 #444040;
}

.apss-theme-6 .apss-whatsapp:hover .apss-icon-block {
    -webkit-box-shadow: 0 4px 0 #257016;
    -moz-box-shadow: 0 4px 0 #257016;
    -ms-box-shadow: 0 4px 0 #257016;
    box-shadow: 0 4px 0 #257016;
}

.apss-theme-6 .apss-buffer .fa-buffer {
    background: url("../../images/share/buffer-white.png") no-repeat scroll center center;
    height: 20px;
    width: 20px;
}

.apss-theme-6 .apss-share {
    display: none;
}


/*----------------------------------------------------
    THEME 7 css
----------------------------------------------------**/

.apss-theme-7 {
    margin-left: -10px;
}

.apss-theme-7 .apss-single-icon {
    display: inline-block;
    margin: 0 0 15px 10px;
    width: auto;
}

.apss-theme-7 .apss-single-icon a {
    position: relative;
    display: block;
}

.apss-theme-7 .apss-icon-block {
    color: #ffffff;
    font-size: 13px;
    line-height: 34px;
    padding: 0 5px 0 0;
    border-radius: 3px 3px 3px 3px;
    -webkit-transition: none 0.5s ease 0s;
    -moz-transition: none 0.5s ease 0s;
    -ms-transition: none 0.5s ease 0s;
    transition: none 0.5s ease 0s;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apss-theme-7 .apss-icon-block .fa {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    font-size: 20px;
    line-height:33px;
    margin-right: 10px;
    width: 43px;
    position: relative;
    vertical-align:inherit;
    height:33px;
}
.apss-theme-7.apss-social-share .apss-icon-block .fa {
	display:inline-block;
	vertical-align:top;
}
.apss-theme-7 .apss-icon-block .fa:after {
    content: "";
    position: absolute;
    border-left: 10px solid rgba(255, 255, 255, 0.2);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 50%;
    margin-top: -10px;
    right: -10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.apss-theme-7 .apss-single-icon:hover .fa:after {
    right: -10px;
    visibility: visible;
    opacity: 1;
}

.apss-theme-7 .apss-single-icon .apss-social-text {
    -webkit-transition: margin-left 0.5s ease 0s;
    -moz-transition: margin-left 0.5s ease 0s;
    -ms-transition: margin-left 0.5s ease 0s;
    transition: margin-left 0.5s ease 0s;
}

.apss-theme-7 .apss-single-icon:hover .apss-social-text {
    /*margin-left: 8px;*/
}

.apss-theme-7 .apss-buffer .apss-icon-block .fa {
    background: url("../../images/share/buffer-white.png") no-repeat scroll center center rgba(255, 255, 255, 0.2);
    height: 38px;
}
.apss-theme-7 .apss-viber .apss-icon-block .fa{
	height: 38px;
	background: url("../../images/share/viber.png") no-repeat scroll center center rgba(255, 255, 255, 0.2);
}
.apss-theme-7 .apss-fb-messenger  .apss-icon-block .fa{
	height: 38px;
	background: url("../../images/share/messenger.png") no-repeat scroll center center rgba(255, 255, 255, 0.2);
}

.apss-theme-7.apss-social-share .apss-buffer .apss-icon-block .fa,
.apss-theme-7.apss-social-share .apss-viber .apss-icon-block .fa,
.apss-theme-7.apss-social-share .apss-fb-messenger  .apss-icon-block .fa {
    height: 34px;
    display:inline-block;
    vertical-align:top;
}

.apss-theme-7 .apss-facebook .apss-icon-block {
    -webkit-box-shadow: 0 3px 0 #2c4372;
    -moz-box-shadow: 0 3px 0 #2c4372;
    -ms-box-shadow: 0 3px 0 #2c4372;
    box-shadow: 0 3px 0 #2c4372;
    border-right: 1px solid #2c4372;
}

.apss-theme-7 .apss-twitter .apss-icon-block {
    -webkit-box-shadow: 0 3px 0 #4081b3;
    -moz-box-shadow: 0 3px 0 #4081b3;
    -ms-box-shadow: 0 3px 0 #4081b3;
    box-shadow: 0 3px 0 #4081b3;
    border-right: 1px solid #4081b3;
}

.apss-theme-7 .apss-google-plus .apss-icon-block {
    -webkit-box-shadow: 0 3px 0 #a6382b;
    -moz-box-shadow: 0 3px 0 #a6382b;
    -ms-box-shadow: 0 3px 0 #a6382b;
    box-shadow: 0 3px 0 #a6382b;
    border-right: 1px solid #a6382b;
}

.apss-theme-7 .apss-pinterest .apss-icon-block {
    -webkit-box-shadow: 0 3px 0 #BA161B;
    -moz-box-shadow: 0 3px 0 #BA161B;
    -ms-box-shadow: 0 3px 0 #BA161B;
    box-shadow: 0 3px 0 #BA161B;
    border-right: 1px solid #BA161B;
}

.apss-theme-7 .apss-linkedin .apss-icon-block {
    -webkit-box-shadow: 0 3px 0 #1A527C;
    -moz-box-shadow: 0 3px 0 #1A527C;
    -ms-box-shadow: 0 3px 0 #1A527C;
    box-shadow: 0 3px 0 #1A527C;
    border-right: 1px solid #1A527C;
}

.apss-theme-7 .apss-digg .apss-icon-block {
    -webkit-box-shadow: 0 3px 0 #093D66;
    -moz-box-shadow: 0 3px 0 #093D66;
    -ms-box-shadow: 0 3px 0 #093D66;
    box-shadow: 0 3px 0 #093D66;
    border-right: 1px solid #093D66;
}

.apss-theme-7 .apss-delicious .apss-icon-block {
    -webkit-box-shadow: 0 3px 0 #5E5B5B;
    -moz-box-shadow: 0 3px 0 #5E5B5B;
    -ms-box-shadow: 0 3px 0 #5E5B5B;
    box-shadow: 0 3px 0 #5E5B5B;
    border-right: 1px solid #5E5B5B;
}

.apss-theme-7 .apss-reddit .apss-icon-block {
    -webkit-box-shadow: 0 3px 0 #DB3C02;
    -moz-box-shadow: 0 3px 0 #DB3C02;
    -ms-box-shadow: 0 3px 0 #DB3C02;
    box-shadow: 0 3px 0 #DB3C02;
    border-right: 1px solid #DB3C02;
}

.apss-theme-7 .apss-stumbleupon .apss-icon-block {
    -webkit-box-shadow: 0 3px 0 #BA3100;
    -moz-box-shadow: 0 3px 0 #BA3100;
    -ms-box-shadow: 0 3px 0 #BA3100;
    box-shadow: 0 3px 0 #BA3100;
    border-right: 1px solid #BA3100;
}

.apss-theme-7 .apss-tumblr .apss-icon-block {
    -webkit-box-shadow: 0 3px 0 #24364C;
    -moz-box-shadow: 0 3px 0 #24364C;
    -ms-box-shadow: 0 3px 0 #24364C;
    box-shadow: 0 3px 0 #24364C;
    border-right: 1px solid #24364C;
}

.apss-theme-7 .apss-vk .apss-icon-block {
    -webkit-box-shadow: 0 3px 0 #24364C;
    -moz-box-shadow: 0 3px 0 #24364C;
    -ms-box-shadow: 0 3px 0 #24364C;
    box-shadow: 0 3px 0 #24364C;
    border-right: 1px solid #24364C;
}

.apss-theme-7 .apss-xing .apss-icon-block {
    -webkit-box-shadow: 0 3px 0 #004240;
    -moz-box-shadow: 0 3px 0 #004240;
    -ms-box-shadow: 0 3px 0 #004240;
    box-shadow: 0 3px 0 #004240;
    border-right: 1px solid #004240;
}

.apss-theme-7 .apss-weibo .apss-icon-block {
    -webkit-box-shadow: 0 3px 0 #962424;
    -moz-box-shadow: 0 3px 0 #962424;
    -ms-box-shadow: 0 3px 0 #962424;
    box-shadow: 0 3px 0 #962424;
    border-right: 1px solid #962424;
}

.apss-theme-7 .apss-buffer .apss-icon-block {
    -webkit-box-shadow: 0 3px 0 #0A0808;
    -moz-box-shadow: 0 3px 0 #0A0808;
    -ms-box-shadow: 0 3px 0 #0A0808;
    box-shadow: 0 3px 0 #0A0808;
    border-right: 1px solid #0A0808;
}

.apss-theme-7 .apss-email .apss-icon-block {
    -webkit-box-shadow: 0 3px 0 #605E5E;
    -moz-box-shadow: 0 3px 0 #605E5E;
    -ms-box-shadow: 0 3px 0 #605E5E;
    box-shadow: 0 3px 0 #605E5E;
    border-right: 1px solid #605E5E;
}

.apss-theme-7 .apss-print .apss-icon-block {
    -webkit-box-shadow: 0 3px 0 #444040;
    -moz-box-shadow: 0 3px 0 #444040;
    -ms-box-shadow: 0 3px 0 #444040;
    box-shadow: 0 3px 0 #444040;
    border-right: 1px solid #444040;
}

.apss-theme-7 .apss-whatsapp .apss-icon-block {
    -webkit-box-shadow: 0 3px 0 #356D29;
    -moz-box-shadow: 0 3px 0 #356D29;
    -ms-box-shadow: 0 3px 0 #356D29;
    box-shadow: 0 3px 0 #356D29;
    border-right: 1px solid #356D29;
}
.apss-theme-7 .apss-viber .apss-icon-block {
    -webkit-box-shadow: 0 3px 0 #5b50ab;
    -moz-box-shadow: 0 3px 0 #5b50ab;
    -ms-box-shadow: 0 3px 0 #5b50ab;
    box-shadow: 0 3px 0 #5b50ab;
    border-right: 1px solid #5b50ab;
}

.apss-theme-7 .apss-fb-messenger .apss-icon-block {
    -webkit-box-shadow: 0 3px 0 #222;
    -moz-box-shadow: 0 3px 0 #222;
    -ms-box-shadow: 0 3px 0 #222;
    box-shadow: 0 3px 0 #222;
    border-right: 1px solid #222;
}

.apss-theme-7 .apss-sms .apss-icon-block {
    -webkit-box-shadow: 0 3px 0 #777;
    -moz-box-shadow: 0 3px 0 #777;
    -ms-box-shadow: 0 3px 0 #777;
    box-shadow: 0 3px 0 #777;
    border-right: 1px solid #777;
}


.apss-theme-7 .apss-share {
    display: none;
}

.apss-theme-7 .count {
    color: #ffffff;
    float: left;
    font-size: 13px;
    line-height: 34px;
    padding: 0 10px 0 5px;
    vertical-align: top;
    border-radius: 0 3px 3px 0;
    margin-left: -2px;
}

.apss-theme-7 .apss-facebook .count {
    -webkit-box-shadow: 0 3px 0 #2c4372;
    -moz-box-shadow: 0 3px 0 #2c4372;
    -ms-box-shadow: 0 3px 0 #2c4372;
    box-shadow: 0 3px 0 #2c4372;
    background: #3b5998;
    border-left: 3px solid #627AAD;
}

.apss-theme-7 .apss-twitter .count {
    -webkit-box-shadow: 0 3px 0 #4081b3;
    -moz-box-shadow: 0 3px 0 #4081b3;
    -ms-box-shadow: 0 3px 0 #4081b3;
    box-shadow: 0 3px 0 #4081b3;
    background: #1dcaff;
    border-left: 3px solid #4AD5FF;
}

.apss-theme-7 .apss-google-plus .count {
    -webkit-box-shadow: 0 3px 0 #a6382b;
    -moz-box-shadow: 0 3px 0 #a6382b;
    -ms-box-shadow: 0 3px 0 #a6382b;
    box-shadow: 0 3px 0 #a6382b;
    background: #dd4b39;
    border-left: 3px solid #E46F61;
}

.apss-theme-7 .apss-pinterest .count {
    -webkit-box-shadow: 0 3px 0 #BA161B;
    -moz-box-shadow: 0 3px 0 #BA161B;
    -ms-box-shadow: 0 3px 0 #BA161B;
    box-shadow: 0 3px 0 #BA161B;
    background: #c92228;
    border-left: 3px solid #D44E53;
}

.apss-theme-7 .apss-linkedin .count {
    -webkit-box-shadow: 0 3px 0 #1A527C;
    -moz-box-shadow: 0 3px 0 #1A527C;
    -ms-box-shadow: 0 3px 0 #1A527C;
    box-shadow: 0 3px 0 #1A527C;
    background: #3f729b;
    border-left: 3px solid #658EAF;
}

.apss-theme-7 .apss-digg .count {
    -webkit-box-shadow: 0 3px 0 #093D66;
    -moz-box-shadow: 0 3px 0 #093D66;
    -ms-box-shadow: 0 3px 0 #093D66;
    box-shadow: 0 3px 0 #093D66;
    background: #2169a8;
    border-left: 3px solid #4D87B9;
}

.apss-theme-7 .apss-delicious .count {
    -webkit-box-shadow: 0 3px 0 #5E5B5B;
    -moz-box-shadow: 0 3px 0 #5E5B5B;
    -ms-box-shadow: 0 3px 0 #5E5B5B;
    box-shadow: 0 3px 0 #5E5B5B;
    background: #797979;
    border-left: 3px solid #949494;
}

.apss-theme-7 .apss-reddit .count {
    -webkit-box-shadow: 0 3px 0 #DB3C02;
    -moz-box-shadow: 0 3px 0 #DB3C02;
    -ms-box-shadow: 0 3px 0 #DB3C02;
    box-shadow: 0 3px 0 #DB3C02;
    background: #ff4500;
    border-left: 3px solid #FF6A33;
}

.apss-theme-7 .apss-stumbleupon .count {
    -webkit-box-shadow: 0 3px 0 #BA3100;
    -moz-box-shadow: 0 3px 0 #BA3100;
    -ms-box-shadow: 0 3px 0 #BA3100;
    box-shadow: 0 3px 0 #BA3100;
    background: #ff4500;
    border-left: 3px solid #FF6A33;
}

.apss-theme-7 .apss-tumblr .count {
    -webkit-box-shadow: 0 3px 0 #24364C;
    -moz-box-shadow: 0 3px 0 #24364C;
    -ms-box-shadow: 0 3px 0 #24364C;
    box-shadow: 0 3px 0 #24364C;
    background: #35465c;
    border-left: 3px solid #5D6B7D;
}

.apss-theme-7 .apss-vk .count {
    -webkit-box-shadow: 0 3px 0 #24364C;
    -moz-box-shadow: 0 3px 0 #24364C;
    -ms-box-shadow: 0 3px 0 #24364C;
    box-shadow: 0 3px 0 #24364C;
    background: #35465c;
    border-left: 3px solid #5D6B7D;
}

.apss-theme-7 .apss-xing .count {
    -webkit-box-shadow: 0 3px 0 #004240;
    -moz-box-shadow: 0 3px 0 #004240;
    -ms-box-shadow: 0 3px 0 #004240;
    box-shadow: 0 3px 0 #004240;
    background: #00605e;
    border-left: 3px solid #33807E;
}

.apss-theme-7 .apss-weibo .count {
    -webkit-box-shadow: 0 3px 0 #962424;
    -moz-box-shadow: 0 3px 0 #962424;
    -ms-box-shadow: 0 3px 0 #962424;
    box-shadow: 0 3px 0 #962424;
    background: #be4443;
    border-left: 3px solid #CB6969;
}

.apss-theme-7 .apss-buffer .count {
    -webkit-box-shadow: 0 3px 0 #0A0808;
    -moz-box-shadow: 0 3px 0 #0A0808;
    -ms-box-shadow: 0 3px 0 #0A0808;
    box-shadow: 0 3px 0 #0A0808;
    background: #101010;
    border-left: 3px solid #404040;
}

.apss-theme-7 .apss-email .count {
    -webkit-box-shadow: 0 3px 0 #605E5E;
    -moz-box-shadow: 0 3px 0 #605E5E;
    -ms-box-shadow: 0 3px 0 #605E5E;
    box-shadow: 0 3px 0 #605E5E;
    background: #8f8f8f;
    border-left: 3px solid #A5A5A5;
}

.apss-theme-7 .apss-print .count {
    -webkit-box-shadow: 0 3px 0 #444040;
    -moz-box-shadow: 0 3px 0 #444040;
    -ms-box-shadow: 0 3px 0 #444040;
    box-shadow: 0 3px 0 #444040;
    background: #5e5959;
    border-left: 3px solid #7E7A7A;
}

.apss-theme-7 .apss-whatsapp .count {
    -webkit-box-shadow: 0 3px 0 #449234;
    -moz-box-shadow: 0 3px 0 #449234;
    -ms-box-shadow: 0 3px 0 #449234;
    box-shadow: 0 3px 0 #449234;
    background: #449234;
    border-left: 3px solid #449234;
}


/**----------------------------------------------------
    THEME 8 css
----------------------------------------------------**/

.apss-theme-8 .apss-social-text {
    display: none;
}

.apss-theme-8 .apss-single-icon {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
    position: relative;
    vertical-align: top;
}

.apss-theme-8 .apss-icon-block .fa {
    font-size: 20px;
    padding-right: 10px;
    width: 40px;
    text-align: left;
}

.apss-theme-8 .apss-buffer .fa-buffer {
    background-position: left;
    margin-right: 0;
}

.apss-theme-8 .apss-buffer:hover .fa-buffer {
    background: url("../../images/share/buffer-white.png") no-repeat left center;
}

.apss-theme-8 .apss-icon-block {
    line-height: 32px;
    border-radius: 25px;
    display: inline-block;
    padding: 0 15px;
    -webkit-transition: background 0.5s ease 0s;
    -moz-transition: background 0.5s ease 0s;
    -ms-transition: background 0.5s ease 0s;
    transition: background 0.5s ease 0s;
}

.apss-theme-8 .apss-facebook .apss-icon-block {
    border: 1px solid #3b5998;
    background: none;
    color: #3b5998;
}

.apss-theme-8 .apss-twitter .apss-icon-block {
    border: 1px solid #1dcaff;
    background: none;
    color: #1dcaff;
}

.apss-theme-8 .apss-google-plus .apss-icon-block {
    border: 1px solid #dd4b39;
    background: none;
    color: #dd4b39;
}

.apss-theme-8 .apss-pinterest .apss-icon-block {
    border: 1px solid #C92228;
    background: none;
    color: #C92228;
}

.apss-theme-8 .apss-linkedin .apss-icon-block {
    border: 1px solid #3f729b;
    background: none;
    color: #3f729b;
}

.apss-theme-8 .apss-digg .apss-icon-block {
    border: 1px solid #2169a8;
    background: none;
    color: #2169a8;
}

.apss-theme-8 .apss-delicious .apss-icon-block {
    border: 1px solid #797979;
    background: none;
    color: #797979;
}

.apss-theme-8 .apss-reddit .apss-icon-block, 
.apss-theme-8 .apss-stumbleupon .apss-icon-block {
    border: 1px solid #ff4500;
    background: none;
    color: #ff4500;
}
/**/
.apss-theme-8 .apss-viber .apss-icon-block{
	border: 1px solid #665cac;
    background: none;
    color: #665cac;
}
.apss-theme-8 .apss-fb-messenger .apss-icon-block{
	border: 1px solid #000;
    background: none;
    color: #000;
}
.apss-theme-8 .apss-sms .apss-icon-block{
	border: 1px solid #aaa;
    background: none;
    color: #aaa;
}

.apss-theme-8 .apss-single-icon.apss-viber:hover .apss-icon-block{
	border: 1px solid #665cac;
    background: #665cac;
    color: #ffffff;
}
.apss-theme-8 .apss-single-icon.apss-fb-messenger:hover .apss-icon-block{
	border: 1px solid #000;
    background: #000;
    color: #ffffff;
}
.apss-theme-8 .apss-single-icon.apss-sms:hover .apss-icon-block{
	border: 1px solid #aaa;
    background: #aaa;
    color: #ffffff;
}
/**/
.apss-theme-8 .apss-tumblr .apss-icon-block {
    border: 1px solid #35465c;
    background: none;
    color: #35465c;
}

.apss-theme-8 .apss-vk .apss-icon-block {
    border: 1px solid #35465C;
    background: none;
    color: #35465C;
}

.apss-theme-8 .apss-xing .apss-icon-block {
    border: 1px solid #00605E;
    background: none;
    color: #00605E;
}

.apss-theme-8 .apss-weibo .apss-icon-block {
    border: 1px solid #BE4443;
    background: none;
    color: #BE4443;
}

.apss-theme-8 .apss-buffer .apss-icon-block {
    border: 1px solid #101010;
    background: none;
    color: #101010;
}

.apss-theme-8 .apss-print .apss-icon-block {
    border: 1px solid #5e5959;
    background: none;
    color: #5e5959;
}
.apss-theme-8 .apss-viber .apss-icon-block{
	background: none;
}
.apss-theme-8 .apss-sms .apss-icon-block{
	background: none;
}
.apss-theme-8 .apss-fb-messenger .apss-icon-block{
	background: none;
}
.apss-theme-8 .apss-email .apss-icon-block {
    border: 1px solid #8f8f8f;
    background: none;
    color: #8f8f8f;
}

.apss-theme-8 .apss-whatsapp .apss-icon-block {
    border: 1px solid #449234;
    background: none;
    color: #449234;
}
.apss-theme-8 .apss-single-icon:hover .apss-share{
	opacity:0;
	visibility:hidden;
}

.apss-social-share-sidebar.apss-theme-8 .apss-single-icon:hover .apss-share{
	opacity:1;
	visibility:visible;	
}
.apss-theme-8 .apss-single-icon.apss-facebook:hover .apss-icon-block {
    border: 1px solid #3b5998;
    background: #3b5998;
    color: #ffffff;
}

.apss-theme-8 .apss-single-icon.apss-twitter:hover .apss-icon-block {
    border: 1px solid #1dcaff;
    background: #1dcaff;
    color: #ffffff;
}

.apss-theme-8 .apss-single-icon.apss-google-plus:hover .apss-icon-block {
    border: 1px solid #dd4b39;
    background: #dd4b39;
    color: #ffffff;
}

.apss-theme-8 .apss-single-icon.apss-pinterest:hover .apss-icon-block {
    border: 1px solid #C92228;
    background: #C92228;
    color: #ffffff;
}

.apss-theme-8 .apss-single-icon.apss-linkedin:hover .apss-icon-block {
    border: 1px solid #3f729b;
    background: #3f729b;
    color: #ffffff;
}

.apss-theme-8 .apss-digg.apss-single-icon:hover .apss-icon-block {
    border: 1px solid #2169a8;
    background: #2169a8;
    color: #ffffff;
}

.apss-theme-8 .apss-single-icon.apss-delicious:hover .apss-icon-block {
    border: 1px solid #797979;
    background: #797979;
    color: #ffffff;
}

.apss-theme-8 .apss-single-icon.apss-reddit:hover .apss-icon-block, .apss-theme-8 .apss-single-icon.apss-stumbleupon:hover .apss-icon-block {
    border: 1px solid #ff4500;
    background: #ff4500;
    color: #ffffff;
}

.apss-theme-8 .apss-single-icon.apss-tumblr:hover .apss-icon-block {
    border: 1px solid #35465c;
    background: #35465c;
    color: #ffffff;
}

.apss-theme-8 .apss-single-icon.apss-vk:hover .apss-icon-block {
    border: 1px solid #35465C;
    background: #35465C;
    color: #ffffff;
}

.apss-theme-8 .apss-single-icon.apss-xing:hover .apss-icon-block {
    border: 1px solid #00605E;
    background: #00605E;
    color: #ffffff;
}

.apss-theme-8 .apss-single-icon.apss-weibo:hover .apss-icon-block {
    border: 1px solid #BE4443;
    background: #BE4443;
    color: #ffffff;
}

.apss-theme-8 .apss-single-icon.apss-buffer:hover .apss-icon-block {
    border: 1px solid #101010;
    background: #101010;
    color: #ffffff;
}

.apss-theme-8 .apss-single-icon.apss-print:hover .apss-icon-block {
    border: 1px solid #5e5959;
    background: #5e5959;
    color: #ffffff;
}

.apss-theme-8 .apss-single-icon.apss-email:hover .apss-icon-block {
    border: 1px solid #8f8f8f;
    background: #8f8f8f;
    color: #ffffff;
}

.apss-theme-8 .apss-single-icon.apss-whatsapp:hover .apss-icon-block {
    border: 1px solid #449234;
    background: #449234;
    color: #fff;
}


/* .apss-theme-8.counter-enable .apss-single-icon:hover .apss-share {
    display: inline-block;
    opacity: 0;
    visibility: visible !important;
} */

.apss-theme-8.counter-enable .count {
    font-size: 12px;
    left: 50px;
    position: absolute;
    top: 9px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    -ms-transition: -ms-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    color:#fff;
}

.apss-theme-8.counter-enable .apss-single-icon:hover .count {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    right:0px;
    top: 9px;
}


/*----------------------------------------------------
    THEME 9 css
----------------------------------------------------**/

.apss-theme-9 .apss-social-text, .apss-theme-9 .apss-share {
    display: none;
}

.apss-theme-9 .apss-social-text {
    display: none;
}

.apss-theme-9 .apss-single-icon {
    display: inline-block;
    /* margin-right: 5px; */
    margin-bottom: 8px;
    position: relative;
}

.apss-theme-9 .apss-icon-block .fa {
    font-size: 20px;
    text-align: center;
}

.apss-theme-9 .apss-buffer .fa-buffer {
    background-position: left;
    margin-right: 0;
}

.apss-theme-9 .apss-buffer:hover .fa-buffer {
    background: url("../../images/share/buffer-white.png") no-repeat left center;
}

.apss-theme-9 .apss-icon-block {
    line-height: 36px;
    border-radius: 100%;
    display: inline-block;
    -webkit-transition: background 0.5s ease 0s;
    -moz-transition: background 0.5s ease 0s;
    -ms-transition: background 0.5s ease 0s;
    transition: background 0.5s ease 0s;
    width: 40px;
    height: 40px;
    text-align: center;
}

.apss-theme-9 .apss-facebook .apss-icon-block {
    border: 1px solid #3b5998;
    background: none;
    color: #3b5998;
}

.apss-theme-9 .apss-twitter .apss-icon-block {
    border: 1px solid #1dcaff;
    background: none;
    color: #1dcaff;
}

.apss-theme-9 .apss-google-plus .apss-icon-block {
    border: 1px solid #dd4b39;
    background: none;
    color: #dd4b39;
}

.apss-theme-9 .apss-pinterest .apss-icon-block {
    border: 1px solid #C92228;
    background: none;
    color: #C92228;
}

.apss-theme-9 .apss-linkedin .apss-icon-block {
    border: 1px solid #3f729b;
    background: none;
    color: #3f729b;
}

.apss-theme-9 .apss-digg .apss-icon-block {
    border: 1px solid #2169a8;
    background: none;
    color: #2169a8;
}

.apss-theme-9 .apss-delicious .apss-icon-block {
    border: 1px solid #797979;
    background: none;
    color: #797979;
}

.apss-theme-9 .apss-reddit .apss-icon-block,
 .apss-theme-9 .apss-stumbleupon .apss-icon-block {
    border: 1px solid #ff4500;
    background: none;
    color: #ff4500;
}

.apss-theme-9 .apss-tumblr .apss-icon-block {
    border: 1px solid #35465c;
    background: none;
    color: #35465c;
}

.apss-theme-9 .apss-vk .apss-icon-block {
    border: 1px solid #35465C;
    background: none;
    color: #35465C;
}

.apss-theme-9 .apss-xing .apss-icon-block {
    border: 1px solid #00605E;
    background: none;
    color: #00605E;
}

.apss-theme-9 .apss-weibo .apss-icon-block {
    border: 1px solid #BE4443;
    background: none;
    color: #BE4443;
}

.apss-theme-9 .apss-buffer .apss-icon-block {
    border: 1px solid #101010;
    background: none;
    color: #101010;
}
.apss-theme-9 .apss-viber  .apss-icon-block{
	border:1px solid #665cac;
	background: none;
	color:#665cac;
}
.apss-theme-9 .apss-sms  .apss-icon-block{
	background: none;
	border:1px solid #aaa;
	color:#aaa;
}
.apss-theme-9 .apss-fb-messenger  .apss-icon-block{
	background: none;
	border:1px solid #000;
	color:#000;
}
.apss-theme-9 .apss-print .apss-icon-block {
    border: 1px solid #5e5959;
    background: none;
    color: #5e5959;
}

.apss-theme-9 .apss-email .apss-icon-block {
    border: 1px solid #8f8f8f;
    background: none;
    color: #8f8f8f;
}

.apss-theme-9 .apss-whatsapp .apss-icon-block {
    border: 1px solid #449234;
    background: none;
    color: #449234;
}

.apss-theme-9 .apss-single-icon.apss-facebook:hover .apss-icon-block {
    border: 1px solid #3b5998;
    background: #3b5998;
    color: #ffffff;
}

.apss-theme-9 .apss-single-icon.apss-twitter:hover .apss-icon-block {
    border: 1px solid #1dcaff;
    background: #1dcaff;
    color: #ffffff;
}

.apss-theme-9 .apss-single-icon.apss-google-plus:hover .apss-icon-block {
    border: 1px solid #dd4b39;
    background: #dd4b39;
    color: #ffffff;
}

.apss-theme-9 .apss-single-icon.apss-pinterest:hover .apss-icon-block {
    border: 1px solid #C92228;
    background: #C92228;
    color: #ffffff;
}

.apss-theme-9 .apss-single-icon.apss-linkedin:hover .apss-icon-block {
    border: 1px solid #3f729b;
    background: #3f729b;
    color: #ffffff;
}

.apss-theme-9 .apss-digg.apss-single-icon:hover .apss-icon-block {
    border: 1px solid #2169a8;
    background: #2169a8;
    color: #ffffff;
}

.apss-theme-9 .apss-single-icon.apss-delicious:hover .apss-icon-block {
    border: 1px solid #797979;
    background: #797979;
    color: #ffffff;
}

.apss-theme-9 .apss-single-icon.apss-reddit:hover .apss-icon-block, 
.apss-theme-9 .apss-single-icon.apss-stumbleupon:hover .apss-icon-block {
    border: 1px solid #ff4500;
    background: #ff4500;
    color: #ffffff;
}
.apss-theme-9 .apss-single-icon.apss-viber:hover .apss-icon-block {
    border: 1px solid #665cac;
    background:#665cac;
    color: #fff;
}
.apss-theme-9 .apss-single-icon.apss-fb-messenger:hover .apss-icon-block {
    border: 1px solid #000;
    background:#000;
    color: #fff;
}
.apss-theme-9 .apss-single-icon.apss-sms:hover .apss-icon-block {
    border: 1px solid #aaa;
    background:#aaa;
    color: #fff;
}
.apss-theme-9 .apss-single-icon.apss-tumblr:hover .apss-icon-block {
    border: 1px solid #35465c;
    background: #35465c;
    color: #ffffff;
}

.apss-theme-9 .apss-single-icon.apss-vk:hover .apss-icon-block {
    border: 1px solid #35465C;
    background: #35465C;
    color: #ffffff;
}

.apss-theme-9 .apss-single-icon.apss-xing:hover .apss-icon-block {
    border: 1px solid #00605E;
    background: #00605E;
    color: #ffffff;
}

.apss-theme-9 .apss-single-icon.apss-weibo:hover .apss-icon-block {
    border: 1px solid #BE4443;
    background: #BE4443;
    color: #ffffff;
}

.apss-theme-9 .apss-single-icon.apss-buffer:hover .apss-icon-block {
    border: 1px solid #101010;
    background: #101010;
    color: #ffffff;
}

.apss-theme-9 .apss-single-icon.apss-print:hover .apss-icon-block {
    border: 1px solid #5e5959;
    background: #5e5959;
    color: #ffffff;
}

.apss-theme-9 .apss-single-icon.apss-email:hover .apss-icon-block {
    border: 1px solid #8f8f8f;
    background: #8f8f8f;
    color: #ffffff;
}

.apss-theme-9 .apss-single-icon.apss-whatsapp:hover .apss-icon-block {
    border: 1px solid #449234;
    background: #449234;
    color: #ffffff;
}

.apss-theme-9 .apss-single-icon:hover .fa {
    -webkit-animation: toBottomFromTop 0.5s forwards;
    -moz-animation: toBottomFromTop 0.5s forwards;
    animation: toBottomFromTop 0.5s forwards;
}

@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}


/*----------------------------------------------------
    THEME 10 css
----------------------------------------------------**/

.apss-theme-10 .apss-social-text, .apss-theme-10 .apss-share {
    display: none;
}

.apss-theme-10 .apss-social-text {
    display: none;
}

.apss-theme-10 .apss-single-icon {
    display: inline-block;
    margin: 5px 10px 10px 0;
    position: relative;
    vertical-align: top;
}

.apss-theme-10.counter-enable .apss-single-icon {
    display: inline-block;
    margin: 5px 0 0 10px;
    position: relative;
}

/*.apss-theme-10.counter-enable .apss-email.apss-single-icon,
 .apss-theme-10.counter-enable .apss-print.apss-single-icon {
    margin: 5px 10px 10px 0;
}*/

.apss-theme-10 .apss-icon-block .fa {
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.apss-theme-10 .apss-icon-block:hover .fa {
    font-size: 23px;
}

.apss-theme-10 .apss-buffer .fa-buffer {
    background-position: left;
    margin-right: 0;
}

.apss-theme-10 .apss-buffer .fa-buffer {
    background: url("../../images/share/buffer-white.png") no-repeat left center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.apss-theme-10 .apss-buffer:hover .fa-buffer {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.apss-theme-10 .apss-icon-block {
    line-height: 36px;
    border-radius: 100%;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    z-index: 9;
}

.apss-theme-10 .apss-single-icon.apss-facebook .apss-icon-block {
    border: 1px solid #3b5998;
    background: #3b5998;
    color: #ffffff;
}

.apss-theme-10 .apss-single-icon.apss-facebook .apss-icon-block:after, .apss-theme-10 .apss-single-icon.apss-facebook .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #3b5998;
    -moz-box-shadow: 0 0 0 1px #3b5998;
    -ms-box-shadow: 0 0 0 1px #3b5998;
    box-shadow: 0 0 0 1px #3b5998;
}

.apss-theme-10 .apss-single-icon.apss-twitter .apss-icon-block {
    border: 1px solid #1dcaff;
    background: #1dcaff;
    color: #ffffff;
}

.apss-theme-10 .apss-single-icon.apss-twitter .apss-icon-block:after, .apss-theme-10 .apss-single-icon.apss-twitter .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #1dcaff;
    -moz-box-shadow: 0 0 0 1px #1dcaff;
    -ms-box-shadow: 0 0 0 1px #1dcaff;
    box-shadow: 0 0 0 1px #1dcaff;
}

.apss-theme-10 .apss-single-icon.apss-google-plus .apss-icon-block {
    border: 1px solid #dd4b39;
    background: #dd4b39;
    color: #ffffff;
}

.apss-theme-10 .apss-single-icon.apss-google-plus .apss-icon-block:after, .apss-theme-10 .apss-single-icon.apss-google-plus .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #dd4b39;
    -moz-box-shadow: 0 0 0 1px #dd4b39;
    -ms-box-shadow: 0 0 0 1px #dd4b39;
    box-shadow: 0 0 0 1px #dd4b39;
}

.apss-theme-10 .apss-single-icon.apss-pinterest .apss-icon-block {
    border: 1px solid #C92228;
    background: #C92228;
    color: #ffffff;
}

.apss-theme-10 .apss-single-icon.apss-pinterest .apss-icon-block:after, .apss-theme-10 .apss-single-icon.apss-pinterest .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #c92228;
    -moz-box-shadow: 0 0 0 1px #c92228;
    -ms-box-shadow: 0 0 0 1px #c92228;
    box-shadow: 0 0 0 1px #c92228;
}

.apss-theme-10 .apss-single-icon.apss-linkedin .apss-icon-block {
    border: 1px solid #3f729b;
    background: #3f729b;
    color: #ffffff;
}

.apss-theme-10 .apss-single-icon.apss-linkedin .apss-icon-block:after, .apss-theme-10 .apss-single-icon.apss-linkedin .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #3f729b;
    -moz-box-shadow: 0 0 0 1px #3f729b;
    -ms-box-shadow: 0 0 0 1px #3f729b;
    box-shadow: 0 0 0 1px #3f729b;
}

.apss-theme-10 .apss-digg.apss-single-icon .apss-icon-block {
    border: 1px solid #2169a8;
    background: #2169a8;
    color: #ffffff;
}

.apss-theme-10 .apss-digg.apss-single-icon .apss-icon-block:after, .apss-theme-10 .apss-digg.apss-single-icon .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #2169a8;
    -moz-box-shadow: 0 0 0 1px #2169a8;
    -ms-box-shadow: 0 0 0 1px #2169a8;
    box-shadow: 0 0 0 1px #2169a8;
}

.apss-theme-10 .apss-single-icon.apss-delicious .apss-icon-block {
    border: 1px solid #797979;
    background: #797979;
    color: #ffffff;
}

.apss-theme-10 .apss-single-icon.apss-delicious .apss-icon-block:after, .apss-theme-10 .apss-single-icon.apss-delicious .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #797979;
    -moz-box-shadow: 0 0 0 1px #797979;
    -ms-box-shadow: 0 0 0 1px #797979;
    box-shadow: 0 0 0 1px #797979;
}

.apss-theme-10 .apss-single-icon.apss-reddit .apss-icon-block, .apss-theme-10 .apss-single-icon.apss-stumbleupon .apss-icon-block {
    border: 1px solid #ff4500;
    background: #ff4500;
    color: #ffffff;
}

.apss-theme-10 .apss-single-icon.apss-reddit .apss-icon-block:after, 
.apss-theme-10 .apss-single-icon.apss-reddit .apss-icon-block:hover:after, 
.apss-theme-10 .apss-single-icon.apss-stumbleupon .apss-icon-block:after, 
.apss-theme-10 .apss-single-icon.apss-stumbleupon .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #ff4500;
    -moz-box-shadow: 0 0 0 1px #ff4500;
    -ms-box-shadow: 0 0 0 1px #ff4500;
    box-shadow: 0 0 0 1px #ff4500;
}
.apss-theme-10 .apss-single-icon.apss-viber  .apss-icon-block{
	border: 1px solid #665cac;
	background: #665cac;
	color: #ffffff;
}
.apss-theme-10 .apss-single-icon.apss-fb-messenger .apss-icon-block{
	border: 1px solid #000;
	background: #000;
    color: #ffffff;
}
.apss-theme-10 .apss-single-icon.apss-sms .apss-icon-block{
	border: 1px solid #aaa;
	background: #aaa;
    color: #ffffff;
}
.apss-theme-10 .apss-single-icon.apss-viber  .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #665cac;
    -moz-box-shadow: 0 0 0 1px #665cac;
    -ms-box-shadow: 0 0 0 1px #665cac;
    box-shadow: 0 0 0 1px #665cac;
}
.apss-theme-10 .apss-single-icon.apss-fb-messenger .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #000;
    -moz-box-shadow: 0 0 0 1px #000;
    -ms-box-shadow: 0 0 0 1px #000;
    box-shadow: 0 0 0 1px #000;
}
.apss-theme-10 .apss-single-icon.apss-sms .apss-icon-block:hover:after{
	    -webkit-box-shadow: 0 0 0 1px #aaa;
    -moz-box-shadow: 0 0 0 1px #aaa;
    -ms-box-shadow: 0 0 0 1px #aaa;
    box-shadow: 0 0 0 1px #aaa;
}
.apss-theme-10 .apss-single-icon.apss-tumblr .apss-icon-block {
    border: 1px solid #35465c;
    background: #35465c;
    color: #ffffff;
}

.apss-theme-10 .apss-single-icon.apss-tumblr .apss-icon-block:after, .apss-theme-10 .apss-single-icon.apss-tumblr .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #35465C;
    -moz-box-shadow: 0 0 0 1px #35465C;
    -ms-box-shadow: 0 0 0 1px #35465C;
    box-shadow: 0 0 0 1px #35465C;
}

.apss-theme-10 .apss-single-icon.apss-vk .apss-icon-block {
    border: 1px solid #35465C;
    background: #35465C;
    color: #ffffff;
}

.apss-theme-10 .apss-single-icon.apss-vk .apss-icon-block:after, .apss-theme-10 .apss-single-icon.apss-vk .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #35465C;
    -moz-box-shadow: 0 0 0 1px #35465C;
    -ms-box-shadow: 0 0 0 1px #35465C;
    box-shadow: 0 0 0 1px #35465C;
}

.apss-theme-10 .apss-single-icon.apss-xing .apss-icon-block {
    border: 1px solid #00605E;
    background: #00605E;
    color: #ffffff;
}

.apss-theme-10 .apss-single-icon.apss-xing .apss-icon-block:after, .apss-theme-10 .apss-single-icon.apss-xing .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #00605E;
    -moz-box-shadow: 0 0 0 1px #00605E;
    -ms-box-shadow: 0 0 0 1px #00605E;
    box-shadow: 0 0 0 1px #00605E;
}

.apss-theme-10 .apss-single-icon.apss-weibo .apss-icon-block {
    border: 1px solid #BE4443;
    background: #BE4443;
    color: #ffffff;
}

.apss-theme-10 .apss-single-icon.apss-weibo .apss-icon-block:after, .apss-theme-10 .apss-single-icon.apss-weibo .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #BE4443;
    -moz-box-shadow: 0 0 0 1px #BE4443;
    -ms-box-shadow: 0 0 0 1px #BE4443;
    box-shadow: 0 0 0 1px #BE4443;
}

.apss-theme-10 .apss-single-icon.apss-whatsapp .apss-icon-block {
    border: 1px solid #449234;
    background: #449234;
    color: #ffffff;
}

.apss-theme-10 .apss-single-icon.apss-whatsapp .apss-icon-block:after, .apss-theme-10 .apss-single-icon.apss-whatsapp .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #449234;
    -moz-box-shadow: 0 0 0 1px #449234;
    -ms-box-shadow: 0 0 0 1px #449234;
    box-shadow: 0 0 0 1px #449234;
}

.apss-theme-10 .apss-single-icon.apss-buffer .apss-icon-block {
    border: 1px solid #101010;
    background: #101010;
    color: #ffffff;
}

.apss-theme-10 .apss-single-icon.apss-buffer .apss-icon-block:after, .apss-theme-10 .apss-single-icon.apss-buffer .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #101010;
    -moz-box-shadow: 0 0 0 1px #101010;
    -ms-box-shadow: 0 0 0 1px #101010;
    box-shadow: 0 0 0 1px #101010;
}

.apss-theme-10 .apss-single-icon.apss-print .apss-icon-block {
    border: 1px solid #5e5959;
    background: #5e5959;
    color: #ffffff;
}

.apss-theme-10 .apss-single-icon.apss-print .apss-icon-block:after, .apss-theme-10 .apss-single-icon.apss-print .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #5e5959;
    -moz-box-shadow: 0 0 0 1px #5e5959;
    -ms-box-shadow: 0 0 0 1px #5e5959;
    box-shadow: 0 0 0 1px #5e5959;
}

.apss-theme-10 .apss-single-icon.apss-email .apss-icon-block {
    border: 1px solid #8f8f8f;
    background: #8f8f8f;
    color: #ffffff;
}

.apss-theme-10 .apss-single-icon.apss-email .apss-icon-block:after, .apss-theme-10 .apss-single-icon.apss-email .apss-icon-block:hover:after {
    -webkit-box-shadow: 0 0 0 1px #8f8f8f;
    -moz-box-shadow: 0 0 0 1px #8f8f8f;
    -ms-box-shadow: 0 0 0 1px #8f8f8f;
    box-shadow: 0 0 0 1px #8f8f8f;
}

.apss-theme-10 .apss-icon-block:hover:after {
    box-shadow: 0 0 0 1px #27a4c8;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s ease 0s, opacity 0.5s ease 0s;
    -moz-transition: -moz-transform 0.5s ease 0s, opacity 0.5s ease 0s;
    -ms-transition: -ms-transform 0.5s ease 0s, opacity 0.5s ease 0s;
    transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}

.apss-theme-10 .apss-icon-block:after {
    border-radius: 50%;
    box-shadow: 0 0 0 1px #27a4c8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    height: 100%;
    left: -3px;
    opacity: 0;
    padding: 22px;
    pointer-events: none;
    position: absolute;
    top: -3px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform 0.5s ease 0s, opacity 0.5s ease 0s;
    -moz-transition: -moz-transform 0.5s ease 0s, opacity 0.5s ease 0s;
    -ms-transition: -ms-transform 0.5s ease 0s, opacity 0.5s ease 0s;
    transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
    width: 100%;
}

.apss-theme-10.counter-enable .count {
    border-radius: 0 3px 3px 0;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    margin-left: -12px;
    line-height: 31px;
    padding: 0 15px 0 20px;
    position: relative;
    top: 1px;
    font-size: 14px;
    font-style: italic;
}

.apss-theme-10.counter-enable .apss-facebook .count {
    background: none repeat scroll 0 0 #526faa;
}

.apss-theme-10.counter-enable .apss-twitter .count {
    background: none repeat scroll 0 0 #54D1F7;
}

.apss-theme-10.counter-enable .apss-google-plus .count {
    background: none repeat scroll 0 0 #E06D60;
}

.apss-theme-10.counter-enable .apss-pinterest .count {
    background: none repeat scroll 0 0 #DD5256;
}

.apss-theme-10.counter-enable .apss-linkedin .count {
    background: none repeat scroll 0 0 #618CAD;
}

.apss-theme-10.counter-enable .apss-digg .count {
    background: none repeat scroll 0 0 #427DAF;
}

.apss-theme-10.counter-enable .apss-delicious .count {
    background: none repeat scroll 0 0 #A59D9D;
}

.apss-theme-10.counter-enable .apss-reddit .count {
    background: none repeat scroll 0 0 #F97443;
}

.apss-theme-10.counter-enable .apss-stumbleupon .count {
    background: none repeat scroll 0 0 #F97443;
}

.apss-theme-10.counter-enable .apss-tumblr .count {
    background: none repeat scroll 0 0 #4C6482;
}

.apss-theme-10.counter-enable .apss-vk .count {
    background: none repeat scroll 0 0 #596F89;
}

.apss-theme-10.counter-enable .apss-xing .count {
    background: none repeat scroll 0 0 #228481;
}

.apss-theme-10.counter-enable .apss-weibo .count {
    background: none repeat scroll 0 0 #BC5C5C;
}

.apss-theme-10.counter-enable .apss-buffer .count {
    background: none repeat scroll 0 0 #3D3A3A;
}

.apss-theme-10.counter-enable .apss-email .count {
    background: none repeat scroll 0 0 #A8A3A3;
}

.apss-theme-10.counter-enable .apss-print .count {
    background: none repeat scroll 0 0 #54D1F7;
}

.apss-theme-10.counter-enable .apss-whatsapp .count {
    background: none repeat scroll 0 0 #449234;
}


/*----------------------------------------------------
    THEME 11 css
----------------------------------------------------**/

.apss-theme-11 .apss-single-icon {
    display: inline-block;
    width: auto;
    width: auto;
    position: relative;
    height: 44px;
    margin-bottom: 10px;
    overflow: hidden;
}

.apss-theme-11 .apss-social-text {
    display: none;
}

.apss-theme-11 .apss-single-icon:hover .fa {
    visibility: hidden;
    opacity: 0
}

.apss-theme-11 .apss-share {
    color: #ffffff;
    height: 100%;
    padding: 10px 20px;
    width: 100%;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    position: absolute;
    transition: transform 0.8s ease 0s;
    -webkit-transition: transform 0.8s ease 0s;
    -ms-transition: transform 0.8s ease 0s;
    left: 0;
    background-color: #797976
}

.apss-theme-11 .apss-single-icon:hover {
    background-color: #797976;
}

.apss-theme-11 .apss-single-icon a .fa {
    line-height: 44px;
    color: #fff;
    padding: 0 8px;
    vertical-align: top;
}

.apss-theme-11 .apss-icon-block {
    font-size: 14px;
    min-width: 150px;
    height: 44px;
    width: auto;
    text-align: center;
}

.apss-theme-11 .apss-count {
    position: absolute;
    top: 0;
    right: -23px;
    color: #fff;
    transform: translateX(-24%);
    -webkit-transform: translateX(-24%);
    transition: transform 0.8s ease 0s;
    -webkit-transition: transform 0.8s ease 0s;
    font-size: 15px;
    padding-top: 8px;
    opacity:0;
    visibility:hidden;
}

.apss-theme-11 .apss-single-icon:hover .apss-count{
    opacity:1;
    visibility:visible;	
}
.apss-theme-11 .apss-single-icon:hover .apss-share {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform-transform: translateX(0);
    -webkit-transform: translateX(0);
    width: 100%;
    text-align:left;
}

.apss-theme-11 .apss-single-icon:hover .apss-count {
	display: block;
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
    -webkit-transform: translateX(0);
    width: 100%;
    text-align: right;
    padding-right: 10px;
}

.apss-theme-11 .apss-total-share-count {
    height: 75px;
    vertical-align: middle;
}
.apss-theme-11.apss-social-share .apss-total-share-count{
height:auto;
}
.apss-theme-11 .apss-buffer .fa-buffer {
    background: url("../../images/share/buffer-white.png") no-repeat scroll center center;
    height: 44px
}
.apss-theme-11 .apss-fb-messenger .fa,
.apss-theme-11 .apss-viber  .fa{
	    height: 44px;
}

/*----------------------------------------------------
    THEME 12 css
----------------------------------------------------**/

.apss-theme-12 .apss-share {
    display: none;
}

.apss-theme-12 .fa {
    display: none;
}

.apss-theme-12 .apss-single-icon {
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
}

.apss-theme-12 .apss-icon-block {
    height: 35px;
    text-align: center;
    line-height: 33px;
    padding: 0 10px;
}

.apss-theme-12 .apss-count {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    color: #fff;
    padding: 7px 5px 0;
    transition: all 1.5s;
    display: none;
}

.apss-theme-12 .apss-social-text {
    color: #ffffff;
    font-size: 13px;
    padding: 0 32px 0 15px;
    position: relative;
    z-index: 9;
}

.apss-theme-12 .apss-single-icon:hover:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.apss-theme-12 .apss-single-icon:hover .apss-count {
    display: block;
}


/*----------------------------------------------------
    THEME 13 css
----------------------------------------------------**/

.apss-theme-13 .apss-facebook .apss-icon-block {
    background-color: #f8f8f8;
}

.apss-theme-13 .apss-twitter .apss-icon-block {
    background-color: #f8f8f8;
}

.apss-theme-13 .apss-google-plus .apss-icon-block {
    background-color: #f8f8f8;
}

.apss-theme-13 .apss-pinterest .apss-icon-block {
    background-color: #f8f8f8;
}

.apss-theme-13 .apss-linkedin .apss-icon-block {
    background-color: #f8f8f8;
}

.apss-theme-13 .apss-digg .apss-icon-block {
    background-color: #f8f8f8;
}

.apss-theme-13 .apss-delicious .apss-icon-block {
    background-color: #f8f8f8;
}

.apss-theme-13 .apss-reddit .apss-icon-block, 
.apss-theme-13 .apss-stumbleupon .apss-icon-block {
    background-color: #f8f8f8;
}

.apss-theme-13 .apss-tumblr .apss-icon-block {
    background-color: #f8f8f8;
}

.apss-theme-13 .apss-vk .apss-icon-block {
    background-color: #f8f8f8;
}

.apss-theme-13 .apss-xing .apss-icon-block {
    background-color: #f8f8f8;
}

.apss-theme-13 .apss-weibo .apss-icon-block {
    background-color: #f8f8f8;
}

.apss-theme-13 .apss-buffer .apss-icon-block {
    background-color: #f8f8f8;
}

.apss-theme-13 .apss-print .apss-icon-block {
    background-color: #f8f8f8;
}

.apss-theme-13 .apss-email .apss-icon-block {
    background-color: #f8f8f8;
}
.apss-theme-13 .apss-viber .apss-icon-block,
.apss-theme-13 .apss-fb-messenger  .apss-icon-block,
.apss-theme-13 .apss-sms .apss-icon-block,
.apss-theme-13 .apss-whatsapp .apss-icon-block {
    background-color: #f8f8f8;
}

.apss-theme-13 .apss-single-icon {
    display: block;
    position: relative;
    margin-bottom: 8px;
}

.apss-theme-13 .apss-share {
    display: none;
}

.apss-theme-13 .apss-social-text {
    font-size: 13px;
}

.apss-theme-13 .apss-icon-block {
    padding: 2px 25px 2px 15px;
    border-radius: 4px;
    border: 1px solid #bebebe;
    display: inline-block;
}

.apss-theme-13 .count.apss-count {
    background-color: #2ea2cc;
    border-radius: 3px;
    font-size: 14px;
    padding: 6px 5px 4px;
    padding-top: 6px;
    margin-left: -23px;
    color: #fff;
    display: inline-block;
}

.apss-theme-13.apss-social-share a:hover {
    color: #000 !important;
}


/*----------------------------------------------------
    THEME 14 css
----------------------------------------------------**/

.apss-theme-14 .apss-facebook .apss-icon-block {
    background-color: transparent;
}

.apss-theme-14 .apss-twitter .apss-icon-block {
    background-color: transparent;
}

.apss-theme-14 .apss-google-plus .apss-icon-block {
    background-color: transparent;
}

.apss-theme-14 .apss-pinterest .apss-icon-block {
    background-color: transparent;
}

.apss-theme-14 .apss-linkedin .apss-icon-block {
    background-color: transparent;
}

.apss-theme-14 .apss-digg .apss-icon-block {
    background-color: transparent;
}

.apss-theme-14 .apss-delicious .apss-icon-block {
    background-color: transparent;
}

.apss-theme-14 .apss-reddit .apss-icon-block, 
.apss-theme-14 .apss-stumbleupon .apss-icon-block {
    background-color: transparent;
}

.apss-theme-14 .apss-tumblr .apss-icon-block {
    background-color: transparent;
}

.apss-theme-14 .apss-vk .apss-icon-block {
    background-color: transparent;
}

.apss-theme-14 .apss-xing .apss-icon-block {
    background-color: transparent;
}

.apss-theme-14 .apss-weibo .apss-icon-block {
    background-color: transparent;
}

.apss-theme-14 .apss-buffer .apss-icon-block {
    background-color: transparent;
}

.apss-theme-14 .apss-print .apss-icon-block {
    background-color: transparent;
}

.apss-theme-14 .apss-email .apss-icon-block {
    background-color: transparent;
}

.apss-theme-14 .apss-fb-messenger .apss-icon-block,
.apss-theme-14 .apss-viber .apss-icon-block,
.apss-theme-14 .apss-sms .apss-icon-block {
    background-color: transparent;
}

.apss-theme-14 .apss-single-icon {
    display: inline-block;
    margin-bottom: 3px;
}

.apss-theme-14 .apss-share {
    display: none;
}

.apss-theme-14 .apss-social-text {
    font-size: 14px;
    padding: 0 5px;
}

.apss-theme-14 .apss-icon-block {
    display: inline-block;
}

.apss-theme-14 .apss-count {
    display: inline-block;
    font-size: 14px;
}

.apss-theme-14 .apss-count {
    display: inline-block;
    font-size: 14px;
    padding-right: 10px;
}

.apss-theme-14.apss-social-share a:hover {
    color: #000 !important;
}


/*----------------------------------------------------
    THEME 15 
----------------------------------------------------**/

.apss-theme-15 .apss-social-text {
    display: none;
}

.apss-theme-15 .apss-share {
    display: none;
}

.apss-theme-15 .apss-single-icon {
    border-bottom: none;
    margin-bottom:40px;
    display: inline-block;
    margin-right: 10px
}

.apss-theme-15 .apss-single-icon a {
    color: #fff;
    display: block;
    float: left;
    height: 30px;
    margin: 5px;
    padding: 5px;
    position: relative;
    width: 30px;
    background: none !important;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}

.apss-theme-15 .apss-single-icon a:before {
    content: '';
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #E6E6E6;
    width: 33px;
    height: 33px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.apss-theme-15 .apss-single-icon .apss-icon-block {
    vertical-align: middle;
    line-height: 46px;
    display: inline-block;
}

.apss-theme-15 .apss-icon-block {
    position: relative;
}

.apss-theme-15 .apss-single-icon .fa {
    color: #8A8A8A;
    font-size: 17px;
    line-height: 1;
    position: relative;
    display: block;
}

.apss-theme-15 .apss-share {
    font-size: 13px;
    text-align: center;
    line-height: 1;
    padding: 3px 0 2px;
    text-transform: capitalize;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.apss-theme-15 .count {
    display: block;
    font-size: 13px;
    text-align: center;
    padding: 2px;
    color: #000;
    margin-top: 5px
}

.apss-theme-15 .apss-icon-block a:hover .fa, .apss-theme-15 .apss-single-icon:hover .fa {
    color: #fff;
}

.apss-theme-15 .apss-facebook a:hover:before {
    background-color: #3b5998;
}

.apss-theme-15 .apss-twitter a:hover:before {
    background-color: #1dcaff;
}

.apss-theme-15 .apss-google-plus a:hover:before {
    background-color: #dd4b39;
}

.apss-theme-15 .apss-pinterest a:hover:before {
    background-color: #C92228;
}

.apss-theme-15 .apss-linkedin a:hover:before {
    background-color: #3f729b;
}

.apss-theme-15 .apss-digg a:hover:before {
    background-color: #2169a8;
}

.apss-theme-15 .apss-print a:hover:before {
    background-color: #5e5959;
}

.apss-theme-15 .apss-email a:hover:before {
    background-color: #8f8f8f;
}

.apss-theme-15 .apss-whatsapp a:hover:before {
    background-color: #449234;
}

.apss-theme-15 .apss-single-icon a:hover {
    background-color: #fff;
}

.apss-theme-15 .apss-delicious a:hover:before {
    background-color: #797979;
}

.apss-theme-15 .apss-reddit a:hover:before, .apss-theme-15 .apss-stumbleupon a:hover:before {
    background-color: #ff4500;
}

.apss-theme-15 .apss-tumblr a:hover:before {
    background-color: #35465c;
}

.apss-theme-15 .apss-vk a:hover:before {
    background-color: #35465c;
}

.apss-theme-15 .apss-xing a:hover:before {
    background-color: #00605e;
}

.apss-theme-15 .apss-weibo a:hover:before {
    background-color: #be4443;
}

.apss-theme-15 .apss-buffer a:hover:before {
    background-color: #101010;
}

.apss-theme-15 .apss-print a:hover:before {
    background-color: #5e5959;
}

.apss-theme-15 .apss-email a:hover:before {
    background-color: #8f8f8f;
}

.apss-theme-15 .apss-whatsapp a:hover:before {
    background-color: #f8f8f8;
}
/**/
.apss-theme-15 .apss-viber a:hover:before{
	background-color:#665cac;
}
.apss-theme-15 .apss-sms a:hover:before{
	background-color:#aaa;
}
.apss-theme-15 .apss-fb-messenger a:hover:before{
	background-color:#222;
}
/**/

.apss-theme-15 .apss-single-icon .apss-icon-block {
    background: none;
}

.apss-theme-15 .apss-single-icon.apss-print .count {
    display: none;
}

.apss-theme-15 .apss-single-icon.apss-email .count {
    display: none;
}


/*----------------------------------------------------
    THEME 1 left-sidebar css
----------------------------------------------------**/

.apss-share, .apss-social-text {
    font-weight: 400 !important;
}

.apss-theme-1.apss-sidebar-left .count:after {
    left: 0;
}

.apss-theme-1.apss-sidebar-left .count {
    left: auto;
    right: -80px;
    top: 0 !important;
}

.apss-social-share-sidebar {
    z-index: 9999999;
}

.apss-social-share-sidebar.apss-sidebar-left {
    left: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.apss-social-share-sidebar.apss-sidebar-left .apss-single-icon a {
    margin: 0;
    padding: 0;
    float: none;
}

.apss-social-share-sidebar.apss-theme-1 .apss-icon-block {
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    margin-bottom: 2px;
    overflow: hidden;
    width: 40px;
    -webkit-transition: width 2s ease 0s;
    -moz-transition: width 2s ease 0s;
    transition: width 2s ease 0s;
}

.apss-social-share-sidebar.apss-theme-1 .apss-icon-block:hover {
    width: 100px;
}

.apss-social-share-sidebar.apss-theme-1 .apss-icon-block:before {
    display: none;
}

.apss-social-share-sidebar.apss-theme-1 .apss-facebook .apss-icon-block {
    background-color: #3b5998;
    border: none;
}

.apss-social-share-sidebar.apss-theme-1 .apss-twitter .apss-icon-block {
    background-color: #1dcaff;
    border: none;
}

.apss-social-share-sidebar.apss-theme-1 .apss-google-plus .apss-icon-block {
    background-color: #dd4b39;
    border: none;
}

.apss-social-share-sidebar.apss-theme-1 .apss-pinterest .apss-icon-block {
    background-color: #C92228;
    border: none;
}

.apss-social-share-sidebar.apss-theme-1 .apss-linkedin .apss-icon-block {
    background-color: #3f729b;
    border: none;
}

.apss-social-share-sidebar.apss-theme-1 .apss-digg .apss-icon-block {
    background-color: #2169a8;
    border: none;
}

.apss-social-share-sidebar.apss-theme-1 .apss-delicious .apss-icon-block {
    background-color: #797979;
    border: none;
}

.apss-social-share-sidebar.apss-theme-1 .apss-reddit .apss-icon-block, 
.apss-social-share-sidebar.apss-theme-1 .apss-stumbleupon .apss-icon-block {
    background-color: #ff4500;
    border: none;
}

.apss-social-share-sidebar.apss-theme-1 .apss-tumblr .apss-icon-block {
    background-color: #35465c;
    border: none;
}

.apss-social-share-sidebar.apss-theme-1 .apss-vk .apss-icon-block {
    background-color: #35465C;
    border: none;
}

.apss-social-share-sidebar.apss-theme-1 .apss-xing .apss-icon-block {
    background-color: #00605E;
    border: none;
}

.apss-social-share-sidebar.apss-theme-1 .apss-weibo .apss-icon-block {
    background-color: #BE4443;
    border: none;
}

.apss-social-share-sidebar.apss-theme-1 .apss-buffer .apss-icon-block {
    background-color: #101010;
    border: none;
}
.apss-social-share-sidebar.apss-theme-1 .apss-viber .apss-icon-block{
	background-color:#59267c;
    border: none;
}
.apss-social-share-sidebar.apss-theme-1 .apss-sms .apss-icon-block{
	background-color:#008000;
    border: none;
}
.apss-social-share-sidebar.apss-theme-1 .apss-fb-messenger  .apss-icon-block{
	background-color:#222;
    border: none;
}
.apss-social-share-sidebar.apss-theme-1 .apss-buffer .fa-buffer {
    background-image: url("../../images/share/buffer-white.png");
}
.apss-social-share-sidebar.apss-theme-1 .apss-print .apss-icon-block {
    background-color: #5e5959;
    border: none;
}
.apss-social-share-sidebar.apss-theme-1 .apss-email .apss-icon-block {
    background-color: #8f8f8f;
    border: none;
}

.apss-social-share-sidebar.apss-theme-1 .apss-whatsapp .apss-icon-block {
    background-color: #449234;
    border: none;
}

.apss-social-share-sidebar.apss-theme-1 .apss-icon-block .fa, .apss-social-share-sidebar.apss-theme-1 .apss-icon-block .apss-share {
    color: #ffffff !important;
    margin-left: 3px;
}

.apss-social-share-sidebar.apss-theme-1 .apss-share {
    position: absolute;
    top: 2px;
    display: block;
    left: 40px;
    color: #fff;
    opacity: 0;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: opacity 5s ease 0s;
    -moz-transition: opacity 5s ease 0s;
    -ms-transition: opacity 5s ease 0s;
    transition: opacity 5s ease 0s;
    visibility: hidden;
}

.apss-social-share-sidebar.apss-theme-1 .apss-icon-block:hover .apss-share {
    opacity: 1;
    visibility: visible;
}


/*.apss-social-share-sidebar.apss-theme-1 .count {
    top: -30px;
}

.apss-social-share-sidebar.apss-theme-1 .apss-single-icon a:hover .count{
    top: -20px;
}*/


/*----------------------------------------------------
    THEME 2 left-sidebar css
----------------------------------------------------**/

.apss-social-share-sidebar.apss-theme-2 .apss-icon-block {
    border-radius: 0 25px 25px 0;
    line-height: 40px;
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    min-width: inherit;
        /*background: #1a1a1a none repeat scroll 0 0;*/
        border-radius: 0 20px 20px 0;
}
.apss-social-share-sidebar.apss-theme-2  .apss-display-all .apss-icon-block{
background: #1a1a1a none repeat scroll 0 0;
}
.apss-social-share-sidebar.apss-theme-2 .apss-single-icon .fa {
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    border-radius: 100%;
    float: right;
    height: 32px;
    left: -4px;
    line-height: 28px;
    top: 4px;
    width: 32px;
}

.apss-social-share-sidebar.apss-theme-2 .apss-single-icon:hover .apss-icon-block {
    width: 200px;
}

.apss-social-share-sidebar.apss-theme-2 .apss-social-text {
    /* width: 200px; */
    position: absolute;
    padding: 0;
    margin: 0;
    border: none;
    left: -200px;
    top: 50%;
    margin-top: -15px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
}

.apss-social-share-sidebar.apss-theme-2 .apss-single-icon:hover .apss-social-text {
    left: 10px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    opacity: 1;
    visibility: visible;
}

.apss-social-share-sidebar.apss-theme-2 .count {
    top: 2px;
}

.apss-social-share-sidebar.apss-theme-2 .apss-facebook .fa {
    color: #3b5998;
}

.apss-social-share-sidebar.apss-theme-2 .apss-twitter .fa {
    color: #1dcaff;
}

.apss-social-share-sidebar.apss-theme-2 .apss-google-plus .fa {
    color: #dd4b39;
}

.apss-social-share-sidebar.apss-theme-2 .apss-pinterest .fa {
    color: #C92228;
}

.apss-social-share-sidebar.apss-theme-2 .apss-linkedin .fa {
    color: #3f729b;
}

.apss-social-share-sidebar.apss-theme-2 .apss-digg .fa {
    color: #2169a8;
}

.apss-social-share-sidebar.apss-theme-2 .apss-delicious .fa {
    color: #222222;
}

.apss-social-share-sidebar.apss-theme-2 .apss-stumbleupon .fa, .apss-social-share-sidebar.apss-theme-2 .apss-reddit .fa {
    color: #ff4500;
}

.apss-social-share-sidebar.apss-theme-2 .apss-tumblr .fa {
    color: #35465c;
}

.apss-social-share-sidebar.apss-theme-2 .apss-vk .fa {
    color: #35465c;
}

.apss-social-share-sidebar.apss-theme-2 .apss-xing .fa {
    color: #00605E;
}

.apss-social-share-sidebar.apss-theme-2 .apss-weibo .fa {
    color: #BE4443;
}

.apss-social-share-sidebar.apss-theme-2 .apss-whatsapp .fa {
    color: #449234;
}

.apss-social-share-sidebar.apss-theme-2 .apss-buffer .fa {
    color: #101010;
}

.apss-social-share-sidebar.apss-theme-2 .apss-buffer .fa-buffer:before {
    background: url("../../images/share/buffer.png") no-repeat scroll center center;
}

.apss-social-share-sidebar.apss-theme-2 .apss-print .fa {
    color: #5e5959;
}

.apss-social-share-sidebar.apss-theme-2 .apss-email .fa {
    color: #8f8f8f;
}


/*----------------------------------------------------
    THEME 3 left-sidebar css
----------------------------------------------------**/

.apss-social-share-sidebar.apss-theme-3 .apss-single-icon {
    display: block;
    margin: 0;
}

.apss-social-share-sidebar.apss-theme-3 .apss-icon-block:after {
    display: none;
}

.apss-social-share-sidebar.apss-theme-3 .apss-icon-block {
    background: #333333;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.apss-social-share-sidebar.apss-semi-transparent .apss-icon-block{
	opacity:0.6;
}
.apss-social-share-sidebar.apss-theme-3 .apss-facebook:hover .apss-icon-block, .apss-social-share-sidebar.apss-theme-3 .apss-facebook .count {
    background-color: #3b5998;
    opacity:1;
}

.apss-social-share-sidebar.apss-theme-3 .apss-twitter:hover .apss-icon-block, .apss-social-share-sidebar.apss-theme-3 .apss-twitter .count {
    background-color: #1dcaff;
}

.apss-social-share-sidebar.apss-theme-3 .apss-google-plus:hover .apss-icon-block, .apss-social-share-sidebar.apss-theme-3 .apss-google-plus .count {
    background-color: #dd4b39;
}

.apss-social-share-sidebar.apss-theme-3 .apss-pinterest:hover .apss-icon-block, .apss-social-share-sidebar.apss-theme-3 .apss-pinterest .count {
    background-color: #C92228;
}

.apss-social-share-sidebar.apss-theme-3 .apss-linkedin:hover .apss-icon-block, .apss-social-share-sidebar.apss-theme-3 .apss-linkedin .count {
    background-color: #3f729b;
}
.apss-social-share-sidebar.apss-theme-3 .apss-digg:hover .apss-icon-block, 
.apss-social-share-sidebar.apss-theme-3 .apss-digg .count {
    background-color: #2169a8;
}
.apss-social-share-sidebar.apss-theme-3 .apss-viber:hover .apss-icon-block ,
.apss-social-share-sidebar.apss-theme-3 .apss-viber .count {
	background-color:#665cac;
}
.apss-social-share-sidebar.apss-theme-3 .apss-fb-messenger:hover .apss-icon-block ,
.apss-social-share-sidebar.apss-theme-3 .apss-fb-messenger .count {
	background-color:#000;
}
.apss-social-share-sidebar.apss-theme-3 .apss-sms:hover .apss-icon-block ,
.apss-social-share-sidebar.apss-theme-3 .apss-fb-messenger .count {
	background-color:#aaa;
}
.apss-social-share-sidebar.apss-theme-3 .apss-viber:hover .apss-icon-block ,
.apss-social-share-sidebar.apss-theme-3 .apss-viber .count {
}
.apss-social-share-sidebar.apss-theme-3 .apss-reddit:hover .apss-icon-block, .apss-social-share-sidebar.apss-theme-3 .apss-reddit .count, .apss-social-share-sidebar.apss-theme-3 .apss-stumbleupon:hover .apss-icon-block, .apss-social-share-sidebar.apss-theme-3 .apss-stumbleupon .count {
    background-color: #ff4500;
}

.apss-social-share-sidebar.apss-theme-3 .apss-delicious:hover .apss-icon-block, .apss-social-share-sidebar.apss-theme-3 .apss-delicious .count {
    background-color: #797979;
}

.apss-social-share-sidebar.apss-theme-3 .apss-tumblr:hover .apss-icon-block, .apss-social-share-sidebar.apss-theme-3 .apss-tumblr .count {
    background-color: #35465c;
    opacity:1;
}

.apss-social-share-sidebar.apss-theme-3 .apss-vk:hover .apss-icon-block, .apss-social-share-sidebar.apss-theme-3 .apss-vk .count {
    background-color: #35465C;
}

.apss-social-share-sidebar.apss-theme-3 .apss-xing:hover .apss-icon-block, .apss-social-share-sidebar.apss-theme-3 .apss-xing .count {
    background-color: #00605E;
}

.apss-social-share-sidebar.apss-theme-3 .apss-weibo:hover .apss-icon-block, .apss-social-share-sidebar.apss-theme-3 .apss-weibo .count {
    background-color: #BE4443;
}

.apss-social-share-sidebar.apss-theme-3 .apss-buffer:hover .apss-icon-block, .apss-social-share-sidebar.apss-theme-3 .apss-buffer .count {
    background-color: #101010;
}

.apss-social-share-sidebar.apss-theme-3 .apss-print:hover .apss-icon-block, .apss-social-share-sidebar.apss-theme-3 .apss-print .count {
    background-color: #5e5959;
}

.apss-social-share-sidebar.apss-theme-3 .apss-email:hover .apss-icon-block, .apss-social-share-sidebar.apss-theme-3 .apss-email .count {
    background-color: #8f8f8f;
}

.apss-social-share-sidebar.apss-theme-3 .apss-whatsapp:hover .apss-icon-block, .apss-social-share-sidebar.apss-theme-3 .apss-whatsapp .count {
    background-color: #449234;
}

.apss-social-share-sidebar.apss-theme-3 .apss-facebook .count:after {
    border-right: 5px solid #3b5998;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.apss-social-share-sidebar.apss-theme-3 .apss-twitter .count:after {
    border-right: 5px solid #1dcaff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.apss-social-share-sidebar.apss-theme-3 .apss-google-plus .count:after {
    border-right: 5px solid #dd4b39;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.apss-social-share-sidebar.apss-theme-3 .apss-pinterest .count:after {
    border-right: 5px solid #C92228;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.apss-social-share-sidebar.apss-theme-3 .apss-linkedin .count:after {
    border-right: 5px solid #3f729b;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.apss-social-share-sidebar.apss-theme-3 .apss-digg .count:after {
    border-right: 5px solid #2169a8;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.apss-social-share-sidebar.apss-theme-3 .apss-reddit .count:after, .apss-social-share-sidebar.apss-theme-3 .apss-stumbleupon .count:after {
    border-right: 5px solid #ff4500;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.apss-social-share-sidebar.apss-theme-3 .apss-delicious .count:after {
    border-right: 5px solid #797979;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.apss-social-share-sidebar.apss-theme-3 .apss-tumblr .count:after {
    border-right: 5px solid #35465c;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.apss-social-share-sidebar.apss-theme-3 .apss-vk .count:after {
    border-right: 5px solid #35465C;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.apss-social-share-sidebar.apss-theme-3 .apss-xing .count:after {
    border-right: 5px solid #00605E;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.apss-social-share-sidebar.apss-theme-3 .apss-weibo .count:after {
    border-right: 5px solid #BE4443;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.apss-social-share-sidebar.apss-theme-3 .apss-buffer .count:after {
    border-right: 5px solid #101010;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.apss-social-share-sidebar.apss-theme-3 .apss-print .count:after {
    border-right: 5px solid #5e5959;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.apss-social-share-sidebar.apss-theme-3 .apss-email .count:after {
    border-right: 5px solid #8f8f8f;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.apss-social-share-sidebar.apss-theme-3 .apss-whatsapp .count:after {
    border-right: 5px solid #449234;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.apss-social-share-sidebar.apss-theme-3 .apss-single-icon .count {
    left: 100px;
    top: 6px;
}

.apss-social-share-sidebar.apss-theme-3 .apss-single-icon:hover .count {
    left: 85px;
}

.apss-social-share-sidebar.apss-theme-3 .apss-single-icon .count:after {
    left: -5px;
    bottom: auto;
    top: 50%;
    margin-top: -5px;
}

.apss-social-share-sidebar.apss-semi-transparent .apss-single-icon:hover .apss-icon-block{
	opacity:1;
}
/*----------------------------------------------------
    THEME 4 left-sidebar css
----------------------------------------------------**/

.apss-social-share-sidebar.apss-theme-4 .apss-single-icon {
    display: block;
}

.apss-social-share-sidebar.apss-theme-4 .apss-icon-block {
    border-radius: 0;
    margin-bottom: 3px;
    position: relative;
    z-index: 9;
}

.apss-social-share-sidebar.apss-theme-4 .apss-icon-block:before {
    border-bottom: 18px solid transparent;
    border-top: 18px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -19px;
    top: 0px;
    width: 0;
    z-index: 9;
}
.apss-social-share-sidebar.apss-theme-4 .apss-icon-block:before {
    border-bottom: 18px solid transparent;
    border-top: 18px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -19px;
    top: 0px;
    width: 0;
    z-index: 9;
}
.apss-social-share-sidebar.apss-theme-4 .apss-facebook .apss-icon-block:before {
    border-left: 19px solid #3b5998;
}

.apss-social-share-sidebar.apss-theme-4 .apss-twitter .apss-icon-block:before {
    border-left: 19px solid #1dcaff;
}

.apss-social-share-sidebar.apss-theme-4 .apss-google-plus .apss-icon-block:before {
    border-left: 19px solid #dd4b39;
}
/**/
.apss-social-share-sidebar.apss-theme-4 .apss-viber .apss-icon-block:before {
    border-left: 19px solid #665cac;
}
.apss-social-share-sidebar.apss-theme-4 .apss-sms .apss-icon-block:before {
    border-left: 19px solid #aaa;
}
.apss-social-share-sidebar.apss-theme-4 .apss-fb-messenger .apss-icon-block:before {
    border-left: 19px solid #000;
}
 /**/
.apss-social-share-sidebar.apss-theme-4 .apss-pinterest .apss-icon-block:before {
    border-left: 19px solid #C92228;
}

.apss-social-share-sidebar.apss-theme-4 .apss-linkedin .apss-icon-block:before {
    border-left: 19px solid #3f729b;
}

.apss-social-share-sidebar.apss-theme-4 .apss-digg .apss-icon-block:before {
    border-left: 19px solid #2169a8;
}

.apss-social-share-sidebar.apss-theme-4 .apss-reddit .apss-icon-block:before, .apss-social-share-sidebar.apss-theme-4 .apss-stumbleupon .apss-icon-block:before {
    border-left: 19px solid #ff4500;
}

.apss-social-share-sidebar.apss-theme-4 .apss-delicious .apss-icon-block:before {
    border-left: 19px solid #797979;
}

.apss-social-share-sidebar.apss-theme-4 .apss-tumblr .apss-icon-block:before {
    border-left: 19px solid #35465c;
}

.apss-social-share-sidebar.apss-theme-4 .apss-vk .apss-icon-block:before {
    border-left: 19px solid #35465C;
}

.apss-social-share-sidebar.apss-theme-4 .apss-xing .apss-icon-block:before {
    border-left: 19px solid #00605E;
}

.apss-social-share-sidebar.apss-theme-4 .apss-weibo .apss-icon-block:before {
    border-left: 19px solid #BE4443;
}

.apss-social-share-sidebar.apss-theme-4 .apss-buffer .apss-icon-block:before {
    border-left: 19px solid #101010;
}

.apss-social-share-sidebar.apss-theme-4 .apss-print .apss-icon-block:before {
    border-left: 19px solid #5e5959;
}

.apss-social-share-sidebar.apss-theme-4 .apss-email .apss-icon-block:before {
    border-left: 19px solid #8f8f8f;
}

.apss-social-share-sidebar.apss-theme-4 .apss-whatsapp .apss-icon-block:before {
    border-left: 19px solid #449234;
}

.apss-social-share-sidebar.apss-theme-4 .apss-single-icon a:hover .apss-icon-block:after {
    display: none;
}

.apss-social-share-sidebar.apss-theme-4 a:hover .fa {
    color: #fff !important;
}

.apss-social-share-sidebar.apss-theme-4 .apss-share {
    display: block;
}

.apss-social-share-sidebar.apss-theme-4 .apss-share {
    display: block;
    height: 36px;
    line-height: 36px;
    position: absolute;
    top: 0;
    opacity: 0;
    font-size: 14px;
    left: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease 0s, opacity 0.5s ease 0s;
    -moz-transition: all 1s ease 0s, opacity 0.5s ease 0s;
    -ms-transition: all 1s ease 0s, opacity 0.5s ease 0s;
    transition: all 1s ease 0s, opacity 0.5s ease 0s;
    padding: 0 20px 0 40px;
    border-radius: 0 3px 3px 0;
}

.apss-social-share-sidebar.apss-theme-4 .apss-single-icon:hover .apss-share {
    left: 36px;
    opacity: 1;
    visibility: visible;
}

.apss-social-share-sidebar.apss-theme-4 .apss-facebook .apss-share, .apss-social-share-sidebar.apss-theme-4 .apss-facebook .count {
    background-color: #627AAD;
}

.apss-social-share-sidebar.apss-theme-4 .apss-twitter .apss-share, .apss-social-share-sidebar.apss-theme-4 .apss-twitter .count {
    background-color: #4AD5FF;
}

.apss-social-share-sidebar.apss-theme-4 .apss-google-plus .apss-share, .apss-social-share-sidebar.apss-theme-4 .apss-google-plus .count {
    background-color: #E46F61;
}

.apss-social-share-sidebar.apss-theme-4 .apss-pinterest .apss-share, .apss-social-share-sidebar.apss-theme-4 .apss-pinterest .count {
    background-color: #C92228;
}

.apss-social-share-sidebar.apss-theme-4 .apss-linkedin .apss-share, .apss-social-share-sidebar.apss-theme-4 .apss-linkedin .count {
    background-color: #658EAF;
}

.apss-social-share-sidebar.apss-theme-4 .apss-digg .apss-share, .apss-social-share-sidebar.apss-theme-4 .apss-digg .count {
    background-color: #4D87B9;
}

.apss-social-share-sidebar.apss-theme-4 .apss-reddit .apss-share, .apss-social-share-sidebar.apss-theme-4 .apss-reddit .count, .apss-social-share-sidebar.apss-theme-4 .apss-stumbleupon .apss-share, .apss-social-share-sidebar.apss-theme-4 .apss-stumbleupon .count {
    background-color: #FF6A33;
}

.apss-social-share-sidebar.apss-theme-4 .apss-delicious .apss-share, .apss-social-share-sidebar.apss-theme-4 .apss-delicious .count {
    background-color: #949494;
}

.apss-social-share-sidebar.apss-theme-4 .apss-tumblr .apss-share, .apss-social-share-sidebar.apss-theme-4 .apss-tumblr .count {
    background-color: #5D6B7D;
}

.apss-social-share-sidebar.apss-theme-4 .apss-vk .apss-share, .apss-social-share-sidebar.apss-theme-4 .apss-vk .count {
    background-color: #5D6B7D;
}

.apss-social-share-sidebar.apss-theme-4 .apss-xing .apss-share, .apss-social-share-sidebar.apss-theme-4 .apss-xing .count {
    background-color: #33807E;
}

.apss-social-share-sidebar.apss-theme-4 .apss-weibo .apss-share, .apss-social-share-sidebar.apss-theme-4 .apss-weibo .count {
    background-color: #CB6969;
}

.apss-social-share-sidebar.apss-theme-4 .apss-buffer .apss-share, .apss-social-share-sidebar.apss-theme-4 .apss-buffer .count {
    background-color: #404040;
}

.apss-social-share-sidebar.apss-theme-4 .apss-print .apss-share, .apss-social-share-sidebar.apss-theme-4 .apss-print .count {
    background-color: #7E7A7A;
}

.apss-social-share-sidebar.apss-theme-4 .apss-email .apss-share, .apss-social-share-sidebar.apss-theme-4 .apss-email .count {
    background-color: #A5A5A5;
}

.apss-social-share-sidebar.apss-theme-4 .apss-whatsapp .apss-share, .apss-social-share-sidebar.apss-theme-4 .apss-whatsapp .count {
    background-color: #72be62;
}


/*----------------------------------------------------
    THEME 4 left-sidebar-counter css
----------------------------------------------------**/

.apss-social-share-sidebar.apss-theme-4 .apss-share {
    display: block;
}

.apss-social-share-sidebar.apss-theme-4 .count {
    display: block;
    height: 36px;
    line-height: 36px;
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease 0s, opacity 0.5s ease 0s;
    -moz-transition: all 1s ease 0s, opacity 0.5s ease 0s;
    -ms-transition: all 1s ease 0s, opacity 0.5s ease 0s;
    transition: all 1s ease 0s, opacity 0.5s ease 0s;
    padding: 0 !important;
    border-radius: 0 3px 3px 0;
    color: #ffffff;
    width: 100px;
    text-align: center;
}

.apss-social-share-sidebar.apss-theme-4.counter-enable .apss-share {
    display: none;
}

.apss-social-share-sidebar.apss-theme-4 .apss-single-icon:hover .count {
    left: 36px;
    opacity: 1;
    visibility: visible;
}


/*----------------------------------------------------
    THEME 1 bottom-sidebar-left css
----------------------------------------------------**/

.apss-social-share-sidebar.apss-sidebar-bottom_left {
    bottom: 0;
    position: fixed;
    left: 0px;
    width: 100%;
}

.apss-social-share-sidebar.apss-theme-1 .apss-single-icon a {
    margin: 0 5px 0 0;
}

.apss-social-share-sidebar.apss-theme-1.apss-sidebar-bottom_left .apss-single-icon a:hover .count {
    top: -22px;
}


/*.apss-social-share-sidebar.apss-theme-1 .count {
    top: -30px;
}*/


/*----------------------------------------------------
    THEME 1 bottom-sidebar-left css
----------------------------------------------------**/

.apss-social-share-sidebar.apss-sidebar-bottom_left {
    bottom: 0;
    position: fixed;
    left: 30px;
    width: 100%;
}

.apss-social-share-sidebar.apss-sidebar-bottom_right {
    bottom: 0;
    position: fixed;
    right: 0;
    width: 100%;
    left: auto;
}

.apss-social-share-sidebar.apss-sidebar-bottom_right .apss-single-icon {
    float: right;
}


/*----------------------------------------------------
    THEME 2 bottom-sidebar-left css
----------------------------------------------------**/

.apss-social-share-sidebar.apss-theme-2 .apss-single-icon a {
    margin: 0 5px 0 0;
}

.apss-social-share-sidebar.apss-theme-2.apss-sidebar-bottom_left .apss-single-icon a:hover .count, .apss-social-share-sidebar.apss-theme-2.apss-sidebar-bottom_right .apss-single-icon a:hover .count {
    top: -82px;
}

.apss-social-share-sidebar.apss-theme-2.apss-sidebar-bottom_left .count, .apss-social-share-sidebar.apss-theme-2.apss-sidebar-bottom_right .count {
    top: -82px;
}

.apss-social-share-sidebar.apss-theme-2.apss-sidebar-bottom_left .apss-icon-block, .apss-social-share-sidebar.apss-theme-2.apss-sidebar-bottom_right .apss-icon-block {
    -moz-transform: rotate(270deg) translateX(0);
    -webkit-transform: rotate(270deg) translateX(0);
    -ms-transform: rotate(270deg) translateX(0);
    transform: rotate(270deg) translateX(0);
    margin-bottom: 0;
    ;
}

.apss-social-share-sidebar.apss-theme-2.apss-sidebar-bottom_left .apss-icon-block:hover, .apss-social-share-sidebar.apss-theme-2.apss-sidebar-bottom_right .apss-icon-block:hover {
    -moz-transform: rotate(270deg) translateX(42%);
    -webkit-transform: rotate(270deg) translateX42%);
    -ms-transform: rotate(270deg) translateX(42%);
    transform: rotate(270deg) translateX(42%);
}
.apss-social-share-sidebar.apss-theme-2.apss-sidebar-bottom_left .apss-twitter .apss-icon-block:hover, .apss-social-share-sidebar.apss-theme-2.apss-sidebar-bottom_right .apss-twitter .apss-icon-block:hover, .apss-social-share-sidebar.apss-theme-2.apss-sidebar-bottom_left .apss-email .apss-icon-block:hover, .apss-social-share-sidebar.apss-theme-2.apss-sidebar-bottom_right .apss-email .apss-icon-block:hover, .apss-social-share-sidebar.apss-theme-2.apss-sidebar-bottom_left .apss-print .apss-icon-block:hover, .apss-social-share-sidebar.apss-theme-2.apss-sidebar-bottom_right .apss-print .apss-icon-block:hover {
    -moz-transform: rotate(270deg) translateX(28%);
    -webkit-transform: rotate(270deg) translateX28%);
    -ms-transform: rotate(270deg) translateX(28%);
    transform: rotate(270deg) translateX(28%);
}
.apss-theme-2.apss-sidebar-bottom_left .apss-single-icon .fa:before, .apss-theme-2.apss-sidebar-bottom_right .apss-single-icon .fa:before {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.apss-theme-2.apss-sidebar-bottom_left .apss-single-icon a:hover .fa:before, 
.apss-theme-2.apss-sidebar-bottom_right .apss-single-icon a:hover .fa:before {
    -moz-transform: rotate(450deg);
    -webkit-transform: rotate(450deg);
    -ms-transform: rotate(450deg);
    transform: rotate(450deg);
}
.apss-theme-2.apss-sidebar-bottom_left .apss-single-icon a:hover .fa-fb-messenger:before,
.apss-theme-2.apss-sidebar-bottom_right .apss-single-icon a:hover .fa-fb-messenger:before,
.apss-theme-2.apss-sidebar-bottom_left .apss-single-icon a:hover .fa.fa-viber:before,
.apss-theme-2.apss-sidebar-bottom_right .apss-single-icon a:hover .fa.fa-viber:before{
	-webkit-transform: rotate(0deg) translate(0 , 0);
    -ms-transform: rotate(0deg) translate(0 , 0);
    transform: rotate(0deg) translate(0 , 0);
    left: 8px;
    top: 8px;
}
.apss-social-share-sidebar.apss-theme-2.apss-sidebar-bottom_left .apss-single-icon:hover .apss-icon-block, .apss-social-share-sidebar.apss-theme-2.apss-sidebar-bottom_right .apss-single-icon:hover .apss-icon-block {
    margin-left: -156px;
    margin-right: -156px;
    width: 350px;
}

.apss-social-share-sidebar.apss-theme-2.apss-sidebar-bottom_left .apss-single-icon:hover .apss-social-text, .apss-social-share-sidebar.apss-theme-2.apss-sidebar-bottom_right .apss-single-icon:hover .apss-social-text {
    left: 20px;
}
/*----------------------------------------------------
    THEME 3 bottom-sidebar-left css
----------------------------------------------------*/

.apss-social-share-sidebar.apss-theme-3.apss-sidebar-bottom_left .apss-single-icon {
    display: inline-block;
}
.apss-social-share-sidebar.apss-theme-3.apss-sidebar-bottom_right .apss-single-icon {
    margin-left: 0px;
}

.apss-social-share-sidebar.apss-theme-3.apss-sidebar-bottom_left .apss-single-icon .count, .apss-social-share-sidebar.apss-theme-3.apss-sidebar-bottom_right .apss-single-icon .count {
    left: 0;
    margin-left: -10px;
    right: auto;
    top: -34px;
    left: -50%;
}

.apss-social-share-sidebar.apss-theme-3.apss-sidebar-bottom_left .apss-single-icon .count:after, .apss-social-share-sidebar.apss-theme-3.apss-sidebar-bottom_right .apss-single-icon .count:after {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);

    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 29px;
    left: 50%;
    margin-left: -4px;
}


/*----------------------------------------------------
    THEME 4 bottom-sidebar-left css
----------------------------------------------------**/

.apss-social-share-sidebar.apss-theme-4.apss-sidebar-bottom_left .apss-icon-block, .apss-social-share-sidebar.apss-theme-4.apss-sidebar-bottom_right .apss-icon-block {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    margin: 0;
}

.apss-theme-4.apss-sidebar-bottom_left .apss-single-icon a, .apss-theme-4.apss-sidebar-bottom_right .apss-single-icon a {
    margin-bottom: 0;
}

.apss-theme-4.apss-sidebar-bottom_left .apss-single-icon .fa, .apss-theme-4.apss-sidebar-bottom_right .apss-single-icon .fa {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.apss-social-share-sidebar.apss-theme-4.apss-sidebar-bottom_left .apss-single-icon {
    display: inline-block;
}


/*----------------------------------------------------
    THEME 1 right-sidebar css
----------------------------------------------------**/

.apss-social-share-sidebar.apss-sidebar-right {
    top: 50%;
    position: fixed;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.apss-social-share-sidebar.apss-theme-1.apss-sidebar-right .apss-single-icon .apss-icon-block {
    margin: 0;
    float: none;
}

.apss-social-share-sidebar.apss-theme-1.apss-sidebar-right .apss-single-icon a {
    float: none;
    margin: 0;
}

.apss-social-share-sidebar.apss-theme-1.apss-sidebar-right .apss-share, .apss-theme-1.apss-sidebar-right .apss-icon-block .fa {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    vertical-align: middle;
    line-height: 36px;
}

.apss-social-share-sidebar.apss-theme-1.apss-sidebar-right .apss-single-icon {
    float: right;
    clear: both;
    margin-bottom: 5px;
}

.apss-theme-1.apss-sidebar-right .count {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    right: 70px;
    left: auto;
}

.apss-theme-1.apss-sidebar-right .apss-single-icon a:hover .count {
    left: -30px;
    right: auto;
    top: 0;
}
.apss-social-share-sidebar.apss-sidebar-right .apss-floating-social-networks .apss-single-icon a {
    display:block;
    position: relative;
    /*float: right;*/
    clear: both;
}
.apss-social-share-sidebar.apss-sidebar-right.apss-theme-3 .apss-floating-social-networks .apss-single-icon a,
.apss-social-share-sidebar.apss-sidebar-right.apss-theme-4 .apss-floating-social-networks .apss-single-icon a {
	float: right;
}
/*----------------------------------------------------
    THEME 1 right-sidebar css
----------------------------------------------------**/

.apss-social-share-sidebar.apss-theme-2.apss-sidebar-right .apss-icon-block {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.apss-social-share-sidebar.apss-theme-2.apss-sidebar-right .apss-single-icon a {
    margin: 0;
    /*float: none;*/
}

.apss-social-share-sidebar.apss-theme-2.apss-sidebar-right .apss-single-icon {
    float: right;
    clear: both;
}

.apss-social-share-sidebar.apss-theme-2.apss-sidebar-right .apss-social-text, .apss-theme-2.apss-sidebar-right .apss-icon-block .fa {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    vertical-align: top;
    line-height: 25px;
    text-align: right;
}

.apss-theme-2.apss-sidebar-right .apss-single-icon a:hover .fa:before {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.apss-theme-2.apss-sidebar-right .apss-single-icon a:hover .count {
    right: auto;
    left: -70px;
}

.apss-theme-2.apss-sidebar-right .count:after, .apss-social-share-sidebar.apss-theme-3.apss-sidebar-right .count:after, .apss-social-share-sidebar.apss-theme-1.apss-sidebar-right .count:after {
    left: auto;
    right: -10px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*----------------------------------------------------
    THEME 3 right-sidebar css
----------------------------------------------------**/

.apss-social-share-sidebar.apss-theme-3.apss-sidebar-right .apss-single-icon:hover .count {
    left: -50px;
}

.apss-social-share-sidebar.apss-theme-3.apss-sidebar-right .apss-single-icon .count {
    left: -60px;
}


/*----------------------------------------------------
    THEME 4 right-sidebar css
----------------------------------------------------**/

.apss-social-share-sidebar.apss-theme-4.apss-sidebar-right .apss-icon-block {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 0;
}

.apss-theme-4.apss-sidebar-right .apss-single-icon a {
    margin-right: 0;
}

.apss-theme-4.apss-sidebar-right .apss-single-icon .fa, .apss-theme-4.apss-sidebar-right .apss-single-icon .apss-share, .apss-theme-4.apss-sidebar-right .apss-single-icon .count {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.apss-theme-4.apss-sidebar-right .apss-single-icon .apss-share, .apss-theme-4.apss-sidebar-right .apss-single-icon .count {
    padding: 0 40px 0 20px;
    border-radius: 3px 0 0 3px;
}

.apss-theme-4.apss-sidebar-right .apss-single-icon:hover .count {
    left: -136px;
}

.apss-theme-4.apss-sidebar-right .apss-single-icon .count {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.apss-theme-4.apss-sidebar-bottom_left .apss-single-icon .count, .apss-theme-4.apss-sidebar-bottom_right .apss-single-icon .count {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.apss-social-share-sidebar.apss-theme-4.apss-sidebar-bottom_left .apss-single-icon .count, .apss-social-share-sidebar.apss-theme-4.apss-sidebar-bottom_right .apss-single-icon .count {
    left: -32px;
}

.apss-social-share-sidebar.apss-theme-4.apss-sidebar-bottom_left .apss-single-icon:hover .count, .apss-social-share-sidebar.apss-theme-4.apss-sidebar-bottom_right .apss-single-icon:hover .count {
    left: -32px;
    opacity: 1;
    visibility: visible;
    top: -69px;
}


/*----------------------------------------------------
    Email Pop up design
----------------------------------------------------**/

.apss_email_share_popup, .apss-social-share-popup.apss-theme-2 {
    box-shadow: 0 0 5px #cccccc;
    left: 50%;
    margin-left: -300px;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    width: 600px;
    padding: 15px;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    /* IE6-9 */
}

.apss-social-share-popup.apss-theme-2 {
    margin-left: -245px;
    margin-top: -10px;
    top: 50%;
    width: 490px;
    z-index: 9999;
}

.apss-popup-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

body {
    position: relative;
}

.apss_popup_top .title, .apss_share_popup {
    background: none repeat scroll 0 0 #333333;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    padding: 5px 6px;
    text-shadow: 0 2px 1px #333333;
    text-transform: uppercase;
    display: block;
    width: 100%;
}

.apss_share_popup {
    margin-bottom: 10px;
}

.apss_email_share_popup_close, #apss_close_popup {
    position: absolute;
    right: -15px;
    background: #333333;
    border: 2px solid #fff;
    height: 30px;
    width: 30px;
    color: #fff;
    border-radius: 100%;
    top: -15px;
    text-align: center;
    cursor: pointer;
}

.apss_email_popup_form input, .apss_email_popup_message textarea {
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: -1px -1px 1px #cccccc inset;
    color: #000000;
    font-size: 15px;
    height: 36px;
    width: 100%;
}

.apss-email-block {
    margin-top: 10px;
}

.apss_email_popup_message textarea {
    width: 100%;
    height: 120px;
}

.apss-the-button, .apss-the-button:active {
    background: none repeat scroll 0 0 #808080;
    border: medium none;
    margin-top: 10px;
    width: 110px;
    -webkit-transition: background 0.5s ease 0s;
    -moz-transition: background 0.5s ease 0s;
    -ms-transition: background 0.5s ease 0s;
    transition: background 0.5s ease 0s;
    display: inline-block;
    float: left;
}

.apss-the-button:hover, .apss-the-button:focus {
    background: #707070;
}

.apss_email_popup_loading {
    display: inline-block;
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}

.apss_email_popup_form .error {
    color: red;
    margin-top: 5px;
}

.apss_email_popup_result {
    color: #008000;
}

.apss-share-text {
    opacity: 0.4;
    line-height: 16px;
    color: #333;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom:10px;
}

.apss-total-share-count {
    display: inline-block;
}

.apss-floating-social-networks .apss-total-share-count {
    font-size: 13px;
    border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
    width: 106px;
    display: block;
    text-align: right;
    padding: 6px;
    background-color: #fff
}

.apss-total-shares {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    margin-top: 11px;
}

.apss-total-text {
    display: block;
    line-height: 9px;
}

.apss-sidebar-right .apss-total-share-count, .apss-sidebar-right .apss-floating-bar-show-hide {
    float: right;
    clear: both;
    margin-right: 0
}

.apss-count-number {
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.apss-floating-bar-show-hide {
    font: normal normal normal 14px/1 AKFontAwesome;
    position: relative;
    width: 32px;
    font-size: 24px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    visibility: visible;
    opacity: 1;
    cursor: pointer;
    margin-top: 10px;
    font-size: 30px;
}

.apss-sidebar-bottom_right .apss-floating-bar-show-hide, .apss-sidebar-bottom_left .apss-floating-bar-show-hide {
    moz-transform: rotate(270deg) translateX(0);
    -webkit-transform: rotate(270deg) translateX(0);
    -ms-transform: rotate(270deg) translateX(0);
    transform: rotate(270deg) translateX(0);
    margin-bottom: 0;
}

.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    float: right;
    position: relative;
}

.apss-floating-bar-show-hide {
    font: normal normal normal 14px/1 AKFontAwesome;
    position: relative;
    width: 32px;
    font-size: 24px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    background-color: #949494;
    padding: 4px;
}

.apss-sidebar-bottom_left .apss-floating-bar-show-hide {
    left: -20px;
    bottom: -65px;
    float: left;
}

.apss-social-share-sidebar:hover .apss-floating-bar-show-hide, .apss-social-share-sidebar .apss-floating-bar-show-hide.apss-hidden {
    visibility: visible;
    opacity: 1
}

.apss-social-share-sidebar .apss-floating-bar-show-hide:before {
    content: '\f137'
}

.apss-social-share-sidebar .apss-floating-bar-show-hide.apss-hidden:before {
    content: '\f138'
}

.apss-sidebar-right.apss-social-share-sidebar .apss-floating-bar-show-hide:before {
    content: '\f138'
}

.apss-sidebar-right.apss-social-share-sidebar .apss-floating-bar-show-hide.apss-hidden:before {
    content: '\f137'
}

.apss-floating-social-networks {
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    position: relative;
    left: 0;
}

.apss-theme-3.apss-sidebar-bottom_left .apss-floating-social-networks {
    padding-left: 37px;
}

.apss-theme-3.apss-sidebar-bottom_right .apss-floating-social-networks {
    padding-right: 30px;
}

.apss-social-share-sidebar .apss-floating-social-networks.floatingbar-hidden {
    left: -150px;
    left:-100%;
}

.apss-sidebar-bottom_left .apss-floating-social-networks.floatingbar-hidden {
    left: 0
}

.apss-social-share-sidebar.apss-sidebar-bottom_right .apss-floating-social-networks.floatingbar-hidden {
    left: inherit;
}

.apss-social-share-sidebar.apss-sidebar-bottom_left .apss-floating-social-networks, .apss-social-share-sidebar.apss-sidebar-bottom_right .apss-floating-social-networks {
    bottom: 0
}

.apss-social-share-sidebar.apss-sidebar-bottom_left .apss-floating-social-networks.floatingbar-hidden, .apss-social-share-sidebar.apss-sidebar-bottom_right .apss-floating-social-networks.floatingbar-hidden {
    bottom: -150px;
}

.apss-social-share-sidebar.apss-theme-4.total-counter-enable .apss-icon-block {
    left: -35px;
}

.apss-social-share-sidebar.apss-theme-4 .apss-icon-block {
    left: -3px;
}


/* left*/

.apss-sidebar-bottom_left .apss-total-share-count, .apss-sidebar-bottom_right .apss-total-share-count {
    -moz-transform: rotate(270deg) translateX(0);
    -webkit-transform: rotate(270deg) translateX(0);
    -ms-transform: rotate(270deg) translateX(0);
    transform: rotate(270deg) translateX(0);
    margin-bottom: 0;
    float: left;
}

.apss-sidebar-bottom_right .apss-total-share-count {
    float: right;
}

.apss-sidebar-bottom_left.apss-social-share-sidebar .apss-floating-bar-show-hide, .apss-sidebar-bottom_right.apss-social-share-sidebar .apss-floating-bar-show-hide {
    top: 2px;
    left: 10px;
}

.apss-sidebar-bottom_right.apss-social-share-sidebar .apss-floating-bar-show-hide {
    left: 0
}

.apss-sidebar-bottom_left.apss-social-share-sidebar.total-counter-enable .apss-floating-bar-show-hide, .apss-sidebar-bottom_right.apss-social-share-sidebar.total-counter-enable .apss-floating-bar-show-hide {
    top: 13px;
    left: -20px;
}

.apss-sidebar-bottom_right.apss-social-share-sidebar.total-counter-enable .apss-floating-bar-show-hide {
    left: 20px;
}

.apss-sidebar-bottom_left.apss-social-share-sidebar .apss-floating-bar-show-hide.apss-hidden, .apss-sidebar-bottom_right.apss-social-share-sidebar .apss-floating-bar-show-hide.apss-hidden {
    top: -148px;
}

.apss-sidebar-bottom_left.apss-social-share-sidebar.total-counter-enable .apss-floating-bar-show-hide.apss-hidden, .apss-sidebar-bottom_right.apss-social-share-sidebar.total-counter-enable .apss-floating-bar-show-hide.apss-hidden {
    top: -137px;
}

.apss-theme-1.apss-sidebar-bottom_left.total-counter-enable .apss-single-icon, .apss-theme-1.apss-sidebar-bottom_right.total-counter-enable .apss-single-icon {
    position: relative;
    top: 15px;
}

.apss-theme-1.apss-sidebar-bottom_left .apss-single-icon, .apss-theme-1.apss-sidebar-bottom_right .apss-single-icon {
    position: relative;
    top: 4px;
}

.apss-theme-2.apss-sidebar-bottom_left .apss-single-icon, .apss-theme-2.apss-sidebar-bottom_right .apss-single-icon {
    position: relative;
    top: 4px;
}

.apss-theme-2.apss-sidebar-bottom_left.total-counter-enable .apss-single-icon {
    top: 15px;
    float: left;
}

.apss-theme-2.apss-sidebar-bottom_right.total-counter-enable .apss-single-icon {
    top: 15px;
    float: right;
}

.apss-theme-3.apss-sidebar-bottom_left .apss-single-icon, .apss-theme-3.apss-sidebar-bottom_right .apss-single-icon {
    position: relative;
    top: 10px;
}

.apss-theme-3.apss-sidebar-bottom_left.total-counter-enable .apss-single-icon, .apss-theme-3.apss-sidebar-bottom_right.total-counter-enable .apss-single-icon {
    top: 21px;
}

.apss-social-share-sidebar.apss-theme-3.apss-sidebar-bottom_left .apss-single-icon, .apss-social-share-sidebar.apss-theme-4.apss-sidebar-bottom_left .apss-single-icon {
    float: left;
}

.apss-theme-4.apss-sidebar-bottom_left .apss-single-icon, .apss-theme-4.apss-sidebar-bottom_right .apss-single-icon {
    left: 0px;
    position: relative;
    top: 8px;
}

.apss-theme-4.apss-sidebar-bottom_left.total-counter-enable .apss-single-icon, .apss-theme-4.apss-sidebar-bottom_right.total-counter-enable .apss-single-icon {
    top: 19px;
}

.apss-theme-4.apss-sidebar-bottom_right .apss-single-icon {
    right: 30px;
}

.apss-theme-4.apss-sidebar-bottom_left .apss-icon-block, .apss-theme-4.apss-sidebar-bottom_right .apss-icon-block {
    left: 0
}

.apss-social-share-sidebar.apss-theme-3.apss-sidebar-bottom_right .apss-single-icon, .apss-social-share-sidebar.apss-theme-4.apss-sidebar-bottom_right .apss-single-icon {
    float: right;
}


/*----------------------------------------------------
    THEME 5 left-sidebar css
----------------------------------------------------**/

.apss-social-share-sidebar.apss-theme-5 .apss-single-icon a {
    border-radius: 0;
    margin-bottom: 3px;
    position: relative;
    z-index: 9;
    height: 40px;
    width: 46.3px;
    text-align: center;
    padding-top: 3px;
    display: block;
    margin-bottom: 3px;
}

.apss-social-share-sidebar.apss-theme-5 .apss-single-icon .fa {
    display: inline-block;
}

.apss-social-share-sidebar.apss-theme-5 .apss-icon-block:before {
    border-bottom: 18px solid transparent;
    border-top: 18px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -19px;
    top: 0px;
    width: 0;
    z-index: 9;
}

.apss-social-share-sidebar.apss-theme-5 .apss-icon-block:before {
    border-bottom: 18px solid transparent;
    border-top: 18px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -19px;
    top: 0px;
    width: 0;
    z-index: 9;
}
.apss-social-share-sidebar.apss-theme-5.apss-semi-transparent a{
	opacity:0.6;
}
.apss-social-share-sidebar.apss-theme-5 a:hover {
    border: none;
    opacity: 0.7
}

.apss-social-share-sidebar.apss-theme-5 .apss-twitter a:hover {
    background: #4AD5FF;
}

.apss-social-share-sidebar.apss-theme-5 .apss-google-plus a:hover {
    background: #dd4b39;
}

.apss-social-share-sidebar.apss-theme-5 .apss-facebook a:hover {
    background: #3b5998;
}

.apss-social-share-sidebar.apss-theme-5 .apss-pinterest a:hover {
    background: #c92228;
}

.apss-social-share-sidebar.apss-theme-5 .apss-linkedin a:hover {
    background: #3f729b;
}

.apss-social-share-sidebar.apss-theme-5 .apss-digg a:hover {
    background: #2169a8;
}

.apss-social-share-sidebar.apss-theme-5 .apss-delicious a:hover {
    background: #797979;
}

.apss-social-share-sidebar.apss-theme-5 .apss-reddit a:hover {
    background: #ff4500;
}

.apss-social-share-sidebar.apss-theme-5 .apss-stumbleupon a:hover {
    background: #ea4b24;
}

.apss-social-share-sidebar.apss-theme-5 .apss-tumblr a:hover {
    background: #35465c;
}

.apss-social-share-sidebar.apss-theme-5 .apss-vk a:hover {
    background: #35465c;
}

.apss-social-share-sidebar.apss-theme-5 .apss-xing a:hover {
    background: #00605e;
}

.apss-social-share-sidebar.apss-theme-5 .apss-weibo a:hover {
    background: #be4443;
}

.apss-social-share-sidebar.apss-theme-5 .apss-buffer a:hover {
    background: #101010;
}

.apss-social-share-sidebar.apss-theme-5 .apss-envelop a:hover {
    background: #8f8f8f;
}

.apss-social-share-sidebar.apss-theme-5 .apss-print a:hover {
    background: #5e5959;
}

.apss-social-share-sidebar.apss-theme-5 .apss-whatsapp a:hover {
    background: #449234;
}
.apss-social-share-sidebar.apss-theme-5 .apss-viber a:hover{
	background-color:#665cac;
}
.apss-social-share-sidebar.apss-theme-5 .apss-sms  a:hover{
	background-color:#aaa;
}
.apss-social-share-sidebar.apss-theme-5 .apss-fb-messenger  a:hover{
	background-color:#000;
}
.apss-social-share-sidebar.apss-theme-5 .apss-single-icon a:hover .apss-icon-block:after {
    display: none;
}

.apss-social-share-sidebar.apss-theme-5 a:hover .fa {
    color: #fff !important;
}

.apss-social-share-sidebar.apss-theme-5 .apss-share {
    display: block;
    height: 36px;
    position: absolute;
    top: 0;
    opacity: 0;
    font-size: 14px;
    left: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease 0s, opacity 0.5s ease 0s;
    -moz-transition: all 1s ease 0s, opacity 0.5s ease 0s;
    -ms-transition: all 1s ease 0s, opacity 0.5s ease 0s;
    transition: all 1s ease 0s, opacity 0.5s ease 0s;
}

.apss-social-share-sidebar.apss-theme-5 .apss-single-icon .apss-share {
    left: 50px;
    opacity: 1;
    visibility: visible;
    color: #222222;
}

.apss-social-share-sidebar.apss-theme-5 .count {
    color: #000;
    left: 48px;
    top: 20px;
    position: absolute;
}

.apss-social-share-sidebar.apss-theme-5.apss-sidebar-right .apss-single-icon .apss-share {
    left: -66px;
}

.apss-social-share-sidebar.apss-theme-5.apss-sidebar-right .count {
    left: -61px
}

.apss-social-share-sidebar {
    position: relative;
}


/*----------------------------------------------------
    THEME 6 left-sidebar css
----------------------------------------------------**/

.apss-social-share-sidebar.apss-theme-6 .apss-single-icon .apss-icon-block {
    margin: 0;
    padding: 0;
    line-height: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-color:transparent;
}

.apss-social-share-sidebar.apss-theme-6 .apss-single-icon:hover .apss-icon-block {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    top: 0
}

.apss-social-share-sidebar.apss-theme-6 .apss-single-icon {
    width: 70px;
    color: #fff;
    padding: 5px 10px;
    font-size: 17px;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-bottom: 3px;
    display: block;
}

.apss-social-share-sidebar.apss-theme-6 .apss-single-icon:before {
    background: none;
    content: '';
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.apss-social-share-sidebar.apss-theme-6 a {
    color: #fff;
    font-size: 15px;
}

.apss-social-share-sidebar.apss-theme-6 .apss-icon-block i {
    line-height: 1;
    margin-right: 0;
    display: block;
}

.apss-social-share-sidebar.apss-theme-6 {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 12px;
    font-weight: bold !important;
}

.apss-social-share-sidebar.apss-theme-6 .apss-share {
    display: block;
}

.apss-social-share-sidebar.apss-theme-6 .apss-single-icon {
    margin-left: 0
}

.apss-social-share-sidebar.apss-theme-6 .apss-total-shares {
    font-weight: normal !important
}

.apss-social-share-sidebar.apss-theme-6 .apss-count {
    background-color: rgba(0, 0, 0, .5);
    margin-top: 5px;
    position: static;
    visibility: visible;
    opacity: 1;
    margin: 5px 0 0;
    border: none;
    min-width: 100%;
    color: #fff;
}

.apss-social-share-sidebar.apss-theme-6 .apss-count:after {
    content: inherit;
    background: 0 0
}

.apss-social-share-sidebar.apss-theme-6 .apss-total-share-count {
    width: 72px;
}


/* .apss-social-share-sidebar.apss-theme-6 .apss-count-number {
    display: block;
} */

.apss-social-share-sidebar.apss-theme-6 .apss-social-text {
    display: none;
}

.apss-social-share-sidebar.apss-theme-6 .apss-twitter {
    background-color: #1DCAFF;
}

.apss-social-share-sidebar.apss-theme-6 .apss-google-plus {
    background-color: #dd4b39;
}

.apss-social-share-sidebar.apss-theme-6 .apss-facebook {
    background-color: #3b5998;
}

.apss-social-share-sidebar.apss-theme-6 .apss-pinterest {
    background-color: #c92228;
}

.apss-social-share-sidebar.apss-theme-6 .apss-linkedin {
    background-color: #3f729b;
}

.apss-social-share-sidebar.apss-theme-6 .apss-digg {
    background-color: #2169a8;
}

.apss-social-share-sidebar.apss-theme-6 .apss-delicious {
    background-color: #797979;
}

.apss-social-share-sidebar.apss-theme-6 .apss-reddit {
    background-color: #ff4500;
}

.apss-social-share-sidebar.apss-theme-6 .apss-stumbleupon {
    background-color: #ea4b24;
}

.apss-social-share-sidebar.apss-theme-6 .apss-tumblr {
    background-color: #35465c;
}

.apss-social-share-sidebar.apss-theme-6 .apss-vk {
    background-color: #35465c;
}

.apss-social-share-sidebar.apss-theme-6 .apss-xing {
    background-color: #00605e;
}

.apss-social-share-sidebar.apss-theme-6 .apss-weibo {
    background-color: #be4443;
}

.apss-social-share-sidebar.apss-theme-6 .apss-buffer {
    background-color: #101010;
}

.apss-social-share-sidebar.apss-theme-6 .apss-email {
    background-color: #8f8f8f;
}

.apss-social-share-sidebar.apss-theme-6 .apss-print {
    background-color: #5e5959;
}

.apss-social-share-sidebar.apss-theme-6 .apss-whatsapp {
    background-color: #449234;
}
.apss-social-share-sidebar.apss-theme-6 .apss-viber {
    background-color:#665cac;
}
.apss-social-share-sidebar.apss-theme-6 .apss-sms{
	background-color:#aaa;
}
.apss-social-share-sidebar.apss-theme-6 .apss-fb-messenger{
	background-color:#000;
}
.apss-social-share-sidebar.apss-theme-6 a:hover {
    border: none;
    opacity: 0.7
}

.apss-semi-transparent.apss-theme-6 .apss-single-icon{
	opacity:0.6;
}
.apss-semi-transparent.apss-theme-6 .apss-single-icon:hover{
	opacity:1;
}
.apss-social-share-sidebar.apss-theme-6 .apss-twitter a:hover {
    background: #4AD5FF;
}

.apss-social-share-sidebar.apss-theme-6 .apss-google-plus a:hover {
    background: #dd4b39;
}

.apss-social-share-sidebar.apss-theme-6 .apss-facebook a:hover {
    background: #3b5998;
}

.apss-social-share-sidebar.apss-theme-6 .apss-pinterest a:hover {
    background: #c92228;
}

.apss-social-share-sidebar.apss-theme-6 .apss-linkedin a:hover {
    background: #3f729b;
}

.apss-social-share-sidebar.apss-theme-6 .apss-digg a:hover {
    background: #2169a8;
}

.apss-social-share-sidebar.apss-theme-6 .apss-delicious a:hover {
    background: #797979;
}

.apss-social-share-sidebar.apss-theme-6 .apss-reddit a:hover {
    background: #ff4500;
}

.apss-social-share-sidebar.apss-theme-6 .apss-stumbleupon a:hover {
    background: #ea4b24;
}

.apss-social-share-sidebar.apss-theme-6 .apss-tumblr a:hover {
    background: #35465c;
}

.apss-social-share-sidebar.apss-theme-6 .apss-vk a:hover {
    background: #35465c;
}

.apss-social-share-sidebar.apss-theme-6 .apss-xing a:hover {
    background: #00605e;
}

.apss-social-share-sidebar.apss-theme-6 .apss-weibo a:hover {
    background: #be4443;
}

.apss-social-share-sidebar.apss-theme-6 .apss-buffer a:hover {
    background: #101010;
}

.apss-social-share-sidebar.apss-theme-6 .apss-email a:hover {
    background: #8f8f8f;
}

.apss-social-share-sidebar.apss-theme-6 .apss-print a:hover {
    background: #5e5959;
}


/*----------------------------------------------------
    THEME 7 left-sidebar css
----------------------------------------------------**/

.apss-social-share-sidebar.apss-theme-7 .apss-icon-block {
    margin: 0;
    padding: 0;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
    height: 33px;
    float: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-right: none
}

.apss-social-share-sidebar.apss-theme-7 .apss-single-icon {
    display: block;
    margin: 0
}

.apss-social-share-sidebar.apss-theme-7 .apss-single-icon a {
    width: 106px;
    color: #fff;
    /* padding: 5px 10px; */
    font-size: 17px;
    /* text-align: center; */
    position: relative;
    cursor: pointer;
    margin-bottom: 3px;
    display: block;
    margin-left: 0
}

.apss-social-share-sidebar.apss-theme-7 .apss-single-icon:before {
    background: none;
    content: '';
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.apss-social-share-sidebar.apss-theme-7 a {
    color: #fff;
    font-size: 15px;
}

.apss-social-share-sidebar.apss-theme-7 .apss-icon-block i {
   /* line-height: 1;*/
     -webkit-transition: -webkid-transform .25s ease;
    -moz-transition: -moz-transform .25s ease;
    -ms-transition: -ms-transform .25s ease;
    -o-transition: -o-transform .25s ease;
    transition: transform .25s ease;
}

.apss-social-share-sidebar.apss-theme-7 .apss-icon-block:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.apss-social-share-sidebar.apss-theme-7 {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 12px;
}

.apss-social-share-sidebar.apss-theme-7 .apss-count {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    right: 0;
    top: 0;
    /* width: 100%; */
    height: 100%;
    line-height: 35px;
    padding: 0 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-left: none
}

.apss-social-share-sidebar.apss-theme-7 .apss-social-text {
    display: none;
}

.apss-social-share-sidebar.apss-theme-7 .apss-twitter {
    background-color: #1DCAFF;
}

.apss-social-share-sidebar.apss-theme-7 .apss-google-plus {
    background-color: #dd4b39;
}

.apss-social-share-sidebar.apss-theme-7 .apss-facebook {
    background-color: #3b5998;
}

.apss-social-share-sidebar.apss-theme-7 .apss-pinterest {
    background-color: #c92228;
}

.apss-social-share-sidebar.apss-theme-7 .apss-linkedin {
    background-color: #3f729b;
}

.apss-social-share-sidebar.apss-theme-7 .apss-digg {
    background-color: #2169a8;
}

.apss-social-share-sidebar.apss-theme-7 .apss-delicious {
    background-color: #797979;
}

.apss-social-share-sidebar.apss-theme-7 .apss-reddit {
    background-color: #ff4500;
}

.apss-social-share-sidebar.apss-theme-7 .apss-stumbleupon {
    background-color: #ea4b24;
}

.apss-social-share-sidebar.apss-theme-7 .apss-tumblr {
    background-color: #35465c;
}

.apss-social-share-sidebar.apss-theme-7 .apss-vk {
    background-color: #35465c;
}

.apss-social-share-sidebar.apss-theme-7 .apss-xing {
    background-color: #00605e;
}

.apss-social-share-sidebar.apss-theme-7 .apss-weibo {
    background-color: #be4443;
}

.apss-social-share-sidebar.apss-theme-7 .apss-buffer {
    background-color: #101010;
}

.apss-social-share-sidebar.apss-theme-7 .apss-email {
    background-color: #8f8f8f;
}

.apss-social-share-sidebar.apss-theme-7 .apss-print {
    background-color: #5e5959;
}

.apss-social-share-sidebar.apss-theme-7 .apss-whatsapp {
    background-color: #449234;
}
.apss-social-share-sidebar.apss-theme-7  .apss-viber{
	background-color:#665cac;
}
.apss-social-share-sidebar.apss-theme-7  .apss-sms{
	background-color:#aaa;
}
.apss-social-share-sidebar.apss-theme-7  .apss-fb-messenger{
	background-color:#000;
}
.apss-semi-transparent.apss-theme-7 .apss-single-icon{
	opacity:0.6;
}
.apss-semi-transparent.apss-theme-7 .apss-single-icon:hover{
	opacity:1;
}
/*----------------------------------------------------
    THEME 8 left-sidebar css
----------------------------------------------------**/

.apss-semi-transparent.apss-theme-8 .apss-single-icon a{
	opacity:0.6;
}
.apss-semi-transparent.apss-theme-8 .apss-single-icon a:hover{
	opacity:1;
}
.apss-social-share-sidebar.apss-theme-8 .apss-twitter a {
    background-color: #1DCAFF;
}

.apss-social-share-sidebar.apss-theme-8 .apss-google-plus a {
    background-color: #dd4b39;
}

.apss-social-share-sidebar.apss-theme-8 .apss-facebook a {
    background-color: #3b5998;
}

.apss-social-share-sidebar.apss-theme-8 .apss-pinterest a {
    background-color: #c92228;
}

.apss-social-share-sidebar.apss-theme-8 .apss-linkedin a {
    background-color: #3f729b;
}

.apss-social-share-sidebar.apss-theme-8 .apss-digg a {
    background-color: #2169a8;
}

.apss-social-share-sidebar.apss-theme-8 .apss-delicious a {
    background-color: #797979;
}

.apss-social-share-sidebar.apss-theme-8 .apss-reddit a {
    background-color: #ff4500;
}

.apss-social-share-sidebar.apss-theme-8 .apss-stumbleupon a {
    background-color: #ea4b24;
}

.apss-social-share-sidebar.apss-theme-8 .apss-tumblr a {
    background-color: #35465c;
}

.apss-social-share-sidebar.apss-theme-8 .apss-vk a {
    background-color: #35465c;
}

.apss-social-share-sidebar.apss-theme-8 .apss-xing a {
    background-color: #00605e;
}

.apss-social-share-sidebar.apss-theme-8 .apss-weibo a {
    background-color: #be4443;
}

.apss-social-share-sidebar.apss-theme-8 .apss-buffer a {
    background-color: #101010;
}

.apss-social-share-sidebar.apss-theme-8 .apss-email a {
    background-color: #8f8f8f;
}

.apss-social-share-sidebar.apss-theme-8 .apss-print a {
    background-color: #5e5959;
}

.apss-social-share-sidebar.apss-theme-8 .apss-whatsapp a {
    background-color: #449234;
}
.apss-social-share-sidebar.apss-theme-8 .apss-viber a{
	background-color: #665cac;
}
.apss-social-share-sidebar.apss-theme-8 .apss-sms  a{
	background-color: #aaa;
}
.apss-social-share-sidebar.apss-theme-8 .apss-fb-messenger a{
	background-color: #000;
}
.apss-theme-8.apss-sidebar-bottom_left .apss-twitter .apss-share, .apss-theme-8.apss-sidebar-bottom_right .apss-twitter .apss-share {
    background-color: #1DCAFF;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-google-plus .apss-share, .apss-theme-8.apss-sidebar-bottom_right .apss-google-plus .apss-share {
    background-color: #dd4b39;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-facebook .apss-share, .apss-theme-8.apss-sidebar-bottom_right .apss-facebook .apss-share {
    background-color: #3b5998;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-pinterest .apss-share, .apss-theme-8.apss-sidebar-bottom_right .apss-pinterest .apss-share {
    background-color: #c92228;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-linkedin .apss-share, .apss-theme-8.apss-sidebar-bottom_right .apss-linkedin .apss-share {
    background-color: #3f729b;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-digg .apss-share, .apss-theme-8.apss-sidebar-bottom_right .apss-digg .apss-share {
    background-color: #2169a8;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-delicious .apss-share, .apss-theme-8.apss-sidebar-bottom_right .apss-delicious .apss-share {
    background-color: #797979;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-reddit .apss-share, .apss-theme-8.apss-sidebar-bottom_right .apss-reddit .apss-share {
    background-color: #ff4500;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-stumbleupon .apss-share, .apss-theme-8.apss-sidebar-bottom_right .apss-stumbleupon .apss-share {
    background-color: #ea4b24;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-tumblr .apss-share, .apss-theme-8.apss-sidebar-bottom_right .apss-tumblr .apss-share {
    background-color: #35465c;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-vk .apss-share, .apss-theme-8.apss-sidebar-bottom_right .apss-vk .apss-share {
    background-color: #35465c;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-xing .apss-share, .apss-theme-8.apss-sidebar-bottom_right .apss-xing .apss-share {
    background-color: #00605e;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-weibo .apss-share, .apss-theme-8.apss-sidebar-bottom_right .apss-weibo .apss-share {
    background-color: #be4443;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-buffer .apss-share, .apss-theme-8.apss-sidebar-bottom_right .apss-buffer .apss-share {
    background-color: #101010;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-email .apss-share, .apss-theme-8.apss-sidebar-bottom_right .apss-email .apss-share {
    background-color: #8f8f8f;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-print .apss-share, .apss-theme-8.apss-sidebar-bottom_right .apss-print .apss-share {
    background-color: #5e5959;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-whatsapp .apss-share, .apss-theme-8.apss-sidebar-bottom_right .apss-whatsapp .apss-share {
    background-color: #449234;
}

.apss-social-share-sidebar.apss-theme-8 .apss-social-text, .apss-social-share-sidebar.apss-theme-8 .apss-share {
    display: inline-block;
    position: absolute;
    left: 49px;
    font-size: 14px;
    color: #fff;
    top: -5px;
}

.apss-social-share-sidebar.apss-theme-8 .apss-single-icon {
    display: block;
    margin: 0;
}

.apss-social-share-sidebar.apss-theme-8 .apss-count {
    position: absolute;
    top: 20px;
    left: 50px;
    font-size: 14px;
}

.apss-social-share-sidebar.apss-theme-8 .apss-social-text {
    display: none;
}

.apss-social-share-sidebar.apss-theme-8 .apss-single-icon a {
    display: block;
    position: relative;
    margin-bottom: 0;
    color: #fff
}

.apss-social-share-sidebar.apss-theme-8 .apss-icon-block .fa {
    font-size: 20px;
    text-align: center;
    padding-right: 0;
}

.apss-social-share-sidebar.apss-theme-8 .apss-buffer .fa-buffer {
    margin-right: 0;
    background: url("../../images/share/buffer-white.png") no-repeat center center;
}

.apss-social-share-sidebar.apss-theme-8 .apss-buffer:hover .fa-buffer {}

.apss-social-share-sidebar.apss-theme-8 .apss-icon-block {
    line-height: 46px;
    border-radius: 0;
    padding: 0;
    border: none;
    -webkit-transition: background 0.5s ease 0s;
    -moz-transition: background 0.5s ease 0s;
    -ms-transition: background 0.5s ease 0s;
    transition: background 0.5s ease 0s;
    text-align: left;
    display: block;
    color: #fff
}

.apss-social-share-sidebar.apss-theme-8 .apss-single-icon:hover .apss-icon-block {
    background: 0 0;
    border: none;
}

.apss-social-share-sidebar.apss-theme-8 .count {
    webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.apss-social-share-sidebar.apss-theme-8 .apss-single-icon:hover .count {
    top: 20px;
    left: 50px;
}


/* .apss-social-share-sidebar.apss-theme-8 .apss-single-icon:hover .apss-share {
    opacity: 1;
    visibility: visible;
} */

.apss-social-share-sidebar.apss-theme-8 .apss-single-icon:hover .fa {
    /*    -webkit-animation: toBottomFromTop 0.5s forwards;
    -moz-animation: toBottomFromTop 0.5s forwards;
    animation: toBottomFromTop 0.5s forwards;*/
}

@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}


/*----------------------------------------------------
    THEME 9 left-sidebar css
----------------------------------------------------**/
.apss-semi-transparent.apss-theme-9 .apss-single-icon a{
	opacity:0.6;
}
.apss-semi-transparent.apss-theme-9 .apss-single-icon a:hover{
	opacity:1;
}
.apss-social-share-sidebar.apss-theme-9 .apss-single-icon {
    display: block;
    margin-bottom: 0
}

.apss-social-share-sidebar.apss-theme-9 .apss-twitter a {
    background-color: #1DCAFF;
}

.apss-social-share-sidebar.apss-theme-9 .apss-google-plus a {
    background-color: #dd4b39;
}

.apss-social-share-sidebar.apss-theme-9 .apss-facebook a {
    background-color: #3b5998;
}

.apss-social-share-sidebar.apss-theme-9 .apss-pinterest a {
    background-color: #c92228;
}

.apss-social-share-sidebar.apss-theme-9 .apss-linkedin a {
    background-color: #3f729b;
}

.apss-social-share-sidebar.apss-theme-9 .apss-digg a {
    background-color: #2169a8;
}

.apss-social-share-sidebar.apss-theme-9 .apss-delicious a {
    background-color: #797979;
}

.apss-social-share-sidebar.apss-theme-9 .apss-reddit a {
    background-color: #ff4500;
}

.apss-social-share-sidebar.apss-theme-9 .apss-stumbleupon a {
    background-color: #ea4b24;
}

.apss-social-share-sidebar.apss-theme-9 .apss-tumblr a {
    background-color: #35465c;
}

.apss-social-share-sidebar.apss-theme-9 .apss-vk a {
    background-color: #35465c;
}

.apss-social-share-sidebar.apss-theme-9 .apss-xing a {
    background-color: #00605e;
}

.apss-social-share-sidebar.apss-theme-9 .apss-weibo a {
    background-color: #be4443;
}

.apss-social-share-sidebar.apss-theme-9 .apss-buffer a {
    background-color: #101010;
}

.apss-social-share-sidebar.apss-theme-9 .apss-email a {
    background-color: #8f8f8f;
}

.apss-social-share-sidebar.apss-theme-9 .apss-print a {
    background-color: #5e5959;
}
.apss-social-share-sidebar.apss-theme-9  .apss-viber a{
	background-color:#665cac;
}
.apss-social-share-sidebar.apss-theme-9  .apss-sms a{
	background-color:#aaa;
}
.apss-social-share-sidebar.apss-theme-9  .apss-fb-messenger a{
	background-color:#000;
}
.apss-social-share-sidebar.apss-theme-9 .apss-whatsapp a {
    background-color: #449234;
}

.apss-social-share-sidebar.apss-theme-9 .apss-single-icon a {
    display: block;
    position: relative;
    margin-bottom: 0
}

.apss-social-share-sidebar.apss-theme-9 .apss-icon-block {
    border-radius: 0;
    padding: 0;
    border: none;
    -webkit-transition: background 0.5s ease 0s;
    -moz-transition: background 0.5s ease 0s;
    -ms-transition: background 0.5s ease 0s;
    transition: background 0.5s ease 0s;
    text-align: left;
    display: inline-block;
    color: #fff;
    width: auto;
    height: auto;
    vertical-align: top;
}

.apss-social-share-sidebar.apss-theme-9 .apss-share {
    display: inline-block;
    font-size: 14px;
}

.apss-social-share-sidebar.apss-theme-9 .apss-social-text {
    display: none;
}

.apss-social-share-sidebar.apss-theme-9 .apss-social-text {
    z-index: 1;
    position: relative;
}

.apss-social-share-sidebar.apss-theme-9 .apss-icon-block .fa {
    font-size: 14px;
    margin-right: 3px;
    z-index: 1;
    margin-left: 10px;
}

.apss-social-share-sidebar.apss-theme-9 .apss-count {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    visibility: visible;
    opacity: 1;
    min-width: auto;
    background: 0 0;
    border: none;
    position: static;
    margin: 0;
    line-height: 35px;
    vertical-align: top;
}

.apss-social-share-sidebar.apss-theme-9 .apss-count:after {
    background: 0 0;
    border: none;
}

.apss-social-share-sidebar.apss-theme-9 .apss-single-icon:hover .fa {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

.apss-social-share-sidebar.apss-theme-9 .apss-single-icon:hover .apss-icon-block {
    border: none;
}

.apss-social-share-sidebar.apss-theme-9 .apss-total-share-count {
    margin-top: 15px
}


/*  right */

.apss-sidebar-right.apss-theme-3 .apss-single-icon {
    position: relative;
    left: 0;
}

.apss-sidebar-right.apss-theme-3.total-counter-enable .apss-single-icon {
    left: 0px;
}

.apss-sidebar-right.apss-theme-4 .apss-single-icon {
    position: relative;
    left: 3px;
}


/* .apss-sidebar-right.apss-theme-4.total-counter-enable .apss-single-icon {
    left: 105px;
} */

.apss-sidebar-right.apss-theme-8 .apss-single-icon {
    position: relative;
    left: 0;
}

.apss-sidebar-right.apss-theme-9 .apss-single-icon {
    position: relative;
    left: 5px;
}

.apss-sidebar-right .apss-floating-social-networks.floatingbar-hidden {
    left: 210px;
    left:106%;
}

.apss-sidebar-right.apss-theme-5 .apss-single-icon a {
    float: right;
    clear: both;
}

.apss-social-share-sidebar.apss-theme-9 .apss-icon-block .fa-buffer.fa {
    background: url("../../images/share/buffer-white.png") no-repeat center center;
}

.apss-sidebar-right.apss-theme-5 .apss-single-icon {
    position: relative;
    left: 5px
}


/*  left */

.apss-theme-1.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    left: -30px;
}

.apss-theme-5.apss-sidebar-bottom_left .apss-single-icon {
    float: left;
}

.apss-theme-5.apss-sidebar-bottom_right .apss-single-icon {
    float: right;
}


/* .apss-social-share-sidebar.apss-theme-6.apss-sidebar-bottom_left .apss-icon-block,
.apss-social-share-sidebar.apss-theme-6.apss-sidebar-bottom_right .apss-icon-block {
  -moz-transform: rotate(270deg) translateX(0);
  -webkit-transform: rotate(270deg) translateX(0);
  -ms-transform: rotate(270deg) translateX(0);
  transform: rotate(270deg) translateX(0);
  margin-bottom: 0;;
}*/

.apss-theme-5.apss-sidebar-bottom_left .apss-icon-block, .apss-theme-5.apss-sidebar-bottom_right .apss-icon-block, .apss-theme-5.apss-sidebar-bottom_left .count, .apss-theme-5.apss-sidebar-bottom_right .count {
    -moz-transform: rotate(270deg) translateX(0);
    -webkit-transform: rotate(270deg) translateX(0);
    -ms-transform: rotate(270deg) translateX(0);
    transform: rotate(270deg) translateX(0);
}

.apss-theme-5.apss-sidebar-bottom_left.apss-theme-5 .apss-single-icon, .apss-theme-5.apss-sidebar-bottom_right.apss-theme-5 .apss-single-icon {
    position: relative;
    top: 4px;
}

.apss-theme-5.apss-sidebar-bottom_left.apss-theme-5.total-counter-enable .apss-single-icon, .apss-theme-5.apss-sidebar-bottom_right.apss-theme-5.total-counter-enable .apss-single-icon {
    top: 16px;
}

.apss-theme-5.apss-sidebar-bottom_left.apss-theme-5 .apss-single-icon a {
    margin: 0 3px 0 0;
}

.apss-theme-5.apss-sidebar-bottom_left .count, .apss-theme-5.apss-sidebar-bottom_right .count {
    left: 24px;
    top: -30px;
}

.apss-theme-6.apss-sidebar-bottom_left .apss-single-icon, .apss-theme-6.apss-sidebar-bottom_right .apss-single-icon {
    height: 75px;
    position: relative;
    top: 3px;
}

.apss-theme-6.apss-sidebar-bottom_left .apss-total-share-count, .apss-theme-6.apss-sidebar-bottom_right .apss-total-share-count {
    margin-left: 15px;
    position: relative;
    top: 8px;
}


}

.apss-theme-6.apss-sidebar-bottom_left .fa-buffer, .apss-theme-6.apss-sidebar-bottom_right .fa-buffer {
    margin-left: 12px;
}

.apss-sidebar-bottom_left.apss-social-share-sidebar.apss-theme-7 .apss-single-icon {
    float: left;
    position: relative;
    margin-left: -69px;
    top: -29px;
}

.apss-sidebar-bottom_right.apss-social-share-sidebar.apss-theme-7 .apss-single-icon {
    margin-right: -69px;
    top: -24px;
    position: relative;
}

.apss-sidebar-bottom_left.apss-social-share-sidebar.apss-theme-7 .apss-floating-social-networks {
    margin-left: 20px
}

.apss-theme-7.apss-sidebar-bottom_left .apss-single-icon, .apss-theme-7.apss-sidebar-bottom_right .apss-single-icon {
    -moz-transform: rotate(270deg) translateX(0);
    -webkit-transform: rotate(270deg) translateX(0);
    -ms-transform: rotate(270deg) translateX(0);
    transform: rotate(270deg) translateX(0);
}

.apss-social-share-sidebar.apss-theme-7.apss-sidebar-bottom_left i:before, .apss-social-share-sidebar.apss-theme-7.apss-sidebar-bottom_right i:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(90deg);
    position: relative;
    display: inline-block;
}

.apss-social-share-sidebar.apss-theme-7.apss-sidebar-bottom_left.apss-social-share-sidebar .apss-floating-bar-show-hide, .apss-social-share-sidebar.apss-theme-7.apss-sidebar-bottom_right.apss-social-share-sidebar .apss-floating-bar-show-hide {
    top: 5px
}

.apss-social-share-sidebar.apss-theme-7.apss-sidebar-bottom_left.apss-social-share-sidebar .apss-floating-bar-show-hide.apss-hidden, .apss-social-share-sidebar.apss-theme-7.apss-sidebar-bottom_right.apss-social-share-sidebar .apss-floating-bar-show-hide.apss-hidden {
    top: -145px
}

.apss-theme-8.apss-sidebar-bottom_left .apss-twitter .apss-share, 
.apss-theme-8.apss-sidebar-bottom_right .apss-twitter .apss-share {
    background-color: #1DCAFF;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-google-plus .apss-share, 
.apss-theme-8.apss-sidebar-bottom_right .apss-google-plus .apss-share {
    background-color: #dd4b39;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-facebook .apss-share, 
.apss-theme-8.apss-sidebar-bottom_right .apss-facebook .apss-share {
    background-color: #3b5998;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-pinterest .apss-share, 
.apss-theme-8.apss-sidebar-bottom_right .apss-pinterest .apss-share {
    background-color: #c92228;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-linkedin .apss-share, 
.apss-theme-8.apss-sidebar-bottom_right .apss-linkedin .apss-share {
    background-color: #3f729b;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-digg .apss-share, 
.apss-theme-8.apss-sidebar-bottom_right .apss-digg .apss-share {
    background-color: #2169a8;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-digg .apss-share, 
.apss-theme-8.apss-sidebar-bottom_right .apss-digg .apss-share {
    background-color: #449234;
}
.apss-theme-8.apss-sidebar-bottom_left .apss-viber  .apss-share, 
.apss-theme-8.apss-sidebar-bottom_right .apss-viber  .apss-share {
    background-color:#665cac;
}
.apss-theme-8.apss-sidebar-bottom_left .apss-sms  .apss-share, 
.apss-theme-8.apss-sidebar-bottom_right .apss-sms  .apss-share {
    background-color:#aaa;
}
.apss-theme-8.apss-sidebar-bottom_left .apss-fb-messenger .apss-share,
.apss-theme-8.apss-sidebar-bottom_right .apss-fb-messenger .apss-share{
	background-color:#000;
}
.apss-theme-8.apss-sidebar-bottom_left .apss-share, 
.apss-theme-8.apss-sidebar-bottom_right .apss-share {
    top: 0px;
    left: 46px;
    padding: 0px 10px 0px 0px;
    box-sizing: border-box;
    line-height: 36px;
    height: 46px;
    min-width: 50px
}

.apss-theme-8.apss-sidebar-bottom_left .apss-single-icon, .apss-theme-8.apss-sidebar-bottom_right .apss-single-icon {
    float: left;
    position: relative;
    top: 0px;
}

.apss-theme-8.apss-sidebar-bottom_left.total-counter-enable .apss-single-icon, .apss-theme-8.apss-sidebar-bottom_right.total-counter-enable .apss-single-icon {
    top: 9px;
}

.apss-theme-8.apss-sidebar-bottom_right .apss-single-icon {
    float: right;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-count, .apss-theme-8.apss-sidebar-bottom_right .apss-count {
    top: -13px;
    left: 29px;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-single-icon:hover .count, .apss-theme-8.apss-sidebar-bottom_right .apss-single-icon:hover .count {
    -moz-transform: rotate(270deg) translateX(0);
    -webkit-transform: rotate(270deg) translateX(0);
    -ms-transform: rotate(270deg) translateX(0);
    transform: rotate(270deg) translateX(0);
    top: -13px;
    left: 29px;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-icon-block, .apss-theme-8.apss-sidebar-bottom_right .apss-icon-block {
    width: 46px
}

.apss-theme-8.apss-sidebar-bottom_left .apss-icon-block, .apss-theme-8.apss-sidebar-bottom_right .apss-icon-block, .apss-theme-8.apss-sidebar-bottom_left .count, .apss-theme-8.apss-sidebar-bottom_right .count {
    -moz-transform: rotate(270deg) translateX(0);
    -webkit-transform: rotate(270deg) translateX(0);
    -ms-transform: rotate(270deg) translateX(0);
    transform: rotate(270deg) translateX(0);
}

.apss-social-share-sidebar.apss-theme-8.apss-sidebar-bottom_left i:before, .apss-social-share-sidebar.apss-theme-8.apss-sidebar-bottom_right i:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    display: inline-block;
}

.apss-sidebar-bottom_left.apss-social-share-sidebar.apss-theme-9 .apss-single-icon, .apss-sidebar-bottom_right.apss-social-share-sidebar.apss-theme-9 .apss-single-icon {
    float: left;
    position: relative;
    margin-left: -73px;
    height: 40px;
    top: -29px;
}

.apss-sidebar-bottom_left.apss-social-share-sidebar.apss-theme-9.total-counter-enable .apss-single-icon, .apss-sidebar-bottom_right.apss-social-share-sidebar.apss-theme-9.total-counter-enable .apss-single-icon {
    top: inherit;
}

.apss-sidebar-bottom_left.apss-social-share-sidebar.apss-theme-9 .apss-single-icon a, .apss-sidebar-bottom_right.apss-social-share-sidebar.apss-theme-9 .apss-single-icon a {
    width: 106px
}

.apss-sidebar-bottom_right.apss-social-share-sidebar.apss-theme-9 .apss-single-icon {
    margin-right: -69px
}

.apss-sidebar-bottom_left.apss-social-share-sidebar.apss-theme-9 .apss-floating-social-networks {
    margin-left: 20px
}

.apss-theme-9.apss-sidebar-bottom_left .apss-single-icon, .apss-theme-9.apss-sidebar-bottom_right .apss-single-icon {
    -moz-transform: rotate(270deg) translateX(0);
    -webkit-transform: rotate(270deg) translateX(0);
    -ms-transform: rotate(270deg) translateX(0);
    transform: rotate(270deg) translateX(0);
}

.apss-social-share-sidebar.apss-theme-9.apss-sidebar-bottom_left i:before, .apss-social-share-sidebar.apss-theme-9.apss-sidebar-bottom_right i:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(90deg);
    position: relative;
    display: inline-block;
}

.apss-social-share .apss-total-share-count {
    clear: both;
    display: block;
}

.apss-sidebar-bottom_left.apss-theme-6 .apss-single-icon {
    float: left;
}

.apss-sidebar-bottom_left.apss-theme-6 .apss-floating-bar-show-hide, .apss-sidebar-bottom_left.apss-theme-6.total-counter-enable .apss-floating-bar-show-hide {
    left: 10px;
}

.apss-sidebar-bottom_left.apss-theme-6 .apss-floating-bar-show-hide, .apss-sidebar-bottom_right.apss-theme-6 .apss-floating-bar-show-hide, .apss-sidebar-bottom_left.apss-theme-6.total-counter-enable .apss-floating-bar-show-hide, .apss-sidebar-bottom_right.apss-theme-6.total-counter-enable .apss-floating-bar-show-hide {
    top: 35px
}

.apss-sidebar-bottom_left.apss-theme-6 .apss-floating-bar-show-hide.apss-hidden, .apss-sidebar-bottom_right.apss-theme-6 .apss-floating-bar-show-hide.apss-hidden, .apss-sidebar-bottom_left.apss-theme-6.total-counter-enable .apss-floating-bar-show-hide.apss-hidden, .apss-sidebar-bottom_right.apss-theme-6.total-counter-enable .apss-floating-bar-show-hide.apss-hidden {
    top: -114px;
}

.apss-sidebar-bottom_left.apss-theme-9 .apss-total-share-count {
    margin-left: -50px;
}

.apss-sidebar-bottom_left.apss-theme-9 .apss-floating-bar-show-hide, .apss-sidebar-bottom_right.apss-theme-9 .apss-floating-bar-show-hide {
    top: 2px
}

.apss-sidebar-bottom_left.apss-theme-9 .apss-floating-bar-show-hide.total-counter-enable, .apss-sidebar-bottom_right.apss-theme-9.total-counter-enable .apss-floating-bar-show-hide {
    top: 28px
}

.apss-sidebar-bottom_left.apss-theme-9 .apss-floating-bar-show-hide.apss-hidden, .apss-sidebar-bottom_right.apss-theme-9 .apss-floating-bar-show-hide.apss-hidden {
    top: -148px;
}

.apss-sidebar-bottom_left.apss-theme-9.total-counter-enable .apss-floating-bar-show-hide.apss-hidden, .apss-sidebar-bottom_right.apss-theme-9.total-counter-enable .apss-floating-bar-show-hide.apss-hidden {
    /* top: -122px; */
}

.apss-sidebar-bottom_right.apss-social-share-sidebar.apss-theme-9 .apss-single-icon {
    float: right;
    margin-left: 0
}

.apss-sidebar-bottom_right.apss-theme-9 .apss-total-share-count {
    margin-right: -40px;
}

.apss-sidebar-bottom_left.apss-theme-4 .apss-total-share-count, .apss-sidebar-bottom_left.apss-theme-7 .apss-total-share-count {
    margin-left: -54px;
}

.apss-sidebar-bottom_right.apss-theme-4 .apss-total-share-count {
    margin-right: 20px;
}

.apss-sidebar-bottom_left.apss-theme-5 .apss-total-share-count {
    margin-left: -18px;
}

.apss-sidebar-bottom_right.apss-theme-5 .apss-total-share-count {
    margin-right: -20px;
}

.apss-sidebar-bottom_right.apss-theme-5 .apss-total-share-count {
    margin-right: 8px;
}

.apss-sidebar-bottom_right.apss-theme-7 .apss-total-share-count {
    margin-right: -55px
}

.apss-sidebar-bottom_right.apss-theme-8 .apss-total-share-count {
    margin-right: -15px
}

.apss-sidebar-bottom_left.apss-theme-8 .apss-total-share-count {
    margin-left: -15px
}

.apss-social-share-sidebar.apss-theme-6 .apss-icon-block i {
    display: inline-block;
}

.apss-social-share-sidebar.apss-theme-1 .apss-display-all-shares .apss-share {
    color: #000 !important;
    text-align: center;
}


/*=========================new css for all side bar theme-1 kishan===========================================*/

.apss-theme-1.apss-sidebar-left .apss-total-share-count, .apss-theme-1.apss-sidebar-right .apss-total-share-count, .apss-theme-1.apss-sidebar-bottom_left .apss-total-share-count, .apss-theme-1.apss-sidebar-bottom_right .apss-total-share-count {
    border: none !important;
    background-color: #000!important;
    color: #fff !important;
    /*width: auto !important;*/
    padding: 10px 6px;
}

.apss-theme-1.apss-sidebar-bottom_left .apss-total-share-count, .apss-theme-1.apss-sidebar-bottom_right .apss-total-share-count {
    transform: rotate(0deg) translateX(0px);
    margin: 15px 0 0;
    height: 40px;
}

.apss-theme-1.apss-sidebar-left .apss-total-share-count .apss-total-shares, .apss-theme-1.apss-sidebar-right .apss-total-share-count .apss-total-shares, .apss-theme-1.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares, .apss-theme-1.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares {
    margin-top: 0;
}

.apss-theme-1.apss-sidebar-left .apss-total-share-count .apss-count-number, .apss-theme-1.apss-sidebar-left .apss-total-share-count .apss-shares-text {
    display: inline-block;
    vertical-align: middle;
}

.apss-theme-1.apss-sidebar-right .apss-total-share-count .apss-count-number, .apss-theme-1.apss-sidebar-right .apss-total-share-count .apss-shares-text {
    display: inline-block;
    vertical-align: middle;
}

.apss-theme-1.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares, .apss-theme-1.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares {
    vertical-align: top;
}

.apss-theme-1.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares .apss-count-number, .apss-theme-1.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares .apss-count-number {
    vertical-align: top;
}

.apss-theme-1.apss-sidebar-left .apss-floating-bar-show-hide, .apss-theme-1.apss-sidebar-right .apss-floating-bar-show-hide, .apss-theme-1.apss-sidebar-bottom_left .apss-floating-bar-show-hide, .apss-theme-1.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    height: 42px;
    width: 42px;
    margin: 0;
    text-align: center;
    line-height: 34px;
}

.apss-theme-1.apss-sidebar-left .apss-single-icon {
    text-align: left;
}

.apss-theme-1.apss-sidebar-left .apss-icon-block {
    padding: 0 0 0 5px;
}

.apss-theme-1 .apss-single-icon a {
    position: relative;
    display: block;
    float: left;
    margin: 10px;
}

.apss-theme-1.apss-sidebar-bottom_left, .apss-theme-1.apss-sidebar-bottom_right {
    bottom: 0;
}

.apss-theme-1.apss-sidebar-bottom_left .float-wrap, .apss-theme-1.apss-sidebar-bottom_right .float-wrap {
    overflow: hidden;
    padding-bottom: 1px;
    padding-top: 13px;
    width: 100%;
}

.apss-theme-1.apss-sidebar-bottom_right .float-wrap {
    float: right;
}

.apss-theme-1.apss-sidebar-bottom_left .apss-icon-block, .apss-theme-1.apss-sidebar-bottom_right .apss-icon-block {
    line-height: 34px;
}

.apss-theme-1.apss-sidebar-bottom_left .apss-floating-bar-show-hide {
    margin: 0 0 0 24px !important;
    /*top: 15px !important;*/
}

.apss-theme-1.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    margin: 2px 23px 0 0 !important;
}

.apss-theme-1.apss-sidebar-bottom_right .count {
    top: -22px !important;
}


/*=========================new css for theme-2===========================================*/

.apss-theme-2.apss-sidebar-left .apss-total-share-count, .apss-theme-2.apss-sidebar-right .apss-total-share-count, .apss-theme-2.apss-sidebar-bottom_left .apss-total-share-count, .apss-theme-2.apss-sidebar-bottom_right .apss-total-share-count {
    border: none !important;
    background-color: #000!important;
    color: #fff !important;
    width: 110px !important;
    padding: 10px 6px;
}

.apss-theme-2.apss-sidebar-bottom_left .apss-total-share-count, .apss-theme-2.apss-sidebar-bottom_right .apss-total-share-count {
    transform: rotate(0deg) translateX(0px);
    margin: 15px 0 0;
    height: 40px;
}

.apss-theme-2.apss-sidebar-left .apss-total-share-count .apss-total-shares, .apss-theme-2.apss-sidebar-right .apss-total-share-count .apss-total-shares, .apss-theme-2.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares, .apss-theme-2.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares {
    margin-top: 0;
}

.apss-theme-2.apss-sidebar-left .apss-total-share-count .apss-count-number, .apss-theme-2.apss-sidebar-left .apss-total-share-count .apss-shares-text {
    display: inline-block;
    vertical-align: middle;
}

.apss-theme-2.apss-sidebar-right .apss-total-share-count .apss-count-number, .apss-theme-2.apss-sidebar-right .apss-total-share-count .apss-shares-text {
    display: inline-block;
    vertical-align: middle;
}

.apss-theme-2.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares, .apss-theme-2.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares {
    vertical-align: top;
}

.apss-theme-2.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares .apss-count-number, .apss-theme-2.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares .apss-count-number {
    vertical-align: top;
}

.apss-theme-2.apss-sidebar-left .apss-floating-bar-show-hide, .apss-theme-2.apss-sidebar-right .apss-floating-bar-show-hide, .apss-theme-2.apss-sidebar-bottom_left .apss-floating-bar-show-hide, .apss-theme-2.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    height: 42px;
    width: 42px;
    margin: 0;
    text-align: center;
    line-height: 34px;
}

.apss-theme-2.apss-sidebar-bottom_left .apss-floating-bar-show-hide {
    margin: 0 0 0 25px;
}

.apss-theme-2.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    margin: 0 25px 0 0;
}

.apss-theme-2.apss-sidebar-left .apss-display-all.apss-single-icon {
    text-align: center;
   /* width: 40px;*/
    margin: 0 0 5px;
}

.apss-theme-2.apss-sidebar-right .apss-display-all.apss-single-icon {
    text-align: center;
    margin: 0 0 5px;
}

.apss-theme-2.apss-sidebar-bottom_left .apss-display-all, 
.apss-theme-2.apss-sidebar-bottom_right .apss-display-all {
    /*background: #1a1a1a none repeat scroll 0 0;*/
    border-radius: 50% 50% 0 0;
    text-align: center;
    width: 40px;
    margin: 0 5px 0 5px;
    float: right;
}

.apss-theme-2.apss-sidebar-bottom_left .apss-display-all.apss-single-icon .apss-icon-block, 
.apss-theme-2.apss-sidebar-bottom_right .apss-display-all.apss-single-icon .apss-icon-block {
    /*transform: rotate(0deg) translateX(0px);*/
}

.apss-theme-2.apss-sidebar-bottom_left .apss-total-share-count, .apss-theme-2.apss-sidebar-bottom_right .apss-total-share-count {
    border-radius: 50% 50% 0 0;
}

.apss-theme-2.apss-sidebar-right .apss-display-all.apss-single-icon .apss-icon-block {
    line-height: 26px;
    background: #1a1a1a none repeat scroll 0 0;
    /*border-radius:20px 0 0 20px;*/
}
.apss-theme-2.apss-sidebar-bottom_left .float-wrap, .apss-theme-2.apss-sidebar-bottom_right .float-wrap {
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 150px;
    width: 70%;
}

.apss-theme-2.apss-sidebar-bottom_right .float-wrap {
    float: right;
    padding-right: 60px;
}

.apss-theme-2.apss-sidebar-bottom_left, .apss-theme-2.apss-sidebar-bottom_right {
    bottom: 0;
}

.apss-theme-2.apss-sidebar-bottom_right {
    right: 0;
}


/*=========================new css for left-bottom side-bar theme-3===========================================*/

.apss-theme-3.apss-sidebar-left .apss-total-share-count, .apss-theme-3.apss-sidebar-right .apss-total-share-count, .apss-theme-3.apss-sidebar-bottom_left .apss-total-share-count, .apss-theme-3.apss-sidebar-bottom_right .apss-total-share-count {
    border: none !important;
    background-color: #333!important;
    color: #fff !important;
    width: auto !important;
    padding: 10px 6px;
}

.apss-theme-3.apss-sidebar-bottom_left .apss-total-share-count, .apss-theme-3.apss-sidebar-bottom_right .apss-total-share-count {
    transform: rotate(0deg) translateX(0px);
    margin: 21px 0 0;
    height: 34px;
}

.apss-theme-3.apss-sidebar-left .apss-total-share-count .apss-total-shares, .apss-theme-3.apss-sidebar-right .apss-total-share-count .apss-total-shares, .apss-theme-3.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares, .apss-theme-3.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares {
    margin-top: 0;
}

.apss-theme-3.apss-sidebar-left .apss-total-share-count .apss-count-number, .apss-theme-3.apss-sidebar-left .apss-total-share-count .apss-shares-text {
    display: inline-block;
    vertical-align: middle;
}

.apss-theme-3.apss-sidebar-right .apss-total-share-count .apss-count-number, .apss-theme-3.apss-sidebar-right .apss-total-share-count .apss-shares-text {
    display: inline-block;
    vertical-align: middle;
}

.apss-theme-3.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares, .apss-theme-3.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares {
    vertical-align: top;
}

.apss-theme-3.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares .apss-count-number, .apss-theme-3.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares .apss-count-number {
    vertical-align: top;
}

.apss-theme-3.apss-sidebar-left .apss-floating-bar-show-hide, .apss-theme-3.apss-sidebar-right .apss-floating-bar-show-hide, .apss-theme-3.apss-sidebar-bottom_left .apss-floating-bar-show-hide, .apss-theme-3.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    font-size: 19px;
    height: 35px;
    line-height: 27px;
    margin: 0;
    text-align: center;
    width: 38px;
}

.apss-theme-3.apss-sidebar-bottom_left .apss-floating-bar-show-hide {
    margin: 8px 0 0 21px;
}

.apss-theme-3.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    margin: 8px 0 0 0;
}

.apss-theme-3.apss-sidebar-bottom_left .apss-display-all.apss-single-icon .apss-icon-block, .apss-theme-3.apss-sidebar-bottom_right .apss-display-all.apss-single-icon .apss-icon-block {
    transform: rotate(0deg) translateX(0px);
}

.apss-theme-3.apss-sidebar-right .apss-display-all.apss-single-icon .apss-icon-block {
    line-height: 26px;
}

.apss-theme-3.apss-sidebar-bottom_left .float-wrap, .apss-theme-3.apss-sidebar-bottom_right .float-wrap {
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 20px;
}

.apss-theme-3.apss-sidebar-bottom_right .float-wrap {
    float: right;
}

.apss-theme-3.apss-sidebar-bottom_left, .apss-theme-3.apss-sidebar-bottom_right {
    bottom: 0;
}

.apss-theme-3.apss-sidebar-left .apss-single-icon .count {
    margin-left: -31px;
    top: 6px !important;
}

.apss-theme-3.apss-sidebar-right .apss-single-icon .count {
    margin-left: -45px !important;
    /*top: 0 !important;*/
}

.apss-theme-3.apss-sidebar-bottom_right {
    overflow: hidden;
    padding-top: 15px;
    width: 100%;
    float: right;
}

.apss-theme-3.apss-sidebar-bottom_right .float-wrap {
    overflow: hidden;
}

.apss-theme-3.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    left: -1px !important;
}


/*=========================new css for all side bar theme-4===========================================*/

.apss-theme-4.apss-sidebar-left .apss-icon-block {
    left: -32px !important;
}

.apss-theme-4.apss-sidebar-right .apss-icon-block {
    /*left: 66px !important;*/
}

.apss-theme-4.apss-social-share-sidebar.apss-sidebar-right .count {
    left: -94px !important;
    transition: all 1s ease 0s, opacity 0.5s ease 0s;
}

.apss-theme-4.apss-sidebar-left .apss-total-share-count, .apss-theme-4.apss-sidebar-right .apss-total-share-count, .apss-theme-4.apss-sidebar-bottom_left .apss-total-share-count, .apss-theme-4.apss-sidebar-bottom_right .apss-total-share-count {
    border: none !important;
    background-color: #000!important;
    color: #fff !important;
    width: auto !important;
    padding: 10px 6px;
}

.apss-theme-4.apss-sidebar-bottom_left .apss-total-share-count, .apss-theme-4.apss-sidebar-bottom_right .apss-total-share-count {
    transform: rotate(0deg) translateX(0px);
    margin: 15px 0 0;
    height: 40px;
}

.apss-theme-4.apss-sidebar-left .apss-total-share-count .apss-total-shares, .apss-theme-4.apss-sidebar-right .apss-total-share-count .apss-total-shares, .apss-theme-4.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares, .apss-theme-4.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares {
    margin-top: 0;
}

.apss-theme-4.apss-sidebar-left .apss-total-share-count, .apss-theme-4.apss-sidebar-right .apss-total-share-count {
    position: relative;
}

.apss-theme-4.apss-sidebar-right .apss-total-share-count {
    right: -9px;
}

.apss-theme-4.apss-sidebar-left .apss-total-share-count:before {
    border-color: transparent transparent transparent #000;
    border-style: solid;
    border-width: 22px 0 22px 21px;
    content: "";
    height: 0;
    position: absolute;
    right: -21px;
    top: 0;
    width: 0;
}

.apss-theme-4.apss-sidebar-right .apss-total-share-count:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 21px 22px 0;
    border-color: transparent #000 transparent transparent;
    content: '';
    position: absolute;
    left: -21px;
    top: 0;
}

.apss-theme-4.apss-sidebar-left .apss-total-share-count .apss-count-number, .apss-theme-4.apss-sidebar-left .apss-total-share-count .apss-shares-text {
    display: inline-block;
    vertical-align: middle;
}

.apss-theme-4.apss-sidebar-right .apss-total-share-count .apss-count-number, .apss-theme-4.apss-sidebar-right .apss-total-share-count .apss-shares-text {
    display: inline-block;
    vertical-align: middle;
}

.apss-theme-4.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares, .apss-theme-4.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares {
    vertical-align: top;
}

.apss-theme-4.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares .apss-count-number, .apss-theme-4.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares .apss-count-number {
    vertical-align: top;
}

.apss-theme-4 .apss-display-all-shares .apss-icon-block {
    background: #000;
    text-align: center;
    position: relative;
}

.apss-theme-4 .apss-display-all-shares .apss-icon-block:before {
    border-color: transparent transparent transparent #000;
    border-style: solid;
    border-width: 18px 0 18px 22px;
    content: "";
    height: 0;
    position: absolute;
    right: -21px;
    top: 0;
    width: 0;
}

.apss-theme-4.apss-sidebar-left .apss-floating-bar-show-hide, .apss-theme-4.apss-sidebar-right .apss-floating-bar-show-hide, .apss-theme-4.apss-sidebar-bottom_left .apss-floating-bar-show-hide, .apss-theme-4.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    height: 42px;
    width: 42px;
    margin: 0;
    text-align: center;
    line-height: 34px;
}

.apss-theme-4.apss-sidebar-right .apss-floating-bar-show-hide {
    margin: 5px -6px 0 0;
}

.apss-theme-4.apss-sidebar-right {
    transform: translateY(-48%);
    padding: 0 6px 0 0;
}

.apss-theme-4 .apss-icon-block {
    left: 0 !important;
}

.apss-theme-4.apss-sidebar-bottom_left, .apss-theme-4.apss-sidebar-bottom_right {
    bottom: 0;
}

.apss-theme-4.apss-sidebar-bottom_left .float-wrap, .apss-theme-4.apss-sidebar-bottom_right .float-wrap {
    overflow: hidden;
    padding-bottom: 1px;
    padding-top: 95px;
    width: 70%;
}

.apss-theme-4.apss-sidebar-bottom_right .float-wrap {
    float: right;
}

.apss-theme-4.apss-sidebar-bottom_left .apss-floating-bar-show-hide {
    margin: 0 0 0 24px !important;
}

.apss-theme-4.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    margin: 2px 23px 0 0 !important;
}

.apss-theme-4.apss-sidebar-bottom_right .count {
    top: -69px !important;
}

.apss-theme-4.apss-sidebar-bottom_right .apss-total-share-count {
    margin-right: 5px !important;
}


/*=========================new css for all side bar theme-5===========================================*/

.apss-theme-5.apss-sidebar-left .apss-floating-bar-show-hide, .apss-theme-5.apss-sidebar-right .apss-floating-bar-show-hide, .apss-theme-5.apss-sidebar-bottom_left .apss-floating-bar-show-hide, .apss-theme-5.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    height: 42px;
    width: 42px;
    margin: 0;
    text-align: center;
    line-height: 34px;
}

.apss-theme-5.apss-sidebar-left .apss-total-share-count, .apss-theme-5.apss-sidebar-right .apss-total-share-count, .apss-theme-5.apss-sidebar-bottom_left .apss-total-share-count, .apss-theme-5.apss-sidebar-bottom_right .apss-total-share-count {
    border: none !important;
    background-color: #000!important;
    color: #fff !important;
    width: auto !important;
    padding: 10px 6px;
}

.apss-theme-5.apss-sidebar-left .apss-display-all, 
.apss-theme-5.apss-sidebar-right .apss-display-all, 
.apss-theme-5.apss-sidebar-bottom_left .apss-display-all, 
.apss-theme-5.apss-sidebar-bottom_right .apss-display-all { 
    height: 42px;
    width: 46.3px;
    background-color: #a1a1a1 !important;
    text-align: center;
    margin-bottom: 3px;
}

.apss-theme-5.apss-sidebar-left .apss-total-share-count .apss-count-number, .apss-theme-5.apss-sidebar-left .apss-total-share-count .apss-shares-text {
    display: inline-block;
    vertical-align: middle;
}

.apss-theme-5.apss-sidebar-right .apss-total-share-count .apss-count-number, .apss-theme-5.apss-sidebar-right .apss-total-share-count .apss-shares-text {
    display: inline-block;
    vertical-align: middle;
}

.apss-theme-5.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares, .apss-theme-5.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares {
    vertical-align: top;
}

.apss-theme-5.apss-sidebar-left .apss-total-share-count .apss-total-shares, .apss-theme-5.apss-sidebar-right .apss-total-share-count .apss-total-shares, .apss-theme-5.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares, .apss-theme-5.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares {
    margin-top: 0;
}

.apss-theme-5.apss-sidebar-right .apss-single-icon a {
    margin: 1px 5px;
}

.apss-theme-5.apss-sidebar-right .apss-display-all {
    float: right;
    width: 50%;
}

.apss-theme-5.apss-sidebar-bottom_left .float-wrap, .apss-theme-5.apss-sidebar-bottom_right .float-wrap {
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 50px;
    width: 70%;
}

.apss-theme-5.apss-sidebar-bottom_right .float-wrap {
    float: right;
}

.apss-theme-5.apss-sidebar-bottom_left, .apss-theme-5.apss-sidebar-bottom_right {
    bottom: 0;
}

.apss-theme-5.apss-sidebar-bottom_left .apss-total-share-count, .apss-theme-5.apss-sidebar-bottom_right .apss-total-share-count {
    transform: rotate(0deg) translateX(0px);
    margin: 16px 0 0;
    height: 40px;
}

.apss-theme-5.apss-sidebar-bottom_left .apss-icon-block .fa, .apss-theme-5.apss-sidebar-bottom_right .apss-icon-block .fa, .apss-theme-5.apss-sidebar-bottom_left a.apss-display-all-shares, .apss-theme-5.apss-sidebar-bottom_right a.apss-display-all-shares {
    transform: rotate(90deg) translateX(0px);
}

.apss-theme-5.apss-sidebar-bottom_left a, .apss-theme-5.apss-sidebar-bottom_right a {
    line-height: 36px;
}

.apss-theme-5.apss-sidebar-bottom_left .apss-total-share-count {
    margin-left: 3px;
}

.apss-theme-5.apss-sidebar-bottom_right .apss-total-share-count {
    margin-right: 3px;
}

.apss-theme-5.apss-sidebar-bottom_left .apss-floating-bar-show-hide {
    margin-left: 22px;
    margin-top: 3px;
}

.apss-theme-5.apss-sidebar-bottom_right .apss-single-icon a {
    margin: 0 0 0 3px;
}

.apss-theme-5.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    margin-right: 22px;
    margin-top: 3px;
}

.apss-theme-5.apss-sidebar-bottom_left .apss-display-all-shares .apss-share, .apss-theme-5.apss-sidebar-bottom_right .apss-display-all-shares .apss-share {
    display: none;
}


/*=========================new css for all side bar theme-6===========================================*/

.apss-theme-6.apss-sidebar-left .apss-floating-bar-show-hide, .apss-theme-6.apss-sidebar-right .apss-floating-bar-show-hide, .apss-theme-6.apss-sidebar-bottom_left .apss-floating-bar-show-hide, .apss-theme-6.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    height: 42px;
    width: 42px;
    margin: 0;
    text-align: center;
    line-height: 34px;
}

.apss-theme-6.apss-sidebar-left .apss-total-share-count, .apss-theme-6.apss-sidebar-right .apss-total-share-count, .apss-theme-6.apss-sidebar-bottom_left .apss-total-share-count, .apss-theme-6.apss-sidebar-bottom_right .apss-total-share-count {
    border: none !important;
    background-color: #000!important;
    color: #fff !important;
    width: auto !important;
    padding: 10px 6px;
}

.apss-theme-6.apss-sidebar-left .apss-display-all, .apss-theme-6.apss-sidebar-right .apss-display-all, .apss-theme-6.apss-sidebar-bottom_left .apss-display-all, .apss-theme-6.apss-sidebar-bottom_right .apss-display-all {
    height: 75px;
    width: 71px;
    background-color: #a1a1a1 !important;
    text-align: center;
    margin-bottom: 3px;
    padding-top: 30px;
}

.apss-theme-6.apss-sidebar-left .apss-total-share-count .apss-count-number, .apss-theme-6.apss-sidebar-left .apss-total-share-count .apss-shares-text {
    display: inline-block;
    vertical-align: middle;
}

.apss-theme-6.apss-sidebar-right .apss-total-share-count .apss-count-number, .apss-theme-6.apss-sidebar-right .apss-total-share-count .apss-shares-text {
    display: inline-block;
    vertical-align: middle;
}

.apss-theme-6.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares, .apss-theme-6.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares {
    vertical-align: top;
}

.apss-theme-6.apss-sidebar-left .apss-total-share-count .apss-total-shares, .apss-theme-6.apss-sidebar-right .apss-total-share-count .apss-total-shares, .apss-theme-6.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares, .apss-theme-6.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares {
    margin-top: 0;
}

.apss-theme-6.apss-sidebar-right .apss-single-icon {
    right: -29px !important;
}

.apss-theme-6.apss-sidebar-bottom_left .apss-total-share-count, .apss-theme-6.apss-sidebar-bottom_right .apss-total-share-count {
    transform: rotate(0deg) translateX(0px);
    margin: 30px 0 0;
    height: 46px;
    text-align: center;
    padding: 10px 20px;
}

.apss-theme-6.apss-sidebar-bottom_left .apss-floating-bar-show-hide {
    margin-left: -9px;
    margin-top: 3px;
}

.apss-theme-6.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    margin-right: 22px;
    margin-top: 3px;
}

.apss-theme-6.apss-sidebar-bottom_left .float-wrap, .apss-theme-6.apss-sidebar-bottom_right .float-wrap {
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 50px;
    width: 70%;
}

.apss-theme-6.apss-sidebar-bottom_right .float-wrap {
    float: right;
}

.apss-theme-6.apss-sidebar-bottom_left .apss-single-icon, .apss-theme-6.apss-sidebar-bottom_right .apss-single-icon {
    padding: 11px 10px;
}

.apss-theme-6.apss-sidebar-bottom_left .apss-display-all, .apss-theme-6.apss-sidebar-bottom_right .apss-display-all {
    padding-top: 30px;
}

.apss-theme-6.apss-sidebar-bottom_left .apss-total-shares span, .apss-theme-6.apss-sidebar-bottom_right .apss-total-shares span {
    display: inline-block;
    vertical-align: middle;
}

/*=========================new css for all side bar theme-7===========================================*/

.apss-theme-7.apss-sidebar-left .apss-floating-bar-show-hide, .apss-theme-7.apss-sidebar-right .apss-floating-bar-show-hide, .apss-theme-7.apss-sidebar-bottom_left .apss-floating-bar-show-hide, .apss-theme-7.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    height: 42px;
    width: 42px;
    margin: 2px 0 0 22px;
    text-align: center;
    line-height: 34px;
}

.apss-theme-7.apss-sidebar-left .apss-total-share-count, .apss-theme-7.apss-sidebar-right .apss-total-share-count, .apss-theme-7.apss-sidebar-bottom_left .apss-total-share-count, .apss-theme-7.apss-sidebar-bottom_right .apss-total-share-count {
    border: none !important;
    background-color: #000!important;
    color: #fff !important;
    width: auto !important;
    padding: 10px 6px;
}

.apss-theme-7.apss-sidebar-left .apss-total-share-count .apss-count-number, .apss-theme-7.apss-sidebar-left .apss-total-share-count .apss-shares-text {
    display: inline-block;
    vertical-align: middle;
}

.apss-theme-7.apss-sidebar-right .apss-total-share-count .apss-count-number, .apss-theme-7.apss-sidebar-right .apss-total-share-count .apss-shares-text {
    display: inline-block;
    vertical-align: middle;
}

.apss-theme-7.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares, .apss-theme-7.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares {
    vertical-align: top;
}

.apss-theme-7.apss-sidebar-left .apss-total-share-count .apss-total-shares, .apss-theme-7.apss-sidebar-right .apss-total-share-count .apss-total-shares, .apss-theme-7.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares, .apss-theme-7.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares {
    margin-top: 0;
}

.apss-theme-7.apss-sidebar-left .apss-display-all, .apss-theme-7.apss-sidebar-right .apss-display-all, .apss-theme-7.apss-sidebar-bottom_left .apss-display-all, .apss-theme-7.apss-sidebar-bottom_right .apss-display-all {
    background-color: #a1a1a1 !important;
    text-align: center;
    margin-bottom: 3px;
}

.apss-theme-7.apss-sidebar-bottom_left .float-wrap {
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 90px;
    padding-left: 16px;
}

.apss-theme-7.apss-sidebar-bottom_right .float-wrap {
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 90px;
    padding-right: 35px;
    width: 70%;
}

.apss-theme-7.apss-sidebar-bottom_right .float-wrap {
    float: right;
}

.apss-theme-7.apss-sidebar-bottom_left .apss-total-share-count {
    margin-left: -63px;
}

.apss-theme-7.apss-sidebar-bottom_left .apss-total-share-count, .apss-theme-7.apss-sidebar-bottom_right .apss-total-share-count {
    transform: rotate(0deg) translateX(0px);
    margin: 3px 0 0 -33px;
    height: auto;
    text-align: center;
    padding: 10px 20px;
}

.apss-theme-7.apss-sidebar-bottom_right .apss-total-share-count {
    margin-right: -34px;
}

.apss-theme-7.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    margin-right: 54px;
}

.apss-theme-7.apss-sidebar-right .apss-total-share-count {
    width: 106px !important;
}

.apss-theme-7.apss-sidebar-left .apss-floating-bar-show-hide {
    margin-left: 0;
}


/*=========================new css for all side bar theme-8===========================================*/

.apss-theme-8.apss-sidebar-left .apss-floating-bar-show-hide, .apss-theme-8.apss-sidebar-right .apss-floating-bar-show-hide, .apss-theme-8.apss-sidebar-bottom_left .apss-floating-bar-show-hide, .apss-theme-8.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    height: 42px;
    width: 42px;
    margin: 0;
    text-align: center;
    line-height: 34px;
}

.apss-theme-8.apss-sidebar-left .apss-total-share-count, .apss-theme-8.apss-sidebar-right .apss-total-share-count, .apss-theme-8.apss-sidebar-bottom_left .apss-total-share-count, .apss-theme-8.apss-sidebar-bottom_right .apss-total-share-count {
    border: none !important;
    background-color: #000!important;
    color: #fff !important;
    width: auto !important;
    padding: 10px 6px;
}

.apss-theme-8.apss-sidebar-left .apss-total-share-count .apss-count-number, .apss-theme-8.apss-sidebar-left .apss-total-share-count .apss-shares-text {
    display: inline-block;
    vertical-align: middle;
}

.apss-theme-8.apss-sidebar-right .apss-total-share-count .apss-count-number, .apss-theme-8.apss-sidebar-right .apss-total-share-count .apss-shares-text {
    display: inline-block;
    vertical-align: middle;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares, .apss-theme-8.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares {
    vertical-align: top;
}

.apss-theme-8.apss-sidebar-left .apss-total-share-count .apss-total-shares, .apss-theme-8.apss-sidebar-right .apss-total-share-count .apss-total-shares, .apss-theme-8.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares, .apss-theme-8.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares {
    margin-top: 0;
}

.apss-theme-8.apss-sidebar-left .apss-display-all, .apss-theme-8.apss-sidebar-right .apss-display-all, .apss-theme-8.apss-sidebar-bottom_left .apss-display-all, .apss-theme-8.apss-sidebar-bottom_right .apss-display-all {
    background-color: #a1a1a1 !important;
    text-align: center !important;
    margin-bottom: 0;
    width: 50px;
}

.apss-theme-8.apss-sidebar-left .apss-display-all, .apss-theme-8.apss-sidebar-right .apss-display-all {
    padding: 0 40px;
    width:102px;
}

.apss-theme-8.apss-sidebar-left .apss-display-all-shares .apss-share, .apss-theme-8.apss-sidebar-right .apss-display-all-shares .apss-share {
    display: none;
}

.apss-theme-8.apss-sidebar-left .apss-display-all-shares .apss-share, .apss-theme-8.apss-sidebar-right .apss-display-all-shares .apss-share {
    display: none;
}

.apss-theme-8.apss-sidebar-bottom_left .float-wrap, .apss-theme-8.apss-sidebar-bottom_right .float-wrap {
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 90px;
    padding-left: 16px;
    width: 70%;
}

.apss-theme-8.apss-sidebar-bottom_right .float-wrap {
    float: right;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-display-all-shares, .apss-theme-8.apss-sidebar-bottom_right .apss-display-all-shares {
    transform: rotate(90deg) translateX(0px);
}

.apss-theme-8.apss-sidebar-bottom_left .apss-display-all .apss-icon-block, .apss-theme-8.apss-sidebar-bottom_right .apss-display-all .apss-icon-block {
    text-align: center !important;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-total-share-count, .apss-theme-8.apss-sidebar-bottom_right .apss-total-share-count {
    transform: rotate(0deg) translateX(0px);
    margin: 9px 0 0 0px;
    height: auto;
    text-align: center;
    padding: 12px 20px;
}

.apss-theme-8.apss-sidebar-bottom_left .apss-floating-bar-show-hide, .apss-theme-8.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    width: 50px;
    text-align: center;
    margin: 0 0 0 16px;
}

.apss-theme-8.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    margin: 0 16px 0 0;
}

.apss-theme-8 .apss-display-all .apss-icon-block .apss-share {
    display: none;
}


/*=========================new css for all side bar theme-9===========================================*/

.apss-theme-9.apss-sidebar-left .apss-floating-bar-show-hide, .apss-theme-9.apss-sidebar-right .apss-floating-bar-show-hide, .apss-theme-9.apss-sidebar-bottom_left .apss-floating-bar-show-hide, .apss-theme-9.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    height: 42px;
    width: 42px;
    margin: 0;
    text-align: center;
    line-height: 34px;
}

.apss-theme-9.apss-sidebar-left .apss-total-share-count, .apss-theme-9.apss-sidebar-right .apss-total-share-count, .apss-theme-9.apss-sidebar-bottom_left .apss-total-share-count, .apss-theme-9.apss-sidebar-bottom_right .apss-total-share-count {
    border: none !important;
    background-color: #000!important;
    color: #fff !important;
    width: 136px;
    padding: 10px 6px;
    margin-top: 1px;
    text-align: center;
}

.apss-theme-9.apss-sidebar-left .apss-total-share-count .apss-count-number, .apss-theme-9.apss-sidebar-left .apss-total-share-count .apss-shares-text {
    display: inline-block;
    vertical-align: middle;
}

.apss-theme-9.apss-sidebar-right .apss-total-share-count .apss-count-number, .apss-theme-9.apss-sidebar-right .apss-total-share-count .apss-shares-text {
    display: inline-block;
    vertical-align: middle;
}

.apss-theme-9.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares, .apss-theme-9.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares {
    vertical-align: top;
}

.apss-theme-9.apss-sidebar-left .apss-total-share-count .apss-total-shares, .apss-theme-9.apss-sidebar-right .apss-total-share-count .apss-total-shares, .apss-theme-9.apss-sidebar-bottom_left .apss-total-share-count .apss-total-shares, .apss-theme-9.apss-sidebar-bottom_right .apss-total-share-count .apss-total-shares {
    margin-top: 0;
}

.apss-theme-9.apss-sidebar-left .apss-display-all, .apss-theme-9.apss-sidebar-right .apss-display-all, .apss-theme-9.apss-sidebar-bottom_left .apss-display-all, .apss-theme-9.apss-sidebar-bottom_right .apss-display-all {
    background-color: #a1a1a1 !important;
    text-align: center !important;
    margin-bottom: 0;
    width: auto;
}

.apss-theme-9.apss-sidebar-left .apss-display-all, .apss-theme-9.apss-sidebar-right .apss-display-all {
    padding: 0 40px;
}

.apss-theme-9.apss-sidebar-bottom_left .float-wrap, .apss-theme-9.apss-sidebar-bottom_right .float-wrap {
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 60px;
    padding-left: 16px;
    width: 70%;
}

.apss-theme-9.apss-sidebar-bottom_right .float-wrap {
    padding-right: 40px;
    float: right;
}

.apss-theme-9.apss-sidebar-bottom_left .apss-display-all-shares, .apss-theme-9.apss-sidebar-bottom_right .apss-display-all-shares {
    transform: rotate(0deg) translateX(0px);
}

.apss-theme-9.apss-sidebar-bottom_left .apss-display-all .apss-icon-block, .apss-theme-9.apss-sidebar-bottom_right .apss-display-all .apss-icon-block {
    text-align: center !important;
}

.apss-theme-9.apss-sidebar-bottom_left .apss-total-share-count, .apss-theme-9.apss-sidebar-bottom_right .apss-total-share-count {
    transform: rotate(0deg) translateX(0px);
    margin: 26px 0 0 -33px;
    height: auto;
    text-align: center;
    padding: 12px 20px;
}

.apss-theme-9.apss-sidebar-bottom_left .apss-floating-bar-show-hide, .apss-theme-9.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    width: 50px;
    text-align: center;
    margin: 17px 0 0 16px;
}

.apss-theme-9.apss-sidebar-bottom_right .apss-floating-bar-show-hide {
    margin: 2px 49px 0 0;
}

.apss-theme-9.apss-sidebar-right .apss-single-icon {
    left: 0;
}

.apss-theme-9.apss-sidebar-bottom_left .apss-single-icon {
    margin-left: -68px !important;
}

.apss-theme-9.apss-sidebar-bottom_right .apss-single-icon {
    margin-right: -69px !important;
}
.apss-theme-9.apss-sidebar-bottom_right .apss-total-share-count {
    margin-right: -33px;
}

.apss-theme-9.apss-sidebar-bottom_right .apss-floating-bar-show-hide.apss-hidden {
    top: -126px !important;
}


/*========================================css for popup===================================================*/

.apss-social-share-popup-all-shares.apss-theme-2 {
    background: #fff none repeat scroll 0 0;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    position: fixed;
    text-align: center;
    top: 50%;
    width: 490px;
    z-index: 9999;
    padding-bottom: 13px;
}

.apss-social-share-popup-all-shares.apss-theme-2 .apss_popup_all_wrapper {
    padding: 0 15px;
}


/*======================================apss social share css===========================================*/

.apss-theme-1.apss-social-share .apss-single-icon a {
    margin-left: 0;
}

.apss-social-share .apss-total-share-count span, 
.apss-social-share .apss-total-share-count .apss-total-shares {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}
.apss-social-share .apss-total-share-count .apss-total-shares{
	text-align:left;
}
.apss-social-share .apss-total-sahre-count-wrap .apss-total-shares > span,
.apss-social-share .apss-total-share-count-wrap .apss-total-shares > span{
	display:block;
}
.apss-social-share .apss-share-wrapper-div .apss-total-share-count .apss-total-shares span{
	display:block;
}

/*======================================fixed bar bottom-bar for mobile===========================================*/

.apss-social-share-sidebar-mobile {
    text-align: center;
    width: 100%;
    background: #000;
    padding: 0;
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 999;
}
.apss-social-share-sidebar-mobile.apss-semi-transparent {
    opacity: 0.6;
}
.apss-social-share-sidebar-mobile-medias {
    padding: 20px;
}

.apss-social-share-sidebar-mobile .apss-single-icon {
    display: inline-block;
    margin: 0 3px 5px;
}

.apss-social-share-sidebar-mobile .apss-single-icon .apss-icon-block {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    color: #fff;
}

.apss-social-share-sidebar-mobile .apss-single-icon .apss-icon-block:hover {
    opacity: 0.6;
}

.apss-social-share-sidebar-mobile .apss-social-share-sidebar-mobile-share-text {
    color: #fff;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.apss-sidebar-mobile-close, .apss-sidebar-mobile-close.open {
    bottom: 30px;
    color: #000;
    font: 24px/1 AKFontAwesome;
    left: 90%;
    position: absolute;
    cursor: pointer;
}

.apss-sidebar-mobile-close {
    top: -30px;
}

.apss-sidebar-mobile-close.open {
    bottom: -30px;
}

.apss-sidebar-mobile-close.open:before {
    position: absolute;
    content: '\f062';
    right: 0;
    left: 0;
}

.apss-sidebar-mobile-close:before {
    position: absolute;
    content: '\f063';
    right: 0;
    left: 0;
}

.apss-sidebar-mobile-close {
    display: none;
}


/************************************************responsive*************************************************************/

@media screen and (max-width: 767px) {
    .apss-floating-social-networks {
        display: none;
    }
    .apss-theme-3 .apss-single-icon {
        display: inline-block;
        width: 50%;
    }
    .apss-floating-bar-show-hide {
        visibility: visible;
        opacity: 1
    }
    .apss-social-share-popup.apss-theme-2.clearfix {
        margin-left: -35%;
        width: 70%;
    }
    .apss-social-share-popup-all-shares.apss-theme-2 {
        background: #fff none repeat scroll 0 0;
        left: 50%;
        margin-left: -120px;
        margin-top: 10px;
        position: absolute !important;
        text-align: center;
        top: 3% !important;
        width: 270px !important;
        z-index: 9999;
        padding-bottom: 13px;
    }
    .apss-social-share-popup .apss-single-icon a {
        display: block;
        margin: 1px 0;
        width: 100%;
    }
    .apss-social-share-popup-all-shares .apss-single-icon a {
        display: block;
        margin: 1px 10px;
    }
    .apss-social-share-popup .apss-icon-block {
        width: 100%
    }
    .apss-social-share-popup-all-shares .apss-icon-block {
        width: 100%
    }
    .apss-floating-social-networks .apss-total-share-count {
        margin: -6px 0 0 0 !important;
    }
    .apss-social-share-sidebar .float-wrap {
        padding-top: 0 !important;
        overflow: visible !important;
    }
    .apss-theme-3 .apss-single-icon .count {
        margin-left: 23px;
        top: 0 !important;
    }
    .apss-social-share-popup-all-shares.apss-theme-2 .apss-single-icon {
        display: inline-block;
    }
    .apss-theme-1.apss-sidebar-left .apss-display-all.apss-single-icon {
        margin-bottom: 8px;
    }
    .apss-theme-1.apss-sidebar-left .count, .apss-theme-1.apss-sidebar-right .count {
        right: -66px !important;
    }
    .apss-floating-bar-show-hide.apss-hidden {
        right: -151px !important;
    }
    .apss-social-share-sidebar {
        display: none;
    }
    .apss-social-share-sidebar-mobile {
        display: block;
    }
	.apss-semi-transparent .apss-social-share-sidebar-mobile{
		opacity:0.6;
	}
    .hfeed.site {
        padding-bottom: 50px;
    }
    .apss-sidebar-mobile-close {
        display: block;
    }
}
@media screen and (max-width: 620px) {
    .apss_email_share_popup {
        margin-left: -150px;
        width: 310px;
    }
    .apss-theme-1.apss-sidebar-left .count, .apss-theme-1.apss-sidebar-right .count {
        right: -66px !important;
    }
    .apss-social-share-popup-all-shares.apss-theme-2 {
        margin-left: -120px !important;
    }
}

@media screen and (max-width: 480px) {
    .apss-social-share-popup.apss-theme-2.clearfix {
        margin-left: -45%;
        width: 90%;
    }
    .apss-social-share-popup-all-shares.apss-theme-2.clearfix {
        margin-left: -45%;
        width: 90%;
    }
    .apss-theme-3 .apss-single-icon {
        display: inline-block;
        width: 100%;
        clear: both;
    }
    .apss-theme-1.apss-sidebar-left .count, .apss-theme-1.apss-sidebar-right .count {
        right: 0 !important;
    }
    .apss-theme-3 .apss-single-icon .count {
        margin-left: -7px;
        top: 0 !important;
    }
    .apss-theme-1.apss-sidebar-left .count, .apss-theme-1.apss-sidebar-right .count {
        right: -66px !important;
    }
    .apss-social-share-popup-all-shares.apss-theme-2 {
        margin-left: -132px !important;
    }
}

@media screen and (max-width: 360px) {
    .apss_email_share_popup {
        width: 285px;
    }
}
/* Sticky css */
.apss-sticky-header-wrapper {
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    z-index: 9999;
    background: #f1f1f1;
    box-shadow: #ccc 0 0 12px;
    transition: all 0.6s ease-in-out 0.2s;
    -webkit-transition: all 0.6s ease-in-out 0.2s;
    -moz-transition: all 0.6s ease-in-out 0.2s;
}
.apss-sticky-header-wrapper .apss-sticky-social-shares-wrapper, .apss-sticky-header-wrapper .apss-header-logo {
    display: inline-block;
    float: left;
}

.apss-sticky-header-wrapper .apss-sticky-social-shares-wrapper {
    padding: 3px 0;
}

.apss-sticky-header-wrapper .apss-sticky-social-shares-wrapper .apss-single-icon {
    width: auto;
    height: auto;
    display: inline-block;
    float: left;
    margin: 2px 5px;
}
.apss-sticky-header-wrapper .apss-sticky-social-shares-wrapper .apss-single-icon.apss-single-icon-small {
    width: 35px;
    height: auto;
    text-align: center;
}
.apss-sticky-header-wrapper .apss-sticky-social-shares-wrapper .apss-icon-block {
    border-radius: 4px;
    padding: 2px 5px;
    color: #f1f1f1;
}
.apss-sticky-header-wrapper .apss-sticky-social-shares-wrapper .apss-icon-block .apss-social-text {
    font-size: 14px;
    padding-right: 10px;
}
.apss-sticky-header-wrapper .apss-header-logo {
    padding: 5px 20px;
}
.apss-sticky-header-wrapper .apss-header-logo img {
    max-width: 100%;
    height: 25px;
}
.apss-sticky-header-wrapper .apss-sticky-total-share-count {
    width: 60px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    color: #c5c5c5;
}
.apss-sticky-header-wrapper .apss-sticky-total-share-count .apss-count-number {
    clear: right;
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 5px;
}
.apss-sticky-header-wrapper .apss-sticky-total-share-count .apss-shares-text {
    clear: left;
    font-size: 0.8rem;
    display: block;
    text-transform: uppercase;
}

.apss-sticky-header-wrapper.apss-fixed-header {
    top: 0;
    position: fixed;
    width: 100%;
    display: block;
}
.admin-bar .apss-sticky-header-wrapper.apss-fixed-header {
    top: 32px;
}
.apss-sticky-header-wrapper .apss-sticky-header-close {
    display: block;
    float: right;
    width: 25px;
    height: 25px;
    background: #000; color: #fff;
    margin-top: 10px; border-radius:4px; padding: 2px;
    line-height: 19px;
    cursor: pointer;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
}
.apss-social-share.apss-buttons-center{
	text-align:center;
}
.apss-social-share.apss-buttons-left{
	text-align:left;
}
.apss-social-share.apss-buttons-right{
	text-align:right;
}
.apss-social-share.apss-buttons-right .apss-single-icon,
.apss-social-share.apss-buttons-center .apss-single-icon,
.apss-social-share.apss-buttons-left .apss-single-icon,
.apss-social-share.apss-buttons-left .apss-total-share-count,
.apss-social-share.apss-buttons-right .apss-total-share-count,
.apss-social-share.apss-buttons-center .apss-total-share-count{
	display:inline-block;
	vertical-align:middle;
} 
.apss-social-share.apss-theme-4.apss-buttons-right .apss-single-icon,
.apss-social-share.apss-theme-4.apss-buttons-center .apss-single-icon,
.apss-social-share.apss-theme-4.apss-buttons-left .apss-single-icon,
.apss-social-share.apss-theme-4.apss-buttons-left .apss-total-share-count,
.apss-social-share.apss-theme-4.apss-buttons-right .apss-total-share-count,
.apss-social-share.apss-theme-4.apss-buttons-center .apss-total-share-count{
	vertical-align:top;
}
