@media all
{
	.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:rgba(0,0,0,0);}
	.featherlight:last-of-type{ background: url(../images/slogo.png) no-repeat center bottom rgba(0,173,169,.9);}
	.featherlight:before{ content:''; display:inline-block; height:100%; vertical-align:middle; margin-right:-.25em}
	.featherlight .featherlight-content{ width:90%; max-width:1200px; color:#fff; 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-content img { margin: 0 0 15px 30px; width:400px; height:auto; float: right;}
	.featherlight .featherlight-inner{display:block}
	.featherlight .featherlight-close-icon{ position:absolute;z-index:9999; top:0; right:0; line-height:40px; width:40px; height:40px; cursor:pointer; text-align:center; font-family:Arial,sans-serif; background:none; color:#fff; border-radius:35px; font-size:20px; border:#fff 1px solid;}
	.featherlight .featherlight-image{width:100%}
	.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}
	.featherlight iframe { border:0; width:100%; height:350px;}
	.mantitle { font-size:1.25em; color: #fff; margin-bottom:15px; font-weight:bold; padding-top:20px;}
	.mantitle b { font-size:2em; font-weight:bold; margin: 10px 0 15px 0; display:block; color:#fdd35d;}
	.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;}
	.featherlight .featherlight-content img { margin: 0 auto 15px auto; width:80%; height:auto; float:none; border:none;}
	.mantitle { font-size:1em; color: #fff; margin-bottom:15px; font-weight:bold;}
	.mantitle b { font-size:30px; font-weight:bold; margin: 10px 0 15px 0; display:block; color:#fdd35d; line-height:36px;}
}