@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

a {
	text-decoration:none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

table {
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}

strong{
	font-weight: bold;
}

ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}

caption,th {
    text-align: left;

}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}

q:before,q:after {
    content:'';
}

abbr,acronym { border: 0;
}

/* Fonts CSS
 * --------------------------------------- */

@import url("//hello.myfonts.net/count/2e3247");

@font-face {font-family: 'NeuzeitSLT-Book';src: url('../fonts/2E3247_0_0.eot');src: url('../fonts/2E3247_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2E3247_0_0.woff2') format('woff2'),url('../fonts/2E3247_0_0.woff') format('woff'),url('../fonts/2E3247_0_0.ttf') format('truetype');}


/* Custom CSS
 * --------------------------------------- */

body {
	font-family: 'NeuzeitSLT-Book';
	color: #333;
	text-transform: uppercase;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

.fp-slidesNav {
	display: block;
}

.fp-slidesNav.bottom {
    bottom: 60px;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	width: 30px;
    height: 2px;
    margin: -4px 0 0 -10px;
    border-radius: 0;
    background: #444;
 }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    position: absolute;
    width: 30px;
    height: 2px;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -10px;
    border-radius: 0;
    border: 0;
    background: #ddd;
    z-index: 1;

    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 30px;
    height: 2px;
    margin: -4px 0 0 -10px;
    background: #444;
}

h1 {
	font-size: 60px;
  letter-spacing: 0.05em;
}

p {
	font-size: 2em;
}

.section {
	text-align:center;
}

.logo {
	position: fixed;
	width: 10%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 9999;
}

.menu {
	position: fixed;
	width: 10%;
	height: 100%;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 9999;
}

.logo p, .menu p {
	position: absolute;
	width: 300px;
	top: 50%;
	padding: 0;
	margin: 0 0 0 -50%;
	color: #444;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.logo p a, .menu p a {
	color: #444;
	padding-bottom: 6px;
}

.logo p a:hover, .menu p a:hover {
	color: #b3b3b3;
}

.logo p {
	left: 50%;
	margin-left: -150px;

	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.menu p {
	right: 50%;
	margin-right: -150px;

	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

#layer-info {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	z-index: 9999;
	cursor: url('../images/close-layer.cur'), pointer;
  background: #111;
	/*background: rgba(0,0,0,0.8);
	opacity: 0.9;*/

	-webkit-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);

	-webkit-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#layer-info.animate {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.contact {
	display: none;
}

.contact p {
	position: absolute;
	width: 100%;
	height: 160px;
	top: 50%;
	padding: 0;
	margin: -80px 0 0 0;
	font-size: 60px;
  letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
}

.credits {
	display: none;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 10%;
	padding: 40px 0;
	color: #fff;
	font-size: 14px;
  letter-spacing: 0.07em;
	line-height: 150%;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
}

.contact a,
.credits a {
	color: #fff;
}

.contact a:hover,
.credits a:hover {
	color: #fff;
}

.close-layer {
	display: none;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	padding: 40px 0;
	color: #fff;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
}

.close-layer img {
	cursor: pointer;

	-webkit-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.close-layer img:hover {
	cursor: pointer;

	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/* CSS for fadeIn effect of JS script to load randomly images in Intro */

.fadeIn {
  -webkit-animation: fade-in 2s ease;
  -moz-animation: fade-in ease-in-out 2s both;
  -ms-animation: fade-in ease-in-out 2s both;
  -o-animation: fade-in ease-in-out 2s both;
  animation: fade-in 2s ease;
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes fade-in{0%{opacity:0;} 100%{opacity:1;}}
@-moz-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}
@-o-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}
@keyframes fade-in{0%{opacity:0} 100%{opacity:1}}

/* End */

.wrapper-intro, .wrapper-project {
    width: 70%;
    max-width: 1550px;
    margin: 0 auto;
    background-size: cover;
    overflow: hidden;
}

.text-intro {
	position: absolute;
	top: 50%;
	width: 100%;
	color: #fff;
	font-size: 70px;
  letter-spacing: 0.05em;
	text-align: center;
	font-weight: normal;
	opacity: 0;

	-webkit-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

	-webkit-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}

.project-image {
    width: 100%;

    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.project-media {
    position: relative;
}

.project-media h1 {
	position: absolute;
	width: 100%;
	top: 50%;
	color: #fff;
    text-align: center;
    font-weight: normal;

    opacity: 0;

    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}

.wrapper-project:hover img {
    -webkit-filter: brightness(0.6);
    -ms-filter: brightness(0.3);
    -moz-filter: brightness(0.3);
    -o-filter: brightness(0.3);
    filter: brightness(0.3);
}

.wrapper-intro:hover .text-intro {
    opacity: 1;
}

.wrapper-intro:hover .text-intro, .wrapper-project:hover h1 {
    display: block;

    opacity: 1;
}

.page-counter {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	padding: 30px 0;
	margin: 0;
	color: #b3b3b3;
	font-size: 14px;
	text-align: center;
}


@media all and (max-width: 1500px) {

	.text-intro {
		font-size: 50px;
		letter-spacing: -2px;
	}

	.contact p {
		font-size: 50px;
		line-height: 120%;
	}

	.credits {
		font-size: 12px;
		line-height: 120%;
	}

}

@media all and (max-width: 1300px) {

	.text-intro {
		font-size: 40px;
		letter-spacing: 0;
	}

}

@media all and (max-width: 1100px) {

	h1 {
		font-size: 40px;
	}

	.contact p {
		font-size: 40px;
	}

	.text-intro {
		font-size: 40px;
	}

}

@media all and (max-width: 800px) {

	.text-intro {
		display: none !important;
	}

	.close-layer {
		display: none !important;
	}

	.contact p {
		font-size: 30px;
	}

	.credits {
		font-size: 11px;
	}
}

@media all and (max-width: 700px) {

	.fp-slidesNav {
	    display: none !important;
	}

	h1 {
		font-size: 18px;
	}

	.logo {
		position: fixed;
		width: 100%;
		height: 50px;
		top: 0;
		left: 0;
		padding: 0;
		margin: 0;
		z-index: 9999;
	}

	.menu {
		position: fixed;
		width: 100%;
		height: 100px;
		bottom: 0;
		left: 0;
		padding: 0;
		margin: 0;
		z-index: 9999;
	}

	.logo p {
		width: 100%;
		left: 0;
		margin: 0;
		text-align: center;


		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.menu p {
		width: 100%;
		right: 0;
		margin: 0;
		text-align: center;

		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

  .logo, .menu {
		margin-top: 20px;
	}

	.logo a {
		font-size: 18px;
	}

  .menu a {
		font-size: 14px;
	}

	.menu a {
		color: #b3b3b3 !important;
	}

	.wrapper-intro, .wrapper-project {
	    width: 85%;
	}

	#layer-info {
		-webkit-transition: all 0.65s ease-in-out;
		-moz-transition: all 0.65s ease-in-out;
		-o-transition: all 0.65s ease-in-out;
		transition: all 0.65s ease-in-out;
	}

	.contact p {
		font-size: 16px;
	}

	.credits {
		font-size: 10px;
	}

}

/* iPhone 6 Plus Landscape */

@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : landscape) {
	.message-turn {
		display: block;
	}
}

/* iPhone 6 Landscape */

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape) {
	.message-turn {
		display: block;
	}
}

/* iPhone 5 Landscape */

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
	.message-turn {
		display: block;
	}
}

/* iPhone 4 Landscape */

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (orientation : landscape) {
	.message-turn {
		display: block;
	}
}
