/* Styles for the CoverPop.js plugin */

#CoverPop-cover {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.CoverPop-open #CoverPop-cover {display: block;}


@-webkit-keyframes fade-in {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}

/*
* Custom Styles
*/

.splash {
    background-color: rgb(0,0,0);
    background-color: rgba(0, 0, 0, 0.80);
}

.splash-center {
	text-align: center;
	width: 925px;
	height: 400px;
	padding: 10px;
	background: #222;
	margin: 20px auto 0;
	border-radius: 8px;
	border: solid;
	border-width: 2px;
	border-color: #999;
}

.splash-loader {position:relative; left:-0px; top:-140px; z-index:1000; }