@font-face {
    font-family: "nunito_bold";
    src: url("fonts/nunito_bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "nunito_black";
    src: url("fonts/nunito_black.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "nunito_regular";
    src: url("fonts/nunito_regular.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "nunito_light";
    src: url("fonts/nunito_light.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "nunito_semibold";
    src: url("fonts/nunito_semibold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "montserrat_bold";
    src: url("fonts/montserrat_bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "montserrat_regular";
    src: url("fonts/montserrat_regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    background-color: #FFF;
    background-repeat: no-repeat;
    font-family: montserrat_regular, arial, sans-serif;
    font-size: 15px;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    overflow-y: scroll;
}

* {
    margin: 0;
    padding: 0;
    /* Remove tap highlight on iOS*/
    -webkit-tap-highlight-color: transparent;
}

textarea:focus, input:focus {
    outline: none;
}

*:focus {
    outline: none;
}

a {
    outline: none;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    outline: none;
    color: inherit;
}

.animate_fade_out {
    animation: animatefadeout 0.5s;
}

@keyframes animatefadeout {
    from {
        opacity: 100;
    }
    to {
        opacity: 0;
    }
}

.bg_top {
    background-image: linear-gradient(40deg, #FFE14E 0%, #FFF6B4 100%);
    width: 100%;
    height: 888px;
    position: fixed;
    top: 0px;

}

.block_ninja {
    width: 300px;
    display: inline-block;
}

#btn_add_quote, #btn_send_quote {
    background-color: #FF4562;
    margin: auto;
    width: 100%;
    max-width: 280px;
    color: white;
    text-align: center;
    font-size: 20px;
    font-family: montserrat_bold;
}


#btn_add_quote:hover, #btn_send_quote:hover {

    cursor: pointer;
    background: #F12357;

}

.btn_page:hover, .btn_share:hover {
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

#btn_add_quote > div {
    width: 280px;
}

.btn {
    border-radius: 2px;
    font-family: montserrat_regular;
    font-size: 16px;
    height: 64px;
    width: 254px;
    background: linear-gradient(120deg, #00E79A 0%, #00B6CA 100%);
    display: block;
}

.btn:hover {
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0, 208, 177, 0.2);
}

.btn_share, .btn_share > div {
    width: 74px;
}

.btn_share {
    float: right;
    /*display: inline-block;*/
}

.btn_page, .btn_page_active {
    border-radius: 50%;
    box-sizing: border-box; /*places border in inner part of the div, not outer*/
    display: inline-block;
    font-family: montserrat_bold; /*but needs medium*/
    font-size: 14px;
}

.btn_page:hover, .btn_page_active:hover {
    cursor: pointer;
}

.btn_page {
    background-color: rgba(255, 255, 255, 0.42);
    color: #757575;
    height: 48px;
    line-height: 10px;
    width: 48px;
}

.btn_page_active {
    background: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border: solid 2px #802FAF;
    color: #802FAF;
}

.btn_page > div, .btn_page_active > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


.btn_page_active > div {
    height: 44px;
    width: 44px; /*minus 2+2 for borders*/
}

.btn_page > div {
    height: 48px;
    width: 48px; /*minus 2+2 for borders*/
}

.checkbox {
    height: 32px;
    width: 32px;
    border: solid 1px #7f7f7f;
    border-radius: 2px;
}

.checkbox_check_mark {
    background-image: url("img/checkmark.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 32px;
    width: 32px;
    visibility: hidden;
}


.divider {
    background: url("img/dot_3x3.svg");
    background-repeat: repeat-x;
    height: 3px;
    margin: auto;
    opacity: 0.5;
    width: calc(100% - 36px);
}

.dot_3x3 {
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    height: 3px;
    width: 3px;
}

.dot_4x4 {
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    height: 3px;
    width: 3px;
}

.footer {
    width: 100%;
    text-align: center;
    background-color: #353535;
}

.inline {
    display: inline-block;
}

input, textarea {
    padding-right: 5px;
    width: calc(100% - 15px);
    border: solid 1px #808080;
    border-radius: 4px;
    background: none;
    font-family: nunito_semibold;
    color: black;
    font-size: 18px;
    padding-left: 10px;
    margin: auto;
    display: block;
}

.input_error {
    border-color: red;
}

input {
    height: 36px;
}

input:focus, textarea:focus, select:focus {
    border-color: #7500E2;
}

.link_header {
    color: #0066CE;
    text-decoration: underline;
}

.link_header:visited {
    color: #0066CE;
}
.link_skakun_org{
    color: white;
}

.link_skakun_org:visited{
    color: white;
}

select {
    padding-right: 5px;
    width: 100%;
    border: solid 1px #808080;
    border-radius: 4px;
    background: none;
    font-family: nunito_semibold;
    color: black;
    font-size: 18px;
    padding-left: 5px;
    margin: auto;
    display: block;
    height: 36px;
}

select option:disabled {
    color: #0B8A96;
}

input::placeholder {
    opacity: 0.8;
    font-size: 13px;
    /* line-height: normal;*/
    line-height: 25px;
    height: inherit;
    font-family: nunito_light;
    color: #7F7F7F;
}

.logo {
    background-image: url("img/chlorine_logo.png");
    width: 251px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
}

.wrapper_ninja {
    width: 251px;
}

.ninja_01 {
    background-image: url("img/chlorine_logo.png");
    width: 251px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
}

.logo:visited {
    color: white;
}

#logo:hover {
    cursor: pointer;
    color: #FFF3B6;
    text-shadow: 0px 0px 5px #5314AD, 0px 0px 5px #5314AD, 0px 0px 5px #5314AD, 0px 0px 5px #5314AD, 0px 0px 5px #5314AD, 0px 0px 5px #5314AD, 0px 0px 5px #5314AD, 0px 0px 5px #5314AD;

    transition: all 0.15s ease-in-out;
}

#wrapper_main {
    margin: auto;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}


.opacity_05, .number, .date {
    opacity: 0.5;
}

.opacity_06, .text_optional {
    opacity: 0.6;
}

.pagenator {
    height: 48px;
    margin: auto;
    width: max-content;
    /*width: 346px;*/
}

.pagenator_6_items {
    width: 329px;
}

.pagenator_5_items {
    width: 312px;
}

.pagenator_4_items {
    width: 246px;
}

.pagenator_3_items {
    width: 180px;
}

.pagenator_2_items {
    width: 114px;
}

.pagenator_1_item {
    width: 60px;
}

.pagenator > div:not(.three_dots) {
    margin-right: 9px;
    margin-left: 9px;
}

.pagenator > div:first-child {
    margin-right: 9px;
    margin-left: 0px;
}

.pagenator > div:last-child {
    margin-right: 0px;
    margin-left: 9px;
}

.pic_ninja {
    margin: auto;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
}

.pic_ninja_01 {
    background-image: url('img/ninja_01.png');
}

.pic_ninja_02 {
    background-image: url('img/ninja_02.png');
}

.pic_ninja_03 {
    background-image: url('img/ninja_03.png');
}


.player {
    border-radius: 6px 6px 0 0;
    box-shadow: 0 0 60px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .11);
    width: 420px;
    height: 504px;
    background-image: url("img/player.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.ptop7 {
    padding-top: 7px;
}

.ptop10 {
    padding-top: 10px;
}

.ptop13 {
    padding-top: 13px;
}

.ptop20 {
    padding-top: 20px;
}

.ptop25 {
    padding-top: 25px;
}

.ptop28 {
    padding-top: 28px;
}

.ptop30 {
    padding-top: 30px;
}

.ptop35 {
    padding-top: 35px;
}

.ptop40 {
    padding-top: 40px;
}

.ptop45 {
    padding-top: 45px;
}

.ptop50 {
    padding-top: 50px;
}

.ptop65 {
    padding-top: 65px;
}

.ptop70 {
    padding-top: 70px;
}

.tagline {
    /*font-family: pontanosans_regular;*/
    font-family: nunito_light;
    font-size: 19px;
    text-align: center;
    color: #031E6F;
}

.text_ninja_header {
    text-align: center;
    font-family: nunito_light;
    color: #ADADAD;
    font-size: 27px;
}

.text_ninja_subheader {
    font-family: nunito_semibold;
    color: #464646;
    font-size: 18px;
}

.text_ninja_body {
    font-family: nunito_semibold;
    color: #464646;
    font-size: 14px;
    line-height: 22px;
}

.text_age {
    word-wrap: break-word;
    display: inline-block;
}

.text_body {
    font-family: montserrat_regular;
    color: #7f7f7f;
    font-size: 16px;
}

.text_date {
    display: inline-block;
    font-size: 12px;
}

.text_footer {

    font-family: nunito_light;
    color: #7f7f7f;
    font-size: 16px;
}

.text_footer_feedback {
    font-family: nunito_light, arial, sans-serif;
    color: #7f7f7f;
    font-size: 16px;
}

.text_link {
    font-family: montserrat_regular;
    color: #0066CE;
    font-size: 16px;
    text-decoration: underline;
}

.text_link:visited {
    color: #0066CE;
}

.text_link_eula {
    display: inline-block;

}

text_main_menu {
    font-size: 14px;
    color: white;
    font-family: montserrat_regular;
}

.text_number {
    font-family: montserrat_regular;
    display: inline-block;
    color: #949494;
    font-size: 12px;
}

.text_place {
    word-wrap: break-word;
    max-width: 100%;
}

.text_secondary_bold {
    color: #7F7F7F;
    font-family: montserrat_bold;
    font-size: 14px;
}

.text_secondary_regular {
    font-size: 14px;
}

.text_secondary_regular, .text_date {
    color: #272727;
    font-family: montserrat_regular;
}

.text_section_header {
    color: #A1A1A1;
    font-size: 18px;
    font-family: nunito_bold;
}

.text_quote {
    font-family: nunito_semibold;
    font-size: 18px;
    color: black;
    max-width: 100%;
    word-wrap: break-word;
}

.text_username {
    word-wrap: break-word;
    max-width: 100%;
    display: inline-block;

}

.text_who {
    word-wrap: break-word;
    max-width: 100%;
    display: inline-block;
}

textarea {
    padding-top: 5px;
    resize: none;
    white-space: pre-wrap;
}


#textarea_ghost {
    visibility: hidden;
    opacity: 100;
    padding-right: 5px;
    width: calc(100% - 15px);
    max-width: 5600px;
    line-height: 1px; /*key value*/
    word-wrap: break-word;
    /*word-break: normal;
    overflow-wrap: break-word;*/
    font-family: nunito_semibold;
    font-size: 18px;
    padding-left: 10px;
    border: none;
    background-color: blue;
    white-space: pre-wrap; /*to preserve multiple spaces*/
}

.three_dots {
    width: 17px;
    display: inline-block;
    height: 48px;
    margin-left: 0px;
    margin-right: 0px;
}

.three_dots > div {
    display: table-cell;
    vertical-align: middle;
    height: 48px;
    width: 17px;
}

.three_dots > div > div {
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    height: 3px;
    width: 3px;
}

.three_dots > div > div:nth-child(n+2):nth-child(-n+3) {
    margin-left: 4px;
}

.vertical_align {
    display: table-cell;
    vertical-align: middle;
}

.wrapper {
    width: calc(100% - 24px);
    max-width: 560px;
    margin: auto;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0px 7px 14px rgba(148, 0, 255, 0.15);
}

.wrapper_add_quote {
    background-color: #FCFCFC;
}

.wrapper_inside {
    padding-top: 21px;
    padding-bottom: 21px;
    width: calc(100% - 50px);
    margin: auto;
}

.wrapper_language {
    width: calc(100% - 50px);
    max-width: 560px;

    height: 20px;
    margin: auto;
}

.wrapper_ninjas {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

@media screen and (max-width: 375px) and (min-width: 319px) {
    .pagenator {
        height: 50px;
        margin: auto;
        width: 100%;
        padding-bottom: 15px;
        width: max-content;
    }

    .pagenator > div:not(.three_dots) {
        margin-left: 4px;
        margin-right: 4px;
    }

    .pagenator > div:first-child {
        margin-left: 0px;
        margin-right: 4px;
    }

    .pagenator > div:last-child {
        margin-left: 4px;
        margin-right: 0px;
    }

    .btn_page {
        height: 39px;
        width: 39px;
        font-size: 13px;
    }

    .btn_page > div {
        width: 37px;
        height: 37px;
    }

    input::placeholder {
        font-size: 11px;
        opacity: 1;
    }

}

@media screen and (max-width: 421px) {
    .text_link_eula {
        display: block;
    }


}



