

/* Source Sans Pro
-------------------------------------------------- */



/* General
-------------------------------------------------- */
html, body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: Helvetica;
}
ul {
	margin:0;
	padding: 0;
}
li {
	list-style-type: none;
}
a {
	/* text-decoration: none; */
	color: black;
}
a img {
	border: none;
}
h1, h2, h3 {
	font-weight: normal;
}
canvas {
	display: block;
}
th, td {
	text-align: left;
	vertical-align: top;
}
.hidden {
	display: none;
}

/* Home
-------------------------------------------------- */
main {
	overflow-x: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
#thumbs-container {
	position:absolute;
	top: 0;
	left:0;
}
#thumbs-container .thumb {
	position:absolute;
	/* width: 300px; */
	/* height: 200px; */
	display: none;
	cursor: pointer;
	z-index: 3;
}
#thumbs-container .thumb.active {
	display: block;
}
#thumbs-container .thumb img{
	display: block;
	margin:auto;
	position:absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	height: auto !important;
	/* width: 50px; */
	/* height: 40px; */
}
#pop-up {
	display: none;
	position:absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	z-index: 2;
}
#pop-up .overlay {
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	background-color: white;
	opacity: 0;
}

/* Logo */
.logo {
	position: absolute;
	left: 40px;
	top: 40px;
	width: 199px; /* 161px; */
	height: 50px; /* 36px; */
	background-image: url('../images/Logo_mp-01.svg');
	background-size: contain;
	background-repeat:no-repeat;
	z-index: -1;
}


/* Project
-------------------------------------------------- */
#pop-up .project-container {
	position: absolute;
	top: 50px;
	left:0;
	right:0;
	margin: auto;
	width: 100%;
	max-width: 1100px;
	z-index: 2;
}
#pop-up .project-wrapper {
	margin: 0 10px;
	padding-bottom: 20px;
}
#pop-up #project  {
	position:relative;
	width:100%;
	overflow: hidden;
}
#pop-up #project .slider {
	position: relative;
	width: 100%;
}
#pop-up #project iframe  {
	border: none;
}
#pop-up #project .text  {
	margin: 30px 0;
}

/* logo */
.logo-container {
	width: 100%;
	max-width: 1100px;
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.logo-wrapper {
	margin: 0 10px;
	
}
#pop-up .logo {
	position: static;	
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-image: url('../images/Logo400x400.jpg');
}
@media screen and (min-width: 1450px) {
	.logo-container {
		top: 40px;
		left: 40px;
		margin: 0;
	}
	#pop-up .logo {
		z-index: 1;
		width: 150px;
		height: 150px;
	}
}



/* navigation */
#pop-up .close {
	position: absolute;
	top: -25px;
	left: 100%;
	padding: 20px;
	font-size: 30px;
	cursor:pointer;
	font-size: 20px;
}
#pop-up .arrow {
	position: absolute;
	top: 300px;
	font-size: 20px;
	width:0;
	height:0;
}
#pop-up .arrow a {
	position: absolute;
	display: block;
	padding: 20px;
	top: -27px;
}

#pop-up .arrow.left,
#pop-up .arrow.right a {
	left: 0;
}
#pop-up .arrow.right,
#pop-up .arrow.left a {
	right: 0;
}    

#pop-up.loading #project-navigation {
	display: none;
}

@media screen and (max-width: 1200px) {
	#project-navigation {
		position: absolute;
    right: 43px;
    top: -29px;
	}
	#pop-up .arrow {
		top: 0px;
	}
}

/* video */
.iframe-container {
	position:relative;
	width: 100%;
	height:0;
	background-color: black;
	padding-bottom: 56.25%;
}
.iframe-container iframe {
	position:absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
  height: 100%;
}

/* details */
table.details {
	font-size: 0.875em;
	margin-bottom: 30px;
}
table th {
	padding: 10px 10px 10px 0;
	text-align: right;
}
table td {
	padding: 10px;
}
table td p {
	margin: 0;
}
@media screen and (max-width: 360px) {
	table th, table td {
		display: block;
	}
	table th {
		padding: 10px 0 0 0;
		text-align:left;
	}
	table td {
		padding: 0 0 10px 0;
	}
}


/* (ADN) home button */
.project-footer {
	text-align: center;
}
.project-footer canvas {
	display:inline-block;
}
.project-footer .footnote {
	margin-top: 1em;
}
.footnote h4,
.footnote p {
	margin: 0;
}
.home-dna-japan-text {
	position: absolute;
	bottom: 64px;
  width: 100%;
	text-align:center;
	display:none;
}
.home-dna-japan-img {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
  width: 100%;
}
.home-dna-japan-img img {	
	
	width: 180px;
	/* max-width: 90%; */
	height:auto;
}
@media screen and (min-width: 1000px) {
	.home-dna-japan-img {
		bottom: 20px;
	}
	.home-dna-japan-img img {	
		width: 436px;
	}
}




/* Social
-------------------------------------------------- */
.social {
	position: absolute;
	right: 50px;
	left: 50px;
	text-align:center;
	z-index: 4;
}
.social ul li {
	display: inline-block;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.social a {
	color: #666;
}
.social a:hover {
	color: #000;
}
.social a.logo-cendix {
	display:block;
	position:relative;
	background-image: url('../images/logo-centdix_60x35.png');
	width: 30px; /* 292 / 169 */
	height: 19px;
	top: 5px;
	background-size: contain;
	background-repeat:no-repeat;
}
.social a.logo-cendix:hover {
	background-image: url('../images/logo-centdix-black_60x35.png');
}

@media screen and (min-width: 1000px) {
	.social {
		top: 50px;
		left:auto;
		text-align:right;
	}
}

