/* Card Based Layout - Base styles */

/*body {
    overflow: hidden;
}
*/
.main-area {
    overflow: hidden;
}

.site-title {
    color: white;
}

.card {
    background: white;
    margin-bottom: 0;
    flex: 1 0 45%;
    min-height: 550px;
}

    .card a {
        color: #666;
    }



.card-content {
    padding: 1.4em;
}

    .card-content h2 {
        margin-top: 0;
        margin-bottom: .5em;
        font-weight: normal;
    }

    .card-content p {
        font-size: 95%;
    }

/*Main Layout*/

.centered {
    margin: 0 auto;
    padding: 0;
    height: 100%;
    max-width: 640px;
}


/*::-webkit-input-placeholder {
   color: #666;
}

:-moz-placeholder { 
   color: #666;
}

::-moz-placeholder {
   color: #666;
}

:-ms-input-placeholder {  
   color: #666;
}*/

/*--------------------------------------------------------------
      CSS Reset
      --------------------------------------------------------------*/
html {
    font-family: 'Roboto', "Helvetica Neue", Helvetica;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #999;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

.thumbnail img {
    display: block;
    border: 0;
    height: 570px;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
    width: 320px;
    overflow-x: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    padding-left: 20px;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 13px;
    font-size: 12px;
    width: 80%;
    background: #FFF;
    display: block;
    margin: 0 auto;
    border: solid 1px #CCCCCC;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
        display: none;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

p {
    font-size: 12px;
    text-align: center;
}


.card.Login_signup {
    margin: 0 auto;
    position: relative;
}

.card.forget_password {
    min-height: 490px;
}

    .card.forget_password ul.mainForm_wraper {
        margin-top: 30px;
    }

    .card.forget_password .forgotPwd_des p {
        font-size: 14px;
        margin: 0 8px;
        margin-bottom: 40px;
    }

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    cursor: pointer;
}


    ul.tabs li {
        flex: 0 1 50%;
        text-align: center;
        padding: 16px;
        text-transform: uppercase;
        background: #ededed;
        -webkit-flex: 0 1 50%;
    }

        ul.tabs li.current {
            background: #FFFFFF;
            color: #222;
        }

        ul.tabs li.tab-content.current {
            display: none;
        }

ul.choosePlatform {
    padding: 10px 26px;
    list-style: none;
    display: flex;
    margin: 0;
    margin-top: 35px;
    font-size: 14px;
    display: -webkit-flex;
}

    ul.choosePlatform li {
        flex: 0 1 50%;
        -webkit-flex: 0 1 50%;
        text-align: center;
        padding: 0;
        text-transform: capitalize;
    }

        ul.choosePlatform li:first-child {
            text-align: left;
        }

        ul.choosePlatform li:last-child {
            text-align: right;
        }


ul.mainForm_wraper {
    padding: 10px 10px;
    list-style: none;
    display: flex;
    margin: 0;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-direction: column;
}

    ul.mainForm_wraper li.Title p {
        font-size: 18px;
        margin-bottom: 40px;
    }

.desktopView ul.mainForm_wraper {
    margin-top: 20px;
}

.opt-button .facebookConnect li {
    margin: 0 auto;
}


li.facebook_btn_05 {
    background: #4a6eaa;
    text-align: center;
    padding: 15px 0;
    border-radius: 3px;
    /*margin: 8px;*/
    text-transform: uppercase;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    margin: 16px;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    cursor: pointer;
    display: inline;
    
}

li.joinFacebook.facebook_btn_05 {
    margin-top: 80px;
}

li.facebook_btn_05.join_btn {
    background: #8f8f8f;
}

        li.facebook_btn_05.join_btn.GreenBtn {
            background: #7ccb45;
        }

    li.facebook_btn_05 a {
        color: #FFF;
        padding-left: 30px;
    }

.form-wrapper {
    margin: 0 16px;
}

    .form-wrapper > div {
        flex: 1 1 auto;
    }

.Reg_form input {
    width: 100%;
    padding: 14px 0;
    border: solid 1px;
    margin-top: 14px;
    border-radius: 3px;
    text-indent: 15px;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 4px;
    border-color: rgb(166, 166, 166);
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #333;
}

.Reg_form a {
    background: none;
    color: #ca3b3b !important;
    font-size: 14px;
    font-weight: normal;
    float: right;
    position: relative;
    top: -33px;
    margin-right: 19px;
}


li.dontshrink.or {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    height: 30px;
    padding-top: 14px;
}

    li.dontshrink.or span {
        background: white;
        position: absolute;
        top: 0;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        left: 44%;
    }

    li.dontshrink.or hr {
        box-sizing: content-box;
        height: 0;
        width: 90%;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }

.desktopView li.dontshrink.or {
    height: 60px;
    padding-top: 30px;
}

    .desktopView li.dontshrink.or span {
        position: absolute;
        top: 0;
        height: 60px;
        line-height: 60px;
    }

li.button-wrap {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    margin: 16px;
}

input.GreenBtn {
    width: 100%;
    background: #7ccb45;
    padding: 16px 0;
    border: none;
    margin-top: 38px;
    color: #FFFFFF;
    border-radius: 2px;
    text-transform: uppercase;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex; /* NEW */
    background-color: white;
    height: 100%;
}

    .cards.interest .card.signup-process {
        width: 100%;
    }


.card .mafooter p {
    font-size: 12px;
}


@media screen and (max-width: 639px) {
    .card.Promo_photo {
        display: none;
    }

    .card.Login_signup {
        width: 100%;
    }
}

.platformList_01 img {
    width: 16px;
    height: 16px;
    padding: 0;
    position: relative;
    top: 3px;
}

.platformList_01 span {
    padding-left: 5px;
}

.rememberMe {
    margin: 0 16px;
    margin-top: 20px;
}

    .rememberMe label {
        line-height: 20px;
    }

.checked .custom-check::before {
    display: inline-block;
    content: "\f00c";
    width: 17px;
    height: 18px;
    background: #5e5f5f;
    font-size: 17px;
    line-height: 1;
    position: relative;
    top: 0px;
    color: #FFFFFF;
}



.custom-check {
    display: inline-block;
    width: 17px;
    height: 18px;
    background: white;
    border: 1px solid #656565;
    font-family: 'Glyphicons Halflings';
    font-size: 22px;
    line-height: 1;
    position: relative;
    top: 6px;
}

.rememberMe .forgot {
    float: right;
}


span.fa.custom-check {
    float: left;
    top: 0;
}

.mainForm_wraper label {
    padding-left: 7px;
    font-size: 14px;
    position: relative;
    top: -1px;
}


.mainForm_wraper .emailNotice {
    width: 60%;
    margin: 0 auto;
}


/*Singup Css*/

.signupPanel p {
    text-align: center;
}

li.locationText {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 15px;
}

.card .locationText a {
    color: #666666;
    text-decoration: underline;
    margin-bottom: 40px;
    font-size: 16px;
}

.card .signupPanel span {
    text-align: center;
    font-size: 12px;
    margin-bottom: 16px;
}

li.join_btn_05 {
    position: relative;
}

    li.join_btn_05 input {
        background: #8f8f8f;
        text-align: center;
        padding: 15px 0;
        border-radius: 3px;
        text-transform: uppercase;
        justify-content: space-between;
        align-items: stretch;
        display: flex;
        flex-direction: column;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        cursor: pointer;
        display: inline;
        width: 100%;
        color: #FFF;
        border: none;
    }

.join_btn_05 a {
    color: #FFFFFF;
    padding-left: 45px;
}

footer {
    z-index: 1;
    text-align: center;
}

.userCurrent_Loction {
    height: 42px;
    padding-top: 10px;
    box-sizing: border-box;
}

    .userCurrent_Loction p {
        font-size: 12px;
        margin-bottom: -20px;
        margin-top: 48px;
        text-align: inherit;
    }

    .userCurrent_Loction a {
        float: right;
        padding-right: 16px;
        color: #666666;
        font-size: 14px;
        text-decoration: underline;
        position: relative;
        top: 3px;
    }

    .userCurrent_Loction strong {
        font-size: 18px;
        padding-left: 33px;
    }

input.location_Btn {
    width: 100%;
    margin-top: 0;
    border-radius: 2px;
    text-transform: uppercase;
}

.no_location a {
    font-size: 12px;
    color: #666666;
    text-decoration: underline;
}

.is-disable {
    opacity: .5;
    pointer-events: none;
}


.join_btn_05.GreenBtn input {
    background: #7ccb45;
    text-align: center;
    padding: 16px 0;
    border-radius: 3px;
    text-transform: uppercase;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    display: inline;
    width: 100%;
    margin-top: 22px;
}

/*Signup Processing*/

.card.signup-process {
    position: relative;
    margin: 0 auto;
}

    .card.signup-process span.fa.fa-times {
        float: right;
        font-size: 20px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

.upload_profilePics .card.signup-process span.fa.fa-times {
    display: none;
}

.card.signup-process div.TabDetail {
    display: none;
}

    .card.signup-process div.TabDetail.TabActive {
        display: block;
        width: 320px;
        animation: moveTabIn .5s ease-in;
        position: relative;
    }

        .card.signup-process div.TabDetail.TabActive .relTabActive {
            animation: moveTabIn .5s ease-in;
        }

    .card.signup-process div.TabDetail.TabDeActive {
        display: block;
        animation: moveTabOut .5s ease-in;
    }


.card.signup-process.lookingFor div.TabDetail.TabActive {
    display: block;
    animation: moveTabIn .5s ease-in;
}

.card.signup-process div.TabDetail p.heightTitle {
    font-size: 16px;
    margin-top: 50px;
}

@keyframes moveTabIn {
    0% {
        position: relative;
        transform: translate3d(320px,0,0);
    }

    100% {
        position: relative;
        transform: translate3d(0,0,0);
    }
}

@keyframes moveTabOut {
    0% {
        position: relative;
        transform: translate3d(0,0,0);
    }

    100% {
        position: relative;
        transform: translate3d(-320px,0,0);
    }
}



@media (max-width: 414px) {
    .card.signup-process div.TabDetail.TabActive {
        width: auto;
    }
}

.signup-process h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 200;
    margin-top: 20px;
}

ul.row.grid {
    margin: 0 auto;
    list-style: none;
    justify-content: center;
    padding: 0;
    width: 100%;
}

    ul.row.grid li {
        border: solid 3px #f0f0f0;
        padding: 0;
        margin: 4px;
        border-radius: 10%;
        height: 90px;
        text-align: center;
        width: 90px;
        display: table;
        cursor: pointer;
    }

    ul.row.grid img {
        width: 50px;
        height: 50px;
        margin-top: 7px;
    }

    ul.row.grid .des_type {
        font-size: 12px;
        margin-top: -6px;
    }

.topList-Des {
    font-size: 11px;
    display: block;
    position: relative;
    top: 8px;
}

/*Signup Tab*/

.register-step ul.tabs-menu {
    padding: 0;
    margin: 20px 5px;
}

    .register-step ul.tabs-menu li {
        padding: 10px;
        text-transform: none;
        background: #ededed;
        flex: 0 1 50%;
        -webkit-flex: 0 1 50%;
        text-align: center;
        list-style-type: none;
        cursor: pointer;
        color: #666;
        font-size: 12px;
        font-weight: 200;
    }

        .register-step ul.tabs-menu li.active {
            background: #7ccb45;
            color: #FFFFFF;
        }


.register-step .tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}



.register-step .gotoBtn {
    margin: 0 auto;
    position: relative;
}

.gotoBtn {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    .gotoBtn span {
        cursor: pointer;
        background: #FFFFFF;
        /* border-radius: 50%; */
        color: #cccccc;
        /* border: solid 1px #cccccc; */
        font-weight: 600;
        display: inline-block;
        width: 30%;
        /* height: 60px; */
        line-height: 35px;
        text-align: center;
    }

footer.Reg.mafooter.twoButtons .gotoBtn {
    width: 50%;
    float: left;
}

    footer.Reg.mafooter.twoButtons .gotoBtn.nxtBtn {
        float: right;
        display: none;
        text-align: right;
    }

        footer.Reg.mafooter.twoButtons .gotoBtn.nxtBtn span {
            background-image: url(../image/icons/arrows/next_arrow.png);
            background-repeat: no-repeat;
            background-size: 25px;
            background-position: right;
            padding-right: 30px;
            font-weight: normal;
            text-align: right;
        }

        footer.Reg.mafooter.twoButtons .gotoBtn.nxtBtn.goToNext span {
            background-image: url(../image/icons/arrows/next_arrow_selected.png);
            font-weight: normal;
            text-align: right;
        }

    footer.Reg.mafooter.twoButtons .gotoBtn.bckBtn {
        text-align: left;
    }

        footer.Reg.mafooter.twoButtons .gotoBtn.bckBtn span {
            background-image: url(../image/icons/arrows/back_normal.png);
            background-repeat: no-repeat;
            background-size: 25px;
            padding-left: 30px;
            background-position: 0 5px;
            font-weight: normal;
            text-align: left;
        }

    footer.Reg.mafooter.twoButtons .gotoBtn span {
        /*width: 60%;*/
    }

footer.Reg.mafooter img.loading {
    float: right;
    position: relative;
    height: 35px;
    display: none;
}

footer.Reg.mafooter.twoButtons.intimateCouple {
    pointer-events: none;
}

footer.Reg.mafooter.twoButtons.intimateCouple .gotoBtn {
    width: 50px;
    pointer-events: all;
}

    footer.Reg.mafooter.twoButtons.intimateCouple .gotoBtn span {
        color: transparent;
        background-color: transparent;
    }

.grid li.selected {
    background-color: #575858;
    border: solid 3px #575858 !important;
}

ul.row.grid .selected .des_type {
    color: #FFFFFF;
}

.goToNext span {
    color: #7ccb45;
}


.signup-process .tabheader {
    margin: 0 auto;
}

    .signup-process .tabheader p {
        padding-top: 45px;
        text-align: center;
        font-size: 16px;
        margin: 0;
    }

.row.birthdate {
    width: 70%;
    margin: 0 auto;
    padding-top: 45px;
    position: relative;
}

    .row.birthdate:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: "\f078";
        position: absolute;
        right: 15px;
        height: 45px;
        line-height: 45px;
        pointer-events: none;
    }

    .row.birthdate input[type="date"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        height: 45px;
        line-height: 45px;
        box-sizing: border-box;
        padding-left: 25%;
    }

    .row.birthdate input[type="text"] {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        height: 45px;
        line-height: 45px;
        padding: 0;
        box-sizing: border-box;
        cursor: pointer;
    }

    .row.birthdate .date.fa {
        position: absolute;
        right: 40px;
        top: 60px;
        font-size: 14px;
    }

    .row.birthdate span.error {
        display: block;
        margin-bottom: 10px;
        color: #990000;
        width: 100%;
        text-align: center;
    }

.birthdate select[type="select"] {
    -webkit-appearance: none;
    margin: 0 auto;
    font-size: 16px;
}

.year-selector select[type="select"] {
    width: 100%;
}



.day-selector, .month-selector, .year-selector {
    text-transform: uppercase;
    position: relative;
}

.birthdate .fa {
    position: absolute;
    right: 24px;
    top: 39px;
    font-size: 14px;
}

.birthdate .year-selector .fa {
    right: 18px;
}

.row.birthdate p {
    margin: 5px;
}

/*.fa-chevron-down:before {
    content: "\f078";
    position: absolute;
    right: -66px;
    top: -39px;
    font-size: 12px;
    float: right;
    color: #CCCCCC;
    pointer-events: none;
}*/
.fa-chevron-down:before {
    /*position: absolute;
    right: -66px;
    top: -44px;
    font-size: 12px;
    float: right;*/
    color: #CCCCCC;
    pointer-events: none;
}

ul.row.chooseRelationship li {
    display: table;
}


ul.row.chooseRelationship .des_type {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
}

.chooseRelationship li.selected {
    background-color: #575858;
    border: solid 3px #575858 !important;
}

ul.row.tabs-couple {
    list-style-type: none;
    text-align: center;
    background: #f0f0f0;
    color: #ccc;
    font-size: 12px;
    width: 95%;
    margin: 0 auto 10px auto;
    /*position: relative;
    top: 10px;*/
    padding-left: 1px;
}

    ul.row.tabs-couple li {
        border-right: solid 3px #FFF;
        padding: 8px 0;
    }


.tabs-couple .chooseHis.selected {
    background-color: #666666;
    color: #FFFFFF;
}

ul.row.coupleRelationship .des_type {
    font-size: 11px;
    display: block;
    vertical-align: middle;
    line-height: 83px;
}

.register-step ul.tabs-menu li:nth-child(1) {
    border-right: solid 4px #FFF;
}

.register-step ul.tabs-menu li:nth-child(2) {
    line-height: 22px;
    border-right: solid 4px #FFF;
}

ul.row.grid.coupleRelationship {
    margin-top: -35px;
    margin-bottom: 65px;
}

.couplaAgesection .gotoBtn span {
    position: relative;
    top: 34px;
}

input#amount {
    width: 40px;
    margin-top: 86px;
    margin-left: 15px;
    position: absolute;
}

.heightselection p {
    text-align: center;
    margin-top: -23px;
}

ul.row.grid.grid-Noimage li {
    display: table;
}

ul.row.grid-Noimage .des_type {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
}

ul.row.grid.ChooseEthnicitycouplesection {
    margin-top: -33px;
}

ul.row.ChooseEthnicitycouplesection .des_type {
    font-size: 11px;
    display: block;
    position: relative;
    top: 40%;
}

.selectMeetingchoice p {
    text-align: center;
    font-size: 10px;
}

ul.row.ChooseMeetingchoice .des_type {
    display: table-cell;
    vertical-align: middle;
}

/*Height Range Slider*/

.imagediv {
    display: inline-block;
    width: 150px;
    text-align: center;
}

    .imagediv img {
        height: 135px;
        margin-top: 64px;
    }

.slider {
    display: inline-block;
    text-align: right;
    width: 20px;
    margin-right: 82px;
}

.text {
    display: inline-block;
    text-align: left;
    width: 250px;
}

.temp1 {
    background: rgba(0, 0, 0, 0) url("../IMAGE/newRegistration/arrow.png") no-repeat scroll 22px center / 23px auto;
    padding-left: 49px;
    width: 100%;
    font-size: 12px;
    background-size: contain;
}


div#ageslider {
    width: 265px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px;
}

#ageslider span.ui-slider-handle.ui-state-default.ui-corner-all {
    background: #7ccb45;
    width: 23px;
    border-radius: 100%;
    height: 23px;
}


.upload_profilePics p {
    text-align: center;
    font-size: 14px;
}

.upload_profilePics .photoholder {
    margin: 0 auto;
    border-radius: 7px;
    padding-top: 105px;
    display: table;
}

.photoholderUserPic {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border: 1px solid white;
    border-radius: 50%;
    background-image: url(../image/Avatars/NoPhoto2015/320x320_NoPhoto_2a.jpg);
    background-size: 175px;
    background-position: center;
}

.upload_popup .photoholderUserPic {
    opacity: 0.2;
}

.appPhotoUpload .photoholderUserPic {
    margin-top: 100px;
}

.appPhotoUpload .photoholder.userpicture_avatar {
    margin-top: 100px;
}

#divMainUpload img.uploadLoading {
    height: 50px;
    margin: 0 auto;
    display: none;
}

.card.upload_profilePics p.photoMessage {
    font-size: 17px;
    line-height: 170%;
}

.card.upload_profilePics div.popup_header h4 {
    text-transform: capitalize;
    padding: 20px 0;
}

.button.uploadProfile_pic {
    background: #7ccb45;
    margin-bottom: 5px;
    padding: 14px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}

    .button.uploadProfile_pic a {
        color: white;
        text-decoration: none;
    }

.tab-content.uploadProfile {
    margin-top: 46%;
}

.photoholder img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: solid 1px #CCC;
}

.upload_popup {
    opacity: 1;
    background: #000;
}

    .upload_popup .uploadProfile {
        opacity: 0.1;
    }

    .upload_popup .photoholder {
        opacity: 0;
    }

    .upload_popup h2 {
        opacity: 0.2;
    }

div#dialog {
    background: #FFF;
    height: 274px;
    border-radius: 2px;
    position: relative;
    top: -150px;
    width: 270px;
    margin: 0 auto;
}

.popup_header h4 {
    text-align: center;
    text-transform: uppercase;
}


.upload_popup .photoholder_01 img {
    display: block;
    margin: 0 auto;
    width: 70px;
    border: solid 2px #7ccb45;
    background: #7ccb45;
    padding: 4px 0;
    border-radius: 6px;
    position: relative;
    top: 32px;
}

.confirm_upload {
    display: flex;
    display: -webkit-flex;
}


    .confirm_upload p {
        margin: 0 auto;
        padding: 10px 0 !important;
        background: #7ccb45;
        color: #fff;
        position: relative;
        top: -17px;
        width: 127px;
    }

.popup_content p {
    padding: 55px 15px 45px 15px;
}

.popup_footer {
    background: #d3d3d3;
    height: 188px;
    width: 100%;
}

p.btn_later {
    background: #fff;
    color: #999;
}

.cropUpload_pics {
    margin-top: 60px;
}

.button.cropuploadProfile_pic {
    text-transform: uppercase;
    background: #7ccb45;
    margin-bottom: 5px;
    padding: 14px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}

.reg_completed p {
    text-align: center;
    padding: 0 39px;
}

.reg_completed .userpicture_avatar {
    margin: 0 auto;
    border-radius: 7px;
    display: table;
}

.photoholder.userpicture_avatar img {
}

.welcomeMeg .Wel_text {
    font-size: 15px;
    line-height: 0;
}

.tab-content.Personlisted {
    margin-top: 34px;
}

.buttonProfile {
    background: #7ccb45;
    margin-bottom: 10px;
    padding: 10px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}

    .buttonProfile a {
        text-decoration: none;
        color: #fff;
        width: 100%;
        height: 100%;
        display: block;
    }

.welcomeMeg strong {
    display: block;
    margin: 30px;
}


.edit_profile_img {
    margin: 0 auto;
    display: table;
    margin-top: 15px;
    position: relative;
    height: 55px;
    padding-top: 20px;
    padding-left: 35px;
    box-sizing: border-box;
}

    .edit_profile_img img {
        width: 60px;
        vertical-align: middle;
        position: absolute;
        top: -3px;
        left: -20px;
    }


ul.row.grid.chooseHeight {
    border-bottom: solid 1px #CCC;
}

ul.row.grid.lifestyle-section li {
    display: table;
}

ul.row.lifestyle-section .des_type {
    display: table-cell;
    padding: 10px 5px;
    vertical-align: middle;
}

.drinkingSelection .des_type {
    text-align: center;
    margin: -6px 20px;
}

.Skip_go {
    display: none;
}

ul.row.lifestyle-section-couple .des_type {
    font-size: 11px;
    display: block;
    position: relative;
    top: 40%;
}


ul.row.grid.lifestyle-section-couple {
    margin-top: -28px;
}


ul.row.appearance-section .des_type {
    font-size: 11px;
    display: block;
    position: relative;
    top: 40%;
}

ul.row.appearance-section-couple .des_type {
    font-size: 11px;
    display: block;
    position: relative;
    top: 40%;
}

.Interest-section p {
    text-align: center;
    font-size: 10px;
}

div#my-thumbs-list {
    width: 640px;
    overflow: hidden;
}

.mTSWrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}

ul.row.singlepreference .des_type {
    font-size: 11px;
    display: block;
    position: relative;
    top: 40%;
    padding: 0 10px;
}


ul.row.couplepreference .des_type {
    font-size: 11px;
    display: block;
    position: relative;
    top: 40%;
    padding: 0 10px;
}

.form_area textarea {
    border: none;
}

.form_title h2 {
    background: #e6e6e6;
    padding: 8px;
    text-align: left;
    padding-left: 11px;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    margin-top: 40px;
}

input:focus, textarea:focus, keygen:focus, select:focus {
    outline-offset: 0;
    outline: none;
}

Div.form_area {
    margin-top: -47px;
}

.form_title.aboutMe {
    height: 254px;
}

.form_title.idealPartner {
    height: 324px;
}

.Introduce_yourself p {
    text-align: center;
    font-size: 12px;
    padding-bottom: 10px;
}

.idealPartner textarea {
    overflow: hidden;
    font-size: 14px;
    display: block;
    height: 200px;
}

/*profile Builder Engine*/

.tab-content.ProfileBuilder {
    width: 640px;
}

.ProfileBuildersection p {
    font-size: 11px;
    text-align: center;
    margin: 0;
}

/*--------------------------------------------------------------------------------------*/

ul.row.grid_profileB {
    list-style-type: none;
    margin: 0 auto;
    width: 90%;
    justify-content: center;
}

ul.row.grid_profileIdealPartner {
    list-style-type: none;
    margin: 0 auto;
    justify-content: center;
}

ul.row.grid_profileB li {
    height: 33px;
    margin: 4px 10px;
    color: #999999;
    border: solid 3px #CCC;
    border-radius: 5px;
    width: 235px;
    text-align: center;
    padding: 2px 24px;
}

ul.row.grid_profileIdealPartner li {
    margin: 10px 0px;
    color: #999999;
    border: solid 3px #CCC;
    border-radius: 5px;
    width: 235px;
    text-align: center;
    padding: 10px 24px;
}

ul.row.grid_profileB .selected,
ul.row.grid_profileIdealPartner .selected {
    background: #666666;
    color: #ffffff;
    border-color: #666666;
}


ul.row.grid_profileB {
    display: inline-block;
    width: 640px;
    height: auto;
    padding: 10px;
}

ul.row.grid_profileIdealPartner {
    height: auto;
    padding: 10px;
    display: block;
    width: 300px;
}

ul.row.grid_profileB li {
    float: left;
    display: table;
}

ul.row.grid_profileB .des_type,
ul.row.grid_profileIdealPartner .des_type {
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
}

.row.grid_profileB.lookFor,
.row.grid_profileIdealPartner.lookFor {
    width: 320px;
}

/*--------------------------------------------------------------------------------------*/

.ProfileBuilder .SST p {
    position: relative;
    top: 8px;
    font-size: 11px;
}

.ProfileBuildersection .signup-tabs_2 p {
    margin-bottom: 23px;
}

.ProfileBuilder_AboutMe .signup-tabs_2 p {
    margin-bottom: 23px;
}

.ProfileBuilder_AboutMe p {
    font-size: 12px;
    text-align: center;
    margin: 0;
}

.ProfileBuilder_AboutMe ul.tabs {
    width: 320px;
    margin: 0 auto;
    padding-bottom: 23px;
}

ul.row.grid_profileB-looks li {
    height: 40px;
    margin: -3px 10px;
    color: #999999;
    border: solid 2px #CCC;
    border-radius: 5px;
    width: 220px;
    text-align: center;
    padding: 2px 22px;
    list-style: none;
}


ul.row.grid_profileB-looks .selected {
    background: #666666;
    color: #ffffff;
}


.ProfileBuilder .SST-2 p {
    position: relative;
    top: 8px;
    font-size: 11px;
}


.lookingFor-Final-Step p {
    font-size: 12px;
    text-align: center;
    margin: 0;
}

ul.row.grid.LookFor-Step li {
    height: 40px;
    margin: 5px 10px;
    color: #999999;
    border: solid 2px #CCC;
    border-radius: 5px;
    width: 220px;
    text-align: center;
    padding: 2px 22px;
    list-style: none;
}

.LookingForheader p {
    margin: 21px;
}


.LookFor-Step .SST-2 p {
    position: relative;
    top: 7px;
    font-size: 11px;
}


.register-step ul.tabs-menu li a {
    padding: 11px;
    text-transform: none;
    background: #ededed;
    border-right: solid 4px #FFF;
}


div.row.chooseHeight {
    padding-top: 30px;
    width: 70%;
    margin: 0 auto;
    position: relative;
}

    div.row.chooseHeight:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: "\f078";
        position: absolute;
        right: 15px;
        height: 45px;
        line-height: 45px;
        pointer-events: none;
    }

    div.row.chooseHeight input[type="text"] {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        height: 45px;
        line-height: 45px;
        padding: 0;
        box-sizing: border-box;
        cursor: pointer;
    }

.ProfileBuilder {
    display: flex !important;
    display: -webkit-flex;
}

.leftBuilder {
    width: 320px;
    padding: 0;
    margin: 0;
    position: relative;
    left: 20px;
}

.rightBuilder {
    width: 320px;
    padding: 0;
    margin: 0;
    position: relative;
    right: 20px;
}

.tab-content-4.ProfileBuilder {
    display: none !important;
}

.Interest-section ul.tabs-menu {
    width: 320px;
    margin: 0 auto;
}

.ProfileBuildersection ul.tabs-menu {
    width: 320px;
    margin: 0 auto;
}

.Interestsection ul.grid {
    margin-top: 20px;
}

.register-step .ProfileBuilder {
    margin-top: 30px;
}

.appearanceselection.register-step li.active:before {
    position: relative;
    content: "";
    float: right;
    top: 32px;
    width: 0;
    border-top: 14px solid #7ccb45;
    border-right: 8px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 9px solid transparent;
    right: 0;
    left: -64px;
}

.ProfileTitle {
    margin-bottom: 0;
    display: none;
}

.BuilderStep1.ProfileBuilder {
    margin-top: -8px;
}

li.userSearchCurrentLoction {
    margin: 0 16px;
    position: relative;
}

.Reg_form span.twitter-typeahead {
    width: 100%;
    z-index: 1000;
}

li.no_location {
    margin-top: 19px;
    padding-left: 15px;
    position: absolute;
}

li.userSearchCurrentLoction select {
    width: 100%;
}

.tt-menu {
    background-color: #FFF;
    border: 1px solid #C8C8C8;
    height: 150px;
    margin-top: 0px;
    overflow-y: auto;
    padding: 5px 0;
    width: 237px;
}

.Reg_form .tt-menu {
    background: #f1f1f1;
    width: 100%;
    height: 150px;
    text-align: justify;
    color: #666;
    overflow-y: auto;
    position: relative !important;
    margin-top: 5px;
    padding: 0;
}


.tt-dataset .tt-suggestion {
    padding: 10px;
}

Div.tt-suggestion.tt-selectable:hover {
    background: #7ccb45;
    color: #fff;
}

input.hasError {
    border-color: #f00;
}


p.hasError {
    font-size: 12px;
    color: #F00;
    padding: 5px;
    height: 22px;
    text-align: left;
    line-height: 1px;
    position: absolute;
    z-index: 100;
    margin-top: 2px;
    padding: 4px;
}

.card .Loginform footer {
    display: none;
}

.card .Reg_form {
    position: relative;
}

    .card .Reg_form .btnClear {
        height: 40px;
        width: 40px;
        position: absolute;
        right: 0px;
        top: 18px;
        display: none;
    }

        .card .Reg_form .btnClear img {
            margin: 11px;
            display: block;
            pointer-events: none;
        }

.userSearchCurrentLoction select {
    border-radius: 3px;
    -webkit-appearance: none;
    padding: 13px;
    background: none;
    margin-bottom: 0;
    -moz-appearance: none;
    border: solid 1px rgb(166, 166, 166);
    font-size: 16px;
    color: #333;
}

.userSearchCurrentLoction .fa {
    position: absolute;
    right: 15px;
    top: 17px;
}

.fa-caret-down:before {
    font-size: 22px;
}

.userSearchCurrentLoction.hideInput {
    display: none;
}

/*Tesing*/
li.facebook_btn_05 {
    position: relative;
}

    li.facebook_btn_05 a {
        text-decoration: none;
    }

    li.facebook_btn_05 img {
        position: absolute;
        width: 15px;
        margin-top: -4px;
        padding-left: 10px;
        height: 24px;
    }

        li.facebook_btn_05 img.loading {
            position: absolute;
            width: auto;
            margin-top: 0;
            padding-left: 0;
            height: 30px;
            vertical-align: middle;
            top: 9px;
            left: 40px;
            display: none;
        }

    li.facebook_btn_05 span {
        position: absolute;
        color: #FFF;
        margin-top: -5px;
    }

.fa-facebook-f:before, .fa-facebook:before {
    font-size: 29px;
    position: relative;
}

li.join_btn_05 span {
    position: absolute;
    color: #FFF;
    /* margin-top: -3px; */
    top: 10px;
    left: 30px;
}

li.join_btn_05.GreenBtn span {
    position: absolute;
    color: #FFF;
    margin-top: 19px;
}

.fa-envelope:before {
    font-size: 24px;
    position: relative;
    left: -10px;
}

.facebookAuth.card {
    margin-top: 22px;
}

.facebookAuth .Reg_form {
    position: relative;
    margin-bottom: 20px;
}

.facebookAuth .hasError {
    font-size: 12px;
    color: #F00;
    padding: 5px;
    text-align: left;
    position: absolute;
    z-index: 100;
    margin: 0;
    position: absolute;
    top: -7px;
    text-align: left;
    width: 100%;
    line-height: normal;
}

.facebookAuth .Reg_form input {
    width: 100%;
    padding: 0;
    border: solid 1px;
    margin: 0l border-radius: 3px;
    text-indent: 15px;
    font-weight: 200;
    font-size: 16px;
    border-color: rgb(166, 166, 166);
    height: 48px;
}

.facebookAuth .GreenBtn {
    margin-top: 10px;
}

.facebookAuth ul.mainForm_wraper input.GreenBtn {
}

li.FBConnect img {
    width: 150px;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    margin-bottom: 30px;
}

li.FBConnect {
    margin: 12px;
}

    li.FBConnect p {
        padding: 0 12px;
        font-size: 17px;
        font-weight: 300;
    }


li.FBWelcome p {
    font-size: 16px;
}


li.FBConnectMore p {
    font-size: 18px;
}

.card .Reg.mafooter {
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    padding: 1rem;
    text-align: center;
}

.Interestsection ul.row .des_type {
    font-size: 11px;
    display: block;
    position: relative;
    top: 40%;
    padding: 0 10px;
}

.register-step ul.tabs-menu1 {
    display: table;
    table-layout: fixed;
    text-align: center;
    border-spacing: 5px; /* space between each tab */
    padding: 0;
}

    .register-step ul.tabs-menu1 li {
        list-style-type: none;
        display: table-cell;
        height: 45px;
        max-width: 100%;
        background: #F1F1F0;
        vertical-align: middle;
    }

.register-step .signup-tabs li.active {
    background: #7ccb45;
    color: #FFF;
}

.register-step .signup-tabs li.visited-tab {
    cursor: pointer;
    background: #7ccb45 !important;
    color: #FFF !important;
}

.register-step ul.tabs-menu1 li {
    position: relative;
    font-size: 12px;
    padding: 0 5px;
}

    .register-step ul.tabs-menu1 li a {
        color: #666;
        font-size: 12px;
        padding: 0 6px;
        text-align: center;
    }

.register-step .tabs-menu1 li.active:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 44px;
    left: calc(50% - 13px); /* (width / 2) - (width of triangle / 2) */
    border: solid;
    display: block;
    border-width: 13px 13px 0 13px;
    border-color: #7ccb45 transparent transparent transparent;
}

ul.tabs-menu1 li > a:nth-child(3) {
    position: relative;
    left: 0;
    text-align: center;
}

:focus {
    outline: none !important;
}

.register-step .signup-tabs li.active a {
    color: #FFF;
}

.register-step .signup-tabs li.visited-tab a {
    color: #FFF;
}

div.signup-tabs {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

section.cards .tabs-menu1 {
    width: 310px;
    margin: 0 auto;
}


.ageRange .day-selector {
    padding: 0 30px;
    margin-top: 42px;
}


.ageRange .month-selector {
    flex-basis: 100%;
    padding: 0 30px;
    margin-top: 42px;
}

.ageRange .fa.fa-chevron-down {
    right: 50px;
}

p.SelectMore {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
    /*font-style: italic;*/
}

.upload_profilePics p {
    position: relative;
    margin: 0;
}

.tab-content.uploadProfile input {
    width: 290px;
    border: none;
}

.CreateNew {
    background: none repeat scroll 0 0 #ffffff;
    margin-top: -14px;
    padding: 0 30px 5px;
}

    .CreateNew.UploadPhoto {
        width: 100%;
        margin: 0;
        margin-top: 20px;
        padding: 0;
    }

        /*
.UploadPhoto TABLE.AjaxUploaderProgressTable TR TD DIV SPAN {
    left: auto !important;
    right: 0;
    z-index: 1;
}

.UploadPhoto .AjaxUploaderProgressBar {
    width: 310px;
    padding: 0;
    margin-top: 27px;
}
        */

        .CreateNew.UploadPhoto table.uploaderprogresstable {
            margin: 0 auto !important;
        }

            .CreateNew.UploadPhoto table.uploaderprogresstable td {
                text-align: center;
            }

div.uploaderprogressinfotext {
    font-family: 'Roboto', "Helvetica Neue", Helvetica !important;
}

p.Profile-user {
    font-size: 14px;
}

span.Rangedivider {
    position: absolute;
    top: 28vh;
    display: table-cell;
    left: 74%;
    margin-top: -4px;
}

.row.birthdate.ageRange h4 {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
}

.upload_profilePics .confirm_upload {
    width: 254px;
    margin: 0 auto;
}

.upload_profilePics p.do_it a {
    color: #FFF;
}


.reg_completed div.personalProfile_pic a {
    color: #FFF;
}

.lifestyle-section .des_type {
    line-height: 12px;
}

.appearance ul.tabs-menu1 {
    width: 100%;
}

.interest ul.row.grid .des_type {
    padding: 5px;
}

.cards.MainReg_container.interest .content {
    margin: 0 auto;
}


.interest ul.row.grid {
    margin: 0 auto;
    list-style: none;
    width: 88%;
    justify-content: initial;
}

.content.tab-content.active .grid.lifestyle-section {
    width: 525px;
}

    .content.tab-content.active .grid.lifestyle-section.tab2-Class {
        width: 640px;
    }

        .content.tab-content.active .grid.lifestyle-section.tab2-Class.intimateCouple {
            width: 640px;
        }

    .content.tab-content.active .grid.lifestyle-section.tab3-Class {
        width: 630px;
    }

.singup_tabs_2 a {
    color: #7ccb45;
}

.signup-tabs p {
    padding: 0 10px;
}

ul.row.grid.lifestyle-section.tab2-Class {
    justify-content: center;
}

.welcomeMeg {
    padding-top: 10px;
}

.register-step.Introduce_yourself textarea {
    border: none;
    height: 240px;
    width: 85%;
    margin: 10px auto 0 auto;
}

.Login_signup .Reg.mafooter {
    padding: 0;
    text-align: center;
    position: inherit;
}

@media screen and (max-width: 600px) {

    .Login_signup footer.Reg.mafooter p {
        width: 79%;
        /* float: right; */
        margin: 0 auto;
    }
}

Div.no_location {
    padding-left: 24px;
    padding-top: 7px;
}

.form_title input {
    border: none;
    padding: 10px;
    width: 85%;
    margin-bottom: 13px;
    margin-left: 4px;
}

.AjaxUploaderProgressInfoText {
    display: none;
}

table.AjaxUploaderProgressTable Div {
    width: 290px !important;
    height: 14px !important;
    padding: 2px;
    z-index: 1000;
}

.UploadPhoto TABLE.AjaxUploaderProgressTable TR TD DIV DIV:first-child {
    z-index: 0;
    background-color: #7ccb45 !important;
    background-image: none !important;
}

table.AjaxUploaderProgressTable {
    width: 290px !important;
    display: block;
    padding-left: 14px;
    margin-bottom: 10px !important;
}


div.chooseHeight select {
    font-size: 14px;
    text-indent: 40px;
}

    div.chooseHeight select option {
        font-size: 14px;
        line-height: 20px;
    }

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    display: none;
}

/*---------- Popup Dialog -----------------------------------------------------------*/
div#dialogFrame {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 10;
}

    div#dialogFrame div#framedDialog {
        width: 270px;
        margin: 0 auto;
        background: white;
        border-radius: 5px;
        padding: 20px;
        box-sizing: border-box;
        position: relative;
        top: 100px;
    }


        div#dialogFrame div#framedDialog h4 {
            margin: 0;
            text-align: center;
            margin-bottom: 30px;
        }

        div#dialogFrame div#framedDialog .framedDialogContent {
            margin-bottom: 30px;
        }

        div#dialogFrame div#framedDialog .buttons a.greenButton {
            background: #7ccb45;
            color: #fff;
            padding: 10px;
            width: 150px;
            display: block;
            text-align: center;
        }

        div#dialogFrame div#framedDialog .buttons.single a.greenButton {
            margin: 0 auto;
        }

/*---------- End Popup Dialog -----------------------------------------------------------*/

.currentLocation {
    margin-top: 30px;
}

    .currentLocation .form-wrapper.noThanks {
        padding-top: 10px;
    }

        .currentLocation .form-wrapper.noThanks a {
            text-decoration: underline;
            font-size: 14px;
        }

.signupFlip .signup_Landing {
    margin-top: 30px;
}

    .signupFlip .signup_Landing .locationStatment p {
        font-size: 18px;
    }

.joinEmail .joinFacebook {
    display: none;
}

/*------ Mobiscroll -------------------------------------------------------------------------*/
.ageSlider h4 {
    text-align: center;
    margin-top: 30px;
}

.ageSlider div.mbsc-comp {
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
}

    .ageSlider div.mbsc-comp .mbsc-mobiscroll {
        background-color: white;
    }

        .ageSlider div.mbsc-comp .mbsc-mobiscroll .mbsc-slider-tooltip {
            background-color: #7aca44;
        }

        .ageSlider div.mbsc-comp .mbsc-mobiscroll .mbsc-progress-bar {
            background-color: #7aca44;
        }

        .ageSlider div.mbsc-comp .mbsc-mobiscroll .mbsc-slider-handle {
            background-color: #7aca44;
        }

.mbsc-mobiscroll .mbsc-sc-whl-l {
    border-top-color: #7aca44;
    border-bottom-color: #7aca44;
}

.mbsc-mobiscroll .mbsc-fr-btn {
    color: #999;
}

.mbsc-mobiscroll .mbsc-fr-btn0.mbsc-fr-btn-e.mbsc-fr-btn {
    color: #7aca44;
    content: "Done";
    font-weight: bold;
}
/*------------------------------------------------------------------------------------------*/

.mafooter .termsprivacy {
    width: 85%;
    margin: 0 auto;
    display: none;
    margin-top: 20px;
    margin-bottom: 40px;
}

    .mafooter .termsprivacy h2 {
        margin: 20px 0;
    }

    .mafooter .termsprivacy h3 {
        margin: 10px 0;
    }

    .mafooter .termsprivacy .termsBody {
        font-size: 12px;
        text-align: justify;
    }

        .mafooter .termsprivacy .termsBody ol, .mafooter .termsprivacy .termsBody ul {
            padding: 10px;
        }

.doItLater {
    text-align: center;
    margin-top: 30px;
}
