@charset "UTF-8";

/* przykładowy wpis: */

/* styl treści artykułów */
.content_tresc .tresc p
{
	color: #303030;
	font-size: 18px;
	font-family: tahoma, sans-serif;
}

.haslo_tekst2 {
    text-align: center;
    font: bold 30px / 30px ColaborateRegular, Arial, sans-serif;!Important
}

.haslo_tekst3 {
    text-align: center;
    font: bold 24px / 24px ColaborateRegular, Arial, sans-serif;
}

.component.banery_typ1 ul li {
    position: relative;
    background-color: #0071bf!Important;
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 20px;
    width: calc(33% - 55px);
    margin-bottom: 30px;
}

.component.banery_typ2 span.baner_title {
    width: 100%;
    text-align: inherit;
    color: white;
    padding: 0px 0px 15px 0px;
    box-sizing: border-box;
    font-size:20px !Important;
    font-weight: bold;
    text-shadow: none;
    position: relative;
    bottom: 0px;
}

.component.banery_typ2 .baner_opis {
    color: white;
    font-size: 16px!Important;
    line-height: 24px!Important;
    width: 100%;
    display: block;
}

article > .tresc, article > .tresc > p, article > .tresc li, article > .tresc td {
    /*font-family: 'Roboto' !important;
    font-size: 18px !important;
    line-height: 25px !important; */
}


.zajawka .box-left img {
    height: auto;
    outline: 0px solid silver !Important;
    outline-offset: -1px;
}


.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 22px;
}



