/** custom CSS for:
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.**/
.featherlight:last-of-type{background:rgba(0,0,0,.90)}.featherlight .featherlight-content{background:transparent;display:inline-block;margin-left:5px;margin-right:5px;max-height:95%;overflow:visible;padding:0;text-align:left;vertical-align:middle}.featherlight .featherlight-close-icon{background:0;background-image:url(../img/button_close_gallery.svg);background-position:center center;background-repeat:no-repeat;background-size:48px 48px;height:48px;line-height:48px;opacity:.7;position:fixed;right:0;top:0;width:48px}.featherlight-next,.featherlight-previous,.featherlight-next:hover,.featherlight-previous:hover{display:block;position:absolute;top:calc(100%+10px);top:calc(50% - 24px);right:0;width:48px;height:48px;left:inherit;opacity:.7;background:transparent;background-image:url(../img/button_page_next_gallery.svg);background-position:center center;background-repeat:no-repeat;background-size:48px 48px}.featherlight-previous,.featherlight-previous:hover{background-image:url(../img/button_page_previous_gallery.svg);left:0;right:inherit}@media only screen and (orientation:landscape){.featherlight .featherlight-content{margin-top:0;position:static!important}}@media only screen and (min-width:900px) and (orientation:landscape){.featherlight-next,.featherlight-previous,.featherlight-next:hover,.featherlight-previous:hover{background-image:url(../img/button_page_next.svg);right:30px;opacity:1}.featherlight-previous,.featherlight-previous:hover{background-image:url(../img/button_page_previous.svg);opacity:1;left:30px}}