/**
 * Eric Meyer's Reset CSS v2.0 
(http://meyerweb.com/
eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family:'Frutiger LT W01_47 Light Cond';
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.fa{
	font-family: FontAwesome ! important;
}

*{
	font-family:'Frutiger LT W01_47 Light Cond';
}

html, body{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.frame{
	max-width: 1340px;
	max-height: 1015px;
	width: 100%;
	height: calc( 100% - 45px );
	background-image: url(/themes/presentation/images/frame.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 20px;
	transform: translate(-50%, -50%);
}

.screen-holder{
	position: absolute;
	left: 5.2%;
	top: 7%;
	right: 5.2%;
	bottom: 26%;
	overflow-y: scroll;
}

.screen-holder img{
	width: 100%;
	height: auto;
	display: block;
}

header{
	position: fixed;
	height: 80px;
	left: 0;
	width: 100%;
	background-color: #eee;
	z-index: 20;
}

@media only screen and (min-width:768px){
	header{
		height: 40px;
	}
}


header .logo{
	position: absolute;
	left: 20px;
	top: 7px;
	height: 25px;
}


.screen-holder #cookies{
	display: none;
	position: fixed;
	height:auto;
}




.change-screens{
	position: absolute;
	z-index: 200;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	height: 40px;

	top: 40px;

	font-family:'FrutigerLTW01-77BlackCn';

	font-size: 16px;
	color: #999;
}

@media only screen and (min-width:768px){
	.change-screens{
		width: auto;
		top: 0;

		left: 140px;

		transform: translateX(0);		
	}
}

@media only screen and (min-width:1100px){
	.change-screens{
		left: 50%;
		transform: translateX(-50%);
	}

}



.change-screens select{
	background-color: transparent;
	border: none;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #999;
	width: calc( 100% - 90px );
}

@media only screen and (min-width:768px){
	.change-screens select{
		width: auto;
		max-width: 250px;
	}
}

.change-screens span{
	margin-right: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #999;
}


.download-holder{
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 20;
	background-color: #eee;
}


.download{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #999;
	text-decoration: none;
	font-size: 16px;
}


.download span{
	white-space: nowrap;
	width: 0;
	overflow: hidden;
	transition: all 1s ease;
	display: block;
	float: left;
	margin-right: 10px;
	text-align: right;
}

.download:hover span{
	width: 230px;
}

.download i{
	display: block;
	float: left;
	font-size: 120%;
	opacity: 0.5;
}

.download:hover i{
	transition: all 1s ease;
	opacity: 1;
}







.interaction-holder{
	position: absolute;
	right: 80px;
	top: 0;
	z-index: 19;
	background-color: #eee;
	display: none;
}

@media only screen and (min-width:768px){
	.interaction-holder{
		display: block;
	}
}

.interaction{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #999;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
}

.interaction.active .ifactive{
	display: inline;
}
.interaction.active .ifnotactive{
	display: none;
}

.interaction .ifactive{
	display: none;
}
.interaction .ifnotactive{
	display: inline;
}

.interaction i{
	display: block;
	float: left;
	opacity: 0.5;
	font-size: 120%;
}

.interaction.active i{
	opacity: 1;
	color: #c35419;
}

.interaction > span{
	white-space: nowrap;
	width: 0;
	overflow: hidden;
	transition: all 1s ease;
	display: block;
	float: left;
	margin-right: 10px;
	text-align: right;
}

.interaction:hover > span{
	width: 235px;
}


.comment-holder{
	position: absolute;
	right: 140px;
	top: 0;
	z-index: 18;
	background-color: #eee;
	display: none;
}


@media only screen and (min-width:768px){
	.comment-holder{
		display: block;
	}
}



.comment{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #999;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
}

.comment.active .ifactive{
	display: inline;
}
.comment.active .ifnotactive{
	display: none;
}

.comment .ifactive{
	display: none;
}
.comment .ifnotactive{
	display: inline;
}

.comment i{
	display: block;
	float: left;
	opacity: 0.5;
	font-size: 120%;
}

.comment.active i{
	opacity: 1;
	color: #007671;
}

.comment > span{
	white-space: nowrap;
	width: 0;
	overflow: hidden;
	transition: all 1s ease;
	display: block;
	float: left;
	margin-right: 10px;
	text-align: right;
}

.comment:hover > span{
	width: 235px;
}







.comment-item{
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	height: calc( 100% - 40px );
	background-color: rgba(0,0,0,0.8);
	display: none;
}

.comment-item .comment-content{
	background-color: #eee;
	position: absolute;
	left: 50%;
	top: 50%;

	max-width: 800px;
	min-width: 300px;

	max-height: 800px;
	transform: translate(-50%, -50%);
	padding: 40px;
	color: #666;
	line-height: 150%;
	border-radius: 4px;
}


.comment-item.active{
	display: block;
}

.comment-close{
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;

	width: 12px;
	height: 12px;
	line-height: 12px;
}




.sitemap-holder{
	position: absolute;
	right: 200px;
	top: 0;
	z-index: 17;
	background-color: #eee;
	display: none;
}


@media only screen and (min-width:768px){
	.sitemap-holder{
		display: block;
	}
}



.sitemap{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #999;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
}

.sitemap.active .ifactive{
	display: inline;
}
.sitemap.active .ifnotactive{
	display: none;
}

.sitemap .ifactive{
	display: none;
}
.sitemap .ifnotactive{
	display: inline;
}

.sitemap i{
	display: block;
	float: left;
	opacity: 0.5;
	font-size: 110%;
	line-height: 40px ! important
}

.sitemap.active i{
	opacity: 1;
}

.sitemap > span{
	white-space: nowrap;
	width: 0;
	overflow: hidden;
	transition: all 1s ease;
	display: block;
	float: left;
	margin-right: 10px;
	text-align: right;
}

.sitemap:hover > span{
	width: 235px;
}




.sitemap-item{
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	height: calc( 100% - 40px );
	background-color: rgba(0,0,0,0.8);
	display: none;
}

.sitemap-item.active{
	display: block;
}


.sitemap-item .sitemap-content{
	background-color: #eee;
	position: absolute;
	left: 50%;
	top: 50%;

width: 90%;
	min-width: 300px;

	max-height: 800px;
	transform: translate(-50%, -50%);
	padding: 40px;
	color: #666;
	line-height: 150%;

	overflow-y: auto;
}

.sitemap-content h2{
	text-align: center;
	font-family:'FrutigerLTW01-77BlackCn';
	color: #999;
	font-size: 20px;
}

.sitemap-close{
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 20px;

	width: 12px;
	height: 12px;
	line-height: 12px;
}





.help-holder{
	position: absolute;
	right: 260px;
	top: 0;
	z-index: 16;
	background-color: #eee;
	display: none;
}


@media only screen and (min-width:768px){
	.help-holder{
		display: block;
	}
}



.help{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #999;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
}

.help.active .ifactive{
	display: inline;
}
.help.active .ifnotactive{
	display: none;
}

.help .ifactive{
	display: none;
}
.help .ifnotactive{
	display: inline;
}

.help i{
	display: block;
	float: left;
	opacity: 0.5;
	font-size: 120%;
}

.help.active i{
	opacity: 1;
}

.help > span{
	white-space: nowrap;
	width: 0;
	overflow: hidden;
	transition: all 1s ease;
	display: block;
	float: left;
	margin-right: 10px;
	text-align: right;
}

.help:hover > span{
	width: 235px;
}




.help-item{
	position: absolute;
	top: 100%;
	width: 380px;
	text-align: left;
	display: none;



	background-color: #eee;

	padding: 40px;
	color: #666;
	line-height: 150%;
	border-radius: 4px;

	z-index: 20;

	margin-top: 20px;
}

.help-item:after{
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content:'\f365';


	position: absolute;
	bottom: 100%;
	font-size: 30px;
	color:  #eee;
	margin-bottom: -6px;
}

.help-item.arrow-right{
	right: -10px;
}

.help-item.arrow-right:after{
	right: 10px;
}


.help-item.arrow-center{
	left: 50%;
	transform: translateX(-50%);
}
.help-item.arrow-center:after{
	left: 50%;
	transform: translateX(-50%);
}

.help-container{
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	height: calc( 100% - 40px );
	background-color: rgba(0,0,0,0.8);
	display: block;
	z-index: 10;
}

.help-item h3{
	font-family:'FrutigerLTW01-77BlackCn';
	font-size: 20px;
	margin-bottom: 10px;
}

.help-item button{
	float: right;
	background-color: #999;
	color: #fff;
	border: none;
	padding: 5px 10px;
	font-size: 16px;
	margin-top: 30px;
	cursor: pointer;
}

.help-item button:after{
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content:'\f3d3';
	margin-left: 10px;
}

.help-item button.close:after{
	content: '\f128';
}


.intro{
	background-color: #eee;
	position: absolute;
	left: 50%;
	top: 50%;

	max-width: 800px;
	min-width: 300px;

	max-height: 300px;
	transform: translate(-50%, -50%);
	padding: 40px;
	color: #666;
	line-height: 150%;
	border-radius: 4px;

	z-index: 30;

	font-size: 18px;

	width: 90%;
	box-sizing: border-box;

	overflow-y: auto;

	margin-top: 20px;

	 -webkit-overflow-scrolling: touch;
}


@media only screen and (min-width:768px){
	.intro{
		margin-top: 0;
		max-height: 800px;
	}
}


.intro h1{
	font-family:'FrutigerLTW01-77BlackCn';
	color: #999;
	font-size: 36px;
	margin-bottom: 30px;	
}

.intro-close{
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;

	width: 12px;
	height: 12px;
	line-height: 12px;
}

.intro button.btn-help{
	float: left;
	background-color: #999;
	color: #fff;
	border: none;
	padding: 5px 10px;
	font-size: 16px;
	margin-top: 30px;
	cursor: pointer;
	display: none;
}

@media only screen and (min-width:768px){
	.intro button.btn-help{
		display: block;
	}
}

.intro button.btn-help:before{
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f142";
	margin-right: 10px;
}


.intro button.btn-next{
	float: right;
	background-color: #c35419;
	color: #fff;
	border: none;
	padding: 5px 10px;
	font-size: 16px;
	margin-top: 30px;
	cursor: pointer;
}

.intro button.btn-next:after{
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content:'\f3d3';
	margin-left: 10px;
}