/* --------------------------------------------
 * Lightbox
 ------------------------------------------- */

/*--- lightbox ---*/
.fancybox-skin {padding:0 !important;}
body .fancybox-opened .fancybox-skin {box-shadow:none;}

body .fancybox-close {
    width:14px; height:13px;
    right: 17px; top: 9px;
    background: none;
}

body .fancybox-close::after {
    content: '\e901';
    font-family: 'icomoon' !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ed1b23;
    font-size: 0.9em;
    background: rgba(237, 238, 238, .8);
    border-radius: 5px;
    padding: 5px;
}

@media screen and (min-width: 768px) {
    body .fancybox-close {
        right:35px; top:26px;
    }
}