/*accesspress social counter 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;
}


@font-face {
  font-family: 'MyriadPro-Bold';
  src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadPro-Bold.otf')  format('opentype'),
         url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf')  format('truetype'), url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


.clearfix:after, .clearfix:before{ display:table; content:""}
.clearfix:after{ clear:both};
.clearfix{*zoom:1}

.apsc-each-profile {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    vertical-align:top;
    /*font-size: 0.63em;*/
    font-size: 13px;
}

.apsc-theme-1 .apsc-each-profile {
    margin: 5px 3px;
    text-align: center;
}

.apsc-each-profile a{
    font-weight:400;
    display: block;
}

.apsc-theme-1 .apsc-each-profile a{
    padding: 13px 8px 10px;
    display: block;
    color: #fff;
    position:relative;
    border-radius: 5px;
    min-height: 81px;
    width: 78px;

    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3)";/*IE 8*/
    -moz-box-shadow: 1px 1px 2px #b3b3b3;/*FF 3.5+*/
    -webkit-box-shadow: 1px 1px 2px #b3b3b3;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 1px 1px 2px #b3b3b3;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3); /*IE 5.5-7*/

    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;
}

.entry-content  .apsc-each-profile a{
    border:none;
}

.site-footer .widget .apsc-each-profile a{
    color: #fff;
    text-decoration:none;
}

.social-icon {
    display: block;
}

.apsc-theme-1 .media-name {
    display: none;
}

.apsc-theme-1 .apsc-count {
    display: block;
    font-size: 100%;
    font-weight: 300;
    line-height: 15px;
    overflow: hidden;
    padding: 6px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.entry-content .apsc-each-profile a,.entry-content .apsc-each-profile a:hover,.entry-content .apsc-each-profile a:focus {
    color: #fff;
    text-decoration:none;
}

.apsc-theme-1 .social-icon .fa {
    font-size: 37px;
}

.apsc-facebook-icon {
    background-color:#3b5998;
}

.apsc-twitter-icon{
    background-color:#1dcaff;
}

.apsc-youtube-icon{
    background-color:#e52d27;
}

.apsc-soundcloud-icon{
    background-color:#ff3300;
}

.apsc-dribble-icon{
    background-color:#ea4c89;
}

.apsc-comment-icon{
    background-color:#464646;
}

.apsc-edit-icon{
    background-color:#837d7d;
}

.apsc-google-plus-icon{
    background-color:#dd4b39;
}

.apsc-instagram-icon{
    background-color:#3f729b;
}

.apsc-vimeo-icon{
    background-color:#1ab7ea;
}

.apsc-envato-icon{
    background-color:#82b541;
}

.apsc-pinterest-icon{
    background-color:#cc2127;
}

.apsc-forrst-icon{
    background-color:#5b9a68;
}

.apsc-flickr-icon{
    background-color:#ff0084;
}

.apsc-vk-icon{
    background-color:#45668e;
}

.apsc-behance-icon{
    background-color:#1769ff;
}

.apsc-github-icon{
    background-color:#333333;
}

.apsc-steam-icon{
    background-color:#171a21;
}

.apsc-total-icon{
    background-color: #ccc;
}


.apsc-theme-1 .apsc-media-type {
    display: none;
}

/********************animation 1*******************/

.apsc-each-profile {
    position: relative;
}

.apsc-icons-wrapper .apsc-each-profile .apsc-bttn-bg {
    position: absolute;
    top: 0;
}

.apsc-each-profile .apsc_bttn{
    left: 50%;
    opacity: 0;
    margin-left: -35px;
    position: absolute;
    top:50%;
    margin-top:-9px;
    width: 70px;
    text-align:center;
    font-size:13px;
    line-height: 1.5;
    border-radius: 3px;
}

.apsc-animation-1 .apsc-each-profile .apsc-bttn-bg,.apsc-animation-2 .apsc-each-profile .apsc-bttn-bg ,.apsc-animation-3 .apsc-each-profile .apsc-bttn-bg{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}

.apsc-animation-1 .apsc-each-profile:hover .apsc-bttn-bg{
     z-index: 4;
    background:url(../images/black-bg-ie8.png) repeat;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.apsc-animation-1 a.apsc-icon-soc{
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition:all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition:all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    z-index:2;
}

.apsc-theme-1.apsc-animation-1 .apsc-each-profile:hover a.apsc-icon-soc{
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform:scale(0.5);

    transition-delay: 0s;
    -webkit-transition-delay:0s;
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
}

.apsc-animation-1 .apsc-each-profile .apsc_bttn{
    background-color: #000;
    color: #eee;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);

    -webkit-transition:all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -o-transition:all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}

.apsc-animation-1 .apsc-each-profile:hover .apsc_bttn{
     opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);

    transition-delay: 0.2s;
    -webkit-transition-delay:0.2s;
    -moz-transition-delay:0.2s;
    -o-transition-delay:0.2s;
}

/********************animation 2*******************/
.apsc-animation-2 .apsc-each-profile .apsc-bttn-bg {
    overflow: hidden;
    z-index:1;
   
}

.apsc-theme-1.apsc-animation-2 a.apsc-icon-soc{
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition:all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition:all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    z-index:2;
}

.apsc-theme-1.apsc-animation-2 .apsc-each-profile:hover a.apsc-icon-soc{
     opacity: 1;
}

.apsc-animation-2 .apsc-each-profile .apsc_bttn{
    background-color: #000;
    color: #eee;
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);

    -webkit-transition:all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition:all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}

.apsc-animation-2 .apsc-each-profile:hover .apsc_bttn{
     opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    transition-delay: 0.1s;
    -webkit-transition-delay:0.1s;
    -moz-transition-delay:0.1s;
    -o-transition-delay:0.1s;
}

.apsc-animation-2 .apsc-each-profile:hover .apsc-bttn-bg {
    background:url(../images/black-bg-ie8.png) repeat;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    z-index: 4;
}

.apsc-theme-1.apsc-animation-2 .apsc-each-profile:hover .apsc-bttn-bg {
    border-radius: 5px;
}

/********************animation 3*******************/
.apsc-animation-3 .apsc-each-profile {
    position: relative;
}

.apsc-animation-3 .apsc-each-profile .apsc-bttn-bg {
    overflow: hidden;
    
}

.apsc-animation-3 .apsc-each-profile .apsc_bttn{
    background-color: #eee;
    color: #000;
    -webkit-transform: translateY(-25px);
   -moz-transform: translateY(-25px);
   -o-transform: translateY(-25px);
   -ms-transform: translateY(-25px);
   transform: translateY(-25px);

   -webkit-transition: all 0.2s ease-in-out 0.1s;
   -moz-transition: all 0.2s ease-in-out 0.1s;
   -o-transition: all 0.2s ease-in-out 0.1s;
   -ms-transition: all 0.2s ease-in-out 0.1s;
   transition: all 0.2s ease-in-out 0.1s;
}

.apsc-animation-3 .apsc-each-profile:hover .apsc_bttn{
    -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);

   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;

   opacity:1;
   z-index: 4;
}

.apsc-animation-3 .apsc-each-profile:hover .apsc-bttn-bg {
    opacity: 1;

   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}

.apsc-animation-3 .apsc-each-profile:hover .apsc_bttn{
     z-index: 5;
   -webkit-transition-delay: 0.6s;
   -moz-transition-delay: 0.6s;
   -o-transition-delay: 0.6s;
   -ms-transition-delay: 0.6s;
   transition-delay: 0.6s;
}
.apsc-animation-3 .apsc-each-profile .apsc-bttn-bg:before{
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    box-shadow: none;
    z-index:4;
    background:url(../images/black-bg-ie8.png) repeat;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 50% 0;
    transition:transform 0.3s ease-out 0.2s;
    -webkit-transition:transform 0.3s ease-out 0.2s;
    -moz-transition:transform 0.3s ease-out 0.2s;
    -o-transition:transform 0.3s ease-out 0.2s;
    -ms-transition:transform 0.3s ease-out 0.2s;
}

.apsc-animation-3 .apsc-each-profile .apsc-bttn-bg:hover:before {
    -webkit-transform:scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform:scaleY(1);
    -ms-transform:scaleY(1);
    transform: scaleY(1);
}

/********************animation 4*******************/
.apsc-animation-4 .apsc-each-profile .apsc_bttn{
    background-color: #eee;
    color: #000;
    left:50%;
    margin-left: -35px;
    border-radius: 3px;
    width: 70px;
    opacity:0;
    text-align:center;
    font-size:13px;
    position: absolute;
    top:50%;
    margin-top:-10px;
}

.apsc-animation-4 .apsc-each-profile .apsc-bttn-bg {
    position: absolute;
    top:0px;
    overflow: hidden;
    box-shadow: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: none;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index:4;
    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;
}

.apsc-animation-4 .apsc-each-profile .apsc-icon-soc {
    opacity: 1;
     transition: all 0.35s linear 0s;
    -webkit-transition:all 0.35s linear 0s;
    -moz-transition: all 0.35s linear 0s;
    -o-transition:all 0.35s linear 0s;
    -ms-transition: all 0.35s linear 0s;
    
}

.apsc-animation-4 .apsc-each-profile:hover .apsc-bttn-bg {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background:url(../images/black-bg-ie8.png) repeat;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}

.apsc-animation-4 .apsc-each-profile:hover .apsc_bttn{
    opacity:1;
    -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
/********************animation 5*******************/
.apsc-animation-5 .apsc-each-profile .apsc-bttn-bg{
    position: absolute;
    top:0px;
    overflow: hidden;
    box-shadow: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index:4;
    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;
}

.apsc-animation-5 .apsc-each-profile .apsc-bttn-bg:before{
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    box-shadow: none;
    z-index:4;
    background:url(../images/black-bg-ie8.png) repeat;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition:transform 0.7s ease-out 0s;
    -webkit-transition:transform 0.7s ease-out 0s;
    -moz-transition:transform 0.7s ease-out 0s;
    -o-transition:transform 0.7s ease-out 0s;
    -ms-transition:transform 0.7s ease-out 0s;
}

.apsc-animation-5 .apsc-each-profile:hover .apsc-bttn-bg{
    opacity: 1;
}

.apsc-animation-5 .apsc-each-profile:hover .apsc-bttn-bg:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform:scaleX(1);
    transform: scaleX(1);
    }

.apsc-animation-5 .apsc-each-profile .apsc_bttn{
    background-color: #eee;
    color: #000;
    left:0;
    margin-left: -35px;
    border-radius: 3px;
    width: 70px;
    opacity:0;
    text-align:center;
    font-size:13px;
    position: absolute;
    top:50%;
    margin-top:-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;
}

.apsc-animation-5 .apsc-each-profile:hover .apsc_bttn{
    opacity:1;
    -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
     left:50%;
     z-index:5;
}

/********************************************Theme 2 css*******************************************************/


.apsc-theme-2 .apsc-each-profile {
    margin: 3px 5px;
}

.apsc-theme-2 .social-icon {
    display: block;
    float: left;
    min-width: 123px;
    padding: 7px 0 0 10px;
    vertical-align: middle;
    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;
}

.apsc-theme-2 .apsc-each-profile a{
    border-radius: 4px;
    color: #fff;
    font-weight: normal;
    padding: 1px;
    position: relative;
    text-shadow: none;
}

.apsc-theme-2 .apsc-count {
    background-color: #fff;
}

.apsc-theme-2 .apsc-fa-icon{
    display: table-cell;
    vertical-align: middle;
}

.apsc-theme-2 .social-icon .fa {
    font-size: 18px;
    vertical-align: middle;
}

.apsc-theme-2 .media-name {
    display: table-cell;
    font-size: 13px;
    padding: 0 15px 0 5px;
    text-transform: capitalize;
    vertical-align: middle;
}

.apsc-theme-2 .apsc-count {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #666666;
    display:block;
    float: left;
    font-size: 13px;
    padding: 7px 22px;
    text-align: center;
    position:relative;
    opacity:1;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    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;
}


.apsc-theme-2 .social-icon:after {
    border-bottom: 4px solid transparent;
    border-right: 4px solid #fff;
    border-top: 4px solid transparent;
    content: "";
    right: 0px;
    right: -1px \9;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    z-index:3;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* IE10+ specific styles go here */
.apsc-theme-2 .social-icon:after {
   right: -1px;
}
} 

.apsc-theme-2 .apsc-media-type {
    display: none;
}

/********************animation 1*******************/

.apsc-theme-2.apsc-animation-1 .apsc-each-profile .social-icon,.apsc-theme-3.apsc-animation-1 .apsc-each-profile .social-icon,.apsc-theme-4.apsc-animation-1 .apsc-each-profile .social-icon{
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition:all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition:all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    z-index:2;
}

.apsc-theme-2.apsc-animation-1 .apsc-each-profile:hover a.apsc-icon-soc,.apsc-theme-3.apsc-animation-1 .apsc-each-profile:hover a.apsc-icon-soc,.apsc-theme-4.apsc-animation-1 .apsc-each-profile:hover a.apsc-icon-soc{
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform:scale(0.4);

    transition-delay: 0s;
    -webkit-transition-delay:0s;
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
}

.apsc-theme-2.apsc-animation-1 .apsc-each-profile:hover .apsc_bttn,.apsc-theme-3.apsc-animation-1 .apsc-each-profile:hover .apsc_bttn{
    opacity: 1;
}

.apsc-theme-2.apsc-animation-1 .apsc-bttn-bg {
   width:100%;
}

.apsc-theme-2.apsc-animation-1 .apsc-each-profile:hover .apsc-bttn-bg,.apsc-theme-3.apsc-animation-1 .apsc-each-profile:hover .apsc-bttn-bg{
    background:url(../images/black-bg-ie8.png) repeat;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}

/********************animation 2*******************/


/********************animation 3*******************/


/********************animation 4*******************/


/*************************************************************************Theme 3 css**********************************************************************/

.apsc-theme-3 .apsc-media-type {
    display: none;
}

.apsc-theme-3 .social-icon {
    display: block;
    float: left;
}

.apsc-theme-3 .apsc-each-profile a {
    background: none;
}

.apsc-theme-3 .apsc-inner-block{
    color:#fff;
    font-size: 13px;
}

.apsc-theme-3 .apsc-fa-icon{
    display: table-cell;
}

.apsc-theme-3 .social-icon .fa {
    font-size: 18px;
    vertical-align: top;
    padding:2px 0 0;
}

.apsc-theme-3 .media-name {
    display: table-cell;
    padding: 1px 0 0 5px;
}

.apsc-theme-3 .social-icon {
    padding: 8px 10px;
    min-width: 117px;
    position: relative;
}

.apsc-theme-3 .apsc-each-profile {
    margin: 5px 7px;
}

.apsc-theme-3 .apsc-count {
    background-color: #e6e6e6;
    color: #333333;
    display: block;
    float: left;
    width: 77px;
    text-align:center;
    padding: 9px 10px 8px;
    position:relative;
    margin:0 0 0 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.apsc-theme-3 .social-icon:after {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #e6e6e6;
    border-top: 5px solid transparent;
    content: "";
    right: -7px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
}

.apsc-theme-3 .apsc-youtube-icon .social-icon{
    background-color:#e52d27;
}

.apsc-theme-3 .apsc-instagram-icon .social-icon{
    background-color:#3f729b;
}

.apsc-theme-3 .apsc-soundcloud-icon .social-icon{
    background-color:#ff3300;
}

.apsc-theme-3 .apsc-dribble-icon .social-icon{
    background-color:#ea4c89;
}

.apsc-theme-3 .apsc-twitter-icon .social-icon{
    background-color:#55acee;
}

.apsc-theme-3 .apsc-steam-icon .social-icon{
    background-color:#171a21;
}

.apsc-theme-3 .apsc-vimeo-icon .social-icon{
    background-color:#1ab7ea;
}

.apsc-theme-3 .apsc-google-plus-icon .social-icon{
    background-color:#dd4b39;
}

.apsc-theme-3 .apsc-envato-icon .social-icon{
    background-color:#82b541;
}

.apsc-theme-3 .apsc-pinterest-icon .social-icon{
    background-color:#cc2127;
}

.apsc-theme-3 .apsc-forrst-icon .social-icon{
    background-color:#5b9a68;
}

.apsc-theme-3 .apsc-flickr-icon .social-icon{
    background-color:#ff0084;
}

.apsc-theme-3 .apsc-vk-icon .social-icon{
    background-color:#45668e;
}

.apsc-theme-3 .apsc-edit-icon .social-icon{
    background-color:#666666;
}

.apsc-theme-3 .apsc-behance-icon .social-icon{
    background-color:#1769ff;
}

.apsc-theme-3 .apsc-github-icon .social-icon{
    background-color:#333333;
}

.apsc-theme-3 .apsc-comment-icon .social-icon{
    background-color:#464646;
}

.apsc-theme-3 .apsc-facebook-icon .social-icon{
    background-color:#3b5998;
}

.apsc-theme-3 .apsc-total-icon .social-icon{
    background-color: #ccc;
}

/********************animation 1*******************/

/********************animation 2*******************/

.apsc-theme-3.apsc-animation-2 .apsc-each-profile:hover .apsc-bttn-bg {
    border-radius:0;
    width: 100%;
}

/********************animation 3*******************/


/********************animation 4*******************/




/**************************************************************Theme 4 css**********************************************************************/
.apsc-theme-4 .apsc-each-profile {
    margin: 3px 5px;
}

.apsc-theme-4 .social-icon {
    position: relative;
    float:left;
    min-width: 107px;

    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;
}

.apsc-theme-4 .apsc-each-profile a{
    padding: 6px 9px;
    position:relative;
    border-radius: 3px;
    min-width: 156px;
}

.apsc-theme-4 .apsc-fa-icon{
    display:table-cell;
}

.apsc-theme-4 .apsc-each-profile  .fa{
    font-size: 18px;
    vertical-align: top;
    padding: 2px 0 0;
}

.apsc-theme-4 .apsc-inner-block{
    font-size: 13px;
    color:#fff;
}

.apsc-theme-4 .media-name {
   display: table-cell;
    padding: 0 0px 0 7px;
    text-transform: capitalize;
}

.apsc-theme-4 .apsc-count {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    float:right;
    text-align: right;
    position:relative;
    padding:0 13px;
    width: 84px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    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;
}

.apsc-theme-4 .apsc-media-type {
    display: none;
}

/********************animation 1*******************/

.apsc-theme-4.apsc-animation-1 .apsc-bttn-bg {
     width: 100%;
    min-width:0;
    background:url(../images/black-bg-ie8.png) repeat;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}

.apsc-theme-4.apsc-animation-1 .apsc-each-profile:hover .apsc_bttn{
    opacity: 1;
}

/********************animation 2*******************/

/********************animation 3*******************/

/********************animation 4*******************/

/*********************************************************Theme 5 css*******************************************************/
.apsc-theme-5 .apsc-media-type {
    display: none;
}

.apsc-theme-5 .apsc-each-profile {
    margin: 8px 10px;
}

.apsc-theme-5 .apsc-each-profile a{
    background:none;
}

.apsc-theme-5 .apsc-inner-block{
    font-size: 13px;
    color:#fff;
}

.apsc-theme-5 .apsc-each-profile  .fa{
    font-size: 18px;
}

.apsc-theme-5 .apsc-fa-icon {
    border-radius: 50px;
    display: block;
    float: left;
    height: 50px;
    text-align: center;
    width: 50px;
    position: relative;
    padding: 16px 0;
    z-index: 3;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.57);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.57);
}

.apsc-theme-5 .social-icon {
    display: block;
    float: left;
}

.apsc-theme-5 .media-name {
    display: block;
    float: left;
    margin: 7px 0 0 -10px;
    padding: 8px 8px 8px 16px;
    min-width: 94px;
}

.apsc-theme-5 .apsc-count {
    display: block;
    float: left;
    text-align: right;
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 7px 0 0;
    margin: 7px 0 0 -1px \9;
    padding: 8px 20px 8px 0;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* IE10+ specific styles go here */
.apsc-theme-5 .apsc-count {
    margin: 7px 0 0 -1px;
}
} 

.apsc-theme-5 .apsc-youtube-icon .apsc-fa-icon,.apsc-theme-5 .apsc-youtube-icon .media-name,.apsc-theme-5 .apsc-youtube-icon .apsc-count{
    background-color:#e52d27;
}

.apsc-theme-5 .apsc-instagram-icon .apsc-fa-icon,.apsc-theme-5 .apsc-instagram-icon .media-name,.apsc-theme-5 .apsc-instagram-icon .apsc-count{
    background-color:#3f729b;
}

.apsc-theme-5 .apsc-soundcloud-icon .apsc-fa-icon,.apsc-theme-5 .apsc-soundcloud-icon .media-name,.apsc-theme-5 .apsc-soundcloud-icon .apsc-count{
    background-color:#ff3300;
}

.apsc-theme-5 .apsc-dribble-icon .apsc-fa-icon,.apsc-theme-5 .apsc-dribble-icon .media-name,.apsc-theme-5 .apsc-dribble-icon .apsc-count{
    background-color:#ea4c89;
}

.apsc-theme-5 .apsc-twitter-icon .apsc-fa-icon,.apsc-theme-5 .apsc-twitter-icon .media-name,.apsc-theme-5 .apsc-twitter-icon .apsc-count{
    background-color:#55acee;
}

.apsc-theme-5 .apsc-steam-icon .apsc-fa-icon,.apsc-theme-5 .apsc-steam-icon .media-name,.apsc-theme-5 .apsc-steam-icon .apsc-count{
    background-color:#171a21;
}

.apsc-theme-5 .apsc-vimeo-icon .apsc-fa-icon,.apsc-theme-5 .apsc-vimeo-icon .media-name,.apsc-theme-5 .apsc-vimeo-icon .apsc-count{
    background-color:#1ab7ea;
}

.apsc-theme-5 .apsc-google-plus-icon .apsc-fa-icon,.apsc-theme-5 .apsc-google-plus-icon .media-name,.apsc-theme-5 .apsc-google-plus-icon .apsc-count{
    background-color:#dd4b39;
}

.apsc-theme-5 .apsc-envato-icon .apsc-fa-icon,.apsc-theme-5 .apsc-envato-icon .media-name,.apsc-theme-5 .apsc-envato-icon .apsc-count{
    background-color:#82b541;
}

.apsc-theme-5 .apsc-pinterest-icon .apsc-fa-icon,.apsc-theme-5 .apsc-pinterest-icon .media-name,.apsc-theme-5 .apsc-pinterest-icon .apsc-count{
    background-color:#cc2127;
}

.apsc-theme-5 .apsc-forrst-icon .apsc-fa-icon,.apsc-theme-5 .apsc-forrst-icon .media-name,.apsc-theme-5 .apsc-forrst-icon .apsc-count{
    background-color:#5b9a68;
}

.apsc-theme-5 .apsc-flickr-icon .apsc-fa-icon,.apsc-theme-5 .apsc-flickr-icon .media-name,.apsc-theme-5 .apsc-flickr-icon .apsc-count{
    background-color:#ff0084;
}

.apsc-theme-5 .apsc-vk-icon .apsc-fa-icon,.apsc-theme-5 .apsc-vk-icon .media-name,.apsc-theme-5 .apsc-vk-icon .apsc-count{
    background-color:#45668e;
}

.apsc-theme-5 .apsc-edit-icon .apsc-fa-icon,.apsc-theme-5 .apsc-edit-icon .media-name,.apsc-theme-5 .apsc-edit-icon .apsc-count{
    background-color:#666666;
}

.apsc-theme-5 .apsc-behance-icon .apsc-fa-icon,.apsc-theme-5 .apsc-behance-icon .media-name,.apsc-theme-5 .apsc-behance-icon .apsc-count{
    background-color:#1769ff;
}

.apsc-theme-5 .apsc-github-icon .apsc-fa-icon,.apsc-theme-5 .apsc-github-icon .media-name,.apsc-theme-5 .apsc-github-icon .apsc-count{
    background-color:#333333;
}

.apsc-theme-5 .apsc-comment-icon .apsc-fa-icon,.apsc-theme-5 .apsc-comment-icon .media-name,.apsc-theme-5 .apsc-comment-icon .apsc-count{
    background-color:#464646;
}

.apsc-theme-5 .apsc-facebook-icon .apsc-fa-icon,.apsc-theme-5 .apsc-facebook-icon .media-name,.apsc-theme-5 .apsc-facebook-icon .apsc-count{
    background-color:#3b5998;
}

.apsc-theme-5 .apsc-total-icon .apsc-fa-icon,.apsc-theme-5 .apsc-total-icon .media-name,.apsc-theme-5 .apsc-total-icon .apsc-count{
    background-color:#ccc;
}

/********************animation 1*******************/

.apsc-theme-5.apsc-animation-1 .apsc-each-profile .apsc-social-name{
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition:all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition:all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    z-index:2;
}

.apsc-theme-5.apsc-animation-1 .apsc-each-profile:hover .apsc-social-name{
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform:scale(0.5);

    transition-delay: 0s;
    -webkit-transition-delay:0s;
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
}


.apsc-theme-5.apsc-animation-1 .apsc-bttn-bg {
    min-width:0;
}

.apsc-theme-5.apsc-animation-1 .apsc-each-profile:hover .apsc_bttn{
    left: 54px;
    margin-left: 0;
    opacity: 1;
}

.apsc-theme-5.apsc-animation-1 .apsc-each-profile:hover .apsc-fa-icon,.apsc-theme-5.apsc-animation-1 .apsc-each-profile:hover .media-name,.apsc-theme-5.apsc-animation-1 .apsc-each-profile:hover .apsc-count{
    background-color:#7f7f7f;
}

.apsc-theme-5.apsc-animation-1 .apsc-each-profile:hover .apsc-bttn-bg {
    background: none;

}

/********************animation 2*******************/

.apsc-theme-5.apsc-animation-2 .apsc-social-name{
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition:all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition:all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    z-index:2;
}

/*.apsc-theme-5.apsc-animation-2 .apsc-each-profile:hover .apsc-social-name{
     opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform:scale(0);

    transition-delay: 0s;
    -webkit-transition-delay:0s;
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
}

.apsc-theme-5.apsc-animation-2 .apsc-each-profile:hover .apsc-fa-icon,.apsc-theme-5.apsc-animation-2 .apsc-each-profile:hover .media-name,.apsc-theme-5.apsc-animation-2 .apsc-each-profile:hover .apsc-count {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}*/

.apsc-theme-5.apsc-animation-2 .apsc-each-profile .apsc-bttn-bg {
    z-index: 4;
}

/********************animation 3*******************/

/************************************************************************Theme 6 css*********************************************************************/

.apsc-theme-6 .media-name,.apsc-theme-6 .apsc-media-type{
    display:none;
}

.apsc-theme-6 .apsc-inner-block{
    font-size: 13px;
    color:#fff;
}

.apsc-theme-6 .apsc-each-profile  .fa{
    font-size: 18px;
}

.apsc-theme-6 .apsc-each-profile {
    margin: 4px;
}

.apsc-theme-6 .apsc-each-profile a {
    border-radius: 75px;
    height: 75px;
    text-align: center;
    width: 75px;
    padding: 17px 0;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.57);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.57);
}

.apsc-theme-6 .apsc-each-profile .apsc-count{
    display: block;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/********************animation 1*******************/
.apsc-theme-6.apsc-animation-1 .apsc-each-profile:hover a.apsc-icon-soc {
    transform: scale(0.5);
    -webkit-transform:scale(0.5);
    -moz-transform:scale(0.5);
    -o-transform:scale(0.5);
    transition-delay: 0s;
}

.apsc-theme-6.apsc-animation-1 .apsc-each-profile:hover .apsc-bttn-bg{
    background:url(../images/black-bg-ie8.png) repeat;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 100%;
}

/********************animation 2*******************/

/********************animation 3*******************/

/****************************************************************Theme 7 css*****************************************************************************/

.apsc-theme-7 .apsc-each-profile {
    text-align: center;
    margin: 5px 3px;
}

.apsc-theme-7 .apsc-each-profile a{
    color: #fff;
    position:relative;
    border-radius: 4px;
    padding: 10px;
    min-height: 86px;
    width: 90px;
}

.apsc-theme-7 .apsc-count {
    display: block;
    line-height: 1;
    padding: 1px 0;
    width: 100%;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.apsc-theme-7 .apsc-inner-block{
    font-size: 13px;
    color:#fff;
    font-weight:300;
}

.apsc-theme-7 .social-icon .fa {
    font-size: 20px;
}

.apsc-theme-7 .media-name {
    display: none;
}

.apsc-theme-7 .apsc-media-type {
    display: block;
    line-height: 1;
}

.apsc-theme-7 .social-icon {
    padding: 5px 0;
}

/********************animation 1*******************/

.apsc-theme-7.apsc-animation-1 a.apsc-icon-soc{
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition:all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition:all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    z-index:2;
}

.apsc-theme-7.apsc-animation-1 .apsc-each-profile:hover a.apsc-icon-soc{
     transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform:scale(0.5);

    transition-delay: 0s;
    -webkit-transition-delay:0s;
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
}

.apsc-theme-7.apsc-animation-1 .apsc-bttn-bg {
    border-radius: 4px;
    width: 90px;
}

.apsc-theme-7.apsc-animation-1 .apsc-each-profile:hover .apsc-bttn-bg{
    background:url(../images/black-bg-ie8.png) repeat;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}

/********************animation 2*******************/


/********************animation 3*******************/


/*************************************************Theme 8 css*************************************************************/

.apsc-theme-8 .apsc-each-profile a{
    background:none;
    width: 60px;
}

.apsc-theme-8 .media-name {
    display: none;
}

.apsc-theme-8 .apsc-fa-icon {
    display: block;
    width:43px;
    height:43px;
    border-radius:43px;
    margin:0 auto;
    padding: 12px 0;
}

.apsc-theme-8 .apsc-each-profile {
    margin: 7px 15px;
    text-align: center;
}

.apsc-theme-8 .apsc-inner-block{
    font-size: 13px;
    color:#1a1a1a;
}

.apsc-theme-8 .apsc-inner-block .apsc-media-type{
    font-size: 11px;
    font-weight:300;
    display: block;
}

.apsc-theme-8 .social-icon .fa {
    font-size: 20px;
    color:#fff;
}

.apsc-theme-8 .apsc-count {
    display: block;
    line-height: 1;
    padding: 6px 0 0;
    width: 100%;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.apsc-theme-8 .apsc-youtube-icon .apsc-fa-icon{
    background-color:#e52d27;
}

.apsc-theme-8 .apsc-instagram-icon .apsc-fa-icon{
    background-color:#3f729b;
}

.apsc-theme-8 .apsc-soundcloud-icon .apsc-fa-icon{
    background-color:#ff3300;
}

.apsc-theme-8 .apsc-dribble-icon .apsc-fa-icon{
    background-color:#ea4c89;
}

.apsc-theme-8 .apsc-twitter-icon .apsc-fa-icon{
    background-color:#55acee;
}

.apsc-theme-8 .apsc-steam-icon .apsc-fa-icon{
    background-color:#171a21;
}

.apsc-theme-8 .apsc-vimeo-icon .apsc-fa-icon{
    background-color:#1ab7ea;
}

.apsc-theme-8 .apsc-google-plus-icon .apsc-fa-icon{
    background-color:#dd4b39;
}

.apsc-theme-8 .apsc-envato-icon .apsc-fa-icon{
    background-color:#82b541;
}

.apsc-theme-8 .apsc-pinterest-icon .apsc-fa-icon{
    background-color:#cc2127;
}

.apsc-theme-8 .apsc-forrst-icon .apsc-fa-icon{
    background-color:#5b9a68;
}

.apsc-theme-8 .apsc-flickr-icon .apsc-fa-icon{
    background-color:#ff0084;
}

.apsc-theme-8 .apsc-vk-icon .apsc-fa-icon{
    background-color:#45668e;
}

.apsc-theme-8 .apsc-edit-icon .apsc-fa-icon{
    background-color:#666666;
}

.apsc-theme-8 .apsc-behance-icon .apsc-fa-icon{
    background-color:#1769ff;
}

.apsc-theme-8 .apsc-github-icon .apsc-fa-icon{
    background-color:#333333;
}

.apsc-theme-8 .apsc-comment-icon .apsc-fa-icon{
    background-color:#464646;
}

.apsc-theme-8 .apsc-facebook-icon .apsc-fa-icon{
    background-color:#3b5998;
}

.apsc-theme-8 .apsc-total-icon .apsc-fa-icon{
    background-color:#ccc;
}

.apsc-total-text {
    color: #fff;
}

/********************animation 1*******************/

.apsc-theme-8.apsc-animation-1 a.apsc-icon-soc,.apsc-theme-9.apsc-animation-1 a.apsc-icon-soc{
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition:all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition:all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    z-index:2;
}

.apsc-theme-8.apsc-animation-1 .apsc-each-profile:hover a.apsc-icon-soc,.apsc-theme-9.apsc-animation-1 .apsc-each-profile:hover a.apsc-icon-soc{
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform:scale(0.5);

    transition-delay: 0s;
    -webkit-transition-delay:0s;
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
}

.apsc-theme-8 .apsc-each-profile:hover .apsc_bttn,.apsc-theme-9 .apsc-each-profile:hover .apsc_bttn,.apsc-theme-12 .apsc-each-profile:hover .apsc_bttn,.apsc-theme-16 .apsc-each-profile:hover .apsc_bttn{
    font-size: 100%;
    margin-left: -27px;
    width: 55px;
    margin-top: -6px;
    font-size: 10px;
}

.apsc-theme-8.apsc-animation-1 .apsc-each-profile:hover .apsc-bttn-bg,.apsc-theme-9.apsc-animation-1 .apsc-each-profile:hover .apsc-bttn-bg {
     background:url(../images/black-bg-ie8.png) repeat;
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    width: 60px;
}


/********************animation 2*******************/

.apsc-theme-8 .apsc-each-profile:hover .apsc-bttn-bg {
    border-radius: 4px;
}

/********************animation 3*******************/

/********************animation 4*******************/

/*********************************************************Theme 9 css**********************************************************/

.apsc-theme-9 .apsc-each-profile a{
    background:none;
    width: 60px;
}

.apsc-theme-9 .media-name {
    display: none;
}

.apsc-theme-9 .apsc-fa-icon {
    display: block;
    width:43px;
    height:43px;
    border-radius:43px;
    margin:0 auto;
    padding: 11px 0;
}

.apsc-theme-9 .apsc-each-profile {
    margin: 7px 15px;
    text-align: center;
}

.apsc-theme-9 .apsc-inner-block{
    font-size: 13px;
    color:#4d4d4d;
}

.apsc-theme-9 .apsc-inner-block .apsc-media-type{
    font-size: 11px;
    font-weight:300;
    display: block;
}

.apsc-theme-9 .social-icon .fa {
    font-size: 20px;
    color:#fff;
}

.apsc-theme-9 .apsc-count {
    display: block;
    line-height: 1;
    padding: 6px 0 0;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.apsc-theme-9 .apsc-each-profile .apsc-fa-icon{
    background-color:#666666;
}

/********************animation 2*******************/
.apsc-theme-9 .apsc-each-profile:hover .apsc-bttn-bg {
    border-radius: 4px;
}

.apsc-theme-9.apsc-animation-2 .apsc-each-profile .apsc_bttn {
    border-radius: 3px;
    font-size: 10px;
    left: 50%;
    margin-left: -27px;
    width: 55px;
}

/********************animation 3*******************/

/********************animation 4*******************/

/********************************************Theme 10 css*******************************************************/

.apsc-theme-10 .apsc-each-profile a{
    background:none;
}

.apsc-theme-10 .media-name {
    display: none;
}

.apsc-theme-10 .social-icon .fa {
    font-size: 20px;
    color:#fff;
}

.apsc-theme-10 .apsc-inner-block{
    font-size: 18px;
    color:#4d4d4d;
}

.apsc-theme-10 .apsc-inner-block .apsc-media-type{
    color: #666666;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 1;
    margin: 14px 0 0 7px;
    min-width: 70px;
    text-align: left;
}

.apsc-theme-10 .apsc-fa-icon {
    display: block;
    width:43px;
    height:43px;
    border-radius:43px;
    margin:0 auto;
    padding: 9px 0;
}

.apsc-theme-10 .apsc-each-profile {
    margin: 7px 12px;
    text-align: center;
}

.apsc-theme-10 .social-icon {
    display: block;
    float: left;
    margin: 0 6px 0 0;
}

.apsc-theme-10 .apsc-count {
    display: block;
    float: left;
    line-height: 1;
    margin: 12px 0 0;
    width: 82px;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.apsc-theme-10 .apsc-youtube-icon .apsc-fa-icon{
    background-color:#e52d27;
}

.apsc-theme-10 .apsc-instagram-icon .apsc-fa-icon{
    background-color:#3f729b;
}

.apsc-theme-10 .apsc-soundcloud-icon .apsc-fa-icon{
    background-color:#ff3300;
}

.apsc-theme-10 .apsc-dribble-icon .apsc-fa-icon{
    background-color:#ea4c89;
}

.apsc-theme-10 .apsc-twitter-icon .apsc-fa-icon{
    background-color:#55acee;
}

.apsc-theme-10 .apsc-steam-icon .apsc-fa-icon{
    background-color:#171a21;
}

.apsc-theme-10 .apsc-vimeo-icon .apsc-fa-icon{
    background-color:#1ab7ea;
}

.apsc-theme-10 .apsc-google-plus-icon .apsc-fa-icon{
    background-color:#dd4b39;
}

.apsc-theme-10 .apsc-envato-icon .apsc-fa-icon{
    background-color:#82b541;
}

.apsc-theme-10 .apsc-pinterest-icon .apsc-fa-icon{
    background-color:#cc2127;
}

.apsc-theme-10 .apsc-forrst-icon .apsc-fa-icon{
    background-color:#5b9a68;
}

.apsc-theme-10 .apsc-flickr-icon .apsc-fa-icon{
    background-color:#ff0084;
}

.apsc-theme-10 .apsc-vk-icon .apsc-fa-icon{
    background-color:#45668e;
}

.apsc-theme-10 .apsc-edit-icon .apsc-fa-icon{
    background-color:#666666;
}

.apsc-theme-10 .apsc-behance-icon .apsc-fa-icon{
    background-color:#1769ff;
}

.apsc-theme-10 .apsc-github-icon .apsc-fa-icon{
    background-color:#333333;
}

.apsc-theme-10 .apsc-comment-icon .apsc-fa-icon{
    background-color:#464646;
}

.apsc-theme-10 .apsc-facebook-icon .apsc-fa-icon{
    background-color:#3b5998;
}

.apsc-theme-10 .apsc-total-icon .apsc-fa-icon{
    background-color:#ccc;
    font-size:13px;
}


/********************animation 1*******************/

.apsc-theme-10.apsc-animation-1 a.apsc-icon-soc,.apsc-theme-11.apsc-animation-1 a.apsc-icon-soc{
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition:all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition:all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    z-index:2;
}

.apsc-theme-10.apsc-animation-1 .apsc-each-profile:hover a.apsc-icon-soc,.apsc-theme-11.apsc-animation-1 .apsc-each-profile:hover a.apsc-icon-soc{
     transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform:scale(0.5);

    transition-delay: 0s;
    -webkit-transition-delay:0s;
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
}

.apsc-theme-10.apsc-animation-1 .apsc-each-profile:hover .apsc-bttn-bg,.apsc-theme-11.apsc-animation-1 .apsc-each-profile:hover .apsc-bttn-bg {
    background:url(../images/black-bg-ie8.png) repeat;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    width: 204px;
}

/********************animation 2*******************/

.apsc-theme-10.apsc-animation-2 .apsc-each-profile .apsc-bttn-bg {
    min-width: 0px;
}

.apsc-theme-10 .apsc-each-profile:hover .apsc-bttn-bg {
    border-radius: 4px;
}

/********************animation 3*******************/


/****************************************************Theme 11 css**********************************************************/

.apsc-theme-11 .apsc-each-profile a{
    background:none;
}

.apsc-theme-11 .media-name {
    display: none;
}

.apsc-theme-11 .social-icon .fa {
    font-size: 20px;
    color:#fff;
}

.apsc-theme-11 .apsc-inner-block{
    font-size: 13px;
    color:#333333;
}

.apsc-theme-11 .apsc-inner-block .apsc-media-type{
    color: #666666;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 1;
    margin: 19px 0 0 7px;
    min-width: 75px;
    text-align: left;
}

.apsc-theme-11 .apsc-fa-icon {
    display: block;
    width:43px;
    height:43px;
    border-radius:43px;
    margin:0 auto;
    padding: 11px 0;
}

.apsc-theme-11 .apsc-each-profile {
    margin: 7px 12px;
    text-align: center;
}

.apsc-theme-11 .social-icon {
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.apsc-theme-11 .apsc-count {
    background-color: #f2f2f2;
    border-radius: 5px;
    display: block;
    float: left;
    line-height: 1;
    margin: 7px 0 0;
    width: 82px;
    padding: 8px 12px;
    text-align: center;
    position:relative;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.apsc-theme-11 .apsc-count:before {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #f2f2f2;
    border-top: 5px solid transparent;
    content: "";
    left: -5px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
}

.apsc-theme-11 .apsc-youtube-icon .apsc-fa-icon{
    background-color:#e52d27;
}

.apsc-theme-11 .apsc-instagram-icon .apsc-fa-icon{
    background-color:#3f729b;
}

.apsc-theme-11 .apsc-soundcloud-icon .apsc-fa-icon{
    background-color:#ff3300;
}

.apsc-theme-11 .apsc-dribble-icon .apsc-fa-icon{
    background-color:#ea4c89;
}

.apsc-theme-11 .apsc-twitter-icon .apsc-fa-icon{
    background-color:#55acee;
}

.apsc-theme-11 .apsc-steam-icon .apsc-fa-icon{
    background-color:#171a21;
}

.apsc-theme-11 .apsc-vimeo-icon .apsc-fa-icon{
    background-color:#1ab7ea;
}

.apsc-theme-11 .apsc-google-plus-icon .apsc-fa-icon{
    background-color:#dd4b39;
}

.apsc-theme-11 .apsc-envato-icon .apsc-fa-icon{
    background-color:#82b541;
}

.apsc-theme-11 .apsc-pinterest-icon .apsc-fa-icon{
    background-color:#cc2127;
}

.apsc-theme-11 .apsc-forrst-icon .apsc-fa-icon{
    background-color:#5b9a68;
}

.apsc-theme-11 .apsc-flickr-icon .apsc-fa-icon{
    background-color:#ff0084;
}

.apsc-theme-11 .apsc-vk-icon .apsc-fa-icon{
    background-color:#45668e;
}

.apsc-theme-11 .apsc-edit-icon .apsc-fa-icon{
    background-color:#666666;
}

.apsc-theme-11 .apsc-behance-icon .apsc-fa-icon{
    background-color:#1769ff;
}

.apsc-theme-11 .apsc-github-icon .apsc-fa-icon{
    background-color:#333333;
}

.apsc-theme-11 .apsc-comment-icon .apsc-fa-icon{
    background-color:#464646;
}

.apsc-theme-11 .apsc-facebook-icon .apsc-fa-icon{
    background-color:#3b5998;
}

.apsc-theme-11 .apsc-total-icon .apsc-fa-icon{
    background-color:#ccc;
}

/********************animation 2*******************/

.apsc-theme-11.apsc-animation-2 .apsc-each-profile .apsc-bttn-bg {
    min-width: 0;
}

.apsc-theme-11 .apsc-each-profile:hover .apsc-bttn-bg {
    border-radius: 4px;
}


/********************animation 3*******************/


/********************************************Theme 12 css*******************************************************/
.apsc-theme-12 .apsc-each-profile a{
    background:none;
    width: 60px;
}

.apsc-theme-12 .media-name,.apsc-theme-12 .apsc-media-type {
    display: none;
}

.apsc-theme-12 .apsc-fa-icon {
    display: block;
    width:43px;
    height:43px;
    border-radius:43px;
    margin:0 auto;
    padding: 12px 0;
}

.apsc-theme-12 .apsc-each-profile {
    margin: 10px 7px;
    text-align: center;
}

.apsc-theme-12 .apsc-inner-block{
    font-size: 13px;
    color:#666666;
}

.apsc-theme-12 .apsc-inner-block .apsc-media-type{
    font-size: 11px;
    font-weight:300;
}

.apsc-theme-12 .social-icon .fa {
    font-size: 20px;
    color:#fff;
}

.apsc-theme-12 .apsc-count {
    display: block;
    line-height: 1;
    padding: 6px 0 0;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.apsc-theme-12 .apsc-youtube-icon .apsc-fa-icon{
    background-color:#e52d27;
}

.apsc-theme-12 .apsc-instagram-icon .apsc-fa-icon{
    background-color:#3f729b;
}

.apsc-theme-12 .apsc-soundcloud-icon .apsc-fa-icon{
    background-color:#ff3300;
}

.apsc-theme-12 .apsc-dribble-icon .apsc-fa-icon{
    background-color:#ea4c89;
}

.apsc-theme-12 .apsc-twitter-icon .apsc-fa-icon{
    background-color:#55acee;
}

.apsc-theme-12 .apsc-steam-icon .apsc-fa-icon{
    background-color:#171a21;
}

.apsc-theme-12 .apsc-vimeo-icon .apsc-fa-icon{
    background-color:#1ab7ea;
}

.apsc-theme-12 .apsc-google-plus-icon .apsc-fa-icon{
    background-color:#dd4b39;
}

.apsc-theme-12 .apsc-envato-icon .apsc-fa-icon{
    background-color:#82b541;
}

.apsc-theme-12 .apsc-pinterest-icon .apsc-fa-icon{
    background-color:#cc2127;
}

.apsc-theme-12 .apsc-forrst-icon .apsc-fa-icon{
    background-color:#5b9a68;
}

.apsc-theme-12 .apsc-flickr-icon .apsc-fa-icon{
    background-color:#ff0084;
}

.apsc-theme-12 .apsc-vk-icon .apsc-fa-icon{
    background-color:#45668e;
}

.apsc-theme-12 .apsc-edit-icon .apsc-fa-icon{
    background-color:#666666;
}

.apsc-theme-12 .apsc-behance-icon .apsc-fa-icon{
    background-color:#1769ff;
}

.apsc-theme-12 .apsc-github-icon .apsc-fa-icon{
    background-color:#333333;
}

.apsc-theme-12 .apsc-comment-icon .apsc-fa-icon{
    background-color:#464646;
}

.apsc-theme-12 .apsc-facebook-icon .apsc-fa-icon{
    background-color:#3b5998;
}

.apsc-theme-12 .apsc-total-icon .apsc-fa-icon{
    background-color:#ccc;
}

/********************animation 1*******************/
.apsc-theme-12.apsc-animation-1 a.apsc-icon-soc{
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition:all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition:all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    z-index:2;
}

.apsc-theme-12.apsc-animation-1 .apsc-each-profile:hover a.apsc-icon-soc{
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform:scale(0.5);

    transition-delay: 0s;
    -webkit-transition-delay:0s;
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
}

.apsc-theme-12.apsc-animation-1 .apsc-each-profile:hover .apsc_bttn{
    border-radius: 3px;
    font-size: 10px;
    left: 50%;
    margin-left: -27px;
    width: 55px;
}

.apsc-theme-12.apsc-animation-1 .apsc-each-profile:hover .apsc-bttn-bg {
    background:url(../images/black-bg-ie8.png) repeat;
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    width: 60px;
}

/********************animation 2*******************/

.apsc-theme-12 .apsc-each-profile:hover .apsc-bttn-bg {
    border-radius: 4px;
}

/********************animation 3*******************/


/********************************************Theme 13 css*******************************************************/
.apsc-theme-13 .apsc-each-profile {
    text-align: center;
    margin: 5px 3px;
}

.apsc-theme-13 .apsc-each-profile a{
    padding: 12px 6px;
    width: 82px;
    min-height: 85px;
    position:relative;
}

.apsc-theme-13 .apsc-inner-block{
    font-size: 13px;
    color:#fff;
}

.apsc-theme-13 .social-icon .fa {
    font-size: 20px;
}

.apsc-theme-13 .apsc-count {
    font-size: 12px;
    display: block;
    line-height: 12px;
    padding: 3px 0 0;
    font-weight:300;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.apsc-theme-13 .media-name {
    display: none;
}

.apsc-theme-13 .apsc-media-type {
    font-weight:300;
}

/********************animation 1*******************/

.apsc-theme-13.apsc-animation-1 a.apsc-icon-soc,.apsc-theme-14.apsc-animation-1 a.apsc-icon-soc{
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition:all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition:all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    z-index:2;
}

.apsc-theme-13.apsc-animation-1 .apsc-each-profile:hover a.apsc-icon-soc,.apsc-theme-14.apsc-animation-1 .apsc-each-profile:hover a.apsc-icon-soc{
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform:scale(0.5);

    transition-delay: 0s;
    -webkit-transition-delay:0s;
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
}

.apsc-theme-13.apsc-animation-1 .apsc-bttn-bg,.apsc-theme-14.apsc-animation-1 .apsc-bttn-bg {
    background:url(../images/black-bg-ie8.png) repeat;
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
     border-radius: 0;
}

/********************animation 2*******************/

/********************animation 3*******************/

/********************************************Theme 14 css*******************************************************/

.apsc-theme-14 .apsc-each-profile {
    text-align: center;
    margin: 5px 3px;
}

.apsc-theme-14 .apsc-each-profile a.apsc-icon-soc{
    padding: 12px 6px;
    display: block;
    width: 82px;
    min-height: 85px;
    position:relative;
    background-color:#4d4d4d;
    z-index: 2;
}

.apsc-theme-14 .apsc-inner-block{
    font-size: 13px;
    color:#fff;
}

.apsc-theme-14 .social-icon .fa {
    font-size: 20px;
}

.apsc-theme-14 .apsc-count {
    font-size: 12px;
    display: block;
    line-height: 12px;
    padding: 3px 0 0;
    font-weight:300;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.apsc-theme-14 .media-name {
    display: none;
}

.apsc-theme-14 .apsc-media-type {
    font-weight:300;
}

/********************animation 2*******************/

/********************animation 3*******************/

.apsc-theme-14.apsc-animation-3 .apsc-each-profile .apsc-bttn-bg {
     border-radius: 0;
    height: 100%;
    left: 0;
    width: 100%;
}

.apsc-theme-14.apsc-animation-3 .apsc-each-profile:hover .apsc-bttn-bg {
    top: 0px;
}

/********************************************Theme 15 css*******************************************************/

.apsc-theme-15 .apsc-each-profile {
    margin: 5px;
}

.apsc-theme-15 .social-icon {
    position: relative;
    float:left;
    min-width: 102px;
}

.apsc-theme-15 .apsc-each-profile a{
    padding: 7px 0 7px 10px;
    position:relative;
    border-radius: 3px;
    width: 202px;
}

.apsc-theme-15 .apsc-fa-icon{
    display:table-cell;
    vertical-align: middle;
}

.apsc-theme-15 .apsc-each-profile  .fa{
    font-size: 18px;
    vertical-align:middle;
}

.apsc-theme-15 .apsc-inner-block{
    font-size: 13px;
    color:#fff;
}

.apsc-theme-15 .media-name {
   display: table-cell;
    padding: 1px 0px 0 7px;
    text-transform: capitalize;
}

.apsc-theme-15 .apsc-count {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    float:right;
    text-align: right;
    position:relative;
    padding:0 14px 0 18px;
    width: 90px;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.apsc-theme-15 .apsc-media-type {
    display: none;
}

.apsc-theme-15 .apsc-facebook-icon {
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(44,67,114,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(44,67,114,1);
    box-shadow: inset 0px -2px 0px 0px rgba(44,67,114,1);
}

.apsc-theme-15 .apsc-twitter-icon{
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(64,129,179,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(64,129,179,1);
    box-shadow: inset 0px -2px 0px 0px rgba(64,129,179,1);
}

.apsc-theme-15 .apsc-youtube-icon{
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(172,34,29,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(172,34,29,1);
    box-shadow: inset 0px -2px 0px 0px rgba(172,34,29,1);
}

.apsc-theme-15 .apsc-soundcloud-icon{
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(195,38,0,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(195,38,0,1);
    box-shadow: inset 0px -2px 0px 0px rgba(195,38,0,1);
}

.apsc-theme-15 .apsc-dribble-icon{
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(179,58,105,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(179,58,105,1);
    box-shadow: inset 0px -2px 0px 0px rgba(179,58,105,1);
}

.apsc-theme-15 .apsc-comment-icon{
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(53,53,53,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(53,53,53,1);
    box-shadow: inset 0px -2px 0px 0px rgba(53,53,53,1);
}

.apsc-theme-15 .apsc-edit-icon{
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(78,78,78,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(78,78,78,1);
    box-shadow: inset 0px -2px 0px 0px rgba(78,78,78,1);
}

.apsc-theme-15 .apsc-google-plus-icon{
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(176,59,45,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(176,59,45,1);
    box-shadow: inset 0px -2px 0px 0px rgba(176,59,45,1);
}

.apsc-theme-15 .apsc-instagram-icon{
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(47,86,116,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(47,86,116,1);
    box-shadow: inset 0px -2px 0px 0px rgba(47,86,116,1);
}

.apsc-theme-15 .apsc-vimeo-icon{
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(20,137,176,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(20,137,176,1);
    box-shadow: inset 0px -2px 0px 0px rgba(20,137,176,1);
}

.apsc-theme-15 .apsc-envato-icon{
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(98,136,49,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(98,136,49,1);
    box-shadow: inset 0px -2px 0px 0px rgba(98,136,49,1);
}

.apsc-theme-15 .apsc-pinterest-icon{
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(153,25,29,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(153,25,29,1);
    box-shadow: inset 0px -2px 0px 0px rgba(153,25,29,1);
}

.apsc-theme-15 .apsc-forrst-icon{
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(68,116,78,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(68,116,78,1);
    box-shadow: inset 0px -2px 0px 0px rgba(68,116,78,1);
}

.apsc-theme-15 .apsc-flickr-icon{
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(191,0,99,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(191,0,99,1);
    box-shadow: inset 0px -2px 0px 0px rgba(191,0,99,1);
}

.apsc-theme-15 .apsc-vk-icon{
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(53,78,109,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(53,78,109,1);
    box-shadow: inset 0px -2px 0px 0px rgba(53,78,109,1);
}

.apsc-theme-15 .apsc-behance-icon{
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(17,79,191,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(17,79,191,1);
    box-shadow: inset 0px -2px 0px 0px rgba(17,79,191,1);
}

.apsc-theme-15 .apsc-github-icon{
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,1);
    box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,1);
}

.apsc-theme-15 .apsc-steam-icon{
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(8,9,12,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(8,9,12,1);
    box-shadow: inset 0px -2px 0px 0px rgba(8,9,12,1);
}


/********************animation 1*******************/
.apsc-theme-15.apsc-animation-1 .apsc-each-profile .social-icon{
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition:all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition:all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    z-index:2;
}

.apsc-theme-15.apsc-animation-1 .apsc-each-profile:hover .social-icon{
     transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform:scale(0.5);

    transition-delay: 0s;
    -webkit-transition-delay:0s;
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
}

.apsc-theme-15.apsc-animation-1 .apsc-bttn-bg {
    min-width:0;
}

.apsc-theme-15.apsc-animation-1 .apsc-each-profile:hover .apsc-icon-soc{
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(94,93,93,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(94,93,93,1);
    box-shadow: inset 0px -2px 0px 0px rgba(94,93,93,1);
}

.apsc-theme-15.apsc-animation-1 .apsc-each-profile:hover .apsc_bttn{
    opacity: 1;
}

.apsc-theme-15.apsc-animation-1 .apsc-each-profile:hover .apsc-bttn-bg{
    background:url(../images/black-bg-ie8.png) repeat;
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}

/********************animation 2*******************/
/********************animation 3*******************/

/********************************************Theme 16 css*******************************************************/

.apsc-theme-16 .apsc-each-profile a{
    background:none;
    width: 60px;
}

.apsc-theme-16 .apsc-each-profile {
    text-align: center;
    margin:20px 13px;
}

.apsc-theme-16 .apsc-media-type,.apsc-theme-16 .media-name {
    display: none;
}

.apsc-theme-16 .apsc-count {
    color: #333333;
    font-size: 13px;
    font-weight: 300;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.apsc-theme-16 .apsc-each-profile  .fa{
    font-size: 37px;
}

.apsc-theme-16 .apsc-facebook-icon .fa {
    color:#3b5998;
}

.apsc-theme-16 .apsc-twitter-icon .fa {
    color:#1dcaff;
}

.apsc-theme-16 .apsc-youtube-icon .fa {
    color:#e52d27;
}

.apsc-theme-16 .apsc-soundcloud-icon .fa {
    color:#ff3300;
}

.apsc-theme-16 .apsc-dribble-icon .fa {
    color:#ea4c89;
}

.apsc-theme-16 .apsc-comment-icon .fa {
    color:#464646;
}

.apsc-theme-16 .apsc-edit-icon .fa {
    color:#837d7d;
}

.apsc-theme-16 .apsc-google-plus-icon .fa {
    color:#dd4b39;
}

.apsc-theme-16 .apsc-instagram-icon .fa {
    color:#3f729b;
}

.apsc-theme-16 .apsc-vimeo-icon .fa {
    color:#1ab7ea;
}

.apsc-theme-16 .apsc-envato-icon .fa {
    color:#82b541;
}

.apsc-theme-16 .apsc-pinterest-icon .fa {
    color:#cc2127;
}

.apsc-theme-16 .apsc-forrst-icon .fa {
    color:#5b9a68;
}

.apsc-theme-16 .apsc-flickr-icon .fa {
    color:#ff0084;
}

.apsc-theme-16 .apsc-vk-icon .fa {
    color:#45668e;
}

.apsc-theme-16 .apsc-behance-icon .fa {
    color:#1769ff;
}

.apsc-theme-16 .apsc-github-icon .fa {
    color:#333333;
}

.apsc-theme-16 .apsc-steam-icon .fa {
    color:#171a21;
}

.apsc-theme-16 .apsc-total-icon .apsc-total-text{
   color:#ccc;
   font-size: 18px;
}

/********************animation 1*******************/
.apsc-theme-16.apsc-animation-1 a.apsc-icon-soc{
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition:all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition:all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    z-index:2;
}

.apsc-theme-16.apsc-animation-1 .apsc-each-profile:hover a.apsc-icon-soc{
     transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform:scale(0.5);

    transition-delay: 0s;
    -webkit-transition-delay:0s;
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
}

.apsc-theme-16.apsc-animation-1 .apsc-each-profile:hover .apsc-bttn-bg {
    background:url(../images/black-bg-ie8.png) repeat;
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    width: 60px;
}
/********************animation 2*******************/

.apsc-theme-16 .apsc-each-profile:hover .apsc-bttn-bg {
    border-radius: 4px;
}

/********************animation 3*******************/

/********************animation 4*******************/

/********************************************Theme 17 css*******************************************************/

.apsc-theme-17 .apsc-each-profile {
    text-align: center;
    margin: 5px 3px;
}

.apsc-theme-17 .apsc-each-profile a{
    color: #fff;
    position:relative;
    border-radius: 3px;
    padding: 11px 10px;
    min-height: 84px;
    width: 90px;
}

.apsc-theme-17 .apsc-count {
    display: block;
    line-height: 1;
    padding: 1px 0;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.apsc-theme-17 .apsc-inner-block{
    font-size: 13px;
    color:#fff;
    font-weight:300;
}

.apsc-theme-17 .social-icon .fa {
    font-size: 20px;
    font-weight:normal;
}

.apsc-theme-17 .media-name {
    display: none;
}

.apsc-theme-17 .apsc-media-type {
    display: block;
    line-height: 1;
}

.apsc-theme-17 .social-icon {
    padding: 5px 0;
}

.apsc-theme-17 .apsc-facebook-icon {
    background-color:#36528c;
}

.apsc-theme-17 .apsc-twitter-icon{
    background-color:#4d9bd6;
}

.apsc-theme-17 .apsc-youtube-icon{
    background-color:#db2b25;
}

.apsc-theme-17 .apsc-soundcloud-icon{
    background-color:#f83200;
}

.apsc-theme-17 .apsc-dribble-icon{
    background-color:#e14984;
}

.apsc-theme-17 .apsc-comment-icon{
    background-color:#424242;
}

.apsc-theme-17 .apsc-edit-icon{
    background-color:#616161;
}

.apsc-theme-17 .apsc-google-plus-icon{
    background-color:#c24232;
}

.apsc-theme-17 .apsc-instagram-icon{
    background-color:#3c6d95;
}

.apsc-theme-17 .apsc-vimeo-icon{
    background-color:#18aada;
}

.apsc-theme-17 .apsc-envato-icon{
    background-color:#77a53b;
}

.apsc-theme-17 .apsc-pinterest-icon{
    background-color:#b91e23;
}

.apsc-theme-17 .apsc-forrst-icon{
    background-color:#538d5f;
}

.apsc-theme-17 .apsc-flickr-icon{
    background-color:#e00074;
}

.apsc-theme-17 .apsc-vk-icon{
    background-color:#416186;
}

.apsc-theme-17 .apsc-behance-icon{
    background-color:#145cdf;
}

.apsc-theme-17 .apsc-github-icon{
    background-color:#2c2c2c;
}

.apsc-theme-17 .apsc-steam-icon{
    background-color:#14171d;
}

/********************animation 1*******************/

.apsc-theme-17.apsc-animation-1 a.apsc-icon-soc{
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition:all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition:all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    z-index:2;
}

.apsc-theme-17.apsc-animation-1 .apsc-each-profile:hover a.apsc-icon-soc{
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform:scale(0.5);

    transition-delay: 0s;
    -webkit-transition-delay:0s;
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
}

.apsc-theme-17.apsc-animation-1 .apsc-bttn-bg {
    background:url(../images/black-bg-ie8.png) repeat;
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    width: 90px;
}

/********************animation 2*******************/

/********************animation 3*******************/

/*************************************************Theme 18 css***********************************************************/

 .apsc-theme-18 .apsc-each-profile a.apsc-icon-soc{
    background-color: #fbfbfb;
    border: 1px solid #eaeaea !important;
    height: 113px;
    padding: 25px 10px 18px;
    position: relative;
    width: 113px;
    z-index: 2;
}

.apsc-theme-18 .apsc-each-profile {
    text-align: center;
    margin:6px 3px;
}

.apsc-theme-18 .apsc-media-type,.apsc-theme-18 .media-name {
    display: none;
}

.apsc-theme-18 .apsc-count {
    color: #333333;
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin: 10px 0 0;
    line-height:1;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.apsc-theme-18 .apsc-each-profile  .fa{
    font-size: 37px;
}

.apsc-theme-18 .apsc-facebook-icon .fa {
    color:#3b5998;
}

.apsc-theme-18 .apsc-twitter-icon .fa {
    color:#1dcaff;
}

.apsc-theme-18 .apsc-youtube-icon .fa {
    color:#e52d27;
}

.apsc-theme-18 .apsc-soundcloud-icon .fa {
    color:#ff3300;
}

.apsc-theme-18 .apsc-dribble-icon .fa {
    color:#ea4c89;
}

.apsc-theme-18 .apsc-comment-icon .fa {
    color:#464646;
}

.apsc-theme-18 .apsc-edit-icon .fa {
    color:#837d7d;
}

.apsc-theme-18 .apsc-google-plus-icon .fa {
    color:#dd4b39;
}

.apsc-theme-18 .apsc-instagram-icon .fa {
    color:#3f729b;
}

.apsc-theme-18 .apsc-vimeo-icon .fa {
    color:#1ab7ea;
}

.apsc-theme-18 .apsc-envato-icon .fa {
    color:#82b541;
}

.apsc-theme-18 .apsc-pinterest-icon .fa {
    color:#cc2127;
}

.apsc-theme-18 .apsc-forrst-icon .fa {
    color:#5b9a68;
}

.apsc-theme-18 .apsc-flickr-icon .fa {
    color:#ff0084;
}

.apsc-theme-18 .apsc-vk-icon .fa {
    color:#45668e;
}

.apsc-theme-18 .apsc-behance-icon .fa {
    color:#1769ff;
}

.apsc-theme-18 .apsc-github-icon .fa {
    color:#333333;
}

.apsc-theme-18 .apsc-steam-icon .fa {
    color:#171a21;
}

.apsc-theme-18 .apsc-total-icon .apsc-total-text {
    color:#ccc;
    font-size:16px;
}

/********************animation 1*******************/

.apsc-theme-18.apsc-animation-1 a.apsc-icon-soc{
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition:all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition:all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    z-index:2;
}

.apsc-theme-18.apsc-animation-1 .apsc-each-profile:hover a.apsc-icon-soc{
    background: none;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform:scale(0.5);

    transition-delay: 0s;
    -webkit-transition-delay:0s;
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
}

.apsc-theme-18.apsc-animation-1 .apsc-bttn-bg {
    background:url(../images/black-bg-ie8.png) repeat;
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 0;
}

/********************animation 2*******************/

/********************animation 3*******************/

/********************animation 4*******************/

/********************************************Theme 19 css*******************************************************/

.apsc-theme-19 .apsc-each-profile {
    text-align: center;
    margin: 5px 3px;
}

.apsc-theme-19 .apsc-each-profile a{
    color: #fff;
    position:relative;
    border-radius: 3px;
    padding: 14px 10px 10px;
    min-height: 85px;
    width: 78px;
}

.apsc-theme-19 .apsc-media-type{
    display:none;
}

.apsc-theme-19 .apsc-each-profile  .fa{
    font-size: 37px;
}

.apsc-theme-19 .apsc-count {
    display: block;
    line-height: 1;
    padding: 9px 0 0 ;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.apsc-theme-19 .apsc-inner-block{
    font-size: 13px;
    color:#fff;
    font-weight:300;
}

.apsc-theme-19 .media-name {
    display: none;
}

.apsc-theme-19 .apsc-facebook-icon {
    -webkit-box-shadow: inset 0px -2px 1px 0px rgba(44,67,114,1);
    -moz-box-shadow: inset 0px -2px 1px 0px rgba(44,67,114,1);
    box-shadow: inset 0px -2px 1px 0px rgba(44,67,114,1);
}

.apsc-theme-19 .apsc-twitter-icon{
    -webkit-box-shadow: inset 0px -2px 1px 0px rgba(64,129,179,1);
    -moz-box-shadow: inset 0px -2px 1px 0px rgba(64,129,179,1);
    box-shadow: inset 0px -2px 1px 0px rgba(64,129,179,1);
}

.apsc-theme-19 .apsc-youtube-icon{
    -webkit-box-shadow: inset 0px -2px 1px 0px rgba(191,38,0,1);
    -moz-box-shadow: inset 0px -2px 1px 0px rgba(191,38,0,1);
    box-shadow: inset 0px -2px 1px 0px rgba(191,38,0,1);
}

.apsc-theme-19 .apsc-soundcloud-icon{
    -webkit-box-shadow: inset 0px -2px 1px 0px rgba(191,38,0,1);
    -moz-box-shadow: inset 0px -2px 1px 0px rgba(191,38,0,1);
    box-shadow: inset 0px -2px 1px 0px rgba(191,38,0,1);
}

.apsc-theme-19 .apsc-dribble-icon{
    -webkit-box-shadow: inset 0px -2px 1px 0px rgba(176,57,103,1);
    -moz-box-shadow: inset 0px -2px 1px 0px rgba(176,57,103,1);
    box-shadow: inset 0px -2px 1px 0px rgba(176,57,103,1);
}

.apsc-theme-19 .apsc-comment-icon{
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(53,53,53,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(53,53,53,1);
    box-shadow: inset 0px -2px 0px 0px rgba(53,53,53,1);
}

.apsc-theme-19 .apsc-edit-icon{
    -webkit-box-shadow: inset 0px -2px 1px 0px rgba(77,77,77,1);
    -moz-box-shadow: inset 0px -2px 1px 0px rgba(77,77,77,1);
    box-shadow: inset 0px -2px 1px 0px rgba(77,77,77,1);
}

.apsc-theme-19 .apsc-google-plus-icon{
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(176,59,45,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(176,59,45,1);
    box-shadow: inset 0px -2px 0px 0px rgba(176,59,45,1);
}

.apsc-theme-19 .apsc-instagram-icon{
    -webkit-box-shadow: inset 0px -2px 1px 0px rgba(47,86,116,1);
    -moz-box-shadow: inset 0px -2px 1px 0px rgba(47,86,116,1);
    box-shadow: inset 0px -2px 1px 0px rgba(47,86,116,1);
}

.apsc-theme-19 .apsc-vimeo-icon{
    -webkit-box-shadow: inset 0px -2px 1px 0px rgba(20,137,176,1);
    -moz-box-shadow: inset 0px -2px 1px 0px rgba(20,137,176,1);
    box-shadow: inset 0px -2px 1px 0px rgba(20,137,176,1);
}

.apsc-theme-19 .apsc-envato-icon{
    -webkit-box-shadow: inset 0px -2px 1px 0px rgba(98,136,49,1);
    -moz-box-shadow: inset 0px -2px 1px 0px rgba(98,136,49,1);
    box-shadow: inset 0px -2px 1px 0px rgba(98,136,49,1);
}

.apsc-theme-19 .apsc-pinterest-icon{
    -webkit-box-shadow: inset 0px -2px 1px 0px rgba(153,25,29,1);
    -moz-box-shadow: inset 0px -2px 1px 0px rgba(153,25,29,1);
    box-shadow: inset 0px -2px 1px 0px rgba(153,25,29,1);
}

.apsc-theme-19 .apsc-forrst-icon{
    -webkit-box-shadow: inset 0px -2px 1px 0px rgba(68,116,78,1);
    -moz-box-shadow: inset 0px -2px 1px 0px rgba(68,116,78,1);
    box-shadow: inset 0px -2px 1px 0px rgba(68,116,78,1);
}

.apsc-theme-19 .apsc-flickr-icon{
    -webkit-box-shadow: inset 0px -2px 1px 0px rgba(191,0,99,1);
    -moz-box-shadow: inset 0px -2px 1px 0px rgba(191,0,99,1);
    box-shadow: inset 0px -2px 1px 0px rgba(191,0,99,1);
}

.apsc-theme-19 .apsc-vk-icon{
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(53,78,109,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(53,78,109,1);
    box-shadow: inset 0px -2px 0px 0px rgba(53,78,109,1);
}

.apsc-theme-19 .apsc-behance-icon{
    -webkit-box-shadow: inset 0px -2px 1px 0px rgba(52,77,107,1);
    -moz-box-shadow: inset 0px -2px 1px 0px rgba(52,77,107,1);
    box-shadow: inset 0px -2px 1px 0px rgba(52,77,107,1);
}

.apsc-theme-19 .apsc-github-icon{
    -webkit-box-shadow: inset 0px -2px 1px 0px rgba(38,38,38,1);
    -moz-box-shadow: inset 0px -2px 1px 0px rgba(38,38,38,1);
    box-shadow: inset 0px -2px 1px 0px rgba(38,38,38,1);
}

.apsc-theme-19 .apsc-steam-icon{
    -webkit-box-shadow: inset 0px -2px 1px 0px rgba(17,20,25,1);
    -moz-box-shadow: inset 0px -2px 1px 0px rgba(17,20,25,1);
    box-shadow: inset 0px -2px 1px 0px rgba(17,20,25,1);
}

.apsc-theme-19 .apsc-total-icon{
    -webkit-box-shadow: inset 0px -2px 1px 0px rgba(204,204,204,1);
    -moz-box-shadow: inset 0px -2px 1px 0px rgba(204,204,204,1);
    box-shadow: inset 0px -2px 1px 0px rgba(204,204,204,1);
}

/********************animation 1*******************/

.apsc-theme-19.apsc-animation-1 a.apsc-icon-soc{
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition:all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition:all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    z-index:2;
}

.apsc-theme-19.apsc-animation-1 .apsc-each-profile:hover a.apsc-icon-soc{
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform:scale(0.5);
    transition-delay: 0s;
    -webkit-transition-delay:0s;
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
}

.apsc-theme-19.apsc-animation-1 .apsc-bttn-bg {
    background:url(../images/black-bg-ie8.png) repeat;
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    width: 78px;
}

/********************animation 2*******************/
/********************animation 3*******************/

/********************************************Theme 20 css*******************************************************/

 .apsc-theme-20 .apsc-each-profile a.apsc-icon-soc{
    background-color:#fbfbfb;
    width: 78px;
    height:78px;
    border:1px solid #ccc !important;
    border-radius:78px;
    padding:9px;
    position: relative;
    z-index: 2;
}

.apsc-theme-20 .apsc-each-profile {
    text-align: center;
    margin:6px 3px;
}

.apsc-theme-20 .apsc-media-type,.apsc-theme-20 .media-name {
    display: none;
}

.apsc-theme-20 .apsc-count {
    color: #666666;
    display: block;
    font-size: 13px;
    font-weight: 300;
    padding: 6px 0 0;
    line-height:1;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.apsc-theme-20 .apsc-each-profile  .fa{
    font-size: 22px;
}

.apsc-theme-20 .apsc-facebook-icon .fa {
    color:#3b5998;
}

.apsc-theme-20 .apsc-twitter-icon .fa {
    color:#1dcaff;
}

.apsc-theme-20 .apsc-youtube-icon .fa {
    color:#e52d27;
}

.apsc-theme-20 .apsc-soundcloud-icon .fa {
    color:#ff3300;
}

.apsc-theme-20 .apsc-dribble-icon .fa {
    color:#ea4c89;
}

.apsc-theme-20 .apsc-comment-icon .fa {
    color:#464646;
}

.apsc-theme-20 .apsc-edit-icon .fa {
    color:#837d7d;
}

.apsc-theme-20 .apsc-google-plus-icon .fa {
    color:#dd4b39;
}

.apsc-theme-20 .apsc-instagram-icon .fa {
    color:#3f729b;
}

.apsc-theme-20 .apsc-vimeo-icon .fa {
    color:#1ab7ea;
}

.apsc-theme-20 .apsc-envato-icon .fa {
    color:#82b541;
}

.apsc-theme-20 .apsc-pinterest-icon .fa {
    color:#cc2127;
}

.apsc-theme-20 .apsc-forrst-icon .fa {
    color:#5b9a68;
}

.apsc-theme-20 .apsc-flickr-icon .fa {
    color:#ff0084;
}

.apsc-theme-20 .apsc-vk-icon .fa {
    color:#45668e;
}

.apsc-theme-20 .apsc-behance-icon .fa {
    color:#1769ff;
}

.apsc-theme-20 .apsc-github-icon .fa {
    color:#333333;
}

.apsc-theme-20 .apsc-steam-icon .fa {
    color:#171a21;
}

.apsc-theme-20 .apsc-total-icon .apsc-total-text {
    color:#ccc;
    font-size:13px;
}

/********************animation 1*******************/

.apsc-theme-20.apsc-animation-1 .apsc-each-profile .apsc-icon-soc{
    opacity: 1;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition:all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition:all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    z-index:2;
}

.apsc-theme-20.apsc-animation-1 .apsc-each-profile:hover .apsc-icon-soc{
    background: none;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform:scale(0.5);

    transition-delay: 0s;
    -webkit-transition-delay:0s;
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
}


.apsc-theme-20.apsc-animation-1 .apsc-bttn-bg {
    width: 75px;
    min-width:0;
}

.apsc-theme-20.apsc-animation-1 .apsc-each-profile:hover .apsc_bttn{
    opacity: 1;
}

.apsc-theme-20.apsc-animation-1 .apsc-each-profile:hover .apsc-bttn-bg{
    background:url(../images/black-bg-ie8.png) repeat;
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 100%;
}



.entry-content  .apsc-each-profile a{
    border:none;
}

.social-icon {
    display: block;
}

/********************animation 2*******************/

.apsc-theme-20 .apsc-each-profile .apsc-bttn-bg {
    border-radius: 100%;
}


/********************animation 3*******************/
/********************animation 4*******************/


/********************animation 5*******************/

/********************************************Theme 21 css*******************************************************/

/*.apsc-theme-21 .apsc-each-profile a{
    background:none;
    min-width: 60px;
}

.apsc-theme-21 .media-name {
    display: none;
}

.apsc-theme-21 .apsc-fa-icon {
    display: block;
    width:43px;
    height:43px;
    border-radius:43px;
    margin:0 auto;
    padding: 12px 0;
}

.apsc-theme-21 .apsc-each-profile {
    margin: 7px 15px;
    text-align: center;
}

.apsc-theme-21 .apsc-inner-block{
    font-size: 13px;
    color:#1a1a1a;
}

.apsc-theme-21 .apsc-inner-block .apsc-media-type{
    font-size: 11px;
    font-weight:300;
    display: block;
}

.apsc-theme-21 .social-icon .fa {
    font-size: 20px;
    color:#fff;
}

.apsc-theme-21 .apsc-count {
    display: block;
    line-height: 1;
    padding: 6px 0 0;
}

.apsc-theme-21 .apsc-youtube-icon .apsc-fa-icon{
    background-color:#e52d27;
}

.apsc-theme-21 .apsc-instagram-icon .apsc-fa-icon{
    background-color:#3f729b;
}

.apsc-theme-21 .apsc-soundcloud-icon .apsc-fa-icon{
    background-color:#ff3300;
}

.apsc-theme-21 .apsc-dribble-icon .apsc-fa-icon{
    background-color:#ea4c89;
}

.apsc-theme-21 .apsc-twitter-icon .apsc-fa-icon{
    background-color:#55acee;
}

.apsc-theme-21 .apsc-steam-icon .apsc-fa-icon{
    background-color:#171a21;
}

.apsc-theme-21 .apsc-vimeo-icon .apsc-fa-icon{
    background-color:#1ab7ea;
}

.apsc-theme-21 .apsc-google-plus-icon .apsc-fa-icon{
    background-color:#dd4b39;
}

.apsc-theme-21 .apsc-envato-icon .apsc-fa-icon{
    background-color:#82b541;
}

.apsc-theme-21 .apsc-pinterest-icon .apsc-fa-icon{
    background-color:#cc2127;
}

.apsc-theme-21 .apsc-forrst-icon .apsc-fa-icon{
    background-color:#5b9a68;
}

.apsc-theme-21 .apsc-flickr-icon .apsc-fa-icon{
    background-color:#ff0084;
}

.apsc-theme-21 .apsc-vk-icon .apsc-fa-icon{
    background-color:#45668e;
}

.apsc-theme-21 .apsc-edit-icon .apsc-fa-icon{
    background-color:#666666;
}

.apsc-theme-21 .apsc-behance-icon .apsc-fa-icon{
    background-color:#1769ff;
}

.apsc-theme-21 .apsc-github-icon .apsc-fa-icon{
    background-color:#333333;
}

.apsc-theme-21 .apsc-comment-icon .apsc-fa-icon{
    background-color:#464646;
}

.apsc-theme-21 .apsc-facebook-icon .apsc-fa-icon{
    background-color:#3b5998;
}*/



/**********************************************sticky counter design css****************************************************/


/*****************************theme-1 css*******************************/
.apsc-floating-sidebar {
    position: fixed;
    top: 0;
    width: 150px;
    z-index:1000;
}

.apsc-floating-sidebar .apsc-each-profile {
    display: block;
    width: 42px;
    overflow: hidden;
    height: 42px;
    margin:1px 0;
    transition: all 1s ease-in-out;
    -webkit-transition:all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition:all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}

.apsc-floating-sidebar .apsc-each-profile{
    font-size:18px;
}

.apsc-floating-sidebar  .apsc-count,.apsc-floating-sidebar .apsc-media-type,.apsc-floating-sidebar .media-name {
    font-size: 14px;
    line-height: 2;
}

.apsc-sidebar-theme-1 .apsc-each-profile a {
    color: #fff;
    height: 42px;
    display: inline-block;
    width: 100%;
    height:100%;
    position: relative;
    
}

.apsc-sidebar-theme-1 .apsc-each-profile:hover {
    width: 130px;
}

.apsc-sidebar-theme-1 .apsc-media-type,.apsc-sidebar-theme-1 .media-name{
    display:none;
}

.apsc-sidebar-theme-1 .social-icon {
    box-sizing: border-box;
    float: left;
    height: 42px;
    padding: 6px 0;
    text-align: center;
    width: 42px;
}

.apsc-sidebar-theme-1  .apsc-count {
    float: left;
    height: 42px;
    padding: 8px;
    text-align: center;
    width:auto;
    max-width: 85px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
    opacity:0;
     transition: opacity 1.4s ease-in-out;
    -webkit-transition:opacity 1.4s ease-in-out;
    -moz-transition: opacity 1.4s ease-in-out;
    -o-transition:opacity 1.4s ease-in-out;
    -ms-transition: opacity 1.4s ease-in-out;
}

.apsc-sidebar-theme-1 .apsc-each-profile:hover .apsc-count {
     opacity:1;
}

/*****************************theme-2 css*******************************/

.apsc-sidebar-theme-2 .apsc-each-profile a {
    color: #fff;
    height: 42px;
    display: inline-block;
    width: 100%;
    height:100%;
    position: relative;
    
}

.apsc-sidebar-theme-2 .apsc-each-profile:hover {
    width: 205px;
}

.apsc-sidebar-theme-2 .media-name{
    display:none;
}

.apsc-sidebar-theme-2 .social-icon {
    box-sizing: border-box;
    float: left;
    height: 42px;
    padding: 6px;
    text-align: center;
    width: 42px;
}

.apsc-sidebar-theme-2  .apsc-count {
    float: left;
    height: 42px;
    padding: 8px;
    text-align: center;
    width:auto;
    max-width: 85px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
    opacity:0;
     transition: opacity 1.4s ease-in-out;
    -webkit-transition:opacity 1.4s ease-in-out;
    -moz-transition: opacity 1.4s ease-in-out;
    -o-transition:opacity 1.4s ease-in-out;
    -ms-transition: opacity 1.4s ease-in-out;
}

.apsc-sidebar-theme-2 .apsc-each-profile:hover .apsc-count {
     opacity:1;
}

.apsc-sidebar-theme-2 .apsc-media-type{
    float: left;
    height: 42px;
    padding: 8px 0 8px 8px;
    text-align: center;
    width:auto;
    opacity:0;
     transition: opacity 1.7s ease-in-out;
    -webkit-transition:opacity 1.7s ease-in-out;
    -moz-transition: opacity 1.7s ease-in-out;
    -o-transition:opacity 1.7s ease-in-out;
    -ms-transition: opacity 1.7s ease-in-out;
}

.apsc-sidebar-theme-2 .apsc-each-profile:hover .apsc-media-type {
     opacity:1;
}

/*****************************theme-3 css*******************************/

.apsc-floating-sidebar.apsc-sidebar-theme-3 .apsc-each-profile {
    border-radius: 42px;
    margin:1px;
}

.apsc-sidebar-theme-3 .apsc-each-profile a {
    color: #fff;
    height: 42px;
    display: inline-block;
    width: 100%;
    height:100%;
    border-radius: 42px;
    
}

.apsc-sidebar-theme-3 .apsc-each-profile:hover {
    width: 205px;
}

.apsc-sidebar-theme-3 .media-name{
    display:none;
}

.apsc-sidebar-theme-3 .social-icon {
    box-sizing: border-box;
    float: left;
    height: 42px;
    padding: 6px;
    text-align: center;
    width: 42px;
}

.apsc-sidebar-theme-3  .apsc-count {
    float: left;
    height: 42px;
    padding: 8px;
    text-align: center;
    width: auto;
    opacity:0;
    max-width: 85px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: opacity 1.4s ease-in-out;
    -webkit-transition:opacity 1.4s ease-in-out;
    -moz-transition: opacity 1.4s ease-in-out;
    -o-transition:opacity 1.4s ease-in-out;
    -ms-transition: opacity 1.4s ease-in-out;
}

.apsc-sidebar-theme-3 .apsc-media-type{
    float: left;
    height: 42px;
    padding: 8px 0 8px 8px;
    text-align: center;
    width: auto;
    opacity:0;
    transition: opacity 1.7s ease-in-out;
    -webkit-transition:opacity 1.7s ease-in-out;
    -moz-transition: opacity 1.7s ease-in-out;
    -o-transition:opacity 1.7s ease-in-out;
    -ms-transition: opacity 1.7s ease-in-out;
}

.apsc-sidebar-theme-3 .apsc-each-profile:hover .apsc-count {
     opacity:1;
}
.apsc-sidebar-theme-3 .apsc-each-profile:hover .apsc-media-type {
     opacity:1;
}

/*****************************theme-4 css*******************************/

.apsc-floating-sidebar {
    position: fixed;
    top: 0;
    width: 150px;
    z-index:1000;
}

.apsc-floating-sidebar.apsc-sidebar-theme-4 .apsc-each-profile a{
    background-color: #797878;
}

.apsc-floating-sidebar.apsc-sidebar-theme-4 .apsc-each-profile {
    margin: 1px 0;
}

.apsc-sidebar-theme-4 .apsc-each-profile a {
    color: #fff;
    height: 42px;
    display: inline-block;
    width: 100%;
    height:100%;
    
}

.apsc-sidebar-theme-4 .apsc-each-profile:hover {
    width: 210px;
}

.apsc-sidebar-theme-4 .apsc-media-type{
    display:none;
}

.apsc-sidebar-theme-4 .media-name {
    display: block;
    float: left;
    padding:8px 0px 8px 8px;
    width: auto;
    text-align: left;
    opacity:0;
    transition: opacity 1.4s ease-in-out;
    -webkit-transition:opacity 1.4s ease-in-out;
    -moz-transition: opacity 1.4s ease-in-out;
    -o-transition:opacity 1.4s ease-in-out;
    -ms-transition: opacity 1.4s ease-in-out;
}

.apsc-sidebar-theme-4 .apsc-each-profile:hover  .media-name{
    opacity:1;
}

.apsc-sidebar-theme-4 .social-icon {
    box-sizing: border-box;
    float: left;
    height: 42px;
    text-align: center;
}

.apsc-sidebar-theme-4 .fa {
    display: block;
    float: left;
    height: 42px;
    padding: 12px 0;
    width: 42px;
}

.apsc-sidebar-theme-4  .apsc-count {
    float: left;
    height: 42px;
    padding: 8px;
    text-align: center;
    width: auto;
     opacity:0;
     max-width: 85px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: opacity 1.7s ease-in-out;
    -webkit-transition:opacity 1.7s ease-in-out;
    -moz-transition: opacity 1.7s ease-in-out;
    -o-transition:opacity 1.7s ease-in-out;
    -ms-transition: opacity 1.7s ease-in-out;
}

.apsc-sidebar-theme-4 .apsc-each-profile:hover  .apsc-count{
    opacity:1;
}


/*****************************theme-5 css*******************************/

.apsc-floating-sidebar {
    position: fixed;
    top: 0;
    width: 150px;
    z-index:100000;
}

.apsc-sidebar-theme-5 .apsc-each-profile a {
    color: #fff;
    height: 42px;
    display: inline-block;
    width: 100%;
    height:100%;
    border-top-right-radius:5px;
    border-bottom-right-radius: 5px;
    
}

.apsc-floating-sidebar.apsc-sidebar-theme-5 .apsc-each-profile {
    margin: 1px 0;
}

.apsc-sidebar-theme-5 .apsc-each-profile {
    border-top-right-radius:5px;
    border-bottom-right-radius: 5px;
}

.apsc-sidebar-theme-5 .apsc-each-profile:hover {
    width: 205px;
}

.apsc-sidebar-theme-5 .media-name{
    display: block;
    float: left;
    padding: 8px 0px 8px 8px;
    width: auto;
    text-align: left;
    opacity:0;
    transition: opacity 1.4s ease-in-out;
    -webkit-transition:opacity 1.4s ease-in-out;
    -moz-transition: opacity 1.4s ease-in-out;
    -o-transition:opacity 1.4s ease-in-out;
    -ms-transition: opacity 1.4s ease-in-out;
}

.apsc-sidebar-theme-5 .apsc-each-profile:hover  .media-name{
   opacity:1;
}

.apsc-sidebar-theme-5 .social-icon {
    box-sizing: border-box;
    float: left;
    height: 42px;
    text-align: center;
    
}

.apsc-sidebar-theme-5 .fa {
    display: block;
    float: left;
    height: 42px;
    padding: 12px 0;
    width: 42px;
}

.apsc-sidebar-theme-5 .apsc-media-type{
    display:none;
}

.apsc-sidebar-theme-5 .apsc-count {
    float: left;
    height: 42px;
    padding: 8px;
    text-align: center;
    width: auto;
    opacity:0;
    max-width: 85px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: opacity 1.7s ease-in-out;
    -webkit-transition:opacity 1.7s ease-in-out;
    -moz-transition: opacity 1.7s ease-in-out;
    -o-transition:opacity 1.7s ease-in-out;
    -ms-transition: opacity 1.7s ease-in-out;
}

.apsc-sidebar-theme-5 .apsc-each-profile:hover  .apsc-count{
    opacity:1;
}

/*********************left side floating bar******************************/

.apsc-floating-sidebar.apsc-sidebar-left-middle{
    top: 25%;
    left:0;
    width: 42px;
}

.apsc-floating-sidebar.apsc-sidebar-left-bottom {
    bottom:0;
    left:0;
    width: 42px;
    top:auto;
}

/*********************right side floating bar******************************/

.apsc-floating-sidebar.apsc-sidebar-right-middle {
    top: 25%;
    right:0;
    width: 42px;
}

.apsc-floating-sidebar.apsc-sidebar-right-top {
    top:0;
    right:0;
    width: 42px;
}

.apsc-floating-sidebar.apsc-sidebar-right-bottom {
    bottom:0;
    right:0;
    width: 42px;
    top:auto;
}

.apsc-floating-sidebar.apsc-sidebar-right-middle.apsc-sidebar-theme-4 .fa,.apsc-floating-sidebar.apsc-sidebar-right-top.apsc-sidebar-theme-4 .fa,.apsc-floating-sidebar.apsc-sidebar-right-bottom.apsc-sidebar-theme-4 .fa{
    display: block;
    float: right;
    height: 42px;
    padding: 12px 0;
    width: 42px;
}

.apsc-floating-sidebar.apsc-sidebar-right-middle.apsc-sidebar-theme-5 .fa,.apsc-floating-sidebar.apsc-sidebar-right-top.apsc-sidebar-theme-5 .fa,.apsc-floating-sidebar.apsc-sidebar-right-bottom.apsc-sidebar-theme-5 .fa{
    display: block;
    float: right;
    height: 42px;
    padding: 12px 0;
    width: 42px;
}
.apsc-floating-sidebar.apsc-sidebar-right-middle.apsc-sidebar-theme-5 .apsc-each-profile a,.apsc-floating-sidebar.apsc-sidebar-right-top.apsc-sidebar-theme-5 .apsc-each-profile a,.apsc-floating-sidebar.apsc-sidebar-right-bottom.apsc-sidebar-theme-5 .apsc-each-profile a{
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.apsc-floating-sidebar.apsc-sidebar-right-middle.apsc-sidebar-theme-5 .apsc-each-profile ,.apsc-floating-sidebar.apsc-sidebar-right-top.apsc-sidebar-theme-5 .apsc-each-profile ,.apsc-floating-sidebar.apsc-sidebar-right-bottom.apsc-sidebar-theme-5 .apsc-each-profile {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.apsc-floating-sidebar.apsc-sidebar-right-middle .apsc-media-type,.apsc-floating-sidebar.apsc-sidebar-right-top .apsc-media-type,.apsc-floating-sidebar.apsc-sidebar-right-bottom .apsc-media-type{
    float: right;
}

.apsc-floating-sidebar.apsc-sidebar-right-middle .apsc-each-profile,.apsc-floating-sidebar.apsc-sidebar-right-top .apsc-each-profile,.apsc-floating-sidebar.apsc-sidebar-right-bottom .apsc-each-profile{
    float: right;
}

.apsc-floating-sidebar.apsc-sidebar-right-middle .social-icon,.apsc-floating-sidebar.apsc-sidebar-right-top .social-icon,.apsc-floating-sidebar.apsc-sidebar-right-bottom .social-icon {
    float: right;
}

.apsc-floating-sidebar.apsc-sidebar-right-middle .apsc-count,.apsc-floating-sidebar.apsc-sidebar-right-top .apsc-count,.apsc-floating-sidebar.apsc-sidebar-right-bottom .apsc-count{
    float: right;
}

/*fallback css for IE8*/

.apsc-each-profile .apsc-bttn-bg{
    display: none\0;
}

.apsc-each-profile:hover .apsc-bttn-bg{
    display: block\0;
}

