@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir.woff') format('woff'),
    url('fonts/Avenir.ttf')  format('truetype');
}
@font-face {
    font-family: 'AvenirBlack';
    src: url('fonts/AvenirBlack.woff') format('woff'),
    url('fonts/AvenirBlack.ttf')  format('truetype');
}
@font-face {
    font-family: 'AvenirMedium';
    src: url('fonts/AvenirMedium.woff') format('woff'),
    url('fonts/AvenirMedium.ttf')  format('truetype');
}
@font-face {
    font-family: 'AvenirHeavy';
    src: url('fonts/AvenirHeavy.woff') format('woff'),
    url('fonts/AvenirHeavy.ttf')  format('truetype');
}
@font-face {
    font-family: 'AvenirRoman';
    src: url('fonts/AvenirRoman.woff') format('woff'),
    url('fonts/AvenirRoman.ttf')  format('truetype');
}

html, body {
    margin:0;
    padding:0;
    height:100%;
}
body {
    font-family: sans-serif;
    color: #232323;
}

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

li {
	margin: 10px 0 15px;
}

a {
    color: #232323;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

select {
    outline: none;
    margin: 3px auto;
    width: 312px;
    height: 43px;
    line-height: 43px;
    padding-left: 10px;
    text-overflow: '';
    font-family: 'AvenirMedium', sans-serif;
    text-align: left;
    color: rgba(28, 28, 28, 0.7);
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/arrows.png) no-repeat 97% #ffffff;
    background-size: 8px auto;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: oblique;
    letter-spacing: normal;
    color: #898989;
    border-radius: 4px;
    border: solid 1px #989898;
}

select::-ms-expand {
    display: none;
}

select#bday, select#bmonth, select#byear {
    width: 101px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 301px;
    height: 43px;
    background-color: #ffffff;
    font-family: 'AvenirMedium', sans-serif;
    line-height: 43px;
    outline: 0;
    padding: 0 0 0 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: oblique;
    letter-spacing: normal;
    text-align: left;
    color: #898989;
    border-radius: 4px;
    border: solid 1px #989898;
    font-size: 18px;
}

select.invalid, input.invalid {

    box-shadow: none;
    border: 1px solid  #e41e32;
}
div.button {
    text-align: center;
    padding-top: 31px;
    margin: 0 0 25px 0;
    clear: both;
}
.step.form .button {
    padding-top: 17px;
    margin: 0;
}
#step5 .button {
    padding-top: 57px;
}
button {

    width: 320px;
    height: 53px;
    border-radius: 26px;
    background-image: linear-gradient(to top, #fcb33f, #f89a3f);
    line-height: 53px;
    text-align: center;
    border: 0;
    cursor: pointer;
    font-family: "AvenirBlack", sans-serif;
    text-transform: uppercase;
    padding: 0;
    outline: 0;
    font-size: 20px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #fefefe;

}

button:hover, a.buttonized:hover , input[type="submit"]:hover{
    opacity: 0.6;
}

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

.container {
    position: relative;
    overflow: auto;
    width: 100%;
    margin: 0 auto;
   background-color: #FDE6D0;
}

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

.header .logo {
    width: 275px;
    height: 64px;
    background: transparent url(../images/logo.png) no-repeat left 16px;
    text-indent: -99999px;
    background-size: contain;
    margin: 0 0 0 132px;
    position: absolute;
}
.content {
    background: url(../images/couple-bg.jpg) no-repeat top right;
    background-size: cover;
    clear: both;
    width: 100%;
    min-height: 691px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 50px;
    overflow: auto;
}

/* @2x Images (Pixel Ratio of 1.25+) */
@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 .logo {
        background: transparent url(../images/logo@2x.png) no-repeat left center;
        background-size: contain;
    }
    .content {
        background: url(../images/couple-bg@2x.jpg) no-repeat top right;
        background-size: cover;
    }
    #form-gender .form-top {
        background: url(../images/gender@2x.png) no-repeat center center transparent!important;
        background-size: contain!important;
    }

    #form-seekingGender .form-top {
        background: url(../images/seeking@2x.png) no-repeat center center transparent!important;
        background-size: contain!important;
    }

    #form-zip .form-top {
        background: url(../images/location@2x.png) no-repeat center center transparent!important;
        background-size: contain!important;
    }

    #form-age .form-top {
        background: url(../images/dob@2x.png) no-repeat center center transparent!important;
        background-size: contain!important;
    }

    #form-email .form-top {
        background: url(../images/email@2x.png) no-repeat center center transparent !important;
        background-size: contain!important;
    }
    #form-ethnicity .form-top {
        background: transparent url(../images/ethnicity@2x.png) no-repeat center center !important;
        background-size: contain !important;
    }

    #form-haveChildren .form-top {
        background: transparent url(../images/haveChildren@2x.png) no-repeat center center !important;
        background-size: contain !important;
    }

    #form-income .form-top {
        background: transparent url(../images/income@2x.png) no-repeat center center !important;
        background-size: contain !important;
    }

    #form-religion .form-top {
        background: transparent url(../images/religion@2x.png) no-repeat center center !important;
        background-size: contain !important;
    }

    #form-churchInvolvement .form-top {
        background: transparent url(../images/churchInvolvement@2x.png) no-repeat center center !important;
        background-size: contain !important;
    }

    #form-relationshipIntent .form-top {
        background: transparent url(../images/relationshipIntent@2x.png) no-repeat center center  !important;
        background-size: contain !important;
    }
    select {
        background: url(../images/arrows@2x.png) no-repeat 95% #f9f9f9;
        background-size: 8px auto;
    }
    .form input[type='checkbox']:checked {
        background: url(../images/checkmark@2x.png) center center no-repeat #388ae1 !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)  {
    .header .logo {
        background: transparent url(../images/logo@3x.png) no-repeat left center;
        background-size: contain;
    }
    .content {
        background: url(../images/couple-bg@3x.jpg) no-repeat top right;
        background-size: cover;
    }
    #form-gender .form-top {
        background: transparent url(../images/gender@3x.png) no-repeat center center!important;
        background-size: contain!important;
    }

    #form-seekingGender .form-top {
        background: transparent url(../images/seeking@3x.png) no-repeat center center!important;
        background-size: contain!important;
    }

    #form-zip .form-top {
        background: transparent url(../images/location@3x.png) no-repeat center center!important;
        background-size: contain!important;
    }

    #form-age .form-top {
        background: transparent url(../images/dob@3x.png) no-repeat center center!important;
        background-size: contain!important;
    }

    #form-email .form-top {
        background: transparent url(../images/email@3x.png) no-repeat center center!important;
        background-size: contain!important;
    }
    #form-ethnicity .form-top {
        background: transparent url(../images/ethnicity@3x.png) no-repeat center center !important;
        background-size: contain !important;
    }

    #form-haveChildren .form-top {
        background: transparent url(../images/haveChildren@3x.png) no-repeat center center !important;
        background-size: contain !important;
    }

    #form-income .form-top {
        background: transparent url(../images/income@3x.png) no-repeat center center !important;
        background-size: contain !important;
    }

    #form-religion .form-top {
        background: transparent url(../images/religion@3x.png) no-repeat center center !important;
        background-size: contain !important;
    }

    #form-churchInvolvement .form-top {
        background: transparent url(../images/churchInvolvement@3x.png) no-repeat center center !important;
        background-size: contain !important;
    }

    #form-relationshipIntent .form-top {
        background: transparent url(../images/relationshipIntent@3x.png) no-repeat center center  !important;
        background-size: contain !important;
    }
    select {
        background: url(../images/arrows@3x.png) no-repeat 95% #f9f9f9;
        background-size: 8px auto;
    }
    .form input[type='checkbox']:checked {
        background: url(../images/checkmark@3x.png) center center no-repeat #388ae1 !important;
        background-size: 10px auto !important;
    }

}

.footer {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.footer-bottom {
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100px;
    opacity: 0.9;
    background-color: #f89a3f;
    padding-top: 5px;
    border: 1px solid #f89a3f;
    border-top: 1px solid #f89a3f;
}

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

.footer-content .section {
    width: 1200px;
    padding-top: 2px;
}

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

.footer-content .section .column {
    width: 28%;
    float: left;
    height: 425px;
    border: solid 3px #f9a452;
    background-color: #ffffff;
    margin: 25px;
    border-radius: 4px;
}

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

}

.footer-content .section .column .icon {
    width: 131px;
    height: 131px;
    display: block;
    margin: -69px auto 0;
}

.footer-content .section .heading {
    margin-top: 15px;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #343434;
    font-family: AvenirBlack , sans-serif;
    text-align: center;
}

.footer-content .section .heading .line1, .footer-content .section .heading .line2 {
    font-family: AvenirBlack, sans-serif;
}

.footer-content .section .feature {
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #343434;
    font-family: AvenirMedium, sans-serif;
    text-align: center;
}

.footer-content .section .column.middle {
    background: url("/images/image_footer.jpg") no-repeat bottom center;
    background-size: contain;
}

.footer-content .section .full {
    width: 1200px;
    padding: 38px 0 38px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.full.with-background {
    background: #fef7f0;
}

.full .title {
    font-family: AvenirBlack, sans-serif;
    font-size: 26px;
    line-height: 24px;
    text-transform: capitalize;
    color: #343434;
}

.full .body {
    font-family: AvenirMedium, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 35px 90px 0;
    text-align: center;
}

.footer-content .section .full .why-section {
    width: 38%;
    float: left;
    font-family: AvenirRoman, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 34px;
    padding-left: 100px;
}

.footer-content .section .full .why-section .title {
    font-family: AvenirHeavy, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    text-transform: none;
}

.footer-content .section .full .why-section .icon {
    text-align: center;
    margin-bottom: 16px;
}

.footer-content .section .full .highlight {
    color: #f9a452;
    font-size: 16px;
    line-height: 24px;
    font-family: "OpenSans-Bold", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
}

.columns-div {
    margin: 96px auto 37px;
    width: 1070px;
}

.section.mobile {
    display: none;
}
.section.desktop {
    display: block;
}

.footer .copy, .footer .no-background-check {
    color: #fff;
    font-family: "AvenirRoman", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.footer .no-background-check {
    width: 90%;
    margin: 0 auto;
}
.footer .footer-link{
    display: inline-block;
}
.footer a {
    text-decoration: none;
    font-size: 16px;
    font-family: "AvenirRoman", sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #fff!important;
}

.footer a:hover, .footer a:active {
    text-decoration: underline;
}

.footer .bottom {
    padding-top: 10px;
    line-height: 20px;
}

.form {
    margin: 0 0 0 42px;
    width: 453px;
    text-align: center;
    padding-top: 80px;
}
.step.form {
    padding-top: 36px;
}

.form .field#bmonth-input, .form .field#bday-input, .form .field#byear-input {
    text-align: left;
    display: inline-block;
    width: 102px;
}

.form a {
    font-weight: bold;
    text-decoration: underline;
    color: #343434;
}

.form a:hover {
    color: #343434;
}


.form input[type='checkbox'] {
    margin-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: bottom;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #388ae1;
    outline: 0;
}

.form input[type='checkbox']:checked {
    background: url(../images/checkmark.png) center center no-repeat #388ae1;
    background-size: 10px auto;
}

.form-top {
    color: #343434;
    position: relative;
    text-align: center;
    font-family: "AvenirBlack", sans-serif;
    font-size: 34px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.step.form  .form-top {
    width: 100%;
}
.form-top .top-title {
    width:312px;
    margin: 0 auto 0 auto;
    font-family: "AvenirBlack", sans-serif;
    font-size: 44px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #343434;

}
.form-top .sub {

    font-family: "AvenirMedium", serif;
    padding: 0px 0 6px;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #343434;

}
.form-top .sub:first-letter {
    text-transform: uppercase;
}

#form-gender .form-top {
    background: transparent url(../images/gender.png) no-repeat center center;
    width: 71px;
    height: 63px;
    margin: 20px auto 0;
}

#form-seekingGender .form-top {
    background: transparent url(../images/seeking.png) no-repeat center center;
    width: 71px;
    height: 63px;
    margin: 20px auto 0;
    background-size: contain;
}

#form-zip .form-top {
    background: transparent url(../images/location.png) no-repeat center center;
    width: 71px;
    height: 69px;
    margin: 20px auto 0;
    background-size: contain;
}

#form-age .form-top {
    background: transparent url(../images/dob.png) no-repeat center center;
    width: 71px;
    height: 68px;
    margin: 20px auto 0;
    background-size: contain;
}

#form-email .form-top {
    background: transparent url(../images/email.png) no-repeat center center;
    width: 71px;
    height: 63px;
    margin: 20px auto 0;
    background-size: contain;
}

#form-ethnicity .form-top {
    background: transparent url(../images/ethnicity.png) no-repeat center center;
    width: 71px;
    height: 63px;
    margin: 20px auto 0;
    background-size: contain;
}

#form-haveChildren .form-top {
    background: transparent url(../images/haveChildren.png) no-repeat center center;
    width: 71px;
    height: 63px;
    margin: 20px auto 0;
    background-size: contain;
}

#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;
    width: 71px;
    height: 63px;
    margin: 20px auto 0;
    background-size: contain;
}

#form-churchInvolvement .form-top {
    background: transparent url(../images/churchInvolvement.png) no-repeat center center;
    width: 71px;
    height: 63px;
    margin: 20px auto 0;
    background-size: contain;
}

#form-relationshipIntent .form-top {
    background: transparent url(../images/relationshipIntent.png) no-repeat center center;
    width: 71px;
    height: 63px;
    margin: 20px auto 0;
    background-size: contain;
}
#form-education .form-top {
    background: transparent url(../images/education.svg) no-repeat center center;
    height: 63px;
    margin: 20px auto 0;
    background-size: contain;
}
#form-singlesEvents .form-top {
    background: transparent url(../images/singlesEvents.svg) no-repeat center center;
    height: 63px;
    margin: 20px auto 0;
    background-size: contain;
}
.offer.form .form-top {
    display: none;
}
.form-body .logo {
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
}

.offer.form .logo {
    border-radius:5px;
    text-align:center;
    padding:10px 0;
    width: 100%;
}

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

.login.form .form-top {
    background: none;
    padding: 10px 0;
}
#mate1.login.form  .form-top {
    padding: 0 20px 0 20px;
}

body.index .form-bottom {
    display: block;
    font-family: "AvenirBlack", sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    font-stretch: normal;
    font-style: oblique;
    line-height: 1.5;
    letter-spacing: normal;
    color: #343434;
    padding-top: 10px;
}
.form-body {
    padding-top: 24px;
    position: relative;
}
.form-body .question {
    font-family: "AvenirRoman", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}
input[type="submit"] {
    width: 302px;
    height: 53px;
    border-radius: 26px;
    background-image: linear-gradient(to top, #fcb33f, #f89a3f);
    font-family: "AvenirBlack", sans-serif;
    font-size: 20px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fefefe;
    margin: 8px auto;
    border: 0;
    outline: 0px;
    cursor: pointer;
}

.form-body .question .sub {
    font-size: 14px;
    padding: 15px 45px 0;
    font-family: "AvenirRoman", sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #343434;
    position: absolute;
    margin: 76px 0 23px 0;
}
.offer.form {
    width: 452px;
    padding: 30px 0 20px 0;
    margin: 36px 0 0 50px;
}
.offer.form .form-body{
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.offer.form .msg {
    width: 301px;
    margin: 5px auto 0 auto;
    text-align: center;
}
.form-body .results {
    color: #000;
    width: 100%;
    padding: 5px 0 20px 0;
}
.offer.form .button {
    padding: 29px;
    margin-bottom: 0;
}

.form-body .results .info {
    font-family:  'AvenirBlack', sans-serif;
    font-size: 32px;
    line-height: 1.1;
    color: #343434;
}
.login.form .form-body .results .info {
    font-size: 20px;
    font-family: AvenirMedium, sans-serif;
}
.form-body .results .message {
    font-family: AvenirMedium, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-top: 10px;
}

.form-body .label {
    margin: 10px auto 5px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: 'AvenirMedium', sans-serif;
    color: #343434;
    font-weight: bolder;
}

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

.form-body .label#zip-msg {
    margin-bottom: 8px;
}
.field {
    width: 100%;
    height: 49px;
    border: none;
    border-radius: 6px;
    padding-top: 6px;
    text-align: center;
    position: relative;	
}

.hint-box {
	display: none;
	position: absolute;
	bottom: 85px;
	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;
}

.form-body .terms
{
    margin-top: 10px!important;
    max-width: 100%!important;
}
.form-body .terms,
.form-body .disclaimer {
    font-family: "AvenirRoman", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #343434;
    padding: 0;
    width: 413px;
    margin: 0 auto;

}

.form-fields{
    padding-top: 10px;
    padding-right: 35px;
    padding-left: 35px;
}

.msg {

    font-size: 16px;
    line-height: 24px;
    width: 300px;
    height: 24px;
    margin: 5px 0 0 69px;
    text-align: left;
    font-weight: 500;
    font-family: "AvenirMedium", sans-serif;
    color: #e41e32;
}
.navigation-text {
    height: 20px;
    margin-top: 5px;
    margin-bottom: -20px;
    color: #555;
    font-weight: bold;
    font-size: 14px;
}

.private-safe {
    display: none;
}

.model-tablet, .model-mobile {
    display: none;
    text-align: center;
}
.offer.form .form-bottom {
    font-family: "AvenirRoman", sans-serif;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    color: #343434;
    background: rgba(255, 255, 255, 0.5);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

@media (max-width: 1024px) {

    .header {
        float: none;
        width: 100%;
        margin: 0;
        position: relative;
        height: 64px;
        border: none;
    }

    .header .logo {
        height: 63px;
        background-position: 0 16px;
        text-indent: -99999px;
        margin: 0 auto 0 auto;
        position: relative;
    }
    .footer {
        width: 100%;
        overflow: hidden;
    }
    .footer .footer-content {
        width: 100%;
    }
    .footer-content .section {
        width: 100%;
    }
    .columns-div {
        width: 90%;
    }
    .footer-content .section .column {
        width: 45%;
        height: 460px;
        margin: 25px 8% 25px auto;
    }
    .footer-content .section .column.middle {
        margin-right: 0;
    }
    .footer-content .section .column.last {
        width: 98%;
        height: 250px;
        margin-top: 74px;
        margin-right: 0;

    }
    .footer-content .columns-div {
        margin-top: 96px;
        padding-top: 0;
    }
    .footer-content .section .full {
        width: 100%;
    }
    .footer-content .section .full .why-section {
        width: 75%;
    }
    .footer-content .section .heading {
        margin-top: 10px;
    }

    body {
        background: none;
    }

    .content {
        background: url(../images/couple-tablet.jpg) no-repeat #fff;
        background-position: top;
        background-size: cover;
        min-height: 750px;
    }

    @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/couple-tablet@2x.jpg) no-repeat #fff;
            background-position: center top;
            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) {
        .content {
            background: url(../images/couple-tablet@3x.jpg) no-repeat #fff;
            background-position: top;
            background-size: cover;
        }
    }
    select {
        background-position: 98%;
    }
    .container {
        border:none;
    }

    .content {
        width: 100%;
    }

    .form {
        width: 72%;
        margin: 20px auto;
        padding-bottom: 41px;
    }
    .form-top, .step.form .form-top {
        font-size: 36px;
    }
    #mate1.login.form .form-top {
        margin: 0 auto;
        padding: 0;
        width: 60%;
    }

    .form-top .top-title {
        width: 100%;
    }
    .form-top .sub {
        font-size: 25px;
        line-height: 1.6;
        font-family: AvenirMedium, sans-serif;
        width: 84%;
        margin: 0 auto;
    }
    .form-body {
        margin: 0 auto;
        padding: 0;
    }
    .form-body .label , select ,.field,
    .form-body .question {
        font-size: 24px;
        width: 100%;
    }
    .form-body .question {
        margin-top: 20px;
    }
    .field {
        padding-bottom: 13px;
    }
    .hint-box {
        bottom: 116px;
        right: unset;
        margin-right: unset;
        width: 100%;
        padding: 8px 1px;
    }
    .hint-box ul, .hint-box li {
        line-height: 22px;
        font-size: 14px;
    }
    .form-body .label {
        padding-bottom: 0;
    }
    .offer.form .button {
        padding: 8px 29px 0;
        margin-bottom: 7px!important;
    }
    input[type="text"], input[type="email"], input[type="password"] {
        width: 97.5%;
    }
    select , input[type="text"], input[type="email"], input[type="password"], .field , input[type="email"]{
        height: 57px;
        font-size: 18px;
        line-height: 57px;
    }
    select , input[type="text"], input[type="email"], input[type="password"] , input[type="email"] {
        padding: 0 0 0 2.5%;
    }
    .step.form button, .offer.form button, .login.form button {
        width: 100%;
        max-width: 100%;
    }
    .offer.form {
        width: 72%;
        margin: 23px auto;
    }
    .offer.form .form-body {
        width: 100%;
        margin: 0 auto;
    }
    .offer.form .field-left {
        display: inline-block;
        margin-left: 0;
        width: 48%;
        float: left;
    }
    .offer.form .field-right {
        display: inline-block;
        margin-right: 0;
        width: 48%;
        float: right;
    }
    .form-body .results {
        width: 100%;
        max-width: 100%;
    }
    .form-body .results .info {
        font-size: 47px;
        margin: 0 auto ;
        width:90%;
    }

    .login.form {
        padding-bottom: 0;
    }

    body.index .form-bottom {
        font-size: 22px;
    }
    div.button {
        padding-top: 25px;
        margin-bottom: 30px!important;
    }
    button {
        min-width: 70%;
        max-width  :70%;
        font-size: 30px;
        height: 59px;
        line-height: 59px;
        margin: 0;
    }
    .form .field#bmonth-input, .form .field#bday-input, .form .field#byear-input {
        text-align: left;
        float: left;
        width: 32%;
        display: block;
        margin-right: 2%;
    }
    .form .field#byear-input {
        margin-right: 0;
    }
    select#bday, select#bmonth, select#byear {
        width: 100%;
        background-position: 95%;
        padding-left: 4%;
    }
    .form-body .results .message {
        font-size : 24px;
        width: 90%;
        margin: 0 auto;
    }

    #step5 .question .sub {
        margin: 100px auto 0;
        padding: 16px 0 0;
        font-size: 14px;
        text-align: center;
        width: 100%;
    }

    .offer.form .logo {
        margin: 0 auto 0;
        width: 90%;
        padding: 0;
    }
    .form-body .terms, .form-body .disclaimer {
        font-size: 14px;
        line-height: 27px;
        max-width: 100%!important;
        padding: 0;
    }
    .login.form .form-body .results .info {
        font-size: 24px;
        font-family: AvenirMedium, sans-serif;
        text-transform: lowercase;
    }
    .login.form .form-body .results .info:first-letter{
        text-transform: uppercase;
    }
    .login.form .form-body .logo {
        margin: 20px auto;
        border-radius: 5px;
        text-align: center;
        padding: 10px 0;
        width: 100%;
    }
    .model-tablet {
        display: block;
        margin: 10px auto -80px;
    }
    .msg{
        font-size: 16px;
        line-height: 17px;
        width: 100%;
        margin: 15px 0px 0;
    }
    .form-body .terms, .form-body .disclaimer {
        width: 100%;
        padding: 0;
    }
    .profile {
        width: 90%;
        margin:  0 auto;
    }
    .offer.form .msg {
        width: 90%;
        margin:  0 auto;;
    }
    .footer .bottom {
        padding-top: 0px;
    }
    .offer.form .form-bottom {
        margin: 0 auto;
        width: 100%;
        padding: 10px;
    }
    #elitesingles .profile input[type="password"]{
        margin-top: 20px;
    }

}

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

@media (max-width: 736px) {

    .form {
        width: 86%;
    }
    .form-top .top-title, .form-top, .step.form .form-top , .form-body .results .info{
        font-size: 35px;
    }
    .form-body .terms, .form-body .disclaimer {
        font-size: 10px;
        line-height: 20px;
    }
    .offer.form .profile {
        width: 90%;
        margin: 0 auto;
    }
    .offer.form .form-body {
        margin: 0 auto;
    }

    .footer {
        overflow: visible;
    }
    .footer-content .columns-div {
        margin-top: 13px;
        padding-top: 0;
    }
}
@media (max-width: 650px) {
    .footer {
        padding-top: 5px;
        overflow: hidden;
    }
    .footer-bottom {
        height: 120px;
    }

    .form-top .top-title {
        font-size: 24px;
    }
    .form-top .sub {
        font-size: 20px;
        line-height: 30px;
    }
    .form-top, .step.form .form-top {
        font-size: 25px;
    }
    .form-body .label ,  .form-body .question {
        font-size: 18px;
    }
    select, input[type="text"], input[type="email"], input[type="password"],
    .field, input[type="email"] {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
    }

    select {
        background-position: 98%;
    }
    input[type="text"], input[type="email"], input[type="password"] {
        width: 96.5%;
    }
    button {
        font-size: 18px;
        height: 51px;
        line-height: 51px
    }
    .form-body .results .info {
        font-size: 24px;
    }
    .form-body .results .message {
        font-size: 18px;
        width: 100%;
    }
    .login.form .form-body .results .info {
        font-size: 20px;
    }

    .form-body .terms, .form-body .disclaimer {
        font-size: 10px;
        line-height: 17px;
        background: none;
    }
    .form-body .disclaimer {
        padding-top: 5px;
    }
    input[type="submit"] {
        width: 100%;
        font-size: 18px;
    }
    .footer-content .section .column {
        width: 90%;
        float: none;
        margin: 80px auto 25px;
    }

    .footer-content .section .column.last {
        width: 90%;
        height: 300px;
        margin-right: auto;
    }
    .footer-content .section .column.middle {
        margin-right: auto;
    }
    .footer-content .columns-div {
        margin-top: 0;
    }
    .content {
        min-height: 450px;
        padding-bottom: 0;
    }
    .form-body .results .info {
        font-size: 21px;
    }
    .offer.form {
        margin: 0 auto;
    }

}

@media (max-width: 480px) {
    .header .logo {
        width: 191px;
        height: 46px;
        background-position: 0;
        margin: 0 auto;
    }
    .header {
        height: 47px;
        border: none;
    }
    .container {
        border:none;
    }


    .content {
        background: url(../images/couple-mobile.jpg) no-repeat fixed #fff;
        background-position: top center;
        background-size: cover;
        width: 100%;
    }

    @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/couple-mobile@2x.jpg) no-repeat #fff;
            background-position: center top;
            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) {
        .content {
            background: url(../images/couple-mobile@3x.jpg) no-repeat #fff;
            background-position: top;
            background-size: cover;
        }
    }

    .form {
        width: 85%;
        padding: 0 0 15px 0;
    }

    .offer.form {
        padding: 0;
        margin: 23px auto;
        width: 85%;

    }

    .form-top {
        font-size: 21px;
        padding-bottom: 0;
        width: 100%;
        margin: 0 auto;
    }
    .form-top .top-title {
        font-size: 30px;
        width: 100%;

    }
    /*.step.form .form-top {
        width: 73%;
    }*/
    .form-top .sub {
        font-size: 18px;
        width: 100%;
        margin: 0 auto;

    }
    .form-body .question {
        margin-top: 16px;
        line-height: 1.0;
    }
    #pin-verify .question {
        font-size: 14px;
    }
     .index.form div.button {
         width: 90%;
         margin: 0 auto;
     }
    div.button {
        padding-top: 0;
        margin: 0 auto;
        width: 100%;
    }
    .step.form .button {
        padding-top: 17px;
    }
    select {
        background-position: 97%;
    }
    button {
        width: 100%;
        min-width: 100%;
        margin: 0 auto;
    }
    .offer.form .form-bottom {
        padding: 5px;
    }
    .content {
        padding: 0 0 90px;
    }
    .footer {
        padding-top: 5px;
    }
    .footer-content .section .full .why-section {
        padding-left: 50px;
    }
    .footer-content .section .column.last {
        height: 440px;
    }
    .footer-link.separator {
        display: none;
    }
    .form-body {
        margin: 0 auto;
    }
    #mate1 .form-body {
        padding: 7px 0!important;
    }
    .form-body .label {
        margin: 10px auto 3px;
    }
    .form-body .label#email-msg {
        margin-bottom: 7px;
    }
    .form-body .results {
        width: 100%;
    }
    .form-body .results .info {
        max-width: 100%;
    }
    .form-body .logo{
        display: block;
        text-align: center;
        margin: 20px auto;
    }
    .offer.form .button {
        padding: 26px 0 0 0;
        width: 90%;
        margin: 0 auto;
    }
    .offer.form .form-body {
        padding: 5px;
    }
    .offer.form .form-body .logo img{
        max-width: 100%;
        height: auto;
    }
    .form-body .results .info {
        font-size: 24px ;
    }
    #mate1.login.form .form-top {
        padding: 0 ;
    }
    #mate1 .form-body .results {
        padding-top: 20px;
        margin-top: -6px;
    }
    .field {
        width: 100%;
    }
    select {
        width: 100%;
        max-width: 100%;
    }
    input[type="text"],input[type="email"], input[type="password"] {
        width: 97.5%;
        max-width: 97.5%;
        line-height: 45px;
        height: 45px;
        padding: 0 0  0 2.5%;
    }

    select#bday, select#bmonth, select#byear {
        width: 100%;
        padding-left: 9%;
    }

    .form .field#bmonth-input, .form .field#bday-input, .form .field#byear-input {
        width: 32%;
        float: left;
        display: block;
        margin-right: 2%;
    }
    .form .field#byear-input {
        margin-right: 0;
    }
    body.index button {
        margin: 21px auto 0;
    }

    body.index .form-bottom {
        font-size: 17px;
        width: 100%;
        margin: 0 auto;
    }

    #mate1.login.form .form-top {
        padding: 10px 0 0 0;
    }

    .model-tablet {
        display: none;
    }

    .model-mobile {
        display: block;
        margin: 10px auto -80px;
    }
    .form-bottom {
        margin-bottom: 10px;
    }

    #step5 .question .sub {
        margin: 90px 0 23px 0;
        font-size: 14px;
    }
    .footer a {
        font-size: 14px;
    }
    .footer-content .section .full {
        padding-top: 25px;
    }
    .footer-content .section .full .why-section {
        width: 90%;
        padding: 0;
        margin: 22px auto ;
        float: none;
    }
    .full .body {
        margin: 35px auto 0;
        width: 90%;
    }
    .full .title {
        line-height: 32px;
        width: 95%;
        margin: 0 auto;
    }
    #elitesingles .profile input[type="password"] {
        margin-top: 0!important;
    }
    .offer.form .field-left, .offer.form .field-right {
        width: 100%;
    }
}
@media (max-width: 420px) {
    #pin-verify .question {
        font-size: 14px;
    }
    .hint-box ul, .hint-box li {
        font-size: 12px;
    }
}
@media (max-width: 320px) {
    .footer a {
        font-size: 13px;
    }
    .full .title {
        width: 95%;
        margin: 0 auto;
        font-size: 24px;
    }
    #pin-verify .question {
        font-size: 10px;
    }
}