/* 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 url("/images/pattern.png");
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #cd5882;
	margin: 15px 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #343434;
	text-align: center;
	margin: 20px 0;
}

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

select {
	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: 16px;
	font-weight: bold;
	padding: 11px;
	width: 290px;
	height: 42px;
	background-color: #fff;
	color: #615364;
}

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: 16px;
	font-weight: bold;
	padding: 4px;
	width: 280px;
	height: 32px;
	text-indent: 4px;
}

button {
	width: 118px;
	height: 42px;
	line-height: 35px;
	text-align: center;
	border: 0;
	cursor: pointer;
	font-family: "Open-sans", sans-serif;
	text-transform: uppercase;
	padding: 0;
	outline: 0;
	font-size: 22px;
	font-stretch: normal;
	font-weight: bold;
	letter-spacing: normal;
	color: #fff;
	border-radius: 4px;
	background: #cc5981;
}

button:hover {
	opacity: 0.6;
}

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

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

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

.content {
	position: relative;
	max-width: 1200px;
	width: 100%;
	height: 520px;
	margin: auto;
	background: url("/images/bg-image.jpg") no-repeat;
	background-position: 42% 0px;
	background-size: cover;
	border-top: 3px solid #605164;
}

.form {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px 5px;
	text-align: center;
	width: 500px;
	max-width: 98%;
	margin: 335px auto;
	background-color: #fff;
}

.form-top {
	display: none;
}

.form-bottom {
	height: 15px;
}

.question {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background-color: #605365;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.msg {
	width: 100%;
	min-height: 10px;
	margin-top: 2px;
	padding-top: 7px;
	background: url("/images/shadow.png") no-repeat 60px top;
	text-align: center;
	color: #cc5982;
	font-size: 11px;
	font-weight: bold;
}

.label, .field {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
}

.hint-box {
	display: none;
	position: absolute;
	bottom: 48px;
	right: -2px;
	width: 250px;
	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;
}

.button {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
}
.field .medium-textbox input, .field .text input, .field .textbox input{
	vertical-align: bottom;
}
.private-safe {
	display: none;
}

.navigation {
	position: absolute;
	bottom: 10px;
	width: 500px;
	text-align: center;
}

.navigation-text {
	position: absolute;
	bottom: 30px;
	width: 500px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

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

.footer .section {
	width: 900px;
	max-width: 95%;
	margin: 35px auto;
}

.footer .section h1#why-join {
	background: url("/images/icon-heart.png") no-repeat left center;
	padding-left: 40px;
}

.footer .section h1#statement {
	background: url("/images/icon-bible.png") no-repeat left center;
	padding-left: 40px;
}

.footer .section h1#jesus {
	background: url("/images/icon-christ.png") no-repeat left center;
	padding-left: 40px;
}

.footer .copyright {
	width: 100%;
	height: 95px;
	padding-top: 25px;
	background: #333333 url("/images/icon-heart-footer.png") no-repeat 20% center;
	color: #fff;
	text-align: center;
}

.footer .copyright a {color:#fff; text-decoration:none;}
.footer .copyright a:hover {color:#ddf; text-decoration:underline;}
.footer .copyright a:visited {color:#fff; text-decoration:none;}

.offer.form {
	margin-top: 15px;
}

.offer.form .form-body .results {
	padding: 15px 0;
	background-color: #ececec;
}

.offer.form .form-body .results .info {
	color: #cd5882;
	font-size: 16px;
	font-weight: bold;
}

.offer.form .form-body .results .message {
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
}
#elitesingles .profile .label {
	height: 40px;
}
#elitesingles .profile .label .password-requirements {
	font-size: 12px;
	font-style: italic;
	line-height: 36px;
}
.offer.form .form-body .logo {
	padding-top: 15px;
}

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

.offer.form .form-body .question {
	background-color: #fff;
	color: #111;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 0px;
}

.offer.form .form-body .msg {
	background: none;
	padding-top: 0;
	min-height: 15px;
}

.offer.form .form-body .label {
	font-size: 14px;
	font-weight: bold;
	width: 130px;
	margin-top: 18px;
	margin-right: 3px;
	text-align: left;
	overflow: visible;
	white-space: nowrap;
}
#elitesingles.offer.form .form-body .label {
	width: 100%;
	text-align: center;
}
#elitesingles.offer.form .form-body .field {
	margin-top: 11px;
}
.offer.form input[type="text"], .offer.form input[type="password"] {
	width: 200px;
}

.offer.form .disclaimer {
	clear: both;
	vertical-align: bottom;
	width: 500px;
	max-width: 95%;
	margin: 10px auto 0;
	font-size: 11px;
}

.offer.form .form-body .button {
	padding: 15px 0;
}

.offer.form .form-body button {
	width: 253px;
	height: 52px;
	line-height: 35px;
	text-align: center;
	border: 0;
	cursor: pointer;
	font-family: "Open-sans", sans-serif;
	text-transform: uppercase;
	padding: 0;
	outline: 0;
	font-size: 22px;
	font-stretch: normal;
	font-weight: bold;
	letter-spacing: normal;
	color: #fff;
	border-radius: 4px;
	background: #cc5981;
}

.offer.form .private-safe {
	display: none;
}

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

.login.form .form-top {
	color: #333;
	font-size: 26px;
	display: block;
	visibility: visible;
}

.login.form .form-top .sub {
	font-size: 22px;
	margin: 10px auto;
}

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

.login.form .form-body .logo {
	margin: 15px auto;
}

.login.form .button button {
	font-size: 0px;
}

#pin-verify.step.form {
	margin-top: 260px;
}
@media (max-width: 1024px) and (orientation: landscape)  {
	.footer .copyright {
		background-position-x: 16%;
	}
}
@media (max-width: 800px) {
	.footer .copyright {
		background: #333333;
	}
}

@media (max-width: 580px) {
	h1 {
		font-size: 18px;
	}
	.navigation {
		display: none;
	}
}

@media (max-width: 460px) {
	.offer.form .form-body .results .info {
		font-size: 14px;
	}

	.offer.form .form-body .results .message {
		font-size: 10px;
	}

	.offer.form {
		margin-top: 10px;
	}
}

@media (max-width: 400px) {
	.offer.form .form-body .results .info {
		font-size: 12px;
	}

	.offer.form .form-body .label {
		margin: 3px auto 0;
		text-align: center;
	}

	.offer.form .form-body .field {
		display:block;
		margin-bottom: 2px;
	}
	#pin-verify .question {
		font-size: 12px;
	}
	.hint-box {
		bottom: 70px;
		right: 50%;
		margin-right: -130px;
	}
	.footer .copyright {
		font-size: 10px;
	}
}