.header-top.header {
	height:50px;
}

.object-item img.grayscale {
  filter: grayscale(100%);
  opacity: 0.1;
}

.object-overall .view-content {
	display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
	padding-top:150px;
	gap:0;
}


.object-overall .view-content .views-row .views-field-nothing .field-content {
	display:block;
}
.object-item {
	display:block;
	position:relative;
}
.object-picture img {
	margin:0;
	padding:0;
}
.object-name {
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity: 0;
	padding:0;
	margin:0;
	overflow:hidden;
}
.object-name a {
	font-size:0.8em;
	color:#fff;
	display:block;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}
.object-name a:hover {
	opacity: 1;
	background:url(/sites/default/files/webicons/bg-timeline-objects.png);
}

.object-overall .view-footer {
	padding:50px 0;
	text-align:center;
}

.objects-page-title {
	padding:75px 25px 25px 25px;
	position:fixed;
	top:0;
	left:0;
	right:0;
  background:url(/sites/default/files/webicons/bg-home-title-2475.png) repeat-x center bottom;
  z-index:10;
}

.objects-page-title .website-title {
	height:75px;
  background: url(/sites/default/files/webicons/logo-objects-2475-mobile-eng.png) no-repeat center bottom;
  background-size: 100% auto;
  text-indent: -5000px;
}



.display-menu-status {
	position:fixed;
	top:0;
	left:0;
	margin: 0 0 0 50px;
	z-index:200;
	border-bottom:1px solid #000;
	right:0;
}
.display-menu-status-list {
	padding:0;
	margin:0;
}
.menu-status {
    display: flex;
    flex-shrink: 0;
    height:50px;
    padding:0;
    margin:0;
}
.menu-status .menu-status-item {
    padding:0;
    margin:0;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    list-style:none;
    background:#fff;
  	border-right:1px solid #000;
}
.menu-status .menu-status-item a {
 	font-family: 'Black bison';
 	display:block;
 	height:50px;
 	text-indent:-5000px;
 	margin:0;
 	left:0;
}





.menu-status-item.item-1 {
	width:24%;
}
.menu-status-item.item-1 a {
	background:url(/sites/default/files/webicons/menu-item-1-eng.png) center center;
	background-size:100% auto;
}
.menu-status-item.item-1 a.active {
	background:url(/sites/default/files/webicons/menu-item-1-active-eng.png) center center;
	background-size:100% auto;
}
.menu-status-item.item-2 {
	width:18%;
}
.menu-status-item.item-2 a {
	background:url(/sites/default/files/webicons/menu-item-2-eng.png) center center;
	background-size:100% auto;
}
.menu-status-item.item-2 a.active {
	background:url(/sites/default/files/webicons/menu-item-2-active-eng.png) center center;
	background-size:100% auto;
}
.menu-status-item.item-3 {
	width:28%;
}
.menu-status-item.item-3 a {
	background:url(/sites/default/files/webicons/menu-item-3-eng.png) center center;
	background-size:100% auto;
}
.menu-status-item.item-3 a.active {
	background:url(/sites/default/files/webicons/menu-item-3-active-eng.png) center center;
	background-size:100% auto;
}
.menu-status-item.item-4 {
	width:16%;
}
.menu-status-item.item-4 a {
	background:url(/sites/default/files/webicons/menu-item-4-eng.png) center center;
	background-size:100% auto;
}
.menu-status-item.item-4 a.active {
	background:url(/sites/default/files/webicons/menu-item-4-active-eng.png) center center;
	background-size:100% auto;
}
.menu-status-item.item-5 {
	width:14%;
}
.menu-status-item.item-5 a {
	background:url(/sites/default/files/webicons/menu-item-5-eng.png) center center;
	background-size:100% auto;
}
.menu-status-item.item-5 a.active {
	background:url(/sites/default/files/webicons/menu-item-5-active-eng.png) center center;
	background-size:100% auto;
}



@media screen and (min-width:768px) {

	.object-overall .view-content {
	  padding-top:250px;
	}

	.objects-page-title {
		width:740px;
		margin:0 auto;
	}
	.objects-page-title .website-title {
		height:150px;
	}


	.object-name a {
		text-align:center;
		font-size:1em;
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		opacity: 0;
		padding:50px 0;
		color:#fff;
	}

}