/*
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author    Cornel Boppart <cornel@bopp-art.com>
 * @copyright Author
 *
 * @version   2.1.2 (29/09/2015)
 */

@font-face {
    font-family: 'style';
    src: url('../../../../styles/resource/fontMy/font/style.eot?92547595');
    src: url('../../../../styles/resource/fontMy/font/style.eot?92547595#iefix') format('embedded-opentype'), url('../../../../styles/resource/fontMy/font/style.woff2?92547595') format('woff2'), url('../../../../styles/resource/fontMy/font/style.woff?92547595') format('woff'), url('../../../../styles/resource/fontMy/font/style.ttf?92547595') format('truetype'), url('../../../../styles/resource/fontMy/font/style.svg?92547595#style') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='lightcase-icon-']:before {
    font-family: "style";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* 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;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */

.lightcase-icon-play:before {
    content: '\e829';
}
.lightcase-icon-pause:before {
    content: '\e852';
}
.lightcase-icon-close:before {
    content: '\e853';
    font-size: 35px;
}
.lightcase-icon-prev:before {
    content: '\e855';
    font-size: 25px;
}
.lightcase-icon-next:before {
    content: '\e854';
    font-size: 25px;
}
.lightcase-icon-spin:before {
    content: '\e856';
}
@media screen and (max-width: 640px) {
    .lightcase-icon-close:before {
        font-size: 15px;
    }
    .lightcase-icon-prev:before {
        font-size: 15px;
    }
    .lightcase-icon-next:before {
        font-size: 15px;
    }
}
