﻿
.container-floating .floating-button {
    width: 120px;
    height: 36px;
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
    background: #FF3D00;
    position: fixed;
    top: 188px;
    right: 0px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.container-floating .plus {
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    margin-left: 0px;
    text-align: center;
    padding-top: 0px;
    line-height: 24px;
    font-size: 18px !important;
    font-family: 'Roboto';
    font-weight: 300;
    transition: all 0.3s;
}

.container-floating {
    position: fixed;
    width: 10px;
    height: 30px;
    top: 142px;
    right: 0px;
    z-index: 100;
}


@keyframes blink {
    0% {
        color: white;
    }

    90% {
        color: white;
    }

    100% {
        color: #FF3D00;
    }
}

@-webkit-keyframes blink {
    0% {
        color: white;
    }

    90% {
        color: white;
    }

    100% {
        color: #FF3D00;
    }
}

.container-floating .blink {
    -webkit-animation: blink 3s linear infinite;
    -moz-animation: blink 3s linear infinite;
    animation: blink 3s linear infinite;
}

.container-floating .non-float-p {
    position: absolute;
}

.container-floating .non-float {
    position: relative;
    top: 0;
}



.share-side, .share-side .spin-icon {
    z-index: 50;
    top: 142px;
    position: fixed;
}
.share-side {
    left: 0;
    overflow: hidden;
}
    .share-buttons {
    width: 50px;
    margin-left: 0px;
    background: #f3f3f4;
    z-index: 2000;
}

    .share-buttons .setings-item {
        padding: 20px 15px;
    }

.share-buttons-box {
    margin-left: -50px;
    position: relative;
    transition-duration: 0.8s;
    width: 50px;
}

    .share-buttons-box.show {
        margin-left: 0;
    }
        .share-buttons-box.show .spin-icon {
            left: 50px;
        }

    .share-buttons-box .spin-icon {
        bottom: auto;
        height: 38px;
        width: 50px;
        left: 0px;
        border-radius: 0px 20px 20px 0px !important;
        transition-duration: 0.8s;
    }

        .share-buttons-box .spin-icon .fa {
            font-size: 1.1em;
        }

/*.share-buttons-box .setings-item .fa {
        font-size: 2em;
    }*/

.spin-icon {
    background: #1ab394;
    position: absolute;
    padding: 7px 10px 7px 13px;
    border-radius: 20px 0 0 20px !important;
    font-size: 16px;
    top: 0;
    left: 0;
    width: 40px;
    color: #fff;
    cursor: pointer;
}

.container-floating .float_pin {
    color: white;
    position: fixed;
    top: 188px;
    right: 100px;
    z-index: 1000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.float-unpin.container-floating .floating-button {
    right: -112px;
}

.float-unpin.container-floating:hover .floating-button {
    right: 0;
}

.float-unpin.container-floating .float_pin {
    right: -10px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.float-unpin.container-floating:hover .float_pin {
    right: 100px;
}
