/* Resets */
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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-family: "Open Sans", sans-serif;
	vertical-align: top;
}

/* General CSS */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: normal;
	color: #000;
	background: #fff;
}

h1 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	padding: 20px;
	text-align: left;
}

h2 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 20px;
	text-align: left;
}

a {color:#ff7bac; text-decoration:none;}
a:hover {color:#ff7bac; text-decoration:underline;}
a:visited {color:#ff7bac; text-decoration:none;}

select {
	border: 1px solid #615265;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
	padding: 9px 3px;
	width: 272px;
	height: 38px;
	background-color: #fff;
	color: #615364;
	outline: 0;
}

select#bmonth, select#bday {
	margin-right: 2px;
	width: 95px;
}

select#byear {
	width: 90px;
}

input[type="text"], input[type="password"] {
	border: 1px solid #615265;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0;
	width: 262px;
	max-width: 100%;
	height: 30px;
	text-indent: 7px;
	outline: 0;
}

button {
	width: 272px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border: 0;
	cursor: pointer;
	font-family: "Open-sans", sans-serif;
	text-transform: uppercase;
	padding: 0;
	outline: 0;
	font-size: 26px;
	font-stretch: normal;
	font-weight: bold;
	letter-spacing: normal;
	color: #fefefe;
	border-radius: 4px;
	background: #2abb9b;
}

button:hover {
	opacity: 0.6;
}

ul {
	list-style-image: url("/images/bullet.png");
	margin: 0 12px;
}

li {
	color: #fff;
	margin: 10px 0;
	font-size: 22px;
}

.pink {
	color: #ff7bac;
}

.bold {
	font-weight: bold;
}

/* Form layout */
.container {
	margin: auto;
	position: relative;
	width:100%;
	min-width: 300px;
}

.header {
	height: 85px;
	width: 1200px;
	max-width:100%;
	margin: 0 auto;
	position: relative;
	background-color: #000;
}

.header .logo {
	position: absolute;
	display: block;
	width: 265px;
	height: 65px;
	background: url("/images/logo.png") no-repeat;
	text-indent: -2000px;
	top: 10px;
	left: 5%;
	background-size: contain;
}

.content {
	position: relative;
	width: 100%;
	max-width:1200px;
	min-height: 515px;
	margin: auto;
	background: #efefef url("/images/splash.jpg") no-repeat;
	background-position: top right;
	background-size: cover;
	border-top: 3px solid #605164;
}

.form {
	border: 5px solid #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	width: 430px;
	max-width: 95%;
	margin: 65px 50px 0;
	padding: 20px 0;
	background-color: #fff;
}

.form-top {
	font-size: 14px;
}

.form.offer .message {
	display: none;
}

.form.offer .info {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

.msg {
	height: 16px;
	padding-top: 5px;
	color: #2abb9b;
	font-size: 12px;
	font-weight: bold;
}

.question {
	font-size: 16px;
	font-weight: bold;
}

.question .sub {
	font-size: 12px;
	font-weight: normal;
	width: 98%;
	margin: auto;
	padding-top: 8px;
}

.field {
	display: inline-block;
	position: relative;
}

.hint-box {
	display: none;
	position: absolute;
	bottom: 75px;
	right: 50%;
	margin-right: -160px;
	width: 312px;
	padding: 4px;
	background: rgba(0, 0, 0, 0.90);
	color: #fff;
	z-index: 99;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	white-space: nowrap;
}

.hint-box ul, .hint-box li {
	line-height: 18px;
	font-size: 12px;
	text-align: center;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
.label {
	width: 110px;
	max-width: 100%;
	height: 24px;
	padding-left: 23px;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 8px auto 5px;
}
.medium-textbox input, .medium-textbox, .textbox, .textbox input {
	vertical-align: bottom!important;
}

.label#zip-msg {
	background-image: url("/images/icon-marker.png");
	width: 135px;
}

.label#age-msg {
	background-image: url("/images/icon-calendar.png");
	padding-left: 35px;
	display: block;
	width: 110px;
	margin: 0 auto 5px;
}

.label#gender-msg {
	background-image: url("/images/icon-user.png");
	padding-left: 25px;
	display: block;
	width: 110px;
	margin: 0 auto 5px;
}

.label#email-msg {
	background-image: url("/images/icon-mail.png");
	padding-left: 20px;
	display: block;
	width: 110px;
	margin: 0 auto 5px;
}

.button {
	padding-top: 20px;
	padding-bottom: 20px;
}

.arrow {
	display: inline-block;
	margin-top: 3px;
}

.navigation-text {
	display: inline-block;
	margin: 0 3px;
	font-weight: bold;
}

.private-safe {
	display: none;
}

.footer {
	width: 1200px;
	max-width:100%;
	margin: auto;
}

.footer-content .light {
	background-color: #efefef;
	color: #000;
	width: 100%;
	margin: auto;
	padding: 50px 0;
	text-align: left;
	position: relative;
}

.footer-content .light#couple {
	min-height: 275px;
	background-image: url("/images/couple-approved.png");
	background-position: 90% bottom;
	background-repeat: no-repeat;
}

.footer-content .light#couple h1, .footer-content .light#couple .text {
	max-width: 425px;
	padding-left: 8%;
}

.footer-content .light#couple .text {
	font-size: 18px;
}

.footer-content .dark {
	width: 100%;
	min-height: 310px;
	padding: 50px 0;
	margin: auto;
	background-color: #1a2530;
	position: relative;
}

.footer-content .dark .photos {
	position: absolute;
	left: 7%;
	top: 20px;
	z-index: 1000;
}

.footer-content .dark .photos img {
	max-width: 95%;
	height: auto;
}

.footer-content .dark h2 {
	max-width: 95%;
	padding-left: 530px;
	margin: auto;
}

.footer-content .dark .text {
	padding-left: 530px;
	margin: auto;
}

.footer-content .light#tips {
	margin-top: -40px;
	padding: 150px 0 50px;
	background-image: url("/images/tips.png");
	background-position: 10% 50px;
	background-repeat: no-repeat;
	text-align: center;
}

.footer-content .light#tips .text {
	width: 90%;
	margin: auto;
	text-align: left;
	padding-bottom: 20px;
	font-size: 16px;
}

.footer-content .light#tips .tip {
	display: inline-block;
	width: 44%;
	margin: 8px 1%;
	text-align: left;
}

.footer .copyright {
	padding: 35px;
	text-align: center;
}

.footer .copyright .text {
	padding-top: 20px;
	width: 80%;
	margin: auto;
}

/* Offer CSS */
body.offer .label {
	width: 150px;
	padding-left: 0;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 3px;
	text-align: center;
}

#elitesingles .profile .label {
	width: 250px;
	height: 40px;
}
#elitesingles .profile .label .password-requirements {
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}

body.offer .field {
	padding-bottom: 5px;
	display: block;
}

body.offer .form-body .logo {
	padding-top: 5px;
}

body.offer .form-body .logo img {
	max-width: 270px;
	max-height: 70px;
}

.offer.form .field-row {
	width: 270px;
	max-width: 100%;
	margin: auto;
}

.offer.form .field-left {
	display: inline-block;
	margin-left: 0;
	padding-bottom: 20px;
	width: 48%;
}
.offer.form .field-right {
	display: inline-block;
	margin-right: 0;
	padding-bottom: 20px;
	width: 48%;
}

body.offer .terms, body.offer .disclaimer {
	padding-bottom: 5px;
	font-size: 11px;
	width: 90%;
	margin: auto;
}

body.offer .form-bottom {
	display: none;
}

.login.form .form-top {
	color: #000;
	font-size: 22px;
	display: block;
	visibility: visible;
	margin-top: 30px;
}

.login.form .form-top .sub {
	font-size: 14px;
	max-width: 300px;
	margin: auto;
}

.login.form .form-body .info {
	font-size: 16px;
	padding-top: 10px;
}

.login.form .form-body .logo {
	margin: 15px auto;
}
.footer .copyright .footer-divs {
	display: inline-block;
}
.optout .form-top {
	font-size: 22px;
	font-weight: bold;
}
.optout .form-body .question {
	font-size: 12px!important;
	font-weight: normal!important;
	width: 98%;
	margin: auto;
	padding-top: 8px;
}
.optout .disclaimer {
	margin-top: 10px;
}
@media (max-width: 900px) {
	.header {
		width: 100%;
	}
	.footer-content .light {
		padding: 25px 0 340px;
	}
	.footer-content .light#couple {
		background-position: 50% bottom;
		min-height: 100px;
	}
	.footer-content .light#couple h1 {
		max-width: 100%;
		text-align: center;
	}
	.footer-content .light#couple .text {
		width: 80%;
		margin: auto;
	}
	.footer-content .dark h2 {
		padding-left: 500px;
	}

	.footer-content .dark .text {
		padding-left: 500px;
	}
	li {
		font-size: 16px;
	}
	.content {
		background: #fff;
		min-height: 460px;
	}
	.form {
		margin: 70px auto 0;
	}
	.offer.form {
		margin-top: 85px;
	}
	.footer-content .dark .photos {
		position: relative;
		left: auto;
		top: auto;
		text-align: center;
	}
	.footer-content .dark h2 {
		width: 90%;
		margin: auto;
		text-align: center;
		padding: 0;
	}
	.footer-content .dark .text {
		width: 150px;
		margin: auto;
		padding: 0;
	}
}

@media (max-width: 580px) {

	.header .logo {
		width: 90%;
		background-position: center;
		background-size: contain;
		top: 14px;
	}
	.offer.form {
		margin-top: 20px;
	}
	body.offer .label {
		display: block;
		width: 80%;
		margin: 5px auto 0;
		padding: 0;
		text-align: center;
	}
	body.offer .field {
		text-align: center;
		margin: auto;
	}

	.footer .copyright {
		padding: 35px 20px;
		text-align: center;
	}
	.footer .copyright .footer-divs {
		display: block;
	}
	.footer .copyright .text {
		padding: 20px 35px 0;
	}
	.footer-content .light#couple h1 {
		padding-left: 3%;
	}

	 .footer-content .light#couple .text {
		padding-left: 0;
	}
}

@media (max-width: 500px) {
	.content {
		min-height: 380px;
	}
	.question {
		font-size: 20px;
		padding: 0 10px;
	}
}

@media (max-width: 400px) {
	h1, h2 {
		font-size: 20px;
	}
	.form.offer .message {
		font-size: 10px;
	}
	.form.offer .info {
		font-size: 12px;
		font-weight: bold;
	}
}