@font-face {
	font-family: 'OpenSans-Regular';
	src: url('fonts/OpenSans-Regular.ttf') format('ttf'),
	url('fonts/OpenSans-Regular.woff') format('woff');
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('fonts/OpenSans-Bold.ttf') format('ttf'),
	url('fonts/OpenSans-Bold.woff') format('woff');
}
@font-face {
	font-family: 'OpenSans-SemiBold';
	src: url('fonts/OpenSans-SemiBold.ttf') format('ttf'),
	url('fonts/OpenSans-SemiBold.woff') format('woff');
}
/* Resets */
body, div, span, iframe, img, form, table, tr, th, td, button {
	font-family: Helvetica,Arial,"Lucida Grande",sans-serif;
	margin: 0 auto;
	border: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizelegibility;
}

body {
	background: #fff;
	font-size: 14px;
	color: #000;
}

.step.form ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.step.form li {
	margin: 0 0 18px;
}

.step.form li:last-child {
	margin-bottom: 0;
}

.step.form li button {
	margin: 0;
}

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

.container {
	position: relative;
	max-width: 100%;
	width: 1200px;
}

.content {
	width: 1200px;
	height: 649px;
	background: url('/images/model-bg.jpg') no-repeat center center;
	background-size: cover;
	margin: 0 auto;
	overflow: auto;
}
.consent-form {
	width: 90%;
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
.consent-form a {
	color: #fff;
}
.consent-form button {
	width: 100%;
}
.consent-form .msg {
	background-color: #930733;
}
.index.form .form-bottom {
	text-align: center;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}
.consent-form .consent-top {
	font-weight: bold;
	margin-bottom: 10px;
}
.consent-form .consent {
	margin-bottom: 10px;
	font-size: 14px;
}
.consent-form .msg {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px 0;
}
#form-email .consent {
	font-size: 12px;
	margin: 3px auto 0;
	color: #fff;
	text-align: center;
}
.consent a {
	color: #fff;
	text-decoration: underline;
}
.consent a:hover {
	text-decoration: none;
}
.offer .consent {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 2px auto 0;
}
.header {
	width: 398px;
	height: 40px;
	position: absolute;
	text-indent: -99999px;
	top: 36px;
	margin-left: 200px;
}

.header .logo {
	background: url(/images/logo.svg) no-repeat center center!important;
	width: 219px;
	height: 89px;
	padding: 0;
}
.links {
	text-transform: uppercase;
	line-height: 36px;
}
.form {
	width: 296px;
	margin: 56px 0 0 250px;
	padding-top: 74px;
	position: relative;
}
button , input[type=submit]{
	width: 296px;
	height: 53px;
	font-family: "OpenSans-Regular", sans-serif;
	color: #2a2c35;
	font-size: 24px;
	cursor:pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-transform: uppercase;
	border-radius: 4px;
	border: solid 0 #020202;
	background-image: linear-gradient(to top, #edcd69, #eeda81);
}
button:focus, select:focus, input:focus, a:focus{
	outline: 0;
}
button:hover {
	opacity: 0.6;
}
button.btn-mobile-step {
	height: 67px;
	margin: 15px auto;
	border-radius: 32px;
	line-height: normal;
	font-size: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-flow: column;
	align-items: center;
	color: #fff;
}
#stepmobile.form .info {
	font-size: 24px;
	line-height: 40px;
	font-family: "OpenSans-Bold", serif;
	color: #2a2c35;
}
#stepmobile.form .form-body .results .message {
	font-size: 14px;
	font-family: "OpenSans-SemiBold", sans-serif;
	color: #2a2c35;
}
#stepmobile button {
	margin: 15px auto 15px;
	height: 60px;
}
button.btn-continue {
	background-image: linear-gradient(to top, #edcd69, #eeda81);
}
button.btn-download {
	background-color: #4f9263;
	margin: 24px auto 15px;
}
button.btn-download .notice {
	font-family: "OpenSans-SemiBold", sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-transform: capitalize;
	font-weight: normal;
	color: #fff;
}
.separator-text {
	font-size: 14px;
	font-family: "OpenSans-SemiBold", sans-serif;
	text-align: center;
	color: #2a2c35;
}

.hint-box {
	display: none;
	position: absolute;
	bottom: 155px;
	right: 50%;
	margin-right: -130px;
	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;
}
/************ ChristianMingle start ***************/
.offer #christianmingle .logo img {
	height: 55px;
}
.offer#christianmingle .field-row {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}
.offer#christianmingle .field-left {
	margin-left: 0;
}
.offer#christianmingle .field-right {
	margin-right: 0;
}
.offer#christianmingle  .field {
	margin-bottom: 7px;

}
.offer#christianmingle .field-row .field {
	width: 48%;
}
.offer#christianmingle input[type=text]{
	width: 100%!important;
}
.offer#christianmingle input[type=text] , .offer#christianmingle input[type=password] {
	padding: 0;
}
.offer#christianmingle  button {
	margin-bottom: 20px;
}
/************ ChristianMingle end ***************/

/**** footer section start ****/
.footer-content {
	width: 1200px;
	margin-top: -1px;
}
.section-one {
	width: 100%;
	height: 189px;
	border: solid 0 #020202;
	background-color: #4f9263;
}
.features-section {
	display: flex;
	justify-content: center;
}
.feature {
	color: #fff;
	width: 400px;
	height: 189px;
	text-align: center;
}
.feature .title {
	font-family: "OpenSans-Bold", sans-serif;
	font-size: 16px;
	margin-bottom: 9px;
}
.feature .text {
	font-family: "OpenSans-Bold", sans-serif;
	font-size: 11px;
	width: 80%;
	margin: 0 auto	;
}
.feat1 {
	border: solid 0 #020202;
	background-color: #49895c;
}
.feat1 .icon , .feat2 .icon{
	width: 54px;
	height: 46px;
	margin: 21px auto 19px;
}
.feat3 .icon {
	width: 59px;
	height: 49px;
	margin: 21px auto 19px;
}
.feat2 {
	border: solid 0 #020202;
	background-color: #4f9263;
}
.feat3 {
	border: solid 0 #020202;
	background-color: #57a76b;
}
.section-two {
	border: solid 0 #020202;
	background-color: #f3f1f4;
	width: 	100%;
}
.section-two .icon {
	width: 86px;
	height: 86px;
}
.section-two .main-title , .section-three .main-title{
	font-family: "OpenSans-Regular", sans-serif;
	font-size: 45px;
	color: #31333d;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.section-two .main-title {
	padding-top: 114px;
}
.online-dating-container {
	width: 90%;
	display: flex;
	justify-content: center;
	margin: 57px auto 0;
	padding-bottom: 100px;
}
.section-two .online-dating-container .dating-div {
	width: 400px;
}
.section-two .online-dating-container .dating-div .title {
	font-family: "OpenSans-SemiBold", sans-serif;
	font-size: 26px;
	line-height: 18px;
	text-align: center;
	margin-top: 24px
}
.section-two .online-dating-container .dating-div .text, .section-three .better-container .text {
	font-family: "OpenSans-Regular", sans-serif;
	color: #31333d;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
}
.section-three {
	width: 100%;
}
.section-three .main-icon {
	padding-top: 130px;
	width: 87px;
	height: 78px;
	margin-bottom: 17px;
}
.section-three .better-container {
	width: 80%;
	display: flex;
	justify-content: center;
	margin-top: 43px;
}
.section-three .better-container  .text:first-child {
	padding-right: 34px;
}
.section-three .better-container  .text:nth-child(2){
	border-left: 1px solid #020202;
	padding-left: 35px;
}
.section-four {
	width: 1200px;
	height: 639px;
	background: url('/images/couple.jpg') no-repeat center center;
	background-size: cover;
	margin-top: 129px;
}
.footer .bottom {
	border: solid 0 #020202;
	background-color: #31333d;
	color: #fff;
	text-align: center;
	padding: 35px 0;
}
.footer .bottom .copyright,.footer .bottom a  {
	font-family: "OpenSans-Regular", sans-serif;
	font-size: 14px;
}
.footer .bottom a {
	color: #fff;
}
.footer .footer-link , .footer .footer-link.separator{
	display: inline-block;
}
.footer .partner-text {
	margin: 15px auto;
}
/**** footer section end ****/
.question, .label {
	font-family: "OpenSans-Bold", sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 1.29;
	width: 100%;
	text-align: left;
}
.question {
	margin-top: 30px;
}
input[type=text], input[type=password], select {
	font-family: "OpenSans-Bold", sans-serif;
	font-size: 14px;
	width: 296px;
	height: 44px;
	border-radius: 4px;
	border: solid 0 #020202;
	background-color: #ffffff;
	text-indent: 10px;
	outline: 0;
	color: #202020;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0;
}
select {
	background: url("/images/arrow.png") no-repeat 97% 50% #f1f1f6;
	background-size: 16px auto;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-family: "Muli-Italic", sans-serif;
	color: rgba(42, 44, 53, 0.5);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family: "Muli-Italic", sans-serif;
	color: rgba(42, 44, 53, 0.5);

}

::-ms-input-placeholder { /* Microsoft Edge */
	font-family: "Muli-Italic", sans-serif;
	color: rgba(42, 44, 53, 0.5);
}
input[type=submit] {
	margin-bottom: 18px;
	text-transform: uppercase;
}
input[type=submit]:hover {
	opacity: 0.6;
}
.msg.invalid {
	width: 296px;
	height: 16px;
	font-family: "OpenSans-Regular", sans-serif;
	font-size: 14px;
	text-align: left;
	color: #fff;
	border: solid 0 #020202;
	background-color: #930733;
}
.step.form .msg {
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 5px 0;
	text-indent: 5px;
}
#form-age .form-body .field {
	display: inline-block;
}
select#bmonth {
	width: 119px;
	margin-right: 4px;
}
select#bday {
	width: 71px;
	margin-right: 4px;
}
select#byear {
	width: 89px;
}
.question .sub {
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	font-family: "OpenSans-Regular", sans-serif;
}
#form-email .question .sub {
	position: absolute;
	width: 296px;
	text-align: center;
	padding: 0;
	margin-top: 141px;
	left: 50%;
	margin-left: -148px;
	line-height: 16px;
	color: #fff;
}
#form-email .button{
	margin-top: 29px;
}
.login.form .form-top, .offer.form .info{
	font-family: "OpenSans-SemiBold", sans-serif;
	font-size: 26px;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	width: 100%;
	text-transform: capitalize;
}
.offer .form-body .message , .login.form .form-body .results .info, .login.form .form-top .sub {
	font-size: 14px;
	margin-top: 10px;
	font-family: "OpenSans-Bold", sans-serif;
	font-weight: bold;
	line-height: 1.29;
	color: #fff;

}
.offer .form-body .logo , .login .logo {
	background: #fff;
	width: 296px;
	padding: 10px 0;
	margin: 10px auto 0;
	text-align: center;
	border-radius: 6px;
}
.offer .logo img,  .login .logo img {
	max-width: 65%;
}
#justsingles.offer .logo img {
	max-width: 60%;
}
.offer.form .profile {
	width: 304px;
}
.offer .form-body .terms, .offer .form-body .disclaimer {
	margin-top: 5px;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	font-family: "OpenSans-Regular", sans-serif;
}

.offer .terms a {
	color: #fff;
	font-family: "OpenSans-Bold", sans-serif;
	text-decoration: underline;
}
.offer .terms a:hover {
	text-decoration: none;
}
.form input[type='checkbox'] {
	margin-left: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 17px;
	height: 17px;
	border-radius: 4px;
	outline: 0;
	vertical-align: bottom;
	border: solid 1px #000000;
	background: #fff;

}
.form input[type='checkbox']:checked {
	background: url(/images/checkmark.png) center center no-repeat #fff;
	background-size: 10px auto;
	border: solid 1px #000;
}
.offer.form .form-top {
	display: none;
}
.offer .form-body .msg {
	height: 20px;
	margin-top: 9px;
	text-indent: 5px;
}
.private-safe {
	display: none;
}
.offer.form .form-bottom {
	font-size: 10px;
	padding:5px 0 0;
	color: #fff;
	text-align: center;
	font-family: " OpenSans-Regular", sans-serif;
}
.offer button {
	margin: 10px auto 0;
}
.login.form .form-top {
	width: 90%;
	margin: 0 auto;
	text-transform: initial;
}
.login.form .logo {
	margin: 20px 0 10px;
}
.optout.form .label {
	display: none;
}
.optout .question {
	margin: 10px auto;
	width: 90%;
}
.optout.form .disclaimer {
	margin-top: 10px;
	font-size: 14px;
	width: 80%;
	margin-bottom: 10px;
	color: #fff;
	font-family: "Quicksand-Medium", sans-serif;
}
.optout.form button {
	margin-bottom: 30px
}

.step.form button, .login.form button {
	margin: 14px auto 30px;
}
#form-age select{
	background-position: 95% 60%;
	text-indent: 4px;
}
@media only screen and (-o-min-device-pixel-ratio: 5/4),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 1.25dppx) {

	.content {
		background: url('/images/model-bg@2x.jpg') no-repeat center center;
		background-size: cover;
	}
	.section-four {
		background: url('/images/couple@2x.jpg') no-repeat center center;
		background-size: cover;
	}
	.form input[type='checkbox']:checked {
		background: url(/images/checkmark@2x.png) center center no-repeat #fff !important;
		background-size: 10px auto!important;
	}
}
/* @3x Images (Pixel Ratio of 2.25+) */
@media only screen and (-o-min-device-pixel-ratio: 9/4),
only screen and (-webkit-min-device-pixel-ratio: 2.25),
only screen and (min-device-pixel-ratio: 2.25),
only screen and (min-resolution: 2.25dppx) {

	.content {
		background: url('/images/model-bg@3x.jpg') no-repeat center center;
		background-size: cover;
	}
	.section-four {
		background: url('/images/couple@3x.jpg') no-repeat center center;
		background-size: cover;
	}
	.form input[type='checkbox']:checked {
		background: url(/images/checkmark@3x.png) center center no-repeat #fff !important;
		background-size: 10px auto!important;
	}
}


@media (max-width: 1200px){

	footer, .container, .section-two, .columns-wrapper,.content {
		width: 100%;
	}
	.footer-content{
		width: 100%;
	}
	.section-one, .columns{
		margin: auto;

	}
	.section-two .intro {
		width: 90%;
	}
	.login.form .form-top, .offer.form .info {
		font-size: 30px;
	}
	/******** ChristianMingle start *******/
	.offer#christianmingle .form-body .terms{
		padding-top: 7px;
	}
	/******** ChristianMingle end *******/
}
@media (max-width: 1024px )  {

	body, html ,.footer, .container , .section-four, .section-one,.footer-content{
		width: 100%;
	}
	.online-dating-container, .section-three .better-container {
		flex-direction: column;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.section-three .better-container .text{
		border: 0!important;
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.section-three .better-container  .text:nth-child(2){
		padding-top: 16px;	
	}
	.content {
		background: #2baa65 none;
		/*height: 697px;*/
	}

	.header {
		width: 100%;
		margin: 0 auto;
		position: relative;
		height: 450px;
		background: url(/images/model-tablet.jpg) no-repeat center;
		background-size: cover;
		top: 0;
	}
	.header .logo {
		width: 200px;
		height: 81px;
		margin-left: 70px;
		padding-top: 16px;
	}
	.footer .partner-text {
		margin: 5px auto 15px;
	}
	.form {
		width: 90%;
		max-width: 90%;
		margin: 0 auto;
		float: none;
		min-height: 400px;
		padding-top: 0;
	}
	.step .form-top {
		margin: 14px auto 0;
	}
	.question {
		margin-top: 0;
	}
	.offer.form .info {
		width: 98%;
		margin-top: 20px;
	}
	.login.form .form-top, .offer.form .info, #stepmobile.form .info {
		font-size: 26px;
		font-weight: bold;
		line-height: 1.3;
	}
	.offer.form button, .login.form button {
		width: 100%;
	}
	.offer.form .profile {
		width: 100%;
	}
	.offer .form-body .label {
		line-height: 45px;
		font-size: 14px;
	}


	@media only screen and (-o-min-device-pixel-ratio: 5/4),
	only screen and (-webkit-min-device-pixel-ratio: 1.25),
	only screen and (min-device-pixel-ratio: 1.25),
	only screen and (min-resolution: 1.25dppx){
		.header {
			background: url(/images/model-tablet@2x.jpg) no-repeat center;
			background-size: cover;
		}
	}

	/* @3x Images (Pixel Ratio of 2.25+) */
	@media only screen and (-o-min-device-pixel-ratio: 9/4),
	only screen and (-webkit-min-device-pixel-ratio: 2.25),
	only screen and (min-device-pixel-ratio: 2.25),
	only screen and (min-resolution: 2.25dppx) {
		.header {
			background:  url(/images/model-tablet@3x.jpg) no-repeat center;
			background-size: cover;
		}
	}
	select {
		background-position: 98%;
	}
	.step.form button, input[type=submit] {
		width: 100%;
		height: 53px;
	}
	select , input[type="text"], input[type="email"], input[type="password"], .field , input[type="email"]{
		height: 44px;
		line-height: 44px;
		width: 100%;
		padding: 0;
		font-size: 16px;
	}
	.step.form button {
		margin-top: 26px;
	}
	#form-email .question .sub {
		font-size: 18px;
		margin: 110px auto 0 -50%;
		width: 100%;
	}
	.form .field#bmonth-input, .form .field#bday-input, .form .field#byear-input {
		text-align: left;
		float: left;
		display: block;
		margin-right: 2%;
	}
	.form .field#bmonth-input {
		width: 50%;
	}
	.form .field#bday-input {
		width: 19%;
	}
	.form .field#byear-input {
		width: 27%;
	}
	.form .field#byear-input {
		margin-right: 0;
	}
	select#bday, select#bmonth, select#byear {
		width: 100%;
		background-position: 95%;
		padding: 0;
	}
	.msg.invalid {
		width: 100%;
		padding: 0;
	}
	.form-body .label, .form-body .question {
		font-size: 18px;
	}
	button, input[type=submit] {
		font-size: 24px;
	}
	#form-email .question .sub {
		width: 100%;
		padding: 0;
		line-height: 18px;
		font-size: 14px;
		left: 50%;
		margin: 124px auto 0 -50%;
	}
	.offer.form .form-bottom {
		color: #fff;
		margin: auto;
		width: 70%;
		text-align: center;
	}
	.offer.form .logo {
		margin: 11px auto 21px;
		padding: 30px 0;
		width: 100%;
	}
	.login.form .logo {	width: 100%;}

	.offer .logo img, .login .logo img {
		max-width: 85%;
		width: auto;
	}
	.login.form .form-top {
		width: 100%;
		margin-top: 18px;
	}
	.login.form .form-top .sub , .offer .form-body .message,
	.login.form .form-body .results .info{
		width: 100%;
		font-size: 18px;
	}
	.offer .form-body .terms, .offer .form-body .disclaimer {
		font-size: 14px;
		line-height: 13px;
		padding: 0;
		width: 100%!important;
		max-width: 100%!important;
		text-align: center;
	}
	.offer .form-body .msg {
		text-align: center;
	}

	.optput.form input[type=text]#email {
		width: 80%;
	}
	#form-gender #gender-input, #form-seekingGender #seekingGender-input {
		margin-bottom: 110px;
	}
	.offer .form-body .terms {
		margin-top: 15px!important;
	}
	.offer .form-body .terms a {
		line-height: 16px;
	}
	.form-body .results .message {
		padding: 10px 0;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		line-height: 26px;
		font-size: 16px;
	}
	.login.form .form-body .results .info:first-letter{
		text-transform: uppercase;
	}
	.optout.form button {
		width: 100%;
	}
	.section-one, .feature {
		height: 149px;
	}
	.feat1 .icon, .feat2 .icon {
		width: 42px;
		height: 36px;
	}
	.feat1 .icon, .feat2 .icon , .feat3 .icon{
		margin: 21px auto 14px!important;
	}
	.feature .feat3{
		width: 46px;
		height: 39px;
	}
	.feature .text {
		display: none;
	}
	.feature .title {
		width: 60%;
		font-size: 14px;
	}
	.section-two .main-title, .section-three .main-title {
		font-size: 36px;
	}
	.section-two .main-title {
		padding-top: 79px;
	}
	.section-two .online-dating-container .dating-div {
		width: 100%;
		margin-bottom: 46px;
	}
	.section-two .online-dating-container .dating-div:first-child {
		margin-bottom: 36px;
	}
	.section-two .online-dating-container .dating-div:last-child{
		margin-bottom: 0;
	}
	.online-dating-container {
		padding-bottom: 60px;
	}
	.section-three .main-icon {
		padding-top: 80px;
	}
	.section-four {
		margin-top: 80px;
		height: 460px;
	}
	.login.form .form-top, .offer.form .info, #stepmobile.form .info {
		font-size: 24px;
	}
	.form-body .results .message {
		font-size: 14px;
		padding-bottom: 0;
	}

		 /******** ChristianMingle start *******/
	.offer#christianmingle .field {
		margin-bottom: 41px;
	}
	.offer#christianmingle button {
		margin-bottom: 20px;
	}
	/******** ChristianMingle End *******/


}




@media (max-width: 480px) {

	.content {
		height: 698px;
	}

	.header {
		height: 350px;
		background: url(/images/model-mobile.jpg) no-repeat center;
		background-size: cover;
		top: 0;
	}
	.header .logo {
		width: 114px;
		height: 46px;
		margin-left: 18px;
		padding-top: 18px;
	}
	.form-body .label, .form-body .question {
		font-size: 14px;
	}
	select, input[type="text"], input[type="email"], input[type="password"], .field, input[type="email"] {
		font-size: 14px;
	}
	#form-email .question .sub{
		margin-top: 153px;
	}
	.feature .title {
		width: 90%;
		font-size: 12px;
	}
	.feat1 .icon, .feat2 .icon {
		width: 38px ;
		height: 32px;
	}
	.feat3 .icon  {
		width: 41px ;
		height: 35px;
	}
	.section-two .main-title, .section-three .main-title {
		font-size: 26px;
	}
	.section-two .main-title {
		padding-top: 30px;
	}
	.online-dating-container {
		margin-top: 35px;
		padding-bottom: 35px;
	}
	.section-three .main-icon {
		padding-top: 36px;
	}
	.section-four {
		height: 164px;
		margin-top: 36px;
	}
	.footer .bottom .copyright, .footer .bottom a {
		font-size: 13px;
	}
	.section-one, .feature  {
		height: 134px;
	}
	.feature {
		width: 33.333%;
	}
	.offer.form .logo {
		padding: 25px 0!important;
	}


	@media only screen and (-o-min-device-pixel-ratio: 5/4),
	only screen and (-webkit-min-device-pixel-ratio: 1.25),
	only screen and (min-device-pixel-ratio: 1.25),
	only screen and (min-resolution: 1.25dppx){
		.header {
			background: url(/images/model-mobile@2x.jpg) no-repeat center;
			background-size: cover;
		}
	}

	/* @3x Images (Pixel Ratio of 2.25+) */
	@media only screen and (-o-min-device-pixel-ratio: 9/4),
	only screen and (-webkit-min-device-pixel-ratio: 2.25),
	only screen and (min-device-pixel-ratio: 2.25),
	only screen and (min-resolution: 2.25dppx) {
		.header {
			background:  url(/images/model-mobile@3x.jpg) no-repeat center;
			background-size: cover;
		}
	}

	.hint-box {
		bottom: 175px;
	}
	/******** ChristianMingle start *******/
	.offer#christianmingle .logo {
		padding: 0;
	}
	.offer#christianmingle .field-row {
		flex-flow: column;
	}
	.offer#christianmingle .field-row .field {
		width: 100%;
	}
	.offer#christianmingle .field {
		margin-bottom: 30px;
	}
	.christianmingle .content {
		height: 800px;
	}
	/******** ChristianMingle end *******/

}
@media (max-width: 430px) {
	#form-email .question .sub {
		margin-top: 139px;
	}
}
@media (max-width: 420px) {
	#form-email .question .sub {
		margin-top: 136px;
	}
}

@media   (max-width: 320px) {

	.form-body .results .message {
		font-size: 13px;
	}
	.form .info .info-title {
		width: 85%;
	}
	.index button {
		width: 100%;
	}
	.step.form .form-body, .login.form .form-body, .offer.form .form-body {
		width: 90%;
	}
	#form-email .question .sub {
		font-size: 11px;
		margin-top: 147px;
	}
	.section-two .title {
		font-size: 24px;
	}
	.offer .form-body .results .info, .login.form .form-top {
		font-size: 23px;
	}
}
