@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');

*,:after,:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

*,hrml,body,a {
	outline:none;
}

@font-face {
	font-family:'Mikado';
	src:url(fonts/MikadoBold.eot);
	src:local(☺),url(fonts/MikadoBold.woff) format("woff"),url(fonts/MikadoBold.ttf) format("truetype"),url(fonts/MikadoBold.svg) format("svg");
	font-weight:600;
	font-style:normal;
}

@font-face {
	font-family:'Mikado';
	src:url(fonts/MikadoMedium.eot);
	src:local(☺),url(fonts/MikadoMedium.woff) format("woff"),url(fonts/MikadoMedium.ttf) format("truetype"),url(fonts/MikadoMedium.svg) format("svg");
	font-weight:500;
	font-style:normal;
}

@font-face {
	font-family:'Mikado';
	src:url(fonts/MikadoRegular.eot);
	src:local(☺),url(fonts/MikadoRegular.woff) format("woff"),url(fonts/MikadoRegular.ttf) format("truetype"),url(fonts/MikadoRegular.svg) format("svg");
	font-weight:400;
	font-style:normal;
}

a{
	text-decoration: none;
	color:#ff4219;
	}
	

html,body {
	padding:0;
	margin:0;
	height:100%;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	font-family:'Mikado';
	background-color:#f2f2f2;
	color:#fff;
}

html * {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

select{
	background-color: rgba(0, 0, 0, 0.2);
	color: white;
	padding: 5px;
	-webkit-appearance: none;
	border: none;
	width: 100px;
	margin-top: 7px;
}

section {
	width:100%;

	position:relative;
	overflow:hidden;
	
}

#home-section {
	background-color:#2e2e2e;
	height:100%;
	width: 100%;
	max-width: 800px;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
}

#map-section {
	background-color:#2e2e2e;
	height:100%;
	width: 100%;
	left: 0px;
	right: 0px;
	background-size: cover;
}

#city-about{
	position: absolute;
	bottom: 0px;
	height: 200px;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	background-color: white;
	color: black;
	text-align: center;
}

#city-visual{
	position: absolute;
	top: 0px;
	width: 100%;
	bottom: 200px;
	background-size: cover;
	background-position: center center;
}

.story-visual{
	width: 100%;
	float: left;
}

.stages-map{
	height:100%;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

section .content .logo {
	position:absolute;
	top:20px;
	width:70px;
	right:20px;
	text-align:center;
	z-index: 10;
}

section .content .more {
	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	right:0;
	padding-bottom: 5px;
	text-align:center;
	display: none;
}

section .content .homme {
	position:absolute;
	display:inline-block;
	bottom:0;
	left:0;
	text-align:left;
	vertical-align:bottom;
}

section .content .homme img {
	max-height:560px;
	vertical-align:bottom;
	display:inline-block;
}

#map {
	position:absolute;
	top:0%;
	left:0%;

	width:100%;
	height:100%;
	background-color:#ccc;
}

#small-map{
	width: 100%;
	height: 300px;
	border: 5px solid white;
}

.stages-list {
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	height:100%;
	width:100%;
	background-color:#F7F7F7;
	z-index:10;
	box-shadow:0 0 3px rgba(0,0,0,0.2);
	display:none;
}

.stages-list .content {
	padding:0;
	color:#fff;
	overflow:auto;
	position:absolute;
	top:60px;
	left:0;
	right:0;
	bottom:0;
	-webkit-overflow-scrolling:touch;
}

.stages-list .content a {
	color:#252525;
	text-decoration:none;
	font-weight:400;
	font-size:13px;
	display:table;
	width: 100%;
	vertical-align:middle;
	width:100%;
	text-align:left;
	padding:15px;
	border-bottom:1px solid rgba(0,0,0,0.05);
	text-shadow:0 1px 0 #fff;
}
.pois-img, .pois-text {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5;
}
.pois-img{
	width: 12px;
}


.pois-text span {
	text-transform: uppercase;
	color:#252525;
	font-size: 10px;
	font-weight: 400;
}
.pois-text {
	font-size: 14px;
	font-weight: 500;
}

.stages-list small {
	color:#ccc;
	text-align: right;
	width: 100%;
	display: block;
	padding: 10px;
	font-size: 12px;
}
.stages-list a:hover,.stages-list a:focus,.stages-list a:active,.stages-list a.active {
	color:#ff4219;
}

.marker {
	height:25px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;	
}

.header-block {
	background-color: white;
	padding:15px;
	border-bottom:1px solid rgba(0,0,0,0.05);
	text-align:left;
	font-size:16px;
	display:table;
	width:100%;
	vertical-align:middle;
	z-index: 70;
	position: fixed;
	border-bottom: 1px solid rgba(0, 0, 0, 0.31);
	left: 0px;
}

.btn-icon {
	background-color:transparent;
	color:#ff4219;
	border:none;
	font-family:'Mikado';
	padding: 5px;
}

.btn {
	background-color:transparent;
	color:#ff4219;
	border:1px solid #ff4219;
	padding:6px 12px;
	cursor:pointer;
	font-size:12px;
	font-weight:500;
	text-decoration:none;
	font-family:'Mikado';
}

.icon {
	padding: 8px;
}

.icon img{
	width: 18px;
	margin-top: 8px;
}

#tabs {
	background-color:transparent;
	color:#ff4219;
	border:1px solid #ff4219;

	cursor:pointer;
	font-size:12px;
	font-weight:500;
	text-decoration:none;
	font-family:'Mikado';
}

#tabs a{
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
		padding:6px 12px;
		text-decoration: none;
		color: #ff4219;
}

#tabs a.selected{
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
		padding:6px 12px;
		text-decoration: none;
		background-color: #ff4219;
		color: white;
}

.col-left,.col-right,.col-center {
	display:table-cell;
	vertical-align:middle;
	width:10%;
}

.col-center{
	text-align: center;
}

.col-right {
	text-align:right;
}

#overlay {
	background-color:rgba(0,0,0,0.3);
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	cursor:pointer;
	display:none;
	overflow: hidden;
}

#open-nav {
	position:absolute;
	top:20px;
	left:20px;
	z-index:1;
	cursor:pointer;
}

.wrapper {
	max-width:800px;
	width:100%;
	color:#252525;
	margin:0 auto;
	padding:20px;
	
}

.page-header {
	display:table;
	width:100%;
	margin-top:20px;
}

.page-header-image,.page-header-text {
	display:table-cell;
	vertical-align:top;
}

.page-header-image {
	width:100px;
}

.page-header-image img {
	border-radius:50%;
	display:inline-block;
}

.block.text.full {
	line-height:25px;
	margin-bottom:20px;
}

.block.image {
	margin-bottom:20px;
}

.header-return {
	position:fixed;
	top:15px;
	left: 15px;
}

h1 {
	font-weight: 500;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 24px;
}
h1 span {
	color: #252525;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}


.block.image {
	border-right:2px solid #fff;
}
.blocks .block.image:last-child {
	border:none;
}

.story{
	width: 50%;

	box-sizing: border-box;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
	position: relative;
	font-size: 14px;

}

.story-title{
	width: 100%;
	bottom: 20px;
	left: 20px;
	right: 20px;
	padding: 10px;
	float: left;
	min-height: 135px;
	line-height: 1.3em;
}

.story strong{
	font-weight: 400;
	font-size: 16px;
		line-height: 1.3em;
		font-weight: 500;
}

.story a{
	color: white;
}

.next{
	background-color: black;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	padding-right: 80px;
	
}

.next.here{
	background-color: #ff4219;
}

#here-text{
	display: none;
}

.here #next-text{
	display: none;
}

.here #here-text{
	display: block;
}


.next span{
	color:rgba(255, 255, 255, 1);
}

.directions{
	position: absolute;
	right: 10px;
	top:-30px;
	width : 60px;
	line-height: 26px;
	font-size: 14px;
	font-weight: 500;
	display: none;
}

#distance{
	position: absolute;
	left: -10px;
	top: 57px;
	width: 80px;
	text-align: center;
	
	
}

.compass{
	width: 60px;
	height:60px;
	vertical-align: top;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: black;
	border-radius: 30px;
	
}



#city{
font-size: 22px;
font-weight: 500; 
margin-bottom: 10px;
display: block;

}

#lightbox{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
	padding: 15px;

	z-index: 100;
}

#lightbox-bg{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;	
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 101;
}

#lightbox-content{
	position: absolute;
		top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background-color: white;
	z-index: 102;
		overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	text-align: left;
}

#next-stage{
	display: none;
}

#stories-section{
	display: none;
	padding-right: 10px;
	padding-bottom: 10px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

	.page-header-image,.page-header-text {
	text-align: center;
	width: 100%;
	display: block;
	}

}

