@mixin shadow($settings) {
    box-shadow: $settings;
    -moz-box-shadow: $settings;
    -webkit-box-shadow: $settings;
}
