﻿#__ {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

/* klokhuis mode */
html:not(.klokhuis) .marker-container.class-klokhuis,
html:not(.klokhuis) #timeline-menu .klokhuis:not(.timeline-tour),
html.klokhuis .marker-container:not(.class-klokhuis),
html.klokhuis #timeline-menu *:not(.klokhuis) {
	display: none;
}


/* Built-in micrio organisation logo */
.micrio-container aside.top-right {
	display: none;
}

/* main interface */
#interface .button {
	position: absolute;
	width: 70px;
	height: 70px;
	cursor: pointer;
	background: rgba(196,115,68,.8) none center 14px no-repeat;
	pointer-events: all;
}
	#interface .button .subtitle {
		color: #fff;
	}
	#interface .button.dark {
		background-color: rgba(0,0,0,.5);
		color: #fff;
	}
	#interface .button .subtitle {
		font-size: 13px;
		line-height: 18px;
		padding-top: 47px;
		text-align: center;
	}

/* close PoI */
#poi-close.button {
	position: absolute;
	left: 0;
	top: 72px;
	background-image: url(https://b.micr.io/jaRas/statics/images/prev.svg);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate3d(0,1,0,-90deg);
	transform: rotate3d(0,1,0,-90deg);
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	-webkit-perspective: 300px;
	perspective: 300px;
	pointer-events: none;
	background-position: center 18px;
}
#interface:not(.controls-hidden).poi-open #poi-close {
	-webkit-transform: rotate3d(0,0,0,0);
	transform: rotate3d(0,0,0,0);
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
	pointer-events: all;
}
#interface.touring #poi-close .go-back,
#interface:not(.touring) #poi-close .close {
	display: none;
}
#interface.touring #poi-close {
	background-image: url(https://b.micr.io/jaRas/statics/images/sluit.svg);

}


/* hidden controls */
#interface.mouse-moved #poi-close,
#interface.mouse-moved #poi-open-info.button,
#interface.mouse-moved #player .audio.has-audio:not(.disabled) {
	-webkit-transition-delay: 0s !important;
	transition-delay: 0s !important;
}
/* Open PoI info bar */
#poi-open-info.button {
	top: 72px;
	right: 0;
	-webkit-transform-origin: right center;
	transform-origin: right center;
	background-image: url(https://b.micr.io/jaRas/statics/images/meerinfo.svg);
	background-size: auto 28px;
	background-position: center 11px;
	-webkit-transform: rotate3d(0,1,0,0deg);
	transform: rotate3d(0,1,0,0deg);
	-webkit-transition: -webkit-transform .5s ease-in-out 2.5s;
	transition: transform .5s ease-in-out 2.5s;
}
	#poi-open-info.button .subtitle {
		line-height: 12px;
		padding-top: 42px;
	}
#interface:not(.poi-open) #poi-open-info.button,
#interface.timeline-touring #poi-open-info.button,
#interface.controls-hidden #poi-open-info.button,
#interface.no-content #poi-open-info.button,
#interface.poi-info-shown #poi-open-info.button {
	-webkit-transform: rotate3d(0,1,0,90deg);
	transform: rotate3d(0,1,0,90deg);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	pointer-events: none;
}

/* timeline player */
#timeline-player {
	pointer-events: all;
	position: absolute;
	bottom: 30px;
	left: 30vw;
	right: 30vw;
	-webkit-transform: translate3d(0,80px,0);
	transform: translate3d(0,80px,0);
	-webkit-transition: -webkit-transform 1s ease;
	transition: -webkit-transform 1s ease;
}
#interface.timeline-touring #timeline-player {
	pointer-events: all;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#timeline-player .play-pause {
	display: block;
	position: absolute;
	right: 100%;
	top: 0;
	height: 35px;
	padding: 0;
	width: 40px;
	background-image: url(https://b.micr.io/jaRas/statics/images/player_stop.svg);
}
#interface.timeline-paused .play-pause {
	background-image: url(https://b.micr.io/jaRas/statics/images/player_play.svg);
}
#timeline-player #timeline-duration {
	position: absolute;
	left: 100%;
	top: 0;
	line-height: 35px;
	color: #fff;
	font-size: 12px;
	min-width: 50px;
	padding: 0 5px;
	text-align: center;
	background: rgba(0,0,0,.8);
}
.audio .progress {
	position: relative;
	background: rgba(0,0,0,.4);
	height: 35px;
	cursor: pointer;
}
	.audio .progress .bar {
		position: absolute;
		left: 0;
		right: 0;
		height: 4px;
		background: #00ffe6;
		border-radius: 2px;
		margin: 16px 15px 0 15px;
	}
		.audio .progress .bar .handle {
			position: absolute;
			left: 0%;
			width: 15px;
			height: 15px;
			border-radius: 20px;
			background: #fff;
			-webkit-transform: translate3d(-7px,-6px,0);
			transform: translate3d(-7px,-6px,0);
		}



/* Audio & tour player */
#player {
	position: absolute;
	top: 156px;
	left: 0;
	pointer-events: none;
}
	#player .audio {
		position: absolute;
		-webkit-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: rotate3d(0,1,0,-90deg);
		transform: rotate3d(0,1,0,-90deg);
		-webkit-transition: -webkit-transform .5s ease-in-out .3s;
		transition: transform .5s ease-in-out .3s;
		pointer-events: none;
	}

#interface.poi-open:not(.controls-hidden) #player .audio.has-audio {
	-webkit-transform: rotate3d(0,0,0,0deg);
	transform: rotate3d(0,0,0,0deg);
	pointer-events: all;
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}
	#interface.poi-open:not(.controls-hidden) #player .audio:not(.has-audio),
	#interface.poi-open:not(.controls-hidden) #player .audio.disabled {
		opacity: .5;
		pointer-events: none;
	}
	#interface.poi-open #player .audio.has-audio:not(.disabled).playing,
	#interface.poi-open #player .audio.has-audio.disabled {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}
	#player .audio .playstop {
		background: rgba(196,115,68,.8) url(https://b.micr.io/jaRas/statics/images/player_icon.svg) center 10px no-repeat;
	}
#player .audio #show-text {
	color: #fff;
	font-size: 12px;
	background: rgba(146,65,18,.8);
	width: 70px;
	position: absolute;
	top: 70px;
	text-align: center;
	cursor: pointer;
	line-height: 36px;
}

		#player .audio .playstop .subtitle {
			background: transparent url(https://b.micr.io/jaRas/statics/images/player_play.svg) 10px 46px no-repeat;
			background-size: auto 17px;
			padding-left: 18px;
		}

		#player .audio.playing .playstop .subtitle {
			background-image: url(https://b.micr.io/jaRas/statics/images/player_stop.svg);
		}


		#player .audio .controls {
			position: absolute;
			top: 0;
			-webkit-transform-origin: 70px center;
			transform-origin: 70px center;
			-webkit-transform: rotate3d(0,1,0,-90deg);
			transform: translate3d(0,1,0,-90deg);
			opacity: 0;
			pointer-events: none;
			-webkit-transition: -webkit-transform .5s ease-in-out, opacity .5s ease-in-out;
			transition: transform .5s ease-in-out, opacity .5s ease-in-out;
			-webkit-perspective: 800px;
			perspective: 800px;
		}
		#player .audio:hover .controls {
			-webkit-transform: rotate3d(0,0,0,0);
			transform: rotate3d(0,0,0,0);
			opacity: 1;
			pointer-events: all;
		}
		#player .audio .mute {
			background: #c47344 url(https://b.micr.io/jaRas/statics/images/sound_unmute.svg) center center no-repeat;
			background-size: 50%;
			left: 300px;
			top: 35px;
			width: 35px;
			height: 35px;
			-webkit-transform-origin: left center;
			transform-origin: left center;
			-webkit-transform: rotate3d(0,1,0,-90deg);
			transform: translate3d(0,1,0,-90deg);
			opacity: 0;
			-webkit-transition: -webkit-transform .5s ease-in-out, opacity .5s ease-in-out;
			transition: transform .5s ease-in-out, opacity .5s ease-in-out;
		}
		#player .audio.muted .mute {
			background-image: url(https://b.micr.io/jaRas/statics/images/sound_mute.svg);
			background-size: 65%;
		}
		#player .audio:hover .mute {
			opacity: 1;
			-webkit-transform: rotate3d(0,0,0,-90deg);
			transform: translate3d(0,0,0,-90deg);
			-webkit-transition-delay: .5s, .5s;
		}

#interface #player {
	-webkit-perspective: inherit;
	perspective: inherit;
}
#interface.touring:not(.controls-hidden):not(.timeline-touring) #player .tour-nav {
	-webkit-transform: rotate3d(0,0,0,-90deg);
	transform: rotate3d(0,0,0,-90deg);
	pointer-events: all;
}
	#player .tour-nav {
		position: absolute;
		top: 120px;
		width: 70px;
		left: 0;
		-webkit-transform-origin: left center;
		transform-origin: left center;
		-webkit-transition: -webkit-transform .5s ease-in-out;
		transition: transform .5s ease-in-out;
		-webkit-transform: rotate3d(0,1,0,-90deg);
		transform: rotate3d(0,1,0,-90deg);
		pointer-events: none;
	}
		#player .tour-nav .tour-button {
			width: 35px;
			height: 36px;
			cursor: pointer;
			background: rgba(29,48,54,.75) none center center no-repeat;
			float: left;
		}
			#player .tour-nav .tour-button[disabled] {
				opacity: .4;
				pointer-events: none;
			}
			#player .tour-nav .tour-button:hover {
				background-color: #fff;
				color: #1d3036;
			}
			#player .tour-nav .tour-button .tooltip {
				position: absolute;
				height: 36px;
				line-height: 36px;
				background: #1d3036;
				color: #fff;
				padding: 0 15px;
			}
			#player .tour-nav .tour-button#tour-prev {
				background-image: url(https://b.micr.io/jaRas/statics/images/prev.svg);
			}
				#player .tour-nav .tour-button#tour-prev:after {
					content: '';
					position: absolute;
					left: 34px;
					top: 8px;
					height: 20px;
					display: block;
					border-right: 1px solid #fff;
				}
			#player .tour-nav .tour-button#tour-prev:hover {
				background-image: url(https://b.micr.io/jaRas/statics/images/prev-hover.svg);
			}
			#player .tour-nav .tour-button#tour-next {
				background-image: url(https://b.micr.io/jaRas/statics/images/next.svg);
			}
			#player .tour-nav .tour-button#tour-next:hover {
				background-image: url(https://b.micr.io/jaRas/statics/images/next-hover.svg);
			}
		#player .tour-nav #tour-progress {
			background-color: rgba(29,48,54,.5);
			color: #fff;
			font-size: 80%;
			text-align: center;
			cursor: default;
			margin-top: 36px;
		}

/* Lightbox */
#lightbox {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.75);
	-webkit-transition: opacity .25s ease-in-out, height 0s 0s;
	transition: opacity .25s ease-in-out, height 0s 0s;
	-webkit-perspective: 800px;
	perspective: 800px;
	pointer-events: all;
}

	#lightbox.hidden {
		pointer-events: none;
		height: 0;
		opacity: 0;
		-webkit-transition: opacity .5s ease-in-out, height 0s .5s;
		transition: opacity .5s ease-in-out, height 0s .5s;
	}

	#lightbox > * {
		position: absolute;
		background: #fff;
		padding: 25px;
		font-size: 14px;
		line-height: 22px;
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-transform: translate3d(0,100vh,0) rotate3d(1,0,0,90deg);
		transform: translate3d(0,100vh,0) rotate3d(1,0,0,90deg);
		opacity: 0;
		-webkit-transition: -webkit-transform .5s ease-in-out, opacity .5s ease-in-out;
		transition: transform .5s ease-in-out, opacity .5s ease-in-out;
		z-index: 3;
	}
	#lightbox > article.static-page {
		font-size: 17px;
		line-height: 26px;
	}

html.klokhuis #welcome-main,
html:not(.klokhuis) #welcome-klokhuis {
	display: none;
}

		#lightbox > *.shown {
			z-index: 4;
			opacity: 1;
			-webkit-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			-webkit-transition-duration: .25s, .25s;
			transition-duration: .25s, .25s;
		}

	#lightbox article#intro {
		top: 50%;
		left: 50%;
		width: 800px;
		min-height: 360px;
		margin: -240px 0 0 -425px;
	}

	#lightbox #intro .has-icon {
		padding-left: 70px;
		background: transparent url(https://b.micr.io/jaRas/statics/images/player_icon_blue.svg) 14px center no-repeat;
		font-size: 14px;
		line-height: 18px;
	}

#lightbox #intro #instructions {
	background-image: url(https://b.micr.io/jaRas/statics/images/mouse.svg);
	/*background-size: auto 90%;*/
}

@media (max-width: 850px) {
 #lightbox article#intro {
   width: auto;
   left: 5%;
   right: 5%;
   top: 10%;
   bottom: 10%;
   overflow-y: scroll;
   margin: 0;
 }
 #lightbox #intro .two-column .has-icon {
	 padding-left: 0;
	 background: none !important;
 }
 #continue-tour {
   margin-top: 20px;
 }
}



	#lightbox #intro #mobile-warning {
		display: none;
	}

	html.mobile #lightbox #intro #mobile-warning {
		display: block;
	  padding: 5px;
	  background-color: #00ffe6;
	}

	#lightbox #intro aside {
		float: right;
		width: 48%;
		margin-right: 2%;
	}

#lightbox #intro .two-column:after {
	content: '';
	display: block;
	clear: both;
}
#lightbox #intro .two-column aside {
	float: left;
}
  #lightbox #intro h2 {
    margin: 0;
  }
	#lightbox #intro h3 {
		margin-right: 50px;
		margin-bottom: 0;
	}
  #lightbox #intro .subTitle {
    font-size: 21px;
    margin: 0 0 10px 0;
  }
	#lightbox #intro aside p {
		margin-top: 5px;
	}
	#lightbox #intro aside span#continue-button {
		display: none;
	}
		#lightbox #intro aside span#continue-button.shown {
			display: inline;
		}

	/* static pages */
#lightbox > .media-viewer {
	top: 40px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	overflow-y: auto;
}
#lightbox > .static-page {
	top: 60px;
	left: 60px;
	right: 60px;
	bottom: 60px;
	overflow-y: auto;
}
	#lightbox > .static-page.center {
		text-align: center;
	}
#lightbox > .media-viewer {
	background: rgba(255,255,255,.3) none center center no-repeat;
	background-size: contain;
	overflow: hidden;
}

#lightbox article entry {
	display: block;
	margin-bottom: 10px;
}
	#lightbox article entry strong {
		display: block;
	}

#lightbox article .logos {
	margin-top: 20px;
	height: 50px;
	text-align: center;
}
#lightbox article .logos a {
	display: inline-block;
	margin: 0 5px;
	border: none;
}
#lightbox article .logos img {
	height: 30px;
	margin-top: 10px;
}
#lightbox article.static-page h2,
#lightbox article.static-page h4 {
	text-align: center;
	max-width: 600px;
	margin: 0 auto 20px;
}
#lightbox article.static-page p,
#lightbox article.static-page ul {
	max-width: 600px;
	margin: 0 auto 20px;
}
#lightbox article button.close {
	top: 20px;
	right: 20px;
}

/* notifications */
#notifications {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -160px;
	z-index: 4;
	width: 320px;
	padding: 20px;
	background: #fff;
	text-align: center;
}
	#notifications:not(.confirm) button#notification-cancel {
		display: none;
	}
	#notifications h3 {
		margin-top: 0;
	}

/* menu */
#menu {
	font-family: ClearSansThin;
	font-size: 16px;
	z-index: 4;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: all;
	background: rgba(0,0,0,.5) url(https://b.micr.io/jaRas/statics/images/logo.svg) center center no-repeat;
	background-size: auto 24px;
	color: #bbb;
	-webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
	transition: opacity .5s ease-in-out, transform .5s ease-in-out;
}

	#menu .half {
		display: inline-block;
	}
		#menu .half.right {
			position: absolute;
			top: 0;
			right: 0;
		}

#menu .toggle {
	cursor: pointer;
}
#interface.menu-trans #menu {
	opacity: .2;
}
#interface.controls-hidden #menu {
	background-image: none;
	-webkit-transform: translate3d(0,-50px,0);
	transform: translate3d(0,-50px,0);
}
/*#interface.poi-open #menu {
	opacity: .5;
}*/

/* small logo */
#small-logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	background: transparent url(https://b.micr.io/jaRas/statics/images/logo.svg) center center no-repeat;
	background-size: auto 24px;
	pointer-events: none;
	display: none;
}
#interface.menu-trans #small-logo {
	display: block;
}


#menu button {
	background: transparent;
}
#menu .half {
	white-space: nowrap;
	padding: 0px 20px;
	height: 50px;
}
	#menu .half > * {
		display: inline-block;
		vertical-align: top;
		height: 50px;
		line-height: 50px;
		margin-right: 6px;
	}

		#menu .half > * > * {
			line-height: 1em;
		}

	#menu .half .has-icon, #menu .half #lang-toggle, #menu .half #switch-panel {
		line-height: 50px;
	}


#menu #main-menu {
	margin-right: 20px;
}
#menu .menu-foldout {
	-webkit-perspective: 300px;
	perspective: 300px;
}
#menu .foldout {
	position: absolute;
	top: 50px;
	left: -5px;
	-webkit-perspective: 300px;
	-webkit-transform-origin: center top;
	-webkit-transform: rotate3d(1,0,0,90deg);
	-webkit-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out;
	perspective: 300px;
	transform-origin: center top;
	transform: rotate3d(1,0,0,90deg);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
	opacity: 0;
	pointer-events: none;
}
	#menu .foldout > a {
		background: rgba(0,0,0,.5);
		display: block;
		padding: 15px;
		border: none;
		color: #fff;
		-webkit-transform-origin: center top;
		-webkit-transform: rotate3d(1,0,0,90deg);
		-webkit-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out;
		transform-origin: center top;
		transform: rotate3d(1,0,0,90deg);
		transition: transform .2s ease-in-out, opacity .2s ease-in-out;
		position: relative;
		pointer-events: none;
		opacity: 0;
		cursor: pointer;
	}

		#interface:not(.poi-open) #menu .foldout #free-roam,
		#menu .foldout > a.active {
			color: #000;
			background: rgba(255,255,255,.95);
		}


#menu .menu-foldout:not(.clicked):hover .foldout,
#menu .menu-foldout:not(.clicked):hover .foldout a {
	-webkit-transform: rotate3d(0,0,0,90deg);
	transform: rotate3d(0,0,0,90deg);
	pointer-events: all;
	opacity: 1;
}

#menu .foldout > a:nth-child(2) { transition-delay: .2s;   -webkit-transition-delay: .2s; }
#menu .foldout > a:nth-child(3) { transition-delay: .4s;   -webkit-transition-delay: .4s; }
#menu .foldout > a:nth-child(4) { transition-delay: .6s;   -webkit-transition-delay: .6s; }
#menu .foldout > a:nth-child(5) { transition-delay: .8s;   -webkit-transition-delay: .8s; }
#menu .foldout > a:nth-child(6) { transition-delay: 1s;    -webkit-transition-delay: 1s; }
#menu .foldout > a:nth-child(7) { transition-delay: 1.2s;  -webkit-transition-delay: 1.2s; }
#menu .foldout > a:nth-child(8) { transition-delay: 1.4s;  -webkit-transition-delay: 1.4s; }
#menu .foldout > a:nth-child(9) { transition-delay: 1.6s;  -webkit-transition-delay: 1.6s; }
#menu .foldout > a:nth-child(10) { transition-delay: 1.8s; -webkit-transition-delay: 1.8s; }

#menu .active {
	color: #000;
	background: rgba(255,255,255,.95);
}


/* menu specifics */
#menu #menu-toggle {
	background-image: url(https://b.micr.io/jaRas/statics/images/menu.svg);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
}
	#menu #menu-toggle.active {
		background-color: transparent;
		color: #fff;
	}

#menu #sound-mute {
	background-image: url(https://b.micr.io/jaRas/statics/images/geluid1.svg);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: auto 20px;
	width: 30px;
}
	#menu #sound-mute.active {
		background-image: url(https://b.micr.io/jaRas/statics/images/geluid0.svg);
		background-color: transparent;
		color: #fff;
	}

#menu button[disabled] {
	opacity: .4;
	pointer-events: none;
}
#menu button#overview-toggle {
	background-image: url(https://b.micr.io/jaRas/statics/images/overview-a.svg);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
}
	#menu button#overview-toggle:hover {
		background-image: url(https://b.micr.io/jaRas/statics/images/overview-b.svg);
	}
	#menu button#overview-toggle.active {
		background-image: url(https://b.micr.io/jaRas/statics/images/overview-c.svg);
		background-color: transparent;
		color: #fff;
	}

#menu .has-icon {
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
}
#menu button#fullscreen-toggle {
	background-image: url(https://b.micr.io/jaRas/statics/images/open_screen.svg);
	background-position: 5px center;
	background-size: auto 20px;
}
#menu button#fullscreen-toggle.active {
	background-image: url(https://b.micr.io/jaRas/statics/images/close_screen.svg);
}
#menu button#switch-panel {
	background-image: url(https://b.micr.io/jaRas/statics/images/BP-c.svg);
	background-position: 5px 13px;
}
#menu button#switch-panel.active {
	background-color: transparent;
	color: #fff;
}
#menu button {
	line-height: 50px;
	height: 50px;
}
#menu button#tour-toggle {
	background-image: url(https://b.micr.io/jaRas/statics/images/tour1.svg);
	background-position: 5px 19px;
	padding-left: 25px;
}
#menu button#discover-toggle {
	background-image: url(https://b.micr.io/jaRas/statics/images/vrijverkennen.svg);
	background-position: 5px 19px;
	padding-left: 28px;
}
#interface:not(.touring) button#discover-toggle {
	pointer-events: none;
	opacity: .5;
}


#menu button#view-toggle {
	background-image: url(https://b.micr.io/jaRas/statics/images/beeld.svg);
}

#menu button#share-toggle {
	background-image: url(https://b.micr.io/jaRas/statics/images/delen.svg);
	background-position: 5px 14px;
}

	/* social sharing*/
#menu > * {
	vertical-align: top;
}
#menu .social {
	text-decoration: none;
	border: none;
	display: inline;
}

/* touring */
/*#interface:not(.touring) #discover-toggle {
	pointer-events: none;
	background-color: #fff;
	background-image: url(https://b.micr.io/jaRas/statics/images/verkenner-inv.svg);
	color: #000;
}
	#interface:not(.touring) #discover-toggle:hover {
		background-image: url(https://b.micr.io/jaRas/statics/images/verkenner-inv_hover.svg);
	}
#interface.touring #tour-toggle {
	pointer-events: none;
	background-color: #fff;
	color: #000;
	background-image: url(https://b.micr.io/jaRas/statics/images/tour2_inv.svg);
}*/


/* responsiveness */
@media(max-width:930px) {
	#menu .half > * {
		font-size: 14px;
		margin: 0 !important;
	}
	#menu .has-icon {
		font-size: 14px;
		padding-left: 0px !important;
		background-image: none !important;
	}
#menu #discover-toggle, #menu #sound-mute {
	display: none;
}
#menu .half .has-icon, #menu .half #lang-toggle {
	padding-right: 7px;
}


}
