@charset "utf-8";
/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
	padding: 0%;
	margin: 0%;
	position: relative;	
}
#panoStudioViewerID {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0%;
	margin: 0%;
}
@media screen and (max-width: 500px) {
#panoStudioViewerID {
	width: 500px;
}
}
#pano_thumbs {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: auto;
	padding: 0%;
	margin: 0%;
	background-image: url('../images/thumbs_bgtile.png');
	background-attachment: scroll;
	background-repeat: repeat;
	display: table;
}
@media screen and (max-width: 500px) {
#pano_thumbs {
	width: 500px;
}
}
.thumb_img {
	width: 10%;
	height: auto;
	padding: 0%;
	margin: 6px 3px;
	position: relative;
	display: inline-block;
	float: left;
	-webkit-transition: all 0.3s ease-in-out 0.0s;
	-o-transition: all 0.3s ease-in-out 0.0s;
	transition: all 0.3s ease-in-out 0.0s;
}
@media screen and (max-width: 1000px) {
.thumb_img {
	width: 15%;
}	
}
@media screen and (max-width: 800px) {
.thumb_img {
	width: 20%;
}	
}
@media screen and (max-width: 500px) {
.thumb_img {
	width: 25%;
}	
}
.thumb_img:hover {
	box-shadow: 0px 0px 0px 6px #FFFFFF;
	-moz-box-shadow: 0px 0px 0px 6px #FFFFFF;
	-webkit-box-shadow: 0px 0px 0px 6px #FFFFFF;
	-ms-box-shadow: 0px 0px 0px 6px #FFFFFF;
	-o-box-shadow: 0px 0px 0px 6px #FFFFFF;
}
.thumb_img.current {
	box-shadow: 0px 0px 0px 6px #FF0004;
	-moz-box-shadow: 0px 0px 0px 6px #FF0004;
	-webkit-box-shadow: 0px 0px 0px 6px #FF0004;
	-ms-box-shadow: 0px 0px 0px 6px #FF0004;
	-o-box-shadow: 0px 0px 0px 6px #FF0004;	
}
.thumb_img img {
	width: 100%;
	height: auto;
	padding: 0%;
	margin: 0%;
	-webkit-transition: all 0.3s ease-in-out 0.0s;
	-o-transition: all 0.3s ease-in-out 0.0s;
	transition: all 0.3s ease-in-out 0.0s;
}
.thumb_title {
	width: 100%;
	height: 10px;
	padding: 0%;
	margin: 0%;
	position: relative;
	z-index: 5;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #ffffff;
	display: table;
}
@media screen and (max-width: 1000px) {
.thumb_title {
	font-size: 10px;
}	
}
#pano_showhide {
	width: auto;
	height: auto;
	padding: 0%;
	margin: 0%;
	position: absolute;
	z-index: 9000;
	bottom: 5px;
	right: 5px;
	font-size: 30px;
	font-family: FontAwesome;
	cursor: pointer;
	color: #ffffff;
	text-shadow: 0px 0px 2px #000000;
}

