@charset "utf-8";
/* CSS Document */


/* Fonts */
@import url(fonts/fontello.css);


/* Standard */
@-ms-viewport { width:device-width; }

* { margin: 0px; padding: 0px; }
html { height: 100%; }
body { height: 100%; overflow: hidden; font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #333; background-color: #FFF; }

header, nav { display: none; }
	nav { display: block; position: absolute; z-index: 2000; bottom: 2px; left: 5px; }
		nav ul { list-style-type: none; line-height: normal; margin: 0px; padding: 0px; }
		nav li { display: inline; margin: 0px 10px 0px 0px; }
		nav a  { color: #CCC; font-size: 10px; text-decoration: none; text-shadow: 1px 1px 0 #000000; }
			nav a:hover { color: #FFF; }
#pano, table { width: 100%; height: 100%; }

table tr { vertical-align: middle; }
table td > div { text-align:center; }

.share, .shareopener { position: fixed; top: 35px; right: 0px; z-index: 99; background-color: rgba(45,62,80, 0.8); width: 40px; height: 40px; color: #FFF; font-size: 20px; line-height: 40px; vertical-align: middle; text-align: center; cursor: pointer; }
	.share { border-top: 1px solid #FFF; opacity: 0; }
		.share:hover { background-color: rgba(255,255,255, 0.8); }
	.share a { color: #FFF; text-decoration: none; display: block; height: 100%; }
		.share:hover a { color: rgb(45,62,80); }
		.share a span { display: none; }
	.shareopener { z-index: 100; box-shadow: 0px 3px 12px 0px rgba(0,0,0, 0.4); }
	
.introwrapper { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; z-index: 1500; background: url(spacer.gif); display: flex; flex-direction: column; justify-content: center; overflow: auto; }
.introwrapper * { box-sizing: border-box; text-align: center; }
.intro {
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255, 0.9) 0, rgba(255,255,255, 0.8) 30%, rgba(255,255,255, 0) 70%, rgba(255,255,255, 0) 100%); 
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255, 0.9) 0, rgba(255,255,255, 0.8) 30%, rgba(255,255,255, 0) 70%, rgba(255,255,255, 0) 100%); 
	background: radial-gradient(ellipse at center, rgba(255,255,255, 0.9) 0, rgba(255,255,255, 0.8) 30%, rgba(255,255,255, 0) 70%, rgba(255,255,255, 0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}
.intro .welcome { padding: 70px 50px; font-size: 20px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #1B3566; }
.intro img { margin: 0px 0px 50px; }
.intro .text { display: block; margin: 0px 0px 30px; }
.intro button { background: #7D2D82; border: 3px solid #FFFFFF; color: #FFF; padding: 12px 22px; font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; cursor: pointer; }

@media screen and (max-width:500px){ .intro .welcome { padding: 30px; } }
@media only screen and (min-device-width:800px){ html { overflow: hidden; } }