@-webkit-keyframes splashIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .8;
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .9;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes splashIn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .8;
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .9;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes splashOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8;
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .9;
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 1;
    }
}
@keyframes splashOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8;
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .9;
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 1;
    }
}
.checkbox-toggle {
    position: relative;
}
.checkbox-toggle input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0;
    cursor: pointer;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox-toggle input+span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-toggle input+span:before {
    position: absolute;
    left: 0;
    display: inline-block;
}
.checkbox-toggle input+span>h4 {
    display: inline;
}
.checkbox-slider {
    position: relative;
}
.checkbox-slider input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0;
    cursor: pointer;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox-slider input+span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-slider input+span:before {
    position: absolute;
    left: 0;
    display: inline-block;
}
.checkbox-slider input+span>h4 {
    display: inline;
}
.checkbox-slider input+span {
    padding-left: 40px;
}
.checkbox-slider input+span:before {
    content: "";
    height: 20px;
    width: 40px;
    background: rgba(100, 100, 100, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
    transition: background .2s ease-out;
}
.checkbox-slider input+span:after {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #fff;
    transition: margin-left .1s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: "";
}
.checkbox-slider input:checked+span:after {
    margin-left: 20px;
    content: "";
}
.checkbox-slider input:checked+span:before {
    transition: background .2s ease-in;
}
.checkbox-slider--b-flat {
    position: relative;
}
.checkbox-slider--b-flat input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0;
    cursor: pointer;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox-slider--b-flat input+span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-slider--b-flat input+span:before {
    position: absolute;
    left: 0;
    display: inline-block;
}
.checkbox-slider--b-flat input+span>h4 {
    display: inline;
}
.checkbox-slider--b-flat input+span {
    padding-left: 40px;
}
.checkbox-slider--b-flat input+span:before {
    content: "";
    height: 24px;
    width: 34px;
    background: transparent;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
    transition: background .2s ease-out;
    border: 1px solid #000;
}
.checkbox-slider--b-flat input+span:after {
    width: 18px!important;
    height: 18px;
    position: absolute;
    left: 2px;
    top: 3px;
    display: block;
    background: #fff;
    transition: margin-left .1s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: "";
}
.checkbox-slider--b-flat input:checked+span:after {
    margin-left: 18px;
    content: "";
    background-color: #fff;
}
.checkbox-slider--b-flat input:checked+span:before {
    transition: background .2s ease-in;
}
.checkbox-slider--b-flat input+span {
    padding-left: 15px;
}
.check-box-label {
    display: inline-block;
    padding-left: 40px;
    margin-top: -30px;
}
.checkbox-slider--b-flat input+span:before {
    border-radius: 20px;
    width: 40px;
}
.checkbox-slider--b-flat input+span:after {
    background: #000;
    content: "";
    width: 28px;
    border: solid transparent 2px;
    background-clip: padding-box;
    border-radius: 18px;
}
.checkbox-slider--b-flat input:checked+span:after {
    content: "";
    margin-left: 18px;
    border: solid transparent 2px;
    background-clip: padding-box;
}
.checkbox-slider--b-flat input:checked+span:before {
    background: #000;
}
.checkbox-slider--b-flat input+span:before {
    box-shadow: none;
}
.checkbox-slider--b input:disabled+span:after {
    border: solid transparent 2px;
    border-radius: 40px;
}
.checkbox-slider--b input:disabled+span:before {
    box-shadow: 0 0 0 black;
}
.checkbox-slider--b input:disabled+span {
    color: #777;
}
