
@keyframes Hots_CLka {
    0% {
        line-height: 38px;
    }
    50% {
        line-height: 44px;
    }
    to {
        line-height: 40px;
    }
}
@-webkit-keyframes Hots_CLka {
    0% {
        line-height: 38px;
    }
    50% {
        line-height: 44px;
    }
    to {
        line-height: 40px;
    }
}

@-moz-keyframes  Hots_CLka {
    0% {
        line-height: 38px;
    }
    50% {
        line-height: 44px;
    }
    to {
        line-height: 40px;
    }
}

@keyframes rolling {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes rolling {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn)
    }
}



@media (max-width: 750px) {
    @keyframes Hots_CLka {
        0% {
            line-height: 32px;
        }
        50% {
            line-height: 36px;
        }
        to {
            line-height: 38px;
        }
    }
    @-webkit-keyframes Hots_CLka {
        0% {
            line-height: 32px;
        }
        50% {
            line-height: 36px;
        }
        to {
            line-height: 38px;
        }
    }

    @-moz-keyframes  Hots_CLka {
        0% {
            line-height: 32px;
        }
        50% {
            line-height: 36px;
        }
        to {
            line-height: 38px;
        }
    }

    /*@keyframes rolling {*/
        /*0% {*/
            /*-webkit-transform: rotate(0deg);*/
            /*transform: rotate(0deg)*/
        /*}*/
        /*to {*/
            /*-webkit-transform: rotate(1turn);*/
            /*transform: rotate(1turn)*/
        /*}*/
    /*}*/

    /*@-webkit-keyframes rolling {*/
        /*0% {*/
            /*-webkit-transform: rotate(0deg)*/
        /*}*/
        /*to {*/
            /*-webkit-transform: rotate(1turn)*/
        /*}*/
    /*}*/


}