.imgbox-small-cont {
	position: relative;
	margin: 0;
}

.imgbox-small-cont .slide-cont {
    margin-bottom: 60px;
}

.imgbox-small-cont .slide{
    padding: 0 6px;
	margin: 0 0 20px;
}

.imgbox-small-cont .seeall-link {
	display: block;
	width: 100%;
	margin: 40px auto 0;
	text-align: center;
}
.imgbox-small-cont .seeall-link a {
	display: inline-block;
	width: auto;
	padding: 8px 12px;
	border: 2px solid #275d74;
	color: #275d74;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
}

.imgbox-small-cont .arrow-container {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.imgbox-small-cont .arrow-container .custom-prev,
.imgbox-small-cont .arrow-container .custom-next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: 3px solid #009cc7;
	margin: 0 10px;
	cursor: pointer;
}

.imgbox-small-cont .arrow-container .custom-prev i,
.imgbox-small-cont .arrow-container .custom-next i {
	position: relative;
	top: -2px;
	font-size: 50px;
	line-height: 1;
	color: #009cc7;
}

.imgbox-small-cont .arrow-container .custom-prev.slick-disabled,
.imgbox-small-cont .arrow-container .custom-next.slick-disabled {
	opacity: 0.2;
	pointer-events: none;
}

.imgbox-small-cont .arrow-container .custom-prev.slick-hidden,
.imgbox-small-cont .arrow-container .custom-next.slick-hidden { display: none; }

.imgbox-small {
    position: relative;
    box-sizing: border-box;
    border-top: 12px solid white;
    z-index: 10;
    height: 550px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.imgbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
}

.imgbox-small:hover .imgbox-overlay {
    opacity: 0.2;
}

.imgbox-small .imgbox-title .subtitle {
    font-family:'MuseoSansW01-500Italic';
    color: white;
    display: block;
    font-size: 26px;
    margin-bottom: 20px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}

.imgbox-small .imgbox-link {
    display: inline-block;
    border: 3px solid white;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.imgbox-small .link-inner {
    position: relative;
    padding: 15px 30px;
    overflow: hidden;
    z-index: 10;
}

.imgbox-small:hover .imgbox-link {
    color: black;
}

.imgbox-small:hover .link-inner .overlay {
    transform: translateY(0);
}

.columns:nth-child(4n+1) > .imgbox-small {
    border-right: 6px solid white;
}

.columns:nth-child(4n+2) > .imgbox-small {
    border-left: 6px solid white;
    border-right: 6px solid white;
}

.columns:nth-child(4n+3) > .imgbox-small {
    border-left: 6px solid white;
    border-right: 6px solid white;
}

.columns:nth-child(4n) > .imgbox-small {
    border-left: 6px solid white;
}

.imgbox-small .imgbox-title {
    position: absolute;
    bottom: 30px;
    left: 20px;
}

.imgbox-small .imgbox-link {
    display: inline-block;
    border: 3px solid white;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}

.imgbox-small .link-inner {
    position: relative;
    padding: 15px 30px;
    overflow: hidden;
    z-index: 10;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}

.imgbox-small .link-inner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    transition: transform 0.3s;
    transform: translateY(-100%);
    z-index: -1;
}

.imgbox-small .imgbox-title h3 {
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}

.imgbox-small .imgbox-title .dates span {
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}

.imgbox-small .imgbox-title .dates img {
    width: 25px;
}

@media (max-width: 1024px) {
	.imgbox-small-cont { margin-bottom: 25px; }

    .imgbox-small .link-inner {
        padding: 8px 16px;
        font-size: 14px;
    }
    .imgbox-small {
        height: 480px;
		border: none;
		border-top: 12px solid white;
    }
    .imgbox-small .imgbox-title .dates img {
        width: 18px;
    }
    .imgbox-small .imgbox-title .dates span {
        font-size: 18px;
    }
    .imgbox-small:nth-child(2) {
        border-right: 0;
    }
    .imgbox-small:nth-child(3) {
        border-left: 0;
    }

	.columns:nth-child(2n+1) > .imgbox-small {
		border-right: 6px solid white;
	}

	.columns:nth-child(2n) > .imgbox-small {
	    border-left: 6px solid white;
	}

}

@media (max-width: 641px) {
    .imgbox-small {
        width: 100%;
		height: 460px;
		border: none;
		border-top: 12px solid white;
    }
    .imgbox-small .imgbox-title h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}
