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

html, body { width: 100%; height: 100%; min-height: 100%; overflow: hidden; font-family: 'Cormorant Garamond', Arial, sans-serif !important; font-weight: 300; }

body h1 { font-family: 'Cormorant Garamond', Arial, sans-serif !important; font-weight: 500; text-transform: uppercase; }
body h2, body h3, body h3, body h4, body h5, body h6 { font-family: 'Cormorant Garamond', Arial, sans-serif !important; font-weight: 600; text-transform: uppercase; }
body p { font-family: 'Source Sans Pro', Arial, sans-serif !important; font-weight: 300; }

/* GENERAL */

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

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

.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-budock-new-white.png') no-repeat center; background-size: 90%; background-color: #a9b8aa; }
.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-color: #86968b; 
}

header.open { }

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

header h1.tour-title { color: #FFF; font-size: 14px; line-height: 55px; margin: 0; padding: 0; margin-left: 90px; font-family: 'Cormorant Garamond', Arial, sans-serif !important; font-weight: 500; }

/* 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-color: #728277;  
  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 .scroll { height: 100vh; overflow-y: scroll; }

.nav-main .nav-inner { margin: 30px 10px 15px 15px; display: block; overflow: hidden; min-height: 100vh; }

.nav-main a { 
  background-color: rgba(255,255,255,0.2); color: #FFF !important; border: 1px solid #FFF;  
  margin: 4px 2px; height:auto; position: relative; display: inline-block; width: 47%; padding: 27% 0 8% 0; 
  -webkit-transition: all .3s ease-in; transition: all .3s ease-in; 
  text-decoration: none; cursor: pointer; text-align: center; font-weight: bold !important;
  text-transform: uppercase; letter-spacing: 0.05em;
  font-family: 'Cormorant Garamond', Arial, sans-serif !important; 
}
.nav-main a span { color: #FFF; padding: 30px 0; text-align: center; font-size: 12px; position: absolute; bottom: 0; margin: 0 auto; width: 100%; font-size: 16px; line-height: 26px; }
.nav-main a:hover, .nav-main a.focus { background-color: rgba(255,255,255,0.2); }  

.nav-main a.home { background: url('../img/icons-bv/icon-home-01.png') no-repeat center top 35%; background-size: 30%; }  
.nav-main a.view { background: url('../img/icons-bv/icon-view-01.png') no-repeat center top 35%; background-size: 30%; }  
.nav-main a.rooms { background: url('../img/icons-bv/icon-bed-01.png') no-repeat center top 35%; background-size: 30%; } 
.nav-main a.cuisine { background: url('../img/icons-bv/icon-restaurant-01.png') no-repeat center top 35%; background-size: 30%; } 
.nav-main a.facilities { background: url('../img/icons-bv/icon-pool-01.png') no-repeat center top 35%; background-size: 30%; }  
.nav-main a.activities { background: url('../img/icons-bv/icon-tennis-01.png') no-repeat center top 35%; background-size: 30%; } 
.nav-main a.info { background: url('../img/icons-bv/icon-info-01.png') no-repeat center top 35%; background-size: 30%; }  
.nav-main a.golf { background: url('../img/icons-bv/icon-golf-2-01.png') no-repeat center top 35%; background-size: 30%; }  
.nav-main a.weddings { background: url('../img/icons-bv/icon-weddings-01.png') no-repeat center top 35%; background-size: 30%; } 
.nav-main a.activities { background: url('../img/icons-bv/icon-tennis-01.png') no-repeat center top 35%; background-size: 30%; } 

.nav-main a.help { background: url('../img/svg/icon-help.svg') no-repeat center top 35%; background-size: 40%; } 
.nav-main a.help em { display: block; font-style: 800; }

.nav-main a.live { background: url('../img/icons/icon-video-white-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: 10px; right: 10px; }
.cta a { 
	padding: 20px; margin: 0 0 0 5px; color: #FFF; 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; font-family: 'Cormorant Garamond', Arial, sans-serif !important;  }

.cta a.book { background: url('../img/icons-tui/icon-booking-white-01.svg') no-repeat center; background-size: 25px; }
.cta a.share { background: url('../img/icons-tui/icon-share-white-01.svg') no-repeat center; background-size: 25px; }


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

.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: #86968b;
	text-align: right; 
	background-color: #FFF !important; text-decoration: none;
	-webkit-transition: all .3s ease-in; transition: all .3s ease-in;
}

.status:hover { cursor: pointer; text-decoration: none; color: #171c18; background-color: #CCC !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: #86968b !important; line-height: 50px; text-transform: uppercase; font-family: 'Source Sans Pro', Arial, sans-serif !important; font-weight: 600; }
.status span { width: 50px; height: 50px; position: absolute; z-index: 100; right: 0; top: 0; display: block; }

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

/* Pano Title */

.pano-info { 
  position: absolute; z-index: 1000; 
  margin: 0; padding: 0; bottom: 15px; left: 0px; 
  background-color: #FFF;
  display: none; border-radius: 0; -webkit-border-radius: 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: 8px 20px 8px 20px; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }
.pano-title:hover { background-color: #dfdfdf !important; }

.panorama-title { color: #86968b; font-size: 16px; line-height: 25px; font-weight: 600; margin: 0 0 0 50px; float: left; padding: 0; font-family: 'Cormorant Garamond', Arial, sans-serif !important; }

/* .pano-title:hover .panorama-title { color: #FFF; } */

.pano-desc { display: none; clear: both; margin: 10px 0 0 0;  }
.panorama-description { color: #FFF; font-size: 16px; line-height: 26px; font-weight: 200 !important; margin: 0; font-family: 'Source Sans Pro', 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/icons-tui/icon-info-circle-white-01.svg') no-repeat center; background-size: 30px; background-color: #a67c00; 
}

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

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

/* Back button */

a.move { top: 49%; padding: 0; position: absolute; z-index: 100; display: block; width: auto; cursor: pointer; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; padding: 5px; outline: 0; }
a.move:hover { background-color: #86968b !important; }

a.move span { display: inline-block; background: url(../img/arrow-left3.png) no-repeat center; background-size: 20px; background-color: #a67c00 !important; border-radius: 100px; -webkit-border-radius: 100px; width: 40px; height: 40px; }
a.move em { display: none; font-size: 12px; font-weight: bold; color: #FFF !important; font-style: normal; padding: 12px 0 0 10px; font-family: 'Source Sans Pro', Arial, sans-serif !important; text-transform: uppercase; }
a.move:hover span { background-color: #c00d0e; }
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; }

/* SWITCH TIME */

.switch-time { height: 40px; position: absolute; z-index: 5000; top: 75px; left: 15px; border: 1px solid rgba(225,255,255,0.4); display: none; border-radius: 2px; -webkit-border-radius: 2px; }
.switch-time a { height: 40px; width: 40px; display: inline-block; }
.switch-time a.time-day { background: url('../img/icons-tui/icon-sun-white-01.svg') no-repeat center; background-size: 30px; }
.switch-time a.time-night { background: url('../img/icons-tui/icon-moon-white-01.svg') no-repeat center; background-size: 25px; }

body.day .switch-time a.time-day { background-color: rgba(225,255,255,0.4); }
body.night .switch-time a.time-night { background-color: rgba(225,255,255,0.4); }

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

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



}


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

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

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

	.nav-main a { margin: 0.2%; width: 24%; padding: 15% 0 5% 0; }

  .pano-info { width: auto; max-width: 350px; }
  .pano-info.expand { padding: 40px 20px 20px 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: 65px; margin-left: 90px; }

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

	header { height: 60px;  }

	/* 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: 120px; right: 10px; width: 40px; }
	#commands-optional.top-left { top: 70px; left: 15px; }
	
	#commands-optional a { width: 40px; height: 40px; }
	#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-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: 16px; line-height: 26px; }

  .pano-info.expand { margin: 0; padding: 20px; right: auto; max-width: 500px; bottom: 30px; }
  .pano-info .expand-info {  }
  .pano-info.expand .close-info { top: 20px; right: -20px; }

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

	/* CTA */

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

	.mask-hero-landing {
	    -webkit-mask-image: url(../img/svg/mask-hero-landing-from-768-to-1279.svg);
	    mask-image: url(../img/svg/mask-hero-landing-from-768-to-1279.svg);
	}
	
}


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

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

  .hide-mobile { display: block; }

  .logo { width: 180px; height: 60px; background-size: 90%; left: 0; }

	/* Header */

	/* 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: 120px; right: 10px; }
	#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: 25px !important; border-radius: 100px; -webkit-border-radius: 100px; }
	.cta a span { display: block; color: #FFF; font-family: 'Cormorant Garamond', Arial, sans-serif !important; text-transform: uppercase; letter-spacing: .1em; font-size: 14px; font-weight: normal; }

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

	/* Status */

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

    /* Pano Info */

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

}


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

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

    .logo { width: 250px; height: 60px; top: 0; left: 0; background: url('../img/logo-budock-new-white.png') no-repeat center; background-size: 70%; background-color: #a9b8aa; }
    
    .nav-icon { display: none; }
    
    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%; }

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

    header h1.tour-title { font-size: 20px; line-height: 65px; margin-left: 110px; }

    header .nav-main a { 
        width: auto; float: left; padding: 0 20px 0 55px; 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: #FFF !important;
        box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
        border-radius: 0; -webkit-border-radius: 0; font-size: 14px; 
    }

    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/icons-bv/icon-home-01.png') no-repeat left center; background-size: 25px !important; } 
    .nav-main a.view { background: url('../img/icons-bv/icon-view-01.png') no-repeat left center; background-size: 30px !important; }  
    .nav-main a.rooms { background: url('../img/icons-bv/icon-bed-01.png') no-repeat left center; background-size: 25px !important; } 
    .nav-main a.cuisine { background: url('../img/icons-bv/icon-restaurant-01.png') no-repeat left center; background-size: 30px !important; } 
    .nav-main a.facilities { background: url('../img/icons-bv/icon-pool-01.png') no-repeat left center; background-size: 30px !important; } 
    .nav-main a.activities { background: url('../img/icons-bv/icon-tennis-01.png') no-repeat left center; background-size: 30px !important; } 
    .nav-main a.info { background: url('../img/icons-bv/icon-info-01.png') no-repeat left center; background-size: 25px !important; }  
    .nav-main a.golf { background: url('../img/icons-bv/icon-golf-2-01.png') no-repeat left center; background-size: 35px !important; } 
    .nav-main a.weddings { background: url('../img/icons-bv/icon-weddings-01.png') no-repeat left center; background-size: 35px !important; } 
    .nav-main a.activities { background: url('../img/icons-bv/icon-tennis-01.png') no-repeat left center; background-size: 35px !important; }   
    
    .nav-main a.help { background: url('../img/svg/icon-help.svg') no-repeat left center; background-size: 25px !important; } 
    .nav-main a.help em { display: none; }

    header .nav-main a:hover { background-color: rgba(255,255,255,0.1) !important; }
    header .nav-main a.active { background-color: rgba(255,255,255,0.1) !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; line-height: 50px; color: #2f2d3a; font-size: 18px; }
    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: 120px; right: 15px; }
	#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 { text-transform: uppercase; letter-spacing: .1em; font-size: 14px; }

    /* Pano Title */
    
    .pano-info { padding: 0; max-width: 500px; bottom: 20px; }
    .pano-title { display: block; clear: both; margin: 0; padding: 10px 20px 10px 20px; }
    .panorama-title { /* font-size: 25px; line-height: 25px; */ }
    
    .pano-info .expand-info { line-height: 52px; }
    
    .pano-desc { margin: 20px 0 0 0; }
    .panorama-description { font-size: 18px; line-height: 28px; }
    
    .pano-info .close-info { top: 20px; right: 20px; }

    /* STATUS */

    .status { 
      top: auto; right: auto; bottom: 20px; width: 300px; padding: 0; 
      left: 50%; margin-left: -150px; height: 50px; line-height: 50px; 
      color: #FFF; overflow: hidden; font-size: 14px; 
      text-align: center; 
    }
    .status em { margin-right: 0; line-height: 50px; }
    .status span { width: 50px; height: 50px; background: url(../img/icon-grid-green.png) no-repeat right 20px center; background-size: 20px; }
    .status.hidden { opacity: 0; -webkit-opacity: 0; }
    
    .mask-hero-landing {
    	-webkit-mask-image: url(../img/svg/mask-hero-landing-from-1280.svg);
    	mask-image: url(../img/svg/mask-hero-landing-from-1280.svg);
    }

    a.move em { display: inline-block; padding-top: 12px; }

}

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

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

	.logo { width: 285px; height: 70px; background-size: 70%; left: 0; }

    header h1.tour-title { font-size: 20px; line-height: 75px; margin-left: 140px; }

	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.help { width: 70px; background-position: center !important; }
    header .nav-main a.lang { width: 70px; background-position: center !important; }

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

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

    .pano-info { bottom: 30px; }

    /* SWITCH TIME */

    .switch-time { height: 45px; top: 100px; left: 35px; }
    .switch-time a { height: 45px; width: 45px; display: inline-block; }
    .switch-time a.time-day { background-size: 30px; }
    .switch-time a.time-night { background-size: 25px; }

}

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

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

	header ul li a {  }

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

}




