@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:rgba(277,0,122,.95);}
	.featherlight:before{ content:''; display:inline-block; height:100%; vertical-align:middle; margin-right:-.25em}
	.featherlight .featherlight-content{ width:700px; 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: justify;}
	.featherlight .featherlight-content li { float:left; width:42%; margin: 0 5% 20px 0;}
	.featherlight .featherlight-content ul.list li { float:none; width:100%; margin: 0 0 20px 0; clear:both;}
	.featherlight .featherlight-content b { font-size:24px; font-weight:bold;}
	.featherlight .featherlight-content img { margin:0 auto 20px auto; width:auto; height:150px; float:left; margin: 0 15px 0 0;}
	.featherlight .featherlight-content ul.list li img { float:left; width:80px; height:auto; margin: 0 25px 20px 0;}
	.featherlight .featherlight-inner{display:block}
	.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:5px;right:10px;line-height:35px;width:35px;cursor:pointer;text-align:center;font-family:Arial,sans-serif; border:#fff 1px solid; color:#fff; border-radius:35px; font-size:24px;}
	.featherlight .featherlight-image{width:100%}
	.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}
	.featherlight iframe{border:0}
	.mantitle { font-size:1em;color:#fff;}
	.mantitle b { font-size:2em; font-weight:bold; margin: 10px 0 15px 0; display:block;}
	.featherlight .featherlight-content::-webkit-scrollbar { width: 5px;} 
.featherlight .featherlight-content::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.3);}
.featherlight .featherlight-content::-webkit-scrollbar-thumb { background-color:rgba(255,255,255,0.7); outline: 1px solid slategrey;}
.giftno { display:block; font-size:24px; font-weight:bold; margin: 10px 0 0 0;}
}
@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;}
}
@media screen and (max-width: 414px) {
.featherlight .featherlight-content li { float:left; width:100%; margin: 0 0 20px 0;}
}