.Phone_button-moving .Phone_popup-underlay {
    display: none;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 990 !important;
    width: 100% !important;
    height: 100% !important;
    background: url('/static/img/Phone_popup-underlay.png') repeat 0 0 !important;
    cursor: pointer !important;
}

.Phone_popup-underlay {
    display: none;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 990 !important;
    width: 100% !important;
    height: 100% !important;
    background: url('/static/img/Phone_popup-underlay.png') repeat 0 0 !important;
    cursor: pointer !important;
}

.Phone_button-moving {
    position: fixed !important;
    z-index: 90000 !important;
    bottom: 270px;
    right: 55px;
    width: 66px !important;
    height: 77px !important;
    margin: 0 0 -33px -33px !important;
    opacity: 0.85 !important;cursor: pointer !important;
    -webkit-transition: opacity 0.3s ease !important;
    -moz-transition: opacity 0.3s ease !important;
    -ms-transition: opacity 0.3s ease !important;
    -o-transition: opacity 0.3s ease !important;
    transition: opacity 0.3s ease !important;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.Phone_button-moving:hover {
    opacity: 1 !important;
    -webkit-transition: opacity 0.3s ease !important;
    -moz-transition: opacity 0.3s ease !important;
    -ms-transition: opacity 0.3s ease !important;
    -o-transition: opacity 0.3s ease !important;
    transition: opacity 0.3s ease !important;
}

.Phone_button-moving:hover .Phone_button-icon-phone,
.Phone_button-moving:hover .Phone_button-text {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
}

.Phone_button-moving:hover .Phone_button-underlay {
    opacity: .35 !important;
    width: 138px !important;
    height: 138px !important;
    margin: -69px 0 0 -69px !important;
    -webkit-animation: none !important;
    animation: none !important;
}

.Phone_button-moving .Phone_button-icon {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 66px !important;
    height: 67px !important;
    background: #e74847;
}

.Phone_button-moving:hover .Phone_button-icon {
    background: #b51616;
}

.Phone_button-moving .Phone_button-icon-phone {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 66px !important;
    height: 67px !important;
    background: url('/static/img/Phone_button-moving-icon.png') no-repeat center center !important;
    -webkit-animation: Phone_button-icon 5s infinite !important;
    animation: Phone_button-icon 5s infinite !important;
}

.Phone_button-moving .Phone_button-text {
    position: absolute;
    left: 50% !important;
    top: 70px !important;
    width: 90px !important;
    margin: 0 0 0 -45px !important;
    opacity: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font: 400 12px/14px 'Open Sans', sans-serif !important;
    color: #333333 !important;
    -webkit-animation: Phone_button-text 8s infinite !important;
    animation: Phone_button-text 8s infinite !important;
}

.Phone_button-moving .Phone_button-underlay {
    position: absolute !important;
    left: 50%;
    top: 50%;
    width: 0 !important;
    height: 0 !important;
    margin: -49px 0 0 -49px !important;
    background: #e74847 !important;
    opacity: 0;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-animation: Phone_button-underlay 5s infinite !important;
    animation: Phone_button-underlay 5s infinite !important;
}

.Phone_button-moving .Phone_popup-underlay {
    display: none;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 990 !important;
    width: 100% !important;
    height: 100% !important;
    background: url('/static/img/Phone_popup-underlay.png') repeat 0 0 !important;
    cursor: pointer !important;
}

.Phone_button-moving:hover .Phone_button-underlay {
    opacity: .35 !important;
    width: 138px !important;
    height: 138px !important;
    margin: -69px 0 0 -69px !important;
    -webkit-animation: none !important;
    animation: none !important;
}

.Phone_button-moving .Phone_button-underlay {
    position: absolute !important;
    left: 50%;
    top: 50%;
    width: 0 !important;
    height: 0 !important;
    margin: -49px 0 0 -49px !important;
    background: #e74847 !important;
    opacity: 0;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-animation: Phone_button-underlay 5s infinite !important;
    animation: Phone_button-underlay 5s infinite !important;
}

@-webkit-keyframes Phone_button-underlay {
    0% {
        opacity: 0;
        width: 0;
        height: 0;
        margin-top: 0;
        margin-left: 0;
    }
    20% {
        opacity: .35;
        width: 138px;
        height: 138px;
        margin-top: -69px;
        margin-left: -69px;
    }
    75% {
        opacity: .35;
        width: 138px;
        height: 138px;
        margin-top: -69px;
        margin-left: -69px;
    }
    100% {
        opacity: 0;
        width: 200px;
        height: 200px;
        margin-top: -100px;
        margin-left: -100px;
    }
}

@keyframes Phone_button-underlay {
    0% {
        opacity: 0;
        width: 0;
        height: 0;
        margin-top: 0;
        margin-left: 0;
    }
    20% {
        opacity: .35;
        width: 138px;
        height: 138px;
        margin-top: -69px;
        margin-left: -69px;
    }
    75% {
        opacity: .35;
        width: 138px;
        height: 138px;
        margin-top: -69px;
        margin-left: -69px;
    }
    100% {
        opacity: 0;
        width: 200px;
        height: 200px;
        margin-top: -100px;
        margin-left: -100px;
    }
}

.Phone_button-moving:hover .Phone_button-icon-phone,
.Phone_button-moving:hover .Phone_button-text {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
}

.Phone_button-moving .Phone_button-icon {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 66px !important;
    height: 67px !important;
    background: #e74847;
}

.Phone_button-moving:hover .Phone_button-icon {
    background: #b51616;
}

.Phone_button-moving .Phone_button-icon-phone {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 66px !important;
    height: 67px !important;
    background: url('/static/img/Phone_button-moving-icon.png') no-repeat center center !important;
    -webkit-animation: Phone_button-icon 5s infinite !important;
    animation: Phone_button-icon 5s infinite !important;
}

@-webkit-keyframes Phone_button-icon {
    47% {transform: rotate(0deg);}
    50% {transform: rotate(15deg);}
    53% {transform: rotate(0deg);}
    54% {transform: rotate(15deg);}
    57% {transform: rotate(0deg);}
    60% {transform: rotate(15deg);}
    63% {transform: rotate(0deg);}
    66% {transform: rotate(15deg);}
    69% {transform: rotate(0deg);}
    72% {transform: rotate(15deg);}
    75% {transform: rotate(0deg);}
}

@keyframes Phone_button-icon {
    47% {transform: rotate(0deg);}
    50% {transform: rotate(15deg);}
    53% {transform: rotate(0deg);}
    54% {transform: rotate(15deg);}
    57% {transform: rotate(0deg);}
    60% {transform: rotate(15deg);}
    63% {transform: rotate(0deg);}
    66% {transform: rotate(15deg);}
    69% {transform: rotate(0deg);}
    72% {transform: rotate(15deg);}
    75% {transform: rotate(0deg);}
}

.Phone_button-moving-green .Phone_button-icon{
    background: url('../images/Phone_button-moving-green.png') no-repeat center -74px !important;
    width: 72px !important;
    height: 73px !important;
}
.Phone_button-moving.Phone_button-moving-green:hover .Phone_button-icon{
    background: url('../images/Phone_button-moving-green.png') no-repeat center 0 !important;
}
.Phone_button-moving-green .Phone_button-icon-phone{
    margin-top: 4px;
    margin-left: 3px;
}

.Phone_button-moving:hover .Phone_button-icon-phone,
.Phone_button-moving:hover .Phone_button-text {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
}

.Phone_button-moving .Phone_button-icon-phone {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 66px !important;
    height: 67px !important;
    background: url('/static/img/Phone_button-moving-icon.png') no-repeat center center !important;
    -webkit-animation: Phone_button-icon 5s infinite !important;
    animation: Phone_button-icon 5s infinite !important;
}

.Phone_button-moving-green .Phone_button-icon-phone{
    margin-top: 4px;
    margin-left: 3px;
}
.Phone_button-moving .Phone_button-text {
    position: absolute;
    left: 50% !important;
    top: 70px !important;
    width: 90px !important;
    margin: 0 0 0 -45px !important;
    opacity: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font: 400 12px/14px 'Open Sans', sans-serif !important;
    color: #333333 !important;
    -webkit-animation: Phone_button-text 8s infinite !important;
    animation: Phone_button-text 8s infinite !important;
}

@-webkit-keyframes Phone_button-text {
    0% {
        opacity: 0;
    }
    55% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes Phone_button-text {
    0% {
        opacity: 0;
    }
    55% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
