﻿.splash-back {
    /*width:100%;*/
    width: 208px;
    height: 208px;
    position: absolute;
    z-index: 1000;
    left: 75px;
}

.fan-grill {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
}

.water-splash {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
}

.fan-blades {
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
    -moz-animation: rotateFan 3s linear infinite;
    -webkit-animation: rotateFan 3s linear infinite;
    animation: rotateFan s linear infinite;
}

.fan-back {
    position: absolute;
    z-index: 997;
    top: 0;
    left: 0;
}

@-webkit-keyframes rotateFan {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotateFan {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotateFan {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.splash-back-1 {
    /*width:100%;*/
    width: 110px;
    height: 110px;
    position: absolute;
    z-index: 1000;
    left: 0px;
    top: 0px;
    border: 0px solid red;
}

.fan-grill-1 {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 110px;
}

.water-splash-1 {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 110px;
}

.fan-blades-1 {
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
    width: 110px;
    -moz-animation: rotateFan 3s linear infinite;
    -webkit-animation: rotateFan 3s linear infinite;
    animation: rotateFan s linear infinite;
}

.fan-back-1 {
    position: absolute;
    z-index: 997;
    top: 0;
    left: 0;
    width: 110px;
}
