body {
    font-family: 'Mukta', sans-serif;   
    font-size: 16px;
    overflow: inherit;
}
p, ul, li, ol, h1, h2, h3, h4, h5, figure {
    font-weight: 300;
}
/* DEFAULT */
.btn-green {
    background: #4DCDAC;
}
.btn-green:hover {
    background: #27af8c;
}
.headline-2 {
    display: none;
    margin-top: 5px;
    font-size: 1.5em;
    font-weight: 300;
}
.logo {
    display: none;
}
.login {
    position: relative;
    top: 0;
}
.image-registration {
    text-align: center;
}
.login button {
    height: 46px;
    background: #434A54;
    border: none;
    border-radius: 0;
    color: #fff;
}
.btn-default {
    font-weight: 400;
}
body.lock-overlay {
    overflow: inherit;
}
/* END DEFAULT */
/* BACKGROUND GALLERY */
.backgroundgallery li img {
    display: none;
}
.backgroundgallery li:nth-child(1) {
    background-image: url(/img/_pictures/fsk12/l/pop_bg_4.jpg);
}
.backgroundgallery li:nth-child(2) {
    background-image: url(/img/_pictures/fsk12/l/pop_bg_5.jpg);
}
.backgroundgallery li:nth-child(3) {
    background-image: url(/img/_pictures/fsk12/l/pop_bg_6.jpg);
}
.backgroundgallery li {
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 15s linear infinite 0s;
    animation: imageAnimation 15s linear infinite 0s;
    background-position: center top;
    background-size: cover;
}
.backgroundgallery li:nth-child(2) {
    animation-delay: 5s;
}
.backgroundgallery li:nth-child(3) {
    animation-delay: 10s;
}

/* ANIMATION FADE */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1; -webkit-animation-timing-function: ease-out; }
    27% { opacity: 1; }
    35% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes imageAnimation { 
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1; -webkit-animation-timing-function: ease-out; }
    27% { opacity: 1; }
    35% { opacity: 0; }
    100% { opacity: 0; }
}
/* END ANIMATION FADE */

.lock-overlay .registration-wrapper,
.registration-wrapper {
    position: relative;
    left: 0;
    -webkit-animation: formFadeIn 300ms ease-out;
    animation: formFadeIn 300ms ease-out;
}

@-webkit-keyframes formFadeIn { 
    0% { left: -120%; }
    100% { left: 0 }
}

@keyframes formFadeIn { 
    0% { left: -120%; }
    100% { left: 0 }
}

/* shake form */
.shake {
    -webkit-animation: shake 700ms;
    animation: shake 700ms;
}
.stop-shake {
    -webkit-animation: none;
    animation: none;
}
@-webkit-keyframes shake {
    0% { transform: translate(0, -15px); }
    20% { transform: translate(0, 0); }
    30% { transform: translate(0, -5px); }
    40% { transform: translate(0, 0); }
    50% { transform: translate(0, -5px); }
    60% { transform: translate(0, 0); }
    70% { transform: translate(0, -5px); }
    80% { transform: translate(0, 0); }
    90% { transform: translate(0, -5px); }
    100% { transform: translate(0, 0); }
}

@keyframes shake {
    0% { transform: translate(0, -15px); }
    20% { transform: translate(0, 0); }
    30% { transform: translate(0, -5px); }
    40% { transform: translate(0, 0); }
    50% { transform: translate(0, -5px); }
    60% { transform: translate(0, 0); }
    70% { transform: translate(0, -5px); }
    80% { transform: translate(0, 0); }
    90% { transform: translate(0, -5px); }
    100% { transform: translate(0, 0); }
}

/*.backgroundgallery li img {
    position: static;
    transform: none;
}
.backgroundgallery li {
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 18s linear infinite 0s;
    animation: imageAnimation 18s linear infinite 0s; 
}
.backgroundgallery li:nth-child(2) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s; 
}

.backgroundgallery li:nth-child(3) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s; 
}

@-webkit-keyframes imageAnimation { 
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1; -webkit-animation-timing-function: ease-out; }
    50% { opacity: 1 }
    60% { opacity: 0.1 }
    100% { opacity: 0 }
}

@keyframes imageAnimation { 
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1; -webkit-animation-timing-function: ease-out; }
    50% { opacity: 1 }
    60% { opacity: 0.1 }
    100% { opacity: 0 }
}*/
/* END BACKGROUND GALLERY */

.separate {
    position: relative;
    margin: 10px 0 -5px;
    text-transform: capitalize;
    font-size: 1.5em;
    color: #fff;
    text-align: center;
}
.separate:before {
    left: 0;
}
.separate:after {
    right: 0;
}
.separate:before, .separate:after {
    content: '';
    width: 40%;
    height: 1px;
    position: absolute;
    top: 50%;
    background-color: #ffffff;
}
/* FORM REGISTRATION */
.wrapper-registration {
    position: relative;
    padding: 20px;
    margin: -40px 10px 10px;
    margin-bottom: 46px;
    background: #EB5669;
    color: #ffffff;
}
.wrapper-registration .separate {
    margin: 30px 0 0;
}
.registration header {
    padding: 0;
    border-bottom: none;
}
.registration header h2 {
    font-weight: 300;
    text-align: left;
    font-size: 1.4em;
}
.registration header img {
    max-width: 237px;
    width: 100%;
}
.registration .block-button-group p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 5px;
}
.registration .block .block.block-gender {
    width: 100%;
    margin-right: 0;
}
.registration .block .block.block-search-gender {
    margin-bottom: 10px;
}
.registration .block-button-group .btn-group label input[type=radio] + span:before {
    border-color: #E5596A;
}
.registration .block-button-group .btn-group label span {
    font-weight: 400;
}
.registration .block-button-group .btn-group label input[type=radio]:checked + span {
    font-weight: bold;
}
.registration .form-group-inner a {
    flex-wrap: wrap;
}

.registration .block-field-group {
    margin-top: 20px;
}
.registration .block-field-group .form-group .required,
.registration .block-field-group .unknown-error-msg,
.required-radio {
    background: #FBE5E7;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 0;
    border-radius: 0;
    font-weight: bold;
    font-size: 13px;
    color:#c71111;
}
.registration .block-field-group .unknown-error-msg {
    margin-bottom: 10px;
}
.required-radio {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: -5px;
}

.registration .block-field-group .form-group .form-control, 
.registration .block-field-group .form-group.form-group-username .form-group-inner:before, 
.registration .block-field-group .form-group.form-group-email .form-group-inner:before, 
.registration .block-field-group .form-group.form-group-password .form-group-inner:before, .btn {
    height: 46px;
}
.registration .block-button-group .btn-group label span {
    line-height: 46px;
}

.registration .block-button-group.has-error .btn-group label span {
    color: #ee4762;
}
.registration .block-button-group .btn-group label input[type=radio] + span:before {
    top: 13px;
}
.registration-footer {
    margin-top: 20px;
}
.registration-content1 h3 {
    margin-bottom: 10px;
    font-size: 1.4em;
}
.registration-content1 ul li {
    margin-bottom: 10px;
}
.registration-content1 ul li:last-child {
    margin-bottom: 0;
}
.registration-content1 ul li .fa {
    margin-right: 10px;
}
.registration-content2 {
    display: none;
    font-size: 12px;
}
.registration-content2 a {
    color:#ffffff;
}
.wrapper-registration .registration-last-step .btn-group {
    display: flex;
    flex-wrap: wrap-reverse;
    width: 100%;
}
.wrapper-registration .registration-last-step .btn-group span.unknown-error-msg {
    margin-top: 5px;
    margin-bottom: 0;
}
/* END FORM REGISTRATION */
/* LOGIN */
.login-form {
    color:#ffffff;
}
.login-form .registration-inner {
    padding-top: 20px;
}
.login-form .registration header h2 {
    display: none;
}
.login-form .headline-2 {
    display: block;
    line-height: 1.2;
    text-align: center;
    font-weight: 300;
    font-size: 2.7em;
    text-shadow: 1px 1px 1px #555555;
}
.login-success-form p {
    margin-left: 35px;
    margin-right: 35px;
}
.login-success-form p span {
    display: block;
}
.login-success-form a {
    float: none;
    height: 48px;
    line-height: 48px;
    font-size: 1.3em;
    margin-bottom: 20px;
}
.login-success-form h2 {
    font-size: 2em;
    padding-left: 0;
    padding-right: 0;
}
.login-success-footer {
    bottom: 20px;
}
.login-form .registration .block-field-group .form-group .required {
    box-shadow: 2px 2px 5px -2px #555555;
}
.registration-footer .block-legal-warning-inner a {
    color: #ffffff;
    text-decoration: underline;
}
/* END LOGIN */
/* AREA */
.area-box {
    position: relative;
}
.area-item {
    margin: 0 10px 10px;
    padding-left: 30px;
    padding-right: 30px;
    background: #FAFAFA;
}
.area-item h4 {
    font-size: 1.5em;
    font-weight: 400;
}
.area-item span {
    position: relative;
    width: 80px;
    height: 60px;
    display: inline-block;
    margin-bottom: 5px;
}
.area-item span img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.area-item p {
    font-size: 16px;
    line-height: 22px;
}
/* ENF AREA */

/* CONTENT TEXT */
.content-text {
    text-align: center;
    margin: 0 auto;
    padding: 0px 20px;
}
.content-text h2 {
    margin: 70px 20px 30px;
    font-size: 2.1em;
    line-height: 40px;
}
.content-text p {
    margin-bottom: 30px;
    line-height: 22px;
    font-size: 14px;
}
.content-text span {
    font-size: 12px;
}
/* END CONTENT TEXT */
/* FOOTER */
.footer {
    padding: 20px 0;
    background: #eb5669;
    color: #fff;
}
/* END FOOTER */


/* SOCIAL LOGIN */
.btn-social.btn-social-google {
    background-color: #ffffff;
    border-color: #4D82E5;
}
.btn-social.btn-social-google span {
    background-color: #4D82E5;
}
.btn-social.btn-social-facebook {
    background-color: #4267b2;
}
.btn-social.btn-social-facebook i {
    color: #ffffff;
}
/* END SOCIAL LOGIN */
@media(min-width: 768px) {
    .login {
        position: absolute;
        left: 0;
        right: initial;
    }
    .wrapper-registration {
        margin: 0 0 80px;
        top: 46px;
        float: right;
    }
    .headline-2 {
        display: block;
    }
    .registration .block .block.block-gender {
        width: 48%;
        margin-right: 4%;
    }
    .registration .block .block.block-search-gender {
        margin-right: 0;
        margin-bottom: 0;
    }
    .required-radio {
        width: auto;
        margin-left: -108%;
        margin-bottom: 10px;
    }
    .login-success-form h2 {
        font-size: 2.5em;
    }
    .area-box {
        margin: -50px 0 0;
    }
    .area-item {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .area-item:nth-child(2) + .area-item {
        display: none;
    }
    .area-item h4 {
        font-size: 1.2em;
    }
    .content-text {
        max-width: 650px;
    }
    .content-text h2 {
        font-size: 2em;
    }
    .wrapper-content {
        height: auto;
        min-height: 70vh;
        padding-bottom: 50px;
    }
    .backgroundgallery {
        overflow: hidden;
        height: auto;
    }
    /*.backgroundgallery li img {
        height: auto;
        margin-left: -25%;
    }*/
    .backgroundgallery li:nth-child(1) {
        background-image: url(/img/_pictures/fsk12/m/pop_bg_4.jpg);
    }
    .backgroundgallery li:nth-child(2) {
        background-image: url(/img/_pictures/fsk12/m/pop_bg_5.jpg);
    }
    .backgroundgallery li:nth-child(3) {
        background-image: url(/img/_pictures/fsk12/m/pop_bg_6.jpg);
    }
}

@media(min-width: 992px) {
    .area-item h4 {
        font-size: 1.3em;
    }
    .area-item p {
        font-size: 14px;
    }
    .area-box {
        margin-left: 0;
        margin-right: 0;
    }
    .area-item {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .area-item:nth-child(2) + .area-item {
        display: block;
    }
    .content-text {
        max-width: 1010px;
    }
    .content-text p {
        font-size: 16px;
    }
    .backgroundgallery li:nth-child(1) {
        background-image: url(/img/_pictures/fsk12/l/pop_bg_4.jpg);
    }
    .backgroundgallery li:nth-child(2) {
        background-image: url(/img/_pictures/fsk12/l/pop_bg_5.jpg);
    }
    .backgroundgallery li:nth-child(3) {
        background-image: url(/img/_pictures/fsk12/l/pop_bg_6.jpg);
    }
}
@media(min-width: 1200px) {
    .login-success-form h2 {
        margin: 7vh 0 4vh;
    }
    .area-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    .area-item p {
        padding: 0 20px;
    }
}

@media(min-width: 1280px) {
    .area-item p {
        font-size: 16px;
    }
}

@media(min-width: 1400px) {
    .wrapper-content { 
        min-height: 68vh;
    }
    .area-box {
        margin-left: -30px;
        margin-right: -30px;
    }
    .area-item {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media only screen and (max-height: 600px) and (min-width: 568px) {
    .content-text h2 {
        font-size: 1.9em;
        margin-left: 0;
        margin-right: 0;
    }
    .backgroundgallery li:nth-child(1) {
        background-image: url(/img/_pictures/fsk12/l/pop_bg_4.jpg);
    }
    .backgroundgallery li:nth-child(2) {
        background-image: url(/img/_pictures/fsk12/l/pop_bg_5.jpg);
    }
    .backgroundgallery li:nth-child(3) {
        background-image: url(/img/_pictures/fsk12/l/pop_bg_6.jpg);
    }

    .login-form .registration {
        transform: translateY(-30%);
    }
}

@media(max-width: 350px) {
    .login-success-form h2 {
        font-size: 2em;
    }
    .registration header h2,
    .wrapper-registration .separate {
        font-size: 1.2em;
    }
    .login-form .headline-2 {
        font-size: 2em;
    }
    .btn-social.btn-social-facebook i {
        white-space: inherit;
        line-height: 15px;
    }
    .wrapper-registration .separate {
        margin: 35px 0 0;
    }
    .area-item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .area-item h4 {
        font-size: 1.3em;
    }
    .area-item p,
    .content-text p {
        font-size: 15px;
    }
    .content-text h2 {
        font-size: 1.7em;
        margin-left: 30px;
        margin-right: 30px;
    }
    .registration-content1 h3 {
        font-size: 1.2em;
    }
}
