.custom_imagebox_grid {
	
}

.custom_imagebox_grid .clearfix {
	visibility: visible;
	line-height: inherit;
}

/* IMAGE BOXES */
.custom_imagebox_grid .imgbox-cont {
	overflow: hidden;
	position:relative;
	margin-top: 80px;
	margin-bottom: 80px;
}
.custom_imagebox_grid .imgbox-left {
	position:absolute;
	top:0px;
	left:0px;
	width:70%;
	height:100%;
}

.custom_imagebox_grid .contentRender_name_plugins_collections_template_custom_imagebox_grid_large,
.custom_imagebox_grid .custom_imagebox_grid_large { 
	height: 100%;
}

.custom_imagebox_grid .imgbox-right {
	width:30%;
	float:right;
	padding:0px 40px;
}
.custom_imagebox_grid .imgbox,
.custom_imagebox_grid .imgcont {
	position:relative;
	overflow:hidden;
}
.custom_imagebox_grid .imgcont img {
	width: 100%;
}
.custom_imagebox_grid .imgbox.imgbox-big {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.custom_imagebox_grid .blog-tag {
	position:absolute;
	top:0px;
	right:0px;
	z-index:1;
	color: #fff;
	background-color: #f28b20;
	font-size: 22px;
	line-height: 25px;
	padding: 0 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-weight: 300;
}
.custom_imagebox_grid .imgbox.imgbox-big:before {
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:.2;
	pointer-events: none;
	z-index:1;
}
.custom_imagebox_grid .imgbox.imgbox-big:after,
.custom_imagebox_grid .imgbox.imgbox-small:after {
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;
	border-right:1px #fff solid;
	border-bottom:1px #fff solid;
	pointer-events: none;
}
.custom_imagebox_grid .imgbox.imgbox-big .imgcont {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-position:top center;
	background-size:cover;
	min-height: 400px;
}
.custom_imagebox_grid .imgbox.imgbox-big .imgcont img {
	opacity:0;
}
.custom_imagebox_grid .color-slide .imgcont:before,
.custom_imagebox_grid .color-slide .imgcont:after {
	content:"";
	position:absolute;
	top:0px;
	left:100%;
	width:100%;
	height:100%;
	opacity:.3;
	background-color:#00adbb;
	transition:all ease .5s;
}
.custom_imagebox_grid .color-slide .imgcont:after {
	transition:all ease .5s .11s;
}
.custom_imagebox_grid .color-slide:hover .imgcont:before,
.custom_imagebox_grid .color-slide:hover .imgcont:after {
	left:0%;
}
.custom_imagebox_grid .imgbox-title-cont .title1 {
	color:#00adbb;
	font-size:30px;
	line-height: 30px;
	text-transform:uppercase;
	margin: 0;
	margin-top: 20px;
}
.custom_imagebox_grid .imgbox-title-cont .bodycopy {
	font-size:16px;
	margin-bottom:0px;
}
.custom_imagebox_grid .imgbox-title-cont .bodycopy a:before {
	display:none;
}
.custom_imagebox_grid .imgbox-big .imgbox-title-cont {
	position:absolute;
	top:50%;
	left:50%;
	width:calc(100% - 80px);
	height:calc(100% - 80px);
	z-index:2;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transition:all ease .5s;
}
.custom_imagebox_grid .imgbox-big .imgbox-title-cont .imgbox-title-left {
	position:absolute;
	bottom:0px;
	left:0px;
	transition:all ease .5s;
}
.custom_imagebox_grid .imgbox-big .imgbox-title-cont .title1 {
	color:#fff;
	font-size:80px;
	line-height:1em;
	margin:0;
	margin-bottom:20px;
	text-transform:inherit;
	transition:all ease .5s;
}
.custom_imagebox_grid .imgbox-big .imgbox-title-cont .title1 a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}
.custom_imagebox_grid .imgbox-big .imgbox-title-cont .bodycopy {
	color:#fff;
	font-size:18px;
	line-height:26px;
	margin-bottom:0px;
	max-width:700px;
	float:left;
	padding-right: 15px;
}
.custom_imagebox_grid .imgbox-big .imgbox-title-cont .shared-button {
	display: inline-block;
	padding: 0 15px;
	width: auto;
	color: #fff;
	border-color: #fff;
}
.custom_imagebox_grid .imgbox-big .imgbox-title-cont .shared-button:hover {
	border-color: #f28b20;
}
.custom_imagebox_grid .imgbox-big .imgbox-title-cont a.button,
.custom_imagebox_grid .imgbox-big .imgbox-title-cont button {
	max-height:0px;
	opacity:0;
	margin-top:0px;
	transition:all ease .5s;
}
.custom_imagebox_grid .imgbox-big:hover .imgbox-title-cont a.button,
.custom_imagebox_grid .imgbox-show-text .imgbox-title-cont a.button,
.custom_imagebox_grid .imgbox-big:hover .imgbox-title-cont button,
.custom_imagebox_grid .imgbox-show-text .imgbox-title-cont button {
	max-height:200px;
	opacity:1;
	margin-top:7px;
}
.custom_imagebox_grid .imgbox-big .imgbox-title-cont .bodycopy a {
	color:#fff;
	text-transform:uppercase;
	text-decoration:underline;
}
.custom_imagebox_grid .imgbox-big:hover .imgbox-title-cont .bodycopy a.button,
.custom_imagebox_grid .imgbox-big:hover .imgbox-title-cont .bodycopy button {
	float:right;
}
.custom_imagebox_grid .imgbox-big .imgbox-title-cont .imgbox-title-right {
	min-width:150px;
	display:table-cell;
	vertical-align:bottom;
	padding-bottom:5px;
	padding-left:40px;
}
.custom_imagebox_grid .imgbox-cont-no-padding .imgbox-right {
	padding:0px;
}
.custom_imagebox_grid .imgbox-side-small {
	margin-bottom:40px;
}
/* END IMAGE BOXES */

@media only screen and (max-width: 64em) {
	.custom_imagebox_grid .imgbox-cont {
		margin-top: 60px;
		margin-bottom: 20px;
	}
	.custom_imagebox_grid .imgbox-left {
		position: static;
		width: 100%;
		margin-bottom: 30px;
	}
	.custom_imagebox_grid .imgbox-right {
		float: none;
		width: 100%;
		padding: 0;
	}
	.custom_imagebox_grid .imgbox-side-small {
		float: left;
		width: 50%;
		padding: 0 15px;
	}
	.custom_imagebox_grid .imgbox-big .imgbox-title-cont .title1 {
		font-size: 60px;
		line-height: 60px;
	}
	.custom_imagebox_grid .color-slide .imgcont:before,
	.custom_imagebox_grid .color-slide .imgcont:after {
		content: none;
	}
}

@media only screen and (max-width: 40em) {
	.custom_imagebox_grid .imgbox-side-small {
		float: none;
		width: 100%;
	}
	.custom_imagebox_grid .imgbox-big .imgbox-title-cont .bodycopy {
		display: none;
	}
}