/* Reset starts */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Reset Ends */

body{
	margin: 0;
	padding: 0;
	background: #090731 url(https://s3.amazonaws.com/web-theprincessbrideonstage.com/background1.jpg) center top no-repeat;
	font-family: 'Merriweather', sans-serif;	
	color: #fff;
        background-size:cover;
}



input{
	font-family: Arial, sans-serif;
	font-size: 20px;
}

#wrapper {
}

	#content-wrap {
		width: 1000px;
		margin: 0 auto;
	}
	
		#content {
			padding-top: 190px; /*285px;*/
		}
		
			#content h1 {
				background: url(../images/logo.png) no-repeat left top;
				width: 826px;
				height: 55px;
				margin: 0 auto;
				text-indent: -5000px;
			}
			
			#content h2 {
				font-weight: normal;
				font-size: 27px;
				margin-top: 97px;
				width: 850px;
				margin: 97px auto 0 auto;
				text-align: center;
				line-height: 120%;
			}

#footer{
	width: 100%;
	text-align: center;
	margin-top: 100px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #fff;
}

	#footer h4 {
		font-family: 'Merriweather', sans-serif;
		text-transform: uppercase;
		font-size: 29px;
        padding-bottom: 10px;
	}
	
		#footer h4 span {
			vertical-align: super;
			font-size: 15px;
		}

	#footer h5 {
		font-family: 'Merriweather', sans-serif;
		font-weight: 300;
		font-size: 13px;
        padding-bottom: 10px;
	}
	
	div#form2 {
		margin: 0 auto;
		width: 960px;
		padding-top: 15px;
		text-align: left;
	}
	
	#email, #zip {
		color: #fff;
		font-size: 17px;
		font-family: 'Merriweather Sans', sans-serif;
		font-weight: 300;
		padding-left: 10px;
		margin-right: 12px;
	}
	
	#form2 .active-text {
		color: #fff;
	}


	div#form2 #email {
		width: 265px;
		background: transparent;
		height: 51px;
		border: 2px solid #fff;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;		
		border-radius: 14px;
		outline: none;
		float: left;

	}
	
	div#form2 #zip {
		background: transparent;
		width: 130px;
		border: 2px solid #fff;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;		
		border-radius: 14px;
		outline: none;
		height: 51px;	
		float: left;
	}
/*
	div#form2 #email {
		background: url(../img/email-address-input1.png) no-repeat left top;
		width: 272px;
		height: 51px;
		border: none;
		float: left;
	}
	
	div#form2 #zip {
		background: url(../img/postal-code-input.png) no-repeat left top;
		width: 196px;
		border: none;
		height: 51px;	
		float: left;
	}
*/

	.country-field {
		margin-right: 13px;
		width: 325px;
		float: left;
	}

	.country-field label {
		text-align: left;
		font-size: 14px;
		margin: 1px 0 5px;
		display: block;
	}

	select {
		width: 100%;
		height: 57px;
		padding: 15px 35px 16px 10px;
		color: #fff;
		font-size: 17px;
		font-family: 'Merriweather Sans', sans-serif;
		font-weight: 300;
		border: 2px solid #fff;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;		
		border-radius: 14px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: transparent url('../images/select-arrow.png') no-repeat 293px 21px;
	}

	select option {
		background-color: #170e3a !important;
		color: #fff !important;
	}

	/* CAUTION: IE hackery ahead */
	select:focus::-ms-value {
		background: #fff;
		color: #000;
	}

	select::-ms-expand { 
		display: none; /* remove default arrow on ie10 and ie11 */
	}

	/* Customize the label (the container) */
	label[for="us_based"] {
		display: block;
		position: relative;
		padding-left: 35px;
		margin: 12px 12px 12px 0;
		cursor: pointer;
		font-size: 16px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		float: left;
		line-height: 25px;
		width: 130px;
	}

	/* Hide the browser's default checkbox */
	label[for="us_based"] input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

	/* Create a custom checkbox */
	.checkmark {
		position: absolute;
		top: 0;
		left: 0;
		height: 25px;
		width: 25px;
		background-color: transparent;
		border: 2px solid #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;		
		border-radius: 5px;
	}

	/* On mouse-over, add a grey background color */
	/*	
	label[for="us_based"]:hover input ~ .checkmark {
		background-color: #ccc;
	}*/

	/* When the checkbox is checked, add a blue background */
	label[for="us_based"] input:checked ~ .checkmark {
		/*background-color: #2196F3;*/
	}

	/* Create the checkmark/indicator (hidden when not checked) */
	.checkmark:after {
		content: "";
		position: absolute;
		display: none;
	}

	/* Show the checkmark when checked */
	label[for="us_based"] input:checked ~ .checkmark:after {
		display: block;
	}

	/* Style the checkmark/indicator */
	label[for="us_based"] .checkmark:after {
		left: 9px;
		top: 5px;
		width: 5px;
		height: 10px;
		border: solid white;
		border-width: 0 3px 3px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	#optin {
		background: url(../images/checkbox.png) no-repeat left center;
		width: 23px;
		height: 51px;
		float: left;
	}
	
	div#age-text {
		font-family: 'Merriweather', serif;
		font-weight: 300;
		font-size: 15px;
		float: left;
		padding-top: 17px;
		padding-left: 6px;
		margin-right: 20px;
	}
	
	input#signup {
		margin: 10px auto 0;
	}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer #bottomtext{
	font-family: 'Merriweather', sans-serif;
	font-weight: 300;
	font-size: 10px;
	width: 1000px;
	margin: 15px auto 0 auto;
	text-align: center;
	clear: both;
	padding-bottom: 104px;
    padding-top: 28px;
    line-height: 15px;
}

#footerHolder {
	width: 1000px;
	border-top: 1px solid #909090;
	margin: 0 auto;
}

#footer a:hover {
	text-decoration: underline;
}

.legal-footer {
    color: #fff;
    padding: 20px 0;
}

.legal-footer a {
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
}

.legal-footer ul {
    list-style: none;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
}

.legal-footer .contact {
    font-size: 20px;
    text-transform: uppercase;
}

.legal-footer .legal {
    font-size: 12px;
    line-height: 18px;
    margin: 20px 0;
}

.legal-footer .copyright {
    text-align: center;
    font-size: 12px;
}

@media only screen and (max-width:1200px) {
    .legal-footer ul {
        display: block;
        text-align: center;
    }
}

#gde_footerContents {
	background: none !important;
}

#gde_footerTitleContainer, #gde_footerSiteMapContainer, #gde_footerFeaturedContainer {
	display: none !important;
}

#dither {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1500;
	display: none;
}

#popover{
	width: 760px;
	height: 237px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -118px;
	margin-left: -380px;
	display: none;
	background: url(https://s3.amazonaws.com/web-theprincessbrideonstage.com/as-you-wish.png) transparent;
	border: none;
	z-index: 2000;
}

#popover img{
	position: absolute;
	top: 15px;
	left: 660px;
	cursor: pointer;
	z-index: 2001
}

#goc-ft a, #goc-ft-copyright { color: #9c9c9c !important; }