﻿#single12 {
	font-family: arial, sans-sarif;
}
#OpenLightBox {
	text-align: center;
	margin-top: 0px;
	width: 100%;
}
.close {
    display: block;
    position: absolute;
    z-index: 1003;
    top: 0;
    right: 0;
    padding: 12px 15px 12px 10px;
    color: #666;
    border-left: 1px solid #62b685;
    cursor: pointer;
}
.close img {
    width:20px;
    border:0
}
    .LB-black-overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1001;
	opacity: .20;
	filter: alpha(opacity=50);
}
.LB-white-content {
	display: none;
	position: fixed;
	top: 30%;
	left: 50%;
	max-height: 500px;
	background: #fff;
	z-index: 1002;
	padding: 10px 26px;
	font-size: 14px;
	overflow-x: auto;
	border-radius: 0px;
	padding: 20px;
	width: 760px;
}
#lightboxspan {
	cursor: pointer;
	color: #666;
	font-size: 14px;
}
#lightboxspan:hover {
	color: #000;
}
@media only screen and (max-width: 768px) {
.LB-white-content {
	width: 90%;
}
}
@media only screen and (max-width: 768px) {
.LB-white-content {
	top: 20%;
	max-height: inherit;
	padding: 2%;
	width: 92%;
}
}
@media only screen and (max-width: 540px) {
.LB-white-content {
	top: 30%;
}
}
@media only screen and (max-width: 420px) {
.LB-white-content {
	width: 90%;
}
.close {
	padding: 2px 7px 1px;
}
#lightboxspan {
	font-size: 12px;
}
}
