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

html,body {
    margin: 0;
    padding: 0;
  font-size: 13px;
}

body {
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    background: white;
}

.container {
  max-width: 1300px;
}

.page_wrapper {
    display: block;
    margin: 0 auto;
    padding: 0 20px;
}

.pointer {
    cursor: pointer;
}

* {
  outline:none !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

*:hover {

}
*:focus {
  outline:none !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

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

a {
    text-decoration: none;
  color: black;
}

a:hover {
    text-decoration: none;
}

.vcentral {
    display: flex;
    align-items: center; 
}

.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%;
}


.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;
}

.round {
    -moz-border-radius:50%;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	border-radius:50%;
}

.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: 20px;
}

.mb {
    margin-bottom: 20px;
}

.nmb {
    margin-bottom: 0 !important;
}

.pt {padding-top: 20px;}
.pb {padding-bottom: 20px;}

.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;
}

.yt {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.yt iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.gradient {
    background: rgba(0,0,0,0.5);
}

.twhite {
    color: white !important;
}

.bline {
    border-bottom: 1px solid #C0C0C0;
}

.relative {
    position: relative;
}

/** GRID **/
.grid_col_2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.hright {
  float: right;  
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}

.stretch {
  align-items: stretch;
}

.rel {
  position: relative;
}

.ohidden {
  overflow: hidden;
}

.btn2div {
  display: inline-block;
  border: none;
}

.w300 {
    width: 320px !important;
    max-width: 320px !important;
    min-width: 320px !important;
}

.uppercase {
    text-transform: uppercase;
}