/**
 * Museums App
 * Copyright 2015 Apiness SA.
 */
html, body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navigation-bar {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
    width: 100%;
	height: 80px;
	line-height: 80px;
	margin: 0;
	padding: 0 8px;
	background-color: rgba(0, 0, 0, 0.88);
	border-bottom: 2pt solid #DC2229;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	/*overflow: hidden;*/
	color: #fff;
}
.navigation-bar h1 {
	margin: 0 5pt;
	padding: 0 20px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-weight: 300;
	text-shadow: rgba(0, 0, 0, 0.5) 0 -1pt 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.navigation-bar .back-button {
	position: absolute;
	top: 50%;
	left: 20px;
	height: 42px;
	width: 26px;
	margin: -10px 0 0 0;
	background: url('images/ButtonBarBack.png') no-repeat;
}
.navigation-bar .languages {
	position: absolute;
	right: 20px;
	top: 50%;
	z-index: 100;
	margin: -14px 0 0 0;
}
.navigation-container {
    position: absolute;
    z-index: 1;
    top: 80px;
	bottom: 0;
    left: 0;
    width: 100%;
}
.cell {
	height: 100px;
}
/*.list-group-item {
	padding: 10px 15px;
}*/
.cell .cell-content {
	margin: 0px;
	padding: 0px;
}
.cell .thumbnail {
	float: left;
	width: 80px;
	margin: 0;
	margin-right: 10px;
	margin-top: -10px;
	border-radius: 50%;
	padding: 0;
	border: 1px solid #ddd;
}
.cell .title {
	margin-top: 8px;
	margin-bottom: 0px;
	margin-left: 100px;
	padding-right: 20px;
	font-size: 1.5em;
	font-weight: bold;
}
.cell .details {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 100px;
	padding-right: 20px;
	font-weight: normal;
	font-size: 1em;
}
.cell .accessory {
	position: absolute;
	right: 16px;
	top: 40%;
	width: 10px;
	height: 18px;
	background: url('images/CellAccessory.png') no-repeat;
}

/* Override cells for level 0 (i.e. providers) */
.level-0 .cell {
	height: auto;
	border: none;
}
.level-0 .cell .cell-content {
	position: relative;
	max-width: 1280px;
	border-radius: 4px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.level-0 .cell .thumbnail {
	float: none;
	width: 100%;
	max-width: 1280px;
	max-height: 720px;
	margin: 0 0 10px 0;
	border-radius: 0%;
	border: none;
}
.level-0 .cell .title {
	margin: 10px;
	padding: 0;
}
.level-0 .cell .details {
	margin: 10px;
	padding: 0;
}
.level-0 .cell .accessory {
	display: none;
}

.navigation-container .content {
	margin: 0;
	padding: 10px 20px;
	/*width: 100%;*/
	background-color: #FFFFFF;
	color: #262626;
	font-size: 16px;
	text-align: justify;
}
.content h2 {
	color: #000;
	font-size: 1.4em;
	padding: 12px 0px 12px 0px;
}
.content h3, .content h4, .content h5, .content h6 {
	color: #000;
	font-size: 1.2em;
}
.content a {
	color: #434343;
	text-decoration: none;
	font-weight: standard;
}
.content div {
	text-align: center;
}
/* APINESS */
/*
.content img {
	margin: 10px auto !important;
	max-width: 100% !important;
	text-align: center;
	vertical-align: middle;
}
*/
/* ESF */
.content img {
	margin: 20px auto !important;
	max-width: 100% !important;
	text-align: center;
	vertical-align: middle;
	display:block;
}
.content .caption {
	font-size: 0.9em;
	text-align: center;
	color: rgba(0, 0, 0, 0.57);
}
.separator, .divider {
	margin: 10px 10px 10px 10px;
	border-bottom: 1px solid #C8C7CC;
}
audio, canvas, iframe {
	margin: auto !important;
	max-width: 100% !important;
}
.content .audio-player {
	width: 100%;
}

#diaporama {}
#diaporama .slideshow_img {
	text-align: center;
}
#diaporama .slideshow_legend {
	font-size: 0.9em;
	text-align: center;
	color: rgba(0, 0, 0, 0.57);
}

@media screen and (max-width: 768px) {
	.navigation-bar {
		height: 60px;
		line-height: 60px;
	}
	.navigation-bar h1 {
		height: 60px;
		line-height: 60px;
		font-size: 1.6em;
	}
	.navigation-bar .back-button {}
	.navigation-bar .languages {}
	.navigation-container {
	    top: 60px;
	}
	.cell {
		height: 80px;
	}
	.cell .thumbnail {
		width: 60px;
	}
	.cell .title {
		margin-top: 8px;
		font-size: 1.1em;
		margin-left: 80px;
	}
	.cell .details {
		margin-top: 8px;
		font-size: 1em;
		margin-left: 80px;
	}
}