@keyframes selectionSharerPopover-animation {
    0% {
        transform: matrix(0.97, 0, 0, 1, 0, 12);
        filter: alpha(opacity=0);
        opacity: 0;
    }

    20% {
        transform: matrix(0.99, 0, 0, 1, 0, 2);
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

    40% {
        transform: matrix(1, 0, 0, 1, 0, -1);
        filter: alpha(opacity=100);
        opacity: 1;
    }

    100%,
    70% {
        transform: matrix(1, 0, 0, 1, 0, 0);
        filter: alpha(opacity=100);
        opacity: 1;
    }
}

#selectionSharerPopover {
    display: none;
    position: absolute;
    top: -100px;
    left: -100px;
    z-index: 1010;
}

#selectionSharerPopover.anim {
    transition: top 0.075s ease-out;
    animation: selectionSharerPopover-animation 180ms forwards linear;
    -webkit-animation: selectionSharerPopover-animation 180ms forwards linear;
}

#selectionSharerPopover-inner {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #cea86a;
    padding: 2px 0;
}

#selectionSharerPopover .selectionSharerPopover-clip {
    position: absolute;
    bottom: -11px;
    display: block;
    left: 50%;
    clip: rect(12px 24px 24px 0);
    margin-left: -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

#selectionSharerPopover .selectionSharerPopover-arrow {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg) scale(0.35);
    transform: rotate(45deg) scale(0.35);
    background-color: #fff;
    border: 2px solid #cea86a;
    box-sizing: content-box;
}

.selectionSharer ul {
    padding: 0;
    display: inline;
}

.selectionSharer ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 2px;
}

.selectionSharer ul li:nth-child(2),
.selectionSharer ul li:nth-child(3) {
    padding-left: 0px;
}

.selectionSharer a.action {
    display: block;
    text-indent: -999px;
    width: 29px;
    height: 24px;
    border: 0;
    padding: 1px 0;
}

.selectionSharer ul li:last-child a.action {
    border: 0;
}

.selectionSharer a:hover {
    color: #ccc;
}

.selectionSharer a.facebook span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 4px auto 0;
    background: transparent url("../img/facebook.svg") no-repeat center center;
    background-size: 8px;
}

.selectionSharer a.twitter span {
    display: block;
    width: 15px;
    height: 12px;
    margin: 5px auto 0;
    background: transparent url("../img/twitter.svg") no-repeat center center;
    background-size: 100%;
}

.selectionSharer .google span {
    display: block;
    width: 18px;
    height: 12px;
    margin: 5px auto 0;
    background: transparent url("../img/google.svg") no-repeat 0 0;
    background-size: 100%;
}

.selectionSharer a.email span {
    display: block;
    width: 16px;
    height: 12px;
    margin: 5px auto 0;
    background: transparent url("../img/email.png") no-repeat center center;
    background-size: 100%;
}

#selectionSharerPopunder.fixed {
    transition: bottom 0.5s ease-in-out;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -50px;
}

.selectionSharer {
    transition: -webkit-transform 0.6s ease-in-out;
}

.selectionSharer.moveDown {
    -webkit-transform: translate3d(0, 60px, 0);
}

#selectionSharerPopunder {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    transition: height 0.5s ease-in-out;
    background: #ccc;
    border: 0;
    box-shadow: inset 0 10px 5px -10px rgba(0, 0, 0, 0.5), inset 0 -10px 5px -10px rgba(0, 0, 0, 0.5);
    border-radius: 0;
    overflow: hidden;
}

#selectionSharerPopunder.show {
    height: 50px;
}

.selectionSharerPlaceholder {
    height: 1em;
    margin-bottom: -2em;
    transition: height 0.5s ease-in-out;
}

.selectionSharerPlaceholder.show {
    height: 50px !important;
}

#selectionSharerPopunder-inner ul {
    overflow: hidden;
    float: right;
    margin: 5px 5px 0 0;
}

#selectionSharerPopunder-inner ul li {
    padding: 5px 15px;
    overflow: hidden;
}

#selectionSharerPopunder-inner label {
    color: #fff;
    font-weight: 300;
    line-height: 50px;
    margin: 0 20px 0 10px;
}

#selectionSharerPopunder-inner a {
    width: 30px;
    height: 30px;
    background-size: 30px;
}

#selectionSharerPopunder-inner a.tweet {
    background-position: 0 2px;
}

/** custom code from here */
.selectionSharer .embed {
    color: white !important;
    display: block !important;
    text-indent: 0 !important;
    width: 48px !important;
    line-height: 20px;
    text-decoration: none;
    font-size: 11px;
}

.wlistingsingle .wlistingsingletext p {
    margin-bottom: 0 !important;
    padding-bottom: 25px;
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
    background: #42b1ef !important;
    padding: 17px !important;
}