.imagebox-grid .grid-boxes [class*="column"]+[class*="column"]:last-child {
    float: left !important;
}

.imagebox-grid .grid-boxes {
	opacity: 0;
	margin-top: 60px;
	margin-bottom: 100px;
	transition: opacity 0.5s;
}
.imagebox-grid .grid-boxes ul.slick-dots {
	margin: 0;
	bottom: -10px;
}
.imagebox-grid .grid-boxes ul.slick-dots li {
	margin: 0 1px;
}
.imagebox-grid .grid-boxes ul.slick-dots li button:before{
	font-size: 16px;
	color: #a7bbc9;
	opacity: 1;
}
.imagebox-grid .grid-boxes ul.slick-dots li.slick-active button:before {
	color: #00739a;
	opacity: 1;
}
.imagebox-grid .grid-boxes .slide {
	padding-bottom: 30px;
	position: relative;
	outline: none;
}
.imagebox-grid .grid-boxes .slide img {
	width: 100%
	transform: scale(1.0);
	transition: all 0.5s ease;
}
.imagebox-grid .grid-boxes .slide:hover img {
	transform: scale(1.1);
	transition: all 0.5s ease;
}
.imagebox-grid .grid-boxes .slide .tint{
	position: relative;
	overflow: hidden;
}
.imagebox-grid .grid-boxes .slide .tint:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.imagebox-grid .grid-boxes .slide .title {
	position: absolute;
	bottom: 70px;
	color: #fff;
	line-height: 40px;
	width: calc(100% - 30px);
	text-align: center;
	font-size: 40px;
	font-family: "acumin-pro-extra-condensed",sans-serif;
	font-weight: 300;
}
.imagebox-grid .grid-top .title {
	font-family: "acumin-pro-extra-condensed", sans-serif;
	font-weight: 300;
	color: #00adbb;
	font-size: 100px;
	text-align: center;
	margin: 0 10px 20px 10px;
}
.imagebox-grid .grid-top .description {
	text-align: center;
	padding: 0 80px;
}
@media screen and (max-width: 1024px){
	.imagebox-grid .grid-top .title {
		font-size: 85px;
		line-height: 85px;
	}
	.imagebox-grid .grid-top .description{
		padding: 0;
	}
}
.imagebox-grid .grid-top .description-bottom {
	text-align: center;
}
.imagebox-grid .grid-top .description-bottom .link {
	height: 40px;
	border: 2px solid #f28b20;
	display: inline-block;
	padding: 0 30px;
}
.imagebox-grid .grid-top .description-bottom .link a {
	color: #f28b20;
	text-transform: uppercase;
	line-height: 36px;
}