/*
|-----------------------------------------------------------------------------------------------------------
| IMAGEBOX GRID
|-----------------------------------------------------------------------------------------------------------
*/
.custom_imagebox_grid.row{
	margin-bottom: 30px;
	overflow: hidden;
}
.custom_imagebox_grid a{
	color: inherit;
}

.custom_imagebox_grid a:hover, .custom_imagebox_grid a:focus {
    color: #ffffff;
}
.custom_imagebox_grid .item-int{
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.custom_imagebox_grid .image {
	transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transition: all ease 1s;
}
.custom_imagebox_grid .item:hover .image{
	transform: scale(1.2);
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
}
.custom_imagebox_grid .image img{
	width: 100%;
}

.custom_imagebox_grid .info{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding:15px;
	background: rgba(39, 30, 35, 0.6);
}
.custom_imagebox_grid .info .title{
	font-family:'Lulo Clean W01 One Bold';
	font-size: 14px;
	line-height: 14px;
	color: #fafaf5;
}
.custom_imagebox_grid .info .title span{
	color: #ce4e10;
}


.custom_imagebox_grid .play-btn{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100px;
	width: 100px;
}


.custom_imagebox_grid a.play-btn {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    font-size: 50px;
    text-align: center;
    color: #ffffff;
}

.reveal-modal-bg{
	position: fixed !important;
}
.reveal-modal {
    background-color: #666 !important;
    min-height: auto !important;
    z-index: 10000 !important;
    position: fixed !important;
   	top: 114px !important;
}

.reveal-modal .close-reveal-modal {
    top: 0rem !important;
    right: .5rem !important;
    color: #ffffff !important;
}