/* Custom CSS Styles */

#wrapper { width: 100%; height: 100%; overflow: hidden; position: relative; float: left; }

/* Complete */

@font-face {
    font-family: "Circular-Pro-Black";
    src:url("../fonts/lineto-circular-pro-black.eot");
    src:url("../fonts/lineto-circular-pro-black.eot?#iefix") format("embedded-opentype"),
        url("../fonts/lineto-circular-pro-black.woff2") format("woff2"),
        url("../fonts/lineto-circular-pro-black.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circular-Pro-Book";
    src:url("../fonts/lineto-circular-pro-book.eot");
    src:url("../fonts/lineto-circular-pro-book.eot?#iefix") format("embedded-opentype"),
        url("../fonts/lineto-circular-pro-book.woff2") format("woff2"),
        url("../fonts/lineto-circular-pro-book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


#scene {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100
}

#scene.layered-visible {
    z-index: 8
}

#bs-example-navbar-collapse-1 { height: 100%; }
#bs-example-navbar-collapse-1.closed { height: 0; }

/* Custom Fonts */

body { 
	font-family: "Circular-Pro-Book", "helvetica nenu", helvetica, arial, sans-serif !important;
	font-style: normal;
	font-weight: 400;
}

body p { 
	font-family: "Circular-Pro-Book", "helvetica nenu", helvetica, arial, sans-serif !important;
	font-style: normal;
	font-weight: 400 !important;
}

h1, h2, h3, h4, h5 { 
	font-family: "Circular-Pro-Black", "helvetica nenu", helvetica, arial, sans-serif !important;
	font-style: normal !important;
	font-weight: 400 !important;
}

img.wide { width: 100%; height: auto; }

/* Pano Title */

.pano-info { position: absolute; overflow: hidden; z-index: 1000; margin: 0; padding: 0; bottom: 20px; left: 20px; max-width: 270px; }

.panorama-title { display: block; color: #FFF; font-size: 1.10em; font-weight: 200; clear: both; margin: 0 0 3px 0; text-transform: uppercase; text-shadow: 0px 0px 2px rgba(0,0,0, 0.7); }
.panorama-desc { display: block; color: #EEE; font-size: 1em; font-weight: 200; clear: both; margin: 0; }


/* Logos */
img.threedeep {display: block; width: 50px; position: absolute; z-index: 8000; top: 10px; right: 10px; border: 0; }

.logos { position: absolute; right: 10px; bottom: 5px; z-index: 1000; display: block; overflow: hidden; }
.logos a { float: left; width: 60px; margin-left: 10px; display: block; cursor: pointer !important; }
.logos a img { width: 100%; height: auto; cursor: pointer !important; border: 0; }



/* Mobile Header */

.container-fluid { padding: 0 10px; margin: 0; }
.container-fluid > .navbar-header { margin: 0; }

.navbar-default { background-color: #000; background-size: 100%;border: none;padding: 0; height: 50px; }

.navbar-brand { 
		display: block; padding: 0; 
		background: url(../img/fal-uni-motif.jpg) no-repeat left center; background-size: 100%; 
		width: 30px; height: 30px; 
		margin: 10px 0 0 0 !important;
		float: right;
	}

.fixed-top .navbar-collapse { max-height: none; }
.navbar-fixed-bottom, .navbar-fixed-top { z-index: 9999; }
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { max-height: 1500px !important; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form { border: none; }

.navbar-header { float: right; display: block; width: 100%; }

.navbar-toggle { float: left; }

/* Toogle Mobile Menu Button */

.navbar-default .navbar-toggle .icon-bar { background-color: #FFF; }
.navbar-toggle:hover { background-color: none !important; }

button.navbar-toggle { 
	background-color: #000 !important;
	background: url(../img/arrow-down3.png) no-repeat right center; background-size: 15px;
	padding: 15px 25px 15px 15px;
	border: none; text-transform: uppercase; font-weight: 200; letter-spacing: 0.2em;
	margin: 0 10px 0 0;
	border-radius: 0; -webkit-border-radius: 0;
	content: "views";
	font-family: "proxima-nova", "helvetica nenu", helvetica, arial, sans-serif;
}
button.navbar-toggle span:before { content: "menu"; }

button.navbar-toggle.up { 
	background: url(../img/arrow-up3.png) no-repeat right center; background-size: 15px;
}
button.navbar-toggle.down span:before { content: "hide"; }

button.navbar-toggle span { font-size: 12px; color: #FFF; }

/* Navigation */

.navbar-nav { float: left; margin: 0; width: 100%; }
.navbar-nav li { width: 100%; }
.navbar-nav li a { 
	background: #FFF; color: #666;
	height: 50px; line-height: 50px; padding: 0 25px; 
	letter-spacing: 0.05em; 
	font-family: "Circular-Pro-Book", 'helvetica neue', 'helvetica', arial, sans-serif; font-weight: 300;
	vertical-align: middle; font-size: 14px; text-align: left;
	outline: 0;
	border-bottom: 1px solid #EEE;
}

.navbar-nav > li > a:hover { background-color: #F6F6F6 !important; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: #EEE !important;
}



/* Dropdown Mobile */

#dropdown-menu { padding: 0 !important; }
.dropdown-menu { 
	padding: 0 !important; 
	max-height: 226px; overflow: auto; /* set max height for scrolling */ 
}

.navbar-nav .open .dropdown-menu > li > a { padding: 0px 20px; height: 50px; line-height: 50px; }
.navbar-nav li.dropdown.open .dropdown-menu > li > a:hover { background-color: #222 !important; }

.navbar-nav li .dropdown-menu.open { background-color: #FFF; }
.navbar-nav li .dropdown-menu li a { background-color: #333 !important; color: #FFF !important; border-bottom: 1px solid #444; font-weight: 200; font-family: "Circular-Pro-Book", 'helvetica neue', arial, sans-serif !important; }
.navbar-nav li .dropdown-menu li a:hover { background: #222 !important; color: #FFF !important; }

.navbar-nav li.dropdown a.dropdown-toggle { 
	background: url(../img/arrow-down2.png) no-repeat right 25px center #FFF; background-size: 15px; 
	border-bottom: 1px solid #eee;
}
.navbar-nav li.dropdown a.dropdown-toggle.up { 
	background: url(../img/arrow-up2.png) no-repeat right 25px center #FFF; background-size: 15px; 
}

.caret {
    display: inline-block;
}


/* ///////////////////////////// SIDEBAR ///////////////////////////////// */

#sidebar { display: none; top: 50px; width: 100%; height: 100%; left: 0; background-color: #333; padding: 0px; position: absolute; z-index: 9999; color: #FFF; }
#sidebar .sidebar-inner { padding: 20px; overflow: auto; height: 90%; }
#sidebar h4 { color: #FFF; font-size: 25px; line-height: 35px; margin: 0 0 20px 0; padding: 0;}
#sidebar p { color: #CCC; font-size: 14px; line-height: 18px; } 

#sidebar a.close-sidebar { 
	width: 30px; height: 30px; padding: 20px;
	bottom: 0; right: 0px;
	display: block; position: absolute;
	background: url(../img/arrow-left3.png) no-repeat center; background-size: 25px; 
	background-color: #000;
}


#sidebar ul { padding: 0; margin: 0; list-style: none; }
#sidebar ul li { padding: 0; margin: 0; }
#sidebar ul li a { 
	padding: 12px 0; font-size: 14px; line-height: 14px; 
	color: #CCC; 
	text-transform: uppercase; text-decoration: none; 
	border-top: 1px solid #444; 
	display: block;
}
#sidebar ul li a:hover, #sidebar ul li a:focus { color: #FFCC00; }


/* Thumbnails */
#sidebar .thumbnail * { -webkit-transition: all 0.3s ; transition: all 0.3s; }
#sidebar .thumbnail { 
	position: relative; overflow: hidden; display: block; 
	margin-bottom: 10px; padding: 0; border: 0; border-radius: 0; cursor: pointer; 
	border: 1px solid #333; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

#sidebar .thumbnail .thumb { }
#sidebar .thumbnail img { width: 100%; height: auto; display: block; }

#sidebar .thumbnail .caption { position: absolute; background-color: rgba(0, 0, 0, 0.6); display: block; padding: 10px; bottom: 0;}
#sidebar .thumbnail .caption p { overflow: hidden; margin: 0; padding: 0; color: #CCC; font-size: 14px; font-weight: 400; }

#sidebar .thumbnail:hover { border: 1px solid #FFCC00; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
#sidebar .thumbnail:hover .caption, .thumbnail:focus .caption { background-color: rgba(0, 0, 0, 0.8); cursor: pointer; }
#sidebar .thumbnail:hover .caption p, .thumbnail:focus .caption p { color: #FFF; }

/* Sidebar Thumbnails */

#sidebar ul.thumbnails-container { margin-top: 20px; }
#sidebar ul.thumbnails-container li a.thumbnail { background: none; margin-bottom: 10px; }
#sidebar ul.thumbnails-container li a.thumbnail .thumb { }
#sidebar ul.thumbnails-container li a.thumbnail.null { pointer-events: none; }


/* /////////////////////////// CUSTOM UI BUTTONS ///////////////////////////////// */

#commands { display: none !important; }

#nav-bubbles { display: none !important; }

#commands { top: 10px; left: 50%; margin-left: -60px; }
#commands a { width: 50px; height: 50px; }

#commands-optional { z-index: 5000 !important; position: fixed; }

#commands-optional.bottom-right { bottom: 10px; right: 15px; }
#commands-optional.bottom-left { bottom: 10px; left: 15px; }
#commands-optional.top-right { top: 15px; right: 15px; }
#commands-optional.top-left { top: 15px; left: 15px; }

#commands-optional a.autorotation { display: none; }
#commands-optional a.fullscreen { display: none; margin-left: 5px; }

#commands-optional a.fullscreen.enter { background: url(../img/fullscreen.png) no-repeat center; background-size: 70%; }
#commands-optional a.fullscreen.exit { background: url(../img/fullscreen-exit.png) no-repeat center; background-size: 70%; }

#commands-optional a.autorotation { background: url(../img/pause.png) no-repeat center; background-size: 80%; }
#commands-optional a.autorotation.on { background: url(../img/pause.png) no-repeat center; background-size: 80%; }
#commands-optional a.autorotation.off { background: url(../img/play.png) no-repeat center; background-size: 80%; }

/* Toggle Hotspots */
#commands-optional a.toggleHotspots.off { background: url(../img/btn-marker-on.png) no-repeat center; background-size: 100%; display: none; }
#commands-optional a.toggleHotspots.on { background: url(../img/btn-marker-off.png) no-repeat center; background-size: 100%; display: none; }
#commands-optional a.toggleHotspots.active { display: none; }
#commands-optional a.toggleHotspots.hidden { display: none; }

#commands-optional a.toggleLegend { background: url(../img/icon-key-colors.png) no-repeat center; background-size: 100%; }
#commands-optional a.toggleLegend.active { opacity: 1; }

#commands-optional a {
    background-position: center;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    opacity: 1;
    -webkit-opacity: 1;
}

#commands-optional a:hover { opacity: 1; -webkit-opacity: 1; }


/* Toogle Map */

#mapcontainer { width: 30% !important; }

#commands-optional a.toggleMap { display: none; margin-left: 3px; }

#commands-optional a.toggleMap.open { background: url(../img/icon-map.png) no-repeat center; background-size: 95%; }
#commands-optional a.toggleMap.close2 { background: url(../img/icon-map.png) no-repeat center; background-size: 95%; display: none; }

a.toggleMap.close { 
	top: 47.5%; right: 28.5%; display: none; 
	background: url(../img/close.png) no-repeat center; background-size: 100%; 
	position: absolute; z-index: 9999; 
	opacity: 1; -webkit-opacity: 1; 
}

/* Back button */

a.back-button { 
	position: absolute; z-index: 1000; display: block; 
	top: 50%; left: 0px; padding: 20px; 
	background: url(../img/arrow-left3.png) no-repeat left 10px center; background-size: 15px; 
	background-color: rgba(0, 0, 0, 0.7); text-decoration: none;
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in;
}
a.back-button span { font-size: 16px; color: #FFF; text-transform: uppercase; display: none; }
a.back-button:hover { background-color: #666; }

/* Calls to Action  */

.cta { display: block; overflow: hidden; position: absolute; z-index: 1000; margin: 0; bottom: 15px; right: 15px; }
.cta a { padding: 20px; margin: 0 0 0 10px; color: #FFF; display: inline-block; float: left; border-radius: 100px; text-decoration: none; font-size: 12px; }
.cta a span { display: none; }
.cta a.share { background: url(../img/icon-share.png) no-repeat center; background-size: 14px; }
.cta a { background-color: rgba(0,0,0,0.6) !important; }
.cta a:hover, .cta a:focus { background-color: rgba(0,0,0,1) !important; }






/* //////////////////////////////// large mobiles //////////////////////////////// */

@media screen and (min-width: 500px) {

	.dropdown-menu { max-height: 328px; /* set max height for scrolling */ }

	/* Sidebar Thumbnails */

	#sidebar ul.thumbnails-container { display: table; overflow: hidden; border-collapse: separate; margin-top: 20px; }
	#sidebar ul.thumbnails-container li { display: table-cell; background: none; }
	#sidebar ul.thumbnails-container .thumbnail { margin-right: 10px; }

	.department-box table td a { font-size: 14px; }

	.logos a { width: 100px; margin-left: 5px; }

}

/* //////////////////////////////// ipad portrait //////////////////////////////// */

@media screen and (min-width: 768px) {

	img.threedeep {display: block; width: 80px; position: absolute; top: 15px; right: 18px; border: 0; }
	.logos { position: absolute; right: 20px; bottom: 10px; }
	.logos a { width: 150px; margin-left: 20px; }

	#sidebar { top: 60px; width: 60%; }
	#sidebar .sidebar-inner { padding: 20px; }
	#sidebar a.close-sidebar { width: 30px; height: 30px; padding: 20px;top: 40%; right: -40px; }
	#sidebar ul li a { padding: 15px 0; font-size: 16px; line-height: 16px; }

	.container-fluid { padding: 0 10px; }

	.navbar * { -webkit-transition: all 0.3s ; transition: all 0.3s; }

	.navbar-default { height: 60px; }

	.navbar-header { float: right; display: block; width: 300px; position: absolute; z-index: 100; right: 20px; }

	.dropdown-menu { max-height: 2000px; overflow: hidden; } 

	/* Pano Title */
	.pano-info { bottom: 20px; left: 20px; max-width: 500px; }
	.panorama-title { font-size: 1.5em; font-weight: 200; margin: 0; }
	.panorama-desc { display: block; font-size: 1.2em; font-weight: 200; }

	.navbar-brand { 
		display: block; padding: 0; 
		background: url(../img/fal-uni-motif.jpg) no-repeat left center; background-size: 100%; 
		width: 30px; height: 30px; 
		margin: 14px 0 0 0 !important;
	}

	.navbar-nav { margin: 0; height: 100% !important; height: 60px; }
	.navbar-nav li { width: auto; height: 60px; border-right: 1px solid #222; }
	.navbar-nav li:first-child { border-left: 1px solid #222; }

	.navbar-nav li a { 
		height: 60px; line-height: 60px; padding: 0px 15px; color: #FFF !important; 
		vertical-align: middle; font-size: 1em; font-weight: 300; background: none !important; width: auto;
		font-family: "circ-pb-med", 'helvetica neue', arial, sans-serif !important;
		-webkit-transition: all 0.3s ; transition: all 0.3s; border: 0; 
	}


	.navbar-nav li a.active { background-color: #333 !important; }
	.navbar-nav ul.dropdown-menu li a { font-family: "Circular-Pro-Book", 'helvetica neue', arial, sans-serif !important; }
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { background-color: #333 !important; color: #FFF !important; }
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover { background-color: #333 !important; color: #FFF !important; }
	.navbar-nav li a:hover { background-color: #333 !important; }
	.navbar-nav li.dropdown a.dropdown-toggle { border: 0; }
	.dropdown-menu { 
		padding: 0; 
		border-radius: 0px; border: 0 !important; border-top-left-radius: 0px !important; border-top-right-radius: 0px !important; 
		margin: 0 !important;
		-webkit-box-shadow: 0 !important;
		box-shadow: none !important;
		left: 0;
		right: auto;
	}
	
	.dropdown-menu li { width: auto; height: auto; background: #333; }
	
	.navbar-nav .dropdown-menu li a { 
		height: 50px; line-height: 50px !important; 
		padding: 0 20px; 
		color: #EEE !important; 
		background-color: #FFF !important;
		text-align: left; 
		font-weight: normal;
		width: 270px;
	}

	.navbar-nav .open .dropdown-menu > li > a { height: 50px; line-height: 50px; }
	.navbar-nav li .dropdown-menu li a { background-color: #333 !important; color: #EEE !important; }
	.navbar-nav li.dropdown.open .dropdown-menu > li > a:hover { color: #FFF !important; background-color: #444 !important; }
	.caret { display: inline-block; }

	/* Custom Buttons */

	#commands { bottom: 15px; left: 50%; margin-left: -60px; }
	#commands a { width: 40px; height: 40px; }

	#commands-optional.bottom-right { bottom: 15px; right: 15px; }
	#commands-optional.bottom-left { bottom: 15px; left: 15px; }
	#commands-optional.top-right { top: 15px; right: 10px; }
	#commands-optional.top-left { top: 15px; left: 15px; }
	
	#commands-optional a { width: 40px; height: 40px; }
	#commands-optional a.autorotation { display: inline-block; }
	
	/* Toogle Map */

	#commands-right { right:15px; top:45%; width:40px; height:40px; }
	#commands-optional a.toggleMap.open { display: inline-block; }
	#commands-optional a.toggleMap.close2 { display: inline-block; }

	a.toggleMap.close { right: 28.5%; width: 40px; height: 40px; }

	/* Toggle Hotspots */

	#commands-optional a.toggleHotspots.off { display: inline-block; }
	#commands-optional a.toggleHotspots.on { display: inline-block; }
	#commands-optional a.toggleHotspots.active { display: inline-block; }

}

/* //////////////////////////////// full wide version //////////////////////////////// */

@media screen and (min-width: 960px) {

	.container-fluid { padding: 0 20px; }

	#sidebar { top: 60px; width: 55%; }
	#sidebar .sidebar-inner { padding: 30px; }
	#sidebar .switch { margin-bottom: 30px; }

	.navbar-brand { 
		background: url(../img/fal-uni-logo.png) no-repeat left center; background-size: 100%; 
		width: 130px; height: 33px; 
		margin: 14px 0 0 10px !important;
	}

	/* Pano Title */
	.pano-info { bottom: 25px; left: 30px; max-width: 700px; }
	.panorama-title { font-size: 1.5em; font-weight: 200; margin: 0; }
	.panorama-desc { font-size: 1.2em; font-weight: 200; }

	.navbar-nav li a { font-size: 1.1em; padding: 0 20px; font-family: "Circular-Pro-Book", 'helvetica neue', arial, sans-serif !important; }
	.navbar-nav ul.dropdown-menu li a { font-family: "Circular-Pro-Book", 'helvetica neue', arial, sans-serif !important; }

	.dropdown-menu { margin-right: -55px !important; }

	/* Custom Ui Buttons */
	#commands { bottom: 15px; margin-left: -90px; }
	#commands a { width: 55px; height: 55px; }
	
	#commands-optional.bottom-right { bottom: 20px; right: 20px; }
	#commands-optional.bottom-left { bottom: 20px; left: 20px; }
	#commands-optional.top-right { top: 20px; right: 20px; }
	#commands-optional.top-left { top: 20px; left: 20px; }

	#commands-optional a { width: 40px; height: 40px; }

	#commands-optional a.fullscreen { display: inline-block; }
	
	/* Toogle Map */
	#commands-right { right:20px; top:45%; width:45px; height:45px; }

	a.toggleMap.close { right: 28.5%; width: 45px; height: 45px; }

	/* Back button */

	a.back-button { 
		top: 50%; left: 0px; padding: 30px 30px 30px 25px; 
		background: url(../img/arrow-left3.png) no-repeat left 15px center; background-size: 20px; background-color: rgba(0, 0, 0, 0.7);
	}
	a.back-button span { display: none; }

	/* Calls to Action  */

	.cta { bottom: 20px; right: 20px; }
	.cta a { padding: 10px 15px 10px 40px; margin: 0 0 0 10px; font-size: 14px; }
	.cta a span { display: block; }
	.cta a.share { background: url(../img/icon-share.png) no-repeat left 15px center; background-size: 16px; padding-left: 45px; }
	.cta a { background-color: rgba(0,0,0,0.6) !important; }
	.cta a:hover, .cta a:focus { background-color: rgba(0,0,0,1) !important; }

}


/* //////////////////////////////// very wide version //////////////////////////////// */

@media screen and (min-width: 1200px) {

	img.threedeep {display: block; width: 80px; position: absolute; top: 15px; right: 18px; border: 0; }
	.logos { position: absolute; right: 30px; bottom: 10px; }
	.logos a { width: 200px; }

	#sidebar { top: 70px; width: 45%; }
	#sidebar .sidebar-inner { padding: 30px; }
	#sidebar .switch { margin-bottom: 30px; }

	.pano-info { bottom: 40px; left: 45px; max-width: 900px; }

	.container-fluid { padding: 0 20px; }

	.navbar-default { height: 70px; }

	.navbar-brand { 
		background: url(../img/fal-uni-logo.png) no-repeat left center; background-size: 100%; 
		width: 160px; height: 40px; 
		margin: 15px 0 0 10px !important;
	}

	.navbar-nav li { height: 70px; }
	.navbar-nav li a { font-size: 1.2em; padding: 0 20px; height: 70px; line-height: 70px; font-weight: 200; }
	.navbar-nav .dropdown-menu li { height: auto; padding: 0; }
	.navbar-nav .dropdown-menu li a { font-size: 0.9em; line-height: auto; }

	.dropdown-menu { margin-right: -55px !important; }


	/* Custom Buttons */
	#commands { bottom: 30px; margin-left: -90px; }
  	#commands a { width: 55px; height: 55px; }
	
  	#commands-optional.bottom-right { bottom: 30px; right: 30px; }
	#commands-optional.bottom-left { bottom: 30px; left: 30px; }
	#commands-optional.top-right { top: 30px; right: 30px; }
	#commands-optional.top-left { top: 30px; left: 30px; }

  	#commands-optional a { width: 45px; height: 45px; }

	a.toggleMap.close { right: 28.7%; }

  	#commands-right { right:30px; top:45%; width:45px; height:45px; }

  	/* Calls to Action  */
	.cta { bottom: 30px; right: 30px; }
	.cta a { padding: 12px 17px 12px 40px; margin: 0 0 0 10px; font-size: 14px; }

}

/* //////////////////////////////// very very wide version //////////////////////////////// */

@media screen and (min-width: 1200px) {

  	#commands-optional a { width: 50px; height: 50px; }

}




