@charset "UTF-8";
/* CSS Document */

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff
		;
}

figure {
	margin: 0;
	padding: 0;
}

p {
    font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 170%;
	letter-spacing: 0.05em;
}

.vita-wrapper p {
	color: #000;
}

p a {
	text-decoration: none;
	font-weight: 600;
	color: #fff;
}

.vita-wrapper p a {
	color: #000;
}

.underlined {
	display: inline-block;
	z-index: 2;
}

.underline {
	display: block;
	width: 100%;
	height: 4px;
	background: #1abc9c;
	z-index: 1;
	margin-top: -9px;
}


#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(255,255,255,0.6);
	visibility: hidden;
  	opacity: 0;
  	transition: all 0.5s ease;
}


ul {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	padding: 0;
	margin: 0;
	list-style: none;
	transform: translate(-50%,-50%);
	z-index: 99;
}

ul a {
	text-decoration: none !important;
}


ul li {
	text-align: center;
	color: #000;
	font-size: 4vh;
	line-height: 4vw;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: 0.3em;
}

ul li:hover {
	text-decoration: line-through;
}

#close-nav {
	margin-bottom: 35px;
	font-weight: 400 !important;
	font-size: 1vw;
	cursor: pointer;
}

#page {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(bg.jpg) center no-repeat;
	background-size: cover;
}

.blur {
	
}

.sidebar {
	position: fixed;
	top: 50%;
	width: 65px;
	transform: translateY(-50%);
	border-right: 1px solid rgba(255,255,255,0.5);
	height: 95%;
	z-index: 100;
}

.sidebar-dark {
	border-right: 1px solid rgba(0,0,0,0.5);
}

.nav-top {
	position: absolute;
	top: 15px;
	left: 20px;
}

.nav-top a {
	color: #fff;
	font-size: 23px;
	font-weight: 400;
	text-decoration: none;
	line-height: 100%;
}

.nav-center {
	position: absolute;
	top: 60%;
	left: 18px;
}

.nav-center a {
	display: block;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 1.6vh;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	transform: rotate(-90deg);
	transform-origin:0% 0%; /* set to the upper-left corner */
}

.nav-bottom {
	position: absolute;
	bottom: 15px;
	left: 20px;
	text-align: center;
}

.nav-bottom a {
	display: block;
	color: #fff;
	font-size: 23px;
	font-weight: 400;
	text-decoration: none;
	line-height: 100%;
}

.nav-bottom a:first-of-type {
	margin-bottom: 12px;
}

.sidebar-dark .nav-top a {
	color: #000;
}

.sidebar-dark .nav-center a {
	color: #000;
}

.sidebar-dark .nav-bottom a {
	color: #000;
}

#home {
	width: 100%;
	height: 100%;
	background: url("img/home-bg.jpg") center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	ackground-size: cover;
}

.center {
	position: absolute;
	width: 75%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}

.center-scroll {
	position: relative;
	width: 75%;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	padding-bottom: 200px;
}


.center-headline {
	position: relative;
	width: 100%;
	text-align: center;
}

.center-headline img {
	width: 100%;
	height: auto;
}

.center-typo {
	position: relative;
	width: 60%;
	margin: 0 auto;
	text-align: justify;
	margin-top: 65px;
	
}

.center-sub {
	position: relative;
	margin: 0 auto;
	text-align: center;
	margin-top: 65px;
}

.center-sub a {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 0.05em;
	text-decoration: none;
	
}

.center-sub a:first-of-type {
	margin-right: 50px;
}

button {
	cursor: pointer;
}

.ghost {
	border: 1px solid #fff;
	background: none;
	-webkit-apperiance: none;
	apperiance: none;
	padding: 10px 25px;
	border-radius: 9999px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 180%;
	letter-spacing: 0.08em;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ghost:hover {
	background: #fff;
	color: #000;
}

.ghost-black {
	margin-top: 50px;
	border: 1px solid #000;
	background: none;
	-webkit-apperiance: none;
	apperiance: none;
	padding: 10px 25px;
	border-radius: 9999px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: 800;
	line-height: 180%;
	letter-spacing: 0.08em;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ghost-black:hover {
	background: #000;
	color: #fff;
}

.play-button .fas {
  	display: inline-block;
  	border-radius: 50%;
	font-size: 18px;
  	border: 1px solid #fff;
  	padding: 13px 19px;
	margin-right: 13px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover .play-button .fas {
	background: #fff;
	color: #000;
}

.content-headline {
	position: relative;
	max-width: 350px;
}

.content-headline img {
	width: 100%;
	height: auto;
}

#headline-portfolio {
	max-width: 600px;
}

.vita-wrapper {
	position: relative;
	width: 75%;
	margin-left: 130px;
	margin-top: 45px;
	text-align: left;
}

table {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: left;
	margin-top: 100px;
	width: 100%;
}


tr {
	line-height: 170%;
}

tr.spacer {
	line-height: 50%;
	
}

tr.row {
	line-height: 170%;
}

td {
	padding-left: 60px;
}

td.first {
	padding-left: 0px;
	
}

td.third {
	color: #e1e0e0;
	font-weight: 600;
	text-transform: uppercase;
}

.image-right {
	position: fixed;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index: 1;
}

.image-right img {
	height: 100%;
	width: auto;
}

#portfolio {
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.item {
	position: relative;
	width: 100%;
	margin: 50px auto;
}

.item-title {
	position: absolute;
	right: 0;
	top: 30px;
	font-family: 'Montserrat', sans-serif;
	color: #1abc9c;
	font-size: 90px;
	font-weight: 600;
	letter-spacing: 0.0em;
	text-align: left;
	z-index: 2;
}

.item-description {
	position: absolute;
	left: 0;
	width: 400px;
	bottom: 100px;
	font-family: 'Montserrat', sans-serif;
	color: #e1e0e0;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: left;
	z-index: 2;
}

.item-img {
	position: relative;
	text-align: left !important;
	z-index: 1;
}

.item img {
	width: 75%;
	height: auto;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
}

.siema {
	position: relative;
	width: 100%;
	height: 100%;
}

.siema div {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.siema div img {
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.siema div img:hover {
	transform: scale(1.05);
	-webkit-filter: grayscale(0%);
  	filter: grayscale(0%);
}

.prev {
	position: absolute;
	top: 50%;
	left: 100px;
	cursor: pointer;
	font-size: 35px;
	color: #fff;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.next {
	position: absolute;
	top: 50%;
	right: 100px;
	cursor: pointer;
	font-size: 35px;
	color: #fff;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.next:hover, .prev:hover {
	color: #1abc9c;
}









