html {     
    -webkit-font-smoothing: antialiased; 
} 

html,body {
    margin: 0;
    padding: 0;
}

body {
    font-size: 10px;
    font-family: "Ubuntu",Arial,Helvetica,sans-serif;
    background: white;
}

a:focus {outline:none;}
a::-moz-focus-inner {border:0;}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.divTable{
	display: table;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
}
.divTableFoot {
	display: table-footer-group;
}
.divTableBody {
	display: table-row-group;
}
.divTableCellCenter {
    vertical-align: middle;
}

.center {
    text-align: center;
}

.central {
    text-align: center;
    vertical-align: middle;
}

.clear {
    clear: both;
}

.vcenter {
    vertical-align: central;
}

.hcenter {
    text-align: center;
}

.w100 {
    width: 100%;
}

.w33 {
    width: 33%;
}

.w50 {
    width: 50%;
}

.w25 {
    width: 25%;
}

.w20 {
    width: 20%;
}

.h100 {
    height: 100%;
}

.bred {
    border: 1px solid red;
}

.mr20 {
    margin-right: 20px;
}

.ml20 {
    margin-left: 20px;
}

.r5 {
    -moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
}

.r15 {
    -moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px;
}

.r25 {
    -moz-border-radius:25px;
	-webkit-border-radius:25px;
	-khtml-border-radius:25px;
	border-radius:25px;
}

.r40 {
    -moz-border-radius:40px;
	-webkit-border-radius:40px;
	-khtml-border-radius:40px;
	border-radius:40px;
}

.r30 {
    -moz-border-radius:30px;
	-webkit-border-radius:30px;
	-khtml-border-radius:30px;
	border-radius:30px;
}

.r50 {
    -moz-border-radius:50px;
	-webkit-border-radius:50px;
	-khtml-border-radius:50px;
	border-radius:50px;
}

.notifyBox {
    position: relative;
    z-index: 1;
}

.notifyCount {
    display: block;
    color: white;
    background-color: #DE1F3D;
    min-width: 18px;
    height: 18px; 
    z-index: 2;
    -moz-border-radius:9px; /* FF */
	-webkit-border-radius:9px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
	-khtml-border-radius:9px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
	border-radius:9px; /* pozostałe przeglądarki */
    position: absolute;
    right: -10px;
    bottom: -10px;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
}

.mr {
    margin-right: 30px;
}

.mb {
    margin-bottom: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.nmb {
    margin-bottom: 0;
}

.panelContent .nmb {
    margin-bottom: 0;
}

.hline {
    display: block;
    width: 100%;
    height: 1px;
    background: #E5E5E5;
    margin-bottom: 30px;
}

.hide {
    display: none;
}

.pagenav {
    padding:0.4em;
    text-align: center;
    font-size: 1.8em;
}

.pagenav span {
    color:white;
    background-color:#018086;
    padding:0.4em 0.8em 0.4em 0.8em;
    margin:0.4em
}

.pagenav a {
    color:white;
    background-color:#018086;
    padding:0.4em 0.8em 0.4em 0.8em;
    margin:0.4em;
    text-decoration:none
}

.pagenav a:hover {
    color:#fff;
    background-color:#0A3147;
    margin:0.4em;
    text-decoration:none
}

.articleItem:hover img {
    filter: brightness(80%);
}

.articleItem a:hover .articleTitle b {
    text-decoration: underline;
}


.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}
.catHeader {
    display: block;
    color: white;
    text-align: center;
}

.catHeader h1 {
    padding: 30px;
    margin: 0;
    color: white;
    font-size: 3.4em;
    font-weight: bold;
}