@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: black;
}

#container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: white;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
}

h1#title {
	position: absolute;
	top: -40px;
	left: 0;
	font-size: 20px;
	line-height: 20px;
	color: white;
	font-weight: normal;
	height: auto;
	margin: 0;
}

.images {
	position: absolute !important;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#image {
	display: none;
}

#image2 { 
	display: none; 
}

#character {
	display: none;
	background-size: auto 100% !important;
}

#effect {
	display: none;
	position: absolute !important;
	width: 100%;
	height: 100%;
}

.rainSnow {
	background: -webkit-gradient(linear,0% 0%,0% 100%, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	position: absolute;
	-webkit-animation: rain .5s linear infinite;
	-moz-animation: rain .5s linear infinite;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

@-webkit-keyframes rain {
	to {
		margin-top: 200%;
	}
}
@-moz-keyframes rain {
	to {
		margin-top: 200%;
	}
}

@-webkit-keyframes snow {
	0% {
		opacity: 0;
	}
	5% {
		opacity: .1;
	}
	25% {
		opacity: .3;
	}
	50% {
		opacity: .7;
	}
	75% {
		opacity: .3;
	}
	95% {
		opacity: .1;
	}
	100% {
		opacity: 0;
		margin-top: 200%;
	}
}
@-moz-keyframes snow {
	0% {
		opacity: 0;
	}
	5% {
		opacity: .1;
	}
	25% {
		opacity: .3;
	}
	50% {
		opacity: .7;
	}
	75% {
		opacity: .3;
	}
	95% {
		opacity: .1;
	}
	100% {
		opacity: 0;
		margin-top: 200%;
	}
}

#overlay {
	display: none;
}

#video {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#youtube {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#speaker {
	display: none;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	position: absolute;
	background-color: black;
	background-color: rgba(0,0,0,.50);
	top: -50px;
	left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	height: 40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-transform: capitalize;
}

#textBox {
	display: none;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	bottom: 60px;
	width: 90%;
	height: auto;
	background-color: black;
	background-color: rgba(0,0,0,.50);
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 168px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	z-index: 10;
}

#textBox p {
	display: none;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#textBox p a {
	color: #A3CBFF;
	cursor: pointer;
}

#textBox p input {
	width: 100%;
	height: 32px;
	padding-left: 14px;
	padding-right: 14px;
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#textBox ul {
	display: none;
	list-style-type: none;
	margin-left: 20px;
	margin-right: 20px;
}

#textBox li {
	color: #000000;
	font-size: 14px;
	width: 100%;
	background-color: white;
	background-color: rgba(255,255,255,.75);
	margin-bottom: 4px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	text-align: center;
	margin-top: 4px;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#textBox li:hover {
	background-color: rgba(255,255,255,1);
	cursor: pointer;
}

#textBox li a {
	display: none;
}

#textBox li span {
	display: none;
}

#options {
	position: absolute;
	bottom: 10px;
	height: 40px;
	background-color: black;
	background-color: rgba(0,0,0,.50);
	margin-right: 5%;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	z-index: 10;
	right: 0px;
}

@font-face {
	font-family: 'icomoon';
	src:url('images/jStory-ui/icons/icomoon.eot?-azt071');
	src:url('images/jStory-ui/icons/icomoon.eot?#iefix-azt071') format('embedded-opentype'),
		url('images/jStory-ui/icons/icomoon.ttf?-azt071') format('truetype'),
		url('images/jStory-ui/icons/icomoon.woff?-azt071') format('woff'),
		url('images/jStory-ui/icons/icomoon.svg?-azt071#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

#optionsMenu {
	width: 20px;
    height: 20px;
    z-index: 10;
    cursor: pointer;
    float: left;
    margin-top: 10px;
	margin-right: 20px;
    opacity: .5;
    font-family: 'icomoon';
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF;
    font-size: 18px;
}

#soundToggle {
	width: 20px;
    height: 20px;
    z-index: 10;
    cursor: pointer;
    float: left;
    margin-top: 10px;
    opacity: .5;
    font-family: 'icomoon';
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF;
    font-size: 18px;
}

#optionsMenu:before {
	content: "\e600";
}

#soundToggle:before {
	content: "\e601";
}

#optionsMenu:hover, #soundToggle:hover {
	opacity: 1;
}

#soundToggle.mute:before {
	content: "\e602";
}

.a2a_kit {
	position: absolute;
	height: 40px;
	bottom: -60px;
	right: 0;
}

.a2a_kit a {
	color: white;
}
