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



@font-face {
    font-family: 'erbar_neo_mini_dmedium';
    src: url('erbarneomind-med-webfont.woff2') format('woff2'),
         url('erbarneomind-med-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body {
	background:	#8C9189;
	min-height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	
	
	color:#221f1f;
    /*overflow-x: hidden;*/
}



body {
	
	min-height:950px;
	background:url(images/OL.logo.png) center center no-repeat;

}



div#wrapper {
	width:100vw;
	height:100vh;
	min-width:700px;
	min-height:950px;
	/*background:url(images/bg.png) center center no-repeat;*/
	position:relative;
	overflow:hidden !important;
	opacity:0;
}

div#map_wrapper {
	position:absolute;
	width:620px;
	height:940px;
	top:50%;
	left:50%;
	transform:translate(-50%,-48%);
	-webkit-transform:translate(-50%,-48%);
}

div#map {
	position:absolute;
	width:620px;
	height:940px;
	top:0;
	left:0;
	background:url(images/map.png) top left no-repeat;
}
div#map_bg {
	position:absolute;
	/*width:2560px;
	height:1440px;*/
	top:50%;
	left:50%;
	transform:translate(-50%,-52%);
	-webkit-transform:translate(-50%,-52%);
	overflow:hidden;
}



div#intro {
	
	position:absolute;
	left:0;
	top:0;
	min-width:100%;
	min-height:100%;
	opacity:0;
	
	
}


div.intro_img {
	position:absolute;
	width:50%;
	height:80%;
	max-width:800px;
	max-height:950px;	
    top:50%;
    left:50%;
	
	transform:translate(-50%, -54%);
	-webkit-transform:translate(-50%,-54%);
    overflow:visible;
	visibility:hidden;
	display:none;
}



.intro_img  img {
  max-width:100% !important;
    height:auto;
    display:block;
	cursor:pointer;
}


.next {
	position:absolute;
	width:77px;
	height:253px;
	top:50%;
	right:6%;	
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	cursor:pointer;
	transition:all 0.5s;	
}
.prev {
	position:absolute;
	width:77px;
	height:253px;
	top:50%;
	left:6%;	
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	cursor:pointer;
	transition:all 0.5s;	
}


.arrow_svg {
	
	transition:all 0.5s;	
}

.arrow:hover .arrow_svg {
	
	fill:#ED89B6;
}


.hs {
	position:absolute;
	width:26px;
	height:50px;	
	cursor:pointer;
}


.tx1 {
	top:304px;
	left:113px;
	
}

.tx2 {
	top:264px;
	left:81px;
	
}

.tx3 {
	top:215px;
	left:148px;
	
}

.tx4 {
	top:238px;
	left:172px;
	
}

.tx5 {
	top:270px;
	left:196px;
	
}

.tx6 {
	top:331px;
	left:190px;
	
}

.tx7 {
	top:422px;
	left:196px;
	
}

.tx8 {
	top:477px;
	left:231px;
	
}

.tx9 {
	top:549px;
	left:263px;
	
}

.tx10 {
	top:580px;
	left:287px;
	
}

.tx11 {
	top:609px;
	left:233px;
	
}

.tx12 {
	top:646px;
	left:209px;
	
}

.tx13 {
	top:669px;
	left:325px;
	
}

.tx14 {
	top:728px;
	left:361px;
	
}

.tx15 {
	top:840px;
	left:508px;
	
}

.tx16 {
	top:472px;
	left:577px;
	
}



.hotspot {
	transition:all 0.5s;	
	
}

.hs:hover .hotspot{
		fill:#ffffff;
}









#info {
	min-width:100%;
	min-height:100%;	
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	display:none;
}

#info .tx {
	position:absolute;
	width:600px;
	top:8%;
	right:12%;
	background:#fff;
	padding:23px;
	
}

#head {
	font-family: 'erbar_neo_mini_dmedium', Arial, Helvetica, sans-serif ;
	font-weight:400;
	margin:0 0 8px 0;
	font-size:20px;
	letter-spacing:0.1em;
	line-height:1.1em;
	text-transform:uppercase;
}

#txt {
	margin:0;
	font-size:14px;
	line-height:1.2em;
	
	
}

.close {
	position:absolute;
	top:10px;
	right:10px;
	width:20px;
	height:20px;
	cursor:pointer;	
	
}

._close {
	transition:all 0.5s;	
	
}



.close:hover ._close {
	
	fill:#ED89B6;	
}


#credit {
	min-width:100%;
	min-height:100%;	
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	display:none;
}
#credit .head {
	font-family: 'erbar_neo_mini_dmedium', Arial, Helvetica, sans-serif ;
	font-weight:400;
	margin:0 0 8px 0;
	font-size:20px;
	letter-spacing:0.1em;
	line-height:1.1em;
	text-transform:uppercase;
}

#credit .tx {
	position:absolute;
	width:950px;
	height:700px;
	bottom:8%;
	left:5%;
	background:#fff;
	padding:23px;
}
#credit .tx p {
	font-size:12px;
	line-height:1.2em;	
	margin-top:0px;
	margin-bottom:0.8em;
}


#credit_tx {
	font-family: 'erbar_neo_mini_dmedium', Arial, Helvetica, sans-serif ;
	font-weight:400;
	margin:0 0 8px 0;
	font-size:12px;
	letter-spacing:0.1em;
	line-height:1.1em;
	text-transform:uppercase;
	transition:all 0.5s;	

}
#credit_tx {
	color:#ffffff;
	cursor:pointer;
	position:absolute;
	right:3%;
	bottom:3%;
}

#credit_tx:hover {
	color:#ED89B6;
}



#credit a{
	color:#ED89B6;
}

#credit a:hover{
	color:#221f1f;
}


#cd {


	position:absolute;
	left:3%;
	top:3%;
	
}
#cd a {
	color:#ffffff;
	font-family: 'erbar_neo_mini_dmedium', Arial, Helvetica, sans-serif ;
	font-weight:400;
	margin:0 0 8px 0;
	font-size:12px;
	letter-spacing:0.1em;
	line-height:1.1em;
	text-transform:uppercase;
	transition:all 0.5s;	
	text-decoration:none;
}
#cd a:hover {
	color:#ED89B6;
}


#ace {
	position:absolute;
	left:3%;
	bottom:3%;
	width:153px;
	height:50px;
}


#vid {
	position:absolute;
	width:640px;
	height:360px;
	left:8%;
	bottom:8%;
	background:#fff;
	padding:30px;
	opacity:0;
	display:none;
}
