/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.8 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
.featherlight-next, .featherlight-previous {
	display:block;
	position:absolute;z-index:2147483647;
	
	right:1em;
	bottom:0;
	left:90%;
	height:3em;
	cursor:pointer;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background:rgba(255,255,255,.66)
}
.featherlight-previous {
	left:1em;
	right:90%
}
.featherlight-next:hover, .featherlight-previous:hover {
	background:rgba(255,255,255,.66);opacity:0.5
}
.featherlight-next span, .featherlight-previous span {
	display:block; 
	position:absolute;
	top:50%;
	left:5%;
	width:auto;
	text-align:left;
	font-size:2em;
	line-height:0; 
	margin-top:0; 
	
	color:rgb(230, 42, 1);
	font-family: 'Font Awesome 5 Solid';
	font-weight: 900;
}
.featherlight-next span {
	right:5%;
	left:auto;
	text-align:right
}
.featherlight-next:hover span, .featherlight-previous:hover span {
	display:inline-block
}
.featherlight-first-slide.featherlight-last-slide .featherlight-next, .featherlight-first-slide.featherlight-last-slide .featherlight-previous, .featherlight-loading .featherlight-next, .featherlight-loading .featherlight-previous, .featherlight-swipe-aware .featherlight-next, .featherlight-swipe-aware .featherlight-previous {
	display:block
}
}
@media only screen and (max-device-width:1024px) {
.featherlight-next:hover, .featherlight-previous:hover {
	background:0 0
}
.featherlight-next span, .featherlight-previous span {
	display:block
}
}
@media only screen and (max-width:1024px) {
.xfeatherlight-next, .xfeatherlight-previous {
	top:10px;
	right:10px;
	left:85%
}
.xfeatherlight-previous {
	left:10px;
	right:85%
}
.xfeatherlight-next span, .xfeatherlight-previous span {
	margin-top:-30px;
	font-size:40px
}
}
