/* Styles for the CoverPop.js plugin */

.splash-center {
    background: none repeat scroll 0 0 none;
    margin: 10% auto 0;
    padding: 0px 0px 0px 0px;
    text-align: center;
	min-height: 300px;
    min-width: 300px;
	position: relative;
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.50);
}
.splash {
	background-color: rgba(0, 0, 0, 0.50);
}
/*
.splash-center .close-white {
	background:url(/images/bg-close-white.png) center no-repeat;
	background-size:40px 40px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:28;
	width:40px;
	height:40px;
	display:block;
	cursor: pointer;
}
*/
.splash-center .close-white {
	border-radius: 50%;
	background-color: #0E99C4;
	border: 2px solid #0E99C4;
	color: #ffffff;
	cursor: pointer;
	height: 24px;
	line-height: 0em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	text-align: center;
	top: -12px;
	right: -12px;
	width: 24px;
	vertical-align: middle;
	z-index: 1000;
	font-size:16px;
}
.splash-center .close-white:after {
	content: "\f00d ";
    font-family: FontAwesome;
	line-height: 1.35em;
}
/*.splash-center .close-white { background-size:37px 37px; position:absolute; right:40px; top:40px; z-index:28; width:37px; height:37px; display:block; cursor: pointer; }*/
.CoverPop-open,
.CoverPop-open body {
	/*overflow: hidden;*/
}

#CoverPop-cover {
    display: none;
    position: fixed;
    /*overflow-y: scroll;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 25000;
    -webkit-animation: fade-in .25s ease-in;
    -moz-animation-name: fade-in .25s ease-in;
    -ms-animation-name: fade-in .25s ease-in;
    -o-animation-name: fade-in .25s ease-in;
    animation-name: fade-in .25s ease-in;
}

    .CoverPop-open #CoverPop-cover {
        display: block;
    }


@-webkit-keyframes fade-in {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}
@media (max-width: 450px) {
	.splash-center iframe {
		-ms-transform: scale(0.64);
		-moz-transform: scale(0.64);
		-o-transform: scale(0.64);
		-webkit-transform: scale(0.64);
		transform: scale(0.64);
		-webkit-transform-origin: 0 0;
	}
	.splash-center {
		height: 320px !important;
		width: 320px !important;
		margin: 50% auto 0 !important;
	}
}
