#pop_mix, #pop_signin, #pop___signinup, #pop_newpost, #pop_wall, #popCall, #pop_follows, #pop_followers, #pop_hello, #pop_option, #pop_option_wall, #pop_password, #pop_insulting, #pop_about, #pop_change_password {
    color: #000;
    display: none;
    width: 84%;
    min-width: 320px;
    max-width: 500px;
    z-index: 8000 !important;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.48);
    -webkit-box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.48);
    max-height: 80vh;
    background-color: #fff;
    overflow: hidden;
    margin-top: 3vh;
}

#pop_signinup {
    color: #000;
    max-width: 500px;
    z-index: 8000 !important;
    border-radius: 6px;
    max-height: 90vh;
    overflow: hidden;
    padding: 8px 12px 0px 12px;
}

.header-logo-pop {
    position: relative;
    z-index: 3;
    display: table;
    font-size: 200%;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #000;
}

.header-logo-pop span {
    color: #fff;
    margin-right: -2px;
    font-size: 120%;
    margin-top: -4px;
}


.fp-box {
    width: 73%;
    margin: -15px auto 10px auto;
    text-align: right;
    color: #666;
    cursor: pointer;
}

.fpw {
    background: transparent;
    padding: 0;
    opacity: .4;
    transition: .4s;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    color: #101010;
    z-index: 1;
    position: relative;
    border: none;
    margin: 0;
    font-size: 68%;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'FuturaBT-ExtraBlack';
    letter-spacing: -.03em;
    cursor: pointer;
}

.fpw:hover {
    background: transparent !important;
    opacity: 1;
}


.form-input {
    border: none;
    display: table;
    line-height: 40px;
    font-size: 100%;
    width: 100%;
    padding: 0;
    padding-left: 15px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 600;
    letter-spacing: -.02em;
    background: transparent;
    border-radius: 200px;
}

.input-box {
    display: flex;
    margin: 15px auto;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.24);
    border-radius: 200px;
    align-items: center;
}


.signup-row {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0;
    /*background: url(../images/bg_grey.jpg) no-repeat;*/
    background-size: cover;
}

.signup-row h5 {
    margin: 0;
    display: table;
    width: auto;
    font-weight: 500;
    font-size: 70%;
}

.input-row {
    position: relative;
    width: 75%;
    margin: 0 auto;
}

.sign-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
}

.sign-ul li {
    margin: 0 1%;
    text-align: center;
}


.sign-ul li img {
    height: 35px;
    width: 35px;
    cursor: pointer;
    transition: .4s;
    border-radius: 200px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.24);
    padding: 5px;
}

.sign-ul li img:hover {
    transform: scale3d(1.3, 1.3, 1.3);
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
}


ul {
    list-style: none;
}

.before {
    height: 15px;
    position: relative;
    opacity: .75;
    margin: 1px 2px 0 0;
    width: auto;

}

mentveINGvillan {
    position: absolute;
    bottom: -50px;
    font-size: 70%;
    white-space: nowrap;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    background: black;
    border-radius: 200px;
    padding: 1px 5px;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: .2s;
    animation: slide 0.5s forwards;
    animation-delay: .2s;
}

@-webkit-keyframes slide {
    100% {
        bottom: 0;
    }
}

@keyframes slide {
    100% {
        bottom: 0;
    }
}


.mentveINGvillan3 {
    position: absolute;
    right: -250px;
    bottom: 0;
    font-size: 70%;
    white-space: nowrap;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    background: black;
    border-radius: 200px;
    padding: 1px 5px;
    -webkit-animation: slideright 0.5s forwards;
    -webkit-animation-delay: .2s;
    animation: slideright 0.5s forwards;
    animation-delay: .2s;
}

@-webkit-keyframes slideright {
    100% {
        right: 0;
    }
}

@keyframes slideright {
    100% {
        right: 0;
    }
}

.messages {
    position absolute;
    top: -11px;
    right: 15px;
    height: 20px;
}


.b-modal.__b-popup1__ {
    /*background: url(../images/bg_grey.jpg) no-repeat;*/
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    opacity: .9 !important;
}

#pop_card {
    border-radius: 6px;
    color: #000;
    display: none;
    width: 84%;
    max-width: 500px;
    min-height: 100px;
    z-index: 8000 !important;
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.48);
    -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.48);
    border: 6px solid #fff;
    max-height: 84vh;
    background-color: #fff;
}


.b-close, .b-close_vissza {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 24px;
    height: 24px;
    padding: 5px;
    z-index: 20;
    cursor: pointer;
    transition: .3s;
    border-radius: 200px;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 14pt;
    vertical-align: center;
}

.b-close:hover {
    background-color: #00000011;
}

.b-close-section {
    z-index: 10;
    color: #0c0c0c;
    font-weight: 500;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    transition: .4s;
    font-size: 80%;
    margin: 0;
    opacity: .5;
}

.b-close-section span {
    color: #ff6448;
}

.b-close:hover, .b-close_vissza:hover, .b-close-section:hover {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
}


.with-social {
    text-align: center;
    display: table;
    font-size: 95%;
    background: #2f2f2f;
    background: -moz-linear-gradient(left, #ff00b1 0%, tomato 90%);
    background: -webkit-linear-gradient(left, #ff00b1 0%, tomato 90%);
    background: linear-gradient(to right, #ff00b1 0%, tomato 90%);
    color: #fff;
    text-shadow: 0px 1px 1px #000;
    white-space: nowrap;
    padding: 5px 5px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -.03em;
    position: relative;
    z-index: 20;
    margin: 0;
    box-shadow: 0px 7px 9px -6px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 7px 9px -6px rgba(0, 0, 0, 0.35);
}


.header-button-top {
    display: flex;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    color: #101010;
    border-radius: 200px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.24);
    border: none;
    padding: 7px 15px;
    margin: auto;
    align-items: center;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -.03em;
}

.header-button-top:hover {
    background: #000;
    color: #fff;
}
