@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600);
@import url(http://fonts.googleapis.com/css?family=Averia+Libre);

html, body
{
	margin: 0;
	padding: 0;
	color: white;
	min-height: 100%;
	min-width: 100%;
}

body
{
	overflow: hidden;
	background-color: black;
	background-repeat: repeat;
}

body.loaded
{
	background-image: url("../images/seamless-wood-texture-dark.png");
}

.languages
{
	position: relative;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	
	-webkit-transition: translate3d(0,0,0);
}

.languages *
{
	font-family: inherit;
	font-weight: inherit;
	
	-webkit-transition: inherit;
}

/* Sorry, IE8 not supported */
.languages .error
{
	width: 450px;
	height: 20px;
	position: fixed;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: white;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.languages #loader
{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;

	background: url("../images/ajax-loader.gif") center no-repeat black;
}

.languages #vignette
{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;

	background-repeat: repeat;
	background-image: -moz-radial-gradient(transparent, rgba(0,0,0,0.7));
	background-image: -webkit-radial-gradient(transparent, rgba(0,0,0,0.7));
	background-image: -ms-radial-gradient(transparent, rgba(0,0,0,0.7));
	background-image: -o-radial-gradient(transparent, rgba(0,0,0,0.7));
	background-image: radial-gradient(transparent, rgba(0,0,0,0.7));
}

.languages .notes
{
	position: absolute;
	padding: 16px 12px;
	margin: 0;
	overflow: hidden;
	z-index: 10;
	width: 1860px;
	height: 1000px;
}

.languages .note
{
	position: absolute;
	color: black;
	display: table;
	cursor: pointer;
	font-size: 24px;
	font-style: italic;
	font-weight: 600;
	
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	
	/*border: 1px solid #F0F;*/
}

.languages .note.style1
{
	background-image: url("../images/card1.png");
	width: 367px;
	height: 235px;
	padding: 28px 25px 0 25px;
	line-height: 40px;
}

.languages .note.style1.fixed
{
	margin: 0;
}

.languages .note.style2
{
	background-image: url("../images/card2.png");
	width: 205px;
	height: 412px;
	padding: 25px 60px 10px 30px;
	line-height: 26px;
}

.languages .note.style2.fixed
{
	margin: -100px 75px;
}

.languages .note.style3
{
	background-image: url("../images/card3.png");
	width: 201px;
	height: 245px;
	padding: 135px 55px 25px 45px;
	line-height: 28px;
}

.languages .note.style3.fixed
{
	margin: -50px 55px;
}

.languages .note.style3 #label
{
	vertical-align: top;
}

.languages .note.style4
{
	background-image: url("../images/card4.png");
	width: 236px;
	height: 168px;
	padding: 10px 25px 20px 15px;
	line-height: 27px;
}

.languages .note.style4.fixed
{
	margin: 0 70px;
}

.languages .note #label
{
	color: #295A94;
	font-size: 20px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	quotes: "“" "”";
}

.languages .note #label:before { content: open-quote }
.languages .note #label:after  { content: close-quote }


/* Myth View */

.languages .myth
{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 90;
	display: table;
	overflow: hidden;
}

.languages .myth #playButton,
.languages .myth #transcriptButton,
.languages .myth #backButton
{
	position: absolute;
	width: 275px;
	height: 44px;
	right: 0;
	color: white;
	font-size: 16px;
	cursor: pointer;
	z-index: 100;
	border: none;
	text-align: left;
	padding: 0 14px;
	background: no-repeat black;
	background-position: 95% 5px;
	
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	
	-webkit-transition: right 0.4s ease-in-out;
	transition: right 0.4s ease-in-out;
}

.languages .myth.hidden #playButton,
.languages .myth.hidden #transcriptButton,
.languages .myth.hidden #backButton
{
	right: -400px;
}

.languages .myth #playButton 
{
	background-image: url("../images/playIcon.png");
	top: 12px; 
}
.languages .myth #playButton:before { content: 'View from the OU'; }
.languages .myth.playing #playButton:before { content: 'Pause Academic Response'; }

.languages .myth #transcriptButton 
{
	background-image: url("../images/transcriptIcon.png");
	top: 64px; 
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}
.languages .myth #transcriptButton:before { content: 'Transcript of OU view'; }

.languages .myth #backButton 
{
	background-image: url("../images/backIcon.png");
	top: 116px;
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}
.languages .myth #backButton:before 
{
	content: 'Choose Another Myth';
}

.languages .myth #content
{
	width: 946px;
	height: 650px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.languages .myth #poloroid
{
	position: absolute;
	width: 221px;
	height: 239px;
	z-index: 100;
	
	background-image: url("../images/polaroid.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.languages .myth #poloroid #image
{
	position: absolute;
	top: 16px;
	bottom: 59px;
	left: 16px;
	right: 19px;
	
	background-color: black;
	background-size: cover;
	background-position: center;
}

.languages .myth #tapeRecorder
{
	position: absolute;
	width: 313px;
	height: 421px;
	background-image: url("../images/cassettePlayer.png");
	background-position: center;
	background-size: contain;
	z-index: 80;	
}

.languages .myth #tapeRecorder #leftSpindle,
.languages .myth #tapeRecorder #rightSpindle
{
	position: absolute;
	width: 24px;
	height: 24px;
	visibility: hidden;
}

.languages .myth.playing #tapeRecorder #leftSpindle,
.languages .myth.playing #tapeRecorder #rightSpindle
{
	visibility: visible;
}

.languages .myth #tapeRecorder #leftSpindle
{
	background: url("../images/spindle-left-playing.gif") no-repeat center;
	top: 195px;
	left: 135px;
}

.languages .myth #tapeRecorder #rightSpindle
{
	background: url("../images/spindle-right-playing.gif") no-repeat center;
	top: 194px;
	right: 85px;
}

.languages .myth #tapeRecorder #startButton,
.languages .myth #tapeRecorder #stopButton,
.languages .myth #tapeRecorder #ffButton,
.languages .myth #tapeRecorder #rwButton
{
	position: absolute;
	left: 169px;
	bottom: 31px;
	width: 31px; 
	height: 52px;
	cursor: pointer;
	background: rgba(255,0,255,0);
	visibility: visible;
}

.languages .myth #tapeRecorder #stopButton { left: 200px; }
.languages .myth #tapeRecorder #ffButton { left: 231px; }
.languages .myth #tapeRecorder #rwButton { left: 138px; }

.languages .myth.playing #tapeRecorder #startButton { visibility: hidden; }

.languages .myth #tapeRecorder #stopButton,
.languages .myth #tapeRecorder #ffButton,
.languages .myth #tapeRecorder #rwButton
{
	visibility: hidden;
}

.languages .myth.playing #tapeRecorder #stopButton,
.languages .myth.playing #tapeRecorder #ffButton,
.languages .myth.playing #tapeRecorder #rwButton
{
	visibility: visible;
}

.languages .myth .book
{
	position: absolute;
	width: 560px;
	height: 378px;
	padding: 44px 45px 60px 45px;
	line-height: 21px;
	color: black;
	overflow: hidden;
	font-family: 'Averia Libre', cursive;
	font-size: 15px;
	z-index: 70;

	background-image: url("../images/book.png");
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
}

.languages .myth .book a
{
	color: black;
}

.languages .myth .book p
{
	padding: 0;
	margin: 0 0 21px 0;
}

.languages .myth .book h1
{
	line-height: 28px;
	font-size: 20px;
	padding: 0;
	margin: 0;
	height: 126px;
}

.languages .myth .book #pages
{
	position: absolute;
	width: 560px;
	height: 380px;
	overflow: visible;
	
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;

	-moz-column-gap: 50px;
	-webkit-column-gap: 50px;
	column-gap: 50px;

	-moz-column-fill: auto;
	-webkit-column-fill: auto;
	column-fill: auto;
}

.languages .myth .book #prevButton,
.languages .myth .book #nextButton
{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 170px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	border: none;
	cursor: pointer;
}

.languages .myth .book #prevButton
{
	background-image: url("../images/book-prev.png");
	left: -10px;
}

.languages .myth .book #nextButton
{
	background-image: url("../images/book-next.png");
	right: -5px;
}

.languages .myth .book.book-transcript
{
	position: relative;
	background-image: url("../images/book-transcript.png");
}

.languages .myth .transcript
{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.languages .myth .transcript #clickBlocker
{
	background: url("../images/close-button.png") top right no-repeat;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	width: 100%;
	height: 100%;
}

.languages .myth .transcript #bookContainer
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 640px;
	height: 480px;
	margin: auto;
}

.languages .witness-title:before
{
	content: "";
}

.languages .academic-title:before
{
	content: "View from the OU:";
}
