﻿img.logoRitz {
    background-color: #eae8e670;
    padding: 10px;
    border-radius: 50%;
    width: 25%;
}
.centered {
    position: absolute !important;
    top: 80% !important;
    left: 30% !important;
    transform: translate(-15%, -80%) !important;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: bold !important;
}

.Mango {
    position: fixed !important;
    bottom: -5px !important;
    left: -10px !important;
    color: #fff !important;
    z-index: 1000 !important;
    animation-timing-function: linear !important;
    animation: mymove 20s infinite !important;
}


@keyframes mymove {
    from {
        transform: translate(0%);
    }

    to {
        transform: translate(300%);
    }
}
/*@-webkit-keyframes mymove {
    from {
        left: 0% !important;
    }

    to {
        left: 80% !important;
    }
}*/

.Mango:hover {
    -webkit-animation-play-state: paused !important;
    -moz-animation-play-state: paused !important;
    -o-animation-play-state: paused !important;
    animation-play-state: paused !important;
    cursor: pointer !important;
    /*animation: shake 0s;*/
}

.text-default-color{
    color: #ff5722;
}
