/**
 * Created by MNS on 03.10.2017.
 */


.call-widget-callopen-wr .call-ph-circle {
    width: 160px;
    height: 160px;
    top: -47px;
    left: -48px;
    position: absolute !important;
    background-color: transparent;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(245, 157, 14, 1);
    opacity: .5;
    -webkit-animation: call-circle-anim 2.2s infinite ease-in-out;
    animation: call-circle-anim 2.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
/*noinspection CssInvalidFunction*/
@-webkit-keyframes call-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .01
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .01
    }
}

/*noinspection CssInvalidFunction*/
@keyframes call-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .01
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .01
    }
}


.call-widget-callopen-wr .call-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: -17px;
    left: -17px;
    position: absolute !important;
    background-color: rgba(245, 157, 14, 1);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .75;
    -webkit-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
    animation: call-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-box-shadow: 0 0 2px 0 rgba(245, 157, 14, 1) !important;
    box-shadow: 0 0 2px 0 rgba(245, 157, 14, 1) !important;
    -webkit-transition: all .5s;
    transition: all .5s
}
/*noinspection CssInvalidFunction*/
@-webkit-keyframes call-circle-fill-anim {
    0%, 100% {
        -webkit-transform: rotate(0) scale(.6) skew(1deg);
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
}
/*noinspection CssInvalidFunction*/
@keyframes call-circle-fill-anim {
    0%, 100% {
        -webkit-transform: rotate(0) scale(.6) skew(1deg);
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
}

/**/

#callbody.callback-wrapper {
    position: fixed;
    padding: 1px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    visibility: hidden;
    overflow: hidden;
    font-weight: 400;
    font-size: 18px;
    z-index: 1000;
    line-height: initial;
}

.call-phone-container {
    width: 5%;
    height: 100%;
    display: block;
}

.call-phone-draggable {
    position: relative;
    top: 50%;
    left: 20%;
    z-index: 9999999;
    visibility: visible;
}

.call-phone {
    cursor: pointer;
    width: 65px;
    height: 65px;
    /*background-color: rgba(246, 162, 26, 1)!important;*/
    background-color: rgba(245, 157, 14, 1)!important;
    box-shadow: 0 0 8px 1px rgba(13, 97, 147, 0.5);
    border-radius: 50%;
}

/**/
.call-widget-callopen-wr .call-widget-callopen i.call-widget-button-phone {
    font-size: 30px !important;
    background: url(../../img/icon/call-white.png) center center no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px;
    width: 65px !important;
    height: 65px !important;
    line-height: 0 !important;
    display: inline-block !important;
    text-align: center !important;
    position: absolute;
    z-index: 1;
    opacity: 1;
}


.call-widget-callopen-wr i.call-widget-button-call {
    font-size-adjust: inherit !important;
    font-stretch: condensed !important;
    font-style: normal !important;
    font-variant: small-caps !important;
    text-transform: lowercase !important;
    font-weight: 500 !important;
    letter-spacing: -.5px !important;
    white-space: normal !important;
    word-spacing: -3px !important;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    top: 25%;
    font-size: 14px;
    z-index: 0;
    opacity: 0;
    left:0;
    width:65px;
}

.call-widget-callopen-wr .call-widget-callopen i.call-widget-button-phone.call-active {
    -webkit-animation: call-circle-img-anim 1.3s infinite ease-in-out;
    animation: call-circle-img-anim 1.3s infinite ease-in-out;
}

/*noinspection CssInvalidFunction*/
@-webkit-keyframes call-circle-img-anim {
    0%, 100%, 50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10%, 30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20%, 40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
}

/*noinspection CssInvalidFunction*/
@keyframes call-circle-img-anim {
    0%, 100%, 50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    10%, 30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20%, 40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}


/* common */
.background-hidden {
    background: none!important;
}

.pad-top-10 {
    padding-top: 10px!important;
}

.no-pad-bot {
    padding-bottom: 0!important;
}

.call-close-icon {
    position: absolute;
    right: -10px;
    top: -10px;
    opacity: 0;
    z-index: 99999;
}

.call-widget-wr:hover .call-close-icon {
    opacity: 1;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.call-widget-wr:hover .call-widget-button-phone.call-active {
    background: none;
}
.call-widget-wr:hover .call-widget-button-call {
    opacity: 1;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}