/* 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-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: normal; }
ol, ul {
	list-style: none; }
table {
	border-collapse: separate;
	border-spacing: 2px;
	margin: auto;
}
sup {
	vertical-align: top;
	font-size: 10px;
}

a {
	text-decoration: none;
	color: #06C;
	cursor: pointer;
}

button {
	font-size: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	cursor: pointer;
}

input[type="text"], input[type="password"] {
	border: 1px solid #ccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	width: 220px;
}

select {
	border: 1px solid #bdc7d8;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	padding: 4px;
	width: 230px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
}

h1 {
	font-size: 26px;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	margin-top: 15px;
}

hr {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #ccc;
}

.clear {
	clear: both;
}

.container {
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	position: relative;
}

.header {
	max-width: 990px;
	height: 65px;
	margin: auto;
}

.header .logo {
	height: 34px;
	padding-top: 19px;
	margin-left: 37px;
	z-index: 1;
	background: url('/images/logo.png') no-repeat;
	background-position: 0px 19px;
	text-indent: -99999px;
}

.content {
	min-width: 800px;
	min-height: 513px;
	padding: 0 5px;
}

.form {
	text-align: left;
	width: 800px;
	max-width: 100%;
	margin: 85px auto 0;
}

.form-body {
	max-width: 430px;
	margin: auto;
	border: 2px solid #777;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	position: relative;
	padding: 20px 0px;
	text-align: center;
}

.form-top {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 30px;
	color: #69449f;
	text-shadow: 0 0 0.5em #fff;
}

.step.form .field {
	text-align: center;
	padding-bottom: 20px;
	white-space: nowrap;
	display: inline-block;
}

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

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

.form-body .results .message {
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
}

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

.offer button {
	background:url('../images/btn-continue.png') no-repeat;
	width:235px;
	height:38px;
}

.offer.form .logo {
	width: 100%;
	text-align: center;
}

.offer .profile .label {
	float: left;
	width: 145px;
	text-align: right;
	margin: 5px 0;
	padding-top: 8px;
	padding-right: 5px;
	font-size: 13px;
}

.offer .profile .field {
	float: left;
	width: 265px;
	margin: 5px 0;
	text-align: left;
}
#elitesingles .profile .label {
	float: none;
	width: 100%;
	margin: 5px auto;
	text-align: center;
}
#elitesingles.offer .profile .field {
	float: none;
	margin: 5px auto;
	text-align: center;
}
.offer .terms {
	width: 400px;
	padding: 10px;
	margin: auto;
	text-align: center;
	font-size: 11px;
}

.offer .disclaimer {
	font-size: 11px;
	margin: auto;
	text-align: center;
	padding: 0 5px 10px 5px;
	color: #333;
}

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

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

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

.login.form button {
	background:url('../images/btn-continue.png') no-repeat;
	width:235px;
	height:38px;
}

.question {
	text-align: center;
	margin: 5px auto;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
}

.question .sub {
	width: 300px;
	margin: auto;
	font-weight:normal;
}

.msg {
	min-height: 20px;
	font-size: 12px;
	color: red;
	text-align: center;
	font-weight: bold;
}

#bmonth {
	width: 101px;
}

#bday, #byear {
	width: 65px;
}

.form-bottom {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	color: #69449f;
	text-shadow: 0 0 0.5em #fff;
	padding-top: 45px;
}

.footer {
	margin: auto;
}

.button {
	text-align: center;
	margin-bottom: 10px;
}

.step button {
	background:url('../images/btn-continue.png') no-repeat;
	width:235px;
	height:38px;
}

#step1.step button {
	background:url('../images/btn-start.png') no-repeat;
}

/****************** Navigation Restyling Start **********************/
.step .navigation {
	text-align: center;
	width: 232px;
	margin: 35px auto -57px;
}
.step .navigation-text {
	/*height: 12px;
	margin: 3px auto -10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;*/
	display: none;
}
.step .navigation a img,.step .navigation img  {
	display: none;
}
.step .navigation a:first-child, .step .navigation a:nth-child(2),.step .navigation a:nth-child(3),
.step .navigation a:nth-child(4), .navigator-div{
	width: 20px!important;
	height: 20px;
	border-radius: 50%;
	border: 1px solid black;
	display: inline-block;
	line-height: 20px;
	font-family: Arial;
	margin-right: 15px;
	background: #fff;
}
.step .navigation a:nth-child(4), .navigator-div:nth-child(4) {
	margin-right: 0px;
}
.step .navigation a:first-child:after,
.step .navigation .navigator-div:first-child:after {
	content: "1";
	color: black;
}
.step .navigation .navigator-div:first-child:after,
.step#step1 .navigation a:first-child:after,
.step#step2 .navigation a:first-child:after,
.step#step3 .navigation a:first-child:after,
.step#step4 .navigation a:first-child:after
 {
	content: "1";
	color: white;
}
.step .navigation .navigator-div:first-child ,
.step#step1 .navigation a:first-child ,
.step#step2 .navigation a:nth-child(2),
.step#step3 .navigation a:nth-child(3),
.step#step4 .navigation a:nth-child(4),
.step#step2 .navigation .navigator-div:nth-child(2),
.step#step3 .navigation .navigator-div:nth-child(3),
.step#step4 .navigation .navigator-div:nth-child(4)
 {
	background-color: #4b2f75;
	border-color: #4b2f75;
}
.step#step2 .navigation a:first-child,
.step#step3 .navigation a:nth-child(2),
.step#step3 .navigation a:first-child,
.step#step4 .navigation a:first-child,
.step#step4 .navigation a:nth-child(2),
.step#step4 .navigation a:nth-child(3) {
	background-color: rgba(	75, 47, 117, 0.5) ;
	border-color: rgba(	75, 47, 117,0.5) ;
}
.step .navigation a:nth-child(2):after,
.step .navigation .navigator-div:nth-child(2):after {
	content: "2";
	color: black;
}
.step#step2 .navigation a:nth-child(2):after,
.step#step3 .navigation a:nth-child(2):after,
.step#step4 .navigation a:nth-child(2):after,
.step#step2 .navigation .navigator-div:nth-child(2):after {
	content: "2";
	color: white;
}
.step .navigation a:nth-child(3):after,
.step .navigation .navigator-div:nth-child(3):after {
	content: "3";
	color: black;
}
.step#step3 .navigation a:nth-child(3):after,
.step#step4 .navigation a:nth-child(3):after,
.step#step3 .navigation .navigator-div:nth-child(3):after{
	content: "3";
	color: white;
}
.step .navigation a:nth-child(4):after,
.step .navigation .navigator-div:nth-child(4):after
{
	content: "4";
	color: black;
}
.step#step4 .navigation a:nth-child(4):after,
.step#step4 .navigation .navigator-div:nth-child(4):after {
	content: "4";
	color: white;
}
.step#step5 .navigation, .step#step6 .navigation  , .step#step7 .navigation, .step#step8 .navigation{
	display: none;
}

/****************** Navigation Restyling End **********************/
.copyright {
	font-size: 11px;
	background-color: #e5e5e5;
	max-width: 990px;
	height: 50px;
	margin: auto;
	padding-top: 20px;
	position: relative;
	text-align: center;
}
.no-background-check {
	width: 90%;
	margin: 0 auto;
}

.footer-content {
	text-align: left;
	max-width: 990px;
	padding-top: 20px;
	margin: 20px auto;
	position: relative;
	color: #666;
}
 
.footer-content td, .footer-content img {
	vertical-align: top;
}

.footer-content p {
	max-width: 98%;
	margin: auto;
}

.private-safe {
	display: none;
}

.field {
	position: relative;
}

.hint-box {
	display: none;
	position: absolute;
	bottom: 30px;
	right: 34px;
	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;
	max-width: 100%;
	white-space: normal;
	margin: 0;
	padding: 0;
	list-style: none;
}

.optout.form .question {
	width: 75%; 
	line-height: 18px;
}

.optout.form .label {
	display: none;
}

.optout.form .disclaimer {
	margin: 20px;
}

.optout.form button {
	background:url('../images/btn-continue.png') no-repeat;
	width:235px;
	height:38px;
}

.matchmaking.form {
	max-width: 100%;
}

.g-recaptcha div {
	padding-bottom: 15px;
}

/* Desktop CSS */

.container.desktop {
	background-image: url(../images/bg-people.jpg);
}

.container.desktop #christianmingle.offer.form {
	margin-top: 60px;
}

/* Mobile CSS */

.container.mobile {
	background-image: url(../images/bg-mobile.jpg);
	background-position: 50% 0;
}

.container.mobile h1 {
	font-size: 22px;
}

.container.mobile h2 {
	font-size: 13px;
	margin-top: 10px;
}

.container.mobile .header {
 	max-width: 835px;
}

.container.mobile .header .logo {
	margin: auto;
	text-align: center;
	padding-top: 12px;
	background-position: 10px 13px;
}

.container.mobile .content {
	min-width: 296px;
	min-height: 375px;
}

.container.mobile .form {
	margin-top: 40px;
}

.container.mobile .form-top {
	font-size: 20px;
}

.container.mobile .form-bottom {
	font-size: 20px;
	padding-top: 55px;
}

.container.mobile .form-body {
	padding: 10px 0px 15px;
}

.container.mobile .profile {
	width: 350px;
	max-width: 98%;
	margin: auto;
}

.container.mobile .question {
	font-size: 12px;
}

.container.mobile .label {
	width: 220px;
	text-align: left;
	margin: auto;
	float: none;
}

.container.mobile .field {
	width: auto;
	text-align: center;
	padding-bottom: 15px;
	margin: auto;
	float: none;
	position: relative;
}

.container.mobile .offer.form {
	margin-top: 10px;
	margin-bottom: 20px;
}

.container.mobile .offer.form .terms {
	width: 350px;
	max-width: 100%;
	padding: 10px 0;
}

.container.mobile .footer {
	background-color: #fff;
}

.container.mobile .footer .copyright {
	max-width: 833px;
	background-color: #e5e5e5;
}

.container.mobile .footer-content {
	max-width: 835px;
	padding: 20px 10px 0;
}

.container.mobile .hint-box {
	right: 50%;
	margin-right: -130px;
	bottom: 60px;
}
.container.mobile .copyright {
	height: 58px;
}