@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto.woff') format('woff'),
    url('fonts/Roboto.ttf')  format('truetype');
}
@font-face {
    font-family: 'RobotoBold';
    src: url('fonts/RobotoBold.woff') format('woff'),
    url('fonts/RobotoBold.ttf')  format('truetype');
}
@font-face {
    font-family: 'RobotoMedium';
    src: url('fonts/RobotoMedium.woff') format('woff'),
    url('fonts/RobotoMedium.ttf')  format('truetype');
}
@font-face {
    font-family: 'RobotoLight';
    src: url('fonts/RobotoLight.woff') format('woff'),
    url('fonts/RobotoLight.ttf')  format('truetype');
}
@font-face {
    font-family: 'LobsterRegular';
    src: url('fonts/LobsterRegular.woff') format('woff'),
    url('fonts/LobsterRegular.ttf')  format('truetype');
}

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

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

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

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

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

a:hover {
    text-decoration: underline;
}

select {
    outline: none;
    margin: 0px auto;
    width: 320px;
    height: 43px;
    line-height: 43px;
    text-indent: 10px;
    font-family: 'Roboto', 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: 16px;
    font-weight: 500;
    color: #565656;
    border-radius: 4px;
    border: solid 1px #989898;
}

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

select#bday, select#bmonth, select#byear {
    width: 100%;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 320px;
    max-width: 100%;
    height: 43px;
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    line-height: 43px;
    outline: 0;
    text-indent: 10px;
    font-weight: 500;
    text-align: left;
    color: rgba(86, 86, 86, 0.5);
    border-radius: 4px;
    border: solid 1px #989898;
    font-size: 16px;
    padding: 0px;
}
input#zip{
    font-style: italic;
}

select.invalid, input.invalid {

    box-shadow: none;
    border: 1px solid  #f16951;
}

span.lobster-text {
    font-family: LobsterRegular, sans-serif;
    font-size: 34px;
    font-weight: normal;
    color: #f68b49;
}

div.button {
    text-align: center;
    padding-top: 31px;
    margin: 0 0 25px 0;
    clear: both;
}
.index.form div.button {
    padding-top: 0;
}
.step.form .button {
    padding-top: 17px;
    margin: 0;
}
#step5 .button {
    padding-top: 57px;
}
button {

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

}

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

.container {
    position: relative;
    min-height: 100%;
    overflow: auto;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.header {
    background: #1a5f78;
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #1a5f78;
    border-bottom: none;
}

.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 91px;
}
.content {
    background: url(/images/couple-bg.jpg) no-repeat top right;
    clear: both;
    width: 100%;
    min-height: 634px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    border-left: 1px solid #1a5f78;
    border-right: 1px solid #1a5f78;
    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: contain;
    }
    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 #fff !important;
        background-size: 10px auto!important;
        border: 1px solid #f68b49;
    }

}

/* @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: contain;
    }
    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 #fff !important;
        background-size: 10px auto !important;
        border: 1px solid #f68b49;
    }

}



.footer {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #1a5f78;
    border-top: none;
}
.footer .bottom .copyright, .bottom .no-background-check {
    color: #fff;
    font-family: "RobotoLight", sans-serif;
    font-size: 13px;
}

.footer .section {
    padding: 0 36px 0;
    width: 905px;
    margin: 0 auto;
}
.footer .section:first-child {
    padding-top: 43px;
}
.footer .section:first-child img {
    width: 55px;
    height: 46px;
}
.footer .section:nth-child(2) {
    padding-top: 15px;
}
.footer .section:nth-child(2) img {
    width: 41px;
    height: 55px;
}
.footer .section:nth-child(3) {
    padding-top: 22px;
}
.footer .section:nth-child(3) img {
    width: 55px;
    height: 55px;
}
.footer .section:last-child {
    border-radius: 10px;
    border: solid 3px #f68b49;
    background-color: #fff9f7;
    margin: 45px auto 51px;
    padding-top: 26px;
    padding-bottom: 26px;
}
.footer .section h1 {

    font-family: "RobotoBold", sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #565656;
}
.footer .section .text {

    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    color: #565656;
}
.footer .bottom {
    color: #fff;
    background: #1a5f78;
    height: 100px;
    padding-top: 40px;
}

.footer .bottom a {
    text-decoration: none;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}

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

.form {
    margin: 21px 0 0 90px;
    width: 397px;
    border-radius: 10px;
    border: solid 3px #f68b49;
    text-align: center;
    padding-top: 21px;
    min-height: 267px;
}
#form-email .form.step{
    min-height: 300px;
}
.step.form {
    padding-top: 12px;
}

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

}
.form .field#bmonth-input {
    width: 156px;
}
.form .field#bday-input{
    width: 75px;
}
.form .field#byear-input {
    width: 82px;
}
.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: #fff;
    border: 1px solid #f68b49;
    outline: 0;
}

.form input[type='checkbox']:checked {
    background: url(/images/checkmark.png) center center no-repeat #fff;
    background-size: 10px auto;
    border: 1px solid #f68b49;

}

.form-top {
    position: relative;
    text-align: center;
    font-family: "RobotoBlack", 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:330px;
    margin: 0 auto 0 auto;
    font-family: "RobotoBold", sans-serif;
    font-size: 34px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;

}
.form-top .sub {

    font-family: "Roboto", sans-serif;
    padding: 0px 0 6px;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #343434;
    width: 90%;
    margin: 0 auto;

}
.index.form .form-top .sub {
    text-align: left;
}
.index.form .form-top .sub ul li {
    padding-left: 15px;
    line-height: 23px;
}
.form-top .sub:first-letter {
    text-transform: uppercase;
}

#form-gender .form-top {
    background: url(/images/gender.svg) no-repeat center center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

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

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

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

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

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

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

#form-income .form-top {
    background: transparent url(/images/income.svg) no-repeat center center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-size: contain;
}

#form-religion .form-top {
    background: transparent url(/images/religion.svg) no-repeat center center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-size: contain;
}

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

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

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

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

.offer.form .field-row {
	width: 320px;
	max-width: 100%;
	margin: auto;
}

.offer.form .field-left {
    display: inline-block;
    margin-left: 0;
    padding-bottom: 20px;
    width: 48%;
    float: left;
}
.offer.form .field-right {
    display: inline-block;
    margin-right: 0;
    padding-bottom: 20px;
    width: 48%;
    float: right;
}

.login.form .form-top {
    background: none;
    padding: 10px 10px 80px 10px;
}
.login.form .form-body .results {
    display: none;
}
.login.form  .form-top {
    padding: 0 20px 0 20px;
    font-size: 30px;

}
.login.form .form-top .sub {
    margin-top: 20px;
}
.footer .footer-link{
    display: inline-block;
}
body.index .form-bottom {
    display: block;
    font-family: "RobotoBlack", 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 {
    position: relative;
}
.form-body .question {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #565656;
}
input[type="submit"] {
    width: 320px;
    height: 52px;
    border-radius: 4px;
    background-image: linear-gradient(to top, #fcb33f, #ef5f54);
    font-family: "RobotoMedium", sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 52px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 8px auto;
    border: 0;
    outline: 0px;
    cursor: pointer;
    text-transform: uppercase;
}

.form-body .question .sub {
    font-size: 14px;
    padding: 15px 45px 0;
    font-family: "Roboto", sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #565656;
    position: absolute;
    margin: 76px 0 23px 0;
}
.offer.form {
    width: 380px;
    padding: 21px 0 20px 0;
    margin: 21px 0 0 90px;
    background-color: #fff;
    border-radius: 10px;
}
.offer.form .form-body{
    padding-top: 0;
}

.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: 7px 0 3px 0;
    margin-bottom: 0;
}

.form-body .results .info {
    font-family: 'RobotoBold', sans-serif;
    font-size: 32px;
    color: #565656;
    width: 324px;
    margin: 0 auto;
}
.login.form .form-body .results .info {
    font-size: 20px;
    font-family: RobotoMedium, sans-serif;
}
.form-body .results .message {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding-top: 10px;
    color: #565656;
    text-align: center;
}

.form-body .label {
    margin: 10px auto 5px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #565656;
}

#elitesingles .profile .label {
    height: 30px;
}
#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: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #565656;
    padding: 0;
    width: 95%;
    margin: 0 auto;
}
.form-body .terms a {
    font-family: "RobotoBold", sans-serif;
}

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

.msg {

    font-size: 16px;
    line-height: 24px;
    width: 320px;
    height: 24px;
    margin: 5px 0 0 37px;
    text-align: left;
    font-weight: 500;
    font-family: "RobotoMedium", sans-serif;
    font-style: italic;
    color: #f16951;
}
.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: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    color: #343434;
    background: rgba(255, 255, 255, 0.4);
}

@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;
    }
    .footer {
        width: 100%;
        border: none;
    }
    .footer .section {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }
    .footer .section:last-child .text {
        width: 90%;
        margin: 0 auto;
    }
    .footer .section .text {
        text-align: center;
    }

    body {
        background: none;
    }

    .content {
        background-size: cover;
        background: #fff url(/images/couple-tablet.jpg) no-repeat top right;
        border:none;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        min-height: 759px;
    }

    @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: #fff url(/images/couple-tablet@2x.jpg) no-repeat top right;
            background-size: 100% 759px;
        }
    }

    /* @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: #fff url(/images/couple-tablet@3x.jpg) no-repeat top right;
            background-size: 100% 759px;
        }
    }
    select {
        background-position: 98%;
    }



    .form {
        width: 60%;
        margin: 20px auto;
        padding-bottom: 20px;
    }
    .step.form {
        padding-bottom: 40px;
    }

    .form-top, .step.form .form-top {
        font-size: 32px;
    }
    .login.form .form-top {
        margin: 0 auto;
        padding: 0;
        width: 90%;
    }
   .login.form .form-body{
       width: 70%;
       margin-bottom: 20px;
   }
    .login.form .form-body div.button{
         margin-bottom: 0px!important;
    }

    .form-top .top-title {
        width: 70%;
    }
    .form-top .sub {
        font-size: 16px;
        line-height: 1.6;
        font-family: RobotoMedium, sans-serif;
        width: 65%;
        margin: 0 auto;
    }
    .index.form .form-top .sub {
        text-align: center;
    }
    .index.form .form-top .sub ul {
        list-style-type: none;
        padding-inline-start: 0px;
    }
    .index.form .form-top .sub ul li {
        padding-left: 0px;

    }

    .form-body {
        margin: 0 auto;
        padding: 0;
    }
    .step.form .form-body{
        width: 80%;
    }
    input[type="submit"] {
        width: 100%;
        font-size: 18px;
    }
    .form-body .label , select ,.field,
    .form-body .question {
        font-size: 16px;
        width: 100%;
    }
    .form-body .question {
        margin-top: 20px;
    }
    .field {
        padding-bottom: 0px;
    }
    .form-body .label {
        padding-bottom: 4px;
    }
    select , input[type="text"], input[type="email"], input[type="password"], .field , input[type="email"]{
        height: 52px;
        font-size: 16px;
        line-height: 52px;
    }
    select , input[type="text"], input[type="email"], input[type="password"] , input[type="email"] {
        text-indent: 10px;
        width: 100%;
        padding: 0;
    }
     .offer.form button, .login.form button {
        width: 80%;
        max-width: 80%;
    }
    .offer.form {
        width: 60%;
        margin: 23px auto;
    }
    .offer.form .form-body .logo {
        margin-top: 0px;
    }
    .offer.form .form-body {
        width: 100%;
        margin: 0px auto;
    }
    .form-body .results {
        width: 100%;
        max-width: 100%;
    }
    .form-body .results .info {
        font-size:  32px;
        margin: 0 auto ;
        width: 80%;
    }

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

    body.index .form-bottom {
        font-size: 22px;
    }
    div.button {
        padding-top: 25px;
        margin-bottom: 0px!important;
    }
    button {
        width: 100%;
        max-width: 100%;
        font-size: 20px;
        height: 52px;
        line-height: 52px;
        margin: 0 auto;
        font-size: 18px;
    }
    .index.form .button {
        min-width: 80%;
        max-width: 80%;
        margin: 0 auto;
    }
    .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: 20%;
    }
    .form .field#byear-input {
        margin-right: 0;
        width: 26%;
    }
    select#bday, select#bmonth, select#byear {
        width: 100%;
        background-position: 95%;
    }
    .form-body .results .message {
        font-size : 18px;
        width: 90%;
        margin: 0 auto;
    }

    #step5 .question .sub {
        margin: 100px auto 0;
        padding: 16px 0 0;
        font-size: 14px;
        text-align: center;
        width: 100%;
    }
    .step.form#step5 {
        padding-bottom: 18px ;
    }
    #step5 .button {
        padding-top: 43px;
    }
    #step5 .question .sub {
        padding-top: 4px;
    }

    .offer.form .logo {
        margin: 0 auto 0;
        width: 90%;
    }
    .form-body .terms, .form-body .disclaimer {
        font-size: 12px;
        line-height: 20px;
        max-width: 100%!important;
        padding: 0;
    }
    .login.form .form-body .results .info {
        font-size: 24px;
        font-family: RobotoMedium, 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: 80%;
        margin:  0 auto;
    }
    .offer.form .msg {
        width: 80%;
        margin:  0 auto;;
    }
    .offer.form .field-row {
        width: 100%;
    }
    .footer .bottom {
        padding-top: 14px;
        height: 130px;
    }
    .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;
    }
}
@media (max-width: 736px) {

    .footer .section .text {
        font-size: 15px;
    }
    .form-top .top-title {
        width: 84%;
    }
    .form-body .terms, .form-body .disclaimer {
        line-height: 15px;
        font-size: 10px;
    }

}
@media (max-width: 650px) {
    .hint-box ul, .hint-box li {
        font-size: 12px;
    }
}

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

    .footer-link.separator {
        display: none;
    }
    .footer .bottom .copyright {
        padding-bottom: 3px;
    }
    .content {
        background-size: cover;
        background: #fff url(/images/couple-mobile.jpg) no-repeat top right;
        border:none;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        min-height: 640px;
    }

    @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: #fff url(/images/couple-mobile@2x.jpg) no-repeat top right;
            background-size: 100% 640px;
        }
    }

    /* @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: #fff url(/images/couple-mobile@3x.jpg) no-repeat top right;
            background-size: 100% 640px;
        }
    }
    .footer .section:first-child {
        padding-top: 98px;
    }
    .form {
        width: 90%;
    }

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

    }
    .form-body .results .info {
        font-size: 22px;
    }
    .form-body .results .message {
        font-size: 14px;
    }
    .offer.form .form-body .logo {
        padding: 0px;
    }
    .form-body .label {
        padding-bottom: 0px;
    }
    .form-body .terms, .form-body .disclaimer {
        font-size: 8px;
    }
    .offer.form .form-bottom {
        font-size: 12px;
    }
    .login.form .form-top {
        font-size: 22px;
    }
    .form-top {
        font-size: 21px;
        padding-bottom: 0;
        width: 100%;
        margin: 0 auto;
    }
    .form-top .top-title {
        font-size: 26px;
        width: 78%;

    }
    /*.step.form .form-top {
        width: 73%;
    }*/
    .form-top .sub {
        font-size: 16px;
        width: 100%;
        margin: 0 auto;
    }
    .login.form .form-top .sub {
        font-size: 15px;
    }
    .login.form .form-body .logo {
        margin: 10px auto 20px;
    }
    .form-body .question {
        margin-top: 16px;
        line-height: 1.0;
    }
    .footer .section .text {
        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;
    }
    #step5 .button {
        padding-top: 46px;
    }
    select {
        background-position: 97%;
    }
    button {
        width: 100%;
        min-width: 100%;
        margin: 0 auto;
    }
    .content {
        padding: 0 ;
    }
    .footer {
        height: 75px;
        padding-top: 5px;
        position: absolute;
        bottom: 0;
        border: none;
    }
    .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: 12px 0 15px 0;
        width: 90%;
        margin: 0 auto;
    }
    .offer.form .form-body .logo img{
        max-width: 100%;
        height: auto;
    }
    .profile {
        width: 90%;
    }

    #mate1.login.form .form-top {
        padding: 0 ;
    }
    #mate1 .form-body .results {
        padding-top: 20px;
        margin-top: -6px;
    }
    .field {
        width: 100%;
        margin: 0 auto;
    }
    .offer.form button {
        width: 80%;
    }
    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%;
    }

    .form.index button {
        margin: 0 auto;
    }

    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: 92px 0 23px 0;
        font-size: 13px;
    }
    .footer .bottom a {
        font-size: 12px;
    }
    .footer .links {
        width: 90%;
        margin: 0 auto;
    }
}
@media (max-width: 320px) {
    .footer .bottom a {
        font-size: 11px;
    }
    input[type="submit"] {
        font-size:  16px;
    }
}