@font-face {
    font-family: 'bebas_kairegular';
    src: url('/files/fonts/bebas_kai/bebaskai-regular-webfont.eot');
    src: url('/files/fonts/bebas_kai/bebaskai-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/files/fonts/bebas_kai/bebaskai-regular-webfont.woff2') format('woff2'), url('/files/fonts/bebas_kai/bebaskai-regular-webfont.woff') format('woff'), url('/files/fonts/bebas_kai/bebaskai-regular-webfont.ttf') format('truetype'), url('/files/fonts/bebas_kai/bebaskai-regular-webfont.svg#bebas_kairegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din-pro-bold';
    src: url('/files/fonts/din_pro/DIN_Pro_Bold.otf');
}

@font-face {
    font-family: 'din-pro-medium';
    src: url('/files/fonts/din_pro/DINPro-Medium.ttf');
}

body {}

.logo-top-outer {
    width: 60%;
    margin: auto;
}

#logo-top {
    width: 80px;
    height: 80px;
    background: #dfdd00;
}

#logo-top-inner {
    margin-left: 20px;
    margin-top: 20px;
    width: 50%;
}

#header {
    background-image: url(/files/images/actions/forest-contest/background-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 120px;
}

h1 {
    color: #fff;
    font-family: 'din-pro-bold', sans-serif;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

h1 span {
    background-color: #dfdd00;
    padding: 0 10px;
}

#header .header-main {
    width: 60%;
}

#header .header-main-inner {
    padding-top: 30px;
}

#header .book {
    width: 80%;
}

#header p {
    font-size: 16px;
    font-size: 500;
    color: #fff;
    line-height: 1.5em;
}

.message-success, .message-danger {
    background-color: #dfdd00;
    font-family: 'din-pro-medium';
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 30px;
    padding: 20px;
    margin-bottom: 30px;
}

.message-danger {
    background-color: #df7e5a;
}

#about {
    padding: 80px 0 80px 0;
    background-image: url(/files/images/actions/forest-contest/back-author.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#about .about-inner {
    width: 60%;
    margin: auto;
    font-size: 20px;
    color: #554600;
}

#about .about-right {
    padding: 0;
}

#about p {
    text-align: left;
    font-size: 25px;
    font-family: 'din-pro-medium';
    padding-top: 20px;
}

.progress-bar-info {
    background: #68562e;
}

.btn {
    background-color: #dfdd00;
    font-family: 'din-pro-medium';
    margin-bottom: 10px;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

label {
    font-family: 'din-pro-medium';
    font-weight: 400;
}

.checkbox input {
    width: 25px;
    height: 25px;
    margin-left: -45px !important;
}

.checkbox label, .radio label {
    padding-left: 45px;
}

.form-control {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #68562e;
    color: #554600;
    font-family: 'din-pro-medium';
}

hr {
    border-top: 1px solid #68562e;
}

form a {
    color: #68562e;
    font-weight: 600;
}

.form-control:focus {
    border: 1px solid #dfdd00;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

/*FOOTER*/

#footer {
    background-color: #dfdd00;
    padding: 40px 0 40px;
}

#footer .footer-main {
    width: 60%;
    margin: auto;
    border-top-style: solid;
    border-color: #56401d;
    border-width: 2px;
    padding-top: 15px;
}

#footer .footer-main a {
    color: #56401d;
    float: right;
    margin-top: 15px;
}

#footer .footer-main a:hover {
    text-decoration: none;
}

@media all and (max-width: 1200px) {}

@media all and (max-width: 992px) {}

@media all and (min-width: 768px) {
    #header .pobierz-mobile,
    .text-mobile,
    #footer-mob,
    #open1,
    #open2,
    #open3,
    #download-mobile {
        display: none;
    }
}

@media all and (max-width: 768px) {
    #logo-top {
        margin: auto;
    }
    #header {
        padding-bottom: 60px;
    }
    h1 {
        font-size: 27px;
        text-align: center;
    }
    #header .header-main {
        width: 90%;
        text-align: center;
    }
    #header .pobierz {
        display: none;
    }
    #header .pobierz-mobile {
        width: 60%;
    }
    #header .book {
        width: 90%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #about {
        padding: 50px 0 40px 0;
    }
    #about .about-inner {
        width: 90%;
    }
    #about .about-inner .author-photo img {
        width: 70%;
    }
    #about .about-inner p {
        font-size: 20px;
    }
    #about .about-inner img {
        padding-bottom: 30px;
    }
    #curiosities {
        padding: 50px 0 40px 0;
    }
    #curiosities .curiosities-header {
        width: 90%;
    }
    #curiosities .curiosities-header img {
        width: 100%;
    }
    #curiosities .curiosities-inner {
        width: 90%;
    }
    #curiosities .curiosities-inner .triangle-top,
    #curiosities .curiosities-inner .triangle-middle {
        position: inherit;
        display: block;
        left: 0;
        margin-bottom: 30px;
    }
    #curiosities h3 {
        font-size: 23px;
    }
    #curiosities .curiosities-inner p {
        font-size: 18px;
    }
    #curiosities .curiosities-inner .curiosities-pics img {
        display: none;
    }
    #curiosities .curiosities-inner .curiosities-text-middle {
        text-align: left;
    }
    #curiosities .buttons-mobile {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    #curiosities .buttons-mobile img {
        width: 70%;
    }
    #curiosities .row {
        padding: 20px 0 20px 0;
    }
    #download {
        padding: 40px 0 50px;
    }
    #download .download-main {
        width: 90%;
        padding: 25px;
    }
    #download .download-main img {
        float: none;
    }
    #download .download-main .download-main-right p {
        display: none;
    }
    #download-mobile {
        font-size: 18px;
        width: 90%;
        text-align: center;
        margin-bottom: 20px;
    }
    #download .download-main .download-main-right {
        text-align: center;
    }
    #download .download-main .download-main-right .pobierz {
        width: 60%;
        float: none;
    }
    h2 {
        font-size: 28px;
    }
    #buy-box-bottom {
        width: 80%;
    }
    .a4b-buybox-standard,
    .a4b-box-td {
        font-size: 20px !important;
        width: 100%;
    }
    .a4b-buybox-standard .a4b-box-row {
        padding-left: 0 !important;
    }
    #footer {
        background-color: #dfdd00;
    }
    .footer-main {
        display: none;
    }
    .footer-mobile {
        text-align: center;
    }
    #show1,
    #show2,
    #show3 {
        display: none;
    }
}

