#instructionsCloseX {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 15px;
	z-index: 10;
}

#instructionsCloseX:hover {
	opacity:0.5 !important;
	cursor: pointer;
}

#instructionsCloseX:active {
	opacity:0.5 !important;
	background-color:rgba(0,0,0,1) !important;
}

.animateOpacity {
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.5s;
}

.arrow-control {
  width: 12px;
  height: 12px;
}

#controlsInstruction {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  margin-top: 11px;
  margin-left: 11px;
  width: 366px;
  color: white;
	border-radius: 20px;
	font-size:16px;
  padding: 20px;
	background-color:rgba(0,0,0,0.5);
}

#timeControls {
	display: none;
	opacity: 0;
	width: 480px;
	padding: 0px;
	margin: 0px auto -20px auto;
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left:-240px;
}

.timeControlButton {
	width: 30px;
	height: 30px;
	margin: 4px 4px 0px 4px;
}


.time {
	float: left;
	opacity: 1 !important;
	color: rgb(255,255,255);
	font-family: sans-serif;
	padding: 0 4px 0 4px;
}

#secondsDisplay {
	opacity: 0;
	position:relative;
	font-size:30px;
	border-radius: 20px;
	padding: 2px 0px;
	font-family: 'Open Sans', sans-serif;
	color: rgba(255,255,255, 1);
	background-color:rgba(0,0,0,0.5);
}

.buttonEnabled:hover {
	fill: rgb(150,150,150);
	cursor: pointer;
}

.buttonEnabled:active {
	fill: rgb(20,20,20);
}

.buttonDisabled {
	fill: rgb(20,20,20);
}

#timeDisplay {
	position: absolute;
	margin: -110px 0 0 -120px;
	top: 100%;
	left: 50%;
	text-align: center;
	width:240px;
	height:36px;
	font-weight: 300;
}

.button {
	width: 30px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 17px;
	border: 2px solid white;
	opacity: 1;
}

.button:hover {
	opacity:0.5 !important;
	cursor: pointer;
}

.button:active {
	opacity:0.5 !important;
	background-color:rgba(0,0,0,1) !important;
}

#snapshotControls {
	display: none;
	margin-left: -50px;
	margin-top: 10px;
	position: absolute;
	left: 100%;
	z-index: 10;
	background-color: rgba(0,0,0,0.5);
	padding: 7px 5px 5px 3px;
	border-radius: 10px;
}

#snapshotIcon {
	margin-left:2px;
}

#filmStripIcon {
	margin-left: 2px;
	margin-top: 15px;
}

.name {
	color: white;
	font-size: 10px;
	text-align: center;
	margin-top:2px;
}
/*
#snapshotBackground {
	background: black;
	opacity: 0.5;
	width: 40px;
	height: 40px;
	position: aboslute;
}*/

#snapshotBackdrop {
	display:none;
	opacity:0;
	width:100%;
	height:100%;
	background: white;
	position: absolute;
	top: 0px;
	left: 0px;

	-webkit-animation: snapshot 0.5s; /* Safari and Chrome */
	-webkit-animation-iteration-count: 1; 
	-webkit-animation-timing-function: linear;
}

@-webkit-keyframes snapshot /* Safari and Chrome */
{
0%   {opacity: 0.00; }
50%  {opacity: 0.75; }
100% {opacity: 0.00; }
}

#fbLikeButton {
	position: absolute;
	display: none;
	left: 0%;
	top: 0%;
	margin: 2px 0px 0px 5px;
	z-index: 5;
}
