@font-face {
    font-family: "Open Sans";
    src: url("../fonts/open_sans/OpenSans-Light.eot");
    src: url("../fonts/open_sans/OpenSans-Light.eot?#iefix")format("embedded-opentype"), url("../fonts/open_sans/OpenSans-Light.woff") format("woff"), url("../fonts/open_sans/OpenSans-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/open_sans/OpenSans-Semibold.eot");
    src: url("../fonts/open_sans/OpenSans-Semibold.eot?#iefix")format("embedded-opentype"), url("../fonts/open_sans/OpenSans-Semibold.woff") format("woff"), url("../fonts/open_sans/OpenSans-Semibold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

/* FONT: Raleway */

@font-face {
    font-family: "Raleway";
    src: url("../fonts/raleway/Raleway-Regular.eot");
    src: url("../fonts/raleway/Raleway-Regular.eot?#iefix")format("embedded-opentype"), url("../fonts/raleway/Raleway-Regular.woff") format("woff"), url("../fonts/raleway/Raleway-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    margin: 0;
    padding: 0;
}

header {
    /*Zaglavie*/
    height: 30px;
    font-size: 1.2em;
    /*margin-right: 30%;*/
    display: block;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

#content-wrapper {
    position: relative;
    width: 100vw;
    /* Широчина на кръстословицата*/
    height: 470px;
    height: calc(100vh - 460px);
    min-height: 200px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1vh;
    /*background-color: #FFC;*/
    text-align: center;
}

#answ-wrapper {
    position: relative;
    width: 800px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.heading {
    width: calc(100% - 130px);
    display: inline-block;
}

#content {
    display: block;
}

#content p {
    display: block;
    position: relative;
    padding: 0 15px;
    margin: 5px;
}

#content p span {
    font-family: Arial, Helvetica;
}

.controls span {
    position: relative;
}

#pitanje_wrapper {
    position: absolute;
    display: block;
    margin: 0 auto;
    padding-top: 0;
    padding-right: 3px;
    padding-bottom: 0;
    padding-left: 3px;
    max-width: 800px;
    height: 80px !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.pitanje {
    position: relative;
    height: 80px !important;
    width: calc(100% - 30px) !important;
    z-index: 99;
}


.br {
    /*Chislata */
    font-family: Arial, Helvetica;
    float: right;
    display: inline-block;
    height: 32px;
    width: 38px;
    padding-top: 5px;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    color: #777;
    cursor: pointer;
}

.pitanje {
    /*Uslovie*/
    position: absolute;
    height: auto;
    width: 770px;
    color: #666;
    font-size: 15px;
    font-family: Arial, Helvetica;
    display: none;
    background: #fff;
    border: solid thin #ddd;
    padding: 5px;
}

.pitanje p {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    width: auto;
}

.close {
    /*Hiksa na uslovieto*/
    background: #d61b1f;
    display: block;
    color: #fff;
    font-size: 11px;
    width: 20px;
    height: 20px;
    padding: 0;
    line-height: 20px;
    position: absolute;
    top: -13px;
    right: -13px;
    margin: 0;
    text-align: center;
    font-family: Arial, Helvetica;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -web-kit-border-radius: 50%;
    border-radius: 50%;

}

.close:hover {
    color: #ccc;
    background: #fafafa;
    color: #555;
}

input.char_click {
    /*Poletata za vavezhdane na bukvite*/
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    text-align: center;
    margin: -1px 0 0 -1px;
    border: 1px solid #369c9d;
    padding: 0;
    -web-kit-border-radius: 0;
    border-radius: 0;
}

input.char_click:focus {
    margin: -1px 0 0 -1px;
    border: none;
    border: 1px solid #369c9d;
}

table {
    border-collapse: collapse;
}

td {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 12px;
    color: #999;
    background: #e8f2f3;
}

input[type='text'].odgovor {
    background: #fbf9cc;
}

.provjeri {
    outline: none;
    border: 0;
    background: url('provjeri_mali.png') no-repeat center center;
    width: 135px;
    height: 45px;
    overflow: hidden;
    direction: ltr;
    display: inline-block;
    text-indent: -999em;
    position: absolute;
    top: 40px;
    right: 0;
}


.provjeri:focus,
.provjeri.ponovo:focus {
    outline: none;
    border: 0;
}

.provjeri.ponovo {
    outline: none;
    border: 0;
    background: url('pokusaj-ponovo_mali.png') no-repeat center center;
    width: 175px;
    height: 45px;
}

#odgovor {
    height: 30px;
    line-height: 30px;
    border: none;
    width: 50px;
    padding: 0 0.6vw;
    margin: 0 30px;
    text-align: left;
    border-bottom: solid thin #ccc;

}

input[type='text'].break.odgovor {
    border-top: 3px solid #369c9d;
    margin-top: -3px;
}

input[type='text'].break-left {
    border-left: 3px dotted #369c9d;
    margin-left: -3px;
}

#izvrsno {
    display: none;
    width: 216px;
    height: 72px;
    background: url('izvrsno.png') no-repeat center center;
    position: absolute;
    left: 50vw;
    top: 40vh;
    margin-left: -108px;
}

.ok {
    width: 26px;
    height: 26px;
    background: url('kvacica.png') no-repeat center center;
    display: block;
    float: left;
}

.controls {
    /*Otgovora s butona */
    width: 750px;
    padding: 0 25px !important;
}

#zaglavie {
    /*background-color: #0CF;*/
    height: 20px;
    width: 500px;
    margin-top: -90px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 22.2%;
}

header {
    margin-top: 30px;
    margin-bottom: 30px;
}

.controls {
    font-weight: bold;
}

@media only screen and (max-width: 800px) {
    #content-wrapper {
        height: calc(100vh - 170px);
        /*        background-color: beige;*/
        padding-bottom: 1vh;
    }

    table {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    #answ-wrapper {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        /*        background-color: azure;*/
    }

    .controls {
        width: 100%;
        height: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 2vw;
        padding-left: 3vw !important;
    }

    #odgovor {
        height: auto;
        margin: 0.1vw;
    }

    .provjeri {
        display: block;
        float: none;
        margin: 0 2vw;
    }

    .heading {
        width: 70vw;
    }

    .controls {
        margin: 1vh 0vh;
        padding-left: 3vw !important;
    }

    .provjeri.ponovo {
        width: 20vw;
        background-size: 100%;
    }
}

@media screen and (max-width: 650px) {
    #content-wrapper {
        height: calc(100vh - 150px);
        padding-top: 1vh;
        padding-bottom: 1vh;
    }

    .heading {
        font-size: 2.2vw;
        width: 73vw;
    }

    .controls {
        margin: 1vh 0vh;
        padding-left: 3vw !important;
    }

    #odgovor {
        margin-left: 0.1vw;
        font-size: 2.5vw;
    }

    #pitanje {
        font-size: 2.2vw;
    }

    .provjeri {
        margin: -2vw 2vw;
        width: 20vw;
        background-size: 100%;
    }

    table {
        -webkit-transform: scale(0.45);
        transform: scale(0.45);
    }
}

@media screen and (max-width: 550px) {
    #content-wrapper {
        height: calc(100vh - 135px);
    }

    table {
        -webkit-transform: scale(0.37);
        transform: scale(0.37);
    }

    #odgovor {
        height: auto;
        margin-left: 0.1vw;
    }

    .heading {
        width: 70vw;
    }

    #odgovor {
        margin-left: 1vw;
    }

    .controls {
        margin: 1vh 0vh;
        padding-left: 3vw !important;
    }

    .provjeri {
        margin: -4vw 2vw;
    }
}

@media screen and (max-width: 450px) {
    #content-wrapper {
        height: calc(100vh - 101px);
    }

    table {
        -webkit-transform: scale(0.57);
        transform: scale(0.57);
    }

    .heading {
        width: 75vw;
        font-size: 2vw;
    }

    .controls {
        margin-top: 2vw;
        padding-left: 3vw !important;
    }

    .provjeri {
        margin: -9vw 2vw;
        width: 20vw;
        background-size: 100%;
    }

    #odgovor {
        margin-top: -2vw;
        font-size: 2.3vw;
    }

    #pitanje {
        margin-top: -2vw;
        font-size: 2.3vw;
    }
}
