/* Styles for the CoverPop.js plugin 


html,
body {
    overflow: auto;
}

body {
    position: relative;
}
*/

#CoverPop-cover #mc_embed_signup input.email{margin:0 auto!important}
#CoverPop-cover #mc_embed_signup input.button{margin:10px auto!important}


.CoverPop-open,
.CoverPop-open body {
    overflow: hidden;
}
a.CoverPop-close{color:#999;}
a.CoverPop-close:hover{color:#666;}

#CoverPop-cover {
    display: none;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    -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;
    
    //background:rgba(0,0,0,0.75) 
}

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


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



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

        .splash-center {
            text-align: center;
            max-width: 500px;
            padding: 20px;
            background: #fff;
            margin: 10% auto 0;
        }

            .splash-title {
                margin: 0 0 5px 0;
            }
			
			.splash label{
				font-size:14px;
			}
            .splash .input-text {
                width: 100%;
                margin-bottom: 5px;
                border: solid 1px #ccc;
                padding: 7px;
            }

            .splash .submit-button {
                margin-bottom: 10px;
            }

            .splash .close-splash {
                margin: 0;
                font-size: 12px;
				color:#999;
            }


