/* travels */
.travels {
	padding: 150px 0 100px;
	font-size: 0;
}
.travels_wrap {
	width: 100%;
	max-width: 1400px;
	margin: auto;
}
.travels_wrap .list {
	position: relative;
	display: inline-block;
	width: calc(33.3% - 27px);
	margin: 0 0 55px 0;
	vertical-align: top;
}
.travels_wrap .list:nth-child(2),
.travels_wrap .list:nth-child(5),
.travels_wrap .list:nth-child(8) {
	margin: 0 40px 55px 40px;
}
.travels_wrap .list a {
	position: relative;
	width: 100%; height: 100%;
}
.travels_wrap .list a .thumbnails {
	position: relative;
	width: 100%; height: 260px;
	overflow: hidden;
}
.travels_wrap .list a .thumbnails .loader {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	transition: transform 0.35s;
}
.travels_wrap .list a:hover .thumbnails .loader {
	transform: scale(1.1);
}
.travels_wrap .list a .thumbnails .loader::after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	background: transparent;
	transition: transform 0.35s;
}
.travels_wrap .list a:hover .thumbnails .loader::after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	background: rgba(0,0,0,0.2);
}
.travels_wrap .list a .thumbnails .view {
	position: absolute;
	top: 0; bottom: 0; right: 0; left: 0;
	margin: auto;
	width: 192px; height: 44px;
	/*font-family: 'Cormorant Garamond', serif;*/
	font-size: 16px;
	color: #fff;
	background: #1c3976;
	line-height: 44px;
	border-radius: 10px;
	text-align: center;
	text-transform: uppercase;
	transform: scale(1,0);
	transition: color 0.35s, background 0.35s, transform 0.35s;
}
.travels_wrap .list a:hover .thumbnails .view {
	transform: scale(1,1);
}
.travels_wrap .list a .thumbnails .view:hover {
	color: #fff;
	background: #6e96eb;
}
.travels_wrap .list a .name {
	margin-top: 15px;
	font-size: 20px;
	letter-spacing: 0.02em;
	color: #777;
	text-align: center;
	transition: color 0.35s;
}
.travels_wrap .list a:hover .name {
	color: #444;
}


@media ( max-width: 1417px ) {
	.travels_wrap {
		max-width: calc(100% - 60px);
	}
	.travels_wrap .list {
		width: calc(33.3% - 20px);
		margin: 0 0 45px 0;
		vertical-align: top;
	}
	.travels_wrap .list:nth-child(2),
	.travels_wrap .list:nth-child(5),
	.travels_wrap .list:nth-child(8) {
		margin: 0 30px 45px 30px;
	}
	.travels_wrap .list a .thumbnails {
		height: 220px;
	}
}

@media ( max-width: 1024px) {
	.previewTop .loader {
		background-position: bottom left;
	}
	
	.travels {
		padding: 40px 0 20px;
	}
	.travels_wrap {
		max-width: 100%;
	}
	.travels_wrap .list {
		width: 50%;
		margin: 0 0 21px 0;
	}
	.travels_wrap .list:nth-child(2),
	.travels_wrap .list:nth-child(5),
	.travels_wrap .list:nth-child(8) {
		margin: 0 0 21px 0;
	}
	.travels_wrap .list a .thumbnails {
		height: 40vw;
		max-height: 220px;
	}
	.travels_wrap .list a .thumbnails .view {
		display: none;
	}
	.travels_wrap .list a .name {
		margin-top: 6px;
		font-size: 14px;
		color: #222;
	}


}