.cc-element-mobile,
.cc-element-mobile-portrait,
.cc-element-mobile-landscape {
    display: none;
}

img{pointer-events: none;}

.cc-no-user-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


input.form-control.form-element-inline{
    display:inline-block;
    width: auto;
}

.active-yellow{
    color: #ffa500;
    font-size: 18px;
}


.cta-cnt{
    display: inline-block;
    text-align: center;
}

.cc-static-content p {
    font-size: 12px;
}

.cc-static {
    margin-bottom: 10px;
}

.text-center{
    text-align: center;
}

label.check {
    cursor: pointer
}

label.check input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none
}

label.check span {
    padding: 7px 14px;
    border: 2px solid #ffa500;
    display: inline-block;
    color: #ffa500;
    border-radius: 3px;
    text-transform: uppercase
}

label.check input:checked+span {
    border-color: #ffa500;
    background-color: #ffa500;
    color: #000
}

.cc-just-in-time-tooltip-expand-right p:before {
    right: 0;
    left: 10px;
}

.cc-just-in-time-tooltip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

.cc-just-in-time-tooltip p strong {
    font-weight: bold;
    margin-right: 3px;
    color: inherit;
}
.typeform-full-screen {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.cc-float-right {
    float: right;
}

.cc-popup-banner.cc-popup .cc-popup-hide {
    display: inline-block;
}

.cc-popup-banner .cc-popup-content {
    background: rgba(57, 57, 57, 1);
    max-width: 100%;
    width: 100%;
    /*text-align: center;*/
    color: rgb(255, 255, 255);
    padding: 5px 10px 5px 10px;
}
.cc-popup-banner-align-top .cc-popup-content {
    top: 0;
}
.cc-popup-banner-align-bottom .cc-popup-content {
    top: initial;
    bottom: 30vh;
    position: fixed;
    overflow-x: hidden;
}
.cc-popup-banner-align-bottom .cc-popup-confirm-buttons {
    margin-bottom: 10px;
    margin-top: 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.cc-popup-banner .cc-popup-segments {
    height: auto;
    padding: 0;
    width: 100%;
    margin: 0 0 0 50%;
    transform: translateX(-50%);
    border: 0;
}

.cc-popup-banner .cc-popup-confirm-buttons button {
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    margin-right: 5px;
}

.cc-popup-banner .cc-tickbox,
.cc-popup-banner .cc-radio {
    text-align: left;
}

.cc-popup-banner .cc-popup-content h1,
.cc-popup-banner .cc-popup-content h2,
.cc-popup-banner .cc-popup-content h3,
.cc-popup-banner .cc-popup-content h4 {
    color: #FFF;
}

.cc-popup-banner-align-bottom .cc-popup-confirm-buttons button {
/*    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    margin-right: 5px;*/
}

.cc-popup-banner-align-bottom .cc-popup-segments {
    /*width: 100%;*/
}

.cc-popup-banner .cc-tickbox .cc-tickbox-content,
.cc-popup-banner .cc-radio .cc-radio-content {
    display: block;
    color: #949494;
}

.cc-popup-banner .cc-tickbox .cc-tickbox-content a,
.cc-popup-banner .cc-radio .cc-radio-content a {
    color: #FFF;
}

.cc-popup-banner .cc-popup-button-confirm {
    width: auto;
}

.cc-popup-banner .cc-popup-button-refute {
    width: auto;
    float: none;
    margin-left: 15px;
}

.cc-popup-banner.cc-popup-align-top .cc-popup-content {
    top: 0;
    transform: translateX(0) !important;
}

.cc-popup.cc-popup-hide-contents {
    background: rgb(8, 8, 8);
}

.cc-banner {
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.cc-banner-bottom {
    bottom: 0;
    left: 0;
    position: fixed;
}

.cc-banner-top {
    position: relative;
}

.cc-banner-wrapper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}

.cc-banner-inner {
    background-color: #000000;
    bottom: 0;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.6;
    padding-left: 10px;
    padding-top: 7px;
}

.cc-banner.cc-tophalf-banner {
    height: 50vh;
    background-color: white;
    color: black;
}
.cc-tophalf-banner .cc-banner-wrapper {
    height: 100%;
}
.cc-tophalf-banner .cc-banner-inner {
    background-color: inherit;
}

.cc-banner-summary {
    color: #FFFFFF;
    font-size: 12px;
    height: 50px;
    left: 10px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    white-space: nowrap;
    width: 100%;
}

.cc-banner-summary a {
    color: #ffffff;
}

.cc-tophalf-banner .cc-banner-summary,
.cc-tophalf-banner .cc-banner-summary a {
    color: black;
}

.cc-banner-button-confirm {
    background-color: #000000;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial;
    font-size: 12px;
    opacity: 1;
    padding: 5px;
    margin-left: 10px;
}

.cc-banner-button-refute {
    background-color: #000000;
    color: #FFFFFF;
    cursor: pointer;
    font-family: arial;
    font-size: 12px;
    opacity: 1;
    padding: 5px;
    margin-left: 10px;
}

.center-popup-segments .cc-popup-segments {
    text-align: center;
}

.cc-tickbox input,
.cc-radio input{
    cursor: pointer;
}

.cc-tickbox.cc-tickbox-hide-checkbox input,
.cc-radio.cc-radio-hide-checkbox input {
    display: none;
}

.cc-tickbox-on-registration #conditions,
.cc-radio-on-registration #conditions {
    display: none;
}

.cc-tickbox .cc-tickbox-label,
.cc-radio .cc-radio-label {
    float: none;
    margin-right: 10px;
    width: auto;
    display: inline;
    font-weight: inherit;
}

.cc-popup-content .cc-popup-segment .cc-tickbox-label,
.cc-popup-content .cc-popup-segment .cc-radio-label {
    font-weight: 600;
}

.cc-tickbox .cc-tickbox-content,
.cc-radio .cc-radio-content {
    display: none;
}

.selected-header{
    background-color: #ffa500;
    color: #000;
    padding: 5px;
    border-radius: 5px;
    text-shadow: none;
    font-weight: bold;
    font-family: 'Roboto Condensed';
}


.random-profiles{
   text-align: center;
   width: 100%;
   overflow: hidden;
   max-width: 100%;
  
}




.profile-box{
   
     display: inline-block;
          border: 3px solid rgba(0,0,0,0.3);
     position: relative;
     margin: 0;
}

.profile-photo-box:after {
  content: "";
  display: block;
  padding-bottom: 100%; 
}

.profile-photo-box{
     max-width: 180px;
     width: 180px;
      position: relative;
       margin: auto;
    overflow: hidden;
    
}

.profile-photo-box img{
   
    margin:auto;
    
  width: 100%; 
   height: 100%;
 transition: all 0.3s;
    transform: scale(1.2);
  
}

.profile-photo-box:hover img{
transform: scale(1);
}

.profile-info-age{
   position: absolute;
   bottom: 0;
   left: 0;
   color: #ffffff;
    background-color: rgba(0,0,0,0.5);
    border-radius: 0 7px 0 0;
}


.profile-info-status{
   position: absolute;
   top: 0;
   right: 0;
   color: #00ff00;
   background-color: rgba(0,0,0,0.5);
   border-radius: 0 0 0 7px;
}

.profile-info-age span, .profile-info-status span{
    display: inline-block;
    padding: 5px 10px;
}



.about-cnt .profile-photo-box{
    max-width:100%;
}
 .about-cnt .profile-box{
margin: 0 10px 20px 0;
max-width: 45%;
width: 180px;
 }

  .about-cnt{
      margin-top:30px;
  }


.row {
    margin-left: 0;
    margin-right: 0;
}
.col-xs-4 {
    width:25%;
}
.col-xs-6 {
    width:50%;
}
.col-xs-12 {
    width:100%;
}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,
.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,
.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
    padding-left:15px; 
    padding-right:15px;
    float:left;
    position: relative;
    min-height: 1px;
}

@media only screen and (min-width:480px) {
    .col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        padding-left:15px; 
        padding-right:15px;
        float:left;
        position: relative;
        min-height: 1px;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .col-sm-3 {
        width:25%;
    }
    .col-sm-4 {
        width:33.33%;
    }
    .col-sm-6 {
        width:50%;
    }
    .col-sm-8 {
        width:66.67%;
    }
    .col-sm-9 {
        width:75%;
    }
    .col-sm-offset-2 {
        margin-left:16.67%;
    }
    .col-sm-offset-2-5 {
        margin-left:20%;
    }
    .col-sm-offset-3 {
        margin-left:25%;
    }
    .col-sm-offset-4 {
        margin-left:33.33%;
    }
    .btn {
        width:180px !important;
    }
}
.form-control {
    width:100%;
}
.pull-left {
    float:left !important;
}
.pull-right {
    float:right !important;
}

.btn {
    display: block;
    margin: 10px auto 30px;
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    padding: 15px;
    background: #ffa500;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.navigation {
    clear:both;
    text-align: center;
}

.navigation .btn{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    width:auto;
    margin: 15px;
}

h2.title-results {
    clear:both;
}
.step { 
    text-align: center; 
    margin-top:30px;
}
.step > .question{
    font-size: 16px;
    padding-bottom: 12px;
    letter-spacing: 0.5px;
}
.step button.btn{
    padding: 15px;;
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 20px;
}
.step select,.step input{
    margin-bottom: 12px;
}
.step ul{
    list-style: none;
    padding-left: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}
.step select {
    font-size:20px;
}
.navigation button.btn {
    font-size:20px;
    font-weight:normal;
}
.step .btn:hover, .navigation .btn:hover {
    background:#ffdb4d;
}




@font-face {
    font-family: "icons";
    src: url("/web/20180901003449im_/http://onbeperkt-daten.nl/css/css/fonts/icons-webfont.eot");
    src: url("/web/20180901003449im_/http://onbeperkt-daten.nl/css/css/fonts/icons-webfont.eot#iefix") format("embedded-opentype"), url("/web/20180901003449im_/http://onbeperkt-daten.nl/css/css/fonts/icons-webfont.woff") format("woff"), url("/web/20180901003449im_/http://onbeperkt-daten.nl/css/css/fonts/icons-webfont.ttf") format("truetype"), url("/web/20180901003449im_/http://onbeperkt-daten.nl/css/css/fonts/icons-webfont.svg#iconsregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Fontawesome";
    src: url("/web/20180901003449im_/http://onbeperkt-daten.nl/css/css/fonts/fontawesome-webfont.eot");
    src: url("/web/20180901003449im_/http://onbeperkt-daten.nl/css/css/fonts/fontawesome-webfont.eot#iefix") format("embedded-opentype"), url("/web/20180901003449im_/http://onbeperkt-daten.nl/css/css/fonts/fontawesome-webfont.woff") format("woff"), url("/web/20180901003449im_/http://onbeperkt-daten.nl/css/css/fonts/fontawesome-webfont.ttf") format("truetype"), url("/web/20180901003449im_/http://onbeperkt-daten.nl/css/css/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    background: #000000;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
*,
*:before,
*:after {
    -wekit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    font-size: inherit;
    -webkit-text-size-adjust: none;
}
body {
    margin: 0;
    min-height: 100%;
    background: #000000;
}
a {
    color: #FFCC00;
    text-decoration: none;
}
a:hover {
    cursor: pointer;
}
a img {
    border: none;
}
button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
select,
textarea {
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 8px;
    font-family: inherit;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
select,
textarea {
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3) inset;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3) inset;
    background: #FFFFFF;
    color: #454545;
}
input[type="file"] {
    opacity: 0 !important;
}
button {
    cursor: pointer;
}
select {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.not-mobile,
.show-960 {
    display: none !important;
}
.bold {
    font-weight: bold;
}
.slogan .bold {
    font-size:19px;
}
.highlight-text {
    color: #FFCC00 !important;
}
.back {
    cursor: pointer;
}
.success-message,
.error-message {
    display: none;
    margin: 8px auto;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.success-message {
    color: #00AA00;
}
.error-message {
    color: #E85700;
}
.header {
    position: relative;
    overflow: hidden;
}
.header.only-mobile .logo {
    width: 186px;
    height: 49px;
}
.header .search,
.header .menu {
    margin: 10px 10px 0;
}
.header .search img,
.header .menu img {
    width: 26px;
    height: 25px;
}
.header .search {
    float: left;
}
.header .menu {
    float: right;
}
.header .logo {
    display: block;
    margin: 0 auto;
}
.header .logo.splash {
    margin-top: 10px;
    margin-bottom: 10px;
}
.header .login {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.header .login-popup {
    display: none;
    position: relative;
    padding: 12px;
    background: #FFCC00;
}
.header .login-popup .close {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
}
.header .login-popup .title {
    margin-top: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.header .login-popup .errors {
    margin-bottom: 10px;
    color: #E85700;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.header .login-popup .errors p {
    margin: 0;
}
.header .login-popup input,
.header .login-popup button {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
}
.header .login-popup button {
    background: #3016B0;
    color: #FFFFFF;
}
.header .login-popup a {
    display: block;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.header .login-popup div[data-cnt="forgot"] {
    display: none;
}
.header .shadow {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 0 70px 6px #FFFFFF;
    box-shadow: 0 0 70px 6px #FFFFFF;
}
.menu-dropdown {
    display: none;
    margin: 8px 8px;
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0;
    font-weight: bold;
}
.menu-dropdown a {
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    display: inline-block;
    position: relative;
    margin: 0 1% 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 48%;
    height: 36px;
    padding: 5px 5px 5px 15px;
    background: #313131;
    color: #FFFFFF;
    line-height: 28px;
    text-decoration: none;
    font-size: 14px;
}
.menu-dropdown a.highlight-text {
    color: #FFCC00;
}
.menu-dropdown a .text {
    vertical-align: middle;
}
.menu-dropdown a img {
    margin-right: 15px;
    vertical-align: middle;
}
.menu-dropdown a .event-counter {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 16px;
    min-width: 16px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 2px;
    background: #FFCC00;
    color: #454545;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
}
.menu-dropdown a .credits-left {
    color: #FFCC00;
    font-weight: normal;
}
.menu-dropdown .mailbox {
    display: block;
    width: 98%;
    text-align: center;
}
.menu-dropdown .mailbox .unread-messages {
    position: relative;
    display: inline-block;
    top: -7px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    min-width: 16px;
    height: 16px;
    padding: 2px;
    background: #F14709;
    line-height: 14px;
    font-size: 14px;
    font-weight: normal;
}
.menu-dropdown .member-info {
    margin: 0 1% 8px;
    width: 98%;
    height: 44px;
    background: #313131;
    color: #FFFFFF;
    text-align: center;
}
.menu-dropdown .member-info span {
    vertical-align: middle;
    font-size: 14px;
}
.menu-dropdown .member-info img {
    margin: 3px 8px;
    border: 1px solid #FFCC00;
    width: 38px;
    vertical-align: middle;
}
.menu-dropdown .credits {
    padding-right: 0;
}
.menu-dropdown .credits span {
    vertical-align: middle;
}
.slogan {
    padding: 8px;
    background: rgba(255,255,255,0.2);
    color: #FFCC00;
    text-align: center;
}
.free-credit-banner {
    margin: 5px;
    border: 2px solid #FFCC00;
    padding: 5px;
    background: #333333;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}
.free-credit-banner span {
    display: inline-block;
}
.free-credit-banner .text {
    margin-bottom: 5px;
    font-size: 17px;
}
.free-credit-banner .text .highlight {
    color: #FFCC00;
    text-transform: uppercase;
    font-weight: bold;
}
.free-credit-banner .free-button {
    cursor: pointer;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    max-width: 340px;
    background: #04BF54;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.free-credit-banner .free-button a {
    display: block;
    padding: 10px;
    color: #FFFFFF;
}
.footer {
    padding: 20px 10px;
    background: #404040;
    color: #9A9A9A;
    text-align: center;
    font-size: 12px;
}
.footer .footer-content-wrapper {
    margin: 0 auto;
   
}
.footer .links {
    margin-bottom: 10px;
}
.footer a {
    margin: 8px;
    color: #9A9A9A;
    text-decoration: none;
    font-size: 14px;
}
.footer p {
    margin: 0;
}
.footer .margin-top {
    margin-top: 15px;
}
.content {
    margin: 0 8px;
  
}
.content h1,
.content h2 {
    margin-top: 20px;
}
.content h2 {
    overflow: hidden;
    margin: 10px 0;
    border-bottom: 1px solid #FFCC00;
    padding-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}
.content h2 img {
    float: right;
    width: 20px;
}
.content .text-results {
    font-family: 'Roboto Condensed', sans-serif;
}
.content .text-results[data-results="no"],
.content .text-results[data-results="no-more"] {
    margin-bottom: 80px;
}
.results-fade-bg {
    width:100%; position:absolute; background-color:#000; opacity:0; z-index: -1; margin-top: 45px; height:2350px;
}
.content .results .profile {
    border-bottom: 1px solid #313131;
    padding: 8px 0;
}
.content .results .profile:first-of-type {
    padding-top: 0;
}
.content .results .profile:after {
    content: " ";
    display: block;
    clear: both;
}
.content .results .profile .wrapper-img {
    float: left;
    position: relative;
}
.content .results .profile .wrapper-img .new-match {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 2px;
    background: rgba(0,0,0,0.7);
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.content .results .profile .wrapper-img .new-match img {
    margin-left: 3px;
    height: 12px;
}
.content .results .profile .profile-img {
    float: left;
    width: 140px;
    margin-right: 8px;
}
.content .results .profile .data {
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
}
.content .results .profile .data a {
    display: block;
    margin: 0;
    font-size: 13px;
}
.content .results .profile .data .name {
    display: block;
    color: #FFCC00;
    font-size: 17px;
    font-weight: bold;
}
.content .results .profile .data .title {
    overflow: hidden;
    margin-bottom: 5px;
    height: 30px;
    color: #FFFFFF;
    font-weight: bold;
}
.content .results .profile .data .text {
    overflow: hidden;
    position: relative;
    padding-right: 20px;
    margin-bottom: 10px;
    height: 60px;
    padding-bottom: 5px;
    color: #ACACAC;
}
.content .results .profile .data .more {
    display: block;
    position: static;
    margin-top: 5px;
    color: #FFFFFF;
    font-weight: bold;
}
.content .results .profile .data .more img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}
.content .results .empty {
    margin-bottom: 15px;
    text-align: center;
}
.content .pagination {
    position: relative;
    margin: 30px 8px;
    text-align: center;
}
.content .pagination a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.content .pagination .prev,
.content .pagination .next {
    position: absolute;
    color: #FFFFFF;
}
.content .pagination .prev img,
.content .pagination .next img {
    vertical-align: middle;
}
.content .pagination .prev {
    left: 8px;
}
.content .pagination .next {
    right: 8px;
}
.content .send-message {
    margin-bottom: 15px;
}
.content .send-message .subject,
.content .send-message .message {
    display: block;
    margin-bottom: 8px;
    width: 100%;
}
.content .send-message .message {
    height: 80px;
}
.content .send-message .add-picture,
.content .send-message .send {
    height: 40px;
}
.content .send-message .add-picture {
    cursor: pointer;
    position: relative;
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    float: left;
    margin-right: 2%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 18%;
    padding: 8px 15px;
    background: #313131;
    text-align: center;
}
.content .send-message .add-picture .attachment-field {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 43px;
    opacity: 0;
}
.content .send-message .send {
    cursor: pointer;
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 80%;
    padding: 8px 15px;
    background: #FFCC00;
    color: #454545;
    text-align: center;
    font-weight: bold;
}
.content .send-message .send.disabled {
    background: #494949;
    color: #303030;
}
.content .send-message .filename {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 12px;
}
.content .payment_click .method-choice {
    margin-bottom: 15px;
}
.content .payment_click .method-choice .button {
    display: block;
    margin-bottom: 8px;
}
.content .payment_click .method-choice .button.phone {
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    background: #FFCC00;
    color: #454545;
    line-height: 14px;
    font-size: 12px;
}
.content .payment_click .method-choice .button.phone .icon {
    margin-top: 0px;
    height: auto;
}
.content .payment_click .method-choice .button.phone strong {
    font-size: 16px;
}
.content .payment_click .method-choice .button.credits {
    clear: both;
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    background: #454545;
    line-height: 14px;
    font-size: 12px;
}
.content .payment_click .method-choice .button.credits .icon {
    margin-top: 0px;
    height: auto;
}
.content .payment_click .method-choice .button.credits strong {
    font-size: 16px;
}
.content .payment_click .method-choice .button.nlbe {
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    background: #FFCC00;
    color: #454545;
    line-height: 14px;
    font-size: 12px;
}
.content .payment_click .method-choice .button.nlbe:last-of-type {
    float: right;
}
.content .payment_click .method-choice .button.nlbe .icon {
    margin-top: 0px;
    height: auto;
}
.content .payment_click .method-choice .button.nlbe strong {
    font-size: 16px;
}
.content .payment_click .method-choice .button .icon {
    float: left;
    margin-top: 6px;
    margin-right: 8px;
}
.content .payment_click .method-choice .button .icon img {
    height: 26px;
}
.content .payment_click .method-choice .button .price {
    font-size: 12px;
}
.content .payment_click .ppc-choice .button {
    float: left;
    width: 49%;
    padding: 5px;
}
.content .country-switch img {
    vertical-align: middle;
}
.content .country-switch a {
    display: block;
    text-align: right;
    font-size: 14px;
}
.content .back {
    clear: both;
    margin-bottom: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}
.content .back img {
    vertical-align: middle;
}
.content.splash {
    margin: 0;
    max-width: 100%;
    display:flex;
    align-items: center;
}

.content .cta-cnt.large-hide{
  padding: 0 20px;   
}

.content.splash h1,
.content.splash h2 {
    margin-top: 20px;
    text-align: center;
}
.content.splash h1 {
    color: #FFCC00;
}
.content.splash h2 {
    border-bottom: none;
}
.content.splash img {
    cursor: pointer;
}
.content.splash .register {
    margin: 0 auto;
    max-width: 1200px;

    
}
.content.splash .register .error {
    color: red;
    border: 2px solid red;

}
.content.splash .register .error li {
    list-style-type: none;
}
.content.splash .register .has-error {
    border: 1px solid #E85700;
}
.content.splash .register .instructions {
    margin: 8px;
    
    padding-bottom: 8px;
    text-align: center;
    font-size: 12px;
}
.content.splash .register .instructions .time-left {
    color: #E85700;
    font-weight: bold;
}
.content.splash .register .numbers {
    margin: 20px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.content.splash .register .numbers span {
    margin: 8px;
    color: rgba(255,255,255,0.5);
}
.content.splash .register .numbers .active {
    color: #FFCC00;
}

.content.splash .register .btn-next {
    cursor: pointer;
    color: black;
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    margin: 10px auto;
    -webkit-border-radius: 3px;
    border-radius: 3px;
   
    padding: 10px 30px;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.content.splash .register .btn-next a {
    cursor: pointer;
    color: #454545;
}
.content.splash .register .btn-next img {
    float: right;
}
.content.splash .register .step-1 .btn-next {
    display: block;
}
.content.splash .register .question {
   
    text-align: center;
}
.content.splash .register .question label,
.content.splash .register .question select {
    width: 100%;
}
.content.splash .register .question label {
    display: inline-block;
    margin-bottom: 8px;
}
.content.splash .register .question select {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
.content.splash .register .option-wrapper {
    margin: 0 8px 15px;
}
.content.splash .register .option-wrapper input,
.content.splash .register .option-wrapper select {
    width: 100%;
}
.content.splash .register .option-wrapper.dob {
    font-size: 0;
}
.content.splash .register .option-wrapper.dob select {
    width: 27%;
    font-size: 16px;
}
.content.splash .register .option-wrapper.dob select:nth-child(2) {
    margin: 0 3%;
}
.content.splash .register .option-wrapper.dob select:last-of-type {
    width: 35%;
}
.content.splash .register .step-5,
.content.splash .register .step-6 {
    margin-right: 8px;
    margin-left: 8px;
}
.content.splash .register .step-6 {
    text-align: center;
}
.content.splash .register .step-6 .question {
    display: block;
}
.content.splash .register .step-6 p {
    color: #FFCC00;
    margin-top: 0;
}
.content.splash .register .step-6 .conditions {
    margin-top: 10px;
    margin-right: 4px;
    margin-left: 4px;
    max-width: 440px;
    text-align: left;
    color: #ACACAC;
}
.content.splash .register .step-6 .conditions input {
    margin-right: 3px;
    margin-bottom: 0;
    margin-left: 0;
    width: 13px;
    height: 13px;
    padding: 0;
    vertical-align: bottom;
}
.content.splash .register .step-6 .conditions span {
    color: #FFFFFF;
}
.content.splash .register .step-6 .conditions a {
    color: #ACACAC;
}
.content.splash .register .btn-register {
    display: block;
    margin: 10px auto 30px;
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    width: 250px;
    padding-right: 10px;
    padding-left: 10px;
    background: #FFCC00;
    color: #454545;
    font-size: 20px;
    font-weight: bold;
}
.content.splash .register .btn-register img {
    display: none;
}
.content.splash .register .conditions {
    margin: 0 8px 8px;
    text-align: center;
    font-size: 12px;
}
.content.splash .register .conditions a {
    color: #FFFFFF;
    text-decoration: underline;
}
.content.splash .register .error-message {
    text-align: center;
}
.content.splash .register .error-message ul {
    padding: 0;
}
.content.splash .register .register-success {
    display: none;
    margin: 0 8px;
    text-align: center;
    font-size: 14px;
}
.content.splash .register .register-success span {
    font-weight: bold;
}
.content.splash .register .register-success .email-link {
    display: block;
    margin: 10px auto 30px;
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 250px;
    padding: 10px;
    background: #FFCC00;
    color: #454545;
    font-size: 16px;
    font-weight: bold;
}
.content.splash .btn-see-profiles {
    display: block;
    margin: 10px auto 30px;
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    width: 180px;
    padding: 15px;
    background: #FFCC00;
    color: #454545;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.content.splash .testimonials {
    padding: 10px;
    background: #313131;
    color: #FFFFFF;
}
.content.splash .testimonials .blue {
    color: #417AD3;
}
.content.splash .testimonials .person-wrapper {
    margin: 0 auto;
    max-width: 600px;
    background: #FFFFFF;
    color: #000000;
}
.content.splash .testimonials .person {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px;
    width: 100%;
    font-size: 12px;
}
.content.splash .testimonials .person:after {
    content: " ";
    display: block;
    clear: both;
}
.content.splash .testimonials .person .img-wrapper {
    float: left;
    margin-right: 10px;
    width: 50px;
    text-align: center;
}
.content.splash .testimonials .person .img-wrapper img {
    cursor: default;
    width: 100%;
}
.content.splash .testimonials .person .name,
.content.splash .testimonials .person .text,
.content.splash .testimonials .person .options {
    margin-left: 60px;
}
.content.splash .testimonials .person .name {
    margin-bottom: 5px;
    color: #417AD3;
    font-weight: bold;
}
.content.splash .testimonials .person .text {
    overflow: hidden;
    margin-bottom: 5px;
}
.content.splash .testimonials .person .options .like,
.content.splash .testimonials .person .options .times-liked {
    color: #417AD3;
}
.content.splash .testimonials .person .options .like {
    cursor: pointer;
}
.content.splash .testimonials .person .options .date {
    color: #9A9A9A;
}
.content.splash .title-results {
    min-height: 27px;
}
.content.splash .search .results {
    margin: 0 auto 20px;
   
}
.splash-footer {
    border-bottom: 1px solid #9A9A9A;
    padding: 25px;
    color: #9A9A9A;
    text-align: center;
}
.splash-footer a {
    color: #9A9A9A;
}
.splash-footer .footer-content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}
.splash-footer .footer-content-wrapper img {
    cursor: default;
}
.splash-footer .share {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.splash-footer .share span,
.splash-footer .share img {
    vertical-align: middle;
}
.splash-footer .share span {
    margin-right: 3px;
}
.splash-footer .secure {
    margin: 20px 0;
}
.splash-footer .optimized {
    color: #349234;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.splash-footer .optimized span,
.splash-footer .optimized img {
    vertical-align: top;
}
.splash-footer .optimized span {
    display: inline-block;
    margin-top: 10px;
    margin-right: 3px;
    width: 130px;
}
.splash-footer p {
    font-size:17px;
    margin-bottom:8px;
}
.content.members .main-title {
    border-bottom: none;
    padding-bottom: 0;
    text-align: center;
    font-size: 14px;
}
.content.members .text-results {
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
}
.content.members .text-results a {
    cursor: pointer;
    display: block;
    margin: 8px auto;
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 260px;
    padding: 8px;
    background: #FFCC00;
    color: #454545;
    text-align: center;
    font-weight: bold;
}
.content.members .overview {
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 30px;
    border-top: 1px solid #FFCC00;
    padding-top: 10px;
    color: #FFFFFF;
    text-align: right;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}
.content.members .overview img {
    vertical-align: middle;
}


.birthdate_row{
    display: block;
    max-width: 900px;
    margin: 0 auto;
    
}

.birthdate_row .w-33{
    margin: 0;
    display: inline-block;
    padding-right: 15px;
}

.birthdate_row .w-33:last-child{
    padding-right: 0;
}


.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}


.dropdown-menu {
     position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .625rem 0;
    margin: .125rem 0 0;
    font-size: .9375rem;
    color: #a7a7a7;
    text-align: left;
    list-style: none;
    background-color: #29242a;
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,.15);
    border-radius: .375rem;
}




.dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #a7a7a7;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #aab0b7;
    pointer-events: none;
    background-color: transparent;
}


.first-time-instructions {
    position: fixed;
    z-index: 3;
    right: 0;
    top: 40%;
    left: 0;
    background: rgba(140,140,140,0.7);
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}
.first-time-instructions.narrow p {
    max-width: 330px;
}
.first-time-instructions.narrow .title {
    margin-bottom: 0;
    color: #FFCC00;
    font-weight: bold;
}
.first-time-instructions.narrow .text {
    margin-top: 0;
}
.first-time-instructions p {
    margin: 15px auto;
    max-width: 500px;
}
.first-time-instructions .close-button {
    cursor: pointer;
    display: block;
    margin: 0 auto 15px;
    width: 150px;
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 8px;
    background: #FFCC00;
    color: #454545;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 14px;
}
.first-time-instructions .close {
    display: block;
    margin: 0 auto 15px;
    width: 150px;
    color: #FFFFFF;
}
.first-time-instructions .close img {
    vertical-align: middle;
}
.content.search .search-bar {
    margin-bottom: 8px;
}
.content.search .search-bar select,
.content.search .search-bar input,
.content.search .search-bar button {
    margin-bottom: 8px;
    width: 100%;
}
.content.search .search-bar input {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.content.search .search-bar label {
    float: left;
    clear: left;
    width: 100px;
    height: 45px;
    line-height: 36px;
}
.content.search .search-bar .option-wrapper {
    overflow: hidden;
    height: 45px;
}
.content.search .search-bar .option-wrapper .option {
    height: 37px;
}
.content.search .search-bar button {
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    background: #FFCC00;
    color: #454545;
    font-size: 16px;
    font-weight: bold;
}
.content.my-matches .text-results {
    display: none;
    margin-top: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}
.content.my-matches-overview .results .profile .wrapper-img .new-match {
    display: block;
}
.content.profile a {
    color: #454545;
}
.content.profile .wrapper-profile {
    margin-top: 8px;
}
.content.profile .options {
    margin-top: 8px;
    padding: 4px;
    background: #313131;
    font-size: 0;
}
.content.profile .options.no-margin {
    margin-top: 0;
}
.content.profile .options .button {
    cursor: pointer;
    display: inline-block;
    width: 32%;
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 8px;
    background: #FFCC00;
    color: #454545;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 12px;
}
.content.profile .options .button.blink {
    margin-right: 2%;
    margin-left: 2%;
}
.content.profile .options .button img {
    float: left;
    margin-right: 5px;
    width: 28px;
}
.content.profile .options .button span {
    display: block;
    overflow: hidden;
}
.content.profile .widgets .widget-blink {
    padding: 4px;
    background: #313131;
}
.content.profile .widgets .widget-blink .success {
    padding: 5px 10px;
    font-family: 'Roboto Condensed', sans-serif;
}
.content.profile .widgets select {
    margin-bottom: 4px;
    width: 100%;
}
.content.profile .widgets button {
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    padding: 10px 20px;
    background: #FFCC00;
    color: #454545;
    font-size: 14px;
    font-weight: bold;
}
.content.profile .img-buttons {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    padding: 4px;
    background: #FFCC00;
}
.content.profile .img-buttons .shadow {
    position: absolute;
    bottom: 2px;
    width: 100%;
    -webkit-box-shadow: 0 0 200px 180px #2F2F2F;
    box-shadow: 0 0 200px 180px #2F2F2F;
}
.content.profile .profile-img {
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: 4px;
    width: 100%;
}
.content.profile .profile-img h2 {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    text-shadow: 1px 2px 1px #000000;
    border-bottom: none;
    padding: 10px;
    background: rgba(0,0,0,0.5);
}
.content.profile .profile-img h2 img {
    margin-top: 3px;
    width: 14px;
    height: 14px;
}
.content.profile .profile-img .liked,
.content.profile .profile-img .disliked,
.content.profile .profile-img .favorited,
.content.profile .profile-img .matched {
    z-index: 3;
    position: absolute;
    right: 0px;
    top: 50%;
    left: 0px;
    margin-top: -20px;
    padding: 15px;
    background: rgba(55,55,55,0.7);
    color: #FFFFFF;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}
.content.profile .profile-img .liked img,
.content.profile .profile-img .favorited img {
    display: block;
    margin: 0 auto 5px;
}
.content.profile .profile-img .matched {
    top: 30%;
}
.content.profile .profile-img .matched .close {
    cursor: pointer;
    float: right;
}
.content.profile .profile-img .matched p {
    margin: 0;
}
.content.profile .profile-img .matched .title {
    font-size: 24px;
    font-weight: bold;
}
.content.profile .profile-img .matched .pics {
    position: relative;
    margin: 10px 0;
}
.content.profile .profile-img .matched .pics img {
    display: inline-block;
    margin: 0 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 70px;
    vertical-align: middle;
    background: #FFFFFF;
}
.content.profile .profile-img .matched .pics .icon {
    position: absolute;
    z-index: 2;
    top: 15px;
    margin-left: -17px;
    width: 30px;
    background: transparent;
}
.content.profile .profile-img .matched a {
    display: block;
    color: #FFCC00;
}
.content.profile .profile-img .secondary-photos {
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: 10px;
}
.content.profile .profile-img .secondary-photos img {
    cursor: pointer;
    float: left;
    margin-left: 8px;
    width: 40px;
}
.content.profile .profile-img .already-liked {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 3px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}
.content.profile .profile-img .already-liked.hidden {
    display: none;
}
.content.profile .buttons {
    position: relative;
    z-index: 2;
    height: 45px;
}
.content.profile .buttons .button {
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset, 2px 2px 2px rgba(255,255,255,0.5) inset, -2px -2px 2px rgba(0,0,0,0.7) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset, 2px 2px 2px rgba(255,255,255,0.7) inset, -2px -2px 2px rgba(0,0,0,0.5) inset;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 49%;
    height: 45px;
    text-align: center;
    line-height: 45px;
}
.content.profile .buttons .button.like {
    background: #268722;
}
.content.profile .buttons .button.dismiss {
    background: #B9040F;
}
.content.profile .buttons .button.disabled {
    background: #494949;
}
.content.profile .buttons .button.disabled img {
    opacity: 0.25;
}
.content.profile .buttons .button img {
    width: 29px;
    height: 25px;
    vertical-align: middle;
}
.content.profile .buttons .like {
    float: left;
}
.content.profile .buttons .dismiss {
    float: right;
}
.content.profile .my-match {
    float: left;
    width: 46%;
    margin-right: 15px;
}
.content.profile .my-match p {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}
.content.profile .my-match .title {
    font-weight: bold;
    color: #FFCC00;
    word-wrap: break-word;
}
.content.profile .my-match .text {
    margin-bottom: 20px;
    color: #ACACAC;
    word-wrap: break-word;
}
.content.profile .data {
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
}
.content.profile .data p {
    margin: 0;
}
.content.profile .data span {
    color: #ACACAC;
}
.content.profile .data .title {
    font-weight: bold;
    color: #FFFFFF;
}
.content.profile .overview {
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 30px;
    border-top: 1px solid #FFCC00;
    padding-top: 10px;
    color: #FFFFFF;
    text-align: right;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}
.content.profile .overview img {
    vertical-align: middle;
}
.content.mailbox .message-empty {
    text-align: center;
    margin-top: 10px;
}
.content.mailbox .messages .message {
    position: relative;
    border-bottom: 1px solid #7C7C7C;
    height: 57px;
    padding: 5px;
    background: #3F3F3F;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
}
.content.mailbox .messages .message.unread {
    background: #2F2F2F;
}
.content.mailbox .messages .message .sender-img {
    float: left;
    margin-right: 5px;
    height: 100%;
}
.content.mailbox .messages .message .date-time {
    position: absolute;
    top: 5px;
    right: 5px;
}
.content.mailbox .messages .message .icons {
    float: right;
    margin-top: 25px;
    margin-left: 5px;
}
.content.mailbox .messages .message .icons img {
    width: 10px;
    height: 12px;
}
.content.mailbox .messages .message .text {
    overflow: hidden;
}
.content.mailbox .messages .message .text p {
    margin: 0;
}
.content.mailbox .messages .message .text .profile-name {
    color: #FFCC00;
    font-size: 14px;
}
.content.mailbox .messages .message .text .preview {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}
.content.mailbox .messages .message .text .preview .subject {
    display: none;
}
.content.mailbox .messages .pagination {
    position: relative;
    margin: 0 0 8px;
    padding: 10px 5px;
    background: #3F3F3F;
    font-family: 'Roboto Condensed', sans-serif;
}
.content.mailbox .messages .pagination:after {
    content: " ";
    display: block;
    clear: both;
}
.content.mailbox .messages .pagination .previous img,
.content.mailbox .messages .pagination .next img {
    vertical-align: middle;
}
.content.mailbox .messages .pagination .prev:before {
    content: url('/web/20180901003449im_/http://onbeperkt-daten.nl/img/icons/previous.svg');
    vertical-align: middle;
    margin-right: 5px;
}
.content.mailbox .messages .pagination .next:after {
    content: url('/web/20180901003449im_/http://onbeperkt-daten.nl/img/icons/next.svg');
    vertical-align: middle;
    margin-left: 5px;
}
.content.mailbox .messages .pagination .page {
    margin: 0;
}
.content.conversation .title {
    padding: 10px;
    background: #7D7D7D;
    font-family: 'Roboto Condensed', sans-serif;
}
.content.conversation .conversation {
    margin-bottom: 8px;
    padding-bottom: 12px;
    background: #3F3F3F;
    overflow-y: auto;
}
.content.conversation .conversation:after {
    content: " ";
    display: block;
    clear: both;
}
.content.conversation .conversation .profile-img {
    display: block;
    margin: 10px auto 0;
    width: 100px;
}
.content.conversation .conversation .start {
    padding: 8px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}
.content.conversation .conversation .received,
.content.conversation .conversation .sent {
    position: relative;
    margin: 8px 8px;
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 80%;
    padding: 5px;
    color: #4F4F4F;
    font-size: 14px;
}
.content.conversation .conversation .received .profile-img,
.content.conversation .conversation .sent .profile-img {
    width: 40px;
}
.content.conversation .conversation .received .message,
.content.conversation .conversation .sent .message {
    overflow: hidden;
}
.content.conversation .conversation .received .message p,
.content.conversation .conversation .sent .message p {
    margin: 0;
}
.content.conversation .conversation .received .message .name,
.content.conversation .conversation .sent .message .name {
    font-weight: bold;
}
.content.conversation .conversation .received .balloon-arrow,
.content.conversation .conversation .sent .balloon-arrow {
    position: absolute;
    bottom: -15px;
}
.content.conversation .conversation .received {
    float: left;
    background: #DCDCDC;
}
.content.conversation .conversation .received .profile-img {
    float: left;
    margin-right: 10px;
}
.content.conversation .conversation .received .balloon-arrow {
    left: 20px;
}
.content.conversation .conversation .sent {
    float: right;
    background: #FFFFFF;
}
.content.conversation .conversation .sent .profile-img {
    float: right;
    margin-left: 10px;
}
.content.conversation .conversation .sent .balloon-arrow {
    right: 20px;
}
.content.credits {
    margin: 0 8px 40px;
}
.content.credits h2 {
    margin: 10px 0;
}
.content.credits .payment-container h2 {
    border-bottom: none;
}
.content.credits .safe-pay {
    clear: both;
    display: block;
    margin: 40px auto 0;
}
.content.credits .column-payment-method {
    display: none;
}
.content.credits .bundle,
.content.credits .ppt-method {
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    position: relative;
    display: block;
    margin: 0 auto 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 20px;
    background: #E0E0E0;
    color: #454545;
    text-decoration: none;
    font-size: 14px;
}
.content.credits .bundle.checked,
.content.credits .ppt-method.checked {
    background: #FFCC00;
    font-weight: bold;
}
.content.credits .bundle label,
.content.credits .ppt-method label {
    display: block;
    width: 100%;
    height: 100%;
}
.content.credits .bundle .radio,
.content.credits .ppt-method .radio {
    display: none;
}
.content.credits .bundle img,
.content.credits .ppt-method img {
    vertical-align: middle;
}
.content.credits .bundle span,
.content.credits .ppt-method span {
    display: inline-block;
}
.content.credits .bundle .number-credits,
.content.credits .ppt-method .number-credits {
    margin-right: 8px;
    width: 80px;
    text-align: right;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.content.credits .bundle .price-message,
.content.credits .ppt-method .price-message {
    margin-right: 10px;
}
.content.credits .bundle .submethods,
.content.credits .ppt-method .submethods {
    position: absolute;
    top: 6px;
    right: 6px;
}
.content.credits .row.buy a {
    display: none;
}
.content.credits .row.buy span,
.content.credits .row.buy img {
    vertical-align: middle;
}
.content.credits .row.buy .next {
    float: right;
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 150px;
    padding: 8px 15px;
    background: #0C9B05;
    color: #FFCC00;
    text-shadow: 1px 1px #000000;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.content.credits .row.buy .next.disabled {
    background: #494949;
    color: #ACACAC;
}
.content.credits .row.buy .next.disabled img {
    opacity: 0.3;
}
.content.credits .row.buy .next img {
    float: right;
    margin-top: 3px;
}
.content.credits .back {
    margin-top: 8px;
    text-align: center;
    font-size: 12px;
}
.content.my-profile .title-data,
.content.my-profile .profile-data,
.content.my-profile .match-data {
    margin-bottom: 30px;
}
.content.my-profile .title-data .option .title-textarea {
    height: 35px;
}
.content.my-profile .title-data .option.right textarea {
    margin-bottom: 8px;
}
.content.my-profile label {
    margin-top: 8px;
    float: left;
    width: 120px;
    font-size: 14px;
}
.content.my-profile .option {
    overflow: hidden;
    margin-bottom: 8px;
}
.content.my-profile .option select,
.content.my-profile .option input,
.content.my-profile .option textarea {
    width: 100%;
    font-size: 14px;
}
.content.my-profile .option select[disabled] {
    color: #ACACAC;
}
.content.my-profile .option input,
.content.my-profile .option textarea {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.content.my-profile .option textarea {
    height: 80px;
}
.content.my-profile .option.dob {
    font-size: 0;
}
.content.my-profile .option.dob select {
    width: 27%;
    font-size: 14px;
}
.content.my-profile .option.dob select:nth-child(2) {
    margin: 0 3%;
}
.content.my-profile .option.dob select:last-of-type {
    width: 40%;
}
.content.my-profile button {
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    width: 100%;
    background: #FFCC00;
    color: #454545;
    font-weight: bold;
}
.content.account {
    font-size: 14px;
}
.content.account .content-wrapper > div {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #7C7C7C;
}
.content.account .content-wrapper > div:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}
.content.account .title {
    font-size: 16px;
    font-weight: bold;
}
.content.account input {
    float: left;
    clear: left;
    margin-right: 5px;
    margin-bottom: 8px;
}
.content.account label {
    float: left;
}
.content.account .period {
    clear: both;
    padding-top: 8px;
}
.content.account .period span {
    margin-right: 8px;
}
.content.account .password label {
    width: 100px;
    line-height: 33px;
}
.content.account .password .wrapper {
    overflow: hidden;
}
.content.account .password .wrapper input {
    float: none;
    width: 100%;
}
.content.account button {
    -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
    width: 100%;
    background: #313131;
    color: #FFFFFF;
    font-weight: bold;
}


@media (max-width: 767px) {
    .content.faq .faq-contact-wrapper .faq-wrapper .question .answer {
        padding-left: 15px;
        padding-right: 15px;
    }
    .content.faq .faq-contact-wrapper .contact-container {
        width: 100%;
    }
    .content.faq .faq-contact-wrapper .contact-container label {
        float: none;
        display: block;
    }
    .content.faq .faq-contact-wrapper .contact-container .contact {
        margin-left: 0;
        width: 100%;
    }
    
    

    
.selected-header{
    display: inline-block;
    font-size: 20px;
    padding: 5px;
    border-radius: 5px;
    text-shadow: none;
}
    
    
    .about-cnt{
        margin-top:0;
    }
    
 .about-cnt .profile-box{
margin: 0 ;
max-width: 240px;
    width: 45%;
    border-radius: 0;
    border: 3px solid rgba(0,0,0,0.3);
    position: relative;
    
 }
  
  .profile-box {
    display: inline-block;
    border-radius: 0;
    border: 3px solid rgba(0,0,0,0.3);
    position: relative;
    margin: 0;


}

.profile-photo-box {
    max-width: 240px;
    width: 100%;
}

.profile-photo-box img {
    max-width: 240px;
    width:100%;
}
  

  .content{
      margin: 0;
      padding: 0;
  }
  
  .content.splash .register .instructions{
      font-size: 14px;
  }
}

.profile-info-age{
    
    word-wrap: break-word;
}

    
    label.check{
        margin: 4px;
    display: inline-block;
    }

  


@media (min-width: 480px) {
    .hide-480 {
        display: none;
    }
    .content.splash .register .step-6 .conditions {
        margin-right: auto;
        margin-left: auto;
    }
    .content.credits .bundle {
        width: 310px;
    }
    .content.profile .options .button span {
        margin-top: 6px;
    }
}
@media (min-width: 533px) {
    .content .results .profile {
        display: inline-block;
        width: 48.5%;
    }
    .content .results .profile:nth-child(odd) {
        margin-right: 2%;
    }
    .content .results .profile:nth-child(2) {
        padding-top: 0;
    }
    .content .results .profile .profile-img {
        width: 115px;
    }
    .content .results .profile .data {
        padding-top: 0;
    }
    .content .results .profile .data .button {
        padding: 8px 12px;
    }
}
@media (min-width: 768px) {
    .not-mobile {
        display: block !important;
    }
    .only-mobile {
        display: none !important;
    }
    img.not-mobile,
    span.not-mobile,
    a.not-mobile {
        display: inline !important;
    }
    .header {
        overflow: hidden;
        margin-bottom: 40px;
        padding-bottom: 10px;
    }
    .header.guest {
        overflow: visible;
        margin: 0 auto;
        max-width: 960px;
    }
    .header .wrapper {
        margin: 0 auto;
        max-width: 960px;
    }
    .header .stars {
        position: absolute;
        top: 30px;
        left: 10px;
    }
    .header .login {
        top: 40px;
    }
    .header .login span,
    .header .login img {
        vertical-align: middle;
    }
    .header .login-popup {
        position: absolute;
        width: 260px;
        right: 10px;
        margin-top: 18px;
    }
    .header .logo.members {
        float: left;
        margin-left: 8px;
    }
    .header .menu-bar {
        position: relative;
        margin: 8px;
        margin-left: 300px;
        padding-top: 15px;
        text-align: right;
        font-size: 14px;
    }
    .header .menu-bar a {
        margin-right: 10px;
    }
    .header .menu-bar input {
        -webkit-appearance: none;
        height: 30px;
        font-weight: bold;
    }
    .header .menu-bar img {
        position: absolute;
        right: 0;
    }
    .slogan {
        font-size: 13px;
    }
    .free-credit-banner {
        margin-top: -35px;
    }
    .content .side-menu {
        float: left;
        margin-right: 20px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
    }
    .content .side-menu img,
    .content .side-menu a {
        display: block;
    }
    .content .side-menu img {
        margin: 10px auto 0;
    }
    .content .side-menu a {
        position: relative;
        margin-bottom: 1px;
        -webkit-box-shadow: 1px 1px 0 rgba(255,255,255,0.2) inset;
        box-shadow: 1px 1px 0 rgba(255,255,255,0.2) inset;
        padding: 5px 10px;
        background: #313131;
        color: #FFFFFF;
        text-align: left;
    }
    .content .side-menu a.logout {
        margin-bottom: 30px;
    }
    .content .side-menu a:hover {
        background: #595959;
    }
    .content .side-menu a span {
        color: #FFCC00;
    }
    .content .side-menu a .event-counter {
        position: absolute;
        top: -6px;
        right: -9px;
        height: 18px;
        min-width: 18px;
        -webkit-border-radius: 9px;
        border-radius: 9px;
        padding: 2px;
        background: #FFCC00;
        color: #454545;
        text-align: center;
    }
    .content .side-menu .mailbox {
        position: relative;
        margin-bottom: 25px;
    }
    .content .side-menu .mailbox .unread-messages {
        position: absolute;
        top: -6px;
        right: -9px;
        height: 18px;
        min-width: 18px;
        -webkit-border-radius: 9px;
        border-radius: 9px;
        padding: 2px;
        background: #F14709;
        color: #FFFFFF;
        text-align: center;
    }
    .content .side-menu .member-info {
        margin-top: 25px;
        margin-bottom: 1px;
        padding: 15px;
        background: #313131;
    }
    .content .side-menu .member-info .user-img {
        margin-top: 0;
        border: 1px solid #FFCC00;
        width: 100px;
    }
    .content .side-menu .member-info .username {
        margin-top: 5px;
        margin-bottom: 0;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 12px;
    }
    .content .side-menu .credits-left {
        position: absolute;
        margin-left: 3px;
    }
   
    .footer {
        padding: 15px 15px;
        background: #404040;
    }
    .footer .links {
        margin-bottom: 15px;
    }
    .content {
        margin: 0 auto;
        padding-right: 10px;
        padding-left: 10px;
    }
    
    
    
    
    .content h1,
    .content h2 {
        font-size: 21px;
    }
    .content h2 {
        margin-top: 0;
    }
    .content h2 img {
        margin-top: 5px;
    }
    .content .search-bar {
        overflow: hidden;
    }
    .content .text-results.margin-top {
        margin-top: 60px;
    }
    .content .results {
        overflow: hidden;
    }
    .content .results .result-tile.view.empty {
        text-align: center;
    }
    .content .results .profile {
        opacity: 0;
        position: relative;
        margin-bottom: 0;
        border-bottom: none;
        width: 100%;
        padding: 0;
    }
    .content .results .profile .wrapper-img {
        float: none;
        overflow: hidden;
        display: block;
    }
    .content .results .profile .wrapper-img .profile-img {
        float: none;
        width: 100%;
    }
    .content .results .profile .wrapper-img .shadow {
        position: absolute;
        z-index: 2;
        bottom: 0;
        -webkit-box-shadow: 0 0 10px 10px #000000;
        box-shadow: 0 0 10px 10px #000000;
        width: 100%;
        height: 0px;
        background: #000000;
    }
    .content .results .profile .data {
        margin-bottom: 15px;
    }
    .content .results .profile .data .title,
    .content .results .profile .data .text {
        margin-bottom: 5px;
        height: auto;
    }
    .content .results .profile .data .text {
        margin-bottom: 15px;
        max-height: 405px;
    }
    .content .results .profile .data .more {
        margin-bottom: 10px;
    }
    .content .pagination {
        font-size: 14px;
    }
    .content .pagination a {
        font-weight: normal;
    }
    .content .pagination .not-mobile {
        margin: 0 5px;
    }
    .content .pagination .prev:before {
        content: url('/web/20180901003449im_/http://onbeperkt-daten.nl/img/icons/previous.svg');
        vertical-align: middle;
        margin-right: 5px;
    }
    .content .pagination .next:after {
        content: url('/web/20180901003449im_/http://onbeperkt-daten.nl/img/icons/next.svg');
        vertical-align: middle;
        margin-left: 5px;
    }
    .content .payment-container {
        padding: 10px 10px 30px;
        background: #7D7D7D;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .content .payment-container .phonenumber {
        margin: 20px 0;
        text-align: center;
    }
    .content .payment-container .phonenumber .nr {
        margin-left: 5px;
        font-size: 30px;
        font-weight: bold;
    }
    .content .payment-container .explanation {
        display: block;
        margin-bottom: 5px;
        text-align: center;
        font-size: 14px;
    }
    .content .payment-container form {
        padding: 10px 0 10px 160px;
        background: #1B1B1B;
    }
    .content .payment-container form input {
        width: 110px;
    }
    .content .payment-container form a {
        -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
        box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 8px 15px;
        background: #FFCC00;
        color: #454545;
        text-align: center;
        font-weight: bold;
    }
    .content .payment-container form .country {
        color: #ACACAC;
        font-size: 12px;
    }
    .content .payment-container .cheaper {
        text-align: center;
        text-shadow: 2px 2px #000000;
        font-size: 24px;
        font-weight: bold;
    }
    .content .payment-container .buycreditsnow {
        display: block;
        -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
        box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 8px 15px;
        background: #FFCC00;
        color: #454545;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }
    .popup {
        position: absolute;
        left: 50% !important;
        margin-left: -295px;
        width: 590px;
        padding: 10px 10px 30px;
        background: #7D7D7D;
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .popup .hidden {
        display: none;
    }
    .popup h1 {
        margin: 20px 0;
        text-align: center;
    }
    .popup h1 span[data-pfp] {
        font-weight: bold;
    }
    .popup .phonenumber-cnt {
        margin: 20px 0;
        text-align: center;
    }
    .popup .phonenumber-cnt .number {
        margin-left: 5px;
        font-size: 30px;
        font-weight: bold;
    }
    .popup div[data-pfp="running"] .title,
    .popup div[data-pfp="running"] .credits-added {
        display: block;
    }
    .popup div[data-pfp="running"] .loading-bar {
        display: block;
        margin: 8px auto;
    }
    .popup div[data-pfp="running"] .info-line {
        display: block;
    }
    .popup .explaination-text {
        display: block;
        margin-bottom: 5px;
        text-align: center;
        font-size: 14px;
    }
    .popup .error {
        text-align: center;
        background: #000000;
        color: #E85700;
    }
    .popup form {
        padding: 10px 100px;
        background: #1B1B1B;
    }
    .popup form input {
        width: 110px;
    }
    .popup form a {
        -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
        box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 8px 15px;
        background: #FFCC00;
        color: #454545;
        text-align: center;
        font-weight: bold;
    }
    .popup .button[data-pfp="to-payments"] {
        display: block;
        margin-top: 10px;
        text-align: left;
    }
    .notification-bar {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        padding-top: 8px;
        background: #000000;
    }
    .notification-bar div {
        text-align: center;
    }
    .notification-bar .loader {
        margin-right: 8px;
    }
    .wrapper-splash {
        background-position: 0 40px;
    }
    .content.splash {
        padding: 0;
    }
    .content.splash .register {
       /* margin-top: 60px;
        margin-bottom: 80px; */
    }
    .content.splash .register h1 {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
    }
    .content.splash .register .instructions {
        font-size: 16px;
    }
    .content.splash .register .numbers {
        font-size: 36px;
    }
    .content.splash .register .step {
        text-align: center;
    }
    .content.splash .register .question {
        display: inline-block;
        font-size: 24px;
    }
    .content.splash .register .question.dob {
        display: block;
    }
    .content.splash .register .question.dob .option-wrapper {
        width: auto;
    }
    .content.splash .register .option-wrapper,
    .content.splash .register .register-success,
    .content.splash .register .error-message {
        margin-right: auto;
        margin-left: auto;
    }
    .content.splash .register .option-wrapper,
    .content.splash .register .error-message {
        width: 350px;
    }
    .content.splash .register .option-wrapper.dob {
        font-size: 0;
    }
    .content.splash .register .option-wrapper.dob select,
    .content.splash .register .option-wrapper.dob select:last-of-type {
        margin: 0;
        font-size: 24px;
    }
    .content.splash .register .option-wrapper.dob select:nth-child(2),
    .content.splash .register .option-wrapper.dob select:last-of-type:nth-child(2) {
        margin: 0 2%;
    }
    .content.splash .register .option-wrapper.dob select:last-of-type {
        width: 32%;
    }
    .content.splash .register .step-4 .question {
        margin-right: 0;
        margin-left: 0;
    }
    .content.splash .register .step-4 .option-wrapper {
        display: inline-block;
        margin: 0 8px;
    }
    .content.splash .register .step-5 .option-wrapper,
    .content.splash .register .step-5 button,
    .content.splash .register .step-6 .option-wrapper,
    .content.splash .register .step-6 button {
        display: inline-block;
        margin-right: 4px;
        margin-bottom: 4px;
        margin-left: 4px;
        font-size: 24px;
    }
    .content.splash .register .step-5 button,
    .content.splash .register .step-6 button {
        position: relative;
        width: 350px;
        height: 45px;
        font-weight: bold;
    }
    .content.splash .register .step-5 button img,
    .content.splash .register .step-6 button img {
        display: inline;
        float: right;
        margin-top: 3px;
    }
    .content.splash .register .step-6 .option-wrapper,
    .content.splash .register .step-6 button {
        text-align: left;
    }
    .content.splash .register .step-6 .option-wrapper {
        width: 48%;
        max-width: 440px;
    }
    .content.splash .register .step-6 .option-wrapper .no-margin-bottom {
        margin-bottom: 0;
    }
    .content.splash .register .step-6 .button-wrapper {
        vertical-align: top;
    }
    .content.splash .register .step-6 button {
        width: 100%;
        vertical-align: top;
    }
    .content.splash .register .register-success {
        width: auto;
        font-size: 18px;
        font-weight: 100;
    }
    .content.splash .register .register-success h2 {
        font-size: 28px;
    }
    .content.splash .register .register-success .email-link {
        width: 350px;
        font-size: 20px;
    }
    .content.splash .register .btn-next {
        clear: both;
        position: relative;
        -webkit-box-shadow: -10px -10px 10px rgba(0,0,0,0.2) inset;
        box-shadow: -10px -10px 10px rgba(0,0,0,0.2) inset;
        width: 250px;
        padding: 10px;
        font-size: 28px;
    }
    .content.splash .register .btn-next img {
        position: absolute;
        top: 15px;
        right: 20px;
    }
    .content.splash .title-results {
        min-height: 34px;
    }
    .content.splash .btn-register {
        margin-bottom: 60px;
        padding: 5px 20px;
        font-size: 24px;
    }
    .content.splash .testimonials {
        padding-bottom: 30px;
    }
    .splash-footer .share,
    .splash-footer .secure,
    .splash-footer .optimized {
        display: inline-block;
        vertical-align: middle;
        width: 32%;
    }
    .splash-footer .share {
        text-align: left;
    }
    .splash-footer .optimized {
        text-align: right;
    }
    .content.members .main-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-bottom: 1px solid #FFCC00;
        padding-bottom: 5px;
        font-size: 21px;
    }
    .content.members .main-title.no-more {
        text-align: left;
    }
    .content.search .search-bar .button-wrapper {
        overflow: hidden;
    }
    .content.profile h2 {
        overflow: hidden;
        text-align: left;
    }
    .content.profile .message-widget {
        margin-bottom: 8px;
    }
    .content.profile .send-message {
        margin-bottom: 8px;
    }
    .content.profile .profile-img h2 img {
        margin-top: 6px;
    }
    .content.profile .profile-img .matched {
        top: 40%;
    }
    .content.profile .profile-img .secondary-photos img {
        width: 70px;
    }
    .content.profile .img-buttons .shadow {
        position: absolute;
        bottom: 2px;
        width: 100%;
        -webkit-box-shadow: 0 0 400px 360px #2F2F2F;
        box-shadow: 0 0 400px 360px #2F2F2F;
    }
    .content.profile .wrapper-profile {
        overflow: hidden;
        margin: 0 auto;
        max-width: 500px;
    }
    .content.profile .wrapper-profile .button {
        cursor: pointer;
    }
    .content.profile .wrapper-profile .button.disabled {
        cursor: default;
    }
    .content.profile .wrapper-profile .button span {
        margin-top: 5px;
        font-size: 14px;
    }
    .content.profile .wrapper-profile .my-match {
        width: 49%;
    }
    .content.profile .wrapper-profile .my-match p {
        font-size: 16px;
    }
    .content.profile .wrapper-profile .data {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .content.profile .wrapper-profile .back {
        clear: both;
    }
    .content.mailbox .side-categories {
        display: none !important;
    }
    .content.mailbox .mailbox-header {
        overflow: hidden;
        padding: 8px 0;
        background: #707070;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .content.mailbox .mailbox-header span {
        display: inline-block;
    }
    .content.mailbox .mailbox-header .from {
        margin-left: 30px;
        width: 180px;
    }
    .content.mailbox .mailbox-header .sent {
        width: 90px;
    }
    .content.mailbox .mailbox-header .message {
        width: 160px;
    }
    .content.mailbox .messages {
        overflow: hidden;
    }
    .content.mailbox .messages .message {
        cursor: pointer;
        height: 85px;
        font-size: 14px;
    }
    .content.mailbox .messages .message.unread {
        color: #FFCC00;
    }
    .content.mailbox .messages .message .direction {
        float: left;
        padding-top: 30px;
        padding-left: 5px;
    }
    .content.mailbox .messages .message .sender-img {
        margin-left: 10px;
        width: 75px;
    }
    .content.mailbox .messages .message .text {
        height: 75px;
        line-height: 70px;
    }
    .content.mailbox .messages .message .text p {
        display: inline-block !important;
        vertical-align: top;
    }
    .content.mailbox .messages .message .text .profile-name {
        width: 100px;
    }
    .content.mailbox .messages .message .text .date-time-desktop {
        width: 90px;
    }
    .content.mailbox .messages .message .text .preview {
        margin-right: 10px;
        width: 150px;
        height: 85px;
        white-space: normal;
        line-height: 1.15;
    }
    .content.mailbox .messages .message .text .preview .subject {
        display: block;
        margin-bottom: 5px;
        color: #FFCC00;
        font-weight: bold;
    }
    .content.mailbox .messages .message .text .preview .message-text {
        line-height: 18px;
    }
    .content.mailbox .messages .message .icons {
        margin-left: 0;
        margin-right: 5px;
        line-height: 1.15;
    }
    .content.mailbox .messages .message .icons img,
    .content.mailbox .messages .message .icons input {
        vertical-align: middle;
    }
    .content.mailbox .messages .message .icons img {
        width: 10px;
        height: auto;
        margin-right: 5px;
    }
    .content.mailbox .messages .delete-bar {
        padding: 5px;
        background: #707070;
        text-align: right;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
    }
    .content.mailbox .messages .delete-bar .select-all {
        text-align: right;
        font-size: 14px;
    }
    .content.mailbox .messages .delete-bar .select-all span,
    .content.mailbox .messages .delete-bar .select-all input {
        cursor: pointer;
        vertical-align: middle;
    }
    .content.mailbox .messages .delete-bar .select-all input {
        margin-right: 15px;
    }
    .content.mailbox .messages .delete-bar .delete-wrapper {
        float: right;
        margin-right: 10px;
    }
    .content.mailbox .messages .delete-bar .delete-wrapper a {
        margin-right: 15px;
        color: #FFFFFF;
    }
    .content.mailbox .messages .delete-bar .delete-wrapper a.disabled {
        display: none;
    }
    .content.mailbox .messages .delete-bar .delete-wrapper a img {
        margin-left: 3px;
        vertical-align: middle;
    }
    .content.mailbox .messages .pagination {
        padding-right: 0;
        padding-left: 0;
        background: none;
    }
    .content.mailbox .messages .pagination .prev {
        left: 0;
    }
    .content.mailbox .messages .pagination .next {
        right: 0;
    }
    .content.conversation.not-mobile .side-categories {
        display: none !important;
    }
    .content.conversation.not-mobile .wrapper {
        overflow: hidden;
    }
    .content.conversation.not-mobile .wrapper:after {
        content: " ";
        display: block;
        clear: both;
    }
    .content.conversation.not-mobile .profile-data {
        float: right;
        margin-left: 20px;
        width: 200px;
        font-size: 14px;
    }
    .content.conversation.not-mobile .profile-data h2 {
        margin-bottom: 0;
        border-bottom: none;
    }
    .content.conversation.not-mobile .profile-data .img-wrapper {
        overflow: hidden;
        position: relative;
        margin-bottom: 15px;
        padding: 4px;
        background: #FFCC00;
        font-size: 0;
    }
    .content.conversation.not-mobile .profile-data .img-wrapper img {
        position: relative;
        z-index: 2;
        width: 100%;
        border: 1px solid #000000;
    }
    .content.conversation.not-mobile .profile-data .img-wrapper .shadow {
        position: absolute;
        bottom: 2px;
        width: 100%;
        -webkit-box-shadow: 0 0 100px 100px #2F2F2F;
        box-shadow: 0 0 100px 100px #2F2F2F;
    }
    .content.conversation.not-mobile .profile-data .data {
        font-family: 'Roboto Condensed', sans-serif;
    }
    .content.conversation.not-mobile .profile-data .data p {
        margin: 0;
    }
    .content.conversation.not-mobile .profile-data .data span {
        color: #ACACAC;
    }
    .content.conversation.not-mobile .profile-data .data .title {
        padding: 0;
        background: transparent;
        color: #FFFFFF;
        font-weight: bold;
    }
    .content.conversation.not-mobile .conversation {
        padding-bottom: 0;
    }
    .content.conversation.not-mobile h2 a {
        color: #FFFFFF;
    }
    .content.conversation.not-mobile .first-message,
    .content.conversation.not-mobile .send-message,
    .content.conversation.not-mobile .message-item {
        border-bottom: 1px solid #7C7C7C;
        padding: 15px;
        background: #3F3F3F;
    }
    .content.conversation.not-mobile .first-message {
        padding: 0;
    }
    .content.conversation.not-mobile .first-message .message-item {
        border-bottom: none;
    }
    .content.conversation.not-mobile .message-item:last-of-type {
        border-bottom: none;
    }
    .content.conversation.not-mobile .send-message {
        margin-bottom: 0;
    }
    .content.conversation.not-mobile .send-message form {
        overflow: hidden;
    }
    .content.conversation.not-mobile .send-message .reply-title {
        margin-bottom: 15px;
        color: #FFCC00;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
    }
    .content.conversation.not-mobile .send-message input[name="attachment"] {
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 43px;
    }
    .content.conversation.not-mobile .send-message .upload {
        float: left;
        width: 250px;
        height: 40px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background: #FFFFFF;
    }
    .content.conversation.not-mobile .send-message .upload .add-picture,
    .content.conversation.not-mobile .send-message .upload .filename {
        float: left;
    }
    .content.conversation.not-mobile .send-message .upload .add-picture {
        width: 75px;
    }
    .content.conversation.not-mobile .send-message .upload .filename {
        overflow: hidden;
        margin-right: 10px;
        margin-left: 5px;
        width: 155px;
        height: 40px;
        color: #454545;
        line-height: 40px;
        font-size: 16px;
    }
    .content.conversation.not-mobile .send-message .message {
        height: 120px;
    }
    .content.conversation.not-mobile .send-message .send {
        float: right;
        width: 180px;
    }
    .content.conversation.not-mobile .profile-photo,
    .content.conversation.not-mobile .session-img {
        float: left;
        margin-right: 15px;
        width: 100px;
    }
    .content.conversation.not-mobile .profile-photo img,
    .content.conversation.not-mobile .session-img img {
        width: 100%;
    }
    .content.conversation.not-mobile .message-container {
        overflow: hidden;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .content.conversation.not-mobile .message-title {
        margin-bottom: 15px;
    }
    .content.conversation.not-mobile .message-title .subject {
        color: #FFCC00;
        font-weight: bold;
    }
    .content.conversation.not-mobile .message-title .date {
        float: right;
        text-align: right;
    }
    .content.conversation.not-mobile .attachment-button {
        cursor: pointer;
        float: left;
        margin-top: 15px;
        -webkit-box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
        box-shadow: 8px 8px 8px rgba(255,255,255,0.1) inset, -8px -8px 8px rgba(0,0,0,0.2) inset;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 10px;
        background: #323232;
        font-weight: bold;
    }
    .content.conversation.not-mobile .attachment-button img {
        margin-right: 5px;
        vertical-align: middle;
    }
    .content.conversation.not-mobile .ppc-container {
        margin: 0 auto;
        width: 500px;
    }
    .content.conversation.not-mobile .ppc-container .error-message {
        text-align: left;
    }
    .content.credits {
        margin-right: auto;
        margin-left: auto;
    }
    .content.credits .payment-container {
        background: none;
    }
    .content.credits .payment-container h2 {
        color: #FFFFFF;
        font-size: 21px;
    }
    .content.credits .payment-container .safe-pay {
        margin-top: 0;
    }
    .content.credits .bundle,
    .content.credits .ppt-method {
        cursor: pointer;
        background: #E0E0E0;
        line-height: 25px;
    }
    .content.credits .bundle.checked,
    .content.credits .ppt-method.checked {
        position: relative;
        background: #FFCC00;
        font-weight: bold;
    }
    .content.credits .bundle.checked:before,
    .content.credits .ppt-method.checked:before {
        content: url("/web/20180901003449im_/http://onbeperkt-daten.nl/css/img/icons/checked.png");
        position: absolute;
        z-index: 2;
        width: 13px;
        height: 25px;
        left: 10px;
    }
    .content.credits .bundle span,
    .content.credits .bundle label,
    .content.credits .bundle img,
    .content.credits .ppt-method span,
    .content.credits .ppt-method label,
    .content.credits .ppt-method img {
        cursor: pointer;
    }
    .content.credits .column-credit-bundle {
        float: left;
        margin-right: 20px;
        width: 40%;
    }
    .content.credits .column-credit-bundle .bundle {
        width: auto;
        height: 46px;
    }
    .content.credits .column-payment-method {
        display: block;
        overflow: hidden;
    }
    .content.credits .column-payment-method .ppt-methods {
        text-transform: uppercase;
    }
    .content.credits .column-payment-method .ppt-methods .ppt-method {
        padding-left: 30px;
    }
    .content.credits .column-payment-method .ppt-methods .ppt-method .submethods {
        width: 130px;
    }
    .content.credits .row.buy a {
        display: inline;
    }
    .content.credits .row.buy a.back {
        display: none;
    }
    .content.credits .row.buy .next {
        width: 180px;
        margin-top: 90px;
    }
    .content.credits .back {
        text-align: left;
        font-size: 14px;
    }
    .content.my-profile {
        position: relative;
    }
    .content.my-profile .side-categories {
        display: none !important;
    }
    .content.my-profile .title-data .option .title-textarea {
        height: 80px;
    }
    .content.my-profile .title-data .option.left {
        float: left;
        width: 40%;
    }
    .content.my-profile .title-data .option.right {
        overflow: hidden;
    }
    .content.my-profile .wrapper-button {
        overflow: hidden;
    }
    .content.my-profile .wrapper-button button {
        width: 100%;
    }
    .content.my-profile .left {
        float: left;
        margin-right: 2%;
        width: 40%;
    }
    .content.my-profile .right {
        overflow: hidden;
    }
    .content.account .side-categories {
        display: none !important;
    }
    .content.account .content-wrapper {
        overflow: hidden;
    }
    .content.account .notifications,
    .content.account .password,
    .content.account .remove {
        overflow: hidden;
    }
    .content.account .notifications s

    button,
    .content.account .notifications .success-message,
    .content.account .notifications .error-message,
    .content.account .password s

    button,
    .content.account .password .success-message,
    .content.account .password .error-message,
    .content.account .remove s

    button,
    .content.account .remove .success-message,
    .content.account .remove .error-message {
        width: 80%;
        margin-left: 20%;
    }
    .content.account input,
    .content.account button {
        max-width: 300px;
    }
    .content.account .password {
        border-bottom: 1px solid #7C7C7C;
    }
    .content.photos .side-categories {
        display: none !important;
    }
    .content.photos .wrapper {
        overflow: hidden;
    }
    .content.photos .picture {
        display: inline-block;
        width: 31%;
        margin-right: 8px;
    }
    .content.photos .picture .picture-wrapper {
        margin-bottom: 8px;
        width: 100%;
        padding-top: 100%;
    }
    .content.photos .picture .options {
        clear: left;
        padding-top: 0;
    }
    .content.photos .add-picture {
        max-width: 300px;
    }
    .content.contact select,
    .content.contact input,
    .content.contact textarea {
        width: 99%;
    }
    .faq-wrapper h2 {
        margin-top: 10px;
        font-size: 18px;
    }
    .content.free-credit .free-credit-button {
        margin-top: 40px;
        font-size: 21px;
    }
    .content.free-credit .free-credit-button.accept-button,
    .content.free-credit .free-credit-button a {
        padding: 15px;
    }
    .content.conditions .wrapper,
    .content.cookiepolicy .wrapper,
    .content.privacy .wrapper,
    .content.sponsors .wrapper,
    .content.company .wrapper,
    .content.delete .wrapper,
    .content.price .wrapper {
        overflow: hidden;
    }
    .cookiepolicy-txt {
        text-align: center;
        font-size: 14px;
    }
    .cookiepolicy-txt .cookiepolicy-accept-cookies {
        float: none;
    }
    .no-svg .content .pagination .previous:before {
        content: url('/web/20180901003449im_/http://onbeperkt-daten.nl/img/icons/previous.png');
        vertical-align: middle;
        margin-left: 5px;
    }
    .no-svg .content .pagination .next:after {
        content: url('/web/20180901003449im_/http://onbeperkt-daten.nl/img/icons/next.png');
        vertical-align: middle;
        margin-left: 5px;
    }




}
@media (min-width: 768px) {
    .galcolumn {width:16.4063%; padding-left:15px; padding-bottom:15px; float:left; box-sizing:border-box;}
    .results-fade-bg{margin-top:0;}
     
}
@media (min-width: 960px) {
    .hide-960 {
        display: none !important;
    }
    .show-960 {
        display: block !important;
    }
    .results {
        max-width: 610px;
    }
}
@media (min-width: 1024px) {
    .header {
        padding-right: 0;
        padding-left: 0;
    }
    .header .logo.members {
        margin-left: 0;
    }
    .content {
        padding-right: 0;
        padding-left: 0;
    }
    .content.splash h1 {
        font-size: 26px;
    }
    .content.splash .register .instructions {
        font-size: 20px;
    }
    .content.mailbox .mailbox-header .from {
        margin-left: 50px;
        width: 185px;
    }
    .content.mailbox .mailbox-header .sent {
        width: 100px;
    }
    .content.mailbox .mailbox-header .message {
        width: 270px;
    }
    .content.mailbox .mailbox-header .select-all input {
        margin-right: 25px;
    }
    .content.mailbox .messages .message .direction {
        padding-left: 15px;
    }
    .content.mailbox .messages .message .sender-img {
        margin-left: 20px;
    }
    .content.mailbox .messages .message .text .profile-name {
        width: 105px;
    }
    .content.mailbox .messages .message .text .date-time-desktop {
        width: 100px;
    }
    .content.mailbox .messages .message .text .preview {
        width: 260px;
    }
    .content.mailbox .messages .message .icons {
        margin-right: 15px;
    }
    .content.mailbox .messages .message .icons img {
        margin-right: 10px;
        width: auto;
        height: auto;
    }
    .content.credits .side-categories {
        display: none !important;
    }
    .content.credits .column-payment-method .ppt-methods .ppt-method .submethods {
        width: auto;
    }
    .content.my-profile .left {
        width: 43%;
    }
    .content.account .notifications {
        margin-right: 120px;
    }
}


body{color: #FFFFFF;}





@media (orientation: landscape) and (max-height: 600px) {
    .cc-element-mobile,
    .cc-element-mobile-landscape {
        display: block;
    }
    .cc-popup-content {
        max-width: 100%;
        max-height: 90%;
        min-width: 85%;
        width: auto;
        padding: 10px;
    }
    .cc-popup-header h1 {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .cc-popup-segments {
        padding: 10px;
    }

    .cc-popup-confirm-buttons {
        position: relative;
        padding: 0px;
    }

    .cc-popup-banner-align-bottom .cc-popup-confirm-buttons {
        position: relative;
        padding: 0px;
        text-align: center;
    }

    .cc-popup-confirm-buttons button {
        margin-top: 10px;
    }
    .cc-popup-segments,
    .cc-no-foreword .cc-popup-segments,
    .cc-no-confirmation .cc-popup-segments {
        height: auto;
        overflow: auto;
        margin-bottom: 0;
        max-height: 150px;
    }
    .cc-popup.cc-popup-hide-contents {
        background: rgb(255,255,255);
    }
}

@media (orientation: landscape) and (max-width: 737px) {

    .cc-popup-content {
        width: 100%;
    }
}

@media (orientation: landscape) and (max-height: 375px) {
    .cc-popup-header h1 {
        margin-bottom: 5px;
        margin-top: 0;
    }
    .cc-popup-segments {
        padding: 0px 5px 0px 5px;
    }
    .cc-popup-content p {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (orientation: landscape) and (max-height: 359px) {
    .cc-popup-header h1 {
        margin-bottom: 5px;
        margin-top: 0;
        font-size: 20px;
    }
    .cc-popup-segments {
        padding: 0px 5px 0px 5px;
    }
    .cc-popup-content p {
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 1.3;
        font-size: 15px;
    }
    .cc-popup-confirm-buttons button {
        height: 40px;
        line-height: 40px;
    }
    .cc-popup-content {
        padding: 5px;
    }
}

@media (orientation: portrait) and (max-width: 767px) {
    .cc-element-mobile,
    .cc-element-mobile-portrait {
        display: block;
    }
    .cc-banner,
    .cc-banner-inner {
        height: 60px;
    }
    .cc-popup-content {
        max-width: 100%;
        max-height: 90%;
        width: 100%;
        padding: 10px;
        transform: translate(0vw, 0vh);
    }
    .cc-popup-header h1 {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .cc-popup-segments {
        padding: 10px;
    }
    .cc-popup-confirm-buttons{
        position: relative;
        padding: 0px;
    }
    .cc-popup-banner-align-bottom .cc-popup-confirm-buttons {
        position: relative;
        padding: 0px;
        text-align: center;
    }
    .cc-popup-confirm-buttons button {
        margin-top: 10px;
        float: inherit;
        width: 100%;
    }
    .cc-popup-segments,
    .cc-no-foreword .cc-popup-segments,
    .cc-no-confirmation .cc-popup-segments {
        height: auto;
        overflow: auto;
        margin-bottom: 0;
        max-height: 40vh;
    }
    .cc-popup.cc-popup-hide-contents {
        background: rgb(255,255,255);
    }
    .cc-popup-header .cc-popup-color-danger {
        font-size: 18px;
    }
}

@media (orientation: portrait) and (max-width: 374px) {
    .cc-popup-header h1 {
        margin-bottom: 5px;
        margin-top: 0;
    }
    .cc-popup-segments {
        padding: 0px 5px 0px 5px;
    }
    .cc-popup-content p {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (orientation: portrait) and (max-width: 359px) {
    .cc-popup-header h1 {
        margin-bottom: 5px;
        margin-top: 0;
        font-size: 20px;
    }
    .cc-popup-segments {
        padding: 0px 5px 0px 5px;
    }
    .cc-popup-content p {
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 1.3;
        font-size: 15px;
    }
    .cc-popup-confirm-buttons button {
        height: 40px;
        line-height: 40px;
    }
}
/* ----------------------- */
/* #multiConsent_stepStyle */
/* ----------------------- */

#multiConsent_stepStyle {
	background-color: transparent;
	position: fixed;
	width: 100vw;
	min-height: 110vh;
}

#multiConsent_stepStyle a {
  color: #000;
  text-decoration: underline;
}

#multiConsent_stepStyle .cc-banner-wrapper {
    background-color: #fff;
    border: 1px solid #000;
}

#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-progress {
	background-color: #dfdfdf;
	height: 10px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}

#multiConsent_stepStyle .cc-banner-wrapper .cc-radio-progress {
	height: 100%;
}

#multiConsent_stepStyle .cc-banner-wrapper .cc-radio-progress.cc-radio-progress-recorded-consent {
	background-color: #60b767;
}

#multiConsent_stepStyle .cc-banner-wrapper .cc-radio-progress.cc-radio-progress-active {
	background-color: #7bed84;
}

#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary {
    background-color: #454545;
    color: #fff;
    line-height: 80px;
    padding-top: 20px;
}

#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary img {
  vertical-align: bottom;
	border-radius: 50%;
}

#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary p {
	word-break: break-word;
	white-space: normal;
	padding: 0 5px;
	line-height: 18px;
	font-size: 14px;
	margin-top: 10px;
}

#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner {
	height: 100%;
	opacity: 1;
	padding-left: 0;
	padding-top: 0;
}

#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio {
	height: 100%;
}

#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-input {
	display: none;
}

#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label {
	display: block;
	margin-right: 0;
	justify-content: center;
	text-align: center;
	position: relative;
}

#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-refute,
#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-confirm {
	border: 1px solid #dfdfdf;
	position: relative;
	top: 20vh;
	height: 35px;
	min-width: 35px;
    border-radius: 25px;
}

#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-refute {
	text-align: center;
	background-image: url(/img/icons/broken-heart@2x.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	background-size: 25px 25px;
	color: #dfdfdf;
	cursor: pointer;
}

#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-confirm {
	text-align: center;
	background-image: url(/img/icons/heart@2x.png);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	background-size: 25px 25px;
	background-color: #60b767;
	border: 1px solid #60b767;
	color: #dfdfdf;
	cursor: pointer;
}

#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-button-refute, #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-button-confirm {
	display: none;
}

#multiConsent_stepStyle .cc-banner-wrapper .cc-radio-error {
	position: absolute;
	top: 10px;
	color: #f00;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	width: 100%;
	justify-content: center;
}


.topnav{
    background-color: #333333;
    text-align: center;
    
   background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 42%, rgba(221,162,35,1) 100%);
}

.bbg{
    background-color: rgba(0,0,0, 0.8);
}

.topnav-content{
    text-align:center;
}

ul.topmenu li a.logout-link{
    color: #fff;
    margin: 0;
}

.toplogo{
        line-height: 40px;
    color: #fff;
    font-size: 24px;
    padding: 10px 15px;
    margin: 0 ;
    display: block;
    white-space: nowrap;
}

.toplogo span{
    font-weight:bold;
    color: #ffa500;
}



h2.mid-crossed {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #fff; 
   line-height: 0.1em;
   margin: 50px 0 30px; 
   
} 

h2.mid-crossed span { 
    background: #000;
    padding:6px;
    border-radius: 6px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}



ul.topmenu {
    margin: 0;
    padding: 0;
     list-style: none;
     display: inline-block;
}

ul.topmenu li{
    padding:10px 5px;
    margin: 0;
    display: inline-block;
       
}

ul.topmenu.menu-cent li{
    padding: 20px 20px;
}

ul.topmenu li a{
    font-size: 15px;
    text-transform: uppercase;
     color: #333;
     display:inline-block;
}

.mobilemenu .button.login, .topmenu .button.login{
    margin-top: 0;
    color: #fff;
    background-color: #000;
}

.mobilemenu .button.login:hover, .topmenu .button.login:hover{
    background-color: #222;
}

ul.topmenu.right {
    text-align: right;
}

ul.topmenu.ml-auto{
    margin-left: auto;
}

ul.topmobile{
    display: none;
}

.mobilemenu{
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #ececec;
}

.text-error{
    color: red;
}

@media (max-width: 992px) { 
    ul.topmenu{
        display:none;
        width: 100%;
    }
    
    ul.topmenu li{
        display: block;
        width: 100%;
        text-align: center;
    }
    
    ul.topmenu.topmobile{
        display: block;
        width: 74px;
    }
    
    ul.topmenu.topmobile li a img{
        width: 34px;
        height: 34px;
    }
}







@media (min-width: 1281px) {
	#multiConsent_stepStyle .cc-banner-wrapper {
		width: 1200px;
		height: 500px;
		position: relative;
		top: 10vh;
		display: flex;
		flex-direction: row;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-progress {
		width: 60%;
		left: 40%;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary {
		width: 40%;
		height: 100%;
		display: block;
		border-bottom: 0;
		left: 0;
		top: 0;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary img {
		width: 40%;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner {
		width: 60%;
		position: relative;
		right: -40%;
		margin-left: 0;
		margin-right: 0;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio {
		height: 100%;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label {
		top: 30%;
		height: 170px;
		padding: 0 5px;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-refute, #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-confirm {
		width: 200px;
		left: 20%;
		display: inline-block;
		top: 100px;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-refute {
		position: relative;
		left: -70px;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-confirm {
		margin-bottom: 10px;
		position: relative;
		left: 380px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	#multiConsent_stepStyle .cc-banner-wrapper {
		width: 980px;
		height: 500px;
		position: relative;
		top: 10vh;
		display: flex;
		flex-direction: row;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-progress {
		width: 60%;
		left: 40%;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary {
		width: 40%;
		height: 100%;
		display: block;
		border-bottom: 0;
		left: 0;
		top: 0;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary img {
		width: 40%;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner {
		width: 60%;
		position: relative;
		right: -40%;
		margin-left: 0;
		margin-right: 0;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label {
		top: 30%;
		height: 170px;
		padding: 0 5px;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-refute, #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-confirm {
		width: 200px;
		left: 20%;
		display: inline-block;
		top: 100px;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-refute {
		position: relative;
		left: -120px;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-confirm {
		margin-bottom: 10px;
		position: relative;
		left: 300px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	#multiConsent_stepStyle {
		overflow: scroll;
	}

	#multiConsent_stepStyle .cc-banner-wrapper {
		width: 630px;
		height: 600px;
		position: relative;
		top: 10vh;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-progress {
		width: 100%;
		left: 0;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary {
		height: 250px;
		display: block;
		left: 0;
    top: 10px;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary img {
		width: 20%;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner {
		width: 100%;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label {
		top: 300px;
		height: 170px;
		padding: 0 5px;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-refute, #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-confirm {
		display: block;
		width: 60%;
		top: 40%;
		left: 20%;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-confirm {
		margin-bottom: 10px;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-radio-error {
		position: absolute;
		top: 260px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	#multiConsent_stepStyle .cc-banner-inner .cc-radio-label {
		height: 200px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-progress {
		width: 100%;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary {
		display: none;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner {
		width: 100%;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label {
		top: 20vh;
		height: 100px;
		padding: 0 5px;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-refute, #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-confirm {
		display: block;
		width: 60vw;
		left: 20vw;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-confirm {
		margin-bottom: 10px;
	}
}

@media (max-width: 480px) {
	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-progress {
		width: 100%;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-summary {
		display: none;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner {
		width: 100%;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label {
		top: 20vh;
		height: 200px;
		padding: 0 5px;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-refute, #multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-confirm {
		display: block;
		width: 60vw;
		left: 20vw;
	}

	#multiConsent_stepStyle .cc-banner-wrapper .cc-banner-inner .cc-radio-label-confirm {
		margin-bottom: 10px;
	}
}


.mobilemenu{
    background-color: #333333;    
}

.button{
    background-color: #ffa500;
}

.button:hover{
     background-color: #cc8401;
}

.topnav-content{
    padding: 0;
}

.toplogo{
    text-transform: uppercase;
}

body{
    background-image: url(/assets/images/cbg.jpg);
}

.content{
    background-color: transparent;
}

@media(max-width: 767px) {

    .toplogo{
    font-size: 20px;
    padding: 10px;
}

}