body{
	font-family: roboto, sans-serif;

	font-weight: 300;

	font-style: normal;
}
header{
	position: fixed;
	z-index: 998;
	transform: rotate(-90deg);
	top: 330px;
	right: -160px;
}
img, video{
	max-width: 100%;
}
.section-title{
	max-width: 300px;
	margin: 100px 0 20px;
}
.text-part{
	opacity: 0;
	transition: opacity 400ms;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.step a{
	color: #000;
	text-decoration: none;
}
.gallery-number{
	padding-bottom: 100%;
	background: #000;
	position: relative;
}
.gallery-container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
}
.mural-tutorial{
	width: 100vw;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.6);
	transition: opacity 300ms;
}
.image-caption{
	color: #CACACA;
}
.galeria img{
	max-height: 50vh;
	display: block;
	margin: auto;
}
.mural-tutorial.disable{
	opacity: 0;
}
.mural-tutorial img{
	width: 80px !important;
}
.mural-info{
	font-size: 14px;
}

#title-video{
	margin-top: 60px;
}
.text-part.active{
	opacity: 1;
}
.next-container{
	text-align: right;
	font-family: orator-std, monospace;
	font-weight: 400;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 15px;
	margin-top: 30px;
}
.step{
	margin-top: 60px;
}

.archive-date{
	font-weight: 700;
	font-size: 16px;
	margin-right: 10px;
}
.archive-author{
	font-weight: 700;
	font-size: 16px;
	color: #808080;
	text-transform: uppercase;
}
.archive-title{
	font-size: 30px;
	margin-top: 8px;
}
.view-mural{
	font-size: 26px;
	margin-top: 40px;
	display: inline-flex;
	align-items: center;
	color: #fff;
	background: #000;
	text-decoration: none;
	padding: 10px 25px;
}
.view-mural:before{
	content: '';
	display: block;
	width: 60px;
	border-bottom: 1px solid #fff;
	margin-right: 30px;
}
.archive{
	margin: 50px 0;
	cursor: pointer;
}
.archive img{
	max-width: 70px;
}
.view-section{
	font-family: orator-std, monospace;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: right;
	margin-top: 20px;
}
.view-section a{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #000;
	text-decoration: none;

}
.view-section img{
	max-width: 30px;
	margin-left: 10px;
}
.next-line{
	display: inline-block;
	border-bottom: 1px solid black;
	width: 200px;
	position: relative;
	margin-left: 20px;
}
.next{
	cursor: pointer;
}
.step-title{
	font-size: 30px;
	line-height: 32px;
	margin-top: -4px;
	min-height: 64px;
}
.link{
	color: #000;
	text-decoration: none;
}
.step-date{
	font-weight: 700;
	font-size: 16px;
	margin: 20px 0;
	min-height: 48px;
}
.step-instructions{
	color: #999;
	max-width: 280px;
	font-size: 17px;
}
footer{
	border-top: 1px solid black;
	padding: 30px 0;
	margin-top: 80px;
}
.m{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 16px;
	height: 5px;
	background: #000;
	top: -2px;
	transition: left 600ms;
}
.gray{
	color: #999;
}
.intro-text{
	margin-top: 80px;
	font-size: 22px;
	line-height: 44px;
	position: relative;
}
.i-t{
	opacity: 0;
	margin-top: 80px;
	font-size: 22px;
	line-height: 44px;
}
.wrapper{
	max-width: 1280px;
	margin: auto;
}
#logo{
	max-width: 340px;
	margin: auto;
}
.mural-section{
	padding:30px 0;
}
.menu{
	display: inline-block;
	margin-top: 10px;
}
.menu .item{
	display: inline-block;
	margin: 0 16px;
	position: relative;
}
.item a{
	font-size: 16px;
	letter-spacing: 2px;
	color: #000;
	text-decoration: none;
	font-family: orator-std, monospace;
	font-weight: 400;
}
.sub-menu{
	position: absolute;
	opacity: 0;
	transition: opacity 300ms, top 300ms;
	top: 80%;
	right: 0;
	background: rgba(255,255,255,0.6);
}
.item:hover .sub-menu{
	opacity: 1;
	top: 115%;
}
.sub-item{
	white-space: nowrap;
	text-align: right;
}

#nav-icon{
	width: 35px;
	height: 40px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	left: 22px;
}
#nav-icon span{
	display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.white #nav-icon span{
	background: #ccc;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 2px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  left: 2px;
}
.mobile-menu-overlay{
	width: 100vw;
	height: 100vh;
	top:0;
	left:0;
	background: #fff;
	position: fixed;
	z-index: 20;
	justify-content: center;
	align-items: center;
	display: flex;
	text-align: center;
	pointer-events: none;
	opacity: 0;
	transition: opacity 400ms;
	text-transform: uppercase;
}
.mobile-menu-overlay.white{
	background: #000;
}
.mobile-menu-overlay.active{
	opacity: 1;
	pointer-events: initial;
}
.mobile-menu .item{
	margin: 20px 0;
}
.hamburger{
	position: absolute;
	display: none;
	right: 40px;
	top: 20px;
	z-index: 998;
}
.form-title{
	font-size: 22px;
	margin: 60px 0 10px;
}
.form-container{
	position: relative;
}
.form-message{
	position: absolute;
	width: 100%;
	top: 20px;
	left: 0;
	opacity: 0;
	transition: opacity 300ms 300ms;
}
.submited .form-message{
	opacity: 1;
}
form{
	opacity: 0.6;
	transition: opacity 300ms;
}
.submited form{
	opacity: 0;
}
.modal-container{
	background: rgba(0,0,0,0.85);
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
	opacity: 0;
	transition: opacity 400ms;
}
.modal-container.active{
	opacity: 1;
	pointer-events: initial;
}
.modal{
	background: #fff;
	position: relative;
}
.modal-close{
	color: #fff;
	letter-spacing: 2px;
	position: absolute;
	left: 100%;
	bottom: 100%;
	font-size: 14px;
	transform: translateX(20px) translateY(-20px);
	cursor: pointer;
}
.modal-wrapper{
	max-width: 500px;
	padding: 20px;
}
.modal-wrapper .form-title{
	margin-top: 20px;
}
.pdf-modal{
	display: inline-block;
}
input[type="text"]{
	font-size: 16px;
	width: 100%;
	border: 1px solid #999999;
	padding: 10px 20px 8px;
	margin: 6px 0;
}
.submit-form{
	transition: opacity 300ms;
}
.submit-form.disable{
	opacity: 0;
}
.mural-wrapper{
	max-width: 100vw;
	overflow-x: scroll;
}
.mural-container{
	white-space: nowrap;
	display: flex;
	position: relative;
}
.mural-container img{
	display: block;
	max-width: initial !important;
	height: calc(100vh - 165px);
	width: auto;
}
#pdf-viewer canvas{
	display: block;
}
.modalp{
	margin-top:120px;
}
.pdf-modal{
	max-height: 100vh;
	overflow-y: scroll;
}
@media only screen and (max-width: 1100px) {
	.menu{
		display: none;
	}
	.hamburger{
		display: block;
	}
	#title-video{
		margin-top: 80px;
	}

	.modal-close{
		transform: translateX(-140px) translateY(-20px);
	}
}