* {
    box-sizing: border-box;
}

.dtyrd-text-underline {
    text-decoration: underline !important;
}
.dtyrd-clear,
.clear {
    clear: both;
}
.dtyrd-transparent-white {
    background-image: url("/images/project/transparent_white.png");
}
.dtyrd-button-blink {
    color: transparent !important;
    text-shadow: transparent 1px 1px 1px !important;
}
.dtyrd-button-loading {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    text-shadow: transparent 1px 1px 1px !important;
    cursor: default !important;
    color: transparent !important;
    background-image: url("/images/project/loading_bright_small.gif?version=5440") !important;
    background-repeat: no-repeat;
    background-position: center center;
    outline: none;
}
.dtyrd-button-loading.dtyrd-button-small,
.dtyrd-button-loading.dtyrd-button-size-small,
.dtyrd-button-loading.dtyrd-button-size-medium,
.dtyrd-button-loading.dtyrd-button-medium {
    background-image: url("/images/project/loading_bright_small2.gif?version=5440") !important;
}
.dtyrd-button-loading.dtyrd-button-edit-profile,
.dtyrd-button-loading.dtyrd-button-save-interests {
    background-image: url("/images/project/loading_bright_small3.gif?version=5440") !important;
}
.dtyrd-box {
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.dtyrd-box-headline {
    background-image: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
    -webkit-border-top-left-radius: 5px !important;
    -moz-border-top-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
    -webkit-border-top-right-radius: 5px !important;
    -moz-border-top-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    height: 43px;
}
.dtyrd-box-headline span.image {
    margin-left: 20px;
    margin-top: 10px;
    display: block;
    width: 37px;
    height: 30px;
    background-image: url("/images/project/icons_bright.png?version=5440");
    float: left;
}
.dtyrd-box-headline span.text {
    font-size: 21px;
    height: 43px;
    line-height: 43px;
    margin-left: 10px;
    float: left;
}
.dtyrd-box-padding .dtyrd-box-content {
    padding: 15px;
}
.dtyrd-box-bottom {
    min-height: 10px;
    -webkit-border-bottom-left-radius: 5px !important;
    -moz-border-bottom-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    -webkit-border-bottom-right-radius: 5px !important;
    -moz-border-bottom-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.dtyrd-layer-background {
    z-index: 1000;
    opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    background-color: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    cursor: pointer;
}
.dtyrd-layer-content {
    z-index: 1001;
    position: absolute;
    width: 540px;
    height: 540px;
    top: 25%;
    left: 50%;
    margin-top: -50px;
    margin-left: -270px;
}
.dtyrd-layer-close {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}
.dtyrd-layer-content .dtyrd-box {
    background-color: white;
}
.dtyrd-cookie-consent {
    background-color: #ececec;
    padding: 10px 0px;
    text-align: center;
    font-size: 12px;
}
.dtyrd-cookie-consent .text a {
    color: #1378c5;
}

clear {
    clear: both;
}
.dtyrd-left {
    float: left;
}
.dtyrd-right {
    float: right;
}
.dtyrd-clear {
    clear: both;
}
.blurtext {
    color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.messages .message div {
    float: left;
}
.dtyrd-hidden,
.hidden {
    display: none !important;
}
.box_error,
.box_success,
.box_warning,
.box_info {
    padding: 18px;
    margin-bottom: 10px;
}
.box_error div.image,
.box_success div.image,
.box_warning div.image,
.box_info div.image {
    background-image: url("/images/project/icons_bright.png?version=5440");
    float: left;
    height: 25px;
    margin-left: 15px;
    margin-right: 15px;
}
.box_error {
    background-color: #fff6f6;
    border: 1px solid #8e0000;
}
.box_success {
    background-color: #faffe9;
    border: 1px solid #86ab00;
}
.box_warning {
    background-color: #fffee5;
    border: 1px solid #e7e140;
}
.box_info {
    background-color: #fffee5;
    border: 1px solid #e7e140;
}
.box_error .image {
    background-position: 0px -957px;
    width: 25px;
}
.box_success .image {
    background-position: 0px -932px;
    width: 30px;
}
.dtyrd-clickable {
    cursor: pointer;
}
.dtyrd-lp-highlight-visible-box,
.dtyrd-lp-highlight-visible,
.form_register,
.box {
    background-color: inherit;
    width: inherit;
}
.form_register_or {
    border-bottom: 1px dotted black;
    height: 10px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 5px;
    background-color: inherit;
}
.form_register_or_label {
    display: inline-block;
    padding: 0px 10px;
    background-color: inherit;
}
.dtyrd-form-row {
    position: relative;
}
form[name="application_register"] label {
    display: block;
    float: left;
    text-align: right;
    height: 26px;
    line-height: 30px;
    font-weight: bold;
    font-size: 13px;
}
.dtyrd-form-row-elements {
    width: 75.5%;
    float: left;
}
form[name="application_register"] select,
form[name="application_register"] input[type="text"] {
    float: left;
    margin-left: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 28px;
    border: 1px solid #ccc;
    margin-bottom: 9px;
    outline: none;
}
form[name="application_register"] select:focus,
form[name="application_register"] input[type="text"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
form[name="application_register"] select {
    height: 30px;
    padding: 4px 4px 4px 2px;
}
form[name="application_register"] label {
    width: 24.5%;
}
form[name="application_register"] select {
    width: 97.5%;
}
form[name="application_register"] input[type="text"] {
    width: 94%;
    padding-left: 3%;
}
form[name="application_register"] select[name="dob_day"],
form[name="application_register"] select[name="dob_day_unchecked"] {
    width: 25%;
}
form[name="application_register"] select[name="dob_month"],
form[name="application_register"] select[name="dob_month_unchecked"] {
    width: 43.5%;
    margin-left: 2%;
}
form[name="application_register"] select[name="dob_year"],
form[name="application_register"] select[name="dob_year_unchecked"] {
    width: 25%;
    margin-left: 2%;
}
form[name="facebook_register"] input[type="submit"] {
    height: 32px;
    border: 1px solid #19336c;
    background-color: #657db0;
    background-image: url(/images/project/landingpages.png?version=5440);
    background-position: 0px -22px;
    background-repeat: no-repeat;
    width: 100%;
    color: White;
    cursor: pointer;
}
form[name="application_register"] input[type="text"].dtyrd-form-error,
form[name="application_register"] select.dtyrd-form-error {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
    background: url("/images/project/form/error.png") no-repeat right center #ffebef;
}
form[name="application_register"] input[type="text"].dtyrd-form-success,
form[name="application_register"] select.dtyrd-form-success {
    background: url("/images/project/form/success.png") no-repeat right center #e3ffe5;
}
.dtyrd-form-error-box {
    position: absolute;
    right: 5px;
    top: 0px;
}
.dtyrd-form-error-arrow,
.dtyrd-form-error-arrow-content {
    border-width: 7px;
    border-style: solid;
    position: absolute;
    top: 9px;
    z-index: 30;
}
.dtyrd-form-error-arrow {
    border-color: transparent red transparent transparent;
    left: 0px;
}
.dtyrd-form-error-arrow-content {
    border-color: transparent #fff4f4 transparent transparent;
    left: 1px;
    z-index: 31;
}
form[name="application_register"] span.dtyrd-form-error-text {
    position: absolute;
    border: 1px solid red;
    left: 14px;
    background-color: white;
    line-height: 11px;
    width: 150px;
    z-index: 30;
    font-size: 11px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
    background-color: #fff4f4;
    color: #433c40;
}
.form_register_text {
    margin-top: 9px;
    text-align: left;
    opacity: 70%;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 10px;
}
.form_register_text a {
    color: inherit;
}
.form_register_text a:hover {
    text-decoration: none;
}
label[for="consent_remarketing"] {
    padding-bottom: 8px;
}
form[name="application_register"] input[type="submit"],
.dtyrd-button {
    text-transform: uppercase;
    margin-left: 0px;
    color: white;
    border: 0;
    text-shadow: #000 1px 1px 1px;
    padding: 0px 10px;
    height: 42px;
    width: 100%;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    cursor: pointer;
    background-color: #4aa735;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8ada51, endColorstr=#137b1d);
    background-image: -moz-linear-gradient(top, #8ada51 0%, #4aa735 50%, #137b1d 100%);
    background-image: linear-gradient(top, #8ada51 0%, #4aa735 50%, #137b1d 100%);
    background-image: -o-linear-gradient(top, #8ada51 0%, #4aa735 50%, #137b1d 100%);
    background-image: -ms-linear-gradient(top, #8ada51 0%, #4aa735 50%, #137b1d 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #8ada51), color-stop(50%, #4aa735), color-stop(100%, #137b1d));
    border-color: #187a19;
    border-top-color: #62a267;
    border-bottom-color: #0b6e12;
    border-width: 1px;
    -webkit-box-shadow: inset 1px 1px 1px 0px #62a267, inset -1px -1px 1px 0px #0b6e12;
    box-shadow: inset 1px 1px 1px 0px #62a267, inset -1px -1px 1px 0px #0b6e12;
	float: none;
	cursor: pointer;
	text-align: center;
  	padding: 10px 100px;
}
.dtyrd-form-register-type-steps form {
    overflow: hidden;
}
.dtyrd-form-register-steps {
    width: 921px;
    left: 0;
    position: relative;
}
.dtyrd-form-register-step {
    float: left;
    width: 307px;
    text-align: center;
    position: relative;
}
.dtyrd-form-register-step-gender-box {
    width: 100px;
    margin: 0 auto;
}
.dtyrd-form-register-step-gender {
    background-image: url(/images/project/landingpages.png?version=5440);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 25px;
    margin: 0 12.5px;
    height: 60px;
    float: left;
    cursor: pointer;
    margin-bottom: 5px;
}
#dtyrd-form-register-step-gender-male {
    background-position: 0 -740px;
}
#dtyrd-form-register-step-gender-female {
    background-position: 0 -680px;
    width: 28px;
    margin: 0 11px 5px;
}
.dtyrd-form-register-step-gender.dtyrd-active .dtyrd-highlight {
    background-image: url(/images/project/landingpages.png?version=5440);
    width: 25px;
    height: 22px;
    background-position: -4px -800px;
    margin-top: 16px;
    margin-left: 4px;
}
.dtyrd-form-register-type-steps form[name="application_register"] span.dtyrd-form-error-text {
    border: none;
    left: 0;
    background-color: transparent;
    color: red;
    padding: 0;
    box-shadow: none;
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
}
.dtyrd-form-register-step-gender-box span.dtyrd-form-error-text {
    margin-top: 25px;
}
.dtyrd-form-register-type-steps .dtyrd-form-error-box {
    position: relative;
    right: 0;
}
.dtyrd-form-register-type-steps .dtyrd-form-error-arrow-content {
    border: none;
    position: relative;
    right: 0;
}
.dtyrd-form-register-type-steps .dtyrd-form-error-arrow {
    border-width: 0;
}
.dtyrd-form-register-step-indicator {
    color: #2d2d2d;
    font-size: 1.1em;
    border-radius: 15px;
    background-color: #dbdbdb;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 3px;
    text-align: center;
    display: block;
    margin-left: 15px;
}
.dtyrd-form-register-step-indicator:first-child {
    margin-left: 0;
}
.dtyrd-form-register-step-indicator.dtyrd-active {
    background-color: #787878;
    -webkit-box-shadow: inset 1px 1px 1px 0 #5b5b5b;
    box-shadow: inset 1px 1px 1px 0 #5b5b5b;
    color: white;
}
.dtyrd-form-register-step-indicators {
    width: 120px;
    margin: 10px auto 0;
    height: 33px;
    cursor: pointer;
}
.dtyrd-form-register-step-text {
    font-size: 1.3em;
    margin-bottom: 15px;
}
.dtyrd-form-register-step-element-box {
    position: relative;
}
.dtyrd-form-register-step-element-box span.dtyrd-form-error-text {
    position: absolute;
    width: 100%;
    top: 55px;
}
#dtyrd-form-register-step-2 .dtyrd-form-register-step-element-box,
#dtyrd-form-register-step-3 .dtyrd-form-register-step-element-box {
    padding-top: 20px;
}
.dtyrd-landingpage-user-box {
    float: left;
}
.dtyrd-landingpage-user-box-properties {
    clear: both;
}
.dtyrd-landingpage-user-box-button button {
    display: block;
}
.dtyrd-landingpage-user-clear,
.dtyrd-landingpage-useronline-box-clear {
    clear: both;
}
.slogan strong {
    font-weight: bold;
}
.slogan span.city {
    display: block;
}
.dtyrd-slogan .dtyrd-slogan-row1 span,
.dtyrd-slogan .dtyrd-slogan-row2 span {
    font-weight: bold;
}
.trust .symbol,
.dtyrd-trust-symbol {
    background-image: url(/images/project/landingpages.png?version=5440);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 54px;
    height: 53px;
    float: left;
}
.dtyrd-trust .dtyrd-trust-text {
    float: left;
    margin-top: 10px;
    width: 144px;
}
.dtyrd-trust-type-1 .text {
    float: left;
    width: 65px;
    color: #919191;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
}
.symbol.symbol-proofed-users,
.dtyrd-trust-symbol-proofed {
    background-position: 0px -192px;
}
.symbol.symbol-user-count,
.dtyrd-trust-symbol-usercount {
    background-position: 0px -300px;
    height: 53px;
}
.symbol.symbol-security,
.dtyrd-trust-symbol-security {
    background-position: 0px -406px;
    height: 53px;
}
.dtyrd-trust-colortype-grey .symbol.symbol-proofed-users,
.dtyrd-trust-colortype-grey .dtyrd-trust-symbol-proofed {
    background-position: 0px -246px;
}
.dtyrd-trust-colortype-grey .symbol.symbol-user-count,
.dtyrd-trust-colortype-grey .dtyrd-trust-symbol-usercount {
    background-position: 0px -354px;
}
.dtyrd-trust-colortype-grey .symbol.symbol-security,
.dtyrd-trust-colortype-grey .dtyrd-trust-symbol-security {
    background-position: 0px -460px;
}
.trust.dtyrd-trust-type-2 {
    width: 170px;
}
.dtyrd-trust-type-2 .dtyrd-trust-text #dtyrd-trust-text-1 {
    float: left;
    font-size: 38px;
    font-weight: bold;
}
.dtyrd-trust-type-2 .dtyrd-trust-text #dtyrd-trust-text-2 {
    font-size: 16px;
    line-height: 1.2em;
}
.dtyrd-trust-type-3 .dtyrd-trust-symbol {
    background-position: 0px 0px;
    height: 22px;
    width: 22px;
    margin-bottom: 5px;
}
.dtyrd-trust-type-3 .dtyrd-trust-text {
    padding-left: 10px;
    width: 165px;
    line-height: 22px;
    float: left;
    margin-bottom: 5px;
    font-size: 13px;
    margin-top: 0px;
}
.dtyrd-trust-type-4 #dtyrd-trust-symbol-3 {
    margin-right: 10px;
}
.dtyrd-trust-clear {
    clear: both;
}
.dtyrd-trust-type-4 {
    padding-top: 10px;
    font-size: 14px;
}
.dtyrd-gender-female-symbol {
    background-image: url(/images/project/landingpages.png?version=5440);
    background-position: 0px -522px;
    background-repeat: no-repeat;
    width: 20px;
    height: 25px;
    float: left;
}
.dtyrd-gender-female-text {
    float: left;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 5px;
}
.dtyrd-gender-male-symbol {
    background-image: url(/images/project/landingpages.png?version=5440);
    background-position: 0px -547px;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    float: left;
}
.dtyrd-gender-male-text {
    float: left;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 5px;
}
.header .content .login {
    float: right;
}
.login {
    position: absolute;
    top: 15px;
    right: 0px;
}
.login a {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
}
.logo {
    text-align: center;
    max-height: 71px;
    height: auto;
    max-width: 325px;
    width: auto;
}
.logo a {
    display: block;
    line-height: 100%;
    height: 100%;
    text-decoration: none;
}
.logo a .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.logo a img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}
.footer ul li {
    float: left;
    padding-right: 15px;
    list-style-type: none;
}
.footer .content a {
    font-size: 11px;
}
.dtyrd-footer .dtyrd-powered-by a {
    display: block;
    background-image: url(/images/project/landingpages.png?version=5440);
    width: 80px;
    height: 16px;
    margin-top: 5px;
}
.dtyrd-footer-black .dtyrd-powered-by a {
    background-position: 0px -53px;
}
.dtyrd-footer-white .dtyrd-powered-by a {
    background-position: 0px -70px;
}
.dtyrd-footer-black .dtyrd-footer-links a {
    color: black;
}
.dtyrd-footer-white .dtyrd-footer-links a {
    color: white;
}
.dtyrd-footer .dtyrd-powered-by {
    float: right;
}
.dtyrd-footer .dtyrd-powered-by li {
    padding-right: 0px;
}
#dtyrd-lp-highlight-background,
#dtyrd-lp-layer-background {
    display: none;
    opacity: 0.75;
    filter: alpha(opacity=75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    background-color: #000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}
.dtyrd-lp-highlight-visible-box {
    z-index: 20;
    position: relative;
}
.dtyrd-lp-layer {
    z-index: 20;
    position: absolute;
}
.dtyrd-lp-highlight-switch,
.dtyrd-lp-layer-switch {
    cursor: pointer;
}
.dtyrd-leave,
.dtyrd-pre-leave {
    z-index: 2;
}
#dtyrd-leave-top {
    height: 5px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
#dtyrd-pre-leave-top {
    height: 5px;
    width: 100%;
    position: fixed;
    top: 5px;
    left: 0;
}
#dtyrd-layer-exit-content {
    width: 585px;
    font-size: 16px;
}
#dtyrd-layer-exit-content .dtyrd-box {
    border: none;
}
#dtyrd-layer-exit-content .dtyrd-box-headline {
    background-image: none;
    color: white;
    text-align: center;
}
#dtyrd-layer-exit-content .dtyrd-box-headline .text {
    display: block;
    width: 100%;
    text-align: center;
}
#dtyrd-layer-exit-content .dtyrd-box-content {
    padding: 30px;
	padding-top: 8px;
}
#dtyrd-layer-exit-content p {
    font-weight: bold;
    padding-bottom: 10px;
}
#dtyrd-box-content-exit-benefits {
    background-color: #f6f6f6;
}
#dtyrd-box-content-exit-benefits .dtyrd-left {
    padding: 15px;
    border-right: 1px solid #dbdbdb;
    width: 230px;
}
#dtyrd-box-content-exit-benefits .dtyrd-right {
    padding: 15px;
    width: 230px;
}
#dtyrd-box-content-exit-benefits .dtyrd-left > div,
#dtyrd-box-content-exit-benefits .dtyrd-right > div {
    padding: 5px 0px;
}
#dtyrd-box-content-exit-benefits .dtyrd-image {
    background-image: url(/images/project/landingpages.png?version=5440);
    width: 23px;
    height: 19px;
    float: left;
}
#dtyrd-box-content-exit-benefits .dtyrd-text {
    float: left;
    padding-left: 5px;
    line-height: 20px;
    font-size: 0.8em;
    width: 195px;
}
#dtyrd-box-content-exit-benefits .dtyrd-text span {
    font-weight: bold;
}
#dtyrd-exit-benefit-register .dtyrd-image {
    background-position: 0px -626px;
}
#dtyrd-exit-benefit-messages .dtyrd-image {
    background-position: 0px -645px;
    height: 15px;
    margin-top: 2px;
    margin-bottom: 2px;
}
#dtyrd-exit-benefit-search .dtyrd-image {
    background-position: 0px -660px;
}
#dtyrd-exit-benefit-anonymity .dtyrd-image {
    background-position: 0px -609px;
    height: 17px;
    margin-top: 1px;
    margin-bottom: 1px;
}
#dtyrd-exit-benefit-realwomen .dtyrd-image {
    background-position: 0px -572px;
    height: 17px;
    margin-top: 1px;
    margin-bottom: 1px;
}
#dtyrd-exit-benefit-datingsystem .dtyrd-image {
    background-position: 0px -589px;
}
.dtyrd-exit-button {
    width: 75%;
    margin: 20px auto 0px;
}
.dtyrd-exit-button input {
    text-align: center;
}
@media (max-width: 690px) {
    #dtyrd-leave-top,
    #dtyrd-pre-leave-top {
        height: 0px;
    }
}
.dtyrd-user-box-image-size-170x170 {
    height: 170px;
    width: 170px;
}
.dtyrd-user-box-image-size-410x410 {
    height: 410px;
    width: 410px;
}
.dtyrd-user-box-image-size-60x60,
.dtyrd-user-box-image-gallery-size-60x60 {
    height: 60px;
    width: 60px;
}
.dtyrd-user-box-image-size-33x33,
.dtyrd-user-box-image-gallery-size-33x33 {
    height: 33px;
    width: 33px;
}
.dtyrd-user-box-image img,
.dtyrd-user-box-image-gallery img {
    height: inherit;
    width: inherit;
}
.dtyrd-blur.dtyrd-user-box-image div.highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    opacity: 0.8;
    background-color: white;
}
.dtyrd-blur.dtyrd-user-box-image {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
.dtyrd-user-box-image.active div.highlight {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    opacity: 0.1;
    background-color: white;
}
.dtyrd-user-box-image {
    position: relative;
    float: left;
}
.dtyrd-user-image-verification-box {
    position: absolute;
    top: 0px;
    left: 0px;
}
.dtyrd-verified {
    background-image: url("/images/project/icons_bright.png?version=5440");
    background-position: 0px -352px;
    width: 39px;
    height: 35px;
}
.dtyrd-user-image-photocount,
.dtyrd-user-image-photocount-box,
.dtyrd-user-image-photocount-label {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 47px;
    height: 22px;
}
.dtyrd-user-image-photocount-box {
    background-color: black;
    opacity: 0.2;
    border-top-left-radius: 2px;
}
.dtyrd-user-image-photocount-label {
    color: white;
    line-height: 22px;
    text-align: right;
    text-shadow: 1px 1px 1px black;
    padding-right: 10px;
}
.dtyrd-user-image-photocount-label span {
    background-image: url("/images/project/icons_bright.png?version=5440");
    background-position: 0px -337px;
    display: block;
    float: left;
    width: 16px;
    height: 15px;
    margin-left: 10px;
    margin-top: 3px;
    margin-right: 5px;
}
.dtyrd-community-widget .media-object {
    background-image: url(/images/project/landingpages.png?version=5440);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
}
.countdown {
	font-size: 22px;
	font-weight: bold;
	color: #ff0000;
}
#message-alert {
	margin-top: 20px;
	font-size: 1.2rem;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
 }

#message-free {
	animation: blink-animation 1s infinite;
	font-weight: bold;
	color: #ff0000;
}
@keyframes blink-animation {
	50% {
		opacity: 0;
	}
}