.gal-container{
	padding: 0px;
	margin-right: -6px;
	margin-bottom: -6px;
}
.gal-item{
	overflow: hidden;
	padding: 7px;
	float: left;
}
.gal-item .box{
	height: 180px;
	overflow: hidden;
}
.box{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
	border: none;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
	padding-right: 0px;
	padding-left: 0px;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\f002";
	font-family: 'FontAwesome';
	opacity: 0;
	background-color: rgba(138, 188, 37, 0.75);
	/*background-color: rgba(0,114,255,0.75);*/
	position: absolute;
	right: 7px;
	left: 7px;
	top: 7px;
	bottom: 7px;
	text-align: center;
  line-height: 180px;
  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;
}
.gal-item a:hover:after{
	opacity: 1;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}

/* TENANTS GALLERY */
.gal-item-tenants .box{
	height: 180px;
	overflow: hidden;
}
.gal-item-tenants{
	overflow: hidden;
	padding: 0px;
}
.gal-item-tenants a:focus{
	outline: none;
}
.gal-item-tenants a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(33, 105, 160, 0.8);
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	text-align: center;
  line-height: 200px;
  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;
}
.gal-item-tenants a:hover:after{
	opacity: 1;
}

.lightbox-modal .modal-dialog{
    max-width: none !important;
}
.lightbox-close-button{
	display: block;
	height: 40px;
	width: 30px;
	float: left;
	color: #ffffff !important;
	font-size: 40px;
	vertical-align: top;
	position: absolute;
	z-index: 1;
	right: 25px;
	top: 5px;
}
.lightbox-close-button i{
	font-weight: 100 !important;
	text-shadow: 0px 0px 15px #333;
}
.lightbox-close-button:hover{
	color: #3eb8b0;	
}
.lightbox-left-button{
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 50px;
  transition: 0.6s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
  -webkit-user-select: none;
  text-shadow: 0px 0px 5px #333;
}
.lightbox-left-button i{
	font-weight: 100 !important;
}
.lightbox-left-button:hover{
	color: #3eb8b0;	
}
.lightbox-right-button{
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 50px;
  transition: 0.6s ease;
  border-radius: 5px 0 0 5px;
  user-select: none;
  -webkit-user-select: none;
  text-shadow: 0px 0px 5px #333;
}
.lightbox-right-button i{
	font-weight: 100 !important;
}
.lightbox-right-button:hover{
	color: #3eb8b0;	
}
.btn-lh-fix{
    font-size: 13px !important;
    line-height: 18px !important;
}