/*----------------------
	Share-button 
------------------------*/
.share-button {
    width: 55px;
    height: 55px;
    position: fixed;
    bottom: -2%;
    z-index: 2;
    right: 0%;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    background: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
}

.share-button:before {
    content: "\f0c9";
    position: absolute;
    color: #34d9d9;
    font-size: 1.4rem;
    font-family: FontAwesome;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.share-button:hover {
    -webkit-box-shadow: 0 0 10px 1px #494848;
    box-shadow: 0 0 10px 1px #494848;
}

/*----------------------
	Circle
------------------------*/
.circle {
    z-index: 1;
    bottom: 6.5%;
    right: 60px;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    position: fixed;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
}

.circle .button {
    width: 55px;
    height: 55px;
    position: absolute;
    top: -33px;
    right: -32px;
    z-index: -1;
    background: #fff;
    border-radius: 50%;
    visibility: hidden;
    cursor: pointer;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
}

.circle .button:before {
    position: absolute;
    font-size: 2rem;
    font-family: FontAwesome;
    top: 50%;
    left: 50%;
    cursor: pointer;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
}

.circle .button:hover:before {
    color: #fff;
}

.circle .show {
    visibility: visible;
    top: -115px;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    z-index: 99;
}

.first-circle .button:before {
    color: #3b00ff;
}

.first-circle .button:hover {
    background: #3b00ff;
}

.second-circle .button:before {
    color: #00ABF1;
}

.second-circle .button:hover {
    background: #00ABF1;
}

.third-circle .button:before {
    color: #14ff53;
}

.third-circle .button:hover {
    background: #14ff53;
}

.forth-circle .button:before {
    color: #ff072d;
}

.forth-circle .button:hover {
    background: #ff072d;
}



.rotate1 {
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.rotate1 .button {
    -ms-transform: translateX(0) translateY(0) rotate(0deg);
    transform: translateX(0) translateY(0) rotate(0deg);
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
    -moz-transform: translateX(0) translateY(0) rotate(0deg);
}

.rotate3 {
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.rotate3 .button {
    -ms-transform: translateX(0) translateY(0) rotate(45deg);
    transform: translateX(0) translateY(0) rotate(45deg);
    -webkit-transform: translateX(0) translateY(0) rotate(45deg);
    -moz-transform: translateX(0) translateY(0) rotate(45deg);
}

.rotate4 {
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.rotate4 .button {
    -ms-transform: translateX(0) translateY(0) rotate(90deg);
    transform: translateX(0) translateY(0) rotate(90deg);
    -webkit-transform: translateX(0) translateY(0) rotate(90deg);
    -moz-transform: translateX(0) translateY(0) rotate(90deg);
}


.first-circle .button:before {
    content: "\f095";
}

.third-circle .button:before {
    content: "\f232";
}

.forth-circle .button:before {
    content: "\f0e0";
}


#wrapper {
    margin-right: 23%;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
}

#share {
    /*   background: rgba(0, 0, 0, 0.5);   */
    position: relative;
    padding-right: 16%;
    width: 574px;
}


.container-share {
    position: relative;
    display: inline-block;
    width: 76px;
    height: 52px;
    line-height: 65px;
    text-align: center;
    margin: 0 auto;
}

.circle-share {
    fill: none;
    stroke: #ffffff;
    stroke-width: 5px;
    stroke-dasharray: 40;
    transition: all .2s ease-in-out;
    animation: outWaveOut 1s cubic-bezier(0.42, 0.0, 0.58, 1.0) forwards;
}

.social {
    color: white;
    font-size: 1.8em;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
}



.telegram:hover .circle-share {
    fill: #ffffff;
    fill-opacity: 1;
    animation: outWaveIn 1s cubic-bezier(0.42, 0.0, 0.58, 1.0) forwards, colortelegram 1s linear forwards;
}

.telegram:hover .social {
    color: #3aaae1;
}


.linkedin:hover .circle-share {
    fill: #ffffff;
    fill-opacity: 1;
    animation: outWaveIn 1s cubic-bezier(0.42, 0.0, 0.58, 1.0) forwards, colorlinkedin 1s linear forwards;
}

.linkedin:hover .social {
    color: #3b5998;
}


.instagram:hover .circle-share {
    fill: #ffffff;
    fill-opacity: 1;
    animation: outWaveIn 1s cubic-bezier(0.42, 0.0, 0.58, 1.0) forwards, colorinstagram 1s linear forwards;
}

.instagram:hover .social {
    color: #dd4b39;
}


.phone:hover .circle-share {
    fill: #ffffff;
    fill-opacity: 1;
    animation: outWaveIn 1s cubic-bezier(0.42, 0.0, 0.58, 1.0) forwards, colorphone 1s linear forwards;
}

.phone:hover .social {
    color: #23d5eb;
}


.whatsapp:hover .circle-share {
    fill: #ffffff;
    fill-opacity: 1;
    animation: outWaveIn 1s cubic-bezier(0.42, 0.0, 0.58, 1.0) forwards, colorwhatsapp 1s linear forwards;
}

.whatsapp:hover .social {
    color: #43f22c;
}

.eita:hover .circle-share {
    fill: #ffffff;
    fill-opacity: 1;
    animation: outWaveIn 1s cubic-bezier(0.42, 0.0, 0.58, 1.0) forwards, coloreita 1s linear forwards;
}

.eita:hover .social {
    color: #ff9708;
}


@keyframes colorphone {
    from {
        stroke: #ffffff;
    }

    to {
        stroke: #3acee1;
    }
}

@keyframes colorlinkedin {
    from {
        stroke: #ffffff;
    }

    to {
        stroke: #3b5998;
    }
}

@keyframes colorinstagram {
    from {
        stroke: #ffffff;
    }

    to {
        stroke: #dd4b39;
    }
}

@keyframes colortelegram {
    from {
        stroke: #ffffff;
    }

    to {
        stroke: #35d3f0;
    }
}

@keyframes colorwhatsapp {
    from {
        stroke: #ffffff;
    }

    to {
        stroke: #55e343;
    }
}

@keyframes coloreita {
    from {
        stroke: #ffffff;
    }

    to {
        stroke: #ff9708;
    }
}

@keyframes outWaveIn {
    to {
        stroke-width: 10px;
        stroke-dasharray: 400;
    }
}

@keyframes outWaveOut {
    from {
        stroke-width: 10px;
        stroke-dasharray: 400;
    }

    to {
        stroke: #ffffff;
        stroke-width: 5px;
        stroke-dasharray: 40;
    }
}
