
.slide-social{
    display: inline-block;
    overflow: hidden;
    width: 5em;
    height: 2em;
    background: transparent;
    position: relative;
	float:left;
}

.slide-social .ss-button{
    position: absolute;
    top: 1em;
    left: 35%;
}


.ss-icon{
    padding-top: 7px; /* .slide-social{height} - .ss-icon i{height}*/
    width: 25%;
    height: 25px;
    text-align: center;
}

.ss-icon i{
    border-right: 1px solid #FFF; /* IE < 9 Fallback Colour */
    border-right-color: rgba(255,255,255,.3);
    color: #fff;
    display: block;
    font-size: 10px;
    height: 1em;
}

.ss-slide{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 25px;
    color: #FFF;
    text-align: center;
    font-weight: 600;
    line-height: 25px; /* .slide-social{height} */
    cursor: pointer;
	font-size:9px;
	
}
.ss-slide a{
	
    color: #FFF;
}
.ss-slide a:hover{
	
    color: #FFF;
}
.bordered{border-radius: 0px 10px 10px 0px;}
.bordered2{border-radius: 10px 0px 0px 10px;}
/* Brand Colours */

.facebook-bg{
   background: #3b5998;
    border: 1px solid #3b5998;
    color: #fff;
}
.facebook-bg:hover{
   background: #8b9bc3;
    border: 1px solid #8b9bc3;
    color: #fff;
}

.twitter-bg{
    background: #08a0e9;
    border: 1px solid #08a0e9;
    color: #fff;
}
.twitter-bg:hover{
    background: #0084b4;
    border: 1px solid #0084b4;
    color: #fff;
}
.paylas-bg{
    background: transparent;
	border:1px solid #f1f1f1;
	color:#3a405b;
}
.google-plus-bg{
    background: transparent;
    border: 1px solid #f1f1f1;
    color: #3a405b;
}

.linkedin-bg{
   background: transparent;
    border: 1px solid #f1f1f1;
    color: #3a405b;
}

/* Slide Animation */



.ss-slide{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out 2s;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}



/* Example Media Queries */

@media only screen and (max-width : 30em) { /* 480px/16px = 30em */

    .slide-social{
        width: 30%;
    }

    .slide-social .ss-button{
        left: 50%;
    }
}
