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;
  text-decoration: none;
  color: inherit;
}
/* 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;
}
/* ----- FINE RESET ----- */
@import url('https://fonts.googleapis.com/css?family=Roboto');
body{
  font-family: 'Roboto', sans-serif;
  letter-spacing: .5px;
  color: rgba(0, 0, 0, .7);
  font-size: 14px;
	overflow: hidden;
}
header{
	background-color: #fff;
}
.loghi{
  display: flex;
  padding: 25px 75px;
  box-sizing: border-box;
}
.loghi li img{
  height: 50px;
  opacity: .8;
  vertical-align: middle;
}
.loghi li{
  margin-right: 50px;
}
.loghi li:last-child{
  margin-right: 0;
}
.loghi li.info{
	height: 30px;
	margin-left: auto;
	padding: 10px 0;
	cursor: pointer;
}
.loghi li.info img{
	height: 100%;
}
.close{
	height: 15px;
	text-align: right;
}
.close img{
	margin-left: auto;
	height: 100%;
	cursor: pointer;
	padding-right: 8px;
}
.wrap-all{
	background-color: #81725F;
}
footer{
	background-color: #01484e;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 80px;
	max-width: 600px;
	margin: auto;
	transition: all .3s ease-in-out;
	z-index: 3002;
}
footer.out{
	pointer-events: none;
	opacity: 0;
	transform: translateY(50px);
}
.foot{
	padding: 25px 75px;
}
.foot li{
	color: #fff;
	font-size: .9em;
	line-height: 300%;
}
.foot li:last-child{
	margin-right: 0;
	margin-left: auto;
}
.wrp-pano{
	/*padding: 80px 0;*/
}
.panorama{
	width: 100%;
	/*max-width: 1500px;*/
	margin: auto;
	position: relative;
	height: 100%;
}
.panorama img{
	width: 100%;
}
.intern{
	width: 100%;
	height: 100%;
	position: absolute;
}
@media screen and (max-width: 1250px) {
	.foot {
    display: block;
	}
}
@media screen and (max-width: 800px) {
	.wrp-pano {
    padding: 0;
	}
	.loghi {
    padding: 16px;
	}
	.loghi li img {
    height: 35px;
	}
	.loghi li {
    margin-right: 25px;
	}
	.loghi li.info{
		height: 25px;
		padding: 5px;
	}
}
@media screen and (max-width: 600px) {
	.foot {
    padding: 16px;
	}
	.foot li {
    font-size: .8em;
	}
	.wrp-pano{
		padding: 0;
	}
	footer{
		bottom: 0;
	}
}
@media screen and (orientation: landscape) and (max-width: 800px) {
	header{
		display: none;
	}
	footer{
		display: none;
	}
	.wrp-pano {
    padding: 0;
		height: 100vh;
	}
	.panorama{
		height: 100%;
		padding-bottom: 0;
	}
}
