
@keyframes selectionSharerPopover-animation {
0% {
    opacity: 0;
    transform: matrix(0.97, 0, 0, 1, 0, 12);
}
20% {
    opacity: 0.7;
    transform: matrix(0.99, 0, 0, 1, 0, 2);
}
40% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -1);
}
70% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
}
#selectionSharerPopover {
    display: none;
    left: -100px;
    overflow: hidden;
    position: absolute;
    top: -100px;
    z-index: 1010;
}
#selectionSharerPopover::after {
    background: #262625 none repeat scroll 0 0;
    bottom: -3px;
    box-shadow: 0 0 2px #262625;
    content: "";
    display: block;
    height: 8px;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    transform: rotate(45deg);
    width: 8px;
}
#selectionSharerPopover.anim {
    animation: 180ms linear 0s normal forwards 1 running selectionSharerPopover-animation;
    transition: top 0.075s ease-out 0s;
}
#selectionSharerPopover-inner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #262625 none repeat scroll 0 0;
    border-color: #262625 #1c1c1b #121211;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.7), 0 0 1px rgba(255, 255, 255, 0.07) inset, 0 0 2px rgba(255, 255, 255, 0.15) inset;
    overflow: hidden;
    position: relative;
    padding:0 5px;
}
#selectionSharerPopover .selectionSharerPopover-clip {
    bottom: -11px;
    clip: rect(12px, 24px, 24px, 0px);
    display: block;
    height: 24px;
    left: 50%;
    line-height: 24px;
    margin-left: -12px;
    position: absolute;
    width: 24px;
}
#selectionSharerPopover .selectionSharerPopover-arrow {
    background-color: #454543;
    border: 2px solid #121211;
    box-sizing: content-box;
    display: block;
    height: 20px;
    transform: rotate(45deg) scale(0.5);
    width: 20px;
}
.selectionSharer ul {
    display: inline;
    padding: 0;
}
.selectionSharer ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding:10px 10px 5px;
}
.selectionSharer a.action {
    border: medium none;
    display: block;
    text-indent: 0;
    font-size:0;
}
.selectionSharer a:hover {
    color: #ccc;
}
.selectionSharer a:before {
    font-family:fontawesome;
    font-size:20px;
    color: #fff;
}


.selectionSharer a.email:before {
    content: "\f0e0";
}
.selectionSharer a.tweet:before {
    content: "\f099";
}
.selectionSharer a.fb:before {
    content: "\f09a";
}

#selectionSharerPopunder.fixed {
    bottom: -50px;
    left: 0;
    position: fixed;
    transition: bottom 0.5s ease-in-out 0s;
    width: 100%;
}
.selectionSharer {
    transition: -webkit-transform 0.6s ease-in-out 0s;
}
.selectionSharer.moveDown {
}
#selectionSharerPopunder {
    background: #ccc none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 10px 5px -10px rgba(0, 0, 0, 0.5) inset, 0 -10px 5px -10px rgba(0, 0, 0, 0.5) inset;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    transition: height 0.5s ease-in-out 0s;
    width: 100%;
}
#selectionSharerPopunder.show {
    height: 50px;
}
.selectionSharerPlaceholder {
    height: 1em;
    margin-bottom: -2em;
    transition: height 0.5s ease-in-out 0s;
}
.selectionSharerPlaceholder.show {
    height: 50px !important;
}
#selectionSharerPopunder-inner ul {
    float: right;
    margin: 5px 5px 0 0;
    overflow: hidden;
}
#selectionSharerPopunder-inner ul li {
    overflow: hidden;
    padding: 5px 15px;
}
#selectionSharerPopunder-inner label {
    color: white;
    font-weight: 300;
    line-height: 50px;
    margin: 0 20px 0 10px;
}
#selectionSharerPopunder-inner a {
    background-size: 30px auto;
    height: 30px;
    width: 30px;
}
#selectionSharerPopunder-inner a.tweet {
    background-position: 0 2px;
}
