@charset "utf-8";
ul {
	padding: 0px 15px;
	;
}

.clear {
	clear: both;
}

.border {
	border: 1px solid #ff0000;
}

.popup {
	width: 800px;
	background-color: #fff;
	position: absolute;
	padding: 10px 15px;
	border-radius: 5px;
	transform: translate(-50%, -50%) scale(0, 0);
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transition: transform .3s ease-in-out;
}

.popup .header {
	font-size: 32px;
}

.popup .batch {
	font-size: 14px;
	float: left;
	clear: both;
}

.popup .batch .dot {
	display: list-item;
	float: left;
	color: #333333;
	margin-left: 25px;
}

.popup .batch .line {
	width: 1px;
	height: 18px;
	border-left: 1px solid #a0a0a0;
	margin: 2px 10px;
	float: left;
}

.popup .batch span {
	float: left;
}

.popup .batch .rating {
	float: left;
}

.popup .batch .rating span {
	margin: 4px 2px;
	color: #ccc;
}

.popup .batch .rating span.checked {
	color: orange !important;
}

.popup-body {
	margin-top: 40px;
	clear: both;
}

.popup-nav {
	float: left;
	margin-right: 15px;
}

.popup-nav-item {
	border: 2px solid #ddd;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 10px;
}

.popup-nav-item:hover,
.popup-nav-item.active {
	border: 2px solid #333
}

.icon-360 {
	background-image: url(../../assets/img/icon-360.png);
	background-repeat: no-repeat;
}

.icon-video {
	background-image: url(../../assets/img/icon-video.png);
	background-repeat: no-repeat;
}

.popup-gallery {
	float: left;
	width: calc(100% - 85px);
	margin-bottom: 18px;
}

#panorama {
	width: calc(100% - 85px);
	height: 425px;
	overflow: hidden;
}

.popup-details {
	margin-left: 100px;
	
	line-height: 20px
}

.body-heading {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}

.body-text {
	font-size: 16px;
	line-height: 20px;
}

#overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 0%, 0.70);
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity .3s ease-in-out;
}

.pop-close {
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-image: url(../../assets/img/close.png);
	float: right;
}

#introLayer {
	z-index: 100;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 100%, 0.70);
	-webkit-transition: opacity .3s ease-in-out;
}

#introLayer .content {
	position: absolute;
	top: 50%;
	left: 50%;
	//min-width: 600px;
	transform: translate(-50%, -50%);
	background-color: hsla(0, 0%, 100%, 1);
	border-radius: 10px;
	padding: 40px;
	border: 1px solid #ccc;
	filter: drop-shadow(0 0 0.75rem #000);
	-webkit-transition: transform .3s ease-in-out;
}

#introLayer .content .logo {
	color: #222;
	font-size: 60px;
	line-height: 60px;
	font-weight: 800;
	white-space: nowrap;
}

#introLayer .content .welcome {
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	color: #222;
}

#introLayer .content .loading {
	background-color: #73aa33;
	color: #fff;
	border-radius: 5px;
	padding: 3px 15px;
	margin: auto;
	margin-top: 15px;
	display: table;
}

@media only screen and (max-width: 600px) {
	#introLayer .content {
		width: 80%;
		padding: 20px;
	}
	#introLayer .content .logo {
		font-size: 50px;
		line-height: 60px;
		text-align: center;
		width: 100%;
	}
	#introLayer .content .welcome {
		margin-left: 0px;
		text-align: center
	}
	.body-text {
		font-size: 20px !important;
		line-height: 20px !important;
	}
}