.anticlicker {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
}

.block_sound {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 123123123;
}

.up_sound {
    display: none;
    cursor: pointer;
    position: relative;
    z-index: 5;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

#volume_up {
    display: none;
    max-width: 90px;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 5;
    cursor: pointer;
}

#apYou {
    position: absolute;
    width: 12%;
    bottom: 41%;
    right: 43%;
}


.preloader {
    display: none;
    background: white;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0;
    z-index: 5;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.5;
}

form {
    position: relative;
}

input {
    outline: 0;
}
