/* Custom Inputs */
$(function() { "use strict";
$('input[type="checkbox"].custom-checkbox').uniform();
$('input[type="radio"].custom-radio').uniform();
$('.custom-select').uniform();
$(".selector").append('');
$('.checker span').append('');
$('.radio span').append('');
});