BODY {
  height: 100%;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Lato", sans-serif;
  color: #000000;
}

IMG,
EMBED,
OBJECT,
VIDEO {
  max-width: 100%;
  height: auto !important;
}

IFRAME {
  max-width: 100%;
}

H1,
.bg3 {
  margin-top: 0px;
}

H2 {
}

HR {
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 1px;
  background-color: #cccccc;
}

INPUT,
SELECT {
  vertical-align: middle;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #000000;
  padding: 4px;
}

TEXTAREA {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #000000;
  padding: 4px;
}

INPUT[type="submit"] {
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-top: 2px;
  border: 0px none;
  background: #aa1815;
  border: 1px solid #aa1815;
  color: #ffffff;
  padding: 6px;
  transition: all 0.2s ease-in-out;
}

INPUT[type="submit"]:hover,
INPUT[type="submit"]:focus {
  background: #aa1815;
}

INPUT[type="submit"],
INPUT[type="submit"]:hover,
INPUT[type="submit"]:focus,
.btn-primary,
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  cursor: pointer;
  vertical-align: middle;
  border: 0px none;
  background: #275899;
  border: 1px solid #275899;
  color: #ffffff;
  padding: 6px;
  transition: all 0.2s ease-in-out;
}

INPUT[type="submit"]:hover,
.btn-primary.focus,
.btn-primary:focus {
  opacity: 0.8;
}

.bootstrap-select {
  width: 100%;
}

INPUT[type="checkbox"].styled,
INPUT[type="radio"].styled {
  margin: 0px;
  margin-right: 10px;
  border: 1px solid #275899;
  width: 15px;
  height: 15px;
  outline: 0px none;
  padding: 1px;
}

ARTICLE FOOTER {
  padding: 20px;
  background: #f4f4f4;
  margin-top: 20px;
}

LABEL {
  font-weight: normal;
}

A {
  color: #275899;
  text-decoration: none;
}

A:hover {
  color: #ff6600;
  text-decoration: none;
}

A:focus {
	outline: #c23b37 dotted 2px;
}

/* profiler wrzucony do profiler.css */

#wwwsite {
  clear: both;
  border-top: 3px solid #f4f4f4;
  background: #ffffff;
  padding-top: 30px;
}

#top {
  background: #ffffff;
  padding-top: 22px;
  padding-bottom: 22px;
}

#top IMG {
  display:block;
  margin:auto;
}

#top0 {
  width: 1400px;
  max-width: 98%;
  margin: auto;
}

#top1 {
  float: left;
  text-align: center;
  width: 35%;
  font-size:16px;
}

#top1 IMG{
	max-width:120px;
	max-height:120px;
	margin-bottom:7px;
}

#top2 {
  width: 15%;
  float: left;
  text-align: center;
  padding-top: 15px;
  padding-left:30px;
}

#top2 IMG{
	width:auto;
	height:800px;
	max-height:800px;
}

#top3 {
  width: 35%;
  float: right;
  text-align: right;
  padding-top: 20px;
}

#columns {
  width: 1400px;
  max-width: 98%;
  margin: auto;
  padding-bottom: 30px;
}

#left_k {
  width: 30%;
  padding-right: 20px;
  float: left;
  text-align: left;
  overflow-x: hidden;
}

#main_k {
  width: 70%;
  padding-left: 20px;
  float: left;
  text-align: left;
  overflow-x: hidden;
}

#sys_menu {
  padding-top: 20px;
  padding-bottom: 20px;
}

#sys_menu UL {
  list-style-type: none;
  display: table;
  margin: auto;
  padding: 0px;
}

#sys_menu LI {
  display: block;
  margin: 0px;
  padding: 0px;
  float: left;
  border-left: 1px solid #cccccc;
}

#sys_menu UL LI:first-child {
  border-left: 0px none;
}

#sys_menu A {
  display: block;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  color: #000000;
}

#sys_menu A:hover,
#sys_menu A:focus {
  color: #113849;
}

#l_menu {
  margin-bottom: 10px;
  text-align: left;
}

#l_menu UL {
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
}

#l_menu LI {
  display: block;
  padding: 0px;
  margin: 0px;
}

#l_menu A {
  display: block;
}

#l_menu A.l_item1,
#l_menu A.l_item1:visited,
#l_menu A.l_item1:link,
#l_menu A.l_item1:active {
  font-weight: normal;
  padding: 10px;
  text-align: left;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ffffff;
  color: #000000;
  font-size: 16px;
}

#l_menu A.l_item1:hover,
#l_menu A.l_item1:focus,
#l_menu .current A.l_item1 {
  background-color: #113849;
  color: #ffffff;
  text-decoration: none;
}

#l_menu A.l_item2,
#l_menu A.l_item2:visited,
#l_menu A.l_item2:link,
#l_menu A.l_item2:active {
  font-weight: normal;
  padding: 10px;
  padding-left: 30px;
  text-align: left;
  background-color: #f4f4f4;
  border-bottom: 1px solid #dadada;
  color: #000000;
}

#l_menu A.l_item2:hover,
#l_menu A.l_item2:focus,
#l_menu .current > A.l_item2 {
  color: #113849;
  text-decoration: none;
}

#l_menu A.wyr {
  color: #ffffff;
  background-color: #035073;
}

#foot {
  clear: both;
  padding-top: 15px;
  overflow-y: auto;
  background: #f4f4f4;
  border-top: 1px solid #cccccc;
  margin-top: 20px;
}

#foot0 {
  width: 1200px;
  max-width: 98%;
  margin: auto;
  font-size: 13px;
  color: #616c7e;
}

#foot0 A {
  color: #616c7e;
}

#foot0 A:hover,
#foot0 A:focus {
  color: #000000;
}

#foot1 {
  float: left;
  text-align: left;
  padding-bottom: 15px;
}

#foot2 {
  float: right;
  text-align: right;
  padding-bottom: 15px;
}

#search_panel {
  clear: both;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}

#search_panel .form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}

#bip_panel {
  padding: 30px;
  text-align: center;
  background-color: #f4f4f4;
}

#bip_logo {
  clear: both;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  text-align: center;
  margin-top: 10px;
}

#bip_logo A {
	displan:inline-block;
}

#bip_logo IMG {
  max-width: 150px;
  max-height: 150px;
  margin-top: 15px;
}

#help_menu LI#mobnav-btn {
  display: none;
  font-family: icomoon;
}

#skip-links {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  list-style: none;
}

#skip-links A {
  display: inline;
  left: -9000em;
  padding: 5px 10px;
  font-size: 1.27em;
  position: absolute;
  text-decoration: none;
  z-index: 2;
  width: 150px;
  text-align: center;
}

#skip-links A:focus {
  display: block;
  left: 0;
  top: 0;
  padding: 5px 10px;
  font-size: 1.27em;
  position: absolute;
  text-decoration: none;
  z-index: 999;
  width: auto;
  text-align: center;
  color: #ffffff;
  background: #37744b;
  font-size: 14px;
  white-space: nowrap;
  min-width: 150px;
  border: 1px solid #000000;
}

@media only screen and (max-width: 480px) {
  #facebook_pan {
    background: #3b5998;
    float: none;
    padding: 0;
    position: static;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 1;
  }

  #facebook_pan2 {
    margin-left: 0px;
    overflow: hidden;
  }

  #left_k {
    width: 100%;
    float: none;
    padding-right: 0px;
    display: none;
  }

  #left_k.xactive {
    display: block !important;
  }

  #main_k {
    width: 100%;
    float: none;
    padding-left: 0px;
    padding-top: 15px;
  }

  #wwwsite {
    border: 0px none;
  }

  #top {
    padding: 0px;
  }

  #top1,
  #top2,
  #top3 {
    float: none;
    width: 100%;
    clear: both;
    text-align: left;
  }

  #top3 {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    padding: 0px;
  }

  #foot1,
  #foot2 {
    float: none;
    clear: both;
    text-align: center;
    padding: 10px;
  }

  #sys_menu LI {
    float: none;
    border: 0px none;
    text-align: center;
  }

  H1 {
    text-align: center;
  }

  #help_menu LI#mobnav-btn {
    display: block;
  }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
  #facebook_pan {
    background: #3b5998;
    float: none;
    padding: 0;
    position: static;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 1;
  }

  #facebook_pan2 {
    margin-left: 0px;
    overflow: hidden;
  }

  #left_k {
    width: 100%;
    float: none;
    padding-right: 0px;
    display: none;
  }

  #left_k.xactive {
    display: block !important;
  }

  #main_k {
    width: 100%;
    float: none;
    padding-left: 0px;
    padding-top: 15px;
  }

  #wwwsite {
    border: 0px none;
  }

  #top {
    padding: 0px;
  }

  #top1,
  #top2,
  #top3 {
    float: none;
    width: 100%;
    clear: both;
    text-align: left;
  }

  #top3 {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    padding: 0px;
  }

  #foot1,
  #foot2 {
    float: none;
    clear: both;
    text-align: center;
    padding: 10px;
  }

  #sys_menu LI {
    float: none;
    border: 0px none;
    text-align: center;
  }

  H1 {
    text-align: center;
  }

  #help_menu LI#mobnav-btn {
    display: block;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 769px) {
  #left_k {
    width: 35%;
  }

  #main_k {
    width: 65%;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  DIV {
    max-width: 100%;
  }
}