﻿/* HOTLINE */
.phonering-alo-phone {
    position: fixed;
    display: block;
    /*width: 10px;*/
    /*height: 180px;*/
    bottom: 10px;
    left: 10px;
    z-index: 1;
    cursor: pointer;
    background-color: transparent;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
}

    .phonering-alo-phone.phonering-alo-show {
        visibility: visible;
    }

    .phonering-alo-phone.phonering-alo-static {
        opacity: .6;
    }

    .phonering-alo-phone:hover {
        opacity: 1;
    }

.phonering-alo-ph-circle {
    width: 100px;
    height: 100px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,0.4);
    opacity: .1;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
}

/*.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color: #c22d1b;
    opacity: .5;
}

.phonering-alo-phone.phonering-alo-color:hover .phonering-alo-ph-circle {
    border-color: #c22d1b;
    opacity: .5;
}*/

.phonering-alo-phone.phonering-alo-color .phonering-alo-ph-circle {
    border-color: #e19a20;
    opacity: .5;
}

.phonering-alo-ph-circle-fill {
    width: 62.5px;
    height: 62.5px;
    bottom: 18.5px;
    left: 18.5px;
    position: fixed;
    background-color: #000;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important;
}

.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    /*background-color: rgba(39,45,107,0.5);*/
    /*opacity: .75 !important;*/
}

.phonering-alo-phone.phonering-alo-color:hover .phonering-alo-ph-circle-fill {
    /*background-color: rgba(39,45,107,0.5);*/
    /*opacity: .75 !important;*/
}

.phonering-alo-phone.phonering-alo-color .phonering-alo-ph-circle-fill {
    background-color: rgba(194, 45, 27, 0.7215686274509804);
}

.phonering-alo-ph-img-circle {
    width: 37.5px;
    height: 37.5px;
    bottom: 31.25px;
    left: 31.25px;
    position: fixed;
    border-radius: 100%;
    border: 2px solid transparent;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    background: url('img/phone.png') no-repeat center center;
    transform-origin: 50% 50%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out animation phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
}

/*.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color: #c22d1b;
}*/

.phonering-alo-phone.phonering-alo-color:hover .phonering-alo-ph-img-circle {
    background-color: #c22d1b;
}

.phonering-alo-phone.phonering-alo-color:hover .phone-number {
    /*background-color: #c22d1b;*/
}

.phonering-alo-phone.phonering-alo-color .phonering-alo-ph-img-circle {
    background-color: #e19a20;
    background-size: 85%;
}

    .phonering-alo-phone.phonering-alo-color .phonering-alo-ph-img-circle a img {
        opacity: 0;
    }

.phone-number-list {
    position: fixed;
    bottom: 10px;
    left: 85px;
}

    .phone-number-list li {
        margin: 10px 0;
    }

.phonering-alo-phone .phone-number {
    color: #fff;
    font-size: 16px;
    background-color: #e19a20;
    padding: 5px 10px;
    line-height: 24px;
    white-space: nowrap;
    border-radius: 50px;
    transform: translateY(-50%);
    box-shadow: 0px 0px 5px #F1F1F1;
}

    .phonering-alo-phone .phone-number:hover {
        background-color: #c22d1b;
    }

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }

    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: .1;
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }

    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: .1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

/*MOBILE*/
@media only screen and (min-width: 0px) and (max-width: 320px) {
    .phonering-alo-phone {
    }

        .phonering-alo-phone.phonering-alo-show {
        }

        .phonering-alo-phone.phonering-alo-static {
        }

        .phonering-alo-phone.phonering-alo-hover, .phonering-alo-phone:hover {
        }

    .phonering-alo-ph-circle {
        width: 100px;
        height: 100px;
    }

    .phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    }

    .phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    }

    .phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone:hover .phonering-alo-ph-circle {
    }

    .phonering-alo-phone.phonering-alo-color.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-color:hover .phonering-alo-ph-circle {
    }

    .phonering-alo-phone.phonering-alo-color .phonering-alo-ph-circle {
    }

    .phonering-alo-ph-circle-fill {
        width: 62.5px;
        height: 62.5px;
        bottom: 18.5px;
        left: 18.5px;
    }

    .phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    }

    .phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    }

    .phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    }

    .phonering-alo-phone.phonering-alo-color.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-color:hover .phonering-alo-ph-circle-fill {
    }

    .phonering-alo-phone.phonering-alo-color .phonering-alo-ph-circle-fill {
    }

    .phonering-alo-ph-img-circle {
        width: 37.5px;
        height: 37.5px;
        bottom: 31.25px;
        left: 31.25px;
        background-size: 80%;
    }

    .phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    }

    .phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    }

    .phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    }

    .phonering-alo-phone.phonering-alo-color.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-color:hover .phonering-alo-ph-img-circle {
    }

    .phonering-alo-phone.phonering-alo-color:hover .phone-number {
    }

    .phonering-alo-phone.phonering-alo-color .phonering-alo-ph-img-circle {
    }

        .phonering-alo-phone.phonering-alo-color .phonering-alo-ph-img-circle a img {
        }

    .phonering-alo-phone .phone-number a {
    }

    .phonering-alo-phone .phone-number {
        left: 88px;
        bottom: 15px;
        padding: 5px 10px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
    .phonering-alo-phone {
    }

        .phonering-alo-phone.phonering-alo-show {
        }

        .phonering-alo-phone.phonering-alo-static {
        }

        .phonering-alo-phone.phonering-alo-hover, .phonering-alo-phone:hover {
        }

    .phonering-alo-ph-circle {
        width: 100px;
        height: 100px;
    }

    .phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    }

    .phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    }

    .phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone:hover .phonering-alo-ph-circle {
    }

    .phonering-alo-phone.phonering-alo-color.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-color:hover .phonering-alo-ph-circle {
    }

    .phonering-alo-phone.phonering-alo-color .phonering-alo-ph-circle {
    }

    .phonering-alo-ph-circle-fill {
        width: 62.5px;
        height: 62.5px;
        bottom: 18.5px;
        left: 18.5px;
    }

    .phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    }

    .phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    }

    .phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    }

    .phonering-alo-phone.phonering-alo-color.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-color:hover .phonering-alo-ph-circle-fill {
    }

    .phonering-alo-phone.phonering-alo-color .phonering-alo-ph-circle-fill {
    }

    .phonering-alo-ph-img-circle {
        width: 37.5px;
        height: 37.5px;
        bottom: 31.25px;
        left: 31.25px;
        background-size: 80%;
    }

    .phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    }

    .phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    }

    .phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    }

    .phonering-alo-phone.phonering-alo-color.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-color:hover .phonering-alo-ph-img-circle {
    }

    .phonering-alo-phone.phonering-alo-color:hover .phone-number {
    }

    .phonering-alo-phone.phonering-alo-color .phonering-alo-ph-img-circle {
    }

        .phonering-alo-phone.phonering-alo-color .phonering-alo-ph-img-circle a img {
        }

    .phonering-alo-phone .phone-number a {
    }

    .phonering-alo-phone .phone-number {
        left: 88px;
        bottom: 15px;
        padding: 5px 10px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
}

@media only screen and (min-width: 641px) and (max-width: 840px) {
}

@media only screen and (min-width: 841px) and (max-width: 960px) {
}

@media only screen and (min-width: 961px) and (max-width: 1110px) {
}
