﻿body, h2 {
margin: 0px;
}
 a 
 {
     color: #32AAFF !important;
 }
#overlays {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999999;
	-webkit-backface-visibility: hidden;
	font-family:Segoe UI;
}
#overlays.dark {
	height: 100%;
	background: rgba(0,0,0,0.45);
}
#overlays.fullscreen {
	height: 100%;
	background: black;
}
#overlays.info {
	height: 100%;
	background: #fff;
	background: -moz-linear-gradient(white, #ccc);
	background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#CCC), to(white));
	background: -webkit-linear-gradient(white, #ccc);
}
#overlays.info > .wrapper {
	position: absolute;
	width: 90%;
	height: 300px;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -45%;
	text-align: center;
}
#overlays.info.black {
	background: black;
}
#overlays.info.rose {
	background: #C75764;
}
#overlays.info.blues {
	background: #597EF7;
}
#overlays.info.black > .wrapper, #overlays.info.rose > .wrapper, #overlays.info.blues > .wrapper {
	color: white;
}
#overlays.info #notifications {
	z-index: 5;
	-webkit-box-shadow: white 0px -1px 0px inset, rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
	-moz-box-shadow: white 0px -1px 0px inset, rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
	box-shadow: white 0px -1px 0px inset, rgba(0, 0, 0, 0.2) 0px 2px 0px 0px;
}
#overlays.info.black #notifications {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: white;
	border: none;
	text-shadow: none;
	border: 1px solid #999;
}

#overlays.info > .wrapper h2 {
	font-size: 60px;
	text-align: center;
	font-family: HelveticaNeue-UltraLight, HelveticaNeue, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top:20px;
}
#overlays.info > .wrapper .icon {
	font-family: Icons;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 130px;
}
#overlays.info > .wrapper .desc {
	display: inline-block;
	background: #4d4d4d;
	border:1px dashed white;
	color: white;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 2px;
	margin-top: 20px;
	box-shadow:0 0 10px #9c9c9c;
	font-family: Segoe UI Light,Helvetica, Arial, sans-serif;
}
#overlays.info > .wrapper h2 span {
	font-weight: bold;
}
.particles {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
}
#overlays.fullscreen .editor {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 50%;
	margin: 40px;
	margin-top: 68px;
}
#overlays.fullscreen .live {
	background: white;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 50%;
	right: 0px;
	padding: 40px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: #222C3B;
	color: #fff;
}
#overlays.fullscreen .live p {
	line-height: 1.6;
}
#overlays.fullscreen .live blockquote {
	border-color: 1px solid white;
}
#overlays.fullscreen .live a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dashed #999; 
}
#overlays.fullscreen .live a:hover {
	color: white;
	border-color: white;
}
#overlays.fullscreen .editor textarea {
	padding: 0px;
	margin: 0px;
	border: none;
	position: absolute;
	background: transparent;
	top: 0px;
	height: 100%;
	width: 100%;
	display: block;
	left: 0px;
	resize: none;
	font: normal 14px Consolas, Courier New, monospace;
	color: #fff;
	line-height: 1.6;
	-webkit-overflow-scrolling: touch;
}
#overlays.fullscreen .editor .buttons {
	position: absolute;
	top: -28px;
	left: -7px;
}
#overlays.fullscreen .editor textarea:focus {
	outline: none;
}
div.overlay {
	background: black;
	background: rgba(0,0,0,0.8);
	background: -webkit-linear-gradient(rgba(30, 30, 30, 0.7),rgba(0, 0, 0, 1));
	background: -moz-linear-gradient(rgba(30, 30, 30, 0.7),rgba(0, 0, 0, 1));
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	text-shadow: black 0px 2px 2px;
	font: normal 16px HelveticaNeue-Light, HelveticaNeue, Helvetica, Arial, sans-serif;
	color: white;
	line-height: 1.6;
}
div.overlay .wrapper {
	height: 450px;
	top: 50%;
	margin-top: -225px;
	width: 700px;
	left: 50%;
	margin-left: -340px;
	position: absolute;
	overflow: scroll;
}
div.overlay p {
	color: white;
}
div.overlay p.first:first-letter {
	color: white;
}
div.overlay .wrapper h2:first-child {
	text-align: center;
	font-size: 70px;
	color: white;
	text-shadow: black 0px 2px 2px;
}
div.overlay h2 span {
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: normal;body {
}
