@media all
{
	.featherlight{ display:none; position:fixed; top:0; right:0; bottom:0; left:0; z-index:9999; text-align:center; white-space:nowrap; cursor:pointer; background:rgba(0,0,0,0);}
	.featherlight:last-of-type{ background:rgba(42,62,78,.85);}
	.featherlight:before{ content:''; display:inline-block; height:100%; vertical-align:middle; margin-right:-.25em}
	.featherlight .featherlight-content{ width:600px; color: #333; position:relative; vertical-align:middle; display:inline-block; padding:25px; margin-left:5% ;margin-right:5%; max-height:95%; background: rgba (255,255,255,0); cursor:auto; white-space:normal; line-height:24px; overflow:auto; text-align:left;}
	.featherlight .featherlight-inner{display:block}
	.featherlight .featherlight-close-icon{ position:absolute;z-index:9999; top:5px; right:5px; line-height:32px; width:50px; height:50px; cursor:pointer; text-align:center; font-family:Arial,sans-serif; background:#ffc600; color:#2a3e4e; border-radius:35px; font-size:30px; line-height:50px; border:none;}
	.featherlight .featherlight-image{width:100%}
	.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}
	.featherlight iframe{ border:#fff 3px solid;}
	.mantitle { font-size:1.25em; color: #ffd4e0; margin-bottom:15px; font-weight:bold;}
	.mantitle b { font-size:2.25em; font-weight:bold; margin: 20px 0 35px 0; display:block; color:#fff100;}
	.ifotT { display:block; color:#D6C6A9;}
}
@media only screen and (max-width:700px)
{
	.featherlight .featherlight-content{ width:90%; margin-left:10px;margin-right:10px;max-height:98%;padding:15px; overflow:auto; color:#fff;}
	.mantitle { font-size:1em; color: #ffd4e0; margin-bottom:15px; font-weight:bold;}
	.mantitle b { font-size:1.8em; font-weight:bold; margin: 10px 0 15px 0; display:block; line-height:36px; color:#fff100;}
	.featherlight .featherlight-content img { width:100%; max-width:385px; height:auto; margin:0 30px 20px 0; border-radius: 25px; float:left;}
}