
/* 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; }

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

/* Fonts */

/* Custom CSS Styles */

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

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

body { 
	font-family: 'Roboto', "helvetica nenu", helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}

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

h1, h2, h3, h4, h5 { 
	font-family: 'Roboto', "helvetica nenu", helvetica, arial, sans-serif;
	font-style: normal !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}

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

/* #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: 80px; height: 80px; display: block; padding: 0; margin: 0; top: 0; left: 15px; position: absolute; z-index: 7000; }

.logo span { width: 100%; height: 100%; display: block; background: url('../img/logo-cmwh-2.jpg') no-repeat center; background-size: 100%; }

.logo img { width: 100%; height: auto; display: block; }

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

header { width: 100%; display: block; top: 0; position: absolute; z-index: 3000; height: 60px; background-color: #303f47; }

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 h2.tour-title { color: #FFF; font-size: 16px; line-height: 60px; margin-left: 115px; }

.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: 3000; top: 0; right: 0; margin-top: 60px; overflow: hidden; background: #222; 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: 900px; display: block; }

.nav-main .scroll { height: 100vh; overflow-y: scroll; }

.nav-main .nav-inner { margin: 50px 10px 15px 15px; display: block; overflow: hidden; min-height: 1200px; }

.nav-main a { background-color: transparent; border: 1px solid rgba(255,255,255,0.2); margin: 0.5%; height:auto; position: relative; display: inline-block; width: 47%; padding-bottom: 47%; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; text-decoration: none; cursor: pointer; }
.nav-main a span { color: #FFF; text-transform: uppercase; padding: 30px 0; text-align: center; font-size: 12px; position: absolute; bottom: 0; margin: 0 auto; width: 100%; }
.nav-main a:hover, .nav-main a.focus { background-color: rgba(255,255,255,0.4) !important; }

.nav-main a.map { background: url('../img/icon-location.png') no-repeat center top 35%; background-size: 40%; } 
.nav-main a.view { background: url('../img/icon-360-view.png') no-repeat center top 35%; background-size: 30%; }  
.nav-main a.history { background: url('../img/icon-history.png') no-repeat center top 35%; background-size: 30%; }   
.nav-main a.info { background: url('../img/icon-info.png') no-repeat center top 35%; background-size: 30%; }  
.nav-main a.video { background: url('../img/icon-video.png') no-repeat center top 35%; background-size: 30%; }  
.nav-main a.threed { background: url('../img/icon-3d.png') no-repeat center top 35%; background-size: 30%; }  
.nav-main a.miner { background: url('../img/icon-miner.png') no-repeat center top 35%; background-size: 30%; }  
.nav-main a.building { background: url('../img/icon-whealhouse-01.png') no-repeat center top 35%; background-size: 30%; }  
.nav-main a.help { background: url('../img/icon-whealhouse-01.png') no-repeat center top 35%; background-size: 30%; }  
.nav-main a.glossary { background: url('../img/icon-glossary.png') no-repeat center top 35%; background-size: 30%; }  

.nav-main a.active { background-color: rgba(255,255,255,0.1) !important; }
.nav-main a:hover { background-color: rgba(255,255,255,0.2) !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: auto;
background-size: 95%;
}

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



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

#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: 500 !important; position: fixed; }

#commands-optional.bottom-right { bottom: 10px; right: 110px; }
#commands-optional.bottom-left { bottom: 10px; left: 10px; }
#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-open.png) no-repeat center; background-size: 70%; }
#commands-optional a.fullscreen.exit { background: url(../img/icon-fullscreen-close.png) no-repeat center; background-size: 70%; }

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

/* Toggle Hotspots */

#commands-optional a.toggleHotspots.off { background: url(../img/icon-marker-off.png) no-repeat center; background-size: 70%; display: block; }
#commands-optional a.toggleHotspots.on { background: url(../img/icon-marker-on.png) no-repeat center; background-size: 70%; 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;
    float: left;
}

#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: 500; margin: 0; bottom: 15px; right: 15px; }
.cta a { 
	padding: 11px 20px; margin: 0 0 0 10px; color: #FFF; display: inline-block; float: left; 
	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: inline-block; color: #333; }
.cta a.book { background: url(../img/icon-map-marker.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-dark.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.quiz { background: url(../img/icon-question.png) no-repeat left 10px center; background-size: 20px; padding-left: 40px; }

.cta a { background-color: #fcc900 !important; }
.cta a:hover, .cta a:focus { background-color: #fcc900 !important; }


/* Sidebar */

.sidebar { display: none; width: 100%; height: 100%; top: 0px; bottom: 0; right: 0; background-color: #FFF; padding: 0; position: absolute; z-index: 5000; }
.sidebar .sidebar-inner { padding: 15px; overflow: visible; position: relative; height: 100%; }
.sidebar .clear { padding: 10px; }

.sidebar .scroll { overflow-y: auto; height: calc(100% - 30px); }

.sidebar .heading.view { background: url('../img/icon-360-view.png') no-repeat; }
.sidebar .heading.threed { background: url('../img/icon-3d.png') no-repeat; }
.sidebar .heading.video { background: url('../img/icon-video-dark.png') no-repeat; }
.sidebar .heading.info { background: url('../img/icon-info-dark.png') no-repeat; }
.sidebar .heading.buildings { background: url('../img/icon-whealhouse-dark-01.png') no-repeat; }
.sidebar .heading.people { background: url('../img/icon-miner-dark.png') no-repeat; }
.sidebar .heading.history { background: url('../img/icon-history-dark.png') no-repeat; }
.sidebar .heading.location { background: url('../img/icon-location-dark.png') no-repeat; }
.sidebar .heading.glossary { background: url('../img/icon-glossary-dark.png') no-repeat; }

.sidebar .heading { padding: 0 20px; display: block; background-color: #fcc900 !important; }

.sidebar .heading.icon { padding: 0 60px; display: block; background-size: 25px; background-position: 15px center; }

.sidebar .heading h3 { margin: 0; padding: 0; color: #333; line-height: 50px; font-size: 20px; text-align: center; font-weight: 400; }

.sidebar h3 { color: #333; font-size: 25px; line-height: 30px; margin: 0 0 20px 0; padding: 0; }
.sidebar .heading h3 { text-transform: uppercase; }

.sidebar h4 { color: #333; font-size: 20px; line-height: 25px; margin: 20px 0; padding: 0; }
.sidebar p { color: #333; font-size: 16px; line-height: 22px; margin-bottom: 20px; }

.sidebar p a { color: #333 !important; border-bottom: 1px solid #fcc900; font-weight: bold; text-decoration: none; } 

.sidebar hr { color: #EEE; }

.sidebar img.intro { width: 100%; height: auto; display: block; margin-bottom: 10px; }


.sidebar a.intro { width: 100%; height: auto; display: block; margin-bottom: 10px; border: 1px solid #CCC; position: relative; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }
.sidebar a.intro:hover { border: 1px solid #8cbcbc; }

.sidebar a.fancybox-view span { 
	width: 60px; height: 60px; position: absolute; z-index: 1000; left: 50%; top: 50%; margin: -30px 0 0 -30px; display: block; cursor: pointer !important;
	background: url(../img/icon-view-green.png) no-repeat center; background-size: 60px; 
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in; opacity: 0; -webkit-opacity: 0;
	border-radius: 3px; -webkit-border-radius: 3px;
}

.lightbox .image .fancybox-view.threed { 
	background: url(../img/icon-view-3d-green.png) no-repeat center; background-size: 60px; 
}

.sidebar a.fancybox-view img { margin: 0; }

.sidebar a.fancybox-view:hover span { width: 70px; height: 70px; margin: -35px 0 0 -35px; cursor: pointer !important; opacity: 1; -webkit-opacity: 1; }



.sidebar a.close-sidebar { width: 60px; height: 50px; padding: 0px; top: 0; right: 0; display: block; position: absolute; z-index: 1000; background: url(../img/icon-cross-dark.png) no-repeat center; background-size: 25px; background-color: rgba(0,0,0,0.1); cursor: pointer; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }
.sidebar a.close-sidebar:hover { background-color: rgba(0,0,0,0.3); }

.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: #666; text-transform: uppercase; text-decoration: none; border-top: 1px solid #EEE; display: block; }
.sidebar ul li a:hover, #sidebar ul li a:focus { color: #F70284; }

.sidebar ul.glossary li:first-child { border-top: 1px solid #EEE; }
.sidebar ul.glossary li { padding: 5px 0; border-bottom: 1px solid #EEE; font-size: 18px; line-height: 25px; }
.sidebar ul.glossary li.letter { border-bottom: 1px solid #fcc900; color: #888; }

.sidebar ul li a.icon { padding-left: 40px; background-size: 20px; }
.sidebar ul li a.icon.shrink { background-size: 15px; }

.sidebar table td { color: #666 !important; padding: 10px; }

.sidebar ol { padding: 0; margin: 0; list-style: decimal; counter-reset: section; }
.sidebar ol li::before {
  counter-increment: step-counter;
  content: counter(step-counter);
}
.sidebar ol li { padding: 10px; margin: 5px 5px 5px 20px; font-size: 16px; line-height: 22px; font-weight: bold; color: #333; background-color: #f4f4f4; }

/* Thumbnails */

.sidebar .thumbnails-wrapper { width: 100%; }
.sidebar .thumbnails-container { display: block; overflow: hidden; margin: -1px; }

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

.sidebar .thumbnails-container .thumbnail { 
	position: relative; float: left; display: inline-block; margin: 0; width: 50%; padding-bottom: 50%;
	padding: 0; border-radius: 0; cursor: pointer; background: none; overflow: hidden;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	border: 0.5px solid #FFF;
}

.sidebar .thumbnail .featured { 
	position: absolute; z-index: 1000; top: 0; right: 0; width: 60px; height: 60px;
	background: url(../img/featured.png) no-repeat top right; background-size: 100%;
}

.sidebar .thumbnails-container .thumbnail.null { pointer-events: none; }

.sidebar .thumbnails-container .thumbnail.wide { width: 100%; max-height: 200px; }
.sidebar .thumbnails-container .thumbnail.wide .thumb img { margin-top: -25%; }

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

.sidebar .thumbnail .overlay { 
	width: 100%; height: 100%; display: flex; overflow: hidden; justify-content: center; align-items: center;
	background-color: rgba(0,0,0,0.5); -webkit-transition: all .3s ease-in; transition: all .3s ease-in; 
	position: absolute; z-index: 100; top: 0; left: 0; cursor: pointer;
}

.sidebar .thumbnail .overlay:hover { cursor: pointer; }

.sidebar .thumbnail .caption { display: flex; padding: 10px; bottom: 0; opacity: 1; -webkit-opacity: 1; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; background: url(../img/icon-360-view.png) no-repeat top center; background-size: 40px; padding-top: 60px; }
.sidebar .thumbnail .caption p { overflow: hidden; margin: 0; padding: 0; color: #FFF; font-size: 14px; font-weight: 400; text-transform: uppercase; text-align: center; }

.sidebar .thumbnail:hover { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; cursor: pointer !important; }
.sidebar .thumbnail:hover .overlay { background-color: rgba(0,0,0,0);  }

.sidebar .thumbnail:hover .caption, .thumbnail:focus .caption { cursor: pointer; opacity: 0; -webkit-opacity: 0; }
.sidebar .thumbnail:hover .caption p, .thumbnail:focus .caption p { color: #FFF; }

/* Detailed Thumbnail */

.sidebar .thumbnails-container .thumbnail.detail  { 
	width: 100%; max-height: 150px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: stretch; 
	border: 1px solid #EEE; background-color: #f6f6f6; text-decoration: none !important; margin-bottom: 10px;
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in; 
}
.sidebar .thumbnails-container .thumbnail.detail:hover { background-color: #EEE; }

.sidebar .thumbnails-container .thumbnail.detail .thumb { flex-basis: 40%; }
.sidebar .thumbnails-container .thumbnail.detail .thumb img { min-height: 100%; }
.sidebar .thumbnails-container .thumbnail.detail .desc { padding: 10px; flex-basis: 60%; }
.sidebar .thumbnails-container .thumbnail.detail .desc h3 { font-size: 18px; line-height: 25px; margin-bottom: 5px; color: #856021; text-decoration: none !important; }
.sidebar .thumbnails-container .thumbnail.detail .paragraph { font-size: 14px; line-height: 18px; margin-bottom: 0; text-decoration: none !important; color: #666 !important; }

.sidebar ul.block-list { display: block; overflow: hidden; }
.sidebar ul.block-list li { display: block; margin-bottom: 10px; }
.sidebar ul.block-list li a { 
	font-size: 16px; line-height: 20px; 
	border-radius: 5px; -webkit-border-radius: 5px; 
	padding: 15px 15px 15px 60px; font-weight: bold; 
	background: url('../img/icon-whealhouse-grey-01.png') no-repeat left 15px center; background-size: 30px; background-color: #f4f4f4; 
}

.sidebar ul.block-list li.underground a { background: url('../img/icon-pick-grey.png') no-repeat left 15px center; background-size: 30px; background-color: #f4f4f4; }
.sidebar ul.block-list li.mill a { background: url('../img/icon-mill-grey.png') no-repeat left 15px center; background-size: 30px; background-color: #f4f4f4; }
.sidebar ul.block-list li.drill a { background: url('../img/icon-drill-grey.png') no-repeat left 15px center; background-size: 30px; background-color: #f4f4f4; }
.sidebar ul.block-list li.dry a { background: url('../img/icon-the-dry-grey.png') no-repeat left 15px center; background-size: 30px; background-color: #f4f4f4; }
.sidebar ul.block-list li.cage a { background: url('../img/icon-cage-grey.png') no-repeat left 15px center; background-size: 30px; background-color: #f4f4f4; }
.sidebar ul.block-list li.pump a { background: url('../img/icon-pump-grey.png') no-repeat left 15px center; background-size: 30px; background-color: #f4f4f4; }
.sidebar ul.block-list li.winder a { background: url('../img/icon-winder-grey.png') no-repeat left 15px center; background-size: 30px; background-color: #f4f4f4; }
.sidebar ul.block-list li.headgear a { background: url('../img/icon-headgear-grey.png') no-repeat left 15px center; background-size: 20px; background-color: #f4f4f4; }

.sidebar ul.block-list li a:hover { background-color: #EEE; color: #fcc900; }

/* Tabs */

.switch { display: table; margin: 0px; padding: 0px; border: 1px solid #666; width: 100%; }
.switch a { background: none; color: #666; display: table-cell; padding: 10px 0; width: 50%; cursor: pointer; text-decoration: none; text-align: center; text-transform: uppercase; font-size: 12px; line-height: 12px; cursor: pointer; }
.switch a.current { background: #666; color: #FFF; }
.tab-content { display: none; }

/* Accodian */

.accordion { position: relative; background-color: #eee; color: #666; cursor: pointer; padding: 10px; width: 100%; text-align: left; border: none; outline: none; transition: 0.4s; border-bottom: 1px solid #FFF; font-size: 14px; line-height: 18px; }
.active, .accordion:hover { background-color: #ccc; }
.panel { padding: 0; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; }
.panel p { padding: 10px; }    
.accordion p { float: left; margin: 0 30px 0 0; font-weight: bold !important; }

.accordion:after { content: '\02795';  font-size: 13px; color: #777; float: right; margin-left: 5px; position: absolute; right: 15px; }
.accordion.active:after { content: "\2796"; }

      

/* tables */

table { table-layout: fixed; width: 100%; margin-top: 20px; }
table td { border: 1px solid #CCC; }
table td a { font-size: 16px; line-height: 16px; display: block; color: #009989; padding: 15px 20px; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; text-decoration: none; }
table td p { font-size: 16px; line-height: 16px; display: block; color: #666; padding: 15px 20px; margin: 0;}

table td.website { background: url(../img/icon-website.png) no-repeat left 15px center; background-size: 25px; }
table td.policy { background: url(../img/icon-policy.png) no-repeat left 15px center; background-size: 20px; }
table td.food { background: url(../img/icon-food.png) no-repeat left 15px center; background-size: 20px; }
table td.showers { background: url(../img/icon-showers.png) no-repeat left 15px center; background-size: 20px; }
table td.lounge { background: url(../img/icon-lounge.png) no-repeat left 15px center; background-size: 20px; }
table td.power { background: url(../img/icon-power.png) no-repeat left 15px center; background-size: 20px; }
table td.fuel { background: url(../img/icon-fuel.png) no-repeat left 15px center; background-size: 20px; }
table td.boat { background: url(../img/icon-boat.png) no-repeat left 15px center; background-size: 20px; }
table td.house { background: url(../img/icon-house.png) no-repeat left 15px center; background-size: 20px; }
table td.deck { background: url(../img/icon-deck.png) no-repeat left 15px center; background-size: 20px; }
table td.wifi { background: url(../img/icon-wifi.png) no-repeat left 15px center; background-size: 20px; }
table td.car { background: url(../img/icon-car.png) no-repeat left 15px center; background-size: 20px; }
table td.laundry { background: url(../img/icon-laundry.png) no-repeat left 15px center; background-size: 20px; }
table td.pool { background: url(../img/icon-pool.png) no-repeat left 15px center; background-size: 20px; }
table td.phone { background: url(../img/icon-phone.png) no-repeat left 15px center; background-size: 30px; }
table td.email { background: url(../img/icon-email.png) no-repeat left 15px center; background-size: 30px; }

table td.icon { padding-left: 40px;  }

table td a:hover { text-decoration: none; }

/* Pano Title */

.pano-info { 
	position: absolute; z-index: 1000; 
	margin: 0; padding: 0; bottom: 15px; left: 0px; 
	background-color: rgba(0,0,0,1);
	display: none; 
	border-radius: 0 100px 100px 0; -webkit-border-radius: 0 100px 100px 0; 
}

.pano-info.expand { border-radius: 0; -webkit-border-radius: 0; }
.pano-info.expand .pano-desc { display: block; }
.pano-info.expand .expand-info { display: none; }

.pano-info .close-info { display: none; }
.pano-info.expand .close-info { display: block; }

.pano-title { display: block; clear: both; margin: 0; cursor: pointer; overflow: hidden; padding: 10px 20px; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; border-radius: 0 100px 100px 0; -webkit-border-radius: 0 100px 100px 0; }
.pano-title:hover { background-color: #fcc900 !important; color: #000 !important; }

.panorama-title { color: #FFF; font-size: 14px; line-height: 25px; font-weight: 200; margin: 0 0 0 60px; float: left; padding: 0; }
.pano-title:hover .panorama-title { color: #000; }

.pano-desc { display: none; clear: both; margin: 10px 0 0 0;  }
.panorama-description { color: #FFF; font-size: 16px; line-height: 25px; font-weight: 200 !important; margin: 0;  }
.panorama-description a { color: #6c9dff !important;  text-decoration: none; }

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

.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 25px 15px 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; }

/* Back button */

a.back-button {
    top: 50%;
    left: 10px;
    padding: 0;
    background: url(../img/arrow-left3.png) no-repeat center;
    background-size: 25px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 100;
}

a.back-button span { font-size: 16px; color: #FFF; text-transform: uppercase; display: none; }
a.back-button:hover { background-color: rgba(0,0,0,0.8); }

/* Share URL Button */

.result { position: relative; overflow: hidden; margin-top: 20px; }

.copy-btn {
  background-color: #fcc900;
  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; }



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

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



}




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

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

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

	/* Sidebar Thumbnails */

	.sidebar .thumbnails-container .thumbnail { width: 33%; }
	.sidebar .thumbnails-container .thumbnail.wide { width: 33%; max-height: 250px; }
	.sidebar .thumbnails-container .thumbnail.wide .thumb img { margin-top: 0; }

	.sidebar .thumbnails-container .thumbnail.detail .thumb { flex-basis: 40%; }
	.sidebar .thumbnails-container .thumbnail.detail .desc { padding: 20px; flex-basis: 60%; }

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

	.nav-main a { margin: 0.2%; width: 24%; padding-bottom: 24%; }

}

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

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

	.logo { width: 100px; height: 100px; }
	.logo span { background-size: 100%; }

	.nav-icon { display: none; }

	header { height: 60px;  }

	header h1 { line-height: 50px; font-size: 20px; }

	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 { margin: 0; min-height: auto; min-height: 60px !important; height: 60px !important; float: right; height: 100%; }

	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 #444; 
		box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	}

	.nav-main a.map { background: url('../img/icon-location.png') no-repeat; background-size: 30%; } 
	.nav-main a.view { background: url('../img/icon-360-view.png') no-repeat; background-size: 30%; }  
	.nav-main a.history { background: url('../img/icon-history.png') no-repeat; background-size: 30%; }   
	.nav-main a.info { background: url('../img/icon-info.png') no-repeat; background-size: 30%; } 
	.nav-main a.threed { background: url('../img/icon-3d.png') no-repeat; background-size: 30%; } 
	.nav-main a.video { background: url('../img/icon-video-white.png') no-repeat; background-size: 30%; }  
	.nav-main a.miner { background: url('../img/icon-miner.png') no-repeat; background-size: 30%; }  
	.nav-main a.building { background: url('../img/icon-whealhouse-01.png') no-repeat; background-size: 30%; }  

	.nav-main a.info { background-position: center !important; padding: 0; width: 70px; }
	.nav-main a.info span { display: none; }  

	.nav-main a.glossary { background-position: center !important; padding: 0; width: 70px; }
	.nav-main a.glossary span { display: none; }  

	header .nav-main a:first-child { border-left: 1px solid #444; }

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

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

	header h2.tour-title { font-size: 18px; line-height: 60px; margin-left: 140px; }

	/* Toggle SubMenu */

	.status { 
		top: auto; right: auto; bottom: 20px; width: 300px; padding: 0; left: 50%; margin-left: -150px; height: 50px; line-height: 50px; color: #FFF;
		background: url(../img/icon-grid.png) no-repeat right 15px center; background-size: 25px; background-color: rgba(255,255,255,1); overflow: hidden; font-size: 12px;
	 }

	.status.blue span { background: url(../img/icon-grid.png) no-repeat right 15px center; background-size: 25px; }
	.status.red span { background: url(../img/icon-grid.png) no-repeat right 15px center; background-size: 25px; }

	.status.red.building { background: url(../img/icon-building.png) no-repeat left 20px center; background-size: 25px; background-color: #ff3333; }
	.status.blue.plymouth { background: url(../img/icon-tower.png) no-repeat left 20px center; background-size: 25px; background-color: #005dac; }

	.status.red:hover { background-color: #cc0000; }
	.status.blue:hover { background-color: #003366; }

	.status.hidden { opacity: 0; -webkit-opacity: 0; }

	/* Sidebar */

	.sidebar { z-index: 9999; width: 400px; top: 0; bottom: 0; right: 0; position: fixed; }
	.sidebar.open { right: 0; }

	.sidebar .scroll { height: calc(100% - 90px); }
	.sidebar .sidebar-inner { padding: 20px; margin-top: 0; }
	.sidebar .clear { padding: 10px; }

	.sidebar .thumbnails-container .thumbnail { width: 50%; }
	.sidebar .thumbnails-container .thumbnail.wide { width: 100%; max-height: 210px; }
	.sidebar .thumbnails-container .thumbnail.wide .thumb img { margin-top: -25%; }

	.sidebar .thumbnail .overlay { background-color: rgba(0,0,0,0); opacity: 0; -webkit-opacity: 0;}
	.sidebar .thumbnail .caption { opacity: 0; -webkit-opacity: 0; }

	.sidebar .thumbnail:hover .overlay { background-color: rgba(0,0,0,0.5); opacity: 1; -webkit-opacity: 1; }
	.sidebar .thumbnail:hover .caption, .thumbnail:focus .caption { opacity: 1; -webkit-opacity: 1; }

	.sidebar ul li a { padding: 15px 0; font-size: 14px; line-height: 16px; }

	.sidebar .heading { height: 60px; }
	.sidebar .heading h3 { font-size: 22px; line-height: 60px; text-align: center; }
	.sidebar .heading.icon { padding: 0 60px; display: block; background-size: 25px; background-position: 20px center; }

	.sidebar a.close-sidebar { width: 60px; height: 60px; }

	.sidebar ul.block-list li { display: inline-block; width: 45%; margin-right: 10px; }


	/* Page Wrap */

	#wrapper { top: 0; left: 0; position: relative; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }
	/* #wrapper.shift-left { left: -400px; }
	#wrapper.shift-left .nav-icon { left: -520px; } */

	/* Commands */

	#commands-optional a.toggleHotspots.off { background-size: 70%; display: block; width: 40px; }
	#commands-optional a.toggleHotspots.on { background-size: 70%; 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: 400px; bottom: 20px; padding: 0; }
	.pano-info.expand { border-radius: 0 10px 10px 0; }
	.pano-title { display: block; clear: both; margin: 0; }
	.panorama-title { line-height: 30px; }
	
	.pano-desc { margin: 10px 0 0 0; }
	.panorama-description { color: #FFF; font-size: 14px; line-height: 20px; }

	.pano-info.expand .pano-desc { margin: 0 30px 0 0; }

	.pano-info.expand { margin: 0; padding: 20px; right: auto; max-width: 400px; bottom: 20px; }

	.pano-info .expand-info {  }

	.pano-info.expand .close-info { right: 20px; }



	
}


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

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

	.logo { width: 120px; height: 120px; left: 25px; }

	/* Header */

	header { height: 70px; }

	header .nav-main .nav-inner { min-height: 70px !important; height: 70px !important; }

	header h1 { line-height: 60px; left: 170px; }

	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; padding: 0 30px 0 60px; }
	header .nav-main a span { line-height: 70px; font-weight: 700; }

	header h2.tour-title { font-size: 20px; line-height: 70px; margin-left: 170px; }

	.nav-icon { top: 20px; right: 20px; }

	/* Sidebar */

	.status { font-size: 14px; width: 350px; margin-left: -175px; }

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

	.sidebar { width: 500px; }
	.sidebar .sidebar-inner { padding: 30px; margin-top: 0; }
	.sidebar .clear { padding: 15px; }

	.sidebar a.close-sidebar { width: 70px; height: 70px; }

	.sidebar h3 { font-size: 25px; line-height: 35px; }
	.sidebar ul li a { padding: 15px 0; }

	.sidebar .heading { padding: 0 30px; height: 70px; }
	.sidebar .heading h3 { line-height: 70px; font-size: 20px; }
	.sidebar .heading.icon { padding: 0 70px; background-position: 30px center; }

	.accordion { font-size: 16px; line-height: 20px; }

	.sidebar ul.block-list li { width: 47%; }
	.sidebar ul.block-list li a { font-size: 18px; line-height: 25px; }

	/* 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: 14px; 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;  }

	/* Pano Info */

	.pano-info .close-info { top: 20px; right: 20px; }
	.pano-desc { margin: 20px 0 0 0; }
	.panorama-description { font-size: 14px; line-height: 20px; }

}


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

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

	.triangle { width: 150px; height: 150px; }

	.logo { width: 120px; height: 120px; position: fixed; }

	header a.home { left: 210px; }

	header .nav-main a {  }
	header .nav-main a span { font-size: 16px; }

	/* Sidebar */

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

	.sidebar { width: 500px; }
	.sidebar .sidebar-inner { padding: 30px; }
	.sidebar .clear { padding: 15px; }

	.sidebar .heading { padding: 0 30px; }
	.sidebar .heading.icon { padding: 0 70px; background-size: 30px; background-position: 30px center; }

	.sidebar p { font-size: 16px; line-height: 20px; } 
	.sidebar ul li a { padding: 15px 0; }

	.switch a { font-size: 14px; line-height: 18px; }


	/* 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: 90px; right: 20px; }
	#commands-optional.top-left { top: 90px; 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; }

	/* Pano Title */

	.pano-info { padding: 0; max-width: 500px; bottom: 20px; }
	.pano-title { display: block; clear: both; margin: 0; }
	.panorama-title { /* font-size: 25px; line-height: 25px; */ }

    .pano-info .expand-info { line-height: 48px; }
	
	.pano-desc { margin: 20px 0 0 0; }
	.panorama-description { font-size: 14px; line-height: 20px; }

	.pano-info .close-info { top: 20px; right: 20px; }


}

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

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

	.logo { width: 150px; height: 150px; }

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

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

	header h2.tour-title { font-size: 25px; line-height: 70px; margin-left: 210px; }

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

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

  	header h1 { line-height: 80px; left: 280px; font-size: 25px; }

  	.status { bottom: 30px; width: 350px; margin-left: -175px; font-size: 16px; line-height: 50px; }

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

	.pano-info { bottom: 30px; }
	.pano-info.expand { bottom: 30px; max-width: 600px; }
	.panorama-title { font-size: 16px; line-height: 25px; }
	.pano-title { padding: 15px 25px 15px 20px; }
	.pano-info .expand-info { line-height: 60px; }

	.panorama-description { font-size: 18px; line-height: 28px; }
	.pano-info.expand .pano-desc { margin: 0 40px 0 0; }
	.pano-info.expand { padding: 30px; }

	.sidebar { width: 600px; }
	.sidebar .sidebar-inner { padding: 40px; }
	.sidebar .clear { padding: 10px 0; }

	.sidebar .heading { padding: 0 40px; height: 70px; }
	.sidebar .heading h3 { line-height: 70px; }
	.sidebar .heading.icon { padding: 0 70px; background-size: 40px; background-position: 40px center; }

	.sidebar a.close-sidebar { width: 70px; height: 70px; }

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




}

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

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

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

	header ul li a {  }

	.sidebar .thumbnails-container .thumbnail.wide { width: 100%; max-height: 350px; }
	.sidebar .thumbnail .caption p { font-size: 20px; line-height: 30px; }

	.nav-main a.info { width: 70px; }
	.nav-main a.glossary { width: 70px; }

}




