/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.3.4 (29/12/2015)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("../../fonts/lightcase/lightcase.eot?55356177");
  src: url("../../fonts/lightcase/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../../fonts/lightcase/lightcase.woff?55356177") format("woff"), url("../../fonts/lightcase/lightcase.ttf?55356177") format("truetype"), url("../../fonts/lightcase/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
