/*
* Custom Styles
*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .splash {
		background-color: rgba(0,0,0,0.25);
    }

        .splash-center {
			position:relative;
            text-align: center;
            max-width: 420px;
            padding: 20px;
            background: #005daa;
            margin: 10% auto 0;
			color:#fff;
			height: 310px;
			!important min-height: 310px;
			box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.3);
	
        }
		.spash-center a {
			color:#fff;	
		}

            .splash-title {
                margin: 0 0 5px 0;
            }

            .input-text {
                width: 100%;
                margin-bottom: 5px;
                border: solid 1px #ccc;
                padding: 7px;
            }

            .submit-button {
                margin-bottom: 10px;
            }

            .close-splash {
                margin: 0;
                font-size: 16px;
				color:#fff;	
            }
			
			 .close-splash a {
				color:#fff;	
            }
			
			.email-close {
	height: 16px;
	width: 16px;
	position: absolute;
	top: -6px;
	right: -6px;
	background-image:url('http://www.summary.com/_resources/www/soundview/_system/content/samplesummaryp/new/closex.jpg');
	background-repeat:no-repeat;
    background-position: center center;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	border: 2px solid #ccc;
	box-shadow: 0px 0px 4px 1px #252d34;
	cursor: pointer;
	z-index: 999;
	color:#333;
}

@media screen and (max-width: 420px) {
    .splash-center {
        margin: 0;
    }
}