ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #FFF;
	background: transparent;
}
ul:hover .menu__item {
	opacity: .4;
}
ul:hover .menu__item span {
	opacity: 0;
}

.menu__item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	float: left;
	height: 20em;
	padding: 1em;
	width: 2vh;
	height: 350px;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
}
.menu__item:hover {
	opacity: 1 !important;
	z-index: 99;

}
.menu__item span {
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
	position: absolute;
	bottom: 1em;
	left: 1em;
	background-color: rgba(0, 0, 0, 0.57) !important;
	opacity: 0;
	bottom: 80px;
	left: 30px;
	width: 225px;
}

.menu__item a {
	background: rgba(255, 255, 255, 0.2);
	text-decoration: none;
	color: inherit;
	outline: 0;
}
.menu__item a:hover {
	background: rgba(255, 255, 255, 0.4);
}
.accord{
	width: 75% !important;
}
@media screen and (max-width: 992px){
	.accord{
		width: 55% !important;
	}
}

.menu__item:hover {
	-webkit-box-flex: 1.5;
	-ms-flex-positive: 1.5;
	flex-grow: 1.5;
	z-index: 999;
}
.menu__item:hover span {
	opacity: 1 !important;
	z-index: 999;
}

.mason__overlay {
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	display: none;
	background: #1C1C1C url(https://www.tim-barden.co.uk/codepen/gPeOvy/loader.png) no-repeat center;
	pointer-events: none;
}
.mason__overlay:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	right: 0;
	height: 2000em;
	background: #FFF;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease;
}

.page-is-changing .mason__overlay:after {
	opacity: 1;
	visibility: visible;
}
.imagens{
	color: white !important;
}