@charset "UTF-8";
/* CSS Document */ 
 

/* 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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}
 
html{ width: 100%; height: 100%; ;}

body {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		border:0;
		font-size: 0;
		line-height: 0;
		font-family: 'Nunito Sans'; 
		overflow-y: scroll;
		top: 0;
} 

*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

a{ cursor: pointer; }  
b{ font-weight:700 }  

.animate5{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all  0.5s ease-in-out;
	-ms-transition: all  0.5s ease-in-out;
	-kthtml-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.animate4{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all  0.4s ease-in-out;
	-ms-transition: all  0.4s ease-in-out;
	-kthtml-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.animate3{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all  0.3s ease-in-out;
	-ms-transition: all  0.3s ease-in-out;
	-kthtml-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.animate2{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all  0.2s ease-in-out;
	-ms-transition: all  0.2s ease-in-out;
	-kthtml-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.animate1{
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all  0.1s ease-in-out;
	-ms-transition: all  0.1s ease-in-out;
	-kthtml-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}  


/* preloader */


#preloader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}  
  
.spinner {
  position: absolute;
	left: 0; right: 0;
	bottom: 0; top: 0;
	margin: auto;
	height: 60px;
	width: 60px;
	border-width: 1px;
	border-style: solid; 
	animation: spin 500ms infinite linear;
	border-radius:100%;
	background: none;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(359deg); }
}

/* ui */

#resizer{
	pointer-events: none;
	display: none;
	position: fixed;
	height: 70%;
}

#top_bar.start{ 
	height: 120px;
}

#top_bar{
	position: fixed;
	width: 100%;
	height: 80px;
	top: 0;
	left: 0;
	z-index: 10;
}

#top_bar_bg{
	pointer-events: none;
	opacity: 0;
}

#top_bar_bg.show{ opacity: 1;} 


.bar_bg{ 
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute; 
	top: 0;
	left: 0;
}

.shadow{
	position: absolute; 
	left: 0;
	width: 100%;
	background-size: 100% 100%;;
	background-repeat: no-repeat; 
	height: 8px;
}

.shadow.down{
	top: 100%;
	background-image: url(../layout/ev_shadow/down.png);
}

.shadow.up{
	bottom: 100%;
	background-image: url(../layout/ev_shadow/up.png);
}

#top_shadow{ height: 0;	z-index: 5; }
#bottom_shadow{ height: 8px; z-index: 5; }

#top_project{
	position: absolute;
	top: 0;
	left: 80px;
	width: calc(100% - 160px);  
	height: 100%;;
	z-index: 2;
	opacity: 1;  
}

#top_title{	
	position: absolute;  
	width: 100%; 
	height: 14px;
	bottom: 50%;
	line-height: 14px; 
	text-transform: uppercase;
	font-size: 12px;    
}

#top_subject{	
	position: absolute;  
	width: 100%; 
	height: 20px;
	top: 50%;
	line-height: 20px; 
	font-size: 11px;    
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 200;
}

.ellipsis{ 
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

#top_subtitle{	
	position: relative;   
	display: inline-block;   
	height: 80px;
	line-height: 80px;
	font-size: 16px; 
	opacity: .3;
	/* background: #f0f; */
} 

.start #top_project{ opacity: 0; }

.cover{
	width: 100%; 
	height: 70%;
	max-height: 800px;
	overflow: hidden;
	position: relative; 
}

.cover_bg{
	position: relative;
	width: 100%; 
	height: 100%; 
	background-size: cover; 
	background-position: center top;
}

.cover_fog{
	top: 0; left: 0;
	position: absolute;
	width: 100%; 
	height: 100%; 
	background-size: 100% 100%;  
}

.cover_project{
	width: 80%;
	max-width: 550px;
	height: 100%; 
	position: absolute;
	top:0; bottom: 0;
	left: 0; right: 0;    
	margin: auto;
	z-index: 1;  
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat; 
	pointer-events: none;
} 

.cover_subject{
	position: absolute;
	top: 60%;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-repeat: #000;
	font-family: 'Roboto';
	font-weight: 200;
	font-size: 25px;
	text-align: center;
	letter-spacing:14px;
	left: 7px;
	color: #fff;
	text-transform: uppercase;
}



#ev_logo{
	width: 80px;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: 2;
	cursor: pointer; 
}

#client_badge{
	width: 80px;
	height: 100%;
	position: absolute;
	top: 0; 
	right: 0;
	z-index: 2; 
	background-position: center;
	background-size: 25px 25px;
	cursor: pointer;
	background-repeat: no-repeat;
	opacity: 1;
}
.show_card #client_badge{
	opacity: 0;
} 

.start #ev_logo{ left: 40px; transform: scale(1.5); }
.start #client_badge{ right: 40px; transform: scale(1.5); }
	
/* footer */


#footer{
	width: 100%;
	height:350px;
	color: #fff;
	margin: auto;   
	position: relative;
}  
 
#footer_container{
	width: 100%;
	max-width: 1000px;
	height: 100%;
	position: relative;
	margin: auto; 
}

.footer_cell{
	position: absolute; 
	top: 0;
	width: 50%;
	height: 100%; 
}


.footer_cell.left { left: 0; }
.footer_cell.right { right: 0;  }

#footer_logo{
	width: 100%;
	height: 20px; 
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 60px; 
	font-size: 11px;
	line-height: 15px;
}

#footer_about{
	width: 100%;
	max-width: 350px; 
	position: absolute;
	top: 100px; 
	font-size: 12px;
	line-height: 16px;
	padding-right: 30px;
}

#footer_contact{
	font-weight: 200;
	line-height: 18px;
	position: absolute;
	left: 0;
	width: 50%;
	height: 50px;
	top: 170px;
}

#footer_contact li{
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}

#footer_contact .icon {
	position: absolute;
	width: 22px;
	height: 22px;
	left: 0;
	top: 0; 
}

.footer_nav{
	font-size: 11px;
	line-height: 18px;
	font-weight: 200;
	text-transform: uppercase;
	position: absolute;
	width:30%;
	height: 100%; 
	top: 0;
	padding-top: 60px; 
}

.footer_nav li{ 
	cursor: pointer; 
}

.footer_nav_title{
	font-weight: 400;
	margin-bottom: 5px;
}

.footer_nav.left{  left: 0;}
.footer_nav.right{  left: 30%;}



/* interactive */

.bt{
	display: block;
	width: 100%;
	text-transform: uppercase;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	user-select: none;
	font-weight: 300;
}  

.small_bt{  
	max-width: 250px;
	font-size: 14px;
	height: 40px; 
	line-height: 40px;
	color: #fff;
	margin-left: 100px;
	margin-bottom: 30px;
}

.big_bt{  
	max-width: 350px;
	font-size: 14px;
	height: 50px; 
	line-height: 50px; 
	margin: 0 auto 50px auto;
	position: relative;
}

.big_bt .icon{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;	
	top: 0; 
}

.narrative_radar{
	width: 100%;
	height: 500px; 
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
}


#save_bt{
	height: 40px;
	line-height: 40px;
	max-width: 200px;
	font-size: 12px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
}

.bt.locked{ pointer-events: none; }

#options{	
	position: fixed;
	width: 100%; 
	height: 70px;
	bottom: -100px; 
	z-index: 11; 
	left: 0;
}

#options.show{ bottom:0; }

.css_shadow{ 
	-webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
}

#options_ul{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	/* display: flex;
	flex-direction: row;
	justify-content: space-around; */
}

.option_li {
	position: absolute;
	font-size: 12px;
	line-height: 70px; 
	cursor: pointer;   
	height: 70px;
	z-index: 4;   
}

#help_bt{ width: 200px; }
#journey_bt{ width: 200px; }

#back_bt{ 
	position: absolute;
	height: 40px;
	font-size: 12px;
	line-height: 40px;  
	padding:0 30px 0 50px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 15px;
	cursor: pointer;  
	border-radius: 5px;  
	z-index: 4;   
}

.option_li.left { left: 0; text-align: left; padding-left: 70px;  }
.option_li.right { right: 0; text-align: right; padding-right: 70px; }
.option_li.center { right: 0; text-align: center; left: 0; margin:auto; }

.option_icon {
	position: absolute; 
	width:40px; 
	height: 40px;  
	top: 0; bottom: 0;
	margin: auto;   
}
 
#back_bt .option_icon { left: 0; }
#help_bt_icon{ right:20px;}

.bottom_bar{
	position: absolute;
	width: 100%;
	height: 70px;
	bottom: 0;
	left: 0;  
}
 
/* menu  */


#menu_bt{
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;  
	width:60px;
	height: 60px;
	z-index: 4;  
} 

#menu_arrow{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;  
	width:60px;
	height: 60px;
	z-index: 4;  
}

#menu_lb{
	width: 100%;
	height: 100%;
	pointer-events: none;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	line-height: 80px;
}

#top_menu{
	width: 300px;
	height: 80px;
	line-height: 80px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-transform: uppercase;
	z-index: 5; 
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.start #top_menu{  
	top: 20px; 
}

.menu_item {
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 80px; 
	cursor: pointer;
	user-select: none; 
	cursor: pointer;
	position: relative;
}

.menu_item .flag{
	position: absolute;
	left: 0;right: 0;
	margin: auto;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #f00;
} 

.menu_item.selected .flag { width: 100%; }  

#mobile_menu{ display: none; }
#mobile_menu_bar{ display: none; }



/* content */ 

.container{
	width: 85%;
	padding-top: 30px;
	max-width: 900px;
	margin: auto;
	height: auto;
	min-height: calc(100% - 100px);  
	min-height: 100%;  
	position: relative; 
}

.app_page{ 
	width: 100%;  
	min-height: calc(100% - 100px);  
	position: relative; 
}

.content{  
	font-size: 20px; 
	line-height: 1.3em; 
	font-weight: 200;
	max-width: 700px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.content p {	margin-top: 30px; }
.content h1 { font-size: 30px; line-height: 1.3em; } 
.content h2 { font-size: 24px; line-height: 1.3em;  } 
.content h3 { margin-top: 28px; line-height: 1.3em; } 
.content .bold { font-weight: 400 }

.content.shift{  
	font-style: italic;
	padding-left: 20px;
	font-size: 18px;
	line-height: 26px;
}

.gap{
	text-align: center;
	font-size: 24px;
}

#side_techs{ 
	padding: 20px 0; 
}

.section_title {
	font-family: "Roboto Condensed"; 
	width: 100%;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 20px;
} 

.side_tech_li{ 
	font-size: 18px;
	width: 100%;
	height: auto;
	line-height: 30px;
	cursor: pointer;
	padding-left: 10px;
	border-radius: 5px;	
}

.side_tech_li .number{
	font-size: 14px;
	font-weight: 400;
	margin-right: 7px;
}  

.side_tech_li .trl{
	font-size: 14px;
	font-weight: 400;
	margin-left: 5px;
}  

  



/* home */  

.cover_image{
	position: absolute;
	width: 60%;
	height: 100%; 
	top: 0;
	background-size: cover;
	background-position: center;
} 

.left .cover_image{ left: 0; }
.right .cover_image{ right: 0; }

.story_section .fog{ display: block; }
.story_section .fog_m{ 
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0; 
}

#intro{ 
	text-align: center;
	width: 100%;
	max-width: 900px;
	height: auto; 
	margin: auto;
	font-size: 22px;
	line-height: 30px;
	font-family: 'Roboto';
	font-weight: 100;  
	padding: 100px 50px;
}

#intro p{
	margin-bottom: 20px;
}

.story_section{
	width: 100%;
	height: 550px;
	background-color: #110d24; 
	position: relative;
}

.story_section .fog{
	position: absolute;
	width: 80%;
	height: 100%; 
	top: 0; 
} 

.story_section.left .fog{ 
	right: 0; 
	left: auto;  
	background-size: 100% 100%; 
}

.story_section.right .fog { 
	left: 0; 
	right: auto;  
	background-size: 100% 100%;
}

.story_data{
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	max-width: 550px; 
}

.left .story_data{ left: 50%;}
.right .story_data{ right: 50%;}

.story_title{
	position: absolute;
	bottom: 400px;
	width: 100%;
	height: auto; 
	font-size: 40px;
	line-height: 50px;
	font-family: 'Roboto';
	font-weight: 100;  
}

.story_author{ 
	position: absolute;
	top: 150px;
	width: 100%;
	height: 30px; 
	line-height: 30px;
	font-size: 16px;  
}
.story_by{ font-weight: 200 }
.story_name{ font-weight: 700 }

.story_summary{ 
	position: absolute;
	top: 195px;
	width: 100%; 
	font-weight: 200; 
	font-size: 15px; 
	line-height: 20px;  
} 

.story_time{
	margin-top: 20px; 
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 150px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 300;
}


.story_go{   
	font-size: 14px; 
	font-weight: 300;
	cursor: pointer;   
	position: absolute;
	height: 50px;
	bottom: 100px;
	line-height: 48px;
	display: block;
	padding: 0 50px; 
	border-radius: 5px;
	border: #fff 1px solid;
	background: rgba(255,255,255,0);
	outline: none;
}

/* story */
#story{ 
	position: relative;
}   

#cover_data{ 
	width: 85%; 
	max-width: 700px; 
	margin: auto;
	height: auto;
	left: 0;
	right: 0; 
	bottom: 0; 
	position: absolute;  
	pointer-events: none; 
	background: #f00;
} 

#cover_title{
	position: absolute;
	bottom: 40px;
	width: 100%;
	height: auto; 
	font-size: 50px;
	line-height: 1.3em;
	font-family: 'Roboto';
	font-weight: 100; 
}

#cover_author{ 
	position: absolute;
	bottom: 0;
	width: 100%; 
	height: 30px; 
	line-height: 30px;
	font-size: 18px;  
}

/* credits */


#credits_list .credit{ 
	position: relative; 
} 
 

#credits_list .credit.full{
	width: 100%; 
	margin-top: 20px;
	background-size: #000; 
	height: 280px;
} 

#credits_list .credit.full .role{ margin-left: 0 }

#credits_list .credit.full .photo{  
	width: 200px;
	height: 260px; 
	background-size: cover;
	background-position: center; 
	background-repeat: no-repeat;
	position: relative;
	background-blend-mode:luminosity;
}   

#credits_list .credit.full .credit_data{  
	position: absolute;
	top: 0;
	left: 230px;
}

#credits_list .description{
	font-size: 14px; 
	line-height: 20px;
	font-weight: 300;
	padding-top: 10px;
} 

 
#credits_list .role{
	font-size: 14px;
	text-transform: uppercase; 
	margin-left: 10px;
	font-weight: 300;
} 

#credits_list .name{
	font-weight: 400;
}   

#credits_list .division{
	margin-top: 40px;
	margin-bottom: 5px;
	font-size: 14px; 
	font-weight: 400;
}   

#credits_list .url{
	display: inline-block;
	width: 30px;
	height: 10px;
	position: relative;
	cursor: pointer;
} 
  
#credits_list .link{ 
	font-size: 16px; 
	padding-left: 25px;
	cursor: pointer;
	margin-top: 10px;
	position: relative;
}

#credits_list .link .icon{
	position: absolute;
	left: 0;
	top:0;
	width: 15px;
	height: 28px;
}

#credits_logos{
	width: 100%;
	height: 300px; 
	margin-top: 50px;
	position: relative;
}

.credit_logo{ 
	position: absolute;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: bottom; 
	background-size: 50%;
	background-position:center;
}

.credit_logo.left{ left: 0;}
.credit_logo.right{ right: 0;}


/* overlay & modal */ 

#overlay{
	position: fixed;
	width: 90%;
	max-width: 600px;
	max-height: 900px;
	height: 90%; 
	left: 0; right: 0; top: 0; bottom: 0;
	margin: auto;
	pointer-events: none; 
	opacity: 0;
	z-index: 22; 
	border-radius: 10px;
	overflow: hidden;
}

.show_overlay #overlay{
	opacity: 1;
	pointer-events: all;
} 

#modal{
	top: 70px;
	height: calc(100% - 140px);
	pointer-events:inherit;
	position: absolute;
	width: 100%;
	z-index: 23; 
	overflow: hidden; 
}

.show_overlay #modal{
	overflow: auto;
}
 

#modal_top{
	height: 70px;
	line-height: 70px;
	pointer-events:inherit;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 24; 
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	font-family: 'Nunito Sans'
} 
 
#modal_bottom{ 
	pointer-events:inherit;
	position: absolute; 
	bottom: 0;
	left: 0;
	z-index: 24; 
	width: 100%;
	height: 70px; 
}

#modal_icon{
	width:70px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;  
	cursor: pointer;
	z-index: 24;
} 

#modal_x{
	width:70px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;  
	cursor: pointer;
	z-index: 24;
} 
  
/* help */ 

#help{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 23; 
	left: 0;
	top: 0; 
	overflow: auto;
}

#help_content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 85%; 
	height: 100%;
	max-width: 550px; 
	margin: auto;
	font-weight: 300;
}

#help_nav{
	width: 250px;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 70px;
	font-size: 14px;
	text-align: center;
	user-select: none;
}

#help_pos{
	height: 100%;
	width: 100%;
	font-weight: 400; 
}

.help_nav_bt{
	position: absolute;
	top: 0;
	width: 70px;
	height: 100%;
	cursor: pointer; 
}

.help_nav_bt.off{
	pointer-events: none;
	opacity: .25;
}

#help_next{ right:0; }
#help_prev{	left:0; }

.help_page{
	width: 100%;
	position: relative;
	height: auto;  
	padding-bottom: 20px;
}

.help_image{
	height: 400px; 
	width: 100%; 
	margin: 0 auto; 
	position: relative;
}

.help_text{
	width: 100%; 
	font-size: 18px;
	line-height: 24px;
	margin-top: 30px;
}

.help_text .important{
	font-size: 14px;
	font-weight: 700;
}

.help_image svg{
	width: 100%; 
	height: 100%;
}


/* journey */ 

#journey{
	width: 90%; 
	max-width: 900px; 
	position: relative;
	z-index: 23;
	margin: 50px auto;
}

#journey_ul{
	position: relative;
	width: 100%; 
	z-index: 23;
} 
 

#journey_bottom_bar{ 
	z-index: 24;
} 

#journey_bt_label{ 
	position: relative;  
	font-size: 14px;
	font-weight: 300;;
	z-index: 5;
	top: 5px;
}

#journey_bt_bg{ 
	height: 80px;
	width: 80px; 
	border-radius: 40px;
	position: absolute; 
	left:0;
	right: 0;
	margin:auto;
	top: -15px; 
	z-index: 4; 
} 

#journey_bt_counter{ 
	width: 27px;
	height: 27px;
	border-radius: 27px;
	line-height: 27px;
	background-color: #f00;
	position: absolute; 
	top: -5px;
	left:0;
	right: 0;
	margin:auto;
	font-size: 12px; 
	text-align: center;
	z-index: 5; 
	font-weight: 400;	
} 

#you_are_here{   
	font-size: 16px;
	width: 100%;
	height: 25px;
	line-height: 25px; 
	position: relative;
	z-index: 23; 
	color: #fff;
	padding-left: 60px;
	top: -30px;
}

#you_are_here .arrow{
	position: absolute;
	font-weight: 400;
	bottom: 5px;
	left: 25px;
	transform: scale(-1,1);
}

.journey_item{
	width: 100%;
	height: 80px;
	position: relative;  
	cursor: pointer;
}

.journey_item .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
}
 
.journey_item:hover .bg{
	background: rgba(255,255,255,.05);
}
 

.journey_item .sample_text{
	width: calc(100% - 70px);
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 10px;
	top: 0;
	overflow: hidden;
	text-overflow: ellipsis; 
	white-space: nowrap;
	font-size: 15px; 
}
 

.journey_item .answer_text{  
	font-family: "Nunito Sans";  
	width: calc(100% - 70px);
	right: 10px;
	height: 21px;
	line-height: 21px;
	position: absolute;  
	top: 45px;
	font-size: 11px;
	text-transform: uppercase; 
	padding-left: 25px;
}

.journey_item .answer_text .arrow{
	width: 21px;
	height: 21px;
	position: absolute;
	left: 0;top: 0;
} 

.journey_item .line{
	position: absolute;
	width: 1px;
	height: 45px;
	bottom: 0;
	left: 27px;
	background: rgba(255,255,255,.3);
}
 
.journey_item:only-child .line { display: none;}
.journey_item:last-child .line { display: none;}
.journey_item:last-child .answer_text { display: none;}
 
.journey_item .circle{ 
	font-size: 10px;
	font-weight: 300;
	font-family: "Nunito Sans"; 
	line-height: 25px;
	text-align: center; 
	width: 25px;
	height: 25px;
	border-radius: 15px;
	position: absolute;
	top: 5px; 
	left: 15px; 
	border: 1px rgba(255,255,255,.3) solid;
}

.journey_item:last-child .circle { 
	background: #fff !important;
	color:#000 !important;
	font-weight: 400;
}

/* card */

.card_bt{
	position: relative;
	bottom: 5px;
	font-size: 11px;
	font-weight: 400;	
}

#card_container{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	pointer-events: none;
	opacity: 0; 
}

.show_card #card_container{ 
	pointer-events: all;
	opacity: 1; 
}

#card_container_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .8;
	z-index: 25;
	cursor: pointer;
}  

#card{ 
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 350px; 
	max-height: 450px; 
	left: 0;right: 0;
	bottom: 0;top: 0; 
	margin: auto; 
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,.7);
	border-radius: 5px; 
	z-index: 26;
	border: #fff 1px solid; 
} 

#card_image{
	position: absolute;
	width: 100%;
	height: 45%;
	top: 0;
	left: 0; 
	background-color: #ccc;
	background-size: cover;
	background-position: center ;
	overflow: hidden;
	border-radius: 4px;
}

#card_content{
	position: absolute;
	width: calc(100% - 40px);
	left: 20px;
	height: 55%;
	bottom: 0; 
	padding: 15px 0;
}

#card_title{
	width: calc( 100% - 60px );
	margin-bottom: 15px;
	font-size: 21px;
	line-height: 26px;
	color: #333;
	font-family: 'Roboto Condensed';
	font-weight: 300; 
}

#card_summary{
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	font-family: 'Nunito Sans';
	font-weight: 300;
}

#card_trl{
	position: absolute;
	padding: 0 10px;
	height: 26px; 
	line-height: 26px; 
	top: 15px;
	right: 0;
	font-size: 12px;
	font-family: 'Nunito Sans'; 
	text-align: left;
	font-weight: 400;
	background: #f00;
	border-radius: 5px;
}


#card_x{
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0;
	top: -40px;  
	right: -40px;  
	z-index: 27;
	pointer-events: none;	
}

#card_go{
	width: 100%;
	height: 50px; 
	position: absolute;
	bottom: 0px;
	left: 0;
	text-align: center;
	line-height: 50px; 
	border-radius: 5px;
	cursor: pointer;
	z-index: 27;
	font-size: 12px;
	border:none
}

#card_go_icon{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
}

/* FOG */

#fog{
	position: fixed;
	width: 100%;
	height: 100%; 
	opacity: 0;
	z-index: 20;
	top:0;
	left: 0;
	pointer-events: none;
} 

.show_overlay #fog {	opacity: .85; pointer-events: all; }
.show_menu #fog{ 	opacity: .85; pointer-events: all; }
 
 