body {
	background-color: #1f1c1c;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Akzidenz-Reg", helvetica, arial;
	opacity: 0;
}

body.content {
	background-color: #ebebeb;
	opacity: 1;
}

.case-container {
	width: 100%;
	overflow: hidden;
}

body:not(.content) .case-container:hover {
	cursor:pointer;
}

.case-container img {
	width: 100%;
}

h1 {
	font-family: "Mirador-BoldDEMO", Times, Helvetica, Arial;
	font-weight: normal;
	font-size: calc(10px + 1.20vw);
	margin-bottom: 20px;
}

.bold {
	font-family: "Akzidenz-Med", helvetica, arial;
}

.logo {
	position: absolute;
	left: 50px;
	bottom: 10px;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	font-size: calc(10px + 0.5vw);
	z-index: 99999;
	opacity: 0;
}

.case-title {
	position: absolute;
	left: 50px;
	top: 200px;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	z-index: 99999;
	opacity: 1;
	font-size: 13px;
	color: #7b7b7b;
	opacity: 0;
}

.case-title h1 {
	font-family: "Mirador-BoldDEMO", Times, Helvetica, Arial;
	font-weight: normal;
	font-size: calc(55px + 1.20vw);
	color: #ef4b21;
}

.fixed-logo {
	top: 20px !important;
	position: fixed !important;
}

.fixed-title {
	top: 20px;
	position: fixed;
}

.infoline {
	z-index: 999;
	position: absolute;
	font-size: 13px;
	left: 50px;
	bottom: 0px;
	color: #7b7b7b;
	opacity: 0;
}

.case-container:hover .hover {
	opacity: 0.65;
	-webkit-transition-delay: 0s;
    transition-delay: 0s;
    cursor: pointer;
}

.case-container:hover .hover-text { 
	opacity: 1;
}

.fader {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #1f1c1c;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

body.content .fader {
	background-color: #ebebeb !important;
}

.case-container .hover {
	background-color: #000000;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
	-webkit-transition: all 0.4s; 
    transition: all 0.4s;
}

.case-container .hover-text {
	font-family: "Akzidenz-Reg", helvetica, arial;
	font-size: calc(10px + 0.2vw);
	position: absolute;
	left: 25px;
	bottom: 20px;
	z-index: 99;
	color: #ffffff;
	opacity: 0;
	-webkit-transition: all 0.4s;
    transition: all 0.4s; 
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.glitch-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 4;
	overflow: hidden;
}

.glitch { height: 100%; overflow: hidden; }

#skrollr-body {
    float: left;
    width: 100%;
    height: 100%;
}


.page-transition-container {
	position: fixed;
	bottom: 0px;
	height: 0%;
	width: 100%;
	left: 0px;
	z-index: 9999999;
	background-color: #ebebeb;
}

body.content .page-transition-container {
	background-color: #1f1c1c !important;
}

.back-button {
	display: inline-block;
	border: 1px solid #7b7b7b;
	border-radius: 50%;
	padding: 10px;
	line-height: 1;
	font-size: 20px;
	margin-top: 30px;
}

.back-button:hover {
	color: #ebebeb;
	background-color: #7b7b7b;
	cursor: pointer;
}

video {
	background-color: transparent !important;
	margin: 0px;
	padding: 0px;
	display: block;
}

@media only screen and (max-width : 768px) {
	.row:first-child {
		margin-top: 450px;
	}

	.case-title h1 {
		font-size: calc(40px + 0.5vw);
	}
}


@media only screen and (max-width : 480px) {
	.infoline, .case-title, .logo { left: 20px; }
}
