@font-face {
	font-family: 'OpenSans-Regular';
	src: url('fonts/OpenSans-Regular.woff') format('woff'),
	url('fonts/OpenSans-Regular.ttf')  format('truetype');
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('fonts/OpenSans-Bold.woff') format('woff'),
	url('fonts/OpenSans-Bold.ttf')  format('truetype');
}
@font-face {
	font-family: 'OpenSans-SemiBold';
	src: url('fonts/OpenSans-SemiBold.woff') format('woff'),
	url('fonts/OpenSans-SemiBold.ttf')  format('truetype');
}

body {
	margin: 0;
	font-family: OpenSans, sans-serif;
	height: 100%;
	background: url(/images/bg.jpg) no-repeat center center fixed;
	background-size: cover;
}

a {
	color: #202020;
	font-weight:bold;
}

ul {
	width: 340px;
	margin: 40px auto 0;
}

.step.form ul {
	list-style: none;
	padding: 0;
	margin: auto;
	width: 319px;
}

li {
	margin: 12px auto;
	font-size: 18px;
	text-align: left;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.container {
	height: 100%;
}
.content {
	height: 100vh;
	width:100%;
	background-size: cover;
	padding-bottom: 30px;
	min-height: 700px;
}

.header {
	min-width: 320px;
	max-width:100%;
	text-align: center;
	z-index: 100;
}

.header .logo {
	height: 100px;
	margin: auto;
	background: transparent url(/images/logo.png) no-repeat;
	background-position: center 57px;
	text-indent: -99999px;
}

.content {
	margin: auto;
	text-align: center;
}

.index.form {
	padding-top: 150px;
}

.form-top {
	height: 140px;
}

#form-gender .form-top {
	background: transparent url(/images/gender.png) no-repeat center center;
}

#form-seekingGender .form-top {
	background: transparent url(/images/seekingGender.png) no-repeat center center;
}

#form-zip .form-top {
	background: transparent url(/images/location.png) no-repeat center center;
}

#form-age .form-top {
	background: transparent url(/images/dob.png) no-repeat center center;
}

#form-email .form-top {
	background: transparent url(/images/email.png) no-repeat center center;
}

#form-ethnicity .form-top {
	background: transparent url(/images/ethnicity.png) no-repeat center center;
}

#form-haveChildren .form-top {
	background: transparent url(/images/haveChildren.png) no-repeat center center;
}

#form-income .form-top {
	background: transparent url(/images/income.png) no-repeat center center;
}

#form-religion .form-top {
	background: transparent url(/images/religion.png) no-repeat center center;
}

#form-churchInvolvement .form-top {
	background: transparent url(/images/churchInvolvement.png) no-repeat center center;
}

#form-relationshipIntent .form-top {
	background: transparent url(/images/relationshipIntent.png) no-repeat center center;
}
#form-education .form-top {
	background: transparent url(/images/education.svg) no-repeat center center;
	background-size: 100px;
}
#form-singlesEvents .form-top {
	background: transparent url(/images/singleEvents.svg) no-repeat center center;
	background-size: 67px 58px;
}
#form-singlesEvents .question{
	width: 300px;
	margin: 0 auto 23px;
}
.question {
	font-size: 18px;
	height: 40px;
}

.label {
	font-size: 18px;
	height: 30px;
	margin-top: 30px;
}

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

.question .sub {
	height: 40px;
	font-size: 14px;
	width: 300px;
	margin: 80px auto -40px;
}

.msg {
	color: #e80a1f;
	font-size: 20px;
	font-style: italic;
	height: 25px;
	margin-top: -10px;
	margin-bottom: 5px;
}

.button {
	margin-top: 50px;
}

button, input[type="submit"] {
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	width: 319px;
	height: 65.5px;
	border: 0;
	border-radius: 32.5px;
	background-color: #c065ae;
	margin: 6px auto;
	-webkit-appearance: none;
}

select, input[type="text"], input[type="password"] {
	width: 300px;
	font-size: 20px;
	font-weight: bold;
	background: none;
	border: none;
	border-bottom: 2px solid black;
	text-indent: 10px;
}

#bmonth-input, #bday-input, #byear-input {
	display: inline-block;
}

select#bmonth, select#bday, select#byear {
	width: 105px;
	margin: 0 2px;
}

.offer .form-top {
	height: 25px;
}

.offer .results {
	width: 375px;
	max-width: 95%;
	margin: auto;
}

.index .info, .offer .info {
	font-size: 28px;
	font-weight: bold;
	margin: auto;
	position: relative;
	z-index: 10;
}

.offer .message {
	font-size: 18px;
	margin-top: 5px;
}

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

.offer .msg {
	margin-top: 15px;
	margin-bottom: -30px;
}

.offer .profile {
	margin-top: 35px;
}

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

.offer .arrow {
	position: absolute;
	top: 75px;
	left: 50%;
	margin-left: -280px;
	background: transparent url(/images/arrow.png) no-repeat;
	height: 210px;
	width: 115px;
}

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

.terms, .disclaimer {
	width: 450px;
	max-width: 95%;
	margin: auto;
	margin-top: 15px;
	font-size: 14px;
}

.private-safe {
	display: none;
}

.footer {
	color: #202020;
	background: #fff;
}

.footer-bottom {
	width: 100%;
	padding: 10px 0;
	font-family: OpenSans, fantasy;
	font-size: 16px;
	text-align: center;
	color: #202020;
}

.footer a {
	color: #c065ae;
}
.footer .footer-bottom {
	padding: 60px 0 45px;
	font-family: OpenSans-Regular, sans-serif;
	font-size: 15px;
	line-height: 24px;
	width: 100%;
	margin: 0 auto;
}

.footer .footer-content {
	width: 100%;
	background-color: #fff;
}

.footer-content .section {
	width: 100%;
	margin: 0 auto;
}

.footer-content .section .about {
	position: relative;
	width: 980px;
	margin: auto;
}

.footer-content .section .full {
	margin: 40px auto 20px;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #000;
	max-width: 1920px;
}

.footer-content .section .full.with-background {
	margin: 40px auto 20px;
}

.footer-content .section .full.with-background-dark .icon {
	background: url('/images/icon_logo.svg') no-repeat center center;
	width: 58px;
	height: 46px;
	margin: 0 auto;
}

.full .title {
	font-family: OpenSans-Bold, sans-serif;
	font-size: 28px;
	line-height: 30px;
	text-transform: capitalize;
	margin: 20px auto 40px;
}

.full .body {
	font-family: OpenSans-SemiBold, sans-serif;
	font-size: 18px;
	line-height: 30px;
	width: 90%;
	text-align: center;
	max-width: 1920px;
	margin: 0 auto;
}

.full .body.regular {
	font-family: OpenSans-Regular, sans-serif;
	font-size: 16px;
	line-height: 26px;
}

.full.with-background {
	background: #faf3f9;
	margin-bottom: 0 !important;
	padding: 60px 0 70px;
}
.full.with-background .body.bottom {
	font-family: OpenSans-Regular, sans-serif;
	font-size: 16px;
	line-height: 26px;
}
.full.with-background-dark {
	background: #c065ae;
	margin-bottom: 20px !important;
	margin-top: 0 !important;
	padding: 17px;
}

.footer-content .section .full.with-background {
	max-width: 1919px!important;
}

.columns-div {
	margin: 0 auto 60px;
	width: 100%;
	max-width: 1920px;
}

.footer-content .section .column {
	float: left;
	background: #faf3f9;
	color: #000;
	font-family: OpenSans-Regular, sans-serif;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	width: 45%;
	height: 550px;
	margin-left: 23px;
	margin-right: 23px;
	border-radius: 14px;
	border: solid 3px #c065ae;
}

.footer-content .section .column .title {
	font-family: OpenSans-Bold, sans-serif;
	font-size: 20px;
	line-height: 30px;
}

.footer-content .section .column .body {
	padding-left: 35px;
	padding-right: 35px;
}

.footer-content .section .column .icon {
	width: 114px;
	height: 114px;
	margin: 40px auto;
}
.footer-links {
	display: inline-block;
}
@media (max-width: 1024px) {

	.footer-content .section .column {
		width: 90%;
		margin-bottom: 68px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.footer-content .section .column.last {
		margin-bottom: 0;
	}

	.full .body {
		line-height: 26px;
		font-size: 16px;
	}
	.full .body.regular {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	.footer-content .section .column .body {
		padding: 0 0 25px;
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	.full .title {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	@media only screen
	and (min-width: 1024px)
	and (max-height: 1366px)
	and (orientation: portrait)
	and (-webkit-min-device-pixel-ratio: 1.5) {
		.content {
			min-height: 1366px;
		}
	}
}

@media (max-width: 600px) {
	body {
		background: #fff;
	}
	
	ul {
		width: 280px;
	}
	
	.step.form ul {
		width: 285px;	
	}
	
	li {
		margin-top: 10px;
		font-size: 16px;
	}
	
	button, input[type="submit"] {
		width: 285px;
		height: 55px;
		font-size: 20px;
	}
	
	select#bmonth, select#bday, select#byear {
		width: 95px;
		font-size: 18px;
	}
	
	select, input[type="text"], input[type="password"] {
		width: 276px;
		font-size: 18px;
	}
	
	.header {
		position: relative;
	}
	
	.header .logo {
		height: 80px;
		background: transparent url(/images/logo_mobile.png) no-repeat;
		background-position: center center;
	}
	
	.content {
		min-height: 100vh;
		margin-top: -80px;
		background: url(/images/bg_mobile.jpg) no-repeat bottom center ;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
	}
	
	.form {
		padding-top: 80px;
	}
	
	#edate-login.form {
		padding-top: 100px;
	}
	
	.index .info {
		width: 300px;
		font-size: 24px;
	}
	
	.offer .arrow {
		background: transparent url(/images/arrow_mobile.png) no-repeat;
		margin-left: -210px;
		top: 100px;
	}
	
	#edate-login.offer .arrow {
		top: 125px;
	}

	#elitesingles .profile .label {
		margin-top: 60px;
	}
}

@media (max-width: 480px) {
	#form-singlesEvents .question {
		width: 90%;
	}
	.full .body {
		line-height: 24px;
	}

	.footer-content .section .column {
		height: auto;
	}
	.full .title {
		font-size: 24px;
	}
	.footer-links {
		display: block;
	}
	.separator.footer-links {
		display: none;
	}

	.offer .msg {
		font-size: 18px;
	}
}

@media (max-width: 420px) {
	.offer.form .logo img {
		max-width: 250px;
		height: auto;
	}
	
	.offer .arrow {
		margin-left: -185px;
	}
}

@media (max-width: 360px) {
	.offer .arrow {
		display: none;	
	}
}

@media (max-height: 750px) {
	.header .logo {
		height: 80px;
		background: transparent url(/images/logo_mobile.png) no-repeat;
		background-position: center center;
	}
	
	.offer .form-top {
		height: 0px;
	}
	
	.index .info, .offer .info {
		font-size: 22px;
		max-width: 300px;
		margin: auto;
	}
	
	.msg {
		font-size: 16px;
		font-weight: bold;
		height: 20px;
	}
	
	.offer .msg {
		margin-top: 10px;
		margin-bottom: -30px;
	}
	
	.label {
		height: 25px;
		margin-top: 25px;
	}
	
	.terms, .disclaimer {
		padding-top: 10px;
		font-size: 12px;
	}
	
	.offer .button {
		margin-top: 10px;
	}

	.footer {
		position: relative;
	}
}