.lb-album{
	width:100%;
	margin: 0 auto;
}
.lb-album li{
	float: left;
	width:33%;
	margin:0px;
	position: relative;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
}
.lb-album li > a{
	position: relative;
	padding:0px;
}
.lb-album li > a span{
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 150px;
	color: rgba(27,54,81,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size: 24px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgb(241,210,194);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 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:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background: rgb(32,66,138);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
}
.lb-overlay > div{
	position: relative;
	color: rgba(27,54,81,0.8);
	width: 550px;
	height: 80px;
	margin: 40px auto 0px auto;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
}
.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 20px;
	width: 200px;
	height: 60px;
}
.lb-overlay div h3{
	font-size: 36px;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(27,54,81,0.4);
}
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 16px;
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-style: italic;
}
.lb-overlay div h3 span{
	display: block;
	line-height: 6px;
}
.lb-overlay div p{
	font-size: 14px;
	text-align: left;
	float: left;
	width: 260px;
}
.lb-overlay a.lb-close{
	background: rgb(32,66,138);
	z-index: 1001;
	color: #fff;
	position: absolute;
	top: 43px;
	left: 50%;
	font-size: 15px;
	line-height:11px;
	text-align: center;
	width:65px;
	height: 23px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height:100%;
	position: relative;
	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: -32px;
	width: 24px;
	height: 25px;
	left: 50%;
	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: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 0px 20px 0px;
	z-index:9999999;
}
.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*/
}



.lb-album1 li {
    float: left;
    margin:0% 3% 2% 2%;
    position: relative;
    width: 27%;
	display: inline-flex;
}
.album-title{background-color:#da251c; font-size:16px; text-align:center; float:left; width:100%;  padding: 3% 0; font-weight:600; text-transform: uppercase;}
.main-album{width:100%; float:left; background-color:#f8c301; padding-top:2%;}
/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}
.light-box1{border-bottom:2px solid #20428a; border-right:2px solid #da251c; background-image:url(../images/thumbs/1.jpg); background-position:center top; background-repeat: no-repeat; width:384px; height:249px;}
.light-box1:hover{ background-image:url(../images/full/1.jpg); background-position:center top; background-repeat: no-repeat; background-size:cover;}
.light-box2{border-bottom:2px solid #f8c301; border-right:2px solid #f8c301; background-image:url(../images/thumbs/2.jpg); background-position:center top; background-repeat: no-repeat; width:384px; height:249px;}
.light-box2:hover{ background-image:url(../images/full/2.jpg); background-position:center top; background-repeat: no-repeat; background-size:cover;}
.light-box3{border-bottom:2px solid #da251c; background-image:url(../images/thumbs/3.jpg); background-position:center top; background-repeat: no-repeat; width:384px; height:249px;}
.light-box3:hover{ background-image:url(../images/full/3.jpg); background-position:center top; background-repeat: no-repeat; background-size:cover;}
.light-box4{border-right:2px solid #f8c301; background-image:url(../images/thumbs/4.jpg); background-position:center top; background-repeat: no-repeat; width:384px; height:249px;}
.light-box4:hover{ background-image:url(../images/full/4.jpg); background-position:center top; background-repeat: no-repeat; background-size:cover;}
.light-box5{border-right:2px solid #20428a; background-image:url(../images/thumbs/5.jpg); background-position:center top; background-repeat: no-repeat; width:384px; height:249px;}
.light-box5:hover{ background-image:url(../images/full/5.jpg); background-position:center top; background-repeat: no-repeat; background-size:cover;}
.light-box6{background-image:url(../images/thumbs/6.jpg); background-position:center top; background-repeat: no-repeat; width:384px; height:249px;}
.light-box6:hover{ background-image:url(../images/full/7.jpg); background-position:center top; background-repeat: no-repeat; background-size:cover;}

.light-box7{border-bottom:2px solid #20428a; border-right:2px solid #da251c; background-image:url(../images/thumbs/7.png); background-position:center top; background-repeat: no-repeat; width:384px; height:249px;}
.light-box7:hover{ background-image:url(../images/full/eco-passport.jpg); background-position:center top; background-repeat: no-repeat; background-size:cover;}


.light-box1-new{border-bottom:2px solid #20428a; border-right:2px solid #da251c; background-image:url(../images/thumbs/1.jpg); background-position:center top; background-repeat: no-repeat; width:384px; background-size:contain;}
.light-box2-new{border-bottom:2px solid #f8c301; border-right:2px solid #f8c301; background-image:url(../images/thumbs/2.jpg); background-position:center top; background-repeat: no-repeat; width:384px; background-size:contain;}
.light-box3-new{border-bottom:2px solid #da251c; background-image:url(../images/thumbs/3.jpg); background-position:center top; background-repeat: no-repeat; width:384px; background-size:contain;}
.light-box4-new{border-right:2px solid #f8c301; background-image:url(../images/thumbs/4.jpg); background-position:center top; background-repeat: no-repeat; width:384px; background-size:contain;}
.light-box5-new{border-right:2px solid #20428a; background-image:url(../images/thumbs/5.jpg); background-position:center top; background-repeat: no-repeat; width:384px; background-size:contain;}
.light-box6-new{background-image:url(../images/thumbs/6.jpg); background-position:center top; background-repeat: no-repeat; width:384px; background-size:contain;}
