label.niceCheck-label .niceCheck {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 16px;
    background: url(../img/i/bg-checkbox.png) -39px 0 no-repeat;
    background-size: cover;
    left: 0;
    clip: auto;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
label.niceCheck-label input[type="checkbox"] {
    display: none;
}
label.niceCheck-label input[type="checkbox"]:checked+.niceCheck{
    background: url(../img/i/bg-checkbox.png) -20px 0 no-repeat;
    background-size: cover;
}
label.niceCheck-label {
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    min-height: 16px;
    min-width: 17px;
    position: relative;
    padding-left: 23px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
label.niceCheck-label .niceCheck{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

