#image-cache {
	display: none;
}
#floor-plan {
	width: 100%;
	text-align: center;
	margin: 3em 0;
}
#floor-plan img {
    max-width: 100%;
    margin-bottom: 4em;
    display: inline-block;
}
.map-wrap {
	position: relative;
}
.info-box {
	display: none;
	position: absolute;
	right: 10%;
	top: 10%;
	padding: 2em;
	background-color: #8b2512;
	background-color: rgba(139, 37, 18, 0.9);
	color: #fff;
	font-size: 1em;
	text-align: center;
	width: 30%;
}
.key {
	margin-bottom: 3em;
	display: table;
	width: 100%;
	height: 40px;
}
.key-item {
	display: table-cell;
}
.key-item a {
	display: inline-block;
	color: #fff;
	padding: 3px 6px;
	margin: 6px 6px;
	opacity: 0.8;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	-webkit-transition:all 300ms;
	transition:all 300ms;
	vertical-align: middle;
}
.key-item a:hover,
.key-item.on a {
	text-decoration: none;
	opacity: 1;
	padding: 6px 12px;
	margin: 3px 6px;
}
.key-item.harvest-from-the-sea a,
.key-item.boats a {
	background: #66c1ba;
}
.key-item.home-and-land a,
.key-item.customs-and-folklore a {
	background: #adc281;
}
.key-item.early-people a,
.key-item.early-beginnings a {
	background: #a398c3;
}
.key-item.changing-culture a,
.key-item.on-the-move a,
.key-item.power-and-state a {
	background: #7ba8d1;
}
.key-item.maritime-and-fisheries a,
.key-item.trade-and-industry a,
.key-item.textiles a {
	background: #67b79c;
}
@media only screen and (max-width:960px) {
	.info-box {
		font-size: 0.8em;
		width: 35%;
	}
}
@media only screen and (max-width:640px) {
	#floor-plan img,
	#floor-plan map {
		display: none;
	}
	.key {
		display: block;
	}
	.key-item {
		display: inline-block;
		margin: 0.2em;
	}
}



.nb-images .gallery {
	margin: 1.5em -0.1em;
	width: 100%;
}

.nb-images .gallery .gallery-row {
	display: table;
	width: 100%;
}

.nb-images .gallery figure {
	border: 0.1em solid transparent;
	cursor: pointer;
	display: table-cell;
	outline: none;
	vertical-align: top;
}

.nb-images .gallery figure img {
	height: auto;
	width: 100%;
	vertical-align: middle;
}

.nb-images .owl-carousel {
	margin: 1.5em -0.1em;
	width: 100%;
}

.nb-images .owl-carousel figure {
	border: 1px solid transparent;
	cursor: pointer;
	display: block;
	margin: 0;
	position: relative;
}

.nb-images .owl-carousel figure img {
	height: auto;
	width: 100%;
	vertical-align: middle;
}

.nb-images .owl-carousel figure figcaption {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	bottom: 0;
	left: 0;
	padding: 0.25em;
	position: absolute;
	text-align: center;
	width: 100%;
}

.nb-images .owl-carousel .owl-nav div {
	color: rgba(255, 255, 255, 0.1);
	display: inline-block;
	font-size: 0;
	position: absolute;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
}

.nb-images .owl-carousel .owl-nav div:after {
	font-family: "FontAwesome";
	font-size: 2em;
	-webkit-transition: color 256ms;
	-moz-transition: color 256ms;
	-ms-transition: color 256ms;
	-o-transition: color 256ms;
	transition: color 256ms;
}

.nb-images .owl-carousel .owl-nav .owl-prev {
	left: 0.5em;
}

.nb-images .owl-carousel .owl-nav .owl-prev:after {
	content: "\f053";
}

.nb-images .owl-carousel .owl-nav .owl-next {
	right: 0.5em;
}

.nb-images .owl-carousel .owl-nav .owl-next:after {
	content: "\f054";
}

.nb-images .owl-carousel .owl-dots {
	text-align: center;
}

.nb-images .owl-carousel .owl-dots .owl-dot {
	color: #66585b;
	display: inline-block;
	opacity: 0.5;
	padding: 0.1em;
}

.nb-images .owl-carousel .owl-dots .owl-dot span:after {
	content: "\f111";
	font-family: "FontAwesome";
	font-size: 0.75em;
}

.nb-images .owl-carousel .owl-dots .owl-dot.active, .nb-images .owl-carousel .owl-dots .owl-dot:hover {
	opacity: 1;
}

.nb-images .owl-carousel:hover .owl-nav div {
	color: rgba(255, 255, 255, 0.5);
}

.nb-images .owl-carousel:hover .owl-nav div:hover {
	color: #fff;
}