@font-face {
    font-family:'Rubik Dirt';
    src: url(/assets/fonts/RubikDirt-Regular.woff2) format('woff2'),
    url(/assets/fonts/RubikDirt-Regular.ttf) format('truetype');
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
@font-face {
    font-family:'Rubik Maze';
    src: url(/assets/fonts/RubikMaze-Regular.woff2) format('woff2'),
    url(/assets/fonts/RubikMaze-Regular.ttf) format('truetype');
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

html,body {
    margin:0;
    padding:0;
    font-family: 'Roboto', sans-serif;
    color:#2e2e2e;
    font-size:14px;
    min-height:100vh;
    background-color:#ffe556;
}
body {
    min-height:100vh;
    position:relative;
    overflow-x:hidden;
}

header {
    height:80px;
}
/*header.header-small {
    height:60px;
}*/
header .header-flexbox {
    height:60px;
    display:flex;
    align-items: center;
}
header .header-flexbox .logo {
    font-family: 'Rubik Dirt', sans-serif;
    align-items: center;
    font-size:40px;
    display:inline-block;
    padding:10px 0;
    font-weight:normal;
    margin-top:25px;
    line-height:34px;
    position:relative;
    z-index:1500;
    color:#2e2e2e;
}
header .header-flexbox .logo .lighter {
    font-family: 'Rubik Maze', sans-serif;
}
header .header-flexbox .logo small {
    font-size:22px;
    font-weight:bold;
    font-family: 'Roboto', sans-serif;
}
header .header-flexbox .logo small span.dot {
    font-size:40px;
    color:#f93c49;
}
@media (max-width:767px) {
    header .header-flexbox .logo:hover small span.rotate {
        display:inline-block;
        transform:rotate(-9deg);
    }
}
@media (min-width:991px) {
    header .header-flexbox .logo:hover small span.rotate {
        display:inline-block;
        transform:rotate(-9deg);
    }
}
header .header-flexbox .logo-holder {
    position:relative;
    z-index:2001;
}
header .header-flexbox .logo:hover {
    text-decoration: none;
}
header .header-flexbox .logo img {
    width:35px;
    height:34px;
    position:relative;
    top:-1px;
    margin-right:5px;
}
header .header-flexbox .logo:hover img {
    transform:rotate(-10deg);
}
@media (max-width:767px) {
    header {
        height:52px;
    }
    header .header-flexbox .logo {
        font-size:30px;
        padding:5px 8px 3px 8px;
        margin-top:3px;
    }
    header .header-flexbox .logo::before {
        top:-8px;
        right:-6px;
    }
    header .header-flexbox .logo img {
        width:20px;
        height:24px;
    }
}
header .header-flexbox .menu {
    flex-grow:1;
    align-items: center;
    text-align:right;
    padding-top:15px;
}
/*header.header-small .header-flexbox .menu {
    padding-top:0;
}*/
header .header-flexbox .menu a {
    display:inline-block;
    margin-left:18px;
    margin-right:18px;
    font-size:14px;
    color:#2e2e2e;
    text-decoration:none;
}
header .header-flexbox .menu a.active,
header .header-flexbox .menu a:hover {
    color:#f93c49;
}
header .header-flexbox .menu a:hover {
    text-decoration:underline;
}
body:not(.page-chat) header .header-flexbox .menu a:last-child {
    margin-right:30px;
}
header .header-flexbox .menu .vinkjes {
    color:#283583;
    display:inline-block;
}
header .header-flexbox .menu .vinkjes span {
    display:inline-block;
    padding-left:26px;
    background-image:url(/assets/images/checkmark_blue.png);
    background-size:20px 15px;
    background-position:left center;
    background-repeat:no-repeat;
    margin-right:30px;
}
header .header-flexbox .menu a.login-link {
    display:inline-block;
    padding-right:23px;
    background-image:url(/assets/images/user-icon.png);
    background-size:10px 12px;
    background-position:right 8px center;
    background-repeat:no-repeat;
    position:relative;
}
header .header-flexbox .menu a.login-link:hover,
header .header-flexbox .menu a.login-link.active {
    background-image:url(/assets/images/user-icon-hover.png);
}

.index-header {
    width:100%;
    height:auto;
    min-height:585px;
    background:linear-gradient(180deg, #a27fe9, #e78bf0);
    position:relative;
    padding-bottom:40px;
}
@media (max-width:767px) {
    .index-header {
        background:#a27fe9;
    }
}
.index-header::before {
    display:block;
    content:" ";
    background:#a18ccc;
    width:100%;
    height:20px;
    transform:rotate(-0.2deg);
    position:absolute;
    bottom:-15px;
    left:0;
    z-index:1000;
}
@media (max-width:767px) {
    .index-header {
        height:auto;
        padding-bottom:30px;
    }
}

.index-header-block {
    width:100%;
    background:white;
    margin-top:60px;
    border-radius:5px;
    -webkit-box-shadow: -8px 8px 0 0 rgba(0,0,0,0.1);
    border:3px solid #f1bc54;
    /*box-shadow: 5px 5px 6px -4px #000000;*/
}
@media (max-width:767px) {
    .index-header-block {
        margin-top: 30px;
    }
}
.index-header-block .index-header-block-header {
    background:linear-gradient(90deg, #f0b239, #f1bc54, #e8a522);
    width:calc(100% - 4px);
    height:50px;
    line-height:50px;
    border-radius:5px;
    color:#2d1a51;
    font-size:20px;
    font-weight:bold;
    padding:0 15px;
    margin:2px;
    position:relative;
}
.index-header-block .index-header-block-header.index-header-block-header-menu {
    background:white;
    padding:0;
}
.index-header-block .index-header-block-header.index-header-block-header-menu a {
    background:linear-gradient(90deg, #74619c, #81749c, #74619c);
    width:50%;
    display:inline-block;
    text-align:center;
    color:white;
    border-radius:3px;
    position:relative;
}
.index-header-block .index-header-block-header.index-header-block-header-menu a.active {
    color:#2d1a51;
    text-decoration: underline;
    background:white;
}
.index-header-block .index-header-block-header.index-header-block-header-menu a:not(.active):hover {
    text-decoration: none;
    background:linear-gradient(90deg, #6d569c, #7c6d9c, #6d569c);
}
.index-header-block .index-header-block-header.index-header-block-header-menu a:not(.active):hover::after {
    content:" ";
    background:white;
    width:16px;
    height:16px;
    display:block;
    position:absolute;
    bottom:-13px;
    left:calc(50% - 8px);
    transform:rotate(45deg);
}
.index-header-block .index-header-block-header.with-chat-icon::before {
    content:" ";
    position:absolute;
    display:block;
    background-image:url(/assets/images/logo_sex_chat.png);
    background-size:cover;
    width:34px;
    height:33px;
    top:9px;
    right:15px;
    z-index:100;
}
.index-header-block .index-header-block-header.index-header-block-header-menu.with-chat-icon::before {
    border:2px solid white;
    border-radius:50%;
    width:50px;
    height:50px;
    background-image:url(/assets/images/logo_sex_chat.png);
    background-color:#f0b239;
    background-position:center;
    background-size:60% auto;
    background-repeat:no-repeat;
    top:-25px;
    left:calc(50% - 25px);
    right:auto;
}
.index-header-block .index-header-block-body {
    padding:20px;
    text-align:center;
}
.index-header-block-body.with-skip-button {
    padding-bottom:0;
}
.index-header-block-body.with-back-button {
    padding-top:50px;
    position:relative;
}
.skip_btn {
    text-decoration: underline;
    color:#4d2897;
}
.skip_btn:hover {
    color:#4d2897;
    text-decoration: none;
}
.index-header-block .index-header-block-footer {
    position:relative;
    padding:20px 20px;
    background:linear-gradient(white, rgba(241,188,84,0.5));
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}
.index-header-block .index-header-block-footer::before {
    content:" ";
    display:block;
    height:2px;
    position:absolute;
    top:0;
    left:10px;
    width:calc(100% - 20px);
    border-top:2px dotted black;
}

.index-header-block .index-header-block-footer div {
    display:flex;
    flex-direction: row;
}
.index-header-block .index-header-block-footer div strong {
    height:28px;
}

.index-header-block .index-header-block-footer p {
    padding-top:0;
    padding-left:15px;
    font-size:13px;
}
@media (min-width:768px) {
    .index-header-block {
        position:relative;
    }
    .index-header-block:not(.slide-in-from-side-on-load) {
        right:50px;
    }
}
span.form-header {
    font-weight:bold;
    color:#322e26;
    font-size:22px;
    display:block;
    font-family: 'Roboto', serif;
}
small.form-header-sub {
    font-size:13px;
    display:block;
    margin-top:10px;
}
small.form-header-sub.form-header-sub-higher {
    margin-top:0;
}
@media (min-width:992px) and (max-width:1199px) {
    span.form-header {
        font-size:20px;
    }
}
@media (max-width:400px) {
    span.form-header.form-header-large-text {
        font-size:18px;
    }
}

.index-undertitle-bar {
    height:90px;
    line-height:90px;
    text-align:center;
    font-size:26px;
    font-weight:bold;
    background:white;
    border-bottom:4px solid #f2dc4d;
    color:#3f3a2f;
    text-transform:uppercase;
}
@media (max-width:575px) {
    .index-undertitle-bar {
        font-size:22px;
    }
}
@media (max-width:490px) {
    .index-undertitle-bar {
        font-size:20px;
    }
}
@media (max-width:440px) {
    .index-undertitle-bar {
        font-size:18px;
    }
}
@media (max-width:405px) {
    .index-undertitle-bar {
        font-size:16px;
    }
}
@media (max-width:355px) {
    .index-undertitle-bar {
        font-size:14px;
    }
}

.special-highlight {
    background-color:#3f3a2f;
    color:#f4de4c;
    display:inline-block;
    padding:5px 10px;
    height:auto;
    width:auto;
    line-height:normal;
    border-radius:1px;
    transform:rotate(-2deg);
    margin-left:3px;
    margin-right:3px;
}
.blue-accent {
    color:#283583;
}

.form-elements select {
    border:1px solid black;
    color:#283583;
    font-weight:bold;
    text-align:center;
    padding:10px 10px;
    border-radius:3px;
    font-size:16px;
    margin:0 3px;
    font-family: 'Roboto', serif;
}
.form-elements select:first-child {
    margin-left:0;
}
.form-elements select:last-child {
    margin-right:0;
}
.form-elements input[type=text], .form-elements input[type=text]:focus,
.form-elements input[type=password], .form-elements input[type=password]:focus,
.form-elements input[type=number], .form-elements input[type=number]:focus {
    border:1px solid black;
    color:#283583;
    font-weight:bold;
    text-align:left;
    padding:10px 10px;
    border-radius:3px;
    font-size:16px;
    margin:0 3px;
    font-family: 'Roboto', serif;
    outline:0;
    width:100%;
}
.form-elements {
    display:block;
    max-width:250px;
    margin-left:auto;
    margin-right:auto;
}
.form-elements label {
    display:block;
    text-align:left;
    font-weight:bold;
    margin-bottom:0;
}
.form-elements input[type=number] {
    max-width:150px;
}
.form-elements input[type=text]::placeholder,
.form-elements input[type=password]::placeholder {
    font-weight:normal;
    font-style:italic;
    font-size:13px;
    color:#ccc;
}
.input-line-group {
    display:inline-block;
    position:relative;
}
.input-line-group input {
    padding-right:50px !important;
}
.input-line-group span.input-line {
    position:absolute;
    right:10px;
    top:0;
    line-height:46px;
}

@media (max-width:355px) {
    .form-elements select {
        padding:5px 0;
        margin:0;
    }
}

.pink_btn {
    display:inline-block;
    color:white;
    font-size:22px;
    background:#31a770;
    border:0;
    border-radius:5px;
    padding:6px 50px;
    font-weight:700;
    font-family: 'Roboto', serif;
    cursor:pointer;
}
.pink_btn:hover {
    background-color:#1d9757;
    color:white !important;
    text-decoration:none;
}

.stepcount {
    float:right;
    text-align:center;
    padding-top:22px;
}
.stepcount small {
    display:block;
    font-size:12px;
    line-height:14px;
}
.stepcount_bars {
    display:block;
    line-height:2px;
}
.stepcount_bars .stepcount_bar {
    display:inline-block;
    width:14px;
    height:2px;
    background-color:white;
}
.stepcount_bars .stepcount_bar.stepcount_bar_filled {
    background-color:#f4de4c;
}
.pink-content-area {
    position:relative;
    background:#583c90;
    padding:75px 0;
    color:white;
}
.pink-content-area::before {
    content:" ";
    position:absolute;
    display:block;
    bottom:-5px;
    left:0;
    width:100%;
    height:25px;
    background:#a18ccc;
    border-bottom:5px solid #44be94;
    z-index:1000;
    transform:rotate(-0.5deg);
}
.pink-content-area.content-area-pinker {
    background:#352a4b;
}
.pink-content-area.content-area-pinkest {
    background:rgb(43,33,60);
}
.block-title {
    display:inline-block;
    transform:rotate(-3deg);
    font-size:22px;
    font-weight:bold;
    font-family: 'Roboto', serif;
    padding:6px 16px;
    border-radius:2px;
    color:white;
}
h2.block-title {
    font-size:22px;
}
.pink-content-area .block-title {
    background-color:#352a4b;
}
.white-content-area .block-title, .content-page .block-title {
    background-color:#3f3a2f;
}
.pink-content-area.content-area-pinker .block-title {
    background-color:#4d3f69;
}
.pink-content-area.content-area-pinkest .block-title {
    background-color:#4d3f69;
}

.dotted-line-left {
    position:relative;
}
@media (min-width:768px) {
    .dotted-line-left {
        padding-left:20px;
    }
}
.dotted-line-left::before {
    content:" ";
    display:block;
    position:absolute;
    top:0;
    left:-30px;
    width:2px;
    height:100%;
    border-left:2px dotted #352a4b;
}
footer .dotted-line-left::before {
    border-left-color:white;
}
.pink-content-area.content-area-pinker .dotted-line-left::before,
.pink-content-area.content-area-pinkest .dotted-line-left::before {
    border-left-color:white;
}
@media (max-width:767px) {
    .dotted-line-left::before {
        display:none;
    }
}

.white-content-area {
    background:white;
    padding:50px 0;
    color:#3f3a2f;
    border-bottom:4px solid #f2dc4d;
}
img.example-report {
    width:100%;
    max-width:450px;
    border:1px solid #a0a0a0;
}

.fade-in-on-load {
    opacity: 0;
    -webkit-animation: fadein 2s forwards;
    -moz-animation: fadein 2s forwards;
    -ms-animation: fadein 2s forwards;
    -o-animation: fadein 2s forwards;
    animation: fadein 2s forwards;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.slide-in-from-side-on-load {
    right:-1000px;
    -webkit-animation: slidein 2s forwards;
    -moz-animation: slidein 2s forwards;
    -ms-animation: slidein 2s forwards;
    -o-animation: slidein 2s forwards;
    animation: slidein 2s forwards;
}
@keyframes slidein {
    from { right:-1000px }
    to   { right:50px }
}
@-moz-keyframes slidein {
    from { right:-1000px }
    to   { right:50px }
}
@-webkit-keyframes slidein {
    from { right:-1000px }
    to   { right:50px }
}
@-ms-keyframes slidein {
    from { right:-1000px }
    to   { right:50px }
}

.fade-in-on-load.animation-delayed, .slide-in-from-side-on-load.animation-delayed {
    -webkit-animation-delay:1s;
    -moz-animation-delay:1s;
    -ms-animation-delay:1s;
    -o-animation-delay:1s;
    animation-delay:1s;
}

p {
    font-family: 'Roboto', serif;
}
.uitleg-margin {
    margin-top:0;
    margin-bottom:0;
}
@media (max-width:767px) {
    .mobile-max-width-container {
        max-width:360px;
        margin-left:auto;
        margin-right:auto;
    }
}

.input-line {
    font-size:15px;
    display:inline-block;
    margin-left:5px;
}

.back-btn {
    color:#283583;
    font-size:14px;
    position:absolute;
    top:0;
    left:12px;
}
.back-btn:hover {
    color:#283583;
}
.back-btn i {
    font-size:30px;
    position:relative;
    top:5px;
    margin-right:6px;
}
.back-btn:hover i {
    text-decoration: none;
}

#cta_calculation {
    position:fixed;
    top:-80px;
    left:0;
    width:100%;
    height:76px;
    background-color:white;
    border-bottom:4px solid #f2dc4d;
    z-index:10;
}
#cta_calculation h2 {
    line-height:76px;
}
#cta_calculation .pink_btn {
    margin-top:14px;
    padding:6px 30px;
}
@media (max-width:767px) {
    #cta_calculation {
        height:60px;
        top:-64px;
    }
    #cta_calculation h2 {
        font-size:18px;
        line-height:60px;
    }
    #cta_calculation .pink_btn {
        font-size:18px;
        padding:6px 20px;
        margin-top:9px;
    }
}
@media (max-width:465px) {
    #cta_calculation h2 {
        font-size:16px;
        line-height:60px;
    }
    #cta_calculation .pink_btn {
        font-size:16px;
        padding:6px 10px;
        margin-top:9px;
    }
}
@media (max-width:400px) {
    #cta_calculation h2 {
        font-size:14px;
        line-height:60px;
    }
    #cta_calculation .pink_btn {
        font-size:16px;
        padding:6px 10px;
        margin-top:9px;
    }
}
.visible-real-small {
    display:none;
}
@media (max-width:360px) {
    .hidden-real-small {
        display:none;
    }
    .visible-real-small {
        display:inline;
    }
}

.menu .fa {
    position:absolute;
    font-size:30px;
    top:-6px;
    right:5px;
}
.index-header.index-header-small {
    height:30px;
    border-bottom:4px solid #f2dc4d;
    background-position:top center;
}
.content-page {
    padding:50px 30px;
    -webkit-box-shadow: 0 0 20px #bbb;
    box-shadow: 0 0 20px #bbb;
    margin-bottom:50px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}
@media(max-width:767px) {
    .content-page {
        -webkit-box-shadow:none;
        box-shadow:none;
        padding-left:0;
        padding-right:0;
        margin-bottom:20px;
    }
}

input[type=text].custom-input, input[type=text].custom-input:focus,
input[type=number].custom-input, input[type=number].custom-input:focus,
input[type=password].custom-input, input[type=password].custom-input:focus,
input[type=email].custom-input, input[type=email].custom-input:focus,
textarea.custom-input, textarea.custom-input:focus {
    border:1px solid black;
    color:#283583;
    font-weight:bold;
    text-align:left;
    padding:5px 10px;
    border-radius:3px;
    font-size:16px;
    margin:0 3px;
    font-family: 'Roboto', serif;
    outline:0;
    width:100%;
}
textarea.custom-input, textarea.custom-input:focus {
    resize:vertical;
}
select.custom-input, select.custom-input:focus {
    border:1px solid black;
    color:#283583;
    font-weight:bold;
    text-align:left;
    padding:5px 10px;
    border-radius:3px;
    font-size:16px;
    margin:0 3px;
    font-family: 'Roboto', serif;
    width:100%;
    outline:0;
}
label.custom-label {
    line-height:36px;
    font-weight:bold;
    font-size:16px;
    font-family:'Roboto', serif;
}
.content-page a:not(.pink_btn) {
    color:#222222;
    text-decoration: underline;
}
.content-page a:not(.pink_btn):hover {
    color:#222222;
    text-decoration: none;
}

hr {
    border:0;
    border-top:2px dotted #222222;
}
hr.solid {
    border-top-style:solid;
    border-top-width:1px;
}

.mobile-menu-selector {
    display:none;
}
#mobile-menu {
    display: none;
}
@media(max-width:767px) {
    .mobile-menu-selector {
        display: block;
        position: absolute;
        top: 19px;
        right: 23px;
        cursor: pointer;
        width: 60px;
        height: 20px;
    }

    .mobile-menu-selector .bar {
        display: block;
        position: absolute;
        width: 30px;
        height: 3px;
        background-color: white;
        border-radius: 5px;
        right: 5px;
    }

    .mobile-menu-selector .bar:nth-child(1) {
        top: 0;
    }

    .mobile-menu-selector .bar:nth-child(2) {
        top: 8px;
        right: -5px;
    }

    .mobile-menu-selector .bar:nth-child(3) {
        top: 16px;
    }
}
@media (max-width:767px) {
    #mobile-menu {
        width: 100%;
        min-height:calc(100% - 52px);
        position: absolute;
        top: 52px;
        left: 100%;
        background:#ffe556;
        z-index: 2002;
        padding-top: 25px;
    }
    #mobile-menu h3 {
        color:#2e2e2e;
        text-align:center;
    }
    #mobile-menu ul {
        list-style-type: none;
        margin-top: 10px;
        padding: 0 10px;
    }
    #mobile-menu ul li {
        text-align:center;
    }
    #mobile-menu ul li a {
        border:1px solid #2e2e2e;
        background:#f93c49;
        color:white;
        font-size:24px;
    }
    #mobile-menu ul li a:hover, #mobile-menu ul li a:active, #mobile-menu ul li.active a {
        border:1px solid black;
        color:white;
        background:#2e2e2e;
        text-decoration:none;
    }
    #mobile-menu ul li a {
        display: inline-block;
        font-size: 16px;
        padding: 5px 15px;
        margin: 10px 5px 10px 5px;
    }
    html {
        width: 100%;
        height: 100%;
    }
    body.mobile-menu-active {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    body.mobile-menu-active #header-top {
        position: absolute;
        top: 0;
        left: 0;
    }
    body.mobile-menu-active #header-area {
        height:100%;
        width:100%;
        overflow-y:auto;
        position:absolute;
        top:0;
        left:0;
    }
    body.mobile-menu-active header {
        z-index:2001;
    }
    body.mobile-menu-active header .logo {
        z-index:2002;
    }
}

.extra-checkbox {
    position:relative;
    max-width:280px;
    margin-left:auto;
    margin-right:auto;
    border:1px solid #e2366a;
    color:#e2366a;
    border-radius:4px;
    line-height:30px;
    text-align:left;
    padding:0 15px;
    cursor:pointer;
}
.extra-checkbox input[type=checkbox] {
    margin-right:8px;
    position:relative;
    top:1px;
    cursor:pointer;
}
.extra-checkbox label {
    margin:0;
    cursor:pointer;
}
.extra-checkbox .extra-pricing {
    line-height:14px;
    color:white;
    background:#31a770;
    padding:4px 6px;
    border-radius:2px;
    position:absolute;
    top:4px;
    right:6px;
}

.index-header-pricing-balloon {
    position: absolute;
    right: -80px;
    top: 90px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color:#31a770;
    line-height: 150px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: white;
    border:2px solid rgb(28,143,90);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}
.index-header-pricing-balloon span {
    color: white;
    position: absolute;
    top: -25px;
    left: 25px;
    font-size: 14px;
    font-weight: bold;
}
.index-header-pricing-balloon span strong {
    color:#f4de4c;
    text-decoration: line-through;
}
@media (max-width:767px) {
    .index-header-pricing-balloon {
        right:10px;
        top:120px;
        width:100px;
        height:100px;
        line-height:100px;
        font-size:25px;
    }
    .index-header-pricing-balloon span {
        font-size:12px;
        left:20px;
        top:-20px;
    }
}
.min-width-235 {
    min-width:235px;
}
.max-width-350 {
    max-width:350px;
    margin-left:auto;
    margin-right:auto;
}
select.bankselect {
    position:relative;
    color:#e2366a;
    border-color:#e2366a;
}
select.bankselect:focus {
    outline:0;
}
.select-holder {
    position:relative;
    display:inline-block;
    background:white;
}
.select-holder select {
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background:transparent;
    padding-right:30px;
}
.select-holder::before {
    content:"\f107";
    display:block;
    position:absolute;
    font-family: FontAwesome;
    font-size:24px;
    top:5px;
    right:10px;
    color:#283583;
}
.select-holder.select-holder-pink::before {
    color:#e2366a;
}
.select-holder.select-holder-max-width,
.select-holder.select-holder-max-width select {
    width:100%;
}
.select-holder.select-holder-max-width::before {
    top:0;
}
.merkmodel-select, .merkmodel-select select {
    width:100%;
    max-width:250px;
}

.bpm-resultaat {
    position:relative;
    width:100%;
    text-align:left;
    background:rgb(229,229,229);
    border:1px solid #2e815a;
    height:52px;
    line-height:50px;
    border-radius:5px;
    color:#222222;
    padding-left:150px;
    font-weight:bold;
    font-size:16px;
    cursor:pointer;
}
.bpm-resultaat.bpm-resultaat-best {
    background:#dafbeb;
    color:#1f8557;
}
.bpm-resultaat span {
    width:130px;
    height:50px;
    color:white;
    font-size:20px;
    font-weight:bold;
    border-radius:4px;
    text-align:center;
    display:block;
    position:absolute;
    top:0;
    left:0;
    background:rgb(145,145,145);
}
.bpm-resultaat span small {
    position:absolute;
    top:4px;
    left:0;
    display:block;
    width:100%;
    text-align:center;
    font-size:12px;
    line-height:14px;
    font-weight:normal;
}
.bpm-resultaat.bpm-resultaat-best span {
    background:#2e815a;
    line-height:60px;
}
.bpm-resultaat.bpm-resultaat-best span small {
    color:#f4de4c;
}
.bpm-resultaat .checkbox {
    position:absolute;
    right:0;
    top:1px;
    padding-right:15px;
    height:100%;
    display:block;
}

.block-bpm-resultaat-header {
    background:#f4de4c;
    border:1px solid #222222;
    border-radius:4px;
    padding:10px 15px;
}
.block-bpm-resultaat-header span {
    color:#1f8557;
    font-weight:bold;
}
.uitleg-margin a {
    color:#4d2897;
    text-decoration:underline;
}
.uitleg-margin a:hover {
    color:#4d2897;
    text-decoration:none;
}

.bpm-formulier-small {
    position:absolute;
    top:60px;
    left:25px;
    width:123px;
    height:150px;
    background-image:url(/assets/images/bpm-formulier-klein.jpeg);
    background-size:cover;
}
.form-header-with-bpm-formulier {
    max-width:280px;
    margin-left:140px;
    margin-right:auto;
    text-align:left;
    padding-left:10px;
}
.vinkjeslijst-with-bpm-formulier {
    max-width:280px;
    margin-left:140px;
    margin-right:auto;
}
@media (max-width:991px) {
    .bpm-formulier-small {
        display:none;
    }
    .form-header-with-bpm-formulier {
        margin-left:auto;
    }
    .vinkjeslijst-with-bpm-formulier {
        margin-left:auto;
    }
}

@media (max-width:991px) {
    .page-resultaat .index-header {
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-color: #31a770;
        height: auto;
        padding-bottom: 30px;
    }
}
@media (min-width:992px) {
    .page-resultaat .index-header-block {
        position: absolute;
    }
    .page-resultaat .index-undertitle-bar {
        text-align: left;
        font-size: 22px;
    }
    .page-resultaat .index-undertitle-bar div {
        max-width: 1140px;
        padding-left: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-resultaat .bpm-resultaten .bpm-resultaat:nth-child(n+11) {
        display: none;
    }
}
@media (min-width:992px) and (max-width:1100px) {
    .page-resultaat .index-undertitle-bar {
        font-size:20px;
    }
}

.resultaten-loader {
    min-height:200px;
    position:relative;
}
.resultaten-loader img {
    position:absolute;
    top:48px;
    left:calc(50% - 50px);
    width:100px;
    height:100px;
}
.resultaten-loader strong {
    display:block;
    text-align:center;
    font-size:20px;
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
.resultaten-loader span {
    display:block;
    text-align:center;
    font-size:20px;
    position:absolute;
    top:160px;
    left:0;
    width:100%;
    color:#2ea56f;
}

@media (max-width:415px) {
    .bpm-resultaat span {
        width:90px;
        font-size:18px;
    }
    .bpm-resultaat {
        font-size:14px;
        padding-left:110px;
    }
}
@media (max-width:335px) {
    .bpm-resultaat {
        padding-left:100px;
    }
}

.mobile-menu-copyright {
    display:block;
    color:#2e2e2e;
    text-align:center;
    margin-top:30px;
}
a.no-default-decoration {
    text-decoration: none !important;
}
a.no-default-decoration:hover {
    text-decoration: underline !important;
}

.precache {
    display:none;
}

.profile {
    display:flex;
    flex-direction:row;
    padding:0 15px;
}
.profile .profile-image,
.user-profile .profile-image {
    flex-grow:1;
    max-width:40px;
    padding-top:6px;
}
.user-profile .profile-image {
    max-width:58px;
}
.user-profile .profile-image {
    padding-top:8px;
}
.profile .profile-image .actual-image,
.user-profile .profile-image .actual-image {
    width:38px;
    height:38px;
    border:1px solid white;
    background:black;
    border-radius:50%;
    background-size:auto 100%;
    background-position:center;
    background-repeat:no-repeat;
}
.user-profile .profile-image .actual-image {
    width:60px;
    height:60px;
}
.profile.is_online .profile-image .actual-image {
    position:relative;
}
.profile.is_online .profile-image .actual-image::before {
    content:" ";
    display:block;
    position:absolute;
    left:-1px;
    top:-1px;
    width:10px;
    height:10px;
    background:#00b900;
    border-radius:50%;
}
.profile .profile-info {
    padding-top:9px;
    padding-left:15px;
    font-weight:normal;
    font-size:13px;
    line-height:16px;
}
.profile .profile-info strong {
    color:white;
    display:block;
}
.profile .profile-info span {
    display:block;
    color:#00b900;
}
.profile.is_gold .profile-info strong {
    color:#f7d264;
}
.own-profile {
    display:flex;
    flex-direction:row;
    padding:5px 15px;
}
.own-profile .profile-image {
    flex-grow:1;
    max-width:50px;
    padding-top:6px;
}
.own-profile .profile-image .actual-image {
    width:50px;
    height:50px;
    border:2px solid white;
    background:black;
    border-radius:50%;
    background-size:auto 100%;
    background-position:center;
}
.own-profile.is_online .profile-image .actual-image {
    position:relative;
}
.own-profile.is_online .profile-image .actual-image::before {
    content:" ";
    display:block;
    position:absolute;
    left:-1px;
    top:-1px;
    width:10px;
    height:10px;
    background:#00b900;
    border-radius:50%;
}
.own-profile .profile-info {
    padding-top:9px;
    padding-left:15px;
    font-weight:normal;
    font-size:13px;
    line-height:16px;
}
.own-profile .profile-info strong {
    color:white;
    display:block;
}
.own-profile .profile-info strong small {
    font-size:13px;
}
.own-profile.is_gold .profile-info strong {
    color:#f7d264;
}
.own-profile.is_gold .profile-info strong small {
    color:white;
}
.own-profile .profile-info a {
    color:#ffd34e;
    font-size:11px;
    display:inline-block;
    margin-top:2px;
    text-decoration:none;
}
.own-profile .profile-info a:hover {
    color:#ffd34e;
    text-decoration:none;
}
.own-profile .profile-info a u {
    text-decoration:underline;
}
.own-profile .profile-info a:hover u {
    text-decoration:none;
}
.own-profile .profile-info a img {
    width:10px;
    height:10px;
    display:inline-block;
    margin-right:3px;
}
.chatlist-header {
    display:block;
    position:absolute;
    top:-90px;
    left:0;
}
.chatlist-header .tab {
    display:inline-block;
    color:white;
    background:rgb(33,24,54);
    font-size:10px;
    height:35px;
    line-height:35px;
    padding:0 0;
    position:relative;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    cursor:pointer;
    width:125px;
    text-align:center;
}
.chatlist-header .tab.active {
    line-height:35px;
    height:41px;
    top:-6px;
    padding-top:3px;
    background:#473c5e;
    font-size:12px;
    cursor:default;
    white-space: nowrap;
}
.chatlist-header .tab strong {
    display:inline-block;
    color:white;
    text-transform:uppercase;
    padding-left:15px;
    position:relative;
}
.chatlist-header .tab[data-tab-id='online'] strong {
    color:#00b900;
}
.chatlist-header .tab strong::before {
    content:" ";
    display:block;
    width:8px;
    height:8px;
    position:absolute;
    left:0;
    top:13px;
    border-radius:5px;
    background:white;
}
.chatlist-header .tab.active strong::before {
    top:13px;
}
.chatlist-header .tab[data-tab-id='online'] strong::before {
    background:#00b900;
}
.chatlist-header .tab[data-tab-id='offline'] strong::before {
    background:#ff003e;
}
.chatlist-header .tab span {
    font-size:11px;
    display:inline-block;
    margin-left:5px;
}
.chat-message {
    position:relative;
    margin-top:15px;
}
.chat-message.from_me {
    text-align:right;
}
.chat-message .profile-image {
    position:absolute;
    width:40px;
    height:40px;
    border-radius:50%;
    background:white;
    border:1px solid white;
    background-size:auto 100%;
    background-position:center;
    top:-4px;
}
.chat-message.from_other .profile-image {
    left:0;
}
.chat-message.from_me .profile-image {
    right:0;
}
.chat-message span {
    display:inline-block;
    font-size:13px;
    line-height:13px;
    padding:10px 15px 10px 15px;
    border-radius:3px;
}
.chat-message.from_other span {
    background:#352a4b;
    color:white;
    margin-left:20px;
    padding-left:35px;
}
.chat-message.from_me span {
    background:#23a57d;
    color:#302646;
    margin-right:20px;
    padding-right:35px;
}
.chat-message span.chat-message-image img {
    max-width:100%;
    max-height:200px;
    border-radius:3px;
}
.chat-message.chat-message-loading span.chat-message-image img {
    height:200px;
}
.chat-input {
    padding:1px 0;
    position:relative;
}
body:not(.messaging-active) .chat-input {
    display:none;
}
.chat-input .input-holder {
    position:absolute;
    top:4px;
    left:4px;
    height:calc(100% - 8px);
    width:calc(100% - 102px);
}
.chat-input .input-holder input {
    display:block;
    width:100%;
    height:100%;
    line-height:100%;
    border:0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding:0 15px;
    outline:none !important;
}
.chat-input #btn_send_message {
    display:block;
    position:absolute;
    top:4px;
    right:4px;
    width:100px;
    height:calc(100% - 8px);
    line-height:46px;
    color:white;
    background:#00855f;
    text-transform:uppercase;
    text-align:center;
    font-weight:bold;
    border-radius:3px;
    z-index:30;
}
.chat-input #btn_send_message:hover {
    background:#2b7656;
    text-decoration: none;
}
.chat-input .input-holder a img {
    height:25px;
}
.chat-input .input-holder #btn_send_image {
    position:absolute;
    top:10px;
    right:18px;
    z-index:30;
    opacity:0.5;
}
.chat-input .input-holder #btn_send_image:hover {
    opacity:1;
}
.chat-input .input-holder .emoji-picker-icon {
    position:absolute;
    top:8px;
    right:58px;
    cursor:pointer;
}
.emoji-wysiwyg-editor {
    height:42px;
}
.emoji-menu {
    background:white;
}
.fa-2 {
    font-size: 28px !important;
}

.logged-in-box {
    text-align:center;
}
.logged-in-box strong {
    font-size:18px;
    display:block;
}
.logged-in-box span.username {
    color:#31a770;
    display:inline-block;
    padding:4px 10px;
    border:1px solid #31a770;
    border-radius:3px;
    margin-top:20px;
    margin-bottom:20px;
    cursor:pointer;
}

.form-elements {
    position:relative;
}
.data-check-availability-marker {
    display:none;
    position:absolute;
    top:35px;
    right:10px;
}
.data-check-availability-marker.data-check-availability-marker-no-label {
    top:13px;
}
input[data-check-availability].is-available,
input[data-check-availability].is-unavailable {
    position:relative;
}
input[data-check-availability].is-available + .data-check-availability-marker,
input[data-check-availability].is-unavailable + .data-check-availability-marker,
input[type=password].is-available + .data-check-availability-marker,
input[type=password].is-unavailable + .data-check-availability-marker {
    display:block;
}
input[data-check-availability].is-available + .data-check-availability-marker,
input[type=password].is-available + .data-check-availability-marker {
    color:#2db504;
}
input[data-check-availability].is-unavailable + .data-check-availability-marker,
input[type=password].is-unavailable + .data-check-availability-marker {
    color:red;
}

.col-form-label {
    font-weight:normal;
    padding-bottom:0;
}
.col-form-label.col-form-label-bold {
    font-weight:bold;
}
.form-control {
    border-radius:0;
    border-color:#2e2e2e;
}
.form-control.form-control-inline {
    display:inline-block;
    width:auto;
}

.btn.btn-green {
    background-color:#23a57d;
    color:white;
    font-weight:bold;
    padding-left:25px;
    padding-right:25px;
}
.btn.btn-green:hover {
    background-color:#00956e;
    color:white;
    text-decoration:none;
}
.btn.btn-full-width {
    width:100%;
    padding-left:0;
    padding-right:0;
    text-align:center;
}

.modal-title {
    transform:rotate(-4deg);
    color:white;
    background:#4d3f69;
    padding:5px 15px;
    font-size:18px;
}
@media (max-width:350px) {
    .modal-title {
        margin-top:20px;
    }
}
.modal-header {
    border-bottom:0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight:bold;
}
.nav-tabs .nav-item.nav-link {
    color:#495057;
}

.chat-message-pending .profile-image {
    z-index:100;
}
.chat-message-pending .chat-message-image {
    position:relative;
}
.chat-message-pending .chat-message-image::after {
    content:" ";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:calc(100% - 50px);
    height:calc(100% - 20px);
    /*background-color:rgba(0,0,0,0.4);*/
    background-image:url(/assets/images/chat-loader.svg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:100px 100px;
    border-radius:3px;
}
.chat-message-pending.from_me .chat-message-image::after {
    margin: 10px 35px 10px 15px;
}
.chat-message-pending.from_other .chat-message-image::after {
    margin: 10px 15px 10px 35px;
}
.chat-message-pending .chat-message-image img {
    opacity:0;
}
.mobile-menu-header {
    display:none;
}
.modal .modal-dialog {
    margin-top:5%;
}
.modal .modal-content {
    border:4px solid #f1bc54;
    border-radius:3px;
}
.modal .modal-header::before {
    content: " ";
    position: absolute;
    display: block;
    border: 4px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-image: url(/assets/images/logo_sex_chat.png);
    background-color: #f0b239;
    background-position: center;
    background-size: 60% auto;
    background-repeat: no-repeat;
    top: -25px;
    left: calc(50% - 25px);
    right: auto;
}
.modal .close {
    font-size:34px;
    line-height:20px;
}
.nav.nav-tabs a {
    margin-left:15px;
}
.nav.nav-tabs a:first-child {
    margin-left:0;
}

@media (max-width:768px) {
    body.page-chat .header-small {
        position:relative;
    }
    body.page-chat .mobile-menu-header {
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }
    body.page-chat .mobile-menu-header .mobile-logo {
        font-size:20px;
        color:#3d2257;
        font-weight:bold;
        text-align:center;
        line-height:52px;
    }
    body.page-chat .mobile-menu-header .mobile-logo small {
        font-weight:bold;
        font-size:14px;
    }
    body.page-chat #mobile-buttons {
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        padding-top:11px;
        padding-left:5px;
    }
    body.page-chat #mobile-buttons a {
        display:inline-block;
        width:35px;
        height:30px;
        padding:2px 0;
        box-sizing:border-box;
        border:1px solid #d388ee;
        background:#473c5e;
        text-align:center;
        margin:0 3px;
    }
    body.page-chat #mobile-buttons img {
        width:19px;
        height:19px;
    }
    body.page-chat.messaging-active #mobile-buttons a[data-tab-id] {
        display:none;
    }
    body.page-chat #mobile-buttons #mobile_button_back {
        display:none;
    }
    body.page-chat.messaging-active #mobile-buttons #mobile_button_back {
        display:inline-block;
    }
    .modal .modal-dialog {
        margin-top:50px;
    }
    body.page-chat header .container {
        display:none;
    }
}

#profile_picture_preview {
    max-height:200px;
    max-width:100%;
    margin-bottom:25px;
    display:inline-block;
    border-radius:3px;
}

.single-content-page {
    position:relative;
    width:100%;
    max-width:900px;
    min-height:150px;
    margin:0 auto;
    border-radius:5px;
    border:3px solid #f1bc54;
    padding:15px 20px;
    background-color:white;
    background-image:linear-gradient(white, rgba(241,188,84,0.5));
    background-position:left bottom;
    background-size:100% 100px;
    background-repeat:no-repeat;
}
.single-content-page::before {
    content: " ";
    position: absolute;
    display: block;
    border: 4px solid white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-image: url(/assets/images/logo_sex_chat.png);
    background-color: #f0b239;
    background-position: center;
    background-size: 60% auto;
    background-repeat: no-repeat;
    top: -30px;
    left: calc(50% - 30px);
    right: auto;
}
.single-content-page .single-content-page-title {
    text-transform:uppercase;
    font-weight:bold;
    font-size:18px;
    text-decoration: underline;
}

.chat-message .profile-image {
    cursor:pointer;
}

#modal_profile img {
    max-width:100%;
    max-height:200px;
    border-radius:3px;
}
@media (max-width:767px) {
    #modal_profile img {
        max-height:132px;
    }
}
#modal_profile ul {
    margin-top:20px;
    padding-left:0;
    list-style-type:none;
}
#modal_profile p {
    margin-top:20px;
}
.modal-backdrop {
    z-index:2100;
}
.modal {
    z-index:2110;
}

.profile-album strong {
    color:black;
    font-size:14px;
}
.profile-album div.row div {
    margin-bottom:15px;
    text-align:center;
}
#modal_profile .profile-album div.row div img {
    max-width:100%;
    max-height:100px;
}
@media (max-width:767px) {
    #modal_profile .profile-album div.row div img {
        max-height:70px;
    }
}
.album-image-holder {
    position:relative;
    width:100%;
}
.album-image-holder.album-image-editable {
    margin-bottom:15px;
}
.album-image-holder::after {
    content:"";
    display:block;
    padding-bottom:100%;
}
.album-image {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size:auto 100%;
    background-repeat:no-repeat;
    background-position:center;
    border-radius:3px;
}
.album-image-holder.album-image-editable a {
    color:black;
    display:block;
    cursor:pointer;
    height:12px;
    line-height:12px;
    position:absolute;
    width:100%;
    bottom:-15px;
    left:0;
    text-align:center;
}

@media (max-width:767px) {
    .g-recaptcha {
        transform-origin:0 0;
    }
}
@media (max-width:500px) {
    .g-recaptcha {
        transform:scale(0.9);
    }
}
@media (max-width:450px) {
    .g-recaptcha {
        transform:scale(0.75);
    }
}
@media (max-width:400px) {
    .g-recaptcha {
        transform:scale(0.7);
    }
}
@media (max-width:350px) {
    .g-recaptcha {
        transform:scale(0.5);
    }
}
@media (max-width:767px) {
    .hidden-mobile {
        display:none !important;
    }
}

.overlay18 {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.8);
    z-index:2002;
}

.overlay18 .modal18 {
    position:relative;
    width:90%;
    max-width:700px;
    margin-top:200px;
    margin-left:auto;
    margin-right:auto;
    background-color:black;
    border-color:#583c90;
    border-width:2px;
    border-style:solid;
    text-align:center;
    padding-top:40px;
    color:#cccccc;
    font-size:16px;
    font-family:'Montserrat-Light', sans-serif;
}

@media (max-width:768px) {
    .overlay18 .modal18 {
        margin-top:30px;
    }
}

.overlay18 .modal18 img, .overlay18 .modal18 strong {
    display:block;
    margin:auto;
    margin-bottom:30px;
}

.overlay18 .modal18 img {
    margin-bottom:30px;
    max-width:80%;
}

.modal18 .modalbtn {
    display:inline-block;
    padding:10px 14px;
    color:#cccccc;
}

.modal18 .modalbtn:hover {
    text-decoration:none;
}

.modal18 .modalbtn:last-child {
    margin-left:5px;
}

.modal18 .greenbtn {
    background-color:#31a770;
}
.modal18 .greenbtn:hover {
    background-color:#1d9757;
}

.modal18 .graybtn {
    background-color:#656565;
    padding-left:20px;
    padding-right:20px;
}
.modal18 .graybtn:hover {
    background-color:#797878;
}

.modal18 .txtarea {
    width:80%;
    max-width:320px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    font-size:11px;
    text-align:left;
}

.modal18 .closelink {
    display:block;
    text-decoration:underline;
    font-size:11px;
    color:#cccccc;
    margin-top:40px;
    margin-bottom:10px;
}
.modal18 .closelink:hover {
    text-decoration:none;
}

.modal18 .closebtn {
    display:block;
    position:absolute;
    right:7px;
    top:5px;
    color:#cccccc;
}

.btn-black {
    background:#2e2e2e;
    color:white !important;
    display:inline-block;
    padding:5px 15px;
    border-radius:5px;
}
.btn-black.active {
    background:#f93c49;
}
footer .btn-black {
    background:#f93c49;
    color:white !important;
    display:inline-block;
    padding:5px 15px;
    border-radius:5px;
}
footer .btn-black:hover {
    background:#ce4245;
    color:white !important;
    display:inline-block;
    padding:5px 15px;
    border-radius:5px;
    text-decoration: none;
}

.model-image-holder {
    max-width:400px;
}
@media (max-width:767px) {
    .model-image-holder {
        max-width:200px;
        margin-left:auto;
        margin-right:auto;
    }
}
.model-image {
    position:relative;
    width:100%;
    padding-top:150%;
    display:block;
}
.model-image .actual-model-image {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url(/assets/images/model.png);
    background-size:cover;
}

.model-image .white-stripes {
    position:absolute;
    top:20%;
    left:0;
    width:50%;
    padding-top:80%;
    background:white;
    overflow:hidden;
}
.model-image .white-stripes div {
    position:absolute;
    transform:rotate(45deg);
    background:#ffe556;
    width:8%;
    height:100%;
    left:45%;
}
.model-image .white-stripes div:nth-child(1) {
    top:-68%;
}
.model-image .white-stripes div:nth-child(2) {
    top:-53%;
}
.model-image .white-stripes div:nth-child(3) {
    top:-38%;
}
.model-image .white-stripes div:nth-child(4) {
    top:-23%;
}
.model-image .white-stripes div:nth-child(5) {
    top:-8%;
}
.model-image .white-stripes div:nth-child(6) {
    top:7%;
}
.model-image .white-stripes div:nth-child(7) {
    top:22%;
}
.model-image .white-stripes div:nth-child(8) {
    top:37%;
}
.model-image .white-stripes div:nth-child(9) {
    top:52%;
}
.model-image .white-stripes div:nth-child(10) {
    top:67%;
}
.model-image .black-circle {
    position:absolute;
    top:23%;
    right:0;
    width:60%;
    padding-top:60%;
    background:#2e2e2e;
    border-radius:50%;
}
.model-image .black-circle::after {
    position:absolute;
    content:"";
    width:42%;
    height:42%;
    background:#ffe556;
    border-radius:50%;
    top:29%;
    left:29%;
}

.big-divider {
    width:100%;
    height:70px;
    background:#2e2e2e;
    overflow:hidden;
}
.big-divider .big-divider-stripes {
    height:70px;
}
.big-divider .big-divider-stripe {
    position:relative;
    display:inline-block;
    width:30px;
    height:200%;
    top:-50%;
    transform:rotate(-45deg);
    background:#ffe556;
    margin-right:67px;
}
@media (max-width:767px) {
    .big-divider {
        height:35px;
    }
    .big-divider .big-divider-stripes {
        height:70px;
        padding-left:40px;
    }
}

h1.main_title {
    margin-top:50px;
    font-size:50px;
    font-weight:bold;
}
h1.main_title span.dot {
    color:#f93c49;
}
h1.main_title small.subtag {
    font-size:22px;
    display:block;
    font-weight:normal;
}
h1.main_title small.subtag i {
    font-style:italic;
    color:#f93c49;
}

.usps {
    margin-top:40px;
}
.usp {
    display:flex;
    flex-direction:row;
    margin-top:30px;
    align-items: center;
}
.usp .usp-icon {
    min-width:29px;
    width:29px;
    height:29px;
    background-size:cover;
    background-repeat:no-repeat;
    margin-right:14px;
}
.usp .usp-icon.usp-icon-time {
    background-image:url(/assets/images/time_icon.png);
}
.usp .usp-icon.usp-icon-location {
    background-image:url(/assets/images/location_icon.png);
}
.usp .usp-icon.usp-icon-mobile {
    background-image:url(/assets/images/mobile_icon.png);
}
.usp .usp-icon.usp-icon-anonymous {
    background-image:url(/assets/images/anonymous_icon.png);
}
.usp .usp-icon.usp-icon-paid {
    background-image:url(/assets/images/paid_icon.png);
}
.usp .usp-icon.usp-icon-webcam {
    height:29px;
    width:26px;
    min-width:26px;
    background-image:url(/assets/images/webcam_icon.png);
}
.usp .usp-icon.usp-icon-hidden {
    background:none;
}
.usp .usp-text {
    flex-grow:1;
    font-style:italic;
}
.usp .usp-text strong {
    font-style:normal;
}

.btn-pink-big {
    position:relative;
    display:block;
    font-style:normal;
    width:100%;
    padding:15px 0;
    text-align:center;
    color:white;
    font-weight:bold;
    background:#f93c49;
    border-radius:5px;
    border:0;
}
.btn-pink-big:hover {
    text-decoration:none;
    color:white;
    background:#ce4245;
}
/*.btn-pink-big::before {
    content:" ";
    display:block;
    border:1px solid white;
    border-bottom:0;
    position:absolute;
    width:calc(100% - 6px);
    height:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    top:3px;
    left:3px;
    opacity:0.15;
}*/
.btn-pink-big.btn-pink-big-inline {
    display:inline-block;
    width:auto;
    padding:15px 30px;
}
.btn-pink-big.has-pending-image {
    background:#b6a652;
}
h3.sub_title {
    font-size:14px;
    background:#2e2e2e;
    display:inline-block;
    color:white;
    padding:5px 15px;
    border-radius:5px;
    font-weight:bold;
}
p a {
    color:#f93c49;
    text-decoration:underline;
}
p a:hover {
    color:#f93c49;
    text-decoration:none;
}

.small-divider {
    width:100%;
    height:35px;
    background:#2e2e2e;
    overflow:hidden;
    text-align:right;
}
.small-divider.small-divider-center {
    text-align:center;
}
.small-divider .small-divider-stripes {
    height:70px;
}
.small-divider .small-divider-stripe {
    position:relative;
    display:inline-block;
    width:20px;
    height:200%;
    top:-50%;
    transform:rotate(-45deg);
    background:#ffe556;
    margin-right:37px;
}

ul.extra-checks {
    list-style-type: none;
    padding-left:0;
}
ul.extra-checks li {
    background-image:url(/assets/images/checkmark_icon.png);
    background-size:24px 24px;
    background-position:center left;
    background-repeat:no-repeat;
    padding-left:35px;
    font-size:16px;
    margin-top:10px;
    font-style:italic;
}
ul.extra-checks li:first-child {
    margin-top:0;
}

footer {
    margin-top:50px;
    background:#2e2e2e;
    padding-bottom:20px;
}

.footer-divider {
    width:100%;
    height:25px;
    background:#2e2e2e;
    overflow:hidden;
    text-align:left;
}
.footer-divider .footer-divider-stripes {
    height:70px;
    margin-left:200px;
}
.footer-divider .footer-divider-stripe {
    position:relative;
    display:inline-block;
    width:25px;
    height:200%;
    top:-50%;
    transform:rotate(-45deg);
    background:#ffe556;
    margin-right:45px;
}

footer .footer-flexbox {
    height:60px;
    display:flex;
    align-items: center;
}
footer .footer-flexbox .logo {
    font-family: 'Rubik Dirt', sans-serif;
    align-items: center;
    font-size:40px;
    display:inline-block;
    padding:10px 0;
    font-weight:normal;
    margin-top:25px;
    line-height:34px;
    position:relative;
    z-index:1500;
    color:white;
}
footer .footer-flexbox .logo .lighter {
    font-family: 'Rubik Maze', sans-serif;
    color:#dedede;
}
footer .footer-flexbox .logo small {
    font-size:22px;
    font-weight:bold;
    font-family: 'Roboto', sans-serif;
}
footer .footer-flexbox .logo small span.dot {
    font-size:40px;
    color:#f93c49;
}
@media (max-width:767px) {
    footer .footer-flexbox .logo:hover small span.rotate {
        display: inline-block;
        transform: rotate(-9deg);
    }
}
@media (min-width:991px) {
    footer .footer-flexbox .logo:hover small span.rotate {
        display: inline-block;
        transform: rotate(-9deg);
    }
}
footer .footer-flexbox .logo-holder {
    position:relative;
    z-index:2001;
}
footer .footer-flexbox .logo:hover {
    text-decoration: none;
}
footer .footer-flexbox .logo img {
    width:35px;
    height:34px;
    position:relative;
    top:-1px;
    margin-right:5px;
}
@media (max-width:767px) {
    header {
        height:52px;
    }
    footer .footer-flexbox .logo {
        font-size:30px;
        padding:5px 8px 3px 8px;
        margin-top:16px;
    }
    footer .footer-flexbox .logo::before {
        top:-8px;
        right:-6px;
    }
    footer .footer-flexbox .logo img {
        width:20px;
        height:24px;
    }
}
footer .footer-flexbox .menu {
    flex-grow:1;
    align-items: center;
    text-align:right;
    padding-top:15px;
}
footer .footer-flexbox .menu a {
    display:inline-block;
    margin-left:18px;
    margin-right:18px;
    font-size:14px;
    color:white;
}

.rocket-image-holder {
    max-width:250px;
    margin-left:auto;
    margin-right:auto;
}
.rocket-image {
    position:relative;
    width:100%;
    padding-top:198%;
    display:block;
}
.rocket-image .actual-rocket-image {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url(/assets/images/launch_icon.png);
    background-size:cover;
    transform:rotate(15deg);
}

.rocket-image .white-stripes {
    position:absolute;
    top:10%;
    left:-20px;
    width:75%;
    padding-top:120%;
    background:#2e2e2e;
    overflow:hidden;
}
.rocket-image .white-stripes div {
    position:absolute;
    transform:rotate(45deg);
    background:#ffe556;
    width:8%;
    height:100%;
    left:45%;
}
.rocket-image .white-stripes div:nth-child(1) {
    top:-68%;
}
.rocket-image .white-stripes div:nth-child(2) {
    top:-53%;
}
.rocket-image .white-stripes div:nth-child(3) {
    top:-38%;
}
.rocket-image .white-stripes div:nth-child(4) {
    top:-23%;
}
.rocket-image .white-stripes div:nth-child(5) {
    top:-8%;
}
.rocket-image .white-stripes div:nth-child(6) {
    top:7%;
}
.rocket-image .white-stripes div:nth-child(7) {
    top:22%;
}
.rocket-image .white-stripes div:nth-child(8) {
    top:37%;
}
.rocket-image .white-stripes div:nth-child(9) {
    top:52%;
}
.rocket-image .white-stripes div:nth-child(10) {
    top:67%;
}

@media (min-width:768px) and (max-width:991px) {
    h1.main_title {
        font-size:49px;
    }
}
@media (max-width:767px) {
    h1.main_title {
        margin-top:10px;
    }
    .mobile-content-holder {
        padding:0 30px;
    }
    .usp {
        margin-top:15px;
    }
    .usps .usp:first-child {
        margin-top:40px;
    }
    .usps .usp:last-child {
        margin-top:50px;
    }
    .usp-icon.usp-icon-hidden {
        display:none;
    }
}
@media (max-width:490px) {
    h1.main_title {
        font-size:40px;
    }
    h1.main_title small.subtag {
        font-size:17px;
    }
}
@media (max-width:410px) {
    h1.main_title {
        font-size:35px;
    }
    h1.main_title small.subtag {
        font-size:15px;
    }
}
@media (max-width:400px) {
    .mobile-content-holder {
        padding:0 15px;
    }
}
@media (min-width: 992px) {
    .pr-extreme {
        padding-right: 150px !important;
    }
}

@media (min-width:768px) {
    body {
        padding-bottom:155px;
    }
    .complete-footer {
        width:100%;
        position:absolute;
        bottom:0;
        left:0;
    }
}

label small {
    display:block;
    font-size:10px;
}

@media (max-width:767px) {
    footer .footer-flexbox {
        display:block;
        height:auto;
        flex-direction:column;
        justify-content:start;
    }
    footer .footer-flexbox .menu {
        text-align:left;
        margin-top:20px;
    }
    footer .footer-flexbox .menu a {
        text-align:left;
        display:inline-block;
        width:auto;
    }
}
@media (max-width:420px) {
    footer .footer-flexbox .menu a:nth-child(2) {
        display:none;
    }
}

.alert.alert-custom {
    background:#77e683;
    display:inline-block;
    width:auto;
}
.alert.alert-custom a {
    color:#f93c49;
    text-decoration: underline;
}
.alert.alert-custom a:hover {
    color:#f93c49;
    text-decoration: none;
}
::-webkit-input-placeholder {
    font-style:italic;
}
::-moz-placeholder {
    font-style:italic;
}
::-ms-placeholder {
    font-style:italic;
}
::placeholder {
    font-style:italic;
}

.image-holder-image {
    width:100%;
    padding-top:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    border-radius:3px;
    margin-bottom:20px;
    position:relative;
}
.image-holder-image a.removelink {
    display:block;
    position:absolute;
    top:5px;
    right:10px;
    color:red;
}
.image-holder-image.image-holder-image-pending::after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.3);
    border-radius:3px;
    background-image:url(/assets/images/loader.svg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:30px 30px;
}

.miniature-image {
    width:75px;
    height:75px;
    background-size:cover;
    background-repeat:no-repeat;
    border-radius:50%;
}
.table-bots td {
    vertical-align:middle;
}
.table-bots tr th,
.table-bots tr td {
    border:0;
}
.table-bots tr {
    border-bottom:2px dotted #2e2e2e;
}
.table-bots tbody tr:last-child {
    border-bottom:0;
}

input.inp-error {
    border-color:red;
}
input.inp-success {
    border-color:green;
}
small.inp-error-message {
    color:#f93c49;
    display:block;
    font-size:12px;
}
a, a:hover {
    color:#f93c49;
}

.delete_profile_link {
    font-size:12px;
    color:#2e2e2e;
    text-decoration: underline;
}
.delete_profile_link:hover {
    color:#2e2e2e;
    text-decoration: none;
}

.payout-list .payout {
    background:rgba(0,0,0,.05);
    padding:10px 15px;
    margin-top:15px;
}

.typeahead-popup {
    position:fixed;
    z-index:9500;
    min-width:200px;
    height:auto;
    border:1px solid #d9ecdb;
    border-radius:3px;
    background:white;
}
.typeahead-popup ul {
    cursor:pointer;
    list-style-type:none;
    padding:0;
    margin:0;
}
.typeahead-popup ul li {
    border-top:1px solid #d9ecdb;
    padding:8px 15px;
}
.typeahead-popup ul li:hover {
    background:#d9ecdb;
}
.typeahead-popup ul li:first-child {
    border-top:0;
}

.chat_score {
    width:100%;
    height:47px;
    padding:4px;
    border:2px solid #464646;
    border-radius:4px;
}
.chat_score div {
    height:100%;
    line-height:35px;
    color:white;
    font-weight:bold;
    min-width:30px;
    background:#e64d50;
    text-align:center;
}
.chat_score div.mediocre {
    background:#f58a0c;
}
.chat_score div.good {
    background:#83aa0d;
}

.verify-green-icon {
    display: inline-block;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left 4px;
    background-size: auto 15px;
    background-image: url(/assets/images/verified_small.png);
}