.pilot_h {
    display: inline
}

* {
    padding: 0;
    margin: 0
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    background: #f7f6f0
}

a {
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

a:hover {
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

h1 {
    padding: 0;
    margin: 0;
    font-size: 2rem
}

h2 {
    padding: 0;
    margin: 0;
    font-size: 30px;
    font-weight: bold
}

h3 {
    padding: 0;
    margin: 0;
    color: #dc2e29;
    font-size: 22px;
    font-weight: bold
}

h4 {
    padding: 0;
    margin: 0;
    color: #dc2e29;
    font-size: 22px;
    font-weight: bold
}

.hide_password {
    position: absolute;
    top: 1.2rem;
    right: .7rem;
    background-repeat: no-repeat;
    width: 20px;
    height: 12px
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.rel {
    position: relative;
    overflow: hidden
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.justify {
    text-align: justify
}

.hidden {
    display: none
}

.container {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width: 33.75em) {
    .container {
        width: 80%
    }
}

@media only screen and (min-width: 73em) {
    .container {
        width: 100%;
        max-width: 73rem
    }
}

.row {
    position: relative;
    width: 100%
}

.row [class^=col] {
    float: left;
    margin: 0 2%
}

.row::after {
    content: "";
    display: table;
    clear: both
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    width: 96%
}

@media only screen and (min-width: 45em) {
    .col-1 {
        width: 4.3333333333%
    }

    .col-2 {
        width: 12.6666666667%
    }

    .col-3 {
        width: 21%
    }

    .col-4 {
        width: 29.3333333333%
    }

    .col-5 {
        width: 37.6666666667%
    }

    .col-6 {
        width: 46%
    }

    .col-7 {
        width: 54.3333333333%
    }

    .col-8 {
        width: 62.6666666667%
    }

    .col-9 {
        width: 71%
    }

    .col-10 {
        width: 79.3333333333%
    }

    .col-11 {
        width: 87.6666666667%
    }

    .col-12 {
        width: 96%
    }
}

ul {
    display: table-cell;
    vertical-align: middle;
    list-style: none
}

.txt {
    width: 485px;
    line-height: 30px;
    float: left
}

.txt h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 25px;
    color: #3a3434
}

.txt strong {
    color: #818181;
    font-weight: bold
}

.profiles {
    background: #fdfdfa;
    padding: 35px 0
}

.profiles strong {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #3a3434
}

.articles {
    padding: 90px 0 45px 0;
    background: #fdfdfa;
    position: relative
}

.articles .article h3 {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #000
}

.links {
    padding: 30px 0;
    background: #fdfdfa
}

.links h4 {
    color: #3a3434
}

.form {
    float: left;
    background: #f7f6f0;
    width: 540px;
    margin: 40px;
    padding: 24px 18px 0;
    clear: left;
    display: block;
}

.form h1 {
    color: #3a3434;
    font-size: 40px;
    line-height: 44px;
    font-weight: 800;
    text-align: center;
    margin: 0 5px;
    word-wrap: break-word
}

.wrap {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden
}

.top {
    background: #000;
    height: 104px;
    width: 100%
}

.top .wrap {
    overflow: visible
}

.logo {
    float: left;
    display: flex;
    height: 104px;
    align-items: center
}
.logo img {
    height: 90px;
}

.buttons {
    float: right;
    margin: 30px;
    vertical-align: top;
}

a.search {
    float: left;
    display: block;
    height: 35px;
    width: 35px;
    margin: 35px 0 0 10px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat
}

a.search:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.login {
    float: left;
    display: block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: #af8424;
    margin: 35px 0 0 10px;
    padding: 0 15px;
    border-radius: 3px
}

.login:hover {
    background: #7e5c10
}

.join {
    float: left;
    display: block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: #7e5c10;
    margin: 35px 0 0 10px;
    padding: 0 15px;
    border-radius: 3px
}

.join:hover {
    background: #af8424
}

.menu {
    display: table;
    height: 104px
}

.menu ul {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 40px;
    list-style: none
}

.menu li {
    float: left
}

.menu li a {
    padding: 0 12px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    font-weight: 600
}

.menu li a:hover {
    color: #ff7e8a
}

.header {
    height: 575px;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .header {
        position: relative;
        overflow: hidden;
        background-size: auto 100%
    }
}

@media screen and (min-width: 651px) {
    .header {
        height: auto;
    }
}

p.sub {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #3a3a3a;
    padding: 10px 5px
}

.form_steps {
    background: #f7f6f0;
    width: 100%;
    border-radius: 0 0 3px 3px;
    padding-bottom: 20px
}

.step_no {
    color: #dcd8c0;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    padding: 13px 0 12px 0
}

.step_no span {
    display: inline-block;
    width: 35px;
    text-align: center
}

.step_no span.active {
    border: 5px solid #aaa066;
    color: #aaa066;
    border-radius: 25px
}

div.step {
    display: none;
    margin: 0 25px
}

.step.active {
    display: block
}

.buttlike {
    display: block;
    background: #dc2e29;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-top: 15px
}

.buttlike:hover {
    background: #a31d1c
}

.label {
    float: left;
    width: 80px;
    font-size: 18px;
    color: #3b3939;
    height: 50px;
    line-height: 21px;
    display: flex !important;
    align-items: center
}

.input {
    float: right;
    width: 270px
}

.input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 50px;
    line-height: 50px;
    padding: 0 45px 0 15px;
    width: 100%;
    border: 1px solid #d0cfc9;
    border-radius: 3px;
    color: #615e5e;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: center right
}

.input select:focus {
    outline: none
}

.input select::-ms-expand {
    display: none
}

.input.full {
    width: 100%
}

.inp {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 15px;
    border: 1px solid #d0cfc9;
    border-radius: 3px;
    color: #615e5e;
    font-size: 16px
}

.step .terms {
    font-size: 13px;
    line-height: 17px;
    margin-top: 5px;
    clear: both
}

.step .terms > div {
    margin-bottom: 10px
}

.step input[type=checkbox] {
    margin: 0 5px 0 0
}

.butt, .facebook .connect_wide {
    display: block;
    background: #cc1718;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-top: 10px;
    border: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    outline: 0
}

.butt:hover, .facebook .connect_wide:hover {
    background: #931515;
    cursor: pointer
}

.butt.signup {
    text-transform: uppercase
}

.facebook .connect_wide {
    background: #4468b0
}

.facebook .connect_wide:hover {
    background: #385997
}

.facebook .connect_intro {
    display: block;
    margin-top: 15px;
    text-align: center;
    font-size: 15px
}

.apple:focus {
    outline: none
}

.apple .apple_id_login_container {
    width: 100%;
    display: inline-block;
    padding-top: 0px;
    margin-top: 15px;
    vertical-align: top
}

.apple .apple_id_login_container:focus {
    outline: none
}

.apple .apple_id_login_container .apple-signin-button {
    width: 100%;
    height: 50px;
    display: flex;
    font-size: 11px;
    cursor: pointer
}

.apple .apple_id_login_container .apple-signin-button:focus {
    outline: none
}

.apple .apple_id_login_container .apple-signin-button > div {
    min-width: 100% !important;
    width: 100% !important
}

.call {
    width: 400px;
    color: #fff;
    float: right;
    margin: 370px 110px 0 0;
    text-align: center
}

.call h2 {
    display: block;
    font-size: 30px;
    line-height: 32px;
    font-weight: 800;
    padding-bottom: 10px
}

.profile_holder {
    overflow: hidden;
    padding-top: 20px;
    margin: 0 auto
}

.index .profile {
    width: 100px;
    float: left;
    margin-left: 33px;
    margin-bottom: 30px
}

.index .profile a {
    display: block;
    color: #3a3434;
    border: 1px solid #3a3434;
    border-radius: 3px;
    line-height: 28px;
    text-align: center;
    margin-top: 7px;
    font-size: 14px
}

.index .profile a:hover {
    background: #3a3434;
    color: #fff
}

.index .profile .popup_join_link:hover {
    cursor: pointer
}

.index .profile span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #58677a;
    padding: 0 0 5px 0
}

.singles .header {
    background-image: none
}

.singles .profiles .list {
    display: flex;
    flex-wrap: wrap
}

.singles .profiles .profile {
    width: 48%;
    margin: 20px 1% 10px 1%;
    float: right;
    background: #f7f6f0;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 17px
}

.singles .profiles .profile:first-child {
    float: left
}

.singles .profiles .profile strong {
    display: inline;
    font-weight: bold;
    font-size: inherit
}

.singles .profiles .profile span {
    color: #3a3434;
    font-size: 18px;
    display: block;
    text-align: left;
    padding: 0 0 15px 0
}

.singles .profiles .profile a {
    color: #3a3434
}

.singles .profiles .profile a.button {
    display: block;
    border: 1px solid #3a3434;
    border-radius: 3px;
    line-height: 38px;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    float: left;
    width: 100%
}

.singles .profiles .profile a.button:hover {
    background: #3a3434;
    color: #fff
}

.singles .profiles .user {
    display: flex;
    width: 100%
}

.singles .profiles .user .user_pic {
    flex: 0 0 120px
}

.singles .profiles .user .user_txt {
    flex: 1
}

.singles .call {
    width: 670px;
    color: #fff;
    float: right;
    margin: 70px 0 0 0;
    font-size: 18px;
    line-height: 30px;
    text-align: center
}

.singles .call img {
    border-radius: 3px 3px 0 0;
    width: 100%;
    height: auto
}

.singles .call_step {
    position: relative;
    width: 100%;
    display: none;
    overflow: hidden
}

.singles .call_step.active {
    display: block;
    width: 670px;
    height: 425px;
    border-radius: 5px
}

.singles .call_step.active .img {
    background-image: url(/files/intro.jpg);
    background-position: top center;
    background-size: cover;
    width: 670px;
    height: 100%
}

.singles .call_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #3a3434;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0 0 3px 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.user {
    position: relative
}

.status {
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    right: -10px
}

.status.offline {
}

.status.online {
}

.content {
    padding: 75px 0 90px;
    background: #f7f6f0
}

.icons {
    float: right;
    width: 600px
}

.icon {
    float: left;
    width: 200px;
    padding: 80px 50px 30px 50px;
    margin: 0 0 30px 0;
    text-align: center;
    color: #58677a;
    background-repeat: no-repeat;
    background-position: center top
}

.icon:nth-child(1) {
}

.icon:nth-child(2) {
}

.icon:nth-child(3) {
}

.icon:nth-child(4) {
}

.icon h3 {
    padding: 20px 0 5px 0
}

.article {
    float: left;
    width: 430px;
    margin: 0 77px
}

.article a {
    display: inline-block;
    padding: 0 15px;
    background: #dc2e29;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 34px;
    border-radius: 3px;
    margin-top: 20px
}

.article a:hover {
    background: #a31d1c
}

.article .article_image {
    width: 430px;
    height: 160px;
    margin: 20px 0;
    background-repeat: no-repeat;
    background-size: 100%
}

.article strong {
    font-weight: bold;
    color: #000
}

.columns {
    overflow: hidden;
    width: 100%;
    padding-top: 30px
}

.col5 {
    float: left;
    width: 19%;
    margin: 0 1% 0 0
}

.col5 a {
    line-height: 30px;
    display: block;
    color: #5c5c5c;
    font-size: 14px
}

.col5 a:hover {
    color: #000
}

.col5 .pane {
    padding-bottom: 20px
}

.col4 {
    float: left;
    width: 24%;
    margin: 0 1% 0 0
}

.col4 a {
    line-height: 30px;
    display: block;
    color: #5c5c5c;
    font-size: 14px
}

.col4 a:hover {
    color: #000
}

.footer {
    padding: 50px 0;
    background: #f7f6f0;
    color: #5d5d5d
}

.footer a {
    color: #5d5d5d
}

.footer a:hover {
    color: #000
}

.footer .wrap {
    width: 690px;
    text-align: center
}

.footer .fmenu {
    width: 100%;
    color: #000;
    font-weight: bold;
    padding: 30px 0
}

.footer .fmenu a {
    color: #000
}

.footer .langs {
    margin-top: 15px
}

.footer .langs ul {
    list-style-type: none
}

.footer .langs ul li {
    display: inline;
    text-transform: uppercase
}

.footer .langs ul li:after {
    content: " |"
}

.footer .langs ul li:first-child:after, .footer .langs ul li:last-child:after {
    content: ""
}

.fmenu a:hover {
    color: #666
}

#social_icons {
    padding: 20px 0
}

#social_icons a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat
}

#social_icons a:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

#social_icons .twitter {
    background-size: 30px 30px;
    background-position: 1px
}

#social_icons .facebook {
}

#social_icons .instagram {
    background-size: 28px 28px;
    background-position: 2px
}

#social_icons .tumblr {
    background-size: 28px 28px;
    background-position: 2px
}

#social_icons .gplus {
    background-size: 28px 28px;
    background-position: 2px
}

#social_icons .youtube {
    background-size: 28px 28px;
    background-position: 2px
}

#social_icons .pinterest {
    background-size: 28px 28px;
    background-position: 2px
}

span.small {
    font-size: 11px
}

.top .langs {
    float: right;
    margin: 37px 0 0 10px;
    text-align: center;
    font-size: 18px;
    line-height: 24px
}

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

.top .langs ul li ul {
    position: absolute;
    z-index: 34;
    top: 0px;
    left: 0px;
    background: #fff;
    border: 1px solid #d4d4d4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    display: none;
    visibility: hidden
}

.top .langs ul li li {
    background-image: none;
    border-bottom: 1px solid #eee
}

.top .langs li {
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 3px 7px;
    text-align: center;
    width: 28px;
    position: relative;
    color: #fff;
    text-transform: uppercase
}

.top .langs li:hover ul {
    display: block;
    visibility: visible
}

.top .langs a {
    color: #001e3c;
    display: block
}

.popup.hide {
    display: none
}

.popup {
    width: 480px;
    background: #fff;
    color: #141c3d;
    line-height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 3px;
    margin: -280px 0 0 -220px;
    padding: 40px 0 30px 0
}

.popup h2 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 800;
    text-align: center;
    color: #3a3434;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    line-height: 32px;
    text-transform: none;
    margin: 0 15px 20px 15px
}

.popup .slides {
    height: 350px;
    width: 100%;
    padding-top: 50px
}

.popup .slides p {
    color: #464646;
    margin: 0 20px 20px 20px;
    text-align: center
}

.popup .slide {
    padding-top: 0
}

.popup .member form .inp {
    margin-top: 15px
}

.popup .member form .inp:first-child {
    margin-top: 0
}

.popup .member form .inp:focus {
    outline: none
}

a.already {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #aaa066;
    font-weight: bold;
    text-decoration: underline;
    position: absolute;
    top: 10px;
    left: 0
}

a.close {
    position: absolute;
    z-index: 10001;
    display: block;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15.5C12.1421 15.5 15.5 12.1421 15.5 8C15.5 3.85786 12.1421 0.5 8 0.5C3.85786 0.5 0.5 3.85786 0.5 8C0.5 12.1421 3.85786 15.5 8 15.5Z' fill='white'/%3E%3Cpath d='M8 16C3.59 16 0 12.41 0 8C0 3.59 3.59 0 8 0C12.41 0 16 3.59 16 8C16 12.41 12.41 16 8 16ZM8 1C4.14 1 1 4.14 1 8C1 11.86 4.14 15 8 15C11.86 15 15 11.86 15 8C15 4.14 11.86 1 8 1Z' fill='black'/%3E%3Cpath d='M9.05994 8L11.5299 5.53C11.8199 5.24 11.8199 4.76 11.5299 4.47C11.2399 4.18 10.7599 4.18 10.4699 4.47L7.99994 6.94L5.52994 4.47C5.23994 4.18 4.75994 4.18 4.46994 4.47C4.17994 4.76 4.17994 5.24 4.46994 5.53L6.93994 8L4.46994 10.47C4.17994 10.76 4.17994 11.24 4.46994 11.53C4.61994 11.68 4.80994 11.75 4.99994 11.75C5.18994 11.75 5.37994 11.68 5.52994 11.53L7.99994 9.06L10.4699 11.53C10.6199 11.68 10.8099 11.75 10.9999 11.75C11.1899 11.75 11.3799 11.68 11.5299 11.53C11.8199 11.24 11.8199 10.76 11.5299 10.47L9.05994 8Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.error {
    font-size: 12px;
    color: #a31d1d;
    display: block;
    width: 100%
}

.member {
    padding: 20px 50px 30px 50px;
    text-align: center
}

.member a.buttlike {
    width: 100%;
    background: #3b5999;
    padding: 0;
    margin: 10px auto 10px auto;
    color: #fff
}

.member a.buttlike:hover {
    background: #30487c;
    color: #fff
}

.member .butt {
    width: 100%;
    background: #737373;
    margin: 10px auto 20px auto
}

.member .butt:hover {
    background: #5b5a5a
}

.member a {
    color: #464646
}

.member a:hover {
    color: #333
}

.field-error {
    padding-top: 5px;
    color: red;
    font-size: 15px
}

.testimonial {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.testimonial img {
    width: 100%;
}

.testimonial_text {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    padding: 0 2%;
}

@media screen and (max-width: 500px) {
    .simplemodal-container {
        width: 92% !important;
        left: 3% !important;
        margin: 0 !important;
        top: 10px !important;
        height: auto !important
    }

    .popup {
        width: 100%;
        left: 0;
        margin: 0;
        top: 0
    }

    .popup .label {
        width: 100%
    }

    .popup .input {
        width: 100%
    }

    .popup .form h2 {
        padding: 0 15px
    }

    p.sub {
        font-size: 16px
    }

    .overlay1 {
        position: fixed
    }

    .wrap {
        width: 90%;
        margin: 0 5%
    }

    .top {
        text-align: center;
        height: auto
    }

    .logo {
        float: none
    }

    .menu {
        width: 100%;
        float: none
    }

    .menu li a {
        padding: 0 6px
    }

    .form h1 {
        font-size: 30px;
        line-height: 34px
    }

    div.step {
        margin: 0 15px
    }

    .profiles {
        padding: 35px 0 0 0
    }

    .profiles strong {
        font-size: 24px
    }

    .txt h3 {
        font-size: 28px;
        line-height: 32px
    }

    .articles .article h3 {
        font-size: 22px
    }

    .singles .call_step.active {
        height: 400px;
        width: 100%
    }

    .singles .call_step.active .img {
        height: 250px;
        width: 100%
    }

    .col5 {
        width: 48%;
        margin: 0 2% 0 0
    }
}

@media screen and (min-width: 1200px) {
    .index .profile:first-child {
        margin-left: 0
    }
}

@media screen and (max-width: 1199px) {
    .index .profile {
        float: none;
        display: inline-block;
        margin: 0 30px 30px 30px
    }

    .index .profiles {
        text-align: center
    }

    .index .profile_holder {
        width: 600px;
        margin: 0 auto
    }
}

@media screen and (max-width: 650px) {
    .index .profile {
        margin: 0 15px 30px 15px
    }

    .index .profile_holder {
        width: 400px;
        margin: 0 auto
    }
}

@media screen and (max-width: 450px) {
    .index .profile_holder {
        width: 100%
    }

    .index .profile:nth-child(9) {
        display: none
    }
}

@media screen and (max-width: 1169px) {
    .testimonial {
        width: 100%;
        display: block;
        margin: 0 0;
    }

    .testimonial img {
        width: 100%;
    }

    .testimonial_text {
        width: 100%;
        display: block;
        padding: 30px 0;
    }
}

@media screen and (min-width: 960px)and (max-width: 1169px) {
    .wrap {
        width: 960px;
        padding: 0
    }

    .form {
        width: 400px
    }

    .form h1 {
        font-size: 40px;
        line-height: 44px
    }

    .input {
        width: 260px
    }

    .label {
        width: 70px
    }

    .step {
        margin: 0 30px !important
    }

    .call {
        margin: 370px 20px 0 0;
        width: 520px;
        font-size: 17px
    }

    .profile {
        margin-left: 15px;
        width: 93px
    }

    .profile .user img {
        width: 100%;
        height: auto
    }

    .icons {
        width: 520px
    }

    .icon {
        padding: 80px 30px 30px 30px
    }

    .txt {
        width: 430px
    }

    .article {
        margin: 0 25px;
        width: 430px
    }

    .menu {
        margin-right: 10px
    }

    .menu li a {
        padding: 0 6px
    }

    .singles .call {
        margin: 70px 0 0 0;
        width: 520px;
        font-size: 17px;
        height: 421px
    }

    .singles .call_step.active {
        height: 415px;
        width: 520px
    }

    .singles .call_step.active .img {
        height: 270px;
        width: 520px
    }

    .singles .profiles .call_txt {
        border-radius: 0 0 3px 3px
    }

    .singles .profiles .user_txt {
        width: 300px
    }

    .col5 {
        width: 32%;
        margin: 0 1.3333% 0 0
    }
}

@media screen and (max-width: 959px) {
    .buttons {
        text-align: center;
        float: none;
        height: initial;
        display: inline-block;
        margin: 20px auto;
        background-position: center center;
        width: 280px;
    }

    .buttons a {
        margin-bottom: 5px
    }

    .wrap {
        width: 90%;
        margin: 0 5%
    }

    .top {
        text-align: center;
        height: auto
    }

    .logo {
        float: none;
        height: initial;
        display: inline-block;
        margin: 20px auto;
        background-position: center center
    }

    .logo img {
        max-height: 55px;
        width: auto;
        max-width: 260px
    }

    .menu {
        width: 100%;
        height: auto;
        float: none;
        padding: 20px 0
    }

    .menu li {
        height: 20px;
        float: none;
        display: inline-block
    }

    .menu li a {
        line-height: 20px
    }

    a.search {
        float: none;
        display: inline-block;
        margin-top: 0;
        display: none
    }

    a.login {
        float: none;
        display: inline-block;
        margin-top: 0
    }

    a.join {
        float: none;
        display: inline-block;
        margin-top: 0
    }

    .top .langs {
        float: none;
        display: inline-block;
        margin-top: 0;
        position: absolute;
        top: 10px;
        right: 5%
    }

    .header {
        background-size: auto 200px;
        background-position: center top;
        height: auto;
        background-image: none
    }

    .form {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        height: auto;
        max-width: 440px;
        float: none
    }

    .form h2 {
        padding: 0 15px
    }

    .label {
        width: 100%
    }

    .input {
        width: 100%
    }

    .singles .profile_holder {
        width: 570px;
        margin: 0 auto
    }

    .singles .profiles .profile {
        float: none;
        display: inline-block;
        width: 100%
    }

    .singles .profiles .profile:first-child {
        float: none;
        display: inline-block
    }

    .singles .call {
        margin: 30px 0 0 0;
        width: 100%;
        padding-bottom: 30px;
        padding-top: 20px;
        background-image: none
    }

    .singles .call_step.active {
        margin: auto;
        height: 500px;
        width: 100%
    }

    .singles .call_step.active .img {
        height: 100%;
        width: 100%
    }

    .txt {
        width: 100%;
        float: none
    }

    .icons {
        width: 100%;
        text-align: center;
        padding-top: 50px;
        max-width: 600px;
        margin: 0 auto;
        float: none
    }

    .icon {
        float: none;
        display: inline-block;
        padding: 80px 25px 25px 25px
    }

    .article {
        width: 100%;
        margin: 0 0 30px 0
    }

    .article .article_image {
        width: 100%
    }

    .article a {
        margin: 20px auto 0 auto;
        display: block;
        width: 210px;
        text-align: center
    }

    .footer {
        border-top: 5px solid #f7f6f0;
        padding: 25px 0
    }

    .footer .wrap {
        width: 90%
    }

    .footer .fmenu {
        padding: 15px 0
    }

    .content {
        padding: 35px 0 10px
    }

    .articles {
        padding: 50px 0 15px 0
    }

    .col5 {
        width: 32%;
        margin: 0 1.3333% 0 0
    }
}

@media screen and (max-width: 380px) {
    .logo img {
        max-width: 200px
    }
}

@media screen and (max-width: 650px) {
    .singles .call_step.active {
        height: 500px;
        width: 100%
    }

    .singles .call_step.active .img {
        height: 350px;
        width: 100%
    }

    .singles .profile_holder {
        width: 100%
    }

    .singles .profiles {
        padding: 35px 0 0 0
    }

    .singles .profiles strong {
        font-size: 24px
    }

    .singles .profiles .txt h3 {
        font-size: 28px;
        line-height: 32px
    }

    .singles .profiles .articles .article h3 {
        font-size: 22px
    }

    .singles .profiles .user_txt {
        width: 100%;
        padding: 0 0 0 120px;
        -webkit-box-sizing: border-box;
        text-align: left;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .singles .profiles .user_pic {
        position: absolute;
        top: 0px;
        left: 0px
    }

    .singles .profiles .call_txt {
        position: static;
        float: left
    }

    .singles .profiles .call img {
        float: left
    }

    .col5 {
        width: 51%;
        margin: 0 2% 0 0
    }
}

@media screen and (max-width: 350px) {
    .singles .call_step.active {
        height: 440px;
        width: 100%
    }

    .singles .call_step.active .img {
        height: 200px;
        width: 100%
    }
}

input.loader {
    background-size: 20px 20px;
    background-position: right 5px center;
    background-repeat: no-repeat
}

.coregistration_external_html {
    font-size: 13px;
    line-height: 17px
}

.main {
    margin: 3rem 0;
}



.main p, .main ul li, .main ol li {
    line-height: 165%
}

.main a {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.main a:hover {
    border-color: rgba(0, 0, 0, .3)
}

.main ol li {
    list-style-position: inside
}

.page.contact .error {
    font-size: 1em;
    font-weight: 600;
    color: red
}

.page.contact .main, .page.help .main, .page.privacypolicy .main, .page.termsofservice .main {
    padding: 4em 6%;
    background-color: hsla(0, 0%, 100%, .7)
}

.page.contact .main table, .page.help .main table, .page.privacypolicy .main table, .page.termsofservice .main table {
    border-collapse: collapse
}

.page.contact .main table tr, .page.help .main table tr, .page.privacypolicy .main table tr, .page.termsofservice .main table tr {
    border-top: 1px solid #ccc
}

.page.contact .main table td, .page.help .main table td, .page.privacypolicy .main table td, .page.termsofservice .main table td {
    padding: 10px 5px;
    vertical-align: top
}

.page.contact .main input[type=submit], .page.help .main input[type=submit], .page.privacypolicy .main input[type=submit], .page.termsofservice .main input[type=submit] {
    background: #dc2e29;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    font-size: 1em;
    font-weight: 600;
    padding: 0 2em;
    border: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    outline: 0;
    text-transform: capitalize;
    -webkit-appearance: none
}

.page.contact .main input[type=submit]:hover, .page.help .main input[type=submit]:hover, .page.privacypolicy .main input[type=submit]:hover, .page.termsofservice .main input[type=submit]:hover {
    background: #a31d1c;
    cursor: pointer
}

.page.contact .main input[type=text], .page.contact .main input[type=email], .page.contact .main select, .page.contact .main textarea, .page.help .main input[type=text], .page.help .main input[type=email], .page.help .main select, .page.help .main textarea, .page.privacypolicy .main input[type=text], .page.privacypolicy .main input[type=email], .page.privacypolicy .main select, .page.privacypolicy .main textarea, .page.termsofservice .main input[type=text], .page.termsofservice .main input[type=email], .page.termsofservice .main select, .page.termsofservice .main textarea {
    width: 100%;
    font-size: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding: 0 0 0 15px;
    line-height: normal;
    border: 1px solid #d0cfc9;
    border-radius: 3px;
    color: #615e5e;
    margin-bottom: 1em;
    -webkit-appearance: none
}

.page.contact .main textarea, .page.help .main textarea, .page.privacypolicy .main textarea, .page.termsofservice .main textarea {
    height: 10em
}

.page.contact .main .search, .page.help .main .search, .page.privacypolicy .main .search, .page.termsofservice .main .search {
    margin: 2em auto
}

.page.contact .main .search input[type=submit], .page.help .main .search input[type=submit], .page.privacypolicy .main .search input[type=submit], .page.termsofservice .main .search input[type=submit] {
    float: right;
    margin-left: 1em
}

.page.contact .main .search span, .page.help .main .search span, .page.privacypolicy .main .search span, .page.termsofservice .main .search span {
    display: block;
    overflow: hidden
}

.page.contact .main h3, .page.help .main h3, .page.privacypolicy .main h3, .page.termsofservice .main h3 {
    margin: 1rem 0
}

.page.contact .main a, .page.help .main a, .page.privacypolicy .main a, .page.termsofservice .main a {
    font-weight: 600;
    color: rgba(0, 0, 0, .7)
}

.page.contact .main a:hover, .page.help .main a:hover, .page.privacypolicy .main a:hover, .page.termsofservice .main a:hover {
    color: #000
}

.page.contact .main ul li, .page.help .main ul li, .page.privacypolicy .main ul li, .page.termsofservice .main ul li {
    padding-bottom: .3rem
}

.page.contact .main ul li:before, .page.help .main ul li:before, .page.privacypolicy .main ul li:before, .page.termsofservice .main ul li:before {
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid rgba(0, 0, 0, .5);
    border-width: 0 .1em .1em 0;
    display: inline-block;
    padding: .15em;
    margin-right: .5em;
    margin-bottom: .1em
}

.page.contact .main ul li blockquote, .page.help .main ul li blockquote, .page.privacypolicy .main ul li blockquote, .page.termsofservice .main ul li blockquote {
    margin: .2em auto .2em 1em;
    padding: 10px;
    background-color: rgba(0, 0, 0, .025)
}

@media only screen and (min-width: 33.75em) {
    .page.contact .main, .page.help .main, .page.privacypolicy .main, .page.termsofservice .main {
        padding: 4em 12%
    }
}

@media only screen and (max-width: 33.7em) {
    .page.contact .main h1, .page.help .main h1, .page.privacypolicy .main h1, .page.termsofservice .main h1 {
        font-size: 1.5rem
    }

    .page.contact .main h2, .page.help .main h2, .page.privacypolicy .main h2, .page.termsofservice .main h2 {
        font-size: 1.35rem
    }

    .page.contact .main h3, .page.help .main h3, .page.privacypolicy .main h3, .page.termsofservice .main h3 {
        font-size: 1.2rem
    }
}

#safety_note a {
    color: #5d5d5d
}

.cookie_holder {
    width: 100%;
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box
}

.cookie {
    max-width: 1117px;
    width: 100%;
    margin: 0 auto;
    min-height: 40px;
    text-align: center;
    color: #f8f8f8;
    font-size: 14px;
    line-height: 140%;
    padding: 7px 40px 7px 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width: 500px) {
    .cookie {
        font-size: 14px
    }
}

.cookie a {
    color: #f8f8f8;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-decoration: underline
}

.cookie a.button {
    text-decoration: none;
    display: inline-block;
    background: #9d1a2a;
    border-radius: 5px;
    height: auto;
    padding: 0 15px;
    margin: 0 10px
}

.cookie a.button:hover {
    opacity: .8
}

.cookie a.close:hover {
    opacity: .8
}

.clearfix {
    clear: both
}

.browse_list {
    margin: 20px auto
}

.browse_list h4 {
    text-align: center;
    margin-bottom: 10px
}

.browse_list ul {
    display: block;
    text-align: center;
    margin-bottom: 5px
}

.browse_list ul li {
    display: inline-block
}

.browse_list ul li::after {
    margin: 0 5px;
    content: "|";
    height: 5px !important
}

.browse_list ul li:last-child::after {
    border: 2px solid #000;
    display: none !important
}

.mt-10 {
    margin-top: 10px
}

.tipso_bubble, .tipso_bubble > .tipso_arrow {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tipso_bubble {
    position: absolute;
    text-align: center;
    border-radius: 3px;
    z-index: 10
}

.tipso_title {
    border-radius: 6px 6px 0 0
}

.tipso_content {
    word-wrap: break-word;
    padding: .5em
}

.tipso_bubble.tiny {
    font-size: .6rem
}

.tipso_bubble.small {
    font-size: .8rem
}

.tipso_bubble.default {
    font-size: 1rem
}

.tipso_bubble.large {
    font-size: 1.2rem;
    width: 100%
}

.tipso_bubble > .tipso_arrow {
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid;
    pointer-events: none
}

.tipso_bubble.top > .tipso_arrow {
    border-top-color: #000;
    border-right-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    top: 100%;
    left: 50%;
    margin-left: -8px
}

.tipso_bubble.bottom > .tipso_arrow {
    border-bottom-color: #000;
    border-right-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    bottom: 100%;
    left: 50%;
    margin-left: -8px
}

.tipso_bubble.left > .tipso_arrow {
    border-left-color: #000;
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 100%;
    margin-top: -8px
}

.tipso_bubble.right > .tipso_arrow {
    border-right-color: #000;
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    top: 50%;
    right: 100%;
    margin-top: -8px
}

.tipso_bubble .top_right_corner, .tipso_bubble.top_right_corner {
    border-bottom-left-radius: 0
}

.tipso_bubble .bottom_right_corner, .tipso_bubble.bottom_right_corner {
    border-top-left-radius: 0
}

.tipso_bubble .top_left_corner, .tipso_bubble.top_left_corner {
    border-bottom-right-radius: 0
}

.tipso_bubble .bottom_left_corner, .tipso_bubble.bottom_left_corner {
    border-top-right-radius: 0
}

.index .profile .user_image {
    width: 100px !important
}

#basic-modal-content {
    display: none;
    background-color: #fff
}

#simplemodal-overlay {
    background-color: #000
}

#simplemodal-container {
    background-color: #fff;
    border: none;
    padding: 5px
}

#simplemodal-container .simplemodal-data {
    padding: 0px
}

a.modalCloseImg {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15.5C12.1421 15.5 15.5 12.1421 15.5 8C15.5 3.85786 12.1421 0.5 8 0.5C3.85786 0.5 0.5 3.85786 0.5 8C0.5 12.1421 3.85786 15.5 8 15.5Z' fill='white'/%3E%3Cpath d='M8 16C3.59 16 0 12.41 0 8C0 3.59 3.59 0 8 0C12.41 0 16 3.59 16 8C16 12.41 12.41 16 8 16ZM8 1C4.14 1 1 4.14 1 8C1 11.86 4.14 15 8 15C11.86 15 15 11.86 15 8C15 4.14 11.86 1 8 1Z' fill='black'/%3E%3Cpath d='M9.05994 8L11.5299 5.53C11.8199 5.24 11.8199 4.76 11.5299 4.47C11.2399 4.18 10.7599 4.18 10.4699 4.47L7.99994 6.94L5.52994 4.47C5.23994 4.18 4.75994 4.18 4.46994 4.47C4.17994 4.76 4.17994 5.24 4.46994 5.53L6.93994 8L4.46994 10.47C4.17994 10.76 4.17994 11.24 4.46994 11.53C4.61994 11.68 4.80994 11.75 4.99994 11.75C5.18994 11.75 5.37994 11.68 5.52994 11.53L7.99994 9.06L10.4699 11.53C10.6199 11.68 10.8099 11.75 10.9999 11.75C11.1899 11.75 11.3799 11.68 11.5299 11.53C11.8199 11.24 11.8199 10.76 11.5299 10.47L9.05994 8Z' fill='black'/%3E%3C/svg%3E%0A");
    width: 18px;
    height: 16px;
    width: 16px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 5px;
    right: 7px;
    cursor: pointer;
    margin-top: 1px;
    margin-right: 1px
}


.contact-section {
    width: 100%;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem 1rem;
}

.contact-intro > * + * {
    margin-top: 1rem;
}

.contact-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}

.contact-description {
    color: rgb(107 114 128);
}

.form-group-container {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-label {
    margin-bottom: 0.5rem;
}

.form-input,
.form-textarea {
    padding: 0.5rem;
    border: 1px solid #e5e7eb;
    display: flex;
    height: 2.5rem;
    width: 100%;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.form-input::placeholder,
.form-textarea:focus-visible {
    color: #6b7280;
}

.form-input:focus-visible,
.form-textarea:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

.form-textarea {
    min-height: 120px;
}

.form-submit {
    width: 100%;
    margin-top: 1.2rem;
    background-color: #3124ca;
    color: #fff;
    padding: 13px 5px;
    border-radius: 0.375rem;
}

.main h2, .main h2, .main h3, .main p, .main ul {
    padding-bottom: 1rem;
}

.main li {
    list-style: disc;
    padding-bottom: 0.5rem;
}

.main ul {
    padding-left: 1rem;
}
