@charset "UTF-8";
/* CSS Document */



.lb-album{
	width: 750px;
}
.lb-album li{
	margin: 5px;
	list-style: none;
	display: inline-block;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
}
.lb-album li > a{
	width: 200px;
	height: 200px;
	position: relative;
	padding: 10px;
	background: rgba(0,0,0,.1);
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

.lb-album li > a:hover { background: rgba(0,0,0,.03);}

.lb-album li > a span{
	position: absolute;
	width: 200px;
	height: 200px;
	top: 10px;
	left: 10px;
	text-align: center;
	color: rgba(0,0,0,1.00);
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgba(255,255,255,1.00);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,.8) 0%, rgba(255,255,255,1.00) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,.8)), color-stop(100%,rgba(255,255,255,1.00)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,.8) 0%, rgba(255,255,255,1.00) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,.8) 0%, rgba(255,255,255,1.00) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,.8) 0%, rgba(255,255,255,1.00) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,.8) 0%, rgba(255,255,255,1.00) 100%);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.lb-album li > a span b { 	font-weight: lighter;
							display: block;
							margin-top: 90px;
}

.lb-album li > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}

.lb-overlay{
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 1915px;
	padding: 0;
	z-index: 1001;
	text-align: center;
	background: rgba(0,0,0,1.00);
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,.8) 0%, rgba(0,0,0,1.00) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,.8)), color-stop(100%,rgba(0,0,0,1.00)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,.8) 0%,rgba(0,0,0,1.00) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,.8) 0%,rgba(0,0,0,1.00) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,.8) 0%,rgba(0,0,0,1.00) 100%);
	background: radial-gradient(center, ellipse cover,rgba(0,0,0,.8) 0%,rgba(0,0,0,1.00) 100%);
	
	display: flex;
  	align-items: center;
  	justify-content: center;
}
.lb-overlay > div{
	position: absolute;
	bottom: 20px;
	left: 500px;
	color: rgba(255,255,255,1.00);
	width: 700px;
	height: 80px;
	display: flex;
	align-items:center;
}
.lb-overlay div h3,
.lb-overlay div p{
	width: 250px;
	height: 50px;
}
.lb-overlay div h3{
	padding: 10px 20px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: light;
	letter-spacing: .1em;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(255,255,255,.5);
}


.lb-overlay div h3 span{
	display: block;
	width: 200px;
	padding-top: 10px;
	margin: 0 0 auto auto;
	font-weight: 100;
	font-size: 16px;
	letter-spacing: normal;
	color: rgba(105,187,172,1.00);
}

.lb-overlay div p{
	padding: 10px 20px;
	margin-top: 7px;
	font-size: 18px;
	font-weight: 100;
	text-align: left;
	line-height: 30px;
	float: left;
	width: 380px;
}
.lb-overlay a.lb-close{
	background: transparent;
	z-index: 1000;
	color: #fff;
	position: absolute;
	top: 30px;
	left: 50%;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 80px;
	height: 25px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}
.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	display: inline-block;
	margin: -100px auto 0 auto;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

.lb-prev, .lb-next{
	text-indent: -9000px;
	position: absolute;
	top: -30px;
	left: 285px;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	filter: alpha(opacity=80); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/
}
.lb-prev:hover, .lb-next:hover{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-prev{
	margin-left: -30px;
	background: transparent url(../images/arrows.png) no-repeat top left;
}
.lb-next{
	margin-left: 6px;
	background: transparent url(../images/arrows.png) no-repeat top right;
}
.lb-overlay:target {
	width: 100%;
	height: 100%;
	bottom: 0px;
	right: 0px;
}
.lb-overlay:target img,
.lb-overlay:target a.lb-close{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}

x:-o-prefocus, .lb-overlay img {
    height: 100%;
}