/*
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.1.0 (25/04/2015)


@font-face {
  font-family: 'lightcase';
  src: url('../fonts/lightcase.eot?55356177');
  src: url('../fonts/lightcase.eot?55356177#iefix') format('embedded-opentype'),
       url('../fonts/lightcase.woff?55356177') format('woff'),
       url('../fonts/lightcase.ttf?55356177') format('truetype'),
       url('../fonts/lightcase.svg?55356177#lightcase') format('svg');
  font-weight: normal;
  font-style: normal;
}
 */
 
  
[class*='lightcase-icon-']:before {
  font-family: 'lightcase';
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.lightcase-icon-play { background: url(../images/circle_play.svg) no-repeat top left; background-size: contain; fill: #fff; } /* '' */
.lightcase-icon-pause { background: url(../images/circle_pause.svg) no-repeat top left; background-size: contain; fill: #fff; } /* '' */
.lightcase-icon-close { background: url(../images/circle-close.svg) no-repeat top left; background-size: contain; fill: #fff; } /* '' */
.lightcase-icon-prev { background: url(../images/circle_rewind.svg) no-repeat top left; background-size: contain; fill: #fff; } /* '' */
.lightcase-icon-next { background: url(../images/circle_fast_forward.svg) no-repeat top left; background-size: contain; fill: #fff; } /* '' */
.lightcase-icon-spin { background: url(../images/loading.gif) no-repeat center center;} /* '' */