/* travels */
.travels_wrap {
	position: relative;
	max-width: 1450px;
	margin: auto;
	padding: 150px 0 50px;
}
.travels_wrap a {
	position: relative;
	display: inline-block;
	width: calc(33.3% - 50px);
	margin: 0 25px 60px 25px;
	vertical-align: top;
}
.travels_wrap a .loader {
	position: relative;
	padding-top: 56.25%;
}
.travels_wrap a .loader .btn_travel {
	position: absolute;
	top: 0; right: 95px; bottom: 0; left: 95px;
	margin: auto;
	width: auto;
	height: 60px;
	font-family: 'Hind', sans-serif;
	font-size: 14px;
	line-height: 60px;
	letter-spacing: 0.04em;
	color: #222;
	background-color: #fff;
	text-align: center;
	text-transform: uppercase;
	transform: scale(1,0);
	transition: transform 0.3s, color 0.3s, background-color 0.3s;
}
.travels_wrap a .loader .btn_travel i {
	margin-right: 8px;
	font-size: 16px;
	vertical-align: middle;
}
.travels_wrap a:hover .loader .btn_travel {
	transform: scale(1,1);
}
.travels_wrap a:hover .loader .btn_travel:hover {
	color: #fff;
	background-color: #9f81cd;
}
.travels_wrap a .info {
	position: relative;
	height: 88px;
	margin-top: -2px;
	text-align: center;
	transition: padding-top 0.3s;
}
.travels_wrap a .info::before {
	content: '';
	position: absolute;
	bottom: 86px; right: 55px; left: 55px;
	margin: auto;
	width: auto; height: 28px;
	background-color: #fff;
	transition: height 0.3s;
}
.travels_wrap a:hover .info {
	padding-top: 28px;
}
.travels_wrap a:hover .info::before {
	height: 0;
}
.travels_wrap a .info .name {
	font-size: 22px;
}
.travels_wrap a .info .num {
	margin-top: 8px;
	font-family: 'Hind', sans-serif;
	font-size: 14px;
	color: #9f81cd;
	text-transform: uppercase;
}

.travels .bImg {
	padding-top: 31.25%;
}


@media ( max-width: 1280px) {
	.travels_wrap a .info::before {
		right: 25px; left: 25px;
	}
	.travels_wrap a .info .name {
		font-size: 20px;
	}
	
}

@media ( max-width: 1024px) {
	.travels_wrap {
		max-width: calc(100% - 30px);
		padding: 50px 0 40px;
		text-align: center;
	}
	.travels_wrap a {
		width: auto;
		min-width: 375px;
		margin: 0 15px 60px 15px;
	}
	.travels_wrap a .loader .btn_travel {
		right: 0; left: 0;
		width: 186px; height: 45px;
		line-height: 45px;
		letter-spacing: 0.02em;
	}
	.travels_wrap a .loader .btn_travel i {
		margin-right: 8px;
		font-size: 14px;
	}
	.travels_wrap a .info {
		position: relative;
		height: auto;
		padding-top: 22px;
	}
	.travels_wrap a .info::before {
		display: none;
	}
	.travels_wrap a:hover .info {
		padding-top: 22px;
	}
	.travels_wrap a .info .name {
		font-size: 16px;
	}
	.travels_wrap a .info .num {
		font-size: 12px;
	}

	.travels .bImg {
		display: none;
	}
}



@media ( max-width: 420px) {
	.travels_wrap a {
		width: auto;
		min-width: 100%;
		margin: 0 0 60px 0;
	}
	
}