
/* Default KrPano Styles */

@-ms-viewport { width: device-width; }
@media only screen and (min-device-width: 800px) { html { overflow:hidden; } }
* { padding: 0; margin: 0; }

#container { height: 100%; height: 100%; min-height: 100%; width: 100%; margin: 0; right: 0; top: 0; }
#tourDIV { padding: 0; margin: 0; width: 100%; height: 100%; min-height: 100%; position: relative; overflow: hidden; display: block; right: 0; top: 0; z-index: 1; }

/* #panoDIV { padding: 0; margin: 0; z-index: 1; }  */

/* Custom CSS Styles */

#wrapper { width: 100%; height: 100%; min-height: 100%; overflow: hidden; position: relative; display: block; }

.dataa { z-index: 99999 !important; }

html, body { width: 100%; height: 100%; min-height: 100%; overflow: hidden; }

body { 
	font-family: 'helvetica nenu', helvetica, arial, sans-serif !important;
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}

body p { 
	font-family: 'helvetica nenu', helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5 { 
	font-family: 'helvetica nenu', helvetica, arial, sans-serif;
	font-style: normal !important;
	font-weight: 700;
	text-rendering: optimizeLegibility;
}

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

a, a:visited, a:hover, a:active {
  color: inherit !important;
}

.hide-mobile { display: none !important; }

/* #krpanoSWFObject div { transform: scale(1); -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }
#krpanoSWFObject div:hover { transform: scale(1.2); } */


/* Header */

.logo { width: 150px; height: 60px; display: block; padding: 0; margin: 0; top: 0; left: 0; position: absolute; z-index: 9999; background: url('../img/logo-ljmu.gif') no-repeat center; background-size: 80%; background-color: #FFF;  }
.logo img { width: 100%; height: auto; display: block; }
.logo span em { display: none; }

/* /////////////////////////// HEADER ///////////////////////////////// */

header { 
  width: 100%; display: block; top: 0; position: absolute; z-index: 6666; height: 60px; 
  -webkit-transition: all .1s ease-in; transition: all .1s ease-in;
  background: #00ccbe; 
}

header.open { background: #011941; }

header * { -webkit-transition: all .3s ease-in; transition: all .3s ease-in; } 

header a.home { background: url('../img/icon-house-white.png') no-repeat center; background-size: 20px; width: 50px; height: 50px; position: absolute; z-index: 7000; top: 0; left: 140px; display: block; padding: 0; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; text-decoration: none; cursor: pointer; opacity: 0.8; -webkit-opacity: 0.8; }
header a.home span { color: #FFF; text-transform: uppercase; padding: 15px 0; text-align: right; font-size: 12px; line-height: 100%; display: none; }
header a.home:hover, .nav-main a.focus { background-color: rgba(255,255,255,0.2) !important; opacity: 1; -webkit-opacity: 1;  }

header h1.tour-title { color: #FFF; font-size: 14px; line-height: 50px; margin: 0; padding: 0; margin-left: 125px; font-family: 'helvetica nenu', helvetica, arial, sans-serif; font-weight: 700; }

.triangle { width: 100px; height: 100px; display: block; position: absolute; z-index: 3500; background: url('../img/triangle.png') no-repeat top left; background-size: 100%; }

/* Grid Menu (Mobiles) */

.nav-main { 
  width: 100%; max-height: 0; position: absolute; z-index: 8888; 
  top: 0; right: 0; margin-top: 60px; overflow: hidden; 
  /* background: rgba(255,255,255,0.9); */ background-color: #00ccbe;  
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); 
  -webkit-transition: all .3s ease-in; transition: all .3s ease-in; 

}
.nav-main.open { max-height: 100vh; display: block; }

.nav-main .nav-inner { 
	margin: 20px;
  display: flex;
  overflow: hidden;
  min-height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  gap: 2px;
  height: calc(100vh - 100px) !important;
  width: calc(100% - 40px);
}

.nav-main a { 
  background-color: rgba(255,255,255,0.2); color: #011941 !important; border: 2px solid #011941;  
  margin: 4px 2px; height:auto; position: relative; display: inline-block; width: 45%; padding: 0; 
  -webkit-transition: all .3s ease-in; transition: all .3s ease-in; 
  text-decoration: none; cursor: pointer; text-align: center;  
  border-radius: 4px; -webkit-border-radius: 4px; font-weight: 700 !important;
}
.nav-main a span { 
	color: #011941;
  padding: 0;
  text-align: center;
  bottom: 7%;
  margin: 0 auto;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  display: block; 
} 

.nav-main a:hover, .nav-main a.focus {  }

.nav-main a.view { background: url('../img/icon-360-view.png') no-repeat center top 35%; background-size: 30%; background-color: #e61684; }  
.nav-main a.info { background: url('../img/icon-info-new-01.png') no-repeat center top 35%; background-size: 30%; }  
.nav-main a.map { background: url('../img/icon-map-marker-white-01.png') no-repeat center top 35%; background-size: 30%; } 

.nav-main a.buildings { background: url('../img/icons/icon-building-blue-01.png') no-repeat center top 35%; background-size: 30%; }   
.nav-main a.map { background: url('../img/icon-map-marker-blue-01.png') no-repeat center top 35%; background-size: 30%;  }  
.nav-main a.courses { background: url('../img/icons/icon-course-blue-01.png') no-repeat center top 35%; background-size: 40%;  }  
.nav-main a.accomm { background: url('../img/icons/icon-bed-blue-01.png') no-repeat center top 35%; background-size: 40%;  }  
.nav-main a.explore { background: url('../img/icons/icon-compass-blue-01.png') no-repeat center top 35%; background-size: 40%;  }
.nav-main a.students { background: url('../img/icons/icon-student-blue-01.png') no-repeat center top 35%; background-size: 40%;  }    

.hide-mobile { display: none !important; }

/* Nav Icon */

.nav-icon {
	 top: 12px; right: 15px;
  	width: 35px; height: 35px;
  	position: absolute; margin: 0;
  	-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);
  	-webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out;
  	cursor: pointer; z-index: 3000;
    background: url('../img/icon-grid-01.png') no-repeat center; background-size: 95%;
}

.nav-icon.cross { background: url('../img/close3.png') no-repeat center; background-size: 100%; }


/* /////////////////////////// COMMANDS ///////////////////////////////// */

#commands { display: none !important; }

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

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

#commands-optional { z-index: 500 !important; position: fixed; }
#commands-optional.top-right { top: 70px; right: 10px; }
#commands-optional.top-left { top: 70px; left: 10px; }

#commands-optional a.autorotation { display: none; }
#commands-optional a.fullscreen { display: none; }

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

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

#commands-optional a.mute.on { background: url(../img/icon-audio-unmute-01.png) no-repeat center; background-size: 80%; }
#commands-optional a.mute.off { background: url(../img/icon-audio-mute-01.png) no-repeat center; background-size: 80%; display: none; }

/* Toggle Hotspots */

#commands-optional a.toggleHotspots.off { background: url(../img/icon-mkr-on-new-01.png) no-repeat center; background-size: 80%; display: block; }
#commands-optional a.toggleHotspots.on { background: url(../img/icon-mkr-off-new-01.png) no-repeat center; background-size: 80%; display: none; }
#commands-optional a.toggleHotspots.active { display: block; }
#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: 40px;
    height: 40px;
    opacity: 0.8;
    -webkit-opacity: 0.8;
}

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


/* Toogle Map */

#mapcontainer { width: 100% !important; left: 0 !important; z-index: 500 !important; }

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

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

a.toggleMap.close { 
	top: 65px; right: 15px; display: none; 
	background: url(../img/close4.png) no-repeat center; background-size: 100%; 
	position: absolute; z-index: 9999; 
	opacity: 1; -webkit-opacity: 1; 
	width: 40px; height: 40px;
}

/* Map Overides */

.kolorArea { left: auto !important; right: 0 !important; width: 100% !important; top: 50px !important; }
.kolorAreaContent { width: 100% !important; }


/* /////////////////////////// CALL TO ACTION BUTTONS ///////////////////////////////// */

.cta { display: block; overflow: hidden; position: absolute; z-index: 5000; margin: 0; bottom: 15px; right: 10px; }
.cta a { 
	padding: 20px; margin: 0 0 0 5px; color: #011941; display: inline-block; 
	border-radius: 100px; -webkit-border-radius: 100px; text-decoration: none; font-size: 16px; 
	-webkit-transition: all 0.3s ; transition: all 0.3s; border: 0; 
	cursor: pointer; font-weight: bold; 
}
.cta a span { display: none; }
.cta a.book { background: url(../img/icon-book.png) no-repeat center; background-size: 15px; }
.cta a.bed { background: url(../img/icon-bed.png) no-repeat center; background-size: 20px; }
.cta a.share { background: url(../img/icon-share-white.png) no-repeat center; background-size: 15px; }
.cta a.compass { background: url(../img/icon-compass.png) no-repeat center; background-size: 20px; }
.cta a.payment { background: url(../img/icon-payment.png) no-repeat center; background-size: 20px; }
.cta a.toggle-lang { background: url(../img/icon-language.png) no-repeat center; background-size: 30px; }

.cta a { background-color: #011941 !important; }
.cta a:hover, .cta a:focus { background-color: #00ccbe !important; cursor: pointer; }

.cta p { display: none; font-size: 20px; color: #FFF; text-transform: uppercase; float: right; text-align: right; margin: 0; padding: 0 10px 5px 0; }

/* Toggle Submenu */

.status { 
	padding: 0; position: absolute; z-index: 2000; 
	right: 0; top: 60px; width: 100%; height: 50px; line-height: 50px; font-size: 12px; 
	display: none; overflow: hidden; color: #FFF;
	text-align: right; 
	background-color: #e5f3f3 !important; text-decoration: none;
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in;
}

.status:hover { cursor: pointer; text-decoration: none; color: #011941; background-color: #EEE !important; }
.status .nav-icon { display: block; top: 3px; right: auto; width: 30px; position: relative; }
.status .nav-icon span { background-color: #007c9b; }

.status em { font-style: normal; font-weight: 700; text-align: center; font-size: 16px; margin-right: 60px; color: #011941 !important; line-height: 50px; }
.status span { width: 50px; height: 50px; position: absolute; z-index: 100; right: 0; top: 0; display: block; }

.status span { background: url(../img/arrow-down-blue.png) no-repeat right 15px center; background-size: 30px;  }

/* Pano Title */

.pano-info { 
  padding: 10px 20px; position: absolute; z-index: 1000; margin: 0;  bottom: 20px; left: 0px; display: none; 
  border-radius: 0px 3px 3px 0; -webkit-border-radius: 0 3px 3px 0; max-width: 70%;
 background: #011941; /* -webkit-transition: all .3s ease-in; transition: all .3s ease-in; */
/* background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(1,25,65,1) 48%);   */
}

.pano-info:hover { background: #00ccbe; cursor: pointer; }

.panorama-title { 
  color: #FFF; font-size: 16px; line-height: 20px; letter-spacing: -0.01em; font-weight: 700; 
  margin: 0; padding-left: 45px; float: left; 
  background: url('../img/icon-map-marker-white-01.png') no-repeat left center; background-size: 30px;
}

.pano-desc { display: none; clear: both; margin: 10px 0 0 0;  }
.panorama-description { color: #FFF; font-size: 14px; line-height: 22px; font-weight: 200 !important; margin: 0; font-family: 'Open Sans', "helvetica nenu", helvetica, arial, sans-serif !important; }
.panorama-description a { color: #6c9dff !important;  text-decoration: none; }

.pano-info .expand-info { 
  position: absolute; width: 50px; height: 100%; 
  display: block; position: absolute; left: 0; top: 0; cursor: pointer; 
  background: url('../img/icon-info-circle-dark-01.png') no-repeat center; background-size: 30px; background-color: #FFF; 
}

.pano-info .close-info { 
  background: url(../img/icon-close2.png) no-repeat top right; background-size: 20px; 
  width: 40px; height: 40px; 
  position: absolute; z-index: 1000; right: 15px; top: 15px; 
  cursor: pointer; 
}

.pano-info.expand { margin: 0; padding: 15px; left: 0px; display: none; bottom: 0; max-width: none; background-color: rgba(0,0,0,0.8); }
.pano-info.expand .pano-desc { margin: 0 20px 0 0; display: block; }

.pano-info .find-more { margin: 10px 0 0 45px; color: #FFF; padding: 5px; border: 1px solid #FFF; display: inline-block; float: left; clear: both; font-size: 12px; line-height: 12px; }

/* Back button */

a.move { top: 44%; padding: 0; position: absolute; z-index: 100; display: none !important; width: auto; cursor: pointer; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; padding: 5px; outline: 0; }
a.move:hover { background-color: rgba(0,0,0,0.5) !important; }

a.move span { display: inline-block; background: url(../img/arrow-left3.png) no-repeat center; background-size: 20px; background-color: #00ccbe !important; border-radius: 100px; -webkit-border-radius: 100px; width: 40px; height: 40px; }
a.move em { display: none; font-size: 14px; font-weight: bold; color: #FFF !important; font-style: normal; padding: 12px; font-family: "helvetica nenu", helvetica, arial, sans-serif; }
a.move:hover span {  }
a.move:hover em { display: inline-block; }

a.prev-button { left: 0; border-radius: 100px; -webkit-border-radius: 100px; }
a.next-button { right: 0; border-radius: 100px; -webkit-border-radius: 100px; }

a.prev-button span { float: left; }
a.next-button span { float: right; background: url(../img/arrow-right.png) no-repeat center; background-size: 20px; }

a.prev-button em { float: left; margin-left: 5px; padding-right: 20px; }
a.next-button em { float: right; margin-right: 5px; padding-left: 20px; }

/* Share URL Button */

.result { position: relative; overflow: hidden; margin-top: 20px; }
.copy-btn { background-color: #005dac; border: transparent; border-radius: 0 3px 3px 0; padding: 18px; min-width: 100px; color: #fff; position: absolute;  right: 0; top: 0; z-index: 500;}
.copy-btn.copied { background-color: green; }
.url-result { width: 90%; padding: 15px; font-size: 16px; line-height: 16px; color: #666; display: block; background-color: #f6f6f6; border: 1px solid #CCC; }
.social-btns { margin-top: 20px; display: block; overflow: hidden; }


/* LANGUAGES */

.languages { width: 300px; height: 250px; left: 50%; top: 50%; margin: -125px 0 0 -150px; display: none; overflow: hidden; position: absolute; z-index: 8888; background-color: #FFF; border-radius: 10px; -webkit-border-radius: 10px; text-align: center; }
.languages-inner { padding: 20px; }

.languages .cycle-text { list-style-type: none; margin: 0 auto; display: block; text-align: center; margin-bottom: 10px; }
.languages .cycle-text li { font-size: 14px; line-height: 18px; width: 100%; color: #666; text-align: center; display: inline-block; padding: 10px 0px; }

.lang-btns a { width: 40px; height: 40px; display: inline-block; margin: 5px; border: 4px solid #EEE; border-radius: 100px; -webkit-border-radius: 100px; }
.lang-btns a:hover, .lang-btns a:focus { cursor: pointer; }

.lang-btns a.en { background: url('../img/lang/united-kingdom.png') no-repeat center; background-size: 100%; }
.lang-btns a.fr { background: url('../img/lang/france.png') no-repeat center; background-size: 100%; }
.lang-btns a.de { background: url('../img/lang/germany.png') no-repeat center; background-size: 100%; }
.lang-btns a.it { background: url('../img/lang/italy.png') no-repeat center; background-size: 100%; }
.lang-btns a.jp { background: url('../img/lang/japan.png') no-repeat center; background-size: 100%; }

#splash .lang-btns a { width: 40px; height: 40px; }
#splash .lang-btns a.active { border: 4px solid #0086cd; }
#splash .lang-btns a.inactive { border: 4px solid #EEE; }

body.en .lang-btns a.en { border: 4px solid #0086cd; }
body.fr .lang-btns a.fr { border: 4px solid #0086cd; }
body.de .lang-btns a.de { border: 4px solid #0086cd; }
body.it .lang-btns a.it { border: 4px solid #0086cd; }
body.jp .lang-btns a.jp { border: 4px solid #0086cd; }

body.en .nav-main a.lang { background: url('../img/lang/united-kingdom.png') no-repeat center; background-size: 30%; padding: 0; } 
body.fr .nav-main a.lang { background: url('../img/lang/france.png') no-repeat center; background-size: 30%; padding: 0; } 
body.de .nav-main a.lang { background: url('../img/lang/germany.png') no-repeat center; background-size: 30%; padding: 0; } 
body.it .nav-main a.lang { background: url('../img/lang/italy.png') no-repeat center; background-size: 30%; padding: 0; } 
body.jp .nav-main a.lang { background: url('../img/lang/japan.png') no-repeat center; background-size: 30%; padding: 0; } 

.nav-main a.lang:lang(en) { background: url('../img/lang/united-kingdom.png') no-repeat center; background-size: 30%; padding: 0; } 
.nav-main a.lang:lang(fr) { background: url('../img/lang/france.png') no-repeat center; background-size: 30%; padding: 0; } 
.nav-main a.lang:lang(de) { background: url('../img/lang/germany.png') no-repeat center; background-size: 30%; padding: 0; } 
.nav-main a.lang:lang(it) { background: url('../img/lang/italy.png') no-repeat center; background-size: 30%; padding: 0; } 
.nav-main a.lang:lang(jp) { background: url('../img/lang/japan.png') no-repeat center; background-size: 30%; padding: 0; } 

header .lang-btns { position: absolute; bottom: 10%; display: none; }
header.open .lang-btns { display: block; }
header .lang-btns a { width: 35px; height: 35px; padding: 0; margin: 0 2px; }

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

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



}


/* //////////////////////////////// larger mobiles //////////////////////////////// */

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

	.nav-main .nav-inner { gap: 10px; }

	header ul li a { font-size: 12px; }

	.nav-main a { 
		margin: 0;
    width: 15%;
    padding: 0;
    background-size: 30% !important;
    background-position: center top 30% !important;
    flex: 1 0 calc(25% - 10px); 
  }

  .nav-main a span { bottom: 15%; }

  .pano-info { width: auto; max-width: 350px; }
  .pano-info.expand { padding: 20px; }

}

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

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

  .hide-mobile { display: block !important; }
  .hide-desktop { display: none !important; }

  header h1.tour-title { font-size: 16px; line-height: 50px; margin-left: 120px; }

  a.move { display: block !important; top: 50%; }
  a.prev-button { left: 15px; }
  a.next-button { right: 15px; }

	header { height: 60px;  }

	.nav-main a { 
		margin: 0;
    width: 15%;
    padding: 0;
    background-size: 30% !important;
    background-position: center top 30% !important;
    flex: 1 0 calc(25% - 10px); 
  }

  .nav-main a span { font-size: 16px; line-height: 20px; bottom: 15%; }

	/* Page Wrap */

	#wrapper { top: 0; left: 0; position: relative; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }

	/* Commands */

	#commands-optional a.toggleHotspots.off { background-size: 90%; display: block; width: 40px; }
	#commands-optional a.toggleHotspots.on { background-size: 90%; display: none; width: 40px; }

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

	#commands-optional.bottom-right { bottom: 3px; right: 110px; }
	#commands-optional.bottom-left { bottom: 15px; left: 15px; }
	#commands-optional.top-right { top: 70px; right: 15px; }
	#commands-optional.top-left { top: 70px; left: 15px; }
	
	#commands-optional a { width: 40px; height: 40px; margin-bottom: 5px; }
	#commands-optional a.autorotation { display: inline-block; }
	
	/* Map */

	.kolorArea { left: auto !important; right: 0 !important; width: 40% !important; border-left: 1px solid #FFF !important; top: 60px !important; }

	#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: 20px; width: 40px; height: 40px; top: 60px; display: none !important; }

	/* Toggle Hotspots */

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

	#mapcontainer { width: 100% !important; left: 0% !important; }

  /* Pano Title */

  .pano-info { max-width: 500px; bottom: 20px; padding: 10px 20px 15px 20px; }
  .panorama-title { font-size: 16px; line-height: 25px; padding-left: 55px; }
  .pano-info .expand-info { width: 60px; }
  .pano-info.expand { bottom: 20px; max-width: 500px; }
  .pano-info .find-more { margin: 10px 0 0 55px; }

	/* CTA */

	.cta { bottom: 20px; right: 20px; font-size: 16px; }
  .cta a { float: left;  }
	
}


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

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

  .hide-mobile { display: block; }

  .logo { width: 200px; height: 60px; background-size: 70%; }

	/* Header */

/* 	header { height: 70px; }

	header a.home { height: 70px; left: 180px; background-size: 20px; background-position: left 25px center; width: auto; padding: 0 20px 0 45px; }
	header a.home span { display: block; line-height: 12px; padding: 24px 0; }

	header .nav-main a { line-height: 70px !important; padding: 0 30px 0 60px; background-position: left 20px center !important; }
	header .nav-main a span { line-height: 60px; font-weight: 700; }

  header .nav-main a.help { width: 65px; }
  header .nav-main a.lang { width: 65px; }

	header h1.tour-title { font-size: 20px; line-height: 60px; margin-left: 150px; } */

	/* #wrapper.shift-left { left: -500px; } */

	/* Controls */

	#commands { bottom: 15px; margin-left: -90px; }
	#commands a { width: 55px; height: 55px; }
	
	#commands-optional.bottom-right { bottom: 17px; right: 270px; }
	#commands-optional.bottom-left { bottom: 20px; left: 20px; }

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

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

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

	/* Calls to Action  */

	.cta { bottom: 20px; right: 20px; }
	.cta a { padding: 0 20px 0 50px; margin: 0 0 0 10px; height: 50px; font-size: 16px; line-height: 50px; background-position: left 15px center !important; background-size: 20px !important; border-radius: 100px; -webkit-border-radius: 100px; }
	.cta a.share { background-size: 20px !important; }
	.cta a span { display: block; color: #FFF; font-family: 'Lora', arial, helvetica, sans-serif; }

  .cta p { display: block; font-size: 20px; }

    /* STATUS */

  .status { 
    top: auto; right: auto; bottom: 20px; width: 350px; padding: 0; 
    left: 50%; margin-left: -175px; height: 50px; line-height: 50px; 
    color: #FFF; overflow: hidden; font-size: 14px; border-radius: 100px; -webkit-border-radius: 100px; 
    text-align: center; 
  }
  .status em { margin-right: 0; line-height: 40px; }
  .status span { width: 60px; height: 50px; background: url(../img/icon-grid-blue.png) no-repeat right 20px center; background-size: 25px; }
  .status.hidden { opacity: 0; -webkit-opacity: 0; }

}


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

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

  .logo { width: 200px; height: 60px; top: 0; background-size: 60%; }

  .nav-icon { display: none; }

  header a.home { left: 170px; background-size: 17px; }
  header .nav-main { margin: 0; right: 0; max-height: none; background: none; height: 100%; }
  header .nav-main .nav-inner { display: inline-block; height: 100% !important; width: auto !important; margin: 0; min-height: auto; min-height: none; float: right; }

  header .nav-main a { 
    width: auto; float: left; padding: 0 15px 0 50px; height: 100%; line-height: 60px; margin: 0; 
    background-size: 25px !important; background-position: left 15px center !important; background-color: transparent !important; 
    border: none; border-right: 1px solid rgba(255,255,255,0.2); color: #011941 !important;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
    border-radius: 0; -webkit-border-radius: 0; overflow: hidden;
  }

  header .nav-main a.help { width: 55px; padding: 0; background-position: center !important; }
  header .nav-main a.help em { display: none; }

  .nav-main a.view { background: url('../img/icon-360-view.png') no-repeat; background-size: 30%; }  
  .nav-main a.info { background: url('../img/icon-info-new-01.png') no-repeat; background-size: 30%; }  
  .nav-main a.help { background: url('../img/icon-help-01.png') no-repeat; background-size: 30%; } 

  header .nav-main a:hover { background-color: rgba(255,255,255,0.5) !important; }
  header .nav-main a.active { background-color: rgba(255,255,255,0.5) !important; }

  header .nav-main a:first-child { border-left: 1px solid rgba(255,255,255,0.2); }
  header .nav-main a:last-child { border-right: 0; }

  header .nav-main a span { position: relative; padding: 0; color: #2f2d3a; font-size: 14px; line-height: 60px; bottom: auto; }
  header .nav-main a span.down { background: url('../img/arrow-down3.png') no-repeat right center; background-size: 15px; padding-right: 30px; }

	/* #wrapper.shift-left { left: -500px; } */

	/* Controls */

	#commands { bottom: 30px; margin-left: -90px; }
  #commands a { width: 55px; height: 55px; }
	
  #commands-optional.bottom-right { bottom: 22px; right: 280px; }
	#commands-optional.bottom-left { bottom: 30px; left: 30px; }

	#commands-optional.top-right { top: 80px; right: 20px; }
	#commands-optional.top-left { top: 80px; left: 20px; }

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

	a.toggleMap.close { right: 30px; top: 90px; }

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

  /* Calls to Action  */

	.cta { bottom: 20px; right: 20px; }
	.cta a { margin: 0 0 0 10px; }
  .cta p { font-size: 25px; }

  /* Pano Title */

  .pano-info { bottom: 20px; }
  .panorama-title { font-size: 18px; line-height: 30px; }

}

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

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

	.logo { width: 250px; height: 70px; background-size: 70%;  }

	header { height: 70px; }
	header .nav-main a { height: 70px; background-size: 30px !important; padding: 0 30px 0 70px; background-position: 25px center !important; line-height: 70px; font-size: 16px; }
	header .nav-main a span { line-height: 70px; }

	header a.home { height: 80px; left: 210px; background-size: 25px; padding: 0 20px 0 55px; background-position: left 20px center; }
	header a.home span { padding: 35px 0; }

  header .nav-main a.help { width: 70px; background-position: center !important; }
  header .nav-main a.lang { width: 70px; background-position: center !important; }
  header .nav-main a.gee7 { width: 70px; background-position: center !important; padding: 0; }

  header .nav-main a.gee7 em { display: none; }

	#commands-optional.top-right { top: 80px;  }
  #commands-optional a { width: 45px; height: 45px; }

  a.toggleMap.close { right: 20px; top: 100px; }

  .status { bottom: 30px; width: 400px; margin-left: -200px; font-size: 14px; line-height: 50px; }

	.cta { bottom: 30px; right: 30px; }
	.cta a { font-size: 16px; }

	#wrapper.shift-left { left: -600px; }

  .pano-info { bottom: 30px; }

  .pano-info.expand { bottom: 30px; max-width: 500px; }

   .pano-info .find-more { font-size: 14px; line-height: 14px; }

}

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

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

	/* #wrapper.shift-left { left: -800px; } */

	header ul li a {  }

	.status em { font-size: 18px; }
	.cta a { font-size: 18px; }

}




