.gallery-container{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	float: left;
}
.gallery-item{
	overflow: hidden;
	padding: 0px;
	margin-bottom: 12px;
	background-color: #eeeeee;
	border:solid 1px #dedede;
	float: left;
	width: 100%;
}
.gallery-item .gicon{
	overflow: hidden;
	padding: 0px;
}
.gallery-item a{
	width: 100%;
	display: block;
	float: left;
}
.gallery-item a:focus{
	outline: none;
}
.gallery-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	text-align: center;
    line-height: 100%;
    padding-top: 30%;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gallery-item a:hover:after{
	opacity: 1;
}
.gallery-item .img-wrapper{
    display:block;
    float: left;
    width: 100%;
    height: 160px;
    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gallery-item .img-wrapper .score{
	margin-right: 4px;
	margin-top: 4px;
	float: right;
	display: none;
}
.gallery-item .img-wrapper .frame{
	margin-left: 4px;
	margin-top: 4px;
}
/*
.gallery-item img{
	height: 100%;
	width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
	object-fit: cover;
	-o-object-fit: cover;
}
*/
.gallery-item .gdescription{
    padding-top: 12px;
    height: 100% !important;
    min-height: 100% !important;
}
.gallery-item .gdescription span{
    float: left;
    clear: left
}
.gallery-item .galbtn{
    margin-right:12px;
    position: absolute;
    right: 12px;
    bottom: 22px;
}

.gallery-item .detdescription{
    padding-top: 12px;
    height: 100% !important;
    min-height: 100% !important;
}
.gallery-item .detdescription span{
    float: left;
    clear: left
}
.gallery-item .detdescription .form-group{
	margin-bottom:8px;
}
.gallery-item .detbtn{
    position: absolute;
    right: 12px;
	top: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

/* LIGHTBOX */
.lightbox-modal{

}
.lightbox-modal .modal-dialog{
	margin-top: 8px;
	margin-bottom: 8px;
}
.lightbox-modal .modal-content{
	background-color: #ededed;
}
.lightbox-modal .modal-content .modal-body{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.lightbox-buttons{
	position: absolute;
    width: 100%;
    height: 100%;
}
.lightbox-close-button{
	display: block;
	height: 100%;
	width: 23px;
	color: #566f75;
	font-size: 23px;
	vertical-align: top;
}
.lightbox-button{
	display: block;
	height: 100%;
	width: 25%;
	color: #fff;
	font-size: 30px;
}
.lightbox-button i{
	font-weight: 100 !important;
	top: 50%;
	margin-top:-20px;
}
.lightbox-button:hover{
	color: #3eb8b0;	
}
.lightbox-button-left{
	text-align: left;
	padding-left: 20px;
	background-image: linear-gradient(to left, rgba(255,0,0,0), rgba(0, 0, 0, 0.3));
}
.lightbox-button-left:hover{
	background-image: linear-gradient(to left, rgba(255,0,0,0), rgba(0, 0, 0, 0.6));
}
.lightbox-button-right{
	text-align: right;
	padding-right: 20px;
	background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(0, 0, 0, 0.3));
}
.lightbox-button-right:hover{
	background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(0, 0, 0, 0.6));
}
.btn-lh-fix{
    font-size: 13px !important;
    line-height: 18px !important;
}
.lightbox-image-caption{
	display: block;
	width: 90%;
    height: 24px;
    padding-top: 2px;
}
.lightbox-image-caption span {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
	text-align: left;
	color: #28484f;
}
.lightbox-commands{
	display: block;
	position: absolute;
	width: 100%;
	margin-left:-15px;
	padding-left: 0px;
	padding-right: 5px;
}
.lightbox-commands .form-group{
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	min-height:50px;
	/*background: rgba(0, 0, 0, 0.3);*/
}
.lightbox-commands label{
	padding-top:10px;
	font-size: 14px;
	color: #333;
}
.lightbox-commands button{
	padding-top:8px;
	padding-bottom:8px;
	margin-right:10px;
}
.lightbox-image-container img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}