.psv-loader::before,.psv-markers-list-item::before,.psv-panel-resizer::before {
	content: ''
}
.psv-hud,.psv-panel-content--no-interaction {
	-webkit-touch-callout: none;
	-khtml-user-select: none
}
.psv-container {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background: radial-gradient(#fff 0,#fdfdfd 16%,#fbfbfb 33%,#f8f8f8 49%,#efefef 66%,#dfdfdf 82%,#bfbfbf 100%);
	overflow: hidden
}
.psv-canvas-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: opacity linear .1s
}
.psv-canvas {
	display: block
}

.psv-loader-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100
}

.psv-loader,.psv-loader-image,.psv-loader-text,.psv-loader::before {
	display: inline-block;
	vertical-align: middle
}

.psv-loader {
	position: relative;
	text-align: center;
	color: rgba(61,61,61,.7);
	width: 150px;
	height: 150px;
	border: 10px solid transparent
}

.psv-button,.psv-caption {
	color: rgba(255,255,255,.7)
}

.psv-loader::before {
	height: 100%
}

.psv-loader-canvas {
	position: absolute;
	top: 0;
	left: 0
}

.psv-loader-text {
	font: 14px sans-serif
}

.psv-navbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	z-index: 90;
	bottom: -40px;
	left: 0;
	width: 100%;
	height: 40px;
	background: rgba(61,61,61,.5);
	transition: bottom ease-in-out .1s
}

.psv-navbar--open {
	bottom: 0
}

.psv-navbar,.psv-navbar * {
	box-sizing: content-box
}

.psv-caption {
	-webkit-box-flex: 10;
	-webkit-flex-grow: 10;
	-moz-flex-grow: 10;
	-ms-flex-positive: 10;
	flex-grow: 10;
	margin: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
}

@media (max-width:800px) {
	.psv-caption {
		visibility: hidden
	}
}

.psv-spacer--weight-1 {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.psv-spacer--weight-2 {
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-moz-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

.psv-spacer--weight-3 {
	-webkit-box-flex: 3;
	-webkit-flex-grow: 3;
	-moz-flex-grow: 3;
	-ms-flex-positive: 3;
	flex-grow: 3
}

.psv-spacer--weight-4 {
	-webkit-box-flex: 4;
	-webkit-flex-grow: 4;
	-moz-flex-grow: 4;
	-ms-flex-positive: 4;
	flex-grow: 4
}

.psv-spacer--weight-5 {
	-webkit-box-flex: 5;
	-webkit-flex-grow: 5;
	-moz-flex-grow: 5;
	-ms-flex-positive: 5;
	flex-grow: 5
}

.psv-spacer--weight-6 {
	-webkit-box-flex: 6;
	-webkit-flex-grow: 6;
	-moz-flex-grow: 6;
	-ms-flex-positive: 6;
	flex-grow: 6
}

.psv-spacer--weight-7 {
	-webkit-box-flex: 7;
	-webkit-flex-grow: 7;
	-moz-flex-grow: 7;
	-ms-flex-positive: 7;
	flex-grow: 7
}

.psv-spacer--weight-8 {
	-webkit-box-flex: 8;
	-webkit-flex-grow: 8;
	-moz-flex-grow: 8;
	-ms-flex-positive: 8;
	flex-grow: 8
}

.psv-spacer--weight-9 {
	-webkit-box-flex: 9;
	-webkit-flex-grow: 9;
	-moz-flex-grow: 9;
	-ms-flex-positive: 9;
	flex-grow: 9
}

.psv-spacer--weight-10 {
	-webkit-box-flex: 10;
	-webkit-flex-grow: 10;
	-moz-flex-grow: 10;
	-ms-flex-positive: 10;
	flex-grow: 10
}

.psv-button {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-moz-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 10px;
	position: relative;
	cursor: pointer;
	height: 20px;
	width: 20px;
	background: 0 0
}

.psv-button--active {
	background: rgba(255,255,255,.1)
}

.psv-button--disabled {
	pointer-events: none;
	opacity: .5
}

.psv-button .psv-button-svg {
	width: 100%;
	transform: scale(1);
	transition: transform .3s ease
}

.psv-button .psv-button-svg * {
	fill: rgba(255,255,255,.7)
}

.psv-button--hover-scale:not(.psv-button--disabled):hover .psv-button .psv-button-svg {
	transform: scale(1.2)
}

.psv-autorotate-button {
	width: 25px;
	height: 25px;
	padding: 7.5px
}

.psv-zoom-button {
	cursor: default;
	width: 128px
}

.psv-zoom-button-minus,.psv-zoom-button-plus {
	float: left;
	position: relative;
	cursor: pointer;
	width: 16px;
	height: 16px
}

.psv-zoom-button-minus .psv-button-svg,.psv-zoom-button-plus .psv-button-svg {
	position: relative;
	top: 20%
}

.psv-zoom-button-range {
	float: left;
	padding: 9.5px 8px
}

.psv-zoom-button-line {
	position: relative;
	cursor: pointer;
	width: 80px;
	height: 1px;
	background: rgba(255,255,255,.7);
	transition: all .3s ease
}

.psv-zoom-button-handle {
	position: absolute;
	border-radius: 50%;
	top: -3px;
	width: 7px;
	height: 7px;
	background: rgba(255,255,255,.7);
	transform: scale(1);
	transition: transform .3s ease
}

.psv-zoom-button:not(.psv-button--disabled):hover .psv-zoom-button-line {
	box-shadow: 0 0 2px rgba(255,255,255,.7)
}

.psv-zoom-button:not(.psv-button--disabled):hover .psv-zoom-button-handle {
	transform: scale(1.3)
}

@media (max-width:600px) {
	.psv-zoom-button {
		width: auto;
		padding: 0
	}

	.psv-zoom-button-range {
		display: none
	}

	.psv-zoom-button-minus,.psv-zoom-button-plus {
		width: 20px;
		height: 20px;
		padding: 10px
	}

	.psv-zoom-button-minus .psv-button-svg,.psv-zoom-button-plus .psv-button-svg {
		top: 0
	}
}

.psv-markers-list-title {
	font: 24px sans-serif;
	margin: 1em 0;
	text-align: center;
	text-shadow: 2px 1px #000
}

.psv-markers-list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden
}

.psv-markers-list-item {
	clear: both;
	min-height: 20px;
	padding: .5em 1em;
	cursor: pointer;
	transform: translateX(0);
	transition: transform .3s ease-in-out
}

.psv-markers-list-item::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 10px;
	margin-left: -10px
}

.psv-markers-list-item:nth-child(odd),.psv-markers-list-item:nth-child(odd)::before {
	background: rgba(255,255,255,.1)
}

.psv-markers-list-item:nth-child(even),.psv-markers-list-item:nth-child(even)::before {
	background: 0 0
}

.psv-markers-list-item:hover {
	transform: translateX(10px);
	transition: transform .1s ease-in-out
}

.psv-markers-list-image {
	float: left;
	width: 20px
}

.psv-hud,.psv-hud-svg-container {
	width: 100%;
	height: 100%;
	position: absolute
}

.psv-markers-list-name {
	margin: 0;
	padding: 0
}

.psv-markers-list-image+.psv-markers-list-name {
	padding-left: calc(20px + .5em)
}

.psv-hud {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 10
}

.psv-hud-svg-container {
	top: 0;
	left: 0;
	z-index: 20
}

.psv-marker {
	cursor: pointer;
	display: none
}

.psv-marker--normal {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	background-size: contain;
	background-repeat: no-repeat
}

.psv-marker--transparent {
	display: block;
	opacity: 0
}

.psv-marker--visible {
	display: block
}

.psv-panel {
	position: absolute;
	z-index: 90;
	right: 0;
	height: 100%;
	width: 50%;
	max-width: calc(100% - 50px);
	background: rgba(10,10,10,.95);
	transform: translate3d(100%,0,0);
	opacity: 0;
	transition-property: opacity,transform;
	transition-timing-function: ease-in-out;
	transition-duration: .1s;
	cursor: default;
	margin-left: 9px
}

.psv-container--has-navbar .psv-panel {
	height: calc(100% - 40px)
}

.psv-panel-close-button {
	display: none;
	position: absolute;
	top: 0;
	left: -10px;
	width: 50px;
	height: 50px;
	background: rgba(238, 80, 15, 0.9);
}

.psv-panel-close-button::after,.psv-panel-close-button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 7px;
	width: 30px;
	height: 1px;
	background-color: #fff;
	transition: .2s ease-in-out;
	transition-property: width,left,transform
}


.psv-panel-close-button:hover::after,.psv-panel-close-button:hover::before {
	width: 38px;
}

.psv-panel-close-button:hover::before {
	transform: rotate(135deg)
}

.psv-panel-close-button:hover::after {
	transform: rotate(45deg)
}

.psv-panel-resizer {
	display: none;
	position: absolute;
	top: 0;
	left: -9px;
	width: 9px;
	height: 100%;
	background-color: rgba(0,0,0,.9);
	cursor: col-resize
}

.psv-panel-resizer::before {
	position: absolute;
	top: 50%;
	left: 1px;
	margin-top: -14.5px;
	width: 1px;
	height: 1px;
	box-shadow: 1px 0 #fff,3px 0 #fff,5px 0 #fff,1px 2px #fff,3px 2px #fff,5px 2px #fff,1px 4px #fff,3px 4px #fff,5px 4px #fff,1px 6px #fff,3px 6px #fff,5px 6px #fff,1px 8px #fff,3px 8px #fff,5px 8px #fff,1px 10px #fff,3px 10px #fff,5px 10px #fff,1px 12px #fff,3px 12px #fff,5px 12px #fff,1px 14px #fff,3px 14px #fff,5px 14px #fff,1px 16px #fff,3px 16px #fff,5px 16px #fff,1px 18px #fff,3px 18px #fff,5px 18px #fff,1px 20px #fff,3px 20px #fff,5px 20px #fff,1px 22px #fff,3px 22px #fff,5px 22px #fff,1px 24px #fff,3px 24px #fff,5px 24px #fff,1px 26px #fff,3px 26px #fff,5px 26px #fff,1px 28px #fff,3px 28px #fff,5px 28px #fff;
	background: 0 0
}

.psv-panel-content {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: #dcdcdc;
	font: 16px sans-serif;
	overflow: auto
}

.psv-panel-content:not(.psv-panel-content--no-margin) {
	padding: 1em
}

.psv-panel-content--no-interaction {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}

.psv-panel--open {
	transform: translate3d(0,0,0);
	opacity: 1;
	transition-duration: .2s
}

.psv-panel--open .psv-panel-close-button,.psv-panel--open .psv-panel-resizer {
	display: block
}

.psv-tooltip {
	position: absolute;
	z-index: 50;
	box-sizing: border-box;
	max-width: 200px;
	background-color: rgba(61,61,61,.8);
	border-radius: 4px;
	padding: .5em 1em;
	opacity: 0;
	transition-property: opacity;
	transition-timing-function: ease-in-out;
	transition-duration: .1s
}

.psv-tooltip--bottom-center,.psv-tooltip--bottom-left,.psv-tooltip--center-left,.psv-tooltip--center-right,.psv-tooltip--top-center {
	transition-property: opacity,transform
}

.psv-tooltip-content {
	color: #fff;
	font: 14px sans-serif;
	text-shadow: 0 1px #000
}

.psv-tooltip-arrow {
	position: absolute;
	height: 0;
	width: 0;
	border: 7px solid transparent
}

.psv-tooltip--bottom-center .psv-tooltip-arrow,.psv-tooltip--bottom-left .psv-tooltip-arrow,.psv-tooltip--bottom-right .psv-tooltip-arrow {
	border-bottom-color: rgba(61,61,61,.8)
}

.psv-tooltip--top-center .psv-tooltip-arrow,.psv-tooltip--top-left .psv-tooltip-arrow,.psv-tooltip--top-right .psv-tooltip-arrow {
	border-top-color: rgba(61,61,61,.8)
}

.psv-tooltip--bottom-center {
	box-shadow: 0 3px 0 rgba(90,90,90,.7);
	transform: translate3d(0,-5px,0)
}

.psv-tooltip--center-left {
	box-shadow: -3px 0 0 rgba(90,90,90,.7);
	transform: translate3d(5px,0,0)
}

.psv-tooltip--center-left .psv-tooltip-arrow {
	border-left-color: rgba(61,61,61,.8)
}

.psv-tooltip--top-center {
	box-shadow: 0 -3px 0 rgba(90,90,90,.7);
	transform: translate3d(0,5px,0)
}

.psv-tooltip--center-right {
	box-shadow: 3px 0 0 rgba(90,90,90,.7);
	transform: translate3d(-5px,0,0)
}

.psv-tooltip--center-right .psv-tooltip-arrow {
	border-right-color: rgba(61,61,61,.8)
}

.psv-tooltip--bottom-left {
	box-shadow: -3px 3px 0 rgba(90,90,90,.7);
	transform: translate3d(0,-5px,0)
}

.psv-tooltip--bottom-right {
	box-shadow: 3px 3px 0 rgba(90,90,90,.7);
	transform: translate3d(0,-5px,0);
	transition-property: opacity,transform
}

.psv-tooltip--top-left,.psv-tooltip--top-right {
	transform: translate3d(0,5px,0);
	transition-property: opacity,transform
}

.psv-tooltip--top-left {
	box-shadow: -3px -3px 0 rgba(90,90,90,.7)
}

.psv-tooltip--top-right {
	box-shadow: 3px -3px 0 rgba(90,90,90,.7)
}

.psv-tooltip--visible {
	transform: translate3d(0,0,0);
	opacity: 1;
	transition-duration: .1s
}

html {
	height: 100%
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: '\5FAE\8F6F\96C5\9ED1';
	background: radial-gradient(#fff 0,#fdfdfd 16%,#fbfbfb 33%,#f8f8f8 49%,#efefef 66%,#dfdfdf 82%,#bfbfbf 100%)
}

canvas {
	position: absolute
}

#container::after {
	content: '';
	background: url(../img/sd.png) bottom left;
	background-size: auto auto;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 10;
	position: fixed;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 1;
	pointer-events: none
}

.container,#photosphere {
	height: 100%
}

#top {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	display: none
}

#nav>div:nth-child(1) a {
	background-image: url(../img/logo.png)
}

#nav span a {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5)
}

#nav span a.active,#nav span a:hover {
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2)
}

.mk {
	border-color: #fff!important
}

#nav>div:nth-child(2) span {
	color: #fff
}

.psv-panel {
	z-index: 999
}

.psv-panel-content,.psv-tooltip-content,.psv-markers-list-title {
	font-family: '\5FAE\8F6F\96C5\9ED1'
}

.psv-panel-resizer::before {
	display: none
}

.psv-container:not(.psv-container--has-navbar) {
	z-index: 10000
}

.psv-download-button {
	display: none
}

#door,#door span {
	background-color: #13294b
}

#door:after {
	border-color: #13294b transparent transparent transparent
}

.tag {
	width: 60px;
	height: 60px;
	display: inline-block;
	background: no-repeat 12px center #c8102e;
	background-size: 36px;
	position: relative;
	text-decoration: none
}

.tag span {
	text-align: left;
	display: inline-block;
	position: absolute;
	height: 100%;
	line-height: 60px;
	padding-left: 6px;
	color: #fff;
	font-family: '\5FAE\8F6F\96C5\9ED1';
	font-size: 16px;
	transition: all .2s;
	background: #c8102e;
	left: 60px;
	width: 100px;
	word-wrap: nowrap;
	overflow: hidden
}

.tag::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 4px;
	position: absolute;
	bottom: -7px;
	left: 12px;
	border-color: #c8102e transparent transparent transparent
}

.psv-markers-list .tag span {
	background: transparent!important;
	width: 100px;
	opacity: 1;
	padding-left: 12px
}

.hl {
	color: yellow
}

pre {
	font-size: 15px;
	line-height: 28px;
	white-space: pre-wrap;
	font-family: inherit;
	margin: 0
}

.shake {
	animation: shakes .6s infinite ease-in-out
}

@keyframes shakes {
	0% {
		transform: translateY(10px) translateZ(0)
	}

	50% {
		transform: translateY(0) translateZ(0)
	}

	100% {
		transform: translateY(10px) translateZ(0)
	}
}

.img {
	border-radius: 8px;
	display: block;
	margin-bottom: 10px
}

#hwall>div {
	display: inline-block;
	width: 42%;
	margin-right: 6%
}

#hwall {
	white-space: normal
}

#hwall>div:nth-child(odd) {
	margin-right: 10%
}

#hwall img {
	display: block;
	width: 100%;
	height: 186px;
}

#hwall h5 {
	text-align: center;
	margin: 0 0 10px;
	padding: 4px 0;
	background: #f60
}