/*Cookie Banner*/

.cc-window {
	z-index: 2000;
    position: fixed;
    width: 100%;
    padding: 20px;
    bottom: 0px;
    border-top: 1px solid #000;
}

.cc-compliance {
	float: right;
	display: inline-block;
}

.cc-compliance a {
	padding: 8px;
	cursor: pointer;
}

header .container-fluid {
	display: none !important;
}

nav .standard {
	display: none !important;
}

.nav-top {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 1000;
	color: #000;
	color: white;
	mix-blend-mode: difference;
}

.nav-top ul {
	list-style-type: none;
	margin-right: 1.9rem;
	margin-top: 27px;
}

.nav-top ul li {
	display: inline;
}

.nav-top a {
	font-size: 1rem;
	line-height: 0;
	font-family: "1405-Web", sans-serif;
	text-transform: uppercase;
	margin-right: 0.6rem;
	border-bottom: 0.05555555555555555rem solid black;
}
.nav-top alast-child {
	margin-right: 0.27777777777778rem;
}

/*
.nav-top a:first-child {
	padding-right: 0;
	margin-right: 5px;
}
*/

.nav-top a:hover {
	color: white !important;
	/*border-bottom-color: white !important;*/
	border-bottom-color: white;
}

.logo-bottom a {
	position: fixed;
	z-index: 1000;
	right: 1.9444444444444444rem;
	bottom: -33px;
	font-size: 6.666666666666667rem;
	color: white;
	mix-blend-mode: difference;
	font-family: "1405-Web", sans-serif;
}
.logo-top a {
	position: fixed;
	z-index: 1000;
	left: 1.9444444444444444rem;
	top: -23px;
	font-size: 6.666666666666667rem;
	color: white;
	mix-blend-mode: difference;
	font-family: "1405-Web", sans-serif;
}
.logo {
	display: none !important;
}

.navbar-inner nav ul li a span {
/*
	color: white !important;
	mix-blend-mode: difference;
*/
}

#content-holder .thumb .thumb-hover-meta span {
	line-height: 1.2 !important;
}

.view-project {
	isolation: isolate;
}

.cs-hide-covers {
	position: absolute;
	left: 15px;
	bottom: 0px;
	padding-bottom: 10px !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0.5555555555555556rem;
	height: auto;
	width: auto;
	line-height: 0;
	color: #000;
	mix-blend-mode: difference;
	font-family: "1405-Web", sans-serif;
	will-change: color;
	border-bottom: 1px solid rgba(0,0,0,0) !important;
}

.cs-hide-covers:hover {
	color: white !important;
	border-bottom: 1px solid #fff !important;
}

_::-webkit-full-page-media, _:future, :root .cs-hide-covers {

	color: white !important;
}

_::-webkit-full-page-media, _:future, :root .cs-hide-covers:hover {

	color: white !important;
}


.menu a {
	position: relative;
}

.view-project {
	bottom: 21px !important;
}



@media screen and (max-width: 543.9px) {

	.cover-image {
		background-position: -100%, 0px !important;
		background-repeat: no-repeat;
	}

	.nav-top ul {
		margin-right: 5px;
		margin-top: 20px;
	}

	.container {
/* 		padding: 5px !important; */
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
/*
	header .container-fluid {
		display: block !important;
	}
	.nav-top {
		display: none;
	}
*/
	.logo-bottom a {
		left: 27px;
		bottom: auto;
		top: 20px;
		font-size: 1rem;
		display: inline-block;
		max-width: 50px;
	}
	.logo-top a {
		left: 10px;
		top: 20px;
		font-size: 1rem;
	}
}