html, body {
	margin: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

body {
  margin: 0px;
  color: white;
  text-align: center;
  font-family: "BritishCouncilSansW08-Rg";
  background-color: #1C1B1B;
  font-size: 14px;
}

#landscape {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.95);
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
}

#landscape span {
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#sound-btn {
	display: inline-block;
	margin-right: 30px;
	width: 100px;
}

#sound-btn canvas {
	width: 24px;
	height: 16px;
	position: relative;
	top: 2px;
	margin-right: 10px;
}

#sound-btn img {
	vertical-align: middle;
}

#sound-btn span {
	position: absolute;
	-webkit-transition: border .6s ease-in-out;
	-moz-transition: border .6s ease-in-out;
	-o-transition: border .6s ease-in-out;
	transition: border .6s ease-in-out;
	opacity: 0;
	display: none;
}

#sound-btn span.active {
	opacity: 1;
	display: inline-block;
}

div:focus {
	border: 0px;
	outline: none;
}

button {
	background-color: transparent;
	border: 0px;
	padding: 0px;
	margin: 0px;
}


button:focus {
	border: 0px;
	outline: none;
}

button:hover {
	cursor: pointer;
	outline: none;
}

button:active {
	color: inherit;
	border: 0px;
	outline: none;
}


#gallery-button {
	position: absolute;
	top: 50%;
	left: 50%;
}

#section-title {
	/* position: absolute; */

	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;

	/* top: 50%;
	left: 50%;
	width: 0px;
	height: 0px; */
}

/* #section-title span {
	cursor: pointer;
} */
/* #section-title button {
	text-decoration: none;
	color: inherit;
} */

/* #section-title div.container {
	position: relative;
	left: -250px;
	top: -20px;
	width: 500px;
} */

#section-title button {
	font-family: "BritishCouncilSansW08-Lt";
	font-size: 30px;
	text-align: center;
	display: block;
	/* padding-bottom: 15px; */
	opacity: 0.5;
	pointer-events: all;
}

#section-0
#section-1 {
	color: white;
}
#section-2 {
	color: black;
}

#gallery-text {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 40%;
	height: 50%;
	top: 35%;
	left: 30%;
	z-index: 120;
}

#gallery-text div {
	visibility: hidden;
	position: absolute;
}

#gallery-text p {
	font-family: "BritishCouncilSansW08-Lt";
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.5px;
}

#gallery-text span {
	font-family: "BritishCouncilSansW08-Lt";
	font-size: 44px;
}

#content-panel {
	position: absolute;
	right: -500px;
	width: 500px;
	height: 100%;
	z-index: 5;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	overflow-x: hidden;
	overflow-y: scroll;
	max-width: 100%;
}

#content-panel .icons {
	margin-top: 24px;
	margin-left: 50px;
	margin-right: 30px;
	height: 30px;
	font-size: 14px;
}

#content-panel .icons img {
	margin: 0px;
	padding: 0px;
}

#content-panel .icons img.ad {
	width: 20px;
	height: auto;
	margin-right: 10px;
}

/* #content-panel .icons button {
	margin-right: 10px;
} */

body.mobile #content-panel .icons {
	margin-left: 24px;
}

#close-icon {
	position: absolute;
	top: 24px;
	right: 24px;
}

/* #close-icon {
	margin-right: 0px !important;
} */

#close-icon svg {
	pointer-events: none;
}

#close-icon svg rect {
	transition: all 0.5s ease;
	transform-origin: center;
	y:9px;
}

#close-icon svg rect:first-child {
	transform: rotate(45deg);
}

#close-icon svg rect:nth-child(2) {
	transform: rotate(-45deg);
}

#close-icon:hover svg rect:first-child {
	transform: rotate(0deg);
}

#close-icon:hover svg rect:nth-child(2) {
	transform: rotate(0deg);
}

/* #content-panel .icons div {
	display: inline;
	margin-right: 30px;
} */

#content-panel .icons span {
	font-size: 10px;
	position: relative;
	left: 2px;
	bottom: 6px;
}

#content-panel .icons .zoom {
	margin-left: 30px;
}

#content-panel .icons .contrast {
	margin-left: 8px;
}

#content-panel .author {
	font-family: "BritishCouncilSansW01-Headline";
	font-size: 16px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
}

#content-panel .title {
	font-family: "BritishCouncilSansW08-Lt";
	font-size: 26px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
}

#content-panel .subtitle {
	/* font-family: "BritishCouncilSansW08-Lt";
	font-size: 12px; */
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
	line-height: 20px;
}


#content-panel .image {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
	line-height: 20px;
}

body.mobile #content-panel .image {
	margin-right: 24px;
	margin-left: 24px;
}

#content-panel .video {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
	line-height: 20px;
	height: 210px;
}

#content-panel .sign-language-div {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
	line-height: 20px;
	height: 260px;
}

#content-panel .ad-text-div {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
	line-height: 20px;
}

body.mobile #content-panel .sign-language-div {
	margin-left: 24px;
	margin-right: 24px;
}

body.mobile #content-panel .video {
	margin-right: 24px;
	margin-left: 24px;
}

#content-panel .image img {
	width: -webkit-fill-available;
	height: auto;
}

#content-panel .video iframe {
	width: -webkit-fill-available;
	height: 200px;
}

#content-panel .description {
	font-size: 1em;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
	/* line-break: anywhere; */
}

#content-panel .description a{
	color: #45a1df;
}

body.mobile #content-panel .author,
body.mobile #content-panel .title,
body.mobile #content-panel .subtitle,
body.mobile #content-panel .description {
	margin-left: 24px;
	margin-right: 24px;
}

#content-panel .description.big {
	font-size: 18px;
	margin-top: 50px;
}

#gallery {
	position: absolute;
	visibility: hidden;
}

#bc-logo {
	position: fixed;
	left: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	z-index: 6;
}

#bc-logo span {
	position: absolute;
	top: 0px;
	left: 48px;
	display: inline;
	line-height: 19px;
	text-align: left;
	font-family: "BritishCouncilSansW08-Rg";
	font-size: 22px;
	margin: 0px;
	letter-spacing: -1px;
}

#bc-logo span::first-line {
	letter-spacing: 0.2px;
}


#menu-button {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 120;
}

#menu-button svg rect:first-child {
	transition: all 0.5s ease;
	x:0px;
	y:10px;
	width: 18px;
}
#menu-button svg rect:nth-child(2) {
	transition: all 0.5s ease;
	x:0px;
	y:20px;
	width: 30px;
}

#menu-button:hover svg rect:first-child {
	x:12px;
}

#menu-button:hover svg rect:nth-child(2) {
	width:18px;
}

#menu-button svg.open rect {
	transition: all 0.5s ease;
	width: 30px;
	transform-origin: center;
}

#menu-button svg.open rect:first-child {
	x:0px;
	y:14px;
	transform: rotate(45deg);
	width:30px;
}

#menu-button svg.open rect:nth-child(2) {
	x:0px;
	y:14px;
	transform: rotate(-45deg);
	width:30px;
}

#menu-button:hover svg.open rect:first-child {
	x:0px;
	transform: rotate(0deg);
	width:30px;
	y:15px;
}

#menu-button:hover svg.open rect:nth-child(2) {
	x:0px;
	transform: rotate(0deg);
	width:30px;
	y:15px;
}

#main-menu {
	position: fixed;
	right: -360px;
	top: 0px;
	height: 100%;
	width: 360px;
	z-index: 110;
	background-color: #1A1919;
	overflow: hidden;
}

#main-menu:hover .item {
	opacity: 0.4;
}

#main-menu .item {
	transition: opacity 0.5s ease;
	display: block;
	text-align: right;
	margin-right: 30px;
	cursor: pointer;
}

#main-menu .item:hover {
	opacity: 1;
}

#main-menu .item button {
	color: inherit;
	font-size: inherit;
	text-align: right;
	/* text-decoration: none; */
}

#main-menu .item.big {
	font-family: "BritishCouncilSansW01-Headline";
	font-size: 34px;
	margin-top: 10px;
}

#main-menu .item.big.seperator {
	margin-bottom: 40px;
}

#main-menu .item.middle {
	font-family: "BritishCouncilSansW08-Rg";
	font-size: 20px;
	margin-top: 10px;
}

#main-menu .item.middle.seperator {
	margin-bottom: 40px;
}

#main-menu .item.small {
	font-family: "BritishCouncilSansW08-Lt";
	font-size: 16px;
	margin-top: 10px;
}

#main-menu .main {
	margin: 0px;
	position: absolute;
	right: 0px;
	width: 300px;
	height: 100%;
	/* padding-top: 100px;
	padding-bottom: 50px; */
	overflow-y: scroll;
	overflow-x: hidden;
}

#main-menu .item.first {
	margin-top: 80px;
}

#main-menu .item.last {
	margin-bottom: 50px;
}

#arrow-back-button {
	position: absolute;
	top: 35px;
	left: 50px;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
}

#arrow-back-button rect {
	transition: all 0.5s ease;
	width: 22px;
}

#arrow-back-button:hover rect {
	width: 32px;
}

#main-menu .submenu {
	border-top: 1px solid #9a9898;
	border-bottom: 1px solid #9a9898;
	/* position: absolute;
	top: 0px;
	right: -360px;
	width: 330px;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden; */
}

#main-menu .submenu .item.middle button {
	font-size: 16px;
}

#main-menu .submenu .item {
	margin-right: 0px;
}

#main-menu .submenu .item.first {
	margin-top: 20px;
}

#main-menu .submenu .item.last {
	margin-bottom: 20px;
}

#main-menu .submenu .item.middle {
	font-size: 18px;
	line-height: 26px;
}

#main-menu .submenu .item.big {
	margin-bottom: 30px;
}

#copyright {
	position: fixed;
	left: 30px;
	text-align: left;
	bottom: 25px;
	font-size: 11px;
	letter-spacing: 0.6px;
	opacity: 0.6;
	z-index: 4;
	display: none;
}

body.mobile #scroll-icon {
	visibility: hidden;
}

#scroll-icon {
	position: fixed;
	left: 30px;
	bottom: 16px;
	z-index: 4;
}

#scroll-icon svg {
	transform: scale(.8);
	opacity: 0.6	;
}

#scroll-icon span {
	position: relative;
	left: 4px;
	bottom: 6px;
	font-size: 11px;
	letter-spacing: 0.6px;
	opacity: 0.6;
}

#scene-container {
	position: fixed;
	background-color: #1C1B1B;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#scene-container.zoom {
	/* cursor: zoom-in; */
}

#overlay {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: black;
	opacity:0;
	visibility: hidden;
}


#navigation {
	visibility: hidden;
	opacity: 0;
}

#prev-button svg,
#next-button svg {
	width: 60px;
	height: 60px;
}

#prev-button,
#next-button {
	width: 60px;
	height: 60px;
	position: absolute;
	border: 0px;
	z-index: 4;
	cursor: pointer;
}

#next-button {
	padding-right: 10px;
}

#prev-button {
	padding-right: 10px;
	transform: rotate(180deg);
}

.nav-arrow-svg g:nth-child(1) {
	transition: all 0.5s ease;
	transform-origin: center;
	transform: rotate(70deg);
}

.nav-arrow-svg g:nth-child(2) {
	transition: all 0.5s ease;
	transform-origin: center;
	transform: rotate(-70deg);
}

.nav-arrow-button:hover {
	cursor: pointer;
}

.nav-arrow-button:hover .nav-arrow-svg g:nth-child(1) {
	transform: rotate(50deg);
}

.nav-arrow-button:hover .nav-arrow-svg g:nth-child(2) {
	transform: rotate(-50deg);
}


#art-info {
	position: relative;
}

/*
--------------------------------
	FULL IMAGE
--------------------------------
*/

#zoom-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 100000;
	white-space: nowrap;
	top: 100%;
}

#zoom-image .container {
	width: 100%;
	height: 100%;
	/* display:flex; */
    align-items:center;
	justify-content:center;
	overflow: scroll;
}

#zoom-image img {
	margin: auto auto;
	vertical-align: middle;
	/* max-width: 100%;
	max-height: 100%; */
	/* cursor: zoom-out; */
}

#zoom-image .close-icon {
	background-color: #000;
	position: absolute;
	right: 30px;
	top: 30px;
	width: 30px;
	height: 30px;
	/* padding: 4px; */
	cursor: pointer;
}

#zoom-image .close-icon svg .a {
	transform-origin: center;
	transform: rotate(45deg);
}

#zoom-image .close-icon svg .b {
	transform-origin: center;
	transform: rotate(-45deg);
}

#detail-navigation {
	margin-top: 30px;
	margin-left: 50px;
	margin-bottom: 40px;
	margin-right: 30px;
}

body.mobile #detail-navigation {
	margin-left: 24px;
	margin-right: 24px;
}

#detail-navigation button.next {
	float: right;
}

#detail-navigation label {
	position: relative;
	bottom: 6px;
	padding: 0px 6px;
}

#detail-navigation .prev svg {
	transform-origin: center;
	transform: rotate(180deg);
}

#detail-navigation label {
	cursor: pointer;
}

/*
--------------------------------
	STATIC PAGES
--------------------------------
*/

#static {
	position: absolute;
	left: 100%;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: #E5E4E4;
}

#static .container {
	height: 100%;
	margin: 0px;
	overflow-y: scroll;
	padding-right: 360px;
}

#static .sign-language-div {
	height: 400px;
}

body.mobile #static .sign-language-div {
	height: 240px;
}

#static-top {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	width: 100%;
	height: 60px;
}

#static-top button.sign {
	margin-right: 50px;
}

#static-top .zoom {
	margin-right: 8px;
}

#static-top .contrast {
	margin-right: 30px;
}


#static-top span {
	font-size: 10px;
	position: relative;
	left: 2px;
	bottom: 6px;
}

#static .content {
	max-width: 900px;
	padding: 0px 30px;
	margin: 100px auto;
	color: #000;
	text-align: left;
}

body.mobile #static .content {
	padding: 0px 24px;
}

#static article.static h1 {
	font-family: "BritishCouncilSansW01-Headline";
	font-size: 44px;
}

#static article.static h3 {
	font-family: "BritishCouncilSansW01-Headline";
	font-size: 1.4em;
}

#static p {
	font-size: 1em;
}

#static .quote-author {

}

#static .quote {
	font-family:"BritishCouncilSansW29-LtIt";
	font-size: 1em;
	line-height: 1.4em;
	display: block;
}

#static .quote::before {
	content: '';
}
#static .quote::after {
	content: '';
}



/*
--------------------------------
	LOADER
--------------------------------
*/

#loader {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	z-index: 110000;
}

#loader .container {
    /* background-color: #444; */
    width: 300px;
    height: 4px;
}

/* #loader .bar {
	display: block;
	width: 300px;
	height: 4px;
	background-color: #fff;
} */

#loader svg {
	position: relative;
	top: -150px;
}

#loader label {
	position: relative;
	top: -360px;
	color: #5D6167;
}


/*
--------------------------------
	CREDITS PAGE
--------------------------------
*/


#static article.static .flex{
	display: flex;
	align-items: flex-start;
	margin: 2rem 0;
	padding-bottom: 2rem;
	border-bottom: 1px solid #d6d6d6;
}
#static article.static .flex:last-child{
	border: 0;
}

#static article.static .flex h3{
	width: 30%;
	margin: 0;
	font-size: 1em;
}

#static article.static .flex p{
	width: 70%;
	padding-left: 2em;
	margin: 0;
}
#static article.static a{
	word-break: break-word;
	color: #45a1df;
}
