/* Add here all your CSS customizations */
body, p, li {
    font-size: 15px;
}

.divider.divider-small {
    margin: 42px auto;
    background: transparent;
}

html .divider.divider-primary.divider-small hr {
    width: 170px;
    margin: 0 auto;
}

.transparent {
    background: rgba(0, 0, 0, 0.4);
}

body,
html.dark #header .header-body{
    /*background: #111111!important;*/
}

p, li {
    color: #C2C2C2;
}

h1 {
    margin: 30px 0 32px 0;
}

.home-intro {
    margin: 40px 0px;
}

.featured-box a {
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #3f484d;
    padding: 5px 0 6px 10px;
    text-align: left;
}
.featured-box a:hover {
border-bottom: 1px solid #467087;
color:#40b5f5

}

@media (min-width: 992px) {
    html.dark #header .header-nav.header-nav-stripe nav > ul > li > a {
        color: #CCC;
        font-size: 15px;
    }

    .box-content {
    min-height: 530px;
}
}

.kategoria_box .thumb-info {
    min-height: 250px!important;
}

.ikona_kategoria {
    max-width: 100px;
    margin: 10px auto;
}

.produkt_title {
    font-size: 16px;
    color: #0088cc!important;
    text-transform: uppercase;
    line-height: 24px;
}

.produkt_title:hover {
    text-decoration: none;
}

ul.nav-list.show-bg-active .active > a {
    background-color: #0088cc;
    color: #ffffff;
}

iframe {
    width: 100%!important;
    min-height: 400px!important;
}

iframe body {
    background: black!important;
}

html.dark .modal-header h1, html.dark .modal-header h2, html.dark .modal-header h3, html.dark .modal-header h4, html.dark .modal-header h5, html.dark .modal-header h6 {
    color: #ffffff;
}

.iframe_kontener {
    padding: 10px;
    background: #ffffff;
}

.table-hover tr:hover {
    background: #282d36!important;
}

.table>thead>tr>th {
    color: #ffffff;
}

.home-intro p {
   font-size: 15px!important;
}

.home-intro p span {
    font-size: 15px!important;
}

.masonry .masonry-item {
    width: 25%;
    padding: 10px;
}

.osoba {
    background-color: #282d36;
    border-color: #282d36;
    margin: 10px;
    padding: 15px;
}

.osoba h3 {
    text-transform: none;
}

.osoba p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}