/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 0.2.2 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

body {font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.popfull {width:100%; vertical-align: middle; float:left;}
.lightbox {display: none;}
.aboutmain{width:300px; vertical-align: middle; margin:0px auto;}
.aboutdivs{width:300px; background:#fff; margin:50% 0% 0% 0%; float:left;}
.aboutpage{width:100%; padding:0px 0px 25px 0px; float:left;}
.pophead{width:100%; float:left;}
.desphead{width:100%; font-size:18px; color:#333; background:#d5d5d5; padding:20px 0px 20px 0px; margin-bottom:30px; text-align:center; float:left;}
.pophead p{width:90%; text-align:center; font-size:14px; padding:2% 5%; float:left;}




@media all {

.featherlight {
	display:none;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:9999;
	height:100%;
	text-align:center;
	cursor:pointer;
	background:rgba(255,255,255, 0.7);
}
.featherlight .featherlight-close {
	position:absolute;
	z-index:9999;
	line-height:25px;
	width:25px;
	cursor:pointer;
	text-decoration:none;
	text-align:center;
	font:Arial, sans-serif;
	color:#333;
	background:#e5e5e5;
}
.featherlight:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
	margin-right:-.25em
}
.featherlight .featherlight-content {
	text-align:left;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	max-height:95%;
	overflow:auto;
	cursor:auto;
}
.featherlight .featherlight-inner {
	display:block
}
.featherlight-iframe .featherlight-content {
	min-height:60%
}
.featherlight iframe {
	border:0;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:100%;
	width:100%
}
.featherlight .featherlight-image {
	width:100%;
	max-height:85vh
}
}

@media only screen and (max-width: 479px) {
.aboutmain{width:250px; vertical-align: middle; margin:0px auto;}
.aboutdivs{width:250px; background:#fff; margin:50% 0% 0% 0%; float:left;}
.pophead p{width:90%; text-align:center; font-size:12px; padding:2% 5%; float:left;}


}