@font-face {
	font-family: 'lato';
	src: url('fonts/Lato-Regular.ttf');
}
@font-face {
  font-family: 'lato';
	font-weight: bold;
	src: url('fonts/Lato-Bold.ttf');
}
@font-face {
  font-family: 'lato';
	font-style: italic;
	src: url('fonts/Lato-Italic.ttf');
}
/* ======================= USTAWIENIA POCZĄTKOWE - RESETY =========================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
		font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
  }
html, body {
	height: 100%;
	line-height: 1;	
	text-align: center;
	position: relative;
  }
div {
    overflow: hidden;
  }  
p, ol, ul {
    margin: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style-type: decimal;
}
li ol {
    list-style-type: lower-alpha;
}
ol li, ul li {
    list-style-position: outside;
    margin-left: 2em; 
}	
strong, b {
	font-weight: bold;
}
em, i {
    font-style: italic;
}
sup {
    font-size: 0.7em;
    vertical-align: super;
}
sub {
  font-size: 0.7em;
  vertical-align: sub;
} 
/* ====================================================== Czcionki ============================================ */
html, body, input, textarea {
  font-family: lato, tahoma, arial, sans-serif;
  
  font-size: 14px;
  color: #666;
}
h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 0.7em 0;
  font-family: lato, tahoma, arial, sans-serif;
  letter-spacing: 1px;
  
  color:#333;
}
h1 {
  font-size: 2.7em;
}
h1:first-child {
  margin-top: 0;
}
h2 {
	font-size: 2em;
}	
h3 {
  font-size: 1.8em;
  }
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
  font-weight: bold;
}
p {
    margin-bottom:1em;
}
a {
  color: #0093DD;
  
  text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.text-wrapper a {
	text-decoration: underline;
	color:inherit;
}
.text-wrapper a:hover {
	color: #0093DD;
}
ul li a {
    color:inherit;
    text-decoration: none;
}
ul li a:hover {
    text-decoration: none;
}
/* =================================================== Układ strony =========================================== */
html, body {
    background: #fff;
    line-height: 1.2;
}
#CANVAS {  /*trzyma całość w rozmiarach okna, zapewnia minimalne rozmiary */
    margin: 0 auto;
    padding: 0 20px 210px 20px;
    min-height: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
		text-align: center;
}
.container {  /* szerokość, jeśli potrzbena */
    margin: 0 auto;
    text-align: left;
    max-width:1140px;
}
#SET {
    height:50px;
    font-size:0.9em;
    padding-top:20px;
    box-sizing: border-box;
}
#TOP, #TOP .container {
    position: relative;
    min-height: 140px;
}
#MENU {     /*menu itp*/
    position: relative;
		overflow: visible;
    z-index: 100;
}
#MENU .container {
    position: relative;
    overflow: visible;
}
/* ----- wyszukiwarka obok menu ---- */
.search-wrapper {
    position:absolute;
    top:0; right:50px;
    width:254px;
    padding-top: 18px;
}
.search {
  padding-right: 30px;
  position: relative;
}
.search input[type="submit"] {
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 30px;
    box-sizing: border-box;
    border:0;
    outline: 0;
		border-bottom:0;
		cursor: pointer;
    background:url(../images/search-icon.png) no-repeat right 3px bottom 3px;
}
.search input[type="text"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    position:relative;
    /*width: 230px*/
    width: 100%;
    display: block;
    padding: 2px;
    border:0;
    outline: 0 !important;
    border-bottom:0;

		font-size:0.92em;
		letter-spacing: 1px;
    background:none;
}
.search input[type="text"]:focus {
	outline: 0 !important;
	background:none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
    opacity:  1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:  #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:  #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:  #fff;
   opacity:  1;
}


/* ------ */
#HELP-CONTENT {
    height:70px;
}
#CONTENT-WRAPPER {
    clear: both;
}
#CONTENT-LEFT {
    float:left;
    width:290px;
}
#CONTENT {
    padding-left:355px;
    padding-right:50px;
    margin-left:-290px;
    box-sizing: border-box;
    width:100%;
    float:right;
}
#FOOTER {  
		z-index: 10;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    padding: 0 20px 50px 20px;
}
#FOOTER .container {
    position:relative;
		overflow: visible;
}
/* =================================================== Menu Glowne =========================================== */
.nav {
	background:#0093dd;
}
nav {
  margin: 0;
  padding: 0 300px 0 0;
  overflow: hidden;
  position: relative;
 }
nav ul {
  margin: 0;
  padding: 0 20px;
  display: block;
}
nav ul li {
  margin: 0;
  padding: 0 !important; /*padding zmieniaj przy a*/
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  list-style: none;
}
nav ul li a {
  padding: 21px 10px;
  margin: 0 !important; /*margin zmieniaj przy li*/
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.2;
  text-transform: uppercase;

  font-size:0.95rem;
  
  color:#fff;
}
/* ------------ Mobilne menu ------------ */  
#mobile-menu-button, #mobile-menu-close {
  display: none;
}
/* =================================================== Menu Boczne =========================================== */
#CONTENT-LEFT .submenu {
    width:100%;
}
#CONTENT-LEFT .submenu ul, nav.mobile-menu ul {
    margin:0;
}
#CONTENT-LEFT .submenu ul li, nav.mobile-menu ul li {
    width:100%;
    list-style:none;
    margin:0;
    padding:0;
    display:block;
    overflow: hidden;
    width:100%;
}
#CONTENT-LEFT .submenu ul li a, nav.mobile-menu ul li a {
    padding:22px 38px;
    width:100%;
    display:block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight:bold;
    font-size: 0.96em;
		box-sizing: border-box;
}
/* -------------------- elementy zawierajace podmenu ----------- */
#CONTENT-LEFT .submenu ul li.parent>a, nav.mobile-menu ul li.parent>a {
  position: relative;
}
#CONTENT-LEFT .submenu ul li.parent>a:after, nav.mobile-menu ul li.parent>a:after {
  content: url(../images/submenu-arrow-white.png);
  position: absolute;
  top: 21px; right: 4px; bottom: 0;
  width: 30px;
  height: 16px;
  display: block;
  transition: transform 300ms;
}
#CONTENT-LEFT .submenu ul li.parent.expanded>a:after, nav.mobile-menu ul li.parent.expanded>a:after {
  transform: rotate(180deg);
}
/* ---------------------elementy podmenu ----------------------- */
#CONTENT-LEFT .submenu ul li ul li a, nav.mobile-menu ul li ul li a {
    padding:17px 0;
    width:100%;
    display:block;
    text-align: center;
    text-transform: none;
    font-weight:normal;
    font-size:0.9em;
}
#CONTENT-LEFT .submenu ul li:last-child a {
  border-bottom: none;
}
#CONTENT-LEFT .submenu ul li .content, nav.mobile-menu ul li .content {
	height:0;
	transition: height 300ms;
}
#CONTENT-LEFT .submenu ul li.expanded > .content, nav.mobile-menu ul li.expanded > .content {
	height:auto;
}
/* ====================================================== Elementy stałe interfejsu ==================================== */
/* --------------- blok górny ----------------------- */
.font-resizer a {
  padding: 0 4px;
	color:#666;
	cursor: pointer;
}
.font-resizer .size1 {
    font-size:12px;
}
.font-resizer .size2 {
    font-size:14px;
}
.font-resizer .size3 {
    font-size:17px;
}
.for-blind {
	padding-top:4px;
}
.for-blind a {
	cursor: pointer;
}
.for-blind a.high {
	display:inline-block;
}
.for-blind a.low {
	display:none;
}
#SET img {
    margin-right:1em;
		height:12px;
}
#SET .container > div {
    display:inline-block;
    float:right;
    padding-left: 28px;
    padding-right: 28px;
    overflow: hidden;
    vertical-align: bottom;
    line-height:1.4;
    position: relative;
}
#SET .container > div:after {
  content: '';
  position: absolute;
  right:0;
  bottom: 6px;
  display: block;
  width: 1px;
  height: 10px;
  background: #b2b2b2;
}
#SET .container > div:first-child {
    padding-right: 0;
}
#SET .container > div:last-child {
    padding-left: 0;
}
#SET .container > div:first-child:after {
  display: none;
}
#SET .permanent-link ul {
    margin:0;
}
#SET .permanent-link ul li {
    list-style:none;
    float:left;
    line-height:1.9;
}
#SET .permanent-link ul li a {
	letter-spacing: 0px;
	font-size: 1em;
}
#SET a {
	color:inherit;
}
#SET ul li a:hover, #SET a:hover {
    color:#0093dd;
    text-decoration:underline;
}
#SET .rss {
    line-height:2 !important;
}


/* --------------- Logo ----------------------- */
#TOP .logo {
  margin-right: 200px;
}
#TOP .logo img {
    float:left;
    max-height:90px;
    max-width: 90px;
}
#TOP .logo .title {
    padding:14px 0 0 20px;
}
#TOP .logo .title h2 {
    text-transform: uppercase;
		margin:0 0 4px 0;
    font-size:2.05em;
}
#TOP .logo .title span {
    color:#666;
		font-size:1.1em;
}

/* --------------- TOP - dodatki ----------------------- */
#TOP .bip {
  position: absolute;
  top: 27px;
  right: 0;
}

/* --------------- elementy strony ----------------------- */
.breadcrumps {
    text-align: right;
    padding-right:50px;
    padding:22px 50px;
    
    font-size:0.9em;
}
.text-wrapper {
    line-height:1.7;
}
.lista ul li {
	list-style: none;
	margin:0 0 6px 0 !important;
}
.lista a {
	text-decoration: underline;
}
.lista a:hover {
	text-decoration: underline;
	color: #0093DD;
}
.lista span {
	display:block;
	font-size:0.9em;
}
.content-footer {
	background: rgba(0, 147, 221, 0.1);
	padding:30px;
	margin-top: 4em;
	font-size:0.9em;
}
.content-module {
    
}
.last-article ul li {
    list-style:none;
    margin:0;
    padding:0.5em 0;
}
.last-article .data {
    color:#0092dd;
    padding-right:1em;
}
.last-article h3 {
    margin:1.5em 0 1em 0;
}
.button {
    display:inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    float:right;
    font-size: 13px;
    line-height: 1.4;
    margin-top:1em;
    text-decoration: none;
		transition: background 300ms;
		transition: color 300ms;
    
    background: #0093dd;
    color:#fff;
}
.button:hover {
    text-decoration:none;
		color:#333;
		background:#eee;
}
#FOOTER .foot {
    padding: 22px 26px 17px;
    background: #0093DD;
}
#FOOTER .foot > div {
    display:inline-block;
    float:left;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 5px;
}
#FOOTER .foot > div:first-child {
    border-right:1px solid #fff;
}
#FOOTER .foot .copyright {
  float: right;
  padding: 0; border: none;
}
/* ================================== kolorystyka granatowa =========================== */
a {
  color: #1c2b46;
  text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.text-wrapper a:hover {
	color: #1c2b46;
}
.lista a:hover {
	text-decoration: underline;
	color: #283E67;
}
.color, .button {
  color:#fff !important;
	text-decoration: none !important;
}
.button:hover {
	background: #385791;
	color:#fff;
}
.nav, .button, #FOOTER .foot {
  color:#fff;
	background:#283e67;
}
#CONTENT-LEFT .submenu ul li a, nav.mobile-menu ul li a {
  color: #fff;
  background:#283e67;
  border-bottom: solid 1px #49556b;
}  
#CONTENT-LEFT .submenu ul li.parent>a:after, nav.mobile-menu ul li.parent>a:after {
  content: url(../images/submenu-arrow-white.png);
}
#CONTENT-LEFT .submenu ul li ul li a, nav.mobile-menu ul li ul li a {
  color:#fff;
	background: #1c2b46;
  border-bottom: solid 1px #49556b;
}
.content-footer {
    background: rgba(40, 62, 103, 0.1);
}
/* --------------- hovery ------------------ */
nav ul li a:hover, nav ul li a.active {
	color:#333;
	background: #eee
}
#CONTENT-LEFT .submenu li a:hover, #CONTENT-LEFT .submenu li a.active, nav.mobile-menu li a:hover {
  color:#333;
	background: #eee;
}
#CONTENT-LEFT .submenu ul li.parent>a:hover:after, nav.mobile-menu ul li.parent>a:hover:after {
  content: url(../images/submenu-arrow-gray.png);
}
#CONTENT-LEFT .submenu ul li ul li a:hover, #CONTENT-LEFT .submenu ul li ul li a.active, nav.mobile-menu ul li ul li a:hover {
	background-color :#eee;
}
.search {
	border-bottom: 1px solid #fff;
}
.search input[type="text"] {
  color:#fff;
}
.last-article .data {
    color: #283e67;
}
#SET .permanent-link ul li a:hover, #SET a:hover {
    color:#1c2b46;
}
.breadcrumps a {
	color:#666;
}
.breadcrumps a:hover {
	color:#1c2b46;
	text-decoration: none;
}
/* ================================== kolorystyka dla niedowidzacych =========================== */
.blind a {
	color:yellow;
}
.blind .text-wrapper a {
	text-decoration: underline;
}
.blind .text-wrapper a:hover {
	text-decoration: none;
	color:yellow;
}
.blind, .blind #CANVAS {
	background: #000;
	color: yellow;
}
.blind h1, .blind h2, .blind h3, .blind h4, .blind h5, .blind h6 {
  color:yellow;
}
.blind #TOP .logo .title span {
    color: yellow;
}
.blind .bip {
	background:#fff;
}
.blind .rss img, .blind .for-blind img {
	display:none;
}
.blind .for-blind a.low {
	display:block;
}
.blind .for-blind a.high {
	display:none;
}
/*.blind a {
  color: #0093DD;
  text-decoration: none;
}
.blind a:hover {
    text-decoration: underline;
}*/
.blind .content-footer {
	background: #000;
}
.blind .color, .blind .button {
  color:yellow !important;
}
.blind .button:hover {
	background:#000;
	color:yellow;
}
.blind .nav, .blind .button, .blind #FOOTER .foot {
  color:yellow;
	background:#000;
}
.blind #CONTENT-LEFT .submenu ul li a, .blind nav.mobile-menu ul li a, .blind .nav ul li a {
  color:yellow;
  background: #000;
  border-bottom: solid 1px yellow;
}  
.blind #CONTENT-LEFT .submenu ul li.parent>a:after,.blind nav.mobile-menu ul li.parent>a:after {
  content: url(../images/submenu-arrow-white.png);
}
.blind #CONTENT-LEFT .submenu ul li ul li a, .blind nav.mobile-menu ul li ul li a {
  color:yellow;
  background: #000;
  border-bottom: solid 1px yellow;
}
.blind .lista a {
	text-decoration: underline;
	color: yellow;
}
.blind .lista a:hover {
	text-decoration: none;
	color: yellow;
}
/* --------------- hovery ------------------ */
.blind nav ul li a:hover, .blind nav ul li a.active {
	color:yellow;
	background: #000
}
.blind nav ul li a.active {
	background: #111;
}
.blind #CONTENT-LEFT .submenu li a:hover, .blind #CONTENT-LEFT .submenu li a.active, .blind nav.mobile-menu li a:hover {
  color:yellow;
	background: #000;
}
.blind #CONTENT-LEFT .submenu li a.active {
	background: #111;
}
.blind #CONTENT-LEFT .submenu ul li.parent>a:hover:after, .blind nav.mobile-menu ul li.parent>a:hover:after {
  content: url(../images/submenu-arrow-gray.png);
}
.blind #CONTENT-LEFT .submenu ul li ul li a:hover, .blind #CONTENT-LEFT .submenu ul li ul li a.active, .blind nav.mobile-menu ul li ul li a:hover {
	background-color :#000;
}
.blind .search {
	border-bottom: 1px solid yellow;
}
.blind .search input[type="text"] {
  color:yellow;
}
.blind .last-article .data {
    color: yellow;
}
.blind #SET a {
	color:inherit;
}
.blind #SET ul li a:hover, .blind #SET a:hover {
    color:yellow;
}
.blind #SET .permanent-link ul li a:hover {
    color:yellow;
}
.blind .breadcrumps a {
	color:yellow;
}
.blind .breadcrumps a:hover {
	color:yellow;
	text-decoration: none;
}
/* ================================== UKŁAD MOBILNY =========================== */
#mobile-menu-button {
  position: absolute;
  right: 30px;
  top: 10px;
  height: 40px;
  width:  42px;
  cursor: pointer;
  border-radius: 0px;
  /*border: solid 2px #fff; */
}
#mobile-menu-button span {
  display: block;
  position: absolute;
  top: 50%; left: 50%;
}
#mobile-menu-button span:after, #mobile-menu-button span:before {
  content: '';
  display: block;
  position: absolute;
  margin-left: 0 !important;
}
#mobile-menu-button span, #mobile-menu-button span:after, #mobile-menu-button span:before {
  height: 2px;  /* grubość kreski */
  width: 26px;  /* szerokość kreski */
  margin: -1px -13px; /* połowa wysokości i szerokości */
  background: #fff; /* kolor */ 
}
#mobile-menu-button span:before {
  top: -8px; /* rozstaw kresek */
}
#mobile-menu-button span:after {
  bottom: -8px; /* rozstaw kresek */
}
/* ----------- hover ------------ */
#mobile-menu-button:hover {
  background: #fff
}
#mobile-menu-button:hover span, #mobile-menu-button:hover span:after, #mobile-menu-button:hover span:before {
  background: #0595de
}
/* ----------- animacja ------------ */
#mobile-menu-button span {
  transition: transform 0.3s;
}
body.scroll-lock #mobile-menu-button span {
	transform: rotate(90deg);
}
/* ------------ Mobilne menu ------------- */
#mobile-menu-close {
  text-align: center;
  padding: 15px;
	width:20px !important;
  height: 20px !important;
	margin-right:-50px;
	background:#fff url(../images/menu-close.png) no-repeat top 15px right 20px;
	float:right;
  position: relative;
}
.scroll-lock { /*blokowanie przewijania strony w tle */
  position: fixed;
}
.menu-lightbox {
	position: fixed;
	top:0;left:0;right:0;bottom:0;
	background:rgba(0, 0, 0, 0.4);
	display:none;
}
body.scroll-lock .menu-lightbox {
	display: block;
  z-index: 9999;
}
nav.mobile-menu #mobile-menu-close {
	display:none;
}
nav.mobile-menu #mobile-menu-close i {
	color:#fff;
}
nav.mobile-menu.show-me, nav.mobile-menu.show-me #mobile-menu-close {
  display: block;
	margin-left:0;
}
nav.mobile-menu {
  padding: 0;
  display: block;
  position: fixed;
  left: 0; top: 0; bottom:0;
  max-height: 100%;
  width: 300px;
  max-width: 80%;
  margin-left: -100%;
  float: none;
  z-index: 10000;
  overflow: visible;
	transition: all 500ms;
 }
nav.mobile-menu ul {
  display: block;
  margin: 0;
  padding: 0;
}
nav.mobile-menu>.content {
  position: absolute;
  top: 0; left: 0; right: 0px; bottom: 0;
  overflow: auto;
}
nav.mobile-menu ul li a {
  height: auto;
  text-decoration: none;
}
nav.mobile-menu ul a:hover span {
  transform: none;
}
/* ==================================================== Media Queries ======================================= */
/* -------------------------------------------------------------- */
@media screen and (max-width: 1020px) {
  html, body, input, textarea {
    font-size: 13px;
  }
  nav {
    padding-right: 0;
  }
  #CONTENT {
    padding-left: 310px;
    padding-right: 20px;
  }  
  .breadcrumps {
      font-size: 0.9em;
      padding: 22px 10px;
      text-align: right;
  }
}
/* -------------------------------------------------------------- */
@media screen and (max-width: 1020px) and (min-width: 800px) {
  .search-wrapper {
    padding: 5px;
    margin-top: 14px;
    position: static;
    background: #d0d0d0;
    float: right;
  }
  .search-wrapper .search {
    border: none;
  }
  .search input[type="text"] {
    color: #fff; /* powtórzona definicja, bo w innych wersjach kolorystycznych może się zdarzyć, że kolor ustawiony powyżej będzie ciemny */
  }
}
/* -------------------------------------------------------------- */
@media screen and (max-width: 800px) {
    /* ----- przełączanie na mobilne menu ----- */
  #mobile-menu-close {
    display: block;
  }
  #mobile-menu-button {
    display: block;
    z-index:5;
  }
  .nav {
    height:60px;
  }
  nav {
    display: none;
  }
  nav.mobile-menu {
    top:0;
    bottom:none;
  }
  /* -------------------------------------- */
  #CANVAS {
    padding-bottom: 160px;
  }
  #TOP .logo {
    margin-top: 25px;
    margin-right: 150px;
  }
  #TOP .logo img {
    max-width: 60px;
    max-height: 60px;
  }
  #TOP .logo .title {
    padding-top: 0;
  }
  .bip img {
    width: 120px;
  }
 .search-wrapper {
  left: 30px;
  right: 90px;
  width: auto;
  max-width: 254px;
 }
  #CONTENT {
    padding-left: 0;
    padding-right: 0;
    margin:0;
    float:none;
  }
  #CONTENT-LEFT {
    float: none;
    width: 100%;
    padding-top:3em;
  }
  #SET {
    padding: 0;
    margin-left: 0px;
    position: absolute;
    bottom: 120px;
    left:15px;right:15px;
    max-height:150px;
    height: auto;
  }
  #SET .container > div {
    /*float: left;*/
  }
	#SET .permanent-link {
		display:block;
		padding-top:15px;
		box-sizing: border-box;
	}
	#SET .permanent-link:after {
		display:none !important;
	}
  #FOOTER {
        padding: 0;
  }
}
/* -------------------------------------------------------------- */
@media screen and (max-width: 580px) {
  #CANVAS {
    padding: 15px 15px 260px 15px;
  }  
  #TOP .logo {
    margin-top: 60px;
    margin-bottom: 20px;
    margin-right: 0px;
  }
  #TOP .bip {
    top: 0;
  }
  #SET {
    position: absolute;
    bottom:160px;
    left:0;right:0;
  }
	#SET .container > div:first-child::after {
    display: block;
		top:7px;
}
#SET .container > div.for-blind {
    padding: 3px 28px 0 28px;
}

   #FOOTER .foot {
    padding: 10px;
    }
    #FOOTER .foot .copyright {
      float: none;
      padding: 20px 0 0 0;
      border: none;
      display: block;
      clear: both;
      text-align: center;
    }
  
}