/*! * jQuery Floating Social Share CSS v1.0.1 * http://www.burakozdemir.co.uk * Copyright 2015 Burak Ă–zdemir - * Released under the MIT license */ *{box-sizing:border-box}#floatingSocialShare{position:relative}#floatingSocialShare a{position:relative;width:48px;height:48px;line-height:24px;display:list-item;list-style-type:none;padding:5px 0;text-align:center;color:#fff}#floatingSocialShare a:focus,#floatingSocialShare a:hover{color:#fff;width:52px;opacity:.8;transition-duration:.3s;transition-property:right;transition-timing-function:ease-out}#floatingSocialShare a,#floatingSocialShare a:active,#floatingSocialShare a:focus,#floatingSocialShare a:hover,#floatingSocialShare a:visited{outline:0!important}#floatingSocialShare i{line-height:inherit;font-size:24px;text-align:center}#floatingSocialShare .top-left{position:fixed;top:20%;left:0}#floatingSocialShare .top-right{position:fixed;top:20%;right:0}#floatingSocialShare .facebook{background-color:#3b5998}#floatingSocialShare .twitter{background-color:#00aced}#floatingSocialShare .google-plus{background-color:#dd4b39}#floatingSocialShare .linkedin{background-color:#007bb6}#floatingSocialShare .envelope{background-color:#726C6C}#floatingSocialShare .pinterest{background-color:#c92228}#floatingSocialShare .stumbleupon{background-color:#eb4924}#floatingSocialShare .shareCount{position:absolute;bottom:0;right:0;left:0;margin:auto;color:#ddd;font-size:10px}#floatingSocialShare .m-top5{margin-top:5px}@media only screen and (min-device-width:0px) and (max-width:961px){#floatingSocialShare{margin-top:50px}#floatingSocialShare .top-left,#floatingSocialShare .top-right{top:auto;bottom:0;width:100%;z-index:999}#floatingSocialShare a{position:relative;float:left;display:list-item;list-style-type:none}#floatingSocialShare a:focus,#floatingSocialShare a:hover{-moz-transition-property:none;-webkit-transition-property:none;-o-transition-property:none;transition-property:none}}