/* (c)
Julius Peinelt
Aline Deicke
Anna Neovesky - Digitale Akademie, Akademie der Wissenschaften und der Literatur | Mainz - Anna.Neovesky@adwmainz.de
*/
@font-face {
	font-family: 'Montserrat';
	src: url('https://putevodzvezda.ru/wp-content/themes/putevodzvezda/fonts/Montserrat-Regular.woff2'); 
	font-display: swap;
  }

/* reset */
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, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

div#panorama {
	position: static;
}

body {
	background-color: #000000;
	margin: 0px;
	overflow: hidden;
	font-family: "Montserrat, Comic Sans MC, Helvetica Neue, Helvetica,Arial,sans-serif";
}

img {
	cursor:default;
}

/* basic figure configuration for map, nav, about, fullscreen */
figure {
	position: absolute;
/*	cursor:pointer;*/
}

#mapImage {
	width: 320px;
	height: 240px;
	background-repeat:no-repeat;
}

figure button {
	cursor:pointer;
}

p, dl {
	font-size: 1.6em;
	line-height: 1.5em;
}

dt:after {
	content: ':';
	padding-right: 2em;
}
/*
Скрыть/Показать
*/
.ShowButton {
	
	width: 28px;
	height: 28px;
	z-index: 0;
	position: absolute;
	opacity: .2;
	top: 14px;
	right: 14px;
}

#ShowNavButton {
	display: none;
}




/*
	КНОПКИ НАВИГАЦИИ
*/

.panoNavButton {
	width: 28px;
	height: 28px;
	z-index: 0;
	position: absolute;
	opacity: .2;
	
}

#upNavButton {
	bottom: 110px;
	right: 105px;
}

#downNavButton {
	bottom: 28px;
	right: 105px;
}

#rightNavButton {
	bottom: 67px;
	right: 36px;
}

#leftNavButton {
	bottom: 67px;
	right: 174px;
}

#zoomInButton {
	bottom: 67px;
	right: 80px;
}

#zoomOutButton {
	bottom: 67px;
	right: 130px;
}

/**
	КОПКА ПОЛНОГО ЭКРАНА
	**/

#fullscreen {
	z-index: 0;
	position: absolute;
	bottom: 10px;
	left: 10px;
	cursor:pointer;
	opacity: .4;
}

#about {
	z-index: -1;
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 1% 1.5%;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 3px;
}

#sceneSwitch {
	z-index: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 1% 1.5%;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 3px;
}

/*
	MAP
	*/
.buttom-map {
	position: absolute;
	top:0;
	z-index: 999;
}

.buttom-map button{
	cursor:pointer;
	margin: 5px;
	width: 320px;
	height: 30px;
	border: 1px solid #f18585;
	border-radius: 20px;
	padding: 5px auto;
	font-size: 16px;
	font-weight: 600;
	background: #f7d2d2;
	opacity: .3;
	
}

#main-map {
	display: none;
}

#hidemap {
	display: none;
}

#map {
	display: none;
	text-align: left;
	margin: auto;
	z-index: 0;
	position: absolute;
	float: right;
}


#mapSpot {
	cursor: pointer;
	background-color: rgb(195, 241, 12);
	width: 6px;
	height: 6px;
	z-index: 100;
	position: absolute;
	border:none;
	border-radius: 50%;
}

#mapSpotCurrent {
	background-color: #f00000;
	width: 6px;
	height: 6px;
	z-index: 0;
	position: absolute;
	border:none;
	border-radius: 50%;
}

/*
	INFORMATION POP UP
	*/

#toolTip {
	display: none;
	position: absolute;
	padding: 1% 1.5%;
	background-color: rgba(242, 242, 236, 0.4);
	border-radius: 5px;

}

#infoView {
	display: none;
	position: absolute;
	width: 33%;
	margin: 10em 33%;
	padding: 1% 1.5%;
	border: 1px solid #917d4d;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.8);
	background-image: url(https://putevodzvezda.ru/wp-content/themes/putevodzvezda/img/fon.jpg);
}

#infoCloseButton {
	right: 4.2%;
	
}

#infoCloseButton img{
	cursor: pointer;
	
}

h1 {
	margin-bottom: 0.5em;
	padding-right: 9%;
	font-size: 1.6em;
	line-height: 1em;
	color: #917d4d;
}

h2 {
	font-family: "Montserrat, Comic Sans MC, Helvetica Neue, Helvetica,Arial,sans-serif";
	text-transform: uppercase;
	padding-top: 0.8em;
}

dt {
	font-weight: bold;

}

#infoContent {
	font-size: 1.2em;
}

#infoImageBox {
	position: relative;
	margin-bottom: 1.5em;

}

#infoImageBox img {
	width: 98%;
	padding: 1%;
	border: 1px solid #c9cbd0;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	background: #fff;
		cursor:pointer;
}

#infoImageBox figcaption {
	font-size: 1.4em;
	margin-top: 0.5em;
}

audio {
	width: 100%;
	margin-bottom: 1.5em;
}

#panorama a {
	color: #917d4d;
}


/*РАДАР*/


#mapSpotCurrent { /*Круг радара*/
	z-index: 2;
	width:60px;
	height:60px;
	margin-top: -27px; 
	margin-left: -27px;      
	border-radius:50%;
	background: transparent;
}
/*
#mapSpotCurrent:before { 
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	border-radius:50%;
	left:0;
	top:0;
	box-shadow:inset 0 0 10px rgba(255,255,255,.5), inset 0 0 20px rgba(255,255,255,.5), inset 0 0 25px rgba(255,255,255,.5);
}
*/
#mapSpotCurrent:before { 
	content:"";
	position:absolute;
	width:6px;
	height:6px;
	border-radius:50%;
	left:27px;
	top:27px;
	background-color: #f00000;
}
#radar-radius {/*сам радар*/
	width: 0px;
	height: 0px;
	position: absolute;
	z-index: 4;
	opacity: 1;
	border-radius: 100%;
	border-width: 30px 30px 30px 30px;
	border-style: solid;

	border-color:
	rgba(255, 255, 255, 0.4)
	transparent
	transparent
	transparent;

	
}

#radar-radius:after {/*Черточка вращающаяся*/
 content: "";
 z-index: 1000;
 position: absolute;
 bottom: 0px;
 left: 0px;
 height: 30px;
 width: 2px;
 background: rgba(255, 255, 255, 0.3);
 -webkit-transform-origin: bottom center;
 -webkit-transform: rotate(0deg);
 transform-origin: bottom center;

 transform: rotate(0deg);/*то, что вращатся будет*/
}


@media screen and (max-width:960px) {
#infoView {
	width: 90%;
	margin: 10px;
	margin-top: 40px;
}
}