.lightbox { 
	display: none; 
}

.lightbox h3 {
	margin-bottom: 30px;
	font-size: 20px;
}
	
.light {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	/*background: #333;
	background: rgba(0,0,0,0);*/
}

.light:last-of-type {
	background: rgba(26, 34, 45, 0.9);
}

.light:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.25em;
}

.light .light-content {
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	overflow: auto;
	padding: 30px 30px 10px;
	/*border-bottom: 10px solid transparent;*/
	min-width: 30%;
	/*margin-left: 24%;*/
	margin-right: 10px;
	margin-left: 10px;
	max-height: 98%;
	background: #FFF url(images/lightbox.jpg) no-repeat right bottom;
	cursor: auto;
	white-space: normal;
}

.light .light-inner {
	display: block;
}

.light .light-close-icon {
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	width: 30px;
	cursor: pointer;
	text-align: center;
	background: #FFF;
	color: #000;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	height: 30px;
}

.light .light-image {
	width: 100%;
}

.light-iframe .light-content {
	border-bottom: 0;
	padding: 0;
	background: #000;
	z-index: 100;
}

.light iframe {
	border: 0;
	padding: 0;
}
