@font-face {
    font-family: 'Open Sans';
		src: url('../fonts/OpenSans-Regular-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-LightItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}



/*html, body { height:100%; }*/

body {
	font:300 100%/1.25 'Open Sans', sans-serif;
	background:#000;
	/*background:#f13 url(http://www.plataforma14.com.ar/images/travesias/ultimo_tren_a_la_picasa_I/Viaje%20Santa%20Fe%20010.jpg) no-repeat center -100px;
	background-size: cover;
	background-blend-mode: multiply;*/
	color:#fff;
	/* text-align: center; */
}

* { box-sizing: border-box; }
.hidden { position: absolute; top:-9999px; left:-9999px; }

.player .main-controls {
	/* position: absolute;
	display: block;
	width: 160px;
	padding: 8px;
	border:1px solid rgba(255,255,255,.25);
	text-align: center;
	top:50%;
	left: 50%;
	margin-left: -80px;
	margin-top: -1.5em;
	background: none;
	font-size: 1.5em;
	color:rgba(255,255,255,.75);
	cursor: pointer;
	z-index: 2;
	transition: all 100ms ease-in-out;
	opacity: 0;
	pointer-events: none; */
}

.player .main-controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
	max-width: 480px;
	padding:0 30px;
	margin:0 auto;
	opacity: 0;

	height: 100vh;
	/* position: relative; */
	text-align: center;
  z-index: 2;
  pointer-events: none;
}

.player .main-controls div {
	/* position: absolute; */
	top:0;
	/* width: 100%; */
	/* pointer-events: none; */
	/* opacity: 0; */
	/* animation: word-in 3.5s ease-in-out reverse; */
	display: table;
}

.player .main-controls div p {
  font-weight: normal;
	font-size: 1em;
	/* text-transform: uppercase; */
	/* color:rgba(255,255,255,.0); */
	/* transition: all 3.5s ease-in-out; */
	height: 100vh;
	display: table-cell;
  position: relative;
  top:-25px;
	vertical-align: middle;
	text-align: left;
  line-height: 1.5;
  /* color:#666; */
	/* animation: text-out 2.5s ease-in-out; */
}

.player .main-controls div p strong {
  font-size: 1.5rem;
  display: block;
  font-weight: bold;
  margin-bottom:0.5em;
  /* color:#fff; */
}

.player .main-controls div p cite {
  font-style: italic;
}

.player .main-controls div p button {
  background: 0;
  border: 0;
  padding:10px 15px;
  border:1px solid #aaa;
  margin:0;
  text-transform: uppercase;
  font-weight: bold;
  color:inherit;
  cursor: pointer;
  position: relative;
  z-index: 10;
  font-size: 1rem;
  outline: 0;
  clear:both;
  margin-top:3em;
}

.player .main-controls div p button i {
  margin-right: 5px;
}

/* .player .main-controls:active,
.player .main-controls:hover {
	background-color: rgba(255,255,255,.15);
	color:#fff;
} */

.start .player .play,
.ending .player .replay {
	opacity: 1;
	pointer-events: auto;
	animation: word-in 1s ease-in-out;
}

.start .player .controls,
.start .player .bar,
.end .player .controls,
.end .player .bar {
	display: none;
}

.player .replay button {
	opacity: 0;
	pointer-events: none;
  /* display: none; */
}

.end .player .replay button {
  /* display: inline; */
	opacity: 1;
	pointer-events: auto;
	animation: word-in 1s ease-in-out;
}

.player .controls,
.player .bar {
	animation: appears 1s ease-in-out;
}

.player .controls {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0.75em;
	overflow: hidden;
}

.player .controls .left {
	float: left;
}

.player .controls .right {
	float: right;
}

.player .controls button,
.player .controls a {
	color: #fff;
	background: none;
	border: 0;
	padding:5px 15px 5px 5px;
	margin: 0;
	transform: none;
	cursor: pointer;
	opacity: .25;
	transition: all 250ms ease-in-out;
	font-size: 1em;
	text-decoration: none;
	display: inline-block;
	outline: 0;
}

.player .controls .right button,
.player .controls .right a {
	padding:5px;
}

.player .controls button:hover,
.player .controls a:hover {
	opacity: 1;
}

.player .controls .fa-play,
.paused .player .controls .fa-pause {
	display: none;
}

.paused .player .controls .fa-play,
.player .controls .fa-pause {
	display: block;
}

.player time {
	font-size: 0.875em;
	color:#ccc;
}

.player .bar {
	position: absolute;
	/* width: 600px; */
	height: 11px;
	/* max-width: 96%; */
	background: rgba(255,255,255,.15);
	bottom:2.5em;
	/* margin: 0 auto; */
	border:5px solid #000;
	border-left: 0;
	border-right: 0;
	left: 30px;
	right: 30px;
	z-index: 10;
	/* transition: all 200ms ease-in-out; */
	/* cursor: pointer; */
}

.player .bar:hover {
	/* height: 17px; */
	/* transform: translateY(3px); */
}

.player .bar .progress {
	background: rgba(255,255,255,0.5);
	height: 100%;
	position: absolute;
}

#qrcode {
	border:3px solid #fff;
  display: inline-block;
  float:left;
  margin-right: 15px;
}

#nayra {
	font-size: 0.75em;
	margin-left: 10px;
	position: relative;
	/* top:-0.75em; */
	top:0.5em;
	color:#333;
} #nayra::before { content:"" } #nayra::after { content:"" }

#wrapper {
	max-width: 480px;
	padding:0 30px;
	margin:0 auto;
	opacity: 0;
}

#wrapper blockquote {
	height: 100vh;
	position: relative;
	text-align: center;
}

#wrapper blockquote div {
	position: absolute;
	top:0;
	width: 100%;
	pointer-events: none;
	opacity: 0;
	animation: word-in 3.5s ease-in-out reverse;
	display: table;
}

#wrapper blockquote .title p {
	text-align: center;
}

#wrapper blockquote .important p {
	font-size: 2em;
}

#wrapper blockquote .credits p {
	text-align: center;
	vertical-align: bottom;
	font-size: 1.25em;
	padding-bottom: 3em;
}

#wrapper blockquote .credits a {
	color: inherit;
}

#wrapper blockquote p {
	font-size: 1.5em;
	/* text-transform: uppercase; */
	color:rgba(255,255,255,.0);
	/* transition: all 3.5s ease-in-out; */
	height: 100vh;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	animation: text-out 2.5s ease-in-out;
  position: relative;
  top:-30px;
}

#wrapper blockquote p img {
	display: block;
	margin: 0;
	float:left;
	width: 10%;
	height: auto;
	padding: 15px;
}

#wrapper blockquote p strong {
	font-weight: bold;
	color:#fff;
	transform: translate3d(0,0,0);
	/* transition: all 3.5s ease-in-out; */
	/* opacity: 0; */
}

#wrapper.verse-active blockquote div.current {
	pointer-events: auto;
	opacity: 1;
	animation: none;
}

#wrapper.verse-active blockquote div.current p {
	color: rgba(255,255,255,.75);
	animation: text-in 2.5s ease-in-out;
}

#wrapper.verse-active blockquote div.current p strong {
	/* opacity: 1; */
	/* transition-duration: 2.5s; */
	animation: word-in 2.5s ease-in-out;
}

.paused #wrapper blockquote * {
	animation-play-state: paused !important;
}

@keyframes text-in {
	0% { color: rgba(255,255,255,0); }
	100% { color: rgba(255,255,255,.75); }
}

@keyframes text-out {
	0% { color: rgba(255,255,255,.75); }
	100% { color: rgba(255,255,255,0); }
}

@keyframes word-in {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

audio {
	position: fixed;
	width: 100%;
	bottom:0;
	left: 0;
	z-index: 10;
}

.p5Canvas {
  position: fixed;
  top:0;
  left: 0;
  display: block;
  opacity: 0.7;
  animation: appears 1s ease-in-out;
	z-index: 0;
}


@keyframes appears {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
