/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all{
		.lightbox { 
		display: none;
		max-height: 700px;
		max-width: 900px;
		padding: 20px;
}
.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:#333;
		background:rgba(0,0,0,0)
}
.featherlight:last-of-type { 
		background:rgba(0,0,0,0.75)
}
.featherlight:before {
		content:'';
		display:inline-block;
		height:100%;
		vertical-align:middle;
		margin-right:-.25em}
.featherlight .featherlight-content {
		position:relative;
		text-align:left;
		vertical-align:middle;
		display:inline-block;
		overflow:auto;
		padding:100px 100px 0;
		border-bottom:25px solid transparent;
		margin-left:0;
		margin-right:5%;
		max-height:95%;
		cursor:auto;
		white-space:normal;

		}
.featherlight .featherlight-inner {
		display:block;
			overflow:visible;
		}
.featherlight .featherlight-close-icon {
		position:absolute;
		z-index:9999;
		top:0;
		right:20px;
		line-height:30px;
		font-family: "ff-meta-web-pro",sans-serif;
	font-size: .9em;
		width:130px;
		cursor:pointer;
		text-align:center;
		background:#fff;
		background:rgba(61,41,134,1.00);
	border: 1pt solid #ffffff;
	border-radius: 10px;
		color:#fff
}
.featherlight .featherlight-image {
		width:100%
}
.featherlight-iframe .featherlight-content {
		padding: 0;
			margin:0;
}
.featherlight iframe{
	border:0;
	}
} @media only screen and (max-width:2400px) {
.featherlight .featherlight-content {
		margin-left:10px;
		margin-right:10px;
		max-height:88%;
		padding:10px 10px 0;
	}}
@media (min-width: 321px) and (max-width: 768px) {
	.featherlight .featherlight-close-icon {
		right:70px;
	}}
@media (max-width: 320px) {
	.featherlight .featherlight-close-icon {
		right:90px;
}
}
	
