.media-list.choose {
    color: #e30613;
    display: block;
    font-size: 24px;
    font-weight: 700;
    padding: 30px 0;
    text-align: center;
}
.font-32 {
    font-size: 32px;
}
.red {
    color: #e30613;
}

/* Resets
------------------------------ */
.section-title.red {
    color: #e30613;
}
.section-title.white {
    color: #ffffff;
}


.page-section.brown {
    background-image: url(../img/bg-brown.jpg);
    background-repeat: repeat;
}

.sf-menu.nav > li > span, .sf-menu ul li > span {
    color: #174352;
    display: inline-block;
    font-size: 20px;
    padding: 20px;
    font-weight: 700;
}
.is-sticky .sf-menu.nav > li > span {
    padding-top: 6px !important;
    padding-bottom: 7px !important;
    font-size: 16px;
}

.is-sticky .logo {
    background-color: #fbfbfb;
    background-image: url(../img/logo-jaba24-sticky.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    cursor: pointer;
}
.is-sticky .logo img {
    display: none;
}

.bootstrap-datetimepicker-widget table td.day { font-size: 12px; }
.bootstrap-datetimepicker-widget table th { font-size: 14px; }
.bootstrap-datetimepicker-widget .picker-switch td span { font-size: 14px; }
.bootstrap-datetimepicker-widget button[data-action] { display: none; }

@media (max-width: 990px) {
    .logo img {
        display: none;
    }

    .logo {
        background-color: #fbfbfb;
        background-image: url(../img/logo-jaba24-sticky.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 70%;
    }

    ul.list-icons li {
        padding-left: 0px;
        position: relative;
    }

    ul,
    ol {
        font-size: 16px;
        line-height: 12px;
        padding-left: 0;
        list-style: none;
        margin-bottom: 10px;
    }

    img {
        width: 35px;
    }

    .accordion .panel-title {
        font-size: 18px;
        line-height: 20px;
        color: #174352;
        font-weight: 700;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .accordion .panel-body {
        padding-top: 20px;
        padding-right: 40px;
        padding-left: 20px;
        font-size: 16px;
    }

    .accordion .dot {
        display: inline-block;
        float: right;
        width: 35px;
        height: 35px;
        line-height: 24px;
        text-align: center;
        position: relative;
        background: #ffffff;
        color: #174352;
        padding-right: 10px;
    }

    .section-title {
        font-size: 30px;
        font-weight: 900;
        line-height: 35px;
        text-align: left;
        margin-bottom: 20px;
    }

    p {
        margin-bottom: 20px;
        padding-right: 10px;
        font-size: 16px;
    }

    .page-section {
        position: relative;
        padding-top: 50px;
        padding-bottom: 50px;
        overflow: hidden;
    }

    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .testimonials-carousel .testimonial .testimonial-text {
        font-size: 16px;
        line-height: 26px;
        padding: 35px 0 30px 0;
    }

    .testimonials-carousel .testimonial .testimonial-avatar {
        margin-top: 50px;
        border-radius: 50%;
        width: 65px;
    }

    .menu-toggle {
        margin: 15px 0;
    }

    .thumbnail.thumbnail-featured .caption {
        padding: 10px 20px;
    }

    .main-slider .form-search .form-group {
        margin-bottom: 5px;
    }

    .header .header-wrapper > .container {
        min-height: 70px;
    }

    .logo {
        background-size: 80%;
        left: 2px;
        margin-top: 7px;
    }

    .media-list {
        font-size: 30px;
        margin-top: 40px
    }

    .media-body, .media-left, .media-right {
        line-height: 26px;
    }

    #kontakt {
        background-image: url(../img/bg-contact.jpg);
        background-repeat: no-repeat;
    }
}

@media (max-width: 1200px) {
    .sf-menu.nav > li > span, .sf-menu ul li > span {
        font-size: 16px;
        padding: 20px;
    }
}
