#galleries-nav-items {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	list-style-type: none;
	margin-bottom: 14px;
	padding: 0;
}

	.galleries-nav-item {
		display: inline-block;
		margin-top: 14px;
		padding: 6px 12px;
		border: 1px solid #999;
		border-radius: 3px;
		background-color: transparent;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 600;
		line-height: 1;
		transition-property: background-color;
		transition-duration: 0.2s;
		cursor: pointer;
	}
	
	.galleries-nav-item:not(:last-child) {
		margin-right: 14px;
	}
	
	.galleries-nav-item:hover, .galleries-nav-item.current {
		background-color: #eee;
	}

#galleries-thumbs {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

	.gallery-thumb {
		display: block;
		width: calc(33.333% - (29px * 2 / 3));
		margin-bottom: 29px;
		margin-right: 29px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	
	.gallery-thumb:nth-child(3n+0) {
		margin-right: 0;
	}
	
		.gallery-thumb > div {
			width: 100%;
			height: 0;
			padding-bottom: 64.356435643564356%;
		}
		
#galleries-pagination {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

	#prev-gallery-page, #next-gallery-page {
		cursor: pointer;
	}
	
	#gallery-page-list {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 0 25px;
	}
	
		#gallery-page-list > span {
			margin: 0 5px;
			padding: 5px 10px;
			cursor: pointer;
		}
		
		#gallery-page-list > .current-page {
			cursor: auto;
			opacity: 0.5;
		}
		
@media (max-width: 960px) {
	.gallery-thumb {
		width: calc(33.333% - (15px * 2 / 3));
		margin-bottom: 15px;
		margin-right: 15px;
	}
	
	#galleries-pagination {
		font-size: 15px;
	}

		#gallery-page-list {
			margin: 0 10px;
		}
		
		#gallery-page-list > span {
			margin: 0 2px;
		}
}

@media (max-width: 600px) {
	.galleries-nav-item {
		margin-top: 8px;	
	}
	
	.galleries-nav-item:not(:last-child) {
		margin-right: 8px;
	}
	
	.gallery-thumb {
		width: calc(33.333% - (8px * 2 / 3));
		margin-bottom: 8px;
		margin-right: 8px;
	}
}.zdfooter-chaskell {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.corp-chaskell-wrap {
	position: relative;
}

.corp-haskell-logo {
	position: absolute;
	top: -20px;
}

.chaskell-text-menu {
	padding: 120px 0 60px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.chaskell-text {
	font-style: italic;
	font-weight: 600;
	font-size: 32px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	width: 450px;
	max-width: 100%;
}

#ft-chaskell-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ft-chaskell-menu .menu, .chaskell-links {
	margin: 0;
	padding: 0;
	padding-left: 0;
	list-style: none;
}

.chaskell-links {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.chaskell_social_link {
	padding-right: 20px;
}

.chaskell_social_link a {
	font-size: 24px;
}

#ft-chaskell-menu .menu .menu-item{
	padding-bottom: 20px;	
}

#ft-chaskell-menu .menu .menu-item a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 0 20px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

@media (max-width: 767px) {
	.chaskell-text-menu {
		flex-direction: column;
	}
	
	#ft-chaskell-menu {
		padding-top: 20px;
	}
}