/** reset **/

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: inherit;
	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;
}

/******************************************************************/
/******************************************************************/
/******************************************************************/

html, body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
  color: #ffffff;
  margin: 0;
  background-color: #000000;
  overflow: hidden;
  -webkit-user-select: none;
	width:100%;
	height:100%;

	transition:background-color 0.6s linear;
}

/**** anim util ****/
.show{
	visibility: inherit 	!important;
	opacity: 1      		 	!important;
	transition-delay:0s 	!important;
}

.cilex-layout .cilex-header .mdl-textfield .mdl-textfield__expandable-holder {
  bottom: 19px;
}

header.cilex-header .googleac-logo{
	fill:#ffffff;
}

header.cilex-header{
	position: absolute;
	top:0;
	visibility: hidden;
	opacity: 0;
	padding-left: 0;
	transition: visibility 0s linear 0.6s, opacity 0.6s linear;
	z-index: auto;
}

header.cilex-header .mdl-layout-title{
	position: relative;
	margin-right: 0;
	display: inline-block;
	overflow: hidden;
	height:100%;
	transition: width 0.4s cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

header.cilex-header .mdl-layout-title .title-elem-cont{
	position: relative;
	height:100%;
	width:500px;
}

header.cilex-header .mdl-layout-title .title-elem-cont span{
	display: inline-block;
	vertical-align:top;
	height:100%;
	white-space:nowrap;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 22px;
}

ul.mdl-menu li a{
	color: inherit;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}

.cilex-content{
  width:100%;
  height: 100%;
  overflow: hidden;
}
.cilex-close-search, .partners button{
	position:absolute;
	top:130px;
	right:80px;
	color:#ffffff;
	visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.6s, opacity 0.6s linear;
}

.cilex-filter-search{
  right: -7px;
  bottom:22px;
}

.cilex-header .mdl-textfield {
  padding: 0px;
  margin-top: 41px;
}

.cilex-search{
	margin-right: 12px;
}

body:not(.transition).curatortable .cilex-search{
	display: inline-block;
}

.cilex-search.is-focused .mdl-textfield__expandable-holder{
	width:500px;
}

.cilex-search input{
  transition: padding-left 0.25s ease-in-out;
	font-family: "Roboto", sans-serif;
	font-weight: lighter;
	padding-top: 0;
	padding-bottom: 0;
	position: absolute;
  bottom:5px;
  left:0;
	border-bottom:none;
}
.cilex-search.artist input{
  padding-left: 46px;
}
.cilex-search .mdl-textfield__expandable-holder{
	height:30px;
}
.cilex-search .cilex-placeholder{
	opacity: 0;
	font-size: 15px;
  position: absolute;
  bottom:6px;
  left:0;
  font-weight: 100;
  color:#ffffff;
	transition: opacity 0.15s linear;
}

.cilex-search.is-focused.empty .cilex-placeholder{
  opacity: 0.7;
}

.cilex-search.artist .artist-stype{
  visibility: visible;
  opacity:1;
}

.cilex-search .artist-stype{
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s linear;
  font-size: 15px;
  position: absolute;
  bottom:6px;
  left:1px;
  font-weight: 500;
  color:rgba(255, 255, 255, 0.4);
}

.cilex-search .mdl-textfield__label:after{
	background-color:#ffffff;
}

.mdl-layout__header-row {
    padding: 0 16px 0 16px;
}
header.cilex-header > .mdl-layout__header-row {
	padding: 0 16px 0 0;
}

/****** SEARCH *********/

.search-autocomplete {
  position:absolute;
  color:#ffffff;
  background: rgba(0, 0, 0, 0.98);
  top: 47px;
  width:500px;
  padding: 0;
  transition: height 0.15s ease-in-out;
  overflow: hidden;
  height:auto;
  margin: 0;
  z-index:200;

  font-weight: 200;

  -webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.75);

	transition: width 0.5s ease-in-out;
}

.search-autocomplete li{
  list-style-type:none;
  width:100%;
  height: 39px;
  border-top: 1px solid #292929;
  overflow: hidden;
}
.search-autocomplete li a{
  color:#ffffff;
  display: block;
  float:left;
  width:100%; height: 100%;
  padding-top: 12px;
  padding-left: 13px;
  transition: color 0.25s linear, background 0.4s linear, font-weight 0.06s linear;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
}
.search-autocomplete li a span{
  font-size: 0.7em;
  padding-right: 5px;
}
.search-autocomplete li a span.artist{
  font-weight: 400;
}
.search-autocomplete li a span.suggestion{
  font-weight: 400;
	text-transform: capitalize;
}
.search-autocomplete li a.selected{
  color:#000000;
  background: #ffffff;
  font-weight: 500;
}
.search-autocomplete li a.selected span{
  color:inherit;
}
.search-results {
  display: inline-block;
  font-size: 16px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  visibility: hidden;
  opacity: 0;
  /*font-weight: 200;*/
	transition: margin-left 0.3s ease-in-out;
	color: #5C5C5C;
}

/* Chapter nav */
.chapter-nav li{
	float: left;
	margin-right: 20px;
}

.chapter-nav li button{
	display: block;
	position: relative;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	background: none;
	color: #ffffff;
	border: none;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	opacity: 0.3;
	transition: opacity 0.4s linear;
}

.chapter-nav li button:hover{
	opacity: 0.9;
}

.chapter-nav li button.selected{
	opacity: 1;
}

/* NAV */
.nav-chapter{
	display: inline-block;
}
.nav{
	display: inline-block;
	padding: 0;
	height: 100%;
}

body.freefall .nav-chapter{
	position: absolute;
	display: block;
	text-align: center;
	top:50%; margin-top: -10px;
	left:53%;
	width:350px;
	margin-left: -150px;
}

.nav.opened li{
	visibility: inherit;
	opacity: 1;
	transition-delay:0s;
}

.nav li{
	position: relative;
	display: block;
	float: left;
	text-decoration: none;
	color: white;
	margin-right: 30px;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}

.nav li a{
	color: white;
	text-decoration: none;
	transition: border 0.2s, padding 0.2s;
	visibility: inherit;
}

.nav li a:hover, .nav li a.selected{
	border-bottom: 3px solid rgba(255,255,255,0.8);
  padding-bottom: 4px;
}
.nav li a.selected {
	border-bottom-color: white;
	pointer-events: none;
}

/*** curator table ***/
.search-card.mdl-card {
	width: 200px;
	height: 170px;
	min-height: 170px;
	position: absolute;
	top:80px;
	right: 115px;
	visibility: hidden;
	opacity: 0;
	overflow:visible;
	transform: scale(0.9);
	transform-origin:right top;
	transition: visibility 0s linear 0.2s, opacity 0.2s linear, transform 0.2s ease-out ;
}
.search-card.mdl-card h4 span{
	color:rgb(255,215,64);
}
.search-card.mdl-card.show {
  transform: scale(1);
}
.search-card.mdl-card::before{
	content:' ';
	display: block;
	width:20px;
	height:20px;
	position: absolute;
	right:5px; top:-9px;
	background: inherit;
	transform: rotate(45deg);
}

.search-card > .mdl-card__actions {
  border-color: rgba(255, 255, 255, 0.2);
}
.search-card > .mdl-card__title {
  align-items: flex-start;
}
.search-card > .mdl-card__title > h4 {
  margin-top: 0;
}
.search-card > .mdl-card__actions {
  display: flex;
  box-sizing:border-box;
  align-items: center;
}
.search-card > .mdl-card__actions > .material-icons {
	font-size: 20px;
}
.search-card > .mdl-card__title,
.search-card > .mdl-card__actions,
.search-card > .mdl-card__actions > .mdl-button {
  color: #fff;
}

/** preloader **/

.search-preloader{
	margin-left: 14px;
}

.main-preloader{
	width: 100%;
	text-align: center;
  margin-top: -60px;
	pointer-events: none;
}

.main-preloader > p {
	font-size: 10px;
	margin-top: 10px;
  text-transform: uppercase;
  font-weight: normal;
}
.main-preloader span{
	opacity: 1;
  color: grey;
  position: relative;
  top: 50px;
}
body.curatortable .main-preloader > p,
body.tsnemap .main-preloader > p {
	color: rgba(0,0,0,0.5);
}
body.tsnemap .main-preloader .mdl-spinner{
	margin-top: 50px;
}
body.tsnemap .main-preloader{
	margin-top: -160px;
	margin-bottom: 60px;
}
body.freefall .main-preloader{
	margin-top:30px
}

/** dialog popin **/
dialog.mdl-dialog {
  position: absolute;
  left: 0; right: 0; top:0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border: none;
  padding: 2em;
  background: white;
  color: black;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

dialog.mdl-dialog[open]{
	visibility: inherit;
	opacity: 1;
	transition-delay:0s;
}

/* for small devices, modal dialogs go full-screen */
@media screen and (max-width: 540px) {
  dialog[_polyfill_modal] {  /* TODO: implement */
    top: 0;
    width: auto;
    margin: 1em;
  }
}

.mdl-dialog::backdrop{
	display: none;
}
.mdl-dialog-back{
	position: absolute;
	top:0; left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.15);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.4s, opacity 0.4s linear;
}
.mdl-dialog .mdl-dialog__content div{
	width:100%;
	margin-top: 20px;
}
.mdl-dialog .mdl-dialog__content div i.material-icons{
	width: 50px;
  text-align: center;
}
.mdl-dialog .mdl-dialog__content div i.material-icons,
.mdl-dialog .mdl-dialog__content div img{
	float: left;
    margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#000000;
}

.mdl-dialog .mdl-dialog__content div img.shiftimg{
	margin-top: 1px;
}

/** HELP POPIN **/
.mdl-dialog.help {
	width:375px;
}

.mdl-dialog.help .mdl-dialog__content div i.material-icons{
	font-size: 34px;
}

.mdl-dialog.help .mdl-dialog__content div div {
	display: table;
}

.mdl-dialog.help .mdl-dialog__content div p {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
}

.mdl-dialog.help .mdl-dialog__content div i.material-icons,
.mdl-dialog.help .mdl-dialog__content div img{
	margin-left: 20px;
    margin-right: 30px;
	margin-top: 8px;
}

/** generic help popin **/
.mdl-dialog.help-popin{
	width:360px;
}

/** SHARE POPIN **/

.mdl-dialog.share {
	width:330px;
}
.mdl-dialog.share .mdl-dialog__title{
	font-size: 1.5em;
}
.mdl-dialog.share a{
	display: inline-block;
	width: 32.33333333%;
	margin: 12px 0 8px;
	color: inherit;
	text-align: center;
	text-decoration: inherit;
	vertical-align: top;
	cursor: pointer;
	/*visibility: hidden;
	opacity:0;
	transition: visibility 0s linear 0.4s, opacity 0.4s linear;*/
}
.mdl-dialog.share a svg{
	  margin-bottom: 8px;
}
.mdl-dialog.share a span{
	font-size: 0.8em;
}
.mdl-dialog.share #share-url-clip{
	float: left;
	width: 165px;
	border-radius: 2px;
	font-size: 0.8em;
	color:rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
	padding: 5px;
	height:22px;
}

.mdl-dialog.share .clipboard-btn {
	float: left;
	background-color: rgba(0, 0, 0, 0.1);
	width:100px;
	font-size: 0.7em;
	padding: 0;
}
.mdl-dialog.share .clipboard-btn i.material-icons{
	margin:0;
	width:auto;
	float:none;
	margin-left: 6px;
}
.mdl-dialog.share .clipboard-title{
	display:inline-block;
	width: 100%;
	margin-bottom:10px;
	margin-top:20px;
}
.mdl-dialog.share .clipboard-btn span{
	margin:0;
	width:auto;
	float:none;
}

.mdl-dialog.share .share-clip-feedback{
	display: inline-block;
	text-align: center;
	width:100%;
	padding-top: 5px;
	visibility: hidden;
	font-size: 0.75em;
	opacity:0;
	transition: visibility 0s linear 0.4s, opacity 0.4s linear;
	font-weight: bold;
}

.mdl-dialog.share .mdl-dialog__content div:first-child {
	display: flex;
	justify-content: center;
}

/** App dialog **/
.mdl-dialog.app {
	width: 350px;
}
.mdl-dialog.app .mdl-dialog__title{
	font-size: 1.5em;
}
.mdl-dialog.app .mdl-dialog__content{
	margin-bottom: 40px;
}
.mdl-dialog.app .mdl-dialog__content p{
	margin-bottom: 40px;
}
.mdl-dialog.app .mdl-dialog__content a{
	display:block;
	float:left;
}
.mdl-dialog.app svg.gaclogo{
	width: 300px;
	padding-left: 24px;
}
.google-play{
    width: 156px;
    height: 40px;
    background-image: url('https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png');
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
		margin-left: -10px;
}

.app-store {
    width: 135px;
    height: 40px;
		margin-left: 20px;
    background-position: center;
}

/**** EDITOR --- GUIDED TOUR ****/
.header-left.mdl-layout__header-row{
	padding: 0 0 0 16px;
}

.editor-panel{
	position:absolute;
	background: none;
	width:320px;
	top:0;
	left:-320px;
	height: 100%;
	color:white;
}

.editor-wrapper{
	overflow-y: auto;
	overflow-x: hidden;
	background-color: white;
	color:black;
	position: absolute;
	top:64px;
	left:0;
	right:0;
	bottom:0;
}
.editor-blue .editor-wrapper{
	background-color: #ffffff;
	color:#505050;
}

.editor-panel .editor-header{
	color:#ffffff;
	background: none;
}

.editor-panel .editor-content{
	padding: 15px;
  padding-right: 0;
}

.editor-panel h2{
	padding: 20px 0;
	font-size: 32px;
	font-weight: 100;
}

.editor-sightsee-title{
	font-weight: 100;
	font-size: 27px;
	height: 34px;
	line-height: 34px;
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: 8px;
}

.editor-sightsee-title i{
	display: inline-block;
	font-size: 20px;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	line-height: 30px;
	background-color: #ffffff;
	border-radius: 15px;
	text-align: center;
	color:#2b2c2d;
}
.editor-blue .editor-sightsee-title i{
	color: #0072bb;
}

.start-btn{
	width:100%;
	font-size: 24px;
	text-transform: none;
	color:#ffffff;
	margin-top: 77px;
	height: 60px;
	font-weight: 100;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}

.editor-panel ::-webkit-scrollbar{
	width: 10px;
}

.editor-panel ::-webkit-scrollbar-track-piece{
	background-color: #ffffff;
}

.editor-panel ::-webkit-scrollbar-thumb{
	background-color: #dddddd;
	outline: none;
	border: none;
}

.editor-sightsee li {
	position: relative;
	height: 46px;
}
.editor-sightsee li :after{
	content:' ';
	display: block;
	position: absolute;
	top:0; left:5px;
	width:10px; height:10px;
	border-radius: 8px;
	background-color: #ffffff;
}
.editor-sightsee li:not(:last-of-type) :before{
	content:' ';
	display: block;
	position: absolute;
	top:10px; left:9px;
	width:2px; height:36px;
	background-color: #ffffff;
}
.editor-sightsee li:not(:last-of-type) :before{ background-color: #e1e1e1;}
.editor-sightsee li a{
	display: block;
	padding-left: 30px;
	color:#575757;
	font-size: 15px;
	line-height: 10px;
	font-weight: 100;
	text-decoration: none;
	transition: opacity 0.2s linear;
	-webkit-font-smoothing: initial;
}
.editor-sightsee li a:focus {outline:0;}
.editor-blue li a{
	color:#000000;
	background-color:#FFFFFF;
	transition: background-color 0.2s linear, color 0.2s linear;
}

.editor-sightsee li a:hover{
	opacity: 0.7;
}

.editor-panel-close-btn{
	position: absolute;
	top:80px;
	right:15px;
	box-shadow: none;
	background-color: #ffffff;
}

/* start screen */
.start-screen, .intro-start-screen{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	height:auto;
	margin: auto;
	width: 100%;
	visibility: hidden;
  opacity: 0;
	text-align: center;
  transition: visibility 0s linear 0.7s, opacity 0.7s linear;
	color: #575757;
}
.start-screen h2, .intro-start-screen h2{
	padding-bottom: 30px;
	font-size: 36px;
	line-height: 42px;
	font-weight: 100;
}
.start-screen .start-btn, .intro-start-screen .start-btn{
	width:300px;
}

/* help start */
.help-start{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	cursor: pointer;

	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.help-start .help-start-tooltip{
	position: absolute;
	background-color: #ffffff;
	top:50%;
	left:50%;
	border-radius: 5px;
	width:190px;
	margin-left: 40px;
	margin-top: -100px;
}

.help-start .help-start-mouse, .help-start .help-start-artwork{
	position: absolute;
	top:50%;
	left:50%;
}
.help-start .help-start-mouse{
	margin-left: -35px;
	margin-top: -80px;
}
.help-start .help-start-artwork{
	margin-left: -100px;
	margin-top: -90px;
}
.help-start .help-start-tooltip p{
	padding:25px;
	color:#242424;
	font-size: 16px;
}
.help-start .help-start-mouse-wheel{
	position: absolute;
	left:50%;
	top:2px;
	margin-left: -8px;
	height:15px;
	width:8px;
	border-radius: 8px;
	background-color: #ffffff;
	border: 4px solid rgba(0, 0, 0, 0.2);
}

.help-start .help-start-tooltip::before{
	display: block;
	content:' ';
	position: absolute;
	background-color: #ffffff;
	top:50%;
	left:-4px;
	margin-top: -7px;
	width:15px; height:15px;
	transform: rotate(45deg);
}

/* freefall */

.freefall .start-screen{
	color: white;
}
.freefall .intro-start-screen{
	text-align: left;
	width: 540px;
	padding: 20px;
	box-sizing: border-box;
	color: white;
	margin-left: 50%;
	max-width: 50%;
}

/* curator table */

.curatortable .start-btn{
	width:30%;
	min-width:300px;
}
.curatortable #editorbtn {
	display: none;
}

/** Footer **/
.footer-map-nav{
	position: absolute;
	right: 15px;
	bottom: 50px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.6s, opacity 0.6s linear;
}

.footer-map-nav button:focus {outline:0;}
.footer-map-nav button {
	cursor: pointer;
	visibility: inherit;
	display: block;
	border: none;
	background: none;
	color:#ffffff;
	width:34px; height: 34px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.footer-map-nav button div {visibility: inherit;}

.footer-map-nav .rotation-toggle{
	background-color: #ffffff;
	color:#292929;
	border-radius: 2px 2px;
	font-size: 18px;
	transition: background-color 0.3s linear, color 0.3s linear;
	width:38px; height: 38px;
	line-height: 44px;
}
.footer-map-nav .rotation-toggle.checked{
	background-color: #292929;
	color: #ffffff;
}

.footer-map-nav .rotation-toggle-tooltip{
	position: absolute;
	right:46px; top:-27px;
	font-size: 12px;
	background-color: #000000;
	color:#ffffff;
	border-radius: 2px;
	width: 250px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.25s, opacity 0.25s linear;
}
.footer-map-nav .rotation-toggle-tooltip:before{
	content:" ";
	transform: rotate(45deg);
	display: block;
	width:12px; height:12px;
	background-color: #000000;
	position: absolute;
	right:-3px;
	bottom:10px;
}
.footer-map-nav .rotation-toggle-tooltip span{
	display: block;
	padding: 10px;
}
.footer-map-nav .rotation-toggle-tooltip div{
	border-bottom: 1px solid #ffffff;
}

.footer-map-nav .space-toggle{
	perspective: 100px;
	color:#000000;
	width: 42px;
	height:42px;
	box-shadow: none;
}

.footer-map-nav .space-toggle div{
	position: absolute;
	width:42px;
	height: 42px;
	background-color: #ffffff;
	border-radius: 2px 2px;
	top:0; left:0;
	transition: transform 0.3s ease-in-out;
}

.footer-map-nav .space-toggle span{
	visibility: hidden;
	display: block;
	position: absolute;
	text-align: center;
	width:100%; height: 100%;
	font-size: 1.1em;
	line-height: 42px;
}

.footer-map-nav .space-toggle.threed span:first-child{
	visibility: inherit;
}

.footer-map-nav .space-toggle:not(.threed) span:last-child{
	visibility: inherit;
}

.footer-map-nav .space-toggle.threed div{
	transform: rotateY(30deg);
}

.partners-link{
	position: absolute;
	bottom: 20px;
	right:15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.6s, opacity 0.6s linear;
}
.partners-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  opacity: 0;
  background-color: #ffffff;
  transition: opacity 0.2s linear;
}
.partners-link:hover:before {
  opacity: 0.4;
}
/** TRIVIA **/
.trivia{
	position: absolute;
	left:50%;
	bottom:-152px;
	width:560px;
	margin-left: -280px;
	min-height: 150px;
	background-color: #292929;
	font-weight: lighter;
	border-radius: 2px 2px 0 0;
	transition: bottom 0.45s cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
body.mobile .trivia:not(.opened){
	bottom:-200px;
}
body.tsnemap .trivia, body.curatortable .trivia{
	min-height:130px;
}
.trivia.opened{
	bottom:0;
}
.trivia h2{
	font-size: 25px;
	padding-left:40px;
	padding-right:40px;
	padding-top:23px;
}
.trivia p{
	font-size: 13px;
	line-height: 18px;
	padding-left:40px;
	padding-right:50px;
	padding-top:20px;
	padding-bottom:23px;
}
.trivia p a{
	color: inherit;
}
.trivia .mdl-button{
	position: absolute;
	top:0;
	right:0;
	color:#ffffff;
	height:54px;
	line-height: 54px;
	min-width: 86px;
}
.trivia .mdl-button .material-icons{
	font-size: 30px;
}
.trivia-reup{
	position: absolute;
	bottom:-41px;
	left:50%;
	margin-left: -43px;
	height:40px;
	line-height: 40px;
	min-width: 86px;
	color:#ffffff;
	background: #000000;
	border-radius:2px 2px 0 0;
	transition: bottom 0.25s cubic-bezier(0.215, 0.610, 0.355, 1.000), height 0.15s ease-in-out, background 0.25s linear;
}
.trivia-reup.opened{
	bottom:0;
	background:#292929
}
.trivia-reup:hover{
	background: #000000;
	height:48px;
}
.trivia-reup .material-icons{
	font-size: 30px;
}

.trivia.timeline,
.trivia.random{
	min-height: 125px;
}

/** partners **/
.partners{
	position: absolute;
	width:100%;
	top:100%;
	text-align: center;
	background: #111111;
	height:0;
	overflow-y: auto;
	overflow-x: hidden;
	transition: top 0.5s cubic-bezier(0.860, 0.000, 0.070, 1.000); /*$quint-ease-in-out*/
}

.partners.open{
	top:0;
}

.partners button{
	position:fixed;
	top:30px;
	right:30px;
}

.partners .mdl-spinner{
	position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
}

.partners::-webkit-scrollbar{
	width: 16px;
}

.partners::-webkit-scrollbar-track-piece{
	background-color: #111111;
}

.partners::-webkit-scrollbar-thumb{
	background-color: #454545;
	outline: none;
	border: none;
}

.partners ul{
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}
.partners li{
	width:100px;
	height:100px;
	float:left;
}

.partners li:last-of-type{
	margin-bottom: 80px;
}
.partners li a{
  display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100px;
	height:100px;
	transition: opacity 0.15s linear;
}

.partners li a:hover{
	opacity:0.6;
}

/** tsne guided tour btn **/
.guided-tour-btn{
	position: absolute;
	left:16px;
	top:76px;
	background: #ffffff;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.6s, opacity 0.6s linear;
}

.guided-tour-btn:hover{
	background: #eaeaea;
}

/******* COLORED *********/
/* Curator Table */
body.curatortable .bgcolor,
body.curatortable .editor-sightsee li :after{
	background-color: #6834ba;
}
body.curatortable .mdl-dialog .mdl-dialog__title,
body.curatortable .chaptercolor,
body.curatortable a.hovercolor:hover{
	color: #6834ba;
}
/* grey background */
html.curatortable, body.curatortable{
	background-color: #d7d7d7;
}
body.curatortable .partners-link{
	color:#6834ba;
}
body.curatortable .partners-link:before{
	background-color:#6834ba;
}
/* Freefall */
body.freefall .bgcolor,
body.freefall .editor-sightsee li :after{
	background-color: #f44336;
}
body.freefall .mdl-dialog .mdl-dialog__title,
body.freefall .chaptercolor,
body.freefall a.hovercolor:hover{
	color: #f44336;
}
/* Tsnemap */
body.tsnemap .bgcolor {
	background-color: black;
}

body.tsnemap .partners button.bgcolor {
	background-color: #ffffff;
	color:#000000;
}
body.tsnemap .editor-sightsee li :after{
	background-color: #909090;
}
body.tsnemap .editor-sightsee li.highlight :after{
	background-color: black;
}
body.tsnemap .editor-sightsee li.highlight a{
	color: black;
	font-weight: 400;
}
body.tsnemap .mdl-dialog .mdl-dialog__title,
body.tsnemap .chaptercolor,
body.tsnemap a.hovercolor:hover{
	/*color: #0072bb;*/
	color: #000000;
}

body.tsnemap .partners-link{
	color:black;
}
body.tsnemap .partners-link:before{
	background-color:black;
}

html.tsnemap, body.tsnemap{
	background-color: #ffffff;
}

.tsnemap .start-btn.freemode {
	margin-top: 30px;
	background-color: grey;
}

.cilex-header h1, .cilex-header h2{
	font-size: 17px;
	font-weight: 300;
	margin-top: 1px;
}

.header-left a{
	color:#ffffff;
	text-decoration: none;
}
.header-left a.title-arts-culture{
	font-size: 16px;
}
.header-left span {
    position: relative;
    margin: 0 12px 0 12px;
    height: 20px;
    width: 1px;
    background-color: rgba(255,255,255,0.54);
    float: left;
		font-weight: light;
}

/****** MOBILE ******/

body.mobile .trivia {
  width: 100%;
  left: 0;
  margin-left: 0;
}

/* responsive things */
@media only screen and (max-width: 1024px) {
	.editor-wrapper{
		top:56px;
	}
	body.freefall .nav-chapter{
		left:390px;
		margin-left:0;
	}
	.search-autocomplete{
		top:43px;
	}
}
@media only screen and (max-width: 1280px) {
	.cilex-search.is-focused .mdl-textfield__expandable-holder{
		width:320px;
	}
	.search-autocomplete{
		width:320px;
	}
	body:not(.mobile) .trivia,body:not(.mobile) .trivia-reup{
		left:35%;
	}
}
