
/* page 1 */

.destinations-test {
	margin-bottom: 50px;
}

.destinations-test h2 {
	font-family: jhoiboy;
	font-size: 45px;
	line-height: 50px;
	letter-spacing: 0;
	font-weight: 500;
}

#delcd-destination {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
}
#delcd-destination .row {
	margin-top: 0;
}
.dest-grid {
	min-height: 220px;
	padding-left: 0;
	padding-right: 0;
}

.destination-list {
	position: relative;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	text-align: center;
}
.destination-list a {
	min-height: 220px;
	padding: 2em;
	position: relative;
	width: 100%;
	display: block;
	z-index: 12;
}
.destination-list a:hover h2 {
	top: -3px;
}
.destination-list a:hover::after {
	opacity: 1;
}
.case-studies-summary h2 {
	position: relative;
	line-height: 220px;
	color: #fff;
	margin-bottom: 0;
	top: 0;
	font-size: 40px;
	font-weight: 350;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: -.02em;
}
.destination-list::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.25);
	z-index: 8;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.destination-list:hover::after {
	-webkit-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
	-ms-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
	-o-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
	background: rgba(0, 0, 0, 0.3);
}

.destination-list a::after {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	content: "";
	border: 2px solid rgba(255, 255, 255, 0.8);
	opacity: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}


.title-bg {
	text-align: center;
	padding: 0;
	position: relative;
	width: 100%;
	height: 300px;
	z-index: 12;
	max-height: 100%;
}
.title-bg-txt {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.title-bg h2 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 60px;
	font-family: jhoiboy;
	letter-spacing: 0;
}
