

.imagesContainer {
    background-color: #fafafa;
    width: 100%;
	display: inline-block;
}

.imagesContainer > .imageUnit::before {
    content: "";
    display: block;
    margin-top: 100%;
}

.imagesContainer > .imageUnit {    
    float: left;
    font-size: 12px;
    position: relative;
    width: 32.3%;
    overflow: hidden;
    margin: 0.5%;
}

.imagesContainer > .imageUnit > img {
	position: absolute;
	top: 0;
	left: 0;	
}

.imagesContainer > .imageUnit > .info {
	opacity: 0;
	background-color: rgba(60, 60, 60, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/*
	-webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    */
}

.imagesContainer > .imageUnit > .info > span {
    color: #eee;
    display: block;
    float: left;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    width: 100%;
}
/*

.imagesContainer > .imageUnit > .info:hover {
	opacity: 1;
}

.imagesContainer > .imageUnit > .info > .still:hover {
	color: #222 !important;
}
*/
.imagesContainer > .imageUnit > .info > .still,
.imagesContainer > .imageUnit > .info > .video,
.imagesContainer > .imageUnit > .info > .link{
    cursor: pointer;
    font-size: 80px;
    margin: 10% auto;
    width: 80px;
}

.video{
	cursor: pointer;
}
.imagesContainer > .imageUnit > .info > .still:hover,
.imagesContainer > .imageUnit > .info > .video:hover,
.imagesContainer > .imageUnit > .info > .link > a:hover{
    color:#000 !important;
}
.fullscreen{
	position: fixed;
	width: 100%;
	height: auto;
	min-height: 100%;
	background-color: rgba(0,0,0,0.85);
	top: 0;
	left: 0;
	z-index:5;
}

.fullscreen > .imgbox{
    height: auto;
    position: relative;
    width: 100%;
}

.fullscreen > .imgbox.portrait{
    height: 100%;
    margin-top: 70px;
    position: relative;
    margin: 70px auto;
}

.fullscreen > .imgbox > .fimage{
    width: 100%;
}

.fullscreen > .imgbox > .fvideo{
    max-height: 720px;
 	border: 0;
 	z-index: 6;
}

.fullscreen > .imgbox {
    width: 100%;
}

.fullscreen > .imgbox > .data {
	position: absolute;
	bottom: 0.4%;
	color: white;
	font-size: 15px;
	width: 96%;
	padding: 1%;
	background-color: rgba(0,0,0,0.6);
}

.fullscreen > .imgbox > .data.top{
	bottom:auto;
	top: 0%;	
}

.data > div {
    margin-left: 20px;
}

.data > div.firm > span, .data > div.name > span{
	font-size: 12px;
	color: #ddd;
}
.data > div.firm > span.label, .data > div.name > span.label{
	font-size: 15px;
	color: #fff
}

img.portrait {
    height: auto !important;
    width: 100%;
    left: 0 !important;
}

img.loadgif{
	width: 10% !important;
	height: 10% !important;
	padding: 45%;
}
img.loadfullgif{
	position: absolute;
    left: 50%;    
    top: 50%;
    width: 66px;
    height: 66px;
}
.close {
    position: absolute;
    right: 20px;
	top: 20px;
    cursor: pointer;
}

.close:hover{
	color: #444 !important;
}
