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

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/manrope/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/manrope/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Accessiblity */

body .sr-only { display: none !important; }

a.skip-to-content-link {
  background: #1e3773;
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
}

a.skip-to-content-link:focus {
  transform: translateY(0%);
}

/* General focus styling with inset outline for keyboard navigation */
*:focus-visible {
  outline: none;
  outline-offset: -2px;
  box-shadow: inset 0 0 0 0.2em #fff, inset 0 0 0 0.4em #FF0000; /* Inset shadow */
}

@media (forced-colors: active) {
  *:focus-visible {
    outline: 0.2em solid;
    outline-offset: -2px; /* Inset outline for forced colors */
  }
}

body.ui-hidden .ui { display: none !important; }

/* Add this CSS to hide elements when the sidebar is active */
.hidden-ui-elements {
    display: none !important;
}

/* Custom CSS Styles */

main { height: 100%; height: 100%; min-height: 100%; }

#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: 'Manrope', "helvetica nenu", helvetica, arial, sans-serif !important;
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}

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

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

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

a, a:visited, a:hover, a:active {
  color: inherit !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: 180px; height: 65px; display: block; padding: 0; margin: 0; top: 0; left: 0; position: absolute; z-index: 9999; }

.logo span { width: 100%; height: 100%; display: block; background: url('../img/logo-uob-white.png') no-repeat center; background-size: 80%; }

.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: #1B1B1B; }

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: 50px; 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: #1b1b1b; 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: rgba(255,255,255,0.2); 
	margin: 1% 0.5%; 
	height:auto; 
	position: relative; 
	display: inline-block; 
	width: 47%; 
	text-align: center; 
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in; 
	text-decoration: none; 
	cursor: pointer; 
	border-radius: 5px; -webkit-border-radius: 5px; 
	border: 1px solid rgba(255,255,255,0.3);
}
.nav-main a span { color: #FFF; padding: 0 0 10px 0; text-align: center; font-size: 16px; margin: 90px auto 20px 0; font-weight: 400; display: inline-block; }
.nav-main a:hover, .nav-main a.focus { background-color: rgba(255,255,255,0.4) !important; }

.nav-main a.overview { background: url('../img/icon-home-white.png') no-repeat center top 35%; background-size: 20%; }  
.nav-main a.map { background: url('../img/icon-map-marker-white-01.png') no-repeat center top 35%; background-size: 20%; } 
.nav-main a.view { background: url('../img/icon-360-view.png') no-repeat center top 35%; background-size: 20%; }  
.nav-main a.history { background: url('../img/icon-history.png') no-repeat center top 35%; background-size: 20%; }   
.nav-main a.info { background: url('../img/icon-info-circle-01.png') no-repeat center top 35%; background-size: 20%; }  
.nav-main a.video { background: url('../img/icon-video.png') no-repeat center top 35%; background-size: 20%; }  
.nav-main a.threed { background: url('../img/icon-3d.png') no-repeat center top 35%; background-size: 20%; }  
.nav-main a.building { background: url('../img/icon-building-white-01.png') no-repeat center top 35%; background-size: 20%; }  
.nav-main a.facilities { background: url('../img/icon-facilities-white-01.png') no-repeat center top 35%; background-size: 20%; }  
.nav-main a.accomm { background: url('../img/icon-bed-01.png') no-repeat center top 35%; background-size: 20%; }  
.nav-main a.other { background: url('../img/icon-map-marker-white-01.png') no-repeat center top 35%; background-size: 20%; }  

.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: 14px; right: 15px;
  	width: 30px; height: 30px;
  	position: absolute; margin: 0;
  	cursor: pointer; z-index: 3000;
  	background: url('../img/icon-grid-01.png') no-repeat center; background-size: 100%;
}

.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: 40px; height: 40px; }

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

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

/* Toggle Hotspots */

#commands-optional a.toggleHotspots.off { background: url(../img/icon-marker-off.png) no-repeat center; background-size: 50%;  }
#commands-optional a.toggleHotspots.on { background: url(../img/icon-marker-on.png) no-repeat center; background-size: 50%;  }

#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: 30px;
    height: 30px;
    opacity: 0.8;
    -webkit-opacity: 0.8;
    float: left;
    background-color: #222 !important;
    padding: 5px; 
    margin: 0 0 0 5px;
    border-radius: 100px;
}

#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 */

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


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

.cta { display: block; overflow: hidden; position: absolute; z-index: 500; margin: 0; bottom: 15px; right: 10px; }
.cta a { 
	padding: 20px; margin: 0 0 0 5px; color: #0D0D0D; 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: 400; 
}
.cta a span { display: none; font-family: 'Manrope', "helvetica nenu", helvetica, arial, sans-serif; }
.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.png) no-repeat center; background-size: 15px; }
.cta a.compass { background: url(../img/icon-compass-dark.png) no-repeat center; background-size: 25px; }
.cta a.payment { background: url(../img/icon-payment.png) no-repeat center; background-size: 20px; }

.cta a.apply { background: url(../img/icon-apply.png) no-repeat center; background-size: 20px; }
.cta a.study { background: url(../img/icon-study.png) no-repeat center; background-size: 20px; }

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


/* Toggle Submenu */

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

.status:hover { cursor: pointer; text-decoration: none; color: #FFF; background-color: #1b1b1b !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: 14px; color: #1B1B1B !important; line-height: 50px; display: block; font-family: 'larken', "helvetica nenu", helvetica, arial, sans-serif; }
.status span { width: 50px; height: 50px; position: absolute; z-index: 100; right: 0; top: 0; display: block; }

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

.status:hover em { color: #FFF !important; }
.status:hover span { background: url(../img/icon-grid-white.png) no-repeat right 15px center; background-size: 30px;  }

/* Sidebar */

.sidebar { display: none; width: 100%; height: 100%; top: 0px; bottom: 0; right: 0; background-color: #FAFAFA; padding: 0; position: absolute; z-index: 9999; color: #FFF; }
.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.campuses { background: url('../img/icon-campus.png') no-repeat; }
.sidebar .heading.view { background: url('../img/icon-360-view-dark.png') no-repeat; }
.sidebar .heading.threed { background: url('../img/icon-3d.png') no-repeat; }
.sidebar .heading.video { background: url('../img/icon-video-white.png') no-repeat; }
.sidebar .heading.info { background: url('../img/icon-info-circle-dark-01.png') no-repeat; }
.sidebar .heading.buildings { background: url('../img/icon-building-dark-01.png') no-repeat; }
.sidebar .heading.people { background: url('../img/icon-miner.png') no-repeat; }
.sidebar .heading.history { background: url('../img/icon-history.png') no-repeat; }
.sidebar .heading.location { background: url('../img/icon-map-marker-blue-01.png') no-repeat; }
.sidebar .heading.facilities { background: url('../img/icon-tools-white-01.png') no-repeat; }
.sidebar .heading.accommodation { background: url('../img/icon-bed-dark-01.png') no-repeat; }
.sidebar .heading.other { background: url('../img/icon-map-marker-white-01.png') no-repeat; }

.sidebar .heading { height: 60px; padding: 0 20px; display: block; border-bottom: 1px solid #C59A00; }

.sidebar .heading.yellow { background-color: #f4b802 !important; }

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

.sidebar .heading h3 { margin: 0; padding: 0; color: #1B1B1B; line-height: 65px; font-size: 20px; text-align: left; font-weight: 400; border: 0; }

.sidebar h3 { color: #222; font-size: 25px; line-height: 35px; margin: 0 0 20px 0; padding: 0 0 20px 0; border-bottom: 1px solid #C59A00; }
.sidebar h4 { color: #222; font-size: 16px; line-height: 20px; margin: 0 0 20px 0; padding: 0 0 10px 0; }
.sidebar p { color: #222; font-size: 16px; line-height: 20px; margin-bottom: 20px; }

.sidebar p a { color: #222 !important; text-decoration: underline; } 

.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: 60px; padding: 0px; top: 0; right: 0; display: block; position: absolute; z-index: 1000; background: url(../img/close2.png) no-repeat center; background-size: 25px; background-color: #c59a00; cursor: pointer; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }
.sidebar a.close-sidebar:hover { background-color: #FAFAFA; }

.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 li a.icon { padding-left: 40px; background-size: 20px; }
.sidebar ul li a.icon.shrink { background-size: 15px; }

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

.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; height: 200px; }

.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: 16px; line-height: 20px; font-weight: 600; text-align: center; font-family: 'larken', "helvetica nenu", helvetica, arial, sans-serif; }

.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: #1B1B1B;
  	padding: 7px 20px;
  	background: #FFF;
  	border-radius: 100px;
 }

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

/* Tabs */

.switch { display: table; margin: 0px; padding: 0px; border: 2px solid #FFF; width: 100%; border-radius: 100px; -webkit-border-radius: 100px; }
.switch a { background: none; color: #FFF; display: table-cell; padding: 10px 0; width: 50%; cursor: pointer; text-decoration: none; text-align: center; font-size: 16px; line-height: 16px; font-weight: bold; cursor: pointer; }
.switch a em { font-style: normal; margin-top: 5px; display: block; }
.switch a.current { background: #FFF; color: #2f2d3a !important; }
.switch a:first-child.current { border-radius: 50px 0 0 50px; }
.switch a:last-child.current { border-radius: 0 50px 50px 0; }
.tab-content { display: none; }

/* Accodian */

.accordion { background-color: #eee; color: #666; cursor: pointer; padding: 20px; 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:after { content: '\02795';  font-size: 13px; color: #777; float: right; margin-left: 5px; }
.accordion.active:after { content: "\2796"; }

/* New Sidebar Style */

.sidebar .sidebar-banner .banner-title.icon.building { background: url('../img/icon-building-02.png') no-repeat left 15px center; }
.sidebar .sidebar-banner .banner-title.icon.accommodation { background: url('../img/icon-bed-01.png') no-repeat left 15px center; }

.sidebar .sidebar-banner { min-height: 200px; width: 100%; display: block; overflow: hidden; position: relative; }
.sidebar .sidebar-banner .banner-title { display: block; background-color: #5591cc !important; margin-top: 200px; position: absolute; z-index: 1000; bottom: 0; left: 0;}
.sidebar .sidebar-banner .banner-title.yellow { background-color: #f4b802 !important; }
.sidebar .sidebar-banner .banner-title.icon { padding-left: 40px; background-size: 25px !important; }
.sidebar .sidebar-banner .banner-title h3 { padding: 15px; font-size: 20px; line-height: 30px; color: #FFF; margin: 0; }  

/* Sidebar Button Grid */

.sidebar-btn-grid { display: block; margin-top: 20px; overflow: hidden; border-collapse: separate; border-spacing: 5px; width: 100%; }
.sidebar-btn-grid a { 
	padding: 15px; 
	margin: 0 5px 5px 0; 
	display: block; 
	text-decoration: none; 
	color: #1B1B1B; 
	font-size: 16px; line-height: 22px; 
	background-color: #1B1B1B !important; 
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in; 
	border-radius: 100px; -webkit-border-radius: 100px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'larken', "helvetica nenu", helvetica, arial, sans-serif; 
    text-align: center;
}
.sidebar-btn-grid a:hover { background-color: #fafafa; color: #1B1B1B !important; border: 1px solid #1b1b1b; }

.sidebar-btn-grid a.prospectus { background: url('../img/icon-book-white.png') no-repeat left 15px center; background-size: 25px; } 
.sidebar-btn-grid a.chat { background: url('../img/icon-chat-white.png') no-repeat left 15px center; background-size: 25px; } 
.sidebar-btn-grid a.explore { background: url('../img/icon-binoc-white.png') no-repeat left 15px center; background-size: 25px; } 
.sidebar-btn-grid a.access { background: url('../img/icon-access-white.png') no-repeat left 15px center; background-size: 25px; } 

.sidebar-btn-grid a:hover.prospectus { background: url('../img/icon-book-black.png') no-repeat left 15px center; background-size: 25px; background-color: #fafafa !important; } 
.sidebar-btn-grid a:hover.chat { background: url('../img/icon-chat-black.png') no-repeat left 15px center; background-size: 25px; background-color: #fafafa !important;} 
.sidebar-btn-grid a:hover.explore { background: url('../img/icon-binoc-black.png') no-repeat left 15px center; background-size: 25px; background-color: #fafafa !important;} 
.sidebar-btn-grid a:hover.access { background: url('../img/icon-access.png') no-repeat left 15px center; background-size: 25px; background-color: #fafafa !important;} 

.sidebar-btn-grid a:nth-child(3) { margin-right: 0px; }

/* Sidebar Table */

table { table-layout: fixed; width: 100%; }
table td { border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; padding: 0; }
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 a em { font-style: normal; color: #FFF; font-size: 20px; line-height: 20px; }

table.buildings td a { background: url('../img/mkr-building-02.png') left 10px center no-repeat; background-size: 45px; color: #1B1B1B !important; padding: 20px 20px 20px 70px; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }

table.other td a { background: url('../img/mkr-poi.png') left 10px center no-repeat; background-size: 45px; color: #1B1B1B !important; padding: 20px 20px 20px 70px; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }


table td a:hover { background-color: #EEE; }

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: #1B1B1B;
	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; height: 40px; padding: 0 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: #c59a00 !important; }
.pano-title:hover .panorama-title { color: #1b1b1b; }


.panorama-title { color: #FFF; font-size: 14px; line-height: 40px; font-weight: 200; margin: 0 0 0 40px; float: left; padding: 0; font-family: 'larken', 'Helvetica Neue', arial, sans-serif; }

.pano-desc { display: none; clear: both; margin: 10px 0 0 0;  }
.panorama-description { color: #FFF; font-size: 16px; line-height: 22px; 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%; background: url(../img/icon-info-circle-dark-01.png) no-repeat center; background-size: 30px; background-color: #FFF; 
	display: block; position: absolute; left: 0; top: 0; cursor: pointer; 
	font-size: 30px; line-height: 45px; color: #000; text-align: center; 
	font-weight: bold; padding-right: 5px;
}

.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; }

/* Back button */

a.back-button {
    top: 50%;
    left: 10px;
    padding: 0;
    background: url(../img/arrow-left3.png) no-repeat center;
    background-size: 20px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    width: 40px;
    height: 40px;
    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: #1b1b1b;
  border: transparent;
  border-radius: 0 3px 3px 0;
  padding: 18px;
  min-width: 100px;
  color: #fff;
  position: absolute; 
  right: 0; top: 0;
  z-index: 500;
  font-family: 'larken', "helvetica nenu", helvetica, arial, sans-serif;
}
.copy-btn.copied {
  background-color: #007838;
}

.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: 100%; max-height: 250px; 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 { background-size: 15% !important; }

}

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

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

	.logo { width: 180px; height: 65px; }
	.logo span { background-size: 70%; height: 65px; }

	.nav-icon { display: none; }

  a.back-button { width: 50px; height: 50px; }

	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: none; 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 #666; color: #FFF !important;
		box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    	font-family: 'larken', arial, helvetica, sans-serif;
    	border-radius: 0; -webkit-border-radius: 0;
	}

	.nav-main a.map { background: url('../img/icon-map-marker-white-01.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.info { background: url('../img/icon-info-circle-01.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.building { background: url('../img/icon-building-white-01.png') no-repeat; background-size: 30%; } 
	.nav-main a.facilities { background: url('../img/icon-tools-white-01.png') no-repeat; background-size: 30%; } 
  	.nav-main a.accomm { background: url('../img/icon-bed-01.png') no-repeat; background-size: 30%; }     

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

	header .nav-main a span { position: relative; padding: 0; line-height: 60px; color: #fafafa; font-size: 14px; display: inline; }
	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: #333 !important; }
	header .nav-main a.active { border-bottom: 2px solid #C59A00 !important; }
	header .nav-main a.active span { }

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

	/* Sidebar */

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

	.sidebar .scroll { height: calc(100% - 0px); }
	.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: 200px; height: 200px; }
	.sidebar .thumbnails-container .thumbnail.wide .thumb img { }

	.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; }
	.sidebar .heading.icon { padding: 0 60px; display: block; background-size: 25px; background-position: 20px center; }

	.sidebar h3 { font-size: 30px; line-height: 40px; }

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

  /* .sidebar .sidebar-banner .banner-title { position: absolute; z-index: 1000; bottom: 0; left: 0; } */
  .sidebar .sidebar-banner .banner-title.icon { padding-left: 50px; background-position: left 20px center !important; background-size: 30px !important; }
  .sidebar .sidebar-banner .banner-title h3 { font-size: 20px; line-height: 30px; }

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

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

	#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 { font-size: 16px; line-height: 40px; }
	
	.pano-desc { margin: 10px 0 0 0; }
	.panorama-description { color: #FFF; font-size: 16px; line-height: 22px; }

	.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; }

	/* STATUS */

	.status { 
		top: auto; right: auto; bottom: 20px; width: 250px; padding: 0; 
		left: 50%; margin-left: -125px; height: 40px; line-height: 40px; 
		color: #FFF; overflow: hidden; font-size: 14px; border-radius: 100px; -webkit-border-radius: 100px; 
		text-align: center; 
	}
	.status em { margin-right: 0; line-height: 45px; }

	.status span { width: 60px; height: 40px; background: url(../img/icon-grid.png) no-repeat right 20px center; background-size: 20px; }

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

	/* CTA */

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



	
}


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

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

	.logo { width: 200px; height: 65px; }
	.logo span { height: 75px; }

	/* #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: 60px; height: 60px; }

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

	.sidebar .heading { padding: 0 30px; height: 60px; }
	.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 .thumbnails-container .thumbnail.wide { max-height: 250px; height: 250px; }

  .sidebar .sidebar-banner .banner-title h3 { font-size: 25px; line-height: 35px; }

    .sidebar-btn-grid a { display: block; }

	/* 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: 48px; 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: #0D0D0D;  }

	/* Pano Info */
	.pano-title { height: 50px; }
	.panorama-title { height: 50px; line-height: 50px; margin-left: 50px; padding: 0 20px; }
	.pano-info .close-info { top: 20px; right: 20px; }
	.pano-desc { margin: 20px 0 0 0; }
	.panorama-description { font-size: 14px; line-height: 20px; }
	.pano-info .expand-info { width: 50px; }

	/* Status */
	.status { height: 50px; line-height: 55px; }
	.status em { line-height: 50px; }
	.status span { width: 60px; height: 50px; background-size: 25px; }

  .cta a.apply { background-size: 30px !important; }
  .cta a.study { background-size: 30px !important; }

}


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

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

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

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

	.logo { width: 200px; height: 60px; position: fixed; }
	.logo span { height: 60px; }

	/* 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: 18px; line-height: 28px; } 
	.sidebar ul li a { padding: 15px 0; }

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

	/* 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: 16px; line-height: 22px; }

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


}

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

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

	.logo { width: 220px; height: 70px; }
	.logo span { height: 80px; }

 	/* Header */

 	header { height: 70px; }

 	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; background-position: left 20px center !important; font-size: 16px; }
 	header .nav-main a span { line-height: 70px; font-size: 18px; }

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

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

	#commands-optional.top-right { top: 90px;  }
  	#commands-optional a { width: 35px; height: 35px; }

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

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

  	.status { bottom: 30px; width: 400px; margin-left: -200px; font-size: 14px; 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-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 h4 { margin-bottom: 40px; font-size: 20px; line-height: 30px; }

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

	.sidebar .thumbnails-container .thumbnail.wide { max-height: 300px; height: 300px; }

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

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

  	.sidebar .sidebar-banner { min-height: 400px; }
  	.sidebar .sidebar-banner .banner-title { margin-top: 300px; }
  	.sidebar .sidebar-banner .banner-title.icon { padding-left: 80px; background-position: left 40px center !important; background-size: 30px !important; }
  	.sidebar .sidebar-banner .banner-title h3 { font-size: 30px; line-height: 40px; padding: 20px 30px 20px 10px; }

  	.sidebar h3 { font-size: 35px; line-height: 45px; }



}

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

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

/* 	.sidebar { width: 800px; } */

/* 	.sidebar .thumbnails-container .thumbnail { width: 33%; }
	.sidebar .thumbnails-container .thumbnail.col2 { width: 50%; }
	.sidebar .thumbnails-container .thumbnail.wide { max-height: 400px; height: 400px; }
	.sidebar .thumbnail .caption p { font-size: 16px; line-height: 25px; } */

	.status em { font-size: 16px; }
	.panorama-title { font-size: 16px; }
	.cta a { font-size: 16px; }

}




