@import url('animate.css');

/*@-moz-keyframes rotate {*/
    /*0% {*/
        /*-moz-transform: rotate(0deg);*/
    /*}*/
    /*100% {*/
        /*-moz-transform: rotate(360deg);*/
    /*}*/
/*}*/
@-moz-keyframes rotate {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.noempty {
    display: inline-block;
    width: 111px;
    height: 111px !important;
}
.round0 {
    display: inline-block;
    width: 111px;
    height: 111px !important;
    overflow: hidden;
    background-image: url("../img/2014-03-26_001.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: 1s linear 0s normal none rotate;
    -moz-animation: 1s linear 0s normal none rotate;
    animation: 1s linear 0s normal none rotate;
}
.round90 {
    display: inline-block;
    width: 111px;
    height: 111px !important;
    overflow: hidden;
    background-image: url("../img/2014-03-26_002.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: 1s linear 0s normal none rotate;
    -moz-animation: 1s linear 0s normal none rotate;
    animation: 1s linear 0s normal none rotate;
}
.round180 {
    display: inline-block;
    width: 111px;
    height: 111px !important;
    overflow: hidden;
    background-image: url("../img/2014-03-26_003.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: 1s linear 0s normal none rotate;
    -moz-animation: 1s linear 0s normal none rotate;
    animation: 1s linear 0s normal none rotate;
}
.round270 {
    display: inline-block;
    width: 111px;
    height: 111px !important;
    overflow: hidden;
    background-image: url("../img/2014-03-26_004.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: 1s linear 0s normal none rotate;
    -moz-animation: 1s linear 0s normal none rotate;
    animation: 1s linear 0s normal none rotate;
}
.oyi-140319 .block .right-sidebar .left-sidebar div img {
    vertical-align: bottom;
    position: absolute;
    margin-top: -111px;
}

.oyi-140319 .block_01 .right-sidebar .left-sidebar div img {
    vertical-align: bottom;
    position: absolute;
    margin-top: -111px;
}
.hide {
    display: none;
}

@media only screen
and (min-width:320px)
and (max-width:767px) {
    .hidden {
        display: none !important;
    }
    .hide {
        display: inline !important;
    }
    .oyi-140319 .block_01 .right-sidebar .left-sidebar div img {
        margin-top: 0;
        position: absolute;
        vertical-align: bottom;
        margin-left: -55px;
    }
    .oyi-140319 .block .right-sidebar .left-sidebar div img {
        margin-top: 0;
        position: absolute;
        vertical-align: bottom;
        margin-left: -55px;
    }
}