/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Custom*/
html,body{
	height: 100%;
	width: 100%;
}
.wrapper {
	position: relative;
}
.bg-img{
	max-width: 100%;
    height: auto;      
}


.proj-img-div {
	position: absolute;
	z-index: 1;
	-ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%; 
	transform-origin: 0% 0%;
}

.proj-img-div img {
	-ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%; 
	transform-origin: 0% 0%;
    transition: opacity 1s;
	opacity: 0;
}

.proj-img-div img, 
.proj-img-div video {
	pointer-events: none;
}

.has-extra {
	cursor: pointer;
}


.proj-img-div::before{
	
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;	
	left: 0;
	border: 4px solid #000;
	opacity: 1;
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
}

.proj-img-div:not(.proj-1):hover {
	/*z-index: 9;*/
}

.proj-img-div:hover img{
	opacity: 1;
}

.proj-img-div:hover::before{
	opacity: 0;
}


.proj-1 {
	/*	top: 245px;
	left: 1063px;*/
	position: absolute;
	z-index: 1;
	width: 64%;
	/*height: 912px;*/
	padding-top: 36%;
	top: 11%;
	left: 32%;
}

body[data-extra="show_video_1"] .proj-1{
	/*z-index: 10;*/
	padding-top: 0%;
}

body[data-extra="show_video_1"] .proj-1 .video_1{
	display: block;
	/*z-index: 10;*/
}


.img-2{
	/*top: 787px;
	left: 681px;*/
	top:54.65%;
	left: 35.46%;
}
.img-2 a{
	position: absolute;
	bottom:0;
	right: -140px;
	font-size: 18px;
}

.img-3{
	/*top: 1031px;
	left: 240px;*/
	top:71.59%;
	left:12.5%;
}

.img-4{
	/*top: 1058px;
	left: 994px;*/
	top:73.47%;
	left:51.77%;
}
.img-5{
	/*top: 285px;
	left: 176px;*/
	top:19.79%;
	left:9.16%;
}
.img-6{
/*	top: 245px;
	left: 1063px;*/
	top:17.01%;
	left:55.36%;
}

.img-7{
	/*	top: 245px;
	left: 1063px;*/
	top:39.43%;
	left:9.16%;
}
.img-8{
	/*top: 467px;
	left: 392px;*/
	top:32.43%;
	left:20.41%;
}
.img-8:hover{
	/*top:32.43%;
	left:0%;
	width: 100%;
	height: auto;*/
}
.img-9{
	/*top: 467px;
	left: 392px;*/
	top:7%;
	left:20.41%;
}
.img-10{
	/*	top: 245px;
	left: 1063px;*/
	top:55%;
	left:8%;
}
.img-11 {
	top:59%;
	left:70%;
	border:none !important
}
.img-11:after {
	content:'';
	position: absolute;
	width: 100px;
	height: 150px;
	top: 0;
	left: 0;
	border: 4px solid #000;
}
.img-11 img {
	
	position: absolute;
	left: calc(50% + 50px);
	top: calc(50% + 75px);
	transform: translate(-50%,-50%);
}
.is-hidden {
	visibility: hidden;
}

.close-extra {
	position: absolute;
	top:10px;
	left: 10px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	background-image: none;
	border: 1px solid transparent;
}

.close-extra:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.extras{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 9;
}

.extras .doc_1{
	pointer-events: none;
}

body.show-extra .extras{
	display: block;
}


.video_1 {
	width: 100%;
	height: 100%;
	display: none;
}

.doc_1{
	position: absolute;
	top: 30px;
	left: 50px;
	display: none;
}
.doc_2{
	position: absolute;
	top: 30px;
	left: 50px;
	display: none;
}


.glava {
	position: absolute;
	width: 420px;
	height: 600px;
	top: 15%;
	left: 15%;
	transform:scale(0.6);
}
.glava li,
.atelje li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.atelje {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 110%;
	left: 55%;
}




body[data-extra="show_doc_1"] .doc_1{
	display: block;
}

body[data-extra="show_doc_2"] .doc_2{
	display: block;
}





