html,
body {
    font-family: 'Amatic SC', cursive;
    /*background: #000;*/
    color: #000;
}

h2,
h2,
h5 {
    font-weight: 700;
}

h2 {
    font-size: 40px;

}

h3 {
    font-size: 18px;

}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 28px;
    padding: 20px 0;
}

h5>sup {
    color: #91ca01;
}

form input {
    font-family: 'Patrick Hand', cursive;
    font-size: 22px !important;
    padding: 18px 20px !important;
    border: none !important;
    border-radius: 0 !important;
}

form label {
    font-size: 28px !important;
}

form input#bg-fb,
form input#bg-in {
    padding-left: 90px !important;
}

form input#bg-fb {
    background: #fff url('../img/fb_icon_formular.png') no-repeat 15px center;
}

form input#bg-in {
    background: #fff url('../img/instagram_icon_formular.png') no-repeat 15px center;
}

.pos-rel {
    position: relative;
}

.pos-rel .cenovka {
    position: absolute;
    top: -50px;
    right: -10px;
    z-index: 9999;
    /*background: url('../img/cenovka.png') no-repeat top center;*/
}

.label-green p {
    color: #fff;
    font-family: 'Patrick Hand', cursive;
    font-size: 24px;
}

#sec7 p {
    font-size: 32px;
    /*font-weight: 700;*/
    padding: 0 0 0 30px;
    margin: 0;
}

#sec7 h2 {
    padding: 20px 0 0 0;
}

#sec9 p,
#sec10 p,
#sec11 .link {
    font-family: 'Ubuntu', sans-serif;
    color: rgba(0, 0, 0, .7);
    font-size: 14px;
}

#sec9 img {
    opacity: .7;
}

#sec9 img:hover {
    opacity: 1;
}

#sec10 h4 {
    font-size: 25px;
}

#sec10 h5 {
    font-size: 35px;
}

#sec12 {
    font-family: 'Ubuntu', sans-serif;
}

#sec12 h2 {
    font-size: 20px;
}

#sec12 h3 {
    font-size: 18px;
}

.bg-light {
    background: #f2f2f2 !important;
}

.but {
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 45px;
    padding-right: 55px;
    padding-left: 55px;
    transition: background 0.85s ease-in-out;
}

.but:hover {
    cursor: pointer;
    background: #b2e433;
}

.background-01 {
    min-height: 40vh;
    width: 100%;
    background-size: cover;
    background: url('../img/obs-bg-01.jpg') top center fixed;
    background-repeat: no-repeat;

}

li.special-li {
    list-style: none;
    color: #91ca01;
    padding: 0px 20px !important;
    font-family: 'Patrick Hand', cursive;
    font-weight: normal;
    border: 5px solid #91ca01;
    border-radius: 2.5rem;
    background-color: #ffffff;
}

.green {
    color: #91ca01;
    /*zelena*/
}

.bg-green {
    background: #91ca01;
    min-height: 20px;
    margin-top: 2px;
}

.green-label {
    font-size: 25px;
    font-family: 'Patrick Hand', cursive;
    border: 3px solid #91ca01;
    border-radius: .8rem;
}

.border-tb-green {
    border-top: 4px solid #91ca01;
    border-bottom: 4px solid #91ca01;
}

.border-b-dot-green {
    border-top: 2px dashed #91ca01;
}

.font-size-01 {
    font-size: 35px;
}

.font-size-02 {
    font-size: 28px;
}

.bold {
    font-weight: 700;
}

.family-01 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}

.pos-01 {

    margin-top: -80px;
}

ul.custom-list {
    font-weight: 700;
    line-height: 60px;
    list-style-type: none;
}

ul.custom-list li {
    padding-right: 20px;
    position: relative;
}

ul.custom-list li img {
    margin-right: 8px;
}

ul.custom-list-01 {
    /*font-family: 'Patrick Hand', cursive;*/
    font-size: 1.6rem;

    font-weight: normal;
}

ul.custom-list-01 li,
ul.custom-list li {
    padding: 5px 0;
}

ul.custom-list li>span,
ul.custom-list-01 li>span {
    color: #000;
    text-shadow: 2px 2px 2px #ffffff;
}

@media (max-width: 575.98px) {
    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 20px !important;
    }

    .font-size-01 {
        font-size: 28px;
    }
}


@media (min-width: 767.98px) {
    .background-01 {
        min-height: 65vh;
    }

    .border-b-dot-green-sm {
        border-top: none;
    }

    .border-r-dot-green-sm {
        border-right: 2px dashed #91ca01;
    }

    #sec7 h2 {
        font-size: 94px;
    }
}

@media (max-width: 767.98px) {
    .background-01 {
        background: #fff;
    }

    .border-b-dot-green-sm {
        border-top: 2px dashed #91ca01;
    }

    .border-r-dot-green-sm {
        border-right: none;
    }

    ul.custom-list {
        font-size: 1.2rem;
        line-height: 35px;
    }

    ul.custom-list li:first-child {
        font-size: 2.2rem !important;
    }

    .green-label {
        font-size: 25px;
        border: none;
        border-radius: .4rem;
        color: #fff;
        background: #91ca01
    }

    #sec7 p {
        font-size: 26px;
    }

    #sec7 h2 {
        font-size: 42px;
    }

    .pos-rel .cenovka {
        right: 0;
        top: 0px;
    }

    .pos-rel .cenovka>img {
        width: 100px;
    }
}

@media (min-width: 991.98px) {
    .background-01 {
        min-height: 80vh;
    }

    .bg-green {
        min-height: 50px;
    }

    .green-label {
        font-size: 50px;
        border: 5px solid #91ca01;
        border-radius: 1.4rem;
    }
}

@media (max-width: 991.98px) {
    .pos-01 {
        margin-top: 0px;
    }
}

@media (min-width: 1200px) {
    .background-01 {
        background-position: top left;
    }
    ul.custom-list {
        font-size: 3.1rem;
    }

    ul.custom-list li:first-child {
        font-size: 4.0rem !important;
    }

    ul.custom-list-01 {
        font-size: 2.8rem;
    }

    ul.custom-list li {
        padding: 0px 0;
    }

    h2 {
        font-size: 130px;
    }

    h3 {
        font-size: 50px;
    }

    h4 {
        font-size: 42px;
    }

    h5 {
        font-size: 42px;
    }

    .font-size-01 {
        font-size: 70px;
    }

    .pos-rel .cenovka>img {
        width: 150px;
    }
}

@media (min-width: 1500px) {
    ul.custom-list li {
        padding: 10px 0;
    }

    h2 {
        font-size: 160px;
    }
}




/*@media (max-width: 991.98px) {  }
@media (max-width: 1199.98px) {  }
@media (max-width: 575.98px) {  }
*/

@media (min-width: 576px) and (max-width: 767.98px) {
    ul.custom-list {
        font-size: 1.8rem;
        line-height: 45px;
    }

    ul.custom-list li:first-child {
        font-size: 2.8rem !important;
    }

    h2 {
        font-size: 70px;
    }

    h3 {
        font-size: 28px !important;
    }

    h4 {
        font-size: 26px;
    }

    /*#sec5 h3,
    #sec7 h3{
        font-size: 1.4rem;
        font-weight: bold;
    }*/
}

@media (min-width: 768px) and (max-width: 991.98px) {
    ul.custom-list {
        font-size: 2.0rem;
        line-height: 50px;
    }

    ul.custom-list li:first-child {
        font-size: 3.0rem !important;
    }

    ul.custom-list-01 {
        font-size: 1.8rem;
    }

    .bg-green {
        min-height: 25px;
    }

    .background-01 {
        /*background-image: url('../img/obs-bg-02.jpg');*/
    }

    h2 {
        font-size: 110px;
    }

    h3 {
        font-size: 34px;
    }

    .font-size-01 {
        font-size: 40px;
    }

    h4 {
        font-size: 32px;
    }

    .pos-rel .cenovka {
        right: 0;
        top: -5px;
    }

    .pos-rel .cenovka>img {
        width: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    ul.custom-list {
        font-size: 2.4rem;
    }

    ul.custom-list li:first-child {
        font-size: 3.4rem !important;
    }

    ul.custom-list-01 {
        font-size: 2.6rem;
    }

    h2 {
        font-size: 120px;
    }

    h3 {
        font-size: 35px;
    }

    h4 {
        font-size: 34px;
    }

    h5 {
        font-size: 34px;
    }

    .font-size-01 {
        font-size: 60px;
    }

    .pos-rel .cenovka {
        right: 0;
        top: -20px;
    }

    .pos-rel .cenovka>img {
        width: 130px;
    }

}

.header {
    background-image: url('../img/cz/hlavicka.jpg');
    min-height: 458px;
    margin-bottom: 0 !important;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.header_sk {
    background-image: url('../img/sk/hlavicka.jpg');
}

.session_sk {
    background-image: url('../img/sk/akce_button.jpg');
}

.header_pl {
    background-image: url('../img/pl/hlavicka.jpg');
}

.session_pl {
    background-image: url('../img/pl/akce_button.jpg');
}

#sec5 h3,
#sec7 h3 {
    font-size: 3.4rem;
    font-weight: bold;
}

.has-error p,
.alert-danger {
    font-size: 25px;
    color: red !important;
    font-family: 'Patrick Hand', cursive;
}

/* ways of hiding the column if no content */
.col-empty,
.col:empty,
[class^=col-]:empty {
    display: none;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

#story {
    overflow: hidden;
    transition: height 2s;
    -moz-transition: height 2s; /* Firefox 4 */
    -webkit-transition: height 2s; /* Safari and Chrome */
    -o-transition: height 2s; /* Opera */
}

#story p {
    font-size: 18px;
}

#story.visible {
    width: 100%;
}

#story-more {
    text-align: left;
    padding-top: 15px;
    display: none;
}

#story-button {
    color: #ffffff;
    background: #91ca01;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    padding: 5px 20px;
    cursor: pointer;
}

#story-button:hover {
    background: #b2e433;
}
