/*
.featherlight {
	display:none;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:2147483647;
	text-align:center;
	white-space:nowrap;
	cursor:pointer;
	background:#FFF;
	background:rgba(255, 255, 255, 0);
}
.featherlight:last-of-type {
	background:rgba(255, 255, 255, 0.90);
}
.featherlight:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
	margin-right:-0.25em;
}

.featherlight .featherlight-content {
	text-align:left;
	vertical-align:middle;
	display:inline-block;
	overflow:auto;
	width:100%;
	max-height:100%;
	cursor:auto;
	white-space:normal;
	-webkit-overflow-scrolling:touch;
}
.featherlight .featherlight-inner {
	display:block;
}*/


.featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: calc(98% - 180px);
    padding: 10px 10px 0px;
    border-bottom: 10px solid transparent;
}

.featherlight .featherlight-close-icon {
	position:absolute;
	z-index:9999;
	top:10px;
	right:10px;
	line-height:25px;
	width:25px;
	cursor:pointer;
	text-align:center;
	font-family:Arial, sans-serif;
	color:#000;
}
/*.featherlight .featherlight-image {
	width:100%;
}
.featherlight-iframe .featherlight-content {
	border-bottom:0;
	padding:0;
}
.featherlight iframe {
	border:none;
}


.featherlight .section-content {
	cursor:pointer;
}
.featherlight .section-content>* {
	cursor:auto;
}
.featherlight #main>section:first-child {
	padding-top:0;
}*/

@media only screen and (max-width:768px) {
	.featherlight .featherlight-close-icon {
		top:1px;
		right:1px;
	}
}