html, body {
	width: 100%;
	height: auto;
	background-color: #000000;
	color: #ffffff;
}
#model {
	max-width: 900px;
	max-height: 900px;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}

#model img {
	width: 100%;
	height: auto;
	display: block;
}

#extra-data {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: transparent;
	padding: 0px 80px 20px 80px;
}
.range-slider {
	margin: 30px 0 20px 0%;
}

.range-slider {
	width: 100%;
	padding-right: 80px;
}

.range-slider__range {
	-webkit-appearance: none;
	width: calc(100% - (73px));
	height: 10px;
	border-radius: 5px;
	background: #dc8257;
	outline: none;
	padding: 0;
	margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ffffff;
	cursor: default;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}
/*
.range-slider__range::-webkit-slider-thumb:hover {
	background: #1abc9c;
}

.range-slider__range:active::-webkit-slider-thumb {
	background: #1abc9c;
}
*/
.range-slider__range::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 50%;
	background: #ffffff;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}
/*
.range-slider__range::-moz-range-thumb:hover {
	background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
	background: #1abc9c;
}
*/
.range-slider__value {
	/*  display: inline-block;*/
	position: relative;
	width: 60px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	border-radius: 3px;
	background: #12332c;
	padding: 5px 10px;
	margin-left: 8px;
	float: right;
	top: -20px;
	margin-right: -80px;
}
.range-slider__value:after {
	position: absolute;
	top: 8px;
	left: -7px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 7px solid #12332c;
	border-bottom: 7px solid transparent;
	content: '';
}








#PathMenu {
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 9999;
}
#PathMenu > a {
	padding: 5px 8px;
	border-radius: 1px;
	background-color: #000;
	color: #ffffff;
	display: block;
	margin-bottom: 2px;
	border: 2px solid #fff;
}
#PathMenu > a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}




#back_button {
	color: red;
	display: none;
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 99999;
}

#PigeonName {
	font-size: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	font-family: 'Lora', serif;
	color: #ffffff;
	font-weight: bold;
}

#detail_button {
	font-size: 18px;
	position: absolute;
	display: none;
	top: 70px;
	/*right: 20px;*/
	left: 20px;
	font-family: 'Lora', serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #000;
	border: 2px solid #fff;
}

@media (max-width: 768px) {
	#PigeonName {
		font-size: 22px;
	}
}